spacetelescope / wfc3tools

Python tools for HST WFC3 data calibration and analysis
https://wfc3tools.readthedocs.io/en/latest/
Other
6 stars 19 forks source link

Fixed the API for calwf3.py #85

Closed mdlpstsci closed 1 year ago

mdlpstsci commented 1 year ago

Added the "version" parameter which was missing from the function call for calwf3.py and added an example for usage as no input filename is needed or should be provided if the version is requested. If a filename is provided, it is ignored in this case. Removed the "output" parameter as the underlying C code does not actually support specification of an output filename. Updated comments as appropriate.

cshanahan1 commented 1 year ago

i just saw this but these were issues i noticed recently too, thanks for fixing!