Skip to content

v0.1.3

Compare
Choose a tag to compare
@decarlof decarlof released this 18 Sep 23:21
· 169 commits to master since this release

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)