rs.cifdump

Summarize the contents of a CIF file.

Examples

In order to summarize contents of file.cif:

> rs.cifdump file.cif

If you would like to interactively inspect file.cif in an IPython shell, use the “–embed” argument:

> rs.cifdump file.cif --embed

If multiple CIF files are listed, they will be summarized sequentially, and can be accessed in an IPython shell as a dictionary called cifs:

> rs.cifdump file1.cif file2.cif file3.cif --embed

Usage Details

usage: rs.cifdump [-h] [--embed] [-p PRECISION] cif [cif ...]
cif

CIF file(s) to summarize

-h, --help

show this help message and exit

--embed

CIF file(s) will be summarized, and an IPython shell will be started

-p <precision>, --precision <precision>

Number of significant digits to output for floats