=== 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-0053 --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-0053",
"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-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-03/func/sub-0053_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>67c2150274de9df17eb55ce2d16cef02</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>17:25:2.647500</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.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0814382</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>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>245.092</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5f5b2cdc-1b17-42ba-b941-ecb49046e6d5||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.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['172502.647500', '172503.107500', '172503.567500', '172504.027500', '172504.487500', '172504.947500', '172505.407500', '172505.867500', '172506.327500', '172506.787500', '172507.247500', '172507.707500', '172508.167500', '172508.627500', '172509.087500', '172509.547500', '172510.007500', '172510.467500', '172510.927500', '172511.387500', '172511.847500', '172512.307500', '172512.767500', '172513.227500', '172513.687500', '172514.147500', '172514.607500', '172515.067500', '172515.527500', '172515.987500', '172516.447500', '172516.907500', '172517.367500', '172517.827500', '172518.287500', '172518.747500', '172519.207500', '172519.667500', '172520.127500', '172520.587500', '172521.047500', '172521.507500', '172521.967500', '172522.427500', '172522.887500', '172523.347500', '172523.807500', '172524.267500', '172524.727500', '172525.187500', '172525.647500', '172526.107500', '172526.567500', '172527.027500', '172527.487500', '172527.947500', '172528.407500', '172528.867500', '172529.327500', '172529.787500', '172530.247500', '172530.707500', '172531.167500', '172531.627500', '172532.087500', '172532.547500', '172533.007500', '172533.467500', '172533.927500', '172534.387500', '172534.847500', '172535.307500', '172535.767500', '172536.227500', '172536.687500', '172537.147500', '172537.607500', '172538.067500', '172538.527500', '172538.987500', '172539.447500', '172539.907500', '172540.367500', '172540.827500', '172541.287500', '172541.747500', '172542.207500', '172542.667500', '172543.127500', '172543.587500', '172544.047500', '172544.507500', '172544.967500', '172545.427500', '172545.887500', '172546.347500', '172546.807500', '172547.267500', '172547.727500', '172548.187500', '172548.647500', '172549.107500', '172549.567500', '172550.027500', '172550.487500', '172550.947500', '172551.407500', '172551.867500', '172552.327500', '172552.787500', '172553.247500', '172553.707500', '172554.167500', '172554.627500', '172555.087500', '172555.547500', '172556.007500', '172556.467500', '172556.927500', '172557.387500', '172557.847500', '172558.307500', '172558.767500', '172559.227500', '172559.687500', '172600.147500', '172600.607500', '172601.067500', '172601.527500', '172601.987500', '172602.447500', '172602.907500', '172603.367500', '172603.827500', '172604.287500', '172604.747500', '172605.207500', '172605.667500', '172606.127500', '172606.587500', '172607.047500', '172607.507500', '172607.967500', '172608.427500', '172608.887500', '172609.347500', '172609.807500', '172610.267500', '172610.727500', '172611.187500', '172611.647500', '172612.107500', '172612.567500', '172613.027500', '172613.487500', '172613.947500', '172614.407500', '172614.867500', '172615.327500', '172615.787500', '172616.247500', '172616.707500', '172617.167500', '172617.627500', '172618.087500', '172618.547500', '172619.007500', '172619.467500', '172619.927500', '172620.387500', '172620.847500', '172621.307500', '172621.767500', '172622.227500', '172622.687500', '172623.147500', '172623.607500', '172624.067500', '172624.527500', '172624.987500', '172625.447500', '172625.907500', '172626.367500', '172626.827500', '172627.287500', '172627.747500', '172628.207500', '172628.667500', '172629.127500', '172629.587500', '172630.047500', '172630.507500', '172630.967500', '172631.427500', '172631.887500', '172632.347500', '172632.807500', '172633.267500', '172633.727500', '172634.187500', '172634.647500', '172635.107500', '172635.567500', '172636.027500', '172636.487500', '172636.947500', '172637.407500', '172637.867500', '172638.327500', '172638.787500', '172639.247500', '172639.707500', '172640.167500', '172640.627500', '172641.087500', '172641.547500', '172642.007500', '172642.467500', '172642.927500', '172643.387500', '172643.847500', '172644.307500', '172644.767500', '172645.227500', '172645.687500', '172646.147500', '172646.607500', '172647.067500', '172647.527500', '172647.987500', '172648.447500', '172648.907500', '172649.367500', '172649.827500', '172650.287500', '172650.747500', '172651.207500', '172651.667500', '172652.127500', '172652.587500', '172653.047500', '172653.507500', '172653.967500', '172654.427500', '172654.887500', '172655.347500', '172655.807500', '172656.267500', '172656.727500', '172657.187500', '172657.647500', '172658.107500', '172658.567500', '172659.027500', '172659.487500', '172659.947500', '172700.407500', '172700.867500', '172701.327500', '172701.787500', '172702.247500', '172702.707500', '172703.167500', '172703.627500', '172704.087500', '172704.547500', '172705.007500', '172705.467500', '172705.927500', '172706.387500', '172706.847500', '172707.307500', '172707.767500', '172708.227500', '172708.687500', '172709.147500', '172709.607500', '172710.067500', '172710.527500', '172710.987500', '172711.447500', '172711.907500', '172712.367500', '172712.827500', '172713.287500', '172713.747500', '172714.207500', '172714.667500', '172715.127500', '172715.587500', '172716.047500', '172716.507500', '172716.967500', '172717.427500', '172717.887500', '172718.347500', '172718.807500', '172719.267500', '172719.727500', '172720.187500', '172720.647500', '172721.107500', '172721.567500', '172722.027500', '172722.487500', '172722.947500', '172723.407500', '172723.867500', '172724.327500', '172724.787500', '172725.247500', '172725.707500', '172726.167500', '172726.627500', '172727.087500', '172727.547500', '172728.007500', '172728.467500', '172728.927500', '172729.387500', '172729.847500', '172730.307500', '172730.767500', '172731.227500', '172731.687500', '172732.147500', '172732.607500', '172733.067500', '172733.527500', '172733.987500', '172734.447500', '172734.907500', '172735.367500', '172735.827500', '172736.287500', '172736.747500', '172737.207500', '172737.667500', '172738.127500', '172738.587500', '172739.047500', '172739.507500', '172739.967500', '172740.427500', '172740.887500', '172741.347500', '172741.807500', '172742.267500', '172742.727500', '172743.187500', '172743.647500', '172744.107500', '172744.567500', '172745.027500', '172745.487500', '172745.947500', '172746.407500', '172746.867500', '172747.327500', '172747.787500', '172748.247500', '172748.707500', '172749.167500', '172749.627500', '172750.087500', '172750.547500', '172751.007500', '172751.467500', '172751.927500', '172752.387500', '172752.847500', '172753.307500', '172753.767500', '172754.227500', '172754.687500', '172755.147500', '172755.607500', '172756.067500', '172756.527500', '172756.987500', '172757.447500', '172757.907500', '172758.367500', '172758.827500', '172759.287500', '172759.747500', '172800.207500', '172800.667500', '172801.127500', '172801.587500', '172802.047500', '172802.507500', '172802.967500', '172803.427500', '172803.887500', '172804.347500', '172804.807500', '172805.267500', '172805.727500', '172806.187500', '172806.647500', '172807.107500', '172807.567500', '172808.027500', '172808.487500', '172808.947500', '172809.407500', '172809.867500', '172810.327500', '172810.787500', '172811.247500', '172811.707500', '172812.167500', '172812.627500', '172813.087500', '172813.547500', '172814.007500', '172814.467500', '172814.927500', '172815.387500', '172815.847500', '172816.307500', '172816.767500', '172817.227500', '172817.687500', '172818.147500', '172818.607500', '172819.067500', '172819.527500', '172819.987500', '172820.447500', '172820.907500', '172821.367500', '172821.827500', '172822.287500', '172822.747500', '172823.207500', '172823.667500', '172824.127500', '172824.587500', '172825.047500', '172825.507500', '172825.967500', '172826.427500', '172826.887500', '172827.347500', '172827.807500', '172828.267500', '172828.727500', '172829.187500', '172829.647500', '172830.107500', '172830.567500', '172831.027500', '172831.487500', '172831.947500', '172832.407500', '172832.867500', '172833.327500', '172833.787500', '172834.247500', '172834.707500', '172835.167500', '172835.627500', '172836.087500', '172836.547500', '172837.007500', '172837.467500', '172837.927500', '172838.387500', '172838.847500', '172839.307500', '172839.767500', '172840.227500', '172840.687500', '172841.147500', '172841.607500', '172842.067500', '172842.527500', '172842.987500', '172843.447500', '172843.907500', '172844.367500', '172844.827500', '172845.287500', '172845.747500', '172846.207500', '172846.667500', '172847.127500', '172847.587500', '172848.047500', '172848.507500', '172848.967500', '172849.427500', '172849.887500', '172850.347500', '172850.807500', '172851.267500', '172851.727500', '172852.187500', '172852.647500', '172853.107500', '172853.567500', '172854.027500', '172854.487500', '172854.947500', '172855.407500', '172855.867500', '172856.327500', '172856.787500', '172857.247500', '172857.707500', '172858.167500', '172858.627500', '172859.087500', '172859.547500', '172900.007500', '172900.467500', '172900.927500', '172901.387500', '172901.847500', '172902.307500', '172902.767500', '172903.227500', '172903.687500', '172904.147500', '172904.607500', '172905.067500', '172905.527500', '172905.987500', '172906.447500', '172906.907500', '172907.367500', '172907.827500', '172908.287500', '172908.747500', '172909.207500', '172909.667500', '172910.127500', '172910.587500', '172911.047500', '172911.507500', '172911.967500', '172912.427500', '172912.887500', '172913.347500', '172913.807500', '172914.267500', '172914.727500', '172915.187500', '172915.647500', '172916.107500', '172916.567500', '172917.027500', '172917.487500', '172917.947500', '172918.407500', '172918.867500', '172919.327500', '172919.787500', '172920.247500', '172920.707500', '172921.167500', '172921.627500', '172922.087500', '172922.547500', '172923.007500', '172923.467500', '172923.927500', '172924.387500', '172924.847500', '172925.307500', '172925.767500', '172926.227500', '172926.687500', '172927.147500', '172927.607500', '172928.067500', '172928.527500', '172928.987500', '172929.447500', '172929.907500', '172930.367500', '172930.827500', '172931.287500', '172931.747500', '172932.207500', '172932.667500', '172933.127500', '172933.587500', '172934.047500', '172934.507500', '172934.967500', '172935.427500', '172935.887500', '172936.347500', '172936.807500', '172937.267500', '172937.727500', '172938.187500', '172938.647500', '172939.107500', '172939.567500', '172940.027500', '172940.487500', '172940.947500', '172941.407500', '172941.867500', '172942.327500', '172942.787500', '172943.247500', '172943.707500', '172944.167500', '172944.627500', '172945.087500', '172945.547500', '172946.007500', '172946.467500', '172946.927500', '172947.387500', '172947.847500', '172948.307500', '172948.767500', '172949.227500', '172949.687500', '172950.147500', '172950.607500', '172951.067500', '172951.527500', '172951.987500', '172952.447500', '172952.907500', '172953.367500', '172953.827500', '172954.287500', '172954.747500', '172955.207500', '172955.667500', '172956.127500', '172956.587500', '172957.047500', '172957.507500', '172957.967500', '172958.427500', '172958.887500', '172959.347500', '172959.807500', '173000.267500', '173000.727500', '173001.187500', '173001.647500', '173002.107500', '173002.567500', '173003.027500', '173003.487500', '173003.947500', '173004.407500', '173004.867500', '173005.327500', '173005.787500', '173006.247500', '173006.707500', '173007.167500', '173007.627500', '173008.087500', '173008.547500', '173009.007500', '173009.467500', '173009.927500', '173010.387500', '173010.847500', '173011.307500', '173011.767500', '173012.227500', '173012.687500', '173013.147500', '173013.607500', '173014.067500', '173014.527500', '173014.987500', '173015.447500', '173015.907500', '173016.367500', '173016.827500', '173017.287500', '173017.747500', '173018.207500', '173018.667500', '173019.127500', '173019.587500', '173020.047500', '173020.507500', '173020.967500', '173021.427500', '173021.887500', '173022.347500', '173022.807500', '173023.267500', '173023.727500', '173024.187500', '173024.647500', '173025.107500', '173025.567500', '173026.027500', '173026.487500', '173026.947500', '173027.407500', '173027.867500', '173028.327500', '173028.787500', '173029.247500', '173029.707500', '173030.167500', '173030.627500', '173031.087500', '173031.547500', '173032.007500', '173032.467500', '173032.927500', '173033.387500', '173033.847500', '173034.307500', '173034.767500', '173035.227500', '173035.687500', '173036.147500', '173036.607500', '173037.067500', '173037.527500', '173037.987500', '173038.447500', '173038.907500', '173039.367500', '173039.827500', '173040.287500', '173040.747500', '173041.207500', '173041.667500', '173042.127500', '173042.587500', '173043.047500', '173043.507500', '173043.967500', '173044.427500', '173044.887500', '173045.347500', '173045.807500', '173046.267500', '173046.727500', '173047.187500', '173047.647500', '173048.107500', '173048.567500', '173049.027500', '173049.487500', '173049.947500', '173050.407500', '173050.867500', '173051.327500', '173051.787500', '173052.247500', '173052.707500', '173053.167500', '173053.627500', '173054.087500', '173054.547500', '173055.007500', '173055.467500', '173055.927500', '173056.387500', '173056.847500', '173057.307500', '173057.767500', '173058.227500', '173058.687500', '173059.147500', '173059.607500', '173100.067500', '173100.527500', '173100.987500', '173101.447500', '173101.907500', '173102.367500', '173102.827500', '173103.287500', '173103.747500', '173104.207500', '173104.667500', '173105.127500', '173105.587500', '173106.047500', '173106.507500', '173106.967500', '173107.427500', '173107.887500', '173108.347500', '173108.807500', '173109.267500', '173109.727500', '173110.187500', '173110.647500', '173111.107500', '173111.567500', '173112.027500', '173112.487500', '173112.947500', '173113.407500', '173113.867500', '173114.327500', '173114.787500', '173115.247500', '173115.707500', '173116.167500', '173116.627500', '173117.087500', '173117.547500', '173118.007500', '173118.467500', '173118.927500', '173119.387500', '173119.847500', '173120.307500', '173120.767500', '173121.227500', '173121.687500', '173122.147500', '173122.607500', '173123.067500', '173123.527500', '173123.987500', '173124.447500', '173124.907500', '173125.367500', '173125.827500', '173126.287500', '173126.747500', '173127.207500', '173127.667500', '173128.127500', '173128.587500', '173129.047500', '173129.507500', '173129.967500', '173130.427500', '173130.887500', '173131.347500', '173131.807500', '173132.267500', '173132.727500', '173133.187500', '173133.647500', '173134.107500', '173134.567500', '173135.027500', '173135.487500', '173135.947500', '173136.407500', '173136.867500', '173137.327500', '173137.787500', '173138.247500', '173138.707500', '173139.167500', '173139.627500', '173140.087500', '173140.547500', '173141.007500', '173141.467500', '173141.927500', '173142.387500', '173142.847500', '173143.307500', '173143.767500', '173144.227500', '173144.687500', '173145.147500', '173145.607500', '173146.067500', '173146.527500', '173146.987500', '173147.447500', '173147.907500', '173148.367500', '173148.827500', '173149.287500', '173149.747500', '173150.207500', '173150.667500', '173151.127500', '173151.587500', '173152.047500', '173152.507500', '173152.967500', '173153.427500', '173153.887500', '173154.347500', '173154.807500', '173155.267500', '173155.727500', '173156.187500', '173156.647500', '173157.107500', '173157.567500', '173158.027500', '173158.487500', '173158.947500', '173159.407500', '173159.867500', '173200.327500', '173200.787500', '173201.247500', '173201.707500', '173202.167500', '173202.627500', '173203.087500', '173203.547500', '173204.007500', '173204.467500', '173204.927500', '173205.387500', '173205.847500', '173206.307500', '173206.767500', '173207.227500', '173207.687500', '173208.147500', '173208.607500', '173209.067500', '173209.527500', '173209.987500', '173210.447500', '173210.907500', '173211.367500', '173211.827500', '173212.287500', '173212.747500', '173213.207500', '173213.667500', '173214.127500', '173214.587500', '173215.047500', '173215.507500', '173215.967500', '173216.427500', '173216.887500', '173217.347500', '173217.807500', '173218.267500', '173218.727500', '173219.187500', '173219.647500', '173220.107500', '173220.567500', '173221.027500', '173221.487500', '173221.947500', '173222.407500', '173222.867500', '173223.327500', '173223.787500', '173224.247500', '173224.707500', '173225.167500', '173225.627500', '173226.087500', '173226.547500', '173227.007500', '173227.467500', '173227.927500', '173228.387500', '173228.847500', '173229.307500', '173229.767500', '173230.227500', '173230.687500', '173231.147500', '173231.607500', '173232.067500', '173232.527500', '173232.987500', '173233.447500', '173233.907500', '173234.367500', '173234.827500', '173235.287500', '173235.747500', '173236.207500', '173236.667500', '173237.127500', '173237.587500', '173238.047500', '173238.507500', '173238.967500', '173239.427500', '173239.887500', '173240.347500', '173240.807500', '173241.267500', '173241.727500', '173242.187500', '173242.647500', '173243.107500', '173243.567500', '173244.027500', '173244.487500', '173244.947500', '173245.407500', '173245.867500', '173246.327500', '173246.787500', '173247.247500', '173247.707500', '173248.167500', '173248.627500', '173249.087500', '173249.547500', '173250.007500', '173250.467500', '173250.927500', '173251.387500', '173251.847500', '173252.307500', '173252.767500', '173253.227500', '173253.687500', '173254.147500', '173254.607500', '173255.067500', '173255.527500', '173255.987500', '173256.447500', '173256.907500', '173257.367500', '173257.827500', '173258.287500', '173258.747500', '173259.207500', '173259.667500', '173300.127500', '173300.587500', '173301.047500', '173301.507500', '173301.967500', '173302.427500', '173302.887500', '173303.347500', '173303.807500', '173304.267500', '173304.727500', '173305.187500', '173305.647500', '173306.107500', '173306.567500', '173307.027500', '173307.487500', '173307.947500', '173308.407500', '173308.867500', '173309.327500', '173309.787500', '173310.247500', '173310.707500', '173311.167500', '173311.627500', '173312.087500', '173312.547500', '173313.007500', '173313.467500', '173313.927500', '173314.387500', '173314.847500', '173315.307500', '173315.767500', '173316.227500', '173316.687500', '173317.147500', '173317.607500', '173318.067500', '173318.527500', '173318.987500', '173319.447500', '173319.907500', '173320.367500', '173320.827500', '173321.287500', '173321.747500', '173322.207500', '173322.667500', '173323.127500', '173323.587500', '173324.047500', '173324.507500', '173324.967500', '173325.427500', '173325.887500', '173326.347500', '173326.807500', '173327.267500', '173327.727500', '173328.187500', '173328.647500', '173329.107500', '173329.567500', '173330.027500', '173330.487500', '173330.947500', '173331.407500', '173331.867500', '173332.327500', '173332.787500', '173333.247500', '173333.707500', '173334.167500', '173334.627500', '173335.087500', '173335.547500', '173336.007500', '173336.467500', '173336.927500', '173337.387500', '173337.847500', '173338.307500', '173338.767500', '173339.227500', '173339.687500', '173340.147500', '173340.607500', '173341.067500', '173341.527500', '173341.987500', '173342.447500', '173342.907500', '173343.367500', '173343.827500', '173344.287500', '173344.747500', '173345.207500', '173345.667500', '173346.127500', '173346.587500', '173347.047500', '173347.507500', '173347.967500', '173348.427500', '173348.887500', '173349.347500', '173349.807500', '173350.267500', '173350.727500', '173351.187500', '173351.647500', '173352.107500', '173352.567500', '173353.027500', '173353.487500', '173353.947500', '173354.407500', '173354.867500', '173355.327500', '173355.787500', '173356.247500', '173356.707500', '173357.167500', '173357.627500', '173358.087500', '173358.547500', '173359.007500', '173359.467500', '173359.927500', '173400.387500', '173400.847500', '173401.307500', '173401.767500', '173402.227500', '173402.687500', '173403.147500', '173403.607500', '173404.067500', '173404.527500', '173404.987500', '173405.447500', '173405.907500', '173406.367500', '173406.827500', '173407.287500', '173407.747500', '173408.207500', '173408.667500', '173409.127500', '173409.587500', '173410.047500', '173410.507500', '173410.967500', '173411.427500', '173411.887500', '173412.347500', '173412.807500', '173413.267500', '173413.727500', '173414.187500', '173414.647500', '173415.107500', '173415.567500', '173416.027500', '173416.487500', '173416.947500', '173417.407500', '173417.867500', '173418.327500', '173418.787500', '173419.247500', '173419.707500', '173420.167500', '173420.627500', '173421.087500', '173421.547500', '173422.007500', '173422.467500', '173422.927500', '173423.387500', '173423.847500', '173424.307500', '173424.767500', '173425.227500', '173425.687500', '173426.147500', '173426.607500', '173427.067500', '173427.527500', '173427.987500', '173428.447500', '173428.907500', '173429.367500', '173429.827500', '173430.287500', '173430.747500', '173431.207500', '173431.667500', '173432.127500', '173432.587500', '173433.047500', '173433.507500', '173433.967500', '173434.427500', '173434.887500', '173435.347500', '173435.807500', '173436.267500', '173436.727500', '173437.187500', '173437.647500', '173438.107500', '173438.567500', '173439.027500', '173439.487500', '173439.947500', '173440.407500', '173440.867500', '173441.327500', '173441.787500', '173442.247500', '173442.707500', '173443.167500', '173443.627500', '173444.087500', '173444.547500', '173445.007500', '173445.467500', '173445.927500', '173446.387500', '173446.847500', '173447.307500', '173447.767500', '173448.227500', '173448.687500', '173449.147500', '173449.607500', '173450.067500', '173450.527500', '173450.987500', '173451.447500', '173451.907500', '173452.367500', '173452.827500', '173453.287500', '173453.747500', '173454.207500', '173454.667500', '173455.127500', '173455.587500', '173456.047500', '173456.507500', '173456.967500', '173457.427500', '173457.887500', '173458.347500', '173458.807500', '173459.267500', '173459.727500', '173500.187500', '173500.647500', '173501.107500', '173501.567500', '173502.027500', '173502.487500', '173502.947500', '173503.407500', '173503.867500', '173504.327500', '173504.787500', '173505.247500', '173505.707500', '173506.167500', '173506.627500', '173507.087500', '173507.547500', '173508.007500', '173508.467500', '173508.927500', '173509.387500', '173509.847500', '173510.307500', '173510.767500', '173511.227500', '173511.687500', '173512.147500', '173512.607500', '173513.067500', '173513.527500', '173513.987500', '173514.447500', '173514.907500', '173515.367500', '173515.827500', '173516.287500', '173516.747500', '173517.207500', '173517.667500', '173518.127500', '173518.587500', '173519.047500', '173519.507500', '173519.967500', '173520.427500', '173520.887500', '173521.347500', '173521.807500', '173522.267500', '173522.727500', '173523.187500', '173523.647500', '173524.107500', '173524.567500', '173525.027500', '173525.487500', '173525.947500', '173526.407500', '173526.867500', '173527.327500', '173527.787500', '173528.247500', '173528.707500', '173529.167500', '173529.627500', '173530.087500', '173530.547500', '173531.007500', '173531.467500', '173531.927500', '173532.387500', '173532.847500', '173533.307500', '173533.767500', '173534.227500', '173534.687500', '173535.147500', '173535.607500', '173536.067500', '173536.527500', '173536.987500', '173537.447500', '173537.907500', '173538.367500', '173538.827500', '173539.287500', '173539.747500', '173540.207500', '173540.667500', '173541.127500', '173541.587500', '173542.047500', '173542.507500', '173542.967500', '173543.427500', '173543.887500', '173544.347500', '173544.807500', '173545.267500', '173545.727500', '173546.187500', '173546.647500', '173547.107500', '173547.567500', '173548.027500', '173548.487500', '173548.947500', '173549.407500', '173549.867500', '173550.327500', '173550.787500', '173551.247500', '173551.707500', '173552.167500', '173552.627500', '173553.087500', '173553.547500', '173554.007500', '173554.467500', '173554.927500', '173555.387500', '173555.847500', '173556.307500', '173556.767500', '173557.227500', '173557.687500', '173558.147500', '173558.607500', '173559.067500', '173559.527500', '173559.987500', '173600.447500', '173600.907500', '173601.367500', '173601.827500', '173602.287500', '173602.747500', '173603.207500', '173603.667500', '173604.127500', '173604.587500', '173605.047500', '173605.507500', '173605.967500', '173606.427500', '173606.887500', '173607.347500', '173607.807500', '173608.267500', '173608.727500', '173609.187500', '173609.647500', '173610.107500', '173610.567500', '173611.027500', '173611.487500', '173611.947500', '173612.407500', '173612.867500', '173613.327500', '173613.787500', '173614.247500', '173614.707500', '173615.167500', '173615.627500', '173616.087500', '173616.547500', '173617.007500', '173617.467500', '173617.927500', '173618.387500', '173618.847500', '173619.307500', '173619.767500', '173620.227500', '173620.687500', '173621.147500', '173621.607500', '173622.067500', '173622.527500', '173622.987500', '173623.447500', '173623.907500', '173624.367500', '173624.827500', '173625.287500', '173625.747500', '173626.207500', '173626.667500', '173627.127500', '173627.587500', '173628.047500', '173628.507500', '173628.967500', '173629.427500', '173629.887500', '173630.347500', '173630.807500', '173631.267500', '173631.727500', '173632.187500', '173632.647500', '173633.107500', '173633.567500', '173634.027500', '173634.487500', '173634.947500', '173635.407500', '173635.867500', '173636.327500', '173636.787500', '173637.247500', '173637.707500', '173638.167500', '173638.627500', '173639.087500', '173639.547500', '173640.007500', '173640.467500', '173640.927500', '173641.387500', '173641.847500', '173642.307500', '173642.767500', '173643.227500', '173643.687500', '173644.147500', '173644.607500', '173645.067500', '173645.527500', '173645.987500', '173646.447500', '173646.907500', '173647.367500', '173647.827500', '173648.287500', '173648.747500', '173649.207500', '173649.667500', '173650.127500', '173650.587500', '173651.047500', '173651.507500', '173651.967500', '173652.427500', '173652.887500', '173653.347500', '173653.807500', '173654.267500', '173654.727500', '173655.187500', '173655.647500', '173656.107500', '173656.567500', '173657.027500', '173657.487500', '173657.947500', '173658.407500', '173658.867500', '173659.327500', '173659.787500', '173700.247500', '173700.707500', '173701.167500', '173701.627500', '173702.087500', '173702.547500', '173703.007500', '173703.467500', '173703.927500', '173704.387500', '173704.847500', '173705.307500', '173705.767500', '173706.227500', '173706.687500', '173707.147500', '173707.607500', '173708.067500', '173708.527500', '173708.987500', '173709.447500', '173709.907500', '173710.367500', '173710.827500', '173711.287500', '173711.747500', '173712.207500', '173712.667500', '173713.127500', '173713.587500', '173714.047500', '173714.507500', '173714.967500', '173715.427500', '173715.887500', '173716.347500', '173716.807500', '173717.267500', '173717.727500', '173718.187500', '173718.647500', '173719.107500', '173719.567500', '173720.027500', '173720.487500', '173720.947500', '173721.407500', '173721.867500', '173722.327500', '173722.787500', '173723.247500', '173723.707500', '173724.167500', '173724.627500', '173725.087500', '173725.547500', '173726.007500', '173726.467500', '173726.927500', '173727.387500', '173727.847500', '173728.307500', '173728.767500', '173729.227500', '173729.687500', '173730.147500', '173730.607500', '173731.067500', '173731.527500', '173731.987500', '173732.447500', '173732.907500', '173733.367500', '173733.827500', '173734.287500', '173734.747500', '173735.207500', '173735.667500', '173736.127500', '173736.587500'], 'ContentTime': ['172518.015000', '172518.018000', '172518.020000', '172518.023000', '172518.026000', '172518.028000', '172518.031000', '172518.033000', '172518.036000', '172518.038000', '172518.041000', '172518.044000', '172518.046000', '172518.049000', '172518.060000', '172518.063000', '172518.065000', '172518.068000', '172518.070000', '172518.073000', '172518.076000', '172518.078000', '172518.081000', '172518.083000', '172518.086000', '172518.088000', '172518.091000', '172518.094000', '172518.096000', '172518.099000', '172518.101000', '172518.104000', '172537.954000', '172537.957000', '172537.960000', '172537.962000', '172537.965000', '172537.968000', '172537.970000', '172537.973000', '172537.975000', '172537.978000', '172537.981000', '172537.983000', '172537.986000', '172537.989000', '172537.991000', '172537.994000', '172537.996000', '172537.999000', '172538.001000', '172538.004000', '172538.007000', '172538.009000', '172538.012000', '172538.014000', '172538.017000', '172538.019000', '172538.022000', '172538.024000', '172538.037000', '172538.040000', '172538.043000', '172538.046000', '172538.049000', '172538.052000', '172538.054000', '172538.057000', '172538.059000', '172538.062000', '172538.064000', '172538.067000', '172538.069000', '172538.072000', '172538.075000', '172557.954000', '172557.957000', '172557.960000', '172557.962000', '172557.965000', '172557.968000', '172557.970000', '172557.973000', '172557.975000', '172557.978000', '172557.981000', '172557.989000', '172557.991000', '172557.994000', '172557.997000', '172557.999000', '172558.002000', '172558.004000', '172558.007000', '172558.010000', '172558.012000', '172558.015000', '172558.017000', '172558.020000', '172558.022000', '172558.025000', '172558.028000', '172558.030000', '172558.033000', '172558.035000', '172558.038000', '172558.040000', '172558.043000', '172558.046000', '172558.048000', '172558.051000', '172558.053000', '172558.056000', '172558.058000', '172558.061000', '172558.064000', '172558.066000', '172558.069000', '172558.071000', '172617.955000', '172617.958000', '172617.961000', '172617.964000', '172617.966000', '172617.969000', '172617.971000', '172617.974000', '172617.977000', '172617.979000', '172617.982000', '172617.984000', '172617.987000', '172617.990000', '172617.992000', '172617.995000', '172617.997000', '172618.000000', '172618.003000', '172618.005000', '172618.008000', '172618.010000', '172618.013000', '172618.016000', '172618.018000', '172618.021000', '172618.023000', '172618.026000', '172618.028000', '172618.031000', '172618.034000', '172618.036000', '172618.039000', '172618.041000', '172618.044000', '172618.047000', '172618.049000', '172618.052000', '172618.054000', '172618.057000', '172618.060000', '172618.062000', '172618.065000', '172637.956000', '172637.959000', '172637.961000', '172637.964000', '172637.967000', '172637.969000', '172637.972000', '172637.983000', '172637.986000', '172637.989000', '172637.991000', '172637.994000', '172637.996000', '172638.000000', '172638.002000', '172638.005000', '172638.008000', '172638.010000', '172638.013000', '172638.015000', '172638.018000', '172638.020000', '172638.023000', '172638.026000', '172638.028000', '172638.031000', '172638.033000', '172638.036000', '172638.038000', '172638.041000', '172638.044000', '172638.046000', '172638.049000', '172638.051000', '172638.054000', '172638.057000', '172638.059000', '172638.062000', '172638.064000', '172638.067000', '172638.070000', '172638.072000', '172638.075000', '172638.077000', '172657.956000', '172657.958000', '172657.961000', '172657.964000', '172657.966000', '172657.969000', '172657.972000', '172657.974000', '172657.977000', '172657.979000', '172657.982000', '172657.985000', '172657.987000', '172657.990000', '172657.992000', '172657.995000', '172657.998000', '172658.001000', '172658.004000', '172658.006000', '172658.009000', '172658.012000', '172658.014000', '172658.017000', '172658.019000', '172658.022000', '172658.025000', '172658.027000', '172658.030000', '172658.032000', '172658.035000', '172658.038000', '172658.040000', '172658.043000', '172658.045000', '172658.048000', '172658.051000', '172658.053000', '172658.056000', '172658.058000', '172658.061000', '172658.063000', '172658.066000', '172717.954000', '172717.957000', '172717.960000', '172717.962000', '172717.965000', '172717.968000', '172717.970000', '172717.973000', '172717.975000', '172717.978000', '172717.981000', '172717.983000', '172717.986000', '172717.989000', '172717.991000', '172717.994000', '172717.996000', '172717.999000', '172718.001000', '172718.004000', '172718.007000', '172718.010000', '172718.013000', '172718.016000', '172718.018000', '172718.021000', '172718.023000', '172718.026000', '172718.029000', '172718.031000', '172718.034000', '172718.036000', '172718.039000', '172718.041000', '172718.044000', '172718.047000', '172718.049000', '172718.052000', '172718.055000', '172718.057000', '172718.060000', '172718.062000', '172718.065000', '172737.954000', '172737.957000', '172737.960000', '172737.962000', '172737.965000', '172737.967000', '172737.970000', '172737.973000', '172737.975000', '172737.978000', '172737.980000', '172737.983000', '172737.986000', '172737.988000', '172737.991000', '172737.993000', '172737.996000', '172737.998000', '172738.002000', '172738.005000', '172738.007000', '172738.010000', '172738.012000', '172738.015000', '172738.018000', '172738.020000', '172738.023000', '172738.026000', '172738.028000', '172738.031000', '172738.033000', '172738.036000', '172738.039000', '172738.041000', '172738.044000', '172738.046000', '172738.049000', '172738.052000', '172738.054000', '172738.057000', '172738.059000', '172738.062000', '172738.064000', '172738.067000', '172757.954000', '172757.957000', '172757.960000', '172757.963000', '172757.965000', '172757.968000', '172757.970000', '172757.973000', '172757.976000', '172757.978000', '172757.981000', '172757.983000', '172757.986000', '172757.988000', '172757.991000', '172757.994000', '172757.996000', '172758.000000', '172758.002000', '172758.005000', '172758.008000', '172758.010000', '172758.013000', '172758.015000', '172758.018000', '172758.021000', '172758.023000', '172758.026000', '172758.028000', '172758.031000', '172758.034000', '172758.036000', '172758.039000', '172758.042000', '172758.044000', '172758.047000', '172758.049000', '172758.052000', '172758.054000', '172758.057000', '172758.059000', '172758.062000', '172758.065000', '172758.067000', '172817.954000', '172817.957000', '172817.960000', '172817.963000', '172817.965000', '172817.968000', '172817.970000', '172817.973000', '172817.976000', '172817.978000', '172817.981000', '172817.984000', '172817.986000', '172817.989000', '172817.991000', '172817.994000', '172817.997000', '172818.000000', '172818.003000', '172818.005000', '172818.008000', '172818.011000', '172818.013000', '172818.016000', '172818.018000', '172818.021000', '172818.024000', '172818.026000', '172818.029000', '172818.031000', '172818.034000', '172818.037000', '172818.039000', '172818.042000', '172818.045000', '172818.047000', '172818.050000', '172818.052000', '172818.055000', '172818.058000', '172818.060000', '172818.063000', '172818.065000', '172837.956000', '172837.959000', '172837.961000', '172837.964000', '172837.967000', '172837.969000', '172837.972000', '172837.974000', '172837.977000', '172837.980000', '172837.982000', '172837.985000', '172837.987000', '172837.990000', '172837.992000', '172837.995000', '172837.998000', '172838.001000', '172838.004000', '172838.007000', '172838.009000', '172838.012000', '172838.014000', '172838.017000', '172838.019000', '172838.022000', '172838.025000', '172838.027000', '172838.030000', '172838.032000', '172838.035000', '172838.038000', '172838.040000', '172838.043000', '172838.046000', '172838.048000', '172838.051000', '172838.053000', '172838.056000', '172838.058000', '172838.061000', '172838.064000', '172838.066000', '172838.069000', '172857.956000', '172857.959000', '172857.961000', '172857.964000', '172857.966000', '172857.969000', '172857.972000', '172857.974000', '172857.977000', '172857.979000', '172857.982000', '172857.984000', '172857.987000', '172857.990000', '172857.992000', '172857.995000', '172857.998000', '172858.000000', '172858.003000', '172858.006000', '172858.008000', '172858.011000', '172858.013000', '172858.016000', '172858.019000', '172858.021000', '172858.024000', '172858.026000', '172858.029000', '172858.032000', '172858.034000', '172858.037000', '172858.040000', '172858.042000', '172858.045000', '172858.047000', '172858.050000', '172858.052000', '172858.055000', '172858.058000', '172858.060000', '172858.063000', '172858.065000', '172917.956000', '172917.959000', '172917.961000', '172917.964000', '172917.966000', '172917.969000', '172917.972000', '172917.974000', '172917.977000', '172917.979000', '172917.983000', '172917.986000', '172917.989000', '172917.991000', '172917.994000', '172917.997000', '172918.000000', '172918.003000', '172918.006000', '172918.008000', '172918.011000', '172918.013000', '172918.016000', '172918.018000', '172918.021000', '172918.024000', '172918.026000', '172918.029000', '172918.031000', '172918.034000', '172918.037000', '172918.040000', '172918.042000', '172918.045000', '172918.047000', '172918.050000', '172918.052000', '172918.055000', '172918.058000', '172918.060000', '172918.063000', '172918.065000', '172918.068000', '172918.071000', '172937.954000', '172937.957000', '172937.960000', '172937.962000', '172937.965000', '172937.967000', '172937.970000', '172937.973000', '172937.975000', '172937.978000', '172937.980000', '172937.983000', '172937.986000', '172937.988000', '172937.991000', '172937.993000', '172937.996000', '172938.000000', '172938.002000', '172938.005000', '172938.007000', '172938.010000', '172938.012000', '172938.015000', '172938.018000', '172938.020000', '172938.023000', '172938.036000', '172938.038000', '172938.041000', '172938.043000', '172938.046000', '172938.049000', '172938.051000', '172938.054000', '172938.056000', '172938.059000', '172938.062000', '172938.064000', '172938.067000', '172938.069000', '172938.072000', '172938.075000', '172957.955000', '172957.958000', '172957.960000', '172957.963000', '172957.966000', '172957.968000', '172957.971000', '172957.973000', '172957.976000', '172957.979000', '172957.981000', '172957.984000', '172957.986000', '172957.989000', '172957.992000', '172957.994000', '172957.997000', '172958.000000', '172958.003000', '172958.006000', '172958.008000', '172958.011000', '172958.013000', '172958.016000', '172958.019000', '172958.021000', '172958.024000', '172958.027000', '172958.029000', '172958.032000', '172958.035000', '172958.037000', '172958.040000', '172958.043000', '172958.045000', '172958.048000', '172958.050000', '172958.053000', '172958.056000', '172958.058000', '172958.061000', '172958.063000', '172958.066000', '173017.954000', '173017.957000', '173017.960000', '173017.962000', '173017.965000', '173017.968000', '173017.970000', '173017.973000', '173017.976000', '173017.978000', '173017.981000', '173017.983000', '173017.986000', '173017.989000', '173017.991000', '173017.994000', '173017.997000', '173018.000000', '173018.003000', '173018.005000', '173018.008000', '173018.011000', '173018.013000', '173018.016000', '173018.019000', '173018.021000', '173018.024000', '173018.026000', '173018.029000', '173018.031000', '173018.034000', '173018.037000', '173018.039000', '173018.042000', '173018.044000', '173018.047000', '173018.049000', '173018.052000', '173018.055000', '173018.057000', '173018.060000', '173018.063000', '173018.065000', '173018.068000', '173037.955000', '173037.958000', '173037.960000', '173037.963000', '173037.965000', '173037.968000', '173037.971000', '173037.973000', '173037.976000', '173037.978000', '173037.981000', '173037.984000', '173037.986000', '173037.989000', '173037.991000', '173037.994000', '173037.997000', '173038.000000', '173038.003000', '173038.006000', '173038.009000', '173038.011000', '173038.014000', '173038.017000', '173038.019000', '173038.022000', '173038.025000', '173038.027000', '173038.031000', '173038.034000', '173038.036000', '173038.039000', '173038.042000', '173038.044000', '173038.047000', '173038.049000', '173038.052000', '173038.054000', '173038.057000', '173038.060000', '173038.062000', '173038.065000', '173038.067000', '173057.956000', '173057.959000', '173057.961000', '173057.964000', '173057.966000', '173057.969000', '173057.971000', '173057.974000', '173057.976000', '173057.979000', '173057.982000', '173057.984000', '173057.987000', '173057.989000', '173057.992000', '173057.995000', '173057.997000', '173058.001000', '173058.003000', '173058.006000', '173058.008000', '173058.011000', '173058.014000', '173058.016000', '173058.019000', '173058.022000', '173058.024000', '173058.027000', '173058.029000', '173058.032000', '173058.034000', '173058.037000', '173058.039000', '173058.042000', '173058.045000', '173058.047000', '173058.050000', '173058.052000', '173058.055000', '173058.092000', '173058.095000', '173058.097000', '173058.100000', '173058.102000', '173117.956000', '173117.959000', '173117.961000', '173117.964000', '173117.966000', '173117.969000', '173117.972000', '173117.974000', '173117.977000', '173117.979000', '173117.982000', '173117.985000', '173117.988000', '173117.991000', '173117.994000', '173117.997000', '173118.000000', '173118.003000', '173118.006000', '173118.008000', '173118.011000', '173118.013000', '173118.016000', '173118.019000', '173118.021000', '173118.024000', '173118.027000', '173118.029000', '173118.032000', '173118.034000', '173118.037000', '173118.040000', '173118.042000', '173118.045000', '173118.047000', '173118.050000', '173118.053000', '173118.055000', '173118.058000', '173118.060000', '173118.063000', '173118.066000', '173118.068000', '173137.956000', '173137.958000', '173137.961000', '173137.964000', '173137.966000', '173137.969000', '173137.971000', '173137.974000', '173137.977000', '173137.979000', '173137.982000', '173137.984000', '173137.987000', '173137.989000', '173137.992000', '173137.995000', '173137.997000', '173138.001000', '173138.003000', '173138.006000', '173138.009000', '173138.011000', '173138.014000', '173138.016000', '173138.019000', '173138.021000', '173138.024000', '173138.027000', '173138.029000', '173138.032000', '173138.034000', '173138.037000', '173138.039000', '173138.042000', '173138.045000', '173138.047000', '173138.050000', '173138.052000', '173138.055000', '173138.058000', '173138.060000', '173138.063000', '173138.066000', '173138.068000', '173157.955000', '173157.957000', '173157.960000', '173157.963000', '173157.965000', '173157.968000', '173157.970000', '173157.973000', '173157.976000', '173157.978000', '173157.981000', '173157.983000', '173157.986000', '173157.988000', '173157.991000', '173157.994000', '173157.996000', '173157.999000', '173158.002000', '173158.005000', '173158.008000', '173158.011000', '173158.014000', '173158.016000', '173158.019000', '173158.021000', '173158.024000', '173158.027000', '173158.029000', '173158.032000', '173158.034000', '173158.037000', '173158.040000', '173158.042000', '173158.045000', '173158.047000', '173158.050000', '173158.053000', '173158.055000', '173158.058000', '173158.062000', '173158.065000', '173158.072000', '173217.955000', '173217.957000', '173217.960000', '173217.963000', '173217.965000', '173217.968000', '173217.971000', '173217.973000', '173217.976000', '173217.978000', '173217.981000', '173217.984000', '173217.986000', '173217.989000', '173217.991000', '173217.994000', '173217.997000', '173218.000000', '173218.003000', '173218.006000', '173218.008000', '173218.011000', '173218.014000', '173218.017000', '173218.019000', '173218.022000', '173218.024000', '173218.027000', '173218.030000', '173218.032000', '173218.035000', '173218.038000', '173218.040000', '173218.043000', '173218.045000', '173218.048000', '173218.051000', '173218.053000', '173218.056000', '173218.059000', '173218.061000', '173218.064000', '173218.066000', '173218.069000', '173237.955000', '173237.958000', '173237.960000', '173237.963000', '173237.966000', '173237.968000', '173237.971000', '173237.973000', '173237.976000', '173237.979000', '173237.981000', '173237.984000', '173237.987000', '173237.990000', '173237.992000', '173237.995000', '173237.998000', '173238.001000', '173238.004000', '173238.007000', '173238.009000', '173238.012000', '173238.014000', '173238.017000', '173238.020000', '173238.022000', '173238.025000', '173238.027000', '173238.030000', '173238.033000', '173238.035000', '173238.038000', '173238.041000', '173238.043000', '173238.046000', '173238.049000', '173238.051000', '173238.054000', '173238.056000', '173238.059000', '173238.061000', '173238.064000', '173238.067000', '173257.955000', '173257.958000', '173257.960000', '173257.963000', '173257.965000', '173257.968000', '173257.971000', '173257.973000', '173257.976000', '173257.978000', '173257.981000', '173257.984000', '173257.986000', '173257.989000', '173257.991000', '173257.994000', '173257.997000', '173257.999000', '173258.002000', '173258.004000', '173258.007000', '173258.010000', '173258.012000', '173258.015000', '173258.017000', '173258.020000', '173258.023000', '173258.025000', '173258.028000', '173258.031000', '173258.033000', '173258.036000', '173258.038000', '173258.041000', '173258.044000', '173258.046000', '173258.049000', '173258.052000', '173258.054000', '173258.057000', '173258.059000', '173258.062000', '173258.065000', '173258.067000', '173317.956000', '173317.959000', '173317.961000', '173317.964000', '173317.967000', '173317.969000', '173317.972000', '173317.975000', '173317.977000', '173317.980000', '173317.982000', '173317.985000', '173317.988000', '173317.990000', '173317.993000', '173317.995000', '173317.998000', '173318.002000', '173318.004000', '173318.007000', '173318.010000', '173318.012000', '173318.015000', '173318.017000', '173318.020000', '173318.023000', '173318.025000', '173318.028000', '173318.030000', '173318.033000', '173318.036000', '173318.038000', '173318.041000', '173318.044000', '173318.046000', '173318.049000', '173318.062000', '173318.064000', '173318.067000', '173318.069000', '173318.072000', '173318.074000', '173318.077000', '173337.956000', '173337.958000', '173337.961000', '173337.964000', '173337.966000', '173337.969000', '173337.972000', '173337.974000', '173337.977000', '173337.979000', '173337.982000', '173337.984000', '173337.987000', '173337.990000', '173337.992000', '173337.995000', '173337.997000', '173338.000000', '173338.003000', '173338.005000', '173338.008000', '173338.010000', '173338.013000', '173338.016000', '173338.018000', '173338.021000', '173338.023000', '173338.026000', '173338.028000', '173338.031000', '173338.034000', '173338.036000', '173338.039000', '173338.041000', '173338.044000', '173338.047000', '173338.049000', '173338.052000', '173338.054000', '173338.057000', '173338.059000', '173338.062000', '173338.065000', '173338.067000', '173357.956000', '173357.959000', '173357.961000', '173357.964000', '173357.967000', '173357.969000', '173357.972000', '173357.974000', '173357.977000', '173357.979000', '173357.982000', '173357.985000', '173357.987000', '173357.990000', '173357.992000', '173357.995000', '173357.998000', '173358.001000', '173358.004000', '173358.006000', '173358.009000', '173358.011000', '173358.014000', '173358.017000', '173358.019000', '173358.022000', '173358.024000', '173358.027000', '173358.030000', '173358.032000', '173358.035000', '173358.038000', '173358.040000', '173358.043000', '173358.045000', '173358.048000', '173358.050000', '173358.053000', '173358.056000', '173358.058000', '173358.061000', '173358.063000', '173358.066000', '173417.955000', '173417.958000', '173417.960000', '173417.963000', '173417.966000', '173417.968000', '173417.971000', '173417.974000', '173417.976000', '173417.979000', '173417.981000', '173417.984000', '173417.987000', '173417.989000', '173417.992000', '173417.994000', '173417.997000', '173418.000000', '173418.002000', '173418.005000', '173418.008000', '173418.010000', '173418.013000', '173418.015000', '173418.018000', '173418.021000', '173418.023000', '173418.026000', '173418.029000', '173418.031000', '173418.034000', '173418.037000', '173418.039000', '173418.042000', '173418.044000', '173418.047000', '173418.050000', '173418.052000', '173418.055000', '173418.057000', '173418.060000', '173418.063000', '173418.065000', '173418.068000', '173437.955000', '173437.958000', '173437.960000', '173437.963000', '173437.965000', '173437.968000', '173437.971000', '173437.973000', '173437.976000', '173437.979000', '173437.981000', '173437.984000', '173437.986000', '173437.989000', '173437.992000', '173437.994000', '173437.997000', '173437.999000', '173438.002000', '173438.005000', '173438.007000', '173438.010000', '173438.013000', '173438.016000', '173438.018000', '173438.021000', '173438.024000', '173438.026000', '173438.029000', '173438.032000', '173438.034000', '173438.037000', '173438.039000', '173438.042000', '173438.044000', '173438.047000', '173438.050000', '173438.052000', '173438.055000', '173438.058000', '173438.060000', '173438.063000', '173438.065000', '173457.955000', '173457.957000', '173457.960000', '173457.963000', '173457.965000', '173457.968000', '173457.971000', '173457.973000', '173457.976000', '173457.978000', '173457.981000', '173457.984000', '173457.986000', '173457.989000', '173457.991000', '173457.994000', '173457.997000', '173458.000000', '173458.003000', '173458.005000', '173458.008000', '173458.010000', '173458.013000', '173458.016000', '173458.018000', '173458.021000', '173458.023000', '173458.026000', '173458.060000', '173458.062000', '173458.065000', '173458.067000', '173458.070000', '173458.073000', '173458.075000', '173458.078000', '173458.081000', '173458.083000', '173458.086000', '173458.088000', '173458.091000', '173458.094000', '173458.096000', '173458.099000', '173517.955000', '173517.958000', '173517.960000', '173517.963000', '173517.965000', '173517.968000', '173517.971000', '173517.973000', '173517.976000', '173517.978000', '173517.981000', '173517.984000', '173517.986000', '173517.989000', '173517.992000', '173517.994000', '173517.997000', '173517.999000', '173518.002000', '173518.005000', '173518.007000', '173518.010000', '173518.012000', '173518.015000', '173518.018000', '173518.020000', '173518.023000', '173518.026000', '173518.028000', '173518.031000', '173518.033000', '173518.036000', '173518.039000', '173518.041000', '173518.044000', '173518.046000', '173518.049000', '173518.052000', '173518.054000', '173518.057000', '173518.059000', '173518.062000', '173518.065000', '173537.956000', '173537.959000', '173537.961000', '173537.964000', '173537.966000', '173537.969000', '173537.972000', '173537.974000', '173537.977000', '173537.979000', '173537.982000', '173537.985000', '173537.987000', '173537.990000', '173537.993000', '173537.995000', '173537.998000', '173538.001000', '173538.004000', '173538.007000', '173538.010000', '173538.012000', '173538.015000', '173538.017000', '173538.020000', '173538.022000', '173538.025000', '173538.028000', '173538.030000', '173538.033000', '173538.036000', '173538.038000', '173538.041000', '173538.043000', '173538.046000', '173538.049000', '173538.051000', '173538.054000', '173538.056000', '173538.059000', '173538.061000', '173538.064000', '173538.067000', '173538.069000', '173557.956000', '173557.959000', '173557.961000', '173557.964000', '173557.966000', '173557.969000', '173557.972000', '173557.974000', '173557.977000', '173557.979000', '173557.982000', '173557.985000', '173557.987000', '173557.990000', '173557.992000', '173557.995000', '173557.998000', '173558.001000', '173558.004000', '173558.006000', '173558.009000', '173558.012000', '173558.014000', '173558.017000', '173558.019000', '173558.022000', '173558.025000', '173558.027000', '173558.030000', '173558.033000', '173558.035000', '173558.038000', '173558.041000', '173558.043000', '173558.046000', '173558.048000', '173558.051000', '173558.054000', '173558.056000', '173558.059000', '173558.061000', '173558.067000', '173558.070000', '173617.956000', '173617.958000', '173617.961000', '173617.964000', '173617.966000', '173617.969000', '173617.971000', '173617.974000', '173617.977000', '173617.979000', '173617.991000', '173617.994000', '173617.996000', '173618.000000', '173618.003000', '173618.005000', '173618.008000', '173618.010000', '173618.013000', '173618.016000', '173618.018000', '173618.021000', '173618.023000', '173618.026000', '173618.028000', '173618.031000', '173618.034000', '173618.036000', '173618.039000', '173618.042000', '173618.044000', '173618.047000', '173618.049000', '173618.052000', '173618.055000', '173618.057000', '173618.060000', '173618.062000', '173618.065000', '173618.068000', '173618.070000', '173618.073000', '173618.076000', '173618.078000', '173637.955000', '173637.958000', '173637.960000', '173637.963000', '173637.965000', '173637.968000', '173637.970000', '173637.973000', '173637.976000', '173637.978000', '173637.981000', '173637.984000', '173637.986000', '173637.989000', '173637.991000', '173637.994000', '173637.997000', '173637.999000', '173638.002000', '173638.004000', '173638.007000', '173638.009000', '173638.012000', '173638.015000', '173638.017000', '173638.020000', '173638.023000', '173638.025000', '173638.028000', '173638.030000', '173638.033000', '173638.036000', '173638.038000', '173638.041000', '173638.043000', '173638.046000', '173638.048000', '173638.051000', '173638.054000', '173638.056000', '173638.059000', '173638.062000', '173638.064000', '173657.955000', '173657.957000', '173657.960000', '173657.963000', '173657.965000', '173657.968000', '173657.971000', '173657.973000', '173657.976000', '173657.978000', '173657.982000', '173657.985000', '173657.988000', '173657.990000', '173657.993000', '173657.995000', '173657.998000', '173658.001000', '173658.003000', '173658.006000', '173658.008000', '173658.011000', '173658.014000', '173658.016000', '173658.019000', '173658.021000', '173658.024000', '173658.027000', '173658.029000', '173658.032000', '173658.035000', '173658.037000', '173658.040000', '173658.042000', '173658.045000', '173658.048000', '173658.050000', '173658.053000', '173658.056000', '173658.058000', '173658.061000', '173658.063000', '173658.066000', '173658.068000', '173717.955000', '173717.957000', '173717.960000', '173717.963000', '173717.965000', '173717.968000', '173717.970000', '173717.973000', '173717.976000', '173717.978000', '173717.981000', '173717.984000', '173717.986000', '173717.989000', '173717.991000', '173717.994000', '173717.997000', '173717.999000', '173718.002000', '173718.004000', '173718.007000', '173718.010000', '173718.012000', '173718.015000', '173718.017000', '173718.020000', '173718.023000', '173718.025000', '173718.028000', '173718.031000', '173718.033000', '173718.036000', '173718.038000', '173718.041000', '173718.043000', '173718.046000', '173718.049000', '173718.051000', '173718.054000', '173718.057000', '173718.059000', '173718.062000', '173718.064000', '173737.490000', '173737.493000', '173737.495000', '173737.498000', '173737.501000', '173737.503000', '173737.506000', '173737.508000', '173737.511000', '173737.514000', '173737.516000', '173737.519000', '173737.521000', '173737.524000', '173737.527000', '173737.529000', '173737.532000', '173737.534000', '173737.537000', '173737.540000', '173737.542000', '173737.545000', '173737.547000', '173737.550000', '173737.553000', '173737.555000', '173737.558000', '173737.560000', '173737.563000', '173737.566000', '173737.568000', '173737.571000', '173737.573000', '173737.576000', '173737.579000', '173737.581000', '173737.584000', '173737.586000', '173737.589000', '173737.592000', '173737.594000', '173737.597000', '173737.599000'], 'InstanceCreationTime': ['172518.015000', '172518.018000', '172518.020000', '172518.023000', '172518.026000', '172518.028000', '172518.031000', '172518.033000', '172518.036000', '172518.038000', '172518.041000', '172518.044000', '172518.046000', '172518.049000', '172518.060000', '172518.063000', '172518.065000', '172518.068000', '172518.070000', '172518.073000', '172518.076000', '172518.078000', '172518.081000', '172518.083000', '172518.086000', '172518.088000', '172518.091000', '172518.094000', '172518.096000', '172518.099000', '172518.101000', '172518.104000', '172537.954000', '172537.957000', '172537.960000', '172537.962000', '172537.965000', '172537.968000', '172537.970000', '172537.973000', '172537.975000', '172537.978000', '172537.981000', '172537.983000', '172537.986000', '172537.989000', '172537.991000', '172537.994000', '172537.996000', '172537.999000', '172538.001000', '172538.004000', '172538.007000', '172538.009000', '172538.012000', '172538.014000', '172538.017000', '172538.019000', '172538.022000', '172538.024000', '172538.037000', '172538.040000', '172538.043000', '172538.046000', '172538.049000', '172538.052000', '172538.054000', '172538.057000', '172538.059000', '172538.062000', '172538.064000', '172538.067000', '172538.069000', '172538.072000', '172538.075000', '172557.954000', '172557.957000', '172557.960000', '172557.962000', '172557.965000', '172557.968000', '172557.970000', '172557.973000', '172557.975000', '172557.978000', '172557.981000', '172557.989000', '172557.991000', '172557.994000', '172557.997000', '172557.999000', '172558.002000', '172558.004000', '172558.007000', '172558.010000', '172558.012000', '172558.015000', '172558.017000', '172558.020000', '172558.022000', '172558.025000', '172558.028000', '172558.030000', '172558.033000', '172558.035000', '172558.038000', '172558.040000', '172558.043000', '172558.046000', '172558.048000', '172558.051000', '172558.053000', '172558.056000', '172558.058000', '172558.061000', '172558.064000', '172558.066000', '172558.069000', '172558.071000', '172617.955000', '172617.958000', '172617.961000', '172617.964000', '172617.966000', '172617.969000', '172617.971000', '172617.974000', '172617.977000', '172617.979000', '172617.982000', '172617.984000', '172617.987000', '172617.990000', '172617.992000', '172617.995000', '172617.997000', '172618.000000', '172618.003000', '172618.005000', '172618.008000', '172618.010000', '172618.013000', '172618.016000', '172618.018000', '172618.021000', '172618.023000', '172618.026000', '172618.028000', '172618.031000', '172618.034000', '172618.036000', '172618.039000', '172618.041000', '172618.044000', '172618.047000', '172618.049000', '172618.052000', '172618.054000', '172618.057000', '172618.060000', '172618.062000', '172618.065000', '172637.956000', '172637.959000', '172637.961000', '172637.964000', '172637.967000', '172637.969000', '172637.972000', '172637.983000', '172637.986000', '172637.989000', '172637.991000', '172637.994000', '172637.996000', '172638.000000', '172638.002000', '172638.005000', '172638.008000', '172638.010000', '172638.013000', '172638.015000', '172638.018000', '172638.020000', '172638.023000', '172638.026000', '172638.028000', '172638.031000', '172638.033000', '172638.036000', '172638.038000', '172638.041000', '172638.044000', '172638.046000', '172638.049000', '172638.051000', '172638.054000', '172638.057000', '172638.059000', '172638.062000', '172638.064000', '172638.067000', '172638.070000', '172638.072000', '172638.075000', '172638.077000', '172657.956000', '172657.958000', '172657.961000', '172657.964000', '172657.966000', '172657.969000', '172657.972000', '172657.974000', '172657.977000', '172657.979000', '172657.982000', '172657.985000', '172657.987000', '172657.990000', '172657.992000', '172657.995000', '172657.998000', '172658.001000', '172658.004000', '172658.006000', '172658.009000', '172658.012000', '172658.014000', '172658.017000', '172658.019000', '172658.022000', '172658.025000', '172658.027000', '172658.030000', '172658.032000', '172658.035000', '172658.038000', '172658.040000', '172658.043000', '172658.045000', '172658.048000', '172658.051000', '172658.053000', '172658.056000', '172658.058000', '172658.061000', '172658.063000', '172658.066000', '172717.954000', '172717.957000', '172717.960000', '172717.962000', '172717.965000', '172717.968000', '172717.970000', '172717.973000', '172717.975000', '172717.978000', '172717.981000', '172717.983000', '172717.986000', '172717.989000', '172717.991000', '172717.994000', '172717.996000', '172717.999000', '172718.001000', '172718.004000', '172718.007000', '172718.010000', '172718.013000', '172718.016000', '172718.018000', '172718.021000', '172718.023000', '172718.026000', '172718.029000', '172718.031000', '172718.034000', '172718.036000', '172718.039000', '172718.041000', '172718.044000', '172718.047000', '172718.049000', '172718.052000', '172718.055000', '172718.057000', '172718.060000', '172718.062000', '172718.065000', '172737.954000', '172737.957000', '172737.960000', '172737.962000', '172737.965000', '172737.967000', '172737.970000', '172737.973000', '172737.975000', '172737.978000', '172737.980000', '172737.983000', '172737.986000', '172737.988000', '172737.991000', '172737.993000', '172737.996000', '172737.998000', '172738.002000', '172738.005000', '172738.007000', '172738.010000', '172738.012000', '172738.015000', '172738.018000', '172738.020000', '172738.023000', '172738.026000', '172738.028000', '172738.031000', '172738.033000', '172738.036000', '172738.039000', '172738.041000', '172738.044000', '172738.046000', '172738.049000', '172738.052000', '172738.054000', '172738.057000', '172738.059000', '172738.062000', '172738.064000', '172738.067000', '172757.954000', '172757.957000', '172757.960000', '172757.963000', '172757.965000', '172757.968000', '172757.970000', '172757.973000', '172757.976000', '172757.978000', '172757.981000', '172757.983000', '172757.986000', '172757.988000', '172757.991000', '172757.994000', '172757.996000', '172758.000000', '172758.002000', '172758.005000', '172758.008000', '172758.010000', '172758.013000', '172758.015000', '172758.018000', '172758.021000', '172758.023000', '172758.026000', '172758.028000', '172758.031000', '172758.034000', '172758.036000', '172758.039000', '172758.042000', '172758.044000', '172758.047000', '172758.049000', '172758.052000', '172758.054000', '172758.057000', '172758.059000', '172758.062000', '172758.065000', '172758.067000', '172817.954000', '172817.957000', '172817.960000', '172817.963000', '172817.965000', '172817.968000', '172817.970000', '172817.973000', '172817.976000', '172817.978000', '172817.981000', '172817.984000', '172817.986000', '172817.989000', '172817.991000', '172817.994000', '172817.997000', '172818.000000', '172818.003000', '172818.005000', '172818.008000', '172818.011000', '172818.013000', '172818.016000', '172818.018000', '172818.021000', '172818.024000', '172818.026000', '172818.029000', '172818.031000', '172818.034000', '172818.037000', '172818.039000', '172818.042000', '172818.045000', '172818.047000', '172818.050000', '172818.052000', '172818.055000', '172818.058000', '172818.060000', '172818.063000', '172818.065000', '172837.956000', '172837.959000', '172837.961000', '172837.964000', '172837.967000', '172837.969000', '172837.972000', '172837.974000', '172837.977000', '172837.980000', '172837.982000', '172837.985000', '172837.987000', '172837.990000', '172837.992000', '172837.995000', '172837.998000', '172838.001000', '172838.004000', '172838.007000', '172838.009000', '172838.012000', '172838.014000', '172838.017000', '172838.019000', '172838.022000', '172838.025000', '172838.027000', '172838.030000', '172838.032000', '172838.035000', '172838.038000', '172838.040000', '172838.043000', '172838.046000', '172838.048000', '172838.051000', '172838.053000', '172838.056000', '172838.058000', '172838.061000', '172838.064000', '172838.066000', '172838.069000', '172857.956000', '172857.959000', '172857.961000', '172857.964000', '172857.966000', '172857.969000', '172857.972000', '172857.974000', '172857.977000', '172857.979000', '172857.982000', '172857.984000', '172857.987000', '172857.990000', '172857.992000', '172857.995000', '172857.998000', '172858.000000', '172858.003000', '172858.006000', '172858.008000', '172858.011000', '172858.013000', '172858.016000', '172858.019000', '172858.021000', '172858.024000', '172858.026000', '172858.029000', '172858.032000', '172858.034000', '172858.037000', '172858.040000', '172858.042000', '172858.045000', '172858.047000', '172858.050000', '172858.052000', '172858.055000', '172858.058000', '172858.060000', '172858.063000', '172858.065000', '172917.956000', '172917.959000', '172917.961000', '172917.964000', '172917.966000', '172917.969000', '172917.972000', '172917.974000', '172917.977000', '172917.979000', '172917.983000', '172917.986000', '172917.989000', '172917.991000', '172917.994000', '172917.997000', '172918.000000', '172918.003000', '172918.006000', '172918.008000', '172918.011000', '172918.013000', '172918.016000', '172918.018000', '172918.021000', '172918.024000', '172918.026000', '172918.029000', '172918.031000', '172918.034000', '172918.037000', '172918.040000', '172918.042000', '172918.045000', '172918.047000', '172918.050000', '172918.052000', '172918.055000', '172918.058000', '172918.060000', '172918.063000', '172918.065000', '172918.068000', '172918.071000', '172937.954000', '172937.957000', '172937.960000', '172937.962000', '172937.965000', '172937.967000', '172937.970000', '172937.973000', '172937.975000', '172937.978000', '172937.980000', '172937.983000', '172937.986000', '172937.988000', '172937.991000', '172937.993000', '172937.996000', '172938.000000', '172938.002000', '172938.005000', '172938.007000', '172938.010000', '172938.012000', '172938.015000', '172938.018000', '172938.020000', '172938.023000', '172938.036000', '172938.038000', '172938.041000', '172938.043000', '172938.046000', '172938.049000', '172938.051000', '172938.054000', '172938.056000', '172938.059000', '172938.062000', '172938.064000', '172938.067000', '172938.069000', '172938.072000', '172938.075000', '172957.955000', '172957.958000', '172957.960000', '172957.963000', '172957.966000', '172957.968000', '172957.971000', '172957.973000', '172957.976000', '172957.979000', '172957.981000', '172957.984000', '172957.986000', '172957.989000', '172957.992000', '172957.994000', '172957.997000', '172958.000000', '172958.003000', '172958.006000', '172958.008000', '172958.011000', '172958.013000', '172958.016000', '172958.019000', '172958.021000', '172958.024000', '172958.027000', '172958.029000', '172958.032000', '172958.035000', '172958.037000', '172958.040000', '172958.043000', '172958.045000', '172958.048000', '172958.050000', '172958.053000', '172958.056000', '172958.058000', '172958.061000', '172958.063000', '172958.066000', '173017.954000', '173017.957000', '173017.960000', '173017.962000', '173017.965000', '173017.968000', '173017.970000', '173017.973000', '173017.976000', '173017.978000', '173017.981000', '173017.983000', '173017.986000', '173017.989000', '173017.991000', '173017.994000', '173017.997000', '173018.000000', '173018.003000', '173018.005000', '173018.008000', '173018.011000', '173018.013000', '173018.016000', '173018.019000', '173018.021000', '173018.024000', '173018.026000', '173018.029000', '173018.031000', '173018.034000', '173018.037000', '173018.039000', '173018.042000', '173018.044000', '173018.047000', '173018.049000', '173018.052000', '173018.055000', '173018.057000', '173018.060000', '173018.063000', '173018.065000', '173018.068000', '173037.955000', '173037.958000', '173037.960000', '173037.963000', '173037.965000', '173037.968000', '173037.971000', '173037.973000', '173037.976000', '173037.978000', '173037.981000', '173037.984000', '173037.986000', '173037.989000', '173037.991000', '173037.994000', '173037.997000', '173038.000000', '173038.003000', '173038.006000', '173038.009000', '173038.011000', '173038.014000', '173038.017000', '173038.019000', '173038.022000', '173038.025000', '173038.027000', '173038.031000', '173038.034000', '173038.036000', '173038.039000', '173038.042000', '173038.044000', '173038.047000', '173038.049000', '173038.052000', '173038.054000', '173038.057000', '173038.060000', '173038.062000', '173038.065000', '173038.067000', '173057.956000', '173057.959000', '173057.961000', '173057.964000', '173057.966000', '173057.969000', '173057.971000', '173057.974000', '173057.976000', '173057.979000', '173057.982000', '173057.984000', '173057.987000', '173057.989000', '173057.992000', '173057.995000', '173057.997000', '173058.001000', '173058.003000', '173058.006000', '173058.008000', '173058.011000', '173058.014000', '173058.016000', '173058.019000', '173058.022000', '173058.024000', '173058.027000', '173058.029000', '173058.032000', '173058.034000', '173058.037000', '173058.039000', '173058.042000', '173058.045000', '173058.047000', '173058.050000', '173058.052000', '173058.055000', '173058.092000', '173058.095000', '173058.097000', '173058.100000', '173058.102000', '173117.956000', '173117.959000', '173117.961000', '173117.964000', '173117.966000', '173117.969000', '173117.972000', '173117.974000', '173117.977000', '173117.979000', '173117.982000', '173117.985000', '173117.988000', '173117.991000', '173117.994000', '173117.997000', '173118.000000', '173118.003000', '173118.006000', '173118.008000', '173118.011000', '173118.013000', '173118.016000', '173118.019000', '173118.021000', '173118.024000', '173118.027000', '173118.029000', '173118.032000', '173118.034000', '173118.037000', '173118.040000', '173118.042000', '173118.045000', '173118.047000', '173118.050000', '173118.053000', '173118.055000', '173118.058000', '173118.060000', '173118.063000', '173118.066000', '173118.068000', '173137.956000', '173137.958000', '173137.961000', '173137.964000', '173137.966000', '173137.969000', '173137.971000', '173137.974000', '173137.977000', '173137.979000', '173137.982000', '173137.984000', '173137.987000', '173137.989000', '173137.992000', '173137.995000', '173137.997000', '173138.001000', '173138.003000', '173138.006000', '173138.009000', '173138.011000', '173138.014000', '173138.016000', '173138.019000', '173138.021000', '173138.024000', '173138.027000', '173138.029000', '173138.032000', '173138.034000', '173138.037000', '173138.039000', '173138.042000', '173138.045000', '173138.047000', '173138.050000', '173138.052000', '173138.055000', '173138.058000', '173138.060000', '173138.063000', '173138.066000', '173138.068000', '173157.955000', '173157.957000', '173157.960000', '173157.963000', '173157.965000', '173157.968000', '173157.970000', '173157.973000', '173157.976000', '173157.978000', '173157.981000', '173157.983000', '173157.986000', '173157.988000', '173157.991000', '173157.994000', '173157.996000', '173157.999000', '173158.002000', '173158.005000', '173158.008000', '173158.011000', '173158.014000', '173158.016000', '173158.019000', '173158.021000', '173158.024000', '173158.027000', '173158.029000', '173158.032000', '173158.034000', '173158.037000', '173158.040000', '173158.042000', '173158.045000', '173158.047000', '173158.050000', '173158.053000', '173158.055000', '173158.058000', '173158.062000', '173158.065000', '173158.072000', '173217.955000', '173217.957000', '173217.960000', '173217.963000', '173217.965000', '173217.968000', '173217.971000', '173217.973000', '173217.976000', '173217.978000', '173217.981000', '173217.984000', '173217.986000', '173217.989000', '173217.991000', '173217.994000', '173217.997000', '173218.000000', '173218.003000', '173218.006000', '173218.008000', '173218.011000', '173218.014000', '173218.017000', '173218.019000', '173218.022000', '173218.024000', '173218.027000', '173218.030000', '173218.032000', '173218.035000', '173218.038000', '173218.040000', '173218.043000', '173218.045000', '173218.048000', '173218.051000', '173218.053000', '173218.056000', '173218.059000', '173218.061000', '173218.064000', '173218.066000', '173218.069000', '173237.955000', '173237.958000', '173237.960000', '173237.963000', '173237.966000', '173237.968000', '173237.971000', '173237.973000', '173237.976000', '173237.979000', '173237.981000', '173237.984000', '173237.987000', '173237.990000', '173237.992000', '173237.995000', '173237.998000', '173238.001000', '173238.004000', '173238.007000', '173238.009000', '173238.012000', '173238.014000', '173238.017000', '173238.020000', '173238.022000', '173238.025000', '173238.027000', '173238.030000', '173238.033000', '173238.035000', '173238.038000', '173238.041000', '173238.043000', '173238.046000', '173238.049000', '173238.051000', '173238.054000', '173238.056000', '173238.059000', '173238.061000', '173238.064000', '173238.067000', '173257.955000', '173257.958000', '173257.960000', '173257.963000', '173257.965000', '173257.968000', '173257.971000', '173257.973000', '173257.976000', '173257.978000', '173257.981000', '173257.984000', '173257.986000', '173257.989000', '173257.991000', '173257.994000', '173257.997000', '173257.999000', '173258.002000', '173258.004000', '173258.007000', '173258.010000', '173258.012000', '173258.015000', '173258.017000', '173258.020000', '173258.023000', '173258.025000', '173258.028000', '173258.031000', '173258.033000', '173258.036000', '173258.038000', '173258.041000', '173258.044000', '173258.046000', '173258.049000', '173258.052000', '173258.054000', '173258.057000', '173258.059000', '173258.062000', '173258.065000', '173258.067000', '173317.956000', '173317.959000', '173317.961000', '173317.964000', '173317.967000', '173317.969000', '173317.972000', '173317.975000', '173317.977000', '173317.980000', '173317.982000', '173317.985000', '173317.988000', '173317.990000', '173317.993000', '173317.995000', '173317.998000', '173318.002000', '173318.004000', '173318.007000', '173318.010000', '173318.012000', '173318.015000', '173318.017000', '173318.020000', '173318.023000', '173318.025000', '173318.028000', '173318.030000', '173318.033000', '173318.036000', '173318.038000', '173318.041000', '173318.044000', '173318.046000', '173318.049000', '173318.062000', '173318.064000', '173318.067000', '173318.069000', '173318.072000', '173318.074000', '173318.077000', '173337.956000', '173337.958000', '173337.961000', '173337.964000', '173337.966000', '173337.969000', '173337.972000', '173337.974000', '173337.977000', '173337.979000', '173337.982000', '173337.984000', '173337.987000', '173337.990000', '173337.992000', '173337.995000', '173337.997000', '173338.000000', '173338.003000', '173338.005000', '173338.008000', '173338.010000', '173338.013000', '173338.016000', '173338.018000', '173338.021000', '173338.023000', '173338.026000', '173338.028000', '173338.031000', '173338.034000', '173338.036000', '173338.039000', '173338.041000', '173338.044000', '173338.047000', '173338.049000', '173338.052000', '173338.054000', '173338.057000', '173338.059000', '173338.062000', '173338.065000', '173338.067000', '173357.956000', '173357.959000', '173357.961000', '173357.964000', '173357.967000', '173357.969000', '173357.972000', '173357.974000', '173357.977000', '173357.979000', '173357.982000', '173357.985000', '173357.987000', '173357.990000', '173357.992000', '173357.995000', '173357.998000', '173358.001000', '173358.004000', '173358.006000', '173358.009000', '173358.011000', '173358.014000', '173358.017000', '173358.019000', '173358.022000', '173358.024000', '173358.027000', '173358.030000', '173358.032000', '173358.035000', '173358.038000', '173358.040000', '173358.043000', '173358.045000', '173358.048000', '173358.050000', '173358.053000', '173358.056000', '173358.058000', '173358.061000', '173358.063000', '173358.066000', '173417.955000', '173417.958000', '173417.960000', '173417.963000', '173417.966000', '173417.968000', '173417.971000', '173417.974000', '173417.976000', '173417.979000', '173417.981000', '173417.984000', '173417.987000', '173417.989000', '173417.992000', '173417.994000', '173417.997000', '173418.000000', '173418.002000', '173418.005000', '173418.008000', '173418.010000', '173418.013000', '173418.015000', '173418.018000', '173418.021000', '173418.023000', '173418.026000', '173418.029000', '173418.031000', '173418.034000', '173418.037000', '173418.039000', '173418.042000', '173418.044000', '173418.047000', '173418.050000', '173418.052000', '173418.055000', '173418.057000', '173418.060000', '173418.063000', '173418.065000', '173418.068000', '173437.955000', '173437.958000', '173437.960000', '173437.963000', '173437.965000', '173437.968000', '173437.971000', '173437.973000', '173437.976000', '173437.979000', '173437.981000', '173437.984000', '173437.986000', '173437.989000', '173437.992000', '173437.994000', '173437.997000', '173437.999000', '173438.002000', '173438.005000', '173438.007000', '173438.010000', '173438.013000', '173438.016000', '173438.018000', '173438.021000', '173438.024000', '173438.026000', '173438.029000', '173438.032000', '173438.034000', '173438.037000', '173438.039000', '173438.042000', '173438.044000', '173438.047000', '173438.050000', '173438.052000', '173438.055000', '173438.058000', '173438.060000', '173438.063000', '173438.065000', '173457.955000', '173457.957000', '173457.960000', '173457.963000', '173457.965000', '173457.968000', '173457.971000', '173457.973000', '173457.976000', '173457.978000', '173457.981000', '173457.984000', '173457.986000', '173457.989000', '173457.991000', '173457.994000', '173457.997000', '173458.000000', '173458.003000', '173458.005000', '173458.008000', '173458.010000', '173458.013000', '173458.016000', '173458.018000', '173458.021000', '173458.023000', '173458.026000', '173458.060000', '173458.062000', '173458.065000', '173458.067000', '173458.070000', '173458.073000', '173458.075000', '173458.078000', '173458.081000', '173458.083000', '173458.086000', '173458.088000', '173458.091000', '173458.094000', '173458.096000', '173458.099000', '173517.955000', '173517.958000', '173517.960000', '173517.963000', '173517.965000', '173517.968000', '173517.971000', '173517.973000', '173517.976000', '173517.978000', '173517.981000', '173517.984000', '173517.986000', '173517.989000', '173517.992000', '173517.994000', '173517.997000', '173517.999000', '173518.002000', '173518.005000', '173518.007000', '173518.010000', '173518.012000', '173518.015000', '173518.018000', '173518.020000', '173518.023000', '173518.026000', '173518.028000', '173518.031000', '173518.033000', '173518.036000', '173518.039000', '173518.041000', '173518.044000', '173518.046000', '173518.049000', '173518.052000', '173518.054000', '173518.057000', '173518.059000', '173518.062000', '173518.065000', '173537.956000', '173537.959000', '173537.961000', '173537.964000', '173537.966000', '173537.969000', '173537.972000', '173537.974000', '173537.977000', '173537.979000', '173537.982000', '173537.985000', '173537.987000', '173537.990000', '173537.993000', '173537.995000', '173537.998000', '173538.001000', '173538.004000', '173538.007000', '173538.010000', '173538.012000', '173538.015000', '173538.017000', '173538.020000', '173538.022000', '173538.025000', '173538.028000', '173538.030000', '173538.033000', '173538.036000', '173538.038000', '173538.041000', '173538.043000', '173538.046000', '173538.049000', '173538.051000', '173538.054000', '173538.056000', '173538.059000', '173538.061000', '173538.064000', '173538.067000', '173538.069000', '173557.956000', '173557.959000', '173557.961000', '173557.964000', '173557.966000', '173557.969000', '173557.972000', '173557.974000', '173557.977000', '173557.979000', '173557.982000', '173557.985000', '173557.987000', '173557.990000', '173557.992000', '173557.995000', '173557.998000', '173558.001000', '173558.004000', '173558.006000', '173558.009000', '173558.012000', '173558.014000', '173558.017000', '173558.019000', '173558.022000', '173558.025000', '173558.027000', '173558.030000', '173558.033000', '173558.035000', '173558.038000', '173558.041000', '173558.043000', '173558.046000', '173558.048000', '173558.051000', '173558.054000', '173558.056000', '173558.059000', '173558.061000', '173558.067000', '173558.070000', '173617.956000', '173617.958000', '173617.961000', '173617.964000', '173617.966000', '173617.969000', '173617.971000', '173617.974000', '173617.977000', '173617.979000', '173617.991000', '173617.994000', '173617.996000', '173618.000000', '173618.003000', '173618.005000', '173618.008000', '173618.010000', '173618.013000', '173618.016000', '173618.018000', '173618.021000', '173618.023000', '173618.026000', '173618.028000', '173618.031000', '173618.034000', '173618.036000', '173618.039000', '173618.042000', '173618.044000', '173618.047000', '173618.049000', '173618.052000', '173618.055000', '173618.057000', '173618.060000', '173618.062000', '173618.065000', '173618.068000', '173618.070000', '173618.073000', '173618.076000', '173618.078000', '173637.955000', '173637.958000', '173637.960000', '173637.963000', '173637.965000', '173637.968000', '173637.970000', '173637.973000', '173637.976000', '173637.978000', '173637.981000', '173637.984000', '173637.986000', '173637.989000', '173637.991000', '173637.994000', '173637.997000', '173637.999000', '173638.002000', '173638.004000', '173638.007000', '173638.009000', '173638.012000', '173638.015000', '173638.017000', '173638.020000', '173638.023000', '173638.025000', '173638.028000', '173638.030000', '173638.033000', '173638.036000', '173638.038000', '173638.041000', '173638.043000', '173638.046000', '173638.048000', '173638.051000', '173638.054000', '173638.056000', '173638.059000', '173638.062000', '173638.064000', '173657.955000', '173657.957000', '173657.960000', '173657.963000', '173657.965000', '173657.968000', '173657.971000', '173657.973000', '173657.976000', '173657.978000', '173657.982000', '173657.985000', '173657.988000', '173657.990000', '173657.993000', '173657.995000', '173657.998000', '173658.001000', '173658.003000', '173658.006000', '173658.008000', '173658.011000', '173658.014000', '173658.016000', '173658.019000', '173658.021000', '173658.024000', '173658.027000', '173658.029000', '173658.032000', '173658.035000', '173658.037000', '173658.040000', '173658.042000', '173658.045000', '173658.048000', '173658.050000', '173658.053000', '173658.056000', '173658.058000', '173658.061000', '173658.063000', '173658.066000', '173658.068000', '173717.955000', '173717.957000', '173717.960000', '173717.963000', '173717.965000', '173717.968000', '173717.970000', '173717.973000', '173717.976000', '173717.978000', '173717.981000', '173717.984000', '173717.986000', '173717.989000', '173717.991000', '173717.994000', '173717.997000', '173717.999000', '173718.002000', '173718.004000', '173718.007000', '173718.010000', '173718.012000', '173718.015000', '173718.017000', '173718.020000', '173718.023000', '173718.025000', '173718.028000', '173718.031000', '173718.033000', '173718.036000', '173718.038000', '173718.041000', '173718.043000', '173718.046000', '173718.049000', '173718.051000', '173718.054000', '173718.057000', '173718.059000', '173718.062000', '173718.064000', '173737.490000', '173737.493000', '173737.495000', '173737.498000', '173737.501000', '173737.503000', '173737.506000', '173737.508000', '173737.511000', '173737.514000', '173737.516000', '173737.519000', '173737.521000', '173737.524000', '173737.527000', '173737.529000', '173737.532000', '173737.534000', '173737.537000', '173737.540000', '173737.542000', '173737.545000', '173737.547000', '173737.550000', '173737.553000', '173737.555000', '173737.558000', '173737.560000', '173737.563000', '173737.566000', '173737.568000', '173737.571000', '173737.573000', '173737.576000', '173737.579000', '173737.581000', '173737.584000', '173737.586000', '173737.589000', '173737.592000', '173737.594000', '173737.597000', '173737.599000'], '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': [8844, 9884, 8040, 8845, 7211, 8449, 9227, 7983, 8600, 7457, 8351, 8769, 8046, 8665, 6813, 8576, 6590, 8186, 8449, 7064, 8617, 6773, 8208, 7441, 7549, 8177, 6779, 8181, 6495, 8162, 7747, 8010, 8467, 6779, 8333, 8573, 7621, 8538, 6901, 8208, 8985, 7683, 8429, 6646, 8273, 8528, 6739, 8144, 6435, 8081, 8400, 6839, 8441, 6461, 7857, 8569, 6849, 8049, 5992, 7931, 8430, 6875, 8352, 6607, 8046, 8507, 7628, 8263, 6400, 8085, 8479, 7527, 8476, 6666, 8102, 7026, 7784, 8628, 6550, 8085, 8322, 7820, 8676, 6805, 8191, 8175, 8057, 8577, 7612, 8460, 9202, 8292, 8402, 6936, 8496, 8874, 8035, 8316, 7683, 8331, 7357, 8167, 8343, 6465, 8573, 7495, 8137, 8603, 7433, 8262, 6458, 8082, 8866, 7518, 8306, 7201, 8549, 9065, 8150, 8374, 6955, 8629, 8917, 7743, 8420, 7590, 8180, 7940, 7608, 8315, 7134, 8233, 8513, 7736, 8553, 7328, 8572, 7525, 7977, 8463, 6477, 8148, 6522, 8126, 8680, 7448, 8456, 6258, 8110, 8768, 6528, 8295, 6342, 8071, 8605, 6931, 8400, 6971, 8126, 8586, 6847, 8372, 6666, 7879, 8517, 6832, 8387, 7143, 8574, 6802, 7792, 7805, 8402, 7706, 8595, 7464, 7792, 8627, 7340, 8485, 6942, 8107, 8685, 6814, 8465, 6938, 7899, 8514, 7092, 8416, 6441, 8190, 7519, 7170, 8531, 6212, 8220, 7541, 7771, 8524, 6789, 8269, 7424, 7739, 8649, 7316, 8612, 6594, 8204, 8902, 7726, 8484, 6594, 8499, 9184, 7585, 8554, 6601, 8142, 8870, 7638, 8550, 7440, 8472, 8527, 7716, 8375, 6922, 8113, 9048, 7782, 8214, 6953, 8066, 8746, 7683, 8231, 6950, 8563, 9266, 7769, 8263, 7483, 8370, 8924, 8079, 8466, 8000, 8570, 7514, 7995, 8722, 6590, 8644, 7603, 7914, 8477, 6617, 8135, 8800, 7680, 8352, 6813, 8302, 7786, 7673, 8482, 6734, 8428, 7473, 7922, 7935, 7623, 8337, 6593, 8326, 9092, 7762, 8542, 8040, 8357, 9109, 7893, 8134, 6943, 8485, 9210, 8240, 8617, 7866, 8172, 8265, 8156, 8373, 8395, 8393, 8391, 8328, 8692, 6860, 8456, 7753, 7968, 8600, 7408, 8152, 8429, 7913, 8452, 7078, 8478, 7694, 7972, 8563, 6794, 8349, 6770, 8291, 8947, 7279, 8522, 7058, 8433, 8135, 7724, 8440, 7100, 8333, 7600, 7939, 8770, 6788, 8288, 7814, 8085, 8755, 7458, 8238, 7918, 7996, 8365, 6749, 8436, 7613, 8320, 8528, 6663, 8397, 6731, 8371, 8892, 7562, 8437, 6779, 8477, 8745, 7907, 8429, 6974, 8383, 7767, 8108, 8878, 7292, 8289, 6820, 8160, 8588, 7758, 8470, 6609, 8432, 8668, 7809, 8412, 6558, 8376, 7787, 7988, 8657, 6556, 8291, 6650, 8152, 8654, 7416, 8460, 6774, 8264, 9023, 8123, 8410, 7468, 8346, 8796, 7761, 8322, 7936, 8137, 7395, 7888, 8543, 6382, 8373, 7483, 7801, 8582, 6512, 8352, 7307, 7819, 8390, 6693, 8144, 7643, 7499, 8505, 6652, 8134, 6341, 8102, 8536, 6551, 8131, 6785, 7925, 8282, 7139, 8375, 6231, 8189, 8786, 7325, 8381, 6832, 8357, 9080, 7513, 8414, 6324, 7943, 8701, 7791, 8463, 6837, 8509, 7026, 7959, 8613, 6446, 8437, 7095, 7918, 8643, 6730, 8231, 8554, 7744, 8501, 8362, 8480, 7054, 8044, 8430, 7070, 8236, 7212, 8274, 6743, 8367, 6614, 7975, 6539, 8377, 8232, 8166, 8493, 6987, 9167, 8089, 6854, 7870, 6705, 8577, 7623, 8233, 9103, 8078, 8785, 7133, 8393, 8472, 7995, 8525, 7506, 8606, 6927, 8438, 6789, 8377, 6593, 8038, 8590, 7591, 8538, 6861, 8180, 8607, 7362, 8283, 6286, 8186, 8273, 7098, 8204, 6379, 8130, 8545, 6894, 8408, 6749, 8198, 8949, 7674, 8403, 6424, 7952, 8745, 7316, 8303, 6682, 8387, 8501, 7512, 8155, 6511, 8438, 8834, 7951, 8471, 7212, 8275, 8856, 7973, 8742, 7806, 8489, 8482, 8105, 8562, 7920, 8464, 9373, 7951, 8628, 6841, 8566, 7335, 7747, 8633, 6755, 8217, 7061, 7786, 8414, 6812, 8276, 6539, 7563, 8379, 6845, 8426, 6582, 8064, 8207, 7256, 8435, 7192, 8093, 8923, 7461, 8406, 6835, 8318, 8053, 7597, 8790, 6732, 8374, 6664, 7966, 8559, 6708, 8166, 6804, 7738, 8508, 6994, 8158, 6348, 8098, 8618, 6849, 8131, 7870, 7656, 8572, 6884, 8624, 6762, 7910, 8653, 7147, 8278, 7061, 8032, 8425, 7484, 8201, 6979, 8588, 8591, 7636, 8466, 6924, 8185, 8608, 7692, 8349, 7397, 8301, 8169, 7795, 8222, 7134, 8462, 6629, 8152, 8620, 7099, 8331, 6717, 7928, 8645, 7300, 8391, 6526, 8288, 8788, 7571, 8584, 6896, 7987, 6872, 7659, 8209, 7597, 8190, 6577, 8139, 8673, 7046, 8146, 7308, 8348, 8726, 7442, 8314, 6549, 8240, 8911, 7823, 8361, 7206, 8259, 7389, 8054, 8695, 6898, 8049, 7340, 8186, 8610, 7127, 8408, 6569, 7879, 8540, 6867, 8260, 6451, 8348, 8540, 7880, 8641, 7724, 8520, 6856, 7296, 7881, 8282, 6346, 8743, 6988, 8729, 9034, 8266, 8765, 7071, 8403, 8856, 6972, 8417, 7497, 8256, 8712, 6871, 8228, 6852, 7814, 8778, 6749, 8298, 6189, 8042, 6364, 7476, 8546, 6202, 8031, 8514, 6783, 8258, 6610, 7858, 8495, 6566, 8242, 8216, 7643, 8597, 6564, 8350, 8123, 7791, 8652, 7021, 8165, 7518, 7841, 8509, 6999, 8365, 8772, 7778, 8481, 7821, 8227, 8447, 7648, 8437, 6545, 8092, 8642, 7355, 8449, 6683, 8268, 8748, 6926, 8377, 6701, 8209, 8532, 7318, 8363, 6610, 8318, 8682, 7505, 8372, 6747, 8409, 8335, 7702, 8724, 7365, 8213, 8349, 7862, 8576, 7572, 8415, 8545, 7730, 8664, 6673, 8484, 6447, 8237, 8518, 7251, 8339, 7143, 8180, 6841, 8216, 7741, 7708, 8452, 7092, 8464, 6926, 8235, 8535, 7553, 8466, 6841, 8419, 8724, 7875, 8754, 7068, 8302, 7291, 7996, 8618, 7560, 8355, 7459, 8531, 8437, 8079, 8732, 7225, 8243, 7514, 8313, 8334, 7573, 8552, 7325, 8285, 8388, 7764, 8578, 7138, 8491, 6701, 8347, 8967, 7746, 8647, 8087, 8444, 7817, 7906, 8641, 7294, 8356, 8208, 8126, 8170, 7428, 8547, 7796, 8365, 7222, 7762, 8407, 7622, 8747, 7027, 8484, 7720, 7695, 8464, 6958, 8327, 6580, 7970, 8519, 6960, 8424, 6878, 7597, 8512, 7096, 8107, 6838, 7836, 8065, 7177, 8438, 6985, 8109, 6700, 8300, 8587, 7602, 8455, 7417, 8094, 8978, 7467, 8580, 6962, 8241, 8053, 7848, 8401, 6774, 8035, 7682, 7736, 8491, 6903, 8161, 8405, 7552, 8366, 7682, 8128, 7504, 7497, 8572, 6918, 8227, 7648, 7819, 8678, 6467, 8127, 6698, 8593, 6619, 8130, 7271, 6708, 7865, 8737, 6733, 7948, 8864, 7136, 8081, 6826, 8373, 8334, 7491, 7488, 7463, 6353, 8056, 7386, 8417, 7037, 8601, 6739, 8467, 7090, 8360, 8975, 6893, 8638, 7207, 7722, 7600, 8042, 8244, 7017, 8693, 7496, 8604, 9072, 7426, 8420, 7137, 8318, 8592, 7287, 8349, 6874, 8132, 8506, 7386, 8256, 7013, 8325, 8216, 7130, 8271, 6887, 7966, 7782, 7678, 8460, 7215, 8318, 6736, 8192, 8981, 7051, 8230, 6842, 8660, 8076, 7622, 7956, 7325, 8462, 7796, 7858, 6809, 8429, 6685, 8044, 6900, 8290, 9120, 7819, 8377, 9169, 7597, 8769, 7353, 8422, 7458, 7928, 8704, 7160, 8212, 6540, 8412, 8606, 7233, 8352, 6678, 8346, 8554, 7184, 8328, 6867, 7933, 8268, 7424, 8268, 6792, 8297, 7995, 7920, 8442, 7064, 8195, 6625, 8399, 8606, 7578, 8474, 6931, 8027, 8698, 7366, 8616, 6485, 7936, 8624, 7402, 8453, 7224, 8534, 7037, 7966, 8208, 7419, 8198, 8122, 8456, 8169, 8317, 8455, 7347, 8475, 8749, 7843, 8641, 7027, 8396, 6534, 7930, 8603, 7040, 8321, 6483, 8334, 7747, 7707, 8621, 6940, 8206, 6933, 8443, 8466, 7780, 8683, 6968, 8582, 6502, 8132, 8614, 7170, 8294, 6953, 8273, 8876, 7477, 8364, 6951, 8233, 7631, 7626, 8357, 7396, 8420, 7032, 8232, 7889, 7599, 8637, 7099, 8147, 6779, 8112, 8695, 7442, 8477, 7741, 8256, 7538, 7782, 8468, 7004, 8143, 6403, 8236, 9191, 8069, 8469, 7324, 8293, 7298, 7880, 8873, 7327, 8327, 6757, 8260, 8565, 7613, 8318, 7090, 8232, 6352, 7794, 8545, 7065, 8408, 7087, 7904, 8612, 7094, 8421, 6742, 7719, 8410, 6973, 8247, 6608, 7914, 8790, 7252, 8242, 7043, 8071, 6560, 7641, 8551, 7251, 8052, 7143, 8111, 8546, 7108, 8320, 7052, 7776, 8853, 6997, 8334, 7028, 7720, 8603, 7032, 8019, 7067, 7878, 8421, 7191, 8365, 6877, 7870, 8059, 7149, 8239, 6902, 7965, 6671, 7766, 8455, 7251, 8104, 6362, 7906, 8948, 7307, 8586, 6824, 7986, 6916, 7776, 8893, 7181, 8409, 7660, 8310, 8469, 7482, 8471, 7597, 8113, 7922, 7463, 8487, 7196, 8224, 8304, 7370, 8344, 6876, 7941, 6448, 7526, 8306, 7019, 7803, 6475, 7709, 8854, 7421, 8368, 7579, 8379, 8950, 7439, 8481, 7966, 8149, 7195, 7732, 8559, 7063, 8158, 6942, 7723, 8530, 7196, 8276, 6940, 8208, 8750, 7652, 8634, 7081, 8134, 6788, 7939, 8204, 7251, 8355, 7505, 8189, 7905, 7774, 8216, 7847, 8266, 9104, 7817, 8306, 7744, 8531, 7288, 7876, 8744, 7311, 8130, 6756, 8369, 8553, 7726, 8487, 7133, 8311, 7864, 7741, 8594, 7107, 8342, 7203, 8212, 8355, 7573, 8271, 7965, 8325, 7672, 7709, 8472, 6901, 8181, 7310, 7272, 8413, 7116, 7953, 6339, 7908, 8215, 7416, 8225, 6311, 7618, 8796, 7623, 8524, 6890, 8024, 7031, 7336, 8633, 7089, 8083, 7831, 8375, 7043, 7698, 8725, 6970, 8118, 7301, 8574, 6108, 7245, 6940, 8324, 7466, 7998, 7374, 8641, 7271, 8326, 7802, 7925, 8720, 7096, 8069, 7633, 8197, 8046, 7445, 7494, 7249, 7562, 7878, 8273, 7514, 7798, 8323, 7529, 7839, 8617, 7475, 8397, 7152, 8758, 7714, 8364, 7222, 7705, 8035, 7883, 9122, 7685, 9116, 7863, 8411, 7400, 8372, 7575, 7984, 8160, 8052, 7855, 8503, 7552, 8151, 7657, 8345, 7598, 8121, 7743, 8037, 7538, 7888, 9093, 7947, 8928, 7517, 7774, 7398, 7836, 8461, 7325, 7803, 7427, 7927, 8904, 7630, 8504, 7506, 7839, 7290, 7802, 8851, 7769, 8068, 7450, 7705, 8997, 7649, 8428, 7590, 7894, 9681, 7557, 8572, 7589, 7593, 8246, 7686, 8701, 7388, 7584, 7023, 7743, 8301, 7745, 8518, 7430, 8474, 7889, 7784, 8098, 7916, 8746, 7520, 8082, 6976, 7797, 8991, 7687, 8464, 7573, 7702, 8002, 7680, 8618, 7368, 8069, 7411, 7756, 7447, 7840, 8494, 7654, 7917, 6978, 7548, 8816, 7726, 7797, 7475, 7856, 9505, 7745, 8617, 7342, 8019, 7153, 7600, 8399, 7462, 7895, 6846, 7919, 9146, 7625, 8193, 7197, 7618, 9096, 7513, 8388, 7529, 7838, 8519, 7550, 8238, 7292, 7766, 9118, 7560, 8122, 7298, 7683, 8362, 7442, 8364, 7356, 7671, 7662, 7622, 8452, 7409, 7828, 7260, 7717, 8949, 7648, 8733, 7271, 7861, 7333, 7679, 8737, 7435, 7810, 7000, 7763, 9097, 7408, 8427, 7179, 7715, 6643, 7472, 9219, 7532, 8554, 7439, 7898, 6522, 7705, 8815, 7463, 8831, 7342, 7724, 8509, 7579, 8358, 7389, 7740, 8574, 7476, 8730, 7306, 7894, 7055, 7695, 8715, 7232, 7479, 7247, 7994, 7418, 7590, 7916, 7470, 8297, 7076, 8230, 7646, 7820, 7784, 8619, 8247, 7696, 9244, 7339, 7968, 7535, 7744, 9168, 7906, 8099, 7482, 7806, 8350, 7568, 8271, 7262, 7942, 6664, 7650, 7754, 7231, 8296, 7055, 7715, 7199, 7563, 7586, 7400, 9171, 7423, 8720, 7281, 7980, 7028], 'WindowCenter': [3843.0, 3821.0, 3776.0, 3775.0, 3747.0, 3760.0, 3765.0, 3743.0, 3753.0, 3729.0, 3745.0, 3751.0, 3741.0, 3751.0, 3720.0, 3744.0, 3711.0, 3743.0, 3744.0, 3722.0, 3755.0, 3719.0, 3741.0, 3734.0, 3743.0, 3745.0, 3732.0, 3757.0, 3710.0, 3761.0, 3757.0, 3767.0, 3766.0, 3735.0, 3767.0, 3757.0, 3755.0, 3758.0, 3733.0, 3766.0, 3757.0, 3735.0, 3746.0, 3713.0, 3745.0, 3763.0, 3710.0, 3746.0, 3721.0, 3746.0, 3756.0, 3724.0, 3765.0, 3722.0, 3754.0, 3757.0, 3726.0, 3744.0, 3725.0, 3756.0, 3757.0, 3734.0, 3759.0, 3734.0, 3748.0, 3758.0, 3747.0, 3758.0, 3715.0, 3754.0, 3753.0, 3746.0, 3758.0, 3733.0, 3749.0, 3733.0, 3746.0, 3765.0, 3715.0, 3748.0, 3747.0, 3737.0, 3758.0, 3733.0, 3747.0, 3746.0, 3734.0, 3752.0, 3741.0, 3752.0, 3743.0, 3732.0, 3739.0, 3718.0, 3742.0, 3749.0, 3731.0, 3732.0, 3728.0, 3741.0, 3717.0, 3743.0, 3751.0, 3709.0, 3740.0, 3721.0, 3742.0, 3745.0, 3730.0, 3742.0, 3710.0, 3734.0, 3754.0, 3730.0, 3752.0, 3722.0, 3741.0, 3761.0, 3733.0, 3743.0, 3708.0, 3750.0, 3750.0, 3721.0, 3751.0, 3722.0, 3745.0, 3740.0, 3740.0, 3743.0, 3719.0, 3745.0, 3743.0, 3742.0, 3763.0, 3735.0, 3753.0, 3742.0, 3744.0, 3744.0, 3721.0, 3746.0, 3714.0, 3746.0, 3764.0, 3741.0, 3745.0, 3710.0, 3729.0, 3753.0, 3713.0, 3753.0, 3710.0, 3741.0, 3752.0, 3731.0, 3752.0, 3722.0, 3734.0, 3755.0, 3721.0, 3753.0, 3710.0, 3746.0, 3763.0, 3724.0, 3758.0, 3745.0, 3756.0, 3734.0, 3755.0, 3755.0, 3767.0, 3757.0, 3756.0, 3721.0, 3743.0, 3747.0, 3724.0, 3753.0, 3721.0, 3735.0, 3744.0, 3720.0, 3751.0, 3722.0, 3742.0, 3756.0, 3721.0, 3753.0, 3714.0, 3745.0, 3742.0, 3722.0, 3757.0, 3701.0, 3765.0, 3744.0, 3743.0, 3758.0, 3726.0, 3747.0, 3724.0, 3743.0, 3757.0, 3736.0, 3754.0, 3726.0, 3755.0, 3757.0, 3741.0, 3756.0, 3721.0, 3754.0, 3763.0, 3736.0, 3751.0, 3713.0, 3742.0, 3755.0, 3734.0, 3745.0, 3731.0, 3754.0, 3753.0, 3734.0, 3744.0, 3720.0, 3753.0, 3763.0, 3735.0, 3745.0, 3721.0, 3745.0, 3744.0, 3733.0, 3752.0, 3730.0, 3745.0, 3762.0, 3734.0, 3744.0, 3722.0, 3752.0, 3739.0, 3733.0, 3752.0, 3740.0, 3739.0, 3722.0, 3733.0, 3743.0, 3712.0, 3755.0, 3741.0, 3733.0, 3751.0, 3721.0, 3752.0, 3760.0, 3742.0, 3753.0, 3713.0, 3745.0, 3734.0, 3734.0, 3741.0, 3720.0, 3742.0, 3720.0, 3745.0, 3753.0, 3731.0, 3746.0, 3724.0, 3753.0, 3764.0, 3737.0, 3757.0, 3753.0, 3754.0, 3755.0, 3742.0, 3742.0, 3709.0, 3753.0, 3754.0, 3752.0, 3744.0, 3741.0, 3751.0, 3732.0, 3732.0, 3733.0, 3729.0, 3743.0, 3732.0, 3732.0, 3743.0, 3711.0, 3743.0, 3720.0, 3730.0, 3750.0, 3730.0, 3741.0, 3732.0, 3730.0, 3751.0, 3722.0, 3739.0, 3729.0, 3733.0, 3745.0, 3712.0, 3753.0, 3710.0, 3743.0, 3750.0, 3722.0, 3744.0, 3720.0, 3730.0, 3730.0, 3733.0, 3743.0, 3722.0, 3751.0, 3733.0, 3742.0, 3744.0, 3713.0, 3745.0, 3741.0, 3741.0, 3744.0, 3722.0, 3745.0, 3741.0, 3735.0, 3744.0, 3720.0, 3753.0, 3740.0, 3743.0, 3752.0, 3712.0, 3744.0, 3712.0, 3745.0, 3762.0, 3741.0, 3743.0, 3712.0, 3752.0, 3751.0, 3730.0, 3752.0, 3724.0, 3752.0, 3730.0, 3741.0, 3752.0, 3718.0, 3744.0, 3720.0, 3741.0, 3744.0, 3741.0, 3752.0, 3712.0, 3741.0, 3751.0, 3740.0, 3752.0, 3697.0, 3752.0, 3729.0, 3733.0, 3744.0, 3709.0, 3752.0, 3711.0, 3742.0, 3744.0, 3729.0, 3752.0, 3719.0, 3746.0, 3754.0, 3742.0, 3752.0, 3722.0, 3752.0, 3739.0, 3729.0, 3744.0, 3734.0, 3734.0, 3721.0, 3741.0, 3744.0, 3709.0, 3744.0, 3721.0, 3731.0, 3745.0, 3720.0, 3745.0, 3724.0, 3742.0, 3744.0, 3713.0, 3746.0, 3742.0, 3735.0, 3763.0, 3722.0, 3755.0, 3715.0, 3746.0, 3762.0, 3722.0, 3754.0, 3725.0, 3747.0, 3754.0, 3737.0, 3758.0, 3712.0, 3757.0, 3754.0, 3742.0, 3753.0, 3722.0, 3746.0, 3756.0, 3743.0, 3753.0, 3710.0, 3753.0, 3752.0, 3743.0, 3742.0, 3709.0, 3754.0, 3722.0, 3745.0, 3756.0, 3720.0, 3743.0, 3724.0, 3746.0, 3745.0, 3713.0, 3745.0, 3744.0, 3743.0, 3759.0, 3752.0, 3757.0, 3724.0, 3739.0, 3754.0, 3743.0, 3751.0, 3730.0, 3756.0, 3723.0, 3752.0, 3712.0, 3734.0, 3710.0, 3742.0, 3744.0, 3753.0, 3764.0, 3737.0, 3775.0, 3747.0, 3733.0, 3752.0, 3721.0, 3752.0, 3742.0, 3753.0, 3755.0, 3734.0, 3751.0, 3711.0, 3739.0, 3739.0, 3729.0, 3752.0, 3728.0, 3742.0, 3710.0, 3732.0, 3719.0, 3753.0, 3721.0, 3741.0, 3753.0, 3732.0, 3763.0, 3709.0, 3752.0, 3751.0, 3723.0, 3745.0, 3698.0, 3753.0, 3744.0, 3724.0, 3753.0, 3712.0, 3753.0, 3763.0, 3722.0, 3746.0, 3733.0, 3754.0, 3757.0, 3742.0, 3745.0, 3701.0, 3734.0, 3739.0, 3723.0, 3744.0, 3721.0, 3752.0, 3751.0, 3719.0, 3734.0, 3702.0, 3740.0, 3754.0, 3742.0, 3752.0, 3730.0, 3743.0, 3742.0, 3733.0, 3744.0, 3730.0, 3752.0, 3751.0, 3740.0, 3750.0, 3739.0, 3740.0, 3749.0, 3740.0, 3749.0, 3711.0, 3751.0, 3721.0, 3718.0, 3742.0, 3711.0, 3751.0, 3711.0, 3734.0, 3751.0, 3711.0, 3743.0, 3700.0, 3741.0, 3752.0, 3713.0, 3753.0, 3721.0, 3754.0, 3745.0, 3731.0, 3745.0, 3720.0, 3753.0, 3755.0, 3724.0, 3753.0, 3713.0, 3753.0, 3731.0, 3741.0, 3744.0, 3712.0, 3744.0, 3712.0, 3742.0, 3752.0, 3714.0, 3752.0, 3712.0, 3734.0, 3755.0, 3732.0, 3742.0, 3721.0, 3752.0, 3752.0, 3712.0, 3731.0, 3733.0, 3741.0, 3745.0, 3723.0, 3752.0, 3709.0, 3741.0, 3751.0, 3730.0, 3740.0, 3709.0, 3741.0, 3744.0, 3723.0, 3752.0, 3730.0, 3763.0, 3744.0, 3742.0, 3752.0, 3709.0, 3752.0, 3743.0, 3731.0, 3744.0, 3719.0, 3744.0, 3737.0, 3742.0, 3752.0, 3731.0, 3744.0, 3719.0, 3753.0, 3744.0, 3731.0, 3746.0, 3713.0, 3746.0, 3763.0, 3733.0, 3752.0, 3709.0, 3744.0, 3751.0, 3734.0, 3740.0, 3722.0, 3753.0, 3710.0, 3743.0, 3753.0, 3744.0, 3765.0, 3721.0, 3753.0, 3745.0, 3731.0, 3734.0, 3731.0, 3753.0, 3752.0, 3730.0, 3751.0, 3707.0, 3738.0, 3740.0, 3722.0, 3740.0, 3729.0, 3750.0, 3720.0, 3732.0, 3750.0, 3711.0, 3733.0, 3721.0, 3738.0, 3751.0, 3719.0, 3751.0, 3719.0, 3752.0, 3752.0, 3721.0, 3752.0, 3702.0, 3741.0, 3750.0, 3740.0, 3740.0, 3730.0, 3744.0, 3712.0, 3730.0, 3733.0, 3753.0, 3721.0, 3763.0, 3731.0, 3758.0, 3756.0, 3746.0, 3743.0, 3712.0, 3730.0, 3750.0, 3718.0, 3732.0, 3728.0, 3732.0, 3748.0, 3718.0, 3739.0, 3717.0, 3720.0, 3742.0, 3719.0, 3742.0, 3696.0, 3742.0, 3712.0, 3732.0, 3764.0, 3703.0, 3748.0, 3756.0, 3725.0, 3758.0, 3733.0, 3743.0, 3756.0, 3713.0, 3754.0, 3742.0, 3743.0, 3745.0, 3713.0, 3743.0, 3741.0, 3734.0, 3753.0, 3731.0, 3741.0, 3721.0, 3740.0, 3753.0, 3720.0, 3744.0, 3739.0, 3729.0, 3745.0, 3729.0, 3753.0, 3744.0, 3734.0, 3744.0, 3709.0, 3729.0, 3744.0, 3731.0, 3745.0, 3710.0, 3744.0, 3743.0, 3731.0, 3745.0, 3722.0, 3743.0, 3752.0, 3723.0, 3752.0, 3712.0, 3745.0, 3752.0, 3723.0, 3744.0, 3710.0, 3753.0, 3740.0, 3734.0, 3752.0, 3724.0, 3742.0, 3744.0, 3733.0, 3751.0, 3729.0, 3745.0, 3740.0, 3732.0, 3750.0, 3709.0, 3744.0, 3700.0, 3751.0, 3744.0, 3731.0, 3733.0, 3712.0, 3752.0, 3720.0, 3751.0, 3729.0, 3733.0, 3744.0, 3723.0, 3752.0, 3730.0, 3745.0, 3743.0, 3733.0, 3752.0, 3720.0, 3744.0, 3744.0, 3732.0, 3743.0, 3719.0, 3751.0, 3728.0, 3732.0, 3742.0, 3730.0, 3740.0, 3730.0, 3743.0, 3739.0, 3731.0, 3742.0, 3715.0, 3731.0, 3719.0, 3740.0, 3732.0, 3718.0, 3749.0, 3709.0, 3729.0, 3731.0, 3729.0, 3750.0, 3719.0, 3751.0, 3718.0, 3740.0, 3750.0, 3740.0, 3743.0, 3739.0, 3743.0, 3721.0, 3739.0, 3739.0, 3721.0, 3739.0, 3739.0, 3740.0, 3740.0, 3722.0, 3743.0, 3741.0, 3740.0, 3731.0, 3742.0, 3746.0, 3735.0, 3751.0, 3731.0, 3756.0, 3740.0, 3742.0, 3753.0, 3731.0, 3740.0, 3713.0, 3745.0, 3744.0, 3722.0, 3744.0, 3719.0, 3734.0, 3752.0, 3731.0, 3742.0, 3721.0, 3742.0, 3732.0, 3723.0, 3745.0, 3732.0, 3753.0, 3733.0, 3757.0, 3764.0, 3743.0, 3753.0, 3731.0, 3747.0, 3752.0, 3732.0, 3752.0, 3731.0, 3752.0, 3740.0, 3741.0, 3752.0, 3708.0, 3752.0, 3742.0, 3735.0, 3745.0, 3724.0, 3753.0, 3751.0, 3731.0, 3753.0, 3733.0, 3742.0, 3731.0, 3723.0, 3751.0, 3722.0, 3745.0, 3741.0, 3743.0, 3740.0, 3722.0, 3752.0, 3726.0, 3764.0, 3726.0, 3754.0, 3745.0, 3727.0, 3757.0, 3779.0, 3726.0, 3744.0, 3765.0, 3732.0, 3745.0, 3721.0, 3755.0, 3745.0, 3743.0, 3743.0, 3735.0, 3722.0, 3754.0, 3734.0, 3760.0, 3747.0, 3767.0, 3735.0, 3755.0, 3723.0, 3756.0, 3757.0, 3726.0, 3746.0, 3744.0, 3735.0, 3744.0, 3753.0, 3754.0, 3733.0, 3743.0, 3732.0, 3743.0, 3756.0, 3719.0, 3742.0, 3712.0, 3744.0, 3744.0, 3722.0, 3740.0, 3708.0, 3733.0, 3743.0, 3731.0, 3745.0, 3723.0, 3754.0, 3744.0, 3724.0, 3752.0, 3732.0, 3755.0, 3743.0, 3744.0, 3754.0, 3736.0, 3747.0, 3714.0, 3746.0, 3764.0, 3725.0, 3746.0, 3722.0, 3743.0, 3754.0, 3743.0, 3731.0, 3724.0, 3753.0, 3743.0, 3744.0, 3721.0, 3754.0, 3733.0, 3754.0, 3732.0, 3753.0, 3758.0, 3742.0, 3752.0, 3744.0, 3717.0, 3751.0, 3729.0, 3729.0, 3717.0, 3739.0, 3742.0, 3710.0, 3740.0, 3709.0, 3751.0, 3750.0, 3729.0, 3740.0, 3718.0, 3743.0, 3743.0, 3719.0, 3733.0, 3719.0, 3742.0, 3740.0, 3722.0, 3740.0, 3708.0, 3752.0, 3733.0, 3742.0, 3745.0, 3732.0, 3745.0, 3712.0, 3753.0, 3744.0, 3742.0, 3753.0, 3731.0, 3742.0, 3751.0, 3730.0, 3752.0, 3709.0, 3744.0, 3744.0, 3720.0, 3733.0, 3731.0, 3744.0, 3720.0, 3733.0, 3752.0, 3724.0, 3753.0, 3742.0, 3746.0, 3744.0, 3744.0, 3751.0, 3729.0, 3733.0, 3750.0, 3740.0, 3751.0, 3719.0, 3729.0, 3707.0, 3739.0, 3738.0, 3718.0, 3732.0, 3697.0, 3732.0, 3728.0, 3740.0, 3750.0, 3718.0, 3750.0, 3711.0, 3745.0, 3743.0, 3742.0, 3744.0, 3731.0, 3756.0, 3710.0, 3734.0, 3743.0, 3720.0, 3744.0, 3720.0, 3751.0, 3743.0, 3719.0, 3741.0, 3708.0, 3744.0, 3730.0, 3733.0, 3751.0, 3724.0, 3752.0, 3731.0, 3752.0, 3733.0, 3741.0, 3745.0, 3721.0, 3745.0, 3721.0, 3731.0, 3751.0, 3730.0, 3752.0, 3730.0, 3752.0, 3741.0, 3741.0, 3743.0, 3707.0, 3733.0, 3708.0, 3752.0, 3762.0, 3733.0, 3741.0, 3730.0, 3729.0, 3720.0, 3732.0, 3742.0, 3729.0, 3730.0, 3697.0, 3732.0, 3749.0, 3729.0, 3739.0, 3712.0, 3744.0, 3701.0, 3741.0, 3744.0, 3730.0, 3752.0, 3711.0, 3741.0, 3740.0, 3720.0, 3752.0, 3719.0, 3733.0, 3751.0, 3711.0, 3742.0, 3710.0, 3742.0, 3751.0, 3731.0, 3740.0, 3732.0, 3747.0, 3713.0, 3754.0, 3764.0, 3744.0, 3755.0, 3733.0, 3754.0, 3765.0, 3733.0, 3754.0, 3731.0, 3742.0, 3763.0, 3720.0, 3753.0, 3720.0, 3733.0, 3743.0, 3711.0, 3733.0, 3719.0, 3741.0, 3743.0, 3723.0, 3753.0, 3713.0, 3753.0, 3731.0, 3733.0, 3754.0, 3732.0, 3754.0, 3714.0, 3736.0, 3744.0, 3742.0, 3754.0, 3703.0, 3754.0, 3763.0, 3732.0, 3756.0, 3713.0, 3753.0, 3720.0, 3735.0, 3755.0, 3724.0, 3752.0, 3734.0, 3745.0, 3751.0, 3722.0, 3743.0, 3718.0, 3742.0, 3741.0, 3731.0, 3740.0, 3719.0, 3751.0, 3729.0, 3730.0, 3751.0, 3720.0, 3734.0, 3697.0, 3741.0, 3751.0, 3712.0, 3734.0, 3710.0, 3734.0, 3754.0, 3731.0, 3751.0, 3741.0, 3751.0, 3750.0, 3722.0, 3744.0, 3740.0, 3741.0, 3711.0, 3722.0, 3742.0, 3710.0, 3730.0, 3719.0, 3734.0, 3751.0, 3721.0, 3752.0, 3719.0, 3744.0, 3743.0, 3730.0, 3743.0, 3709.0, 3730.0, 3711.0, 3732.0, 3732.0, 3730.0, 3734.0, 3723.0, 3751.0, 3740.0, 3740.0, 3732.0, 3732.0, 3751.0, 3750.0, 3730.0, 3732.0, 3729.0, 3751.0, 3717.0, 3739.0, 3750.0, 3721.0, 3732.0, 3719.0, 3733.0, 3742.0, 3722.0, 3750.0, 3718.0, 3740.0, 3721.0, 3728.0, 3750.0, 3719.0, 3731.0, 3730.0, 3751.0, 3732.0, 3740.0, 3741.0, 3731.0, 3744.0, 3722.0, 3740.0, 3740.0, 3706.0, 3751.0, 3729.0, 3720.0, 3752.0, 3723.0, 3752.0, 3702.0, 3742.0, 3751.0, 3730.0, 3741.0, 3709.0, 3734.0, 3744.0, 3733.0, 3744.0, 3722.0, 3741.0, 3719.0, 3723.0, 3744.0, 3723.0, 3728.0, 3720.0, 3752.0, 3720.0, 3734.0, 3742.0, 3723.0, 3742.0, 3718.0, 3763.0, 3704.0, 3742.0, 3733.0, 3757.0, 3732.0, 3746.0, 3744.0, 3765.0, 3744.0, 3755.0, 3742.0, 3730.0, 3743.0, 3711.0, 3733.0, 3730.0, 3741.0, 3734.0, 3736.0, 3729.0, 3729.0, 3735.0, 3772.0, 3780.0, 3744.0, 3747.0, 3755.0, 3754.0, 3754.0, 3764.0, 3735.0, 3753.0, 3745.0, 3758.0, 3755.0, 3767.0, 3744.0, 3755.0, 3752.0, 3752.0, 3752.0, 3722.0, 3738.0, 3739.0, 3738.0, 3718.0, 3739.0, 3729.0, 3729.0, 3730.0, 3740.0, 3740.0, 3739.0, 3729.0, 3739.0, 3740.0, 3751.0, 3741.0, 3742.0, 3742.0, 3753.0, 3742.0, 3744.0, 3762.0, 3735.0, 3764.0, 3731.0, 3741.0, 3730.0, 3741.0, 3751.0, 3730.0, 3732.0, 3730.0, 3742.0, 3762.0, 3734.0, 3752.0, 3731.0, 3742.0, 3731.0, 3734.0, 3752.0, 3731.0, 3743.0, 3731.0, 3743.0, 3751.0, 3741.0, 3751.0, 3740.0, 3741.0, 3761.0, 3742.0, 3751.0, 3744.0, 3755.0, 3754.0, 3744.0, 3752.0, 3720.0, 3741.0, 3720.0, 3742.0, 3751.0, 3741.0, 3741.0, 3742.0, 3753.0, 3742.0, 3743.0, 3741.0, 3742.0, 3751.0, 3741.0, 3742.0, 3720.0, 3742.0, 3751.0, 3730.0, 3732.0, 3729.0, 3731.0, 3739.0, 3730.0, 3751.0, 3730.0, 3740.0, 3730.0, 3741.0, 3721.0, 3740.0, 3739.0, 3729.0, 3741.0, 3720.0, 3740.0, 3762.0, 3741.0, 3733.0, 3730.0, 3752.0, 3750.0, 3741.0, 3752.0, 3730.0, 3742.0, 3719.0, 3733.0, 3751.0, 3719.0, 3742.0, 3720.0, 3734.0, 3762.0, 3742.0, 3741.0, 3730.0, 3741.0, 3751.0, 3730.0, 3744.0, 3730.0, 3731.0, 3743.0, 3740.0, 3750.0, 3721.0, 3741.0, 3751.0, 3741.0, 3741.0, 3731.0, 3731.0, 3751.0, 3720.0, 3751.0, 3723.0, 3742.0, 3730.0, 3743.0, 3752.0, 3731.0, 3741.0, 3730.0, 3742.0, 3754.0, 3734.0, 3745.0, 3731.0, 3753.0, 3723.0, 3741.0, 3751.0, 3730.0, 3741.0, 3712.0, 3743.0, 3753.0, 3723.0, 3743.0, 3730.0, 3733.0, 3711.0, 3742.0, 3762.0, 3742.0, 3753.0, 3731.0, 3743.0, 3708.0, 3741.0, 3751.0, 3730.0, 3754.0, 3730.0, 3741.0, 3750.0, 3740.0, 3751.0, 3729.0, 3733.0, 3750.0, 3730.0, 3751.0, 3730.0, 3742.0, 3719.0, 3741.0, 3744.0, 3730.0, 3731.0, 3722.0, 3753.0, 3730.0, 3734.0, 3752.0, 3733.0, 3765.0, 3733.0, 3766.0, 3756.0, 3755.0, 3755.0, 3767.0, 3754.0, 3743.0, 3763.0, 3720.0, 3741.0, 3729.0, 3730.0, 3761.0, 3740.0, 3740.0, 3729.0, 3733.0, 3740.0, 3717.0, 3738.0, 3728.0, 3740.0, 3719.0, 3730.0, 3731.0, 3742.0, 3740.0, 3717.0, 3728.0, 3718.0, 3731.0, 3734.0, 3732.0, 3763.0, 3742.0, 3763.0, 3731.0, 3744.0, 3731.0], 'WindowWidth': [8626.0, 8580.0, 8501.0, 8494.0, 8453.0, 8464.0, 8471.0, 8437.0, 8450.0, 8415.0, 8433.0, 8445.0, 8432.0, 8445.0, 8403.0, 8431.0, 8383.0, 8428.0, 8429.0, 8401.0, 8447.0, 8403.0, 8428.0, 8420.0, 8440.0, 8437.0, 8424.0, 8454.0, 8389.0, 8468.0, 8465.0, 8478.0, 8476.0, 8433.0, 8477.0, 8455.0, 8457.0, 8457.0, 8427.0, 8473.0, 8453.0, 8423.0, 8438.0, 8390.0, 8434.0, 8465.0, 8385.0, 8439.0, 8408.0, 8440.0, 8452.0, 8408.0, 8471.0, 8410.0, 8457.0, 8455.0, 8413.0, 8437.0, 8420.0, 8462.0, 8453.0, 8429.0, 8460.0, 8430.0, 8444.0, 8458.0, 8443.0, 8458.0, 8398.0, 8456.0, 8452.0, 8440.0, 8457.0, 8428.0, 8446.0, 8426.0, 8440.0, 8470.0, 8397.0, 8444.0, 8440.0, 8427.0, 8456.0, 8426.0, 8441.0, 8437.0, 8418.0, 8449.0, 8430.0, 8448.0, 8428.0, 8412.0, 8427.0, 8397.0, 8425.0, 8437.0, 8409.0, 8411.0, 8411.0, 8424.0, 8390.0, 8430.0, 8445.0, 8388.0, 8423.0, 8399.0, 8434.0, 8434.0, 8418.0, 8428.0, 8390.0, 8417.0, 8443.0, 8416.0, 8447.0, 8400.0, 8424.0, 8459.0, 8416.0, 8429.0, 8377.0, 8443.0, 8440.0, 8398.0, 8443.0, 8399.0, 8433.0, 8432.0, 8430.0, 8429.0, 8399.0, 8435.0, 8430.0, 8436.0, 8463.0, 8422.0, 8445.0, 8435.0, 8433.0, 8433.0, 8408.0, 8437.0, 8392.0, 8438.0, 8468.0, 8434.0, 8435.0, 8390.0, 8409.0, 8451.0, 8390.0, 8450.0, 8384.0, 8434.0, 8450.0, 8418.0, 8449.0, 8400.0, 8418.0, 8448.0, 8406.0, 8450.0, 8386.0, 8439.0, 8464.0, 8410.0, 8458.0, 8448.0, 8453.0, 8429.0, 8456.0, 8460.0, 8480.0, 8466.0, 8457.0, 8401.0, 8438.0, 8439.0, 8404.0, 8451.0, 8399.0, 8420.0, 8432.0, 8404.0, 8446.0, 8400.0, 8435.0, 8449.0, 8400.0, 8452.0, 8394.0, 8435.0, 8435.0, 8403.0, 8452.0, 8377.0, 8472.0, 8435.0, 8433.0, 8457.0, 8412.0, 8441.0, 8408.0, 8440.0, 8455.0, 8424.0, 8447.0, 8411.0, 8456.0, 8452.0, 8434.0, 8451.0, 8406.0, 8446.0, 8465.0, 8424.0, 8442.0, 8390.0, 8436.0, 8447.0, 8420.0, 8435.0, 8419.0, 8453.0, 8451.0, 8420.0, 8433.0, 8395.0, 8451.0, 8462.0, 8422.0, 8434.0, 8399.0, 8435.0, 8431.0, 8416.0, 8449.0, 8417.0, 8434.0, 8461.0, 8417.0, 8431.0, 8398.0, 8446.0, 8419.0, 8414.0, 8446.0, 8428.0, 8421.0, 8399.0, 8415.0, 8427.0, 8386.0, 8447.0, 8432.0, 8416.0, 8447.0, 8406.0, 8449.0, 8457.0, 8434.0, 8452.0, 8388.0, 8435.0, 8418.0, 8420.0, 8425.0, 8403.0, 8428.0, 8397.0, 8434.0, 8451.0, 8414.0, 8439.0, 8408.0, 8453.0, 8467.0, 8426.0, 8454.0, 8450.0, 8455.0, 8448.0, 8433.0, 8436.0, 8379.0, 8449.0, 8443.0, 8445.0, 8431.0, 8430.0, 8445.0, 8410.0, 8411.0, 8414.0, 8404.0, 8429.0, 8412.0, 8413.0, 8428.0, 8384.0, 8427.0, 8395.0, 8406.0, 8444.0, 8414.0, 8432.0, 8412.0, 8409.0, 8445.0, 8400.0, 8419.0, 8413.0, 8415.0, 8435.0, 8386.0, 8449.0, 8383.0, 8428.0, 8441.0, 8398.0, 8431.0, 8401.0, 8409.0, 8409.0, 8416.0, 8430.0, 8400.0, 8446.0, 8415.0, 8434.0, 8432.0, 8389.0, 8434.0, 8433.0, 8432.0, 8431.0, 8401.0, 8433.0, 8432.0, 8420.0, 8432.0, 8405.0, 8450.0, 8429.0, 8429.0, 8447.0, 8387.0, 8432.0, 8387.0, 8433.0, 8460.0, 8430.0, 8429.0, 8385.0, 8448.0, 8446.0, 8410.0, 8448.0, 8404.0, 8449.0, 8415.0, 8431.0, 8446.0, 8390.0, 8432.0, 8403.0, 8425.0, 8431.0, 8430.0, 8446.0, 8385.0, 8426.0, 8445.0, 8431.0, 8447.0, 8363.0, 8448.0, 8414.0, 8415.0, 8431.0, 8388.0, 8446.0, 8385.0, 8433.0, 8430.0, 8414.0, 8446.0, 8401.0, 8435.0, 8445.0, 8433.0, 8448.0, 8400.0, 8446.0, 8419.0, 8414.0, 8429.0, 8415.0, 8417.0, 8398.0, 8432.0, 8430.0, 8388.0, 8431.0, 8398.0, 8412.0, 8433.0, 8404.0, 8435.0, 8406.0, 8435.0, 8432.0, 8390.0, 8437.0, 8436.0, 8422.0, 8465.0, 8410.0, 8457.0, 8397.0, 8438.0, 8463.0, 8410.0, 8455.0, 8410.0, 8441.0, 8455.0, 8429.0, 8457.0, 8398.0, 8455.0, 8446.0, 8437.0, 8452.0, 8408.0, 8437.0, 8449.0, 8437.0, 8449.0, 8390.0, 8451.0, 8449.0, 8437.0, 8428.0, 8384.0, 8447.0, 8402.0, 8436.0, 8450.0, 8405.0, 8431.0, 8406.0, 8436.0, 8433.0, 8389.0, 8435.0, 8432.0, 8436.0, 8461.0, 8446.0, 8452.0, 8407.0, 8425.0, 8448.0, 8441.0, 8442.0, 8418.0, 8454.0, 8404.0, 8449.0, 8388.0, 8419.0, 8390.0, 8429.0, 8432.0, 8454.0, 8469.0, 8431.0, 8484.0, 8444.0, 8428.0, 8450.0, 8407.0, 8443.0, 8436.0, 8451.0, 8448.0, 8418.0, 8444.0, 8382.0, 8427.0, 8424.0, 8406.0, 8447.0, 8410.0, 8424.0, 8381.0, 8411.0, 8402.0, 8452.0, 8407.0, 8426.0, 8450.0, 8416.0, 8466.0, 8380.0, 8447.0, 8444.0, 8401.0, 8434.0, 8366.0, 8449.0, 8433.0, 8407.0, 8452.0, 8388.0, 8452.0, 8465.0, 8402.0, 8440.0, 8427.0, 8454.0, 8454.0, 8436.0, 8435.0, 8371.0, 8417.0, 8420.0, 8402.0, 8432.0, 8405.0, 8449.0, 8446.0, 8395.0, 8419.0, 8373.0, 8424.0, 8445.0, 8433.0, 8449.0, 8414.0, 8429.0, 8425.0, 8414.0, 8430.0, 8414.0, 8446.0, 8444.0, 8429.0, 8440.0, 8424.0, 8428.0, 8439.0, 8426.0, 8438.0, 8384.0, 8445.0, 8396.0, 8390.0, 8425.0, 8383.0, 8445.0, 8383.0, 8416.0, 8446.0, 8385.0, 8429.0, 8370.0, 8433.0, 8448.0, 8390.0, 8449.0, 8408.0, 8454.0, 8434.0, 8421.0, 8434.0, 8398.0, 8452.0, 8447.0, 8404.0, 8451.0, 8389.0, 8450.0, 8411.0, 8432.0, 8431.0, 8386.0, 8432.0, 8388.0, 8427.0, 8449.0, 8391.0, 8449.0, 8388.0, 8420.0, 8449.0, 8422.0, 8429.0, 8407.0, 8449.0, 8448.0, 8386.0, 8414.0, 8415.0, 8432.0, 8431.0, 8401.0, 8448.0, 8380.0, 8430.0, 8443.0, 8417.0, 8424.0, 8381.0, 8432.0, 8432.0, 8405.0, 8450.0, 8416.0, 8463.0, 8432.0, 8434.0, 8449.0, 8380.0, 8448.0, 8428.0, 8411.0, 8430.0, 8392.0, 8433.0, 8417.0, 8434.0, 8450.0, 8421.0, 8433.0, 8402.0, 8450.0, 8434.0, 8420.0, 8436.0, 8389.0, 8437.0, 8464.0, 8417.0, 8450.0, 8387.0, 8431.0, 8442.0, 8417.0, 8423.0, 8401.0, 8450.0, 8384.0, 8439.0, 8452.0, 8441.0, 8471.0, 8409.0, 8452.0, 8435.0, 8419.0, 8420.0, 8420.0, 8451.0, 8448.0, 8417.0, 8444.0, 8382.0, 8423.0, 8419.0, 8399.0, 8427.0, 8412.0, 8442.0, 8395.0, 8411.0, 8442.0, 8383.0, 8414.0, 8396.0, 8417.0, 8444.0, 8392.0, 8445.0, 8399.0, 8447.0, 8447.0, 8405.0, 8447.0, 8373.0, 8425.0, 8442.0, 8428.0, 8423.0, 8414.0, 8433.0, 8388.0, 8411.0, 8416.0, 8451.0, 8409.0, 8464.0, 8423.0, 8458.0, 8452.0, 8437.0, 8431.0, 8386.0, 8407.0, 8440.0, 8396.0, 8413.0, 8410.0, 8410.0, 8437.0, 8397.0, 8426.0, 8393.0, 8394.0, 8426.0, 8399.0, 8425.0, 8360.0, 8434.0, 8390.0, 8415.0, 8467.0, 8377.0, 8442.0, 8452.0, 8410.0, 8456.0, 8426.0, 8432.0, 8450.0, 8391.0, 8455.0, 8428.0, 8437.0, 8434.0, 8389.0, 8431.0, 8432.0, 8418.0, 8450.0, 8420.0, 8426.0, 8399.0, 8425.0, 8450.0, 8397.0, 8432.0, 8421.0, 8409.0, 8435.0, 8406.0, 8452.0, 8431.0, 8418.0, 8431.0, 8389.0, 8408.0, 8431.0, 8417.0, 8433.0, 8383.0, 8431.0, 8429.0, 8417.0, 8433.0, 8409.0, 8431.0, 8449.0, 8403.0, 8447.0, 8386.0, 8434.0, 8448.0, 8403.0, 8433.0, 8385.0, 8450.0, 8429.0, 8419.0, 8449.0, 8403.0, 8427.0, 8431.0, 8416.0, 8444.0, 8413.0, 8433.0, 8421.0, 8413.0, 8443.0, 8381.0, 8432.0, 8369.0, 8444.0, 8432.0, 8418.0, 8415.0, 8386.0, 8447.0, 8403.0, 8445.0, 8412.0, 8416.0, 8432.0, 8401.0, 8447.0, 8417.0, 8435.0, 8429.0, 8415.0, 8448.0, 8402.0, 8430.0, 8428.0, 8412.0, 8428.0, 8400.0, 8443.0, 8410.0, 8411.0, 8425.0, 8414.0, 8429.0, 8414.0, 8427.0, 8425.0, 8409.0, 8423.0, 8383.0, 8409.0, 8398.0, 8426.0, 8412.0, 8390.0, 8439.0, 8377.0, 8404.0, 8408.0, 8411.0, 8442.0, 8400.0, 8444.0, 8398.0, 8428.0, 8440.0, 8428.0, 8426.0, 8425.0, 8429.0, 8397.0, 8425.0, 8418.0, 8395.0, 8428.0, 8427.0, 8427.0, 8428.0, 8401.0, 8430.0, 8431.0, 8424.0, 8419.0, 8436.0, 8436.0, 8421.0, 8440.0, 8421.0, 8449.0, 8430.0, 8435.0, 8451.0, 8420.0, 8425.0, 8392.0, 8433.0, 8430.0, 8400.0, 8431.0, 8401.0, 8417.0, 8447.0, 8420.0, 8434.0, 8405.0, 8434.0, 8413.0, 8404.0, 8434.0, 8421.0, 8452.0, 8425.0, 8454.0, 8466.0, 8437.0, 8451.0, 8418.0, 8439.0, 8447.0, 8421.0, 8449.0, 8418.0, 8449.0, 8429.0, 8431.0, 8447.0, 8380.0, 8450.0, 8435.0, 8421.0, 8435.0, 8404.0, 8451.0, 8445.0, 8411.0, 8450.0, 8416.0, 8434.0, 8418.0, 8402.0, 8445.0, 8400.0, 8434.0, 8433.0, 8438.0, 8424.0, 8409.0, 8449.0, 8416.0, 8466.0, 8415.0, 8455.0, 8446.0, 8419.0, 8459.0, 8497.0, 8411.0, 8433.0, 8470.0, 8421.0, 8434.0, 8405.0, 8456.0, 8435.0, 8438.0, 8437.0, 8421.0, 8408.0, 8452.0, 8423.0, 8462.0, 8449.0, 8476.0, 8432.0, 8457.0, 8403.0, 8459.0, 8451.0, 8411.0, 8435.0, 8439.0, 8421.0, 8440.0, 8452.0, 8454.0, 8423.0, 8429.0, 8419.0, 8430.0, 8449.0, 8393.0, 8433.0, 8386.0, 8429.0, 8428.0, 8396.0, 8426.0, 8381.0, 8414.0, 8427.0, 8417.0, 8433.0, 8402.0, 8453.0, 8432.0, 8404.0, 8448.0, 8421.0, 8455.0, 8437.0, 8439.0, 8455.0, 8424.0, 8440.0, 8391.0, 8435.0, 8465.0, 8407.0, 8436.0, 8408.0, 8431.0, 8453.0, 8439.0, 8413.0, 8404.0, 8453.0, 8438.0, 8433.0, 8404.0, 8455.0, 8427.0, 8454.0, 8423.0, 8452.0, 8454.0, 8433.0, 8449.0, 8429.0, 8387.0, 8441.0, 8412.0, 8405.0, 8392.0, 8424.0, 8424.0, 8380.0, 8427.0, 8384.0, 8445.0, 8442.0, 8411.0, 8428.0, 8395.0, 8428.0, 8426.0, 8400.0, 8413.0, 8399.0, 8433.0, 8429.0, 8399.0, 8428.0, 8378.0, 8448.0, 8414.0, 8432.0, 8433.0, 8420.0, 8433.0, 8385.0, 8448.0, 8431.0, 8434.0, 8448.0, 8419.0, 8427.0, 8446.0, 8416.0, 8447.0, 8387.0, 8432.0, 8431.0, 8396.0, 8414.0, 8420.0, 8433.0, 8402.0, 8416.0, 8446.0, 8406.0, 8451.0, 8435.0, 8436.0, 8433.0, 8430.0, 8445.0, 8412.0, 8415.0, 8441.0, 8428.0, 8442.0, 8400.0, 8407.0, 8381.0, 8423.0, 8423.0, 8395.0, 8410.0, 8359.0, 8412.0, 8410.0, 8429.0, 8441.0, 8398.0, 8443.0, 8383.0, 8434.0, 8430.0, 8435.0, 8432.0, 8420.0, 8450.0, 8390.0, 8417.0, 8430.0, 8396.0, 8433.0, 8394.0, 8446.0, 8429.0, 8394.0, 8424.0, 8377.0, 8433.0, 8409.0, 8416.0, 8445.0, 8406.0, 8448.0, 8419.0, 8449.0, 8414.0, 8432.0, 8434.0, 8405.0, 8436.0, 8406.0, 8413.0, 8444.0, 8417.0, 8446.0, 8414.0, 8446.0, 8431.0, 8432.0, 8429.0, 8375.0, 8415.0, 8385.0, 8446.0, 8458.0, 8414.0, 8430.0, 8415.0, 8405.0, 8392.0, 8411.0, 8424.0, 8410.0, 8407.0, 8361.0, 8412.0, 8439.0, 8411.0, 8426.0, 8385.0, 8430.0, 8372.0, 8434.0, 8431.0, 8417.0, 8449.0, 8385.0, 8432.0, 8423.0, 8401.0, 8446.0, 8399.0, 8413.0, 8443.0, 8383.0, 8426.0, 8381.0, 8434.0, 8444.0, 8419.0, 8424.0, 8424.0, 8439.0, 8392.0, 8455.0, 8468.0, 8443.0, 8458.0, 8426.0, 8456.0, 8469.0, 8424.0, 8454.0, 8418.0, 8435.0, 8462.0, 8403.0, 8450.0, 8396.0, 8416.0, 8428.0, 8383.0, 8414.0, 8401.0, 8433.0, 8429.0, 8404.0, 8450.0, 8391.0, 8451.0, 8411.0, 8424.0, 8453.0, 8422.0, 8454.0, 8393.0, 8423.0, 8432.0, 8435.0, 8452.0, 8376.0, 8453.0, 8463.0, 8423.0, 8451.0, 8391.0, 8451.0, 8403.0, 8420.0, 8447.0, 8405.0, 8448.0, 8419.0, 8434.0, 8444.0, 8399.0, 8428.0, 8391.0, 8434.0, 8430.0, 8418.0, 8423.0, 8401.0, 8446.0, 8405.0, 8416.0, 8445.0, 8402.0, 8420.0, 8363.0, 8433.0, 8445.0, 8386.0, 8419.0, 8389.0, 8419.0, 8445.0, 8418.0, 8447.0, 8430.0, 8445.0, 8441.0, 8399.0, 8430.0, 8427.0, 8431.0, 8385.0, 8399.0, 8425.0, 8381.0, 8409.0, 8395.0, 8417.0, 8446.0, 8405.0, 8447.0, 8400.0, 8431.0, 8427.0, 8416.0, 8428.0, 8379.0, 8410.0, 8382.0, 8412.0, 8413.0, 8416.0, 8416.0, 8401.0, 8447.0, 8430.0, 8429.0, 8413.0, 8410.0, 8445.0, 8441.0, 8413.0, 8409.0, 8412.0, 8442.0, 8394.0, 8424.0, 8440.0, 8396.0, 8413.0, 8400.0, 8414.0, 8426.0, 8398.0, 8443.0, 8398.0, 8428.0, 8395.0, 8410.0, 8442.0, 8400.0, 8411.0, 8414.0, 8444.0, 8411.0, 8429.0, 8431.0, 8409.0, 8430.0, 8399.0, 8429.0, 8428.0, 8373.0, 8444.0, 8412.0, 8395.0, 8447.0, 8402.0, 8448.0, 8375.0, 8435.0, 8446.0, 8416.0, 8426.0, 8388.0, 8417.0, 8429.0, 8415.0, 8430.0, 8400.0, 8433.0, 8399.0, 8401.0, 8431.0, 8402.0, 8405.0, 8394.0, 8448.0, 8403.0, 8417.0, 8428.0, 8403.0, 8434.0, 8394.0, 8464.0, 8381.0, 8435.0, 8427.0, 8456.0, 8419.0, 8440.0, 8442.0, 8470.0, 8442.0, 8457.0, 8433.0, 8408.0, 8428.0, 8383.0, 8414.0, 8412.0, 8428.0, 8417.0, 8424.0, 8412.0, 8412.0, 8423.0, 8488.0, 8500.0, 8441.0, 8441.0, 8452.0, 8454.0, 8456.0, 8468.0, 8423.0, 8448.0, 8445.0, 8459.0, 8460.0, 8480.0, 8445.0, 8458.0, 8452.0, 8449.0, 8442.0, 8398.0, 8416.0, 8425.0, 8421.0, 8389.0, 8424.0, 8413.0, 8407.0, 8407.0, 8428.0, 8428.0, 8420.0, 8413.0, 8425.0, 8429.0, 8445.0, 8434.0, 8434.0, 8436.0, 8452.0, 8436.0, 8434.0, 8460.0, 8420.0, 8466.0, 8418.0, 8433.0, 8418.0, 8433.0, 8446.0, 8415.0, 8414.0, 8416.0, 8434.0, 8461.0, 8418.0, 8447.0, 8420.0, 8436.0, 8419.0, 8419.0, 8443.0, 8413.0, 8438.0, 8420.0, 8438.0, 8446.0, 8432.0, 8447.0, 8429.0, 8434.0, 8458.0, 8434.0, 8446.0, 8435.0, 8460.0, 8454.0, 8441.0, 8448.0, 8396.0, 8433.0, 8396.0, 8435.0, 8445.0, 8433.0, 8428.0, 8436.0, 8452.0, 8434.0, 8440.0, 8434.0, 8435.0, 8447.0, 8432.0, 8434.0, 8403.0, 8434.0, 8445.0, 8415.0, 8412.0, 8411.0, 8417.0, 8425.0, 8414.0, 8444.0, 8415.0, 8429.0, 8417.0, 8431.0, 8396.0, 8429.0, 8420.0, 8407.0, 8433.0, 8402.0, 8431.0, 8461.0, 8433.0, 8417.0, 8417.0, 8450.0, 8435.0, 8433.0, 8448.0, 8417.0, 8435.0, 8401.0, 8414.0, 8444.0, 8394.0, 8435.0, 8405.0, 8419.0, 8461.0, 8434.0, 8427.0, 8415.0, 8433.0, 8445.0, 8418.0, 8431.0, 8416.0, 8412.0, 8428.0, 8429.0, 8442.0, 8398.0, 8433.0, 8444.0, 8432.0, 8432.0, 8420.0, 8414.0, 8445.0, 8395.0, 8447.0, 8402.0, 8436.0, 8411.0, 8436.0, 8450.0, 8419.0, 8432.0, 8416.0, 8436.0, 8444.0, 8418.0, 8435.0, 8419.0, 8451.0, 8402.0, 8432.0, 8444.0, 8415.0, 8434.0, 8387.0, 8437.0, 8443.0, 8403.0, 8430.0, 8418.0, 8416.0, 8385.0, 8435.0, 8461.0, 8435.0, 8449.0, 8420.0, 8438.0, 8386.0, 8432.0, 8446.0, 8417.0, 8446.0, 8414.0, 8433.0, 8443.0, 8428.0, 8444.0, 8412.0, 8416.0, 8442.0, 8414.0, 8444.0, 8416.0, 8434.0, 8400.0, 8431.0, 8432.0, 8416.0, 8419.0, 8400.0, 8452.0, 8412.0, 8419.0, 8449.0, 8420.0, 8473.0, 8426.0, 8475.0, 8462.0, 8458.0, 8460.0, 8480.0, 8455.0, 8437.0, 8464.0, 8396.0, 8432.0, 8411.0, 8414.0, 8458.0, 8428.0, 8428.0, 8411.0, 8415.0, 8427.0, 8387.0, 8424.0, 8410.0, 8428.0, 8399.0, 8408.0, 8413.0, 8437.0, 8422.0, 8396.0, 8409.0, 8397.0, 8413.0, 8418.0, 8416.0, 8465.0, 8436.0, 8464.0, 8419.0, 8432.0, 8420.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.0006672144166157605</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022478570739156992</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.560894028795836</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.172122696393642</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0049790884107574</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4778</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4009.1194</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08158101222587211</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.665241295051924</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.567419857293263</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559588938974644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7523299343793406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.390340698525805</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00370263</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0013011578703299165</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023562433198094368</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1637</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.659771655244753</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>26.2573</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8992</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.5576</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300577.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>713.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.154</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9559</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.4248</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2939.2963</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3110.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75967.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>853.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3931.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.7742</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.34628417948261</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> |