Skip to content

Commit

Permalink
Merge 5623437 into b4ee029
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Oct 18, 2019
2 parents b4ee029 + 5623437 commit cfdd45e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.rst
Expand Up @@ -9,9 +9,10 @@ Documentation_ | `Release Notes`_ | `Issue Tracker`_

**neurotic** is an app for Windows, macOS, and Linux that allows you to easily
review and annotate your electrophysiology data and simultaneously captured
video. It is an easy way to load your Neo_-compatible data into ephyviewer_
without doing any programming. Share a single metadata file with your
colleagues and they too will quickly be looking at the same datasets!
video. It is an easy way to load your Neo_-compatible data (see neo.io_ for
file formats) into ephyviewer_ without doing any programming. Share a single
metadata file with your colleagues and they too will quickly be looking at the
same datasets!

To use the app, first organize your datasets in a *metadata file* like this
(see `Configuring Metadata`_):
Expand Down Expand Up @@ -212,6 +213,7 @@ The command line interface accepts other arguments too:
.. _GitHub: https://github.com/jpgill86/neurotic
.. _Issue Tracker: https://github.com/jpgill86/neurotic/issues
.. _Neo: https://github.com/NeuralEnsemble/python-neo
.. _neo.io: https://neo.readthedocs.io/en/latest/io.html#module-neo.io
.. _PyAV: https://docs.mikeboers.com/pyav/develop/installation.html
.. _PyPI: https://pypi.org/project/neurotic
.. _ReadTheDocs: https://readthedocs.org/projects/neurotic
Expand Down
7 changes: 4 additions & 3 deletions docs/index.rst
Expand Up @@ -9,9 +9,10 @@ neurotic

**neurotic** is an app for Windows, macOS, and Linux that allows you to easily
review and annotate your electrophysiology data and simultaneously captured
video. It is an easy way to load your Neo_-compatible data into ephyviewer_
without doing any programming. Share a single metadata file with your
colleagues and they too will quickly be looking at the same datasets!
video. It is an easy way to load your Neo_-compatible data (see :mod:`neo.io`
for file formats) into ephyviewer_ without doing any programming. Share a
single metadata file with your colleagues and they too will quickly be looking
at the same datasets!

|Example screenshot|

Expand Down
3 changes: 2 additions & 1 deletion docs/metadata.rst
Expand Up @@ -62,7 +62,8 @@ flat (no subdirectories), these should be simply the file names. Only
====================== ========================================================
Key Description
====================== ========================================================
``data_file`` A single Neo_-compatible data file (required)
``data_file`` A single Neo_-compatible data file (see :mod:`neo.io`
for file formats)
``video_file`` A video file that can be synchronized with ``data_file``
``annotations_file`` A CSV file for read-only annotations
``epoch_encoder_file`` A CSV file for annotations writable by the epoch encoder
Expand Down

0 comments on commit cfdd45e

Please sign in to comment.