-
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
Load data summary #7
Comments
All that is needed to create a model is a valid spec (c.f. For further reference, the
|
Oh, I made an error in Situation 2 and 3. The input should be a Json type. I have modified them |
If we initialize workspace in the way like situation 2 and 3 (we don't have a patchset.json in these situations), can we get data by |
The patchset just gives the signal contribution to the statistical model. The data (observations + auxiliary data) are not part of the model and so This is maybe made a bit more clear by just looking at the source for
I think this is fine. 👍 There are other ways to make models, but for what we're doing this covers all the cases we care about. |
Currently, I want to make a summary of loading data. This is important to complete an automatic process.
Situation 1: background + signal (BkgOnly.json + patchset.json)
e.g. BkgOnly.json + patchset.json
Situation 2: workspace.json
e.g. HVTWZ_3500.json
Situation 3: BkgOnly.json
If there is any problem over the examples I wrote or any situations I ignored, feel free to add notes here. Thank you!
The text was updated successfully, but these errors were encountered: