Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The types of modifier that are available are:
• Add - allows a value to be added to the original data for a defined time span.
• Subtract- allows a value to be subtracted from the original data for a defined time span
• Multiply - allows a value to be given with which original data is multiplied for a defined time span.
• Divide - allows a value to be given with which original data is divided for a defined time span.
• Replace - allows a value to be given that replaces the original data for a defined time span.
• Missing - allows the original values with missing data for a defined time span.
Time Shift Typical Profile - allows a time increment to be defined with which the original data is to be shifted (not yet available2022.01).
• Edit - allows a time series of values to be defined either as a table of values or through interactive editing on the graph, which replace the time series for a defined time span.

...

An example of the configuration is provided below

Code Block
xml
xml

<explorerTask name="Modifier Display">
	<iconFile></iconFile>
	<mnemonic>X</mnemonic>  
	<taskClass>nl.wldelft.fews.gui.plugin.modifiersdisplay.ModifiersPanel</taskClass>
	<toolbarTask>true<<displayConfigFileName>ModifiersDisplay</displayConfigFileName>
    <toolbarTask>true</toolbarTask>
	<menubarTask>true</menubarTask>
	<accelerator>ctrl X</accelerator>
	<loadAtStartup>true</loadAtStartup>
</explorerTask> 

...