Dataset : Identifying locations susceptible to micro-anatomical reentry using a spatial network representation of atrial fibre maps
收藏NIAID Data Ecosystem2026-03-12 收录
下载链接:
https://zenodo.org/record/5500724
下载链接
链接失效反馈官方服务:
资源简介:
The three files in the dataset are:
1) Healthy Sheep Atria Fibre Orientation Dataset 300µm
2) Heart Failure Sheep Atria Fibre Orientation Dataset 300µm
3) Human Atria Fibre Orientation Dataset 330µm
Data is stored as numpy binary files. Given below is an example .py script to open the flat datasets:
import numpy as np
data = np.load("Human_330um.npy")
Volume and fibre orientation dataset stored in flat format as given below:
i, j, k, v1, v2, v3, ... repeated for each voxel
where (i, j, k) are voxel coordinates and (v1, v2, v3) are vector components corresponding to fibre orientation within that voxel.
创建时间:
2021-09-11



