"Skip adjustment of "+VegetationLMA.TVAO_NAMES[i]+". Use comma/space separated list of true/false, 1/0 or +/-.");
}
for(inti=0;i<terr_only_fits_disable.length;i++){
gd.addStringField("Skip "+VegetationLMA.TVAO_NAMES[i]+" in terrain-only",booleansToString(terr_only_fits_disable[i],2),40,
"Skip adjustment of "+VegetationLMA.TVAO_NAMES[i]+" in terrain-only mode. Use comma/space separated list of true/false, 1/0 or +/-.");
}
gd.addNumericField("Maximal warp",terr_max_warp,5,7,"pix","(1.8) Do not use scenes where distance between vegetation projection exceeds this.");
gd.addNumericField("Max elevation/offset",terr_max_elevation,0,3,"pix","Maximal offset to consider when looking for vegetation influence.");
gd.addNumericField("Max terrain elevation",terr_max_elev_terr,0,3,"pix","Maximal terrain offset to consider when looking for variable-elevation terrain.");
...
...
@@ -2259,6 +2267,7 @@ min_str_neib_fpn 0.35
gd.addMessage("Combining LMA results segments");
gd.addCheckbox("Crop result image",terr_crop,"Crop output image to the bounds of all segments.");