Store encoded LST in microscope system metadata
This commit is contained in:
parent
abff27fd47
commit
309b34810c
4 changed files with 43 additions and 14 deletions
|
|
@ -87,13 +87,7 @@ class CaptureAPI(MicroscopeView):
|
|||
)
|
||||
|
||||
# Inject system metadata
|
||||
system_metadata = {
|
||||
"microscope_settings": self.microscope.read_settings(),
|
||||
"microscope_state": self.microscope.state,
|
||||
"microscope_id": self.microscope.id,
|
||||
"microscope_name": self.microscope.name,
|
||||
}
|
||||
output.system_metadata.update(system_metadata)
|
||||
output.system_metadata.update(self.microscope.metadata)
|
||||
|
||||
# Insert custom metadata
|
||||
output.put_metadata(metadata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue