Changeset 32527
- Timestamp:
- Oct 10, 2011, 3:08:12 PM (15 years ago)
- Location:
- tags/ipp-20110622/ippTools/src
- Files:
-
- 2 edited
-
regtool.c (modified) (3 diffs)
-
regtoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110622/ippTools/src/regtool.c
r31301 r32527 267 267 continue; 268 268 } 269 } 270 char *is_stareim = strchr(psMetadataLookupStr(NULL,row,"exp_name"),'a'); 271 if (is_stareim) { 272 continue; 269 273 } 270 274 … … 720 724 PXOPT_COPY_STR(config->args, where, "-obs_mode", "obs_mode", "=="); 721 725 PXOPT_COPY_STR(config->args, where, "-data_state", "data_state", "=="); 726 PXOPT_LOOKUP_BOOL(video_cells, config->args, "-video_cells", false); 722 727 723 728 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 769 774 // don't list faulted rows 770 775 psStringAppend(&query, " %s", "AND rawImfile.fault = 0"); 776 } 777 if (video_cells) { 778 psStringAppend(&query, " %s", "AND rawImfile.video_cells"); 771 779 } 772 780 -
tags/ipp-20110622/ippTools/src/regtoolConfig.c
r30652 r32527 169 169 ADD_OPT(Bool, processedimfileArgs, "-simple", "use the simple output format", false); 170 170 ADD_OPT(Bool, processedimfileArgs, "-ordered_by_date", "force output to be in DATE order", false); 171 ADD_OPT(Bool, processedimfileArgs, "-video_cells", "limit result to chips that have video cells", false); 171 172 pxspaceAddArguments(processedimfileArgs); 172 173 pxmagicAddArguments(processedimfileArgs);
Note:
See TracChangeset
for help on using the changeset viewer.
