OOSE 2014 Team 16

Customizable Brain Analysis Database

Iteration 1 Iteration 2 Iteration 4 Iteration 5

Iteration 3

Group Members


Iteration Plan

JavaDoc

Please click here for the JavaDoc Documentation

Databases

Please click here for the database tables

Code

Please click here and here to download the source code

JIST sample test module implementation

How a JIST test module looks!

The module takes 2 inputs (bottom left of the GUI): 1- An image (or a collection of images), 2- An integer

Then it multiplies each image voxel value with that integer and outputs the result in a specified directory (specified in Project -> Layout Preferences).

testmodule1

JIST test module running in job tray

testmodule2

JIST test module output image compared with input image

testmodule3



Visual Hibernate Query

imagedatatbl



Hibernate generated database tables

Table generated based on Image Data Attributes. No foreign key included, assuming relational independence with other tables. Green box contains the code to generate the data. Red box contains the table generated.

imagedatatbl

Table generated based on User Attributes. No foreign key included, assuming relational independence with other tables Green box contains the code to generate the data. Red box contains the table generated.

usertbl

Table generated based on XMLImageData Attributes. No foreign key included, assuming relational independence with other tables Green box contains the code to generate the data. Red box contains the table generated.

xmlimagetbl

Table generated based on Process type Attributes. No foreign key included, assuming relational independence with other tables Green box contains the code to generate the data. Red box contains the table generated.

processtypetbl