Changeset 19938 for trunk/ippScripts/scripts/stack_skycell.pl
- Timestamp:
- Oct 6, 2008, 4:11:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r19932 r19938 267 267 $command .= " -uri $outputName -path_base $outroot"; 268 268 $command .= " -hostname $host" if defined $host; 269 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));269 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 270 270 } else { 271 271 $mode = "-updaterun -state full"; … … 298 298 $command .= " -addsumskyfile"; 299 299 $command .= " -hostname $host" if defined $host; 300 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));300 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 301 301 } else { 302 302 $command .= " -updatesumskyfile";
Note:
See TracChangeset
for help on using the changeset viewer.
