Skip to content

Commit d174e4f

Browse files
committed
added tungsten wire phantom
1 parent ec0f408 commit d174e4f

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

gecatsim/phantom/tungsten_wire.ppm

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
materialList = {'w' };
2+
3+
object.center(1,:) = [0.000000 0.000000 0.000000];
4+
object.half_axes(1,:) = [0.025000 0.025000 17.500000];
5+
object.euler_angs(1,:) = [0.000000 0.000000 0.000000];
6+
object.density(1) = 1.000000;
7+
object.type(1) = 2;
8+
object.material(1) = 1;
9+
object.axial_lims(1,:) = [0 0];
10+
object.shape(1) = 0;
11+
object.clip{1} = [];
12+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)