Skip to content

NatuurkundePracticumAmsterdam/peak-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peak finder

You can use this notebook to find peaks in your data.

Installation

To create a conda environment with Jupyter Lab and all dependencies, run:

$ conda env create -f environment.yml

Of course, you can also use this notebook in other environments as long as you have Jupyter, Jupyter Widgets, Pandas, SciPy and Matplotlib.

Usage

Run Jupyter Lab with

$ conda activate peak-finder
$ jupyter lab

and load the notebook. At the bottom of the notebook you will find this line:

find_peaks("mydatafile.csv")

Change mydatafile.csv to point at your data file and run the notebook. You should see something like this:

Screenshot of the peak finder widget

You can zoom into parts of your dataset and tweak the settings until you're satisfied with the detected peaks.

About

Short and sweet notebook to find peaks in your data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published