Skip to content

Commit

Permalink
Small update to aop writer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSteer committed Feb 21, 2022
1 parent 8bc62e6 commit d049cee
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 227 deletions.
2 changes: 1 addition & 1 deletion ampscan/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def save_aop(self, filename, slices=100, spokes=72, closeEnd = True, centreEnd =
if spacing == 0:
lines.append("%i\n" % spacing)
for sl in slices:
lines.append("%f\n" % (sl - minSl))
lines.append("%f\n" % (sl - slices[0]))
else:
lines.append("%f\n" % spacing)

Expand Down

0 comments on commit d049cee

Please sign in to comment.