From dc788c54664ac5dbeb9bbd45ba1ccd716415f64e Mon Sep 17 00:00:00 2001 From: tgwoodcock Date: Tue, 12 Nov 2024 11:14:09 +0100 Subject: [PATCH] Updated TF parameters and version The BeamDeceleration parameters in the ThermoFisher image header are now added to the selected parameters. Signed-off-by: tgwoodcock --- sem_io.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sem_io.py b/sem_io.py index 9d1cfb6..be01cd4 100644 --- a/sem_io.py +++ b/sem_io.py @@ -33,7 +33,7 @@ from PIL import Image -__version__ = "0.0.2" +__version__ = "0.1.0" class SEMparams(): @@ -139,6 +139,10 @@ class SEMparams(): 'AngularFieldWidth' : '[EBeam]', 'AngularPixelWidth' : '[EBeam]', 'ElectronChannelingPatternIsOn' : '[EBeam]', + 'ModeOn' : '[EBeamDeceleration]', + 'LandingEnergy' : '[EBeamDeceleration]', + 'ImmersionRatio' : '[EBeamDeceleration]', + 'StageBias' : '[EBeamDeceleration]', 'Dwelltime' : '[Scan]', 'PixelWidth' : '[Scan]', 'Average' : '[Scan]', @@ -170,6 +174,8 @@ class SEMparams(): "BeamShiftX", "BeamShiftY", "UseCase", "SourceTiltX", "SourceTiltY" ], + "Beam Deceleration" : ["ModeOn", "LandingEnergy", + "ImmersionRatio", "StageBias"], "Scanning" : ["FrameTime", "LineTime", "Dwelltime", "Average", "Integrate", "ScanRotation", "TiltCorrectionIsOn",