<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Hello Steve,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I think you may want to simplify your code and autorotation will do what you desire. I commented the lines that I think are unnecessary or even detrimental to your problem. Feel free to delete them in your code once you are convinced :</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span></span><span># SPECT Head: main volume, everything is included in SPECThead<br>
</span>
<div># the name MUST be SPECThead - one of available systems is table 1.1<br>
</div>
<div>/gate/world/daughters/name SPECThead<br>
</div>
<div>/gate/world/daughters/insert box<br>
</div>
<div>/gate/SPECThead/geometry/setZLength 57.6 cm # swapped value with X<br>
</div>
<div>/gate/SPECThead/geometry/setYLength 44.6 cm<br>
</div>
<div>/gate/SPECThead/geometry/setXLength 18 cm # swapped value with Z<br>
</div>
<div><br>
</div>
<div>/gate/SPECThead/placement/setTranslation 60. 0. 0. cm # added arbitrary translation<br>
</div>
<div><br>
</div>
<div># /gate/SPECThead/placement/setRotationAxis  1 0 0 # detrimental<br>
</div>
<div># /gate/SPECThead/placement/setRotationAngle -90 deg # detrimental<br>
</div>
<div>/gate/SPECThead/vis/setColor white<br>
</div>
<div>/gate/SPECThead/setMaterial Air<br>
</div>
<div>/gate/SPECThead/vis/forceWireframe<br>
</div>
<div><br>
</div>
<div># Replicate SPECThead to get a multi-headed system<br>
</div>
<div>/gate/SPECThead/repeaters/insert ring<br>
</div>
<div># /gate/SPECThead/ring/setPoint1 0 0 0 # unnecessary<br>
</div>
<div># /gate/SPECThead/ring/setPoint2 0 0 1 # unnecessary<br>
</div>
<div>/gate/SPECThead/ring/enableAutoRotation<br>
</div>
<div>/gate/SPECThead/ring/setAngularSpan 360. deg<br>
</div>
<span>/gate/SPECThead/ring/setRepeatNumber 4</span><span></span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
The idea is to first define your SPECThead as you want it to appear on the first of the four positions. For that, I swapped the X and Z dimensions of your SPECThead in order to better represent the usual geometry of a SPECT camera. This, I think, takes care
 of what you tried to do with your first rotation about X axis (which should have been around Y axis really I think). Then, I added an arbitrary 60 cm translation, which I'm guessing you must specify somewhere else in your code, but did not provide in the sample
 code (change it according to your specs). It is important to translate the SPECThead before applying a ring repeater on it. And then, the magic of autorotation takes care of repeating the first unit around with always the same face of your SPECThead facing
 the center of the scanner, as you wanted (no need to specify setPoint1 and setPoint2 as the axis of rotation is already by default the Z axis).</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
In the hope of having well understood your question and having answered it accordingly,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Étienne</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
</body>
</html>