From bc097bf5ce7383469feeb4c2ace24b5847b8768e Mon Sep 17 00:00:00 2001 From: dcarron <daniel.carron@idiap.ch> Date: Mon, 17 Jun 2024 15:08:11 +0200 Subject: [PATCH] [mednet.tests] Move tests to single directory --- .../histograms_pasa_montgomery_default.json | 3371 ----------------- .../tests => tests}/__init__.py | 0 .../classification}/__init__.py | 0 .../classification}/conftest.py | 0 ...histograms_alexnet_montgomery_default.json | 0 ...grams_densenet-121_montgomery_default.json | 0 .../histograms_pasa_montgomery_default.json | 23 + .../raw_data/histograms_hivtb_fold_0.json | 0 .../raw_data/histograms_indian_default.json | 0 .../histograms_montgomery_default.json | 0 ...grams_montgomery_preprocessed_default.json | 0 .../histograms_nih_cxr14_default.json | 0 .../raw_data/histograms_padchest_idiap.json | 0 .../raw_data/histograms_shenzhen_default.json | 0 .../raw_data/histograms_tbpoc_fold_0.json | 0 .../raw_data/histograms_tbx11k_v1_fold_0.json | 0 .../raw_data/histograms_tbx11k_v2_fold_0.json | 0 .../classification}/data/lfs/.gitattributes | 0 .../classification}/data/lfs/.gitignore | 0 .../classification}/data/lfs/README.md | 0 .../data/lfs/models/logreg.ckpt | Bin .../data/lfs/models/signstotb.ckpt | Bin .../classification}/data/mednet.toml | 0 .../classification}/data/test_predictions.csv | 0 .../classification}/data/test_vis_metrics.csv | 0 .../test_cli_classification.py | 2 +- .../classification}/test_evaluator.py | 0 .../classification}/test_hivtb.py | 0 .../classification}/test_indian.py | 0 .../classification}/test_montgomery.py | 0 .../test_montgomery_shenzhen.py | 0 .../test_montgomery_shenzhen_indian.py | 0 ...est_montgomery_shenzhen_indian_padchest.py | 0 .../test_montgomery_shenzhen_indian_tbx11k.py | 0 .../classification}/test_nih_cxr14.py | 0 .../test_nih_cxr14_padchest.py | 0 .../classification}/test_padchest.py | 0 .../test_saliencymap_interpretability.py | 0 .../classification}/test_shenzhen.py | 0 .../classification}/test_summary.py | 0 .../classification}/test_tbpoc.py | 0 .../classification}/test_tbx11k.py | 0 .../classification}/test_visceral.py | 0 .../tests => tests/common}/__init__.py | 0 .../common/tests => tests/common}/conftest.py | 0 .../tests => tests/common}/data/16bits.png | Bin .../tests => tests/common}/data/iris-test.csv | 0 .../common}/data/iris-train.csv | 0 .../tests => tests/common}/data/iris.json | 0 .../common}/data/raw_with_black_border.png | Bin .../data/raw_with_elastic_deformation.png | Bin .../common}/data/raw_without_black_border.png | Bin .../data/raw_without_elastic_deformation.png | Bin .../common}/test_database_split.py | 0 .../common}/test_image_utils.py | 0 .../common}/test_resource_monitor.py | 0 .../tests => tests/common}/test_transforms.py | 0 .../tests => tests/segmentation}/__init__.py | 0 .../tests => tests/segmentation}/conftest.py | 0 ...ograms_lwnet_chasedb1_first_annotator.json | 0 .../models/histograms_lwnet_cxr8_default.json | 0 .../histograms_lwnet_drhagis_default.json | 0 .../histograms_lwnet_drionsdb_expert1.json | 0 ...ograms_lwnet_drishtigs1_optic_cup_all.json | 0 .../histograms_lwnet_drive_default.json | 0 .../models/histograms_lwnet_hrf_default.json | 0 .../histograms_lwnet_iostar_vessel.json | 0 .../models/histograms_lwnet_jsrt_default.json | 0 .../histograms_lwnet_montgomery_default.json | 0 .../models/histograms_lwnet_refuge_cup.json | 0 .../histograms_lwnet_rimoner3_cup_exp1.json | 0 .../histograms_lwnet_shenzhen_default.json | 0 .../models/histograms_lwnet_stare_ah.json | 0 .../histograms_chasedb1_first_annotator.json | 0 .../raw_data/histograms_cxr8_default.json | 0 .../raw_data/histograms_drhagis_default.json | 0 .../raw_data/histograms_drionsdb_expert1.json | 0 .../histograms_drishtigs1_optic_cup_all.json | 0 .../raw_data/histograms_drive_default.json | 0 .../raw_data/histograms_hrf_default.json | 0 .../raw_data/histograms_iostar_vessel.json | 0 .../raw_data/histograms_jsrt_default.json | 0 .../histograms_montgomery_default.json | 0 .../raw_data/histograms_refuge_cup.json | 0 .../histograms_rimoner3_cup_exp1.json | 0 .../raw_data/histograms_shenzhen_default.json | 0 .../raw_data/histograms_stare_ah.json | 0 .../segmentation}/test_chasedb1.py | 0 .../segmentation}/test_cli_segmentation.py | 0 .../tests => tests/segmentation}/test_cxr8.py | 0 .../segmentation}/test_drhagis.py | 0 .../segmentation}/test_drionsdb.py | 0 .../segmentation}/test_drishtigs1.py | 0 .../segmentation}/test_drive.py | 0 .../tests => tests/segmentation}/test_hrf.py | 0 .../segmentation}/test_iostar.py | 0 .../tests => tests/segmentation}/test_jsrt.py | 0 .../segmentation}/test_measures.py | 0 .../segmentation}/test_montgomery.py | 0 .../segmentation}/test_refuge.py | 0 .../segmentation}/test_rimoner3.py | 0 .../segmentation}/test_shenzhen.py | 0 .../segmentation}/test_stare.py | 0 {src/mednet/tests => tests}/test_cli.py | 6 - 104 files changed, 24 insertions(+), 3378 deletions(-) delete mode 100644 src/mednet/libs/classification/tests/data/histograms/models/histograms_pasa_montgomery_default.json rename {src/mednet/libs/classification/tests => tests}/__init__.py (100%) rename {src/mednet/libs/common/tests => tests/classification}/__init__.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/conftest.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/models/histograms_alexnet_montgomery_default.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/models/histograms_densenet-121_montgomery_default.json (100%) create mode 100644 tests/classification/data/histograms/models/histograms_pasa_montgomery_default.json rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_hivtb_fold_0.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_indian_default.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_montgomery_default.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_montgomery_preprocessed_default.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_nih_cxr14_default.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_padchest_idiap.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_shenzhen_default.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_tbpoc_fold_0.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_tbx11k_v1_fold_0.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/histograms/raw_data/histograms_tbx11k_v2_fold_0.json (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/lfs/.gitattributes (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/lfs/.gitignore (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/lfs/README.md (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/lfs/models/logreg.ckpt (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/lfs/models/signstotb.ckpt (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/mednet.toml (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/test_predictions.csv (100%) rename {src/mednet/libs/classification/tests => tests/classification}/data/test_vis_metrics.csv (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_cli_classification.py (99%) rename {src/mednet/libs/classification/tests => tests/classification}/test_evaluator.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_hivtb.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_indian.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_montgomery.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_montgomery_shenzhen.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_montgomery_shenzhen_indian.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_montgomery_shenzhen_indian_padchest.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_montgomery_shenzhen_indian_tbx11k.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_nih_cxr14.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_nih_cxr14_padchest.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_padchest.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_saliencymap_interpretability.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_shenzhen.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_summary.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_tbpoc.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_tbx11k.py (100%) rename {src/mednet/libs/classification/tests => tests/classification}/test_visceral.py (100%) rename {src/mednet/libs/segmentation/tests => tests/common}/__init__.py (100%) rename {src/mednet/libs/common/tests => tests/common}/conftest.py (100%) rename {src/mednet/libs/common/tests => tests/common}/data/16bits.png (100%) rename {src/mednet/libs/common/tests => tests/common}/data/iris-test.csv (100%) rename {src/mednet/libs/common/tests => tests/common}/data/iris-train.csv (100%) rename {src/mednet/libs/common/tests => tests/common}/data/iris.json (100%) rename {src/mednet/libs/common/tests => tests/common}/data/raw_with_black_border.png (100%) rename {src/mednet/libs/common/tests => tests/common}/data/raw_with_elastic_deformation.png (100%) rename {src/mednet/libs/common/tests => tests/common}/data/raw_without_black_border.png (100%) rename {src/mednet/libs/common/tests => tests/common}/data/raw_without_elastic_deformation.png (100%) rename {src/mednet/libs/common/tests => tests/common}/test_database_split.py (100%) rename {src/mednet/libs/common/tests => tests/common}/test_image_utils.py (100%) rename {src/mednet/libs/common/tests => tests/common}/test_resource_monitor.py (100%) rename {src/mednet/libs/common/tests => tests/common}/test_transforms.py (100%) rename {src/mednet/tests => tests/segmentation}/__init__.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/conftest.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_chasedb1_first_annotator.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_cxr8_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_drhagis_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_drionsdb_expert1.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_drishtigs1_optic_cup_all.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_drive_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_hrf_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_iostar_vessel.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_jsrt_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_montgomery_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_refuge_cup.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_rimoner3_cup_exp1.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_shenzhen_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/models/histograms_lwnet_stare_ah.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_chasedb1_first_annotator.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_cxr8_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_drhagis_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_drionsdb_expert1.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_drishtigs1_optic_cup_all.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_drive_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_hrf_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_iostar_vessel.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_jsrt_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_montgomery_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_refuge_cup.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_rimoner3_cup_exp1.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_shenzhen_default.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/data/histograms/raw_data/histograms_stare_ah.json (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_chasedb1.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_cli_segmentation.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_cxr8.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_drhagis.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_drionsdb.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_drishtigs1.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_drive.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_hrf.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_iostar.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_jsrt.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_measures.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_montgomery.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_refuge.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_rimoner3.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_shenzhen.py (100%) rename {src/mednet/libs/segmentation/tests => tests/segmentation}/test_stare.py (100%) rename {src/mednet/tests => tests}/test_cli.py (94%) diff --git a/src/mednet/libs/classification/tests/data/histograms/models/histograms_pasa_montgomery_default.json b/src/mednet/libs/classification/tests/data/histograms/models/histograms_pasa_montgomery_default.json deleted file mode 100644 index 4aeb3335..00000000 --- a/src/mednet/libs/classification/tests/data/histograms/models/histograms_pasa_montgomery_default.json +++ /dev/null @@ -1,3371 +0,0 @@ -{ - "train": [ - [ - "CXR_png/MCUCXR_0023_0.png", - [ - 52112, 1215, 440, 477, 474, 370, 404, 388, 326, 329, 260, 235, 238, 186, - 224, 189, 145, 188, 250, 266, 323, 416, 377, 481, 516, 525, 579, 657, - 719, 860, 992, 1059, 1130, 1149, 1174, 1217, 1222, 1253, 1313, 1465, - 1394, 1315, 1342, 1328, 1307, 1337, 1301, 1328, 1242, 1160, 1133, 1094, - 1170, 1152, 1092, 1110, 1100, 1131, 1134, 1127, 1161, 1223, 1135, 1222, - 1181, 1103, 1102, 1135, 1059, 1124, 1093, 992, 1012, 1165, 916, 924, - 917, 894, 885, 989, 915, 869, 878, 880, 910, 908, 882, 821, 843, 733, - 806, 707, 725, 683, 666, 709, 652, 586, 616, 594, 620, 602, 593, 651, - 608, 645, 662, 602, 571, 593, 589, 597, 602, 550, 560, 586, 551, 572, - 584, 557, 547, 574, 507, 555, 557, 566, 540, 516, 538, 531, 521, 536, - 471, 488, 486, 530, 501, 457, 509, 503, 490, 525, 537, 518, 493, 486, - 531, 513, 490, 560, 486, 516, 537, 521, 563, 536, 508, 510, 552, 513, - 541, 530, 549, 528, 509, 534, 525, 570, 572, 551, 572, 574, 540, 580, - 571, 561, 565, 613, 578, 637, 576, 643, 611, 631, 656, 670, 664, 717, - 722, 698, 762, 817, 739, 749, 845, 873, 861, 869, 900, 947, 1060, 1085, - 1108, 1214, 1187, 1203, 1307, 1377, 1424, 1635, 1691, 1671, 1657, 1625, - 1594, 1404, 1316, 1185, 1107, 1165, 1174, 1115, 1154, 1115, 1140, 972, - 971, 979, 1008, 1032, 926, 881, 912, 820, 777, 799, 852, 980, 916, 928, - 1073, 1045, 730, 825, 1070, 676, 773, 769, 963, 1902, 4629, 4477, 34, - 35, 571, 188 - ] - ], - [ - "CXR_png/MCUCXR_0052_0.png", - [ - 43618, 39, 43, 32, 24, 27, 41, 59, 45, 67, 67, 80, 109, 100, 143, 136, - 177, 202, 274, 326, 330, 335, 393, 476, 493, 556, 641, 585, 641, 572, - 551, 642, 628, 585, 545, 590, 562, 581, 617, 643, 750, 670, 681, 661, - 666, 624, 657, 648, 678, 703, 619, 576, 585, 556, 554, 542, 567, 489, - 468, 504, 516, 468, 557, 541, 589, 600, 682, 625, 616, 676, 684, 677, - 684, 671, 741, 682, 679, 720, 704, 750, 788, 799, 765, 783, 813, 782, - 751, 781, 773, 676, 678, 734, 733, 721, 745, 861, 946, 890, 943, 1011, - 944, 873, 863, 823, 858, 819, 776, 809, 820, 763, 847, 824, 842, 935, - 947, 934, 1051, 999, 1027, 1048, 1076, 1000, 953, 927, 951, 869, 884, - 851, 803, 929, 929, 895, 896, 877, 900, 889, 831, 843, 878, 835, 870, - 848, 823, 827, 816, 835, 900, 855, 894, 896, 842, 932, 866, 882, 920, - 911, 924, 848, 888, 869, 870, 945, 950, 955, 957, 1007, 890, 938, 852, - 877, 925, 923, 892, 892, 836, 886, 914, 864, 850, 917, 892, 909, 950, - 942, 1041, 1022, 993, 1026, 939, 932, 996, 1066, 1021, 1050, 1057, 1077, - 1062, 1087, 1035, 1018, 975, 958, 1074, 1003, 925, 878, 827, 834, 806, - 813, 775, 784, 769, 833, 871, 869, 891, 945, 902, 968, 1036, 1101, 1141, - 1141, 1112, 1237, 1261, 1294, 1282, 1259, 1231, 1353, 1570, 1805, 1931, - 1979, 1894, 1848, 2023, 2590, 3320, 4089, 4642, 5644, 3445, 1470, 761, - 374, 125, 91, 49, 32, 24, 21, 759, 383 - ] - ], - [ - "CXR_png/MCUCXR_0017_0.png", - [ - 100309, 16162, 9345, 1976, 1289, 908, 939, 768, 688, 637, 591, 502, 479, - 497, 412, 399, 391, 400, 345, 418, 435, 436, 479, 507, 519, 565, 587, - 618, 634, 713, 756, 849, 835, 817, 875, 849, 915, 917, 1002, 1034, 1012, - 968, 1051, 1054, 1089, 1081, 1090, 1045, 1125, 1131, 1054, 1124, 1036, - 989, 904, 904, 810, 873, 835, 831, 775, 760, 766, 675, 704, 711, 695, - 674, 660, 669, 692, 678, 663, 625, 668, 630, 685, 666, 629, 627, 658, - 623, 580, 576, 601, 497, 560, 603, 554, 596, 567, 560, 593, 561, 663, - 613, 581, 524, 566, 552, 535, 566, 636, 630, 648, 645, 637, 723, 641, - 692, 624, 637, 670, 659, 609, 573, 548, 532, 511, 511, 495, 445, 459, - 487, 469, 452, 473, 456, 461, 468, 451, 438, 416, 445, 430, 428, 471, - 464, 502, 463, 487, 500, 545, 642, 541, 543, 460, 488, 560, 572, 570, - 523, 520, 456, 451, 475, 478, 498, 467, 403, 448, 384, 372, 372, 377, - 345, 343, 360, 355, 354, 377, 339, 347, 333, 310, 303, 272, 272, 277, - 266, 297, 264, 277, 301, 289, 302, 304, 315, 291, 298, 312, 242, 250, - 235, 266, 267, 238, 271, 258, 267, 252, 290, 266, 267, 262, 293, 288, - 286, 303, 272, 262, 263, 294, 321, 354, 293, 314, 311, 321, 382, 314, - 306, 282, 345, 384, 433, 386, 334, 348, 374, 363, 496, 438, 537, 500, - 432, 345, 428, 469, 425, 427, 470, 369, 625, 674, 604, 857, 838, 571, - 688, 276, 72, 7, 14, 574, 233 - ] - ], - [ - "CXR_png/MCUCXR_0092_0.png", - [ - 66099, 896, 828, 835, 682, 468, 574, 543, 432, 431, 423, 364, 350, 356, - 308, 315, 300, 273, 317, 330, 388, 388, 479, 535, 531, 598, 712, 797, - 774, 844, 909, 864, 851, 880, 940, 892, 991, 943, 889, 953, 957, 960, - 1000, 1015, 970, 885, 837, 772, 864, 754, 749, 743, 693, 683, 677, 653, - 654, 694, 672, 719, 679, 707, 725, 694, 750, 712, 756, 810, 749, 852, - 831, 784, 803, 933, 777, 775, 801, 757, 817, 835, 819, 843, 859, 829, - 790, 860, 807, 810, 804, 782, 804, 749, 738, 734, 712, 667, 630, 678, - 645, 658, 676, 646, 625, 662, 590, 598, 578, 617, 649, 558, 600, 604, - 604, 611, 584, 600, 610, 638, 612, 593, 574, 680, 587, 605, 636, 658, - 639, 657, 703, 760, 790, 859, 838, 754, 802, 798, 787, 786, 765, 752, - 738, 716, 688, 703, 690, 722, 667, 681, 684, 715, 743, 680, 746, 737, - 747, 727, 729, 831, 774, 774, 755, 782, 858, 899, 921, 900, 922, 842, - 838, 868, 890, 861, 884, 882, 881, 967, 1023, 1053, 1137, 1214, 1296, - 1459, 1384, 1252, 1216, 1262, 1275, 1400, 1459, 1414, 1449, 1291, 1265, - 1112, 1070, 906, 914, 1003, 935, 958, 986, 941, 929, 878, 810, 696, 708, - 665, 588, 618, 528, 487, 488, 483, 463, 453, 471, 489, 499, 502, 522, - 534, 517, 513, 511, 505, 551, 531, 522, 570, 594, 684, 591, 503, 551, - 612, 570, 590, 707, 733, 732, 708, 765, 859, 986, 687, 817, 858, 965, - 2208, 4607, 2260, 20, 38, 424, 245 - ] - ], - [ - "CXR_png/MCUCXR_0028_0.png", - [ - 45887, 813, 328, 489, 464, 380, 438, 378, 374, 365, 367, 291, 299, 337, - 337, 384, 387, 375, 444, 516, 464, 520, 529, 600, 620, 676, 784, 808, - 735, 721, 839, 861, 816, 817, 813, 775, 809, 741, 741, 662, 758, 782, - 799, 816, 849, 729, 813, 844, 823, 794, 792, 843, 789, 827, 783, 803, - 787, 781, 794, 825, 839, 863, 921, 875, 872, 886, 887, 848, 787, 784, - 813, 784, 809, 761, 784, 801, 805, 821, 774, 814, 796, 783, 780, 754, - 826, 805, 777, 736, 688, 717, 717, 744, 686, 741, 736, 728, 699, 691, - 687, 693, 724, 689, 674, 634, 671, 663, 666, 699, 673, 700, 739, 717, - 845, 816, 798, 772, 801, 776, 839, 772, 761, 763, 760, 816, 745, 806, - 803, 818, 794, 797, 824, 794, 796, 768, 775, 799, 827, 839, 874, 871, - 865, 910, 863, 969, 914, 894, 913, 884, 959, 993, 1012, 1024, 988, 1029, - 1019, 1006, 1011, 1030, 1005, 969, 968, 928, 945, 919, 872, 883, 801, - 822, 786, 803, 859, 869, 868, 977, 1007, 1316, 1453, 1225, 941, 727, - 713, 690, 705, 652, 716, 707, 687, 778, 791, 743, 729, 765, 721, 686, - 668, 696, 703, 731, 794, 759, 879, 774, 758, 691, 770, 764, 757, 715, - 714, 675, 676, 681, 743, 764, 807, 798, 779, 760, 797, 743, 765, 759, - 733, 903, 852, 851, 842, 806, 752, 779, 793, 1003, 1035, 892, 907, 832, - 837, 902, 987, 1081, 1374, 1327, 1175, 1498, 1464, 1396, 1733, 1748, - 2388, 4905, 7385, 3505, 23, 28, 787, 367 - ] - ], - [ - "CXR_png/MCUCXR_0090_0.png", - [ - 61197, 455, 424, 475, 350, 260, 278, 266, 236, 233, 230, 213, 215, 205, - 179, 177, 204, 204, 246, 256, 283, 324, 352, 390, 498, 556, 625, 725, - 743, 784, 892, 816, 841, 805, 825, 815, 883, 800, 916, 888, 936, 948, - 921, 1012, 1019, 1069, 1138, 1117, 1114, 1047, 1066, 1066, 1167, 1124, - 1156, 1240, 1167, 1242, 1242, 1257, 1234, 1271, 1293, 1229, 1251, 1233, - 1275, 1216, 1230, 1236, 1171, 1254, 1220, 1247, 1129, 1141, 1069, 1086, - 1063, 1098, 1100, 998, 1112, 1041, 1036, 1044, 1119, 1109, 1045, 1019, - 932, 931, 923, 864, 943, 798, 797, 835, 775, 779, 749, 713, 733, 749, - 718, 736, 737, 738, 717, 700, 673, 649, 653, 658, 659, 592, 578, 643, - 533, 581, 567, 574, 540, 519, 529, 549, 571, 557, 588, 527, 541, 564, - 581, 575, 587, 599, 567, 567, 597, 593, 597, 601, 622, 637, 621, 640, - 581, 634, 613, 624, 635, 654, 659, 731, 758, 726, 725, 792, 748, 788, - 791, 758, 749, 815, 780, 791, 773, 716, 761, 801, 710, 810, 788, 753, - 837, 868, 892, 906, 899, 938, 949, 933, 921, 938, 849, 784, 767, 777, - 716, 780, 785, 770, 771, 784, 767, 812, 801, 828, 910, 1005, 1031, 1064, - 1172, 1137, 1257, 1490, 1524, 1689, 1793, 1812, 1882, 1730, 1601, 1502, - 1606, 1441, 1252, 1262, 1175, 1159, 1039, 922, 1007, 953, 946, 897, 781, - 729, 662, 604, 579, 546, 524, 553, 503, 491, 382, 388, 387, 429, 443, - 365, 397, 363, 443, 267, 243, 264, 192, 231, 31, 9, 10, 71, 423, 263 - ] - ], - [ - "CXR_png/MCUCXR_0015_0.png", - [ - 59416, 694, 700, 772, 637, 511, 544, 456, 375, 404, 312, 300, 306, 332, - 380, 375, 371, 314, 317, 345, 343, 412, 363, 395, 388, 451, 462, 505, - 540, 620, 607, 635, 675, 769, 785, 767, 845, 883, 909, 989, 991, 1018, - 1056, 1036, 1037, 983, 1067, 1072, 1128, 1174, 1146, 1135, 1193, 1233, - 1249, 1213, 1227, 1157, 1136, 1162, 1179, 1201, 1188, 1106, 1157, 1098, - 1149, 1060, 1074, 1072, 1007, 963, 1008, 998, 952, 874, 903, 943, 905, - 867, 864, 896, 810, 856, 847, 889, 896, 890, 831, 872, 855, 846, 837, - 785, 843, 823, 759, 808, 768, 767, 783, 764, 771, 748, 757, 738, 772, - 698, 682, 678, 665, 631, 658, 643, 693, 644, 641, 693, 612, 635, 651, - 640, 612, 623, 632, 602, 578, 565, 597, 611, 659, 660, 592, 594, 603, - 574, 561, 560, 594, 584, 583, 574, 615, 590, 609, 594, 605, 596, 609, - 636, 674, 649, 641, 622, 637, 659, 662, 632, 637, 745, 704, 694, 611, - 647, 656, 713, 675, 692, 709, 718, 652, 747, 667, 676, 669, 736, 693, - 743, 785, 764, 775, 841, 849, 771, 837, 842, 829, 828, 853, 799, 716, - 821, 773, 783, 793, 895, 875, 957, 969, 1116, 1038, 1099, 1096, 1175, - 1220, 1208, 1182, 1274, 1235, 1217, 1168, 1080, 1066, 1126, 1185, 1200, - 1358, 1341, 1317, 1409, 1436, 1448, 1179, 871, 814, 928, 1004, 968, 948, - 836, 755, 732, 782, 902, 828, 899, 991, 933, 978, 1247, 1132, 766, 628, - 602, 495, 403, 546, 691, 795, 1179, 1077, 105, 6, 18, 465, 260 - ] - ], - [ - "CXR_png/MCUCXR_0074_0.png", - [ - 22470, 602, 532, 682, 474, 381, 485, 382, 361, 353, 331, 299, 266, 275, - 261, 243, 219, 236, 304, 321, 361, 348, 395, 459, 558, 566, 655, 661, - 722, 844, 843, 846, 851, 864, 914, 924, 957, 972, 1061, 1020, 1097, - 1024, 1041, 1032, 968, 955, 931, 927, 888, 906, 882, 907, 876, 848, 818, - 835, 774, 795, 720, 771, 712, 743, 758, 797, 787, 848, 832, 855, 811, - 851, 795, 823, 775, 787, 778, 715, 773, 775, 803, 803, 850, 1115, 799, - 764, 683, 732, 738, 737, 664, 718, 659, 635, 619, 590, 600, 600, 524, - 590, 616, 619, 545, 584, 630, 672, 694, 638, 612, 632, 627, 573, 582, - 542, 569, 575, 589, 615, 624, 592, 577, 626, 651, 692, 690, 698, 725, - 680, 737, 684, 698, 732, 740, 742, 747, 709, 748, 714, 773, 731, 812, - 821, 818, 777, 822, 804, 790, 842, 868, 867, 858, 862, 843, 808, 819, - 883, 845, 839, 842, 817, 860, 924, 947, 941, 1038, 980, 1024, 984, 1027, - 1031, 1075, 1152, 1128, 1095, 1151, 1273, 1185, 1187, 1105, 1116, 1212, - 1262, 1411, 1431, 1361, 1275, 1247, 1187, 1139, 1166, 1047, 982, 869, - 799, 815, 746, 781, 739, 704, 763, 716, 747, 786, 829, 881, 854, 876, - 827, 755, 748, 751, 693, 723, 700, 818, 782, 785, 817, 837, 855, 853, - 864, 840, 906, 858, 862, 915, 982, 1027, 1116, 1034, 1130, 1048, 1002, - 1056, 1011, 967, 1070, 1073, 1277, 1525, 1679, 1726, 2054, 2015, 2083, - 2183, 2618, 2597, 3050, 4167, 6177, 10624, 7034, 7, 20, 769, 394 - ] - ], - [ - "CXR_png/MCUCXR_0031_0.png", - [ - 53283, 911, 493, 585, 551, 464, 519, 482, 440, 482, 488, 408, 411, 399, - 424, 412, 450, 411, 482, 511, 527, 650, 693, 767, 795, 833, 780, 865, - 882, 955, 1104, 1094, 1142, 1177, 1173, 1143, 1186, 1165, 1215, 1219, - 1256, 1275, 1378, 1279, 1257, 1330, 1310, 1250, 1285, 1289, 1317, 1312, - 1347, 1353, 1299, 1360, 1274, 1317, 1280, 1324, 1246, 1248, 1187, 1178, - 1165, 1156, 1045, 1031, 1100, 1110, 1075, 1030, 1101, 980, 978, 938, - 925, 927, 887, 936, 905, 930, 829, 814, 850, 873, 796, 795, 778, 755, - 788, 740, 704, 742, 692, 738, 657, 665, 696, 686, 673, 645, 710, 669, - 669, 676, 678, 680, 681, 707, 645, 627, 738, 695, 725, 678, 693, 726, - 638, 686, 670, 708, 678, 731, 661, 673, 692, 646, 733, 645, 694, 722, - 737, 749, 780, 859, 811, 795, 764, 839, 849, 852, 810, 749, 778, 711, - 677, 679, 655, 672, 769, 763, 829, 902, 1113, 1262, 1188, 1233, 1295, - 1267, 1259, 1150, 1060, 1021, 964, 994, 1013, 929, 966, 971, 1121, 1088, - 1018, 1035, 1011, 953, 1036, 1077, 1073, 1173, 1287, 1191, 1230, 1082, - 1008, 950, 1086, 1057, 1034, 1032, 984, 1015, 946, 985, 1104, 1031, 960, - 887, 850, 807, 760, 751, 747, 693, 647, 708, 663, 681, 668, 625, 634, - 654, 657, 663, 681, 734, 741, 679, 652, 617, 551, 502, 522, 484, 528, - 463, 471, 402, 373, 407, 384, 401, 442, 457, 502, 483, 483, 486, 669, - 636, 668, 620, 548, 553, 536, 467, 372, 365, 396, 580, 501, 18, 16, 25, - 401, 321 - ] - ], - [ - "CXR_png/MCUCXR_0089_0.png", - [ - 46930, 110, 93, 121, 111, 108, 109, 122, 105, 107, 86, 106, 83, 72, 80, - 94, 76, 100, 129, 177, 220, 277, 341, 357, 457, 553, 615, 560, 595, 658, - 693, 719, 754, 709, 702, 787, 764, 827, 862, 917, 955, 973, 1017, 1042, - 1046, 1095, 1069, 1087, 1079, 1237, 1233, 1238, 1300, 1252, 1347, 1380, - 1371, 1463, 1394, 1374, 1343, 1294, 1296, 1275, 1233, 1180, 1093, 1181, - 1163, 1070, 1144, 1097, 1188, 1165, 1032, 995, 992, 1042, 1004, 1043, - 1042, 969, 938, 1004, 934, 903, 926, 874, 847, 849, 838, 750, 732, 663, - 655, 620, 641, 641, 673, 623, 600, 610, 648, 561, 587, 603, 579, 656, - 630, 633, 603, 607, 633, 616, 617, 572, 568, 595, 548, 578, 564, 517, - 564, 556, 521, 519, 543, 534, 520, 519, 537, 472, 514, 543, 497, 494, - 531, 529, 509, 549, 584, 556, 617, 552, 593, 533, 597, 594, 589, 627, - 593, 664, 665, 760, 719, 726, 657, 629, 640, 632, 642, 631, 664, 725, - 722, 720, 747, 804, 772, 877, 855, 840, 865, 804, 911, 926, 913, 844, - 907, 869, 900, 966, 908, 994, 978, 993, 1096, 1200, 1156, 1094, 1028, - 1084, 1154, 1165, 1303, 1295, 1370, 1347, 1499, 1572, 1652, 1577, 1600, - 1686, 1842, 1798, 1437, 1273, 1117, 1167, 1377, 1266, 1142, 1035, 1012, - 1063, 1132, 1076, 1081, 967, 983, 952, 956, 867, 813, 838, 803, 728, - 806, 803, 764, 859, 964, 969, 943, 815, 739, 752, 913, 935, 1071, 1218, - 1087, 1088, 1093, 854, 1113, 1447, 1643, 3569, 4558, 709, 10, 13, 520, - 216 - ] - ], - [ - "CXR_png/MCUCXR_0072_0.png", - [ - 5482, 843, 233, 277, 291, 209, 210, 226, 213, 209, 187, 158, 144, 158, - 126, 178, 194, 205, 325, 398, 481, 583, 750, 786, 782, 803, 850, 807, - 893, 971, 1049, 1054, 1121, 1062, 1083, 1142, 1060, 1090, 1139, 1131, - 1204, 1216, 1300, 1290, 1235, 1185, 1325, 1318, 1324, 1341, 1330, 1324, - 1482, 1479, 1396, 1246, 1063, 1016, 990, 978, 920, 920, 972, 939, 945, - 982, 992, 1014, 1012, 988, 1003, 1045, 1015, 1011, 1004, 911, 973, 891, - 917, 875, 824, 879, 856, 874, 885, 879, 926, 837, 876, 866, 867, 825, - 786, 786, 813, 802, 785, 814, 800, 759, 820, 757, 769, 734, 756, 717, - 693, 689, 714, 705, 734, 769, 750, 693, 668, 665, 655, 692, 718, 732, - 777, 763, 775, 806, 844, 776, 759, 794, 748, 797, 813, 832, 864, 912, - 866, 842, 891, 832, 883, 936, 974, 1010, 1036, 1083, 1216, 1311, 1365, - 1371, 1349, 1303, 1298, 1352, 1459, 1545, 1583, 1687, 1683, 1611, 1482, - 1310, 1324, 1350, 1377, 1464, 1337, 1348, 1263, 1287, 1323, 1258, 1218, - 1169, 1120, 1022, 1000, 913, 912, 962, 926, 974, 927, 957, 903, 967, - 953, 952, 897, 892, 861, 855, 868, 836, 853, 804, 779, 776, 779, 811, - 797, 847, 845, 828, 796, 856, 804, 810, 803, 866, 852, 822, 877, 834, - 983, 962, 1000, 1034, 1027, 1023, 910, 949, 954, 940, 872, 989, 997, - 1045, 1002, 905, 937, 982, 1009, 1037, 1181, 1095, 1201, 1262, 1239, - 1182, 1229, 1165, 1783, 1404, 1265, 1563, 1556, 1334, 1679, 1832, 2216, - 4206, 8555, 5622, 20, 15, 651, 497 - ] - ], - [ - "CXR_png/MCUCXR_0057_0.png", - [ - 31458, 5671, 751, 803, 669, 492, 571, 508, 375, 450, 412, 466, 391, 369, - 398, 402, 401, 409, 487, 507, 502, 526, 634, 673, 825, 843, 800, 722, - 867, 870, 1053, 1132, 1110, 1098, 1088, 1139, 1246, 1233, 1252, 1232, - 1164, 1234, 1237, 1220, 1211, 1153, 1202, 1152, 1057, 1104, 1067, 1061, - 1003, 942, 929, 943, 903, 958, 956, 942, 967, 939, 1029, 1002, 1033, - 1050, 1098, 1154, 1113, 1142, 1161, 1177, 1161, 1063, 1145, 1068, 1028, - 1052, 992, 1048, 1026, 926, 943, 929, 885, 937, 931, 834, 829, 884, 878, - 804, 884, 887, 834, 843, 828, 794, 821, 819, 751, 793, 821, 844, 854, - 765, 773, 776, 777, 849, 858, 827, 734, 830, 790, 756, 779, 813, 744, - 742, 716, 709, 746, 686, 694, 682, 672, 693, 681, 677, 680, 646, 627, - 670, 685, 658, 687, 660, 677, 706, 694, 738, 798, 752, 777, 760, 834, - 860, 821, 926, 888, 903, 861, 932, 971, 1006, 988, 911, 893, 863, 837, - 830, 882, 861, 843, 854, 902, 875, 977, 931, 1019, 1088, 936, 976, 879, - 894, 818, 874, 784, 788, 819, 805, 803, 744, 819, 878, 992, 1043, 1140, - 1258, 1206, 1078, 977, 988, 955, 939, 1014, 980, 921, 956, 896, 943, - 919, 917, 876, 840, 848, 753, 769, 784, 814, 809, 752, 760, 793, 851, - 778, 728, 776, 775, 758, 782, 869, 930, 957, 915, 838, 830, 873, 913, - 904, 908, 950, 989, 1213, 1018, 1054, 1092, 1360, 1415, 1344, 1076, - 1094, 1248, 1311, 1206, 1008, 910, 1285, 1825, 2506, 1095, 39, 29, 749, - 392 - ] - ], - [ - "CXR_png/MCUCXR_0085_0.png", - [ - 39901, 1228, 220, 278, 281, 220, 250, 267, 229, 255, 187, 205, 209, 214, - 211, 207, 173, 210, 225, 261, 295, 337, 359, 377, 413, 410, 478, 507, - 531, 556, 551, 565, 597, 590, 655, 592, 595, 672, 695, 687, 766, 734, - 682, 671, 658, 694, 764, 799, 772, 803, 873, 843, 779, 772, 764, 799, - 742, 747, 740, 696, 655, 752, 740, 740, 782, 768, 714, 698, 719, 758, - 738, 739, 732, 770, 773, 747, 784, 788, 819, 745, 733, 805, 716, 706, - 712, 666, 597, 579, 642, 595, 580, 623, 577, 633, 558, 616, 574, 566, - 587, 567, 541, 560, 570, 550, 573, 543, 530, 524, 526, 503, 500, 473, - 530, 496, 532, 511, 478, 515, 493, 536, 529, 523, 540, 532, 533, 528, - 513, 503, 558, 520, 524, 505, 502, 506, 506, 512, 556, 630, 656, 690, - 660, 638, 619, 567, 560, 561, 553, 604, 723, 702, 731, 767, 738, 788, - 869, 867, 878, 909, 955, 937, 954, 945, 1027, 1184, 1191, 1169, 1205, - 1239, 1243, 1269, 1253, 1190, 1060, 1050, 1090, 1066, 1067, 1213, 1328, - 1412, 1461, 1435, 1404, 1381, 1358, 1116, 1146, 1032, 1055, 1089, 1055, - 1007, 982, 918, 914, 883, 842, 850, 806, 845, 858, 855, 813, 848, 827, - 751, 749, 781, 771, 812, 755, 753, 706, 794, 794, 837, 843, 887, 885, - 789, 810, 807, 849, 865, 937, 874, 874, 901, 845, 874, 864, 908, 1012, - 983, 1115, 1185, 1213, 1432, 1599, 1599, 2053, 2268, 2331, 2672, 2939, - 2671, 3839, 4488, 6090, 7504, 5385, 3375, 15, 20, 509, 237 - ] - ], - [ - "CXR_png/MCUCXR_0019_0.png", - [ - 1543, 5642, 5764, 818, 973, 631, 695, 546, 484, 561, 489, 481, 403, 418, - 388, 459, 506, 524, 554, 584, 647, 764, 679, 702, 711, 863, 898, 969, - 1065, 1070, 1070, 1159, 1283, 1360, 1412, 1509, 1614, 1539, 1654, 1673, - 1690, 1742, 1777, 1878, 1939, 1982, 1971, 2027, 1841, 1836, 1845, 1932, - 1832, 1864, 1767, 1735, 1690, 1645, 1609, 1576, 1540, 1595, 1562, 1563, - 1452, 1468, 1438, 1316, 1343, 1366, 1306, 1244, 1227, 1158, 1161, 1150, - 1153, 1174, 1132, 1060, 1028, 1040, 1006, 1100, 973, 976, 1036, 933, - 866, 862, 854, 862, 833, 850, 816, 854, 771, 807, 788, 790, 845, 836, - 815, 833, 889, 811, 776, 856, 802, 774, 776, 804, 766, 814, 803, 823, - 837, 817, 817, 821, 806, 801, 831, 801, 803, 794, 853, 784, 824, 821, - 909, 933, 1021, 1004, 1046, 989, 958, 1030, 949, 991, 949, 991, 993, - 1039, 1055, 967, 979, 1018, 1029, 1055, 1041, 1038, 1050, 1016, 972, - 978, 1068, 981, 953, 940, 918, 951, 1043, 937, 955, 942, 1052, 1035, - 1078, 1027, 1066, 933, 978, 871, 853, 856, 890, 940, 1045, 978, 960, - 923, 977, 917, 878, 889, 848, 849, 884, 884, 818, 860, 770, 800, 872, - 857, 826, 847, 767, 779, 801, 769, 753, 697, 588, 555, 536, 524, 541, - 507, 535, 468, 480, 545, 547, 639, 573, 567, 519, 545, 645, 715, 778, - 810, 747, 775, 794, 763, 717, 671, 814, 885, 890, 869, 1033, 856, 711, - 822, 817, 685, 830, 759, 637, 878, 1000, 894, 1089, 1486, 2004, 3607, - 2918, 685, 17, 55, 688, 448 - ] - ], - [ - "CXR_png/MCUCXR_0024_0.png", - [ - 10325, 1955, 555, 582, 478, 365, 482, 409, 342, 378, 336, 335, 312, 343, - 313, 386, 358, 363, 378, 372, 423, 481, 574, 654, 682, 626, 621, 658, - 628, 625, 693, 700, 689, 713, 706, 737, 714, 735, 756, 850, 948, 903, - 895, 917, 902, 816, 898, 844, 962, 878, 890, 884, 922, 914, 900, 937, - 973, 949, 910, 897, 817, 832, 769, 813, 803, 785, 802, 768, 830, 779, - 830, 900, 881, 825, 850, 933, 851, 833, 876, 805, 841, 791, 766, 753, - 803, 770, 768, 808, 819, 742, 814, 841, 778, 754, 734, 713, 781, 761, - 709, 790, 772, 783, 838, 765, 766, 774, 749, 779, 705, 770, 821, 771, - 803, 779, 769, 775, 754, 715, 667, 691, 682, 710, 710, 709, 705, 779, - 689, 763, 638, 645, 729, 664, 656, 721, 741, 781, 756, 744, 759, 731, - 761, 710, 809, 796, 886, 898, 857, 880, 880, 863, 1201, 844, 923, 818, - 836, 861, 855, 855, 873, 826, 837, 866, 942, 978, 987, 968, 988, 973, - 1019, 1042, 1031, 975, 925, 938, 929, 1003, 1082, 1054, 1085, 1081, - 1141, 1132, 1108, 953, 939, 962, 995, 1056, 1077, 1109, 1177, 1125, - 1035, 1034, 1011, 983, 961, 1064, 1071, 1081, 1072, 1079, 995, 950, 994, - 966, 1016, 981, 922, 980, 961, 1030, 975, 1053, 948, 973, 1040, 947, - 888, 893, 870, 957, 1011, 1095, 1079, 1228, 1456, 1426, 1364, 1378, - 1415, 1594, 1863, 1962, 1904, 1799, 1569, 1520, 1458, 1431, 1831, 2141, - 2002, 1727, 1916, 1763, 2238, 3142, 3409, 7517, 10532, 4257, 41, 47, - 696, 447 - ] - ], - [ - "CXR_png/MCUCXR_0061_0.png", - [ - 47267, 4934, 14248, 3260, 6624, 1972, 1673, 1406, 708, 826, 757, 631, - 609, 534, 515, 495, 524, 405, 456, 451, 401, 426, 422, 408, 388, 380, - 366, 384, 414, 390, 386, 379, 356, 393, 410, 360, 403, 415, 368, 368, - 388, 455, 428, 393, 382, 441, 439, 463, 410, 431, 428, 467, 458, 554, - 549, 591, 645, 698, 693, 766, 777, 822, 824, 824, 893, 915, 1044, 1037, - 1093, 1224, 1212, 1204, 1272, 1254, 1238, 1219, 1166, 1177, 1092, 1024, - 1035, 1250, 964, 953, 943, 932, 906, 912, 816, 852, 853, 813, 842, 794, - 894, 816, 902, 833, 793, 828, 849, 801, 766, 752, 715, 755, 694, 721, - 771, 689, 742, 740, 719, 739, 788, 691, 754, 714, 711, 785, 728, 703, - 734, 711, 666, 671, 723, 695, 695, 707, 687, 641, 687, 762, 783, 751, - 768, 849, 782, 813, 811, 831, 804, 810, 815, 864, 884, 874, 872, 900, - 905, 864, 891, 936, 905, 1020, 1052, 966, 1003, 951, 972, 905, 907, 830, - 783, 734, 747, 734, 727, 698, 711, 721, 759, 707, 740, 740, 776, 780, - 852, 869, 819, 898, 893, 941, 929, 871, 827, 816, 850, 767, 811, 769, - 781, 677, 684, 697, 681, 611, 635, 615, 575, 614, 614, 567, 555, 562, - 519, 520, 542, 534, 505, 539, 532, 580, 584, 584, 589, 560, 637, 742, - 744, 732, 805, 926, 1166, 1345, 1419, 1447, 1364, 1244, 1120, 1187, - 1348, 1225, 1735, 1340, 646, 513, 543, 438, 387, 271, 230, 232, 243, - 431, 167, 206, 222, 460, 969, 315, 26, 32, 687, 418 - ] - ], - [ - "CXR_png/MCUCXR_0026_0.png", - [ - 47124, 5548, 13832, 8171, 10162, 7161, 3874, 1359, 540, 447, 419, 340, - 623, 329, 269, 370, 381, 406, 202, 209, 217, 200, 246, 173, 200, 192, - 200, 190, 200, 207, 201, 220, 247, 301, 326, 408, 417, 429, 460, 515, - 529, 569, 584, 582, 568, 611, 619, 634, 719, 680, 782, 744, 771, 871, - 883, 889, 953, 981, 976, 998, 1105, 1082, 1119, 1113, 1096, 1109, 1129, - 1211, 1179, 1148, 1190, 1028, 1057, 983, 1052, 1035, 1037, 1002, 944, - 933, 909, 892, 905, 868, 811, 857, 805, 779, 801, 774, 700, 705, 750, - 762, 748, 764, 691, 808, 739, 669, 723, 624, 688, 690, 675, 682, 724, - 684, 718, 687, 709, 678, 676, 725, 711, 711, 672, 664, 659, 662, 636, - 643, 640, 625, 589, 629, 615, 608, 677, 659, 637, 609, 653, 687, 669, - 702, 669, 636, 673, 642, 648, 656, 673, 705, 662, 675, 620, 754, 720, - 654, 664, 646, 671, 657, 731, 739, 693, 763, 743, 757, 708, 780, 779, - 775, 742, 731, 795, 885, 913, 873, 898, 841, 847, 933, 995, 932, 945, - 942, 892, 912, 901, 898, 899, 868, 888, 802, 796, 757, 838, 989, 1082, - 1008, 867, 709, 639, 561, 551, 529, 513, 444, 415, 429, 397, 391, 401, - 384, 386, 427, 431, 442, 476, 484, 491, 514, 570, 577, 696, 804, 726, - 770, 827, 811, 825, 802, 784, 896, 979, 884, 1050, 940, 986, 1299, 1320, - 675, 598, 509, 411, 438, 401, 284, 254, 179, 161, 219, 184, 151, 275, - 223, 240, 317, 80, 32, 58, 24, 715, 407 - ] - ], - [ - "CXR_png/MCUCXR_0063_0.png", - [ - 35651, 789, 380, 521, 436, 315, 455, 327, 328, 252, 246, 237, 217, 225, - 212, 231, 254, 260, 327, 348, 431, 477, 602, 523, 513, 520, 478, 494, - 504, 513, 621, 703, 730, 818, 879, 833, 873, 879, 910, 943, 971, 956, - 945, 979, 941, 924, 922, 903, 913, 937, 965, 895, 863, 824, 826, 892, - 816, 829, 845, 872, 889, 959, 882, 861, 813, 862, 832, 807, 838, 851, - 776, 798, 836, 857, 850, 886, 908, 950, 858, 922, 886, 913, 887, 874, - 867, 888, 826, 813, 801, 813, 790, 772, 792, 760, 792, 768, 753, 734, - 778, 687, 709, 706, 676, 658, 623, 664, 636, 660, 648, 579, 539, 607, - 641, 588, 649, 596, 619, 636, 638, 646, 735, 766, 734, 713, 704, 734, - 777, 775, 755, 836, 784, 802, 816, 808, 816, 840, 843, 824, 903, 890, - 938, 877, 917, 937, 904, 927, 832, 878, 921, 958, 969, 1073, 1056, 1206, - 1118, 1050, 1075, 1052, 986, 880, 858, 879, 922, 904, 971, 960, 869, - 819, 838, 846, 839, 794, 852, 860, 801, 841, 823, 841, 883, 866, 855, - 864, 921, 1003, 1024, 1088, 1179, 1158, 1172, 1159, 1143, 1068, 1089, - 1111, 1089, 1035, 1014, 932, 903, 1001, 1026, 1028, 1070, 1011, 984, - 985, 949, 915, 895, 850, 798, 879, 781, 802, 790, 797, 848, 839, 830, - 794, 801, 758, 802, 913, 882, 891, 991, 917, 934, 900, 842, 944, 1047, - 944, 953, 1003, 1040, 940, 1008, 1063, 1256, 1428, 1007, 1210, 1289, - 1344, 1812, 1903, 2131, 3514, 7440, 7634, 9, 24, 495, 301 - ] - ], - [ - "CXR_png/MCUCXR_0087_0.png", - [ - 28325, 1478, 1208, 1401, 1066, 815, 940, 763, 669, 623, 559, 538, 466, - 447, 456, 466, 436, 415, 406, 437, 472, 476, 562, 636, 700, 732, 824, - 908, 931, 1014, 1034, 1090, 1075, 1070, 1090, 1040, 1027, 1127, 1102, - 1117, 1121, 1102, 1102, 1178, 1231, 1172, 1226, 1207, 1126, 1237, 1275, - 1306, 1265, 1278, 1251, 1201, 1173, 1222, 1147, 1142, 1023, 1138, 1037, - 1048, 1003, 1049, 953, 967, 952, 968, 959, 930, 905, 909, 986, 909, 903, - 886, 915, 844, 901, 904, 848, 834, 817, 861, 798, 829, 775, 788, 791, - 822, 746, 792, 771, 769, 687, 830, 708, 710, 716, 690, 661, 666, 707, - 677, 693, 644, 668, 698, 668, 748, 663, 696, 649, 678, 697, 690, 675, - 635, 694, 688, 736, 685, 676, 693, 710, 689, 624, 722, 646, 692, 671, - 715, 702, 702, 782, 709, 766, 779, 806, 761, 789, 792, 817, 912, 915, - 875, 935, 945, 997, 898, 925, 967, 995, 993, 994, 953, 992, 975, 888, - 899, 849, 902, 867, 873, 855, 891, 871, 852, 907, 894, 933, 882, 871, - 913, 892, 892, 896, 914, 945, 917, 998, 970, 949, 932, 931, 978, 1000, - 977, 997, 952, 906, 871, 838, 852, 888, 876, 893, 999, 949, 977, 956, - 910, 900, 923, 944, 964, 968, 853, 940, 979, 948, 993, 991, 1055, 1119, - 1119, 1113, 1101, 1098, 1074, 939, 923, 995, 1021, 949, 932, 1054, 1009, - 986, 1044, 1265, 1101, 1075, 946, 807, 811, 884, 855, 1050, 1057, 1181, - 1307, 1198, 874, 958, 1456, 1734, 3657, 4377, 1173, 12, 13, 644, 469 - ] - ], - [ - "CXR_png/MCUCXR_0002_0.png", - [ - 50439, 1772, 775, 742, 703, 519, 605, 509, 434, 422, 442, 417, 375, 401, - 367, 413, 420, 474, 436, 491, 491, 519, 598, 718, 757, 763, 693, 685, - 739, 763, 854, 847, 884, 831, 869, 913, 865, 905, 916, 891, 878, 889, - 915, 949, 945, 865, 901, 915, 876, 906, 857, 926, 968, 908, 978, 965, - 969, 921, 944, 920, 899, 959, 1007, 979, 1000, 959, 897, 926, 966, 915, - 870, 825, 810, 1086, 794, 829, 764, 830, 761, 824, 741, 804, 851, 825, - 830, 812, 825, 720, 759, 757, 707, 715, 753, 756, 750, 745, 774, 783, - 811, 803, 744, 759, 837, 791, 851, 874, 864, 856, 866, 858, 963, 919, - 987, 930, 840, 895, 954, 939, 972, 908, 886, 954, 893, 812, 823, 703, - 731, 768, 778, 789, 847, 838, 906, 916, 933, 915, 964, 873, 884, 889, - 907, 860, 926, 891, 844, 817, 817, 799, 847, 892, 851, 873, 856, 845, - 883, 819, 801, 724, 720, 741, 730, 745, 742, 708, 735, 763, 711, 737, - 725, 740, 748, 722, 721, 765, 689, 670, 653, 719, 626, 625, 581, 620, - 601, 590, 576, 520, 550, 538, 592, 550, 556, 612, 602, 518, 527, 564, - 542, 471, 483, 517, 563, 536, 562, 527, 582, 587, 593, 611, 568, 540, - 549, 504, 530, 524, 514, 531, 613, 547, 599, 584, 567, 570, 663, 706, - 752, 735, 752, 654, 697, 696, 703, 747, 817, 831, 800, 876, 870, 907, - 930, 977, 1038, 1063, 1304, 1286, 1581, 1404, 1434, 1585, 1962, 3210, - 8095, 5733, 10, 23, 483, 240 - ] - ], - [ - "CXR_png/MCUCXR_0047_0.png", - [ - 12356, 2920, 388, 513, 524, 385, 456, 458, 351, 356, 369, 300, 310, 305, - 293, 327, 310, 332, 335, 382, 394, 522, 521, 581, 683, 753, 819, 821, - 873, 852, 912, 998, 1014, 1088, 1108, 1101, 1134, 1142, 1118, 1110, - 1093, 1119, 1187, 1159, 1123, 1073, 1176, 1117, 1160, 1158, 1148, 1089, - 1132, 1116, 1083, 1146, 1112, 1085, 1128, 1033, 1105, 1064, 1059, 1071, - 1033, 1027, 1086, 1055, 1074, 1001, 1029, 1055, 1056, 983, 1068, 961, - 971, 985, 961, 1038, 987, 1033, 989, 968, 1024, 1023, 1030, 1000, 979, - 964, 970, 870, 985, 947, 992, 942, 979, 989, 943, 1007, 1002, 960, 986, - 896, 1012, 982, 959, 923, 933, 976, 973, 905, 952, 876, 857, 908, 881, - 843, 840, 874, 833, 835, 889, 861, 860, 892, 903, 908, 871, 927, 929, - 954, 879, 930, 904, 881, 874, 913, 880, 928, 907, 858, 815, 843, 848, - 841, 883, 918, 947, 896, 982, 1069, 1060, 1170, 1161, 1331, 1331, 1318, - 1256, 1087, 1109, 1104, 1016, 1063, 1135, 1152, 1170, 1225, 1211, 1216, - 1186, 1086, 1092, 1148, 982, 1144, 1028, 998, 938, 1030, 981, 913, 929, - 905, 862, 812, 805, 780, 760, 774, 718, 718, 730, 768, 741, 779, 742, - 707, 715, 687, 737, 831, 805, 824, 800, 807, 707, 781, 728, 684, 621, - 619, 608, 668, 715, 712, 640, 604, 573, 602, 524, 546, 632, 680, 629, - 650, 683, 697, 812, 799, 873, 884, 1055, 1024, 1107, 1048, 886, 989, - 1211, 1104, 1366, 1240, 1184, 1492, 1360, 1219, 1581, 1712, 2094, 3644, - 9503, 6658, 81, 20, 624, 444 - ] - ], - [ - "CXR_png/MCUCXR_0045_0.png", - [ - 70773, 855, 803, 795, 596, 513, 552, 477, 421, 402, 372, 331, 347, 315, - 317, 331, 341, 312, 377, 359, 357, 383, 418, 460, 449, 493, 499, 542, - 542, 542, 577, 638, 649, 659, 783, 711, 730, 786, 855, 800, 864, 829, - 922, 878, 901, 880, 900, 962, 913, 937, 911, 977, 921, 994, 925, 897, - 970, 947, 960, 1034, 990, 989, 987, 1071, 1005, 1081, 1081, 1140, 1116, - 1135, 1169, 1135, 1207, 1244, 1109, 1027, 1043, 931, 978, 856, 866, 922, - 825, 896, 773, 760, 771, 774, 786, 720, 696, 702, 713, 697, 711, 675, - 629, 597, 640, 593, 614, 598, 551, 592, 567, 579, 549, 597, 568, 523, - 560, 561, 574, 519, 537, 524, 509, 538, 595, 554, 543, 610, 608, 569, - 606, 633, 629, 606, 645, 651, 674, 715, 704, 702, 683, 722, 734, 751, - 753, 777, 763, 744, 717, 738, 725, 706, 741, 756, 709, 782, 762, 830, - 831, 828, 833, 816, 823, 856, 809, 834, 851, 869, 922, 864, 940, 926, - 927, 926, 1012, 1033, 1027, 1082, 1037, 989, 1021, 1010, 936, 955, 1014, - 1103, 1029, 1015, 938, 986, 965, 938, 913, 846, 836, 919, 906, 834, 865, - 866, 797, 853, 925, 964, 966, 1009, 919, 1017, 1049, 1053, 1118, 1135, - 1188, 1291, 1096, 974, 920, 905, 748, 703, 680, 639, 716, 668, 580, 527, - 484, 516, 550, 498, 549, 567, 468, 500, 503, 559, 494, 523, 624, 665, - 584, 613, 569, 539, 643, 737, 786, 651, 478, 625, 634, 519, 678, 610, - 716, 1268, 1819, 284, 0, 0, 0, 0 - ] - ], - [ - "CXR_png/MCUCXR_0083_0.png", - [ - 50111, 13292, 1538, 477, 370, 313, 296, 313, 257, 291, 258, 242, 252, - 264, 221, 230, 219, 233, 239, 311, 358, 391, 471, 464, 453, 583, 604, - 721, 729, 799, 840, 927, 892, 917, 993, 1042, 1021, 963, 965, 1013, 960, - 938, 948, 880, 913, 916, 883, 801, 922, 921, 924, 935, 902, 913, 880, - 965, 992, 1054, 1062, 986, 1057, 984, 1022, 1000, 970, 1023, 1005, 946, - 1012, 1017, 1084, 935, 1032, 1007, 921, 931, 935, 949, 916, 920, 961, - 974, 920, 956, 873, 868, 811, 801, 797, 729, 774, 746, 693, 674, 689, - 647, 655, 604, 577, 619, 550, 595, 575, 595, 555, 576, 596, 523, 552, - 540, 540, 545, 517, 476, 543, 496, 475, 493, 506, 464, 522, 510, 512, - 492, 474, 514, 492, 502, 499, 482, 495, 492, 463, 473, 483, 505, 437, - 476, 464, 544, 489, 529, 531, 526, 592, 561, 593, 611, 596, 644, 567, - 634, 603, 662, 610, 583, 631, 658, 616, 607, 611, 575, 591, 578, 564, - 625, 644, 599, 620, 637, 657, 715, 665, 755, 763, 764, 760, 763, 776, - 750, 760, 756, 804, 808, 851, 864, 857, 879, 903, 945, 936, 885, 934, - 924, 972, 1067, 1039, 1061, 1106, 1224, 1216, 1186, 1253, 1223, 1271, - 1391, 1296, 1388, 1373, 1288, 1367, 1442, 1435, 1500, 1426, 1479, 1392, - 1378, 1268, 1291, 1227, 1108, 1008, 1090, 980, 921, 934, 820, 898, 831, - 816, 785, 934, 883, 878, 883, 866, 873, 868, 830, 843, 738, 611, 715, - 804, 689, 739, 784, 1116, 2546, 3215, 319, 12, 49, 517, 176 - ] - ], - [ - "CXR_png/MCUCXR_0096_0.png", - [ - 13660, 4541, 678, 336, 270, 228, 309, 247, 215, 220, 177, 164, 157, 149, - 130, 155, 189, 217, 229, 281, 366, 459, 516, 604, 616, 614, 713, 735, - 697, 712, 772, 735, 671, 721, 735, 759, 903, 840, 890, 917, 995, 1026, - 1096, 1159, 1133, 1131, 1100, 1141, 1120, 1110, 1095, 1016, 961, 950, - 893, 882, 885, 809, 879, 925, 863, 855, 895, 951, 910, 851, 923, 891, - 913, 906, 950, 1043, 924, 986, 944, 973, 1073, 1055, 1027, 1065, 1030, - 1006, 1034, 967, 989, 983, 917, 868, 878, 871, 856, 841, 814, 789, 773, - 767, 741, 780, 753, 733, 747, 657, 666, 676, 665, 620, 616, 584, 554, - 543, 523, 532, 531, 569, 521, 525, 499, 560, 551, 554, 546, 560, 605, - 604, 575, 603, 585, 607, 579, 580, 597, 608, 639, 583, 588, 583, 578, - 591, 593, 647, 594, 617, 606, 601, 628, 670, 652, 694, 686, 677, 690, - 702, 733, 725, 743, 718, 832, 822, 754, 768, 798, 835, 756, 824, 808, - 784, 835, 813, 838, 863, 866, 869, 918, 975, 966, 1089, 1090, 1069, - 1100, 1048, 1083, 1008, 1028, 1051, 1051, 1030, 1012, 1093, 1231, 1248, - 1251, 1338, 1452, 1477, 1545, 1607, 1712, 1756, 1738, 1815, 1640, 1576, - 1467, 1352, 1282, 1162, 1111, 1266, 1335, 1319, 1323, 1402, 1316, 1315, - 1375, 1508, 1466, 1313, 1167, 1224, 1195, 1083, 1088, 1044, 1077, 1079, - 1083, 1011, 938, 950, 992, 1055, 1109, 1114, 1120, 1020, 1040, 1096, - 1237, 1396, 1856, 2356, 1616, 1709, 1432, 1251, 1884, 2228, 2304, 4356, - 8464, 7655, 26, 26, 366, 622 - ] - ], - [ - "CXR_png/MCUCXR_0056_0.png", - [ - 54692, 8936, 1705, 362, 367, 363, 380, 344, 340, 366, 338, 297, 255, - 237, 259, 262, 235, 212, 222, 197, 218, 203, 218, 211, 237, 245, 308, - 250, 307, 332, 404, 425, 412, 395, 403, 361, 427, 455, 517, 555, 673, - 757, 692, 780, 827, 839, 963, 870, 918, 930, 942, 992, 978, 950, 972, - 997, 929, 1034, 955, 890, 996, 936, 960, 902, 892, 874, 893, 852, 917, - 868, 897, 881, 907, 883, 842, 866, 820, 827, 795, 830, 823, 790, 772, - 723, 733, 770, 760, 717, 710, 691, 761, 694, 729, 686, 707, 700, 729, - 739, 700, 651, 651, 673, 637, 680, 671, 638, 643, 611, 590, 648, 664, - 650, 607, 638, 639, 626, 651, 658, 679, 624, 683, 683, 692, 608, 668, - 663, 631, 679, 686, 664, 664, 592, 597, 596, 629, 595, 600, 577, 562, - 592, 587, 555, 603, 618, 505, 530, 508, 577, 506, 562, 607, 599, 574, - 573, 597, 617, 657, 623, 644, 572, 618, 655, 638, 656, 633, 690, 627, - 679, 711, 773, 721, 757, 742, 811, 747, 768, 798, 803, 836, 878, 935, - 943, 1002, 998, 1084, 1069, 1079, 1012, 1085, 1117, 1029, 1100, 1194, - 1296, 1265, 1207, 1188, 1094, 1001, 1127, 1055, 975, 1102, 1073, 1145, - 1147, 1218, 1162, 1250, 1200, 1170, 1228, 1134, 1085, 1023, 935, 832, - 804, 796, 843, 786, 694, 743, 914, 925, 998, 1058, 891, 915, 820, 804, - 873, 792, 703, 708, 656, 721, 718, 850, 830, 1271, 1067, 890, 1251, - 1240, 1024, 1128, 1234, 1476, 3365, 5282, 3252, 18, 45, 736, 407 - ] - ], - [ - "CXR_png/MCUCXR_0071_0.png", - [ - 33827, 4095, 675, 653, 688, 687, 668, 578, 492, 499, 461, 440, 426, 410, - 416, 404, 391, 403, 450, 546, 611, 675, 627, 657, 671, 711, 706, 716, - 791, 761, 833, 847, 867, 872, 980, 899, 871, 869, 897, 951, 921, 1027, - 1037, 1025, 1066, 988, 1030, 965, 878, 929, 939, 892, 862, 929, 864, - 846, 857, 882, 846, 879, 940, 942, 953, 982, 995, 1023, 1029, 1004, - 1021, 985, 999, 913, 986, 939, 935, 966, 855, 875, 939, 923, 1010, 997, - 964, 987, 964, 944, 950, 916, 904, 945, 1018, 890, 976, 895, 883, 863, - 815, 808, 810, 796, 840, 855, 858, 838, 901, 861, 864, 928, 889, 908, - 867, 854, 803, 854, 861, 781, 806, 796, 901, 876, 872, 923, 952, 941, - 851, 886, 918, 965, 957, 937, 957, 1094, 1062, 1085, 1023, 1008, 1055, - 1166, 1070, 1118, 1125, 1143, 1075, 1076, 1089, 1036, 1132, 1095, 1061, - 972, 1065, 1247, 1302, 1167, 1133, 1159, 1127, 1143, 1035, 1029, 991, - 1014, 1002, 1047, 1040, 874, 1022, 1005, 1097, 1054, 1180, 1191, 909, - 852, 828, 904, 879, 831, 841, 854, 848, 860, 826, 858, 810, 769, 847, - 812, 809, 779, 798, 827, 815, 767, 743, 749, 757, 676, 743, 798, 624, - 662, 717, 740, 685, 673, 683, 726, 786, 822, 756, 780, 665, 619, 656, - 593, 658, 640, 657, 660, 627, 646, 684, 742, 728, 708, 691, 601, 626, - 632, 636, 742, 695, 674, 684, 614, 581, 618, 692, 690, 795, 956, 685, - 967, 1028, 760, 869, 1123, 1759, 3694, 6849, 891, 15, 20, 863, 37 - ] - ], - [ - "CXR_png/MCUCXR_0055_0.png", - [ - 49942, 840, 704, 745, 664, 465, 554, 459, 366, 376, 394, 352, 355, 343, - 327, 380, 419, 380, 414, 387, 508, 472, 439, 415, 451, 481, 463, 496, - 480, 490, 490, 498, 479, 463, 554, 551, 572, 567, 561, 537, 564, 554, - 586, 600, 641, 678, 650, 653, 642, 672, 724, 712, 794, 839, 832, 840, - 893, 932, 926, 982, 1085, 1104, 1111, 1133, 1182, 1213, 1168, 1158, - 1150, 1167, 1142, 1211, 1263, 1175, 1190, 1117, 1128, 1125, 1169, 1038, - 1166, 1071, 1055, 1098, 1037, 1068, 1072, 1040, 1009, 1073, 1078, 1077, - 988, 962, 1023, 1011, 984, 903, 801, 829, 784, 809, 811, 743, 777, 790, - 756, 743, 750, 779, 751, 735, 779, 757, 759, 754, 752, 748, 727, 738, - 725, 770, 730, 727, 713, 676, 758, 701, 648, 718, 693, 725, 740, 643, - 679, 654, 676, 684, 626, 711, 701, 721, 737, 765, 733, 781, 773, 766, - 778, 758, 740, 764, 756, 747, 774, 683, 692, 633, 689, 638, 590, 581, - 608, 611, 593, 641, 654, 630, 695, 700, 653, 738, 706, 637, 589, 657, - 641, 679, 677, 659, 667, 677, 639, 668, 675, 704, 717, 726, 734, 735, - 772, 799, 768, 787, 831, 754, 795, 817, 835, 810, 907, 909, 898, 947, - 987, 975, 915, 882, 834, 939, 936, 1059, 1260, 1420, 1333, 1306, 1179, - 1241, 1188, 1039, 1092, 1109, 1362, 1238, 1183, 1137, 1033, 1055, 989, - 947, 763, 759, 765, 704, 711, 713, 598, 584, 669, 726, 916, 821, 890, - 763, 825, 737, 672, 863, 1280, 3186, 5307, 7179, 26, 16, 504, 230 - ] - ], - [ - "CXR_png/MCUCXR_0095_0.png", - [ - 52980, 660, 635, 653, 570, 415, 485, 467, 361, 368, 352, 312, 313, 312, - 276, 305, 299, 325, 359, 328, 390, 461, 472, 467, 562, 681, 717, 707, - 727, 754, 750, 812, 816, 811, 841, 883, 930, 920, 986, 1024, 999, 1052, - 997, 969, 892, 998, 945, 995, 1027, 1032, 1039, 1062, 1044, 1062, 1197, - 1242, 1210, 1168, 1286, 1260, 1274, 1266, 1253, 1231, 1290, 1269, 1283, - 1285, 1249, 1243, 1220, 1185, 1235, 1236, 1150, 1140, 1081, 1051, 1026, - 950, 1035, 1011, 917, 951, 872, 864, 846, 864, 788, 887, 858, 881, 805, - 867, 816, 787, 781, 771, 749, 713, 731, 684, 706, 689, 685, 715, 701, - 685, 663, 635, 657, 623, 701, 690, 603, 684, 659, 737, 684, 681, 671, - 638, 595, 622, 625, 653, 637, 668, 729, 687, 721, 702, 733, 759, 773, - 729, 769, 774, 793, 777, 817, 729, 771, 694, 723, 715, 769, 710, 701, - 730, 777, 722, 757, 771, 826, 740, 744, 765, 818, 776, 860, 831, 805, - 831, 804, 876, 840, 868, 906, 1005, 1020, 925, 983, 963, 991, 997, 968, - 995, 961, 947, 1049, 971, 1012, 981, 968, 934, 963, 866, 943, 949, 1100, - 1097, 1193, 1102, 1146, 1201, 1160, 1179, 1163, 1197, 1256, 1138, 1125, - 1212, 1305, 1381, 1367, 1270, 1123, 1221, 1148, 1068, 1003, 1054, 1063, - 1111, 1156, 953, 832, 701, 627, 591, 601, 627, 544, 583, 626, 617, 630, - 706, 576, 644, 642, 611, 650, 545, 509, 539, 638, 630, 575, 475, 536, - 562, 509, 391, 363, 402, 511, 921, 1214, 124, 3, 13, 487, 220 - ] - ], - [ - "CXR_png/MCUCXR_0068_0.png", - [ - 5758, 2252, 389, 497, 390, 264, 278, 296, 238, 293, 252, 222, 220, 232, - 269, 311, 377, 291, 367, 434, 482, 486, 566, 577, 605, 653, 666, 737, - 733, 748, 722, 796, 760, 835, 824, 761, 780, 833, 730, 734, 731, 734, - 775, 723, 784, 839, 900, 946, 998, 936, 1039, 1067, 1014, 989, 1018, - 952, 931, 865, 973, 879, 927, 930, 889, 886, 854, 840, 758, 833, 960, - 939, 906, 964, 966, 1064, 1076, 1025, 977, 933, 942, 931, 1016, 994, - 979, 949, 899, 922, 917, 867, 831, 797, 828, 853, 852, 749, 769, 733, - 677, 722, 684, 676, 674, 677, 609, 638, 636, 601, 636, 578, 613, 606, - 575, 585, 605, 582, 509, 551, 581, 526, 565, 591, 584, 540, 544, 564, - 517, 577, 504, 570, 565, 577, 594, 597, 642, 653, 678, 652, 689, 709, - 715, 719, 730, 789, 725, 727, 702, 698, 762, 716, 699, 794, 770, 786, - 762, 825, 813, 852, 831, 868, 809, 837, 748, 802, 792, 802, 744, 763, - 817, 878, 809, 820, 846, 865, 837, 811, 831, 950, 991, 993, 943, 919, - 940, 954, 1038, 1095, 1144, 1322, 1354, 1473, 1486, 1453, 1483, 1416, - 1417, 1289, 1165, 1182, 1252, 1295, 1197, 1197, 1195, 1094, 1086, 997, - 984, 949, 929, 886, 856, 805, 829, 846, 903, 829, 910, 943, 932, 903, - 898, 925, 909, 883, 898, 946, 982, 1001, 1056, 1051, 1037, 1116, 1162, - 1315, 1376, 1272, 1260, 1321, 1363, 1501, 1612, 1757, 2496, 2160, 1894, - 2167, 2349, 2338, 2984, 3177, 3872, 8482, 15236, 8519, 20, 10, 607, 515 - ] - ], - [ - "CXR_png/MCUCXR_0051_0.png", - [ - 51914, 834, 322, 427, 430, 351, 344, 317, 281, 298, 284, 252, 255, 235, - 236, 251, 225, 234, 292, 322, 393, 433, 482, 594, 686, 739, 801, 879, - 937, 988, 998, 1071, 1070, 1133, 1158, 1102, 1063, 1183, 1099, 1225, - 1240, 1269, 1370, 1361, 1444, 1310, 1371, 1307, 1389, 1398, 1328, 1363, - 1295, 1257, 1230, 1207, 1212, 1162, 1127, 1219, 1041, 1001, 1051, 954, - 977, 918, 935, 898, 916, 914, 917, 948, 891, 887, 882, 903, 861, 858, - 809, 859, 784, 796, 744, 730, 761, 751, 717, 716, 666, 676, 687, 638, - 621, 620, 625, 613, 667, 585, 642, 614, 637, 605, 620, 622, 599, 628, - 647, 614, 598, 594, 603, 566, 540, 519, 551, 507, 522, 530, 535, 505, - 486, 494, 488, 470, 498, 487, 504, 521, 487, 497, 590, 500, 516, 507, - 573, 556, 555, 610, 615, 598, 604, 591, 621, 618, 617, 652, 576, 651, - 648, 678, 661, 782, 684, 680, 685, 716, 660, 636, 608, 729, 762, 712, - 685, 741, 809, 740, 749, 719, 707, 724, 746, 737, 780, 779, 755, 784, - 701, 806, 770, 780, 732, 740, 749, 822, 785, 836, 815, 911, 961, 1120, - 981, 1085, 1092, 983, 844, 945, 935, 1061, 923, 1000, 1050, 999, 1001, - 1007, 896, 865, 887, 870, 845, 835, 844, 890, 811, 721, 732, 720, 669, - 633, 624, 583, 579, 594, 593, 578, 580, 699, 710, 704, 750, 690, 712, - 851, 930, 867, 1098, 890, 844, 860, 866, 821, 944, 990, 830, 929, 1017, - 932, 1324, 1368, 1680, 3276, 7717, 6099, 16, 17, 334, 406 - ] - ], - [ - "CXR_png/MCUCXR_0029_0.png", - [ - 17438, 492, 558, 736, 604, 388, 463, 357, 296, 326, 303, 228, 267, 224, - 218, 263, 261, 313, 410, 483, 569, 562, 631, 742, 784, 843, 862, 941, - 893, 853, 909, 859, 970, 975, 1068, 1012, 1021, 975, 1039, 975, 1008, - 1013, 1050, 1025, 1031, 988, 1023, 1050, 1006, 1090, 1096, 1129, 1136, - 1147, 1089, 1065, 989, 1085, 1013, 1110, 1011, 993, 1043, 1017, 1006, - 994, 949, 929, 1014, 1006, 954, 948, 935, 932, 889, 929, 971, 894, 960, - 951, 940, 936, 889, 951, 948, 924, 974, 865, 918, 921, 910, 946, 886, - 895, 916, 881, 841, 844, 789, 764, 756, 701, 730, 712, 649, 635, 674, - 677, 702, 687, 650, 651, 684, 648, 661, 606, 655, 670, 649, 603, 642, - 552, 651, 630, 634, 686, 687, 738, 753, 715, 733, 687, 722, 752, 792, - 818, 810, 818, 843, 853, 880, 875, 879, 861, 960, 928, 973, 906, 936, - 997, 1044, 1041, 1016, 1113, 1037, 1010, 979, 977, 923, 989, 899, 834, - 825, 831, 817, 833, 886, 920, 882, 942, 1020, 1097, 1296, 1411, 1236, - 1365, 1289, 1224, 1131, 1092, 1084, 1136, 1075, 1111, 1049, 1060, 1141, - 1096, 1096, 1128, 1183, 1168, 1251, 1364, 1443, 1621, 1450, 1313, 1242, - 1311, 1195, 1189, 1167, 1020, 1009, 1047, 1013, 979, 894, 876, 908, 828, - 863, 1044, 1160, 1042, 1013, 1047, 1029, 999, 1014, 986, 984, 1081, - 1098, 1094, 1170, 1090, 1077, 1200, 1282, 1331, 1420, 1294, 1359, 1511, - 1629, 1780, 1813, 1615, 1697, 2027, 1767, 1649, 1676, 1946, 2540, 1740, - 1909, 3106, 1814, 11, 25, 59, 677, 442 - ] - ], - [ - "CXR_png/MCUCXR_0091_0.png", - [ - 62322, 3923, 671, 695, 580, 478, 489, 451, 398, 444, 360, 337, 308, 302, - 330, 301, 297, 324, 322, 378, 441, 475, 498, 584, 595, 653, 767, 895, - 970, 959, 1058, 1121, 1168, 1277, 1396, 1366, 1488, 1453, 1560, 1513, - 1497, 1543, 1558, 1437, 1450, 1428, 1361, 1351, 1394, 1303, 1312, 1239, - 1250, 1141, 1055, 1064, 989, 955, 967, 925, 781, 838, 805, 819, 754, - 796, 756, 785, 818, 806, 777, 774, 743, 776, 800, 756, 795, 740, 675, - 660, 668, 633, 660, 578, 616, 597, 546, 572, 633, 547, 536, 589, 557, - 585, 530, 551, 585, 566, 536, 529, 589, 543, 585, 518, 526, 538, 512, - 524, 505, 502, 505, 473, 469, 457, 490, 502, 506, 503, 477, 481, 532, - 449, 466, 516, 498, 488, 443, 493, 487, 489, 452, 493, 508, 471, 511, - 523, 615, 603, 685, 665, 713, 717, 684, 775, 736, 761, 762, 782, 749, - 762, 793, 775, 821, 848, 857, 826, 845, 827, 809, 813, 879, 832, 859, - 895, 924, 925, 949, 971, 1087, 1021, 1048, 1079, 1093, 1059, 1115, 1018, - 1041, 1050, 986, 1010, 1007, 976, 937, 857, 810, 755, 743, 794, 782, - 733, 820, 774, 749, 725, 684, 628, 649, 617, 655, 614, 644, 575, 606, - 614, 610, 537, 550, 522, 518, 465, 527, 539, 479, 530, 511, 540, 535, - 473, 500, 504, 499, 547, 627, 673, 619, 716, 739, 687, 652, 697, 702, - 821, 885, 871, 1028, 811, 824, 899, 1009, 978, 1036, 1089, 870, 925, - 922, 905, 1045, 1222, 1707, 3850, 2518, 1621, 9, 23, 373, 335 - ] - ], - [ - "CXR_png/MCUCXR_0048_0.png", - [ - 48842, 257, 290, 368, 341, 256, 283, 289, 218, 225, 234, 181, 219, 203, - 205, 259, 310, 322, 306, 318, 361, 381, 482, 573, 653, 695, 745, 791, - 800, 807, 818, 821, 832, 797, 809, 818, 859, 864, 872, 892, 885, 923, - 953, 935, 1035, 895, 983, 923, 890, 846, 866, 852, 890, 937, 905, 911, - 901, 902, 942, 972, 952, 903, 983, 952, 946, 923, 884, 895, 837, 910, - 837, 895, 868, 805, 794, 814, 858, 817, 794, 753, 715, 785, 709, 702, - 758, 664, 688, 670, 587, 600, 552, 569, 554, 565, 597, 544, 543, 525, - 511, 479, 498, 515, 539, 442, 436, 466, 467, 431, 448, 485, 469, 458, - 420, 450, 426, 440, 457, 407, 446, 439, 456, 443, 486, 473, 521, 537, - 494, 561, 528, 528, 524, 516, 523, 511, 551, 550, 509, 510, 545, 588, - 535, 556, 601, 724, 693, 695, 645, 725, 718, 758, 712, 752, 734, 719, - 774, 754, 733, 705, 744, 741, 734, 751, 810, 790, 794, 759, 778, 765, - 772, 851, 806, 814, 836, 844, 847, 894, 908, 909, 1009, 1030, 1098, - 1118, 1087, 1047, 1013, 949, 1069, 1003, 1120, 1082, 1013, 1017, 1041, - 1133, 1176, 1187, 1144, 1026, 1037, 1124, 1135, 1171, 1146, 1037, 1099, - 1032, 998, 934, 951, 886, 896, 796, 735, 687, 651, 595, 657, 598, 623, - 581, 537, 533, 535, 603, 543, 544, 499, 487, 535, 537, 560, 572, 607, - 608, 702, 766, 712, 831, 947, 916, 1069, 1067, 973, 1159, 1281, 1171, - 1339, 1575, 2088, 5381, 13337, 12346, 61, 18, 760, 362 - ] - ], - [ - "CXR_png/MCUCXR_0030_0.png", - [ - 57308, 1051, 314, 357, 345, 269, 304, 291, 250, 279, 294, 232, 268, 249, - 220, 220, 256, 254, 326, 415, 420, 477, 509, 482, 490, 552, 529, 511, - 548, 597, 603, 694, 696, 737, 817, 841, 885, 897, 977, 1016, 1043, 1079, - 1063, 1030, 1047, 1094, 1048, 1079, 1133, 1133, 1141, 1114, 1139, 1191, - 1121, 1167, 1114, 1026, 1026, 1073, 1060, 979, 941, 967, 955, 931, 935, - 889, 922, 914, 901, 956, 939, 1075, 917, 901, 905, 881, 946, 898, 918, - 918, 851, 893, 877, 843, 863, 832, 870, 879, 843, 877, 849, 789, 757, - 751, 733, 692, 687, 696, 632, 645, 638, 625, 636, 600, 589, 640, 631, - 673, 686, 628, 625, 615, 600, 590, 595, 573, 561, 580, 545, 571, 575, - 588, 567, 614, 545, 528, 549, 530, 526, 524, 499, 535, 524, 546, 568, - 520, 568, 517, 632, 607, 647, 602, 616, 633, 601, 605, 588, 622, 653, - 668, 602, 624, 640, 614, 637, 645, 614, 716, 697, 703, 757, 786, 809, - 809, 864, 902, 873, 904, 915, 867, 955, 915, 961, 1005, 1043, 1020, 983, - 1100, 1113, 1212, 1168, 1167, 1200, 1327, 1283, 1413, 1255, 1171, 1095, - 1079, 1067, 1071, 1078, 1071, 1022, 1044, 1060, 980, 957, 908, 919, 870, - 829, 829, 850, 804, 781, 809, 810, 771, 792, 772, 790, 869, 845, 872, - 827, 778, 737, 718, 602, 646, 613, 726, 708, 700, 712, 687, 819, 803, - 836, 792, 805, 773, 849, 792, 849, 885, 1022, 973, 924, 1018, 1197, - 1017, 1045, 1139, 1608, 2763, 4191, 2245, 8, 16, 524, 238 - ] - ], - [ - "CXR_png/MCUCXR_0013_0.png", - [ - 50935, 555, 579, 700, 573, 390, 430, 354, 265, 268, 255, 230, 214, 224, - 199, 198, 203, 239, 289, 304, 369, 364, 411, 450, 506, 522, 517, 562, - 643, 668, 702, 826, 744, 740, 773, 769, 828, 740, 895, 840, 813, 811, - 822, 830, 831, 852, 876, 870, 856, 846, 793, 735, 702, 749, 778, 729, - 704, 659, 694, 724, 681, 704, 665, 695, 714, 676, 668, 647, 626, 653, - 619, 656, 717, 879, 586, 633, 631, 589, 575, 557, 585, 545, 579, 568, - 528, 630, 592, 654, 592, 582, 556, 519, 528, 589, 509, 519, 528, 603, - 541, 576, 497, 492, 493, 517, 514, 487, 466, 486, 477, 482, 453, 469, - 434, 460, 523, 567, 549, 585, 555, 539, 569, 512, 561, 541, 519, 581, - 594, 596, 600, 576, 566, 595, 574, 646, 648, 749, 736, 670, 679, 711, - 662, 708, 675, 653, 685, 768, 699, 716, 762, 697, 764, 850, 873, 856, - 870, 951, 910, 937, 909, 939, 910, 931, 913, 855, 900, 983, 950, 971, - 939, 959, 1017, 1063, 1066, 1085, 1067, 1091, 1052, 958, 985, 1007, 964, - 932, 997, 978, 967, 1046, 1087, 1029, 979, 1015, 893, 893, 872, 899, - 887, 872, 918, 830, 902, 826, 755, 811, 814, 711, 763, 715, 681, 697, - 718, 698, 666, 647, 654, 658, 604, 611, 679, 621, 671, 696, 714, 731, - 771, 773, 799, 820, 831, 816, 873, 1017, 925, 869, 971, 939, 939, 910, - 1004, 984, 910, 1108, 1217, 1568, 1761, 1647, 1887, 1752, 1699, 2041, - 3013, 5569, 11512, 9065, 13, 45, 472, 228 - ] - ], - [ - "CXR_png/MCUCXR_0075_0.png", - [ - 32241, 979, 652, 807, 652, 505, 482, 488, 359, 402, 374, 301, 287, 299, - 282, 347, 326, 318, 340, 355, 349, 401, 452, 507, 584, 595, 686, 766, - 713, 779, 950, 861, 995, 988, 1014, 1160, 1119, 1121, 1215, 1133, 1204, - 1184, 1277, 1298, 1335, 1411, 1483, 1514, 1530, 1551, 1596, 1624, 1631, - 1538, 1519, 1407, 1352, 1205, 1305, 1229, 1238, 1225, 1224, 1189, 1216, - 1187, 1114, 1137, 998, 1063, 966, 1008, 979, 946, 910, 890, 778, 780, - 785, 728, 753, 772, 736, 706, 718, 691, 757, 654, 652, 680, 685, 610, - 590, 622, 593, 592, 594, 532, 572, 582, 542, 566, 552, 543, 547, 578, - 524, 564, 542, 565, 581, 591, 555, 558, 538, 572, 543, 560, 518, 601, - 584, 566, 567, 527, 586, 546, 615, 567, 561, 541, 581, 584, 587, 545, - 594, 561, 593, 620, 559, 606, 616, 683, 633, 589, 603, 640, 611, 579, - 645, 634, 670, 656, 651, 672, 751, 683, 731, 710, 698, 749, 764, 723, - 695, 751, 757, 770, 684, 748, 815, 790, 831, 870, 826, 857, 895, 861, - 848, 895, 899, 863, 860, 873, 951, 891, 921, 894, 913, 974, 952, 952, - 923, 933, 932, 873, 923, 932, 934, 880, 1011, 901, 933, 916, 945, 1024, - 983, 1079, 1080, 1077, 1155, 1092, 1142, 1261, 1311, 1416, 1384, 1491, - 1402, 1412, 1335, 1236, 1218, 1264, 1367, 1456, 1561, 1487, 1205, 1085, - 1135, 1183, 1176, 1338, 1346, 1217, 1261, 1090, 1001, 970, 1028, 1009, - 1228, 1286, 1112, 1139, 1095, 779, 1022, 1319, 1842, 4758, 6877, 1291, - 10, 11, 668, 408 - ] - ], - [ - "CXR_png/MCUCXR_0016_0.png", - [ - 55437, 5314, 1088, 422, 379, 333, 354, 365, 254, 265, 255, 252, 235, - 224, 198, 215, 287, 320, 368, 399, 425, 450, 405, 405, 336, 412, 379, - 368, 354, 425, 491, 551, 593, 563, 655, 616, 583, 560, 549, 552, 610, - 554, 646, 671, 708, 682, 600, 652, 745, 682, 688, 723, 691, 729, 734, - 708, 733, 698, 714, 709, 668, 748, 716, 731, 748, 794, 778, 801, 770, - 768, 730, 813, 749, 704, 745, 716, 707, 725, 680, 813, 746, 728, 735, - 732, 712, 752, 694, 718, 831, 760, 707, 743, 737, 739, 759, 679, 695, - 746, 727, 804, 747, 758, 822, 803, 870, 748, 740, 730, 736, 703, 720, - 718, 730, 715, 728, 808, 771, 774, 813, 724, 715, 686, 657, 677, 665, - 659, 750, 722, 758, 763, 759, 819, 798, 857, 773, 816, 856, 863, 828, - 861, 880, 861, 824, 723, 687, 648, 707, 711, 844, 849, 787, 817, 900, - 904, 900, 907, 876, 908, 848, 858, 784, 831, 791, 807, 751, 662, 636, - 643, 717, 647, 672, 661, 694, 734, 670, 700, 691, 706, 713, 752, 783, - 772, 815, 804, 778, 708, 756, 753, 768, 770, 795, 762, 765, 751, 761, - 761, 822, 882, 904, 958, 918, 833, 817, 730, 750, 670, 695, 637, 645, - 632, 605, 660, 648, 679, 681, 690, 641, 671, 623, 645, 663, 550, 610, - 627, 646, 661, 718, 699, 695, 718, 718, 824, 904, 830, 899, 957, 929, - 1016, 1062, 1148, 1352, 1354, 1055, 1364, 1528, 1483, 1870, 1752, 2029, - 4406, 7433, 9034, 9, 74, 428, 259 - ] - ], - [ - "CXR_png/MCUCXR_0053_0.png", - [ - 35336, 193, 68, 62, 60, 42, 37, 47, 56, 78, 62, 57, 50, 44, 47, 75, 125, - 153, 211, 253, 253, 320, 431, 420, 432, 479, 543, 541, 578, 628, 630, - 636, 572, 591, 599, 595, 563, 549, 510, 576, 565, 576, 603, 588, 642, - 676, 644, 714, 734, 756, 703, 761, 781, 752, 775, 773, 795, 769, 716, - 691, 694, 684, 665, 669, 626, 749, 728, 708, 758, 761, 764, 760, 782, - 767, 724, 794, 845, 845, 899, 943, 923, 882, 841, 871, 899, 888, 895, - 940, 921, 958, 973, 915, 880, 898, 938, 1001, 1031, 923, 965, 899, 894, - 878, 903, 979, 1011, 1058, 1044, 1062, 1086, 1083, 1102, 1080, 1017, - 1017, 1068, 1036, 989, 1026, 1150, 1109, 1178, 1198, 1102, 1149, 1073, - 1003, 1020, 943, 953, 920, 849, 869, 943, 896, 949, 909, 1003, 975, - 1026, 967, 1014, 1013, 975, 990, 951, 947, 992, 985, 980, 942, 881, 871, - 860, 863, 872, 876, 822, 822, 854, 850, 819, 793, 799, 870, 903, 898, - 949, 840, 928, 918, 923, 910, 913, 891, 886, 867, 887, 892, 819, 841, - 835, 854, 884, 985, 993, 1135, 1203, 1115, 1049, 1052, 1087, 1037, 1060, - 941, 1062, 1021, 984, 1013, 1027, 1050, 1051, 1024, 960, 990, 953, 877, - 817, 907, 870, 829, 753, 852, 841, 864, 869, 896, 931, 978, 893, 880, - 942, 1042, 1129, 1171, 1061, 994, 922, 991, 1018, 1053, 1047, 976, 1319, - 1272, 1247, 1311, 1298, 1422, 1574, 1778, 2019, 2718, 3002, 3411, 3450, - 3614, 3724, 1970, 1292, 1705, 486, 31, 11, 43, 667, 467 - ] - ], - [ - "CXR_png/MCUCXR_0070_0.png", - [ - 24632, 740, 729, 861, 679, 437, 511, 436, 352, 379, 335, 336, 300, 307, - 269, 282, 289, 308, 330, 410, 433, 530, 565, 583, 594, 636, 670, 613, - 679, 641, 670, 750, 731, 702, 747, 695, 700, 781, 754, 789, 804, 762, - 813, 802, 805, 831, 835, 890, 817, 777, 813, 781, 733, 705, 694, 720, - 734, 753, 741, 784, 853, 806, 865, 898, 887, 910, 894, 903, 929, 905, - 968, 890, 959, 974, 961, 995, 961, 932, 940, 906, 872, 866, 876, 940, - 944, 958, 884, 870, 873, 846, 858, 804, 789, 825, 812, 747, 769, 780, - 773, 805, 764, 805, 721, 784, 738, 743, 692, 686, 732, 744, 725, 719, - 788, 787, 1071, 760, 763, 806, 804, 808, 904, 895, 887, 922, 845, 865, - 873, 837, 881, 880, 892, 875, 959, 939, 954, 966, 1052, 993, 1076, 1177, - 1143, 1227, 1255, 1314, 1155, 1174, 1198, 1178, 1167, 1123, 1235, 1104, - 1052, 1079, 1040, 1047, 1051, 1095, 1180, 1208, 1212, 1243, 1305, 1318, - 1206, 1106, 1065, 1027, 1021, 1004, 934, 832, 861, 859, 817, 844, 882, - 743, 683, 746, 705, 685, 698, 785, 741, 817, 783, 767, 733, 714, 684, - 686, 712, 762, 724, 696, 738, 700, 679, 663, 674, 695, 773, 751, 714, - 723, 699, 705, 635, 641, 657, 695, 673, 667, 661, 672, 600, 699, 566, - 580, 562, 586, 638, 671, 730, 739, 754, 735, 782, 789, 763, 832, 873, - 972, 1046, 1140, 1285, 1495, 1498, 1408, 1393, 1465, 1280, 1401, 1462, - 1355, 1632, 1665, 2272, 4720, 12530, 9611, 94, 59, 673, 431 - ] - ], - [ - "CXR_png/MCUCXR_0035_0.png", - [ - 16207, 8218, 9695, 1519, 458, 417, 505, 475, 374, 375, 361, 389, 341, - 358, 374, 387, 442, 464, 522, 592, 605, 669, 660, 741, 924, 879, 971, - 975, 1087, 1121, 1160, 1192, 1315, 1190, 1149, 1075, 1151, 1153, 1153, - 1242, 1208, 1177, 1229, 1259, 1290, 1282, 1287, 1297, 1296, 1295, 1240, - 1330, 1252, 1285, 1265, 1330, 1321, 1365, 1417, 1402, 1278, 1376, 1350, - 1359, 1313, 1340, 1331, 1355, 1327, 1318, 1315, 1278, 1212, 1338, 1237, - 1233, 1232, 1183, 1167, 1189, 1169, 1137, 1117, 1041, 1137, 1079, 1070, - 983, 959, 873, 909, 911, 832, 829, 769, 807, 809, 795, 811, 717, 729, - 744, 760, 658, 670, 701, 664, 685, 692, 720, 646, 690, 652, 676, 655, - 672, 702, 726, 730, 701, 739, 800, 710, 744, 727, 778, 726, 728, 752, - 693, 738, 737, 707, 657, 688, 677, 659, 676, 708, 732, 733, 696, 704, - 789, 792, 780, 758, 826, 796, 809, 799, 841, 866, 852, 842, 884, 848, - 846, 845, 907, 911, 890, 908, 976, 1014, 986, 1025, 1028, 1093, 1038, - 1074, 1076, 1131, 1140, 1099, 1197, 1102, 1083, 1087, 1076, 1179, 1296, - 1328, 1373, 1268, 1214, 1178, 1188, 1192, 1057, 984, 940, 950, 972, 966, - 892, 1058, 994, 987, 945, 809, 829, 796, 839, 737, 744, 655, 689, 715, - 667, 594, 655, 631, 590, 660, 677, 767, 817, 798, 825, 814, 745, 728, - 820, 927, 864, 868, 803, 813, 729, 790, 722, 698, 761, 887, 869, 907, - 651, 555, 570, 563, 586, 636, 781, 1027, 989, 1097, 847, 770, 1307, - 1460, 310, 11, 27, 714, 450 - ] - ], - [ - "CXR_png/MCUCXR_0008_0.png", - [ - 20993, 11277, 5670, 850, 671, 499, 570, 438, 423, 372, 313, 357, 356, - 328, 336, 312, 319, 354, 358, 477, 505, 563, 576, 568, 686, 808, 876, - 880, 842, 920, 926, 920, 923, 932, 968, 918, 986, 985, 979, 972, 1023, - 988, 973, 1035, 1035, 1074, 1077, 1102, 1006, 993, 1047, 1022, 1061, - 1048, 1048, 1020, 981, 998, 1049, 961, 924, 918, 838, 903, 877, 937, - 902, 946, 940, 940, 1025, 980, 1015, 994, 1039, 991, 1081, 994, 1001, - 921, 1027, 924, 981, 963, 940, 902, 986, 1029, 988, 924, 979, 967, 982, - 975, 1023, 909, 968, 990, 950, 908, 951, 915, 999, 996, 981, 936, 930, - 915, 860, 836, 830, 801, 867, 796, 781, 811, 829, 858, 852, 823, 839, - 871, 816, 872, 799, 811, 818, 838, 852, 819, 819, 908, 961, 882, 960, - 919, 922, 971, 921, 900, 871, 917, 913, 857, 948, 895, 914, 1001, 1017, - 1022, 931, 983, 997, 1056, 1005, 1024, 1108, 1059, 1028, 1019, 1062, - 1139, 1031, 947, 1014, 999, 1060, 1087, 1133, 983, 1027, 972, 934, 999, - 964, 958, 970, 932, 946, 943, 907, 831, 815, 786, 754, 753, 816, 800, - 809, 813, 771, 771, 748, 719, 728, 766, 713, 730, 731, 679, 665, 614, - 605, 630, 587, 583, 533, 560, 518, 532, 521, 574, 634, 702, 659, 670, - 669, 647, 558, 558, 510, 532, 504, 597, 709, 788, 684, 642, 702, 772, - 808, 893, 1014, 1021, 980, 1007, 990, 1191, 1192, 1505, 1766, 2062, - 1645, 1360, 1203, 931, 984, 1145, 1284, 2346, 3850, 2352, 32, 34, 437, - 455 - ] - ], - [ - "CXR_png/MCUCXR_0094_0.png", - [ - 18123, 1653, 1561, 1571, 1497, 1002, 1249, 1334, 850, 985, 919, 708, - 812, 815, 680, 702, 724, 637, 668, 752, 778, 855, 946, 1011, 1128, 1268, - 1261, 1325, 1431, 1435, 1464, 1506, 1461, 1473, 1448, 1381, 1382, 1362, - 1467, 1419, 1514, 1513, 1542, 1531, 1431, 1416, 1233, 1125, 1099, 1073, - 1043, 983, 950, 1032, 998, 982, 963, 899, 931, 888, 933, 869, 855, 805, - 789, 758, 791, 812, 793, 819, 751, 821, 741, 737, 776, 795, 752, 750, - 759, 694, 789, 731, 748, 753, 739, 717, 756, 722, 697, 646, 687, 722, - 732, 704, 740, 741, 764, 807, 789, 750, 834, 719, 721, 732, 687, 709, - 678, 676, 692, 725, 680, 752, 721, 734, 727, 711, 709, 690, 705, 799, - 677, 688, 693, 731, 715, 746, 741, 686, 683, 721, 797, 730, 765, 789, - 770, 783, 811, 837, 823, 857, 880, 868, 884, 916, 880, 899, 926, 861, - 889, 972, 928, 938, 887, 876, 838, 834, 935, 960, 1087, 1300, 1332, - 1188, 983, 859, 851, 761, 812, 791, 806, 888, 909, 897, 947, 837, 842, - 864, 1007, 1027, 942, 816, 803, 885, 847, 821, 851, 776, 726, 713, 702, - 716, 637, 623, 656, 603, 561, 503, 482, 505, 463, 519, 519, 554, 647, - 583, 586, 677, 604, 612, 568, 608, 666, 722, 745, 735, 830, 859, 827, - 808, 738, 667, 660, 660, 676, 743, 837, 775, 790, 757, 748, 768, 743, - 811, 774, 722, 791, 818, 840, 876, 964, 879, 852, 779, 713, 744, 774, - 743, 810, 913, 966, 1702, 12024, 14012, 210, 98, 729, 412 - ] - ], - [ - "CXR_png/MCUCXR_0069_0.png", - [ - 32845, 641, 196, 312, 342, 260, 332, 264, 260, 324, 225, 220, 239, 216, - 250, 297, 322, 333, 327, 358, 397, 370, 409, 437, 499, 489, 495, 520, - 579, 525, 568, 672, 659, 672, 657, 661, 728, 709, 795, 860, 968, 990, - 1134, 1168, 1132, 1151, 1194, 1195, 1240, 1309, 1217, 1205, 1207, 1242, - 1238, 1259, 1290, 1285, 1342, 1355, 1476, 1395, 1402, 1371, 1362, 1310, - 1306, 1221, 1225, 1167, 1200, 1156, 1143, 1151, 1089, 1091, 1049, 1036, - 1028, 933, 924, 888, 852, 847, 804, 888, 838, 852, 759, 838, 911, 849, - 830, 823, 898, 878, 880, 909, 870, 892, 810, 837, 795, 783, 728, 758, - 765, 778, 723, 681, 734, 609, 718, 707, 680, 678, 648, 682, 637, 660, - 727, 718, 711, 787, 821, 780, 728, 797, 658, 670, 655, 654, 749, 758, - 736, 758, 781, 886, 928, 869, 867, 955, 938, 1006, 991, 1027, 1030, - 1064, 1096, 1126, 1186, 1241, 1287, 1246, 1326, 1295, 1283, 1213, 1354, - 1316, 1388, 1298, 1333, 1294, 1187, 1196, 1215, 1195, 1296, 1338, 1339, - 1309, 1302, 1285, 1211, 1202, 1216, 1213, 1155, 1149, 1063, 1047, 1030, - 1049, 1131, 1055, 1067, 1019, 899, 923, 864, 844, 730, 717, 689, 699, - 671, 632, 622, 628, 695, 759, 617, 623, 556, 483, 523, 517, 498, 496, - 484, 506, 500, 532, 516, 533, 576, 556, 503, 523, 572, 511, 526, 622, - 715, 724, 751, 648, 739, 816, 778, 836, 851, 856, 753, 820, 761, 756, - 764, 827, 1114, 1175, 1159, 1280, 1278, 1400, 1653, 1848, 2261, 4809, - 4904, 2080, 20, 112, 457, 317 - ] - ], - [ - "CXR_png/MCUCXR_0054_0.png", - [ - 43263, 4752, 773, 852, 724, 647, 731, 528, 463, 448, 375, 379, 344, 325, - 344, 333, 307, 301, 294, 317, 342, 417, 488, 515, 602, 665, 689, 723, - 763, 775, 796, 810, 816, 841, 836, 881, 936, 918, 962, 956, 980, 1064, - 1088, 1047, 1020, 964, 934, 976, 941, 936, 904, 921, 902, 844, 838, 854, - 852, 816, 860, 799, 736, 778, 785, 741, 763, 737, 794, 817, 837, 814, - 810, 794, 784, 810, 752, 752, 694, 717, 728, 759, 764, 772, 777, 774, - 765, 720, 713, 756, 695, 690, 673, 650, 609, 608, 564, 585, 572, 557, - 572, 597, 631, 593, 599, 646, 639, 559, 585, 564, 567, 601, 591, 584, - 572, 618, 567, 523, 550, 544, 566, 559, 588, 558, 576, 556, 561, 651, - 631, 639, 665, 668, 637, 636, 689, 658, 715, 728, 670, 665, 738, 766, - 756, 758, 766, 750, 745, 742, 742, 755, 728, 699, 769, 721, 722, 724, - 738, 752, 768, 749, 751, 754, 765, 757, 739, 760, 752, 740, 708, 700, - 744, 766, 748, 764, 817, 757, 795, 824, 827, 779, 772, 881, 856, 832, - 922, 906, 1010, 1020, 996, 991, 1003, 890, 872, 847, 808, 739, 784, 867, - 804, 813, 885, 838, 923, 951, 967, 886, 908, 917, 868, 845, 828, 702, - 731, 772, 791, 788, 830, 855, 859, 880, 862, 889, 894, 951, 944, 1092, - 1131, 1200, 1209, 1133, 1252, 1316, 1158, 1165, 1223, 1239, 1283, 1400, - 1199, 1145, 1392, 1377, 1703, 1860, 1585, 2039, 2452, 2143, 3795, 3879, - 2452, 3376, 2245, 1722, 7, 15, 500, 410 - ] - ], - [ - "CXR_png/MCUCXR_0011_0.png", - [ - 11072, 823, 261, 278, 255, 269, 328, 339, 299, 269, 268, 258, 263, 267, - 269, 281, 328, 334, 423, 496, 538, 567, 637, 650, 665, 695, 608, 692, - 766, 724, 862, 848, 922, 853, 809, 848, 807, 850, 877, 879, 941, 979, - 1058, 1173, 1200, 1262, 1205, 1301, 1301, 1335, 1369, 1383, 1479, 1498, - 1404, 1525, 1443, 1405, 1320, 1343, 1307, 1367, 1300, 1314, 1346, 1272, - 1235, 1166, 1151, 1041, 1036, 1020, 1026, 988, 974, 946, 939, 899, 896, - 915, 903, 877, 930, 917, 954, 932, 936, 932, 925, 946, 930, 985, 946, - 987, 966, 970, 1006, 1075, 1084, 991, 989, 1010, 987, 985, 978, 1014, - 942, 887, 887, 836, 807, 815, 728, 692, 659, 715, 709, 647, 604, 671, - 671, 634, 709, 624, 663, 651, 623, 635, 633, 616, 680, 724, 1107, 741, - 726, 762, 762, 723, 816, 822, 859, 880, 818, 760, 774, 838, 772, 840, - 926, 971, 977, 993, 912, 949, 985, 1030, 1046, 1036, 1063, 1018, 1049, - 1078, 999, 955, 899, 887, 905, 886, 907, 962, 1026, 1066, 1142, 1217, - 1175, 1226, 1205, 1268, 1308, 1325, 1296, 1323, 1328, 1335, 1375, 1515, - 1483, 1532, 1496, 1480, 1343, 1332, 1233, 1169, 1091, 1066, 1069, 1178, - 1186, 1219, 1259, 1273, 1317, 1281, 1310, 1158, 1126, 1182, 1216, 1064, - 1064, 1053, 998, 1031, 1167, 1108, 1098, 1188, 1138, 977, 881, 837, 784, - 716, 772, 880, 854, 868, 805, 796, 835, 926, 978, 976, 1036, 907, 989, - 977, 887, 907, 974, 1084, 972, 853, 899, 937, 1052, 1202, 1307, 3031, - 6925, 4488, 25, 20, 706, 454 - ] - ], - [ - "CXR_png/MCUCXR_0077_0.png", - [ - 61997, 17183, 2974, 6505, 3252, 1046, 1166, 973, 754, 601, 753, 538, - 400, 605, 455, 376, 386, 410, 399, 513, 426, 454, 555, 514, 530, 591, - 614, 762, 730, 846, 984, 988, 1006, 970, 1047, 1121, 1166, 1212, 1320, - 1365, 1370, 1263, 1321, 1341, 1212, 1168, 1275, 1214, 1357, 1262, 1449, - 1118, 1085, 1119, 1062, 1053, 965, 1027, 947, 903, 928, 833, 935, 772, - 860, 879, 899, 854, 928, 893, 856, 847, 882, 848, 816, 820, 744, 808, - 780, 788, 691, 784, 783, 751, 710, 713, 620, 667, 673, 662, 645, 626, - 570, 601, 602, 607, 589, 561, 596, 604, 588, 596, 631, 568, 602, 589, - 622, 626, 649, 686, 658, 605, 605, 614, 632, 618, 606, 655, 594, 636, - 557, 592, 622, 549, 540, 583, 596, 553, 541, 561, 609, 551, 598, 561, - 595, 614, 625, 582, 611, 616, 563, 579, 595, 554, 515, 557, 561, 575, - 571, 597, 556, 579, 589, 594, 588, 594, 576, 628, 648, 642, 663, 593, - 604, 596, 612, 667, 555, 595, 565, 579, 558, 511, 494, 512, 475, 487, - 451, 448, 480, 489, 538, 493, 436, 478, 530, 488, 437, 416, 452, 438, - 440, 429, 458, 455, 438, 423, 406, 451, 459, 466, 501, 456, 428, 435, - 432, 384, 362, 339, 371, 419, 343, 324, 378, 356, 365, 460, 346, 361, - 349, 398, 366, 416, 466, 469, 539, 551, 540, 537, 548, 575, 603, 626, - 615, 943, 615, 652, 507, 558, 669, 679, 819, 702, 703, 663, 637, 600, - 809, 807, 775, 1844, 1424, 4015, 12, 19, 823, 426 - ] - ], - [ - "CXR_png/MCUCXR_0006_0.png", - [ - 49792, 1414, 569, 769, 688, 520, 599, 529, 435, 485, 436, 398, 389, 355, - 357, 342, 327, 342, 336, 396, 430, 500, 534, 536, 569, 537, 585, 602, - 610, 671, 723, 765, 787, 793, 831, 835, 879, 828, 837, 858, 824, 766, - 747, 758, 705, 728, 657, 657, 622, 686, 668, 644, 684, 674, 695, 749, - 708, 691, 700, 747, 728, 707, 708, 651, 711, 720, 762, 762, 762, 818, - 832, 836, 851, 1137, 768, 826, 779, 779, 740, 797, 770, 730, 700, 660, - 673, 663, 622, 619, 616, 671, 660, 660, 602, 610, 587, 698, 632, 629, - 644, 600, 618, 638, 651, 608, 630, 628, 588, 570, 610, 588, 592, 573, - 595, 562, 617, 585, 565, 552, 616, 616, 588, 609, 606, 628, 592, 604, - 618, 652, 601, 575, 626, 622, 681, 690, 582, 698, 637, 668, 661, 699, - 664, 699, 710, 714, 724, 660, 748, 734, 803, 750, 834, 829, 805, 773, - 802, 812, 859, 838, 860, 873, 935, 914, 918, 889, 847, 843, 814, 836, - 836, 853, 882, 895, 888, 845, 913, 916, 924, 993, 1011, 987, 952, 903, - 839, 817, 832, 769, 747, 765, 811, 773, 769, 745, 712, 724, 714, 689, - 754, 719, 702, 701, 725, 693, 732, 736, 636, 610, 582, 588, 605, 590, - 581, 586, 603, 555, 553, 576, 624, 607, 672, 644, 629, 582, 702, 725, - 785, 743, 815, 900, 932, 994, 1021, 1119, 1208, 1172, 1156, 1202, 1246, - 1204, 1428, 1517, 1704, 1834, 1976, 1866, 2218, 2035, 2153, 2784, 3945, - 5410, 8004, 5337, 16, 12, 469, 279 - ] - ], - [ - "CXR_png/MCUCXR_0049_0.png", - [ - 47029, 1046, 356, 426, 428, 361, 365, 349, 343, 332, 271, 327, 259, 274, - 309, 265, 290, 278, 308, 374, 393, 417, 539, 531, 565, 589, 635, 640, - 675, 732, 702, 766, 875, 834, 905, 890, 915, 858, 834, 925, 878, 840, - 870, 992, 983, 1024, 1054, 1148, 1143, 1194, 1149, 1168, 1138, 1124, - 1081, 1001, 989, 974, 940, 903, 871, 845, 842, 858, 809, 861, 834, 885, - 887, 923, 924, 874, 899, 930, 952, 900, 925, 896, 830, 846, 746, 794, - 807, 809, 794, 753, 800, 781, 817, 844, 818, 802, 779, 814, 845, 864, - 866, 901, 907, 860, 850, 865, 915, 887, 877, 908, 872, 883, 883, 892, - 898, 827, 876, 953, 887, 942, 1009, 942, 943, 903, 898, 852, 843, 890, - 824, 805, 826, 894, 824, 880, 828, 828, 835, 812, 849, 854, 837, 885, - 891, 891, 911, 867, 912, 828, 904, 955, 912, 924, 971, 975, 1061, 1020, - 1119, 1104, 1101, 1001, 1020, 1015, 954, 976, 930, 979, 937, 909, 903, - 894, 906, 888, 931, 909, 969, 980, 967, 967, 936, 958, 972, 1074, 1170, - 1090, 1035, 1029, 1032, 1037, 1070, 1159, 1124, 1124, 1016, 1039, 976, - 1039, 965, 900, 871, 792, 784, 791, 706, 723, 776, 813, 746, 758, 799, - 795, 723, 688, 709, 717, 668, 603, 536, 518, 536, 548, 577, 691, 681, - 684, 723, 775, 729, 684, 801, 930, 814, 660, 678, 711, 553, 614, 510, - 470, 502, 535, 521, 513, 658, 841, 1149, 1114, 1087, 1425, 1317, 1074, - 1114, 1137, 1273, 2306, 3453, 1771, 12, 33, 777, 450 - ] - ], - [ - "CXR_png/MCUCXR_0022_0.png", - [ - 51844, 1654, 418, 477, 464, 348, 365, 355, 299, 310, 261, 243, 232, 195, - 246, 178, 195, 213, 229, 210, 259, 357, 406, 437, 596, 684, 805, 829, - 854, 934, 974, 974, 1096, 1172, 1213, 1312, 1405, 1372, 1350, 1382, - 1401, 1420, 1396, 1400, 1277, 1271, 1407, 1332, 1292, 1316, 1409, 1161, - 1296, 1252, 1310, 1283, 1317, 1232, 1192, 1210, 1245, 1271, 1179, 1209, - 1145, 1239, 1134, 1107, 1216, 1157, 1113, 1176, 1145, 1121, 1064, 1094, - 1075, 1003, 1014, 956, 935, 871, 902, 876, 825, 786, 825, 845, 911, 863, - 802, 854, 849, 832, 776, 846, 843, 781, 797, 788, 772, 790, 731, 731, - 728, 727, 685, 668, 677, 676, 634, 599, 674, 628, 670, 671, 661, 639, - 668, 634, 604, 631, 630, 657, 655, 626, 656, 616, 634, 614, 641, 704, - 675, 692, 670, 678, 727, 704, 751, 715, 715, 683, 681, 687, 696, 678, - 625, 643, 717, 709, 674, 690, 742, 759, 701, 722, 707, 716, 657, 685, - 665, 681, 682, 653, 692, 661, 688, 704, 710, 742, 723, 755, 802, 783, - 833, 823, 873, 923, 883, 932, 984, 993, 1028, 948, 951, 1008, 1019, - 1014, 982, 1000, 930, 959, 928, 905, 913, 895, 920, 997, 1075, 1176, - 1180, 1216, 1213, 1275, 1194, 1244, 1274, 1416, 1524, 1481, 1629, 1716, - 1526, 1498, 1427, 1282, 1140, 1029, 876, 902, 849, 850, 874, 768, 821, - 778, 681, 708, 662, 641, 647, 674, 643, 518, 484, 493, 448, 468, 485, - 508, 460, 499, 498, 354, 349, 293, 233, 181, 301, 408, 301, 28, 32, 30, - 481, 200 - ] - ], - [ - "CXR_png/MCUCXR_0046_0.png", - [ - 56176, 6204, 749, 875, 688, 599, 511, 477, 430, 434, 387, 328, 328, 297, - 317, 349, 334, 318, 367, 382, 389, 510, 524, 567, 573, 638, 655, 765, - 778, 771, 779, 841, 838, 728, 770, 779, 758, 809, 809, 846, 861, 801, - 797, 894, 818, 866, 903, 911, 919, 1049, 1056, 1014, 994, 1026, 1026, - 954, 973, 1026, 961, 994, 1003, 960, 939, 945, 979, 1012, 948, 1003, - 911, 944, 941, 872, 969, 895, 933, 942, 963, 920, 905, 835, 890, 912, - 950, 931, 888, 919, 933, 933, 827, 833, 813, 816, 802, 743, 768, 811, - 746, 731, 724, 729, 691, 661, 696, 667, 657, 666, 653, 675, 645, 621, - 693, 661, 634, 684, 657, 654, 659, 635, 675, 608, 632, 602, 606, 559, - 598, 586, 601, 587, 598, 627, 620, 638, 651, 667, 686, 692, 706, 738, - 694, 706, 731, 746, 801, 767, 872, 816, 820, 819, 801, 815, 819, 827, - 867, 865, 835, 948, 862, 860, 923, 909, 874, 898, 880, 854, 884, 844, - 799, 871, 881, 835, 804, 843, 820, 894, 892, 939, 939, 928, 954, 930, - 924, 860, 902, 855, 912, 926, 857, 890, 929, 855, 795, 696, 732, 746, - 861, 854, 885, 818, 805, 792, 758, 774, 787, 789, 759, 778, 785, 776, - 746, 777, 793, 695, 749, 667, 736, 796, 813, 863, 761, 746, 772, 712, - 667, 663, 653, 653, 631, 707, 692, 653, 613, 634, 759, 775, 767, 685, - 604, 678, 690, 805, 1003, 1177, 1296, 1030, 940, 849, 1208, 1244, 1047, - 2042, 2911, 1231, 8, 22, 573, 218 - ] - ], - [ - "CXR_png/MCUCXR_0003_0.png", - [ - 42881, 3119, 434, 436, 459, 351, 382, 344, 284, 319, 307, 289, 235, 272, - 247, 325, 313, 275, 284, 329, 397, 473, 544, 580, 547, 555, 598, 614, - 621, 594, 624, 607, 617, 692, 690, 702, 738, 811, 800, 813, 798, 819, - 798, 832, 782, 798, 758, 748, 731, 772, 792, 751, 767, 726, 745, 688, - 719, 711, 708, 687, 642, 662, 652, 581, 596, 588, 585, 511, 545, 514, - 567, 559, 601, 664, 620, 654, 703, 674, 723, 703, 719, 700, 702, 698, - 647, 709, 696, 726, 711, 705, 818, 753, 734, 776, 795, 783, 735, 789, - 771, 725, 741, 708, 703, 678, 653, 642, 633, 641, 644, 641, 613, 610, - 610, 593, 612, 560, 589, 619, 543, 609, 594, 611, 575, 546, 591, 620, - 546, 580, 589, 624, 611, 591, 593, 581, 594, 572, 611, 607, 590, 592, - 616, 568, 595, 560, 612, 661, 629, 648, 677, 693, 662, 734, 654, 682, - 691, 658, 745, 796, 702, 740, 744, 799, 778, 852, 783, 839, 898, 910, - 974, 1002, 1008, 1050, 1116, 1135, 1225, 1018, 977, 1064, 994, 1010, - 948, 905, 879, 823, 895, 898, 958, 971, 1046, 1047, 1068, 1015, 1016, - 995, 958, 999, 1002, 989, 982, 1021, 1008, 963, 947, 1006, 896, 868, - 896, 884, 950, 916, 910, 905, 992, 920, 891, 971, 895, 834, 799, 793, - 728, 799, 827, 946, 1145, 1086, 1012, 1015, 1103, 1141, 1212, 1220, - 1163, 1130, 1186, 1150, 1154, 1234, 1425, 1647, 1719, 1686, 1893, 1845, - 1723, 1641, 1952, 2731, 3699, 3659, 6718, 8443, 59, 19, 472, 276 - ] - ], - [ - "CXR_png/MCUCXR_0311_1.png", - [ - 38088, 13313, 4963, 1555, 1097, 941, 1084, 1066, 928, 960, 931, 793, - 862, 904, 832, 999, 1414, 1521, 1482, 1072, 1108, 1280, 1340, 1317, - 1380, 1222, 1213, 1159, 1130, 1153, 1218, 1128, 1199, 1160, 1189, 1149, - 1159, 1183, 1128, 1165, 1125, 1147, 1426, 1112, 1107, 1072, 1075, 1124, - 1115, 1179, 1091, 1087, 1026, 1009, 998, 952, 982, 1042, 907, 1023, 973, - 978, 958, 958, 973, 923, 1008, 1019, 947, 964, 957, 950, 864, 874, 915, - 814, 807, 755, 800, 771, 751, 715, 746, 721, 778, 691, 678, 655, 666, - 666, 652, 674, 722, 666, 678, 662, 623, 614, 621, 597, 578, 582, 649, - 625, 609, 599, 693, 636, 631, 649, 649, 605, 590, 614, 603, 596, 633, - 600, 579, 531, 608, 530, 551, 543, 550, 566, 588, 543, 589, 568, 539, - 505, 495, 495, 507, 511, 519, 485, 465, 509, 475, 460, 435, 499, 501, - 562, 504, 467, 540, 510, 465, 451, 470, 476, 513, 483, 441, 425, 439, - 452, 469, 363, 326, 392, 343, 395, 330, 286, 337, 321, 348, 342, 355, - 413, 390, 388, 356, 384, 359, 381, 369, 389, 432, 428, 444, 418, 448, - 434, 497, 478, 494, 516, 501, 469, 499, 482, 502, 518, 540, 573, 589, - 625, 604, 573, 532, 490, 473, 432, 470, 435, 494, 454, 533, 564, 548, - 635, 570, 581, 547, 571, 605, 600, 607, 753, 803, 891, 820, 950, 691, - 744, 758, 824, 879, 845, 1070, 1125, 1028, 1079, 1345, 1543, 1752, 1669, - 1406, 1670, 2146, 1530, 1866, 2303, 3162, 5430, 6411, 1565, 9, 21, 713, - 449 - ] - ], - [ - "CXR_png/MCUCXR_0372_1.png", - [ - 8272, 11042, 5065, 1187, 701, 664, 649, 605, 471, 507, 490, 442, 442, - 421, 425, 394, 425, 396, 407, 432, 472, 527, 534, 523, 606, 609, 652, - 628, 654, 671, 727, 783, 794, 780, 790, 795, 871, 897, 952, 904, 905, - 910, 942, 980, 983, 967, 978, 1033, 1037, 1130, 1076, 1046, 1091, 1112, - 990, 1007, 975, 960, 985, 934, 869, 834, 823, 854, 859, 870, 799, 829, - 839, 833, 841, 871, 855, 879, 848, 866, 865, 854, 875, 878, 910, 868, - 823, 778, 784, 788, 770, 752, 779, 793, 795, 793, 714, 788, 826, 750, - 771, 752, 771, 737, 736, 766, 669, 709, 653, 687, 655, 647, 667, 639, - 670, 675, 659, 695, 681, 700, 679, 731, 707, 702, 728, 786, 823, 802, - 771, 858, 771, 737, 737, 758, 810, 770, 781, 810, 827, 825, 884, 841, - 830, 802, 909, 859, 874, 876, 903, 906, 939, 923, 956, 987, 923, 987, - 972, 1002, 1064, 977, 915, 1011, 1095, 1091, 1046, 1079, 1085, 1078, - 1136, 1087, 1163, 1071, 1110, 1045, 1048, 1013, 1137, 1149, 1146, 1126, - 1155, 1043, 961, 971, 945, 945, 950, 882, 1021, 881, 876, 780, 815, 820, - 888, 787, 808, 816, 749, 706, 743, 777, 771, 851, 790, 858, 855, 806, - 737, 726, 712, 736, 756, 786, 703, 713, 704, 713, 689, 672, 622, 617, - 615, 617, 621, 555, 641, 678, 613, 745, 745, 766, 958, 973, 972, 1016, - 979, 963, 1069, 1194, 1106, 1100, 1307, 1485, 2177, 2364, 1993, 2245, - 1826, 1748, 2394, 3035, 3075, 5777, 8871, 4818, 58, 43, 664, 406 - ] - ], - [ - "CXR_png/MCUCXR_0173_1.png", - [ - 57040, 631, 571, 707, 606, 492, 593, 532, 406, 411, 381, 332, 342, 335, - 294, 298, 333, 299, 338, 425, 476, 476, 566, 559, 606, 589, 588, 671, - 671, 733, 780, 832, 781, 769, 757, 739, 765, 799, 845, 879, 936, 1000, - 1027, 1031, 990, 1062, 1003, 1013, 1011, 1035, 999, 1054, 1064, 1104, - 1042, 1030, 1001, 1072, 1070, 1074, 1112, 1152, 1104, 1124, 1160, 1139, - 1103, 1100, 1011, 1072, 1143, 1122, 1113, 1097, 960, 910, 1011, 892, - 855, 899, 879, 915, 927, 927, 879, 943, 861, 795, 857, 791, 822, 813, - 832, 821, 819, 899, 865, 789, 833, 839, 896, 915, 813, 800, 883, 818, - 856, 868, 813, 853, 833, 843, 836, 892, 863, 840, 802, 854, 796, 840, - 810, 804, 747, 836, 765, 792, 794, 796, 746, 731, 735, 738, 692, 701, - 707, 747, 795, 771, 762, 724, 707, 763, 780, 770, 794, 754, 753, 755, - 803, 782, 822, 716, 777, 815, 775, 820, 833, 884, 779, 838, 850, 894, - 850, 858, 907, 813, 818, 823, 924, 851, 885, 938, 897, 960, 893, 902, - 931, 974, 994, 1014, 1015, 1157, 1040, 1137, 1143, 1178, 1249, 1314, - 1263, 1166, 1102, 1099, 1132, 1058, 1019, 988, 1004, 1024, 1080, 1108, - 1041, 1150, 1173, 1141, 1050, 1000, 1025, 886, 786, 755, 675, 670, 701, - 611, 577, 518, 559, 503, 553, 501, 512, 501, 441, 488, 507, 524, 535, - 584, 598, 641, 665, 713, 691, 723, 716, 732, 705, 751, 650, 866, 750, - 687, 610, 638, 601, 500, 484, 446, 484, 976, 500, 16, 15, 23, 655, 212 - ] - ], - [ - "CXR_png/MCUCXR_0144_1.png", - [ - 33929, 420, 346, 366, 299, 253, 295, 286, 205, 196, 170, 176, 161, 164, - 163, 251, 203, 303, 303, 373, 410, 444, 498, 533, 613, 701, 708, 817, - 860, 886, 826, 849, 858, 865, 857, 913, 930, 919, 954, 927, 1016, 1099, - 1050, 1047, 1103, 1125, 1133, 1131, 1148, 1036, 1103, 980, 1079, 1082, - 1083, 1053, 1089, 1071, 975, 914, 834, 894, 802, 850, 764, 786, 805, - 791, 779, 826, 760, 745, 745, 745, 725, 744, 677, 590, 709, 709, 630, - 670, 716, 707, 703, 689, 660, 675, 615, 686, 658, 659, 737, 644, 681, - 679, 653, 674, 665, 668, 701, 658, 687, 710, 669, 700, 677, 645, 639, - 615, 656, 648, 671, 667, 617, 594, 650, 642, 613, 656, 633, 630, 647, - 678, 684, 682, 701, 637, 708, 701, 677, 682, 702, 708, 675, 737, 709, - 659, 761, 744, 808, 861, 892, 916, 899, 966, 931, 932, 966, 992, 996, - 1009, 1036, 1000, 1052, 1011, 1142, 1076, 1143, 1146, 1174, 1169, 1204, - 1224, 1241, 1176, 1090, 1120, 1178, 1095, 1141, 1173, 1151, 1192, 1249, - 1245, 1205, 1130, 1069, 1073, 1013, 1089, 1037, 1041, 1142, 1119, 1208, - 1076, 1071, 1007, 923, 877, 853, 837, 953, 912, 874, 838, 854, 863, 948, - 918, 981, 997, 1023, 1035, 1112, 1113, 1196, 1026, 1037, 1005, 1054, - 968, 924, 871, 811, 765, 690, 674, 666, 712, 771, 814, 932, 809, 922, - 823, 880, 932, 873, 947, 997, 1080, 976, 1009, 1038, 1095, 1058, 1112, - 1198, 1432, 1163, 1290, 1323, 1340, 1593, 1899, 2519, 3818, 7124, 6010, - 7, 6, 2, 0 - ] - ], - [ - "CXR_png/MCUCXR_0352_1.png", - [ - 15700, 130, 133, 174, 171, 167, 204, 206, 157, 185, 176, 172, 183, 194, - 165, 169, 205, 194, 230, 302, 361, 451, 456, 558, 576, 620, 729, 751, - 718, 767, 771, 885, 919, 924, 926, 928, 970, 945, 931, 933, 974, 950, - 983, 1021, 1012, 995, 1080, 1011, 915, 816, 944, 875, 850, 846, 894, - 969, 909, 926, 980, 985, 1007, 1007, 1036, 1027, 1067, 1120, 1052, 1091, - 1136, 1156, 1180, 1129, 1081, 1064, 1010, 1079, 1075, 1072, 1002, 969, - 953, 935, 890, 880, 898, 802, 802, 801, 732, 755, 719, 623, 686, 633, - 661, 672, 597, 579, 645, 598, 597, 616, 649, 600, 602, 606, 595, 558, - 620, 570, 568, 598, 557, 580, 617, 615, 531, 584, 627, 615, 631, 563, - 590, 540, 559, 554, 544, 539, 604, 586, 635, 662, 595, 600, 654, 654, - 663, 673, 682, 674, 642, 645, 681, 662, 684, 708, 772, 791, 725, 776, - 744, 788, 806, 782, 798, 871, 825, 813, 874, 807, 867, 867, 898, 876, - 865, 864, 876, 871, 960, 1037, 1057, 1059, 1009, 1077, 1073, 1072, 1159, - 1069, 1138, 1105, 1064, 1041, 1073, 1082, 1102, 1169, 1152, 1162, 1320, - 1302, 1404, 1400, 1391, 1359, 1439, 1271, 1305, 1364, 1454, 1565, 1546, - 1634, 1611, 1559, 1510, 1494, 1460, 1470, 1389, 1309, 1248, 1168, 1112, - 1110, 1077, 1191, 1259, 1209, 1170, 1157, 1185, 1070, 1042, 1046, 948, - 998, 1049, 1074, 1037, 1050, 987, 1185, 1264, 1248, 1345, 1261, 1136, - 1221, 1358, 1486, 1627, 1601, 1554, 1707, 1853, 1716, 1706, 1866, 2296, - 3730, 9349, 8257, 16, 50, 729, 403 - ] - ], - [ - "CXR_png/MCUCXR_0223_1.png", - [ - 58163, 1037, 866, 1063, 839, 649, 750, 655, 498, 538, 537, 468, 402, - 410, 356, 391, 381, 356, 386, 431, 390, 486, 492, 527, 632, 649, 694, - 767, 790, 848, 863, 935, 1002, 880, 937, 920, 942, 896, 921, 930, 1005, - 987, 980, 937, 992, 1000, 1004, 999, 1067, 1043, 1078, 1050, 1127, 1008, - 1019, 1006, 1012, 1006, 974, 937, 1001, 940, 985, 898, 957, 941, 1012, - 1020, 965, 955, 980, 971, 969, 969, 869, 855, 779, 847, 859, 762, 815, - 778, 857, 739, 799, 708, 732, 735, 753, 656, 684, 685, 715, 663, 658, - 640, 633, 650, 677, 656, 646, 687, 667, 698, 666, 695, 700, 728, 708, - 737, 678, 744, 722, 716, 726, 747, 766, 751, 728, 723, 779, 787, 734, - 696, 770, 714, 779, 757, 770, 768, 734, 795, 842, 857, 814, 858, 824, - 854, 803, 834, 772, 737, 806, 790, 850, 814, 813, 797, 823, 849, 813, - 868, 888, 916, 916, 926, 987, 933, 873, 916, 920, 900, 886, 838, 836, - 827, 860, 852, 904, 977, 1004, 1037, 1012, 1023, 1032, 944, 909, 938, - 1013, 942, 948, 846, 884, 863, 866, 855, 923, 942, 948, 968, 904, 811, - 807, 784, 730, 719, 659, 654, 625, 640, 705, 738, 833, 863, 807, 828, - 888, 965, 932, 988, 960, 978, 889, 883, 878, 810, 861, 815, 725, 616, - 516, 549, 565, 613, 636, 613, 581, 597, 616, 580, 518, 607, 689, 617, - 698, 700, 708, 815, 804, 790, 1001, 906, 674, 713, 757, 598, 730, 996, - 1002, 1773, 2262, 459, 7, 22, 420, 256 - ] - ], - [ - "CXR_png/MCUCXR_0313_1.png", - [ - 4386, 10077, 8716, 6322, 687, 641, 426, 349, 308, 346, 286, 268, 301, - 271, 265, 272, 237, 313, 390, 413, 390, 399, 412, 453, 480, 562, 681, - 764, 898, 924, 939, 922, 964, 1051, 1062, 1098, 1254, 1260, 1317, 1286, - 1335, 1387, 1455, 1435, 1402, 1397, 1405, 1388, 1431, 1349, 1387, 1372, - 1268, 1386, 1354, 1409, 1319, 1312, 1247, 1265, 1263, 1254, 1235, 1226, - 1186, 1169, 1187, 1155, 1121, 1101, 1104, 1033, 1046, 1048, 1081, 971, - 987, 940, 917, 962, 923, 906, 987, 976, 1007, 989, 920, 965, 930, 901, - 892, 875, 818, 848, 851, 829, 881, 859, 800, 774, 773, 790, 821, 818, - 789, 741, 770, 723, 710, 667, 676, 667, 704, 702, 621, 688, 612, 645, - 630, 652, 626, 702, 666, 729, 701, 710, 706, 727, 684, 694, 674, 670, - 662, 698, 684, 669, 720, 776, 783, 770, 750, 810, 818, 809, 775, 831, - 821, 814, 821, 832, 857, 822, 847, 869, 903, 947, 863, 878, 1193, 847, - 798, 792, 836, 849, 828, 854, 896, 863, 898, 946, 877, 929, 979, 943, - 933, 980, 1030, 978, 995, 1010, 955, 959, 936, 981, 941, 914, 866, 915, - 923, 951, 854, 909, 840, 817, 890, 954, 961, 923, 999, 1056, 1100, 1227, - 1288, 1213, 1141, 1085, 1051, 1099, 1163, 1203, 1195, 1168, 1180, 1163, - 1208, 1176, 1167, 1169, 1063, 1027, 925, 960, 945, 925, 886, 948, 1004, - 968, 972, 934, 957, 832, 872, 955, 918, 812, 748, 724, 707, 673, 793, - 821, 971, 847, 960, 1064, 1124, 1159, 1773, 2491, 4296, 2114, 17, 28, - 705, 505 - ] - ], - [ - "CXR_png/MCUCXR_0350_1.png", - [ - 66012, 985, 1068, 1180, 960, 734, 817, 729, 573, 562, 513, 446, 410, - 400, 369, 348, 354, 364, 374, 385, 392, 440, 436, 457, 461, 532, 563, - 581, 543, 658, 616, 692, 714, 764, 753, 785, 828, 875, 938, 935, 1004, - 994, 1065, 1107, 1197, 1094, 1236, 1222, 1236, 1168, 1133, 1227, 1193, - 1129, 1155, 1138, 1145, 1148, 1116, 1159, 1151, 1183, 1155, 1150, 1108, - 1069, 1071, 1050, 961, 968, 888, 960, 953, 1024, 835, 915, 851, 851, - 822, 811, 825, 782, 803, 741, 738, 755, 680, 716, 690, 681, 677, 687, - 655, 647, 633, 620, 645, 658, 653, 668, 617, 666, 653, 689, 657, 625, - 637, 596, 679, 698, 652, 614, 612, 620, 630, 661, 638, 677, 587, 635, - 655, 664, 687, 632, 568, 616, 642, 602, 565, 658, 624, 682, 672, 714, - 666, 702, 697, 723, 684, 737, 666, 723, 729, 742, 749, 798, 785, 807, - 840, 791, 818, 824, 822, 886, 874, 925, 925, 895, 905, 906, 837, 899, - 897, 862, 906, 862, 833, 861, 859, 894, 915, 938, 1024, 946, 946, 915, - 888, 929, 941, 978, 930, 888, 943, 877, 919, 892, 942, 847, 880, 1000, - 986, 901, 840, 906, 827, 870, 867, 857, 924, 966, 1027, 1018, 896, 818, - 764, 749, 743, 661, 671, 607, 641, 607, 581, 509, 472, 419, 443, 431, - 429, 439, 452, 475, 510, 486, 519, 477, 480, 538, 534, 511, 631, 566, - 569, 585, 613, 618, 698, 733, 804, 746, 708, 677, 553, 566, 690, 570, - 759, 802, 1036, 1361, 2425, 1030, 9, 19, 412, 280 - ] - ], - [ - "CXR_png/MCUCXR_0390_1.png", - [ - 25241, 1519, 296, 375, 384, 402, 422, 355, 328, 361, 374, 309, 331, 360, - 351, 355, 369, 394, 415, 509, 568, 625, 700, 689, 774, 805, 892, 844, - 848, 898, 916, 991, 993, 1076, 1148, 1220, 1167, 1182, 1206, 1192, 1221, - 1187, 1193, 1285, 1282, 1376, 1486, 1412, 1473, 1442, 1433, 1423, 1407, - 1333, 1421, 1358, 1394, 1372, 1266, 1319, 1204, 1248, 1190, 1217, 1155, - 1085, 1043, 1055, 1019, 1037, 989, 970, 971, 936, 946, 897, 865, 836, - 820, 824, 774, 836, 796, 784, 851, 806, 731, 718, 781, 742, 711, 718, - 715, 734, 748, 768, 750, 744, 716, 758, 709, 727, 753, 753, 762, 746, - 789, 724, 793, 746, 837, 798, 752, 752, 829, 787, 838, 807, 828, 843, - 783, 788, 774, 807, 864, 862, 858, 932, 873, 881, 820, 829, 849, 792, - 844, 869, 923, 929, 986, 1021, 1093, 1215, 1166, 1093, 1096, 1139, 1112, - 1174, 1046, 1076, 1150, 1033, 1081, 1188, 1185, 1147, 1043, 1199, 1161, - 1169, 1266, 1283, 1287, 1270, 1147, 1088, 1070, 1083, 1103, 1045, 1098, - 1099, 1028, 1024, 1042, 1015, 1065, 962, 1002, 989, 978, 945, 909, 957, - 1006, 921, 935, 899, 888, 910, 839, 861, 837, 790, 756, 809, 776, 735, - 757, 793, 791, 739, 747, 789, 684, 672, 632, 664, 628, 595, 579, 565, - 592, 651, 662, 615, 659, 583, 572, 520, 542, 520, 621, 752, 704, 740, - 778, 763, 767, 770, 785, 867, 878, 784, 811, 760, 823, 883, 828, 848, - 982, 1188, 693, 833, 941, 776, 989, 1117, 2057, 4097, 5796, 4132, 12, - 24, 381, 518 - ] - ], - [ - "CXR_png/MCUCXR_0362_1.png", - [ - 14191, 758, 390, 510, 523, 456, 555, 490, 422, 475, 386, 339, 338, 329, - 315, 344, 398, 364, 405, 457, 467, 543, 525, 507, 567, 524, 539, 592, - 559, 545, 607, 687, 675, 698, 719, 730, 866, 937, 959, 1032, 1141, 1076, - 1080, 1131, 1209, 1177, 1209, 1163, 1158, 1071, 1098, 1135, 1140, 1162, - 1176, 1172, 1114, 1083, 1158, 980, 1044, 1060, 1040, 1065, 1010, 976, - 1017, 954, 997, 990, 974, 917, 899, 958, 911, 969, 913, 994, 915, 953, - 941, 921, 965, 993, 966, 1010, 967, 979, 948, 973, 911, 988, 979, 988, - 1065, 1067, 1037, 1045, 1039, 996, 988, 1012, 942, 909, 960, 924, 973, - 868, 891, 894, 856, 843, 853, 877, 870, 917, 886, 915, 934, 904, 860, - 862, 883, 796, 906, 858, 871, 882, 971, 914, 921, 927, 881, 917, 910, - 1016, 931, 920, 929, 989, 969, 937, 944, 942, 935, 925, 1018, 924, 952, - 938, 1032, 1036, 1102, 1013, 1026, 1038, 1062, 940, 963, 912, 903, 854, - 850, 882, 835, 856, 881, 872, 858, 980, 940, 913, 845, 830, 817, 861, - 892, 876, 838, 862, 930, 915, 986, 953, 913, 834, 865, 904, 909, 896, - 950, 1020, 1051, 1132, 1160, 1034, 955, 879, 899, 935, 852, 850, 829, - 826, 879, 953, 935, 840, 803, 747, 762, 778, 843, 822, 843, 893, 927, - 948, 965, 987, 1113, 1055, 957, 929, 1038, 1005, 1105, 1164, 1112, 1146, - 1159, 1171, 1341, 1489, 1573, 1636, 1546, 1642, 1885, 2436, 2455, 2192, - 1820, 1983, 2245, 2128, 2734, 3006, 3223, 2972, 1626, 636, 83, 13, 357, - 664 - ] - ], - [ - "CXR_png/MCUCXR_0369_1.png", - [ - 43542, 1147, 667, 691, 597, 437, 467, 362, 302, 321, 281, 270, 243, 293, - 276, 320, 387, 345, 376, 377, 445, 515, 475, 489, 482, 599, 689, 655, - 695, 793, 770, 770, 824, 871, 904, 903, 948, 1009, 989, 939, 961, 928, - 972, 1027, 977, 1043, 1017, 1037, 1038, 1041, 1046, 1011, 1082, 971, - 949, 994, 996, 964, 875, 960, 848, 804, 842, 795, 804, 865, 828, 818, - 840, 803, 687, 778, 717, 772, 767, 701, 740, 769, 747, 764, 706, 732, - 711, 747, 690, 724, 684, 649, 690, 703, 734, 725, 702, 723, 661, 724, - 754, 753, 693, 666, 633, 707, 681, 703, 746, 725, 820, 773, 734, 807, - 795, 819, 799, 764, 780, 793, 834, 863, 787, 837, 767, 803, 783, 825, - 788, 782, 825, 838, 857, 864, 828, 926, 838, 864, 888, 904, 867, 844, - 924, 927, 903, 940, 1031, 986, 1001, 991, 1035, 1022, 1041, 986, 1007, - 972, 972, 1006, 901, 878, 870, 867, 857, 865, 878, 926, 866, 897, 947, - 915, 930, 978, 974, 1056, 995, 984, 901, 965, 904, 968, 991, 1032, 1027, - 1029, 1071, 1080, 1090, 1044, 1043, 1043, 1042, 1033, 927, 941, 878, - 817, 852, 827, 903, 894, 873, 920, 884, 863, 875, 908, 897, 887, 880, - 861, 860, 862, 870, 835, 851, 879, 862, 887, 904, 939, 900, 887, 893, - 878, 874, 883, 1020, 966, 1027, 987, 965, 949, 912, 1017, 1115, 1088, - 1016, 1019, 1127, 1145, 1076, 1114, 1503, 1704, 1537, 1577, 1253, 925, - 1102, 1267, 1672, 1572, 1963, 2210, 840, 21, 27, 20, 736, 425 - ] - ], - [ - "CXR_png/MCUCXR_0126_1.png", - [ - 31823, 9692, 1194, 1359, 1054, 751, 769, 682, 492, 550, 510, 495, 560, - 466, 465, 464, 465, 391, 482, 587, 595, 652, 721, 766, 809, 924, 880, - 858, 905, 909, 911, 961, 1004, 1018, 993, 1019, 989, 990, 1010, 950, - 958, 963, 1016, 1016, 984, 935, 1051, 983, 1001, 977, 996, 978, 889, - 881, 892, 953, 919, 877, 904, 814, 894, 851, 807, 811, 757, 788, 735, - 762, 722, 745, 745, 732, 758, 749, 737, 770, 739, 789, 760, 735, 742, - 711, 690, 656, 677, 662, 604, 625, 737, 658, 733, 689, 686, 665, 689, - 723, 691, 677, 669, 661, 728, 707, 751, 708, 746, 758, 712, 748, 705, - 723, 776, 743, 739, 796, 704, 714, 748, 732, 670, 709, 719, 703, 727, - 774, 773, 874, 980, 958, 993, 857, 902, 942, 917, 942, 917, 918, 877, - 841, 872, 824, 864, 819, 861, 813, 868, 894, 912, 936, 946, 852, 918, - 901, 886, 997, 1003, 1004, 974, 962, 900, 979, 973, 888, 888, 861, 915, - 988, 1029, 926, 1017, 1068, 985, 1011, 905, 881, 909, 968, 977, 918, - 942, 941, 887, 831, 857, 818, 874, 871, 861, 839, 733, 803, 777, 775, - 741, 771, 703, 681, 712, 673, 727, 705, 696, 787, 750, 847, 876, 922, - 918, 838, 789, 777, 720, 815, 858, 791, 885, 891, 867, 890, 915, 952, - 939, 1030, 1042, 1102, 1082, 1142, 1150, 1205, 1226, 1217, 1273, 1341, - 1477, 1455, 1409, 1464, 1537, 1561, 1467, 1281, 1224, 1489, 1635, 2821, - 4004, 2154, 1167, 743, 523, 182, 21, 4, 7, 2, 6, 0 - ] - ], - [ - "CXR_png/MCUCXR_0383_1.png", - [ - 41595, 5843, 463, 607, 558, 469, 608, 495, 377, 411, 418, 328, 354, 356, - 349, 353, 406, 355, 446, 447, 530, 497, 580, 630, 655, 679, 628, 645, - 601, 698, 699, 759, 776, 747, 813, 837, 883, 854, 894, 976, 975, 991, - 927, 945, 1022, 928, 1000, 1073, 1028, 973, 953, 871, 834, 885, 862, - 826, 863, 839, 789, 802, 787, 826, 932, 699, 742, 679, 692, 682, 635, - 685, 694, 750, 753, 688, 749, 707, 756, 746, 839, 786, 726, 684, 732, - 713, 665, 696, 684, 649, 659, 697, 591, 627, 644, 635, 680, 630, 684, - 678, 653, 671, 697, 703, 640, 739, 729, 772, 684, 710, 685, 703, 757, - 742, 724, 718, 732, 679, 651, 738, 635, 677, 661, 711, 725, 714, 702, - 786, 808, 771, 825, 772, 896, 836, 947, 870, 942, 987, 1018, 988, 1029, - 1008, 1057, 1141, 1154, 1092, 1098, 1117, 1076, 1072, 1050, 1065, 1036, - 1026, 1130, 1150, 1369, 1350, 1384, 1232, 1179, 1064, 1081, 1046, 1057, - 1066, 1068, 991, 954, 947, 989, 1025, 991, 985, 939, 862, 879, 837, 839, - 886, 908, 908, 874, 1002, 990, 931, 961, 1043, 1147, 1161, 1032, 942, - 848, 926, 914, 916, 877, 947, 933, 927, 890, 863, 906, 934, 807, 746, - 751, 858, 875, 880, 827, 814, 729, 717, 668, 712, 780, 893, 872, 913, - 904, 899, 893, 975, 951, 971, 1002, 951, 945, 931, 851, 942, 937, 1005, - 1054, 1063, 1049, 1000, 919, 996, 1135, 1098, 1184, 1300, 914, 971, - 1115, 1198, 1604, 1868, 1964, 2740, 1444, 370, 9, 67, 393, 285 - ] - ], - [ - "CXR_png/MCUCXR_0188_1.png", - [ - 38514, 1297, 3610, 4634, 5694, 416, 348, 327, 295, 333, 268, 331, 305, - 302, 324, 346, 252, 268, 332, 375, 525, 625, 628, 745, 700, 725, 680, - 717, 776, 808, 793, 847, 880, 979, 1082, 1199, 1255, 1177, 1194, 1192, - 1146, 1181, 1224, 1202, 1197, 1275, 1293, 1229, 1277, 1391, 1294, 1353, - 1303, 1346, 1245, 1320, 1335, 1313, 1324, 1232, 1172, 1118, 1200, 1169, - 1204, 1065, 1113, 1039, 1030, 1024, 988, 978, 953, 955, 977, 919, 972, - 925, 890, 946, 886, 913, 898, 919, 915, 890, 847, 854, 827, 802, 831, - 792, 804, 755, 749, 772, 720, 779, 701, 738, 687, 655, 703, 654, 674, - 658, 641, 680, 657, 695, 667, 738, 751, 722, 718, 694, 660, 699, 667, - 690, 712, 611, 680, 633, 652, 702, 685, 689, 640, 611, 645, 686, 643, - 614, 672, 668, 593, 661, 637, 690, 763, 794, 716, 687, 739, 809, 754, - 753, 748, 713, 776, 876, 873, 884, 820, 851, 806, 901, 868, 916, 907, - 901, 883, 925, 836, 837, 807, 807, 794, 783, 853, 838, 783, 808, 781, - 803, 822, 786, 829, 849, 834, 853, 815, 770, 759, 816, 838, 836, 768, - 805, 728, 759, 684, 735, 695, 701, 655, 686, 687, 655, 668, 656, 640, - 638, 634, 647, 626, 586, 580, 571, 597, 610, 615, 664, 688, 651, 663, - 587, 590, 664, 631, 546, 601, 707, 707, 746, 739, 713, 768, 784, 837, - 843, 864, 863, 983, 921, 853, 1007, 1162, 1093, 1116, 1117, 1156, 1325, - 1566, 1228, 1460, 1248, 1424, 2681, 2663, 1980, 29, 66, 700, 243 - ] - ], - [ - "CXR_png/MCUCXR_0254_1.png", - [ - 49270, 534, 297, 488, 364, 207, 237, 193, 164, 156, 166, 140, 141, 136, - 158, 165, 184, 175, 220, 304, 298, 337, 311, 337, 397, 407, 373, 442, - 429, 457, 475, 545, 635, 654, 649, 671, 718, 765, 739, 761, 907, 974, - 970, 1032, 1108, 1075, 1116, 1124, 1193, 1207, 1131, 1210, 1229, 1192, - 1182, 1177, 1148, 1204, 1104, 1122, 1143, 1095, 1162, 1038, 1138, 1050, - 1094, 999, 1055, 1096, 998, 1002, 1045, 1007, 986, 954, 898, 900, 935, - 880, 837, 764, 837, 839, 763, 764, 795, 784, 791, 776, 768, 697, 760, - 750, 716, 728, 704, 713, 683, 615, 634, 626, 647, 604, 617, 557, 552, - 569, 614, 589, 591, 592, 583, 582, 539, 584, 536, 516, 564, 552, 517, - 476, 534, 494, 535, 479, 539, 543, 529, 534, 569, 610, 562, 621, 606, - 576, 597, 572, 579, 597, 603, 671, 662, 684, 681, 673, 677, 618, 656, - 629, 592, 645, 676, 636, 625, 627, 633, 660, 648, 662, 642, 715, 691, - 628, 619, 646, 637, 636, 647, 698, 698, 736, 800, 761, 799, 768, 768, - 773, 838, 825, 846, 882, 906, 887, 884, 841, 921, 915, 843, 860, 872, - 726, 846, 793, 869, 808, 830, 796, 820, 903, 897, 877, 905, 964, 938, - 921, 945, 898, 980, 1159, 1066, 1032, 975, 1040, 1025, 1095, 1176, 1162, - 1130, 1158, 951, 824, 860, 884, 969, 1078, 869, 777, 906, 1003, 963, - 1171, 1069, 826, 1314, 975, 818, 1092, 1132, 1027, 1333, 1364, 1079, - 1397, 1370, 1011, 1485, 2046, 2388, 7881, 7284, 3834, 5, 13, 314, 378 - ] - ], - [ - "CXR_png/MCUCXR_0195_1.png", - [ - 14289, 219, 180, 272, 269, 298, 377, 388, 304, 363, 301, 334, 361, 320, - 339, 372, 379, 382, 404, 386, 409, 469, 549, 467, 527, 507, 566, 611, - 608, 617, 610, 617, 695, 632, 638, 686, 695, 812, 779, 873, 938, 998, - 975, 1046, 1048, 963, 996, 969, 1036, 1010, 1003, 1037, 1025, 1028, - 1070, 1041, 1092, 1091, 1043, 1039, 1143, 1070, 1053, 1166, 1182, 1197, - 1196, 1169, 1178, 1146, 1177, 1084, 1124, 1151, 1063, 1167, 1168, 1089, - 1117, 1156, 1092, 1149, 1102, 1117, 1128, 1067, 1088, 1059, 1075, 998, - 1029, 1025, 1035, 987, 990, 919, 968, 917, 882, 938, 955, 880, 961, 896, - 930, 909, 912, 999, 1048, 1074, 1067, 1164, 1056, 1059, 1087, 1086, - 1093, 1152, 1112, 1183, 1118, 1159, 1056, 1123, 1152, 1121, 1113, 1078, - 1018, 1027, 1007, 1005, 1040, 1007, 984, 1062, 1060, 1140, 1122, 1159, - 1186, 1245, 1268, 1345, 1522, 1456, 1431, 1419, 1477, 1424, 1584, 1681, - 1646, 1632, 1691, 1610, 1513, 1592, 1448, 1294, 1314, 1293, 1348, 1439, - 1347, 1292, 1141, 1105, 1021, 1023, 995, 1029, 1050, 1079, 1077, 1017, - 1015, 1026, 1063, 1040, 1065, 961, 980, 1068, 1037, 1006, 1050, 917, - 907, 904, 914, 896, 778, 777, 809, 726, 781, 760, 809, 833, 862, 864, - 836, 764, 758, 708, 672, 662, 648, 630, 625, 604, 567, 628, 537, 605, - 566, 593, 531, 579, 581, 597, 650, 690, 704, 688, 773, 642, 619, 640, - 694, 687, 792, 822, 792, 841, 739, 730, 852, 1011, 1009, 1045, 1050, - 1147, 1014, 907, 1094, 1384, 1856, 3569, 5892, 4042, 16, 17, 753, 523 - ] - ], - [ - "CXR_png/MCUCXR_0213_1.png", - [ - 51487, 6737, 8687, 8116, 1425, 898, 1017, 1122, 748, 894, 739, 565, 552, - 429, 390, 424, 439, 315, 343, 353, 340, 429, 496, 587, 574, 506, 630, - 614, 600, 681, 710, 749, 894, 827, 893, 895, 865, 917, 867, 824, 906, - 943, 870, 868, 841, 837, 793, 795, 802, 834, 742, 741, 761, 806, 761, - 815, 745, 745, 784, 786, 815, 787, 782, 790, 803, 798, 809, 746, 807, - 799, 786, 831, 819, 853, 814, 881, 864, 939, 936, 919, 927, 832, 847, - 819, 819, 857, 837, 846, 816, 837, 768, 815, 827, 816, 843, 841, 882, - 888, 901, 881, 846, 788, 795, 745, 690, 649, 695, 708, 750, 678, 701, - 688, 739, 755, 730, 743, 737, 697, 665, 703, 708, 694, 706, 661, 679, - 680, 667, 671, 716, 603, 643, 632, 720, 687, 658, 696, 718, 684, 675, - 648, 657, 679, 678, 754, 726, 677, 704, 715, 785, 813, 787, 805, 982, - 962, 990, 828, 895, 863, 871, 750, 826, 785, 840, 791, 777, 798, 795, - 767, 805, 756, 821, 717, 781, 680, 674, 667, 708, 700, 615, 722, 649, - 675, 650, 611, 648, 628, 610, 553, 505, 502, 486, 449, 436, 450, 422, - 466, 423, 396, 423, 458, 442, 430, 466, 395, 437, 445, 472, 431, 496, - 472, 483, 513, 440, 489, 438, 498, 433, 444, 441, 480, 474, 479, 506, - 571, 532, 579, 568, 574, 555, 659, 639, 750, 781, 748, 723, 726, 786, - 1010, 1270, 1336, 1979, 1881, 931, 1122, 1261, 1201, 1602, 1602, 1767, - 3011, 1579, 1412, 8, 9, 325, 379 - ] - ], - [ - "CXR_png/MCUCXR_0294_1.png", - [ - 10457, 739, 614, 813, 722, 567, 645, 615, 430, 494, 475, 363, 425, 323, - 314, 305, 320, 313, 396, 401, 430, 471, 474, 492, 521, 548, 543, 542, - 586, 599, 636, 662, 690, 671, 705, 698, 768, 768, 855, 968, 791, 834, - 863, 957, 966, 916, 861, 929, 903, 931, 920, 905, 896, 937, 961, 946, - 1043, 1037, 1038, 1032, 1023, 1115, 1055, 1046, 1044, 1013, 1038, 964, - 952, 968, 907, 922, 923, 860, 922, 1001, 1011, 961, 965, 1031, 1002, - 938, 894, 962, 918, 898, 918, 914, 874, 881, 878, 839, 849, 800, 843, - 869, 815, 824, 763, 824, 874, 898, 898, 873, 849, 865, 833, 876, 851, - 854, 846, 814, 810, 803, 791, 836, 797, 897, 856, 838, 894, 896, 925, - 948, 958, 1005, 1016, 1011, 1089, 1144, 1100, 1229, 1133, 1090, 1138, - 1186, 1077, 1053, 1171, 1149, 1208, 1186, 1181, 1233, 1220, 1117, 1138, - 1101, 1219, 1175, 1344, 1377, 1405, 1427, 1457, 1441, 1538, 1570, 1456, - 1502, 1528, 1450, 1550, 1462, 1327, 1306, 1232, 1274, 1272, 1227, 1188, - 1158, 1227, 1080, 1041, 1045, 1016, 1095, 1060, 1063, 1097, 1081, 984, - 911, 831, 789, 763, 729, 669, 642, 672, 592, 609, 662, 559, 566, 578, - 543, 555, 585, 687, 685, 667, 782, 714, 744, 666, 663, 718, 748, 684, - 676, 664, 643, 669, 651, 677, 730, 701, 739, 759, 788, 980, 1041, 1094, - 1233, 1030, 971, 947, 965, 985, 1036, 943, 985, 957, 996, 1099, 1198, - 1352, 1301, 1367, 1594, 1678, 1816, 1575, 1497, 1863, 1924, 2550, 6602, - 8333, 3862, 19, 34, 690, 440 - ] - ], - [ - "CXR_png/MCUCXR_0331_1.png", - [ - 52313, 3563, 402, 486, 493, 433, 500, 476, 418, 399, 387, 347, 332, 342, - 311, 317, 294, 302, 312, 395, 355, 490, 580, 629, 674, 702, 754, 804, - 866, 846, 856, 863, 936, 884, 898, 924, 893, 837, 889, 921, 874, 855, - 929, 968, 1039, 1050, 1076, 1064, 1143, 1062, 1055, 1148, 1087, 1098, - 1101, 1112, 1070, 1005, 988, 963, 921, 908, 966, 973, 971, 940, 966, - 948, 986, 943, 951, 1014, 921, 1130, 952, 913, 930, 915, 915, 822, 891, - 845, 877, 810, 835, 802, 831, 745, 789, 788, 731, 784, 741, 734, 704, - 680, 660, 627, 633, 663, 642, 618, 622, 636, 601, 587, 565, 598, 626, - 582, 629, 633, 623, 665, 622, 641, 656, 635, 652, 607, 633, 611, 651, - 603, 640, 595, 628, 630, 600, 626, 615, 629, 569, 597, 583, 584, 564, - 575, 595, 542, 612, 640, 642, 688, 677, 710, 716, 757, 774, 812, 810, - 823, 858, 824, 868, 903, 946, 877, 944, 1019, 943, 937, 1049, 1032, - 1144, 1179, 1150, 1190, 1134, 1162, 1103, 1185, 1117, 1092, 1059, 1048, - 1064, 1009, 1025, 953, 975, 963, 937, 944, 983, 987, 1135, 1333, 1282, - 1289, 1324, 1298, 1217, 1164, 1138, 1074, 964, 957, 1022, 1017, 1132, - 1206, 1181, 1203, 1106, 1004, 890, 802, 768, 707, 718, 628, 553, 539, - 531, 521, 491, 455, 462, 490, 488, 523, 534, 563, 522, 580, 560, 626, - 591, 610, 628, 656, 727, 733, 635, 632, 669, 650, 633, 577, 675, 644, - 598, 699, 879, 665, 735, 869, 1048, 1569, 4558, 3679, 7, 8, 415, 319 - ] - ], - [ - "CXR_png/MCUCXR_0282_1.png", - [ - 56721, 855, 748, 760, 643, 453, 533, 471, 393, 369, 337, 286, 298, 309, - 287, 278, 300, 263, 224, 291, 261, 314, 344, 316, 352, 432, 412, 431, - 473, 486, 535, 518, 603, 636, 709, 766, 671, 711, 791, 827, 854, 890, - 900, 964, 983, 977, 1005, 934, 919, 933, 969, 950, 1023, 923, 1010, 998, - 954, 940, 969, 1015, 982, 989, 964, 948, 1008, 977, 935, 949, 996, 949, - 886, 933, 888, 895, 825, 856, 802, 704, 723, 707, 637, 658, 612, 607, - 591, 595, 663, 603, 643, 627, 687, 637, 594, 634, 662, 631, 687, 656, - 677, 700, 657, 684, 706, 665, 671, 649, 654, 634, 642, 598, 574, 610, - 572, 569, 584, 564, 565, 558, 613, 577, 527, 595, 593, 561, 547, 529, - 535, 507, 499, 514, 486, 556, 489, 563, 569, 569, 553, 577, 585, 615, - 555, 630, 627, 645, 628, 622, 673, 669, 681, 683, 727, 748, 751, 812, - 801, 776, 797, 731, 729, 755, 829, 757, 711, 798, 774, 730, 798, 795, - 790, 791, 790, 865, 882, 821, 831, 813, 826, 797, 822, 827, 856, 806, - 871, 856, 833, 853, 842, 838, 859, 917, 759, 760, 814, 762, 776, 695, - 739, 727, 714, 801, 784, 778, 792, 851, 891, 793, 778, 808, 843, 861, - 908, 950, 914, 922, 895, 913, 900, 908, 826, 770, 775, 784, 880, 899, - 825, 811, 864, 907, 999, 1025, 1008, 1190, 1210, 1004, 1334, 1126, 1001, - 1147, 1289, 1426, 1615, 1231, 958, 1055, 941, 862, 1150, 1279, 1617, - 3138, 7316, 7967, 10, 7, 407, 288 - ] - ], - [ - "CXR_png/MCUCXR_0162_1.png", - [ - 50325, 9721, 3177, 1031, 604, 452, 483, 478, 363, 392, 371, 354, 332, - 333, 302, 319, 316, 361, 424, 439, 513, 535, 614, 717, 846, 860, 931, - 1013, 1015, 1122, 1146, 1172, 1196, 1132, 1204, 1198, 1272, 1358, 1308, - 1341, 1397, 1423, 1295, 1259, 1349, 1347, 1345, 1341, 1340, 1435, 1396, - 1249, 1360, 1255, 1251, 1241, 1145, 1116, 1132, 1106, 1058, 1079, 1027, - 1064, 1085, 981, 1026, 956, 940, 975, 945, 972, 895, 949, 939, 916, 936, - 943, 887, 899, 891, 924, 917, 916, 879, 914, 879, 876, 896, 854, 824, - 793, 804, 770, 785, 733, 720, 760, 764, 685, 704, 688, 707, 678, 667, - 684, 619, 589, 593, 619, 624, 598, 698, 615, 588, 640, 635, 630, 612, - 621, 606, 654, 657, 617, 608, 652, 634, 643, 618, 610, 652, 643, 629, - 571, 606, 613, 597, 598, 586, 621, 568, 604, 575, 549, 524, 557, 574, - 590, 576, 589, 579, 605, 595, 603, 676, 708, 648, 667, 692, 646, 657, - 621, 700, 695, 686, 740, 745, 752, 801, 852, 798, 778, 795, 797, 736, - 740, 754, 720, 745, 699, 814, 739, 853, 775, 719, 740, 708, 750, 809, - 772, 701, 729, 699, 706, 724, 688, 832, 836, 777, 771, 794, 782, 711, - 683, 690, 643, 610, 629, 613, 540, 570, 571, 571, 617, 635, 581, 617, - 598, 568, 565, 598, 637, 684, 659, 678, 638, 671, 599, 623, 605, 620, - 633, 723, 730, 1022, 831, 869, 1106, 1341, 1356, 1311, 1780, 1575, 1668, - 989, 802, 855, 809, 1000, 1223, 644, 356, 15, 15, 322, 359 - ] - ], - [ - "CXR_png/MCUCXR_0203_1.png", - [ - 15233, 10641, 924, 819, 702, 583, 455, 422, 287, 336, 351, 255, 257, - 254, 229, 243, 258, 280, 374, 413, 417, 439, 500, 510, 589, 656, 706, - 760, 806, 869, 894, 1004, 1037, 1048, 1085, 1187, 1176, 1135, 1264, - 1213, 1094, 1127, 1134, 1114, 1130, 1191, 1178, 1182, 1103, 1097, 1082, - 1094, 1121, 1092, 1082, 1057, 1143, 1176, 1199, 1118, 1220, 1209, 1236, - 1231, 1216, 1115, 1150, 1092, 1156, 1068, 1115, 1080, 1086, 1020, 1127, - 1081, 1072, 976, 951, 964, 927, 907, 899, 910, 883, 853, 902, 882, 899, - 884, 850, 841, 854, 899, 855, 856, 795, 796, 822, 778, 759, 797, 784, - 781, 769, 750, 759, 805, 797, 786, 803, 833, 796, 949, 950, 904, 934, - 903, 910, 870, 884, 813, 822, 802, 817, 802, 817, 868, 850, 895, 888, - 878, 872, 870, 828, 853, 770, 872, 830, 854, 908, 980, 1005, 1109, 1008, - 919, 985, 893, 997, 999, 1077, 1068, 988, 991, 1005, 962, 981, 1024, - 981, 930, 967, 1033, 1060, 998, 1063, 1047, 1032, 1069, 1082, 1112, - 1081, 1057, 1098, 1089, 1143, 1258, 1220, 1189, 1187, 1136, 1088, 944, - 975, 970, 1083, 1174, 1209, 1093, 1071, 1044, 1048, 1042, 1051, 1037, - 1033, 1036, 1009, 973, 994, 990, 986, 994, 894, 929, 972, 1033, 986, - 898, 863, 747, 816, 782, 772, 766, 746, 683, 734, 708, 756, 669, 655, - 686, 787, 732, 805, 814, 856, 950, 1011, 1058, 1080, 1195, 1341, 1286, - 1081, 1027, 884, 821, 825, 799, 928, 1160, 827, 803, 760, 799, 898, - 1140, 1518, 2061, 3859, 3238, 12, 8, 5, 0 - ] - ], - [ - "CXR_png/MCUCXR_0228_1.png", - [ - 10493, 705, 682, 698, 762, 507, 506, 501, 414, 397, 385, 363, 314, 308, - 337, 337, 392, 401, 465, 486, 563, 550, 578, 653, 741, 753, 794, 961, - 913, 1007, 1396, 1093, 1184, 1200, 1141, 1303, 1289, 1288, 1287, 1374, - 1534, 1453, 1384, 1470, 1413, 1447, 1491, 1399, 1419, 1460, 1408, 1348, - 1361, 1299, 1181, 1146, 1151, 1089, 1045, 1019, 1032, 1080, 962, 945, - 1020, 983, 1026, 988, 969, 989, 996, 964, 987, 989, 899, 974, 958, 907, - 903, 931, 909, 875, 902, 891, 903, 903, 894, 876, 922, 895, 981, 952, - 943, 1028, 1072, 1036, 1031, 1036, 994, 983, 995, 1049, 1048, 951, 950, - 971, 1011, 966, 971, 933, 887, 918, 860, 852, 825, 792, 776, 805, 768, - 770, 734, 779, 746, 714, 789, 816, 790, 847, 874, 837, 811, 804, 867, - 913, 890, 865, 894, 952, 914, 958, 976, 977, 1040, 1026, 1062, 1080, - 1120, 1095, 1111, 1150, 1132, 1214, 1186, 1201, 1232, 1264, 1302, 1225, - 1245, 1177, 1163, 1149, 1141, 1059, 1080, 1106, 1071, 1058, 1099, 1081, - 1141, 1163, 1115, 1170, 1155, 1177, 1130, 1156, 1153, 1081, 1081, 1117, - 1078, 1052, 989, 1019, 1009, 992, 1038, 1022, 1047, 986, 980, 913, 887, - 859, 866, 915, 1020, 961, 958, 954, 1032, 1066, 988, 925, 867, 899, 861, - 856, 861, 841, 844, 844, 750, 710, 745, 833, 868, 738, 778, 775, 859, - 913, 949, 839, 791, 831, 807, 795, 948, 963, 1024, 997, 873, 907, 837, - 828, 860, 832, 846, 842, 883, 879, 876, 817, 1076, 1242, 2033, 5387, - 5481, 1144, 34, 62, 620, 524 - ] - ], - [ - "CXR_png/MCUCXR_0289_1.png", - [ - 28104, 383, 379, 386, 324, 282, 325, 278, 239, 327, 269, 230, 240, 255, - 245, 285, 332, 325, 388, 362, 415, 516, 590, 688, 734, 788, 878, 948, - 1064, 1045, 1092, 1102, 1130, 1150, 1198, 1151, 1207, 1249, 1257, 1264, - 1220, 1237, 1199, 1266, 1312, 1334, 1260, 1258, 1154, 1099, 1096, 1175, - 1187, 1180, 1085, 1100, 1088, 1053, 1010, 997, 989, 970, 1018, 1018, - 994, 988, 991, 984, 927, 971, 971, 1003, 911, 932, 940, 927, 861, 866, - 910, 907, 881, 923, 907, 926, 893, 933, 829, 855, 891, 849, 834, 805, - 833, 810, 796, 872, 790, 844, 845, 812, 872, 824, 849, 906, 884, 830, - 856, 773, 786, 830, 763, 797, 738, 826, 768, 751, 744, 805, 760, 735, - 757, 749, 781, 810, 810, 762, 751, 723, 758, 775, 827, 788, 783, 811, - 820, 816, 877, 799, 905, 872, 923, 861, 983, 984, 936, 969, 866, 932, - 922, 913, 979, 952, 898, 897, 912, 917, 993, 875, 948, 969, 952, 996, - 1007, 1105, 1212, 1285, 1245, 1140, 1032, 1059, 1051, 1143, 1128, 1074, - 1108, 1074, 1203, 1223, 1233, 1247, 1237, 1164, 1149, 1020, 919, 788, - 815, 756, 754, 766, 710, 725, 626, 582, 551, 620, 565, 599, 574, 569, - 583, 569, 555, 557, 575, 594, 525, 550, 502, 546, 499, 519, 568, 609, - 627, 668, 734, 626, 714, 707, 767, 787, 926, 919, 889, 920, 920, 933, - 802, 794, 790, 869, 884, 840, 827, 881, 831, 884, 991, 972, 1214, 1313, - 939, 1170, 1332, 1154, 1458, 1364, 1951, 3998, 8498, 5948, 11, 33, 514, - 348 - ] - ], - [ - "CXR_png/MCUCXR_0354_1.png", - [ - 61111, 9347, 798, 988, 814, 679, 692, 583, 512, 457, 471, 377, 377, 339, - 312, 376, 286, 299, 315, 329, 391, 486, 570, 660, 784, 910, 1059, 1198, - 1243, 1331, 1376, 1582, 1544, 1620, 1687, 1629, 1592, 1774, 1679, 1689, - 1615, 1582, 1524, 1567, 1515, 1451, 1481, 1381, 1343, 1360, 1308, 1273, - 1304, 1334, 1285, 1247, 1232, 1110, 1134, 1066, 1094, 1024, 954, 921, - 980, 822, 827, 835, 893, 834, 849, 843, 884, 794, 777, 818, 774, 787, - 789, 766, 810, 784, 755, 748, 723, 720, 748, 650, 710, 714, 698, 699, - 676, 688, 705, 644, 671, 695, 687, 710, 693, 685, 652, 652, 594, 643, - 576, 563, 553, 607, 554, 538, 560, 635, 548, 567, 591, 566, 531, 532, - 525, 553, 496, 520, 530, 509, 490, 552, 513, 519, 517, 466, 487, 500, - 543, 530, 512, 511, 515, 525, 533, 526, 576, 557, 608, 566, 577, 564, - 578, 562, 654, 626, 674, 631, 656, 658, 622, 616, 581, 637, 625, 635, - 682, 716, 704, 766, 703, 782, 840, 857, 803, 850, 930, 978, 945, 949, - 971, 1023, 999, 1072, 995, 1026, 1060, 993, 1008, 1097, 1077, 1085, - 1164, 1237, 1393, 1319, 1186, 1124, 1041, 1053, 1182, 1244, 1172, 1228, - 1215, 1181, 1177, 1180, 1061, 943, 812, 748, 655, 555, 518, 458, 433, - 414, 366, 389, 358, 389, 345, 422, 408, 442, 483, 515, 536, 446, 367, - 403, 400, 342, 301, 339, 408, 415, 534, 425, 318, 298, 380, 469, 723, - 742, 644, 514, 516, 280, 160, 109, 34, 27, 0, 0, 0, 0, 0, 0 - ] - ], - [ - "CXR_png/MCUCXR_0367_1.png", - [ - 34067, 2283, 710, 630, 666, 534, 554, 469, 359, 387, 359, 374, 308, 324, - 264, 301, 293, 277, 317, 339, 357, 380, 384, 444, 422, 432, 452, 500, - 500, 565, 541, 529, 603, 636, 660, 701, 690, 680, 661, 680, 669, 681, - 696, 718, 732, 754, 779, 821, 867, 813, 854, 866, 888, 855, 949, 890, - 924, 871, 885, 922, 952, 911, 836, 878, 847, 802, 804, 826, 818, 774, - 775, 735, 721, 714, 703, 681, 750, 644, 695, 694, 662, 689, 615, 638, - 656, 725, 605, 659, 668, 671, 718, 702, 656, 632, 657, 586, 628, 632, - 601, 596, 662, 646, 625, 611, 590, 594, 567, 610, 599, 638, 642, 634, - 680, 678, 687, 649, 641, 651, 640, 655, 689, 710, 720, 673, 682, 707, - 690, 737, 757, 755, 729, 683, 725, 728, 765, 761, 755, 768, 832, 876, - 1039, 1078, 1109, 1084, 1139, 1067, 1044, 1027, 996, 895, 957, 952, 854, - 898, 864, 839, 871, 826, 867, 881, 866, 911, 910, 807, 839, 781, 833, - 848, 903, 911, 938, 903, 903, 939, 908, 923, 939, 928, 923, 905, 921, - 853, 869, 823, 793, 737, 753, 779, 729, 725, 730, 671, 726, 693, 665, - 678, 638, 669, 672, 714, 701, 753, 758, 829, 832, 824, 852, 883, 807, - 758, 801, 835, 799, 859, 912, 921, 862, 830, 766, 834, 793, 772, 775, - 919, 914, 1012, 1072, 1004, 1000, 948, 950, 1135, 1270, 1282, 1362, - 1384, 1222, 1429, 1577, 1636, 1874, 2478, 2147, 2357, 2062, 2050, 2554, - 2583, 3217, 8135, 12486, 1368, 18, 22, 861, 54 - ] - ], - [ - "CXR_png/MCUCXR_0266_1.png", - [ - 47941, 259, 210, 318, 330, 291, 382, 341, 207, 223, 200, 197, 201, 187, - 181, 202, 182, 228, 218, 267, 302, 409, 426, 436, 417, 449, 450, 466, - 438, 502, 542, 602, 610, 661, 631, 657, 642, 639, 580, 611, 636, 680, - 714, 729, 681, 732, 714, 731, 751, 734, 731, 732, 722, 763, 837, 845, - 893, 812, 891, 893, 859, 870, 928, 912, 797, 804, 762, 800, 780, 738, - 793, 770, 781, 734, 695, 747, 787, 741, 671, 688, 688, 684, 684, 607, - 675, 678, 670, 648, 689, 630, 605, 618, 620, 636, 611, 628, 621, 651, - 609, 622, 599, 622, 651, 645, 580, 608, 598, 583, 545, 586, 636, 653, - 657, 658, 713, 648, 673, 664, 667, 628, 660, 628, 600, 639, 678, 652, - 653, 607, 676, 696, 674, 699, 719, 759, 740, 718, 701, 695, 698, 741, - 734, 748, 790, 738, 775, 820, 810, 798, 770, 818, 793, 792, 782, 765, - 724, 717, 762, 767, 779, 768, 810, 717, 728, 727, 751, 762, 810, 755, - 771, 727, 839, 819, 853, 829, 857, 901, 877, 953, 911, 1005, 946, 996, - 1073, 1150, 1226, 1102, 1054, 1034, 1150, 1106, 1068, 1177, 1111, 1186, - 1179, 1229, 1343, 1288, 1359, 1419, 1467, 1376, 1228, 1163, 1127, 1063, - 1081, 1041, 1082, 1147, 1082, 1138, 1150, 1243, 1211, 1178, 1166, 1212, - 1223, 1080, 1021, 976, 947, 835, 851, 782, 788, 844, 748, 818, 752, 818, - 917, 887, 1143, 800, 815, 904, 1007, 1097, 1197, 1208, 1240, 1464, 1779, - 1894, 2172, 2297, 2663, 4712, 6852, 4618, 7, 17, 429, 305 - ] - ], - [ - "CXR_png/MCUCXR_0387_1.png", - [ - 41005, 586, 523, 557, 474, 403, 438, 443, 406, 401, 361, 314, 282, 278, - 251, 271, 329, 329, 454, 504, 541, 570, 574, 556, 579, 621, 697, 816, - 987, 1017, 1089, 1262, 1229, 1273, 1304, 1363, 1357, 1343, 1333, 1302, - 1318, 1334, 1417, 1373, 1312, 1382, 1346, 1353, 1338, 1340, 1324, 1321, - 1235, 1240, 1256, 1156, 1177, 1112, 1068, 1085, 1077, 960, 959, 959, - 992, 919, 837, 894, 885, 851, 841, 813, 839, 839, 768, 786, 729, 804, - 721, 753, 826, 787, 770, 719, 709, 721, 706, 661, 689, 657, 584, 683, - 617, 632, 590, 616, 591, 552, 557, 609, 590, 552, 537, 626, 589, 559, - 564, 543, 584, 542, 549, 534, 594, 564, 571, 608, 623, 548, 585, 562, - 601, 580, 578, 546, 525, 583, 554, 530, 581, 587, 595, 622, 637, 695, - 602, 651, 645, 628, 717, 651, 687, 662, 663, 707, 652, 633, 723, 691, - 674, 688, 727, 664, 697, 718, 741, 756, 760, 707, 762, 726, 677, 764, - 697, 743, 721, 769, 831, 788, 788, 736, 744, 807, 821, 885, 887, 923, - 859, 821, 867, 870, 925, 955, 999, 1063, 1160, 1124, 1128, 1258, 1292, - 1161, 1100, 1059, 1108, 1060, 1083, 1080, 1177, 1071, 986, 1015, 1046, - 993, 1110, 1099, 1078, 1050, 1076, 1036, 1021, 1025, 1059, 1132, 1176, - 1176, 1367, 1320, 1058, 952, 871, 839, 840, 814, 757, 698, 701, 739, - 703, 752, 674, 844, 902, 857, 887, 834, 803, 778, 759, 850, 1082, 1286, - 1648, 1659, 1417, 1025, 818, 756, 874, 1077, 1252, 2760, 6445, 3771, 5, - 13, 534, 263 - ] - ], - [ - "CXR_png/MCUCXR_0166_1.png", - [ - 46246, 5416, 5179, 523, 430, 387, 430, 389, 338, 300, 298, 317, 239, - 252, 308, 233, 249, 236, 388, 389, 478, 591, 716, 772, 858, 879, 915, - 1014, 1075, 1126, 1188, 1253, 1184, 1206, 1271, 1333, 1404, 1419, 1362, - 1300, 1270, 1402, 1407, 1379, 1409, 1458, 1312, 1291, 1371, 1340, 1364, - 1373, 1387, 1317, 1208, 1212, 1152, 1161, 1216, 1185, 1113, 1047, 1136, - 1023, 951, 926, 909, 841, 893, 939, 934, 918, 887, 879, 810, 902, 829, - 815, 789, 807, 793, 810, 741, 769, 749, 749, 739, 659, 643, 710, 711, - 698, 659, 671, 698, 656, 736, 797, 694, 631, 675, 654, 704, 595, 634, - 667, 568, 576, 634, 588, 620, 620, 645, 667, 653, 604, 633, 572, 665, - 597, 604, 577, 590, 593, 576, 558, 561, 596, 582, 557, 555, 548, 563, - 598, 519, 561, 554, 558, 601, 581, 566, 574, 627, 630, 616, 664, 680, - 657, 685, 658, 681, 668, 671, 692, 694, 626, 746, 715, 670, 682, 681, - 679, 724, 684, 685, 716, 694, 730, 698, 678, 715, 700, 766, 741, 719, - 807, 809, 870, 912, 864, 956, 914, 917, 904, 912, 902, 910, 920, 863, - 887, 888, 903, 861, 882, 882, 926, 879, 962, 1065, 1058, 914, 903, 842, - 903, 810, 836, 820, 808, 843, 781, 741, 633, 651, 630, 607, 662, 646, - 583, 547, 543, 557, 619, 678, 613, 653, 638, 676, 727, 794, 960, 928, - 861, 872, 936, 737, 534, 484, 480, 575, 614, 710, 802, 709, 935, 1064, - 947, 1175, 1253, 1555, 3126, 3668, 3445, 31, 18, 505, 328 - ] - ], - [ - "CXR_png/MCUCXR_0375_1.png", - [ - 23148, 12113, 5212, 841, 733, 629, 659, 680, 512, 510, 509, 429, 452, - 397, 402, 386, 383, 468, 523, 597, 711, 780, 876, 839, 899, 992, 1009, - 1164, 1241, 1166, 1232, 1258, 1301, 1336, 1329, 1320, 1476, 1517, 1527, - 1535, 1490, 1432, 1409, 1501, 1449, 1437, 1423, 1454, 1383, 1451, 1484, - 1416, 1354, 1276, 1246, 1223, 1214, 1320, 1172, 1189, 1206, 1122, 1160, - 1123, 1030, 1039, 1034, 1028, 992, 1057, 993, 1010, 1001, 994, 976, - 1058, 945, 1007, 925, 979, 952, 912, 874, 905, 823, 877, 800, 800, 802, - 984, 725, 739, 685, 674, 724, 718, 720, 726, 663, 694, 664, 681, 656, - 646, 669, 737, 714, 671, 680, 731, 687, 726, 681, 725, 729, 678, 697, - 788, 768, 742, 749, 783, 731, 727, 775, 759, 785, 756, 829, 796, 814, - 857, 855, 856, 796, 816, 788, 832, 839, 864, 916, 864, 898, 948, 928, - 913, 971, 1028, 866, 912, 877, 907, 910, 857, 881, 924, 910, 937, 1039, - 1075, 943, 1006, 924, 973, 912, 900, 907, 910, 978, 964, 926, 881, 862, - 855, 853, 886, 828, 795, 832, 782, 789, 827, 776, 785, 775, 747, 686, - 749, 743, 715, 715, 674, 689, 629, 636, 641, 670, 662, 721, 736, 748, - 750, 821, 749, 726, 674, 666, 716, 688, 653, 640, 650, 677, 749, 773, - 742, 718, 737, 716, 659, 692, 734, 656, 736, 716, 721, 813, 824, 762, - 746, 656, 657, 698, 677, 659, 805, 796, 682, 773, 843, 848, 802, 751, - 715, 830, 778, 708, 1290, 1558, 2294, 2600, 1055, 20, 56, 707, 424 - ] - ], - [ - "CXR_png/MCUCXR_0194_1.png", - [ - 31356, 5861, 1000, 1113, 938, 725, 844, 754, 527, 538, 561, 425, 467, - 403, 370, 406, 363, 349, 373, 478, 482, 598, 665, 844, 795, 908, 908, - 901, 969, 963, 960, 963, 928, 992, 985, 1001, 1079, 1016, 1023, 1049, - 1143, 1159, 1198, 1138, 1253, 1151, 1218, 1101, 1107, 1126, 1164, 1285, - 1303, 1287, 1309, 1290, 1286, 1257, 1212, 1173, 1132, 1181, 1007, 1114, - 1057, 1081, 1028, 1028, 1051, 1043, 1002, 887, 938, 966, 918, 904, 941, - 866, 843, 794, 812, 759, 775, 737, 692, 674, 722, 724, 666, 707, 677, - 751, 667, 663, 639, 656, 662, 649, 723, 703, 683, 666, 677, 675, 682, - 730, 609, 629, 638, 609, 585, 587, 626, 656, 595, 594, 641, 696, 661, - 701, 736, 732, 722, 693, 768, 739, 794, 763, 765, 840, 807, 839, 861, - 883, 870, 907, 865, 855, 855, 872, 899, 850, 902, 920, 839, 861, 887, - 907, 960, 948, 1019, 1012, 1057, 1010, 953, 1054, 1064, 928, 935, 1022, - 954, 973, 983, 1000, 1054, 1045, 1073, 1131, 1074, 1156, 1112, 1107, - 1032, 1026, 1102, 1056, 961, 957, 1016, 1002, 889, 911, 890, 860, 877, - 822, 777, 762, 821, 831, 821, 797, 790, 856, 802, 753, 730, 594, 633, - 640, 622, 589, 627, 589, 579, 573, 600, 588, 586, 616, 566, 624, 573, - 601, 565, 547, 566, 574, 611, 615, 556, 581, 597, 679, 739, 812, 771, - 723, 761, 874, 922, 1077, 1137, 1090, 1193, 1214, 1323, 1252, 1248, - 1124, 1222, 1494, 1252, 1552, 1659, 1851, 2052, 1704, 1806, 2254, 3605, - 1342, 19, 50, 700, 416 - ] - ], - [ - "CXR_png/MCUCXR_0108_1.png", - [ - 13574, 6177, 602, 656, 623, 449, 472, 483, 389, 385, 366, 296, 297, 286, - 256, 288, 290, 257, 339, 397, 393, 520, 623, 687, 757, 887, 1012, 1082, - 1130, 1128, 1278, 1322, 1469, 1469, 1543, 1502, 1604, 1666, 1700, 1688, - 1761, 1678, 1683, 1578, 1547, 1532, 1516, 1499, 1588, 1380, 1496, 1509, - 1470, 1442, 1334, 1348, 1418, 1308, 1228, 1272, 1344, 1251, 1364, 1260, - 1285, 1351, 1333, 1329, 1284, 1202, 1246, 1245, 1144, 1066, 1032, 1127, - 1076, 1019, 943, 1004, 1000, 966, 995, 1011, 968, 941, 932, 891, 868, - 830, 780, 806, 730, 754, 708, 737, 767, 792, 741, 698, 763, 796, 747, - 715, 791, 726, 768, 759, 703, 763, 759, 764, 782, 794, 816, 844, 829, - 762, 768, 824, 820, 796, 839, 806, 769, 790, 751, 825, 818, 855, 817, - 763, 850, 801, 891, 824, 862, 931, 842, 906, 949, 995, 1041, 1041, 1093, - 1077, 1080, 1114, 1123, 1117, 1144, 1105, 1147, 1138, 1140, 1199, 1167, - 1196, 1218, 1159, 1128, 1148, 1024, 969, 1012, 976, 928, 924, 866, 989, - 897, 882, 949, 852, 871, 873, 890, 840, 812, 833, 796, 781, 814, 816, - 840, 885, 827, 846, 914, 910, 850, 864, 896, 857, 873, 865, 860, 812, - 861, 819, 877, 891, 902, 850, 865, 918, 929, 842, 817, 753, 629, 671, - 610, 669, 629, 600, 645, 582, 615, 656, 640, 680, 770, 769, 760, 810, - 843, 853, 787, 756, 738, 943, 850, 784, 838, 889, 801, 844, 937, 991, - 1195, 1050, 943, 967, 929, 803, 1045, 1098, 1660, 5356, 4123, 1006, 12, - 30, 24, 0 - ] - ], - [ - "CXR_png/MCUCXR_0182_1.png", - [ - 59675, 971, 1059, 1149, 910, 669, 752, 698, 537, 591, 494, 432, 391, - 379, 374, 372, 390, 364, 394, 414, 409, 466, 484, 489, 517, 459, 552, - 598, 654, 767, 819, 842, 867, 836, 892, 942, 1031, 990, 996, 1059, 1021, - 1078, 1000, 1004, 963, 990, 1021, 1032, 1008, 1025, 991, 996, 976, 904, - 993, 975, 1043, 1004, 1037, 1033, 1132, 1055, 1000, 1086, 1071, 1031, - 988, 899, 973, 982, 946, 1008, 1030, 1068, 922, 983, 906, 896, 915, 871, - 856, 855, 875, 870, 825, 848, 884, 743, 769, 810, 793, 839, 791, 791, - 789, 787, 772, 825, 774, 742, 789, 703, 777, 733, 708, 706, 753, 692, - 676, 655, 734, 703, 661, 689, 704, 676, 729, 707, 697, 665, 690, 632, - 659, 646, 592, 604, 676, 646, 639, 651, 643, 675, 640, 621, 648, 673, - 680, 675, 707, 734, 716, 749, 725, 702, 762, 733, 771, 811, 857, 816, - 842, 877, 833, 868, 876, 932, 984, 985, 984, 950, 807, 813, 824, 837, - 916, 882, 955, 920, 1020, 970, 991, 912, 931, 959, 950, 1011, 1050, - 1031, 1141, 1170, 1121, 1141, 1148, 1108, 1074, 1095, 1138, 1077, 1103, - 1077, 1104, 1042, 1001, 908, 835, 848, 825, 799, 808, 860, 788, 765, - 730, 742, 776, 811, 809, 754, 701, 607, 569, 620, 606, 609, 578, 517, - 532, 504, 511, 468, 532, 523, 536, 563, 598, 562, 489, 500, 517, 475, - 582, 675, 662, 726, 843, 827, 873, 801, 872, 952, 782, 710, 608, 746, - 765, 489, 556, 652, 1058, 2126, 1508, 154, 11, 14, 602, 217 - ] - ], - [ - "CXR_png/MCUCXR_0255_1.png", - [ - 56189, 1829, 570, 782, 684, 507, 566, 441, 410, 366, 384, 323, 294, 285, - 290, 277, 278, 280, 328, 320, 376, 395, 385, 377, 382, 410, 434, 481, - 443, 474, 523, 540, 568, 560, 667, 652, 714, 665, 688, 795, 831, 916, - 871, 898, 961, 973, 978, 1073, 1197, 1168, 1231, 1275, 1256, 1236, 1182, - 1222, 1274, 1214, 1147, 1214, 1237, 1195, 1186, 1223, 1188, 1184, 1090, - 1115, 1098, 1125, 1100, 1086, 1105, 1234, 1019, 1045, 1049, 912, 950, - 952, 915, 894, 885, 871, 874, 931, 827, 884, 801, 815, 869, 858, 803, - 716, 738, 761, 722, 739, 697, 717, 737, 711, 719, 769, 722, 764, 734, - 748, 740, 741, 717, 716, 731, 654, 665, 645, 654, 611, 617, 626, 642, - 575, 587, 569, 600, 575, 606, 600, 525, 562, 577, 584, 491, 517, 594, - 585, 571, 628, 631, 581, 590, 567, 606, 652, 602, 585, 641, 641, 627, - 598, 623, 669, 706, 675, 692, 675, 722, 704, 696, 673, 615, 677, 618, - 627, 671, 659, 651, 698, 655, 636, 674, 695, 720, 708, 679, 725, 759, - 744, 768, 778, 788, 739, 793, 823, 845, 800, 822, 916, 855, 925, 988, - 906, 903, 916, 941, 905, 944, 918, 900, 957, 984, 901, 919, 861, 975, - 911, 960, 930, 909, 874, 889, 883, 881, 868, 930, 921, 933, 929, 998, - 1050, 1046, 1120, 1134, 1323, 1369, 1405, 1553, 1330, 1207, 1319, 1343, - 1410, 1096, 1001, 991, 983, 872, 962, 824, 771, 940, 1013, 903, 937, - 884, 538, 796, 958, 1139, 2053, 2492, 789, 46, 64, 403, 259 - ] - ], - [ - "CXR_png/MCUCXR_0170_1.png", - [ - 49065, 7157, 3862, 372, 370, 335, 409, 354, 340, 310, 303, 270, 272, - 259, 274, 284, 251, 268, 275, 361, 410, 498, 632, 744, 783, 827, 941, - 1076, 1062, 1144, 1187, 1243, 1292, 1318, 1388, 1384, 1402, 1360, 1348, - 1320, 1294, 1327, 1353, 1325, 1226, 1280, 1313, 1378, 1364, 1325, 1348, - 1339, 1337, 1338, 1269, 1241, 1240, 1261, 1193, 1135, 1091, 1093, 1056, - 1030, 1040, 1062, 1008, 941, 927, 1001, 937, 854, 860, 905, 803, 821, - 864, 798, 785, 828, 821, 766, 856, 784, 696, 714, 764, 745, 665, 724, - 658, 690, 723, 673, 695, 704, 632, 654, 628, 659, 637, 652, 651, 645, - 633, 631, 628, 607, 597, 571, 607, 605, 597, 579, 609, 608, 567, 605, - 570, 541, 593, 559, 579, 595, 614, 643, 622, 591, 612, 595, 685, 628, - 670, 619, 579, 671, 611, 593, 617, 559, 653, 640, 573, 628, 669, 627, - 672, 665, 710, 643, 689, 693, 668, 649, 639, 705, 668, 714, 676, 685, - 686, 677, 690, 757, 708, 697, 736, 756, 712, 778, 814, 803, 857, 829, - 801, 908, 836, 806, 862, 829, 841, 914, 860, 897, 879, 832, 885, 939, - 907, 915, 931, 987, 935, 865, 891, 856, 893, 906, 899, 911, 968, 1004, - 920, 857, 856, 804, 729, 671, 611, 582, 591, 583, 608, 604, 591, 552, - 617, 601, 509, 544, 574, 588, 642, 699, 699, 730, 787, 815, 934, 1046, - 873, 1033, 1174, 797, 696, 467, 431, 505, 580, 602, 776, 738, 711, 866, - 1041, 987, 1334, 1525, 1398, 2776, 2618, 1290, 42, 13, 421, 417 - ] - ], - [ - "CXR_png/MCUCXR_0348_1.png", - [ - 78400, 1622, 1204, 1597, 864, 630, 838, 658, 425, 533, 503, 420, 378, - 392, 316, 358, 346, 334, 350, 339, 349, 413, 467, 564, 573, 576, 601, - 645, 622, 656, 683, 653, 694, 669, 706, 777, 729, 714, 765, 748, 787, - 790, 732, 689, 759, 665, 600, 647, 671, 667, 710, 711, 713, 719, 685, - 710, 648, 604, 639, 667, 626, 683, 659, 705, 646, 652, 686, 740, 741, - 726, 731, 689, 685, 737, 738, 848, 749, 730, 741, 771, 656, 711, 663, - 674, 708, 673, 753, 668, 726, 719, 723, 708, 736, 743, 741, 780, 759, - 840, 785, 787, 801, 814, 755, 802, 715, 816, 817, 802, 798, 786, 810, - 787, 826, 875, 851, 804, 802, 839, 830, 832, 838, 830, 852, 835, 803, - 766, 796, 794, 774, 712, 714, 763, 753, 716, 726, 696, 722, 742, 676, - 689, 763, 730, 684, 736, 662, 640, 633, 590, 604, 630, 663, 659, 647, - 613, 733, 714, 767, 731, 804, 774, 695, 729, 932, 590, 632, 597, 627, - 618, 652, 633, 615, 560, 570, 569, 600, 557, 552, 592, 547, 513, 520, - 492, 481, 485, 483, 415, 470, 454, 485, 458, 467, 455, 509, 494, 498, - 426, 479, 423, 478, 477, 460, 466, 462, 484, 464, 438, 430, 454, 442, - 437, 456, 440, 457, 449, 467, 493, 482, 486, 513, 542, 608, 664, 628, - 682, 679, 700, 696, 722, 762, 738, 685, 770, 824, 837, 906, 932, 852, - 874, 1058, 1087, 1209, 1192, 1115, 1296, 1395, 1163, 1509, 1620, 1873, - 3003, 4054, 4235, 11, 13, 354, 351 - ] - ], - [ - "CXR_png/MCUCXR_0113_1.png", - [ - 25048, 20015, 3353, 1354, 1171, 870, 832, 724, 579, 578, 576, 490, 528, - 488, 489, 507, 466, 420, 424, 397, 379, 371, 374, 374, 352, 381, 450, - 445, 483, 490, 466, 519, 540, 535, 536, 581, 547, 578, 562, 594, 615, - 647, 665, 703, 661, 638, 680, 685, 649, 648, 658, 645, 661, 734, 727, - 778, 744, 733, 789, 803, 875, 873, 894, 917, 879, 847, 856, 891, 856, - 840, 848, 812, 821, 818, 790, 802, 732, 820, 766, 772, 782, 771, 810, - 764, 774, 770, 830, 823, 746, 739, 755, 777, 733, 743, 732, 691, 714, - 752, 724, 766, 776, 739, 751, 764, 757, 771, 748, 725, 710, 761, 759, - 777, 742, 719, 716, 714, 769, 705, 704, 672, 727, 708, 633, 695, 653, - 713, 709, 696, 712, 783, 782, 801, 805, 761, 784, 792, 797, 792, 777, - 881, 817, 831, 868, 849, 848, 864, 868, 861, 906, 876, 863, 841, 762, - 817, 817, 833, 818, 773, 709, 747, 776, 802, 859, 870, 882, 963, 916, - 933, 891, 893, 828, 813, 795, 759, 826, 778, 782, 829, 833, 825, 835, - 799, 806, 846, 885, 904, 919, 990, 916, 894, 876, 935, 886, 848, 826, - 800, 764, 796, 850, 808, 944, 935, 918, 887, 904, 1013, 990, 930, 992, - 946, 1020, 1091, 1056, 1022, 1057, 1026, 1028, 1146, 1020, 986, 933, - 926, 992, 973, 929, 896, 843, 825, 835, 943, 912, 994, 1034, 1012, 1061, - 1118, 1098, 1244, 1494, 1619, 1957, 2296, 2371, 2555, 3239, 2204, 1656, - 1693, 1699, 1855, 2974, 1994, 20, 10, 11, 0 - ] - ] - ], - "validation": [ - [ - "CXR_png/MCUCXR_0086_0.png", - [ - 43483, 775, 630, 599, 435, 292, 451, 416, 278, 321, 272, 226, 235, 249, - 209, 267, 224, 215, 254, 318, 377, 471, 497, 610, 649, 656, 768, 713, - 707, 665, 654, 658, 729, 741, 768, 780, 782, 842, 874, 884, 912, 922, - 906, 832, 839, 856, 891, 893, 893, 868, 868, 857, 894, 895, 824, 850, - 814, 805, 851, 800, 810, 796, 765, 769, 790, 803, 768, 792, 782, 692, - 706, 763, 753, 752, 751, 728, 793, 723, 739, 719, 721, 639, 626, 682, - 633, 696, 657, 659, 692, 714, 711, 692, 712, 650, 685, 702, 675, 747, - 734, 735, 673, 669, 652, 667, 635, 655, 605, 629, 596, 561, 642, 599, - 654, 612, 634, 623, 638, 617, 640, 599, 627, 690, 645, 687, 717, 709, - 684, 698, 737, 731, 734, 787, 780, 796, 790, 784, 816, 827, 884, 894, - 822, 816, 820, 784, 793, 774, 796, 808, 850, 935, 946, 935, 949, 940, - 925, 853, 838, 823, 804, 842, 795, 783, 806, 899, 852, 803, 786, 773, - 796, 869, 915, 1111, 1059, 1015, 1071, 1088, 1103, 1099, 1139, 1282, - 1473, 1374, 1370, 1309, 1144, 966, 914, 917, 953, 966, 934, 972, 986, - 1056, 931, 761, 628, 614, 619, 618, 684, 706, 668, 639, 632, 588, 618, - 573, 588, 659, 636, 671, 643, 711, 681, 656, 674, 640, 673, 698, 695, - 745, 752, 901, 927, 963, 885, 915, 878, 870, 857, 1057, 1011, 979, 978, - 1041, 951, 1090, 1169, 1317, 1405, 1347, 1395, 1773, 1899, 1642, 2000, - 2205, 2735, 5334, 8790, 4968, 32, 41, 754, 386 - ] - ], - [ - "CXR_png/MCUCXR_0079_0.png", - [ - 52285, 736, 604, 613, 472, 386, 414, 389, 305, 321, 305, 289, 294, 240, - 276, 269, 258, 264, 317, 345, 343, 400, 472, 491, 540, 537, 577, 533, - 520, 590, 557, 563, 565, 576, 553, 567, 548, 647, 655, 741, 708, 706, - 730, 717, 670, 732, 761, 746, 804, 830, 826, 842, 800, 847, 804, 782, - 830, 790, 790, 828, 740, 767, 786, 816, 869, 890, 965, 982, 951, 967, - 1081, 958, 1049, 1083, 1046, 1029, 1087, 1104, 1071, 1124, 1120, 1099, - 1142, 1101, 1098, 1068, 1084, 1086, 1055, 1025, 1021, 936, 947, 941, - 996, 962, 975, 962, 962, 905, 927, 907, 884, 883, 923, 820, 865, 922, - 817, 853, 880, 833, 879, 776, 867, 805, 843, 813, 881, 846, 771, 759, - 732, 791, 735, 756, 731, 772, 816, 755, 735, 734, 763, 775, 717, 731, - 726, 723, 736, 684, 725, 784, 748, 757, 721, 707, 713, 758, 692, 733, - 774, 781, 806, 803, 804, 776, 825, 811, 832, 817, 744, 751, 674, 730, - 740, 771, 766, 802, 829, 853, 874, 803, 900, 865, 916, 860, 835, 856, - 899, 895, 848, 924, 865, 883, 836, 829, 844, 789, 826, 926, 890, 999, - 945, 1078, 1103, 1154, 1197, 1378, 1567, 1714, 1696, 1558, 1449, 1544, - 1670, 1674, 1610, 1512, 1520, 1502, 1495, 1380, 1290, 1113, 1156, 1282, - 1255, 1272, 1335, 1120, 1001, 967, 887, 808, 739, 743, 725, 761, 680, - 647, 639, 640, 610, 516, 562, 597, 591, 652, 749, 748, 697, 737, 696, - 724, 582, 482, 550, 512, 559, 915, 1605, 419, 10, 15, 427, 278 - ] - ], - [ - "CXR_png/MCUCXR_0043_0.png", - [ - 57257, 1401, 1056, 1029, 826, 607, 661, 598, 460, 487, 437, 376, 395, - 362, 327, 349, 347, 354, 337, 376, 413, 426, 453, 479, 484, 548, 612, - 588, 643, 609, 612, 659, 683, 709, 662, 674, 672, 680, 715, 644, 739, - 735, 711, 737, 796, 739, 758, 800, 769, 841, 910, 871, 866, 913, 829, - 858, 800, 797, 795, 801, 673, 737, 720, 704, 728, 683, 652, 618, 662, - 684, 670, 648, 704, 805, 695, 639, 649, 664, 620, 614, 624, 624, 632, - 601, 576, 608, 603, 628, 568, 589, 623, 614, 574, 546, 588, 557, 556, - 568, 620, 647, 632, 568, 587, 612, 579, 608, 597, 577, 602, 584, 680, - 643, 642, 597, 638, 617, 667, 639, 627, 653, 632, 661, 608, 655, 689, - 640, 653, 623, 716, 702, 648, 696, 625, 648, 671, 696, 642, 628, 670, - 651, 642, 673, 680, 703, 635, 710, 706, 705, 701, 753, 739, 834, 839, - 847, 891, 850, 846, 821, 831, 818, 851, 846, 841, 863, 822, 797, 834, - 852, 873, 860, 884, 863, 944, 916, 930, 919, 928, 958, 974, 1011, 981, - 1023, 918, 935, 900, 968, 915, 1018, 1019, 1117, 1165, 1236, 1145, 1209, - 1156, 1051, 945, 931, 874, 887, 878, 972, 985, 919, 881, 841, 899, 849, - 822, 875, 835, 730, 732, 706, 716, 762, 800, 759, 820, 838, 841, 774, - 789, 799, 783, 804, 778, 792, 829, 849, 897, 913, 933, 993, 916, 909, - 946, 1008, 1168, 1257, 1484, 1403, 1393, 1513, 1492, 1259, 1415, 1975, - 2318, 4019, 5395, 2657, 14, 60, 486, 191 - ] - ], - [ - "CXR_png/MCUCXR_0084_0.png", - [ - 59479, 1094, 897, 1023, 856, 632, 758, 689, 503, 507, 482, 429, 423, - 408, 355, 385, 398, 343, 428, 434, 406, 438, 442, 483, 571, 530, 629, - 637, 645, 655, 586, 602, 654, 610, 606, 649, 700, 702, 717, 791, 787, - 808, 800, 814, 853, 776, 847, 761, 737, 730, 732, 714, 694, 699, 661, - 652, 637, 634, 609, 629, 613, 578, 594, 591, 663, 609, 646, 652, 615, - 603, 628, 605, 677, 824, 672, 625, 612, 585, 595, 585, 653, 612, 652, - 646, 640, 606, 630, 637, 642, 583, 644, 590, 669, 623, 660, 646, 660, - 650, 660, 595, 633, 617, 620, 699, 657, 666, 624, 681, 607, 625, 635, - 640, 641, 665, 660, 613, 613, 603, 610, 640, 635, 633, 610, 632, 659, - 660, 641, 681, 710, 690, 718, 701, 657, 728, 745, 768, 788, 718, 774, - 756, 748, 809, 824, 857, 861, 819, 878, 915, 866, 853, 857, 850, 903, - 1002, 979, 968, 876, 952, 937, 984, 983, 859, 892, 850, 812, 744, 762, - 780, 769, 788, 916, 909, 959, 1039, 1065, 1066, 1065, 1108, 1143, 1169, - 1141, 1069, 1030, 1050, 872, 871, 877, 894, 845, 832, 766, 755, 778, - 765, 811, 772, 804, 801, 872, 837, 829, 794, 677, 700, 669, 639, 582, - 566, 598, 557, 544, 503, 509, 527, 552, 590, 586, 586, 633, 596, 691, - 660, 693, 782, 813, 739, 666, 629, 679, 680, 658, 844, 828, 745, 737, - 733, 707, 737, 866, 890, 1060, 1250, 1203, 1523, 1846, 1276, 1571, 2022, - 2603, 4867, 6577, 5674, 6, 19, 519, 183 - ] - ], - [ - "CXR_png/MCUCXR_0044_0.png", - [ - 26707, 187, 204, 288, 285, 233, 272, 245, 210, 239, 248, 211, 238, 199, - 224, 212, 190, 263, 259, 343, 328, 379, 430, 481, 506, 577, 608, 577, - 622, 633, 703, 663, 674, 710, 739, 709, 696, 687, 726, 750, 690, 785, - 768, 811, 815, 918, 796, 871, 837, 877, 839, 786, 851, 850, 858, 894, - 911, 915, 1008, 986, 994, 1004, 977, 937, 948, 997, 911, 964, 1033, - 1040, 1018, 958, 958, 974, 927, 945, 923, 1020, 934, 960, 935, 961, 923, - 899, 924, 885, 884, 844, 965, 843, 837, 866, 810, 845, 815, 823, 758, - 736, 736, 678, 727, 747, 761, 761, 728, 666, 673, 685, 706, 703, 708, - 659, 613, 637, 636, 653, 666, 616, 620, 579, 611, 591, 603, 593, 609, - 591, 589, 667, 631, 637, 677, 687, 669, 670, 669, 603, 732, 645, 744, - 804, 756, 826, 746, 768, 758, 805, 814, 836, 837, 792, 828, 852, 896, - 896, 914, 836, 850, 844, 855, 841, 838, 901, 877, 859, 825, 887, 916, - 866, 911, 867, 890, 900, 890, 947, 854, 874, 919, 988, 1008, 1046, 1067, - 1003, 975, 1006, 972, 1055, 1146, 1234, 1264, 1353, 1367, 1367, 1478, - 1546, 1510, 1520, 1578, 1654, 1591, 1440, 1296, 1135, 1198, 1186, 1273, - 1298, 1282, 1171, 1184, 1188, 1091, 1002, 1020, 1019, 967, 924, 929, - 993, 952, 940, 911, 939, 1032, 1011, 1131, 1146, 1088, 1065, 1126, 1106, - 1097, 1299, 1429, 1361, 1314, 1092, 1041, 975, 1046, 1170, 1417, 1692, - 1152, 1278, 1118, 881, 1200, 1483, 1944, 2912, 9165, 8321, 10, 53, 559, - 317 - ] - ], - [ - "CXR_png/MCUCXR_0001_0.png", - [ - 82716, 393, 385, 509, 507, 463, 580, 527, 399, 435, 454, 356, 368, 352, - 355, 348, 387, 387, 374, 371, 381, 444, 482, 494, 575, 608, 642, 966, - 619, 572, 610, 596, 688, 706, 770, 816, 781, 871, 758, 752, 750, 727, - 731, 791, 743, 807, 827, 832, 866, 871, 865, 885, 870, 920, 901, 901, - 776, 968, 900, 871, 884, 870, 832, 793, 760, 754, 686, 744, 802, 808, - 750, 717, 682, 668, 705, 743, 683, 741, 680, 649, 663, 650, 677, 690, - 658, 629, 647, 615, 608, 588, 579, 609, 572, 575, 588, 521, 568, 557, - 518, 546, 496, 518, 472, 499, 522, 490, 486, 473, 515, 475, 487, 480, - 509, 460, 482, 424, 514, 444, 459, 446, 457, 497, 464, 531, 462, 512, - 548, 537, 525, 546, 525, 555, 553, 616, 596, 560, 566, 507, 528, 559, - 540, 541, 579, 525, 580, 591, 623, 625, 595, 577, 603, 586, 611, 592, - 619, 623, 638, 644, 652, 666, 648, 666, 623, 663, 654, 638, 630, 708, - 774, 781, 770, 854, 868, 848, 824, 855, 891, 894, 943, 951, 949, 923, - 893, 918, 885, 788, 747, 830, 807, 815, 877, 919, 984, 1068, 1176, 1132, - 1133, 1157, 1110, 981, 906, 764, 678, 718, 710, 679, 700, 616, 633, 648, - 483, 546, 569, 593, 963, 612, 546, 509, 536, 564, 524, 495, 482, 488, - 487, 524, 534, 609, 703, 737, 749, 721, 640, 606, 622, 593, 585, 637, - 670, 632, 730, 732, 785, 848, 925, 894, 961, 1256, 1946, 2934, 4860, - 5016, 48, 21, 398, 291 - ] - ], - [ - "CXR_png/MCUCXR_0060_0.png", - [ - 75670, 15991, 7654, 2443, 1486, 928, 836, 749, 604, 622, 528, 494, 488, - 399, 436, 448, 387, 375, 396, 396, 410, 468, 490, 617, 613, 664, 701, - 863, 891, 932, 931, 993, 997, 1010, 1001, 984, 1022, 1006, 1007, 1004, - 1076, 1068, 1191, 1094, 1169, 1128, 1086, 1136, 1106, 1153, 1197, 1084, - 1108, 1095, 1063, 1023, 972, 974, 963, 950, 959, 986, 949, 958, 956, - 932, 921, 967, 886, 893, 835, 855, 827, 793, 802, 785, 752, 761, 765, - 717, 683, 697, 680, 628, 660, 623, 627, 588, 641, 708, 637, 664, 690, - 691, 643, 625, 604, 678, 648, 666, 599, 590, 610, 571, 544, 536, 523, - 534, 511, 483, 496, 512, 519, 457, 509, 546, 540, 496, 502, 497, 495, - 541, 585, 516, 513, 514, 476, 479, 442, 478, 450, 517, 457, 458, 448, - 464, 422, 460, 495, 442, 475, 448, 473, 437, 485, 513, 516, 516, 497, - 570, 494, 593, 640, 638, 589, 593, 595, 540, 514, 551, 523, 514, 500, - 505, 556, 537, 550, 504, 543, 540, 558, 571, 566, 561, 527, 551, 551, - 548, 488, 488, 495, 526, 462, 491, 484, 502, 539, 514, 494, 479, 462, - 428, 432, 405, 398, 385, 409, 447, 436, 447, 467, 426, 441, 427, 404, - 416, 440, 446, 486, 468, 458, 475, 541, 511, 533, 504, 550, 538, 467, - 509, 470, 565, 537, 622, 604, 628, 687, 816, 802, 921, 1139, 1126, 907, - 767, 731, 709, 961, 1398, 1331, 1060, 1101, 961, 717, 561, 282, 140, 80, - 42, 55, 111, 11, 6, 14, 26, 709, 270 - ] - ], - [ - "CXR_png/MCUCXR_0099_0.png", - [ - 49953, 6732, 5237, 985, 423, 397, 444, 384, 355, 337, 354, 317, 329, - 319, 302, 270, 313, 309, 359, 384, 413, 420, 419, 438, 506, 545, 528, - 585, 581, 561, 672, 728, 773, 837, 874, 965, 848, 803, 811, 879, 850, - 827, 896, 976, 980, 970, 1003, 1056, 1110, 1149, 1208, 1169, 1231, 1245, - 1176, 1319, 1347, 1303, 1394, 1415, 1313, 1249, 1256, 1217, 1218, 1280, - 1227, 1221, 1306, 1288, 1253, 1205, 1119, 1116, 1068, 1133, 1079, 943, - 970, 932, 898, 862, 904, 954, 879, 746, 816, 866, 851, 797, 820, 770, - 789, 768, 757, 722, 738, 744, 715, 698, 699, 664, 742, 679, 670, 585, - 565, 594, 565, 631, 565, 558, 550, 531, 505, 555, 538, 508, 519, 515, - 514, 514, 465, 506, 465, 439, 452, 447, 415, 435, 444, 459, 464, 463, - 436, 440, 428, 433, 418, 443, 394, 417, 428, 480, 448, 447, 430, 493, - 423, 514, 494, 472, 468, 505, 528, 564, 537, 486, 575, 612, 652, 558, - 652, 586, 674, 590, 641, 655, 683, 782, 830, 919, 881, 853, 763, 771, - 775, 756, 744, 767, 781, 756, 716, 740, 717, 779, 754, 814, 879, 848, - 844, 816, 907, 893, 875, 906, 888, 860, 975, 952, 1109, 1095, 1038, 898, - 884, 864, 774, 817, 757, 776, 777, 756, 710, 639, 712, 724, 660, 669, - 629, 658, 642, 630, 617, 623, 561, 640, 613, 554, 621, 646, 588, 759, - 887, 787, 1123, 977, 948, 1090, 1243, 1176, 1573, 2056, 2277, 2490, - 2806, 1829, 2015, 1747, 1465, 2480, 2313, 1124, 5, 25, 358, 345 - ] - ], - [ - "CXR_png/MCUCXR_0064_0.png", - [ - 17733, 852, 683, 734, 575, 371, 470, 419, 315, 345, 324, 247, 260, 279, - 267, 317, 364, 354, 354, 394, 394, 430, 427, 444, 430, 456, 481, 527, - 566, 556, 591, 623, 622, 656, 708, 758, 799, 807, 824, 848, 811, 880, - 820, 795, 798, 806, 863, 835, 835, 817, 859, 865, 898, 849, 839, 843, - 805, 849, 831, 762, 822, 825, 747, 844, 802, 835, 816, 821, 782, 792, - 763, 746, 842, 712, 881, 794, 761, 742, 772, 797, 767, 784, 776, 802, - 786, 814, 779, 858, 775, 783, 784, 782, 761, 747, 767, 748, 751, 764, - 749, 722, 731, 690, 738, 743, 753, 784, 784, 835, 800, 817, 801, 819, - 738, 786, 752, 702, 689, 757, 767, 725, 714, 732, 730, 715, 704, 715, - 741, 716, 726, 666, 687, 726, 734, 718, 722, 796, 796, 785, 833, 833, - 885, 894, 867, 957, 983, 1016, 1040, 1001, 1057, 986, 986, 952, 941, - 958, 911, 885, 862, 958, 935, 861, 885, 879, 885, 866, 881, 811, 860, - 860, 888, 867, 830, 805, 842, 827, 779, 880, 982, 944, 1044, 1007, 1009, - 1068, 1013, 987, 1043, 1013, 952, 983, 935, 1006, 961, 958, 967, 997, - 952, 1070, 1051, 1157, 1211, 1164, 1100, 1180, 1261, 1302, 1175, 1077, - 1127, 1079, 1063, 1049, 1072, 1010, 1049, 1017, 1065, 1071, 1013, 893, - 922, 856, 925, 904, 933, 993, 999, 944, 988, 963, 1079, 1122, 1140, - 1320, 1308, 1348, 1313, 1269, 1145, 1049, 1111, 1297, 1377, 1735, 1399, - 1639, 1782, 1449, 1724, 1889, 2492, 4741, 11459, 13141, 19, 17, 452, 585 - ] - ], - [ - "CXR_png/MCUCXR_0021_0.png", - [ - 34790, 711, 410, 552, 451, 309, 338, 306, 251, 234, 207, 186, 197, 189, - 167, 173, 171, 197, 254, 314, 329, 432, 465, 543, 567, 623, 706, 738, - 739, 820, 857, 837, 823, 753, 791, 747, 757, 743, 836, 874, 867, 862, - 895, 902, 938, 993, 1006, 1031, 984, 1027, 1043, 979, 951, 927, 918, - 905, 836, 847, 837, 891, 904, 970, 906, 850, 830, 863, 901, 888, 815, - 794, 884, 831, 824, 823, 831, 819, 817, 827, 820, 750, 826, 828, 838, - 928, 891, 916, 876, 878, 836, 834, 744, 839, 803, 793, 758, 820, 792, - 781, 762, 800, 795, 753, 733, 668, 675, 663, 694, 603, 645, 583, 607, - 607, 591, 546, 519, 510, 537, 524, 554, 513, 565, 520, 563, 536, 562, - 512, 564, 545, 580, 562, 595, 597, 554, 553, 517, 544, 567, 573, 545, - 631, 593, 612, 655, 651, 668, 666, 703, 683, 740, 747, 787, 806, 782, - 785, 779, 748, 840, 802, 782, 812, 788, 796, 745, 878, 941, 925, 950, - 928, 887, 953, 982, 913, 936, 939, 967, 934, 987, 1039, 1161, 1293, - 1353, 1484, 1564, 1421, 1397, 1410, 1382, 1389, 1246, 1141, 1114, 1055, - 1064, 1042, 1005, 933, 978, 926, 903, 940, 976, 987, 905, 907, 844, 804, - 749, 704, 709, 706, 705, 695, 693, 790, 831, 887, 888, 842, 927, 860, - 824, 862, 996, 1016, 937, 908, 909, 977, 860, 888, 884, 1016, 980, 950, - 1059, 1010, 904, 1054, 1181, 1194, 1333, 1267, 1035, 1231, 1205, 1224, - 1577, 1704, 2152, 5105, 11385, 8570, 23, 23, 769, 372 - ] - ], - [ - "CXR_png/MCUCXR_0059_0.png", - [ - 32903, 11579, 3289, 611, 373, 299, 299, 292, 237, 215, 225, 230, 186, - 192, 211, 228, 250, 277, 296, 299, 326, 324, 322, 355, 399, 471, 517, - 521, 596, 706, 763, 865, 893, 867, 899, 889, 830, 826, 814, 845, 875, - 900, 976, 970, 960, 989, 982, 1022, 1022, 1030, 1019, 1072, 974, 948, - 987, 1053, 988, 984, 999, 948, 986, 970, 965, 918, 893, 906, 949, 899, - 881, 938, 913, 906, 914, 938, 906, 900, 932, 899, 873, 845, 792, 859, - 841, 821, 832, 878, 892, 826, 868, 732, 717, 757, 709, 756, 695, 712, - 729, 737, 767, 671, 717, 650, 659, 624, 656, 639, 594, 664, 592, 585, - 558, 573, 610, 581, 512, 605, 569, 577, 570, 551, 626, 549, 564, 619, - 579, 557, 546, 547, 612, 625, 615, 561, 609, 548, 600, 587, 551, 573, - 538, 599, 605, 567, 621, 690, 604, 640, 638, 638, 634, 554, 576, 585, - 624, 628, 583, 609, 656, 641, 623, 637, 656, 697, 701, 774, 705, 669, - 726, 704, 741, 767, 778, 790, 770, 784, 802, 845, 924, 864, 898, 981, - 926, 980, 935, 952, 1029, 995, 1002, 1052, 1111, 1113, 1134, 1088, 1096, - 1049, 1035, 1056, 1067, 1138, 1183, 1262, 1426, 1447, 1508, 1538, 1508, - 1479, 1418, 1504, 1531, 1305, 1230, 1258, 1142, 1260, 1262, 1223, 1204, - 1227, 1046, 1123, 1149, 1210, 1143, 1141, 1067, 925, 963, 960, 915, 899, - 890, 993, 1085, 1149, 1146, 1220, 1223, 1635, 1694, 1317, 1448, 1790, - 1924, 1611, 1539, 1211, 1209, 1137, 1078, 1763, 3060, 2120, 54, 68, 432, - 375 - ] - ], - [ - "CXR_png/MCUCXR_0101_0.png", - [ - 44505, 10155, 974, 897, 763, 529, 566, 486, 408, 440, 437, 400, 366, - 315, 352, 370, 365, 381, 415, 407, 425, 468, 564, 590, 553, 580, 677, - 743, 799, 768, 821, 846, 900, 954, 914, 975, 963, 937, 1023, 1025, 1056, - 983, 1048, 1071, 1126, 1040, 1091, 1076, 1085, 1119, 1067, 1095, 1061, - 1003, 1040, 1018, 1047, 1044, 1055, 1094, 1023, 1072, 1008, 987, 916, - 973, 960, 942, 939, 938, 930, 835, 839, 838, 860, 835, 785, 762, 770, - 784, 756, 750, 676, 670, 676, 671, 620, 627, 607, 652, 588, 622, 597, - 565, 579, 587, 635, 583, 588, 581, 553, 599, 529, 541, 542, 534, 515, - 525, 502, 518, 537, 524, 541, 517, 516, 559, 507, 510, 531, 537, 550, - 522, 505, 566, 537, 537, 582, 576, 517, 534, 597, 534, 580, 591, 582, - 559, 591, 571, 576, 577, 592, 615, 633, 645, 649, 601, 650, 567, 591, - 599, 634, 615, 613, 722, 642, 697, 739, 731, 725, 721, 715, 699, 727, - 712, 731, 719, 678, 767, 823, 783, 823, 791, 749, 775, 783, 839, 845, - 816, 853, 831, 789, 808, 816, 880, 849, 940, 933, 914, 992, 1042, 1040, - 944, 1024, 914, 863, 921, 845, 929, 951, 982, 1029, 1100, 1060, 998, - 954, 866, 750, 745, 766, 744, 766, 742, 684, 744, 707, 705, 716, 728, - 713, 734, 670, 732, 796, 800, 867, 930, 919, 833, 902, 901, 855, 953, - 1111, 948, 1075, 1110, 1049, 1073, 1282, 1230, 1341, 1624, 1158, 1348, - 1330, 1374, 1530, 2087, 3028, 4329, 4117, 3084, 44, 42, 386, 497 - ] - ], - [ - "CXR_png/MCUCXR_0080_0.png", - [ - 97036, 21496, 11679, 3510, 1727, 1568, 1097, 927, 614, 784, 512, 591, - 494, 436, 481, 416, 462, 420, 379, 343, 351, 435, 515, 539, 596, 651, - 608, 552, 618, 664, 741, 810, 813, 796, 818, 838, 920, 928, 959, 935, - 926, 909, 908, 925, 892, 852, 907, 841, 844, 812, 777, 822, 758, 761, - 799, 832, 812, 831, 771, 830, 842, 784, 819, 801, 720, 597, 636, 608, - 618, 610, 550, 564, 564, 510, 500, 480, 524, 497, 546, 615, 626, 597, - 541, 597, 500, 531, 525, 541, 486, 540, 487, 497, 534, 526, 478, 449, - 445, 431, 469, 395, 407, 441, 440, 468, 438, 400, 440, 370, 412, 419, - 452, 432, 435, 392, 428, 333, 388, 354, 353, 389, 355, 362, 325, 344, - 349, 339, 302, 325, 366, 364, 338, 363, 339, 326, 364, 331, 401, 368, - 360, 378, 388, 409, 376, 414, 378, 438, 391, 410, 395, 460, 422, 456, - 428, 423, 441, 394, 444, 451, 509, 499, 485, 467, 451, 440, 467, 433, - 411, 447, 469, 478, 644, 537, 543, 515, 493, 421, 430, 353, 401, 379, - 373, 356, 358, 324, 298, 309, 297, 319, 312, 326, 330, 308, 316, 337, - 276, 291, 241, 249, 242, 263, 250, 247, 245, 215, 215, 237, 209, 236, - 220, 240, 239, 268, 264, 276, 287, 292, 298, 319, 340, 375, 337, 359, - 390, 405, 390, 366, 338, 335, 309, 318, 389, 401, 434, 440, 434, 438, - 401, 416, 421, 421, 458, 512, 403, 470, 468, 535, 694, 674, 679, 1253, - 2460, 2021, 30, 63, 601, 256 - ] - ], - [ - "CXR_png/MCUCXR_0399_1.png", - [ - 3605, 650, 181, 288, 273, 197, 325, 388, 269, 367, 394, 256, 352, 325, - 263, 336, 309, 280, 390, 422, 406, 453, 502, 455, 518, 486, 484, 531, - 579, 579, 595, 684, 712, 707, 738, 725, 788, 807, 765, 767, 736, 745, - 711, 721, 723, 693, 723, 669, 722, 740, 726, 757, 765, 804, 791, 806, - 821, 794, 861, 820, 789, 763, 794, 899, 866, 951, 930, 936, 945, 1009, - 925, 922, 958, 918, 955, 1029, 1030, 1025, 1005, 1026, 1017, 1026, 1010, - 1062, 1027, 1031, 1036, 1020, 1082, 982, 1098, 1076, 924, 985, 1004, - 925, 999, 1029, 949, 980, 971, 998, 1063, 1169, 1085, 1060, 1072, 1102, - 1138, 1050, 1066, 1028, 1047, 1067, 1095, 1089, 1077, 1097, 1114, 1163, - 1126, 1078, 1066, 1033, 1054, 995, 1120, 1072, 1165, 1057, 1094, 1105, - 1052, 1107, 1202, 1119, 1045, 1089, 1148, 1062, 1120, 1146, 1089, 1073, - 1056, 989, 1004, 992, 926, 898, 1190, 845, 845, 875, 864, 823, 796, 767, - 760, 699, 662, 666, 588, 603, 549, 573, 533, 557, 525, 537, 536, 509, - 494, 560, 542, 567, 572, 606, 620, 552, 565, 598, 590, 646, 638, 665, - 673, 623, 602, 602, 683, 684, 679, 666, 629, 574, 643, 637, 709, 639, - 650, 622, 613, 597, 599, 589, 581, 562, 564, 659, 599, 609, 622, 628, - 692, 722, 691, 711, 704, 678, 731, 796, 849, 921, 1001, 954, 1059, 1118, - 1112, 1208, 1160, 1127, 1318, 1311, 1346, 1337, 1393, 1466, 1713, 1707, - 1739, 2123, 2470, 2718, 2670, 2455, 2905, 3986, 4604, 8586, 17475, - 10442, 17, 115, 699, 412 - ] - ], - [ - "CXR_png/MCUCXR_0142_1.png", - [ - 17560, 7899, 1081, 1277, 1088, 721, 790, 783, 588, 659, 579, 524, 542, - 536, 472, 490, 479, 453, 491, 493, 540, 638, 780, 784, 861, 989, 1074, - 1161, 1229, 1291, 1316, 1275, 1287, 1333, 1283, 1371, 1301, 1241, 1239, - 1260, 1187, 1259, 1231, 1338, 1425, 1446, 1456, 1523, 1384, 1435, 1357, - 1431, 1334, 1346, 1283, 1243, 1263, 1175, 1208, 1150, 1100, 1157, 1080, - 1102, 1025, 1041, 1000, 1018, 1020, 956, 1017, 912, 948, 908, 871, 907, - 921, 895, 919, 895, 908, 928, 964, 924, 862, 790, 869, 809, 806, 785, - 772, 742, 725, 716, 646, 670, 687, 675, 662, 609, 621, 616, 650, 609, - 629, 637, 647, 667, 619, 615, 667, 626, 648, 657, 601, 651, 703, 658, - 652, 626, 671, 647, 697, 679, 616, 610, 634, 666, 663, 680, 744, 666, - 642, 663, 715, 706, 716, 740, 706, 747, 720, 762, 742, 805, 780, 730, - 717, 732, 812, 850, 814, 842, 849, 849, 876, 846, 859, 906, 842, 834, - 898, 933, 900, 972, 914, 935, 978, 914, 913, 948, 955, 920, 847, 956, - 952, 869, 830, 891, 830, 811, 765, 807, 840, 757, 832, 814, 817, 858, - 903, 876, 845, 853, 934, 914, 955, 926, 973, 925, 933, 944, 919, 923, - 902, 951, 946, 892, 873, 931, 879, 858, 833, 803, 803, 746, 747, 829, - 773, 800, 770, 782, 877, 843, 916, 978, 1081, 1130, 1076, 1081, 1061, - 1068, 1127, 1339, 1441, 1518, 1613, 1480, 1295, 1203, 1190, 1523, 1447, - 1177, 1222, 1498, 1547, 1349, 1296, 1271, 1959, 3143, 3265, 1294, 14, - 19, 521, 638 - ] - ], - [ - "CXR_png/MCUCXR_0196_1.png", - [ - 31052, 3295, 397, 504, 491, 402, 487, 382, 337, 473, 413, 248, 238, 226, - 207, 216, 208, 207, 270, 319, 343, 341, 415, 430, 456, 492, 478, 523, - 451, 447, 531, 529, 537, 581, 613, 660, 698, 746, 742, 789, 869, 790, - 884, 908, 890, 892, 907, 977, 972, 1001, 1024, 1000, 1031, 1046, 1064, - 1038, 1017, 987, 978, 1050, 1011, 1024, 1063, 1041, 1069, 1036, 1102, - 1091, 1036, 1041, 1030, 1018, 977, 1001, 951, 1033, 1009, 953, 1002, - 951, 946, 1000, 923, 878, 937, 878, 823, 819, 806, 813, 740, 778, 747, - 730, 728, 723, 761, 766, 753, 801, 754, 734, 758, 722, 712, 684, 687, - 662, 706, 779, 661, 681, 676, 691, 681, 635, 714, 654, 613, 634, 638, - 575, 615, 574, 600, 583, 561, 576, 548, 546, 541, 543, 571, 542, 559, - 573, 582, 605, 596, 580, 587, 603, 650, 601, 608, 679, 631, 669, 672, - 626, 671, 695, 724, 711, 640, 662, 699, 714, 712, 696, 682, 711, 692, - 738, 756, 700, 773, 699, 721, 725, 797, 737, 785, 734, 831, 807, 846, - 880, 930, 928, 926, 871, 868, 988, 1006, 1003, 975, 1029, 1040, 999, - 1074, 1065, 1061, 1004, 1030, 1088, 1026, 1068, 1067, 1073, 1115, 1236, - 1213, 1277, 1343, 1378, 1346, 1291, 1289, 1277, 1343, 1379, 1362, 1441, - 1342, 1389, 1385, 1334, 1380, 1334, 1435, 1411, 1332, 1425, 1380, 1329, - 1335, 1205, 1163, 1109, 1163, 1164, 1256, 1322, 1401, 1476, 1444, 1633, - 1849, 1662, 1759, 2034, 1884, 2490, 2194, 1716, 1708, 1876, 1991, 3385, - 3246, 820, 26, 30, 695, 725 - ] - ], - [ - "CXR_png/MCUCXR_0316_1.png", - [ - 11333, 11558, 8881, 804, 596, 547, 494, 507, 375, 438, 369, 290, 322, - 296, 258, 284, 323, 389, 419, 446, 494, 575, 580, 579, 655, 721, 740, - 827, 896, 945, 1020, 1003, 1008, 1148, 1261, 1220, 1287, 1293, 1247, - 1306, 1278, 1436, 1407, 1487, 1407, 1480, 1509, 1548, 1461, 1521, 1410, - 1466, 1517, 1490, 1480, 1502, 1488, 1403, 1463, 1344, 1308, 1317, 1317, - 1269, 1178, 1252, 1200, 1165, 1081, 1110, 1104, 1106, 1002, 1050, 1012, - 978, 969, 1013, 962, 946, 944, 975, 1027, 963, 953, 936, 943, 860, 834, - 851, 793, 832, 865, 747, 785, 842, 814, 736, 806, 766, 817, 782, 773, - 780, 735, 758, 756, 692, 738, 738, 684, 658, 649, 632, 655, 655, 627, - 686, 620, 635, 643, 674, 621, 665, 605, 644, 642, 621, 632, 761, 676, - 627, 947, 618, 641, 703, 658, 748, 665, 706, 696, 748, 689, 712, 722, - 712, 718, 690, 717, 730, 765, 729, 756, 749, 748, 780, 758, 757, 728, - 758, 810, 768, 751, 808, 748, 747, 868, 815, 825, 820, 878, 854, 875, - 862, 894, 960, 914, 972, 917, 895, 876, 908, 904, 857, 896, 841, 875, - 875, 863, 874, 810, 901, 931, 922, 917, 954, 954, 967, 1028, 1053, 1009, - 1068, 1047, 993, 951, 1013, 1028, 1024, 978, 986, 1016, 1111, 1077, - 1181, 1177, 1151, 1205, 1060, 1020, 1040, 1036, 1026, 1053, 1040, 1012, - 1016, 1099, 1021, 1118, 1136, 1035, 1094, 1121, 1168, 1163, 1142, 1072, - 981, 868, 873, 1020, 903, 737, 989, 1206, 954, 1051, 1364, 1337, 1530, - 2510, 1290, 24, 31, 730, 401 - ] - ], - [ - "CXR_png/MCUCXR_0393_1.png", - [ - 16175, 6355, 4665, 575, 389, 375, 415, 398, 372, 372, 395, 346, 353, - 341, 319, 329, 322, 313, 352, 470, 537, 635, 658, 703, 779, 866, 867, - 847, 809, 779, 830, 813, 1009, 787, 843, 790, 916, 932, 1024, 1023, - 1034, 1091, 1001, 1102, 1028, 1101, 1063, 990, 981, 958, 911, 979, 987, - 989, 976, 1041, 958, 988, 922, 896, 972, 968, 955, 994, 932, 898, 892, - 900, 904, 914, 927, 895, 921, 919, 1010, 917, 935, 1021, 988, 1018, - 1006, 1065, 976, 1019, 1045, 1031, 1031, 1003, 978, 957, 967, 965, 957, - 922, 962, 941, 885, 802, 860, 843, 814, 769, 780, 734, 656, 692, 706, - 661, 641, 641, 602, 629, 613, 598, 574, 571, 596, 571, 593, 621, 570, - 577, 580, 593, 572, 609, 574, 608, 627, 622, 654, 655, 634, 649, 713, - 737, 706, 764, 732, 719, 757, 772, 723, 753, 709, 671, 690, 713, 746, - 788, 774, 791, 790, 782, 786, 836, 876, 891, 918, 911, 956, 971, 998, - 1001, 997, 996, 939, 1035, 1005, 991, 1013, 963, 988, 907, 985, 915, - 1008, 1066, 1094, 1127, 1211, 1183, 1197, 1170, 1169, 1277, 1211, 1201, - 1215, 1269, 1207, 1235, 1064, 1019, 999, 1038, 1134, 1210, 1197, 1156, - 1167, 1119, 1169, 1176, 1164, 1198, 1204, 1199, 1261, 1192, 1156, 1094, - 1158, 1152, 1077, 1038, 1024, 972, 956, 1087, 1294, 1057, 1007, 937, - 989, 917, 987, 949, 984, 959, 977, 1008, 1117, 1378, 1472, 1317, 1360, - 1325, 1523, 1406, 1447, 1742, 1613, 1587, 1498, 1386, 1506, 1531, 1986, - 3576, 3084, 1308, 30, 58, 806, 340 - ] - ], - [ - "CXR_png/MCUCXR_0243_1.png", - [ - 51455, 708, 586, 606, 496, 394, 392, 344, 324, 302, 277, 266, 273, 224, - 227, 230, 303, 264, 311, 360, 440, 456, 511, 505, 536, 522, 582, 588, - 605, 658, 750, 733, 758, 814, 823, 884, 923, 901, 947, 954, 953, 965, - 903, 949, 955, 1022, 1030, 1035, 1029, 1053, 1134, 1064, 1098, 1049, - 1058, 1089, 1038, 1033, 1095, 1087, 1072, 1087, 1087, 1119, 1147, 1101, - 1050, 1041, 1046, 1060, 1088, 1111, 1082, 1194, 995, 979, 961, 964, 893, - 833, 897, 856, 871, 870, 843, 843, 892, 895, 950, 875, 844, 871, 808, - 819, 807, 776, 861, 740, 801, 805, 808, 891, 861, 842, 832, 826, 842, - 852, 847, 823, 900, 844, 814, 930, 888, 834, 835, 821, 840, 863, 876, - 865, 860, 874, 907, 886, 823, 789, 821, 829, 828, 908, 837, 926, 843, - 891, 842, 847, 872, 884, 852, 804, 842, 795, 813, 793, 845, 821, 781, - 775, 807, 810, 817, 778, 784, 732, 764, 736, 814, 801, 732, 797, 743, - 797, 853, 858, 815, 924, 900, 934, 923, 956, 958, 992, 943, 993, 1013, - 1070, 1139, 1158, 1125, 1254, 1238, 1177, 1084, 1084, 1118, 1206, 1283, - 1178, 1234, 1174, 1082, 954, 1000, 1011, 1020, 966, 945, 913, 820, 783, - 770, 724, 726, 784, 796, 753, 743, 679, 731, 682, 706, 639, 648, 663, - 722, 644, 597, 557, 526, 480, 559, 551, 607, 634, 606, 524, 541, 544, - 519, 596, 646, 581, 664, 630, 611, 659, 694, 742, 1076, 836, 666, 902, - 1033, 661, 873, 915, 1124, 2070, 2812, 906, 13, 93, 457, 212 - ] - ], - [ - "CXR_png/MCUCXR_0117_1.png", - [ - 26098, 12034, 2655, 689, 486, 461, 542, 527, 456, 506, 418, 334, 353, - 327, 347, 352, 351, 375, 379, 454, 546, 593, 685, 723, 716, 775, 769, - 943, 894, 937, 905, 949, 990, 968, 1019, 1011, 1014, 1088, 1052, 1121, - 1167, 1058, 1033, 1071, 1069, 1055, 1122, 1106, 1057, 1151, 1152, 1098, - 1060, 1068, 1085, 1056, 1029, 1052, 996, 933, 881, 827, 848, 917, 893, - 912, 902, 830, 890, 925, 941, 952, 975, 1074, 1060, 1092, 1097, 1003, - 983, 988, 1031, 1184, 1004, 985, 1008, 991, 954, 920, 929, 855, 922, - 913, 913, 908, 902, 893, 870, 858, 812, 829, 775, 815, 808, 790, 784, - 736, 870, 872, 897, 927, 912, 951, 939, 896, 943, 895, 966, 990, 1018, - 952, 921, 945, 1055, 1027, 1030, 960, 893, 955, 904, 972, 866, 925, 926, - 915, 892, 872, 912, 905, 838, 838, 853, 825, 812, 827, 824, 838, 823, - 835, 876, 852, 910, 998, 964, 944, 975, 911, 930, 873, 874, 823, 775, - 833, 867, 812, 804, 793, 820, 845, 831, 839, 836, 834, 800, 832, 780, - 805, 762, 756, 705, 761, 751, 746, 756, 714, 683, 775, 763, 797, 805, - 803, 843, 782, 778, 778, 758, 702, 709, 692, 661, 675, 626, 606, 656, - 649, 598, 546, 536, 549, 645, 578, 587, 624, 723, 775, 784, 759, 788, - 793, 792, 752, 733, 688, 715, 729, 774, 778, 809, 783, 807, 745, 808, - 828, 902, 999, 1035, 1254, 1240, 1264, 1490, 1776, 1774, 1662, 1579, - 1704, 1422, 1401, 1370, 1698, 1735, 2227, 1451, 361, 18, 26, 667, 680 - ] - ], - [ - "CXR_png/MCUCXR_0141_1.png", - [ - 51579, 1437, 313, 381, 365, 290, 294, 264, 234, 255, 247, 220, 192, 185, - 200, 215, 255, 317, 282, 323, 338, 397, 438, 483, 553, 593, 659, 700, - 864, 878, 884, 904, 917, 914, 897, 937, 965, 989, 1002, 1077, 1205, - 1203, 1278, 1281, 1293, 1400, 1349, 1324, 1259, 1266, 1291, 1235, 1247, - 1285, 1220, 1223, 1252, 1188, 1221, 1211, 1242, 1255, 1255, 1236, 1192, - 1158, 1181, 1124, 1111, 1058, 1075, 1149, 1120, 1105, 1113, 1072, 1016, - 1034, 934, 952, 854, 846, 839, 835, 789, 758, 696, 689, 696, 719, 655, - 617, 630, 645, 557, 616, 605, 607, 540, 640, 589, 588, 581, 583, 521, - 583, 618, 543, 533, 597, 567, 541, 532, 514, 540, 553, 507, 541, 496, - 505, 516, 459, 549, 518, 509, 513, 534, 540, 498, 510, 511, 481, 500, - 489, 528, 500, 485, 512, 549, 524, 551, 552, 542, 483, 523, 543, 616, - 553, 616, 596, 638, 633, 650, 640, 658, 696, 666, 684, 708, 712, 743, - 757, 694, 758, 715, 803, 748, 811, 851, 794, 860, 776, 748, 752, 714, - 776, 746, 767, 834, 823, 870, 882, 880, 971, 1050, 1103, 1122, 1040, - 1060, 1147, 1003, 935, 959, 919, 889, 823, 888, 879, 865, 887, 902, 849, - 854, 824, 785, 760, 771, 751, 758, 739, 674, 722, 790, 857, 870, 824, - 878, 901, 883, 917, 860, 907, 941, 957, 922, 897, 834, 793, 790, 773, - 909, 961, 1135, 1333, 1634, 1003, 721, 707, 703, 810, 929, 795, 707, - 819, 839, 807, 1103, 1149, 1305, 2832, 6283, 6134, 11, 17, 315, 358 - ] - ], - [ - "CXR_png/MCUCXR_0253_1.png", - [ - 16598, 2348, 958, 1105, 1056, 760, 760, 714, 568, 582, 621, 510, 481, - 492, 443, 453, 478, 476, 537, 604, 576, 684, 617, 687, 760, 784, 858, - 962, 997, 1037, 1156, 1152, 1141, 1242, 1224, 1249, 1369, 1382, 1378, - 1428, 1528, 1567, 1603, 1726, 1680, 1909, 1621, 1691, 1605, 1650, 1671, - 1615, 1526, 1493, 1493, 1433, 1443, 1444, 1485, 1366, 1331, 1277, 1322, - 1267, 1269, 1235, 1243, 1328, 1241, 1215, 1214, 1129, 1128, 1114, 1131, - 1098, 1077, 1143, 1147, 1067, 1051, 1085, 989, 1014, 974, 1019, 981, - 971, 898, 979, 966, 959, 925, 972, 912, 896, 886, 893, 940, 944, 970, - 841, 832, 829, 799, 831, 827, 866, 829, 765, 780, 788, 735, 755, 770, - 752, 780, 820, 785, 791, 830, 796, 752, 800, 746, 754, 738, 745, 803, - 764, 734, 722, 738, 756, 782, 844, 834, 815, 814, 850, 901, 911, 1008, - 1003, 1043, 1046, 1128, 1118, 1171, 1132, 1265, 1241, 1336, 1250, 1299, - 1208, 1148, 1015, 961, 962, 985, 952, 961, 972, 924, 888, 911, 972, 912, - 895, 982, 998, 1020, 1073, 1035, 1124, 1048, 1029, 1114, 1076, 1022, - 1007, 1052, 1042, 1027, 943, 989, 991, 1000, 906, 886, 922, 813, 842, - 867, 851, 863, 832, 865, 842, 840, 782, 810, 800, 717, 783, 813, 724, - 785, 820, 764, 780, 823, 731, 742, 756, 753, 736, 738, 682, 706, 681, - 764, 691, 673, 720, 820, 699, 783, 809, 816, 648, 595, 500, 461, 438, - 475, 542, 585, 683, 984, 919, 662, 797, 761, 685, 921, 907, 1266, 2234, - 2913, 1118, 77, 21, 637, 427 - ] - ] - ], - "test": [ - [ - "CXR_png/MCUCXR_0038_0.png", - [ - 13777, 5161, 9643, 578, 239, 230, 304, 329, 277, 310, 303, 257, 250, - 277, 236, 260, 262, 299, 409, 461, 442, 466, 535, 589, 626, 632, 660, - 674, 705, 750, 869, 924, 943, 996, 1033, 986, 993, 951, 1055, 1078, - 1043, 1030, 1076, 1123, 1163, 1123, 1174, 1178, 1168, 1126, 1182, 1185, - 1189, 1131, 1145, 1165, 1143, 1136, 1158, 1173, 1168, 1213, 1195, 1220, - 1272, 1240, 1267, 1213, 1306, 1209, 1303, 1209, 1294, 1215, 1236, 1219, - 1167, 1069, 1126, 1123, 1078, 1009, 984, 1002, 985, 976, 961, 999, 996, - 928, 896, 970, 857, 838, 813, 824, 813, 830, 778, 717, 829, 721, 715, - 736, 760, 748, 770, 728, 746, 744, 747, 709, 733, 754, 768, 728, 673, - 741, 681, 663, 631, 648, 613, 686, 654, 710, 667, 690, 739, 717, 723, - 711, 773, 724, 724, 751, 753, 760, 801, 732, 826, 851, 908, 894, 912, - 862, 875, 882, 859, 883, 963, 890, 990, 994, 1042, 1119, 1054, 1032, - 1081, 1051, 1106, 1108, 1148, 1096, 1047, 1049, 1167, 1149, 1078, 1098, - 1062, 1063, 1080, 1075, 1081, 1114, 1166, 1214, 1210, 1169, 1280, 1240, - 1371, 1360, 1482, 1312, 1339, 1394, 1306, 1248, 1220, 1230, 1253, 1236, - 1227, 1192, 1175, 1169, 1206, 1170, 1123, 1201, 1144, 1141, 1059, 960, - 961, 930, 925, 1000, 952, 931, 863, 955, 926, 948, 933, 920, 943, 1019, - 1034, 931, 823, 841, 779, 857, 863, 858, 937, 986, 958, 975, 965, 1030, - 1053, 931, 910, 974, 1074, 1135, 1196, 1124, 908, 755, 737, 794, 835, - 927, 1374, 1290, 1110, 476, 30, 21, 736, 426 - ] - ], - [ - "CXR_png/MCUCXR_0040_0.png", - [ - 18079, 1601, 821, 803, 673, 619, 666, 627, 603, 627, 684, 584, 630, 572, - 585, 603, 641, 602, 581, 560, 620, 705, 814, 967, 1093, 1122, 1151, - 1111, 1273, 1460, 1411, 1509, 1503, 1444, 1438, 1524, 1710, 1801, 1752, - 1678, 1682, 1781, 1752, 1734, 1715, 1641, 1682, 1891, 1847, 1796, 1842, - 1852, 1929, 1834, 1870, 1771, 1788, 1765, 1728, 1786, 1719, 1737, 1758, - 1766, 1760, 1810, 1687, 1597, 1594, 1541, 1469, 1526, 1401, 1384, 1244, - 1300, 1251, 1195, 1171, 1171, 1181, 1078, 1100, 1119, 1103, 1146, 1129, - 1074, 1100, 1059, 984, 1021, 1015, 1008, 913, 1017, 972, 968, 963, 988, - 1009, 939, 1045, 983, 990, 999, 941, 975, 876, 867, 856, 806, 781, 844, - 780, 807, 768, 802, 796, 773, 812, 878, 849, 853, 844, 868, 926, 950, - 927, 924, 924, 951, 898, 885, 908, 864, 892, 861, 917, 963, 927, 939, - 1023, 969, 989, 980, 953, 1054, 1040, 1020, 985, 995, 1049, 976, 916, - 958, 982, 946, 902, 893, 856, 829, 817, 796, 721, 767, 748, 744, 757, - 769, 781, 806, 746, 776, 799, 805, 725, 771, 746, 777, 660, 623, 642, - 586, 575, 525, 536, 510, 500, 454, 586, 524, 550, 577, 544, 533, 536, - 495, 504, 470, 486, 513, 522, 484, 480, 445, 458, 449, 461, 410, 410, - 372, 355, 360, 378, 391, 396, 382, 387, 419, 450, 431, 449, 438, 441, - 468, 457, 519, 554, 557, 593, 618, 762, 769, 774, 752, 875, 904, 1020, - 1209, 1693, 1294, 936, 717, 689, 697, 909, 1178, 1194, 1618, 1609, 1369, - 19, 23, 599, 557 - ] - ], - [ - "CXR_png/MCUCXR_0005_0.png", - [ - 14857, 174, 123, 140, 199, 233, 211, 153, 136, 150, 130, 145, 146, 147, - 194, 221, 224, 247, 312, 370, 401, 486, 536, 603, 652, 746, 884, 865, - 955, 1007, 1017, 1066, 1086, 1174, 1265, 1293, 1442, 1548, 1539, 1576, - 1643, 1660, 1604, 1710, 1724, 1730, 1744, 1681, 1838, 1735, 1747, 1836, - 1765, 1747, 1642, 1701, 1625, 1552, 1516, 1438, 1438, 1417, 1238, 1224, - 1310, 1276, 1248, 1129, 1139, 1093, 1088, 1107, 1080, 1056, 1080, 1101, - 1112, 1074, 1147, 1062, 996, 1089, 1028, 1076, 970, 998, 1044, 1097, - 1019, 927, 971, 906, 890, 979, 904, 872, 942, 910, 907, 894, 906, 752, - 771, 786, 713, 713, 740, 728, 723, 699, 699, 628, 672, 678, 748, 735, - 741, 704, 772, 773, 809, 795, 755, 768, 826, 803, 792, 771, 779, 752, - 780, 769, 812, 814, 766, 793, 756, 787, 778, 760, 752, 791, 745, 812, - 814, 833, 814, 904, 885, 961, 897, 923, 955, 973, 984, 955, 964, 964, - 933, 977, 999, 1066, 1109, 1118, 1093, 1098, 1079, 1126, 1105, 1159, - 1143, 1160, 1311, 1342, 1327, 1387, 1444, 1287, 1253, 1241, 1193, 1260, - 1208, 1151, 1096, 1157, 1156, 1106, 1237, 1308, 1153, 1219, 1293, 1137, - 1100, 1045, 1025, 1004, 1050, 1096, 1089, 1168, 1116, 1103, 982, 946, - 905, 799, 825, 851, 783, 767, 718, 702, 682, 702, 713, 676, 692, 739, - 698, 685, 687, 788, 922, 796, 783, 727, 799, 810, 832, 929, 960, 1093, - 795, 699, 767, 828, 892, 862, 943, 912, 821, 984, 1073, 1183, 1184, - 1226, 1880, 5232, 1850, 348, 28, 12, 753, 253 - ] - ], - [ - "CXR_png/MCUCXR_0042_0.png", - [ - 105080, 8953, 1085, 1011, 790, 588, 603, 529, 434, 483, 568, 553, 659, - 658, 639, 737, 867, 986, 1117, 1187, 1216, 1220, 1224, 1210, 1204, 1296, - 1306, 1302, 1351, 1248, 1257, 1195, 1197, 1152, 1142, 1125, 1027, 1028, - 1105, 939, 945, 891, 844, 820, 788, 790, 731, 682, 690, 697, 636, 650, - 668, 602, 580, 621, 576, 562, 543, 544, 610, 549, 565, 551, 494, 547, - 529, 505, 519, 524, 569, 563, 596, 618, 606, 647, 630, 635, 608, 647, - 640, 640, 618, 592, 568, 587, 600, 570, 614, 573, 568, 547, 591, 542, - 579, 537, 591, 545, 530, 580, 557, 552, 524, 559, 528, 542, 484, 566, - 587, 565, 560, 549, 501, 553, 552, 569, 551, 547, 528, 575, 614, 577, - 577, 591, 607, 576, 555, 558, 576, 561, 601, 585, 556, 570, 559, 558, - 536, 542, 598, 596, 548, 539, 605, 561, 528, 551, 523, 535, 544, 494, - 530, 439, 447, 458, 413, 436, 430, 443, 416, 393, 402, 393, 422, 418, - 429, 402, 405, 399, 368, 398, 385, 388, 371, 366, 316, 305, 299, 321, - 336, 335, 331, 363, 326, 340, 336, 330, 334, 322, 332, 302, 316, 311, - 328, 365, 372, 371, 363, 369, 367, 348, 375, 372, 412, 384, 409, 390, - 387, 403, 359, 372, 327, 457, 417, 394, 433, 458, 417, 397, 410, 411, - 459, 447, 450, 510, 533, 588, 575, 591, 597, 639, 653, 469, 420, 401, - 369, 472, 510, 515, 692, 884, 817, 637, 532, 477, 498, 408, 346, 317, - 346, 504, 1500, 1016, 16, 24, 723, 411 - ] - ], - [ - "CXR_png/MCUCXR_0082_0.png", - [ - 21405, 714, 341, 513, 534, 439, 605, 501, 327, 332, 314, 282, 283, 300, - 299, 311, 341, 355, 415, 483, 499, 510, 507, 465, 469, 500, 547, 585, - 655, 687, 764, 889, 906, 889, 862, 942, 882, 950, 1053, 1001, 997, 1007, - 1052, 1039, 977, 946, 956, 899, 934, 960, 995, 1019, 1010, 999, 965, - 979, 900, 950, 937, 993, 984, 1021, 1103, 1127, 1204, 1202, 1256, 1293, - 1276, 1223, 1236, 1220, 1154, 1145, 1134, 1102, 1101, 1039, 1085, 1060, - 1021, 986, 979, 929, 919, 931, 908, 901, 788, 758, 718, 779, 715, 740, - 744, 751, 740, 765, 648, 656, 684, 678, 656, 669, 660, 694, 695, 671, - 696, 660, 702, 713, 625, 660, 713, 698, 725, 751, 716, 755, 781, 752, - 733, 728, 749, 719, 756, 697, 719, 779, 851, 844, 856, 859, 830, 865, - 942, 909, 878, 978, 1056, 1097, 1087, 1095, 1046, 1052, 982, 990, 925, - 964, 1029, 948, 1075, 1041, 976, 1022, 1133, 1091, 1039, 1044, 985, - 1173, 1120, 1181, 1373, 1373, 1344, 1382, 1353, 1395, 1291, 1243, 1171, - 1162, 1190, 1146, 1187, 1197, 1151, 1117, 1049, 1080, 990, 1002, 960, - 980, 1019, 1193, 1375, 1270, 1155, 1019, 925, 904, 864, 803, 808, 881, - 903, 970, 900, 893, 861, 810, 686, 693, 671, 698, 727, 681, 739, 688, - 638, 728, 674, 703, 657, 602, 647, 655, 695, 686, 738, 732, 845, 909, - 849, 786, 838, 988, 984, 1136, 1235, 1247, 1112, 1143, 1051, 1021, 1135, - 1166, 1274, 1225, 1112, 1154, 1301, 1203, 1437, 1464, 1688, 3716, 8582, - 5352, 32, 20, 701, 303 - ] - ], - [ - "CXR_png/MCUCXR_0103_0.png", - [ - 58467, 3073, 931, 981, 796, 619, 685, 618, 506, 540, 466, 426, 424, 386, - 376, 361, 364, 332, 395, 361, 389, 435, 539, 548, 639, 648, 629, 628, - 647, 563, 621, 654, 650, 663, 685, 728, 682, 754, 751, 752, 711, 763, - 789, 805, 787, 843, 955, 925, 900, 854, 931, 909, 914, 942, 944, 973, - 963, 972, 995, 1010, 1031, 989, 1031, 970, 977, 972, 1041, 1014, 1019, - 1060, 1109, 1120, 1113, 1142, 1063, 1089, 1058, 1041, 1054, 1059, 1115, - 1035, 1010, 1035, 981, 949, 976, 991, 1019, 951, 990, 1001, 935, 929, - 877, 944, 822, 841, 826, 822, 807, 776, 792, 737, 697, 682, 683, 707, - 627, 667, 655, 760, 660, 664, 660, 717, 720, 717, 689, 677, 675, 720, - 644, 635, 637, 642, 638, 630, 658, 599, 638, 621, 596, 594, 580, 566, - 562, 626, 596, 619, 696, 674, 700, 716, 777, 769, 815, 869, 819, 843, - 854, 806, 881, 898, 885, 1021, 1014, 1005, 1022, 1009, 1007, 910, 979, - 1003, 998, 1080, 1067, 1145, 1111, 1095, 1066, 1105, 1118, 1125, 1242, - 1328, 1330, 1486, 1596, 1580, 1550, 1352, 1227, 1311, 1101, 1057, 1000, - 1061, 1029, 995, 955, 943, 898, 851, 873, 838, 732, 746, 699, 759, 790, - 813, 734, 687, 702, 691, 667, 668, 676, 605, 545, 506, 451, 420, 393, - 408, 416, 381, 429, 394, 403, 369, 428, 455, 473, 505, 461, 430, 446, - 437, 458, 533, 559, 601, 630, 687, 698, 768, 831, 939, 846, 743, 588, - 695, 774, 551, 593, 824, 1132, 1735, 1531, 349, 15, 12, 388, 292 - ] - ], - [ - "CXR_png/MCUCXR_0027_0.png", - [ - 32428, 1036, 696, 767, 721, 450, 459, 417, 312, 329, 307, 269, 281, 287, - 277, 310, 317, 285, 332, 360, 361, 377, 432, 430, 477, 542, 567, 568, - 676, 624, 611, 646, 626, 678, 696, 733, 784, 755, 757, 789, 811, 838, - 848, 925, 966, 929, 984, 1014, 1060, 1021, 1061, 1102, 1108, 1148, 1040, - 1101, 1072, 1055, 1050, 1086, 1065, 975, 1056, 966, 961, 1011, 996, 994, - 1042, 985, 1067, 1009, 1012, 1027, 953, 976, 966, 972, 981, 891, 943, - 879, 894, 790, 828, 847, 828, 834, 802, 833, 862, 843, 690, 764, 709, - 744, 752, 738, 725, 703, 709, 734, 703, 729, 704, 663, 669, 652, 657, - 629, 635, 627, 679, 662, 646, 640, 671, 656, 653, 673, 718, 687, 654, - 728, 701, 701, 719, 759, 731, 764, 789, 817, 761, 807, 817, 871, 765, - 839, 889, 814, 855, 860, 921, 935, 863, 848, 886, 878, 894, 932, 930, - 914, 935, 963, 929, 1030, 1047, 1120, 1121, 1118, 1120, 1160, 1181, - 1287, 1281, 1302, 1191, 1293, 1258, 1286, 1239, 1266, 1156, 1152, 1100, - 1116, 1094, 1103, 1084, 1133, 1128, 1208, 1261, 1336, 1200, 1294, 1297, - 1305, 1302, 1291, 1408, 1403, 1405, 1345, 1272, 1281, 1226, 1125, 1149, - 1294, 1287, 1187, 1210, 1266, 1219, 1211, 1183, 1037, 1055, 1003, 1092, - 1169, 1260, 1362, 1367, 1207, 1076, 1064, 1023, 1032, 1145, 1093, 1127, - 1189, 1015, 1009, 1085, 1013, 904, 918, 886, 971, 1107, 916, 712, 699, - 692, 671, 720, 824, 996, 890, 954, 1158, 1326, 1228, 1540, 1922, 1495, - 1078, 381, 37, 27, 37, 747, 388 - ] - ], - [ - "CXR_png/MCUCXR_0062_0.png", - [ - 31732, 1053, 1038, 1022, 819, 582, 636, 562, 459, 455, 448, 377, 374, - 342, 337, 369, 324, 372, 316, 352, 397, 465, 570, 604, 721, 745, 857, - 815, 802, 844, 855, 876, 841, 924, 960, 905, 1001, 1026, 1023, 1013, - 1123, 1097, 1072, 1075, 1053, 1058, 1037, 1035, 1055, 1020, 992, 1042, - 1061, 1114, 1080, 1089, 1035, 954, 970, 990, 917, 980, 956, 942, 902, - 918, 944, 943, 858, 861, 869, 893, 846, 869, 898, 830, 843, 811, 865, - 780, 824, 755, 756, 765, 776, 766, 805, 793, 744, 713, 742, 753, 731, - 753, 748, 710, 694, 666, 652, 669, 680, 644, 690, 619, 620, 667, 640, - 616, 676, 631, 717, 678, 744, 722, 686, 712, 728, 756, 684, 740, 715, - 715, 784, 747, 697, 759, 750, 756, 775, 766, 735, 712, 689, 803, 729, - 728, 743, 762, 783, 826, 787, 844, 757, 744, 804, 767, 758, 786, 774, - 833, 869, 913, 915, 913, 908, 934, 953, 935, 957, 957, 945, 901, 984, - 1026, 1057, 996, 1067, 1063, 1157, 1221, 1223, 1218, 1215, 1191, 1160, - 1172, 1221, 1285, 1224, 1153, 1179, 1094, 1211, 1140, 1114, 1107, 1000, - 1004, 979, 1079, 1162, 1130, 1083, 1035, 988, 980, 959, 963, 1110, 1065, - 1051, 922, 858, 893, 810, 802, 775, 782, 712, 675, 698, 738, 729, 784, - 755, 713, 749, 686, 700, 672, 690, 825, 628, 682, 712, 817, 800, 831, - 931, 904, 922, 976, 1082, 1139, 1039, 964, 916, 1021, 1059, 1018, 1199, - 1198, 1076, 1271, 1695, 1628, 1424, 1433, 1490, 3430, 6243, 4108, 8, 21, - 694, 468 - ] - ], - [ - "CXR_png/MCUCXR_0097_0.png", - [ - 41628, 19268, 11765, 2779, 478, 479, 403, 440, 388, 353, 373, 300, 350, - 293, 280, 302, 317, 302, 371, 384, 390, 385, 415, 381, 419, 430, 481, - 487, 542, 562, 562, 560, 570, 607, 624, 596, 706, 683, 659, 699, 772, - 649, 666, 653, 674, 684, 680, 684, 637, 669, 654, 725, 723, 787, 767, - 724, 789, 744, 692, 714, 688, 801, 733, 739, 722, 799, 875, 855, 918, - 907, 1010, 985, 1001, 1030, 1008, 1042, 1052, 1015, 1063, 934, 986, 943, - 880, 928, 886, 902, 845, 826, 801, 790, 748, 820, 806, 756, 717, 776, - 750, 747, 721, 704, 677, 731, 712, 619, 658, 696, 648, 621, 611, 600, - 623, 609, 587, 568, 575, 534, 559, 544, 548, 483, 520, 508, 509, 592, - 562, 567, 487, 501, 543, 514, 562, 544, 535, 527, 556, 587, 570, 530, - 571, 563, 546, 588, 572, 574, 587, 565, 573, 602, 587, 622, 623, 633, - 669, 705, 668, 617, 678, 656, 669, 632, 661, 730, 655, 637, 640, 624, - 647, 675, 688, 658, 675, 711, 718, 681, 705, 700, 744, 835, 895, 851, - 921, 902, 905, 874, 921, 868, 833, 821, 819, 801, 815, 806, 836, 806, - 853, 818, 948, 861, 892, 926, 929, 929, 1028, 989, 890, 822, 762, 748, - 678, 648, 682, 633, 672, 647, 640, 653, 634, 659, 606, 674, 673, 672, - 786, 814, 839, 842, 974, 919, 871, 927, 918, 987, 1063, 941, 988, 927, - 791, 943, 1144, 1332, 1548, 1618, 1950, 2030, 1691, 1039, 1455, 1225, - 1112, 2018, 2996, 2001, 16, 17, 464, 310 - ] - ], - [ - "CXR_png/MCUCXR_0058_0.png", - [ - 27209, 785, 370, 437, 395, 320, 460, 423, 364, 485, 406, 360, 362, 307, - 305, 312, 314, 306, 397, 482, 521, 634, 754, 832, 867, 848, 824, 868, - 870, 924, 995, 978, 946, 948, 997, 1008, 1008, 1020, 1021, 1004, 1004, - 1068, 1092, 1094, 1082, 1089, 1071, 972, 1012, 947, 1025, 1001, 983, - 976, 1040, 992, 958, 929, 997, 948, 935, 952, 915, 939, 949, 936, 920, - 911, 926, 916, 908, 898, 885, 965, 946, 1030, 976, 1043, 929, 906, 917, - 936, 846, 822, 806, 756, 724, 680, 735, 633, 628, 679, 670, 748, 672, - 671, 624, 633, 653, 687, 643, 653, 620, 575, 626, 582, 606, 579, 519, - 567, 554, 587, 544, 581, 622, 645, 585, 653, 618, 641, 603, 658, 614, - 651, 666, 659, 672, 693, 654, 764, 760, 725, 719, 711, 721, 727, 761, - 757, 776, 797, 866, 850, 927, 911, 927, 934, 954, 941, 978, 937, 1025, - 1135, 1152, 1195, 1270, 1300, 1353, 1334, 1339, 1423, 1371, 1251, 1382, - 1422, 1419, 1315, 1345, 1293, 1314, 1371, 1292, 1273, 1213, 1271, 1237, - 1159, 1137, 1156, 1156, 1114, 1090, 978, 977, 1073, 1090, 1044, 964, - 1025, 990, 929, 908, 904, 967, 871, 887, 882, 780, 876, 779, 756, 777, - 833, 815, 820, 918, 845, 798, 805, 738, 743, 718, 669, 646, 695, 735, - 761, 745, 793, 801, 836, 811, 719, 736, 808, 875, 843, 886, 994, 1050, - 1044, 1076, 1180, 1282, 1333, 1391, 1453, 1643, 1891, 1862, 1929, 2064, - 2144, 1843, 2105, 1809, 1529, 1655, 1632, 1821, 3772, 2716, 170, 22, 50, - 758, 406 - ] - ], - [ - "CXR_png/MCUCXR_0020_0.png", - [ - 54073, 623, 621, 727, 605, 456, 540, 459, 375, 372, 355, 306, 303, 288, - 294, 297, 280, 305, 293, 366, 374, 393, 390, 437, 456, 522, 597, 562, - 652, 581, 603, 686, 671, 730, 705, 700, 728, 729, 741, 723, 817, 835, - 796, 862, 852, 962, 989, 1005, 999, 1044, 1025, 1001, 1017, 990, 1007, - 966, 922, 890, 901, 916, 915, 880, 851, 844, 828, 757, 799, 795, 791, - 757, 783, 782, 801, 934, 744, 789, 721, 733, 721, 702, 706, 769, 697, - 705, 751, 724, 689, 767, 750, 701, 688, 668, 717, 686, 687, 683, 701, - 701, 667, 621, 614, 626, 609, 668, 623, 624, 628, 607, 592, 593, 606, - 622, 595, 572, 619, 588, 638, 575, 644, 650, 662, 628, 673, 657, 640, - 635, 588, 646, 653, 671, 629, 656, 662, 709, 723, 695, 688, 733, 753, - 853, 801, 785, 825, 815, 778, 799, 820, 819, 816, 882, 895, 928, 925, - 897, 928, 956, 903, 925, 950, 958, 1055, 971, 951, 977, 962, 925, 949, - 969, 1029, 1020, 979, 1020, 1057, 1013, 962, 888, 884, 888, 875, 932, - 891, 946, 900, 977, 987, 946, 1018, 1075, 1097, 1225, 1451, 1613, 1726, - 1438, 1267, 1121, 1071, 1018, 1099, 1153, 1220, 1262, 1303, 1262, 1268, - 1189, 1216, 1143, 1127, 1127, 1054, 1136, 1291, 1343, 1281, 1035, 886, - 806, 818, 839, 802, 798, 747, 721, 751, 753, 713, 634, 627, 689, 609, - 693, 748, 752, 672, 611, 603, 637, 706, 706, 870, 851, 931, 989, 1247, - 888, 841, 943, 1032, 1820, 4023, 2058, 16, 12, 484, 265 - ] - ], - [ - "CXR_png/MCUCXR_0100_0.png", - [ - 2418, 3918, 2033, 298, 256, 275, 324, 303, 281, 271, 283, 253, 226, 305, - 279, 317, 334, 353, 441, 487, 513, 567, 601, 652, 638, 654, 700, 757, - 788, 933, 980, 917, 902, 947, 935, 972, 1021, 987, 961, 978, 983, 1010, - 1009, 1061, 1067, 1021, 1041, 1006, 1057, 997, 999, 1019, 1003, 1017, - 994, 1041, 1074, 1056, 1023, 1035, 1090, 1072, 1113, 1027, 1108, 1136, - 1144, 1203, 1186, 1238, 1265, 1266, 1185, 1243, 1157, 1234, 1155, 1186, - 1153, 1146, 1079, 1073, 1029, 1026, 941, 944, 878, 867, 902, 890, 897, - 830, 867, 852, 822, 791, 792, 770, 760, 716, 711, 675, 684, 678, 666, - 688, 621, 689, 661, 671, 673, 685, 634, 662, 666, 658, 670, 646, 709, - 702, 726, 708, 742, 703, 791, 725, 724, 712, 693, 791, 743, 740, 704, - 699, 721, 703, 781, 730, 757, 756, 757, 807, 767, 780, 765, 793, 838, - 891, 914, 1017, 1013, 996, 1049, 1030, 1011, 1030, 1052, 1082, 1115, - 1065, 1164, 1139, 1115, 1161, 1129, 1252, 1279, 1328, 1387, 1526, 1532, - 1502, 1554, 1500, 1407, 1292, 1350, 1378, 1409, 1284, 1285, 1254, 1314, - 1359, 1377, 1345, 1270, 1192, 1296, 1318, 1444, 1273, 1208, 1176, 1186, - 1112, 1189, 1149, 1169, 1210, 1226, 1177, 1185, 1135, 1044, 1121, 1013, - 1130, 1097, 1079, 1054, 1079, 1126, 1139, 1154, 1195, 1165, 1267, 1132, - 1215, 1146, 1079, 1090, 1152, 1223, 1364, 1400, 1332, 997, 1128, 1170, - 1307, 1506, 1214, 1429, 1372, 1131, 1063, 1120, 1042, 1392, 1235, 1216, - 1796, 1399, 1049, 1787, 1877, 2348, 5233, 4027, 295, 26, 26, 759, 393 - ] - ], - [ - "CXR_png/MCUCXR_0004_0.png", - [ - 66922, 8483, 585, 657, 580, 480, 474, 434, 398, 349, 325, 293, 240, 277, - 257, 310, 273, 291, 337, 410, 439, 449, 446, 480, 513, 516, 492, 472, - 547, 523, 662, 560, 518, 553, 621, 565, 663, 679, 725, 667, 670, 618, - 559, 610, 601, 691, 673, 613, 646, 611, 668, 665, 633, 615, 592, 604, - 645, 584, 591, 575, 602, 587, 566, 661, 693, 610, 736, 677, 688, 690, - 702, 677, 703, 723, 736, 737, 779, 728, 721, 820, 815, 794, 739, 775, - 769, 702, 792, 692, 714, 692, 686, 725, 668, 662, 668, 683, 685, 634, - 627, 633, 681, 667, 654, 692, 645, 655, 654, 585, 626, 599, 620, 619, - 580, 565, 533, 558, 539, 509, 545, 598, 564, 555, 618, 571, 581, 612, - 614, 543, 586, 581, 604, 533, 597, 598, 622, 568, 591, 649, 662, 646, - 656, 653, 699, 727, 711, 735, 699, 688, 778, 763, 773, 845, 874, 820, - 809, 874, 832, 825, 804, 774, 800, 808, 872, 807, 806, 892, 767, 868, - 820, 913, 853, 930, 834, 846, 915, 912, 974, 947, 978, 1031, 1025, 977, - 981, 909, 907, 936, 945, 983, 1015, 934, 926, 897, 1017, 970, 995, 1065, - 1079, 1066, 1065, 1028, 858, 923, 840, 913, 930, 843, 852, 930, 962, - 975, 944, 976, 914, 950, 903, 838, 795, 860, 911, 852, 854, 937, 850, - 918, 946, 1019, 1041, 973, 1091, 1080, 1094, 1167, 1172, 1166, 1127, - 1170, 1090, 965, 933, 871, 906, 867, 953, 1160, 1086, 1010, 1170, 875, - 782, 1616, 1345, 133, 40, 51, 608, 538 - ] - ], - [ - "CXR_png/MCUCXR_0041_0.png", - [ - 26494, 23100, 3927, 1628, 1232, 1030, 1088, 985, 763, 896, 797, 776, - 677, 705, 772, 803, 865, 937, 916, 912, 924, 998, 1168, 1238, 1325, - 1302, 1289, 1343, 1425, 1493, 1535, 1592, 1677, 1620, 1775, 1658, 1665, - 1624, 1626, 1576, 1569, 1613, 1502, 1493, 1581, 1390, 1414, 1398, 1422, - 1372, 1342, 1255, 1205, 1177, 1140, 1138, 1153, 1055, 992, 1084, 893, - 950, 924, 836, 825, 830, 819, 850, 876, 857, 871, 843, 876, 848, 873, - 904, 842, 895, 834, 934, 1033, 964, 927, 927, 926, 980, 912, 865, 934, - 888, 907, 881, 902, 958, 966, 1069, 1096, 1126, 1165, 1294, 1395, 1417, - 1292, 1347, 1296, 1308, 1293, 1324, 1251, 1206, 1257, 1216, 1200, 1264, - 1187, 1207, 1132, 1121, 1128, 1157, 1138, 1133, 1105, 1089, 1051, 1028, - 998, 935, 963, 927, 870, 863, 827, 876, 808, 729, 779, 683, 667, 708, - 631, 687, 653, 690, 655, 666, 703, 631, 661, 681, 652, 622, 581, 555, - 575, 504, 504, 506, 576, 512, 513, 477, 498, 520, 522, 549, 550, 526, - 617, 622, 609, 656, 578, 572, 468, 495, 463, 518, 541, 611, 594, 529, - 547, 597, 600, 533, 526, 532, 497, 561, 516, 624, 716, 755, 665, 766, - 942, 915, 1027, 1076, 1116, 1177, 1253, 1326, 1104, 889, 931, 911, 976, - 896, 928, 793, 676, 667, 539, 453, 475, 402, 256, 234, 187, 235, 243, - 171, 151, 118, 119, 114, 94, 121, 91, 116, 101, 88, 107, 89, 106, 101, - 97, 109, 119, 90, 131, 85, 110, 76, 86, 61, 68, 28, 14, 23, 21, 30, 459, - 789 - ] - ], - [ - "CXR_png/MCUCXR_0081_0.png", - [ - 12003, 10808, 791, 840, 824, 640, 654, 661, 496, 582, 486, 447, 484, - 406, 435, 467, 466, 482, 461, 454, 445, 507, 537, 597, 545, 576, 708, - 677, 731, 751, 801, 908, 856, 968, 961, 1032, 1007, 1016, 1062, 1059, - 1058, 1180, 1124, 1198, 1279, 1270, 1305, 1256, 1375, 1257, 1398, 1289, - 1229, 1243, 1333, 1278, 1334, 1298, 1320, 1288, 1254, 1231, 1170, 1207, - 1212, 1104, 1132, 1120, 1158, 1200, 1208, 1128, 1083, 1162, 1212, 1294, - 1189, 1176, 1202, 1156, 1234, 1154, 1088, 1142, 1012, 1040, 1014, 947, - 904, 968, 936, 883, 899, 873, 888, 822, 839, 810, 800, 812, 762, 783, - 738, 711, 794, 704, 697, 694, 681, 734, 698, 726, 685, 667, 680, 681, - 691, 648, 673, 650, 719, 709, 702, 717, 718, 732, 733, 726, 786, 778, - 757, 769, 823, 725, 772, 806, 839, 804, 763, 774, 886, 817, 828, 873, - 864, 866, 834, 880, 967, 888, 875, 964, 1052, 1029, 978, 1043, 998, - 1099, 1018, 961, 1070, 1015, 1030, 1007, 935, 961, 892, 963, 972, 1010, - 1019, 1114, 1041, 1095, 1075, 1201, 1181, 1210, 1319, 1096, 1204, 1234, - 1190, 1277, 1261, 1232, 1300, 1263, 1222, 1139, 1179, 1125, 1076, 1110, - 1032, 1042, 942, 933, 900, 841, 832, 829, 826, 755, 772, 713, 712, 676, - 694, 673, 772, 834, 811, 864, 834, 813, 811, 751, 791, 814, 822, 801, - 839, 844, 846, 902, 938, 814, 867, 714, 657, 642, 740, 791, 780, 679, - 623, 727, 785, 882, 952, 899, 798, 984, 1000, 842, 949, 1047, 1021, - 2160, 5238, 5509, 14, 34, 681, 463 - ] - ], - [ - "CXR_png/MCUCXR_0102_0.png", - [ - 53033, 568, 606, 682, 492, 360, 405, 321, 263, 282, 247, 223, 233, 235, - 213, 234, 221, 305, 311, 309, 369, 369, 377, 443, 454, 447, 528, 560, - 598, 680, 749, 760, 773, 788, 763, 791, 791, 830, 821, 859, 877, 906, - 1067, 1074, 1134, 1174, 1212, 1175, 1116, 1196, 1112, 1122, 1056, 1101, - 1099, 1057, 1042, 1060, 1116, 1144, 1077, 1102, 1150, 1082, 1127, 1114, - 1075, 1048, 1114, 1122, 1107, 1133, 1139, 1178, 983, 1020, 1013, 948, - 1006, 973, 1018, 984, 954, 1014, 964, 955, 891, 893, 791, 854, 793, 785, - 750, 712, 777, 744, 740, 697, 712, 705, 679, 721, 655, 618, 652, 592, - 652, 639, 654, 657, 672, 623, 639, 682, 592, 676, 645, 656, 653, 680, - 625, 622, 638, 642, 571, 577, 575, 581, 627, 598, 627, 632, 669, 603, - 618, 673, 623, 686, 599, 691, 704, 710, 708, 696, 699, 733, 691, 750, - 731, 705, 734, 748, 772, 815, 824, 841, 837, 831, 809, 765, 799, 786, - 787, 774, 793, 847, 882, 947, 978, 947, 949, 987, 977, 944, 921, 965, - 997, 1082, 1099, 1081, 1121, 1139, 1218, 1162, 1156, 1196, 1164, 1244, - 1228, 1267, 1195, 1133, 1182, 1105, 1113, 1142, 1255, 1290, 1463, 1508, - 1237, 1201, 1214, 1188, 1265, 1396, 1344, 1275, 1288, 1113, 1103, 1117, - 1163, 1169, 1124, 1044, 947, 888, 809, 613, 608, 605, 667, 643, 637, - 603, 598, 562, 590, 575, 582, 597, 657, 670, 726, 718, 711, 721, 835, - 737, 851, 686, 703, 742, 795, 548, 551, 631, 881, 1439, 1839, 356, 12, - 42, 426, 285 - ] - ], - [ - "CXR_png/MCUCXR_0104_1.png", - [ - 15604, 4102, 3864, 2935, 987, 459, 553, 514, 499, 440, 403, 348, 352, - 335, 309, 327, 386, 364, 433, 513, 555, 636, 678, 702, 805, 861, 919, - 1069, 1205, 1365, 1547, 1631, 1789, 1978, 2213, 2244, 2334, 2434, 2371, - 2463, 2451, 2354, 2351, 2313, 2338, 2294, 2159, 2169, 2072, 1939, 1834, - 1785, 1701, 1733, 1685, 1640, 1599, 1558, 1641, 1498, 1416, 1436, 1381, - 1425, 1246, 1273, 1401, 1346, 1215, 1245, 1252, 1299, 1197, 1151, 1234, - 1198, 1141, 1095, 1046, 971, 964, 997, 940, 856, 833, 838, 808, 740, - 749, 774, 767, 733, 667, 712, 610, 662, 630, 647, 590, 648, 652, 702, - 641, 602, 583, 623, 623, 656, 559, 570, 612, 617, 583, 578, 549, 561, - 627, 581, 563, 552, 583, 614, 595, 582, 610, 589, 649, 604, 592, 574, - 647, 662, 645, 627, 640, 658, 633, 664, 683, 714, 694, 711, 769, 842, - 752, 748, 757, 805, 882, 822, 829, 856, 832, 860, 846, 868, 894, 903, - 901, 901, 872, 938, 910, 858, 873, 903, 959, 964, 956, 1050, 966, 938, - 904, 932, 955, 909, 937, 908, 920, 840, 893, 830, 769, 731, 769, 787, - 757, 701, 768, 736, 740, 752, 767, 737, 684, 660, 657, 606, 673, 649, - 694, 695, 679, 654, 628, 615, 608, 673, 607, 567, 472, 467, 500, 519, - 544, 561, 601, 571, 530, 525, 477, 524, 568, 596, 658, 690, 651, 630, - 707, 727, 725, 866, 860, 715, 897, 957, 815, 733, 649, 656, 893, 1316, - 893, 1261, 1294, 989, 1116, 1252, 1567, 2091, 3410, 1995, 15, 81, 739, - 419 - ] - ], - [ - "CXR_png/MCUCXR_0264_1.png", - [ - 2016, 7372, 10037, 8368, 6640, 917, 466, 392, 355, 340, 346, 263, 260, - 277, 279, 232, 215, 242, 303, 440, 498, 594, 661, 667, 685, 749, 815, - 869, 895, 918, 931, 899, 907, 881, 986, 1063, 1213, 1248, 1295, 1381, - 1384, 1398, 1482, 1465, 1384, 1380, 1318, 1266, 1333, 1328, 1277, 1339, - 1311, 1290, 1331, 1321, 1246, 1140, 1225, 1192, 1072, 1074, 1113, 1119, - 1099, 1123, 1097, 1036, 1079, 1072, 1022, 1056, 1008, 1050, 1038, 1113, - 1073, 1041, 1002, 979, 904, 1011, 913, 953, 850, 882, 926, 914, 830, - 829, 800, 795, 756, 753, 761, 774, 804, 741, 755, 742, 723, 698, 706, - 711, 688, 732, 740, 697, 694, 692, 692, 702, 735, 709, 680, 711, 772, - 715, 693, 660, 659, 706, 684, 668, 617, 637, 618, 674, 641, 662, 635, - 633, 665, 627, 658, 670, 658, 671, 667, 724, 724, 720, 721, 710, 705, - 728, 715, 742, 765, 789, 800, 754, 838, 866, 834, 859, 873, 856, 1229, - 881, 852, 853, 911, 883, 885, 898, 895, 898, 913, 961, 937, 966, 953, - 1002, 1063, 1069, 1204, 1228, 1164, 1133, 996, 1043, 1104, 1133, 1125, - 1129, 1188, 1105, 953, 1006, 967, 970, 947, 912, 918, 888, 882, 881, - 1006, 1043, 1005, 1060, 1036, 1042, 1043, 1158, 1186, 1182, 1060, 1001, - 942, 885, 886, 985, 991, 1021, 970, 1042, 907, 818, 742, 694, 708, 809, - 831, 812, 818, 717, 694, 673, 680, 791, 901, 914, 994, 890, 830, 933, - 1203, 986, 1052, 947, 965, 1083, 1079, 1038, 1594, 1499, 1436, 2360, - 3403, 1989, 27, 49, 711, 491 - ] - ], - [ - "CXR_png/MCUCXR_0334_1.png", - [ - 22445, 5998, 773, 973, 869, 665, 723, 598, 522, 584, 490, 449, 457, 448, - 620, 436, 453, 495, 538, 654, 825, 667, 774, 826, 883, 924, 976, 1006, - 1096, 1103, 1141, 1151, 1189, 1229, 1322, 1296, 1333, 1372, 1348, 1363, - 1511, 1559, 1670, 1763, 1725, 1713, 1657, 1682, 1541, 1655, 1584, 1733, - 1640, 1567, 1566, 1608, 1420, 1427, 1421, 1389, 1330, 1318, 1210, 1236, - 1197, 1176, 1184, 1167, 1097, 1044, 1077, 1060, 1058, 1029, 1075, 1064, - 1019, 988, 998, 969, 927, 901, 929, 889, 803, 825, 868, 835, 843, 756, - 716, 694, 709, 717, 675, 732, 695, 733, 729, 730, 744, 718, 716, 699, - 702, 703, 719, 651, 671, 662, 648, 617, 678, 659, 627, 659, 674, 687, - 645, 642, 668, 652, 653, 683, 664, 680, 623, 717, 726, 675, 780, 707, - 713, 708, 732, 698, 669, 697, 711, 728, 703, 736, 721, 770, 759, 783, - 790, 757, 886, 874, 956, 990, 906, 1035, 996, 990, 921, 1017, 948, 936, - 948, 980, 978, 1018, 990, 924, 862, 882, 848, 889, 915, 901, 875, 902, - 998, 945, 1028, 1090, 1169, 1130, 1141, 1039, 949, 917, 935, 934, 862, - 901, 855, 877, 832, 939, 885, 874, 871, 854, 844, 874, 874, 890, 895, - 870, 941, 953, 849, 798, 779, 738, 665, 732, 663, 686, 655, 665, 771, - 774, 721, 737, 616, 667, 657, 672, 661, 749, 764, 821, 782, 815, 807, - 814, 830, 769, 764, 798, 776, 845, 843, 956, 1117, 1390, 1604, 1769, - 1813, 2107, 1857, 1900, 1681, 1587, 1021, 578, 77, 12, 5, 20, 481, 682 - ] - ], - [ - "CXR_png/MCUCXR_0309_1.png", - [ - 25552, 11550, 21504, 10350, 1597, 963, 967, 863, 615, 789, 740, 629, - 645, 594, 456, 472, 478, 445, 507, 511, 592, 650, 669, 693, 749, 724, - 779, 771, 820, 745, 738, 799, 863, 892, 832, 860, 791, 867, 892, 1015, - 945, 893, 928, 937, 912, 897, 926, 942, 955, 1038, 1021, 1157, 1190, - 1142, 1168, 1202, 1131, 1208, 1122, 1148, 1236, 1267, 1293, 1329, 1271, - 1224, 1251, 1148, 1185, 1111, 1116, 1096, 1094, 1050, 1060, 1064, 1185, - 1060, 987, 965, 931, 981, 996, 984, 904, 936, 911, 900, 807, 882, 903, - 840, 917, 826, 827, 736, 815, 685, 721, 734, 707, 778, 719, 712, 712, - 738, 729, 755, 734, 736, 709, 744, 785, 736, 729, 792, 743, 743, 732, - 683, 713, 680, 655, 664, 581, 603, 598, 550, 544, 511, 559, 549, 491, - 547, 540, 530, 529, 488, 507, 511, 540, 540, 484, 457, 465, 438, 448, - 477, 477, 439, 448, 428, 433, 430, 419, 389, 404, 380, 420, 432, 330, - 400, 382, 440, 410, 438, 442, 383, 387, 407, 358, 375, 401, 360, 402, - 372, 351, 367, 366, 401, 375, 377, 412, 453, 377, 431, 396, 460, 416, - 413, 440, 423, 435, 430, 439, 465, 417, 461, 485, 466, 482, 517, 552, - 503, 494, 497, 471, 500, 489, 482, 522, 469, 491, 485, 480, 499, 529, - 605, 605, 621, 613, 621, 612, 652, 738, 754, 723, 788, 790, 815, 807, - 729, 807, 946, 824, 927, 1022, 1201, 1691, 1883, 1664, 1997, 2371, 2672, - 2713, 1930, 1552, 1891, 2048, 2605, 2656, 202, 17, 85, 725, 365 - ] - ], - [ - "CXR_png/MCUCXR_0301_1.png", - [ - 48039, 625, 532, 663, 544, 354, 369, 374, 299, 314, 296, 268, 261, 271, - 276, 292, 319, 274, 340, 376, 499, 554, 541, 525, 493, 492, 504, 480, - 520, 539, 605, 570, 619, 636, 664, 744, 711, 682, 626, 593, 641, 595, - 596, 499, 569, 559, 534, 543, 577, 555, 597, 614, 589, 589, 609, 643, - 665, 639, 632, 675, 764, 757, 892, 865, 868, 852, 884, 922, 879, 917, - 855, 905, 1004, 964, 863, 858, 861, 843, 877, 802, 822, 866, 889, 814, - 844, 813, 772, 763, 755, 746, 798, 786, 815, 716, 735, 795, 725, 786, - 796, 724, 723, 693, 747, 730, 713, 720, 763, 710, 745, 736, 714, 697, - 705, 704, 693, 733, 687, 689, 687, 687, 740, 749, 708, 772, 782, 850, - 803, 841, 896, 844, 911, 917, 859, 894, 916, 908, 878, 920, 867, 892, - 893, 886, 896, 977, 914, 892, 909, 892, 895, 908, 922, 864, 888, 935, - 933, 991, 1041, 992, 989, 1002, 966, 940, 987, 991, 986, 1030, 1078, - 1060, 1091, 1157, 1157, 1182, 1185, 1179, 1170, 1141, 1230, 1279, 1201, - 1185, 1309, 1153, 1254, 1333, 1251, 1231, 1236, 1284, 1498, 1525, 1465, - 1408, 1466, 1414, 1391, 1300, 1242, 1158, 1233, 1193, 1201, 1086, 1040, - 1071, 1168, 1074, 1034, 1030, 956, 924, 928, 953, 966, 1008, 1045, 971, - 835, 854, 876, 870, 860, 853, 864, 870, 912, 871, 854, 860, 873, 827, - 786, 886, 1064, 931, 982, 862, 847, 887, 884, 936, 1038, 929, 908, 969, - 943, 653, 742, 977, 1554, 2633, 2078, 203, 33, 27, 480, 202 - ] - ], - [ - "CXR_png/MCUCXR_0251_1.png", - [ - 73247, 24297, 2215, 1493, 1435, 862, 914, 846, 696, 692, 663, 511, 537, - 506, 424, 458, 492, 455, 531, 539, 555, 619, 678, 722, 693, 796, 771, - 839, 881, 859, 934, 940, 1030, 1114, 1166, 1250, 1274, 1305, 1390, 1301, - 1311, 1313, 1288, 1316, 1302, 1244, 1159, 1126, 1103, 998, 1063, 941, - 940, 998, 898, 923, 851, 856, 792, 852, 832, 751, 848, 788, 795, 861, - 803, 809, 804, 775, 774, 744, 750, 783, 679, 718, 654, 654, 593, 643, - 624, 628, 684, 653, 688, 770, 740, 673, 685, 700, 692, 667, 654, 649, - 568, 606, 606, 575, 601, 611, 581, 619, 580, 553, 529, 518, 488, 529, - 495, 541, 525, 472, 517, 477, 515, 521, 496, 517, 481, 512, 505, 490, - 523, 460, 452, 503, 471, 431, 424, 423, 400, 412, 426, 391, 420, 389, - 428, 422, 424, 379, 402, 387, 419, 417, 419, 403, 370, 398, 384, 419, - 371, 384, 442, 403, 379, 415, 403, 414, 437, 392, 436, 395, 448, 371, - 492, 421, 384, 436, 451, 465, 516, 483, 461, 482, 578, 546, 558, 598, - 596, 641, 585, 633, 661, 597, 701, 728, 717, 750, 754, 763, 756, 749, - 738, 730, 714, 754, 681, 671, 778, 790, 797, 775, 848, 795, 804, 725, - 795, 755, 763, 700, 690, 705, 678, 636, 593, 595, 580, 552, 530, 532, - 458, 517, 537, 475, 474, 537, 464, 397, 383, 321, 338, 338, 350, 311, - 345, 334, 290, 277, 283, 267, 275, 218, 172, 202, 287, 189, 291, 266, - 390, 854, 2420, 2332, 12, 88, 658, 305 - ] - ], - [ - "CXR_png/MCUCXR_0258_1.png", - [ - 39307, 7509, 18267, 6563, 3835, 1708, 1063, 714, 560, 579, 567, 461, - 427, 452, 391, 452, 440, 355, 330, 361, 403, 380, 362, 343, 327, 319, - 358, 764, 499, 523, 498, 595, 458, 428, 388, 455, 402, 452, 480, 492, - 482, 478, 511, 422, 518, 565, 587, 658, 609, 616, 610, 593, 625, 593, - 615, 560, 609, 630, 568, 652, 713, 743, 785, 729, 823, 827, 775, 848, - 865, 820, 837, 813, 865, 913, 962, 983, 993, 973, 958, 967, 971, 964, - 959, 903, 896, 847, 812, 786, 766, 871, 812, 828, 762, 756, 816, 776, - 770, 735, 740, 759, 829, 791, 803, 798, 805, 795, 769, 847, 816, 777, - 761, 797, 738, 818, 754, 793, 724, 738, 761, 679, 680, 752, 690, 688, - 723, 732, 750, 714, 744, 720, 650, 720, 683, 715, 695, 662, 656, 693, - 719, 670, 667, 615, 713, 652, 683, 662, 742, 747, 786, 734, 748, 789, - 783, 783, 731, 716, 707, 668, 669, 650, 654, 673, 628, 645, 578, 601, - 526, 523, 606, 601, 615, 613, 582, 574, 549, 556, 614, 557, 523, 481, - 521, 462, 494, 560, 536, 517, 560, 491, 467, 472, 450, 477, 513, 522, - 532, 578, 552, 585, 611, 611, 553, 539, 545, 538, 562, 539, 475, 419, - 395, 400, 414, 479, 439, 450, 758, 447, 491, 488, 508, 517, 532, 533, - 627, 645, 593, 630, 559, 622, 688, 683, 618, 684, 682, 619, 603, 642, - 584, 742, 858, 765, 1031, 1109, 978, 1175, 1068, 766, 993, 1241, 1396, - 3357, 10097, 10287, 13, 20, 719, 436 - ] - ], - [ - "CXR_png/MCUCXR_0150_1.png", - [ - 27507, 1522, 667, 613, 406, 392, 380, 347, 358, 339, 348, 241, 266, 260, - 240, 314, 280, 359, 385, 425, 479, 560, 538, 602, 696, 681, 685, 653, - 796, 764, 810, 912, 974, 858, 934, 924, 896, 951, 951, 903, 974, 978, - 941, 1018, 969, 1000, 946, 995, 1005, 1025, 1109, 988, 1014, 1016, 970, - 969, 967, 958, 965, 900, 951, 927, 918, 927, 930, 908, 903, 857, 825, - 859, 838, 806, 841, 834, 898, 862, 837, 854, 879, 792, 842, 874, 836, - 836, 784, 776, 838, 862, 891, 866, 861, 799, 880, 814, 868, 859, 856, - 952, 876, 896, 943, 993, 985, 939, 913, 952, 914, 858, 888, 827, 800, - 784, 794, 822, 788, 811, 762, 835, 838, 783, 834, 885, 845, 896, 877, - 940, 926, 954, 927, 878, 894, 904, 867, 873, 898, 871, 828, 877, 847, - 835, 950, 906, 899, 870, 837, 806, 839, 876, 838, 841, 900, 835, 888, - 847, 878, 924, 973, 913, 1001, 1004, 1047, 1057, 1116, 1108, 1059, 1022, - 1069, 974, 995, 944, 965, 928, 930, 832, 867, 829, 848, 929, 929, 906, - 898, 951, 904, 891, 876, 895, 858, 844, 879, 874, 882, 810, 801, 891, - 855, 799, 756, 746, 707, 719, 758, 702, 678, 687, 733, 679, 710, 674, - 752, 785, 774, 800, 810, 845, 890, 849, 906, 901, 967, 942, 939, 893, - 976, 913, 968, 1042, 1125, 1184, 1131, 1138, 1140, 1160, 1255, 1167, - 1101, 1308, 1294, 1465, 1833, 2142, 2083, 2258, 1723, 2116, 3113, 2976, - 3014, 2116, 1688, 2305, 2389, 1022, 57, 37, 431, 465 - ] - ], - [ - "CXR_png/MCUCXR_0275_1.png", - [ - 34313, 1599, 641, 762, 619, 459, 468, 412, 366, 417, 329, 332, 274, 261, - 269, 352, 335, 341, 398, 407, 428, 397, 439, 474, 552, 634, 725, 886, - 1013, 946, 1008, 991, 999, 999, 1058, 1122, 1035, 1126, 1110, 1109, - 1079, 1110, 1121, 1140, 1240, 1173, 1140, 1159, 1181, 1138, 1125, 1094, - 1171, 1135, 1170, 1179, 1174, 1125, 1101, 1104, 1066, 1098, 1005, 984, - 979, 950, 893, 936, 940, 908, 901, 917, 924, 953, 918, 912, 899, 842, - 862, 890, 884, 859, 855, 794, 791, 772, 823, 793, 778, 776, 734, 816, - 763, 788, 813, 850, 830, 813, 832, 795, 716, 701, 693, 677, 701, 663, - 625, 660, 634, 651, 618, 651, 638, 682, 729, 674, 649, 668, 662, 628, - 625, 730, 702, 695, 746, 738, 761, 711, 743, 757, 734, 749, 727, 784, - 747, 773, 804, 782, 815, 840, 815, 833, 819, 785, 820, 787, 800, 804, - 799, 850, 811, 794, 829, 865, 813, 854, 891, 912, 899, 1021, 998, 946, - 1037, 1031, 1102, 1005, 953, 1045, 995, 1063, 1004, 1059, 1076, 1087, - 1009, 1036, 1004, 1009, 996, 1022, 994, 995, 919, 929, 943, 848, 852, - 867, 928, 863, 940, 908, 858, 853, 878, 915, 912, 930, 923, 921, 940, - 861, 851, 854, 796, 811, 742, 808, 782, 701, 708, 798, 843, 881, 943, - 882, 948, 888, 807, 868, 840, 867, 902, 850, 838, 919, 900, 735, 715, - 725, 898, 952, 905, 873, 959, 935, 717, 743, 839, 835, 1016, 1018, 867, - 1204, 1126, 922, 1773, 1763, 1751, 4655, 6346, 3173, 12, 45, 450, 427 - ] - ], - [ - "CXR_png/MCUCXR_0218_1.png", - [ - 49863, 3532, 620, 370, 317, 279, 331, 285, 283, 291, 281, 267, 259, 314, - 225, 240, 297, 275, 305, 325, 414, 431, 427, 483, 510, 528, 568, 611, - 653, 609, 653, 689, 645, 741, 715, 687, 651, 680, 669, 736, 691, 756, - 759, 843, 841, 782, 780, 890, 835, 888, 961, 945, 899, 892, 918, 880, - 891, 921, 882, 890, 919, 932, 837, 897, 866, 946, 934, 891, 881, 869, - 839, 820, 788, 855, 807, 802, 847, 832, 888, 897, 862, 817, 853, 868, - 805, 816, 787, 857, 792, 752, 745, 773, 741, 690, 677, 732, 648, 683, - 673, 623, 642, 594, 577, 594, 556, 552, 534, 520, 542, 541, 538, 531, - 522, 519, 562, 561, 549, 562, 573, 585, 603, 564, 589, 592, 590, 594, - 597, 627, 616, 647, 645, 658, 611, 658, 617, 590, 603, 609, 589, 607, - 592, 576, 592, 601, 567, 568, 654, 604, 656, 679, 755, 807, 740, 778, - 847, 816, 818, 816, 846, 860, 870, 795, 802, 798, 819, 770, 836, 801, - 861, 869, 861, 859, 838, 866, 871, 860, 936, 931, 952, 1037, 1086, 1093, - 984, 1005, 1060, 989, 994, 982, 1014, 1035, 1051, 1040, 987, 1036, 971, - 1027, 916, 1023, 1065, 964, 1034, 1040, 1033, 1024, 974, 977, 870, 878, - 876, 857, 843, 742, 754, 778, 876, 956, 844, 822, 760, 720, 678, 653, - 764, 709, 836, 892, 907, 827, 788, 732, 648, 929, 1125, 967, 1315, 1048, - 791, 1013, 1065, 1094, 1388, 1513, 1210, 1332, 1257, 1138, 1536, 1543, - 2636, 4844, 7327, 4426, 20, 18, 321, 366 - ] - ], - [ - "CXR_png/MCUCXR_0338_1.png", - [ - 49011, 3372, 393, 278, 259, 248, 269, 235, 191, 196, 191, 179, 161, 158, - 179, 224, 278, 305, 297, 328, 307, 320, 373, 392, 472, 573, 657, 748, - 751, 789, 845, 878, 871, 821, 897, 889, 970, 950, 1042, 1075, 1088, - 1073, 1168, 1198, 1179, 1192, 1241, 1235, 1304, 1247, 1259, 1307, 1322, - 1348, 1343, 1306, 1395, 1461, 1475, 1360, 1402, 1360, 1325, 1300, 1306, - 1318, 1341, 1291, 1238, 1179, 1151, 1123, 1129, 1115, 1024, 1010, 985, - 993, 977, 953, 921, 920, 937, 954, 873, 927, 909, 855, 909, 923, 917, - 932, 969, 957, 927, 944, 900, 876, 859, 829, 877, 814, 809, 833, 767, - 734, 715, 724, 703, 649, 684, 724, 705, 673, 705, 667, 688, 621, 631, - 653, 646, 662, 679, 688, 665, 632, 665, 655, 644, 628, 600, 567, 580, - 565, 652, 640, 574, 629, 638, 637, 623, 672, 661, 618, 681, 714, 744, - 774, 693, 755, 723, 749, 790, 792, 754, 777, 753, 751, 705, 738, 712, - 737, 733, 702, 697, 798, 740, 737, 829, 826, 929, 881, 940, 971, 954, - 957, 997, 990, 1046, 1047, 1049, 1114, 1100, 1067, 1036, 1020, 999, - 1016, 1036, 1065, 1038, 1048, 959, 996, 924, 921, 1011, 944, 987, 949, - 1032, 1153, 1216, 1052, 963, 1066, 1040, 959, 896, 910, 826, 880, 927, - 1090, 980, 1002, 939, 964, 850, 812, 812, 880, 993, 1076, 956, 924, 828, - 803, 845, 837, 921, 894, 835, 677, 874, 586, 553, 617, 596, 553, 489, - 487, 569, 698, 733, 716, 865, 904, 820, 1225, 1119, 280, 0, 0, 0, 0 - ] - ], - [ - "CXR_png/MCUCXR_0140_1.png", - [ - 57718, 1365, 1165, 1205, 942, 632, 777, 694, 524, 613, 588, 497, 466, - 458, 417, 403, 427, 408, 464, 492, 523, 557, 610, 620, 691, 640, 719, - 738, 753, 735, 739, 762, 768, 850, 903, 870, 916, 906, 931, 996, 1000, - 957, 962, 938, 994, 990, 929, 982, 945, 975, 997, 976, 981, 1047, 1034, - 1027, 1073, 1090, 1079, 1101, 1093, 1143, 1107, 1167, 1144, 1134, 1127, - 1172, 1118, 1148, 1122, 1099, 1142, 1235, 1018, 1064, 1102, 1142, 1004, - 1033, 951, 907, 968, 900, 899, 884, 840, 895, 807, 835, 843, 882, 816, - 881, 911, 874, 854, 791, 832, 802, 821, 841, 897, 862, 841, 898, 855, - 799, 783, 715, 811, 833, 806, 758, 817, 847, 819, 789, 846, 830, 853, - 840, 888, 826, 823, 869, 937, 908, 918, 902, 915, 918, 888, 944, 911, - 937, 963, 921, 904, 902, 912, 929, 876, 851, 829, 818, 851, 833, 871, - 892, 941, 931, 916, 933, 837, 840, 851, 887, 820, 838, 902, 880, 829, - 819, 818, 848, 892, 845, 926, 953, 950, 937, 979, 940, 904, 868, 851, - 890, 895, 863, 944, 939, 974, 975, 923, 879, 781, 786, 660, 690, 698, - 705, 768, 734, 692, 667, 650, 612, 553, 580, 564, 651, 566, 546, 533, - 528, 430, 414, 391, 422, 365, 360, 347, 348, 327, 350, 330, 366, 382, - 409, 422, 509, 508, 538, 589, 612, 618, 620, 581, 620, 573, 660, 685, - 712, 671, 595, 595, 579, 613, 555, 606, 611, 631, 622, 682, 661, 667, - 805, 1028, 1532, 2095, 696, 6, 29, 436, 418 - ] - ] - ] -} diff --git a/src/mednet/libs/classification/tests/__init__.py b/tests/__init__.py similarity index 100% rename from src/mednet/libs/classification/tests/__init__.py rename to tests/__init__.py diff --git a/src/mednet/libs/common/tests/__init__.py b/tests/classification/__init__.py similarity index 100% rename from src/mednet/libs/common/tests/__init__.py rename to tests/classification/__init__.py diff --git a/src/mednet/libs/classification/tests/conftest.py b/tests/classification/conftest.py similarity index 100% rename from src/mednet/libs/classification/tests/conftest.py rename to tests/classification/conftest.py diff --git a/src/mednet/libs/classification/tests/data/histograms/models/histograms_alexnet_montgomery_default.json b/tests/classification/data/histograms/models/histograms_alexnet_montgomery_default.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/models/histograms_alexnet_montgomery_default.json rename to tests/classification/data/histograms/models/histograms_alexnet_montgomery_default.json diff --git a/src/mednet/libs/classification/tests/data/histograms/models/histograms_densenet-121_montgomery_default.json b/tests/classification/data/histograms/models/histograms_densenet-121_montgomery_default.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/models/histograms_densenet-121_montgomery_default.json rename to tests/classification/data/histograms/models/histograms_densenet-121_montgomery_default.json diff --git a/tests/classification/data/histograms/models/histograms_pasa_montgomery_default.json b/tests/classification/data/histograms/models/histograms_pasa_montgomery_default.json new file mode 100644 index 00000000..0a7aef4b --- /dev/null +++ b/tests/classification/data/histograms/models/histograms_pasa_montgomery_default.json @@ -0,0 +1,23 @@ +{ + "train": [ + ["CXR_png/MCUCXR_0194_1.png", [32177, 5070, 951, 1144, 931, 720, 841, 757, 527, 538, 560, 426, 467, 403, 370, 406, 363, 349, 373, 478, 482, 598, 665, 844, 795, 908, 908, 901, 969, 963, 960, 963, 928, 992, 985, 1001, 1079, 1016, 1023, 1049, 1143, 1159, 1198, 1138, 1253, 1151, 1218, 1101, 1107, 1126, 1164, 1285, 1303, 1287, 1309, 1290, 1286, 1257, 1212, 1173, 1132, 1181, 1007, 1114, 1057, 1081, 1028, 1028, 1051, 1043, 1002, 887, 938, 966, 918, 904, 941, 866, 843, 794, 812, 759, 775, 737, 692, 674, 722, 724, 666, 707, 677, 751, 667, 663, 639, 656, 662, 649, 723, 703, 683, 666, 677, 675, 682, 730, 609, 629, 638, 609, 585, 587, 626, 656, 595, 594, 641, 696, 661, 701, 736, 732, 722, 693, 768, 739, 794, 763, 765, 840, 807, 839, 861, 883, 870, 907, 865, 855, 855, 872, 899, 850, 902, 920, 839, 861, 886, 908, 960, 948, 1019, 1012, 1057, 1010, 953, 1054, 1064, 928, 935, 1022, 954, 973, 983, 1000, 1054, 1045, 1073, 1131, 1074, 1156, 1112, 1107, 1032, 1026, 1102, 1056, 961, 957, 1016, 1002, 889, 911, 890, 860, 877, 822, 777, 762, 821, 831, 821, 797, 790, 856, 802, 753, 730, 594, 633, 640, 622, 589, 627, 589, 579, 573, 600, 588, 586, 616, 566, 624, 573, 601, 565, 547, 566, 574, 611, 615, 556, 581, 597, 679, 739, 812, 771, 723, 761, 874, 922, 1077, 1137, 1090, 1193, 1214, 1323, 1252, 1248, 1124, 1221, 1495, 1252, 1552, 1659, 1852, 2048, 1707, 1806, 2310, 3402, 1489, 19, 50, 677, 439]], + ["CXR_png/MCUCXR_0024_0.png", [10334, 1947, 552, 590, 472, 365, 482, 409, 342, 378, 336, 335, 312, 343, 313, 386, 358, 363, 378, 372, 423, 481, 574, 654, 682, 626, 621, 658, 628, 625, 693, 700, 689, 713, 706, 737, 714, 735, 756, 850, 948, 903, 895, 917, 902, 816, 898, 844, 962, 878, 890, 884, 922, 914, 900, 937, 973, 949, 910, 897, 817, 832, 769, 813, 803, 785, 802, 768, 830, 779, 830, 900, 881, 825, 850, 933, 851, 833, 876, 805, 841, 791, 766, 753, 803, 770, 768, 808, 819, 742, 814, 841, 778, 754, 734, 713, 781, 761, 709, 790, 772, 783, 838, 765, 766, 774, 749, 779, 705, 770, 821, 771, 803, 779, 769, 775, 754, 715, 667, 691, 682, 710, 710, 709, 705, 779, 689, 763, 638, 645, 729, 664, 656, 721, 741, 781, 756, 744, 758, 732, 761, 710, 809, 796, 886, 898, 857, 880, 880, 863, 1201, 844, 923, 818, 836, 861, 855, 855, 873, 826, 837, 866, 942, 978, 987, 968, 988, 973, 1019, 1042, 1031, 975, 925, 938, 929, 1003, 1082, 1054, 1085, 1081, 1141, 1132, 1108, 953, 939, 962, 995, 1056, 1077, 1109, 1177, 1125, 1035, 1034, 1011, 984, 960, 1064, 1071, 1081, 1072, 1079, 995, 950, 994, 966, 1016, 981, 922, 980, 961, 1030, 975, 1053, 948, 973, 1040, 947, 888, 893, 870, 957, 1011, 1095, 1079, 1228, 1456, 1426, 1364, 1378, 1415, 1594, 1863, 1962, 1904, 1800, 1568, 1520, 1458, 1430, 1833, 2140, 2002, 1727, 1916, 1763, 2243, 3136, 3442, 7399, 10715, 4160, 41, 47, 702, 441]], + ["CXR_png/MCUCXR_0092_0.png", [66099, 896, 830, 836, 679, 468, 574, 543, 432, 431, 423, 364, 350, 356, 308, 315, 300, 273, 317, 330, 388, 388, 479, 535, 531, 598, 712, 797, 774, 844, 909, 864, 851, 880, 940, 892, 991, 943, 889, 953, 957, 960, 1000, 1015, 970, 885, 837, 772, 864, 754, 749, 743, 693, 683, 677, 653, 654, 694, 672, 719, 679, 707, 725, 694, 750, 712, 756, 810, 749, 852, 831, 784, 803, 933, 777, 775, 801, 757, 817, 835, 819, 843, 859, 829, 790, 860, 807, 810, 804, 782, 804, 749, 738, 734, 712, 667, 630, 678, 645, 658, 676, 646, 625, 662, 590, 598, 578, 617, 649, 558, 600, 604, 604, 611, 584, 600, 610, 638, 612, 593, 574, 680, 587, 605, 636, 658, 639, 657, 703, 760, 790, 859, 838, 754, 802, 798, 787, 786, 765, 752, 738, 716, 688, 703, 690, 722, 667, 681, 684, 715, 743, 680, 747, 736, 747, 727, 729, 831, 774, 774, 755, 782, 858, 899, 921, 900, 922, 842, 838, 868, 890, 861, 884, 882, 881, 967, 1023, 1053, 1137, 1214, 1296, 1459, 1384, 1252, 1216, 1262, 1275, 1400, 1459, 1414, 1449, 1291, 1265, 1112, 1070, 906, 914, 1003, 935, 958, 986, 941, 929, 878, 810, 696, 708, 665, 588, 618, 528, 487, 488, 483, 463, 453, 471, 489, 499, 502, 522, 534, 517, 513, 511, 505, 551, 531, 522, 570, 594, 684, 591, 503, 551, 612, 570, 590, 707, 733, 732, 708, 765, 859, 986, 687, 817, 858, 971, 2200, 4464, 2405, 20, 38, 412, 257]], + ["CXR_png/MCUCXR_0075_0.png", [32233, 987, 652, 807, 652, 505, 482, 488, 359, 402, 374, 301, 287, 299, 282, 347, 326, 318, 340, 355, 349, 401, 452, 507, 584, 595, 686, 766, 713, 779, 950, 861, 995, 988, 1014, 1160, 1119, 1121, 1215, 1133, 1204, 1184, 1277, 1298, 1335, 1411, 1483, 1514, 1530, 1551, 1596, 1624, 1631, 1538, 1519, 1407, 1352, 1205, 1305, 1229, 1238, 1225, 1224, 1189, 1216, 1187, 1114, 1137, 998, 1063, 966, 1008, 979, 946, 910, 890, 778, 780, 785, 728, 753, 772, 736, 706, 718, 691, 757, 654, 652, 680, 685, 610, 590, 622, 593, 592, 594, 532, 572, 582, 542, 566, 552, 543, 547, 578, 524, 564, 542, 565, 581, 591, 555, 558, 538, 572, 543, 560, 518, 601, 584, 566, 567, 527, 586, 546, 615, 567, 561, 541, 581, 584, 587, 545, 594, 561, 593, 620, 559, 606, 616, 683, 633, 589, 603, 640, 611, 579, 645, 634, 670, 656, 651, 672, 751, 683, 731, 710, 698, 749, 764, 723, 695, 751, 757, 770, 684, 748, 815, 790, 831, 870, 826, 857, 895, 861, 848, 895, 899, 863, 860, 873, 951, 891, 921, 894, 913, 974, 952, 952, 923, 933, 932, 873, 923, 932, 934, 880, 1011, 901, 933, 916, 945, 1024, 983, 1079, 1080, 1077, 1155, 1092, 1142, 1261, 1311, 1416, 1384, 1491, 1402, 1412, 1335, 1236, 1218, 1264, 1367, 1456, 1561, 1487, 1205, 1085, 1135, 1183, 1176, 1338, 1346, 1217, 1261, 1090, 1001, 970, 1028, 1009, 1228, 1286, 1112, 1139, 1095, 779, 1022, 1320, 1885, 4660, 6966, 1256, 10, 11, 654, 422]], + ["CXR_png/MCUCXR_0091_0.png", [62360, 3883, 673, 695, 580, 478, 489, 451, 398, 444, 360, 337, 308, 302, 330, 301, 297, 324, 322, 378, 441, 475, 498, 584, 595, 653, 767, 895, 970, 959, 1058, 1121, 1168, 1277, 1396, 1366, 1488, 1453, 1560, 1513, 1497, 1543, 1558, 1437, 1450, 1428, 1361, 1351, 1394, 1303, 1312, 1239, 1250, 1141, 1055, 1064, 989, 955, 967, 925, 781, 838, 805, 819, 754, 796, 756, 785, 818, 806, 777, 774, 743, 776, 800, 756, 795, 740, 675, 660, 668, 633, 660, 578, 616, 597, 546, 572, 633, 547, 536, 589, 557, 585, 530, 551, 585, 566, 536, 529, 589, 543, 585, 518, 526, 538, 512, 524, 505, 502, 505, 473, 469, 457, 490, 502, 506, 503, 477, 481, 532, 449, 466, 516, 498, 488, 443, 493, 487, 489, 452, 493, 508, 471, 511, 523, 615, 603, 685, 665, 713, 717, 684, 775, 736, 761, 762, 782, 749, 762, 793, 775, 821, 848, 857, 826, 845, 827, 809, 813, 879, 832, 859, 895, 924, 925, 949, 971, 1087, 1021, 1048, 1079, 1093, 1059, 1115, 1018, 1041, 1050, 986, 1010, 1007, 976, 937, 857, 810, 755, 743, 794, 782, 733, 820, 774, 749, 725, 684, 628, 649, 617, 655, 614, 644, 575, 606, 614, 610, 537, 550, 522, 518, 465, 527, 539, 479, 530, 511, 540, 535, 473, 500, 504, 499, 547, 627, 673, 619, 716, 739, 687, 652, 697, 702, 821, 885, 871, 1028, 811, 824, 899, 1009, 978, 1036, 1089, 870, 925, 922, 905, 1045, 1222, 1715, 3837, 2473, 1671, 9, 23, 375, 333]] + ], + "validation": [ + ["CXR_png/MCUCXR_0099_0.png", [50022, 6732, 5155, 999, 422, 397, 444, 384, 355, 337, 354, 317, 329, 319, 302, 270, 313, 309, 359, 384, 413, 420, 419, 438, 506, 545, 528, 585, 581, 561, 672, 728, 773, 837, 874, 965, 848, 803, 811, 879, 850, 827, 896, 976, 980, 970, 1003, 1056, 1110, 1149, 1208, 1169, 1231, 1245, 1176, 1319, 1347, 1303, 1394, 1415, 1313, 1249, 1256, 1217, 1218, 1280, 1227, 1221, 1306, 1288, 1253, 1205, 1119, 1116, 1068, 1133, 1079, 943, 970, 932, 898, 862, 904, 954, 879, 746, 816, 866, 851, 797, 820, 770, 789, 768, 757, 722, 738, 744, 715, 698, 699, 664, 742, 679, 670, 585, 565, 594, 565, 631, 565, 558, 550, 531, 505, 555, 538, 508, 519, 515, 514, 514, 465, 506, 465, 439, 452, 447, 415, 435, 444, 459, 464, 463, 436, 440, 428, 433, 418, 443, 394, 417, 428, 480, 448, 447, 430, 493, 423, 514, 494, 472, 468, 505, 528, 564, 537, 486, 575, 612, 652, 558, 652, 586, 674, 590, 641, 655, 683, 782, 830, 919, 881, 853, 763, 771, 775, 756, 744, 767, 781, 756, 716, 740, 717, 779, 754, 814, 879, 848, 844, 816, 907, 893, 875, 906, 888, 860, 975, 952, 1109, 1095, 1038, 898, 884, 864, 774, 817, 758, 775, 777, 756, 710, 639, 712, 724, 660, 669, 629, 658, 642, 630, 617, 623, 561, 640, 613, 554, 621, 646, 588, 759, 887, 787, 1123, 977, 948, 1090, 1243, 1174, 1574, 2057, 2277, 2488, 2807, 1830, 2030, 1733, 1485, 2461, 2276, 1159, 5, 25, 355, 348]], + ["CXR_png/MCUCXR_0044_0.png", [26707, 187, 204, 288, 285, 233, 272, 245, 210, 239, 248, 211, 238, 199, 224, 212, 190, 263, 259, 343, 328, 379, 430, 481, 506, 577, 608, 577, 622, 633, 703, 663, 674, 710, 739, 709, 696, 687, 726, 750, 690, 785, 768, 811, 815, 918, 796, 871, 837, 877, 839, 786, 851, 850, 858, 894, 911, 915, 1008, 986, 994, 1004, 977, 937, 948, 997, 911, 964, 1033, 1040, 1018, 958, 958, 974, 927, 945, 923, 1020, 934, 960, 935, 961, 923, 899, 924, 885, 884, 844, 965, 843, 837, 866, 810, 845, 815, 823, 758, 736, 736, 678, 727, 747, 761, 761, 728, 666, 673, 685, 706, 703, 708, 659, 613, 637, 636, 653, 666, 616, 620, 579, 611, 591, 603, 593, 609, 591, 589, 667, 631, 637, 677, 687, 669, 670, 669, 603, 732, 645, 744, 804, 756, 826, 746, 768, 758, 805, 814, 836, 837, 792, 828, 852, 896, 896, 914, 836, 850, 844, 855, 841, 838, 901, 877, 859, 825, 887, 916, 866, 911, 867, 890, 900, 890, 947, 854, 874, 919, 988, 1008, 1046, 1067, 1003, 975, 1006, 972, 1055, 1146, 1234, 1264, 1353, 1367, 1367, 1478, 1546, 1510, 1520, 1578, 1654, 1591, 1440, 1296, 1135, 1198, 1186, 1273, 1298, 1282, 1171, 1184, 1188, 1091, 1002, 1020, 1019, 967, 924, 929, 993, 952, 940, 911, 939, 1032, 1011, 1131, 1146, 1088, 1065, 1126, 1106, 1097, 1299, 1429, 1361, 1314, 1092, 1041, 975, 1046, 1170, 1417, 1692, 1153, 1277, 1118, 881, 1201, 1480, 1936, 3214, 9430, 7764, 10, 53, 513, 363]], + ["CXR_png/MCUCXR_0084_0.png", [59474, 1097, 901, 1022, 855, 632, 762, 685, 503, 507, 482, 429, 423, 408, 355, 385, 398, 343, 428, 434, 406, 438, 442, 483, 572, 529, 629, 637, 645, 655, 586, 602, 654, 610, 606, 649, 700, 702, 717, 791, 787, 808, 800, 814, 853, 776, 847, 761, 737, 730, 732, 714, 694, 699, 661, 652, 637, 634, 609, 629, 613, 578, 594, 591, 663, 609, 646, 652, 615, 603, 628, 605, 677, 824, 672, 625, 612, 585, 595, 585, 653, 612, 652, 646, 640, 606, 630, 637, 642, 583, 644, 590, 669, 623, 660, 646, 660, 650, 660, 595, 633, 617, 620, 699, 657, 666, 624, 681, 607, 625, 635, 640, 641, 665, 660, 613, 613, 603, 610, 640, 635, 633, 610, 632, 659, 660, 641, 681, 710, 690, 718, 701, 657, 728, 745, 768, 788, 718, 774, 756, 748, 809, 824, 857, 861, 819, 878, 915, 866, 853, 857, 850, 903, 1002, 979, 968, 876, 952, 937, 984, 983, 859, 892, 850, 812, 744, 762, 780, 769, 788, 916, 909, 959, 1039, 1065, 1066, 1065, 1108, 1143, 1169, 1141, 1069, 1030, 1050, 872, 871, 877, 894, 845, 832, 766, 755, 778, 765, 811, 772, 804, 801, 872, 836, 830, 794, 677, 700, 669, 639, 582, 566, 598, 557, 544, 503, 509, 527, 552, 590, 586, 586, 633, 596, 691, 660, 693, 782, 813, 739, 666, 629, 679, 680, 658, 844, 828, 745, 737, 733, 707, 737, 866, 890, 1060, 1250, 1203, 1523, 1846, 1276, 1570, 2024, 2652, 4864, 6384, 5820, 6, 19, 505, 197]], + ["CXR_png/MCUCXR_0253_1.png", [16618, 2330, 956, 1109, 1052, 760, 760, 714, 568, 582, 621, 510, 481, 492, 443, 453, 478, 476, 537, 604, 576, 684, 617, 687, 760, 784, 858, 962, 997, 1037, 1156, 1152, 1141, 1242, 1224, 1249, 1369, 1382, 1378, 1428, 1528, 1567, 1603, 1726, 1680, 1909, 1621, 1691, 1605, 1650, 1671, 1615, 1526, 1493, 1493, 1433, 1443, 1444, 1485, 1366, 1331, 1277, 1322, 1267, 1269, 1235, 1243, 1328, 1241, 1215, 1214, 1129, 1128, 1114, 1131, 1098, 1077, 1143, 1147, 1067, 1051, 1085, 989, 1014, 974, 1019, 981, 971, 898, 979, 966, 959, 925, 972, 912, 896, 886, 893, 940, 944, 970, 841, 832, 829, 799, 831, 827, 866, 829, 765, 780, 788, 735, 755, 770, 752, 780, 820, 785, 791, 830, 796, 752, 800, 746, 754, 738, 745, 803, 764, 734, 722, 738, 756, 782, 844, 834, 815, 814, 850, 901, 911, 1008, 1003, 1043, 1046, 1128, 1118, 1171, 1132, 1265, 1241, 1336, 1250, 1299, 1208, 1148, 1015, 961, 962, 985, 952, 961, 972, 924, 888, 911, 972, 912, 895, 982, 998, 1020, 1073, 1035, 1124, 1048, 1029, 1114, 1076, 1022, 1007, 1052, 1042, 1027, 943, 989, 991, 1000, 906, 886, 922, 813, 842, 867, 851, 863, 832, 865, 842, 840, 782, 810, 800, 717, 783, 813, 724, 785, 820, 764, 780, 823, 731, 742, 756, 753, 736, 738, 682, 706, 681, 764, 691, 673, 720, 820, 699, 783, 809, 816, 648, 595, 500, 461, 438, 475, 542, 585, 683, 985, 918, 662, 797, 761, 685, 922, 906, 1258, 2308, 2704, 1261, 77, 21, 629, 435]], + ["CXR_png/MCUCXR_0393_1.png", [16184, 6661, 4410, 515, 389, 375, 415, 398, 372, 372, 396, 345, 353, 341, 319, 329, 322, 313, 352, 470, 537, 635, 658, 703, 779, 866, 867, 847, 809, 779, 830, 813, 1009, 787, 843, 790, 916, 932, 1024, 1023, 1034, 1091, 1001, 1102, 1028, 1101, 1063, 990, 981, 958, 911, 979, 987, 989, 976, 1041, 958, 988, 922, 896, 972, 968, 955, 994, 932, 898, 892, 900, 904, 914, 927, 895, 921, 919, 1010, 917, 935, 1021, 988, 1018, 1006, 1065, 976, 1019, 1045, 1031, 1031, 1003, 978, 957, 967, 965, 957, 922, 962, 941, 885, 802, 860, 843, 814, 769, 780, 734, 656, 692, 706, 661, 641, 641, 602, 629, 613, 598, 574, 571, 596, 571, 593, 621, 570, 577, 581, 592, 572, 609, 574, 608, 627, 622, 654, 655, 634, 649, 713, 737, 706, 764, 732, 719, 757, 772, 723, 753, 709, 671, 690, 713, 745, 789, 774, 791, 790, 782, 786, 836, 876, 891, 918, 911, 956, 971, 998, 1001, 997, 996, 939, 1035, 1005, 991, 1013, 963, 988, 907, 985, 915, 1008, 1066, 1094, 1127, 1211, 1183, 1197, 1170, 1169, 1277, 1211, 1201, 1215, 1269, 1207, 1235, 1064, 1019, 999, 1038, 1134, 1210, 1197, 1156, 1167, 1119, 1169, 1176, 1163, 1199, 1204, 1199, 1261, 1192, 1156, 1094, 1158, 1152, 1077, 1038, 1024, 972, 956, 1087, 1294, 1057, 1007, 937, 989, 917, 987, 949, 984, 959, 977, 1008, 1116, 1379, 1472, 1317, 1360, 1325, 1523, 1406, 1447, 1742, 1613, 1590, 1495, 1386, 1506, 1532, 2011, 3647, 2881, 1414, 30, 58, 770, 376]] + ], + "test": [ + ["CXR_png/MCUCXR_0005_0.png", [14919, 112, 123, 140, 199, 233, 211, 153, 136, 150, 130, 145, 146, 147, 194, 221, 224, 247, 312, 370, 401, 486, 536, 603, 652, 746, 884, 865, 955, 1007, 1017, 1066, 1086, 1174, 1265, 1293, 1442, 1548, 1539, 1576, 1643, 1660, 1604, 1710, 1724, 1730, 1744, 1681, 1838, 1735, 1747, 1836, 1765, 1747, 1642, 1701, 1625, 1552, 1516, 1438, 1438, 1417, 1238, 1224, 1310, 1276, 1248, 1129, 1139, 1093, 1088, 1107, 1080, 1056, 1080, 1101, 1112, 1074, 1147, 1062, 996, 1089, 1028, 1076, 970, 998, 1044, 1097, 1019, 927, 971, 906, 890, 979, 904, 872, 942, 910, 907, 894, 906, 752, 771, 786, 713, 713, 740, 728, 723, 699, 699, 628, 672, 678, 748, 735, 741, 704, 772, 773, 809, 795, 755, 768, 826, 803, 792, 771, 779, 752, 780, 769, 812, 814, 766, 793, 756, 787, 778, 760, 752, 791, 745, 812, 814, 833, 814, 904, 885, 961, 897, 923, 955, 973, 984, 955, 964, 964, 933, 977, 999, 1066, 1109, 1118, 1093, 1098, 1079, 1126, 1105, 1159, 1143, 1160, 1311, 1342, 1327, 1387, 1444, 1287, 1253, 1241, 1193, 1260, 1208, 1151, 1096, 1157, 1156, 1106, 1237, 1308, 1153, 1219, 1293, 1137, 1100, 1045, 1025, 1004, 1050, 1096, 1089, 1168, 1116, 1103, 982, 946, 905, 799, 825, 851, 783, 767, 718, 702, 682, 702, 713, 676, 692, 739, 698, 685, 687, 788, 922, 796, 783, 727, 799, 810, 832, 929, 960, 1093, 795, 699, 767, 828, 892, 862, 943, 912, 821, 984, 1073, 1183, 1184, 1226, 2417, 4874, 1623, 396, 28, 12, 753, 253]], + ["CXR_png/MCUCXR_0334_1.png", [22903, 5542, 770, 978, 865, 665, 723, 598, 522, 584, 490, 449, 457, 448, 620, 436, 453, 495, 538, 654, 825, 667, 774, 826, 883, 924, 976, 1006, 1096, 1103, 1141, 1151, 1189, 1229, 1322, 1296, 1333, 1372, 1348, 1363, 1511, 1559, 1670, 1763, 1725, 1713, 1657, 1682, 1541, 1655, 1584, 1733, 1640, 1567, 1566, 1608, 1420, 1427, 1421, 1389, 1330, 1318, 1210, 1236, 1197, 1176, 1184, 1167, 1097, 1044, 1077, 1060, 1058, 1029, 1075, 1064, 1019, 988, 998, 969, 927, 901, 929, 889, 803, 825, 868, 835, 843, 756, 716, 694, 709, 717, 675, 732, 695, 733, 729, 730, 744, 718, 716, 699, 702, 703, 719, 651, 671, 662, 648, 617, 678, 659, 627, 659, 674, 687, 645, 642, 668, 652, 653, 683, 664, 680, 623, 717, 726, 675, 780, 707, 713, 708, 732, 698, 669, 697, 711, 728, 703, 736, 721, 770, 759, 783, 790, 757, 886, 874, 956, 990, 906, 1035, 996, 990, 921, 1017, 948, 936, 948, 980, 978, 1018, 990, 924, 862, 882, 848, 889, 915, 901, 875, 902, 998, 945, 1028, 1090, 1169, 1130, 1141, 1039, 949, 917, 935, 934, 862, 901, 855, 877, 832, 939, 885, 874, 871, 854, 844, 874, 874, 890, 895, 870, 941, 953, 849, 798, 779, 738, 665, 732, 663, 686, 655, 665, 771, 774, 721, 737, 616, 667, 657, 672, 661, 750, 763, 821, 783, 814, 807, 814, 830, 769, 764, 798, 776, 845, 843, 956, 1117, 1390, 1604, 1769, 1813, 2107, 1857, 1900, 1681, 1587, 1020, 581, 75, 12, 5, 20, 460, 703]], + ["CXR_png/MCUCXR_0041_0.png", [27368, 22400, 3754, 1625, 1234, 1030, 1090, 982, 764, 892, 801, 776, 677, 705, 772, 803, 865, 937, 916, 912, 924, 998, 1168, 1238, 1325, 1302, 1289, 1343, 1425, 1493, 1535, 1592, 1677, 1620, 1775, 1658, 1665, 1624, 1626, 1576, 1569, 1613, 1502, 1493, 1581, 1390, 1414, 1398, 1422, 1372, 1342, 1255, 1205, 1177, 1140, 1138, 1153, 1055, 992, 1084, 893, 950, 924, 836, 825, 830, 819, 850, 876, 857, 871, 843, 876, 848, 873, 904, 842, 895, 834, 934, 1033, 964, 927, 927, 926, 980, 912, 865, 934, 888, 907, 881, 902, 958, 966, 1069, 1096, 1126, 1165, 1294, 1395, 1417, 1292, 1347, 1296, 1308, 1293, 1324, 1251, 1206, 1257, 1216, 1200, 1264, 1187, 1207, 1132, 1121, 1128, 1157, 1138, 1133, 1105, 1089, 1051, 1028, 998, 935, 963, 927, 870, 863, 827, 876, 808, 729, 779, 683, 667, 708, 631, 687, 653, 690, 655, 666, 703, 631, 661, 681, 652, 622, 581, 555, 575, 504, 504, 506, 576, 512, 513, 477, 498, 520, 522, 549, 550, 526, 617, 622, 609, 656, 578, 572, 468, 495, 463, 518, 541, 611, 594, 529, 547, 597, 600, 533, 526, 532, 497, 561, 516, 624, 716, 755, 665, 766, 942, 915, 1027, 1076, 1116, 1177, 1254, 1325, 1104, 889, 931, 911, 976, 896, 928, 793, 676, 667, 539, 453, 475, 402, 256, 234, 187, 235, 243, 171, 151, 118, 119, 114, 94, 121, 91, 116, 101, 88, 107, 89, 106, 101, 97, 109, 119, 90, 131, 85, 110, 76, 86, 61, 68, 28, 14, 23, 21, 30, 453, 795]], + ["CXR_png/MCUCXR_0040_0.png", [18073, 1607, 819, 805, 672, 620, 659, 634, 602, 628, 684, 584, 630, 572, 585, 603, 641, 602, 581, 560, 620, 705, 814, 967, 1093, 1122, 1151, 1111, 1273, 1460, 1411, 1509, 1503, 1444, 1438, 1524, 1710, 1801, 1752, 1678, 1682, 1781, 1752, 1734, 1715, 1641, 1682, 1891, 1847, 1796, 1842, 1852, 1929, 1834, 1870, 1771, 1788, 1765, 1728, 1786, 1719, 1737, 1758, 1766, 1760, 1810, 1687, 1597, 1594, 1541, 1469, 1526, 1401, 1384, 1244, 1300, 1251, 1195, 1171, 1171, 1181, 1078, 1100, 1119, 1103, 1146, 1129, 1074, 1100, 1059, 984, 1021, 1015, 1008, 913, 1017, 972, 968, 963, 988, 1009, 939, 1045, 983, 990, 999, 941, 975, 876, 867, 856, 806, 781, 844, 780, 807, 768, 802, 796, 774, 811, 878, 849, 853, 844, 868, 926, 950, 927, 924, 924, 951, 898, 885, 908, 864, 892, 861, 917, 963, 927, 939, 1023, 969, 989, 980, 953, 1054, 1040, 1020, 985, 995, 1049, 976, 916, 958, 982, 946, 902, 893, 856, 829, 817, 796, 721, 767, 748, 744, 757, 769, 781, 806, 746, 776, 799, 805, 725, 771, 746, 777, 660, 623, 642, 586, 575, 525, 536, 510, 500, 454, 586, 524, 550, 577, 544, 533, 536, 495, 504, 470, 486, 513, 522, 484, 480, 445, 458, 449, 461, 410, 410, 372, 355, 360, 378, 391, 396, 382, 387, 419, 450, 431, 449, 438, 441, 468, 457, 519, 554, 557, 593, 618, 762, 769, 774, 752, 875, 904, 1020, 1209, 1693, 1294, 936, 717, 689, 697, 909, 1178, 1195, 1636, 1448, 1511, 19, 23, 522, 634]], + ["CXR_png/MCUCXR_0038_0.png", [13776, 5246, 9570, 567, 239, 230, 304, 329, 277, 310, 303, 257, 250, 277, 236, 260, 262, 299, 409, 461, 442, 466, 535, 589, 626, 632, 660, 674, 705, 750, 869, 924, 943, 996, 1033, 986, 993, 951, 1055, 1078, 1043, 1030, 1076, 1123, 1163, 1123, 1174, 1178, 1168, 1126, 1182, 1185, 1189, 1131, 1145, 1165, 1143, 1136, 1158, 1173, 1168, 1213, 1195, 1220, 1272, 1240, 1267, 1213, 1306, 1209, 1303, 1209, 1294, 1215, 1236, 1219, 1167, 1069, 1126, 1123, 1078, 1009, 984, 1002, 985, 976, 961, 999, 996, 928, 896, 970, 857, 838, 813, 824, 813, 830, 778, 717, 829, 721, 715, 736, 760, 748, 770, 728, 746, 744, 747, 709, 733, 754, 768, 728, 673, 741, 681, 663, 631, 648, 613, 686, 654, 710, 667, 690, 739, 717, 723, 711, 773, 724, 724, 751, 753, 760, 801, 732, 826, 851, 908, 894, 912, 862, 875, 882, 859, 883, 963, 890, 990, 994, 1042, 1119, 1054, 1032, 1081, 1051, 1106, 1108, 1148, 1096, 1047, 1049, 1167, 1149, 1078, 1098, 1062, 1063, 1080, 1075, 1081, 1114, 1166, 1214, 1210, 1169, 1280, 1240, 1371, 1360, 1482, 1312, 1339, 1394, 1306, 1248, 1220, 1230, 1253, 1236, 1227, 1192, 1175, 1169, 1206, 1170, 1123, 1201, 1144, 1141, 1059, 960, 961, 930, 925, 1000, 952, 931, 863, 955, 926, 948, 933, 920, 943, 1019, 1034, 931, 823, 841, 779, 858, 862, 858, 937, 986, 958, 975, 965, 1030, 1053, 931, 910, 975, 1073, 1135, 1196, 1124, 908, 755, 737, 794, 835, 927, 1370, 1284, 1144, 452, 30, 21, 733, 429]] + ] +} diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_hivtb_fold_0.json b/tests/classification/data/histograms/raw_data/histograms_hivtb_fold_0.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_hivtb_fold_0.json rename to tests/classification/data/histograms/raw_data/histograms_hivtb_fold_0.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_indian_default.json b/tests/classification/data/histograms/raw_data/histograms_indian_default.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_indian_default.json rename to tests/classification/data/histograms/raw_data/histograms_indian_default.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_montgomery_default.json b/tests/classification/data/histograms/raw_data/histograms_montgomery_default.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_montgomery_default.json rename to tests/classification/data/histograms/raw_data/histograms_montgomery_default.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_montgomery_preprocessed_default.json b/tests/classification/data/histograms/raw_data/histograms_montgomery_preprocessed_default.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_montgomery_preprocessed_default.json rename to tests/classification/data/histograms/raw_data/histograms_montgomery_preprocessed_default.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_nih_cxr14_default.json b/tests/classification/data/histograms/raw_data/histograms_nih_cxr14_default.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_nih_cxr14_default.json rename to tests/classification/data/histograms/raw_data/histograms_nih_cxr14_default.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_padchest_idiap.json b/tests/classification/data/histograms/raw_data/histograms_padchest_idiap.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_padchest_idiap.json rename to tests/classification/data/histograms/raw_data/histograms_padchest_idiap.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_shenzhen_default.json b/tests/classification/data/histograms/raw_data/histograms_shenzhen_default.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_shenzhen_default.json rename to tests/classification/data/histograms/raw_data/histograms_shenzhen_default.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_tbpoc_fold_0.json b/tests/classification/data/histograms/raw_data/histograms_tbpoc_fold_0.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_tbpoc_fold_0.json rename to tests/classification/data/histograms/raw_data/histograms_tbpoc_fold_0.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_tbx11k_v1_fold_0.json b/tests/classification/data/histograms/raw_data/histograms_tbx11k_v1_fold_0.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_tbx11k_v1_fold_0.json rename to tests/classification/data/histograms/raw_data/histograms_tbx11k_v1_fold_0.json diff --git a/src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_tbx11k_v2_fold_0.json b/tests/classification/data/histograms/raw_data/histograms_tbx11k_v2_fold_0.json similarity index 100% rename from src/mednet/libs/classification/tests/data/histograms/raw_data/histograms_tbx11k_v2_fold_0.json rename to tests/classification/data/histograms/raw_data/histograms_tbx11k_v2_fold_0.json diff --git a/src/mednet/libs/classification/tests/data/lfs/.gitattributes b/tests/classification/data/lfs/.gitattributes similarity index 100% rename from src/mednet/libs/classification/tests/data/lfs/.gitattributes rename to tests/classification/data/lfs/.gitattributes diff --git a/src/mednet/libs/classification/tests/data/lfs/.gitignore b/tests/classification/data/lfs/.gitignore similarity index 100% rename from src/mednet/libs/classification/tests/data/lfs/.gitignore rename to tests/classification/data/lfs/.gitignore diff --git a/src/mednet/libs/classification/tests/data/lfs/README.md b/tests/classification/data/lfs/README.md similarity index 100% rename from src/mednet/libs/classification/tests/data/lfs/README.md rename to tests/classification/data/lfs/README.md diff --git a/src/mednet/libs/classification/tests/data/lfs/models/logreg.ckpt b/tests/classification/data/lfs/models/logreg.ckpt similarity index 100% rename from src/mednet/libs/classification/tests/data/lfs/models/logreg.ckpt rename to tests/classification/data/lfs/models/logreg.ckpt diff --git a/src/mednet/libs/classification/tests/data/lfs/models/signstotb.ckpt b/tests/classification/data/lfs/models/signstotb.ckpt similarity index 100% rename from src/mednet/libs/classification/tests/data/lfs/models/signstotb.ckpt rename to tests/classification/data/lfs/models/signstotb.ckpt diff --git a/src/mednet/libs/classification/tests/data/mednet.toml b/tests/classification/data/mednet.toml similarity index 100% rename from src/mednet/libs/classification/tests/data/mednet.toml rename to tests/classification/data/mednet.toml diff --git a/src/mednet/libs/classification/tests/data/test_predictions.csv b/tests/classification/data/test_predictions.csv similarity index 100% rename from src/mednet/libs/classification/tests/data/test_predictions.csv rename to tests/classification/data/test_predictions.csv diff --git a/src/mednet/libs/classification/tests/data/test_vis_metrics.csv b/tests/classification/data/test_vis_metrics.csv similarity index 100% rename from src/mednet/libs/classification/tests/data/test_vis_metrics.csv rename to tests/classification/data/test_vis_metrics.csv diff --git a/src/mednet/libs/classification/tests/test_cli_classification.py b/tests/classification/test_cli_classification.py similarity index 99% rename from src/mednet/libs/classification/tests/test_cli_classification.py rename to tests/classification/test_cli_classification.py index 7e81d045..8861da70 100644 --- a/src/mednet/libs/classification/tests/test_cli_classification.py +++ b/tests/classification/test_cli_classification.py @@ -178,7 +178,7 @@ def test_saliency_evaluate_help(): def test_upload_help(): - from mednet.scripts.upload import upload + from mednet.libs.classification.scripts.upload import upload _check_help(upload) diff --git a/src/mednet/libs/classification/tests/test_evaluator.py b/tests/classification/test_evaluator.py similarity index 100% rename from src/mednet/libs/classification/tests/test_evaluator.py rename to tests/classification/test_evaluator.py diff --git a/src/mednet/libs/classification/tests/test_hivtb.py b/tests/classification/test_hivtb.py similarity index 100% rename from src/mednet/libs/classification/tests/test_hivtb.py rename to tests/classification/test_hivtb.py diff --git a/src/mednet/libs/classification/tests/test_indian.py b/tests/classification/test_indian.py similarity index 100% rename from src/mednet/libs/classification/tests/test_indian.py rename to tests/classification/test_indian.py diff --git a/src/mednet/libs/classification/tests/test_montgomery.py b/tests/classification/test_montgomery.py similarity index 100% rename from src/mednet/libs/classification/tests/test_montgomery.py rename to tests/classification/test_montgomery.py diff --git a/src/mednet/libs/classification/tests/test_montgomery_shenzhen.py b/tests/classification/test_montgomery_shenzhen.py similarity index 100% rename from src/mednet/libs/classification/tests/test_montgomery_shenzhen.py rename to tests/classification/test_montgomery_shenzhen.py diff --git a/src/mednet/libs/classification/tests/test_montgomery_shenzhen_indian.py b/tests/classification/test_montgomery_shenzhen_indian.py similarity index 100% rename from src/mednet/libs/classification/tests/test_montgomery_shenzhen_indian.py rename to tests/classification/test_montgomery_shenzhen_indian.py diff --git a/src/mednet/libs/classification/tests/test_montgomery_shenzhen_indian_padchest.py b/tests/classification/test_montgomery_shenzhen_indian_padchest.py similarity index 100% rename from src/mednet/libs/classification/tests/test_montgomery_shenzhen_indian_padchest.py rename to tests/classification/test_montgomery_shenzhen_indian_padchest.py diff --git a/src/mednet/libs/classification/tests/test_montgomery_shenzhen_indian_tbx11k.py b/tests/classification/test_montgomery_shenzhen_indian_tbx11k.py similarity index 100% rename from src/mednet/libs/classification/tests/test_montgomery_shenzhen_indian_tbx11k.py rename to tests/classification/test_montgomery_shenzhen_indian_tbx11k.py diff --git a/src/mednet/libs/classification/tests/test_nih_cxr14.py b/tests/classification/test_nih_cxr14.py similarity index 100% rename from src/mednet/libs/classification/tests/test_nih_cxr14.py rename to tests/classification/test_nih_cxr14.py diff --git a/src/mednet/libs/classification/tests/test_nih_cxr14_padchest.py b/tests/classification/test_nih_cxr14_padchest.py similarity index 100% rename from src/mednet/libs/classification/tests/test_nih_cxr14_padchest.py rename to tests/classification/test_nih_cxr14_padchest.py diff --git a/src/mednet/libs/classification/tests/test_padchest.py b/tests/classification/test_padchest.py similarity index 100% rename from src/mednet/libs/classification/tests/test_padchest.py rename to tests/classification/test_padchest.py diff --git a/src/mednet/libs/classification/tests/test_saliencymap_interpretability.py b/tests/classification/test_saliencymap_interpretability.py similarity index 100% rename from src/mednet/libs/classification/tests/test_saliencymap_interpretability.py rename to tests/classification/test_saliencymap_interpretability.py diff --git a/src/mednet/libs/classification/tests/test_shenzhen.py b/tests/classification/test_shenzhen.py similarity index 100% rename from src/mednet/libs/classification/tests/test_shenzhen.py rename to tests/classification/test_shenzhen.py diff --git a/src/mednet/libs/classification/tests/test_summary.py b/tests/classification/test_summary.py similarity index 100% rename from src/mednet/libs/classification/tests/test_summary.py rename to tests/classification/test_summary.py diff --git a/src/mednet/libs/classification/tests/test_tbpoc.py b/tests/classification/test_tbpoc.py similarity index 100% rename from src/mednet/libs/classification/tests/test_tbpoc.py rename to tests/classification/test_tbpoc.py diff --git a/src/mednet/libs/classification/tests/test_tbx11k.py b/tests/classification/test_tbx11k.py similarity index 100% rename from src/mednet/libs/classification/tests/test_tbx11k.py rename to tests/classification/test_tbx11k.py diff --git a/src/mednet/libs/classification/tests/test_visceral.py b/tests/classification/test_visceral.py similarity index 100% rename from src/mednet/libs/classification/tests/test_visceral.py rename to tests/classification/test_visceral.py diff --git a/src/mednet/libs/segmentation/tests/__init__.py b/tests/common/__init__.py similarity index 100% rename from src/mednet/libs/segmentation/tests/__init__.py rename to tests/common/__init__.py diff --git a/src/mednet/libs/common/tests/conftest.py b/tests/common/conftest.py similarity index 100% rename from src/mednet/libs/common/tests/conftest.py rename to tests/common/conftest.py diff --git a/src/mednet/libs/common/tests/data/16bits.png b/tests/common/data/16bits.png similarity index 100% rename from src/mednet/libs/common/tests/data/16bits.png rename to tests/common/data/16bits.png diff --git a/src/mednet/libs/common/tests/data/iris-test.csv b/tests/common/data/iris-test.csv similarity index 100% rename from src/mednet/libs/common/tests/data/iris-test.csv rename to tests/common/data/iris-test.csv diff --git a/src/mednet/libs/common/tests/data/iris-train.csv b/tests/common/data/iris-train.csv similarity index 100% rename from src/mednet/libs/common/tests/data/iris-train.csv rename to tests/common/data/iris-train.csv diff --git a/src/mednet/libs/common/tests/data/iris.json b/tests/common/data/iris.json similarity index 100% rename from src/mednet/libs/common/tests/data/iris.json rename to tests/common/data/iris.json diff --git a/src/mednet/libs/common/tests/data/raw_with_black_border.png b/tests/common/data/raw_with_black_border.png similarity index 100% rename from src/mednet/libs/common/tests/data/raw_with_black_border.png rename to tests/common/data/raw_with_black_border.png diff --git a/src/mednet/libs/common/tests/data/raw_with_elastic_deformation.png b/tests/common/data/raw_with_elastic_deformation.png similarity index 100% rename from src/mednet/libs/common/tests/data/raw_with_elastic_deformation.png rename to tests/common/data/raw_with_elastic_deformation.png diff --git a/src/mednet/libs/common/tests/data/raw_without_black_border.png b/tests/common/data/raw_without_black_border.png similarity index 100% rename from src/mednet/libs/common/tests/data/raw_without_black_border.png rename to tests/common/data/raw_without_black_border.png diff --git a/src/mednet/libs/common/tests/data/raw_without_elastic_deformation.png b/tests/common/data/raw_without_elastic_deformation.png similarity index 100% rename from src/mednet/libs/common/tests/data/raw_without_elastic_deformation.png rename to tests/common/data/raw_without_elastic_deformation.png diff --git a/src/mednet/libs/common/tests/test_database_split.py b/tests/common/test_database_split.py similarity index 100% rename from src/mednet/libs/common/tests/test_database_split.py rename to tests/common/test_database_split.py diff --git a/src/mednet/libs/common/tests/test_image_utils.py b/tests/common/test_image_utils.py similarity index 100% rename from src/mednet/libs/common/tests/test_image_utils.py rename to tests/common/test_image_utils.py diff --git a/src/mednet/libs/common/tests/test_resource_monitor.py b/tests/common/test_resource_monitor.py similarity index 100% rename from src/mednet/libs/common/tests/test_resource_monitor.py rename to tests/common/test_resource_monitor.py diff --git a/src/mednet/libs/common/tests/test_transforms.py b/tests/common/test_transforms.py similarity index 100% rename from src/mednet/libs/common/tests/test_transforms.py rename to tests/common/test_transforms.py diff --git a/src/mednet/tests/__init__.py b/tests/segmentation/__init__.py similarity index 100% rename from src/mednet/tests/__init__.py rename to tests/segmentation/__init__.py diff --git a/src/mednet/libs/segmentation/tests/conftest.py b/tests/segmentation/conftest.py similarity index 100% rename from src/mednet/libs/segmentation/tests/conftest.py rename to tests/segmentation/conftest.py diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_chasedb1_first_annotator.json b/tests/segmentation/data/histograms/models/histograms_lwnet_chasedb1_first_annotator.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_chasedb1_first_annotator.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_chasedb1_first_annotator.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_cxr8_default.json b/tests/segmentation/data/histograms/models/histograms_lwnet_cxr8_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_cxr8_default.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_cxr8_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drhagis_default.json b/tests/segmentation/data/histograms/models/histograms_lwnet_drhagis_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drhagis_default.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_drhagis_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drionsdb_expert1.json b/tests/segmentation/data/histograms/models/histograms_lwnet_drionsdb_expert1.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drionsdb_expert1.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_drionsdb_expert1.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drishtigs1_optic_cup_all.json b/tests/segmentation/data/histograms/models/histograms_lwnet_drishtigs1_optic_cup_all.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drishtigs1_optic_cup_all.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_drishtigs1_optic_cup_all.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drive_default.json b/tests/segmentation/data/histograms/models/histograms_lwnet_drive_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_drive_default.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_drive_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_hrf_default.json b/tests/segmentation/data/histograms/models/histograms_lwnet_hrf_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_hrf_default.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_hrf_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_iostar_vessel.json b/tests/segmentation/data/histograms/models/histograms_lwnet_iostar_vessel.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_iostar_vessel.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_iostar_vessel.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_jsrt_default.json b/tests/segmentation/data/histograms/models/histograms_lwnet_jsrt_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_jsrt_default.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_jsrt_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_montgomery_default.json b/tests/segmentation/data/histograms/models/histograms_lwnet_montgomery_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_montgomery_default.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_montgomery_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_refuge_cup.json b/tests/segmentation/data/histograms/models/histograms_lwnet_refuge_cup.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_refuge_cup.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_refuge_cup.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_rimoner3_cup_exp1.json b/tests/segmentation/data/histograms/models/histograms_lwnet_rimoner3_cup_exp1.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_rimoner3_cup_exp1.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_rimoner3_cup_exp1.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_shenzhen_default.json b/tests/segmentation/data/histograms/models/histograms_lwnet_shenzhen_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_shenzhen_default.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_shenzhen_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_stare_ah.json b/tests/segmentation/data/histograms/models/histograms_lwnet_stare_ah.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/models/histograms_lwnet_stare_ah.json rename to tests/segmentation/data/histograms/models/histograms_lwnet_stare_ah.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_chasedb1_first_annotator.json b/tests/segmentation/data/histograms/raw_data/histograms_chasedb1_first_annotator.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_chasedb1_first_annotator.json rename to tests/segmentation/data/histograms/raw_data/histograms_chasedb1_first_annotator.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_cxr8_default.json b/tests/segmentation/data/histograms/raw_data/histograms_cxr8_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_cxr8_default.json rename to tests/segmentation/data/histograms/raw_data/histograms_cxr8_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drhagis_default.json b/tests/segmentation/data/histograms/raw_data/histograms_drhagis_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drhagis_default.json rename to tests/segmentation/data/histograms/raw_data/histograms_drhagis_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drionsdb_expert1.json b/tests/segmentation/data/histograms/raw_data/histograms_drionsdb_expert1.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drionsdb_expert1.json rename to tests/segmentation/data/histograms/raw_data/histograms_drionsdb_expert1.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drishtigs1_optic_cup_all.json b/tests/segmentation/data/histograms/raw_data/histograms_drishtigs1_optic_cup_all.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drishtigs1_optic_cup_all.json rename to tests/segmentation/data/histograms/raw_data/histograms_drishtigs1_optic_cup_all.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drive_default.json b/tests/segmentation/data/histograms/raw_data/histograms_drive_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_drive_default.json rename to tests/segmentation/data/histograms/raw_data/histograms_drive_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_hrf_default.json b/tests/segmentation/data/histograms/raw_data/histograms_hrf_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_hrf_default.json rename to tests/segmentation/data/histograms/raw_data/histograms_hrf_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_iostar_vessel.json b/tests/segmentation/data/histograms/raw_data/histograms_iostar_vessel.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_iostar_vessel.json rename to tests/segmentation/data/histograms/raw_data/histograms_iostar_vessel.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_jsrt_default.json b/tests/segmentation/data/histograms/raw_data/histograms_jsrt_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_jsrt_default.json rename to tests/segmentation/data/histograms/raw_data/histograms_jsrt_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_montgomery_default.json b/tests/segmentation/data/histograms/raw_data/histograms_montgomery_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_montgomery_default.json rename to tests/segmentation/data/histograms/raw_data/histograms_montgomery_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_refuge_cup.json b/tests/segmentation/data/histograms/raw_data/histograms_refuge_cup.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_refuge_cup.json rename to tests/segmentation/data/histograms/raw_data/histograms_refuge_cup.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_rimoner3_cup_exp1.json b/tests/segmentation/data/histograms/raw_data/histograms_rimoner3_cup_exp1.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_rimoner3_cup_exp1.json rename to tests/segmentation/data/histograms/raw_data/histograms_rimoner3_cup_exp1.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_shenzhen_default.json b/tests/segmentation/data/histograms/raw_data/histograms_shenzhen_default.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_shenzhen_default.json rename to tests/segmentation/data/histograms/raw_data/histograms_shenzhen_default.json diff --git a/src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_stare_ah.json b/tests/segmentation/data/histograms/raw_data/histograms_stare_ah.json similarity index 100% rename from src/mednet/libs/segmentation/tests/data/histograms/raw_data/histograms_stare_ah.json rename to tests/segmentation/data/histograms/raw_data/histograms_stare_ah.json diff --git a/src/mednet/libs/segmentation/tests/test_chasedb1.py b/tests/segmentation/test_chasedb1.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_chasedb1.py rename to tests/segmentation/test_chasedb1.py diff --git a/src/mednet/libs/segmentation/tests/test_cli_segmentation.py b/tests/segmentation/test_cli_segmentation.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_cli_segmentation.py rename to tests/segmentation/test_cli_segmentation.py diff --git a/src/mednet/libs/segmentation/tests/test_cxr8.py b/tests/segmentation/test_cxr8.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_cxr8.py rename to tests/segmentation/test_cxr8.py diff --git a/src/mednet/libs/segmentation/tests/test_drhagis.py b/tests/segmentation/test_drhagis.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_drhagis.py rename to tests/segmentation/test_drhagis.py diff --git a/src/mednet/libs/segmentation/tests/test_drionsdb.py b/tests/segmentation/test_drionsdb.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_drionsdb.py rename to tests/segmentation/test_drionsdb.py diff --git a/src/mednet/libs/segmentation/tests/test_drishtigs1.py b/tests/segmentation/test_drishtigs1.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_drishtigs1.py rename to tests/segmentation/test_drishtigs1.py diff --git a/src/mednet/libs/segmentation/tests/test_drive.py b/tests/segmentation/test_drive.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_drive.py rename to tests/segmentation/test_drive.py diff --git a/src/mednet/libs/segmentation/tests/test_hrf.py b/tests/segmentation/test_hrf.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_hrf.py rename to tests/segmentation/test_hrf.py diff --git a/src/mednet/libs/segmentation/tests/test_iostar.py b/tests/segmentation/test_iostar.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_iostar.py rename to tests/segmentation/test_iostar.py diff --git a/src/mednet/libs/segmentation/tests/test_jsrt.py b/tests/segmentation/test_jsrt.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_jsrt.py rename to tests/segmentation/test_jsrt.py diff --git a/src/mednet/libs/segmentation/tests/test_measures.py b/tests/segmentation/test_measures.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_measures.py rename to tests/segmentation/test_measures.py diff --git a/src/mednet/libs/segmentation/tests/test_montgomery.py b/tests/segmentation/test_montgomery.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_montgomery.py rename to tests/segmentation/test_montgomery.py diff --git a/src/mednet/libs/segmentation/tests/test_refuge.py b/tests/segmentation/test_refuge.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_refuge.py rename to tests/segmentation/test_refuge.py diff --git a/src/mednet/libs/segmentation/tests/test_rimoner3.py b/tests/segmentation/test_rimoner3.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_rimoner3.py rename to tests/segmentation/test_rimoner3.py diff --git a/src/mednet/libs/segmentation/tests/test_shenzhen.py b/tests/segmentation/test_shenzhen.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_shenzhen.py rename to tests/segmentation/test_shenzhen.py diff --git a/src/mednet/libs/segmentation/tests/test_stare.py b/tests/segmentation/test_stare.py similarity index 100% rename from src/mednet/libs/segmentation/tests/test_stare.py rename to tests/segmentation/test_stare.py diff --git a/src/mednet/tests/test_cli.py b/tests/test_cli.py similarity index 94% rename from src/mednet/tests/test_cli.py rename to tests/test_cli.py index 3ef392b9..abed41d2 100644 --- a/src/mednet/tests/test_cli.py +++ b/tests/test_cli.py @@ -57,9 +57,3 @@ def test_info(): assert "configured segmentation databases:" in result.output assert "dependencies:" in result.output assert "python:" in result.output - - -def test_upload_help(): - from mednet.scripts.upload import upload - - _check_help(upload) -- GitLab