simSurvey TRANS file

File Format: FTCL parameter file

Name: runxxxxxx-rc-trans-eee.par, where xxxxxx is the zero padded run number, rc is camRow and camCol, and eee is the name of the tracking error file used to generate this.

Produced by: simSurvey: proc transParMake

Used by: simSurvey: proc genit

Size: < 10 Kb.

Archived? no

Description

For the run and CCD defined in the file name, define a TRANS structure for each frame from the CCD, such that (column, row) = TRANS * (nu, mu).

Contents

typedef struct {
    int       id;        # sequence number
    double    a;         # the TRANS parameter a
    double    b;         # the TRANS parameter b
    double    c;         # the TRANS parameter c
    double    d;         # the TRANS parameter d
    double    e;         # the TRANS parameter e
    double    f;         # the TRANS parameter f
} TRANS;