IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

upgrades to PS1 Initial Deployed version

File:
1 edited

Legend:

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

    r16810 r21418  
    22EXTNAME      DVO_MEASURE
    33TYPE         BINTABLE
    4 SIZE         112
     4SIZE         139
    55DESCRIPTION  DVO Detection Measurement Table
    66
     
    1010FIELD Mcal,           M_CAL,        float,          image cal mag,                mag
    1111FIELD Map,            M_APER,       float,          aperture mag,                 mag
     12FIELD Map_small,      M_APER_SMALL, float,          small aperture mag,           mag
    1213FIELD dM,             MAG_ERR,      float,          mag error,                    mag
    1314FIELD dMcal,          MAG_CAL_ERR,  float,          systematic calibration error, mag
    1415FIELD dt,             M_TIME,       float,          exposure time,                2.5*log(exptime)
     16
    1517
    1618# note that with airmass = 1.0 / cos(90 - alt), we have full alt/az representation
     
    2628FIELD dSky,           SKY_FLUX_ERR, float,          local estimate of sky flux,    counts/sec
    2729
    28 FIELD t,              TIME,         unsigned int,   time in seconds (UNIX)
     30FIELD t,              TIME,         int,            time in seconds (UNIX)
     31FIELD t_msec,         TIME_MSEC,    unsigned short, time fraction of second,       milliseconds
    2932FIELD averef,         AVE_REF,      unsigned int,   reference to average entry     
    3033
     
    3235FIELD detID,          DET_ID,       unsigned int,   detection ID
    3336FIELD imageID,        IMAGE_ID,     unsigned int,   reference to DVO image ID
     37FIELD extID,          EXT_ID,       uint64_t,       external ID (eg PSPS detID)
    3438
    3539# do we need more resolution than a short? should this be a log?
    36 FIELD qPSF,           PSF_QF,       float,          psf coverage/quality factor
     40FIELD psfQual,        PSF_QF,       float,          psf coverage/quality factor
    3741FIELD psfChisq,       PSF_CHISQ,    float,          psf fit chisq
    3842FIELD crNsigma,       CR_NSIGMA,    float,          Nsigma deviation towards CR
     
    4246FIELD FWy,            FWHM_MINOR,   short,          object fwhm minor axis,       1/100 of arcsec
    4347FIELD theta,          PSF_THETA,    short,          angle wrt ccd X dir,          (0xffff/360) deg
    44 FIELD photcode,       PHOTCODE,     unsigned short, photcode
     48
     49# moments
     50FIELD Mxx,            MXX,          short,          second moments in pixel coords, 1/100 of arcsec
     51FIELD Mxy,            MXY,          short,          second moments in pixel coords, 1/100 of arcsec
     52FIELD Myy,            MYY,          short,          second moments in pixel coords, 1/100 of arcsec
    4553
    4654# convert this to error in arcsec on load?
    4755FIELD dXccd,          X_CCD_ERR,    short,          X coord error on chip,         pixels
    4856FIELD dYccd,          Y_CCD_ERR,    short,          Y coord error on chip,         pixels
     57FIELD dTccd,          T_CCD_ERR,    short,          position angle chip to sky,    (0xffff/360) deg
    4958
    50 FIELD dbFlags,        DB_FLAGS,     unsigned short, flags for various uses 
    51 FIELD photFlags,      PHOT_FLAGS,   unsigned short, flags supplied by photometry program
     59FIELD photcode,       PHOTCODE,     unsigned short, photcode
     60FIELD dbFlags,        DB_FLAGS,     uint64_t,       flags supplied by analysis in database
     61FIELD photFlags,      PHOT_FLAGS,   uint64_t,       flags supplied by photometry program
    5262
    5363FIELD stargal,        STAR_GAL,     char,           star-galaxy separator
    5464
    55 # absorb these into photFlags?
    56 FIELD dophot,         DOPHOT,       char,           dophot type
     65# *** 20090206 : new fields : t_msec, extID, Mxx, Mxy, Myy, dTccd; deprecated dophot
     66#                dbFlags, photFlags : uint16_t to uint64_t
    5767
    58 FIELD dummy,          DUMMY,        char[6],        padding
     68# XXX unsigned int values are probably not being saved in the FITS file correctly: no BZERO, BSCALE
Note: See TracChangeset for help on using the changeset viewer.