thrustcurve-db 3.0.3 → 3.0.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/thrustcurve-db.json +579 -94
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thrustcurve-db",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "type": "module",
5
5
  "description": "ThrustCurve.org model rocket motor and thrust curve data as a single JSON file",
6
6
  "exports": {
@@ -337,8 +337,8 @@
337
337
  },
338
338
  {
339
339
  "availability": "regular",
340
- "avgThrustN": 2.35,
341
- "burnTimeS": 0.85,
340
+ "avgThrustN": 1.78,
341
+ "burnTimeS": 1.06,
342
342
  "certOrg": "National Association of Rocketry",
343
343
  "commonName": "A10",
344
344
  "dataFiles": 3,
@@ -346,14 +346,13 @@
346
346
  "designation": "A10",
347
347
  "diameter": 13,
348
348
  "impulseClass": "A",
349
- "infoUrl": "http://www.nar.org/SandT/pdf/Estes/A10T.pdf",
350
349
  "length": 45,
351
350
  "manufacturer": "Estes Industries",
352
351
  "manufacturerAbbrev": "Estes",
353
- "maxThrustN": 12.64,
352
+ "maxThrustN": 9.74,
354
353
  "motorId": "5f4294d2000231000000000c",
355
354
  "propInfo": "black powder",
356
- "propWeightG": 3.8,
355
+ "propWeightG": 3.6,
357
356
  "samples": [
358
357
  [ 0, 0 ], [ 0.016, 0.492 ], [ 0.04, 0.752 ], [ 0.062, 0.962 ], [ 0.078, 2.051 ], [ 0.096, 2.858 ],
359
358
  [ 0.122, 4.611 ], [ 0.138, 6.054 ], [ 0.162, 8.1 ], [ 0.18, 9.502 ], [ 0.198, 9.74 ],
@@ -362,10 +361,10 @@
362
361
  [ 0.574, 0.909 ], [ 0.676, 0.909 ], [ 0.782, 1.031 ], [ 0.886, 1.048 ], [ 0.98, 1.029 ],
363
362
  [ 1.006, 0.995 ], [ 1.038, 1.049 ], [ 1.05, 0.741 ], [ 1.06, 0 ]
364
363
  ],
365
- "totImpulseNs": 2.5,
366
- "totalWeightG": 8.25,
364
+ "totImpulseNs": 1.88,
365
+ "totalWeightG": 7,
367
366
  "type": "SU",
368
- "updatedOn": "2019-10-05"
367
+ "updatedOn": "2024-04-26"
369
368
  },
370
369
  {
371
370
  "availability": "OOP",
@@ -1679,9 +1678,9 @@
1679
1678
  "updatedOn": "2019-04-17"
1680
1679
  },
1681
1680
  {
1682
- "availability": "regular",
1683
- "avgThrustN": 18.58,
1684
- "burnTimeS": 2.21,
1681
+ "availability": "OOP",
1682
+ "avgThrustN": 23.81,
1683
+ "burnTimeS": 2.22,
1685
1684
  "certOrg": "National Association of Rocketry",
1686
1685
  "commonName": "F23",
1687
1686
  "dataFiles": 2,
@@ -1689,14 +1688,14 @@
1689
1688
  "designation": "F23FJ/L",
1690
1689
  "diameter": 29,
1691
1690
  "impulseClass": "F",
1692
- "infoUrl": "https://nar.org/SandT/pdf/Aerotech/F23FJ.pdf",
1693
- "length": 83,
1691
+ "infoUrl": "https://www.nar.org/SandT/pdf/AeroTech/F23.pdf",
1692
+ "length": 73,
1694
1693
  "manufacturer": "AeroTech",
1695
1694
  "manufacturerAbbrev": "AeroTech",
1696
- "maxThrustN": 29.8,
1695
+ "maxThrustN": 48.7,
1697
1696
  "motorId": "5f4294d2000231000000003c",
1698
1697
  "propInfo": "Black Max",
1699
- "propWeightG": 30,
1698
+ "propWeightG": 32,
1700
1699
  "samples": [
1701
1700
  [ 0, 0 ], [ 0.03, 48.7 ], [ 0.05, 43.11 ], [ 0.08, 41.41 ], [ 0.1, 42.26 ], [ 0.13, 40.84 ],
1702
1701
  [ 0.17, 39.42 ], [ 0.23, 38.85 ], [ 0.27, 38.85 ], [ 0.3, 37.44 ], [ 0.31, 38.57 ],[ 0.36, 37.72 ],
@@ -1705,10 +1704,10 @@
1705
1704
  [ 1.37, 20.98 ], [ 1.53, 16.73 ], [ 1.69, 12.48 ], [ 1.83, 9.07 ], [ 1.95, 5.11 ], [ 2.07, 2.27 ],
1706
1705
  [ 2.22, 0 ]
1707
1706
  ],
1708
- "totImpulseNs": 41.2,
1709
- "totalWeightG": 82.3,
1707
+ "totImpulseNs": 52.85,
1708
+ "totalWeightG": 79,
1710
1709
  "type": "SU",
1711
- "updatedOn": "2022-08-09"
1710
+ "updatedOn": "2023-11-08"
1712
1711
  },
1713
1712
  {
1714
1713
  "availability": "regular",
@@ -5197,7 +5196,7 @@
5197
5196
  "caseInfo": "RMS-38/600",
5198
5197
  "certOrg": "Tripoli Rocketry Association, Inc.",
5199
5198
  "commonName": "I195",
5200
- "dataFiles": 3,
5199
+ "dataFiles": 2,
5201
5200
  "delays": "4,6,8,10",
5202
5201
  "designation": "I195J",
5203
5202
  "diameter": 38,
@@ -5656,12 +5655,12 @@
5656
5655
  "propInfo": "White Lightning",
5657
5656
  "propWeightG": 315.9,
5658
5657
  "samples": [
5659
- [ 0, 0 ], [ 0.041, 422 ], [ 0.125, 448.6 ], [ 0.21, 459 ], [ 0.295, 451.9 ], [ 0.379, 439.6 ],
5660
- [ 0.465, 427.4 ], [ 0.549, 407.6 ], [ 0.633, 399.7 ], [ 0.719, 380 ], [ 0.803, 368 ],
5661
- [ 0.887, 352 ], [ 0.973, 342.1 ], [ 1.057, 325.8 ], [ 1.142, 306.9 ], [ 1.227, 292 ],
5662
- [ 1.311, 267.3 ], [ 1.396, 251.8 ], [ 1.481, 227.5 ], [ 1.566, 210.5 ], [ 1.65, 168.3 ],
5663
- [ 1.735, 110.8 ], [ 1.82, 71.04 ], [ 1.904, 32.51 ], [ 1.99, 17.54 ], [ 2.075, 7.317 ],
5664
- [ 2.16, 0 ]
5658
+ [ 0, 0 ], [ 0.033, 370.7 ], [ 0.103, 483.6 ], [ 0.174, 483.3 ], [ 0.245, 486.9 ], [ 0.316, 490.8 ],
5659
+ [ 0.386, 499.4 ], [ 0.457, 508.8 ], [ 0.528, 506.3 ], [ 0.599, 485.3 ], [ 0.67, 481 ],
5660
+ [ 0.741, 455.8 ], [ 0.811, 426.9 ], [ 0.882, 393.4 ], [ 0.953, 367.4 ], [ 1.024, 347.5 ],
5661
+ [ 1.095, 325.2 ], [ 1.166, 304.1 ], [ 1.236, 284.2 ], [ 1.307, 271.2 ], [ 1.378, 228.6 ],
5662
+ [ 1.449, 130.5 ], [ 1.52, 57.21 ], [ 1.591, 29.55 ], [ 1.661, 16.41 ], [ 1.732, 10.37 ],
5663
+ [ 1.803, 0 ]
5665
5664
  ],
5666
5665
  "totImpulseNs": 607.3,
5667
5666
  "totalWeightG": 555.5,
@@ -7546,14 +7545,14 @@
7546
7545
  {
7547
7546
  "availability": "regular",
7548
7547
  "avgThrustN": 330,
7549
- "burnTimeS": 3.185,
7548
+ "burnTimeS": 3.19,
7550
7549
  "certOrg": "Tripoli Rocketry Association, Inc.",
7551
7550
  "commonName": "J330",
7552
- "dataFiles": 2,
7551
+ "dataFiles": 1,
7553
7552
  "designation": "835CC172JFX-J330FX",
7554
- "diameter": 81,
7553
+ "diameter": 54,
7555
7554
  "impulseClass": "J",
7556
- "length": 552,
7555
+ "length": 762,
7557
7556
  "manufacturer": "Hypertek",
7558
7557
  "manufacturerAbbrev": "Hypertek",
7559
7558
  "motorId": "5f4294d2000231000000010a",
@@ -7569,7 +7568,7 @@
7569
7568
  "totImpulseNs": 1051,
7570
7569
  "totalWeightG": 1777,
7571
7570
  "type": "hybrid",
7572
- "updatedOn": "2019-04-17"
7571
+ "updatedOn": "2024-02-15"
7573
7572
  },
7574
7573
  {
7575
7574
  "availability": "regular",
@@ -8211,7 +8210,7 @@
8211
8210
  "availability": "OOP",
8212
8211
  "avgThrustN": 500,
8213
8212
  "burnTimeS": 1.3,
8214
- "caseInfo": "AMW 38-650",
8213
+ "caseInfo": "AMW 38-640",
8215
8214
  "certOrg": "Tripoli Rocketry Association, Inc.",
8216
8215
  "commonName": "J500",
8217
8216
  "dataFiles": 2,
@@ -8233,7 +8232,7 @@
8233
8232
  ],
8234
8233
  "totImpulseNs": 660,
8235
8234
  "type": "reload",
8236
- "updatedOn": "2019-04-17"
8235
+ "updatedOn": "2024-07-24"
8237
8236
  },
8238
8237
  {
8239
8238
  "availability": "regular",
@@ -8557,14 +8556,14 @@
8557
8556
  {
8558
8557
  "availability": "regular",
8559
8558
  "avgThrustN": 240,
8560
- "burnTimeS": 5.383,
8559
+ "burnTimeS": 5.38,
8561
8560
  "certOrg": "Tripoli Rocketry Association, Inc.",
8562
8561
  "commonName": "K240",
8563
8562
  "dataFiles": 2,
8564
8563
  "designation": "835CC125J-K240",
8565
- "diameter": 81,
8564
+ "diameter": 54,
8566
8565
  "impulseClass": "K",
8567
- "length": 552,
8566
+ "length": 815,
8568
8567
  "manufacturer": "Hypertek",
8569
8568
  "manufacturerAbbrev": "Hypertek",
8570
8569
  "motorId": "5f4294d2000231000000012f",
@@ -8580,7 +8579,7 @@
8580
8579
  "totImpulseNs": 1292,
8581
8580
  "totalWeightG": 1807,
8582
8581
  "type": "hybrid",
8583
- "updatedOn": "2019-04-17"
8582
+ "updatedOn": "2024-02-15"
8584
8583
  },
8585
8584
  {
8586
8585
  "availability": "regular",
@@ -13101,7 +13100,7 @@
13101
13100
  "caseInfo": "RMS-75/7680",
13102
13101
  "certOrg": "Tripoli Rocketry Association, Inc.",
13103
13102
  "commonName": "M1850",
13104
- "dataFiles": 2,
13103
+ "dataFiles": 4,
13105
13104
  "delays": "P",
13106
13105
  "designation": "M1850W",
13107
13106
  "diameter": 75,
@@ -13112,17 +13111,27 @@
13112
13111
  "maxThrustN": 4489,
13113
13112
  "motorId": "5f4294d200023100000001cd",
13114
13113
  "propInfo": "White Lightning",
13115
- "propWeightG": 3951,
13116
- "samples": [
13117
- [ 0, 0 ], [ 0.1, 2411 ], [ 0.2, 2135 ], [ 0.3, 2015 ], [ 0.4, 2000 ], [ 0.5, 2055 ], [ 1, 2098 ],
13118
- [ 1.5, 1860 ], [ 2, 1788 ], [ 2.5, 1659 ], [ 3, 1468 ], [ 3.25, 1423 ], [ 3.35, 1334 ],
13119
- [ 3.5, 1201 ], [ 3.75, 934 ], [ 3.8, 930 ], [ 4, 881 ], [ 4.25, 600 ], [ 4.5, 468 ], [ 4.75, 400 ],
13120
- [ 5, 290 ], [ 5.5, 85 ], [ 6, 23 ], [ 6.5, 0 ]
13114
+ "propWeightG": 4122,
13115
+ "samples": [
13116
+ [ 0, 0 ], [ 0.006, 4486 ], [ 0.025, 1227 ], [ 0.035, 4486 ], [ 0.047, 1959 ], [ 0.057, 4262 ],
13117
+ [ 0.063, 2720 ], [ 0.076, 4068 ], [ 0.082, 3107 ], [ 0.088, 3929 ], [ 0.104, 3295 ],
13118
+ [ 0.114, 3748 ], [ 0.196, 3283 ], [ 0.281, 2877 ], [ 0.341, 2763 ], [ 0.414, 2708 ],
13119
+ [ 0.483, 2672 ], [ 0.629, 2612 ], [ 0.752, 2575 ], [ 0.837, 2551 ], [ 0.932, 2533 ],
13120
+ [ 0.983, 2515 ], [ 1.043, 2479 ], [ 1.242, 2370 ], [ 1.412, 2279 ], [ 1.539, 2225 ],
13121
+ [ 1.709, 2092 ], [ 1.826, 2086 ], [ 1.959, 2031 ], [ 2.098, 1947 ], [ 2.215, 1934 ],
13122
+ [ 2.294, 1868 ], [ 2.351, 1862 ], [ 2.439, 1862 ], [ 2.487, 1814 ], [ 2.61, 1795 ],[ 2.793, 1729 ],
13123
+ [ 2.894, 1662 ], [ 3.008, 1505 ], [ 3.065, 1409 ], [ 3.175, 1245 ], [ 3.188, 1620 ],
13124
+ [ 3.197, 1161 ], [ 3.21, 1433 ], [ 3.216, 1124 ], [ 3.232, 1269 ], [ 3.248, 1076 ],[ 3.254, 1185 ],
13125
+ [ 3.267, 1058 ], [ 3.286, 1130 ], [ 3.308, 1070 ], [ 3.355, 1028 ], [ 3.412, 931 ],[ 3.45, 870.5 ],
13126
+ [ 3.463, 791.9 ], [ 3.479, 1094 ], [ 3.485, 749.6 ], [ 3.491, 912.8 ], [ 3.507, 852.4 ],
13127
+ [ 3.51, 683.1 ], [ 3.529, 798 ], [ 3.532, 701.2 ], [ 3.539, 640.8 ], [ 3.555, 719.4 ],
13128
+ [ 3.577, 677.1 ], [ 3.649, 646.8 ], [ 3.754, 525.9 ], [ 3.893, 399 ], [ 4.025, 235.8 ],
13129
+ [ 4.231, 187.4 ], [ 4.335, 145.1 ], [ 4.566, 48.36 ], [ 4.711, 48.36 ], [ 4.717, 0 ]
13121
13130
  ],
13122
13131
  "totImpulseNs": 7659,
13123
- "totalWeightG": 6693,
13132
+ "totalWeightG": 6032,
13124
13133
  "type": "reload",
13125
- "updatedOn": "2019-04-17"
13134
+ "updatedOn": "2024-01-23"
13126
13135
  },
13127
13136
  {
13128
13137
  "availability": "regular",
@@ -28476,7 +28485,7 @@
28476
28485
  "updatedOn": "2019-04-17"
28477
28486
  },
28478
28487
  {
28479
- "availability": "regular",
28488
+ "availability": "OOP",
28480
28489
  "avgThrustN": 3.83,
28481
28490
  "burnTimeS": 1.26,
28482
28491
  "certOrg": "Austrialian Model Rocket Society Inc.",
@@ -28499,10 +28508,10 @@
28499
28508
  "totImpulseNs": 4.84,
28500
28509
  "totalWeightG": 19,
28501
28510
  "type": "SU",
28502
- "updatedOn": "2022-07-13"
28511
+ "updatedOn": "2024-01-22"
28503
28512
  },
28504
28513
  {
28505
- "availability": "regular",
28514
+ "availability": "OOP",
28506
28515
  "avgThrustN": 3.06,
28507
28516
  "burnTimeS": 2.89,
28508
28517
  "certOrg": "Austrialian Model Rocket Society Inc.",
@@ -28527,10 +28536,10 @@
28527
28536
  "totImpulseNs": 8.83,
28528
28537
  "totalWeightG": 25,
28529
28538
  "type": "SU",
28530
- "updatedOn": "2022-07-13"
28539
+ "updatedOn": "2024-01-22"
28531
28540
  },
28532
28541
  {
28533
- "availability": "regular",
28542
+ "availability": "OOP",
28534
28543
  "avgThrustN": 3.17,
28535
28544
  "burnTimeS": 0.75,
28536
28545
  "certOrg": "Austrialian Model Rocket Society Inc.",
@@ -28554,7 +28563,7 @@
28554
28563
  "totImpulseNs": 2.38,
28555
28564
  "totalWeightG": 15,
28556
28565
  "type": "SU",
28557
- "updatedOn": "2022-07-13"
28566
+ "updatedOn": "2024-01-22"
28558
28567
  },
28559
28568
  {
28560
28569
  "availability": "regular",
@@ -31026,9 +31035,8 @@
31026
31035
  },
31027
31036
  {
31028
31037
  "availability": "regular",
31029
- "avgThrustN": 465.7,
31030
- "burnTimeS": 1.66,
31031
- "caseInfo": "DMS",
31038
+ "avgThrustN": 441.6,
31039
+ "burnTimeS": 1.64,
31032
31040
  "certOrg": "Tripoli Rocketry Association, Inc.",
31033
31041
  "commonName": "J435",
31034
31042
  "dataFiles": 2,
@@ -31039,7 +31047,7 @@
31039
31047
  "length": 365.9,
31040
31048
  "manufacturer": "AeroTech",
31041
31049
  "manufacturerAbbrev": "AeroTech",
31042
- "maxThrustN": 696.1,
31050
+ "maxThrustN": 712.9,
31043
31051
  "motorId": "5f4294d20002310000000458",
31044
31052
  "propInfo": "Super White Lightning",
31045
31053
  "propWeightG": 352,
@@ -31057,15 +31065,15 @@
31057
31065
  [ 1.601, 83.87 ], [ 1.618, 115.5 ], [ 1.632, 72.79 ], [ 1.648, 87.03 ], [ 1.667, 47.47 ],
31058
31066
  [ 1.686, 45.89 ], [ 1.717, 18.99 ], [ 1.781, 0 ]
31059
31067
  ],
31060
- "totImpulseNs": 774,
31061
- "totalWeightG": 624,
31068
+ "totImpulseNs": 742.8,
31069
+ "totalWeightG": 616.4,
31062
31070
  "type": "SU",
31063
- "updatedOn": "2020-01-27"
31071
+ "updatedOn": "2024-06-12"
31064
31072
  },
31065
31073
  {
31066
31074
  "availability": "regular",
31067
31075
  "avgThrustN": 487.4,
31068
- "burnTimeS": 1.28,
31076
+ "burnTimeS": 1.38,
31069
31077
  "caseInfo": "RMS-38/1080",
31070
31078
  "certOrg": "Tripoli Rocketry Association, Inc.",
31071
31079
  "commonName": "J520",
@@ -31077,7 +31085,7 @@
31077
31085
  "length": 502,
31078
31086
  "manufacturer": "AeroTech",
31079
31087
  "manufacturerAbbrev": "AeroTech",
31080
- "maxThrustN": 902.6,
31088
+ "maxThrustN": 902.7,
31081
31089
  "motorId": "5f4294d20002310000000459",
31082
31090
  "propInfo": "White Lightning",
31083
31091
  "propWeightG": 381,
@@ -31088,10 +31096,10 @@
31088
31096
  [ 0.798, 477.1 ], [ 0.998, 376.3 ], [ 1.056, 333.6 ], [ 1.102, 298.7 ], [ 1.198, 170.7 ],
31089
31097
  [ 1.302, 100.9 ], [ 1.4, 46.55 ], [ 1.478, 0 ]
31090
31098
  ],
31091
- "totImpulseNs": 671,
31099
+ "totImpulseNs": 671.3,
31092
31100
  "totalWeightG": 757.4,
31093
31101
  "type": "reload",
31094
- "updatedOn": "2019-04-17"
31102
+ "updatedOn": "2024-06-12"
31095
31103
  },
