nmr-processing 14.0.1 → 14.0.3

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.
@@ -18,7 +18,6 @@ import { NmrData1D } from 'cheminfo-types';
18
18
  import { NmrData2D } from 'cheminfo-types';
19
19
  import { NmrData2DContent } from 'cheminfo-types';
20
20
  import { NmrData2DFt } from 'cheminfo-types';
21
- import { Nuclei } from 'gyromagnetic-ratio';
22
21
  import { NumberArray } from 'cheminfo-types';
23
22
  import { OCLMolecule } from 'cheminfo-types';
24
23
  import { OptimizePeaksOptions } from 'ml-gsd';
@@ -814,7 +813,7 @@ export declare function getFrequency(
814
813
  /**
815
814
  * nucleus to calculate the frequency
816
815
  */
817
- nucleus: Nucleus_2, observedNucleusData: ObjervedNucleusData): number;
816
+ nucleus: string, observedNucleusData: ObservedNucleusData): number;
818
817
 
819
818
  declare interface GetKernelOptions {
820
819
  sigma?: number;
@@ -850,1512 +849,6 @@ export declare function getShiftX(spectrum: Entry1D): number;
850
849
 
851
850
  export declare const impurities: SolventImpurities;
852
851
 
853
- declare const impuritiesContent: {
854
- cdcl3: {
855
- tms: {
856
- proton: string;
857
- coupling: number;
858
- multiplicity: string;
859
- shift: number;
860
- }[];
861
- solvent: {
862
- proton: string;
863
- coupling: number;
864
- multiplicity: string;
865
- shift: number;
866
- }[];
867
- h2o: {
868
- proton: string;
869
- coupling: number;
870
- multiplicity: string;
871
- shift: number;
872
- }[];
873
- acetic_acid: {
874
- proton: string;
875
- coupling: number;
876
- multiplicity: string;
877
- shift: number;
878
- }[];
879
- acetone: {
880
- proton: string;
881
- coupling: number;
882
- multiplicity: string;
883
- shift: number;
884
- }[];
885
- acetonitrile: {
886
- proton: string;
887
- coupling: number;
888
- multiplicity: string;
889
- shift: number;
890
- }[];
891
- benzene: {
892
- proton: string;
893
- coupling: number;
894
- multiplicity: string;
895
- shift: number;
896
- }[];
897
- 'tert-butyl_alcohol': {
898
- proton: string;
899
- coupling: number;
900
- multiplicity: string;
901
- shift: number;
902
- }[];
903
- 'tert-butyl_methyl_ether': {
904
- proton: string;
905
- coupling: number;
906
- multiplicity: string;
907
- shift: number;
908
- }[];
909
- bhtb: {
910
- proton: string;
911
- coupling: number;
912
- multiplicity: string;
913
- shift: number;
914
- }[];
915
- chloroform: {
916
- proton: string;
917
- coupling: number;
918
- multiplicity: string;
919
- shift: number;
920
- }[];
921
- cyclohexane: {
922
- proton: string;
923
- coupling: number;
924
- multiplicity: string;
925
- shift: number;
926
- }[];
927
- '1,2-dichloroethane': {
928
- proton: string;
929
- coupling: number;
930
- multiplicity: string;
931
- shift: number;
932
- }[];
933
- dichloromethane: {
934
- proton: string;
935
- coupling: number;
936
- multiplicity: string;
937
- shift: number;
938
- }[];
939
- diethyl_ether: {
940
- proton: string;
941
- coupling: number;
942
- multiplicity: string;
943
- shift: number;
944
- }[];
945
- diglyme: {
946
- proton: string;
947
- coupling: number;
948
- multiplicity: string;
949
- shift: number;
950
- }[];
951
- '1,2-dimethoxyethane': {
952
- proton: string;
953
- coupling: number;
954
- multiplicity: string;
955
- shift: number;
956
- }[];
957
- dimethylacetamide: {
958
- proton: string;
959
- coupling: number;
960
- multiplicity: string;
961
- shift: number;
962
- }[];
963
- dimethylformamide: {
964
- proton: string;
965
- coupling: number;
966
- multiplicity: string;
967
- shift: number;
968
- }[];
969
- dimethyl_sulfoxide: {
970
- proton: string;
971
- coupling: number;
972
- multiplicity: string;
973
- shift: number;
974
- }[];
975
- dioxane: {
976
- proton: string;
977
- coupling: number;
978
- multiplicity: string;
979
- shift: number;
980
- }[];
981
- ethanol: {
982
- proton: string;
983
- coupling: number;
984
- multiplicity: string;
985
- shift: number;
986
- }[];
987
- ethyl_acetate: {
988
- proton: string;
989
- coupling: number;
990
- multiplicity: string;
991
- shift: number;
992
- }[];
993
- ethyl_methyl_ketone: {
994
- proton: string;
995
- coupling: number;
996
- multiplicity: string;
997
- shift: number;
998
- }[];
999
- ethylene_glycol: {
1000
- proton: string;
1001
- coupling: number;
1002
- multiplicity: string;
1003
- shift: number;
1004
- }[];
1005
- 'grease^f': {
1006
- proton: string;
1007
- coupling: number;
1008
- multiplicity: string;
1009
- shift: number;
1010
- }[];
1011
- 'n-hexane': {
1012
- proton: string;
1013
- coupling: number;
1014
- multiplicity: string;
1015
- shift: number;
1016
- }[];
1017
- hmpag: {
1018
- proton: string;
1019
- coupling: number;
1020
- multiplicity: string;
1021
- shift: number;
1022
- }[];
1023
- methanol: {
1024
- proton: string;
1025
- coupling: number;
1026
- multiplicity: string;
1027
- shift: number;
1028
- }[];
1029
- nitromethane: {
1030
- proton: string;
1031
- coupling: number;
1032
- multiplicity: string;
1033
- shift: number;
1034
- }[];
1035
- 'n-pentane': {
1036
- proton: string;
1037
- coupling: number;
1038
- multiplicity: string;
1039
- shift: number;
1040
- }[];
1041
- '2-propanol': {
1042
- proton: string;
1043
- coupling: number;
1044
- multiplicity: string;
1045
- shift: number;
1046
- }[];
1047
- pyridine: {
1048
- proton: string;
1049
- coupling: number;
1050
- multiplicity: string;
1051
- shift: number;
1052
- }[];
1053
- silicone_greasei: {
1054
- proton: string;
1055
- coupling: number;
1056
- multiplicity: string;
1057
- shift: number;
1058
- }[];
1059
- tetrahydrofuran: {
1060
- proton: string;
1061
- coupling: number;
1062
- multiplicity: string;
1063
- shift: number;
1064
- }[];
1065
- toluene: {
1066
- proton: string;
1067
- coupling: number;
1068
- multiplicity: string;
1069
- shift: number;
1070
- }[];
1071
- triethylamine: {
1072
- proton: string;
1073
- coupling: number;
1074
- multiplicity: string;
1075
- shift: number;
1076
- }[];
1077
- };
1078
- '(cd3)2co': {
1079
- tms: {
1080
- proton: string;
1081
- coupling: number;
1082
- multiplicity: string;
1083
- shift: number;
1084
- }[];
1085
- solvent: {
1086
- proton: string;
1087
- coupling: number;
1088
- multiplicity: string;
1089
- shift: number;
1090
- }[];
1091
- h2o: {
1092
- proton: string;
1093
- coupling: number;
1094
- multiplicity: string;
1095
- shift: number;
1096
- }[];
1097
- acetic_acid: {
1098
- proton: string;
1099
- coupling: number;
1100
- multiplicity: string;
1101
- shift: number;
1102
- }[];
1103
- acetone: {
1104
- proton: string;
1105
- coupling: number;
1106
- multiplicity: string;
1107
- shift: number;
1108
- }[];
1109
- acetonitrile: {
1110
- proton: string;
1111
- coupling: number;
1112
- multiplicity: string;
1113
- shift: number;
1114
- }[];
1115
- benzene: {
1116
- proton: string;
1117
- coupling: number;
1118
- multiplicity: string;
1119
- shift: number;
1120
- }[];
1121
- 'tert-butyl_alcohol': {
1122
- proton: string;
1123
- coupling: number;
1124
- multiplicity: string;
1125
- shift: number;
1126
- }[];
1127
- 'tert-butyl_methyl_ether': {
1128
- proton: string;
1129
- coupling: number;
1130
- multiplicity: string;
1131
- shift: number;
1132
- }[];
1133
- bhtb: {
1134
- proton: string;
1135
- coupling: number;
1136
- multiplicity: string;
1137
- shift: number;
1138
- }[];
1139
- chloroform: {
1140
- proton: string;
1141
- coupling: number;
1142
- multiplicity: string;
1143
- shift: number;
1144
- }[];
1145
- cyclohexane: {
1146
- proton: string;
1147
- coupling: number;
1148
- multiplicity: string;
1149
- shift: number;
1150
- }[];
1151
- '1,2-dichloroethane': {
1152
- proton: string;
1153
- coupling: number;
1154
- multiplicity: string;
1155
- shift: number;
1156
- }[];
1157
- dichloromethane: {
1158
- proton: string;
1159
- coupling: number;
1160
- multiplicity: string;
1161
- shift: number;
1162
- }[];
1163
- diethyl_ether: {
1164
- proton: string;
1165
- coupling: number;
1166
- multiplicity: string;
1167
- shift: number;
1168
- }[];
1169
- diglyme: {
1170
- proton: string;
1171
- coupling: number;
1172
- multiplicity: string;
1173
- shift: number;
1174
- }[];
1175
- '1,2-dimethoxyethane': {
1176
- proton: string;
1177
- coupling: number;
1178
- multiplicity: string;
1179
- shift: number;
1180
- }[];
1181
- dimethylacetamide: {
1182
- proton: string;
1183
- coupling: number;
1184
- multiplicity: string;
1185
- shift: number;
1186
- }[];
1187
- dimethylformamide: {
1188
- proton: string;
1189
- coupling: number;
1190
- multiplicity: string;
1191
- shift: number;
1192
- }[];
1193
- dimethyl_sulfoxide: {
1194
- proton: string;
1195
- coupling: number;
1196
- multiplicity: string;
1197
- shift: number;
1198
- }[];
1199
- dioxane: {
1200
- proton: string;
1201
- coupling: number;
1202
- multiplicity: string;
1203
- shift: number;
1204
- }[];
1205
- ethanol: {
1206
- proton: string;
1207
- coupling: number;
1208
- multiplicity: string;
1209
- shift: number;
1210
- }[];
1211
- ethyl_acetate: {
1212
- proton: string;
1213
- coupling: number;
1214
- multiplicity: string;
1215
- shift: number;
1216
- }[];
1217
- ethyl_methyl_ketone: {
1218
- proton: string;
1219
- coupling: number;
1220
- multiplicity: string;
1221
- shift: number;
1222
- }[];
1223
- ethylene_glycol: {
1224
- proton: string;
1225
- coupling: number;
1226
- multiplicity: string;
1227
- shift: number;
1228
- }[];
1229
- 'grease^f': {
1230
- proton: string;
1231
- coupling: number;
1232
- multiplicity: string;
1233
- shift: number;
1234
- }[];
1235
- 'n-hexane': {
1236
- proton: string;
1237
- coupling: number;
1238
- multiplicity: string;
1239
- shift: number;
1240
- }[];
1241
- hmpag: {
1242
- proton: string;
1243
- coupling: number;
1244
- multiplicity: string;
1245
- shift: number;
1246
- }[];
1247
- methanol: {
1248
- proton: string;
1249
- coupling: number;
1250
- multiplicity: string;
1251
- shift: number;
1252
- }[];
1253
- nitromethane: {
1254
- proton: string;
1255
- coupling: number;
1256
- multiplicity: string;
1257
- shift: number;
1258
- }[];
1259
- 'n-pentane': {
1260
- proton: string;
1261
- coupling: number;
1262
- multiplicity: string;
1263
- shift: number;
1264
- }[];
1265
- '2-propanol': {
1266
- proton: string;
1267
- coupling: number;
1268
- multiplicity: string;
1269
- shift: number;
1270
- }[];
1271
- pyridine: {
1272
- proton: string;
1273
- coupling: number;
1274
- multiplicity: string;
1275
- shift: number;
1276
- }[];
1277
- silicone_greasei: {
1278
- proton: string;
1279
- coupling: number;
1280
- multiplicity: string;
1281
- shift: number;
1282
- }[];
1283
- tetrahydrofuran: {
1284
- proton: string;
1285
- coupling: number;
1286
- multiplicity: string;
1287
- shift: number;
1288
- }[];
1289
- toluene: {
1290
- proton: string;
1291
- coupling: number;
1292
- multiplicity: string;
1293
- shift: number;
1294
- }[];
1295
- triethylamine: {
1296
- proton: string;
1297
- coupling: number;
1298
- multiplicity: string;
1299
- shift: number;
1300
- }[];
1301
- };
1302
- dmso: {
1303
- tms: {
1304
- proton: string;
1305
- coupling: number;
1306
- multiplicity: string;
1307
- shift: number;
1308
- }[];
1309
- solvent: {
1310
- proton: string;
1311
- coupling: number;
1312
- multiplicity: string;
1313
- shift: number;
1314
- }[];
1315
- h2o: {
1316
- proton: string;
1317
- coupling: number;
1318
- multiplicity: string;
1319
- shift: number;
1320
- }[];
1321
- acetic_acid: {
1322
- proton: string;
1323
- coupling: number;
1324
- multiplicity: string;
1325
- shift: number;
1326
- }[];
1327
- acetone: {
1328
- proton: string;
1329
- coupling: number;
1330
- multiplicity: string;
1331
- shift: number;
1332
- }[];
1333
- acetonitrile: {
1334
- proton: string;
1335
- coupling: number;
1336
- multiplicity: string;
1337
- shift: number;
1338
- }[];
1339
- benzene: {
1340
- proton: string;
1341
- coupling: number;
1342
- multiplicity: string;
1343
- shift: number;
1344
- }[];
1345
- 'tert-butyl_alcohol': {
1346
- proton: string;
1347
- coupling: number;
1348
- multiplicity: string;
1349
- shift: number;
1350
- }[];
1351
- 'tert-butyl_methyl_ether': {
1352
- proton: string;
1353
- coupling: number;
1354
- multiplicity: string;
1355
- shift: number;
1356
- }[];
1357
- bhtb: {
1358
- proton: string;
1359
- coupling: number;
1360
- multiplicity: string;
1361
- shift: number;
1362
- }[];
1363
- chloroform: {
1364
- proton: string;
1365
- coupling: number;
1366
- multiplicity: string;
1367
- shift: number;
1368
- }[];
1369
- cyclohexane: {
1370
- proton: string;
1371
- coupling: number;
1372
- multiplicity: string;
1373
- shift: number;
1374
- }[];
1375
- '1,2-dichloroethane': {
1376
- proton: string;
1377
- coupling: number;
1378
- multiplicity: string;
1379
- shift: number;
1380
- }[];
1381
- dichloromethane: {
1382
- proton: string;
1383
- coupling: number;
1384
- multiplicity: string;
1385
- shift: number;
1386
- }[];
1387
- diethyl_ether: {
1388
- proton: string;
1389
- coupling: number;
1390
- multiplicity: string;
1391
- shift: number;
1392
- }[];
1393
- diglyme: {
1394
- proton: string;
1395
- coupling: number;
1396
- multiplicity: string;
1397
- shift: number;
1398
- }[];
1399
- '1,2-dimethoxyethane': {
1400
- proton: string;
1401
- coupling: number;
1402
- multiplicity: string;
1403
- shift: number;
1404
- }[];
1405
- dimethylacetamide: {
1406
- proton: string;
1407
- coupling: number;
1408
- multiplicity: string;
1409
- shift: number;
1410
- }[];
1411
- dimethylformamide: {
1412
- proton: string;
1413
- coupling: number;
1414
- multiplicity: string;
1415
- shift: number;
1416
- }[];
1417
- dimethyl_sulfoxide: {
1418
- proton: string;
1419
- coupling: number;
1420
- multiplicity: string;
1421
- shift: number;
1422
- }[];
1423
- dioxane: {
1424
- proton: string;
1425
- coupling: number;
1426
- multiplicity: string;
1427
- shift: number;
1428
- }[];
1429
- ethanol: {
1430
- proton: string;
1431
- coupling: number;
1432
- multiplicity: string;
1433
- shift: number;
1434
- }[];
1435
- ethyl_acetate: {
1436
- proton: string;
1437
- coupling: number;
1438
- multiplicity: string;
1439
- shift: number;
1440
- }[];
1441
- ethyl_methyl_ketone: {
1442
- proton: string;
1443
- coupling: number;
1444
- multiplicity: string;
1445
- shift: number;
1446
- }[];
1447
- ethylene_glycol: {
1448
- proton: string;
1449
- coupling: number;
1450
- multiplicity: string;
1451
- shift: number;
1452
- }[];
1453
- 'grease^f': never[];
1454
- 'n-hexane': {
1455
- proton: string;
1456
- coupling: number;
1457
- multiplicity: string;
1458
- shift: number;
1459
- }[];
1460
- hmpag: {
1461
- proton: string;
1462
- coupling: number;
1463
- multiplicity: string;
1464
- shift: number;
1465
- }[];
1466
- methanol: {
1467
- proton: string;
1468
- coupling: number;
1469
- multiplicity: string;
1470
- shift: number;
1471
- }[];
1472
- nitromethane: {
1473
- proton: string;
1474
- coupling: number;
1475
- multiplicity: string;
1476
- shift: number;
1477
- }[];
1478
- 'n-pentane': {
1479
- proton: string;
1480
- coupling: number;
1481
- multiplicity: string;
1482
- shift: number;
1483
- }[];
1484
- '2-propanol': {
1485
- proton: string;
1486
- coupling: number;
1487
- multiplicity: string;
1488
- shift: number;
1489
- }[];
1490
- pyridine: {
1491
- proton: string;
1492
- coupling: number;
1493
- multiplicity: string;
1494
- shift: number;
1495
- }[];
1496
- silicone_greasei: never[];
1497
- tetrahydrofuran: {
1498
- proton: string;
1499
- coupling: number;
1500
- multiplicity: string;
1501
- shift: number;
1502
- }[];
1503
- toluene: {
1504
- proton: string;
1505
- coupling: number;
1506
- multiplicity: string;
1507
- shift: number;
1508
- }[];
1509
- triethylamine: {
1510
- proton: string;
1511
- coupling: number;
1512
- multiplicity: string;
1513
- shift: number;
1514
- }[];
1515
- };
1516
- c6d6: {
1517
- tms: {
1518
- proton: string;
1519
- coupling: number;
1520
- multiplicity: string;
1521
- shift: number;
1522
- }[];
1523
- solvent: {
1524
- proton: string;
1525
- coupling: number;
1526
- multiplicity: string;
1527
- shift: number;
1528
- }[];
1529
- h2o: {
1530
- proton: string;
1531
- coupling: number;
1532
- multiplicity: string;
1533
- shift: number;
1534
- }[];
1535
- acetic_acid: {
1536
- proton: string;
1537
- coupling: number;
1538
- multiplicity: string;
1539
- shift: number;
1540
- }[];
1541
- acetone: {
1542
- proton: string;
1543
- coupling: number;
1544
- multiplicity: string;
1545
- shift: number;
1546
- }[];
1547
- acetonitrile: {
1548
- proton: string;
1549
- coupling: number;
1550
- multiplicity: string;
1551
- shift: number;
1552
- }[];
1553
- benzene: {
1554
- proton: string;
1555
- coupling: number;
1556
- multiplicity: string;
1557
- shift: number;
1558
- }[];
1559
- 'tert-butyl_alcohol': {
1560
- proton: string;
1561
- coupling: number;
1562
- multiplicity: string;
1563
- shift: number;
1564
- }[];
1565
- 'tert-butyl_methyl_ether': {
1566
- proton: string;
1567
- coupling: number;
1568
- multiplicity: string;
1569
- shift: number;
1570
- }[];
1571
- bhtb: {
1572
- proton: string;
1573
- coupling: number;
1574
- multiplicity: string;
1575
- shift: number;
1576
- }[];
1577
- chloroform: {
1578
- proton: string;
1579
- coupling: number;
1580
- multiplicity: string;
1581
- shift: number;
1582
- }[];
1583
- cyclohexane: {
1584
- proton: string;
1585
- coupling: number;
1586
- multiplicity: string;
1587
- shift: number;
1588
- }[];
1589
- '1,2-dichloroethane': {
1590
- proton: string;
1591
- coupling: number;
1592
- multiplicity: string;
1593
- shift: number;
1594
- }[];
1595
- dichloromethane: {
1596
- proton: string;
1597
- coupling: number;
1598
- multiplicity: string;
1599
- shift: number;
1600
- }[];
1601
- diethyl_ether: {
1602
- proton: string;
1603
- coupling: number;
1604
- multiplicity: string;
1605
- shift: number;
1606
- }[];
1607
- diglyme: {
1608
- proton: string;
1609
- coupling: number;
1610
- multiplicity: string;
1611
- shift: number;
1612
- }[];
1613
- '1,2-dimethoxyethane': {
1614
- proton: string;
1615
- coupling: number;
1616
- multiplicity: string;
1617
- shift: number;
1618
- }[];
1619
- dimethylacetamide: {
1620
- proton: string;
1621
- coupling: number;
1622
- multiplicity: string;
1623
- shift: number;
1624
- }[];
1625
- dimethylformamide: {
1626
- proton: string;
1627
- coupling: number;
1628
- multiplicity: string;
1629
- shift: number;
1630
- }[];
1631
- dimethyl_sulfoxide: {
1632
- proton: string;
1633
- coupling: number;
1634
- multiplicity: string;
1635
- shift: number;
1636
- }[];
1637
- dioxane: {
1638
- proton: string;
1639
- coupling: number;
1640
- multiplicity: string;
1641
- shift: number;
1642
- }[];
1643
- ethanol: {
1644
- proton: string;
1645
- coupling: number;
1646
- multiplicity: string;
1647
- shift: number;
1648
- }[];
1649
- ethyl_acetate: {
1650
- proton: string;
1651
- coupling: number;
1652
- multiplicity: string;
1653
- shift: number;
1654
- }[];
1655
- ethyl_methyl_ketone: {
1656
- proton: string;
1657
- coupling: number;
1658
- multiplicity: string;
1659
- shift: number;
1660
- }[];
1661
- ethylene_glycol: {
1662
- proton: string;
1663
- coupling: number;
1664
- multiplicity: string;
1665
- shift: number;
1666
- }[];
1667
- 'grease^f': {
1668
- proton: string;
1669
- coupling: number;
1670
- multiplicity: string;
1671
- shift: number;
1672
- }[];
1673
- 'n-hexane': {
1674
- proton: string;
1675
- coupling: number;
1676
- multiplicity: string;
1677
- shift: number;
1678
- }[];
1679
- hmpag: {
1680
- proton: string;
1681
- coupling: number;
1682
- multiplicity: string;
1683
- shift: number;
1684
- }[];
1685
- methanol: {
1686
- proton: string;
1687
- coupling: number;
1688
- multiplicity: string;
1689
- shift: number;
1690
- }[];
1691
- nitromethane: {
1692
- proton: string;
1693
- coupling: number;
1694
- multiplicity: string;
1695
- shift: number;
1696
- }[];
1697
- 'n-pentane': {
1698
- proton: string;
1699
- coupling: number;
1700
- multiplicity: string;
1701
- shift: number;
1702
- }[];
1703
- '2-propanol': {
1704
- proton: string;
1705
- coupling: number;
1706
- multiplicity: string;
1707
- shift: number;
1708
- }[];
1709
- pyridine: {
1710
- proton: string;
1711
- coupling: number;
1712
- multiplicity: string;
1713
- shift: number;
1714
- }[];
1715
- silicone_greasei: {
1716
- proton: string;
1717
- coupling: number;
1718
- multiplicity: string;
1719
- shift: number;
1720
- }[];
1721
- tetrahydrofuran: {
1722
- proton: string;
1723
- coupling: number;
1724
- multiplicity: string;
1725
- shift: number;
1726
- }[];
1727
- toluene: {
1728
- proton: string;
1729
- coupling: number;
1730
- multiplicity: string;
1731
- shift: number;
1732
- }[];
1733
- triethylamine: {
1734
- proton: string;
1735
- coupling: number;
1736
- multiplicity: string;
1737
- shift: number;
1738
- }[];
1739
- };
1740
- cd3cn: {
1741
- tms: {
1742
- proton: string;
1743
- coupling: number;
1744
- multiplicity: string;
1745
- shift: number;
1746
- }[];
1747
- solvent: {
1748
- proton: string;
1749
- coupling: number;
1750
- multiplicity: string;
1751
- shift: number;
1752
- }[];
1753
- h2o: {
1754
- proton: string;
1755
- coupling: number;
1756
- multiplicity: string;
1757
- shift: number;
1758
- }[];
1759
- acetic_acid: {
1760
- proton: string;
1761
- coupling: number;
1762
- multiplicity: string;
1763
- shift: number;
1764
- }[];
1765
- acetone: {
1766
- proton: string;
1767
- coupling: number;
1768
- multiplicity: string;
1769
- shift: number;
1770
- }[];
1771
- acetonitrile: {
1772
- proton: string;
1773
- coupling: number;
1774
- multiplicity: string;
1775
- shift: number;
1776
- }[];
1777
- benzene: {
1778
- proton: string;
1779
- coupling: number;
1780
- multiplicity: string;
1781
- shift: number;
1782
- }[];
1783
- 'tert-butyl_alcohol': {
1784
- proton: string;
1785
- coupling: number;
1786
- multiplicity: string;
1787
- shift: number;
1788
- }[];
1789
- 'tert-butyl_methyl_ether': {
1790
- proton: string;
1791
- coupling: number;
1792
- multiplicity: string;
1793
- shift: number;
1794
- }[];
1795
- bhtb: {
1796
- proton: string;
1797
- coupling: number;
1798
- multiplicity: string;
1799
- shift: number;
1800
- }[];
1801
- chloroform: {
1802
- proton: string;
1803
- coupling: number;
1804
- multiplicity: string;
1805
- shift: number;
1806
- }[];
1807
- cyclohexane: {
1808
- proton: string;
1809
- coupling: number;
1810
- multiplicity: string;
1811
- shift: number;
1812
- }[];
1813
- '1,2-dichloroethane': {
1814
- proton: string;
1815
- coupling: number;
1816
- multiplicity: string;
1817
- shift: number;
1818
- }[];
1819
- dichloromethane: {
1820
- proton: string;
1821
- coupling: number;
1822
- multiplicity: string;
1823
- shift: number;
1824
- }[];
1825
- diethyl_ether: {
1826
- proton: string;
1827
- coupling: number;
1828
- multiplicity: string;
1829
- shift: number;
1830
- }[];
1831
- diglyme: {
1832
- proton: string;
1833
- coupling: number;
1834
- multiplicity: string;
1835
- shift: number;
1836
- }[];
1837
- '1,2-dimethoxyethane': {
1838
- proton: string;
1839
- coupling: number;
1840
- multiplicity: string;
1841
- shift: number;
1842
- }[];
1843
- dimethylacetamide: {
1844
- proton: string;
1845
- coupling: number;
1846
- multiplicity: string;
1847
- shift: number;
1848
- }[];
1849
- dimethylformamide: {
1850
- proton: string;
1851
- coupling: number;
1852
- multiplicity: string;
1853
- shift: number;
1854
- }[];
1855
- dimethyl_sulfoxide: {
1856
- proton: string;
1857
- coupling: number;
1858
- multiplicity: string;
1859
- shift: number;
1860
- }[];
1861
- dioxane: {
1862
- proton: string;
1863
- coupling: number;
1864
- multiplicity: string;
1865
- shift: number;
1866
- }[];
1867
- ethanol: {
1868
- proton: string;
1869
- coupling: number;
1870
- multiplicity: string;
1871
- shift: number;
1872
- }[];
1873
- ethyl_acetate: {
1874
- proton: string;
1875
- coupling: number;
1876
- multiplicity: string;
1877
- shift: number;
1878
- }[];
1879
- ethyl_methyl_ketone: {
1880
- proton: string;
1881
- coupling: number;
1882
- multiplicity: string;
1883
- shift: number;
1884
- }[];
1885
- ethylene_glycol: {
1886
- proton: string;
1887
- coupling: number;
1888
- multiplicity: string;
1889
- shift: number;
1890
- }[];
1891
- 'grease^f': {
1892
- proton: string;
1893
- coupling: number;
1894
- multiplicity: string;
1895
- shift: number;
1896
- }[];
1897
- 'n-hexane': {
1898
- proton: string;
1899
- coupling: number;
1900
- multiplicity: string;
1901
- shift: number;
1902
- }[];
1903
- hmpag: {
1904
- proton: string;
1905
- coupling: number;
1906
- multiplicity: string;
1907
- shift: number;
1908
- }[];
1909
- methanol: {
1910
- proton: string;
1911
- coupling: number;
1912
- multiplicity: string;
1913
- shift: number;
1914
- }[];
1915
- nitromethane: {
1916
- proton: string;
1917
- coupling: number;
1918
- multiplicity: string;
1919
- shift: number;
1920
- }[];
1921
- 'n-pentane': {
1922
- proton: string;
1923
- coupling: number;
1924
- multiplicity: string;
1925
- shift: number;
1926
- }[];
1927
- '2-propanol': {
1928
- proton: string;
1929
- coupling: number;
1930
- multiplicity: string;
1931
- shift: number;
1932
- }[];
1933
- pyridine: {
1934
- proton: string;
1935
- coupling: number;
1936
- multiplicity: string;
1937
- shift: number;
1938
- }[];
1939
- silicone_greasei: {
1940
- proton: string;
1941
- coupling: number;
1942
- multiplicity: string;
1943
- shift: number;
1944
- }[];
1945
- tetrahydrofuran: {
1946
- proton: string;
1947
- coupling: number;
1948
- multiplicity: string;
1949
- shift: number;
1950
- }[];
1951
- toluene: {
1952
- proton: string;
1953
- coupling: number;
1954
- multiplicity: string;
1955
- shift: number;
1956
- }[];
1957
- triethylamine: {
1958
- proton: string;
1959
- coupling: number;
1960
- multiplicity: string;
1961
- shift: number;
1962
- }[];
1963
- };
1964
- cd3od: {
1965
- tms: {
1966
- proton: string;
1967
- coupling: number;
1968
- multiplicity: string;
1969
- shift: number;
1970
- }[];
1971
- solvent: {
1972
- proton: string;
1973
- coupling: number;
1974
- multiplicity: string;
1975
- shift: number;
1976
- }[];
1977
- h2o: {
1978
- proton: string;
1979
- coupling: number;
1980
- multiplicity: string;
1981
- shift: number;
1982
- }[];
1983
- acetic_acid: {
1984
- proton: string;
1985
- coupling: number;
1986
- multiplicity: string;
1987
- shift: number;
1988
- }[];
1989
- acetone: {
1990
- proton: string;
1991
- coupling: number;
1992
- multiplicity: string;
1993
- shift: number;
1994
- }[];
1995
- acetonitrile: {
1996
- proton: string;
1997
- coupling: number;
1998
- multiplicity: string;
1999
- shift: number;
2000
- }[];
2001
- benzene: {
2002
- proton: string;
2003
- coupling: number;
2004
- multiplicity: string;
2005
- shift: number;
2006
- }[];
2007
- 'tert-butyl_alcohol': {
2008
- proton: string;
2009
- coupling: number;
2010
- multiplicity: string;
2011
- shift: number;
2012
- }[];
2013
- 'tert-butyl_methyl_ether': {
2014
- proton: string;
2015
- coupling: number;
2016
- multiplicity: string;
2017
- shift: number;
2018
- }[];
2019
- bhtb: {
2020
- proton: string;
2021
- coupling: number;
2022
- multiplicity: string;
2023
- shift: number;
2024
- }[];
2025
- chloroform: {
2026
- proton: string;
2027
- coupling: number;
2028
- multiplicity: string;
2029
- shift: number;
2030
- }[];
2031
- cyclohexane: {
2032
- proton: string;
2033
- coupling: number;
2034
- multiplicity: string;
2035
- shift: number;
2036
- }[];
2037
- '1,2-dichloroethane': {
2038
- proton: string;
2039
- coupling: number;
2040
- multiplicity: string;
2041
- shift: number;
2042
- }[];
2043
- dichloromethane: {
2044
- proton: string;
2045
- coupling: number;
2046
- multiplicity: string;
2047
- shift: number;
2048
- }[];
2049
- diethyl_ether: {
2050
- proton: string;
2051
- coupling: number;
2052
- multiplicity: string;
2053
- shift: number;
2054
- }[];
2055
- diglyme: {
2056
- proton: string;
2057
- coupling: number;
2058
- multiplicity: string;
2059
- shift: number;
2060
- }[];
2061
- '1,2-dimethoxyethane': {
2062
- proton: string;
2063
- coupling: number;
2064
- multiplicity: string;
2065
- shift: number;
2066
- }[];
2067
- dimethylacetamide: {
2068
- proton: string;
2069
- coupling: number;
2070
- multiplicity: string;
2071
- shift: number;
2072
- }[];
2073
- dimethylformamide: {
2074
- proton: string;
2075
- coupling: number;
2076
- multiplicity: string;
2077
- shift: number;
2078
- }[];
2079
- dimethyl_sulfoxide: {
2080
- proton: string;
2081
- coupling: number;
2082
- multiplicity: string;
2083
- shift: number;
2084
- }[];
2085
- dioxane: {
2086
- proton: string;
2087
- coupling: number;
2088
- multiplicity: string;
2089
- shift: number;
2090
- }[];
2091
- ethanol: {
2092
- proton: string;
2093
- coupling: number;
2094
- multiplicity: string;
2095
- shift: number;
2096
- }[];
2097
- ethyl_acetate: {
2098
- proton: string;
2099
- coupling: number;
2100
- multiplicity: string;
2101
- shift: number;
2102
- }[];
2103
- ethyl_methyl_ketone: {
2104
- proton: string;
2105
- coupling: number;
2106
- multiplicity: string;
2107
- shift: number;
2108
- }[];
2109
- ethylene_glycol: {
2110
- proton: string;
2111
- coupling: number;
2112
- multiplicity: string;
2113
- shift: number;
2114
- }[];
2115
- 'grease^f': {
2116
- proton: string;
2117
- coupling: number;
2118
- multiplicity: string;
2119
- shift: number;
2120
- }[];
2121
- 'n-hexane': {
2122
- proton: string;
2123
- coupling: number;
2124
- multiplicity: string;
2125
- shift: number;
2126
- }[];
2127
- hmpag: {
2128
- proton: string;
2129
- coupling: number;
2130
- multiplicity: string;
2131
- shift: number;
2132
- }[];
2133
- methanol: {
2134
- proton: string;
2135
- coupling: number;
2136
- multiplicity: string;
2137
- shift: number;
2138
- }[];
2139
- nitromethane: {
2140
- proton: string;
2141
- coupling: number;
2142
- multiplicity: string;
2143
- shift: number;
2144
- }[];
2145
- 'n-pentane': {
2146
- proton: string;
2147
- coupling: number;
2148
- multiplicity: string;
2149
- shift: number;
2150
- }[];
2151
- '2-propanol': {
2152
- proton: string;
2153
- coupling: number;
2154
- multiplicity: string;
2155
- shift: number;
2156
- }[];
2157
- pyridine: {
2158
- proton: string;
2159
- coupling: number;
2160
- multiplicity: string;
2161
- shift: number;
2162
- }[];
2163
- silicone_greasei: {
2164
- proton: string;
2165
- coupling: number;
2166
- multiplicity: string;
2167
- shift: number;
2168
- }[];
2169
- tetrahydrofuran: {
2170
- proton: string;
2171
- coupling: number;
2172
- multiplicity: string;
2173
- shift: number;
2174
- }[];
2175
- toluene: {
2176
- proton: string;
2177
- coupling: number;
2178
- multiplicity: string;
2179
- shift: number;
2180
- }[];
2181
- triethylamine: {
2182
- proton: string;
2183
- coupling: number;
2184
- multiplicity: string;
2185
- shift: number;
2186
- }[];
2187
- };
2188
- d2o: {
2189
- tms: {
2190
- proton: string;
2191
- coupling: number;
2192
- multiplicity: string;
2193
- shift: number;
2194
- }[];
2195
- solvent: {
2196
- proton: string;
2197
- coupling: number;
2198
- multiplicity: string;
2199
- shift: number;
2200
- }[];
2201
- h2o: never[];
2202
- acetic_acid: {
2203
- proton: string;
2204
- coupling: number;
2205
- multiplicity: string;
2206
- shift: number;
2207
- }[];
2208
- acetone: {
2209
- proton: string;
2210
- coupling: number;
2211
- multiplicity: string;
2212
- shift: number;
2213
- }[];
2214
- acetonitrile: {
2215
- proton: string;
2216
- coupling: number;
2217
- multiplicity: string;
2218
- shift: number;
2219
- }[];
2220
- benzene: never[];
2221
- 'tert-butyl_alcohol': {
2222
- proton: string;
2223
- coupling: number;
2224
- multiplicity: string;
2225
- shift: number;
2226
- }[];
2227
- 'tert-butyl_methyl_ether': {
2228
- proton: string;
2229
- coupling: number;
2230
- multiplicity: string;
2231
- shift: number;
2232
- }[];
2233
- bhtb: never[];
2234
- chloroform: never[];
2235
- cyclohexane: never[];
2236
- '1,2-dichloroethane': never[];
2237
- dichloromethane: never[];
2238
- diethyl_ether: {
2239
- proton: string;
2240
- coupling: number;
2241
- multiplicity: string;
2242
- shift: number;
2243
- }[];
2244
- diglyme: {
2245
- proton: string;
2246
- coupling: number;
2247
- multiplicity: string;
2248
- shift: number;
2249
- }[];
2250
- '1,2-dimethoxyethane': {
2251
- proton: string;
2252
- coupling: number;
2253
- multiplicity: string;
2254
- shift: number;
2255
- }[];
2256
- dimethylacetamide: {
2257
- proton: string;
2258
- coupling: number;
2259
- multiplicity: string;
2260
- shift: number;
2261
- }[];
2262
- dimethylformamide: {
2263
- proton: string;
2264
- coupling: number;
2265
- multiplicity: string;
2266
- shift: number;
2267
- }[];
2268
- dimethyl_sulfoxide: {
2269
- proton: string;
2270
- coupling: number;
2271
- multiplicity: string;
2272
- shift: number;
2273
- }[];
2274
- dioxane: {
2275
- proton: string;
2276
- coupling: number;
2277
- multiplicity: string;
2278
- shift: number;
2279
- }[];
2280
- ethanol: {
2281
- proton: string;
2282
- coupling: number;
2283
- multiplicity: string;
2284
- shift: number;
2285
- }[];
2286
- ethyl_acetate: {
2287
- proton: string;
2288
- coupling: number;
2289
- multiplicity: string;
2290
- shift: number;
2291
- }[];
2292
- ethyl_methyl_ketone: {
2293
- proton: string;
2294
- coupling: number;
2295
- multiplicity: string;
2296
- shift: number;
2297
- }[];
2298
- ethylene_glycol: {
2299
- proton: string;
2300
- coupling: number;
2301
- multiplicity: string;
2302
- shift: number;
2303
- }[];
2304
- 'grease^f': never[];
2305
- 'n-hexane': never[];
2306
- hmpag: {
2307
- proton: string;
2308
- coupling: number;
2309
- multiplicity: string;
2310
- shift: number;
2311
- }[];
2312
- methanol: {
2313
- proton: string;
2314
- coupling: number;
2315
- multiplicity: string;
2316
- shift: number;
2317
- }[];
2318
- nitromethane: {
2319
- proton: string;
2320
- coupling: number;
2321
- multiplicity: string;
2322
- shift: number;
2323
- }[];
2324
- 'n-pentane': {
2325
- proton: string;
2326
- coupling: number;
2327
- multiplicity: string;
2328
- shift: number;
2329
- }[];
2330
- '2-propanol': {
2331
- proton: string;
2332
- coupling: number;
2333
- multiplicity: string;
2334
- shift: number;
2335
- }[];
2336
- pyridine: {
2337
- proton: string;
2338
- coupling: number;
2339
- multiplicity: string;
2340
- shift: number;
2341
- }[];
2342
- silicone_greasei: never[];
2343
- tetrahydrofuran: {
2344
- proton: string;
2345
- coupling: number;
2346
- multiplicity: string;
2347
- shift: number;
2348
- }[];
2349
- toluene: never[];
2350
- triethylamine: {
2351
- proton: string;
2352
- coupling: number;
2353
- multiplicity: string;
2354
- shift: number;
2355
- }[];
2356
- };
2357
- };
2358
-
2359
852
  export declare type Impurity = Record<string, ImpuritySignal[]>;
2360
853
 
2361
854
  export declare interface ImpuritySignal {
@@ -2765,23 +1258,17 @@ declare interface NMRZoneWithIds extends Omit<NMRZone, 'signals' | 'id'> {
2765
1258
  */
2766
1259
  export declare function normalizeNucleus(nucleus: string): string;
2767
1260
 
2768
- export { Nuclei }
2769
-
2770
- export declare type Nucleus = Nuclei | `${Nuclei},${Nuclei}` | (string & Record<never, never>);
2771
-
2772
- declare type Nucleus_2 = Nuclei | (string & Record<never, never>);
2773
-
2774
1261
  declare interface NumberField extends Field<number> {
2775
1262
  type: 'number';
2776
1263
  }
2777
1264
 
2778
1265
  declare type ObjectKeys = 'id' | 'multiplicity' | 'js';
2779
1266
 
2780
- export declare interface ObjervedNucleusData {
1267
+ export declare interface ObservedNucleusData {
2781
1268
  /**
2782
1269
  * nucleus to use as reference in the calculation of frequency
2783
1270
  */
2784
- nucleus: Nucleus_2;
1271
+ nucleus: string;
2785
1272
  /**
2786
1273
  * frequency of the reference nucleus
2787
1274
  */
@@ -2832,7 +1319,7 @@ export declare interface OptionsPeaksFilterImpurities {
2832
1319
  /**
2833
1320
  * Solvent name.
2834
1321
  */
2835
- solvent?: Solvent_2 | '(cd3)2so' | 'meod';
1322
+ solvent?: string;
2836
1323
  /**
2837
1324
  * tolerance in ppm to assign a impurity.
2838
1325
  * @default 0.025
@@ -3851,11 +2338,7 @@ declare interface SineSquare<ShapeOption = SineBellOptions> {
3851
2338
 
3852
2339
  declare type SineSquareOptions = Omit<SineBellOptions, 'exponent'>;
3853
2340
 
3854
- export declare type Solvent = keyof typeof impuritiesContent;
3855
-
3856
- declare type Solvent_2 = keyof typeof impurities;
3857
-
3858
- export declare type SolventImpurities = Record<Solvent, Impurity>;
2341
+ export declare type SolventImpurities = Record<string, Impurity>;
3859
2342
 
3860
2343
  export declare function solventSuppression<T extends NMRPeak1D>(peakList: T[], solvent: NMRSignal1D[], options?: {
3861
2344
  markSolventPeaks?: boolean;