IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 3:41:56 PM (19 years ago)
Author:
jhoblitt
Message:

s/p0/reg/g
s/p1/guide/g
s/p2/chip/g
s/p6/stack/g
s/p5/diff/g
s/p4/warp/g
s/p3/cam/g

File:
1 edited

Legend:

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

    r11997 r12024  
    4848    psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-exp_tag", 0,
    4949            "search by exposure ID", NULL);
    50     psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-p2_version", 0,
    51             "search for exposures with this p2 version", -1);
    52     psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-p3_version", 0,
    53             "search for exposures with this p3 version", -1);
     50    psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-chip_version", 0,
     51            "search for exposures with this chip version", -1);
     52    psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-cam_version", 0,
     53            "search for exposures with this cam version", -1);
    5454    psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit",  0,
    5555        "limit result set to N items", 0);
     
    107107    psMetadataAddStr(processedexpArgs, PS_LIST_TAIL, "-exp_tag", 0,
    108108            "search by exposure ID", NULL);
    109     psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-p2_version", 0,
    110             "search for exposures with this p2 version", -1);
    111     psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-p3_version", 0,
    112             "search for exposures with this p3 version", -1);
     109    psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-chip_version", 0,
     110            "search for exposures with this chip version", -1);
     111    psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-cam_version", 0,
     112            "search for exposures with this cam version", -1);
    113113    psMetadataAddU64(processedexpArgs, PS_LIST_TAIL, "-limit",  0,
    114114        "limit result set to N items", 0);
Note: See TracChangeset for help on using the changeset viewer.