542e047f5a
ctlmgr: clean shutdown
2015-02-08 21:44:49 +08:00
a50c74523f
ctlmgr: split command arguments properly
2015-02-08 12:18:57 +08:00
abb7d9f911
ctlmgr: catch create_subprocess_exec errors and retry
2015-02-08 12:15:22 +08:00
96a01efc48
ctlmgr: wait for processes to terminate before starting new ones
2015-02-08 00:59:08 +08:00
e7d85c5b87
ctlmgr: basic working implementation
2015-02-07 23:52:05 +08:00
aba749093b
ctlmgr: get local bind address, format commands
2015-02-07 01:14:27 +08:00
0d0a05a487
sync_struct/Subscriber: add before_receive_cb, export reader/writer
2015-02-07 01:13:15 +08:00
f9d3bd107e
ctlmgr: retry connection to master, print received ddb
2015-02-06 18:58:54 +08:00
17685d1e98
controller manager skeleton
2015-02-06 12:17:51 +08:00
2f06574381
ddb: controller support
2015-02-05 22:53:31 +08:00
4167e669d2
gui/explib: add to artiq top-level import
2015-02-05 19:50:03 +08:00
8df1b03f0f
artiq_run: add verbosity config
2015-02-04 19:09:54 +08:00
0ba07e67b8
artiq/tools/verbosity_args: add help
2015-02-04 19:09:37 +08:00
0e65f71705
artiq_run: HDF5 output support
2015-02-04 18:46:55 +08:00
af79392918
master: basic dumping of results to HDF5
2015-02-04 18:37:57 +08:00
2f4a83b97a
gui: access to parameter DB from GUI files
2015-02-04 16:13:56 +08:00
1b122dd887
sync_struct,gui: refactor Subscriber data distribution to support access to parameter DB from GUI file
2015-02-04 15:06:25 +08:00
186aa7fdb7
style
2015-02-04 14:44:39 +08:00
Yann Sionneau
fc92a66e51
asyncio: Use ProactorEventLoop on Windows
2015-02-03 22:29:03 +08:00
c259c4f46f
gui/rt_results: display group name in window title
2015-01-31 16:57:50 +08:00
2fbe22e15e
master,client: support changing real-time results group
2015-01-30 20:36:54 +08:00
0ebe56f595
gui/rt_results: support raw view
2015-01-30 19:07:33 +08:00
Yann Sionneau
526887140d
Set WARNING as default log level + update documentation
2015-01-30 19:04:04 +08:00
37feaf1cea
comm_serial: use serial.serial_for_url
2015-01-30 11:47:20 +08:00
45c0e2874f
master/db: exclude Notifier attributes from kernel attr init
2015-01-29 23:48:39 +08:00
c0c0137d9a
transforms/inline: support skipping of attr init
2015-01-29 23:48:03 +08:00
7d6b93d8eb
master/db: fix realtime data lookup
2015-01-29 21:45:24 +08:00
9aa7155502
gui: use experiment registry
2015-01-29 19:59:44 +08:00
e7dac4ab43
master: experiment registry
2015-01-29 19:59:16 +08:00
26b1282b2b
gui/tools/DictSyncer: keep original data
2015-01-29 19:58:25 +08:00
cba0011431
language/db: default to no realtime results
2015-01-29 19:58:00 +08:00
939236a1b5
tools: fix logging config
2015-01-29 18:47:07 +08:00
Yann Sionneau
5ba7218cc1
Factorize argparser for debug level
2015-01-29 10:07:12 +08:00
906099c978
gui/rt_results: do not attempt to plot before receiving data
2015-01-28 16:28:13 +08:00
71c5115c11
gui: handle exit in explorer
2015-01-27 23:51:23 +08:00
db3114f79b
serve GUI and Glade file from master
2015-01-26 23:37:33 +08:00
8904d963d2
gui: add explorer window + rough prototype of control widgets defined with glade
2015-01-26 19:56:15 +08:00
82330b3c2a
gui: save layout
2015-01-23 19:00:09 +08:00
f983fdc985
file_db: support default data if file not present
2015-01-23 18:59:56 +08:00
9fb42e4952
doc: use sphinx-argparse
2015-01-23 00:52:13 +08:00
47aa634ab5
replace periodic schedule with timed schedule
2015-01-23 00:23:00 +08:00
569600b607
frontend/pdq2_client: fix entry point
2015-01-22 10:38:47 +08:00
Yann Sionneau
c8f2f4b245
Add missing __init__.py
2015-01-22 10:37:58 +08:00
0983862c03
pyon/store_file: add newline
2015-01-21 13:52:35 +08:00
56ea62b936
doc: fixes and add sync_struct docstrings
2015-01-19 19:20:14 +08:00
0c2e960c85
frontend: restore artiq_ prefix
2015-01-17 19:41:00 +08:00
3e22fe86b5
reorganize files as per discussion with Robert
2015-01-17 19:38:20 +08:00
6cc3a9d973
frontend/*: move to artiq.frontend, make entry_points
...
* solves the trouble of having to setup PATH and PYTHONPATH in a project
specific way and keep them changing
* works well with virtualenvs
* works under windows where the shebang is meaningless
* works if your python is not named "python3"
* can use "pip3 install --user --editable ."
* creates an egg-link in ~/.local/share/... pointing to $PWD
* generates the scripts and copies them to ~/.local/bin which is likely
already in your $PATH
* analogously under windows
* or call scripts as "python3 -m artiq.frontend.master"
2015-01-17 16:02:43 +08:00
77dab11746
gui/XYWindow: better bounds
2015-01-15 11:22:44 +08:00
5df8ffe08e
master: cleaner shutdown
2015-01-15 11:07:55 +08:00