Skip to content

Commit 2335944

Browse files
committed
Replace "unknown" keyword with "unspecified" enumeration value
The "unknown" keyword is not supported by dREL and the units are better described as unspecified than unknown.
1 parent 6a20739 commit 2335944

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cif_pow.dic

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data_CIF_POW
1414
_dictionary.title CIF_POW
1515
_dictionary.class Instance
1616
_dictionary.version 2.5.0
17-
_dictionary.date 2025-07-15
17+
_dictionary.date 2025-08-01
1818
_dictionary.uri
1919
https://raw.githubusercontent.com/COMCIFS/Powder_Dictionary/master/cif_pow.dic
2020
_dictionary.ddl_conformance 4.2.0
@@ -2488,7 +2488,7 @@ save_
24882488
save_pd_calib_d_to_tof.coeff
24892489

24902490
_definition.id '_pd_calib_d_to_tof.coeff'
2491-
_definition.update 2022-09-30
2491+
_definition.update 2025-08-01
24922492
_description.text
24932493
;
24942494
The value of the coefficient used in the equation to convert
@@ -2519,15 +2519,15 @@ save_pd_calib_d_to_tof.coeff
25192519
else if (pc.power == -1) {
25202520
_units.code = "angstroms_per_microsecond"
25212521
}
2522-
else _units.code = UNKNOWN
2522+
else _units.code = "unspecified"
25232523
;
25242524

25252525
save_
25262526

25272527
save_pd_calib_d_to_tof.coeff_su
25282528

25292529
_definition.id '_pd_calib_d_to_tof.coeff_su'
2530-
_definition.update 2023-07-11
2530+
_definition.update 2025-08-01
25312531
_description.text
25322532
;
25332533
Standard uncertainty of _pd_calib_d_to_tof.coeff.
@@ -2558,7 +2558,7 @@ save_pd_calib_d_to_tof.coeff_su
25582558
else if (pc.power == -1) {
25592559
_units.code = "angstroms_per_microsecond"
25602560
}
2561-
else _units.code = UNKNOWN
2561+
else _units.code = "unspecified"
25622562
;
25632563

25642564
save_
@@ -14423,7 +14423,7 @@ save_
1442314423

1442414424
Deprecated _pd_refln.wavelength_id after consultation with PDDMG.
1442514425
;
14426-
2.5.0 2025-07-15
14426+
2.5.0 2025-08-01
1442714427
;
1442814428
## Retain above version number and increment date until final
1442914429
## release

0 commit comments

Comments
 (0)