Konstantin Klementiev

Results 124 comments of Konstantin Klementiev

> Further, I want to generate the map of the power density distribution along the mirror. The 2D and 1D histograms give you this distribution as plot.total2D and ax.total1D for...

> does it consider the power difference among the rays with different energy? No. This would need 3D histogramming, which we don't do. If you need it, you should compose...

Hi, >But I never could make the rays reflect from the first Plate and go towards the second Plate (I also used Glow to observe the system) The picture shows...

>Is there no way to set different asymmetries to the crystals of a DCM? No. Then use two crystals (OE's) separately. The only small convenience of DCM is its slightly...

Hi, I cannot reproduce it. Why the locations of xrt py files are inside the egg? From where you run xrtQookStart.pyw?

How it can be the same? The location is different. Please give the full traceback, including the starting command.

I cannot figure out why your miniconda wants to work inside an egg file, which is essentially a zip file. I personally use xrt in a selected location, I do...

There is a kw parameter `zip_safe` in `setup()` in `setup.py`. Its behavior is different in different systems and with different installation methods. Please try to set it `False`. I've already...

Hi Edmund, Indeed, they suddenly removed platform.linux_distribution() in Python 3.8. The GH version has a fix, probably we should issue a new release.

Try to install pyopengl and pyopengl-accelerate from [Gohlke](https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl).