IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 21, 2013, 1:42:46 PM (13 years ago)
Author:
bills
Message:

change skycal to use new PPSTATS recipe SKYCALSTATS which is like CAMSTATS
but adds fhwm_major and fwhm_minor

File:
1 edited

Legend:

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

    r34792 r35195  
    231231    $command .= " -F PSASTRO.OUTPUT $output_sources_filerule";
    232232    $command .= " -stats $stats";
    233     $command .= " -recipe PPSTATS CAMSTATS";
     233    # $command .= " -recipe PPSTATS CAMSTATS";
     234    $command .= " -recipe PPSTATS SKYCALSTATS";
    234235    $command .= " -dumpconfig $configuration" if $configuration;
    235236    $command .= " -tracedest $traceDest";
Note: See TracChangeset for help on using the changeset viewer.