-
Notifications
You must be signed in to change notification settings - Fork 1
MeanPlotViewer manual
donal-s edited this page Sep 18, 2012
·
1 revision
Either download the runnable jar archive and run java -jar MeanPlotViewer.jar
or download the Eclipse project archive and run class org.demonsoft.kappatools.ui.MeanPlotViewer
- Click on the file open icon on the toolbar.
- Select a number of compatible KaSim output files. By compatible, the files
- must have been executed using the
-timeoption of KaSim, - must share the same observables,
- and must have the same time points.
- must have been executed using the
- Click
Plot - If successful, a plot of the mean and standard deviation of the aggregated input data will be shown. The aggregated data is shown in the
Datatab, from where it can be copied. - The plot may have the title edited and be saved by right clicking within the plot area.
- Any problems in processing the files will be shown in the
Console Outputtab.