IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2010, 5:13:52 PM (16 years ago)
Author:
watersc1
Message:

Merging czw_branch (maskstats and software versions) back into the trunk

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippScripts/scripts/camera_exp.pl

    r27718 r28043  
    280280        unless ($success) {
    281281            $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     282            print STDERR (join "\n", @$stderr_buf);
    282283            &my_die("Unable to perform psastro: $error_code", $cam_id, $error_code);
    283284        }
  • trunk/ippScripts/scripts/diff_skycell.pl

    r27918 r28043  
    292292    $command .= " -recipe PPSUB $recipe_ppSub";
    293293    $command .= " -recipe PSPHOT $recipe_psphot";
    294     $command .= " -recipe PPSTATS WARPSTATS";
     294    $command .= " -recipe PPSTATS DIFFSTATS";
    295295    $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE";
    296296    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
  • trunk/ippScripts/scripts/stack_skycell.pl

    r27718 r28043  
    232232    $command .= " -recipe PPSUB $recipe_ppSub";
    233233    $command .= " -recipe PSPHOT $recipe_psphot";
    234     $command .= " -recipe PPSTATS WARPSTATS" if $do_stats;;
     234    $command .= " -recipe PPSTATS STACKSTATS" if $do_stats;;
    235235    $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE";
    236236    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
Note: See TracChangeset for help on using the changeset viewer.