Skip to content

Commit

Permalink
Redefine cell measurement wavelength as measurand (#496)
Browse files Browse the repository at this point in the history
* Update the dictionary description.

* Redefine _cell_measurement.wavelength as a measurand. Add related SU item.
  • Loading branch information
vaitkus authored Jul 17, 2024
1 parent 79b5c18 commit 7a6fa68
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ data_CIF_CORE
_dictionary.title CIF_CORE
_dictionary.class Instance
_dictionary.version 3.3.0
_dictionary.date 2024-05-15
_dictionary.date 2024-07-17
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/cif_core.dic
_dictionary.ddl_conformance 4.2.0
_dictionary.namespace CifCore
_description.text
;
The CIF_CORE dictionary records all the CORE data items defined
and used within the Crystallographic Information Framework (CIF).
The CIF_CORE dictionary defines data items that are common to all domains
of crystallographic studies. These definitions are mostly used within the
Crystallographic Information Framework (CIF).
;

save_CIF_CORE_HEAD
Expand Down Expand Up @@ -1969,7 +1970,7 @@ save_cell_measurement.wavelength
_definition_replaced.id 1
_definition_replaced.by '_diffrn_radiation_wavelength.value'
_alias.definition_id '_cell_measurement_wavelength'
_definition.update 2022-05-25
_definition.update 2024-07-17
_description.text
;
** DEPRECATED **
Expand All @@ -1980,7 +1981,7 @@ save_cell_measurement.wavelength
;
_name.category_id cell_measurement
_name.object_id wavelength
_type.purpose Number
_type.purpose Measurand
_type.source Assigned
_type.container Single
_type.contents Real
Expand All @@ -1989,6 +1990,27 @@ save_cell_measurement.wavelength

save_

save_cell_measurement.wavelength_su

_definition.id '_cell_measurement.wavelength_su'
_definition_replaced.id 1
_definition_replaced.by '_diffrn_radiation_wavelength.value_su'
_definition.update 2024-07-17
_description.text
;
** DEPRECATED **

Standard uncertainty of _cell_measurement.wavelength.
;
_name.category_id cell_measurement
_name.object_id wavelength_su
_name.linked_item_id '_cell_measurement.wavelength'
_units.code angstroms

_import.get [{'file':templ_attr.cif 'save':general_su}]

save_

save_CELL_MEASUREMENT_REFLN

_definition.id CELL_MEASUREMENT_REFLN
Expand Down Expand Up @@ -27860,7 +27882,7 @@ save_
Changed the purpose of the _diffrn_radiation_wavelength.id data item
from 'Encode' to 'Key'.
;
3.3.0 2024-05-15
3.3.0 2024-07-17
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down Expand Up @@ -27935,4 +27957,10 @@ save_
Changed the title of the dictionary to 'CIF_CORE'.

Renamed the Head category from 'CIF_CORE' to 'CIF_CORE_HEAD'.

Updated the dictionary description.

Redefined the _cell_measurement.wavelength data item as a measurand.
Added and immediately deprecated the _cell_measurement.wavelength_su
data item.
;

0 comments on commit 7a6fa68

Please sign in to comment.