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

_pd_calib_incident_intensity.incident_* units change #156

Merged
merged 4 commits into from
Jun 21, 2023
Merged
Changes from all 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
29 changes: 16 additions & 13 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-06-16
_dictionary.date 2023-06-17
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/Powder_Dictionary/master/cif_pow.dic
_dictionary.ddl_conformance 3.11.10
Expand Down Expand Up @@ -2588,12 +2588,12 @@ save_
save_pd_calib_incident_intensity.incident_counts

_definition.id '_pd_calib_incident_intensity.incident_counts'
_definition.update 2023-01-21
_definition.update 2023-06-17
_description.text
;
A value that indicates the number of counts incident on the specimen. This
value is a constant for each diffractogram. For point-wise corrections,
see _pd_meas.counts_monitor.
A value that indicates the number of counts incident on the specimen per
second. This value is a constant for each diffractogram. For point-wise
corrections, see _pd_meas.counts_monitor.

Standard uncertainties should not be quoted for this value. If the standard
uncertainties differ from the square root of the number of counts,
Expand All @@ -2606,7 +2606,7 @@ save_pd_calib_incident_intensity.incident_counts
_type.container Single
_type.contents Integer
_enumeration.range 0:
_units.code counts
_units.code counts_per_second

save_

Expand All @@ -2617,9 +2617,9 @@ save_pd_calib_incident_intensity.incident_intensity
_definition.update 2023-01-21
_description.text
;
A value that indicates the intensity incident on the specimen. This value
is a constant for each diffractogram. For point-wise corrections, see
_pd_meas.intensity_monitor.
A value that indicates the intensity incident on the specimen per second.
This value is a constant for each diffractogram. For point-wise corrections,
see _pd_meas.intensity_monitor.

Use this entry for measurements where intensity values are not counts (use
_pd_calib_incident_intensity.incident_counts for event-counting
Expand All @@ -2633,15 +2633,15 @@ save_pd_calib_incident_intensity.incident_intensity
_type.container Single
_type.contents Real
_enumeration.range 0.0:
_units.code none
_units.code hertz

save_

save_pd_calib_incident_intensity.incident_intensity_su

_definition.id
'_pd_calib_incident_intensity.incident_intensity_su'
_definition.update 2023-01-21
_definition.update 2023-06-17
_description.text
;
Standard uncertainty of _pd_calib_incident_intensity.incident_intensity.
Expand All @@ -2650,7 +2650,7 @@ save_pd_calib_incident_intensity.incident_intensity_su
_name.object_id incident_intensity_su
_name.linked_item_id
'_pd_calib_incident_intensity.incident_intensity'
_units.code none
_units.code hertz

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

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

Deprecated _pd_refln.wavelength_id after consultation with PDDMG.
;
2.5.0 2023-06-16
2.5.0 2023-06-17
;
## Retain above version number and increment date until final
## release
Expand Down Expand Up @@ -12693,5 +12693,8 @@ save_
Converted all 'Array' and 'Matrix'-type data items to be 'List', except
_pd_pref_orient_march_dollase.hkl.

Change units of _pd_calib_incident_intensity.incident_* to
counts_per_second and per_second.

Clarified description of _pd_meas.rocking_angle.
;