Cross registration / saved results opening issue #215
Unanswered
Marekthegeck
asked this question in
Q&A
Replies: 1 comment
-
I found that the minian output folders contained only little information (few hundred kB). When I save the data before running CNMFviewer, everything is fine (data is stored correctly and can be opened). Most times, I have not actively used the CNMFviewer so far. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
First of all many thanks for the incredible work on the pipeline! I was running the main parts successfully on our data but now I encounter problems during cross registration.
My folder structure is AnimalID/Date/Session/
minian_path = "." dpath = "D:/MiniscopeRecordings/Marek/PR_minian_analysis/69" f_pattern = r"minian$" id_dims = ["animal","session"] subdirs = ["2022_05_12", "2022_05_18"]
minian_ds = open_minian_mf( dpath, id_dims, pattern=f_pattern, sub_dirs=subdirs)
I'm receiving this and similar errors whether or not defining subdirs. I've not changed folder names after running the pipeline, but I have tried to run it in different structured folder systems (like leaving out the Date and so on), and moved the data to C:, where minian is living. Did not help so far. Also, when I wanted to check how the metadata looks after running the pipeline I received basically the same error:
dpath = "D:/MiniscopeRecordings/Marek/PR_minian_analysis/69/2022_05_18/PR1"
minian_ds = open_minian(dpath)
However, opening data from the intermediate results works like charme and shows that metadata is loaded in correctly (or at least distinguishable)>

I feel this might be related to #146 and #52
Hope it's just a small change in my folder structure thats needed, but at the moment I can't find a solution and help is much appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions