cbrn:RadEncounterDeviceProcessedData
Data that results from processing raw measurement data by an encounter device in some manner as a basis for performing automated analysis of the data.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:RadEncounterDeviceProcessedDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:RawDataProcessingMethodDescriptionText [0..*] A free-form description of the method used to produce processed data from the available raw data. Used primarily for documentation purposes.
- cbrn:RawDataStartStopIDList [0..*] A list of the identifiers of raw spectrum measurements that have been included in a processed spectrum.
- cbrn:ProcessedSpectrumImage [0..*] A vector-graphics image of the spectral data after it has been processed. Spectral images shall not include assessment or analysis results in the image. The svg file should be compressed using gzip or equivalent.
- cbrn:ProcessedSpectrumData [0..*] A reference to a processed spectrum and gross count data used in an analysis.
- cbrn:ProcessedGrossCountData [0..*] Provides net count rate data resulting from processing a set of raw gross counts to prepare it for analysis and assessment.
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 |
Used in
Sample instance
<cbrn:RadEncounterDeviceProcessedData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RawDataProcessingMethodDescriptionText>string</cbrn:RawDataProcessingMethodDescriptionText> <cbrn:RawDataStartStopIDList>string string</cbrn:RawDataStartStopIDList> <cbrn:ProcessedSpectrumImage> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:DataFileCompressionDescriptionText>string</cbrn:DataFileCompressionDescriptionText> <cbrn:SpectrumImageDataFile> <nc:BinaryID>string</nc:BinaryID> <nc:BinaryAvailableLocationText>string</nc:BinaryAvailableLocationText> <nc:BinaryAvailableIndicator>true</nc:BinaryAvailableIndicator> <nc:BinaryBase64Object>GpM7</nc:BinaryBase64Object> <nc:BinaryCaptureDate>... </nc:BinaryCaptureDate> <nc:BinaryCapturer>... </nc:BinaryCapturer> <nc:BinaryDescriptionText>string</nc:BinaryDescriptionText> <nc:BinaryFormatID>string</nc:BinaryFormatID> <nc:BinaryFormatStandardName>string</nc:BinaryFormatStandardName> <nc:BinaryLocationURI>http://www.example.com/</nc:BinaryLocationURI> <nc:BinarySizeValue>1.0</nc:BinarySizeValue> <nc:BinaryCategoryText>string</nc:BinaryCategoryText> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:DetectionEventUUID>string</cbrn:DetectionEventUUID> <cbrn:DataFileUUID>string</cbrn:DataFileUUID> <cbrn:DataFileName>string</cbrn:DataFileName> <cbrn:DataFileCaptureData>... </cbrn:DataFileCaptureData> <cbrn:DataFileCompressionDescriptionText>string</cbrn:DataFileCompressionDescriptionText> <cbrn:DataFileSequence>... </cbrn:DataFileSequence> <cbrn:DataFileSubjectCode>Foreign System Data</cbrn:DataFileSubjectCode> <cbrn:DataFileDescriptionText>string</cbrn:DataFileDescriptionText> <cbrn:DataFileMetadata>... </cbrn:DataFileMetadata> </cbrn:SpectrumImageDataFile> </cbrn:ProcessedSpectrumImage> <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> <cbrn:ProcessedGrossCountData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:ProcessedGrossCountDataDescriptionText>string</cbrn:ProcessedGrossCountDataDescriptionText> <cbrn:DetectorDesignatorText>string</cbrn:DetectorDesignatorText> <cbrn:DetectorKindText>string</cbrn:DetectorKindText> <cbrn:RealTimeDuration>P1Y2M3DT10H</cbrn:RealTimeDuration> <cbrn:LiveTimeDuration>P1Y2M3DT10H</cbrn:LiveTimeDuration> <cbrn:NetCountRateValues>1.0 1.0</cbrn:NetCountRateValues> <cbrn:BackgroundCountValues>1.0 1.0</cbrn:BackgroundCountValues> <cbrn:MaximumSigmaValue>1.0</cbrn:MaximumSigmaValue> <cbrn:MaximumProcessedDataValue>1.0</cbrn:MaximumProcessedDataValue> </cbrn:ProcessedGrossCountData> </cbrn:RadEncounterDeviceProcessedData>