Changeset 32337 for branches/eam_branches/ipp-20110710/tools/refstacktool
- Timestamp:
- Sep 6, 2011, 11:00:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/tools/refstacktool
r31711 r32337 25 25 my $tess_version = 'V2'; 26 26 my $input_data_group; 27 my $object; 27 28 28 29 my $dbname = "gpc1"; … … 50 51 'tess_version=s'=> \$tess_version, 51 52 'tess_id=s' => \$tess_id, 53 'object=s' => \$object, 52 54 'workdir=s' => \$workdir, 53 55 'reduction=s' => \$reduction, … … 60 62 61 63 pod2usage( -msg => "Only one of --queue and --pretend may be supplied ", -exitval => 2 ) if $queue and $pretend; 64 65 $n_inputs_min = $n_inputs_max if ($n_inputs_max < $n_inputs_min); 62 66 63 67 my ($d, $m, $y) = (gmtime) [3,4,5]; … … 82 86 $selection_args .= " AND dateobs >= '$date_begin'"; 83 87 $selection_args .= " AND date(dateobs) <= '$date_end'" if $date_end; 88 $selection_args .= " AND object like '$object'" if $object; 84 89 85 90 $input_data_group = "'$field.%'"; … … 289 294 Optional. The default value is "field.%. For example 'MD05%' 290 295 296 =item * --object <object> 297 298 Select exposures whose "object" matches the supplied value. (The SQL wild 299 chard character '%' is useful here. 300 301 Optional. 302 291 303 =item * --n_inputs_min <n_inputs_min> 292 304
Note:
See TracChangeset
for help on using the changeset viewer.
