Wave project file

From BlueM
Revision as of 03:06, 18 November 2017 by Froehlich (talk | contribs) (added a more complex example)
Jump to navigation Jump to search

Wave.png Wave | Development

A Wave project file (*.wvp) is a text file that can be used to quickly load multiple series from multiple files at once.

The format is as follows:

file=path\to\file1
 series=series1
 series=series2: optional title
file=path\to\file2
 series=series3: optional title
 series=series4

Example:

# Test all file types
#--------------------
file=REG_SMUSI\N74235_Mue_10aV2.reg
file=UVF\42960.0_q_28.uvf
file=WEL\DEMONA_PSI.wel
 series=S3  _1AB: "S3_1AB"
 series=S3  _1ZU: "S3_1ZU"
file=WEL_GISMO\BEK_WEL.asc
	series=BEK_NH4Bek: "NH4 concentration"
file=WEL_TALSIM\TALSIM.wel
	series=S103_1AB
file=ZRE\Olef_Zufl_gem.zre
file=ZRXP\Q2.1440.zrx

Notes:

  • the path to the file can be specified as an absolute path or as a relative path (relative to the project file)
  • if no series are specified, all series contained in the file will be loaded
  • all whitespace in the project file is optional (apart from linebreaks)
  • lines not starting whith file= or series= are ignored (useful for adding comments)
  • support for this file was added in v1.6.1 (r445)