Xcoll version 0.1.2
What's Changed
- Incremental changes by @freddieknets:
BlackAbsorber
andK2Collimator
inherit fromxcoll.BaseCollimator
which is anxtrack.BeamElement
K2Crystal
is fully functional, automatic installation not yet- K2 uses
Material
andCrystalMaterial
, which both inherit fromGeneralMaterial
which is anxobjects.HybridClass
- Impacts are registered in
CollimatorImpacts
which is anxobjects.HybridClass
: fully implemented forBlackAbsorber
, partially forK2Collimator
CollimatorManager
has two new methods:create_lossmap
andcoll_summary
; the former outputs adict
that is compatible with thelossmaps
package
- Feature/aperture model check and temporary patch by @giadarol in #15
Full Changelog: v0.1.1...v0.1.2