rs.mtzdump
Summarize the contents of an MTZ file.
Examples
In order to summarize contents of file.mtz:
> rs.mtzdump file.mtz
If you would like to interactively inspect file.mtz in an IPython shell, use the “–embed” argument:
> rs.mtzdump file.mtz --embed
If multiple MTZ files are listed, they will be summarized sequentially, and can be accessed in an IPython shell as a dictionary called mtzs:
> rs.mtzdump file1.mtz file2.mtz file3.mtz --embed
Usage Details
usage: rs.mtzdump [-h] [--embed] [-p PRECISION] mtz [mtz ...]
- mtz
MTZ file(s) to summarize
- -h, --help
show this help message and exit
- --embed
MTZ file(s) will be summarized, and an IPython shell will be started
- -p <precision>, --precision <precision>
Number of significant digits to output for floats