2404 indexing enable

This commit is contained in:
2024-04-11 09:25:48 +02:00
parent f2be4c677d
commit 82a2d9a7bf
13 changed files with 73 additions and 14 deletions
@@ -4,7 +4,14 @@
/* eslint-disable */
export type spot_finding_settings = {
/**
* Enable spot finding
*/
enable: boolean;
/**
* Enable indexing
*/
indexing: boolean;
signal_to_noise_threshold: number;
photon_count_threshold: number;
min_pix_per_spot: number;