Changeset 20810 for trunk/magic/remove/src/streaksremove.c
- Timestamp:
- Nov 20, 2008, 4:09:57 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksremove.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksremove.c
r20808 r20810 121 121 sfile->inNebulous = IN_NEBULOUS(sfile->name); 122 122 123 // XXX: I should probably be using a different file rule for the diff, but I don't 124 // have an input rule that takes a diff image. This should be compatible 123 // XXX: I should probably be using a different file rule for diffs, but I don't 124 // have an input rule that takes a diff image. 125 // Since they're skycells, this should be compatible 125 126 sfile->pmfile = pmFPAfileDefineFromArgs(&status, config, "PPSUB.INPUT", "INPUT"); 126 127 if (!sfile->pmfile) { … … 932 933 if (sf->stage == IPP_STAGE_CHIP) { 933 934 // For the chip level files, copy the WCS from the astrometry file to the header 934 //updateAstrometry = true;935 updateAstrometry = true; 935 936 if (!pmAstromWriteWCS(sf->inImage->header, sf->inAstrom->fpa, sf->chip, 0.001)) { 936 937 psError(PS_ERR_UNKNOWN, false, "failed to update astrometry for extension %d", sf->extnum);
Note:
See TracChangeset
for help on using the changeset viewer.
