catalystneuro / format-support-table

A summary of format support in the NWB ecosystem
https://catalystneuro.github.io/format-support-table/
1 stars 1 forks source link

Additional Fixes for Associating Totals #23

Closed garrettmflynn closed 1 year ago

garrettmflynn commented 1 year ago

This PR displays the Known Format count.

While implementing this, I noticed another issue similar to that noted in #22:

Screenshot 2023-10-16 at 3 56 19 PM

If you look at Spike Interface Extractor for Ecephys Sorting (2nd row), you'll notice the percent is 2000% because there is only one interface (Plexon) registered with RawIO.

Should this actually be the case?

CodyCBakerPhD commented 1 year ago

Should this actually be the case?

Ahhh OK, so the 'SpikeInterface' depending on 'neo' thing is only for recordings - sorry, I should have made that clear

For sorting, the divisor of SpikeInterfacewould be 'known formats'. There is the one edge case of a sorter from neo too but that's just kind of 'extra'

CodyCBakerPhD commented 1 year ago

Actually if you wanted to black out the neo cells on the overview for Ecephys Sorting that would be best I think

Though to your point it also involves the 'example data' independent of both, I'll fix that now

CodyCBakerPhD commented 1 year ago

Oh, it also looks like it was likely because of mistake on my end anyways