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

fit for color + zeropoint using x and y uncertainties #762

Merged
merged 20 commits into from
Feb 15, 2024
Merged

Conversation

saarahhall
Copy link
Collaborator

This tiny PR utilizes scipy.odr inside ZPWithColorTermCalculator to fit a line using the x and y uncertainties in the color vs. differential mag plot.

Room for improvement: for the ODR to work, we can't use data with 0 uncertainty (in x or y). In quite a few lines of code, I added some code that removes those points with 0 uncertainty. This could certainly be compressed. But also, 0 uncertainty in x would only happen if the reference catalog reports 0 uncertainty for both magnitudes of interest, which should be a red flag anyways. So, I feel this cut belongs somewhere else... in a reference catalog purifier? But one that everyone should use... let me know your thoughts @virajkaram @robertdstein

.github/workflows/continuous_integration.yml Outdated Show resolved Hide resolved
mirar/pipelines/sedmv2/blocks.py Outdated Show resolved Hide resolved
mirar/pipelines/sedmv2/generator.py Outdated Show resolved Hide resolved
mirar/processors/photcal/zp_calculator.py Outdated Show resolved Hide resolved
mirar/processors/photcal/zp_calculator.py Outdated Show resolved Hide resolved
mirar/processors/photcal/zp_calculator.py Outdated Show resolved Hide resolved
mirar/zeropoints/zp_calculators.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@virajkaram virajkaram left a comment

Choose a reason for hiding this comment

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

minor change requested

@saarahhall saarahhall merged commit 85fc203 into main Feb 15, 2024
14 of 16 checks passed
@saarahhall saarahhall deleted the sedmv2-blocks branch February 15, 2024 18:57
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.

3 participants