Opened 18 years ago
Closed 18 years ago
#1145 closed enhancement (fixed)
Need to be able to specify alternate psphot recipes
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ippScripts | Version: | 2.6 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
As per skype conversation today with Gene: It's currently not possible to specify alternate recipes for psphot in the same way as it's possible for ppImage, but it will be necessary to have them.
Quoting Gene:
in ippScripts/scripts/chip_imfile.pl there is a test for the reduction class. this is then used to determine the PPIMAGE recipe, and the result is added to the command line (line 122) with the -recipe PPIMAGE $recipe argument.
We need to add -recipe PSPHOT $psphotRecipe to this line, and set it correctly above. (And other recipes as well).
then in the reduction class, we should have a CHIP_PSPHOT (and CHIP_PPSTATS and STACK_PSPHOT, etc)

Fixed by Paul on 2008-10-24 and works as far as I can tell. Thanks!