|
|
|
|
|
makeDKL2RGB(nm,
powerRGB)
creates a 3x3 DKL->RGB conversion matrix from the spectral input powers |
source code
|
|
|
|
makeLMS2RGB(nm,
powerRGB)
Creates a 3x3 LMS->RGB conversion matrix from the spectral input powers |
source code
|
|
|
|
getLumSeries(lumLevels=8,
winSize=(800, 600),
monitor=None,
gamma=1.0,
allGuns=True,
useBits=False,
autoMode='auto',
stimSize=0.3,
photometer=None)
Automatically measures a series of gun values and measures
the luminance with a photometer. |
source code
|
|
|
|
getLumSeriesPR650(lumLevels=8,
winSize=(800, 600),
monitor=None,
gamma=1.0,
allGuns=True,
useBits=False,
autoMode='auto',
stimSize=0.3,
photometer='COM1')
DEPRECATED (since v1.60.01): Use :class:`pscyhopy.monitors.getLumSeries()` instead |
source code
|
|
|
|
getRGBspectra(stimSize=0.3,
winSize=(800, 600),
photometer='COM1')
getRGBspectra(stimSize=0.3, winSize=(800,600), photometer='COM1') |
source code
|
|
|
|
DACrange(n)
returns an array of n DAC values spanning 0-255 |
source code
|
|
|
|
getAllMonitors()
Find the names of all monitors for which calibration files exist |
source code
|
|
|
|
gammaFun(xx,
minLum,
maxLum,
gamma,
eq=1)
Returns gamma-transformed luminance values. |
source code
|
|
|
|
gammaInvFun(yy,
minLum,
maxLum,
gamma,
eq=1)
Returns inverse gamma function for desired luminance values. |
source code
|
|
|
|
strFromDate(date)
Simply returns a string with a std format from a date object |
source code
|
|