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
Two PumpProbe sessions are affected by this issue:
pumpprobe_20210917_132736
pumpprobe_20211008_115929
Demo script:
importjsonimportpathlibimportpicklebase_path=pathlib.Path("D:/Leifer")
pump_probe_folder_path=base_path/"20210917"/"pumpprobe_20210917_132736"signal_file_path=pump_probe_folder_path/"green.pickle"withopen(file=signal_file_path, mode="rb") asio:
signal_info=pickle.load(file=io)
brains_file_path=pump_probe_folder_path/"brains.json"withopen(brains_file_path, "r") asio:
brains_info=json.load(fp=io)
assertsignal_info.data.shape[1] ==len(brains_info["labels"][30]), "Shape mismatch between signal data and ROI labels."
Basically, there are more labeled ROIs (from the NeuroPAL coregistration) than there are tracked ROI fluorescence traces
@emosb Any ideas what might be going on here, or if it is fixable? Otherwise I will skip the processed data for these two sessions
The text was updated successfully, but these errors were encountered:
Two PumpProbe sessions are affected by this issue:
pumpprobe_20210917_132736
pumpprobe_20211008_115929
Demo script:
Basically, there are more labeled ROIs (from the NeuroPAL coregistration) than there are tracked ROI fluorescence traces
@emosb Any ideas what might be going on here, or if it is fixable? Otherwise I will skip the processed data for these two sessions
The text was updated successfully, but these errors were encountered: