forked from the-virtual-brain/tvb-pin-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfuture.tex
27 lines (22 loc) · 1.25 KB
/
future.tex
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
Since the recent release of the $1.0$ version of TVB, it has been
officially considered \textit{feature} complete, however, in several
cases, the development of features has outstripped other essential
parts of software projects. Going forward, general priorities include
advancing test coverage, improving documentation for users, and
preparing PyPI and Debian packages. In the mean
time, TVB's Google groups mailing list continues to fill any gaps.
In the simulator itself, continued optimization of C and GPU code generation
will take place to increase the rate at which parameter sweeps can be
performed. Additionally, an interface \textit{from} MATLAB to TVB
is being developed to allow use of the simulator through a simple
set of MATLAB functions. As this infrastructure is based on an HTTP and
JSON API, it will likely enable other applications to work with TVB as well.
Lastly, as TVB was originally motivated to allow a user to move from
acquired data to simulated data as easily as possible, we will continue
to integrate the requisite steps
\begin{enumerate}
\item Diffusion tensor imaging \& tractography pipeline
\item Connectome project
\item Structural imaging processing via FreeSurfer (pySurfer, NiPy, etc.)
\item NeuroML project
\end{enumerate}