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 eb8a04d commit 0bc5c2aCopy full SHA for 0bc5c2a
CHANGELOG.rst
@@ -13,7 +13,9 @@ Unreleased
13
Added
14
-----
15
- Progressbar for SimulationGenerator.calculate_diffraction2d in (#233)
16
-
+- Added ``fast`` parameter to ``Simulation2D.get_diffraction_pattern`` which allows
17
+ for sub pixel sampling of the diffraction pattern. This is useful for simulating
18
+ an accurate diffraction pattern. (#235)
19
Changed
20
-------
21
@@ -25,6 +27,8 @@ Removed
25
27
26
28
Fixed
29
30
+- Fixed bug in masking logic for ``Simulation2D.polar_flatten`` in (#238)
31
+- Fixed a bug in 1D diffraction patterns for non-cubic lattices. (#238)
32
33
2024-10-11 - version 0.6.1
34
==========================
0 commit comments