-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates nirspec cubepar reference to use driz wavelength table #157
Updates nirspec cubepar reference to use driz wavelength table #157
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #157 +/- ##
=======================================
Coverage 63.88% 63.88%
=======================================
Files 99 99
Lines 5486 5486
=======================================
Hits 3505 3505
Misses 1981 1981
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Model updates look OK. Needs a change log entry.
@@ -35,6 +35,15 @@ class NirspecIFUCubeParsModel(ReferenceFileModel): | |||
|
|||
ifucubepars_high_emsm_wavetable : numpy table | |||
default IFU cube high resolution emsm wavetable | |||
|
|||
ifucubepars_prism_driz_wavetable : numpy table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is a numpy table
?
I can still NOT get stdatamodels pip installed. I can not fully test this change until the error is one. I still get an error: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. |
Resolves JP-3047
This PR updates the jwst cubepars reference file data model to include wavelength arrays for the drizzle weighting method.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)