IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6992


Ignore:
Timestamp:
Apr 26, 2006, 1:01:23 PM (20 years ago)
Author:
eugene
Message:

fixed comma errors in field defs

Location:
trunk/Ohana/src/libautocode/def
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/average-elixir.d

    r4865 r6992  
    1313FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    1414FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [100*log(value)]  ?
    15 FIELD code,           code,       unsigned short,   ID code (star, ghost, etc)
     15FIELD code,           code,       unsigned short,   ID code (star; ghost; etc)
    1616FIELD offset,         offset,     int,              offset to first measurement
    1717FIELD missing,        missing,    int,              offset to first missing obs
  • trunk/Ohana/src/libautocode/def/average-loneos.d

    r4501 r6992  
    1313FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    1414FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [1000*value]  ?
    15 FIELD code,           code,       unsigned short,   ID code (star, ghost, etc)
     15FIELD code,           code,       unsigned short,   ID code (star; ghost; etc)
    1616FIELD offset,         offset,     int,              offset to first measurement
    1717FIELD missing,        missing,    int,              offset to first missing obs
  • trunk/Ohana/src/libautocode/def/average-panstarrs.d

    r6683 r6992  
    1515FIELD Nm,             NMEAS,      unsigned short,   number of measures
    1616FIELD Nn,             NMISS,      unsigned short,   number of missings
    17 FIELD code,           code,       unsigned short,   ID code (star, ghost, etc)
     17FIELD code,           code,       unsigned short,   ID code (star; ghost; etc)
    1818FIELD offset,         offset,     int,              offset to first measurement
    1919FIELD missing,        missing,    int,              offset to first missing obs
  • trunk/Ohana/src/libautocode/def/average-pmtest.d

    r6684 r6992  
    2626FIELD Nm,             NMEAS,      unsigned short,   number of measures
    2727FIELD Nn,             NMISS,      unsigned short,   number of missings
    28 FIELD code,           code,       unsigned short,   ID code (star ghost etc)
     28FIELD code,           code,       unsigned short,   ID code (star; ghost; etc)
    2929FIELD offset,         offset,     int,              offset to first measurement
    3030FIELD missing,        missing,    int,              offset to first missing obs
  • trunk/Ohana/src/libautocode/def/average.d

    r6683 r6992  
    2626FIELD Nm,             NMEAS,      unsigned short,   number of measures
    2727FIELD Nn,             NMISS,      unsigned short,   number of missings
    28 FIELD code,           code,       unsigned short,   ID code (star ghost etc)
     28FIELD code,           code,       unsigned short,   ID code (star; ghost; etc)
    2929FIELD offset,         offset,     int,              offset to first measurement
    3030FIELD missing,        missing,    int,              offset to first missing obs
Note: See TracChangeset for help on using the changeset viewer.