IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroOneChipFit.c

    r36837 r36914  
    228228    psMetadataAddF32 (updates, PS_LIST_TAIL, "CPRECISE", PS_META_REPLACE, "astrometry precision (arcsec)", 0.0);
    229229    psMetadataAddS32 (updates, PS_LIST_TAIL, "NASTRO",   PS_META_REPLACE, "number of astrometry stars", 0);
     230    psMetadataAddU64 (updates, PS_LIST_TAIL, "ASTROM_CHIPS", PS_META_REPLACE, "chips that passed astrometry", 0);
    230231    return true;
    231232}
Note: See TracChangeset for help on using the changeset viewer.