-
Notifications
You must be signed in to change notification settings - Fork 19
Adding functionality to represent non linear spectral dispersion #713
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
Open
A-Derks
wants to merge
35
commits into
main
Choose a base branch
from
non_linear_spectral_dispersion
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8c43c12
adding non linear spectral dispersion code
A-Derks cfd3d4e
adding chagelog
A-Derks 2e45f28
linting
A-Derks de99978
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks e8cadfd
renaming variables, adding better docstrongs
A-Derks a3c8938
making new class to hold grating function
A-Derks 774fd73
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks 5893f99
moving generate_grating_spectral_transform stuff out of this repo. It…
A-Derks 19a35c7
moving alpha_in and alpha_out computations here
A-Derks 86d9515
refactoring models stuff into smaller functions
A-Derks 7f9ba37
adding extra grism params
A-Derks 3dd823f
Update grating spectral wrapper for new gwcs grating-mode inputs
A-Derks 543f6cb
Restore composed alpha_out grating transforms in dkist against the up…
A-Derks 67e66ae
Potential fix for pull request finding
A-Derks caef8c4
Potential fix for pull request finding
A-Derks 5913d79
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks f1aaae2
moved refracted_angle_sine_model guts to gwcs repo, now there is just…
A-Derks e49ed4f
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks 375cf78
moved refracted_angle_sine_model guts to gwcs repo, now there is just…
A-Derks 368cb6b
removed computing of reference_refracted_angle and grism_parameter_pe…
A-Derks 0540894
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks c4dc59d
removed unused refracted_angle_sine_model, added documentation about …
A-Derks 58e262c
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks 4633621
Merge branch 'non_linear_spectral_dispersion' of https://github.com/D…
A-Derks d566b1f
removed unused refracted_angle_sine_model, added documentation about …
A-Derks 569b0a3
removing unnecessary addition to build_grating_spectral_transform doc…
A-Derks b102d5d
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks 2fc780b
Let us all be more tolerant of numbers very close to zero (#739)
SolarDrew 0dbf7ee
Bump OpenAstronomy/github-actions-workflows/.github/workflows/publish…
dependabot[bot] 24929e6
Forward ignore_version_mismatch for string, iterable and Results inpu…
astrofrog 1f307bd
Bump actions/checkout from 6 to 7 (#732)
dependabot[bot] 2dbe78c
Bump CodspeedHQ/action from 4.17.0 to 4.18.1 (#733)
dependabot[bot] 436a055
[pre-commit.ci] pre-commit autoupdate (#740)
pre-commit-ci[bot] 1f149ed
WavelengthFromGratingEquation --> WavelengthFromGrismEquaion (change …
A-Derks 381cf27
Merge branch 'main' into non_linear_spectral_dispersion
A-Derks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Added `dkist.wcs.models.build_grating_spectral_transform()` to build FITS ``-GRA``/``-GRI`` spectral transforms by composing a constant incident-angle term, `~gwcs.spectroscopy.RefractedAngleSineModel`, and `~gwcs.spectroscopy.WavelengthFromGrismEquation` using the FITS-facing grating parameters. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.