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

question #7

Open
vecoveco opened this issue Mar 15, 2019 · 2 comments
Open

question #7

vecoveco opened this issue Mar 15, 2019 · 2 comments

Comments

@vecoveco
Copy link

can this library be used with x band... like the bonn radar. thank you!

@vlouf
Copy link
Owner

vlouf commented Mar 17, 2019

The problem is to convert X-band reflectivity to Ku band. Currently only S and C-band radars reflectivity conversion is implemented.
In core.py the class Radar is called for the reflectivity conversion (line 106), but the conversion is made in the utils/reflectivity_conversion.py (l. 134)
If you have the radar conversion formula for X to Ku band then it can easily be added to reflectivity_conversion.py and I'll be happy to help you with that.

@vlouf
Copy link
Owner

vlouf commented Mar 18, 2019

I've changed things in matchproj so that it is compatible with S, C, and X band ground radars. Note that I haven't implemented any true reflectivity conversion formula, it is still to be added to reflectivity_conversion.py but at least now matchproj won't return an error if it's something else than S or C band.

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

No branches or pull requests

2 participants