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

added peakfinding utility #8

Merged
merged 12 commits into from
May 5, 2022
Merged

added peakfinding utility #8

merged 12 commits into from
May 5, 2022

Commits on May 3, 2022

  1. added peakfinding utility

    Kevin Dalton committed May 3, 2022
    Configuration menu
    Copy the full SHA
    adc21f3 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. fix typo

    Kevin Dalton committed May 4, 2022
    Configuration menu
    Copy the full SHA
    75d07f6 View commit details
    Browse the repository at this point in the history
  2. added option for map weights

    Kevin Dalton committed May 4, 2022
    Configuration menu
    Copy the full SHA
    822189f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. add separate entry point for diff maps peaks

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    b6799b6 View commit details
    Browse the repository at this point in the history
  2. sort outpute by peakz

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    591265b View commit details
    Browse the repository at this point in the history
  3. fix obsolete parser reference

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    f2941e4 View commit details
    Browse the repository at this point in the history
  4. fix sort for empty results

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2f16522 View commit details
    Browse the repository at this point in the history
  5. add -d as alternate to --distance-cutoff

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2316281 View commit details
    Browse the repository at this point in the history
  6. move z-scores up in columns

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    8bc77b4 View commit details
    Browse the repository at this point in the history
  7. add default sigma cutoff 1.5/3.0 regular/diff maps

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    322ac09 View commit details
    Browse the repository at this point in the history
  8. fixes for broken parse args + sort by abs peakz

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    442a87e View commit details
    Browse the repository at this point in the history
  9. remove legacy __main__ clause

    Kevin Dalton committed May 5, 2022
    Configuration menu
    Copy the full SHA
    39a0a36 View commit details
    Browse the repository at this point in the history