=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0008 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0008",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
167 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
167 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0008_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0008_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0008_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0008_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0008_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0008_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0008_suffix-bold_task-shortvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-03/func/sub-0008_ses-03_task-shortvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4e8f4974f66ab8e32e1e277b2ec62980</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:33:6.940000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997785, -0.0283759, 0.0601717, 0.0278706, 0.999569, 0.00921956]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0784515</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7717, -7317, 646, -111, -33, -80, 106]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.29</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>08024942-9a63-4185-bedb-a0490e519f6b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676983118057251, 0.07477486878633499, 0.16310001909732819, 105.92430877685547], [0.07613039761781693, 2.6817705631256104, 0.020309703424572945, -104.74772644042969], [0.16143636405467987, -0.024735409766435623, 2.694992780685425, -67.274658203125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1616]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'AcquisitionTime': ['133306.940000', '133307.400000', '133307.860000', '133308.320000', '133308.780000', '133309.240000', '133309.700000', '133310.160000', '133310.620000', '133311.080000', '133311.540000', '133312.000000', '133312.460000', '133312.920000', '133313.380000', '133313.840000', '133314.300000', '133314.760000', '133315.220000', '133315.680000', '133316.140000', '133316.600000', '133317.060000', '133317.520000', '133317.980000', '133318.440000', '133318.900000', '133319.360000', '133319.820000', '133320.280000', '133320.740000', '133321.200000', '133321.660000', '133322.120000', '133322.580000', '133323.040000', '133323.500000', '133323.960000', '133324.420000', '133324.880000', '133325.340000', '133325.800000', '133326.260000', '133326.720000', '133327.180000', '133327.640000', '133328.100000', '133328.560000', '133329.020000', '133329.480000', '133329.940000', '133330.400000', '133330.860000', '133331.320000', '133331.780000', '133332.240000', '133332.700000', '133333.160000', '133333.620000', '133334.080000', '133334.540000', '133335.000000', '133335.460000', '133335.920000', '133336.380000', '133336.840000', '133337.300000', '133337.760000', '133338.220000', '133338.680000', '133339.140000', '133339.600000', '133340.060000', '133340.520000', '133340.980000', '133341.440000', '133341.900000', '133342.360000', '133342.820000', '133343.280000', '133343.740000', '133344.200000', '133344.660000', '133345.120000', '133345.580000', '133346.040000', '133346.500000', '133346.960000', '133347.420000', '133347.880000', '133348.340000', '133348.800000', '133349.260000', '133349.720000', '133350.180000', '133350.640000', '133351.100000', '133351.560000', '133352.020000', '133352.480000', '133352.940000', '133353.400000', '133353.860000', '133354.320000', '133354.780000', '133355.240000', '133355.700000', '133356.160000', '133356.620000', '133357.080000', '133357.540000', '133358.000000', '133358.460000', '133358.920000', '133359.380000', '133359.840000', '133400.300000', '133400.760000', '133401.220000', '133401.680000', '133402.140000', '133402.600000', '133403.060000', '133403.520000', '133403.980000', '133404.440000', '133404.900000', '133405.360000', '133405.820000', '133406.280000', '133406.740000', '133407.200000', '133407.660000', '133408.120000', '133408.580000', '133409.040000', '133409.500000', '133409.960000', '133410.420000', '133410.880000', '133411.340000', '133411.800000', '133412.260000', '133412.720000', '133413.180000', '133413.640000', '133414.100000', '133414.560000', '133415.020000', '133415.480000', '133415.940000', '133416.400000', '133416.860000', '133417.320000', '133417.780000', '133418.240000', '133418.700000', '133419.160000', '133419.620000', '133420.080000', '133420.540000', '133421.000000', '133421.460000', '133421.920000', '133422.380000', '133422.840000', '133423.300000', '133423.760000', '133424.220000', '133424.680000', '133425.140000', '133425.600000', '133426.060000', '133426.520000', '133426.980000', '133427.440000', '133427.900000', '133428.360000', '133428.820000', '133429.280000', '133429.740000', '133430.200000', '133430.660000', '133431.120000', '133431.580000', '133432.040000', '133432.500000', '133432.960000', '133433.420000', '133433.880000', '133434.340000', '133434.800000', '133435.260000', '133435.720000', '133436.180000', '133436.640000', '133437.100000', '133437.560000', '133438.020000', '133438.480000', '133438.940000', '133439.400000', '133439.860000', '133440.320000', '133440.780000', '133441.240000', '133441.700000', '133442.160000', '133442.620000', '133443.080000', '133443.540000', '133444.000000', '133444.460000', '133444.920000', '133445.380000', '133445.840000', '133446.300000', '133446.760000', '133447.220000', '133447.680000', '133448.140000', '133448.600000', '133449.060000', '133449.520000', '133449.980000', '133450.440000', '133450.900000', '133451.360000', '133451.820000', '133452.280000', '133452.740000', '133453.200000', '133453.660000', '133454.120000', '133454.580000', '133455.040000', '133455.500000', '133455.960000', '133456.420000', '133456.880000', '133457.340000', '133457.800000', '133458.260000', '133458.720000', '133459.180000', '133459.640000', '133500.100000', '133500.560000', '133501.020000', '133501.480000', '133501.940000', '133502.400000', '133502.860000', '133503.320000', '133503.780000', '133504.240000', '133504.700000', '133505.160000', '133505.620000', '133506.080000', '133506.540000', '133507.000000', '133507.460000', '133507.920000', '133508.380000', '133508.840000', '133509.300000', '133509.760000', '133510.220000', '133510.680000', '133511.140000', '133511.600000', '133512.060000', '133512.520000', '133512.980000', '133513.440000', '133513.900000', '133514.360000', '133514.820000', '133515.280000', '133515.740000', '133516.200000', '133516.660000', '133517.120000', '133517.580000', '133518.040000', '133518.500000', '133518.960000', '133519.420000', '133519.880000', '133520.340000', '133520.800000', '133521.260000', '133521.720000', '133522.180000', '133522.640000', '133523.100000', '133523.560000', '133524.020000', '133524.480000', '133524.940000', '133525.400000', '133525.860000', '133526.320000', '133526.780000', '133527.240000', '133527.700000', '133528.160000', '133528.620000', '133529.080000', '133529.540000', '133530.000000', '133530.460000', '133530.920000', '133531.380000', '133531.840000', '133532.300000', '133532.760000', '133533.220000', '133533.680000', '133534.140000', '133534.600000', '133535.060000', '133535.520000', '133535.980000', '133536.440000', '133536.900000', '133537.360000', '133537.820000', '133538.280000', '133538.740000', '133539.200000', '133539.660000', '133540.120000', '133540.580000', '133541.040000', '133541.500000', '133541.960000', '133542.420000', '133542.880000', '133543.340000', '133543.800000', '133544.260000', '133544.720000', '133545.180000', '133545.640000', '133546.100000', '133546.560000', '133547.020000', '133547.480000', '133547.940000', '133548.400000', '133548.860000', '133549.320000', '133549.780000', '133550.240000', '133550.700000', '133551.160000', '133551.620000', '133552.080000', '133552.540000', '133553.000000', '133553.460000', '133553.920000', '133554.380000', '133554.840000', '133555.300000', '133555.760000', '133556.220000', '133556.680000', '133557.140000', '133557.600000', '133558.060000', '133558.520000', '133558.980000', '133559.440000', '133559.900000', '133600.360000', '133600.820000', '133601.280000', '133601.740000', '133602.200000', '133602.660000', '133603.120000', '133603.580000', '133604.040000', '133604.500000', '133604.960000', '133605.420000', '133605.880000', '133606.340000', '133606.800000', '133607.260000', '133607.720000', '133608.180000', '133608.640000', '133609.100000', '133609.560000', '133610.020000', '133610.480000', '133610.940000', '133611.400000', '133611.860000', '133612.320000', '133612.780000', '133613.240000', '133613.700000', '133614.160000', '133614.620000', '133615.080000', '133615.540000', '133616.000000', '133616.460000', '133616.920000', '133617.380000', '133617.840000', '133618.300000', '133618.760000', '133619.220000', '133619.680000', '133620.140000', '133620.600000', '133621.060000', '133621.520000', '133621.980000', '133622.440000', '133622.900000', '133623.360000', '133623.820000', '133624.280000', '133624.740000', '133625.200000', '133625.660000', '133626.120000', '133626.580000', '133627.040000', '133627.500000', '133627.960000', '133628.420000', '133628.880000', '133629.340000', '133629.800000', '133630.260000', '133630.720000', '133631.180000', '133631.640000', '133632.100000', '133632.560000', '133633.020000', '133633.480000', '133633.940000', '133634.400000', '133634.860000', '133635.320000', '133635.780000', '133636.240000', '133636.700000', '133637.160000', '133637.620000', '133638.080000', '133638.540000', '133639.000000', '133639.460000', '133639.920000', '133640.380000', '133640.840000', '133641.300000', '133641.760000', '133642.220000', '133642.680000', '133643.140000', '133643.600000', '133644.060000', '133644.520000', '133644.980000', '133645.440000', '133645.900000', '133646.360000', '133646.820000', '133647.280000', '133647.740000', '133648.200000', '133648.660000', '133649.120000', '133649.580000', '133650.040000', '133650.500000', '133650.960000', '133651.420000', '133651.880000', '133652.340000', '133652.800000', '133653.260000', '133653.720000', '133654.180000', '133654.640000', '133655.100000', '133655.560000', '133656.020000', '133656.480000', '133656.940000', '133657.400000', '133657.860000', '133658.320000', '133658.780000', '133659.240000', '133659.700000', '133700.160000', '133700.620000', '133701.080000', '133701.540000', '133702.000000', '133702.460000', '133702.920000', '133703.380000', '133703.840000', '133704.300000', '133704.760000', '133705.220000', '133705.680000', '133706.140000', '133706.600000', '133707.060000', '133707.520000', '133707.980000', '133708.440000', '133708.900000', '133709.360000', '133709.820000', '133710.280000', '133710.740000', '133711.200000', '133711.660000', '133712.120000', '133712.580000', '133713.040000', '133713.500000', '133713.960000', '133714.420000', '133714.880000', '133715.340000', '133715.800000', '133716.260000', '133716.720000', '133717.180000', '133717.640000', '133718.100000', '133718.560000', '133719.020000', '133719.480000', '133719.940000', '133720.400000', '133720.860000', '133721.320000', '133721.780000', '133722.240000', '133722.700000', '133723.160000', '133723.620000', '133724.080000', '133724.540000', '133725.000000', '133725.460000', '133725.920000', '133726.380000', '133726.840000', '133727.300000', '133727.760000', '133728.220000', '133728.680000', '133729.140000', '133729.600000', '133730.060000', '133730.520000', '133730.980000', '133731.440000', '133731.900000', '133732.360000', '133732.820000', '133733.280000', '133733.740000', '133734.200000', '133734.660000', '133735.120000', '133735.580000', '133736.040000', '133736.500000', '133736.960000', '133737.420000', '133737.880000', '133738.340000', '133738.800000', '133739.260000', '133739.720000', '133740.180000', '133740.640000', '133741.100000', '133741.560000', '133742.020000', '133742.480000', '133742.940000', '133743.400000', '133743.860000', '133744.320000', '133744.780000', '133745.240000', '133745.700000', '133746.160000', '133746.620000', '133747.080000', '133747.540000', '133748.000000', '133748.460000', '133748.920000', '133749.380000', '133749.840000', '133750.300000', '133750.760000', '133751.220000', '133751.680000', '133752.140000', '133752.600000', '133753.060000', '133753.520000', '133753.980000', '133754.440000', '133754.900000', '133755.360000', '133755.820000', '133756.280000', '133756.740000', '133757.200000', '133757.660000', '133758.120000', '133758.580000', '133759.040000', '133759.500000', '133759.960000', '133800.420000', '133800.880000', '133801.340000', '133801.800000', '133802.260000', '133802.720000', '133803.180000', '133803.640000', '133804.100000', '133804.560000', '133805.020000', '133805.480000', '133805.940000', '133806.400000', '133806.860000', '133807.320000', '133807.780000', '133808.240000', '133808.700000', '133809.160000', '133809.620000', '133810.080000', '133810.540000', '133811.000000', '133811.460000', '133811.920000', '133812.380000', '133812.840000', '133813.300000', '133813.760000', '133814.220000', '133814.680000', '133815.140000', '133815.600000', '133816.060000', '133816.520000', '133816.980000', '133817.440000', '133817.900000', '133818.360000', '133818.820000', '133819.280000', '133819.740000', '133820.200000', '133820.660000', '133821.120000', '133821.580000', '133822.040000', '133822.500000', '133822.960000', '133823.420000', '133823.880000', '133824.340000', '133824.800000', '133825.260000', '133825.720000', '133826.180000', '133826.640000', '133827.100000', '133827.560000', '133828.020000', '133828.480000', '133828.940000', '133829.400000', '133829.860000', '133830.320000', '133830.780000', '133831.240000', '133831.700000', '133832.160000', '133832.620000', '133833.080000', '133833.540000', '133834.000000', '133834.460000', '133834.920000', '133835.380000', '133835.840000', '133836.300000', '133836.760000', '133837.220000', '133837.680000', '133838.140000', '133838.600000', '133839.060000', '133839.520000', '133839.980000', '133840.440000', '133840.900000', '133841.360000', '133841.820000', '133842.280000', '133842.740000', '133843.200000', '133843.660000', '133844.120000', '133844.580000', '133845.040000', '133845.500000', '133845.960000', '133846.420000', '133846.880000', '133847.340000', '133847.800000', '133848.260000', '133848.720000', '133849.180000', '133849.640000', '133850.100000', '133850.560000', '133851.020000', '133851.480000', '133851.940000', '133852.400000', '133852.860000', '133853.320000', '133853.780000', '133854.240000', '133854.700000', '133855.160000', '133855.620000', '133856.080000', '133856.540000', '133857.000000', '133857.460000', '133857.920000', '133858.380000', '133858.840000', '133859.300000', '133859.760000', '133900.220000', '133900.680000', '133901.140000', '133901.600000', '133902.060000', '133902.520000', '133902.980000', '133903.440000', '133903.900000', '133904.360000', '133904.820000', '133905.280000', '133905.740000', '133906.200000', '133906.660000', '133907.120000', '133907.580000', '133908.040000', '133908.500000', '133908.960000', '133909.420000', '133909.880000', '133910.340000', '133910.800000', '133911.260000', '133911.720000', '133912.180000', '133912.640000', '133913.100000', '133913.560000', '133914.020000', '133914.480000', '133914.940000', '133915.400000', '133915.860000', '133916.320000', '133916.780000', '133917.240000', '133917.700000', '133918.160000', '133918.620000', '133919.080000', '133919.540000', '133920.000000', '133920.460000', '133920.920000', '133921.380000', '133921.840000', '133922.300000', '133922.760000', '133923.220000', '133923.680000', '133924.140000', '133924.600000', '133925.060000', '133925.520000', '133925.980000', '133926.440000', '133926.900000', '133927.360000', '133927.820000', '133928.280000', '133928.740000', '133929.200000', '133929.660000', '133930.120000', '133930.580000', '133931.040000', '133931.500000', '133931.960000', '133932.420000', '133932.880000', '133933.340000', '133933.800000', '133934.260000', '133934.720000', '133935.180000', '133935.640000', '133936.100000', '133936.560000', '133937.020000', '133937.480000', '133937.940000', '133938.400000', '133938.860000', '133939.320000', '133939.780000', '133940.240000', '133940.700000', '133941.160000', '133941.620000', '133942.080000', '133942.540000', '133943.000000', '133943.460000', '133943.920000', '133944.380000', '133944.840000', '133945.300000', '133945.760000', '133946.220000', '133946.680000', '133947.140000', '133947.600000', '133948.060000', '133948.520000', '133948.980000', '133949.440000', '133949.900000', '133950.360000', '133950.820000', '133951.280000', '133951.740000', '133952.200000', '133952.660000', '133953.120000', '133953.580000', '133954.040000', '133954.500000', '133954.960000', '133955.420000', '133955.880000', '133956.340000', '133956.800000', '133957.260000', '133957.720000', '133958.180000', '133958.640000', '133959.100000', '133959.560000', '134000.020000', '134000.480000', '134000.940000', '134001.400000', '134001.860000', '134002.320000', '134002.780000', '134003.240000', '134003.700000', '134004.160000', '134004.620000', '134005.080000', '134005.540000', '134006.000000', '134006.460000', '134006.920000', '134007.380000', '134007.840000', '134008.300000', '134008.760000', '134009.220000', '134009.680000', '134010.140000', '134010.600000', '134011.060000', '134011.520000', '134011.980000', '134012.440000', '134012.900000', '134013.360000', '134013.820000', '134014.280000', '134014.740000', '134015.200000', '134015.660000', '134016.120000', '134016.580000', '134017.040000', '134017.500000', '134017.960000', '134018.420000', '134018.880000', '134019.340000', '134019.800000', '134020.260000', '134020.720000', '134021.180000', '134021.640000', '134022.100000', '134022.560000', '134023.020000', '134023.480000', '134023.940000', '134024.400000', '134024.860000', '134025.320000', '134025.780000', '134026.240000', '134026.700000', '134027.160000', '134027.620000', '134028.080000', '134028.540000', '134029.000000', '134029.460000', '134029.920000', '134030.380000', '134030.840000', '134031.300000', '134031.760000', '134032.220000', '134032.680000', '134033.140000', '134033.600000', '134034.060000', '134034.520000', '134034.980000', '134035.440000', '134035.900000', '134036.360000', '134036.820000', '134037.280000', '134037.740000', '134038.200000', '134038.660000', '134039.120000', '134039.580000', '134040.040000', '134040.500000', '134040.960000', '134041.420000', '134041.880000', '134042.340000', '134042.800000', '134043.260000', '134043.720000', '134044.180000', '134044.640000', '134045.100000', '134045.560000', '134046.020000', '134046.480000', '134046.940000', '134047.400000', '134047.860000', '134048.320000', '134048.780000', '134049.240000', '134049.700000', '134050.160000', '134050.620000', '134051.080000', '134051.540000', '134052.000000', '134052.460000', '134052.920000', '134053.380000', '134053.840000', '134054.300000', '134054.760000', '134055.220000', '134055.680000', '134056.140000', '134056.600000', '134057.060000', '134057.520000', '134057.980000', '134058.440000', '134058.900000', '134059.360000', '134059.820000', '134100.280000', '134100.740000', '134101.200000', '134101.660000', '134102.120000', '134102.580000', '134103.040000', '134103.500000', '134103.960000', '134104.420000', '134104.880000', '134105.340000', '134105.800000', '134106.260000', '134106.720000', '134107.180000', '134107.640000', '134108.100000', '134108.560000', '134109.020000', '134109.480000', '134109.940000', '134110.400000', '134110.860000', '134111.320000', '134111.780000', '134112.240000', '134112.700000', '134113.160000', '134113.620000', '134114.080000', '134114.540000', '134115.000000', '134115.460000', '134115.920000', '134116.380000', '134116.840000', '134117.300000', '134117.760000', '134118.220000', '134118.680000', '134119.140000', '134119.600000', '134120.060000', '134120.520000', '134120.980000', '134121.440000', '134121.900000', '134122.360000', '134122.820000', '134123.280000', '134123.740000', '134124.200000', '134124.660000', '134125.120000', '134125.580000', '134126.040000', '134126.500000', '134126.960000', '134127.420000', '134127.880000', '134128.340000', '134128.800000', '134129.260000', '134129.720000', '134130.180000', '134130.640000', '134131.100000', '134131.560000', '134132.020000', '134132.480000', '134132.940000', '134133.400000', '134133.860000', '134134.320000', '134134.780000', '134135.240000', '134135.700000', '134136.160000', '134136.620000', '134137.080000', '134137.540000', '134138.000000', '134138.460000', '134138.920000', '134139.380000', '134139.840000', '134140.300000', '134140.760000', '134141.220000', '134141.680000', '134142.140000', '134142.600000', '134143.060000', '134143.520000', '134143.980000', '134144.440000', '134144.900000', '134145.360000', '134145.820000', '134146.280000', '134146.740000', '134147.200000', '134147.660000', '134148.120000', '134148.580000', '134149.040000', '134149.500000', '134149.960000', '134150.420000', '134150.880000', '134151.340000', '134151.800000', '134152.260000', '134152.720000', '134153.180000', '134153.640000', '134154.100000', '134154.560000', '134155.020000', '134155.480000', '134155.940000', '134156.400000', '134156.860000', '134157.320000', '134157.780000', '134158.240000', '134158.700000', '134159.160000', '134159.620000', '134200.080000', '134200.540000', '134201.000000', '134201.460000', '134201.920000', '134202.380000', '134202.840000', '134203.300000', '134203.760000', '134204.220000', '134204.680000', '134205.140000', '134205.600000', '134206.060000', '134206.520000', '134206.980000', '134207.440000', '134207.900000', '134208.360000', '134208.820000', '134209.280000', '134209.740000', '134210.200000', '134210.660000', '134211.120000', '134211.580000', '134212.040000', '134212.500000', '134212.960000', '134213.420000', '134213.880000', '134214.340000', '134214.800000', '134215.260000', '134215.720000', '134216.180000', '134216.640000', '134217.100000', '134217.560000', '134218.020000', '134218.480000', '134218.940000', '134219.400000', '134219.860000', '134220.320000', '134220.780000', '134221.240000', '134221.700000', '134222.160000', '134222.620000', '134223.080000', '134223.540000', '134224.000000', '134224.460000', '134224.920000', '134225.380000', '134225.840000', '134226.300000', '134226.760000', '134227.220000', '134227.680000', '134228.140000', '134228.600000', '134229.060000', '134229.520000', '134229.980000', '134230.440000', '134230.900000', '134231.360000', '134231.820000', '134232.280000', '134232.740000', '134233.200000', '134233.660000', '134234.120000', '134234.580000', '134235.040000', '134235.500000', '134235.960000', '134236.420000', '134236.880000', '134237.340000', '134237.800000', '134238.260000', '134238.720000', '134239.180000', '134239.640000', '134240.100000', '134240.560000', '134241.020000', '134241.480000', '134241.940000', '134242.400000', '134242.860000', '134243.320000', '134243.780000', '134244.240000', '134244.700000', '134245.160000', '134245.620000', '134246.080000', '134246.540000', '134247.000000', '134247.460000', '134247.920000', '134248.380000', '134248.840000', '134249.300000', '134249.760000', '134250.220000', '134250.680000', '134251.140000', '134251.600000', '134252.060000', '134252.520000', '134252.980000', '134253.440000', '134253.900000', '134254.360000', '134254.820000', '134255.280000', '134255.740000', '134256.200000', '134256.660000', '134257.120000', '134257.580000', '134258.040000', '134258.500000', '134258.960000', '134259.420000', '134259.880000', '134300.340000', '134300.800000', '134301.260000', '134301.720000', '134302.180000', '134302.640000', '134303.100000', '134303.560000', '134304.020000', '134304.480000', '134304.940000', '134305.400000', '134305.860000', '134306.320000', '134306.780000', '134307.240000', '134307.700000', '134308.160000', '134308.620000', '134309.080000', '134309.540000', '134310.000000', '134310.460000', '134310.920000', '134311.380000', '134311.840000', '134312.300000', '134312.760000', '134313.220000', '134313.680000', '134314.140000', '134314.600000', '134315.060000', '134315.520000', '134315.980000', '134316.440000', '134316.900000', '134317.360000', '134317.820000', '134318.280000', '134318.740000', '134319.200000', '134319.660000', '134320.120000', '134320.580000', '134321.040000', '134321.500000', '134321.960000', '134322.420000', '134322.880000', '134323.340000', '134323.800000', '134324.260000', '134324.720000', '134325.180000', '134325.640000', '134326.100000', '134326.560000', '134327.020000', '134327.480000', '134327.940000', '134328.400000', '134328.860000', '134329.320000', '134329.780000', '134330.240000', '134330.700000', '134331.160000', '134331.620000', '134332.080000', '134332.540000', '134333.000000', '134333.460000', '134333.920000', '134334.380000', '134334.840000', '134335.300000', '134335.760000', '134336.220000', '134336.680000', '134337.140000', '134337.600000', '134338.060000', '134338.520000', '134338.980000', '134339.440000', '134339.900000', '134340.360000', '134340.820000', '134341.280000', '134341.740000', '134342.200000', '134342.660000', '134343.120000', '134343.580000', '134344.040000', '134344.500000', '134344.960000', '134345.420000', '134345.880000', '134346.340000', '134346.800000', '134347.260000', '134347.720000', '134348.180000', '134348.640000', '134349.100000', '134349.560000', '134350.020000', '134350.480000', '134350.940000', '134351.400000', '134351.860000', '134352.320000', '134352.780000', '134353.240000', '134353.700000', '134354.160000', '134354.620000', '134355.080000', '134355.540000', '134356.000000', '134356.460000', '134356.920000', '134357.380000', '134357.840000', '134358.300000', '134358.760000', '134359.220000', '134359.680000', '134400.140000', '134400.600000', '134401.060000', '134401.520000', '134401.980000', '134402.440000', '134402.900000', '134403.360000', '134403.820000', '134404.280000', '134404.740000', '134405.200000', '134405.660000', '134406.120000', '134406.580000', '134407.040000', '134407.500000', '134407.960000', '134408.420000', '134408.880000', '134409.340000', '134409.800000', '134410.260000', '134410.720000', '134411.180000', '134411.640000', '134412.100000', '134412.560000', '134413.020000', '134413.480000', '134413.940000', '134414.400000', '134414.860000', '134415.320000', '134415.780000', '134416.240000', '134416.700000', '134417.160000', '134417.620000', '134418.080000', '134418.540000', '134419.000000', '134419.460000', '134419.920000', '134420.380000', '134420.840000', '134421.300000', '134421.760000', '134422.220000', '134422.680000', '134423.140000', '134423.600000', '134424.060000', '134424.520000', '134424.980000', '134425.440000', '134425.900000', '134426.360000', '134426.820000', '134427.280000', '134427.740000', '134428.200000', '134428.660000', '134429.120000', '134429.580000', '134430.040000', '134430.500000', '134430.960000', '134431.420000', '134431.880000', '134432.340000', '134432.800000', '134433.260000', '134433.720000', '134434.180000', '134434.640000', '134435.100000', '134435.560000', '134436.020000', '134436.480000', '134436.940000', '134437.400000', '134437.860000', '134438.320000', '134438.780000', '134439.240000', '134439.700000', '134440.160000', '134440.620000', '134441.080000', '134441.540000', '134442.000000', '134442.460000', '134442.920000', '134443.380000', '134443.840000', '134444.300000', '134444.760000', '134445.220000', '134445.680000', '134446.140000', '134446.600000', '134447.060000', '134447.520000', '134447.980000', '134448.440000', '134448.900000', '134449.360000', '134449.820000', '134450.280000', '134450.740000', '134451.200000', '134451.660000', '134452.120000', '134452.580000', '134453.040000', '134453.500000', '134453.960000', '134454.420000', '134454.880000', '134455.340000', '134455.800000', '134456.260000', '134456.720000', '134457.180000', '134457.640000', '134458.100000', '134458.560000', '134459.020000', '134459.480000', '134459.940000', '134500.400000', '134500.860000', '134501.320000', '134501.780000', '134502.240000', '134502.700000', '134503.160000', '134503.620000', '134504.080000', '134504.540000', '134505.000000', '134505.460000', '134505.920000', '134506.380000', '134506.840000', '134507.300000', '134507.760000', '134508.220000', '134508.680000', '134509.140000', '134509.600000', '134510.060000', '134510.520000', '134510.980000', '134511.440000', '134511.900000', '134512.360000', '134512.820000', '134513.280000', '134513.740000', '134514.200000', '134514.660000', '134515.120000', '134515.580000', '134516.040000', '134516.500000', '134516.960000', '134517.420000', '134517.880000', '134518.340000', '134518.800000', '134519.260000', '134519.720000', '134520.180000', '134520.640000', '134521.100000', '134521.560000', '134522.020000', '134522.480000', '134522.940000', '134523.400000', '134523.860000', '134524.320000', '134524.780000', '134525.240000', '134525.700000', '134526.160000', '134526.620000', '134527.080000', '134527.540000', '134528.000000', '134528.460000', '134528.920000', '134529.380000', '134529.840000'], 'ContentTime': ['133324.142000', '133324.145000', '133324.148000', '133324.151000', '133324.154000', '133324.157000', '133324.159000', '133324.162000', '133324.165000', '133324.168000', '133324.171000', '133324.174000', '133324.177000', '133324.180000', '133324.183000', '133324.185000', '133324.188000', '133324.191000', '133324.194000', '133324.197000', '133324.200000', '133324.203000', '133324.205000', '133324.208000', '133324.211000', '133324.214000', '133324.217000', '133324.220000', '133324.223000', '133324.225000', '133324.228000', '133324.231000', '133324.234000', '133324.237000', '133324.240000', '133324.242000', '133344.109000', '133344.112000', '133344.115000', '133344.118000', '133344.130000', '133344.146000', '133344.150000', '133344.155000', '133344.158000', '133344.161000', '133344.164000', '133344.167000', '133344.170000', '133344.173000', '133344.176000', '133344.178000', '133344.181000', '133344.184000', '133344.187000', '133344.190000', '133344.193000', '133344.196000', '133344.198000', '133344.201000', '133344.204000', '133344.207000', '133344.210000', '133344.212000', '133344.215000', '133344.218000', '133344.221000', '133344.224000', '133344.227000', '133344.229000', '133344.232000', '133344.235000', '133344.238000', '133344.241000', '133344.244000', '133344.246000', '133344.249000', '133344.252000', '133344.255000', '133404.109000', '133404.112000', '133404.115000', '133404.118000', '133404.121000', '133404.124000', '133404.127000', '133404.129000', '133404.132000', '133404.135000', '133404.138000', '133404.146000', '133404.149000', '133404.152000', '133404.155000', '133404.158000', '133404.161000', '133404.163000', '133404.166000', '133404.169000', '133404.172000', '133404.175000', '133404.178000', '133404.181000', '133404.184000', '133404.187000', '133404.189000', '133404.192000', '133404.195000', '133404.198000', '133404.201000', '133404.204000', '133404.207000', '133404.209000', '133404.212000', '133404.215000', '133404.218000', '133404.221000', '133404.224000', '133404.227000', '133404.230000', '133404.232000', '133404.235000', '133404.238000', '133424.111000', '133424.114000', '133424.117000', '133424.120000', '133424.123000', '133424.126000', '133424.129000', '133424.132000', '133424.135000', '133424.138000', '133424.141000', '133424.144000', '133424.147000', '133424.149000', '133424.152000', '133424.155000', '133424.158000', '133424.161000', '133424.164000', '133424.167000', '133424.170000', '133424.173000', '133424.176000', '133424.179000', '133424.181000', '133424.184000', '133424.187000', '133424.190000', '133424.193000', '133424.196000', '133424.199000', '133424.202000', '133424.205000', '133424.208000', '133424.211000', '133424.213000', '133424.216000', '133424.219000', '133424.222000', '133424.225000', '133424.228000', '133424.230000', '133424.233000', '133444.110000', '133444.113000', '133444.116000', '133444.119000', '133444.122000', '133444.124000', '133444.127000', '133444.130000', '133444.133000', '133444.136000', '133444.139000', '133444.142000', '133444.145000', '133444.148000', '133444.150000', '133444.153000', '133444.156000', '133444.159000', '133444.162000', '133444.165000', '133444.168000', '133444.171000', '133444.174000', '133444.176000', '133444.179000', '133444.182000', '133444.185000', '133444.188000', '133444.191000', '133444.194000', '133444.197000', '133444.200000', '133444.202000', '133444.205000', '133444.208000', '133444.211000', '133444.214000', '133444.217000', '133444.220000', '133444.222000', '133444.225000', '133444.228000', '133444.231000', '133444.234000', '133504.110000', '133504.113000', '133504.116000', '133504.119000', '133504.122000', '133504.125000', '133504.127000', '133504.130000', '133504.133000', '133504.136000', '133504.139000', '133504.142000', '133504.145000', '133504.147000', '133504.150000', '133504.153000', '133504.156000', '133504.159000', '133504.162000', '133504.165000', '133504.168000', '133504.171000', '133504.174000', '133504.176000', '133504.179000', '133504.182000', '133504.185000', '133504.188000', '133504.191000', '133504.194000', '133504.197000', '133504.200000', '133504.203000', '133504.206000', '133504.209000', '133504.212000', '133504.215000', '133504.218000', '133504.220000', '133504.223000', '133504.226000', '133504.229000', '133504.232000', '133524.110000', '133524.119000', '133524.122000', '133524.125000', '133524.128000', '133524.131000', '133524.134000', '133524.137000', '133524.140000', '133524.142000', '133524.145000', '133524.149000', '133524.151000', '133524.154000', '133524.157000', '133524.160000', '133524.163000', '133524.166000', '133524.169000', '133524.172000', '133524.175000', '133524.178000', '133524.181000', '133524.184000', '133524.187000', '133524.190000', '133524.192000', '133524.195000', '133524.198000', '133524.201000', '133524.204000', '133524.207000', '133524.210000', '133524.213000', '133524.215000', '133524.218000', '133524.221000', '133524.224000', '133524.227000', '133524.230000', '133524.233000', '133524.236000', '133524.238000', '133524.241000', '133544.109000', '133544.112000', '133544.115000', '133544.118000', '133544.121000', '133544.124000', '133544.127000', '133544.129000', '133544.132000', '133544.135000', '133544.138000', '133544.141000', '133544.144000', '133544.147000', '133544.151000', '133544.154000', '133544.157000', '133544.160000', '133544.163000', '133544.165000', '133544.168000', '133544.171000', '133544.174000', '133544.177000', '133544.180000', '133544.183000', '133544.186000', '133544.189000', '133544.192000', '133544.195000', '133544.198000', '133544.201000', '133544.204000', '133544.207000', '133544.210000', '133544.213000', '133544.216000', '133544.219000', '133544.222000', '133544.225000', '133544.228000', '133544.231000', '133544.234000', '133604.109000', '133604.112000', '133604.116000', '133604.119000', '133604.122000', '133604.125000', '133604.128000', '133604.131000', '133604.134000', '133604.137000', '133604.140000', '133604.142000', '133604.145000', '133604.148000', '133604.151000', '133604.154000', '133604.157000', '133604.160000', '133604.163000', '133604.166000', '133604.169000', '133604.172000', '133604.175000', '133604.178000', '133604.181000', '133604.183000', '133604.186000', '133604.189000', '133604.192000', '133604.195000', '133604.198000', '133604.201000', '133604.204000', '133604.207000', '133604.210000', '133604.213000', '133604.216000', '133604.219000', '133604.221000', '133604.224000', '133604.227000', '133604.230000', '133604.233000', '133604.236000', '133624.109000', '133624.112000', '133624.115000', '133624.118000', '133624.121000', '133624.124000', '133624.127000', '133624.130000', '133624.133000', '133624.136000', '133624.138000', '133624.141000', '133624.144000', '133624.147000', '133624.150000', '133624.153000', '133624.156000', '133624.159000', '133624.162000', '133624.165000', '133624.168000', '133624.171000', '133624.174000', '133624.176000', '133624.179000', '133624.182000', '133624.185000', '133624.188000', '133624.191000', '133624.194000', '133624.197000', '133624.200000', '133624.203000', '133624.206000', '133624.209000', '133624.211000', '133624.214000', '133624.217000', '133624.220000', '133624.223000', '133624.226000', '133624.229000', '133624.232000', '133644.110000', '133644.121000', '133644.124000', '133644.127000', '133644.130000', '133644.133000', '133644.136000', '133644.139000', '133644.142000', '133644.145000', '133644.148000', '133644.151000', '133644.154000', '133644.157000', '133644.160000', '133644.163000', '133644.165000', '133644.168000', '133644.171000', '133644.174000', '133644.177000', '133644.180000', '133644.183000', '133644.186000', '133644.189000', '133644.191000', '133644.194000', '133644.197000', '133644.200000', '133644.203000', '133644.206000', '133644.209000', '133644.212000', '133644.215000', '133644.218000', '133644.221000', '133644.224000', '133644.227000', '133644.230000', '133644.232000', '133644.248000', '133644.251000', '133644.254000', '133644.256000', '133704.110000', '133704.113000', '133704.116000', '133704.119000', '133704.122000', '133704.125000', '133704.127000', '133704.130000', '133704.133000', '133704.136000', '133704.139000', '133704.142000', '133704.145000', '133704.148000', '133704.150000', '133704.154000', '133704.156000', '133704.159000', '133704.162000', '133704.165000', '133704.168000', '133704.171000', '133704.174000', '133704.177000', '133704.180000', '133704.183000', '133704.186000', '133704.190000', '133704.193000', '133704.196000', '133704.199000', '133704.202000', '133704.205000', '133704.208000', '133704.210000', '133704.213000', '133704.216000', '133704.219000', '133704.222000', '133704.225000', '133704.228000', '133704.231000', '133704.234000', '133724.110000', '133724.113000', '133724.116000', '133724.119000', '133724.122000', '133724.125000', '133724.127000', '133724.130000', '133724.133000', '133724.136000', '133724.139000', '133724.142000', '133724.145000', '133724.148000', '133724.152000', '133724.155000', '133724.158000', '133724.161000', '133724.164000', '133724.166000', '133724.169000', '133724.172000', '133724.175000', '133724.178000', '133724.181000', '133724.184000', '133724.187000', '133724.190000', '133724.192000', '133724.195000', '133724.198000', '133724.201000', '133724.204000', '133724.207000', '133724.210000', '133724.213000', '133724.216000', '133724.219000', '133724.222000', '133724.224000', '133724.227000', '133724.230000', '133724.233000', '133724.236000', '133744.110000', '133744.113000', '133744.116000', '133744.119000', '133744.122000', '133744.125000', '133744.128000', '133744.131000', '133744.134000', '133744.137000', '133744.140000', '133744.142000', '133744.145000', '133744.148000', '133744.151000', '133744.154000', '133744.157000', '133744.160000', '133744.163000', '133744.166000', '133744.169000', '133744.171000', '133744.175000', '133744.177000', '133744.180000', '133744.183000', '133744.186000', '133744.189000', '133744.192000', '133744.195000', '133744.198000', '133744.201000', '133744.204000', '133744.206000', '133744.209000', '133744.212000', '133744.215000', '133744.218000', '133744.221000', '133744.224000', '133744.227000', '133744.230000', '133744.233000', '133804.109000', '133804.112000', '133804.115000', '133804.118000', '133804.121000', '133804.124000', '133804.127000', '133804.130000', '133804.133000', '133804.135000', '133804.138000', '133804.141000', '133804.144000', '133804.147000', '133804.150000', '133804.153000', '133804.156000', '133804.159000', '133804.162000', '133804.165000', '133804.168000', '133804.171000', '133804.173000', '133804.177000', '133804.179000', '133804.182000', '133804.185000', '133804.188000', '133804.191000', '133804.194000', '133804.197000', '133804.200000', '133804.203000', '133804.205000', '133804.208000', '133804.211000', '133804.214000', '133804.217000', '133804.220000', '133804.223000', '133804.226000', '133804.229000', '133804.232000', '133804.235000', '133824.109000', '133824.112000', '133824.115000', '133824.118000', '133824.121000', '133824.124000', '133824.127000', '133824.140000', '133824.143000', '133824.146000', '133824.149000', '133824.152000', '133824.155000', '133824.158000', '133824.161000', '133824.164000', '133824.167000', '133824.170000', '133824.172000', '133824.175000', '133824.178000', '133824.181000', '133824.184000', '133824.187000', '133824.190000', '133824.193000', '133824.196000', '133824.199000', '133824.202000', '133824.205000', '133824.207000', '133824.210000', '133824.213000', '133824.216000', '133824.219000', '133824.222000', '133824.226000', '133824.229000', '133824.232000', '133824.235000', '133824.238000', '133824.241000', '133824.244000', '133844.109000', '133844.112000', '133844.115000', '133844.118000', '133844.121000', '133844.124000', '133844.127000', '133844.129000', '133844.132000', '133844.135000', '133844.138000', '133844.141000', '133844.144000', '133844.147000', '133844.150000', '133844.152000', '133844.155000', '133844.158000', '133844.161000', '133844.164000', '133844.167000', '133844.170000', '133844.173000', '133844.175000', '133844.178000', '133844.181000', '133844.184000', '133844.187000', '133844.191000', '133844.194000', '133844.197000', '133844.200000', '133844.203000', '133844.206000', '133844.209000', '133844.212000', '133844.215000', '133844.218000', '133844.221000', '133844.224000', '133844.226000', '133844.229000', '133844.232000', '133844.235000', '133904.110000', '133904.113000', '133904.116000', '133904.119000', '133904.122000', '133904.125000', '133904.128000', '133904.130000', '133904.133000', '133904.136000', '133904.139000', '133904.142000', '133904.145000', '133904.147000', '133904.150000', '133904.153000', '133904.156000', '133904.159000', '133904.162000', '133904.165000', '133904.168000', '133904.171000', '133904.174000', '133904.176000', '133904.179000', '133904.182000', '133904.185000', '133904.188000', '133904.191000', '133904.194000', '133904.197000', '133904.199000', '133904.202000', '133904.205000', '133904.208000', '133904.211000', '133904.214000', '133904.217000', '133904.220000', '133904.223000', '133904.225000', '133904.228000', '133904.231000', '133924.110000', '133924.113000', '133924.116000', '133924.119000', '133924.122000', '133924.125000', '133924.127000', '133924.130000', '133924.133000', '133924.136000', '133924.139000', '133924.142000', '133924.145000', '133924.148000', '133924.151000', '133924.153000', '133924.156000', '133924.159000', '133924.162000', '133924.165000', '133924.168000', '133924.171000', '133924.174000', '133924.177000', '133924.179000', '133924.182000', '133924.185000', '133924.188000', '133924.191000', '133924.194000', '133924.197000', '133924.199000', '133924.202000', '133924.205000', '133924.208000', '133924.211000', '133924.214000', '133924.217000', '133924.220000', '133924.223000', '133924.226000', '133924.228000', '133924.231000', '133924.234000', '133944.110000', '133944.113000', '133944.116000', '133944.119000', '133944.122000', '133944.125000', '133944.128000', '133944.130000', '133944.133000', '133944.136000', '133944.139000', '133944.142000', '133944.145000', '133944.148000', '133944.151000', '133944.154000', '133944.156000', '133944.159000', '133944.174000', '133944.177000', '133944.180000', '133944.183000', '133944.186000', '133944.188000', '133944.191000', '133944.194000', '133944.197000', '133944.200000', '133944.203000', '133944.206000', '133944.209000', '133944.212000', '133944.215000', '133944.217000', '133944.220000', '133944.223000', '133944.226000', '133944.229000', '133944.232000', '133944.235000', '133944.237000', '133944.240000', '133944.243000', '134004.110000', '134004.113000', '134004.116000', '134004.120000', '134004.123000', '134004.125000', '134004.128000', '134004.131000', '134004.134000', '134004.137000', '134004.140000', '134004.143000', '134004.146000', '134004.149000', '134004.152000', '134004.155000', '134004.158000', '134004.161000', '134004.163000', '134004.166000', '134004.169000', '134004.172000', '134004.175000', '134004.178000', '134004.181000', '134004.184000', '134004.187000', '134004.190000', '134004.193000', '134004.196000', '134004.198000', '134004.202000', '134004.204000', '134004.208000', '134004.211000', '134004.214000', '134004.217000', '134004.220000', '134004.222000', '134004.226000', '134004.228000', '134004.231000', '134004.234000', '134024.109000', '134024.112000', '134024.115000', '134024.118000', '134024.121000', '134024.124000', '134024.127000', '134024.130000', '134024.133000', '134024.136000', '134024.139000', '134024.142000', '134024.144000', '134024.147000', '134024.150000', '134024.153000', '134024.156000', '134024.159000', '134024.162000', '134024.165000', '134024.168000', '134024.171000', '134024.174000', '134024.177000', '134024.180000', '134024.182000', '134024.185000', '134024.188000', '134024.191000', '134024.194000', '134024.197000', '134024.200000', '134024.203000', '134024.206000', '134024.209000', '134024.212000', '134024.215000', '134024.217000', '134024.220000', '134024.223000', '134024.226000', '134024.229000', '134024.232000', '134024.235000', '134044.109000', '134044.112000', '134044.115000', '134044.118000', '134044.121000', '134044.124000', '134044.127000', '134044.130000', '134044.133000', '134044.138000', '134044.142000', '134044.145000', '134044.148000', '134044.151000', '134044.154000', '134044.157000', '134044.159000', '134044.162000', '134044.165000', '134044.168000', '134044.171000', '134044.174000', '134044.177000', '134044.180000', '134044.183000', '134044.186000', '134044.189000', '134044.191000', '134044.194000', '134044.197000', '134044.200000', '134044.203000', '134044.206000', '134044.209000', '134044.212000', '134044.215000', '134044.218000', '134044.220000', '134044.224000', '134044.226000', '134044.229000', '134044.232000', '134044.235000', '134104.109000', '134104.112000', '134104.115000', '134104.118000', '134104.121000', '134104.124000', '134104.127000', '134104.130000', '134104.133000', '134104.136000', '134104.139000', '134104.142000', '134104.144000', '134104.148000', '134104.150000', '134104.153000', '134104.156000', '134104.159000', '134104.162000', '134104.165000', '134104.168000', '134104.171000', '134104.174000', '134104.177000', '134104.180000', '134104.183000', '134104.186000', '134104.189000', '134104.192000', '134104.202000', '134104.205000', '134104.208000', '134104.211000', '134104.214000', '134104.217000', '134104.220000', '134104.222000', '134104.225000', '134104.228000', '134104.231000', '134104.234000', '134104.238000', '134104.241000', '134104.244000', '134124.110000', '134124.113000', '134124.116000', '134124.119000', '134124.122000', '134124.125000', '134124.128000', '134124.131000', '134124.133000', '134124.136000', '134124.139000', '134124.142000', '134124.145000', '134124.148000', '134124.151000', '134124.154000', '134124.157000', '134124.160000', '134124.163000', '134124.166000', '134124.169000', '134124.171000', '134124.174000', '134124.177000', '134124.180000', '134124.183000', '134124.186000', '134124.189000', '134124.192000', '134124.195000', '134124.198000', '134124.200000', '134124.203000', '134124.206000', '134124.209000', '134124.212000', '134124.215000', '134124.218000', '134124.221000', '134124.224000', '134124.227000', '134124.229000', '134124.232000', '134144.110000', '134144.113000', '134144.116000', '134144.119000', '134144.122000', '134144.125000', '134144.127000', '134144.130000', '134144.133000', '134144.136000', '134144.139000', '134144.142000', '134144.145000', '134144.148000', '134144.151000', '134144.154000', '134144.157000', '134144.159000', '134144.162000', '134144.165000', '134144.168000', '134144.171000', '134144.174000', '134144.177000', '134144.180000', '134144.183000', '134144.185000', '134144.188000', '134144.191000', '134144.194000', '134144.197000', '134144.200000', '134144.203000', '134144.206000', '134144.209000', '134144.212000', '134144.215000', '134144.218000', '134144.220000', '134144.223000', '134144.226000', '134144.229000', '134144.232000', '134144.235000', '134204.110000', '134204.113000', '134204.116000', '134204.119000', '134204.122000', '134204.125000', '134204.128000', '134204.131000', '134204.133000', '134204.136000', '134204.139000', '134204.142000', '134204.145000', '134204.148000', '134204.151000', '134204.154000', '134204.157000', '134204.160000', '134204.163000', '134204.166000', '134204.169000', '134204.172000', '134204.175000', '134204.178000', '134204.181000', '134204.184000', '134204.187000', '134204.189000', '134204.192000', '134204.195000', '134204.198000', '134204.201000', '134204.204000', '134204.207000', '134204.210000', '134204.212000', '134204.215000', '134204.218000', '134204.221000', '134204.230000', '134204.233000', '134204.236000', '134204.239000', '134224.109000', '134224.112000', '134224.115000', '134224.118000', '134224.121000', '134224.124000', '134224.127000', '134224.130000', '134224.133000', '134224.136000', '134224.139000', '134224.142000', '134224.156000', '134224.159000', '134224.162000', '134224.165000', '134224.168000', '134224.171000', '134224.174000', '134224.177000', '134224.180000', '134224.183000', '134224.186000', '134224.188000', '134224.191000', '134224.194000', '134224.197000', '134224.200000', '134224.203000', '134224.206000', '134224.209000', '134224.212000', '134224.215000', '134224.218000', '134224.221000', '134224.224000', '134224.227000', '134224.230000', '134224.233000', '134224.236000', '134224.238000', '134224.241000', '134224.244000', '134224.247000', '134244.109000', '134244.112000', '134244.123000', '134244.126000', '134244.129000', '134244.132000', '134244.135000', '134244.138000', '134244.141000', '134244.144000', '134244.147000', '134244.150000', '134244.153000', '134244.155000', '134244.158000', '134244.161000', '134244.164000', '134244.167000', '134244.170000', '134244.173000', '134244.176000', '134244.178000', '134244.181000', '134244.184000', '134244.187000', '134244.190000', '134244.193000', '134244.196000', '134244.199000', '134244.202000', '134244.205000', '134244.208000', '134244.211000', '134244.213000', '134244.216000', '134244.219000', '134244.222000', '134244.225000', '134244.228000', '134244.231000', '134244.234000', '134244.237000', '134244.239000', '134304.109000', '134304.112000', '134304.115000', '134304.118000', '134304.121000', '134304.124000', '134304.127000', '134304.130000', '134304.132000', '134304.135000', '134304.138000', '134304.141000', '134304.144000', '134304.147000', '134304.150000', '134304.153000', '134304.156000', '134304.159000', '134304.162000', '134304.165000', '134304.168000', '134304.170000', '134304.173000', '134304.176000', '134304.179000', '134304.182000', '134304.185000', '134304.188000', '134304.191000', '134304.194000', '134304.197000', '134304.199000', '134304.202000', '134304.205000', '134304.208000', '134304.211000', '134304.214000', '134304.217000', '134304.220000', '134304.223000', '134304.226000', '134304.228000', '134304.231000', '134304.234000', '134324.110000', '134324.113000', '134324.116000', '134324.119000', '134324.122000', '134324.125000', '134324.128000', '134324.131000', '134324.134000', '134324.137000', '134324.140000', '134324.143000', '134324.146000', '134324.149000', '134324.152000', '134324.155000', '134324.158000', '134324.161000', '134324.164000', '134324.167000', '134324.170000', '134324.172000', '134324.175000', '134324.178000', '134324.181000', '134324.184000', '134324.187000', '134324.190000', '134324.193000', '134324.196000', '134324.199000', '134324.202000', '134324.205000', '134324.208000', '134324.211000', '134324.214000', '134324.217000', '134324.220000', '134324.223000', '134324.225000', '134324.228000', '134324.231000', '134324.234000', '134344.110000', '134344.113000', '134344.116000', '134344.119000', '134344.122000', '134344.125000', '134344.128000', '134344.131000', '134344.134000', '134344.137000', '134344.140000', '134344.142000', '134344.145000', '134344.148000', '134344.151000', '134344.154000', '134344.157000', '134344.160000', '134344.163000', '134344.166000', '134344.169000', '134344.172000', '134344.175000', '134344.178000', '134344.181000', '134344.184000', '134344.186000', '134344.189000', '134344.192000', '134344.195000', '134344.198000', '134344.201000', '134344.204000', '134344.207000', '134344.210000', '134344.213000', '134344.216000', '134344.219000', '134344.222000', '134344.225000', '134344.228000', '134344.231000', '134344.234000', '134344.237000', '134404.110000', '134404.113000', '134404.116000', '134404.119000', '134404.122000', '134404.125000', '134404.128000', '134404.131000', '134404.134000', '134404.137000', '134404.140000', '134404.143000', '134404.146000', '134404.148000', '134404.152000', '134404.154000', '134404.157000', '134404.160000', '134404.163000', '134404.166000', '134404.169000', '134404.172000', '134404.175000', '134404.178000', '134404.181000', '134404.184000', '134404.187000', '134404.190000', '134404.193000', '134404.196000', '134404.199000', '134404.202000', '134404.204000', '134404.207000', '134404.213000', '134404.216000', '134404.220000', '134404.222000', '134404.226000', '134404.229000', '134404.232000', '134404.235000', '134404.237000', '134424.110000', '134424.113000', '134424.116000', '134424.119000', '134424.122000', '134424.125000', '134424.128000', '134424.131000', '134424.134000', '134424.137000', '134424.140000', '134424.143000', '134424.146000', '134424.149000', '134424.151000', '134424.154000', '134424.157000', '134424.160000', '134424.163000', '134424.166000', '134424.169000', '134424.172000', '134424.175000', '134424.178000', '134424.181000', '134424.184000', '134424.187000', '134424.190000', '134424.193000', '134424.195000', '134424.198000', '134424.201000', '134424.204000', '134424.207000', '134424.210000', '134424.213000', '134424.216000', '134424.219000', '134424.222000', '134424.225000', '134424.228000', '134424.231000', '134424.234000', '134424.237000', '134444.109000', '134444.112000', '134444.115000', '134444.118000', '134444.121000', '134444.131000', '134444.134000', '134444.137000', '134444.140000', '134444.143000', '134444.146000', '134444.148000', '134444.151000', '134444.154000', '134444.157000', '134444.160000', '134444.163000', '134444.166000', '134444.169000', '134444.172000', '134444.175000', '134444.179000', '134444.182000', '134444.185000', '134444.188000', '134444.191000', '134444.194000', '134444.197000', '134444.199000', '134444.202000', '134444.205000', '134444.208000', '134444.211000', '134444.222000', '134444.225000', '134444.228000', '134444.231000', '134444.234000', '134444.237000', '134444.240000', '134444.243000', '134444.246000', '134444.249000', '134504.109000', '134504.112000', '134504.115000', '134504.118000', '134504.121000', '134504.124000', '134504.127000', '134504.130000', '134504.133000', '134504.136000', '134504.139000', '134504.142000', '134504.145000', '134504.148000', '134504.151000', '134504.154000', '134504.157000', '134504.160000', '134504.163000', '134504.166000', '134504.169000', '134504.172000', '134504.175000', '134504.178000', '134504.180000', '134504.183000', '134504.186000', '134504.189000', '134504.192000', '134504.195000', '134504.198000', '134504.201000', '134504.204000', '134504.207000', '134504.210000', '134504.213000', '134504.216000', '134504.219000', '134504.222000', '134504.225000', '134504.228000', '134504.230000', '134504.234000', '134504.236000', '134524.109000', '134524.112000', '134524.115000', '134524.118000', '134524.121000', '134524.124000', '134524.127000', '134524.130000', '134524.133000', '134524.136000', '134524.139000', '134524.142000', '134524.145000', '134524.147000', '134524.150000', '134524.153000', '134524.156000', '134524.159000', '134524.162000', '134524.165000', '134524.168000', '134524.171000', '134524.174000', '134524.177000', '134524.180000', '134524.183000', '134524.186000', '134524.188000', '134524.192000', '134524.194000', '134524.197000', '134524.200000', '134524.203000', '134524.206000', '134524.210000', '134524.212000', '134524.215000', '134524.218000', '134524.221000', '134524.224000', '134524.227000', '134524.230000', '134524.233000', '134530.751000', '134530.754000', '134530.757000', '134530.760000', '134530.763000', '134530.766000', '134530.770000', '134530.773000', '134530.776000', '134530.780000', '134530.783000', '134530.787000', '134530.791000', '134530.797000', '134530.800000'], 'InstanceCreationTime': ['133324.142000', '133324.145000', '133324.148000', '133324.151000', '133324.154000', '133324.157000', '133324.159000', '133324.162000', '133324.165000', '133324.168000', '133324.171000', '133324.174000', '133324.177000', '133324.180000', '133324.183000', '133324.185000', '133324.188000', '133324.191000', '133324.194000', '133324.197000', '133324.200000', '133324.203000', '133324.205000', '133324.208000', '133324.211000', '133324.214000', '133324.217000', '133324.220000', '133324.223000', '133324.225000', '133324.228000', '133324.231000', '133324.234000', '133324.237000', '133324.240000', '133324.242000', '133344.109000', '133344.112000', '133344.115000', '133344.118000', '133344.130000', '133344.146000', '133344.150000', '133344.155000', '133344.158000', '133344.161000', '133344.164000', '133344.167000', '133344.170000', '133344.173000', '133344.176000', '133344.178000', '133344.181000', '133344.184000', '133344.187000', '133344.190000', '133344.193000', '133344.196000', '133344.198000', '133344.201000', '133344.204000', '133344.207000', '133344.210000', '133344.212000', '133344.215000', '133344.218000', '133344.221000', '133344.224000', '133344.227000', '133344.229000', '133344.232000', '133344.235000', '133344.238000', '133344.241000', '133344.244000', '133344.246000', '133344.249000', '133344.252000', '133344.255000', '133404.109000', '133404.112000', '133404.115000', '133404.118000', '133404.121000', '133404.124000', '133404.127000', '133404.129000', '133404.132000', '133404.135000', '133404.138000', '133404.146000', '133404.149000', '133404.152000', '133404.155000', '133404.158000', '133404.161000', '133404.163000', '133404.166000', '133404.169000', '133404.172000', '133404.175000', '133404.178000', '133404.181000', '133404.184000', '133404.187000', '133404.189000', '133404.192000', '133404.195000', '133404.198000', '133404.201000', '133404.204000', '133404.207000', '133404.209000', '133404.212000', '133404.215000', '133404.218000', '133404.221000', '133404.224000', '133404.227000', '133404.230000', '133404.232000', '133404.235000', '133404.238000', '133424.111000', '133424.114000', '133424.117000', '133424.120000', '133424.123000', '133424.126000', '133424.129000', '133424.132000', '133424.135000', '133424.138000', '133424.141000', '133424.144000', '133424.147000', '133424.149000', '133424.152000', '133424.155000', '133424.158000', '133424.161000', '133424.164000', '133424.167000', '133424.170000', '133424.173000', '133424.176000', '133424.179000', '133424.181000', '133424.184000', '133424.187000', '133424.190000', '133424.193000', '133424.196000', '133424.199000', '133424.202000', '133424.205000', '133424.208000', '133424.211000', '133424.213000', '133424.216000', '133424.219000', '133424.222000', '133424.225000', '133424.228000', '133424.230000', '133424.233000', '133444.110000', '133444.113000', '133444.116000', '133444.119000', '133444.122000', '133444.124000', '133444.127000', '133444.130000', '133444.133000', '133444.136000', '133444.139000', '133444.142000', '133444.145000', '133444.148000', '133444.150000', '133444.153000', '133444.156000', '133444.159000', '133444.162000', '133444.165000', '133444.168000', '133444.171000', '133444.174000', '133444.176000', '133444.179000', '133444.182000', '133444.185000', '133444.188000', '133444.191000', '133444.194000', '133444.197000', '133444.200000', '133444.202000', '133444.205000', '133444.208000', '133444.211000', '133444.214000', '133444.217000', '133444.220000', '133444.222000', '133444.225000', '133444.228000', '133444.231000', '133444.234000', '133504.110000', '133504.113000', '133504.116000', '133504.119000', '133504.122000', '133504.125000', '133504.127000', '133504.130000', '133504.133000', '133504.136000', '133504.139000', '133504.142000', '133504.145000', '133504.147000', '133504.150000', '133504.153000', '133504.156000', '133504.159000', '133504.162000', '133504.165000', '133504.168000', '133504.171000', '133504.174000', '133504.176000', '133504.179000', '133504.182000', '133504.185000', '133504.188000', '133504.191000', '133504.194000', '133504.197000', '133504.200000', '133504.203000', '133504.206000', '133504.209000', '133504.212000', '133504.215000', '133504.218000', '133504.220000', '133504.223000', '133504.226000', '133504.229000', '133504.232000', '133524.110000', '133524.119000', '133524.122000', '133524.125000', '133524.128000', '133524.131000', '133524.134000', '133524.137000', '133524.140000', '133524.142000', '133524.145000', '133524.149000', '133524.151000', '133524.154000', '133524.157000', '133524.160000', '133524.163000', '133524.166000', '133524.169000', '133524.172000', '133524.175000', '133524.178000', '133524.181000', '133524.184000', '133524.187000', '133524.190000', '133524.192000', '133524.195000', '133524.198000', '133524.201000', '133524.204000', '133524.207000', '133524.210000', '133524.213000', '133524.215000', '133524.218000', '133524.221000', '133524.224000', '133524.227000', '133524.230000', '133524.233000', '133524.236000', '133524.238000', '133524.241000', '133544.109000', '133544.112000', '133544.115000', '133544.118000', '133544.121000', '133544.124000', '133544.127000', '133544.129000', '133544.132000', '133544.135000', '133544.138000', '133544.141000', '133544.144000', '133544.147000', '133544.151000', '133544.154000', '133544.157000', '133544.160000', '133544.163000', '133544.165000', '133544.168000', '133544.171000', '133544.174000', '133544.177000', '133544.180000', '133544.183000', '133544.186000', '133544.189000', '133544.192000', '133544.195000', '133544.198000', '133544.201000', '133544.204000', '133544.207000', '133544.210000', '133544.213000', '133544.216000', '133544.219000', '133544.222000', '133544.225000', '133544.228000', '133544.231000', '133544.234000', '133604.109000', '133604.112000', '133604.116000', '133604.119000', '133604.122000', '133604.125000', '133604.128000', '133604.131000', '133604.134000', '133604.137000', '133604.140000', '133604.142000', '133604.145000', '133604.148000', '133604.151000', '133604.154000', '133604.157000', '133604.160000', '133604.163000', '133604.166000', '133604.169000', '133604.172000', '133604.175000', '133604.178000', '133604.181000', '133604.183000', '133604.186000', '133604.189000', '133604.192000', '133604.195000', '133604.198000', '133604.201000', '133604.204000', '133604.207000', '133604.210000', '133604.213000', '133604.216000', '133604.219000', '133604.221000', '133604.224000', '133604.227000', '133604.230000', '133604.233000', '133604.236000', '133624.109000', '133624.112000', '133624.115000', '133624.118000', '133624.121000', '133624.124000', '133624.127000', '133624.130000', '133624.133000', '133624.136000', '133624.138000', '133624.141000', '133624.144000', '133624.147000', '133624.150000', '133624.153000', '133624.156000', '133624.159000', '133624.162000', '133624.165000', '133624.168000', '133624.171000', '133624.174000', '133624.176000', '133624.179000', '133624.182000', '133624.185000', '133624.188000', '133624.191000', '133624.194000', '133624.197000', '133624.200000', '133624.203000', '133624.206000', '133624.209000', '133624.211000', '133624.214000', '133624.217000', '133624.220000', '133624.223000', '133624.226000', '133624.229000', '133624.232000', '133644.110000', '133644.121000', '133644.124000', '133644.127000', '133644.130000', '133644.133000', '133644.136000', '133644.139000', '133644.142000', '133644.145000', '133644.148000', '133644.151000', '133644.154000', '133644.157000', '133644.160000', '133644.163000', '133644.165000', '133644.168000', '133644.171000', '133644.174000', '133644.177000', '133644.180000', '133644.183000', '133644.186000', '133644.189000', '133644.191000', '133644.194000', '133644.197000', '133644.200000', '133644.203000', '133644.206000', '133644.209000', '133644.212000', '133644.215000', '133644.218000', '133644.221000', '133644.224000', '133644.227000', '133644.230000', '133644.232000', '133644.248000', '133644.251000', '133644.254000', '133644.256000', '133704.110000', '133704.113000', '133704.116000', '133704.119000', '133704.122000', '133704.125000', '133704.127000', '133704.130000', '133704.133000', '133704.136000', '133704.139000', '133704.142000', '133704.145000', '133704.148000', '133704.150000', '133704.154000', '133704.156000', '133704.159000', '133704.162000', '133704.165000', '133704.168000', '133704.171000', '133704.174000', '133704.177000', '133704.180000', '133704.183000', '133704.186000', '133704.190000', '133704.193000', '133704.196000', '133704.199000', '133704.202000', '133704.205000', '133704.208000', '133704.210000', '133704.213000', '133704.216000', '133704.219000', '133704.222000', '133704.225000', '133704.228000', '133704.231000', '133704.234000', '133724.110000', '133724.113000', '133724.116000', '133724.119000', '133724.122000', '133724.125000', '133724.127000', '133724.130000', '133724.133000', '133724.136000', '133724.139000', '133724.142000', '133724.145000', '133724.148000', '133724.152000', '133724.155000', '133724.158000', '133724.161000', '133724.164000', '133724.166000', '133724.169000', '133724.172000', '133724.175000', '133724.178000', '133724.181000', '133724.184000', '133724.187000', '133724.190000', '133724.192000', '133724.195000', '133724.198000', '133724.201000', '133724.204000', '133724.207000', '133724.210000', '133724.213000', '133724.216000', '133724.219000', '133724.222000', '133724.224000', '133724.227000', '133724.230000', '133724.233000', '133724.236000', '133744.110000', '133744.113000', '133744.116000', '133744.119000', '133744.122000', '133744.125000', '133744.128000', '133744.131000', '133744.134000', '133744.137000', '133744.140000', '133744.142000', '133744.145000', '133744.148000', '133744.151000', '133744.154000', '133744.157000', '133744.160000', '133744.163000', '133744.166000', '133744.169000', '133744.171000', '133744.175000', '133744.177000', '133744.180000', '133744.183000', '133744.186000', '133744.189000', '133744.192000', '133744.195000', '133744.198000', '133744.201000', '133744.204000', '133744.206000', '133744.209000', '133744.212000', '133744.215000', '133744.218000', '133744.221000', '133744.224000', '133744.227000', '133744.230000', '133744.233000', '133804.109000', '133804.112000', '133804.115000', '133804.118000', '133804.121000', '133804.124000', '133804.127000', '133804.130000', '133804.133000', '133804.135000', '133804.138000', '133804.141000', '133804.144000', '133804.147000', '133804.150000', '133804.153000', '133804.156000', '133804.159000', '133804.162000', '133804.165000', '133804.168000', '133804.171000', '133804.173000', '133804.177000', '133804.179000', '133804.182000', '133804.185000', '133804.188000', '133804.191000', '133804.194000', '133804.197000', '133804.200000', '133804.203000', '133804.205000', '133804.208000', '133804.211000', '133804.214000', '133804.217000', '133804.220000', '133804.223000', '133804.226000', '133804.229000', '133804.232000', '133804.235000', '133824.109000', '133824.112000', '133824.115000', '133824.118000', '133824.121000', '133824.124000', '133824.127000', '133824.140000', '133824.143000', '133824.146000', '133824.149000', '133824.152000', '133824.155000', '133824.158000', '133824.161000', '133824.164000', '133824.167000', '133824.170000', '133824.172000', '133824.175000', '133824.178000', '133824.181000', '133824.184000', '133824.187000', '133824.190000', '133824.193000', '133824.196000', '133824.199000', '133824.202000', '133824.205000', '133824.207000', '133824.210000', '133824.213000', '133824.216000', '133824.219000', '133824.222000', '133824.226000', '133824.229000', '133824.232000', '133824.235000', '133824.238000', '133824.241000', '133824.244000', '133844.109000', '133844.112000', '133844.115000', '133844.118000', '133844.121000', '133844.124000', '133844.127000', '133844.129000', '133844.132000', '133844.135000', '133844.138000', '133844.141000', '133844.144000', '133844.147000', '133844.150000', '133844.152000', '133844.155000', '133844.158000', '133844.161000', '133844.164000', '133844.167000', '133844.170000', '133844.173000', '133844.175000', '133844.178000', '133844.181000', '133844.184000', '133844.187000', '133844.191000', '133844.194000', '133844.197000', '133844.200000', '133844.203000', '133844.206000', '133844.209000', '133844.212000', '133844.215000', '133844.218000', '133844.221000', '133844.224000', '133844.226000', '133844.229000', '133844.232000', '133844.235000', '133904.110000', '133904.113000', '133904.116000', '133904.119000', '133904.122000', '133904.125000', '133904.128000', '133904.130000', '133904.133000', '133904.136000', '133904.139000', '133904.142000', '133904.145000', '133904.147000', '133904.150000', '133904.153000', '133904.156000', '133904.159000', '133904.162000', '133904.165000', '133904.168000', '133904.171000', '133904.174000', '133904.176000', '133904.179000', '133904.182000', '133904.185000', '133904.188000', '133904.191000', '133904.194000', '133904.197000', '133904.199000', '133904.202000', '133904.205000', '133904.208000', '133904.211000', '133904.214000', '133904.217000', '133904.220000', '133904.223000', '133904.225000', '133904.228000', '133904.231000', '133924.110000', '133924.113000', '133924.116000', '133924.119000', '133924.122000', '133924.125000', '133924.127000', '133924.130000', '133924.133000', '133924.136000', '133924.139000', '133924.142000', '133924.145000', '133924.148000', '133924.151000', '133924.153000', '133924.156000', '133924.159000', '133924.162000', '133924.165000', '133924.168000', '133924.171000', '133924.174000', '133924.177000', '133924.179000', '133924.182000', '133924.185000', '133924.188000', '133924.191000', '133924.194000', '133924.197000', '133924.199000', '133924.202000', '133924.205000', '133924.208000', '133924.211000', '133924.214000', '133924.217000', '133924.220000', '133924.223000', '133924.226000', '133924.228000', '133924.231000', '133924.234000', '133944.110000', '133944.113000', '133944.116000', '133944.119000', '133944.122000', '133944.125000', '133944.128000', '133944.130000', '133944.133000', '133944.136000', '133944.139000', '133944.142000', '133944.145000', '133944.148000', '133944.151000', '133944.154000', '133944.156000', '133944.159000', '133944.174000', '133944.177000', '133944.180000', '133944.183000', '133944.186000', '133944.188000', '133944.191000', '133944.194000', '133944.197000', '133944.200000', '133944.203000', '133944.206000', '133944.209000', '133944.212000', '133944.215000', '133944.217000', '133944.220000', '133944.223000', '133944.226000', '133944.229000', '133944.232000', '133944.235000', '133944.237000', '133944.240000', '133944.243000', '134004.110000', '134004.113000', '134004.116000', '134004.120000', '134004.123000', '134004.125000', '134004.128000', '134004.131000', '134004.134000', '134004.137000', '134004.140000', '134004.143000', '134004.146000', '134004.149000', '134004.152000', '134004.155000', '134004.158000', '134004.161000', '134004.163000', '134004.166000', '134004.169000', '134004.172000', '134004.175000', '134004.178000', '134004.181000', '134004.184000', '134004.187000', '134004.190000', '134004.193000', '134004.196000', '134004.198000', '134004.202000', '134004.204000', '134004.208000', '134004.211000', '134004.214000', '134004.217000', '134004.220000', '134004.222000', '134004.226000', '134004.228000', '134004.231000', '134004.234000', '134024.109000', '134024.112000', '134024.115000', '134024.118000', '134024.121000', '134024.124000', '134024.127000', '134024.130000', '134024.133000', '134024.136000', '134024.139000', '134024.142000', '134024.144000', '134024.147000', '134024.150000', '134024.153000', '134024.156000', '134024.159000', '134024.162000', '134024.165000', '134024.168000', '134024.171000', '134024.174000', '134024.177000', '134024.180000', '134024.182000', '134024.185000', '134024.188000', '134024.191000', '134024.194000', '134024.197000', '134024.200000', '134024.203000', '134024.206000', '134024.209000', '134024.212000', '134024.215000', '134024.217000', '134024.220000', '134024.223000', '134024.226000', '134024.229000', '134024.232000', '134024.235000', '134044.109000', '134044.112000', '134044.115000', '134044.118000', '134044.121000', '134044.124000', '134044.127000', '134044.130000', '134044.133000', '134044.138000', '134044.142000', '134044.145000', '134044.148000', '134044.151000', '134044.154000', '134044.157000', '134044.159000', '134044.162000', '134044.165000', '134044.168000', '134044.171000', '134044.174000', '134044.177000', '134044.180000', '134044.183000', '134044.186000', '134044.189000', '134044.191000', '134044.194000', '134044.197000', '134044.200000', '134044.203000', '134044.206000', '134044.209000', '134044.212000', '134044.215000', '134044.218000', '134044.220000', '134044.224000', '134044.226000', '134044.229000', '134044.232000', '134044.235000', '134104.109000', '134104.112000', '134104.115000', '134104.118000', '134104.121000', '134104.124000', '134104.127000', '134104.130000', '134104.133000', '134104.136000', '134104.139000', '134104.142000', '134104.144000', '134104.148000', '134104.150000', '134104.153000', '134104.156000', '134104.159000', '134104.162000', '134104.165000', '134104.168000', '134104.171000', '134104.174000', '134104.177000', '134104.180000', '134104.183000', '134104.186000', '134104.189000', '134104.192000', '134104.202000', '134104.205000', '134104.208000', '134104.211000', '134104.214000', '134104.217000', '134104.220000', '134104.222000', '134104.225000', '134104.228000', '134104.231000', '134104.234000', '134104.238000', '134104.241000', '134104.244000', '134124.110000', '134124.113000', '134124.116000', '134124.119000', '134124.122000', '134124.125000', '134124.128000', '134124.131000', '134124.133000', '134124.136000', '134124.139000', '134124.142000', '134124.145000', '134124.148000', '134124.151000', '134124.154000', '134124.157000', '134124.160000', '134124.163000', '134124.166000', '134124.169000', '134124.171000', '134124.174000', '134124.177000', '134124.180000', '134124.183000', '134124.186000', '134124.189000', '134124.192000', '134124.195000', '134124.198000', '134124.200000', '134124.203000', '134124.206000', '134124.209000', '134124.212000', '134124.215000', '134124.218000', '134124.221000', '134124.224000', '134124.227000', '134124.229000', '134124.232000', '134144.110000', '134144.113000', '134144.116000', '134144.119000', '134144.122000', '134144.125000', '134144.127000', '134144.130000', '134144.133000', '134144.136000', '134144.139000', '134144.142000', '134144.145000', '134144.148000', '134144.151000', '134144.154000', '134144.157000', '134144.159000', '134144.162000', '134144.165000', '134144.168000', '134144.171000', '134144.174000', '134144.177000', '134144.180000', '134144.183000', '134144.185000', '134144.188000', '134144.191000', '134144.194000', '134144.197000', '134144.200000', '134144.203000', '134144.206000', '134144.209000', '134144.212000', '134144.215000', '134144.218000', '134144.220000', '134144.223000', '134144.226000', '134144.229000', '134144.232000', '134144.235000', '134204.110000', '134204.113000', '134204.116000', '134204.119000', '134204.122000', '134204.125000', '134204.128000', '134204.131000', '134204.133000', '134204.136000', '134204.139000', '134204.142000', '134204.145000', '134204.148000', '134204.151000', '134204.154000', '134204.157000', '134204.160000', '134204.163000', '134204.166000', '134204.169000', '134204.172000', '134204.175000', '134204.178000', '134204.181000', '134204.184000', '134204.187000', '134204.189000', '134204.192000', '134204.195000', '134204.198000', '134204.201000', '134204.204000', '134204.207000', '134204.210000', '134204.212000', '134204.215000', '134204.218000', '134204.221000', '134204.230000', '134204.233000', '134204.236000', '134204.239000', '134224.109000', '134224.112000', '134224.115000', '134224.118000', '134224.121000', '134224.124000', '134224.127000', '134224.130000', '134224.133000', '134224.136000', '134224.139000', '134224.142000', '134224.156000', '134224.159000', '134224.162000', '134224.165000', '134224.168000', '134224.171000', '134224.174000', '134224.177000', '134224.180000', '134224.183000', '134224.186000', '134224.188000', '134224.191000', '134224.194000', '134224.197000', '134224.200000', '134224.203000', '134224.206000', '134224.209000', '134224.212000', '134224.215000', '134224.218000', '134224.221000', '134224.224000', '134224.227000', '134224.230000', '134224.233000', '134224.236000', '134224.238000', '134224.241000', '134224.244000', '134224.247000', '134244.109000', '134244.112000', '134244.123000', '134244.126000', '134244.129000', '134244.132000', '134244.135000', '134244.138000', '134244.141000', '134244.144000', '134244.147000', '134244.150000', '134244.153000', '134244.155000', '134244.158000', '134244.161000', '134244.164000', '134244.167000', '134244.170000', '134244.173000', '134244.176000', '134244.178000', '134244.181000', '134244.184000', '134244.187000', '134244.190000', '134244.193000', '134244.196000', '134244.199000', '134244.202000', '134244.205000', '134244.208000', '134244.211000', '134244.213000', '134244.216000', '134244.219000', '134244.222000', '134244.225000', '134244.228000', '134244.231000', '134244.234000', '134244.237000', '134244.239000', '134304.109000', '134304.112000', '134304.115000', '134304.118000', '134304.121000', '134304.124000', '134304.127000', '134304.130000', '134304.132000', '134304.135000', '134304.138000', '134304.141000', '134304.144000', '134304.147000', '134304.150000', '134304.153000', '134304.156000', '134304.159000', '134304.162000', '134304.165000', '134304.168000', '134304.170000', '134304.173000', '134304.176000', '134304.179000', '134304.182000', '134304.185000', '134304.188000', '134304.191000', '134304.194000', '134304.197000', '134304.199000', '134304.202000', '134304.205000', '134304.208000', '134304.211000', '134304.214000', '134304.217000', '134304.220000', '134304.223000', '134304.226000', '134304.228000', '134304.231000', '134304.234000', '134324.110000', '134324.113000', '134324.116000', '134324.119000', '134324.122000', '134324.125000', '134324.128000', '134324.131000', '134324.134000', '134324.137000', '134324.140000', '134324.143000', '134324.146000', '134324.149000', '134324.152000', '134324.155000', '134324.158000', '134324.161000', '134324.164000', '134324.167000', '134324.170000', '134324.172000', '134324.175000', '134324.178000', '134324.181000', '134324.184000', '134324.187000', '134324.190000', '134324.193000', '134324.196000', '134324.199000', '134324.202000', '134324.205000', '134324.208000', '134324.211000', '134324.214000', '134324.217000', '134324.220000', '134324.223000', '134324.225000', '134324.228000', '134324.231000', '134324.234000', '134344.110000', '134344.113000', '134344.116000', '134344.119000', '134344.122000', '134344.125000', '134344.128000', '134344.131000', '134344.134000', '134344.137000', '134344.140000', '134344.142000', '134344.145000', '134344.148000', '134344.151000', '134344.154000', '134344.157000', '134344.160000', '134344.163000', '134344.166000', '134344.169000', '134344.172000', '134344.175000', '134344.178000', '134344.181000', '134344.184000', '134344.186000', '134344.189000', '134344.192000', '134344.195000', '134344.198000', '134344.201000', '134344.204000', '134344.207000', '134344.210000', '134344.213000', '134344.216000', '134344.219000', '134344.222000', '134344.225000', '134344.228000', '134344.231000', '134344.234000', '134344.237000', '134404.110000', '134404.113000', '134404.116000', '134404.119000', '134404.122000', '134404.125000', '134404.128000', '134404.131000', '134404.134000', '134404.137000', '134404.140000', '134404.143000', '134404.146000', '134404.148000', '134404.152000', '134404.154000', '134404.157000', '134404.160000', '134404.163000', '134404.166000', '134404.169000', '134404.172000', '134404.175000', '134404.178000', '134404.181000', '134404.184000', '134404.187000', '134404.190000', '134404.193000', '134404.196000', '134404.199000', '134404.202000', '134404.204000', '134404.207000', '134404.213000', '134404.216000', '134404.220000', '134404.222000', '134404.226000', '134404.229000', '134404.232000', '134404.235000', '134404.237000', '134424.110000', '134424.113000', '134424.116000', '134424.119000', '134424.122000', '134424.125000', '134424.128000', '134424.131000', '134424.134000', '134424.137000', '134424.140000', '134424.143000', '134424.146000', '134424.149000', '134424.151000', '134424.154000', '134424.157000', '134424.160000', '134424.163000', '134424.166000', '134424.169000', '134424.172000', '134424.175000', '134424.178000', '134424.181000', '134424.184000', '134424.187000', '134424.190000', '134424.193000', '134424.195000', '134424.198000', '134424.201000', '134424.204000', '134424.207000', '134424.210000', '134424.213000', '134424.216000', '134424.219000', '134424.222000', '134424.225000', '134424.228000', '134424.231000', '134424.234000', '134424.237000', '134444.109000', '134444.112000', '134444.115000', '134444.118000', '134444.121000', '134444.131000', '134444.134000', '134444.137000', '134444.140000', '134444.143000', '134444.146000', '134444.148000', '134444.151000', '134444.154000', '134444.157000', '134444.160000', '134444.163000', '134444.166000', '134444.169000', '134444.172000', '134444.175000', '134444.179000', '134444.182000', '134444.185000', '134444.188000', '134444.191000', '134444.194000', '134444.197000', '134444.199000', '134444.202000', '134444.205000', '134444.208000', '134444.211000', '134444.222000', '134444.225000', '134444.228000', '134444.231000', '134444.234000', '134444.237000', '134444.240000', '134444.243000', '134444.246000', '134444.249000', '134504.109000', '134504.112000', '134504.115000', '134504.118000', '134504.121000', '134504.124000', '134504.127000', '134504.130000', '134504.133000', '134504.136000', '134504.139000', '134504.142000', '134504.145000', '134504.148000', '134504.151000', '134504.154000', '134504.157000', '134504.160000', '134504.163000', '134504.166000', '134504.169000', '134504.172000', '134504.175000', '134504.178000', '134504.180000', '134504.183000', '134504.186000', '134504.189000', '134504.192000', '134504.195000', '134504.198000', '134504.201000', '134504.204000', '134504.207000', '134504.210000', '134504.213000', '134504.216000', '134504.219000', '134504.222000', '134504.225000', '134504.228000', '134504.230000', '134504.234000', '134504.236000', '134524.109000', '134524.112000', '134524.115000', '134524.118000', '134524.121000', '134524.124000', '134524.127000', '134524.130000', '134524.133000', '134524.136000', '134524.139000', '134524.142000', '134524.145000', '134524.147000', '134524.150000', '134524.153000', '134524.156000', '134524.159000', '134524.162000', '134524.165000', '134524.168000', '134524.171000', '134524.174000', '134524.177000', '134524.180000', '134524.183000', '134524.186000', '134524.188000', '134524.192000', '134524.194000', '134524.197000', '134524.200000', '134524.203000', '134524.206000', '134524.210000', '134524.212000', '134524.215000', '134524.218000', '134524.221000', '134524.224000', '134524.227000', '134524.230000', '134524.233000', '134530.751000', '134530.754000', '134530.757000', '134530.760000', '134530.763000', '134530.766000', '134530.770000', '134530.773000', '134530.776000', '134530.780000', '134530.783000', '134530.787000', '134530.791000', '134530.797000', '134530.800000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616], 'LargestImagePixelValue': [7644, 8372, 10251, 8422, 8947, 7863, 8609, 7594, 8330, 6682, 8208, 7376, 7774, 7687, 7720, 8002, 7580, 7492, 7171, 7701, 6892, 8001, 6457, 8292, 7844, 8598, 8215, 8313, 8313, 8101, 8407, 7611, 7720, 7182, 8417, 6502, 8329, 7117, 8649, 7912, 8545, 7674, 8401, 7827, 8068, 7996, 8085, 7813, 7717, 7810, 7383, 8117, 7261, 7859, 6988, 9223, 6710, 8954, 7314, 9325, 7049, 9214, 8998, 8803, 7932, 8659, 7106, 8282, 7784, 7957, 8106, 8027, 7978, 7426, 7691, 7262, 7767, 6496, 7997, 6485, 8668, 8479, 8509, 9777, 8434, 8537, 8162, 7997, 7587, 8012, 7042, 8030, 6649, 7710, 6488, 8851, 6683, 8658, 8439, 8132, 8488, 7860, 7645, 6862, 8040, 6665, 8545, 6458, 7931, 6901, 7830, 8149, 7839, 7982, 7506, 8037, 6840, 7926, 6150, 7834, 6393, 8101, 6276, 8147, 8421, 8135, 8937, 8273, 8016, 7454, 7715, 6633, 8433, 6513, 8575, 6344, 8612, 8398, 8015, 7842, 7495, 7872, 6899, 7875, 6559, 7914, 6516, 8893, 7061, 8734, 9693, 8539, 9309, 8230, 8156, 7757, 8034, 7594, 7828, 7251, 7748, 6691, 7617, 6656, 8718, 6181, 8992, 9219, 8986, 9346, 8991, 7874, 8024, 8156, 6906, 7931, 6424, 8276, 6382, 8072, 8190, 7057, 7945, 7064, 7920, 6421, 8022, 6311, 8196, 6514, 8010, 6338, 8013, 7418, 8130, 8145, 7918, 8092, 7390, 9458, 6868, 8892, 6627, 8829, 8585, 8458, 8195, 8377, 8052, 7295, 8023, 6548, 8485, 6725, 8382, 6718, 7741, 7032, 7784, 8409, 7285, 8043, 7005, 8069, 6715, 7623, 6904, 8283, 7857, 8020, 8250, 8150, 8115, 8021, 7945, 7431, 7842, 7154, 7996, 6722, 8056, 7147, 8861, 6402, 8777, 8135, 8676, 8154, 8001, 8082, 7469, 7907, 6566, 7669, 6672, 7896, 7060, 7895, 7974, 7798, 8042, 7572, 7620, 6634, 7621, 6577, 7112, 6521, 8091, 6676, 8147, 8306, 8053, 7515, 7924, 7593, 7405, 7709, 6918, 8886, 6538, 8495, 8385, 8633, 7797, 8373, 8049, 7989, 7983, 7134, 7781, 6922, 8188, 6540, 8287, 7726, 8197, 8292, 7848, 7942, 7018, 7440, 6708, 8533, 6433, 8138, 7941, 8173, 7914, 7963, 7763, 7609, 7807, 6753, 8745, 6445, 9009, 7946, 8903, 7774, 8550, 7602, 7458, 7549, 6753, 7580, 6545, 8401, 6891, 7840, 6450, 7957, 8268, 7888, 7995, 7400, 7865, 6990, 7768, 6789, 8537, 8427, 8340, 8953, 7892, 7926, 8093, 7732, 7741, 7738, 7279, 8152, 6744, 8446, 6747, 8673, 8501, 8334, 7799, 7679, 7790, 6756, 8655, 6374, 8291, 7815, 8124, 7688, 7690, 7516, 6838, 7588, 6551, 8172, 6641, 7928, 6690, 7880, 8482, 7635, 7497, 7287, 7569, 6650, 7790, 6835, 8855, 8190, 8915, 9562, 8606, 8024, 8043, 7575, 7321, 8538, 6382, 8385, 7328, 8087, 7747, 7739, 7989, 6899, 7749, 6618, 8328, 6627, 8269, 7800, 7528, 7771, 7159, 7394, 6468, 7579, 6807, 8155, 7372, 8281, 7839, 8239, 7879, 7849, 7684, 7204, 8871, 7084, 8682, 6674, 8821, 8225, 8682, 7952, 7842, 7686, 6976, 7574, 6649, 8391, 6704, 8336, 8523, 8118, 8064, 7573, 7827, 6722, 7516, 6669, 8444, 6551, 8058, 6321, 8003, 8177, 7880, 8135, 7825, 8428, 7898, 7962, 7374, 7955, 6956, 7952, 7035, 7969, 6921, 7822, 6601, 8209, 6486, 8041, 6595, 7864, 7074, 7974, 7147, 9202, 7176, 9321, 7413, 8132, 7565, 7817, 7534, 7915, 7393, 8164, 7031, 7540, 6728, 7635, 6471, 7803, 6673, 8183, 6736, 7757, 7129, 7910, 6658, 7661, 7002, 8975, 6708, 8820, 8413, 8430, 7132, 8350, 7434, 8222, 8152, 8095, 7945, 7989, 7552, 7908, 7728, 7513, 7426, 7124, 7595, 6846, 8489, 6560, 8055, 7779, 8081, 7820, 7879, 7786, 6887, 7547, 6805, 8388, 6537, 8668, 7959, 8295, 7698, 8292, 7512, 7810, 7734, 6692, 7597, 6663, 8051, 7260, 8008, 7906, 7934, 7701, 6962, 7724, 6557, 7532, 6825, 7592, 6643, 7853, 7902, 7842, 7951, 7015, 7993, 6784, 7757, 6570, 8221, 6518, 8196, 8400, 8362, 7935, 7886, 7915, 7726, 7688, 7513, 7637, 7580, 7613, 7324, 7438, 6614, 8568, 6796, 8478, 8276, 8413, 8211, 8121, 8084, 8107, 7830, 8070, 7706, 7484, 7661, 7276, 7670, 7030, 7605, 7101, 7421, 6538, 8213, 6699, 8390, 7096, 8141, 7210, 8215, 8412, 8352, 7787, 8342, 7484, 8047, 7676, 7841, 7810, 7688, 7682, 7452, 7251, 7061, 8456, 6809, 8435, 6749, 8267, 8331, 8373, 8323, 8312, 8085, 7765, 7501, 7762, 7793, 7241, 7665, 7082, 7614, 6644, 7478, 6931, 7177, 6784, 8439, 6692, 8570, 7842, 8774, 8694, 8411, 7845, 8144, 7734, 7291, 7819, 6966, 8573, 6635, 8267, 7182, 8219, 8352, 7850, 7771, 7499, 7545, 6783, 7497, 6510, 8369, 6712, 8160, 7812, 8095, 8158, 7945, 7721, 7383, 7668, 6965, 7577, 7268, 8029, 7203, 8587, 6516, 8761, 8209, 8628, 8049, 8301, 7595, 7641, 7617, 7052, 7773, 6819, 8378, 6519, 8238, 8516, 8305, 7793, 7902, 7696, 7162, 7394, 6719, 8395, 6713, 8066, 6765, 8193, 7331, 7939, 7814, 7545, 7748, 7544, 7869, 7107, 8748, 6703, 8865, 8343, 8383, 7772, 7672, 7620, 6634, 8427, 6465, 7939, 7245, 7938, 8304, 7735, 7679, 6997, 7751, 6718, 7709, 6676, 8164, 6430, 7774, 7852, 7554, 7860, 7160, 7934, 6757, 7546, 6728, 8334, 6745, 8663, 9131, 8551, 7818, 8414, 7770, 8096, 7662, 7757, 7640, 7471, 7713, 6935, 8514, 6668, 8229, 7625, 8141, 8505, 8144, 8178, 7807, 7995, 7004, 7619, 6684, 8618, 7644, 8268, 7998, 8197, 7756, 7623, 7649, 6853, 8584, 6712, 8209, 6699, 8091, 7497, 8556, 7810, 8544, 7701, 8451, 7931, 7917, 7775, 6996, 8696, 7083, 8415, 6703, 8533, 7961, 8110, 7954, 7933, 7617, 7480, 7692, 7145, 7244, 6760, 8250, 6535, 8374, 8607, 8082, 8141, 7920, 7600, 7450, 7559, 6951, 7800, 6895, 8622, 6621, 8553, 6698, 8314, 6735, 8493, 8402, 8512, 7928, 8087, 7544, 7638, 7527, 6991, 8170, 6426, 8241, 8839, 8246, 8947, 8036, 7745, 7673, 7555, 7001, 7403, 6813, 8315, 6461, 8214, 6785, 8070, 6475, 8014, 7795, 7845, 7543, 7710, 7569, 7421, 7604, 7129, 8446, 6761, 8566, 8713, 8593, 8413, 7681, 8142, 6768, 8287, 7069, 7680, 6782, 8033, 6758, 8034, 6970, 8303, 7377, 7655, 7499, 8187, 7118, 8309, 6765, 8171, 6796, 8446, 6475, 8141, 6543, 8195, 9554, 8126, 9270, 8307, 7969, 7848, 8273, 6936, 8265, 6652, 8373, 6624, 8628, 6596, 8488, 6632, 8675, 6529, 8410, 6738, 8237, 7267, 8271, 8717, 8057, 9682, 7717, 8341, 7300, 8019, 6682, 8120, 6495, 8212, 6809, 7909, 6301, 7817, 6793, 7790, 6413, 7974, 6552, 6650, 8979, 8462, 7662, 8363, 7445, 8654, 7680, 8197, 6520, 8011, 6419, 8004, 6748, 8269, 7039, 8240, 6737, 8150, 8840, 8362, 7539, 8653, 6686, 8150, 6411, 8141, 6517, 7991, 7825, 7726, 6726, 7667, 7630, 7545, 7947, 7656, 8095, 7575, 8159, 7878, 8181, 7782, 8224, 7748, 8608, 7595, 8392, 6675, 8328, 6482, 8417, 6529, 7997, 7488, 7667, 8222, 7214, 8053, 6844, 8094, 6722, 8017, 6412, 8088, 6621, 8035, 6531, 7866, 6684, 7547, 6648, 7681, 8467, 7787, 8543, 7186, 8254, 6868, 8094, 6670, 8712, 6587, 8459, 8929, 8199, 8738, 7854, 8354, 7213, 8373, 6416, 8369, 6442, 8090, 6441, 7919, 6375, 7662, 9092, 7296, 8603, 6800, 8319, 6668, 8214, 6490, 7868, 9184, 7613, 8147, 7143, 8346, 6752, 8393, 6532, 8086, 6905, 8465, 6622, 8804, 6808, 8374, 6983, 8297, 8865, 7756, 9008, 7480, 8583, 7086, 8035, 6882, 8121, 7078, 8534, 7008, 8361, 7315, 8037, 8168, 7267, 8241, 6668, 7960, 6393, 7660, 6572, 7707, 6695, 8170, 6616, 8346, 7236, 8759, 7665, 7655, 7610, 8816, 7158, 8997, 6901, 9355, 6946, 8373, 6681, 8542, 6673, 8585, 6777, 8282, 6605, 7925, 6393, 7890, 6681, 8292, 6609, 8404, 8705, 7694, 9463, 8038, 7963, 7544, 8527, 7239, 8792, 7065, 8837, 6766, 8413, 6430, 8429, 6753, 8080, 6470, 7993, 8603, 7615, 9120, 7406, 7988, 6895, 8262, 7013, 8294, 6615, 8430, 6690, 8407, 6373, 8242, 6550, 8347, 6918, 8169, 6544, 7995, 6769, 7782, 9101, 7247, 8804, 7155, 8458, 6604, 8210, 6671, 8620, 6834, 8477, 8088, 8423, 8804, 8199, 8028, 7414, 9009, 6667, 8741, 6574, 8483, 6625, 8109, 6619, 7774, 6526, 7747, 6770, 7207, 7170, 6941, 8629, 6604, 8253, 6739, 8297, 6701, 8209, 6399, 7861, 9404, 7347, 8693, 6857, 8719, 6959, 8464, 6528, 8403, 6743, 8071, 8228, 7661, 8661, 7088, 8735, 6534, 8698, 6578, 8028, 8259, 6802, 8179, 6601, 8286, 6696, 8113, 6725, 8058, 7124, 6882, 8323, 6760, 8485, 6840, 8341, 6259, 8155, 6472, 7575, 8939, 6798, 8473, 6581, 8317, 6602, 8615, 6624, 8609, 6561, 8526, 9307, 8024, 8540, 7412, 8891, 7064, 8622, 6686, 9434, 6983, 8544, 6539, 8189, 6762, 7415, 7790, 6778, 7661, 6621, 7887, 6824, 8380, 6763, 8542, 6896, 8275, 6673, 8082, 6544, 8225, 8558, 7775, 9358, 7628, 8284, 7096, 7669, 6989, 8888, 7493, 9062, 7395, 9060, 6968, 8947, 6877, 8872, 7326, 8459, 6654, 8335, 7663, 8050, 9422, 7572, 9031, 7059, 8457, 6740, 8527, 6739, 8476, 6307, 8268, 6626, 8320, 6562, 8152, 6476, 7828, 6614, 7558, 6810, 7155, 8073, 7137, 8690, 7305, 8864, 6963, 8967, 6479, 8767, 6582, 8955, 6782, 8586, 6491, 8355, 6609, 8187, 6601, 7655, 7667, 7769, 9553, 7466, 8765, 6652, 8779, 6737, 8660, 6669, 8838, 6562, 8504, 6704, 8396, 6514, 8319, 6547, 7626, 7746, 7368, 7251, 7398, 8102, 7605, 7738, 7607, 7715, 7499, 8726, 7213, 8791, 6541, 8796, 6780, 8984, 6784, 8451, 6730, 8553, 7295, 8293, 6654, 8124, 6660, 7542, 7536, 6855, 8297, 6730, 7697, 6796, 8402, 6878, 8448, 6793, 8711, 6991, 8451, 6705, 8437, 6632, 8166, 8432, 7405, 7924, 7498, 8792, 7194, 8973, 6730, 9075, 6717, 8921, 6569, 8631, 6565, 8538, 6640, 8268, 6791, 7906, 8572, 7746, 8958, 7395, 9022, 6702, 9079, 6641, 9082, 6577, 8832, 6345, 8385, 6392, 8161, 8170, 7855, 8203, 8183, 7861, 7915, 7802, 8064, 7946, 8217, 6829, 8044, 9338, 7272, 9194, 6562, 9036, 6395, 8521, 6480, 8167, 6633, 7876, 6525, 7310, 7062, 6980, 7769, 6893, 8211, 6677, 8400, 6840, 8658, 6715, 9074, 6845, 8581, 6687, 8448, 6745, 8637, 6474, 8321, 6339, 8094, 7952, 7997, 10196, 8165, 9686, 8096, 8895, 7464, 9123, 6624, 9140, 6609, 9174, 6860, 8853, 6955, 8658, 6475, 8785, 6516, 8333, 7367, 8065, 9217, 8154, 8716, 7737, 8012, 7661, 8096, 7661, 9051, 6983, 9137, 6688, 9037, 6551, 9204, 6667, 9145, 6577, 8747, 6877, 8353, 7458, 8042, 7829, 7509, 9031, 6711, 8729, 6716, 8833, 6305, 8801, 6586, 8584, 6609, 7576, 7348, 7364, 8827, 7007, 9040, 6603, 9187, 6646, 8954, 6543, 8653, 7854, 8047, 9516, 7628, 9289, 6492, 9544, 6517, 9135, 6554, 8182, 9372, 6970, 8301, 6712, 8641, 6511, 8650, 7008, 8235, 6637, 8122, 6791, 7488, 9673, 6585, 8530, 6590, 8476, 6921, 8566, 6678, 8644, 7039], 'WindowCenter': [4149.0, 4135.0, 4140.0, 4116.0, 4114.0, 4102.0, 4100.0, 4089.0, 4100.0, 4080.0, 4100.0, 4089.0, 4089.0, 4090.0, 4101.0, 4101.0, 4102.0, 4104.0, 4104.0, 4116.0, 4105.0, 4116.0, 4094.0, 4117.0, 4115.0, 4127.0, 4115.0, 4115.0, 4103.0, 4101.0, 4102.0, 4115.0, 4116.0, 4105.0, 4100.0, 4067.0, 4100.0, 4093.0, 4125.0, 4115.0, 4128.0, 4103.0, 4113.0, 4115.0, 4115.0, 4102.0, 4103.0, 4102.0, 4101.0, 4101.0, 4102.0, 4101.0, 4091.0, 4102.0, 4092.0, 4123.0, 4092.0, 4113.0, 4092.0, 4124.0, 4093.0, 4124.0, 4113.0, 4113.0, 4101.0, 4101.0, 4079.0, 4100.0, 4089.0, 4101.0, 4102.0, 4102.0, 4114.0, 4104.0, 4103.0, 4092.0, 4092.0, 4080.0, 4100.0, 4069.0, 4111.0, 4100.0, 4101.0, 4123.0, 4101.0, 4100.0, 4100.0, 4100.0, 4090.0, 4100.0, 4090.0, 4101.0, 4092.0, 4104.0, 4082.0, 4113.0, 4092.0, 4114.0, 4114.0, 4104.0, 4113.0, 4103.0, 4103.0, 4081.0, 4101.0, 4092.0, 4114.0, 4080.0, 4102.0, 4091.0, 4102.0, 4101.0, 4101.0, 4102.0, 4092.0, 4102.0, 4080.0, 4102.0, 4070.0, 4102.0, 4081.0, 4103.0, 4081.0, 4102.0, 4102.0, 4103.0, 4112.0, 4102.0, 4100.0, 4090.0, 4090.0, 4080.0, 4102.0, 4080.0, 4113.0, 4081.0, 4112.0, 4102.0, 4102.0, 4102.0, 4091.0, 4103.0, 4093.0, 4103.0, 4081.0, 4103.0, 4082.0, 4112.0, 4092.0, 4113.0, 4112.0, 4112.0, 4111.0, 4101.0, 4100.0, 4090.0, 4100.0, 4090.0, 4090.0, 4090.0, 4091.0, 4079.0, 4091.0, 4081.0, 4111.0, 4070.0, 4112.0, 4111.0, 4112.0, 4110.0, 4100.0, 4100.0, 4101.0, 4101.0, 4092.0, 4102.0, 4080.0, 4101.0, 4080.0, 4101.0, 4100.0, 4090.0, 4102.0, 4092.0, 4102.0, 4081.0, 4103.0, 4082.0, 4115.0, 4083.0, 4104.0, 4083.0, 4104.0, 4092.0, 4103.0, 4102.0, 4102.0, 4103.0, 4091.0, 4112.0, 4080.0, 4111.0, 4079.0, 4110.0, 4100.0, 4101.0, 4101.0, 4101.0, 4101.0, 4090.0, 4101.0, 4080.0, 4113.0, 4080.0, 4103.0, 4080.0, 4102.0, 4090.0, 4101.0, 4111.0, 4091.0, 4103.0, 4093.0, 4103.0, 4092.0, 4102.0, 4091.0, 4103.0, 4101.0, 4102.0, 4101.0, 4101.0, 4101.0, 4101.0, 4101.0, 4091.0, 4100.0, 4091.0, 4101.0, 4081.0, 4102.0, 4080.0, 4113.0, 4081.0, 4111.0, 4100.0, 4111.0, 4100.0, 4101.0, 4101.0, 4090.0, 4101.0, 4091.0, 4100.0, 4080.0, 4102.0, 4091.0, 4101.0, 4102.0, 4101.0, 4103.0, 4102.0, 4091.0, 4081.0, 4091.0, 4080.0, 4092.0, 4069.0, 4101.0, 4079.0, 4102.0, 4101.0, 4103.0, 4093.0, 4103.0, 4102.0, 4091.0, 4091.0, 4090.0, 4111.0, 4079.0, 4111.0, 4101.0, 4101.0, 4090.0, 4101.0, 4100.0, 4100.0, 4100.0, 4079.0, 4090.0, 4079.0, 4101.0, 4080.0, 4102.0, 4090.0, 4099.0, 4100.0, 4100.0, 4100.0, 4091.0, 4091.0, 4079.0, 4101.0, 4079.0, 4100.0, 4089.0, 4100.0, 4100.0, 4101.0, 4101.0, 4090.0, 4101.0, 4080.0, 4111.0, 4079.0, 4111.0, 4100.0, 4112.0, 4091.0, 4111.0, 4101.0, 4091.0, 4101.0, 4081.0, 4102.0, 4081.0, 4114.0, 4092.0, 4102.0, 4081.0, 4102.0, 4112.0, 4102.0, 4103.0, 4092.0, 4102.0, 4091.0, 4102.0, 4080.0, 4112.0, 4100.0, 4101.0, 4099.0, 4100.0, 4100.0, 4100.0, 4091.0, 4090.0, 4089.0, 4090.0, 4100.0, 4079.0, 4101.0, 4080.0, 4112.0, 4111.0, 4100.0, 4090.0, 4091.0, 4091.0, 4080.0, 4110.0, 4080.0, 4101.0, 4090.0, 4100.0, 4090.0, 4101.0, 4089.0, 4079.0, 4090.0, 4079.0, 4102.0, 4081.0, 4104.0, 4091.0, 4114.0, 4113.0, 4103.0, 4103.0, 4103.0, 4103.0, 4092.0, 4103.0, 4093.0, 4124.0, 4102.0, 4112.0, 4111.0, 4101.0, 4090.0, 4089.0, 4088.0, 4089.0, 4098.0, 4068.0, 4101.0, 4090.0, 4100.0, 4089.0, 4101.0, 4101.0, 4091.0, 4102.0, 4081.0, 4112.0, 4081.0, 4112.0, 4102.0, 4103.0, 4103.0, 4091.0, 4091.0, 4080.0, 4102.0, 4080.0, 4102.0, 4091.0, 4102.0, 4102.0, 4102.0, 4102.0, 4101.0, 4101.0, 4091.0, 4112.0, 4079.0, 4111.0, 4079.0, 4111.0, 4100.0, 4100.0, 4100.0, 4100.0, 4090.0, 4080.0, 4090.0, 4079.0, 4101.0, 4079.0, 4099.0, 4099.0, 4099.0, 4089.0, 4088.0, 4088.0, 4067.0, 4078.0, 4067.0, 4099.0, 4068.0, 4089.0, 4069.0, 4102.0, 4101.0, 4101.0, 4101.0, 4091.0, 4100.0, 4089.0, 4089.0, 4089.0, 4089.0, 4080.0, 4101.0, 4081.0, 4101.0, 4091.0, 4091.0, 4081.0, 4102.0, 4082.0, 4102.0, 4082.0, 4104.0, 4093.0, 4104.0, 4093.0, 4112.0, 4081.0, 4111.0, 4090.0, 4090.0, 4089.0, 4090.0, 4090.0, 4101.0, 4090.0, 4101.0, 4080.0, 4089.0, 4078.0, 4089.0, 4080.0, 4101.0, 4092.0, 4113.0, 4082.0, 4103.0, 4092.0, 4102.0, 4081.0, 4092.0, 4090.0, 4112.0, 4080.0, 4112.0, 4101.0, 4100.0, 4080.0, 4100.0, 4089.0, 4099.0, 4089.0, 4090.0, 4100.0, 4101.0, 4101.0, 4101.0, 4090.0, 4090.0, 4090.0, 4079.0, 4090.0, 4079.0, 4099.0, 4079.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4091.0, 4091.0, 4079.0, 4100.0, 4068.0, 4100.0, 4099.0, 4099.0, 4090.0, 4101.0, 4090.0, 4090.0, 4101.0, 4081.0, 4101.0, 4080.0, 4102.0, 4090.0, 4102.0, 4101.0, 4102.0, 4102.0, 4092.0, 4103.0, 4082.0, 4104.0, 4093.0, 4104.0, 4093.0, 4114.0, 4102.0, 4114.0, 4114.0, 4093.0, 4102.0, 4082.0, 4102.0, 4081.0, 4113.0, 4082.0, 4113.0, 4102.0, 4100.0, 4100.0, 4101.0, 4101.0, 4102.0, 4101.0, 4092.0, 4103.0, 4100.0, 4103.0, 4092.0, 4092.0, 4080.0, 4112.0, 4078.0, 4101.0, 4100.0, 4101.0, 4099.0, 4100.0, 4100.0, 4100.0, 4090.0, 4100.0, 4090.0, 4090.0, 4089.0, 4091.0, 4091.0, 4092.0, 4102.0, 4091.0, 4092.0, 4081.0, 4102.0, 4080.0, 4113.0, 4080.0, 4102.0, 4090.0, 4100.0, 4099.0, 4100.0, 4091.0, 4102.0, 4091.0, 4090.0, 4089.0, 4088.0, 4090.0, 4090.0, 4102.0, 4092.0, 4092.0, 4089.0, 4101.0, 4080.0, 4112.0, 4081.0, 4102.0, 4101.0, 4101.0, 4100.0, 4100.0, 4090.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4089.0, 4078.0, 4088.0, 4078.0, 4089.0, 4080.0, 4091.0, 4080.0, 4101.0, 4080.0, 4112.0, 4101.0, 4112.0, 4100.0, 4099.0, 4100.0, 4090.0, 4089.0, 4089.0, 4089.0, 4078.0, 4099.0, 4067.0, 4099.0, 4077.0, 4088.0, 4098.0, 4089.0, 4090.0, 4090.0, 4090.0, 4079.0, 4090.0, 4069.0, 4101.0, 4080.0, 4112.0, 4102.0, 4101.0, 4101.0, 4101.0, 4090.0, 4090.0, 4089.0, 4091.0, 4091.0, 4090.0, 4101.0, 4090.0, 4101.0, 4069.0, 4100.0, 4100.0, 4100.0, 4089.0, 4099.0, 4089.0, 4089.0, 4089.0, 4079.0, 4090.0, 4078.0, 4101.0, 4069.0, 4100.0, 4099.0, 4100.0, 4089.0, 4100.0, 4089.0, 4077.0, 4089.0, 4079.0, 4100.0, 4079.0, 4101.0, 4079.0, 4101.0, 4089.0, 4100.0, 4090.0, 4089.0, 4101.0, 4091.0, 4102.0, 4091.0, 4113.0, 4080.0, 4112.0, 4112.0, 4100.0, 4091.0, 4090.0, 4091.0, 4080.0, 4101.0, 4069.0, 4101.0, 4090.0, 4101.0, 4101.0, 4100.0, 4090.0, 4091.0, 4102.0, 4080.0, 4102.0, 4092.0, 4114.0, 4083.0, 4104.0, 4114.0, 4102.0, 4103.0, 4092.0, 4103.0, 4081.0, 4102.0, 4081.0, 4111.0, 4080.0, 4112.0, 4111.0, 4101.0, 4091.0, 4099.0, 4090.0, 4089.0, 4089.0, 4089.0, 4090.0, 4089.0, 4090.0, 4079.0, 4101.0, 4080.0, 4101.0, 4089.0, 4100.0, 4100.0, 4100.0, 4100.0, 4089.0, 4089.0, 4077.0, 4088.0, 4078.0, 4100.0, 4089.0, 4098.0, 4088.0, 4098.0, 4088.0, 4088.0, 4088.0, 4078.0, 4099.0, 4078.0, 4099.0, 4078.0, 4099.0, 4088.0, 4110.0, 4090.0, 4111.0, 4091.0, 4101.0, 4100.0, 4099.0, 4089.0, 4079.0, 4100.0, 4079.0, 4099.0, 4079.0, 4100.0, 4089.0, 4099.0, 4088.0, 4089.0, 4089.0, 4092.0, 4091.0, 4080.0, 4090.0, 4079.0, 4100.0, 4067.0, 4099.0, 4101.0, 4100.0, 4089.0, 4088.0, 4088.0, 4077.0, 4087.0, 4077.0, 4089.0, 4078.0, 4111.0, 4078.0, 4100.0, 4078.0, 4100.0, 4079.0, 4100.0, 4099.0, 4100.0, 4090.0, 4100.0, 4090.0, 4090.0, 4091.0, 4079.0, 4101.0, 4068.0, 4100.0, 4099.0, 4099.0, 4098.0, 4088.0, 4087.0, 4088.0, 4087.0, 4077.0, 4078.0, 4078.0, 4100.0, 4080.0, 4101.0, 4078.0, 4101.0, 4079.0, 4099.0, 4102.0, 4102.0, 4102.0, 4102.0, 4102.0, 4092.0, 4092.0, 4091.0, 4101.0, 4079.0, 4111.0, 4100.0, 4100.0, 4100.0, 4089.0, 4089.0, 4078.0, 4100.0, 4079.0, 4089.0, 4078.0, 4091.0, 4079.0, 4101.0, 4081.0, 4101.0, 4090.0, 4091.0, 4091.0, 4101.0, 4079.0, 4101.0, 4080.0, 4102.0, 4081.0, 4102.0, 4068.0, 4100.0, 4068.0, 4100.0, 4109.0, 4090.0, 4099.0, 4088.0, 4089.0, 4088.0, 4100.0, 4079.0, 4100.0, 4080.0, 4101.0, 4080.0, 4101.0, 4080.0, 4101.0, 4080.0, 4103.0, 4070.0, 4102.0, 4081.0, 4102.0, 4090.0, 4102.0, 4100.0, 4090.0, 4110.0, 4090.0, 4100.0, 4090.0, 4090.0, 4078.0, 4089.0, 4069.0, 4100.0, 4079.0, 4089.0, 4067.0, 4089.0, 4080.0, 4091.0, 4080.0, 4102.0, 4070.0, 4080.0, 4112.0, 4100.0, 4090.0, 4101.0, 4092.0, 4113.0, 4092.0, 4103.0, 4072.0, 4103.0, 4080.0, 4102.0, 4080.0, 4102.0, 4080.0, 4101.0, 4080.0, 4101.0, 4101.0, 4101.0, 4088.0, 4100.0, 4078.0, 4089.0, 4067.0, 4089.0, 4068.0, 4101.0, 4090.0, 4091.0, 4080.0, 4102.0, 4089.0, 4090.0, 4089.0, 4090.0, 4101.0, 4091.0, 4101.0, 4102.0, 4101.0, 4091.0, 4100.0, 4090.0, 4100.0, 4090.0, 4100.0, 4079.0, 4100.0, 4069.0, 4100.0, 4069.0, 4101.0, 4090.0, 4091.0, 4100.0, 4090.0, 4100.0, 4080.0, 4102.0, 4082.0, 4103.0, 4080.0, 4101.0, 4080.0, 4103.0, 4081.0, 4102.0, 4081.0, 4093.0, 4082.0, 4102.0, 4101.0, 4091.0, 4101.0, 4092.0, 4102.0, 4080.0, 4090.0, 4080.0, 4100.0, 4068.0, 4099.0, 4099.0, 4100.0, 4099.0, 4090.0, 4099.0, 4090.0, 4100.0, 4070.0, 4101.0, 4081.0, 4103.0, 4082.0, 4103.0, 4083.0, 4103.0, 4112.0, 4092.0, 4102.0, 4080.0, 4100.0, 4079.0, 4100.0, 4068.0, 4100.0, 4109.0, 4091.0, 4089.0, 4079.0, 4100.0, 4080.0, 4100.0, 4079.0, 4102.0, 4080.0, 4102.0, 4080.0, 4111.0, 4081.0, 4102.0, 4081.0, 4102.0, 4112.0, 4092.0, 4112.0, 4092.0, 4100.0, 4091.0, 4101.0, 4079.0, 4090.0, 4078.0, 4099.0, 4077.0, 4088.0, 4077.0, 4088.0, 4088.0, 4078.0, 4100.0, 4080.0, 4089.0, 4069.0, 4090.0, 4081.0, 4090.0, 4081.0, 4113.0, 4094.0, 4115.0, 4093.0, 4113.0, 4103.0, 4091.0, 4101.0, 4113.0, 4092.0, 4112.0, 4092.0, 4112.0, 4080.0, 4099.0, 4079.0, 4099.0, 4067.0, 4099.0, 4067.0, 4089.0, 4068.0, 4090.0, 4069.0, 4100.0, 4078.0, 4102.0, 4079.0, 4100.0, 4099.0, 4091.0, 4110.0, 4087.0, 4090.0, 4088.0, 4098.0, 4078.0, 4098.0, 4079.0, 4101.0, 4068.0, 4089.0, 4068.0, 4100.0, 4079.0, 4101.0, 4068.0, 4089.0, 4100.0, 4090.0, 4100.0, 4090.0, 4089.0, 4079.0, 4100.0, 4080.0, 4101.0, 4081.0, 4101.0, 4080.0, 4101.0, 4081.0, 4101.0, 4080.0, 4102.0, 4080.0, 4102.0, 4070.0, 4102.0, 4080.0, 4091.0, 4111.0, 4090.0, 4114.0, 4095.0, 4116.0, 4093.0, 4115.0, 4095.0, 4113.0, 4080.0, 4113.0, 4101.0, 4100.0, 4098.0, 4100.0, 4100.0, 4089.0, 4098.0, 4079.0, 4098.0, 4079.0, 4100.0, 4079.0, 4100.0, 4080.0, 4101.0, 4081.0, 4103.0, 4082.0, 4094.0, 4093.0, 4093.0, 4112.0, 4082.0, 4102.0, 4081.0, 4102.0, 4080.0, 4101.0, 4070.0, 4090.0, 4110.0, 4090.0, 4099.0, 4069.0, 4100.0, 4078.0, 4088.0, 4067.0, 4099.0, 4067.0, 4090.0, 4099.0, 4090.0, 4099.0, 4080.0, 4100.0, 4069.0, 4100.0, 4078.0, 4101.0, 4100.0, 4079.0, 4101.0, 4079.0, 4101.0, 4081.0, 4101.0, 4081.0, 4102.0, 4090.0, 4091.0, 4101.0, 4081.0, 4111.0, 4079.0, 4101.0, 4071.0, 4101.0, 4069.0, 4090.0, 4100.0, 4079.0, 4100.0, 4080.0, 4101.0, 4080.0, 4101.0, 4080.0, 4112.0, 4081.0, 4113.0, 4111.0, 4101.0, 4101.0, 4090.0, 4111.0, 4080.0, 4100.0, 4079.0, 4110.0, 4078.0, 4099.0, 4068.0, 4087.0, 4066.0, 4078.0, 4088.0, 4079.0, 4089.0, 4079.0, 4100.0, 4081.0, 4101.0, 4080.0, 4111.0, 4091.0, 4101.0, 4080.0, 4101.0, 4069.0, 4101.0, 4100.0, 4089.0, 4099.0, 4090.0, 4088.0, 4077.0, 4088.0, 4078.0, 4100.0, 4090.0, 4110.0, 4091.0, 4111.0, 4082.0, 4111.0, 4081.0, 4112.0, 4078.0, 4101.0, 4079.0, 4089.0, 4077.0, 4089.0, 4098.0, 4078.0, 4097.0, 4075.0, 4086.0, 4076.0, 4098.0, 4078.0, 4098.0, 4068.0, 4099.0, 4078.0, 4099.0, 4079.0, 4101.0, 4069.0, 4091.0, 4079.0, 4091.0, 4080.0, 4091.0, 4101.0, 4091.0, 4112.0, 4092.0, 4110.0, 4080.0, 4111.0, 4069.0, 4099.0, 4079.0, 4110.0, 4079.0, 4101.0, 4069.0, 4099.0, 4068.0, 4100.0, 4068.0, 4090.0, 4089.0, 4089.0, 4110.0, 4079.0, 4099.0, 4079.0, 4099.0, 4078.0, 4098.0, 4078.0, 4101.0, 4068.0, 4100.0, 4079.0, 4100.0, 4069.0, 4101.0, 4068.0, 4089.0, 4090.0, 4090.0, 4079.0, 4090.0, 4099.0, 4091.0, 4090.0, 4102.0, 4091.0, 4092.0, 4113.0, 4092.0, 4113.0, 4082.0, 4102.0, 4080.0, 4100.0, 4079.0, 4099.0, 4080.0, 4100.0, 4078.0, 4100.0, 4078.0, 4089.0, 4078.0, 4089.0, 4088.0, 4078.0, 4099.0, 4081.0, 4090.0, 4080.0, 4102.0, 4080.0, 4102.0, 4081.0, 4112.0, 4080.0, 4101.0, 4079.0, 4102.0, 4078.0, 4101.0, 4099.0, 4089.0, 4088.0, 4089.0, 4099.0, 4079.0, 4110.0, 4079.0, 4110.0, 4079.0, 4110.0, 4079.0, 4100.0, 4079.0, 4112.0, 4080.0, 4101.0, 4080.0, 4091.0, 4101.0, 4090.0, 4111.0, 4089.0, 4100.0, 4069.0, 4099.0, 4068.0, 4099.0, 4067.0, 4100.0, 4069.0, 4100.0, 4069.0, 4100.0, 4088.0, 4089.0, 4099.0, 4100.0, 4101.0, 4102.0, 4090.0, 4101.0, 4090.0, 4100.0, 4080.0, 4101.0, 4110.0, 4080.0, 4111.0, 4079.0, 4100.0, 4070.0, 4101.0, 4071.0, 4103.0, 4080.0, 4101.0, 4069.0, 4091.0, 4080.0, 4091.0, 4101.0, 4093.0, 4102.0, 4082.0, 4113.0, 4093.0, 4113.0, 4080.0, 4100.0, 4080.0, 4100.0, 4079.0, 4100.0, 4081.0, 4113.0, 4070.0, 4100.0, 4070.0, 4101.0, 4100.0, 4101.0, 4121.0, 4099.0, 4109.0, 4088.0, 4099.0, 4078.0, 4097.0, 4068.0, 4109.0, 4079.0, 4110.0, 4080.0, 4111.0, 4080.0, 4100.0, 4069.0, 4112.0, 4080.0, 4100.0, 4079.0, 4090.0, 4099.0, 4089.0, 4098.0, 4078.0, 4088.0, 4089.0, 4089.0, 4089.0, 4099.0, 4091.0, 4111.0, 4080.0, 4111.0, 4070.0, 4110.0, 4079.0, 4110.0, 4079.0, 4101.0, 4079.0, 4089.0, 4079.0, 4089.0, 4088.0, 4077.0, 4099.0, 4079.0, 4100.0, 4079.0, 4111.0, 4070.0, 4112.0, 4080.0, 4112.0, 4080.0, 4091.0, 4091.0, 4090.0, 4100.0, 4080.0, 4111.0, 4080.0, 4112.0, 4079.0, 4110.0, 4069.0, 4100.0, 4088.0, 4100.0, 4111.0, 4089.0, 4109.0, 4068.0, 4110.0, 4068.0, 4112.0, 4079.0, 4102.0, 4111.0, 4091.0, 4101.0, 4081.0, 4101.0, 4080.0, 4101.0, 4080.0, 4101.0, 4080.0, 4101.0, 4080.0, 4091.0, 4111.0, 4081.0, 4101.0, 4080.0, 4101.0, 4079.0, 4102.0, 4080.0, 4102.0, 4079.0], 'WindowWidth': [9239.0, 9207.0, 9203.0, 9162.0, 9156.0, 9134.0, 9130.0, 9114.0, 9129.0, 9103.0, 9128.0, 9113.0, 9115.0, 9117.0, 9134.0, 9135.0, 9137.0, 9144.0, 9143.0, 9161.0, 9147.0, 9162.0, 9130.0, 9163.0, 9158.0, 9178.0, 9160.0, 9159.0, 9140.0, 9135.0, 9137.0, 9158.0, 9163.0, 9147.0, 9129.0, 9081.0, 9129.0, 9127.0, 9172.0, 9159.0, 9181.0, 9142.0, 9153.0, 9161.0, 9160.0, 9137.0, 9138.0, 9137.0, 9134.0, 9133.0, 9138.0, 9135.0, 9122.0, 9137.0, 9123.0, 9166.0, 9123.0, 9152.0, 9122.0, 9170.0, 9128.0, 9167.0, 9151.0, 9152.0, 9132.0, 9133.0, 9101.0, 9129.0, 9115.0, 9133.0, 9136.0, 9138.0, 9156.0, 9144.0, 9139.0, 9122.0, 9122.0, 9104.0, 9131.0, 9089.0, 9146.0, 9129.0, 9131.0, 9163.0, 9131.0, 9129.0, 9128.0, 9129.0, 9116.0, 9131.0, 9118.0, 9136.0, 9124.0, 9142.0, 9112.0, 9155.0, 9124.0, 9156.0, 9158.0, 9142.0, 9154.0, 9140.0, 9139.0, 9107.0, 9134.0, 9124.0, 9155.0, 9106.0, 9137.0, 9121.0, 9135.0, 9134.0, 9134.0, 9138.0, 9123.0, 9137.0, 9104.0, 9135.0, 9093.0, 9136.0, 9108.0, 9139.0, 9109.0, 9137.0, 9136.0, 9139.0, 9150.0, 9136.0, 9130.0, 9118.0, 9118.0, 9104.0, 9137.0, 9105.0, 9152.0, 9109.0, 9149.0, 9137.0, 9136.0, 9135.0, 9121.0, 9140.0, 9125.0, 9140.0, 9109.0, 9139.0, 9110.0, 9151.0, 9123.0, 9153.0, 9149.0, 9148.0, 9145.0, 9131.0, 9132.0, 9117.0, 9131.0, 9117.0, 9117.0, 9116.0, 9119.0, 9102.0, 9118.0, 9104.0, 9146.0, 9093.0, 9148.0, 9146.0, 9148.0, 9144.0, 9128.0, 9130.0, 9132.0, 9133.0, 9125.0, 9136.0, 9104.0, 9133.0, 9103.0, 9131.0, 9133.0, 9118.0, 9138.0, 9124.0, 9139.0, 9109.0, 9140.0, 9112.0, 9159.0, 9115.0, 9143.0, 9112.0, 9141.0, 9124.0, 9138.0, 9136.0, 9138.0, 9139.0, 9120.0, 9148.0, 9103.0, 9146.0, 9101.0, 9143.0, 9131.0, 9133.0, 9134.0, 9132.0, 9132.0, 9117.0, 9133.0, 9104.0, 9152.0, 9105.0, 9138.0, 9105.0, 9136.0, 9119.0, 9135.0, 9149.0, 9123.0, 9140.0, 9127.0, 9139.0, 9124.0, 9137.0, 9121.0, 9139.0, 9134.0, 9137.0, 9134.0, 9133.0, 9132.0, 9131.0, 9133.0, 9119.0, 9132.0, 9119.0, 9134.0, 9108.0, 9136.0, 9104.0, 9151.0, 9107.0, 9148.0, 9132.0, 9145.0, 9132.0, 9133.0, 9132.0, 9117.0, 9133.0, 9122.0, 9131.0, 9104.0, 9139.0, 9120.0, 9134.0, 9137.0, 9136.0, 9140.0, 9136.0, 9120.0, 9106.0, 9120.0, 9106.0, 9122.0, 9088.0, 9134.0, 9103.0, 9136.0, 9135.0, 9141.0, 9127.0, 9139.0, 9137.0, 9120.0, 9120.0, 9118.0, 9147.0, 9104.0, 9146.0, 9133.0, 9133.0, 9119.0, 9133.0, 9131.0, 9130.0, 9130.0, 9102.0, 9117.0, 9102.0, 9134.0, 9104.0, 9135.0, 9118.0, 9129.0, 9130.0, 9128.0, 9131.0, 9121.0, 9123.0, 9101.0, 9132.0, 9100.0, 9129.0, 9115.0, 9130.0, 9132.0, 9133.0, 9133.0, 9119.0, 9135.0, 9105.0, 9146.0, 9102.0, 9146.0, 9131.0, 9148.0, 9119.0, 9147.0, 9134.0, 9122.0, 9134.0, 9109.0, 9139.0, 9109.0, 9155.0, 9125.0, 9137.0, 9109.0, 9138.0, 9150.0, 9137.0, 9138.0, 9122.0, 9136.0, 9121.0, 9137.0, 9106.0, 9148.0, 9131.0, 9131.0, 9128.0, 9130.0, 9130.0, 9131.0, 9118.0, 9116.0, 9115.0, 9117.0, 9132.0, 9102.0, 9134.0, 9106.0, 9150.0, 9148.0, 9130.0, 9119.0, 9119.0, 9119.0, 9103.0, 9145.0, 9105.0, 9133.0, 9116.0, 9131.0, 9117.0, 9133.0, 9115.0, 9103.0, 9116.0, 9103.0, 9136.0, 9108.0, 9143.0, 9124.0, 9157.0, 9155.0, 9140.0, 9140.0, 9140.0, 9140.0, 9126.0, 9142.0, 9126.0, 9168.0, 9136.0, 9149.0, 9147.0, 9131.0, 9116.0, 9114.0, 9112.0, 9113.0, 9125.0, 9084.0, 9133.0, 9117.0, 9129.0, 9116.0, 9133.0, 9134.0, 9121.0, 9138.0, 9108.0, 9150.0, 9108.0, 9149.0, 9138.0, 9140.0, 9139.0, 9122.0, 9120.0, 9105.0, 9135.0, 9105.0, 9138.0, 9122.0, 9136.0, 9136.0, 9136.0, 9137.0, 9133.0, 9133.0, 9120.0, 9150.0, 9102.0, 9146.0, 9103.0, 9147.0, 9132.0, 9131.0, 9131.0, 9131.0, 9118.0, 9103.0, 9117.0, 9101.0, 9134.0, 9101.0, 9126.0, 9128.0, 9126.0, 9115.0, 9111.0, 9111.0, 9080.0, 9096.0, 9081.0, 9127.0, 9086.0, 9113.0, 9088.0, 9134.0, 9135.0, 9135.0, 9134.0, 9118.0, 9128.0, 9113.0, 9114.0, 9113.0, 9114.0, 9103.0, 9133.0, 9105.0, 9131.0, 9118.0, 9119.0, 9106.0, 9134.0, 9109.0, 9137.0, 9110.0, 9141.0, 9125.0, 9142.0, 9126.0, 9149.0, 9105.0, 9145.0, 9116.0, 9116.0, 9114.0, 9116.0, 9116.0, 9131.0, 9119.0, 9133.0, 9102.0, 9113.0, 9099.0, 9115.0, 9103.0, 9133.0, 9123.0, 9151.0, 9110.0, 9140.0, 9123.0, 9137.0, 9107.0, 9121.0, 9117.0, 9147.0, 9104.0, 9148.0, 9131.0, 9130.0, 9104.0, 9129.0, 9114.0, 9126.0, 9115.0, 9115.0, 9131.0, 9133.0, 9135.0, 9133.0, 9118.0, 9116.0, 9117.0, 9101.0, 9115.0, 9099.0, 9126.0, 9101.0, 9114.0, 9113.0, 9113.0, 9113.0, 9113.0, 9114.0, 9121.0, 9120.0, 9101.0, 9129.0, 9085.0, 9129.0, 9128.0, 9129.0, 9117.0, 9132.0, 9118.0, 9117.0, 9133.0, 9107.0, 9134.0, 9104.0, 9136.0, 9119.0, 9135.0, 9133.0, 9134.0, 9135.0, 9123.0, 9139.0, 9111.0, 9143.0, 9128.0, 9144.0, 9127.0, 9156.0, 9140.0, 9156.0, 9159.0, 9128.0, 9138.0, 9110.0, 9138.0, 9108.0, 9153.0, 9110.0, 9154.0, 9137.0, 9131.0, 9130.0, 9134.0, 9133.0, 9135.0, 9135.0, 9123.0, 9138.0, 9133.0, 9138.0, 9122.0, 9122.0, 9105.0, 9149.0, 9100.0, 9134.0, 9131.0, 9131.0, 9128.0, 9130.0, 9129.0, 9128.0, 9117.0, 9130.0, 9117.0, 9118.0, 9116.0, 9119.0, 9119.0, 9123.0, 9136.0, 9120.0, 9122.0, 9108.0, 9136.0, 9105.0, 9152.0, 9104.0, 9135.0, 9118.0, 9130.0, 9129.0, 9131.0, 9120.0, 9135.0, 9120.0, 9116.0, 9114.0, 9112.0, 9116.0, 9116.0, 9136.0, 9123.0, 9123.0, 9114.0, 9134.0, 9105.0, 9149.0, 9106.0, 9136.0, 9133.0, 9131.0, 9132.0, 9131.0, 9115.0, 9114.0, 9114.0, 9114.0, 9113.0, 9112.0, 9112.0, 9098.0, 9111.0, 9099.0, 9115.0, 9103.0, 9119.0, 9104.0, 9134.0, 9104.0, 9149.0, 9133.0, 9148.0, 9131.0, 9128.0, 9130.0, 9115.0, 9114.0, 9114.0, 9113.0, 9097.0, 9125.0, 9080.0, 9124.0, 9095.0, 9110.0, 9123.0, 9112.0, 9115.0, 9117.0, 9117.0, 9101.0, 9118.0, 9088.0, 9132.0, 9105.0, 9150.0, 9137.0, 9134.0, 9134.0, 9131.0, 9117.0, 9115.0, 9115.0, 9119.0, 9119.0, 9117.0, 9134.0, 9118.0, 9131.0, 9087.0, 9128.0, 9131.0, 9129.0, 9112.0, 9128.0, 9114.0, 9114.0, 9114.0, 9101.0, 9118.0, 9099.0, 9132.0, 9087.0, 9129.0, 9126.0, 9128.0, 9115.0, 9129.0, 9113.0, 9094.0, 9112.0, 9100.0, 9128.0, 9101.0, 9131.0, 9101.0, 9133.0, 9114.0, 9131.0, 9118.0, 9116.0, 9133.0, 9119.0, 9135.0, 9121.0, 9152.0, 9105.0, 9147.0, 9151.0, 9131.0, 9119.0, 9117.0, 9121.0, 9102.0, 9132.0, 9089.0, 9132.0, 9116.0, 9133.0, 9134.0, 9132.0, 9118.0, 9120.0, 9136.0, 9106.0, 9138.0, 9126.0, 9157.0, 9114.0, 9142.0, 9159.0, 9140.0, 9142.0, 9127.0, 9141.0, 9109.0, 9137.0, 9108.0, 9147.0, 9105.0, 9147.0, 9147.0, 9131.0, 9119.0, 9127.0, 9116.0, 9114.0, 9113.0, 9113.0, 9116.0, 9114.0, 9118.0, 9103.0, 9134.0, 9104.0, 9134.0, 9116.0, 9131.0, 9130.0, 9129.0, 9129.0, 9112.0, 9112.0, 9095.0, 9110.0, 9096.0, 9129.0, 9114.0, 9125.0, 9112.0, 9123.0, 9111.0, 9109.0, 9110.0, 9097.0, 9126.0, 9096.0, 9125.0, 9099.0, 9128.0, 9113.0, 9145.0, 9119.0, 9148.0, 9119.0, 9131.0, 9129.0, 9127.0, 9115.0, 9101.0, 9129.0, 9100.0, 9126.0, 9100.0, 9128.0, 9114.0, 9126.0, 9112.0, 9113.0, 9115.0, 9121.0, 9119.0, 9102.0, 9116.0, 9100.0, 9128.0, 9083.0, 9126.0, 9132.0, 9129.0, 9113.0, 9111.0, 9111.0, 9095.0, 9108.0, 9094.0, 9112.0, 9096.0, 9145.0, 9099.0, 9130.0, 9098.0, 9129.0, 9101.0, 9129.0, 9128.0, 9128.0, 9116.0, 9130.0, 9118.0, 9117.0, 9119.0, 9100.0, 9132.0, 9085.0, 9127.0, 9125.0, 9125.0, 9125.0, 9111.0, 9108.0, 9109.0, 9108.0, 9094.0, 9097.0, 9097.0, 9129.0, 9104.0, 9132.0, 9100.0, 9131.0, 9101.0, 9128.0, 9137.0, 9137.0, 9136.0, 9136.0, 9137.0, 9124.0, 9123.0, 9120.0, 9134.0, 9100.0, 9146.0, 9129.0, 9129.0, 9128.0, 9113.0, 9112.0, 9096.0, 9127.0, 9098.0, 9113.0, 9097.0, 9117.0, 9102.0, 9133.0, 9106.0, 9132.0, 9118.0, 9117.0, 9119.0, 9132.0, 9101.0, 9132.0, 9102.0, 9133.0, 9104.0, 9133.0, 9085.0, 9130.0, 9083.0, 9130.0, 9140.0, 9114.0, 9125.0, 9109.0, 9112.0, 9111.0, 9129.0, 9102.0, 9128.0, 9102.0, 9131.0, 9103.0, 9131.0, 9102.0, 9132.0, 9104.0, 9136.0, 9090.0, 9134.0, 9105.0, 9134.0, 9115.0, 9133.0, 9130.0, 9115.0, 9141.0, 9114.0, 9128.0, 9114.0, 9114.0, 9098.0, 9114.0, 9087.0, 9128.0, 9099.0, 9113.0, 9081.0, 9113.0, 9102.0, 9118.0, 9104.0, 9134.0, 9089.0, 9103.0, 9147.0, 9130.0, 9118.0, 9133.0, 9121.0, 9151.0, 9123.0, 9136.0, 9094.0, 9137.0, 9102.0, 9134.0, 9104.0, 9134.0, 9102.0, 9132.0, 9101.0, 9132.0, 9130.0, 9130.0, 9110.0, 9128.0, 9096.0, 9113.0, 9080.0, 9112.0, 9084.0, 9132.0, 9117.0, 9118.0, 9102.0, 9133.0, 9113.0, 9115.0, 9114.0, 9115.0, 9131.0, 9118.0, 9132.0, 9136.0, 9132.0, 9117.0, 9130.0, 9116.0, 9128.0, 9114.0, 9128.0, 9099.0, 9127.0, 9086.0, 9130.0, 9088.0, 9132.0, 9116.0, 9118.0, 9128.0, 9116.0, 9129.0, 9105.0, 9136.0, 9108.0, 9135.0, 9103.0, 9132.0, 9104.0, 9136.0, 9106.0, 9136.0, 9106.0, 9123.0, 9108.0, 9135.0, 9134.0, 9118.0, 9132.0, 9121.0, 9133.0, 9101.0, 9115.0, 9101.0, 9128.0, 9082.0, 9126.0, 9126.0, 9126.0, 9125.0, 9114.0, 9126.0, 9115.0, 9129.0, 9089.0, 9131.0, 9105.0, 9138.0, 9108.0, 9139.0, 9110.0, 9137.0, 9148.0, 9120.0, 9135.0, 9102.0, 9129.0, 9099.0, 9129.0, 9085.0, 9130.0, 9139.0, 9118.0, 9113.0, 9100.0, 9128.0, 9102.0, 9129.0, 9103.0, 9135.0, 9104.0, 9135.0, 9104.0, 9148.0, 9106.0, 9135.0, 9105.0, 9135.0, 9148.0, 9123.0, 9149.0, 9122.0, 9132.0, 9119.0, 9132.0, 9100.0, 9114.0, 9097.0, 9126.0, 9093.0, 9108.0, 9095.0, 9110.0, 9109.0, 9096.0, 9130.0, 9103.0, 9114.0, 9087.0, 9114.0, 9105.0, 9117.0, 9107.0, 9151.0, 9129.0, 9157.0, 9125.0, 9151.0, 9137.0, 9121.0, 9134.0, 9151.0, 9123.0, 9149.0, 9123.0, 9147.0, 9101.0, 9127.0, 9098.0, 9124.0, 9080.0, 9125.0, 9081.0, 9112.0, 9082.0, 9114.0, 9086.0, 9130.0, 9099.0, 9132.0, 9101.0, 9128.0, 9127.0, 9118.0, 9141.0, 9107.0, 9115.0, 9109.0, 9122.0, 9097.0, 9123.0, 9099.0, 9130.0, 9084.0, 9111.0, 9084.0, 9127.0, 9098.0, 9132.0, 9086.0, 9113.0, 9128.0, 9114.0, 9127.0, 9115.0, 9113.0, 9100.0, 9129.0, 9103.0, 9131.0, 9105.0, 9132.0, 9103.0, 9131.0, 9107.0, 9133.0, 9104.0, 9133.0, 9102.0, 9136.0, 9089.0, 9133.0, 9103.0, 9118.0, 9143.0, 9116.0, 9156.0, 9132.0, 9162.0, 9128.0, 9157.0, 9134.0, 9152.0, 9104.0, 9153.0, 9132.0, 9127.0, 9124.0, 9130.0, 9129.0, 9111.0, 9124.0, 9099.0, 9125.0, 9099.0, 9127.0, 9100.0, 9130.0, 9104.0, 9134.0, 9108.0, 9139.0, 9111.0, 9128.0, 9125.0, 9126.0, 9149.0, 9108.0, 9137.0, 9107.0, 9137.0, 9104.0, 9132.0, 9089.0, 9116.0, 9142.0, 9114.0, 9127.0, 9085.0, 9127.0, 9095.0, 9110.0, 9082.0, 9125.0, 9082.0, 9114.0, 9127.0, 9116.0, 9128.0, 9102.0, 9131.0, 9088.0, 9130.0, 9100.0, 9132.0, 9131.0, 9101.0, 9132.0, 9103.0, 9132.0, 9106.0, 9135.0, 9106.0, 9135.0, 9117.0, 9119.0, 9132.0, 9106.0, 9147.0, 9102.0, 9133.0, 9091.0, 9131.0, 9087.0, 9116.0, 9130.0, 9100.0, 9130.0, 9104.0, 9132.0, 9103.0, 9131.0, 9103.0, 9147.0, 9105.0, 9151.0, 9146.0, 9132.0, 9132.0, 9117.0, 9145.0, 9103.0, 9130.0, 9100.0, 9142.0, 9097.0, 9125.0, 9082.0, 9106.0, 9078.0, 9098.0, 9111.0, 9101.0, 9114.0, 9101.0, 9131.0, 9106.0, 9134.0, 9106.0, 9147.0, 9120.0, 9132.0, 9102.0, 9132.0, 9085.0, 9131.0, 9128.0, 9113.0, 9126.0, 9113.0, 9109.0, 9094.0, 9111.0, 9098.0, 9128.0, 9119.0, 9145.0, 9120.0, 9147.0, 9107.0, 9145.0, 9106.0, 9148.0, 9099.0, 9131.0, 9098.0, 9112.0, 9093.0, 9111.0, 9122.0, 9095.0, 9118.0, 9089.0, 9105.0, 9093.0, 9122.0, 9097.0, 9124.0, 9083.0, 9126.0, 9098.0, 9126.0, 9099.0, 9132.0, 9088.0, 9118.0, 9100.0, 9118.0, 9104.0, 9119.0, 9133.0, 9121.0, 9148.0, 9122.0, 9145.0, 9103.0, 9143.0, 9087.0, 9125.0, 9100.0, 9143.0, 9099.0, 9130.0, 9085.0, 9125.0, 9084.0, 9128.0, 9084.0, 9114.0, 9113.0, 9113.0, 9142.0, 9098.0, 9126.0, 9099.0, 9124.0, 9096.0, 9122.0, 9098.0, 9130.0, 9083.0, 9128.0, 9099.0, 9127.0, 9086.0, 9130.0, 9085.0, 9114.0, 9115.0, 9115.0, 9101.0, 9116.0, 9127.0, 9118.0, 9117.0, 9136.0, 9121.0, 9124.0, 9151.0, 9124.0, 9150.0, 9108.0, 9135.0, 9104.0, 9129.0, 9101.0, 9126.0, 9102.0, 9128.0, 9097.0, 9128.0, 9096.0, 9113.0, 9097.0, 9113.0, 9111.0, 9099.0, 9128.0, 9105.0, 9118.0, 9105.0, 9135.0, 9106.0, 9135.0, 9108.0, 9149.0, 9103.0, 9131.0, 9100.0, 9133.0, 9097.0, 9130.0, 9127.0, 9114.0, 9111.0, 9114.0, 9126.0, 9101.0, 9143.0, 9101.0, 9143.0, 9099.0, 9142.0, 9101.0, 9130.0, 9101.0, 9148.0, 9103.0, 9133.0, 9102.0, 9117.0, 9131.0, 9117.0, 9145.0, 9115.0, 9129.0, 9085.0, 9127.0, 9084.0, 9125.0, 9081.0, 9128.0, 9086.0, 9129.0, 9086.0, 9127.0, 9110.0, 9113.0, 9125.0, 9128.0, 9131.0, 9134.0, 9117.0, 9131.0, 9116.0, 9128.0, 9101.0, 9130.0, 9143.0, 9101.0, 9143.0, 9100.0, 9128.0, 9089.0, 9131.0, 9092.0, 9137.0, 9104.0, 9133.0, 9087.0, 9119.0, 9103.0, 9121.0, 9134.0, 9124.0, 9136.0, 9111.0, 9153.0, 9126.0, 9151.0, 9105.0, 9130.0, 9103.0, 9130.0, 9102.0, 9130.0, 9108.0, 9151.0, 9089.0, 9131.0, 9090.0, 9132.0, 9129.0, 9130.0, 9157.0, 9125.0, 9139.0, 9109.0, 9124.0, 9096.0, 9121.0, 9084.0, 9139.0, 9100.0, 9141.0, 9101.0, 9146.0, 9103.0, 9128.0, 9086.0, 9150.0, 9104.0, 9129.0, 9099.0, 9114.0, 9126.0, 9113.0, 9121.0, 9095.0, 9109.0, 9112.0, 9112.0, 9113.0, 9126.0, 9119.0, 9144.0, 9102.0, 9144.0, 9090.0, 9141.0, 9099.0, 9142.0, 9099.0, 9130.0, 9099.0, 9112.0, 9098.0, 9111.0, 9111.0, 9095.0, 9125.0, 9100.0, 9128.0, 9101.0, 9143.0, 9089.0, 9147.0, 9103.0, 9148.0, 9102.0, 9118.0, 9119.0, 9116.0, 9129.0, 9102.0, 9145.0, 9103.0, 9147.0, 9100.0, 9141.0, 9086.0, 9129.0, 9111.0, 9130.0, 9144.0, 9112.0, 9140.0, 9084.0, 9143.0, 9086.0, 9147.0, 9102.0, 9134.0, 9145.0, 9119.0, 9133.0, 9105.0, 9133.0, 9104.0, 9132.0, 9103.0, 9131.0, 9101.0, 9131.0, 9104.0, 9119.0, 9144.0, 9105.0, 9131.0, 9104.0, 9132.0, 9102.0, 9134.0, 9103.0, 9134.0, 9100.0]}, 'slices': {}}</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-2">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
|
|
Extracted Image quality metrics (IQMs)
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-2" class="table table-sm table-striped">
|
|
<tr><td colspan=3>aor</td><td>0.0002216470588235294</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017573604520123836</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.46145292367415</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.150195050068154</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9841140080049559</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4674</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6596.2788</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0671110147121765</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7430340557275542</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5660156329759825</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4980255768060657</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7533176616285187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.446703660493362</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00405799</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0033993448596447706</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030472099781036377</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1615</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.800977425734305</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.5907</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9931</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.6318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300554.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>759.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.4931</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1056</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.8189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3297.0512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3502.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75990.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4354.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.3359</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.725603360682726</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
|
|
<div class="card-header m-0">
|
|
Rating widget
|
|
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="accordion">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcslider-head">
|
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
|
|
</h2>
|
|
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
|
|
<div class="accordion-body">
|
|
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
|
|
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
|
|
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
|
|
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcartifacts-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
|
|
Record specific artifacts
|
|
</button>
|
|
</h2>
|
|
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
|
|
<div class="accordion-body">
|
|
<fieldset id="qcartifacts-group" class="form-group">
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
|
|
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
|
|
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
|
|
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
|
|
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
|
|
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
|
|
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
|
|
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
|
|
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
|
|
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
|
|
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
|
|
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
|
|
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
|
|
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
|
|
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
|
|
</div>
|
|
</fieldset>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcextra-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
|
|
Extra details
|
|
</button>
|
|
</h2>
|
|
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
|
|
<div class="accordion-body">
|
|
<div class="input-group">
|
|
<span class="input-group-text">Comments</span>
|
|
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
|
|
</div>
|
|
|
|
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
|
|
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
|
|
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
|
|
</ul>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
</div>
|
|
<div style="margin-top: 10px">
|
|
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
|
|
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var MINIMUM_RATING_TIME = 10
|
|
$('#qcslider').on('input', function() {
|
|
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 1.5 ) {
|
|
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
|
|
} else if ( $(this).val() > 3.5 ) {
|
|
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
} else if ( $(this).val() < 2.5 ) {
|
|
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$('#qcextra-confidence').on('input', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 2.0 ) {
|
|
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
|
|
$('#qcextra-comments').bind('input propertychange', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
});
|
|
|
|
$( '#btn-post' ).click( function() {
|
|
var payload = read_form();
|
|
var md5sum = "unspecified";
|
|
var params = {
|
|
'rating': payload['rating'],
|
|
'md5sum': md5sum,
|
|
'name': "",
|
|
'comment': JSON.stringify(payload['artifacts'])
|
|
};
|
|
|
|
// disable development releases
|
|
var authorization = $(this).val();
|
|
var ratingReq = new XMLHttpRequest();
|
|
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
|
|
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
ratingReq.setRequestHeader("Authorization", authorization);
|
|
ratingReq.onload = function () {
|
|
status = ratingReq.status;
|
|
$('#btn-post').removeClass('btn-primary');
|
|
$('#btn-post').attr('disabled', true);
|
|
$('#btn-post').attr('aria-disabled', true);
|
|
$('#btn-post').prop('disabled');
|
|
$('#btn-post').addClass('disabled');
|
|
$('#btn-post').removeClass('active');
|
|
if (status === "201") {
|
|
$('#btn-post').addClass('btn-success');
|
|
$('#btn-post').html('Posted!');
|
|
} else {
|
|
$('#btn-post').addClass('btn-danger');
|
|
$('#btn-post').html('Failed');
|
|
};
|
|
};
|
|
ratingReq.send(JSON.stringify(params));
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
|
|
toggle_rating();
|
|
});
|
|
</script>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
function toggle(id) {
|
|
var element = document.getElementById(id);
|
|
if(element.style.display == 'block')
|
|
element.style.display = 'none';
|
|
else
|
|
element.style.display = 'block';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |