-
Notifications
You must be signed in to change notification settings - Fork 4
Fix oba msids #115
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
Fix oba msids #115
Conversation
Try to do this without repeating code. Hint, with good surrounding comments you can hijack the
Then you just need to handle the oddball in the loop. |
Ok that works too. I wanted to avoid messing with the logic in the loop, but the result does look cleaner. |
msid_wide = '4OAVOBAT_WIDE' | ||
else: | ||
msid = 'OOBTHR' + msid_num | ||
msid_wide = msid + '_WIDE' |
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.
You can pull this line out of the else:
and remove line 371 above.
True, that eliminates another line, new commit to follow momentarily. |
623147e
to
f11fe1a
Compare
@matthewdahmer - I rebased this on the |
@taldcroft - Thank You! |
@matthewdahmer - there is a slight problem with the 4OAVOBAT patch, which is that this MSID occurs in the TEL2ENG data content, not OBC4ENG like the others. So I would suggest that you back out the changes in |
BTW, because I have rebased this onto the other branch, you need to get into your git repo and do something like:
Without moving the original branch out of the way there will be a merge conflict later when you try to push back up. |
That should do it. I should have noticed that I was using the wrong data content directory. 4OAVHRMT is not affected as the constituent HRMA zones were not switched to wide range. Please let me know if you have any comments or suggestions. |
OK thanks, looks good. |
1bb3bf9
to
71aa0e6
Compare
Relevant commits included (in squashed form) in #127. Closing. |
@taldcroft
@jeanconn
This update includes a fix for the 4OAVOBAT telescope msid which continues to show the narrow range version of this msid where it should be reporting the wide range version after the associated patch was uplinked. This update also includes a minor fix for the DP_OBA_AVE derived parameter.