-
Notifications
You must be signed in to change notification settings - Fork 1
/
vtkCircuitReaderMesh.xml
63 lines (55 loc) · 2.36 KB
/
vtkCircuitReaderMesh.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<ServerManagerConfiguration>
<ProxyGroup name="sources">
<SourceProxy base_proxygroup="bbp_custom"
base_proxyname="CircuitReaderBase"
name="CircuitReaderMesh"
class="vtkCircuitReaderMesh"
label="BlueConfig circuit reader (mesh)">
<Documentation
short_help="Read the BlueConfig file to obtain a circuit."
long_help="Read the BlueConfig file to obtain a circuit.">
This reader constructs circuits by reading targets from a BlueConfig and generating the meshes for each morphology.
</Documentation>
<!-- cscs default_values="/project/csvis/biddisco/bbpdata/bmc-benchmark/blueconfig" -->
<!-- dino default_values="C:\data\bbp\bmc-benchmark\blueconfig" -->
<!-- crusca SMALL default_values="D:/data/bbp/small/BlueConfig" target="viz1"-->
<!-- crusca BMC default_values="D:\data\bbp\bmc-benchmark\blueconfig" target="1K 2K 5K"-->
<!-- default_values="D:/bbp/bbp-ext-proj5/simulation_data/simulations/run_1k/BlueConfig.simple" -->
<!-- /project/csvis/biddisco/bbpdata/egpgv/centralV.cfg" -->
<IntVectorProperty
name="MaximumNumberOfNeurons"
command="SetMaximumNumberOfNeurons"
number_of_elements="1"
default_values="1" >
<Documentation>
When nonzero, only a subset of neurons up to a count of N will be loaded to save time/memory
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="ExportNeuronMesh"
command="SetExportNeuronMesh"
number_of_elements="1"
default_values="1" >
<BooleanDomain name="bool"/>
<Documentation>
Generate the full neuron mesh (triangles)
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="ExportMorphologySkeleton"
command="SetExportMorphologySkeleton"
number_of_elements="1"
default_values="0" >
<BooleanDomain name="bool"/>
<Documentation>
Generate the morphology skeleton (lines)
</Documentation>
</IntVectorProperty>
<Hints>
<Property name="DeleteExperiment" show="1"/>
<Property name="SelectedGIds" show="0"/>
<!-- <ShowInMenu category="BBP" /> -->
</Hints>
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>