=== 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-0058 --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-0058",
"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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-03/func/sub-0058_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>ff957191ecf9b1543e367e825e2a5cc4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:55:52.620000</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.998763, 0.000372362, -0.0497289, -0.00400931, 0.99732, -0.0730558]</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.111688</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>[4129, -7693, -7254, 567, -78, 66, -42, 92]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>258.552</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9e610e1a-c158-4cda-a89f-4f1eee1ea809||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.6796071529388428, -0.01075669378042221, -0.13383477926254272, 117.75032806396484], [-0.0009990191319957376, 2.67573618888855, -0.19754503667354584, -90.2593994140625], [-0.13341906666755676, 0.1960034817457199, 2.6894357204437256, -75.2578125], [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': ['115552.620000', '115553.080000', '115553.540000', '115554.000000', '115554.460000', '115554.920000', '115555.380000', '115555.840000', '115556.300000', '115556.760000', '115557.220000', '115557.680000', '115558.140000', '115558.600000', '115559.060000', '115559.520000', '115559.980000', '115600.440000', '115600.900000', '115601.360000', '115601.820000', '115602.280000', '115602.740000', '115603.200000', '115603.660000', '115604.120000', '115604.580000', '115605.040000', '115605.500000', '115605.960000', '115606.420000', '115606.880000', '115607.340000', '115607.800000', '115608.260000', '115608.720000', '115609.180000', '115609.640000', '115610.100000', '115610.560000', '115611.020000', '115611.480000', '115611.940000', '115612.400000', '115612.860000', '115613.320000', '115613.780000', '115614.240000', '115614.700000', '115615.160000', '115615.620000', '115616.080000', '115616.540000', '115617.000000', '115617.460000', '115617.920000', '115618.380000', '115618.840000', '115619.300000', '115619.760000', '115620.220000', '115620.680000', '115621.140000', '115621.600000', '115622.060000', '115622.520000', '115622.980000', '115623.440000', '115623.900000', '115624.360000', '115624.820000', '115625.280000', '115625.740000', '115626.200000', '115626.660000', '115627.120000', '115627.580000', '115628.040000', '115628.500000', '115628.960000', '115629.420000', '115629.880000', '115630.340000', '115630.800000', '115631.260000', '115631.720000', '115632.180000', '115632.640000', '115633.100000', '115633.560000', '115634.020000', '115634.480000', '115634.940000', '115635.400000', '115635.860000', '115636.320000', '115636.780000', '115637.240000', '115637.700000', '115638.160000', '115638.620000', '115639.080000', '115639.540000', '115640.000000', '115640.460000', '115640.920000', '115641.380000', '115641.840000', '115642.300000', '115642.760000', '115643.220000', '115643.680000', '115644.140000', '115644.600000', '115645.060000', '115645.520000', '115645.980000', '115646.440000', '115646.900000', '115647.360000', '115647.820000', '115648.280000', '115648.740000', '115649.200000', '115649.660000', '115650.120000', '115650.580000', '115651.040000', '115651.500000', '115651.960000', '115652.420000', '115652.880000', '115653.340000', '115653.800000', '115654.260000', '115654.720000', '115655.180000', '115655.640000', '115656.100000', '115656.560000', '115657.020000', '115657.480000', '115657.940000', '115658.400000', '115658.860000', '115659.320000', '115659.780000', '115700.240000', '115700.700000', '115701.160000', '115701.620000', '115702.080000', '115702.540000', '115703.000000', '115703.460000', '115703.920000', '115704.380000', '115704.840000', '115705.300000', '115705.760000', '115706.220000', '115706.680000', '115707.140000', '115707.600000', '115708.060000', '115708.520000', '115708.980000', '115709.440000', '115709.900000', '115710.360000', '115710.820000', '115711.280000', '115711.740000', '115712.200000', '115712.660000', '115713.120000', '115713.580000', '115714.040000', '115714.500000', '115714.960000', '115715.420000', '115715.880000', '115716.340000', '115716.800000', '115717.260000', '115717.720000', '115718.180000', '115718.640000', '115719.100000', '115719.560000', '115720.020000', '115720.480000', '115720.940000', '115721.400000', '115721.860000', '115722.320000', '115722.780000', '115723.240000', '115723.700000', '115724.160000', '115724.620000', '115725.080000', '115725.540000', '115726.000000', '115726.460000', '115726.920000', '115727.380000', '115727.840000', '115728.300000', '115728.760000', '115729.220000', '115729.680000', '115730.140000', '115730.600000', '115731.060000', '115731.520000', '115731.980000', '115732.440000', '115732.900000', '115733.360000', '115733.820000', '115734.280000', '115734.740000', '115735.200000', '115735.660000', '115736.120000', '115736.580000', '115737.040000', '115737.500000', '115737.960000', '115738.420000', '115738.880000', '115739.340000', '115739.800000', '115740.260000', '115740.720000', '115741.180000', '115741.640000', '115742.100000', '115742.560000', '115743.020000', '115743.480000', '115743.940000', '115744.400000', '115744.860000', '115745.320000', '115745.780000', '115746.240000', '115746.700000', '115747.160000', '115747.620000', '115748.080000', '115748.540000', '115749.000000', '115749.460000', '115749.920000', '115750.380000', '115750.840000', '115751.300000', '115751.760000', '115752.220000', '115752.680000', '115753.140000', '115753.600000', '115754.060000', '115754.520000', '115754.980000', '115755.440000', '115755.900000', '115756.360000', '115756.820000', '115757.280000', '115757.740000', '115758.200000', '115758.660000', '115759.120000', '115759.580000', '115800.040000', '115800.500000', '115800.960000', '115801.420000', '115801.880000', '115802.340000', '115802.800000', '115803.260000', '115803.720000', '115804.180000', '115804.640000', '115805.100000', '115805.560000', '115806.020000', '115806.480000', '115806.940000', '115807.400000', '115807.860000', '115808.320000', '115808.780000', '115809.240000', '115809.700000', '115810.160000', '115810.620000', '115811.080000', '115811.540000', '115812.000000', '115812.460000', '115812.920000', '115813.380000', '115813.840000', '115814.300000', '115814.760000', '115815.220000', '115815.680000', '115816.140000', '115816.600000', '115817.060000', '115817.520000', '115817.980000', '115818.440000', '115818.900000', '115819.360000', '115819.820000', '115820.280000', '115820.740000', '115821.200000', '115821.660000', '115822.120000', '115822.580000', '115823.040000', '115823.500000', '115823.960000', '115824.420000', '115824.880000', '115825.340000', '115825.800000', '115826.260000', '115826.720000', '115827.180000', '115827.640000', '115828.100000', '115828.560000', '115829.020000', '115829.480000', '115829.940000', '115830.400000', '115830.860000', '115831.320000', '115831.780000', '115832.240000', '115832.700000', '115833.160000', '115833.620000', '115834.080000', '115834.540000', '115835.000000', '115835.460000', '115835.920000', '115836.380000', '115836.840000', '115837.300000', '115837.760000', '115838.220000', '115838.680000', '115839.140000', '115839.600000', '115840.060000', '115840.520000', '115840.980000', '115841.440000', '115841.900000', '115842.360000', '115842.820000', '115843.280000', '115843.740000', '115844.200000', '115844.660000', '115845.120000', '115845.580000', '115846.040000', '115846.500000', '115846.960000', '115847.420000', '115847.880000', '115848.340000', '115848.800000', '115849.260000', '115849.720000', '115850.180000', '115850.640000', '115851.100000', '115851.560000', '115852.020000', '115852.480000', '115852.940000', '115853.400000', '115853.860000', '115854.320000', '115854.780000', '115855.240000', '115855.700000', '115856.160000', '115856.620000', '115857.080000', '115857.540000', '115858.000000', '115858.460000', '115858.920000', '115859.380000', '115859.840000', '115900.300000', '115900.760000', '115901.220000', '115901.680000', '115902.140000', '115902.600000', '115903.060000', '115903.520000', '115903.980000', '115904.440000', '115904.900000', '115905.360000', '115905.820000', '115906.280000', '115906.740000', '115907.200000', '115907.660000', '115908.120000', '115908.580000', '115909.040000', '115909.500000', '115909.960000', '115910.420000', '115910.880000', '115911.340000', '115911.800000', '115912.260000', '115912.720000', '115913.180000', '115913.640000', '115914.100000', '115914.560000', '115915.020000', '115915.480000', '115915.940000', '115916.400000', '115916.860000', '115917.320000', '115917.780000', '115918.240000', '115918.700000', '115919.160000', '115919.620000', '115920.080000', '115920.540000', '115921.000000', '115921.460000', '115921.920000', '115922.380000', '115922.840000', '115923.300000', '115923.760000', '115924.220000', '115924.680000', '115925.140000', '115925.600000', '115926.060000', '115926.520000', '115926.980000', '115927.440000', '115927.900000', '115928.360000', '115928.820000', '115929.280000', '115929.740000', '115930.200000', '115930.660000', '115931.120000', '115931.580000', '115932.040000', '115932.500000', '115932.960000', '115933.420000', '115933.880000', '115934.340000', '115934.800000', '115935.260000', '115935.720000', '115936.180000', '115936.640000', '115937.100000', '115937.560000', '115938.020000', '115938.480000', '115938.940000', '115939.400000', '115939.860000', '115940.320000', '115940.780000', '115941.240000', '115941.700000', '115942.160000', '115942.620000', '115943.080000', '115943.540000', '115944.000000', '115944.460000', '115944.920000', '115945.380000', '115945.840000', '115946.300000', '115946.760000', '115947.220000', '115947.680000', '115948.140000', '115948.600000', '115949.060000', '115949.520000', '115949.980000', '115950.440000', '115950.900000', '115951.360000', '115951.820000', '115952.280000', '115952.740000', '115953.200000', '115953.660000', '115954.120000', '115954.580000', '115955.040000', '115955.500000', '115955.960000', '115956.420000', '115956.880000', '115957.340000', '115957.800000', '115958.260000', '115958.720000', '115959.180000', '115959.640000', '120000.100000', '120000.560000', '120001.020000', '120001.480000', '120001.940000', '120002.400000', '120002.860000', '120003.320000', '120003.780000', '120004.240000', '120004.700000', '120005.160000', '120005.620000', '120006.080000', '120006.540000', '120007.000000', '120007.460000', '120007.920000', '120008.380000', '120008.840000', '120009.300000', '120009.760000', '120010.220000', '120010.680000', '120011.140000', '120011.600000', '120012.060000', '120012.520000', '120012.980000', '120013.440000', '120013.900000', '120014.360000', '120014.820000', '120015.280000', '120015.740000', '120016.200000', '120016.660000', '120017.120000', '120017.580000', '120018.040000', '120018.500000', '120018.960000', '120019.420000', '120019.880000', '120020.340000', '120020.800000', '120021.260000', '120021.720000', '120022.180000', '120022.640000', '120023.100000', '120023.560000', '120024.020000', '120024.480000', '120024.940000', '120025.400000', '120025.860000', '120026.320000', '120026.780000', '120027.240000', '120027.700000', '120028.160000', '120028.620000', '120029.080000', '120029.540000', '120030.000000', '120030.460000', '120030.920000', '120031.380000', '120031.840000', '120032.300000', '120032.760000', '120033.220000', '120033.680000', '120034.140000', '120034.600000', '120035.060000', '120035.520000', '120035.980000', '120036.440000', '120036.900000', '120037.360000', '120037.820000', '120038.280000', '120038.740000', '120039.200000', '120039.660000', '120040.120000', '120040.580000', '120041.040000', '120041.500000', '120041.960000', '120042.420000', '120042.880000', '120043.340000', '120043.800000', '120044.260000', '120044.720000', '120045.180000', '120045.640000', '120046.100000', '120046.560000', '120047.020000', '120047.480000', '120047.940000', '120048.400000', '120048.860000', '120049.320000', '120049.780000', '120050.240000', '120050.700000', '120051.160000', '120051.620000', '120052.080000', '120052.540000', '120053.000000', '120053.460000', '120053.920000', '120054.380000', '120054.840000', '120055.300000', '120055.760000', '120056.220000', '120056.680000', '120057.140000', '120057.600000', '120058.060000', '120058.520000', '120058.980000', '120059.440000', '120059.900000', '120100.360000', '120100.820000', '120101.280000', '120101.740000', '120102.200000', '120102.660000', '120103.120000', '120103.580000', '120104.040000', '120104.500000', '120104.960000', '120105.420000', '120105.880000', '120106.340000', '120106.800000', '120107.260000', '120107.720000', '120108.180000', '120108.640000', '120109.100000', '120109.560000', '120110.020000', '120110.480000', '120110.940000', '120111.400000', '120111.860000', '120112.320000', '120112.780000', '120113.240000', '120113.700000', '120114.160000', '120114.620000', '120115.080000', '120115.540000', '120116.000000', '120116.460000', '120116.920000', '120117.380000', '120117.840000', '120118.300000', '120118.760000', '120119.220000', '120119.680000', '120120.140000', '120120.600000', '120121.060000', '120121.520000', '120121.980000', '120122.440000', '120122.900000', '120123.360000', '120123.820000', '120124.280000', '120124.740000', '120125.200000', '120125.660000', '120126.120000', '120126.580000', '120127.040000', '120127.500000', '120127.960000', '120128.420000', '120128.880000', '120129.340000', '120129.800000', '120130.260000', '120130.720000', '120131.180000', '120131.640000', '120132.100000', '120132.560000', '120133.020000', '120133.480000', '120133.940000', '120134.400000', '120134.860000', '120135.320000', '120135.780000', '120136.240000', '120136.700000', '120137.160000', '120137.620000', '120138.080000', '120138.540000', '120139.000000', '120139.460000', '120139.920000', '120140.380000', '120140.840000', '120141.300000', '120141.760000', '120142.220000', '120142.680000', '120143.140000', '120143.600000', '120144.060000', '120144.520000', '120144.980000', '120145.440000', '120145.900000', '120146.360000', '120146.820000', '120147.280000', '120147.740000', '120148.200000', '120148.660000', '120149.120000', '120149.580000', '120150.040000', '120150.500000', '120150.960000', '120151.420000', '120151.880000', '120152.340000', '120152.800000', '120153.260000', '120153.720000', '120154.180000', '120154.640000', '120155.100000', '120155.560000', '120156.020000', '120156.480000', '120156.940000', '120157.400000', '120157.860000', '120158.320000', '120158.780000', '120159.240000', '120159.700000', '120200.160000', '120200.620000', '120201.080000', '120201.540000', '120202.000000', '120202.460000', '120202.920000', '120203.380000', '120203.840000', '120204.300000', '120204.760000', '120205.220000', '120205.680000', '120206.140000', '120206.600000', '120207.060000', '120207.520000', '120207.980000', '120208.440000', '120208.900000', '120209.360000', '120209.820000', '120210.280000', '120210.740000', '120211.200000', '120211.660000', '120212.120000', '120212.580000', '120213.040000', '120213.500000', '120213.960000', '120214.420000', '120214.880000', '120215.340000', '120215.800000', '120216.260000', '120216.720000', '120217.180000', '120217.640000', '120218.100000', '120218.560000', '120219.020000', '120219.480000', '120219.940000', '120220.400000', '120220.860000', '120221.320000', '120221.780000', '120222.240000', '120222.700000', '120223.160000', '120223.620000', '120224.080000', '120224.540000', '120225.000000', '120225.460000', '120225.920000', '120226.380000', '120226.840000', '120227.300000', '120227.760000', '120228.220000', '120228.680000', '120229.140000', '120229.600000', '120230.060000', '120230.520000', '120230.980000', '120231.440000', '120231.900000', '120232.360000', '120232.820000', '120233.280000', '120233.740000', '120234.200000', '120234.660000', '120235.120000', '120235.580000', '120236.040000', '120236.500000', '120236.960000', '120237.420000', '120237.880000', '120238.340000', '120238.800000', '120239.260000', '120239.720000', '120240.180000', '120240.640000', '120241.100000', '120241.560000', '120242.020000', '120242.480000', '120242.940000', '120243.400000', '120243.860000', '120244.320000', '120244.780000', '120245.240000', '120245.700000', '120246.160000', '120246.620000', '120247.080000', '120247.540000', '120248.000000', '120248.460000', '120248.920000', '120249.380000', '120249.840000', '120250.300000', '120250.760000', '120251.220000', '120251.680000', '120252.140000', '120252.600000', '120253.060000', '120253.520000', '120253.980000', '120254.440000', '120254.900000', '120255.360000', '120255.820000', '120256.280000', '120256.740000', '120257.200000', '120257.660000', '120258.120000', '120258.580000', '120259.040000', '120259.500000', '120259.960000', '120300.420000', '120300.880000', '120301.340000', '120301.800000', '120302.260000', '120302.720000', '120303.180000', '120303.640000', '120304.100000', '120304.560000', '120305.020000', '120305.480000', '120305.940000', '120306.400000', '120306.860000', '120307.320000', '120307.780000', '120308.240000', '120308.700000', '120309.160000', '120309.620000', '120310.080000', '120310.540000', '120311.000000', '120311.460000', '120311.920000', '120312.380000', '120312.840000', '120313.300000', '120313.760000', '120314.220000', '120314.680000', '120315.140000', '120315.600000', '120316.060000', '120316.520000', '120316.980000', '120317.440000', '120317.900000', '120318.360000', '120318.820000', '120319.280000', '120319.740000', '120320.200000', '120320.660000', '120321.120000', '120321.580000', '120322.040000', '120322.500000', '120322.960000', '120323.420000', '120323.880000', '120324.340000', '120324.800000', '120325.260000', '120325.720000', '120326.180000', '120326.640000', '120327.100000', '120327.560000', '120328.020000', '120328.480000', '120328.940000', '120329.400000', '120329.860000', '120330.320000', '120330.780000', '120331.240000', '120331.700000', '120332.160000', '120332.620000', '120333.080000', '120333.540000', '120334.000000', '120334.460000', '120334.920000', '120335.380000', '120335.840000', '120336.300000', '120336.760000', '120337.220000', '120337.680000', '120338.140000', '120338.600000', '120339.060000', '120339.520000', '120339.980000', '120340.440000', '120340.900000', '120341.360000', '120341.820000', '120342.280000', '120342.740000', '120343.200000', '120343.660000', '120344.120000', '120344.580000', '120345.040000', '120345.500000', '120345.960000', '120346.420000', '120346.880000', '120347.340000', '120347.800000', '120348.260000', '120348.720000', '120349.180000', '120349.640000', '120350.100000', '120350.560000', '120351.020000', '120351.480000', '120351.940000', '120352.400000', '120352.860000', '120353.320000', '120353.780000', '120354.240000', '120354.700000', '120355.160000', '120355.620000', '120356.080000', '120356.540000', '120357.000000', '120357.460000', '120357.920000', '120358.380000', '120358.840000', '120359.300000', '120359.760000', '120400.220000', '120400.680000', '120401.140000', '120401.600000', '120402.060000', '120402.520000', '120402.980000', '120403.440000', '120403.900000', '120404.360000', '120404.820000', '120405.280000', '120405.740000', '120406.200000', '120406.660000', '120407.120000', '120407.580000', '120408.040000', '120408.500000', '120408.960000', '120409.420000', '120409.880000', '120410.340000', '120410.800000', '120411.260000', '120411.720000', '120412.180000', '120412.640000', '120413.100000', '120413.560000', '120414.020000', '120414.480000', '120414.940000', '120415.400000', '120415.860000', '120416.320000', '120416.780000', '120417.240000', '120417.700000', '120418.160000', '120418.620000', '120419.080000', '120419.540000', '120420.000000', '120420.460000', '120420.920000', '120421.380000', '120421.840000', '120422.300000', '120422.760000', '120423.220000', '120423.680000', '120424.140000', '120424.600000', '120425.060000', '120425.520000', '120425.980000', '120426.440000', '120426.900000', '120427.360000', '120427.820000', '120428.280000', '120428.740000', '120429.200000', '120429.660000', '120430.120000', '120430.580000', '120431.040000', '120431.500000', '120431.960000', '120432.420000', '120432.880000', '120433.340000', '120433.800000', '120434.260000', '120434.720000', '120435.180000', '120435.640000', '120436.100000', '120436.560000', '120437.020000', '120437.480000', '120437.940000', '120438.400000', '120438.860000', '120439.320000', '120439.780000', '120440.240000', '120440.700000', '120441.160000', '120441.620000', '120442.080000', '120442.540000', '120443.000000', '120443.460000', '120443.920000', '120444.380000', '120444.840000', '120445.300000', '120445.760000', '120446.220000', '120446.680000', '120447.140000', '120447.600000', '120448.060000', '120448.520000', '120448.980000', '120449.440000', '120449.900000', '120450.360000', '120450.820000', '120451.280000', '120451.740000', '120452.200000', '120452.660000', '120453.120000', '120453.580000', '120454.040000', '120454.500000', '120454.960000', '120455.420000', '120455.880000', '120456.340000', '120456.800000', '120457.260000', '120457.720000', '120458.180000', '120458.640000', '120459.100000', '120459.560000', '120500.020000', '120500.480000', '120500.940000', '120501.400000', '120501.860000', '120502.320000', '120502.780000', '120503.240000', '120503.700000', '120504.160000', '120504.620000', '120505.080000', '120505.540000', '120506.000000', '120506.460000', '120506.920000', '120507.380000', '120507.840000', '120508.300000', '120508.760000', '120509.220000', '120509.680000', '120510.140000', '120510.600000', '120511.060000', '120511.520000', '120511.980000', '120512.440000', '120512.900000', '120513.360000', '120513.820000', '120514.280000', '120514.740000', '120515.200000', '120515.660000', '120516.120000', '120516.580000', '120517.040000', '120517.500000', '120517.960000', '120518.420000', '120518.880000', '120519.340000', '120519.800000', '120520.260000', '120520.720000', '120521.180000', '120521.640000', '120522.100000', '120522.560000', '120523.020000', '120523.480000', '120523.940000', '120524.400000', '120524.860000', '120525.320000', '120525.780000', '120526.240000', '120526.700000', '120527.160000', '120527.620000', '120528.080000', '120528.540000', '120529.000000', '120529.460000', '120529.920000', '120530.380000', '120530.840000', '120531.300000', '120531.760000', '120532.220000', '120532.680000', '120533.140000', '120533.600000', '120534.060000', '120534.520000', '120534.980000', '120535.440000', '120535.900000', '120536.360000', '120536.820000', '120537.280000', '120537.740000', '120538.200000', '120538.660000', '120539.120000', '120539.580000', '120540.040000', '120540.500000', '120540.960000', '120541.420000', '120541.880000', '120542.340000', '120542.800000', '120543.260000', '120543.720000', '120544.180000', '120544.640000', '120545.100000', '120545.560000', '120546.020000', '120546.480000', '120546.940000', '120547.400000', '120547.860000', '120548.320000', '120548.780000', '120549.240000', '120549.700000', '120550.160000', '120550.620000', '120551.080000', '120551.540000', '120552.000000', '120552.460000', '120552.920000', '120553.380000', '120553.840000', '120554.300000', '120554.760000', '120555.220000', '120555.680000', '120556.140000', '120556.600000', '120557.060000', '120557.520000', '120557.980000', '120558.440000', '120558.900000', '120559.360000', '120559.820000', '120600.280000', '120600.740000', '120601.200000', '120601.660000', '120602.120000', '120602.580000', '120603.040000', '120603.500000', '120603.960000', '120604.420000', '120604.880000', '120605.340000', '120605.800000', '120606.260000', '120606.720000', '120607.180000', '120607.640000', '120608.100000', '120608.560000', '120609.020000', '120609.480000', '120609.940000', '120610.400000', '120610.860000', '120611.320000', '120611.780000', '120612.240000', '120612.700000', '120613.160000', '120613.620000', '120614.080000', '120614.540000', '120615.000000', '120615.460000', '120615.920000', '120616.380000', '120616.840000', '120617.300000', '120617.760000', '120618.220000', '120618.680000', '120619.140000', '120619.600000', '120620.060000', '120620.520000', '120620.980000', '120621.440000', '120621.900000', '120622.360000', '120622.820000', '120623.280000', '120623.740000', '120624.200000', '120624.660000', '120625.120000', '120625.580000', '120626.040000', '120626.500000', '120626.960000', '120627.420000', '120627.880000', '120628.340000', '120628.800000', '120629.260000', '120629.720000', '120630.180000', '120630.640000', '120631.100000', '120631.560000', '120632.020000', '120632.480000', '120632.940000', '120633.400000', '120633.860000', '120634.320000', '120634.780000', '120635.240000', '120635.700000', '120636.160000', '120636.620000', '120637.080000', '120637.540000', '120638.000000', '120638.460000', '120638.920000', '120639.380000', '120639.840000', '120640.300000', '120640.760000', '120641.220000', '120641.680000', '120642.140000', '120642.600000', '120643.060000', '120643.520000', '120643.980000', '120644.440000', '120644.900000', '120645.360000', '120645.820000', '120646.280000', '120646.740000', '120647.200000', '120647.660000', '120648.120000', '120648.580000', '120649.040000', '120649.500000', '120649.960000', '120650.420000', '120650.880000', '120651.340000', '120651.800000', '120652.260000', '120652.720000', '120653.180000', '120653.640000', '120654.100000', '120654.560000', '120655.020000', '120655.480000', '120655.940000', '120656.400000', '120656.860000', '120657.320000', '120657.780000', '120658.240000', '120658.700000', '120659.160000', '120659.620000', '120700.080000', '120700.540000', '120701.000000', '120701.460000', '120701.920000', '120702.380000', '120702.840000', '120703.300000', '120703.760000', '120704.220000', '120704.680000', '120705.140000', '120705.600000', '120706.060000', '120706.520000', '120706.980000', '120707.440000', '120707.900000', '120708.360000', '120708.820000', '120709.280000', '120709.740000', '120710.200000', '120710.660000', '120711.120000', '120711.580000', '120712.040000', '120712.500000', '120712.960000', '120713.420000', '120713.880000', '120714.340000', '120714.800000', '120715.260000', '120715.720000', '120716.180000', '120716.640000', '120717.100000', '120717.560000', '120718.020000', '120718.480000', '120718.940000', '120719.400000', '120719.860000', '120720.320000', '120720.780000', '120721.240000', '120721.700000', '120722.160000', '120722.620000', '120723.080000', '120723.540000', '120724.000000', '120724.460000', '120724.920000', '120725.380000', '120725.840000', '120726.300000', '120726.760000', '120727.220000', '120727.680000', '120728.140000', '120728.600000', '120729.060000', '120729.520000', '120729.980000', '120730.440000', '120730.900000', '120731.360000', '120731.820000', '120732.280000', '120732.740000', '120733.200000', '120733.660000', '120734.120000', '120734.580000', '120735.040000', '120735.500000', '120735.960000', '120736.420000', '120736.880000', '120737.340000', '120737.800000', '120738.260000', '120738.720000', '120739.180000', '120739.640000', '120740.100000', '120740.560000', '120741.020000', '120741.480000', '120741.940000', '120742.400000', '120742.860000', '120743.320000', '120743.780000', '120744.240000', '120744.700000', '120745.160000', '120745.620000', '120746.080000', '120746.540000', '120747.000000', '120747.460000', '120747.920000', '120748.380000', '120748.840000', '120749.300000', '120749.760000', '120750.220000', '120750.680000', '120751.140000', '120751.600000', '120752.060000', '120752.520000', '120752.980000', '120753.440000', '120753.900000', '120754.360000', '120754.820000', '120755.280000', '120755.740000', '120756.200000', '120756.660000', '120757.120000', '120757.580000', '120758.040000', '120758.500000', '120758.960000', '120759.420000', '120759.880000', '120800.340000', '120800.800000', '120801.260000', '120801.720000', '120802.180000', '120802.640000', '120803.100000', '120803.560000', '120804.020000', '120804.480000', '120804.940000', '120805.400000', '120805.860000', '120806.320000', '120806.780000', '120807.240000', '120807.700000', '120808.160000', '120808.620000', '120809.080000', '120809.540000', '120810.000000', '120810.460000', '120810.920000', '120811.380000', '120811.840000', '120812.300000', '120812.760000', '120813.220000', '120813.680000', '120814.140000', '120814.600000', '120815.060000', '120815.520000', '120815.980000', '120816.440000', '120816.900000', '120817.360000', '120817.820000', '120818.280000', '120818.740000', '120819.200000', '120819.660000', '120820.120000', '120820.580000', '120821.040000', '120821.500000', '120821.960000', '120822.420000', '120822.880000', '120823.340000', '120823.800000', '120824.260000', '120824.720000', '120825.180000', '120825.640000', '120826.100000', '120826.560000'], 'ContentTime': ['115617.803000', '115617.806000', '115617.809000', '115617.811000', '115617.814000', '115617.817000', '115617.819000', '115617.822000', '115617.825000', '115617.827000', '115617.830000', '115617.832000', '115617.835000', '115617.838000', '115617.840000', '115617.843000', '115617.845000', '115617.848000', '115617.850000', '115617.853000', '115617.856000', '115617.858000', '115617.861000', '115617.863000', '115617.866000', '115617.868000', '115617.871000', '115617.874000', '115617.876000', '115617.879000', '115617.881000', '115617.884000', '115617.886000', '115617.889000', '115617.892000', '115617.894000', '115617.897000', '115617.910000', '115617.912000', '115617.915000', '115617.917000', '115617.920000', '115617.923000', '115617.925000', '115617.928000', '115617.930000', '115617.933000', '115617.935000', '115617.938000', '115617.940000', '115617.943000', '115617.946000', '115617.948000', '115637.772000', '115637.775000', '115637.778000', '115637.781000', '115637.783000', '115637.786000', '115637.788000', '115637.791000', '115637.794000', '115637.796000', '115637.832000', '115637.835000', '115637.837000', '115637.840000', '115637.842000', '115637.845000', '115637.848000', '115637.850000', '115637.853000', '115637.856000', '115637.858000', '115637.861000', '115637.863000', '115637.866000', '115637.868000', '115637.871000', '115637.873000', '115637.876000', '115637.878000', '115637.881000', '115637.884000', '115637.886000', '115637.889000', '115637.891000', '115637.894000', '115637.896000', '115637.899000', '115637.901000', '115637.904000', '115637.907000', '115637.909000', '115637.912000', '115637.915000', '115657.772000', '115657.775000', '115657.778000', '115657.780000', '115657.783000', '115657.786000', '115657.788000', '115657.791000', '115657.793000', '115657.796000', '115657.798000', '115657.801000', '115657.804000', '115657.806000', '115657.809000', '115657.812000', '115657.814000', '115657.817000', '115657.820000', '115657.822000', '115657.825000', '115657.827000', '115657.830000', '115657.834000', '115657.837000', '115657.840000', '115657.842000', '115657.845000', '115657.847000', '115657.850000', '115657.888000', '115657.891000', '115657.894000', '115657.896000', '115657.899000', '115657.901000', '115657.904000', '115657.907000', '115657.909000', '115657.912000', '115657.914000', '115657.917000', '115657.919000', '115657.922000', '115717.772000', '115717.775000', '115717.778000', '115717.782000', '115717.784000', '115717.787000', '115717.795000', '115717.797000', '115717.800000', '115717.802000', '115717.805000', '115717.807000', '115717.810000', '115717.812000', '115717.815000', '115717.818000', '115717.820000', '115717.823000', '115717.825000', '115717.828000', '115717.830000', '115717.833000', '115717.836000', '115717.838000', '115717.841000', '115717.843000', '115717.846000', '115717.848000', '115717.851000', '115717.854000', '115717.856000', '115717.859000', '115717.861000', '115717.864000', '115717.867000', '115717.869000', '115717.872000', '115717.874000', '115717.877000', '115717.879000', '115717.882000', '115717.884000', '115717.887000', '115737.774000', '115737.776000', '115737.779000', '115737.782000', '115737.784000', '115737.787000', '115737.789000', '115737.792000', '115737.794000', '115737.803000', '115737.806000', '115737.809000', '115737.811000', '115737.814000', '115737.816000', '115737.819000', '115737.822000', '115737.824000', '115737.827000', '115737.829000', '115737.832000', '115737.861000', '115737.864000', '115737.867000', '115737.869000', '115737.872000', '115737.874000', '115737.877000', '115737.880000', '115737.882000', '115737.885000', '115737.887000', '115737.890000', '115737.893000', '115737.895000', '115737.898000', '115737.900000', '115737.903000', '115737.906000', '115737.908000', '115737.911000', '115737.913000', '115737.916000', '115737.918000', '115757.773000', '115757.776000', '115757.779000', '115757.781000', '115757.784000', '115757.794000', '115757.796000', '115757.799000', '115757.845000', '115757.847000', '115757.850000', '115757.852000', '115757.855000', '115757.857000', '115757.860000', '115757.863000', '115757.865000', '115757.868000', '115757.870000', '115757.873000', '115757.876000', '115757.878000', '115757.881000', '115757.883000', '115757.886000', '115757.888000', '115757.891000', '115757.894000', '115757.896000', '115757.899000', '115757.901000', '115757.904000', '115757.907000', '115757.909000', '115757.912000', '115757.915000', '115757.917000', '115757.920000', '115757.922000', '115757.925000', '115757.928000', '115757.930000', '115757.933000', '115817.772000', '115817.775000', '115817.778000', '115817.780000', '115817.783000', '115817.786000', '115817.788000', '115817.791000', '115817.793000', '115817.796000', '115817.798000', '115817.802000', '115817.805000', '115817.808000', '115817.810000', '115817.813000', '115817.816000', '115817.818000', '115817.821000', '115817.823000', '115817.826000', '115817.829000', '115817.831000', '115817.834000', '115817.836000', '115817.839000', '115817.841000', '115817.844000', '115817.847000', '115817.849000', '115817.852000', '115817.855000', '115817.857000', '115817.860000', '115817.863000', '115817.865000', '115817.868000', '115817.870000', '115817.873000', '115817.875000', '115817.878000', '115817.881000', '115817.883000', '115837.773000', '115837.775000', '115837.778000', '115837.781000', '115837.783000', '115837.786000', '115837.789000', '115837.791000', '115837.835000', '115837.838000', '115837.840000', '115837.843000', '115837.845000', '115837.848000', '115837.850000', '115837.853000', '115837.856000', '115837.858000', '115837.861000', '115837.863000', '115837.866000', '115837.868000', '115837.871000', '115837.874000', '115837.876000', '115837.879000', '115837.881000', '115837.884000', '115837.887000', '115837.889000', '115837.892000', '115837.894000', '115837.897000', '115837.899000', '115837.902000', '115837.905000', '115837.907000', '115837.910000', '115837.913000', '115837.915000', '115837.918000', '115837.920000', '115837.923000', '115837.926000', '115857.773000', '115857.775000', '115857.778000', '115857.781000', '115857.783000', '115857.786000', '115857.788000', '115857.791000', '115857.794000', '115857.796000', '115857.799000', '115857.842000', '115857.845000', '115857.847000', '115857.850000', '115857.852000', '115857.855000', '115857.857000', '115857.860000', '115857.863000', '115857.865000', '115857.868000', '115857.870000', '115857.873000', '115857.876000', '115857.879000', '115857.881000', '115857.884000', '115857.886000', '115857.889000', '115857.892000', '115857.894000', '115857.897000', '115857.899000', '115857.902000', '115857.905000', '115857.907000', '115857.910000', '115857.912000', '115857.915000', '115857.918000', '115857.920000', '115857.923000', '115917.773000', '115917.776000', '115917.778000', '115917.781000', '115917.783000', '115917.786000', '115917.788000', '115917.791000', '115917.794000', '115917.796000', '115917.799000', '115917.857000', '115917.859000', '115917.862000', '115917.865000', '115917.867000', '115917.870000', '115917.872000', '115917.875000', '115917.877000', '115917.880000', '115917.882000', '115917.885000', '115917.888000', '115917.890000', '115917.893000', '115917.895000', '115917.898000', '115917.901000', '115917.903000', '115917.906000', '115917.908000', '115917.911000', '115917.914000', '115917.916000', '115917.919000', '115917.921000', '115917.924000', '115917.926000', '115917.929000', '115917.932000', '115917.934000', '115917.937000', '115917.940000', '115937.774000', '115937.776000', '115937.779000', '115937.782000', '115937.784000', '115937.787000', '115937.789000', '115937.793000', '115937.795000', '115937.798000', '115937.845000', '115937.847000', '115937.850000', '115937.852000', '115937.855000', '115937.858000', '115937.860000', '115937.863000', '115937.865000', '115937.868000', '115937.871000', '115937.873000', '115937.876000', '115937.879000', '115937.881000', '115937.884000', '115937.886000', '115937.889000', '115937.891000', '115937.894000', '115937.897000', '115937.899000', '115937.902000', '115937.904000', '115937.907000', '115937.909000', '115937.912000', '115937.915000', '115937.917000', '115937.920000', '115937.922000', '115937.925000', '115937.927000', '115957.773000', '115957.776000', '115957.779000', '115957.781000', '115957.784000', '115957.787000', '115957.789000', '115957.792000', '115957.794000', '115957.797000', '115957.847000', '115957.850000', '115957.852000', '115957.855000', '115957.858000', '115957.860000', '115957.863000', '115957.865000', '115957.868000', '115957.870000', '115957.873000', '115957.876000', '115957.878000', '115957.881000', '115957.883000', '115957.886000', '115957.889000', '115957.891000', '115957.894000', '115957.896000', '115957.899000', '115957.901000', '115957.904000', '115957.907000', '115957.909000', '115957.912000', '115957.914000', '115957.929000', '115957.931000', '115957.934000', '115957.936000', '115957.939000', '115957.942000', '115957.944000', '120017.773000', '120017.776000', '120017.779000', '120017.782000', '120017.784000', '120017.787000', '120017.789000', '120017.792000', '120017.795000', '120017.797000', '120017.852000', '120017.855000', '120017.857000', '120017.860000', '120017.863000', '120017.865000', '120017.868000', '120017.871000', '120017.873000', '120017.876000', '120017.878000', '120017.881000', '120017.883000', '120017.886000', '120017.888000', '120017.891000', '120017.894000', '120017.896000', '120017.899000', '120017.902000', '120017.904000', '120017.907000', '120017.909000', '120017.912000', '120017.915000', '120017.917000', '120017.920000', '120017.922000', '120017.925000', '120017.928000', '120017.930000', '120017.933000', '120017.935000', '120037.772000', '120037.775000', '120037.778000', '120037.781000', '120037.783000', '120037.786000', '120037.788000', '120037.791000', '120037.794000', '120037.796000', '120037.799000', '120037.875000', '120037.877000', '120037.880000', '120037.883000', '120037.885000', '120037.888000', '120037.890000', '120037.893000', '120037.895000', '120037.898000', '120037.901000', '120037.903000', '120037.906000', '120037.909000', '120037.911000', '120037.914000', '120037.916000', '120037.919000', '120037.922000', '120037.924000', '120037.927000', '120037.929000', '120037.932000', '120037.935000', '120037.937000', '120037.940000', '120037.943000', '120037.945000', '120037.948000', '120037.950000', '120037.953000', '120037.955000', '120037.958000', '120057.773000', '120057.775000', '120057.778000', '120057.781000', '120057.783000', '120057.786000', '120057.788000', '120057.791000', '120057.793000', '120057.796000', '120057.799000', '120057.845000', '120057.848000', '120057.850000', '120057.853000', '120057.855000', '120057.858000', '120057.860000', '120057.863000', '120057.866000', '120057.868000', '120057.871000', '120057.873000', '120057.876000', '120057.879000', '120057.882000', '120057.885000', '120057.888000', '120057.890000', '120057.893000', '120057.895000', '120057.898000', '120057.901000', '120057.903000', '120057.906000', '120057.909000', '120057.911000', '120057.914000', '120057.916000', '120057.919000', '120057.921000', '120057.924000', '120057.927000', '120117.772000', '120117.775000', '120117.778000', '120117.781000', '120117.783000', '120117.786000', '120117.788000', '120117.791000', '120117.793000', '120117.796000', '120117.799000', '120117.834000', '120117.837000', '120117.840000', '120117.842000', '120117.845000', '120117.847000', '120117.850000', '120117.852000', '120117.855000', '120117.858000', '120117.860000', '120117.863000', '120117.865000', '120117.868000', '120117.871000', '120117.873000', '120117.876000', '120117.878000', '120117.881000', '120117.883000', '120117.886000', '120117.888000', '120117.891000', '120117.894000', '120117.896000', '120117.899000', '120117.901000', '120117.904000', '120117.906000', '120117.909000', '120117.912000', '120117.914000', '120117.917000', '120137.773000', '120137.775000', '120137.778000', '120137.781000', '120137.794000', '120137.797000', '120137.800000', '120137.802000', '120137.805000', '120137.808000', '120137.810000', '120137.813000', '120137.815000', '120137.818000', '120137.821000', '120137.823000', '120137.826000', '120137.828000', '120137.831000', '120137.834000', '120137.836000', '120137.839000', '120137.841000', '120137.844000', '120137.847000', '120137.849000', '120137.853000', '120137.856000', '120137.859000', '120137.861000', '120137.864000', '120137.866000', '120137.869000', '120137.872000', '120137.874000', '120137.877000', '120137.880000', '120137.882000', '120137.885000', '120137.887000', '120137.890000', '120137.892000', '120137.895000', '120157.773000', '120157.776000', '120157.779000', '120157.781000', '120157.784000', '120157.787000', '120157.789000', '120157.792000', '120157.794000', '120157.797000', '120157.862000', '120157.865000', '120157.867000', '120157.870000', '120157.873000', '120157.875000', '120157.878000', '120157.880000', '120157.883000', '120157.886000', '120157.888000', '120157.891000', '120157.893000', '120157.896000', '120157.898000', '120157.901000', '120157.904000', '120157.906000', '120157.909000', '120157.911000', '120157.914000', '120157.916000', '120157.919000', '120157.922000', '120157.924000', '120157.927000', '120157.930000', '120157.932000', '120157.935000', '120157.937000', '120157.940000', '120157.942000', '120157.945000', '120157.948000', '120217.773000', '120217.776000', '120217.779000', '120217.782000', '120217.784000', '120217.787000', '120217.789000', '120217.792000', '120217.794000', '120217.797000', '120217.863000', '120217.866000', '120217.869000', '120217.872000', '120217.875000', '120217.877000', '120217.880000', '120217.883000', '120217.885000', '120217.888000', '120217.890000', '120217.893000', '120217.896000', '120217.898000', '120217.901000', '120217.903000', '120217.906000', '120217.908000', '120217.911000', '120217.914000', '120217.916000', '120217.919000', '120217.922000', '120217.925000', '120217.928000', '120217.930000', '120217.933000', '120217.935000', '120217.938000', '120217.941000', '120217.943000', '120217.946000', '120217.949000', '120237.773000', '120237.776000', '120237.779000', '120237.782000', '120237.784000', '120237.787000', '120237.789000', '120237.792000', '120237.794000', '120237.797000', '120237.846000', '120237.849000', '120237.851000', '120237.854000', '120237.856000', '120237.859000', '120237.861000', '120237.864000', '120237.867000', '120237.869000', '120237.872000', '120237.874000', '120237.877000', '120237.879000', '120237.882000', '120237.884000', '120237.887000', '120237.890000', '120237.892000', '120237.895000', '120237.898000', '120237.900000', '120237.903000', '120237.905000', '120237.908000', '120237.910000', '120237.913000', '120237.916000', '120237.918000', '120237.921000', '120237.924000', '120237.926000', '120237.929000', '120237.931000', '120257.773000', '120257.776000', '120257.778000', '120257.781000', '120257.783000', '120257.786000', '120257.789000', '120257.791000', '120257.794000', '120257.796000', '120257.799000', '120257.879000', '120257.882000', '120257.885000', '120257.901000', '120257.903000', '120257.906000', '120257.908000', '120257.911000', '120257.914000', '120257.916000', '120257.919000', '120257.921000', '120257.924000', '120257.926000', '120257.929000', '120257.932000', '120257.934000', '120257.937000', '120257.939000', '120257.942000', '120257.945000', '120257.947000', '120257.950000', '120257.952000', '120257.955000', '120257.958000', '120257.960000', '120257.963000', '120257.965000', '120257.968000', '120257.970000', '120257.973000', '120317.773000', '120317.776000', '120317.778000', '120317.781000', '120317.784000', '120317.786000', '120317.789000', '120317.791000', '120317.794000', '120317.797000', '120317.799000', '120317.843000', '120317.846000', '120317.848000', '120317.851000', '120317.853000', '120317.856000', '120317.859000', '120317.861000', '120317.864000', '120317.866000', '120317.869000', '120317.871000', '120317.874000', '120317.877000', '120317.879000', '120317.882000', '120317.884000', '120317.887000', '120317.889000', '120317.892000', '120317.895000', '120317.897000', '120317.900000', '120317.902000', '120317.905000', '120317.907000', '120317.910000', '120317.913000', '120317.915000', '120317.918000', '120317.920000', '120317.923000', '120337.773000', '120337.776000', '120337.778000', '120337.781000', '120337.783000', '120337.786000', '120337.788000', '120337.791000', '120337.794000', '120337.796000', '120337.799000', '120337.849000', '120337.851000', '120337.854000', '120337.856000', '120337.859000', '120337.862000', '120337.864000', '120337.867000', '120337.869000', '120337.872000', '120337.874000', '120337.877000', '120337.880000', '120337.882000', '120337.885000', '120337.888000', '120337.890000', '120337.893000', '120337.896000', '120337.898000', '120337.901000', '120337.903000', '120337.906000', '120337.909000', '120337.911000', '120337.914000', '120337.916000', '120337.919000', '120337.922000', '120337.924000', '120337.927000', '120337.929000', '120337.932000', '120357.772000', '120357.775000', '120357.778000', '120357.781000', '120357.783000', '120357.786000', '120357.788000', '120357.791000', '120357.793000', '120357.796000', '120357.799000', '120357.854000', '120357.857000', '120357.859000', '120357.862000', '120357.864000', '120357.867000', '120357.870000', '120357.872000', '120357.875000', '120357.877000', '120357.880000', '120357.882000', '120357.885000', '120357.888000', '120357.890000', '120357.893000', '120357.896000', '120357.898000', '120357.901000', '120357.903000', '120357.906000', '120357.909000', '120357.911000', '120357.914000', '120357.916000', '120357.919000', '120357.921000', '120357.924000', '120357.927000', '120357.930000', '120357.933000', '120357.935000', '120357.938000', '120417.773000', '120417.776000', '120417.779000', '120417.782000', '120417.784000', '120417.787000', '120417.789000', '120417.792000', '120417.794000', '120417.797000', '120417.867000', '120417.891000', '120417.894000', '120417.896000', '120417.899000', '120417.902000', '120417.904000', '120417.907000', '120417.909000', '120417.912000', '120417.914000', '120417.917000', '120417.920000', '120417.922000', '120417.925000', '120417.928000', '120417.930000', '120417.933000', '120417.935000', '120417.938000', '120417.941000', '120417.943000', '120417.946000', '120417.948000', '120417.951000', '120417.953000', '120417.956000', '120417.959000', '120417.961000', '120417.964000', '120417.966000', '120417.969000', '120417.971000', '120437.774000', '120437.776000', '120437.779000', '120437.782000', '120437.784000', '120437.787000', '120437.789000', '120437.792000', '120437.795000', '120437.797000', '120437.842000', '120437.845000', '120437.847000', '120437.850000', '120437.853000', '120437.855000', '120437.858000', '120437.860000', '120437.863000', '120437.865000', '120437.868000', '120437.871000', '120437.873000', '120437.876000', '120437.878000', '120437.881000', '120437.884000', '120437.886000', '120437.889000', '120437.892000', '120437.894000', '120437.897000', '120437.899000', '120437.902000', '120437.904000', '120437.907000', '120437.909000', '120437.912000', '120437.915000', '120437.917000', '120437.920000', '120437.922000', '120437.925000', '120437.927000', '120457.774000', '120457.776000', '120457.779000', '120457.782000', '120457.784000', '120457.787000', '120457.790000', '120457.792000', '120457.795000', '120457.797000', '120457.865000', '120457.868000', '120457.871000', '120457.873000', '120457.876000', '120457.878000', '120457.881000', '120457.883000', '120457.886000', '120457.889000', '120457.891000', '120457.894000', '120457.896000', '120457.899000', '120457.902000', '120457.904000', '120457.907000', '120457.909000', '120457.912000', '120457.914000', '120457.917000', '120457.920000', '120457.922000', '120457.925000', '120457.927000', '120457.930000', '120457.933000', '120457.935000', '120457.938000', '120457.941000', '120457.943000', '120457.946000', '120457.948000', '120517.772000', '120517.775000', '120517.778000', '120517.780000', '120517.783000', '120517.786000', '120517.788000', '120517.791000', '120517.793000', '120517.796000', '120517.799000', '120517.867000', '120517.870000', '120517.873000', '120517.875000', '120517.878000', '120517.880000', '120517.883000', '120517.886000', '120517.888000', '120517.891000', '120517.893000', '120517.896000', '120517.899000', '120517.901000', '120517.904000', '120517.906000', '120517.909000', '120517.911000', '120517.914000', '120517.917000', '120517.919000', '120517.922000', '120517.924000', '120517.927000', '120517.929000', '120517.932000', '120517.935000', '120517.937000', '120517.940000', '120517.942000', '120517.945000', '120517.948000', '120517.950000', '120537.773000', '120537.775000', '120537.778000', '120537.781000', '120537.783000', '120537.786000', '120537.789000', '120537.791000', '120537.794000', '120537.797000', '120537.799000', '120537.871000', '120537.874000', '120537.876000', '120537.879000', '120537.882000', '120537.885000', '120537.887000', '120537.890000', '120537.892000', '120537.895000', '120537.898000', '120537.900000', '120537.903000', '120537.906000', '120537.908000', '120537.911000', '120537.914000', '120537.917000', '120537.920000', '120537.922000', '120537.925000', '120537.928000', '120537.931000', '120537.934000', '120537.937000', '120537.940000', '120537.943000', '120537.945000', '120537.948000', '120537.950000', '120537.953000', '120537.956000', '120557.773000', '120557.775000', '120557.778000', '120557.781000', '120557.783000', '120557.786000', '120557.788000', '120557.791000', '120557.794000', '120557.796000', '120557.800000', '120557.885000', '120557.888000', '120557.890000', '120557.893000', '120557.896000', '120557.898000', '120557.901000', '120557.903000', '120557.906000', '120557.908000', '120557.911000', '120557.914000', '120557.916000', '120557.919000', '120557.922000', '120557.924000', '120557.927000', '120557.929000', '120557.932000', '120557.935000', '120557.937000', '120557.940000', '120557.943000', '120557.945000', '120557.948000', '120557.951000', '120557.953000', '120557.956000', '120557.958000', '120557.961000', '120557.964000', '120557.966000', '120557.969000', '120617.772000', '120617.775000', '120617.778000', '120617.781000', '120617.783000', '120617.786000', '120617.788000', '120617.791000', '120617.794000', '120617.796000', '120617.799000', '120617.857000', '120617.859000', '120617.862000', '120617.864000', '120617.867000', '120617.869000', '120617.872000', '120617.875000', '120617.877000', '120617.880000', '120617.883000', '120617.885000', '120617.888000', '120617.890000', '120617.893000', '120617.896000', '120617.898000', '120617.901000', '120617.903000', '120617.906000', '120617.908000', '120617.911000', '120617.914000', '120617.916000', '120617.919000', '120617.922000', '120617.924000', '120617.927000', '120617.929000', '120617.932000', '120617.934000', '120617.937000', '120637.774000', '120637.777000', '120637.780000', '120637.783000', '120637.786000', '120637.788000', '120637.791000', '120637.794000', '120637.796000', '120637.799000', '120637.888000', '120637.891000', '120637.893000', '120637.896000', '120637.898000', '120637.901000', '120637.904000', '120637.906000', '120637.909000', '120637.911000', '120637.914000', '120637.917000', '120637.919000', '120637.922000', '120637.925000', '120637.927000', '120637.930000', '120637.932000', '120637.935000', '120637.938000', '120637.940000', '120637.943000', '120637.945000', '120637.948000', '120637.975000', '120637.978000', '120637.980000', '120637.983000', '120637.985000', '120637.988000', '120637.991000', '120637.993000', '120637.996000', '120657.774000', '120657.777000', '120657.779000', '120657.782000', '120657.784000', '120657.787000', '120657.790000', '120657.792000', '120657.795000', '120657.797000', '120657.845000', '120657.848000', '120657.853000', '120657.856000', '120657.859000', '120657.861000', '120657.864000', '120657.866000', '120657.869000', '120657.872000', '120657.874000', '120657.877000', '120657.880000', '120657.882000', '120657.885000', '120657.887000', '120657.890000', '120657.893000', '120657.895000', '120657.898000', '120657.900000', '120657.903000', '120657.906000', '120657.908000', '120657.911000', '120657.914000', '120657.916000', '120657.919000', '120657.921000', '120657.924000', '120657.926000', '120657.929000', '120657.932000', '120657.934000', '120717.774000', '120717.777000', '120717.779000', '120717.782000', '120717.785000', '120717.787000', '120717.790000', '120717.792000', '120717.795000', '120717.798000', '120717.888000', '120717.891000', '120717.894000', '120717.896000', '120717.899000', '120717.902000', '120717.904000', '120717.907000', '120717.910000', '120717.912000', '120717.915000', '120717.917000', '120717.920000', '120717.923000', '120717.925000', '120717.928000', '120717.931000', '120717.933000', '120717.936000', '120717.939000', '120717.941000', '120717.944000', '120717.946000', '120717.949000', '120717.952000', '120717.954000', '120717.957000', '120717.960000', '120717.962000', '120717.965000', '120717.967000', '120717.970000', '120717.973000', '120737.773000', '120737.775000', '120737.778000', '120737.781000', '120737.783000', '120737.786000', '120737.788000', '120737.791000', '120737.794000', '120737.796000', '120737.799000', '120737.859000', '120737.861000', '120737.864000', '120737.866000', '120737.869000', '120737.872000', '120737.874000', '120737.877000', '120737.880000', '120737.882000', '120737.885000', '120737.887000', '120737.890000', '120737.892000', '120737.895000', '120737.898000', '120737.900000', '120737.903000', '120737.905000', '120737.908000', '120737.910000', '120737.913000', '120737.916000', '120737.918000', '120737.921000', '120737.923000', '120737.926000', '120737.929000', '120737.931000', '120737.934000', '120737.936000', '120737.939000', '120737.942000', '120757.773000', '120757.776000', '120757.778000', '120757.781000', '120757.784000', '120757.786000', '120757.789000', '120757.791000', '120757.794000', '120757.796000', '120757.799000', '120757.862000', '120757.864000', '120757.867000', '120757.870000', '120757.872000', '120757.882000', '120757.884000', '120757.887000', '120757.890000', '120757.892000', '120757.895000', '120757.897000', '120757.900000', '120757.902000', '120757.905000', '120757.908000', '120757.910000', '120757.913000', '120757.916000', '120757.918000', '120757.921000', '120757.923000', '120757.926000', '120757.929000', '120757.931000', '120757.934000', '120757.936000', '120757.939000', '120757.941000', '120757.944000', '120757.946000', '120757.949000', '120817.773000', '120817.776000', '120817.778000', '120817.781000', '120817.783000', '120817.786000', '120817.789000', '120817.791000', '120817.794000', '120817.796000', '120817.799000', '120817.865000', '120817.868000', '120817.870000', '120817.873000', '120817.876000', '120817.878000', '120817.881000', '120817.883000', '120817.886000', '120817.889000', '120817.891000', '120817.894000', '120817.896000', '120817.899000', '120817.901000', '120817.904000', '120817.907000', '120817.909000', '120817.912000', '120817.915000', '120817.918000', '120817.920000', '120817.923000', '120817.925000', '120817.928000', '120817.931000', '120817.933000', '120817.936000', '120817.938000', '120817.941000', '120817.943000', '120817.946000', '120817.949000', '120827.718000', '120827.721000', '120827.724000', '120827.727000', '120827.730000', '120827.733000', '120827.736000', '120827.738000', '120827.741000', '120827.744000', '120827.746000', '120827.749000', '120827.752000', '120827.754000', '120827.757000', '120827.760000', '120827.762000', '120827.765000', '120827.767000', '120827.770000', '120827.772000', '120827.775000'], 'InstanceCreationTime': ['115617.803000', '115617.806000', '115617.809000', '115617.811000', '115617.814000', '115617.817000', '115617.819000', '115617.822000', '115617.825000', '115617.827000', '115617.830000', '115617.832000', '115617.835000', '115617.838000', '115617.840000', '115617.843000', '115617.845000', '115617.848000', '115617.850000', '115617.853000', '115617.856000', '115617.858000', '115617.861000', '115617.863000', '115617.866000', '115617.868000', '115617.871000', '115617.874000', '115617.876000', '115617.879000', '115617.881000', '115617.884000', '115617.886000', '115617.889000', '115617.892000', '115617.894000', '115617.897000', '115617.910000', '115617.912000', '115617.915000', '115617.917000', '115617.920000', '115617.923000', '115617.925000', '115617.928000', '115617.930000', '115617.933000', '115617.935000', '115617.938000', '115617.940000', '115617.943000', '115617.946000', '115617.948000', '115637.772000', '115637.775000', '115637.778000', '115637.781000', '115637.783000', '115637.786000', '115637.788000', '115637.791000', '115637.794000', '115637.796000', '115637.832000', '115637.835000', '115637.837000', '115637.840000', '115637.842000', '115637.845000', '115637.848000', '115637.850000', '115637.853000', '115637.856000', '115637.858000', '115637.861000', '115637.863000', '115637.866000', '115637.868000', '115637.871000', '115637.873000', '115637.876000', '115637.878000', '115637.881000', '115637.884000', '115637.886000', '115637.889000', '115637.891000', '115637.894000', '115637.896000', '115637.899000', '115637.901000', '115637.904000', '115637.907000', '115637.909000', '115637.912000', '115637.915000', '115657.772000', '115657.775000', '115657.778000', '115657.780000', '115657.783000', '115657.786000', '115657.788000', '115657.791000', '115657.793000', '115657.796000', '115657.798000', '115657.801000', '115657.804000', '115657.806000', '115657.809000', '115657.812000', '115657.814000', '115657.817000', '115657.820000', '115657.822000', '115657.825000', '115657.827000', '115657.830000', '115657.834000', '115657.837000', '115657.840000', '115657.842000', '115657.845000', '115657.847000', '115657.850000', '115657.888000', '115657.891000', '115657.894000', '115657.896000', '115657.899000', '115657.901000', '115657.904000', '115657.907000', '115657.909000', '115657.912000', '115657.914000', '115657.917000', '115657.919000', '115657.922000', '115717.772000', '115717.775000', '115717.778000', '115717.782000', '115717.784000', '115717.787000', '115717.795000', '115717.797000', '115717.800000', '115717.802000', '115717.805000', '115717.807000', '115717.810000', '115717.812000', '115717.815000', '115717.818000', '115717.820000', '115717.823000', '115717.825000', '115717.828000', '115717.830000', '115717.833000', '115717.836000', '115717.838000', '115717.841000', '115717.843000', '115717.846000', '115717.848000', '115717.851000', '115717.854000', '115717.856000', '115717.859000', '115717.861000', '115717.864000', '115717.867000', '115717.869000', '115717.872000', '115717.874000', '115717.877000', '115717.879000', '115717.882000', '115717.884000', '115717.887000', '115737.774000', '115737.776000', '115737.779000', '115737.782000', '115737.784000', '115737.787000', '115737.789000', '115737.792000', '115737.794000', '115737.803000', '115737.806000', '115737.809000', '115737.811000', '115737.814000', '115737.816000', '115737.819000', '115737.822000', '115737.824000', '115737.827000', '115737.829000', '115737.832000', '115737.861000', '115737.864000', '115737.867000', '115737.869000', '115737.872000', '115737.874000', '115737.877000', '115737.880000', '115737.882000', '115737.885000', '115737.887000', '115737.890000', '115737.893000', '115737.895000', '115737.898000', '115737.900000', '115737.903000', '115737.906000', '115737.908000', '115737.911000', '115737.913000', '115737.916000', '115737.918000', '115757.773000', '115757.776000', '115757.779000', '115757.781000', '115757.784000', '115757.794000', '115757.796000', '115757.799000', '115757.845000', '115757.847000', '115757.850000', '115757.852000', '115757.855000', '115757.857000', '115757.860000', '115757.863000', '115757.865000', '115757.868000', '115757.870000', '115757.873000', '115757.876000', '115757.878000', '115757.881000', '115757.883000', '115757.886000', '115757.888000', '115757.891000', '115757.894000', '115757.896000', '115757.899000', '115757.901000', '115757.904000', '115757.907000', '115757.909000', '115757.912000', '115757.915000', '115757.917000', '115757.920000', '115757.922000', '115757.925000', '115757.928000', '115757.930000', '115757.933000', '115817.772000', '115817.775000', '115817.778000', '115817.780000', '115817.783000', '115817.786000', '115817.788000', '115817.791000', '115817.793000', '115817.796000', '115817.798000', '115817.802000', '115817.805000', '115817.808000', '115817.810000', '115817.813000', '115817.816000', '115817.818000', '115817.821000', '115817.823000', '115817.826000', '115817.829000', '115817.831000', '115817.834000', '115817.836000', '115817.839000', '115817.841000', '115817.844000', '115817.847000', '115817.849000', '115817.852000', '115817.855000', '115817.857000', '115817.860000', '115817.863000', '115817.865000', '115817.868000', '115817.870000', '115817.873000', '115817.875000', '115817.878000', '115817.881000', '115817.883000', '115837.773000', '115837.775000', '115837.778000', '115837.781000', '115837.783000', '115837.786000', '115837.789000', '115837.791000', '115837.835000', '115837.838000', '115837.840000', '115837.843000', '115837.845000', '115837.848000', '115837.850000', '115837.853000', '115837.856000', '115837.858000', '115837.861000', '115837.863000', '115837.866000', '115837.868000', '115837.871000', '115837.874000', '115837.876000', '115837.879000', '115837.881000', '115837.884000', '115837.887000', '115837.889000', '115837.892000', '115837.894000', '115837.897000', '115837.899000', '115837.902000', '115837.905000', '115837.907000', '115837.910000', '115837.913000', '115837.915000', '115837.918000', '115837.920000', '115837.923000', '115837.926000', '115857.773000', '115857.775000', '115857.778000', '115857.781000', '115857.783000', '115857.786000', '115857.788000', '115857.791000', '115857.794000', '115857.796000', '115857.799000', '115857.842000', '115857.845000', '115857.847000', '115857.850000', '115857.852000', '115857.855000', '115857.857000', '115857.860000', '115857.863000', '115857.865000', '115857.868000', '115857.870000', '115857.873000', '115857.876000', '115857.879000', '115857.881000', '115857.884000', '115857.886000', '115857.889000', '115857.892000', '115857.894000', '115857.897000', '115857.899000', '115857.902000', '115857.905000', '115857.907000', '115857.910000', '115857.912000', '115857.915000', '115857.918000', '115857.920000', '115857.923000', '115917.773000', '115917.776000', '115917.778000', '115917.781000', '115917.783000', '115917.786000', '115917.788000', '115917.791000', '115917.794000', '115917.796000', '115917.799000', '115917.857000', '115917.859000', '115917.862000', '115917.865000', '115917.867000', '115917.870000', '115917.872000', '115917.875000', '115917.877000', '115917.880000', '115917.882000', '115917.885000', '115917.888000', '115917.890000', '115917.893000', '115917.895000', '115917.898000', '115917.901000', '115917.903000', '115917.906000', '115917.908000', '115917.911000', '115917.914000', '115917.916000', '115917.919000', '115917.921000', '115917.924000', '115917.926000', '115917.929000', '115917.932000', '115917.934000', '115917.937000', '115917.940000', '115937.774000', '115937.776000', '115937.779000', '115937.782000', '115937.784000', '115937.787000', '115937.789000', '115937.793000', '115937.795000', '115937.798000', '115937.845000', '115937.847000', '115937.850000', '115937.852000', '115937.855000', '115937.858000', '115937.860000', '115937.863000', '115937.865000', '115937.868000', '115937.871000', '115937.873000', '115937.876000', '115937.879000', '115937.881000', '115937.884000', '115937.886000', '115937.889000', '115937.891000', '115937.894000', '115937.897000', '115937.899000', '115937.902000', '115937.904000', '115937.907000', '115937.909000', '115937.912000', '115937.915000', '115937.917000', '115937.920000', '115937.922000', '115937.925000', '115937.927000', '115957.773000', '115957.776000', '115957.779000', '115957.781000', '115957.784000', '115957.787000', '115957.789000', '115957.792000', '115957.794000', '115957.797000', '115957.847000', '115957.850000', '115957.852000', '115957.855000', '115957.858000', '115957.860000', '115957.863000', '115957.865000', '115957.868000', '115957.870000', '115957.873000', '115957.876000', '115957.878000', '115957.881000', '115957.883000', '115957.886000', '115957.889000', '115957.891000', '115957.894000', '115957.896000', '115957.899000', '115957.901000', '115957.904000', '115957.907000', '115957.909000', '115957.912000', '115957.914000', '115957.929000', '115957.931000', '115957.934000', '115957.936000', '115957.939000', '115957.942000', '115957.944000', '120017.773000', '120017.776000', '120017.779000', '120017.782000', '120017.784000', '120017.787000', '120017.789000', '120017.792000', '120017.795000', '120017.797000', '120017.852000', '120017.855000', '120017.857000', '120017.860000', '120017.863000', '120017.865000', '120017.868000', '120017.871000', '120017.873000', '120017.876000', '120017.878000', '120017.881000', '120017.883000', '120017.886000', '120017.888000', '120017.891000', '120017.894000', '120017.896000', '120017.899000', '120017.902000', '120017.904000', '120017.907000', '120017.909000', '120017.912000', '120017.915000', '120017.917000', '120017.920000', '120017.922000', '120017.925000', '120017.928000', '120017.930000', '120017.933000', '120017.935000', '120037.772000', '120037.775000', '120037.778000', '120037.781000', '120037.783000', '120037.786000', '120037.788000', '120037.791000', '120037.794000', '120037.796000', '120037.799000', '120037.875000', '120037.877000', '120037.880000', '120037.883000', '120037.885000', '120037.888000', '120037.890000', '120037.893000', '120037.895000', '120037.898000', '120037.901000', '120037.903000', '120037.906000', '120037.909000', '120037.911000', '120037.914000', '120037.916000', '120037.919000', '120037.922000', '120037.924000', '120037.927000', '120037.929000', '120037.932000', '120037.935000', '120037.937000', '120037.940000', '120037.943000', '120037.945000', '120037.948000', '120037.950000', '120037.953000', '120037.955000', '120037.958000', '120057.773000', '120057.775000', '120057.778000', '120057.781000', '120057.783000', '120057.786000', '120057.788000', '120057.791000', '120057.793000', '120057.796000', '120057.799000', '120057.845000', '120057.848000', '120057.850000', '120057.853000', '120057.855000', '120057.858000', '120057.860000', '120057.863000', '120057.866000', '120057.868000', '120057.871000', '120057.873000', '120057.876000', '120057.879000', '120057.882000', '120057.885000', '120057.888000', '120057.890000', '120057.893000', '120057.895000', '120057.898000', '120057.901000', '120057.903000', '120057.906000', '120057.909000', '120057.911000', '120057.914000', '120057.916000', '120057.919000', '120057.921000', '120057.924000', '120057.927000', '120117.772000', '120117.775000', '120117.778000', '120117.781000', '120117.783000', '120117.786000', '120117.788000', '120117.791000', '120117.793000', '120117.796000', '120117.799000', '120117.834000', '120117.837000', '120117.840000', '120117.842000', '120117.845000', '120117.847000', '120117.850000', '120117.852000', '120117.855000', '120117.858000', '120117.860000', '120117.863000', '120117.865000', '120117.868000', '120117.871000', '120117.873000', '120117.876000', '120117.878000', '120117.881000', '120117.883000', '120117.886000', '120117.888000', '120117.891000', '120117.894000', '120117.896000', '120117.899000', '120117.901000', '120117.904000', '120117.906000', '120117.909000', '120117.912000', '120117.914000', '120117.917000', '120137.773000', '120137.775000', '120137.778000', '120137.781000', '120137.794000', '120137.797000', '120137.800000', '120137.802000', '120137.805000', '120137.808000', '120137.810000', '120137.813000', '120137.815000', '120137.818000', '120137.821000', '120137.823000', '120137.826000', '120137.828000', '120137.831000', '120137.834000', '120137.836000', '120137.839000', '120137.841000', '120137.844000', '120137.847000', '120137.849000', '120137.853000', '120137.856000', '120137.859000', '120137.861000', '120137.864000', '120137.866000', '120137.869000', '120137.872000', '120137.874000', '120137.877000', '120137.880000', '120137.882000', '120137.885000', '120137.887000', '120137.890000', '120137.892000', '120137.895000', '120157.773000', '120157.776000', '120157.779000', '120157.781000', '120157.784000', '120157.787000', '120157.789000', '120157.792000', '120157.794000', '120157.797000', '120157.862000', '120157.865000', '120157.867000', '120157.870000', '120157.873000', '120157.875000', '120157.878000', '120157.880000', '120157.883000', '120157.886000', '120157.888000', '120157.891000', '120157.893000', '120157.896000', '120157.898000', '120157.901000', '120157.904000', '120157.906000', '120157.909000', '120157.911000', '120157.914000', '120157.916000', '120157.919000', '120157.922000', '120157.924000', '120157.927000', '120157.930000', '120157.932000', '120157.935000', '120157.937000', '120157.940000', '120157.942000', '120157.945000', '120157.948000', '120217.773000', '120217.776000', '120217.779000', '120217.782000', '120217.784000', '120217.787000', '120217.789000', '120217.792000', '120217.794000', '120217.797000', '120217.863000', '120217.866000', '120217.869000', '120217.872000', '120217.875000', '120217.877000', '120217.880000', '120217.883000', '120217.885000', '120217.888000', '120217.890000', '120217.893000', '120217.896000', '120217.898000', '120217.901000', '120217.903000', '120217.906000', '120217.908000', '120217.911000', '120217.914000', '120217.916000', '120217.919000', '120217.922000', '120217.925000', '120217.928000', '120217.930000', '120217.933000', '120217.935000', '120217.938000', '120217.941000', '120217.943000', '120217.946000', '120217.949000', '120237.773000', '120237.776000', '120237.779000', '120237.782000', '120237.784000', '120237.787000', '120237.789000', '120237.792000', '120237.794000', '120237.797000', '120237.846000', '120237.849000', '120237.851000', '120237.854000', '120237.856000', '120237.859000', '120237.861000', '120237.864000', '120237.867000', '120237.869000', '120237.872000', '120237.874000', '120237.877000', '120237.879000', '120237.882000', '120237.884000', '120237.887000', '120237.890000', '120237.892000', '120237.895000', '120237.898000', '120237.900000', '120237.903000', '120237.905000', '120237.908000', '120237.910000', '120237.913000', '120237.916000', '120237.918000', '120237.921000', '120237.924000', '120237.926000', '120237.929000', '120237.931000', '120257.773000', '120257.776000', '120257.778000', '120257.781000', '120257.783000', '120257.786000', '120257.789000', '120257.791000', '120257.794000', '120257.796000', '120257.799000', '120257.879000', '120257.882000', '120257.885000', '120257.901000', '120257.903000', '120257.906000', '120257.908000', '120257.911000', '120257.914000', '120257.916000', '120257.919000', '120257.921000', '120257.924000', '120257.926000', '120257.929000', '120257.932000', '120257.934000', '120257.937000', '120257.939000', '120257.942000', '120257.945000', '120257.947000', '120257.950000', '120257.952000', '120257.955000', '120257.958000', '120257.960000', '120257.963000', '120257.965000', '120257.968000', '120257.970000', '120257.973000', '120317.773000', '120317.776000', '120317.778000', '120317.781000', '120317.784000', '120317.786000', '120317.789000', '120317.791000', '120317.794000', '120317.797000', '120317.799000', '120317.843000', '120317.846000', '120317.848000', '120317.851000', '120317.853000', '120317.856000', '120317.859000', '120317.861000', '120317.864000', '120317.866000', '120317.869000', '120317.871000', '120317.874000', '120317.877000', '120317.879000', '120317.882000', '120317.884000', '120317.887000', '120317.889000', '120317.892000', '120317.895000', '120317.897000', '120317.900000', '120317.902000', '120317.905000', '120317.907000', '120317.910000', '120317.913000', '120317.915000', '120317.918000', '120317.920000', '120317.923000', '120337.773000', '120337.776000', '120337.778000', '120337.781000', '120337.783000', '120337.786000', '120337.788000', '120337.791000', '120337.794000', '120337.796000', '120337.799000', '120337.849000', '120337.851000', '120337.854000', '120337.856000', '120337.859000', '120337.862000', '120337.864000', '120337.867000', '120337.869000', '120337.872000', '120337.874000', '120337.877000', '120337.880000', '120337.882000', '120337.885000', '120337.888000', '120337.890000', '120337.893000', '120337.896000', '120337.898000', '120337.901000', '120337.903000', '120337.906000', '120337.909000', '120337.911000', '120337.914000', '120337.916000', '120337.919000', '120337.922000', '120337.924000', '120337.927000', '120337.929000', '120337.932000', '120357.772000', '120357.775000', '120357.778000', '120357.781000', '120357.783000', '120357.786000', '120357.788000', '120357.791000', '120357.793000', '120357.796000', '120357.799000', '120357.854000', '120357.857000', '120357.859000', '120357.862000', '120357.864000', '120357.867000', '120357.870000', '120357.872000', '120357.875000', '120357.877000', '120357.880000', '120357.882000', '120357.885000', '120357.888000', '120357.890000', '120357.893000', '120357.896000', '120357.898000', '120357.901000', '120357.903000', '120357.906000', '120357.909000', '120357.911000', '120357.914000', '120357.916000', '120357.919000', '120357.921000', '120357.924000', '120357.927000', '120357.930000', '120357.933000', '120357.935000', '120357.938000', '120417.773000', '120417.776000', '120417.779000', '120417.782000', '120417.784000', '120417.787000', '120417.789000', '120417.792000', '120417.794000', '120417.797000', '120417.867000', '120417.891000', '120417.894000', '120417.896000', '120417.899000', '120417.902000', '120417.904000', '120417.907000', '120417.909000', '120417.912000', '120417.914000', '120417.917000', '120417.920000', '120417.922000', '120417.925000', '120417.928000', '120417.930000', '120417.933000', '120417.935000', '120417.938000', '120417.941000', '120417.943000', '120417.946000', '120417.948000', '120417.951000', '120417.953000', '120417.956000', '120417.959000', '120417.961000', '120417.964000', '120417.966000', '120417.969000', '120417.971000', '120437.774000', '120437.776000', '120437.779000', '120437.782000', '120437.784000', '120437.787000', '120437.789000', '120437.792000', '120437.795000', '120437.797000', '120437.842000', '120437.845000', '120437.847000', '120437.850000', '120437.853000', '120437.855000', '120437.858000', '120437.860000', '120437.863000', '120437.865000', '120437.868000', '120437.871000', '120437.873000', '120437.876000', '120437.878000', '120437.881000', '120437.884000', '120437.886000', '120437.889000', '120437.892000', '120437.894000', '120437.897000', '120437.899000', '120437.902000', '120437.904000', '120437.907000', '120437.909000', '120437.912000', '120437.915000', '120437.917000', '120437.920000', '120437.922000', '120437.925000', '120437.927000', '120457.774000', '120457.776000', '120457.779000', '120457.782000', '120457.784000', '120457.787000', '120457.790000', '120457.792000', '120457.795000', '120457.797000', '120457.865000', '120457.868000', '120457.871000', '120457.873000', '120457.876000', '120457.878000', '120457.881000', '120457.883000', '120457.886000', '120457.889000', '120457.891000', '120457.894000', '120457.896000', '120457.899000', '120457.902000', '120457.904000', '120457.907000', '120457.909000', '120457.912000', '120457.914000', '120457.917000', '120457.920000', '120457.922000', '120457.925000', '120457.927000', '120457.930000', '120457.933000', '120457.935000', '120457.938000', '120457.941000', '120457.943000', '120457.946000', '120457.948000', '120517.772000', '120517.775000', '120517.778000', '120517.780000', '120517.783000', '120517.786000', '120517.788000', '120517.791000', '120517.793000', '120517.796000', '120517.799000', '120517.867000', '120517.870000', '120517.873000', '120517.875000', '120517.878000', '120517.880000', '120517.883000', '120517.886000', '120517.888000', '120517.891000', '120517.893000', '120517.896000', '120517.899000', '120517.901000', '120517.904000', '120517.906000', '120517.909000', '120517.911000', '120517.914000', '120517.917000', '120517.919000', '120517.922000', '120517.924000', '120517.927000', '120517.929000', '120517.932000', '120517.935000', '120517.937000', '120517.940000', '120517.942000', '120517.945000', '120517.948000', '120517.950000', '120537.773000', '120537.775000', '120537.778000', '120537.781000', '120537.783000', '120537.786000', '120537.789000', '120537.791000', '120537.794000', '120537.797000', '120537.799000', '120537.871000', '120537.874000', '120537.876000', '120537.879000', '120537.882000', '120537.885000', '120537.887000', '120537.890000', '120537.892000', '120537.895000', '120537.898000', '120537.900000', '120537.903000', '120537.906000', '120537.908000', '120537.911000', '120537.914000', '120537.917000', '120537.920000', '120537.922000', '120537.925000', '120537.928000', '120537.931000', '120537.934000', '120537.937000', '120537.940000', '120537.943000', '120537.945000', '120537.948000', '120537.950000', '120537.953000', '120537.956000', '120557.773000', '120557.775000', '120557.778000', '120557.781000', '120557.783000', '120557.786000', '120557.788000', '120557.791000', '120557.794000', '120557.796000', '120557.800000', '120557.885000', '120557.888000', '120557.890000', '120557.893000', '120557.896000', '120557.898000', '120557.901000', '120557.903000', '120557.906000', '120557.908000', '120557.911000', '120557.914000', '120557.916000', '120557.919000', '120557.922000', '120557.924000', '120557.927000', '120557.929000', '120557.932000', '120557.935000', '120557.937000', '120557.940000', '120557.943000', '120557.945000', '120557.948000', '120557.951000', '120557.953000', '120557.956000', '120557.958000', '120557.961000', '120557.964000', '120557.966000', '120557.969000', '120617.772000', '120617.775000', '120617.778000', '120617.781000', '120617.783000', '120617.786000', '120617.788000', '120617.791000', '120617.794000', '120617.796000', '120617.799000', '120617.857000', '120617.859000', '120617.862000', '120617.864000', '120617.867000', '120617.869000', '120617.872000', '120617.875000', '120617.877000', '120617.880000', '120617.883000', '120617.885000', '120617.888000', '120617.890000', '120617.893000', '120617.896000', '120617.898000', '120617.901000', '120617.903000', '120617.906000', '120617.908000', '120617.911000', '120617.914000', '120617.916000', '120617.919000', '120617.922000', '120617.924000', '120617.927000', '120617.929000', '120617.932000', '120617.934000', '120617.937000', '120637.774000', '120637.777000', '120637.780000', '120637.783000', '120637.786000', '120637.788000', '120637.791000', '120637.794000', '120637.796000', '120637.799000', '120637.888000', '120637.891000', '120637.893000', '120637.896000', '120637.898000', '120637.901000', '120637.904000', '120637.906000', '120637.909000', '120637.911000', '120637.914000', '120637.917000', '120637.919000', '120637.922000', '120637.925000', '120637.927000', '120637.930000', '120637.932000', '120637.935000', '120637.938000', '120637.940000', '120637.943000', '120637.945000', '120637.948000', '120637.975000', '120637.978000', '120637.980000', '120637.983000', '120637.985000', '120637.988000', '120637.991000', '120637.993000', '120637.996000', '120657.774000', '120657.777000', '120657.779000', '120657.782000', '120657.784000', '120657.787000', '120657.790000', '120657.792000', '120657.795000', '120657.797000', '120657.845000', '120657.848000', '120657.853000', '120657.856000', '120657.859000', '120657.861000', '120657.864000', '120657.866000', '120657.869000', '120657.872000', '120657.874000', '120657.877000', '120657.880000', '120657.882000', '120657.885000', '120657.887000', '120657.890000', '120657.893000', '120657.895000', '120657.898000', '120657.900000', '120657.903000', '120657.906000', '120657.908000', '120657.911000', '120657.914000', '120657.916000', '120657.919000', '120657.921000', '120657.924000', '120657.926000', '120657.929000', '120657.932000', '120657.934000', '120717.774000', '120717.777000', '120717.779000', '120717.782000', '120717.785000', '120717.787000', '120717.790000', '120717.792000', '120717.795000', '120717.798000', '120717.888000', '120717.891000', '120717.894000', '120717.896000', '120717.899000', '120717.902000', '120717.904000', '120717.907000', '120717.910000', '120717.912000', '120717.915000', '120717.917000', '120717.920000', '120717.923000', '120717.925000', '120717.928000', '120717.931000', '120717.933000', '120717.936000', '120717.939000', '120717.941000', '120717.944000', '120717.946000', '120717.949000', '120717.952000', '120717.954000', '120717.957000', '120717.960000', '120717.962000', '120717.965000', '120717.967000', '120717.970000', '120717.973000', '120737.773000', '120737.775000', '120737.778000', '120737.781000', '120737.783000', '120737.786000', '120737.788000', '120737.791000', '120737.794000', '120737.796000', '120737.799000', '120737.859000', '120737.861000', '120737.864000', '120737.866000', '120737.869000', '120737.872000', '120737.874000', '120737.877000', '120737.880000', '120737.882000', '120737.885000', '120737.887000', '120737.890000', '120737.892000', '120737.895000', '120737.898000', '120737.900000', '120737.903000', '120737.905000', '120737.908000', '120737.910000', '120737.913000', '120737.916000', '120737.918000', '120737.921000', '120737.923000', '120737.926000', '120737.929000', '120737.931000', '120737.934000', '120737.936000', '120737.939000', '120737.942000', '120757.773000', '120757.776000', '120757.778000', '120757.781000', '120757.784000', '120757.786000', '120757.789000', '120757.791000', '120757.794000', '120757.796000', '120757.799000', '120757.862000', '120757.864000', '120757.867000', '120757.870000', '120757.872000', '120757.882000', '120757.884000', '120757.887000', '120757.890000', '120757.892000', '120757.895000', '120757.897000', '120757.900000', '120757.902000', '120757.905000', '120757.908000', '120757.910000', '120757.913000', '120757.916000', '120757.918000', '120757.921000', '120757.923000', '120757.926000', '120757.929000', '120757.931000', '120757.934000', '120757.936000', '120757.939000', '120757.941000', '120757.944000', '120757.946000', '120757.949000', '120817.773000', '120817.776000', '120817.778000', '120817.781000', '120817.783000', '120817.786000', '120817.789000', '120817.791000', '120817.794000', '120817.796000', '120817.799000', '120817.865000', '120817.868000', '120817.870000', '120817.873000', '120817.876000', '120817.878000', '120817.881000', '120817.883000', '120817.886000', '120817.889000', '120817.891000', '120817.894000', '120817.896000', '120817.899000', '120817.901000', '120817.904000', '120817.907000', '120817.909000', '120817.912000', '120817.915000', '120817.918000', '120817.920000', '120817.923000', '120817.925000', '120817.928000', '120817.931000', '120817.933000', '120817.936000', '120817.938000', '120817.941000', '120817.943000', '120817.946000', '120817.949000', '120827.718000', '120827.721000', '120827.724000', '120827.727000', '120827.730000', '120827.733000', '120827.736000', '120827.738000', '120827.741000', '120827.744000', '120827.746000', '120827.749000', '120827.752000', '120827.754000', '120827.757000', '120827.760000', '120827.762000', '120827.765000', '120827.767000', '120827.770000', '120827.772000', '120827.775000'], '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': [9162, 6255, 10222, 6704, 12633, 8787, 12925, 9538, 13147, 8765, 12760, 8748, 11037, 6851, 9697, 6389, 7022, 6889, 5319, 7455, 5720, 8760, 6096, 8968, 6055, 7932, 5462, 7099, 5378, 6812, 6297, 6418, 7551, 6533, 10195, 6752, 9162, 6569, 8944, 6463, 8859, 6907, 8021, 6277, 7938, 6656, 8810, 5691, 9558, 5801, 8229, 6084, 8359, 6048, 8430, 5396, 7953, 7191, 7610, 8414, 7346, 5854, 8404, 5551, 9368, 6132, 9223, 5395, 8078, 6683, 7005, 8011, 6886, 9980, 7058, 13525, 9240, 12199, 10169, 9748, 6239, 5655, 6710, 6666, 6538, 7881, 6694, 8936, 6787, 10819, 7768, 12623, 10098, 10735, 7192, 8691, 7045, 5565, 7195, 7100, 6901, 9469, 6475, 8497, 6879, 7829, 6828, 9445, 6663, 9031, 6857, 8627, 6645, 8615, 6621, 8780, 6727, 9195, 6720, 9279, 6824, 8692, 6780, 8339, 6773, 7891, 6776, 7842, 6216, 7309, 7550, 8540, 10449, 8393, 12687, 7932, 14162, 7909, 10121, 6971, 7851, 5910, 7480, 6730, 6487, 5832, 7094, 6037, 7647, 6259, 7495, 5905, 8251, 6792, 7681, 6128, 7164, 5410, 7649, 5520, 7965, 5732, 8349, 6402, 8918, 7307, 9268, 7654, 8772, 6920, 7747, 6018, 6915, 5504, 6916, 11059, 6786, 11226, 6768, 9705, 6534, 9887, 7281, 11098, 6536, 9044, 6488, 8756, 6376, 8042, 6849, 8106, 7065, 8322, 6031, 8255, 7316, 8685, 6381, 9326, 6947, 9183, 6971, 8908, 5660, 7112, 5619, 6906, 7096, 7333, 8068, 6919, 7167, 6801, 8050, 6569, 9939, 6775, 12710, 7755, 10302, 6765, 7578, 6614, 6610, 6946, 8596, 6661, 9028, 6789, 8092, 6718, 7846, 6727, 9449, 7063, 7062, 6773, 7061, 6743, 7512, 6865, 10406, 6587, 9675, 7237, 11772, 7934, 9265, 6875, 6883, 6638, 6474, 6543, 6784, 7149, 5775, 6879, 6365, 6937, 9247, 6686, 9113, 6797, 9208, 6901, 10301, 6829, 7077, 6625, 6895, 6777, 7660, 6960, 9431, 6959, 8872, 6828, 8485, 6706, 8075, 7211, 7984, 5987, 7948, 6451, 7899, 6264, 7583, 5272, 7100, 5901, 7982, 5584, 7938, 5887, 7844, 6811, 6768, 8218, 7236, 6604, 6398, 5465, 6810, 9551, 6577, 9921, 6648, 8552, 6961, 8706, 6697, 8571, 6757, 8521, 6687, 11447, 7524, 12413, 7850, 10698, 6862, 8710, 6846, 6669, 6733, 9093, 7120, 10593, 6936, 8648, 6892, 9800, 7480, 13359, 7256, 8565, 7161, 8323, 6880, 8751, 6606, 7974, 6118, 7730, 7413, 8386, 6242, 7589, 6100, 7336, 5814, 7682, 5594, 7703, 6071, 7885, 6209, 7785, 6345, 8523, 6011, 8081, 6465, 7816, 6020, 7651, 7470, 8888, 11935, 9418, 11462, 6808, 8248, 6808, 7613, 6855, 10883, 7059, 8889, 6938, 8184, 6965, 8703, 6959, 7803, 6656, 8008, 6627, 8049, 6810, 8855, 7065, 9690, 7217, 8807, 6978, 8138, 6830, 8161, 6911, 11606, 7070, 9603, 6897, 8366, 6920, 10672, 6698, 8716, 6977, 8309, 6714, 8627, 8292, 8087, 7372, 7664, 6216, 8469, 6453, 9393, 6644, 8789, 7016, 6773, 6565, 7248, 6985, 8674, 6926, 8073, 6768, 7576, 5563, 7231, 6058, 7200, 5584, 6687, 5595, 6903, 5544, 7503, 7268, 7253, 6468, 7292, 5338, 7159, 5821, 7948, 6093, 7969, 5816, 7539, 5725, 7805, 10566, 7551, 11753, 6842, 9633, 6764, 12573, 8350, 11902, 9143, 10151, 7053, 12210, 7050, 10685, 6781, 8200, 6773, 7893, 6668, 7984, 6074, 8273, 6846, 7702, 6164, 7757, 6122, 7068, 5998, 6790, 5922, 7630, 6484, 7689, 6161, 7931, 6605, 7863, 6004, 7617, 8503, 6822, 11349, 6801, 9719, 6989, 8188, 7673, 8065, 6613, 7924, 7220, 7619, 5190, 7189, 5411, 7063, 5574, 8255, 5508, 7255, 5452, 7232, 5748, 7947, 6297, 8016, 6517, 7611, 6388, 7164, 6718, 7482, 11560, 9390, 11193, 7745, 8278, 7667, 5900, 8110, 6004, 7258, 5838, 7453, 5909, 7411, 6842, 7437, 12384, 8347, 11946, 6747, 9696, 6780, 8448, 6778, 8396, 6737, 8256, 7095, 8155, 6215, 8047, 6382, 7898, 6393, 7904, 5346, 7475, 5745, 7439, 6818, 9109, 6885, 8381, 7122, 8646, 7236, 6655, 8248, 6531, 8653, 9706, 7922, 10448, 8069, 11136, 7670, 6627, 8174, 5879, 8207, 6343, 8421, 5969, 8114, 6425, 7656, 7825, 7417, 12613, 6656, 10107, 6660, 9241, 6722, 8363, 6916, 8032, 6493, 7605, 5787, 7490, 5423, 7513, 5515, 8056, 5822, 8922, 6256, 10831, 7951, 11857, 7793, 9865, 7137, 10883, 6977, 11466, 6899, 8881, 6553, 8317, 6561, 9739, 6401, 7593, 6553, 8136, 6577, 8129, 6713, 8224, 6562, 8080, 7379, 8854, 6648, 8662, 6745, 7915, 6618, 7678, 5878, 8395, 6165, 7510, 5156, 7168, 5363, 7185, 5716, 7013, 5709, 7900, 6950, 7637, 6508, 8377, 6136, 9022, 6680, 8285, 6268, 7932, 5948, 7522, 6360, 8242, 6394, 7952, 11314, 7468, 12881, 8160, 11268, 8908, 10227, 6946, 8268, 6838, 7943, 6747, 8087, 6974, 9852, 6944, 8726, 7047, 7777, 6922, 7918, 7026, 11502, 7169, 9826, 6897, 7780, 6572, 7894, 6042, 7540, 12750, 6869, 9828, 7260, 7896, 6593, 8032, 5988, 7817, 5955, 7656, 5775, 7710, 6149, 7832, 5270, 6934, 5465, 7629, 5366, 8525, 5786, 7846, 5466, 7231, 7219, 6894, 8961, 6994, 9125, 6980, 10446, 6967, 10523, 6798, 8701, 6554, 9198, 7011, 9469, 6621, 8141, 6299, 8613, 6596, 7959, 6370, 8101, 5954, 8556, 6436, 9032, 6565, 8744, 6780, 8060, 6518, 8410, 6900, 11260, 7435, 12233, 7710, 11774, 7531, 10734, 6976, 8367, 6918, 8102, 6485, 8186, 7071, 7984, 7036, 7797, 9615, 7837, 7633, 7894, 6841, 8048, 7042, 8117, 7158, 7987, 6943, 8003, 6555, 8135, 6928, 8039, 6460, 7805, 9295, 6840, 10203, 6717, 9329, 7067, 8785, 6976, 7443, 6738, 7312, 6826, 6681, 6639, 5554, 6595, 5419, 6793, 5838, 7020, 6686, 7388, 8973, 6897, 9970, 6699, 11968, 8536, 11965, 7623, 11252, 6617, 8973, 7060, 10475, 6818, 10436, 6925, 8154, 7019, 7919, 7039, 7971, 6719, 8279, 7087, 12034, 7273, 11052, 7177, 8103, 6869, 8438, 6934, 10356, 7232, 9863, 7134, 8155, 7144, 8341, 6717, 8434, 7400, 8248, 6454, 8163, 6956, 8317, 7264, 7172, 7240, 7997, 6916, 7903, 6807, 8147, 6918, 8116, 6850, 8527, 11197, 8551, 12603, 9696, 11460, 7206, 5837, 7196, 5317, 6834, 5496, 7344, 6062, 7715, 6528, 7693, 8778, 7348, 9957, 7792, 11284, 8713, 11704, 8677, 12655, 7133, 10609, 6753, 8224, 6601, 8493, 6851, 8004, 7255, 7345, 7114, 7805, 6941, 8128, 7011, 7622, 7202, 7679, 7311, 7410, 7332, 7255, 7148, 7733, 7250, 8254, 7108, 8354, 7063, 8353, 7301, 8722, 7378, 9223, 7320, 8121, 6244, 7471, 6211, 7051, 7220, 7207, 8049, 7074, 7108, 7159, 6258, 7124, 6083, 7494, 6667, 7004, 5676, 7374, 6158, 7915, 7079, 9112, 7658, 10918, 7231, 7972, 7116, 8238, 7205, 8008, 6895, 7956, 6531, 7896, 6600, 7911, 9314, 7805, 9389, 7712, 7042, 7741, 9341, 7458, 6509, 7732, 6309, 7741, 6089, 7847, 6551, 7875, 7141, 8072, 6683, 9124, 6915, 10312, 7415, 8200, 7380, 7703, 7077, 8397, 7325, 8056, 7175, 8023, 6429, 7848, 6395, 7776, 5770, 7158, 5791, 7396, 6576, 7913, 6690, 8073, 6947, 8153, 7246, 9377, 7348, 11028, 7474, 9006, 13322, 10908, 11578, 7328, 8265, 8717, 8166, 6680, 7640, 9083, 6840, 9267, 7084, 8186, 7056, 7703, 6628, 7754, 5689, 7329, 5881, 7009, 5578, 7004, 5578, 7119, 7537, 6957, 8007, 6877, 6007, 7130, 5733, 7209, 7482, 7025, 9768, 7226, 10958, 7805, 6593, 9864, 8966, 12288, 8046, 12193, 7266, 8074, 8032, 7675, 7852, 10493, 7370, 10386, 7420, 11640, 7151, 7812, 7260, 6108, 7579, 6883, 7943, 7372, 7621, 7388, 7874, 7563, 8724, 7780, 8003, 7211, 8059, 7457, 8837, 7316, 8026, 7303, 7748, 12170, 6899, 11764, 8580, 11391, 6413, 8385, 5838, 5706, 6410, 5655, 7037, 5403, 7517, 8182, 7282, 8194, 7287, 7791, 7037, 7969, 8979, 7988, 13827, 12135, 12853, 9482, 11953, 8702, 7929, 10869, 7775, 9355, 7687, 11512, 7881, 8546, 7891, 7294, 7799, 9144, 6707, 7758, 7535, 8124, 6974, 7937, 6794, 7034, 9103, 7451, 8265, 7312, 8335, 6804, 8206, 7323, 7736, 7164, 7348, 7346, 7555, 7772, 7905, 7750, 8085, 7221, 7863, 11582, 7590, 12858, 8423, 10129, 7954, 10085, 7577, 9020, 7315, 7887, 7279, 7619, 6785, 8146, 6522, 10113, 7154, 11140, 7057, 10136, 6671, 7619, 7329, 6902, 7856, 9703, 7896, 12062, 7857, 10515, 7046, 12521, 10269, 12191, 9105, 12334, 7385, 11486, 7253, 8857, 7570, 7976, 7083, 7815, 6860, 7890, 7053, 8038, 7125, 8527, 7075, 7907, 7501, 6755, 7459, 6055, 7678, 7958, 8043, 9003, 7771, 8252, 7803, 7947, 7592, 7773, 6974, 7724, 8437, 7598, 7969, 7753, 12565, 8442, 10351, 6841, 7344, 7233, 6140, 6897, 5700, 6747, 5448, 6633, 6196, 7141, 6241, 7039, 6245, 6956, 6784, 7877, 6910, 8107, 6182, 7456, 5872, 7055, 5558, 6537, 5426, 7029, 5984, 8004, 6230, 8373, 7022, 7944, 7307, 8352, 7359, 9291, 7558, 7667, 6754, 7536, 6560, 9537, 7488, 12278, 7670, 11748, 7711, 8784, 7780, 7867, 7613, 8176, 7551, 8598, 7562, 10675, 7486, 12525, 7787, 13434, 7221, 10752, 7531, 8818, 7496, 8635, 7700, 8513, 7477, 7863, 6576, 7702, 6663, 7391, 6714, 7932, 6583, 7896, 6874, 8528, 7163, 8708, 7055, 8388, 7316, 7823, 7998, 7923, 7668, 8516, 7360, 8887, 6828, 11720, 7086, 12414, 8564, 12769, 10083, 13018, 9518, 11720, 7522, 9576, 6861, 10003, 6703, 6080, 6395, 5475, 7447, 5598, 7591, 5574, 7918, 5610, 7870, 6378, 8344, 6135, 8264, 6536, 8426, 6625, 8257, 6270, 5838, 7748, 6179, 8266, 6641, 6421, 7078, 9090, 7060, 9798, 6940, 8409, 7292, 9037, 7399, 12084, 8296, 11020, 7779, 8775, 7869, 7064, 8188, 6932, 7879, 7429, 8130, 6968, 11034, 6903, 6615, 6956, 7867, 7769, 6426, 8498, 6442, 8787, 6122, 8774, 6874, 9978, 7213, 9877, 7556, 9757, 6987, 9538, 7117, 10218, 7215, 9472, 6809, 8055, 7157, 7364, 7379, 6940, 7972, 7736, 9957, 7524, 7386, 6852, 6543, 7174, 7689, 8917, 7621, 9682, 7838, 11728, 7455, 10494, 6939, 8887, 7140, 8178, 6387, 5406, 6969, 5714, 6719, 5824, 7385, 9278, 6959, 10124, 7161, 7456, 6958, 5468, 7856, 6567, 9569, 6053, 10382, 6524, 10336, 6868, 8583, 6258, 7217, 6752, 5463, 8692, 5429, 10369, 5877, 9961, 5905, 9407, 7872, 9725, 6168, 9795, 6464, 10076, 6346, 9789, 6378, 9845, 6269, 10406, 6262, 9465, 6106, 8693, 6888, 7764, 8469, 7750, 5922, 7373, 6710, 6847, 7545, 7550, 6820, 7856, 6875, 8698, 5836, 8876, 6306, 8725, 6344, 9030, 6404, 8732, 7729, 8797, 8124, 7538, 12126, 7381, 10508, 8562, 9262, 8822, 6492, 8177, 6874, 8275, 7793, 8486, 7263, 12820, 10107, 12182, 7057, 8569, 7728, 8356, 6549, 8261, 6723, 7482, 6592, 8641, 7343, 8067, 8325, 8602, 7351, 9576, 7170, 10164, 7047, 12153, 7560, 7962, 7549, 6800, 8012, 12546, 8691, 9451, 7840, 7972, 7770, 7089, 7431, 6999, 7379, 7456, 7578, 7276, 7385, 7184, 7445, 7842, 7991, 8776, 7905, 7597, 6719, 7803, 6335, 8049, 8142, 8013, 11191, 7913, 10662, 8031, 11906, 7843, 10967, 7942, 10166, 8210, 9568, 8411, 8669, 8413, 7286, 8098, 7177, 7995, 7038, 8031, 7127, 7131, 6566, 7529, 7588, 8379, 7774, 12792, 9581, 9166, 7641], 'WindowCenter': [3570.0, 3524.0, 3552.0, 3507.0, 3548.0, 3515.0, 3534.0, 3511.0, 3532.0, 3499.0, 3520.0, 3497.0, 3508.0, 3477.0, 3497.0, 3476.0, 3488.0, 3486.0, 3454.0, 3487.0, 3478.0, 3511.0, 3491.0, 3514.0, 3492.0, 3513.0, 3469.0, 3501.0, 3481.0, 3503.0, 3505.0, 3506.0, 3501.0, 3492.0, 3525.0, 3491.0, 3512.0, 3491.0, 3511.0, 3479.0, 3510.0, 3488.0, 3498.0, 3477.0, 3499.0, 3489.0, 3511.0, 3480.0, 3511.0, 3480.0, 3513.0, 3493.0, 3513.0, 3493.0, 3515.0, 3484.0, 3516.0, 3506.0, 3516.0, 3515.0, 3505.0, 3482.0, 3515.0, 3482.0, 3525.0, 3493.0, 3526.0, 3485.0, 3516.0, 3504.0, 3505.0, 3514.0, 3504.0, 3525.0, 3504.0, 3547.0, 3524.0, 3535.0, 3525.0, 3511.0, 3480.0, 3479.0, 3490.0, 3490.0, 3492.0, 3501.0, 3491.0, 3513.0, 3492.0, 3523.0, 3500.0, 3533.0, 3510.0, 3521.0, 3488.0, 3498.0, 3488.0, 3468.0, 3502.0, 3489.0, 3490.0, 3509.0, 3478.0, 3499.0, 3489.0, 3499.0, 3490.0, 3510.0, 3488.0, 3498.0, 3477.0, 3497.0, 3488.0, 3499.0, 3488.0, 3499.0, 3489.0, 3509.0, 3490.0, 3510.0, 3491.0, 3511.0, 3491.0, 3513.0, 3492.0, 3514.0, 3504.0, 3514.0, 3492.0, 3503.0, 3502.0, 3515.0, 3526.0, 3504.0, 3535.0, 3501.0, 3531.0, 3488.0, 3522.0, 3491.0, 3501.0, 3467.0, 3489.0, 3489.0, 3478.0, 3466.0, 3490.0, 3478.0, 3500.0, 3479.0, 3501.0, 3469.0, 3500.0, 3490.0, 3501.0, 3480.0, 3490.0, 3470.0, 3502.0, 3482.0, 3515.0, 3483.0, 3514.0, 3494.0, 3525.0, 3505.0, 3526.0, 3517.0, 3540.0, 3519.0, 3514.0, 3493.0, 3517.0, 3481.0, 3504.0, 3535.0, 3490.0, 3522.0, 3489.0, 3510.0, 3480.0, 3522.0, 3489.0, 3521.0, 3478.0, 3510.0, 3478.0, 3498.0, 3476.0, 3497.0, 3477.0, 3498.0, 3488.0, 3499.0, 3479.0, 3499.0, 3487.0, 3499.0, 3478.0, 3510.0, 3490.0, 3511.0, 3490.0, 3512.0, 3480.0, 3502.0, 3481.0, 3502.0, 3491.0, 3501.0, 3501.0, 3502.0, 3490.0, 3491.0, 3500.0, 3488.0, 3510.0, 3491.0, 3534.0, 3500.0, 3521.0, 3490.0, 3499.0, 3489.0, 3489.0, 3489.0, 3500.0, 3489.0, 3511.0, 3491.0, 3501.0, 3492.0, 3501.0, 3491.0, 3523.0, 3501.0, 3490.0, 3490.0, 3489.0, 3490.0, 3500.0, 3491.0, 3522.0, 3489.0, 3511.0, 3490.0, 3533.0, 3500.0, 3509.0, 3488.0, 3487.0, 3488.0, 3476.0, 3479.0, 3489.0, 3489.0, 3478.0, 3488.0, 3478.0, 3490.0, 3510.0, 3489.0, 3512.0, 3490.0, 3511.0, 3490.0, 3522.0, 3490.0, 3490.0, 3491.0, 3489.0, 3489.0, 3500.0, 3501.0, 3512.0, 3501.0, 3511.0, 3490.0, 3500.0, 3489.0, 3499.0, 3489.0, 3498.0, 3478.0, 3501.0, 3479.0, 3500.0, 3490.0, 3500.0, 3468.0, 3490.0, 3480.0, 3512.0, 3469.0, 3500.0, 3481.0, 3513.0, 3490.0, 3492.0, 3513.0, 3501.0, 3491.0, 3491.0, 3481.0, 3504.0, 3523.0, 3492.0, 3524.0, 3492.0, 3512.0, 3502.0, 3511.0, 3491.0, 3512.0, 3490.0, 3511.0, 3491.0, 3534.0, 3503.0, 3535.0, 3500.0, 3521.0, 3490.0, 3512.0, 3491.0, 3489.0, 3491.0, 3513.0, 3502.0, 3523.0, 3502.0, 3511.0, 3491.0, 3522.0, 3490.0, 3546.0, 3502.0, 3499.0, 3489.0, 3500.0, 3490.0, 3511.0, 3489.0, 3499.0, 3477.0, 3498.0, 3489.0, 3500.0, 3479.0, 3499.0, 3480.0, 3501.0, 3480.0, 3500.0, 3469.0, 3502.0, 3481.0, 3502.0, 3481.0, 3502.0, 3492.0, 3512.0, 3481.0, 3502.0, 3490.0, 3502.0, 3480.0, 3501.0, 3490.0, 3512.0, 3534.0, 3510.0, 3521.0, 3488.0, 3498.0, 3477.0, 3488.0, 3489.0, 3521.0, 3489.0, 3509.0, 3489.0, 3498.0, 3491.0, 3500.0, 3489.0, 3500.0, 3492.0, 3499.0, 3490.0, 3499.0, 3492.0, 3512.0, 3491.0, 3512.0, 3501.0, 3511.0, 3503.0, 3500.0, 3489.0, 3500.0, 3491.0, 3522.0, 3490.0, 3510.0, 3490.0, 3499.0, 3488.0, 3509.0, 3476.0, 3497.0, 3475.0, 3496.0, 3475.0, 3498.0, 3487.0, 3485.0, 3487.0, 3485.0, 3477.0, 3498.0, 3478.0, 3509.0, 3490.0, 3510.0, 3501.0, 3491.0, 3503.0, 3501.0, 3503.0, 3514.0, 3503.0, 3502.0, 3491.0, 3501.0, 3469.0, 3502.0, 3480.0, 3501.0, 3469.0, 3491.0, 3467.0, 3489.0, 3468.0, 3501.0, 3502.0, 3503.0, 3491.0, 3501.0, 3470.0, 3502.0, 3479.0, 3513.0, 3480.0, 3502.0, 3481.0, 3501.0, 3481.0, 3502.0, 3524.0, 3502.0, 3534.0, 3491.0, 3510.0, 3490.0, 3534.0, 3500.0, 3534.0, 3510.0, 3510.0, 3489.0, 3521.0, 3488.0, 3509.0, 3489.0, 3498.0, 3478.0, 3497.0, 3477.0, 3499.0, 3477.0, 3500.0, 3478.0, 3488.0, 3466.0, 3486.0, 3465.0, 3475.0, 3464.0, 3477.0, 3478.0, 3500.0, 3479.0, 3500.0, 3478.0, 3500.0, 3490.0, 3500.0, 3479.0, 3489.0, 3500.0, 3478.0, 3521.0, 3477.0, 3510.0, 3488.0, 3498.0, 3486.0, 3487.0, 3476.0, 3487.0, 3487.0, 3487.0, 3456.0, 3489.0, 3468.0, 3489.0, 3469.0, 3513.0, 3469.0, 3502.0, 3481.0, 3501.0, 3482.0, 3514.0, 3492.0, 3514.0, 3491.0, 3502.0, 3490.0, 3490.0, 3490.0, 3501.0, 3524.0, 3512.0, 3522.0, 3500.0, 3499.0, 3499.0, 3467.0, 3501.0, 3492.0, 3501.0, 3480.0, 3500.0, 3479.0, 3501.0, 3490.0, 3500.0, 3534.0, 3501.0, 3520.0, 3478.0, 3509.0, 3477.0, 3496.0, 3477.0, 3498.0, 3477.0, 3497.0, 3488.0, 3498.0, 3465.0, 3486.0, 3475.0, 3499.0, 3477.0, 3499.0, 3466.0, 3489.0, 3480.0, 3501.0, 3493.0, 3524.0, 3504.0, 3513.0, 3504.0, 3514.0, 3505.0, 3504.0, 3514.0, 3494.0, 3515.0, 3513.0, 3502.0, 3523.0, 3503.0, 3523.0, 3489.0, 3478.0, 3499.0, 3468.0, 3500.0, 3479.0, 3500.0, 3467.0, 3498.0, 3477.0, 3488.0, 3489.0, 3489.0, 3522.0, 3477.0, 3509.0, 3477.0, 3497.0, 3476.0, 3499.0, 3488.0, 3498.0, 3477.0, 3488.0, 3480.0, 3500.0, 3469.0, 3500.0, 3469.0, 3502.0, 3481.0, 3525.0, 3494.0, 3538.0, 3516.0, 3537.0, 3504.0, 3525.0, 3493.0, 3524.0, 3505.0, 3537.0, 3503.0, 3511.0, 3479.0, 3501.0, 3491.0, 3512.0, 3479.0, 3489.0, 3479.0, 3499.0, 3477.0, 3498.0, 3477.0, 3499.0, 3478.0, 3499.0, 3488.0, 3499.0, 3476.0, 3498.0, 3489.0, 3500.0, 3490.0, 3500.0, 3480.0, 3512.0, 3481.0, 3502.0, 3470.0, 3502.0, 3469.0, 3491.0, 3469.0, 3491.0, 3481.0, 3514.0, 3492.0, 3503.0, 3491.0, 3513.0, 3482.0, 3525.0, 3506.0, 3514.0, 3493.0, 3513.0, 3481.0, 3503.0, 3492.0, 3515.0, 3492.0, 3513.0, 3522.0, 3490.0, 3523.0, 3499.0, 3523.0, 3500.0, 3509.0, 3488.0, 3498.0, 3477.0, 3487.0, 3477.0, 3499.0, 3490.0, 3511.0, 3490.0, 3500.0, 3489.0, 3501.0, 3491.0, 3502.0, 3491.0, 3535.0, 3504.0, 3525.0, 3503.0, 3501.0, 3490.0, 3499.0, 3478.0, 3500.0, 3532.0, 3477.0, 3509.0, 3476.0, 3486.0, 3474.0, 3485.0, 3464.0, 3485.0, 3465.0, 3487.0, 3466.0, 3499.0, 3479.0, 3500.0, 3469.0, 3490.0, 3470.0, 3502.0, 3481.0, 3526.0, 3494.0, 3515.0, 3483.0, 3505.0, 3503.0, 3503.0, 3513.0, 3504.0, 3525.0, 3504.0, 3525.0, 3504.0, 3524.0, 3492.0, 3512.0, 3492.0, 3525.0, 3492.0, 3512.0, 3492.0, 3501.0, 3479.0, 3512.0, 3491.0, 3500.0, 3479.0, 3500.0, 3478.0, 3512.0, 3479.0, 3511.0, 3491.0, 3512.0, 3492.0, 3501.0, 3490.0, 3513.0, 3492.0, 3536.0, 3503.0, 3535.0, 3502.0, 3534.0, 3501.0, 3522.0, 3491.0, 3500.0, 3488.0, 3488.0, 3477.0, 3498.0, 3488.0, 3499.0, 3477.0, 3488.0, 3497.0, 3486.0, 3486.0, 3485.0, 3475.0, 3485.0, 3487.0, 3499.0, 3489.0, 3499.0, 3489.0, 3498.0, 3478.0, 3500.0, 3489.0, 3500.0, 3477.0, 3488.0, 3497.0, 3476.0, 3508.0, 3477.0, 3509.0, 3488.0, 3498.0, 3489.0, 3489.0, 3490.0, 3500.0, 3491.0, 3492.0, 3492.0, 3470.0, 3493.0, 3482.0, 3504.0, 3481.0, 3502.0, 3493.0, 3503.0, 3513.0, 3492.0, 3523.0, 3491.0, 3523.0, 3500.0, 3522.0, 3489.0, 3509.0, 3476.0, 3497.0, 3476.0, 3508.0, 3477.0, 3508.0, 3488.0, 3499.0, 3489.0, 3498.0, 3489.0, 3498.0, 3490.0, 3499.0, 3489.0, 3522.0, 3489.0, 3520.0, 3488.0, 3487.0, 3477.0, 3498.0, 3489.0, 3510.0, 3489.0, 3508.0, 3489.0, 3487.0, 3488.0, 3498.0, 3477.0, 3498.0, 3488.0, 3499.0, 3478.0, 3499.0, 3489.0, 3500.0, 3502.0, 3503.0, 3505.0, 3502.0, 3503.0, 3502.0, 3492.0, 3502.0, 3492.0, 3501.0, 3491.0, 3501.0, 3520.0, 3499.0, 3521.0, 3510.0, 3520.0, 3488.0, 3466.0, 3489.0, 3468.0, 3489.0, 3468.0, 3501.0, 3479.0, 3502.0, 3480.0, 3502.0, 3500.0, 3490.0, 3510.0, 3488.0, 3509.0, 3498.0, 3509.0, 3486.0, 3519.0, 3474.0, 3493.0, 3463.0, 3483.0, 3464.0, 3484.0, 3475.0, 3485.0, 3486.0, 3473.0, 3475.0, 3486.0, 3488.0, 3499.0, 3489.0, 3500.0, 3490.0, 3501.0, 3502.0, 3502.0, 3504.0, 3502.0, 3502.0, 3502.0, 3504.0, 3513.0, 3503.0, 3502.0, 3491.0, 3500.0, 3489.0, 3500.0, 3488.0, 3499.0, 3488.0, 3499.0, 3477.0, 3488.0, 3465.0, 3488.0, 3487.0, 3489.0, 3499.0, 3489.0, 3488.0, 3490.0, 3478.0, 3490.0, 3480.0, 3502.0, 3491.0, 3491.0, 3469.0, 3502.0, 3482.0, 3514.0, 3503.0, 3526.0, 3503.0, 3524.0, 3501.0, 3502.0, 3492.0, 3500.0, 3490.0, 3500.0, 3490.0, 3500.0, 3479.0, 3499.0, 3478.0, 3499.0, 3499.0, 3487.0, 3497.0, 3486.0, 3475.0, 3487.0, 3498.0, 3475.0, 3463.0, 3486.0, 3476.0, 3487.0, 3466.0, 3487.0, 3477.0, 3488.0, 3488.0, 3499.0, 3479.0, 3511.0, 3490.0, 3511.0, 3489.0, 3499.0, 3489.0, 3499.0, 3490.0, 3500.0, 3490.0, 3499.0, 3489.0, 3499.0, 3478.0, 3499.0, 3479.0, 3500.0, 3468.0, 3489.0, 3480.0, 3501.0, 3506.0, 3515.0, 3507.0, 3517.0, 3519.0, 3518.0, 3519.0, 3529.0, 3506.0, 3538.0, 3493.0, 3514.0, 3534.0, 3511.0, 3522.0, 3488.0, 3487.0, 3498.0, 3488.0, 3475.0, 3487.0, 3497.0, 3477.0, 3497.0, 3477.0, 3497.0, 3477.0, 3487.0, 3489.0, 3500.0, 3469.0, 3501.0, 3480.0, 3491.0, 3471.0, 3492.0, 3482.0, 3504.0, 3503.0, 3493.0, 3515.0, 3493.0, 3482.0, 3492.0, 3480.0, 3502.0, 3490.0, 3492.0, 3525.0, 3503.0, 3523.0, 3501.0, 3491.0, 3511.0, 3501.0, 3522.0, 3489.0, 3521.0, 3487.0, 3489.0, 3500.0, 3488.0, 3499.0, 3509.0, 3488.0, 3509.0, 3477.0, 3509.0, 3475.0, 3474.0, 3475.0, 3464.0, 3486.0, 3476.0, 3487.0, 3489.0, 3488.0, 3501.0, 3500.0, 3502.0, 3512.0, 3501.0, 3500.0, 3502.0, 3500.0, 3490.0, 3500.0, 3489.0, 3500.0, 3488.0, 3489.0, 3522.0, 3477.0, 3521.0, 3500.0, 3520.0, 3477.0, 3499.0, 3468.0, 3481.0, 3493.0, 3495.0, 3506.0, 3484.0, 3517.0, 3516.0, 3516.0, 3515.0, 3505.0, 3504.0, 3493.0, 3504.0, 3513.0, 3503.0, 3534.0, 3521.0, 3509.0, 3485.0, 3495.0, 3472.0, 3471.0, 3482.0, 3460.0, 3470.0, 3459.0, 3491.0, 3458.0, 3468.0, 3458.0, 3458.0, 3470.0, 3481.0, 3460.0, 3470.0, 3470.0, 3471.0, 3460.0, 3472.0, 3460.0, 3462.0, 3483.0, 3472.0, 3483.0, 3473.0, 3484.0, 3475.0, 3486.0, 3488.0, 3488.0, 3491.0, 3502.0, 3504.0, 3504.0, 3517.0, 3516.0, 3518.0, 3517.0, 3506.0, 3505.0, 3525.0, 3503.0, 3535.0, 3501.0, 3511.0, 3501.0, 3513.0, 3491.0, 3501.0, 3492.0, 3501.0, 3503.0, 3503.0, 3492.0, 3503.0, 3494.0, 3526.0, 3493.0, 3536.0, 3505.0, 3538.0, 3508.0, 3519.0, 3520.0, 3494.0, 3517.0, 3528.0, 3517.0, 3549.0, 3517.0, 3526.0, 3494.0, 3537.0, 3524.0, 3524.0, 3502.0, 3522.0, 3490.0, 3521.0, 3477.0, 3487.0, 3475.0, 3474.0, 3463.0, 3474.0, 3463.0, 3474.0, 3474.0, 3485.0, 3475.0, 3486.0, 3476.0, 3486.0, 3488.0, 3478.0, 3491.0, 3481.0, 3504.0, 3503.0, 3516.0, 3514.0, 3504.0, 3514.0, 3504.0, 3503.0, 3503.0, 3503.0, 3491.0, 3491.0, 3501.0, 3489.0, 3489.0, 3489.0, 3522.0, 3489.0, 3510.0, 3477.0, 3478.0, 3489.0, 3479.0, 3491.0, 3481.0, 3492.0, 3470.0, 3493.0, 3482.0, 3504.0, 3494.0, 3493.0, 3494.0, 3504.0, 3493.0, 3503.0, 3505.0, 3515.0, 3481.0, 3503.0, 3482.0, 3492.0, 3471.0, 3493.0, 3472.0, 3504.0, 3494.0, 3516.0, 3495.0, 3516.0, 3507.0, 3517.0, 3519.0, 3529.0, 3518.0, 3529.0, 3506.0, 3505.0, 3494.0, 3504.0, 3494.0, 3527.0, 3505.0, 3538.0, 3504.0, 3536.0, 3504.0, 3514.0, 3504.0, 3502.0, 3503.0, 3502.0, 3503.0, 3502.0, 3492.0, 3511.0, 3491.0, 3533.0, 3490.0, 3532.0, 3489.0, 3509.0, 3488.0, 3499.0, 3489.0, 3499.0, 3489.0, 3498.0, 3477.0, 3486.0, 3477.0, 3487.0, 3477.0, 3488.0, 3478.0, 3500.0, 3491.0, 3501.0, 3493.0, 3514.0, 3505.0, 3527.0, 3508.0, 3529.0, 3518.0, 3517.0, 3519.0, 3518.0, 3518.0, 3518.0, 3507.0, 3516.0, 3507.0, 3538.0, 3493.0, 3536.0, 3503.0, 3534.0, 3512.0, 3523.0, 3500.0, 3521.0, 3492.0, 3498.0, 3478.0, 3512.0, 3479.0, 3479.0, 3478.0, 3467.0, 3489.0, 3469.0, 3504.0, 3469.0, 3503.0, 3481.0, 3501.0, 3480.0, 3514.0, 3481.0, 3501.0, 3480.0, 3501.0, 3493.0, 3514.0, 3495.0, 3483.0, 3505.0, 3496.0, 3517.0, 3507.0, 3496.0, 3507.0, 3528.0, 3507.0, 3527.0, 3505.0, 3515.0, 3504.0, 3514.0, 3493.0, 3535.0, 3503.0, 3523.0, 3491.0, 3500.0, 3488.0, 3477.0, 3499.0, 3477.0, 3499.0, 3490.0, 3487.0, 3476.0, 3521.0, 3477.0, 3490.0, 3502.0, 3515.0, 3515.0, 3492.0, 3501.0, 3480.0, 3512.0, 3482.0, 3513.0, 3493.0, 3524.0, 3502.0, 3523.0, 3501.0, 3512.0, 3493.0, 3510.0, 3489.0, 3510.0, 3488.0, 3497.0, 3478.0, 3487.0, 3477.0, 3477.0, 3487.0, 3477.0, 3500.0, 3501.0, 3510.0, 3502.0, 3503.0, 3494.0, 3481.0, 3491.0, 3503.0, 3513.0, 3503.0, 3525.0, 3502.0, 3534.0, 3491.0, 3523.0, 3491.0, 3514.0, 3505.0, 3516.0, 3493.0, 3484.0, 3501.0, 3464.0, 3477.0, 3479.0, 3503.0, 3512.0, 3491.0, 3521.0, 3502.0, 3502.0, 3503.0, 3469.0, 3501.0, 3490.0, 3522.0, 3481.0, 3524.0, 3492.0, 3524.0, 3505.0, 3526.0, 3493.0, 3518.0, 3519.0, 3497.0, 3529.0, 3497.0, 3538.0, 3483.0, 3536.0, 3483.0, 3527.0, 3517.0, 3537.0, 3494.0, 3538.0, 3505.0, 3537.0, 3506.0, 3537.0, 3507.0, 3539.0, 3508.0, 3552.0, 3510.0, 3539.0, 3496.0, 3527.0, 3503.0, 3515.0, 3516.0, 3503.0, 3480.0, 3503.0, 3491.0, 3503.0, 3514.0, 3502.0, 3492.0, 3513.0, 3503.0, 3527.0, 3483.0, 3526.0, 3506.0, 3514.0, 3493.0, 3525.0, 3495.0, 3515.0, 3515.0, 3516.0, 3514.0, 3503.0, 3534.0, 3502.0, 3522.0, 3501.0, 3511.0, 3511.0, 3478.0, 3499.0, 3490.0, 3514.0, 3502.0, 3512.0, 3503.0, 3546.0, 3537.0, 3549.0, 3503.0, 3513.0, 3502.0, 3499.0, 3478.0, 3499.0, 3477.0, 3489.0, 3490.0, 3511.0, 3489.0, 3499.0, 3500.0, 3498.0, 3488.0, 3509.0, 3488.0, 3509.0, 3488.0, 3521.0, 3489.0, 3487.0, 3501.0, 3489.0, 3513.0, 3534.0, 3512.0, 3498.0, 3486.0, 3487.0, 3486.0, 3475.0, 3475.0, 3475.0, 3486.0, 3487.0, 3486.0, 3475.0, 3486.0, 3476.0, 3488.0, 3499.0, 3501.0, 3512.0, 3502.0, 3501.0, 3490.0, 3502.0, 3480.0, 3502.0, 3501.0, 3502.0, 3524.0, 3502.0, 3523.0, 3501.0, 3522.0, 3500.0, 3522.0, 3500.0, 3511.0, 3501.0, 3511.0, 3514.0, 3526.0, 3514.0, 3490.0, 3513.0, 3503.0, 3502.0, 3489.0, 3501.0, 3489.0, 3518.0, 3505.0, 3503.0, 3502.0, 3501.0, 3501.0, 3535.0, 3513.0, 3524.0, 3503.0], 'WindowWidth': [8094.0, 8024.0, 8053.0, 7985.0, 8041.0, 7988.0, 8016.0, 7977.0, 8010.0, 7957.0, 7989.0, 7951.0, 7969.0, 7924.0, 7951.0, 7924.0, 7939.0, 7936.0, 7892.0, 7940.0, 7930.0, 7976.0, 7953.0, 7984.0, 7955.0, 7983.0, 7922.0, 7965.0, 7941.0, 7972.0, 7979.0, 7979.0, 7964.0, 7956.0, 8002.0, 7951.0, 7980.0, 7950.0, 7977.0, 7933.0, 7974.0, 7941.0, 7953.0, 7926.0, 7958.0, 7945.0, 7978.0, 7935.0, 7978.0, 7936.0, 7982.0, 7959.0, 7984.0, 7958.0, 7988.0, 7946.0, 7992.0, 7980.0, 7993.0, 7991.0, 7975.0, 7943.0, 7989.0, 7943.0, 8002.0, 7958.0, 8005.0, 7951.0, 7992.0, 7972.0, 7975.0, 7987.0, 7972.0, 8002.0, 7972.0, 8042.0, 7998.0, 8018.0, 8003.0, 7978.0, 7933.0, 7931.0, 7949.0, 7948.0, 7953.0, 7963.0, 7950.0, 7983.0, 7953.0, 7998.0, 7962.0, 8012.0, 7973.0, 7990.0, 7940.0, 7956.0, 7940.0, 7916.0, 7967.0, 7946.0, 7947.0, 7972.0, 7929.0, 7957.0, 7945.0, 7957.0, 7947.0, 7973.0, 7942.0, 7954.0, 7925.0, 7953.0, 7940.0, 7956.0, 7944.0, 7958.0, 7946.0, 7972.0, 7948.0, 7974.0, 7950.0, 7978.0, 7952.0, 7982.0, 7956.0, 7988.0, 7976.0, 7986.0, 7954.0, 7970.0, 7968.0, 7985.0, 8002.0, 7968.0, 8013.0, 7959.0, 8004.0, 7938.0, 7991.0, 7950.0, 7963.0, 7911.0, 7943.0, 7945.0, 7930.0, 7911.0, 7949.0, 7930.0, 7960.0, 7930.0, 7963.0, 7917.0, 7961.0, 7947.0, 7963.0, 7936.0, 7947.0, 7922.0, 7967.0, 7941.0, 7989.0, 7943.0, 7985.0, 7960.0, 8002.0, 7975.0, 8006.0, 7995.0, 8033.0, 8003.0, 7987.0, 7958.0, 7996.0, 7942.0, 7976.0, 8015.0, 7948.0, 7994.0, 7943.0, 7974.0, 7933.0, 7995.0, 7945.0, 7992.0, 7927.0, 7974.0, 7927.0, 7954.0, 7922.0, 7951.0, 7925.0, 7953.0, 7940.0, 7956.0, 7930.0, 7958.0, 7939.0, 7957.0, 7930.0, 7975.0, 7948.0, 7977.0, 7948.0, 7980.0, 7936.0, 7967.0, 7937.0, 7968.0, 7951.0, 7965.0, 7964.0, 7965.0, 7948.0, 7949.0, 7960.0, 7943.0, 7974.0, 7950.0, 8018.0, 7961.0, 7990.0, 7946.0, 7957.0, 7944.0, 7945.0, 7945.0, 7961.0, 7946.0, 7977.0, 7950.0, 7965.0, 7954.0, 7964.0, 7952.0, 7996.0, 7964.0, 7950.0, 7950.0, 7947.0, 7948.0, 7962.0, 7950.0, 7995.0, 7946.0, 7977.0, 7949.0, 8010.0, 7960.0, 7969.0, 7941.0, 7939.0, 7941.0, 7924.0, 7931.0, 7947.0, 7945.0, 7931.0, 7944.0, 7929.0, 7948.0, 7974.0, 7945.0, 7981.0, 7950.0, 7978.0, 7947.0, 7992.0, 7948.0, 7948.0, 7950.0, 7944.0, 7946.0, 7962.0, 7964.0, 7982.0, 7965.0, 7978.0, 7949.0, 7960.0, 7946.0, 7958.0, 7943.0, 7954.0, 7928.0, 7965.0, 7931.0, 7960.0, 7949.0, 7961.0, 7916.0, 7948.0, 7936.0, 7980.0, 7921.0, 7962.0, 7940.0, 7983.0, 7949.0, 7954.0, 7982.0, 7965.0, 7950.0, 7952.0, 7939.0, 7972.0, 7997.0, 7955.0, 8002.0, 7953.0, 7981.0, 7967.0, 7979.0, 7951.0, 7979.0, 7950.0, 7976.0, 7952.0, 8014.0, 7971.0, 8018.0, 7961.0, 7992.0, 7947.0, 7980.0, 7951.0, 7946.0, 7951.0, 7986.0, 7967.0, 7997.0, 7967.0, 7979.0, 7950.0, 7995.0, 7949.0, 8033.0, 7966.0, 7958.0, 7944.0, 7960.0, 7947.0, 7976.0, 7943.0, 7957.0, 7928.0, 7955.0, 7943.0, 7960.0, 7931.0, 7958.0, 7935.0, 7965.0, 7936.0, 7963.0, 7921.0, 7969.0, 7940.0, 7965.0, 7938.0, 7968.0, 7954.0, 7980.0, 7939.0, 7966.0, 7949.0, 7965.0, 7934.0, 7962.0, 7947.0, 7981.0, 8015.0, 7974.0, 7990.0, 7942.0, 7953.0, 7927.0, 7942.0, 7944.0, 7992.0, 7944.0, 7972.0, 7945.0, 7957.0, 7952.0, 7962.0, 7945.0, 7962.0, 7955.0, 7960.0, 7949.0, 7960.0, 7954.0, 7980.0, 7952.0, 7980.0, 7964.0, 7978.0, 7969.0, 7962.0, 7946.0, 7959.0, 7950.0, 7994.0, 7947.0, 7975.0, 7946.0, 7958.0, 7940.0, 7970.0, 7922.0, 7950.0, 7919.0, 7948.0, 7921.0, 7955.0, 7936.0, 7931.0, 7938.0, 7931.0, 7927.0, 7953.0, 7928.0, 7972.0, 7947.0, 7975.0, 7965.0, 7951.0, 7971.0, 7966.0, 7970.0, 7987.0, 7971.0, 7968.0, 7951.0, 7965.0, 7919.0, 7966.0, 7934.0, 7963.0, 7919.0, 7949.0, 7915.0, 7946.0, 7916.0, 7964.0, 7965.0, 7969.0, 7951.0, 7962.0, 7922.0, 7968.0, 7933.0, 7983.0, 7937.0, 7966.0, 7938.0, 7965.0, 7936.0, 7967.0, 8000.0, 7966.0, 8012.0, 7949.0, 7976.0, 7948.0, 8016.0, 7963.0, 8014.0, 7975.0, 7974.0, 7942.0, 7993.0, 7940.0, 7972.0, 7945.0, 7954.0, 7927.0, 7952.0, 7926.0, 7956.0, 7927.0, 7959.0, 7927.0, 7940.0, 7907.0, 7936.0, 7905.0, 7920.0, 7904.0, 7925.0, 7928.0, 7962.0, 7932.0, 7961.0, 7930.0, 7959.0, 7948.0, 7960.0, 7930.0, 7944.0, 7960.0, 7928.0, 7994.0, 7927.0, 7974.0, 7940.0, 7954.0, 7937.0, 7936.0, 7922.0, 7936.0, 7937.0, 7937.0, 7898.0, 7943.0, 7915.0, 7945.0, 7919.0, 7983.0, 7919.0, 7965.0, 7939.0, 7965.0, 7941.0, 7984.0, 7954.0, 7987.0, 7952.0, 7967.0, 7950.0, 7946.0, 7947.0, 7963.0, 8001.0, 7978.0, 7995.0, 7960.0, 7958.0, 7957.0, 7914.0, 7961.0, 7954.0, 7966.0, 7936.0, 7962.0, 7932.0, 7963.0, 7947.0, 7961.0, 8014.0, 7962.0, 7990.0, 7927.0, 7969.0, 7923.0, 7950.0, 7924.0, 7955.0, 7924.0, 7951.0, 7941.0, 7952.0, 7907.0, 7935.0, 7919.0, 7954.0, 7923.0, 7956.0, 7910.0, 7945.0, 7936.0, 7964.0, 7955.0, 7999.0, 7972.0, 7983.0, 7973.0, 7988.0, 7976.0, 7972.0, 7986.0, 7959.0, 7989.0, 7983.0, 7964.0, 7995.0, 7968.0, 7996.0, 7944.0, 7928.0, 7956.0, 7914.0, 7958.0, 7931.0, 7958.0, 7911.0, 7954.0, 7924.0, 7941.0, 7945.0, 7943.0, 7996.0, 7923.0, 7972.0, 7923.0, 7952.0, 7922.0, 7955.0, 7940.0, 7955.0, 7926.0, 7941.0, 7935.0, 7961.0, 7919.0, 7960.0, 7920.0, 7965.0, 7939.0, 8002.0, 7961.0, 8026.0, 7992.0, 8024.0, 7972.0, 8000.0, 7955.0, 8001.0, 7975.0, 8023.0, 7969.0, 7978.0, 7933.0, 7962.0, 7950.0, 7978.0, 7930.0, 7943.0, 7931.0, 7954.0, 7925.0, 7954.0, 7925.0, 7956.0, 7926.0, 7957.0, 7941.0, 7955.0, 7922.0, 7952.0, 7945.0, 7959.0, 7947.0, 7959.0, 7933.0, 7980.0, 7938.0, 7965.0, 7921.0, 7965.0, 7919.0, 7949.0, 7917.0, 7949.0, 7937.0, 7984.0, 7952.0, 7968.0, 7949.0, 7981.0, 7939.0, 7999.0, 7979.0, 7987.0, 7957.0, 7981.0, 7939.0, 7969.0, 7954.0, 7987.0, 7953.0, 7984.0, 7995.0, 7945.0, 8000.0, 7957.0, 7997.0, 7958.0, 7972.0, 7941.0, 7953.0, 7926.0, 7937.0, 7926.0, 7955.0, 7947.0, 7978.0, 7945.0, 7959.0, 7945.0, 7963.0, 7950.0, 7965.0, 7949.0, 8016.0, 7971.0, 8003.0, 7970.0, 7962.0, 7945.0, 7958.0, 7928.0, 7959.0, 8007.0, 7925.0, 7971.0, 7920.0, 7933.0, 7916.0, 7930.0, 7901.0, 7930.0, 7904.0, 7936.0, 7910.0, 7957.0, 7931.0, 7958.0, 7918.0, 7948.0, 7922.0, 7966.0, 7939.0, 8005.0, 7961.0, 7988.0, 7942.0, 7975.0, 7971.0, 7970.0, 7985.0, 7972.0, 8001.0, 7971.0, 8001.0, 7970.0, 8003.0, 7953.0, 7982.0, 7952.0, 8001.0, 7952.0, 7980.0, 7952.0, 7962.0, 7931.0, 7978.0, 7949.0, 7960.0, 7931.0, 7959.0, 7929.0, 7978.0, 7932.0, 7977.0, 7949.0, 7979.0, 7955.0, 7964.0, 7948.0, 7980.0, 7953.0, 8018.0, 7968.0, 8019.0, 7967.0, 8015.0, 7964.0, 7992.0, 7950.0, 7962.0, 7943.0, 7939.0, 7924.0, 7953.0, 7940.0, 7955.0, 7923.0, 7938.0, 7949.0, 7932.0, 7934.0, 7931.0, 7916.0, 7931.0, 7940.0, 7956.0, 7944.0, 7956.0, 7943.0, 7953.0, 7928.0, 7957.0, 7941.0, 7958.0, 7924.0, 7939.0, 7952.0, 7920.0, 7969.0, 7925.0, 7970.0, 7940.0, 7954.0, 7945.0, 7944.0, 7947.0, 7960.0, 7951.0, 7954.0, 7953.0, 7921.0, 7954.0, 7942.0, 7972.0, 7937.0, 7967.0, 7955.0, 7968.0, 7983.0, 7952.0, 7997.0, 7948.0, 7997.0, 7960.0, 7994.0, 7941.0, 7973.0, 7922.0, 7951.0, 7922.0, 7968.0, 7924.0, 7968.0, 7939.0, 7956.0, 7945.0, 7954.0, 7943.0, 7954.0, 7945.0, 7957.0, 7946.0, 7995.0, 7942.0, 7986.0, 7940.0, 7937.0, 7925.0, 7953.0, 7943.0, 7975.0, 7942.0, 7969.0, 7943.0, 7938.0, 7939.0, 7951.0, 7922.0, 7953.0, 7940.0, 7955.0, 7926.0, 7955.0, 7945.0, 7960.0, 7967.0, 7969.0, 7975.0, 7967.0, 7968.0, 7966.0, 7952.0, 7964.0, 7951.0, 7962.0, 7950.0, 7963.0, 7988.0, 7956.0, 7994.0, 7971.0, 7987.0, 7939.0, 7908.0, 7944.0, 7914.0, 7946.0, 7917.0, 7962.0, 7932.0, 7964.0, 7934.0, 7964.0, 7961.0, 7945.0, 7975.0, 7940.0, 7972.0, 7954.0, 7969.0, 7934.0, 7984.0, 7913.0, 7942.0, 7899.0, 7926.0, 7900.0, 7929.0, 7917.0, 7931.0, 7933.0, 7913.0, 7919.0, 7934.0, 7941.0, 7957.0, 7944.0, 7959.0, 7948.0, 7961.0, 7967.0, 7968.0, 7973.0, 7967.0, 7967.0, 7967.0, 7971.0, 7981.0, 7970.0, 7966.0, 7948.0, 7959.0, 7943.0, 7959.0, 7938.0, 7956.0, 7940.0, 7956.0, 7922.0, 7939.0, 7905.0, 7939.0, 7938.0, 7942.0, 7957.0, 7942.0, 7941.0, 7946.0, 7929.0, 7946.0, 7933.0, 7964.0, 7948.0, 7948.0, 7918.0, 7965.0, 7939.0, 7983.0, 7969.0, 8008.0, 7969.0, 7998.0, 7963.0, 7965.0, 7952.0, 7959.0, 7946.0, 7960.0, 7945.0, 7958.0, 7929.0, 7956.0, 7928.0, 7955.0, 7954.0, 7937.0, 7948.0, 7932.0, 7916.0, 7936.0, 7951.0, 7917.0, 7900.0, 7934.0, 7921.0, 7936.0, 7907.0, 7936.0, 7924.0, 7938.0, 7940.0, 7955.0, 7929.0, 7976.0, 7946.0, 7976.0, 7943.0, 7957.0, 7945.0, 7959.0, 7948.0, 7962.0, 7945.0, 7955.0, 7942.0, 7954.0, 7929.0, 7956.0, 7930.0, 7961.0, 7916.0, 7944.0, 7934.0, 7965.0, 7978.0, 7990.0, 7981.0, 7994.0, 8001.0, 7998.0, 7998.0, 8014.0, 7977.0, 8021.0, 7953.0, 7984.0, 8016.0, 7973.0, 7992.0, 7939.0, 7937.0, 7952.0, 7939.0, 7918.0, 7936.0, 7949.0, 7924.0, 7951.0, 7922.0, 7949.0, 7923.0, 7937.0, 7943.0, 7959.0, 7916.0, 7962.0, 7934.0, 7950.0, 7924.0, 7951.0, 7940.0, 7971.0, 7970.0, 7956.0, 7989.0, 7954.0, 7939.0, 7951.0, 7933.0, 7965.0, 7947.0, 7949.0, 7999.0, 7966.0, 7995.0, 7963.0, 7949.0, 7978.0, 7960.0, 7996.0, 7942.0, 7992.0, 7938.0, 7942.0, 7958.0, 7940.0, 7955.0, 7968.0, 7939.0, 7969.0, 7924.0, 7970.0, 7917.0, 7915.0, 7917.0, 7900.0, 7932.0, 7920.0, 7936.0, 7942.0, 7940.0, 7963.0, 7961.0, 7964.0, 7979.0, 7962.0, 7959.0, 7965.0, 7959.0, 7946.0, 7959.0, 7941.0, 7956.0, 7938.0, 7941.0, 7994.0, 7924.0, 7992.0, 7960.0, 7987.0, 7925.0, 7955.0, 7914.0, 7935.0, 7956.0, 7963.0, 7979.0, 7947.0, 7992.0, 7990.0, 7991.0, 7985.0, 7972.0, 7972.0, 7956.0, 7971.0, 7981.0, 7965.0, 8017.0, 7987.0, 7971.0, 7928.0, 7944.0, 7905.0, 7903.0, 7918.0, 7886.0, 7899.0, 7884.0, 7932.0, 7880.0, 7894.0, 7881.0, 7881.0, 7902.0, 7919.0, 7889.0, 7901.0, 7902.0, 7903.0, 7887.0, 7906.0, 7889.0, 7894.0, 7922.0, 7906.0, 7921.0, 7909.0, 7926.0, 7916.0, 7933.0, 7940.0, 7940.0, 7950.0, 7963.0, 7970.0, 7969.0, 7991.0, 7989.0, 7994.0, 7993.0, 7974.0, 7973.0, 7997.0, 7964.0, 8014.0, 7959.0, 7975.0, 7960.0, 7980.0, 7947.0, 7961.0, 7950.0, 7961.0, 7966.0, 7965.0, 7951.0, 7968.0, 7956.0, 8003.0, 7955.0, 8016.0, 7971.0, 8023.0, 7982.0, 8001.0, 8001.0, 7955.0, 7992.0, 8010.0, 7990.0, 8037.0, 7993.0, 8001.0, 7955.0, 8020.0, 7996.0, 7998.0, 7961.0, 7990.0, 7943.0, 7987.0, 7921.0, 7935.0, 7915.0, 7912.0, 7896.0, 7911.0, 7895.0, 7910.0, 7913.0, 7927.0, 7915.0, 7931.0, 7918.0, 7932.0, 7939.0, 7926.0, 7947.0, 7934.0, 7969.0, 7966.0, 7987.0, 7983.0, 7971.0, 7982.0, 7969.0, 7967.0, 7966.0, 7966.0, 7946.0, 7946.0, 7958.0, 7941.0, 7941.0, 7941.0, 7992.0, 7940.0, 7970.0, 7923.0, 7924.0, 7939.0, 7927.0, 7948.0, 7935.0, 7950.0, 7919.0, 7953.0, 7938.0, 7970.0, 7956.0, 7953.0, 7956.0, 7968.0, 7954.0, 7966.0, 7974.0, 7986.0, 7937.0, 7967.0, 7938.0, 7950.0, 7921.0, 7953.0, 7925.0, 7971.0, 7959.0, 7990.0, 7959.0, 7989.0, 7979.0, 7992.0, 8000.0, 8012.0, 7996.0, 8010.0, 7975.0, 7971.0, 7956.0, 7970.0, 7957.0, 8005.0, 7973.0, 8026.0, 7970.0, 8016.0, 7969.0, 7982.0, 7969.0, 7964.0, 7965.0, 7965.0, 7964.0, 7963.0, 7949.0, 7975.0, 7946.0, 8008.0, 7944.0, 8006.0, 7941.0, 7968.0, 7938.0, 7955.0, 7941.0, 7955.0, 7940.0, 7953.0, 7921.0, 7932.0, 7921.0, 7935.0, 7924.0, 7940.0, 7927.0, 7957.0, 7949.0, 7962.0, 7957.0, 7984.0, 7976.0, 8008.0, 7983.0, 8013.0, 7998.0, 7994.0, 8000.0, 7996.0, 7994.0, 7994.0, 7979.0, 7991.0, 7979.0, 8022.0, 7955.0, 8018.0, 7966.0, 8013.0, 7977.0, 7996.0, 7955.0, 7987.0, 7951.0, 7953.0, 7926.0, 7979.0, 7931.0, 7930.0, 7928.0, 7910.0, 7943.0, 7919.0, 7969.0, 7918.0, 7966.0, 7935.0, 7962.0, 7934.0, 7985.0, 7936.0, 7960.0, 7933.0, 7961.0, 7955.0, 7985.0, 7960.0, 7943.0, 7973.0, 7963.0, 7992.0, 7981.0, 7964.0, 7979.0, 8009.0, 7979.0, 8005.0, 7974.0, 7988.0, 7971.0, 7984.0, 7953.0, 8015.0, 7965.0, 7995.0, 7946.0, 7956.0, 7938.0, 7922.0, 7953.0, 7924.0, 7954.0, 7945.0, 7937.0, 7920.0, 7989.0, 7925.0, 7945.0, 7966.0, 7986.0, 7987.0, 7953.0, 7960.0, 7933.0, 7979.0, 7940.0, 7982.0, 7957.0, 7995.0, 7966.0, 7994.0, 7963.0, 7976.0, 7953.0, 7973.0, 7942.0, 7971.0, 7939.0, 7951.0, 7925.0, 7937.0, 7923.0, 7922.0, 7937.0, 7923.0, 7959.0, 7961.0, 7973.0, 7964.0, 7969.0, 7956.0, 7936.0, 7950.0, 7967.0, 7982.0, 7967.0, 8000.0, 7964.0, 8014.0, 7950.0, 7995.0, 7949.0, 7986.0, 7974.0, 7992.0, 7956.0, 7948.0, 7967.0, 7903.0, 7925.0, 7933.0, 7970.0, 7979.0, 7949.0, 7990.0, 7967.0, 7968.0, 7970.0, 7920.0, 7962.0, 7948.0, 7991.0, 7939.0, 8000.0, 7955.0, 7999.0, 7977.0, 8004.0, 7956.0, 7999.0, 8005.0, 7969.0, 8014.0, 7972.0, 8024.0, 7944.0, 8018.0, 7945.0, 8008.0, 7994.0, 8022.0, 7961.0, 8023.0, 7978.0, 8021.0, 7980.0, 8020.0, 7981.0, 8028.0, 7987.0, 8053.0, 7991.0, 8030.0, 7966.0, 8010.0, 7971.0, 7988.0, 7991.0, 7969.0, 7935.0, 7967.0, 7952.0, 7972.0, 7987.0, 7968.0, 7954.0, 7984.0, 7972.0, 8008.0, 7946.0, 8005.0, 7978.0, 7986.0, 7958.0, 8002.0, 7961.0, 7988.0, 7988.0, 7991.0, 7986.0, 7968.0, 8014.0, 7965.0, 7994.0, 7963.0, 7977.0, 7977.0, 7929.0, 7958.0, 7947.0, 7986.0, 7969.0, 7980.0, 7968.0, 8034.0, 8020.0, 8042.0, 7970.0, 7983.0, 7964.0, 7958.0, 7927.0, 7957.0, 7926.0, 7944.0, 7948.0, 7975.0, 7945.0, 7957.0, 7958.0, 7953.0, 7940.0, 7969.0, 7940.0, 7972.0, 7941.0, 7991.0, 7943.0, 7938.0, 7961.0, 7946.0, 7984.0, 8015.0, 7978.0, 7954.0, 7933.0, 7935.0, 7934.0, 7918.0, 7918.0, 7919.0, 7933.0, 7936.0, 7935.0, 7919.0, 7933.0, 7921.0, 7940.0, 7956.0, 7962.0, 7977.0, 7965.0, 7961.0, 7947.0, 7963.0, 7933.0, 7963.0, 7962.0, 7963.0, 7998.0, 7965.0, 7997.0, 7962.0, 7995.0, 7959.0, 7992.0, 7959.0, 7976.0, 7961.0, 7976.0, 7984.0, 8007.0, 7983.0, 7946.0, 7982.0, 7970.0, 7965.0, 7944.0, 7964.0, 7944.0, 8000.0, 7978.0, 7969.0, 7966.0, 7963.0, 7961.0, 8019.0, 7982.0, 7999.0, 7970.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.004240970695970696</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02883589993894994</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.6721046578253</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2673798830788026</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0664483251435568</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4973</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4247.2739</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07919738548257908</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.357753357753358</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4360704753594513</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3061567631987563</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.662532481974824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3395221809047735</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0137121</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01654798723757267</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034856073558330536</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1638</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>4.042836916801392</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>18.5926</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6246</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.6394</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295833.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>768.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.6118</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9435</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>392.4328</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2711.5165</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2863.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80711.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>970.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3513.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>708.1617</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.244604813400656</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> |