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

ENH: Implement dynamic binning #414

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 11, 2019

  1. ENH: Implement dynamic binning

    Add the possibility to enable dynamic binning, which scales the bin width by the ratio between the range of intensities seen in the derived and original images (only including intensities in the ROI). This is only done if dynamic binning is enabled (new parameter `dynamicBinning`, boolean, default false) and no custom bin width has been defined for that filter.
    
    This also has no effect if a fixed bin count is used.
    
    Addresses issue AIM-Harvard#49.
    JoostJM committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    af7f32b View commit details
    Browse the repository at this point in the history