IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16273


Ignore:
Timestamp:
Feb 1, 2008, 10:25:23 AM (18 years ago)
Author:
eugene
Message:

moving to add extended sources; cleanup some field names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080201/Ohana/src/libautocode/def/average.d

    r15511 r16273  
    2020
    2121FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    22 FIELD Nm,             NMEAS,      unsigned short,   number of measures
    23 FIELD Nn,             NMISS,      unsigned short,   number of missings
     22FIELD Npsf,           NPSF,       unsigned short,   number of psf measurements
     23FIELD Next,           NEXT,       unsigned short,   number of extended measurements
     24FIELD Nmiss,          NMISS,      unsigned short,   number of missings
     25FIELD psfOffset,      OFF_PSF,    int,              offset to first measurement
     26FIELD extOffset,      OFF_EXT,    int,              offset to first measurement
     27FIELD missOffset,     OFF_MISS,   int,              offset to first missing obs
     28
    2429FIELD code,           code,       unsigned short,   ID code (star; ghost; etc)
    25 FIELD offset,         offset,     int,              offset to first measurement
    26 FIELD missing,        missing,    int,              offset to first missing obs
    2730
    2831# Pan-STARRS uses a 64-bit detection ID.  keep this in two 32 bit ints for backwards compatibility?
Note: See TracChangeset for help on using the changeset viewer.