Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALSimIMRDataUtilities.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024 Lorenzo Pompili, Michael Puerrer
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with with program; see the file COPYING. If not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 * MA 02110-1301 USA
18 */
19
20/**
21 * \author Lorenzo Pompili, Michael Puerrer
22 *
23 * \file
24 *
25 * \brief Auxiliary functions related to HDF5 waveform data files.
26 */
27
28#ifndef _LALSIMIMRDATAUTILITIES_H
29#define _LALSIMIMRDATAUTILITIES_H
30
31#include <lal/XLALError.h>
32
33#ifdef LAL_HDF5_ENABLED
34
35#include <lal/H5FileIO.h>
36
37int ROM_check_version_number(LALH5File *file, INT4 version_major_in, INT4 version_minor_in, INT4 version_micro_in);
38int ROM_check_canonical_file_basename(LALH5File *file, const char file_name[], const char attribute[]);
39
40#endif
41
42#endif /* _LALSIMIMRDATAUTILITIES_H */
struct tagLALH5File LALH5File
int32_t INT4
const char * file_name
Definition: sgwb.c:110