Skip to content

LISPEM/ColorLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorLab

The latest release of ColorLab can always be found with the associated DOI below:

DOI

About ColorLab

ColorLab uses internationally-defined illuminants to translate absorbance spectra into RGB colorspace.

Running ColorLab

Downloading ColorLab

The latest release of ColorLab can be downloaded using the above DOI link on Zenodo. The cutting edge version of ColorLab can also be downloaded on GitHub by selecting the green "Code" dropdown menu and selecting "Download ZIP".

Running on Windows

We recommend using Anaconda to run ColorLab, as it contains all of the required packages ColorLab uses.

  1. Download Anaconda here and follow installation instructions
  2. Once installed, open the Anaconda Prompt.
  3. Navigate to the ColorLab directory using the command "cd". Example, if starting in C:\Users\LISPEM\ and ColorLab is in Documents, navigate using "cd Documents" "cd ColorLab folder name"
  4. Once in the main ColorLab folder, type "python clgui.py". This should open ColorLab

Running on Linux

Python is already preinstalled on most Linux operating systems.

  1. Ensure the packages that are listed in requirements.txt are installed
  2. In the main ColorLab directory, open a terminal
  3. Type "python3 clgui.py". This should open ColorLab

Running on Mac

We recommend using Anaconda on Mac to run ColorLab, as it contains all of the required packages. Instructions for installing Anaconda on Mac OS X can be found here.

Note: Python comes preinstalled on Mac, you can also individually install all of the packages listed in requirements.txt using your preferred package manager and run it.

  1. Ensure Anaconda OR required packages are installed on your Mac
  2. Navigate to the ColorLab folder and open an instance of the Terminal in that folder. Alternatively, open Terminal and navigate to the ColorLab folder using "cd"
  3. If using Anaconda, type "python clgui.py" to run. If using the preinstalled Python version, type "python3 clgui.py". This should open ColorLab.

Click here for more information about using ColorLab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages