diff --git a/rugnux/rugnux_cli.cpp b/rugnux/rugnux_cli.cpp index 152ae0d5..84de6822 100644 --- a/rugnux/rugnux_cli.cpp +++ b/rugnux/rugnux_cli.cpp @@ -526,7 +526,7 @@ static int RunRugnux(int argc, char **argv) { float sigma_spot_finding = 3.0; int64_t photon_count_threshold_spot_finding = 10; std::optional min_pix_per_spot; // unset -> adaptive per image; a value -> fixed min-pix - std::optional adaptive_spots; // unset -> per-workflow default (stills on, rotation off) + std::optional adaptive_spots; // unset -> on, for both workflows float false_pixels_per_frame = 100.0f; std::string ref_mtz; std::string ref_column;