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
7088d78244
Merge branch 'gain-exposure-settings' into 'master'
...
Gain & exposure settings
See merge request openflexure/openflexure-microscope-server!8
2019-04-09 14:00:27 +00: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
Joel Collins
1003aebdc5
Shifted version to 0.2.0 alpha
2019-04-09 10:04:51 +01:00
Joel Collins
7f8d6653ef
Merge branch 'gain-exposure-controls' into 'master'
...
Added gain/exposure controls
See merge request openflexure/openflexure-microscope-jsclient!7
2019-04-09 06:29:18 +00:00
Richard Bowman
33f719894d
Fixed if statement for updating camera config.
2019-04-09 06:27:07 +00:00
Joel Collins
b34a27cca9
Merge branch 'fast-autofocus-in-scanning' into 'master'
...
Fast autofocus in scanning
See merge request openflexure/openflexure-microscope-jsclient!6
2019-04-09 06:14:32 +00:00
Joel Collins
49afbf3e8f
Merge branch 'fast-autofocus-in-scanning' into 'master'
...
Fast autofocus in scanning
See merge request openflexure/openflexure-microscope-server!7
2019-04-09 06:13:32 +00:00
Richard Bowman
e6649e41d8
Added gain/exposure controls
...
Also refactored settings pane slightly.
2019-04-08 22:44:51 +01: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
5e40af1b2f
Merge branch 'master' into fast-autofocus-in-scanning
...
Updating with new URL for autofocus
Some of the buttons have stopped working - this will make the clinet match changes in the server.
2019-04-08 20:07:41 +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
86c7260061
Added an option to do fast autofocus in scan mode
2019-04-08 16:21:19 +01:00
Joel Collins
d2899d5055
Added bug note
2019-04-08 16:20:00 +01:00
Joel Collins
118ccaab6c
Updated to new fast_autofocus URI
2019-04-08 16:19:05 +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
Joel Collins
1783602174
Merge branch 'fast-autofocus' into 'master'
...
Changed coarse autofocus button to run fast autofocus
See merge request openflexure/openflexure-microscope-jsclient!5
2019-04-08 07:02:54 +00:00
Joel Collins
deae5d117a
Merge branch 'fast-autofocus' into 'master'
...
Added fast autofocus to default plugins
See merge request openflexure/openflexure-microscope-server!6
2019-04-08 06:57:47 +00:00
Richard Bowman
3579fe32ea
Reinstated runAutofocus (deleted by accident)
2019-04-07 21:00:50 +01:00
Richard Bowman
ef3aeb0581
Added fast autofocus
2019-04-07 19:58:08 +01:00
Richard Bowman
2cc69ba1ea
Changed coarse autofocus button to run fast autofocus
2019-04-07 19:51:08 +01:00
Richard Bowman
bb8312835a
Auto-calibrate now correctly freezes settings
2019-04-04 17:04:38 +01:00
Joel Collins
6fc382393c
Fixed https://gitlab.com/openflexure/openflexure-microscope-installer/issues/2
2019-04-02 21:02:16 +01:00
Joel Collins
bff0db6463
Iterated to RC3
2019-04-01 10:36:34 +01:00
Joel Collins
6426030826
Iterated version number
2019-04-01 10:25:44 +01:00
Joel Collins
f30d48e59d
Added brief wait before z-stack captures
2019-03-29 17:32:57 +00:00
Joel Collins
4e1a35c47f
Added autofocus and scan-style options
2019-03-29 17:27:54 +00:00
Joel Collins
e851c00ba3
Made primary buttons pinker
2019-03-29 17:27:34 +00:00
Joel Collins
b5c0acb705
Improved scan argument parsing
2019-03-29 16:17:24 +00:00
Joel Collins
c5cbb22d7c
Functioning scan/stack pane
2019-03-29 16:17:06 +00:00
Joel Collins
d154f08a50
Convert timeout arguments from seconds to microseconds
2019-03-29 16:16:54 +00:00
Joel Collins
691817568a
Fixed hover cursor on capture preview
2019-03-29 15:26:43 +00:00
Joel Collins
48927cbb19
Scan folders now functional
2019-03-29 15:19:12 +00:00
Joel Collins
1414eb5224
Removed card padding
2019-03-28 17:40:31 +00:00
Joel Collins
5dd777c043
Default to normal capture in gallery
2019-03-28 17:36:50 +00:00
Joel Collins
980e64397d
Improved scan metadata
2019-03-28 17:34:50 +00:00
Joel Collins
4428e8906f
Basic scan grouping
2019-03-28 17:33:03 +00:00