HEXRD / hexrd

A cross-platform, open-source library for the analysis of X-ray diffraction data.
Other
55 stars 26 forks source link

Move projections into their own module #614

Closed psavery closed 6 months ago

psavery commented 6 months ago

xrdutil was getting too large, and we were running into circular import issues by referencing too many other parts of the code.

Moving projections into their own module helps prevent circular import issues since they will not be imported unless they are actually needed.