-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove units from MOS pipeline. #1441
Closed
mairanteodoro
wants to merge
48
commits into
spacetelescope:main
from
mairanteodoro:RCAL-911-remove-units-from-mosaic-level-pipeline
Closed
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
27195a3
Remove units from MOS pipeline.
mairanteodoro 75cb155
Update to point to temp RAD and datamodels installation.
mairanteodoro 953961a
First refactoring of TweakRegStep to use stcal.
mairanteodoro 89bd44e
Code cleanup/refactoring.
mairanteodoro c033702
Replace local method with stcal's.
mairanteodoro f015feb
Further code refactoring.
mairanteodoro a99761c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 79b667c
Utilize stcal's get_catalog method.
mairanteodoro 42fef2c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8991f9f
Add clip_accum=True to call to alignment methods.
mairanteodoro 76eb339
Point stcal installation to main branch.
mairanteodoro 7091433
Revert some refactoring.
mairanteodoro 2313559
Refactor handling of invalid exposure types.
mairanteodoro f316920
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9d48114
Address comments 2.
mairanteodoro a97482a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] c365437
Style refactoring.
mairanteodoro 4876457
remove default values from docs
braingram 1b6729a
add changelog
braingram be13903
fix warning
braingram 89e7148
[CI] rename changelog check job to be more explicit on its purpose (#…
zacharyburnett 7ea6e0a
update pull request checklist (#1336)
zacharyburnett 2f96fba
RCAL-895: allow updating source catalog with tweaked WCS when running…
mairanteodoro 91e9794
fix artifactory_repos for pytest 8
braingram 6fb921c
remove MultilineLogger
braingram cc62ed2
remove unused variables
braingram a0d224a
raise on invalid input
braingram a016b37
update outlier detection docs for spec update
braingram ac9d89e
reference spec in arguments docs
braingram ddb72f3
add fragments
braingram 128b657
use outlier detection from stcal
braingram 4f6a6e9
remove unused kernel_size from docs
braingram a6a180a
update docs for new memory model
braingram 3d31901
use resample_group in resample_many_to_many
braingram 1f159fa
unskip and fix test
braingram dc7dd09
remove outdated comments
braingram 35c8773
Update docs from review.
braingram a6bbac5
clarify in_memory
braingram d290ed4
fix test docstrings
braingram 6c960ab
fix make_output_path docstring entry, add description of default buff…
braingram e81ff48
expand resample_group docstring
braingram d99682f
docs typo
braingram 9c2a33f
add failing unit test
braingram ae00da2
work around NotImplemented Quantity.tofile
braingram 50b439a
add changelog fragment
braingram f996663
Merge branch 'main' into RCAL-911-remove-units-from-mosaic-level-pipe…
mairanteodoro 4abdef1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 83eae28
Check-style fixes.
mairanteodoro 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
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
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.
I think we should just delete this stanza. Do we special case the "already complete" step anywhere else?