Skip to content

Commit

Permalink
Change units for describing angles. (#58)
Browse files Browse the repository at this point in the history
The original units were radians, but accepted practice appears
to be degrees. All relevant software authors are happy for the
units to change.

Co-authored-by: James.Hester <jxh@ansto.gov.au>
  • Loading branch information
jamesrhester and James.Hester authored Dec 1, 2023
1 parent bcfd978 commit c87a519
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions cif_mag.dic
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ save_atom_site_moment.spherical_azimuthal

_definition.id '_atom_site_moment.spherical_azimuthal'
_alias.definition_id '_atom_site_moment_spherical_azimuthal'
_definition.update 2016-05-24
_definition.update 2023-06-01
_description.text
;
The azimuthal angle of the atom-site magnetic moment vector
Expand All @@ -342,8 +342,8 @@ save_atom_site_moment.spherical_azimuthal
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:6.2831854
_units.code radians
_enumeration.range 0.0:360
_units.code degrees

save_

Expand Down Expand Up @@ -372,7 +372,7 @@ save_atom_site_moment.spherical_polar

_definition.id '_atom_site_moment.spherical_polar'
_alias.definition_id '_atom_site_moment_spherical_polar'
_definition.update 2016-05-24
_definition.update 2023-06-01
_description.text
;
The polar angle of the atom-site magnetic moment vector specified
Expand All @@ -386,8 +386,8 @@ save_atom_site_moment.spherical_polar
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:3.1415927
_units.code radians
_enumeration.range 0.0:180.0
_units.code degrees

save_

Expand Down Expand Up @@ -727,7 +727,7 @@ save_atom_site_rotation.spherical_azimuthal

_definition.id '_atom_site_rotation.spherical_azimuthal'
_alias.definition_id '_atom_site_rotation_spherical_azimuthal'
_definition.update 2018-07-18
_definition.update 2023-06-01
_description.text
;
The azimuthal angle of the atom-site rotation vector
Expand All @@ -742,8 +742,8 @@ save_atom_site_rotation.spherical_azimuthal
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:6.2831854
_units.code radians
_enumeration.range 0.0:360.0
_units.code degrees

save_

Expand Down Expand Up @@ -772,7 +772,7 @@ save_atom_site_rotation.spherical_polar

_definition.id '_atom_site_rotation.spherical_polar'
_alias.definition_id '_atom_site_rotation_spherical_polar'
_definition.update 2018-07-18
_definition.update 2023-06-01
_description.text
;
The polar angle of the atom-site rotation vector specified
Expand All @@ -786,8 +786,8 @@ save_atom_site_rotation.spherical_polar
_type.source Assigned
_type.container Single
_type.contents Real
_enumeration.range 0.0:3.1415927
_units.code radians
_enumeration.range 0.0:180.0
_units.code degrees

save_

Expand Down

0 comments on commit c87a519

Please sign in to comment.