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

doc error? #42

Closed DHekstra closed 9 months ago

DHekstra commented 9 months ago

https://rs-station.github.io/laue-dials/cli/index.html lists fft3d as the default indexing algorithm. As I understand it, this is not actually the case. Is there a way to indicate that the DIALS default is overridden?

DHekstra commented 9 months ago

perhaps the same applies to other defaults we override?

PrinceWalnut commented 9 months ago

@DHekstra fft3d is in fact the default indexing algorithm as of right now. I've just gone and checked and the overrides in laue.index are consistent with the online documentation -- I assume everything else is too since it's all built the same way

DHekstra commented 9 months ago

thanks for clarifying.