Closedown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Mon May 29 10:05:03 CEST 2017
|
||||
#Mon May 29 10:05:06 CEST 2017
|
||||
colormap=Flame
|
||||
colormapAutomatic=true
|
||||
colormapMax=255.0
|
||||
|
||||
@@ -10,6 +10,7 @@ import java.nio.file.Paths;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
import java.util.logging.Level;
|
||||
import javax.swing.DefaultComboBoxModel;
|
||||
|
||||
public class SfCamera extends PsiCamera{
|
||||
@@ -168,7 +169,7 @@ public class SfCamera extends PsiCamera{
|
||||
|
||||
}
|
||||
} catch (Exception ex){
|
||||
ex.printStackTrace();
|
||||
getLogger().log(Level.WARNING, null, ex);
|
||||
}
|
||||
|
||||
getConfig().flipHorizontally = cameraConfig.getMirrorX();
|
||||
@@ -193,6 +194,7 @@ public class SfCamera extends PsiCamera{
|
||||
getConfig().spatialCalScaleX = -cameraConfig.getScaleX();
|
||||
getConfig().spatialCalScaleY = -cameraConfig.getScaleY();
|
||||
} catch (Exception ex) {
|
||||
getLogger().log(Level.WARNING, null, ex);
|
||||
getConfig().spatialCalOffsetX = Double.NaN;
|
||||
getConfig().spatialCalOffsetY = Double.NaN;
|
||||
getConfig().spatialCalScaleX = Double.NaN;
|
||||
|
||||
Reference in New Issue
Block a user