CheckCIF-CELLK01
PROC-NAME: CELLK01 Type_1
PURPOSE: To check that _cell_measurement_temperature has the correct units ie. Kelvin rather than Celsius.
PROCEDURE:
TEST
IF _cell_measurement_temperature < 25
issue ALERT C (may be in Celsius units).
? ? ? ? "Alert C Check that the cell measurement temperature is in Kelvin."
? ? ? ? Check that the temperature has been given in the correct units, i.e. Kelvin.
(http://journals.iucr.org/services/cif/checking/CELLK_01.html)
目的:檢查單胞測(cè)試溫度(_cell_measurement_temperature)是否采用正確單位,即開爾文溫標(biāo)而不是攝氏度溫標(biāo)。
若_cell_measurement_temperature小于25,發(fā)布C類警告(可能采用了攝氏度溫標(biāo))
? ? ? ? "Alert C Check that the cell measurement temperature is in Kelvin."
? ? ? ? 檢查溫度是否采用正確的單位,即開爾文溫標(biāo)。
例:CELLK01_ALERT_1_C Check that the cell measurement temperature is in Kelvin.
Value of measurement temperature given = 20.000
解決策略:將“_cell_measurement_temperature”后的數(shù)值換算成開爾文溫度。