ASCOT5
Loading...
Searching...
No Matches
hdf5_histogram.h
Go to the documentation of this file.
1
5#ifndef HDF5_HISTOGRAM
6#define HDF5_HISTOGRAM
7
8#include <hdf5.h>
9
10int hdf5_histogram_write_uniform_double(hid_t f, const char *path,
11 int abscissaDim, int ordinateDim,
12 int *abscissaNslots,
13 double *abscissaMin,
14 double *abscissaMax,
15 char **abscissaUnits,
16 char **abscissaNames,
17 char **ordinateUnits,
18 char **ordinateNames,
19 double *ordinate);
20#endif
int hdf5_histogram_write_uniform_double(hid_t f, const char *path, int abscissaDim, int ordinateDim, int *abscissaNslots, double *abscissaMin, double *abscissaMax, char **abscissaUnits, char **abscissaNames, char **ordinateUnits, char **ordinateNames, double *ordinate)
Write a histogram with uniform grid to HDF5 file.