Changes for page Widget PSE

Last modified by teodoramisan on 2023/07/21 14:55

From version 6.1
edited by teodoramisan
on 2023/03/24 16:05
Change comment: There is no comment for this version
To version 15.1
edited by teodoramisan
on 2023/07/21 12:05
Change comment: Uploaded new attachment "image-20230721150554-1.png", version {1}

Summary

Details

Page properties
Content
... ... @@ -1,22 +1,21 @@
1 -== Widget PSE ==
2 -
3 -
1 +(% class="wikigeneratedid" id="HWidgetPSE" %)
4 4  Source code: [[https:~~/~~/github.com/the-virtual-brain/tvb-widgets>>https://github.com/the-virtual-brain/tvb-widgets]]
5 5  
6 6  == **Purpose** ==
7 7  
8 8  
9 -It is composed of two separate Jupyter Widgets(PSE Launcher and PSE Visualizer) intended for the visualization of launching custom simulations. The launcher works locally for now, but in the future a HPC launch will be available.
7 +It is composed of two separate Jupyter Widgets(PSE Launcher and PSE Visualizer) intended for the visualization of launching custom simulations. The launcher works locally and on HPC.
10 10  
11 11  The simulation can be customized by:
12 12  
13 -* Getting a list of connectivities given as API
11 +* Getting a list of connectivities and an HPC configuration given as APIs
14 14  * Setting up parameters and ranges
15 15  * Selecting multiple metrics
14 +* Observing the progress of the launch by a monitor progress bar
16 16  
17 17  == **Inputs** ==
18 18  
19 -* PSELauncher(Simulator, List_of_Connectivities)
18 +* PSELauncher(Simulator, List of Connectivities, HPC Configuration)
20 20  * PSEVisualizer(Filename), the file will contain all the customized parameters from the launcher
21 21  
22 22  == **Requirements and installation** ==
... ... @@ -58,7 +58,7 @@
58 58  from tvb.simulator.lab import *
59 59  )))
60 60  
61 - The launcher widget can be initialized with the required parameters (simulator and the list of connectivities) as it shows below:
60 + The launcher widget can be initialized with more parameters: a simulator, a list of connectivities and an HPC configuration (only the simulator being a required argument). For HPC launch, besides the configuration part, an Ebrains token needs to be stored. A custom initialization, which includes the HPCis shown below:
62 62  
63 63  (% class="box" %)
64 64  (((
... ... @@ -72,11 +72,11 @@
72 72  The outcome will be something like in the image bellow.
73 73  You can create a customized simulation by choosing different values for parameters, by setting ranges for them and by selecting the metrics for the simulation.
74 74  
75 -[[image:setup_parameters.png||alt="setup_parameters"]]
74 +[[image:setup_parameters.png||alt="setup_parameters" style="float:left"]]
76 76  
77 77  Then, a file name has to be inserted in the indicated box(for storing the data) and as a last set-up, a launch type has to be chosen.
78 78  
79 -[[image:launch.png||alt="launch"]]
78 +[[image:launch.png||alt="launch" style="float:left"]]
80 80  
81 81  A file with the name you specified will be generated.
82 82  
... ... @@ -91,4 +91,4 @@
91 91  
92 92   There will be a representation for every metric that was chosen before, in the launcher. The widget has some features for the type of visualization, the change of color and the option for choosing between metrics.
93 93  
94 -[[image:result.png||alt="result"]]
93 +[[image:result.png||alt="result" style="float:left"]]
image-20230721150554-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.teodoramisan
Size
... ... @@ -1,0 +1,1 @@
1 +21.3 KB
Content
Public

TVB Widgets