=== 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-0127 --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-0127",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
170 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
170 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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-03/func/sub-0127_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>fca1de8084671cf636d3e588cb47221d</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>12:10:55.890000</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.980728, 0.0920282, -0.172344, -0.100311, 0.994153, -0.0399624]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0852078</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>[4170, -7742, -7262, 219, -181, 112, -58, 126]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9f4b9b20-8316-477f-89a7-d62a0d81ce51||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.631222724914551, -0.2691258192062378, -0.4526788294315338, 133.46092224121094], [-0.24690483510494232, 2.667240619659424, -0.15249662101268768, -88.5889892578125], [-0.46238669753074646, 0.10721629112958908, 2.657409906387329, -79.83253479003906], [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': ['121055.890000', '121056.350000', '121056.810000', '121057.270000', '121057.730000', '121058.190000', '121058.650000', '121059.110000', '121059.570000', '121100.030000', '121100.490000', '121100.950000', '121101.410000', '121101.870000', '121102.330000', '121102.790000', '121103.250000', '121103.710000', '121104.170000', '121104.630000', '121105.090000', '121105.550000', '121106.010000', '121106.470000', '121106.930000', '121107.390000', '121107.850000', '121108.310000', '121108.770000', '121109.230000', '121109.690000', '121110.150000', '121110.610000', '121111.070000', '121111.530000', '121111.990000', '121112.450000', '121112.910000', '121113.370000', '121113.830000', '121114.290000', '121114.750000', '121115.210000', '121115.670000', '121116.130000', '121116.590000', '121117.050000', '121117.510000', '121117.970000', '121118.430000', '121118.890000', '121119.350000', '121119.810000', '121120.270000', '121120.730000', '121121.190000', '121121.650000', '121122.110000', '121122.570000', '121123.030000', '121123.490000', '121123.950000', '121124.410000', '121124.870000', '121125.330000', '121125.790000', '121126.250000', '121126.710000', '121127.170000', '121127.630000', '121128.090000', '121128.550000', '121129.010000', '121129.470000', '121129.930000', '121130.390000', '121130.850000', '121131.310000', '121131.770000', '121132.230000', '121132.690000', '121133.150000', '121133.610000', '121134.070000', '121134.530000', '121134.990000', '121135.450000', '121135.910000', '121136.370000', '121136.830000', '121137.290000', '121137.750000', '121138.210000', '121138.670000', '121139.130000', '121139.590000', '121140.050000', '121140.510000', '121140.970000', '121141.430000', '121141.890000', '121142.350000', '121142.810000', '121143.270000', '121143.730000', '121144.190000', '121144.650000', '121145.110000', '121145.570000', '121146.030000', '121146.490000', '121146.950000', '121147.410000', '121147.870000', '121148.330000', '121148.790000', '121149.250000', '121149.710000', '121150.170000', '121150.630000', '121151.090000', '121151.550000', '121152.010000', '121152.470000', '121152.930000', '121153.390000', '121153.850000', '121154.310000', '121154.770000', '121155.230000', '121155.690000', '121156.150000', '121156.610000', '121157.070000', '121157.530000', '121157.990000', '121158.450000', '121158.910000', '121159.370000', '121159.830000', '121200.290000', '121200.750000', '121201.210000', '121201.670000', '121202.130000', '121202.590000', '121203.050000', '121203.510000', '121203.970000', '121204.430000', '121204.890000', '121205.350000', '121205.810000', '121206.270000', '121206.730000', '121207.190000', '121207.650000', '121208.110000', '121208.570000', '121209.030000', '121209.490000', '121209.950000', '121210.410000', '121210.870000', '121211.330000', '121211.790000', '121212.250000', '121212.710000', '121213.170000', '121213.630000', '121214.090000', '121214.550000', '121215.010000', '121215.470000', '121215.930000', '121216.390000', '121216.850000', '121217.310000', '121217.770000', '121218.230000', '121218.690000', '121219.150000', '121219.610000', '121220.070000', '121220.530000', '121220.990000', '121221.450000', '121221.910000', '121222.370000', '121222.830000', '121223.290000', '121223.750000', '121224.210000', '121224.670000', '121225.130000', '121225.590000', '121226.050000', '121226.510000', '121226.970000', '121227.430000', '121227.890000', '121228.350000', '121228.810000', '121229.270000', '121229.730000', '121230.190000', '121230.650000', '121231.110000', '121231.570000', '121232.030000', '121232.490000', '121232.950000', '121233.410000', '121233.870000', '121234.330000', '121234.790000', '121235.250000', '121235.710000', '121236.170000', '121236.630000', '121237.090000', '121237.550000', '121238.010000', '121238.470000', '121238.930000', '121239.390000', '121239.850000', '121240.310000', '121240.770000', '121241.230000', '121241.690000', '121242.150000', '121242.610000', '121243.070000', '121243.530000', '121243.990000', '121244.450000', '121244.910000', '121245.370000', '121245.830000', '121246.290000', '121246.750000', '121247.210000', '121247.670000', '121248.130000', '121248.590000', '121249.050000', '121249.510000', '121249.970000', '121250.430000', '121250.890000', '121251.350000', '121251.810000', '121252.270000', '121252.730000', '121253.190000', '121253.650000', '121254.110000', '121254.570000', '121255.030000', '121255.490000', '121255.950000', '121256.410000', '121256.870000', '121257.330000', '121257.790000', '121258.250000', '121258.710000', '121259.170000', '121259.630000', '121300.090000', '121300.550000', '121301.010000', '121301.470000', '121301.930000', '121302.390000', '121302.850000', '121303.310000', '121303.770000', '121304.230000', '121304.690000', '121305.150000', '121305.610000', '121306.070000', '121306.530000', '121306.990000', '121307.450000', '121307.910000', '121308.370000', '121308.830000', '121309.290000', '121309.750000', '121310.210000', '121310.670000', '121311.130000', '121311.590000', '121312.050000', '121312.510000', '121312.970000', '121313.430000', '121313.890000', '121314.350000', '121314.810000', '121315.270000', '121315.730000', '121316.190000', '121316.650000', '121317.110000', '121317.570000', '121318.030000', '121318.490000', '121318.950000', '121319.410000', '121319.870000', '121320.330000', '121320.790000', '121321.250000', '121321.710000', '121322.170000', '121322.630000', '121323.090000', '121323.550000', '121324.010000', '121324.470000', '121324.930000', '121325.390000', '121325.850000', '121326.310000', '121326.770000', '121327.230000', '121327.690000', '121328.150000', '121328.610000', '121329.070000', '121329.530000', '121329.990000', '121330.450000', '121330.910000', '121331.370000', '121331.830000', '121332.290000', '121332.750000', '121333.210000', '121333.670000', '121334.130000', '121334.590000', '121335.050000', '121335.510000', '121335.970000', '121336.430000', '121336.890000', '121337.350000', '121337.810000', '121338.270000', '121338.730000', '121339.190000', '121339.650000', '121340.110000', '121340.570000', '121341.030000', '121341.490000', '121341.950000', '121342.410000', '121342.870000', '121343.330000', '121343.790000', '121344.250000', '121344.710000', '121345.170000', '121345.630000', '121346.090000', '121346.550000', '121347.010000', '121347.470000', '121347.930000', '121348.390000', '121348.850000', '121349.310000', '121349.770000', '121350.230000', '121350.690000', '121351.150000', '121351.610000', '121352.070000', '121352.530000', '121352.990000', '121353.450000', '121353.910000', '121354.370000', '121354.830000', '121355.290000', '121355.750000', '121356.210000', '121356.670000', '121357.130000', '121357.590000', '121358.050000', '121358.510000', '121358.970000', '121359.430000', '121359.890000', '121400.350000', '121400.810000', '121401.270000', '121401.730000', '121402.190000', '121402.650000', '121403.110000', '121403.570000', '121404.030000', '121404.490000', '121404.950000', '121405.410000', '121405.870000', '121406.330000', '121406.790000', '121407.250000', '121407.710000', '121408.170000', '121408.630000', '121409.090000', '121409.550000', '121410.010000', '121410.470000', '121410.930000', '121411.390000', '121411.850000', '121412.310000', '121412.770000', '121413.230000', '121413.690000', '121414.150000', '121414.610000', '121415.070000', '121415.530000', '121415.990000', '121416.450000', '121416.910000', '121417.370000', '121417.830000', '121418.290000', '121418.750000', '121419.210000', '121419.670000', '121420.130000', '121420.590000', '121421.050000', '121421.510000', '121421.970000', '121422.430000', '121422.890000', '121423.350000', '121423.810000', '121424.270000', '121424.730000', '121425.190000', '121425.650000', '121426.110000', '121426.570000', '121427.030000', '121427.490000', '121427.950000', '121428.410000', '121428.870000', '121429.330000', '121429.790000', '121430.250000', '121430.710000', '121431.170000', '121431.630000', '121432.090000', '121432.550000', '121433.010000', '121433.470000', '121433.930000', '121434.390000', '121434.850000', '121435.310000', '121435.770000', '121436.230000', '121436.690000', '121437.150000', '121437.610000', '121438.070000', '121438.530000', '121438.990000', '121439.450000', '121439.910000', '121440.370000', '121440.830000', '121441.290000', '121441.750000', '121442.210000', '121442.670000', '121443.130000', '121443.590000', '121444.050000', '121444.510000', '121444.970000', '121445.430000', '121445.890000', '121446.350000', '121446.810000', '121447.270000', '121447.730000', '121448.190000', '121448.650000', '121449.110000', '121449.570000', '121450.030000', '121450.490000', '121450.950000', '121451.410000', '121451.870000', '121452.330000', '121452.790000', '121453.250000', '121453.710000', '121454.170000', '121454.630000', '121455.090000', '121455.550000', '121456.010000', '121456.470000', '121456.930000', '121457.390000', '121457.850000', '121458.310000', '121458.770000', '121459.230000', '121459.690000', '121500.150000', '121500.610000', '121501.070000', '121501.530000', '121501.990000', '121502.450000', '121502.910000', '121503.370000', '121503.830000', '121504.290000', '121504.750000', '121505.210000', '121505.670000', '121506.130000', '121506.590000', '121507.050000', '121507.510000', '121507.970000', '121508.430000', '121508.890000', '121509.350000', '121509.810000', '121510.270000', '121510.730000', '121511.190000', '121511.650000', '121512.110000', '121512.570000', '121513.030000', '121513.490000', '121513.950000', '121514.410000', '121514.870000', '121515.330000', '121515.790000', '121516.250000', '121516.710000', '121517.170000', '121517.630000', '121518.090000', '121518.550000', '121519.010000', '121519.470000', '121519.930000', '121520.390000', '121520.850000', '121521.310000', '121521.770000', '121522.230000', '121522.690000', '121523.150000', '121523.610000', '121524.070000', '121524.530000', '121524.990000', '121525.450000', '121525.910000', '121526.370000', '121526.830000', '121527.290000', '121527.750000', '121528.210000', '121528.670000', '121529.130000', '121529.590000', '121530.050000', '121530.510000', '121530.970000', '121531.430000', '121531.890000', '121532.350000', '121532.810000', '121533.270000', '121533.730000', '121534.190000', '121534.650000', '121535.110000', '121535.570000', '121536.030000', '121536.490000', '121536.950000', '121537.410000', '121537.870000', '121538.330000', '121538.790000', '121539.250000', '121539.710000', '121540.170000', '121540.630000', '121541.090000', '121541.550000', '121542.010000', '121542.470000', '121542.930000', '121543.390000', '121543.850000', '121544.310000', '121544.770000', '121545.230000', '121545.690000', '121546.150000', '121546.610000', '121547.070000', '121547.530000', '121547.990000', '121548.450000', '121548.910000', '121549.370000', '121549.830000', '121550.290000', '121550.750000', '121551.210000', '121551.670000', '121552.130000', '121552.590000', '121553.050000', '121553.510000', '121553.970000', '121554.430000', '121554.890000', '121555.350000', '121555.810000', '121556.270000', '121556.730000', '121557.190000', '121557.650000', '121558.110000', '121558.570000', '121559.030000', '121559.490000', '121559.950000', '121600.410000', '121600.870000', '121601.330000', '121601.790000', '121602.250000', '121602.710000', '121603.170000', '121603.630000', '121604.090000', '121604.550000', '121605.010000', '121605.470000', '121605.930000', '121606.390000', '121606.850000', '121607.310000', '121607.770000', '121608.230000', '121608.690000', '121609.150000', '121609.610000', '121610.070000', '121610.530000', '121610.990000', '121611.450000', '121611.910000', '121612.370000', '121612.830000', '121613.290000', '121613.750000', '121614.210000', '121614.670000', '121615.130000', '121615.590000', '121616.050000', '121616.510000', '121616.970000', '121617.430000', '121617.890000', '121618.350000', '121618.810000', '121619.270000', '121619.730000', '121620.190000', '121620.650000', '121621.110000', '121621.570000', '121622.030000', '121622.490000', '121622.950000', '121623.410000', '121623.870000', '121624.330000', '121624.790000', '121625.250000', '121625.710000', '121626.170000', '121626.630000', '121627.090000', '121627.550000', '121628.010000', '121628.470000', '121628.930000', '121629.390000', '121629.850000', '121630.310000', '121630.770000', '121631.230000', '121631.690000', '121632.150000', '121632.610000', '121633.070000', '121633.530000', '121633.990000', '121634.450000', '121634.910000', '121635.370000', '121635.830000', '121636.290000', '121636.750000', '121637.210000', '121637.670000', '121638.130000', '121638.590000', '121639.050000', '121639.510000', '121639.970000', '121640.430000', '121640.890000', '121641.350000', '121641.810000', '121642.270000', '121642.730000', '121643.190000', '121643.650000', '121644.110000', '121644.570000', '121645.030000', '121645.490000', '121645.950000', '121646.410000', '121646.870000', '121647.330000', '121647.790000', '121648.250000', '121648.710000', '121649.170000', '121649.630000', '121650.090000', '121650.550000', '121651.010000', '121651.470000', '121651.930000', '121652.390000', '121652.850000', '121653.310000', '121653.770000', '121654.230000', '121654.690000', '121655.150000', '121655.610000', '121656.070000', '121656.530000', '121656.990000', '121657.450000', '121657.910000', '121658.370000', '121658.830000', '121659.290000', '121659.750000', '121700.210000', '121700.670000', '121701.130000', '121701.590000', '121702.050000', '121702.510000', '121702.970000', '121703.430000', '121703.890000', '121704.350000', '121704.810000', '121705.270000', '121705.730000', '121706.190000', '121706.650000', '121707.110000', '121707.570000', '121708.030000', '121708.490000', '121708.950000', '121709.410000', '121709.870000', '121710.330000', '121710.790000', '121711.250000', '121711.710000', '121712.170000', '121712.630000', '121713.090000', '121713.550000', '121714.010000', '121714.470000', '121714.930000', '121715.390000', '121715.850000', '121716.310000', '121716.770000', '121717.230000', '121717.690000', '121718.150000', '121718.610000', '121719.070000', '121719.530000', '121719.990000', '121720.450000', '121720.910000', '121721.370000', '121721.830000', '121722.290000', '121722.750000', '121723.210000', '121723.670000', '121724.130000', '121724.590000', '121725.050000', '121725.510000', '121725.970000', '121726.430000', '121726.890000', '121727.350000', '121727.810000', '121728.270000', '121728.730000', '121729.190000', '121729.650000', '121730.110000', '121730.570000', '121731.030000', '121731.490000', '121731.950000', '121732.410000', '121732.870000', '121733.330000', '121733.790000', '121734.250000', '121734.710000', '121735.170000', '121735.630000', '121736.090000', '121736.550000', '121737.010000', '121737.470000', '121737.930000', '121738.390000', '121738.850000', '121739.310000', '121739.770000', '121740.230000', '121740.690000', '121741.150000', '121741.610000', '121742.070000', '121742.530000', '121742.990000', '121743.450000', '121743.910000', '121744.370000', '121744.830000', '121745.290000', '121745.750000', '121746.210000', '121746.670000', '121747.130000', '121747.590000', '121748.050000', '121748.510000', '121748.970000', '121749.430000', '121749.890000', '121750.350000', '121750.810000', '121751.270000', '121751.730000', '121752.190000', '121752.650000', '121753.110000', '121753.570000', '121754.030000', '121754.490000', '121754.950000', '121755.410000', '121755.870000', '121756.330000', '121756.790000', '121757.250000', '121757.710000', '121758.170000', '121758.630000', '121759.090000', '121759.550000', '121800.010000', '121800.470000', '121800.930000', '121801.390000', '121801.850000', '121802.310000', '121802.770000', '121803.230000', '121803.690000', '121804.150000', '121804.610000', '121805.070000', '121805.530000', '121805.990000', '121806.450000', '121806.910000', '121807.370000', '121807.830000', '121808.290000', '121808.750000', '121809.210000', '121809.670000', '121810.130000', '121810.590000', '121811.050000', '121811.510000', '121811.970000', '121812.430000', '121812.890000', '121813.350000', '121813.810000', '121814.270000', '121814.730000', '121815.190000', '121815.650000', '121816.110000', '121816.570000', '121817.030000', '121817.490000', '121817.950000', '121818.410000', '121818.870000', '121819.330000', '121819.790000', '121820.250000', '121820.710000', '121821.170000', '121821.630000', '121822.090000', '121822.550000', '121823.010000', '121823.470000', '121823.930000', '121824.390000', '121824.850000', '121825.310000', '121825.770000', '121826.230000', '121826.690000', '121827.150000', '121827.610000', '121828.070000', '121828.530000', '121828.990000', '121829.450000', '121829.910000', '121830.370000', '121830.830000', '121831.290000', '121831.750000', '121832.210000', '121832.670000', '121833.130000', '121833.590000', '121834.050000', '121834.510000', '121834.970000', '121835.430000', '121835.890000', '121836.350000', '121836.810000', '121837.270000', '121837.730000', '121838.190000', '121838.650000', '121839.110000', '121839.570000', '121840.030000', '121840.490000', '121840.950000', '121841.410000', '121841.870000', '121842.330000', '121842.790000', '121843.250000', '121843.710000', '121844.170000', '121844.630000', '121845.090000', '121845.550000', '121846.010000', '121846.470000', '121846.930000', '121847.390000', '121847.850000', '121848.310000', '121848.770000', '121849.230000', '121849.690000', '121850.150000', '121850.610000', '121851.070000', '121851.530000', '121851.990000', '121852.450000', '121852.910000', '121853.370000', '121853.830000', '121854.290000', '121854.750000', '121855.210000', '121855.670000', '121856.130000', '121856.590000', '121857.050000', '121857.510000', '121857.970000', '121858.430000', '121858.890000', '121859.350000', '121859.810000', '121900.270000', '121900.730000', '121901.190000', '121901.650000', '121902.110000', '121902.570000', '121903.030000', '121903.490000', '121903.950000', '121904.410000', '121904.870000', '121905.330000', '121905.790000', '121906.250000', '121906.710000', '121907.170000', '121907.630000', '121908.090000', '121908.550000', '121909.010000', '121909.470000', '121909.930000', '121910.390000', '121910.850000', '121911.310000', '121911.770000', '121912.230000', '121912.690000', '121913.150000', '121913.610000', '121914.070000', '121914.530000', '121914.990000', '121915.450000', '121915.910000', '121916.370000', '121916.830000', '121917.290000', '121917.750000', '121918.210000', '121918.670000', '121919.130000', '121919.590000', '121920.050000', '121920.510000', '121920.970000', '121921.430000', '121921.890000', '121922.350000', '121922.810000', '121923.270000', '121923.730000', '121924.190000', '121924.650000', '121925.110000', '121925.570000', '121926.030000', '121926.490000', '121926.950000', '121927.410000', '121927.870000', '121928.330000', '121928.790000', '121929.250000', '121929.710000', '121930.170000', '121930.630000', '121931.090000', '121931.550000', '121932.010000', '121932.470000', '121932.930000', '121933.390000', '121933.850000', '121934.310000', '121934.770000', '121935.230000', '121935.690000', '121936.150000', '121936.610000', '121937.070000', '121937.530000', '121937.990000', '121938.450000', '121938.910000', '121939.370000', '121939.830000', '121940.290000', '121940.750000', '121941.210000', '121941.670000', '121942.130000', '121942.590000', '121943.050000', '121943.510000', '121943.970000', '121944.430000', '121944.890000', '121945.350000', '121945.810000', '121946.270000', '121946.730000', '121947.190000', '121947.650000', '121948.110000', '121948.570000', '121949.030000', '121949.490000', '121949.950000', '121950.410000', '121950.870000', '121951.330000', '121951.790000', '121952.250000', '121952.710000', '121953.170000', '121953.630000', '121954.090000', '121954.550000', '121955.010000', '121955.470000', '121955.930000', '121956.390000', '121956.850000', '121957.310000', '121957.770000', '121958.230000', '121958.690000', '121959.150000', '121959.610000', '122000.070000', '122000.530000', '122000.990000', '122001.450000', '122001.910000', '122002.370000', '122002.830000', '122003.290000', '122003.750000', '122004.210000', '122004.670000', '122005.130000', '122005.590000', '122006.050000', '122006.510000', '122006.970000', '122007.430000', '122007.890000', '122008.350000', '122008.810000', '122009.270000', '122009.730000', '122010.190000', '122010.650000', '122011.110000', '122011.570000', '122012.030000', '122012.490000', '122012.950000', '122013.410000', '122013.870000', '122014.330000', '122014.790000', '122015.250000', '122015.710000', '122016.170000', '122016.630000', '122017.090000', '122017.550000', '122018.010000', '122018.470000', '122018.930000', '122019.390000', '122019.850000', '122020.310000', '122020.770000', '122021.230000', '122021.690000', '122022.150000', '122022.610000', '122023.070000', '122023.530000', '122023.990000', '122024.450000', '122024.910000', '122025.370000', '122025.830000', '122026.290000', '122026.750000', '122027.210000', '122027.670000', '122028.130000', '122028.590000', '122029.050000', '122029.510000', '122029.970000', '122030.430000', '122030.890000', '122031.350000', '122031.810000', '122032.270000', '122032.730000', '122033.190000', '122033.650000', '122034.110000', '122034.570000', '122035.030000', '122035.490000', '122035.950000', '122036.410000', '122036.870000', '122037.330000', '122037.790000', '122038.250000', '122038.710000', '122039.170000', '122039.630000', '122040.090000', '122040.550000', '122041.010000', '122041.470000', '122041.930000', '122042.390000', '122042.850000', '122043.310000', '122043.770000', '122044.230000', '122044.690000', '122045.150000', '122045.610000', '122046.070000', '122046.530000', '122046.990000', '122047.450000', '122047.910000', '122048.370000', '122048.830000', '122049.290000', '122049.750000', '122050.210000', '122050.670000', '122051.130000', '122051.590000', '122052.050000', '122052.510000', '122052.970000', '122053.430000', '122053.890000', '122054.350000', '122054.810000', '122055.270000', '122055.730000', '122056.190000', '122056.650000', '122057.110000', '122057.570000', '122058.030000', '122058.490000', '122058.950000', '122059.410000', '122059.870000', '122100.330000', '122100.790000', '122101.250000', '122101.710000', '122102.170000', '122102.630000', '122103.090000', '122103.550000', '122104.010000', '122104.470000', '122104.930000', '122105.390000', '122105.850000', '122106.310000', '122106.770000', '122107.230000', '122107.690000', '122108.150000', '122108.610000', '122109.070000', '122109.530000', '122109.990000', '122110.450000', '122110.910000', '122111.370000', '122111.830000', '122112.290000', '122112.750000', '122113.210000', '122113.670000', '122114.130000', '122114.590000', '122115.050000', '122115.510000', '122115.970000', '122116.430000', '122116.890000', '122117.350000', '122117.810000', '122118.270000', '122118.730000', '122119.190000', '122119.650000', '122120.110000', '122120.570000', '122121.030000', '122121.490000', '122121.950000', '122122.410000', '122122.870000', '122123.330000', '122123.790000', '122124.250000', '122124.710000', '122125.170000', '122125.630000', '122126.090000', '122126.550000', '122127.010000', '122127.470000', '122127.930000', '122128.390000', '122128.850000', '122129.310000', '122129.770000', '122130.230000', '122130.690000', '122131.150000', '122131.610000', '122132.070000', '122132.530000', '122132.990000', '122133.450000', '122133.910000', '122134.370000', '122134.830000', '122135.290000', '122135.750000', '122136.210000', '122136.670000', '122137.130000', '122137.590000', '122138.050000', '122138.510000', '122138.970000', '122139.430000', '122139.890000', '122140.350000', '122140.810000', '122141.270000', '122141.730000', '122142.190000', '122142.650000', '122143.110000', '122143.570000', '122144.030000', '122144.490000', '122144.950000', '122145.410000', '122145.870000', '122146.330000', '122146.790000', '122147.250000', '122147.710000', '122148.170000', '122148.630000', '122149.090000', '122149.550000', '122150.010000', '122150.470000', '122150.930000', '122151.390000', '122151.850000', '122152.310000', '122152.770000', '122153.230000', '122153.690000', '122154.150000', '122154.610000', '122155.070000', '122155.530000', '122155.990000', '122156.450000', '122156.910000', '122157.370000', '122157.830000', '122158.290000', '122158.750000', '122159.210000', '122159.670000', '122200.130000', '122200.590000', '122201.050000', '122201.510000', '122201.970000', '122202.430000', '122202.890000', '122203.350000', '122203.810000', '122204.270000', '122204.730000', '122205.190000', '122205.650000', '122206.110000', '122206.570000', '122207.030000', '122207.490000', '122207.950000', '122208.410000', '122208.870000', '122209.330000', '122209.790000', '122210.250000', '122210.710000', '122211.170000', '122211.630000', '122212.090000', '122212.550000', '122213.010000', '122213.470000', '122213.930000', '122214.390000', '122214.850000', '122215.310000', '122215.770000', '122216.230000', '122216.690000', '122217.150000', '122217.610000', '122218.070000', '122218.530000', '122218.990000', '122219.450000', '122219.910000', '122220.370000', '122220.830000', '122221.290000', '122221.750000', '122222.210000', '122222.670000', '122223.130000', '122223.590000', '122224.050000', '122224.510000', '122224.970000', '122225.430000', '122225.890000', '122226.350000', '122226.810000', '122227.270000', '122227.730000', '122228.190000', '122228.650000', '122229.110000', '122229.570000', '122230.030000', '122230.490000', '122230.950000', '122231.410000', '122231.870000', '122232.330000', '122232.790000', '122233.250000', '122233.710000', '122234.170000', '122234.630000', '122235.090000', '122235.550000', '122236.010000', '122236.470000', '122236.930000', '122237.390000', '122237.850000', '122238.310000', '122238.770000', '122239.230000', '122239.690000', '122240.150000', '122240.610000', '122241.070000', '122241.530000', '122241.990000', '122242.450000', '122242.910000', '122243.370000', '122243.830000', '122244.290000', '122244.750000', '122245.210000', '122245.670000', '122246.130000', '122246.590000', '122247.050000', '122247.510000', '122247.970000', '122248.430000', '122248.890000', '122249.350000', '122249.810000', '122250.270000', '122250.730000', '122251.190000', '122251.650000', '122252.110000', '122252.570000', '122253.030000', '122253.490000', '122253.950000', '122254.410000', '122254.870000', '122255.330000', '122255.790000', '122256.250000', '122256.710000', '122257.170000', '122257.630000', '122258.090000', '122258.550000', '122259.010000', '122259.470000', '122259.930000', '122300.390000', '122300.850000', '122301.310000', '122301.770000', '122302.230000', '122302.690000', '122303.150000', '122303.610000', '122304.070000', '122304.530000', '122304.990000', '122305.450000', '122305.910000', '122306.370000', '122306.830000', '122307.290000', '122307.750000', '122308.210000', '122308.670000', '122309.130000', '122309.590000', '122310.050000', '122310.510000', '122310.970000', '122311.430000', '122311.890000', '122312.350000', '122312.810000', '122313.270000', '122313.730000', '122314.190000', '122314.650000', '122315.110000', '122315.570000', '122316.030000', '122316.490000', '122316.950000', '122317.410000', '122317.870000', '122318.330000', '122318.790000', '122319.250000', '122319.710000', '122320.170000', '122320.630000', '122321.090000', '122321.550000', '122322.010000', '122322.470000', '122322.930000', '122323.390000', '122323.850000', '122324.310000', '122324.770000', '122325.230000', '122325.690000', '122326.150000', '122326.610000', '122327.070000', '122327.530000', '122327.990000', '122328.450000', '122328.910000', '122329.370000', '122329.830000'], 'ContentTime': ['121108.422000', '121108.425000', '121108.428000', '121108.441000', '121108.444000', '121108.446000', '121108.453000', '121108.455000', '121108.463000', '121108.465000', '121108.468000', '121108.471000', '121108.473000', '121108.476000', '121108.479000', '121108.481000', '121108.484000', '121108.486000', '121108.489000', '121108.492000', '121108.495000', '121108.497000', '121108.500000', '121108.503000', '121128.348000', '121128.352000', '121128.354000', '121128.357000', '121128.360000', '121128.362000', '121128.365000', '121128.367000', '121128.370000', '121128.373000', '121128.375000', '121128.378000', '121128.381000', '121128.383000', '121128.386000', '121128.395000', '121128.397000', '121128.400000', '121128.403000', '121128.405000', '121128.408000', '121128.410000', '121128.413000', '121128.416000', '121128.425000', '121128.428000', '121128.430000', '121128.433000', '121128.436000', '121128.438000', '121128.441000', '121128.444000', '121128.446000', '121128.449000', '121128.452000', '121128.454000', '121128.457000', '121128.459000', '121128.462000', '121128.465000', '121128.467000', '121128.477000', '121128.480000', '121128.482000', '121148.348000', '121148.351000', '121148.354000', '121148.357000', '121148.359000', '121148.362000', '121148.365000', '121148.367000', '121148.370000', '121148.372000', '121148.375000', '121148.378000', '121148.380000', '121148.383000', '121148.385000', '121148.388000', '121148.391000', '121148.393000', '121148.396000', '121148.399000', '121148.401000', '121148.404000', '121148.406000', '121148.409000', '121148.412000', '121148.414000', '121148.417000', '121148.420000', '121148.422000', '121148.425000', '121148.428000', '121148.430000', '121148.433000', '121148.435000', '121148.438000', '121148.441000', '121148.443000', '121148.446000', '121148.448000', '121148.451000', '121148.453000', '121148.456000', '121148.458000', '121208.347000', '121208.350000', '121208.353000', '121208.355000', '121208.358000', '121208.361000', '121208.363000', '121208.366000', '121208.369000', '121208.371000', '121208.374000', '121208.377000', '121208.379000', '121208.382000', '121208.384000', '121208.387000', '121208.390000', '121208.392000', '121208.395000', '121208.397000', '121208.400000', '121208.403000', '121208.405000', '121208.408000', '121208.411000', '121208.413000', '121208.416000', '121208.418000', '121208.421000', '121208.424000', '121208.426000', '121208.429000', '121208.432000', '121208.434000', '121208.442000', '121208.444000', '121208.447000', '121208.450000', '121208.452000', '121208.455000', '121208.458000', '121208.460000', '121208.463000', '121208.465000', '121228.348000', '121228.351000', '121228.354000', '121228.356000', '121228.359000', '121228.362000', '121228.365000', '121228.368000', '121228.370000', '121228.373000', '121228.375000', '121228.378000', '121228.381000', '121228.383000', '121228.387000', '121228.389000', '121228.392000', '121228.394000', '121228.397000', '121228.400000', '121228.402000', '121228.405000', '121228.408000', '121228.410000', '121228.413000', '121228.415000', '121228.418000', '121228.421000', '121228.438000', '121228.441000', '121228.444000', '121228.446000', '121228.449000', '121228.451000', '121228.454000', '121228.457000', '121228.460000', '121228.462000', '121228.465000', '121228.467000', '121228.470000', '121228.473000', '121228.475000', '121248.347000', '121248.350000', '121248.353000', '121248.356000', '121248.358000', '121248.361000', '121248.363000', '121248.366000', '121248.368000', '121248.371000', '121248.374000', '121248.376000', '121248.379000', '121248.382000', '121248.384000', '121248.387000', '121248.390000', '121248.392000', '121248.395000', '121248.399000', '121248.401000', '121248.404000', '121248.406000', '121248.409000', '121248.411000', '121248.414000', '121248.417000', '121248.419000', '121248.422000', '121248.424000', '121248.427000', '121248.430000', '121248.432000', '121248.435000', '121248.437000', '121248.446000', '121248.449000', '121248.451000', '121248.454000', '121248.457000', '121248.459000', '121248.462000', '121248.464000', '121248.467000', '121308.349000', '121308.352000', '121308.354000', '121308.357000', '121308.360000', '121308.362000', '121308.365000', '121308.367000', '121308.370000', '121308.373000', '121308.375000', '121308.378000', '121308.381000', '121308.383000', '121308.386000', '121308.388000', '121308.391000', '121308.394000', '121308.396000', '121308.399000', '121308.401000', '121308.404000', '121308.407000', '121308.409000', '121308.412000', '121308.415000', '121308.418000', '121308.420000', '121308.423000', '121308.425000', '121308.428000', '121308.431000', '121308.433000', '121308.436000', '121308.438000', '121308.441000', '121308.443000', '121308.446000', '121308.449000', '121308.451000', '121308.454000', '121308.457000', '121308.469000', '121328.348000', '121328.351000', '121328.354000', '121328.356000', '121328.359000', '121328.362000', '121328.364000', '121328.367000', '121328.369000', '121328.372000', '121328.375000', '121328.377000', '121328.380000', '121328.382000', '121328.385000', '121328.388000', '121328.390000', '121328.393000', '121328.396000', '121328.399000', '121328.401000', '121328.404000', '121328.406000', '121328.409000', '121328.412000', '121328.414000', '121328.417000', '121328.420000', '121328.422000', '121328.425000', '121328.427000', '121328.430000', '121328.433000', '121328.435000', '121328.438000', '121328.440000', '121328.443000', '121328.446000', '121328.448000', '121328.451000', '121328.454000', '121328.456000', '121328.459000', '121328.462000', '121348.349000', '121348.352000', '121348.354000', '121348.357000', '121348.359000', '121348.362000', '121348.364000', '121348.367000', '121348.370000', '121348.372000', '121348.375000', '121348.378000', '121348.380000', '121348.383000', '121348.386000', '121348.388000', '121348.391000', '121348.394000', '121348.396000', '121348.399000', '121348.401000', '121348.404000', '121348.407000', '121348.409000', '121348.412000', '121348.415000', '121348.417000', '121348.420000', '121348.423000', '121348.426000', '121348.428000', '121348.431000', '121348.433000', '121348.436000', '121348.439000', '121348.441000', '121348.444000', '121348.446000', '121348.449000', '121348.452000', '121348.454000', '121348.457000', '121348.460000', '121408.348000', '121408.351000', '121408.354000', '121408.357000', '121408.359000', '121408.362000', '121408.365000', '121408.367000', '121408.370000', '121408.373000', '121408.375000', '121408.378000', '121408.382000', '121408.385000', '121408.388000', '121408.390000', '121408.393000', '121408.395000', '121408.398000', '121408.401000', '121408.403000', '121408.406000', '121408.409000', '121408.411000', '121408.458000', '121408.461000', '121408.464000', '121408.466000', '121408.469000', '121408.472000', '121408.474000', '121408.477000', '121408.479000', '121408.482000', '121408.484000', '121408.487000', '121408.490000', '121408.492000', '121408.495000', '121408.498000', '121408.500000', '121408.503000', '121408.506000', '121408.508000', '121428.348000', '121428.350000', '121428.353000', '121428.357000', '121428.359000', '121428.362000', '121428.364000', '121428.367000', '121428.370000', '121428.372000', '121428.375000', '121428.378000', '121428.380000', '121428.383000', '121428.386000', '121428.388000', '121428.391000', '121428.394000', '121428.396000', '121428.399000', '121428.401000', '121428.404000', '121428.406000', '121428.414000', '121428.417000', '121428.419000', '121428.422000', '121428.424000', '121428.427000', '121428.430000', '121428.432000', '121428.435000', '121428.438000', '121428.440000', '121428.443000', '121428.445000', '121428.448000', '121428.451000', '121428.453000', '121428.456000', '121428.458000', '121428.461000', '121428.464000', '121448.348000', '121448.350000', '121448.353000', '121448.356000', '121448.359000', '121448.361000', '121448.364000', '121448.366000', '121448.369000', '121448.372000', '121448.374000', '121448.377000', '121448.380000', '121448.382000', '121448.385000', '121448.387000', '121448.390000', '121448.393000', '121448.395000', '121448.398000', '121448.401000', '121448.403000', '121448.406000', '121448.408000', '121448.411000', '121448.414000', '121448.416000', '121448.419000', '121448.422000', '121448.424000', '121448.427000', '121448.429000', '121448.432000', '121448.435000', '121448.437000', '121448.440000', '121448.443000', '121448.445000', '121448.448000', '121448.450000', '121448.453000', '121448.456000', '121448.458000', '121508.347000', '121508.350000', '121508.353000', '121508.356000', '121508.358000', '121508.361000', '121508.364000', '121508.366000', '121508.369000', '121508.371000', '121508.374000', '121508.377000', '121508.379000', '121508.382000', '121508.384000', '121508.387000', '121508.390000', '121508.392000', '121508.395000', '121508.397000', '121508.400000', '121508.402000', '121508.405000', '121508.408000', '121508.410000', '121508.413000', '121508.415000', '121508.418000', '121508.421000', '121508.424000', '121508.426000', '121508.429000', '121508.431000', '121508.434000', '121508.437000', '121508.439000', '121508.442000', '121508.445000', '121508.447000', '121508.450000', '121508.453000', '121508.455000', '121508.458000', '121508.460000', '121528.348000', '121528.351000', '121528.354000', '121528.357000', '121528.359000', '121528.371000', '121528.373000', '121528.376000', '121528.378000', '121528.381000', '121528.384000', '121528.386000', '121528.389000', '121528.392000', '121528.394000', '121528.397000', '121528.399000', '121528.402000', '121528.405000', '121528.407000', '121528.410000', '121528.413000', '121528.415000', '121528.418000', '121528.421000', '121528.424000', '121528.427000', '121528.429000', '121528.432000', '121528.435000', '121528.437000', '121528.440000', '121528.443000', '121528.445000', '121528.448000', '121528.451000', '121528.453000', '121528.456000', '121528.458000', '121528.461000', '121528.464000', '121528.466000', '121528.469000', '121548.349000', '121548.352000', '121548.355000', '121548.357000', '121548.360000', '121548.363000', '121548.365000', '121548.368000', '121548.371000', '121548.373000', '121548.376000', '121548.379000', '121548.381000', '121548.384000', '121548.387000', '121548.389000', '121548.392000', '121548.394000', '121548.397000', '121548.400000', '121548.402000', '121548.405000', '121548.408000', '121548.411000', '121548.413000', '121548.416000', '121548.419000', '121548.421000', '121548.424000', '121548.426000', '121548.429000', '121548.432000', '121548.434000', '121548.437000', '121548.440000', '121548.442000', '121548.445000', '121548.447000', '121548.450000', '121548.453000', '121548.455000', '121548.458000', '121548.461000', '121548.463000', '121608.349000', '121608.351000', '121608.354000', '121608.357000', '121608.360000', '121608.362000', '121608.365000', '121608.367000', '121608.370000', '121608.373000', '121608.375000', '121608.378000', '121608.381000', '121608.383000', '121608.386000', '121608.389000', '121608.392000', '121608.395000', '121608.400000', '121608.403000', '121608.405000', '121608.408000', '121608.410000', '121608.413000', '121608.416000', '121608.418000', '121608.421000', '121608.423000', '121608.426000', '121608.429000', '121608.431000', '121608.434000', '121608.436000', '121608.439000', '121608.442000', '121608.444000', '121608.447000', '121608.449000', '121608.452000', '121608.455000', '121608.457000', '121608.460000', '121608.463000', '121628.348000', '121628.352000', '121628.354000', '121628.357000', '121628.359000', '121628.362000', '121628.365000', '121628.367000', '121628.370000', '121628.373000', '121628.375000', '121628.378000', '121628.381000', '121628.388000', '121628.390000', '121628.393000', '121628.396000', '121628.398000', '121628.402000', '121628.404000', '121628.407000', '121628.410000', '121628.412000', '121628.415000', '121628.417000', '121628.420000', '121628.423000', '121628.425000', '121628.428000', '121628.431000', '121628.433000', '121628.436000', '121628.439000', '121628.442000', '121628.444000', '121628.447000', '121628.449000', '121628.452000', '121628.455000', '121628.458000', '121628.460000', '121628.463000', '121628.466000', '121628.468000', '121648.348000', '121648.351000', '121648.353000', '121648.356000', '121648.359000', '121648.362000', '121648.364000', '121648.367000', '121648.371000', '121648.374000', '121648.377000', '121648.379000', '121648.382000', '121648.384000', '121648.387000', '121648.390000', '121648.393000', '121648.395000', '121648.398000', '121648.401000', '121648.403000', '121648.406000', '121648.409000', '121648.411000', '121648.414000', '121648.416000', '121648.419000', '121648.422000', '121648.424000', '121648.427000', '121648.430000', '121648.432000', '121648.435000', '121648.438000', '121648.440000', '121648.443000', '121648.445000', '121648.448000', '121648.451000', '121648.453000', '121648.456000', '121648.459000', '121648.462000', '121708.348000', '121708.351000', '121708.353000', '121708.356000', '121708.359000', '121708.362000', '121708.365000', '121708.367000', '121708.370000', '121708.373000', '121708.375000', '121708.378000', '121708.381000', '121708.384000', '121708.386000', '121708.389000', '121708.392000', '121708.409000', '121708.412000', '121708.414000', '121708.417000', '121708.420000', '121708.422000', '121708.425000', '121708.427000', '121708.430000', '121708.433000', '121708.435000', '121708.438000', '121708.441000', '121708.443000', '121708.446000', '121708.449000', '121708.451000', '121708.454000', '121708.457000', '121708.459000', '121708.462000', '121708.465000', '121708.467000', '121708.470000', '121708.472000', '121708.475000', '121708.478000', '121728.348000', '121728.351000', '121728.353000', '121728.356000', '121728.358000', '121728.361000', '121728.364000', '121728.376000', '121728.378000', '121728.381000', '121728.384000', '121728.386000', '121728.389000', '121728.391000', '121728.394000', '121728.397000', '121728.399000', '121728.402000', '121728.405000', '121728.407000', '121728.410000', '121728.413000', '121728.415000', '121728.418000', '121728.420000', '121728.423000', '121728.425000', '121728.428000', '121728.431000', '121728.433000', '121728.436000', '121728.439000', '121728.441000', '121728.444000', '121728.446000', '121728.449000', '121728.452000', '121728.454000', '121728.457000', '121728.459000', '121728.462000', '121728.464000', '121728.467000', '121748.348000', '121748.351000', '121748.354000', '121748.357000', '121748.360000', '121748.362000', '121748.365000', '121748.367000', '121748.370000', '121748.373000', '121748.375000', '121748.378000', '121748.380000', '121748.383000', '121748.385000', '121748.388000', '121748.391000', '121748.393000', '121748.396000', '121748.399000', '121748.401000', '121748.404000', '121748.406000', '121748.409000', '121748.412000', '121748.414000', '121748.417000', '121748.419000', '121748.422000', '121748.425000', '121748.427000', '121748.430000', '121748.432000', '121748.435000', '121748.438000', '121748.440000', '121748.443000', '121748.445000', '121748.448000', '121748.450000', '121748.453000', '121748.456000', '121748.458000', '121748.461000', '121808.349000', '121808.352000', '121808.354000', '121808.357000', '121808.359000', '121808.362000', '121808.365000', '121808.367000', '121808.370000', '121808.372000', '121808.375000', '121808.378000', '121808.380000', '121808.383000', '121808.385000', '121808.388000', '121808.391000', '121808.393000', '121808.396000', '121808.398000', '121808.401000', '121808.404000', '121808.406000', '121808.409000', '121808.419000', '121808.422000', '121808.425000', '121808.427000', '121808.430000', '121808.432000', '121808.436000', '121808.439000', '121808.442000', '121808.444000', '121808.447000', '121808.449000', '121808.452000', '121808.455000', '121808.457000', '121808.460000', '121808.462000', '121808.465000', '121808.468000', '121828.349000', '121828.351000', '121828.354000', '121828.357000', '121828.359000', '121828.362000', '121828.364000', '121828.367000', '121828.370000', '121828.372000', '121828.375000', '121828.377000', '121828.380000', '121828.414000', '121828.416000', '121828.419000', '121828.422000', '121828.424000', '121828.427000', '121828.429000', '121828.432000', '121828.435000', '121828.437000', '121828.440000', '121828.443000', '121828.445000', '121828.448000', '121828.450000', '121828.453000', '121828.456000', '121828.458000', '121828.461000', '121828.463000', '121828.466000', '121828.470000', '121828.472000', '121828.475000', '121828.477000', '121828.480000', '121828.482000', '121828.485000', '121828.488000', '121828.491000', '121828.493000', '121848.349000', '121848.352000', '121848.354000', '121848.357000', '121848.359000', '121848.362000', '121848.365000', '121848.367000', '121848.370000', '121848.372000', '121848.375000', '121848.377000', '121848.380000', '121848.383000', '121848.385000', '121848.388000', '121848.390000', '121848.393000', '121848.396000', '121848.399000', '121848.401000', '121848.404000', '121848.406000', '121848.409000', '121848.411000', '121848.414000', '121848.417000', '121848.419000', '121848.422000', '121848.424000', '121848.427000', '121848.430000', '121848.432000', '121848.435000', '121848.437000', '121848.440000', '121848.442000', '121848.445000', '121848.448000', '121848.450000', '121848.453000', '121848.456000', '121848.458000', '121908.348000', '121908.351000', '121908.353000', '121908.356000', '121908.359000', '121908.361000', '121908.364000', '121908.366000', '121908.369000', '121908.371000', '121908.374000', '121908.377000', '121908.379000', '121908.382000', '121908.384000', '121908.387000', '121908.390000', '121908.392000', '121908.395000', '121908.397000', '121908.400000', '121908.403000', '121908.405000', '121908.408000', '121908.411000', '121908.413000', '121908.416000', '121908.419000', '121908.421000', '121908.424000', '121908.427000', '121908.429000', '121908.432000', '121908.434000', '121908.437000', '121908.440000', '121908.442000', '121908.445000', '121908.447000', '121908.450000', '121908.452000', '121908.455000', '121908.458000', '121908.460000', '121928.348000', '121928.351000', '121928.353000', '121928.356000', '121928.358000', '121928.361000', '121928.364000', '121928.366000', '121928.369000', '121928.371000', '121928.374000', '121928.376000', '121928.379000', '121928.382000', '121928.384000', '121928.387000', '121928.389000', '121928.392000', '121928.395000', '121928.397000', '121928.400000', '121928.402000', '121928.405000', '121928.407000', '121928.410000', '121928.413000', '121928.415000', '121928.418000', '121928.421000', '121928.423000', '121928.426000', '121928.428000', '121928.431000', '121928.434000', '121928.436000', '121928.439000', '121928.441000', '121928.444000', '121928.446000', '121928.449000', '121928.452000', '121928.454000', '121928.457000', '121948.347000', '121948.350000', '121948.353000', '121948.356000', '121948.358000', '121948.361000', '121948.364000', '121948.366000', '121948.369000', '121948.371000', '121948.389000', '121948.392000', '121948.395000', '121948.397000', '121948.400000', '121948.402000', '121948.405000', '121948.408000', '121948.410000', '121948.413000', '121948.415000', '121948.418000', '121948.421000', '121948.423000', '121948.426000', '121948.428000', '121948.431000', '121948.433000', '121948.436000', '121948.439000', '121948.441000', '121948.444000', '121948.446000', '121948.449000', '121948.452000', '121948.454000', '121948.457000', '121948.459000', '121948.462000', '121948.465000', '121948.467000', '121948.476000', '121948.479000', '121948.481000', '122008.349000', '122008.351000', '122008.354000', '122008.357000', '122008.359000', '122008.362000', '122008.364000', '122008.367000', '122008.370000', '122008.372000', '122008.375000', '122008.377000', '122008.380000', '122008.383000', '122008.385000', '122008.388000', '122008.390000', '122008.393000', '122008.396000', '122008.398000', '122008.401000', '122008.403000', '122008.406000', '122008.409000', '122008.411000', '122008.414000', '122008.416000', '122008.419000', '122008.422000', '122008.424000', '122008.427000', '122008.430000', '122008.432000', '122008.435000', '122008.437000', '122008.440000', '122008.442000', '122008.445000', '122008.448000', '122008.451000', '122008.453000', '122008.456000', '122008.458000', '122028.349000', '122028.352000', '122028.354000', '122028.357000', '122028.360000', '122028.362000', '122028.365000', '122028.367000', '122028.370000', '122028.373000', '122028.375000', '122028.378000', '122028.381000', '122028.383000', '122028.386000', '122028.389000', '122028.391000', '122028.394000', '122028.397000', '122028.400000', '122028.402000', '122028.405000', '122028.407000', '122028.410000', '122028.413000', '122028.415000', '122028.418000', '122028.421000', '122028.423000', '122028.426000', '122028.429000', '122028.431000', '122028.434000', '122028.436000', '122028.439000', '122028.442000', '122028.444000', '122028.447000', '122028.450000', '122028.452000', '122028.455000', '122028.457000', '122028.460000', '122028.463000', '122048.349000', '122048.351000', '122048.354000', '122048.357000', '122048.359000', '122048.362000', '122048.364000', '122048.367000', '122048.370000', '122048.372000', '122048.375000', '122048.378000', '122048.380000', '122048.383000', '122048.385000', '122048.388000', '122048.391000', '122048.393000', '122048.396000', '122048.398000', '122048.401000', '122048.404000', '122048.406000', '122048.409000', '122048.412000', '122048.414000', '122048.417000', '122048.419000', '122048.422000', '122048.424000', '122048.427000', '122048.430000', '122048.432000', '122048.435000', '122048.437000', '122048.440000', '122048.443000', '122048.445000', '122048.448000', '122048.450000', '122048.453000', '122048.456000', '122048.458000', '122108.349000', '122108.351000', '122108.354000', '122108.357000', '122108.359000', '122108.362000', '122108.365000', '122108.367000', '122108.370000', '122108.372000', '122108.375000', '122108.378000', '122108.380000', '122108.383000', '122108.386000', '122108.388000', '122108.391000', '122108.394000', '122108.396000', '122108.399000', '122108.401000', '122108.404000', '122108.407000', '122108.409000', '122108.412000', '122108.415000', '122108.417000', '122108.420000', '122108.422000', '122108.425000', '122108.428000', '122108.430000', '122108.433000', '122108.436000', '122108.438000', '122108.441000', '122108.444000', '122108.446000', '122108.449000', '122108.451000', '122108.454000', '122108.457000', '122108.459000', '122108.462000', '122128.348000', '122128.350000', '122128.353000', '122128.356000', '122128.358000', '122128.361000', '122128.363000', '122128.366000', '122128.369000', '122128.371000', '122128.374000', '122128.376000', '122128.379000', '122128.382000', '122128.384000', '122128.387000', '122128.389000', '122128.392000', '122128.395000', '122128.397000', '122128.400000', '122128.403000', '122128.405000', '122128.408000', '122128.410000', '122128.413000', '122128.416000', '122128.429000', '122128.432000', '122128.434000', '122128.437000', '122128.440000', '122128.442000', '122128.445000', '122128.447000', '122128.450000', '122128.453000', '122128.455000', '122128.458000', '122128.460000', '122128.463000', '122128.466000', '122128.468000', '122148.348000', '122148.350000', '122148.353000', '122148.356000', '122148.359000', '122148.361000', '122148.364000', '122148.367000', '122148.370000', '122148.372000', '122148.375000', '122148.379000', '122148.382000', '122148.385000', '122148.388000', '122148.391000', '122148.393000', '122148.396000', '122148.399000', '122148.402000', '122148.404000', '122148.407000', '122148.410000', '122148.412000', '122148.415000', '122148.418000', '122148.420000', '122148.423000', '122148.425000', '122148.428000', '122148.431000', '122148.434000', '122148.436000', '122148.439000', '122148.442000', '122148.444000', '122148.447000', '122148.450000', '122148.452000', '122148.455000', '122148.457000', '122148.460000', '122148.463000', '122208.348000', '122208.350000', '122208.353000', '122208.356000', '122208.358000', '122208.361000', '122208.364000', '122208.366000', '122208.369000', '122208.371000', '122208.374000', '122208.377000', '122208.379000', '122208.382000', '122208.384000', '122208.387000', '122208.389000', '122208.392000', '122208.395000', '122208.397000', '122208.400000', '122208.402000', '122208.405000', '122208.407000', '122208.410000', '122208.421000', '122208.423000', '122208.426000', '122208.429000', '122208.431000', '122208.434000', '122208.436000', '122208.439000', '122208.442000', '122208.444000', '122208.447000', '122208.449000', '122208.452000', '122208.455000', '122208.457000', '122208.460000', '122208.462000', '122208.465000', '122208.467000', '122228.349000', '122228.351000', '122228.354000', '122228.357000', '122228.359000', '122228.362000', '122228.365000', '122228.367000', '122228.370000', '122228.372000', '122228.375000', '122228.377000', '122228.380000', '122228.383000', '122228.385000', '122228.388000', '122228.391000', '122228.393000', '122228.396000', '122228.398000', '122228.401000', '122228.404000', '122228.406000', '122228.409000', '122228.411000', '122228.414000', '122228.417000', '122228.419000', '122228.422000', '122228.424000', '122228.427000', '122228.430000', '122228.432000', '122228.435000', '122228.437000', '122228.440000', '122228.443000', '122228.445000', '122228.448000', '122228.450000', '122228.453000', '122228.456000', '122228.469000', '122228.471000', '122248.349000', '122248.352000', '122248.355000', '122248.357000', '122248.360000', '122248.362000', '122248.365000', '122248.367000', '122248.370000', '122248.373000', '122248.375000', '122248.378000', '122248.380000', '122248.383000', '122248.385000', '122248.388000', '122248.391000', '122248.393000', '122248.396000', '122248.399000', '122248.401000', '122248.404000', '122248.407000', '122248.409000', '122248.412000', '122248.414000', '122248.417000', '122248.419000', '122248.422000', '122248.425000', '122248.427000', '122248.430000', '122248.433000', '122248.435000', '122248.438000', '122248.440000', '122248.443000', '122248.445000', '122248.448000', '122248.451000', '122248.453000', '122248.456000', '122248.459000', '122308.349000', '122308.352000', '122308.354000', '122308.357000', '122308.359000', '122308.362000', '122308.365000', '122308.367000', '122308.370000', '122308.372000', '122308.375000', '122308.377000', '122308.380000', '122308.383000', '122308.386000', '122308.389000', '122308.392000', '122308.395000', '122308.397000', '122308.400000', '122308.403000', '122308.405000', '122308.408000', '122308.410000', '122308.413000', '122308.416000', '122308.419000', '122308.422000', '122308.424000', '122308.427000', '122308.430000', '122308.432000', '122308.435000', '122308.437000', '122308.440000', '122308.443000', '122308.445000', '122308.448000', '122308.451000', '122308.453000', '122308.456000', '122308.458000', '122308.461000', '122328.349000', '122328.351000', '122328.354000', '122328.357000', '122328.359000', '122328.362000', '122328.364000', '122328.367000', '122328.370000', '122328.372000', '122328.375000', '122328.377000', '122328.380000', '122328.382000', '122328.385000', '122328.415000', '122328.418000', '122328.421000', '122328.423000', '122328.426000', '122328.428000', '122328.431000', '122328.433000', '122328.436000', '122328.439000', '122328.441000', '122328.444000', '122328.446000', '122328.449000', '122328.452000', '122328.454000', '122328.457000', '122328.459000', '122328.462000', '122328.465000', '122328.467000', '122328.470000', '122328.472000', '122328.475000', '122328.477000', '122328.480000', '122328.483000', '122328.485000', '122328.488000', '122331.375000', '122331.377000', '122331.380000', '122331.383000', '122331.385000', '122331.388000', '122331.391000'], 'InstanceCreationTime': ['121108.422000', '121108.425000', '121108.428000', '121108.441000', '121108.444000', '121108.446000', '121108.453000', '121108.455000', '121108.463000', '121108.465000', '121108.468000', '121108.471000', '121108.473000', '121108.476000', '121108.479000', '121108.481000', '121108.484000', '121108.486000', '121108.489000', '121108.492000', '121108.495000', '121108.497000', '121108.500000', '121108.503000', '121128.348000', '121128.352000', '121128.354000', '121128.357000', '121128.360000', '121128.362000', '121128.365000', '121128.367000', '121128.370000', '121128.373000', '121128.375000', '121128.378000', '121128.381000', '121128.383000', '121128.386000', '121128.395000', '121128.397000', '121128.400000', '121128.403000', '121128.405000', '121128.408000', '121128.410000', '121128.413000', '121128.416000', '121128.425000', '121128.428000', '121128.430000', '121128.433000', '121128.436000', '121128.438000', '121128.441000', '121128.444000', '121128.446000', '121128.449000', '121128.452000', '121128.454000', '121128.457000', '121128.459000', '121128.462000', '121128.465000', '121128.467000', '121128.477000', '121128.480000', '121128.482000', '121148.348000', '121148.351000', '121148.354000', '121148.357000', '121148.359000', '121148.362000', '121148.365000', '121148.367000', '121148.370000', '121148.372000', '121148.375000', '121148.378000', '121148.380000', '121148.383000', '121148.385000', '121148.388000', '121148.391000', '121148.393000', '121148.396000', '121148.399000', '121148.401000', '121148.404000', '121148.406000', '121148.409000', '121148.412000', '121148.414000', '121148.417000', '121148.420000', '121148.422000', '121148.425000', '121148.428000', '121148.430000', '121148.433000', '121148.435000', '121148.438000', '121148.441000', '121148.443000', '121148.446000', '121148.448000', '121148.451000', '121148.453000', '121148.456000', '121148.458000', '121208.347000', '121208.350000', '121208.353000', '121208.355000', '121208.358000', '121208.361000', '121208.363000', '121208.366000', '121208.369000', '121208.371000', '121208.374000', '121208.377000', '121208.379000', '121208.382000', '121208.384000', '121208.387000', '121208.390000', '121208.392000', '121208.395000', '121208.397000', '121208.400000', '121208.403000', '121208.405000', '121208.408000', '121208.411000', '121208.413000', '121208.416000', '121208.418000', '121208.421000', '121208.424000', '121208.426000', '121208.429000', '121208.432000', '121208.434000', '121208.442000', '121208.444000', '121208.447000', '121208.450000', '121208.452000', '121208.455000', '121208.458000', '121208.460000', '121208.463000', '121208.465000', '121228.348000', '121228.351000', '121228.354000', '121228.356000', '121228.359000', '121228.362000', '121228.365000', '121228.368000', '121228.370000', '121228.373000', '121228.375000', '121228.378000', '121228.381000', '121228.383000', '121228.387000', '121228.389000', '121228.392000', '121228.394000', '121228.397000', '121228.400000', '121228.402000', '121228.405000', '121228.408000', '121228.410000', '121228.413000', '121228.415000', '121228.418000', '121228.421000', '121228.438000', '121228.441000', '121228.444000', '121228.446000', '121228.449000', '121228.451000', '121228.454000', '121228.457000', '121228.460000', '121228.462000', '121228.465000', '121228.467000', '121228.470000', '121228.473000', '121228.475000', '121248.347000', '121248.350000', '121248.353000', '121248.356000', '121248.358000', '121248.361000', '121248.363000', '121248.366000', '121248.368000', '121248.371000', '121248.374000', '121248.376000', '121248.379000', '121248.382000', '121248.384000', '121248.387000', '121248.390000', '121248.392000', '121248.395000', '121248.399000', '121248.401000', '121248.404000', '121248.406000', '121248.409000', '121248.411000', '121248.414000', '121248.417000', '121248.419000', '121248.422000', '121248.424000', '121248.427000', '121248.430000', '121248.432000', '121248.435000', '121248.437000', '121248.446000', '121248.449000', '121248.451000', '121248.454000', '121248.457000', '121248.459000', '121248.462000', '121248.464000', '121248.467000', '121308.349000', '121308.352000', '121308.354000', '121308.357000', '121308.360000', '121308.362000', '121308.365000', '121308.367000', '121308.370000', '121308.373000', '121308.375000', '121308.378000', '121308.381000', '121308.383000', '121308.386000', '121308.388000', '121308.391000', '121308.394000', '121308.396000', '121308.399000', '121308.401000', '121308.404000', '121308.407000', '121308.409000', '121308.412000', '121308.415000', '121308.418000', '121308.420000', '121308.423000', '121308.425000', '121308.428000', '121308.431000', '121308.433000', '121308.436000', '121308.438000', '121308.441000', '121308.443000', '121308.446000', '121308.449000', '121308.451000', '121308.454000', '121308.457000', '121308.469000', '121328.348000', '121328.351000', '121328.354000', '121328.356000', '121328.359000', '121328.362000', '121328.364000', '121328.367000', '121328.369000', '121328.372000', '121328.375000', '121328.377000', '121328.380000', '121328.382000', '121328.385000', '121328.388000', '121328.390000', '121328.393000', '121328.396000', '121328.399000', '121328.401000', '121328.404000', '121328.406000', '121328.409000', '121328.412000', '121328.414000', '121328.417000', '121328.420000', '121328.422000', '121328.425000', '121328.427000', '121328.430000', '121328.433000', '121328.435000', '121328.438000', '121328.440000', '121328.443000', '121328.446000', '121328.448000', '121328.451000', '121328.454000', '121328.456000', '121328.459000', '121328.462000', '121348.349000', '121348.352000', '121348.354000', '121348.357000', '121348.359000', '121348.362000', '121348.364000', '121348.367000', '121348.370000', '121348.372000', '121348.375000', '121348.378000', '121348.380000', '121348.383000', '121348.386000', '121348.388000', '121348.391000', '121348.394000', '121348.396000', '121348.399000', '121348.401000', '121348.404000', '121348.407000', '121348.409000', '121348.412000', '121348.415000', '121348.417000', '121348.420000', '121348.423000', '121348.426000', '121348.428000', '121348.431000', '121348.433000', '121348.436000', '121348.439000', '121348.441000', '121348.444000', '121348.446000', '121348.449000', '121348.452000', '121348.454000', '121348.457000', '121348.460000', '121408.348000', '121408.351000', '121408.354000', '121408.357000', '121408.359000', '121408.362000', '121408.365000', '121408.367000', '121408.370000', '121408.373000', '121408.375000', '121408.378000', '121408.382000', '121408.385000', '121408.388000', '121408.390000', '121408.393000', '121408.395000', '121408.398000', '121408.401000', '121408.403000', '121408.406000', '121408.409000', '121408.411000', '121408.458000', '121408.461000', '121408.464000', '121408.466000', '121408.469000', '121408.472000', '121408.474000', '121408.477000', '121408.479000', '121408.482000', '121408.484000', '121408.487000', '121408.490000', '121408.492000', '121408.495000', '121408.498000', '121408.500000', '121408.503000', '121408.506000', '121408.508000', '121428.348000', '121428.350000', '121428.353000', '121428.357000', '121428.359000', '121428.362000', '121428.364000', '121428.367000', '121428.370000', '121428.372000', '121428.375000', '121428.378000', '121428.380000', '121428.383000', '121428.386000', '121428.388000', '121428.391000', '121428.394000', '121428.396000', '121428.399000', '121428.401000', '121428.404000', '121428.406000', '121428.414000', '121428.417000', '121428.419000', '121428.422000', '121428.424000', '121428.427000', '121428.430000', '121428.432000', '121428.435000', '121428.438000', '121428.440000', '121428.443000', '121428.445000', '121428.448000', '121428.451000', '121428.453000', '121428.456000', '121428.458000', '121428.461000', '121428.464000', '121448.348000', '121448.350000', '121448.353000', '121448.356000', '121448.359000', '121448.361000', '121448.364000', '121448.366000', '121448.369000', '121448.372000', '121448.374000', '121448.377000', '121448.380000', '121448.382000', '121448.385000', '121448.387000', '121448.390000', '121448.393000', '121448.395000', '121448.398000', '121448.401000', '121448.403000', '121448.406000', '121448.408000', '121448.411000', '121448.414000', '121448.416000', '121448.419000', '121448.422000', '121448.424000', '121448.427000', '121448.429000', '121448.432000', '121448.435000', '121448.437000', '121448.440000', '121448.443000', '121448.445000', '121448.448000', '121448.450000', '121448.453000', '121448.456000', '121448.458000', '121508.347000', '121508.350000', '121508.353000', '121508.356000', '121508.358000', '121508.361000', '121508.364000', '121508.366000', '121508.369000', '121508.371000', '121508.374000', '121508.377000', '121508.379000', '121508.382000', '121508.384000', '121508.387000', '121508.390000', '121508.392000', '121508.395000', '121508.397000', '121508.400000', '121508.402000', '121508.405000', '121508.408000', '121508.410000', '121508.413000', '121508.415000', '121508.418000', '121508.421000', '121508.424000', '121508.426000', '121508.429000', '121508.431000', '121508.434000', '121508.437000', '121508.439000', '121508.442000', '121508.445000', '121508.447000', '121508.450000', '121508.453000', '121508.455000', '121508.458000', '121508.460000', '121528.348000', '121528.351000', '121528.354000', '121528.357000', '121528.359000', '121528.371000', '121528.373000', '121528.376000', '121528.378000', '121528.381000', '121528.384000', '121528.386000', '121528.389000', '121528.392000', '121528.394000', '121528.397000', '121528.399000', '121528.402000', '121528.405000', '121528.407000', '121528.410000', '121528.413000', '121528.415000', '121528.418000', '121528.421000', '121528.424000', '121528.427000', '121528.429000', '121528.432000', '121528.435000', '121528.437000', '121528.440000', '121528.443000', '121528.445000', '121528.448000', '121528.451000', '121528.453000', '121528.456000', '121528.458000', '121528.461000', '121528.464000', '121528.466000', '121528.469000', '121548.349000', '121548.352000', '121548.355000', '121548.357000', '121548.360000', '121548.363000', '121548.365000', '121548.368000', '121548.371000', '121548.373000', '121548.376000', '121548.379000', '121548.381000', '121548.384000', '121548.387000', '121548.389000', '121548.392000', '121548.394000', '121548.397000', '121548.400000', '121548.402000', '121548.405000', '121548.408000', '121548.411000', '121548.413000', '121548.416000', '121548.419000', '121548.421000', '121548.424000', '121548.426000', '121548.429000', '121548.432000', '121548.434000', '121548.437000', '121548.440000', '121548.442000', '121548.445000', '121548.447000', '121548.450000', '121548.453000', '121548.455000', '121548.458000', '121548.461000', '121548.463000', '121608.349000', '121608.351000', '121608.354000', '121608.357000', '121608.360000', '121608.362000', '121608.365000', '121608.367000', '121608.370000', '121608.373000', '121608.375000', '121608.378000', '121608.381000', '121608.383000', '121608.386000', '121608.389000', '121608.392000', '121608.395000', '121608.400000', '121608.403000', '121608.405000', '121608.408000', '121608.410000', '121608.413000', '121608.416000', '121608.418000', '121608.421000', '121608.423000', '121608.426000', '121608.429000', '121608.431000', '121608.434000', '121608.436000', '121608.439000', '121608.442000', '121608.444000', '121608.447000', '121608.449000', '121608.452000', '121608.455000', '121608.457000', '121608.460000', '121608.463000', '121628.348000', '121628.352000', '121628.354000', '121628.357000', '121628.359000', '121628.362000', '121628.365000', '121628.367000', '121628.370000', '121628.373000', '121628.375000', '121628.378000', '121628.381000', '121628.388000', '121628.390000', '121628.393000', '121628.396000', '121628.398000', '121628.402000', '121628.404000', '121628.407000', '121628.410000', '121628.412000', '121628.415000', '121628.417000', '121628.420000', '121628.423000', '121628.425000', '121628.428000', '121628.431000', '121628.433000', '121628.436000', '121628.439000', '121628.442000', '121628.444000', '121628.447000', '121628.449000', '121628.452000', '121628.455000', '121628.458000', '121628.460000', '121628.463000', '121628.466000', '121628.468000', '121648.348000', '121648.351000', '121648.353000', '121648.356000', '121648.359000', '121648.362000', '121648.364000', '121648.367000', '121648.371000', '121648.374000', '121648.377000', '121648.379000', '121648.382000', '121648.384000', '121648.387000', '121648.390000', '121648.393000', '121648.395000', '121648.398000', '121648.401000', '121648.403000', '121648.406000', '121648.409000', '121648.411000', '121648.414000', '121648.416000', '121648.419000', '121648.422000', '121648.424000', '121648.427000', '121648.430000', '121648.432000', '121648.435000', '121648.438000', '121648.440000', '121648.443000', '121648.445000', '121648.448000', '121648.451000', '121648.453000', '121648.456000', '121648.459000', '121648.462000', '121708.348000', '121708.351000', '121708.353000', '121708.356000', '121708.359000', '121708.362000', '121708.365000', '121708.367000', '121708.370000', '121708.373000', '121708.375000', '121708.378000', '121708.381000', '121708.384000', '121708.386000', '121708.389000', '121708.392000', '121708.409000', '121708.412000', '121708.414000', '121708.417000', '121708.420000', '121708.422000', '121708.425000', '121708.427000', '121708.430000', '121708.433000', '121708.435000', '121708.438000', '121708.441000', '121708.443000', '121708.446000', '121708.449000', '121708.451000', '121708.454000', '121708.457000', '121708.459000', '121708.462000', '121708.465000', '121708.467000', '121708.470000', '121708.472000', '121708.475000', '121708.478000', '121728.348000', '121728.351000', '121728.353000', '121728.356000', '121728.358000', '121728.361000', '121728.364000', '121728.376000', '121728.378000', '121728.381000', '121728.384000', '121728.386000', '121728.389000', '121728.391000', '121728.394000', '121728.397000', '121728.399000', '121728.402000', '121728.405000', '121728.407000', '121728.410000', '121728.413000', '121728.415000', '121728.418000', '121728.420000', '121728.423000', '121728.425000', '121728.428000', '121728.431000', '121728.433000', '121728.436000', '121728.439000', '121728.441000', '121728.444000', '121728.446000', '121728.449000', '121728.452000', '121728.454000', '121728.457000', '121728.459000', '121728.462000', '121728.464000', '121728.467000', '121748.348000', '121748.351000', '121748.354000', '121748.357000', '121748.360000', '121748.362000', '121748.365000', '121748.367000', '121748.370000', '121748.373000', '121748.375000', '121748.378000', '121748.380000', '121748.383000', '121748.385000', '121748.388000', '121748.391000', '121748.393000', '121748.396000', '121748.399000', '121748.401000', '121748.404000', '121748.406000', '121748.409000', '121748.412000', '121748.414000', '121748.417000', '121748.419000', '121748.422000', '121748.425000', '121748.427000', '121748.430000', '121748.432000', '121748.435000', '121748.438000', '121748.440000', '121748.443000', '121748.445000', '121748.448000', '121748.450000', '121748.453000', '121748.456000', '121748.458000', '121748.461000', '121808.349000', '121808.352000', '121808.354000', '121808.357000', '121808.359000', '121808.362000', '121808.365000', '121808.367000', '121808.370000', '121808.372000', '121808.375000', '121808.378000', '121808.380000', '121808.383000', '121808.385000', '121808.388000', '121808.391000', '121808.393000', '121808.396000', '121808.398000', '121808.401000', '121808.404000', '121808.406000', '121808.409000', '121808.419000', '121808.422000', '121808.425000', '121808.427000', '121808.430000', '121808.432000', '121808.436000', '121808.439000', '121808.442000', '121808.444000', '121808.447000', '121808.449000', '121808.452000', '121808.455000', '121808.457000', '121808.460000', '121808.462000', '121808.465000', '121808.468000', '121828.349000', '121828.351000', '121828.354000', '121828.357000', '121828.359000', '121828.362000', '121828.364000', '121828.367000', '121828.370000', '121828.372000', '121828.375000', '121828.377000', '121828.380000', '121828.414000', '121828.416000', '121828.419000', '121828.422000', '121828.424000', '121828.427000', '121828.429000', '121828.432000', '121828.435000', '121828.437000', '121828.440000', '121828.443000', '121828.445000', '121828.448000', '121828.450000', '121828.453000', '121828.456000', '121828.458000', '121828.461000', '121828.463000', '121828.466000', '121828.470000', '121828.472000', '121828.475000', '121828.477000', '121828.480000', '121828.482000', '121828.485000', '121828.488000', '121828.491000', '121828.493000', '121848.349000', '121848.352000', '121848.354000', '121848.357000', '121848.359000', '121848.362000', '121848.365000', '121848.367000', '121848.370000', '121848.372000', '121848.375000', '121848.377000', '121848.380000', '121848.383000', '121848.385000', '121848.388000', '121848.390000', '121848.393000', '121848.396000', '121848.399000', '121848.401000', '121848.404000', '121848.406000', '121848.409000', '121848.411000', '121848.414000', '121848.417000', '121848.419000', '121848.422000', '121848.424000', '121848.427000', '121848.430000', '121848.432000', '121848.435000', '121848.437000', '121848.440000', '121848.442000', '121848.445000', '121848.448000', '121848.450000', '121848.453000', '121848.456000', '121848.458000', '121908.348000', '121908.351000', '121908.353000', '121908.356000', '121908.359000', '121908.361000', '121908.364000', '121908.366000', '121908.369000', '121908.371000', '121908.374000', '121908.377000', '121908.379000', '121908.382000', '121908.384000', '121908.387000', '121908.390000', '121908.392000', '121908.395000', '121908.397000', '121908.400000', '121908.403000', '121908.405000', '121908.408000', '121908.411000', '121908.413000', '121908.416000', '121908.419000', '121908.421000', '121908.424000', '121908.427000', '121908.429000', '121908.432000', '121908.434000', '121908.437000', '121908.440000', '121908.442000', '121908.445000', '121908.447000', '121908.450000', '121908.452000', '121908.455000', '121908.458000', '121908.460000', '121928.348000', '121928.351000', '121928.353000', '121928.356000', '121928.358000', '121928.361000', '121928.364000', '121928.366000', '121928.369000', '121928.371000', '121928.374000', '121928.376000', '121928.379000', '121928.382000', '121928.384000', '121928.387000', '121928.389000', '121928.392000', '121928.395000', '121928.397000', '121928.400000', '121928.402000', '121928.405000', '121928.407000', '121928.410000', '121928.413000', '121928.415000', '121928.418000', '121928.421000', '121928.423000', '121928.426000', '121928.428000', '121928.431000', '121928.434000', '121928.436000', '121928.439000', '121928.441000', '121928.444000', '121928.446000', '121928.449000', '121928.452000', '121928.454000', '121928.457000', '121948.347000', '121948.350000', '121948.353000', '121948.356000', '121948.358000', '121948.361000', '121948.364000', '121948.366000', '121948.369000', '121948.371000', '121948.389000', '121948.392000', '121948.395000', '121948.397000', '121948.400000', '121948.402000', '121948.405000', '121948.408000', '121948.410000', '121948.413000', '121948.415000', '121948.418000', '121948.421000', '121948.423000', '121948.426000', '121948.428000', '121948.431000', '121948.433000', '121948.436000', '121948.439000', '121948.441000', '121948.444000', '121948.446000', '121948.449000', '121948.452000', '121948.454000', '121948.457000', '121948.459000', '121948.462000', '121948.465000', '121948.467000', '121948.476000', '121948.479000', '121948.481000', '122008.349000', '122008.351000', '122008.354000', '122008.357000', '122008.359000', '122008.362000', '122008.364000', '122008.367000', '122008.370000', '122008.372000', '122008.375000', '122008.377000', '122008.380000', '122008.383000', '122008.385000', '122008.388000', '122008.390000', '122008.393000', '122008.396000', '122008.398000', '122008.401000', '122008.403000', '122008.406000', '122008.409000', '122008.411000', '122008.414000', '122008.416000', '122008.419000', '122008.422000', '122008.424000', '122008.427000', '122008.430000', '122008.432000', '122008.435000', '122008.437000', '122008.440000', '122008.442000', '122008.445000', '122008.448000', '122008.451000', '122008.453000', '122008.456000', '122008.458000', '122028.349000', '122028.352000', '122028.354000', '122028.357000', '122028.360000', '122028.362000', '122028.365000', '122028.367000', '122028.370000', '122028.373000', '122028.375000', '122028.378000', '122028.381000', '122028.383000', '122028.386000', '122028.389000', '122028.391000', '122028.394000', '122028.397000', '122028.400000', '122028.402000', '122028.405000', '122028.407000', '122028.410000', '122028.413000', '122028.415000', '122028.418000', '122028.421000', '122028.423000', '122028.426000', '122028.429000', '122028.431000', '122028.434000', '122028.436000', '122028.439000', '122028.442000', '122028.444000', '122028.447000', '122028.450000', '122028.452000', '122028.455000', '122028.457000', '122028.460000', '122028.463000', '122048.349000', '122048.351000', '122048.354000', '122048.357000', '122048.359000', '122048.362000', '122048.364000', '122048.367000', '122048.370000', '122048.372000', '122048.375000', '122048.378000', '122048.380000', '122048.383000', '122048.385000', '122048.388000', '122048.391000', '122048.393000', '122048.396000', '122048.398000', '122048.401000', '122048.404000', '122048.406000', '122048.409000', '122048.412000', '122048.414000', '122048.417000', '122048.419000', '122048.422000', '122048.424000', '122048.427000', '122048.430000', '122048.432000', '122048.435000', '122048.437000', '122048.440000', '122048.443000', '122048.445000', '122048.448000', '122048.450000', '122048.453000', '122048.456000', '122048.458000', '122108.349000', '122108.351000', '122108.354000', '122108.357000', '122108.359000', '122108.362000', '122108.365000', '122108.367000', '122108.370000', '122108.372000', '122108.375000', '122108.378000', '122108.380000', '122108.383000', '122108.386000', '122108.388000', '122108.391000', '122108.394000', '122108.396000', '122108.399000', '122108.401000', '122108.404000', '122108.407000', '122108.409000', '122108.412000', '122108.415000', '122108.417000', '122108.420000', '122108.422000', '122108.425000', '122108.428000', '122108.430000', '122108.433000', '122108.436000', '122108.438000', '122108.441000', '122108.444000', '122108.446000', '122108.449000', '122108.451000', '122108.454000', '122108.457000', '122108.459000', '122108.462000', '122128.348000', '122128.350000', '122128.353000', '122128.356000', '122128.358000', '122128.361000', '122128.363000', '122128.366000', '122128.369000', '122128.371000', '122128.374000', '122128.376000', '122128.379000', '122128.382000', '122128.384000', '122128.387000', '122128.389000', '122128.392000', '122128.395000', '122128.397000', '122128.400000', '122128.403000', '122128.405000', '122128.408000', '122128.410000', '122128.413000', '122128.416000', '122128.429000', '122128.432000', '122128.434000', '122128.437000', '122128.440000', '122128.442000', '122128.445000', '122128.447000', '122128.450000', '122128.453000', '122128.455000', '122128.458000', '122128.460000', '122128.463000', '122128.466000', '122128.468000', '122148.348000', '122148.350000', '122148.353000', '122148.356000', '122148.359000', '122148.361000', '122148.364000', '122148.367000', '122148.370000', '122148.372000', '122148.375000', '122148.379000', '122148.382000', '122148.385000', '122148.388000', '122148.391000', '122148.393000', '122148.396000', '122148.399000', '122148.402000', '122148.404000', '122148.407000', '122148.410000', '122148.412000', '122148.415000', '122148.418000', '122148.420000', '122148.423000', '122148.425000', '122148.428000', '122148.431000', '122148.434000', '122148.436000', '122148.439000', '122148.442000', '122148.444000', '122148.447000', '122148.450000', '122148.452000', '122148.455000', '122148.457000', '122148.460000', '122148.463000', '122208.348000', '122208.350000', '122208.353000', '122208.356000', '122208.358000', '122208.361000', '122208.364000', '122208.366000', '122208.369000', '122208.371000', '122208.374000', '122208.377000', '122208.379000', '122208.382000', '122208.384000', '122208.387000', '122208.389000', '122208.392000', '122208.395000', '122208.397000', '122208.400000', '122208.402000', '122208.405000', '122208.407000', '122208.410000', '122208.421000', '122208.423000', '122208.426000', '122208.429000', '122208.431000', '122208.434000', '122208.436000', '122208.439000', '122208.442000', '122208.444000', '122208.447000', '122208.449000', '122208.452000', '122208.455000', '122208.457000', '122208.460000', '122208.462000', '122208.465000', '122208.467000', '122228.349000', '122228.351000', '122228.354000', '122228.357000', '122228.359000', '122228.362000', '122228.365000', '122228.367000', '122228.370000', '122228.372000', '122228.375000', '122228.377000', '122228.380000', '122228.383000', '122228.385000', '122228.388000', '122228.391000', '122228.393000', '122228.396000', '122228.398000', '122228.401000', '122228.404000', '122228.406000', '122228.409000', '122228.411000', '122228.414000', '122228.417000', '122228.419000', '122228.422000', '122228.424000', '122228.427000', '122228.430000', '122228.432000', '122228.435000', '122228.437000', '122228.440000', '122228.443000', '122228.445000', '122228.448000', '122228.450000', '122228.453000', '122228.456000', '122228.469000', '122228.471000', '122248.349000', '122248.352000', '122248.355000', '122248.357000', '122248.360000', '122248.362000', '122248.365000', '122248.367000', '122248.370000', '122248.373000', '122248.375000', '122248.378000', '122248.380000', '122248.383000', '122248.385000', '122248.388000', '122248.391000', '122248.393000', '122248.396000', '122248.399000', '122248.401000', '122248.404000', '122248.407000', '122248.409000', '122248.412000', '122248.414000', '122248.417000', '122248.419000', '122248.422000', '122248.425000', '122248.427000', '122248.430000', '122248.433000', '122248.435000', '122248.438000', '122248.440000', '122248.443000', '122248.445000', '122248.448000', '122248.451000', '122248.453000', '122248.456000', '122248.459000', '122308.349000', '122308.352000', '122308.354000', '122308.357000', '122308.359000', '122308.362000', '122308.365000', '122308.367000', '122308.370000', '122308.372000', '122308.375000', '122308.377000', '122308.380000', '122308.383000', '122308.386000', '122308.389000', '122308.392000', '122308.395000', '122308.397000', '122308.400000', '122308.403000', '122308.405000', '122308.408000', '122308.410000', '122308.413000', '122308.416000', '122308.419000', '122308.422000', '122308.424000', '122308.427000', '122308.430000', '122308.432000', '122308.435000', '122308.437000', '122308.440000', '122308.443000', '122308.445000', '122308.448000', '122308.451000', '122308.453000', '122308.456000', '122308.458000', '122308.461000', '122328.349000', '122328.351000', '122328.354000', '122328.357000', '122328.359000', '122328.362000', '122328.364000', '122328.367000', '122328.370000', '122328.372000', '122328.375000', '122328.377000', '122328.380000', '122328.382000', '122328.385000', '122328.415000', '122328.418000', '122328.421000', '122328.423000', '122328.426000', '122328.428000', '122328.431000', '122328.433000', '122328.436000', '122328.439000', '122328.441000', '122328.444000', '122328.446000', '122328.449000', '122328.452000', '122328.454000', '122328.457000', '122328.459000', '122328.462000', '122328.465000', '122328.467000', '122328.470000', '122328.472000', '122328.475000', '122328.477000', '122328.480000', '122328.483000', '122328.485000', '122328.488000', '122331.375000', '122331.377000', '122331.380000', '122331.383000', '122331.385000', '122331.388000', '122331.391000'], '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': [10753, 8420, 10419, 8818, 11391, 11898, 8824, 13471, 8309, 11410, 8820, 10995, 8441, 12795, 13979, 9037, 13003, 13587, 8831, 15275, 8355, 13847, 7396, 11295, 8609, 11372, 13053, 9190, 15120, 7828, 11354, 15285, 8503, 13725, 7482, 10898, 14304, 7827, 12195, 7412, 10865, 8339, 8624, 7068, 9502, 12762, 8404, 9961, 8906, 9519, 7664, 9962, 7735, 11619, 7314, 12171, 13148, 8216, 12237, 11358, 8539, 7070, 10992, 10660, 15662, 12943, 15203, 15128, 10098, 12091, 10079, 12522, 10149, 13569, 11965, 9662, 13899, 8533, 15536, 9560, 15641, 12013, 15529, 13109, 16385, 10427, 16658, 11659, 12848, 14149, 8701, 11979, 9196, 8655, 8894, 7952, 13009, 8966, 11905, 9439, 12536, 9414, 15194, 8784, 16117, 14513, 8680, 13463, 11876, 8635, 7788, 8263, 7725, 12755, 8403, 7622, 9718, 14750, 7649, 9419, 12034, 7762, 11095, 8882, 9390, 7603, 8510, 14459, 7955, 11668, 12877, 8179, 8613, 8347, 7621, 8750, 12951, 10518, 8762, 13159, 8529, 11940, 8228, 12030, 14526, 8001, 14060, 12870, 12051, 15852, 10902, 14157, 16075, 10043, 14236, 14340, 9220, 13789, 7982, 13508, 14247, 8022, 11610, 9045, 7810, 9979, 15913, 8917, 10961, 14848, 7818, 13700, 8322, 9388, 7692, 8424, 14434, 7716, 11617, 13371, 8255, 13954, 7912, 12941, 11786, 8771, 15192, 10236, 13747, 13957, 8233, 14746, 7837, 12053, 9584, 8211, 7278, 9153, 11877, 8186, 11877, 8307, 11290, 8343, 10571, 8123, 10286, 8418, 9102, 14252, 8077, 8425, 11872, 15558, 11133, 10673, 8133, 8752, 8525, 9524, 8404, 13296, 8635, 13857, 9042, 12998, 9072, 15674, 13286, 8415, 15342, 12368, 9485, 11029, 8821, 13817, 8978, 10821, 8494, 11673, 8404, 13144, 8797, 10429, 7690, 9634, 7671, 10647, 13762, 9856, 13429, 9199, 13555, 10281, 11864, 13963, 8184, 14080, 10309, 13964, 10052, 9652, 16208, 13690, 8651, 13355, 11096, 8527, 9699, 8232, 11192, 7391, 8644, 12539, 8617, 10103, 8031, 9461, 12033, 8086, 10540, 7420, 9527, 7950, 9287, 13244, 8344, 9877, 8807, 11516, 9106, 13599, 9289, 12398, 9379, 12668, 10413, 14418, 10399, 13625, 12592, 15610, 12423, 15876, 13672, 10638, 14652, 10352, 13431, 10108, 14786, 15657, 11222, 9115, 10932, 14432, 9465, 10731, 8183, 9337, 8983, 12184, 8067, 9429, 8657, 10509, 14173, 8947, 10867, 13692, 9183, 11936, 8957, 10170, 7878, 9120, 13376, 8958, 11114, 8142, 9398, 14221, 8817, 10100, 10733, 9047, 11580, 8852, 11214, 8733, 9964, 8828, 10191, 9923, 12958, 14008, 10730, 14400, 10067, 12225, 9532, 14150, 15684, 11873, 12823, 8762, 10054, 15267, 8483, 13574, 10421, 9367, 8348, 9857, 14685, 8263, 9833, 14082, 8421, 11451, 8494, 9185, 9153, 8480, 12448, 8295, 10294, 11066, 9181, 10118, 9051, 12505, 8727, 12701, 8553, 10220, 9186, 14417, 14628, 9169, 13674, 9990, 9975, 14146, 12394, 12890, 8662, 8980, 13143, 8458, 11739, 14831, 9693, 12393, 8453, 9971, 11011, 8669, 12492, 8700, 8481, 8919, 12487, 9449, 9004, 9204, 8872, 8376, 9634, 14410, 8661, 11353, 14588, 10233, 10697, 8368, 9459, 12500, 8823, 15100, 14570, 8940, 13110, 11345, 9040, 9886, 8686, 11804, 12834, 8415, 11806, 8622, 9257, 7343, 8827, 13112, 8452, 10024, 11728, 9131, 11990, 8761, 8033, 9191, 8076, 9633, 14016, 9496, 9898, 9633, 15425, 11708, 10564, 13216, 10597, 7610, 12263, 15250, 10356, 10208, 14431, 9793, 13012, 8175, 8904, 14301, 8613, 9919, 9732, 9165, 8976, 8449, 10799, 8523, 10002, 8759, 10322, 8686, 8009, 9056, 13093, 10403, 8840, 12564, 11828, 8964, 12653, 8265, 10080, 15186, 8765, 12561, 11370, 8954, 14104, 8560, 10351, 7994, 9307, 10145, 8949, 13378, 8867, 11009, 8854, 10998, 9370, 9859, 9313, 14956, 16127, 9383, 12640, 15486, 10627, 12752, 8844, 9247, 14310, 8974, 7823, 9019, 13285, 11713, 9227, 11921, 8889, 11178, 9940, 8975, 13351, 8597, 10826, 8522, 9708, 11704, 8422, 11129, 10657, 9162, 13572, 8465, 9721, 12745, 8705, 11229, 8466, 9842, 8090, 9247, 8701, 10079, 9677, 10640, 9391, 12694, 11224, 12582, 10757, 11786, 9292, 14361, 9793, 14420, 16540, 12844, 9184, 15106, 11614, 10484, 14068, 8396, 9853, 7730, 9225, 8269, 9651, 8183, 10339, 7941, 9348, 13814, 8511, 10013, 10010, 8875, 13084, 8619, 10547, 8154, 9285, 8271, 9205, 10246, 9122, 12932, 9110, 11802, 13903, 10596, 8397, 12765, 14408, 9798, 9777, 14419, 12255, 10563, 9176, 9734, 13668, 8254, 9799, 13125, 8766, 10462, 8773, 13834, 10720, 10469, 8938, 10056, 9013, 14531, 13919, 10832, 15250, 11211, 8839, 12707, 10629, 10137, 14591, 9053, 13168, 9582, 8494, 11346, 7547, 8931, 13171, 8159, 10168, 7187, 8200, 11918, 8198, 10172, 7828, 8620, 13660, 8935, 11131, 9059, 12099, 9363, 12809, 8591, 10975, 10821, 9346, 13206, 10138, 9138, 14374, 15632, 12310, 10300, 15075, 10853, 10149, 14592, 11795, 11013, 8630, 9559, 7572, 9251, 12488, 8752, 9540, 9337, 9585, 8935, 13224, 13532, 8739, 12202, 8322, 10032, 12149, 8823, 13209, 8560, 12536, 10991, 10146, 13194, 9120, 11830, 9163, 12228, 8893, 11056, 8856, 15972, 12896, 9023, 14842, 11980, 8390, 13475, 8816, 9394, 11175, 8264, 11171, 7946, 9557, 13094, 8479, 10626, 7537, 9048, 8580, 8634, 11645, 7467, 9842, 9043, 9150, 7372, 10031, 14324, 8479, 10160, 14186, 8512, 12685, 12983, 9257, 13803, 8247, 9668, 14013, 8305, 10365, 13000, 8948, 12684, 8565, 9959, 10999, 9199, 14073, 9180, 12476, 9220, 13237, 9350, 10032, 8837, 11778, 9511, 11653, 10808, 8426, 13383, 15023, 13095, 13065, 15232, 11480, 13557, 10130, 10770, 15611, 8759, 12141, 7745, 9258, 8878, 8980, 7705, 9852, 14687, 8885, 10623, 9815, 10929, 9599, 11741, 9495, 11440, 9129, 12175, 14047, 9627, 12920, 14680, 9781, 14135, 10020, 9165, 13919, 9120, 12435, 8681, 9512, 14312, 8824, 9789, 11129, 8656, 12269, 8925, 10183, 7714, 9378, 13319, 8756, 10402, 10840, 8961, 12875, 8675, 11229, 9023, 9439, 7659, 8655, 8029, 12605, 9388, 9409, 9489, 13140, 14899, 11860, 8289, 10360, 14241, 8844, 9665, 15736, 9374, 12813, 8664, 9659, 12479, 9222, 11763, 9156, 10167, 8038, 9519, 9218, 10659, 10485, 11534, 9419, 13562, 9458, 12275, 10320, 8187, 10579, 14847, 9575, 11163, 14252, 10093, 13708, 13399, 9309, 14584, 8757, 10378, 8751, 10619, 9236, 12581, 9184, 10621, 8437, 10074, 8424, 10111, 10979, 9971, 9275, 13739, 15010, 9388, 10313, 14625, 8853, 10355, 11186, 8995, 8722, 8818, 12211, 8486, 9765, 8632, 11412, 12354, 8819, 10900, 8530, 11374, 8278, 9888, 9206, 8891, 12302, 8770, 11796, 7535, 9789, 14804, 11481, 9049, 13018, 12295, 9317, 14767, 8009, 9503, 13051, 8785, 9928, 9054, 9891, 8580, 10173, 12441, 8030, 11216, 8696, 8772, 12321, 8102, 10400, 13224, 8462, 10866, 10139, 9145, 12792, 8714, 11576, 14935, 8603, 11238, 9009, 9932, 9194, 14020, 13299, 9235, 12876, 12340, 9346, 13190, 8884, 13588, 8404, 10301, 8656, 10303, 9160, 13836, 14319, 9129, 12760, 8746, 10530, 9046, 13911, 13208, 12329, 9385, 13341, 13672, 9008, 14164, 11534, 9163, 7598, 9663, 13063, 8418, 10865, 8865, 10294, 8662, 10357, 8799, 12376, 12460, 9175, 13522, 11434, 9013, 9507, 9255, 12627, 8513, 8540, 9481, 12502, 8763, 9775, 8973, 10862, 14692, 8420, 10537, 12830, 8425, 11877, 8135, 9653, 7377, 9599, 7382, 9581, 7946, 12023, 14828, 8457, 11127, 8579, 10444, 8448, 10379, 8614, 10207, 9035, 12208, 14539, 8874, 10645, 15096, 9090, 12174, 8165, 9712, 15102, 8283, 10109, 12576, 8330, 10240, 9092, 7007, 9400, 13217, 9992, 9072, 12381, 8156, 10434, 9401, 11010, 8508, 10299, 14877, 9151, 9860, 13571, 8923, 12922, 7845, 9873, 7427, 9833, 12852, 9872, 7979, 11953, 15255, 12373, 8938, 12419, 10665, 9478, 8596, 9095, 13588, 8830, 9932, 7789, 9869, 8494, 10768, 13416, 8361, 11237, 8234, 10524, 7566, 10375, 9029, 12598, 12553, 9127, 12977, 8849, 8387, 10360, 14667, 9101, 9896, 9146, 13813, 14532, 9231, 11705, 12328, 9185, 15041, 8269, 9858, 7303, 9441, 10513, 8904, 12199, 8726, 10947, 7308, 9818, 13533, 8616, 11584, 9369, 7115, 9695, 14747, 9909, 9786, 14142, 11294, 12935, 9080, 11669, 8690, 10517, 13812, 9058, 12912, 9691, 12740, 8543, 12210, 11783, 9222, 9901, 11023, 12652, 14463, 9628, 11813, 9796, 12588, 10580, 15743, 11759, 9580, 13780, 9837, 11748, 8426, 9492, 8069, 8579, 12464, 8794, 8615, 9137, 12462, 8771, 7888, 8609, 8564, 10068, 8942, 12028, 9970, 9154, 12832, 8636, 10671, 12199, 9204, 14240, 9252, 13723, 9226, 10061, 14545, 10766, 14001, 11777, 9014, 14533, 9917, 12012, 8613, 9219, 15075, 8637, 10469, 8926, 9505, 9371, 12079, 11860, 12763, 9552, 7853, 9424, 8480, 9659, 14426, 10719, 10737, 13131, 9348, 12976, 9183, 11909, 8685, 9892, 8181, 9737, 9382, 13866, 14706, 9642, 12162, 9304, 12119, 9555, 13096, 9154, 12033, 13930, 9344, 10501, 8884, 8369, 9118, 13273, 8651, 11294, 9359, 10556, 9372, 10390, 9253, 9510, 7684, 10260, 9709, 12522, 8956, 13702, 13717, 8980, 11932, 11339, 8645, 14051, 8322, 10951, 11025, 8762, 13150, 8604, 10565, 8415, 9452, 10178, 8894, 13190, 8675, 8197, 8887, 14227, 8410, 10395, 7290, 9807, 9281, 11673, 12175, 9169, 11019, 9135, 11763, 8922, 14316, 8918, 12657, 8229, 9694, 9448, 9463, 11960, 9389, 7287, 10604, 9933, 9159, 7574, 10014, 13346, 8879, 9697, 9244, 7838, 9823, 8725, 10819, 10209, 12640, 9380, 8872, 9889, 15157, 12128, 9987, 14533, 9802, 13949, 14205, 9673, 14371, 10885, 9274, 7926, 9932, 8351, 10259, 8660, 10406, 14646, 10786, 13195, 9244, 10839, 8533, 9903, 8829, 9825, 7595, 9513, 14715, 9263, 10092, 10399, 9295, 7593, 9737, 9446, 10977, 9675, 11314, 9269, 11430, 9229, 14120, 14739, 9162, 12992, 13704, 9509, 14581, 8530, 9792, 8591, 9624, 7722, 9509, 9093, 11097, 15841, 9779, 13927, 8819, 10258, 8418, 9994, 7875, 9875, 8940, 11371, 12477, 9122, 13198, 8878, 11922, 9181, 10467, 9366, 13937, 8181, 11407, 7796, 11131, 9131, 8511, 10115, 7515, 9928, 14566, 10384, 9938, 8117, 10226, 7777, 11134, 15559, 9085, 11953, 14044, 9573, 13387, 9011, 12280, 8764, 10082, 9642, 10975, 10092, 15703, 10823, 10462, 10531, 9554, 8935, 12763, 13354, 12537, 7585, 12252, 14912, 9783, 11799, 10072, 8374, 11332, 6877, 9301, 9398, 8493, 11071, 9016, 10761, 14123, 14118, 14040, 10676, 15598, 12798, 12340, 14634, 11171, 16341, 13864, 12796, 15475, 8541, 12020, 9681, 8829, 9277, 9934, 9343, 10055, 9378, 10362, 9626, 9930, 10118, 7956, 11342, 8005, 10141, 13906, 8799, 11631, 12150, 8893, 12741, 8472, 11332, 8645, 9726, 12870, 8164, 11891, 8213, 11186, 9566, 9762, 10517, 10318, 7222, 11985, 13111, 7528, 11260, 13025, 8746, 11370, 9567, 9401, 7114, 11777, 12896, 7944, 11707, 13741, 8368, 12588, 8955, 10682, 14004, 8805, 12804, 10832, 10259, 13027, 8828, 10988, 14971, 8279, 12197, 7598, 11091, 13395, 8584, 13811, 7756, 11217, 7376, 10972, 8063, 10645, 7554, 10572, 7255, 11258, 14544, 10538, 10955, 15157, 12275, 10802, 7432, 10526, 13634, 7553, 10694, 15204, 7923, 10860, 7784, 9656, 12532, 7215, 10078, 12173, 8179, 10113, 10252, 7755, 11994, 7526, 10690, 11466, 7944, 11543, 7735, 11161, 8344, 9159, 12801, 8155, 8177, 10094, 12720, 11046, 10052, 12648, 8503, 10643, 13373, 8732, 10828, 6991, 10682, 12641, 7791, 10511, 12523, 7899, 11734, 8188, 10080, 9833, 8784, 12006, 8085, 11756], 'WindowCenter': [4335.0, 4289.0, 4302.0, 4295.0, 4301.0, 4300.0, 4268.0, 4309.0, 4266.0, 4301.0, 4281.0, 4304.0, 4272.0, 4312.0, 4309.0, 4264.0, 4297.0, 4294.0, 4265.0, 4303.0, 4257.0, 4297.0, 4244.0, 4285.0, 4267.0, 4283.0, 4295.0, 4266.0, 4306.0, 4239.0, 4276.0, 4302.0, 4255.0, 4292.0, 4231.0, 4274.0, 4287.0, 4232.0, 4279.0, 4230.0, 4273.0, 4240.0, 4251.0, 4228.0, 4274.0, 4298.0, 4259.0, 4279.0, 4268.0, 4265.0, 4256.0, 4273.0, 4272.0, 4311.0, 4272.0, 4312.0, 4310.0, 4256.0, 4312.0, 4234.0, 4169.0, 4149.0, 4159.0, 4165.0, 4311.0, 4237.0, 4374.0, 4329.0, 4289.0, 4317.0, 4282.0, 4304.0, 4283.0, 4301.0, 4283.0, 4257.0, 4301.0, 4251.0, 4323.0, 4262.0, 4326.0, 4308.0, 4312.0, 4304.0, 4311.0, 4268.0, 4308.0, 4265.0, 4273.0, 4284.0, 4233.0, 4261.0, 4243.0, 4247.0, 4261.0, 4223.0, 4225.0, 4233.0, 4268.0, 4247.0, 4277.0, 4248.0, 4301.0, 4253.0, 4312.0, 4286.0, 4237.0, 4288.0, 4265.0, 4221.0, 4199.0, 4223.0, 4227.0, 4290.0, 4254.0, 4245.0, 4275.0, 4317.0, 4242.0, 4264.0, 4279.0, 4242.0, 4283.0, 4254.0, 4262.0, 4242.0, 4263.0, 4300.0, 4243.0, 4286.0, 4293.0, 4253.0, 4264.0, 4267.0, 4256.0, 4279.0, 4306.0, 4284.0, 4278.0, 4308.0, 4268.0, 4295.0, 4268.0, 4308.0, 4315.0, 4257.0, 4313.0, 4303.0, 4295.0, 4327.0, 4282.0, 4306.0, 4312.0, 4258.0, 4300.0, 4300.0, 4247.0, 4300.0, 4237.0, 4288.0, 4299.0, 4239.0, 4279.0, 4247.0, 4240.0, 4271.0, 4310.0, 4249.0, 4267.0, 4299.0, 4236.0, 4298.0, 4251.0, 4259.0, 4238.0, 4252.0, 4311.0, 4242.0, 4292.0, 4302.0, 4252.0, 4303.0, 4241.0, 4291.0, 4280.0, 4259.0, 4313.0, 4268.0, 4299.0, 4296.0, 4239.0, 4298.0, 4225.0, 4278.0, 4247.0, 4238.0, 4230.0, 4262.0, 4294.0, 4264.0, 4292.0, 4262.0, 4292.0, 4265.0, 4286.0, 4254.0, 4285.0, 4253.0, 4275.0, 4327.0, 4266.0, 4265.0, 4308.0, 4325.0, 4281.0, 4273.0, 4249.0, 4248.0, 4240.0, 4246.0, 4250.0, 4301.0, 4263.0, 4303.0, 4264.0, 4304.0, 4263.0, 4326.0, 4291.0, 4238.0, 4313.0, 4281.0, 4247.0, 4258.0, 4251.0, 4291.0, 4259.0, 4281.0, 4250.0, 4282.0, 4254.0, 4303.0, 4252.0, 4274.0, 4242.0, 4261.0, 4240.0, 4284.0, 4303.0, 4275.0, 4302.0, 4264.0, 4303.0, 4270.0, 4290.0, 4303.0, 4249.0, 4301.0, 4269.0, 4300.0, 4260.0, 4261.0, 4313.0, 4277.0, 4236.0, 4276.0, 4251.0, 4224.0, 4241.0, 4234.0, 4262.0, 4213.0, 4237.0, 4277.0, 4237.0, 4254.0, 4238.0, 4273.0, 4290.0, 4251.0, 4283.0, 4241.0, 4275.0, 4255.0, 4292.0, 4320.0, 4253.0, 4260.0, 4262.0, 4282.0, 4276.0, 4332.0, 4302.0, 4333.0, 4275.0, 4318.0, 4313.0, 4327.0, 4297.0, 4317.0, 4307.0, 4336.0, 4305.0, 4324.0, 4305.0, 4284.0, 4313.0, 4269.0, 4290.0, 4257.0, 4300.0, 4308.0, 4268.0, 4247.0, 4269.0, 4288.0, 4242.0, 4253.0, 4235.0, 4246.0, 4247.0, 4290.0, 4238.0, 4259.0, 4262.0, 4284.0, 4301.0, 4259.0, 4270.0, 4300.0, 4261.0, 4291.0, 4257.0, 4267.0, 4238.0, 4260.0, 4300.0, 4260.0, 4281.0, 4251.0, 4272.0, 4312.0, 4259.0, 4271.0, 4282.0, 4275.0, 4289.0, 4273.0, 4293.0, 4261.0, 4283.0, 4273.0, 4296.0, 4299.0, 4329.0, 4329.0, 4283.0, 4317.0, 4290.0, 4307.0, 4276.0, 4322.0, 4330.0, 4297.0, 4293.0, 4263.0, 4273.0, 4314.0, 4251.0, 4291.0, 4271.0, 4259.0, 4252.0, 4275.0, 4313.0, 4250.0, 4273.0, 4299.0, 4247.0, 4279.0, 4250.0, 4262.0, 4261.0, 4263.0, 4289.0, 4250.0, 4271.0, 4281.0, 4264.0, 4273.0, 4265.0, 4305.0, 4266.0, 4306.0, 4265.0, 4274.0, 4274.0, 4319.0, 4316.0, 4262.0, 4305.0, 4259.0, 4272.0, 4303.0, 4292.0, 4289.0, 4238.0, 4262.0, 4293.0, 4238.0, 4281.0, 4299.0, 4257.0, 4279.0, 4248.0, 4258.0, 4268.0, 4249.0, 4288.0, 4250.0, 4251.0, 4264.0, 4305.0, 4261.0, 4260.0, 4261.0, 4262.0, 4252.0, 4275.0, 4314.0, 4263.0, 4294.0, 4314.0, 4272.0, 4271.0, 4251.0, 4261.0, 4291.0, 4261.0, 4312.0, 4299.0, 4262.0, 4303.0, 4269.0, 4249.0, 4258.0, 4250.0, 4278.0, 4288.0, 4237.0, 4279.0, 4248.0, 4258.0, 4240.0, 4261.0, 4302.0, 4250.0, 4270.0, 4288.0, 4262.0, 4289.0, 4252.0, 4252.0, 4274.0, 4254.0, 4284.0, 4317.0, 4274.0, 4286.0, 4287.0, 4327.0, 4293.0, 4269.0, 4289.0, 4270.0, 4240.0, 4290.0, 4314.0, 4258.0, 4258.0, 4285.0, 4254.0, 4277.0, 4233.0, 4248.0, 4287.0, 4236.0, 4255.0, 4243.0, 4244.0, 4233.0, 4234.0, 4266.0, 4248.0, 4258.0, 4261.0, 4283.0, 4275.0, 4265.0, 4286.0, 4317.0, 4284.0, 4274.0, 4303.0, 4293.0, 4263.0, 4293.0, 4252.0, 4282.0, 4309.0, 4250.0, 4292.0, 4280.0, 4261.0, 4302.0, 4250.0, 4271.0, 4238.0, 4272.0, 4272.0, 4263.0, 4314.0, 4274.0, 4294.0, 4274.0, 4295.0, 4262.0, 4273.0, 4274.0, 4329.0, 4324.0, 4260.0, 4292.0, 4300.0, 4257.0, 4278.0, 4248.0, 4247.0, 4284.0, 4246.0, 4234.0, 4260.0, 4302.0, 4277.0, 4258.0, 4276.0, 4261.0, 4279.0, 4256.0, 4257.0, 4286.0, 4248.0, 4280.0, 4249.0, 4268.0, 4280.0, 4249.0, 4281.0, 4269.0, 4261.0, 4302.0, 4250.0, 4272.0, 4290.0, 4247.0, 4280.0, 4247.0, 4274.0, 4252.0, 4273.0, 4262.0, 4285.0, 4287.0, 4296.0, 4288.0, 4316.0, 4297.0, 4310.0, 4286.0, 4280.0, 4274.0, 4316.0, 4273.0, 4315.0, 4318.0, 4280.0, 4251.0, 4303.0, 4268.0, 4258.0, 4285.0, 4235.0, 4243.0, 4213.0, 4247.0, 4250.0, 4258.0, 4249.0, 4271.0, 4251.0, 4263.0, 4302.0, 4250.0, 4261.0, 4257.0, 4262.0, 4303.0, 4262.0, 4283.0, 4251.0, 4276.0, 4265.0, 4277.0, 4286.0, 4279.0, 4316.0, 4277.0, 4311.0, 4319.0, 4300.0, 4267.0, 4322.0, 4319.0, 4273.0, 4272.0, 4302.0, 4282.0, 4271.0, 4260.0, 4273.0, 4302.0, 4238.0, 4259.0, 4290.0, 4261.0, 4272.0, 4266.0, 4289.0, 4285.0, 4282.0, 4280.0, 4288.0, 4293.0, 4336.0, 4321.0, 4296.0, 4326.0, 4284.0, 4252.0, 4281.0, 4256.0, 4258.0, 4297.0, 4246.0, 4288.0, 4248.0, 4247.0, 4265.0, 4226.0, 4245.0, 4277.0, 4237.0, 4266.0, 4224.0, 4248.0, 4274.0, 4238.0, 4270.0, 4239.0, 4264.0, 4313.0, 4262.0, 4292.0, 4275.0, 4305.0, 4289.0, 4319.0, 4277.0, 4300.0, 4298.0, 4289.0, 4318.0, 4286.0, 4277.0, 4329.0, 4329.0, 4293.0, 4271.0, 4301.0, 4256.0, 4260.0, 4301.0, 4265.0, 4255.0, 4248.0, 4257.0, 4238.0, 4257.0, 4290.0, 4250.0, 4259.0, 4273.0, 4274.0, 4276.0, 4317.0, 4300.0, 4249.0, 4293.0, 4252.0, 4270.0, 4291.0, 4260.0, 4302.0, 4251.0, 4293.0, 4281.0, 4272.0, 4289.0, 4261.0, 4290.0, 4261.0, 4292.0, 4262.0, 4280.0, 4263.0, 4327.0, 4292.0, 4251.0, 4298.0, 4266.0, 4236.0, 4274.0, 4234.0, 4245.0, 4262.0, 4237.0, 4266.0, 4237.0, 4259.0, 4287.0, 4245.0, 4269.0, 4238.0, 4247.0, 4249.0, 4263.0, 4281.0, 4240.0, 4274.0, 4261.0, 4264.0, 4241.0, 4286.0, 4316.0, 4251.0, 4273.0, 4300.0, 4250.0, 4291.0, 4293.0, 4261.0, 4301.0, 4251.0, 4272.0, 4301.0, 4248.0, 4273.0, 4303.0, 4262.0, 4290.0, 4248.0, 4270.0, 4282.0, 4273.0, 4312.0, 4273.0, 4320.0, 4272.0, 4290.0, 4259.0, 4270.0, 4275.0, 4293.0, 4284.0, 4333.0, 4308.0, 4278.0, 4330.0, 4329.0, 4301.0, 4301.0, 4302.0, 4278.0, 4290.0, 4268.0, 4278.0, 4307.0, 4249.0, 4278.0, 4235.0, 4245.0, 4242.0, 4245.0, 4234.0, 4267.0, 4299.0, 4247.0, 4267.0, 4267.0, 4280.0, 4272.0, 4293.0, 4286.0, 4305.0, 4289.0, 4320.0, 4315.0, 4275.0, 4305.0, 4309.0, 4271.0, 4300.0, 4257.0, 4257.0, 4297.0, 4257.0, 4286.0, 4260.0, 4272.0, 4299.0, 4245.0, 4258.0, 4267.0, 4250.0, 4290.0, 4260.0, 4283.0, 4250.0, 4274.0, 4300.0, 4263.0, 4284.0, 4294.0, 4276.0, 4316.0, 4275.0, 4309.0, 4289.0, 4261.0, 4238.0, 4248.0, 4235.0, 4303.0, 4300.0, 4299.0, 4313.0, 4332.0, 4339.0, 4305.0, 4263.0, 4284.0, 4313.0, 4259.0, 4273.0, 4320.0, 4272.0, 4299.0, 4264.0, 4283.0, 4301.0, 4271.0, 4291.0, 4259.0, 4268.0, 4248.0, 4270.0, 4260.0, 4267.0, 4282.0, 4292.0, 4287.0, 4315.0, 4284.0, 4317.0, 4297.0, 4278.0, 4309.0, 4329.0, 4274.0, 4295.0, 4302.0, 4269.0, 4302.0, 4289.0, 4259.0, 4310.0, 4259.0, 4268.0, 4248.0, 4279.0, 4271.0, 4303.0, 4272.0, 4283.0, 4264.0, 4283.0, 4264.0, 4296.0, 4296.0, 4285.0, 4288.0, 4331.0, 4328.0, 4271.0, 4271.0, 4299.0, 4248.0, 4268.0, 4266.0, 4256.0, 4246.0, 4259.0, 4288.0, 4260.0, 4282.0, 4261.0, 4292.0, 4290.0, 4261.0, 4278.0, 4261.0, 4291.0, 4260.0, 4272.0, 4271.0, 4274.0, 4303.0, 4276.0, 4308.0, 4266.0, 4288.0, 4328.0, 4281.0, 4261.0, 4292.0, 4290.0, 4257.0, 4296.0, 4237.0, 4270.0, 4286.0, 4248.0, 4256.0, 4257.0, 4268.0, 4258.0, 4284.0, 4301.0, 4251.0, 4295.0, 4261.0, 4263.0, 4304.0, 4263.0, 4296.0, 4314.0, 4262.0, 4296.0, 4286.0, 4274.0, 4301.0, 4276.0, 4307.0, 4324.0, 4260.0, 4289.0, 4275.0, 4285.0, 4287.0, 4330.0, 4304.0, 4271.0, 4301.0, 4290.0, 4257.0, 4289.0, 4261.0, 4300.0, 4258.0, 4271.0, 4263.0, 4279.0, 4275.0, 4317.0, 4311.0, 4258.0, 4289.0, 4249.0, 4277.0, 4262.0, 4301.0, 4292.0, 4286.0, 4261.0, 4304.0, 4286.0, 4243.0, 4296.0, 4266.0, 4241.0, 4223.0, 4254.0, 4285.0, 4246.0, 4266.0, 4257.0, 4267.0, 4249.0, 4270.0, 4261.0, 4301.0, 4290.0, 4258.0, 4289.0, 4264.0, 4246.0, 4244.0, 4257.0, 4275.0, 4245.0, 4249.0, 4270.0, 4290.0, 4247.0, 4267.0, 4261.0, 4290.0, 4312.0, 4249.0, 4280.0, 4288.0, 4248.0, 4288.0, 4246.0, 4257.0, 4238.0, 4268.0, 4236.0, 4271.0, 4265.0, 4317.0, 4327.0, 4261.0, 4294.0, 4274.0, 4282.0, 4265.0, 4285.0, 4276.0, 4283.0, 4274.0, 4309.0, 4314.0, 4258.0, 4281.0, 4307.0, 4249.0, 4288.0, 4261.0, 4271.0, 4309.0, 4248.0, 4269.0, 4288.0, 4250.0, 4270.0, 4261.0, 4242.0, 4287.0, 4315.0, 4273.0, 4276.0, 4304.0, 4252.0, 4284.0, 4276.0, 4293.0, 4277.0, 4298.0, 4325.0, 4271.0, 4286.0, 4315.0, 4273.0, 4301.0, 4263.0, 4283.0, 4253.0, 4286.0, 4303.0, 4282.0, 4264.0, 4305.0, 4330.0, 4291.0, 4260.0, 4291.0, 4267.0, 4257.0, 4247.0, 4258.0, 4299.0, 4244.0, 4255.0, 4237.0, 4267.0, 4259.0, 4282.0, 4300.0, 4250.0, 4277.0, 4249.0, 4278.0, 4251.0, 4280.0, 4273.0, 4305.0, 4300.0, 4260.0, 4303.0, 4262.0, 4261.0, 4285.0, 4314.0, 4261.0, 4284.0, 4272.0, 4313.0, 4309.0, 4259.0, 4292.0, 4292.0, 4262.0, 4308.0, 4248.0, 4271.0, 4240.0, 4270.0, 4281.0, 4272.0, 4303.0, 4275.0, 4293.0, 4252.0, 4285.0, 4316.0, 4276.0, 4306.0, 4288.0, 4256.0, 4289.0, 4323.0, 4284.0, 4285.0, 4313.0, 4282.0, 4300.0, 4262.0, 4290.0, 4263.0, 4284.0, 4310.0, 4262.0, 4300.0, 4271.0, 4303.0, 4260.0, 4292.0, 4289.0, 4272.0, 4271.0, 4265.0, 4266.0, 4297.0, 4270.0, 4293.0, 4283.0, 4300.0, 4285.0, 4316.0, 4280.0, 4260.0, 4287.0, 4258.0, 4277.0, 4249.0, 4256.0, 4237.0, 4249.0, 4273.0, 4246.0, 4247.0, 4261.0, 4292.0, 4264.0, 4253.0, 4259.0, 4277.0, 4286.0, 4279.0, 4318.0, 4285.0, 4275.0, 4300.0, 4264.0, 4287.0, 4294.0, 4276.0, 4312.0, 4273.0, 4299.0, 4261.0, 4273.0, 4299.0, 4269.0, 4298.0, 4277.0, 4244.0, 4285.0, 4244.0, 4264.0, 4232.0, 4242.0, 4281.0, 4230.0, 4255.0, 4231.0, 4243.0, 4258.0, 4295.0, 4290.0, 4303.0, 4285.0, 4265.0, 4275.0, 4276.0, 4289.0, 4327.0, 4285.0, 4285.0, 4304.0, 4262.0, 4301.0, 4275.0, 4295.0, 4264.0, 4273.0, 4251.0, 4272.0, 4276.0, 4330.0, 4313.0, 4261.0, 4288.0, 4261.0, 4291.0, 4270.0, 4303.0, 4272.0, 4294.0, 4301.0, 4257.0, 4269.0, 4260.0, 4248.0, 4262.0, 4298.0, 4248.0, 4280.0, 4259.0, 4284.0, 4286.0, 4286.0, 4271.0, 4274.0, 4254.0, 4284.0, 4286.0, 4306.0, 4274.0, 4315.0, 4314.0, 4274.0, 4294.0, 4280.0, 4249.0, 4301.0, 4250.0, 4281.0, 4280.0, 4261.0, 4298.0, 4260.0, 4266.0, 4250.0, 4271.0, 4266.0, 4259.0, 4300.0, 4261.0, 4261.0, 4269.0, 4310.0, 4249.0, 4268.0, 4226.0, 4267.0, 4261.0, 4290.0, 4291.0, 4261.0, 4280.0, 4258.0, 4278.0, 4261.0, 4311.0, 4273.0, 4302.0, 4250.0, 4258.0, 4257.0, 4257.0, 4275.0, 4259.0, 4240.0, 4282.0, 4271.0, 4260.0, 4248.0, 4299.0, 4327.0, 4272.0, 4284.0, 4287.0, 4266.0, 4284.0, 4280.0, 4295.0, 4297.0, 4332.0, 4304.0, 4300.0, 4314.0, 4346.0, 4310.0, 4289.0, 4327.0, 4286.0, 4314.0, 4311.0, 4272.0, 4311.0, 4269.0, 4256.0, 4237.0, 4269.0, 4246.0, 4270.0, 4259.0, 4282.0, 4310.0, 4281.0, 4303.0, 4272.0, 4291.0, 4274.0, 4282.0, 4270.0, 4284.0, 4253.0, 4286.0, 4312.0, 4273.0, 4284.0, 4271.0, 4270.0, 4250.0, 4270.0, 4297.0, 4295.0, 4283.0, 4304.0, 4288.0, 4306.0, 4288.0, 4341.0, 4326.0, 4262.0, 4305.0, 4301.0, 4271.0, 4310.0, 4246.0, 4256.0, 4248.0, 4259.0, 4239.0, 4271.0, 4264.0, 4297.0, 4323.0, 4269.0, 4298.0, 4259.0, 4268.0, 4248.0, 4270.0, 4237.0, 4267.0, 4262.0, 4293.0, 4291.0, 4260.0, 4299.0, 4259.0, 4290.0, 4270.0, 4281.0, 4274.0, 4313.0, 4265.0, 4295.0, 4253.0, 4294.0, 4285.0, 4278.0, 4300.0, 4257.0, 4301.0, 4330.0, 4286.0, 4288.0, 4266.0, 4299.0, 4270.0, 4324.0, 4336.0, 4275.0, 4310.0, 4327.0, 4287.0, 4315.0, 4275.0, 4306.0, 4264.0, 4285.0, 4287.0, 4296.0, 4296.0, 4331.0, 4285.0, 4282.0, 4282.0, 4284.0, 4277.0, 4318.0, 4316.0, 4315.0, 4263.0, 4303.0, 4326.0, 4269.0, 4279.0, 4242.0, 4245.0, 4282.0, 4187.0, 4261.0, 4327.0, 4296.0, 4319.0, 4285.0, 4306.0, 4336.0, 4311.0, 4322.0, 4295.0, 4309.0, 4281.0, 4299.0, 4304.0, 4274.0, 4300.0, 4281.0, 4270.0, 4288.0, 4228.0, 4268.0, 4247.0, 4238.0, 4239.0, 4247.0, 4236.0, 4248.0, 4250.0, 4259.0, 4248.0, 4261.0, 4260.0, 4241.0, 4285.0, 4255.0, 4276.0, 4297.0, 4256.0, 4287.0, 4285.0, 4266.0, 4294.0, 4256.0, 4287.0, 4268.0, 4281.0, 4296.0, 4269.0, 4300.0, 4272.0, 4302.0, 4294.0, 4295.0, 4305.0, 4308.0, 4287.0, 4344.0, 4341.0, 4276.0, 4316.0, 4312.0, 4274.0, 4317.0, 4296.0, 4296.0, 4264.0, 4329.0, 4327.0, 4284.0, 4316.0, 4324.0, 4287.0, 4326.0, 4284.0, 4305.0, 4322.0, 4284.0, 4324.0, 4302.0, 4293.0, 4324.0, 4282.0, 4304.0, 4332.0, 4269.0, 4302.0, 4257.0, 4304.0, 4313.0, 4270.0, 4323.0, 4261.0, 4299.0, 4260.0, 4301.0, 4269.0, 4304.0, 4273.0, 4292.0, 4278.0, 4316.0, 4325.0, 4281.0, 4289.0, 4309.0, 4289.0, 4274.0, 4245.0, 4288.0, 4307.0, 4246.0, 4275.0, 4305.0, 4243.0, 4272.0, 4243.0, 4263.0, 4283.0, 4231.0, 4265.0, 4285.0, 4252.0, 4273.0, 4260.0, 4242.0, 4282.0, 4245.0, 4278.0, 4284.0, 4255.0, 4285.0, 4258.0, 4288.0, 4254.0, 4267.0, 4297.0, 4260.0, 4270.0, 4294.0, 4312.0, 4287.0, 4279.0, 4296.0, 4256.0, 4276.0, 4295.0, 4258.0, 4286.0, 4246.0, 4290.0, 4297.0, 4258.0, 4293.0, 4298.0, 4256.0, 4297.0, 4254.0, 4279.0, 4279.0, 4259.0, 4297.0, 4257.0, 4298.0], 'WindowWidth': [9580.0, 9507.0, 9513.0, 9507.0, 9511.0, 9499.0, 9458.0, 9514.0, 9459.0, 9506.0, 9480.0, 9514.0, 9470.0, 9527.0, 9512.0, 9450.0, 9498.0, 9485.0, 9447.0, 9499.0, 9439.0, 9490.0, 9419.0, 9474.0, 9454.0, 9476.0, 9485.0, 9450.0, 9505.0, 9410.0, 9464.0, 9491.0, 9429.0, 9478.0, 9395.0, 9457.0, 9469.0, 9397.0, 9459.0, 9393.0, 9456.0, 9408.0, 9424.0, 9395.0, 9462.0, 9498.0, 9446.0, 9473.0, 9460.0, 9447.0, 9439.0, 9459.0, 9473.0, 9520.0, 9473.0, 9528.0, 9521.0, 9440.0, 9525.0, 9381.0, 9271.0, 9246.0, 9234.0, 9248.0, 9526.0, 9382.0, 9638.0, 9564.0, 9495.0, 9535.0, 9477.0, 9509.0, 9480.0, 9502.0, 9474.0, 9432.0, 9498.0, 9429.0, 9532.0, 9445.0, 9542.0, 9516.0, 9521.0, 9507.0, 9519.0, 9449.0, 9507.0, 9435.0, 9447.0, 9462.0, 9392.0, 9428.0, 9407.0, 9419.0, 9444.0, 9379.0, 9353.0, 9391.0, 9442.0, 9415.0, 9457.0, 9419.0, 9494.0, 9429.0, 9516.0, 9468.0, 9403.0, 9473.0, 9433.0, 9367.0, 9332.0, 9378.0, 9388.0, 9479.0, 9433.0, 9423.0, 9465.0, 9525.0, 9417.0, 9446.0, 9461.0, 9413.0, 9475.0, 9433.0, 9441.0, 9416.0, 9445.0, 9495.0, 9417.0, 9478.0, 9484.0, 9430.0, 9449.0, 9456.0, 9442.0, 9478.0, 9514.0, 9476.0, 9475.0, 9516.0, 9459.0, 9494.0, 9460.0, 9516.0, 9522.0, 9443.0, 9524.0, 9501.0, 9494.0, 9544.0, 9472.0, 9512.0, 9517.0, 9433.0, 9497.0, 9490.0, 9417.0, 9496.0, 9404.0, 9475.0, 9488.0, 9409.0, 9460.0, 9419.0, 9411.0, 9456.0, 9512.0, 9422.0, 9445.0, 9488.0, 9403.0, 9489.0, 9427.0, 9436.0, 9411.0, 9432.0, 9513.0, 9420.0, 9486.0, 9497.0, 9431.0, 9501.0, 9415.0, 9486.0, 9465.0, 9440.0, 9518.0, 9448.0, 9490.0, 9482.0, 9407.0, 9489.0, 9386.0, 9458.0, 9415.0, 9406.0, 9397.0, 9445.0, 9491.0, 9451.0, 9487.0, 9449.0, 9488.0, 9454.0, 9484.0, 9438.0, 9481.0, 9436.0, 9470.0, 9544.0, 9457.0, 9455.0, 9516.0, 9544.0, 9469.0, 9461.0, 9426.0, 9420.0, 9408.0, 9414.0, 9428.0, 9495.0, 9447.0, 9504.0, 9451.0, 9505.0, 9447.0, 9540.0, 9478.0, 9406.0, 9516.0, 9463.0, 9414.0, 9430.0, 9424.0, 9480.0, 9437.0, 9466.0, 9426.0, 9469.0, 9438.0, 9505.0, 9430.0, 9460.0, 9415.0, 9443.0, 9414.0, 9476.0, 9501.0, 9462.0, 9500.0, 9448.0, 9503.0, 9451.0, 9481.0, 9498.0, 9422.0, 9500.0, 9449.0, 9493.0, 9434.0, 9437.0, 9520.0, 9452.0, 9395.0, 9455.0, 9411.0, 9377.0, 9399.0, 9394.0, 9430.0, 9364.0, 9400.0, 9455.0, 9401.0, 9421.0, 9407.0, 9463.0, 9483.0, 9430.0, 9473.0, 9417.0, 9468.0, 9440.0, 9501.0, 9533.0, 9431.0, 9436.0, 9441.0, 9468.0, 9471.0, 9557.0, 9517.0, 9562.0, 9468.0, 9531.0, 9533.0, 9550.0, 9503.0, 9535.0, 9514.0, 9559.0, 9509.0, 9536.0, 9506.0, 9477.0, 9521.0, 9451.0, 9482.0, 9430.0, 9494.0, 9501.0, 9447.0, 9417.0, 9451.0, 9480.0, 9404.0, 9422.0, 9400.0, 9414.0, 9418.0, 9480.0, 9407.0, 9436.0, 9448.0, 9478.0, 9499.0, 9437.0, 9454.0, 9494.0, 9442.0, 9484.0, 9436.0, 9450.0, 9407.0, 9440.0, 9495.0, 9442.0, 9471.0, 9432.0, 9464.0, 9516.0, 9438.0, 9457.0, 9474.0, 9470.0, 9483.0, 9463.0, 9489.0, 9448.0, 9478.0, 9465.0, 9500.0, 9510.0, 9553.0, 9551.0, 9471.0, 9527.0, 9492.0, 9513.0, 9472.0, 9542.0, 9552.0, 9500.0, 9491.0, 9450.0, 9463.0, 9519.0, 9427.0, 9484.0, 9453.0, 9436.0, 9429.0, 9466.0, 9523.0, 9428.0, 9460.0, 9489.0, 9418.0, 9464.0, 9423.0, 9442.0, 9441.0, 9447.0, 9479.0, 9425.0, 9458.0, 9470.0, 9450.0, 9461.0, 9454.0, 9508.0, 9455.0, 9512.0, 9451.0, 9464.0, 9466.0, 9534.0, 9521.0, 9446.0, 9508.0, 9438.0, 9458.0, 9507.0, 9482.0, 9478.0, 9405.0, 9442.0, 9489.0, 9408.0, 9469.0, 9489.0, 9431.0, 9464.0, 9421.0, 9435.0, 9445.0, 9422.0, 9474.0, 9425.0, 9429.0, 9451.0, 9510.0, 9442.0, 9440.0, 9440.0, 9445.0, 9431.0, 9467.0, 9521.0, 9450.0, 9495.0, 9523.0, 9455.0, 9456.0, 9426.0, 9442.0, 9482.0, 9441.0, 9518.0, 9494.0, 9447.0, 9502.0, 9447.0, 9421.0, 9432.0, 9427.0, 9465.0, 9471.0, 9403.0, 9462.0, 9419.0, 9435.0, 9413.0, 9444.0, 9498.0, 9426.0, 9456.0, 9476.0, 9446.0, 9479.0, 9431.0, 9433.0, 9465.0, 9439.0, 9483.0, 9530.0, 9468.0, 9483.0, 9487.0, 9549.0, 9487.0, 9454.0, 9479.0, 9450.0, 9411.0, 9483.0, 9524.0, 9434.0, 9432.0, 9468.0, 9423.0, 9457.0, 9394.0, 9417.0, 9471.0, 9400.0, 9424.0, 9405.0, 9408.0, 9392.0, 9397.0, 9442.0, 9422.0, 9434.0, 9446.0, 9477.0, 9470.0, 9458.0, 9488.0, 9534.0, 9479.0, 9466.0, 9508.0, 9488.0, 9448.0, 9489.0, 9433.0, 9474.0, 9509.0, 9426.0, 9486.0, 9467.0, 9441.0, 9500.0, 9427.0, 9457.0, 9410.0, 9460.0, 9459.0, 9449.0, 9521.0, 9467.0, 9493.0, 9466.0, 9496.0, 9448.0, 9464.0, 9465.0, 9550.0, 9543.0, 9442.0, 9486.0, 9498.0, 9430.0, 9460.0, 9417.0, 9416.0, 9466.0, 9414.0, 9400.0, 9440.0, 9501.0, 9460.0, 9435.0, 9460.0, 9442.0, 9466.0, 9429.0, 9433.0, 9473.0, 9423.0, 9466.0, 9423.0, 9450.0, 9465.0, 9425.0, 9472.0, 9451.0, 9444.0, 9502.0, 9426.0, 9458.0, 9479.0, 9422.0, 9467.0, 9420.0, 9465.0, 9433.0, 9463.0, 9452.0, 9482.0, 9489.0, 9500.0, 9492.0, 9530.0, 9501.0, 9520.0, 9480.0, 9464.0, 9466.0, 9526.0, 9463.0, 9520.0, 9537.0, 9464.0, 9426.0, 9503.0, 9443.0, 9429.0, 9468.0, 9396.0, 9404.0, 9363.0, 9416.0, 9426.0, 9433.0, 9425.0, 9454.0, 9431.0, 9448.0, 9498.0, 9424.0, 9440.0, 9431.0, 9443.0, 9501.0, 9446.0, 9474.0, 9432.0, 9469.0, 9455.0, 9472.0, 9483.0, 9477.0, 9527.0, 9473.0, 9523.0, 9531.0, 9510.0, 9463.0, 9542.0, 9540.0, 9460.0, 9459.0, 9506.0, 9469.0, 9452.0, 9438.0, 9460.0, 9501.0, 9407.0, 9436.0, 9479.0, 9444.0, 9457.0, 9454.0, 9472.0, 9480.0, 9474.0, 9483.0, 9491.0, 9502.0, 9573.0, 9537.0, 9498.0, 9544.0, 9473.0, 9429.0, 9468.0, 9424.0, 9432.0, 9486.0, 9414.0, 9475.0, 9416.0, 9417.0, 9439.0, 9386.0, 9411.0, 9455.0, 9402.0, 9443.0, 9385.0, 9420.0, 9451.0, 9407.0, 9453.0, 9410.0, 9449.0, 9515.0, 9448.0, 9488.0, 9470.0, 9510.0, 9494.0, 9537.0, 9474.0, 9509.0, 9502.0, 9491.0, 9531.0, 9485.0, 9471.0, 9548.0, 9559.0, 9487.0, 9457.0, 9503.0, 9427.0, 9438.0, 9500.0, 9439.0, 9424.0, 9419.0, 9432.0, 9408.0, 9435.0, 9481.0, 9425.0, 9438.0, 9462.0, 9464.0, 9469.0, 9528.0, 9497.0, 9425.0, 9490.0, 9431.0, 9455.0, 9483.0, 9442.0, 9500.0, 9429.0, 9489.0, 9469.0, 9457.0, 9481.0, 9443.0, 9482.0, 9445.0, 9485.0, 9444.0, 9467.0, 9446.0, 9546.0, 9484.0, 9427.0, 9493.0, 9438.0, 9398.0, 9451.0, 9392.0, 9408.0, 9431.0, 9403.0, 9441.0, 9403.0, 9434.0, 9472.0, 9415.0, 9450.0, 9405.0, 9420.0, 9421.0, 9450.0, 9470.0, 9413.0, 9465.0, 9444.0, 9450.0, 9418.0, 9485.0, 9525.0, 9430.0, 9461.0, 9497.0, 9425.0, 9483.0, 9486.0, 9441.0, 9498.0, 9429.0, 9458.0, 9498.0, 9423.0, 9462.0, 9501.0, 9443.0, 9481.0, 9424.0, 9456.0, 9470.0, 9463.0, 9515.0, 9463.0, 9540.0, 9460.0, 9480.0, 9442.0, 9456.0, 9472.0, 9492.0, 9487.0, 9565.0, 9525.0, 9481.0, 9557.0, 9561.0, 9500.0, 9500.0, 9505.0, 9461.0, 9482.0, 9448.0, 9467.0, 9504.0, 9425.0, 9463.0, 9399.0, 9413.0, 9406.0, 9411.0, 9400.0, 9449.0, 9493.0, 9420.0, 9445.0, 9449.0, 9469.0, 9462.0, 9490.0, 9487.0, 9513.0, 9496.0, 9539.0, 9527.0, 9468.0, 9511.0, 9507.0, 9454.0, 9495.0, 9430.0, 9434.0, 9489.0, 9432.0, 9472.0, 9443.0, 9460.0, 9492.0, 9415.0, 9436.0, 9443.0, 9425.0, 9480.0, 9441.0, 9476.0, 9433.0, 9468.0, 9499.0, 9450.0, 9481.0, 9494.0, 9471.0, 9527.0, 9470.0, 9524.0, 9495.0, 9443.0, 9406.0, 9422.0, 9395.0, 9507.0, 9516.0, 9513.0, 9535.0, 9562.0, 9567.0, 9512.0, 9454.0, 9484.0, 9523.0, 9441.0, 9467.0, 9528.0, 9462.0, 9499.0, 9453.0, 9480.0, 9500.0, 9463.0, 9488.0, 9441.0, 9454.0, 9429.0, 9459.0, 9439.0, 9444.0, 9472.0, 9486.0, 9490.0, 9523.0, 9484.0, 9530.0, 9505.0, 9479.0, 9525.0, 9555.0, 9467.0, 9498.0, 9506.0, 9452.0, 9503.0, 9477.0, 9438.0, 9511.0, 9440.0, 9449.0, 9424.0, 9468.0, 9463.0, 9505.0, 9463.0, 9478.0, 9454.0, 9481.0, 9454.0, 9501.0, 9502.0, 9485.0, 9492.0, 9558.0, 9554.0, 9461.0, 9462.0, 9498.0, 9422.0, 9450.0, 9443.0, 9431.0, 9415.0, 9439.0, 9478.0, 9445.0, 9477.0, 9450.0, 9492.0, 9481.0, 9444.0, 9469.0, 9446.0, 9486.0, 9446.0, 9462.0, 9460.0, 9467.0, 9508.0, 9473.0, 9519.0, 9459.0, 9491.0, 9552.0, 9472.0, 9444.0, 9490.0, 9479.0, 9434.0, 9487.0, 9406.0, 9455.0, 9472.0, 9422.0, 9431.0, 9433.0, 9449.0, 9443.0, 9483.0, 9499.0, 9434.0, 9495.0, 9446.0, 9452.0, 9506.0, 9455.0, 9503.0, 9522.0, 9453.0, 9502.0, 9484.0, 9470.0, 9504.0, 9475.0, 9517.0, 9537.0, 9445.0, 9485.0, 9471.0, 9485.0, 9490.0, 9559.0, 9508.0, 9460.0, 9504.0, 9480.0, 9436.0, 9480.0, 9445.0, 9499.0, 9441.0, 9458.0, 9449.0, 9471.0, 9472.0, 9534.0, 9516.0, 9437.0, 9482.0, 9425.0, 9463.0, 9449.0, 9506.0, 9486.0, 9473.0, 9444.0, 9508.0, 9472.0, 9411.0, 9488.0, 9440.0, 9405.0, 9383.0, 9428.0, 9471.0, 9419.0, 9442.0, 9433.0, 9448.0, 9425.0, 9455.0, 9446.0, 9502.0, 9480.0, 9436.0, 9481.0, 9436.0, 9414.0, 9409.0, 9431.0, 9455.0, 9413.0, 9424.0, 9455.0, 9485.0, 9420.0, 9447.0, 9445.0, 9487.0, 9517.0, 9426.0, 9469.0, 9476.0, 9422.0, 9477.0, 9419.0, 9436.0, 9410.0, 9451.0, 9407.0, 9462.0, 9460.0, 9533.0, 9543.0, 9449.0, 9493.0, 9469.0, 9476.0, 9458.0, 9485.0, 9474.0, 9481.0, 9470.0, 9525.0, 9527.0, 9439.0, 9473.0, 9507.0, 9423.0, 9477.0, 9444.0, 9461.0, 9508.0, 9422.0, 9455.0, 9479.0, 9427.0, 9455.0, 9447.0, 9424.0, 9490.0, 9528.0, 9464.0, 9470.0, 9509.0, 9438.0, 9479.0, 9471.0, 9493.0, 9477.0, 9507.0, 9545.0, 9461.0, 9486.0, 9526.0, 9466.0, 9503.0, 9454.0, 9480.0, 9439.0, 9486.0, 9506.0, 9478.0, 9455.0, 9513.0, 9557.0, 9484.0, 9440.0, 9487.0, 9446.0, 9432.0, 9419.0, 9435.0, 9491.0, 9413.0, 9428.0, 9404.0, 9446.0, 9439.0, 9474.0, 9498.0, 9427.0, 9461.0, 9427.0, 9466.0, 9432.0, 9470.0, 9466.0, 9511.0, 9496.0, 9442.0, 9500.0, 9446.0, 9447.0, 9484.0, 9524.0, 9446.0, 9479.0, 9463.0, 9524.0, 9510.0, 9440.0, 9489.0, 9484.0, 9443.0, 9505.0, 9426.0, 9458.0, 9415.0, 9457.0, 9472.0, 9464.0, 9506.0, 9469.0, 9494.0, 9438.0, 9484.0, 9526.0, 9473.0, 9515.0, 9491.0, 9446.0, 9492.0, 9542.0, 9480.0, 9483.0, 9520.0, 9473.0, 9498.0, 9447.0, 9484.0, 9451.0, 9480.0, 9511.0, 9446.0, 9498.0, 9457.0, 9505.0, 9446.0, 9490.0, 9479.0, 9463.0, 9454.0, 9436.0, 9434.0, 9489.0, 9458.0, 9490.0, 9479.0, 9497.0, 9479.0, 9532.0, 9464.0, 9439.0, 9476.0, 9431.0, 9458.0, 9423.0, 9434.0, 9404.0, 9424.0, 9450.0, 9415.0, 9419.0, 9442.0, 9485.0, 9453.0, 9435.0, 9440.0, 9474.0, 9487.0, 9480.0, 9534.0, 9481.0, 9467.0, 9498.0, 9450.0, 9485.0, 9491.0, 9470.0, 9519.0, 9462.0, 9498.0, 9445.0, 9461.0, 9494.0, 9448.0, 9493.0, 9456.0, 9412.0, 9468.0, 9407.0, 9438.0, 9389.0, 9405.0, 9458.0, 9387.0, 9424.0, 9388.0, 9407.0, 9433.0, 9493.0, 9483.0, 9501.0, 9481.0, 9456.0, 9468.0, 9471.0, 9495.0, 9550.0, 9482.0, 9482.0, 9503.0, 9446.0, 9500.0, 9468.0, 9495.0, 9451.0, 9462.0, 9430.0, 9458.0, 9471.0, 9553.0, 9522.0, 9442.0, 9477.0, 9441.0, 9482.0, 9457.0, 9505.0, 9461.0, 9493.0, 9494.0, 9432.0, 9449.0, 9442.0, 9424.0, 9447.0, 9492.0, 9424.0, 9468.0, 9442.0, 9480.0, 9486.0, 9485.0, 9457.0, 9464.0, 9440.0, 9481.0, 9485.0, 9514.0, 9467.0, 9529.0, 9521.0, 9466.0, 9494.0, 9466.0, 9425.0, 9498.0, 9427.0, 9469.0, 9468.0, 9444.0, 9492.0, 9441.0, 9446.0, 9427.0, 9459.0, 9444.0, 9438.0, 9494.0, 9446.0, 9447.0, 9458.0, 9511.0, 9423.0, 9446.0, 9390.0, 9446.0, 9443.0, 9484.0, 9483.0, 9443.0, 9467.0, 9435.0, 9464.0, 9441.0, 9513.0, 9464.0, 9499.0, 9425.0, 9434.0, 9432.0, 9433.0, 9455.0, 9435.0, 9416.0, 9477.0, 9454.0, 9441.0, 9427.0, 9508.0, 9550.0, 9466.0, 9480.0, 9487.0, 9458.0, 9480.0, 9484.0, 9500.0, 9504.0, 9559.0, 9523.0, 9518.0, 9540.0, 9590.0, 9525.0, 9496.0, 9547.0, 9484.0, 9526.0, 9514.0, 9460.0, 9515.0, 9449.0, 9433.0, 9405.0, 9450.0, 9422.0, 9454.0, 9440.0, 9474.0, 9515.0, 9470.0, 9506.0, 9461.0, 9491.0, 9468.0, 9477.0, 9460.0, 9481.0, 9439.0, 9487.0, 9522.0, 9464.0, 9478.0, 9458.0, 9455.0, 9428.0, 9458.0, 9505.0, 9497.0, 9482.0, 9511.0, 9492.0, 9515.0, 9493.0, 9574.0, 9542.0, 9446.0, 9508.0, 9497.0, 9457.0, 9511.0, 9420.0, 9430.0, 9423.0, 9438.0, 9411.0, 9456.0, 9452.0, 9500.0, 9530.0, 9451.0, 9489.0, 9438.0, 9448.0, 9421.0, 9452.0, 9407.0, 9447.0, 9445.0, 9491.0, 9482.0, 9440.0, 9491.0, 9439.0, 9480.0, 9458.0, 9474.0, 9467.0, 9519.0, 9455.0, 9494.0, 9437.0, 9494.0, 9487.0, 9479.0, 9510.0, 9451.0, 9514.0, 9553.0, 9485.0, 9491.0, 9460.0, 9507.0, 9472.0, 9548.0, 9562.0, 9470.0, 9524.0, 9545.0, 9488.0, 9526.0, 9469.0, 9511.0, 9454.0, 9484.0, 9489.0, 9500.0, 9504.0, 9561.0, 9482.0, 9475.0, 9473.0, 9480.0, 9476.0, 9535.0, 9525.0, 9526.0, 9455.0, 9506.0, 9550.0, 9451.0, 9462.0, 9402.0, 9417.0, 9468.0, 9316.0, 9442.0, 9572.0, 9516.0, 9545.0, 9491.0, 9519.0, 9566.0, 9519.0, 9539.0, 9500.0, 9518.0, 9466.0, 9498.0, 9500.0, 9454.0, 9489.0, 9463.0, 9442.0, 9465.0, 9386.0, 9439.0, 9411.0, 9398.0, 9401.0, 9409.0, 9396.0, 9411.0, 9420.0, 9430.0, 9418.0, 9436.0, 9437.0, 9413.0, 9478.0, 9435.0, 9467.0, 9493.0, 9438.0, 9478.0, 9472.0, 9450.0, 9486.0, 9439.0, 9482.0, 9459.0, 9477.0, 9494.0, 9460.0, 9504.0, 9468.0, 9511.0, 9500.0, 9506.0, 9519.0, 9527.0, 9504.0, 9586.0, 9577.0, 9481.0, 9534.0, 9528.0, 9473.0, 9534.0, 9505.0, 9507.0, 9465.0, 9558.0, 9554.0, 9492.0, 9536.0, 9544.0, 9496.0, 9549.0, 9489.0, 9519.0, 9539.0, 9489.0, 9546.0, 9508.0, 9500.0, 9545.0, 9485.0, 9515.0, 9550.0, 9463.0, 9509.0, 9444.0, 9515.0, 9526.0, 9465.0, 9538.0, 9454.0, 9504.0, 9453.0, 9507.0, 9465.0, 9515.0, 9473.0, 9498.0, 9487.0, 9536.0, 9552.0, 9477.0, 9487.0, 9517.0, 9482.0, 9460.0, 9424.0, 9484.0, 9509.0, 9424.0, 9464.0, 9503.0, 9415.0, 9457.0, 9415.0, 9443.0, 9467.0, 9397.0, 9446.0, 9475.0, 9429.0, 9458.0, 9436.0, 9415.0, 9468.0, 9421.0, 9469.0, 9475.0, 9436.0, 9477.0, 9444.0, 9486.0, 9436.0, 9456.0, 9497.0, 9452.0, 9465.0, 9501.0, 9525.0, 9479.0, 9471.0, 9494.0, 9435.0, 9466.0, 9491.0, 9441.0, 9480.0, 9429.0, 9491.0, 9496.0, 9445.0, 9498.0, 9500.0, 9439.0, 9496.0, 9435.0, 9472.0, 9470.0, 9445.0, 9495.0, 9443.0, 9500.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.01238435631482611</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.11784347480170836</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.85930125373018</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2631697177899859</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1058609695360184</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5185</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3752.6912</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1942084500962834</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.605857230018303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.684684537717023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4668991230027233</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7890212062318254</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7981332839165214</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00931741</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025379614904522896</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05337747558951378</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1639</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.825351551169887</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>12.9481</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.1318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.0274</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293087.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1034.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.9393</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5719</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.9431</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3485.1285</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3617.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83457.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1718.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4355.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>749.5782</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>20.463420244399458</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> |