Sails::MTZ
struct Sails::MTZ
Represents a crystallographic MTZ file within Sails.
This class is used to store information about a crystallographic MTZ file, which is a common file format used in X-ray crystallography to store experimental data. It contains a vector of Reflection objects representing the observed reflections, a Cell object representing the unit cell parameters, and a string representing the space group.
Summary
Members | Descriptions |
|---|---|
| |
| |
| |
|
Members
public std::vector<Reflection>reflections
publicCellcell
public std::stringspacegroup
publicMTZ() = default
public inlineMTZ(std::vector<Reflection> & reflections,Cell& cell, std::string & spacegroup)
Last modified: 23 November 2024