Name: priFieldCenters-XXX.par, where XXX is the telescope (APO20, APO24, or USNO40).
Produced by: Contained in MTSTDS product
Used by: mop
Size: approximately 10 Kb for each telescope
Archived? Yes
telescope            XXX        # Telescope (APO20, APO24, USNO40)
equinox             2000        # equinox of the coordinate system
typedef struct {
    char      fieldName[40];    # Name of the field
    float     fieldRa;          # RA of the field center (degrees)
    float     fieldDec;         # DEC of the field center (degrees)
    float     exposureTime[5];  # Exposure time to be used for each filter
                                # (seconds, order is u' g' r' i' z')
} PRIFIELD;