IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37109


Ignore:
Timestamp:
Jul 24, 2014, 11:10:59 AM (12 years ago)
Author:
eugene
Message:

splitting stack det ID into stack primary and stack best references

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

Legend:

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

    r37034 r37109  
    2323FIELD  ubercalDist,   UBERCAL_DIST,    short,      number of images from an ubercal-image
    2424FIELD  Mstdev,        MAG_STDEV,       short,      standard deviation of measurements,    millimags
    25 FIELD  stackDetectID, STACK_DETECT_ID, uint64_t,   detection ID on stack used for fluxes (if any)
     25FIELD  stackPrmryOff, STACK_PRIMARY_OFF, int,      measure entry which is primary stack detection
     26FIELD  stackBestOff,  STACK_BEST_OFF,    int,      measure entry which is best stack detection
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/secfilt-ps1-v5.d

    r37034 r37109  
    4242FIELD  dFapStk,       FLUX_AP_STK_ERR,   float,    mean flux ap error
    4343
    44 ## need an 8-byte boundary here ##
    45 FIELD  stackDetectID, STACK_DETECT_ID,   uint64_t, detection ID on stack used for fluxes (if any)
     44FIELD  stackPrmryOff, STACK_PRIMARY_OFF,  int,     measure entry which is primary stack detection
     45FIELD  stackBestOff,  STACK_BEST_OFF,     int,     measure entry which is best stack detection
    4646
    4747## *** this section is for forced-warp mean values ***
  • branches/eam_branches/ipp-20140717/Ohana/src/libautocode/def/secfilt.d

    r37034 r37109  
    4242FIELD  dFapStk,       FLUX_AP_STK_ERR,   float,    mean flux ap error
    4343
    44 ## need an 8-byte boundary here ##
    45 FIELD  stackDetectID, STACK_DETECT_ID, uint64_t,   detection ID on stack used for fluxes (if any)
     44FIELD  stackPrmryOff, STACK_PRIMARY_OFF,  int,     measure entry which is primary stack detection
     45FIELD  stackBestOff,  STACK_BEST_OFF,     int,     measure entry which is best stack detection
    4646
    4747## *** this section is for forced-warp mean values ***
Note: See TracChangeset for help on using the changeset viewer.