exlibris-aleph 0.1.2 → 0.1.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.
Files changed (56) hide show
  1. data/README.rdoc +3 -0
  2. data/lib/exlibris/aleph/tab_helper.rb +8 -7
  3. data/lib/exlibris/aleph/version.rb +1 -1
  4. data/test/dummy/config/aleph/alephe/sub_libraries.yml +1 -0
  5. data/test/dummy/config/aleph/{NYU50 → nyu50}/collections.yml +1 -0
  6. data/test/dummy/config/aleph/{NYU50 → nyu50}/item_permissions_by_item_process_status.yml +1 -0
  7. data/test/dummy/config/aleph/{NYU50 → nyu50}/item_permissions_by_item_status.yml +105 -104
  8. data/test/dummy/config/aleph/{NYU50 → nyu50}/items.yml +1 -0
  9. data/test/dummy/config/aleph/{NYU50 → nyu50}/patron_permissions.yml +28 -27
  10. data/test/dummy/config/aleph/{NYU50 → nyu50}/patrons.yml +1 -0
  11. data/test/dummy/config/aleph/{NYU50 → nyu50}/pickup_locations.yml +1 -0
  12. data/test/dummy/config/aleph/{NYU51 → nyu51}/collections.yml +1 -0
  13. data/test/dummy/config/aleph/{NYU51 → nyu51}/item_permissions_by_item_process_status.yml +1 -0
  14. data/test/dummy/config/aleph/{NYU51 → nyu51}/item_permissions_by_item_status.yml +7 -6
  15. data/test/dummy/config/aleph/{NYU51 → nyu51}/items.yml +1 -0
  16. data/test/dummy/config/aleph/{NYU51 → nyu51}/patron_permissions.yml +28 -27
  17. data/test/dummy/config/aleph/{NYU51 → nyu51}/patrons.yml +1 -0
  18. data/test/dummy/config/aleph/{NYU51 → nyu51}/pickup_locations.yml +1 -0
  19. data/test/dummy/config/initializers/aleph.rb +1 -1
  20. data/test/dummy/config/initializers/session_store.rb +1 -1
  21. data/test/dummy/config/initializers/wrap_parameters.rb +1 -1
  22. data/test/dummy/log/test.log +162 -0
  23. data/test/mnt/aleph_tab/alephe/tab/tab_sub_library.eng +378 -0
  24. data/test/mnt/aleph_tab/nyu50/tab/pc_tab_exp_field_extended.eng +158 -0
  25. data/test/mnt/aleph_tab/nyu50/tab/tab15.eng +4742 -0
  26. data/test/mnt/aleph_tab/nyu50/tab/tab16 +3792 -0
  27. data/test/mnt/aleph_tab/nyu50/tab/tab31 +998 -0
  28. data/test/mnt/aleph_tab/nyu50/tab/tab37 +405 -0
  29. data/test/mnt/aleph_tab/nyu50/tab/tab40.eng +335 -0
  30. data/test/mnt/aleph_tab/nyu50/tab/tab_www_item_desc.eng +208 -0
  31. data/test/mnt/aleph_tab/nyu51/tab/pc_tab_exp_field_extended.eng +178 -0
  32. data/test/mnt/aleph_tab/nyu51/tab/tab15.eng +593 -0
  33. data/test/mnt/aleph_tab/nyu51/tab/tab16 +630 -0
  34. data/test/mnt/aleph_tab/nyu51/tab/tab31 +412 -0
  35. data/test/mnt/aleph_tab/nyu51/tab/tab37 +202 -0
  36. data/test/mnt/aleph_tab/nyu51/tab/tab40.eng +52 -0
  37. data/test/mnt/aleph_tab/nyu51/tab/tab_www_item_desc.eng +208 -0
  38. data/test/mnt/aleph_tab/pc_tab_exp_field_extended.eng +158 -0
  39. data/test/mnt/aleph_tab/tab15.eng +4742 -0
  40. data/test/mnt/aleph_tab/tab16 +3792 -0
  41. data/test/mnt/aleph_tab/tab31 +998 -0
  42. data/test/mnt/aleph_tab/tab37 +405 -0
  43. data/test/mnt/aleph_tab/tab40.eng +335 -0
  44. data/test/mnt/aleph_tab/tab_sub_library.eng +378 -0
  45. data/test/mnt/aleph_tab/tab_www_item_desc.eng +208 -0
  46. data/test/test_helper.rb +34 -2
  47. data/test/unit/bor_auth_test.rb +16 -12
  48. data/test/unit/patron_test.rb +19 -15
  49. data/test/unit/record_test.rb +15 -11
  50. data/test/unit/tab_helper_benchmarks.rb +1 -1
  51. data/test/unit/tab_helper_test.rb +7 -7
  52. data/test/vcr_cassettes/bor_auth.yml +44 -0
  53. data/test/vcr_cassettes/patron.yml +83 -0
  54. data/test/vcr_cassettes/record.yml +145 -0
  55. metadata +149 -82
  56. data/test/dummy/config/aleph/sub_libraries.yml +0 -776
