python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

Refactor plexon rawio to have same ids as plexon2

Open h-mayorquin opened this issue 5 months ago • 0 comments

After #1541 Plexon2 ended up with the meaningful but unique stream_ids:

        stream_id_to_stream_name = {
            "WB": "WB-Wideband",
            "FP": "FPl-Low Pass Filtered",
            "SP": "SPKC-High Pass Filtered",
            "AI": "AI-Auxiliary Input",
        }

But in Plexon 1 we are using numbers instead: "1", "2", ...

This PR unifies them so they have the same stream_ids

h-mayorquin avatar Sep 06 '24 18:09 h-mayorquin