IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10933


Ignore:
Timestamp:
Jan 5, 2007, 10:49:18 AM (19 years ago)
Author:
eugene
Message:

added dt, Mcal, airmass

File:
1 edited

Legend:

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

    r6683 r10933  
    22EXTNAME STARS
    33TYPE    BINTABLE
    4 SIZE    176
     4SIZE    188
    55
    66FIELD     X,                X,          double,    x coordinate on image,            pixels
     
    2626FIELD     found,            FOUND,      int,       found in database catalog?
    2727FIELD     t,                T,          e_time,    date/time of exposure (UNIX)
     28FIELD     dt,               EXPTIME,    float,     exposure time,                    2.5*log(exptime)
    2829FIELD     code,             CODE,       short,     .
    2930FIELD     dophot,           DOPHOT,     char,      dophot type code
    3031FIELD     dummy,            DUMMY,      char[5],   .
     32FIELD     Mcal,             MCAL,       float,     image cal mag,                    mag
     33FIELD     airmass,          AIRMASS,    float,     (airmass - 1),                    airmass
    3134
    3235# this structure is only used internally and for interprocess communication (addstar)
Note: See TracChangeset for help on using the changeset viewer.