Changeset 7583 for trunk/psastro/src/psastroParseCamera.c
- Timestamp:
- Jun 15, 2006, 3:05:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroParseCamera.c
r7573 r7583 7 7 8 8 // the input image(s) are required arguments; they define the camera 9 pmFPAfile *input = pmFPAfile FromArgs (&status, config, "PSASTRO.INPUT", "INPUT");9 pmFPAfile *input = pmFPAfileDefineFromArgs (&status, config, "PSASTRO.INPUT", "INPUT"); 10 10 if (!status) { psAbort (__func__, "missing INPUT entry"); } 11 11 … … 20 20 21 21 // these calls bind the I/O handle to the specified fpa 22 pmFPAfileDefine (config->files, config->camera, input->fpa, "PSASTRO.OUTPUT");22 pmFPAfileDefineOutput (config->files, config->camera, input->fpa, "PSASTRO.OUTPUT"); 23 23 24 24 // supply the output name (from cmd-line) to all output (WRITE) files
Note:
See TracChangeset
for help on using the changeset viewer.
