GaelleChapuis

Results 12 comments of GaelleChapuis

After talking with Steven, a more thorough list is: - The PFA solution : IBL receipe v0.0.1 ; other - The goodness of the perfusion - liver cleared : yes...

@anne-urai , I did not add ''Time from first craniotomy to perfusion'' as this can be already retrievable from Alyx via the different surgery dates. Would it be simpler for...

@rossant when could this be implemented?

**1 .**--------------------------------------------------------------- Based on feedback, I would suggest making an object '' Solution change '' that contains the fields: ------------------------------------ - Date/Time at which the solution is changed: - New...

'one adlib WA per day' does not really suit the purpose: In practice, we will place mouse under free water either for a fixed period of time (e.g. 1h) ,...

We want to add a project code "practice" onto the current project code, so that it is clear that the intent is to collect data with the main pipeline, but...

And in the case of multiple sessions not uploading on a given day, group all in one email so as not to flood mailbox.

One possible solution: have a single user encompassing all users, e.g. 'IBL' would encompass all Alyx users of IBL; another for 'CortexLab' etc. Then the list of single users if...

For reference, this is how we find such holes using the spike times, code from @oliche : ``` a = np.diff(spikes['times'][np.where(np.diff(spikes['times']) > (0.007))]) / 2.18689567 plt.hist(a, bins=500, range=[0, 10]) ```...

One note on how to interpret the graphs : Please note that what we want from a spike sorting algorithm is to detect all the neural spiking signas that are...