Ned Molter
Ned Molter
The goal is to query the Planetary Ring Node's ephemeris tools at https://pds-rings.seti.org/tools/
Hi there, I'd like to add the functionality to query the ephemeris tools in SETI's [Planetary Ring Node](https://pds-rings.seti.org/tools/). This would be useful because the Horizons query tool does not provide...
Resolves [JP-3552](https://jira.stsci.edu/browse/JP-3552) Closes #8311 This PR replaces all instances tmpdir and tmpdir_factory pytest fixtures with tmp_path and tmp_path_factory fixtures, as recommended by pytest (see [here](https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html)), so that these are returning...
Resolves [JP-3541](https://jira.stsci.edu/browse/JP-3541) Closes #8286 This PR addresses a bug that caused tweakreg to fail when the bounding box of the input image was too small to find any sources in...
Resolves [JP-3546](https://jira.stsci.edu/browse/JP-3546) Closes #8296 This PR addresses replacing all deprecated code inside jwst, and replacing all instances of warnings.simplefilter("ignore") with more specific warnings like warnings.filterwarnings("ignore", category=RuntimeWarning, message="Divide by zero"). A...
Resolves [JP-3150](https://jira.stsci.edu/browse/JP-3150) Closes #7842 This PR addresses error aborts when extract_1d is called on SOSS data in the F277W filter. With this change, the extract_1d step and subsequent photom step...
Resolves [JP-3584](https://jira.stsci.edu/browse/JP-3584) Closes #[8378](https://github.com/spacetelescope/jwst/issues/8378) This PR updates the outlier detection step to use a rolling median instead of a flat median for all TSO modes, such that real time variability...
Resolves [JP-2546](https://jira.stsci.edu/browse/JP-2546) Closes #7288 This PR addresses several of the remaining tasks needed to make the wfss_contam step fully functional. Submitting a draft now so everyone can see the proposed...
Hi Ian, Ryan, and Jeff, This is a follow-up to our meeting today. We discussed the idea of adding parametric models of solar system bodies to operate in series with...
Resolves [JP-3631](https://jira.stsci.edu/browse/JP-3631) Closes #8498 This PR removes all instances where a step sets its own `.skip` attribute, including the one in the `record_step_status()` helper function. That pattern causes potential issues;...