Joel Collins
|
0cde8b717d
|
Added fov into microscope RC
|
2019-01-21 10:49:59 +00:00 |
|
Joel Collins
|
748c9b8b20
|
Routes now return position as a microscope stage sub-section
|
2019-01-21 10:49:46 +00:00 |
|
Joel Collins
|
f7c6596bef
|
Added dictionary filter function
|
2019-01-21 10:49:22 +00:00 |
|
Joel Collins
|
cb3d10e467
|
Fixed scroll-to-focus
|
2019-01-18 16:57:06 +00:00 |
|
Joel Collins
|
dbee6ffaa1
|
Added flask-cors to poetry dependencies
|
2019-01-18 16:52:40 +00:00 |
|
Joel Collins
|
95e10b14dc
|
Initial commit
|
2019-01-18 16:50:34 +00:00 |
|
Joel Collins
|
8170726430
|
Enabled CORS on /api routes
|
2019-01-18 16:49:21 +00:00 |
|
Joel Collins
|
ba4599d4a3
|
Changed download button to YAML link
|
2019-01-18 16:15:11 +00:00 |
|
Joel Collins
|
a15e797ce4
|
Removed redundant as_attachment response
|
2019-01-18 16:07:50 +00:00 |
|
Joel Collins
|
533f5d9857
|
Added routes to download metadata yaml files
|
2019-01-18 15:27:11 +00:00 |
|
Joel Collins
|
63ffc0057a
|
Added routes for new metadata methods
|
2019-01-18 14:50:08 +00:00 |
|
Joel Collins
|
84abfb9d7f
|
Updated to new metadata format
|
2019-01-18 14:49:59 +00:00 |
|
Joel Collins
|
2c2932f5aa
|
Added methods to add, update, and save capture metadata in a yaml file
|
2019-01-18 14:49:44 +00:00 |
|
Joel Collins
|
7cd8d26ea5
|
Iterated to beta 3
|
2019-01-17 14:32:37 +00:00 |
|
Joel Collins
|
2ecc92e1c3
|
Iterated version number
|
2019-01-17 14:17:51 +00:00 |
|
Joel Collins
|
4734cb3bb5
|
Renamed test_stage_movement method
|
2019-01-17 14:15:28 +00:00 |
|
Joel Collins
|
58d37354c3
|
Added capture resize to API unit test
|
2019-01-17 14:13:49 +00:00 |
|
Joel Collins
|
8a4be49d46
|
Fixed resize docstring
|
2019-01-17 14:13:34 +00:00 |
|
Joel Collins
|
0fe9f4c42b
|
Brute-force clean out tmp at exit
|
2019-01-17 13:45:39 +00:00 |
|
Joel Collins
|
9b16857d44
|
Initial commit
|
2019-01-17 12:25:11 +00:00 |
|
Joel Collins
|
c71f0a7e2c
|
API client class to simplify API unit test
|
2019-01-17 12:25:05 +00:00 |
|
Joel Collins
|
646dc24a91
|
Fixed captures trying to restart recording for a stopped stream
|
2019-01-17 12:23:54 +00:00 |
|
Joel Collins
|
cbf709e8d8
|
Added client option for bayer capture
|
2019-01-17 10:22:53 +00:00 |
|
Joel Collins
|
b0d5426f5b
|
Bayer capture now optional
|
2019-01-17 10:22:41 +00:00 |
|
Joel Collins
|
f8194ec685
|
Reverted to beta 1 (previously skipped)
|
2019-01-16 15:01:20 +00:00 |
|
Joel Collins
|
25ecda8798
|
Fixed broken import
|
2019-01-16 14:59:18 +00:00 |
|
Joel Collins
|
6e7732d794
|
Incremented to beta 2
|
2019-01-16 14:49:09 +00:00 |
|
Joel Collins
|
2de8e699ce
|
Fixed documentation requirements
|
2019-01-16 14:43:13 +00:00 |
|
Joel Collins
|
226e787cc2
|
Catch exceptions if pausing an inactive stream
|
2019-01-16 14:05:47 +00:00 |
|
Joel Collins
|
1d1b501cbf
|
Zoom POST now returns camera state, rather than whole microscope state
|
2019-01-16 12:01:45 +00:00 |
|
Joel Collins
|
0c5af96890
|
Added route for camera zoom
|
2019-01-16 11:50:05 +00:00 |
|
Joel Collins
|
f70da25c1c
|
Properly implemented zoom method
|
2019-01-16 11:49:57 +00:00 |
|
Joel Collins
|
709372208a
|
Added route to retreive current overlay text
|
2019-01-16 11:25:56 +00:00 |
|
Joel Collins
|
65b50be0c5
|
Added API route to draw overlay text
|
2019-01-15 17:07:43 +00:00 |
|
Joel Collins
|
9c488279d2
|
Moved setting and getting stage config into root microscope config
|
2019-01-15 14:28:28 +00:00 |
|
Joel Collins
|
55c3014d26
|
Moved axes_to_array into general utilities
|
2019-01-15 14:28:02 +00:00 |
|
Joel Collins
|
504c9b48a1
|
Moved camera config route into generic microscope config route
|
2019-01-15 14:01:52 +00:00 |
|
Joel Collins
|
6a374d093a
|
Added API route to edit camera config
|
2019-01-15 12:17:14 +00:00 |
|
Joel Collins
|
a8c9a7e7dd
|
Route to return microscope config
|
2019-01-15 11:48:10 +00:00 |
|
Joel Collins
|
7f42b3b706
|
Microscope now has option to add a name
|
2019-01-15 11:48:04 +00:00 |
|
Joel Collins
|
60c11b1072
|
Better docstring for JsonPayload
|
2019-01-09 16:51:28 +00:00 |
|
Joel Collins
|
399bf82c21
|
Fixed autoclass formatting error
|
2019-01-09 16:46:50 +00:00 |
|
Joel Collins
|
cb54ab5568
|
Restructured API plugin docs
|
2019-01-09 16:43:58 +00:00 |
|
Joel Collins
|
a0b3741511
|
Documented JsonPayload use
|
2019-01-09 16:33:43 +00:00 |
|
Joel Collins
|
4bd6a562d3
|
Better example of JsonPayload use
|
2019-01-09 16:33:36 +00:00 |
|
Joel Collins
|
fb1f848a83
|
Updated example plugin to use new JsonPayload
|
2019-01-09 16:23:30 +00:00 |
|
Joel Collins
|
7a9629e7a3
|
Removed depracated methods
|
2019-01-09 16:21:22 +00:00 |
|
Joel Collins
|
7b6d2056f1
|
Fixed oversized sidebar
|
2019-01-09 16:19:14 +00:00 |
|
Joel Collins
|
1aad10c71b
|
Removed redundant imports
|
2019-01-09 16:19:06 +00:00 |
|
Joel Collins
|
783cc05ac9
|
Added type converter to JsonPayload.param
|
2019-01-09 16:18:49 +00:00 |
|