CHANGELOG
LICENSE
MANIFEST.in
README.md
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_variables/__init__.py
csdmpy/dependent_variables/base_class.py
csdmpy/dependent_variables/decoder.py
csdmpy/dependent_variables/download.py
csdmpy/dependent_variables/external.py
csdmpy/dependent_variables/internal.py
csdmpy/dependent_variables/sparse.py
csdmpy/dimensions/__init__.py
csdmpy/dimensions/base.py
csdmpy/dimensions/labeled.py
csdmpy/dimensions/linear.py
csdmpy/dimensions/monotonic.py
csdmpy/dimensions/quantitative.py
csdmpy/numpy_wrapper/__init__.py
csdmpy/numpy_wrapper/apodize.py
docs/.DS_Store
docs/.coverage
docs/CSD_model.rst
docs/Makefile
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/referenceAPI.rst
docs/requirement.rst
docs/requirements.txt
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/_build/.DS_Store
docs/_build/doctrees/CSD_model.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/getting_started.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/installation.doctree
docs/_build/doctrees/referenceAPI.doctree
docs/_build/doctrees/requirement.doctree
docs/_build/doctrees/CSDmodel_uml/csdm.doctree
docs/_build/doctrees/CSDmodel_uml/enumeration.doctree
docs/_build/doctrees/CSDmodel_uml/scalarQuantity.doctree
docs/_build/doctrees/CSDmodel_uml/dependent_variables/dependent_variable.doctree
docs/_build/doctrees/CSDmodel_uml/dependent_variables/external.doctree
docs/_build/doctrees/CSDmodel_uml/dependent_variables/internal.doctree
docs/_build/doctrees/CSDmodel_uml/dependent_variables/sparse_sampling.doctree
docs/_build/doctrees/CSDmodel_uml/dimensions/dimension.doctree
docs/_build/doctrees/CSDmodel_uml/dimensions/labeled.doctree
docs/_build/doctrees/CSDmodel_uml/dimensions/linear.doctree
docs/_build/doctrees/CSDmodel_uml/dimensions/monotonic.doctree
docs/_build/doctrees/api/CSDM.doctree
docs/_build/doctrees/api/DependentVariable.doctree
docs/_build/doctrees/api/Dimensions.doctree
docs/_build/doctrees/api/csdmpy.doctree
docs/_build/doctrees/api/numpy_wrappers.doctree
docs/_build/doctrees/api/statistics.doctree
docs/_build/doctrees/api/dimension/labeled.doctree
docs/_build/doctrees/api/dimension/linear.doctree
docs/_build/doctrees/api/dimension/monotonic.doctree
docs/_build/doctrees/api/wrappers/apodization.doctree
docs/_build/doctrees/api/wrappers/element_wise_operation.doctree
docs/_build/doctrees/auto_examples/index.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/plot_0_gmsl.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/plot_1_NMR_bloch.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/plot_2_EPR.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/plot_3_GS.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/plot_4_FTIR.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/plot_5_UV-vis.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/plot_6_Mass.doctree
docs/_build/doctrees/auto_examples/1D_1_examples/sg_execution_times.doctree
docs/_build/doctrees/auto_examples/2D_1_examples/plot_0_astronomy.doctree
docs/_build/doctrees/auto_examples/2D_1_examples/plot_1_NMR_satrec.doctree
docs/_build/doctrees/auto_examples/2D_1_examples/plot_2_TEM.doctree
docs/_build/doctrees/auto_examples/2D_1_examples/plot_3_labeled.doctree
docs/_build/doctrees/auto_examples/2D_1_examples/sg_execution_times.doctree
docs/_build/doctrees/auto_examples/correlated_examples/plot_0_0D11_dataset.doctree
docs/_build/doctrees/auto_examples/correlated_examples/plot_1_meteorology.doctree
docs/_build/doctrees/auto_examples/correlated_examples/plot_2_astronomy.doctree
docs/_build/doctrees/auto_examples/correlated_examples/sg_execution_times.doctree
docs/_build/doctrees/auto_examples/pixel/plot_0_image.doctree
docs/_build/doctrees/auto_examples/pixel/sg_execution_times.doctree
docs/_build/doctrees/auto_examples/sparse/plot_0_1D_sparse.doctree
docs/_build/doctrees/auto_examples/sparse/plot_1_2D_sparse.doctree
docs/_build/doctrees/auto_examples/sparse/sg_execution_times.doctree
docs/_build/doctrees/auto_examples/vector/plot_0_vector.doctree
docs/_build/doctrees/auto_examples/vector/plot_1_vector.doctree
docs/_build/doctrees/auto_examples/vector/sg_execution_times.doctree
docs/_build/doctrees/auto_tutorials/index.doctree
docs/_build/doctrees/auto_tutorials/generating_dataset/plot_1.doctree
docs/_build/doctrees/auto_tutorials/generating_dataset/sg_execution_times.doctree
docs/_build/doctrees/startFromScratch/A fun example.doctree
docs/_build/doctrees/startFromScratch/add_dependent_variable_object.doctree
docs/_build/doctrees/startFromScratch/add_dimension_object.doctree
docs/_build/doctrees/startFromScratch/generating_csdm_object.doctree
docs/_build/doctrees/startFromScratch/generating_dependent_variable_object.doctree
docs/_build/doctrees/startFromScratch/interacting_with_csdm.doctree
docs/_build/doctrees/startFromScratch/save_dataset.doctree
docs/_build/doctrees/startFromScratch/start.doctree
docs/_build/doctrees/startFromScratch/dimension/generate/dimension_objects.doctree
docs/_build/doctrees/startFromScratch/dimension/generate/labeled.doctree
docs/_build/doctrees/startFromScratch/dimension/generate/linear.doctree
docs/_build/doctrees/startFromScratch/dimension/generate/monotonic.doctree
docs/_build/doctrees/startFromScratch/dimension/interact/dimension_objects.doctree
docs/_build/doctrees/startFromScratch/dimension/interact/linear.doctree
docs/_build/doctrees/startFromScratch/dimension/interact/monotonic.doctree
docs/_build/html/.buildinfo
docs/_build/html/CSD_model.html
docs/_build/html/genindex.html
docs/_build/html/getting_started.html
docs/_build/html/index.html
docs/_build/html/installation.html
docs/_build/html/objects.inv
docs/_build/html/referenceAPI.html
docs/_build/html/requirement.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/CSDmodel_uml/csdm.html
docs/_build/html/CSDmodel_uml/enumeration.html
docs/_build/html/CSDmodel_uml/scalarQuantity.html
docs/_build/html/CSDmodel_uml/dependent_variables/dependent_variable.html
docs/_build/html/CSDmodel_uml/dependent_variables/external.html
docs/_build/html/CSDmodel_uml/dependent_variables/internal.html
docs/_build/html/CSDmodel_uml/dependent_variables/sparse_sampling.html
docs/_build/html/CSDmodel_uml/dimensions/dimension.html
docs/_build/html/CSDmodel_uml/dimensions/labeled.html
docs/_build/html/CSDmodel_uml/dimensions/linear.html
docs/_build/html/CSDmodel_uml/dimensions/monotonic.html
docs/_build/html/_downloads/18e5a264a787b26907c3bab9d82726ad/plot_0_1D_sparse.ipynb
docs/_build/html/_downloads/1908bbcd2c3418d564250abcc4ac8795/plot_0_vector.py
docs/_build/html/_downloads/1972d9160a0bd68b72cbb7910abe048a/plot_0_image.py
docs/_build/html/_downloads/2020e1296499fe7ab16b06d333bbc333/plot_0_astronomy.ipynb
docs/_build/html/_downloads/2775efc387eedd4690a5c5c507ac4216/plot_0_vector.ipynb
docs/_build/html/_downloads/2aba8e77f8bd4f972a13bf00559a6429/auto_tutorials_python.zip
docs/_build/html/_downloads/2ace467373af2d3284b725b1c2a02845/plot_5_UV-vis.py
docs/_build/html/_downloads/2d800a3aa200d1b9ee943ca131056889/plot_3_labeled.ipynb
docs/_build/html/_downloads/2f15257c6f0a64007724e64c49572fb6/plot_0_gmsl.py
docs/_build/html/_downloads/30afa342803f1d58bd256b3da9103c06/plot_1_vector.py
docs/_build/html/_downloads/30b7d295d2c6b7a25967271a75e63c55/plot_1_NMR_bloch.py
docs/_build/html/_downloads/37b860f0ebf8020320f47ede34c829ab/plot_1_2D_sparse.py
docs/_build/html/_downloads/46fef6593c645dcd7a62e03c7205af34/plot_1_2D_sparse.ipynb
docs/_build/html/_downloads/5960be9c1fc6a569c282dd8779a7808e/plot_2_astronomy.ipynb
docs/_build/html/_downloads/5b9ef79b65144f1c7422bc702e924641/auto_examples_jupyter.zip
docs/_build/html/_downloads/5d0af6a7c1ea7d6ba0b7cc16275efe3d/plot_0_1D_sparse.py
docs/_build/html/_downloads/6108c741ecb1196ac1442cd2e18ea68b/plot_0_gmsl.ipynb
docs/_build/html/_downloads/629690b7b87e002c83b241e260aa4018/plot_1_NMR_bloch.ipynb
docs/_build/html/_downloads/67b09843f1acd1ba3deb951db66cbbeb/plot_0_image.ipynb
docs/_build/html/_downloads/7a1605fcf627d622aa73f22f5ea8d090/plot_3_labeled.py
docs/_build/html/_downloads/819683f505eab2ea7e6125af07f8aa2c/plot_1_NMR_satrec.ipynb
docs/_build/html/_downloads/840e320c9fa46d272b2149ec074058b9/plot_5_UV-vis.ipynb
docs/_build/html/_downloads/8b807e477befacdee7997c05848920e9/plot_1_vector.ipynb
docs/_build/html/_downloads/8e94af68b2d3cae12c7e3a439529db69/auto_examples_python.zip
docs/_build/html/_downloads/93be990b9e0352421d5832d38f5938cf/plot_4_FTIR.ipynb
docs/_build/html/_downloads/9cb8af6d1a150e5252e6f30323c105b5/plot_3_GS.ipynb
docs/_build/html/_downloads/9e2a4873713d2b6ff288886d6b3a0346/plot_6_Mass.py
docs/_build/html/_downloads/a00c1690435fa902882d7246cb08d5f6/plot_2_astronomy.py
docs/_build/html/_downloads/aac23d6fe591fb1a18b147c404fc68d0/auto_tutorials_jupyter.zip
docs/_build/html/_downloads/b18ab2a9e7a47f95a5b32a94ef3ff9dd/plot_2_EPR.py
docs/_build/html/_downloads/bc73e7e756936ea914e597fae71f1fec/plot_2_EPR.ipynb
docs/_build/html/_downloads/c66e80f91ec5820664818b30f402ff80/plot_1.ipynb
docs/_build/html/_downloads/d10cd5195b28f122da2b2d2ddff55b21/plot_3_GS.py
docs/_build/html/_downloads/d5063d4ec8368fd1f966c55fca1b8c40/plot_0_0D11_dataset.ipynb
docs/_build/html/_downloads/d64374736dfd5d31b246ff983b2fe70f/plot_0_astronomy.py
docs/_build/html/_downloads/d6a0dd7e0c7e17393049c501b9e22b00/plot_6_Mass.ipynb
docs/_build/html/_downloads/d93ff3a9238de114e22541310e27c64d/plot_0_0D11_dataset.py
docs/_build/html/_downloads/d9fd1cbd65fc8e9104900be17ee7fd89/plot_1.py
docs/_build/html/_downloads/dce4e60ea7a7c7e2726fbafdb1467b35/plot_2_TEM.py
docs/_build/html/_downloads/ddabf136b7c29e9aee4d567991092859/plot_1_meteorology.ipynb
docs/_build/html/_downloads/e536fea930beec8a96ac1e1f54c619d3/plot_1_meteorology.py
docs/_build/html/_downloads/e7315c2ff19a9113dd46914b9638dc6c/plot_4_FTIR.py
docs/_build/html/_downloads/ed032c73ab16c10936851d1d2de6b079/plot_2_TEM.ipynb
docs/_build/html/_downloads/fce74e4a9bdd9a76acba48491535c512/plot_1_NMR_satrec.py
docs/_build/html/_images/sphx_glr_plot_0_0D11_dataset_001.png
docs/_build/html/_images/sphx_glr_plot_0_0D11_dataset_thumb.png
docs/_build/html/_images/sphx_glr_plot_0_1D_sparse_001.png
docs/_build/html/_images/sphx_glr_plot_0_1D_sparse_thumb.png
docs/_build/html/_images/sphx_glr_plot_0_astronomy_001.png
docs/_build/html/_images/sphx_glr_plot_0_astronomy_thumb.png
docs/_build/html/_images/sphx_glr_plot_0_gmsl_001.png
docs/_build/html/_images/sphx_glr_plot_0_gmsl_thumb.png
docs/_build/html/_images/sphx_glr_plot_0_image_001.png
docs/_build/html/_images/sphx_glr_plot_0_image_thumb.png
docs/_build/html/_images/sphx_glr_plot_0_vector_001.png
docs/_build/html/_images/sphx_glr_plot_0_vector_thumb.png
docs/_build/html/_images/sphx_glr_plot_1_001.png
docs/_build/html/_images/sphx_glr_plot_1_2D_sparse_001.png
docs/_build/html/_images/sphx_glr_plot_1_2D_sparse_thumb.png
docs/_build/html/_images/sphx_glr_plot_1_NMR_bloch_001.png
docs/_build/html/_images/sphx_glr_plot_1_NMR_bloch_002.png
docs/_build/html/_images/sphx_glr_plot_1_NMR_bloch_003.png
docs/_build/html/_images/sphx_glr_plot_1_NMR_bloch_thumb.png
docs/_build/html/_images/sphx_glr_plot_1_NMR_satrec_001.png
docs/_build/html/_images/sphx_glr_plot_1_NMR_satrec_thumb.png
docs/_build/html/_images/sphx_glr_plot_1_meteorology_001.png
docs/_build/html/_images/sphx_glr_plot_1_meteorology_002.png
docs/_build/html/_images/sphx_glr_plot_1_meteorology_003.png
docs/_build/html/_images/sphx_glr_plot_1_meteorology_004.png
docs/_build/html/_images/sphx_glr_plot_1_meteorology_005.png
docs/_build/html/_images/sphx_glr_plot_1_meteorology_thumb.png
docs/_build/html/_images/sphx_glr_plot_1_thumb.png
docs/_build/html/_images/sphx_glr_plot_1_vector_001.png
docs/_build/html/_images/sphx_glr_plot_1_vector_thumb.png
docs/_build/html/_images/sphx_glr_plot_2_EPR_001.png
docs/_build/html/_images/sphx_glr_plot_2_EPR_thumb.png
docs/_build/html/_images/sphx_glr_plot_2_TEM_001.png
docs/_build/html/_images/sphx_glr_plot_2_TEM_thumb.png
docs/_build/html/_images/sphx_glr_plot_2_astronomy_001.png
docs/_build/html/_images/sphx_glr_plot_2_astronomy_002.png
docs/_build/html/_images/sphx_glr_plot_2_astronomy_003.png
docs/_build/html/_images/sphx_glr_plot_2_astronomy_004.png
docs/_build/html/_images/sphx_glr_plot_2_astronomy_thumb.png
docs/_build/html/_images/sphx_glr_plot_3_GS_001.png
docs/_build/html/_images/sphx_glr_plot_3_GS_thumb.png
docs/_build/html/_images/sphx_glr_plot_3_labeled_001.png
docs/_build/html/_images/sphx_glr_plot_3_labeled_thumb.png
docs/_build/html/_images/sphx_glr_plot_4_FTIR_001.png
docs/_build/html/_images/sphx_glr_plot_4_FTIR_thumb.png
docs/_build/html/_images/sphx_glr_plot_5_UV-vis_001.png
docs/_build/html/_images/sphx_glr_plot_5_UV-vis_thumb.png
docs/_build/html/_images/sphx_glr_plot_6_Mass_001.png
docs/_build/html/_images/sphx_glr_plot_6_Mass_thumb.png
docs/_build/html/_images/test.png
docs/_build/html/_modules/csdmpy.html
docs/_build/html/_modules/index.html
docs/_build/html/_modules/csdmpy/csdm.html
docs/_build/html/_modules/csdmpy/dependent_variables.html
docs/_build/html/_modules/csdmpy/dimensions.html
docs/_build/html/_modules/csdmpy/statistics.html
docs/_build/html/_modules/csdmpy/dimensions/labeled.html
docs/_build/html/_modules/csdmpy/dimensions/linear.html
docs/_build/html/_modules/csdmpy/dimensions/monotonic.html
docs/_build/html/_sources/CSD_model.rst.txt
docs/_build/html/_sources/getting_started.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/installation.rst.txt
docs/_build/html/_sources/referenceAPI.rst.txt
docs/_build/html/_sources/requirement.rst.txt
docs/_build/html/_sources/CSDmodel_uml/csdm.rst.txt
docs/_build/html/_sources/CSDmodel_uml/enumeration.rst.txt
docs/_build/html/_sources/CSDmodel_uml/scalarQuantity.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dependent_variables/dependent_variable.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dependent_variables/external.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dependent_variables/internal.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dependent_variables/sparse_sampling.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dimensions/dimension.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dimensions/labeled.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dimensions/linear.rst.txt
docs/_build/html/_sources/CSDmodel_uml/dimensions/monotonic.rst.txt
docs/_build/html/_sources/api/CSDM.rst.txt
docs/_build/html/_sources/api/DependentVariable.rst.txt
docs/_build/html/_sources/api/Dimensions.rst.txt
docs/_build/html/_sources/api/csdmpy.rst.txt
docs/_build/html/_sources/api/numpy_wrappers.rst.txt
docs/_build/html/_sources/api/statistics.rst.txt
docs/_build/html/_sources/api/dimension/labeled.rst.txt
docs/_build/html/_sources/api/dimension/linear.rst.txt
docs/_build/html/_sources/api/dimension/monotonic.rst.txt
docs/_build/html/_sources/api/wrappers/apodization.rst.txt
docs/_build/html/_sources/api/wrappers/element_wise_operation.rst.txt
docs/_build/html/_sources/auto_examples/index.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/plot_0_gmsl.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/plot_1_NMR_bloch.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/plot_2_EPR.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/plot_3_GS.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/plot_4_FTIR.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/plot_5_UV-vis.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/plot_6_Mass.rst.txt
docs/_build/html/_sources/auto_examples/1D_1_examples/sg_execution_times.rst.txt
docs/_build/html/_sources/auto_examples/2D_1_examples/plot_0_astronomy.rst.txt
docs/_build/html/_sources/auto_examples/2D_1_examples/plot_1_NMR_satrec.rst.txt
docs/_build/html/_sources/auto_examples/2D_1_examples/plot_2_TEM.rst.txt
docs/_build/html/_sources/auto_examples/2D_1_examples/plot_3_labeled.rst.txt
docs/_build/html/_sources/auto_examples/2D_1_examples/sg_execution_times.rst.txt
docs/_build/html/_sources/auto_examples/correlated_examples/plot_0_0D11_dataset.rst.txt
docs/_build/html/_sources/auto_examples/correlated_examples/plot_1_meteorology.rst.txt
docs/_build/html/_sources/auto_examples/correlated_examples/plot_2_astronomy.rst.txt
docs/_build/html/_sources/auto_examples/correlated_examples/sg_execution_times.rst.txt
docs/_build/html/_sources/auto_examples/pixel/plot_0_image.rst.txt
docs/_build/html/_sources/auto_examples/pixel/sg_execution_times.rst.txt
docs/_build/html/_sources/auto_examples/sparse/plot_0_1D_sparse.rst.txt
docs/_build/html/_sources/auto_examples/sparse/plot_1_2D_sparse.rst.txt
docs/_build/html/_sources/auto_examples/sparse/sg_execution_times.rst.txt
docs/_build/html/_sources/auto_examples/vector/plot_0_vector.rst.txt
docs/_build/html/_sources/auto_examples/vector/plot_1_vector.rst.txt
docs/_build/html/_sources/auto_examples/vector/sg_execution_times.rst.txt
docs/_build/html/_sources/auto_tutorials/index.rst.txt
docs/_build/html/_sources/auto_tutorials/generating_dataset/plot_1.rst.txt
docs/_build/html/_sources/auto_tutorials/generating_dataset/sg_execution_times.rst.txt
docs/_build/html/_sources/startFromScratch/A fun example.rst.txt
docs/_build/html/_sources/startFromScratch/add_dependent_variable_object.rst.txt
docs/_build/html/_sources/startFromScratch/add_dimension_object.rst.txt
docs/_build/html/_sources/startFromScratch/generating_csdm_object.rst.txt
docs/_build/html/_sources/startFromScratch/generating_dependent_variable_object.rst.txt
docs/_build/html/_sources/startFromScratch/interacting_with_csdm.rst.txt
docs/_build/html/_sources/startFromScratch/save_dataset.rst.txt
docs/_build/html/_sources/startFromScratch/start.rst.txt
docs/_build/html/_sources/startFromScratch/dimension/generate/dimension_objects.rst.txt
docs/_build/html/_sources/startFromScratch/dimension/generate/labeled.rst.txt
docs/_build/html/_sources/startFromScratch/dimension/generate/linear.rst.txt
docs/_build/html/_sources/startFromScratch/dimension/generate/monotonic.rst.txt
docs/_build/html/_sources/startFromScratch/dimension/interact/dimension_objects.rst.txt
docs/_build/html/_sources/startFromScratch/dimension/interact/linear.rst.txt
docs/_build/html/_sources/startFromScratch/dimension/interact/monotonic.rst.txt
docs/_build/html/_static/basic.css
docs/_build/html/_static/broken_example.png
docs/_build/html/_static/button.css
docs/_build/html/_static/csdmpy.png
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/file.png
docs/_build/html/_static/gallery-binder.css
docs/_build/html/_static/gallery-dataframe.css
docs/_build/html/_static/gallery.css
docs/_build/html/_static/jquery-3.4.1.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/no_image.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/css/basicstrap-base.css
docs/_build/html/_static/css/basicstrap.css
docs/_build/html/_static/css/font-awesome-ie7.min.css
docs/_build/html/_static/css/font-awesome.min.css
docs/_build/html/_static/css/adjust_theme/_common_adjust.css
docs/_build/html/_static/css/adjust_theme/bootswatch-amelia.css
docs/_build/html/_static/css/adjust_theme/bootswatch-cerulean.css
docs/_build/html/_static/css/adjust_theme/bootswatch-cosmo.css
docs/_build/html/_static/css/adjust_theme/bootswatch-cyborg.css
docs/_build/html/_static/css/adjust_theme/bootswatch-darkly.css
docs/_build/html/_static/css/adjust_theme/bootswatch-flatly.css
docs/_build/html/_static/css/adjust_theme/bootswatch-journal.css
docs/_build/html/_static/css/adjust_theme/bootswatch-lumen.css
docs/_build/html/_static/css/adjust_theme/bootswatch-paper.css
docs/_build/html/_static/css/adjust_theme/bootswatch-readable.css
docs/_build/html/_static/css/adjust_theme/bootswatch-sandstone.css
docs/_build/html/_static/css/adjust_theme/bootswatch-simplex.css
docs/_build/html/_static/css/adjust_theme/bootswatch-slate.css
docs/_build/html/_static/css/adjust_theme/bootswatch-solar.css
docs/_build/html/_static/css/adjust_theme/bootswatch-spacelab.css
docs/_build/html/_static/css/adjust_theme/bootswatch-spruce.css
docs/_build/html/_static/css/adjust_theme/bootswatch-superhero.css
docs/_build/html/_static/css/adjust_theme/bootswatch-united.css
docs/_build/html/_static/css/adjust_theme/bootswatch-yeti.css
docs/_build/html/_static/css/adjust_theme/geo-bootstrap.css
docs/_build/html/_static/css/bootstrap2/bootstrap-responsive.min.css
docs/_build/html/_static/css/bootstrap2/bootstrap.min.css
docs/_build/html/_static/css/bootstrap2/bootswatch-amelia.css
docs/_build/html/_static/css/bootstrap2/bootswatch-cerulean.css
docs/_build/html/_static/css/bootstrap2/bootswatch-cosmo.css
docs/_build/html/_static/css/bootstrap2/bootswatch-cyborg.css
docs/_build/html/_static/css/bootstrap2/bootswatch-flatly.css
docs/_build/html/_static/css/bootstrap2/bootswatch-journal.css
docs/_build/html/_static/css/bootstrap2/bootswatch-readable.css
docs/_build/html/_static/css/bootstrap2/bootswatch-simplex.css
docs/_build/html/_static/css/bootstrap2/bootswatch-slate.css
docs/_build/html/_static/css/bootstrap2/bootswatch-spacelab.css
docs/_build/html/_static/css/bootstrap2/bootswatch-spruce.css
docs/_build/html/_static/css/bootstrap2/bootswatch-superhero.css
docs/_build/html/_static/css/bootstrap2/bootswatch-united.css
docs/_build/html/_static/css/bootstrap2/geo-bootstrap.css
docs/_build/html/_static/css/bootstrap3/bootstrap-non-responsive.css
docs/_build/html/_static/css/bootstrap3/bootstrap-theme.min.css
docs/_build/html/_static/css/bootstrap3/bootstrap.min.css
docs/_build/html/_static/css/bootstrap3/bootswatch-amelia.css
docs/_build/html/_static/css/bootstrap3/bootswatch-cerulean.css
docs/_build/html/_static/css/bootstrap3/bootswatch-cosmo.css
docs/_build/html/_static/css/bootstrap3/bootswatch-cyborg.css
docs/_build/html/_static/css/bootstrap3/bootswatch-darkly.css
docs/_build/html/_static/css/bootstrap3/bootswatch-flatly.css
docs/_build/html/_static/css/bootstrap3/bootswatch-journal.css
docs/_build/html/_static/css/bootstrap3/bootswatch-lumen.css
docs/_build/html/_static/css/bootstrap3/bootswatch-paper.css
docs/_build/html/_static/css/bootstrap3/bootswatch-readable.css
docs/_build/html/_static/css/bootstrap3/bootswatch-sandstone.css
docs/_build/html/_static/css/bootstrap3/bootswatch-simplex.css
docs/_build/html/_static/css/bootstrap3/bootswatch-slate.css
docs/_build/html/_static/css/bootstrap3/bootswatch-solar.css
docs/_build/html/_static/css/bootstrap3/bootswatch-spacelab.css
docs/_build/html/_static/css/bootstrap3/bootswatch-superhero.css
docs/_build/html/_static/css/bootstrap3/bootswatch-united.css
docs/_build/html/_static/css/bootstrap3/bootswatch-yeti.css
docs/_build/html/_static/fonts/FontAwesome.otf
docs/_build/html/_static/fonts/fontawesome-webfont.eot
docs/_build/html/_static/fonts/fontawesome-webfont.svg
docs/_build/html/_static/fonts/fontawesome-webfont.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.woff
docs/_build/html/_static/fonts/glyphicons-halflings-regular.eot
docs/_build/html/_static/fonts/glyphicons-halflings-regular.svg
docs/_build/html/_static/fonts/glyphicons-halflings-regular.ttf
docs/_build/html/_static/fonts/glyphicons-halflings-regular.woff
docs/_build/html/_static/img/flames.gif
docs/_build/html/_static/img/glyphicons-halflings-white.png
docs/_build/html/_static/img/glyphicons-halflings.png
docs/_build/html/_static/img/microfab.gif
docs/_build/html/_static/img/progress.gif
docs/_build/html/_static/img/rainbow.gif
docs/_build/html/_static/img/stars.gif
docs/_build/html/_static/js/basicstrap.js
docs/_build/html/_static/js/bootstrap2.min.js
docs/_build/html/_static/js/bootstrap3.min.js
docs/_build/html/_static/js/jquery.cookie-1.4.1.min.js
docs/_build/html/_static/js/jquery.cookie.min.js
docs/_build/html/_static/js/jquery.min.js
docs/_build/html/api/CSDM.html
docs/_build/html/api/DependentVariable.html
docs/_build/html/api/Dimensions.html
docs/_build/html/api/csdmpy.html
docs/_build/html/api/numpy_wrappers.html
docs/_build/html/api/statistics.html
docs/_build/html/api/dimension/labeled.html
docs/_build/html/api/dimension/linear.html
docs/_build/html/api/dimension/monotonic.html
docs/_build/html/api/wrappers/apodization.html
docs/_build/html/api/wrappers/element_wise_operation.html
docs/_build/html/auto_examples/index.html
docs/_build/html/auto_examples/1D_1_examples/plot_0_gmsl.html
docs/_build/html/auto_examples/1D_1_examples/plot_1_NMR_bloch.html
docs/_build/html/auto_examples/1D_1_examples/plot_2_EPR.html
docs/_build/html/auto_examples/1D_1_examples/plot_3_GS.html
docs/_build/html/auto_examples/1D_1_examples/plot_4_FTIR.html
docs/_build/html/auto_examples/1D_1_examples/plot_5_UV-vis.html
docs/_build/html/auto_examples/1D_1_examples/plot_6_Mass.html
docs/_build/html/auto_examples/1D_1_examples/sg_execution_times.html
docs/_build/html/auto_examples/2D_1_examples/plot_0_astronomy.html
docs/_build/html/auto_examples/2D_1_examples/plot_1_NMR_satrec.html
docs/_build/html/auto_examples/2D_1_examples/plot_2_TEM.html
docs/_build/html/auto_examples/2D_1_examples/plot_3_labeled.html
docs/_build/html/auto_examples/2D_1_examples/sg_execution_times.html
docs/_build/html/auto_examples/correlated_examples/plot_0_0D11_dataset.html
docs/_build/html/auto_examples/correlated_examples/plot_1_meteorology.html
docs/_build/html/auto_examples/correlated_examples/plot_2_astronomy.html
docs/_build/html/auto_examples/correlated_examples/sg_execution_times.html
docs/_build/html/auto_examples/pixel/plot_0_image.html
docs/_build/html/auto_examples/pixel/sg_execution_times.html
docs/_build/html/auto_examples/sparse/plot_0_1D_sparse.html
docs/_build/html/auto_examples/sparse/plot_1_2D_sparse.html
docs/_build/html/auto_examples/sparse/sg_execution_times.html
docs/_build/html/auto_examples/vector/plot_0_vector.html
docs/_build/html/auto_examples/vector/plot_1_vector.html
docs/_build/html/auto_examples/vector/sg_execution_times.html
docs/_build/html/auto_tutorials/index.html
docs/_build/html/auto_tutorials/generating_dataset/plot_1.html
docs/_build/html/auto_tutorials/generating_dataset/sg_execution_times.html
docs/_build/html/startFromScratch/A fun example.html
docs/_build/html/startFromScratch/add_dependent_variable_object.html
docs/_build/html/startFromScratch/add_dimension_object.html
docs/_build/html/startFromScratch/generating_csdm_object.html
docs/_build/html/startFromScratch/generating_dependent_variable_object.html
docs/_build/html/startFromScratch/interacting_with_csdm.html
docs/_build/html/startFromScratch/save_dataset.html
docs/_build/html/startFromScratch/start.html
docs/_build/html/startFromScratch/dimension/generate/dimension_objects.html
docs/_build/html/startFromScratch/dimension/generate/labeled.html
docs/_build/html/startFromScratch/dimension/generate/linear.html
docs/_build/html/startFromScratch/dimension/generate/monotonic.html
docs/_build/html/startFromScratch/dimension/interact/dimension_objects.html
docs/_build/html/startFromScratch/dimension/interact/linear.html
docs/_build/html/startFromScratch/dimension/interact/monotonic.html
docs/_images/0D{1,1}_dataset.pdf
docs/_images/0D{1,1}_dataset.png
docs/_images/AmanitaMuscaria_base64.csdf.pdf
docs/_images/AmanitaMuscaria_base64.csdf.png
docs/_images/Bubble.csdfe.pdf
docs/_images/Bubble.csdfe.png
docs/_images/GMSL.csdf.pdf
docs/_images/GMSL.csdf.png
docs/_images/NCEI.csdfeAirpressureatsealevel.pdf
docs/_images/NCEI.csdfeAirpressureatsealevel.png
docs/_images/NCEI.csdfeAirtemperatureat2m.pdf
docs/_images/NCEI.csdfeAirtemperatureat2m.png
docs/_images/NCEI.csdfeRelativehumidity.pdf
docs/_images/NCEI.csdfeRelativehumidity.png
docs/_images/NCEI.csdfeSurfacetemperature.pdf
docs/_images/NCEI.csdfeSurfacetemperature.png
docs/_images/NCEI.csdfeWindvelocity.png
docs/_images/TEM.csdf.pdf
docs/_images/TEM.csdf.png
docs/_images/acetone.csdf.pdf
docs/_images/acetone.csdf.png
docs/_images/benzeneVapour_base64.csdf.pdf
docs/_images/benzeneVapour_base64.csdf.png
docs/_images/blochDecay.csdf.pdf
docs/_images/blochDecay.csdf.png
docs/_images/caffeine_none.csdf.pdf
docs/_images/caffeine_none.csdf.png
docs/_images/cinnamon_none.csdf.pdf
docs/_images/cinnamon_none.csdf.png
docs/_images/eagleNebula.csdfeEagleNebulaacquired@502nm.pdf
docs/_images/eagleNebula.csdfeEagleNebulaacquired@502nm.png
docs/_images/eagleNebula.csdfeEagleNebulaacquired@656nm.pdf
docs/_images/eagleNebula.csdfeEagleNebulaacquired@656nm.png
docs/_images/eagleNebula.csdfeEagleNebulaacquired@673nm.pdf
docs/_images/eagleNebula.csdfeEagleNebulaacquired@673nm.png
docs/_images/eagleNebula.csdfecomposition.pdf
docs/_images/eagleNebula.csdfecomposition.png
docs/_images/electric_field_raw.csdfe.pdf
docs/_images/electric_field_raw.csdfe.png
docs/_images/population.csdf.pdf
docs/_images/population.csdf.png
docs/_images/raccoon_image.csdf.pdf
docs/_images/raccoon_image.csdf.png
docs/_images/satRec.csdf.pdf
docs/_images/satRec.csdf.png
docs/_images/test.pdf
docs/_images/test.png
docs/_static/.DS_Store
docs/_static/button.css
docs/_static/csdmpy.png
docs/_templates/.DS_Store
docs/api/.DS_Store
docs/api/CSDM.rst
docs/api/DependentVariable.rst
docs/api/Dimensions.rst
docs/api/LinearDimension.rst.temp
docs/api/csdmpy.rst
docs/api/numpy_wrappers.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/auto_examples/auto_examples_jupyter.zip
docs/auto_examples/auto_examples_python.zip
docs/auto_examples/index.rst
docs/auto_examples/searchindex.db
docs/auto_examples/1D_1_examples/plot_0_gmsl.ipynb
docs/auto_examples/1D_1_examples/plot_0_gmsl.py
docs/auto_examples/1D_1_examples/plot_0_gmsl.py.md5
docs/auto_examples/1D_1_examples/plot_0_gmsl.rst
docs/auto_examples/1D_1_examples/plot_0_gmsl_codeobj.pickle
docs/auto_examples/1D_1_examples/plot_1_NMR_bloch.ipynb
docs/auto_examples/1D_1_examples/plot_1_NMR_bloch.py
docs/auto_examples/1D_1_examples/plot_1_NMR_bloch.py.md5
docs/auto_examples/1D_1_examples/plot_1_NMR_bloch.rst
docs/auto_examples/1D_1_examples/plot_1_NMR_bloch_codeobj.pickle
docs/auto_examples/1D_1_examples/plot_2_EPR.ipynb
docs/auto_examples/1D_1_examples/plot_2_EPR.py
docs/auto_examples/1D_1_examples/plot_2_EPR.py.md5
docs/auto_examples/1D_1_examples/plot_2_EPR.rst
docs/auto_examples/1D_1_examples/plot_2_EPR_codeobj.pickle
docs/auto_examples/1D_1_examples/plot_3_GS.ipynb
docs/auto_examples/1D_1_examples/plot_3_GS.py
docs/auto_examples/1D_1_examples/plot_3_GS.py.md5
docs/auto_examples/1D_1_examples/plot_3_GS.rst
docs/auto_examples/1D_1_examples/plot_3_GS_codeobj.pickle
docs/auto_examples/1D_1_examples/plot_4_FTIR.ipynb
docs/auto_examples/1D_1_examples/plot_4_FTIR.py
docs/auto_examples/1D_1_examples/plot_4_FTIR.py.md5
docs/auto_examples/1D_1_examples/plot_4_FTIR.rst
docs/auto_examples/1D_1_examples/plot_4_FTIR_codeobj.pickle
docs/auto_examples/1D_1_examples/plot_5_UV-vis.ipynb
docs/auto_examples/1D_1_examples/plot_5_UV-vis.py
docs/auto_examples/1D_1_examples/plot_5_UV-vis.py.md5
docs/auto_examples/1D_1_examples/plot_5_UV-vis.rst
docs/auto_examples/1D_1_examples/plot_5_UV-vis_codeobj.pickle
docs/auto_examples/1D_1_examples/plot_6_Mass.ipynb
docs/auto_examples/1D_1_examples/plot_6_Mass.py
docs/auto_examples/1D_1_examples/plot_6_Mass.py.md5
docs/auto_examples/1D_1_examples/plot_6_Mass.rst
docs/auto_examples/1D_1_examples/plot_6_Mass_codeobj.pickle
docs/auto_examples/1D_1_examples/sg_execution_times.rst
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_0_gmsl_001.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_1_NMR_bloch_001.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_1_NMR_bloch_002.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_1_NMR_bloch_003.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_2_EPR_001.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_3_GS_001.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_4_FTIR_001.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_5_UV-vis_001.png
docs/auto_examples/1D_1_examples/images/sphx_glr_plot_6_Mass_001.png
docs/auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_0_gmsl_thumb.png
docs/auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_1_NMR_bloch_thumb.png
docs/auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_2_EPR_thumb.png
docs/auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_3_GS_thumb.png
docs/auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_4_FTIR_thumb.png
docs/auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_5_UV-vis_thumb.png
docs/auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_6_Mass_thumb.png
docs/auto_examples/2D_1_examples/plot_0_astronomy.ipynb
docs/auto_examples/2D_1_examples/plot_0_astronomy.py
docs/auto_examples/2D_1_examples/plot_0_astronomy.py.md5
docs/auto_examples/2D_1_examples/plot_0_astronomy.rst
docs/auto_examples/2D_1_examples/plot_0_astronomy_codeobj.pickle
docs/auto_examples/2D_1_examples/plot_1_NMR_satrec.ipynb
docs/auto_examples/2D_1_examples/plot_1_NMR_satrec.py
docs/auto_examples/2D_1_examples/plot_1_NMR_satrec.py.md5
docs/auto_examples/2D_1_examples/plot_1_NMR_satrec.rst
docs/auto_examples/2D_1_examples/plot_1_NMR_satrec_codeobj.pickle
docs/auto_examples/2D_1_examples/plot_2_TEM.ipynb
docs/auto_examples/2D_1_examples/plot_2_TEM.py
docs/auto_examples/2D_1_examples/plot_2_TEM.py.md5
docs/auto_examples/2D_1_examples/plot_2_TEM.rst
docs/auto_examples/2D_1_examples/plot_2_TEM_codeobj.pickle
docs/auto_examples/2D_1_examples/plot_3_labeled.ipynb
docs/auto_examples/2D_1_examples/plot_3_labeled.py
docs/auto_examples/2D_1_examples/plot_3_labeled.py.md5
docs/auto_examples/2D_1_examples/plot_3_labeled.rst
docs/auto_examples/2D_1_examples/plot_3_labeled_codeobj.pickle
docs/auto_examples/2D_1_examples/sg_execution_times.rst
docs/auto_examples/2D_1_examples/images/sphx_glr_plot_0_astronomy_001.png
docs/auto_examples/2D_1_examples/images/sphx_glr_plot_1_NMR_satrec_001.png
docs/auto_examples/2D_1_examples/images/sphx_glr_plot_2_TEM_001.png
docs/auto_examples/2D_1_examples/images/sphx_glr_plot_3_labeled_001.png
docs/auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_0_astronomy_thumb.png
docs/auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_1_NMR_satrec_thumb.png
docs/auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_2_TEM_thumb.png
docs/auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_3_labeled_thumb.png
docs/auto_examples/correlated_examples/plot_0_0D11_dataset.ipynb
docs/auto_examples/correlated_examples/plot_0_0D11_dataset.py
docs/auto_examples/correlated_examples/plot_0_0D11_dataset.py.md5
docs/auto_examples/correlated_examples/plot_0_0D11_dataset.rst
docs/auto_examples/correlated_examples/plot_0_0D11_dataset_codeobj.pickle
docs/auto_examples/correlated_examples/plot_1_meteorology.ipynb
docs/auto_examples/correlated_examples/plot_1_meteorology.py
docs/auto_examples/correlated_examples/plot_1_meteorology.py.md5
docs/auto_examples/correlated_examples/plot_1_meteorology.rst
docs/auto_examples/correlated_examples/plot_1_meteorology_codeobj.pickle
docs/auto_examples/correlated_examples/plot_2_astronomy.ipynb
docs/auto_examples/correlated_examples/plot_2_astronomy.py
docs/auto_examples/correlated_examples/plot_2_astronomy.py.md5
docs/auto_examples/correlated_examples/plot_2_astronomy.rst
docs/auto_examples/correlated_examples/plot_2_astronomy_codeobj.pickle
docs/auto_examples/correlated_examples/sg_execution_times.rst
docs/auto_examples/correlated_examples/images/sphx_glr_plot_0_0D11_dataset_001.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_1_meteorology_001.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_1_meteorology_002.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_1_meteorology_003.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_1_meteorology_004.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_1_meteorology_005.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_2_astronomy_001.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_2_astronomy_002.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_2_astronomy_003.png
docs/auto_examples/correlated_examples/images/sphx_glr_plot_2_astronomy_004.png
docs/auto_examples/correlated_examples/images/thumb/sphx_glr_plot_0_0D11_dataset_thumb.png
docs/auto_examples/correlated_examples/images/thumb/sphx_glr_plot_1_meteorology_thumb.png
docs/auto_examples/correlated_examples/images/thumb/sphx_glr_plot_2_astronomy_thumb.png
docs/auto_examples/pixel/plot_0_image.ipynb
docs/auto_examples/pixel/plot_0_image.py
docs/auto_examples/pixel/plot_0_image.py.md5
docs/auto_examples/pixel/plot_0_image.rst
docs/auto_examples/pixel/plot_0_image_codeobj.pickle
docs/auto_examples/pixel/sg_execution_times.rst
docs/auto_examples/pixel/images/sphx_glr_plot_0_image_001.png
docs/auto_examples/pixel/images/thumb/sphx_glr_plot_0_image_thumb.png
docs/auto_examples/sparse/plot_0_1D_sparse.ipynb
docs/auto_examples/sparse/plot_0_1D_sparse.py
docs/auto_examples/sparse/plot_0_1D_sparse.py.md5
docs/auto_examples/sparse/plot_0_1D_sparse.rst
docs/auto_examples/sparse/plot_0_1D_sparse_codeobj.pickle
docs/auto_examples/sparse/plot_1_2D_sparse.ipynb
docs/auto_examples/sparse/plot_1_2D_sparse.py
docs/auto_examples/sparse/plot_1_2D_sparse.py.md5
docs/auto_examples/sparse/plot_1_2D_sparse.rst
docs/auto_examples/sparse/plot_1_2D_sparse_codeobj.pickle
docs/auto_examples/sparse/sg_execution_times.rst
docs/auto_examples/sparse/images/sphx_glr_plot_0_1D_sparse_001.png
docs/auto_examples/sparse/images/sphx_glr_plot_1_2D_sparse_001.png
docs/auto_examples/sparse/images/thumb/sphx_glr_plot_0_1D_sparse_thumb.png
docs/auto_examples/sparse/images/thumb/sphx_glr_plot_1_2D_sparse_thumb.png
docs/auto_examples/vector/plot_0_vector.ipynb
docs/auto_examples/vector/plot_0_vector.py
docs/auto_examples/vector/plot_0_vector.py.md5
docs/auto_examples/vector/plot_0_vector.rst
docs/auto_examples/vector/plot_0_vector_codeobj.pickle
docs/auto_examples/vector/plot_1_vector.ipynb
docs/auto_examples/vector/plot_1_vector.py
docs/auto_examples/vector/plot_1_vector.py.md5
docs/auto_examples/vector/plot_1_vector.rst
docs/auto_examples/vector/plot_1_vector_codeobj.pickle
docs/auto_examples/vector/sg_execution_times.rst
docs/auto_examples/vector/images/sphx_glr_plot_0_vector_001.png
docs/auto_examples/vector/images/sphx_glr_plot_1_vector_001.png
docs/auto_examples/vector/images/thumb/sphx_glr_plot_0_vector_thumb.png
docs/auto_examples/vector/images/thumb/sphx_glr_plot_1_vector_thumb.png
docs/auto_tutorials/auto_tutorials_jupyter.zip
docs/auto_tutorials/auto_tutorials_python.zip
docs/auto_tutorials/index.rst
docs/auto_tutorials/searchindex.db
docs/auto_tutorials/generating_dataset/plot_1.ipynb
docs/auto_tutorials/generating_dataset/plot_1.py
docs/auto_tutorials/generating_dataset/plot_1.py.md5
docs/auto_tutorials/generating_dataset/plot_1.rst
docs/auto_tutorials/generating_dataset/plot_1_codeobj.pickle
docs/auto_tutorials/generating_dataset/sg_execution_times.rst
docs/auto_tutorials/generating_dataset/images/sphx_glr_plot_1_001.png
docs/auto_tutorials/generating_dataset/images/thumb/sphx_glr_plot_1_thumb.png
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/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