Changeset 14821
- Timestamp:
- Sep 11, 2007, 2:49:39 PM (19 years ago)
- Location:
- trunk/ppSub/src
- Files:
-
- 2 edited
-
ppSubCamera.c (modified) (1 diff)
-
ppSubReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r14810 r14821 128 128 psFree(view); 129 129 130 pmFPAfile *sources = pmFPAfile BindFromArgs(&status, input, config, "PPSUB.SOURCES", "PPSUB.SOURCES");130 pmFPAfile *sources = pmFPAfileDefineFromArgs(&status, config, "PPSUB.SOURCES", "PPSUB.SOURCES"); 131 131 if (!status) { 132 132 psError(PS_ERR_IO, false, "Failed to load file definition PPSUB.SOURCES"); -
trunk/ppSub/src/ppSubReadout.c
r14806 r14821 16 16 pmReadout *inRO = pmFPAfileThisReadout(config->files, view, "PPSUB.INPUT"); // Input readout 17 17 pmReadout *refRO = pmFPAfileThisReadout(config->files, view, "PPSUB.REF"); // Reference readout 18 pmReadout *sourcesRO = pmFPAfileThisReadout(config->files, view, "PPSUB.SOURCES"); // Readout with sources 18 19 pmCell *outCell = pmFPAfileThisCell(config->files, view, "PPSUB.OUTPUT"); // Output cell 19 20 pmReadout *outRO = pmReadoutAlloc(outCell); // Output readout … … 83 84 } 84 85 85 psArray *sources = psMetadataLookupPtr(&mdok, refRO->analysis, "PSPHOT.SOURCES"); // Sources in image86 psArray *sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES"); // Sources in image 86 87 87 88 if (!pmSubtractionMatch(outRO, refRO, inRO, footprint, regionSize, spacing, threshold, sources,
Note:
See TracChangeset
for help on using the changeset viewer.
