@@ -93,12 +93,16 @@ export const NETWORK_PLOT_WIDGETS = {
9393 enableRename : false ,
9494 hideOnClose : true ,
9595 initialized : false ,
96- method : {
97- plotKey : 'plotConn' ,
98- plotMethod : 'iplotConn' ,
99- plotType : false ,
100- } ,
10196 pos : 1 ,
97+ config : {
98+ id : 'connectionPlot' ,
99+ name : 'Connections Plot' ,
100+ method : {
101+ plotKey : 'plotConn' ,
102+ plotMethod : 'iplotConn' ,
103+ plotType : false ,
104+ } ,
105+ } ,
102106 } ,
103107 d2NetPlot : {
104108 id : 'd2NetPlot' ,
@@ -110,12 +114,16 @@ export const NETWORK_PLOT_WIDGETS = {
110114 enableRename : false ,
111115 hideOnClose : true ,
112116 initialized : false ,
113- method : {
114- plotKey : 'plot2Dnet' ,
115- plotMethod : 'iplot2Dnet' ,
116- plotType : false ,
117- } ,
118117 pos : 2 ,
118+ config : {
119+ id : 'd2NetPlot' ,
120+ name : '2D Net Plot' ,
121+ method : {
122+ plotKey : 'plot2Dnet' ,
123+ plotMethod : 'iplot2Dnet' ,
124+ plotType : false ,
125+ } ,
126+ } ,
119127 } ,
120128} ;
121129
@@ -132,12 +140,16 @@ export const PLOT_WIDGETS = {
132140 enableRename : false ,
133141 initialized : false ,
134142 disabled : true ,
135- method : {
136- plotKey : 'plotTraces' ,
137- plotMethod : 'iplotTraces' ,
138- plotType : false ,
139- } ,
140143 pos : 3 ,
144+ config : {
145+ id : 'tracesPlot' ,
146+ name : 'Cell traces' ,
147+ method : {
148+ plotKey : 'plotTraces' ,
149+ plotMethod : 'iplotTraces' ,
150+ plotType : false ,
151+ } ,
152+ } ,
141153 } ,
142154 rasterPlot : {
143155 id : 'rasterPlot' ,
@@ -150,12 +162,16 @@ export const PLOT_WIDGETS = {
150162 hideOnClose : true ,
151163 initialized : false ,
152164 disabled : true ,
153- method : {
154- plotKey : 'plotRaster' ,
155- plotMethod : 'iplotRaster' ,
156- plotType : false ,
157- } ,
158165 pos : 4 ,
166+ config : {
167+ id : 'rasterPlot' ,
168+ name : 'Raster plot' ,
169+ method : {
170+ plotKey : 'plotRaster' ,
171+ plotMethod : 'iplotRaster' ,
172+ plotType : false ,
173+ } ,
174+ } ,
159175 } ,
160176 spikePlot : {
161177 id : 'spikePlot' ,
@@ -168,12 +184,17 @@ export const PLOT_WIDGETS = {
168184 hideOnClose : true ,
169185 initialized : false ,
170186 disabled : true ,
171- method : {
172- plotKey : 'plotSpikeHist' ,
173- plotMethod : 'iplotSpikeHist' ,
174- plotType : false ,
175- } ,
176187 pos : 5 ,
188+ config : {
189+ id : 'spikePlot' ,
190+ name : 'Spike Hist Plot' ,
191+ method : {
192+ plotKey : 'plotSpikeHist' ,
193+ plotMethod : 'iplotSpikeHist' ,
194+ plotType : false ,
195+ } ,
196+ pos : 5 ,
197+ } ,
177198 } ,
178199 spikeStatsPlot : {
179200 id : 'spikeStatsPlot' ,
@@ -186,12 +207,16 @@ export const PLOT_WIDGETS = {
186207 enableRename : false ,
187208 initialized : false ,
188209 disabled : true ,
189- method : {
190- key : 'plotSpikeStats' ,
191- plotMethod : 'iplotSpikeStats' ,
192- plotType : false ,
193- } ,
194210 pos : 6 ,
211+ config : {
212+ id : 'spikeStatsPlot' ,
213+ name : 'Spike Stats Plot' ,
214+ method : {
215+ key : 'plotSpikeStats' ,
216+ plotMethod : 'iplotSpikeStats' ,
217+ plotType : false ,
218+ } ,
219+ } ,
195220 } ,
196221 ratePSDPlot : {
197222 id : 'ratePSDPlot' ,
@@ -210,6 +235,15 @@ export const PLOT_WIDGETS = {
210235 plotType : false ,
211236 } ,
212237 pos : 7 ,
238+ config : {
239+ id : 'ratePSDPlot' ,
240+ name : 'Rate PSD Plot' ,
241+ method : {
242+ key : 'plotRatePSD' ,
243+ plotMethod : 'iplotRatePSD' ,
244+ plotType : false ,
245+ } ,
246+ } ,
213247 } ,
214248 LFPTimeSeriesPlot : {
215249 id : 'LFPTimeSeriesPlot' ,
@@ -228,6 +262,15 @@ export const PLOT_WIDGETS = {
228262 plotType : 'timeSeries' ,
229263 } ,
230264 pos : 8 ,
265+ config : {
266+ id : 'LFPTimeSeriesPlot' ,
267+ name : 'LFP Time Series Plot' ,
268+ method : {
269+ plotKey : 'plotLFP' ,
270+ plotMethod : 'iplotLFP' ,
271+ plotType : 'timeSeries' ,
272+ } ,
273+ } ,
231274 } ,
232275 LFPPSDPlot : {
233276 id : 'LFPPSDPlot' ,
@@ -246,6 +289,15 @@ export const PLOT_WIDGETS = {
246289 plotType : 'PSD' ,
247290 } ,
248291 pos : 9 ,
292+ config : {
293+ id : 'LFPPSDPlot' ,
294+ name : 'LFP PSD Plot' ,
295+ method : {
296+ plotKey : 'plotLFP' ,
297+ plotMethod : 'iplotLFP' ,
298+ plotType : 'PSD' ,
299+ } ,
300+ } ,
249301 } ,
250302 LFPSpectrogramPlot : {
251303 id : 'LFPSpectrogramPlot' ,
@@ -264,6 +316,15 @@ export const PLOT_WIDGETS = {
264316 plotType : 'spectrogram' ,
265317 } ,
266318 pos : 10 ,
319+ config : {
320+ id : 'LFPSpectrogramPlot' ,
321+ name : 'LFP Spectrogram Plot' ,
322+ method : {
323+ plotKey : 'plotLFP' ,
324+ plotMethod : 'iplotLFP' ,
325+ plotType : 'spectrogram' ,
326+ } ,
327+ } ,
267328 } ,
268329 grangerPlot : {
269330 id : 'grangerPlot' ,
@@ -282,6 +343,15 @@ export const PLOT_WIDGETS = {
282343 plotType : false ,
283344 } ,
284345 pos : 11 ,
346+ config : {
347+ id : 'grangerPlot' ,
348+ name : 'Granger Plot' ,
349+ method : {
350+ plotKey : 'granger' ,
351+ plotMethod : 'iplotGranger' ,
352+ plotType : false ,
353+ } ,
354+ } ,
285355 } ,
286356 rxdConcentrationPlot : {
287357 id : 'rxdConcentrationPlot' ,
@@ -300,6 +370,15 @@ export const PLOT_WIDGETS = {
300370 plotType : false ,
301371 } ,
302372 pos : 12 ,
373+ config : {
374+ id : 'rxdConcentrationPlot' ,
375+ name : 'RxD concentration plot' ,
376+ method : {
377+ plotKey : 'plotRxDConcentration' ,
378+ plotMethod : 'iplotRxDConcentration' ,
379+ plotType : false ,
380+ } ,
381+ } ,
303382 } ,
304383} ;
305384
0 commit comments