We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5af0d0 commit 95c82caCopy full SHA for 95c82ca
httomolibgpu/prep/phase.py
@@ -218,7 +218,7 @@ def _pad_projections_to_second_power(
218
219
def _wavelength(energy: float) -> float:
220
# for photons: E = 1keV -> 1.23984193 nm
221
- return (1.23984193e-9) / energy
+ return (1.23984193e-6) / energy
222
223
224
def _reciprocal_coord(pixel_size: float, num_grid: int) -> cp.ndarray:
0 commit comments