nmr-processing 22.19.2 → 22.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1396,7 +1396,7 @@ export declare interface OptionsSignalsToXY extends Partial<Simulate1DOptions> {
1396
1396
  maxValue?: number;
1397
1397
  /**
1398
1398
  * Maximum number of atoms on each cluster that can be considered to be simulated together. It affects the the quality and speed of the simulation.
1399
- * @default 8
1399
+ * @default 9
1400
1400
  */
1401
1401
  maxClusterSize?: number;
1402
1402
  }
@@ -2405,7 +2405,7 @@ declare interface SimulateXYPeaksOptions {
2405
2405
  lineWidth?: number;
2406
2406
  /**
2407
2407
  * Maximum number of atoms on each cluster that can be considered to be simulated together. It affects the the quality and speed of the simulation.
2408
- * @default 8
2408
+ * @default 9
2409
2409
  */
2410
2410
  maxClusterSize?: number;
2411
2411
  }
@@ -2519,7 +2519,7 @@ export declare interface SplitSpinSystemOptions {
2519
2519
  */
2520
2520
  frequency?: number;
2521
2521
  /**
2522
- * @default 8
2522
+ * @default 9
2523
2523
  */
2524
2524
  maxClusterSize?: number;
2525
2525
  }