Skip to content
Snippets Groups Projects
Commit 6f66e757 authored by Oliver Ford's avatar Oliver Ford
Browse files

BugFix: removed copy/pasted code

parent d2076fa4
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,6 @@ public class SensorInfo_PCOEdge implements SensorParser { ...@@ -13,8 +13,6 @@ public class SensorInfo_PCOEdge implements SensorParser {
//try to find the camera metadata //try to find the camera metadata
try { try {
src.get("AndorCam/config/SensorWidth", Double.class);
Integer ccdWidth = (Integer) src.get("PCOCam/config/sensorWidth", Integer.class); Integer ccdWidth = (Integer) src.get("PCOCam/config/sensorWidth", Integer.class);
if(ccdWidth == null) // not a PCO if(ccdWidth == null) // not a PCO
return null; return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment