cbrn:ProcessedGrossCountData
Provides net count rate data resulting from processing a set of raw gross counts to prepare it for analysis and assessment.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ProcessedGrossCountDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:ProcessedGrossCountDataDescriptionText [0..*] Descriptive text about the methods employed to produce the processed gross count data.
- 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:NetCountRateValues [0..*] A white-space delimited list of values providing the net count rates during the duration of the measurement; i.e., (gross counts - background counts)/time (in seconds).
- cbrn:BackgroundCountValues [0..*] A white space delimited list of background count values; can be one value for all samples, or a unique value for each sample.
- cbrn:MaximumSigmaValue [0..*] Maximum standard deviation of the gross count values compared to the background count values.
- cbrn:MaximumProcessedDataValue [0..*] Maximum standard deviation of some processed data values compared to the background processed data values. For example, energy-window values from some proprietary algorithm. With the maximum value reported, re-scoring with another threshold value is facilitated and avoids the necessity of disclosing the algorithm details.
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
Sample instance
<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>