IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2009, 5:20:29 PM (17 years ago)
Author:
watersc1
Message:

Finished up my edits to the detrend cleanup, and some changes to my
copy of burntool and the pslib astrometry. Detrend cleanup has not
been tested yet. That's up next.

Location:
branches/czw_branch/cleanup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/cleanup

  • branches/czw_branch/cleanup/ippScripts/scripts/detrend_stack.pl

    r23688 r24951  
    7070# Recipes to use as a function of detrend type
    7171$reduction = "DETREND" unless defined $reduction;
    72 my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK'); # Recipe name to use
     72my $recipe = $ipprc->reduction($reduction, $det_type . '_STACK') # Recipe name to use
     73    or &my_die("Failed to find recipe for $det_type", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR);
    7374
    7475# The output file rule name depends on the detrend type
     
    8081                  'DARK'             => 'PPMERGE.OUTPUT.DARK',
    8182                  'DARK_PREMASK'     => 'PPMERGE.OUTPUT.DARK',
     83                  'DARKTEST'         => 'PPMERGE.OUTPUT.DARK',
    8284                  'SHUTTER'          => 'PPMERGE.OUTPUT.SHUTTER',
    8385                  'FLAT_PREMASK'     => 'PPMERGE.OUTPUT.FLAT',
     
    103105                   'DARK'             => 'DARKSTATS',
    104106                   'DARK_PREMASK'     => 'DARKSTATS',
     107                   'DARKTEST'         => 'DARKSTATS',
    105108                   'SHUTTER'          => 'DARKSTATS',
    106109                   'FLAT_PREMASK'     => 'DETSTATS',
     
    186189$command = "$ppMerge $listName $outroot"; # Command to run
    187190$command .= " -recipe PPMERGE $recipe";
    188 $command .= ' -type ' . uc($det_type); # Type of stacking to perform
     191$command .= " -type $det_type"; # Type of stacking to perform
    189192$command .= " -stats $outputStats";     # Statistics output filename
    190193$command .= " -recipe PPSTATS $statrecipe";
Note: See TracChangeset for help on using the changeset viewer.