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
95ee6a4951
gui: beginning of realtime plotting
2015-01-14 22:22:33 +08:00
33283feacb
sync_struct: pass mod to notify callback
2015-01-14 22:21:59 +08:00
070788a680
separate master modules
2015-01-14 12:16:49 +08:00
c0bdc92b18
master: broadcast realtime results
2015-01-14 11:37:08 +08:00
ebdd92c7c4
management/sync_struct: always publish with root notifier
2015-01-14 11:36:28 +08:00
4160d24abc
management/sync_struct: export process_mod function
2015-01-14 11:36:04 +08:00
8ed6aeb64a
collect realtime results in master
2015-01-13 19:12:19 +08:00
77a7e592cb
management/sync_struct/Notifier: use publish function instead of object
2015-01-13 18:40:59 +08:00
2029613c58
management/scheduler: cleanup pending tasks
2015-01-13 18:01:01 +08:00
f12e721974
sync_struct: support nested structures
2015-01-13 17:31:58 +08:00
893c18679f
management/worker: improve error reporting
2015-01-13 17:27:36 +08:00
891c0d12f2
refactor device/parameter management, immediate parameter updates, start introducing results
2015-01-12 18:51:23 +08:00
c938e3f4f0
language/context: remove spurious argument
2015-01-10 15:43:13 +08:00
06914bbaa3
Make arguments attributes, integrate with AutoContext
...
This makes them accessible to future "data analysis" methods.
2015-01-10 15:41:35 +08:00
Yann Sionneau
2ad063c377
Lda: sanity checks on attenuation value
...
- Plus use of dB unit
2015-01-10 00:27:21 +08:00
Yann Sionneau
d21211a473
lda: docstring style
2015-01-10 00:27:15 +08:00
be9f7550b5
master/gui/client: run arguments support
2015-01-07 21:37:07 +08:00
b63b46786e
management/file_import: invalidate linecache if needed
2015-01-07 18:14:52 +08:00
c11708972d
parameter database writeback
2015-01-07 17:50:05 +08:00
dhslichter
ff37cdc26c
Update driver.py
2015-01-05 17:40:37 -07:00
dhslichter
c971a6f1c6
Update driver.py
...
Fix 32dB limit bug
2015-01-05 15:52:47 -07:00
4c4da77cc8
gui: 'remove' buttons functionality
2015-01-05 19:52:58 +08:00
f9d4056ee9
scheduler: fix cancellations
2015-01-05 19:41:40 +08:00
7354117af2
pc_rpc: namespace cleanup
2015-01-05 16:10:16 +08:00
f9dd5682ee
pc_rpc: asyncio client
2015-01-05 16:07:12 +08:00
650baa9fc1
gui: factorize dict synchronization
2015-01-02 22:09:02 +08:00
f352e7f752
master/client: remove function parameter
2015-01-02 17:00:22 +08:00
3befafc4e0
master/gui: track last parameter changes
2015-01-02 15:28:45 +08:00
15b27a1d14
gui: parameter list update
2015-01-02 14:47:09 +08:00
7ada30e07a
dpdb: fix saves
2015-01-02 14:45:55 +08:00
d2a5dfa1ec
pc_rpc: multiple target support
2014-12-31 20:13:10 +08:00
9cd89a0c50
master: handle dpdb in master process
2014-12-31 17:41:22 +08:00
0aa450ad5d
pyon/store_file: do not erase file when encoding fails
2014-12-31 17:20:12 +08:00
cda394e0ce
gui: add basic parameters window
2014-12-31 11:11:38 +08:00
3566cd1ce0
gui: notebook and enable switch
2014-12-30 23:12:24 +08:00
2a60c7475e
gui: shorten name
2014-12-30 19:19:26 +08:00
1ada80cd6d
gui: add icon and app title
2014-12-30 18:40:19 +08:00
9de3a08676
gui: split scheduler window
2014-12-30 18:18:23 +08:00
6b283d78d3
master/client: periodic schedule monitoring
2014-12-29 18:44:50 +08:00
02f3781e65
management/scheduler: fix busywait bug
2014-12-29 13:32:11 +08:00
1fdad21f08
master/client: queue pubsub
2014-12-28 18:56:26 +08:00
f033810e04
management: add sync_struct
2014-12-27 23:27:35 +08:00
f7232fd3d1
support exceptions raised by RPCs
2014-12-20 21:33:22 +08:00
Yann Sionneau
e4897132ad
comm_serial.py: Use cross-platform pyserial
2014-12-20 10:19:06 +08:00
5d40c2431e
py2llvm: support type merge with empty list
2014-12-19 15:19:59 +08:00
a9b28dff36
transforms/lower_units: support empty list
2014-12-19 14:40:20 +08:00
5522378c1c
support units in lists
2014-12-19 14:34:23 +08:00
0d10ae7580
rpc: support all data types as parameters
2014-12-19 12:46:24 +08:00
44e7b99792
py2llvm/VNone: bugfixes
2014-12-19 12:43:13 +08:00
f31386d15d
py2llvm: len() support on lists
2014-12-18 11:13:50 +08:00
8af0301185
transforms/tools/value_to_ast: list support
2014-12-17 22:22:44 +08:00
f3b727b59d
py2llvm: replace array with list
2014-12-17 21:54:10 +08:00
6ca39f7415
management/scheduler: improve periodic timing precision
2014-12-11 15:57:41 +08:00
d315268ddb
move controllers/clients to frontend
2014-12-11 14:10:15 +08:00
c3953d85d5
master/client: periodic schedule support
2014-12-10 19:11:13 +08:00
347410afa2
master/client: queue display and cancellations
2014-12-10 13:04:18 +08:00
0dc4eb02ae
setup: install frontend tools, remove nosetest dependency, minor fixes
2014-12-10 12:13:10 +08:00
87fdad97ca
devices/lda: break off main function
2014-12-10 12:01:31 +08:00
08f2aa8503
management/scheduler: replace queue with transparent list + semaphore
2014-12-09 16:26:50 +08:00
059608d1fd
dds: fix phase modes
2014-12-09 13:50:33 +08:00
cb48dba29c
coredevice: fix external clock ref_period computation
2014-12-09 11:22:55 +08:00
597fe57fb3
pyon: unit support
2014-12-09 10:48:47 +08:00