dleshchev / pytrx

toolbox for time resolved x-ray measurements
MIT License
2 stars 2 forks source link

abstract class, fix rotation, add utils #9

Closed darrenjhsu closed 4 years ago

darrenjhsu commented 4 years ago
  1. Completed the abstract class for Transformation
  2. Used the abstract class in scatsim.py for checking input associated_transformation
  3. Added AtomColor and vdWradius in utils for future visualization
  4. Fixed rotation transformation by moving reference frame before and after the actual rotation.