Skip to content
Snippets Groups Projects

[AGIPD][CORRECT][SPI] Fix missed param

Merged Egor Sobolev requested to merge fix/spi-missed-param into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -195,10 +195,11 @@
" min_scores=spi_hf_min_scores,\n",
" fixed_threshold=spi_hf_fixed_threshold,\n",
" hitrate_window_size=spi_hf_hitrate_window_size,\n",
" xgm_norm=spi_hf_xgm_norm,\n",
" miss_fraction=spi_hf_miss_fraction,\n",
" miss_fraction_base=spi_hf_miss_fraction_base,\n",
" )\n",
" hitfinder.find_hits(litpx_src)\n",
" hitfinder.find_hits(litpx_src, litfrm_src)\n",
"\n",
" # write hit-finder data in file\n",
" sources = {\n",
Loading