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-5660: Add motivated model fits to validate_drp photometric and astrometric scatter/repeatability analysis and plots #14

Merged
merged 16 commits into from
Apr 21, 2016

Commits on Apr 8, 2016

  1. Fit and display photErrModel from LSST Overview.

    Implements Eq. 4, 5 from LSST Overview paper.
    Fits the parameters.
    Shows fitted function on check_photometry plot.
    wmwv committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    77716c0 View commit details
    Browse the repository at this point in the history
  2. Document plotPhotErrModelFit and photErrModel.

    Remove extraneous tuple line.
    wmwv committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    22daf33 View commit details
    Browse the repository at this point in the history
  3. Add astrometric rms fit.

    Fit C*theta/SNR to observed astrometric scatter.
    Plot on check_astrometry plot.
    Print out results to STDOUT if verbose set.
    
    Update xlim defaults in plotAstrom to SNR inspired values.
    wmwv committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    92f251a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce556f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    843f384 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Move fitting into 'check' and use in 'validate'.

    Make checkAstrometry and checkPhotometry run fits
    of expected error behavior from astrometric and photometric.
    wmwv committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    99e67e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Configuration menu
    Copy the full SHA
    9acf3b8 View commit details
    Browse the repository at this point in the history
  2. Save fit results to JSON files.

    wmwv committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    ff4e2ef View commit details
    Browse the repository at this point in the history
  3. Add name, description of model to pipeBase.Struct

    Change names of attributes to more descriptively include 'Err' in the name.
    wmwv committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    84d2dae View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Configuration menu
    Copy the full SHA
    f21c09f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Re-structure fit structs to be self-documenting

    checkAstrometry and checkPhotometry now return a struct
    that clearly labels its fit parameters and model name.
    wmwv committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    efe5f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02273c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5ce419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21756ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a057b5d View commit details
    Browse the repository at this point in the history
  6. Whitespace and linter fixes.

    wmwv committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    1e7a2db View commit details
    Browse the repository at this point in the history