31096
31104
  {
31097
31105
  "availability": "regular",
@@ -31127,33 +31135,38 @@
31127
31135
  },
31128
31136
  {
31129
31137
  "availability": "regular",
31130
- "avgThrustN": 3.4,
31131
- "burnTimeS": 0.84,
31138
+ "avgThrustN": 3.24,
31139
+ "burnTimeS": 0.77,
31132
31140
  "certOrg": "Tripoli Rocketry Association, Inc.",
31133
31141
  "commonName": "A3",
31134
- "dataFiles": 2,
31142
+ "dataFiles": 3,
31135
31143
  "delays": "4,6",
31136
31144
  "designation": "A3",
31137
31145
  "diameter": 18,
31138
31146
  "impulseClass": "A",
31139
- "length": 80,
31147
+ "length": 81,
31140
31148
  "manufacturer": "Quest Aerospace",
31141
31149
  "manufacturerAbbrev": "Quest",
31142
- "maxThrustN": 7,
31150
+ "maxThrustN": 8.4,
31143
31151
  "motorId": "5f4294d2000231000000045b",
31144
31152
  "propInfo": "Black Max",
31145
31153
  "propWeightG": 2.1,
31146
31154
  "samples": [
31147
- [ 0, 0 ], [ 0.006, 0.153 ], [ 0.024, 0.429 ], [ 0.03, 0.889 ], [ 0.04, 2.574 ], [ 0.049, 5.854 ],
31148
- [ 0.053, 7.11 ], [ 0.062, 6.528 ], [ 0.082, 6.16 ], [ 0.129, 6.129 ], [ 0.159, 5.302 ],
31149
- [ 0.177, 5.087 ], [ 0.237, 4.474 ], [ 0.274, 4.352 ], [ 0.313, 3.892 ], [ 0.337, 3.586 ],
31150
- [ 0.368, 3.494 ], [ 0.499, 2.329 ], [ 0.577, 1.655 ], [ 0.666, 1.103 ], [ 0.742, 0.736 ],
31151
- [ 0.835, 0.398 ], [ 0.887, 0.245 ], [ 0.917, 0 ]
31155
+ [ 0, 0 ], [ 0.002, 0.104 ], [ 0.011, 0.156 ], [ 0.026, 0.563 ], [ 0.037, 2.076 ], [ 0.051, 7.303 ],
31156
+ [ 0.061, 6.643 ], [ 0.069, 6.606 ], [ 0.074, 6.406 ], [ 0.085, 6.302 ], [ 0.095, 6.354 ],
31157
+ [ 0.109, 6.287 ], [ 0.12, 6.272 ], [ 0.129, 6.317 ], [ 0.148, 5.88 ], [ 0.158, 5.457 ],
31158
+ [ 0.174, 5.197 ], [ 0.182, 5.197 ], [ 0.197, 4.997 ], [ 0.206, 5.064 ], [ 0.238, 4.567 ],
31159
+ [ 0.248, 4.619 ], [ 0.262, 4.552 ], [ 0.288, 4.285 ], [ 0.296, 4.315 ], [ 0.309, 4.011 ],
31160
+ [ 0.34, 3.618 ], [ 0.354, 3.655 ], [ 0.408, 3.144 ], [ 0.431, 2.958 ], [ 0.456, 2.684 ],
31161
+ [ 0.466, 2.721 ], [ 0.485, 2.469 ], [ 0.494, 2.432 ], [ 0.525, 2.076 ], [ 0.544, 1.957 ],
31162
+ [ 0.552, 1.854 ], [ 0.581, 1.735 ], [ 0.623, 1.379 ], [ 0.67, 1.075 ], [ 0.686, 1.038 ],
31163
+ [ 0.738, 0.719 ], [ 0.783, 0.615 ], [ 0.802, 0.512 ], [ 0.861, 0.378 ], [ 0.887, 0.208 ],
31164
+ [ 0.9, 0.245 ], [ 0.918, 0.156 ], [ 0.934, 0 ]
31152
31165
  ],
31153
31166
  "totImpulseNs": 2.5,
31154
- "totalWeightG": 17.9,
31167
+ "totalWeightG": 18.2,
31155
31168
  "type": "SU",
31156
- "updatedOn": "2019-04-17"
31169
+ "updatedOn": "2024-06-12"
31157
31170
  },
31158
31171
  {
31159
31172
  "availability": "regular",
@@ -31166,10 +31179,10 @@
31166
31179
  "designation": "B4",
31167
31180
  "diameter": 18,
31168
31181
  "impulseClass": "B",
31169
- "length": 80,
31182
+ "length": 81,
31170
31183
  "manufacturer": "Quest Aerospace",
31171
31184
  "manufacturerAbbrev": "Quest",
31172
- "maxThrustN": 7,
31185
+ "maxThrustN": 7.5,
31173
31186
  "motorId": "5f4294d2000231000000045c",
31174
31187
  "propInfo": "Black Max",
31175
31188
  "propWeightG": 3.6,
@@ -31185,7 +31198,7 @@
31185
31198
  "totImpulseNs": 4.86,
31186
31199
  "totalWeightG": 19.8,
31187
31200
  "type": "SU",
31188
- "updatedOn": "2019-04-17"
31201
+ "updatedOn": "2024-06-12"
31189
31202
  },
31190
31203
  {
31191
31204
  "availability": "regular",
@@ -31230,7 +31243,7 @@
31230
31243
  "designation": "C12",
31231
31244
  "diameter": 18,
31232
31245
  "impulseClass": "C",
31233
- "length": 78.5,
31246
+ "length": 78.7,
31234
31247
  "manufacturer": "Quest Aerospace",
31235
31248
  "manufacturerAbbrev": "Quest",
31236
31249
  "maxThrustN": 17.5,
@@ -31248,11 +31261,11 @@
31248
31261
  "totImpulseNs": 9.8,
31249
31262
  "totalWeightG": 23.7,
31250
31263
  "type": "SU",
31251
- "updatedOn": "2020-11-25"
31264
+ "updatedOn": "2024-06-12"
31252
31265
  },
31253
31266
  {
31254
31267
  "availability": "regular",
31255
- "avgThrustN": 15.7,
31268
+ "avgThrustN": 15.6,
31256
31269
  "burnTimeS": 0.79,
31257
31270
  "certOrg": "Tripoli Rocketry Association, Inc.",
31258
31271
  "commonName": "D16",
@@ -31261,7 +31274,7 @@
31261
31274
  "designation": "D16",
31262
31275
  "diameter": 18,
31263
31276
  "impulseClass": "D",
31264
- "length": 78.5,
31277
+ "length": 79.7,
31265
31278
  "manufacturer": "Quest Aerospace",
31266
31279
  "manufacturerAbbrev": "Quest",
31267
31280
  "maxThrustN": 22.3,
@@ -31277,9 +31290,9 @@
31277
31290
  [ 0.803, 0.821 ], [ 0.838, 0 ]
31278
31291
  ],
