Changeset 7592 for trunk/ppImage/src/ppImagePhotom.c
- Timestamp:
- Jun 16, 2006, 4:01:17 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImagePhotom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImagePhotom.c
r7581 r7592 29 29 // mode is 'REFERENCE' to prevent double frees of the fpa 30 30 pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PPIMAGE.OUTPUT"); 31 input = pmFPAfileDefineInput (config ->files, config->camera, output->fpa, "PSPHOT.INPUT");31 input = pmFPAfileDefineInput (config, output->fpa, "PSPHOT.INPUT"); 32 32 input->mode = PM_FPA_MODE_REFERENCE; 33 33 34 pmFPAfileDefineOutput (config ->files, config->camera, input->fpa, "PSPHOT.OUTPUT");34 pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT"); 35 35 36 36 // supply the output name (from cmd-line) to all output (WRITE) files
Note:
See TracChangeset
for help on using the changeset viewer.
