▼ SDDS | |
▼ include | |
SDDS.h | SDDS (Self Describing Data Set) Data Types Definitions and Function Prototypes |
SDDStypes.h | SDDS Data Types Definitions |
▼ python | |
▼ demo | |
example_load.py | Demonstrates reading an SDDS file using the SDDS Python module |
example_save.py | Demonstrates writing an SDDS file using the SDDS Python module |
sdds.py | Python script providing the SDDS Python module |
sddsdatamodule.c | Python C extension module (sddsdata) for interfacing with the C language SDDS library |
▼ SDDSlib | |
▼ demo | |
sdds_read_demo.c | A program to read and process SDDS files, displaying parameters, columns, and arrays |
sdds_write_demo.c | Example program demonstrating how to write data to an SDDS file using various data types |
SDDS_ascii.c | SDDS ascii data input and output routines |
SDDS_binary.c | SDDS binary data input and output routines |
SDDS_copy.c | This file contains the functions related to copying SDDS data |
SDDS_data.c | Defines global data arrays used by SDDS (Self Describing Data Sets) routines |
SDDS_dataprep.c | This file provides functions for SDDS dataset preparations |
SDDS_extract.c | This file contains routines for getting pointers to SDDS objects like columns and parameters |
SDDS_info.c | This file contains routines for getting the meta data for the SDDS objects |
SDDS_input.c | This file contains the functions related to reading SDDS files |
SDDS_internal.h | Internal definitions and function declarations for SDDS with LZMA support |
SDDS_lzma.c | Implementation of LZMA-compressed file handling functions |
SDDS_MPI_binary.c | Implementation of SDDS MPI Functions |
SDDS_mplsupport.c | Functions and definitions for handling SDDS datasets and integrating with MPL (Matplotlib) |
SDDS_output.c | This file contains the implementation of the SDDS output routines |
SDDS_process.c | Processes SDDS layout headers and translates namelist structures |
SDDS_rpn.c | Implements Reverse Polish Notation (RPN) operations for SDDS datasets |
SDDS_transfer.c | This file provides functions for transferring definitions from one SDDS dataset to another |
SDDS_utils.c | This file provides miscellaneous functions for interacting with SDDS objects |
SDDS_write.c | Provides functions for writing SDDS layout headers |
SDDSmpi_input.c | SDDS MPI Input Initialization and Data Broadcasting Functions |
SDDSmpi_output.c | MPI-based Parallel I/O Functions for SDDS Datasets |