Sails 0.2.0 Help

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

public std::vector<Reflection>reflections

publicCellcell

public std::stringspacegroup

public inlineMTZ(std::vector<Reflection> & reflections,Cell& cell, std::string & spacegroup)

Members

public std::vector<Reflection>reflections

publicCellcell

public std::stringspacegroup

public inlineMTZ(std::vector<Reflection> & reflections,Cell& cell, std::string & spacegroup)

Last modified: 08 August 2024