Commit Graph

7481 Commits

Author SHA1 Message Date
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
0088f48607 manual/writing_a_driver: logging 2015-01-26 14:38:02 +08:00
2954c28e47 manual/writing_a_driver: add more details according to recent discussions 2015-01-26 12:44:46 +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
ef32e7aa7a examples/flopping_f_simulation: fitting 2015-01-21 14:35:37 +08:00
0983862c03 pyon/store_file: add newline 2015-01-21 13:52:35 +08:00
f94aa49276 doc: flterm compilation 2015-01-21 10:31:50 +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
0dc647773f README: update 2015-01-16 22:03:55 +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
6c24e699fd examples: add realtime result demo 2015-01-13 19:12:35 +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
0bd54921af move default TCP ports from 8887... to 3250...
* 8888 is busy: IPython default among others
* 3250 seems less so and is the house number times ten here
2015-01-13 10:56:44 +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
1407a48836 examples: use run arguments 2015-01-07 21:41:31 +08:00
be9f7550b5 master/gui/client: run arguments support 2015-01-07 21:37:07 +08:00
492ce1632b artiq_run: use new dpdb, report changed parameters, remove function parameter, support run arguments 2015-01-07 19:21:17 +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
fa441eebda gui: proper shutdown of RPC client 2015-01-06 17:50:15 +08:00
1354ccbbc1 Merge pull request #7 from dhslichter/patch-1
lda: fix 32 dB limit, add LDA-302P-1 support
2015-01-06 09:57:26 +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
f695715d56 doc: minor fixes 2015-01-05 16:12:35 +08:00