Code Monkey home page Code Monkey logo

vistatest's Introduction

The vistatest repository contains code to validate functionality of the vistasfoft tools. The vistatest repository has two dependencies:

(1) vistasoft: https://github.com/vistalab/vistasoft
(2) vistadata: http://white.stanford.edu/newlm/index.php/Vistadata

Core functionality of vistatest is based on Matlab's x-unit test suite (http://www.mathworks.com/matlabcentral/fileexchange/22846-matlab-xunit-test-framework). This is not a dependency because the necessary code is included in vistatest.

There are two simple uses of vistatest.

(a) Call any of the validation files singly. For example

test_mrInit

If it runs without error than mrInit has been validated.

(b) Call the script mrvTest to run all BOLD validation scripts and output a validation report. Example calls:

mrvTest; % or

mrvTest('~/myreport.txt) % or

edit(mrvTest('~/myreport.m'));

Repostiory contents:

Directories
anatomy: test functions for anatomical processing, currently mostly empty
bold: test functions for functional processing.
diffusion: test functions for diffusion processing, currently mostly empty
matlab_xunit: external code from Mathworks

Files
.gitignore: Don't include '*.m~' files in repository
README.md: you are here
mrvGetEvironment.m: returns information about code and machine
mrvTest.m: script to call all bold test functions and output a validation report
mrvTestRootPath.m: path to this repository
test_CleanUpSVN.m: sets vistadata SVN respository to current version

vistatest's People

Contributors

jwinawer avatar lmperry avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vistatest's Issues

t1_class.nii.gz and t1_class.nii files in vistadata have incorrect headers

The class files in the vistadata/anatomy and vistadata/functional directories have headers that are incorrect and results in an incorrect orienting of class file with the T1's when the header information is actually used. Current class reading code doesn't read the header information so it didn't matter. But soon the class reading code should be harmonized with the new anatomy reading code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.