-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to documentation and versions.
- Loading branch information
Showing
17 changed files
with
298 additions
and
18 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,41 @@ | ||
Stytra user interface | ||
===================== | ||
|
||
The toolbar on top controls running of the protocols | ||
.. image:: ../screenshots/screenshot.png | ||
:scale: 50% | ||
:alt: user interface screenshot | ||
:align: center | ||
|
||
The toolbar on top controls running of the protocols: starting and stopping, | ||
progress display, opening a dialog for protocol settings, changing the metadata and | ||
save destination. | ||
|
||
The rest of the interface is reconfigured depending on the experiment type. | ||
Each panel can be moved separately and closed. | ||
To reopen a closed panel, you can right-click on the title bar of any panel and | ||
a list of all available panels will appear. | ||
|
||
The camera panel buttons are for: | ||
|
||
- pausing and starting the camera feed | ||
- activating the replay (for a region selected when the camera is paused). Refer to :ref:`replaying` section for details. | ||
- adjusting camera settings (framerate, exposure and gain) | ||
- capturing the current image of the camera (without the tracking results superimposed | ||
- turning on and off auto-scaling of the image brightness range. | ||
|
||
- selection box to display the image at a particular stage in the tracking pipeline | ||
- button for editing the tracking settings | ||
|
||
The framerate display widget shows current framerates of the stimulus display, | ||
camera and tracking. If minimum framerates for display or tracking are configuresd, | ||
the indicators turn red if the framerate drops. These are configured in the stytra_config dict | ||
for a protocol or setup_config.json file in the following sections:: | ||
|
||
stytra_config = dict( | ||
display=dict(min_framerate=50), | ||
camera=dict(min_framerate=100), | ||
) | ||
|
||
The monitoring widget shows changing variables relating to the stimulus, tracking or estimation of the animal state for closed-loop stimulation use | ||
|
||
The status bar shows diagnostic messages from the camera or tracking. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
stytra | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
stytra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
stytra package | ||
============== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
stytra.calibration | ||
stytra.collectors | ||
stytra.examples | ||
stytra.experiments | ||
stytra.gui | ||
stytra.hardware | ||
stytra.metadata | ||
stytra.stimulation | ||
stytra.tests | ||
stytra.tracking | ||
stytra.triggering | ||
|
||
Submodules | ||
---------- | ||
|
||
stytra.utilities module | ||
----------------------- | ||
|
||
.. automodule:: stytra.utilities | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: stytra | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.