Store stage position in metadata
This commit is contained in:
parent
c9c3e8fdfc
commit
51cd776700
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ class ListAPI(MicroscopeView):
|
|||
resize=resize,
|
||||
bayer=bayer)
|
||||
|
||||
metadata.update({'Position': self.microscope.state['stage']['position']})
|
||||
|
||||
output.put_metadata(metadata)
|
||||
output.put_tags(tags)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue