IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2007, 6:44:01 PM (18 years ago)
Author:
jhoblitt
Message:

add dettool_correction.c

File:
1 edited

Legend:

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

    r14665 r15783  
    270270            "use the simple output format", false);
    271271
     272    // -makecorrection
     273    psMetadata *makecorrectionArgs = psMetadataAlloc();
     274    psMetadataAddStr(makecorrectionArgs, PS_LIST_TAIL, "-det_id",  0,
     275            "det ID to be corrected (required)", NULL);
     276
    272277    // -runs
    273278    psMetadata *runsArgs = psMetadataAlloc();
     
    10641069    PXTOOL_ADD_MODE("-definebyquery",   "", DETTOOL_MODE_DEFINEBYQUERY, definebyqueryArgs);
    10651070    PXTOOL_ADD_MODE("-definebydetrun",  "", DETTOOL_MODE_DEFINEBYDETRUN, definebydetrunArgs);
     1071    PXTOOL_ADD_MODE("-makecorrection",  "", DETTOOL_MODE_MAKECORRECTION, makecorrectionArgs);
    10661072    PXTOOL_ADD_MODE("-raw",             "", DETTOOL_MODE_RAW,           rawArgs);
    10671073    PXTOOL_ADD_MODE("-runs",            "", DETTOOL_MODE_RUNS,          runsArgs);
Note: See TracChangeset for help on using the changeset viewer.