I’m very glad to join this community and I would like to get more information about the python module wradlib.clutter.classify_echo_fuzzy implemented in wradlib for echo-classification.
I have some doubts and I would be very grateful if someone could help me:
which kind of static clutter map should be used in input in wradlib.clutter.classify_echo_fuzzy? For example, it should be a matrix filled with integers representing ordinals of the elevations free from clutter in each bin(0 stands for first elevation free from clutter, 1 for second elevation…) or it should be filled with the first free elevation angle for each bin or something else?
Should nodata be masked or set to nan in each input field? Should bins affected from clutter in the static clutter map, for a given elevation, be masked or be set to nan too?
Thanks a lot for your patience and attention!
Chiara
Got it now, yes the cluttermap is part of the input moments. Essentially it is a 2d array (as the other moments) representing a number between 0 and 1 (0 no clutter, 1 clutter) for each bin. The map should be created from a certain sweep, and the moments should be measured at the same elevation.
I think I can’t answer your last question to the last extend. But if you want to make sure that no nodata bins accidentally end up in your evaluations then mask them. Another option would be to apply the nodata-mask to the output.