Function Definitions - Roper Photometric Owner's Manual

Advanced camera operation
Table of Contents

Advertisement

Function Definitions

clear_parallel( clear_count );
clear_serial( clear_count );
clear_until_trig();
expose( exp_time );
expose_until_trig();
expose_while_trig( clear_first );
flash( flash_time );
loop_begin( loop_count );
loop_end();
pixel_display( x,y );
pixel_readout( s_offset, s_size, s_bin,
p_size, p_bin );
script_begin();
script_end( contin_clear );
shift( number_of_lines );
shift_image_to_storage( );
shift_mode_is( );
shift_mode_is_alt( );
shift_mode_ism( );
shift_mode_ism_alt( );
shift_mode_s( );
shift_mode_s_alt( );
shift_mode_sm( );
shift_mode_sm_alt( );
shutter_close( );
shutter_open( );
clear_parallel (clear_count)
This function clears the parallel register (the entire CCD: the premask area, active area, and postmask area)
clear_count times where clear_count must be greater than zero. The function puts the CCD into an image
and storage shifting mode, then shifts the entire parallel register into the serial register, thus clearing the CCD
of all charge. This process can also be accomplished by using other functions, such as using a number of shift
commands with the proper shift mode, but this function is easier to use. Although the serial register runs
continuously during the clearing, there are some circumstances where the serial register may still contain
charge. (This condition requires additional clearing with the clear_serial command.) Note that this
command leaves the parallel shifting mode set to shift_mode_is . clear_count must be between 1 and
65,535, inclusive.
clear_serial (clear_count);
This function clears the serial register (the prescan area, active area, and postscan area) clear_count times.
The function runs the serial register, dumping any charge into the output node where the charge is transferred
into the power supply. clear_count must be between 1 and 65,535, inclusive.
clear the entire parallel register, clear_count times
clear the serial register, clear_count times
waits for a trigger, clearing meanwhile
a timed delay, while light falls on the CCD
allow light to fall on the CCD until a trigger pulse
bulbmode expose while you hold the button
activate the flash circuit for flash_time ms
loop control, start a loop, do it for loop_count cycles
loop control, bottom end of a loop
instruction to application: display this size image
READ DATA FROM THE CCD
this is the only way to output image pixels
this must be the first verb in a script
this must be the last verb in a script
if contin_clear is non-zero, the CCD is left in
continuous clear mode.
shift the parallel register several lines, using a mode
redundant, but useful for frame transfer CCDs
parallel shift mode: image and storage (normal)
parallel shift mode: image and storage (alternate)
parallel shift mode: image and storage (MPP)
parallel shift mode: image and storage (MPP alt.)
parallel shift mode: storage array (normal)
parallel shift mode: storage array (alternate)
parallel shift mode: storage array MPP)
parallel shift mode: storage array (MPP alternate)
close the camera shutter
open the camera shutter
Chapter 2. ICL
7

Advertisement

Table of Contents
loading

Table of Contents