Dist_beam or constant ROI

Hi,

I currently am working on a project involving 5 different radars and plotting them to a grid via grid_from_radars. This past week I have been trying to decide of whether using the dist_beam function or a constant ROI value for the weighting aspect of my grids to work along with Barnes2. I am mainly wondering if there is additional information on the dist_beam function and how exactly it works to support my decision between that and a constant ROI.

Thanks,

Josh

Hi @Joshwx , there is some more info in the docs here:

But essentially the dist roi functions account for beam spacing as the beam goes out so the radius increases to captures gates due to beam spread. There are other parameters like bsp h factor etc you can provide for height scaling, virtual beam width etc. In terms of which would be best, dist beam might work best because as the beam goes out you would want a larger ROI to capture data points/neighbors, a constant ROI wont do that at further distances. Trapp and Doswell discuss this:

https://journals.ametsoc.org/view/journals/atot/17/2/1520-0426_2000_017_0105_rdoa_2_0_co_2.xml

Okay, thank you so much for some guidance!

-Josh