spacetelescope / wfc3tools

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

Add masking and limits to pstat #35

Open stscicrawford opened 6 years ago

stscicrawford commented 6 years ago

Added functionality to pstat that allows the use of a mask (based on a numpy.ndarray) and to specify high and low levels to limit the selection of the data for pstat.

Fixes #25 and #26

SaOgaz commented 6 years ago

Correction, it does look like there's a test folder. Should we add a quick pstat test as part of this PR?

stscicrawford commented 5 years ago

Tests will have to be added as a separate PR as it will likely be too much effort as part of this PR as it didn't have any testing previously.