IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2009, 12:49:41 PM (17 years ago)
Author:
bills
Message:

Add magicked column to camRun

File:
1 edited

Legend:

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

    r24562 r24681  
    491491    PXOPT_LOOKUP_S16(fault, config->args, "-fault", false, false);
    492492    PXOPT_LOOKUP_S16(quality, config->args, "-quality", false, false);
     493   
     494    PXOPT_LOOKUP_S64(magicked, config->args, "-magicked", false, false);
    493495
    494496    // generate restrictions
     
    614616
    615617    // since there is only one exp per 'new' set camRun.state = 'full'
    616     if (!pxcamRunSetState(config, row->cam_id, "full")) {
     618    if (!pxcamRunSetState(config, row->cam_id, "full", magicked)) {
    617619        psError(PS_ERR_UNKNOWN, false, "failed to change camRun.state for cam_id: %" PRId64, row->cam_id);
    618620        psFree(row);
Note: See TracChangeset for help on using the changeset viewer.