IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2011, 2:40:09 PM (15 years ago)
Author:
bills
Message:

add option to regtool -processedimfile to only list chips with video cells

File:
1 edited

Legend:

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

    r31301 r31938  
    720720    PXOPT_COPY_STR(config->args, where,  "-obs_mode",      "obs_mode", "==");
    721721    PXOPT_COPY_STR(config->args, where,  "-data_state",    "data_state", "==");
     722    PXOPT_LOOKUP_BOOL(video_cells, config->args, "-video_cells", false);
    722723
    723724    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    769770        // don't list faulted rows
    770771        psStringAppend(&query, " %s", "AND rawImfile.fault = 0");
     772    }
     773    if (video_cells) {
     774        psStringAppend(&query, " %s", "AND rawImfile.video_cells");
    771775    }
    772776
Note: See TracChangeset for help on using the changeset viewer.