Changeset 20456
- Timestamp:
- Oct 28, 2008, 4:14:56 PM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 2 edited
-
diff_skycell.pl (modified) (1 diff)
-
stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r20428 r20456 272 272 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 273 273 $command .= " -hostname $host" if defined $host; 274 $command .= " -path_base $outroot" if defined $outroot; 274 275 $command .= " -dbname $dbname" if defined $dbname; 275 276 run(command => $command, verbose => $verbose); -
trunk/ippScripts/scripts/stack_skycell.pl
r20428 r20456 290 290 $command .= " -addsumskyfile"; 291 291 $command .= " -hostname $host" if defined $host; 292 $command .= " -path_base $outroot" if defined $outroot; 292 293 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 293 294 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
