From 16c705db6e13ab56d0c6d8be9a1340518dcd16c2 Mon Sep 17 00:00:00 2001 From: Mikel Landajuela Larma Date: Wed, 19 Jul 2023 10:36:46 -0700 Subject: [PATCH] Add shepardkernel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03ee4af..db82297 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ The mesh is in the `.vtk` format and the recording locations are in the `.csv` f You can visualize the mesh and the recording locations using [ParaView](https://www.paraview.org/). Note that the recording locations are in the same coordinate system as the mesh. Also, the indices of the recorded transmembrane potentials correspond to the indices of the recording locations. +One way to interpolate the predicted values at the recording locations to the whole cardiac mesh is to use the `ShepardKernel` filter in ParaView.