# SPECIFY path for each run in the merged dataset below using the template as shown below as example. Multiple entries of input.path are allowed and needed to merge all runs for a dataset
#input.path = r0516/000_rg081/task018/combine_experiments_t000/intermediates/*reintegrated*

input.path = <path to *reintegrated* for each run> 
input {
  reflections_suffix = .refl
  experiments_suffix = .expt
}
filter {
  algorithm = n_obs resolution *unit_cell
  unit_cell {
    value {
      relative_length_tolerance = 0.01
    }
  }
  outlier {
    min_corr = -1
  }
}
select {
  algorithm = panel cspad_sensor *significance_filter *isolation_forest
  significance_filter {
    min_ct = 200
    max_ct = 300
    sigma = 0.1
  }
  reflection_filter {
    do_diagnostics = True
  }
}
scaling {
  model = <SCALING_MODEL> 
  resolution_scalar = 0.96
}
merging {
  error {
    model = ha14 ev11 *mm24 errors_from_sample_residuals
  }
  d_min = <RESOLUTION>
}
output {
  prefix = <OUTPUT_PREFIX> 
  output_dir = <OUTPUTDIR> 
}
statistics {
  n_bins = 20
}

