Changeset 7590
- Timestamp:
- Jun 16, 2006, 4:00:21 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r7582 r7590 27 27 28 28 // these calls bind the I/O handle to the specified fpa 29 pmFPAfileDefineOutput (config ->files, config->camera, input->fpa, "PSPHOT.OUTPUT");29 pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT"); 30 30 31 31 // optionally save the residual image 32 32 if (psMetadataLookupBool(NULL, recipe, "SAVE.RESID")) { 33 pmFPAfileDefineOutput (config ->files, config->camera, input->fpa, "PSPHOT.RESID");33 pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.RESID"); 34 34 } 35 35 … … 53 53 // optionally save the PSF Model 54 54 if (psMetadataLookupBool(NULL, recipe, "SAVE.PSF")) { 55 pmFPAfileDefineOutput (config ->files, config->camera, input->fpa, "PSPHOT.PSF.SAVE");55 pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.PSF.SAVE"); 56 56 } 57 57 // optionally load the PSF Model 58 58 if (psMetadataLookupBool(NULL, recipe, "LOAD.PSF")) { 59 pmFPAfileDefineInput (config ->files, config->camera, input->fpa, "PSPHOT.PSF.LOAD");59 pmFPAfileDefineInput (config, input->fpa, "PSPHOT.PSF.LOAD"); 60 60 } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.
