-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Back to working on CIF exports from GSAS-II.
Looking at a bug related to reporting the data measurement temperature, I am realizing that have a fundamental conflict in how to report that and unit cell constants from multiple dataset fits. Obviously one wants them to be listed in the same block with fractional coordinates -- without them the latter are useless, but when one has a multiple dataset fit, one likely has only one set of coordinates, but likely more than set of one unit cell constants and quite possibly more than one temperature value.
IMHO the right way to record this is with a loop_ structure with _cell_measurement_temperature, _cell_length_a,... and that loop can be included in the same block as the crystal structure, but I don't think these CIF items are allowed in loops. Probably makes sense to put a block pointer to the block with the raw data in that loop as well.
Temperature can certainly be included in the block with raw data, but the unit cell dimensions (possibly for more than one phase) do not belong there.