IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 26, 2006, 6:26:37 PM (20 years ago)
Author:
eugene
Message:

updates and notes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroArguments.c

    r10438 r10833  
    1212    }
    1313
    14     // basic pslib options
    15     psLogSetFormat ("M");
    16 
    1714    // load config data from default locations
    1815    pmConfig *config = pmConfigRead(&argc, argv, PSASTRO_RECIPE);
     
    2320
    2421    // save the following additional recipe values based on command-line options
    25     // these options override the PSPHOT recipe values loaded from recipe files
     22    // these options override the PSASTRO recipe values loaded from recipe files
    2623    psMetadata *options = pmConfigRecipeOptions (config, PSASTRO_RECIPE);
    2724
     
    4340    if ((N = psArgumentGet (argc, argv, "-mosastro"))) {
    4441        psArgumentRemove (N, &argc, argv);
    45         psMetadataAddStr (config->arguments, PS_LIST_TAIL, "MOSASTRO", PS_DATA_STRING, "", psStringCopy(argv[N]));
     42        psMetadataAddStr (config->arguments, PS_LIST_TAIL, "MOSAIC.MODE", PS_DATA_BOOL, "", psStringCopy(argv[N]));
    4643        psArgumentRemove (N, &argc, argv);
    4744    }
Note: See TracChangeset for help on using the changeset viewer.