Changeset 21458 for trunk/psphot/src/psphotParseCamera.c
- Timestamp:
- Feb 12, 2009, 10:05:21 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r19141 r21458 15 15 load->dataLevel = PM_FPA_LEVEL_CHIP; // force load at the CHIP level 16 16 17 // if MASK or WEIGHTwas supplied on command line, bind files to 'load'17 // if MASK or VARIANCE was supplied on command line, bind files to 'load' 18 18 // the mask and weight will be mosaicked with the image 19 19 pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.MASK", "MASK"); … … 27 27 } 28 28 29 pmFPAfileBindFromArgs (&status, load, config, "PSPHOT. WEIGHT", "WEIGHT");29 pmFPAfileBindFromArgs (&status, load, config, "PSPHOT.VARIANCE", "VARIANCE"); 30 30 if (!status) { 31 31 psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
Note:
See TracChangeset
for help on using the changeset viewer.
