Skip to content
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

DM-48591: Add multiprofit tasks to all pipelines #209

Merged
merged 4 commits into from
Feb 20, 2025
Merged

Conversation

taranu
Copy link
Contributor

@taranu taranu commented Feb 11, 2025

No description provided.

@@ -76,19 +76,22 @@ tasks:
python: |
from lsst.pipe.tasks.diff_matched_tract_catalog import MatchedCatalogFluxesConfig
columns_flux = {}
fluxes_meas_psf = []
fluxes_meas_other = []
models_other = ("psf", "gaapOptimal", "kron", "sersic")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that gaapOptimal is actually the least useful of the GaAP fluxes (the additional DOF needed to determine the aperture outweighs typically the fact that the aperture is a better match), and I'd like to remove it from the defaults if I remember and find the time. Is it included here because it's the most total-flux-like of them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was hoping it had improved since being introduced ~3 years ago but in practice it seems to be really bad, so I supposed I'll replace it with whatever is deemed to be best (old messages suggest 1p0).

@taranu taranu force-pushed the tickets/DM-48591 branch 2 times, most recently from 814a5ab to e5e8abe Compare February 20, 2025 15:10
@taranu taranu merged commit 4dbc38d into main Feb 20, 2025
3 checks passed
@taranu taranu deleted the tickets/DM-48591 branch February 20, 2025 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants