cbrn:PhotopeakData
Photopeak data resulting from analysis of a gamma ray spectrum.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:PhotopeakDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:PhotopeakLibraryName [0..*] Name of a Photopeak library.
- cbrn:PhotopeakEnergyValue [0..*] Energy value of the photopeak.
- cbrn:PhotopeakNuclide [0..*] Identifies the nuclide associated with the photopeak energy.
- cbrn:PhotopeakNetAreaValue [0..*] Net photopeak counts with the uncertainty (i.e., one sigma net error associated with the PhotopeakNetAreaValue).
- cbrn:PhotopeakResolutionValue [0..*] A photopeak FWHM resolution value.
- cbrn:PhotopeakContinuumValue [0..*] The sum total of background counts in the continuum beneath the photopeak. The PhotopeakContinuumValue should reflect the sum total counts beneath the photopeak that span an area equal to three FWHM units centered about the photopeak centroid.
- cbrn:PhotopeakSigmaValue [0..*] A photopeak significance value measured in sigma units.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
cbrn:radEnergyUnitsCode | [0..1] | cbrncl:RadEnergyUnitsCodeSimpleType | ||
cbrn:radFWHMUnitsCode | [0..1] | cbrncl:RadFWHMUnitsCodeSimpleType |
Used in
Sample instance
<cbrn:PhotopeakData> <cbrn:PhotopeakLibraryName>string</cbrn:PhotopeakLibraryName> <cbrn:PhotopeakEnergyValue>1.0</cbrn:PhotopeakEnergyValue> <cbrn:PhotopeakNuclide> <cbrn:NuclideCode>Th-227</cbrn:NuclideCode> <cbrn:PhotopeakIntensityValue>1.0</cbrn:PhotopeakIntensityValue> </cbrn:PhotopeakNuclide> <cbrn:PhotopeakNetAreaValue>1.0 1.0</cbrn:PhotopeakNetAreaValue> <cbrn:PhotopeakResolutionValue>1.0</cbrn:PhotopeakResolutionValue> <cbrn:PhotopeakContinuumValue>1</cbrn:PhotopeakContinuumValue> <cbrn:PhotopeakSigmaValue>1.0</cbrn:PhotopeakSigmaValue> </cbrn:PhotopeakData>