Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
podlesny
dune-tectonic
a74d5c9f0d8d9b815a0b8d16afe4fed6f5d529a5
dune-tectonic
data
tools
support
max_velocity.py
Find file
Normal view
Permalink
max_velocity.py
69 B
Newer
Older
python based data analysis
podlesny
committed
4 years ago
1
2
3
4
import
numpy
as
np
def
max_velocity
(
x
)
:
return
maximum
(
norm
(
x
))