Changeset 33981
- Timestamp:
- Jun 1, 2012, 3:53:31 PM (14 years ago)
- Location:
- tags/ipp-20120531/psphot/src
- Files:
-
- 2 edited
-
psphotAddNoise.c (modified) (1 diff, 1 prop)
-
psphotReplaceUnfit.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20120531/psphot/src/psphotAddNoise.c
- Property svn:mergeinfo set to
r32348 r33981 47 47 48 48 psArray *sources = detections->allSources; 49 psAssert (sources, "missing sources?"); 49 //psAssert (sources, "missing sources?"); 50 // if no work, should just return true 51 if (!sources) return true; 50 52 51 53 psTimerStart ("psphot.noise"); -
tags/ipp-20120531/psphot/src/psphotReplaceUnfit.c
- Property svn:mergeinfo set to
r32721 r33981 60 60 61 61 psArray *sources = detections->allSources; 62 psAssert (sources, "missing sources?"); 62 //psAssert (sources, "missing sources?"); 63 if (!sources) return true; 63 64 64 65 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) … … 139 140 140 141 psArray *sources = detections->allSources; 141 psAssert (sources, "missing sources?"); 142 142 //psAssert (sources, "missing sources?"); 143 if (!sources) return true; 144 143 145 // user-defined masks to test for good/bad pixels (build from recipe list if not yet set) 144 146 psImageMaskType maskVal = psMetadataLookupImageMask(&status, recipe, "MASK.PSPHOT"); // Mask value for bad pixels
Note:
See TracChangeset
for help on using the changeset viewer.
