tjlane / thor

support code for x-ray scattering experiments
GNU General Public License v2.0
3 stars 3 forks source link

Shotset add method not implemented #8

Closed tjlane closed 10 years ago

tjlane commented 10 years ago

https://github.com/tjlane/thor/blob/master/src/python/xray.py#L3528

This should also probably be consistent with Rings, which doesn't have an add method, but does have an append method (!). I think having __add__ simply be an interface to append, and keeping both, would probably work. If people have comments let me know.

tjlane commented 10 years ago

Removed add methods, went for just implementing "append" methods.