cbrn:ProcessedChannelData
Spectrum channel count data aggregated from raw spectrum using a processing method described in ProcessedSpectrumDescriptionText. The first channel number shall always be 0.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:SpectrumChannelDataType
Properties: Global, Qualified, Nillable
Content
- cbrn:CountValues [0..*] A set of spectra counts as a white space-delimited list of positive integers. The counts begin at channel 0. Any channel for which data is missing will record a count of zero.
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:channelQuantity | [0..1] | xsd:positiveInteger | ||
cbrn:compressionCode | [0..1] | cbrncl:CompressionCodeSimpleType | ||
cbrn:listModeCode | [0..1] | cbrncl:ChannelDataListModeCodeSimpleType |
Used in
- Type cbrn:ProcessedSpectrumDataType (Element cbrn:ProcessedSpectrumData)
Sample instance
<cbrn:ProcessedChannelData> <cbrn:CountValues>1.0 1.0</cbrn:CountValues> </cbrn:ProcessedChannelData>