@speleotica/frcsdata 3.0.1 → 4.0.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.
Files changed (45) hide show
  1. package/FrcsPlotFile.js +5 -1
  2. package/FrcsPlotShot.js +5 -1
  3. package/FrcsShot.d.ts +25 -4
  4. package/FrcsShot.js +4 -5
  5. package/FrcsSurveyFile.js +5 -1
  6. package/FrcsTrip.js +5 -1
  7. package/FrcsTripSummary.js +5 -1
  8. package/FrcsTripSummaryFile.js +5 -1
  9. package/es/FrcsPlotFile.js +5 -1
  10. package/es/FrcsPlotShot.js +5 -1
  11. package/es/FrcsShot.js +5 -6
  12. package/es/FrcsSurveyFile.js +5 -1
  13. package/es/FrcsTrip.js +5 -1
  14. package/es/FrcsTripSummary.js +5 -1
  15. package/es/FrcsTripSummaryFile.js +5 -1
  16. package/es/formatFrcsShot.js +75 -0
  17. package/es/formatFrcsShot.spec.js +141 -0
  18. package/es/index.js +24 -28
  19. package/es/node/index.js +2 -10
  20. package/es/node/parseFrcsPlotFile.spec.js +1 -5
  21. package/es/node/parseFrcsSurveyFile.spec.js +115 -69
  22. package/es/node/parseFrcsTripSummaryFile.spec.js +1 -5
  23. package/es/parseFrcsPlotFile.js +1 -26
  24. package/es/parseFrcsSurveyFile.js +75 -103
  25. package/es/parseFrcsTripSummaryFile.js +1 -12
  26. package/es/string/index.js +2 -9
  27. package/es/string/parseFrcsPlotFile.spec.js +1 -5
  28. package/es/string/parseFrcsSurveyFile.spec.js +205 -109
  29. package/formatFrcsShot.d.ts +3 -0
  30. package/formatFrcsShot.js +72 -0
  31. package/formatFrcsShot.spec.js +139 -0
  32. package/index.d.ts +2 -1
  33. package/index.js +24 -28
  34. package/node/index.js +1 -9
  35. package/node/parseFrcsPlotFile.spec.js +165 -180
  36. package/node/parseFrcsSurveyFile.spec.js +270 -235
  37. package/node/parseFrcsTripSummaryFile.spec.js +83 -106
  38. package/package.json +15 -15
  39. package/parseFrcsPlotFile.js +224 -318
  40. package/parseFrcsSurveyFile.js +422 -431
  41. package/parseFrcsTripSummaryFile.js +102 -142
  42. package/string/index.js +10 -27
  43. package/string/parseFrcsPlotFile.spec.js +165 -180
  44. package/string/parseFrcsSurveyFile.spec.js +545 -541
  45. package/yarn.lock +1285 -702
@@ -1,292 +1,327 @@
1
1
  "use strict";
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
4
  var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
6
-
7
5
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
8
-
9
6
  var _mocha = require("mocha");
10
-
11
7
  var _index = require("./index");
12
-
13
8
  var _unitized = require("@speleotica/unitized");
14
-
15
9
  var _chai = require("chai");
16
-
17
10
  var _FrcsShot = require("../FrcsShot");
18
-
19
11
  /* eslint-env node */
