IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2007, 3:47:22 PM (19 years ago)
Author:
eugene
Message:

fixing up PS1_DEV_0 I/O format for detections

File:
1 edited

Legend:

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

    r10933 r12461  
    22EXTNAME STARS
    33TYPE    BINTABLE
    4 SIZE    188
     4SIZE    232
    55
    66FIELD     X,                X,          double,    x coordinate on image,            pixels
    77FIELD     Y,                Y,          double,    y coordinate on image,            pixels
     8FIELD     dX,               dX,         double,    x coordinate error,               pixels
     9FIELD     dY,               dY,         double,    y coordinate error,               pixels
    810FIELD     R,                R,          double,    ra coordinate on sky,             decimal degrees
    911FIELD     D,                D,          double,    dec coordinate on sky,            decimal degrees
     
    1921FIELD     dM,               DM,         double,    error on mag
    2022FIELD     sky,              SKY,        double,    local sky counts
     23FIELD     dsky,             dSKY,       double,    local sky error counts
    2124FIELD     fx,               FX,         double,    object FWHM x-dir,                pixels?
    2225FIELD     fy,               FY,         double,    object FWHM y-dir,                pixels?
     
    2427FIELD     Mgal,             MGAL,       double,    alternative (galaxy) magnitude
    2528FIELD     Map,              MAP,        double,    alternative (aperture) magnitude
     29FIELD     Mpeak,            MPEAK,      double,    alternative (peak) magnitude
     30FIELD     detID,            ID,         int,       detection identifier
    2631FIELD     found,            FOUND,      int,       found in database catalog?
    2732FIELD     t,                T,          e_time,    date/time of exposure (UNIX)
    2833FIELD     dt,               EXPTIME,    float,     exposure time,                    2.5*log(exptime)
    29 FIELD     code,             CODE,       short,     .
    30 FIELD     dophot,           DOPHOT,     char,      dophot type code
    31 FIELD     dummy,            DUMMY,      char[5],   .
     34FIELD     psfProb,          PSF_PROB,   float
     35FIELD     psfQual,          PSF_QUAL,   float
    3236FIELD     Mcal,             MCAL,       float,     image cal mag,                    mag
    3337FIELD     airmass,          AIRMASS,    float,     (airmass - 1),                    airmass
     38FIELD     code,             CODE,       short
     39FIELD     nFrames,          N_FRAMES,   short
     40FIELD     dophot,           DOPHOT,     char,      dophot type code
     41FIELD     dummy,            DUMMY,      char[3]
     42
     43# XXX I'm going to need azimuth (or load from image header?)
     44
     45# double:   24 * 8 : 192
     46# int/float: 8 * 4 :  32
     47# short:     2 * 2 :   4
     48# char:      4 * 1 :   4
    3449
    3550# this structure is only used internally and for interprocess communication (addstar)
Note: See TracChangeset for help on using the changeset viewer.