rs-station / laue-dials

A package for analyzing Laue x-ray crystallography data using the DIALS framework.
https://rs-station.github.io/laue-dials/
MIT License
5 stars 3 forks source link

Profile fitting does not include 0-intensity pixels #60

Open PrinceWalnut opened 4 months ago

PrinceWalnut commented 4 months ago

https://github.com/rs-station/laue-dials/blob/51f0f079616338104c3c547e93ea24f708fd1893/src/laue_dials/algorithms/integration.py#L266

This should be pixels >= 0 to include 0-intensities in profile fitting.