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/ippTools/src/camtool.c

    r36529 r36914  
    501501    PXOPT_LOOKUP_S16(quality, config->args, "-quality", false, false);
    502502    PXOPT_LOOKUP_S16(background_model, config->args, "-background_model", false, false);
     503    PXOPT_LOOKUP_S64(astrom_chips, config->args, "-astrom_chips", false, false);
     504
    503505   
    504506    PXOPT_LOOKUP_STR(ver_pslib, config->args, "-ver_pslib", false, false);
     
    692694        deteff_uq,
    693695        quality,
    694         background_model
     696        background_model,
     697        astrom_chips
    695698        );
    696699
Note: See TracChangeset for help on using the changeset viewer.