CheckCIF-CRYSS01
PROC-NAME: CRYSS01 Type_1
PURPOSE: To check that _exptl_crystal_size_min value is consistent with _exptl_crystal_size_mid and _exptl_crystal_size_max.
PROCEDURE:
TEST
IF _exptl_crystal_size_min > _exptl_crystal_size_mid
OR _exptl_crystal_size_mid > _exptl_crystal_size_max
issue ALERT B
"Alert B The magnitudes of the crystal dimensions do not match the min, mid and max definitions"
The magnitudes of the crystal dimensions do not match the min, mid and max definitions. This is usually caused by a typographical error when entering the crystal dimensions or assigning the greatest dimension to the _exptl_crystal_size_min entry and vice versa.
(http://journals.iucr.org/services/cif/checking/CRYSS_01.html)
目的:检查_exptl_crystal_size_min值是否与_exptl_crystal_size_mid和_exptl_crystal_size_max一致。
过程:
检查:
若 _exptl_crystal_size_min > _exptl_crystal_size_mid
或 _exptl_crystal_size_mid > _exptl_crystal_size_max
则发布B级警告
"Alert B The magnitudes of the crystal dimensions do not match the min, mid and max definitions"
晶体尺寸的大小与最小、中间和最大定义不匹配。这通常是由输入晶体尺寸或将最大尺寸指定给_exptl_crystal_size_min条目(反之亦然)时的印刷错误引起的。
例:CRYSS01_ALERT_1_B The magnitudes of the crystal dimensions do not match the min, mid and max definitions
警告原因:晶体尺寸未按正确的大小顺序填写。
解决策略:将其改正即可。