Moved system metadata into 'system' key. Fixed reloading.
This commit is contained in:
parent
309b34810c
commit
37c514dacb
3 changed files with 10 additions and 7 deletions
|
|
@ -87,7 +87,7 @@ class CaptureAPI(MicroscopeView):
|
|||
)
|
||||
|
||||
# Inject system metadata
|
||||
output.system_metadata.update(self.microscope.metadata)
|
||||
output.put_metadata(self.microscope.metadata, system=True)
|
||||
|
||||
# Insert custom metadata
|
||||
output.put_metadata(metadata)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue