Changeset 35514
- Timestamp:
- May 6, 2013, 6:32:19 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130419/pswarp/src
- Files:
-
- 2 edited
-
pswarpLoop.c (modified) (1 diff)
-
pswarpParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130419/pswarp/src/pswarpLoop.c
r35513 r35514 86 86 pswarpFileActivation(config, detectorFiles, true); 87 87 88 // need to read in these (but only if CMF, right?) 89 pmFPAfileActivate(config->files, true, "PSWARP.ASTROM"); 90 88 91 // pswarpFileActivation(config, independentFiles, true); 92 89 93 90 94 pmFPAview *view = pmFPAviewAlloc(0); -
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.