31279
31292
  "totImpulseNs": 12.4,
31280
- "totalWeightG": 25.7,
31293
+ "totalWeightG": 25.6,
31281
31294
  "type": "SU",
31282
- "updatedOn": "2020-11-25"
31295
+ "updatedOn": "2024-06-12"
31283
31296
  },
31284
31297
  {
31285
31298
  "availability": "regular",
@@ -31676,7 +31689,7 @@
31676
31689
  "availability": "regular",
31677
31690
  "avgThrustN": 474.1,
31678
31691
  "burnTimeS": 2.94,
31679
- "caseInfo": "54-1400",
31692
+ "caseInfo": "AMW 54-1400",
31680
31693
  "certOrg": "National Association of Rocketry",
31681
31694
  "commonName": "K475",
31682
31695
  "dataFiles": 2,
@@ -31701,7 +31714,7 @@
31701
31714
  "totImpulseNs": 1394,
31702
31715
  "totalWeightG": 1493,
31703
31716
  "type": "reload",
31704
- "updatedOn": "2020-02-25"
31717
+ "updatedOn": "2024-07-24"
31705
31718
  },
31706
31719
  {
31707
31720
  "availability": "regular",
@@ -32449,7 +32462,7 @@
32449
32462
  },
32450
32463
  {
32451
32464
  "availability": "regular",
32452
- "avgThrustN": 40.26,
32465
+ "avgThrustN": 42.19,
32453
32466
  "burnTimeS": 1.12,
32454
32467
  "certOrg": "Tripoli Rocketry Association, Inc.",
32455
32468
  "commonName": "F41",
@@ -32458,23 +32471,23 @@
32458
32471
  "designation": "F41W",
32459
32472
  "diameter": 24,
32460
32473
  "impulseClass": "F",
32461
- "length": 114,
32474
+ "length": 113,
32462
32475
  "manufacturer": "Quest Aerospace",
32463
32476
  "manufacturerAbbrev": "Quest",
32464
- "maxThrustN": 49.94,
32477
+ "maxThrustN": 54.16,
32465
32478
  "motorId": "629ee8bae0d045000403682e",
32466
32479
  "propInfo": "White Lightning",
32467
- "propWeightG": 30,
32480
+ "propWeightG": 27.1,
32468
32481
  "samples": [
32469
32482
  [ 0, 0 ], [ 0.018, 0.679 ], [ 0.031, 8.821 ], [ 0.048, 25.56 ], [ 0.07, 30.31 ], [ 0.099, 33.25 ],
32470
32483
  [ 0.145, 34.83 ], [ 0.231, 36.64 ], [ 0.409, 41.84 ], [ 0.647, 45.24 ], [ 0.884, 47.5 ],
32471
32484
  [ 0.947, 47.72 ], [ 0.995, 51.57 ], [ 1.032, 51.34 ], [ 1.049, 49.08 ], [ 1.059, 44.56 ],
32472
32485
  [ 1.077, 35.96 ], [ 1.1, 26.69 ], [ 1.167, 9.273 ], [ 1.2, 0 ]
32473
32486
  ],
32474
- "totImpulseNs": 45.4,
32475
- "totalWeightG": 60.7,
32487
+ "totImpulseNs": 47.65,
32488
+ "totalWeightG": 56.9,
32476
32489
  "type": "SU",
32477
- "updatedOn": "2022-06-07"
32490
+ "updatedOn": "2023-09-23"
32478
32491
  },
32479
32492
  {
32480
32493
  "availability": "regular",
@@ -32488,7 +32501,7 @@
32488
32501
  "designation": "K1800ST-P",
32489
32502
  "diameter": 75,
32490
32503
  "impulseClass": "K",
32491
- "length": 492,
32504
+ "length": 402,
32492
32505
  "manufacturer": "AeroTech",
32493
32506
  "manufacturerAbbrev": "AeroTech",
32494
32507
  "maxThrustN": 2082,
@@ -32511,7 +32524,7 @@
32511
32524
  "totImpulseNs": 2444,
32512
32525
  "totalWeightG": 2772,
32513
32526
  "type": "reload",
32514
- "updatedOn": "2022-08-15"
32527
+ "updatedOn": "2023-10-17"
32515
32528
  },
