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

Add binned_histogram #84

Merged
merged 5 commits into from
Jun 23, 2023
Merged

Add binned_histogram #84

merged 5 commits into from
Jun 23, 2023

Commits on Jun 14, 2023

  1. Add binned_histogram

    Lazersmoke committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    162580d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Additional methods and examples

    - Updated FeI2 example to include binning
    - Added Binning Tutorial as an example (maybe this should go in a subfolder?)
    - Added energy broadening for binned data
    - Added `connected_path_bins` for making spaghetti plots while recording the binning parameters for each subplot (for use in Mantid)
    Lazersmoke committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    d03405d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822136e View commit details
    Browse the repository at this point in the history
  3. Add intensities_bin_centers for SWT fake-binning

    The correct calculation involves integrating over bins.
    Lazersmoke committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    adc12ab View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Implement histogram binned powder averaging

    Added a few lines to the powder averaging tutorial to demonstrate it.
    
    Improved documentation for `BinningParameters`
    
    Updated binning tutorial to be more in line with other examples, e.g. speed and plotting library is now Makie.
    Lazersmoke committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    dfebeef View commit details
    Browse the repository at this point in the history