Chandra-MARX / marxs

Multi-Architecture-Raytrace-Xraymission-Simulator
http://marxs.readthedocs.io/en/latest/
GNU General Public License v3.0
6 stars 9 forks source link

Ideas for Geometry improvements #181

Open hamogu opened 6 years ago

hamogu commented 6 years ago
hamogu commented 5 years ago

Test of the FlatGRating with a patched shape shows the dangers of relying on dict (visualization) that's independent of the actual geometry that's plotted. That allows a shape that's different. In this case, I changed the center in pos4d for a Cylinder, but kept plotting "boxes" which directly uses the values in pos4d, not a function that the geometry supplies. Thus, it can be plotted, but won't show the cylinder. Need to think about how to controls these things more.