32516
32529
  {
32517
32530
  "availability": "regular",
@@ -32724,5 +32737,477 @@
32724
32737
  "totalWeightG": 230,
32725
32738
  "type": "SU",
32726
32739
  "updatedOn": "2023-05-07"
32740
+ },
32741
+ {
32742
+ "availability": "regular",
32743
+ "avgThrustN": 18.58,
32744
+ "burnTimeS": 2.21,
32745
+ "certOrg": "National Association of Rocketry",
32746
+ "commonName": "F23",
32747
+ "dataFiles": 1,
32748
+ "delays": "4,7",
32749
+ "designation": "F23FJ",
32750
+ "diameter": 29,
32751
+ "impulseClass": "F",
32752
+ "infoUrl": "https://www.nar.org/SandT/pdf/AeroTech/F23FJ.pdf",
32753
+ "length": 83,
32754
+ "manufacturer": "AeroTech",
32755
+ "manufacturerAbbrev": "AeroTech",
32756
+ "maxThrustN": 29.8,
32757
+ "motorId": "654b01231b5ae70002c2beae",
32758
+ "propInfo": "Black Max",
32759
+ "propWeightG": 30,
32760
+ "samples": [
32761
+ [ 0, 0 ], [ 0.032, 0.2895 ], [ 0.044, 1.109 ], [ 0.048, 1.795 ], [ 0.054, 5.299 ], [ 0.058, 10.04 ],
32762
+ [ 0.06, 13.78 ], [ 0.064, 17.61 ], [ 0.07, 20.61 ], [ 0.072, 20.96 ], [ 0.078, 23.65 ],
32763
+ [ 0.08, 23.58 ], [ 0.082, 24.81 ], [ 0.092, 25.4 ], [ 0.096, 26.39 ], [ 0.132, 26.32 ],
32764
+ [ 0.154, 26.78 ], [ 0.156, 27.51 ], [ 0.158, 26.62 ], [ 0.188, 26.93 ], [ 0.21, 26.12 ],
32765
+ [ 0.216, 26.6 ], [ 0.246, 25.95 ], [ 0.4, 25.98 ], [ 0.654, 24.58 ], [ 0.802, 24.48 ],
32766
+ [ 1.338, 19.35 ], [ 1.776, 11.95 ], [ 1.854, 11.08 ], [ 2.05, 4.97 ], [ 2.246, 1.363 ],
32767
+ [ 2.374, 0 ]
32768
+ ],
32769
+ "totImpulseNs": 41.2,
32770
+ "totalWeightG": 83,
32771
+ "type": "SU",
32772
+ "updatedOn": "2023-11-08"
32773
+ },
32774
+ {
32775
+ "availability": "regular",
32776
+ "avgThrustN": 5853,
32777
+ "burnTimeS": 6.77,
32778
+ "certOrg": "National Association of Rocketry",
32779
+ "commonName": "O6000",
32780
+ "dataFiles": 2,
32781
+ "delays": "P",
32782
+ "designation": "O6000W",
32783
+ "diameter": 152,
32784
+ "impulseClass": "O",
32785
+ "length": 1120,
32786
+ "manufacturer": "AeroTech",
32787
+ "manufacturerAbbrev": "AeroTech",
32788
+ "maxThrustN": 9564,
32789
+ "motorId": "656e92d97f1a4b00027f1588",
32790
+ "propInfo": "White Lightning",
32791
+ "propWeightG": 22000,
32792
+ "samples": [
32793
+ [ 0, 0 ], [ 0.001, 480.5 ], [ 0.034, 8808 ], [ 0.089, 6516 ], [ 0.2, 7367 ], [ 0.348, 6877 ],
32794
+ [ 0.753, 6716 ], [ 0.797, 7017 ], [ 0.843, 6716 ], [ 0.916, 7017 ], [ 0.993, 6716 ],
32795
+ [ 1.021, 7037 ], [ 1.564, 6877 ], [ 1.585, 7137 ], [ 2.144, 7197 ], [ 2.328, 7557 ],
32796
+ [ 2.591, 7317 ], [ 2.924, 7567 ], [ 3.133, 7037 ], [ 3.366, 7117 ], [ 3.749, 6867 ],
32797
+ [ 3.768, 7117 ], [ 4.325, 6877 ], [ 4.329, 7177 ], [ 4.402, 6877 ], [ 4.907, 7137 ],
32798
+ [ 5.157, 5976 ], [ 5.569, 2873 ], [ 5.751, 1912 ], [ 6.234, 1041 ], [ 6.61, 470.4 ],
32799
+ [ 6.801, 650.6 ], [ 6.828, 0 ]
32800
+ ],
32801
+ "totImpulseNs": 39620,
32802
+ "totalWeightG": 31520,
32803
+ "type": "SU",
32804
+ "updatedOn": "2023-12-05"
32805
+ },
32806
+ {
32807
+ "availability": "regular",
32808
+ "avgThrustN": 5344,
32809
+ "burnTimeS": 3.58,
32810
+ "caseInfo": "Pro-98 6g XL",
32811
+ "certOrg": "Tripoli Rocketry Association, Inc.",
32812
+ "commonName": "N5500",
32813
+ "dataFiles": 1,
32814
+ "delays": "P",
32815
+ "designation": "N5500LW",
32816
+ "diameter": 98,
32817
+ "impulseClass": "N",
32818
+ "length": 1383,
32819
+ "manufacturer": "Loki Research",
32820
+ "manufacturerAbbrev": "Loki",
32821
+ "maxThrustN": 6678,
32822
+ "motorId": "66225b8cb1ba54000208d749",
32823
+ "propInfo": "Loki White",
32824
+ "propWeightG": 9182,
32825
+ "samples": [
32826
+ [ 0, 0 ], [ 0.001, 30.94 ], [ 0.026, 433.2 ], [ 0.09, 6653 ], [ 0.155, 6374 ], [ 0.826, 6220 ],
32827
+ [ 1.239, 6220 ], [ 1.6, 6282 ], [ 1.703, 6374 ], [ 1.806, 6313 ], [ 2, 6065 ], [ 2.658, 5694 ],
32828
+ [ 2.826, 5694 ], [ 2.877, 5508 ], [ 2.994, 3930 ], [ 3.071, 3063 ], [ 3.11, 2785 ],[ 3.148, 2661 ],
32829
+ [ 3.174, 2599 ], [ 3.329, 1826 ], [ 3.355, 1423 ], [ 3.497, 1114 ], [ 3.523, 959.3 ],
32830
+ [ 3.535, 1114 ], [ 3.574, 835.5 ], [ 3.613, 526 ], [ 3.665, 309.4 ], [ 3.703, 154.7 ],
32831
+ [ 3.729, 92.83 ], [ 3.819, 0 ]
32832
+ ],
32833
+ "totImpulseNs": 19140,
32834
+ "totalWeightG": 14860,
32835
+ "type": "reload",
32836
+ "updatedOn": "2024-04-22"
32837
+ },
32838
+ {
32839
+ "availability": "regular",
32840
+ "avgThrustN": 669.9,
32841
+ "burnTimeS": 1.89,
32842
+ "caseInfo": "54/1200",
32843
+ "certOrg": "Tripoli Rocketry Association, Inc.",
32844
+ "commonName": "J670",
32845
+ "dataFiles": 1,
32846
+ "delays": "P",
32847
+ "designation": "J670LB",
32848
+ "diameter": 54,
32849
+ "impulseClass": "J",
32850
+ "length": 330,
32851
+ "manufacturer": "Loki Research",
32852
+ "manufacturerAbbrev": "Loki",
32853
+ "maxThrustN": 824.1,
32854
+ "motorId": "66225c88b1ba54000208d7b9",
32855
+ "propInfo": "Loki Blue",
32856
+ "propWeightG": 578,
32857
+ "samples": [
32858
+ [ 0, 0 ], [ 0.01573, 7.75 ], [ 0.02374, 55.86 ], [ 0.0305, 207.7 ], [ 0.03696, 369.4 ],
32859
+ [ 0.04086, 541.2 ], [ 0.04672, 633.8 ], [ 0.0528, 671.2 ], [ 0.06497, 711.4 ], [ 0.09539, 726.8 ],
32860
+ [ 0.14, 729.7 ], [ 0.1846, 727 ], [ 0.2292, 723.2 ], [ 0.2738, 728.2 ], [ 0.3184, 736.6 ],
32861
+ [ 0.363, 746.5 ], [ 0.4077, 756.6 ], [ 0.4523, 766.1 ], [ 0.4969, 773.1 ], [ 0.5415, 780.7 ],
32862
+ [ 0.5861, 787 ], [ 0.6307, 793.2 ], [ 0.6753, 793.2 ], [ 0.7199, 796.4 ], [ 0.7645, 797.1 ],
32863
+ [ 0.8092, 796.4 ], [ 0.8538, 792 ], [ 0.8984, 787.6 ], [ 0.943, 781.4 ], [ 0.9876, 774.5 ],
32864
+ [ 1.032, 767 ], [ 1.077, 758.5 ], [ 1.121, 748.2 ], [ 1.166, 737 ], [ 1.211, 721.8 ],
32865
+ [ 1.255, 706.9 ], [ 1.3, 695.9 ], [ 1.344, 677.1 ], [ 1.389, 659.3 ], [ 1.434, 647.1 ],
32866
+ [ 1.478, 627.7 ], [ 1.523, 608.4 ], [ 1.568, 589.9 ], [ 1.612, 571.2 ], [ 1.657, 554.2 ],
32867
+ [ 1.701, 547.4 ], [ 1.732, 536.3 ], [ 1.744, 509.3 ], [ 1.752, 481.8 ], [ 1.76, 452.3 ],
32868
+ [ 1.768, 422.9 ], [ 1.776, 395.7 ], [ 1.784, 367.1 ], [ 1.793, 338.3 ], [ 1.801, 304 ],
32869
+ [ 1.809, 271.5 ], [ 1.817, 237.3 ], [ 1.825, 205.9 ], [ 1.835, 169.9 ], [ 1.847, 134.3 ],
32870
+ [ 1.86, 104.9 ], [ 1.874, 75.58 ], [ 1.892, 45.97 ], [ 1.924, 19.82 ], [ 1.957, 8.696 ]
32871
+ ],
32872
+ "totImpulseNs": 1270,
32873
+ "totalWeightG": 1204,
32874
+ "type": "reload",
32875
+ "updatedOn": "2024-07-08"
32876
+ },
32877
+ {
32878
+ "availability": "regular",
32879
+ "avgThrustN": 425.7,
32880
+ "burnTimeS": 1.19,
32881
+ "caseInfo": "38/480",
32882
+ "certOrg": "Tripoli Rocketry Association, Inc.",
32883
+ "commonName": "I426",
32884
+ "dataFiles": 1,
32885
+ "delays": "P",
32886
+ "designation": "I426LB",
32887
+ "diameter": 38,
32888
+ "impulseClass": "I",
32889
+ "length": 306.8,
32890
+ "manufacturer": "Loki Research",
32891
+ "manufacturerAbbrev": "Loki",
32892
+ "maxThrustN": 718.3,
32893
+ "motorId": "66225d52b1ba54000208d807",
32894
+ "propInfo": "Loki Blue",
32895
+ "propWeightG": 234,
32896
+ "samples": [
32897
+ [ 0, 0 ], [ 0.01229, 12.33 ], [ 0.02648, 43.11 ], [ 0.03003, 114.1 ], [ 0.032, 182.3 ],
32898
+ [ 0.03515, 313.8 ], [ 0.036, 397 ], [ 0.03712, 464.3 ], [ 0.0391, 580.3 ], [ 0.04067, 623.4 ],
32899
+ [ 0.04567, 675 ], [ 0.05841, 713.9 ], [ 0.07279, 667.5 ], [ 0.09211, 628.3 ], [ 0.1205, 598.6 ],
32900
+ [ 0.1577, 579.7 ], [ 0.1968, 567.8 ], [ 0.2358, 552.7 ], [ 0.2728, 547.2 ], [ 0.316, 542 ],
32901
+ [ 0.3575, 539.2 ], [ 0.3954, 533.4 ], [ 0.4344, 526 ], [ 0.4721, 515.9 ], [ 0.5164, 501.4 ],
32902
+ [ 0.5551, 490.2 ], [ 0.5949, 475.3 ], [ 0.6331, 462.5 ], [ 0.6705, 445.5 ], [ 0.7111, 428.8 ],
32903
+ [ 0.7488, 411.4 ], [ 0.7892, 392 ], [ 0.8282, 373.8 ], [ 0.8672, 355.4 ], [ 0.9063, 337.2 ],
32904
+ [ 0.9453, 317.7 ], [ 0.9843, 298.4 ], [ 1.022, 281.4 ], [ 1.062, 261.3 ], [ 1.093, 237.6 ],
32905
+ [ 1.11, 211.1 ], [ 1.126, 182.7 ], [ 1.144, 152.6 ], [ 1.16, 121.8 ], [ 1.174, 89.94 ],
32906
+ [ 1.19, 58.29 ], [ 1.213, 28.73 ], [ 1.247, 11.73 ], [ 1.273, 7.913 ]
32907
+ ],
32908
+ "totImpulseNs": 505,
32909
+ "totalWeightG": 553.1,
32910
+ "type": "reload",
32911
+ "updatedOn": "2024-04-22"
32912
+ },
32913
+ {
32914
+ "availability": "regular",
32915
+ "avgThrustN": 2774,
32916
+ "burnTimeS": 1.14,
32917
+ "caseInfo": "RMS-75/3840",
32918
+ "certOrg": "Tripoli Rocketry Association, Inc.",
32919
+ "commonName": "L2775",
32920
+ "dataFiles": 2,
32921
+ "designation": "L2775ST-PS",
32922
+ "diameter": 75,
32923
+ "impulseClass": "L",
32924
+ "length": 558.2,
32925
+ "manufacturer": "AeroTech",
32926
+ "manufacturerAbbrev": "AeroTech",
32927
+ "maxThrustN": 3096,
32928
+ "motorId": "6623cea6f873440002ac69a1",
32929
+ "propInfo": "Super Thunder",
32930
+ "propWeightG": 1418,
32931
+ "samples": [
32932
+ [ 0, 0 ], [ 0.01064, 3.54 ], [ 0.02242, 72.44 ], [ 0.02606, 344.2 ], [ 0.02793, 580.5 ],
32933
+ [ 0.02933, 832.9 ], [ 0.03027, 1026 ], [ 0.0312, 1216 ], [ 0.03213, 1405 ], [ 0.03307, 1592 ],
32934
+ [ 0.034, 1779 ], [ 0.035, 1923 ], [ 0.03634, 2130 ], [ 0.03821, 2348 ], [ 0.04008, 2489 ],
32935
+ [ 0.04391, 2605 ], [ 0.05082, 2637 ], [ 0.0611, 2577 ], [ 0.07215, 2545 ], [ 0.08165, 2539 ],
32936
+ [ 0.09193, 2554 ], [ 0.1022, 2566 ], [ 0.1125, 2572 ], [ 0.1228, 2592 ], [ 0.133, 2603 ],
32937
+ [ 0.1433, 2603 ], [ 0.1536, 2603 ], [ 0.1639, 2619 ], [ 0.1741, 2648 ], [ 0.1844, 2663 ],
32938
+ [ 0.1947, 2673 ], [ 0.205, 2687 ], [ 0.2153, 2692 ], [ 0.2255, 2696 ], [ 0.2358, 2705 ],
32939
+ [ 0.2461, 2725 ], [ 0.2564, 2746 ], [ 0.2666, 2745 ], [ 0.2769, 2745 ], [ 0.2872, 2758 ],
32940
+ [ 0.2975, 2774 ], [ 0.3078, 2784 ], [ 0.318, 2795 ], [ 0.3283, 2809 ], [ 0.3386, 2814 ],
32941
+ [ 0.3489, 2811 ], [ 0.3592, 2811 ], [ 0.3694, 2826 ], [ 0.3797, 2841 ], [ 0.39, 2838 ],
32942
+ [ 0.4003, 2844 ], [ 0.4105, 2842 ], [ 0.4208, 2844 ], [ 0.4311, 2848 ], [ 0.4414, 2855 ],
32943
+ [ 0.4516, 2865 ], [ 0.4619, 2871 ], [ 0.4722, 2873 ], [ 0.4825, 2878 ], [ 0.4928, 2885 ],
32944
+ [ 0.503, 2896 ], [ 0.5133, 2904 ], [ 0.5236, 2913 ], [ 0.5339, 2920 ], [ 0.5442, 2920 ],
32945
+ [ 0.5544, 2920 ], [ 0.5647, 2927 ], [ 0.575, 2940 ], [ 0.5853, 2947 ], [ 0.5955, 2952 ],
32946
+ [ 0.6058, 2957 ], [ 0.6161, 2958 ], [ 0.6264, 2958 ], [ 0.6367, 2964 ], [ 0.6469, 2973 ],
32947
+ [ 0.6572, 2977 ], [ 0.6675, 2977 ], [ 0.6778, 2980 ], [ 0.688, 2979 ], [ 0.6983, 2978 ],
32948
+ [ 0.7086, 2979 ], [ 0.7189, 2988 ], [ 0.7291, 2992 ], [ 0.7394, 2989 ], [ 0.7497, 2989 ],
32949
+ [ 0.76, 2997 ], [ 0.7703, 3004 ], [ 0.7805, 3005 ], [ 0.7908, 3006 ], [ 0.8011, 3008 ],
32950
+ [ 0.8114, 3010 ], [ 0.8216, 3004 ], [ 0.8319, 3006 ], [ 0.8422, 3014 ], [ 0.8525, 3016 ],
32951
+ [ 0.8628, 3019 ], [ 0.873, 3016 ], [ 0.8833, 3017 ], [ 0.8936, 3017 ], [ 0.9039, 3017 ],
32952
+ [ 0.9142, 3021 ], [ 0.9244, 3024 ], [ 0.9347, 3022 ], [ 0.945, 3022 ], [ 0.9553, 3027 ],
32953
+ [ 0.9655, 3031 ], [ 0.9758, 3034 ], [ 0.9861, 3041 ], [ 0.9964, 3046 ], [ 1.007, 3049 ],
32954
+ [ 1.017, 3048 ], [ 1.027, 3057 ], [ 1.037, 3069 ], [ 1.048, 3076 ], [ 1.058, 3082 ],
32955
+ [ 1.068, 3070 ], [ 1.075, 3028 ], [ 1.081, 2939 ], [ 1.086, 2838 ], [ 1.09, 2737 ],[ 1.093, 2631 ],
32956
+ [ 1.096, 2510 ], [ 1.098, 2425 ], [ 1.1, 2334 ], [ 1.101, 2234 ], [ 1.103, 2138 ], [ 1.105, 2030 ],
32957
+ [ 1.106, 1933 ], [ 1.109, 1828 ], [ 1.111, 1736 ], [ 1.113, 1650 ], [ 1.115, 1568 ],
32958
+ [ 1.118, 1445 ], [ 1.122, 1346 ], [ 1.126, 1255 ], [ 1.13, 1162 ], [ 1.133, 1078 ],[ 1.137, 990.9 ],
32959
+ [ 1.141, 900.6 ], [ 1.144, 809.7 ], [ 1.147, 701.4 ], [ 1.151, 585.6 ], [ 1.155, 469.4 ],
32960
+ [ 1.159, 362.8 ], [ 1.163, 260.6 ], [ 1.168, 173.4 ], [ 1.177, 79.43 ], [ 1.189, 14.36 ]
32961
+ ],
32962
+ "totImpulseNs": 3150,
32963
+ "totalWeightG": 3479,
32964
+ "type": "reload",
32965
+ "updatedOn": "2024-04-20"
32966
+ },
32967
+ {
32968
+ "availability": "regular",
32969
+ "avgThrustN": 2693,
32970
+ "burnTimeS": 3.8,
32971
+ "caseInfo": "RMS-75/10240",
32972
+ "certOrg": "Tripoli Rocketry Association, Inc.",
32973
+ "commonName": "M2700",
32974
+ "dataFiles": 1,
32975
+ "designation": "M2700W-PS",
32976
+ "diameter": 75,
32977
+ "impulseClass": "M",
32978
+ "length": 1233,
32979
+ "manufacturer": "AeroTech",
32980
+ "manufacturerAbbrev": "AeroTech",
32981
+ "maxThrustN": 5554,
32982
+ "motorId": "6623cf91f873440002ac6a28",
32983
+ "propInfo": "White Lightning",
32984
+ "propWeightG": 5275,
32985
+ "samples": [
32986
+ [ 0, 0 ], [ 0.012, 43.93 ], [ 0.035, 3581 ], [ 0.678, 3690 ], [ 1.404, 3844 ], [ 1.661, 3778 ],
32987
+ [ 2.234, 3372 ], [ 2.515, 2350 ], [ 2.947, 1406 ], [ 3.696, 87.87 ], [ 3.801, 0 ]
32988
+ ],
32989
+ "totImpulseNs": 10640,
32990
+ "totalWeightG": 9058,
32991
+ "type": "reload",
32992
+ "updatedOn": "2024-04-20"
32993
+ },
32994
+ {
32995
+ "availability": "regular",
32996
+ "avgThrustN": 13,
32997
+ "burnTimeS": 0.38,
32998
+ "certOrg": "Tripoli Rocketry Association, Inc.",
32999
+ "commonName": "B14",
33000
+ "dataFiles": 2,
33001
+ "delays": "3,5,7",
33002
+ "designation": "B14T",
33003
+ "diameter": 18,
33004
+ "impulseClass": "B",
33005
+ "length": 79,
33006
+ "manufacturer": "Quest Aerospace",
33007
+ "manufacturerAbbrev": "Quest",
33008
+ "maxThrustN": 17.65,
33009
+ "motorId": "6623d0bcf873440002ac79dc",
33010
+ "propInfo": "Blue Thunder",
33011
+ "propWeightG": 2.3,
33012
+ "samples": [
33013
+ [ 0, 0 ], [ 0.012, 0.27 ], [ 0.047, 10.64 ], [ 0.054, 11.73 ], [ 0.086, 14.45 ], [ 0.098, 14.91 ],
33014
+ [ 0.122, 15.27 ], [ 0.138, 16.27 ], [ 0.15, 17 ], [ 0.18, 17.27 ], [ 0.195, 17.45 ],
33015
+ [ 0.212, 17 ], [ 0.218, 16.18 ], [ 0.235, 15.82 ], [ 0.337, 13.55 ], [ 0.352, 6.73 ],
33016
+ [ 0.389, 3.09 ], [ 0.4, 1.18 ], [ 0.408, 0.55 ], [ 0.415, 0 ]
33017
+ ],
33018
+ "totImpulseNs": 4.97,
33019
+ "totalWeightG": 16.1,
33020
+ "type": "SU",
33021
+ "updatedOn": "2024-04-20"
33022
+ },
33023
+ {
33024
+ "availability": "regular",
33025
+ "avgThrustN": 20,
33026
+ "burnTimeS": 1,
33027
+ "certOrg": "Uncertified",
33028
+ "commonName": "D20",
33029
+ "dataFiles": 1,
33030
+ "delays": "0,2,4,6,8",
33031
+ "designation": "D20",
33032
+ "diameter": 24,
33033
+ "impulseClass": "D",
33034
+ "length": 70,
33035
+ "manufacturer": "Piotr Tendera Rocket Motors",
33036
+ "manufacturerAbbrev": "TSP",
33037
+ "motorId": "66a0d3eaa8c15d000226a805",
33038
+ "propInfo": "composite",
33039
+ "propWeightG": 14.8,
33040
+ "samples": [
33041
+ [ 0, 0 ], [ 0.008, 0.884 ], [ 0.015, 3.094 ], [ 0.022, 5.083 ], [ 0.033, 7.735 ], [ 0.042, 9.945 ],
33042
+ [ 0.053, 12.6 ], [ 0.065, 15.25 ], [ 0.075, 17.24 ], [ 0.087, 19.89 ], [ 0.102, 22.54 ],
33043
+ [ 0.116, 25.41 ], [ 0.127, 26.96 ], [ 0.136, 28.51 ], [ 0.148, 30.05 ], [ 0.158, 31.6 ],
33044
+ [ 0.175, 33.59 ], [ 0.19, 34.48 ], [ 0.203, 35.14 ], [ 0.22, 34.7 ], [ 0.24, 33.81 ],
33045
+ [ 0.258, 32.71 ], [ 0.277, 30.94 ], [ 0.293, 28.95 ], [ 0.312, 26.96 ], [ 0.328, 25.41 ],
33046
+ [ 0.341, 23.87 ], [ 0.359, 22.54 ], [ 0.374, 21.66 ], [ 0.394, 20.33 ], [ 0.407, 19.89 ],
33047
+ [ 0.417, 19.67 ], [ 0.434, 19.23 ], [ 0.455, 18.56 ], [ 0.471, 18.79 ], [ 0.494, 19.01 ],
33048
+ [ 0.517, 19.01 ], [ 0.543, 19.01 ], [ 0.573, 19.01 ], [ 0.6, 19.23 ], [ 0.633, 19.23 ],
33049
+ [ 0.675, 18.79 ], [ 0.72, 19.23 ], [ 0.761, 19.23 ], [ 0.802, 18.79 ], [ 0.827, 19.01 ],
33050
+ [ 0.85, 19.01 ], [ 0.887, 18.79 ], [ 0.921, 18.56 ], [ 0.949, 18.34 ], [ 0.986, 17.46 ],
33051
+ [ 0.998, 17.24 ], [ 1.016, 16.57 ], [ 1.04, 14.59 ], [ 1.063, 12.6 ], [ 1.084, 10.39 ],
33052
+ [ 1.105, 7.956 ], [ 1.13, 5.525 ], [ 1.16, 2.652 ], [ 1.181, 1.105 ], [ 1.192, 0.221 ],
33053
+ [ 1.2, 0 ]
33054
+ ],
33055
+ "totImpulseNs": 20,
33056
+ "totalWeightG": 45.5,
33057
+ "type": "SU",
33058
+ "updatedOn": "2024-07-24"
33059
+ },
33060
+ {
33061
+ "availability": "regular",
33062
+ "avgThrustN": 20,
33063
+ "burnTimeS": 2,
33064
+ "certOrg": "Uncertified",
33065
+ "commonName": "E20",
33066
+ "dataFiles": 1,
33067
+ "delays": "0,2,4,6,8",
33068
+ "designation": "E20",
33069
+ "diameter": 24,
33070
+ "impulseClass": "E",
33071
+ "length": 95,
33072
+ "manufacturer": "Piotr Tendera Rocket Motors",
33073
+ "manufacturerAbbrev": "TSP",
33074
+ "motorId": "66a0d44ba8c15d000226a854",
33075
+ "propInfo": "composite",
33076
+ "propWeightG": 27.6,
33077
+ "samples": [
33078
+ [ 0, 0 ], [ 0.011, 2.222 ], [ 0.021, 5.111 ], [ 0.039, 8.667 ], [ 0.051, 12.22 ], [ 0.066, 16.22 ],
33079
+ [ 0.077, 18.22 ], [ 0.086, 20.44 ], [ 0.098, 22.44 ], [ 0.109, 24.44 ], [ 0.124, 26.89 ],
33080
+ [ 0.137, 29.11 ], [ 0.163, 32.67 ], [ 0.18, 33.78 ], [ 0.201, 35.11 ], [ 0.236, 34.22 ],
33081
+ [ 0.259, 31.78 ], [ 0.291, 28.67 ], [ 0.315, 26.22 ], [ 0.343, 23.33 ], [ 0.373, 21.33 ],
33082
+ [ 0.402, 19.78 ], [ 0.435, 19.33 ], [ 0.482, 19.11 ], [ 0.544, 18.67 ], [ 0.602, 18.67 ],
33083
+ [ 0.674, 18.67 ], [ 0.747, 18.89 ], [ 0.807, 18.89 ], [ 0.891, 18.44 ], [ 0.953, 18 ],
33084
+ [ 1.002, 18.22 ], [ 1.079, 18.22 ], [ 1.128, 18.44 ], [ 1.201, 18 ], [ 1.3, 17.78 ],
33085
+ [ 1.4, 17.78 ], [ 1.507, 17.33 ], [ 1.599, 16.67 ], [ 1.696, 16.89 ], [ 1.798, 17.11 ],
33086
+ [ 1.88, 17.33 ], [ 1.944, 17.56 ], [ 2, 17.11 ], [ 2.036, 15.33 ], [ 2.068, 10.89 ],
33087
+ [ 2.096, 7.556 ], [ 2.12, 5.111 ], [ 2.147, 2.222 ], [ 2.173, 0.667 ], [ 2.201, 0 ]
33088
+ ],
33089
+ "totImpulseNs": 36,
33090
+ "totalWeightG": 64,
33091
+ "type": "SU",
33092
+ "updatedOn": "2024-07-24"
33093
+ },
33094
+ {
33095
+ "availability": "regular",
33096
+ "avgThrustN": 35,
33097
+ "burnTimeS": 2,
33098
+ "certOrg": "Uncertified",
33099
+ "commonName": "F35",
33100
+ "dataFiles": 1,
33101
+ "delays": "0,2,4,6,8",
33102
+ "designation": "F35",
33103
+ "diameter": 29,
33104
+ "impulseClass": "F",
33105
+ "length": 95,
33106
+ "manufacturer": "Piotr Tendera Rocket Motors",
33107
+ "manufacturerAbbrev": "TSP",
33108
+ "motorId": "66a0d4a4a8c15d000226a881",
33109
+ "propInfo": "composite",
33110
+ "propWeightG": 42.3,
33111
+ "samples": [
33112
+ [ 0, 0 ], [ 0.011, 2.034 ], [ 0.018, 4.746 ], [ 0.024, 7.458 ], [ 0.031, 10.51 ], [ 0.037, 13.56 ],
33113
+ [ 0.046, 16.95 ], [ 0.053, 20 ], [ 0.061, 23.05 ], [ 0.07, 25.76 ], [ 0.079, 28.48 ],
33114
+ [ 0.088, 31.52 ], [ 0.096, 34.91 ], [ 0.105, 37.63 ], [ 0.116, 40.34 ], [ 0.127, 43.73 ],
33115
+ [ 0.14, 46.44 ], [ 0.153, 49.49 ], [ 0.166, 51.86 ], [ 0.184, 53.56 ], [ 0.201, 54.91 ],
33116
+ [ 0.217, 54.91 ], [ 0.238, 53.22 ], [ 0.252, 51.86 ], [ 0.263, 49.83 ], [ 0.273, 48.14 ],
33117
+ [ 0.284, 46.44 ], [ 0.295, 44.75 ], [ 0.306, 43.05 ], [ 0.317, 41.7 ], [ 0.328, 39.66 ],
33118
+ [ 0.339, 38.64 ], [ 0.352, 36.95 ], [ 0.365, 35.59 ], [ 0.381, 33.9 ], [ 0.398, 33.22 ],
33119
+ [ 0.413, 32.54 ], [ 0.438, 32.2 ], [ 0.453, 32.2 ], [ 0.47, 31.86 ], [ 0.49, 31.86 ],
33120
+ [ 0.538, 32.88 ], [ 0.564, 33.22 ], [ 0.606, 32.88 ], [ 0.645, 32.54 ], [ 0.689, 32.2 ],
33121
+ [ 0.742, 31.52 ], [ 0.785, 30.85 ], [ 0.827, 30.51 ], [ 0.897, 30.85 ], [ 0.96, 30.85 ],
33122
+ [ 1, 30.85 ], [ 1.065, 30.85 ], [ 1.135, 30.51 ], [ 1.201, 29.83 ], [ 1.295, 30.17 ],
33123
+ [ 1.321, 30.17 ], [ 1.348, 30.17 ], [ 1.374, 30.51 ], [ 1.4, 30.17 ], [ 1.437, 30.17 ],
33124
+ [ 1.479, 29.83 ], [ 1.514, 30.17 ], [ 1.601, 30.17 ], [ 1.663, 29.83 ], [ 1.687, 29.15 ],
33125
+ [ 1.715, 28.48 ], [ 1.779, 28.48 ], [ 1.816, 28.14 ], [ 1.853, 28.48 ], [ 1.919, 29.49 ],
33126
+ [ 1.947, 29.49 ], [ 1.973, 28.48 ], [ 2.002, 27.8 ], [ 2.024, 26.1 ], [ 2.046, 24.07 ],
33127
+ [ 2.065, 21.36 ], [ 2.081, 18.3 ], [ 2.096, 15.59 ], [ 2.109, 12.2 ], [ 2.122, 9.831 ],
33128
+ [ 2.135, 7.458 ], [ 2.148, 5.085 ], [ 2.175, 2.034 ], [ 2.201, 0 ]
33129
+ ],
33130
+ "totImpulseNs": 65,
33131
+ "totalWeightG": 91.5,
33132
+ "type": "SU",
33133
+ "updatedOn": "2024-07-24"
33134
+ },
33135
+ {
33136
+ "availability": "regular",
33137
+ "avgThrustN": 12,
33138
+ "burnTimeS": 3.3,
33139
+ "certOrg": "Uncertified",
33140
+ "commonName": "E12",
33141
+ "dataFiles": 1,
33142
+ "delays": "0,2,4,6,8",
33143
+ "designation": "E12",
33144
+ "diameter": 24,
33145
+ "impulseClass": "E",
33146
+ "length": 95,
33147
+ "manufacturer": "Piotr Tendera Rocket Motors",
33148
+ "manufacturerAbbrev": "TSP",
33149
+ "motorId": "66a28863d1517d00027bf38d",
33150
+ "propInfo": "composite",
33151
+ "propWeightG": 27.6,
33152
+ "samples": [
33153
+ [ 0, 0 ], [ 0.028, 0.216 ], [ 0.063, 0.431 ], [ 0.103, 0.647 ], [ 0.151, 1.078 ], [ 0.182, 1.509 ],
33154
+ [ 0.218, 2.047 ], [ 0.258, 3.017 ], [ 0.289, 3.987 ], [ 0.329, 5.28 ], [ 0.361, 7.112 ],
33155
+ [ 0.385, 8.944 ], [ 0.412, 10.78 ], [ 0.432, 12.82 ], [ 0.448, 14.65 ], [ 0.46, 16.27 ],
33156
+ [ 0.468, 17.46 ], [ 0.48, 19.83 ], [ 0.484, 20.8 ], [ 0.492, 22.09 ], [ 0.504, 24.35 ],
33157
+ [ 0.519, 25.97 ], [ 0.531, 27.37 ], [ 0.535, 28.34 ], [ 0.555, 27.59 ], [ 0.559, 25.65 ],
33158
+ [ 0.571, 23.28 ], [ 0.579, 22.2 ], [ 0.595, 21.88 ], [ 0.615, 21.23 ], [ 0.63, 19.93 ],
33159
+ [ 0.65, 18.43 ], [ 0.678, 17.03 ], [ 0.71, 15.95 ], [ 0.749, 14.98 ], [ 0.797, 13.9 ],
33160
+ [ 0.833, 13.58 ], [ 0.876, 13.36 ], [ 0.924, 13.36 ], [ 0.967, 12.61 ], [ 0.999, 11.96 ],
33161
+ [ 1.039, 11.21 ], [ 1.106, 11.1 ], [ 1.193, 11.21 ], [ 1.249, 11.21 ], [ 1.312, 11.1 ],
33162
+ [ 1.376, 11.42 ], [ 1.435, 11.42 ], [ 1.483, 11.21 ], [ 1.55, 11.31 ], [ 1.63, 10.78 ],
33163
+ [ 1.741, 10.88 ], [ 1.836, 10.88 ], [ 1.891, 11.21 ], [ 1.907, 11.64 ], [ 1.943, 11.1 ],
33164
+ [ 1.998, 11.1 ], [ 2.078, 10.99 ], [ 2.094, 11.53 ], [ 2.197, 11.53 ], [ 2.224, 11.1 ],
33165
+ [ 2.276, 11.1 ], [ 2.355, 11.1 ], [ 2.407, 11.42 ], [ 2.47, 11.42 ], [ 2.526, 11.53 ],
33166
+ [ 2.581, 11.31 ], [ 2.665, 11.53 ], [ 2.696, 11.31 ], [ 2.732, 11.53 ], [ 2.795, 11.75 ],
33167
+ [ 2.847, 11.53 ], [ 2.93, 11.53 ], [ 2.994, 11.85 ], [ 3.033, 11.75 ], [ 3.081, 11.85 ],
33168
+ [ 3.125, 11.96 ], [ 3.18, 11.96 ], [ 3.275, 11.75 ], [ 3.319, 10.56 ], [ 3.37, 9.052 ],
33169
+ [ 3.414, 6.573 ], [ 3.446, 4.095 ], [ 3.481, 1.832 ], [ 3.505, 0.431 ], [ 3.545, 0 ]
33170
+ ],
33171
+ "totImpulseNs": 39,
33172
+ "totalWeightG": 64,
33173
+ "type": "SU",
33174
+ "updatedOn": "2024-07-26"
33175
+ },
33176
+ {
33177
+ "availability": "regular",
33178
+ "avgThrustN": 12,
33179
+ "burnTimeS": 1.4,
33180
+ "certOrg": "Uncertified",
33181
+ "commonName": "D12",
33182
+ "dataFiles": 1,
33183
+ "delays": "0,2,4,6,8",
33184
+ "designation": "D12",
33185
+ "diameter": 24,
33186
+ "impulseClass": "D",
33187
+ "length": 70,
33188
+ "manufacturer": "Piotr Tendera Rocket Motors",
33189
+ "manufacturerAbbrev": "TSP",
33190
+ "motorId": "66a288cdd1517d00027bf3fc",
33191
+ "propInfo": "composite",
33192
+ "propWeightG": 14.8,
33193
+ "samples": [
33194
+ [ 0, 0 ], [ 0.012, 0.208 ], [ 0.067, 0.312 ], [ 0.111, 0.832 ], [ 0.146, 1.351 ], [ 0.186, 2.079 ],
33195
+ [ 0.225, 2.495 ], [ 0.249, 3.326 ], [ 0.277, 4.262 ], [ 0.297, 5.198 ], [ 0.328, 6.341 ],
33196
+ [ 0.348, 7.796 ], [ 0.368, 9.148 ], [ 0.388, 10.19 ], [ 0.396, 11.44 ], [ 0.411, 12.89 ],
33197
+ [ 0.423, 14.35 ], [ 0.435, 16.11 ], [ 0.443, 17.67 ], [ 0.447, 18.82 ], [ 0.459, 21.1 ],
33198
+ [ 0.479, 22.87 ], [ 0.487, 24.32 ], [ 0.498, 25.57 ], [ 0.506, 26.92 ], [ 0.518, 28.07 ],
33199
+ [ 0.538, 25.99 ], [ 0.542, 24.01 ], [ 0.55, 22.04 ], [ 0.558, 20.89 ], [ 0.574, 20.48 ],
33200
+ [ 0.589, 21.1 ], [ 0.597, 21.73 ], [ 0.625, 20.27 ], [ 0.649, 19.13 ], [ 0.676, 17.67 ],
33201
+ [ 0.704, 16.53 ], [ 0.744, 15.49 ], [ 0.783, 14.66 ], [ 0.815, 14.03 ], [ 0.85, 14.03 ],
33202
+ [ 0.89, 13.62 ], [ 0.934, 13.31 ], [ 0.961, 12.58 ], [ 1.001, 12.58 ], [ 1.032, 11.64 ],
33203
+ [ 1.08, 11.85 ], [ 1.147, 11.54 ], [ 1.226, 11.64 ], [ 1.309, 11.64 ], [ 1.381, 11.64 ],
33204
+ [ 1.44, 11.75 ], [ 1.491, 11.75 ], [ 1.551, 11.44 ], [ 1.57, 9.979 ], [ 1.582, 8.42 ],
33205
+ [ 1.598, 6.653 ], [ 1.61, 5.301 ], [ 1.63, 3.742 ], [ 1.653, 2.495 ], [ 1.677, 1.143 ],
33206
+ [ 1.709, 0.52 ], [ 1.733, 0 ]
33207
+ ],
33208
+ "totImpulseNs": 19,
33209
+ "totalWeightG": 45.5,
33210
+ "type": "SU",
33211
+ "updatedOn": "2024-07-25"
32727
33212
  }
32728
33213
  ]