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:


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.