IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2008, 1:49:43 PM (18 years ago)
Author:
jhoblitt
Message:

MERGE from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/ippTools/src/chiptoolConfig.c

    r17863 r18153  
    4444    }
    4545
    46     // -queue
     46    // -definebyquery
    4747    psMetadata *queueArgs = psMetadataAlloc();
    4848    // XXX need to allow multiple exp_ids
     
    293293    psMetadata *modes = psMetadataAlloc();
    294294
    295     PXOPT_ADD_MODE("-queue",                "create runs from raw exposures",
    296         CHIPTOOL_MODE_QUEUE,                queueArgs);
     295    PXOPT_ADD_MODE("-definebyquery",                "create runs from raw exposures",
     296        CHIPTOOL_MODE_DEFINEBYQUERY,                queueArgs);
    297297    PXOPT_ADD_MODE("-updaterun",            "change chip run properties",
    298298        CHIPTOOL_MODE_UPDATERUN,            updaterunArgs);
Note: See TracChangeset for help on using the changeset viewer.