Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
alustig3
/
pyControl
Public
forked from
pyControl/code
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Security
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Apr 27, 2023
Revert "call task function from a custom variable dialog"
Show description for 666a388
alustig3
committed
666a388
Copy full SHA for 666a388
call task function from a custom variable dialog
alustig3
committed
b344666
Copy full SHA for b344666
Merge branch 'pyControl:master' into master
alustig3
authored
688ca79
Copy full SHA for 688ca79
Commits on Mar 1, 2023
added citation file and moved license (#73)
Show description for 61fff21
alustig3
authored
61fff21
Copy full SHA for 61fff21
Commits on Feb 21, 2023
- Updatesd version number and changelog for release v1.8.1
ThomasAkam
committed
4921fbc
Copy full SHA for 4921fbc
Modified audio.py to use hardware Timer 4 for DAC write timed rather than Timer 2, to avoid conflict with Rotary_encoder which uses Timer 2.
ThomasAkam
committed
93a6611
Copy full SHA for 93a6611
Commits on Nov 8, 2022
Updated version numbers and changelog for v1.8.
ThomasAkam
committed
5a9b9a2
Copy full SHA for 5a9b9a2
Hardware definition file is now deleted from board when framework is loaded. The logic for this is that the devices folder on the pyboard is cleared on load framework, to revert the board to a def…
Show description for c34d48c
ThomasAkam
committed
c34d48c
Copy full SHA for c34d48c
Commits on Oct 27, 2022
fix crash that happens if no threshold given (#60)
alustig3
authored
f8356e6
Copy full SHA for f8356e6
Commits on Oct 25, 2022
Edited reversal learning example to try and make logic for getting trial outcome and handling reversals more readable.
ThomasAkam
committed
7233d5a
Copy full SHA for 7233d5a
Added print_variables function to pyControl.utility which prints variables to the log as a JSON formatted string.
Show description for 403a661
ThomasAkam
committed
403a661
Copy full SHA for 403a661
Fixed bug where error in run_end function of user task file caused exception in run task tab.
Show description for 0328579
ThomasAkam
committed
0328579
Copy full SHA for 0328579
converted experiment configuration files from .pcx to .json (#59)
alustig3
authored
dbd6a5f
Copy full SHA for dbd6a5f
Commits on Oct 20, 2022
Added experiment_dataframe function to data_import.py which creates a single dataframe containing data from many sessions contained in an experiment folder.
ThomasAkam
committed
5d046d8
Copy full SHA for 5d046d8
Commits on Oct 17, 2022
pyboards can now be hidden so they do not show up in board select menus by naming them '_hidden_' in the setups tab.
ThomasAkam
committed
e26b792
Copy full SHA for e26b792
Added 'unversioned/' to gitignore.
ThomasAkam
committed
7397ac8
Copy full SHA for 7397ac8
Moved settings.py from 'config' to 'gui' folder.
ThomasAkam
committed
2ab2dc4
Copy full SHA for 2ab2dc4
Commits on Oct 16, 2022
Fixed bug where subjects did not show up in variables table subject select menu till after an experiment was saved then reloaded. This bug looks like it was introduced when the additional 'run' ch…
Show description for 0c11a35
ThomasAkam
committed
0c11a35
Copy full SHA for 0c11a35
Commits on Oct 13, 2022
- Integrated code from _fs_free_space function (used to measure free space on pyboard filesystem) into _recieve_file function as it was only used there so did not need to be standalone function.
ThomasAkam
committed
ff49b88
Copy full SHA for ff49b88
Moved hardware definitions location from 'config' folder to a seperate 'hardware_definitions' folder and renamed the example hardware definition from 'hardware_definition.py' to 'example_hardware_d…
Show description for bcdfb39
ThomasAkam
committed
bcdfb39
Copy full SHA for bcdfb39
General cleanup (#54)
Show description for 5d60990
alustig3
authored
5d60990
Copy full SHA for 5d60990
Commits on Oct 12, 2022
- Small edits to docstring and changelog
ThomasAkam
committed
31aa8c7
Copy full SHA for 31aa8c7
Settings cleanup (#51)
Show description for 84f8f4b
alustig3
authored
84f8f4b
Copy full SHA for 84f8f4b
Commits on Oct 7, 2022
- Updated changlog, readme and version variables for release 1.8rc1
ThomasAkam
committed
bc67be2
Copy full SHA for bc67be2
Modified the behaviour of pycboard for transferring device driver files to pyboard. New behaviour is:
Show description for 12be0d8
ThomasAkam
committed
12be0d8
Copy full SHA for 12be0d8
- Renamed paths_action to settings_action in GUI_main.
Show description for f8cd36c
ThomasAkam
committed
f8cd36c
Copy full SHA for f8cd36c
Merge remote-tracking branch 'origin/dev' into dev
ThomasAkam
committed
b21a914
Copy full SHA for b21a914
Merge pull request #50 from alustig3/settings-dialog
ThomasAkam
authored
523bb2d
Copy full SHA for 523bb2d
- Added Frame_trigger device which outputs pulses at a specified rate on a pin and saves the pulse times in an analog data file. It is designed for triggering camera frames or similar applications.
Show description for aa94766
ThomasAkam
committed
aa94766
Copy full SHA for aa94766
Commits on Oct 6, 2022
cleanup
alustig3
committed
1d2acd0
Copy full SHA for 1d2acd0
changed "other" to "GUI"
alustig3
committed
1720e86
Copy full SHA for 1720e86
docstrings
alustig3
committed
8416f34
Copy full SHA for 8416f34
specify encoding
alustig3
committed
670b405
Copy full SHA for 670b405
settings dialog
alustig3
committed
e0b7cba
Copy full SHA for e0b7cba
more pyqt6 fixes
Show description for 8c4c3fc
alustig3
committed
8c4c3fc
Copy full SHA for 8c4c3fc
Pagination
Previous
Next
You can’t perform that action at this time.