Rev 3524 | Rev 3598 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | { |
1 | { |
2 | "metadata": { |
2 | "metadata": { |
3 | "name": "" |
3 | "name": "ALTIMET_test" |
4 | }, |
4 | }, |
5 | "nbformat": 3, |
5 | "nbformat": 3, |
6 | "nbformat_minor": 0, |
6 | "nbformat_minor": 0, |
7 | "worksheets": [ |
7 | "worksheets": [ |
8 | { |
8 | { |
Line 33... | Line 33... | ||
33 | "outputs": [ |
33 | "outputs": [ |
34 | { |
34 | { |
35 | "output_type": "stream", |
35 | "output_type": "stream", |
36 | "stream": "stdout", |
36 | "stream": "stdout", |
37 | "text": [ |
37 | "text": [ |
- | 38 | "i2c-0\ti2c \ti915 gmbus ssc \tI2C adapter\r\n", |
|
- | 39 | "i2c-1\ti2c \ti915 gmbus vga \tI2C adapter\r\n", |
|
38 | "i2c-5\ti2c \ti2c-tiny-usb at bus 002 device 008\tI2C adapter\r\n", |
40 | "i2c-2\ti2c \ti915 gmbus panel \tI2C adapter\r\n", |
39 | "i2c-0\ti2c \tintel drm CRTDDC_A \tI2C adapter\r\n", |
41 | "i2c-3\ti2c \ti915 gmbus dpc \tI2C adapter\r\n", |
40 | "i2c-1\ti2c \tintel drm LVDSBLC_B \tI2C adapter\r\n", |
42 | "i2c-4\ti2c \ti915 gmbus dpb \tI2C adapter\r\n", |
41 | "i2c-2\ti2c \tintel drm LVDSDDC_C \tI2C adapter\r\n", |
43 | "i2c-5\ti2c \ti915 gmbus dpd \tI2C adapter\r\n", |
42 | "i2c-3\ti2c \tintel drm HDMIB \tI2C adapter\r\n", |
44 | "i2c-6\ti2c \tDPDDC-C \tI2C adapter\r\n", |
43 | "i2c-4\ti2c \tDPDDC-B \tI2C adapter\r\n" |
45 | "i2c-7\ti2c \tDPDDC-D \tI2C adapter\r\n", |
- | 46 | "i2c-8\ti2c \ti2c-tiny-usb at bus 001 device 006\tI2C adapter\r\n" |
|
44 | ] |
47 | ] |
45 | } |
48 | } |
46 | ], |
49 | ], |
47 | "prompt_number": 1 |
50 | "prompt_number": 1 |
48 | }, |
51 | }, |
Line 71... | Line 74... | ||
71 | }, |
74 | }, |
72 | { |
75 | { |
73 | "cell_type": "code", |
76 | "cell_type": "code", |
74 | "collapsed": false, |
77 | "collapsed": false, |
75 | "input": [ |
78 | "input": [ |
76 | "port = 5" |
79 | "port = 8" |
77 | ], |
80 | ], |
78 | "language": "python", |
81 | "language": "python", |
79 | "metadata": {}, |
82 | "metadata": {}, |
80 | "outputs": [], |
83 | "outputs": [], |
81 | "prompt_number": 2 |
84 | "prompt_number": 2 |
Line 114... | Line 117... | ||
114 | { |
117 | { |
115 | "cell_type": "code", |
118 | "cell_type": "code", |
116 | "collapsed": false, |
119 | "collapsed": false, |
117 | "input": [ |
120 | "input": [ |
118 | "cfg = config.Config(\n", |
121 | "cfg = config.Config(\n", |
- | 122 | " i2c = {\n", |
|
119 | " port = port,\n", |
123 | " \"port\": port,\n", |
- | 124 | " },\n", |
|
120 | " bus = [\n", |
125 | " bus = [\n", |
121 | " {\n", |
126 | " {\n", |
122 | " \"type\": \"i2chub\",\n", |
127 | " \"type\": \"i2chub\",\n", |
123 | " \"address\": 0x72,\n", |
128 | " \"address\": 0x72,\n", |
124 | " \n", |
129 | " \n", |
Line 179... | Line 184... | ||
179 | "outputs": [ |
184 | "outputs": [ |
180 | { |
185 | { |
181 | "output_type": "stream", |
186 | "output_type": "stream", |
182 | "stream": "stdout", |
187 | "stream": "stdout", |
183 | "text": [ |
188 | "text": [ |
184 | "(0, 22.0, 96976.25)\n", |
189 | "(0, 21.3125, 98476.75)\n", |
185 | "(1, 22.0, 96978.0)" |
190 | "(1, 21.3125, 98476.75)" |
186 | ] |
191 | ] |
187 | }, |
192 | }, |
188 | { |
193 | { |
189 | "output_type": "stream", |
194 | "output_type": "stream", |
190 | "stream": "stdout", |
195 | "stream": "stdout", |
191 | "text": [ |
196 | "text": [ |
192 | "\n", |
197 | "\n", |
193 | "(2, 22.0, 96978.0)" |
198 | "(2, 21.3125, 98476.75)" |
194 | ] |
199 | ] |
195 | }, |
200 | }, |
196 | { |
201 | { |
197 | "output_type": "stream", |
202 | "output_type": "stream", |
198 | "stream": "stdout", |
203 | "stream": "stdout", |
199 | "text": [ |
204 | "text": [ |
200 | "\n", |
205 | "\n", |
201 | "(3, 22.0, 96976.75)" |
206 | "(3, 21.3125, 98480.25)" |
202 | ] |
207 | ] |
203 | }, |
208 | }, |
204 | { |
209 | { |
205 | "output_type": "stream", |
210 | "output_type": "stream", |
206 | "stream": "stdout", |
211 | "stream": "stdout", |
207 | "text": [ |
212 | "text": [ |
208 | "\n", |
213 | "\n", |
209 | "(4, 22.0, 96976.75)" |
214 | "(4, 21.3125, 98480.25)" |
210 | ] |
215 | ] |
211 | }, |
216 | }, |
212 | { |
217 | { |
213 | "output_type": "stream", |
218 | "output_type": "stream", |
214 | "stream": "stdout", |
219 | "stream": "stdout", |
215 | "text": [ |
220 | "text": [ |
216 | "\n", |
221 | "\n", |
217 | "(5, 22.0, 96978.5)" |
222 | "(5, 21.3125, 98480.25)" |
218 | ] |
223 | ] |
219 | }, |
224 | }, |
220 | { |
225 | { |
221 | "output_type": "stream", |
226 | "output_type": "stream", |
222 | "stream": "stdout", |
227 | "stream": "stdout", |
223 | "text": [ |
228 | "text": [ |
224 | "\n", |
229 | "\n", |
225 | "(6, 22.0, 96978.5)" |
230 | "(6, 21.3125, 98480.25)" |
226 | ] |
231 | ] |
227 | }, |
232 | }, |
228 | { |
233 | { |
229 | "output_type": "stream", |
234 | "output_type": "stream", |
230 | "stream": "stdout", |
235 | "stream": "stdout", |
231 | "text": [ |
236 | "text": [ |
232 | "\n", |
237 | "\n", |
233 | "(7, 22.0, 96976.25)" |
238 | "(7, 21.3125, 98476.75)" |
234 | ] |
239 | ] |
235 | }, |
240 | }, |
236 | { |
241 | { |
237 | "output_type": "stream", |
242 | "output_type": "stream", |
238 | "stream": "stdout", |
243 | "stream": "stdout", |
239 | "text": [ |
244 | "text": [ |
240 | "\n", |
245 | "\n", |
241 | "(8, 22.0, 96976.25)" |
246 | "(8, 21.3125, 98476.75)" |
242 | ] |
247 | ] |
243 | }, |
248 | }, |
244 | { |
249 | { |
245 | "output_type": "stream", |
250 | "output_type": "stream", |
246 | "stream": "stdout", |
251 | "stream": "stdout", |
247 | "text": [ |
252 | "text": [ |
248 | "\n", |
253 | "\n", |
249 | "(9, 22.0, 96982.25)" |
254 | "(9, 21.3125, 98480.5)" |
250 | ] |
255 | ] |
251 | }, |
256 | }, |
252 | { |
257 | { |
253 | "output_type": "stream", |
258 | "output_type": "stream", |
254 | "stream": "stdout", |
259 | "stream": "stdout", |
255 | "text": [ |
260 | "text": [ |
256 | "\n", |
261 | "\n", |
257 | "(10, 22.0, 96982.25)" |
262 | "(10, 21.3125, 98480.5)" |
258 | ] |
263 | ] |
259 | }, |
264 | }, |
260 | { |
265 | { |
261 | "output_type": "stream", |
266 | "output_type": "stream", |
262 | "stream": "stdout", |
267 | "stream": "stdout", |
263 | "text": [ |
268 | "text": [ |
264 | "\n", |
269 | "\n", |
265 | "(11, 22.0, 96978.0)" |
270 | "(11, 21.3125, 98482.0)" |
266 | ] |
271 | ] |
267 | }, |
272 | }, |
268 | { |
273 | { |
269 | "output_type": "stream", |
274 | "output_type": "stream", |
270 | "stream": "stdout", |
275 | "stream": "stdout", |
271 | "text": [ |
276 | "text": [ |
272 | "\n", |
277 | "\n", |
273 | "(12, 22.0, 96978.0)" |
278 | "(12, 21.3125, 98482.0)" |
274 | ] |
279 | ] |
275 | }, |
280 | }, |
276 | { |
281 | { |
277 | "output_type": "stream", |
282 | "output_type": "stream", |
278 | "stream": "stdout", |
283 | "stream": "stdout", |
279 | "text": [ |
284 | "text": [ |
280 | "\n", |
285 | "\n", |
281 | "(13, 22.0, 96976.75)" |
286 | "(13, 21.3125, 98484.5)" |
282 | ] |
287 | ] |
283 | }, |
288 | }, |
284 | { |
289 | { |
285 | "output_type": "stream", |
290 | "output_type": "stream", |
286 | "stream": "stdout", |
291 | "stream": "stdout", |
287 | "text": [ |
292 | "text": [ |
288 | "\n", |
293 | "\n", |
289 | "(14, 22.0, 96976.75)" |
294 | "(14, 21.3125, 98480.5)" |
290 | ] |
295 | ] |
291 | }, |
296 | }, |
292 | { |
297 | { |
293 | "output_type": "stream", |
298 | "output_type": "stream", |
294 | "stream": "stdout", |
299 | "stream": "stdout", |
295 | "text": [ |
300 | "text": [ |
296 | "\n", |
301 | "\n", |
297 | "(15, 22.0, 96976.0)" |
302 | "(15, 21.3125, 98476.5)" |
298 | ] |
303 | ] |
299 | }, |
304 | }, |
300 | { |
305 | { |
301 | "output_type": "stream", |
306 | "output_type": "stream", |
302 | "stream": "stdout", |
307 | "stream": "stdout", |
303 | "text": [ |
308 | "text": [ |
304 | "\n", |
309 | "\n", |
305 | "(16, 22.0, 96976.0)" |
310 | "(16, 21.3125, 98480.5)" |
306 | ] |
311 | ] |
307 | }, |
312 | }, |
308 | { |
313 | { |
309 | "output_type": "stream", |
314 | "output_type": "stream", |
310 | "stream": "stdout", |
315 | "stream": "stdout", |
311 | "text": [ |
316 | "text": [ |
312 | "\n", |
317 | "\n", |
313 | "(17, 22.0, 96982.0)" |
318 | "(17, 21.3125, 98480.5)" |
314 | ] |
319 | ] |
315 | }, |
320 | }, |
316 | { |
321 | { |
317 | "output_type": "stream", |
322 | "output_type": "stream", |
318 | "stream": "stdout", |
323 | "stream": "stdout", |
319 | "text": [ |
324 | "text": [ |
320 | "\n", |
325 | "\n", |
321 | "(18, 22.0, 96982.0)" |
326 | "(18, 21.3125, 98482.25)" |
322 | ] |
327 | ] |
323 | }, |
328 | }, |
324 | { |
329 | { |
325 | "output_type": "stream", |
330 | "output_type": "stream", |
326 | "stream": "stdout", |
331 | "stream": "stdout", |
327 | "text": [ |
332 | "text": [ |
328 | "\n", |
333 | "\n", |
329 | "(19, 22.0, 96972.75)" |
334 | "(19, 21.3125, 98482.25)" |
330 | ] |
335 | ] |
331 | }, |
336 | }, |
332 | { |
337 | { |
333 | "output_type": "stream", |
338 | "output_type": "stream", |
334 | "stream": "stdout", |
339 | "stream": "stdout", |
335 | "text": [ |
340 | "text": [ |
336 | "\n", |
341 | "\n", |
337 | "(20, 22.0, 96972.75)" |
342 | "(20, 21.3125, 98482.25)" |
338 | ] |
343 | ] |
339 | }, |
344 | }, |
340 | { |
345 | { |
341 | "output_type": "stream", |
346 | "output_type": "stream", |
342 | "stream": "stdout", |
347 | "stream": "stdout", |
343 | "text": [ |
348 | "text": [ |
344 | "\n", |
349 | "\n", |
345 | "(21, 22.0, 96982.0)" |
350 | "(21, 21.3125, 98482.25)" |
346 | ] |
351 | ] |
347 | }, |
352 | }, |
348 | { |
353 | { |
349 | "output_type": "stream", |
354 | "output_type": "stream", |
350 | "stream": "stdout", |
355 | "stream": "stdout", |
351 | "text": [ |
356 | "text": [ |
352 | "\n", |
357 | "\n", |
353 | "(22, 22.0, 96982.0)" |
358 | "(22, 21.3125, 98482.75)" |
354 | ] |
359 | ] |
355 | }, |
360 | }, |
356 | { |
361 | { |
357 | "output_type": "stream", |
362 | "output_type": "stream", |
358 | "stream": "stdout", |
363 | "stream": "stdout", |
359 | "text": [ |
364 | "text": [ |
360 | "\n", |
365 | "\n", |
361 | "(23, 22.0, 96976.75)" |
366 | "(23, 21.3125, 98482.75)" |
362 | ] |
367 | ] |
363 | }, |
368 | }, |
364 | { |
369 | { |
365 | "output_type": "stream", |
370 | "output_type": "stream", |
366 | "stream": "stdout", |
371 | "stream": "stdout", |
367 | "text": [ |
372 | "text": [ |
368 | "\n", |
373 | "\n", |
369 | "(24, 22.0, 96976.75)" |
374 | "(24, 21.3125, 98478.5)" |
370 | ] |
375 | ] |
371 | }, |
376 | }, |
372 | { |
377 | { |
373 | "output_type": "stream", |
378 | "output_type": "stream", |
374 | "stream": "stdout", |
379 | "stream": "stdout", |
375 | "text": [ |
380 | "text": [ |
376 | "\n", |
381 | "\n", |
377 | "(25, 22.0, 96978.75)" |
382 | "(25, 21.3125, 98478.5)" |
378 | ] |
383 | ] |
379 | }, |
384 | }, |
380 | { |
385 | { |
381 | "output_type": "stream", |
386 | "output_type": "stream", |
382 | "stream": "stdout", |
387 | "stream": "stdout", |
383 | "text": [ |
388 | "text": [ |
384 | "\n", |
389 | "\n", |
385 | "(26, 22.0, 96978.75)" |
390 | "(26, 21.3125, 98482.5)" |
386 | ] |
391 | ] |
387 | }, |
392 | }, |
388 | { |
393 | { |
389 | "output_type": "stream", |
394 | "output_type": "stream", |
390 | "stream": "stdout", |
395 | "stream": "stdout", |
391 | "text": [ |
396 | "text": [ |
392 | "\n", |
397 | "\n", |
393 | "(27, 22.0, 96978.5)" |
398 | "(27, 21.3125, 98482.5)" |
394 | ] |
399 | ] |
395 | }, |
400 | }, |
396 | { |
401 | { |
397 | "output_type": "stream", |
402 | "output_type": "stream", |
398 | "stream": "stdout", |
403 | "stream": "stdout", |
399 | "text": [ |
404 | "text": [ |
400 | "\n", |
405 | "\n", |
401 | "(28, 22.0, 96978.5)" |
406 | "(28, 21.3125, 98486.75)" |
402 | ] |
407 | ] |
403 | }, |
408 | }, |
404 | { |
409 | { |
405 | "output_type": "stream", |
410 | "output_type": "stream", |
406 | "stream": "stdout", |
411 | "stream": "stdout", |
407 | "text": [ |
412 | "text": [ |
408 | "\n", |
413 | "\n", |
409 | "(29, 22.0, 96978.75)" |
414 | "(29, 21.3125, 98482.75)" |
410 | ] |
415 | ] |
411 | }, |
416 | }, |
412 | { |
417 | { |
413 | "output_type": "stream", |
418 | "output_type": "stream", |
414 | "stream": "stdout", |
419 | "stream": "stdout", |
415 | "text": [ |
420 | "text": [ |
416 | "\n", |
421 | "\n", |
417 | "(30, 22.0, 96976.75)" |
422 | "(30, 21.3125, 98482.75)" |
418 | ] |
423 | ] |
419 | }, |
424 | }, |
420 | { |
425 | { |
421 | "output_type": "stream", |
426 | "output_type": "stream", |
422 | "stream": "stdout", |
427 | "stream": "stdout", |
423 | "text": [ |
428 | "text": [ |
424 | "\n", |
429 | "\n", |
425 | "(31, 22.0, 96976.75)" |
430 | "(31, 21.3125, 98480.25)" |
426 | ] |
431 | ] |
427 | }, |
432 | }, |
428 | { |
433 | { |
429 | "output_type": "stream", |
434 | "output_type": "stream", |
430 | "stream": "stdout", |
435 | "stream": "stdout", |
431 | "text": [ |
436 | "text": [ |
432 | "\n", |
437 | "\n", |
433 | "(32, 22.0, 96972.75)" |
438 | "(32, 21.3125, 98480.25)" |
434 | ] |
439 | ] |
435 | }, |
440 | }, |
436 | { |
441 | { |
437 | "output_type": "stream", |
442 | "output_type": "stream", |
438 | "stream": "stdout", |
443 | "stream": "stdout", |
439 | "text": [ |
444 | "text": [ |
440 | "\n", |
445 | "\n", |
441 | "(33, 22.0, 96976.75)" |
446 | "(33, 21.3125, 98478.25)" |
442 | ] |
447 | ] |
443 | }, |
448 | }, |
444 | { |
449 | { |
445 | "output_type": "stream", |
450 | "output_type": "stream", |
446 | "stream": "stdout", |
451 | "stream": "stdout", |
447 | "text": [ |
452 | "text": [ |
448 | "\n", |
453 | "\n", |
449 | "(34, 22.0, 96978.5)" |
454 | "(34, 21.3125, 98478.25)" |
450 | ] |
455 | ] |
451 | }, |
456 | }, |
452 | { |
457 | { |
453 | "output_type": "stream", |
458 | "output_type": "stream", |
454 | "stream": "stdout", |
459 | "stream": "stdout", |
455 | "text": [ |
460 | "text": [ |
456 | "\n", |
461 | "\n", |
457 | "(35, 22.0, 96978.5)" |
462 | "(35, 21.3125, 98478.25)" |
458 | ] |
463 | ] |
459 | }, |
464 | }, |
460 | { |
465 | { |
461 | "output_type": "stream", |
466 | "output_type": "stream", |
462 | "stream": "stdout", |
467 | "stream": "stdout", |
463 | "text": [ |
468 | "text": [ |
464 | "\n", |
469 | "\n", |
465 | "(36, 22.0, 96978.25)" |
470 | "(36, 21.3125, 98478.25)" |
466 | ] |
471 | ] |
467 | }, |
472 | }, |
468 | { |
473 | { |
469 | "output_type": "stream", |
474 | "output_type": "stream", |
470 | "stream": "stdout", |
475 | "stream": "stdout", |
471 | "text": [ |
476 | "text": [ |
472 | "\n", |
477 | "\n", |
473 | "(37, 22.0, 96978.25)" |
478 | "(37, 21.3125, 98478.25)" |
474 | ] |
479 | ] |
475 | }, |
480 | }, |
476 | { |
481 | { |
477 | "output_type": "stream", |
482 | "output_type": "stream", |
478 | "stream": "stdout", |
483 | "stream": "stdout", |
479 | "text": [ |
484 | "text": [ |
480 | "\n", |
485 | "\n", |
481 | "(38, 22.0, 96976.5)" |
486 | "(38, 21.3125, 98478.25)" |
482 | ] |
487 | ] |
483 | }, |
488 | }, |
484 | { |
489 | { |
485 | "output_type": "stream", |
490 | "output_type": "stream", |
486 | "stream": "stdout", |
491 | "stream": "stdout", |
487 | "text": [ |
492 | "text": [ |
488 | "\n", |
493 | "\n", |
489 | "(39, 22.0, 96976.5)" |
494 | "(39, 21.3125, 98480.75)" |
490 | ] |
495 | ] |
491 | }, |
496 | }, |
492 | { |
497 | { |
493 | "output_type": "stream", |
498 | "output_type": "stream", |
494 | "stream": "stdout", |
499 | "stream": "stdout", |
495 | "text": [ |
500 | "text": [ |
496 | "\n", |
501 | "\n", |
497 | "(40, 22.0, 96976.75)" |
502 | "(40, 21.3125, 98480.75)" |
498 | ] |
503 | ] |
499 | }, |
504 | }, |
500 | { |
505 | { |
501 | "output_type": "stream", |
506 | "output_type": "stream", |
502 | "stream": "stdout", |
507 | "stream": "stdout", |
503 | "text": [ |
508 | "text": [ |
504 | "\n", |
509 | "\n", |
505 | "(41, 22.0, 96976.75)" |
510 | "(41, 21.3125, 98482.25)" |
506 | ] |
511 | ] |
507 | }, |
512 | }, |
508 | { |
513 | { |
509 | "output_type": "stream", |
514 | "output_type": "stream", |
510 | "stream": "stdout", |
515 | "stream": "stdout", |
511 | "text": [ |
516 | "text": [ |
512 | "\n", |
517 | "\n", |
513 | "(42, 22.0, 96980.75)" |
518 | "(42, 21.3125, 98482.25)" |
514 | ] |
519 | ] |
515 | }, |
520 | }, |
516 | { |
521 | { |
517 | "output_type": "stream", |
522 | "output_type": "stream", |
518 | "stream": "stdout", |
523 | "stream": "stdout", |
519 | "text": [ |
524 | "text": [ |
520 | "\n", |
525 | "\n", |
521 | "(43, 22.0, 96980.75)" |
526 | "(43, 21.3125, 98478.25)" |
522 | ] |
527 | ] |
523 | }, |
528 | }, |
524 | { |
529 | { |
525 | "output_type": "stream", |
530 | "output_type": "stream", |
526 | "stream": "stdout", |
531 | "stream": "stdout", |
527 | "text": [ |
532 | "text": [ |
528 | "\n", |
533 | "\n", |
529 | "(44, 22.0, 96976.25)" |
534 | "(44, 21.3125, 98478.25)" |
530 | ] |
535 | ] |
531 | }, |
536 | }, |
532 | { |
537 | { |
533 | "output_type": "stream", |
538 | "output_type": "stream", |
534 | "stream": "stdout", |
539 | "stream": "stdout", |
535 | "text": [ |
540 | "text": [ |
536 | "\n", |
541 | "\n", |
537 | "(45, 22.0, 96976.25)" |
542 | "(45, 21.3125, 98478.25)" |
538 | ] |
543 | ] |
539 | }, |
544 | }, |
540 | { |
545 | { |
541 | "output_type": "stream", |
546 | "output_type": "stream", |
542 | "stream": "stdout", |
547 | "stream": "stdout", |
543 | "text": [ |
548 | "text": [ |
544 | "\n", |
549 | "\n", |
545 | "(46, 22.0, 96974.25)" |
550 | "(46, 21.3125, 98482.0)" |
546 | ] |
551 | ] |
547 | }, |
552 | }, |
548 | { |
553 | { |
549 | "output_type": "stream", |
554 | "output_type": "stream", |
550 | "stream": "stdout", |
555 | "stream": "stdout", |
551 | "text": [ |
556 | "text": [ |
552 | "\n", |
557 | "\n", |
553 | "(47, 22.0, 96974.25)" |
558 | "(47, 21.3125, 98482.0)" |
554 | ] |
559 | ] |
555 | }, |
560 | }, |
556 | { |
561 | { |
557 | "output_type": "stream", |
562 | "output_type": "stream", |
558 | "stream": "stdout", |
563 | "stream": "stdout", |
559 | "text": [ |
564 | "text": [ |
560 | "\n", |
565 | "\n", |
561 | "(48, 22.0, 96972.25)" |
566 | "(48, 21.3125, 98484.5)" |
562 | ] |
567 | ] |
563 | }, |
568 | }, |
564 | { |
569 | { |
565 | "output_type": "stream", |
570 | "output_type": "stream", |
566 | "stream": "stdout", |
571 | "stream": "stdout", |
567 | "text": [ |
572 | "text": [ |
568 | "\n", |
573 | "\n", |
569 | "(49, 22.0, 96972.25)" |
574 | "(49, 21.3125, 98484.5)" |
570 | ] |
575 | ] |
571 | }, |
576 | }, |
572 | { |
577 | { |
573 | "output_type": "stream", |
578 | "output_type": "stream", |
574 | "stream": "stdout", |
579 | "stream": "stdout", |
575 | "text": [ |
580 | "text": [ |
576 | "\n", |
581 | "\n", |
577 | "(50, 22.0, 96978.25)" |
582 | "(50, 21.3125, 98476.5)" |
578 | ] |
583 | ] |
579 | }, |
584 | }, |
580 | { |
585 | { |
581 | "output_type": "stream", |
586 | "output_type": "stream", |
582 | "stream": "stdout", |
587 | "stream": "stdout", |
583 | "text": [ |
588 | "text": [ |
584 | "\n", |
589 | "\n", |
585 | "(51, 22.0, 96978.25)" |
590 | "(51, 21.3125, 98476.5)" |
586 | ] |
591 | ] |
587 | }, |
592 | }, |
588 | { |
593 | { |
589 | "output_type": "stream", |
594 | "output_type": "stream", |
590 | "stream": "stdout", |
595 | "stream": "stdout", |
591 | "text": [ |
596 | "text": [ |
592 | "\n", |
597 | "\n", |
593 | "(52, 22.0, 96976.25)" |
598 | "(52, 21.3125, 98478.75)" |
594 | ] |
599 | ] |
595 | }, |
600 | }, |
596 | { |
601 | { |
597 | "output_type": "stream", |
602 | "output_type": "stream", |
598 | "stream": "stdout", |
603 | "stream": "stdout", |
599 | "text": [ |
604 | "text": [ |
600 | "\n", |
605 | "\n", |
601 | "(53, 22.0, 96976.25)" |
606 | "(53, 21.3125, 98478.75)" |
602 | ] |
607 | ] |
603 | }, |
608 | }, |
604 | { |
609 | { |
605 | "output_type": "stream", |
610 | "output_type": "stream", |
606 | "stream": "stdout", |
611 | "stream": "stdout", |
607 | "text": [ |
612 | "text": [ |
608 | "\n", |
613 | "\n", |
609 | "(54, 22.0, 96978.5)" |
614 | "(54, 21.3125, 98480.25)" |
610 | ] |
615 | ] |
611 | }, |
616 | }, |
612 | { |
617 | { |
613 | "output_type": "stream", |
618 | "output_type": "stream", |
614 | "stream": "stdout", |
619 | "stream": "stdout", |
615 | "text": [ |
620 | "text": [ |
616 | "\n", |
621 | "\n", |
617 | "(55, 22.0, 96978.5)" |
622 | "(55, 21.3125, 98480.25)" |
618 | ] |
623 | ] |
619 | }, |
624 | }, |
620 | { |
625 | { |
621 | "output_type": "stream", |
626 | "output_type": "stream", |
622 | "stream": "stdout", |
627 | "stream": "stdout", |
623 | "text": [ |
628 | "text": [ |
624 | "\n", |
629 | "\n", |
625 | "(56, 22.0, 96978.5)" |
630 | "(56, 21.3125, 98480.0)" |
626 | ] |
631 | ] |
627 | }, |
632 | }, |
628 | { |
633 | { |
629 | "output_type": "stream", |
634 | "output_type": "stream", |
630 | "stream": "stdout", |
635 | "stream": "stdout", |
631 | "text": [ |
636 | "text": [ |
632 | "\n", |
637 | "\n", |
633 | "(57, 22.0, 96978.5)" |
638 | "(57, 21.3125, 98480.0)" |
634 | ] |
639 | ] |
635 | }, |
640 | }, |
636 | { |
641 | { |
637 | "output_type": "stream", |
642 | "output_type": "stream", |
638 | "stream": "stdout", |
643 | "stream": "stdout", |
639 | "text": [ |
644 | "text": [ |
640 | "\n", |
645 | "\n", |
641 | "(58, 22.0, 96978.0)" |
646 | "(58, 21.3125, 98482.0)" |
642 | ] |
647 | ] |
643 | }, |
648 | }, |
644 | { |
649 | { |
645 | "output_type": "stream", |
650 | "output_type": "stream", |
646 | "stream": "stdout", |
651 | "stream": "stdout", |
647 | "text": [ |
652 | "text": [ |
648 | "\n", |
653 | "\n", |
649 | "(59, 22.0, 96978.0)" |
654 | "(59, 21.3125, 98482.0)" |
650 | ] |
655 | ] |
651 | }, |
656 | }, |
652 | { |
657 | { |
653 | "output_type": "stream", |
658 | "output_type": "stream", |
654 | "stream": "stdout", |
659 | "stream": "stdout", |
655 | "text": [ |
660 | "text": [ |
656 | "\n", |
661 | "\n", |
657 | "(60, 22.0, 96978.0)" |
662 | "(60, 21.3125, 98482.0)" |
658 | ] |
663 | ] |
659 | }, |
664 | }, |
660 | { |
665 | { |
661 | "output_type": "stream", |
666 | "output_type": "stream", |
662 | "stream": "stdout", |
667 | "stream": "stdout", |
663 | "text": [ |
668 | "text": [ |
664 | "\n", |
669 | "\n", |
665 | "(61, 22.0, 96978.25)" |
670 | "(61, 21.3125, 98476.25)" |
666 | ] |
671 | ] |
667 | }, |
672 | }, |
668 | { |
673 | { |
669 | "output_type": "stream", |
674 | "output_type": "stream", |
670 | "stream": "stdout", |
675 | "stream": "stdout", |
671 | "text": [ |
676 | "text": [ |
672 | "\n", |
677 | "\n", |
673 | "(62, 22.0, 96978.25)" |
678 | "(62, 21.3125, 98476.25)" |
674 | ] |
679 | ] |
675 | }, |
680 | }, |
676 | { |
681 | { |
677 | "output_type": "stream", |
682 | "output_type": "stream", |
678 | "stream": "stdout", |
683 | "stream": "stdout", |
679 | "text": [ |
684 | "text": [ |
680 | "\n", |
685 | "\n", |
681 | "(63, 22.0, 96976.0)" |
686 | "(63, 21.3125, 98480.75)" |
682 | ] |
687 | ] |
683 | }, |
688 | }, |
684 | { |
689 | { |
685 | "output_type": "stream", |
690 | "output_type": "stream", |
686 | "stream": "stdout", |
691 | "stream": "stdout", |
687 | "text": [ |
692 | "text": [ |
688 | "\n", |
693 | "\n", |
689 | "(64, 22.0, 96980.0)" |
694 | "(64, 21.3125, 98480.75)" |
690 | ] |
695 | ] |
691 | }, |
696 | }, |
692 | { |
697 | { |
693 | "output_type": "stream", |
698 | "output_type": "stream", |
694 | "stream": "stdout", |
699 | "stream": "stdout", |
695 | "text": [ |
700 | "text": [ |
696 | "\n", |
701 | "\n", |
697 | "(65, 22.0, 96976.0)" |
702 | "(65, 21.3125, 98480.5)" |
698 | ] |
703 | ] |
699 | }, |
704 | }, |
700 | { |
705 | { |
701 | "output_type": "stream", |
706 | "output_type": "stream", |
702 | "stream": "stdout", |
707 | "stream": "stdout", |
703 | "text": [ |
708 | "text": [ |
704 | "\n", |
709 | "\n", |
705 | "(66, 22.0, 96976.0)" |
710 | "(66, 21.3125, 98480.5)" |
706 | ] |
711 | ] |
707 | }, |
712 | }, |
708 | { |
713 | { |
709 | "output_type": "stream", |
714 | "output_type": "stream", |
710 | "stream": "stdout", |
715 | "stream": "stdout", |
711 | "text": [ |
716 | "text": [ |
712 | "\n", |
717 | "\n", |
713 | "(67, 22.0, 96976.0)" |
718 | "(67, 21.3125, 98482.0)" |
714 | ] |
719 | ] |
715 | }, |
720 | }, |
716 | { |
721 | { |
717 | "output_type": "stream", |
722 | "output_type": "stream", |
718 | "stream": "stdout", |
723 | "stream": "stdout", |
719 | "text": [ |
724 | "text": [ |
720 | "\n", |
725 | "\n", |
721 | "(68, 22.0, 96976.0)" |
726 | "(68, 21.3125, 98482.0)" |
722 | ] |
727 | ] |
723 | }, |
728 | }, |
724 | { |
729 | { |
725 | "output_type": "stream", |
730 | "output_type": "stream", |
726 | "stream": "stdout", |
731 | "stream": "stdout", |
727 | "text": [ |
732 | "text": [ |
728 | "\n", |
733 | "\n", |
729 | "(69, 22.0, 96976.5)" |
734 | "(69, 21.3125, 98482.25)" |
730 | ] |
735 | ] |
731 | }, |
736 | }, |
732 | { |
737 | { |
733 | "output_type": "stream", |
738 | "output_type": "stream", |
734 | "stream": "stdout", |
739 | "stream": "stdout", |
735 | "text": [ |
740 | "text": [ |
736 | "\n", |
741 | "\n", |
737 | "(70, 22.0, 96976.5)" |
742 | "(70, 21.3125, 98482.25)" |
738 | ] |
743 | ] |
739 | }, |
744 | }, |
740 | { |
745 | { |
741 | "output_type": "stream", |
746 | "output_type": "stream", |
742 | "stream": "stdout", |
747 | "stream": "stdout", |
743 | "text": [ |
748 | "text": [ |
744 | "\n", |
749 | "\n", |
745 | "(71, 22.0, 96976.75)" |
750 | "(71, 21.375, 98482.75)" |
746 | ] |
751 | ] |
747 | }, |
752 | }, |
748 | { |
753 | { |
749 | "output_type": "stream", |
754 | "output_type": "stream", |
750 | "stream": "stdout", |
755 | "stream": "stdout", |
751 | "text": [ |
756 | "text": [ |
752 | "\n", |
757 | "\n", |
753 | "(72, 22.0, 96976.75)" |
758 | "(72, 21.375, 98486.75)" |
754 | ] |
759 | ] |
755 | }, |
760 | }, |
756 | { |
761 | { |
757 | "output_type": "stream", |
762 | "output_type": "stream", |
758 | "stream": "stdout", |
763 | "stream": "stdout", |
759 | "text": [ |
764 | "text": [ |
760 | "\n", |
765 | "\n", |
761 | "(73, 22.0, 96978.75)" |
766 | "(73, 21.3125, 98484.25)" |
762 | ] |
767 | ] |
763 | }, |
768 | }, |
764 | { |
769 | { |
765 | "output_type": "stream", |
770 | "output_type": "stream", |
766 | "stream": "stdout", |
771 | "stream": "stdout", |
767 | "text": [ |
772 | "text": [ |
768 | "\n", |
773 | "\n", |
769 | "(74, 22.0, 96978.75)" |
774 | "(74, 21.3125, 98480.25)" |
770 | ] |
775 | ] |
771 | }, |
776 | }, |
772 | { |
777 | { |
773 | "output_type": "stream", |
778 | "output_type": "stream", |
774 | "stream": "stdout", |
779 | "stream": "stdout", |
775 | "text": [ |
780 | "text": [ |
776 | "\n", |
781 | "\n", |
777 | "(75, 22.0, 96980.75)" |
782 | "(75, 21.3125, 98480.25)" |
778 | ] |
783 | ] |
779 | }, |
784 | }, |
780 | { |
785 | { |
781 | "output_type": "stream", |
786 | "output_type": "stream", |
782 | "stream": "stdout", |
787 | "stream": "stdout", |
783 | "text": [ |
788 | "text": [ |
784 | "\n", |
789 | "\n", |
785 | "(76, 22.0, 96980.75)" |
790 | "(76, 21.3125, 98480.5)" |
786 | ] |
791 | ] |
787 | }, |
792 | }, |
788 | { |
793 | { |
789 | "output_type": "stream", |
794 | "output_type": "stream", |
790 | "stream": "stdout", |
795 | "stream": "stdout", |
791 | "text": [ |
796 | "text": [ |
792 | "\n", |
797 | "\n", |
793 | "(77, 22.0, 96976.25)" |
798 | "(77, 21.3125, 98480.5)" |
794 | ] |
799 | ] |
795 | }, |
800 | }, |
796 | { |
801 | { |
797 | "output_type": "stream", |
802 | "output_type": "stream", |
798 | "stream": "stdout", |
803 | "stream": "stdout", |
799 | "text": [ |
804 | "text": [ |
800 | "\n", |
805 | "\n", |
801 | "(78, 22.0, 96976.25)" |
806 | "(78, 21.3125, 98482.5)" |
802 | ] |
807 | ] |
803 | }, |
808 | }, |
804 | { |
809 | { |
805 | "output_type": "stream", |
810 | "output_type": "stream", |
806 | "stream": "stdout", |
811 | "stream": "stdout", |
807 | "text": [ |
812 | "text": [ |
808 | "\n", |
813 | "\n", |
809 | "(79, 22.0, 96976.75)" |
814 | "(79, 21.3125, 98482.5)" |
810 | ] |
815 | ] |
811 | }, |
816 | }, |
812 | { |
817 | { |
813 | "output_type": "stream", |
818 | "output_type": "stream", |
814 | "stream": "stdout", |
819 | "stream": "stdout", |
815 | "text": [ |
820 | "text": [ |
816 | "\n", |
821 | "\n", |
817 | "(80, 22.0, 96976.75)" |
822 | "(80, 21.3125, 98482.0)" |
818 | ] |
823 | ] |
819 | }, |
824 | }, |
820 | { |
825 | { |
821 | "output_type": "stream", |
826 | "output_type": "stream", |
822 | "stream": "stdout", |
827 | "stream": "stdout", |
823 | "text": [ |
828 | "text": [ |
824 | "\n", |
829 | "\n", |
825 | "(81, 22.0, 96980.25)" |
830 | "(81, 21.3125, 98482.0)" |
826 | ] |
831 | ] |
827 | }, |
832 | }, |
828 | { |
833 | { |
829 | "output_type": "stream", |
834 | "output_type": "stream", |
830 | "stream": "stdout", |
835 | "stream": "stdout", |
831 | "text": [ |
836 | "text": [ |
832 | "\n", |
837 | "\n", |
833 | "(82, 22.0, 96980.25)" |
838 | "(82, 21.375, 98480.0)" |
834 | ] |
839 | ] |
835 | }, |
840 | }, |
836 | { |
841 | { |
837 | "output_type": "stream", |
842 | "output_type": "stream", |
838 | "stream": "stdout", |
843 | "stream": "stdout", |
839 | "text": [ |
844 | "text": [ |
840 | "\n", |
845 | "\n", |
841 | "(83, 22.0, 96978.25)" |
846 | "(83, 21.375, 98480.0)" |
842 | ] |
847 | ] |
843 | }, |
848 | }, |
844 | { |
849 | { |
845 | "output_type": "stream", |
850 | "output_type": "stream", |
846 | "stream": "stdout", |
851 | "stream": "stdout", |
847 | "text": [ |
852 | "text": [ |
848 | "\n", |
853 | "\n", |
849 | "(84, 22.0, 96978.25)" |
854 | "(84, 21.3125, 98476.0)" |
850 | ] |
855 | ] |
851 | }, |
856 | }, |
852 | { |
857 | { |
853 | "output_type": "stream", |
858 | "output_type": "stream", |
854 | "stream": "stdout", |
859 | "stream": "stdout", |
855 | "text": [ |
860 | "text": [ |
856 | "\n", |
861 | "\n", |
857 | "(85, 22.0, 96978.75)" |
862 | "(85, 21.3125, 98476.0)" |
858 | ] |
863 | ] |
859 | }, |
864 | }, |
860 | { |
865 | { |
861 | "output_type": "stream", |
866 | "output_type": "stream", |
862 | "stream": "stdout", |
867 | "stream": "stdout", |
863 | "text": [ |
868 | "text": [ |
864 | "\n", |
869 | "\n", |
865 | "(86, 22.0, 96978.75)" |
870 | "(86, 21.3125, 98478.5)" |
866 | ] |
871 | ] |
867 | }, |
872 | }, |
868 | { |
873 | { |
869 | "output_type": "stream", |
874 | "output_type": "stream", |
870 | "stream": "stdout", |
875 | "stream": "stdout", |
871 | "text": [ |
876 | "text": [ |
872 | "\n", |
877 | "\n", |
873 | "(87, 22.0, 96982.0)" |
878 | "(87, 21.3125, 98478.5)" |
874 | ] |
879 | ] |
875 | }, |
880 | }, |
876 | { |
881 | { |
877 | "output_type": "stream", |
882 | "output_type": "stream", |
878 | "stream": "stdout", |
883 | "stream": "stdout", |
879 | "text": [ |
884 | "text": [ |
880 | "\n", |
885 | "\n", |
881 | "(88, 22.0, 96982.0)" |
886 | "(88, 21.3125, 98478.5)" |
882 | ] |
887 | ] |
883 | }, |
888 | }, |
884 | { |
889 | { |
885 | "output_type": "stream", |
890 | "output_type": "stream", |
886 | "stream": "stdout", |
891 | "stream": "stdout", |
887 | "text": [ |
892 | "text": [ |
888 | "\n", |
893 | "\n", |
889 | "(89, 22.0, 96982.75)" |
894 | "(89, 21.3125, 98478.0)" |
890 | ] |
895 | ] |
891 | }, |
896 | }, |
892 | { |
897 | { |
893 | "output_type": "stream", |
898 | "output_type": "stream", |
894 | "stream": "stdout", |
899 | "stream": "stdout", |
895 | "text": [ |
900 | "text": [ |
896 | "\n", |
901 | "\n", |
897 | "(90, 22.0, 96976.0)" |
902 | "(90, 21.375, 98478.0)" |
898 | ] |
903 | ] |
899 | }, |
904 | }, |
900 | { |
905 | { |
901 | "output_type": "stream", |
906 | "output_type": "stream", |
902 | "stream": "stdout", |
907 | "stream": "stdout", |
903 | "text": [ |
908 | "text": [ |
904 | "\n", |
909 | "\n", |
905 | "(91, 22.0, 96976.0)" |
910 | "(91, 21.375, 98484.0)" |
906 | ] |
911 | ] |
907 | }, |
912 | }, |
908 | { |
913 | { |
909 | "output_type": "stream", |
914 | "output_type": "stream", |
910 | "stream": "stdout", |
915 | "stream": "stdout", |
911 | "text": [ |
916 | "text": [ |
912 | "\n", |
917 | "\n", |
913 | "(92, 22.0, 96980.75)" |
918 | "(92, 21.3125, 98484.0)" |
914 | ] |
919 | ] |
915 | }, |
920 | }, |
916 | { |
921 | { |
917 | "output_type": "stream", |
922 | "output_type": "stream", |
918 | "stream": "stdout", |
923 | "stream": "stdout", |
919 | "text": [ |
924 | "text": [ |
920 | "\n", |
925 | "\n", |
921 | "(93, 22.0, 96976.75)" |
926 | "(93, 21.3125, 98480.0)" |
922 | ] |
927 | ] |
923 | }, |
928 | }, |
924 | { |
929 | { |
925 | "output_type": "stream", |
930 | "output_type": "stream", |
926 | "stream": "stdout", |
931 | "stream": "stdout", |
927 | "text": [ |
932 | "text": [ |
928 | "\n", |
933 | "\n", |
929 | "(94, 22.0, 96974.25)" |
934 | "(94, 21.3125, 98480.0)" |
930 | ] |
935 | ] |
931 | }, |
936 | }, |
932 | { |
937 | { |
933 | "output_type": "stream", |
938 | "output_type": "stream", |
934 | "stream": "stdout", |
939 | "stream": "stdout", |
935 | "text": [ |
940 | "text": [ |
936 | "\n", |
941 | "\n", |
937 | "(95, 22.0, 96978.25)" |
942 | "(95, 21.3125, 98478.5)" |
938 | ] |
943 | ] |
939 | }, |
944 | }, |
940 | { |
945 | { |
941 | "output_type": "stream", |
946 | "output_type": "stream", |
942 | "stream": "stdout", |
947 | "stream": "stdout", |
943 | "text": [ |
948 | "text": [ |
944 | "\n", |
949 | "\n", |
945 | "(96, 22.0, 96976.5)" |
950 | "(96, 21.3125, 98478.5)" |
946 | ] |
951 | ] |
947 | }, |
952 | }, |
948 | { |
953 | { |
949 | "output_type": "stream", |
954 | "output_type": "stream", |
950 | "stream": "stdout", |
955 | "stream": "stdout", |
951 | "text": [ |
956 | "text": [ |
952 | "\n", |
957 | "\n", |
953 | "(97, 22.0, 96976.5)" |
958 | "(97, 21.3125, 98476.75)" |
954 | ] |
959 | ] |
955 | }, |
960 | }, |
956 | { |
961 | { |
957 | "output_type": "stream", |
962 | "output_type": "stream", |
958 | "stream": "stdout", |
963 | "stream": "stdout", |
959 | "text": [ |
964 | "text": [ |
960 | "\n", |
965 | "\n", |
961 | "(98, 21.9375, 96972.5)" |
966 | "(98, 21.3125, 98476.75)" |
962 | ] |
967 | ] |
963 | }, |
968 | }, |
964 | { |
969 | { |
965 | "output_type": "stream", |
970 | "output_type": "stream", |
966 | "stream": "stdout", |
971 | "stream": "stdout", |
967 | "text": [ |
972 | "text": [ |
968 | "\n", |
973 | "\n", |
969 | "(99, 21.9375, 96972.5)" |
974 | "(99, 21.3125, 98482.75)" |
970 | ] |
975 | ] |
971 | }, |
976 | }, |
972 | { |
977 | { |
973 | "output_type": "stream", |
978 | "output_type": "stream", |
974 | "stream": "stdout", |
979 | "stream": "stdout", |