-
Notifications
You must be signed in to change notification settings - Fork 20
DM-53484: Add background_stats_flux_column config. #1202
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
Conversation
ed64aa7 to
30f214b
Compare
kfindeisen
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 some comments about naming things.
| dtype=str, | ||
| default="base_CircularApertureFlux_12_0_flux", | ||
| doc="Aperture flux used to generate bg_subtracted_skySource_flux_median " | ||
| "and bg_subtracted_skySource_flux_stdev." |
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 this description is a bit too specific, and will become out of date if the metrics change. Maybe "used to generate post-subtracted background stats", since that's the phrasing DM-53369 used?
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.
Looking at the code, does it specifically need to be an aperture flux?
| "camera model from the obs_* package." | ||
| ) | ||
|
|
||
| ap_flux_column = pexConfig.Field( |
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.
Just to make sure, should I be reading this as "aperture" and not a reference to the AP pipeline?
Even so, a name like "background_stats_flux_column" (to go with the existing background_stats_ignored_pixel_masks) might avoid any expectations about being used for other things.
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.
Thank you! bg_stats_flux_column sounds much better.
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.
Sorry, I edited my post before I saw your reply.
30f214b to
8088a04
Compare
8088a04 to
214efb0
Compare
No description provided.