- Timestamp:
- May 6, 2013, 6:32:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpParseCamera.c
r35513 r35514 157 157 } 158 158 159 # if (0)160 // XXX wait on sources161 159 if (astrom && psMetadataLookupBool(&mdok, recipe, "SOURCES")) { 162 pmFPAfile *outSources = pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.SOURCES"); 160 // pmFPAfile *outSources = pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.SOURCES"); 161 pmFPAfile *outSources = pmFPAfileDefineOutputForFormat(config, output->fpa, "PSWARP.OUTPUT.SOURCES", skycell->cameraName, skycell->formatName); 163 162 if (!outSources) { 164 163 psError(psErrorCodeLast(), false, "Failed to build FPA from PSWARP.OUTPUT.SOURCES"); … … 167 166 outSources->save = true; 168 167 } 169 # endif170 168 171 169 if (inBackground && psMetadataLookupBool(&mdok, recipe, "BACKGROUND.MODEL")) {
Note:
See TracChangeset
for help on using the changeset viewer.
