IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2006, 4:18:18 PM (20 years ago)
Author:
eugene
Message:

update to use new inherited config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r10393 r10427  
    1414
    1515    // 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");
    1917
    2018    // set default recipe values here
     19    // XXX drop this?  we put this in the default recipe?
    2120    psMetadataAddStr (recipe, PS_LIST_TAIL, "FITMODE",         PS_META_NO_REPLACE, "default fitting mode", "NONE");
    2221    psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE",        PS_META_NO_REPLACE, "default photcode",     "NONE");
     
    7574
    7675    // 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?
    7777    char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS");
    7878    psArray *chips = psStringSplitArray (chipLine, ",", false);
Note: See TracChangeset for help on using the changeset viewer.