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

Tickets/dm 15203 #63

Merged
merged 3 commits into from
Oct 13, 2018
Merged

Tickets/dm 15203 #63

merged 3 commits into from
Oct 13, 2018

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    529a2b9 View commit details
    Browse the repository at this point in the history
  2. Add MEANCLIP, and pass a general StatisticsControl

    N.b. renamed overscanRej config parameter to overscanNumSigmaClip;
    a better name and used for MEANCLIP too
    RobertLuptonTheGood committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    9f21394 View commit details
    Browse the repository at this point in the history
  3. Handle the overscan as integer to calculate the median

    Even if the overscan image is floating, it's really ints with lots of
    ties which must be handled carefully to get sub-integer precision.
    
    You should never estimate overscan on "real" floating images, but
    there's an option to prevent the conversion to int in case you do
    RobertLuptonTheGood committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    cd36fdf View commit details
    Browse the repository at this point in the history