Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

voxbo(7) [debian man page]

voxbo(7)							 The VoxBo Manual							  voxbo(7)

NAME
voxbo - general information about the VoxBo toolbox DESCRIPTION
VoxBo is a suite of tools for brain image analysis, especially fMRI analysis and lesion-behavior mapping. VoxBo includes over 100 tools, including many for general-purpose image munging (e.g., vbim(1)), many that implement specific statistical procedures (e.g., vbtmap(1)), and some that would likely be just as useful for non-imaging applications (vbbatch(1)). VoxBo has supported cluster parallel processing since 1998. Although cluster installation is a little tricky, it's worth the effort if you'd like to speed up your analyses by an order of magnitude or two. As of 2010, VoxBo also supports desktop parallel processing on multi-core systems. We do not yet support GPU parallel processing. All VoxBo tools support a common set of file formats. See voxbo-fileformats(7) for more information. AVAILABILITY
Pre-built VoxBo binaries are available for Linux, OSX, and Cygwin, and via the NeuroDebian project (neuro.debian.net) for Debian deriva- tives. CAVEATS
VoxBo is provided with no warranty whatsoever. AUTHOR
For an historical roster of the VoxBo development team, visit www.voxbo.org. SEE ALSO
For detailed help on any VoxBo command-line program, run it with no arguments. For graphical programs, use the -h flag. For more help with VoxBo, for information about the mailing list, or to report bugs, visit the web site at www.voxbo.org. For information about VoxBo file formats, see voxbo-fileformats(7). VoxBo January, 2011 (v1.8.5) voxbo(7)

Check Out this Related Man Page

vbsim(1)							 The VoxBo Manual							  vbsim(1)

NAME
vbsim - create random data for neuroimaging SYNOPSIS
vbsim <flag> ... DESCRIPTION
vbsim is part of the VoxBo suite of tools for brain image analysis. vbsim allows you to create 1D vectors, 3D volumes, or 4D volume series filled with Gaussian random data. The supported output file formats are described in voxbo-fileformats(7). For detailed information on usage and options, run the program with no arguments. AVAILABILITY
Pre-built VoxBo binaries are available for Linux, OSX, and Cygwin, and via the NeuroDebian project (neuro.debian.net) for Debian deriva- tives. CAVEATS
VoxBo is provided with no warranty whatsoever. AUTHOR
For an historical roster of the VoxBo development team, visit www.voxbo.org. SEE ALSO
For detailed help on any VoxBo command-line program, run it with no arguments. For graphical programs, use the -h flag. For more help with VoxBo, for information about the mailing list, or to report bugs, visit the web site at www.voxbo.org. For information about file format support in VoxBo, see voxbo-fileformats(7). For general information about VoxBo, see voxbo(7). VoxBo January, 2011 (v1.8.5) vbsim(1)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Basic Unix tools

I like to know the bare minimum development/ testing tools which can be used with Unix environment wherein the applications are written in different combination - C++ COBOL.. I like to know list of development, performance, testing tools that can be used in Unix . Thanks in advance ls1429 (1 Reply)
Discussion started by: ls1429
1 Replies

2. OS X (Apple)

OSX/Unix problem

More of an OSX issue. I have a file name on my desktop of a previous file I had delete. Everytime I click on it, it dissapears, only to re-appear if I reboot/open cert apps/or save another file type like it to the desktop. The thing is, it's just the name of the file including extension. The... (8 Replies)
Discussion started by: cambridgedj
8 Replies

3. Shell Programming and Scripting

how to achieve following parallel processing thru unix

hey...... i hav the follwing scripts needs to run parallel, so i made it as follows, $HPath/start_script.sh 20 & $HPath/start_script.sh 03 & $HPath/start_script.sh 01 & $HPath/start_script.sh 12 & then once all these above got completed successfully i have to run ... (3 Replies)
Discussion started by: manas_ranjan
3 Replies

4. Shell Programming and Scripting

Trying to implement case

Hi All, My requirement is if the record is starting with 0, then do some processing. if starting with 1, some processing else (not with 0 or 1 ) then do some other processing. i tried the following case "$test" in /^0/) echo "starting with zero ;; /^1/) echo " with one" ;; *) echo... (2 Replies)
Discussion started by: ssunda6
2 Replies

5. Shell Programming and Scripting

Trying to implement case

Hi All, My requirement is if the record is starting with 0, then do some processing. if starting with 1, some processing else (not with 0 or 1 ) then do some other processing. i tried the following case "$test" in /^0/) echo "starting with zero ;; /^1/) echo " with one" ;; *) echo... (3 Replies)
Discussion started by: ssunda6
3 Replies

6. UNIX for Dummies Questions & Answers

Parallel processing using AWK program

Hi All, could any expert tell me about writing a parallel processing program using AWK program is possible or not? Any example would be much appreciated... With Regards / Mysore Ganapati :confused: (5 Replies)
Discussion started by: ganapati
5 Replies

7. High Performance Computing

Massively parallel on single core?

Hia all, I am not sure how many people actually follow the HPC forum on unix.com, but you may be interested in discussing the following (academic) problem: Assume you want to run a *very* large number (say 100.000) of very lightweight synchronous operations. As an example, assume that you... (2 Replies)
Discussion started by: Andre_Merzky
2 Replies

8. Programming

Parallel Processing Detection and Program Return Value Detection

Hey, for the purpose of a research project I need to know if a specific type of parallel processing is being utilized by any user-run programs. Is there a way to detect whether a program either returns a value to another program at the end of execution, or just utilizes any form of parallel... (4 Replies)
Discussion started by: azar.zorn
4 Replies

9. UNIX and Linux Applications

Compression (gzip) for image analysis

Hi Everyone, I am a Ph.D student working on some image processing tasks and I have run into an interesting problem that I thought someone on here might have an idea about. This paper discusses a method to compare two images based upon the amount they can be compressed. Sorry, since this is my... (3 Replies)
Discussion started by: rudigarude
3 Replies

10. Shell Programming and Scripting

Implement parallel processing

Unix OS : Linux 2.6x Shell type : Korn Hi all , This is a requirement to incorporate parallel processing of a Unix code . I have two pieces of unix code , one of which will act as a parent process . This script will invoke multiple ( say four ) instances of the second script at one go... (13 Replies)
Discussion started by: kumarjt
13 Replies

11. Linux

Inconsistency with parallel run

Hi All, I am running a parallel processing on aggregating a file. I am splitting the process into 7 separate parallel process and processing the same input file and the process will do the same for each 7 run. The issue I am having is for some reason the 1st parallel processes complete first... (7 Replies)
Discussion started by: arunkumar_mca
7 Replies