Changeset 17110
- Timestamp:
- Mar 24, 2008, 4:31:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotApResid.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotApResid.c
r16820 r17110 14 14 15 15 PS_ASSERT_PTR_NON_NULL(psf, false); 16 // XXX drop this? PS_ASSERT_PTR_NON_NULL(psf->ApTrend, false);17 16 PS_ASSERT_PTR_NON_NULL(readout, false); 18 17 PS_ASSERT_PTR_NON_NULL(sources, false); … … 20 19 21 20 psTimerStart ("psphot"); 21 22 bool measureAptrend = psMetadataLookupBool (&status, recipe, "MEASURE.APTREND"); 23 if (!measureAptrend) { 24 return true; 25 } 22 26 23 27 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set)
Note:
See TracChangeset
for help on using the changeset viewer.
