Nadia Dencheva

Results 31 issues of Nadia Dencheva

These will facilitate automatic testing: - return some kind of structured report - be able to exclude arrays from comparison - provide more details (TBD) about the difference in arrays

Adds a Zenodo DOI and a citation file based on the current contributors list **Checklist for maintainers** - [ ] added entry in `CHANGES.rst` within the relevant release section -...

documentation

Closes #6558 Resolves [JP-2375](https://jira.stsci.edu/browse/JP-2375) Checklist - [x] Tests - [ ] Documentation - [x] Change log - [x] Milestone - [x] Label(s)

assign_wcs
background
extract_2d
transforms
NIRISS
testing
Wide Field Slitless Spec (WFSS)

This PR adds on #457. It includes all changes by @Cadair in that PR. All, but the SlicedWCS, tests pass locally. @Cadair @perrygreenfield

The wcs object attempts to identify if the inputs are quantities in `utils.isnumeric`. This fails on ndarrays of certain dtypes. A more robust way to figure this out is needed....

Provide a way to convert an `astropy.wcs` object to a `gwcs.WCS` object. I'm not sure we need to go the opposite direction even when it's possible. Comments on this welcome.

enhancement

Add methods `to_fits()` and `to_asdf()`.

[Changes to SlicedLowLevelWCS.__repr__](https://github.com/astropy/astropy/pull/10229/files#diff-1feb0db2986994e665778cc3af3782b7R79) in astropy broke tests in the test_api_slicing.py module which compare repr(wcs) to a predefined string.

A subclass of `wcs.WCS` will not roundtrip serialization unless a tag and possibly a schema for the subclass is written. Provide an esay way to do this. As a minimum...

enhancement

#259 added two grating equation models. @jehturner suggested [modifications/generalization](astropy/astropy#9456). Investigate how these can be applied while keeping the current functionality and interface (needed by JWST).