Commit graph

344 commits

Author SHA1 Message Date
Joel Collins
4f2cf79a26 Task route now returns a dictionary with task ID as key 2019-02-19 16:12:14 +00:00
Joel Collins
2e17b449dd Merge branch 'master' of https://gitlab.com/openflexure/openflexure-microscope-server 2019-02-19 14:54:11 +00:00
Joel Collins
d8cd07cb21 Removed old recalibrate utility 2019-02-19 14:54:03 +00:00
Joel Collins
fe55957acb Update README.md 2019-02-19 14:53:08 +00:00
Joel Collins
94b71c6c38 Add LICENSE 2019-02-19 14:51:33 +00:00
Joel Collins
8d782825fe Iterated to beta 10 2019-02-19 13:42:31 +00:00
Joel Collins
eb4e979d1c Updated tests 2019-02-19 13:42:25 +00:00
Joel Collins
cc3f7f19df Fixed attaching lock failure 2019-02-19 13:42:17 +00:00
Joel Collins
31efadd884 Removed debug code 2019-02-19 13:41:58 +00:00
Joel Collins
e738837101 Fixed broken piexif imports 2019-02-19 13:26:18 +00:00
Joel Collins
a062936751 Iterated to beta 8 2019-02-19 13:19:20 +00:00
Joel Collins
86e1c82dfb Merge branch 'exif' into 'master'
Store metadata in Exif tags

See merge request openflexure/openflexure-microscope-server!5
2019-02-19 13:13:21 +00:00
Joel Collins
c6eb6148cc Packaged basic Piexif module 2019-02-19 12:02:11 +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
c9c3e8fdfc Mention metadata storage in exif tags 2019-02-19 10:35:52 +00:00
Joel Collins
184e3d9558 Fixed format checks for loading exif data 2019-02-18 17:25:50 +00:00
Joel Collins
e8fb3b378c Fixed missing capture validation 2019-02-18 12:11:33 +00:00
Joel Collins
ab70a3857c Only use exif if supported format 2019-02-18 11:48:56 +00:00
Joel Collins
05f52bbdeb Process all initial tags in one call 2019-02-18 11:30:38 +00:00
Joel Collins
340b3dda89 Initial testing for exif metadata 2019-02-18 10:53:18 +00:00
Joel Collins
2314084cb1 Made thumbnails bigger, for new Vue client 2019-02-14 17:18:26 +00:00
Joel Collins
404f28a8e0 Add metadata and tags at capture-time 2019-02-14 17:00:27 +00:00
Joel Collins
ed12cc7bce Fixed metadata and tags not storing to capture DB on update or exit 2019-02-13 15:17:52 +00:00
Joel Collins
7b7a8dfb4a Iterated to beta 7 2019-02-13 09:56:33 +00:00
Joel Collins
35041af234 axes_to_array defaults to converting to int 2019-02-12 11:27:42 +00:00
Joel Collins
c86d194c8c Added request examples to docs 2019-02-11 14:06:11 +00:00
Joel Collins
1bbe234749 Fixed issue #42 2019-02-11 10:00:44 +00:00
Joel Collins
bf829aae46 Updated documentation requirements 2019-02-07 12:23:03 +00:00
Joel Collins
a4356c1cb8 Iterated version number 2019-02-07 12:17:19 +00:00
Joel Collins
ade62b6ce9 Fixed formatting and added picamera settings example 2019-02-07 11:57:04 +00:00
Joel Collins
88b946b473 Improved runtime-config docs 2019-02-07 11:19:00 +00:00
Joel Collins
aae3a11a7e Fixed formatting and typo 2019-02-06 15:21:05 +00:00
Joel Collins
1436e58283 Improed CaptureObject documentation 2019-02-06 15:18:02 +00:00
Joel Collins
9253f1badf Added quick-installer guide 2019-02-05 18:50:11 +00:00
Richard Bowman
0520f058ad Explicitly set ISO=0 (auto) when adjusting gain. 2019-02-05 18:42:50 +00:00
Joel Collins
5a537ed382 Updated gunicorn example to match installer script 2019-02-05 17:14:43 +00:00
Joel Collins
f123a29857 Updated readme 2019-02-05 17:12:29 +00:00
Joel Collins
5672b82f5e Added many many debug statements to help debug issue #32 2019-02-05 17:06:05 +00:00
Joel Collins
0948c9308a Went on a PEP-8 rampage 2019-01-31 17:20:46 +00:00
Joel Collins
f99ad30fb6 Started PEP-8-ing 2019-01-31 16:48:59 +00:00
Joel Collins
d4e7d067a3 Removed fraction conversion 2019-01-31 16:48:39 +00:00
Joel Collins
63336757d4 Better handle missing error.message 2019-01-31 16:48:19 +00:00
Joel Collins
04bed170a0 Added JSON safety to config reads 2019-01-31 16:47:54 +00:00
Joel Collins
0fd0cd8bac Option to read a JSON-safe version of config (type conversion and exclusion of lens shading data) 2019-01-31 16:47:26 +00:00
Joel Collins
036fb82628 Moved calibration plugin to defaults. Save config when calibration finishes. 2019-01-31 16:46:34 +00:00
Joel Collins
8ed4cca19c Added calibration plugin to defaults 2019-01-31 16:45:28 +00:00
Joel Collins
e9d74c07e6 Separated updating/writing from saving config 2019-01-31 13:51:02 +00:00
Joel Collins
8087e4d445 Updated to use apply_config and read_config instead of setters and getters 2019-01-31 13:34:14 +00:00
Joel Collins
5471ffa62b Introduced apply_config and read_config methods 2019-01-31 13:29:07 +00:00