IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38645


Ignore:
Timestamp:
Jul 27, 2015, 5:59:41 PM (11 years ago)
Author:
watersc1
Message:

Another typo for the update mode processing. This should clear the final issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/skycalibration.pl

    r38644 r38645  
    310310    if ($quality) {
    311311        # First update the result
    312         my $command = "$staticskytool -updateresult $skycal_id -set_fault 0";
     312        my $command = "$staticskytool -updateskycal -skycal_id $skycal_id -set_fault 0";
    313313        $command .= " -set_quality $quality";
    314314        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.