Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online plots #750

Draft
wants to merge 39 commits into
base: iblrigv8dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
48ecc49
initial work on PyQt based online plots
bimac Dec 11, 2024
5f15bc3
simplify entry-point
bimac Dec 11, 2024
79b8540
Update wizard.py
bimac Dec 10, 2024
4c847ec
Merge branch 'iblrigv8dev' into online-plots
bimac Dec 11, 2024
a12e5a4
correct colors
bimac Dec 11, 2024
650a022
use linear gradient for ResponseTimeDelegate
bimac Dec 11, 2024
824d4e4
Add status tips for trials table
bimac Dec 11, 2024
bb30060
correct 0% contrast position
bimac Dec 11, 2024
e850bbf
correct index of `outcome` column in `ResponseTimeDelegate`
bimac Dec 11, 2024
997c3b4
correct colors
bimac Dec 11, 2024
409148e
use `PColorMeshItem` instead of `LinearRegionItem`
bimac Dec 11, 2024
23eac80
simplify signals for status message
bimac Dec 12, 2024
65d2941
Update online_plots.py
bimac Dec 12, 2024
0221c94
prepare axes for psychometric function and response time plots
bimac Dec 12, 2024
82a3b95
response time bars: align text with bar end
bimac Dec 12, 2024
a7d2ff1
Update online_plots.py
bimac Dec 12, 2024
c7cf43b
Update online_plots.py
bimac Dec 12, 2024
d058f9f
remove spacing around Bpod widget
bimac Dec 16, 2024
fb38ab9
Update online_plots.py
bimac Dec 16, 2024
69a3541
add background grid to reaction time bar-graph
bimac Dec 16, 2024
3cea33a
add debiasing information
bimac Dec 16, 2024
b4d73ad
Update online_plots.py
bimac Dec 16, 2024
aa8626e
some cleaning up
bimac Dec 16, 2024
260fa4c
Update online_plots.py
bimac Dec 16, 2024
5b6cdeb
add icon
bimac Dec 17, 2024
06c612d
transparent selection / updated colors
bimac Dec 17, 2024
124201f
Update online_plots.py
bimac Dec 17, 2024
db7057a
Update online_plots.py
bimac Dec 17, 2024
e9934b7
prepare psychometric/chronometric functions
bimac Dec 18, 2024
8f61507
add background color to plot items
bimac Dec 18, 2024
d68db77
unify setting of plots' common parameters
bimac Dec 18, 2024
f6071ab
further simplifications of plot properties
bimac Dec 18, 2024
75b025b
more of the same
bimac Dec 18, 2024
3eab409
even more of the same
bimac Dec 18, 2024
accac8f
Update online_plots.py
bimac Dec 18, 2024
6244318
add status tips for bar charts
bimac Dec 19, 2024
1f045d6
Update online_plots.py
bimac Dec 19, 2024
b48184d
Update online_plots.py
bimac Dec 19, 2024
20a1f18
clean-up layout
bimac Dec 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion iblrig/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

logger = logging.getLogger(__name__)


tag2copier = {
'behavior': BehaviorCopier,
'video': VideoCopier,
Expand Down
Loading
Loading