-
Notifications
You must be signed in to change notification settings - Fork 0
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
Apply temperature-dependent drift model offset to fid positions #388
Merged
Merged
Changes from 25 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
0c86b27
Implement use of an initial fid drift correction
jeanconn f39da1e
Update to use new get_fid_offset function in chandra_aca
jeanconn c29342b
Update PROSECO_ENABLE_FID_OFFSET to tri-state
jeanconn e52fe59
Update warning text
jeanconn 550e0ef
Remove unnecessary monkeypatch
jeanconn b4bfa31
Update comment
jeanconn 56d76a1
Update docs to include new env var
jeanconn d62bc35
Add fid offset functional testing and position check notebooks
jeanconn 5595c4c
Add a couple of comments to the fid review notebook
jeanconn af53856
Update docs/index.rst
jeanconn e97c593
Update proseco/fid.py in fid position docs
jeanconn b37bd20
Update proseco/fid.py ValueError text
jeanconn a7325d3
Update proseco/fid.py get_fid_position docs
jeanconn eed0380
Simplify PROSECO_ENABLE_FID_OFFSET handling
jeanconn d27e70a
Move supplement disable to conftest.py
jeanconn a688570
Update warning test with newer text
jeanconn ceb3c26
Don't rely on the fixture value for offset tests
jeanconn 6ed6d97
Split off the throw-error fid offset tests
jeanconn 6d560f8
Update some equality tests to actually test that
jeanconn 421b3c9
Update get_fid_catalog call in add_fake_stars_from_fid
jeanconn 0be47e8
Require acquisition temperature in FidTable
jeanconn 27071d1
Remove fixture to disable fid offsets
jeanconn 8e25a0b
Supply acq and guide temperature in test_common
jeanconn e9a3e16
Disable fid offsets in one acq test
jeanconn 2b0e3a1
Update fid positions in exp/regress values to offset positions
jeanconn 7a299d0
Remove unused imports
jeanconn b5fcc08
Use a FIDS test fixture
jeanconn ef377fa
Rename notebooks
jeanconn 3761755
Rerun validation notebook
jeanconn 1535aef
Set t_ccd_acq from t_ccd kwarg
jeanconn 9036aa0
Add a test fixture to disable fid offsets
jeanconn be17b85
Disable fid offsets in two tests
jeanconn 989143d
Make some new t_ccd kwarg/attr tests
jeanconn e8a5529
Rerun validate notebook
jeanconn 440b2da
Restore previous comment
jeanconn 0b63ec0
Use disable_fid_offsets fixture in an acq test
jeanconn 5c2b26f
Revert change to add_fake_stars_from_fid
jeanconn d86e281
Some tiny cleanup
taldcroft 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
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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 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.
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.
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.
This may be controversial, but it seems to be in the context of use in a test function that is in proseco.core (maybe should be somewhere in
tests
?).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.
Can reverting this count as the test of changing the
t_ccd
setter?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.
I've just un-done this (makes sense at this point), though did your comment mean that you wanted me to remove some of my gratuitous t_ccd tests?