Skip to content

Commit fbb1f7a

Browse files
authored
Merge pull request #238 from rowlesmr/rekey-pd_calib_detected_intensity
2 parents fc52708 + d33c17f commit fbb1f7a

File tree

1 file changed

+68
-27
lines changed

1 file changed

+68
-27
lines changed

cif_pow.dic

Lines changed: 68 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,7 +2621,7 @@ save_PD_CALIB_DETECTED_INTENSITY
26212621
_definition.id PD_CALIB_DETECTED_INTENSITY
26222622
_definition.scope Category
26232623
_definition.class Loop
2624-
_definition.update 2023-01-21
2624+
_definition.update 2025-06-27
26252625
_description.text
26262626
;
26272627
This section defines the parameters used for the intensity calibration of
@@ -2646,11 +2646,70 @@ save_PD_CALIB_DETECTED_INTENSITY
26462646
;
26472647
_name.category_id PD_GROUP
26482648
_name.object_id PD_CALIB_DETECTED_INTENSITY
2649+
_category_key.name '_pd_calib_detected_intensity.detector_id'
26492650

26502651
loop_
2651-
_category_key.name
2652-
'_pd_calib_detected_intensity.detector_id'
2653-
'_pd_calib_detected_intensity.id'
2652+
_description_example.case
2653+
_description_example.detail
2654+
;
2655+
_audit_dataset.id cb6a263b-c573-4ec3-848e-cfa7e44f3ec6
2656+
2657+
loop_
2658+
_pd_calib_detected_intensity.detector_id
2659+
_pd_calib_detected_intensity.detector_response
2660+
_pd_calib_detected_intensity.detector_response_su
2661+
_pd_calib_detected_intensity.diffractogram_id
2662+
_pd_calib_detected_intensity.phase_id
2663+
A 1 . DIFFRACTOGRAM_A 676A
2664+
B 1.0350 0.0006 DIFFRACTOGRAM_B 676A
2665+
;
2666+
;
2667+
The two detectors, A and B, have responses of 1 and 1.035,
2668+
respectively, meaning that their measured intensities must be divided
2669+
by these values to retreive their true values. These response values
2670+
were derived from an analysis of the diffraction patterns
2671+
DIFFRACTOGRAM_A and DIFFRACTOGRAM_B, both of which contain the phase
2672+
676A.
2673+
;
2674+
;
2675+
loop_
2676+
_pd_calib_detected_intensity.detector_id
2677+
_pd_calib_detected_intensity.detector_response
2678+
_pd_calib_detected_intensity.special_details
2679+
1_4913c6ed 1 'Scanned through direct beam.'
2680+
2_4913c6ed 0.973 'Scanned through direct beam.'
2681+
3_4913c6ed 0.997 'Scanned through direct beam.'
2682+
4_4913c6ed 1.039 'Scanned through direct beam.'
2683+
;
2684+
;
2685+
A multi-detector system was scanned through the direct beam to
2686+
calibrate the response of each detector to a constant-intensity
2687+
source. The measured intensity derived from each detector must be
2688+
divided by the given response to obtain the actual value. No
2689+
diffraction pattern or phase was involved in the derivation of the
2690+
response values.
2691+
;
2692+
;
2693+
_audit_dataset.id cb6a263b-c573-4ec3-848e-cfa7e44f3ec6
2694+
_pd_diffractogram.id APATTERN
2695+
2696+
loop_
2697+
_pd_data.point_id
2698+
_pd_meas.detector_id
2699+
_pd_meas.2theta_scan
2700+
_pd_meas.intensity_total
2701+
_pd_proc.intensity_total
2702+
1 A 10.00 1243.42(47) 1243.42(47)
2703+
2 B 10.01 1364.36(57) 1318.22(94)
2704+
3 A 10.02 1324.35(87) 1324.35(87)
2705+
4 B 10.03 1298.36(74) 1254.45(102)
2706+
#...
2707+
;
2708+
;
2709+
The detector responses of 1 and 1.035 for detectors A and B given
2710+
in the first example have been applied to the raw measurements of
2711+
APATTERN to give processed intensities ready for analysis.
2712+
;
26542713

26552714
save_
26562715

@@ -2660,11 +2719,8 @@ save_pd_calib_detected_intensity.detector_id
26602719
_definition.update 2023-06-09
26612720
_description.text
26622721
;
2663-
A code which identifies the detector or channel number in a
2664-
position-sensitive, energy-dispersive or other multiple-detector
2665-
instrument for which the individual instrument geometry is being
2666-
defined. This code should match the code name used for
2667-
_pd_instr_detector.id.
2722+
A code which identifies the detector to which the response is being defined.
2723+
This code should match the code name used for _pd_instr_detector.id.
26682724
;
26692725
_name.category_id pd_calib_detected_intensity
26702726
_name.object_id detector_id
@@ -2744,24 +2800,6 @@ save_pd_calib_detected_intensity.diffractogram_id
27442800

27452801
save_
27462802

2747-
save_pd_calib_detected_intensity.id
2748-
2749-
_definition.id '_pd_calib_detected_intensity.id'
2750-
_definition.update 2023-01-21
2751-
_description.text
2752-
;
2753-
A code to uniquely identify each intensity calibration.
2754-
;
2755-
_name.category_id pd_calib_detected_intensity
2756-
_name.object_id id
2757-
_type.purpose Key
2758-
_type.source Assigned
2759-
_type.container Single
2760-
_type.contents Text
2761-
_enumeration.default .
2762-
2763-
save_
2764-
27652803
save_pd_calib_detected_intensity.phase_id
27662804

27672805
_definition.id '_pd_calib_detected_intensity.phase_id'
@@ -14202,6 +14240,9 @@ save_
1420214240

1420314241
Added _pd_meas_overall.step_count_time.
1420414242

14243+
Removed _pd_calib_detected_intensity.id as data item and category key
14244+
of PD_CALIB_DETECTED_INTENSITY.
14245+
1420514246
Update PD_INSTR and PD_INSTR_DETECTOR descriptions.
1420614247

1420714248
Added _pd_instr.radiation_id and _pd_instr_detector.instr_id.

0 commit comments

Comments
 (0)