IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34729


Ignore:
Timestamp:
Nov 29, 2012, 1:37:17 PM (14 years ago)
Author:
eugene
Message:

stack cmfs use the header airmass, not a nominal per-detection value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/ippScripts/scripts/addstar_run.pl

    r34265 r34729  
    300300            $command .= " -image" if $image_only;
    301301            if ($stage =~ /staticsky/) {
    302                 $command .= " -accept-astrom ";
     302                $command .= " -accept-astrom -quick-airmass";
     303            }  #careful here - this matches staticsky and staticsky_multi
     304            if ($stage =~ /skycal/) {
     305                $command .= " -quick-airmass";
    303306            }  #careful here - this matches staticsky and staticsky_multi
    304307
Note: See TracChangeset for help on using the changeset viewer.