Skip to content

Releases: donaldsonlab/fiberphotometry

v3.0

20 May 21:51
410aff3
Compare
Choose a tag to compare

Synchrony analysis incorporated into python code

v2.0

09 Dec 03:02
399ab38
Compare
Choose a tag to compare

v2.0
** Big change: Python code added, MATLAB code moved to folder. Python additions include:
ADD: fpho_setup.py library that parses fpho data, contains analysis
ADD: functional and unit testing: fpho_ftest_driver.py, fpho_driver.py, ftests_fpho_setup.txt, test_fpho_driver.sh, test_fpho_setup.py, unittest_fpho_setup.py
ADD: behavior_setup.py library that parses behavior data, contains analysis
ADD: config.yml file manipulated by user to run the software
ADD: Example plots, sample and test data

v1.4

25 Sep 21:04
e9164f5
Compare
Choose a tag to compare

Fix conversion bug in BORIS_format

v1.3

22 Sep 18:19
0b39f46
Compare
Choose a tag to compare

CHANGE: behavior_driver runs BORIS_format (so they do not need to be run separately)
CHANGE: user inputs now formatted in inputdlg windows

v1.2

22 Sep 01:38
dc0a9b4
Compare
Choose a tag to compare

CHANGE: Error messages added
ADD: baseline printed on graph in Zscore_wdriver.m
CHANGE: baseline selected from menu in Zscore_wdriver.m

v1.1

16 Sep 22:15
c7644d7
Compare
Choose a tag to compare

Code now includes a BORIS_format.m file which converts raw BORIS output into behaviorData format for use with behavior_driver
Other files have been updated to be compatible with this change

v1.0

11 Sep 03:38
9e8edea
Compare
Choose a tag to compare

This is the original version