BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines ImportDataUtils namespace. More...
Go to the source code of this file.
Namespaces | |
ImportDataUtils | |
Provides utility methods to import data files. | |
Functions | |
bool | ImportDataUtils::Compatible (const InstrumentItem &instrumentItem, const RealDataItem &realDataItem) |
Check whether data item is compatible with instrument (same rank) More... | |
std::unique_ptr< OutputData< double > > | ImportDataUtils::CreateSimplifiedOutputData (const OutputData< double > &data) |
Creates OutputData with bin-valued axes. More... | |
QString | ImportDataUtils::Import1dData (RealDataItem *realDataItem, const AbstractDataLoader *selectedLoader) |
Import 1D data into the given item. More... | |
std::unique_ptr< OutputData< double > > | ImportDataUtils::Import2dData (const QString &baseNameOfLoadedFile) |
std::unique_ptr< OutputData< double > > | ImportDataUtils::ImportKnownData (const QString &baseNameOfLoadedFile) |
std::unique_ptr< OutputData< double > > | ImportDataUtils::ImportReflectometryData (const QString &baseNameOfLoadedFile) |
QString | ImportDataUtils::printShapeMessage (const std::vector< int > &instrument_shape, const std::vector< int > &data_shape) |
Composes a message with the shapes of InstrumentItem and RealDataItem. More... | |
Defines ImportDataUtils namespace.
Definition in file ImportDataUtils.h.