IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2008, 1:58:16 PM (18 years ago)
Author:
eugene
Message:

dropped requirement for input stamps: allow straight stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r15848 r16015  
    102102{
    103103    assert(config);
    104     bool mdok;                          // Status of MD lookup
     104    // bool mdok;                          // Status of MD lookup
    105105
    106106    pmConfigFileSetsMD(config->arguments, &argc, argv, "PPSTACK.SOURCES", "-sources", NULL);
     
    128128    const char *stampsName = psMetadataLookupStr(NULL, arguments, "-stamps"); // Name of stamps file
    129129    psMetadataAddStr(config->arguments, PS_LIST_TAIL, "STAMPS", 0, "Stamps file", stampsName);
    130     if (!stampsName && !psMetadataLookupPtr(&mdok, config->arguments, "PPSTACK.SOURCES")) {
    131         psError(PS_ERR_BAD_PARAMETER_VALUE, true, "One of -sources or -stamps must be specified.");
    132         goto ERROR;
    133     }
     130    // if (!stampsName && !psMetadataLookupPtr(&mdok, config->arguments, "PPSTACK.SOURCES")) {
     131    // psError(PS_ERR_BAD_PARAMETER_VALUE, true, "One of -sources or -stamps must be specified.");
     132    //goto ERROR;
     133    // }
    134134
    135135    unsigned int numBad = 0;                     // Number of bad lines
Note: See TracChangeset for help on using the changeset viewer.