IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2009, 4:35:35 PM (17 years ago)
Author:
eugene
Message:

add Check CTE analysis to ppImage (merge from eam_branches_20090312

Location:
trunk/ppImage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage

  • trunk/ppImage/src/ppImageOptions.c

    r23229 r23411  
    3333    options->doAstromMosaic  = false;   // Astrometry (full-mosaic)
    3434    options->doStats         = false;   // Measure and save image statistics
     35    options->checkCTE        = false;   // Measure pixel-based variance
    3536
    3637    // output files requested
     
    258259    options->doBG           = psMetadataLookupBool(NULL, recipe, "BACKGROUND");
    259260
     261    options->checkCTE       = psMetadataLookupBool(NULL, recipe, "CHECK.CTE");
     262
    260263    // even if not requested explicitly, if any of these are set, build an internal mask and variance:
    261264    if (options->doBias || options->doOverscan || options->doDark || options->doShutter || options->doFlat ||
Note: See TracChangeset for help on using the changeset viewer.