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

Ensure each invalid peak has a unique value #560

Merged
merged 1 commit into from
Oct 3, 2023

Commits on Oct 2, 2023

  1. Ensure each invalid peak has a unique value

    Previously, all invalid peaks would have a value of `-999`. This would
    make them difficult to distinguish, however, in our spots viewer in
    HEXRDGUI.
    
    Instead, now all invalid peaks still have a negative number (starting
    at `-100`), but they all have unique negative numbers. This allows us to
    ensure that the correct images are being displayed for whichever invalid
    peak the user wishes to see.
    
    Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
    psavery committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    412fad1 View commit details
    Browse the repository at this point in the history