aopy / neural-activity-visualizer

A Django app for graphing neural activity
2 stars 11 forks source link

Add a "format" attribute to the <visualizer> tag #24

Open apdavison opened 5 years ago

apdavison commented 5 years ago

This should be optional. If it is missing, we use neo.get_io() to guess the IO class to use, but we can if necessary specify the class, e.g.

<visualizer
  source="
https://web.gin.g-node.org/NeuralEnsemble/ephy_testing_data/raw/master/asciispiketrain/File_ascii_spiketrain_1.txt"
  format="AsciiSpikeTrainIO">