specio
latest

Getting Started

  • Install and contribute

Documentation

  • User documentation
  • Developer documentation

Gallery examples

  • General examples
    • General presentation of the Spectrum data structure
  • Exporting spectra
    • Export a specio.Spectrum to a pandas.DataFrame
    • Read proprietary format and export to CSV
  • Spectra reader
    • Read SP Perkin Elmer IR binary file
    • Read FSM Perkin Elmer Spotlight IR binary file
    • Read CSV Comma-separated values format
    • Read SPC Galactic Industries Corporation binary file
    • Read multiple files using regular expression
specio
  • Docs »
  • General examples
  • Edit on GitHub

General examples¶

General examples to introduce specio.

../_images/sphx_glr_plot_spectrum_usage_thumb.png

General presentation of the Spectrum data structure

Exporting spectra¶

Illustrate the way to export the spectrum using specio.

../_images/sphx_glr_plot_export_dataframe_thumb.png

Export a specio.Spectrum to a pandas.DataFrame

../_images/sphx_glr_plot_export_read_thumb.png

Read proprietary format and export to CSV

Spectra reader¶

Illustrate the use of the different reader provided in specio.

../_images/sphx_glr_plot_read_sp_thumb.png

Read SP Perkin Elmer IR binary file

../_images/sphx_glr_plot_read_fsm_thumb.png

Read FSM Perkin Elmer Spotlight IR binary file

../_images/sphx_glr_plot_read_csv_thumb.png

Read CSV Comma-separated values format

../_images/sphx_glr_plot_read_spc_thumb.png

Read SPC Galactic Industries Corporation binary file

../_images/sphx_glr_plot_read_multiple_files_thumb.png

Read multiple files using regular expression

Download all examples in Python source code: auto_examples_python.zip
Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Next Previous

© Copyright 2017, Guillaume Lemaitre. Revision 2963fd5b.

Built with Sphinx using a theme provided by Read the Docs.