Skip to content

Commit

Permalink
Update table ProcessingParamSet -> ProcessingTask for output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 2, 2023
1 parent a5a4e0e commit 83efb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_calcium_imaging/imaging_no_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def _make_taper(size, width):
return np.convolve(m, k, mode="full") / k.sum()

nchannels = (scan.ScanInfo & key).fetch1("nchannels")
output_dir = (ProcessingParamSet & key).fetch1("processing_output_dir")
output_dir = (ProcessingTask & key).fetch1("processing_output_dir")
drift_params = (ZDriftParamSet & key).fetch1("params")
image_files = (scan.ScanInfo.ScanFile & key).fetch("file_path")
image_files = [
Expand Down

0 comments on commit 83efb3a

Please sign in to comment.