-
Notifications
You must be signed in to change notification settings - Fork 148
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
LHCb Open Data Release Vol2 #3457
Conversation
Did we run out of recIDs? |
Just ran into ones that were in the meantime taken by the CMS heavy ion release. Please use the new record ID interval starting from 28000. |
4b8a6e0
to
dbd0aca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MindaugasSarpis Thanks! As spoken IRL, this PR touches already-released data streams, so I'll leave it out from the PR.
One minor change is related to descriptions:
- old way (already released): "proton-proton (pp) collision data collected by the LHCb experiment in the year 2012 of Run1 of the LHC."
- new way (this PR): "Data from proton-proton (pp) collisions collected by the LHCb experiment in the year 2012 of Run1 of the LHC."
Which one do you prefer?
dbd0aca
to
bab5652
Compare
What I did:
sed -i -e 's/\s*\\n\s*/ /g' cernopendata/modules/fixtures/data/records/LHCb_201*json
sed -i -e 's/"release": " /"release": "/g' cernopendata/modules/fixtures/data/records/LHCb_201*json
sed -i -e 's/"description": "proton-proton (pp) collision data collected/"description": "Data from proton-proton (pp) collisions collected/g' cernopendata/modules/fixtures/data/records/LHCb_201*json
for file in $(find cernopendata/modules/fixtures/data/docs/lhcb-stripping/ -name "*.json"); do ./scripts/clean_json_file.py $file; done
for file in $(find cernopendata/modules/fixtures/data/records/ -name "LHCb*.json"); do ./scripts/clean_json_file.py $file; done |
bab5652
to
937c8a3
Compare
Amends already-published stripping line documentation to include information for all stripping version / stream / line combinations in view of releasing six more data streams from Run1. Co-authored-by: Tibor Šimko <[email protected]>
Adds six new LHCb open data streams from Run1 for the forthcoming release. Amends abstract descriptions of previously released Run1 data streams for consistency. Co-authored-by: Tibor Šimko <[email protected]>
937c8a3
to
91d5d5c
Compare
Added 6 more stripping streams across all stripping versions. Added documentation pages for all stripping version / stream / line combinations.