1.0.0-rc.66

This commit is contained in:
2025-07-18 11:42:39 +02:00
parent d42c606e5d
commit 51cbef4c84
170 changed files with 805 additions and 277 deletions

View File

@@ -12,6 +12,7 @@ Name | Type | Description | Notes
**fft_high_resolution_a** | **float** | Highest resolution of spots used for FFT algorithm; parameter value affects execution time of FFT. There is also correlation between smallest unit cell and max resolution, which need to be checked for very small systems. | [default to 2.0]
**fft_num_vectors** | **int** | Number of search directions for the FFT algorithm; parameter value affects execution time of FFT. | [default to 16384]
**tolerance** | **float** | Acceptance tolerance for spots after the indexing run - the larger the number, the more spots will be accepted |
**thread_count** | **int** | Thread count for indexing algorithm |
## Example