Skip to content

Commit

Permalink
Updated TF parameters and version
Browse files Browse the repository at this point in the history
The BeamDeceleration parameters in the ThermoFisher image header
are now added to the selected parameters.


Signed-off-by: tgwoodcock <[email protected]>
  • Loading branch information
tgwoodcock committed Nov 12, 2024
1 parent 5f70a7f commit dc788c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sem_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from PIL import Image

__version__ = "0.0.2"
__version__ = "0.1.0"


class SEMparams():
Expand Down Expand Up @@ -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]',
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit dc788c5

Please sign in to comment.