You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

 

Overview

 

Contents

 

To use the sample viewer, configure it as <explorerTask> in Explorer.xml using <predefinedDisplay>sample viewer</predefinedDisplay> for example:

<explorerTask name="Monsters">
	<iconFile>sysmon.png</iconFile>
	<mnemonic>M</mnemonic>
	<predefinedDisplay>sample viewer</predefinedDisplay>
	<toolbarTask>true</toolbarTask>
	<menubarTask>true</menubarTask>
	<accelerator>ctrl S</accelerator>
	<loadAtStartup>true</loadAtStartup>
</explorerTask>

 

Export Time Series

Values of time series belonging to all selected samples in the sample viewer can be exported via the (right mouse click) context menu. 

When this is selected an export format can be chosen from the file type drop down menu.

The file types that can be chosen are configured in the Interactive Export Formats of Explorer.xml.

 

Select samples

Below the table with samples, a table with all values of the time series of the selected sample(s) are shown. In the image below sample 714 is selected so only values of the time series with sample id 714 are shown underneath.

Multiple samples can be selected at the same time. This is shown in the next image where samples 714 and 712 are selected.

The samples selection can be taken over by the filters in the data viewer when choosing the "select time series" option from the (right mouse) context menu:

The next image shows the location and parameter from the sample selected in the data viewer:

Selecting time series also works the other way around. By selecting locations in the data viewer, the sample viewer automatically only shows samples for those locations:

Selecting locations and parameters can be combined as can be seen below. Mulitple locations are selected and 1 parameter, only samples are shown that have values for time series belonging to one of the locations and the selected parameter.

Filtering sample viewer

By double clicking on a cell in the sample table, the entire table will be filtered in a way that only samples will be shown that have the same value for that cell. This can be applied to multiple cells as illustrated in the next image where the sample table is filtered for location "MBP016" and medewerker "IMP"

 

 

Schema

 

Functionalities of a button panel

General

 

Options

Config example

<panel id="buttons">
  <resolveInWorkflow>false</resolveInWorkflow>
  <resolveInPlots>true</resolveInPlots>
  <button groupId="model" name="RTC" row="1" column="1">
    <toolTip>RTC Model</toolTip>
    <moduleInstanceId>RTCTools_USN_Optimization_Prep</moduleInstanceId>
    <moduleInstanceId>RTCTools_USN_Optimization</moduleInstanceId>
    <moduleInstanceId>RTCTools_USN_Optimization_Post</moduleInstanceId>
    <moduleInstanceId>User_Input</moduleInstanceId>
  </button>
  <button groupId="model" name="RW" row="1" column="2">
    <toolTip>RW Model</toolTip>
    <moduleInstanceId>RTCTools_USN_Optimization_Prep</moduleInstanceId>
    <moduleInstanceId>RTCTools_USN_Optimization</moduleInstanceId>
    <moduleInstanceId>RTCTools_USN_Optimization_Post</moduleInstanceId>
    <moduleInstanceId>User_Input</moduleInstanceId>
  </button>
  <button groupId="location" name="   MCDB  " row="3" column="1">
    <toolTip>MCDB</toolTip>
    <locationId>MCDB</locationId>
  </button>
  <button groupId="location" name="REVB" row="4" column="1">
    <toolTip>REVB</toolTip>
    <locationId>REVB</locationId>
  </button>
  <button groupId="location" name="ARDB" row="5" column="1">
    <toolTip>ARDB</toolTip>
    <locationId>ARDB</locationId>
  </button>
  <button groupId="location" name="DCDB" row="6" column="1">
    <toolTip>DCDB</toolTip>
    <locationId>DCDB</locationId>
  </button>
  <button groupId="location" name="LIB" row="7" column="1">
    <toolTip>LIB</toolTip>
    <locationId>LIB</locationId>
  </button>
  <button groupId="location" name="KOT" row="8" column="1">
    <toolTip>KOT</toolTip>
    <locationId>KOT</locationId>
  </button>
  <button groupId="location" name="HGH" row="9" column="1">
    <toolTip>HGH</toolTip>
    <locationId>HGH</locationId>
  </button>
  <button groupId="location" name="CFMM" row="10" column="1">
    <toolTip>CFMM</toolTip>
    <locationId>CFMM</locationId>
  </button>
  <button groupId="location" name="KER" row="11" column="1">
    <toolTip>KER</toolTip>
    <locationId>KER</locationId>
  </button>
  <button groupId="location" name="ALF" row="12" column="1">
    <toolTip>ALF</toolTip>
    <locationId>ALF</locationId>
  </button>
  <button groupId="location" name="POS" row="13" column="1">
    <toolTip>POS</toolTip>
    <locationId>POS</locationId>
  </button>
  <button groupId="location" name="LLK" row="14" column="1">
    <toolTip>LLK</toolTip>
    <locationId>LLK</locationId>
  </button>
  <button groupId="location" name="DWR" row="15" column="1">
    <toolTip>DWR</toolTip>
    <locationId>DWR</locationId>
  </button>
  <button groupId="location" name="BRN" row="16" column="1">
    <toolTip>BRN</toolTip>
    <locationId>BRN</locationId>
  </button>
  <button groupId="parameter" name="FB" row="3" column="2">
    <toolTip>Forebay</toolTip>
    <parameterId>FB_Sim</parameterId>
  </button>
  <button groupId="parameter" name="QO" row="4" column="2">
    <toolTip>Outflow</toolTip>
    <parameterId>QO_Sim</parameterId>
  </button>
</panel>
  • No labels