Releases: jschuetzke/python-powder-diffraction
Releases · jschuetzke/python-powder-diffraction
v1.0.4
v1.0.3
What's Changed
- Modified behavior of multiple pattern generation script (previously generate-training-data, now generate-varied-patterns)
- Added script for noise generation
- Adaptable parameter to control degree of background in noisy scans
Full Changelog: 1.0.2...1.0.3
v1.0.2
What's Changed
- minor changes to the noise generation algorithm:
- by default, airscattering is not included anymore (use argument
air_scattering = "random"
to include it) - it's now possible to set a static level of noise for all scans in generate_noise
- by default, airscattering is not included anymore (use argument
Full Changelog: 1.0.1...1.0.2
v1.0.1
Added argument in noise simulation method to toggle Poisson loss
Full Changelog: 1.0.0...1.0.1
v1.0.0
fix to actions numpy typing error