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 bug in sub2full, added docstring #45

Closed cshanahan1 closed 4 years ago

cshanahan1 commented 4 years ago

The sub2full function required that the function be executed in the same directory as the input file. This shouldn't be the case, especially because this function can be called from the command line with a file path as input. I fixed this so that any input path can be passed in. I also added a docstring and did a pep8 check.

cshanahan1 commented 4 years ago

I closed this since it was from my master branch, I will reopen with the same changes.