.gitignore
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
test-requirements.txt
.circleci/config.yml
.github/workflows/build-docs.yml
.github/workflows/python-package.yml
continuous_integration/environment_actions.yml
docs/Makefile
docs/environment_docs.yml
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.placeholder
docs/source/_static/default.css
docs/source/_static/doc_shared.js
docs/source/_templates/dev_template.rst
docs/source/_templates/layout.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/contributors_guide/index.rst
docs/source/developers_guide/index.rst
docs/source/users_guide/index.rst
docs/source/users_guide/num_of_particles.png
docs/source/users_guide/particle_information.rst
docs/source/users_guide/processing_raw_file.rst
docs/source/users_guide/processing_time_series.rst
docs/source/users_guide/view_hk_data.rst
docs/source/users_guide/waveform_example.png
examples/README.rst
examples/plot_hk.py
examples/plot_psd.py
examples/plot_read_sp2b.py
pysp2/__init__.py
pysp2.egg-info/PKG-INFO
pysp2.egg-info/SOURCES.txt
pysp2.egg-info/dependency_links.txt
pysp2.egg-info/requires.txt
pysp2.egg-info/top_level.txt
pysp2/io/__init__.py
pysp2/io/read_dat.py
pysp2/io/read_hk.py
pysp2/io/read_ini.py
pysp2/io/read_sp2b.py
pysp2/io/write_dat.py
pysp2/testing/__init__.py
pysp2/testing/sample_files.py
pysp2/testing/data/mosaossp2M1.00.20191216.000601.raw.20191216000000.ini
pysp2/testing/data/mosaossp2M1.00.20191216.130601.raw.20191216x193.sp2b
pysp2/testing/data/mosaossp2auxM1.00.20191217.010801.raw.20191216000000.hk
pysp2/util/DMTGlobals.py
pysp2/util/__init__.py
pysp2/util/particle_properties.py
pysp2/util/peak_fit.py
pysp2/vis/__init__.py
pysp2/vis/data_editor.py
pysp2/vis/plot_wave.py
tests/test_gfit.py
tests/test_read.py