You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
can this library be used with x band... like the bonn radar. thank you!
The text was updated successfully, but these errors were encountered: