v0.1.3
various improvements and new readers.
Back compatibility: Readers for APS 2-BM and APS 32-ID now return theta. If theta is missing from the file a default 0-180 deg is generated. Please modify the function call as below:
- before: proj, flat, dark = dxchange.read_aps_32id(fname)
- now: proj, flat, dark, theta = dxchange.read_aps_32id(fname)