Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Compare photometric colors #6

Open
2 of 6 tasks
djperrefort opened this issue Jul 23, 2019 · 0 comments
Open
2 of 6 tasks

Compare photometric colors #6

djperrefort opened this issue Jul 23, 2019 · 0 comments
Assignees
Labels
Analysis Scientific analysis

Comments

@djperrefort
Copy link
Member

djperrefort commented Jul 23, 2019

PR #3 added a comparison of the color evolution for each CMFGEN model against DR3 photometry. Colors were determined for each DR3 target by interpolating in time with a gaussian regression. These values were then compared against the color evolution of each CMFGEN model. This work was a step in the right direction but was incomplete. Remaining steps include:

  • The Gaussian regression can run away for phase values outside the observed phase range. The easiest way to fix this is to bound the Gaussian regression in each band between the first and last data point. (Finished in PR Compare photometric colors #6)

  • The observed photometry suffers from extinction while the models do not. Extinction values for each target need to be looked up and applied to the models before comparison. These values are probably available on the Open Supernova Catalog. (Finished in PR Compare photometric colors #6)

  • The error values returned by the Gaussian regression are too small. A "correct" (a word I use loosely) error implementation would involve resampling and looking at the variation in the Gaussian fits.

  • This issue should culminate in a series of plots summarizing chi-squared values globally and band-by-band. We should plot chisquared distribution over all targets for two fixed phase ranges (-10 to 15 and something larger)

  • We should also plot delta color over 15 days for the model vs the data.

  • We are currently skipping targets without a CSP published t0 value or E(B-V) value. In the future, we can fit for and / or look up these values in other literature sources.

@djperrefort djperrefort self-assigned this Jul 23, 2019
@djperrefort djperrefort added this to To do in Compare CSP observations with CMFGEN via automation Jul 23, 2019
@djperrefort djperrefort added enhancement New feature or request Analysis Scientific analysis and removed enhancement New feature or request labels Jul 23, 2019
djperrefort added a commit that referenced this issue Jul 30, 2019
Preliminary color evolution comparison
Compare CSP observations with CMFGEN automation moved this from To do to Done Jul 30, 2019
@djperrefort djperrefort reopened this Jul 30, 2019
Compare CSP observations with CMFGEN automation moved this from Done to In progress Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Analysis Scientific analysis
Projects
Development

No branches or pull requests

1 participant