-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functionality to write ORSO dataset from combination of several runs #87
Comments
Let's start with putting multiple non-stitched angles measured on the same sample into one ORSO file
|
There is actually an explanation for how to encode metadata:
And note the example below this block that shows how multiple input files might be combined. |
Thanks, I should read the links I post. In addition, there should be in the main header a short section that lists all the multiple measurements present in the dataset. Currently the main header has: Since these are then overwritten by the specific metadata above each dataset the main header should contain a list of identifiers of all the files present in the file. |
Currently the Orso provider looks for the
NormalizedIofQ
from the workflow and produces an ORSO dataset from that.But often we want to put several curves in one ORSO file, either stitched curves or individual curves stacked in the ORSO file.
Some things are not clear and will have to be figured out:
It's possible that we will have to do a simple version for now and revisit this when we know more.
The text was updated successfully, but these errors were encountered: