Skip to content

Commit

Permalink
change fluorescence h5 format
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 1, 2019
1 parent 302bddc commit f747574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellsino/sinogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def compute(self, angles, displacements=None, propagator="rytov",
qps.add_qpimage(qpi)

h5fl = h5.require_group("flseries")
h5fl.create_dataset("fl_{}".format(ii),
h5fl.create_dataset("fli_{}".format(ii),
data=fluor,
fletcher32=True,
compression="gzip")
Expand Down

0 comments on commit f747574

Please sign in to comment.