Skip to content

Commit

Permalink
more debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
jklynch committed Sep 1, 2020
1 parent bf3272d commit 206ce77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdf_workers/dark_subtractor_tiff_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def my_filename(out, my_samplename, my_iter):
##def export_subtracted_tiff_series(header, file_path, *args, **kwargs):
def export_subtracted_tiff_series(name, doc, export_dir):
print(f"export_subtracted_tiff_series name: {name}")
print(f"doc: {doc['data']}")
out = []
subtractor = DarkSubtraction("pe1c_image")
my_samplename = None
Expand Down

0 comments on commit 206ce77

Please sign in to comment.