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
Make function to graph a set of ROIs given as a CSV and also export the traces for those cells as a CSV
e.g. you want to graph only GRP responders or Projection Neurons and/or export the raw traces of only GRP/SPBNs without having to manually open every CSV and find those cells.
I image maybe we could implement something similar to the BadROI function where it could check if the number is present in the 'goodROI' CSV and them create an array and CSV export it?
The text was updated successfully, but these errors were encountered:
Rename20xAvg.py and TemplateMatching.py have now addressed most of this feature. It doesn't graph them specifically but it can average and export a specific subset of cells for graphing outside of this environment.
Maybe as an update to this we could have the traces exported, but also include the option to export a Mean and errors bars rather than having to make them post hoc
Make function to graph a set of ROIs given as a CSV and also export the traces for those cells as a CSV
e.g. you want to graph only GRP responders or Projection Neurons and/or export the raw traces of only GRP/SPBNs without having to manually open every CSV and find those cells.
I image maybe we could implement something similar to the BadROI function where it could check if the number is present in the 'goodROI' CSV and them create an array and CSV export it?
The text was updated successfully, but these errors were encountered: