HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
55 stars 26 forks source link

Add a CIF writer to the Material class #609

Open psavery opened 7 months ago

psavery commented 7 months ago

We should also document anything in the material class that will not be written out (such as exclusions, PT parameters, etc.).

We already depend on pycifrw, maybe we can use it for this as well.

We should also add some tests (including round-trip ones) for going between cif and the Material class.