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/psphotArguments.c

    r11201 r12545  
    9191    if ((N = psArgumentGet (argc, argv, "-chip"))) {
    9292        psArgumentRemove (N, &argc, argv);
    93         psMetadataAddStr (options, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "", argv[N]);
     93        psMetadataAddStr (config->arguments, PS_LIST_TAIL, "CHIP_SELECTIONS", PS_DATA_STRING, "", argv[N]);
    9494        psArgumentRemove (N, &argc, argv);
    9595    }
    96 
    97     // drop the local view on the options (saved in config->arguments:PSPHOT_RECIPE)
    98     psFree (options);
    9996
    10097    // if these command-line options are supplied, load the file name lists into config->arguments
Note: See TracChangeset for help on using the changeset viewer.