Commit graph

3599 commits

Author SHA1 Message Date
Joel Collins
3925ef8cfe Moved hardware config to a runtime config YAML file in home 2018-11-29 14:41:56 +00:00
Richard Bowman
0a23a6d026 Update README.md
I've fixed a typo with the virtual environment creation and added a line to suggest you install the binary dependencies for Pillow and numpy/scipy.  We might want to mention the set up for the pi camera too.
2018-11-27 17:15:48 +00:00
Joel Collins
7a58b4e95e Moved plugin mounting to a Microscope method 2018-11-23 17:51:13 +00:00
Joel Collins
8e953e1064 Added documentation for attaching plugins 2018-11-23 17:40:36 +00:00
Joel Collins
034a45e400 Updated docs to include plugins 2018-11-23 17:34:20 +00:00
Joel Collins
2ef6395be2 Added demonstration of test plugins 2018-11-23 17:14:03 +00:00
Joel Collins
c0828cee1e Added example/test plugin 2018-11-23 17:13:48 +00:00
Joel Collins
0f47d0dca7 Started building Microscope plugin system 2018-11-23 17:13:38 +00:00
Joel Collins
c87878a7dc Tidied up new config load/save. Fixes #6. 2018-11-23 12:17:27 +00:00
Joel Collins
c887f990b5 Split loading, saving, and applying camera config file 2018-11-23 12:14:10 +00:00
Joel Collins
b73a8f7ec5 Recursive creation of missing directories 2018-11-23 11:17:34 +00:00
Joel Collins
cf96fa0ad2 Better handling of capture path and temporary files 2018-11-22 21:31:21 +00:00
Joel Collins
afc75b809c Added TODO 2018-11-22 21:30:30 +00:00
Joel Collins
27bd45fd8e Fixed error in handling payload parameters 2018-11-21 12:26:19 +00:00
Joel Collins
53e5cfd01f Streamlined POST methods with get_from_payload() 2018-11-21 12:19:21 +00:00
Joel Collins
1dad25ee62 Store capture timestring in StreamObject metadata 2018-11-21 12:05:23 +00:00
Joel Collins
d3226731d6 Properly clean up temporary capture files at API exit 2018-11-21 10:45:45 +00:00
Joel Collins
dce59f3b88 Fixed new download redirect route 2018-11-21 09:51:04 +00:00
Joel Collins
fbe17cc10a Removed redundant doc heading 2018-11-20 23:25:14 +00:00
Joel Collins
d5084160f4 Remove openflexure_stage submodule 2018-11-20 23:22:41 +00:00
Joel Collins
52f4c734a5 Removed redundant requirements 2018-11-20 23:06:47 +00:00
Joel Collins
8f7264459f Get openflexure_stage from git (PyPI outdated) 2018-11-20 23:01:17 +00:00
Joel Collins
0b6a7d1c6c Include sphinx requirements 2018-11-20 22:50:27 +00:00
Joel Collins
d348db5529 Fixed borked requirements file 2018-11-20 22:40:37 +00:00
Joel Collins
8ea57a5f84 Readthedocs config 2018-11-20 22:38:07 +00:00
Joel Collins
f72b6bc379 Renamed doc to docs 2018-11-20 22:27:19 +00:00
Joel Collins
c5bba5d855 Merge branch 'method-views' into 'master'
Method views

See merge request openflexure/openflexure-microscope-software!1
2018-11-20 22:22:16 +00:00
Joel Collins
2b89bea407 Separated out download redirect route 2018-11-20 22:16:11 +00:00
Joel Collins
22665cde87 Minor tidy up 2018-11-20 19:17:47 +00:00
Joel Collins
838c832272 Minor cleaning 2018-11-20 19:04:23 +00:00
Joel Collins
c249e846dc Add .tmp to temporary capture files for clarity 2018-11-20 18:55:30 +00:00
Joel Collins
ea3ae9f898 Increased travel limit 2018-11-20 18:01:13 +00:00
Joel Collins
c2f30b56c3 Updated docs for new download method 2018-11-20 16:19:17 +00:00
Joel Collins
e98552a63d Downloading images now redirects to specify a filename 2018-11-20 16:14:28 +00:00
Joel Collins
44b72ed74f Reformatted capture buttons 2018-11-20 16:14:11 +00:00
Joel Collins
69e97ba5a3 Fixed non-clashing basename generation 2018-11-20 13:56:51 +00:00
Joel Collins
0e76ae673a Use flexboxes everywhere 2018-11-20 13:56:39 +00:00
Joel Collins
ede218ccc3 Implemented API delete method 2018-11-20 12:13:36 +00:00
Joel Collins
e3724ffefc JSONified all HTTP errors 2018-11-20 11:22:36 +00:00
Joel Collins
8490d028a5 Handle mock imports for non-platform-agnostic modules 2018-11-19 17:35:40 +00:00
Joel Collins
259ec4150f Minor restructure 2018-11-19 16:33:21 +00:00
Joel Collins
3b28f8c4ca Microscope now only attaches to hardware once an API request is made. 2018-11-19 16:31:38 +00:00
Joel Collins
ad5ec79305 Removed old API-only documentation 2018-11-16 15:47:20 +00:00
Joel Collins
ea10cf1ce9 Created initial general documentation 2018-11-16 15:46:19 +00:00
Joel Collins
dd7a3ff2e5 Removed pointless image_recent from microscope state 2018-11-16 12:04:54 +00:00
Joel Collins
9d46ac1ca5 Updated returned capture metadata 2018-11-16 10:21:24 +00:00
Joel Collins
07c5c0115d Updated TODO 2018-11-16 10:21:13 +00:00
jtc42
e8446ad66d Updated todo 2018-11-16 08:34:55 +00:00
jtc42
0914894f9c Renamed CaptureAPI views 2018-11-16 08:27:26 +00:00
jtc42
c6b99c3284 Started adding Sphinx stuff to docstrings 2018-11-15 22:47:55 +00:00