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-11905 Convert photoCalib to multiplicative defintion #276

Merged
merged 1 commit into from
Oct 10, 2017

Commits on Oct 10, 2017

  1. Convert photoCalib to multiplicative defintion

    Rename several things:
    instFluxMag0 -> calibrationMean
    zeroPoint() -> calibration()
    instFluxMag0Err -> calibrationErr
    
    Remove getInstFluxMag0Err
    
    Fix bug in test, where it was using self.instFlux0Err instead of the passed
    instFlux0Err (now calibrationErr). This bug was only noticeable when I was
    testing with non-physical errors (e.g. >10x calibration); I've checked the
    rest of the code for similar bugs, and found none.
    parejkoj committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    7237e73 View commit details
    Browse the repository at this point in the history