Skip to content

DM-54675: Add higher-order moments to ExposureSummaryStats#828

Merged
laurenam merged 1 commit intomainfrom
tickets/DM-54675
Apr 24, 2026
Merged

DM-54675: Add higher-order moments to ExposureSummaryStats#828
laurenam merged 1 commit intomainfrom
tickets/DM-54675

Conversation

@laurenam
Copy link
Copy Markdown
Contributor

No description provided.

@laurenam laurenam force-pushed the tickets/DM-54675 branch 3 times, most recently from 92f0ffa to 2d794a6 Compare April 22, 2026 21:11
@laurenam laurenam requested a review from arunkannawadi April 22, 2026 21:19
schema.addField(
"starTrefoil1Median",
type="F",
doc="Trefoil-like higher-order moment combination: medain M30 - 3*M12 "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
doc="Trefoil-like higher-order moment combination: medain M30 - 3*M12 "
doc="Trefoil-like higher-order moment combination: median M30 - 3*M12 "

"""

starTrefoil1Median: float = float('nan')
"""Trefoil-like higher-order moment combination: medain M30 - 3*M12
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
"""Trefoil-like higher-order moment combination: medain M30 - 3*M12
"""Trefoil-like higher-order moment combination: median M30 - 3*M12

"""

starTrefoil2Median: float = float('nan')
"""Trefoil-like higher-order moment combination: medain 3*M21 - M03
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
"""Trefoil-like higher-order moment combination: medain 3*M21 - M03
"""Trefoil-like higher-order moment combination: median 3*M21 - M03

starE42Median: float = float('nan')
"""Fourth-order ellipticity-like higher-order moment combination, 2*(M31 + M13)
of the stars used in the PSF model.
"""
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Curious why we don't include median in the docs for these two

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Heh...just oversight. Thanks for the catch!

schema.addField(
"starTrefoil2Median",
type="F",
doc="Trefoil-like higher-order moment combination: medain 3*M21 - M03 "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
doc="Trefoil-like higher-order moment combination: medain 3*M21 - M03 "
doc="Trefoil-like higher-order moment combination: median 3*M21 - M03 "

@laurenam laurenam merged commit 714e0ed into main Apr 24, 2026
4 checks passed
@laurenam laurenam deleted the tickets/DM-54675 branch April 24, 2026 22:51
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