Store full microscope settings and state in capture metadata
This commit is contained in:
parent
b81cfaf9e7
commit
8ff95eef3a
1 changed files with 2 additions and 1 deletions
|
|
@ -132,7 +132,8 @@ class ListAPI(MicroscopeView):
|
|||
|
||||
metadata.update(
|
||||
{
|
||||
"position": self.microscope.state["stage"]["position"],
|
||||
"microscope_settings": self.microscope.read_config(),
|
||||
"microscope_state": self.microscope.state,
|
||||
"microscope_id": self.microscope.id,
|
||||
"microscope_name": self.microscope.name,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue