List of Plates to Design

File Format: FTCL parameter file

Name: plObs-XXXX-YYYY.par, where XXXX is the plate id of the first plate to design, and YYYY is the plate id of the last plate to design.

Produced by: platePre

Used by: plate

Size: < 10 Kb

Archived? Yes

Description

List of plates to design, and the observing conditions to optimize them for.

Contents


typedef struct {
    int plateId;              # Unique plate ID
    int tileId;               # Unique tile ID
    float temp;               # Design temperature (degrees Celsius)
    float haMin;              # Design minimum hour angle (degrees)
    float haMax;              # Design maximum hour angle (degrees)
    int mjdDesign;            # Design day (integer MJD).
} PLOBS;