gd.addNumericField("Terrain-only iterations",terr_only_series,0,3,"","Last LMA series in terrain-only mode, -1 - to last available in the sequence below.");
gd.addStringField("Maximal iterations",intsToString(terr_only_num_iters),40,"Maximal number of LMA iterations per series, 1 or several values.");
/// if (properties.getProperty(prefix+"terr_only_special")!= null) terr_only_special=Boolean.parseBoolean(properties.getProperty(prefix+"terr_only_special"));
/// if (properties.getProperty(prefix+"terr_only_pix")!= null) terr_only_pix=Boolean.parseBoolean(properties.getProperty(prefix+"terr_only_pix"));
booleanterr_only_special=clt_parameters.imp.terr_only_special;// true; // special sequences for terrain-only tiles
booleanterr_only_pix=clt_parameters.imp.terr_only_pix;// true; // force per-pixel terrain elevation in terrain-only mode, overwrite fits_disable[TVAO_TERR_ELEV_PIX]
/// boolean terr_only_special = clt_parameters.imp.terr_only_special; // true; // special sequences for terrain-only tiles
/// boolean terr_only_pix = clt_parameters.imp.terr_only_pix; // true; // force per-pixel terrain elevation in terrain-only mode, overwrite fits_disable[TVAO_TERR_ELEV_PIX]
intterr_only_series=clt_parameters.imp.terr_only_series;// -1; // similar to terr_last_series but for terrain-only mode (<0 - length of terr_only_num_iters)
int[]terr_only_num_iters=clt_parameters.imp.terr_only_num_iters;// {25}; // number of iterations
@@ -2143,7 +2143,8 @@ public class VegetationModel {
fit_elevations,// final boolean adjust_elevations,
fit_terr_elev,// final boolean fit_terr_elev,
fit_terr_elev_pix,// final boolean fit_terr_elev_pix,
thisOrLast(step_restore,fits_disable),// fits_disables[0], // final boolean [] fit_disable,
thisOrLast(step_restore,fits_disable),// fits_disables[0], // final boolean [] fit_disable,
thisOrLast(step_restore,fits_disable_terronly),// final boolean [] fits_disable_terronly,
reg_weights,// final double reg_weights, // fraction of the total weight used for regularization
alpha_loss,// final double alpha_loss, // alpha quadratic growing loss for when out of [0,1] range
alpha_loss_lin,// final double alpha_loss_lin, // alpha linear growing loss for when out of [0,1] range and below minimal vegetation alpha
...
...
@@ -2190,8 +2191,8 @@ public class VegetationModel {
ttop_rel_rad,// final double ttop_rel_rad, // 0.25; // Relative (to the top height) sample ring radius
ttop_frac,// final double ttop_frac, // 0.5; // Minimal fraction of the ring pixels below sample level
ttop_rem_rad,// final double ttop_rem_rad, // 0.25; // Relative (to the top height) remove transparency radius
terr_only_special,// final boolean terr_only_special,//true; // special sequences for terrain-only tiles
terr_only_pix,// final boolean terr_only_pix, //true; // force per-pixel terrain elevation in terrain-only mode, overwrite fits_disable[TVAO_TERR_ELEV_PIX]
/// terr_only_special,// final boolean terr_only_special,//true; // special sequences for terrain-only tiles
/// terr_only_pix, // final boolean terr_only_pix, //true; // force per-pixel terrain elevation in terrain-only mode, overwrite fits_disable[TVAO_TERR_ELEV_PIX]
boost_parallax,// final double boost_parallax, // increase weight of scene with maximal parallax relative to the reference scene
max_parallax,//final double max_parallax, // do not consider maximal parallax above this (consider it a glitch)
debugLevel,// final int debugLevel);
...
...
@@ -2204,7 +2205,7 @@ public class VegetationModel {