dleshchev / pytrx

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

Completing transformation classes #8

Closed darrenjhsu closed 4 years ago

darrenjhsu commented 4 years ago
  1. Added transformation_rotation[COM]() class. Test required though.
  2. Added a method to list parameters that are to be passed (Solute.list_par()) which calls all transformation.describe() methods for information.
  3. Added warning in Solute.parse_input() as we won't be passing associated_transformation when we supply xyz files. As we discussed, this might change.