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

    r12034 r12058  
    331331
    332332    // optional
    333     psString b1_uri = psMetadataLookupStr(&status, config->args, "-b1_uri");
    334     if (!status) {
    335         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -b1_uri");
    336         return false;
    337     }
    338     psString b2_uri = psMetadataLookupStr(&status, config->args, "-b2_uri");
    339     if (!status) {
    340         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -b2_uri");
     333    psString path_base = psMetadataLookupStr(&status, config->args, "-path_base");
     334    if (!status) {
     335        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -path_base");
    341336        return false;
    342337    }
     
    401396        sigma_dec,
    402397        nastro,
    403         b1_uri,
    404         b2_uri,
     398        path_base,
    405399        zp_mean,
    406400        zp_stdev,
Note: See TracChangeset for help on using the changeset viewer.