CHANGELOG
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
csdmpy/__init__.py
csdmpy/__main__.py
csdmpy/abstract_list.py
csdmpy/csdm.py
csdmpy/helper_functions.py
csdmpy/statistics.py
csdmpy/tests.py
csdmpy/units.py
csdmpy/utils.py
csdmpy.egg-info/PKG-INFO
csdmpy.egg-info/SOURCES.txt
csdmpy.egg-info/dependency_links.txt
csdmpy.egg-info/requires.txt
csdmpy.egg-info/top_level.txt
csdmpy/dependent_variable/__init__.py
csdmpy/dependent_variable/base_class.py
csdmpy/dependent_variable/decoder.py
csdmpy/dependent_variable/download.py
csdmpy/dependent_variable/external.py
csdmpy/dependent_variable/internal.py
csdmpy/dependent_variable/sparse.py
csdmpy/dimension/__init__.py
csdmpy/dimension/base.py
csdmpy/dimension/labeled.py
csdmpy/dimension/linear.py
csdmpy/dimension/monotonic.py
csdmpy/dimension/quantitative.py
csdmpy/numpy_wrapper/__init__.py
csdmpy/numpy_wrapper/apodize.py
docs/.DS_Store
docs/.coverage
docs/CSD_model.rst
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/referenceAPI.rst
docs/using_csdm_with_pyplot.rst
docs/CSDmodel_uml/.DS_Store
docs/CSDmodel_uml/csdm.rst
docs/CSDmodel_uml/enumeration.rst
docs/CSDmodel_uml/scalarQuantity.rst
docs/CSDmodel_uml/dependent_variables/dependent_variable.rst
docs/CSDmodel_uml/dependent_variables/external.rst
docs/CSDmodel_uml/dependent_variables/internal.rst
docs/CSDmodel_uml/dependent_variables/sparse_sampling.rst
docs/CSDmodel_uml/dimensions/dimension.rst
docs/CSDmodel_uml/dimensions/labeled.rst
docs/CSDmodel_uml/dimensions/linear.rst
docs/CSDmodel_uml/dimensions/monotonic.rst
docs/_images/.DS_Store
docs/_static/.DS_Store
docs/_static/button.css
docs/_static/csdmpy.png
docs/_static/style.css
docs/_templates/.DS_Store
docs/_templates/layout.html
docs/api/.DS_Store
docs/api/CSDM.rst
docs/api/DependentVariable.rst
docs/api/Dimensions.rst
docs/api/csdmpy.rst
docs/api/numpy_wrappers.rst
docs/api/plotting_function.rst
docs/api/statistics.rst
docs/api/dimension/labeled.rst
docs/api/dimension/linear.rst
docs/api/dimension/monotonic.rst
docs/api/wrappers/apodization.rst
docs/api/wrappers/element_wise_operation.rst
docs/plotting_with_pyplot/one_D_plots.rst
docs/plotting_with_pyplot/two_D_plots.rst
docs/startFromScratch/A fun example.rst
docs/startFromScratch/add_dependent_variable_object.rst
docs/startFromScratch/add_dimension_object.rst
docs/startFromScratch/generating_csdm_object.rst
docs/startFromScratch/generating_dependent_variable_object.rst
docs/startFromScratch/interacting_with_csdm.rst
docs/startFromScratch/interacting_with_csdmpy_objects.rst
docs/startFromScratch/save_dataset.rst
docs/startFromScratch/start.rst
docs/startFromScratch/dimension/generate/dimension_objects.rst
docs/startFromScratch/dimension/generate/labeled.rst
docs/startFromScratch/dimension/generate/linear.rst
docs/startFromScratch/dimension/generate/monotonic.rst
docs/startFromScratch/dimension/interact/dimension_objects.rst
docs/startFromScratch/dimension/interact/linear.rst
docs/startFromScratch/dimension/interact/monotonic.rst
tests/.DS_Store
tests/csdm_indexing_test.py
tests/csdm_new_test.py
tests/csdm_test.py
tests/dependent_variable_test.py
tests/dimension_test.py
tests/fft_test.py
tests/import_test.py
tests/nmr_freq_test.py
tests/save_file_test.py
tests/serialization_test.py
tests/sparse_test.py
tests/statistics_test.py
tests/unit_test.py
tests/utils_test.py
tests/file_read/.DS_Store
tests/file_read/fileread_test.py
tests/file_read/test_files/.DS_Store
tests/file_read/test_files/1.csdfe
tests/file_read/test_files/10.csdfe
tests/file_read/test_files/11.csdfe
tests/file_read/test_files/12.csdfe
tests/file_read/test_files/13.csdfe
tests/file_read/test_files/14.csdfe
tests/file_read/test_files/15.csdfe
tests/file_read/test_files/16.csdfe
tests/file_read/test_files/2.csdfe
tests/file_read/test_files/3.csdfe
tests/file_read/test_files/4.csdfe
tests/file_read/test_files/5.csdfe
tests/file_read/test_files/6.csdfe
tests/file_read/test_files/7.csdfe
tests/file_read/test_files/8.csdfe
tests/file_read/test_files/9.csdfe
tests/numpy_wrapper/apodization_test.py
tests/numpy_wrapper/change_shape_test.py
tests/numpy_wrapper/dimension_reduction_test.py
tests/numpy_wrapper/element_wise_test.py