IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2009, 9:08:36 AM (17 years ago)
Author:
eugene
Message:

add ppImageCheckCTE function to measure variance in binned regions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/eam_branch_20090312/ppImage/src/ppImageOptions.c

    r23229 r23316  
    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.