Function amici::hdf5::readSimulationExpData

Function Documentation

std::unique_ptr<ExpData> amici::hdf5::readSimulationExpData(std::string const &hdf5Filename, std::string const &hdf5Root, Model const &model)

Read AMICI ExpData data from HDF5 file.

Parameters:
  • hdf5Filename – Name of HDF5 file

  • hdf5Root – Path inside the HDF5 file to object having ExpData

  • model – The model for which data is to be read

Returns:

ExpData created from data in the given location