.. _diving_deeper: Diving deeper ============================================== In this section you will find in depth information on the general structure of ``ixdat``, as well as detailed documentation of the different sections of the package. This section is recommended for the experienced ``ixdat`` user interested in understanding how the package is built up, to help with advanced data treatment and for contributions to the package. The first section discusses the overall package structure, introducing the ``Measurement`` class, and how readers, plotters, exporters and the backend interact to enable advanced and efficient data treatment. The following sections contain the full documentation of readers, plotters and exporters, thereby providing a thorough overview of the capabilities of the different parts of the package for different applications. .. toctree:: :maxdepth: 1 structure_docs/index reader_docs/index backend plotter_docs/index exporter_docs/index