:orphan: .. _sphx_glr_auto_examples: =============== Example Gallery =============== In this section, we present illustrative examples for importing files serialized with the CSD model, using the `csdmpy` package. Because the CSD model allows multi-dimensional datasets with multiple dependent variables, we use a shorthand notation of :math:`d\mathrm{D}\{p\}` to indicate that a dataset has a :math:`p`-component dependent variable defined on a :math:`d`-dimensional coordinate grid. In the case of `correlated datasets`, the number of components in each dependent variable is given as a list within the curly braces, `i.e.`, :math:`d\mathrm{D}\{p_0, p_1, p_2, ...\}`. ---- .. only:: latex **The sample CSDM compliant files used in this documentation are available** `online `_. .. only:: html **The sample CSDM compliant files used in this documentation are available online.** .. image:: https://img.shields.io/badge/Download-CSDM%20sample%20files-blueviolet :target: https://osu.box.com/s/bq10pc5jyd3mu67vqvhw4xmrqgsd0x8u ---- .. raw:: html
.. _sphx_glr_auto_examples_1D_1_examples: Scalar, 1D{1} datasets ====================== The 1D{1} datasets are one dimensional, :math:`d=1`, with one single-component, :math:`p=1`, dependent variable. These datasets are the most common, and we, therefore, provide a few examples from various fields of science. .. raw:: html
.. only:: html .. figure:: /auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_0_gmsl_thumb.png :ref:`sphx_glr_auto_examples_1D_1_examples_plot_0_gmsl.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/1D_1_examples/plot_0_gmsl .. raw:: html
.. only:: html .. figure:: /auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_1_NMR_bloch_thumb.png :ref:`sphx_glr_auto_examples_1D_1_examples_plot_1_NMR_bloch.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/1D_1_examples/plot_1_NMR_bloch .. raw:: html
.. only:: html .. figure:: /auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_2_EPR_thumb.png :ref:`sphx_glr_auto_examples_1D_1_examples_plot_2_EPR.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/1D_1_examples/plot_2_EPR .. raw:: html
.. only:: html .. figure:: /auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_3_GS_thumb.png :ref:`sphx_glr_auto_examples_1D_1_examples_plot_3_GS.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/1D_1_examples/plot_3_GS .. raw:: html
.. only:: html .. figure:: /auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_4_FTIR_thumb.png :ref:`sphx_glr_auto_examples_1D_1_examples_plot_4_FTIR.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/1D_1_examples/plot_4_FTIR .. raw:: html
.. only:: html .. figure:: /auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_5_UV-vis_thumb.png :ref:`sphx_glr_auto_examples_1D_1_examples_plot_5_UV-vis.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/1D_1_examples/plot_5_UV-vis .. raw:: html
.. only:: html .. figure:: /auto_examples/1D_1_examples/images/thumb/sphx_glr_plot_6_Mass_thumb.png :ref:`sphx_glr_auto_examples_1D_1_examples_plot_6_Mass.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/1D_1_examples/plot_6_Mass .. raw:: html
.. _sphx_glr_auto_examples_2D_1_examples: Scalar, 2D{1} datasets ====================== The 2D{1} datasets are two dimensional, :math:`d=2`, with one single-component dependent variable, :math:`p=1`. Following are some 2D{1} example datasets from various scientific fields expressed in CSDM format. .. raw:: html
.. only:: html .. figure:: /auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_0_astronomy_thumb.png :ref:`sphx_glr_auto_examples_2D_1_examples_plot_0_astronomy.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/2D_1_examples/plot_0_astronomy .. raw:: html
.. only:: html .. figure:: /auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_1_NMR_satrec_thumb.png :ref:`sphx_glr_auto_examples_2D_1_examples_plot_1_NMR_satrec.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/2D_1_examples/plot_1_NMR_satrec .. raw:: html
.. only:: html .. figure:: /auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_2_TEM_thumb.png :ref:`sphx_glr_auto_examples_2D_1_examples_plot_2_TEM.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/2D_1_examples/plot_2_TEM .. raw:: html
.. only:: html .. figure:: /auto_examples/2D_1_examples/images/thumb/sphx_glr_plot_3_labeled_thumb.png :ref:`sphx_glr_auto_examples_2D_1_examples_plot_3_labeled.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/2D_1_examples/plot_3_labeled .. raw:: html
.. _sphx_glr_auto_examples_vector: Vector datasets =============== .. raw:: html
.. only:: html .. figure:: /auto_examples/vector/images/thumb/sphx_glr_plot_0_vector_thumb.png :ref:`sphx_glr_auto_examples_vector_plot_0_vector.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/vector/plot_0_vector .. raw:: html
.. only:: html .. figure:: /auto_examples/vector/images/thumb/sphx_glr_plot_1_vector_thumb.png :ref:`sphx_glr_auto_examples_vector_plot_1_vector.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/vector/plot_1_vector .. raw:: html
.. _sphx_glr_auto_examples_pixel: Pixel datasets ============== .. raw:: html
.. only:: html .. figure:: /auto_examples/pixel/images/thumb/sphx_glr_plot_0_image_thumb.png :ref:`sphx_glr_auto_examples_pixel_plot_0_image.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/pixel/plot_0_image .. raw:: html
.. _sphx_glr_auto_examples_correlated_examples: Correlated datasets =================== The Core Scientific Dataset Model (CSDM) supports multiple dependent variables that share the same `d`-dimensional coordinate grid, where :math:`d>=0`. We call the dependent variables from these datasets as `correlated datasets`. Following are a few examples of the correlated dataset. .. raw:: html
.. only:: html .. figure:: /auto_examples/correlated_examples/images/thumb/sphx_glr_plot_0_0D11_dataset_thumb.png :ref:`sphx_glr_auto_examples_correlated_examples_plot_0_0D11_dataset.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/correlated_examples/plot_0_0D11_dataset .. raw:: html
.. only:: html .. figure:: /auto_examples/correlated_examples/images/thumb/sphx_glr_plot_1_meteorology_thumb.png :ref:`sphx_glr_auto_examples_correlated_examples_plot_1_meteorology.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/correlated_examples/plot_1_meteorology .. raw:: html
.. only:: html .. figure:: /auto_examples/correlated_examples/images/thumb/sphx_glr_plot_2_astronomy_thumb.png :ref:`sphx_glr_auto_examples_correlated_examples_plot_2_astronomy.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/correlated_examples/plot_2_astronomy .. raw:: html
.. _sphx_glr_auto_examples_sparse: Sparse datasets =============== .. raw:: html
.. only:: html .. figure:: /auto_examples/sparse/images/thumb/sphx_glr_plot_0_1D_sparse_thumb.png :ref:`sphx_glr_auto_examples_sparse_plot_0_1D_sparse.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/sparse/plot_0_1D_sparse .. raw:: html
.. only:: html .. figure:: /auto_examples/sparse/images/thumb/sphx_glr_plot_1_2D_sparse_thumb.png :ref:`sphx_glr_auto_examples_sparse_plot_1_2D_sparse.py` .. raw:: html
.. toctree:: :hidden: /auto_examples/sparse/plot_1_2D_sparse .. raw:: html
.. only :: html .. container:: sphx-glr-footer :class: sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: auto_examples_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_