IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 22, 2007, 8:18:20 AM (19 years ago)
Author:
eugene
Message:

CHIP_SELECTIONS is an argument, not a recipe option

File:
1 edited

Legend:

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

    r11383 r12545  
    114114
    115115    // Chip selection: turn on only the chips specified (pass status to suppress missing-key log msg)
    116     char *chipLine = psMetadataLookupStr(&status, recipe, "CHIP_SELECTIONS");
     116    char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS");
    117117    psArray *chips = psStringSplitArray (chipLine, ",", false);
    118118    if (chips->n > 0) {
Note: See TracChangeset for help on using the changeset viewer.