-
Notifications
You must be signed in to change notification settings - Fork 63
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
add delta_wfe_around_time function #826
add delta_wfe_around_time function #826
Conversation
Hello @mperrin, Thank you for updating !
Comment last updated at 2024-04-02 00:20:09 UTC |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #826 +/- ##
===========================================
+ Coverage 59.23% 59.87% +0.64%
===========================================
Files 16 16
Lines 6839 6859 +20
===========================================
+ Hits 4051 4107 +56
+ Misses 2788 2752 -36 ☔ View full report in Codecov by Sentry. |
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.
This is great, thanks!
@obi-wan76 This is the function I mentioned briefly in slack. Written a while ago but I hadn't yet had a chance to PR it.
Given any date (or date and time, in the usual string format), this returns the delta OPD between the two measurements around that time. This should make it relatively easy to make plots of the drifts corresponding to the times when you think you detect strain sensor steps.