You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 metadata: a structure array (one structure per device) containing the following metadata fields:

  • creationDate:Date and time (using ISO8601 format) that the data product was produced. This is a valuable indicator for comparing to other revisions of the same data product.
  • deviceDetails: a structure array with a structure for each deployment, with the following fields:
    • deviceDeploymentDateFrom
    • deviceDeploymentDateTo
    • deviceID: A unique identifier to represent the instrument within the ONC observatory.
    • deviceName: A name given to the instrument.
    • deviceCategory: A unique name given to the category of devices, such as 'CTD'
    • deviceHeading: Obtained at time of deployment.
    • deviceCode: A unique string for the instrument which is used to generate instrument search data product file names.
  • location: a structure array with a structure for each deployment location, with the following fields:
    • locationName: The node of the ONC observatory. Each location contains many sites.
    • stationName: Secondary location name.
    • depth_metres: Obtained at time of deployment. If NaN, this information is supplied by sensor for mobile devices.
    • lat_degrees: Obtained at time of deployment. If NaN, this information is supplied by sensor for mobile devices.
    • lon_degrees: Obtained at time of deployment. If NaN, this information is supplied by sensor for mobile devices.
    • heading_degrees: If NaN, either not measured or supplied by a sensor in the data product for mobile devices. If provided, it's a constant value obtained at the time of deployment.
    • pitch_degrees: If NaN, either not measured or supplied by a sensor in the data product for mobile devices. If provided, it's a constant value obtained at the time of deployment.
    • roll_degrees: If NaN, either not measured or supplied by a sensor in the data product for mobile devices. If provided, it's a constant value obtained at the time of deployment.
  • dataQualityComments: In some cases, there are particular quality-related issues that are mentioned here. This is distinct from QAQC information contained in the data structure.
  • No labels