-
Notifications
You must be signed in to change notification settings - Fork 2
DM-52488: Update source_injection connection defaults #65
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
base: main
Are you sure you want to change the base?
Conversation
1ac4034 to
0fabe44
Compare
e6d3a57 to
a66409c
Compare
051ae29 to
d847eaa
Compare
8f728a3 to
1bab0fe
Compare
taranu
left a comment
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.
Looks good, just a couple of comments. I didn't verify if there are any missing updates but I presume you've done or will do a search for anything that needed changing.
| This is useful for testing algorithmic performance on simulated data, where the truth is known, and for various subsequent quality assurance tasks. | ||
|
|
||
| The sections below describe how to inject synthetic sources into a visit-level exposure-type or visit-type datasets (i.e., datasets with the dimension ``exposure`` or ``visit``), or into a coadd-level coadded dataset. | ||
| The sections below describe how to inject synthetic sources into a visit-level exposure-type or visit-type datasets (i.e., datasets with the dimension ``exposure`` or ``visit``), or into a coadd-level co-added dataset. |
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.
Seems redundant, why not just coadded dataset? And was the co-add intentional or an IDE "fix"? We don't write it that way.
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.
Will change to "or into a coadd-level dataset".
| butler = Butler("/sdf/group/rubin/repo/main") | ||
| collections = "u/mccann/DM-41210/RC2" | ||
| dtype = "matched_injected_deepCoadd_catalog_tract_injected_objectTable_tract" | ||
| dtype = "matched_injected_deep_coadd_predetection_catalog_tract_injected_objectTable_tract" |
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.
The suffix should be _object instead of _objectTable_tract now, although there are probably other things out of date with this section now.
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'm going to defer any further docs edits to DM-53820, at which point I'll do a clean sweep to ensure everything committed on this ticket tracks.
No description provided.