Closedown

This commit is contained in:
2015-11-06 14:56:44 +01:00
parent 30e52d495a
commit 544b938a2b
4 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
diode=ch.psi.pshell.epics.ChannelDouble X10SA-ES-KBOX_K:READOUT Read 6
shutter=ch.psi.pshell.epics.ChannelInteger X10SA-ES-PH1:SET
omega=ch.psi.pshell.epics.Motor X10SA-ES-DF1:OMEGA
x=ch.psi.pshell.epics.Motor X10SA-ES-DF1:GMX
cy=ch.psi.pshell.epics.Motor X10SA-ES-DFS:TRY1
cz=ch.psi.pshell.epics.Motor X10SA-ES-DFS:TRZ1
apertureX=ch.psi.pshell.epics.Motor X10SA-ES-MIC:TRX1
apertureY=ch.psi.pshell.epics.Motor X10SA-ES-MIC:TRY1
beamstopX=ch.psi.pshell.epics.Motor X10SA-ES-BS:TRX1

View File

@@ -1 +1 @@
./home/plugins/Image.java=enabled
./home/plugins/Microscope.java=enabled

View File

@@ -42,7 +42,7 @@
<Component class="ch.psi.pshell.imaging.Renderer" name="renderer">
<Properties>
<Property name="autoscrolls" type="boolean" value="true"/>
<Property name="deviceName" type="java.lang.String" value="mic"/>
<Property name="deviceName" type="java.lang.String" value="mic-low"/>
<Property name="mode" type="ch.psi.pshell.imaging.RendererMode" editor="org.netbeans.modules.form.editors.EnumEditor">
<Value id="Fixed"/>
</Property>

View File

@@ -16,8 +16,8 @@ import java.awt.Point;
/**
*
*/
public class Image extends Panel {
public Image() {
public class Microscope extends Panel {
public Microscope() {
initComponents();
}
@@ -68,7 +68,7 @@ public class Image extends Panel {
jButton1 = new javax.swing.JButton();
renderer.setAutoscrolls(true);
renderer.setDeviceName("mic");
renderer.setDeviceName("mic-low");
renderer.setMode(ch.psi.pshell.imaging.RendererMode.Fixed);
renderer.setShowStatus(false);