Commit graph

40 commits

Author SHA1 Message Date
jtc42
6581612312 Implemented root API v2 routes 2019-11-14 16:33:00 +00:00
Joel Collins
5aa783c269 Scaffolded API v2 2019-11-14 11:48:13 +00:00
Joel Collins
bb9bb77536 Moved API views up a level 2019-11-13 14:06:41 +00:00
Joel Collins
8ff95eef3a Store full microscope settings and state in capture metadata 2019-11-12 14:45:56 +00:00
Joel Collins
b81cfaf9e7 Converted all configs to JSON 2019-11-12 14:36:39 +00:00
Joel Collins
dc794d4df8 Microscope capture objects now just handle on-disk data 2019-09-16 16:35:32 +01:00
Joel Collins
5966ce29be Blackened everything 2019-09-15 14:17:52 +01:00
Joel Collins
6581385ab9 Refactored JsonPayload to JsonResponse 2019-09-13 18:04:33 +01:00
jtc42
8c3302644a Automatically add microscope ID and name to metadata 2019-06-07 17:28:57 +01:00
Joel Collins
3b9ef670fe Improved flake8 results 2019-05-24 16:32:20 +01:00
Joel Collins
f9fb6dc721 Default to not temporary 2019-04-09 14:57:19 +01:00
Joel Collins
6b3dca9f61 Fixed passing non-integers into preview window params 2019-02-25 14:23:08 +00:00
Joel Collins
3bf3b0f0c2 Fixed tag put route 2019-02-20 11:08:19 +00:00
Joel Collins
366b771b72 Added size and position params to GPU preview route 2019-02-19 11:04:12 +00:00
Joel Collins
51cd776700 Store stage position in metadata 2019-02-19 10:43:33 +00:00
Joel Collins
05f52bbdeb Process all initial tags in one call 2019-02-18 11:30:38 +00:00
Joel Collins
404f28a8e0 Add metadata and tags at capture-time 2019-02-14 17:00:27 +00:00
Joel Collins
0948c9308a Went on a PEP-8 rampage 2019-01-31 17:20:46 +00:00
Joel Collins
6743882bf1 Corrected the abort code for missing resource 2019-01-29 14:43:22 +00:00
Joel Collins
465ed647d3 Fixed docstrings 2019-01-24 16:24:14 +00:00
Joel Collins
cb441201c6 Explicitally acquire camera lock 2019-01-24 14:05:45 +00:00
Joel Collins
0e23ce8d0b Added web routes for tagging captures 2019-01-22 12:09:42 +00:00
Joel Collins
7a72b45b29 Added tags to capture metadata 2019-01-22 11:35:35 +00:00
Joel Collins
4e985fe80d Capture list now persists through server restart 2019-01-22 11:23:15 +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
8a4be49d46 Fixed resize docstring 2019-01-17 14:13:34 +00:00
Joel Collins
b0d5426f5b Bayer capture now optional 2019-01-17 10:22:41 +00:00
Joel Collins
25ecda8798 Fixed broken import 2019-01-16 14:59:18 +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
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
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
1aad10c71b Removed redundant imports 2019-01-09 16:19:06 +00:00
Joel Collins
9f259b7f3e Updated capture route for new capture output structure 2019-01-08 15:53:58 +00:00
Joel Collins
367c68ad6f Fixed capture URL in JSON 2018-12-18 16:27:14 +00:00
Joel Collins
c995a15fdc Restructured entire API into blueprints 2018-12-06 15:37:51 +00:00