Skip to content

Commit

Permalink
feat(raw): export raw image as tiff by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed May 7, 2019
1 parent 5e1c935 commit f89cc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plenopticam/lfp_reader/top_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def main(self):
del obj

# save bayer image as file (only in debug mode)
if self.cfg.params[self.cfg.opt_dbug]:
misc.save_img_file(misc.uint16_norm(self._lfp_img), fp, type='tiff')
#if self.cfg.params[self.cfg.opt_dbug]:
misc.save_img_file(misc.uint16_norm(self._lfp_img), fp, type='tiff')

# print status
self.sta.progress(100, self.cfg.params[self.cfg.opt_prnt])
Expand Down

0 comments on commit f89cc3e

Please sign in to comment.