Changeset 38644
- Timestamp:
- Jul 27, 2015, 3:50:54 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/skycalibration.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/skycalibration.pl
r38567 r38644 358 358 warn($msg); 359 359 if (defined $skycal_id and not $no_update) { 360 my $command = "$staticskytool -skycal_id $skycal_id -fault $exit_code";360 my $command = "$staticskytool -skycal_id $skycal_id"; 361 361 if ($updateMode) { 362 $command .= ' -updateskycalresult';362 $command .= " -updateskycal -set_fault $exit_code"; 363 363 } else { 364 $command .= " -addskycalresult ";364 $command .= " -addskycalresult -fault $exit_code"; 365 365 $command .= (" -dtime_script " . ((DateTime->now->mjd - $mjd_start) * 86400)); 366 366 $command .= " -hostname $host" if defined $host;
Note:
See TracChangeset
for help on using the changeset viewer.
