Commit graph

2045 commits

Author SHA1 Message Date
Joel Collins
8b9cf9c0c7 Changed version to 2.1 2020-03-25 16:44:36 +00:00
Joel Collins
d427a81cb7 Merge remote-tracking branch 'origin/master' into v2.1.0-dev 2020-03-25 16:43:53 +00:00
Joel Collins
6105dc63b5 Fixed tab switcher width 2020-03-25 16:43:19 +00:00
Richard Bowman
8a2a2abbec Merge branch 'v2.1.0-dev' into stage-calibration 2020-03-25 16:36:41 +00:00
Richard Bowman
0e88ad130b Use new click-to-move API route
This modifies the client to use the new move_in_image_coordinates API route
provided by the camera_stage_mapping plugin.

NB I've not yet deleted vestigial code relating to the "FoV" property.
2020-03-25 05:50:42 +00:00
Richard Bowman
2ba9c9493b Added a pane for camera/stage calibration 2020-03-25 05:24:10 +00:00
Richard Bowman
e6ad52f107 Added an option to reset LST to None
This doesn't seem to work until you restart - probably an issue in my
picamera fork.
2020-03-24 17:42:49 +00:00
Richard Bowman
4784257eb1 Added another button 2020-03-24 17:42:11 +00:00
Richard Bowman
b9bb7d5dca Added a route to flatten the lens shading table
NB this is NOT the same as reverting to no lens shading table, as
there's a certain amount of auto-stuff that happens in that case.
2020-03-24 17:24:03 +00:00
Richard Bowman
4b7d6eded6 added a button to flatten the lens shading table 2020-03-24 17:21:57 +00:00
Joel Collins
32ddcd5d13 Added sleeps to check for blank capture fix 2020-03-24 16:34:53 +00:00
Joel Collins
f5c04971d1 Merge branch 'rwb27-plugin-comments' into 'master'
fixed a couple of trivial typos

See merge request openflexure/openflexure-microscope-server!37
2020-03-24 11:19:06 +00:00
Joel Collins
7c59245753 Merge branch 'master' into 'rwb27-plugin-comments'
# Conflicts:
#   docs/source/extensions/structure.rst
2020-03-24 11:17:11 +00:00
Joel Collins
0fc1936379 Iterate to 2.0.0 2020-03-24 11:15:50 +00:00
Joel Collins
10fa93d11c Iterated to 2.0.0 2020-03-24 10:22:49 +00:00
Joel Collins
4626fa0565 Added docs for subclassing and lifecycle hooks 2020-03-24 10:22:39 +00:00
Joel Collins
7304d6534e Added LabThings type to OFM app 2020-03-23 17:02:29 +00:00
Joel Collins
85b43c307d Added example Web Component extension 2020-03-18 17:52:28 +00:00
Joel Collins
6b14ea8395 Moved viewPanel into top-level of extension GUI 2020-03-18 17:51:55 +00:00
Joel Collins
9c309fc791 Added support for loading extension Web Components 2020-03-18 17:51:10 +00:00
Joel Collins
0a1b138bcb Improved gallery layout 2020-03-17 17:39:20 +00:00
Joel Collins
d8626b7e13 Improved settings layout 2020-03-17 17:39:11 +00:00
Joel Collins
093e5a0a7a Fixed broken delete argument (capture_id instead of id) 2020-03-17 17:15:52 +00:00
Joel Collins
5dfc27ed03 Fixed broken delete argument (capture_id instead of id) 2020-03-17 17:14:29 +00:00
Joel Collins
a9506c4abc Enable extension-defined choice of view panel 2020-03-17 15:08:59 +00:00
Joel Collins
a8730d0a15 If connected, update components on mount 2020-03-17 15:08:39 +00:00
Joel Collins
a2914d8cf4 Merge remote-tracking branch 'origin/master' into v2.1.0-dev 2020-03-17 15:03:55 +00:00
Joel Collins
b7c3f7b9e1 Added viewPanel GUI property 2020-03-17 14:23:52 +00:00
Joel Collins
697fa87566 Removed debug print 2020-03-17 14:20:07 +00:00
Joel Collins
5a0370a7b7 Hide connect tab in lite mode 2020-03-16 17:25:30 +00:00
Joel Collins
e6b88dd40d Show streamDisplay on extensions by default 2020-03-16 17:21:29 +00:00
Joel Collins
86e8c5d749 Fixed lite-mode regression 2020-03-16 17:21:06 +00:00
Joel Collins
2b8df04e4d Fixed extension form panel layout 2020-03-16 16:41:39 +00:00
Joel Collins
1380cc9f36 Started shifting extension forms into new nav layout 2020-03-16 14:07:11 +00:00
Joel Collins
3679a0f9cd Replaced navigation with a single universal tab bar 2020-03-16 13:46:14 +00:00
Joel Collins
be4362ff21 Removed tab hiding 2020-03-16 10:41:13 +00:00
Joel Collins
c657014388 Run gevent monkeypatch 2020-03-15 17:06:26 +00:00
Joel Collins
2bc02b3844 Sync frames using gevent events 2020-03-15 17:06:05 +00:00
Joel Collins
d098af8858 Use gevent sleep in mock camera 2020-03-15 17:04:40 +00:00
Joel Collins
414be0405e Added a note about concurrency 2020-03-15 16:30:34 +00:00
Joel Collins
6092e8ab5d Rearranged for clarity 2020-03-15 16:30:19 +00:00
Joel Collins
84fe22275b Dirty fix #63 2020-03-13 16:45:29 +00:00
Joel Collins
6b0359e432 Fixed shutdown button disappearing 2020-03-13 16:42:32 +00:00
Joel Collins
1a27a8e4f3 Pin LabThings to 0.2.0 PyPI release 2020-03-13 15:56:38 +00:00
Richard Bowman
5d5cc7a72a Added persistent settings and moves 2020-03-12 17:51:24 +00:00
Richard Bowman
d915625113 Added a kludgy extensions settings dictionary. 2020-03-12 16:43:18 +00:00
Richard Bowman
e452d623ca First working camera stage mapping calibration 2020-03-12 16:03:11 +00:00
Richard Bowman
c240453762 Fix a working version of opencv 2020-03-12 16:02:38 +00:00
Joel Collins
bf4cb24cb3 Fall back to mock stage if Sangastage is missing 2020-03-11 10:48:55 +00:00
Joel Collins
465e52d705 Merge branch 'master' of https://gitlab.com/openflexure/openflexure-microscope-server 2020-03-11 10:24:43 +00:00