English
 
Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Report

EMERALD Data Format for Magnetotelluric Data

Authors
/persons/resource/oritter

Ritter,  Oliver
2.2 Geophysical Deep Sounding, 2.0 Physics of the Earth, Departments, GFZ Publication Database, Deutsches GeoForschungsZentrum;
Scientific Technical Report STR Data, Deutsches GeoForschungsZentrum;

/persons/resource/reinhard

Klose,  Reinhard
2.2 Geophysical Deep Sounding, 2.0 Physics of the Earth, Departments, GFZ Publication Database, Deutsches GeoForschungsZentrum;
Scientific Technical Report STR Data, Deutsches GeoForschungsZentrum;

/persons/resource/uweck

Weckmann,  Ute
2.2 Geophysical Deep Sounding, 2.0 Physics of the Earth, Departments, GFZ Publication Database, Deutsches GeoForschungsZentrum;
Scientific Technical Report STR Data, Deutsches GeoForschungsZentrum;

External Ressource
No external resources are shared
Fulltext (public)

1508.pdf
(Publisher version), 2MB

Supplementary Material (public)
There is no public supplementary material available
Citation

Ritter, O., Klose, R., Weckmann, U. (2015): EMERALD Data Format for Magnetotelluric Data, (Scientific Technical Report - Data ; 15/08), Potsdam : Deutsches GeoForschungsZentrum GFZ, 50 p.
https://doi.org/10.2312/GFZ.b103-15082


Cite as: https://gfzpublic.gfz-potsdam.de/pubman/item/item_1284934
Abstract
The acronym EMERALD was supposed to stand for ElectroMagnetic Equipment, Raw data And Locations Database. What survived over the years was the EMERALD processing, a set of computer programs to analyse MT time series data, and the EMERALD file format for storing MT data. This document describes the EMERALD file format and how to use it with the C++, C and FORTRAN programming languages. Interface functions also exist for Matlab and Powershell but they are not described here. EMERALD data files typically come in pairs of two files with the same name but differing file name extensions, sometimes called RAW and XTR files. XTR (extract) files are plain ASCII files, which can be read and modified with text editors. RAW files or more generally, EMERALD ‐type data files are in most cases binary and used to store all kind of magnetotelluric (MT) data such as time series, cross‐ and auto spectra and calibration data. The EMERALD ‐type data files store any number of channels of data in matrix form, but do not contain any description of the data. This information is stored in the according XTR file. In 2015 the original XTR files were replaced by a modernized version based on the Extensible Markup Language (XML). The new files have the extension .XTRX.