Hi Kristen,
Thank you for asking this question. Here are some answers to those questions:
Barnes vs. Barnes2 Weighting
The default "Barnes2" scheme utilizes the Pauley and Wu (1990) single pass weighting. Within the paper, they compare a single-pass with a double-pass method, with the double pass performing better, but for simplicity and computational efficiency, the current method Py-ART uses a single pass.
A discussion about the different weight issues was brought up in a previous issue
(Issue #753) where the weighting function was changed from weight = exp(-(dist2) / (2*roi2)) + 1e-5 to weight = exp(-(dist2) / (0.25*roi2)) + 1e-5 to reflect the recommendations from Pauley and Wu (1990)
Barnes2 ROI
If you pass a constant ROI, it will pass that to the previous equation where roi2 is the square of that ROI. (See the constant ROI parameter in
map_to_grid)
I hope this helps. We have a development meeting this afternoon at 3 PM Central if you are interested in stopping by with more questions (
meeting information located here)
Thanks,
Max Grover