AllenInstitute / npc_lims

Tools to fetch and update paths, metadata and state for Mindscope Neuropixels sessions, in the cloud.
https://alleninstitute.github.io/npc_lims/
MIT License
0 stars 0 forks source link

Upload NSB training sessions #9

Closed bjhardcastle closed 10 months ago

bjhardcastle commented 10 months ago

@samgale:

only ephys sessions found

sessionDf[sessionDf['mouse']==681532].sort_values('date').reset_index()
Out[128]: 
   index                   id   mouse        date  rig  ephys
0      3  681532_2023-10-16_0  681532  2023-10-16  NP3   True
1      2  681532_2023-10-17_0  681532  2023-10-17  NP3   True
2      1  681532_2023-10-18_0  681532  2023-10-18  NP3   True
3      0  681532_2023-10-19_0  681532  2023-10-19  NP3   True
bjhardcastle commented 10 months ago

@samgale The missing sessions are from the NSB spreadsheet. I forgot that I postponed adding them to get_session_info() until we figure out a way to get them to the cloud.