IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38370


Ignore:
Timestamp:
Jun 5, 2015, 6:46:36 AM (11 years ago)
Author:
bills
Message:

Don't set astrom parameter for stack unless relStack.state = 'calibrated'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r38202 r38370  
    727727            $out->{magicked} = 0;
    728728            if ($use_releasetool) {
    729                 if ($image->{skycal_path_base}) {
     729                # XXX check quality too
     730                if (($image->{state} eq 'calibrated') and
     731                    ($image->{skycal_path_base})) {
    730732                    $out->{astrom} = $image->{skycal_path_base} . ".cmf";
    731733                }
Note: See TracChangeset for help on using the changeset viewer.