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/ppImageLoop.c

    r23259 r23316  
    9494                if (!ppImageDetrendFree (config, view)) {
    9595                    ESCAPE("Unable to free detrend images");
     96                }
     97
     98                // optionally measure CTE by examining the variance in a box
     99                if (!ppImageCheckCTE (config, options, view)) {
     100                    ESCAPE("Unable to measure CTE");
    96101                }
    97102            }
Note: See TracChangeset for help on using the changeset viewer.