Home
last modified time | relevance | path

Searched refs:voxel_volume (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-nilearn/nilearn-0.8.1/nilearn/input_data/
H A Dnifti_labels_masker.py272 voxel_volume = np.abs(np.linalg.det(
275 size * voxel_volume))
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A Dsar_calculation.cpp517 double voxel_volume; in CalcAveragedSAR() local
551 partial_start, partial_stop, total_mass, voxel_volume, bg_ratio, -1, m_IgnoreFaceValid); in CalcAveragedSAR()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/
H A Dcube.py94 self.voxel_volume = abs(np.dot(np.cross(self.X, self.Y), self.Z))
/dports/science/minc2/minc-release-2.2.00/libsrc2/test/
H A Dm2stats.c135 double voxel_volume; variable
362 voxel_volume = get_minc_voxel_volume(hvol); in main()
521 stats->volume = voxel_volume * stats->vvoxels; in main()
/dports/science/minc2/minc-release-2.2.00/progs/mincstats/
H A Dmincstats.c267 double voxel_volume; variable
857 voxel_volume = get_minc_voxel_volume(mincid); in main()
989 stats->volume = voxel_volume * stats->vvoxels; in main()