Joel Collins
5a22d0d308
Re-added timeout parameters (previous commit broke)
2019-05-24 16:47:04 +01:00
Joel Collins
3b9ef670fe
Improved flake8 results
2019-05-24 16:32:20 +01:00
Joel Collins
90a3a738af
Cleaned up camera locks
2019-05-23 14:25:57 +01:00
Joel Collins
8e35ef2b29
Added locked() method to check lock state
2019-05-23 14:25:26 +01:00
Joel Collins
e30956d761
Renamed video_resolution to stream_resolution
2019-05-20 10:55:43 +01:00
Joel Collins
8c3cd48f4d
Automatically move old config file to new config file
2019-05-20 10:24:50 +01:00
Joel Collins
b0e724a706
Fixed naming of default config placeholder
2019-05-20 10:14:55 +01:00
Joel Collins
9fc4dfc628
Moved microscoperc.yaml to microscope_settings.yaml
2019-05-20 10:09:01 +01:00
Joel Collins
1fe8ea18d8
Default capture resolution to MAX_RESOLUTION
2019-05-20 10:06:42 +01:00
Joel Collins
78882ab4c5
Removed debug print
2019-05-20 10:06:15 +01:00
Joel Collins
092181348b
Load capture objects from files. Remove YAML database.
2019-05-15 16:32:58 +01:00
Joel Collins
31c6c284ab
Fixed __init__ imports in stage module
2019-05-15 15:34:31 +01:00
Joel Collins
63c0492022
Added route to download logfile
2019-05-15 15:30:28 +01:00
Joel Collins
ff534e6a51
Initial support for SBv3 and MockStage
2019-05-15 13:25:04 +01:00
Joel Collins
727c3ee715
Removed old client from API root
2019-05-05 20:59:57 +01:00
Joel Collins
2108dea007
Defaut new images to write to file
2019-05-01 14:46:00 +01:00
Joel Collins
638e8245ad
Fixed merge conflict artefact
2019-04-26 18:34:49 +01:00
Joel Collins
fface9994e
Fixed merge conflicts and simplified new capture creation
2019-04-26 18:32:32 +01:00
Joel Collins
ea44bbefd2
Simplified creation of new capture objects
2019-04-26 18:26:27 +01:00
jtc42
b7a457fce1
Tidied up todos
2019-04-19 09:11:48 +01:00
jtc42
8a564bbdba
Fixed default video folder NoneType
2019-04-19 09:06:14 +01:00
jtc42
9b016a76b2
Removed redundant capture initialisation
2019-04-19 09:05:57 +01:00
jtc42
06a9aeeba5
Added route to list all routes
2019-04-18 12:41:32 +01:00
jtc42
10525c9c8e
Rewritten how file names are constructed and restored
2019-04-18 12:17:59 +01:00
Joel Collins
28561433a0
Malformed capture db no longer crashes server
2019-04-15 19:14:31 +01:00
Joel Collins
b7ee18d081
Better handling of GPU preview resizing
2019-04-14 11:31:48 +01:00
Joel Collins
793a3f0b63
Merge branch 'gain-exposure-settings' into 'master'
...
Fixed camera's read_config method
See merge request openflexure/openflexure-microscope-server!11
2019-04-14 09:04:03 +00:00
Joel Collins
941aadebfe
Merge branch 'temporary-scan-captures' into 'master'
...
Temporary scan captures
See merge request openflexure/openflexure-microscope-server!10
2019-04-14 09:00:21 +00:00
Joel Collins
62b70e5bae
clear_tmp now properly removes the tmp capture tree
2019-04-14 09:55:51 +01:00
Richard Bowman
bd5843cec7
Fixed camera's read_config method
...
read_config was only returning keys already present in the camera's config dictionary, which meant that if the camera settings were reset/deleted, it no longer read the settings from the picamera object. I've changed it to use CONFIG_KEYS instead, which I believe is the correct behaviour.
2019-04-11 16:45:30 +01:00
Joel Collins
7cf54240be
Temp capture folder now handled by camera
2019-04-11 07:13:32 +01:00
Joel Collins
a1965f606c
Removed redundant z-stack import
2019-04-09 15:12:31 +01:00
Joel Collins
e281b1ecc3
Removed a bit of logging vomit
2019-04-09 15:05:56 +01:00
Joel Collins
915958885b
Added temporary support to scans
2019-04-09 14:57:28 +01:00
Joel Collins
f9fb6dc721
Default to not temporary
2019-04-09 14:57:19 +01:00
Joel Collins
61f15d610f
Restructured how temporary paths are calculated
2019-04-09 14:52:08 +01:00
Richard Bowman
33f719894d
Fixed if statement for updating camera config.
2019-04-09 06:27:07 +00:00
Richard Bowman
e6ec800c21
Fixed camera settings
...
Since splitting the camera config into a separate YAML file, we've broken
the ability to change the camera's configuration via the API (or at any time
except when the camera is set up, I think). This (mostly) fixes that, though
I get type errors that I've had to work around (e.g. when setting
shutter_speed), see `pi.py`
2019-04-08 22:41:12 +01:00
Richard Bowman
e90eb7c2d4
deleted old autofocus plugin
2019-04-08 22:40:50 +01:00
Richard Bowman
7aea6291c7
Refactored fast autofocus
...
Tidied up the fast autofocus code, including moving the bulk of the
new code from the `scan` plugin into `autofocus` and updating it to
reflect the fact that the autofocus plugin now merges both old and
new functionality (i.e. fast_autofocus is no longer a separate
plugin). Also fixed a bug that caused it to overshoot on scans.
2019-04-08 19:56:29 +01:00
Richard Bowman
7e83d724b8
Added fast autofocus integrated with Z stacking in the scan code
2019-04-08 16:12:31 +01:00
Richard Bowman
1cf1e40c54
Added a lock to stop_preview for good measure
2019-04-08 14:06:14 +01:00
Richard Bowman
ec50d245ab
Added a lock to start_preview and caught errors
2019-04-08 14:05:29 +01:00
Joel Collins
24ded8de32
Restructured fast autofocus into main autofocus plugin
2019-04-08 15:09:36 +03:00
Joel Collins
edc5e7c241
Fixed malformed JSONIFY task responses
2019-04-08 08:10:57 +01:00
Joel Collins
10bafe1281
Replace missing configs with empty dictionary
2019-04-08 08:08:30 +01:00
Joel Collins
6e4e0fac54
Added fast_autofocus to defaults
2019-04-08 07:05:16 +00:00
Richard Bowman
ef3aeb0581
Added fast autofocus
2019-04-07 19:58:08 +01:00
Richard Bowman
bb8312835a
Auto-calibrate now correctly freezes settings
2019-04-04 17:04:38 +01:00
Joel Collins
f30d48e59d
Added brief wait before z-stack captures
2019-03-29 17:32:57 +00:00