Skip to content

Commit dfc7ced

Browse files
authored
Replace "unknown" keyword with "unspecified" enumeration value (#260)
The "unknown" keyword is not supported by dREL and the units are better described as unspecified than unknown.
1 parent f93ec0d commit dfc7ced

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
@@ -15,7 +15,7 @@ data_CIF_POW
1515
_dictionary.title CIF_POW
1616
_dictionary.class Instance
1717
_dictionary.version 2.5.0
18-
_dictionary.date 2025-09-23
18+
_dictionary.date 2025-12-01
1919
_dictionary.uri
2020
https://raw.githubusercontent.com/COMCIFS/Powder_Dictionary/master/cif_pow.dic
2121
_dictionary.ddl_conformance 4.2.0
@@ -2489,7 +2489,7 @@ save_
24892489
save_pd_calib_d_to_tof.coeff
24902490

24912491
_definition.id '_pd_calib_d_to_tof.coeff'
2492-
_definition.update 2022-09-30
2492+
_definition.update 2025-08-01
24932493
_description.text
24942494
;
24952495
The value of the coefficient used in the equation to convert
@@ -2520,15 +2520,15 @@ save_pd_calib_d_to_tof.coeff
25202520
else if (pc.power == -1) {
25212521
_units.code = "angstroms_per_microsecond"
25222522
}
2523-
else _units.code = UNKNOWN
2523+
else _units.code = "unspecified"
25242524
;
25252525

25262526
save_
25272527

25282528
save_pd_calib_d_to_tof.coeff_su
25292529

25302530
_definition.id '_pd_calib_d_to_tof.coeff_su'
2531-
_definition.update 2023-07-11
2531+
_definition.update 2025-08-01
25322532
_description.text
25332533
;
25342534
Standard uncertainty of _pd_calib_d_to_tof.coeff.
@@ -2559,7 +2559,7 @@ save_pd_calib_d_to_tof.coeff_su
25592559
else if (pc.power == -1) {
25602560
_units.code = "angstroms_per_microsecond"
25612561
}
2562-
else _units.code = UNKNOWN
2562+
else _units.code = "unspecified"
25632563
;
25642564

25652565
save_
@@ -14442,7 +14442,7 @@ save_
1444214442

1444314443
Deprecated _pd_refln.wavelength_id after consultation with PDDMG.
1444414444
;
14445-
2.5.0 2025-09-23
14445+
2.5.0 2025-12-01
1444614446
;
1444714447
## Retain above version number and increment date until final
1444814448
## release

0 commit comments

Comments
 (0)