Changeset 14226
- Timestamp:
- Jul 16, 2007, 11:44:38 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpParseCamera.c
r14210 r14226 62 62 return false; 63 63 } 64 if (!pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.MASK")) { 64 pmFPAfile *outMask = pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.MASK"); 65 if (!outMask) { 65 66 psError(PSWARP_ERR_CONFIG, false, "Failed to build FPA from PSWARP.OUTPUT.MASK"); 66 67 return false; 67 68 } 69 70 output->save = true; 71 outMask->save = true; 72 68 73 if (inWeight) { 69 if (!pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.WEIGHT")) { 74 pmFPAfile *outWeight = pmFPAfileDefineSkycell(config, output->fpa, "PSWARP.OUTPUT.WEIGHT"); 75 if (!outWeight) { 70 76 psError(PSWARP_ERR_CONFIG, false, "Failed to build FPA from PSWARP.OUTPUT.WEIGHT"); 71 77 return false; 72 78 } 79 outWeight->save = true; 73 80 } 74 81
Note:
See TracChangeset
for help on using the changeset viewer.
