@willcgage/module-schematic 0.52.0 → 0.53.0
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.
- package/dist/index.cjs +39 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +65 -10
- package/dist/index.d.ts +65 -10
- package/dist/index.js +39 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1106,7 +1106,17 @@ var ATLAS_CODE55_N = [
|
|
|
1106
1106
|
lead: {
|
|
1107
1107
|
inches: 5 * TURNOUT_LEAD_INCHES_PER_FROG,
|
|
1108
1108
|
source: "derived",
|
|
1109
|
-
note: "scaled from the measured #7 by frog number \u2014 not measured"
|
|
1109
|
+
note: "scaled from the measured #7 by frog number \u2014 not measured, BUT now corroborated: a photo read of Will's physical 2050 puts points\u2192frog at ~2.4\u2033, i.e. 0.48/frog against the #7's 0.482. Replace with a real measurement when someone puts a rule on it."
|
|
1110
|
+
},
|
|
1111
|
+
overallLength: {
|
|
1112
|
+
inches: 6,
|
|
1113
|
+
source: "measured",
|
|
1114
|
+
note: "Will Gage, physical Atlas 2050 (#5 LH), end tie to end tie"
|
|
1115
|
+
},
|
|
1116
|
+
actualAngle: {
|
|
1117
|
+
deg: 11.25,
|
|
1118
|
+
source: "unverified",
|
|
1119
|
+
note: "CORROBORATED: XTrkCAD N-atlasn55.xtp gives 11.250152\xB0, and AnyRail-forum trial-and-error (glakedylan, 2012) gives 11.25\xB0. Theory atan(1/5) = 11.310\xB0. 11.25\xB0 is exactly 1/32 turn \u2014 Atlas appear to build to sectional angles."
|
|
1110
1120
|
}
|
|
1111
1121
|
},
|
|
1112
1122
|
{
|
|
@@ -1122,6 +1132,16 @@ var ATLAS_CODE55_N = [
|
|
|
1122
1132
|
inches: 3.375,
|
|
1123
1133
|
source: "measured",
|
|
1124
1134
|
note: "Steve Branton, physical Atlas code 55 #7, 3\u215C\u2033 points\u2192frog (#173)"
|
|
1135
|
+
},
|
|
1136
|
+
overallLength: {
|
|
1137
|
+
inches: 6,
|
|
1138
|
+
source: "measured",
|
|
1139
|
+
note: "Will Gage, physical Atlas 2052 (#7), end tie to end tie \u2014 the SAME 6\u2033 as the #5, which is what proves length is not a function of frog number"
|
|
1140
|
+
},
|
|
1141
|
+
actualAngle: {
|
|
1142
|
+
deg: 8.13,
|
|
1143
|
+
source: "unverified",
|
|
1144
|
+
note: "DISPUTED: XTrkCAD .xtp says 8.1818\xB0, AnyRail forum says 8.125\xB0, theory atan(1/7) = 8.130\xB0. The sources disagree, so theory is used here."
|
|
1125
1145
|
}
|
|
1126
1146
|
},
|
|
1127
1147
|
{
|
|
@@ -1134,9 +1154,24 @@ var ATLAS_CODE55_N = [
|
|
|
1134
1154
|
partNumbers: { left: "2054", right: "2055" },
|
|
1135
1155
|
frogNumber: 10,
|
|
1136
1156
|
lead: {
|
|
1137
|
-
inches:
|
|
1138
|
-
source: "
|
|
1139
|
-
note: "
|
|
1157
|
+
inches: 4.1875,
|
|
1158
|
+
source: "measured",
|
|
1159
|
+
note: "Will Gage, physical Atlas 2054 (#10): points at 9/16\u2033 from the end, frog at 4.75\u2033 \u21D2 4\xB3\u2044\u2081\u2086\u2033. THIS IS THE MEASUREMENT THAT REFUTED the lead-per-frog rule \u2014 it predicted 4.82\u2033, 13% over."
|
|
1160
|
+
},
|
|
1161
|
+
pointsOffset: {
|
|
1162
|
+
inches: 0.5625,
|
|
1163
|
+
source: "measured",
|
|
1164
|
+
note: "Will Gage, physical Atlas 2054 (#10) \u2014 end of tie strip to point tips"
|
|
1165
|
+
},
|
|
1166
|
+
overallLength: {
|
|
1167
|
+
inches: 8,
|
|
1168
|
+
source: "measured",
|
|
1169
|
+
note: "Will Gage, physical Atlas 2054 (#10), end tie to end tie"
|
|
1170
|
+
},
|
|
1171
|
+
actualAngle: {
|
|
1172
|
+
deg: 5.74,
|
|
1173
|
+
source: "unverified",
|
|
1174
|
+
note: "CORROBORATED: XTrkCAD .xtp gives 5.739\xB0, AnyRail forum 5.75\xB0 \u2014 they agree with each other and not with theory atan(1/10) = 5.711\xB0."
|
|
1140
1175
|
}
|
|
1141
1176
|
},
|
|
1142
1177
|
{
|