- Timestamp:
- Jun 20, 2012, 12:22:52 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotReplaceUnfit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601
- Property svn:mergeinfo changed
/trunk (added) merged: 33979-33980,33986-33991,33993-33994,34006-34008,34010-34018
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120601/psphot
- Property svn:mergeinfo changed
/trunk/psphot (added) merged: 33980,33993-33994
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120601/psphot/src
- Property svn:mergeinfo changed
/trunk/psphot/src (added) merged: 33980,33993-33994
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120601/psphot/src/psphotReplaceUnfit.c
r32721 r34049 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.
