Further enhacements

This commit is contained in:
2024-04-29 14:13:35 +02:00
parent 870d0c4e43
commit 64dbd2291e
65 changed files with 808 additions and 850 deletions
+3 -2
View File
@@ -38,8 +38,9 @@ std::vector<IndexingResult> IndexerWrapper::Run(const std::vector<Coord> &coord,
// Get best cell
auto id = fast_feedback::refine::best_cell(indexer.oScoreV());
bool indexed = fast_feedback::refine::is_viable_cell(indexer.oCell(id), indexer.Spots(),
indexing_threshold, viable_cell_min_spots);
bool indexed = fast_feedback::refine::is_viable_cell(indexer.oCell(id), indexer.Spots(),
indexing_threshold, viable_cell_min_spots,
false);
// Check if result is viable
if (indexed) {