EsriOceans / btm

Benthic Terrain Modeler
http://resources.arcgis.com/en/communities/oceans/
Mozilla Public License 2.0
27 stars 7 forks source link

VRM even window sizes #84

Closed scw closed 8 years ago

scw commented 9 years ago

From the NbrRectangle docs:

If the input number of cells is even, the x,y coordinates are computed using truncation.

It'd be helpful to report this, and show a warning on entering even window sizes so that the results aren't misleading (really stepping up or down on the window size).

scw commented 8 years ago

To implement this, we should use the updateMessages method of the VRM class in btm.pyt.

scw commented 8 years ago

Fixed by @noahslocum with https://github.com/EsriOceans/btm/commit/182a5129b2eb7d2b3317205d1533d1cb7bb3a1b7 which was cherry-picked from the branch. Thanks!