Changeset 6727 for trunk/psphot/src/psphotParseCamera.c
- Timestamp:
- Mar 29, 2006, 11:08:05 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r6715 r6727 62 62 63 63 pmFPAfileDefine (config->files, format, input, "PSPHOT.OUTPUT"); 64 pmFPAfileDefine (config->files, format, input, "PSPHOT.RESID"); 64 65 65 // pmFPAfileDefine (config->files, format, input, "PSPHOT.RESID");66 66 // pmFPAfileDefine (config->files, format, input, "PSPHOT.PSF_INPUT"); 67 67 // pmFPAfileDefine (config->files, format, input, "PSPHOT.PSF_OUTPUT"); … … 76 76 77 77 // psphot is supplied with the output name 78 // this needs to be better: supply to all output (WRITE) files? 78 79 char *output = psMetadataLookupPtr(&status, config->arguments, "OUTPUT"); 80 79 81 file = psMetadataLookupPtr (&status, config->files, "PSPHOT.OUTPUT"); 82 if (!status) psAbort (__func__, "missing OUTPUT entry"); 83 psMetadataAddStr (file->names, PS_LIST_TAIL, "OUTPUT", 0, "", output); 84 85 file = psMetadataLookupPtr (&status, config->files, "PSPHOT.RESID"); 80 86 if (!status) psAbort (__func__, "missing OUTPUT entry"); 81 87 psMetadataAddStr (file->names, PS_LIST_TAIL, "OUTPUT", 0, "", output); … … 95 101 psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE", PS_META_NO_REPLACE, "default photcode", "NONE"); 96 102 psMetadataAddStr (recipe, PS_LIST_TAIL, "BREAK_POINT", PS_META_NO_REPLACE, "default break point", "NONE"); 103 psMetadataAddF32 (recipe, PS_LIST_TAIL, "ZERO_PT", PS_META_NO_REPLACE, "default zero point", 25.00); 97 104 98 105 // Chip selection: if we are using a single chip, select it for each FPA
Note:
See TracChangeset
for help on using the changeset viewer.
