BlueM.Wave: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Wave_nav}} | {{Wave_nav}} | ||
[[Bild:Wave_screenshot.png|thumb|Screenshot]] | [[Bild:Wave_screenshot.png|thumb|Screenshot]] | ||
[[Bild:Monatsauswertung.png|thumb| | [[Bild:Monatsauswertung.png|thumb|Analysis function months evaluation]] | ||
[[Bild:Doppelsummenanalyse.png|thumb| | [[Bild:Doppelsummenanalyse.png|thumb|Analysis function double sum analysis]] | ||
[[Bild:Wave_Statistik.png|thumb| | [[Bild:Wave_Statistik.png|thumb|Statistical analysis function]] | ||
==Description== | ==Description== | ||
Wave is a tool for reading, analyzing and flexible graphical representation of time series. | Wave is a tool for reading, analyzing and flexible graphical representation of time series. | ||
Line 18: | Line 18: | ||
* '''Time-series type:''' manual input, or copy & paste from Excel | * '''Time-series type:''' manual input, or copy & paste from Excel | ||
* '''Representation of time series''' in a [http://www.steema.com/products/teechart/overview.html TeeChart]-Diagramm with any number of axes, etc. | * '''Representation of time series''' in a [http://www.steema.com/products/teechart/overview.html TeeChart]-Diagramm with any number of axes, etc. | ||
** When you import different axes will be distributed automatically based on their series units. | ** When you import time series, different axes will be distributed automatically based on their series units. | ||
* '''Save diagrams''' (TEN-File) | * '''Save diagrams''' (TEN-File) | ||
* '''Drag&Drop''' files onto the form and "Open with ...", or double-click on file (if file extension is linked with Wave.exe) | * '''Drag&Drop''' files onto the form and "Open with ...", or double-click on file (if file extension is linked with Wave.exe) | ||
Line 25: | Line 25: | ||
* '''Export time series:''' | * '''Export time series:''' | ||
** [[ZRE-Format | ZRE]] | ** [[ZRE-Format | ZRE]] | ||
** <del>[[WEL-Format | WEL]]</del> ( | ** <del>[[WEL-Format | WEL]]</del> (not yet - Bug 318) | ||
** CSV | ** CSV and XLS made avaialable from the TeeChart | ||
* ''' | * ''' Crop time series''' | ||
* ''' | * '''Time series analysis:''' | ||
** [[Wave:Monatsauswertung| | ** [[Wave:Monatsauswertung|Months evaluation]] | ||
** [[Wave:Doppelsummenanalyse| | ** [[Wave:Doppelsummenanalyse|Double sum analysis]] | ||
** [[Wave:GoodnessOfFit| | ** [[Wave:GoodnessOfFit|Goodness of Fit]] (volume error, sum of squares error, Nash-Sutcliffe efficiency, etc.) | ||
** [[Wave:Statistik| | ** [[Wave:Statistik|Statistics]] | ||
** [[Wave:Gegenueberstellung| | ** [[Wave:Gegenueberstellung|Comparison of time series]] | ||
== | ==Notes== | ||
=== | ===Importing time series=== | ||
* WEL | * WEL and ZRE files have to maintain the format: see [[WEL-Format|WEL]], [[ZRE-Format|ZRE]]. | ||
* ''' | * '''Column definition:''' The first column must always contain the data values (x-axis), then from the second column follow the numerical values for one or more time series | ||
* ''' | * '''Number format:''' | ||
** | ** Decimal point should be separated with a punctuation mark (Bug 351) | ||
** "NaN", "Infinity" | ** "NaN", "Infinity" and "-Infinity" are recognized and accepted from the import files.<br/> Unreadable values when importing are converted to NaN.<br/>For the display and analysis functions nodes with values of NaN or Infinity are removed. | ||
* ''' | * '''Date format''' | ||
:{| border="0" cellpadding="5" cellspacing="0" | :{| border="0" cellpadding="5" cellspacing="0" | ||
| TXT, CSV, ASC | | TXT, CSV, ASC and WEL || → || <code>DD.MM.YYYY HH:MM</code> | ||
|- | |- | ||
| ZRE || → || <code>YYYYMMDD HH:MM</code> | | ZRE || → || <code>YYYYMMDD HH:MM</code> | ||
|} | |} | ||
== | ==Development== | ||
* [[Wave:Code|Code- | * [[Wave:Code|Code-Documentation]] | ||
* [http://130.83.196.154/svn/Wave/trunk/WAVE_RELEASE-NOTES.txt RELEASE-NOTES] | * [http://130.83.196.154/svn/Wave/trunk/WAVE_RELEASE-NOTES.txt RELEASE-NOTES] | ||
* [http://130.83.196.154/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Wave&content= Bugzilla:Wave] | * [http://130.83.196.154/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Wave&content= Bugzilla:Wave] | ||
[[Kategorie:Wave]] | [[Kategorie:Wave]] |
Revision as of 01:03, 13 May 2009
Wave | Download | Development
Description
Wave is a tool for reading, analyzing and flexible graphical representation of time series.
Features
- Import time series:
- Time-series type: manual input, or copy & paste from Excel
- Representation of time series in a TeeChart-Diagramm with any number of axes, etc.
- When you import time series, different axes will be distributed automatically based on their series units.
- Save diagrams (TEN-File)
- Drag&Drop files onto the form and "Open with ...", or double-click on file (if file extension is linked with Wave.exe)
- Time series overview,, can be viewed in detail and determined
- Interface, where EVO.NET and BlueM.Win are used.
- Export time series:
- Crop time series
- Time series analysis:
- Months evaluation
- Double sum analysis
- Goodness of Fit (volume error, sum of squares error, Nash-Sutcliffe efficiency, etc.)
- Statistics
- Comparison of time series
Notes
Importing time series
- WEL and ZRE files have to maintain the format: see WEL, ZRE.
- Column definition: The first column must always contain the data values (x-axis), then from the second column follow the numerical values for one or more time series
- Number format:
- Decimal point should be separated with a punctuation mark (Bug 351)
- "NaN", "Infinity" and "-Infinity" are recognized and accepted from the import files.
Unreadable values when importing are converted to NaN.
For the display and analysis functions nodes with values of NaN or Infinity are removed.
- Date format
TXT, CSV, ASC and WEL → DD.MM.YYYY HH:MM
ZRE → YYYYMMDD HH:MM