Commit a095795c authored by Andrey Filippov's avatar Andrey Filippov

minor cleanup

parent 96ea490a
......@@ -91,11 +91,6 @@ public class Interscene {
final int threadsMax, // int threadsMax,
final boolean updateStatus,
final int debugLevel) {
// int num_scene_retries = 10;
// int retry_radius = 2;
// double scale_extrap_atr = clt_parameters.imp.scale_extrap_atr;
// double scale_extrap_xyz = clt_parameters.imp.scale_extrap_xyz;
// int avg_len = clt_parameters.imp.avg_len;
double maximal_series_rms = 0.0;
double min_ref_str = clt_parameters.imp.min_ref_str;
double min_ref_frac= clt_parameters.imp.min_ref_frac;
......@@ -118,10 +113,8 @@ public class Interscene {
}
double [] lma_rms = new double[2];
// double [] use_atr = null;
int tilesX = quadCLTs[ref_index].getTileProcessor().getTilesX();
// int tilesY = quadCLTs[ref_index].getTileProcessor().getTilesY();
int tile_size = quadCLTs[ref_index].getTileProcessor().getTileSize();
double min_offset = 0.0; // clt_parameters.imp.min_offset;
double max_offset = clt_parameters.imp.max_rel_offset * tilesX * tile_size;
......@@ -238,9 +231,6 @@ public class Interscene {
initial_pose[1].clone()
};
// Refine with LMA
// boolean rot_to_transl = after_spiral && clt_parameters.ilp.ilma_translation_priority;
// double [] reg_weights = rot_to_transl? clt_parameters.ilp.ilma_regularization_weights0 : clt_parameters.ilp.ilma_regularization_weights;
double [] reg_weights = clt_parameters.ilp.ilma_regularization_weights;
min_max[1] = max_offset;
//boost_zoom_short
......@@ -308,7 +298,6 @@ public class Interscene {
// FAIL_REASON_ROLL
handle_failure: {
if (!adjust_OK) {
// boolean OK = false;
System.out.println("LMA failed at nscene = "+scene_index+". Reason = "+fail_reason[0]+
" ("+getFailReason(fail_reason[0])+")");
if ((fail_reason[0]==FAIL_REASON_MIN) || ((fail_reason[0]==FAIL_REASON_LMA) && !got_spiral)) {
......
......@@ -4556,14 +4556,6 @@ public class OpticalFlow {
final boolean updateStatus,
final int debugLevel) throws Exception
{
/*
if (clt_parameters.imp.ims_use && (Eyesis_Correction.EVENT_LOGGER == null)) {
System.out.println("Preparing IMS data as it is needed but does not exist");
String imx_logs = Eyesis_Correction.CORRECTION_PARAMETERS.getImsSourceDirectory(); // sourceImsDirectory;
Eyesis_Correction.EVENT_LOGGER = new EventLogger (imx_logs);
}
EventLogger eventLogger = Eyesis_Correction.EVENT_LOGGER;
*/
int earliest_scene = 0; // increase on failure
boolean build_ref_dsi = clt_parameters.imp.force_ref_dsi;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment