hgretar

Results 18 comments of hgretar

That was very quick, thanks a lot. Results look consistent now :)

I create a screen in build_beamline `beamLine.screenKB = rscreens.Screen(beamLine, center=[0, 60000,10],x=[1, 0, 0], z=[0, -np.sin(angle), np.cos(angle)])` where the "angle" is the variable I would like to change. In plot_generator I...

got it to work by using set_orientation(). Thanks for the info.

I've tried to follow where get_t_thickness is used in the Multilayer class. I've realized that it only appears in get_amplitude but there I'm not able to use is since "if...

Following your advice I've split the Multilayer into 4 segments each with different t and b thickness. It's now clear that this works, I get steps in reflectivity as a...

Then get_t_thickness or get_b_thickness are never called in the get_amplitude function of the Multilayer class. This mean there is no lateral grading.

It would be great if you could implement that.

Ok, but there is no rush. As Konstantin pointed out this already works without OpenCL and the calculations are not that heavy. I simply did not know the scope of...