IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2014, 10:55:09 AM (12 years ago)
Author:
eugene
Message:

add paramsOffset to average.d (for stellar parameters); refColor changed to refColorBlue,refColorRed; stole 4 bytes from image.name for refColorRed; chnaged X,YoffGAL to R,DoffGAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140610/Ohana/src/libautocode/def/image-ps1-v5.d

    r36899 r37003  
    66
    77# elements of the image structure
     8# careful of 8-byte boundaries
    89
    910SUBSTRUCT coords,           COORDS,               Coords,        astrometric data
     
    2324# 120 bytes
    2425
     26# change this to a double mjd?
    2527FIELD     tzero,            TZERO,                e_time,         readout time (row 0)
    2628FIELD     nstar,            NSTAR,                unsigned int,   number of stars on image
     
    4244FIELD     DECo,             DEC_CENTER,           float,          image center,              degrees
    4345FIELD     Radius,           RADIUS,               float,          image radius,              degrees
    44 FIELD     refColor,         REF_COLOR,            float,          median astrometry ref color
     46FIELD     refColorBlue,     REF_COLOR_BLUE,       float,          median astrometry ref color
     47FIELD     refColorRed,      REF_COLOR_RED,        float,          median astrometry ref color
    4548
    4649# should we define the max length of name as a macro?
    47 FIELD     name,             NAME,                 char[121],      name of original image
     50FIELD     name,             NAME,                 char[117],      name of original image
    4851FIELD     detection_limit,  DETECTION_LIMIT,      unsigned char,  detection limit,           10*mag
    4952FIELD     saturation_limit, SATURATION_LIMIT,     unsigned char,  saturation limit,          10*mag
Note: See TracChangeset for help on using the changeset viewer.