IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 5:37:37 PM (19 years ago)
Author:
jhoblitt
Message:

add cam_version to -imfile output

File:
1 edited

Legend:

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

    r12029 r12035  
    257257
    258258    // defaults to false
    259     bool magiced = psMetadataLookupBool(&status, config->args, "-cam_version");
    260     if (!status) {
    261         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -cam_version");
     259    bool magiced = psMetadataLookupBool(&status, config->args, "-magiced");
     260    if (!status) {
     261        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -magiced");
    262262        return false;
    263263    }
     
    385385    psString query = psStringCopy(
    386386        "SELECT\n"
    387         "   rawImfile.*\n"
     387        "   rawImfile.*,\n"
     388        "   warpInputExp.cam_version\n"
    388389        " FROM warpRun\n"
    389390        " JOIN warpInputExp\n"
Note: See TracChangeset for help on using the changeset viewer.