IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 5:34:27 PM (19 years ago)
Author:
eugene
Message:

various fixes to ensure data is carried from Stars to Measures correctly for PS1_DEV_1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/Stars.d

    r15034 r15038  
    22EXTNAME STARS
    33TYPE    BINTABLE
    4 SIZE    240
     4SIZE    244
    55
    66FIELD     X,                X,          double,    x coordinate on image,            pixels
     
    3838FIELD     Mcal,             MCAL,       float,     image cal mag,                    mag
    3939FIELD     airmass,          AIRMASS,    float,     (airmass - 1),                    airmass
     40FIELD     az,               AZ,         float,     azimuth
    4041FIELD     code,             CODE,       short
    4142FIELD     nFrames,          N_FRAMES,   short
     43FIELD     flags,            FLAGS,      short
    4244FIELD     dophot,           DOPHOT,     char,      dophot type code
    43 FIELD     dummy,            DUMMY,      char[3]
     45FIELD     dummy,            DUMMY,      char
    4446
    4547# XXX I'm going to need azimuth (or load from image header?)
Note: See TracChangeset for help on using the changeset viewer.