Channel
- class pylluminator.annotations.Channel(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
EnumProbes measure either a red or green fluorescence. This class defines their names and values.
Possible values are: RED, GREEN
Attributes
Check if the current channel is green.
Check if the current channel is red.
red channel
green channel
Methods and attributes detail
- __init__(*args, **kwds)
- GREEN = 'Grn'
green channel
- RED = 'Red'
red channel