@@ -0,0 +1,630 @@
1
+ !
2
+ ! NOTE - 1) do not edit this header section
3
+ ! - 2) this header is created from the template located
4
+ ! in $aleph_headers (sub-folders)
5
+ ! - 3) to add remarks within the table,
6
+ ! start the line with !rem or !*
7
+ ! - 4) to mark a line as non-used (but restorable)
8
+ ! add ! at start of line, retaining column structure
9
+ ! displaced by one position to the right
10
+ ! - 5) all internal codes must be Latin characters A-Z,0-9
11
+ !
12
+ !============================================================================
13
+ ! tab16 - Due dates, fines & limits
14
+ !============================================================================
15
+ ! Last header change: 03/04/2003
16
+ !
17
+ ! TABLE_KEY 1,2,3,4
18
+ !
19
+ ! HELP
20
+ !
21
+ ! Item status 99 and 98.
22
+ ! These statuses define limits for the total number
23
+ ! of loans/holds/bookings, with no item status check.
24
+ ! You can use ## in col.4 (patron status) to denote all patron statuses
25
+ ! or enter a specific patron status in col.4 (patron status) if you
26
+ ! want to define the global loan/hold/booking limit per patron status.
27
+ !
28
+ ! Where 99 is used the total check is for every sublibrary that relates
29
+ ! to the group ID. The limit that is set in the 99 line means that a single
30
+ ! library that belongs to that group may not have more than that number or
31
+ ! loans/holds/bookings.
32
+ ! Where 98 is used the total check is for the entire group that relates
33
+ ! to the group ID. The limit that is set in the 98 line means that the total number
34
+ ! of loans/holds/bookings in the entire group may not exceed this limit.
35
+ !
36
+ ! It is possible to define a total check for the entire ADM library.
37
+ ! Define a separate line with a different group ID for the ADM library and use the 99
38
+ ! item status.
39
+ ! Enter this group ID in column 7 in tab_sub_library.lng in the line that
40
+ ! defines the ADM library.
41
+ ! This must be the LAST line in every group ID.
42
+ ! .
43
+ ! Hourly and daily fines.
44
+ ! Hours are rounded to a single hour, days are rounded to a
45
+ ! single day.
46
+ ! .
47
+ ! If no parameters are defined for cols. 15-18, then the
48
+ ! regular date/hour parameters are used (cols. 5-6, 8-9)
49
+ ! .
50
+ ! Z301
51
+ ! After changing parameters that affect due date/time, you
52
+ ! must either wait one day, or drop Z301 in order for the
53
+ ! changes to take effect.
54
+ !
55
+ ! NOTE: A maximum of 500 lines may be defined for each ID group.
56
+ ! END_HELP
57
+ !
58
+ ! COL 1. 5; ALPHA_NUM, UPPER; ;
59
+ ! Group ID;
60
+ ! Group ID for group of definitions as defined in tab_sub_library
61
+ ! ($alephe_tab);
62
+ ! COL 2. 2; NUM; #;
63
+ ! Item status;
64
+ ! Item status. Use ## to denote any (all) item status;
65
+ ! COL 3. 2; ALPHA, UPPER; #;
66
+ ! Item process status;
67
+ ! Item Process status. Use ## to denote any (all) process status.
68
+ ! The item process status is not taken into consideration when
69
+ ! creating due dates and due hours (cols. 6, 9, 16 and 18) but is
70
+ ! taken into consideration for all other columns. Due dates (Z301)
71
+ ! will only be built from tab16 lines which have "##" in the item
72
+ ! process status column.;
73
+ ! COL 4. 2; NUM; #;
74
+ ! Patron status;
75
+ ! Patron status. Use ## to denote any (all) patron status;
76
+ ! COL 5. 1; TEXT {+,A}, UPPER; ;
77
+ ! Date operator;
78
+ ! Date operator:
79
+ ! + = add to current date
80
+ ! A = actual date;
81
+ ! COL 6. 8; NUM; ;
82
+ ! Date parameter;
83
+ ! Date parameter:
84
+ ! + in Column 5 = no.of days to add
85
+ ! A in Column 5 = actual date
86
+ ! The maximum number of days to be added is 999;
87
+ ! COL 7. 2; NUM; ;
88
+ ! Grace days;
89
+ ! Grace days:
90
+ ! no. of days within which a late return is "forgiven";
91
+ ! COL 8. 1; TEXT {+,A}, UPPER; ;
92
+ ! Hour operator;
93
+ ! Hour operator:
94
+ ! + = add to current time
95
+ ! A = actual time;
96
+ ! COL 9. 4; NUM; ;
97
+ ! Hour parameter;
98
+ ! Hour parameter:
99
+ ! + in Column 8 = no.of hours/minutes to add
100
+ ! A in Column 8 = actual time;
101
+ ! COL 10. 4; NUM; ;
102
+ ! Grace Hours;
103
+ ! Grace Hours:
104
+ ! no. of hours and minutes within which a late return is "forgiven";
105
+ ! COL 11. 5; FLOAT_NO_DOT {3,2}; ;
106
+ ! Fine multiple;
107
+ ! Fine multiple (3 digits + 2 decimal):
108
+ ! The sum refers to a full day. In order for it to refer to an hour,
109
+ ! take the hourly amount that you want, multiply it by 24, and place
110
+ ! the resulting sum in this column.
111
+ ! In addition, in alephe/aleph_start you can set a multiplication
112
+ ! factor and rounding parameter(Y/N);
113
+ ! COL 12. 3; NUM; ;
114
+ ! Max no. of loans;
115
+ ! Max number of loans
116
+ ! The maximum number of loans a patron is allowed to
117
+ ! have of a specific item status or of all item statuses
118
+ ! when relating to the 99 line.
119
+ ! It is not possible to set to unlimited number of loans. If you
120
+ ! have a patron status that you want to set up to allow an
121
+ ! unlimited number of loans, set "check loan" (col.7) in tab31
122
+ ! to N (z305_loan_check=N ). This should be used for institutional
123
+ ! patrons, like ILL departments.;
124
+ ! COL 13. 3; NUM; ;
125
+ ! Max no. hold requests;
126
+ ! Max number of hold requests
127
+ ! The maximum number of hold requests a patron is allowed
128
+ ! to have of a specific item status or of all item statuses
129
+ ! when relating to the 99 line;
130
+ ! COL 14. 1; ALPHA_NUM, UPPER; #;
131
+ ! Fine method;
132
+ ! fine methods
133
+ ! 0 - no fines charged
134
+ ! A - open minutes
135
+ ! 1 - open hours
136
+ ! 2 - open days
137
+ ! B - total minutes
138
+ ! 3 - total hours
139
+ ! 4 - total days
140
+ ! 5 - overlapping block date
141
+ ! 6 - cumulative block date
142
+ ! C - include recall - behaves like type 1 (open-hours)
143
+ ! D - include recall - behaves like type 2 (open-days)
144
+ ! E - include recall - behaves like type 3 (total-hours)
145
+ ! 7 - include recall - behaves like type 4 (total days)
146
+ ! R - fixed 1st day - behaves like type 2 (open-days)
147
+ ! F - total days by intervals (using tab_late_return)
148
+ ! 8 - overlapping block date + fine calculated according to total days
149
+ ! 9 - cumulative block date + fine calculated according to total days
150
+ ! Y - special for ICL
151
+ ! Z - special for ICL;
152
+ !
153
+ ! Fine method 5 - overlapping block date
154
+ ! .
155
+ ! A patron who returns one item late is blocked from borrowing
156
+ ! items or renewing loans (this depends on the setup of
157
+ ! tab_check_circ) for a period equal to the number of days the
158
+ ! item was overdue.
159
+ ! A patron who returns two or more items late is blocked from
160
+ ! from borrowing items or renewing loans for a period equal to
161
+ ! the highest number of days an item was overdue.
162
+ ! Example, a patron who returns two items late, one 5 days overdue
163
+ ! and the other 10 days overdue is blocked from borrowing items
164
+ ! for 10 days.
165
+ ! .
166
+ ! Fine method 6 - cumulative block date
167
+ ! .
168
+ ! A patron who returns one item late is blocked from borrowing
169
+ ! items or renewing loans (this depends on the setup of
170
+ ! tab_check_circ) for a period equal to the number of days the
171
+ ! item was overdue.
172
+ ! A patron who returns two or more items late is blocked from
173
+ ! from borrowing items or renewing loans for a period equal to
174
+ ! the sum of the number of days each item was overdue.
175
+ ! Example, a patron who returns two items late, one 5 days overdue
176
+ ! and the other 10 days overdue is blocked from borrowing items
177
+ ! for 15 days.
178
+ ! .
179
+ ! Fine method R - First day fixed, then open days
180
+ ! .
181
+ ! The fine for the first overdue day is a fixed sum of 2.00
182
+ ! (hardcoded). No other fines are added for the first day.
183
+ ! From the second day onward the calculation is
184
+ ! like fine method 2 (open days).;
185
+ ! COL 15. 1; TEXT {+,A}, UPPER; ;
186
+ ! Date operator (request);
187
+ ! Date operator for loan of items with holds:
188
+ ! (+ or A as in column 5);
189
+ ! COL 16. 8; NUM; ;
190
+ ! Date parameter (request);
191
+ ! Date parameter for loan of items with holds:
192
+ ! The value entered here is either an offset or an actual date
193
+ ! depending on the value of column 15;
194
+ ! COL 17. 1; TEXT {+,A}, UPPER; ;
195
+ ! Hour operator (request);
196
+ ! Hour operator for loan of items with holds:
197
+ ! (+ or A as in column 8);
198
+ ! COL 18. 4; NUM; ;
199
+ ! Hour parameter (request);
200
+ ! Hour parameter for loan of items with holds:
201
+ ! The value entered here is either an offset or an actual hour
202
+ ! depending on the value of column 17
203
+ ! NOTE: if no parameters are defined for cols. 15-18, then the
204
+ ! regular date/hour parameters are used (cols. 5-6, 8-9);
205
+ ! COL 19. 3; NUM; ;
206
+ ! No. of days for recall notice;
207
+ ! Number of days from recall notice to the new due date for
208
+ ! the recalled item;
209
+ ! COL 20. 3; NUM; ;
210
+ ! Minimum guaranteed loan period;
211
+ ! Number of days for minimum guaranteed loan period (when recalled);
212
+ ! COL 21. 2; ALPHA_NUM {00-09}; ;
213
+ ! Maximum renewals;
214
+ ! Maximum number of renewals. Although you can enter two digits, the
215
+ ! definable limit is "09". For unlimited renewals, leave
216
+ ! the column blank.;
217
+ ! COL 22. 4; ALPHA_NUM, UPPER; ;
218
+ ! Maximum renewal period ;
219
+ ! Maximum renewal period:
220
+ ! D days/W weeks/M months
221
+ ! nnn - number of units
222
+ ! Example: D007 - renew up to a maximum of 7 days
223
+ ! W004 - renew up to 4 weeks;
224
+ ! COL 23. 10; FLOAT_DOT {7,2}; ;
225
+ ! Maximum fine;
226
+ ! Maximum fine (up to 2 after the decimal)
227
+ ! - the field should be left-aligned;
228
+ ! COL 24. 10; FLOAT_DOT {7,2}; ;
229
+ ! Minimum fine;
230
+ ! Minimum fine (up to 2 after the decimal)
231
+ ! fines below this amount will be treated as zero amount fines.
232
+ ! - the field should be left-aligned;
233
+ ! COL 25. 10; FLOAT_DOT {7,2}; ;
234
+ ! Fixed Fine Addition;
235
+ ! Fixed Fine Addition (up to 2 after the decimal)
236
+ ! Fixed amount to be added to any fine.
237
+ ! - the field should be left-aligned;
238
+ !
239
+ ! COL 26. 3; NUM; ;
240
+ ! Max no. booking requests;
241
+ ! Max number of booking requests
242
+ ! The maximum number of booking requests a patron is allowed
243
+ ! to have.
244
+ ! We use 999 to indicate unlimited number of requests.;
245
+ !
246
+ ! COL 27. 1; NUM; ;
247
+ ! Adjust Due Date and Hour;
248
+ ! Adjust Due Date and Hour
249
+ !
250
+ ! This column is sensitive to sublibrary and item status only.
251
+ ! Therefore, use '##' for both item process status and patron
252
+ ! status.
253
+ !
254
+ ! When calculating the due date:
255
+ ! 0 - Adjust a due hour which is after closing time to the closing
256
+ ! time (if the due date is an open day), or to the closing time
257
+ ! of the NEXT open day (if the due date is a closed day).
258
+ ! 1 - Adjust a due hour which is after closing time to the closing
259
+ ! time (if the due date is an open day), or to the closing time
260
+ ! of the PREVIOUS open day (if the due date is a closed day).
261
+ ! Note! When choosing '0' or '1', if the due hour is after
262
+ ! closing and before 23:59:59, the due hour will change to the
263
+ ! closing time of the same day. If the due hour is in the next day
264
+ ! (after 00:00:01), the due hour will change to the opening
265
+ ! time of the following day.
266
+ ! 2 - Do NOT adjust due hour if the due date is an open day. if
267
+ ! the due date is a closed day, find the NEXT open day. This
268
+ ! is the default value in case tab16 cannot be read or this
269
+ ! column has an invalid value (i.e. other than 0, 1, 2 or 3).
270
+ ! 3 - Adjust a due hour which is after closing time to the NEXT
271
+ ! open day's opening hour.
272
+ !
273
+ ! In any setting, if the due hour is EARLIER than the opening hour,
274
+ ! it is adjusted to the opening hour.;
275
+ !
276
+ ! COL 28. 2; NUM; ;
277
+ ! Item requested threshold;
278
+ ! If an item has this number of active hold requests
279
+ ! it will be considered requested for the purpose of using
280
+ ! columns 15-18 for setting its due date.;
281
+ !
282
+ ! 1 1 1
283
+ ! 1 2 3 4 5 6 7 8 9 10 11 12 13 4 5 16 7 18 19 20 21 22 23 24 25 26 2728
284
+ !!!!!-!!-!!-!!-!-!!!!!!!!-!!-!-!!!!-!!!!-!!!!!-!!!-!!!-!-!-!!!!!!!!-!-!!!!-!!!-!!!-!!-!!!!-!!!!!!!!!!-!!!!!!!!!!-!!!!!!!!!!-!!!-!-!!
285
+ NABUD 01 ## 10 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
286
+ NABUD 01 ## 11 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
287
+ NABUD 01 ## 12 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
288
+ NABUD 01 ## 15 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
289
+ NABUD 01 ## 17 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
290
+ NABUD 01 ## 30 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
291
+ NABUD 01 ## 32 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
292
+ NABUD 01 ## 33 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
293
+ NABUD 01 ## 34 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
294
+ NABUD 01 ## 35 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
295
+ NABUD 01 ## 37 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
296
+ NABUD 01 ## 50 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
297
+ NABUD 01 ## 51 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
298
+ NABUD 01 ## 52 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
299
+ NABUD 01 ## 53 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
300
+ NABUD 01 ## 54 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
301
+ NABUD 01 ## 55 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
302
+ NABUD 01 ## 56 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
303
+ NABUD 01 ## 57 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
304
+ NABUD 01 ## 62 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
305
+ NABUD 01 ## 65 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
306
+ NABUD 01 ## 66 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
307
+ NABUD 01 ## 70 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
308
+ NABUD 01 ## 72 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
309
+ NABUD 01 ## 74 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
310
+ NABUD 01 ## 76 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
311
+ NABUD 01 ## 77 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
312
+ NABUD 01 ## 80 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
313
+ NABUD 01 ## 81 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
314
+ NABUD 01 ## 82 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 00 50.0000000 1.00000000 999 0 01
315
+ NABUD 01 ## 88 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
316
+ NABUD 01 ## 89 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
317
+ NABUD 01 ## 90 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
318
+ NABUD 01 ## 95 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
319
+ NABUD 01 ## 97 A 20121216 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
320
+ !
321
+ NABUD 02 ## 10 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
322
+ NABUD 02 ## 11 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
323
+ NABUD 02 ## 12 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
324
+ NABUD 02 ## 15 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
325
+ NABUD 02 ## 17 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
326
+ NABUD 02 ## 30 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
327
+ NABUD 02 ## 32 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
328
+ NABUD 02 ## 33 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
329
+ NABUD 02 ## 34 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
330
+ NABUD 02 ## 35 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
331
+ NABUD 02 ## 50 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
332
+ NABUD 02 ## 51 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
333
+ NABUD 02 ## 52 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
334
+ NABUD 02 ## 53 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
335
+ NABUD 02 ## 54 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
336
+ NABUD 02 ## 55 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
337
+ NABUD 02 ## 56 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
338
+ NABUD 02 ## 57 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
339
+ NABUD 02 ## 62 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
340
+ NABUD 02 ## 65 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
341
+ NABUD 02 ## 66 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
342
+ NABUD 02 ## 70 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
343
+ NABUD 02 ## 72 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
344
+ NABUD 02 ## 74 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
345
+ NABUD 02 ## 76 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
346
+ NABUD 02 ## 77 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
347
+ NABUD 02 ## 80 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
348
+ NABUD 02 ## 81 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
349
+ NABUD 02 ## 82 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
350
+ NABUD 02 ## 88 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
351
+ NABUD 02 ## 89 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
352
+ NABUD 02 ## 90 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
353
+ NABUD 02 ## 95 + 00000007 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 01 50.0000000 1.00000000 999 0 01
354
+ !
355
+ NABUD 09 ## 10 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
356
+ NABUD 09 ## 11 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
357
+ NABUD 09 ## 12 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
358
+ NABUD 09 ## 15 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
359
+ NABUD 09 ## 17 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
360
+ NABUD 09 ## 30 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
361
+ NABUD 09 ## 32 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
362
+ NABUD 09 ## 33 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
363
+ NABUD 09 ## 34 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
364
+ NABUD 09 ## 35 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
365
+ NABUD 09 ## 50 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
366
+ NABUD 09 ## 51 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
367
+ NABUD 09 ## 52 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
368
+ NABUD 09 ## 53 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
369
+ NABUD 09 ## 54 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
370
+ NABUD 09 ## 55 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
371
+ NABUD 09 ## 56 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
372
+ NABUD 09 ## 57 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
373
+ NABUD 09 ## 62 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
374
+ NABUD 09 ## 65 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
375
+ NABUD 09 ## 66 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
376
+ NABUD 09 ## 70 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
377
+ NABUD 09 ## 72 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
378
+ NABUD 09 ## 74 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
379
+ NABUD 09 ## 76 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
380
+ NABUD 09 ## 77 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
381
+ NABUD 09 ## 80 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
382
+ NABUD 09 ## 81 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
383
+ NABUD 09 ## 82 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 00 50.0000000 1.00000000 999 0 01
384
+ NABUD 09 ## 88 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
385
+ NABUD 09 ## 89 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
386
+ NABUD 09 ## 90 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
387
+ NABUD 09 ## 95 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
388
+ NABUD 09 ## 97 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
389
+ !
390
+ NABUD 11 ## 10 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
391
+ NABUD 11 ## 11 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
392
+ NABUD 11 ## 12 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
393
+ NABUD 11 ## 15 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
394
+ NABUD 11 ## 17 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
395
+ NABUD 11 ## 30 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
396
+ NABUD 11 ## 32 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
397
+ NABUD 11 ## 33 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
398
+ NABUD 11 ## 34 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
399
+ NABUD 11 ## 35 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
400
+ NABUD 11 ## 50 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
401
+ NABUD 11 ## 51 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
402
+ NABUD 11 ## 52 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
403
+ NABUD 11 ## 53 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
404
+ NABUD 11 ## 54 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
405
+ NABUD 11 ## 55 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
406
+ NABUD 11 ## 56 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
407
+ NABUD 11 ## 57 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
408
+ NABUD 11 ## 62 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
409
+ NABUD 11 ## 65 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
410
+ NABUD 11 ## 66 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
411
+ NABUD 11 ## 70 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
412
+ NABUD 11 ## 72 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
413
+ NABUD 11 ## 74 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
414
+ NABUD 11 ## 76 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
415
+ NABUD 11 ## 77 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
416
+ NABUD 11 ## 80 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
417
+ NABUD 11 ## 81 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
418
+ NABUD 11 ## 82 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 00 50.0000000 1.00000000 999 0 01
419
+ NABUD 11 ## 88 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
420
+ NABUD 11 ## 89 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
421
+ NABUD 11 ## 90 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
422
+ NABUD 11 ## 95 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
423
+ NABUD 11 ## 97 + 00000014 00 A 2400 0000 00000 999 200 0 + 00000007 A 2400 007 007 50.0000000 1.00000000 999 0 01
424
+ !
425
+ NABUD 21 ## 10 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
426
+ NABUD 21 ## 11 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
427
+ NABUD 21 ## 12 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
428
+ NABUD 21 ## 15 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
429
+ NABUD 21 ## 17 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
430
+ NABUD 21 ## 30 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
431
+ NABUD 21 ## 32 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
432
+ NABUD 21 ## 33 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
433
+ NABUD 21 ## 34 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
434
+ NABUD 21 ## 35 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
435
+ NABUD 21 ## 50 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
436
+ NABUD 21 ## 51 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
437
+ NABUD 21 ## 52 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
438
+ NABUD 21 ## 53 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
439
+ NABUD 21 ## 54 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
440
+ NABUD 21 ## 55 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
441
+ NABUD 21 ## 56 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
442
+ NABUD 21 ## 57 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
443
+ NABUD 21 ## 62 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
444
+ NABUD 21 ## 65 + 00000000 00 + 0300 0030 02000 000 000 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
445
+ NABUD 21 ## 66 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
446
+ NABUD 21 ## 70 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
447
+ NABUD 21 ## 72 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
448
+ NABUD 21 ## 74 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
449
+ NABUD 21 ## 76 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
450
+ NABUD 21 ## 77 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
451
+ NABUD 21 ## 80 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
452
+ NABUD 21 ## 81 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
453
+ NABUD 21 ## 82 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
454
+ NABUD 21 ## 88 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
455
+ NABUD 21 ## 89 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
456
+ NABUD 21 ## 90 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
457
+ NABUD 21 ## 95 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
458
+ NABUD 21 ## 97 + 00000000 00 + 0300 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
459
+ !
460
+ NABUD 27 ## 10 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
461
+ NABUD 27 ## 11 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
462
+ NABUD 27 ## 12 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
463
+ NABUD 27 ## 15 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
464
+ NABUD 27 ## 17 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
465
+ NABUD 27 ## 30 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
466
+ NABUD 27 ## 32 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
467
+ NABUD 27 ## 33 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
468
+ NABUD 27 ## 34 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
469
+ NABUD 27 ## 35 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
470
+ NABUD 27 ## 50 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
471
+ NABUD 27 ## 51 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
472
+ NABUD 27 ## 52 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
473
+ NABUD 27 ## 53 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
474
+ NABUD 27 ## 54 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
475
+ NABUD 27 ## 55 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
476
+ NABUD 27 ## 56 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
477
+ NABUD 27 ## 57 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
478
+ NABUD 27 ## 62 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
479
+ NABUD 27 ## 65 + 00000000 00 + 0500 0030 02000 000 000 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
480
+ NABUD 27 ## 66 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
481
+ NABUD 27 ## 70 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
482
+ NABUD 27 ## 72 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
483
+ NABUD 27 ## 74 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
484
+ NABUD 27 ## 76 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
485
+ NABUD 27 ## 77 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
486
+ NABUD 27 ## 80 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
487
+ NABUD 27 ## 81 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
488
+ NABUD 27 ## 82 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
489
+ NABUD 27 ## 88 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
490
+ NABUD 27 ## 89 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
491
+ NABUD 27 ## 90 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
492
+ NABUD 27 ## 95 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
493
+ NABUD 27 ## 97 + 00000000 00 + 0500 0030 02000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
494
+ !
495
+ NABUD 72 ## 10 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
496
+ NABUD 72 ## 11 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
497
+ NABUD 72 ## 12 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
498
+ NABUD 72 ## 15 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
499
+ NABUD 72 ## 17 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
500
+ NABUD 72 ## 30 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
501
+ NABUD 72 ## 32 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
502
+ NABUD 72 ## 33 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
503
+ NABUD 72 ## 34 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
504
+ NABUD 72 ## 35 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
505
+ NABUD 72 ## 50 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
506
+ NABUD 72 ## 51 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
507
+ NABUD 72 ## 52 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
508
+ NABUD 72 ## 53 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
509
+ NABUD 72 ## 54 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
510
+ NABUD 72 ## 55 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
511
+ NABUD 72 ## 56 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
512
+ NABUD 72 ## 57 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
513
+ NABUD 72 ## 62 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
514
+ NABUD 72 ## 65 + 00000003 00 A 2400 0200 02000 000 000 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
515
+ NABUD 72 ## 66 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
516
+ NABUD 72 ## 70 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
517
+ NABUD 72 ## 72 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
518
+ NABUD 72 ## 74 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
519
+ NABUD 72 ## 76 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
520
+ NABUD 72 ## 77 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
521
+ NABUD 72 ## 80 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
522
+ NABUD 72 ## 81 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
523
+ NABUD 72 ## 82 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
524
+ NABUD 72 ## 88 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
525
+ NABUD 72 ## 89 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
526
+ NABUD 72 ## 90 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
527
+ NABUD 72 ## 95 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
528
+ NABUD 72 ## 97 + 00000003 00 A 2400 0200 02000 001 999 1 + 00000000 A 0000 000 000 00 40.0000000 0.00000000 999 0 01
529
+ !!!!!-!!-!!-!!-!-!!!!!!!!-!!-!-!!!!-!!!!-!!!!!-!!!-!!!-!-!-!!!!!!!!-!-!!!!-!!!-!!!-!!-!!!!-!!!!!!!!!!-!!!!!!!!!!-!!!!!!!!!!-!!!-!-!!
530
+ NADEQ 27 ## 10 + 00000000 00 + 0500 0030 48000 002 999 A + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
531
+ NADEQ 27 ## 11 + 00000000 00 + 0500 0030 48000 002 999 A + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
532
+ NADEQ 27 ## 12 + 00000000 00 + 0500 0030 48000 002 999 A + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
533
+ NADEQ 27 ## 15 + 00000000 00 + 0500 0030 48000 002 999 A + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
534
+ NADEQ 27 ## 17 + 00000000 00 + 0500 0030 48000 002 999 A + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
535
+ NADEQ 27 ## 30 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
536
+ NADEQ 27 ## 32 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
537
+ NADEQ 27 ## 33 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
538
+ NADEQ 27 ## 34 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
539
+ NADEQ 27 ## 35 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
540
+ NADEQ 27 ## 50 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
541
+ NADEQ 27 ## 51 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
542
+ NADEQ 27 ## 52 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
543
+ NADEQ 27 ## 53 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
544
+ NADEQ 27 ## 54 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
545
+ NADEQ 27 ## 55 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
546
+ NADEQ 27 ## 56 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
547
+ NADEQ 27 ## 57 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
548
+ NADEQ 27 ## 62 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
549
+ NADEQ 27 ## 66 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
550
+ NADEQ 27 ## 70 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
551
+ NADEQ 27 ## 72 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
552
+ NADEQ 27 ## 74 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
553
+ NADEQ 27 ## 76 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
554
+ NADEQ 27 ## 77 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
555
+ NADEQ 27 ## 80 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
556
+ NADEQ 27 ## 81 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
557
+ NADEQ 27 ## 82 + 00000000 00 + 0500 0000 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
558
+ NADEQ 27 ## 88 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
559
+ NADEQ 27 ## 89 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
560
+ NADEQ 27 ## 90 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
561
+ NADEQ 27 ## 95 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
562
+ NADEQ 27 ## 97 + 00000000 00 + 0500 0030 48000 002 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 3 01
563
+ !
564
+ NADEQ 48 ## 10 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
565
+ NADEQ 48 ## 11 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
566
+ NADEQ 48 ## 12 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
567
+ NADEQ 48 ## 15 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
568
+ NADEQ 48 ## 17 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
569
+ NADEQ 48 ## 30 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
570
+ NADEQ 48 ## 32 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
571
+ NADEQ 48 ## 33 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
572
+ NADEQ 48 ## 34 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
573
+ NADEQ 48 ## 35 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
574
+ NADEQ 48 ## 50 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
575
+ NADEQ 48 ## 51 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
576
+ NADEQ 48 ## 52 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
577
+ NADEQ 48 ## 53 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
578
+ NADEQ 48 ## 54 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
579
+ NADEQ 48 ## 55 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
580
+ NADEQ 48 ## 56 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
581
+ NADEQ 48 ## 57 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
582
+ NADEQ 48 ## 62 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
583
+ NADEQ 48 ## 66 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
584
+ NADEQ 48 ## 70 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
585
+ NADEQ 48 ## 72 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
586
+ NADEQ 48 ## 74 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
587
+ NADEQ 48 ## 76 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
588
+ NADEQ 48 ## 77 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
589
+ NADEQ 48 ## 80 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
590
+ NADEQ 48 ## 81 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
591
+ NADEQ 48 ## 82 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
592
+ NADEQ 48 ## 88 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
593
+ NADEQ 48 ## 89 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
594
+ NADEQ 48 ## 90 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
595
+ NADEQ 48 ## 95 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
596
+ NADEQ 48 ## 97 + 00000007 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
597
+ !
598
+ NADEQ 72 ## 10 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
599
+ NADEQ 72 ## 11 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
600
+ NADEQ 72 ## 12 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
601
+ NADEQ 72 ## 15 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
602
+ NADEQ 72 ## 17 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
603
+ NADEQ 72 ## 30 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
604
+ NADEQ 72 ## 32 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
605
+ NADEQ 72 ## 33 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
606
+ NADEQ 72 ## 34 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
607
+ NADEQ 72 ## 35 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
608
+ NADEQ 72 ## 50 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
609
+ NADEQ 72 ## 51 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
610
+ NADEQ 72 ## 52 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
611
+ NADEQ 72 ## 53 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
612
+ NADEQ 72 ## 54 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
613
+ NADEQ 72 ## 55 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
614
+ NADEQ 72 ## 56 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
615
+ NADEQ 72 ## 57 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
616
+ NADEQ 72 ## 62 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
617
+ NADEQ 72 ## 66 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
618
+ NADEQ 72 ## 70 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
619
+ NADEQ 72 ## 72 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
620
+ NADEQ 72 ## 74 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
621
+ NADEQ 72 ## 76 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
622
+ NADEQ 72 ## 77 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
623
+ NADEQ 72 ## 80 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
624
+ NADEQ 72 ## 81 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
625
+ NADEQ 72 ## 82 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
626
+ NADEQ 72 ## 88 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
627
+ NADEQ 72 ## 89 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
628
+ NADEQ 72 ## 90 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
629
+ NADEQ 72 ## 95 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01
630
+ NADEQ 72 ## 97 + 00000003 00 A 2400 0200 48000 001 999 1 + 00000000 A 0000 000 000 00 50.0000000 0.00000000 999 0 01