SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Defibrillation


Chronological Thread 
  • From: Jess Tate <jess@sci.utah.edu>
  • To: "De Geyer, Thibaut" <thibaut.degeyer@livanova.com>
  • Cc: "scirun-users@sci.utah.edu" <scirun-users@sci.utah.edu>
  • Subject: Re: [SCIRUN-USERS] Defibrillation
  • Date: Mon, 28 Nov 2016 12:11:11 -0700

Hi Thibaut,

To visualize the potential field on the heart surface, you just need to map the final solution onto the heart surface.  To do this, first extract the heart surface from the segmentation with GetDomainBoundary and selecting the appropriate regions (10 and 11 in the example data, select the range option).  Connect the input of this module to the output of the readfield where the segmentation is read in (make sure the data is on the elements if using your own data).  You can smooth the heart surface using the FairMesh module if you want.  To map the data onto the heart mesh use MapFieldDataOntoNodes with the calculated field (output of setfielddata) as the first input and the heart mesh (output of getdomainboundary) as the third input.  You then use showfield and the colormap modules to visualize it.  The nice thing about the MapFieldDataOntoNodes is that you can map the value (potential field), the gradient (vector electric field), or the gradient norm (electric field strength) by just changing the option in the UI.  you can visualize the vector field as glyphs with ShowFieldGlyphs.  

cheers,
Jess




On Nov 25, 2016, at 2:25 AM, "De Geyer, Thibaut" <thibaut.degeyer@livanova.com> wrote:



Hi,
 
I discovered recently SciRun software and the defibrillation tutorial.
I would like to modify the dataflow in order to visualize the effect of a shock on the only heart but taking into account the whole torso, and not on the torso itself as described in the tutorial.
 
Could you give me some guidelines in order to know where to start?
 
Best regards,
 
Thibaut de Geyer
 


<116112504253500963.jpg>
<116112504253501163.jpg>

“This email has been sent by or on behalf of one or more of LivaNova PLC (registered in England and Wales with registered no. 09451374) with its registered office address at 5 Merchant Square - North Wharf Road - London - W2 1AY, or one of its subsidiaries. This message may contain confidential or privileged information intended only for the use of the addressee(s), and may also contain sensitive patient-related information protected by state and federal laws. If you are not the intended recipient of this message, or an authorized representative of the intended recipient, you are prohibited from reviewing, copying, or distributing this message, its attachments, or any information contained in this message. If you received this message in error, please notify the sender immediately by replying to the sender and delete this message from your system immediately hereafter.”


________________________________________________
SCIRun users mailing list:  scirun-users@sci.utah.edu
http://www.sci.utah.edu/software/scirun.html
To unsubscribe, email sympa@lists.sci.utah.edu with the "unsubscribe scirun-users" in the message body.




Archive powered by MHonArc 2.6.18.

Top of page