Changeset 31243 for trunk/tools/runcameraexp.pl
- Timestamp:
- Apr 8, 2011, 10:39:12 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/runcameraexp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runcameraexp.pl
r29419 r31243 16 16 my $dbname = "gpc1"; 17 17 my ($cam_id, $update, $redirect, $save_temps, $pretend, $no_verbose); 18 my ($outdir); 18 19 19 20 GetOptions( … … 22 23 'redirect-output' => \$redirect, 23 24 'save-temps' => \$save_temps, 25 'outdir=s' => \$outdir, 24 26 'update' => \$update, 25 27 'dbname=s' => \$dbname, … … 55 57 56 58 die "Cannot update when run is not faulted\n" if $update and ! $fault; 59 60 if ($outdir) { 61 my $base = basename($path_base); 62 $path_base = "$outdir/$base"; 63 print STDERR "changing path_base to $path_base"; 64 $update = 0; 65 } 57 66 58 67 my $run_state;
Note:
See TracChangeset
for help on using the changeset viewer.
