Changeset 14873
- Timestamp:
- Sep 17, 2007, 3:18:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r14847 r14873 84 84 } 85 85 86 psArray *sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES"); // Sources in image 86 psArray *sources = NULL; // Sources in image 87 if (sourcesRO) { 88 sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES"); 89 } 87 90 88 91 if (!pmSubtractionMatch(outRO, refRO, inRO, footprint, regionSize, spacing, threshold, sources,
Note:
See TracChangeset
for help on using the changeset viewer.
