Changeset 6125 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- Jan 21, 2006, 12:29:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r6114 r6125 56 56 data->fringe->fpa = pmFPAConstruct(config->camera); 57 57 58 // Open output file 59 const char *outname = psMetadataLookupStr(NULL, config->arguments, "-output"); // Name of output file 60 data->output = psFitsOpen(outname, "w"); // File for writing 61 if (! data->output) { 62 psError(PS_ERR_IO, false, "Unable to open output file %s.\n", data->output); 63 exit(EXIT_FAILURE); 64 } 65 58 66 // XXX EAM : extend this to allow an array of selected chips by name 59 67 // Chip selection: if we are using a single chip, select it for each FPA
Note:
See TracChangeset
for help on using the changeset viewer.
