IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2008, 3:48:37 PM (18 years ago)
Author:
eugene
Message:

merging changes from JHs end_stage branch (new end_stage field and related features; substantial cleanup via macros)

File:
1 edited

Legend:

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

    r15570 r16170  
    8686    psMetadata *modes = psMetadataAlloc();
    8787
    88     PXTOOL_ADD_MODE("-adddb",   "add a DVO calibration DB",
     88    PXOPT_ADD_MODE("-adddb",   "add a DVO calibration DB",
    8989        CALTOOL_MODE_ADDDB,     adddbArgs);
    90     PXTOOL_ADD_MODE("-dbs",     "list DVO calibration DBs",
     90    PXOPT_ADD_MODE("-dbs",     "list DVO calibration DBs",
    9191        CALTOOL_MODE_DBS,       dbsArgs);
    92     PXTOOL_ADD_MODE("-addrun",  "add the results of a calibration run",
     92    PXOPT_ADD_MODE("-addrun",  "add the results of a calibration run",
    9393        CALTOOL_MODE_ADDRUN,    addrunArgs);
    94     PXTOOL_ADD_MODE("-runs",    "list the results of calibration runs",
     94    PXOPT_ADD_MODE("-runs",    "list the results of calibration runs",
    9595        CALTOOL_MODE_RUNS,      runsArgs);
    9696
Note: See TracChangeset for help on using the changeset viewer.