Skip to content

Commit

Permalink
Update CIF_CORE import statement (#170)
Browse files Browse the repository at this point in the history
* Update the CIF_CORE dictionary import statement with the new Head category
name.
  • Loading branch information
vaitkus authored May 17, 2024
1 parent b79d400 commit 970c2b2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions cif_pow.dic
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data_CIF_POW
_dictionary.title CIF_POW
_dictionary.class Instance
_dictionary.version 2.5.0
_dictionary.date 2023-11-12
_dictionary.date 2024-05-15
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/Powder_Dictionary/master/cif_pow.dic
_dictionary.ddl_conformance 3.11.10
Expand All @@ -32,7 +32,7 @@ save_PD_GROUP
_definition.id PD_GROUP
_definition.scope Category
_definition.class Head
_definition.update 2014-06-20
_definition.update 2024-05-15
_description.text
;
Groups all of the categories of definitions in the powder
Expand All @@ -42,7 +42,9 @@ save_PD_GROUP
_name.object_id PD_GROUP

_import.get
[{'dupl':Ignore 'file':cif_core.dic 'mode':Full 'save':CIF_CORE}]
[
{'dupl':Ignore 'file':cif_core.dic 'mode':Full 'save':CIF_CORE_HEAD}
]

save_

Expand Down Expand Up @@ -12563,7 +12565,7 @@ save_

Deprecated _pd_refln.wavelength_id after consultation with PDDMG.
;
2.5.0 2023-11-12
2.5.0 2024-05-15
;
## Retain above version number and increment date until final
## release
Expand Down Expand Up @@ -12699,4 +12701,7 @@ save_
Clarified description of _pd_meas.rocking_angle.

Changed the _type.source attribute of all SU data items to 'Related'.

Updated the CIF_CORE dictionary import statement with the new Head
category name.
;

0 comments on commit 970c2b2

Please sign in to comment.