Open glebdovzhenko opened 2 years ago
Hi,
Hi,
The branch bent_crystals
(not merged yet with the master branch) has the reflectivity calculations of elastically deformed crystals following PyTTE. Start the GUI by running xrt/gui/bentXtal/bentXCalculator.py to compare with the original PyTTE backend or to compare various curves side by side.
The same TT calculations can also be enabled in ray tracing.
Hello,
I am trying to model a Laue DCM with either meridional or sagittal bending.
1) Do I understand it correctly that the examples
01_bentLaueSCM.py
,02_bentLaueDCM_RC.py
only model the OE shape and not the reflectivity curve change coming from the bend? And to include the reflectivity computation I need to expilcitly say it in the constructorrm.CrystalSi(..., useTT=True)
?2) Is there any reflectivity curve computation already implemented other than TT? Like Penning-Polder, multilamellar, etc.
3) Does the
Crystal.get_amplitude_TT
method assume meridional bending? And the sagittal bending is not implemented?Thank you.