Skip to content
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

Streamlining seasonal averaging #165

Closed
aburrell opened this issue Feb 21, 2019 · 2 comments
Closed

Streamlining seasonal averaging #165

aburrell opened this issue Feb 21, 2019 · 2 comments

Comments

@aburrell
Copy link
Member

No description provided.

@aburrell
Copy link
Member Author

The seasonal binning and averaging is not very flexible. Currently, there are 1D and 2D binning functions that only allow medians to be calculated. I think the best way to improve this is to write an ND median/ave/other stat function. The statistical function could be provided as an input, allowing people to do clever things like find the moments from a Gaussian fit the the data in the desired bin. Then all the stat functions could go into utils.stats, and the seasonal binning part would live in ssnl. And if we do ND, then we won't have to keep re-writting things when we eventually want 3D or 4D binning.

@jklenzing
Copy link
Member

Migrating to pysat/pysatSeasons#5 and closing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants