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 new integration algorithm for single-crystal Bragg peaks #37103

Merged
merged 22 commits into from May 1, 2024

Commits on Mar 24, 2024

  1. Add algorithm to perform line integration of single xtal bragg peaks

    Algorithm is adapted and extended from an algorithm in Gutmann, M. J. (2005). SXD2001. ISIS Facility, RAL
    RichardWaiteSTFC committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    847240e View commit details
    Browse the repository at this point in the history
  2. Add algorithm docs

    RichardWaiteSTFC committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9e0b29f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    add1b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e86576e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76caf0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0efba9b View commit details
    Browse the repository at this point in the history
  5. Add post-fit check on peak fwhm

    Unfortunately Nelder-Mead minimizer in scipy does not support constraints, otheriwse it would be good to pass this to minimize as a NonlinearConstraint
    RichardWaiteSTFC committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    92b7298 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    082913a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add unit tests

    RichardWaiteSTFC committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a2de5d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b3ee7 View commit details
    Browse the repository at this point in the history
  3. Add release note

    RichardWaiteSTFC committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2c7e9ce View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Enable shoebox integration test and fix bug due to no ShoeboxResult

    System test previously not run due to indentation level typo. When enabled the test failed due to a bug trying to get the shoebox dimensions from a strong peak when there was no output file specified (as no ShoboxResult associated with the peak).
    RichardWaiteSTFC committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d575a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a677b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01c1fdd View commit details
    Browse the repository at this point in the history
  4. Update unit test values to match jenkins

    Not sure why the discrepancy with my local build - recent change to numpy version?
    RichardWaiteSTFC committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1aaecf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Assert individual I/sig values in edge tests

    Help see why the test is failing!
    RichardWaiteSTFC committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    af0df07 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    bcc6df2 View commit details
    Browse the repository at this point in the history
  2. Fix doc test value

    RichardWaiteSTFC committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cff5bbd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    6017bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e05f0c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    f22b6e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de25f8 View commit details
    Browse the repository at this point in the history