MANIFEST.in
README.rst
setup.py
stytra/__init__.py
stytra/utilities.py
stytra.egg-info/PKG-INFO
stytra.egg-info/SOURCES.txt
stytra.egg-info/dependency_links.txt
stytra.egg-info/requires.txt
stytra.egg-info/top_level.txt
stytra/calibration/__init__.py
stytra/collectors/__init__.py
stytra/collectors/accumulators.py
stytra/collectors/data_collector.py
stytra/collectors/namedtuplequeue.py
stytra/examples/__init__.py
stytra/examples/camera_record_exp.py
stytra/examples/closed_loop_exp.py
stytra/examples/combined_conditional_exp.py
stytra/examples/combined_exp.py
stytra/examples/custom_exp.py
stytra/examples/custom_metadata_exp.py
stytra/examples/custom_tracking_exp.py
stytra/examples/custom_trigger_exp.py
stytra/examples/custom_visual_exp.py
stytra/examples/display_camera_exp.py
stytra/examples/display_config_cam.py
stytra/examples/display_opencv_cam.py
stytra/examples/eye_tracking_exp.py
stytra/examples/flash_exp.py
stytra/examples/gratings_exp.py
stytra/examples/imaging_exp.py
stytra/examples/looming_exp.py
stytra/examples/most_basic_exp.py
stytra/examples/no_stytra_exp.py
stytra/examples/phototaxis.py
stytra/examples/plot_dynamic_exp.py
stytra/examples/portugues2011_exp.py
stytra/examples/self_calib_cl_exp.py
stytra/examples/serialcomm example.py
stytra/examples/stimulus_trigger_exp.py
stytra/examples/tail_tracking_exp.py
stytra/examples/windmill_exp.py
stytra/examples/zmq_trigger.py
stytra/examples/zmq_trigger_exp.py
stytra/examples/assets/fish_compressed.h5
stytra/examples/assets/fish_free_compressed.h5
stytra/experiments/__init__.py
stytra/experiments/camera_recording_experiment.py
stytra/experiments/fish_pipelines.py
stytra/experiments/tracking_experiments.py
stytra/gui/__init__.py
stytra/gui/buttons.py
stytra/gui/camera_display.py
stytra/gui/container_windows.py
stytra/gui/fishplots.py
stytra/gui/framerate_viewer.py
stytra/gui/monitor_control.py
stytra/gui/multiscope.py
stytra/gui/protocol_control.py
stytra/gui/status_display.py
stytra/hardware/__init__.py
stytra/hardware/serial.py
stytra/hardware/video/__init__.py
stytra/hardware/video/ring_buffer.py
stytra/hardware/video/write.py
stytra/hardware/video/cameras/__init__.py
stytra/hardware/video/cameras/avt.py
stytra/hardware/video/cameras/basler.py
stytra/hardware/video/cameras/interface.py
stytra/hardware/video/cameras/mikrotron.py
stytra/hardware/video/cameras/opencv.py
stytra/hardware/video/cameras/spinnaker.py
stytra/hardware/video/cameras/ximea.py
stytra/icons/128.png
stytra/icons/256.png
stytra/icons/32.png
stytra/icons/512.png
stytra/icons/64.png
stytra/icons/autoscale.svg
stytra/icons/autoscaleOFF.svg
stytra/icons/camera_flash.svg
stytra/icons/dbOFF.svg
stytra/icons/dbON.svg
stytra/icons/edit_camera.svg
stytra/icons/edit_fish.svg
stytra/icons/edit_protocol.svg
stytra/icons/edit_tracking.svg
stytra/icons/pause.svg
stytra/icons/play.svg
stytra/icons/rewind.svg
stytra/icons/stop.svg
stytra/icons/stytra.ico
stytra/icons/stytra_logo.svg
stytra/icons/tail_plot.svg
stytra/metadata/__init__.py
stytra/offline/__init__.py
stytra/offline/track_video.py
stytra/stimulation/__init__.py
stytra/stimulation/estimators.py
stytra/stimulation/stimulus_display.py
stytra/stimulation/stimuli/TEC_controller_stimuli.py
stytra/stimulation/stimuli/__init__.py
stytra/stimulation/stimuli/backgrounds.py
stytra/stimulation/stimuli/closed_loop.py
stytra/stimulation/stimuli/conditional.py
stytra/stimulation/stimuli/external.py
stytra/stimulation/stimuli/generic_stimuli.py
stytra/stimulation/stimuli/kinematograms.py
stytra/stimulation/stimuli/visual.py
stytra/stimulation/stimuli/voltage_stimuli.py
stytra/tests/__init__.py
stytra/tests/record_stimuli.py
stytra/tests/test_kalman.py
stytra/tests/test_namedtuplequeue.py
stytra/tests/test_online_bout_detection.py
stytra/tests/test_pipeline.py
stytra/tests/test_z_experiments.py
stytra/tests/test_assets/arrows.png
stytra/tests/test_assets/caustics.png
stytra/tracking/__init__.py
stytra/tracking/eyes.py
stytra/tracking/fish.py
stytra/tracking/online_bouts.py
stytra/tracking/pipelines.py
stytra/tracking/preprocessing.py
stytra/tracking/simple_kalman.py
stytra/tracking/tail.py
stytra/tracking/tracking_process.py
stytra/triggering/__init__.py