Skip to content

Commit

Permalink
ref: get rid of _back_meta.px (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 3, 2018
1 parent 783da66 commit da9186c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 417 deletions.
10 changes: 0 additions & 10 deletions examples/3D_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@
import radontea as rt


try:
# use jobmanager if available
import jobmanager as jm
jm.decorators.decorate_module_ProgressBar(rt,
decorator=jm.decorators.ProgressBarOverrideCount,
interval=.1)
except:
pass


if __name__ == "__main__":
A = 70 # number of angles
N = 128 # detector size x
Expand Down

0 comments on commit da9186c

Please sign in to comment.