-
Notifications
You must be signed in to change notification settings - Fork 22
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
Rename source_detection to source_catalog #513
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #513 +/- ##
=======================================
Coverage 96.24% 96.24%
=======================================
Files 4 4
Lines 213 213
=======================================
Hits 205 205
Misses 8 8 ☔ View full report in Codecov by Sentry. |
856e523
to
cffefb0
Compare
cffefb0
to
298f138
Compare
As this PR renames
This PR does not make that change (but I'm happy to add it) since that will need to be coordinated with the archive. @PaulHuwe Is there a point of contact that can help answer what's required to update the |
Jason and Kim (already reviewers on this PR) are the relevant contacts there. |
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.
One question, but otherwise looks good. Please be sure to coordinate the catalog names with @kdupriestsci or @jbrookens before merging.
1df6225
to
a60eed1
Compare
This PR:
meta.source_detection
tometa.source_catalog
to align the name with theSourceCatalogStep
that assigns this attribute.meta.cal_step.source_detection
tometa.cal_step.source_catalog
source_catalog
schema (used forSourceCatalog
) caused by the above by renaming this toimage_source_catalog
(which agrees withmosaic_source_catalog
)See spacetelescope/romancal#1533 for more details.
Tasks
rad
tests.docs/
page.no-changelog-entry-needed
.)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types).romancal
regression test (https://github.com/spacetelescope/RegressionTests/actions/workflows/romancal.yml) with this branch installed ("git+https://github.com/<fork>/rad@<branch>"
).roman_datamodels
utilities and tests.News fragment change types:
changes/<PR#>.feature.rst
: new featurechanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.doc.rst
: documentation changechanges/<PR#>.removal.rst
: deprecation or removal of public APIchanges/<PR#>.misc.rst
: infrastructure or miscellaneous change