Skip to content

Commit

Permalink
Alter CELL-related saveframes from Recorded to Derived (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: James Hester <jamesrhester@gmail.com>
  • Loading branch information
rowlesmr and jamesrhester committed Jul 5, 2023
1 parent 1d16fe4 commit 3b0d6e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_CORE_DIC
_dictionary.title CORE_DIC
_dictionary.class Instance
_dictionary.version 3.3.0
_dictionary.date 2023-06-25
_dictionary.date 2023-07-01
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/cif_core.dic
_dictionary.ddl_conformance 4.2.0
Expand Down Expand Up @@ -27542,7 +27542,7 @@ save_
Changed the purpose of the _diffrn_radiation_wavelength.id data item
from 'Encode' to 'Key'.
;
3.3.0 2023-06-25
3.3.0 2023-07-01
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down
12 changes: 6 additions & 6 deletions templ_attr.cif
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,13 @@ save_index_limit_min

save_cell_angle

_definition.update 2014-06-08
_definition.update 2023-07-01
_description.text
;
The angle between the bounding cell axes.
;
_type.purpose Measurand
_type.source Recorded
_type.source Derived
_type.container Single
_type.contents Real
_enumeration.range 0.0:180.0
Expand All @@ -240,7 +240,7 @@ save_cell_angle_su
Standard uncertainty of the angle between the bounding cell axes.
;
_type.purpose SU
_type.source Recorded
_type.source Related
_type.container Single
_type.contents Real
_units.code degrees
Expand All @@ -249,13 +249,13 @@ save_cell_angle_su

save_cell_length

_definition.update 2014-06-08
_definition.update 2023-07-01
_description.text
;
The length of each cell axis.
;
_type.purpose Measurand
_type.source Recorded
_type.source Derived
_type.container Single
_type.contents Real
_enumeration.range 1.0:
Expand All @@ -271,7 +271,7 @@ save_cell_length_su
Standard uncertainty of the length of each cell axis.
;
_type.purpose SU
_type.source Recorded
_type.source Related
_type.container Single
_type.contents Real
_units.code angstroms
Expand Down

0 comments on commit 3b0d6e8

Please sign in to comment.