BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
ReadWriteNicos.h
Go to the documentation of this file.
1 // ************************************************************************************************
2 //
3 // BornAgain: simulate and fit reflection and scattering
4 //
5 //! @file Device/IO/ReadWriteNicos.h
6 //! @brief Defines function IO::readNicosData
7 //!
8 //! @homepage http://www.bornagainproject.org
9 //! @license GNU General Public License v3 or higher (see COPYING)
10 //! @copyright Forschungszentrum Jülich GmbH 2021
11 //! @authors Scientific Computing Group at MLZ (see CITATION, AUTHORS)
12 //
13 // ************************************************************************************************
14 
15 #ifndef BORNAGAIN_DEVICE_IO_READWRITENICOS_H
16 #define BORNAGAIN_DEVICE_IO_READWRITENICOS_H
17 
18 #include "Device/Data/Datafield.h"
19 
20 //! Read/write SANSDRaw files written by Nicos (*.001).
21 
22 namespace IO {
23 
24 Datafield* readNicosData(std::istream& input_stream);
25 };
26 
27 #endif // BORNAGAIN_DEVICE_IO_READWRITENICOS_H
Defines and implements templated class Datafield.
Stores radiation power per bin.
Definition: Datafield.h:30
Read/write SANSDRaw files written by Nicos (*.001).
Datafield * readNicosData(std::istream &input_stream)