We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dbc60 commit f2084f2Copy full SHA for f2084f2
element_calcium_imaging/scan.py
@@ -520,7 +520,9 @@ def estimate_nd2_scan_duration(nd2_scan_obj):
520
from element_interface import prairie_view_loader
521
522
scan_filepaths = get_image_files(key, "*.tif")
523
- PVScan_info = prairie_view_loader.get_prairieview_metadata(scan_filepaths[0])
+ PVScan_info = prairie_view_loader.get_prairieview_metadata(
524
+ scan_filepaths[0]
525
+ )
526
self.insert1(
527
dict(
528
key,
0 commit comments