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
4 stars 3 forks source link

laue.compute_rmsds y-axis should start at 0 #56

Closed PrinceWalnut closed 7 months ago

PrinceWalnut commented 7 months ago

It currently fits both the maximum and minimum RMSD values to the edges of the plot. A minimum of 0 (so that the y-axis is 0-max(RMSD)) would make for easier comparisons.

PrinceWalnut commented 7 months ago

Additionally, we should an override for the upper limit of the plot in case the user wishes to compare multiple plots with the same range

PrinceWalnut commented 7 months ago

Adding the option to output a CSV of RMSDs that the user can manipulate themselves should also work fine

PrinceWalnut commented 7 months ago

Fixed by commits here and here.