IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 1:03:57 PM (12 years ago)
Author:
eugene
Message:

adding Nwarp, NwarpGood, Nstack, NstackDet, psfQfMax, psfQfPerfMax to secfilt.d; adding tessID, skycellID, projectionID to average.d; replace crNsigma with photFlags2 in measure.d

Location:
branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/average-ps1-v5.d

    r37034 r37225  
    22EXTNAME      DVO_AVERAGE_PS1_V5
    33TYPE         BINTABLE
    4 SIZE         184
     4SIZE         192
    55DESCRIPTION  DVO Average Object Table
    66
     
    5353FIELD refColorRed,    REF_COLOR_RED,  float,        color of astrometry ref stars
    5454
     55FIELD tessID,         TESS_ID,       char,          ID of tessellation for primary skycell
     56FIELD skycellID,      SKYCELL_ID,    char,          ID of skycell for primary skycell
     57FIELD projectionID,   PROJECTION_ID, short,         ID of projection for primary skycell
     58
     59FIELD dummy,          DUMMY,         int,           unassigned bytes
     60
    5561# 'flags' was called 'code' prior to 2009.02.07
    5662FIELD flags,          FLAGS,       uint32_t,        average object flags (star; ghost; etc)
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/average.d

    r37034 r37225  
    22EXTNAME      DVO_AVERAGE
    33TYPE         BINTABLE
    4 SIZE         184
     4SIZE         192
    55DESCRIPTION  DVO Average Object Table
    66
     
    5353FIELD refColorRed,    REF_COLOR_RED,  float,        color of astrometry ref stars
    5454
     55FIELD tessID,         TESS_ID,       char,          ID of tessellation for primary skycell
     56FIELD skycellID,      SKYCELL_ID,    char,          ID of skycell for primary skycell
     57FIELD projectionID,   PROJECTION_ID, short,         ID of projection for primary skycell
     58
     59FIELD dummy,          DUMMY,         int,           unassigned bytes
     60
    5561# 'flags' was called 'code' prior to 2009.02.07
    5662FIELD flags,          FLAGS,       uint32_t,        average object flags (star; ghost; etc)
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/measure-ps1-v5.d

    r37034 r37225  
    6868FIELD psfNdof,        PSF_NDOF,      int,            psf degrees of freedom
    6969FIELD psfNpix,        PSF_NPIX,      int,            psf number of pixels
    70 FIELD crNsigma,       CR_NSIGMA,     float,          Nsigma deviation towards CR
     70FIELD photFlags2,     PHOT_FLAGS,    int,            flags supplied by photometry program
    7171FIELD extNsigma,      EXT_NSIGMA,    float,          Nsigma deviation towards EXT
    7272
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/measure.d

    r37034 r37225  
    6666FIELD psfNdof,        PSF_NDOF,      int,            psf degrees of freedom
    6767FIELD psfNpix,        PSF_NPIX,      int,            psf number of pixels
    68 FIELD crNsigma,       CR_NSIGMA,     float,          Nsigma deviation towards CR
     68FIELD photFlags2,     PHOT_FLAGS,    int,            flags supplied by photometry program
    6969FIELD extNsigma,      EXT_NSIGMA,    float,          Nsigma deviation towards EXT
    7070
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/secfilt-ps1-v5.d

    r37109 r37225  
    22EXTNAME      DVO_SECFILT_PS1_V5
    33TYPE         BINTABLE
    4 SIZE         160
     4SIZE         176
    55DESCRIPTION  DVO SecFilt : Secondary Filter Data
    66
     
    1515FIELD  sMkron,        MAG_KRON_STDEV,  float,      standard deviation of kron mags,       mags
    1616                                         
     17# XXX I could add these fields to secfilt or calculate in dvopsps?
     18FIELD  psfQfMax,      PSF_QF_MAX,      float,      best psfQf for this filter
     19FIELD  psfQfPerfMax,  PSF_QF_PERF_MAX, float,      best psfQfPerfect for this filter
     20
    1721# these statistics are PSF-specific     
    1822FIELD  Mstdev,        MAG_STDEV,         float,    standard deviation of measurements,    mags
     
    4246FIELD  dFapStk,       FLUX_AP_STK_ERR,   float,    mean flux ap error
    4347
     48FIELD  Nstack,        NSTACK,            short,    number of measurements in band (gpc1 stack only)
     49FIELD  NstackDet,     NSTACK_DET,        short,    number of stack detections in band (gpc1 stack only)
     50
    4451FIELD  stackPrmryOff, STACK_PRIMARY_OFF,  int,     measure entry which is primary stack detection
    4552FIELD  stackBestOff,  STACK_BEST_OFF,     int,     measure entry which is best stack detection
     
    6673FIELD  NusedApWrp,    NUSED_AP_WRP,      short,    number of detections used in average
    6774
     75FIELD  Nwarp,         NWARP,             short,    number of measurements in band (gpc1 warp only)
     76FIELD  NwarpGood,     NWARP_GOOD,        short,    number of meas with psf_qf > 0.85 in band (gpc1 warp only)
     77
    6878FIELD  ubercalDist,   UBERCAL_DIST,      short,    number of images from an ubercal-image
    6979
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/secfilt.d

    r37109 r37225  
    22EXTNAME      DVO_SECFILT
    33TYPE         BINTABLE
    4 SIZE         160
     4SIZE         176
    55DESCRIPTION  DVO SecFilt : Secondary Filter Data
    66
     
    1515FIELD  sMkron,        MAG_KRON_STDEV,  float,      standard deviation of kron mags,       mags
    1616
     17# XXX I could add these fields to secfilt or calculate in dvopsps?
     18FIELD  psfQfMax,      PSF_QF_MAX,      float,      best psfQf for this filter
     19FIELD  psfQfPerfMax,  PSF_QF_PERF_MAX, float,      best psfQfPerfect for this filter
     20
    1721# these statistics are PSF-specific     
    1822FIELD  Mstdev,        MAG_STDEV,       float,      standard deviation of measurements,    mags
     
    2125FIELD  Mchisq,        MAG_CHI,         float,      chisq on average mag,                  value
    2226
    23 FIELD  Ncode,         NCODE,           short,      number of detections in band
    24 FIELD  Nused,         NUSED,           short,      number of detections used in average
    25 FIELD  NusedKron,     NUSED_KRON,      short,      number of detections used in average
    26 FIELD  NusedAp,       NUSED_AP,        short,      number of detections used in average
     27FIELD  Ncode,         NCODE,           short,      number of detections in band (gpc1 chip only)
     28FIELD  Nused,         NUSED,           short,      number of detections used to calculate secfilt.M
     29FIELD  NusedKron,     NUSED_KRON,      short,      number of detections used to calculate secfilt.Mkron
     30FIELD  NusedAp,       NUSED_AP,        short,      number of detections used to calculate secfilt.Map
    2731
    2832FIELD  flags,         FLAGS,           uint32_t,   photometry flags
     
    4246FIELD  dFapStk,       FLUX_AP_STK_ERR,   float,    mean flux ap error
    4347
    44 FIELD  stackPrmryOff, STACK_PRIMARY_OFF,  int,     measure entry which is primary stack detection
    45 FIELD  stackBestOff,  STACK_BEST_OFF,     int,     measure entry which is best stack detection
     48FIELD  Nstack,        NSTACK,            short,    number of measurements in band (gpc1 stack only)
     49FIELD  NstackDet,     NSTACK_DET,        short,    number of stack detections in band (gpc1 stack only)
     50
     51FIELD  stackPrmryOff, STACK_PRIMARY_OFF, int,      measure entry which is primary stack detection
     52FIELD  stackBestOff,  STACK_BEST_OFF,    int,      measure entry which is best stack detection
    4653
    4754## *** this section is for forced-warp mean values ***
     
    6673FIELD  NusedApWrp,    NUSED_AP_WRP,      short,    number of detections used in average
    6774
    68 FIELD  ubercalDist,   UBERCAL_DIST,    short,      number of images from an ubercal-image
     75FIELD  Nwarp,         NWARP,             short,    number of measurements in band (gpc1 warp only)
     76FIELD  NwarpGood,     NWARP_GOOD,        short,    number of meas with psf_qf > 0.85 in band (gpc1 warp only)
     77
     78FIELD  ubercalDist,   UBERCAL_DIST,      short,    number of images from an ubercal-image
    6979
    7080# *** 20090206 : new fields : M_20, M_80; dropped dummy
Note: See TracChangeset for help on using the changeset viewer.