Class to read files in Scalepack, Shelx or Saint formats into unmerged object. More...
#include <sca_unmerge.hh>
Public Member Functions | |
| SCAunmergeFile (const std::string &scaname, std::string &output) | |
| Open file & check file type. | |
| ScaFileType | FileType () const |
| Return file type. | |
| scala::FileRead | FillHklList (std::string &output, scala::hkl_unmerge_list &hkl_list) |
| Fill an hkl_unmerge_list object from this file with default options. | |
| scala::FileRead | FillHklList (std::string &output, const scala::Scell &input_cell, scala::hkl_unmerge_list &hkl_list) |
| Fill an hkl_unmerge_list object from this file with cell & default options. | |
| scala::FileRead | AddHklList (const scala::file_select &file_sel, const scala::all_controls &controls, const scala::PxdName &InputPxdName, const scala::Scell &input_cell, const double &input_wavelength, std::string &output, scala::hkl_unmerge_list &hkl_list) |
| Fill an hkl_unmerge_list object from this file with selection options. | |
Class to read files in Scalepack, Shelx or Saint formats into unmerged object.
| SCAIO::SCAunmergeFile::SCAunmergeFile | ( | const std::string & | scaname, | |
| std::string & | output | |||
| ) |
Open file & check file type.
| scaname | name of file (or logical name) |
| scala::FileRead SCAIO::SCAunmergeFile::AddHklList | ( | const scala::file_select & | file_sel, | |
| const scala::all_controls & | controls, | |||
| const scala::PxdName & | InputPxdName, | |||
| const scala::Scell & | input_cell, | |||
| const double & | input_wavelength, | |||
| std::string & | output, | |||
| scala::hkl_unmerge_list & | hkl_list | |||
| ) |
Fill an hkl_unmerge_list object from this file with selection options.
On entry: file_sel flags for general selection
On exit: hkl_list has been filled, but not organised: this needs a call to "prepare" or "change_symmetry"
1.6.3