Cyrille Rossant

Results 148 comments of Cyrille Rossant

It's a bit different from `%%px`, isn't it? `%%px --targets` only changes the target for the current command. To change the default behavior, one needs to call `%pxconfig`. (http://ipython.org/ipython-doc/stable/parallel/magics.html) I...

@herrlich10 good point. I've updated the issue. Not sure about the option name: any suggestion?

> How about --all? It may mean "all variables in the namespace" whereas I rather mean "all _new_ variables in the cell. That being said we could have "--all" for...

I think phy already shows the channel numbers that appear in `channel_map.npy`

are you saying that the requested information is currently not saved anywhere?

Right, the raw data file is swapped according to `channel_map`, and the displayed channels are just 0..nchannels-1. If you want different channel labels you need another `channel_names.tsv` (could be names...

I think this should work (where `\t` is a tab character) ``` cluster_id\tchannel_name 0\tmychannelname ... ``` but the logic to display this is not yet implemented in phy

> Thanks Cyrille. I think the defaults for channel number should be the ones from the channel map file, because those are the actual, original channels in the data file....

@m-beau FYI there is a WIP Python port of KS2 here https://github.com/rossant/pykilosort one of the goals is to solve the memory issues. Feel free to try it, there will be...

That's unexpected! when was that? Quite a few memory issues were fixed 2 or 3 weeks ago. Please feel free to open issues there indeed.