12
+
20
13
  (0, _mocha.describe)('parseFrcsSurveyFile', function () {
21
- (0, _mocha.it)('basic test',
22
- /*#__PURE__*/
23
- (0, _asyncToGenerator2["default"])(
24
- /*#__PURE__*/
25
- _regenerator["default"].mark(function _callee() {
14
+ (0, _mocha.it)('basic test', /*#__PURE__*/(0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee() {
26
15
  var parsed;
27
16
  return _regenerator["default"].wrap(function _callee$(_context) {
28
- while (1) {
29
- switch (_context.prev = _context.next) {
30
- case 0:
31
- _context.next = 2;
32
- return (0, _index.parseFrcsSurveyFile)(require.resolve('./cdata.fr'));
33
-
34
- case 2:
35
- parsed = _context.sent;
36
- (0, _chai.expect)(parsed).to.deep.equal({
37
- cave: 'Fisher Ridge Cave System',
38
- errors: [],
39
- location: 'Hart Co., KY',
40
- trips: [{
41
- header: {
42
- name: 'ENTRANCE DROPS, JOE\'S "I LOVE MY WIFE TRAVERSE", TRICKY TRAVERSE',
43
- comment: 'This File has Crumps test connected. 11/20/12',
44
- section: undefined,
45
- date: undefined,
46
- team: undefined,
47
- distanceUnit: _unitized.Length.feet,
48
- azimuthUnit: _unitized.Angle.degrees,
49
- inclinationUnit: _unitized.Angle.degrees,
50
- backsightAzimuthCorrected: true,
51
- backsightInclinationCorrected: false,
52
- hasBacksightAzimuth: true,
53
- hasBacksightInclination: false
54
- },
55
- shots: [{
56
- backsightAzimuth: null,
57
- backsightInclination: null,
58
- comment: null,
59
- distance: _unitized.Unitize.feet(0),
60
- down: _unitized.Unitize.feet(2),
61
- excludeDistance: true,
62
- from: 'AE20',
63
- frontsightAzimuth: null,
64
- frontsightInclination: null,
65
- kind: _FrcsShot.FrcsShotKind.Normal,
17
+ while (1) switch (_context.prev = _context.next) {
18
+ case 0:
19
+ _context.next = 2;
20
+ return (0, _index.parseFrcsSurveyFile)(require.resolve('./cdata.fr'));
21
+ case 2:
22
+ parsed = _context.sent;
23
+ (0, _chai.expect)(parsed).to.deep.equal({
24
+ cave: 'Fisher Ridge Cave System',
25
+ errors: [],
26
+ location: 'Hart Co., KY',
27
+ trips: [{
28
+ header: {
29
+ name: 'ENTRANCE DROPS, JOE\'S "I LOVE MY WIFE TRAVERSE", TRICKY TRAVERSE',
30
+ comment: 'This File has Crumps test connected. 11/20/12',
31
+ section: undefined,
32
+ date: undefined,
33
+ team: undefined,
34
+ distanceUnit: _unitized.Length.feet,
35
+ azimuthUnit: _unitized.Angle.degrees,
36
+ inclinationUnit: _unitized.Angle.degrees,
37
+ backsightAzimuthCorrected: true,
38
+ backsightInclinationCorrected: false,
39
+ hasBacksightAzimuth: true,
40
+ hasBacksightInclination: false
41
+ },
42
+ shots: [{
43
+ backsightAzimuth: null,
44
+ backsightInclination: null,
45
+ comment: null,
46
+ distance: _unitized.Unitize.feet(0),
47
+ excludeDistance: true,
48
+ from: 'AE20',
49
+ frontsightAzimuth: null,
50
+ frontsightInclination: null,
51
+ kind: _FrcsShot.FrcsShotKind.Normal,
52
+ to: null,
53
+ fromLruds: {
66
54
  left: _unitized.Unitize.feet(1),
67
55
  right: _unitized.Unitize.feet(3),
68
- to: null,
69
- up: _unitized.Unitize.feet(0)
70
- }, {
71
- from: 'AE20',
72
- to: 'AE19',
73
- kind: _FrcsShot.FrcsShotKind.Normal,
74
- distance: _unitized.Unitize.feet(9.3),
75
- frontsightAzimuth: _unitized.Unitize.degrees(60),
76
- backsightAzimuth: _unitized.Unitize.degrees(60),
77
- frontsightInclination: _unitized.Unitize.degrees(-36),
78
- backsightInclination: null,
56
+ up: _unitized.Unitize.feet(0),
57
+ down: _unitized.Unitize.feet(2)
58
+ }
59
+ }, {
60
+ from: 'AE20',
61
+ to: 'AE19',
62
+ kind: _FrcsShot.FrcsShotKind.Normal,
63
+ distance: _unitized.Unitize.feet(9.3),
64
+ frontsightAzimuth: _unitized.Unitize.degrees(60),
65
+ backsightAzimuth: _unitized.Unitize.degrees(60),
66
+ frontsightInclination: _unitized.Unitize.degrees(-36),
67
+ backsightInclination: null,
68
+ excludeDistance: false,
69
+ comment: "AE20 0 0 0 Bug-can't put before so put after-so can't make 2 fixed 10/28/12",
70
+ toLruds: {
79
71
  left: _unitized.Unitize.feet(2),
80
72
  right: _unitized.Unitize.feet(12),
81
73
  up: _unitized.Unitize.feet(0),
82
- down: _unitized.Unitize.feet(20),
83
- excludeDistance: false,
84
- comment: "AE20 0 0 0 Bug-can't put before so put after-so can't make 2 fixed 10/28/12"
85
- }, {
86
- from: 'AE19',
87
- to: 'AE18',
88
- kind: _FrcsShot.FrcsShotKind.Normal,
89
- distance: _unitized.Unitize.feet(24.5),
90
- frontsightAzimuth: _unitized.Unitize.degrees(0),
91
- backsightAzimuth: _unitized.Unitize.degrees(0),
92
- frontsightInclination: _unitized.Unitize.degrees(-90),
93
- backsightInclination: null,
74
+ down: _unitized.Unitize.feet(20)
75
+ }
76
+ }, {
77
+ from: 'AE19',
78
+ to: 'AE18',
79
+ kind: _FrcsShot.FrcsShotKind.Normal,
80
+ distance: _unitized.Unitize.feet(24.5),
81
+ frontsightAzimuth: _unitized.Unitize.degrees(0),
82
+ backsightAzimuth: _unitized.Unitize.degrees(0),
83
+ frontsightInclination: _unitized.Unitize.degrees(-90),
84
+ backsightInclination: null,
85
+ excludeDistance: false,
86
+ comment: null,
87
+ toLruds: {
94
88
  left: _unitized.Unitize.feet(6),
95
89
  right: _unitized.Unitize.feet(10),
96
90
  up: _unitized.Unitize.feet(25),
97
- down: _unitized.Unitize.feet(0),
98
- excludeDistance: false,
99
- comment: null
100
- }, {
101
- from: 'AE18',
102
- to: 'AE17',
103
- kind: _FrcsShot.FrcsShotKind.Normal,
104
- distance: _unitized.Unitize.feet(8),
105
- frontsightAzimuth: _unitized.Unitize.degrees(350.5),
106
- backsightAzimuth: _unitized.Unitize.degrees(350.5),
107
- frontsightInclination: _unitized.Unitize.degrees(17),
108
- backsightInclination: null,
91
+ down: _unitized.Unitize.feet(0)
92
+ }
93
+ }, {
94
+ from: 'AE18',
95
+ to: 'AE17',
96
+ kind: _FrcsShot.FrcsShotKind.Normal,
97
+ distance: _unitized.Unitize.feet(8),
98
+ frontsightAzimuth: _unitized.Unitize.degrees(350.5),
99
+ backsightAzimuth: _unitized.Unitize.degrees(350.5),
100
+ frontsightInclination: _unitized.Unitize.degrees(17),
101
+ backsightInclination: null,
102
+ excludeDistance: false,
103
+ comment: null,
104
+ toLruds: {
109
105
  left: _unitized.Unitize.feet(3),
110
106
  right: _unitized.Unitize.feet(5),
111
107
  up: _unitized.Unitize.feet(0),
112
- down: _unitized.Unitize.feet(0),
113
- excludeDistance: false,
114
- comment: null
115
- }, {
116
- from: 'AE17',
117
- to: 'AE16',
118
- kind: _FrcsShot.FrcsShotKind.Normal,
119
- distance: _unitized.Unitize.feet(6.7),
120
- frontsightAzimuth: _unitized.Unitize.degrees(0),
121
- backsightAzimuth: _unitized.Unitize.degrees(0),
122
- frontsightInclination: _unitized.Unitize.degrees(-90),
123
- backsightInclination: null,
108
+ down: _unitized.Unitize.feet(0)
109
+ }
110
+ }, {
111
+ from: 'AE17',
112
+ to: 'AE16',
113
+ kind: _FrcsShot.FrcsShotKind.Normal,
114
+ distance: _unitized.Unitize.feet(6.7),
115
+ frontsightAzimuth: _unitized.Unitize.degrees(0),
116
+ backsightAzimuth: _unitized.Unitize.degrees(0),
117
+ frontsightInclination: _unitized.Unitize.degrees(-90),
118
+ backsightInclination: null,
119
+ excludeDistance: false,
120
+ comment: null,
121
+ toLruds: {
124
122
  left: _unitized.Unitize.feet(3),
125
123
  right: _unitized.Unitize.feet(5),
126
124
  up: _unitized.Unitize.feet(6),
127
- down: _unitized.Unitize.feet(1),
128
- excludeDistance: false,
129
- comment: null
130
- }, {
131
- from: 'AE16',
132
- to: 'AE15',
133
- kind: _FrcsShot.FrcsShotKind.Normal,
134
- distance: _unitized.Unitize.feet(12.6),
135
- frontsightAzimuth: _unitized.Unitize.degrees(70.5),
136
- backsightAzimuth: _unitized.Unitize.degrees(71),
137
- frontsightInclination: _unitized.Unitize.degrees(-18),
138
- backsightInclination: null,
125
+ down: _unitized.Unitize.feet(1)
126
+ }
127
+ }, {
128
+ from: 'AE16',
129
+ to: 'AE15',
130
+ kind: _FrcsShot.FrcsShotKind.Normal,
131
+ distance: _unitized.Unitize.feet(12.6),
132
+ frontsightAzimuth: _unitized.Unitize.degrees(70.5),
133
+ backsightAzimuth: _unitized.Unitize.degrees(71),
134
+ frontsightInclination: _unitized.Unitize.degrees(-18),
135
+ backsightInclination: null,
136
+ excludeDistance: false,
137
+ comment: null,
138
+ toLruds: {
139
139
  left: _unitized.Unitize.feet(4),
140
140
  right: _unitized.Unitize.feet(0),
141
141
  up: _unitized.Unitize.feet(2),
142
- down: _unitized.Unitize.feet(1),
143
- excludeDistance: false,
144
- comment: null
145
- }, {
146
- from: 'AE15',
147
- to: 'AE14',
148
- kind: _FrcsShot.FrcsShotKind.Normal,
149
- distance: _unitized.Unitize.feet(10),
150
- frontsightAzimuth: _unitized.Unitize.degrees(21.5),
151
- backsightAzimuth: _unitized.Unitize.degrees(20),
152
- frontsightInclination: _unitized.Unitize.degrees(6),
153
- backsightInclination: null,
142
+ down: _unitized.Unitize.feet(1)
143
+ }
144
+ }, {
145
+ from: 'AE15',
146
+ to: 'AE14',
147
+ kind: _FrcsShot.FrcsShotKind.Normal,
148
+ distance: _unitized.Unitize.feet(10),
149
+ frontsightAzimuth: _unitized.Unitize.degrees(21.5),
150
+ backsightAzimuth: _unitized.Unitize.degrees(20),
151
+ frontsightInclination: _unitized.Unitize.degrees(6),
152
+ backsightInclination: null,
153
+ excludeDistance: false,
154
+ comment: null,
155
+ toLruds: {
154
156
  left: _unitized.Unitize.feet(5),
155
157
  right: _unitized.Unitize.feet(5),
156
158
  up: _unitized.Unitize.feet(0),
157
- down: _unitized.Unitize.feet(3),
158
- excludeDistance: false,
159
- comment: null
160
- }, {
161
- from: 'AE14',
162
- to: 'AE13',
163
- kind: _FrcsShot.FrcsShotKind.Normal,
164
- distance: _unitized.Unitize.feet(26.8),
165
- frontsightAzimuth: _unitized.Unitize.degrees(288),
166
- backsightAzimuth: _unitized.Unitize.degrees(286),
167
- frontsightInclination: _unitized.Unitize.degrees(-50),
168
- backsightInclination: null,
159
+ down: _unitized.Unitize.feet(3)
160
+ }
161
+ }, {
162
+ from: 'AE14',
163
+ to: 'AE13',
164
+ kind: _FrcsShot.FrcsShotKind.Normal,
165
+ distance: _unitized.Unitize.feet(26.8),
166
+ frontsightAzimuth: _unitized.Unitize.degrees(288),
167
+ backsightAzimuth: _unitized.Unitize.degrees(286),
168
+ frontsightInclination: _unitized.Unitize.degrees(-50),
169
+ backsightInclination: null,
170
+ excludeDistance: false,
171
+ comment: null,
172
+ toLruds: {
169
173
  left: _unitized.Unitize.feet(0),
170
174
  right: _unitized.Unitize.feet(7),
171
175
  up: _unitized.Unitize.feet(20),
172
- down: _unitized.Unitize.feet(5),
173
- excludeDistance: false,
174
- comment: null
175
- }, {
176
- from: 'AE13',
177
- to: 'AE12',
178
- kind: _FrcsShot.FrcsShotKind.Normal,
179
- distance: _unitized.Unitize.feet(20.7),
180
- frontsightAzimuth: _unitized.Unitize.degrees(236),
181
- backsightAzimuth: _unitized.Unitize.degrees(236),
182
- frontsightInclination: _unitized.Unitize.degrees(34),
183
- backsightInclination: null,
176
+ down: _unitized.Unitize.feet(5)
177
+ }
178
+ }, {
179
+ from: 'AE13',
180
+ to: 'AE12',
181
+ kind: _FrcsShot.FrcsShotKind.Normal,
182
+ distance: _unitized.Unitize.feet(20.7),
183
+ frontsightAzimuth: _unitized.Unitize.degrees(236),
184
+ backsightAzimuth: _unitized.Unitize.degrees(236),
185
+ frontsightInclination: _unitized.Unitize.degrees(34),
186
+ backsightInclination: null,
187
+ excludeDistance: false,
188
+ comment: 'SHORT CANYON AT THE BASE OF THE SECOND DROP',
189
+ toLruds: {
184
190
  left: _unitized.Unitize.feet(3),
185
191
  right: _unitized.Unitize.feet(5),
186
192
  up: _unitized.Unitize.feet(4),
187
- down: _unitized.Unitize.feet(4),
188
- excludeDistance: false,
189
- comment: 'SHORT CANYON AT THE BASE OF THE SECOND DROP'
190
- }]
191
- }, {
192
- header: {
193
- name: 'TRICKY TRAVERSE AND THEN FIRST SURVEY IN UPPER CROWLWAY',
194
- comment: null,
195
- section: undefined,
196
- date: undefined,
197
- team: undefined,
198
- distanceUnit: _unitized.Length.inches,
199
- azimuthUnit: _unitized.Angle.degrees,
200
- inclinationUnit: _unitized.Angle.degrees,
201
- backsightAzimuthCorrected: false,
202
- backsightInclinationCorrected: false,
203
- hasBacksightAzimuth: true,
204
- hasBacksightInclination: false
193
+ down: _unitized.Unitize.feet(4)
194
+ }
195
+ }]
196
+ }, {
197
+ header: {
198
+ name: 'TRICKY TRAVERSE AND THEN FIRST SURVEY IN UPPER CROWLWAY',
199
+ comment: null,
200
+ section: undefined,
201
+ date: undefined,
202
+ team: undefined,
203
+ distanceUnit: _unitized.Length.inches,
204
+ azimuthUnit: _unitized.Angle.degrees,
205
+ inclinationUnit: _unitized.Angle.degrees,
206
+ backsightAzimuthCorrected: false,
207
+ backsightInclinationCorrected: false,
208
+ hasBacksightAzimuth: true,
209
+ hasBacksightInclination: false
210
+ },
211
+ shots: [{
212
+ from: 'A1',
213
+ to: 'A2',
214
+ kind: _FrcsShot.FrcsShotKind.Normal,
215
+ distance: _unitized.Unitize.inches(48 * 12 + 10),
216
+ frontsightAzimuth: _unitized.Unitize.degrees(292),
217
+ backsightAzimuth: _unitized.Unitize.degrees(110),
218
+ frontsightInclination: _unitized.Unitize.degrees(-42),
219
+ backsightInclination: null,
220
+ excludeDistance: false,
221
+ comment: null,
222
+ fromLruds: {
223
+ left: _unitized.Unitize.feet(2),
224
+ right: _unitized.Unitize.feet(7),
225
+ up: _unitized.Unitize.feet(3),
226
+ down: _unitized.Unitize.feet(4.5)
205
227
  },
206
- shots: [{
207
- from: 'A1',
208
- to: 'A2',
209
- kind: _FrcsShot.FrcsShotKind.Normal,
210
- distance: _unitized.Unitize.inches(48 * 12 + 10),
211
- frontsightAzimuth: _unitized.Unitize.degrees(292),
212
- backsightAzimuth: _unitized.Unitize.degrees(110),
213
- frontsightInclination: _unitized.Unitize.degrees(-42),
214
- backsightInclination: null,
228
+ toLruds: {
215
229
  left: _unitized.Unitize.feet(5),
216
230
  right: _unitized.Unitize.feet(10),
217
231
  up: _unitized.Unitize.feet(35),
218
- down: _unitized.Unitize.feet(5),
219
- excludeDistance: false,
220
- comment: null
221
- }, {
222
- from: 'A2',
223
- to: 'A3',
224
- kind: _FrcsShot.FrcsShotKind.Normal,
225
- distance: _unitized.Unitize.inches(12 * 12 + 5),
226
- frontsightAzimuth: _unitized.Unitize.degrees(333.5),
227
- backsightAzimuth: _unitized.Unitize.degrees(153.5),
228
- frontsightInclination: _unitized.Unitize.degrees(35),
229
- backsightInclination: null,
232
+ down: _unitized.Unitize.feet(5)
233
+ }
234
+ }, {
235
+ from: 'A2',
236
+ to: 'A3',
237
+ kind: _FrcsShot.FrcsShotKind.Normal,
238
+ distance: _unitized.Unitize.inches(12 * 12 + 5),
239
+ frontsightAzimuth: _unitized.Unitize.degrees(333.5),
240
+ backsightAzimuth: _unitized.Unitize.degrees(153.5),
241
+ frontsightInclination: _unitized.Unitize.degrees(35),
242
+ backsightInclination: null,
243
+ excludeDistance: false,
244
+ comment: null,
245
+ toLruds: {
230
246
  left: _unitized.Unitize.feet(3),
231
247
  right: _unitized.Unitize.feet(1),
232
248
  up: _unitized.Unitize.feet(15),
233
- down: _unitized.Unitize.feet(5),
234
- excludeDistance: false,
235
- comment: null
236
- }, {
237
- from: 'A3',
238
- to: 'A4',
239
- kind: _FrcsShot.FrcsShotKind.Normal,
240
- distance: _unitized.Unitize.inches(4 * 12 + 2),
241
- frontsightAzimuth: _unitized.Unitize.degrees(0),
242
- backsightAzimuth: _unitized.Unitize.degrees(0),
243
- frontsightInclination: _unitized.Unitize.degrees(90),
244
- backsightInclination: null,
249
+ down: _unitized.Unitize.feet(5)
250
+ }
251
+ }, {
252
+ from: 'A3',
253
+ to: 'A4',
254
+ kind: _FrcsShot.FrcsShotKind.Normal,
255
+ distance: _unitized.Unitize.inches(4 * 12 + 2),
256
+ frontsightAzimuth: _unitized.Unitize.degrees(0),
257
+ backsightAzimuth: _unitized.Unitize.degrees(0),
258
+ frontsightInclination: _unitized.Unitize.degrees(90),
259
+ backsightInclination: null,
260
+ excludeDistance: false,
261
+ comment: null,
262
+ toLruds: {
245
263
  left: _unitized.Unitize.feet(3),
246
264
  right: _unitized.Unitize.feet(1),
247
265
  up: _unitized.Unitize.feet(10),
248
- down: _unitized.Unitize.feet(10),
249
- excludeDistance: false,
250
- comment: null
251
- }]
266
+ down: _unitized.Unitize.feet(10)
267
+ }
268
+ }]
269
+ }, {
270
+ header: {
271
+ azimuthUnit: _unitized.Angle.degrees,
272
+ backsightAzimuthCorrected: true,
273
+ backsightInclinationCorrected: false,
274
+ comment: null,
275
+ date: undefined,
276
+ distanceUnit: _unitized.Length.feet,
277
+ hasBacksightAzimuth: true,
278
+ hasBacksightInclination: false,
279
+ inclinationUnit: _unitized.Angle.degrees,
280
+ name: "DOUG'S DEMISE (50 FT DROP), CHRIS CROSS, CRAWL ABOVE DROP",
281
+ section: undefined,
282
+ team: undefined
283
+ },
284
+ shots: [{
285
+ backsightAzimuth: _unitized.Unitize.degrees(0),
286
+ backsightInclination: null,
287
+ comment: null,
288
+ distance: _unitized.Unitize.feet(13.7),
289
+ excludeDistance: false,
290
+ from: 'B30',
291
+ frontsightAzimuth: _unitized.Unitize.degrees(0),
292
+ frontsightInclination: _unitized.Unitize.degrees(40),
293
+ kind: ' ',
294
+ to: 'B31',
295
+ toLruds: {
296
+ left: _unitized.Unitize.feet(2),
297
+ right: _unitized.Unitize.feet(4),
298
+ up: _unitized.Unitize.feet(6),
299
+ down: null
300
+ }
252
301
  }, {
253
- header: {
254
- azimuthUnit: _unitized.Angle.degrees,
255
- backsightAzimuthCorrected: true,
256
- backsightInclinationCorrected: false,
257
- comment: null,
258
- date: undefined,
259
- distanceUnit: _unitized.Length.feet,
260
- hasBacksightAzimuth: true,
261
- hasBacksightInclination: false,
262
- inclinationUnit: _unitized.Angle.degrees,
263
- name: "DOUG'S DEMISE (50 FT DROP), CHRIS CROSS, CRAWL ABOVE DROP",
264
- section: undefined,
265
- team: undefined
266
- },
267
- shots: [{
268
- backsightAzimuth: _unitized.Unitize.degrees(0),
269
- backsightInclination: null,
270
- comment: null,
271
- distance: _unitized.Unitize.feet(13.7),
272
- down: null,
273
- excludeDistance: false,
274
- from: 'B30',
275
- frontsightAzimuth: _unitized.Unitize.degrees(0),
276
- frontsightInclination: _unitized.Unitize.degrees(40),
277
- kind: ' ',
302
+ backsightAzimuth: _unitized.Unitize.degrees(0),
303
+ backsightInclination: null,
304
+ comment: null,
305
+ distance: _unitized.Unitize.feet(13.7),
306
+ excludeDistance: true,
307
+ isSplay: true,
308
+ from: 'B30',
309
+ frontsightAzimuth: _unitized.Unitize.degrees(0),
310
+ frontsightInclination: _unitized.Unitize.degrees(40),
311
+ kind: ' ',
312
+ to: 'B30sp',
313
+ toLruds: {
278
314
  left: _unitized.Unitize.feet(2),
279
315
  right: _unitized.Unitize.feet(4),
280
- to: 'B31',
281
- up: _unitized.Unitize.feet(6)
282
- }]
316
+ up: _unitized.Unitize.feet(6),
317
+ down: null
318
+ }
283
319
  }]
284
- });
285
-
286
- case 4:
287
- case "end":
288
- return _context.stop();
289
- }
320
+ }]
321
+ });
322
+ case 4:
323
+ case "end":
324
+ return _context.stop();
290
325
  }
291
326
  }, _callee);
292
327
  })));