paufeldman commited on
Commit
6783151
·
1 Parent(s): 4090916
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. 64.pth +2 -2
  2. app.ipynb +302 -22
  3. app.py +1 -2
  4. meshSubplot.py +0 -111
  5. nuevostrees/ArteryObjAN1-0_tree.dat +1 -0
  6. nuevostrees/ArteryObjAN1-11_tree.dat +1 -0
  7. nuevostrees/ArteryObjAN1-12_tree.dat +1 -0
  8. nuevostrees/ArteryObjAN1-15_tree.dat +1 -0
  9. nuevostrees/ArteryObjAN1-16_tree.dat +1 -0
  10. nuevostrees/ArteryObjAN1-17_tree.dat +1 -0
  11. nuevostrees/ArteryObjAN1-19_tree.dat +1 -0
  12. nuevostrees/ArteryObjAN1-2_tree.dat +1 -0
  13. nuevostrees/ArteryObjAN1-4_tree.dat +1 -0
  14. nuevostrees/ArteryObjAN1-5_tree.dat +1 -0
  15. nuevostrees/ArteryObjAN1-6_tree.dat +1 -0
  16. nuevostrees/ArteryObjAN1-7_tree.dat +1 -0
  17. nuevostrees/ArteryObjAN11-0_tree.dat +1 -0
  18. nuevostrees/ArteryObjAN11-11_tree.dat +1 -0
  19. nuevostrees/ArteryObjAN11-16_tree.dat +1 -0
  20. nuevostrees/ArteryObjAN11-17_tree.dat +1 -0
  21. nuevostrees/ArteryObjAN11-1_tree.dat +1 -0
  22. nuevostrees/ArteryObjAN11-2_tree.dat +1 -0
  23. nuevostrees/ArteryObjAN11-3_tree.dat +1 -0
  24. nuevostrees/ArteryObjAN11-4_tree.dat +1 -0
  25. nuevostrees/ArteryObjAN11-6_tree.dat +1 -0
  26. nuevostrees/ArteryObjAN11-8_tree.dat +1 -0
  27. nuevostrees/ArteryObjAN116-0_tree.dat +1 -0
  28. nuevostrees/ArteryObjAN116-11_tree.dat +1 -0
  29. nuevostrees/ArteryObjAN116-12_tree.dat +1 -0
  30. nuevostrees/ArteryObjAN116-16_tree.dat +1 -0
  31. nuevostrees/ArteryObjAN116-17_tree.dat +1 -0
  32. nuevostrees/ArteryObjAN116-1_tree.dat +1 -0
  33. nuevostrees/ArteryObjAN116-2_tree.dat +1 -0
  34. nuevostrees/ArteryObjAN116-3_tree.dat +1 -0
  35. nuevostrees/ArteryObjAN116-4_tree.dat +1 -0
  36. nuevostrees/ArteryObjAN116-6_tree.dat +1 -0
  37. nuevostrees/ArteryObjAN116-7_tree.dat +1 -0
  38. nuevostrees/ArteryObjAN116-8_tree.dat +1 -0
  39. nuevostrees/ArteryObjAN117-0_tree.dat +1 -0
  40. nuevostrees/ArteryObjAN117-10_tree.dat +1 -0
  41. nuevostrees/ArteryObjAN117-12_tree.dat +1 -0
  42. nuevostrees/ArteryObjAN117-14_tree.dat +1 -0
  43. nuevostrees/ArteryObjAN117-15_tree.dat +1 -0
  44. nuevostrees/ArteryObjAN117-16_tree.dat +1 -0
  45. nuevostrees/ArteryObjAN117-18_tree.dat +1 -0
  46. nuevostrees/ArteryObjAN117-19_tree.dat +1 -0
  47. nuevostrees/ArteryObjAN117-2_tree.dat +1 -0
  48. nuevostrees/ArteryObjAN117-5_tree.dat +1 -0
  49. nuevostrees/ArteryObjAN117-6_tree.dat +1 -0
  50. nuevostrees/ArteryObjAN117-8_tree.dat +1 -0
64.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0dab246ac47fdbab7809ae1cdf84f9854f77f7b809ecc249394280bef6f57463
3
- size 6713611
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b832725a9ac119612e7e578c9c32d93c9c90edad65ec1c7a88f0da44f90207
3
+ size 10202443
app.ipynb CHANGED
@@ -2,7 +2,7 @@
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
- "execution_count": 7,
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
@@ -27,7 +27,7 @@
27
  },
