Move back to MagFactor instead of starMagOnl for pre 2012 data (issue #185)#216
Merged
plexoos merged 5 commits intostar-bnl:mainfrom Dec 1, 2021
Merged
Move back to MagFactor instead of starMagOnl for pre 2012 data (issue #185)#216plexoos merged 5 commits intostar-bnl:mainfrom
plexoos merged 5 commits intostar-bnl:mainfrom
Conversation
…MagAvg), due to missing run numbers used for RunLog/onl DB. Use fixed scale to 4500 kA for starMagOnl
Contributor
Contributor
|
Yes, unfortunately, RunLog/onl/starMagOnl table is hardcoded to require
runNumber - it is one of those rare exceptions of our "beginTime only"
rules. It is nearly impossible to guarantee that all run numbers are
properly enabled, therefore roll-back to ScaleFactor (does not use
runNumber) is a better option.
…-Dmitry
On Mon, Nov 29, 2021 at 4:12 PM Gene Van Buren ***@***.***> wrote:
@dmarkh <https://github.com/dmarkh> indicated in the conversation of #185
<#185> that he modified
starMagOnl to resolve this issue. Should I interpret this code change
proposal as an indication that Dmitry's modification did not resolve all
issues?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#216 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHWGXQH7V3Q5X45CUXNZORDUOPUCXANCNFSM5JACGHSQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
plexoos
approved these changes
Nov 30, 2021
Contributor
|
@plexoos , we'll need an SL21d_1 tag to include this patch if and when this PR is ready for merging. Thanks in advance. |
plexoos
added a commit
that referenced
this pull request
Dec 15, 2021
…185) (#216) * Create README.md * Update README.md * Move back to use MagFactor for data obtained before 2012 (before starMagAvg), due to missing run numbers used for RunLog/onl DB. Use fixed scale to 4500 kA for starMagOnl * Delete README.md Co-authored-by: Dmitri Smirnov <dmixsmi@gmail.com> (cherry picked from commit 7045ee0)
plexoos
added a commit
that referenced
this pull request
Dec 27, 2021
* Move back to MagFactor instead of starMagOnl for pre 2012 data (issue #185) (#216) * Create README.md * Update README.md * Move back to use MagFactor for data obtained before 2012 (before starMagAvg), due to missing run numbers used for RunLog/onl DB. Use fixed scale to 4500 kA for starMagOnl * Delete README.md Co-authored-by: Dmitri Smirnov <dmixsmi@gmail.com> (cherry picked from commit 7045ee0) * Update CHANGELOG for SL21d branch Co-authored-by: Yuri Fisyak <fisyak@bnl.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #185
Move back to use MagFactor instead starMagOnl for data obtained before 2012 (before starMagAvg),
due to missing run numbers used for search in RunLog/onl DB.
Use fixed scale to 4500 kA for starMagOnl.