SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Re: simple defib electrode question


Chronological Thread 
  • From: Jess Tate <jess@sci.utah.edu>
  • To: Greg Walcott <gpw@crml.uab.edu>
  • Cc: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Re: simple defib electrode question
  • Date: Mon, 7 May 2012 13:27:55 -0600

This is very much possible, but it is a bit tricky.  The idea is that you 
create a defibrillator source that intersects the torso surface.  if you have 
a paddle geometry (a cube will do to start), you situated it with the 
EditMeshBoundingBox model so that it intersects the torso (better to be deep 
than shallow).  You then use the ClipFieldByMesh module to just get the 
intersect of the torso and the paddle.  use GetFieldBoundary to get the 
boundary of the torso.  find the distance map to the torso boundary in the 
intersect volume (GetDistanceToField) the clip that field by the distance 
that you want (2-5 mm) using ClipVolumeByIsovalue.  This is then one of your 
sources in the model.  It is not really on the surface but a little into it, 
and this method hasn't been as thoroughly vetted, but it should serve as a 
starting point.  If you need more explanation feel free to ask.

cheers,
Jess


On May 7, 2012, at 12:10 PM, Greg Walcott wrote:

> I'm new to this software and have been going through the defib tutorial.  I 
> have a question about body surface electrodes.  I'm trying to model 
> transthoracic defibrillation, and its not clear how to create an electrode 
> on the body surface.  I understand how a planar electrode can be generated, 
> but its not clear to me how you place the electrode so that it is just in 
> contact with the surface of the torso.
> 
> Any pointers would be appreciated.
> 
> Thanks
> Greg Walcott, MD
> 




Archive powered by MHonArc 2.6.16.

Top of page