Function amici::hdf5::readSimulationExpData

Function Documentation

std::unique_ptr<ExpData> amici::hdf5::readSimulationExpData(const std::string &hdf5Filename, const std::string &hdf5Root, const Model &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