Skip to content
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

JP-2349: added v2/v3 columns to moving target position table schema #263

Merged
merged 5 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

- replace usages of ``copy_arrays`` with ``memmap`` [#306]

- Add ``mt_v2`` and ``mt_v3`` keywords to ``moving_target`` schema [#263]

- add grating keyword to dark and superbias schemas [#317]

- remove uses of now unused ``ignore_version_mismatch`` [#313]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ properties:
datatype: float64
- name: mt_true_z_jwst
datatype: float64
- name: mt_v2
datatype: float64
- name: mt_v3
datatype: float64
Loading