You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bls337 In case it is useful for implementing the feature where acquisition settings save alongside the image data. I have written toJSON and fromJSON functions demonstrating how this can be done with the mmcorej.json library. These could be useful templates for implementing something similar.
The Java acquistion engine accepts an optional parameter for adding custom fields to summary metadata, so once it is in the form of mmcorej.json it should be relatively easy to tie in.
The text was updated successfully, but these errors were encountered:
@bls337 In case it is useful for implementing the feature where acquisition settings save alongside the image data. I have written
toJSON
andfromJSON
functions demonstrating how this can be done with themmcorej.json
library. These could be useful templates for implementing something similar.The Java acquistion engine accepts an optional parameter for adding custom fields to summary metadata, so once it is in the form of
mmcorej.json
it should be relatively easy to tie in.The text was updated successfully, but these errors were encountered: