=== 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-0026 --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-0026",
"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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-03/func/sub-0026_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>d1c02d53b0d21d28bf1e4cb87ec32114</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>10:24:7.955000</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.9958, 0.000710459, 0.0915539, -0.00695212, 0.99767, 0.0678739]</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.0964154</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>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7746, -7272, 615, 11, -115, 16, 61]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>260.873</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0c717324-a9bd-42f4-93d0-2992b837ea8d||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.6716582775115967, -0.018652040511369705, 0.24648933112621307, 107.32093048095703], [-0.001906110323034227, 2.6766748428344727, 0.18420833349227905, -96.04588317871094], [0.24563245475292206, -0.18210069835186005, 2.6824076175689697, -63.66690444946289], [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': ['102407.955000', '102408.415000', '102408.875000', '102409.335000', '102409.795000', '102410.255000', '102410.715000', '102411.175000', '102411.635000', '102412.095000', '102412.555000', '102413.015000', '102413.475000', '102413.935000', '102414.395000', '102414.855000', '102415.315000', '102415.775000', '102416.235000', '102416.695000', '102417.155000', '102417.615000', '102418.075000', '102418.535000', '102418.995000', '102419.455000', '102419.915000', '102420.375000', '102420.835000', '102421.295000', '102421.755000', '102422.215000', '102422.675000', '102423.135000', '102423.595000', '102424.055000', '102424.515000', '102424.975000', '102425.435000', '102425.895000', '102426.355000', '102426.815000', '102427.275000', '102427.735000', '102428.195000', '102428.655000', '102429.115000', '102429.575000', '102430.035000', '102430.495000', '102430.955000', '102431.415000', '102431.875000', '102432.335000', '102432.795000', '102433.255000', '102433.715000', '102434.175000', '102434.635000', '102435.095000', '102435.555000', '102436.015000', '102436.475000', '102436.935000', '102437.395000', '102437.855000', '102438.315000', '102438.775000', '102439.235000', '102439.695000', '102440.155000', '102440.615000', '102441.075000', '102441.535000', '102441.995000', '102442.455000', '102442.915000', '102443.375000', '102443.835000', '102444.295000', '102444.755000', '102445.215000', '102445.675000', '102446.135000', '102446.595000', '102447.055000', '102447.515000', '102447.975000', '102448.435000', '102448.895000', '102449.355000', '102449.815000', '102450.275000', '102450.735000', '102451.195000', '102451.655000', '102452.115000', '102452.575000', '102453.035000', '102453.495000', '102453.955000', '102454.415000', '102454.875000', '102455.335000', '102455.795000', '102456.255000', '102456.715000', '102457.175000', '102457.635000', '102458.095000', '102458.555000', '102459.015000', '102459.475000', '102459.935000', '102500.395000', '102500.855000', '102501.315000', '102501.775000', '102502.235000', '102502.695000', '102503.155000', '102503.615000', '102504.075000', '102504.535000', '102504.995000', '102505.455000', '102505.915000', '102506.375000', '102506.835000', '102507.295000', '102507.755000', '102508.215000', '102508.675000', '102509.135000', '102509.595000', '102510.055000', '102510.515000', '102510.975000', '102511.435000', '102511.895000', '102512.355000', '102512.815000', '102513.275000', '102513.735000', '102514.195000', '102514.655000', '102515.115000', '102515.575000', '102516.035000', '102516.495000', '102516.955000', '102517.415000', '102517.875000', '102518.335000', '102518.795000', '102519.255000', '102519.715000', '102520.175000', '102520.635000', '102521.095000', '102521.555000', '102522.015000', '102522.475000', '102522.935000', '102523.395000', '102523.855000', '102524.315000', '102524.775000', '102525.235000', '102525.695000', '102526.155000', '102526.615000', '102527.075000', '102527.535000', '102527.995000', '102528.455000', '102528.915000', '102529.375000', '102529.835000', '102530.295000', '102530.755000', '102531.215000', '102531.675000', '102532.135000', '102532.595000', '102533.055000', '102533.515000', '102533.975000', '102534.435000', '102534.895000', '102535.355000', '102535.815000', '102536.275000', '102536.735000', '102537.195000', '102537.655000', '102538.115000', '102538.575000', '102539.035000', '102539.495000', '102539.955000', '102540.415000', '102540.875000', '102541.335000', '102541.795000', '102542.255000', '102542.715000', '102543.175000', '102543.635000', '102544.095000', '102544.555000', '102545.015000', '102545.475000', '102545.935000', '102546.395000', '102546.855000', '102547.315000', '102547.775000', '102548.235000', '102548.695000', '102549.155000', '102549.615000', '102550.075000', '102550.535000', '102550.995000', '102551.455000', '102551.915000', '102552.375000', '102552.835000', '102553.295000', '102553.755000', '102554.215000', '102554.675000', '102555.135000', '102555.595000', '102556.055000', '102556.515000', '102556.975000', '102557.435000', '102557.895000', '102558.355000', '102558.815000', '102559.275000', '102559.735000', '102600.195000', '102600.655000', '102601.115000', '102601.575000', '102602.035000', '102602.495000', '102602.955000', '102603.415000', '102603.875000', '102604.335000', '102604.795000', '102605.255000', '102605.715000', '102606.175000', '102606.635000', '102607.095000', '102607.555000', '102608.015000', '102608.475000', '102608.935000', '102609.395000', '102609.855000', '102610.315000', '102610.775000', '102611.235000', '102611.695000', '102612.155000', '102612.615000', '102613.075000', '102613.535000', '102613.995000', '102614.455000', '102614.915000', '102615.375000', '102615.835000', '102616.295000', '102616.755000', '102617.215000', '102617.675000', '102618.135000', '102618.595000', '102619.055000', '102619.515000', '102619.975000', '102620.435000', '102620.895000', '102621.355000', '102621.815000', '102622.275000', '102622.735000', '102623.195000', '102623.655000', '102624.115000', '102624.575000', '102625.035000', '102625.495000', '102625.955000', '102626.415000', '102626.875000', '102627.335000', '102627.795000', '102628.255000', '102628.715000', '102629.175000', '102629.635000', '102630.095000', '102630.555000', '102631.015000', '102631.475000', '102631.935000', '102632.395000', '102632.855000', '102633.315000', '102633.775000', '102634.235000', '102634.695000', '102635.155000', '102635.615000', '102636.075000', '102636.535000', '102636.995000', '102637.455000', '102637.915000', '102638.375000', '102638.835000', '102639.295000', '102639.755000', '102640.215000', '102640.675000', '102641.135000', '102641.595000', '102642.055000', '102642.515000', '102642.975000', '102643.435000', '102643.895000', '102644.355000', '102644.815000', '102645.275000', '102645.735000', '102646.195000', '102646.655000', '102647.115000', '102647.575000', '102648.035000', '102648.495000', '102648.955000', '102649.415000', '102649.875000', '102650.335000', '102650.795000', '102651.255000', '102651.715000', '102652.175000', '102652.635000', '102653.095000', '102653.555000', '102654.015000', '102654.475000', '102654.935000', '102655.395000', '102655.855000', '102656.315000', '102656.775000', '102657.235000', '102657.695000', '102658.155000', '102658.615000', '102659.075000', '102659.535000', '102659.995000', '102700.455000', '102700.915000', '102701.375000', '102701.835000', '102702.295000', '102702.755000', '102703.215000', '102703.675000', '102704.135000', '102704.595000', '102705.055000', '102705.515000', '102705.975000', '102706.435000', '102706.895000', '102707.355000', '102707.815000', '102708.275000', '102708.735000', '102709.195000', '102709.655000', '102710.115000', '102710.575000', '102711.035000', '102711.495000', '102711.955000', '102712.415000', '102712.875000', '102713.335000', '102713.795000', '102714.255000', '102714.715000', '102715.175000', '102715.635000', '102716.095000', '102716.555000', '102717.015000', '102717.475000', '102717.935000', '102718.395000', '102718.855000', '102719.315000', '102719.775000', '102720.235000', '102720.695000', '102721.155000', '102721.615000', '102722.075000', '102722.535000', '102722.995000', '102723.455000', '102723.915000', '102724.375000', '102724.835000', '102725.295000', '102725.755000', '102726.215000', '102726.675000', '102727.135000', '102727.595000', '102728.055000', '102728.515000', '102728.975000', '102729.435000', '102729.895000', '102730.355000', '102730.815000', '102731.275000', '102731.735000', '102732.195000', '102732.655000', '102733.115000', '102733.575000', '102734.035000', '102734.495000', '102734.955000', '102735.415000', '102735.875000', '102736.335000', '102736.795000', '102737.255000', '102737.715000', '102738.175000', '102738.635000', '102739.095000', '102739.555000', '102740.015000', '102740.475000', '102740.935000', '102741.395000', '102741.855000', '102742.315000', '102742.775000', '102743.235000', '102743.695000', '102744.155000', '102744.615000', '102745.075000', '102745.535000', '102745.995000', '102746.455000', '102746.915000', '102747.375000', '102747.835000', '102748.295000', '102748.755000', '102749.215000', '102749.675000', '102750.135000', '102750.595000', '102751.055000', '102751.515000', '102751.975000', '102752.435000', '102752.895000', '102753.355000', '102753.815000', '102754.275000', '102754.735000', '102755.195000', '102755.655000', '102756.115000', '102756.575000', '102757.035000', '102757.495000', '102757.955000', '102758.415000', '102758.875000', '102759.335000', '102759.795000', '102800.255000', '102800.715000', '102801.175000', '102801.635000', '102802.095000', '102802.555000', '102803.015000', '102803.475000', '102803.935000', '102804.395000', '102804.855000', '102805.315000', '102805.775000', '102806.235000', '102806.695000', '102807.155000', '102807.615000', '102808.075000', '102808.535000', '102808.995000', '102809.455000', '102809.915000', '102810.375000', '102810.835000', '102811.295000', '102811.755000', '102812.215000', '102812.675000', '102813.135000', '102813.595000', '102814.055000', '102814.515000', '102814.975000', '102815.435000', '102815.895000', '102816.355000', '102816.815000', '102817.275000', '102817.735000', '102818.195000', '102818.655000', '102819.115000', '102819.575000', '102820.035000', '102820.495000', '102820.955000', '102821.415000', '102821.875000', '102822.335000', '102822.795000', '102823.255000', '102823.715000', '102824.175000', '102824.635000', '102825.095000', '102825.555000', '102826.015000', '102826.475000', '102826.935000', '102827.395000', '102827.855000', '102828.315000', '102828.775000', '102829.235000', '102829.695000', '102830.155000', '102830.615000', '102831.075000', '102831.535000', '102831.995000', '102832.455000', '102832.915000', '102833.375000', '102833.835000', '102834.295000', '102834.755000', '102835.215000', '102835.675000', '102836.135000', '102836.595000', '102837.055000', '102837.515000', '102837.975000', '102838.435000', '102838.895000', '102839.355000', '102839.815000', '102840.275000', '102840.735000', '102841.195000', '102841.655000', '102842.115000', '102842.575000', '102843.035000', '102843.495000', '102843.955000', '102844.415000', '102844.875000', '102845.335000', '102845.795000', '102846.255000', '102846.715000', '102847.175000', '102847.635000', '102848.095000', '102848.555000', '102849.015000', '102849.475000', '102849.935000', '102850.395000', '102850.855000', '102851.315000', '102851.775000', '102852.235000', '102852.695000', '102853.155000', '102853.615000', '102854.075000', '102854.535000', '102854.995000', '102855.455000', '102855.915000', '102856.375000', '102856.835000', '102857.295000', '102857.755000', '102858.215000', '102858.675000', '102859.135000', '102859.595000', '102900.055000', '102900.515000', '102900.975000', '102901.435000', '102901.895000', '102902.355000', '102902.815000', '102903.275000', '102903.735000', '102904.195000', '102904.655000', '102905.115000', '102905.575000', '102906.035000', '102906.495000', '102906.955000', '102907.415000', '102907.875000', '102908.335000', '102908.795000', '102909.255000', '102909.715000', '102910.175000', '102910.635000', '102911.095000', '102911.555000', '102912.015000', '102912.475000', '102912.935000', '102913.395000', '102913.855000', '102914.315000', '102914.775000', '102915.235000', '102915.695000', '102916.155000', '102916.615000', '102917.075000', '102917.535000', '102917.995000', '102918.455000', '102918.915000', '102919.375000', '102919.835000', '102920.295000', '102920.755000', '102921.215000', '102921.675000', '102922.135000', '102922.595000', '102923.055000', '102923.515000', '102923.975000', '102924.435000', '102924.895000', '102925.355000', '102925.815000', '102926.275000', '102926.735000', '102927.195000', '102927.655000', '102928.115000', '102928.575000', '102929.035000', '102929.495000', '102929.955000', '102930.415000', '102930.875000', '102931.335000', '102931.795000', '102932.255000', '102932.715000', '102933.175000', '102933.635000', '102934.095000', '102934.555000', '102935.015000', '102935.475000', '102935.935000', '102936.395000', '102936.855000', '102937.315000', '102937.775000', '102938.235000', '102938.695000', '102939.155000', '102939.615000', '102940.075000', '102940.535000', '102940.995000', '102941.455000', '102941.915000', '102942.375000', '102942.835000', '102943.295000', '102943.755000', '102944.215000', '102944.675000', '102945.135000', '102945.595000', '102946.055000', '102946.515000', '102946.975000', '102947.435000', '102947.895000', '102948.355000', '102948.815000', '102949.275000', '102949.735000', '102950.195000', '102950.655000', '102951.115000', '102951.575000', '102952.035000', '102952.495000', '102952.955000', '102953.415000', '102953.875000', '102954.335000', '102954.795000', '102955.255000', '102955.715000', '102956.175000', '102956.635000', '102957.095000', '102957.555000', '102958.015000', '102958.475000', '102958.935000', '102959.395000', '102959.855000', '103000.315000', '103000.775000', '103001.235000', '103001.695000', '103002.155000', '103002.615000', '103003.075000', '103003.535000', '103003.995000', '103004.455000', '103004.915000', '103005.375000', '103005.835000', '103006.295000', '103006.755000', '103007.215000', '103007.675000', '103008.135000', '103008.595000', '103009.055000', '103009.515000', '103009.975000', '103010.435000', '103010.895000', '103011.355000', '103011.815000', '103012.275000', '103012.735000', '103013.195000', '103013.655000', '103014.115000', '103014.575000', '103015.035000', '103015.495000', '103015.955000', '103016.415000', '103016.875000', '103017.335000', '103017.795000', '103018.255000', '103018.715000', '103019.175000', '103019.635000', '103020.095000', '103020.555000', '103021.015000', '103021.475000', '103021.935000', '103022.395000', '103022.855000', '103023.315000', '103023.775000', '103024.235000', '103024.695000', '103025.155000', '103025.615000', '103026.075000', '103026.535000', '103026.995000', '103027.455000', '103027.915000', '103028.375000', '103028.835000', '103029.295000', '103029.755000', '103030.215000', '103030.675000', '103031.135000', '103031.595000', '103032.055000', '103032.515000', '103032.975000', '103033.435000', '103033.895000', '103034.355000', '103034.815000', '103035.275000', '103035.735000', '103036.195000', '103036.655000', '103037.115000', '103037.575000', '103038.035000', '103038.495000', '103038.955000', '103039.415000', '103039.875000', '103040.335000', '103040.795000', '103041.255000', '103041.715000', '103042.175000', '103042.635000', '103043.095000', '103043.555000', '103044.015000', '103044.475000', '103044.935000', '103045.395000', '103045.855000', '103046.315000', '103046.775000', '103047.235000', '103047.695000', '103048.155000', '103048.615000', '103049.075000', '103049.535000', '103049.995000', '103050.455000', '103050.915000', '103051.375000', '103051.835000', '103052.295000', '103052.755000', '103053.215000', '103053.675000', '103054.135000', '103054.595000', '103055.055000', '103055.515000', '103055.975000', '103056.435000', '103056.895000', '103057.355000', '103057.815000', '103058.275000', '103058.735000', '103059.195000', '103059.655000', '103100.115000', '103100.575000', '103101.035000', '103101.495000', '103101.955000', '103102.415000', '103102.875000', '103103.335000', '103103.795000', '103104.255000', '103104.715000', '103105.175000', '103105.635000', '103106.095000', '103106.555000', '103107.015000', '103107.475000', '103107.935000', '103108.395000', '103108.855000', '103109.315000', '103109.775000', '103110.235000', '103110.695000', '103111.155000', '103111.615000', '103112.075000', '103112.535000', '103112.995000', '103113.455000', '103113.915000', '103114.375000', '103114.835000', '103115.295000', '103115.755000', '103116.215000', '103116.675000', '103117.135000', '103117.595000', '103118.055000', '103118.515000', '103118.975000', '103119.435000', '103119.895000', '103120.355000', '103120.815000', '103121.275000', '103121.735000', '103122.195000', '103122.655000', '103123.115000', '103123.575000', '103124.035000', '103124.495000', '103124.955000', '103125.415000', '103125.875000', '103126.335000', '103126.795000', '103127.255000', '103127.715000', '103128.175000', '103128.635000', '103129.095000', '103129.555000', '103130.015000', '103130.475000', '103130.935000', '103131.395000', '103131.855000', '103132.315000', '103132.775000', '103133.235000', '103133.695000', '103134.155000', '103134.615000', '103135.075000', '103135.535000', '103135.995000', '103136.455000', '103136.915000', '103137.375000', '103137.835000', '103138.295000', '103138.755000', '103139.215000', '103139.675000', '103140.135000', '103140.595000', '103141.055000', '103141.515000', '103141.975000', '103142.435000', '103142.895000', '103143.355000', '103143.815000', '103144.275000', '103144.735000', '103145.195000', '103145.655000', '103146.115000', '103146.575000', '103147.035000', '103147.495000', '103147.955000', '103148.415000', '103148.875000', '103149.335000', '103149.795000', '103150.255000', '103150.715000', '103151.175000', '103151.635000', '103152.095000', '103152.555000', '103153.015000', '103153.475000', '103153.935000', '103154.395000', '103154.855000', '103155.315000', '103155.775000', '103156.235000', '103156.695000', '103157.155000', '103157.615000', '103158.075000', '103158.535000', '103158.995000', '103159.455000', '103159.915000', '103200.375000', '103200.835000', '103201.295000', '103201.755000', '103202.215000', '103202.675000', '103203.135000', '103203.595000', '103204.055000', '103204.515000', '103204.975000', '103205.435000', '103205.895000', '103206.355000', '103206.815000', '103207.275000', '103207.735000', '103208.195000', '103208.655000', '103209.115000', '103209.575000', '103210.035000', '103210.495000', '103210.955000', '103211.415000', '103211.875000', '103212.335000', '103212.795000', '103213.255000', '103213.715000', '103214.175000', '103214.635000', '103215.095000', '103215.555000', '103216.015000', '103216.475000', '103216.935000', '103217.395000', '103217.855000', '103218.315000', '103218.775000', '103219.235000', '103219.695000', '103220.155000', '103220.615000', '103221.075000', '103221.535000', '103221.995000', '103222.455000', '103222.915000', '103223.375000', '103223.835000', '103224.295000', '103224.755000', '103225.215000', '103225.675000', '103226.135000', '103226.595000', '103227.055000', '103227.515000', '103227.975000', '103228.435000', '103228.895000', '103229.355000', '103229.815000', '103230.275000', '103230.735000', '103231.195000', '103231.655000', '103232.115000', '103232.575000', '103233.035000', '103233.495000', '103233.955000', '103234.415000', '103234.875000', '103235.335000', '103235.795000', '103236.255000', '103236.715000', '103237.175000', '103237.635000', '103238.095000', '103238.555000', '103239.015000', '103239.475000', '103239.935000', '103240.395000', '103240.855000', '103241.315000', '103241.775000', '103242.235000', '103242.695000', '103243.155000', '103243.615000', '103244.075000', '103244.535000', '103244.995000', '103245.455000', '103245.915000', '103246.375000', '103246.835000', '103247.295000', '103247.755000', '103248.215000', '103248.675000', '103249.135000', '103249.595000', '103250.055000', '103250.515000', '103250.975000', '103251.435000', '103251.895000', '103252.355000', '103252.815000', '103253.275000', '103253.735000', '103254.195000', '103254.655000', '103255.115000', '103255.575000', '103256.035000', '103256.495000', '103256.955000', '103257.415000', '103257.875000', '103258.335000', '103258.795000', '103259.255000', '103259.715000', '103300.175000', '103300.635000', '103301.095000', '103301.555000', '103302.015000', '103302.475000', '103302.935000', '103303.395000', '103303.855000', '103304.315000', '103304.775000', '103305.235000', '103305.695000', '103306.155000', '103306.615000', '103307.075000', '103307.535000', '103307.995000', '103308.455000', '103308.915000', '103309.375000', '103309.835000', '103310.295000', '103310.755000', '103311.215000', '103311.675000', '103312.135000', '103312.595000', '103313.055000', '103313.515000', '103313.975000', '103314.435000', '103314.895000', '103315.355000', '103315.815000', '103316.275000', '103316.735000', '103317.195000', '103317.655000', '103318.115000', '103318.575000', '103319.035000', '103319.495000', '103319.955000', '103320.415000', '103320.875000', '103321.335000', '103321.795000', '103322.255000', '103322.715000', '103323.175000', '103323.635000', '103324.095000', '103324.555000', '103325.015000', '103325.475000', '103325.935000', '103326.395000', '103326.855000', '103327.315000', '103327.775000', '103328.235000', '103328.695000', '103329.155000', '103329.615000', '103330.075000', '103330.535000', '103330.995000', '103331.455000', '103331.915000', '103332.375000', '103332.835000', '103333.295000', '103333.755000', '103334.215000', '103334.675000', '103335.135000', '103335.595000', '103336.055000', '103336.515000', '103336.975000', '103337.435000', '103337.895000', '103338.355000', '103338.815000', '103339.275000', '103339.735000', '103340.195000', '103340.655000', '103341.115000', '103341.575000', '103342.035000', '103342.495000', '103342.955000', '103343.415000', '103343.875000', '103344.335000', '103344.795000', '103345.255000', '103345.715000', '103346.175000', '103346.635000', '103347.095000', '103347.555000', '103348.015000', '103348.475000', '103348.935000', '103349.395000', '103349.855000', '103350.315000', '103350.775000', '103351.235000', '103351.695000', '103352.155000', '103352.615000', '103353.075000', '103353.535000', '103353.995000', '103354.455000', '103354.915000', '103355.375000', '103355.835000', '103356.295000', '103356.755000', '103357.215000', '103357.675000', '103358.135000', '103358.595000', '103359.055000', '103359.515000', '103359.975000', '103400.435000', '103400.895000', '103401.355000', '103401.815000', '103402.275000', '103402.735000', '103403.195000', '103403.655000', '103404.115000', '103404.575000', '103405.035000', '103405.495000', '103405.955000', '103406.415000', '103406.875000', '103407.335000', '103407.795000', '103408.255000', '103408.715000', '103409.175000', '103409.635000', '103410.095000', '103410.555000', '103411.015000', '103411.475000', '103411.935000', '103412.395000', '103412.855000', '103413.315000', '103413.775000', '103414.235000', '103414.695000', '103415.155000', '103415.615000', '103416.075000', '103416.535000', '103416.995000', '103417.455000', '103417.915000', '103418.375000', '103418.835000', '103419.295000', '103419.755000', '103420.215000', '103420.675000', '103421.135000', '103421.595000', '103422.055000', '103422.515000', '103422.975000', '103423.435000', '103423.895000', '103424.355000', '103424.815000', '103425.275000', '103425.735000', '103426.195000', '103426.655000', '103427.115000', '103427.575000', '103428.035000', '103428.495000', '103428.955000', '103429.415000', '103429.875000', '103430.335000', '103430.795000', '103431.255000', '103431.715000', '103432.175000', '103432.635000', '103433.095000', '103433.555000', '103434.015000', '103434.475000', '103434.935000', '103435.395000', '103435.855000', '103436.315000', '103436.775000', '103437.235000', '103437.695000', '103438.155000', '103438.615000', '103439.075000', '103439.535000', '103439.995000', '103440.455000', '103440.915000', '103441.375000', '103441.835000', '103442.295000', '103442.755000', '103443.215000', '103443.675000', '103444.135000', '103444.595000', '103445.055000', '103445.515000', '103445.975000', '103446.435000', '103446.895000', '103447.355000', '103447.815000', '103448.275000', '103448.735000', '103449.195000', '103449.655000', '103450.115000', '103450.575000', '103451.035000', '103451.495000', '103451.955000', '103452.415000', '103452.875000', '103453.335000', '103453.795000', '103454.255000', '103454.715000', '103455.175000', '103455.635000', '103456.095000', '103456.555000', '103457.015000', '103457.475000', '103457.935000', '103458.395000', '103458.855000', '103459.315000', '103459.775000', '103500.235000', '103500.695000', '103501.155000', '103501.615000', '103502.075000', '103502.535000', '103502.995000', '103503.455000', '103503.915000', '103504.375000', '103504.835000', '103505.295000', '103505.755000', '103506.215000', '103506.675000', '103507.135000', '103507.595000', '103508.055000', '103508.515000', '103508.975000', '103509.435000', '103509.895000', '103510.355000', '103510.815000', '103511.275000', '103511.735000', '103512.195000', '103512.655000', '103513.115000', '103513.575000', '103514.035000', '103514.495000', '103514.955000', '103515.415000', '103515.875000', '103516.335000', '103516.795000', '103517.255000', '103517.715000', '103518.175000', '103518.635000', '103519.095000', '103519.555000', '103520.015000', '103520.475000', '103520.935000', '103521.395000', '103521.855000', '103522.315000', '103522.775000', '103523.235000', '103523.695000', '103524.155000', '103524.615000', '103525.075000', '103525.535000', '103525.995000', '103526.455000', '103526.915000', '103527.375000', '103527.835000', '103528.295000', '103528.755000', '103529.215000', '103529.675000', '103530.135000', '103530.595000', '103531.055000', '103531.515000', '103531.975000', '103532.435000', '103532.895000', '103533.355000', '103533.815000', '103534.275000', '103534.735000', '103535.195000', '103535.655000', '103536.115000', '103536.575000', '103537.035000', '103537.495000', '103537.955000', '103538.415000', '103538.875000', '103539.335000', '103539.795000', '103540.255000', '103540.715000', '103541.175000', '103541.635000', '103542.095000', '103542.555000', '103543.015000', '103543.475000', '103543.935000', '103544.395000', '103544.855000', '103545.315000', '103545.775000', '103546.235000', '103546.695000', '103547.155000', '103547.615000', '103548.075000', '103548.535000', '103548.995000', '103549.455000', '103549.915000', '103550.375000', '103550.835000', '103551.295000', '103551.755000', '103552.215000', '103552.675000', '103553.135000', '103553.595000', '103554.055000', '103554.515000', '103554.975000', '103555.435000', '103555.895000', '103556.355000', '103556.815000', '103557.275000', '103557.735000', '103558.195000', '103558.655000', '103559.115000', '103559.575000', '103600.035000', '103600.495000', '103600.955000', '103601.415000', '103601.875000', '103602.335000', '103602.795000', '103603.255000', '103603.715000', '103604.175000', '103604.635000', '103605.095000', '103605.555000', '103606.015000', '103606.475000', '103606.935000', '103607.395000', '103607.855000', '103608.315000', '103608.775000', '103609.235000', '103609.695000', '103610.155000', '103610.615000', '103611.075000', '103611.535000', '103611.995000', '103612.455000', '103612.915000', '103613.375000', '103613.835000', '103614.295000', '103614.755000', '103615.215000', '103615.675000', '103616.135000', '103616.595000', '103617.055000', '103617.515000', '103617.975000', '103618.435000', '103618.895000', '103619.355000', '103619.815000', '103620.275000', '103620.735000', '103621.195000', '103621.655000', '103622.115000', '103622.575000', '103623.035000', '103623.495000', '103623.955000', '103624.415000', '103624.875000', '103625.335000', '103625.795000', '103626.255000', '103626.715000', '103627.175000', '103627.635000', '103628.095000', '103628.555000', '103629.015000', '103629.475000', '103629.935000', '103630.395000', '103630.855000'], 'ContentTime': ['102425.268000', '102425.271000', '102425.274000', '102425.277000', '102425.280000', '102425.283000', '102425.286000', '102425.289000', '102425.292000', '102425.295000', '102425.298000', '102425.301000', '102425.304000', '102425.307000', '102425.310000', '102425.313000', '102425.316000', '102425.319000', '102425.322000', '102425.325000', '102425.327000', '102425.330000', '102425.333000', '102425.336000', '102425.339000', '102425.342000', '102425.345000', '102425.348000', '102425.359000', '102425.370000', '102425.373000', '102425.376000', '102425.379000', '102425.382000', '102425.385000', '102445.235000', '102445.238000', '102445.241000', '102445.250000', '102445.253000', '102445.256000', '102445.259000', '102445.262000', '102445.265000', '102445.268000', '102445.271000', '102445.274000', '102445.277000', '102445.279000', '102445.282000', '102445.285000', '102445.288000', '102445.291000', '102445.294000', '102445.297000', '102445.300000', '102445.303000', '102445.306000', '102445.309000', '102445.312000', '102445.315000', '102445.318000', '102445.320000', '102445.323000', '102445.326000', '102445.329000', '102445.332000', '102445.335000', '102445.338000', '102445.341000', '102445.344000', '102445.347000', '102445.350000', '102445.353000', '102445.356000', '102445.358000', '102445.361000', '102445.364000', '102445.367000', '102505.235000', '102505.238000', '102505.241000', '102505.244000', '102505.247000', '102505.251000', '102505.254000', '102505.257000', '102505.260000', '102505.263000', '102505.266000', '102505.268000', '102505.271000', '102505.274000', '102505.277000', '102505.280000', '102505.283000', '102505.286000', '102505.296000', '102505.299000', '102505.302000', '102505.305000', '102505.308000', '102505.311000', '102505.314000', '102505.317000', '102505.320000', '102505.323000', '102505.326000', '102505.329000', '102505.332000', '102505.335000', '102505.338000', '102505.341000', '102505.344000', '102505.347000', '102505.350000', '102505.353000', '102505.356000', '102505.359000', '102505.362000', '102505.365000', '102505.368000', '102525.236000', '102525.239000', '102525.243000', '102525.246000', '102525.263000', '102525.266000', '102525.269000', '102525.272000', '102525.275000', '102525.278000', '102525.281000', '102525.284000', '102525.287000', '102525.290000', '102525.293000', '102525.296000', '102525.299000', '102525.302000', '102525.305000', '102525.308000', '102525.311000', '102525.314000', '102525.317000', '102525.320000', '102525.323000', '102525.326000', '102525.329000', '102525.332000', '102525.335000', '102525.338000', '102525.341000', '102525.344000', '102525.347000', '102525.350000', '102525.353000', '102525.356000', '102525.359000', '102525.362000', '102525.365000', '102525.368000', '102525.371000', '102525.374000', '102525.377000', '102525.380000', '102545.236000', '102545.239000', '102545.242000', '102545.245000', '102545.248000', '102545.251000', '102545.254000', '102545.257000', '102545.260000', '102545.266000', '102545.269000', '102545.272000', '102545.275000', '102545.278000', '102545.281000', '102545.284000', '102545.287000', '102545.291000', '102545.294000', '102545.297000', '102545.300000', '102545.303000', '102545.306000', '102545.309000', '102545.312000', '102545.315000', '102545.318000', '102545.320000', '102545.323000', '102545.326000', '102545.329000', '102545.332000', '102545.335000', '102545.338000', '102545.341000', '102545.344000', '102545.347000', '102545.350000', '102545.353000', '102545.356000', '102545.359000', '102545.362000', '102545.365000', '102605.235000', '102605.238000', '102605.241000', '102605.244000', '102605.247000', '102605.250000', '102605.253000', '102605.256000', '102605.259000', '102605.262000', '102605.265000', '102605.268000', '102605.271000', '102605.274000', '102605.277000', '102605.280000', '102605.283000', '102605.286000', '102605.289000', '102605.292000', '102605.295000', '102605.298000', '102605.301000', '102605.304000', '102605.307000', '102605.310000', '102605.313000', '102605.316000', '102605.319000', '102605.322000', '102605.325000', '102605.328000', '102605.331000', '102605.334000', '102605.337000', '102605.340000', '102605.343000', '102605.346000', '102605.349000', '102605.352000', '102605.355000', '102605.358000', '102605.361000', '102605.364000', '102625.235000', '102625.238000', '102625.242000', '102625.245000', '102625.247000', '102625.250000', '102625.254000', '102625.257000', '102625.260000', '102625.263000', '102625.266000', '102625.269000', '102625.272000', '102625.276000', '102625.279000', '102625.282000', '102625.285000', '102625.288000', '102625.291000', '102625.294000', '102625.297000', '102625.300000', '102625.303000', '102625.306000', '102625.309000', '102625.312000', '102625.315000', '102625.318000', '102625.321000', '102625.324000', '102625.327000', '102625.330000', '102625.333000', '102625.336000', '102625.339000', '102625.342000', '102625.345000', '102625.348000', '102625.351000', '102625.354000', '102625.357000', '102625.360000', '102625.363000', '102645.235000', '102645.238000', '102645.241000', '102645.244000', '102645.247000', '102645.250000', '102645.253000', '102645.256000', '102645.259000', '102645.262000', '102645.265000', '102645.268000', '102645.271000', '102645.274000', '102645.277000', '102645.280000', '102645.284000', '102645.287000', '102645.290000', '102645.293000', '102645.296000', '102645.299000', '102645.302000', '102645.305000', '102645.308000', '102645.311000', '102645.314000', '102645.317000', '102645.320000', '102645.323000', '102645.326000', '102645.329000', '102645.332000', '102645.335000', '102645.338000', '102645.341000', '102645.344000', '102645.347000', '102645.350000', '102645.353000', '102645.356000', '102645.359000', '102645.362000', '102645.383000', '102705.235000', '102705.238000', '102705.241000', '102705.244000', '102705.247000', '102705.250000', '102705.253000', '102705.256000', '102705.259000', '102705.262000', '102705.265000', '102705.268000', '102705.271000', '102705.274000', '102705.277000', '102705.280000', '102705.283000', '102705.287000', '102705.290000', '102705.293000', '102705.295000', '102705.299000', '102705.302000', '102705.304000', '102705.308000', '102705.311000', '102705.314000', '102705.316000', '102705.319000', '102705.323000', '102705.326000', '102705.329000', '102705.332000', '102705.335000', '102705.338000', '102705.341000', '102705.344000', '102705.347000', '102705.350000', '102705.353000', '102705.356000', '102705.359000', '102705.362000', '102725.235000', '102725.238000', '102725.241000', '102725.244000', '102725.247000', '102725.250000', '102725.253000', '102725.256000', '102725.259000', '102725.262000', '102725.265000', '102725.268000', '102725.271000', '102725.274000', '102725.278000', '102725.281000', '102725.284000', '102725.287000', '102725.290000', '102725.293000', '102725.296000', '102725.299000', '102725.302000', '102725.305000', '102725.308000', '102725.311000', '102725.314000', '102725.318000', '102725.320000', '102725.323000', '102725.326000', '102725.329000', '102725.332000', '102725.335000', '102725.338000', '102725.341000', '102725.344000', '102725.347000', '102725.350000', '102725.353000', '102725.356000', '102725.359000', '102725.362000', '102725.365000', '102745.236000', '102745.239000', '102745.242000', '102745.245000', '102745.248000', '102745.252000', '102745.255000', '102745.258000', '102745.261000', '102745.265000', '102745.268000', '102745.270000', '102745.274000', '102745.277000', '102745.280000', '102745.282000', '102745.286000', '102745.288000', '102745.291000', '102745.294000', '102745.297000', '102745.300000', '102745.303000', '102745.306000', '102745.309000', '102745.312000', '102745.315000', '102745.318000', '102745.321000', '102745.324000', '102745.327000', '102745.330000', '102745.333000', '102745.336000', '102745.339000', '102745.342000', '102745.345000', '102745.349000', '102745.354000', '102745.357000', '102745.360000', '102745.363000', '102745.366000', '102805.236000', '102805.239000', '102805.242000', '102805.245000', '102805.248000', '102805.251000', '102805.254000', '102805.257000', '102805.260000', '102805.263000', '102805.266000', '102805.269000', '102805.272000', '102805.275000', '102805.278000', '102805.281000', '102805.284000', '102805.287000', '102805.290000', '102805.293000', '102805.296000', '102805.299000', '102805.302000', '102805.305000', '102805.308000', '102805.311000', '102805.314000', '102805.317000', '102805.320000', '102805.323000', '102805.326000', '102805.329000', '102805.332000', '102805.335000', '102805.338000', '102805.341000', '102805.343000', '102805.346000', '102805.349000', '102805.352000', '102805.355000', '102805.358000', '102805.361000', '102805.364000', '102825.235000', '102825.238000', '102825.241000', '102825.244000', '102825.247000', '102825.250000', '102825.253000', '102825.256000', '102825.259000', '102825.262000', '102825.265000', '102825.268000', '102825.271000', '102825.274000', '102825.277000', '102825.280000', '102825.283000', '102825.286000', '102825.289000', '102825.292000', '102825.295000', '102825.298000', '102825.301000', '102825.304000', '102825.317000', '102825.320000', '102825.323000', '102825.326000', '102825.329000', '102825.332000', '102825.335000', '102825.338000', '102825.341000', '102825.345000', '102825.348000', '102825.351000', '102825.354000', '102825.357000', '102825.360000', '102825.363000', '102825.366000', '102825.369000', '102825.372000', '102845.235000', '102845.238000', '102845.241000', '102845.244000', '102845.247000', '102845.250000', '102845.253000', '102845.256000', '102845.259000', '102845.262000', '102845.265000', '102845.268000', '102845.271000', '102845.274000', '102845.277000', '102845.280000', '102845.283000', '102845.286000', '102845.289000', '102845.292000', '102845.295000', '102845.298000', '102845.301000', '102845.304000', '102845.307000', '102845.310000', '102845.313000', '102845.316000', '102845.319000', '102845.322000', '102845.325000', '102845.328000', '102845.331000', '102845.334000', '102845.337000', '102845.340000', '102845.343000', '102845.346000', '102845.349000', '102845.352000', '102845.355000', '102845.358000', '102845.361000', '102845.364000', '102905.235000', '102905.238000', '102905.241000', '102905.244000', '102905.247000', '102905.250000', '102905.253000', '102905.256000', '102905.259000', '102905.262000', '102905.265000', '102905.268000', '102905.271000', '102905.274000', '102905.277000', '102905.280000', '102905.283000', '102905.286000', '102905.290000', '102905.293000', '102905.296000', '102905.299000', '102905.302000', '102905.305000', '102905.308000', '102905.311000', '102905.314000', '102905.317000', '102905.320000', '102905.323000', '102905.326000', '102905.329000', '102905.332000', '102905.335000', '102905.338000', '102905.341000', '102905.344000', '102905.347000', '102905.350000', '102905.353000', '102905.356000', '102905.359000', '102905.363000', '102925.235000', '102925.238000', '102925.241000', '102925.244000', '102925.247000', '102925.250000', '102925.253000', '102925.256000', '102925.259000', '102925.262000', '102925.265000', '102925.268000', '102925.271000', '102925.274000', '102925.277000', '102925.280000', '102925.283000', '102925.286000', '102925.290000', '102925.293000', '102925.296000', '102925.299000', '102925.302000', '102925.305000', '102925.308000', '102925.311000', '102925.314000', '102925.317000', '102925.320000', '102925.323000', '102925.326000', '102925.329000', '102925.332000', '102925.335000', '102925.338000', '102925.341000', '102925.344000', '102925.347000', '102925.350000', '102925.353000', '102925.356000', '102925.359000', '102925.362000', '102925.365000', '102945.235000', '102945.238000', '102945.241000', '102945.244000', '102945.247000', '102945.250000', '102945.253000', '102945.256000', '102945.259000', '102945.262000', '102945.265000', '102945.268000', '102945.271000', '102945.274000', '102945.277000', '102945.280000', '102945.283000', '102945.286000', '102945.289000', '102945.292000', '102945.295000', '102945.298000', '102945.301000', '102945.304000', '102945.307000', '102945.310000', '102945.313000', '102945.316000', '102945.319000', '102945.322000', '102945.325000', '102945.328000', '102945.331000', '102945.334000', '102945.337000', '102945.340000', '102945.343000', '102945.346000', '102945.349000', '102945.352000', '102945.355000', '102945.357000', '102945.360000', '103005.236000', '103005.239000', '103005.242000', '103005.245000', '103005.248000', '103005.251000', '103005.254000', '103005.257000', '103005.260000', '103005.263000', '103005.266000', '103005.269000', '103005.272000', '103005.275000', '103005.278000', '103005.281000', '103005.284000', '103005.287000', '103005.289000', '103005.292000', '103005.295000', '103005.298000', '103005.301000', '103005.304000', '103005.307000', '103005.310000', '103005.313000', '103005.316000', '103005.319000', '103005.322000', '103005.325000', '103005.328000', '103005.331000', '103005.334000', '103005.337000', '103005.340000', '103005.343000', '103005.346000', '103005.349000', '103005.352000', '103005.355000', '103005.358000', '103005.361000', '103005.364000', '103025.235000', '103025.238000', '103025.241000', '103025.244000', '103025.247000', '103025.250000', '103025.253000', '103025.256000', '103025.259000', '103025.262000', '103025.265000', '103025.268000', '103025.271000', '103025.274000', '103025.277000', '103025.280000', '103025.283000', '103025.286000', '103025.289000', '103025.292000', '103025.295000', '103025.298000', '103025.301000', '103025.304000', '103025.315000', '103025.318000', '103025.321000', '103025.324000', '103025.329000', '103025.332000', '103025.335000', '103025.338000', '103025.341000', '103025.344000', '103025.347000', '103025.350000', '103025.353000', '103025.356000', '103025.359000', '103025.362000', '103025.365000', '103025.368000', '103025.371000', '103045.235000', '103045.238000', '103045.241000', '103045.244000', '103045.247000', '103045.250000', '103045.253000', '103045.256000', '103045.259000', '103045.262000', '103045.265000', '103045.268000', '103045.271000', '103045.274000', '103045.277000', '103045.280000', '103045.283000', '103045.286000', '103045.289000', '103045.292000', '103045.295000', '103045.298000', '103045.301000', '103045.304000', '103045.307000', '103045.310000', '103045.313000', '103045.316000', '103045.319000', '103045.322000', '103045.325000', '103045.328000', '103045.331000', '103045.334000', '103045.337000', '103045.340000', '103045.343000', '103045.346000', '103045.349000', '103045.352000', '103045.355000', '103045.358000', '103045.361000', '103045.364000', '103105.235000', '103105.238000', '103105.241000', '103105.251000', '103105.254000', '103105.261000', '103105.264000', '103105.267000', '103105.270000', '103105.273000', '103105.276000', '103105.279000', '103105.282000', '103105.285000', '103105.288000', '103105.291000', '103105.294000', '103105.297000', '103105.300000', '103105.303000', '103105.306000', '103105.309000', '103105.312000', '103105.315000', '103105.318000', '103105.321000', '103105.324000', '103105.327000', '103105.330000', '103105.333000', '103105.336000', '103105.339000', '103105.342000', '103105.345000', '103105.348000', '103105.351000', '103105.354000', '103105.357000', '103105.360000', '103105.363000', '103105.366000', '103105.369000', '103105.372000', '103125.235000', '103125.238000', '103125.241000', '103125.254000', '103125.257000', '103125.260000', '103125.263000', '103125.266000', '103125.269000', '103125.272000', '103125.275000', '103125.278000', '103125.281000', '103125.284000', '103125.287000', '103125.290000', '103125.293000', '103125.296000', '103125.299000', '103125.302000', '103125.305000', '103125.308000', '103125.311000', '103125.314000', '103125.317000', '103125.320000', '103125.323000', '103125.326000', '103125.329000', '103125.332000', '103125.335000', '103125.339000', '103125.342000', '103125.345000', '103125.347000', '103125.350000', '103125.353000', '103125.356000', '103125.359000', '103125.362000', '103125.365000', '103125.368000', '103125.371000', '103125.374000', '103145.235000', '103145.238000', '103145.251000', '103145.254000', '103145.257000', '103145.260000', '103145.263000', '103145.266000', '103145.269000', '103145.272000', '103145.275000', '103145.278000', '103145.281000', '103145.284000', '103145.287000', '103145.290000', '103145.293000', '103145.296000', '103145.299000', '103145.302000', '103145.305000', '103145.308000', '103145.311000', '103145.314000', '103145.317000', '103145.320000', '103145.323000', '103145.326000', '103145.329000', '103145.332000', '103145.335000', '103145.338000', '103145.341000', '103145.344000', '103145.346000', '103145.349000', '103145.352000', '103145.355000', '103145.358000', '103145.361000', '103145.365000', '103145.369000', '103145.372000', '103205.235000', '103205.238000', '103205.241000', '103205.244000', '103205.247000', '103205.250000', '103205.253000', '103205.256000', '103205.259000', '103205.262000', '103205.265000', '103205.268000', '103205.271000', '103205.274000', '103205.277000', '103205.280000', '103205.283000', '103205.286000', '103205.289000', '103205.292000', '103205.295000', '103205.298000', '103205.301000', '103205.304000', '103205.307000', '103205.310000', '103205.313000', '103205.316000', '103205.319000', '103205.322000', '103205.325000', '103205.328000', '103205.332000', '103205.335000', '103205.338000', '103205.341000', '103205.344000', '103205.347000', '103205.350000', '103205.353000', '103205.356000', '103205.359000', '103205.362000', '103205.365000', '103225.236000', '103225.239000', '103225.242000', '103225.245000', '103225.248000', '103225.251000', '103225.254000', '103225.257000', '103225.260000', '103225.263000', '103225.266000', '103225.269000', '103225.272000', '103225.275000', '103225.278000', '103225.281000', '103225.284000', '103225.287000', '103225.290000', '103225.293000', '103225.296000', '103225.299000', '103225.302000', '103225.305000', '103225.308000', '103225.311000', '103225.314000', '103225.317000', '103225.320000', '103225.323000', '103225.326000', '103225.329000', '103225.332000', '103225.335000', '103225.338000', '103225.341000', '103225.344000', '103225.347000', '103225.350000', '103225.353000', '103225.356000', '103225.359000', '103225.362000', '103245.235000', '103245.238000', '103245.241000', '103245.244000', '103245.247000', '103245.250000', '103245.253000', '103245.256000', '103245.259000', '103245.262000', '103245.265000', '103245.268000', '103245.271000', '103245.274000', '103245.277000', '103245.280000', '103245.283000', '103245.286000', '103245.289000', '103245.292000', '103245.295000', '103245.298000', '103245.300000', '103245.303000', '103245.306000', '103245.309000', '103245.312000', '103245.315000', '103245.318000', '103245.321000', '103245.324000', '103245.327000', '103245.330000', '103245.333000', '103245.336000', '103245.339000', '103245.342000', '103245.345000', '103245.348000', '103245.351000', '103245.354000', '103245.357000', '103245.360000', '103245.363000', '103305.235000', '103305.238000', '103305.241000', '103305.244000', '103305.247000', '103305.250000', '103305.253000', '103305.256000', '103305.259000', '103305.262000', '103305.265000', '103305.268000', '103305.271000', '103305.274000', '103305.277000', '103305.280000', '103305.283000', '103305.286000', '103305.289000', '103305.292000', '103305.295000', '103305.298000', '103305.301000', '103305.304000', '103305.307000', '103305.310000', '103305.313000', '103305.316000', '103305.319000', '103305.322000', '103305.325000', '103305.328000', '103305.331000', '103305.334000', '103305.337000', '103305.340000', '103305.343000', '103305.346000', '103305.349000', '103305.352000', '103305.355000', '103305.358000', '103305.361000', '103325.235000', '103325.238000', '103325.241000', '103325.244000', '103325.247000', '103325.251000', '103325.254000', '103325.257000', '103325.260000', '103325.263000', '103325.266000', '103325.269000', '103325.272000', '103325.275000', '103325.278000', '103325.281000', '103325.284000', '103325.287000', '103325.290000', '103325.293000', '103325.296000', '103325.299000', '103325.302000', '103325.305000', '103325.308000', '103325.311000', '103325.314000', '103325.317000', '103325.320000', '103325.323000', '103325.326000', '103325.329000', '103325.332000', '103325.335000', '103325.338000', '103325.341000', '103325.344000', '103325.347000', '103325.350000', '103325.353000', '103325.356000', '103325.359000', '103325.362000', '103345.235000', '103345.238000', '103345.241000', '103345.244000', '103345.247000', '103345.250000', '103345.253000', '103345.256000', '103345.259000', '103345.262000', '103345.265000', '103345.268000', '103345.278000', '103345.281000', '103345.284000', '103345.287000', '103345.290000', '103345.293000', '103345.296000', '103345.299000', '103345.302000', '103345.305000', '103345.308000', '103345.311000', '103345.314000', '103345.317000', '103345.320000', '103345.323000', '103345.326000', '103345.329000', '103345.332000', '103345.335000', '103345.347000', '103345.350000', '103345.353000', '103345.356000', '103345.359000', '103345.362000', '103345.365000', '103345.368000', '103345.385000', '103345.388000', '103345.391000', '103345.394000', '103405.235000', '103405.238000', '103405.241000', '103405.244000', '103405.247000', '103405.250000', '103405.253000', '103405.257000', '103405.260000', '103405.263000', '103405.266000', '103405.269000', '103405.273000', '103405.275000', '103405.278000', '103405.281000', '103405.285000', '103405.287000', '103405.290000', '103405.293000', '103405.297000', '103405.300000', '103405.303000', '103405.306000', '103405.309000', '103405.312000', '103405.315000', '103405.318000', '103405.321000', '103405.324000', '103405.327000', '103405.330000', '103405.333000', '103405.335000', '103405.338000', '103405.341000', '103405.344000', '103405.347000', '103405.350000', '103405.353000', '103405.356000', '103405.359000', '103405.362000', '103425.235000', '103425.246000', '103425.249000', '103425.254000', '103425.257000', '103425.260000', '103425.263000', '103425.266000', '103425.269000', '103425.272000', '103425.275000', '103425.278000', '103425.281000', '103425.284000', '103425.287000', '103425.290000', '103425.293000', '103425.296000', '103425.299000', '103425.302000', '103425.305000', '103425.308000', '103425.311000', '103425.314000', '103425.317000', '103425.320000', '103425.323000', '103425.326000', '103425.329000', '103425.332000', '103425.336000', '103425.339000', '103425.342000', '103425.345000', '103425.348000', '103425.351000', '103425.354000', '103425.357000', '103425.360000', '103425.363000', '103425.366000', '103425.369000', '103425.372000', '103425.375000', '103445.236000', '103445.239000', '103445.242000', '103445.245000', '103445.248000', '103445.251000', '103445.254000', '103445.257000', '103445.260000', '103445.264000', '103445.266000', '103445.269000', '103445.272000', '103445.276000', '103445.279000', '103445.282000', '103445.285000', '103445.288000', '103445.291000', '103445.295000', '103445.298000', '103445.301000', '103445.304000', '103445.307000', '103445.310000', '103445.313000', '103445.316000', '103445.319000', '103445.322000', '103445.325000', '103445.328000', '103445.331000', '103445.334000', '103445.337000', '103445.340000', '103445.343000', '103445.346000', '103445.349000', '103445.352000', '103445.355000', '103445.358000', '103445.361000', '103445.364000', '103505.235000', '103505.238000', '103505.242000', '103505.245000', '103505.248000', '103505.251000', '103505.254000', '103505.257000', '103505.260000', '103505.263000', '103505.266000', '103505.269000', '103505.272000', '103505.275000', '103505.278000', '103505.281000', '103505.284000', '103505.287000', '103505.290000', '103505.293000', '103505.296000', '103505.299000', '103505.313000', '103505.316000', '103505.319000', '103505.322000', '103505.325000', '103505.328000', '103505.331000', '103505.334000', '103505.337000', '103505.340000', '103505.343000', '103505.346000', '103505.349000', '103505.352000', '103505.358000', '103505.361000', '103505.364000', '103505.367000', '103505.370000', '103505.373000', '103505.377000', '103505.380000', '103525.235000', '103525.239000', '103525.242000', '103525.246000', '103525.249000', '103525.252000', '103525.255000', '103525.258000', '103525.261000', '103525.264000', '103525.267000', '103525.270000', '103525.273000', '103525.276000', '103525.279000', '103525.282000', '103525.285000', '103525.288000', '103525.291000', '103525.294000', '103525.298000', '103525.301000', '103525.304000', '103525.307000', '103525.310000', '103525.313000', '103525.316000', '103525.319000', '103525.322000', '103525.325000', '103525.328000', '103525.331000', '103525.334000', '103525.337000', '103525.352000', '103525.355000', '103525.358000', '103525.361000', '103525.364000', '103525.367000', '103525.370000', '103525.373000', '103525.377000', '103545.235000', '103545.238000', '103545.241000', '103545.244000', '103545.247000', '103545.251000', '103545.254000', '103545.257000', '103545.260000', '103545.263000', '103545.266000', '103545.269000', '103545.272000', '103545.275000', '103545.278000', '103545.281000', '103545.284000', '103545.287000', '103545.290000', '103545.293000', '103545.296000', '103545.299000', '103545.302000', '103545.305000', '103545.308000', '103545.311000', '103545.314000', '103545.317000', '103545.320000', '103545.323000', '103545.326000', '103545.329000', '103545.332000', '103545.335000', '103545.338000', '103545.341000', '103545.344000', '103545.348000', '103545.350000', '103545.353000', '103545.356000', '103545.360000', '103545.363000', '103545.365000', '103605.235000', '103605.238000', '103605.241000', '103605.245000', '103605.248000', '103605.251000', '103605.254000', '103605.257000', '103605.260000', '103605.263000', '103605.266000', '103605.269000', '103605.272000', '103605.275000', '103605.278000', '103605.281000', '103605.284000', '103605.287000', '103605.290000', '103605.293000', '103605.296000', '103605.299000', '103605.302000', '103605.305000', '103605.308000', '103605.311000', '103605.315000', '103605.318000', '103605.321000', '103605.324000', '103605.327000', '103605.330000', '103605.333000', '103605.337000', '103605.340000', '103605.343000', '103605.346000', '103605.349000', '103605.352000', '103605.355000', '103605.358000', '103605.361000', '103605.364000', '103625.235000', '103625.238000', '103625.241000', '103625.245000', '103625.248000', '103625.251000', '103625.254000', '103625.257000', '103625.260000', '103625.263000', '103625.266000', '103625.269000', '103625.272000', '103625.275000', '103625.278000', '103625.281000', '103625.284000', '103625.287000', '103625.290000', '103625.293000', '103625.296000', '103625.299000', '103625.302000', '103625.305000', '103625.308000', '103625.311000', '103625.314000', '103625.317000', '103625.320000', '103625.323000', '103625.326000', '103625.329000', '103625.332000', '103625.335000', '103625.338000', '103625.341000', '103625.344000', '103625.347000', '103625.350000', '103625.353000', '103625.356000', '103625.359000', '103625.362000', '103625.365000', '103632.064000', '103632.067000', '103632.070000', '103632.074000', '103632.077000', '103632.080000', '103632.083000', '103632.088000', '103632.091000', '103632.094000', '103632.096000', '103632.100000', '103632.103000', '103632.106000', '103632.109000'], 'InstanceCreationTime': ['102425.268000', '102425.271000', '102425.274000', '102425.277000', '102425.280000', '102425.283000', '102425.286000', '102425.289000', '102425.292000', '102425.295000', '102425.298000', '102425.301000', '102425.304000', '102425.307000', '102425.310000', '102425.313000', '102425.316000', '102425.319000', '102425.322000', '102425.325000', '102425.327000', '102425.330000', '102425.333000', '102425.336000', '102425.339000', '102425.342000', '102425.345000', '102425.348000', '102425.359000', '102425.370000', '102425.373000', '102425.376000', '102425.379000', '102425.382000', '102425.385000', '102445.235000', '102445.238000', '102445.241000', '102445.250000', '102445.253000', '102445.256000', '102445.259000', '102445.262000', '102445.265000', '102445.268000', '102445.271000', '102445.274000', '102445.277000', '102445.279000', '102445.282000', '102445.285000', '102445.288000', '102445.291000', '102445.294000', '102445.297000', '102445.300000', '102445.303000', '102445.306000', '102445.309000', '102445.312000', '102445.315000', '102445.318000', '102445.320000', '102445.323000', '102445.326000', '102445.329000', '102445.332000', '102445.335000', '102445.338000', '102445.341000', '102445.344000', '102445.347000', '102445.350000', '102445.353000', '102445.356000', '102445.358000', '102445.361000', '102445.364000', '102445.367000', '102505.235000', '102505.238000', '102505.241000', '102505.244000', '102505.247000', '102505.251000', '102505.254000', '102505.257000', '102505.260000', '102505.263000', '102505.266000', '102505.268000', '102505.271000', '102505.274000', '102505.277000', '102505.280000', '102505.283000', '102505.286000', '102505.296000', '102505.299000', '102505.302000', '102505.305000', '102505.308000', '102505.311000', '102505.314000', '102505.317000', '102505.320000', '102505.323000', '102505.326000', '102505.329000', '102505.332000', '102505.335000', '102505.338000', '102505.341000', '102505.344000', '102505.347000', '102505.350000', '102505.353000', '102505.356000', '102505.359000', '102505.362000', '102505.365000', '102505.368000', '102525.236000', '102525.239000', '102525.243000', '102525.246000', '102525.263000', '102525.266000', '102525.269000', '102525.272000', '102525.275000', '102525.278000', '102525.281000', '102525.284000', '102525.287000', '102525.290000', '102525.293000', '102525.296000', '102525.299000', '102525.302000', '102525.305000', '102525.308000', '102525.311000', '102525.314000', '102525.317000', '102525.320000', '102525.323000', '102525.326000', '102525.329000', '102525.332000', '102525.335000', '102525.338000', '102525.341000', '102525.344000', '102525.347000', '102525.350000', '102525.353000', '102525.356000', '102525.359000', '102525.362000', '102525.365000', '102525.368000', '102525.371000', '102525.374000', '102525.377000', '102525.380000', '102545.236000', '102545.239000', '102545.242000', '102545.245000', '102545.248000', '102545.251000', '102545.254000', '102545.257000', '102545.260000', '102545.266000', '102545.269000', '102545.272000', '102545.275000', '102545.278000', '102545.281000', '102545.284000', '102545.287000', '102545.291000', '102545.294000', '102545.297000', '102545.300000', '102545.303000', '102545.306000', '102545.309000', '102545.312000', '102545.315000', '102545.318000', '102545.320000', '102545.323000', '102545.326000', '102545.329000', '102545.332000', '102545.335000', '102545.338000', '102545.341000', '102545.344000', '102545.347000', '102545.350000', '102545.353000', '102545.356000', '102545.359000', '102545.362000', '102545.365000', '102605.235000', '102605.238000', '102605.241000', '102605.244000', '102605.247000', '102605.250000', '102605.253000', '102605.256000', '102605.259000', '102605.262000', '102605.265000', '102605.268000', '102605.271000', '102605.274000', '102605.277000', '102605.280000', '102605.283000', '102605.286000', '102605.289000', '102605.292000', '102605.295000', '102605.298000', '102605.301000', '102605.304000', '102605.307000', '102605.310000', '102605.313000', '102605.316000', '102605.319000', '102605.322000', '102605.325000', '102605.328000', '102605.331000', '102605.334000', '102605.337000', '102605.340000', '102605.343000', '102605.346000', '102605.349000', '102605.352000', '102605.355000', '102605.358000', '102605.361000', '102605.364000', '102625.235000', '102625.238000', '102625.242000', '102625.245000', '102625.247000', '102625.250000', '102625.254000', '102625.257000', '102625.260000', '102625.263000', '102625.266000', '102625.269000', '102625.272000', '102625.276000', '102625.279000', '102625.282000', '102625.285000', '102625.288000', '102625.291000', '102625.294000', '102625.297000', '102625.300000', '102625.303000', '102625.306000', '102625.309000', '102625.312000', '102625.315000', '102625.318000', '102625.321000', '102625.324000', '102625.327000', '102625.330000', '102625.333000', '102625.336000', '102625.339000', '102625.342000', '102625.345000', '102625.348000', '102625.351000', '102625.354000', '102625.357000', '102625.360000', '102625.363000', '102645.235000', '102645.238000', '102645.241000', '102645.244000', '102645.247000', '102645.250000', '102645.253000', '102645.256000', '102645.259000', '102645.262000', '102645.265000', '102645.268000', '102645.271000', '102645.274000', '102645.277000', '102645.280000', '102645.284000', '102645.287000', '102645.290000', '102645.293000', '102645.296000', '102645.299000', '102645.302000', '102645.305000', '102645.308000', '102645.311000', '102645.314000', '102645.317000', '102645.320000', '102645.323000', '102645.326000', '102645.329000', '102645.332000', '102645.335000', '102645.338000', '102645.341000', '102645.344000', '102645.347000', '102645.350000', '102645.353000', '102645.356000', '102645.359000', '102645.362000', '102645.383000', '102705.235000', '102705.238000', '102705.241000', '102705.244000', '102705.247000', '102705.250000', '102705.253000', '102705.256000', '102705.259000', '102705.262000', '102705.265000', '102705.268000', '102705.271000', '102705.274000', '102705.277000', '102705.280000', '102705.283000', '102705.287000', '102705.290000', '102705.293000', '102705.295000', '102705.299000', '102705.302000', '102705.304000', '102705.308000', '102705.311000', '102705.314000', '102705.316000', '102705.319000', '102705.323000', '102705.326000', '102705.329000', '102705.332000', '102705.335000', '102705.338000', '102705.341000', '102705.344000', '102705.347000', '102705.350000', '102705.353000', '102705.356000', '102705.359000', '102705.362000', '102725.235000', '102725.238000', '102725.241000', '102725.244000', '102725.247000', '102725.250000', '102725.253000', '102725.256000', '102725.259000', '102725.262000', '102725.265000', '102725.268000', '102725.271000', '102725.274000', '102725.278000', '102725.281000', '102725.284000', '102725.287000', '102725.290000', '102725.293000', '102725.296000', '102725.299000', '102725.302000', '102725.305000', '102725.308000', '102725.311000', '102725.314000', '102725.318000', '102725.320000', '102725.323000', '102725.326000', '102725.329000', '102725.332000', '102725.335000', '102725.338000', '102725.341000', '102725.344000', '102725.347000', '102725.350000', '102725.353000', '102725.356000', '102725.359000', '102725.362000', '102725.365000', '102745.236000', '102745.239000', '102745.242000', '102745.245000', '102745.248000', '102745.252000', '102745.255000', '102745.258000', '102745.261000', '102745.265000', '102745.268000', '102745.270000', '102745.274000', '102745.277000', '102745.280000', '102745.282000', '102745.286000', '102745.288000', '102745.291000', '102745.294000', '102745.297000', '102745.300000', '102745.303000', '102745.306000', '102745.309000', '102745.312000', '102745.315000', '102745.318000', '102745.321000', '102745.324000', '102745.327000', '102745.330000', '102745.333000', '102745.336000', '102745.339000', '102745.342000', '102745.345000', '102745.349000', '102745.354000', '102745.357000', '102745.360000', '102745.363000', '102745.366000', '102805.236000', '102805.239000', '102805.242000', '102805.245000', '102805.248000', '102805.251000', '102805.254000', '102805.257000', '102805.260000', '102805.263000', '102805.266000', '102805.269000', '102805.272000', '102805.275000', '102805.278000', '102805.281000', '102805.284000', '102805.287000', '102805.290000', '102805.293000', '102805.296000', '102805.299000', '102805.302000', '102805.305000', '102805.308000', '102805.311000', '102805.314000', '102805.317000', '102805.320000', '102805.323000', '102805.326000', '102805.329000', '102805.332000', '102805.335000', '102805.338000', '102805.341000', '102805.343000', '102805.346000', '102805.349000', '102805.352000', '102805.355000', '102805.358000', '102805.361000', '102805.364000', '102825.235000', '102825.238000', '102825.241000', '102825.244000', '102825.247000', '102825.250000', '102825.253000', '102825.256000', '102825.259000', '102825.262000', '102825.265000', '102825.268000', '102825.271000', '102825.274000', '102825.277000', '102825.280000', '102825.283000', '102825.286000', '102825.289000', '102825.292000', '102825.295000', '102825.298000', '102825.301000', '102825.304000', '102825.317000', '102825.320000', '102825.323000', '102825.326000', '102825.329000', '102825.332000', '102825.335000', '102825.338000', '102825.341000', '102825.345000', '102825.348000', '102825.351000', '102825.354000', '102825.357000', '102825.360000', '102825.363000', '102825.366000', '102825.369000', '102825.372000', '102845.235000', '102845.238000', '102845.241000', '102845.244000', '102845.247000', '102845.250000', '102845.253000', '102845.256000', '102845.259000', '102845.262000', '102845.265000', '102845.268000', '102845.271000', '102845.274000', '102845.277000', '102845.280000', '102845.283000', '102845.286000', '102845.289000', '102845.292000', '102845.295000', '102845.298000', '102845.301000', '102845.304000', '102845.307000', '102845.310000', '102845.313000', '102845.316000', '102845.319000', '102845.322000', '102845.325000', '102845.328000', '102845.331000', '102845.334000', '102845.337000', '102845.340000', '102845.343000', '102845.346000', '102845.349000', '102845.352000', '102845.355000', '102845.358000', '102845.361000', '102845.364000', '102905.235000', '102905.238000', '102905.241000', '102905.244000', '102905.247000', '102905.250000', '102905.253000', '102905.256000', '102905.259000', '102905.262000', '102905.265000', '102905.268000', '102905.271000', '102905.274000', '102905.277000', '102905.280000', '102905.283000', '102905.286000', '102905.290000', '102905.293000', '102905.296000', '102905.299000', '102905.302000', '102905.305000', '102905.308000', '102905.311000', '102905.314000', '102905.317000', '102905.320000', '102905.323000', '102905.326000', '102905.329000', '102905.332000', '102905.335000', '102905.338000', '102905.341000', '102905.344000', '102905.347000', '102905.350000', '102905.353000', '102905.356000', '102905.359000', '102905.363000', '102925.235000', '102925.238000', '102925.241000', '102925.244000', '102925.247000', '102925.250000', '102925.253000', '102925.256000', '102925.259000', '102925.262000', '102925.265000', '102925.268000', '102925.271000', '102925.274000', '102925.277000', '102925.280000', '102925.283000', '102925.286000', '102925.290000', '102925.293000', '102925.296000', '102925.299000', '102925.302000', '102925.305000', '102925.308000', '102925.311000', '102925.314000', '102925.317000', '102925.320000', '102925.323000', '102925.326000', '102925.329000', '102925.332000', '102925.335000', '102925.338000', '102925.341000', '102925.344000', '102925.347000', '102925.350000', '102925.353000', '102925.356000', '102925.359000', '102925.362000', '102925.365000', '102945.235000', '102945.238000', '102945.241000', '102945.244000', '102945.247000', '102945.250000', '102945.253000', '102945.256000', '102945.259000', '102945.262000', '102945.265000', '102945.268000', '102945.271000', '102945.274000', '102945.277000', '102945.280000', '102945.283000', '102945.286000', '102945.289000', '102945.292000', '102945.295000', '102945.298000', '102945.301000', '102945.304000', '102945.307000', '102945.310000', '102945.313000', '102945.316000', '102945.319000', '102945.322000', '102945.325000', '102945.328000', '102945.331000', '102945.334000', '102945.337000', '102945.340000', '102945.343000', '102945.346000', '102945.349000', '102945.352000', '102945.355000', '102945.357000', '102945.360000', '103005.236000', '103005.239000', '103005.242000', '103005.245000', '103005.248000', '103005.251000', '103005.254000', '103005.257000', '103005.260000', '103005.263000', '103005.266000', '103005.269000', '103005.272000', '103005.275000', '103005.278000', '103005.281000', '103005.284000', '103005.287000', '103005.289000', '103005.292000', '103005.295000', '103005.298000', '103005.301000', '103005.304000', '103005.307000', '103005.310000', '103005.313000', '103005.316000', '103005.319000', '103005.322000', '103005.325000', '103005.328000', '103005.331000', '103005.334000', '103005.337000', '103005.340000', '103005.343000', '103005.346000', '103005.349000', '103005.352000', '103005.355000', '103005.358000', '103005.361000', '103005.364000', '103025.235000', '103025.238000', '103025.241000', '103025.244000', '103025.247000', '103025.250000', '103025.253000', '103025.256000', '103025.259000', '103025.262000', '103025.265000', '103025.268000', '103025.271000', '103025.274000', '103025.277000', '103025.280000', '103025.283000', '103025.286000', '103025.289000', '103025.292000', '103025.295000', '103025.298000', '103025.301000', '103025.304000', '103025.315000', '103025.318000', '103025.321000', '103025.324000', '103025.329000', '103025.332000', '103025.335000', '103025.338000', '103025.341000', '103025.344000', '103025.347000', '103025.350000', '103025.353000', '103025.356000', '103025.359000', '103025.362000', '103025.365000', '103025.368000', '103025.371000', '103045.235000', '103045.238000', '103045.241000', '103045.244000', '103045.247000', '103045.250000', '103045.253000', '103045.256000', '103045.259000', '103045.262000', '103045.265000', '103045.268000', '103045.271000', '103045.274000', '103045.277000', '103045.280000', '103045.283000', '103045.286000', '103045.289000', '103045.292000', '103045.295000', '103045.298000', '103045.301000', '103045.304000', '103045.307000', '103045.310000', '103045.313000', '103045.316000', '103045.319000', '103045.322000', '103045.325000', '103045.328000', '103045.331000', '103045.334000', '103045.337000', '103045.340000', '103045.343000', '103045.346000', '103045.349000', '103045.352000', '103045.355000', '103045.358000', '103045.361000', '103045.364000', '103105.235000', '103105.238000', '103105.241000', '103105.251000', '103105.254000', '103105.261000', '103105.264000', '103105.267000', '103105.270000', '103105.273000', '103105.276000', '103105.279000', '103105.282000', '103105.285000', '103105.288000', '103105.291000', '103105.294000', '103105.297000', '103105.300000', '103105.303000', '103105.306000', '103105.309000', '103105.312000', '103105.315000', '103105.318000', '103105.321000', '103105.324000', '103105.327000', '103105.330000', '103105.333000', '103105.336000', '103105.339000', '103105.342000', '103105.345000', '103105.348000', '103105.351000', '103105.354000', '103105.357000', '103105.360000', '103105.363000', '103105.366000', '103105.369000', '103105.372000', '103125.235000', '103125.238000', '103125.241000', '103125.254000', '103125.257000', '103125.260000', '103125.263000', '103125.266000', '103125.269000', '103125.272000', '103125.275000', '103125.278000', '103125.281000', '103125.284000', '103125.287000', '103125.290000', '103125.293000', '103125.296000', '103125.299000', '103125.302000', '103125.305000', '103125.308000', '103125.311000', '103125.314000', '103125.317000', '103125.320000', '103125.323000', '103125.326000', '103125.329000', '103125.332000', '103125.335000', '103125.339000', '103125.342000', '103125.345000', '103125.347000', '103125.350000', '103125.353000', '103125.356000', '103125.359000', '103125.362000', '103125.365000', '103125.368000', '103125.371000', '103125.374000', '103145.235000', '103145.238000', '103145.251000', '103145.254000', '103145.257000', '103145.260000', '103145.263000', '103145.266000', '103145.269000', '103145.272000', '103145.275000', '103145.278000', '103145.281000', '103145.284000', '103145.287000', '103145.290000', '103145.293000', '103145.296000', '103145.299000', '103145.302000', '103145.305000', '103145.308000', '103145.311000', '103145.314000', '103145.317000', '103145.320000', '103145.323000', '103145.326000', '103145.329000', '103145.332000', '103145.335000', '103145.338000', '103145.341000', '103145.344000', '103145.346000', '103145.349000', '103145.352000', '103145.355000', '103145.358000', '103145.361000', '103145.365000', '103145.369000', '103145.372000', '103205.235000', '103205.238000', '103205.241000', '103205.244000', '103205.247000', '103205.250000', '103205.253000', '103205.256000', '103205.259000', '103205.262000', '103205.265000', '103205.268000', '103205.271000', '103205.274000', '103205.277000', '103205.280000', '103205.283000', '103205.286000', '103205.289000', '103205.292000', '103205.295000', '103205.298000', '103205.301000', '103205.304000', '103205.307000', '103205.310000', '103205.313000', '103205.316000', '103205.319000', '103205.322000', '103205.325000', '103205.328000', '103205.332000', '103205.335000', '103205.338000', '103205.341000', '103205.344000', '103205.347000', '103205.350000', '103205.353000', '103205.356000', '103205.359000', '103205.362000', '103205.365000', '103225.236000', '103225.239000', '103225.242000', '103225.245000', '103225.248000', '103225.251000', '103225.254000', '103225.257000', '103225.260000', '103225.263000', '103225.266000', '103225.269000', '103225.272000', '103225.275000', '103225.278000', '103225.281000', '103225.284000', '103225.287000', '103225.290000', '103225.293000', '103225.296000', '103225.299000', '103225.302000', '103225.305000', '103225.308000', '103225.311000', '103225.314000', '103225.317000', '103225.320000', '103225.323000', '103225.326000', '103225.329000', '103225.332000', '103225.335000', '103225.338000', '103225.341000', '103225.344000', '103225.347000', '103225.350000', '103225.353000', '103225.356000', '103225.359000', '103225.362000', '103245.235000', '103245.238000', '103245.241000', '103245.244000', '103245.247000', '103245.250000', '103245.253000', '103245.256000', '103245.259000', '103245.262000', '103245.265000', '103245.268000', '103245.271000', '103245.274000', '103245.277000', '103245.280000', '103245.283000', '103245.286000', '103245.289000', '103245.292000', '103245.295000', '103245.298000', '103245.300000', '103245.303000', '103245.306000', '103245.309000', '103245.312000', '103245.315000', '103245.318000', '103245.321000', '103245.324000', '103245.327000', '103245.330000', '103245.333000', '103245.336000', '103245.339000', '103245.342000', '103245.345000', '103245.348000', '103245.351000', '103245.354000', '103245.357000', '103245.360000', '103245.363000', '103305.235000', '103305.238000', '103305.241000', '103305.244000', '103305.247000', '103305.250000', '103305.253000', '103305.256000', '103305.259000', '103305.262000', '103305.265000', '103305.268000', '103305.271000', '103305.274000', '103305.277000', '103305.280000', '103305.283000', '103305.286000', '103305.289000', '103305.292000', '103305.295000', '103305.298000', '103305.301000', '103305.304000', '103305.307000', '103305.310000', '103305.313000', '103305.316000', '103305.319000', '103305.322000', '103305.325000', '103305.328000', '103305.331000', '103305.334000', '103305.337000', '103305.340000', '103305.343000', '103305.346000', '103305.349000', '103305.352000', '103305.355000', '103305.358000', '103305.361000', '103325.235000', '103325.238000', '103325.241000', '103325.244000', '103325.247000', '103325.251000', '103325.254000', '103325.257000', '103325.260000', '103325.263000', '103325.266000', '103325.269000', '103325.272000', '103325.275000', '103325.278000', '103325.281000', '103325.284000', '103325.287000', '103325.290000', '103325.293000', '103325.296000', '103325.299000', '103325.302000', '103325.305000', '103325.308000', '103325.311000', '103325.314000', '103325.317000', '103325.320000', '103325.323000', '103325.326000', '103325.329000', '103325.332000', '103325.335000', '103325.338000', '103325.341000', '103325.344000', '103325.347000', '103325.350000', '103325.353000', '103325.356000', '103325.359000', '103325.362000', '103345.235000', '103345.238000', '103345.241000', '103345.244000', '103345.247000', '103345.250000', '103345.253000', '103345.256000', '103345.259000', '103345.262000', '103345.265000', '103345.268000', '103345.278000', '103345.281000', '103345.284000', '103345.287000', '103345.290000', '103345.293000', '103345.296000', '103345.299000', '103345.302000', '103345.305000', '103345.308000', '103345.311000', '103345.314000', '103345.317000', '103345.320000', '103345.323000', '103345.326000', '103345.329000', '103345.332000', '103345.335000', '103345.347000', '103345.350000', '103345.353000', '103345.356000', '103345.359000', '103345.362000', '103345.365000', '103345.368000', '103345.385000', '103345.388000', '103345.391000', '103345.394000', '103405.235000', '103405.238000', '103405.241000', '103405.244000', '103405.247000', '103405.250000', '103405.253000', '103405.257000', '103405.260000', '103405.263000', '103405.266000', '103405.269000', '103405.273000', '103405.275000', '103405.278000', '103405.281000', '103405.285000', '103405.287000', '103405.290000', '103405.293000', '103405.297000', '103405.300000', '103405.303000', '103405.306000', '103405.309000', '103405.312000', '103405.315000', '103405.318000', '103405.321000', '103405.324000', '103405.327000', '103405.330000', '103405.333000', '103405.335000', '103405.338000', '103405.341000', '103405.344000', '103405.347000', '103405.350000', '103405.353000', '103405.356000', '103405.359000', '103405.362000', '103425.235000', '103425.246000', '103425.249000', '103425.254000', '103425.257000', '103425.260000', '103425.263000', '103425.266000', '103425.269000', '103425.272000', '103425.275000', '103425.278000', '103425.281000', '103425.284000', '103425.287000', '103425.290000', '103425.293000', '103425.296000', '103425.299000', '103425.302000', '103425.305000', '103425.308000', '103425.311000', '103425.314000', '103425.317000', '103425.320000', '103425.323000', '103425.326000', '103425.329000', '103425.332000', '103425.336000', '103425.339000', '103425.342000', '103425.345000', '103425.348000', '103425.351000', '103425.354000', '103425.357000', '103425.360000', '103425.363000', '103425.366000', '103425.369000', '103425.372000', '103425.375000', '103445.236000', '103445.239000', '103445.242000', '103445.245000', '103445.248000', '103445.251000', '103445.254000', '103445.257000', '103445.260000', '103445.264000', '103445.266000', '103445.269000', '103445.272000', '103445.276000', '103445.279000', '103445.282000', '103445.285000', '103445.288000', '103445.291000', '103445.295000', '103445.298000', '103445.301000', '103445.304000', '103445.307000', '103445.310000', '103445.313000', '103445.316000', '103445.319000', '103445.322000', '103445.325000', '103445.328000', '103445.331000', '103445.334000', '103445.337000', '103445.340000', '103445.343000', '103445.346000', '103445.349000', '103445.352000', '103445.355000', '103445.358000', '103445.361000', '103445.364000', '103505.235000', '103505.238000', '103505.242000', '103505.245000', '103505.248000', '103505.251000', '103505.254000', '103505.257000', '103505.260000', '103505.263000', '103505.266000', '103505.269000', '103505.272000', '103505.275000', '103505.278000', '103505.281000', '103505.284000', '103505.287000', '103505.290000', '103505.293000', '103505.296000', '103505.299000', '103505.313000', '103505.316000', '103505.319000', '103505.322000', '103505.325000', '103505.328000', '103505.331000', '103505.334000', '103505.337000', '103505.340000', '103505.343000', '103505.346000', '103505.349000', '103505.352000', '103505.358000', '103505.361000', '103505.364000', '103505.367000', '103505.370000', '103505.373000', '103505.377000', '103505.380000', '103525.235000', '103525.239000', '103525.242000', '103525.246000', '103525.249000', '103525.252000', '103525.255000', '103525.258000', '103525.261000', '103525.264000', '103525.267000', '103525.270000', '103525.273000', '103525.276000', '103525.279000', '103525.282000', '103525.285000', '103525.288000', '103525.291000', '103525.294000', '103525.298000', '103525.301000', '103525.304000', '103525.307000', '103525.310000', '103525.313000', '103525.316000', '103525.319000', '103525.322000', '103525.325000', '103525.328000', '103525.331000', '103525.334000', '103525.337000', '103525.352000', '103525.355000', '103525.358000', '103525.361000', '103525.364000', '103525.367000', '103525.370000', '103525.373000', '103525.377000', '103545.235000', '103545.238000', '103545.241000', '103545.244000', '103545.247000', '103545.251000', '103545.254000', '103545.257000', '103545.260000', '103545.263000', '103545.266000', '103545.269000', '103545.272000', '103545.275000', '103545.278000', '103545.281000', '103545.284000', '103545.287000', '103545.290000', '103545.293000', '103545.296000', '103545.299000', '103545.302000', '103545.305000', '103545.308000', '103545.311000', '103545.314000', '103545.317000', '103545.320000', '103545.323000', '103545.326000', '103545.329000', '103545.332000', '103545.335000', '103545.338000', '103545.341000', '103545.344000', '103545.348000', '103545.350000', '103545.353000', '103545.356000', '103545.360000', '103545.363000', '103545.365000', '103605.235000', '103605.238000', '103605.241000', '103605.245000', '103605.248000', '103605.251000', '103605.254000', '103605.257000', '103605.260000', '103605.263000', '103605.266000', '103605.269000', '103605.272000', '103605.275000', '103605.278000', '103605.281000', '103605.284000', '103605.287000', '103605.290000', '103605.293000', '103605.296000', '103605.299000', '103605.302000', '103605.305000', '103605.308000', '103605.311000', '103605.315000', '103605.318000', '103605.321000', '103605.324000', '103605.327000', '103605.330000', '103605.333000', '103605.337000', '103605.340000', '103605.343000', '103605.346000', '103605.349000', '103605.352000', '103605.355000', '103605.358000', '103605.361000', '103605.364000', '103625.235000', '103625.238000', '103625.241000', '103625.245000', '103625.248000', '103625.251000', '103625.254000', '103625.257000', '103625.260000', '103625.263000', '103625.266000', '103625.269000', '103625.272000', '103625.275000', '103625.278000', '103625.281000', '103625.284000', '103625.287000', '103625.290000', '103625.293000', '103625.296000', '103625.299000', '103625.302000', '103625.305000', '103625.308000', '103625.311000', '103625.314000', '103625.317000', '103625.320000', '103625.323000', '103625.326000', '103625.329000', '103625.332000', '103625.335000', '103625.338000', '103625.341000', '103625.344000', '103625.347000', '103625.350000', '103625.353000', '103625.356000', '103625.359000', '103625.362000', '103625.365000', '103632.064000', '103632.067000', '103632.070000', '103632.074000', '103632.077000', '103632.080000', '103632.083000', '103632.088000', '103632.091000', '103632.094000', '103632.096000', '103632.100000', '103632.103000', '103632.106000', '103632.109000'], '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': [11539, 11038, 14404, 11523, 13772, 13995, 10774, 14213, 12397, 11818, 14068, 10822, 14343, 11328, 12374, 13808, 11042, 12826, 8510, 8621, 11209, 8988, 8609, 10025, 8471, 8939, 8167, 8645, 9604, 8253, 8472, 8347, 8511, 8777, 8070, 8586, 9755, 8688, 8773, 9318, 8411, 10704, 8649, 8715, 9769, 8641, 8823, 8304, 8464, 10737, 11438, 8149, 9860, 8672, 8410, 10523, 8480, 8484, 11677, 8524, 8698, 8124, 8443, 11449, 8793, 8858, 12879, 10876, 10278, 13759, 12309, 12154, 13675, 11574, 10839, 14045, 12809, 10849, 8257, 8373, 10914, 8466, 8974, 8926, 8575, 12124, 9911, 9130, 8325, 9094, 9577, 8703, 10724, 13578, 10442, 11625, 8952, 8729, 11342, 13604, 10046, 11072, 11809, 8722, 9096, 8740, 8682, 8831, 8416, 9604, 8708, 8632, 8642, 8945, 11293, 8753, 9043, 11642, 9710, 9056, 10986, 8773, 9993, 12529, 9674, 11192, 13980, 11555, 10295, 9790, 8601, 10592, 8410, 8787, 9038, 8692, 9038, 8359, 9059, 11620, 8709, 9020, 10681, 8636, 9227, 11511, 9753, 8595, 10353, 8788, 9941, 11696, 8612, 9570, 8120, 8663, 10815, 8552, 8966, 11201, 8380, 9075, 10830, 8871, 8881, 9875, 8693, 9428, 12489, 9135, 9260, 9791, 8662, 9446, 10841, 9037, 9204, 8332, 8900, 11264, 8405, 8921, 10561, 8809, 9254, 11597, 8641, 9136, 8572, 8903, 10738, 8949, 8538, 11240, 10157, 8882, 10114, 8694, 8989, 8516, 8638, 11761, 8788, 9011, 14751, 14241, 11066, 11472, 9485, 8536, 11223, 12778, 8999, 11343, 8570, 8698, 12427, 9629, 8708, 8292, 8432, 9394, 8692, 9833, 8859, 9339, 13465, 10814, 11879, 14342, 12011, 10027, 13901, 12367, 11032, 14322, 12164, 12918, 9446, 8606, 8760, 8888, 9550, 8738, 8959, 10458, 9609, 8973, 9848, 10062, 9090, 9932, 11120, 8810, 8800, 8545, 9248, 10708, 8984, 9145, 10482, 8755, 8938, 9180, 8813, 9738, 8697, 9110, 11351, 9183, 9479, 8464, 8995, 11103, 9718, 8271, 8812, 8814, 10432, 10814, 10890, 13203, 10059, 9243, 13784, 10076, 9263, 10734, 8644, 8655, 11421, 8870, 8704, 8473, 8459, 9460, 8762, 9110, 9256, 8622, 10342, 9856, 8507, 10076, 8690, 8568, 12001, 13004, 10338, 11135, 12768, 9705, 11248, 10817, 8743, 11097, 8684, 9182, 12844, 9891, 10779, 8927, 8752, 8490, 8952, 10173, 12271, 8931, 12459, 15101, 13163, 10638, 13542, 11096, 9085, 11373, 8697, 8938, 10244, 8890, 9215, 10095, 8889, 8964, 8409, 8753, 10281, 8859, 9168, 11655, 9309, 8888, 9124, 8861, 9117, 8844, 8743, 10036, 9862, 8766, 9226, 8435, 8637, 10396, 8619, 8571, 11178, 8954, 8801, 10292, 8996, 9077, 10035, 8762, 11047, 9879, 11387, 11920, 10731, 11175, 8856, 9685, 13822, 9426, 10790, 15375, 12921, 10303, 12893, 11984, 9217, 10548, 8783, 8912, 13259, 9385, 9455, 8495, 8556, 8934, 9072, 9963, 8969, 9221, 14165, 13199, 12153, 14605, 12005, 9298, 13343, 8926, 8970, 11991, 9673, 8947, 11934, 9567, 8962, 11857, 8844, 8527, 8791, 9019, 8858, 8899, 9366, 11159, 9435, 8880, 9265, 9269, 9416, 9493, 9559, 11016, 9388, 9284, 13535, 11048, 9937, 12524, 8919, 11128, 10963, 8717, 11730, 8814, 9391, 10809, 9079, 8976, 8459, 8897, 9249, 8723, 8843, 8618, 8900, 10615, 8679, 8709, 10269, 8488, 8570, 10082, 11824, 8430, 8464, 8493, 8862, 9658, 8281, 8644, 10700, 8743, 8704, 8653, 8899, 9852, 8705, 9103, 11910, 9053, 9161, 13184, 10535, 9332, 13919, 12787, 10161, 12442, 14568, 11467, 11185, 8526, 8801, 9465, 9044, 8808, 11141, 8775, 8745, 10920, 8772, 9157, 11563, 9018, 9029, 8344, 8640, 9807, 8724, 8750, 11896, 11943, 9581, 10224, 13886, 11471, 10909, 10575, 8748, 9927, 11908, 9002, 10415, 8647, 9075, 13424, 9973, 9593, 11977, 8835, 10110, 8976, 9228, 10677, 9067, 9691, 14292, 11370, 9986, 12705, 9064, 10129, 13449, 10210, 10038, 12745, 9079, 9781, 8698, 8370, 8529, 9089, 10041, 9198, 9416, 9001, 9884, 8639, 9118, 11304, 14786, 12940, 10422, 14170, 12136, 9440, 10806, 12455, 8594, 9739, 8955, 8420, 9007, 8338, 8509, 10572, 8782, 8417, 8440, 8627, 9208, 8926, 10161, 8455, 8903, 12529, 8968, 8872, 12304, 10772, 8847, 12660, 12401, 9976, 10151, 8398, 8991, 11540, 9340, 8771, 9122, 8704, 9277, 8660, 8801, 9469, 8702, 8891, 12570, 9002, 9220, 10035, 8446, 8775, 10845, 8642, 8549, 10567, 8871, 9017, 9681, 8850, 8927, 8638, 8997, 11553, 9116, 9736, 10005, 10377, 9776, 8633, 10416, 13778, 12172, 11030, 15451, 12835, 10882, 14559, 11678, 9800, 8496, 8816, 10952, 9009, 8969, 11449, 8847, 10048, 12539, 9614, 12530, 9027, 8643, 11217, 8740, 9922, 11719, 8685, 12116, 8680, 8941, 13329, 11988, 9665, 12424, 8692, 9022, 12172, 10018, 8442, 8392, 8741, 9489, 8591, 8688, 9446, 8359, 9122, 10758, 8633, 8429, 8505, 8918, 10123, 8682, 9181, 11995, 8768, 8500, 8940, 8416, 9956, 9283, 8506, 9435, 8385, 8473, 9356, 8814, 10261, 8869, 9672, 9940, 12611, 14116, 11129, 13760, 9438, 8967, 14451, 11030, 9682, 14455, 11107, 9313, 14175, 10912, 9453, 10732, 8958, 8398, 8839, 8316, 8913, 8369, 8911, 10638, 8790, 9374, 9022, 8544, 8709, 8918, 11358, 8701, 8999, 13372, 10831, 8778, 13176, 9811, 8826, 13727, 10777, 9308, 13347, 11505, 10411, 10483, 8785, 14008, 13226, 13928, 11754, 8722, 9279, 8745, 8865, 12653, 10160, 8992, 12954, 11484, 9123, 9891, 8321, 8575, 9785, 8663, 8656, 8967, 8840, 8705, 8705, 9225, 11461, 9601, 11053, 14102, 11920, 14836, 11902, 9671, 8496, 8997, 9669, 9961, 8877, 9134, 13845, 11392, 9370, 13105, 11312, 8990, 10818, 8347, 8607, 8563, 8939, 9276, 8422, 8825, 9780, 8984, 9578, 13518, 10589, 11177, 14487, 11297, 14976, 12377, 13218, 8666, 8571, 8486, 8921, 9949, 8748, 8859, 9953, 9702, 9093, 8953, 9684, 9031, 9350, 8580, 9113, 9029, 8844, 9335, 9032, 9070, 9928, 9242, 9039, 11298, 8843, 8823, 13954, 11317, 9984, 14174, 11705, 11961, 8657, 8835, 8470, 8269, 10504, 15705, 12555, 10531, 14878, 10103, 8589, 11098, 8693, 8545, 10162, 8578, 8653, 10405, 8931, 8778, 11026, 8815, 8896, 11894, 8640, 9028, 10764, 8530, 9145, 10759, 8990, 9580, 9877, 8808, 9648, 8556, 8524, 12568, 13224, 15061, 10277, 9720, 8427, 8373, 9298, 9076, 8204, 9825, 11526, 8257, 9012, 8288, 8444, 10824, 8630, 8899, 9863, 8626, 10454, 8485, 9161, 8494, 9932, 11483, 10636, 16403, 17761, 15753, 12039, 12420, 9074, 9113, 12750, 10434, 11804, 8772, 9114, 10026, 9030, 9428, 8597, 9115, 10499, 8819, 9250, 11783, 9082, 8857, 8598, 9318, 9180, 8445, 9253, 12856, 9668, 8543, 8373, 9007, 9221, 9050, 9216, 12251, 8921, 9294, 10221, 8778, 9230, 10724, 9000, 8389, 8430, 8859, 9519, 8405, 9282, 11596, 8656, 8856, 10934, 12162, 9042, 10531, 13225, 9136, 9849, 9261, 9165, 10065, 8483, 8668, 8292, 9271, 8704, 9118, 9369, 12898, 13750, 10905, 11060, 12898, 8951, 9430, 12703, 8722, 8609, 8562, 8804, 9819, 8224, 9136, 9166, 8955, 9769, 10757, 9308, 12339, 12528, 9755, 14533, 11679, 10225, 15287, 12043, 10340, 15062, 12230, 10752, 10637, 9528, 10287, 9198, 8654, 8176, 9248, 10541, 9722, 9183, 10262, 8869, 8720, 10505, 8886, 10712, 15481, 11453, 13214, 8981, 9097, 11518, 8483, 9195, 12014, 11017, 9370, 10292, 10769, 9023, 8925, 8539, 9274, 9325, 8492, 9304, 9402, 8865, 8766, 8691, 8915, 9516, 8649, 8886, 8835, 8456, 8680, 9266, 10851, 13895, 15574, 13278, 10266, 8543, 9077, 9529, 8503, 9108, 9330, 8668, 9135, 8515, 9239, 9613, 9005, 10341, 9202, 8883, 8320, 9241, 11154, 14847, 12028, 10601, 15010, 13126, 10247, 11424, 9115, 9249, 8497, 8957, 10876, 8926, 8883, 9713, 9176, 9480, 9109, 9865, 8962, 9384, 13314, 10276, 9531, 15608, 11905, 9733, 14823, 12695, 10085, 10023, 8960, 8778, 8520, 9204, 9446, 8859, 9270, 10534, 9145, 8972, 8568, 9131, 9905, 9122, 8793, 9021, 8738, 8667, 9204, 10873, 8511, 9194, 11669, 11713, 8994, 10879, 8446, 8980, 12246, 9254, 8711, 8376, 9135, 9666, 8573, 9233, 11977, 10604, 9124, 14120, 11798, 9561, 14035, 11582, 9656, 13200, 12406, 10879, 12542, 8686, 8299, 9138, 9344, 9899, 9022, 9302, 12017, 8923, 9286, 10521, 8771, 9295, 10822, 8980, 8570, 9019, 9304, 9188, 8456, 9288, 12805, 12319, 13381, 13663, 10594, 10047, 9448, 9358, 10953, 9282, 9883, 15328, 11801, 9625, 12818, 9773, 10287, 9241, 9214, 9148, 9172, 9140, 11201, 8743, 9623, 15085, 11579, 9577, 12855, 9278, 8510, 10382, 8877, 8883, 8472, 9393, 9062, 8941, 10162, 9276, 8877, 9122, 9319, 9803, 9513, 9675, 14496, 16352, 13616, 11146, 12961, 10438, 9323, 8522, 9057, 8596, 8222, 9053, 9287, 8387, 9332, 10188, 9042, 8544, 8452, 9142, 11518, 9176, 11034, 9016, 9232, 11992, 9149, 9360, 13353, 10625, 9052, 13288, 9922, 8984, 12365, 10591, 9278, 9101, 8887, 8575, 8280, 9278, 9496, 8764, 8710, 8461, 9212, 11904, 12367, 13507, 10482, 8245, 8105, 8927, 9882, 13644, 12070, 10037, 10480, 12955, 8600, 10358, 8581, 8931, 9896, 8299, 9128, 10286, 8908, 8497, 8443, 9237, 11374, 10093, 11077, 14718, 11464, 13371, 15293, 12202, 11365, 14094, 10645, 10573, 14447, 11154, 9986, 12074, 9036, 8431, 8523, 9425, 8604, 8794, 9357, 9419, 9164, 8713, 8458, 8851, 9437, 8850, 8667, 8826, 8470, 8550, 9113, 8744, 8561, 9102, 12421, 8812, 8997, 12095, 9058, 8836, 9227, 8749, 9217, 8945, 8577, 9830, 8632, 9146, 10398, 8716, 10468, 10313, 11226, 8643, 9436, 14147, 12089, 13134, 14860, 11367, 15205, 14242, 10925, 15100, 11977, 10148, 12804, 10068, 10074, 8291, 9331, 14181, 10939, 10209, 9166, 8864, 8501, 9396, 11291, 8888, 9400, 12957, 10387, 9176, 12906, 9773, 8971, 8458, 9218, 9242, 9089, 9099, 8320, 9304, 10892, 8868, 8717, 8469, 9391, 11267, 8615, 9035, 8218, 9183, 11161, 8572, 9099, 8994, 8722, 10001, 8158, 8852, 10986, 12470, 8660, 10418, 13833, 8506, 10226, 8481, 8599, 9124, 8517, 8882, 8367, 8630, 9148, 8784, 9456, 13879, 10774, 9304, 12384, 13094, 9581, 10829, 14375, 12525, 11017, 13810, 9745, 10879, 10736, 9064, 9643, 8593, 9058, 11009, 11098, 9398, 12052, 8914, 9052, 10790, 9019, 12824, 14262, 11261, 13077, 9007, 9635, 13871, 11091, 10325, 9772, 9385, 11925, 8844, 9406, 14497, 12631, 9723, 13715, 9718, 9747, 13691, 11256, 8853, 10000, 9381, 8907, 12872, 9266, 9025, 8579, 9740, 10950, 11318, 9668, 9768, 9685, 9541, 10379, 8788, 9480, 10363, 8664, 9511, 11142, 9020, 9597, 9709, 8741, 8896, 8318, 9324, 10432, 8610, 9748, 11383, 8894, 8842, 8459, 8940, 10574, 13135, 10133, 9151, 8295, 9344, 11285, 8591, 9320, 9199, 8973, 10320, 8631, 9206, 13815, 11146, 10045, 12755, 8862, 9410, 14023, 9459, 10834, 8050, 9341, 11083, 8394, 9453, 11377, 9025, 9567, 13126, 10446, 9481, 14200, 10384, 11014, 15205, 12456, 10419, 8252, 9463, 10232, 8957, 9367, 9208, 9346, 10535, 8835, 9422, 14550, 11375, 9400, 14957, 14290, 11192, 13245, 8891, 9569, 10961, 9002, 8626, 8418, 9301, 9652, 9310, 9418, 12599, 9052, 9364, 10851, 8655, 9583, 13141, 12666, 9155, 10408, 11014, 9357, 9516, 8833, 9255, 10347, 8844, 8801, 10770, 9300, 13396], 'WindowCenter': [4465.0, 4450.0, 4466.0, 4433.0, 4451.0, 4438.0, 4407.0, 4437.0, 4415.0, 4405.0, 4423.0, 4391.0, 4422.0, 4393.0, 4402.0, 4421.0, 4390.0, 4401.0, 4349.0, 4358.0, 4379.0, 4358.0, 4349.0, 4369.0, 4348.0, 4359.0, 4348.0, 4360.0, 4370.0, 4351.0, 4360.0, 4362.0, 4374.0, 4372.0, 4364.0, 4378.0, 4396.0, 4388.0, 4389.0, 4399.0, 4392.0, 4422.0, 4390.0, 4391.0, 4410.0, 4391.0, 4400.0, 4389.0, 4391.0, 4432.0, 4443.0, 4393.0, 4423.0, 4402.0, 4403.0, 4422.0, 4401.0, 4401.0, 4441.0, 4402.0, 4402.0, 4393.0, 4405.0, 4444.0, 4404.0, 4414.0, 4455.0, 4431.0, 4424.0, 4453.0, 4442.0, 4442.0, 4451.0, 4430.0, 4420.0, 4449.0, 4439.0, 4420.0, 4378.0, 4379.0, 4418.0, 4379.0, 4399.0, 4400.0, 4390.0, 4440.0, 4410.0, 4399.0, 4378.0, 4398.0, 4399.0, 4389.0, 4420.0, 4450.0, 4420.0, 4430.0, 4388.0, 4389.0, 4417.0, 4436.0, 4396.0, 4416.0, 4416.0, 4377.0, 4385.0, 4387.0, 4387.0, 4387.0, 4389.0, 4408.0, 4389.0, 4399.0, 4389.0, 4400.0, 4430.0, 4390.0, 4400.0, 4429.0, 4400.0, 4388.0, 4407.0, 4387.0, 4397.0, 4426.0, 4397.0, 4418.0, 4437.0, 4416.0, 4398.0, 4394.0, 4375.0, 4404.0, 4375.0, 4376.0, 4384.0, 4386.0, 4387.0, 4387.0, 4399.0, 4429.0, 4388.0, 4388.0, 4407.0, 4387.0, 4399.0, 4417.0, 4397.0, 4387.0, 4406.0, 4387.0, 4409.0, 4427.0, 4387.0, 4396.0, 4376.0, 4387.0, 4416.0, 4386.0, 4387.0, 4416.0, 4376.0, 4397.0, 4417.0, 4398.0, 4398.0, 4407.0, 4387.0, 4398.0, 4427.0, 4397.0, 4398.0, 4407.0, 4388.0, 4398.0, 4407.0, 4388.0, 4397.0, 4377.0, 4399.0, 4417.0, 4375.0, 4398.0, 4418.0, 4389.0, 4399.0, 4428.0, 4390.0, 4398.0, 4388.0, 4400.0, 4419.0, 4399.0, 4389.0, 4419.0, 4410.0, 4401.0, 4420.0, 4402.0, 4401.0, 4400.0, 4401.0, 4441.0, 4401.0, 4402.0, 4474.0, 4461.0, 4419.0, 4430.0, 4397.0, 4387.0, 4418.0, 4426.0, 4389.0, 4417.0, 4388.0, 4389.0, 4440.0, 4410.0, 4388.0, 4378.0, 4377.0, 4397.0, 4400.0, 4410.0, 4402.0, 4414.0, 4453.0, 4420.0, 4431.0, 4450.0, 4417.0, 4397.0, 4437.0, 4415.0, 4406.0, 4435.0, 4414.0, 4414.0, 4382.0, 4361.0, 4361.0, 4374.0, 4394.0, 4374.0, 4374.0, 4394.0, 4384.0, 4374.0, 4383.0, 4383.0, 4385.0, 4394.0, 4404.0, 4374.0, 4372.0, 4373.0, 4386.0, 4404.0, 4385.0, 4397.0, 4407.0, 4388.0, 4387.0, 4388.0, 4388.0, 4396.0, 4376.0, 4386.0, 4416.0, 4397.0, 4396.0, 4378.0, 4388.0, 4405.0, 4386.0, 4376.0, 4386.0, 4388.0, 4408.0, 4418.0, 4420.0, 4439.0, 4398.0, 4397.0, 4436.0, 4384.0, 4385.0, 4405.0, 4375.0, 4386.0, 4417.0, 4387.0, 4387.0, 4378.0, 4378.0, 4397.0, 4388.0, 4389.0, 4397.0, 4389.0, 4419.0, 4411.0, 4401.0, 4411.0, 4390.0, 4390.0, 4430.0, 4438.0, 4407.0, 4417.0, 4426.0, 4396.0, 4417.0, 4407.0, 4389.0, 4417.0, 4376.0, 4398.0, 4427.0, 4397.0, 4415.0, 4385.0, 4386.0, 4376.0, 4387.0, 4408.0, 4414.0, 4386.0, 4427.0, 4436.0, 4425.0, 4405.0, 4425.0, 4402.0, 4372.0, 4403.0, 4362.0, 4373.0, 4391.0, 4384.0, 4385.0, 4406.0, 4386.0, 4386.0, 4377.0, 4388.0, 4407.0, 4388.0, 4397.0, 4428.0, 4398.0, 4386.0, 4397.0, 4387.0, 4387.0, 4385.0, 4386.0, 4407.0, 4395.0, 4387.0, 4399.0, 4379.0, 4389.0, 4408.0, 4387.0, 4387.0, 4418.0, 4398.0, 4401.0, 4410.0, 4400.0, 4402.0, 4411.0, 4401.0, 4430.0, 4412.0, 4431.0, 4442.0, 4419.0, 4418.0, 4388.0, 4398.0, 4439.0, 4387.0, 4418.0, 4449.0, 4425.0, 4395.0, 4425.0, 4413.0, 4385.0, 4405.0, 4374.0, 4385.0, 4424.0, 4396.0, 4395.0, 4375.0, 4373.0, 4373.0, 4385.0, 4394.0, 4384.0, 4385.0, 4436.0, 4424.0, 4413.0, 4433.0, 4403.0, 4371.0, 4411.0, 4359.0, 4359.0, 4399.0, 4371.0, 4371.0, 4401.0, 4380.0, 4374.0, 4401.0, 4372.0, 4373.0, 4361.0, 4371.0, 4371.0, 4372.0, 4384.0, 4416.0, 4396.0, 4385.0, 4386.0, 4396.0, 4385.0, 4395.0, 4395.0, 4405.0, 4385.0, 4386.0, 4436.0, 4415.0, 4396.0, 4414.0, 4385.0, 4406.0, 4404.0, 4375.0, 4413.0, 4374.0, 4384.0, 4405.0, 4385.0, 4385.0, 4375.0, 4386.0, 4388.0, 4376.0, 4388.0, 4373.0, 4385.0, 4405.0, 4375.0, 4387.0, 4409.0, 4377.0, 4387.0, 4406.0, 4415.0, 4374.0, 4365.0, 4374.0, 4385.0, 4397.0, 4376.0, 4388.0, 4418.0, 4389.0, 4399.0, 4389.0, 4401.0, 4408.0, 4388.0, 4401.0, 4428.0, 4388.0, 4399.0, 4438.0, 4407.0, 4398.0, 4437.0, 4425.0, 4394.0, 4414.0, 4433.0, 4404.0, 4402.0, 4372.0, 4374.0, 4381.0, 4384.0, 4385.0, 4415.0, 4388.0, 4389.0, 4416.0, 4387.0, 4399.0, 4427.0, 4398.0, 4398.0, 4389.0, 4399.0, 4408.0, 4389.0, 4399.0, 4431.0, 4428.0, 4409.0, 4409.0, 4449.0, 4428.0, 4418.0, 4406.0, 4386.0, 4395.0, 4415.0, 4386.0, 4407.0, 4389.0, 4399.0, 4438.0, 4397.0, 4396.0, 4416.0, 4387.0, 4406.0, 4386.0, 4397.0, 4407.0, 4387.0, 4398.0, 4449.0, 4418.0, 4397.0, 4426.0, 4387.0, 4405.0, 4424.0, 4407.0, 4394.0, 4424.0, 4384.0, 4395.0, 4375.0, 4375.0, 4375.0, 4386.0, 4396.0, 4399.0, 4398.0, 4400.0, 4408.0, 4387.0, 4387.0, 4406.0, 4434.0, 4413.0, 4395.0, 4434.0, 4402.0, 4383.0, 4392.0, 4402.0, 4374.0, 4381.0, 4370.0, 4362.0, 4370.0, 4361.0, 4385.0, 4407.0, 4375.0, 4374.0, 4375.0, 4386.0, 4386.0, 4387.0, 4410.0, 4376.0, 4386.0, 4425.0, 4374.0, 4376.0, 4416.0, 4393.0, 4373.0, 4413.0, 4412.0, 4383.0, 4380.0, 4362.0, 4373.0, 4403.0, 4372.0, 4374.0, 4372.0, 4375.0, 4385.0, 4376.0, 4386.0, 4396.0, 4386.0, 4387.0, 4427.0, 4385.0, 4396.0, 4397.0, 4375.0, 4387.0, 4417.0, 4387.0, 4387.0, 4406.0, 4398.0, 4399.0, 4410.0, 4401.0, 4400.0, 4400.0, 4412.0, 4441.0, 4413.0, 4414.0, 4411.0, 4421.0, 4409.0, 4389.0, 4418.0, 4437.0, 4426.0, 4419.0, 4449.0, 4427.0, 4417.0, 4436.0, 4416.0, 4395.0, 4375.0, 4384.0, 4403.0, 4383.0, 4385.0, 4416.0, 4388.0, 4409.0, 4428.0, 4396.0, 4425.0, 4374.0, 4374.0, 4403.0, 4373.0, 4393.0, 4414.0, 4374.0, 4415.0, 4375.0, 4374.0, 4423.0, 4402.0, 4382.0, 4414.0, 4361.0, 4372.0, 4412.0, 4382.0, 4363.0, 4362.0, 4374.0, 4385.0, 4373.0, 4374.0, 4384.0, 4374.0, 4395.0, 4405.0, 4386.0, 4375.0, 4387.0, 4387.0, 4406.0, 4387.0, 4398.0, 4428.0, 4388.0, 4388.0, 4388.0, 4390.0, 4422.0, 4411.0, 4389.0, 4396.0, 4377.0, 4376.0, 4396.0, 4399.0, 4410.0, 4401.0, 4411.0, 4412.0, 4443.0, 4450.0, 4419.0, 4439.0, 4386.0, 4386.0, 4436.0, 4406.0, 4396.0, 4437.0, 4405.0, 4385.0, 4435.0, 4406.0, 4385.0, 4393.0, 4373.0, 4373.0, 4373.0, 4376.0, 4385.0, 4377.0, 4399.0, 4420.0, 4389.0, 4399.0, 4400.0, 4390.0, 4388.0, 4400.0, 4418.0, 4389.0, 4401.0, 4451.0, 4420.0, 4393.0, 4440.0, 4399.0, 4388.0, 4449.0, 4418.0, 4387.0, 4436.0, 4415.0, 4405.0, 4405.0, 4386.0, 4437.0, 4426.0, 4435.0, 4414.0, 4374.0, 4371.0, 4361.0, 4374.0, 4412.0, 4381.0, 4372.0, 4413.0, 4402.0, 4383.0, 4381.0, 4362.0, 4372.0, 4381.0, 4361.0, 4361.0, 4371.0, 4373.0, 4373.0, 4375.0, 4386.0, 4416.0, 4384.0, 4404.0, 4434.0, 4404.0, 4433.0, 4404.0, 4372.0, 4361.0, 4372.0, 4382.0, 4381.0, 4373.0, 4383.0, 4423.0, 4402.0, 4372.0, 4410.0, 4390.0, 4370.0, 4391.0, 4364.0, 4363.0, 4362.0, 4372.0, 4374.0, 4364.0, 4375.0, 4393.0, 4374.0, 4384.0, 4424.0, 4395.0, 4403.0, 4433.0, 4392.0, 4432.0, 4412.0, 4412.0, 4360.0, 4361.0, 4360.0, 4371.0, 4382.0, 4362.0, 4385.0, 4397.0, 4384.0, 4385.0, 4374.0, 4383.0, 4373.0, 4382.0, 4373.0, 4374.0, 4373.0, 4385.0, 4386.0, 4385.0, 4386.0, 4395.0, 4385.0, 4385.0, 4404.0, 4373.0, 4374.0, 4434.0, 4403.0, 4383.0, 4422.0, 4402.0, 4402.0, 4362.0, 4371.0, 4361.0, 4362.0, 4394.0, 4433.0, 4411.0, 4391.0, 4421.0, 4380.0, 4360.0, 4390.0, 4361.0, 4362.0, 4391.0, 4373.0, 4376.0, 4403.0, 4386.0, 4386.0, 4406.0, 4387.0, 4387.0, 4416.0, 4387.0, 4388.0, 4407.0, 4376.0, 4387.0, 4406.0, 4387.0, 4397.0, 4398.0, 4388.0, 4397.0, 4376.0, 4389.0, 4438.0, 4439.0, 4459.0, 4408.0, 4398.0, 4377.0, 4390.0, 4398.0, 4400.0, 4388.0, 4422.0, 4442.0, 4402.0, 4412.0, 4406.0, 4403.0, 4432.0, 4402.0, 4413.0, 4424.0, 4414.0, 4435.0, 4404.0, 4414.0, 4415.0, 4427.0, 4444.0, 4436.0, 4487.0, 4485.0, 4449.0, 4405.0, 4402.0, 4361.0, 4374.0, 4412.0, 4393.0, 4402.0, 4361.0, 4372.0, 4382.0, 4361.0, 4370.0, 4359.0, 4372.0, 4390.0, 4361.0, 4374.0, 4400.0, 4371.0, 4372.0, 4360.0, 4371.0, 4372.0, 4361.0, 4371.0, 4412.0, 4374.0, 4362.0, 4350.0, 4373.0, 4372.0, 4373.0, 4387.0, 4415.0, 4386.0, 4386.0, 4396.0, 4376.0, 4385.0, 4403.0, 4374.0, 4364.0, 4375.0, 4385.0, 4395.0, 4377.0, 4398.0, 4427.0, 4388.0, 4388.0, 4408.0, 4414.0, 4385.0, 4393.0, 4424.0, 4383.0, 4396.0, 4384.0, 4386.0, 4395.0, 4375.0, 4376.0, 4376.0, 4396.0, 4386.0, 4387.0, 4397.0, 4426.0, 4435.0, 4405.0, 4415.0, 4425.0, 4386.0, 4387.0, 4426.0, 4374.0, 4374.0, 4386.0, 4386.0, 4406.0, 4387.0, 4398.0, 4398.0, 4400.0, 4409.0, 4417.0, 4398.0, 4427.0, 4426.0, 4395.0, 4436.0, 4403.0, 4394.0, 4434.0, 4412.0, 4393.0, 4432.0, 4401.0, 4392.0, 4391.0, 4381.0, 4379.0, 4370.0, 4360.0, 4360.0, 4384.0, 4404.0, 4384.0, 4385.0, 4393.0, 4375.0, 4374.0, 4393.0, 4373.0, 4393.0, 4432.0, 4402.0, 4411.0, 4371.0, 4371.0, 4402.0, 4359.0, 4370.0, 4400.0, 4389.0, 4370.0, 4380.0, 4389.0, 4372.0, 4371.0, 4360.0, 4382.0, 4372.0, 4360.0, 4371.0, 4371.0, 4372.0, 4374.0, 4374.0, 4385.0, 4395.0, 4385.0, 4384.0, 4386.0, 4376.0, 4390.0, 4398.0, 4419.0, 4439.0, 4446.0, 4413.0, 4391.0, 4373.0, 4373.0, 4381.0, 4361.0, 4372.0, 4382.0, 4375.0, 4395.0, 4386.0, 4398.0, 4397.0, 4387.0, 4407.0, 4386.0, 4386.0, 4364.0, 4385.0, 4416.0, 4446.0, 4415.0, 4408.0, 4446.0, 4436.0, 4405.0, 4415.0, 4383.0, 4384.0, 4373.0, 4385.0, 4405.0, 4385.0, 4385.0, 4396.0, 4386.0, 4396.0, 4385.0, 4395.0, 4385.0, 4385.0, 4424.0, 4394.0, 4385.0, 4445.0, 4405.0, 4383.0, 4432.0, 4411.0, 4380.0, 4379.0, 4370.0, 4360.0, 4359.0, 4371.0, 4381.0, 4372.0, 4383.0, 4393.0, 4384.0, 4373.0, 4372.0, 4383.0, 4383.0, 4383.0, 4373.0, 4374.0, 4373.0, 4374.0, 4396.0, 4417.0, 4376.0, 4399.0, 4418.0, 4416.0, 4387.0, 4405.0, 4364.0, 4386.0, 4414.0, 4385.0, 4374.0, 4375.0, 4386.0, 4395.0, 4376.0, 4386.0, 4415.0, 4404.0, 4384.0, 4434.0, 4403.0, 4383.0, 4422.0, 4401.0, 4382.0, 4411.0, 4411.0, 4392.0, 4400.0, 4361.0, 4359.0, 4371.0, 4382.0, 4382.0, 4372.0, 4384.0, 4426.0, 4385.0, 4386.0, 4395.0, 4373.0, 4384.0, 4403.0, 4373.0, 4374.0, 4384.0, 4385.0, 4385.0, 4376.0, 4398.0, 4437.0, 4426.0, 4435.0, 4435.0, 4395.0, 4382.0, 4382.0, 4373.0, 4393.0, 4384.0, 4394.0, 4433.0, 4402.0, 4384.0, 4425.0, 4394.0, 4393.0, 4372.0, 4382.0, 4370.0, 4371.0, 4382.0, 4402.0, 4373.0, 4394.0, 4434.0, 4403.0, 4383.0, 4414.0, 4371.0, 4360.0, 4380.0, 4372.0, 4372.0, 4363.0, 4384.0, 4384.0, 4385.0, 4406.0, 4396.0, 4385.0, 4386.0, 4388.0, 4393.0, 4384.0, 4386.0, 4438.0, 4435.0, 4412.0, 4402.0, 4411.0, 4390.0, 4373.0, 4358.0, 4360.0, 4360.0, 4347.0, 4370.0, 4381.0, 4363.0, 4384.0, 4394.0, 4385.0, 4376.0, 4374.0, 4386.0, 4414.0, 4384.0, 4404.0, 4373.0, 4384.0, 4402.0, 4384.0, 4384.0, 4424.0, 4393.0, 4373.0, 4423.0, 4382.0, 4385.0, 4413.0, 4392.0, 4382.0, 4371.0, 4371.0, 4374.0, 4375.0, 4399.0, 4397.0, 4389.0, 4388.0, 4387.0, 4399.0, 4431.0, 4453.0, 4450.0, 4417.0, 4364.0, 4362.0, 4374.0, 4396.0, 4438.0, 4414.0, 4396.0, 4405.0, 4424.0, 4386.0, 4392.0, 4372.0, 4373.0, 4381.0, 4361.0, 4384.0, 4404.0, 4385.0, 4375.0, 4375.0, 4396.0, 4415.0, 4394.0, 4403.0, 4432.0, 4392.0, 4411.0, 4420.0, 4399.0, 4388.0, 4408.0, 4377.0, 4376.0, 4406.0, 4375.0, 4354.0, 4384.0, 4345.0, 4335.0, 4346.0, 4356.0, 4345.0, 4348.0, 4369.0, 4368.0, 4370.0, 4359.0, 4361.0, 4373.0, 4382.0, 4385.0, 4375.0, 4386.0, 4376.0, 4387.0, 4399.0, 4387.0, 4388.0, 4399.0, 4439.0, 4399.0, 4400.0, 4439.0, 4399.0, 4399.0, 4398.0, 4388.0, 4408.0, 4398.0, 4400.0, 4420.0, 4401.0, 4412.0, 4421.0, 4402.0, 4432.0, 4422.0, 4431.0, 4401.0, 4411.0, 4450.0, 4429.0, 4440.0, 4448.0, 4417.0, 4447.0, 4436.0, 4405.0, 4433.0, 4414.0, 4392.0, 4411.0, 4381.0, 4383.0, 4362.0, 4383.0, 4433.0, 4403.0, 4392.0, 4383.0, 4372.0, 4373.0, 4383.0, 4403.0, 4374.0, 4385.0, 4424.0, 4393.0, 4384.0, 4424.0, 4394.0, 4372.0, 4362.0, 4383.0, 4383.0, 4385.0, 4386.0, 4376.0, 4398.0, 4417.0, 4387.0, 4389.0, 4377.0, 4398.0, 4418.0, 4387.0, 4387.0, 4377.0, 4411.0, 4417.0, 4389.0, 4397.0, 4397.0, 4400.0, 4409.0, 4378.0, 4400.0, 4418.0, 4427.0, 4387.0, 4407.0, 4447.0, 4387.0, 4405.0, 4386.0, 4387.0, 4396.0, 4389.0, 4400.0, 4390.0, 4400.0, 4411.0, 4403.0, 4424.0, 4462.0, 4420.0, 4410.0, 4452.0, 4439.0, 4411.0, 4419.0, 4447.0, 4426.0, 4406.0, 4435.0, 4396.0, 4405.0, 4415.0, 4385.0, 4395.0, 4376.0, 4398.0, 4418.0, 4417.0, 4408.0, 4427.0, 4386.0, 4386.0, 4415.0, 4385.0, 4426.0, 4436.0, 4415.0, 4425.0, 4374.0, 4395.0, 4424.0, 4404.0, 4394.0, 4394.0, 4386.0, 4415.0, 4384.0, 4384.0, 4434.0, 4416.0, 4383.0, 4422.0, 4383.0, 4383.0, 4422.0, 4402.0, 4371.0, 4381.0, 4372.0, 4373.0, 4411.0, 4371.0, 4372.0, 4361.0, 4382.0, 4391.0, 4401.0, 4382.0, 4381.0, 4381.0, 4382.0, 4391.0, 4361.0, 4382.0, 4391.0, 4372.0, 4383.0, 4402.0, 4373.0, 4394.0, 4382.0, 4373.0, 4383.0, 4375.0, 4397.0, 4404.0, 4374.0, 4396.0, 4413.0, 4385.0, 4386.0, 4377.0, 4387.0, 4417.0, 4437.0, 4405.0, 4384.0, 4375.0, 4396.0, 4417.0, 4386.0, 4398.0, 4397.0, 4398.0, 4410.0, 4387.0, 4397.0, 4449.0, 4418.0, 4408.0, 4438.0, 4397.0, 4397.0, 4447.0, 4397.0, 4417.0, 4376.0, 4397.0, 4419.0, 4376.0, 4397.0, 4426.0, 4387.0, 4407.0, 4437.0, 4406.0, 4397.0, 4445.0, 4405.0, 4416.0, 4445.0, 4424.0, 4392.0, 4364.0, 4383.0, 4392.0, 4384.0, 4384.0, 4385.0, 4386.0, 4404.0, 4384.0, 4397.0, 4435.0, 4404.0, 4383.0, 4432.0, 4432.0, 4404.0, 4411.0, 4370.0, 4383.0, 4403.0, 4371.0, 4362.0, 4363.0, 4383.0, 4382.0, 4385.0, 4384.0, 4424.0, 4373.0, 4384.0, 4403.0, 4373.0, 4397.0, 4424.0, 4412.0, 4383.0, 4392.0, 4404.0, 4383.0, 4382.0, 4373.0, 4384.0, 4394.0, 4385.0, 4386.0, 4404.0, 4385.0, 4436.0], 'WindowWidth': [9837.0, 9806.0, 9819.0, 9765.0, 9785.0, 9764.0, 9716.0, 9760.0, 9724.0, 9710.0, 9732.0, 9685.0, 9732.0, 9691.0, 9702.0, 9727.0, 9681.0, 9697.0, 9623.0, 9635.0, 9664.0, 9636.0, 9625.0, 9651.0, 9623.0, 9639.0, 9623.0, 9640.0, 9657.0, 9631.0, 9642.0, 9646.0, 9666.0, 9663.0, 9654.0, 9678.0, 9702.0, 9696.0, 9700.0, 9713.0, 9706.0, 9744.0, 9700.0, 9703.0, 9727.0, 9703.0, 9713.0, 9698.0, 9703.0, 9760.0, 9778.0, 9711.0, 9750.0, 9721.0, 9725.0, 9747.0, 9718.0, 9719.0, 9773.0, 9721.0, 9723.0, 9711.0, 9731.0, 9783.0, 9727.0, 9742.0, 9798.0, 9761.0, 9755.0, 9793.0, 9773.0, 9776.0, 9789.0, 9753.0, 9740.0, 9779.0, 9762.0, 9739.0, 9682.0, 9683.0, 9735.0, 9684.0, 9711.0, 9715.0, 9702.0, 9770.0, 9728.0, 9711.0, 9682.0, 9709.0, 9711.0, 9697.0, 9742.0, 9784.0, 9740.0, 9754.0, 9697.0, 9697.0, 9734.0, 9757.0, 9700.0, 9728.0, 9730.0, 9678.0, 9687.0, 9692.0, 9692.0, 9693.0, 9698.0, 9723.0, 9701.0, 9714.0, 9699.0, 9716.0, 9755.0, 9701.0, 9715.0, 9753.0, 9714.0, 9696.0, 9720.0, 9691.0, 9705.0, 9743.0, 9703.0, 9735.0, 9761.0, 9729.0, 9705.0, 9696.0, 9671.0, 9710.0, 9673.0, 9675.0, 9685.0, 9691.0, 9692.0, 9693.0, 9711.0, 9752.0, 9696.0, 9695.0, 9720.0, 9693.0, 9711.0, 9734.0, 9705.0, 9692.0, 9717.0, 9694.0, 9723.0, 9747.0, 9693.0, 9704.0, 9678.0, 9693.0, 9731.0, 9690.0, 9694.0, 9731.0, 9677.0, 9708.0, 9734.0, 9710.0, 9711.0, 9721.0, 9694.0, 9710.0, 9747.0, 9707.0, 9707.0, 9719.0, 9694.0, 9709.0, 9719.0, 9694.0, 9705.0, 9677.0, 9709.0, 9732.0, 9674.0, 9709.0, 9735.0, 9696.0, 9713.0, 9750.0, 9700.0, 9710.0, 9697.0, 9715.0, 9739.0, 9711.0, 9699.0, 9738.0, 9727.0, 9717.0, 9742.0, 9720.0, 9718.0, 9717.0, 9720.0, 9772.0, 9717.0, 9721.0, 9823.0, 9801.0, 9739.0, 9754.0, 9705.0, 9693.0, 9734.0, 9742.0, 9696.0, 9730.0, 9693.0, 9697.0, 9770.0, 9728.0, 9695.0, 9680.0, 9677.0, 9704.0, 9714.0, 9729.0, 9720.0, 9741.0, 9793.0, 9743.0, 9757.0, 9784.0, 9730.0, 9702.0, 9760.0, 9725.0, 9712.0, 9754.0, 9721.0, 9721.0, 9676.0, 9648.0, 9647.0, 9667.0, 9696.0, 9668.0, 9668.0, 9694.0, 9681.0, 9667.0, 9680.0, 9679.0, 9683.0, 9695.0, 9709.0, 9667.0, 9663.0, 9666.0, 9686.0, 9709.0, 9687.0, 9704.0, 9718.0, 9694.0, 9692.0, 9694.0, 9693.0, 9702.0, 9673.0, 9689.0, 9729.0, 9704.0, 9702.0, 9678.0, 9694.0, 9712.0, 9685.0, 9674.0, 9688.0, 9692.0, 9721.0, 9734.0, 9739.0, 9764.0, 9706.0, 9704.0, 9757.0, 9680.0, 9683.0, 9710.0, 9671.0, 9689.0, 9731.0, 9691.0, 9690.0, 9680.0, 9681.0, 9704.0, 9693.0, 9697.0, 9705.0, 9698.0, 9740.0, 9730.0, 9717.0, 9731.0, 9701.0, 9702.0, 9754.0, 9760.0, 9717.0, 9731.0, 9741.0, 9701.0, 9731.0, 9715.0, 9693.0, 9731.0, 9675.0, 9707.0, 9745.0, 9703.0, 9727.0, 9686.0, 9689.0, 9676.0, 9690.0, 9718.0, 9724.0, 9685.0, 9745.0, 9760.0, 9736.0, 9710.0, 9739.0, 9703.0, 9663.0, 9703.0, 9649.0, 9665.0, 9689.0, 9682.0, 9687.0, 9714.0, 9689.0, 9687.0, 9677.0, 9696.0, 9718.0, 9693.0, 9706.0, 9748.0, 9706.0, 9691.0, 9704.0, 9692.0, 9690.0, 9686.0, 9689.0, 9719.0, 9701.0, 9692.0, 9713.0, 9684.0, 9699.0, 9723.0, 9694.0, 9695.0, 9736.0, 9709.0, 9717.0, 9727.0, 9716.0, 9721.0, 9733.0, 9718.0, 9756.0, 9733.0, 9759.0, 9774.0, 9740.0, 9736.0, 9695.0, 9708.0, 9763.0, 9690.0, 9736.0, 9786.0, 9740.0, 9699.0, 9741.0, 9719.0, 9686.0, 9711.0, 9669.0, 9685.0, 9737.0, 9703.0, 9701.0, 9675.0, 9666.0, 9666.0, 9685.0, 9697.0, 9681.0, 9687.0, 9760.0, 9735.0, 9718.0, 9748.0, 9703.0, 9658.0, 9711.0, 9639.0, 9640.0, 9694.0, 9657.0, 9660.0, 9701.0, 9671.0, 9665.0, 9700.0, 9663.0, 9664.0, 9646.0, 9661.0, 9659.0, 9663.0, 9685.0, 9730.0, 9703.0, 9687.0, 9689.0, 9703.0, 9685.0, 9698.0, 9698.0, 9712.0, 9686.0, 9690.0, 9757.0, 9725.0, 9701.0, 9724.0, 9686.0, 9715.0, 9708.0, 9671.0, 9720.0, 9667.0, 9682.0, 9711.0, 9685.0, 9686.0, 9673.0, 9691.0, 9693.0, 9675.0, 9691.0, 9667.0, 9685.0, 9713.0, 9671.0, 9693.0, 9726.0, 9678.0, 9692.0, 9718.0, 9728.0, 9670.0, 9657.0, 9669.0, 9686.0, 9704.0, 9677.0, 9695.0, 9735.0, 9700.0, 9714.0, 9700.0, 9717.0, 9725.0, 9694.0, 9715.0, 9750.0, 9694.0, 9711.0, 9764.0, 9719.0, 9707.0, 9763.0, 9739.0, 9696.0, 9722.0, 9747.0, 9705.0, 9702.0, 9664.0, 9668.0, 9675.0, 9682.0, 9686.0, 9728.0, 9694.0, 9698.0, 9730.0, 9694.0, 9713.0, 9748.0, 9709.0, 9709.0, 9698.0, 9714.0, 9722.0, 9698.0, 9714.0, 9759.0, 9750.0, 9724.0, 9726.0, 9780.0, 9749.0, 9735.0, 9716.0, 9689.0, 9700.0, 9726.0, 9688.0, 9717.0, 9700.0, 9713.0, 9765.0, 9704.0, 9704.0, 9729.0, 9690.0, 9716.0, 9688.0, 9704.0, 9716.0, 9691.0, 9709.0, 9778.0, 9734.0, 9707.0, 9742.0, 9689.0, 9712.0, 9736.0, 9716.0, 9697.0, 9734.0, 9680.0, 9698.0, 9672.0, 9671.0, 9672.0, 9689.0, 9702.0, 9711.0, 9709.0, 9714.0, 9722.0, 9692.0, 9691.0, 9717.0, 9751.0, 9717.0, 9696.0, 9752.0, 9702.0, 9676.0, 9690.0, 9701.0, 9669.0, 9672.0, 9656.0, 9648.0, 9655.0, 9645.0, 9686.0, 9718.0, 9672.0, 9669.0, 9673.0, 9690.0, 9689.0, 9692.0, 9723.0, 9675.0, 9689.0, 9740.0, 9669.0, 9672.0, 9728.0, 9692.0, 9666.0, 9721.0, 9715.0, 9676.0, 9671.0, 9647.0, 9664.0, 9705.0, 9663.0, 9666.0, 9661.0, 9670.0, 9684.0, 9675.0, 9688.0, 9700.0, 9690.0, 9692.0, 9747.0, 9686.0, 9700.0, 9703.0, 9673.0, 9691.0, 9732.0, 9691.0, 9693.0, 9717.0, 9709.0, 9713.0, 9727.0, 9719.0, 9716.0, 9717.0, 9736.0, 9774.0, 9737.0, 9740.0, 9732.0, 9745.0, 9726.0, 9698.0, 9735.0, 9760.0, 9742.0, 9738.0, 9784.0, 9743.0, 9731.0, 9759.0, 9729.0, 9699.0, 9671.0, 9684.0, 9706.0, 9680.0, 9687.0, 9727.0, 9696.0, 9725.0, 9747.0, 9702.0, 9738.0, 9669.0, 9670.0, 9707.0, 9666.0, 9693.0, 9723.0, 9669.0, 9724.0, 9669.0, 9667.0, 9735.0, 9702.0, 9675.0, 9720.0, 9647.0, 9663.0, 9716.0, 9676.0, 9651.0, 9649.0, 9669.0, 9684.0, 9666.0, 9669.0, 9681.0, 9669.0, 9700.0, 9714.0, 9690.0, 9674.0, 9693.0, 9693.0, 9717.0, 9692.0, 9709.0, 9751.0, 9696.0, 9696.0, 9696.0, 9700.0, 9748.0, 9732.0, 9698.0, 9701.0, 9677.0, 9675.0, 9702.0, 9711.0, 9728.0, 9717.0, 9731.0, 9733.0, 9776.0, 9784.0, 9737.0, 9763.0, 9686.0, 9687.0, 9756.0, 9711.0, 9699.0, 9760.0, 9711.0, 9686.0, 9754.0, 9711.0, 9682.0, 9690.0, 9666.0, 9666.0, 9666.0, 9673.0, 9685.0, 9680.0, 9712.0, 9739.0, 9699.0, 9713.0, 9713.0, 9699.0, 9694.0, 9714.0, 9736.0, 9698.0, 9716.0, 9787.0, 9742.0, 9706.0, 9767.0, 9710.0, 9696.0, 9781.0, 9733.0, 9691.0, 9755.0, 9725.0, 9712.0, 9712.0, 9690.0, 9761.0, 9741.0, 9754.0, 9723.0, 9669.0, 9660.0, 9646.0, 9665.0, 9716.0, 9670.0, 9660.0, 9720.0, 9702.0, 9678.0, 9674.0, 9649.0, 9664.0, 9671.0, 9645.0, 9646.0, 9660.0, 9666.0, 9668.0, 9670.0, 9688.0, 9728.0, 9683.0, 9709.0, 9747.0, 9707.0, 9746.0, 9705.0, 9659.0, 9644.0, 9660.0, 9675.0, 9672.0, 9662.0, 9678.0, 9734.0, 9702.0, 9662.0, 9712.0, 9683.0, 9658.0, 9685.0, 9653.0, 9651.0, 9645.0, 9660.0, 9667.0, 9653.0, 9670.0, 9693.0, 9667.0, 9682.0, 9732.0, 9693.0, 9705.0, 9746.0, 9686.0, 9741.0, 9715.0, 9714.0, 9644.0, 9642.0, 9640.0, 9657.0, 9676.0, 9647.0, 9683.0, 9701.0, 9683.0, 9684.0, 9669.0, 9678.0, 9664.0, 9676.0, 9664.0, 9667.0, 9664.0, 9684.0, 9687.0, 9684.0, 9688.0, 9699.0, 9687.0, 9685.0, 9710.0, 9665.0, 9666.0, 9750.0, 9706.0, 9678.0, 9730.0, 9701.0, 9701.0, 9650.0, 9661.0, 9647.0, 9651.0, 9695.0, 9749.0, 9712.0, 9685.0, 9726.0, 9668.0, 9644.0, 9682.0, 9645.0, 9650.0, 9687.0, 9665.0, 9673.0, 9707.0, 9687.0, 9690.0, 9714.0, 9690.0, 9692.0, 9727.0, 9690.0, 9692.0, 9716.0, 9674.0, 9689.0, 9713.0, 9688.0, 9705.0, 9706.0, 9692.0, 9703.0, 9674.0, 9698.0, 9764.0, 9764.0, 9792.0, 9721.0, 9707.0, 9679.0, 9699.0, 9708.0, 9712.0, 9698.0, 9750.0, 9776.0, 9722.0, 9735.0, 9731.0, 9727.0, 9763.0, 9722.0, 9739.0, 9756.0, 9742.0, 9772.0, 9726.0, 9740.0, 9743.0, 9762.0, 9782.0, 9772.0, 9850.0, 9851.0, 9780.0, 9709.0, 9699.0, 9645.0, 9664.0, 9717.0, 9689.0, 9700.0, 9646.0, 9661.0, 9673.0, 9644.0, 9655.0, 9640.0, 9659.0, 9683.0, 9644.0, 9664.0, 9696.0, 9659.0, 9661.0, 9643.0, 9657.0, 9659.0, 9645.0, 9659.0, 9714.0, 9663.0, 9645.0, 9630.0, 9664.0, 9660.0, 9665.0, 9688.0, 9726.0, 9687.0, 9686.0, 9699.0, 9672.0, 9683.0, 9706.0, 9667.0, 9654.0, 9671.0, 9687.0, 9699.0, 9676.0, 9707.0, 9747.0, 9693.0, 9695.0, 9720.0, 9723.0, 9685.0, 9694.0, 9734.0, 9677.0, 9700.0, 9681.0, 9687.0, 9700.0, 9673.0, 9675.0, 9675.0, 9703.0, 9688.0, 9692.0, 9707.0, 9746.0, 9751.0, 9710.0, 9726.0, 9740.0, 9687.0, 9691.0, 9742.0, 9670.0, 9669.0, 9689.0, 9690.0, 9716.0, 9693.0, 9709.0, 9708.0, 9714.0, 9725.0, 9734.0, 9707.0, 9748.0, 9741.0, 9700.0, 9755.0, 9706.0, 9695.0, 9753.0, 9717.0, 9690.0, 9746.0, 9699.0, 9689.0, 9686.0, 9673.0, 9668.0, 9656.0, 9643.0, 9644.0, 9681.0, 9711.0, 9684.0, 9684.0, 9693.0, 9670.0, 9670.0, 9693.0, 9666.0, 9694.0, 9745.0, 9701.0, 9715.0, 9659.0, 9661.0, 9701.0, 9641.0, 9655.0, 9696.0, 9678.0, 9655.0, 9670.0, 9680.0, 9662.0, 9659.0, 9644.0, 9675.0, 9662.0, 9646.0, 9659.0, 9660.0, 9664.0, 9669.0, 9670.0, 9688.0, 9700.0, 9687.0, 9683.0, 9688.0, 9678.0, 9698.0, 9710.0, 9740.0, 9770.0, 9771.0, 9718.0, 9686.0, 9665.0, 9667.0, 9673.0, 9646.0, 9662.0, 9677.0, 9672.0, 9701.0, 9691.0, 9709.0, 9706.0, 9692.0, 9718.0, 9689.0, 9687.0, 9655.0, 9685.0, 9729.0, 9769.0, 9725.0, 9719.0, 9771.0, 9754.0, 9714.0, 9725.0, 9680.0, 9682.0, 9667.0, 9686.0, 9712.0, 9685.0, 9686.0, 9701.0, 9689.0, 9703.0, 9686.0, 9698.0, 9684.0, 9685.0, 9737.0, 9693.0, 9684.0, 9769.0, 9710.0, 9680.0, 9746.0, 9712.0, 9670.0, 9667.0, 9656.0, 9641.0, 9637.0, 9658.0, 9673.0, 9663.0, 9680.0, 9692.0, 9684.0, 9667.0, 9664.0, 9678.0, 9677.0, 9677.0, 9665.0, 9669.0, 9666.0, 9668.0, 9703.0, 9731.0, 9675.0, 9708.0, 9735.0, 9728.0, 9689.0, 9711.0, 9654.0, 9687.0, 9724.0, 9683.0, 9670.0, 9671.0, 9689.0, 9701.0, 9675.0, 9689.0, 9727.0, 9708.0, 9681.0, 9751.0, 9704.0, 9678.0, 9731.0, 9698.0, 9674.0, 9713.0, 9711.0, 9686.0, 9696.0, 9646.0, 9641.0, 9659.0, 9676.0, 9674.0, 9663.0, 9682.0, 9743.0, 9686.0, 9688.0, 9697.0, 9666.0, 9681.0, 9705.0, 9666.0, 9669.0, 9681.0, 9685.0, 9686.0, 9674.0, 9707.0, 9759.0, 9742.0, 9753.0, 9750.0, 9695.0, 9675.0, 9674.0, 9665.0, 9692.0, 9679.0, 9693.0, 9749.0, 9702.0, 9681.0, 9741.0, 9698.0, 9693.0, 9663.0, 9675.0, 9657.0, 9658.0, 9677.0, 9703.0, 9666.0, 9697.0, 9752.0, 9706.0, 9679.0, 9719.0, 9660.0, 9645.0, 9670.0, 9662.0, 9663.0, 9653.0, 9681.0, 9683.0, 9685.0, 9717.0, 9703.0, 9687.0, 9689.0, 9690.0, 9693.0, 9682.0, 9688.0, 9766.0, 9757.0, 9712.0, 9700.0, 9713.0, 9684.0, 9662.0, 9637.0, 9640.0, 9640.0, 9621.0, 9656.0, 9672.0, 9652.0, 9683.0, 9696.0, 9687.0, 9675.0, 9671.0, 9688.0, 9724.0, 9682.0, 9708.0, 9665.0, 9680.0, 9703.0, 9679.0, 9682.0, 9736.0, 9691.0, 9665.0, 9732.0, 9676.0, 9683.0, 9719.0, 9687.0, 9674.0, 9660.0, 9661.0, 9667.0, 9672.0, 9710.0, 9707.0, 9697.0, 9694.0, 9694.0, 9714.0, 9757.0, 9795.0, 9784.0, 9734.0, 9654.0, 9650.0, 9669.0, 9703.0, 9763.0, 9724.0, 9702.0, 9715.0, 9737.0, 9690.0, 9694.0, 9664.0, 9665.0, 9674.0, 9645.0, 9682.0, 9710.0, 9687.0, 9674.0, 9674.0, 9703.0, 9729.0, 9694.0, 9707.0, 9744.0, 9687.0, 9713.0, 9723.0, 9690.0, 9677.0, 9701.0, 9659.0, 9657.0, 9696.0, 9652.0, 9625.0, 9663.0, 9613.0, 9600.0, 9614.0, 9630.0, 9615.0, 9621.0, 9652.0, 9649.0, 9656.0, 9642.0, 9647.0, 9667.0, 9677.0, 9685.0, 9672.0, 9688.0, 9677.0, 9693.0, 9710.0, 9692.0, 9696.0, 9714.0, 9764.0, 9710.0, 9714.0, 9764.0, 9710.0, 9713.0, 9707.0, 9697.0, 9724.0, 9708.0, 9715.0, 9742.0, 9718.0, 9734.0, 9748.0, 9722.0, 9762.0, 9748.0, 9760.0, 9717.0, 9732.0, 9783.0, 9750.0, 9769.0, 9777.0, 9731.0, 9777.0, 9756.0, 9710.0, 9749.0, 9719.0, 9689.0, 9713.0, 9673.0, 9678.0, 9649.0, 9678.0, 9746.0, 9705.0, 9691.0, 9678.0, 9664.0, 9666.0, 9681.0, 9706.0, 9668.0, 9685.0, 9736.0, 9694.0, 9685.0, 9734.0, 9694.0, 9665.0, 9650.0, 9679.0, 9679.0, 9684.0, 9691.0, 9676.0, 9708.0, 9734.0, 9693.0, 9698.0, 9679.0, 9707.0, 9737.0, 9693.0, 9691.0, 9679.0, 9733.0, 9733.0, 9696.0, 9707.0, 9706.0, 9715.0, 9726.0, 9681.0, 9713.0, 9737.0, 9745.0, 9692.0, 9719.0, 9772.0, 9692.0, 9714.0, 9688.0, 9692.0, 9702.0, 9698.0, 9717.0, 9703.0, 9719.0, 9734.0, 9726.0, 9755.0, 9803.0, 9740.0, 9729.0, 9789.0, 9764.0, 9729.0, 9739.0, 9773.0, 9742.0, 9715.0, 9755.0, 9701.0, 9713.0, 9728.0, 9688.0, 9700.0, 9675.0, 9708.0, 9736.0, 9733.0, 9726.0, 9744.0, 9691.0, 9690.0, 9727.0, 9687.0, 9744.0, 9756.0, 9724.0, 9739.0, 9669.0, 9697.0, 9735.0, 9709.0, 9697.0, 9695.0, 9688.0, 9726.0, 9681.0, 9684.0, 9752.0, 9726.0, 9680.0, 9731.0, 9678.0, 9678.0, 9731.0, 9701.0, 9661.0, 9673.0, 9662.0, 9664.0, 9714.0, 9660.0, 9662.0, 9646.0, 9675.0, 9688.0, 9701.0, 9674.0, 9673.0, 9672.0, 9677.0, 9688.0, 9647.0, 9677.0, 9688.0, 9665.0, 9681.0, 9703.0, 9667.0, 9695.0, 9678.0, 9668.0, 9682.0, 9671.0, 9703.0, 9710.0, 9671.0, 9702.0, 9723.0, 9687.0, 9690.0, 9677.0, 9692.0, 9735.0, 9760.0, 9712.0, 9684.0, 9673.0, 9703.0, 9733.0, 9692.0, 9709.0, 9707.0, 9708.0, 9726.0, 9694.0, 9708.0, 9780.0, 9735.0, 9723.0, 9762.0, 9708.0, 9707.0, 9773.0, 9707.0, 9733.0, 9677.0, 9708.0, 9737.0, 9676.0, 9708.0, 9746.0, 9692.0, 9721.0, 9761.0, 9717.0, 9707.0, 9768.0, 9713.0, 9731.0, 9770.0, 9735.0, 9692.0, 9656.0, 9681.0, 9692.0, 9683.0, 9685.0, 9687.0, 9688.0, 9712.0, 9684.0, 9704.0, 9757.0, 9707.0, 9680.0, 9747.0, 9744.0, 9706.0, 9713.0, 9655.0, 9676.0, 9710.0, 9659.0, 9650.0, 9651.0, 9680.0, 9677.0, 9684.0, 9683.0, 9736.0, 9666.0, 9682.0, 9708.0, 9666.0, 9701.0, 9737.0, 9717.0, 9680.0, 9689.0, 9710.0, 9682.0, 9678.0, 9667.0, 9681.0, 9696.0, 9686.0, 9688.0, 9710.0, 9685.0, 9754.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.0011403032178217824</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01619995760519802</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.216295191517055</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2209632408111473</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0240966663343647</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5008</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4242.9526</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07457082346208076</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3712871287128713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.374637997440862</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.263535400578565</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5919304836581074</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.268448108085913</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129572</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0174417681992054</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03699596971273422</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1616</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.7455120283460697</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>15.2438</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.204</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.8011</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296252.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1113.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>424.512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9023</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>654.4065</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.3907</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3743.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80292.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1202.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4803.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.3231</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.57360312459059</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> |