radiometric
A radiometric object represents geolocated, time stamped radiometric survey data. Radiometric surveys measure naturally occurring radioactivity in the form of gamma-rays, which mostly originate from mineral species containing radioactive isotopes of Potassium (K), Uranium (U), and Thorium (Th). The gamma-rays emitted by different elements have different energy levels, and the number of counts at each energy level indicates the presence of that element. This type of survey is most often carried out alongside other geophysical methods (e.g., aeromagnetic surveys) to provide additional information about naturally occurring radioactive mineral species in the area.
The survey
object includes details about the survey type, which can be either "GROUND" or "AIR".
The dead_time
, live_time
, and idle_time
parameters describe the timing characteristics of the survey measurements in milliseconds.
The array_dimension
and energy_level
(in meV) parameters describe the characteristics of the array.
The line_list
array includes one or more survey-line definitions, including the line_number
, date
, version
, and group
of the survey. Each survey-line definition indicates the type of survey line (the geometry and intended use), location channels, and the associated channel attribute data.
Properties
radiometric (v1.2.0)
Radiometric survey data.
Property | Type | Description | Flags |
---|---|---|---|
name | String | Name of the object. | ⬆️ ✅ |
uuid | base-object-properties | Identifier of the object. | ⬆️ ✅ |
description | String | Optional field for adding additional description to uniquely identify this object. | ⬆️ |
extensions | Object | Extended properties that may be associated to the object, but not specified in the schema | ⬆️ |
tags | Object | Key-value pairs of user-defined metadata | ⬆️ |
lineage | lineage | Information about the history of the object | ⬆️ |
bounding_box | bounding-box | Bounding box of the spatial data. | ⬆️ ✅ |
coordinate_reference_system | crs | Coordinate system of the spatial data | ⬆️ ✅ |
schema | String | ✅ | |
survey | radiometric | Survey information. | ✅ |
dead_time | Number | Dead time (msec). | ✅ |
live_time | Number | Live time (msec). | ✅ |
idle_time | Number | Idle time (msec). | ✅ |
array_dimension | Integer | Array dimension. | ✅ |
energy_level | Number | Energy level (meV) of array elements. | |
line_list | Array[survey-line] | Line list. | ✅ |
Legend
Flag | Description |
---|---|
⬆️ | Inherited property |
✅ | Required property |