-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
As per Spence’s textbook, the electron interaction constant has a factor of relativistic mass in it. In cryoJAX conventions we scale out fundamental constants through a rescaling of the interaction constant and potential. This makes the potential and electron scattering factors simple to calculate.
I had thought the interaction constant under our rescaling was
To fix this, we can follow a similar pattern as for the wavelength:
- We’d need to add a property like
AbstractImageConfig.relativistic_gamma
, that computes gamma from the voltage. - We would need to update the function
apply_interaction_constant
.
@geoffwoollard can you take a look at fixing this?
EDIT:
Probably best to call AbstractImageConfig.relativistic_gamma
-> AbstractImageConfig.lorenz_factor
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working