Changeset 29419
- Timestamp:
- Oct 14, 2010, 2:25:48 PM (16 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
-
runcameraexp.pl (modified) (3 diffs)
-
runwarpskycell.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runcameraexp.pl
r29176 r29419 15 15 16 16 my $dbname = "gpc1"; 17 my ($cam_id, $update, $redirect, $ pretend, $no_verbose);17 my ($cam_id, $update, $redirect, $save_temps, $pretend, $no_verbose); 18 18 19 19 GetOptions( … … 21 21 'pretend' => \$pretend, 22 22 'redirect-output' => \$redirect, 23 'save-temps' => \$save_temps, 23 24 'update' => \$update, 24 25 'dbname=s' => \$dbname, … … 67 68 $command .= " --dvodb $dvodb" if $dvodb and ($dvodb ne "NULL"); 68 69 $command .= " --redirect-output" if $redirect or $update; 70 $command .= " --save-temps" if $save_temps; 69 71 $command .= " --no-update" unless $update; 70 72 $command .= " --verbose" unless $no_verbose; -
trunk/tools/runwarpskycell.pl
r29176 r29419 16 16 17 17 my $dbname = "gpc1"; 18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend );18 my ($warp_id, $skycell_id, $threads, $update, $redirect, $pretend, $save_temps); 19 19 20 20 GetOptions( … … 27 27 'dbname=s' => \$dbname, 28 28 'no-verbose' => \$no_verbose, 29 'save-temps' => \$save_temps, 29 30 ) or pod2usage( 2 ); 30 31 … … 78 79 $command .= " --reduction $reduction" if $reduction and ($reduction ne "NULL"); 79 80 $command .= " --redirect-output" if $redirect; 81 $command .= " --save-temps" if $save_temps; 80 82 $command .= " --no-update" unless $update; 81 83 $command .= " --verbose" unless $no_verbose;
Note:
See TracChangeset
for help on using the changeset viewer.
