Versions Compared

Key

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

...

Graphical appointment of modifiers (aka GAM)

To In order to make use of the graphical appointment of modifiers menu, it is adviced to configure the TimeSeries Display as PlotsTimeSeriesDialog in Explorer.xml:

Code Block
		<explorerTask name="Data Display">
            ..
			<taskClass>nl.wldelft.fews.gui.plugin.timeseries.PlotsTimeSeriesDialog</taskClass>
            ..
		</explorerTask>


Then, you need to configure several things in the ModifierTypes.xml

...