-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fk transform #105
Fk transform #105
Conversation
Explicit parameters instead of kwargs, uses dim name instead of explicit axis values
Codecov Report
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
+ Coverage 96.69% 96.71% +0.01%
==========================================
Files 50 50
Lines 3089 3102 +13
==========================================
+ Hits 2987 3000 +13
Misses 102 102
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hey @SeunghooKim, Thanks for revisiting this. There are a few small points we probably need to get nailed down here before merging. I don't have a lot of experience with f-k analysis, so maybe @eileenrmartin, @aaronjgirard, or @jinwar can weigh in. We may even want to spend some time on the design of this transform (and its inverse) in our next developer meeting.
There is an xarray package called xrft which might be a useful reference. |
Hey @SeunghooKim, sorry for sitting on this soooooo long. It turns out the implementation was quite a bit more complicated than we anticipated when placing this item on the sprint board back in December. We had to account for proper scaling, frequency shifting, unit transformations, and making the transform reversible (which has complexities related to going from absolute time, in datetime, to frequency, then back to absolute time). Anyway, I finally found some time to tackle this in #192. I would love to get your feedback, both on the new notes section of the documentation and the method interfaces. We can always change the master branch before a release is made if you have suggestions on how to improve it. Thanks again for your efforts though, and sorry for setting you up with such a complicated task on this one. |
Description
Checklist
I have (if applicable):