spacetelescope / drizzlepac

AstroDrizzle for HST images.
https://drizzlepac.readthedocs.io
BSD 3-Clause "New" or "Revised" License
50 stars 39 forks source link

WFPC2 SVM HAP parameter files not being used as intended #1593

Open stscijgbot-hstdp opened 1 year ago

stscijgbot-hstdp commented 1 year ago

Issue HLA-1033 was created on JIRA by Steve Goldman:

The current code uses drizzling parameter files in drizzlepac/pars/hap_pars/svmparameters/wfpc2/wfpc2/. The code in _drizzlepac/haputils/config_utils.py uses a different parameter file depending on the number of exposures to process. The intention was to use a file for all exposure groups with 6 or exposures (wfpc2_wfpc2_astrodrizzle_any_n6.json), however, the code is currently using wfpc_wfpc_any_n4.json instead for any grouping more than 4. 

The new code needs to be implemented and tested, which may be the more onerous task. 

stscijgbot-hstdp commented 9 months ago

Comment by Steve Goldman on JIRA:

It doesn't look as though there was any difference between the anY_n4.json and any_n6.json files, and so we use the any_n4.json file for both cases moving forward.