Changeset 12820
- Timestamp:
- Apr 12, 2007, 9:31:52 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r12807 r12820 160 160 return NULL; 161 161 } 162 // XXX should these be bound explicitly to the output->fpa rather than the input->fpa? 162 163 pmFPAfile *byChip = pmFPAfileDefineChipMosaic(config, input->fpa, "PPIMAGE.OUTPUT.CHIP"); 163 164 if (!byChip) { … … 180 181 181 182 // For photometry, we operate on the chip-mosaicked image 183 // we create a copy of the mosaicked image for psphot so we can write out a clean image 182 184 if (options->doPhotom) { 183 pmFPAfile *psphotInput = pmFPAfileDefine Input (config, byChip->fpa, "PSPHOT.INPUT");185 pmFPAfile *psphotInput = pmFPAfileDefineFromFPA (config, byChip->fpa, 1, 1, "PSPHOT.INPUT"); 184 186 PS_ASSERT (psphotInput, false); 185 psphotInput->mode = PM_FPA_MODE_REFERENCE; 187 188 // this file is just used as a carrier; 189 // actual output files (eg, PSPHOT.RESID) are defined below 190 psphotInput->save = false; 186 191 187 192 // define associated psphot input/output files
Note:
See TracChangeset
for help on using the changeset viewer.
