Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALInferenceHDF5.h File Reference

Prototypes

int LALInferenceCheckNonEmptyFile (char *filename)
 Returns 1 if a non-empty file exists, 0 otherwise. More...
 
int LALInferencePrintCheckpointFileInfo (char *filename)
 Prints the size of the file. More...
 
int LALInferenceH5VariablesArrayToDataset (LALH5File *h5file, LALInferenceVariables *const *const varsArray, UINT4 N, const char *TableName)
 
int LALInferenceH5DatasetToVariablesArray (LALH5Dataset *dataset, LALInferenceVariables ***varsArray, UINT4 *N)
 
LALH5FileLALInferenceH5CreateGroupStructure (LALH5File *h5file, const char *codename, const char *runID)
 Create a HDF5 heirarchy in the given LALH5File reference /codename/runID/ Returns a LALH5File pointer to the runID group. More...
 

Go to the source code of this file.

Variables

const char LALInferenceHDF5PosteriorSamplesDatasetName []
 
const char LALInferenceHDF5NestedSamplesDatasetName []
 

Function Documentation

◆ LALInferenceCheckNonEmptyFile()

int LALInferenceCheckNonEmptyFile ( char filename)

Returns 1 if a non-empty file exists, 0 otherwise.

Definition at line 42 of file LALInferenceHDF5.c.

◆ LALInferencePrintCheckpointFileInfo()

int LALInferencePrintCheckpointFileInfo ( char filename)

Prints the size of the file.

Definition at line 32 of file LALInferenceHDF5.c.

◆ LALInferenceH5VariablesArrayToDataset()

int LALInferenceH5VariablesArrayToDataset ( LALH5File h5file,
LALInferenceVariables *const *const  varsArray,
UINT4  N,
const char TableName 
)

Definition at line 205 of file LALInferenceHDF5.c.

◆ LALInferenceH5DatasetToVariablesArray()

int LALInferenceH5DatasetToVariablesArray ( LALH5Dataset dataset,
LALInferenceVariables ***  varsArray,
UINT4 N 
)

Definition at line 70 of file LALInferenceHDF5.c.

◆ LALInferenceH5CreateGroupStructure()

LALH5File * LALInferenceH5CreateGroupStructure ( LALH5File h5file,
const char codename,
const char runID 
)

Create a HDF5 heirarchy in the given LALH5File reference /codename/runID/ Returns a LALH5File pointer to the runID group.

Definition at line 56 of file LALInferenceHDF5.c.

Variable Documentation

◆ LALInferenceHDF5PosteriorSamplesDatasetName

const char LALInferenceHDF5PosteriorSamplesDatasetName[]
extern

Definition at line 28 of file LALInferenceHDF5.c.

◆ LALInferenceHDF5NestedSamplesDatasetName

const char LALInferenceHDF5NestedSamplesDatasetName[]
extern

Definition at line 29 of file LALInferenceHDF5.c.