Changeset 30211
- Timestamp:
- Jan 7, 2011, 9:58:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psphot/src/psphotStackParseCamera.c
r30101 r30211 108 108 109 109 psString sources = psMetadataLookupStr(&status, input, "SOURCES"); // Name of mask 110 // pmFPAfile *srcInputFile = rawInputFile ? rawInputFile : cnvInputFile;111 110 if (sources && strlen(sources) > 0) { 112 111 if (!defineFile(config, NULL, "PSPHOT.STACK.SOURCES", sources, PM_FPA_FILE_CMF)) { … … 119 118 // XXX output of these files should be optional 120 119 { 120 // pmFPAfile *srcInputFile = rawInputFile ? rawInputFile : cnvInputFile; 121 121 pmFPAfile *outputImage = pmFPAfileDefineOutput(config, NULL, "PSPHOT.STACK.OUTPUT.IMAGE"); 122 122 if (!outputImage) {
Note:
See TracChangeset
for help on using the changeset viewer.
