frudawski

plotaopic

The plotaopic function plots \alpha-opic images from the \alpha\Omega-meter.

Usage:

plotaopic(im,channel,mode,rot)

Where:

ParameterDescription
imIs a \alpha-opic image with the channels:
sc, mc, lc, rh, mel and V(\lambda).
channel
(optional)
Defines which channel to plot:
‘aopic’ for all channels (default)
‘sc’ for short cone channel
‘mc’ for medium cone channel
‘lc’ for long cone channel
‘rh’ for rhodopic/scotopic channel
‘mel’ for melanopic channel
‘VL’ for V(\lambda) channel
mode
(optional)
Plot mode:
‘log’ for logarithmic colourbar scale (default)
‘lin’ for linear colourbar scale
rot
(optional)
Sets the number of 90° image rotations, counter clockwise, scalar integer.

Examples

Plot \alpha-opic image from the \alpha\Omega-meter:

im = readaopic('image.aop');
plotaopic(im)

See also: readaopic

Result:

Plot melanopic channel of \alpha-opic image from the \alpha\Omega-meter in linear colour scale mode:

im = readaopic('image.aop');
plotaopic(im,'mel','lin')

See also: readaopic

Result:

References:

CIE S 026/E:2018: CIE System for Metrology of Optical Radiation for ipRGC-Influenced Responses to Light. Commission International de l’Éclairage (CIE), Vienna Austria, 2018, (DOI: 10.25039/S026.2018).

Leave a comment

* I accept the use of cookies as well as the terms in the privacy policy. I accept that data provided by me is processed and saved. I know that comments are saved and published after review.