BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
ImportDataUtils.h File Reference

Defines ImportDataUtils namespace. More...

Include dependency graph for ImportDataUtils.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines ImportDataUtils namespace.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file ImportDataUtils.h.