OOSE 2014 Team 16

Customizable Brain Analysis Database

Iteration 1 Iteration 2 Iteration 3 Iteration 5

Iteration 4

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

Client/Server Architecture

testmodule1

Interaction Example

testmodule1

JIST User Interface for Database Access

The user can use the parameter panel (bottom left) to query the database and receive the data that fit their criteria. The interface have several tabs that contain parameters about various classes of information that relate to the image and experimentation data.

User interface example:

Subject parameters tab:

testmodule1

Image parameters tab:

testmodule1

For now, the module just outputs the user input to a text file. In the future, the user input parameters will be used to query the database.

Please click here for an example output file from this module.

Parsing Image Headers

Image headers contain information about various properties of the image such as orientation, resolution, modality, directory etc. The header files need to be parsed to add these information to the database. We have written another module that takes an image (of any format) as an input and parses the header to collect the useful information. In the future, this module will be incorporated into the database management module. For now, it just returns some of the image header content (there are many types of information contained in the header that won't be necessary to the database) in a text file.

Image Header Parser Module:

testmodule1

Please click here for an example output file from this module.