Eidors-logo    

EIDORS: Electrical Impedance Tomography and Diffuse Optical Tomography Reconstruction Software

EIDORS (mirror)
Main
Documentation
Examples
− 3D Model
− 2D Movie #1
− Netgen #1
− Netgen #2
− Walruses
Tutorial
Download
Contrib Data
Browse SVN

News
FAQ
Developer
                       

 

Hosted by SourceForge.net Logo

 

Screenshots of the EIDORS demos

  • Ball Model

    animated gif

    Animated graphic of the finite element mesh of a small ball contrasting object in a 2D tank. This follows a "spirograph" type pattern. Simulation data for this model is available in sample_data/netgen_moving_ball.mat

        % Matlab instructions
        % You need to have netgen installed to run this demo
        move_the_ball
        vv=view;
        set(gcf,'paperposition',[2,2,3,3]);
            for i=1:31;
            show_fem(tank_mdls(i));
            view(vv);
            grid off;
            print('-dpng',sprintf('ball_model%02d.png',i));
        end
        !convert -delay 25 ball_model*.png -loop 0 ball-models.gif
    

Last Modified: $Date: 2008-07-26 11:36:27 -0400 (Sat, 26 Jul 2008) $ by $Author: aadler $