28
  {
29
  "cell_type": "code",
30
- "execution_count": 8,
31
  "metadata": {},
32
  "outputs": [],
33
  "source": [
@@ -139,7 +139,7 @@
139
  },
140
  {
141
  "cell_type": "code",
142
- "execution_count": 9,
143
  "metadata": {},
144
  "outputs": [],
145
  "source": [
@@ -209,7 +209,7 @@
209
  },
210
  {
211
  "cell_type": "code",
212
- "execution_count": 10,
213
  "metadata": {},
214
  "outputs": [],
215
  "source": [
@@ -220,7 +220,7 @@
220
  },
221
  {
222
  "cell_type": "code",
223
- "execution_count": 11,
224
  "metadata": {},
225
  "outputs": [],
226
  "source": [
@@ -304,71 +304,351 @@
304
  },
305
  {
306
  "cell_type": "code",
307
- "execution_count": 12,
308
  "metadata": {},
309
  "outputs": [
310
  {
311
  "name": "stdout",
312
  "output_type": "stream",
313
  "text": [
314
- "Running on local URL: http://127.0.0.1:7861\n",
315
- "\n",
316
- "To create a public link, set `share=True` in `launch()`.\n"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  ]
318
  },
319
  {
320
  "data": {
321
- "text/html": [
322
- "<div><iframe src=\"http://127.0.0.1:7861/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
323
- ],
 
 
324
  "text/plain": [
325
- "<IPython.core.display.HTML object>"
326
  ]
327
  },
328
  "metadata": {},
329
  "output_type": "display_data"
330
  },
 
 
 
 
 
 
 
331
  {
332
  "data": {
333
- "text/plain": []
 
 
 
 
 
 
 
334
  },
335
- "execution_count": 12,
336
  "metadata": {},
337
- "output_type": "execute_result"
338
  },
339
  {
340
  "name": "stdout",
341
  "output_type": "stream",
342
  "text": [
343
- "generated images <modelovae.Node object at 0x000001B9ED7F47F0>\n",
344
- "//////\n"
345
  ]
346
  },
347
  {
348
  "data": {
349
  "application/vnd.jupyter.widget-view+json": {
350
- "model_id": "5784de25df5e45cfae4a32ccbcd52ab6",
351
  "version_major": 2,
352
  "version_minor": 0
353
  },
354
  "text/plain": [
355
- "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.4668646…"
356
  ]
357
  },
358
  "metadata": {},
359
  "output_type": "display_data"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
360
  }
361
  ],
362
  "source": [
363
  "a = [1.,1.,1.]\n",
364
  "mult = torch.Tensor(a)\n",
365
- "latent_size = 128\n",
366
  "Grassdecoder = GRASSDecoder(latent_size=latent_size, hidden_size=256, mult = mult)\n",
367
  "Grassdecoder = Grassdecoder\n",
368
  "\n",
369
  "Grassdecoder.eval()\n",
370
  "\n",
371
- "checkpoint = torch.load(\"128.pth\", map_location=torch.device('cpu'))\n",
372
  "Grassdecoder.load_state_dict(checkpoint['decoder_state_dict'])\n",
373
  "\n",
374
  "gr.Interface( predict, \n",
 
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
+ "execution_count": 11,
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
 
27
  },
28
  {
29
  "cell_type": "code",
30
+ "execution_count": 12,
31
  "metadata": {},
32
  "outputs": [],
33
  "source": [
 
139
  },
140
  {
141
  "cell_type": "code",
142
+ "execution_count": 13,
143
  "metadata": {},
144
  "outputs": [],
145
  "source": [
 
209
  },
210
  {
211
  "cell_type": "code",
212
+ "execution_count": 14,
213
  "metadata": {},
214
  "outputs": [],
215
  "source": [
 
220
  },
221
  {
222
  "cell_type": "code",
223
+ "execution_count": 15,
224
  "metadata": {},
225
  "outputs": [],
226
  "source": [
 
304
  },
305
  {
306
  "cell_type": "code",
307
+ "execution_count": 17,
308
  "metadata": {},
309
  "outputs": [
310
  {
311
  "name": "stdout",
312
  "output_type": "stream",
313
  "text": [
314
+ "Running on local URL: http://127.0.0.1:7860\n",
315
+ "generated images <modelovae.Node object at 0x000001F3A9D89FC0>\n"
316
+ ]
317
+ },
318
+ {
319
+ "data": {
320
+ "application/vnd.jupyter.widget-view+json": {
321
+ "model_id": "a7c9d42f5242485e92437771b60ab88c",
322
+ "version_major": 2,
323
+ "version_minor": 0
324
+ },
325
+ "text/plain": [
326
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(-0.003762…"
327
+ ]
328
+ },
329
+ "metadata": {},
330
+ "output_type": "display_data"
331
+ },
332
+ {
333
+ "name": "stdout",
334
+ "output_type": "stream",
335
+ "text": [
336
+ "generated images <modelovae.Node object at 0x000001F3B5E47130>\n"
337
+ ]
338
+ },
339
+ {
340
+ "data": {
341
+ "application/vnd.jupyter.widget-view+json": {
342
+ "model_id": "0beb7306167340709957143fe3d8412d",
343
+ "version_major": 2,
344
+ "version_minor": 0
345
+ },
346
+ "text/plain": [
347
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.4200476…"
348
+ ]
349
+ },
350
+ "metadata": {},
351
+ "output_type": "display_data"
352
+ },
353
+ {
354
+ "name": "stdout",
355
+ "output_type": "stream",
356
+ "text": [
357
+ "generated images <modelovae.Node object at 0x000001F3B5E47820>\n"
358
+ ]
359
+ },
360
+ {
361
+ "data": {
362
+ "application/vnd.jupyter.widget-view+json": {
363
+ "model_id": "15699e29642b4c969757709a93569c09",
364
+ "version_major": 2,
365
+ "version_minor": 0
366
+ },
367
+ "text/plain": [
368
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(-0.002811…"
369
+ ]
370
+ },
371
+ "metadata": {},
372
+ "output_type": "display_data"
373
+ },
374
+ {
375
+ "name": "stdout",
376
+ "output_type": "stream",
377
+ "text": [
378
+ "generated images <modelovae.Node object at 0x000001F3B8AA2F50>\n"
379
+ ]
380
+ },
381
+ {
382
+ "data": {
383
+ "application/vnd.jupyter.widget-view+json": {
384
+ "model_id": "e8f7321033e74f2cb61d0830f179ce4a",
385
+ "version_major": 2,
386
+ "version_minor": 0
387
+ },
388
+ "text/plain": [
389
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.4228083…"
390
+ ]
391
+ },
392
+ "metadata": {},
393
+ "output_type": "display_data"
394
+ },
395
+ {
396
+ "name": "stdout",
397
+ "output_type": "stream",
398
+ "text": [
399
+ "generated images <modelovae.Node object at 0x000001F3B8AF30D0>\n"
400
+ ]
401
+ },
402
+ {
403
+ "data": {
404
+ "application/vnd.jupyter.widget-view+json": {
405
+ "model_id": "e45f9cfb42a742928111bd96c0bea6c8",
406
+ "version_major": 2,
407
+ "version_minor": 0
408
+ },
409
+ "text/plain": [
410
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.2544228…"
411
+ ]
412
+ },
413
+ "metadata": {},
414
+ "output_type": "display_data"
415
+ },
416
+ {
417
+ "name": "stdout",
418
+ "output_type": "stream",
419
+ "text": [
420
+ "generated images <modelovae.Node object at 0x000001F3B8AA35B0>\n"
421
+ ]
422
+ },
423
+ {
424
+ "data": {
425
+ "application/vnd.jupyter.widget-view+json": {
426
+ "model_id": "e8b93804c83f437ba86dfb28fc839eda",
427
+ "version_major": 2,
428
+ "version_minor": 0
429
+ },
430
+ "text/plain": [
431
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.2635734…"
432
+ ]
433
+ },
434
+ "metadata": {},
435
+ "output_type": "display_data"
436
+ },
437
+ {
438
+ "name": "stdout",
439
+ "output_type": "stream",
440
+ "text": [
441
+ "generated images <modelovae.Node object at 0x000001F3B8AF09A0>\n"
442
+ ]
443
+ },
444
+ {
445
+ "data": {
446
+ "application/vnd.jupyter.widget-view+json": {
447
+ "model_id": "7a670daef41b4e1a8aad5cab83ac220c",
448
+ "version_major": 2,
449
+ "version_minor": 0
450
+ },
451
+ "text/plain": [
452
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.5811820…"
453
+ ]
454
+ },
455
+ "metadata": {},
456
+ "output_type": "display_data"
457
+ },
458
+ {
459
+ "name": "stdout",
460
+ "output_type": "stream",
461
+ "text": [
462
+ "generated images <modelovae.Node object at 0x000001F3B8AF07F0>\n"
463
+ ]
464
+ },
465
+ {
466
+ "data": {
467
+ "application/vnd.jupyter.widget-view+json": {
468
+ "model_id": "4a0fa599af6846d299e6868130c17a2b",
469
+ "version_major": 2,
470
+ "version_minor": 0
471
+ },
472
+ "text/plain": [
473
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.3441835…"
474
+ ]
475
+ },
476
+ "metadata": {},
477
+ "output_type": "display_data"
478
+ },
479
+ {
480
+ "name": "stdout",
481
+ "output_type": "stream",
482
+ "text": [
483
+ "generated images <modelovae.Node object at 0x000001F3B8AA2F50>\n"
484
+ ]
485
+ },
486
+ {
487
+ "data": {
488
+ "application/vnd.jupyter.widget-view+json": {
489
+ "model_id": "1921954654de45e7835c0ecd7bb0c55a",
490
+ "version_major": 2,
491
+ "version_minor": 0
492
+ },
493
+ "text/plain": [
494
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.3771645…"
495
+ ]
496
+ },
497
+ "metadata": {},
498
+ "output_type": "display_data"
499
+ },
500
+ {
501
+ "name": "stdout",
502
+ "output_type": "stream",
503
+ "text": [
504
+ "generated images <modelovae.Node object at 0x000001F3B8A18F10>\n"
505
+ ]
506
+ },
507
+ {
508
+ "data": {
509
+ "application/vnd.jupyter.widget-view+json": {
510
+ "model_id": "2f112a2375f74531954a5bc3d4de338e",
511
+ "version_major": 2,
512
+ "version_minor": 0
513
+ },
514
+ "text/plain": [
515
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.3513652…"
516
+ ]
517
+ },
518
+ "metadata": {},
519
+ "output_type": "display_data"
520
+ },
521
+ {
522
+ "name": "stdout",
523
+ "output_type": "stream",
524
+ "text": [
525
+ "generated images <modelovae.Node object at 0x000001F3B8C315A0>\n"
526
+ ]
527
+ },
528
+ {
529
+ "data": {
530
+ "application/vnd.jupyter.widget-view+json": {
531
+ "model_id": "69653cc85476484c9da5003f8dfaf59d",
532
+ "version_major": 2,
533
+ "version_minor": 0
534
+ },
535
+ "text/plain": [
536
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.0813838…"
537
+ ]
538
+ },
539
+ "metadata": {},
540
+ "output_type": "display_data"
541
+ },
542
+ {
543
+ "name": "stdout",
544
+ "output_type": "stream",
545
+ "text": [
546
+ "generated images <modelovae.Node object at 0x000001F3B8C566E0>\n"
547
+ ]
548
+ },
549
+ {
550
+ "data": {
551
+ "application/vnd.jupyter.widget-view+json": {
552
+ "model_id": "a01e1fdbdf824caebcc93977b0c2bb4b",
553
+ "version_major": 2,
554
+ "version_minor": 0
555
+ },
556
+ "text/plain": [
557
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.1389834…"
558
+ ]
559
+ },
560
+ "metadata": {},
561
+ "output_type": "display_data"
562
+ },
563
+ {
564
+ "name": "stdout",
565
+ "output_type": "stream",
566
+ "text": [
567
+ "generated images <modelovae.Node object at 0x000001F3B8A70B20>\n"
568
  ]
569
  },
570
  {
571
  "data": {
572
+ "application/vnd.jupyter.widget-view+json": {
573
+ "model_id": "39ec4db0797340ad8a9ca1e3418a8a68",
574
+ "version_major": 2,
575
+ "version_minor": 0
576
+ },
577
  "text/plain": [
578
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.0445088…"
579
  ]
580
  },
581
  "metadata": {},
582
  "output_type": "display_data"
583
  },
584
+ {
585
+ "name": "stdout",
586
+ "output_type": "stream",
587
+ "text": [
588
+ "generated images <modelovae.Node object at 0x000001F3B8CE1270>\n"
589
+ ]
590
+ },
591
  {
592
  "data": {
593
+ "application/vnd.jupyter.widget-view+json": {
594
+ "model_id": "7ace303e1bf347d9be2fb076afdda5eb",
595
+ "version_major": 2,
596
+ "version_minor": 0
597
+ },
598
+ "text/plain": [
599
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.5377806…"
600
+ ]
601
  },
 
602
  "metadata": {},
603
+ "output_type": "display_data"
604
  },
605
  {
606
  "name": "stdout",
607
  "output_type": "stream",
608
  "text": [
609
+ "generated images <modelovae.Node object at 0x000001F3B8CE1CC0>\n"
 
610
  ]
611
  },
612
  {
613
  "data": {
614
  "application/vnd.jupyter.widget-view+json": {
615
+ "model_id": "e2719b6258844c46a006bede8f7b79ab",
616
  "version_major": 2,
617
  "version_minor": 0
618
  },
619
  "text/plain": [
620
+ "Renderer(camera=PerspectiveCamera(children=(DirectionalLight(color='white', intensity=0.6, position=(0.4734578…"
621
  ]
622
  },
623
  "metadata": {},
624
  "output_type": "display_data"
625
+ },
626
+ {
627
+ "ename": "KeyboardInterrupt",
628
+ "evalue": "",
629
+ "output_type": "error",
630
+ "traceback": [
631
+ "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
632
+ "\u001b[1;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)",
633
+ "Cell \u001b[1;32mIn[17], line 12\u001b[0m\n\u001b[0;32m 9\u001b[0m checkpoint \u001b[39m=\u001b[39m torch\u001b[39m.\u001b[39mload(\u001b[39m\"\u001b[39m\u001b[39m64.pth\u001b[39m\u001b[39m\"\u001b[39m, map_location\u001b[39m=\u001b[39mtorch\u001b[39m.\u001b[39mdevice(\u001b[39m'\u001b[39m\u001b[39mcpu\u001b[39m\u001b[39m'\u001b[39m))\n\u001b[0;32m 10\u001b[0m Grassdecoder\u001b[39m.\u001b[39mload_state_dict(checkpoint[\u001b[39m'\u001b[39m\u001b[39mdecoder_state_dict\u001b[39m\u001b[39m'\u001b[39m])\n\u001b[1;32m---> 12\u001b[0m gr\u001b[39m.\u001b[39;49mInterface( predict, \n\u001b[0;32m 13\u001b[0m inputs\u001b[39m=\u001b[39;49m\u001b[39mNone\u001b[39;49;00m,\n\u001b[0;32m 14\u001b[0m outputs\u001b[39m=\u001b[39;49mgr\u001b[39m.\u001b[39;49mPlot()\n\u001b[0;32m 15\u001b[0m )\u001b[39m.\u001b[39;49mlaunch(share \u001b[39m=\u001b[39;49m \u001b[39mTrue\u001b[39;49;00m)\n",
634
+ "File \u001b[1;32mc:\\Users\\User\\anaconda3\\envs\\py_torch\\lib\\site-packages\\gradio\\blocks.py:2005\u001b[0m, in \u001b[0;36mBlocks.launch\u001b[1;34m(self, inline, inbrowser, share, debug, enable_queue, max_threads, auth, auth_message, prevent_thread_lock, show_error, server_name, server_port, show_tips, height, width, encrypt, favicon_path, ssl_keyfile, ssl_certfile, ssl_keyfile_password, ssl_verify, quiet, show_api, file_directories, allowed_paths, blocked_paths, root_path, _frontend, app_kwargs)\u001b[0m\n\u001b[0;32m 2003\u001b[0m \u001b[39mtry\u001b[39;00m:\n\u001b[0;32m 2004\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mshare_url \u001b[39mis\u001b[39;00m \u001b[39mNone\u001b[39;00m:\n\u001b[1;32m-> 2005\u001b[0m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mshare_url \u001b[39m=\u001b[39m networking\u001b[39m.\u001b[39;49msetup_tunnel(\n\u001b[0;32m 2006\u001b[0m \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49mserver_name, \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49mserver_port, \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49mshare_token\n\u001b[0;32m 2007\u001b[0m )\n\u001b[0;32m 2008\u001b[0m \u001b[39mprint\u001b[39m(strings\u001b[39m.\u001b[39men[\u001b[39m\"\u001b[39m\u001b[39mSHARE_LINK_DISPLAY\u001b[39m\u001b[39m\"\u001b[39m]\u001b[39m.\u001b[39mformat(\u001b[39mself\u001b[39m\u001b[39m.\u001b[39mshare_url))\n\u001b[0;32m 2009\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39mnot\u001b[39;00m (quiet):\n",
635
+ "File \u001b[1;32mc:\\Users\\User\\anaconda3\\envs\\py_torch\\lib\\site-packages\\gradio\\networking.py:228\u001b[0m, in \u001b[0;36msetup_tunnel\u001b[1;34m(local_host, local_port, share_token)\u001b[0m\n\u001b[0;32m 224\u001b[0m remote_host, remote_port \u001b[39m=\u001b[39m payload[\u001b[39m\"\u001b[39m\u001b[39mhost\u001b[39m\u001b[39m\"\u001b[39m], \u001b[39mint\u001b[39m(payload[\u001b[39m\"\u001b[39m\u001b[39mport\u001b[39m\u001b[39m\"\u001b[39m])\n\u001b[0;32m 225\u001b[0m tunnel \u001b[39m=\u001b[39m Tunnel(\n\u001b[0;32m 226\u001b[0m remote_host, remote_port, local_host, local_port, share_token\n\u001b[0;32m 227\u001b[0m )\n\u001b[1;32m--> 228\u001b[0m address \u001b[39m=\u001b[39m tunnel\u001b[39m.\u001b[39;49mstart_tunnel()\n\u001b[0;32m 229\u001b[0m \u001b[39mreturn\u001b[39;00m address\n\u001b[0;32m 230\u001b[0m \u001b[39mexcept\u001b[39;00m \u001b[39mException\u001b[39;00m \u001b[39mas\u001b[39;00m e:\n",
636
+ "File \u001b[1;32mc:\\Users\\User\\anaconda3\\envs\\py_torch\\lib\\site-packages\\gradio\\tunneling.py:59\u001b[0m, in \u001b[0;36mTunnel.start_tunnel\u001b[1;34m(self)\u001b[0m\n\u001b[0;32m 57\u001b[0m \u001b[39mdef\u001b[39;00m \u001b[39mstart_tunnel\u001b[39m(\u001b[39mself\u001b[39m) \u001b[39m-\u001b[39m\u001b[39m>\u001b[39m \u001b[39mstr\u001b[39m:\n\u001b[0;32m 58\u001b[0m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mdownload_binary()\n\u001b[1;32m---> 59\u001b[0m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39murl \u001b[39m=\u001b[39m \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49m_start_tunnel(BINARY_PATH)\n\u001b[0;32m 60\u001b[0m \u001b[39mreturn\u001b[39;00m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39murl\n",
637
+ "File \u001b[1;32mc:\\Users\\User\\anaconda3\\envs\\py_torch\\lib\\site-packages\\gradio\\tunneling.py:95\u001b[0m, in \u001b[0;36mTunnel._start_tunnel\u001b[1;34m(self, binary)\u001b[0m\n\u001b[0;32m 93\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mproc\u001b[39m.\u001b[39mstdout \u001b[39mis\u001b[39;00m \u001b[39mNone\u001b[39;00m:\n\u001b[0;32m 94\u001b[0m \u001b[39mcontinue\u001b[39;00m\n\u001b[1;32m---> 95\u001b[0m line \u001b[39m=\u001b[39m \u001b[39mself\u001b[39;49m\u001b[39m.\u001b[39;49mproc\u001b[39m.\u001b[39;49mstdout\u001b[39m.\u001b[39;49mreadline()\n\u001b[0;32m 96\u001b[0m line \u001b[39m=\u001b[39m line\u001b[39m.\u001b[39mdecode(\u001b[39m\"\u001b[39m\u001b[39mutf-8\u001b[39m\u001b[39m\"\u001b[39m)\n\u001b[0;32m 97\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39m\"\u001b[39m\u001b[39mstart proxy success\u001b[39m\u001b[39m\"\u001b[39m \u001b[39min\u001b[39;00m line:\n",
638
+ "\u001b[1;31mKeyboardInterrupt\u001b[0m: "
639
+ ]
640
  }
641
  ],
642
  "source": [
643
  "a = [1.,1.,1.]\n",
644
  "mult = torch.Tensor(a)\n",
645
+ "latent_size = 32\n",
646
  "Grassdecoder = GRASSDecoder(latent_size=latent_size, hidden_size=256, mult = mult)\n",
647
  "Grassdecoder = Grassdecoder\n",
648
  "\n",
649
  "Grassdecoder.eval()\n",
650
  "\n",
651
+ "checkpoint = torch.load(\"64.pth\", map_location=torch.device('cpu'))\n",
652
  "Grassdecoder.load_state_dict(checkpoint['decoder_state_dict'])\n",
653
  "\n",
654
  "gr.Interface( predict, \n",
app.py CHANGED
@@ -12,7 +12,6 @@ from torch.utils.data import Dataset, DataLoader
12
  import os
13
  from resamplear import *
14
  import open3d as o3d
15
- from meshSubplot import sTree, plotTree
16
 
17
  from vedo import *
18
  def count_fn(f):
@@ -306,7 +305,7 @@ def predict():
306
 
307
  a = [1.,1.,1.]
308
  mult = torch.Tensor(a)
309
- latent_size = 32
310
  Grassdecoder = GRASSDecoder(latent_size=latent_size, hidden_size=256, mult = mult)
311
  Grassdecoder = Grassdecoder
312
 
 
12
  import os
13
  from resamplear import *
14
  import open3d as o3d
 
15
 
16
  from vedo import *
17
  def count_fn(f):
 
305
 
306
  a = [1.,1.,1.]
307
  mult = torch.Tensor(a)
308
+ latent_size = 64
309
  Grassdecoder = GRASSDecoder(latent_size=latent_size, hidden_size=256, mult = mult)
310
  Grassdecoder = Grassdecoder
311
 
meshSubplot.py DELETED
@@ -1,111 +0,0 @@
1
- import uuid
2
- from ipywidgets import Output, HBox
3
- import meshplot as mp
4
- rendertype = 'JUPYTER'
5
- import numpy as np
6
- import networkx as nx
7
-
8
- class Subplot():
9
- def __init__(self, data, view, s):
10
- if data == None:
11
- self.rows = []
12
- self.hboxes = []
13
- else:
14
- self.rows = data.rows
15
- if s[0] != 1 or s[1] != 1:
16
- if data == None: # Intialize subplot array
17
- cnt = 0
18
- for r in range(s[0]):
19
- row = []
20
- for c in range(s[1]):
21
- row.append(Output())
22
- cnt += 1
23
- self.rows.append(row)
24
-
25
- for r in self.rows:
26
- hbox = HBox(r)
27
- if rendertype == "JUPYTER":
28
- display(hbox)
29
- self.hboxes.append(hbox)
30
-
31
- out = self.rows[int(s[2]/s[1])][s[2]%s[1]]
32
- if rendertype == "JUPYTER":
33
- with out:
34
- display(view._renderer)
35
- self.rows[int(s[2]/s[1])][s[2]%s[1]] = view
36
-
37
- def save(self, filename=""):
38
- if filename == "":
39
- uid = str(uuid.uuid4()) + ".html"
40
- else:
41
- filename = filename.replace(".html", "")
42
- uid = filename + '.html'
43
-
44
- s = ""
45
- imports = True
46
- for r in self.rows:
47
- for v in r:
48
- s1 = v.to_html(imports=imports, html_frame=False)
49
- s = s + s1
50
- imports = False
51
-
52
- s = "<html>\n<body>\n" + s + "\n</body>\n</html>"
53
- with open(uid, "w") as f:
54
- f.write(s)
55
- print("Plot saved to file %s."%uid)
56
-
57
- def to_html(self, imports=True, html_frame=True):
58
- s = ""
59
- for r in self.rows:
60
- for v in r:
61
- s1 = v.to_html(imports=imports, html_frame=html_frame)
62
- s = s + s1
63
- imports = False
64
-
65
- return s
66
-
67
- def subplot(f, c = 'red', uv=None, n=None, shading={}, s=[1, 1, 0], data=None, **kwargs):
68
-
69
- shading={'point_size':0.05, "point_color": c, "line_color": c, "width":400, "height":400}
70
- view = mp.Viewer(settings = {"width": 500, "height": 500, "antialias": True, "scale": 1.5, "background": "#ffffff",
71
- "fov": 30})
72
-
73
- #obj = view.add_points(np.array([ f.nodes[v]['posicion'] for v in f.nodes]), shading=shading)
74
- obj = view.add_points( np.array([f.nodes[v]['posicion'] for v in f.nodes if f.nodes[v]['root'] == True]), shading={'point_size':.02, 'point_color':'red'})
75
- if len(np.array([ f.nodes[v]['posicion'] for v in f.nodes if f.nodes[v]['root'] == False])) != 0:
76
- obj = view.add_points( np.array([f.nodes[v]['posicion'] for v in f.nodes if f.nodes[v]['root'] == False]), shading={'point_size':.02, 'point_color':'black'})
77
- for arista in f.edges:
78
- obj = view.add_lines( f.nodes[arista[0]]['posicion'], f.nodes[arista[1]]['posicion'], shading = shading)
79
-
80
- subplot = Subplot(data, view, s)
81
- return subplot
82
-
83
- def plotTree( root, dec ):
84
- graph = nx.Graph()
85
- root.toGraph( graph, 0, dec, 0)
86
- edges=nx.get_edge_attributes(graph,'procesada')
87
-
88
- p = mp.plot( np.array([ graph.nodes[v]['posicion'] for v in graph.nodes if graph.nodes[v]['root'] == True]), shading={'point_size':0.05, 'point_color':'red'}, return_plot=True)
89
- if len(np.array([ graph.nodes[v]['posicion'] for v in graph.nodes if graph.nodes[v]['root'] == False])) != 0:
90
- p.add_points( np.array([graph.nodes[v]['posicion'] for v in graph.nodes if graph.nodes[v]['root'] == False]), shading={'point_size':.05, 'point_color':'black'})
91
- for arista in graph.edges:
92
- p.add_lines( graph.nodes[arista[0]]['posicion'], graph.nodes[arista[1]]['posicion'])
93
-
94
- return
95
-
96
-
97
- def sTree( root, dec, s, c, d=None):
98
- "plot trees next to each other"
99
- graph = nx.Graph()
100
- root.toGraph( graph, 0, dec, 0)
101
-
102
- if d:
103
- subplot(graph, c=c, s=s, data = d)
104
- else:
105
-
106
- d = subplot(graph, c=c, s=s)
107
-
108
- return d
109
-
110
-
111
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
nuevostrees/ArteryObjAN1-0_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;64_[18.4358, -44.29, -72.1166, 0.14045223501625542];63_[17.9591, -44.4522, -71.6953, 0.403573266044137];62_[17.1169, -45.2517, -71.3105, 0.8029114735081432];61_[16.3855, -45.3593, -70.8019, 1.0187573276734132];60_[15.809, -45.3361, -70.3118, 1.0796678574234027];59_[15.2539, -45.2645, -69.8457, 1.1186587190032882];58_[14.7137, -45.2195, -69.2712, 1.178612602062069];57_[14.1889, -45.032, -68.5225, 1.256801171856488];56_[13.7702, -44.9884, -67.7696, 1.2860268725742952];55_[13.4166, -45.0094, -66.8967, 1.3276042657955311];54_[13.1157, -45.0318, -66.0227, 1.3531062106588545];53_[12.9326, -45.1113, -65.2933, 1.3625480499351235];52_[12.8581, -45.1902, -64.7051, 1.315014140354939];51_[12.797, -45.3, -64.0935, 1.2792292325291321];50_[12.7547, -45.4448, -63.2618, 1.298599894327267];49_[12.8355, -45.525, -62.4382, 1.3088316214465625];48_[12.9574, -45.5145, -61.7159, 1.2980517927275128];47_[13.1082, -45.5022, -61.0202, 1.2882097327424118];46_[13.3011, -45.5242, -60.2936, 1.3025941008010864];45_[13.4852, -45.5404, -59.6609, 1.3063079339302943];44_[13.6766, -45.5475, -59.0595, 1.3003554052994089];43_[13.8649, -45.5193, -58.5107, 1.2837322881440623];42_[14.0486, -45.4518, -57.9303, 1.2499262816216308];41_[14.209, -45.3847, -57.3913, 1.2227846761568837];40_[14.3632, -45.3128, -56.7425, 1.1993538076671975];#;#;#;#;#;#;#;#;#;#;#;#;0_[13.5786, -51.5181, -49.7241, 1.3800136573420192];1_[14.0803, -49.9515, -50.1683, 1.242986510775065];2_[14.163, -49.2643, -50.5715, 1.203160429549945];3_[14.2522, -48.7474, -50.9454, 1.1771591758030262];4_[14.3465, -48.1901, -51.3516, 1.155078195654739];5_[14.464, -47.6848, -51.8335, 1.120665293332171];6_[14.5301, -47.1985, -52.3879, 1.0846350215276885];7_[14.5892, -46.774, -52.9033, 1.0656488699877038];8_[14.6433, -46.408, -53.3952, 1.061596539122783];9_[14.6859, -46.112, -53.8552, 1.0530857965317164];10_[14.6826, -45.8357, -54.3367, 1.0764728974449453];11_[14.6605, -45.0716, -55.5973, 1.3210565807509667];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;12_[15.3504, -39.3078, -60.8679, 0.5174749763616134];13_[15.2636, -39.3216, -60.4038, 0.4460627741690528];14_[15.2531, -39.3313, -60.1263, 0.44187572365516525];15_[15.2607, -39.369, -59.813, 0.4332178683266909];16_[15.2729, -39.4313, -59.4835, 0.417646993714681];17_[15.2838, -39.5519, -59.2268, 0.45827872879241227];18_[15.3279, -39.6724, -58.9834, 0.4834146269181603];19_[15.3978, -39.7911, -58.7452, 0.4792100897220925];20_[15.4732, -39.9179, -58.4865, 0.4948604346989655];21_[15.5286, -40.0226, -58.2625, 0.5125249390450025];22_[15.5562, -40.1525, -58.0043, 0.5015276165545921];23_[15.5975, -40.2901, -57.761, 0.5027064944406794];24_[15.6486, -40.4329, -57.5167, 0.5051134320862425];25_[15.6766, -40.6155, -57.2739, 0.5307891242722393];26_[15.7131, -40.7927, -57.0714, 0.5584149133222199];27_[15.7453, -40.9725, -56.8397, 0.5947434625707492];28_[15.7422, -41.2093, -56.5928, 0.6062132958791181];29_[15.7446, -41.4696, -56.3619, 0.6182867568305569];30_[15.7334, -41.7223, -56.1538, 0.6411799606915449];31_[15.6883, -42.0525, -55.9308, 0.6388974893210343];32_[15.5908, -42.4454, -55.7448, 0.6284244881197587];33_[15.4662, -42.7968, -55.6302, 0.6484866030093436];34_[15.3266, -43.1132, -55.5824, 0.6836578226228262];35_[15.2172, -43.3799, -55.5669, 0.7088888545285122];36_[15.128, -43.5787, -55.5608, 0.7549826966395634];37_[15.0763, -43.6933, -55.5604, 0.7834196693190479]
nuevostrees/ArteryObjAN1-11_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;59_[17.408846, -43.047993, -21.384293, 0.5203586296605394];58_[17.64306, -43.37741, -21.355518, 0.5251156675478624];57_[17.851841, -43.672535, -21.350382, 0.5503146051746227];56_[18.112484, -44.01957, -21.297783, 0.5856978607025812];55_[18.304565, -44.317417, -21.22882, 0.6042614358983214];54_[18.517483, -44.604805, -21.159409, 0.6308531999827302];53_[18.918982, -45.114784, -21.0982, 0.7303732735174482];52_[19.338268, -45.64431, -20.967096, 0.85814118058838];51_[19.539131, -45.956276, -20.759523, 0.8555726942673486];50_[19.795923, -46.303493, -20.543453, 0.8497687158167809];49_[20.076767, -46.724243, -20.385927, 0.8607316277638337];48_[20.423218, -47.16801, -20.28508, 0.8907819385631582];47_[20.743519, -47.558903, -20.262493, 0.8936788988184949];46_[21.069622, -47.910965, -20.283005, 0.8934315901827654];45_[21.412281, -48.26757, -20.30388, 0.8825793361278201];44_[21.817987, -48.77926, -20.378408, 0.8845932526550415];43_[22.125633, -49.13445, -20.647516, 0.8700839954451356];42_[22.404924, -49.606323, -20.946714, 0.8662729259545044];41_[22.642023, -50.038666, -21.31455, 0.8457290375203732];40_[22.831697, -50.462856, -21.732967, 0.8105080881683254];39_[22.962801, -50.829582, -22.17698, 0.7856107166532511];38_[23.036161, -51.166214, -22.564146, 0.7806119294563753];37_[23.036776, -51.575016, -22.924294, 0.7527905391715242];36_[22.943663, -51.97864, -23.29539, 0.753834754464688];35_[22.826574, -52.3516, -23.54022, 0.7408618083359093];34_[22.69135, -52.658215, -23.75543, 0.7265218894341579];33_[22.547844, -52.958664, -23.978727, 0.7273849214631647];32_[22.347042, -53.34037, -24.215357, 0.7503687441615178];31_[22.128975, -53.6632, -24.36372, 0.7450538458725552];30_[21.922277, -53.943024, -24.455168, 0.7388486540022395];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[12.440931, -63.221115, -24.508806, 0.7968910780869148];1_[13.014572, -62.69765, -24.738977, 0.7680696015207862];2_[13.653531, -62.27783, -24.763042, 0.736635802151607];3_[13.988204, -61.949554, -24.891594, 0.7285343306038191];4_[14.238006, -61.69715, -24.97357, 0.7446161077039783];5_[14.514402, -61.41231, -25.050596, 0.7580093037394248];6_[14.793104, -61.146297, -25.120539, 0.7706375395485513];7_[15.13749, -60.830242, -25.133812, 0.7716745941655831];8_[15.452703, -60.50044, -25.189047, 0.750380024796662];9_[15.853822, -60.120663, -25.260378, 0.7133067721905683];10_[16.208954, -59.75527, -25.333538, 0.6984696601507978];11_[16.548092, -59.3984, -25.40265, 0.6846971426303157];12_[16.840425, -59.138393, -25.46966, 0.7021030377213092];13_[17.128323, -58.883667, -25.505411, 0.7081743684919454];14_[17.405348, -58.62361, -25.530397, 0.7123703588945288];15_[17.693558, -58.397682, -25.556232, 0.7097361239098717];16_[17.986979, -58.16308, -25.565716, 0.7028312846771281];17_[18.311884, -57.879105, -25.553783, 0.6919960892368269];18_[18.592943, -57.604572, -25.532885, 0.6854730316080048];19_[18.881912, -57.309093, -25.482346, 0.6783280666845813];20_[19.16941, -57.023094, -25.440063, 0.6693605231997098];21_[19.5036, -56.70772, -25.390318, 0.6711482296220536];22_[19.859776, -56.380535, -25.287493, 0.673489841380318];23_[20.133188, -56.097652, -25.14902, 0.6807019224080906];24_[20.439766, -55.71128, -25.056572, 0.6802130619031441];25_[20.721985, -55.385006, -24.959757, 0.6815577610042173];26_[20.986904, -55.097893, -24.837059, 0.6944069302118568];27_[21.205956, -54.862637, -24.728191, 0.7244298107746436];28_[21.483206, -54.538868, -24.631865, 0.7414084281252717];29_[21.735943, -54.20471, -24.541605, 0.7385774955087492]
nuevostrees/ArteryObjAN1-12_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;25_[9.97178, -81.7223, -28.8028, 2.5229322359932054];24_[10.8062, -81.6117, -30.9931, 1.9529558097990039];23_[11.2442, -81.0632, -31.3842, 1.8820801044280082];22_[11.5618, -80.2239, -31.7192, 1.844168886262388];21_[11.7589, -79.1235, -31.7512, 1.8934404233287745];20_[11.8629, -77.8718, -31.4977, 2.014595165199141];19_[12.0583, -76.7125, -31.2827, 2.0852408548593937];18_[12.5086, -75.2239, -31.2196, 2.138398489462607];17_[13.3132, -74.0139, -31.4181, 2.1274076120686147];16_[14.1099, -72.7872, -31.8877, 2.1484429545268946];15_[14.7363, -71.7512, -32.6929, 2.153906485647311];14_[15.1197, -71.4623, -33.535, 2.065839820941147];13_[15.3164, -71.3786, -34.2359, 1.9759274089907142];#;#;#;#;#;#;#;#;#;#;#;#;#;0_[17.1501, -72.011, -47.8547, 1.8989815261396552];1_[15.8616, -72.6106, -46.6053, 1.8397382655653185];2_[15.2757, -72.8396, -45.7381, 1.867745422883582];3_[14.8626, -72.8795, -44.6033, 1.873175733934367];4_[14.7169, -73.1806, -43.1301, 1.8714757894424148];5_[14.7373, -73.0487, -41.5932, 1.81544268772423];6_[14.9186, -72.936, -40.4737, 1.7999103150775697];7_[15.1547, -72.6212, -39.3198, 1.7919087978580446];8_[15.2521, -72.4371, -38.2619, 1.813269729505654];9_[15.3694, -72.0262, -37.2664, 1.8069395860876356];10_[15.4361, -71.7385, -36.4772, 1.8051567508564799];11_[15.5409, -71.5155, -35.6813, 1.8214260532736186];12_[15.4285, -71.3982, -34.8832, 1.8821728714783135]
nuevostrees/ArteryObjAN1-15_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;40_[-8.62122, -39.3818, -72.1034, 0.05748303894122518];39_[-8.29661, -39.8988, -71.9209, 0.37021296100204537];38_[-8.08708, -40.2494, -71.6355, 0.5363217650259714];37_[-7.91979, -41.1918, -71.2568, 0.8505569537492481];36_[-7.81514, -41.7735, -70.6367, 0.9652163506593121];35_[-7.77147, -42.3392, -70.0536, 1.089259601461783];34_[-7.54018, -42.9503, -69.5173, 1.13527241825701];33_[-7.23391, -43.4637, -68.9873, 1.1580100544883754];32_[-6.87366, -43.8797, -68.5345, 1.1677522877477529];31_[-6.38237, -44.2515, -68.1089, 1.2123495474240369];30_[-5.86354, -44.5459, -67.8754, 1.194821271550589];29_[-5.33054, -44.8498, -67.6662, 1.182706294729575];28_[-4.85379, -45.1066, -67.4669, 1.1520232501991685];27_[-4.33031, -45.3594, -67.2509, 1.1463161674445446];26_[-3.80383, -45.6166, -67.0635, 1.1460839268316407];25_[-3.25193, -45.8264, -66.8523, 1.1457436768649703];24_[-2.58078, -46.1057, -66.6338, 1.166135917221331];23_[-1.99585, -46.2566, -66.4356, 1.1655875869918313];22_[-1.45462, -46.4491, -66.23, 1.1522822750950938];21_[-0.900659, -46.588, -66.0292, 1.146191277416196];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[9.15811, -51.3426, -61.4497, 1.1171930305442603];1_[8.64654, -50.9663, -61.9747, 1.1116431389521217];2_[8.19122, -50.6306, -62.3463, 1.0954866513566976];3_[7.7812, -50.3636, -62.6852, 1.09412659766696];4_[7.32013, -50.0106, -62.9759, 1.0702547114339225];5_[6.93401, -49.727, -63.2066, 1.0745003237459436];6_[6.53848, -49.4394, -63.4242, 1.0789232559550777];7_[6.1646, -49.1846, -63.5994, 1.095986362346742];8_[5.78336, -48.9439, -63.7385, 1.1129992236069146];9_[5.37316, -48.6969, -63.8502, 1.1385659578045317];10_[4.94579, -48.4387, -63.9876, 1.1499333223426758];11_[4.4961, -48.1904, -64.1544, 1.1579047271311493];12_[3.95236, -47.9086, -64.3373, 1.1646870906047289];13_[3.42331, -47.6884, -64.4967, 1.1694988787391858];14_[2.95388, -47.5183, -64.6617, 1.168065425346949];15_[2.39158, -47.3108, -64.8564, 1.1595413757685713];16_[1.82927, -47.1431, -65.0408, 1.158025999679285];17_[1.21709, -47.046, -65.285, 1.1525294744681];18_[0.629382, -46.9535, -65.5015, 1.155002332662437];19_[0.0674255, -46.8128, -65.7168, 1.1505494424942244];20_[-0.390698, -46.7069, -65.8503, 1.1528394758217573]
nuevostrees/ArteryObjAN1-16_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;88_[-3.8818474, -62.36828, -29.58682, 0.1838778653749099];87_[-3.4834578, -62.476013, -29.57358, 0.35712298989523966];86_[-3.2201054, -62.576283, -29.457872, 0.3847878470309573];85_[-2.987393, -62.628567, -29.292885, 0.4186208583661626];84_[-2.7752826, -62.696922, -29.172356, 0.4198347579166753];83_[-2.502199, -62.76016, -28.99289, 0.41948136881266007];82_[-2.2407587, -62.7787, -28.809956, 0.4284093694401138];81_[-2.019985, -62.81731, -28.645163, 0.43658801071402936];80_[-1.7918751, -62.842175, -28.467808, 0.4399645468946349];79_[-1.5896012, -62.87635, -28.307756, 0.44428792308804016];78_[-1.3922774, -62.91347, -28.119707, 0.4378061243008222];77_[-1.1830904, -62.923004, -27.860249, 0.456100227814256];76_[-0.90002, -62.981243, -27.578215, 0.5017335367865524];75_[-0.68995017, -62.962467, -27.290699, 0.5163932116482326];74_[-0.51145434, -62.974453, -27.006573, 0.5561536294830343];73_[-0.31960133, -63.03423, -26.68946, 0.5772058931825266];72_[-0.15005594, -63.075455, -26.385962, 0.5884054537062586];71_[-0.009031178, -63.11029, -26.078453, 0.5879434104167293];70_[0.16186367, -63.119728, -25.72765, 0.6116065483242188];69_[0.32227138, -63.12497, -25.39676, 0.6156539881446378];68_[0.501983, -63.13402, -25.09654, 0.6190293700363966];67_[0.744678, -63.095116, -24.743603, 0.640884895152101];66_[1.0162771, -63.07933, -24.318668, 0.6769274227927063];65_[1.4518156, -63.00369, -23.877981, 0.7763418607595273];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;63_[6.736923, -67.20424, -23.980158, 0.43021335451108944];62_[6.947423, -67.76732, -24.100416, 0.6319929051056727];61_[6.9966235, -67.97197, -24.052382, 0.7237154758482227];60_[7.045863, -68.176544, -23.892633, 0.718365043898044];59_[7.106251, -68.43025, -23.638056, 0.6966755653485102];58_[7.1572475, -68.7088, -23.22602, 0.68632667768274];57_[7.2430153, -68.901024, -22.669151, 0.718199495248238];56_[7.233626, -69.05638, -22.118437, 0.7368739779511283];55_[7.1436768, -69.08736, -21.63362, 0.7486312190730806];54_[6.9692926, -68.9477, -21.040192, 0.7819676330981609];53_[6.6996994, -68.824615, -20.681187, 0.7929960400139965];52_[6.453621, -68.73944, -20.450844, 0.7900098574725956];51_[6.1002946, -68.54401, -20.192959, 0.7883709988321833];50_[5.7634583, -68.3444, -19.987616, 0.7801306702864936];49_[5.4251256, -68.05809, -19.817518, 0.8035749800706595];48_[5.1329784, -67.745, -19.676346, 0.8127274274579268];47_[4.817543, -67.399155, -19.575367, 0.8257792999100125];46_[4.5535655, -67.045425, -19.566729, 0.8340584118416517];45_[4.2892427, -66.66385, -19.595352, 0.8276735571623512];44_[4.031664, -66.21675, -19.675554, 0.8339936928180686];43_[3.814389, -65.7527, -19.84275, 0.8380950003929344];42_[3.612718, -65.32408, -20.122005, 0.8479440415277313];41_[3.4942632, -64.65707, -20.516973, 0.9099952351346648];39_[2.6767347, -63.685017, -22.120325, 1.8864745516739039];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;36_[10.060984, -61.652596, -25.06817, 3.6159058301165104e-06];35_[10.060854, -61.65255, -25.068022, 4.242112800545701e-05];34_[10.059688, -61.652035, -25.065346, 0.0004676737851648697];33_[10.046883, -61.648407, -25.053682, 0.003789962192955619];32_[9.980051, -61.61434, -24.801872, 0.09367530149817709];31_[9.762871, -61.564598, -24.676664, 0.1927590888712438];30_[9.503699, -61.50955, -24.486813, 0.23804371186025106];29_[9.32034, -61.395817, -24.323738, 0.3228419581288705];28_[9.134999, -61.33693, -24.210318, 0.3412503939313541];27_[8.901208, -61.265812, -24.037973, 0.3495063421794888];26_[8.610988, -61.183033, -23.879782, 0.36066429735825145];25_[8.358433, -61.14039, -23.698568, 0.3678602835250438];24_[8.02242, -61.201195, -23.448164, 0.4040399786894899];23_[7.8350444, -61.207287, -23.296358, 0.412625232625158];22_[7.5922685, -61.222332, -23.090332, 0.3659173385834415];21_[7.264904, -61.278793, -22.719898, 0.3634137424356136];20_[6.688791, -61.623936, -22.575035, 0.4738951215398702];19_[5.431424, -62.057896, -21.541777, 2.021519549671562];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[3.3820944, -65.10605, -34.314426, 1.0256715523982092];1_[4.004403, -65.060356, -33.356632, 1.0820322615972549];2_[4.3110194, -65.01456, -32.787373, 1.0663120002978868];3_[4.6209345, -64.96081, -32.2789, 1.0909123882813694];4_[4.8829613, -64.83766, -31.8725, 1.1515847346965273];5_[5.1960883, -64.6528, -31.497887, 1.1938053691026271];6_[5.371109, -64.540276, -30.578781, 1.174440286929137];7_[5.568394, -64.36609, -29.84361, 1.1723346659417198];8_[5.6963496, -64.176025, -29.205173, 1.1710281233995334];9_[5.7223043, -63.99272, -28.519415, 1.1872703490226726];10_[5.693678, -63.80533, -27.877926, 1.1925702926191566];11_[5.5842648, -63.61131, -27.247267, 1.2028136185218083];12_[5.452352, -63.44146, -26.61317, 1.2081192801072882];13_[5.282203, -63.27322, -26.014809, 1.1884113704960582];14_[5.0481753, -63.12177, -25.372803, 1.1846329751600548];15_[4.7801404, -63.015865, -24.775301, 1.1815710383519082];16_[4.5454617, -62.9753, -24.24701, 1.2060196575912252];17_[4.014924, -62.952538, -22.649035, 1.6811077732469264];38_[2.8026054, -63.466316, -22.179836, 1.860700309719529]
nuevostrees/ArteryObjAN1-17_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;11_[5.50827, -70.4017, -26.5496, 0.5891002332703623];12_[5.09623, -69.7345, -26.5271, 0.5402436757308651];13_[4.97022, -69.4718, -26.5054, 0.5578186553697133];14_[4.8496, -69.2118, -26.4398, 0.5704431524099972];15_[4.76064, -68.9074, -26.3731, 0.61138711292357];16_[4.71717, -68.6916, -26.3094, 0.6302977048218007];17_[4.69216, -68.4663, -26.2405, 0.6491992081709139];18_[4.71861, -68.2185, -26.1444, 0.6823529475790175];19_[4.81505, -67.8899, -25.9388, 0.6933918121034571];20_[4.94356, -67.6142, -25.7313, 0.698344182803555];21_[5.27055, -67.395, -25.4286, 0.6664719452284721];22_[5.55455, -67.284, -25.2592, 0.728606133086489];23_[5.57054, -67.2774, -25.2313, 0.7244762316697484];#;#;#;#;#;#;#;#;#;#;#;0_[5.85259, -68.4049, -20.0393, 0.8715224355225888];1_[6.60079, -68.7979, -20.5833, 0.7568397839900233];2_[6.8792, -68.9031, -20.9018, 0.7675375279992981];3_[7.08318, -69.078, -21.449, 0.7223359588147903];4_[7.20717, -69.0861, -21.8955, 0.7156337461887426];5_[7.25022, -68.9839, -22.427, 0.7017498497111737];6_[7.1948, -68.786, -22.9929, 0.6621872219175201];7_[7.12814, -68.5396, -23.4909, 0.6541347230285636];8_[7.09018, -68.3013, -23.7705, 0.6741334588429903];9_[7.03289, -68.0989, -23.987, 0.710445298701719];10_[6.82122, -67.0968, -24.6814, 1.0863981851615512];70_[7.6503, -66.192, -24.7739, 0.9292709851793928];69_[8.33596, -65.7052, -24.6947, 0.8966751937746549];68_[9.12958, -65.3301, -24.4994, 0.8833031607147043];67_[9.81345, -64.8901, -24.4752, 0.8335883695025941];66_[10.4226, -64.5444, -24.4226, 0.8208251933079774];65_[10.7396, -64.3486, -24.4301, 0.8334965360188176];64_[12.249, -63.3698, -24.5236, 0.7802333912361159];63_[12.6691, -62.9675, -24.6813, 0.7490133810026467];62_[13.0254, -62.7269, -24.6783, 0.7362513508035098];61_[13.4009, -62.4819, -24.7148, 0.7199829299940265];60_[13.7035, -62.2406, -24.7976, 0.6986327158722258];59_[14.0069, -61.9344, -24.8934, 0.7046164669434513];58_[14.3192, -61.6083, -25.0081, 0.7167506415811821];57_[14.651, -61.277, -25.0893, 0.7382786144417927];56_[14.9746, -60.9892, -25.1234, 0.7441653303699051];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;25_[22.9726, -51.1169, -22.4999, 0.7793284324284573];26_[23.0001, -51.7372, -23.0693, 0.7266955448224376];27_[22.8921, -52.1346, -23.4278, 0.7191419144878289];28_[22.7127, -52.6492, -23.7261, 0.7009569764173555];29_[22.5215, -53.0056, -24.0115, 0.6933008561742615];30_[22.3728, -53.3012, -24.1917, 0.7172713921922078];31_[22.154, -53.6313, -24.351, 0.7137566177335257];32_[21.8859, -53.9912, -24.4728, 0.7163134770316886];33_[21.6701, -54.2999, -24.5624, 0.7103337423574057];34_[21.4619, -54.5719, -24.6449, 0.7060902751348982];35_[21.1736, -54.8797, -24.7389, 0.6918345566836825];36_[20.8601, -55.242, -24.8902, 0.6494195641967426];37_[20.5946, -55.5268, -25.0135, 0.6524999431501163];38_[20.337, -55.8644, -25.0919, 0.6583411210997719];39_[20.0598, -56.1863, -25.1951, 0.652270996924988];40_[19.7208, -56.5268, -25.3258, 0.6302198722974689];41_[19.3529, -56.8362, -25.4463, 0.6264545505817201];42_[18.9911, -57.2022, -25.463, 0.6461487379692774];43_[18.6863, -57.5067, -25.5162, 0.6560761584438455];44_[18.4319, -57.7619, -25.5516, 0.6556238319031044];45_[18.162, -58.009, -25.5682, 0.6627379616064231];46_[17.9115, -58.2237, -25.5728, 0.6681379606646013];47_[17.6496, -58.4371, -25.5549, 0.6780105112451801];48_[17.3595, -58.6669, -25.5281, 0.691487445365864];49_[17.0759, -58.9267, -25.5006, 0.6747781257598702];50_[16.7654, -59.2088, -25.4635, 0.6655774999180046];51_[16.4635, -59.4928, -25.3889, 0.6481508181429714];52_[16.1853, -59.784, -25.3233, 0.6685214826710482];53_[15.8854, -60.091, -25.2733, 0.6816229250046436];54_[15.6038, -60.3601, -25.2109, 0.7063399257441395];55_[15.2899, -60.6561, -25.1534, 0.7302980908013733]
nuevostrees/ArteryObjAN1-19_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;45_[15.4635, -39.8778, -58.5242, 0.5141768158743746];46_[15.5431, -40.0917, -58.133, 0.5120352319756415];47_[15.5696, -40.2165, -57.8947, 0.4921321462723185];48_[15.6163, -40.3567, -57.6584, 0.5082281794330784];49_[15.6553, -40.5332, -57.3997, 0.5128873957170577];50_[15.6983, -40.7046, -57.1628, 0.5413935668461821];51_[15.7314, -40.8824, -56.9553, 0.5843314628171775];52_[15.7466, -41.0652, -56.7252, 0.5999331950713032];53_[15.7431, -41.3262, -56.49, 0.6053432033548025];54_[15.738, -41.568, -56.2797, 0.6294817669349406];55_[15.7199, -41.8447, -56.0632, 0.6448383935044341];56_[15.662, -42.2143, -55.8513, 0.6221986552360828];57_[15.5428, -42.597, -55.6878, 0.6396477508692642];58_[15.4115, -42.9285, -55.604, 0.6640148944954586];59_[15.261, -43.2617, -55.5252, 0.7039378402365066];#;#;#;#;#;#;#;#;#;36_[12.9303, -45.4728, -61.8151, 1.2928602832569265];37_[13.1426, -45.5058, -60.8753, 1.2872923762444246];38_[13.333, -45.5225, -60.1834, 1.3061002139756686];39_[13.5319, -45.547, -59.4966, 1.300519147394586];40_[13.7441, -45.5434, -58.857, 1.2966658616383901];41_[13.9714, -45.4904, -58.1805, 1.2648650491393623];42_[14.1786, -45.4041, -57.5184, 1.230904290527176];43_[14.2408, -45.3846, -57.2598, 1.221543656682806];35_[14.6383, -44.956, -55.9461, 1.2838348637271664];34_[14.6656, -45.6449, -54.706, 1.0856276461547842];33_[14.6893, -45.9325, -54.1516, 1.073092929328897];32_[14.6703, -46.2152, -53.675, 1.0582353027756126];31_[14.6267, -46.5522, -53.1978, 1.0600266307097055];30_[14.5646, -46.937, -52.7041, 1.0710482833611998];29_[14.5096, -47.3862, -52.1671, 1.0973784820119925];28_[14.4079, -47.8934, -51.6188, 1.1357081412152121];27_[14.3186, -48.3983, -51.1926, 1.1603919282084507];26_[14.2124, -48.9472, -50.8006, 1.1878018693576933];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[3.70418, -57.6421, -50.0323, 1.0113474863205538];1_[4.26984, -57.5943, -50.1152, 1.0176466344335633];2_[4.9842, -57.4993, -50.1865, 0.9884907005248411];3_[5.57487, -57.3598, -50.2393, 0.9956573191716287];4_[6.12949, -57.2262, -50.2845, 1.012393815768751];5_[6.667, -57.1162, -50.2928, 1.0219687411899465];6_[7.24604, -56.9545, -50.2978, 1.0162566935493915];7_[7.74712, -56.7695, -50.2937, 1.0260982602703579];8_[8.19209, -56.6052, -50.2625, 1.0412590453021564];9_[8.63244, -56.387, -50.206, 1.0410237866186176];10_[9.10326, -56.1378, -50.1433, 1.0488482308072264];11_[9.56139, -55.8596, -50.0618, 1.0581684507642624];12_[10.0385, -55.5266, -49.9978, 1.073549522469768];13_[10.437, -55.2306, -49.9435, 1.1114915650663324];14_[10.8052, -54.9408, -49.8875, 1.1540833909472437];15_[11.128, -54.6711, -49.8402, 1.2033864379077317];16_[11.4522, -54.371, -49.795, 1.2430902237269656];17_[11.8384, -53.9947, -49.7494, 1.2682786311183039];18_[12.2562, -53.5573, -49.7136, 1.2872777569968092];19_[12.653, -53.0685, -49.7019, 1.2888841170354541];20_[13.046, -52.5298, -49.7254, 1.2987473291558362];21_[13.3585, -51.9972, -49.7546, 1.3059369868492121];22_[13.6225, -51.4351, -49.7709, 1.3024815611407157];23_[13.8708, -50.8552, -49.866, 1.2877141950133393];24_[14.0288, -50.2068, -50.0333, 1.2614839150994155];25_[14.131, -49.5348, -50.3949, 1.2187385552995644]
nuevostrees/ArteryObjAN1-2_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;17_[33.3057, -62.4813, -52.2278, 2.457622007961765];16_[30.5728, -65.4754, -48.4541, 2.2048206165043447];15_[27.7382, -66.9599, -48.5489, 2.0538375632384027];14_[26.8033, -67.3369, -48.6194, 2.004588426139969];13_[25.992, -67.7565, -48.879, 2.000297182503458];12_[25.2379, -68.1796, -48.9391, 1.9658326024373085];11_[24.2162, -68.5912, -49.0904, 1.9453870568398215];10_[23.0585, -69.112, -49.2585, 1.9586400448353258];9_[22.0557, -69.5332, -49.3428, 1.9639172737226627];#;#;#;#;#;#;#;#;#;0_[14.7088, -73.2369, -42.0804, 1.9536559558395994];1_[14.9163, -72.9368, -44.658, 1.8741309045011396];2_[15.3456, -72.7541, -45.9118, 1.8619577449836737];3_[16.2625, -72.4553, -47.0774, 1.8415486212336423];4_[16.9933, -71.9663, -47.8153, 1.869228816451274];5_[17.7348, -71.5425, -48.4096, 1.906036480098565];6_[18.4255, -71.0615, -48.8662, 1.9437740449913183];7_[19.3778, -70.4975, -49.2174, 2.0074814342738554];8_[20.6616, -70.013, -49.4115, 2.062020307710979]
nuevostrees/ArteryObjAN1-4_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;17_[-20.7199, -64.9578, -69.8334, 2.069632330961915];16_[-21.1887, -64.6367, -68.3535, 2.1732098985131754];15_[-21.2531, -63.9807, -67.2581, 2.2444283693071885];14_[-20.994, -63.4728, -66.3545, 2.2575733696891525];13_[-20.6877, -63.082, -65.6498, 2.188609781694726];12_[-20.3256, -62.5778, -64.8174, 2.11826926267015];11_[-19.9089, -62.1001, -63.9076, 2.153742961388208];10_[-19.3088, -61.486, -62.7481, 2.1928032412860112];9_[-19.005, -60.9139, -61.1303, 2.2941667164747592];#;#;#;#;#;#;#;#;#;0_[-24.9197, -63.2546, -50.9062, 2.444181649952923];1_[-25.9119, -61.1402, -53.4702, 2.171888431038847];2_[-24.9628, -60.0601, -55.0837, 2.167049349331551];3_[-24.2712, -59.6905, -56.0469, 2.2014808403257975];4_[-23.3139, -59.6306, -56.9284, 2.2194286299366293];5_[-21.9432, -59.539, -57.7577, 2.2226881235611455];6_[-20.8701, -59.6514, -58.4227, 2.2765264829913487];7_[-19.9767, -59.9798, -59.3163, 2.299224250797201];8_[-19.379, -60.3852, -60.1329, 2.3144754426571494]
nuevostrees/ArteryObjAN1-5_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;41_[-33.77656, -42.773193, 2.5725136, 0.4130858912853585];42_[-33.428146, -42.51168, 2.6986134, 0.4878422605518052];43_[-33.129486, -42.33031, 2.9166398, 0.4601383087420949];44_[-32.758766, -42.21254, 3.1394281, 0.47881288692522866];45_[-32.28559, -42.11933, 3.4756062, 0.47579249070306995];46_[-32.015957, -42.052814, 3.6725519, 0.486616988662459];47_[-31.770494, -41.98552, 3.8411083, 0.49716560209005356];48_[-31.533028, -41.90655, 4.01748, 0.5183182003994071];49_[-31.249403, -41.831596, 4.2111664, 0.5156204281565362];50_[-30.922243, -41.76316, 4.430283, 0.5082600419175244];51_[-30.600323, -41.70693, 4.612062, 0.5072386966196909];52_[-30.348358, -41.662773, 4.7505994, 0.5109670721034092];53_[-30.091162, -41.60496, 4.924293, 0.5230030865574767];54_[-29.777761, -41.600784, 5.1161456, 0.5274852756752697];55_[-29.480495, -41.568535, 5.2823544, 0.5399320202456893];56_[-29.196167, -41.546387, 5.406332, 0.571240670403828];57_[-28.938429, -41.54328, 5.527211, 0.5819450145635912];58_[-28.632101, -41.575912, 5.636879, 0.5866682989629282];59_[-28.246044, -41.684715, 5.7083025, 0.5642670717412045];60_[-27.88607, -41.850437, 5.7416286, 0.581418206014744];61_[-27.551027, -42.066654, 5.752912, 0.5999239844228162];62_[-27.243244, -42.308964, 5.6996245, 0.6061327971675137];63_[-26.900942, -42.661514, 5.5898123, 0.5981039110298364];64_[-26.58728, -43.062416, 5.4715652, 0.6193857715865301];65_[-26.383736, -43.427357, 5.2545714, 0.6087782042357353];66_[-26.238634, -43.810474, 5.02846, 0.604643790770956];67_[-26.14404, -44.18154, 4.73815, 0.5789322607651466];68_[-26.172398, -44.55246, 4.4922605, 0.5764699076179832];69_[-26.275919, -44.848824, 4.2512717, 0.5477073934375918];70_[-26.365574, -45.123962, 4.0588784, 0.5419509006047264];71_[-26.478456, -45.40419, 3.8799455, 0.5329406502986272];72_[-26.743196, -45.752167, 3.6250548, 0.5219124214924877];73_[-26.942554, -46.015915, 3.4733531, 0.5262511967978372];74_[-27.167517, -46.264095, 3.3127463, 0.5269133439369801];75_[-27.498774, -46.54381, 3.1462672, 0.5221613851731296];76_[-27.879179, -46.83684, 2.9459002, 0.5011271111665061];77_[-28.374031, -47.16876, 2.744448, 0.4692382691418748];78_[-28.664806, -47.35856, 2.5719838, 0.4933545495214103];79_[-29.005621, -47.602592, 2.4708836, 0.5090535129117184];80_[-29.37404, -47.85117, 2.3623369, 0.5174646129143669];81_[-29.70271, -48.108482, 2.28029, 0.5106770887654164];82_[-30.13254, -48.34628, 2.1659684, 0.5390156999735376];83_[-30.547573, -48.552334, 2.0191395, 0.5338923308223215];84_[-31.069798, -48.913937, 1.9199638, 0.5244930291015609];85_[-31.447634, -49.19128, 1.8563628, 0.539559455445527];86_[-31.830418, -49.499493, 1.8119375, 0.5446895444914506];87_[-32.281086, -49.869022, 1.7731203, 0.5298711818977277];88_[-32.611904, -50.172047, 1.6987009, 0.5686599566197044];89_[-32.841682, -50.376324, 1.5936319, 0.5852801035097784];90_[-33.10132, -50.547596, 1.4584672, 0.6281436045357146];91_[-33.413136, -50.697056, 1.2530111, 0.6455027639540377];92_[-33.85648, -51.422256, 1.2620279, 0.5768911889663259];93_[-34.22865, -51.8013, 1.0835328, 0.5484950650801521];94_[-34.37436, -52.014545, 0.9630329, 0.569692058065221];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;116_[-38.439854, -56.52606, 2.8949301, 0.33897558467867145];115_[-38.169838, -56.41422, 3.2814658, 0.5392990225244749];114_[-37.835903, -56.276, 3.7071683, 0.5872119168452015];#;#;#;#;112_[-38.43875, -56.709694, 5.155816, 0.6199914708941415];111_[-37.764763, -56.79097, 5.3880315, 0.47014015534650666];110_[-37.421043, -56.713562, 4.856421, 0.562643363929995];108_[-37.273758, -56.210617, 4.247627, 0.7538813721500244];107_[-36.55862, -55.659534, 4.2124443, 0.5496704727636778];106_[-36.21626, -55.458744, 4.092052, 0.5349294184812545];105_[-35.841106, -55.248844, 3.812065, 0.5237509753063153];104_[-35.62961, -54.93761, 3.660902, 0.5234441530672305];103_[-35.49734, -54.690754, 3.433915, 0.5245675349128552];102_[-35.405373, -54.476685, 3.2428472, 0.5192525587367467];101_[-35.34202, -54.255333, 3.032507, 0.5071610539039872];100_[-35.316887, -54.018845, 2.857098, 0.49419851803445036];99_[-35.312477, -53.774853, 2.6682844, 0.48750306206148897];98_[-35.37137, -53.512577, 2.4571624, 0.5008401782742891];97_[-35.416737, -53.306133, 2.2452002, 0.5217822211436908];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;19_[-39.740387, -50.747284, -2.91791, 0.268040088030903];20_[-39.535572, -50.553806, -2.6920714, 0.2707253620449271];21_[-39.342697, -50.517643, -2.484058, 0.26442553269737346];22_[-39.17424, -50.480366, -2.3142858, 0.28785004403192643];23_[-39.042492, -50.473953, -2.1717553, 0.2909498652719516];24_[-38.89139, -50.478504, -2.019502, 0.29922700730131335];25_[-38.744896, -50.464127, -1.8629733, 0.3298900297016709];26_[-38.602013, -50.461765, -1.7026957, 0.35241447798384407];27_[-38.461987, -50.466553, -1.5245606, 0.36453323746852806];28_[-38.319946, -50.48227, -1.3702481, 0.3876881300852323];29_[-38.18413, -50.466175, -1.2047689, 0.40288342320781023];30_[-38.026707, -50.44862, -1.0030842, 0.4199560770848206];31_[-37.741943, -50.52712, -0.71509254, 0.42402904869048313];32_[-37.553585, -50.626347, -0.5047657, 0.4345289726384811];33_[-37.379677, -50.73203, -0.32083818, 0.4417196449237425];34_[-37.18031, -50.875595, -0.10427208, 0.4572098183847088];35_[-36.982616, -51.042114, 0.12693414, 0.4631530504723516];36_[-36.7613, -51.302845, 0.3744827, 0.446263561117283];37_[-35.872368, -52.41595, 1.3400592, 0.6823018666957613];39_[-35.577984, -52.563244, 1.3757812, 1.2728618634408357];18_[-35.110786, -52.639137, 0.91089517, 1.0320132154331072];17_[-35.239952, -53.31346, 0.3060846, 0.6227731131630732];16_[-35.36897, -53.555622, 0.07619723, 0.593069694809914];15_[-35.49589, -53.761726, -0.12687051, 0.5612315362724696];14_[-35.61365, -53.945847, -0.3230682, 0.5506280984946773];13_[-35.745594, -54.220627, -0.5636016, 0.5309591464952664];12_[-35.8551, -54.51225, -0.8383296, 0.5416208865548745];11_[-35.924828, -54.765953, -1.1070367, 0.5359427114773709];10_[-35.97863, -54.921597, -1.3409199, 0.5062971089296759];9_[-36.00315, -55.10792, -1.61532, 0.5023610520571973];8_[-36.01292, -55.342056, -1.9335343, 0.5030274476481905];7_[-36.03336, -55.591984, -2.265507, 0.5137019448735456];6_[-36.0454, -55.790062, -2.5567696, 0.5148662945419115];5_[-36.034096, -55.92802, -2.7977612, 0.5084982491658672];4_[-36.018074, -56.04543, -3.0066447, 0.4988797515259648];3_[-35.999477, -56.153477, -3.249413, 0.48457146381595734];2_[-35.989597, -56.270798, -3.5106623, 0.4857021396687224];#;#;0_[-35.881546, -56.481033, -4.2051187, 0.429564653250926];1_[-35.958633, -56.381348, -3.791044, 0.48609516880798]
nuevostrees/ArteryObjAN1-6_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;19_[-6.63301, -71.2224, -35.0942, 2.464213355020495];18_[-7.62369, -70.6862, -36.2806, 2.3519452558783165];17_[-7.67556, -70.8885, -36.9773, 2.238437177498541];16_[-7.72883, -71.3521, -37.9873, 2.1826486611323093];15_[-7.60699, -71.8666, -39.563, 2.246705233906075];14_[-7.18952, -71.7435, -41.5987, 2.382437894958169];13_[-6.97367, -71.9387, -43.1748, 2.4259769356969088];12_[-7.01593, -71.7466, -44.9104, 2.520737719921225];11_[-7.46802, -71.5172, -46.5347, 2.4740390707382813];10_[-8.22897, -70.7569, -47.889, 2.3886183298048644];#;#;#;#;#;#;#;#;#;#;0_[-18.9685, -65.8824, -50.2981, 2.255285660022431];1_[-17.1347, -66.6061, -50.4395, 2.184536888832857];2_[-15.9905, -67.0845, -50.5935, 2.2108826206173875];3_[-14.9908, -67.4277, -50.7785, 2.19333104883921];4_[-13.7983, -67.9735, -50.7625, 2.1687595808649234];5_[-12.7658, -68.5499, -50.6907, 2.1496217016006596];6_[-11.8287, -69.001, -50.4091, 2.159352498751641];7_[-10.9568, -69.2841, -50.0868, 2.1898221296259703];8_[-9.94044, -69.8264, -49.6698, 2.2456223887933815];9_[-9.00192, -70.1868, -49.0334, 2.3006347098166473]
nuevostrees/ArteryObjAN1-7_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;43_[11.4419, -54.3022, -49.8151, 1.2747169794364366];44_[10.6027, -55.1162, -49.9068, 1.1310143922385083];45_[10.0649, -55.5075, -50.0132, 1.0746730027670772];46_[9.52212, -55.8906, -50.0677, 1.0571148653433597];47_[8.98066, -56.2134, -50.1653, 1.0446641007447268];48_[8.47592, -56.4723, -50.2291, 1.0399195128484313];49_[7.96687, -56.7001, -50.2755, 1.0344864680670398];50_[7.46521, -56.868, -50.289, 1.0213738334924876];51_[6.98934, -57.0333, -50.3022, 1.021005662912332];52_[6.45478, -57.1642, -50.2939, 1.0150397398158528];53_[5.86012, -57.2818, -50.2658, 1.009767565158915];54_[5.23783, -57.4421, -50.2094, 0.9865331195393671];55_[4.66419, -57.5451, -50.1496, 0.9958551273978332];56_[4.13026, -57.6175, -50.1019, 1.0223538841687565];57_[3.46911, -57.6524, -49.9699, 1.0214781674556332];58_[2.85953, -57.6613, -49.8241, 1.014200212157221];59_[2.19485, -57.7357, -49.6376, 0.9843100515395712];60_[1.61706, -57.7729, -49.3926, 0.9579942915292942];61_[0.924278, -57.8934, -49.0429, 0.9465295978499568];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;24_[1.54432, -64.546, -36.9546, 1.1954537399976122];25_[0.97748, -64.1783, -37.6052, 1.1759419939556808];26_[0.52476, -63.8883, -38.2113, 1.2045867897244842];27_[0.162126, -63.5526, -38.7656, 1.2352733046170707];28_[-0.172208, -63.1943, -39.327, 1.246031695283935];29_[-0.504492, -62.7939, -39.91, 1.2341978323374827];30_[-0.788886, -62.3806, -40.4889, 1.252553322938211];31_[-1.0581, -61.9837, -41.0763, 1.2457932676084984];32_[-1.27758, -61.5864, -41.5952, 1.2532683713690445];33_[-1.45294, -61.239, -42.0609, 1.2854851401345315];34_[-1.64979, -60.9043, -42.5806, 1.2931480265193245];35_[-1.82421, -60.5378, -43.0785, 1.303434963286946];36_[-1.87316, -60.1202, -43.8407, 1.262416461327368];37_[-1.90196, -59.7134, -44.5232, 1.2697583769223837];38_[-1.87638, -59.3211, -45.2069, 1.285038249998133];39_[-1.78187, -58.9708, -45.7928, 1.310758858384209];40_[-1.64675, -58.6098, -46.3356, 1.349148649440179];41_[-1.37901, -58.1551, -47.2985, 1.4252147361577658];23_[-0.609108, -57.7991, -48.5166, 1.4713161916903905];22_[-1.05711, -57.0718, -50.0178, 0.8318364634968545];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[8.81779, -54.2887, -56.0856, 1.118733282107107];1_[8.2269, -55.1229, -55.088, 0.9367243590080107];2_[7.82417, -55.3731, -54.7927, 0.9078783792211268];3_[7.41719, -55.597, -54.5127, 0.8980764170183092];4_[7.06029, -55.7789, -54.2704, 0.8960232915488883];5_[6.66415, -55.9671, -54.0264, 0.8736261772416006];6_[6.26978, -56.091, -53.8186, 0.8828178666040689];7_[5.89071, -56.179, -53.6319, 0.8999642700382221];8_[5.38345, -56.317, -53.4384, 0.8882163283160134];9_[4.89349, -56.3688, -53.2588, 0.8827400785735179];10_[4.4389, -56.4441, -53.1528, 0.8913102249998384];11_[3.94898, -56.5191, -53.025, 0.8907883784450787];12_[3.41849, -56.6207, -52.9012, 0.8877428700346052];13_[2.863, -56.6449, -52.7531, 0.8783031820538392];14_[2.35479, -56.6727, -52.6128, 0.8847784040016902];15_[1.79596, -56.6827, -52.4081, 0.8644182318757581];16_[1.24876, -56.689, -52.128, 0.8577260534266612];17_[0.712559, -56.6888, -51.8531, 0.8589536091111418];18_[0.230237, -56.6905, -51.5457, 0.86216329213667];19_[-0.189702, -56.7489, -51.1839, 0.8366369906919816];20_[-0.565011, -56.8315, -50.794, 0.8258310637998058];21_[-0.852245, -56.9181, -50.3749, 0.8111852507772229]
nuevostrees/ArteryObjAN11-0_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;19_[-15.3407, -38.8291, -38.2311, 1.9581489617295416];18_[-14.8409, -39.1306, -37.077, 1.9693386680621616];17_[-14.511, -39.273, -36.1629, 1.994605181193738];16_[-14.2532, -39.3818, -35.2199, 2.0273910706127354];15_[-14.0247, -39.4582, -34.4084, 2.040744376502904];14_[-13.7949, -39.6249, -33.2266, 2.075825118645231];13_[-13.5796, -39.7146, -32.1152, 2.046892996521053];12_[-13.3904, -39.7878, -30.9991, 2.0637464052688936];11_[-13.3213, -39.7904, -29.9023, 2.097228600924393];10_[-13.0668, -39.8441, -28.5145, 2.1123435117216025];#;#;#;#;#;#;#;#;#;#;0_[-15.4079, -52.9019, -26.3349, 2.3626118539680965];1_[-14.8037, -50.789, -29.213, 2.30289981399971];2_[-13.6148, -49.2089, -29.9455, 2.127213657935697];3_[-12.0984, -47.7716, -29.5251, 2.068764332378503];4_[-11.4385, -46.4974, -28.6291, 2.0813036295788856];5_[-11.3208, -45.4955, -27.7253, 2.1837426340514163];6_[-11.3652, -44.6823, -27.1385, 2.3062633007905347];7_[-11.567, -43.671, -26.5914, 2.370334218799323];8_[-12.0804, -42.1705, -26.362, 2.3485517686547004];9_[-12.764, -40.609, -27.0327, 2.3032767461062007]
nuevostrees/ArteryObjAN11-11_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;41_[15.358455, -23.08625, -18.867384, 0.6197865824305829];40_[15.185418, -23.60443, -18.92658, 0.8090678185832831];39_[15.096474, -24.029188, -18.793482, 0.8032028915359342];38_[14.994211, -24.44152, -18.64658, 0.8020875645368267];37_[14.918204, -24.87251, -18.457386, 0.7979855669570948];36_[14.858218, -25.266256, -18.264496, 0.8080823988358633];35_[14.81879, -25.625683, -18.105402, 0.8175620130026569];34_[14.77928, -26.018114, -17.945078, 0.8314109504557563];33_[14.72794, -26.399727, -17.747725, 0.8375632826948541];32_[14.656812, -26.821327, -17.51442, 0.8359313959135394];31_[14.608894, -27.278765, -17.249523, 0.8469628772138291];30_[14.563528, -27.757004, -16.935339, 0.855725943569795];29_[14.526973, -28.174868, -16.66296, 0.8617463328730541];28_[14.503961, -28.52994, -16.400394, 0.8567293041619725];27_[14.49058, -28.91121, -16.084576, 0.8524274792688001];26_[14.470389, -29.329018, -15.735215, 0.872432413393876];25_[14.445009, -29.760925, -15.370188, 0.8965119332823079];24_[14.376988, -30.21319, -15.03508, 0.9338700043122017];23_[14.316073, -30.679966, -14.671442, 0.9729895506060051];22_[14.231662, -31.144897, -14.200924, 1.0031250991305434];21_[14.136625, -31.524658, -13.769381, 1.0285100080270717];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[4.448333, -31.889965, -7.7456784, 0.9302187272934187];1_[5.1836777, -32.026993, -7.581168, 1.1202811502848435];2_[5.8045616, -32.17085, -7.5465465, 1.107117364628555];3_[6.470939, -32.618736, -7.4192734, 1.0825169782427477];4_[7.038516, -32.878235, -7.451696, 1.058661659657603];5_[7.54809, -33.082985, -7.5360637, 1.0419854306167826];6_[8.144678, -33.259727, -7.729724, 1.0308330932932679];7_[8.666502, -33.448864, -7.9145374, 1.0343240618772562];8_[9.3052025, -33.524254, -8.251415, 1.018955469090585];9_[9.752237, -33.633858, -8.466432, 1.0056258526487647];10_[10.228613, -33.716515, -8.704576, 0.9981677019432347];11_[10.726757, -33.686283, -9.050706, 0.9947274145275682];12_[11.173288, -33.663136, -9.395217, 1.0128415666056882];13_[11.600919, -33.619957, -9.773743, 1.032220478273675];14_[12.100838, -33.600998, -10.261964, 1.0244439203189526];15_[12.675723, -33.35095, -10.922108, 0.9944466031522433];16_[13.032721, -33.343937, -11.438723, 0.9831986441575749];17_[13.439432, -32.773396, -12.038722, 0.9832645442616363];18_[13.685949, -32.45686, -12.550536, 0.9962290900556611];19_[13.869379, -32.113358, -12.966618, 0.9855949365136777];20_[13.998292, -31.807842, -13.396018, 1.0087071810412052]
nuevostrees/ArteryObjAN11-16_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;50_[-25.9199, -48.18695, -23.241268, 0.36215763222988456];49_[-25.939615, -47.77252, -22.999804, 0.5716100422602818];48_[-25.931011, -47.253155, -22.909233, 0.7175353419218559];47_[-26.0477, -46.77331, -22.67205, 0.7325567352225998];46_[-26.208721, -46.304974, -22.37706, 0.745735610158076];45_[-26.394855, -45.862038, -22.059736, 0.7709633729950696];44_[-26.57681, -45.477844, -21.74067, 0.8163557938188314];43_[-26.81069, -45.11105, -21.327932, 0.8737443435528646];42_[-26.994322, -44.903416, -20.825779, 0.9346181863180686];41_[-27.2435, -44.72433, -20.265175, 0.9762590492596014];40_[-27.422922, -44.66051, -19.524828, 1.0014152248648898];#;#;#;#;#;#;#;#;#;#;#;38_[-20.184404, -43.47609, -14.542351, 0.7883134881421893];37_[-20.735283, -44.03308, -15.390006, 1.3645380521257764];36_[-21.492754, -44.285606, -15.592705, 1.464628101212942];35_[-22.175322, -44.47137, -15.816261, 1.455006033711018];34_[-22.79656, -44.64821, -16.030958, 1.4540355840878358];33_[-23.412155, -44.76656, -16.268826, 1.4382152187781494];32_[-23.977646, -44.891365, -16.459644, 1.4053330141782479];31_[-24.530745, -44.994656, -16.64715, 1.3726500636340204];30_[-25.15762, -45.04481, -16.90022, 1.376278244838173];29_[-25.863537, -45.109764, -17.152285, 1.3815232976988132];27_[-27.345352, -44.9788, -17.802414, 1.729129780350915];26_[-28.834074, -45.090652, -17.135906, 1.3568834216728836];25_[-29.53838, -45.03418, -16.886978, 1.3235705281489296];24_[-30.179811, -44.99458, -16.538336, 1.3063403696773364];23_[-30.80332, -44.928257, -16.073832, 1.3107138520098545];22_[-31.33134, -44.881622, -15.636349, 1.3032294578035781];21_[-31.834866, -44.860275, -15.20873, 1.290147643730591];20_[-32.28787, -44.844273, -14.747191, 1.2931306222903425];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-42.457508, -49.76845, -7.143855, 1.2175541247585446];1_[-41.436882, -49.386353, -7.034474, 1.231982883845393];2_[-40.773037, -48.953136, -7.0424075, 1.210364403048019];3_[-40.11753, -48.53634, -7.2383246, 1.209358563375401];4_[-39.54701, -48.11632, -7.5353513, 1.2270957105059486];5_[-38.864838, -47.612026, -7.7137647, 1.2131423884676755];6_[-38.373043, -47.214287, -8.047381, 1.229588245632724];7_[-37.82202, -46.778965, -8.418771, 1.2172104324627422];8_[-37.312515, -46.40381, -8.825971, 1.2410213551771418];9_[-36.87223, -46.02604, -9.253724, 1.254485044923178];10_[-36.39702, -45.740807, -9.701759, 1.250333723667351];11_[-35.890343, -45.48456, -10.26563, 1.2496044939048039];12_[-35.490887, -45.292828, -10.676835, 1.2685353642808568];13_[-35.13397, -45.132996, -11.085367, 1.2963096367023825];14_[-34.805206, -44.94349, -11.585046, 1.3015594712043626];15_[-34.32361, -44.908924, -12.206408, 1.2810009008727163];16_[-33.927418, -44.87954, -12.71875, 1.2855362130335386];17_[-33.52143, -44.8525, -13.21129, 1.2958249182620258];18_[-33.109715, -44.801888, -13.717062, 1.2961717985701158];19_[-32.79734, -44.74392, -14.2283945, 1.2719097497994505]
nuevostrees/ArteryObjAN11-17_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;62_[-45.261654, -25.910341, 10.893909, 0.43906081551215254];61_[-45.310257, -25.611908, 11.475249, 0.6059050770910143];60_[-45.483456, -25.256363, 11.987235, 0.6936689593443046];59_[-45.55771, -24.824133, 12.432901, 0.7491388208474137];58_[-45.590916, -24.354204, 12.932923, 0.7682911498935288];57_[-45.528954, -23.794306, 13.173413, 0.7958942249686134];56_[-45.471687, -23.533197, 13.476695, 0.7747673438622815];55_[-45.411255, -23.308033, 13.683317, 0.7327927432947494];54_[-45.32503, -23.005507, 13.895794, 0.6958864809236777];53_[-45.225, -22.438408, 14.084324, 0.7055217837180116];52_[-44.990673, -22.15363, 14.359837, 0.7012410646384283];51_[-44.76132, -21.865837, 14.56859, 0.6935266156255454];50_[-44.481823, -21.464703, 14.789516, 0.7037895156463264];49_[-44.23674, -21.236403, 14.977487, 0.7001752713402948];48_[-43.972473, -20.933287, 15.198318, 0.6903219636013227];47_[-43.721073, -20.757061, 15.389696, 0.6761354525226215];46_[-43.435932, -20.545551, 15.573113, 0.6710425011593634];45_[-43.18273, -20.405403, 15.747294, 0.6605193065465196];44_[-42.871727, -20.145466, 16.00269, 0.6830001164322649];43_[-42.507347, -19.889313, 16.284098, 0.7155852456963596];42_[-42.27393, -19.721403, 16.616627, 0.7049040615975907];41_[-42.05787, -19.627306, 16.936722, 0.7096456440988538];40_[-41.810654, -19.529316, 17.372608, 0.7209033889214336];39_[-41.762856, -19.476398, 17.719114, 0.7240619110283152];38_[-41.725864, -19.470104, 18.045048, 0.7189826208953227];37_[-41.682343, -19.502419, 18.427675, 0.7244670265609009];36_[-41.70906, -19.5724, 18.776957, 0.7242822502775178];35_[-41.774143, -19.689062, 19.192526, 0.7328921634093635];34_[-41.959087, -19.836828, 19.622705, 0.7296121093035602];33_[-42.14831, -20.033932, 19.928696, 0.7089038296521011];32_[-42.380302, -20.276474, 20.293959, 0.7181358203002052];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-51.81809, -23.67513, 14.071985, 0.4837983852583999];1_[-51.49536, -23.677801, 14.29715, 0.505895970887435];2_[-51.233177, -23.73164, 14.5073185, 0.5041846621962562];3_[-50.96603, -23.818825, 14.729295, 0.5025066838609681];4_[-50.69448, -23.923254, 14.963408, 0.505419921325825];5_[-50.375603, -23.929644, 15.225922, 0.5316044455273987];6_[-50.163433, -23.979893, 15.418075, 0.5525335854971705];7_[-49.90663, -24.009445, 15.60152, 0.5802953981291951];8_[-49.604866, -24.026052, 15.852366, 0.5875126326566441];9_[-49.344677, -24.052921, 16.142933, 0.5820094462385397];10_[-49.120575, -24.087856, 16.45145, 0.574380109557717];11_[-48.89782, -24.141727, 16.743107, 0.5875635261969874];12_[-48.644302, -24.192707, 17.02791, 0.588121555092627];13_[-48.364742, -24.25235, 17.330343, 0.6051410789420221];14_[-48.020195, -24.18759, 17.72074, 0.6145184497229476];15_[-47.724056, -24.235586, 18.08139, 0.630513262587177];16_[-47.380016, -24.146313, 18.50593, 0.6435609344050183];17_[-47.074005, -24.02597, 18.848137, 0.6582816804573156];18_[-46.850765, -23.921389, 19.100822, 0.6797409207087894];19_[-46.524414, -23.802454, 19.418844, 0.6846893586764958];20_[-46.12579, -23.693478, 19.799377, 0.6737350345911625];21_[-45.8393, -23.514175, 20.054844, 0.6759650784929664];22_[-45.55581, -23.334099, 20.262638, 0.6846227781609245];23_[-45.22786, -23.103277, 20.505505, 0.669755915490717];24_[-44.949917, -22.856411, 20.66843, 0.6838834756003854];25_[-44.672554, -22.611032, 20.788612, 0.696653358943086];26_[-44.343666, -22.299511, 20.885687, 0.702567735401907];27_[-44.02482, -21.976576, 20.95324, 0.7009724173736136];28_[-43.700222, -21.675318, 21.008236, 0.7112083481891959];29_[-43.377953, -21.269564, 20.931454, 0.7037866004737309];30_[-43.00257, -20.929533, 20.822773, 0.7191597231959423];31_[-42.637424, -20.531532, 20.594181, 0.7260655832552498]
nuevostrees/ArteryObjAN11-1_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;69_[43.3273, -30.1959, 3.1497, 0.5018106036018586];68_[43.332, -30.2137, 3.5106, 0.5762948958926247];67_[43.3683, -30.1876, 3.82719, 0.5670862158577545];66_[43.3946, -30.1773, 4.10375, 0.5652233167343805];65_[43.4336, -30.174, 4.388, 0.5490328830716061];64_[43.4906, -30.1942, 4.68767, 0.5422731302431375];63_[43.5352, -30.2099, 4.92184, 0.5242899157062243];62_[43.585, -30.2288, 5.17585, 0.5114929287178973];61_[43.6177, -30.2802, 5.46976, 0.5161785423660457];60_[43.662, -30.2976, 5.72348, 0.5152118489650919];59_[43.6785, -30.3206, 6.05907, 0.48389265129846243];58_[43.661, -30.4469, 6.40659, 0.5466226754609358];57_[43.6492, -30.5122, 6.68349, 0.5252791646212351];56_[43.6522, -30.5629, 6.94556, 0.5042337393859185];55_[43.6455, -30.6305, 7.14278, 0.48146513271988745];54_[43.6484, -30.712, 7.35033, 0.43602199346538145];53_[43.6407, -30.7944, 7.59356, 0.4276739287882914];52_[43.6406, -30.8787, 7.85016, 0.43872335672466006];51_[43.6507, -30.979, 8.1006, 0.4540006737562154];50_[43.6723, -31.0836, 8.35815, 0.4420653687979183];49_[43.6626, -31.2034, 8.64382, 0.4313176160834731];48_[43.6544, -31.3072, 8.92384, 0.43484657798501103];47_[43.6064, -31.445, 9.1908, 0.41011308556967596];46_[43.5982, -31.5711, 9.40223, 0.4166684457065098];45_[43.5836, -31.6757, 9.66321, 0.3916801521561544];44_[43.5443, -31.7441, 9.97315, 0.40086530420883587];43_[43.5999, -31.9057, 10.3837, 0.46168503704365704];42_[43.5426, -31.9747, 10.8026, 0.5367865806551917];41_[43.4549, -32.0514, 11.2527, 0.6004383258707582];40_[43.3595, -32.1932, 11.9321, 0.7364272608827629];39_[43.2692, -32.1868, 12.3575, 0.7317613941443586];38_[43.0642, -32.163, 13.047, 0.7405372703082971];37_[43.0773, -31.8851, 13.6379, 0.6737189500176443];36_[43.0282, -31.5558, 14.4378, 0.8003724100949591];35_[43.456, -30.8042, 15.0351, 0.8961896989050577];34_[43.3131, -30.4959, 15.4252, 0.9343638160907114];33_[43.2238, -30.2275, 15.7203, 0.8871558927606713];32_[43.1411, -30.0082, 15.8904, 0.8429046210433533];31_[43.0579, -29.7873, 16.0139, 0.7910451526713271];30_[42.9687, -29.4812, 16.1434, 0.7700479770256176];29_[42.8569, -29.1664, 16.2227, 0.7568312723298338];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;114_[39.9308, -20.4569, 6.58467, 0.034558329446875605];113_[40.4627, -20.7415, 6.33198, 0.38493316146835177];112_[40.5899, -21.1109, 6.47149, 0.4829546250913804];111_[40.7255, -21.4098, 6.64195, 0.49538088539838704];110_[40.8715, -21.7058, 6.80825, 0.49157596144671284];109_[41.017, -22.0196, 6.99081, 0.49029192420550816];108_[41.0962, -22.3054, 7.17472, 0.44513105978116496];107_[41.2021, -22.5608, 7.32231, 0.4244224096908464];106_[41.3452, -22.9033, 7.51074, 0.47333679287140595];105_[41.4397, -23.26, 7.70539, 0.525621905474169];#;#;#;#;#;#;#;#;#;103_[41.9222, -26.6383, 4.66047, 0.24703458342942253];102_[41.6746, -26.2287, 4.99799, 0.7089583594155336];101_[41.7386, -26.0469, 5.43367, 0.7306466838476581];100_[41.7791, -25.922, 5.81473, 0.7188579047699366];99_[41.8436, -25.7181, 6.25101, 0.7263402898423349];98_[41.908, -25.4544, 6.6988, 0.7544230734699043];97_[41.9454, -25.1141, 7.13011, 0.7670902063256989];96_[41.9485, -24.7322, 7.60206, 0.7994526569758179];94_[41.7761, -24.1037, 7.78833, 1.081191177407325];93_[41.8431, -24.0869, 8.02036, 1.0092088134798254];92_[41.9094, -24.0559, 8.27018, 0.8724689304331509];91_[41.9775, -23.9882, 8.54809, 0.7245751659139511];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;89_[43.6886, -21.3437, 15.6723, 0.8218275633898641];88_[43.5545, -21.511, 15.2197, 0.8291754399812645];87_[43.4587, -21.6693, 14.7862, 0.8208605540110309];86_[43.3965, -21.8406, 14.3553, 0.823308615705875];85_[43.3371, -22.0245, 13.9901, 0.8058343250577236];84_[43.2812, -22.1639, 13.6175, 0.7848651376446305];83_[43.1737, -22.26, 13.2433, 0.7721013709049281];82_[43.0484, -22.3777, 12.8776, 0.763432782303181];81_[42.9687, -22.5008, 12.5755, 0.7525487110751755];80_[42.8829, -22.6535, 12.2549, 0.7415627487269308];79_[42.8058, -22.7715, 11.8888, 0.7283353805652862];78_[42.6824, -22.9327, 11.4365, 0.7232180347557248];77_[42.6218, -22.985, 11.2239, 0.6889295320259319];76_[42.5714, -23.0369, 11.0611, 0.646997667238187];75_[42.5154, -23.1153, 10.8546, 0.6036306361743504];73_[42.2216, -23.591, 9.62968, 0.7275719225412072];72_[42.2203, -23.5912, 9.68382, 0.8492386770413345];71_[42.4006, -24.1064, 9.8856, 1.0948781709284765];#;#;#;#;#;0_[42.3993, -24.2879, 10.2947, 1.03530367655553];1_[42.3969, -24.3145, 10.2938, 1.0467680585018557];2_[42.3966, -24.3531, 10.2799, 0.8754831102313235];3_[42.4204, -24.4326, 10.2203, 1.0376763595517318];4_[42.3509, -24.4316, 10.2242, 0.3287696266376459];6_[42.1856, -24.9792, 10.8002, 0.3580269777079009];7_[41.9448, -25.09, 11.0671, 0.3654298365561692];8_[41.7741, -25.1445, 11.233, 0.43446672940710945];9_[41.6178, -25.2212, 11.3893, 0.5160096863742922];10_[41.4376, -25.3051, 11.579, 0.5588431826520682];11_[41.2477, -25.4015, 11.8749, 0.5511540519314483];12_[41.0577, -25.456, 12.2045, 0.5934013305214584];13_[40.9262, -25.5234, 12.4708, 0.6171468810522264];14_[40.8325, -25.6086, 12.7275, 0.6380371131584308];15_[40.7671, -25.7067, 12.9645, 0.6670936315459476];16_[40.711, -25.8396, 13.2619, 0.6664536553145765];17_[40.7268, -25.9274, 13.707, 0.6626360836899947];18_[40.8266, -25.9678, 14.2012, 0.6206230808589079];19_[40.9439, -26.0452, 14.5227, 0.6468575463205527];20_[41.0853, -26.132, 14.7984, 0.6740634065307277];21_[41.2437, -26.2769, 15.1005, 0.683109211347357];22_[41.4221, -26.4698, 15.36, 0.7149711969992631];23_[41.6205, -26.743, 15.6385, 0.709304106640692];24_[41.8621, -27.0806, 15.8863, 0.7382553322541786];25_[42.092, -27.4713, 16.0264, 0.7361383574204561];26_[42.3047, -27.8485, 16.136, 0.7332816897821631];27_[42.482, -28.2352, 16.2175, 0.7566993702644756];28_[42.6893, -28.638, 16.2798, 0.7587083270950505]
nuevostrees/ArteryObjAN11-2_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;104_[42.3339, -27.9736, 16.1801, 0.870200286294618];105_[41.8704, -27.0759, 15.8866, 0.7304473184328166];106_[41.6041, -26.7304, 15.6119, 0.7112016987698224];107_[41.3554, -26.4, 15.313, 0.7083342520668356];108_[41.1116, -26.1552, 14.8815, 0.6756568665365902];109_[40.9185, -26.0175, 14.4639, 0.6433909496770452];110_[40.7934, -25.9589, 14.0608, 0.6418561680450842];111_[40.7422, -25.9177, 13.7198, 0.6600835597770195];112_[40.7101, -25.8764, 13.3785, 0.6640408820642034];113_[40.7629, -25.7026, 12.9038, 0.6494177238736563];114_[40.9246, -25.5232, 12.4842, 0.6188205822585191];115_[41.0932, -25.4364, 12.1173, 0.5816499883766735];116_[41.2965, -25.3809, 11.7834, 0.5540122191308022];117_[41.5479, -25.2518, 11.4514, 0.5297653051439207];118_[41.9365, -25.0809, 11.0763, 0.3734752108999921];119_[42.2223, -24.9816, 10.7775, 0.3588250766210544];120_[42.3559, -24.8494, 10.5827, 0.3631032292471713];121_[42.4355, -24.1341, 9.82535, 1.098859592662234];#;#;#;#;#;#;#;#;#;#;#;#;#;#;31_[41.4376, -26.5146, 3.52472, 0.7542505248711443];32_[41.5321, -26.49, 3.98556, 0.7212719767623583];33_[41.5705, -26.4411, 4.34121, 0.7322328091801946];34_[41.6527, -26.3081, 4.71533, 0.7145975602474715];35_[41.6884, -26.1852, 5.07196, 0.7239817688445002];36_[41.7272, -26.0676, 5.4166, 0.732492007708411];37_[41.7827, -25.8988, 5.83134, 0.7180500334183748];38_[41.8429, -25.7172, 6.24579, 0.7274786081228332];39_[41.8944, -25.5203, 6.58465, 0.7507883452703206];40_[41.9281, -25.3077, 6.92915, 0.7646305094577202];41_[41.9642, -24.9838, 7.27218, 0.7744260143659917];42_[41.9405, -24.8971, 7.37942, 0.7791232989950491];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[39.5329, -18.8575, 5.87733, 0.4670762347111355];1_[39.7075, -19.2078, 5.92471, 0.42170099056503024];2_[39.8345, -19.4576, 5.98018, 0.4501003893284566];3_[39.9854, -19.7828, 6.03566, 0.4385838922428568];4_[40.1128, -20.0236, 6.10183, 0.43873414205613837];5_[40.241, -20.2598, 6.17129, 0.42905166920120363];6_[40.3453, -20.494, 6.23761, 0.4656119828056431];7_[40.4677, -20.7417, 6.31529, 0.47756173016113357];8_[40.5716, -21.0542, 6.46318, 0.46726165278843224];9_[40.6848, -21.3478, 6.60548, 0.4967684995253073];10_[40.8545, -21.67, 6.78845, 0.4842279833241721];11_[40.9746, -21.9576, 6.94106, 0.46225920703415774];12_[41.1014, -22.2831, 7.15409, 0.4373633763812768];13_[41.2108, -22.6361, 7.3605, 0.4381887510702892];14_[41.3411, -22.9064, 7.51417, 0.4774038775266878];15_[41.4307, -23.1784, 7.6521, 0.5314421041229163];16_[41.4964, -23.3683, 7.73755, 0.5752804171953699];17_[41.8867, -24.1517, 8.08783, 0.9284734006690784];45_[42.16, -23.9701, 9.19919, 0.6572866281611833];46_[42.3064, -23.8397, 9.73712, 0.7693536866280384];84_[42.333, -23.3816, 10.2439, 0.552476696733216];83_[42.3951, -23.2809, 10.4779, 0.5547218506837708];82_[42.5024, -23.1238, 10.825, 0.60030237381652];81_[42.6887, -22.9095, 11.4231, 0.7236727199356685];80_[42.7827, -22.8015, 11.8009, 0.7276509096395762];79_[42.879, -22.6641, 12.2147, 0.7366851984780309];78_[42.9521, -22.5162, 12.5585, 0.749853932462011];77_[43.075, -22.3476, 12.9722, 0.7713558350136948];76_[43.2234, -22.2377, 13.375, 0.769782624080945];75_[43.3198, -22.0934, 13.8571, 0.7934346891347501];74_[43.3902, -21.8554, 14.3134, 0.8202565101193373];73_[43.4621, -21.6686, 14.7938, 0.8150825938066635];72_[43.5719, -21.4963, 15.2979, 0.8340659274985299];71_[43.7142, -21.2852, 15.7322, 0.8500392752281418];70_[43.8225, -21.0236, 16.1764, 0.8714000028632632];69_[43.8808, -20.6925, 16.7789, 0.888515507218377];68_[44.053, -20.3975, 17.3866, 0.9017311730565442];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;103_[48.1449, -16.9094, 19.4975, 0.09687841174129866];102_[48.0344, -16.8355, 19.5328, 0.30070535913963853];101_[47.5742, -16.3399, 19.2802, 0.5498006763510865];100_[47.216, -16.1225, 18.919, 0.5914593882382579];99_[46.9973, -16.139, 18.7519, 0.5628503274037423];98_[46.8074, -16.1765, 18.5891, 0.523727234760199];97_[46.6254, -16.2072, 18.408, 0.4813581363125258];96_[46.1856, -16.1603, 17.9817, 0.5071640981895885];95_[45.9296, -16.3449, 17.6304, 0.5244329757632549];94_[45.7667, -16.439, 17.3547, 0.5033457887586753];93_[45.6541, -16.5313, 17.1717, 0.4385654023924552];92_[45.5493, -16.6201, 17.0448, 0.4039239905507635];91_[45.4507, -16.6792, 16.9209, 0.36015308029941906];90_[45.3714, -16.7296, 16.8316, 0.3382812224653194];89_[45.2761, -16.7538, 16.713, 0.33417021378887135];88_[45.2231, -16.7745, 16.6307, 0.3060600243235288];87_[45.0357, -16.7879, 16.4101, 0.3147432558208321];#;#;#;#;#;#;#;#;#;#;#;#;#;18_[47.1019, -19.8265, 12.1204, 0.6321777247253204];19_[46.8014, -19.7406, 12.4689, 0.609667248160251];20_[46.5435, -19.653, 12.7518, 0.6203138493020579];21_[46.268, -19.537, 13.0253, 0.6405729366600623];22_[45.99, -19.3828, 13.3286, 0.6473211098443877];23_[45.7589, -19.1942, 13.5839, 0.6726364234611057];24_[45.4957, -18.9882, 13.8902, 0.6880441201991037];25_[45.2708, -18.753, 14.1865, 0.7119317531869882];26_[44.9985, -18.4779, 14.5195, 0.6968061967981374];27_[44.7947, -18.2191, 14.8276, 0.7102354524250362];28_[44.508, -17.9506, 15.1954, 0.6849427631313674];29_[44.3644, -17.7315, 15.4245, 0.7079068828671139];30_[44.1536, -17.118, 16.0466, 0.8895655656514565];48_[43.5607, -16.758, 16.398, 0.8205267604653982];49_[43.2623, -16.4637, 16.8678, 0.7986748868470139];50_[43.1582, -16.1755, 17.2606, 0.8278406345018586];51_[43.1198, -15.9262, 17.5956, 0.8428676520706485];52_[43.1933, -15.7403, 18.0574, 0.836301588712184];53_[43.338, -15.593, 18.4809, 0.8299894580714798];54_[43.5444, -15.5527, 18.9118, 0.8691040411302705];55_[43.8046, -15.7961, 19.3502, 0.8569303028457214];56_[44.0092, -16.1519, 19.6346, 0.8710109983662271];57_[44.2389, -16.6946, 19.7022, 0.8253084343026021];58_[44.3488, -17.2643, 19.6105, 0.797583198499657];59_[44.4142, -17.6988, 19.4798, 0.784397000734121];60_[44.4519, -18.0949, 19.296, 0.7788391851013677];61_[44.3772, -18.5071, 19.0655, 0.7581147712087842];62_[44.3597, -18.783, 18.8917, 0.7808528262142919];63_[44.3172, -19.0718, 18.6818, 0.8025939971511065];64_[44.2799, -19.378, 18.3816, 0.8073682408835594];65_[44.2147, -19.6568, 18.1022, 0.8008921410447415];66_[44.1708, -19.8833, 17.8834, 0.8393809826332048];67_[44.1225, -20.1008, 17.6859, 0.8828831799066836]
nuevostrees/ArteryObjAN11-3_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;89_[-39.561607, -50.351532, -10.450838, 0.6676746614734445];88_[-39.23631, -50.4063, -11.0345545, 0.5509372164059323];87_[-39.112625, -50.436493, -11.2586565, 0.5213908076850142];86_[-38.97807, -50.47791, -11.495353, 0.5166251686485888];85_[-38.82959, -50.52687, -11.757836, 0.5230305479330216];84_[-38.694805, -50.562233, -12.021486, 0.5286408531622512];83_[-38.584217, -50.58164, -12.267183, 0.5243291203783786];82_[-38.470688, -50.60724, -12.527868, 0.521961153615766];81_[-38.371872, -50.63419, -12.761594, 0.5284391466081164];80_[-38.267433, -50.678112, -13.00079, 0.5286397387997696];79_[-38.158478, -50.720875, -13.258516, 0.5294214524527087];78_[-38.029774, -50.79944, -13.556516, 0.5416744368020656];77_[-37.892418, -50.86677, -13.85846, 0.5564498440594983];76_[-37.77583, -50.933025, -14.138086, 0.5592285178733609];75_[-37.66611, -50.97128, -14.41009, 0.5678449878579016];74_[-37.57003, -50.9977, -14.643047, 0.5595583912302696];73_[-37.46973, -51.014004, -14.886072, 0.5465045566584622];72_[-37.35357, -51.034233, -15.145791, 0.5409373076488297];71_[-37.21946, -51.05868, -15.417183, 0.5346709288796827];70_[-37.096405, -51.072395, -15.662212, 0.5279246475741156];69_[-36.98479, -51.084118, -15.872287, 0.5179122323337515];68_[-36.85713, -51.09827, -16.101048, 0.5054507927607707];67_[-36.725014, -51.11343, -16.312872, 0.49704557176202574];66_[-36.590393, -51.12708, -16.52662, 0.4912632775882553];65_[-36.449615, -51.13849, -16.734911, 0.48860650209953166];64_[-36.308918, -51.15206, -16.942013, 0.4870356064240367];63_[-36.16411, -51.166595, -17.148607, 0.4873733610867237];62_[-36.008026, -51.180286, -17.367977, 0.49181778762756156];61_[-35.81909, -51.18804, -17.639833, 0.5061873790759125];60_[-35.568264, -51.173424, -18.02165, 0.552558245285996];59_[-35.311214, -51.10641, -18.4378, 0.5997785728701803];58_[-35.091038, -51.145306, -18.670502, 0.5968959986438418];57_[-34.912254, -51.172157, -18.822973, 0.5680564725499677];56_[-34.721294, -51.182438, -18.976755, 0.5355099181001818];55_[-34.52218, -51.18946, -19.136026, 0.5085536361545291];54_[-34.28163, -51.18211, -19.318298, 0.50202740926044];53_[-34.01841, -51.174877, -19.526102, 0.5069892338820516];52_[-33.750656, -51.159725, -19.752405, 0.5131774474740776];51_[-33.502983, -51.15148, -19.977036, 0.5149229482996577];50_[-33.277355, -51.140038, -20.185158, 0.5144444710256827];49_[-33.067062, -51.119938, -20.381838, 0.5132316289240472];48_[-32.869835, -51.108875, -20.575436, 0.5135244162649729];47_[-32.68565, -51.09787, -20.74612, 0.5090127393351243];46_[-32.439888, -51.112507, -20.988796, 0.5099616208548096];45_[-32.179363, -51.119144, -21.188292, 0.5060412108815453];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-27.305748, -44.76706, -19.89862, 0.8636336404129892];1_[-27.136436, -44.80758, -20.475222, 0.8030891450912492];2_[-26.945019, -44.983734, -20.958218, 0.7501093180510668];3_[-26.765242, -45.22564, -21.340828, 0.6890005901405414];4_[-26.62203, -45.466175, -21.659433, 0.6372716411067707];5_[-26.489958, -45.72856, -21.92147, 0.5992717461997282];6_[-26.354858, -45.989044, -22.14092, 0.5701899732086501];7_[-26.245588, -46.25394, -22.332163, 0.5515774776541881];8_[-26.142134, -46.54049, -22.51532, 0.5363017385120668];9_[-26.04739, -46.821507, -22.681437, 0.5220687857927511];10_[-25.973139, -47.092236, -22.817688, 0.5180420908387559];11_[-25.910229, -47.350784, -22.933495, 0.5102871839506934];12_[-25.856384, -47.60723, -23.04469, 0.5149498913762907];13_[-25.810482, -47.866127, -23.139986, 0.5279428214901134];14_[-25.769928, -48.113815, -23.22569, 0.5461220383351449];15_[-25.741264, -48.34746, -23.296951, 0.5728933025551726];16_[-25.720778, -48.57355, -23.357464, 0.5948986607551984];17_[-25.719093, -48.8095, -23.406973, 0.6205598700156648];18_[-25.708488, -49.05701, -23.432108, 0.6514692006180217];19_[-25.721617, -49.318253, -23.446526, 0.6790558785311089];20_[-25.790745, -49.721, -23.47985, 0.7279041142992702];21_[-25.858273, -50.140244, -23.473703, 0.7176529805986657];22_[-26.563803, -50.431717, -23.416777, 0.6210529429211676];23_[-26.95446, -50.670704, -23.344002, 0.5665372634634938];24_[-27.30786, -50.78316, -23.288792, 0.5391751313553071];25_[-27.652708, -50.878544, -23.227798, 0.5186480897628805];26_[-27.986261, -50.92875, -23.154797, 0.5008944036874393];27_[-28.285698, -50.9724, -23.076107, 0.48805748390877235];28_[-28.529993, -50.9928, -23.005297, 0.4903552622485359];29_[-28.773354, -51.014587, -22.927137, 0.48610751156259735];30_[-29.014212, -51.030262, -22.842815, 0.47443382176828514];31_[-29.220852, -51.03742, -22.769495, 0.4721100342265972];32_[-29.424433, -51.048534, -22.691057, 0.4696153802157813];33_[-29.637575, -51.05023, -22.600605, 0.46158007887682684];34_[-29.858404, -51.058426, -22.494411, 0.4475213285699918];35_[-30.080172, -51.067387, -22.39933, 0.4459827807589165];36_[-30.274397, -51.080296, -22.301601, 0.4419971534775113];37_[-30.477913, -51.0819, -22.187403, 0.43595488051884157];38_[-30.684307, -51.072247, -22.063429, 0.4270616006895347];39_[-30.867073, -51.070316, -21.949148, 0.4228451934971716];40_[-31.058813, -51.08225, -21.845226, 0.428941401036188];41_[-31.242098, -51.083813, -21.739468, 0.43865995453509854];42_[-31.42157, -51.10076, -21.63931, 0.4600717604004764];43_[-31.61936, -51.13325, -21.54378, 0.48449077609646035];44_[-31.86876, -51.18249, -21.433857, 0.4977301686395815]
nuevostrees/ArteryObjAN11-4_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;16_[-11.7886, -43.6372, -17.4839, 2.041196068856528];15_[-10.6195, -45.2465, -19.1735, 1.8609259914669107];14_[-10.5714, -45.8659, -19.7317, 1.8493593547477214];13_[-10.8046, -46.6501, -20.4786, 1.8161058363901157];12_[-11.1274, -47.545, -21.0075, 1.7910426200367013];11_[-11.5112, -48.6135, -21.611, 1.8369959447374964];10_[-12.0132, -49.6073, -21.9578, 1.8658679068924278];9_[-12.7659, -51.3563, -22.5859, 2.0008387904404086];#;#;#;#;#;#;#;#;#;0_[-11.4662, -45.5827, -28.1937, 2.331147352337114];1_[-12.7709, -48.3627, -29.7983, 2.099770488129671];2_[-13.756, -49.5478, -29.7957, 2.1604720475617034];3_[-14.9117, -50.6941, -29.6079, 2.2344523330479045];4_[-15.9496, -51.9331, -28.3489, 2.1749522805527444];5_[-15.9535, -52.9669, -27.0545, 2.1394768134115876];6_[-15.4805, -53.138, -25.1264, 2.102473706501847];7_[-14.682, -52.907, -23.8375, 2.1577353867022926];8_[-13.7543, -52.4027, -23.0698, 2.1122912085878136]
nuevostrees/ArteryObjAN11-6_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;39_[-18.4935, -23.3208, -21.5942, 0.011365242821234203];38_[-19.077, -23.9271, -20.9788, 0.8460289921133103];37_[-19.0217, -24.4168, -21.0386, 0.8703192958007523];36_[-18.935, -24.7926, -21.0226, 0.8501363233488171];35_[-18.8306, -25.2156, -20.9877, 0.852371909806458];34_[-18.6902, -25.6416, -20.9309, 0.8527647759226202];33_[-18.5753, -26.033, -20.8307, 0.860024400236803];32_[-18.4491, -26.4426, -20.7002, 0.8724289485758043];31_[-18.3207, -26.8741, -20.5256, 0.8797585256526682];30_[-18.1784, -27.3355, -20.2814, 0.8753061385537558];29_[-18.0467, -27.7226, -20.0526, 0.8640618886586877];28_[-17.9052, -28.1932, -19.7776, 0.8980956907017883];27_[-17.7643, -28.6347, -19.4686, 0.9429806716437408];26_[-17.6427, -28.9309, -19.142, 0.9453571236332775];25_[-17.5509, -29.1985, -18.7962, 0.9209433747903696];24_[-17.4476, -29.5639, -18.3521, 0.9260234656221581];23_[-17.3512, -29.8933, -17.8085, 0.956985416934672];22_[-17.3253, -30.1568, -17.3433, 0.9702305127782372];21_[-17.2961, -30.4137, -16.8549, 0.9928950341337033];20_[-17.2842, -30.5996, -16.4247, 0.9913866162549686];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-10.1266, -30.7852, -7.3848, 1.1242272807547875];1_[-11.0836, -30.6158, -7.78896, 1.1007596891701203];2_[-11.6388, -30.5642, -8.00597, 1.1028713858769295];3_[-12.2661, -30.6073, -8.16872, 1.093685794433027];4_[-12.7836, -30.6448, -8.36179, 1.0704386903779994];5_[-13.3199, -30.7032, -8.61969, 1.0577404682677676];6_[-13.8782, -30.7843, -8.9308, 1.0202355826583185];7_[-14.4214, -30.8748, -9.32651, 1.012238103801374];8_[-14.955, -30.9487, -9.73396, 0.999570183985695];9_[-15.5246, -31.1097, -10.2485, 0.9954055898705102];10_[-15.9211, -31.1794, -10.7383, 1.005195441192663];11_[-16.2411, -31.2933, -11.1507, 1.0519435877640295];12_[-16.5179, -31.3846, -11.5172, 1.1189618151109244];13_[-16.7805, -31.4664, -12.075, 1.0996228225084705];14_[-17.0003, -31.504, -12.7496, 1.0813971069380606];15_[-17.1307, -31.4711, -13.3561, 1.073490265266368];16_[-17.232, -31.3619, -14.0286, 1.0628776974313148];17_[-17.287, -31.1575, -14.7291, 1.0483408454681862];18_[-17.2667, -30.9827, -15.3914, 1.0094130223769422];19_[-17.2735, -30.7531, -15.9866, 0.9653757004372413]
nuevostrees/ArteryObjAN11-8_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;41_[11.624486, -52.53855, -22.828722, 1.2341145707125027];40_[9.34434, -52.07855, -23.10364, 2.0864749780395493];39_[8.495559, -51.18657, -22.891867, 2.174524849415005];38_[7.899099, -50.2417, -22.627806, 2.1498803503022055];37_[7.469167, -49.493374, -22.276508, 2.146231965473894];36_[7.121927, -48.738693, -21.940672, 2.1335473065923094];35_[6.7698536, -47.685493, -21.430912, 2.181383724873545];34_[6.865859, -44.831524, -20.100805, 2.152196190904866];33_[7.4288683, -43.51055, -19.250732, 2.210923785655033];32_[8.325796, -42.32591, -18.492231, 2.236128700212185];31_[9.038777, -41.779507, -17.697344, 2.2002313260402198];#;#;#;#;#;#;#;#;#;#;#;#;#;#;29_[3.697619, -43.66112, -10.856518, 0.08087783090202726];28_[4.7411227, -43.200275, -9.698743, 0.9023195599592475];27_[5.434697, -42.612255, -9.367095, 1.3100795156038505];26_[6.11907, -42.256176, -9.378624, 1.3201612916810221];25_[6.8354545, -41.871136, -9.424417, 1.33616752040349];24_[7.489909, -41.573303, -9.540167, 1.3574275334495232];23_[8.172034, -41.256638, -9.658862, 1.3720849520380296];22_[8.897771, -40.938625, -9.836671, 1.3963876858591993];21_[9.570081, -40.67448, -10.168284, 1.4154146544576132];20_[10.283851, -40.413418, -10.61257, 1.464562657992345];19_[10.940488, -40.20622, -11.22532, 1.508718636801345];18_[11.481102, -40.116707, -11.996668, 1.50632018385252];17_[11.830309, -40.06989, -13.203788, 1.5315048323795586];15_[11.399253, -41.483616, -15.965511, 2.385639363233421];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[22.618006, -50.99405, -16.113209, 1.3610720817407345];1_[21.400724, -50.42947, -15.627473, 1.4181472052977409];2_[20.668167, -49.968987, -15.468287, 1.3836577648609671];3_[20.052612, -49.47493, -15.383496, 1.3959840147106017];4_[19.4333, -48.93613, -15.237971, 1.4038821742160499];5_[18.652351, -48.28527, -15.239294, 1.3582917338136653];6_[18.092012, -47.686882, -15.2555685, 1.3951760452761341];7_[17.592695, -47.07817, -15.304395, 1.4467615599582364];8_[17.09579, -46.38252, -15.3338375, 1.471712844613735];9_[16.551287, -45.61219, -15.468618, 1.5011217575889018];10_[16.022877, -44.869946, -15.722064, 1.5497647988335295];11_[15.499082, -44.109272, -15.939193, 1.5573053335650218];12_[15.008942, -43.484634, -16.138132, 1.605965101803466];13_[14.465922, -42.921673, -16.282871, 1.6774673286042876];14_[13.9221, -42.438282, -16.400328, 1.8387609612989793]
nuevostrees/ArteryObjAN116-0_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;24_[12.4446, -27.041, -56.5232, 0.3604657068639542];23_[11.9004, -28.3031, -55.8534, 1.1981775431137696];22_[11.3413, -29.0331, -55.0687, 1.4871628580356637];21_[11.1072, -29.6018, -54.4288, 1.4991694078466105];20_[10.8847, -30.2385, -53.7226, 1.5183478978102765];19_[10.5978, -30.892, -53.1701, 1.5486478223837679];18_[10.3764, -31.3932, -52.6856, 1.5206862364711689];17_[10.1199, -31.9228, -52.178, 1.5172784949636688];16_[9.87989, -32.3638, -51.7075, 1.511208778229181];15_[9.72041, -32.7589, -51.2346, 1.487978883521057];14_[9.51201, -33.1016, -50.8339, 1.4539398984723149];13_[9.29692, -33.4151, -50.4395, 1.4136868892495016];#;#;#;#;#;#;#;#;#;#;#;#;#;0_[4.92799, -38.7516, -43.784, 1.3362349743988193];1_[5.3181, -38.3116, -44.2151, 1.3987528872428137];2_[5.6229, -37.9277, -44.5612, 1.4183247782718056];3_[5.93544, -37.5431, -44.9636, 1.4364191828566024];4_[6.22026, -37.19, -45.3523, 1.4614338697487417];5_[6.52465, -36.7871, -45.8021, 1.4591014528021424];6_[6.84438, -36.3409, -46.3563, 1.4628322164432577];7_[7.19524, -35.8483, -46.9661, 1.4455955841130215];8_[7.55913, -35.3653, -47.5776, 1.424429090900046];9_[7.89808, -34.9593, -48.1159, 1.416262896694169];10_[8.28304, -34.5267, -48.7782, 1.3768459361551564];11_[8.66785, -34.1035, -49.339, 1.374375801050712];12_[9.04929, -33.7645, -49.9614, 1.3848003393486534]
nuevostrees/ArteryObjAN116-11_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;19_[8.80191, -67.5898, -1.80915, 0.4311729703572246];18_[7.97224, -68.8026, -2.37647, 1.4791022321044294];17_[7.82874, -69.7618, -2.68547, 1.699815890454685];16_[8.27083, -70.8504, -3.11085, 1.7152147708339056];15_[8.93124, -71.9087, -3.3367, 1.7699518629045283];14_[9.6334, -72.6607, -3.55262, 1.8141915982356032];13_[10.5342, -73.5079, -3.89968, 1.8121253327038167];12_[12.1069, -74.095, -4.17663, 1.8902057189567045];11_[12.8615, -74.8581, -5.03894, 2.0431858568232917];10_[13.5249, -75.0236, -5.81239, 1.951407900342475];#;#;#;#;#;#;#;#;#;#;0_[9.0348, -68.5493, -9.60884, 2.368448425917377];1_[10.4751, -70.8169, -11.3334, 2.054218735862696];2_[11.9929, -71.8402, -11.8916, 2.043877151611379];3_[13.1423, -72.8723, -11.8739, 1.9967083923236302];4_[13.8522, -73.75, -11.6133, 1.9773766119827478];5_[14.3267, -74.4472, -11.0543, 2.002125716780376];6_[14.5943, -74.9111, -10.5069, 2.0462147625196825];7_[14.6747, -75.3676, -9.76889, 2.141939280235601];8_[14.6155, -75.4042, -8.45009, 2.113190119824224];9_[14.0895, -75.2453, -6.67749, 1.8947816135894882]
nuevostrees/ArteryObjAN116-12_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;100_[45.8167, -37.8618, 22.5781, 0.05564813195963971];99_[45.5312, -38.0195, 22.3513, 0.12516558355043642];98_[45.1869, -38.0569, 22.1645, 0.25756235817427703];97_[44.988, -38.0263, 22.1586, 0.2791748481429838];96_[44.8244, -37.9747, 22.0928, 0.2971441466990039];95_[44.7173, -37.9305, 22.0598, 0.286219374736598];94_[44.571, -37.8665, 21.9966, 0.2569565426689866];93_[44.3231, -37.7741, 21.8697, 0.23981934762929039];92_[44.0891, -37.6827, 21.7524, 0.20286065431167147];91_[43.8459, -37.6154, 21.6726, 0.25395846949438755];90_[43.6877, -37.5488, 21.6097, 0.2383515557249783];89_[43.1995, -37.2488, 21.4968, 0.22755655061901023];88_[43.0189, -37.0737, 21.4725, 0.1980527049555681];87_[42.9118, -36.8475, 21.2758, 0.2649536697510435];86_[42.7716, -36.5687, 21.1869, 0.2530488330135582];85_[42.6754, -36.3481, 21.152, 0.2594269125342531];84_[42.6186, -36.1664, 21.1312, 0.25561547235971416];83_[42.5452, -35.9768, 21.1136, 0.24045220933844688];82_[42.4945, -35.7707, 21.0719, 0.20756588015899546];81_[42.4211, -35.5452, 21.0357, 0.18671211583579947];80_[42.3947, -35.2861, 21.0307, 0.19400497619083698];79_[42.391, -35.0176, 21.0102, 0.2215957326426258];78_[42.3708, -34.836, 21.0382, 0.17222963396368932];77_[42.3724, -34.6395, 21.0674, 0.13660276394304147];76_[42.4155, -34.4546, 21.0956, 0.12315468077608976];75_[42.4644, -34.3539, 21.1375, 0.13926638864011429];74_[42.5264, -34.2274, 21.1926, 0.14278968479725737];73_[42.5927, -34.0701, 21.244, 0.11659689937965304];72_[42.7003, -33.8568, 21.3004, 0.11916121776132577];71_[42.8595, -33.534, 21.5812, 0.27021930949299244];70_[42.9665, -33.2178, 21.885, 0.4209716225139286];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;47_[41.0558, -25.2547, 26.221, 0.6730003475560291];48_[41.0799, -25.6696, 25.7645, 0.6692568274986432];49_[41.1227, -25.8903, 25.5146, 0.6782988403765683];50_[41.1804, -26.1002, 25.274, 0.6917210241631826];51_[41.2512, -26.3684, 25.0204, 0.7191696637897224];52_[41.3257, -26.6164, 24.7805, 0.7338854631772926];53_[41.3967, -26.9063, 24.5165, 0.7455182247156692];54_[41.473, -27.2429, 24.2307, 0.7577601079645333];55_[41.5591, -27.565, 23.9443, 0.7741158374016255];56_[41.6878, -27.8738, 23.622, 0.7754422725231855];57_[41.8715, -28.2386, 23.3108, 0.7773707898157659];58_[42.0022, -28.6188, 23.0427, 0.7543047755520119];59_[42.0996, -29.1516, 22.8353, 0.7149414632576562];60_[42.2426, -29.5012, 22.6759, 0.6918285533663844];61_[42.3709, -29.8465, 22.5555, 0.6689866780860256];62_[42.4916, -30.2122, 22.4876, 0.6541967211452039];63_[42.6198, -30.5654, 22.4357, 0.678586120147886];64_[42.7335, -30.8623, 22.4146, 0.7252842506779255];65_[42.8217, -31.1382, 22.4197, 0.7638631026507245];66_[42.9095, -31.4733, 22.4414, 0.7985447451757735];67_[42.9173, -31.5763, 22.4751, 0.814025705035591];46_[42.7776, -32.4232, 22.6756, 0.8731515261151116];45_[42.4971, -32.8349, 23.4235, 0.7063303503204161];44_[42.2527, -33.1127, 23.7547, 0.7231017677811608];43_[42.0045, -33.2626, 24.0683, 0.7477053666432212];42_[41.7565, -33.4145, 24.3343, 0.712687777749397];41_[41.4369, -33.5652, 24.5901, 0.7167999861348427];40_[40.9589, -33.8912, 24.9694, 0.7595856110032831];39_[40.5379, -33.9518, 25.2094, 0.7919171868888655];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[37.6057, -42.4369, 18.0945, 0.76435344593436];1_[36.9923, -42.1065, 18.3418, 0.7214108073213972];2_[36.6669, -41.9201, 18.4927, 0.7100124964102075];3_[36.3033, -41.6986, 18.6828, 0.6962267005560324];4_[35.9657, -41.4805, 18.8963, 0.711912172610327];5_[35.6443, -41.2338, 19.0992, 0.713763791786947];6_[35.2901, -40.9829, 19.3513, 0.736711743474455];7_[35.0136, -40.7758, 19.5774, 0.741467691039085];8_[34.735, -40.5342, 19.8313, 0.7542180941744343];9_[34.4692, -40.2932, 20.1106, 0.75061677118441];10_[34.2016, -39.9831, 20.406, 0.7550356180869062];11_[33.9666, -39.7101, 20.7223, 0.766185534264632];12_[33.806, -39.4703, 20.9918, 0.7822389235194266];13_[33.6537, -39.1705, 21.3275, 0.788992686523442];14_[33.5312, -38.828, 21.7021, 0.7841162958783032];15_[33.4184, -38.5245, 22.0994, 0.7848152886898015];16_[33.3361, -38.2908, 22.4416, 0.8025124392815057];17_[33.2986, -37.9804, 22.8309, 0.7967618881447264];18_[33.3147, -37.6514, 23.2286, 0.7999992065667997];19_[33.3386, -37.3809, 23.5357, 0.8108573406467396];20_[33.4264, -37.0207, 23.863, 0.8115022355219947];21_[33.5407, -36.7368, 24.1534, 0.8168576164728577];22_[33.6778, -36.4497, 24.4042, 0.836470521678008];23_[33.8679, -36.1043, 24.6794, 0.8598600892715078];24_[34.0783, -35.7551, 24.899, 0.8913784829296119];25_[34.3678, -35.4052, 25.1066, 0.8807151163158238];26_[34.8031, -35.16, 25.3692, 0.8509135351889515];27_[35.3313, -34.8785, 25.5531, 0.8212095377042783];28_[35.7864, -34.6638, 25.6746, 0.8079366655171791];29_[36.3122, -34.5268, 25.75, 0.7942653586841429];30_[36.8029, -34.4149, 25.8215, 0.7809269745195683];31_[37.2185, -34.3355, 25.8352, 0.7906881463733733];32_[37.6534, -34.2616, 25.8567, 0.7969752428118557];33_[38.0435, -34.2131, 25.838, 0.8106772209855708];34_[38.4518, -34.1285, 25.7669, 0.7908096262317645];35_[38.8828, -34.0566, 25.6897, 0.7721624560472966];36_[39.3387, -34.011, 25.6014, 0.7559981594754236];37_[39.7003, -33.9605, 25.5298, 0.7628705509416732];38_[40.0825, -33.9388, 25.4266, 0.7874339991780335]
nuevostrees/ArteryObjAN116-16_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;19_[-13.9219, -62.3564, -24.0293, 2.637581899254569];18_[-12.9907, -62.6928, -20.958, 2.386860110403819];17_[-12.5984, -62.834, -19.7855, 2.356877492993598];16_[-12.408, -62.7501, -18.3177, 2.2192747675231144];15_[-12.4129, -62.8009, -17.1492, 2.0868703468965224];14_[-12.2984, -62.7745, -15.7176, 2.0683253871081795];13_[-12.3523, -62.2852, -14.0087, 2.431675437926666];12_[-11.3594, -61.991, -12.7429, 2.471506571371819];11_[-10.0536, -62.2533, -11.7483, 2.540417106696727];10_[-8.84092, -63.0251, -11.0954, 2.553620956556361];#;#;#;#;#;#;#;#;#;#;0_[-13.237, -74.1434, -9.60334, 2.412671292120727];1_[-12.267, -73.1102, -10.9332, 2.2834787234845324];2_[-10.9854, -72.0964, -11.3126, 2.325729567329366];3_[-10.0816, -71.4312, -11.5579, 2.3968362312898335];4_[-8.94974, -70.4759, -11.5459, 2.387414729027716];5_[-7.94425, -69.3188, -11.3062, 2.4739660981115126];6_[-7.31726, -68.083, -11.0308, 2.532509252683225];7_[-7.05687, -66.8008, -10.7978, 2.58034790960247];8_[-7.16925, -65.5508, -10.7879, 2.600503537708469];9_[-7.61671, -64.1839, -10.8128, 2.6176114827793313]
nuevostrees/ArteryObjAN116-17_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;59_[-59.7976, -20.1143, 21.8906, 0.733489272231426];58_[-60.212, -20.7379, 21.6088, 0.6916158837376869];57_[-60.4548, -21.162, 21.4848, 0.7032529169453919];56_[-60.6835, -21.5403, 21.3808, 0.6977344980235017];55_[-60.9387, -21.9022, 21.328, 0.6920007619755513];54_[-61.2034, -22.2434, 21.2371, 0.6975142408340053];53_[-61.4861, -22.6131, 21.1618, 0.7089495753747048];52_[-61.8318, -23.0349, 21.1228, 0.700896889946158];51_[-62.0926, -23.3207, 21.1531, 0.6860797248783109];50_[-62.3187, -23.6021, 21.1568, 0.6472745302946532];49_[-62.5602, -23.9194, 21.2008, 0.6580528650928591];48_[-62.8339, -24.2217, 21.3042, 0.6695795842684324];47_[-63.0684, -24.4382, 21.3652, 0.6632518536272274];46_[-63.3314, -24.6927, 21.4696, 0.6418986082409216];45_[-63.5682, -24.8871, 21.5966, 0.6184456209396921];44_[-63.774, -25.078, 21.7262, 0.6187859599126887];43_[-64.0477, -25.3427, 21.9475, 0.646296901115717];42_[-64.2268, -25.6113, 22.1636, 0.6561614686080485];41_[-64.48, -26.0299, 22.5215, 0.6764312218771175];40_[-64.5722, -26.3267, 22.8512, 0.6668986809324365];39_[-64.6492, -26.6491, 23.1908, 0.6438800488090567];38_[-64.7093, -26.9434, 23.5958, 0.6501207422105846];37_[-64.7504, -27.3419, 24.0806, 0.6720155853267258];36_[-64.7444, -27.7357, 24.6088, 0.7171906158243782];35_[-64.6578, -28.1385, 25.1579, 0.76769043226182];34_[-64.5817, -28.5045, 25.6562, 0.7637307956504727];33_[-64.4433, -28.8694, 26.1871, 0.775939069630829];32_[-64.2573, -29.281, 26.6586, 0.8099127917287058];31_[-64.0089, -29.6967, 27.0945, 0.8375672841149661];30_[-63.751, -29.9059, 27.32, 0.8016318422520441];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-53.1338, -30.8022, 21.4522, 0.715901473355298];1_[-53.6295, -31.3174, 21.4125, 0.676029836705007];2_[-53.9124, -31.6314, 21.4286, 0.6719794580343693];3_[-54.274, -31.9726, 21.4923, 0.6540417678797845];4_[-54.6383, -32.2762, 21.5784, 0.6307398549392313];5_[-54.9659, -32.557, 21.6939, 0.6115081685892392];6_[-55.2001, -32.7667, 21.7657, 0.6568884259310835];7_[-55.4249, -32.9688, 21.8252, 0.6700782444473412];8_[-55.7598, -33.1871, 22.0285, 0.6693785927616742];9_[-56.1667, -33.3817, 22.2929, 0.6903160454664983];10_[-56.5855, -33.5604, 22.5727, 0.6864693454902444];11_[-57.0289, -33.6107, 22.9462, 0.6777961106589397];12_[-57.4899, -33.5984, 23.3241, 0.6592912203807954];13_[-58.0022, -33.6497, 23.8254, 0.6498199209287319];14_[-58.3095, -33.6266, 24.1168, 0.677065061492212];15_[-58.6273, -33.5914, 24.4565, 0.6847192857891987];16_[-58.9639, -33.6042, 24.8886, 0.6935648037385265];17_[-59.2982, -33.533, 25.312, 0.7214414057957315];18_[-59.7135, -33.3368, 25.7817, 0.6897522842495089];19_[-60.1564, -33.0653, 26.273, 0.6831562793340326];20_[-60.5429, -32.7712, 26.6538, 0.6871364723948977];21_[-60.9029, -32.576, 26.9544, 0.6990191126881];22_[-61.2111, -32.4356, 27.1867, 0.7313121036538764];23_[-61.5502, -32.1103, 27.4079, 0.7562471938161148];24_[-61.89, -31.8629, 27.5776, 0.7776131618601807];25_[-62.2094, -31.5781, 27.742, 0.7751021661424564];26_[-62.5056, -31.2311, 27.836, 0.7503345363253924];27_[-62.8156, -30.8608, 27.8246, 0.7483299747952972];28_[-63.1553, -30.4933, 27.7292, 0.7485825544527378];29_[-63.496, -30.1485, 27.475, 0.7471220953037634]
nuevostrees/ArteryObjAN116-1_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;17_[13.2751, -73.7052, -9.67036, 0.08608525795111069];16_[13.0978, -72.5619, -11.8821, 1.855036311593999];15_[11.6915, -71.6571, -11.8314, 2.0012394012159045];14_[10.237, -70.6233, -11.2297, 2.0373025295766833];13_[9.07129, -69.5251, -10.2118, 2.2287687217899914];12_[8.51993, -68.4241, -9.07239, 2.3105500725364942];11_[8.82001, -67.316, -8.11543, 2.2959140848172632];10_[9.3192, -65.9597, -7.66663, 2.327516477146505];9_[9.99794, -64.8724, -7.90511, 2.2882046666313816];#;#;#;#;#;#;#;#;#;0_[11.6365, -63.7403, -18.9111, 2.2510719928807057];1_[11.6184, -63.4942, -17.2716, 2.2878340971857227];2_[11.752, -63.4897, -15.7877, 2.287051166788788];3_[11.8976, -63.5229, -14.2764, 2.183072439613355];4_[11.6823, -62.9369, -12.8069, 2.014468615713338];5_[11.2963, -63.3038, -10.9917, 1.8906441706110608];6_[11.1111, -63.4118, -10.048, 1.9486273891304815];7_[10.9181, -63.7284, -9.27147, 2.0697948535834683];8_[10.6506, -64.1068, -8.58648, 2.224483249294859]
nuevostrees/ArteryObjAN116-2_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;77_[11.1598, -42.301, -24.4563, 0.6821908378721816];76_[10.4466, -41.9409, -24.1472, 0.5616536737206478];75_[10.1915, -41.7339, -24.0482, 0.566940399560578];74_[9.96681, -41.5304, -23.9617, 0.5696682178451856];73_[9.7665, -41.2863, -23.8726, 0.592234609160644];72_[9.58926, -40.9582, -23.8093, 0.603964929768305];71_[9.43712, -40.6043, -23.784, 0.63488847542854];70_[9.35849, -40.29, -23.7556, 0.6212805829647708];69_[9.29074, -39.9441, -23.7654, 0.6187363207738472];68_[9.22305, -39.6186, -23.8, 0.6352170391492157];67_[9.18779, -39.3258, -23.8805, 0.6335448014723499];66_[9.15812, -38.9755, -23.9737, 0.6333007057110502];65_[9.15157, -38.6764, -24.0578, 0.6444179633548918];64_[9.15074, -38.3717, -24.1723, 0.6424445100226539];63_[9.15571, -38.1253, -24.2665, 0.626482810842265];62_[9.17035, -37.8328, -24.3992, 0.6144452637405078];61_[9.16553, -37.5134, -24.5704, 0.6253144013511776];60_[9.15905, -37.2212, -24.7821, 0.6207835186784053];59_[9.1547, -36.9043, -25.0179, 0.6137799375374252];58_[9.12538, -36.6793, -25.2407, 0.6006278443725979];57_[9.09397, -36.4968, -25.4625, 0.5959509707313456];56_[9.04702, -36.3083, -25.6657, 0.5906264589653432];55_[9.00723, -36.1332, -25.8771, 0.5874476080324814];54_[8.95265, -35.9488, -26.1032, 0.5876637576913836];53_[8.91045, -35.7149, -26.3587, 0.5829817894991406];52_[8.87379, -35.6162, -26.5557, 0.5684597939986206];51_[8.83546, -35.522, -26.7519, 0.5439914234575314];50_[8.7931, -35.4153, -26.9281, 0.5159570843980688];49_[8.74697, -35.2609, -27.1691, 0.5118766506128177];48_[8.69647, -35.1288, -27.3865, 0.4944410361873306];47_[8.61032, -34.9568, -27.6809, 0.5081307873827294];46_[8.53635, -34.7945, -27.9703, 0.5075836465747949];45_[8.4479, -34.6487, -28.2987, 0.5092823648430146];44_[8.36863, -34.5867, -28.6121, 0.5060882114788545];43_[8.2837, -34.5389, -28.9068, 0.5048918374075376];42_[8.17708, -34.4796, -29.2146, 0.5012819302581617];41_[8.06428, -34.4271, -29.5527, 0.4871470778793838];40_[7.95776, -34.4025, -29.8759, 0.4979365263000805];39_[7.84165, -34.3562, -30.1436, 0.4899034547024155];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[1.99203, -40.6801, -39.4471, 1.1041339594554003];1_[2.17166, -39.9666, -38.947, 0.7470539051534443];2_[2.40523, -39.5722, -38.667, 0.6812985751567193];3_[2.66014, -39.1702, -38.4201, 0.6437972646317568];4_[2.85369, -38.8542, -38.215, 0.6179504262287006];5_[3.03834, -38.5276, -37.9782, 0.6069562792114578];6_[3.19511, -38.2471, -37.7935, 0.6147983661262642];7_[3.38649, -37.8646, -37.5702, 0.5762622093617518];8_[3.54109, -37.6642, -37.4152, 0.5816728171463267];9_[3.71523, -37.4763, -37.2752, 0.580433513844992];10_[3.91864, -37.2041, -37.1109, 0.5909132363646251];11_[4.1119, -36.9075, -36.9195, 0.5574830604367748];12_[4.2807, -36.658, -36.7725, 0.5624682574776083];13_[4.47252, -36.4396, -36.5917, 0.5512401904571494];14_[4.64855, -36.2597, -36.4005, 0.532725716279841];15_[4.81344, -36.0896, -36.2149, 0.5256625605393044];16_[4.96466, -35.9317, -36.0473, 0.5043901809946616];17_[5.12115, -35.7805, -35.8941, 0.5433765758681297];18_[5.26009, -35.6336, -35.7267, 0.5648243592204877];19_[5.41756, -35.486, -35.5282, 0.5764380279002878];20_[5.57063, -35.334, -35.3118, 0.5815974301123271];21_[5.7689, -35.196, -35.0212, 0.5482152619731534];22_[5.92789, -35.0759, -34.7169, 0.5417208484043599];23_[6.06787, -34.9975, -34.441, 0.539582924750598];24_[6.19007, -34.935, -34.2155, 0.5529461124831148];25_[6.31357, -34.8694, -33.9961, 0.5533194354418446];26_[6.4495, -34.8271, -33.7238, 0.5405130512898834];27_[6.57839, -34.7444, -33.4175, 0.5239173481633235];28_[6.66475, -34.6869, -33.1755, 0.5329612906889009];29_[6.73691, -34.6055, -32.945, 0.5608329216380227];30_[6.81791, -34.5275, -32.7065, 0.574518058318306];31_[6.93341, -34.4505, -32.3854, 0.5553340767054772];32_[7.055, -34.4104, -32.1171, 0.5604389144379098];33_[7.18595, -34.352, -31.8292, 0.5460777575116792];34_[7.33329, -34.3279, -31.5325, 0.5498583842672841];35_[7.45152, -34.297, -31.2502, 0.524357373153554];36_[7.56955, -34.2969, -30.9881, 0.508841555301585];37_[7.66396, -34.3197, -30.6926, 0.49006012095776597];38_[7.75828, -34.3396, -30.4032, 0.48821330481728265]
nuevostrees/ArteryObjAN116-3_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;27_[9.71891, -63.1516, 1.65749, 1.130239240864365];26_[9.07183, -63.3634, 0.835047, 1.4529019911722512];25_[8.76334, -63.9281, 0.467953, 1.5181895323705172];24_[8.49772, -64.5262, 0.100628, 1.5127291530178892];23_[8.2657, -65.1289, -0.24864, 1.5085158193392374];22_[8.07984, -65.761, -0.611588, 1.5022264664155576];21_[7.90809, -66.4039, -0.981867, 1.5109000352602429];20_[7.76385, -67.2047, -1.44851, 1.5549838574909258];19_[7.73217, -68.2709, -2.12624, 1.6342445593054364];18_[7.76875, -69.2225, -2.49082, 1.6533808014886953];17_[7.93652, -70.0739, -2.79128, 1.6693151803472348];16_[8.35464, -71.0144, -3.14084, 1.6915607248993032];15_[8.96494, -71.9274, -3.36436, 1.7307372956561646];14_[9.66053, -72.6739, -3.55618, 1.776989630032797];#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[10.0317, -69.9136, -10.681, 2.223305356618977];1_[12.348, -72.1029, -11.8753, 2.0277281728775693];2_[13.3365, -73.1193, -11.8154, 1.9589807852063843];3_[13.9238, -73.8794, -11.4796, 1.9575292162128428];4_[14.2797, -74.4071, -11.0596, 1.9815956609135876];5_[14.5259, -74.8583, -10.5576, 2.0253893752076366];6_[14.6535, -75.2883, -9.88441, 2.1052136072074163];7_[14.647, -75.4892, -8.72609, 2.1009675512624018];8_[14.2794, -75.2399, -7.10752, 1.8988057270784817];9_[13.647, -75.0897, -6.00132, 1.912689580910947];10_[13.0505, -74.8958, -5.27085, 1.9859842170512374];11_[12.4489, -74.4942, -4.55082, 1.965656840865875];12_[11.1038, -73.9032, -4.13483, 1.7517128466898666];13_[10.3656, -73.3288, -3.83247, 1.7779369125168947]
nuevostrees/ArteryObjAN116-4_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;20_[8.13396, -67.5174, -1.64719, 1.2837946247912482];19_[7.73107, -68.6288, -2.28726, 1.6849999155288062];18_[7.79609, -69.5742, -2.62211, 1.6923458410292058];17_[8.14022, -70.5822, -2.98188, 1.7093292475600335];16_[8.6729, -71.6701, -3.32467, 1.788237956146915];15_[9.43218, -72.4644, -3.4709, 1.802079309607647];14_[10.2131, -73.206, -3.77677, 1.8238979269685465];13_[11.0313, -73.88, -4.10322, 1.7760737910671136];12_[12.5015, -74.4688, -4.45321, 2.009400293489422];11_[13.0806, -74.9176, -5.30653, 2.020612175117459];#;#;#;#;#;#;#;#;#;#;#;0_[8.90478, -68.1656, -9.13061, 2.403695680832037];1_[10.0409, -70.4483, -11.0979, 2.0980853693004207];2_[11.5026, -71.5563, -11.7886, 2.026370152971204];3_[12.8258, -72.4911, -11.8791, 2.032217130664836];4_[13.6618, -73.5059, -11.7238, 1.9832588975635574];5_[14.218, -74.2888, -11.2101, 1.9962084978830767];6_[14.524, -74.7838, -10.6811, 2.03441354567432];7_[14.6526, -75.2463, -10.0232, 2.1090616866320704];8_[14.6468, -75.5532, -8.98987, 2.143790031633541];9_[14.3787, -75.1981, -7.23966, 1.9340433836274025];10_[13.7052, -75.0978, -6.0519, 1.9398783394939352]
nuevostrees/ArteryObjAN116-6_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;20_[-21.4437, -57.5131, -29.0202, 2.501042610010913];19_[-24.2045, -55.4928, -29.5322, 2.4441246176767457];18_[-25.0596, -54.6868, -29.8688, 2.4005457708486873];17_[-25.856, -53.8035, -30.2098, 2.3489045558368673];16_[-26.6015, -52.9261, -30.7763, 2.3345326810588403];15_[-27.2254, -52.1447, -31.4904, 2.3729992436853675];14_[-27.4231, -51.0972, -32.4823, 2.3973873191741286];13_[-27.5233, -50.5263, -33.6497, 2.4330362298834842];12_[-27.4721, -49.9204, -34.7316, 2.404396112932572];11_[-27.5695, -49.1765, -36.4287, 2.4270531205121126];#;#;#;#;#;#;#;#;#;#;#;0_[-23.9078, -54.2436, -50.3077, 2.500887055867262];1_[-24.4336, -53.4635, -48.6437, 2.5156230499568935];2_[-24.7201, -52.7857, -47.7448, 2.4978128983895447];3_[-25.0333, -52.1031, -46.7015, 2.4962544736340604];4_[-25.2776, -51.4766, -45.7459, 2.482251894548031];5_[-25.5726, -50.8314, -44.6999, 2.445873743297216];6_[-25.9882, -50.1616, -43.4776, 2.413433897636794];7_[-26.327, -49.6009, -42.3316, 2.4164328932472836];8_[-26.5008, -49.138, -40.8963, 2.3834612231226817];9_[-26.8571, -49.0504, -38.9167, 2.3033400940832953];10_[-27.1049, -49.0965, -37.6712, 2.412687175486619]
nuevostrees/ArteryObjAN116-7_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;36_[-15.1014, -63.8269, 5.8136, 1.0537802549487725];#;#;34_[-16.0625, -62.7584, 0.697005, 1.906888304994579];33_[-17.1157, -63.39, 3.18873, 1.6650641767473782];32_[-20.3684, -64.0157, 4.93185, 1.255012072876976];31_[-20.971, -64.1291, 5.04809, 1.2454968556365964];30_[-21.5138, -64.2705, 5.08186, 1.2222692550252667];29_[-22.2102, -64.4588, 5.10265, 1.2370888534862394];28_[-23.0968, -64.6636, 4.81983, 1.315739136219953];27_[-23.6347, -64.846, 4.87986, 1.28103033071771];26_[-24.1809, -64.989, 4.94736, 1.2266925677473137];25_[-24.6679, -65.2033, 4.91696, 1.2131296975284853];24_[-25.2805, -65.5802, 4.79303, 1.1960103263032007];23_[-25.9447, -66.0236, 4.64813, 1.2020498619782904];22_[-26.5192, -66.3482, 4.44572, 1.1968400014103167];21_[-27.0752, -66.712, 4.27786, 1.1766534463785587];20_[-27.4509, -66.9693, 4.11344, 1.136916559362493];19_[-27.7884, -67.228, 3.979, 1.0866721459259396];18_[-28.1523, -67.492, 3.85857, 1.0518761326552906];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-34.9981, -77.0066, 2.3685, 1.0865748566100455];1_[-34.2462, -75.9772, 1.92695, 1.028353330109577];2_[-33.8922, -75.397, 1.6897, 1.060774659994499];3_[-33.5336, -74.659, 1.50116, 1.083091140256137];4_[-33.2009, -73.8708, 1.32555, 1.0521197827450004];5_[-32.8778, -73.0439, 1.31397, 1.0157941742347163];6_[-32.5352, -72.2622, 1.39558, 0.9722521660945829];7_[-32.0798, -71.4331, 1.60099, 0.8952189687512084];8_[-31.7647, -70.9077, 1.79952, 0.9204339640676305];9_[-31.4365, -70.4097, 2.02892, 0.9572240954449264];10_[-31.0831, -69.9117, 2.30942, 0.9602361825854947];11_[-30.7498, -69.5163, 2.59793, 0.9546664763966781];12_[-30.3727, -69.1615, 2.89389, 0.9500165707412926];13_[-29.9714, -68.7793, 3.08979, 0.9706393419192043];14_[-29.7211, -68.5593, 3.23009, 0.9851068915213465];15_[-29.4175, -68.328, 3.38436, 1.0154900436714989];16_[-29.0706, -68.0696, 3.5587, 1.0387244857642215];17_[-28.6084, -67.7843, 3.71777, 1.0508545329843486]
nuevostrees/ArteryObjAN116-8_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;17_[11.5404, -63.9262, -20.7992, 2.2401034089388667];16_[11.4335, -63.75, -18.9399, 2.243622352145944];15_[11.5629, -63.5308, -17.5912, 2.2916256901758025];14_[11.7641, -63.3595, -16.1283, 2.3174716667248934];13_[11.8558, -63.5716, -14.6175, 2.25996574117502];12_[11.4185, -63.272, -11.7386, 1.9257070180918852];11_[11.2744, -63.5003, -9.94071, 1.984995771747993];10_[10.5251, -64.1715, -8.35261, 2.2911424036493333];9_[9.58112, -65.4809, -7.64824, 2.363116713289174];#;#;#;#;#;#;#;#;#;0_[13.9814, -75.6456, -6.86986, 2.2808336376554577];1_[14.0128, -74.3477, -10.8485, 2.0381831612258545];2_[12.9236, -72.7146, -11.8146, 2.0477623555103412];3_[11.7103, -71.7165, -11.857, 2.033953683498943];4_[10.6984, -70.9988, -11.5006, 2.030279748163179];5_[9.72609, -70.2076, -10.7753, 2.129374353533172];6_[8.89279, -69.1756, -9.85723, 2.30015379155907];7_[8.60118, -67.9592, -8.65332, 2.35534618118238];8_[9.10306, -66.707, -7.85558, 2.308364877846839]
nuevostrees/ArteryObjAN117-0_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;112_[-27.596, -103.836, -1.05072, 0.005679439346302957];111_[-27.5232, -104.04, -0.906463, 0.150010987580577];110_[-27.4496, -104.28, -0.670333, 0.19823842370626651];109_[-27.1163, -104.519, -0.463018, 0.35836608516811946];108_[-26.8781, -104.66, -0.194178, 0.4006404448892591];107_[-26.6398, -104.769, 0.0510414, 0.3935365924886686];106_[-26.4873, -104.866, 0.280118, 0.37388716653997894];105_[-26.3527, -104.945, 0.429465, 0.34943924175765095];104_[-26.2065, -105.035, 0.599971, 0.3289992024391058];103_[-26.0763, -105.122, 0.750791, 0.33191914147142426];102_[-25.8947, -105.197, 0.908271, 0.3319815133914054];101_[-25.7134, -105.297, 1.07035, 0.33596847527359913];100_[-25.48, -105.432, 1.27146, 0.32310438633861155];99_[-25.2575, -105.472, 1.48115, 0.37086796152240004];98_[-25.1079, -105.539, 1.65421, 0.3747709896905925];97_[-24.972, -105.582, 1.78151, 0.3630774989164833];96_[-24.8591, -105.607, 1.90016, 0.35284747002961525];95_[-24.6838, -105.666, 2.0517, 0.3343868430544429];94_[-24.5723, -105.709, 2.19486, 0.28275397471156755];93_[-24.44, -105.774, 2.34313, 0.2493420439549805];92_[-24.1185, -105.826, 2.56875, 0.272365612665666];91_[-23.8641, -105.882, 2.83427, 0.28685790877921624];90_[-23.6149, -105.998, 3.08161, 0.3211371303434968];89_[-23.3928, -106.072, 3.29416, 0.34277680237445457];88_[-23.1443, -106.117, 3.42913, 0.333828088709135];87_[-22.7933, -106.138, 3.57401, 0.33817803661473517];86_[-22.4344, -106.176, 3.70219, 0.3294838077448609];85_[-22.0524, -106.237, 3.8283, 0.32632692497191174];84_[-21.5901, -106.31, 4.00016, 0.3790453564632189];83_[-21.0639, -106.27, 4.21383, 0.4778273647461793];82_[-20.6071, -106.028, 4.27892, 0.5846683195904242];81_[-20.2659, -105.784, 4.2481, 0.5907320190082438];80_[-20.0822, -105.543, 4.15256, 0.6045792111376798];79_[-19.8144, -105.265, 4.05229, 0.5907547782972679];78_[-19.7397, -105.022, 4.03327, 0.5601232630229245];77_[-19.6381, -104.71, 4.00153, 0.5185432604820052];76_[-19.5005, -104.352, 3.96501, 0.5551341074014385];75_[-19.4053, -104.029, 3.93466, 0.5252738647569576];74_[-19.3204, -103.678, 3.90147, 0.5146455653940343];73_[-19.2408, -103.411, 3.86592, 0.5276214797135883];72_[-19.1586, -103.142, 3.8335, 0.49506982875563266];71_[-19.111, -102.895, 3.85387, 0.4891575404166399];70_[-19.0832, -102.678, 3.85572, 0.46035788076756085];69_[-19.056, -102.441, 3.84221, 0.45198040345469226];68_[-19.0048, -102.184, 3.90308, 0.460663581708922];67_[-18.9934, -101.94, 3.95749, 0.4277833877550382];66_[-19.0056, -101.68, 4.00895, 0.4140616422184045];65_[-19.0507, -101.435, 4.03753, 0.4045896807943697];64_[-19.0953, -101.16, 4.09872, 0.40091673848248743];63_[-19.1199, -100.861, 4.14672, 0.4182966484862071];62_[-19.2, -100.623, 4.19846, 0.42034390541294153];61_[-19.3446, -100.282, 4.25354, 0.45707895665967035];60_[-19.6268, -99.812, 4.34235, 0.5055996246705795];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;29_[-26.5829, -100.025, 9.27716, 0.5291325598680511];30_[-26.2189, -100.088, 9.6656, 0.5187637979935148];31_[-26.0058, -100.132, 9.90306, 0.5574671114164604];32_[-25.7832, -100.172, 10.1373, 0.6210564365055855];33_[-25.5266, -100.131, 10.4077, 0.6771204071682104];34_[-25.2276, -100.016, 10.6665, 0.6805516084525726];35_[-24.6501, -100.15, 10.8742, 0.7235341605182305];36_[-24.0748, -99.9388, 10.9572, 0.6408723001484581];37_[-23.6399, -99.5378, 10.5127, 0.5194086510061802];38_[-23.3422, -99.3168, 10.2906, 0.456378739498881];39_[-23.125, -99.1509, 10.0914, 0.4170228788120865];40_[-22.9274, -99.01, 9.86168, 0.421799236644383];41_[-22.7617, -98.8716, 9.6592, 0.3934795971362706];42_[-22.6166, -98.7686, 9.4724, 0.39530652185049137];43_[-22.5223, -98.6971, 9.31479, 0.4258472765320479];44_[-22.4141, -98.5966, 9.14604, 0.46622624705822036];45_[-22.2895, -98.5021, 8.993, 0.4956547957682952];46_[-22.154, -98.3814, 8.80933, 0.5182592973738344];47_[-21.8688, -98.3791, 8.45627, 0.5071190496664717];48_[-21.5941, -98.2982, 8.13017, 0.517564709322618];49_[-21.3145, -98.328, 7.7947, 0.5166702246128542];50_[-21.1001, -98.2923, 7.52963, 0.5336623157068598];51_[-20.9076, -98.3002, 7.24327, 0.5638391869065447];52_[-20.6586, -98.4273, 6.88782, 0.5556847564525685];53_[-20.471, -98.5236, 6.55174, 0.5344569924268148];54_[-20.3233, -98.5849, 6.22646, 0.5332666229828291];55_[-20.2041, -98.6254, 5.87918, 0.5338002660128244];56_[-20.1739, -98.6942, 5.50512, 0.5462582798186312];57_[-20.204, -98.7079, 5.30518, 0.5871216343788012];28_[-20.3526, -99.1724, 4.50024, 0.8278142232368619];27_[-21.1284, -99.0617, 3.86328, 0.6220200548926734];26_[-21.4225, -99.1714, 3.59658, 0.6260729170352702];25_[-21.669, -99.3424, 3.33029, 0.6216133206503665];24_[-21.831, -99.5236, 3.10363, 0.619778763466862];23_[-22.0033, -99.7089, 2.88691, 0.6206040776741423];22_[-22.2033, -99.9213, 2.63998, 0.6382323048447851];21_[-22.4237, -100.172, 2.35411, 0.6849494646081908];20_[-22.6647, -100.436, 2.07474, 0.6848078623062356];19_[-22.848, -100.637, 1.86736, 0.672573358375996];18_[-23.0313, -100.851, 1.6546, 0.6713356933505329];17_[-23.2423, -101.093, 1.42228, 0.6403320275654711];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-25.8908, -103.3, -2.85455, 0.39407885502991996];1_[-25.7263, -103.291, -2.52775, 0.48053127943961804];2_[-25.6373, -103.258, -2.32257, 0.5109944564339506];3_[-25.5529, -103.236, -2.14737, 0.5416304087966707];4_[-25.4723, -103.201, -1.95346, 0.5777334731392916];5_[-25.3849, -103.17, -1.76461, 0.6030490562103872];6_[-25.2691, -103.116, -1.50377, 0.6221932828921208];7_[-25.0658, -102.941, -1.16029, 0.5975754220812045];8_[-24.8739, -102.84, -0.895917, 0.5658909892476814];9_[-24.6549, -102.673, -0.587249, 0.5196055060368543];10_[-24.4564, -102.469, -0.296564, 0.4933692630402363];11_[-24.3214, -102.336, -0.125736, 0.5278040712588333];12_[-24.144, -102.165, 0.0564954, 0.556136835419991];13_[-23.9662, -101.932, 0.42232, 0.5589150634475065];14_[-23.7775, -101.735, 0.714913, 0.585344046374823];15_[-23.5861, -101.526, 0.969999, 0.6148676476902137];16_[-23.4113, -101.311, 1.19358, 0.6385078020497592]
nuevostrees/ArteryObjAN117-10_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;27_[-9.79813, -79.3951, -39.6724, 2.3673031555460073];26_[-11.1113, -78.9102, -39.9964, 2.348291646912901];25_[-12.1225, -78.6947, -39.9241, 2.3434361207889665];24_[-13.5636, -78.4836, -39.8825, 2.3291317292841347];23_[-14.5929, -78.2915, -39.7823, 2.293382240112411];22_[-15.7229, -78.052, -39.6295, 2.2185674973478817];21_[-16.956, -77.7254, -39.4893, 2.2182956365352355];20_[-18.1966, -77.378, -39.3018, 2.218932361378322];19_[-19.5724, -76.7044, -39.1633, 2.2134793375910005];18_[-20.8801, -75.9426, -39.0403, 2.2183688955342244];17_[-21.7966, -75.4979, -39.4621, 2.1676546470185443];16_[-22.6902, -74.8839, -39.9876, 2.0925401164686392];15_[-23.2925, -74.2059, -40.6952, 2.0174478682125474];14_[-23.8461, -73.4632, -41.6253, 2.0553238257511475];#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[-16.0623, -70.2193, -52.7565, 2.3078570476490214];1_[-17.5677, -69.9769, -51.2249, 2.0671465570073764];2_[-18.2656, -69.9384, -50.5594, 2.022004843209425];3_[-18.8998, -69.9099, -49.9472, 2.0387475169230322];4_[-19.5562, -69.9643, -49.2829, 2.026040438352395];5_[-20.2615, -70.0256, -48.5022, 1.9901034731655816];6_[-20.9786, -70.1349, -47.7521, 1.9970204835417285];7_[-21.587, -70.2483, -47.0872, 2.0275330612503657];8_[-22.2023, -70.3868, -46.3813, 2.0501513575313726];9_[-22.9096, -70.8082, -45.4516, 1.9596377695915457];10_[-23.3742, -71.2432, -44.73, 1.9119611298765034];11_[-23.6308, -71.6681, -43.9504, 1.922429518699816];12_[-23.8507, -72.4007, -43.2064, 2.0053712790743314];13_[-23.9249, -72.9361, -42.4604, 2.068873176373444]
nuevostrees/ArteryObjAN117-12_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;52_[21.6658, -54.4445, -9.98128, 0.5478333212215096];51_[22.1189, -54.7514, -9.98612, 0.4383892125527463];50_[22.3312, -54.8876, -9.89842, 0.387283952445412];49_[22.5759, -55.0609, -9.81772, 0.3637207652993329];48_[22.8377, -55.2621, -9.8219, 0.3259585281337751];47_[23.0278, -55.4308, -9.78514, 0.3464170959432376];46_[23.2599, -55.651, -9.78254, 0.3331833061681659];45_[23.525, -55.8875, -9.88106, 0.3992977790637854];44_[23.9595, -56.122, -9.8057, 0.41328044788757984];43_[24.1763, -56.3365, -9.89468, 0.43830713941940974];42_[24.3559, -56.5283, -9.93719, 0.42966181643016177];41_[24.651, -56.7956, -9.93163, 0.47789787497003877];40_[24.8878, -57.0318, -10.0193, 0.4657243257482159];39_[25.1059, -57.2423, -10.0863, 0.46930576532521434];38_[25.2889, -57.4351, -10.1754, 0.44641292290272555];37_[25.5056, -57.7057, -10.2739, 0.47029476571795553];36_[25.7005, -57.9475, -10.3927, 0.4996471568648064];35_[25.9068, -58.1989, -10.5352, 0.5133809171230717];34_[26.0535, -58.4579, -10.6784, 0.5322217363355831];33_[26.1571, -58.6989, -10.814, 0.5328555894874629];32_[26.2493, -58.9348, -10.9615, 0.5353845406079524];31_[26.3661, -59.1639, -11.1113, 0.5359939091227638];30_[26.4841, -59.4567, -11.2821, 0.5159250773023387];29_[26.6632, -59.8299, -11.5874, 0.5418894183089975];28_[26.6279, -60.0887, -11.7666, 0.5373402479647807];27_[26.5981, -60.3393, -11.9234, 0.515118781472015];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[21.5571, -67.3875, -16.0369, 0.6195399368091068];1_[21.8742, -66.706, -16.0328, 0.6331403006247501];2_[22.0944, -66.272, -16.0581, 0.5750041579945367];3_[22.3912, -65.7132, -15.9298, 0.5271536470361547];4_[22.6233, -65.3691, -15.8662, 0.5218883950560332];5_[22.8286, -65.0723, -15.7793, 0.5610917112388494];6_[23.0294, -64.7642, -15.7359, 0.5419046672515575];7_[23.2203, -64.485, -15.6841, 0.5388986148837279];8_[23.4037, -64.2151, -15.6656, 0.5616749492025456];9_[23.7211, -63.8826, -15.5593, 0.5392465995660021];10_[24.123, -63.5555, -15.4193, 0.47103042756877045];11_[24.356, -63.3645, -15.3304, 0.4580647098209289];12_[24.566, -63.1758, -15.2204, 0.4322560612620349];13_[24.7935, -62.9849, -15.1372, 0.43963235580115295];14_[25.0787, -62.7447, -15.0383, 0.4371927557503299];15_[25.3344, -62.5823, -14.8726, 0.4235244269493502];16_[25.6056, -62.4456, -14.6096, 0.38879657416227426];17_[25.8423, -62.3254, -14.3355, 0.3827530035737648];18_[26.0524, -62.1635, -14.0623, 0.3687882338274736];19_[26.2403, -61.9422, -13.8031, 0.3923275584656793];20_[26.3641, -61.7325, -13.5603, 0.4164045151880389];21_[26.4342, -61.6432, -13.2376, 0.39665314789732437];22_[26.4887, -61.4558, -13.0122, 0.4219346684550731];23_[26.5225, -61.2197, -12.8225, 0.42569789719204687];24_[26.5603, -61.001, -12.617, 0.43456407214609194];25_[26.5862, -60.7735, -12.3693, 0.47559432181473155];26_[26.595, -60.5588, -12.1444, 0.4994856753184742]
nuevostrees/ArteryObjAN117-14_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;54_[55.3048, -74.4494, 0.13214, 0.5446291809575481];55_[55.1605, -73.9578, -0.046089, 0.5170018737057881];56_[55.1055, -73.6142, -0.207244, 0.4718603758963142];57_[55.0885, -73.2731, -0.380132, 0.49392399424922895];58_[55.0624, -72.9771, -0.502518, 0.5119266975578858];59_[55.0607, -72.6644, -0.636312, 0.5198102630576484];60_[55.0204, -72.3106, -0.736822, 0.5278400789672485];61_[54.9973, -72.0092, -0.848468, 0.5425636177669394];62_[54.9612, -71.7185, -0.953717, 0.5382824797487201];63_[54.9363, -71.4208, -1.04594, 0.5294539166524728];64_[54.9177, -71.0852, -1.13085, 0.5303696273100272];65_[54.9082, -70.7963, -1.21366, 0.5657015055094139];66_[54.9017, -70.523, -1.30162, 0.599281169728474];67_[54.8887, -70.1977, -1.37585, 0.6021657780061868];68_[54.8091, -69.8044, -1.46618, 0.6016114589367817];69_[54.7383, -69.4451, -1.57669, 0.576902838680287];70_[54.687, -69.1159, -1.66246, 0.5798574238157947];71_[54.5919, -68.7571, -1.80713, 0.5874447437901452];72_[54.4883, -68.44, -1.93807, 0.5968607852170544];73_[54.3962, -68.1506, -2.06242, 1.6518462070279518];74_[54.4169, -68.1985, -2.04132, 1.6134789114362789];#;#;#;#;#;#;#;#;#;#;#;#;42_[50.2138, -65.6462, 2.5804, 0.7364727916063077];43_[50.4539, -65.5308, 1.92685, 0.7263260853943287];44_[50.6114, -65.4413, 1.59133, 0.7488861629558113];45_[50.8913, -65.3472, 1.15941, 0.7320659731597524];46_[51.3113, -65.4732, 0.674135, 0.7142571545230285];47_[51.6506, -65.5266, 0.288332, 0.6953074380308205];48_[52.0984, -65.601, -0.186542, 0.7189555443314768];49_[52.4398, -65.7645, -0.57046, 0.7363127512303455];50_[52.9048, -65.9937, -1.15598, 0.7440981413902354];51_[53.2496, -66.2736, -1.50007, 0.7526083831125928];52_[53.5897, -66.5961, -1.89885, 0.7282929119589691];53_[54.1154, -67.2475, -2.45698, 0.9266879437354935];120_[54.431, -67.063, -3.52574, 0.5918976584721607];119_[54.5271, -67.1784, -3.82363, 0.55764042093092];118_[54.6216, -67.2787, -4.1855, 0.5325501419168454];117_[54.7012, -67.5397, -4.4992, 0.5171552555437262];116_[54.8207, -67.7166, -4.78721, 0.5293802156877855];115_[54.9503, -67.8827, -4.98253, 0.49674166504104333];114_[55.0418, -68.0469, -5.12919, 0.4329481092840404];113_[55.1464, -68.2945, -5.31076, 0.4124743055894788];112_[55.166, -68.5563, -5.48396, 0.41983469260688927];111_[55.2142, -68.8451, -5.65222, 0.49009970563810706];110_[55.2521, -69.1355, -5.78565, 0.5072899088287269];109_[55.2669, -69.4, -5.86153, 0.48797930486939606];108_[55.3086, -69.722, -5.93867, 0.5278425806157896];107_[55.3272, -69.9913, -5.97568, 0.5333888014300645];106_[55.3216, -70.273, -6.00858, 0.5319822150042133];105_[55.2881, -70.5927, -6.03182, 0.555746685482594];104_[55.247, -70.9192, -6.01715, 0.5215307360161513];103_[55.2045, -71.2061, -5.94117, 0.48034453951805667];102_[55.1611, -71.51, -5.87324, 0.45308276934973796];101_[55.0863, -71.8033, -5.82783, 0.4253842589380322];100_[54.9813, -72.1225, -5.79516, 0.41320170449166344];99_[54.8173, -72.4914, -5.75104, 0.4123527926753727];98_[54.6737, -72.7951, -5.73749, 0.441870451341392];97_[54.5377, -73.0629, -5.74648, 0.4489555479077808];96_[54.3605, -73.4018, -5.7658, 0.47139469175538673];95_[54.0466, -73.8571, -5.80806, 0.560937706334077];94_[53.7676, -74.2302, -6.00399, 0.5689244616757353];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;30_[49.5603, -66.8317, -1.17706, 0.6422486500534675];31_[49.2966, -67.3629, -1.12067, 0.6413711013557248];32_[49.1621, -67.6346, -1.10269, 0.6594882454931335];33_[49.0519, -67.9869, -1.09421, 0.6558543985758679];34_[48.9403, -68.2766, -1.0877, 0.6551997361545514];35_[48.7921, -68.5703, -1.06333, 0.6802230912022207];36_[48.612, -68.979, -1.07815, 0.6744062764161507];37_[48.4581, -69.3449, -1.12857, 0.6848009215252864];38_[48.2841, -69.735, -1.19739, 0.7014210301422482];39_[48.1461, -70.0629, -1.26919, 0.7084739918612181];40_[47.9851, -70.4417, -1.40893, 0.7162062865521014];#;#;#;#;#;#;#;23_[46.3824, -70.0932, 1.68377, 0.8246865150612083];24_[46.355, -70.6316, 0.853129, 0.7102041467071731];25_[46.3669, -70.8674, 0.488589, 0.7120634416307516];26_[46.3843, -71.0993, 0.170815, 0.7145491312567618];27_[46.5064, -71.3208, -0.281604, 0.7299084784286938];28_[46.7424, -71.5771, -0.60995, 0.7600272352997867];29_[47.6653, -71.4756, -1.48144, 1.0806961049304264];91_[48.2492, -72.3544, -2.38653, 0.7554874048106665];90_[48.4397, -72.5412, -2.60283, 0.7302869459084436];89_[48.6685, -72.7336, -2.85546, 0.6980893898189645];88_[48.9593, -73.0072, -3.15058, 0.6961315641250289];87_[49.2441, -73.2029, -3.38605, 0.6752078342395686];86_[49.5687, -73.4181, -3.64562, 0.6733197525133217];85_[49.8278, -73.5865, -3.82462, 0.6407694781232589];84_[50.0495, -73.7112, -4.00494, 0.6010464647885803];83_[50.2368, -73.8334, -4.1285, 0.5756496116701679];82_[50.439, -73.9568, -4.27562, 0.5477043910123883];81_[50.6755, -74.1126, -4.42192, 0.5426073957080946];80_[50.9898, -74.3629, -4.66195, 0.5733193559562165];79_[51.3365, -74.5753, -4.95789, 0.5972967425733153];78_[51.6816, -74.7439, -5.18951, 0.5793527228157076];77_[52.0687, -74.9597, -5.46134, 0.5949246226665212];22_[52.9593, -74.9972, -6.12822, 0.9467372521795502];21_[53.0316, -75.6237, -6.75001, 0.8229242269871869];20_[53.0177, -75.8926, -7.10572, 0.7874116005242747];19_[52.988, -76.1438, -7.47751, 0.7554312131026426];18_[52.9335, -76.4984, -7.9005, 0.7677724749052994];17_[52.827, -76.8661, -8.26295, 0.7786550701323146];16_[52.6779, -77.1741, -8.59214, 0.7783773321507014];15_[52.5006, -77.4271, -8.89058, 0.7442751070601386];14_[52.2959, -77.7265, -9.18272, 0.7347817759292246];13_[52.0672, -78.0186, -9.46181, 0.7333704100327946];12_[51.8363, -78.3749, -9.71456, 0.7603648361220143];#;#;#;#;#;#;#;#;#;#;#;#;0_[47.9908, -82.4236, -11.6907, 0.8455419262621169];1_[48.5238, -81.8258, -11.584, 0.8363379864581983];2_[48.8047, -81.4566, -11.5092, 0.825022742914738];3_[49.1745, -81.0345, -11.3744, 0.787012339504236];4_[49.5191, -80.6938, -11.2619, 0.7639548835347022];5_[49.8195, -80.4174, -11.1224, 0.7590926125169873];6_[50.1205, -80.136, -10.9324, 0.7573261038582996];7_[50.4299, -79.8287, -10.7578, 0.7559061257307307];8_[50.7125, -79.5736, -10.5988, 0.7707016879642181];9_[51.0129, -79.2931, -10.4025, 0.7786234674553898];10_[51.3263, -78.9809, -10.2063, 0.7726818413806298];11_[51.5813, -78.6906, -9.98545, 0.754186804547334]
nuevostrees/ArteryObjAN117-15_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;27_[20.9775, -85.5689, -24.733, 1.6271010218479909];26_[21.1805, -86.5797, -25.6202, 2.1971492456139945];25_[21.3757, -87.331, -25.8829, 2.1459960004364613];24_[21.5747, -88.1376, -26.3098, 2.107383329540831];23_[21.811, -88.7553, -26.5685, 2.0485816897507036];22_[22.0773, -89.4331, -26.8586, 1.993250805705645];21_[22.4342, -90.3417, -27.2669, 1.9561898479893134];20_[23.1641, -91.4897, -27.4483, 1.9835956265158845];19_[24.2568, -92.5265, -26.7823, 1.9790321660156227];18_[24.1636, -93.4957, -25.768, 2.005115820069085];17_[23.705, -93.7419, -24.535, 2.0234942446531727];16_[22.9572, -93.4929, -23.639, 1.9063944286954917];15_[22.322, -92.9821, -23.0095, 1.7896751584220196];14_[21.506, -92.3181, -22.5426, 1.701179737578931];#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[23.6742, -86.0629, -12.8391, 2.2040275125617717];1_[22.5977, -85.2792, -16.0645, 1.8145189625723603];2_[21.9079, -85.0004, -16.9633, 1.8758560518896306];3_[21.1236, -84.9136, -17.5883, 1.9996581209501418];4_[20.3647, -84.7971, -18.4405, 2.103012132974434];5_[19.552, -84.7034, -19.3258, 2.074761481531368];6_[18.5777, -86.3984, -20.107, 1.7095282691938434];7_[18.3968, -87.2408, -20.4631, 1.6920670766512227];8_[18.4333, -87.9193, -20.6821, 1.7046831643017395];9_[18.7501, -88.7362, -21.127, 1.641518832755737];10_[19.0886, -89.4727, -21.3121, 1.6414578164872502];11_[19.4144, -90.1246, -21.5326, 1.6580241478237372];12_[19.8601, -90.7934, -21.8868, 1.6585955272814457];13_[20.4874, -91.5522, -22.2198, 1.657691775488764]
nuevostrees/ArteryObjAN117-16_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;39_[-0.673175, -64.4075, -35.7186, 0.2518748298257776];40_[-0.511352, -64.6287, -35.5789, 0.29544041791005904];41_[-0.476952, -64.8238, -35.3797, 0.2928122215768285];42_[-0.415614, -64.9785, -35.2492, 0.33226973467764775];43_[-0.324877, -65.1009, -35.1369, 0.34050249966613744];44_[-0.223286, -65.3301, -34.8849, 0.3009994270086875];45_[-0.140498, -65.521, -34.6251, 0.33524967897406116];46_[-0.0722497, -65.6892, -34.4528, 0.34303216840021306];47_[-0.00302308, -65.8633, -34.292, 0.3486435069756554];48_[0.0765468, -66.035, -34.0782, 0.3552431734316911];49_[0.161201, -66.2294, -33.7768, 0.3171142380417501];50_[0.248357, -66.3766, -33.6041, 0.3697051979408155];51_[0.329818, -66.5129, -33.4017, 0.3681604267236677];52_[0.431601, -66.6512, -33.1642, 0.36411541331710245];53_[0.587703, -66.8272, -32.9285, 0.33114637841441835];54_[0.714379, -67.0164, -32.7376, 0.3253886471140135];55_[0.867923, -67.1657, -32.4559, 0.3408771713961612];56_[0.996934, -67.2937, -32.201, 0.3394963128439105];57_[1.143, -67.373, -32.0042, 0.3052269813241675];58_[1.28972, -67.47, -31.7722, 0.319512496409081];59_[1.41435, -67.5668, -31.5522, 0.30008686929447687];60_[1.50921, -67.639, -31.3464, 0.28431448128360454];61_[1.59524, -67.721, -31.1709, 0.2869229326479303];62_[1.67638, -67.7888, -31.0003, 0.3087085184680478];63_[1.78485, -67.8832, -30.8077, 0.3054106574037128];64_[1.88347, -67.9752, -30.6102, 0.29847612355284725];65_[1.98852, -68.1197, -30.3882, 0.3036241288822519];66_[2.10157, -68.2155, -30.2041, 0.31914669464963974];67_[2.21809, -68.3019, -29.9871, 0.3333067613500729];68_[2.35156, -68.4193, -29.7792, 0.35159461392916497];69_[2.50572, -68.5556, -29.568, 0.3742487877675076];70_[2.62632, -68.6626, -29.4054, 0.3905969587296197];71_[2.71676, -68.7478, -29.2685, 0.42173752152953037];72_[2.85718, -68.8745, -29.1259, 0.4495326832111989];73_[2.97893, -69.005, -29.0415, 0.49466654882869365];74_[3.12586, -69.1507, -28.9521, 0.5386751551840859];75_[3.35673, -69.4833, -29.1218, 0.5576267709406201];76_[3.5144, -69.758, -29.1826, 0.7466996705731632];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;21_[6.93116, -73.4096, -15.994, 1.4562257753161674];22_[7.01076, -74.1644, -17.4578, 1.2233541283268161];23_[6.92006, -74.3301, -18.2834, 1.1954774862530813];24_[6.87406, -74.4935, -18.9907, 1.1885754575991683];25_[6.80617, -74.5845, -19.7018, 1.1953399386959607];26_[6.69422, -74.6448, -20.326, 1.197324492098068];27_[6.57918, -74.6301, -21.0167, 1.1968137643368784];28_[6.47644, -74.4271, -21.7247, 1.2360251044184287];29_[6.36013, -74.2485, -22.3081, 1.2684120591046657];30_[6.22433, -74.205, -23.2209, 1.2255634865791523];31_[6.05531, -73.8857, -24.1099, 1.1992511353661492];32_[5.62349, -73.0372, -26.2361, 1.1823384630819316];33_[5.4858, -72.7841, -26.8752, 1.1843868695636877];34_[5.42212, -72.5818, -27.2593, 1.222732509960558];35_[5.40695, -72.3499, -27.6838, 1.2390127973221352];36_[4.98759, -72.0489, -28.2967, 1.2157238203357408];37_[4.82898, -71.7632, -28.7437, 1.2258462368003926];20_[4.39207, -70.8251, -29.7192, 1.51431503450369];19_[4.50312, -70.6165, -30.8362, 1.4410736722502113];18_[4.29084, -70.3437, -31.4653, 1.3708722068595536];17_[4.08675, -70.0295, -32.174, 1.3661797545484398];16_[3.88286, -69.6187, -32.9405, 1.4070522451837948];15_[3.67693, -69.2134, -33.7437, 1.4432535715086523];#;#;#;#;#;#;8_[4.12731, -66.6202, -39.2379, 1.4135404805809648];9_[3.96, -67.3757, -38.0669, 1.3111245815692512];10_[3.89822, -67.6892, -37.3846, 1.2940377080667544];11_[3.89497, -68.0374, -36.6849, 1.2646448154433751];12_[3.83185, -68.2719, -36.1705, 1.2757011192075671];7_[3.3483, -68.3834, -34.9202, 1.6065341571036174];6_[2.02216, -67.1137, -35.0155, 0.8238787589029917];5_[1.71607, -66.6774, -35.2972, 0.7824427670110122];4_[1.48171, -66.1917, -35.6569, 0.8364754564467853];#;#;#;#;0_[0.980418, -64.6243, -37.181, 0.8430916914583366];1_[1.09996, -65.0947, -36.7119, 0.8210961257411238];2_[1.17065, -65.4312, -36.3264, 0.8261030063023617];3_[1.28349, -65.8039, -35.9936, 0.8405907792936796]
nuevostrees/ArteryObjAN117-18_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;58_[15.9763, -113.453, 23.495, 0.7328837663419232];59_[15.9292, -113.728, 23.0973, 0.7362955676581396];60_[15.8851, -113.974, 22.8133, 0.7544066346314885];61_[15.8155, -114.246, 22.5237, 0.7747895401123129];62_[15.7271, -114.569, 22.1985, 0.7632704918551145];63_[15.6389, -114.902, 21.8778, 0.7438273741093068];64_[15.5598, -115.212, 21.5935, 0.7209574473615604];65_[15.5013, -115.501, 21.3287, 0.6864157753079447];66_[15.3833, -115.881, 21.0509, 0.6463617065559836];67_[15.3051, -116.189, 20.8139, 0.6391674386461187];68_[15.2485, -116.425, 20.6007, 0.6411062091562216];69_[15.195, -116.658, 20.3719, 0.6554757535958784];70_[15.1336, -116.877, 20.1534, 0.6587799845005579];71_[15.0821, -117.136, 19.872, 0.6545000513734689];72_[15.0505, -117.386, 19.5782, 0.6520309851855407];73_[15.0405, -117.61, 19.3064, 0.6643438712616524];74_[15.0359, -117.798, 19.0668, 0.690551273097737];75_[15.027, -118.016, 18.7656, 0.7107559538813942];76_[14.9782, -118.251, 18.4506, 0.7182257176806454];77_[14.9661, -118.464, 18.1586, 0.7281176499207408];78_[14.9808, -118.702, 17.8484, 0.7269545176646321];79_[14.9815, -118.976, 17.4038, 0.6987225010599524];80_[15.0568, -119.161, 16.9057, 0.6715337284563988];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[13.7864, -112.065, 10.169, 0.9934831995007005];1_[14.5852, -112.412, 9.45442, 0.8489620030066307];2_[15.1576, -112.842, 9.14898, 0.7917067521532397];3_[15.529, -113.214, 8.9954, 0.8222113512862682];4_[15.875, -113.631, 8.85277, 0.8336836082077004];5_[16.2563, -114.274, 8.83972, 0.8271606012502458];6_[16.5515, -114.808, 8.79774, 0.809794581346764];7_[16.7011, -115.382, 8.84302, 0.7770502489756439];8_[16.8288, -115.795, 8.92822, 0.7954707267949079];9_[16.9002, -116.15, 9.02396, 0.8229667441107175];10_[16.9686, -116.514, 9.13806, 0.8484143368128846];11_[16.9961, -117.032, 9.36859, 0.8507315134952557];12_[17.0036, -117.507, 9.61908, 0.8599389917508703];13_[17.0003, -118.006, 9.94434, 0.8791009622956517];14_[16.8972, -118.586, 10.3492, 0.8484197827884317];15_[16.6076, -119.004, 10.9314, 0.755609779666109];16_[16.4869, -119.245, 11.3051, 0.7294915231202057];17_[16.3934, -119.402, 11.5857, 0.7586198046155351];18_[16.309, -119.517, 11.8592, 0.7772204919441431];19_[16.2081, -119.619, 12.1627, 0.79925250691401];20_[16.0784, -119.691, 12.511, 0.8137527552839473];21_[15.9382, -119.724, 12.9172, 0.8222515292196927];22_[15.84, -119.746, 13.3197, 0.8339267502863827];23_[15.722, -119.81, 13.7362, 0.8381981911123193];24_[15.591, -119.886, 14.2728, 0.8311757736812084];25_[15.4301, -119.791, 14.9704, 0.7488352276631524];26_[15.3736, -119.763, 15.3635, 0.7504333688445395];27_[15.1694, -119.806, 16.2664, 0.9206694482360405];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;28_[18.7029, -126.275, 16.6021, 0.5145010668686447];29_[18.3464, -126.538, 16.2545, 0.399917799470179];30_[18.0994, -126.739, 16.0423, 0.46236814414612576];31_[17.7209, -126.895, 15.8161, 0.35037378079995185];32_[17.2796, -126.942, 15.7454, 0.3771089238267556];33_[16.9987, -127.033, 15.648, 0.372205734301454];34_[16.6383, -127.053, 15.7259, 0.447417038008157];35_[16.3912, -127.012, 15.7451, 0.4943395711032577];36_[16.0802, -126.84, 15.8063, 0.5157820300017194];37_[15.7924, -126.582, 15.9393, 0.5290442716801715];38_[15.5662, -126.311, 16.0335, 0.5407942166602037];39_[15.3925, -125.966, 16.1734, 0.48520903265375537];40_[15.283, -125.646, 16.3396, 0.4685995102367201];41_[15.1927, -125.37, 16.444, 0.4567775885717633];42_[15.1037, -124.962, 16.519, 0.4273190360752052];43_[15.0899, -124.669, 16.5816, 0.48572304462785537];44_[15.0662, -124.428, 16.6143, 0.5171874946196016];45_[15.019, -124.167, 16.6069, 0.5412135867216007];46_[15.0442, -123.788, 16.6558, 0.5593455873804272];47_[15.0704, -123.39, 16.7549, 0.5303454258041177];48_[15.0728, -123.039, 16.869, 0.4830887427683102];49_[15.0254, -122.716, 16.981, 0.46181426295381456];50_[14.9737, -122.365, 17.0317, 0.43187103053373804];51_[14.9241, -121.979, 17.0226, 0.41760865457766744];52_[14.9062, -121.625, 17.0348, 0.40785030016086843];53_[14.974, -121.245, 16.905, 0.410527531656913];54_[14.9933, -121.003, 16.8453, 0.4557063361442982];55_[15.0336, -120.812, 16.7482, 0.4890197017553931];56_[15.045, -120.674, 16.6377, 0.5271168061840098]
nuevostrees/ArteryObjAN117-19_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;22_[20.2293, -80.8492, -29.6852, 2.3228893741459036];21_[20.4245, -82.5134, -26.2672, 2.1945256908147583];20_[20.3332, -83.7914, -25.5652, 2.3305125648961016];19_[20.6755, -84.7757, -25.3535, 2.2899066558869126];18_[20.9284, -85.7218, -25.4133, 2.220571536873872];17_[21.1919, -86.6128, -25.6341, 2.175874751969153];16_[21.3873, -87.3727, -25.8968, 2.1442479775781624];15_[21.5867, -88.1809, -26.329, 2.1051372456879505];14_[21.8234, -88.7936, -26.583, 2.043804912195934];13_[22.099, -89.4844, -26.8839, 1.9911356946899461];12_[22.4642, -90.4093, -27.2903, 1.9544247850991916];#;#;#;#;#;#;#;#;#;#;#;#;0_[19.0138, -86.765, -19.9979, 1.8350110726321667];1_[18.8303, -88.9441, -21.1467, 1.666308600597342];2_[19.3454, -90.0134, -21.4943, 1.6586111023476664];3_[19.788, -90.6857, -21.826, 1.6575615140664286];4_[20.3831, -91.4229, -22.1571, 1.6597029297517938];5_[21.2977, -92.2105, -22.5007, 1.6837186884291002];6_[22.2067, -92.877, -22.9127, 1.7809544212316013];7_[22.8671, -93.4225, -23.5472, 1.883723534289513];8_[23.6079, -93.7235, -24.3901, 2.011939989548296];9_[24.0859, -93.6536, -25.5715, 1.9866817069161087];10_[24.2328, -92.6602, -26.7089, 1.9966488882773668];11_[23.2195, -91.5949, -27.4433, 1.974010464669051]
nuevostrees/ArteryObjAN117-2_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;29_[21.4534, -83.8951, -27.5837, 0.2339666273953568];28_[20.5764, -84.5035, -25.3896, 2.2203842259144455];27_[20.8795, -85.4903, -25.3755, 2.2372445551103817];26_[21.1075, -86.3591, -25.5487, 2.1841597953631866];25_[21.3289, -87.1491, -25.8168, 2.151738026399251];24_[21.5239, -87.9432, -26.226, 2.1171478208011503];23_[21.7571, -88.6111, -26.5085, 2.067974669710631];22_[22.0085, -89.2678, -26.7805, 2.000829703771202];21_[22.355, -90.1532, -27.1929, 1.9680401852741327];20_[23.0686, -91.3019, -27.4527, 1.994781217381023];19_[24.2471, -92.3802, -26.8669, 1.9708415078268873];18_[24.1905, -93.4265, -25.8779, 2.0106771871100695];17_[23.7495, -93.7514, -24.6014, 2.0277820576777255];16_[23.0135, -93.5251, -23.6888, 1.918205145877289];15_[22.3795, -93.0303, -23.0676, 1.7953525015422072];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[23.7787, -86.1369, -13.0065, 2.1631335299441115];1_[22.7722, -85.4077, -15.7941, 1.7509913256441112];2_[22.0713, -85.059, -16.6862, 1.83739028744405];3_[21.2514, -84.9432, -17.4358, 1.9718247319953843];4_[20.55, -84.8603, -18.2604, 2.1005096018306215];5_[19.5201, -84.9283, -19.1886, 2.0171108611742192];6_[18.5621, -86.4272, -20.127, 1.7054934188039141];7_[18.3929, -87.3036, -20.4845, 1.6953816400960289];8_[18.4475, -88.0134, -20.7264, 1.698961139598062];9_[18.7844, -88.8086, -21.1558, 1.640517595201368];10_[19.1255, -89.5495, -21.3349, 1.646079425402766];11_[19.4604, -90.206, -21.5671, 1.6575805813273088];12_[19.9264, -90.8768, -21.9284, 1.6599199481645064];13_[20.5547, -91.6496, -22.2675, 1.6542341545674708];14_[21.6324, -92.388, -22.5779, 1.7123535282266058]
nuevostrees/ArteryObjAN117-5_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;21_[27.3323, -69.5438, -69.6394, 1.946122036919277];20_[27.3011, -69.6878, -67.5883, 2.4384169752280718];19_[27.2894, -69.6568, -66.744, 2.332883128529995];18_[27.3237, -69.6314, -65.8558, 2.2497047004728614];17_[27.547, -69.4856, -64.7533, 2.2573961723297087];16_[28.0451, -69.4029, -63.363, 2.3786353362607175];15_[28.3636, -69.2541, -62.2322, 2.379726660582813];14_[28.7742, -69.1657, -61.3044, 2.366929231608318];13_[29.4271, -69.1074, -60.1807, 2.3592677276335614];12_[29.8563, -68.8223, -59.1206, 2.3591899303656727];11_[30.3794, -68.5638, -58.0648, 2.401468874790779];#;#;#;#;#;#;#;#;#;#;#;0_[38.1175, -65.3041, -48.4763, 2.3856253878008684];1_[37.0112, -65.3798, -49.8075, 2.4754384930295927];2_[36.2285, -65.6797, -50.7479, 2.4178301046887305];3_[35.477, -66.0648, -51.5951, 2.4064536787218653];4_[34.8562, -66.3819, -52.2055, 2.432824188630291];5_[34.2453, -66.6739, -52.7239, 2.5081663358288977];6_[33.5845, -66.9712, -53.2686, 2.5593515630422035];7_[32.9173, -67.2681, -53.8778, 2.5850935794517342];8_[32.0964, -67.6728, -54.8142, 2.5335354599973323];9_[31.4376, -68.144, -56.0393, 2.4949437071625544];10_[30.9223, -68.4226, -57.0093, 2.471226276194571]
nuevostrees/ArteryObjAN117-6_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;72_[15.2906, -111.176, 43.1164, 0.5539574743289034];73_[15.1602, -111.305, 42.3023, 0.5481656597127397];74_[14.6601, -111.261, 40.9323, 0.5094251219787024];75_[14.4186, -111.185, 40.544, 0.5502523367599477];76_[14.1496, -110.862, 39.8992, 0.6037121090800815];77_[13.9085, -110.454, 39.5549, 0.6338992511912974];78_[13.8387, -110.125, 39.3001, 0.6125298089453336];79_[13.7227, -109.852, 39.1259, 0.606560504291983];80_[13.641, -109.551, 38.9767, 0.5985015429993025];81_[13.532, -109.239, 38.8268, 0.5962048513176994];82_[13.5182, -108.984, 38.7364, 0.5817226883428578];83_[13.5084, -108.751, 38.6714, 0.5578689529926829];84_[13.489, -108.425, 38.6291, 0.5494902250854964];85_[13.4747, -108.044, 38.602, 0.5331757825421322];86_[13.4776, -107.605, 38.6021, 0.5544292417414576];87_[13.4752, -107.18, 38.605, 0.5722283670632378];88_[13.5171, -106.859, 38.6329, 0.5993121084700881];89_[13.5913, -106.553, 38.6455, 0.578799209731061];90_[13.6749, -106.372, 38.6938, 0.554414811371348];91_[13.7708, -106.154, 38.7498, 0.5022549942394827];92_[13.8298, -105.944, 38.7657, 0.4549811297114262];93_[13.8895, -105.718, 38.7875, 0.41097572090617723];94_[14.0139, -105.459, 38.8124, 0.4375988533967924];95_[14.2256, -105.094, 38.8557, 0.47027073397711083];96_[14.4582, -104.658, 38.743, 0.5925340946805748];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;44_[13.3401, -94.0893, 39.1308, 0.6365867255344839];45_[13.3584, -94.6685, 38.8767, 0.6181779725097797];46_[13.3483, -95.0595, 38.7417, 0.6159878746271573];47_[13.268, -95.5229, 38.5656, 0.6283947230100989];48_[13.2134, -95.898, 38.4035, 0.6262058836425888];49_[13.1416, -96.2697, 38.2947, 0.6300273924502224];50_[13.074, -96.6791, 38.1948, 0.6235836535717719];51_[13.0018, -97.1148, 38.0806, 0.6027934178576061];52_[12.8606, -97.5857, 37.993, 0.5586019819351433];53_[12.7357, -98.0661, 37.9573, 0.4917228701313234];54_[12.7457, -98.441, 37.8914, 0.4263366305868924];55_[12.7287, -98.8198, 37.8813, 0.43988732064934033];56_[12.7151, -99.1942, 37.9079, 0.42935429711405443];57_[12.7218, -99.5139, 37.919, 0.41387659254188475];58_[12.7066, -99.8298, 37.942, 0.40177584766414215];59_[12.6887, -100.094, 37.9665, 0.44357939982068306];60_[12.7016, -100.361, 38.0061, 0.4841190321842762];61_[12.7122, -100.627, 38.0697, 0.5133448105311077];62_[12.7526, -100.928, 38.1297, 0.5435154370182511];63_[12.7798, -101.176, 38.1971, 0.58108133858591];64_[12.8423, -101.452, 38.2491, 0.5953555812753242];65_[12.9454, -101.76, 38.3062, 0.6064788430027865];66_[13.0969, -102.073, 38.4288, 0.6070970329910581];67_[13.275, -102.352, 38.5161, 0.6093514652114285];68_[13.5042, -102.635, 38.538, 0.6149014106127342];69_[13.737, -102.861, 38.5466, 0.6304528190548663];70_[13.9503, -103.046, 38.541, 0.6621858039398844];43_[14.4757, -103.784, 38.2985, 0.9606450756179146];42_[15.0171, -103.706, 37.6406, 0.6945000567080646];41_[15.2082, -103.694, 37.3224, 0.6462918476434242];40_[15.568, -103.594, 36.7832, 0.6777911780778504];39_[15.6369, -103.718, 36.3548, 0.6669014520665199];38_[15.865, -103.793, 35.7799, 0.6961034689779192];37_[15.976, -103.975, 35.3226, 0.7237868121963583];36_[16.0406, -104.111, 34.974, 0.7236263194896527];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;0_[15.93, -113.811, 23.0382, 0.7219102003865154];1_[15.9583, -113.495, 23.4389, 0.7197222678562566];2_[15.9831, -113.272, 23.8654, 0.7250574711672433];3_[16.0213, -113.148, 24.201, 0.7513730234312048];4_[16.069, -112.994, 24.5698, 0.7701282662225498];5_[16.0941, -112.641, 24.9561, 0.7645253562617196];6_[16.0589, -112.271, 25.3393, 0.7369937133214766];7_[16.1283, -111.937, 25.8924, 0.707945993096485];8_[16.1407, -111.683, 26.2296, 0.6914023803202198];9_[16.1517, -111.468, 26.5576, 0.6868549210070815];10_[16.185, -111.255, 26.8519, 0.6876870416038835];11_[16.1872, -111.043, 27.162, 0.686916591991356];12_[16.1652, -110.806, 27.4648, 0.6840358528778172];13_[16.1244, -110.537, 27.8055, 0.6949237207760955];14_[16.1188, -110.247, 28.1122, 0.7045685200788553];15_[16.1366, -109.918, 28.4193, 0.7039785902081946];16_[16.1635, -109.6, 28.6914, 0.6919215058887178];17_[16.1842, -109.28, 28.962, 0.7002412625797674];18_[16.1691, -109.01, 29.2473, 0.7209484190244444];19_[16.1613, -108.766, 29.4983, 0.7641680516366453];20_[16.1729, -108.387, 29.7956, 0.7967283307936319];21_[16.1971, -107.876, 30.1249, 0.7945250826243798];22_[16.2144, -107.458, 30.4126, 0.7482318940842787];23_[16.1696, -107.115, 30.7149, 0.7223326217517211];24_[16.172, -106.871, 30.9536, 0.7335819041259262];25_[16.187, -106.624, 31.1783, 0.7534020677572488];26_[16.2113, -106.338, 31.4725, 0.7419855978428357];27_[16.2254, -106.076, 31.7104, 0.7482781364479851];28_[16.2392, -105.794, 31.9701, 0.7442806095703519];29_[16.2589, -105.527, 32.2725, 0.7547631791151662];30_[16.2885, -105.292, 32.6095, 0.7602447727135936];31_[16.2688, -105.081, 32.9692, 0.7530580628406188];32_[16.2215, -104.888, 33.3265, 0.7446829552209709];33_[16.1728, -104.701, 33.7425, 0.7284920858542553];34_[16.1633, -104.536, 34.1636, 0.733486236612724];35_[16.1007, -104.311, 34.5864, 0.7319226282019634]
nuevostrees/ArteryObjAN117-8_tree.dat ADDED
@@ -0,0 +1 @@
 
 
1
+ #;#;#;#;#;#;#;#;#;#;#;#;#;#;5_[3.77658, -69.4667, -33.1643, 1.4074135771514273];#;#;#;#;#;0_[1.12364, -65.4302, -36.3297, 0.8865410669126821];1_[1.48649, -66.2365, -35.6357, 0.8342319181600298];2_[1.74592, -66.7164, -35.259, 0.7770647294496267];3_[2.04712, -67.146, -34.9942, 0.8286011063587111];4_[3.41692, -68.4922, -34.691, 1.5842399913472842];37_[3.87019, -68.1572, -36.4096, 1.269505994001143];36_[3.89904, -67.998, -36.7908, 1.2667265109980208];35_[3.90382, -67.6387, -37.4827, 1.2964724330927309];34_[3.96926, -67.3214, -38.1599, 1.3115895260004924];33_[4.05113, -66.9702, -38.8456, 1.3356968295456575];32_[4.1274, -66.4897, -39.4737, 1.3975607453501628];31_[4.24215, -65.9236, -40.2005, 1.4930481963968996];30_[4.23869, -65.2823, -41.0036, 1.6157429535910028];29_[4.22025, -64.6889, -41.6058, 1.6343266537443664];28_[4.18397, -64.0322, -42.2557, 1.660943492409852];27_[4.1121, -63.3622, -42.8781, 1.6802636354485043];26_[3.96349, -62.5689, -43.625, 1.7160696492452172];#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;#;7_[7.99283, -51.2183, -52.3774, 1.6785299095928397];8_[7.04762, -52.0899, -51.9267, 1.6473565134001797];9_[6.56563, -52.5545, -51.6481, 1.664028823724434];10_[6.11342, -52.9896, -51.3502, 1.6770685687787723];11_[5.69976, -53.398, -51.0538, 1.6771379646405111];12_[5.30412, -53.8156, -50.7024, 1.6707165083727777];13_[4.88191, -54.3034, -50.3317, 1.6527864225618767];14_[4.52624, -54.7472, -49.9676, 1.6581953729608991];15_[4.18296, -55.2328, -49.5577, 1.6520150636947015];16_[3.87129, -55.8324, -49.0521, 1.6448347085574933];17_[3.58362, -56.5433, -48.557, 1.6407804343149277];18_[3.41133, -57.2883, -47.9836, 1.6074287005667054];19_[3.30301, -58.0977, -47.3702, 1.5984459951562198];20_[3.24808, -58.7811, -46.8657, 1.6103010162167033];21_[3.26993, -59.4394, -46.3366, 1.6482989857421884];22_[3.34152, -60.0827, -45.7891, 1.6620728209706888];23_[3.44894, -60.6548, -45.286, 1.6921224491103444];24_[3.59447, -61.2325, -44.8397, 1.698548441330555];25_[3.78625, -61.8558, -44.2603, 1.7103082133896832]