esrf

Beamline Instrument Software Support
SPEC Macro documentation: [ Macro Index | BCU Home ]

ccddarkflat.mac
See other macros in category: All
Description:
    Gets and handle image for dark image functionality
Documentation:
    EXAMPLE
    Taking images
    ccddark
    Takes a number of images average them and save .
    with the suffix _dark. The image stays in the
    shared array ccd_dark*
    ccdflat
    Takes an image, substracts the dark and normalizes it
    with the average. It saves it to disk with the suffix
    _flat, and the image stays in the array ccd_flat*
    ccdacq
    Takes a number of images and substract the dark image
    in the array ccd_dark* , and divides by the number
    of images and the flat image in ccd_flat*


Macros:
    ccddark
    Usage: ccddark [<exp_time> <cycles>]
    Acquires the dark image and saves it to disk . If cycles is given it accumulates images and divides by number of cycles

    ccdflat
    Usage: ccdflat [<exp_time> <cycles>]
    Acquires the flat image and saves it to disk . If cycles is given it accumulates images and divides by number of cycles

    ccdacq
    Usage: ccdacq [<exp_time> <cycles>]
    Acquires an image and does the background substraction and flat field correction from shared memories. You need to to first ccddark and ccdflat and then configure the options with ccdmenu (6)

    ccd_open_flat
    Usage: ccd_open_flat <file_name>
    Reads an image file into flat_array* array (float)

Internal Macros:
    _ccdacqct
    Usage: _ccdacqct


    ccd_ext_gate_cfg
    Usage: ccd_ext_gate_cfg


    ccd_cor_setup
    Usage: ccd_cor_setup


    ccd_cor_show
    Usage: ccd_cor_show


    ccd_cor_on
    Usage: ccd_cor_on


    ccd_cor_off
    Usage: ccd_cor_off


    ccd_kin_setup
    Usage: ccd_kin_setup


    ccd_kin_show
    Usage: ccd_kin_show


    ccd_kin_on
    Usage: ccd_kin_on


    ccd_kin_off
    Usage: ccd_kin_off


    ccd_del_shm
    Usage: ccd_del_shm


Filename: ccddarkflat.mac
Author:
Last mod.: 27/02/2008 14:04 by rey