BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Raw data to construct GraphItem and Data1DItem's. More...
Public Attributes | |
std::string | axis_units |
std::vector< double > | bin_centers |
std::vector< double > | bin_values |
std::string | graph_description |
std::string | signal_units |
Raw data to construct GraphItem and Data1DItem's.
Definition at line 26 of file graphimportdata.h.
std::string gui2::GraphImportData::axis_units |
Definition at line 30 of file graphimportdata.h.
Referenced by gui2::Utils::CreateData().
std::vector<double> gui2::GraphImportData::bin_centers |
Definition at line 29 of file graphimportdata.h.
Referenced by gui2::ExperimentalDataModel::addGraph(), and gui2::Utils::CreateData().
std::vector<double> gui2::GraphImportData::bin_values |
Definition at line 32 of file graphimportdata.h.
Referenced by gui2::ExperimentalDataModel::addGraph(), and gui2::Utils::CreateData().
std::string gui2::GraphImportData::graph_description |
Definition at line 27 of file graphimportdata.h.
Referenced by gui2::ExperimentalDataModel::addGraph().
std::string gui2::GraphImportData::signal_units |
Definition at line 33 of file graphimportdata.h.
Referenced by gui2::Utils::CreateData().