Actions

MESKOR: Difference between revisions

From BAWiki

(Handling of FillValues)
mNo edit summary
 
Line 27: Line 27:
|language=Fortran03
|language=Fortran03
|add_software= -
|add_software= -
|contact_original=[mailto:ingrid.uliczka@baw.de I. Uliczka]
|contact_original=I. Uliczka
|contact_maintenance=[mailto:guntram.seiss@baw.de G.Seiß]
|contact_maintenance=[mailto:pre.proghome@baw.de working group PRE]
|documentation=$PROGHOME/examples/meskor/  
|documentation=$PROGHOME/examples/meskor/  
}}
}}

Latest revision as of 14:01, 10 October 2022

Basic Information

Name of Program

MESKOR

Version-Date

December 2019

Description-Date

December 2019

Catchwords

time-series
correction with a constant value
removal of a linear trend
scaling of measurements

Short Description of Functionality

The program MESKOR allows the correction of time or any other available physical quantity within a specific reach of time of time-series data. A constant can bei either subtracted or added to the data and a linear trend can be removed. A scaling of measurements is also possible (to change e.g. from centimeters to meters). The use of an input table makes results reproducable for files of type boernd.dat. One can store the interactive session in a protocol and run it later again. Typical use cases: correction of digitized gauge data, where the paper has been distorted, correction of many gauges from gauge zero (PNP) to normal zero (NHN), chained correction e.g. first shift values with -500.0, then skale them with 0.01.

Processing measurement values keeps the FillValues unchanged since the December 2019 version.

Input-Files

  1. time series (filetype boernd.dat)
  2. (optional, for files of type boernd.dat) table with files and correction informations (file type meskor.table)

Output-Files

  1. corrected time series (filetype boernd.dat)
  2. informative printer file (filetype meskor.sdr)
  3. terminal protocol which contains the interactive input (file meskor_log.dat)

Methodology

time corrections are done by using the BAW time calculation modules. This avoids rounding errors in longer time series due to use of REAL numbers.

Program(s) to run before this Program

ZEITRIO, Text-Editor

Program(s) to run after this Program

EVENTFILTER, EXCELENZ, FFT, TIDKEN, UTRRND, GVIEW2D, ZEITRIO

Additional Information

Language

Fortran03

Additional software

-

Original Version

I. Uliczka

Maintenance

working group PRE

Documentation/Literature

$PROGHOME/examples/meskor/


back to Program Descriptions


Overview