File size: 1,187 Bytes
f7a43ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "chord_bins_um": [
    [
      1,
      10
    ],
    [
      10,
      30
    ],
    [
      30,
      60
    ],
    [
      60,
      120
    ],
    [
      120,
      250
    ],
    [
      250,
      500
    ]
  ],
  "nucleation_detection": {
    "baseline_end_min": 5.0,
    "minimum_count_increase_per_s": 300.0,
    "minimum_fractional_count_increase": 0.25,
    "minimum_supersaturation_ratio": 1.02,
    "sustained_points": 5
  },
  "desupersaturation_ratio_threshold": 1.05,
  "classification_thresholds": {
    "agglomeration_percent": 18.0,
    "nucleation_index_percent": 100.0
  },
  "recommendation_rules": {
    "required_regime": "growth_dominant",
    "require_no_detected_nucleation": true,
    "maximum_agglomeration_index_percent": 12.0,
    "maximum_supersaturation_ratio": 1.4,
    "minimum_yield_percent": 60.0
  },
  "qc_thresholds": {
    "maximum_ATR_absorbance_RMSE_AU": 0.002,
    "maximum_solubility_RMSE_g_L": 0.7,
    "maximum_FBRM_solids_RMSE_g_L": 2.5,
    "maximum_ATR_HPLC_endpoint_difference_g_L": 2.0,
    "minimum_mass_closure_percent": 94.0,
    "maximum_mass_closure_percent": 106.0
  }
}