cbrn:ProcessedSpectrumData
A reference to a processed spectrum and gross count data used in an analysis.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ProcessedSpectrumDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:ProcessedSpectrumID [0..*] Identifier for a processed spectrum measurement. There is no required format for the ID value.
- cbrn:ProcessedSpectrumDescriptionText [0..*] Description of the processed spectrum.
- cbrn:DetectorDesignatorText [0..*] A description of the detector used to produce a measurement. Must use naming convention defined in the relevant specification document.
- cbrn:DetectorKindText [0..*] Identification of the detector that collected the measurement. Must use naming convention defined in the relevant specification document.
- cbrn:RealTimeDuration [0..*] Effective real time duration of the measurement in ISO 8601 format. For processed data this can represent the real times summed over multiple counts and/or multiple detectors.
- cbrn:LiveTimeDuration [0..*] Effective time duration of a measurement in ISO 8601 format.
- cbrn:ProcessedChannelData [0..*] Spectrum channel count data aggregated from raw spectrum using a processing method described in ProcessedSpectrumDescriptionText. The first channel number shall always be 0.
- cbrn:EnergyCalibrationAdjustIndicator [0..*] True if the EnergyCalibrationAdjust method was applied to the processed data, otherwise false.
- cbrn:NonLinearityCorrectionIndicator [0..*] True if the NonLinearityCorrection method was applied to the processed data; false otherwise.
- cbrn:BackgroundSubtractionIndicator [0..*] True if a background spectrum was subtracted from the raw item spectrum to produce the processed spectrum data, false otherwise.
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:endEnergyValue | [0..1] | xsd:double | ||
cbrn:radEnergyUnitsCode | [0..1] | cbrncl:RadEnergyUnitsCodeSimpleType | ||
cbrn:startEnergyValue | [0..1] | xsd:double |
Used in
- NIEM reference target from cbrn:ProcessedSpectrumDataReference
- Type cbrn:RadEncounterDeviceProcessedDataType (Element cbrn:RadEncounterDeviceProcessedData)
Sample instance
<cbrn:ProcessedSpectrumData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:ProcessedSpectrumID>string</cbrn:ProcessedSpectrumID> <cbrn:ProcessedSpectrumDescriptionText>string</cbrn:ProcessedSpectrumDescriptionText> <cbrn:DetectorDesignatorText>string</cbrn:DetectorDesignatorText> <cbrn:DetectorKindText>string</cbrn:DetectorKindText> <cbrn:RealTimeDuration>P1Y2M3DT10H</cbrn:RealTimeDuration> <cbrn:LiveTimeDuration>P1Y2M3DT10H</cbrn:LiveTimeDuration> <cbrn:ProcessedChannelData> <cbrn:CountValues>1.0 1.0</cbrn:CountValues> </cbrn:ProcessedChannelData> <cbrn:EnergyCalibrationAdjustIndicator>true</cbrn:EnergyCalibrationAdjustIndicator> <cbrn:NonLinearityCorrectionIndicator>true</cbrn:NonLinearityCorrectionIndicator> <cbrn:BackgroundSubtractionIndicator>true</cbrn:BackgroundSubtractionIndicator> </cbrn:ProcessedSpectrumData>