IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21417


Ignore:
Timestamp:
Feb 8, 2009, 12:35:49 PM (17 years ago)
Author:
eugene
Message:

changing naming to match Measure more closely (eventually drop Stars)

File:
1 edited

Legend:

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

    r16810 r21417  
    44SIZE    248
    55
    6 FIELD     X,                X,          double,    x coordinate on image,            pixels
    7 FIELD     Y,                Y,          double,    y coordinate on image,            pixels
    8 FIELD     dX,               dX,         double,    x coordinate error,               pixels
    9 FIELD     dY,               dY,         double,    y coordinate error,               pixels
     6FIELD     Xccd,             X,          double,    x coordinate on image,            pixels
     7FIELD     Yccd,             Y,          double,    y coordinate on image,            pixels
     8FIELD     dXccd,            dX,         double,    x coordinate error,               pixels
     9FIELD     dYccd,            dY,         double,    y coordinate error,               pixels
    1010FIELD     R,                R,          double,    ra coordinate on sky,             decimal degrees
    1111FIELD     D,                D,          double,    dec coordinate on sky,            decimal degrees
     
    2121FIELD     dM,               DM,         double,    error on mag
    2222FIELD     dMcal,            DMCAL,      double,    systematic error on mag
    23 FIELD     sky,              SKY,        double,    local sky counts
    24 FIELD     dsky,             dSKY,       double,    local sky error counts
     23FIELD     Sky,              SKY,        double,    local sky counts
     24FIELD     dSky,             dSKY,       double,    local sky error counts
    2525FIELD     fx,               FX,         double,    object FWHM x-dir,                pixels?
    2626FIELD     fy,               FY,         double,    object FWHM y-dir,                pixels?
    2727FIELD     df,               DF,         double,    object position angle,            degrees
    28 # FIELD     Mgal,             MGAL,       double,    alternative (galaxy) magnitude
    2928FIELD     Map,              MAP,        double,    alternative (aperture) magnitude
    3029FIELD     Mpeak,            MPEAK,      double,    alternative (peak) magnitude
     
    4140FIELD     airmass,          AIRMASS,    float,     (airmass - 1),                    airmass
    4241FIELD     az,               AZ,         float,     azimuth
    43 FIELD     code,             CODE,       short
     42FIELD     photcode,         CODE,       short
    4443FIELD     nFrames,          N_FRAMES,   short
    45 FIELD     flags,            FLAGS,      short
    46 FIELD     dophot,           DOPHOT,     char,      dophot type code
    47 FIELD     dummy,            DUMMY,      char
    48 
    49 # XXX I'm going to need azimuth (or load from image header?)
     44FIELD     photFlags,        FLAGS,      short
     45FIELD     dummy,            DUMMY,      char[2]
    5046
    5147# double:   24 * 8 : 192
     
    5854# define down the types to floats where reasonable (all but R,D)?
    5955# R,D should be in ICRS, J2000, epoch 2000 : precess as needed, apply p-m as needed
     56
     57# XXX I'd like to merge this with Measure, but need to be careful about addstarClient -> addstarServer
Note: See TracChangeset for help on using the changeset viewer.