Data model: idFrameLog

General description: Lists the TCC information for each frame for a given run for a given CCD. Values of -9999 represent an undefined value.

Naming convention: idFrameLog-rrrrrr-cc.par, where rrrrrr is the imaging run number, and cc is the cpu number (1-6 photo, 7-10 astrom).

Approximate size: 100 kbytes.

File type: FTCL parameter file

Read by products: ssc

Written by products: iop

Contents




version             'XXX'               # Version of software used.
mjd                 XXX                 # MJD day number of night when
                                        # data was obtained.
run                 XXX                 # Imaging run number.

cpu                 XXX                 # cpu ID

# All values in the table are for when column 0 of row 0 of that frame for the
# given CPU was read.

typedef struct {
    int       frame;          # Frame number.
    double    mjd;            # MJD (TAI / 86400). (MJD)
    double    ra;             # Right ascension/longitude. (degrees)
    double    dec;            # Declination/latitude. (degrees)
    float     spa;            # Camera col position angle wrt north.
                              # (degrees)
    float     ipa;            # Instrument rotator position angle.
                              # (degrees)
    float     ipaRate;        # Instrument rotator angular velocity.
                              # (deg/sec)
    double    az;             # Azimuth (encoder) of telescope. (degrees)
    double    alt;            # Altitude (encoder) of telescope.
                              # (degrees)

} FRAMEINFO;