IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2009, 6:39:57 PM (17 years ago)
Author:
eugene
Message:

working on the new PS1_V1 CMF and DVO formats; removing autocode type Stars; using Average and Measure in addstar to carry new detection info (replacing autocode Stars)

File:
1 edited

Legend:

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

    r21418 r21444  
    22EXTNAME      DVO_MEASURE
    33TYPE         BINTABLE
    4 SIZE         139
     4SIZE         146
    55DESCRIPTION  DVO Detection Measurement Table
    66
    7 FIELD dR,             D_RA,         float,          RA offset,                    arcsec
    8 FIELD dD,             D_DEC,        float,          DEC offset,                   arcsec
    9 FIELD M,              MAG,          float,          catalog mag,                  mag
    10 FIELD Mcal,           M_CAL,        float,          image cal mag,                mag
    11 FIELD Map,            M_APER,       float,          aperture mag,                 mag
    12 FIELD Map_small,      M_APER_SMALL, float,          small aperture mag,           mag
    13 FIELD dM,             MAG_ERR,      float,          mag error,                    mag
    14 FIELD dMcal,          MAG_CAL_ERR,  float,          systematic calibration error, mag
    15 FIELD dt,             M_TIME,       float,          exposure time,                2.5*log(exptime)
    16 
     7FIELD dR,             D_RA,         float,          RA offset,                      arcsec
     8FIELD dD,             D_DEC,        float,          DEC offset,                     arcsec
     9FIELD M,              MAG,          float,          catalog mag,                    mag
     10FIELD Mcal,           M_CAL,        float,          image cal mag,                  mag
     11FIELD Map,            M_APER,       float,          aperture mag,                   mag
     12FIELD dM,             MAG_ERR,      float,          mag error,                      mag
     13FIELD dMcal,          MAG_CAL_ERR,  float,          systematic calibration error,   mag
     14FIELD dt,             M_TIME,       float,          exposure time,                  2.5*log(exptime)
    1715
    1816# note that with airmass = 1.0 / cos(90 - alt), we have full alt/az representation
    19 FIELD airmass,        AIRMASS,      float,          (airmass - 1),                airmass
     17FIELD airmass,        AIRMASS,      float,          (airmass - 1),                  airmass
    2018FIELD az,             AZ,           float,          telescope azimuth
    2119
    2220# new field elements needed for Pan-STARRS:
    23 FIELD Xccd,           X_CCD,        float,          X coord on chip,               pixels
    24 FIELD Yccd,           Y_CCD,        float,          Y coord on chip,               pixels
     21FIELD Xccd,           X_CCD,        float,          X coord on chip,                pixels
     22FIELD Yccd,           Y_CCD,        float,          Y coord on chip,                pixels
    2523
    2624# could these be packed into fewer bits?
    27 FIELD Sky,            SKY_FLUX,     float,          local estimate of sky flux,    counts/sec
    28 FIELD dSky,           SKY_FLUX_ERR, float,          local estimate of sky flux,    counts/sec
     25FIELD Sky,            SKY_FLUX,     float,          local estimate of sky flux,     counts/sec
     26FIELD dSky,           SKY_FLUX_ERR, float,          local estimate of sky flux,     counts/sec
    2927
    3028FIELD t,              TIME,         int,            time in seconds (UNIX)
    31 FIELD t_msec,         TIME_MSEC,    unsigned short, time fraction of second,       milliseconds
     29FIELD t_msec,         TIME_MSEC,    unsigned short, time fraction of second,        milliseconds
    3230FIELD averef,         AVE_REF,      unsigned int,   reference to average entry     
    3331
     
    4038FIELD psfQual,        PSF_QF,       float,          psf coverage/quality factor
    4139FIELD psfChisq,       PSF_CHISQ,    float,          psf fit chisq
     40FIELD psfNdof,        PSF_NDOF,     int,            psf degrees of freedom
     41FIELD psfNpix,        PSF_NPIX,     int,            psf number of pixels
    4242FIELD crNsigma,       CR_NSIGMA,    float,          Nsigma deviation towards CR
    4343FIELD extNsigma,      EXT_NSIGMA,   float,          Nsigma deviation towards EXT
    4444
    45 FIELD FWx,            FWHM_MAJOR,   short,          object fwhm major axis,       1/100 of arcsec
    46 FIELD FWy,            FWHM_MINOR,   short,          object fwhm minor axis,       1/100 of arcsec
    47 FIELD theta,          PSF_THETA,    short,          angle wrt ccd X dir,          (0xffff/360) deg
     45# model shape parameters
     46FIELD FWx,            FWHM_MAJOR,   short,          object fwhm major axis,         1/100 of pixels
     47FIELD FWy,            FWHM_MINOR,   short,          object fwhm minor axis,         1/100 of pixels
     48FIELD theta,          PSF_THETA,    short,          angle wrt ccd X dir,            (0xffff/360) deg
    4849
    4950# moments
    50 FIELD Mxx,            MXX,          short,          second moments in pixel coords, 1/100 of arcsec
    51 FIELD Mxy,            MXY,          short,          second moments in pixel coords, 1/100 of arcsec
    52 FIELD Myy,            MYY,          short,          second moments in pixel coords, 1/100 of arcsec
     51FIELD Mxx,            MXX,          short,          second moments in pixel coords, 1/100 of pixels^2
     52FIELD Mxy,            MXY,          short,          second moments in pixel coords, 1/100 of pixels^2
     53FIELD Myy,            MYY,          short,          second moments in pixel coords, 1/100 of pixels^2
    5354
    54 # convert this to error in arcsec on load?
    55 FIELD dXccd,          X_CCD_ERR,    short,          X coord error on chip,         pixels
    56 FIELD dYccd,          Y_CCD_ERR,    short,          Y coord error on chip,         pixels
    57 FIELD dTccd,          T_CCD_ERR,    short,          position angle chip to sky,    (0xffff/360) deg
     55# convert this to error in pixels on load?
     56FIELD dXccd,          X_CCD_ERR,    short,          X coord error on chip,          1/100 of pixels
     57FIELD dYccd,          Y_CCD_ERR,    short,          Y coord error on chip,          1/100 of pixels
     58FIELD posangle,       POSANGLE,     short,          position angle sky to chip,     (0xffff/360) deg
     59FIELD pltscale,       PLTSCALE,     float,          plate scale,                    arcsec/pixel
    5860
    5961FIELD photcode,       PHOTCODE,     unsigned short, photcode
     
    6163FIELD photFlags,      PHOT_FLAGS,   uint64_t,       flags supplied by photometry program
    6264
    63 FIELD stargal,        STAR_GAL,     char,           star-galaxy separator
    64 
    65 # *** 20090206 : new fields : t_msec, extID, Mxx, Mxy, Myy, dTccd; deprecated dophot
    66 #                dbFlags, photFlags : uint16_t to uint64_t
     65# *** 20090206 : new fields : t_msec, extID, Mxx, Mxy, Myy, posangle,
     66#                psfNdof, psfNpix, Map_small; deprecated dophot.
     67#                Changed dbFlags, photFlags : uint16_t to uint64_t
    6768
    6869# 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.