You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 2 channel (GC and tom) 2p data. When I added an ROI manually and tried to extract it, I got an error complaining that it needs "number of frames n_frames when writing file".
Reproduce the code example:
UsedtheGUInativefeature.
Error message:
1 cells added to manual GUI
Masks made in 0.26 sec.
Extracted fluorescence from 1 ROIs in 83442 frames, 132.92 sec.
Traceback (most recent call last):
File "C:\Users\eunjung\anaconda3\envs\suite2p\lib\site-packages\suite2p\gui\drawroi.py", line 445, in proc_ROI
F, Fneu, F_chan2, Fneu_chan2, spks, ops, stat = masks_and_traces(
File "C:\Users\eunjung\anaconda3\envs\suite2p\lib\site-packages\suite2p\gui\drawroi.py", line 53, in masks_and_traces
F, Fneu, F_chan2, Fneu_chan2 = extract_traces_from_masks(ops, manual_cell_masks,
File "C:\Users\eunjung\anaconda3\envs\suite2p\lib\site-packages\suite2p\extraction\extract.py", line 148, in extract_traces_from_masks
with BinaryFile(Ly=ops["Ly"], Lx=ops["Lx"],
File "C:\Users\eunjung\anaconda3\envs\suite2p\lib\site-packages\suite2p\io\binary.py", line 36, in __init__
raise ValueError(
ValueError: need to provide number of frames n_frames when writing file
Version information:
v0.14.3
Context for the issue:
No response
The text was updated successfully, but these errors were encountered:
Describe the issue:
I have 2 channel (GC and tom) 2p data. When I added an ROI manually and tried to extract it, I got an error complaining that it needs "number of frames n_frames when writing file".
Reproduce the code example:
Error message:
Version information:
v0.14.3
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: