Closedown
This commit is contained in:
@@ -399,8 +399,8 @@ public class Microscope extends Panel {
|
||||
{
|
||||
|
||||
double omega = Math.toRadians((Double) ((Positionable)getDevice("omega")).getPosition());
|
||||
double y = -offset * Math.sin(omega);
|
||||
double z = offset * Math.cos(omega);
|
||||
double z = offset * Math.sin(omega);
|
||||
double y = offset * Math.cos(omega);
|
||||
((Motor)getDevice("cy")).moveRelAsync(y);
|
||||
((Motor)getDevice("cz")).moveRelAsync(z);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user