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-39796: Update task config defaults to LSST values #185

Merged
merged 3 commits into from Sep 21, 2023
Merged

Conversation

parejkoj
Copy link
Contributor

No description provided.

@@ -75,7 +75,7 @@ class AstrometryConfig(RefMatchConfig):
dtype=bool,
doc=("If True then a rough zeropoint will be computed from matched sources "
"and outliers will be rejected in the iterations."),
default=False,
default=True,
Copy link
Contributor

Choose a reason for hiding this comment

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

I see that this now matches the LSST value and that the corresponding config setting has been removed in obs_lsst. However, do you want to add doMagnitudeOutlierRejection=False to obs_subaru, or are you purposely changing the behavior there?

Copy link
Contributor Author

@parejkoj parejkoj Sep 19, 2023

Choose a reason for hiding this comment

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

I have overridden it in obs_subaru, as part of a commit that tries to ensure HSC processing is unchanged after this ticket. It also has a note that HSC/DRP should review those new overrides, as they are likely unnecessary.

@@ -88,7 +88,7 @@ struct MatchOptimisticBControl {
MatchOptimisticBControl()
: refFluxField("r_flux"),
sourceFluxField("slot_ApFlux_instFlux"),
numBrightStars(100),
numBrightStars(150),
Copy link
Contributor

Choose a reason for hiding this comment

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

Setting all the numBrightStars defaults to 150 seems reasonable, as this is roughly in the middle of the various values here and below, and it's the obs_subaru setting, but this is changing the current LSST value. I just want to check that this is what you intend to do.

Copy link
Contributor Author

@parejkoj parejkoj Sep 19, 2023

Choose a reason for hiding this comment

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

Yes, it's unclear why LSST used a different value, and I don't think there's any obvious a priori reason to take the LSST value over the HSC one (which is likely better tested).

This was the default in obs_lsst.
This was the overridden value for multiple cameras.
@parejkoj parejkoj merged commit 0d499ea into main Sep 21, 2023
2 checks passed
@parejkoj parejkoj deleted the tickets/DM-39796 branch September 21, 2023 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants