Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New units: reciprocal_seconds and counts_per_second #423

Merged
merged 5 commits into from
Jun 22, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions templ_enum.cif
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_COM_VAL
_dictionary.title COM_VAL
_dictionary.class Template
_dictionary.version 1.4.8
_dictionary.date 2023-06-01
_dictionary.date 2023-06-17
_dictionary.uri www.iucr.org/cif/dic/com_val.dic
_dictionary.ddl_conformance 4.1.0
_description.text
Expand Down Expand Up @@ -815,6 +815,8 @@ save_units_code
'seconds' "time 'seconds'"
'microseconds' "time 'microseconds'"

'hertz' "Rate 'reciprocal seconds'"
rowlesmr marked this conversation as resolved.
Show resolved Hide resolved

'degrees' "angle 'degrees (of arc)'"
'cycles' "phase 'angle in 360 degree arcs'"
'radians' "angle 'radians'"
Expand Down Expand Up @@ -856,6 +858,7 @@ save_units_code

'counts_per_photon' "measure of gain used in array detectors"
'counts' "counts from a detector"
'counts_per_second' "counts from a detector per second of count time"
vaitkus marked this conversation as resolved.
Show resolved Hide resolved
'photons per second' "photons registered in one second"

'microseconds_per_angstrom' "TOF coefficient '(seconds * 10^(-6)) * (metres * 10^(-10)^(-1))'"
Expand Down Expand Up @@ -2272,7 +2275,7 @@ save_
Updated the human-readable descriptions of the 'kelvins' and
'kelvins_per_minute' enumeration states in the _units_code save frame.
;
1.4.8 2023-05-14
1.4.8 2023-05-17
;
Corrected a few typos in the 'units_code' save frame.

Expand Down Expand Up @@ -2318,4 +2321,6 @@ save_
Altered key of atomic_number, dispersion_real_Cu,
dispersion_imag_Cu, dispersion_real_Mo, and dispersion_imag_Mo to be
keyed on _atom_type.element_symbol.

Added hertz and counts_per_second to units_code.
;