IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2007, 1:54:22 PM (19 years ago)
Author:
jhoblitt
Message:

remove b2_uri
rename b1_uri -> path_base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r12025 r12058  
    831831
    832832    // optional
    833     psString b1_uri = psMetadataLookupStr(&status, config->args, "-b1_uri");
    834     if (!status) {
    835         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -b1_uri");
    836         return false;
    837     }
    838 
    839     psString b2_uri = psMetadataLookupStr(&status, config->args, "-b2_uri");
    840     if (!status) {
    841         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -b2_uri");
     833    psString path_base = psMetadataLookupStr(&status, config->args, "-path_base");
     834    if (!status) {
     835        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -path_base");
    842836        return false;
    843837    }
     
    860854        bg_stdev,
    861855        bg_mean_stdev,
    862         b1_uri,
    863         b2_uri,
     856        path_base,
    864857        code
    865858    );
Note: See TracChangeset for help on using the changeset viewer.