Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RST Evaluation RST Evaluation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Code for AnalabsCode for Analabs
  • RST EvaluationRST Evaluation
  • Merge requests
  • !1

Analysis and GUI Update

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Michael Rudolf requested to merge devbranch_MR into master Nov 23, 2021
  • Overview 0
  • Commits 10
  • Pipelines 0
  • Changes 22

Changes to user interface

  • Simplified checkboxes
  • Added icons (coming from matplotlib)
  • Switched to ttk widgets
  • Some widgets respond to selections
  • Widgets now have tooltips (source)

Changes to VST analysis

  • Fitting the data now uses a subset for each velocity step. For each velocity step a number of percentiles ranging from 5 to 95% is calculated. The amount of percentiles is set in the options (default=20).
  • 'Stick-Slip Detection' is an optional method to prevent problems coming from strong stick slip while measuring a VST test. Using the new parameter 'peak_prominence' and 'scipy.signal.find_peaks' peaks and troughs are searched in the dataset. Then we fit the mean value of apparent friction between a peak and trough. Solution by E. Kosari.

Changes to RST analysis

  • Now manual picking also happens on the filtered dataset.

Issues resolved

#6 (closed), #7 (closed), #8 (closed), #9 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: devbranch_MR