Changeset 10427 for trunk/psphot/src/psphotParseCamera.c
- Timestamp:
- Dec 3, 2006, 4:18:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r10393 r10427 14 14 15 15 // select recipe options supplied on command line 16 psMetadata *recipe = psMetadataLookupPtr (&status, config->recipes, "PSPHOT"); 17 psMetadata *options = psMetadataLookupPtr (&status, config->arguments, "PSPHOT.OPTIONS"); 18 psMetadataCopy (recipe, options); 16 psMetadata *recipe = psMetadataLookupPtr (&status, config->recipes, "PSPHOT"); 19 17 20 18 // set default recipe values here 19 // XXX drop this? we put this in the default recipe? 21 20 psMetadataAddStr (recipe, PS_LIST_TAIL, "FITMODE", PS_META_NO_REPLACE, "default fitting mode", "NONE"); 22 21 psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE", PS_META_NO_REPLACE, "default photcode", "NONE"); … … 75 74 76 75 // Chip selection: turn on only the chips specified (pass status to suppress missing-key log msg) 76 // XXX why not put this in the recipe? 77 77 char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS"); 78 78 psArray *chips = psStringSplitArray (chipLine, ",", false);
Note:
See TracChangeset
for help on using the changeset viewer.
