Changeset 19938 for trunk/ippScripts/scripts/warp_skycell.pl
- Timestamp:
- Oct 6, 2008, 4:11:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/warp_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/warp_skycell.pl
r19932 r19938 255 255 $command .= " -ignore" if not $accept; # Completed succesfully, but can't produce product 256 256 $command .= " -uri $outputImage" if $accept; 257 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));257 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 258 258 $command .= $stats->cmdflags() if $accept; 259 259 $command .= " -hostname $host" if defined $host; … … 309 309 $command .= " -warp_id $warp_id"; 310 310 $command .= " -skycell_id $skycell_id"; 311 $command .= (" -dtime_script " . (( $mjd_start - DateTime->now->mjd) * 86400));311 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 312 312 $command .= " -code $exit_code"; 313 313 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
