14#include <pybind11/numpy.h>
15#include <pybind11/pybind11.h>
16#include <pybind11/stl.h>
18namespace py = pybind11;
void register_file_conversion(py::module &m)
void wib_hdf5_to_wib2_binary(std::string &, std::string &)
void wib_hdf5_to_wibeth_binary(std::string &, std::string &)
void wib_binary_to_wib2_binary(std::string &filename, std::string &output)
void wib_hdf5_to_tde_binary(std::string &, std::string &)
void wib_binary_to_wibeth_binary(std::string &filename, std::string &output)
void wib_binary_to_tde_binary(std::string &filename, std::string &output)