- No more development is planned for FED3Viz in the near future
- Bugs are still being logged on the Issues page. However, this is just for the sake of documentation. No pull requests will be accepted.
- See the fed3 Python package for more updated code.
a GUI for plotting FED3 data
FED3 is the 3rd version of the Feeding Experimentation Device, an open-source, home-cage feeding device for mouse operant behavioral tasks. FED3 was developed in the Kravitz Lab in order to run high-throughput, inexpensive experiments on reward and learning.
FED3 Viz is software for graphing data produced from FED3 devices. FED3 Viz is written in Python using the tkinter
library. FED3 Viz is meant to create a quick & easy method for visualizing FED3 data without having to edit the raw data.
- Various graphs to visualize:
- pellet retrieval
- correct and incorrect pokes
- intervals between pellet retrieval
- pellet retrieval time
- meal sizes
- progressive ratio breakpoints
- circadian patterns of activity
- grouped averages for multiple devices
- motor turns & battery life
- Toolbar for live plot editing (from
matplotlib
) - Savable code and data for each plot
- Sortable viewer showing recording properties
- Summary statistics
- Group labels for averaging data
- Savable settings
- Savable "Sessions" (for reloading files, plots, and settings)
- Use date cutoffs to filter data plotted
- Concatenate data (from single recordings split over multiple files)
See the Releases tab for specific notes about new each version.
FED3 Viz uses primarily matplotlib
and seaborn
for visualizations.
FED3 Viz can either be run from a packaged application file, or from a Python interpreter. Specific instructions for installation and system requirements can be found here.
There is a manual for FED3 Viz which covers the use of the program once it is installed; it can be found here, or here as a pdf.
Please report any issues, suggestions, or comments about FED3 Viz through GitHub or the FED3 Google Group. FED3 Viz has no updates scheduled, though improvements may still be made to address bugs and feature requests. Thank you to those inside and outisde the lab who have provided suggestions and feedback for FED3 Viz!
This work is licensed under a Creative Commons Attribution 4.0 International License.