- Timestamp:
- Oct 23, 2007, 10:54:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psastro/src/psastroDefineFiles.c
r14212 r15359 4 4 5 5 // these calls bind the I/O handle to the specified fpa 6 pmFPAfile *output = NULL;7 6 8 output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT");7 pmFPAfile *output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT"); 9 8 if (!output) { 10 9 psError(PSASTRO_ERR_CONFIG, false, "Failed to build FPA from PSASTRO.INPUT"); … … 12 11 } 13 12 output->save = true; 13 14 // XXX not sure of this: should this be bind from args? 15 pmFPAfile *refAstrom = pmFPAfileDefineFromConf (&status, config, "PSASTRO.REF.ASTROM"); 16 if (!refAstrom) { 17 psError(PSASTRO_ERR_CONFIG, false, "Failed to load ref astrometry"); 18 return false; 19 } 14 20 15 21 # if (0)
Note:
See TracChangeset
for help on using the changeset viewer.
