=== 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-0095 --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-0095",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
169 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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-03/func/sub-0095_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>d5606b794fac59745baf6aa1570ba2e4</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>11:26:49.712500</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_VE11E_LATEST_20181129</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.999914, -0.00339855, -0.0126836, 0.00244319, 0.997211, -0.0745917]</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.259</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.0867551</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>[4227, -7783, -7263, 171, -93, -279, -210, 66]</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>253.199</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fa80d50b-d258-48ee-8ad8-31d2b17ad963||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826956272125244, 0.006554902996867895, -0.034834638237953186, 109.3394546508789], [0.00911805685609579, 2.6754446029663086, -0.20129641890525818, -92.29963684082031], [-0.03402913734316826, 0.20012395083904266, 2.692260503768921, -115.79230499267578], [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, 1640]</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, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['112649.712500', '112650.172500', '112650.632500', '112651.092500', '112651.552500', '112652.012500', '112652.472500', '112652.932500', '112653.392500', '112653.852500', '112654.312500', '112654.772500', '112655.232500', '112655.692500', '112656.152500', '112656.612500', '112657.072500', '112657.532500', '112657.992500', '112658.452500', '112658.912500', '112659.372500', '112659.832500', '112700.292500', '112700.752500', '112701.212500', '112701.672500', '112702.132500', '112702.592500', '112703.052500', '112703.512500', '112703.972500', '112704.432500', '112704.892500', '112705.352500', '112705.812500', '112706.272500', '112706.732500', '112707.192500', '112707.652500', '112708.112500', '112708.572500', '112709.032500', '112709.492500', '112709.952500', '112710.412500', '112710.872500', '112711.332500', '112711.792500', '112712.252500', '112712.712500', '112713.172500', '112713.632500', '112714.092500', '112714.552500', '112715.012500', '112715.472500', '112715.932500', '112716.392500', '112716.852500', '112717.312500', '112717.772500', '112718.232500', '112718.692500', '112719.152500', '112719.612500', '112720.072500', '112720.532500', '112720.992500', '112721.452500', '112721.912500', '112722.372500', '112722.832500', '112723.292500', '112723.752500', '112724.212500', '112724.672500', '112725.132500', '112725.592500', '112726.052500', '112726.512500', '112726.972500', '112727.432500', '112727.892500', '112728.352500', '112728.812500', '112729.272500', '112729.732500', '112730.192500', '112730.652500', '112731.112500', '112731.572500', '112732.032500', '112732.492500', '112732.952500', '112733.412500', '112733.872500', '112734.332500', '112734.792500', '112735.252500', '112735.712500', '112736.172500', '112736.632500', '112737.092500', '112737.552500', '112738.012500', '112738.472500', '112738.932500', '112739.392500', '112739.852500', '112740.312500', '112740.772500', '112741.232500', '112741.692500', '112742.152500', '112742.612500', '112743.072500', '112743.532500', '112743.992500', '112744.452500', '112744.912500', '112745.372500', '112745.832500', '112746.292500', '112746.752500', '112747.212500', '112747.672500', '112748.132500', '112748.592500', '112749.052500', '112749.512500', '112749.972500', '112750.432500', '112750.892500', '112751.352500', '112751.812500', '112752.272500', '112752.732500', '112753.192500', '112753.652500', '112754.112500', '112754.572500', '112755.032500', '112755.492500', '112755.952500', '112756.412500', '112756.872500', '112757.332500', '112757.792500', '112758.252500', '112758.712500', '112759.172500', '112759.632500', '112800.092500', '112800.552500', '112801.012500', '112801.472500', '112801.932500', '112802.392500', '112802.852500', '112803.312500', '112803.772500', '112804.232500', '112804.692500', '112805.152500', '112805.612500', '112806.072500', '112806.532500', '112806.992500', '112807.452500', '112807.912500', '112808.372500', '112808.832500', '112809.292500', '112809.752500', '112810.212500', '112810.672500', '112811.132500', '112811.592500', '112812.052500', '112812.512500', '112812.972500', '112813.432500', '112813.892500', '112814.352500', '112814.812500', '112815.272500', '112815.732500', '112816.192500', '112816.652500', '112817.112500', '112817.572500', '112818.032500', '112818.492500', '112818.952500', '112819.412500', '112819.872500', '112820.332500', '112820.792500', '112821.252500', '112821.712500', '112822.172500', '112822.632500', '112823.092500', '112823.552500', '112824.012500', '112824.472500', '112824.932500', '112825.392500', '112825.852500', '112826.312500', '112826.772500', '112827.232500', '112827.692500', '112828.152500', '112828.612500', '112829.072500', '112829.532500', '112829.992500', '112830.452500', '112830.912500', '112831.372500', '112831.832500', '112832.292500', '112832.752500', '112833.212500', '112833.672500', '112834.132500', '112834.592500', '112835.052500', '112835.512500', '112835.972500', '112836.432500', '112836.892500', '112837.352500', '112837.812500', '112838.272500', '112838.732500', '112839.192500', '112839.652500', '112840.112500', '112840.572500', '112841.032500', '112841.492500', '112841.952500', '112842.412500', '112842.872500', '112843.332500', '112843.792500', '112844.252500', '112844.712500', '112845.172500', '112845.632500', '112846.092500', '112846.552500', '112847.012500', '112847.472500', '112847.932500', '112848.392500', '112848.852500', '112849.312500', '112849.772500', '112850.232500', '112850.692500', '112851.152500', '112851.612500', '112852.072500', '112852.532500', '112852.992500', '112853.452500', '112853.912500', '112854.372500', '112854.832500', '112855.292500', '112855.752500', '112856.212500', '112856.672500', '112857.132500', '112857.592500', '112858.052500', '112858.512500', '112858.972500', '112859.432500', '112859.892500', '112900.352500', '112900.812500', '112901.272500', '112901.732500', '112902.192500', '112902.652500', '112903.112500', '112903.572500', '112904.032500', '112904.492500', '112904.952500', '112905.412500', '112905.872500', '112906.332500', '112906.792500', '112907.252500', '112907.712500', '112908.172500', '112908.632500', '112909.092500', '112909.552500', '112910.012500', '112910.472500', '112910.932500', '112911.392500', '112911.852500', '112912.312500', '112912.772500', '112913.232500', '112913.692500', '112914.152500', '112914.612500', '112915.072500', '112915.532500', '112915.992500', '112916.452500', '112916.912500', '112917.372500', '112917.832500', '112918.292500', '112918.752500', '112919.212500', '112919.672500', '112920.132500', '112920.592500', '112921.052500', '112921.512500', '112921.972500', '112922.432500', '112922.892500', '112923.352500', '112923.812500', '112924.272500', '112924.732500', '112925.192500', '112925.652500', '112926.112500', '112926.572500', '112927.032500', '112927.492500', '112927.952500', '112928.412500', '112928.872500', '112929.332500', '112929.792500', '112930.252500', '112930.712500', '112931.172500', '112931.632500', '112932.092500', '112932.552500', '112933.012500', '112933.472500', '112933.932500', '112934.392500', '112934.852500', '112935.312500', '112935.772500', '112936.232500', '112936.692500', '112937.152500', '112937.612500', '112938.072500', '112938.532500', '112938.992500', '112939.452500', '112939.912500', '112940.372500', '112940.832500', '112941.292500', '112941.752500', '112942.212500', '112942.672500', '112943.132500', '112943.592500', '112944.052500', '112944.512500', '112944.972500', '112945.432500', '112945.892500', '112946.352500', '112946.812500', '112947.272500', '112947.732500', '112948.192500', '112948.652500', '112949.112500', '112949.572500', '112950.032500', '112950.492500', '112950.952500', '112951.412500', '112951.872500', '112952.332500', '112952.792500', '112953.252500', '112953.712500', '112954.172500', '112954.632500', '112955.092500', '112955.552500', '112956.012500', '112956.472500', '112956.932500', '112957.392500', '112957.852500', '112958.312500', '112958.772500', '112959.232500', '112959.692500', '113000.152500', '113000.612500', '113001.072500', '113001.532500', '113001.992500', '113002.452500', '113002.912500', '113003.372500', '113003.832500', '113004.292500', '113004.752500', '113005.212500', '113005.672500', '113006.132500', '113006.592500', '113007.052500', '113007.512500', '113007.972500', '113008.432500', '113008.892500', '113009.352500', '113009.812500', '113010.272500', '113010.732500', '113011.192500', '113011.652500', '113012.112500', '113012.572500', '113013.032500', '113013.492500', '113013.952500', '113014.412500', '113014.872500', '113015.332500', '113015.792500', '113016.252500', '113016.712500', '113017.172500', '113017.632500', '113018.092500', '113018.552500', '113019.012500', '113019.472500', '113019.932500', '113020.392500', '113020.852500', '113021.312500', '113021.772500', '113022.232500', '113022.692500', '113023.152500', '113023.612500', '113024.072500', '113024.532500', '113024.992500', '113025.452500', '113025.912500', '113026.372500', '113026.832500', '113027.292500', '113027.752500', '113028.212500', '113028.672500', '113029.132500', '113029.592500', '113030.052500', '113030.512500', '113030.972500', '113031.432500', '113031.892500', '113032.352500', '113032.812500', '113033.272500', '113033.732500', '113034.192500', '113034.652500', '113035.112500', '113035.572500', '113036.032500', '113036.492500', '113036.952500', '113037.412500', '113037.872500', '113038.332500', '113038.792500', '113039.252500', '113039.712500', '113040.172500', '113040.632500', '113041.092500', '113041.552500', '113042.012500', '113042.472500', '113042.932500', '113043.392500', '113043.852500', '113044.312500', '113044.772500', '113045.232500', '113045.692500', '113046.152500', '113046.612500', '113047.072500', '113047.532500', '113047.992500', '113048.452500', '113048.912500', '113049.372500', '113049.832500', '113050.292500', '113050.752500', '113051.212500', '113051.672500', '113052.132500', '113052.592500', '113053.052500', '113053.512500', '113053.972500', '113054.432500', '113054.892500', '113055.352500', '113055.812500', '113056.272500', '113056.732500', '113057.192500', '113057.652500', '113058.112500', '113058.572500', '113059.032500', '113059.492500', '113059.952500', '113100.412500', '113100.872500', '113101.332500', '113101.792500', '113102.252500', '113102.712500', '113103.172500', '113103.632500', '113104.092500', '113104.552500', '113105.012500', '113105.472500', '113105.932500', '113106.392500', '113106.852500', '113107.312500', '113107.772500', '113108.232500', '113108.692500', '113109.152500', '113109.612500', '113110.072500', '113110.532500', '113110.992500', '113111.452500', '113111.912500', '113112.372500', '113112.832500', '113113.292500', '113113.752500', '113114.212500', '113114.672500', '113115.132500', '113115.592500', '113116.052500', '113116.512500', '113116.972500', '113117.432500', '113117.892500', '113118.352500', '113118.812500', '113119.272500', '113119.732500', '113120.192500', '113120.652500', '113121.112500', '113121.572500', '113122.032500', '113122.492500', '113122.952500', '113123.412500', '113123.872500', '113124.332500', '113124.792500', '113125.252500', '113125.712500', '113126.172500', '113126.632500', '113127.092500', '113127.552500', '113128.012500', '113128.472500', '113128.932500', '113129.392500', '113129.852500', '113130.312500', '113130.772500', '113131.232500', '113131.692500', '113132.152500', '113132.612500', '113133.072500', '113133.532500', '113133.992500', '113134.452500', '113134.912500', '113135.372500', '113135.832500', '113136.292500', '113136.752500', '113137.212500', '113137.672500', '113138.132500', '113138.592500', '113139.052500', '113139.512500', '113139.972500', '113140.432500', '113140.892500', '113141.352500', '113141.812500', '113142.272500', '113142.732500', '113143.192500', '113143.652500', '113144.112500', '113144.572500', '113145.032500', '113145.492500', '113145.952500', '113146.412500', '113146.872500', '113147.332500', '113147.792500', '113148.252500', '113148.712500', '113149.172500', '113149.632500', '113150.092500', '113150.552500', '113151.012500', '113151.472500', '113151.932500', '113152.392500', '113152.852500', '113153.312500', '113153.772500', '113154.232500', '113154.692500', '113155.152500', '113155.612500', '113156.072500', '113156.532500', '113156.992500', '113157.452500', '113157.912500', '113158.372500', '113158.832500', '113159.292500', '113159.752500', '113200.212500', '113200.672500', '113201.132500', '113201.592500', '113202.052500', '113202.512500', '113202.972500', '113203.432500', '113203.892500', '113204.352500', '113204.812500', '113205.272500', '113205.732500', '113206.192500', '113206.652500', '113207.112500', '113207.572500', '113208.032500', '113208.492500', '113208.952500', '113209.412500', '113209.872500', '113210.332500', '113210.792500', '113211.252500', '113211.712500', '113212.172500', '113212.632500', '113213.092500', '113213.552500', '113214.012500', '113214.472500', '113214.932500', '113215.392500', '113215.852500', '113216.312500', '113216.772500', '113217.232500', '113217.692500', '113218.152500', '113218.612500', '113219.072500', '113219.532500', '113219.992500', '113220.452500', '113220.912500', '113221.372500', '113221.832500', '113222.292500', '113222.752500', '113223.212500', '113223.672500', '113224.132500', '113224.592500', '113225.052500', '113225.512500', '113225.972500', '113226.432500', '113226.892500', '113227.352500', '113227.812500', '113228.272500', '113228.732500', '113229.192500', '113229.652500', '113230.112500', '113230.572500', '113231.032500', '113231.492500', '113231.952500', '113232.412500', '113232.872500', '113233.332500', '113233.792500', '113234.252500', '113234.712500', '113235.172500', '113235.632500', '113236.092500', '113236.552500', '113237.012500', '113237.472500', '113237.932500', '113238.392500', '113238.852500', '113239.312500', '113239.772500', '113240.232500', '113240.692500', '113241.152500', '113241.612500', '113242.072500', '113242.532500', '113242.992500', '113243.452500', '113243.912500', '113244.372500', '113244.832500', '113245.292500', '113245.752500', '113246.212500', '113246.672500', '113247.132500', '113247.592500', '113248.052500', '113248.512500', '113248.972500', '113249.432500', '113249.892500', '113250.352500', '113250.812500', '113251.272500', '113251.732500', '113252.192500', '113252.652500', '113253.112500', '113253.572500', '113254.032500', '113254.492500', '113254.952500', '113255.412500', '113255.872500', '113256.332500', '113256.792500', '113257.252500', '113257.712500', '113258.172500', '113258.632500', '113259.092500', '113259.552500', '113300.012500', '113300.472500', '113300.932500', '113301.392500', '113301.852500', '113302.312500', '113302.772500', '113303.232500', '113303.692500', '113304.152500', '113304.612500', '113305.072500', '113305.532500', '113305.992500', '113306.452500', '113306.912500', '113307.372500', '113307.832500', '113308.292500', '113308.752500', '113309.212500', '113309.672500', '113310.132500', '113310.592500', '113311.052500', '113311.512500', '113311.972500', '113312.432500', '113312.892500', '113313.352500', '113313.812500', '113314.272500', '113314.732500', '113315.192500', '113315.652500', '113316.112500', '113316.572500', '113317.032500', '113317.492500', '113317.952500', '113318.412500', '113318.872500', '113319.332500', '113319.792500', '113320.252500', '113320.712500', '113321.172500', '113321.632500', '113322.092500', '113322.552500', '113323.012500', '113323.472500', '113323.932500', '113324.392500', '113324.852500', '113325.312500', '113325.772500', '113326.232500', '113326.692500', '113327.152500', '113327.612500', '113328.072500', '113328.532500', '113328.992500', '113329.452500', '113329.912500', '113330.372500', '113330.832500', '113331.292500', '113331.752500', '113332.212500', '113332.672500', '113333.132500', '113333.592500', '113334.052500', '113334.512500', '113334.972500', '113335.432500', '113335.892500', '113336.352500', '113336.812500', '113337.272500', '113337.732500', '113338.192500', '113338.652500', '113339.112500', '113339.572500', '113340.032500', '113340.492500', '113340.952500', '113341.412500', '113341.872500', '113342.332500', '113342.792500', '113343.252500', '113343.712500', '113344.172500', '113344.632500', '113345.092500', '113345.552500', '113346.012500', '113346.472500', '113346.932500', '113347.392500', '113347.852500', '113348.312500', '113348.772500', '113349.232500', '113349.692500', '113350.152500', '113350.612500', '113351.072500', '113351.532500', '113351.992500', '113352.452500', '113352.912500', '113353.372500', '113353.832500', '113354.292500', '113354.752500', '113355.212500', '113355.672500', '113356.132500', '113356.592500', '113357.052500', '113357.512500', '113357.972500', '113358.432500', '113358.892500', '113359.352500', '113359.812500', '113400.272500', '113400.732500', '113401.192500', '113401.652500', '113402.112500', '113402.572500', '113403.032500', '113403.492500', '113403.952500', '113404.412500', '113404.872500', '113405.332500', '113405.792500', '113406.252500', '113406.712500', '113407.172500', '113407.632500', '113408.092500', '113408.552500', '113409.012500', '113409.472500', '113409.932500', '113410.392500', '113410.852500', '113411.312500', '113411.772500', '113412.232500', '113412.692500', '113413.152500', '113413.612500', '113414.072500', '113414.532500', '113414.992500', '113415.452500', '113415.912500', '113416.372500', '113416.832500', '113417.292500', '113417.752500', '113418.212500', '113418.672500', '113419.132500', '113419.592500', '113420.052500', '113420.512500', '113420.972500', '113421.432500', '113421.892500', '113422.352500', '113422.812500', '113423.272500', '113423.732500', '113424.192500', '113424.652500', '113425.112500', '113425.572500', '113426.032500', '113426.492500', '113426.952500', '113427.412500', '113427.872500', '113428.332500', '113428.792500', '113429.252500', '113429.712500', '113430.172500', '113430.632500', '113431.092500', '113431.552500', '113432.012500', '113432.472500', '113432.932500', '113433.392500', '113433.852500', '113434.312500', '113434.772500', '113435.232500', '113435.692500', '113436.152500', '113436.612500', '113437.072500', '113437.532500', '113437.992500', '113438.452500', '113438.912500', '113439.372500', '113439.832500', '113440.292500', '113440.752500', '113441.212500', '113441.672500', '113442.132500', '113442.592500', '113443.052500', '113443.512500', '113443.972500', '113444.432500', '113444.892500', '113445.352500', '113445.812500', '113446.272500', '113446.732500', '113447.192500', '113447.652500', '113448.112500', '113448.572500', '113449.032500', '113449.492500', '113449.952500', '113450.412500', '113450.872500', '113451.332500', '113451.792500', '113452.252500', '113452.712500', '113453.172500', '113453.632500', '113454.092500', '113454.552500', '113455.012500', '113455.472500', '113455.932500', '113456.392500', '113456.852500', '113457.312500', '113457.772500', '113458.232500', '113458.692500', '113459.152500', '113459.612500', '113500.072500', '113500.532500', '113500.992500', '113501.452500', '113501.912500', '113502.372500', '113502.832500', '113503.292500', '113503.752500', '113504.212500', '113504.672500', '113505.132500', '113505.592500', '113506.052500', '113506.512500', '113506.972500', '113507.432500', '113507.892500', '113508.352500', '113508.812500', '113509.272500', '113509.732500', '113510.192500', '113510.652500', '113511.112500', '113511.572500', '113512.032500', '113512.492500', '113512.952500', '113513.412500', '113513.872500', '113514.332500', '113514.792500', '113515.252500', '113515.712500', '113516.172500', '113516.632500', '113517.092500', '113517.552500', '113518.012500', '113518.472500', '113518.932500', '113519.392500', '113519.852500', '113520.312500', '113520.772500', '113521.232500', '113521.692500', '113522.152500', '113522.612500', '113523.072500', '113523.532500', '113523.992500', '113524.452500', '113524.912500', '113525.372500', '113525.832500', '113526.292500', '113526.752500', '113527.212500', '113527.672500', '113528.132500', '113528.592500', '113529.052500', '113529.512500', '113529.972500', '113530.432500', '113530.892500', '113531.352500', '113531.812500', '113532.272500', '113532.732500', '113533.192500', '113533.652500', '113534.112500', '113534.572500', '113535.032500', '113535.492500', '113535.952500', '113536.412500', '113536.872500', '113537.332500', '113537.792500', '113538.252500', '113538.712500', '113539.172500', '113539.632500', '113540.092500', '113540.552500', '113541.012500', '113541.472500', '113541.932500', '113542.392500', '113542.852500', '113543.312500', '113543.772500', '113544.232500', '113544.692500', '113545.152500', '113545.612500', '113546.072500', '113546.532500', '113546.992500', '113547.452500', '113547.912500', '113548.372500', '113548.832500', '113549.292500', '113549.752500', '113550.212500', '113550.672500', '113551.132500', '113551.592500', '113552.052500', '113552.512500', '113552.972500', '113553.432500', '113553.892500', '113554.352500', '113554.812500', '113555.272500', '113555.732500', '113556.192500', '113556.652500', '113557.112500', '113557.572500', '113558.032500', '113558.492500', '113558.952500', '113559.412500', '113559.872500', '113600.332500', '113600.792500', '113601.252500', '113601.712500', '113602.172500', '113602.632500', '113603.092500', '113603.552500', '113604.012500', '113604.472500', '113604.932500', '113605.392500', '113605.852500', '113606.312500', '113606.772500', '113607.232500', '113607.692500', '113608.152500', '113608.612500', '113609.072500', '113609.532500', '113609.992500', '113610.452500', '113610.912500', '113611.372500', '113611.832500', '113612.292500', '113612.752500', '113613.212500', '113613.672500', '113614.132500', '113614.592500', '113615.052500', '113615.512500', '113615.972500', '113616.432500', '113616.892500', '113617.352500', '113617.812500', '113618.272500', '113618.732500', '113619.192500', '113619.652500', '113620.112500', '113620.572500', '113621.032500', '113621.492500', '113621.952500', '113622.412500', '113622.872500', '113623.332500', '113623.792500', '113624.252500', '113624.712500', '113625.172500', '113625.632500', '113626.092500', '113626.552500', '113627.012500', '113627.472500', '113627.932500', '113628.392500', '113628.852500', '113629.312500', '113629.772500', '113630.232500', '113630.692500', '113631.152500', '113631.612500', '113632.072500', '113632.532500', '113632.992500', '113633.452500', '113633.912500', '113634.372500', '113634.832500', '113635.292500', '113635.752500', '113636.212500', '113636.672500', '113637.132500', '113637.592500', '113638.052500', '113638.512500', '113638.972500', '113639.432500', '113639.892500', '113640.352500', '113640.812500', '113641.272500', '113641.732500', '113642.192500', '113642.652500', '113643.112500', '113643.572500', '113644.032500', '113644.492500', '113644.952500', '113645.412500', '113645.872500', '113646.332500', '113646.792500', '113647.252500', '113647.712500', '113648.172500', '113648.632500', '113649.092500', '113649.552500', '113650.012500', '113650.472500', '113650.932500', '113651.392500', '113651.852500', '113652.312500', '113652.772500', '113653.232500', '113653.692500', '113654.152500', '113654.612500', '113655.072500', '113655.532500', '113655.992500', '113656.452500', '113656.912500', '113657.372500', '113657.832500', '113658.292500', '113658.752500', '113659.212500', '113659.672500', '113700.132500', '113700.592500', '113701.052500', '113701.512500', '113701.972500', '113702.432500', '113702.892500', '113703.352500', '113703.812500', '113704.272500', '113704.732500', '113705.192500', '113705.652500', '113706.112500', '113706.572500', '113707.032500', '113707.492500', '113707.952500', '113708.412500', '113708.872500', '113709.332500', '113709.792500', '113710.252500', '113710.712500', '113711.172500', '113711.632500', '113712.092500', '113712.552500', '113713.012500', '113713.472500', '113713.932500', '113714.392500', '113714.852500', '113715.312500', '113715.772500', '113716.232500', '113716.692500', '113717.152500', '113717.612500', '113718.072500', '113718.532500', '113718.992500', '113719.452500', '113719.912500', '113720.372500', '113720.832500', '113721.292500', '113721.752500', '113722.212500', '113722.672500', '113723.132500', '113723.592500', '113724.052500', '113724.512500', '113724.972500', '113725.432500', '113725.892500', '113726.352500', '113726.812500', '113727.272500', '113727.732500', '113728.192500', '113728.652500', '113729.112500', '113729.572500', '113730.032500', '113730.492500', '113730.952500', '113731.412500', '113731.872500', '113732.332500', '113732.792500', '113733.252500', '113733.712500', '113734.172500', '113734.632500', '113735.092500', '113735.552500', '113736.012500', '113736.472500', '113736.932500', '113737.392500', '113737.852500', '113738.312500', '113738.772500', '113739.232500', '113739.692500', '113740.152500', '113740.612500', '113741.072500', '113741.532500', '113741.992500', '113742.452500', '113742.912500', '113743.372500', '113743.832500', '113744.292500', '113744.752500', '113745.212500', '113745.672500', '113746.132500', '113746.592500', '113747.052500', '113747.512500', '113747.972500', '113748.432500', '113748.892500', '113749.352500', '113749.812500', '113750.272500', '113750.732500', '113751.192500', '113751.652500', '113752.112500', '113752.572500', '113753.032500', '113753.492500', '113753.952500', '113754.412500', '113754.872500', '113755.332500', '113755.792500', '113756.252500', '113756.712500', '113757.172500', '113757.632500', '113758.092500', '113758.552500', '113759.012500', '113759.472500', '113759.932500', '113800.392500', '113800.852500', '113801.312500', '113801.772500', '113802.232500', '113802.692500', '113803.152500', '113803.612500', '113804.072500', '113804.532500', '113804.992500', '113805.452500', '113805.912500', '113806.372500', '113806.832500', '113807.292500', '113807.752500', '113808.212500', '113808.672500', '113809.132500', '113809.592500', '113810.052500', '113810.512500', '113810.972500', '113811.432500', '113811.892500', '113812.352500', '113812.812500', '113813.272500', '113813.732500', '113814.192500', '113814.652500', '113815.112500', '113815.572500', '113816.032500', '113816.492500', '113816.952500', '113817.412500', '113817.872500', '113818.332500', '113818.792500', '113819.252500', '113819.712500', '113820.172500', '113820.632500', '113821.092500', '113821.552500', '113822.012500', '113822.472500', '113822.932500', '113823.392500', '113823.852500', '113824.312500', '113824.772500', '113825.232500', '113825.692500', '113826.152500', '113826.612500', '113827.072500', '113827.532500', '113827.992500', '113828.452500', '113828.912500', '113829.372500', '113829.832500', '113830.292500', '113830.752500', '113831.212500', '113831.672500', '113832.132500', '113832.592500', '113833.052500', '113833.512500', '113833.972500', '113834.432500', '113834.892500', '113835.352500', '113835.812500', '113836.272500', '113836.732500', '113837.192500', '113837.652500', '113838.112500', '113838.572500', '113839.032500', '113839.492500', '113839.952500', '113840.412500', '113840.872500', '113841.332500', '113841.792500', '113842.252500', '113842.712500', '113843.172500', '113843.632500', '113844.092500', '113844.552500', '113845.012500', '113845.472500', '113845.932500', '113846.392500', '113846.852500', '113847.312500', '113847.772500', '113848.232500', '113848.692500', '113849.152500', '113849.612500', '113850.072500', '113850.532500', '113850.992500', '113851.452500', '113851.912500', '113852.372500', '113852.832500', '113853.292500', '113853.752500', '113854.212500', '113854.672500', '113855.132500', '113855.592500', '113856.052500', '113856.512500', '113856.972500', '113857.432500', '113857.892500', '113858.352500', '113858.812500', '113859.272500', '113859.732500', '113900.192500', '113900.652500', '113901.112500', '113901.572500', '113902.032500', '113902.492500', '113902.952500', '113903.412500', '113903.872500', '113904.332500', '113904.792500', '113905.252500', '113905.712500', '113906.172500', '113906.632500', '113907.092500', '113907.552500', '113908.012500', '113908.472500', '113908.932500', '113909.392500', '113909.852500', '113910.312500', '113910.772500', '113911.232500', '113911.692500', '113912.152500', '113912.612500', '113913.072500', '113913.532500', '113913.992500', '113914.452500', '113914.912500', '113915.372500', '113915.832500', '113916.292500', '113916.752500', '113917.212500', '113917.672500', '113918.132500', '113918.592500', '113919.052500', '113919.512500', '113919.972500', '113920.432500', '113920.892500', '113921.352500', '113921.812500', '113922.272500', '113922.732500', '113923.192500', '113923.652500'], 'ContentTime': ['112718.321000', '112718.324000', '112718.327000', '112718.329000', '112718.332000', '112718.334000', '112718.337000', '112718.339000', '112718.342000', '112718.345000', '112718.347000', '112718.350000', '112718.352000', '112718.382000', '112718.387000', '112718.390000', '112718.392000', '112718.395000', '112718.398000', '112718.400000', '112718.403000', '112718.405000', '112718.408000', '112718.410000', '112718.413000', '112718.415000', '112718.418000', '112718.420000', '112718.423000', '112718.426000', '112718.428000', '112718.431000', '112718.433000', '112718.436000', '112718.442000', '112718.445000', '112718.448000', '112718.450000', '112718.453000', '112718.455000', '112718.458000', '112718.460000', '112718.463000', '112718.465000', '112718.468000', '112718.470000', '112718.473000', '112718.475000', '112718.478000', '112718.480000', '112718.483000', '112718.486000', '112718.488000', '112718.491000', '112718.493000', '112718.496000', '112718.498000', '112718.501000', '112718.503000', '112738.295000', '112738.297000', '112738.300000', '112738.303000', '112738.305000', '112738.308000', '112738.310000', '112738.313000', '112738.315000', '112738.318000', '112738.320000', '112738.323000', '112738.326000', '112738.328000', '112738.331000', '112738.333000', '112738.336000', '112738.338000', '112738.341000', '112738.343000', '112738.346000', '112738.348000', '112738.351000', '112738.353000', '112738.356000', '112738.359000', '112738.361000', '112738.364000', '112738.366000', '112738.369000', '112738.371000', '112738.374000', '112738.376000', '112738.379000', '112738.381000', '112738.384000', '112738.387000', '112738.389000', '112738.392000', '112738.395000', '112738.398000', '112738.401000', '112738.403000', '112758.294000', '112758.297000', '112758.300000', '112758.303000', '112758.305000', '112758.308000', '112758.310000', '112758.344000', '112758.346000', '112758.349000', '112758.352000', '112758.354000', '112758.357000', '112758.359000', '112758.362000', '112758.364000', '112758.367000', '112758.369000', '112758.372000', '112758.375000', '112758.377000', '112758.380000', '112758.382000', '112758.385000', '112758.387000', '112758.390000', '112758.392000', '112758.395000', '112758.397000', '112758.400000', '112758.403000', '112758.405000', '112758.408000', '112758.410000', '112758.413000', '112758.415000', '112758.418000', '112758.420000', '112758.423000', '112758.425000', '112758.428000', '112758.430000', '112758.433000', '112758.435000', '112818.294000', '112818.296000', '112818.299000', '112818.302000', '112818.304000', '112818.307000', '112818.310000', '112818.312000', '112818.315000', '112818.317000', '112818.320000', '112818.323000', '112818.325000', '112818.328000', '112818.331000', '112818.333000', '112818.336000', '112818.338000', '112818.341000', '112818.343000', '112818.346000', '112818.348000', '112818.351000', '112818.354000', '112818.356000', '112818.359000', '112818.361000', '112818.364000', '112818.366000', '112818.369000', '112818.372000', '112818.374000', '112818.377000', '112818.379000', '112818.382000', '112818.384000', '112818.387000', '112818.389000', '112818.392000', '112818.395000', '112818.398000', '112818.401000', '112818.404000', '112838.294000', '112838.297000', '112838.304000', '112838.307000', '112838.309000', '112838.312000', '112838.315000', '112838.317000', '112838.320000', '112838.323000', '112838.325000', '112838.328000', '112838.330000', '112838.333000', '112838.335000', '112838.338000', '112838.341000', '112838.343000', '112838.346000', '112838.348000', '112838.351000', '112838.353000', '112838.356000', '112838.359000', '112838.361000', '112838.364000', '112838.366000', '112838.369000', '112838.371000', '112838.374000', '112838.377000', '112838.379000', '112838.382000', '112838.384000', '112838.387000', '112838.389000', '112838.392000', '112838.395000', '112838.397000', '112838.400000', '112838.402000', '112838.405000', '112838.407000', '112838.410000', '112858.304000', '112858.307000', '112858.310000', '112858.313000', '112858.315000', '112858.318000', '112858.320000', '112858.326000', '112858.329000', '112858.332000', '112858.334000', '112858.338000', '112858.341000', '112858.343000', '112858.346000', '112858.349000', '112858.351000', '112858.354000', '112858.357000', '112858.362000', '112858.365000', '112858.368000', '112858.371000', '112858.374000', '112858.376000', '112858.379000', '112858.381000', '112858.384000', '112858.387000', '112858.390000', '112858.393000', '112858.395000', '112858.398000', '112858.401000', '112858.403000', '112858.406000', '112858.408000', '112858.411000', '112858.416000', '112858.419000', '112858.421000', '112858.424000', '112858.430000', '112918.295000', '112918.297000', '112918.300000', '112918.303000', '112918.305000', '112918.308000', '112918.310000', '112918.313000', '112918.316000', '112918.318000', '112918.321000', '112918.323000', '112918.326000', '112918.328000', '112918.331000', '112918.334000', '112918.336000', '112918.339000', '112918.341000', '112918.344000', '112918.347000', '112918.349000', '112918.352000', '112918.354000', '112918.357000', '112918.360000', '112918.362000', '112918.365000', '112918.367000', '112918.370000', '112918.372000', '112918.375000', '112918.377000', '112918.380000', '112918.383000', '112918.385000', '112918.388000', '112918.391000', '112918.393000', '112918.396000', '112918.398000', '112918.401000', '112918.403000', '112918.406000', '112938.294000', '112938.297000', '112938.300000', '112938.302000', '112938.305000', '112938.307000', '112938.310000', '112938.313000', '112938.315000', '112938.318000', '112938.320000', '112938.323000', '112938.325000', '112938.328000', '112938.331000', '112938.333000', '112938.336000', '112938.338000', '112938.341000', '112938.343000', '112938.346000', '112938.349000', '112938.351000', '112938.354000', '112938.366000', '112938.369000', '112938.372000', '112938.374000', '112938.377000', '112938.379000', '112938.382000', '112938.385000', '112938.387000', '112938.390000', '112938.392000', '112938.395000', '112938.398000', '112938.400000', '112938.403000', '112938.405000', '112938.408000', '112938.410000', '112938.413000', '112958.294000', '112958.297000', '112958.300000', '112958.302000', '112958.305000', '112958.308000', '112958.310000', '112958.313000', '112958.315000', '112958.318000', '112958.321000', '112958.323000', '112958.326000', '112958.328000', '112958.331000', '112958.334000', '112958.336000', '112958.339000', '112958.341000', '112958.344000', '112958.347000', '112958.349000', '112958.352000', '112958.354000', '112958.357000', '112958.359000', '112958.362000', '112958.365000', '112958.367000', '112958.370000', '112958.372000', '112958.375000', '112958.377000', '112958.380000', '112958.383000', '112958.385000', '112958.388000', '112958.390000', '112958.393000', '112958.395000', '112958.398000', '112958.400000', '112958.403000', '112958.405000', '113018.294000', '113018.297000', '113018.300000', '113018.303000', '113018.305000', '113018.308000', '113018.310000', '113018.313000', '113018.316000', '113018.318000', '113018.321000', '113018.323000', '113018.326000', '113018.336000', '113018.339000', '113018.341000', '113018.344000', '113018.346000', '113018.349000', '113018.352000', '113018.354000', '113018.357000', '113018.359000', '113018.362000', '113018.365000', '113018.367000', '113018.370000', '113018.372000', '113018.375000', '113018.377000', '113018.380000', '113018.383000', '113018.403000', '113018.405000', '113018.408000', '113018.410000', '113018.413000', '113018.415000', '113018.418000', '113018.420000', '113018.423000', '113018.426000', '113018.428000', '113038.294000', '113038.297000', '113038.300000', '113038.302000', '113038.305000', '113038.307000', '113038.310000', '113038.313000', '113038.315000', '113038.318000', '113038.320000', '113038.323000', '113038.325000', '113038.328000', '113038.330000', '113038.333000', '113038.336000', '113038.338000', '113038.341000', '113038.343000', '113038.346000', '113038.349000', '113038.351000', '113038.354000', '113038.357000', '113038.359000', '113038.362000', '113038.364000', '113038.367000', '113038.369000', '113038.372000', '113038.375000', '113038.377000', '113038.380000', '113038.382000', '113038.385000', '113038.387000', '113038.390000', '113038.393000', '113038.395000', '113038.398000', '113038.400000', '113038.403000', '113038.405000', '113058.294000', '113058.297000', '113058.300000', '113058.302000', '113058.305000', '113058.308000', '113058.310000', '113058.313000', '113058.315000', '113058.318000', '113058.320000', '113058.323000', '113058.325000', '113058.328000', '113058.331000', '113058.333000', '113058.336000', '113058.338000', '113058.341000', '113058.344000', '113058.346000', '113058.349000', '113058.351000', '113058.354000', '113058.356000', '113058.359000', '113058.362000', '113058.364000', '113058.367000', '113058.369000', '113058.372000', '113058.375000', '113058.377000', '113058.380000', '113058.382000', '113058.385000', '113058.388000', '113058.390000', '113058.393000', '113058.395000', '113058.398000', '113058.401000', '113058.403000', '113118.295000', '113118.297000', '113118.300000', '113118.303000', '113118.305000', '113118.308000', '113118.310000', '113118.313000', '113118.316000', '113118.318000', '113118.321000', '113118.323000', '113118.326000', '113118.328000', '113118.331000', '113118.333000', '113118.336000', '113118.339000', '113118.341000', '113118.344000', '113118.346000', '113118.349000', '113118.351000', '113118.354000', '113118.357000', '113118.359000', '113118.362000', '113118.364000', '113118.367000', '113118.369000', '113118.372000', '113118.375000', '113118.377000', '113118.380000', '113118.383000', '113118.385000', '113118.388000', '113118.390000', '113118.393000', '113118.395000', '113118.398000', '113118.401000', '113118.403000', '113118.406000', '113138.295000', '113138.298000', '113138.301000', '113138.303000', '113138.306000', '113138.308000', '113138.311000', '113138.314000', '113138.316000', '113138.319000', '113138.321000', '113138.324000', '113138.326000', '113138.329000', '113138.332000', '113138.334000', '113138.337000', '113138.339000', '113138.342000', '113138.345000', '113138.347000', '113138.350000', '113138.352000', '113138.355000', '113138.357000', '113138.360000', '113138.363000', '113138.365000', '113138.368000', '113138.370000', '113138.373000', '113138.376000', '113138.378000', '113138.381000', '113138.383000', '113138.386000', '113138.388000', '113138.391000', '113138.394000', '113138.396000', '113138.399000', '113138.402000', '113138.404000', '113158.295000', '113158.298000', '113158.300000', '113158.303000', '113158.305000', '113158.308000', '113158.310000', '113158.313000', '113158.316000', '113158.319000', '113158.322000', '113158.325000', '113158.328000', '113158.330000', '113158.358000', '113158.361000', '113158.363000', '113158.366000', '113158.368000', '113158.371000', '113158.373000', '113158.376000', '113158.378000', '113158.381000', '113158.384000', '113158.386000', '113158.389000', '113158.391000', '113158.394000', '113158.397000', '113158.399000', '113158.402000', '113158.404000', '113158.407000', '113158.410000', '113158.412000', '113158.415000', '113158.417000', '113158.420000', '113158.423000', '113158.425000', '113158.428000', '113158.430000', '113218.294000', '113218.297000', '113218.300000', '113218.303000', '113218.305000', '113218.308000', '113218.310000', '113218.313000', '113218.316000', '113218.318000', '113218.321000', '113218.323000', '113218.326000', '113218.328000', '113218.331000', '113218.334000', '113218.336000', '113218.339000', '113218.341000', '113218.344000', '113218.346000', '113218.349000', '113218.351000', '113218.354000', '113218.357000', '113218.359000', '113218.362000', '113218.364000', '113218.367000', '113218.370000', '113218.372000', '113218.375000', '113218.377000', '113218.380000', '113218.382000', '113218.385000', '113218.387000', '113218.390000', '113218.393000', '113218.395000', '113218.398000', '113218.400000', '113218.403000', '113218.406000', '113238.295000', '113238.298000', '113238.300000', '113238.303000', '113238.306000', '113238.308000', '113238.311000', '113238.313000', '113238.316000', '113238.318000', '113238.321000', '113238.324000', '113238.326000', '113238.329000', '113238.331000', '113238.334000', '113238.337000', '113238.339000', '113238.342000', '113238.346000', '113238.349000', '113238.351000', '113238.354000', '113238.356000', '113238.359000', '113238.361000', '113238.364000', '113238.367000', '113238.369000', '113238.372000', '113238.374000', '113238.377000', '113238.379000', '113238.382000', '113238.385000', '113238.387000', '113238.390000', '113238.392000', '113238.395000', '113238.398000', '113238.400000', '113238.403000', '113238.406000', '113258.293000', '113258.296000', '113258.299000', '113258.302000', '113258.304000', '113258.307000', '113258.309000', '113258.312000', '113258.314000', '113258.317000', '113258.319000', '113258.322000', '113258.325000', '113258.327000', '113258.330000', '113258.333000', '113258.335000', '113258.338000', '113258.340000', '113258.343000', '113258.345000', '113258.348000', '113258.350000', '113258.353000', '113258.356000', '113258.358000', '113258.361000', '113258.363000', '113258.366000', '113258.369000', '113258.371000', '113258.374000', '113258.376000', '113258.379000', '113258.381000', '113258.384000', '113258.386000', '113258.389000', '113258.391000', '113258.394000', '113258.397000', '113258.399000', '113258.402000', '113258.404000', '113318.294000', '113318.297000', '113318.300000', '113318.302000', '113318.305000', '113318.308000', '113318.310000', '113318.313000', '113318.315000', '113318.318000', '113318.321000', '113318.324000', '113318.327000', '113318.330000', '113318.332000', '113318.335000', '113318.337000', '113318.340000', '113318.343000', '113318.346000', '113318.348000', '113318.351000', '113318.353000', '113318.356000', '113318.370000', '113318.373000', '113318.376000', '113318.379000', '113318.381000', '113318.384000', '113318.387000', '113318.389000', '113318.392000', '113318.394000', '113318.397000', '113318.399000', '113318.402000', '113318.404000', '113318.407000', '113318.410000', '113318.412000', '113318.415000', '113318.417000', '113338.295000', '113338.297000', '113338.300000', '113338.303000', '113338.305000', '113338.308000', '113338.310000', '113338.313000', '113338.315000', '113338.318000', '113338.321000', '113338.323000', '113338.326000', '113338.328000', '113338.331000', '113338.334000', '113338.336000', '113338.339000', '113338.341000', '113338.344000', '113338.346000', '113338.349000', '113338.352000', '113338.354000', '113338.357000', '113338.359000', '113338.362000', '113338.365000', '113338.367000', '113338.370000', '113338.372000', '113338.375000', '113338.378000', '113338.380000', '113338.383000', '113338.385000', '113338.388000', '113338.390000', '113338.393000', '113338.395000', '113338.398000', '113338.401000', '113338.403000', '113338.406000', '113358.294000', '113358.297000', '113358.300000', '113358.302000', '113358.305000', '113358.307000', '113358.310000', '113358.313000', '113358.315000', '113358.318000', '113358.321000', '113358.323000', '113358.326000', '113358.328000', '113358.331000', '113358.333000', '113358.336000', '113358.338000', '113358.341000', '113358.344000', '113358.346000', '113358.349000', '113358.351000', '113358.354000', '113358.357000', '113358.360000', '113358.362000', '113358.365000', '113358.367000', '113358.370000', '113358.372000', '113358.375000', '113358.377000', '113358.380000', '113358.383000', '113358.385000', '113358.388000', '113358.390000', '113358.393000', '113358.396000', '113358.398000', '113358.401000', '113358.403000', '113418.294000', '113418.297000', '113418.300000', '113418.303000', '113418.305000', '113418.308000', '113418.310000', '113418.313000', '113418.316000', '113418.318000', '113418.321000', '113418.324000', '113418.326000', '113418.329000', '113418.331000', '113418.334000', '113418.337000', '113418.339000', '113418.349000', '113418.352000', '113418.355000', '113418.357000', '113418.360000', '113418.363000', '113418.365000', '113418.368000', '113418.370000', '113418.373000', '113418.375000', '113418.378000', '113418.381000', '113418.384000', '113418.386000', '113418.389000', '113418.391000', '113418.394000', '113418.397000', '113418.399000', '113418.402000', '113418.404000', '113418.407000', '113418.409000', '113418.412000', '113418.414000', '113438.295000', '113438.297000', '113438.300000', '113438.303000', '113438.305000', '113438.308000', '113438.310000', '113438.313000', '113438.315000', '113438.318000', '113438.321000', '113438.323000', '113438.326000', '113438.328000', '113438.331000', '113438.334000', '113438.336000', '113438.339000', '113438.341000', '113438.344000', '113438.346000', '113438.383000', '113438.386000', '113438.388000', '113438.391000', '113438.393000', '113438.396000', '113438.398000', '113438.401000', '113438.404000', '113438.406000', '113438.409000', '113438.411000', '113438.415000', '113438.418000', '113438.420000', '113438.423000', '113438.426000', '113438.428000', '113438.431000', '113438.433000', '113438.436000', '113438.438000', '113458.294000', '113458.297000', '113458.300000', '113458.303000', '113458.305000', '113458.308000', '113458.310000', '113458.313000', '113458.316000', '113458.318000', '113458.321000', '113458.323000', '113458.326000', '113458.328000', '113458.331000', '113458.333000', '113458.336000', '113458.339000', '113458.341000', '113458.344000', '113458.346000', '113458.349000', '113458.351000', '113458.354000', '113458.357000', '113458.359000', '113458.362000', '113458.364000', '113458.367000', '113458.370000', '113458.372000', '113458.375000', '113458.377000', '113458.380000', '113458.384000', '113458.386000', '113458.389000', '113458.392000', '113458.394000', '113458.397000', '113458.399000', '113458.402000', '113458.404000', '113458.407000', '113518.294000', '113518.296000', '113518.299000', '113518.302000', '113518.304000', '113518.307000', '113518.309000', '113518.312000', '113518.315000', '113518.317000', '113518.320000', '113518.322000', '113518.325000', '113518.328000', '113518.330000', '113518.333000', '113518.335000', '113518.338000', '113518.341000', '113518.343000', '113518.346000', '113518.348000', '113518.351000', '113518.353000', '113518.356000', '113518.358000', '113518.361000', '113518.363000', '113518.366000', '113518.369000', '113518.371000', '113518.374000', '113518.376000', '113518.379000', '113518.381000', '113518.384000', '113518.387000', '113518.389000', '113518.392000', '113518.395000', '113518.397000', '113518.400000', '113518.403000', '113538.295000', '113538.297000', '113538.300000', '113538.303000', '113538.305000', '113538.308000', '113538.311000', '113538.313000', '113538.316000', '113538.318000', '113538.321000', '113538.323000', '113538.326000', '113538.329000', '113538.331000', '113538.334000', '113538.336000', '113538.339000', '113538.342000', '113538.344000', '113538.347000', '113538.349000', '113538.352000', '113538.354000', '113538.357000', '113538.360000', '113538.362000', '113538.365000', '113538.367000', '113538.370000', '113538.372000', '113538.375000', '113538.378000', '113538.380000', '113538.383000', '113538.385000', '113538.388000', '113538.390000', '113538.393000', '113538.396000', '113538.398000', '113538.401000', '113538.403000', '113538.406000', '113558.295000', '113558.297000', '113558.300000', '113558.315000', '113558.317000', '113558.320000', '113558.323000', '113558.325000', '113558.328000', '113558.330000', '113558.333000', '113558.335000', '113558.338000', '113558.340000', '113558.343000', '113558.346000', '113558.348000', '113558.351000', '113558.353000', '113558.356000', '113558.358000', '113558.361000', '113558.364000', '113558.366000', '113558.369000', '113558.371000', '113558.374000', '113558.376000', '113558.379000', '113558.381000', '113558.384000', '113558.387000', '113558.390000', '113558.393000', '113558.396000', '113558.399000', '113558.401000', '113558.404000', '113558.406000', '113558.409000', '113558.411000', '113558.414000', '113558.416000', '113618.295000', '113618.298000', '113618.300000', '113618.303000', '113618.305000', '113618.308000', '113618.311000', '113618.313000', '113618.316000', '113618.318000', '113618.321000', '113618.324000', '113618.326000', '113618.329000', '113618.331000', '113618.334000', '113618.337000', '113618.343000', '113618.345000', '113618.348000', '113618.351000', '113618.353000', '113618.356000', '113618.358000', '113618.361000', '113618.363000', '113618.366000', '113618.368000', '113618.371000', '113618.374000', '113618.376000', '113618.379000', '113618.381000', '113618.384000', '113618.387000', '113618.389000', '113618.392000', '113618.394000', '113618.397000', '113618.400000', '113618.402000', '113618.405000', '113618.407000', '113618.410000', '113638.295000', '113638.298000', '113638.300000', '113638.303000', '113638.305000', '113638.308000', '113638.310000', '113638.313000', '113638.316000', '113638.318000', '113638.321000', '113638.323000', '113638.326000', '113638.328000', '113638.331000', '113638.334000', '113638.336000', '113638.339000', '113638.342000', '113638.344000', '113638.347000', '113638.349000', '113638.352000', '113638.354000', '113638.357000', '113638.359000', '113638.362000', '113638.365000', '113638.367000', '113638.370000', '113638.372000', '113638.375000', '113638.378000', '113638.380000', '113638.383000', '113638.385000', '113638.388000', '113638.390000', '113638.393000', '113638.395000', '113638.398000', '113638.400000', '113638.403000', '113658.295000', '113658.297000', '113658.300000', '113658.303000', '113658.305000', '113658.308000', '113658.311000', '113658.313000', '113658.316000', '113658.318000', '113658.321000', '113658.324000', '113658.326000', '113658.329000', '113658.331000', '113658.334000', '113658.337000', '113658.339000', '113658.342000', '113658.344000', '113658.347000', '113658.350000', '113658.352000', '113658.355000', '113658.357000', '113658.360000', '113658.362000', '113658.365000', '113658.367000', '113658.370000', '113658.373000', '113658.375000', '113658.378000', '113658.380000', '113658.383000', '113658.385000', '113658.388000', '113658.391000', '113658.393000', '113658.396000', '113658.398000', '113658.401000', '113658.403000', '113658.406000', '113718.295000', '113718.297000', '113718.300000', '113718.303000', '113718.305000', '113718.308000', '113718.310000', '113718.313000', '113718.316000', '113718.318000', '113718.321000', '113718.323000', '113718.326000', '113718.328000', '113718.331000', '113718.334000', '113718.336000', '113718.339000', '113718.341000', '113718.344000', '113718.346000', '113718.349000', '113718.352000', '113718.354000', '113718.357000', '113718.359000', '113718.362000', '113718.364000', '113718.367000', '113718.370000', '113718.372000', '113718.375000', '113718.377000', '113718.380000', '113718.382000', '113718.385000', '113718.388000', '113718.390000', '113718.393000', '113718.395000', '113718.398000', '113718.400000', '113718.403000', '113738.294000', '113738.296000', '113738.299000', '113738.302000', '113738.305000', '113738.307000', '113738.311000', '113738.314000', '113738.316000', '113738.319000', '113738.322000', '113738.324000', '113738.327000', '113738.329000', '113738.332000', '113738.334000', '113738.337000', '113738.340000', '113738.342000', '113738.345000', '113738.347000', '113738.350000', '113738.352000', '113738.355000', '113738.358000', '113738.360000', '113738.363000', '113738.365000', '113738.368000', '113738.370000', '113738.373000', '113738.376000', '113738.378000', '113738.381000', '113738.383000', '113738.386000', '113738.388000', '113738.391000', '113738.394000', '113738.396000', '113738.399000', '113738.401000', '113738.404000', '113758.294000', '113758.297000', '113758.300000', '113758.305000', '113758.308000', '113758.311000', '113758.313000', '113758.316000', '113758.319000', '113758.321000', '113758.324000', '113758.327000', '113758.329000', '113758.332000', '113758.334000', '113758.337000', '113758.340000', '113758.342000', '113758.345000', '113758.347000', '113758.350000', '113758.353000', '113758.355000', '113758.358000', '113758.361000', '113758.363000', '113758.366000', '113758.368000', '113758.371000', '113758.374000', '113758.376000', '113758.379000', '113758.381000', '113758.384000', '113758.386000', '113758.389000', '113758.392000', '113758.394000', '113758.397000', '113758.399000', '113758.402000', '113758.404000', '113758.407000', '113758.410000', '113818.296000', '113818.299000', '113818.301000', '113818.304000', '113818.306000', '113818.309000', '113818.312000', '113818.314000', '113818.317000', '113818.320000', '113818.322000', '113818.325000', '113818.328000', '113818.330000', '113818.333000', '113818.335000', '113818.338000', '113818.341000', '113818.343000', '113818.346000', '113818.349000', '113818.351000', '113818.354000', '113818.356000', '113818.359000', '113818.361000', '113818.398000', '113818.400000', '113818.403000', '113818.406000', '113818.408000', '113818.411000', '113818.413000', '113818.416000', '113818.418000', '113818.421000', '113818.424000', '113818.426000', '113818.429000', '113818.431000', '113818.434000', '113818.436000', '113818.439000', '113818.442000', '113838.295000', '113838.298000', '113838.300000', '113838.303000', '113838.306000', '113838.308000', '113838.311000', '113838.313000', '113838.316000', '113838.318000', '113838.321000', '113838.324000', '113838.326000', '113838.329000', '113838.331000', '113838.334000', '113838.336000', '113838.339000', '113838.342000', '113838.344000', '113838.347000', '113838.349000', '113838.352000', '113838.355000', '113838.358000', '113838.360000', '113838.363000', '113838.365000', '113838.368000', '113838.370000', '113838.373000', '113838.375000', '113838.378000', '113838.381000', '113838.383000', '113838.386000', '113838.388000', '113838.391000', '113838.393000', '113838.396000', '113838.399000', '113838.401000', '113838.404000', '113858.295000', '113858.297000', '113858.300000', '113858.303000', '113858.305000', '113858.308000', '113858.310000', '113858.313000', '113858.315000', '113858.318000', '113858.321000', '113858.323000', '113858.326000', '113858.328000', '113858.331000', '113858.334000', '113858.336000', '113858.339000', '113858.341000', '113858.344000', '113858.347000', '113858.349000', '113858.352000', '113858.354000', '113858.357000', '113858.360000', '113858.362000', '113858.365000', '113858.367000', '113858.370000', '113858.373000', '113858.375000', '113858.378000', '113858.380000', '113858.383000', '113858.385000', '113858.388000', '113858.391000', '113858.393000', '113858.396000', '113858.398000', '113858.401000', '113858.404000', '113858.406000', '113918.295000', '113918.298000', '113918.300000', '113918.303000', '113918.305000', '113918.308000', '113918.311000', '113918.313000', '113918.316000', '113918.318000', '113918.321000', '113918.323000', '113918.326000', '113918.328000', '113918.331000', '113918.334000', '113918.336000', '113918.339000', '113918.341000', '113918.344000', '113918.347000', '113918.349000', '113918.352000', '113918.354000', '113918.357000', '113918.360000', '113918.362000', '113918.365000', '113918.367000', '113918.370000', '113918.373000', '113918.375000', '113918.378000', '113918.380000', '113918.383000', '113918.386000', '113918.388000', '113918.391000', '113918.394000', '113918.396000', '113918.399000', '113918.401000', '113918.404000', '113925.415000', '113925.418000', '113925.421000', '113925.424000', '113925.427000', '113925.429000', '113925.432000', '113925.435000', '113925.437000', '113925.440000', '113925.442000', '113925.445000', '113925.448000', '113925.450000', '113925.453000', '113925.456000'], 'InstanceCreationTime': ['112718.321000', '112718.324000', '112718.327000', '112718.329000', '112718.332000', '112718.334000', '112718.337000', '112718.339000', '112718.342000', '112718.345000', '112718.347000', '112718.350000', '112718.352000', '112718.382000', '112718.387000', '112718.390000', '112718.392000', '112718.395000', '112718.398000', '112718.400000', '112718.403000', '112718.405000', '112718.408000', '112718.410000', '112718.413000', '112718.415000', '112718.418000', '112718.420000', '112718.423000', '112718.426000', '112718.428000', '112718.431000', '112718.433000', '112718.436000', '112718.442000', '112718.445000', '112718.448000', '112718.450000', '112718.453000', '112718.455000', '112718.458000', '112718.460000', '112718.463000', '112718.465000', '112718.468000', '112718.470000', '112718.473000', '112718.475000', '112718.478000', '112718.480000', '112718.483000', '112718.486000', '112718.488000', '112718.491000', '112718.493000', '112718.496000', '112718.498000', '112718.501000', '112718.503000', '112738.295000', '112738.297000', '112738.300000', '112738.303000', '112738.305000', '112738.308000', '112738.310000', '112738.313000', '112738.315000', '112738.318000', '112738.320000', '112738.323000', '112738.326000', '112738.328000', '112738.331000', '112738.333000', '112738.336000', '112738.338000', '112738.341000', '112738.343000', '112738.346000', '112738.348000', '112738.351000', '112738.353000', '112738.356000', '112738.359000', '112738.361000', '112738.364000', '112738.366000', '112738.369000', '112738.371000', '112738.374000', '112738.376000', '112738.379000', '112738.381000', '112738.384000', '112738.387000', '112738.389000', '112738.392000', '112738.395000', '112738.398000', '112738.401000', '112738.403000', '112758.294000', '112758.297000', '112758.300000', '112758.303000', '112758.305000', '112758.308000', '112758.310000', '112758.344000', '112758.346000', '112758.349000', '112758.352000', '112758.354000', '112758.357000', '112758.359000', '112758.362000', '112758.364000', '112758.367000', '112758.369000', '112758.372000', '112758.375000', '112758.377000', '112758.380000', '112758.382000', '112758.385000', '112758.387000', '112758.390000', '112758.392000', '112758.395000', '112758.397000', '112758.400000', '112758.403000', '112758.405000', '112758.408000', '112758.410000', '112758.413000', '112758.415000', '112758.418000', '112758.420000', '112758.423000', '112758.425000', '112758.428000', '112758.430000', '112758.433000', '112758.435000', '112818.294000', '112818.296000', '112818.299000', '112818.302000', '112818.304000', '112818.307000', '112818.310000', '112818.312000', '112818.315000', '112818.317000', '112818.320000', '112818.323000', '112818.325000', '112818.328000', '112818.331000', '112818.333000', '112818.336000', '112818.338000', '112818.341000', '112818.343000', '112818.346000', '112818.348000', '112818.351000', '112818.354000', '112818.356000', '112818.359000', '112818.361000', '112818.364000', '112818.366000', '112818.369000', '112818.372000', '112818.374000', '112818.377000', '112818.379000', '112818.382000', '112818.384000', '112818.387000', '112818.389000', '112818.392000', '112818.395000', '112818.398000', '112818.401000', '112818.404000', '112838.294000', '112838.297000', '112838.304000', '112838.307000', '112838.309000', '112838.312000', '112838.315000', '112838.317000', '112838.320000', '112838.323000', '112838.325000', '112838.328000', '112838.330000', '112838.333000', '112838.335000', '112838.338000', '112838.341000', '112838.343000', '112838.346000', '112838.348000', '112838.351000', '112838.353000', '112838.356000', '112838.359000', '112838.361000', '112838.364000', '112838.366000', '112838.369000', '112838.371000', '112838.374000', '112838.377000', '112838.379000', '112838.382000', '112838.384000', '112838.387000', '112838.389000', '112838.392000', '112838.395000', '112838.397000', '112838.400000', '112838.402000', '112838.405000', '112838.407000', '112838.410000', '112858.304000', '112858.307000', '112858.310000', '112858.313000', '112858.315000', '112858.318000', '112858.320000', '112858.326000', '112858.329000', '112858.332000', '112858.334000', '112858.338000', '112858.341000', '112858.343000', '112858.346000', '112858.349000', '112858.351000', '112858.354000', '112858.357000', '112858.362000', '112858.365000', '112858.368000', '112858.371000', '112858.374000', '112858.376000', '112858.379000', '112858.381000', '112858.384000', '112858.387000', '112858.390000', '112858.393000', '112858.395000', '112858.398000', '112858.401000', '112858.403000', '112858.406000', '112858.408000', '112858.411000', '112858.416000', '112858.419000', '112858.421000', '112858.424000', '112858.430000', '112918.295000', '112918.297000', '112918.300000', '112918.303000', '112918.305000', '112918.308000', '112918.310000', '112918.313000', '112918.316000', '112918.318000', '112918.321000', '112918.323000', '112918.326000', '112918.328000', '112918.331000', '112918.334000', '112918.336000', '112918.339000', '112918.341000', '112918.344000', '112918.347000', '112918.349000', '112918.352000', '112918.354000', '112918.357000', '112918.360000', '112918.362000', '112918.365000', '112918.367000', '112918.370000', '112918.372000', '112918.375000', '112918.377000', '112918.380000', '112918.383000', '112918.385000', '112918.388000', '112918.391000', '112918.393000', '112918.396000', '112918.398000', '112918.401000', '112918.403000', '112918.406000', '112938.294000', '112938.297000', '112938.300000', '112938.302000', '112938.305000', '112938.307000', '112938.310000', '112938.313000', '112938.315000', '112938.318000', '112938.320000', '112938.323000', '112938.325000', '112938.328000', '112938.331000', '112938.333000', '112938.336000', '112938.338000', '112938.341000', '112938.343000', '112938.346000', '112938.349000', '112938.351000', '112938.354000', '112938.366000', '112938.369000', '112938.372000', '112938.374000', '112938.377000', '112938.379000', '112938.382000', '112938.385000', '112938.387000', '112938.390000', '112938.392000', '112938.395000', '112938.398000', '112938.400000', '112938.403000', '112938.405000', '112938.408000', '112938.410000', '112938.413000', '112958.294000', '112958.297000', '112958.300000', '112958.302000', '112958.305000', '112958.308000', '112958.310000', '112958.313000', '112958.315000', '112958.318000', '112958.321000', '112958.323000', '112958.326000', '112958.328000', '112958.331000', '112958.334000', '112958.336000', '112958.339000', '112958.341000', '112958.344000', '112958.347000', '112958.349000', '112958.352000', '112958.354000', '112958.357000', '112958.359000', '112958.362000', '112958.365000', '112958.367000', '112958.370000', '112958.372000', '112958.375000', '112958.377000', '112958.380000', '112958.383000', '112958.385000', '112958.388000', '112958.390000', '112958.393000', '112958.395000', '112958.398000', '112958.400000', '112958.403000', '112958.405000', '113018.294000', '113018.297000', '113018.300000', '113018.303000', '113018.305000', '113018.308000', '113018.310000', '113018.313000', '113018.316000', '113018.318000', '113018.321000', '113018.323000', '113018.326000', '113018.336000', '113018.339000', '113018.341000', '113018.344000', '113018.346000', '113018.349000', '113018.352000', '113018.354000', '113018.357000', '113018.359000', '113018.362000', '113018.365000', '113018.367000', '113018.370000', '113018.372000', '113018.375000', '113018.377000', '113018.380000', '113018.383000', '113018.403000', '113018.405000', '113018.408000', '113018.410000', '113018.413000', '113018.415000', '113018.418000', '113018.420000', '113018.423000', '113018.426000', '113018.428000', '113038.294000', '113038.297000', '113038.300000', '113038.302000', '113038.305000', '113038.307000', '113038.310000', '113038.313000', '113038.315000', '113038.318000', '113038.320000', '113038.323000', '113038.325000', '113038.328000', '113038.330000', '113038.333000', '113038.336000', '113038.338000', '113038.341000', '113038.343000', '113038.346000', '113038.349000', '113038.351000', '113038.354000', '113038.357000', '113038.359000', '113038.362000', '113038.364000', '113038.367000', '113038.369000', '113038.372000', '113038.375000', '113038.377000', '113038.380000', '113038.382000', '113038.385000', '113038.387000', '113038.390000', '113038.393000', '113038.395000', '113038.398000', '113038.400000', '113038.403000', '113038.405000', '113058.294000', '113058.297000', '113058.300000', '113058.302000', '113058.305000', '113058.308000', '113058.310000', '113058.313000', '113058.315000', '113058.318000', '113058.320000', '113058.323000', '113058.325000', '113058.328000', '113058.331000', '113058.333000', '113058.336000', '113058.338000', '113058.341000', '113058.344000', '113058.346000', '113058.349000', '113058.351000', '113058.354000', '113058.356000', '113058.359000', '113058.362000', '113058.364000', '113058.367000', '113058.369000', '113058.372000', '113058.375000', '113058.377000', '113058.380000', '113058.382000', '113058.385000', '113058.388000', '113058.390000', '113058.393000', '113058.395000', '113058.398000', '113058.401000', '113058.403000', '113118.295000', '113118.297000', '113118.300000', '113118.303000', '113118.305000', '113118.308000', '113118.310000', '113118.313000', '113118.316000', '113118.318000', '113118.321000', '113118.323000', '113118.326000', '113118.328000', '113118.331000', '113118.333000', '113118.336000', '113118.339000', '113118.341000', '113118.344000', '113118.346000', '113118.349000', '113118.351000', '113118.354000', '113118.357000', '113118.359000', '113118.362000', '113118.364000', '113118.367000', '113118.369000', '113118.372000', '113118.375000', '113118.377000', '113118.380000', '113118.383000', '113118.385000', '113118.388000', '113118.390000', '113118.393000', '113118.395000', '113118.398000', '113118.401000', '113118.403000', '113118.406000', '113138.295000', '113138.298000', '113138.301000', '113138.303000', '113138.306000', '113138.308000', '113138.311000', '113138.314000', '113138.316000', '113138.319000', '113138.321000', '113138.324000', '113138.326000', '113138.329000', '113138.332000', '113138.334000', '113138.337000', '113138.339000', '113138.342000', '113138.345000', '113138.347000', '113138.350000', '113138.352000', '113138.355000', '113138.357000', '113138.360000', '113138.363000', '113138.365000', '113138.368000', '113138.370000', '113138.373000', '113138.376000', '113138.378000', '113138.381000', '113138.383000', '113138.386000', '113138.388000', '113138.391000', '113138.394000', '113138.396000', '113138.399000', '113138.402000', '113138.404000', '113158.295000', '113158.298000', '113158.300000', '113158.303000', '113158.305000', '113158.308000', '113158.310000', '113158.313000', '113158.316000', '113158.319000', '113158.322000', '113158.325000', '113158.328000', '113158.330000', '113158.358000', '113158.361000', '113158.363000', '113158.366000', '113158.368000', '113158.371000', '113158.373000', '113158.376000', '113158.378000', '113158.381000', '113158.384000', '113158.386000', '113158.389000', '113158.391000', '113158.394000', '113158.397000', '113158.399000', '113158.402000', '113158.404000', '113158.407000', '113158.410000', '113158.412000', '113158.415000', '113158.417000', '113158.420000', '113158.423000', '113158.425000', '113158.428000', '113158.430000', '113218.294000', '113218.297000', '113218.300000', '113218.303000', '113218.305000', '113218.308000', '113218.310000', '113218.313000', '113218.316000', '113218.318000', '113218.321000', '113218.323000', '113218.326000', '113218.328000', '113218.331000', '113218.334000', '113218.336000', '113218.339000', '113218.341000', '113218.344000', '113218.346000', '113218.349000', '113218.351000', '113218.354000', '113218.357000', '113218.359000', '113218.362000', '113218.364000', '113218.367000', '113218.370000', '113218.372000', '113218.375000', '113218.377000', '113218.380000', '113218.382000', '113218.385000', '113218.387000', '113218.390000', '113218.393000', '113218.395000', '113218.398000', '113218.400000', '113218.403000', '113218.406000', '113238.295000', '113238.298000', '113238.300000', '113238.303000', '113238.306000', '113238.308000', '113238.311000', '113238.313000', '113238.316000', '113238.318000', '113238.321000', '113238.324000', '113238.326000', '113238.329000', '113238.331000', '113238.334000', '113238.337000', '113238.339000', '113238.342000', '113238.346000', '113238.349000', '113238.351000', '113238.354000', '113238.356000', '113238.359000', '113238.361000', '113238.364000', '113238.367000', '113238.369000', '113238.372000', '113238.374000', '113238.377000', '113238.379000', '113238.382000', '113238.385000', '113238.387000', '113238.390000', '113238.392000', '113238.395000', '113238.398000', '113238.400000', '113238.403000', '113238.406000', '113258.293000', '113258.296000', '113258.299000', '113258.302000', '113258.304000', '113258.307000', '113258.309000', '113258.312000', '113258.314000', '113258.317000', '113258.319000', '113258.322000', '113258.325000', '113258.327000', '113258.330000', '113258.333000', '113258.335000', '113258.338000', '113258.340000', '113258.343000', '113258.345000', '113258.348000', '113258.350000', '113258.353000', '113258.356000', '113258.358000', '113258.361000', '113258.363000', '113258.366000', '113258.369000', '113258.371000', '113258.374000', '113258.376000', '113258.379000', '113258.381000', '113258.384000', '113258.386000', '113258.389000', '113258.391000', '113258.394000', '113258.397000', '113258.399000', '113258.402000', '113258.404000', '113318.294000', '113318.297000', '113318.300000', '113318.302000', '113318.305000', '113318.308000', '113318.310000', '113318.313000', '113318.315000', '113318.318000', '113318.321000', '113318.324000', '113318.327000', '113318.330000', '113318.332000', '113318.335000', '113318.337000', '113318.340000', '113318.343000', '113318.346000', '113318.348000', '113318.351000', '113318.353000', '113318.356000', '113318.370000', '113318.373000', '113318.376000', '113318.379000', '113318.381000', '113318.384000', '113318.387000', '113318.389000', '113318.392000', '113318.394000', '113318.397000', '113318.399000', '113318.402000', '113318.404000', '113318.407000', '113318.410000', '113318.412000', '113318.415000', '113318.417000', '113338.295000', '113338.297000', '113338.300000', '113338.303000', '113338.305000', '113338.308000', '113338.310000', '113338.313000', '113338.315000', '113338.318000', '113338.321000', '113338.323000', '113338.326000', '113338.328000', '113338.331000', '113338.334000', '113338.336000', '113338.339000', '113338.341000', '113338.344000', '113338.346000', '113338.349000', '113338.352000', '113338.354000', '113338.357000', '113338.359000', '113338.362000', '113338.365000', '113338.367000', '113338.370000', '113338.372000', '113338.375000', '113338.378000', '113338.380000', '113338.383000', '113338.385000', '113338.388000', '113338.390000', '113338.393000', '113338.395000', '113338.398000', '113338.401000', '113338.403000', '113338.406000', '113358.294000', '113358.297000', '113358.300000', '113358.302000', '113358.305000', '113358.307000', '113358.310000', '113358.313000', '113358.315000', '113358.318000', '113358.321000', '113358.323000', '113358.326000', '113358.328000', '113358.331000', '113358.333000', '113358.336000', '113358.338000', '113358.341000', '113358.344000', '113358.346000', '113358.349000', '113358.351000', '113358.354000', '113358.357000', '113358.360000', '113358.362000', '113358.365000', '113358.367000', '113358.370000', '113358.372000', '113358.375000', '113358.377000', '113358.380000', '113358.383000', '113358.385000', '113358.388000', '113358.390000', '113358.393000', '113358.396000', '113358.398000', '113358.401000', '113358.403000', '113418.294000', '113418.297000', '113418.300000', '113418.303000', '113418.305000', '113418.308000', '113418.310000', '113418.313000', '113418.316000', '113418.318000', '113418.321000', '113418.324000', '113418.326000', '113418.329000', '113418.331000', '113418.334000', '113418.337000', '113418.339000', '113418.349000', '113418.352000', '113418.355000', '113418.357000', '113418.360000', '113418.363000', '113418.365000', '113418.368000', '113418.370000', '113418.373000', '113418.375000', '113418.378000', '113418.381000', '113418.384000', '113418.386000', '113418.389000', '113418.391000', '113418.394000', '113418.397000', '113418.399000', '113418.402000', '113418.404000', '113418.407000', '113418.409000', '113418.412000', '113418.414000', '113438.295000', '113438.297000', '113438.300000', '113438.303000', '113438.305000', '113438.308000', '113438.310000', '113438.313000', '113438.315000', '113438.318000', '113438.321000', '113438.323000', '113438.326000', '113438.328000', '113438.331000', '113438.334000', '113438.336000', '113438.339000', '113438.341000', '113438.344000', '113438.346000', '113438.383000', '113438.386000', '113438.388000', '113438.391000', '113438.393000', '113438.396000', '113438.398000', '113438.401000', '113438.404000', '113438.406000', '113438.409000', '113438.411000', '113438.415000', '113438.418000', '113438.420000', '113438.423000', '113438.426000', '113438.428000', '113438.431000', '113438.433000', '113438.436000', '113438.438000', '113458.294000', '113458.297000', '113458.300000', '113458.303000', '113458.305000', '113458.308000', '113458.310000', '113458.313000', '113458.316000', '113458.318000', '113458.321000', '113458.323000', '113458.326000', '113458.328000', '113458.331000', '113458.333000', '113458.336000', '113458.339000', '113458.341000', '113458.344000', '113458.346000', '113458.349000', '113458.351000', '113458.354000', '113458.357000', '113458.359000', '113458.362000', '113458.364000', '113458.367000', '113458.370000', '113458.372000', '113458.375000', '113458.377000', '113458.380000', '113458.384000', '113458.386000', '113458.389000', '113458.392000', '113458.394000', '113458.397000', '113458.399000', '113458.402000', '113458.404000', '113458.407000', '113518.294000', '113518.296000', '113518.299000', '113518.302000', '113518.304000', '113518.307000', '113518.309000', '113518.312000', '113518.315000', '113518.317000', '113518.320000', '113518.322000', '113518.325000', '113518.328000', '113518.330000', '113518.333000', '113518.335000', '113518.338000', '113518.341000', '113518.343000', '113518.346000', '113518.348000', '113518.351000', '113518.353000', '113518.356000', '113518.358000', '113518.361000', '113518.363000', '113518.366000', '113518.369000', '113518.371000', '113518.374000', '113518.376000', '113518.379000', '113518.381000', '113518.384000', '113518.387000', '113518.389000', '113518.392000', '113518.395000', '113518.397000', '113518.400000', '113518.403000', '113538.295000', '113538.297000', '113538.300000', '113538.303000', '113538.305000', '113538.308000', '113538.311000', '113538.313000', '113538.316000', '113538.318000', '113538.321000', '113538.323000', '113538.326000', '113538.329000', '113538.331000', '113538.334000', '113538.336000', '113538.339000', '113538.342000', '113538.344000', '113538.347000', '113538.349000', '113538.352000', '113538.354000', '113538.357000', '113538.360000', '113538.362000', '113538.365000', '113538.367000', '113538.370000', '113538.372000', '113538.375000', '113538.378000', '113538.380000', '113538.383000', '113538.385000', '113538.388000', '113538.390000', '113538.393000', '113538.396000', '113538.398000', '113538.401000', '113538.403000', '113538.406000', '113558.295000', '113558.297000', '113558.300000', '113558.315000', '113558.317000', '113558.320000', '113558.323000', '113558.325000', '113558.328000', '113558.330000', '113558.333000', '113558.335000', '113558.338000', '113558.340000', '113558.343000', '113558.346000', '113558.348000', '113558.351000', '113558.353000', '113558.356000', '113558.358000', '113558.361000', '113558.364000', '113558.366000', '113558.369000', '113558.371000', '113558.374000', '113558.376000', '113558.379000', '113558.381000', '113558.384000', '113558.387000', '113558.390000', '113558.393000', '113558.396000', '113558.399000', '113558.401000', '113558.404000', '113558.406000', '113558.409000', '113558.411000', '113558.414000', '113558.416000', '113618.295000', '113618.298000', '113618.300000', '113618.303000', '113618.305000', '113618.308000', '113618.311000', '113618.313000', '113618.316000', '113618.318000', '113618.321000', '113618.324000', '113618.326000', '113618.329000', '113618.331000', '113618.334000', '113618.337000', '113618.343000', '113618.345000', '113618.348000', '113618.351000', '113618.353000', '113618.356000', '113618.358000', '113618.361000', '113618.363000', '113618.366000', '113618.368000', '113618.371000', '113618.374000', '113618.376000', '113618.379000', '113618.381000', '113618.384000', '113618.387000', '113618.389000', '113618.392000', '113618.394000', '113618.397000', '113618.400000', '113618.402000', '113618.405000', '113618.407000', '113618.410000', '113638.295000', '113638.298000', '113638.300000', '113638.303000', '113638.305000', '113638.308000', '113638.310000', '113638.313000', '113638.316000', '113638.318000', '113638.321000', '113638.323000', '113638.326000', '113638.328000', '113638.331000', '113638.334000', '113638.336000', '113638.339000', '113638.342000', '113638.344000', '113638.347000', '113638.349000', '113638.352000', '113638.354000', '113638.357000', '113638.359000', '113638.362000', '113638.365000', '113638.367000', '113638.370000', '113638.372000', '113638.375000', '113638.378000', '113638.380000', '113638.383000', '113638.385000', '113638.388000', '113638.390000', '113638.393000', '113638.395000', '113638.398000', '113638.400000', '113638.403000', '113658.295000', '113658.297000', '113658.300000', '113658.303000', '113658.305000', '113658.308000', '113658.311000', '113658.313000', '113658.316000', '113658.318000', '113658.321000', '113658.324000', '113658.326000', '113658.329000', '113658.331000', '113658.334000', '113658.337000', '113658.339000', '113658.342000', '113658.344000', '113658.347000', '113658.350000', '113658.352000', '113658.355000', '113658.357000', '113658.360000', '113658.362000', '113658.365000', '113658.367000', '113658.370000', '113658.373000', '113658.375000', '113658.378000', '113658.380000', '113658.383000', '113658.385000', '113658.388000', '113658.391000', '113658.393000', '113658.396000', '113658.398000', '113658.401000', '113658.403000', '113658.406000', '113718.295000', '113718.297000', '113718.300000', '113718.303000', '113718.305000', '113718.308000', '113718.310000', '113718.313000', '113718.316000', '113718.318000', '113718.321000', '113718.323000', '113718.326000', '113718.328000', '113718.331000', '113718.334000', '113718.336000', '113718.339000', '113718.341000', '113718.344000', '113718.346000', '113718.349000', '113718.352000', '113718.354000', '113718.357000', '113718.359000', '113718.362000', '113718.364000', '113718.367000', '113718.370000', '113718.372000', '113718.375000', '113718.377000', '113718.380000', '113718.382000', '113718.385000', '113718.388000', '113718.390000', '113718.393000', '113718.395000', '113718.398000', '113718.400000', '113718.403000', '113738.294000', '113738.296000', '113738.299000', '113738.302000', '113738.305000', '113738.307000', '113738.311000', '113738.314000', '113738.316000', '113738.319000', '113738.322000', '113738.324000', '113738.327000', '113738.329000', '113738.332000', '113738.334000', '113738.337000', '113738.340000', '113738.342000', '113738.345000', '113738.347000', '113738.350000', '113738.352000', '113738.355000', '113738.358000', '113738.360000', '113738.363000', '113738.365000', '113738.368000', '113738.370000', '113738.373000', '113738.376000', '113738.378000', '113738.381000', '113738.383000', '113738.386000', '113738.388000', '113738.391000', '113738.394000', '113738.396000', '113738.399000', '113738.401000', '113738.404000', '113758.294000', '113758.297000', '113758.300000', '113758.305000', '113758.308000', '113758.311000', '113758.313000', '113758.316000', '113758.319000', '113758.321000', '113758.324000', '113758.327000', '113758.329000', '113758.332000', '113758.334000', '113758.337000', '113758.340000', '113758.342000', '113758.345000', '113758.347000', '113758.350000', '113758.353000', '113758.355000', '113758.358000', '113758.361000', '113758.363000', '113758.366000', '113758.368000', '113758.371000', '113758.374000', '113758.376000', '113758.379000', '113758.381000', '113758.384000', '113758.386000', '113758.389000', '113758.392000', '113758.394000', '113758.397000', '113758.399000', '113758.402000', '113758.404000', '113758.407000', '113758.410000', '113818.296000', '113818.299000', '113818.301000', '113818.304000', '113818.306000', '113818.309000', '113818.312000', '113818.314000', '113818.317000', '113818.320000', '113818.322000', '113818.325000', '113818.328000', '113818.330000', '113818.333000', '113818.335000', '113818.338000', '113818.341000', '113818.343000', '113818.346000', '113818.349000', '113818.351000', '113818.354000', '113818.356000', '113818.359000', '113818.361000', '113818.398000', '113818.400000', '113818.403000', '113818.406000', '113818.408000', '113818.411000', '113818.413000', '113818.416000', '113818.418000', '113818.421000', '113818.424000', '113818.426000', '113818.429000', '113818.431000', '113818.434000', '113818.436000', '113818.439000', '113818.442000', '113838.295000', '113838.298000', '113838.300000', '113838.303000', '113838.306000', '113838.308000', '113838.311000', '113838.313000', '113838.316000', '113838.318000', '113838.321000', '113838.324000', '113838.326000', '113838.329000', '113838.331000', '113838.334000', '113838.336000', '113838.339000', '113838.342000', '113838.344000', '113838.347000', '113838.349000', '113838.352000', '113838.355000', '113838.358000', '113838.360000', '113838.363000', '113838.365000', '113838.368000', '113838.370000', '113838.373000', '113838.375000', '113838.378000', '113838.381000', '113838.383000', '113838.386000', '113838.388000', '113838.391000', '113838.393000', '113838.396000', '113838.399000', '113838.401000', '113838.404000', '113858.295000', '113858.297000', '113858.300000', '113858.303000', '113858.305000', '113858.308000', '113858.310000', '113858.313000', '113858.315000', '113858.318000', '113858.321000', '113858.323000', '113858.326000', '113858.328000', '113858.331000', '113858.334000', '113858.336000', '113858.339000', '113858.341000', '113858.344000', '113858.347000', '113858.349000', '113858.352000', '113858.354000', '113858.357000', '113858.360000', '113858.362000', '113858.365000', '113858.367000', '113858.370000', '113858.373000', '113858.375000', '113858.378000', '113858.380000', '113858.383000', '113858.385000', '113858.388000', '113858.391000', '113858.393000', '113858.396000', '113858.398000', '113858.401000', '113858.404000', '113858.406000', '113918.295000', '113918.298000', '113918.300000', '113918.303000', '113918.305000', '113918.308000', '113918.311000', '113918.313000', '113918.316000', '113918.318000', '113918.321000', '113918.323000', '113918.326000', '113918.328000', '113918.331000', '113918.334000', '113918.336000', '113918.339000', '113918.341000', '113918.344000', '113918.347000', '113918.349000', '113918.352000', '113918.354000', '113918.357000', '113918.360000', '113918.362000', '113918.365000', '113918.367000', '113918.370000', '113918.373000', '113918.375000', '113918.378000', '113918.380000', '113918.383000', '113918.386000', '113918.388000', '113918.391000', '113918.394000', '113918.396000', '113918.399000', '113918.401000', '113918.404000', '113925.415000', '113925.418000', '113925.421000', '113925.424000', '113925.427000', '113925.429000', '113925.432000', '113925.435000', '113925.437000', '113925.440000', '113925.442000', '113925.445000', '113925.448000', '113925.450000', '113925.453000', '113925.456000'], '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, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [10760, 8583, 6555, 8126, 6620, 8436, 7296, 5965, 8607, 6466, 6769, 6998, 5979, 8295, 6410, 9219, 6754, 6743, 7024, 8017, 7539, 6263, 8554, 5750, 9297, 7078, 8882, 7564, 5821, 8051, 5746, 8830, 7091, 8999, 7430, 6811, 7613, 5957, 8755, 6743, 8946, 7356, 5837, 8435, 6150, 9605, 8020, 5756, 8890, 6721, 8734, 8360, 6830, 9433, 6739, 6536, 8331, 6612, 9326, 7129, 5759, 8240, 6917, 11380, 10075, 7066, 8548, 6199, 8882, 6732, 9313, 6903, 6234, 7033, 5718, 8531, 6811, 8333, 6812, 6742, 7689, 6825, 8820, 6750, 10258, 8215, 12028, 9354, 9425, 9136, 6947, 8789, 7991, 6950, 9711, 6778, 7542, 6988, 5737, 8279, 6524, 8856, 6485, 6473, 6793, 6301, 8316, 6168, 9426, 7255, 5861, 8505, 7562, 10850, 8030, 12323, 8910, 13037, 9469, 6691, 8236, 6153, 9697, 7516, 8290, 7700, 5765, 8652, 6510, 9918, 7364, 10180, 8119, 6069, 8096, 6394, 10665, 8191, 8006, 7782, 6327, 8436, 6907, 8935, 6824, 5765, 7924, 5954, 9691, 7545, 7191, 7246, 5987, 8393, 6594, 10214, 7798, 6566, 7785, 5694, 10185, 8428, 6151, 8131, 6747, 9669, 8235, 7001, 9758, 7607, 5725, 8637, 6858, 8590, 7856, 5920, 8933, 7262, 6417, 8885, 6654, 5644, 7702, 5609, 8284, 6728, 8987, 6788, 5881, 8842, 7282, 7535, 8216, 6088, 9427, 6481, 9239, 7397, 8080, 7288, 5637, 8518, 7023, 9130, 8315, 5658, 8807, 6724, 10343, 8386, 6284, 8033, 6525, 7581, 7779, 6763, 9272, 7266, 9602, 6917, 8422, 7961, 5815, 8558, 6347, 10241, 8451, 6370, 8033, 6492, 9266, 7072, 10200, 8595, 6056, 8310, 7156, 5803, 6033, 8081, 10863, 9703, 8862, 7509, 11524, 9460, 8190, 13352, 8880, 6621, 9160, 7469, 6665, 10940, 7284, 5666, 8063, 6421, 5628, 8677, 6697, 5611, 7923, 6544, 6276, 8614, 7122, 7936, 8011, 6627, 12227, 8305, 11005, 9088, 6263, 9907, 7708, 7112, 9011, 6683, 6133, 7988, 6259, 10407, 8249, 6145, 8019, 6308, 6459, 7644, 6916, 11104, 7792, 6112, 7925, 6386, 8371, 6976, 8679, 6000, 5887, 6839, 6492, 8662, 6253, 8980, 6995, 10157, 7761, 8621, 7970, 5893, 9515, 7364, 10351, 9417, 6957, 8116, 5898, 8708, 6853, 11615, 8178, 8063, 7517, 8192, 7346, 7000, 8165, 5879, 8934, 6662, 6483, 8520, 6099, 8964, 6154, 8772, 6386, 9948, 7817, 6036, 7991, 6383, 10538, 8499, 7035, 7941, 6318, 9337, 6509, 10127, 7762, 7696, 6869, 7328, 7119, 10207, 8372, 6506, 7514, 5796, 8739, 7270, 9640, 8147, 6140, 9863, 7603, 9761, 8487, 7110, 8855, 6636, 8591, 8065, 7189, 8962, 6609, 5951, 7985, 6915, 9847, 7085, 6502, 7450, 5761, 10197, 7900, 6417, 8234, 6339, 10332, 7444, 12361, 9000, 6708, 7837, 5808, 8545, 6590, 10080, 6908, 6869, 6832, 6213, 8332, 6080, 8935, 6500, 9877, 6846, 11104, 8358, 5986, 7880, 6136, 9697, 7799, 9186, 8190, 5791, 8761, 6687, 9444, 7763, 8106, 7201, 5796, 8765, 7128, 9587, 7164, 8173, 6972, 10026, 8121, 6787, 8639, 6684, 8364, 7539, 7573, 10445, 7143, 8932, 7065, 7052, 9151, 6989, 8719, 7141, 5820, 9186, 7871, 8668, 7197, 5876, 9144, 6933, 9728, 8332, 6284, 7412, 6954, 6240, 10693, 8424, 6273, 8230, 6487, 8412, 8487, 6883, 7737, 7019, 5660, 10163, 7648, 5871, 8097, 6154, 9628, 6977, 8175, 7540, 5736, 9363, 6441, 9020, 7184, 6020, 8430, 6477, 5926, 8308, 7557, 9279, 6968, 9686, 7094, 7588, 7804, 7278, 9406, 6823, 6527, 7668, 5953, 9890, 7877, 6090, 8193, 6476, 10539, 7963, 6816, 10586, 7191, 8769, 7633, 8786, 8604, 6306, 9639, 7002, 6761, 8647, 6673, 9293, 6850, 7959, 7713, 7165, 9272, 6726, 5663, 8574, 6852, 9999, 8262, 6881, 10130, 7451, 6608, 8732, 7484, 11443, 7293, 6322, 7877, 6979, 10823, 7300, 5540, 8761, 7935, 6884, 10484, 8326, 7347, 5937, 8367, 6706, 5798, 9393, 7943, 6747, 7711, 7196, 5751, 10199, 7806, 6342, 6497, 6776, 5616, 10032, 7816, 5994, 7976, 6512, 7529, 7932, 7524, 9725, 7002, 5647, 8523, 6751, 10502, 9021, 7516, 9412, 6531, 7565, 7192, 7189, 9195, 6398, 6918, 7229, 6794, 9312, 6773, 9595, 7183, 6261, 8384, 7523, 9835, 8043, 6040, 9367, 7057, 12347, 9355, 6891, 8383, 6913, 7776, 7638, 6966, 10348, 6971, 5763, 7916, 5932, 10481, 8140, 6165, 7826, 6114, 10669, 7589, 6482, 7980, 6131, 6226, 7916, 6716, 10223, 7602, 7124, 7383, 6226, 8933, 7903, 10230, 7056, 6074, 8808, 7370, 8531, 7357, 5841, 9163, 7107, 7499, 9892, 7093, 5902, 8240, 6785, 11863, 8638, 6312, 7716, 5678, 10107, 7726, 6225, 7868, 5954, 9325, 7777, 6135, 8592, 7101, 5810, 6779, 8064, 6859, 10016, 10044, 7252, 7099, 6376, 5855, 5716, 6411, 9653, 7965, 7336, 9208, 14248, 12067, 8440, 12878, 11228, 8560, 6577, 13883, 8240, 6753, 11502, 11154, 8538, 6869, 8963, 6755, 6398, 8929, 7589, 5636, 8984, 6791, 5472, 9988, 7881, 5934, 8527, 6352, 10034, 7489, 6322, 8946, 6551, 5606, 8368, 7005, 10266, 6996, 5714, 8017, 5794, 9398, 7803, 6135, 8304, 6526, 10375, 7944, 7251, 8834, 6677, 7560, 7701, 7379, 11093, 7991, 6559, 8902, 6720, 10656, 8690, 7048, 8251, 6411, 10052, 7997, 6662, 8165, 7342, 6015, 10350, 7790, 6959, 9493, 6979, 6232, 8965, 7633, 11162, 7900, 5697, 9367, 7143, 7829, 9197, 6820, 5528, 8249, 6419, 8265, 8108, 6877, 7912, 7269, 5841, 10171, 7864, 6533, 9393, 6843, 5584, 9807, 7714, 6663, 8961, 6624, 6129, 8261, 7238, 9830, 8037, 6639, 7257, 7896, 6492, 11666, 8350, 6201, 8964, 7095, 8577, 8486, 7071, 9533, 7170, 5765, 9479, 7566, 6891, 8122, 6396, 10110, 7414, 9185, 8296, 6482, 9099, 6632, 7938, 7700, 6809, 9305, 6802, 5722, 9412, 7570, 11944, 8694, 6943, 8608, 6751, 9592, 7946, 10737, 8088, 5814, 9566, 7560, 8272, 8123, 6124, 9253, 7210, 7542, 9231, 6571, 8327, 7213, 6253, 8938, 7817, 7239, 8634, 6944, 6083, 8889, 8028, 10567, 8471, 6541, 7357, 7868, 7142, 11576, 8442, 6012, 10390, 7513, 6885, 9622, 7328, 7497, 7666, 5940, 10858, 8243, 6981, 7836, 7246, 6184, 10571, 7886, 7013, 8160, 6623, 7289, 7947, 6996, 12028, 8580, 6045, 9990, 7548, 8035, 9306, 7246, 6860, 7871, 6359, 9827, 8293, 6899, 8453, 7416, 5798, 10760, 8527, 7202, 9178, 7150, 9191, 8061, 7770, 9703, 6847, 7535, 7355, 6147, 9196, 7594, 8159, 7093, 5501, 8663, 7130, 11245, 8078, 6212, 8659, 7383, 10248, 8917, 6871, 7926, 7833, 6766, 11278, 8994, 6104, 8971, 7883, 6320, 9849, 9045, 7051, 5937, 8735, 7023, 11502, 9489, 7898, 6165, 9042, 6950, 6477, 10170, 7802, 6177, 8184, 6431, 11003, 8419, 7018, 8205, 6097, 7038, 7864, 6370, 10816, 8439, 6295, 7570, 7441, 6189, 10966, 8925, 8197, 9777, 7174, 11587, 8379, 7072, 10732, 8494, 6291, 9317, 7199, 9056, 8268, 6985, 6981, 7689, 6260, 10798, 8361, 7013, 9169, 7116, 5850, 8736, 7264, 11487, 8575, 6217, 6603, 8180, 6270, 7493, 9564, 7853, 9049, 8681, 7629, 8577, 9808, 7413, 8960, 9870, 7990, 8202, 8332, 6390, 11325, 8589, 6923, 8044, 7369, 5999, 6137, 8830, 7185, 6153, 8533, 6796, 11097, 8454, 11551, 8382, 6466, 9118, 7123, 11733, 9804, 6790, 9170, 7490, 11714, 9348, 7525, 10978, 8008, 6193, 11531, 8683, 7139, 8403, 8123, 6540, 11090, 8505, 7619, 10132, 8089, 6541, 8127, 7856, 7203, 9525, 7761, 6214, 5420, 9022, 7226, 8326, 8983, 6369, 11213, 7736, 10800, 8651, 7274, 7664, 8224, 6706, 8162, 9443, 7224, 5772, 8628, 6661, 7291, 10200, 7337, 6661, 8064, 6089, 11265, 9020, 6673, 9389, 7195, 7973, 8286, 7554, 9384, 8052, 6826, 7504, 8574, 7848, 11816, 7919, 10030, 8069, 8142, 9911, 7011, 9308, 7293, 6226, 9096, 7767, 10953, 7662, 5921, 8859, 7203, 12239, 8340, 5861, 9762, 7611, 8133, 10851, 8116, 6647, 8409, 6294, 11534, 9276, 9803, 8850, 6597, 10977, 8550, 6958, 9131, 7114, 6244, 9209, 7857, 10414, 8445, 6732, 9022, 8081, 7376, 10759, 7552, 6127, 8955, 7359, 12391, 9464, 6660, 10266, 7642, 6722, 11749, 8482, 6189, 6836, 8088, 7518, 7554, 9758, 7086, 6107, 10205, 8113, 8878, 9668, 7176, 8289, 8502, 7436, 11559, 9268, 7110, 6412, 9648, 7616, 9705, 9146, 6793, 6332, 8640, 7415, 11929, 8850, 6300, 10401, 7596, 7842, 9495, 7440, 5765, 8854, 7152, 7313, 11349, 8519, 6547, 10045, 7452, 10090, 8960, 7787, 9862, 8057, 6104, 11233, 8540, 6979, 9248, 7125, 5905, 10366, 8194, 7021, 6734, 7698, 6298, 11658, 8790, 8093, 10109, 7393, 6063, 10908, 8350, 7334, 11009, 7494, 5746, 10429, 8457, 6527, 8794, 6843, 9356, 8425, 7565, 9714, 7716, 6168, 9940, 8100, 9624, 8412, 6763, 7212, 8587, 8122, 11204, 9039, 6947, 11477, 8560, 8017, 11980, 8566, 6269, 8996, 6805, 11185, 8518, 6692, 8810, 6591, 10083, 7917, 7757, 10074, 7757, 7260, 8131, 6241, 11548, 9053, 7216, 9131, 7414, 6413, 9170, 8306, 12512, 9436, 6378, 10326, 8188, 9407, 10886, 7327, 6135, 9201, 7653, 12204, 9786, 6964, 8071, 7934, 6605, 12083, 9078, 6617, 7762, 8063, 7057, 11606, 9080, 7272, 10580, 7977, 6813, 11091, 8104, 5843, 8731, 6803, 12030, 9128, 7316, 9029, 7253, 5911, 10340, 8225, 6611, 9709, 7404, 5884, 10880, 8898, 9338, 9172, 6908, 11364, 8460, 12114, 9870, 7019, 10186, 8034, 6636, 9820, 8240, 5601, 9357, 7144, 5946, 10244, 8108, 7764, 9086, 7336, 5994, 10269, 8348, 8147, 10903, 7832, 6286, 10517, 8422, 10677, 9496, 7044, 6110, 8677, 7671, 11665, 8826, 6467, 7674, 7893, 7113, 10988, 8648, 6530, 6778, 8425, 7283, 13034, 9907, 6737, 9608, 7773, 8413, 10676, 8018, 6146, 8883, 7404, 7126, 10264, 7550, 5634, 9650, 7428, 6204, 11775, 9207, 6920, 10479, 7853, 6689, 11427, 8511, 5831, 9136, 7419, 6600, 12220, 8940, 6599, 7475, 7809, 6592, 11357, 8780, 6994, 7004, 7939, 7006, 11146, 8733, 6796, 8287, 8198, 6760, 12243, 8511, 5887, 9720, 7571, 6605, 11937, 8745, 6352, 8790, 7815, 6547, 11355, 8967, 6145, 8999, 7275, 9650, 8212, 7038, 9191, 7464, 5841, 10331, 8202, 6673, 8909, 7003, 5838, 9021, 7239, 12329, 9435, 6336, 9068, 7172, 11777, 8798, 7364, 8854, 7220, 7592, 8440, 7716, 11282, 8004, 5808, 9136, 7068, 6685, 10165, 7513, 5506, 9018, 7073, 11762, 9385, 8817, 8429, 6519, 10874, 8523, 9973, 9807, 7191, 10917, 8392, 7540, 12192, 8206, 5735, 9243, 7792, 7084, 7717, 8477, 6894, 5858, 9715, 8253, 10016, 9209, 7364, 6754, 8969, 7857, 12970, 9868, 7150, 9074, 7831, 6853, 11949, 9527, 6776, 10190, 7722, 6106, 9479, 7825, 8514, 8489, 6223, 6131, 8355, 7013, 12015, 8650, 6013, 9940, 7903, 6752, 11049, 8731, 6337, 9443, 7407, 10661, 8509, 7185, 7172, 7632, 6338, 12033, 9038, 7668, 9290, 7726, 5764, 9136, 7572, 7475, 8668, 6509, 5799, 9480, 7874, 7041, 6264, 9345, 8622, 6669, 8465, 8794, 9274, 8744, 9732, 7444, 5684, 8755, 7893, 6774, 5525, 7827, 7243, 6639, 9019, 10472, 7845, 6310, 10767, 8017, 8659, 11709, 8112, 6018, 9333, 7591, 8117, 8787, 7404, 7134, 7972, 6524, 11443, 8681, 7346, 10538, 7535, 7841, 8086, 7511, 10065, 7787], 'WindowCenter': [3622.0, 3587.0, 3553.0, 3574.0, 3552.0, 3572.0, 3562.0, 3540.0, 3573.0, 3550.0, 3551.0, 3560.0, 3540.0, 3570.0, 3551.0, 3583.0, 3551.0, 3551.0, 3563.0, 3572.0, 3573.0, 3552.0, 3584.0, 3543.0, 3584.0, 3565.0, 3585.0, 3575.0, 3543.0, 3575.0, 3543.0, 3586.0, 3576.0, 3596.0, 3575.0, 3563.0, 3575.0, 3553.0, 3585.0, 3564.0, 3585.0, 3575.0, 3543.0, 3586.0, 3555.0, 3599.0, 3588.0, 3555.0, 3597.0, 3567.0, 3585.0, 3588.0, 3564.0, 3597.0, 3565.0, 3554.0, 3585.0, 3565.0, 3597.0, 3565.0, 3543.0, 3582.0, 3565.0, 3608.0, 3597.0, 3563.0, 3584.0, 3540.0, 3573.0, 3551.0, 3581.0, 3560.0, 3538.0, 3562.0, 3540.0, 3584.0, 3565.0, 3586.0, 3566.0, 3564.0, 3575.0, 3565.0, 3594.0, 3564.0, 3596.0, 3586.0, 3605.0, 3584.0, 3583.0, 3583.0, 3552.0, 3572.0, 3571.0, 3550.0, 3582.0, 3552.0, 3560.0, 3561.0, 3540.0, 3571.0, 3551.0, 3583.0, 3552.0, 3552.0, 3564.0, 3553.0, 3586.0, 3554.0, 3597.0, 3574.0, 3544.0, 3586.0, 3576.0, 3607.0, 3586.0, 3608.0, 3586.0, 3605.0, 3584.0, 3550.0, 3571.0, 3540.0, 3582.0, 3562.0, 3572.0, 3572.0, 3542.0, 3584.0, 3553.0, 3593.0, 3564.0, 3595.0, 3574.0, 3541.0, 3573.0, 3552.0, 3593.0, 3572.0, 3572.0, 3561.0, 3539.0, 3571.0, 3549.0, 3570.0, 3551.0, 3529.0, 3571.0, 3539.0, 3580.0, 3561.0, 3560.0, 3560.0, 3539.0, 3570.0, 3549.0, 3593.0, 3572.0, 3550.0, 3573.0, 3541.0, 3594.0, 3584.0, 3551.0, 3573.0, 3563.0, 3594.0, 3572.0, 3563.0, 3583.0, 3572.0, 3529.0, 3571.0, 3551.0, 3572.0, 3571.0, 3541.0, 3583.0, 3561.0, 3552.0, 3584.0, 3560.0, 3541.0, 3574.0, 3541.0, 3573.0, 3552.0, 3584.0, 3563.0, 3542.0, 3585.0, 3575.0, 3574.0, 3582.0, 3553.0, 3583.0, 3551.0, 3580.0, 3563.0, 3573.0, 3562.0, 3541.0, 3583.0, 3563.0, 3583.0, 3583.0, 3540.0, 3583.0, 3563.0, 3593.0, 3583.0, 3550.0, 3573.0, 3553.0, 3573.0, 3573.0, 3551.0, 3583.0, 3562.0, 3582.0, 3562.0, 3572.0, 3572.0, 3541.0, 3583.0, 3551.0, 3593.0, 3584.0, 3552.0, 3573.0, 3552.0, 3583.0, 3562.0, 3594.0, 3584.0, 3542.0, 3584.0, 3563.0, 3554.0, 3553.0, 3574.0, 3594.0, 3596.0, 3584.0, 3562.0, 3605.0, 3585.0, 3572.0, 3605.0, 3569.0, 3548.0, 3568.0, 3547.0, 3535.0, 3580.0, 3547.0, 3528.0, 3571.0, 3549.0, 3529.0, 3583.0, 3564.0, 3543.0, 3584.0, 3553.0, 3553.0, 3585.0, 3575.0, 3586.0, 3575.0, 3564.0, 3606.0, 3575.0, 3595.0, 3583.0, 3551.0, 3582.0, 3562.0, 3561.0, 3583.0, 3550.0, 3540.0, 3572.0, 3550.0, 3592.0, 3572.0, 3540.0, 3572.0, 3551.0, 3551.0, 3572.0, 3563.0, 3604.0, 3572.0, 3541.0, 3572.0, 3538.0, 3560.0, 3548.0, 3570.0, 3540.0, 3539.0, 3551.0, 3552.0, 3584.0, 3565.0, 3596.0, 3576.0, 3596.0, 3576.0, 3584.0, 3574.0, 3544.0, 3594.0, 3575.0, 3593.0, 3585.0, 3563.0, 3570.0, 3541.0, 3571.0, 3550.0, 3593.0, 3572.0, 3570.0, 3561.0, 3570.0, 3561.0, 3561.0, 3571.0, 3541.0, 3583.0, 3563.0, 3553.0, 3585.0, 3554.0, 3584.0, 3554.0, 3582.0, 3553.0, 3595.0, 3575.0, 3553.0, 3571.0, 3553.0, 3594.0, 3586.0, 3563.0, 3573.0, 3552.0, 3583.0, 3551.0, 3594.0, 3575.0, 3573.0, 3564.0, 3562.0, 3563.0, 3594.0, 3574.0, 3551.0, 3573.0, 3541.0, 3584.0, 3575.0, 3595.0, 3583.0, 3553.0, 3595.0, 3575.0, 3593.0, 3583.0, 3562.0, 3582.0, 3552.0, 3571.0, 3572.0, 3561.0, 3583.0, 3551.0, 3540.0, 3572.0, 3560.0, 3594.0, 3562.0, 3550.0, 3562.0, 3541.0, 3594.0, 3585.0, 3552.0, 3584.0, 3554.0, 3594.0, 3561.0, 3603.0, 3582.0, 3549.0, 3560.0, 3528.0, 3569.0, 3549.0, 3581.0, 3549.0, 3550.0, 3550.0, 3539.0, 3572.0, 3541.0, 3583.0, 3554.0, 3595.0, 3564.0, 3606.0, 3585.0, 3554.0, 3575.0, 3554.0, 3596.0, 3575.0, 3595.0, 3585.0, 3543.0, 3584.0, 3551.0, 3582.0, 3560.0, 3572.0, 3562.0, 3540.0, 3571.0, 3562.0, 3593.0, 3561.0, 3583.0, 3562.0, 3592.0, 3574.0, 3563.0, 3582.0, 3564.0, 3573.0, 3572.0, 3572.0, 3594.0, 3561.0, 3569.0, 3550.0, 3550.0, 3580.0, 3550.0, 3570.0, 3561.0, 3528.0, 3581.0, 3572.0, 3572.0, 3561.0, 3540.0, 3582.0, 3562.0, 3583.0, 3570.0, 3551.0, 3560.0, 3562.0, 3552.0, 3594.0, 3584.0, 3552.0, 3572.0, 3550.0, 3570.0, 3572.0, 3562.0, 3561.0, 3561.0, 3529.0, 3593.0, 3573.0, 3541.0, 3573.0, 3541.0, 3594.0, 3563.0, 3582.0, 3573.0, 3543.0, 3584.0, 3553.0, 3584.0, 3564.0, 3554.0, 3585.0, 3565.0, 3554.0, 3587.0, 3575.0, 3597.0, 3565.0, 3596.0, 3564.0, 3574.0, 3574.0, 3562.0, 3583.0, 3562.0, 3552.0, 3573.0, 3553.0, 3595.0, 3586.0, 3554.0, 3586.0, 3554.0, 3606.0, 3587.0, 3565.0, 3607.0, 3565.0, 3583.0, 3574.0, 3573.0, 3572.0, 3550.0, 3582.0, 3560.0, 3551.0, 3583.0, 3552.0, 3582.0, 3550.0, 3572.0, 3572.0, 3562.0, 3584.0, 3562.0, 3542.0, 3583.0, 3564.0, 3594.0, 3585.0, 3563.0, 3594.0, 3563.0, 3549.0, 3573.0, 3562.0, 3593.0, 3560.0, 3537.0, 3559.0, 3561.0, 3594.0, 3561.0, 3531.0, 3584.0, 3573.0, 3562.0, 3595.0, 3585.0, 3574.0, 3554.0, 3586.0, 3564.0, 3542.0, 3596.0, 3575.0, 3563.0, 3573.0, 3562.0, 3542.0, 3593.0, 3574.0, 3552.0, 3552.0, 3549.0, 3542.0, 3595.0, 3575.0, 3554.0, 3574.0, 3554.0, 3572.0, 3585.0, 3574.0, 3597.0, 3564.0, 3543.0, 3584.0, 3562.0, 3595.0, 3585.0, 3562.0, 3582.0, 3550.0, 3561.0, 3550.0, 3560.0, 3583.0, 3551.0, 3561.0, 3561.0, 3552.0, 3582.0, 3564.0, 3594.0, 3562.0, 3551.0, 3573.0, 3573.0, 3592.0, 3570.0, 3541.0, 3583.0, 3551.0, 3592.0, 3581.0, 3549.0, 3558.0, 3549.0, 3558.0, 3559.0, 3549.0, 3580.0, 3549.0, 3527.0, 3558.0, 3537.0, 3591.0, 3560.0, 3539.0, 3559.0, 3539.0, 3592.0, 3560.0, 3550.0, 3571.0, 3541.0, 3541.0, 3573.0, 3552.0, 3595.0, 3573.0, 3561.0, 3562.0, 3540.0, 3580.0, 3571.0, 3593.0, 3549.0, 3539.0, 3581.0, 3560.0, 3572.0, 3562.0, 3540.0, 3582.0, 3563.0, 3563.0, 3595.0, 3563.0, 3542.0, 3572.0, 3550.0, 3603.0, 3571.0, 3538.0, 3559.0, 3529.0, 3592.0, 3562.0, 3539.0, 3571.0, 3541.0, 3583.0, 3587.0, 3553.0, 3584.0, 3564.0, 3543.0, 3566.0, 3587.0, 3566.0, 3597.0, 3597.0, 3575.0, 3576.0, 3554.0, 3528.0, 3528.0, 3538.0, 3579.0, 3572.0, 3560.0, 3569.0, 3601.0, 3591.0, 3569.0, 3590.0, 3591.0, 3569.0, 3537.0, 3590.0, 3556.0, 3523.0, 3564.0, 3563.0, 3542.0, 3519.0, 3542.0, 3520.0, 3521.0, 3554.0, 3544.0, 3510.0, 3555.0, 3533.0, 3513.0, 3567.0, 3556.0, 3526.0, 3568.0, 3537.0, 3579.0, 3549.0, 3538.0, 3570.0, 3539.0, 3529.0, 3571.0, 3562.0, 3593.0, 3563.0, 3542.0, 3585.0, 3542.0, 3596.0, 3575.0, 3554.0, 3585.0, 3565.0, 3596.0, 3587.0, 3576.0, 3585.0, 3565.0, 3574.0, 3575.0, 3564.0, 3606.0, 3573.0, 3552.0, 3582.0, 3551.0, 3593.0, 3572.0, 3549.0, 3571.0, 3551.0, 3592.0, 3573.0, 3562.0, 3573.0, 3562.0, 3541.0, 3595.0, 3574.0, 3564.0, 3594.0, 3562.0, 3541.0, 3584.0, 3572.0, 3594.0, 3573.0, 3529.0, 3582.0, 3562.0, 3562.0, 3583.0, 3562.0, 3531.0, 3583.0, 3551.0, 3583.0, 3585.0, 3565.0, 3585.0, 3575.0, 3543.0, 3595.0, 3585.0, 3554.0, 3595.0, 3563.0, 3532.0, 3596.0, 3574.0, 3564.0, 3585.0, 3564.0, 3541.0, 3584.0, 3574.0, 3595.0, 3573.0, 3563.0, 3562.0, 3573.0, 3552.0, 3605.0, 3584.0, 3541.0, 3583.0, 3561.0, 3582.0, 3570.0, 3562.0, 3581.0, 3549.0, 3529.0, 3581.0, 3571.0, 3561.0, 3572.0, 3551.0, 3593.0, 3562.0, 3582.0, 3573.0, 3550.0, 3583.0, 3551.0, 3572.0, 3573.0, 3563.0, 3595.0, 3565.0, 3543.0, 3596.0, 3586.0, 3618.0, 3586.0, 3564.0, 3585.0, 3552.0, 3583.0, 3573.0, 3594.0, 3571.0, 3529.0, 3583.0, 3573.0, 3584.0, 3573.0, 3554.0, 3595.0, 3574.0, 3574.0, 3596.0, 3564.0, 3583.0, 3574.0, 3552.0, 3584.0, 3573.0, 3574.0, 3584.0, 3564.0, 3542.0, 3584.0, 3573.0, 3595.0, 3572.0, 3551.0, 3559.0, 3573.0, 3562.0, 3605.0, 3573.0, 3541.0, 3593.0, 3562.0, 3562.0, 3594.0, 3573.0, 3562.0, 3573.0, 3541.0, 3594.0, 3584.0, 3563.0, 3574.0, 3562.0, 3541.0, 3594.0, 3574.0, 3562.0, 3573.0, 3552.0, 3562.0, 3571.0, 3551.0, 3604.0, 3583.0, 3541.0, 3592.0, 3562.0, 3572.0, 3583.0, 3561.0, 3550.0, 3571.0, 3551.0, 3593.0, 3584.0, 3563.0, 3573.0, 3563.0, 3541.0, 3594.0, 3584.0, 3562.0, 3583.0, 3562.0, 3582.0, 3570.0, 3560.0, 3581.0, 3550.0, 3561.0, 3561.0, 3540.0, 3583.0, 3574.0, 3573.0, 3562.0, 3531.0, 3585.0, 3576.0, 3608.0, 3586.0, 3554.0, 3586.0, 3575.0, 3596.0, 3586.0, 3565.0, 3574.0, 3573.0, 3552.0, 3606.0, 3584.0, 3540.0, 3583.0, 3572.0, 3552.0, 3594.0, 3583.0, 3563.0, 3541.0, 3584.0, 3561.0, 3605.0, 3583.0, 3573.0, 3540.0, 3581.0, 3550.0, 3539.0, 3581.0, 3559.0, 3539.0, 3570.0, 3540.0, 3592.0, 3572.0, 3561.0, 3571.0, 3541.0, 3562.0, 3573.0, 3552.0, 3594.0, 3586.0, 3565.0, 3575.0, 3575.0, 3555.0, 3607.0, 3594.0, 3586.0, 3597.0, 3564.0, 3604.0, 3572.0, 3549.0, 3593.0, 3572.0, 3539.0, 3581.0, 3561.0, 3581.0, 3570.0, 3560.0, 3561.0, 3572.0, 3551.0, 3593.0, 3573.0, 3563.0, 3583.0, 3563.0, 3542.0, 3583.0, 3563.0, 3604.0, 3584.0, 3553.0, 3563.0, 3584.0, 3552.0, 3574.0, 3597.0, 3586.0, 3596.0, 3586.0, 3575.0, 3587.0, 3597.0, 3575.0, 3585.0, 3597.0, 3575.0, 3585.0, 3574.0, 3552.0, 3594.0, 3584.0, 3563.0, 3572.0, 3562.0, 3553.0, 3554.0, 3596.0, 3577.0, 3556.0, 3598.0, 3578.0, 3619.0, 3587.0, 3608.0, 3586.0, 3554.0, 3584.0, 3562.0, 3606.0, 3595.0, 3551.0, 3583.0, 3562.0, 3592.0, 3583.0, 3561.0, 3591.0, 3570.0, 3538.0, 3592.0, 3583.0, 3562.0, 3572.0, 3572.0, 3551.0, 3593.0, 3572.0, 3562.0, 3593.0, 3572.0, 3550.0, 3571.0, 3560.0, 3561.0, 3582.0, 3571.0, 3540.0, 3530.0, 3585.0, 3573.0, 3586.0, 3597.0, 3564.0, 3606.0, 3575.0, 3595.0, 3585.0, 3563.0, 3573.0, 3584.0, 3563.0, 3583.0, 3594.0, 3574.0, 3542.0, 3584.0, 3562.0, 3573.0, 3595.0, 3574.0, 3563.0, 3574.0, 3540.0, 3604.0, 3582.0, 3551.0, 3583.0, 3562.0, 3572.0, 3572.0, 3572.0, 3581.0, 3571.0, 3562.0, 3571.0, 3584.0, 3573.0, 3604.0, 3572.0, 3581.0, 3571.0, 3571.0, 3582.0, 3561.0, 3581.0, 3561.0, 3540.0, 3581.0, 3571.0, 3594.0, 3573.0, 3552.0, 3584.0, 3574.0, 3617.0, 3584.0, 3543.0, 3596.0, 3574.0, 3586.0, 3608.0, 3584.0, 3564.0, 3584.0, 3552.0, 3605.0, 3585.0, 3594.0, 3581.0, 3551.0, 3592.0, 3570.0, 3561.0, 3582.0, 3562.0, 3551.0, 3583.0, 3572.0, 3592.0, 3573.0, 3563.0, 3583.0, 3573.0, 3573.0, 3606.0, 3573.0, 3542.0, 3583.0, 3563.0, 3605.0, 3594.0, 3562.0, 3593.0, 3573.0, 3551.0, 3605.0, 3584.0, 3553.0, 3563.0, 3574.0, 3575.0, 3575.0, 3596.0, 3565.0, 3552.0, 3595.0, 3574.0, 3583.0, 3593.0, 3563.0, 3571.0, 3572.0, 3561.0, 3603.0, 3582.0, 3561.0, 3549.0, 3581.0, 3560.0, 3581.0, 3580.0, 3550.0, 3538.0, 3570.0, 3561.0, 3603.0, 3583.0, 3552.0, 3592.0, 3572.0, 3572.0, 3582.0, 3562.0, 3530.0, 3582.0, 3562.0, 3562.0, 3606.0, 3585.0, 3553.0, 3595.0, 3562.0, 3592.0, 3582.0, 3561.0, 3582.0, 3571.0, 3540.0, 3592.0, 3572.0, 3561.0, 3582.0, 3561.0, 3541.0, 3593.0, 3583.0, 3564.0, 3564.0, 3574.0, 3554.0, 3605.0, 3585.0, 3574.0, 3594.0, 3573.0, 3542.0, 3593.0, 3572.0, 3561.0, 3594.0, 3562.0, 3541.0, 3593.0, 3572.0, 3551.0, 3582.0, 3562.0, 3583.0, 3572.0, 3573.0, 3594.0, 3573.0, 3541.0, 3593.0, 3574.0, 3594.0, 3583.0, 3563.0, 3561.0, 3584.0, 3573.0, 3605.0, 3584.0, 3563.0, 3603.0, 3583.0, 3561.0, 3592.0, 3571.0, 3539.0, 3570.0, 3549.0, 3592.0, 3570.0, 3550.0, 3582.0, 3563.0, 3592.0, 3573.0, 3573.0, 3596.0, 3574.0, 3574.0, 3572.0, 3550.0, 3606.0, 3585.0, 3572.0, 3585.0, 3574.0, 3552.0, 3584.0, 3585.0, 3606.0, 3584.0, 3551.0, 3594.0, 3573.0, 3582.0, 3593.0, 3562.0, 3540.0, 3581.0, 3562.0, 3604.0, 3592.0, 3561.0, 3571.0, 3572.0, 3552.0, 3604.0, 3583.0, 3563.0, 3573.0, 3571.0, 3562.0, 3605.0, 3584.0, 3574.0, 3593.0, 3572.0, 3551.0, 3594.0, 3572.0, 3541.0, 3583.0, 3552.0, 3604.0, 3584.0, 3562.0, 3583.0, 3574.0, 3541.0, 3606.0, 3586.0, 3564.0, 3596.0, 3575.0, 3544.0, 3607.0, 3597.0, 3595.0, 3594.0, 3564.0, 3605.0, 3574.0, 3604.0, 3583.0, 3549.0, 3581.0, 3570.0, 3550.0, 3581.0, 3571.0, 3530.0, 3583.0, 3563.0, 3541.0, 3595.0, 3585.0, 3575.0, 3585.0, 3573.0, 3554.0, 3596.0, 3586.0, 3575.0, 3606.0, 3572.0, 3552.0, 3593.0, 3573.0, 3594.0, 3582.0, 3562.0, 3540.0, 3581.0, 3573.0, 3605.0, 3583.0, 3553.0, 3573.0, 3572.0, 3563.0, 3606.0, 3585.0, 3565.0, 3564.0, 3585.0, 3575.0, 3616.0, 3596.0, 3565.0, 3595.0, 3573.0, 3572.0, 3605.0, 3574.0, 3542.0, 3583.0, 3573.0, 3563.0, 3606.0, 3574.0, 3543.0, 3596.0, 3574.0, 3554.0, 3607.0, 3596.0, 3563.0, 3593.0, 3573.0, 3550.0, 3605.0, 3583.0, 3541.0, 3582.0, 3562.0, 3550.0, 3604.0, 3582.0, 3551.0, 3560.0, 3571.0, 3551.0, 3594.0, 3583.0, 3562.0, 3561.0, 3572.0, 3561.0, 3593.0, 3583.0, 3551.0, 3572.0, 3572.0, 3551.0, 3605.0, 3583.0, 3541.0, 3594.0, 3572.0, 3552.0, 3606.0, 3585.0, 3553.0, 3584.0, 3574.0, 3552.0, 3593.0, 3584.0, 3541.0, 3583.0, 3561.0, 3582.0, 3571.0, 3562.0, 3583.0, 3561.0, 3540.0, 3593.0, 3582.0, 3551.0, 3583.0, 3564.0, 3542.0, 3596.0, 3576.0, 3617.0, 3596.0, 3553.0, 3584.0, 3564.0, 3606.0, 3584.0, 3574.0, 3581.0, 3574.0, 3572.0, 3584.0, 3573.0, 3605.0, 3574.0, 3542.0, 3595.0, 3564.0, 3564.0, 3608.0, 3574.0, 3544.0, 3596.0, 3576.0, 3618.0, 3595.0, 3584.0, 3582.0, 3552.0, 3594.0, 3584.0, 3594.0, 3593.0, 3562.0, 3591.0, 3569.0, 3561.0, 3603.0, 3572.0, 3530.0, 3583.0, 3573.0, 3563.0, 3575.0, 3586.0, 3565.0, 3542.0, 3597.0, 3586.0, 3608.0, 3596.0, 3576.0, 3565.0, 3586.0, 3575.0, 3617.0, 3593.0, 3564.0, 3583.0, 3573.0, 3551.0, 3605.0, 3583.0, 3550.0, 3594.0, 3562.0, 3540.0, 3581.0, 3573.0, 3582.0, 3584.0, 3553.0, 3553.0, 3585.0, 3564.0, 3618.0, 3587.0, 3555.0, 3607.0, 3586.0, 3565.0, 3607.0, 3587.0, 3566.0, 3597.0, 3575.0, 3606.0, 3585.0, 3564.0, 3562.0, 3573.0, 3554.0, 3606.0, 3584.0, 3574.0, 3584.0, 3572.0, 3541.0, 3583.0, 3573.0, 3574.0, 3585.0, 3566.0, 3542.0, 3596.0, 3587.0, 3576.0, 3565.0, 3598.0, 3585.0, 3565.0, 3583.0, 3585.0, 3584.0, 3572.0, 3583.0, 3562.0, 3528.0, 3572.0, 3571.0, 3551.0, 3532.0, 3573.0, 3573.0, 3565.0, 3596.0, 3607.0, 3584.0, 3554.0, 3606.0, 3574.0, 3572.0, 3605.0, 3571.0, 3540.0, 3582.0, 3561.0, 3560.0, 3571.0, 3560.0, 3562.0, 3572.0, 3551.0, 3604.0, 3583.0, 3562.0, 3595.0, 3573.0, 3572.0, 3573.0, 3560.0, 3582.0, 3562.0], 'WindowWidth': [8178.0, 8123.0, 8073.0, 8097.0, 8068.0, 8092.0, 8078.0, 8047.0, 8094.0, 8062.0, 8063.0, 8076.0, 8048.0, 8089.0, 8065.0, 8110.0, 8066.0, 8066.0, 8083.0, 8094.0, 8097.0, 8066.0, 8111.0, 8057.0, 8113.0, 8088.0, 8115.0, 8103.0, 8059.0, 8102.0, 8058.0, 8117.0, 8105.0, 8131.0, 8102.0, 8086.0, 8101.0, 8068.0, 8114.0, 8087.0, 8115.0, 8102.0, 8058.0, 8117.0, 8078.0, 8139.0, 8124.0, 8078.0, 8134.0, 8096.0, 8117.0, 8123.0, 8087.0, 8134.0, 8090.0, 8073.0, 8116.0, 8088.0, 8133.0, 8090.0, 8058.0, 8109.0, 8090.0, 8149.0, 8133.0, 8084.0, 8111.0, 8048.0, 8093.0, 8062.0, 8104.0, 8074.0, 8044.0, 8080.0, 8049.0, 8112.0, 8089.0, 8119.0, 8092.0, 8087.0, 8104.0, 8088.0, 8129.0, 8089.0, 8132.0, 8117.0, 8141.0, 8112.0, 8108.0, 8107.0, 8064.0, 8090.0, 8089.0, 8061.0, 8105.0, 8065.0, 8075.0, 8076.0, 8049.0, 8090.0, 8065.0, 8109.0, 8069.0, 8068.0, 8086.0, 8071.0, 8120.0, 8075.0, 8134.0, 8102.0, 8061.0, 8120.0, 8106.0, 8147.0, 8119.0, 8147.0, 8117.0, 8139.0, 8109.0, 8061.0, 8089.0, 8049.0, 8106.0, 8080.0, 8092.0, 8093.0, 8055.0, 8113.0, 8069.0, 8123.0, 8087.0, 8126.0, 8098.0, 8052.0, 8096.0, 8066.0, 8123.0, 8094.0, 8092.0, 8076.0, 8044.0, 8089.0, 8058.0, 8088.0, 8061.0, 8031.0, 8088.0, 8045.0, 8102.0, 8077.0, 8074.0, 8075.0, 8045.0, 8088.0, 8061.0, 8121.0, 8092.0, 8061.0, 8095.0, 8052.0, 8126.0, 8113.0, 8066.0, 8096.0, 8083.0, 8125.0, 8094.0, 8081.0, 8110.0, 8092.0, 8033.0, 8090.0, 8065.0, 8092.0, 8090.0, 8051.0, 8107.0, 8079.0, 8067.0, 8114.0, 8078.0, 8052.0, 8098.0, 8052.0, 8097.0, 8068.0, 8112.0, 8083.0, 8055.0, 8114.0, 8103.0, 8100.0, 8110.0, 8071.0, 8111.0, 8065.0, 8104.0, 8082.0, 8094.0, 8081.0, 8051.0, 8108.0, 8081.0, 8109.0, 8109.0, 8050.0, 8109.0, 8083.0, 8122.0, 8111.0, 8063.0, 8096.0, 8069.0, 8095.0, 8096.0, 8065.0, 8110.0, 8080.0, 8107.0, 8080.0, 8092.0, 8093.0, 8051.0, 8109.0, 8065.0, 8121.0, 8112.0, 8067.0, 8097.0, 8067.0, 8109.0, 8080.0, 8125.0, 8112.0, 8053.0, 8111.0, 8084.0, 8078.0, 8071.0, 8100.0, 8123.0, 8130.0, 8113.0, 8080.0, 8141.0, 8113.0, 8092.0, 8142.0, 8086.0, 8055.0, 8080.0, 8051.0, 8033.0, 8100.0, 8052.0, 8028.0, 8088.0, 8059.0, 8034.0, 8109.0, 8086.0, 8057.0, 8113.0, 8071.0, 8071.0, 8117.0, 8103.0, 8118.0, 8103.0, 8086.0, 8144.0, 8100.0, 8125.0, 8107.0, 8064.0, 8105.0, 8077.0, 8076.0, 8109.0, 8062.0, 8047.0, 8091.0, 8060.0, 8119.0, 8092.0, 8047.0, 8092.0, 8063.0, 8063.0, 8092.0, 8081.0, 8139.0, 8094.0, 8049.0, 8092.0, 8040.0, 8073.0, 8055.0, 8085.0, 8046.0, 8046.0, 8065.0, 8068.0, 8114.0, 8089.0, 8132.0, 8105.0, 8129.0, 8104.0, 8113.0, 8100.0, 8060.0, 8126.0, 8100.0, 8124.0, 8114.0, 8081.0, 8088.0, 8051.0, 8090.0, 8062.0, 8121.0, 8092.0, 8087.0, 8075.0, 8085.0, 8076.0, 8075.0, 8090.0, 8051.0, 8107.0, 8082.0, 8069.0, 8117.0, 8074.0, 8114.0, 8074.0, 8108.0, 8070.0, 8128.0, 8101.0, 8070.0, 8094.0, 8070.0, 8127.0, 8116.0, 8084.0, 8095.0, 8068.0, 8108.0, 8066.0, 8125.0, 8101.0, 8096.0, 8085.0, 8082.0, 8084.0, 8125.0, 8097.0, 8065.0, 8096.0, 8052.0, 8113.0, 8101.0, 8127.0, 8112.0, 8073.0, 8128.0, 8100.0, 8123.0, 8110.0, 8080.0, 8107.0, 8066.0, 8090.0, 8093.0, 8076.0, 8107.0, 8065.0, 8047.0, 8092.0, 8075.0, 8126.0, 8081.0, 8063.0, 8079.0, 8053.0, 8126.0, 8117.0, 8069.0, 8114.0, 8072.0, 8124.0, 8079.0, 8134.0, 8105.0, 8057.0, 8074.0, 8027.0, 8083.0, 8055.0, 8101.0, 8058.0, 8060.0, 8062.0, 8045.0, 8093.0, 8052.0, 8111.0, 8074.0, 8127.0, 8086.0, 8142.0, 8116.0, 8072.0, 8101.0, 8073.0, 8129.0, 8102.0, 8127.0, 8114.0, 8056.0, 8113.0, 8064.0, 8106.0, 8076.0, 8092.0, 8078.0, 8048.0, 8091.0, 8079.0, 8123.0, 8079.0, 8110.0, 8080.0, 8120.0, 8098.0, 8082.0, 8107.0, 8084.0, 8095.0, 8095.0, 8092.0, 8124.0, 8076.0, 8085.0, 8060.0, 8058.0, 8101.0, 8060.0, 8088.0, 8076.0, 8030.0, 8102.0, 8092.0, 8091.0, 8077.0, 8049.0, 8105.0, 8080.0, 8109.0, 8089.0, 8065.0, 8077.0, 8080.0, 8067.0, 8127.0, 8112.0, 8066.0, 8092.0, 8062.0, 8088.0, 8093.0, 8079.0, 8077.0, 8076.0, 8033.0, 8120.0, 8096.0, 8052.0, 8096.0, 8052.0, 8124.0, 8083.0, 8107.0, 8096.0, 8057.0, 8112.0, 8072.0, 8113.0, 8088.0, 8074.0, 8116.0, 8090.0, 8074.0, 8121.0, 8103.0, 8134.0, 8089.0, 8129.0, 8087.0, 8097.0, 8098.0, 8080.0, 8110.0, 8082.0, 8068.0, 8096.0, 8072.0, 8129.0, 8121.0, 8074.0, 8118.0, 8075.0, 8145.0, 8120.0, 8089.0, 8147.0, 8089.0, 8110.0, 8097.0, 8093.0, 8092.0, 8062.0, 8105.0, 8076.0, 8064.0, 8108.0, 8066.0, 8107.0, 8063.0, 8092.0, 8093.0, 8080.0, 8112.0, 8082.0, 8054.0, 8111.0, 8086.0, 8126.0, 8116.0, 8083.0, 8125.0, 8082.0, 8059.0, 8095.0, 8078.0, 8121.0, 8074.0, 8040.0, 8072.0, 8075.0, 8123.0, 8078.0, 8041.0, 8112.0, 8093.0, 8080.0, 8128.0, 8115.0, 8099.0, 8074.0, 8118.0, 8087.0, 8055.0, 8131.0, 8100.0, 8084.0, 8097.0, 8079.0, 8053.0, 8123.0, 8098.0, 8067.0, 8067.0, 8061.0, 8056.0, 8128.0, 8104.0, 8072.0, 8100.0, 8075.0, 8094.0, 8116.0, 8099.0, 8133.0, 8086.0, 8058.0, 8112.0, 8081.0, 8126.0, 8113.0, 8080.0, 8105.0, 8060.0, 8075.0, 8061.0, 8074.0, 8108.0, 8064.0, 8077.0, 8077.0, 8067.0, 8108.0, 8085.0, 8126.0, 8081.0, 8064.0, 8095.0, 8094.0, 8120.0, 8089.0, 8050.0, 8107.0, 8063.0, 8117.0, 8102.0, 8056.0, 8067.0, 8057.0, 8067.0, 8069.0, 8055.0, 8098.0, 8057.0, 8026.0, 8067.0, 8038.0, 8115.0, 8073.0, 8043.0, 8071.0, 8045.0, 8118.0, 8074.0, 8061.0, 8091.0, 8052.0, 8051.0, 8094.0, 8066.0, 8127.0, 8096.0, 8079.0, 8078.0, 8047.0, 8101.0, 8089.0, 8119.0, 8058.0, 8045.0, 8102.0, 8074.0, 8091.0, 8079.0, 8050.0, 8107.0, 8081.0, 8083.0, 8128.0, 8084.0, 8054.0, 8093.0, 8061.0, 8136.0, 8090.0, 8042.0, 8071.0, 8032.0, 8118.0, 8078.0, 8047.0, 8091.0, 8053.0, 8110.0, 8123.0, 8073.0, 8111.0, 8087.0, 8060.0, 8092.0, 8121.0, 8093.0, 8135.0, 8133.0, 8104.0, 8105.0, 8072.0, 8031.0, 8030.0, 8042.0, 8098.0, 8093.0, 8073.0, 8081.0, 8128.0, 8113.0, 8083.0, 8113.0, 8113.0, 8083.0, 8038.0, 8112.0, 8060.0, 8010.0, 8066.0, 8063.0, 8032.0, 7999.0, 8032.0, 8003.0, 8004.0, 8051.0, 8039.0, 7993.0, 8055.0, 8026.0, 7998.0, 8075.0, 8062.0, 8020.0, 8079.0, 8039.0, 8096.0, 8056.0, 8041.0, 8087.0, 8045.0, 8031.0, 8089.0, 8080.0, 8123.0, 8084.0, 8055.0, 8116.0, 8055.0, 8129.0, 8103.0, 8072.0, 8114.0, 8090.0, 8130.0, 8121.0, 8104.0, 8115.0, 8088.0, 8098.0, 8100.0, 8085.0, 8144.0, 8096.0, 8066.0, 8106.0, 8062.0, 8121.0, 8092.0, 8058.0, 8088.0, 8061.0, 8117.0, 8094.0, 8080.0, 8095.0, 8079.0, 8052.0, 8126.0, 8099.0, 8084.0, 8125.0, 8082.0, 8052.0, 8110.0, 8094.0, 8124.0, 8093.0, 8032.0, 8104.0, 8078.0, 8078.0, 8109.0, 8079.0, 8039.0, 8109.0, 8066.0, 8110.0, 8115.0, 8090.0, 8116.0, 8101.0, 8057.0, 8129.0, 8116.0, 8074.0, 8130.0, 8085.0, 8043.0, 8131.0, 8101.0, 8087.0, 8116.0, 8087.0, 8053.0, 8110.0, 8098.0, 8128.0, 8096.0, 8084.0, 8081.0, 8095.0, 8068.0, 8142.0, 8112.0, 8052.0, 8109.0, 8078.0, 8104.0, 8088.0, 8078.0, 8103.0, 8059.0, 8030.0, 8103.0, 8091.0, 8077.0, 8094.0, 8065.0, 8120.0, 8080.0, 8104.0, 8094.0, 8063.0, 8109.0, 8065.0, 8092.0, 8095.0, 8083.0, 8129.0, 8089.0, 8058.0, 8131.0, 8120.0, 8164.0, 8118.0, 8087.0, 8114.0, 8066.0, 8108.0, 8095.0, 8123.0, 8090.0, 8033.0, 8108.0, 8095.0, 8112.0, 8096.0, 8073.0, 8127.0, 8100.0, 8099.0, 8130.0, 8086.0, 8109.0, 8100.0, 8067.0, 8113.0, 8096.0, 8100.0, 8112.0, 8085.0, 8054.0, 8113.0, 8098.0, 8129.0, 8094.0, 8065.0, 8074.0, 8093.0, 8078.0, 8141.0, 8094.0, 8052.0, 8122.0, 8079.0, 8078.0, 8124.0, 8096.0, 8078.0, 8093.0, 8051.0, 8125.0, 8112.0, 8084.0, 8097.0, 8079.0, 8052.0, 8124.0, 8097.0, 8079.0, 8095.0, 8066.0, 8078.0, 8091.0, 8063.0, 8139.0, 8109.0, 8050.0, 8119.0, 8077.0, 8090.0, 8107.0, 8075.0, 8060.0, 8089.0, 8065.0, 8122.0, 8111.0, 8083.0, 8096.0, 8081.0, 8051.0, 8125.0, 8112.0, 8080.0, 8108.0, 8079.0, 8104.0, 8087.0, 8072.0, 8104.0, 8060.0, 8075.0, 8077.0, 8050.0, 8108.0, 8097.0, 8096.0, 8081.0, 8040.0, 8115.0, 8105.0, 8150.0, 8117.0, 8073.0, 8116.0, 8101.0, 8132.0, 8117.0, 8088.0, 8100.0, 8096.0, 8067.0, 8144.0, 8112.0, 8050.0, 8108.0, 8093.0, 8066.0, 8125.0, 8109.0, 8082.0, 8051.0, 8110.0, 8077.0, 8138.0, 8110.0, 8094.0, 8047.0, 8102.0, 8059.0, 8043.0, 8101.0, 8070.0, 8043.0, 8085.0, 8046.0, 8118.0, 8093.0, 8077.0, 8092.0, 8053.0, 8081.0, 8094.0, 8068.0, 8125.0, 8120.0, 8090.0, 8102.0, 8104.0, 8076.0, 8146.0, 8127.0, 8118.0, 8131.0, 8085.0, 8137.0, 8091.0, 8058.0, 8119.0, 8091.0, 8044.0, 8100.0, 8076.0, 8101.0, 8088.0, 8075.0, 8076.0, 8093.0, 8064.0, 8122.0, 8097.0, 8082.0, 8108.0, 8082.0, 8053.0, 8109.0, 8081.0, 8137.0, 8110.0, 8070.0, 8084.0, 8112.0, 8070.0, 8099.0, 8136.0, 8120.0, 8131.0, 8118.0, 8105.0, 8120.0, 8135.0, 8102.0, 8114.0, 8132.0, 8101.0, 8114.0, 8097.0, 8066.0, 8123.0, 8110.0, 8081.0, 8093.0, 8079.0, 8070.0, 8075.0, 8135.0, 8110.0, 8081.0, 8139.0, 8111.0, 8167.0, 8122.0, 8150.0, 8118.0, 8073.0, 8112.0, 8080.0, 8143.0, 8127.0, 8063.0, 8107.0, 8077.0, 8118.0, 8109.0, 8076.0, 8116.0, 8087.0, 8043.0, 8117.0, 8108.0, 8079.0, 8092.0, 8092.0, 8064.0, 8120.0, 8093.0, 8079.0, 8122.0, 8091.0, 8060.0, 8087.0, 8074.0, 8077.0, 8105.0, 8090.0, 8051.0, 8039.0, 8114.0, 8099.0, 8119.0, 8133.0, 8089.0, 8145.0, 8102.0, 8127.0, 8114.0, 8083.0, 8096.0, 8112.0, 8082.0, 8109.0, 8126.0, 8098.0, 8056.0, 8112.0, 8081.0, 8095.0, 8128.0, 8100.0, 8084.0, 8098.0, 8051.0, 8138.0, 8108.0, 8065.0, 8109.0, 8079.0, 8091.0, 8093.0, 8092.0, 8105.0, 8090.0, 8080.0, 8092.0, 8112.0, 8096.0, 8139.0, 8094.0, 8102.0, 8089.0, 8088.0, 8104.0, 8077.0, 8101.0, 8076.0, 8048.0, 8104.0, 8092.0, 8123.0, 8095.0, 8067.0, 8111.0, 8099.0, 8160.0, 8114.0, 8060.0, 8132.0, 8102.0, 8117.0, 8149.0, 8115.0, 8087.0, 8114.0, 8068.0, 8142.0, 8114.0, 8125.0, 8103.0, 8063.0, 8119.0, 8089.0, 8078.0, 8106.0, 8079.0, 8063.0, 8107.0, 8094.0, 8120.0, 8094.0, 8083.0, 8109.0, 8096.0, 8096.0, 8142.0, 8095.0, 8053.0, 8109.0, 8083.0, 8142.0, 8124.0, 8080.0, 8121.0, 8096.0, 8065.0, 8141.0, 8111.0, 8070.0, 8083.0, 8099.0, 8102.0, 8103.0, 8132.0, 8089.0, 8069.0, 8128.0, 8100.0, 8110.0, 8123.0, 8082.0, 8089.0, 8090.0, 8076.0, 8135.0, 8106.0, 8077.0, 8058.0, 8102.0, 8073.0, 8102.0, 8100.0, 8061.0, 8043.0, 8086.0, 8077.0, 8134.0, 8107.0, 8066.0, 8119.0, 8093.0, 8092.0, 8107.0, 8080.0, 8036.0, 8107.0, 8082.0, 8080.0, 8145.0, 8116.0, 8072.0, 8128.0, 8080.0, 8119.0, 8105.0, 8077.0, 8106.0, 8088.0, 8048.0, 8117.0, 8091.0, 8076.0, 8107.0, 8077.0, 8051.0, 8123.0, 8111.0, 8086.0, 8086.0, 8099.0, 8073.0, 8142.0, 8115.0, 8100.0, 8124.0, 8096.0, 8053.0, 8122.0, 8095.0, 8078.0, 8125.0, 8080.0, 8050.0, 8121.0, 8095.0, 8065.0, 8108.0, 8081.0, 8108.0, 8094.0, 8097.0, 8124.0, 8095.0, 8052.0, 8122.0, 8098.0, 8124.0, 8109.0, 8083.0, 8078.0, 8111.0, 8098.0, 8141.0, 8112.0, 8083.0, 8135.0, 8109.0, 8076.0, 8119.0, 8089.0, 8045.0, 8086.0, 8058.0, 8117.0, 8088.0, 8062.0, 8106.0, 8083.0, 8121.0, 8097.0, 8097.0, 8131.0, 8100.0, 8098.0, 8095.0, 8064.0, 8143.0, 8114.0, 8095.0, 8114.0, 8099.0, 8068.0, 8111.0, 8114.0, 8143.0, 8112.0, 8065.0, 8122.0, 8095.0, 8107.0, 8122.0, 8080.0, 8048.0, 8102.0, 8078.0, 8137.0, 8119.0, 8079.0, 8090.0, 8091.0, 8066.0, 8139.0, 8108.0, 8083.0, 8095.0, 8092.0, 8082.0, 8140.0, 8111.0, 8099.0, 8122.0, 8093.0, 8065.0, 8124.0, 8093.0, 8051.0, 8107.0, 8066.0, 8137.0, 8110.0, 8081.0, 8108.0, 8100.0, 8054.0, 8145.0, 8118.0, 8089.0, 8133.0, 8104.0, 8061.0, 8148.0, 8134.0, 8130.0, 8125.0, 8085.0, 8140.0, 8098.0, 8138.0, 8109.0, 8058.0, 8102.0, 8087.0, 8058.0, 8101.0, 8091.0, 8036.0, 8109.0, 8083.0, 8053.0, 8128.0, 8116.0, 8102.0, 8116.0, 8098.0, 8072.0, 8132.0, 8117.0, 8102.0, 8145.0, 8095.0, 8066.0, 8123.0, 8095.0, 8124.0, 8105.0, 8078.0, 8048.0, 8103.0, 8094.0, 8140.0, 8109.0, 8071.0, 8097.0, 8095.0, 8085.0, 8145.0, 8116.0, 8090.0, 8087.0, 8116.0, 8102.0, 8160.0, 8132.0, 8088.0, 8128.0, 8098.0, 8094.0, 8142.0, 8098.0, 8054.0, 8107.0, 8097.0, 8086.0, 8146.0, 8100.0, 8059.0, 8131.0, 8100.0, 8074.0, 8147.0, 8131.0, 8085.0, 8123.0, 8095.0, 8063.0, 8141.0, 8108.0, 8052.0, 8107.0, 8080.0, 8063.0, 8138.0, 8107.0, 8065.0, 8076.0, 8091.0, 8063.0, 8124.0, 8108.0, 8081.0, 8077.0, 8092.0, 8079.0, 8123.0, 8109.0, 8066.0, 8093.0, 8093.0, 8065.0, 8142.0, 8108.0, 8052.0, 8124.0, 8094.0, 8067.0, 8144.0, 8114.0, 8071.0, 8111.0, 8097.0, 8065.0, 8123.0, 8111.0, 8049.0, 8106.0, 8077.0, 8104.0, 8089.0, 8078.0, 8107.0, 8079.0, 8049.0, 8122.0, 8108.0, 8066.0, 8109.0, 8086.0, 8057.0, 8131.0, 8104.0, 8161.0, 8131.0, 8071.0, 8114.0, 8086.0, 8143.0, 8114.0, 8099.0, 8107.0, 8100.0, 8094.0, 8111.0, 8095.0, 8143.0, 8100.0, 8055.0, 8127.0, 8088.0, 8088.0, 8151.0, 8102.0, 8063.0, 8133.0, 8107.0, 8162.0, 8131.0, 8113.0, 8108.0, 8067.0, 8125.0, 8112.0, 8123.0, 8120.0, 8079.0, 8115.0, 8084.0, 8075.0, 8135.0, 8092.0, 8036.0, 8107.0, 8095.0, 8084.0, 8101.0, 8117.0, 8091.0, 8058.0, 8133.0, 8119.0, 8150.0, 8133.0, 8107.0, 8089.0, 8116.0, 8100.0, 8160.0, 8124.0, 8084.0, 8109.0, 8094.0, 8063.0, 8139.0, 8109.0, 8063.0, 8123.0, 8080.0, 8049.0, 8104.0, 8094.0, 8105.0, 8111.0, 8070.0, 8069.0, 8114.0, 8087.0, 8162.0, 8120.0, 8077.0, 8148.0, 8119.0, 8091.0, 8150.0, 8121.0, 8092.0, 8133.0, 8103.0, 8144.0, 8115.0, 8085.0, 8082.0, 8096.0, 8072.0, 8144.0, 8113.0, 8098.0, 8111.0, 8093.0, 8050.0, 8109.0, 8097.0, 8099.0, 8116.0, 8095.0, 8056.0, 8132.0, 8121.0, 8107.0, 8091.0, 8136.0, 8115.0, 8088.0, 8110.0, 8114.0, 8110.0, 8093.0, 8107.0, 8078.0, 8030.0, 8092.0, 8090.0, 8066.0, 8042.0, 8098.0, 8098.0, 8089.0, 8132.0, 8148.0, 8114.0, 8072.0, 8144.0, 8099.0, 8093.0, 8141.0, 8090.0, 8047.0, 8104.0, 8075.0, 8073.0, 8089.0, 8075.0, 8078.0, 8091.0, 8065.0, 8138.0, 8110.0, 8081.0, 8127.0, 8095.0, 8092.0, 8094.0, 8074.0, 8107.0, 8079.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.0003375960951799878</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029333715009151922</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.084834561080605</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.122387160366304</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9740446755250294</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5964.627</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10170350172011967</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.7827943868212324</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5994556308800356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6019270288743166</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.835321386946125</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.361118476819666</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00516384</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008445419371128082</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02022923156619072</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1639</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.8343560491474844</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>31.1609</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.302</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.9728</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302850.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>555.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.7288</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2496</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.3654</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2787.7351</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2970.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73694.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>882.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3639.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>774.5707</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.90306271566078</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> |