IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36914 for trunk/ippconfig


Ignore:
Timestamp:
Jun 19, 2014, 3:22:46 PM (12 years ago)
Author:
bills
Message:

have psastro output a mask for each chip ASTROM_CHIPS. It has
the value 1 << chip_num if sucessfull otherwise zero
ppStatsFromMetadata ors them all together and then
add to camProcessedExp.
If all 60 gpc1 chips get an astronomical fit the value is 1152921504606846975

Location:
trunk/ippconfig/recipes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppStats.config

    r35195 r36914  
    116116  HEADER        STR     DT_ASTR  # elapsed time in astrometry processing
    117117  HEADER        STR     NASTRO
     118  HEADER        STR     ASTROM_CHIPS
    118119
    119120  HEADER        STR     ZPT_OBS
  • trunk/ippconfig/recipes/ppStatsFromMetadata.config

    r35269 r36914  
    274274  ENTRY  VAL  DT_ASTR             F32  SUM              -dtime_astrom     
    275275  ENTRY  VAL  NASTRO              S32  SUM              -n_astrom         
     276  ENTRY  VAL  ASTROM_CHIPS        U64  BITWISEOR        -astrom_chips
    276277
    277278  ENTRY  VAL  ZPT_OBS             F32  SAMPLE_MEAN      -zpt_obs
Note: See TracChangeset for help on using the changeset viewer.