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

Fix bug in chandra/HETG #110

Closed hamogu closed 7 years ago

hamogu commented 7 years ago

I traced this down to a dict shared as calss attribute as opposed to an instance attribute. While debugging, I modified the HESS code slightly and it turned out to be cleaner so I kept it this way.