=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
169 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-03/func/sub-0100_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>789e572edf6ed9e1ba0644cff06fa622</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>09:53:11.720000</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.996395, 0.0474863, 0.0702958, -0.0381035, 0.990877, -0.129268]</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.116643</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>[4224, -7756, -7226, 57, -157, -98, 76, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>579ea415-7a5f-46f8-8950-92914f8fc94f||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.673255681991577, -0.10222883522510529, 0.20464107394218445, 110.77879333496094], [-0.12740226089954376, 2.658451557159424, -0.3405326008796692, -80.36979675292969], [0.18859855830669403, 0.34681570529937744, 2.6706104278564453, -104.8731918334961], [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': ['095311.720000', '095312.180000', '095312.640000', '095313.100000', '095313.560000', '095314.020000', '095314.480000', '095314.940000', '095315.400000', '095315.860000', '095316.320000', '095316.780000', '095317.240000', '095317.700000', '095318.160000', '095318.620000', '095319.080000', '095319.540000', '095320.000000', '095320.460000', '095320.920000', '095321.380000', '095321.840000', '095322.300000', '095322.760000', '095323.220000', '095323.680000', '095324.140000', '095324.600000', '095325.060000', '095325.520000', '095325.980000', '095326.440000', '095326.900000', '095327.360000', '095327.820000', '095328.280000', '095328.740000', '095329.200000', '095329.660000', '095330.120000', '095330.580000', '095331.040000', '095331.500000', '095331.960000', '095332.420000', '095332.880000', '095333.340000', '095333.800000', '095334.260000', '095334.720000', '095335.180000', '095335.640000', '095336.100000', '095336.560000', '095337.020000', '095337.480000', '095337.940000', '095338.400000', '095338.860000', '095339.320000', '095339.780000', '095340.240000', '095340.700000', '095341.160000', '095341.620000', '095342.080000', '095342.540000', '095343.000000', '095343.460000', '095343.920000', '095344.380000', '095344.840000', '095345.300000', '095345.760000', '095346.220000', '095346.680000', '095347.140000', '095347.600000', '095348.060000', '095348.520000', '095348.980000', '095349.440000', '095349.900000', '095350.360000', '095350.820000', '095351.280000', '095351.740000', '095352.200000', '095352.660000', '095353.120000', '095353.580000', '095354.040000', '095354.500000', '095354.960000', '095355.420000', '095355.880000', '095356.340000', '095356.800000', '095357.260000', '095357.720000', '095358.180000', '095358.640000', '095359.100000', '095359.560000', '095400.020000', '095400.480000', '095400.940000', '095401.400000', '095401.860000', '095402.320000', '095402.780000', '095403.240000', '095403.700000', '095404.160000', '095404.620000', '095405.080000', '095405.540000', '095406.000000', '095406.460000', '095406.920000', '095407.380000', '095407.840000', '095408.300000', '095408.760000', '095409.220000', '095409.680000', '095410.140000', '095410.600000', '095411.060000', '095411.520000', '095411.980000', '095412.440000', '095412.900000', '095413.360000', '095413.820000', '095414.280000', '095414.740000', '095415.200000', '095415.660000', '095416.120000', '095416.580000', '095417.040000', '095417.500000', '095417.960000', '095418.420000', '095418.880000', '095419.340000', '095419.800000', '095420.260000', '095420.720000', '095421.180000', '095421.640000', '095422.100000', '095422.560000', '095423.020000', '095423.480000', '095423.940000', '095424.400000', '095424.860000', '095425.320000', '095425.780000', '095426.240000', '095426.700000', '095427.160000', '095427.620000', '095428.080000', '095428.540000', '095429.000000', '095429.460000', '095429.920000', '095430.380000', '095430.840000', '095431.300000', '095431.760000', '095432.220000', '095432.680000', '095433.140000', '095433.600000', '095434.060000', '095434.520000', '095434.980000', '095435.440000', '095435.900000', '095436.360000', '095436.820000', '095437.280000', '095437.740000', '095438.200000', '095438.660000', '095439.120000', '095439.580000', '095440.040000', '095440.500000', '095440.960000', '095441.420000', '095441.880000', '095442.340000', '095442.800000', '095443.260000', '095443.720000', '095444.180000', '095444.640000', '095445.100000', '095445.560000', '095446.020000', '095446.480000', '095446.940000', '095447.400000', '095447.860000', '095448.320000', '095448.780000', '095449.240000', '095449.700000', '095450.160000', '095450.620000', '095451.080000', '095451.540000', '095452.000000', '095452.460000', '095452.920000', '095453.380000', '095453.840000', '095454.300000', '095454.760000', '095455.220000', '095455.680000', '095456.140000', '095456.600000', '095457.060000', '095457.520000', '095457.980000', '095458.440000', '095458.900000', '095459.360000', '095459.820000', '095500.280000', '095500.740000', '095501.200000', '095501.660000', '095502.120000', '095502.580000', '095503.040000', '095503.500000', '095503.960000', '095504.420000', '095504.880000', '095505.340000', '095505.800000', '095506.260000', '095506.720000', '095507.180000', '095507.640000', '095508.100000', '095508.560000', '095509.020000', '095509.480000', '095509.940000', '095510.400000', '095510.860000', '095511.320000', '095511.780000', '095512.240000', '095512.700000', '095513.160000', '095513.620000', '095514.080000', '095514.540000', '095515.000000', '095515.460000', '095515.920000', '095516.380000', '095516.840000', '095517.300000', '095517.760000', '095518.220000', '095518.680000', '095519.140000', '095519.600000', '095520.060000', '095520.520000', '095520.980000', '095521.440000', '095521.900000', '095522.360000', '095522.820000', '095523.280000', '095523.740000', '095524.200000', '095524.660000', '095525.120000', '095525.580000', '095526.040000', '095526.500000', '095526.960000', '095527.420000', '095527.880000', '095528.340000', '095528.800000', '095529.260000', '095529.720000', '095530.180000', '095530.640000', '095531.100000', '095531.560000', '095532.020000', '095532.480000', '095532.940000', '095533.400000', '095533.860000', '095534.320000', '095534.780000', '095535.240000', '095535.700000', '095536.160000', '095536.620000', '095537.080000', '095537.540000', '095538.000000', '095538.460000', '095538.920000', '095539.380000', '095539.840000', '095540.300000', '095540.760000', '095541.220000', '095541.680000', '095542.140000', '095542.600000', '095543.060000', '095543.520000', '095543.980000', '095544.440000', '095544.900000', '095545.360000', '095545.820000', '095546.280000', '095546.740000', '095547.200000', '095547.660000', '095548.120000', '095548.580000', '095549.040000', '095549.500000', '095549.960000', '095550.420000', '095550.880000', '095551.340000', '095551.800000', '095552.260000', '095552.720000', '095553.180000', '095553.640000', '095554.100000', '095554.560000', '095555.020000', '095555.480000', '095555.940000', '095556.400000', '095556.860000', '095557.320000', '095557.780000', '095558.240000', '095558.700000', '095559.160000', '095559.620000', '095600.080000', '095600.540000', '095601.000000', '095601.460000', '095601.920000', '095602.380000', '095602.840000', '095603.300000', '095603.760000', '095604.220000', '095604.680000', '095605.140000', '095605.600000', '095606.060000', '095606.520000', '095606.980000', '095607.440000', '095607.900000', '095608.360000', '095608.820000', '095609.280000', '095609.740000', '095610.200000', '095610.660000', '095611.120000', '095611.580000', '095612.040000', '095612.500000', '095612.960000', '095613.420000', '095613.880000', '095614.340000', '095614.800000', '095615.260000', '095615.720000', '095616.180000', '095616.640000', '095617.100000', '095617.560000', '095618.020000', '095618.480000', '095618.940000', '095619.400000', '095619.860000', '095620.320000', '095620.780000', '095621.240000', '095621.700000', '095622.160000', '095622.620000', '095623.080000', '095623.540000', '095624.000000', '095624.460000', '095624.920000', '095625.380000', '095625.840000', '095626.300000', '095626.760000', '095627.220000', '095627.680000', '095628.140000', '095628.600000', '095629.060000', '095629.520000', '095629.980000', '095630.440000', '095630.900000', '095631.360000', '095631.820000', '095632.280000', '095632.740000', '095633.200000', '095633.660000', '095634.120000', '095634.580000', '095635.040000', '095635.500000', '095635.960000', '095636.420000', '095636.880000', '095637.340000', '095637.800000', '095638.260000', '095638.720000', '095639.180000', '095639.640000', '095640.100000', '095640.560000', '095641.020000', '095641.480000', '095641.940000', '095642.400000', '095642.860000', '095643.320000', '095643.780000', '095644.240000', '095644.700000', '095645.160000', '095645.620000', '095646.080000', '095646.540000', '095647.000000', '095647.460000', '095647.920000', '095648.380000', '095648.840000', '095649.300000', '095649.760000', '095650.220000', '095650.680000', '095651.140000', '095651.600000', '095652.060000', '095652.520000', '095652.980000', '095653.440000', '095653.900000', '095654.360000', '095654.820000', '095655.280000', '095655.740000', '095656.200000', '095656.660000', '095657.120000', '095657.580000', '095658.040000', '095658.500000', '095658.960000', '095659.420000', '095659.880000', '095700.340000', '095700.800000', '095701.260000', '095701.720000', '095702.180000', '095702.640000', '095703.100000', '095703.560000', '095704.020000', '095704.480000', '095704.940000', '095705.400000', '095705.860000', '095706.320000', '095706.780000', '095707.240000', '095707.700000', '095708.160000', '095708.620000', '095709.080000', '095709.540000', '095710.000000', '095710.460000', '095710.920000', '095711.380000', '095711.840000', '095712.300000', '095712.760000', '095713.220000', '095713.680000', '095714.140000', '095714.600000', '095715.060000', '095715.520000', '095715.980000', '095716.440000', '095716.900000', '095717.360000', '095717.820000', '095718.280000', '095718.740000', '095719.200000', '095719.660000', '095720.120000', '095720.580000', '095721.040000', '095721.500000', '095721.960000', '095722.420000', '095722.880000', '095723.340000', '095723.800000', '095724.260000', '095724.720000', '095725.180000', '095725.640000', '095726.100000', '095726.560000', '095727.020000', '095727.480000', '095727.940000', '095728.400000', '095728.860000', '095729.320000', '095729.780000', '095730.240000', '095730.700000', '095731.160000', '095731.620000', '095732.080000', '095732.540000', '095733.000000', '095733.460000', '095733.920000', '095734.380000', '095734.840000', '095735.300000', '095735.760000', '095736.220000', '095736.680000', '095737.140000', '095737.600000', '095738.060000', '095738.520000', '095738.980000', '095739.440000', '095739.900000', '095740.360000', '095740.820000', '095741.280000', '095741.740000', '095742.200000', '095742.660000', '095743.120000', '095743.580000', '095744.040000', '095744.500000', '095744.960000', '095745.420000', '095745.880000', '095746.340000', '095746.800000', '095747.260000', '095747.720000', '095748.180000', '095748.640000', '095749.100000', '095749.560000', '095750.020000', '095750.480000', '095750.940000', '095751.400000', '095751.860000', '095752.320000', '095752.780000', '095753.240000', '095753.700000', '095754.160000', '095754.620000', '095755.080000', '095755.540000', '095756.000000', '095756.460000', '095756.920000', '095757.380000', '095757.840000', '095758.300000', '095758.760000', '095759.220000', '095759.680000', '095800.140000', '095800.600000', '095801.060000', '095801.520000', '095801.980000', '095802.440000', '095802.900000', '095803.360000', '095803.820000', '095804.280000', '095804.740000', '095805.200000', '095805.660000', '095806.120000', '095806.580000', '095807.040000', '095807.500000', '095807.960000', '095808.420000', '095808.880000', '095809.340000', '095809.800000', '095810.260000', '095810.720000', '095811.180000', '095811.640000', '095812.100000', '095812.560000', '095813.020000', '095813.480000', '095813.940000', '095814.400000', '095814.860000', '095815.320000', '095815.780000', '095816.240000', '095816.700000', '095817.160000', '095817.620000', '095818.080000', '095818.540000', '095819.000000', '095819.460000', '095819.920000', '095820.380000', '095820.840000', '095821.300000', '095821.760000', '095822.220000', '095822.680000', '095823.140000', '095823.600000', '095824.060000', '095824.520000', '095824.980000', '095825.440000', '095825.900000', '095826.360000', '095826.820000', '095827.280000', '095827.740000', '095828.200000', '095828.660000', '095829.120000', '095829.580000', '095830.040000', '095830.500000', '095830.960000', '095831.420000', '095831.880000', '095832.340000', '095832.800000', '095833.260000', '095833.720000', '095834.180000', '095834.640000', '095835.100000', '095835.560000', '095836.020000', '095836.480000', '095836.940000', '095837.400000', '095837.860000', '095838.320000', '095838.780000', '095839.240000', '095839.700000', '095840.160000', '095840.620000', '095841.080000', '095841.540000', '095842.000000', '095842.460000', '095842.920000', '095843.380000', '095843.840000', '095844.300000', '095844.760000', '095845.220000', '095845.680000', '095846.140000', '095846.600000', '095847.060000', '095847.520000', '095847.980000', '095848.440000', '095848.900000', '095849.360000', '095849.820000', '095850.280000', '095850.740000', '095851.200000', '095851.660000', '095852.120000', '095852.580000', '095853.040000', '095853.500000', '095853.960000', '095854.420000', '095854.880000', '095855.340000', '095855.800000', '095856.260000', '095856.720000', '095857.180000', '095857.640000', '095858.100000', '095858.560000', '095859.020000', '095859.480000', '095859.940000', '095900.400000', '095900.860000', '095901.320000', '095901.780000', '095902.240000', '095902.700000', '095903.160000', '095903.620000', '095904.080000', '095904.540000', '095905.000000', '095905.460000', '095905.920000', '095906.380000', '095906.840000', '095907.300000', '095907.760000', '095908.220000', '095908.680000', '095909.140000', '095909.600000', '095910.060000', '095910.520000', '095910.980000', '095911.440000', '095911.900000', '095912.360000', '095912.820000', '095913.280000', '095913.740000', '095914.200000', '095914.660000', '095915.120000', '095915.580000', '095916.040000', '095916.500000', '095916.960000', '095917.420000', '095917.880000', '095918.340000', '095918.800000', '095919.260000', '095919.720000', '095920.180000', '095920.640000', '095921.100000', '095921.560000', '095922.020000', '095922.480000', '095922.940000', '095923.400000', '095923.860000', '095924.320000', '095924.780000', '095925.240000', '095925.700000', '095926.160000', '095926.620000', '095927.080000', '095927.540000', '095928.000000', '095928.460000', '095928.920000', '095929.380000', '095929.840000', '095930.300000', '095930.760000', '095931.220000', '095931.680000', '095932.140000', '095932.600000', '095933.060000', '095933.520000', '095933.980000', '095934.440000', '095934.900000', '095935.360000', '095935.820000', '095936.280000', '095936.740000', '095937.200000', '095937.660000', '095938.120000', '095938.580000', '095939.040000', '095939.500000', '095939.960000', '095940.420000', '095940.880000', '095941.340000', '095941.800000', '095942.260000', '095942.720000', '095943.180000', '095943.640000', '095944.100000', '095944.560000', '095945.020000', '095945.480000', '095945.940000', '095946.400000', '095946.860000', '095947.320000', '095947.780000', '095948.240000', '095948.700000', '095949.160000', '095949.620000', '095950.080000', '095950.540000', '095951.000000', '095951.460000', '095951.920000', '095952.380000', '095952.840000', '095953.300000', '095953.760000', '095954.220000', '095954.680000', '095955.140000', '095955.600000', '095956.060000', '095956.520000', '095956.980000', '095957.440000', '095957.900000', '095958.360000', '095958.820000', '095959.280000', '095959.740000', '100000.200000', '100000.660000', '100001.120000', '100001.580000', '100002.040000', '100002.500000', '100002.960000', '100003.420000', '100003.880000', '100004.340000', '100004.800000', '100005.260000', '100005.720000', '100006.180000', '100006.640000', '100007.100000', '100007.560000', '100008.020000', '100008.480000', '100008.940000', '100009.400000', '100009.860000', '100010.320000', '100010.780000', '100011.240000', '100011.700000', '100012.160000', '100012.620000', '100013.080000', '100013.540000', '100014.000000', '100014.460000', '100014.920000', '100015.380000', '100015.840000', '100016.300000', '100016.760000', '100017.220000', '100017.680000', '100018.140000', '100018.600000', '100019.060000', '100019.520000', '100019.980000', '100020.440000', '100020.900000', '100021.360000', '100021.820000', '100022.280000', '100022.740000', '100023.200000', '100023.660000', '100024.120000', '100024.580000', '100025.040000', '100025.500000', '100025.960000', '100026.420000', '100026.880000', '100027.340000', '100027.800000', '100028.260000', '100028.720000', '100029.180000', '100029.640000', '100030.100000', '100030.560000', '100031.020000', '100031.480000', '100031.940000', '100032.400000', '100032.860000', '100033.320000', '100033.780000', '100034.240000', '100034.700000', '100035.160000', '100035.620000', '100036.080000', '100036.540000', '100037.000000', '100037.460000', '100037.920000', '100038.380000', '100038.840000', '100039.300000', '100039.760000', '100040.220000', '100040.680000', '100041.140000', '100041.600000', '100042.060000', '100042.520000', '100042.980000', '100043.440000', '100043.900000', '100044.360000', '100044.820000', '100045.280000', '100045.740000', '100046.200000', '100046.660000', '100047.120000', '100047.580000', '100048.040000', '100048.500000', '100048.960000', '100049.420000', '100049.880000', '100050.340000', '100050.800000', '100051.260000', '100051.720000', '100052.180000', '100052.640000', '100053.100000', '100053.560000', '100054.020000', '100054.480000', '100054.940000', '100055.400000', '100055.860000', '100056.320000', '100056.780000', '100057.240000', '100057.700000', '100058.160000', '100058.620000', '100059.080000', '100059.540000', '100100.000000', '100100.460000', '100100.920000', '100101.380000', '100101.840000', '100102.300000', '100102.760000', '100103.220000', '100103.680000', '100104.140000', '100104.600000', '100105.060000', '100105.520000', '100105.980000', '100106.440000', '100106.900000', '100107.360000', '100107.820000', '100108.280000', '100108.740000', '100109.200000', '100109.660000', '100110.120000', '100110.580000', '100111.040000', '100111.500000', '100111.960000', '100112.420000', '100112.880000', '100113.340000', '100113.800000', '100114.260000', '100114.720000', '100115.180000', '100115.640000', '100116.100000', '100116.560000', '100117.020000', '100117.480000', '100117.940000', '100118.400000', '100118.860000', '100119.320000', '100119.780000', '100120.240000', '100120.700000', '100121.160000', '100121.620000', '100122.080000', '100122.540000', '100123.000000', '100123.460000', '100123.920000', '100124.380000', '100124.840000', '100125.300000', '100125.760000', '100126.220000', '100126.680000', '100127.140000', '100127.600000', '100128.060000', '100128.520000', '100128.980000', '100129.440000', '100129.900000', '100130.360000', '100130.820000', '100131.280000', '100131.740000', '100132.200000', '100132.660000', '100133.120000', '100133.580000', '100134.040000', '100134.500000', '100134.960000', '100135.420000', '100135.880000', '100136.340000', '100136.800000', '100137.260000', '100137.720000', '100138.180000', '100138.640000', '100139.100000', '100139.560000', '100140.020000', '100140.480000', '100140.940000', '100141.400000', '100141.860000', '100142.320000', '100142.780000', '100143.240000', '100143.700000', '100144.160000', '100144.620000', '100145.080000', '100145.540000', '100146.000000', '100146.460000', '100146.920000', '100147.380000', '100147.840000', '100148.300000', '100148.760000', '100149.220000', '100149.680000', '100150.140000', '100150.600000', '100151.060000', '100151.520000', '100151.980000', '100152.440000', '100152.900000', '100153.360000', '100153.820000', '100154.280000', '100154.740000', '100155.200000', '100155.660000', '100156.120000', '100156.580000', '100157.040000', '100157.500000', '100157.960000', '100158.420000', '100158.880000', '100159.340000', '100159.800000', '100200.260000', '100200.720000', '100201.180000', '100201.640000', '100202.100000', '100202.560000', '100203.020000', '100203.480000', '100203.940000', '100204.400000', '100204.860000', '100205.320000', '100205.780000', '100206.240000', '100206.700000', '100207.160000', '100207.620000', '100208.080000', '100208.540000', '100209.000000', '100209.460000', '100209.920000', '100210.380000', '100210.840000', '100211.300000', '100211.760000', '100212.220000', '100212.680000', '100213.140000', '100213.600000', '100214.060000', '100214.520000', '100214.980000', '100215.440000', '100215.900000', '100216.360000', '100216.820000', '100217.280000', '100217.740000', '100218.200000', '100218.660000', '100219.120000', '100219.580000', '100220.040000', '100220.500000', '100220.960000', '100221.420000', '100221.880000', '100222.340000', '100222.800000', '100223.260000', '100223.720000', '100224.180000', '100224.640000', '100225.100000', '100225.560000', '100226.020000', '100226.480000', '100226.940000', '100227.400000', '100227.860000', '100228.320000', '100228.780000', '100229.240000', '100229.700000', '100230.160000', '100230.620000', '100231.080000', '100231.540000', '100232.000000', '100232.460000', '100232.920000', '100233.380000', '100233.840000', '100234.300000', '100234.760000', '100235.220000', '100235.680000', '100236.140000', '100236.600000', '100237.060000', '100237.520000', '100237.980000', '100238.440000', '100238.900000', '100239.360000', '100239.820000', '100240.280000', '100240.740000', '100241.200000', '100241.660000', '100242.120000', '100242.580000', '100243.040000', '100243.500000', '100243.960000', '100244.420000', '100244.880000', '100245.340000', '100245.800000', '100246.260000', '100246.720000', '100247.180000', '100247.640000', '100248.100000', '100248.560000', '100249.020000', '100249.480000', '100249.940000', '100250.400000', '100250.860000', '100251.320000', '100251.780000', '100252.240000', '100252.700000', '100253.160000', '100253.620000', '100254.080000', '100254.540000', '100255.000000', '100255.460000', '100255.920000', '100256.380000', '100256.840000', '100257.300000', '100257.760000', '100258.220000', '100258.680000', '100259.140000', '100259.600000', '100300.060000', '100300.520000', '100300.980000', '100301.440000', '100301.900000', '100302.360000', '100302.820000', '100303.280000', '100303.740000', '100304.200000', '100304.660000', '100305.120000', '100305.580000', '100306.040000', '100306.500000', '100306.960000', '100307.420000', '100307.880000', '100308.340000', '100308.800000', '100309.260000', '100309.720000', '100310.180000', '100310.640000', '100311.100000', '100311.560000', '100312.020000', '100312.480000', '100312.940000', '100313.400000', '100313.860000', '100314.320000', '100314.780000', '100315.240000', '100315.700000', '100316.160000', '100316.620000', '100317.080000', '100317.540000', '100318.000000', '100318.460000', '100318.920000', '100319.380000', '100319.840000', '100320.300000', '100320.760000', '100321.220000', '100321.680000', '100322.140000', '100322.600000', '100323.060000', '100323.520000', '100323.980000', '100324.440000', '100324.900000', '100325.360000', '100325.820000', '100326.280000', '100326.740000', '100327.200000', '100327.660000', '100328.120000', '100328.580000', '100329.040000', '100329.500000', '100329.960000', '100330.420000', '100330.880000', '100331.340000', '100331.800000', '100332.260000', '100332.720000', '100333.180000', '100333.640000', '100334.100000', '100334.560000', '100335.020000', '100335.480000', '100335.940000', '100336.400000', '100336.860000', '100337.320000', '100337.780000', '100338.240000', '100338.700000', '100339.160000', '100339.620000', '100340.080000', '100340.540000', '100341.000000', '100341.460000', '100341.920000', '100342.380000', '100342.840000', '100343.300000', '100343.760000', '100344.220000', '100344.680000', '100345.140000', '100345.600000', '100346.060000', '100346.520000', '100346.980000', '100347.440000', '100347.900000', '100348.360000', '100348.820000', '100349.280000', '100349.740000', '100350.200000', '100350.660000', '100351.120000', '100351.580000', '100352.040000', '100352.500000', '100352.960000', '100353.420000', '100353.880000', '100354.340000', '100354.800000', '100355.260000', '100355.720000', '100356.180000', '100356.640000', '100357.100000', '100357.560000', '100358.020000', '100358.480000', '100358.940000', '100359.400000', '100359.860000', '100400.320000', '100400.780000', '100401.240000', '100401.700000', '100402.160000', '100402.620000', '100403.080000', '100403.540000', '100404.000000', '100404.460000', '100404.920000', '100405.380000', '100405.840000', '100406.300000', '100406.760000', '100407.220000', '100407.680000', '100408.140000', '100408.600000', '100409.060000', '100409.520000', '100409.980000', '100410.440000', '100410.900000', '100411.360000', '100411.820000', '100412.280000', '100412.740000', '100413.200000', '100413.660000', '100414.120000', '100414.580000', '100415.040000', '100415.500000', '100415.960000', '100416.420000', '100416.880000', '100417.340000', '100417.800000', '100418.260000', '100418.720000', '100419.180000', '100419.640000', '100420.100000', '100420.560000', '100421.020000', '100421.480000', '100421.940000', '100422.400000', '100422.860000', '100423.320000', '100423.780000', '100424.240000', '100424.700000', '100425.160000', '100425.620000', '100426.080000', '100426.540000', '100427.000000', '100427.460000', '100427.920000', '100428.380000', '100428.840000', '100429.300000', '100429.760000', '100430.220000', '100430.680000', '100431.140000', '100431.600000', '100432.060000', '100432.520000', '100432.980000', '100433.440000', '100433.900000', '100434.360000', '100434.820000', '100435.280000', '100435.740000', '100436.200000', '100436.660000', '100437.120000', '100437.580000', '100438.040000', '100438.500000', '100438.960000', '100439.420000', '100439.880000', '100440.340000', '100440.800000', '100441.260000', '100441.720000', '100442.180000', '100442.640000', '100443.100000', '100443.560000', '100444.020000', '100444.480000', '100444.940000', '100445.400000', '100445.860000', '100446.320000', '100446.780000', '100447.240000', '100447.700000', '100448.160000', '100448.620000', '100449.080000', '100449.540000', '100450.000000', '100450.460000', '100450.920000', '100451.380000', '100451.840000', '100452.300000', '100452.760000', '100453.220000', '100453.680000', '100454.140000', '100454.600000', '100455.060000', '100455.520000', '100455.980000', '100456.440000', '100456.900000', '100457.360000', '100457.820000', '100458.280000', '100458.740000', '100459.200000', '100459.660000', '100500.120000', '100500.580000', '100501.040000', '100501.500000', '100501.960000', '100502.420000', '100502.880000', '100503.340000', '100503.800000', '100504.260000', '100504.720000', '100505.180000', '100505.640000', '100506.100000', '100506.560000', '100507.020000', '100507.480000', '100507.940000', '100508.400000', '100508.860000', '100509.320000', '100509.780000', '100510.240000', '100510.700000', '100511.160000', '100511.620000', '100512.080000', '100512.540000', '100513.000000', '100513.460000', '100513.920000', '100514.380000', '100514.840000', '100515.300000', '100515.760000', '100516.220000', '100516.680000', '100517.140000', '100517.600000', '100518.060000', '100518.520000', '100518.980000', '100519.440000', '100519.900000', '100520.360000', '100520.820000', '100521.280000', '100521.740000', '100522.200000', '100522.660000', '100523.120000', '100523.580000', '100524.040000', '100524.500000', '100524.960000', '100525.420000', '100525.880000', '100526.340000', '100526.800000', '100527.260000', '100527.720000', '100528.180000', '100528.640000', '100529.100000', '100529.560000', '100530.020000', '100530.480000', '100530.940000', '100531.400000', '100531.860000', '100532.320000', '100532.780000', '100533.240000', '100533.700000', '100534.160000', '100534.620000', '100535.080000', '100535.540000', '100536.000000', '100536.460000', '100536.920000', '100537.380000', '100537.840000', '100538.300000', '100538.760000', '100539.220000', '100539.680000', '100540.140000', '100540.600000', '100541.060000', '100541.520000', '100541.980000', '100542.440000', '100542.900000', '100543.360000', '100543.820000', '100544.280000', '100544.740000', '100545.200000', '100545.660000'], 'ContentTime': ['095337.715000', '095337.718000', '095337.721000', '095337.724000', '095337.726000', '095337.729000', '095337.731000', '095337.734000', '095337.737000', '095337.739000', '095337.746000', '095337.749000', '095337.751000', '095337.754000', '095337.757000', '095337.760000', '095337.763000', '095337.765000', '095337.768000', '095337.771000', '095337.773000', '095337.776000', '095337.779000', '095337.781000', '095337.784000', '095337.786000', '095337.789000', '095337.792000', '095337.794000', '095337.797000', '095337.800000', '095337.802000', '095337.805000', '095337.807000', '095337.810000', '095337.813000', '095337.825000', '095337.827000', '095337.830000', '095337.833000', '095337.835000', '095337.838000', '095337.841000', '095337.843000', '095337.846000', '095337.849000', '095337.851000', '095337.854000', '095337.856000', '095337.859000', '095337.862000', '095337.864000', '095337.867000', '095357.679000', '095357.682000', '095357.685000', '095357.688000', '095357.711000', '095357.714000', '095357.716000', '095357.719000', '095357.726000', '095357.728000', '095357.731000', '095357.734000', '095357.736000', '095357.739000', '095357.741000', '095357.744000', '095357.747000', '095357.750000', '095357.752000', '095357.755000', '095357.757000', '095357.760000', '095357.762000', '095357.765000', '095357.768000', '095357.770000', '095357.773000', '095357.776000', '095357.778000', '095357.781000', '095357.783000', '095357.786000', '095357.789000', '095357.791000', '095357.794000', '095357.797000', '095357.799000', '095357.802000', '095357.804000', '095357.807000', '095357.810000', '095357.812000', '095357.815000', '095357.817000', '095417.679000', '095417.682000', '095417.685000', '095417.687000', '095417.690000', '095417.692000', '095417.695000', '095417.698000', '095417.701000', '095417.703000', '095417.706000', '095417.709000', '095417.711000', '095417.714000', '095417.732000', '095417.735000', '095417.738000', '095417.740000', '095417.743000', '095417.746000', '095417.749000', '095417.751000', '095417.754000', '095417.756000', '095417.759000', '095417.762000', '095417.764000', '095417.767000', '095417.770000', '095417.772000', '095417.775000', '095417.778000', '095417.780000', '095417.783000', '095417.785000', '095417.788000', '095417.791000', '095417.793000', '095417.796000', '095417.798000', '095417.801000', '095417.804000', '095417.806000', '095437.679000', '095437.681000', '095437.684000', '095437.687000', '095437.690000', '095437.696000', '095437.699000', '095437.702000', '095437.704000', '095437.707000', '095437.710000', '095437.712000', '095437.715000', '095437.718000', '095437.720000', '095437.729000', '095437.732000', '095437.734000', '095437.737000', '095437.740000', '095437.742000', '095437.745000', '095437.748000', '095437.750000', '095437.753000', '095437.755000', '095437.758000', '095437.761000', '095437.763000', '095437.766000', '095437.769000', '095437.771000', '095437.774000', '095437.776000', '095437.779000', '095437.782000', '095437.784000', '095437.787000', '095437.789000', '095437.792000', '095437.795000', '095437.797000', '095437.800000', '095437.803000', '095457.679000', '095457.682000', '095457.685000', '095457.687000', '095457.690000', '095457.693000', '095457.695000', '095457.698000', '095457.701000', '095457.703000', '095457.706000', '095457.708000', '095457.711000', '095457.714000', '095457.716000', '095457.719000', '095457.722000', '095457.725000', '095457.727000', '095457.730000', '095457.732000', '095457.735000', '095457.738000', '095457.740000', '095457.743000', '095457.745000', '095457.748000', '095457.751000', '095457.753000', '095457.756000', '095457.759000', '095457.768000', '095457.771000', '095457.774000', '095457.783000', '095457.786000', '095457.788000', '095457.791000', '095457.794000', '095457.796000', '095457.799000', '095457.802000', '095457.805000', '095517.679000', '095517.683000', '095517.686000', '095517.689000', '095517.691000', '095517.694000', '095517.697000', '095517.699000', '095517.702000', '095517.705000', '095517.707000', '095517.710000', '095517.712000', '095517.715000', '095517.718000', '095517.720000', '095517.723000', '095517.726000', '095517.737000', '095517.739000', '095517.742000', '095517.745000', '095517.747000', '095517.750000', '095517.753000', '095517.755000', '095517.758000', '095517.761000', '095517.763000', '095517.766000', '095517.769000', '095517.771000', '095517.774000', '095517.777000', '095517.779000', '095517.782000', '095517.785000', '095517.787000', '095517.790000', '095517.792000', '095517.795000', '095517.798000', '095517.801000', '095517.803000', '095537.679000', '095537.682000', '095537.685000', '095537.688000', '095537.690000', '095537.693000', '095537.696000', '095537.698000', '095537.701000', '095537.703000', '095537.706000', '095537.709000', '095537.711000', '095537.714000', '095537.717000', '095537.719000', '095537.722000', '095537.724000', '095537.727000', '095537.730000', '095537.732000', '095537.735000', '095537.738000', '095537.740000', '095537.743000', '095537.746000', '095537.748000', '095537.751000', '095537.754000', '095537.756000', '095537.759000', '095537.762000', '095537.765000', '095537.767000', '095537.770000', '095537.773000', '095537.775000', '095537.778000', '095537.780000', '095537.783000', '095537.786000', '095537.788000', '095537.791000', '095557.680000', '095557.690000', '095557.692000', '095557.695000', '095557.698000', '095557.700000', '095557.703000', '095557.705000', '095557.708000', '095557.711000', '095557.713000', '095557.716000', '095557.719000', '095557.721000', '095557.724000', '095557.727000', '095557.729000', '095557.732000', '095557.735000', '095557.737000', '095557.740000', '095557.742000', '095557.745000', '095557.748000', '095557.750000', '095557.753000', '095557.756000', '095557.758000', '095557.761000', '095557.764000', '095557.766000', '095557.769000', '095557.781000', '095557.783000', '095557.786000', '095557.788000', '095557.791000', '095557.794000', '095557.796000', '095557.799000', '095557.802000', '095557.805000', '095557.807000', '095557.810000', '095617.680000', '095617.682000', '095617.686000', '095617.688000', '095617.691000', '095617.693000', '095617.696000', '095617.699000', '095617.701000', '095617.704000', '095617.720000', '095617.722000', '095617.725000', '095617.728000', '095617.730000', '095617.733000', '095617.736000', '095617.738000', '095617.741000', '095617.743000', '095617.746000', '095617.749000', '095617.751000', '095617.754000', '095617.757000', '095617.759000', '095617.762000', '095617.765000', '095617.767000', '095617.770000', '095617.773000', '095617.775000', '095617.778000', '095617.781000', '095617.783000', '095617.786000', '095617.788000', '095617.791000', '095617.794000', '095617.796000', '095617.799000', '095617.801000', '095617.804000', '095637.678000', '095637.681000', '095637.684000', '095637.687000', '095637.690000', '095637.692000', '095637.695000', '095637.698000', '095637.700000', '095637.703000', '095637.705000', '095637.708000', '095637.711000', '095637.713000', '095637.716000', '095637.719000', '095637.721000', '095637.724000', '095637.727000', '095637.729000', '095637.732000', '095637.734000', '095637.737000', '095637.740000', '095637.743000', '095637.745000', '095637.748000', '095637.750000', '095637.753000', '095637.756000', '095637.758000', '095637.761000', '095637.763000', '095637.777000', '095637.780000', '095637.783000', '095637.785000', '095637.788000', '095637.791000', '095637.794000', '095637.796000', '095637.799000', '095637.802000', '095637.804000', '095657.678000', '095657.682000', '095657.684000', '095657.687000', '095657.690000', '095657.692000', '095657.695000', '095657.698000', '095657.700000', '095657.703000', '095657.706000', '095657.708000', '095657.711000', '095657.714000', '095657.717000', '095657.719000', '095657.722000', '095657.725000', '095657.727000', '095657.730000', '095657.733000', '095657.740000', '095657.742000', '095657.745000', '095657.748000', '095657.751000', '095657.753000', '095657.756000', '095657.758000', '095657.761000', '095657.764000', '095657.766000', '095657.769000', '095657.772000', '095657.774000', '095657.777000', '095657.779000', '095657.782000', '095657.785000', '095657.787000', '095657.790000', '095657.793000', '095657.795000', '095717.680000', '095717.682000', '095717.686000', '095717.688000', '095717.691000', '095717.694000', '095717.696000', '095717.699000', '095717.702000', '095717.704000', '095717.707000', '095717.710000', '095717.712000', '095717.715000', '095717.717000', '095717.720000', '095717.723000', '095717.725000', '095717.728000', '095717.731000', '095717.733000', '095717.736000', '095717.739000', '095717.742000', '095717.744000', '095717.747000', '095717.749000', '095717.752000', '095717.755000', '095717.778000', '095717.781000', '095717.783000', '095717.786000', '095717.789000', '095717.791000', '095717.794000', '095717.797000', '095717.799000', '095717.802000', '095717.805000', '095717.807000', '095717.810000', '095717.812000', '095717.815000', '095737.680000', '095737.683000', '095737.685000', '095737.688000', '095737.691000', '095737.693000', '095737.696000', '095737.699000', '095737.701000', '095737.704000', '095737.707000', '095737.709000', '095737.712000', '095737.714000', '095737.717000', '095737.720000', '095737.722000', '095737.725000', '095737.728000', '095737.730000', '095737.733000', '095737.736000', '095737.738000', '095737.741000', '095737.744000', '095737.746000', '095737.749000', '095737.751000', '095737.754000', '095737.757000', '095737.759000', '095737.762000', '095737.765000', '095737.767000', '095737.770000', '095737.773000', '095737.775000', '095737.778000', '095737.781000', '095737.783000', '095737.786000', '095737.789000', '095737.791000', '095757.679000', '095757.682000', '095757.685000', '095757.688000', '095757.690000', '095757.693000', '095757.696000', '095757.698000', '095757.701000', '095757.704000', '095757.706000', '095757.709000', '095757.712000', '095757.714000', '095757.717000', '095757.719000', '095757.722000', '095757.725000', '095757.727000', '095757.730000', '095757.733000', '095757.735000', '095757.738000', '095757.741000', '095757.743000', '095757.746000', '095757.749000', '095757.751000', '095757.754000', '095757.757000', '095757.760000', '095757.762000', '095757.765000', '095757.768000', '095757.770000', '095757.773000', '095757.776000', '095757.778000', '095757.781000', '095757.784000', '095757.786000', '095757.789000', '095757.792000', '095757.794000', '095817.679000', '095817.682000', '095817.685000', '095817.688000', '095817.691000', '095817.693000', '095817.696000', '095817.699000', '095817.701000', '095817.704000', '095817.706000', '095817.709000', '095817.712000', '095817.715000', '095817.717000', '095817.720000', '095817.723000', '095817.725000', '095817.728000', '095817.731000', '095817.733000', '095817.736000', '095817.738000', '095817.741000', '095817.744000', '095817.746000', '095817.749000', '095817.752000', '095817.755000', '095817.757000', '095817.760000', '095817.762000', '095817.765000', '095817.768000', '095817.770000', '095817.773000', '095817.776000', '095817.778000', '095817.781000', '095817.784000', '095817.786000', '095817.789000', '095817.798000', '095837.680000', '095837.683000', '095837.685000', '095837.688000', '095837.691000', '095837.693000', '095837.696000', '095837.699000', '095837.701000', '095837.704000', '095837.707000', '095837.709000', '095837.712000', '095837.714000', '095837.717000', '095837.720000', '095837.722000', '095837.725000', '095837.728000', '095837.731000', '095837.733000', '095837.736000', '095837.739000', '095837.742000', '095837.745000', '095837.748000', '095837.750000', '095837.753000', '095837.756000', '095837.758000', '095837.761000', '095837.763000', '095837.766000', '095837.769000', '095837.771000', '095837.774000', '095837.777000', '095837.779000', '095837.782000', '095837.784000', '095837.787000', '095837.790000', '095837.792000', '095857.679000', '095857.682000', '095857.684000', '095857.687000', '095857.690000', '095857.692000', '095857.695000', '095857.698000', '095857.700000', '095857.703000', '095857.706000', '095857.708000', '095857.711000', '095857.713000', '095857.716000', '095857.719000', '095857.721000', '095857.724000', '095857.726000', '095857.729000', '095857.732000', '095857.734000', '095857.737000', '095857.740000', '095857.742000', '095857.745000', '095857.749000', '095857.752000', '095857.755000', '095857.757000', '095857.760000', '095857.763000', '095857.765000', '095857.768000', '095857.771000', '095857.774000', '095857.776000', '095857.779000', '095857.781000', '095857.784000', '095857.787000', '095857.789000', '095857.792000', '095857.795000', '095917.679000', '095917.681000', '095917.684000', '095917.687000', '095917.690000', '095917.692000', '095917.695000', '095917.697000', '095917.700000', '095917.702000', '095917.705000', '095917.708000', '095917.710000', '095917.713000', '095917.715000', '095917.718000', '095917.720000', '095917.746000', '095917.749000', '095917.752000', '095917.754000', '095917.757000', '095917.760000', '095917.763000', '095917.765000', '095917.768000', '095917.770000', '095917.773000', '095917.776000', '095917.779000', '095917.781000', '095917.784000', '095917.786000', '095917.789000', '095917.792000', '095917.794000', '095917.797000', '095917.799000', '095917.802000', '095917.805000', '095917.807000', '095917.810000', '095917.813000', '095937.679000', '095937.682000', '095937.685000', '095937.688000', '095937.690000', '095937.693000', '095937.696000', '095937.698000', '095937.701000', '095937.703000', '095937.706000', '095937.709000', '095937.711000', '095937.714000', '095937.717000', '095937.719000', '095937.722000', '095937.725000', '095937.727000', '095937.730000', '095937.732000', '095937.735000', '095937.738000', '095937.740000', '095937.743000', '095937.746000', '095937.748000', '095937.751000', '095937.754000', '095937.756000', '095937.759000', '095937.762000', '095937.764000', '095937.767000', '095937.770000', '095937.773000', '095937.775000', '095937.778000', '095937.781000', '095937.783000', '095937.786000', '095937.788000', '095937.791000', '095937.794000', '095957.679000', '095957.682000', '095957.685000', '095957.688000', '095957.690000', '095957.693000', '095957.696000', '095957.698000', '095957.701000', '095957.704000', '095957.706000', '095957.709000', '095957.711000', '095957.714000', '095957.717000', '095957.719000', '095957.722000', '095957.725000', '095957.728000', '095957.731000', '095957.734000', '095957.736000', '095957.739000', '095957.741000', '095957.744000', '095957.747000', '095957.761000', '095957.763000', '095957.766000', '095957.769000', '095957.772000', '095957.775000', '095957.777000', '095957.780000', '095957.783000', '095957.785000', '095957.788000', '095957.791000', '095957.793000', '095957.796000', '095957.799000', '095957.801000', '095957.804000', '100017.680000', '100017.683000', '100017.686000', '100017.689000', '100017.691000', '100017.694000', '100017.697000', '100017.699000', '100017.702000', '100017.705000', '100017.707000', '100017.710000', '100017.712000', '100017.715000', '100017.718000', '100017.721000', '100017.723000', '100017.726000', '100017.729000', '100017.731000', '100017.734000', '100017.737000', '100017.739000', '100017.742000', '100017.744000', '100017.748000', '100017.750000', '100017.753000', '100017.755000', '100017.758000', '100017.761000', '100017.763000', '100017.766000', '100017.769000', '100017.771000', '100017.774000', '100017.777000', '100017.779000', '100017.782000', '100017.785000', '100017.787000', '100017.790000', '100017.793000', '100017.795000', '100037.680000', '100037.682000', '100037.685000', '100037.688000', '100037.691000', '100037.693000', '100037.696000', '100037.699000', '100037.702000', '100037.704000', '100037.707000', '100037.709000', '100037.712000', '100037.743000', '100037.745000', '100037.748000', '100037.750000', '100037.753000', '100037.756000', '100037.758000', '100037.761000', '100037.764000', '100037.766000', '100037.769000', '100037.771000', '100037.774000', '100037.777000', '100037.779000', '100037.782000', '100037.785000', '100037.787000', '100037.790000', '100037.793000', '100037.795000', '100037.798000', '100037.801000', '100037.803000', '100037.806000', '100037.809000', '100037.811000', '100037.814000', '100037.817000', '100037.819000', '100057.679000', '100057.681000', '100057.684000', '100057.687000', '100057.689000', '100057.692000', '100057.695000', '100057.697000', '100057.700000', '100057.703000', '100057.705000', '100057.708000', '100057.711000', '100057.713000', '100057.716000', '100057.718000', '100057.721000', '100057.724000', '100057.726000', '100057.729000', '100057.732000', '100057.734000', '100057.737000', '100057.740000', '100057.742000', '100057.745000', '100057.748000', '100057.750000', '100057.753000', '100057.756000', '100057.758000', '100057.761000', '100057.764000', '100057.766000', '100057.769000', '100057.771000', '100057.774000', '100057.777000', '100057.779000', '100057.782000', '100057.785000', '100057.787000', '100057.790000', '100057.793000', '100117.679000', '100117.681000', '100117.685000', '100117.687000', '100117.690000', '100117.692000', '100117.695000', '100117.698000', '100117.700000', '100117.703000', '100117.706000', '100117.709000', '100117.711000', '100117.714000', '100117.716000', '100117.719000', '100117.722000', '100117.724000', '100117.727000', '100117.730000', '100117.732000', '100117.735000', '100117.738000', '100117.740000', '100117.743000', '100117.746000', '100117.757000', '100117.760000', '100117.762000', '100117.765000', '100117.768000', '100117.770000', '100117.773000', '100117.776000', '100117.778000', '100117.781000', '100117.783000', '100117.786000', '100117.789000', '100117.791000', '100117.794000', '100117.797000', '100117.799000', '100137.679000', '100137.681000', '100137.684000', '100137.687000', '100137.690000', '100137.693000', '100137.695000', '100137.698000', '100137.701000', '100137.703000', '100137.706000', '100137.709000', '100137.712000', '100137.714000', '100137.717000', '100137.724000', '100137.727000', '100137.729000', '100137.732000', '100137.735000', '100137.738000', '100137.741000', '100137.743000', '100137.746000', '100137.749000', '100137.751000', '100137.754000', '100137.757000', '100137.760000', '100137.762000', '100137.765000', '100137.768000', '100137.771000', '100137.773000', '100137.776000', '100137.778000', '100137.781000', '100137.784000', '100137.786000', '100137.789000', '100137.792000', '100137.794000', '100137.797000', '100137.800000', '100157.680000', '100157.683000', '100157.685000', '100157.688000', '100157.691000', '100157.693000', '100157.696000', '100157.699000', '100157.701000', '100157.704000', '100157.719000', '100157.722000', '100157.724000', '100157.727000', '100157.730000', '100157.732000', '100157.735000', '100157.737000', '100157.740000', '100157.743000', '100157.745000', '100157.748000', '100157.750000', '100157.753000', '100157.756000', '100157.758000', '100157.762000', '100157.765000', '100157.768000', '100157.771000', '100157.773000', '100157.778000', '100157.781000', '100157.783000', '100157.786000', '100157.789000', '100157.791000', '100157.794000', '100157.796000', '100157.799000', '100157.802000', '100157.804000', '100157.807000', '100217.680000', '100217.683000', '100217.686000', '100217.688000', '100217.691000', '100217.694000', '100217.696000', '100217.699000', '100217.702000', '100217.704000', '100217.707000', '100217.710000', '100217.712000', '100217.715000', '100217.718000', '100217.721000', '100217.723000', '100217.726000', '100217.729000', '100217.731000', '100217.734000', '100217.737000', '100217.739000', '100217.742000', '100217.745000', '100217.747000', '100217.750000', '100217.753000', '100217.755000', '100217.758000', '100217.761000', '100217.763000', '100217.766000', '100217.769000', '100217.771000', '100217.774000', '100217.777000', '100217.779000', '100217.782000', '100217.785000', '100217.787000', '100217.790000', '100217.793000', '100217.795000', '100237.680000', '100237.683000', '100237.685000', '100237.688000', '100237.691000', '100237.693000', '100237.696000', '100237.698000', '100237.701000', '100237.704000', '100237.706000', '100237.709000', '100237.712000', '100237.714000', '100237.717000', '100237.720000', '100237.722000', '100237.725000', '100237.728000', '100237.730000', '100237.733000', '100237.736000', '100237.738000', '100237.741000', '100237.744000', '100237.746000', '100237.749000', '100237.751000', '100237.754000', '100237.757000', '100237.760000', '100237.762000', '100237.765000', '100237.768000', '100237.770000', '100237.773000', '100237.776000', '100237.778000', '100237.781000', '100237.783000', '100237.786000', '100237.789000', '100237.792000', '100257.680000', '100257.683000', '100257.685000', '100257.688000', '100257.691000', '100257.693000', '100257.696000', '100257.699000', '100257.701000', '100257.704000', '100257.707000', '100257.709000', '100257.712000', '100257.715000', '100257.717000', '100257.720000', '100257.723000', '100257.725000', '100257.728000', '100257.731000', '100257.733000', '100257.736000', '100257.739000', '100257.742000', '100257.744000', '100257.747000', '100257.750000', '100257.752000', '100257.755000', '100257.758000', '100257.761000', '100257.763000', '100257.766000', '100257.769000', '100257.771000', '100257.774000', '100257.776000', '100257.779000', '100257.782000', '100257.785000', '100257.787000', '100257.790000', '100257.793000', '100257.795000', '100317.679000', '100317.682000', '100317.684000', '100317.687000', '100317.690000', '100317.693000', '100317.695000', '100317.698000', '100317.701000', '100317.703000', '100317.706000', '100317.709000', '100317.711000', '100317.714000', '100317.717000', '100317.719000', '100317.722000', '100317.725000', '100317.727000', '100317.730000', '100317.733000', '100317.735000', '100317.738000', '100317.741000', '100317.743000', '100317.746000', '100317.749000', '100317.751000', '100317.754000', '100317.757000', '100317.759000', '100317.762000', '100317.765000', '100317.768000', '100317.770000', '100317.773000', '100317.776000', '100317.779000', '100317.781000', '100317.784000', '100317.787000', '100317.789000', '100317.792000', '100337.679000', '100337.681000', '100337.684000', '100337.687000', '100337.690000', '100337.692000', '100337.695000', '100337.698000', '100337.701000', '100337.704000', '100337.706000', '100337.709000', '100337.712000', '100337.714000', '100337.717000', '100337.720000', '100337.722000', '100337.725000', '100337.728000', '100337.730000', '100337.733000', '100337.736000', '100337.738000', '100337.741000', '100337.744000', '100337.746000', '100337.749000', '100337.751000', '100337.754000', '100337.757000', '100337.760000', '100337.762000', '100337.765000', '100337.768000', '100337.770000', '100337.773000', '100337.778000', '100337.780000', '100337.783000', '100337.785000', '100337.788000', '100337.791000', '100337.793000', '100337.796000', '100357.679000', '100357.682000', '100357.685000', '100357.687000', '100357.690000', '100357.693000', '100357.696000', '100357.698000', '100357.701000', '100357.703000', '100357.706000', '100357.709000', '100357.711000', '100357.714000', '100357.717000', '100357.719000', '100357.722000', '100357.725000', '100357.727000', '100357.730000', '100357.733000', '100357.735000', '100357.738000', '100357.741000', '100357.743000', '100357.746000', '100357.749000', '100357.751000', '100357.754000', '100357.756000', '100357.759000', '100357.762000', '100357.764000', '100357.767000', '100357.770000', '100357.772000', '100357.775000', '100357.778000', '100357.780000', '100357.783000', '100357.786000', '100357.788000', '100357.791000', '100417.680000', '100417.682000', '100417.685000', '100417.688000', '100417.691000', '100417.693000', '100417.696000', '100417.699000', '100417.701000', '100417.704000', '100417.707000', '100417.712000', '100417.715000', '100417.718000', '100417.720000', '100417.723000', '100417.726000', '100417.728000', '100417.731000', '100417.734000', '100417.736000', '100417.739000', '100417.741000', '100417.744000', '100417.747000', '100417.749000', '100417.762000', '100417.765000', '100417.768000', '100417.770000', '100417.773000', '100417.776000', '100417.788000', '100417.790000', '100417.793000', '100417.796000', '100417.798000', '100417.801000', '100417.804000', '100417.806000', '100417.809000', '100417.812000', '100417.814000', '100417.817000', '100437.680000', '100437.683000', '100437.685000', '100437.688000', '100437.691000', '100437.693000', '100437.696000', '100437.699000', '100437.701000', '100437.704000', '100437.706000', '100437.709000', '100437.712000', '100437.714000', '100437.717000', '100437.720000', '100437.722000', '100437.725000', '100437.728000', '100437.730000', '100437.733000', '100437.735000', '100437.738000', '100437.740000', '100437.743000', '100437.746000', '100437.748000', '100437.751000', '100437.754000', '100437.756000', '100437.759000', '100437.762000', '100437.764000', '100437.767000', '100437.770000', '100437.772000', '100437.775000', '100437.777000', '100437.780000', '100437.783000', '100437.785000', '100437.788000', '100437.791000', '100457.680000', '100457.683000', '100457.685000', '100457.688000', '100457.691000', '100457.694000', '100457.696000', '100457.699000', '100457.702000', '100457.704000', '100457.707000', '100457.711000', '100457.713000', '100457.716000', '100457.720000', '100457.722000', '100457.725000', '100457.728000', '100457.731000', '100457.734000', '100457.736000', '100457.739000', '100457.741000', '100457.744000', '100457.747000', '100457.750000', '100457.752000', '100457.755000', '100457.757000', '100457.760000', '100457.763000', '100457.766000', '100457.775000', '100457.778000', '100457.780000', '100457.783000', '100457.786000', '100457.789000', '100457.791000', '100457.794000', '100457.796000', '100457.799000', '100457.802000', '100517.680000', '100517.683000', '100517.685000', '100517.698000', '100517.701000', '100517.704000', '100517.706000', '100517.709000', '100517.712000', '100517.714000', '100517.717000', '100517.719000', '100517.722000', '100517.725000', '100517.727000', '100517.730000', '100517.733000', '100517.735000', '100517.738000', '100517.741000', '100517.743000', '100517.746000', '100517.749000', '100517.751000', '100517.754000', '100517.756000', '100517.759000', '100517.762000', '100517.764000', '100517.767000', '100517.770000', '100517.772000', '100517.775000', '100517.778000', '100517.780000', '100517.783000', '100517.786000', '100517.788000', '100517.791000', '100517.793000', '100517.796000', '100517.799000', '100517.801000', '100517.804000', '100537.694000', '100537.697000', '100537.699000', '100537.702000', '100537.705000', '100537.707000', '100537.710000', '100537.713000', '100537.715000', '100537.718000', '100537.721000', '100537.723000', '100537.726000', '100537.729000', '100537.731000', '100537.734000', '100537.737000', '100537.740000', '100537.742000', '100537.745000', '100537.748000', '100537.751000', '100537.753000', '100537.767000', '100537.770000', '100537.772000', '100537.775000', '100537.778000', '100537.781000', '100537.783000', '100537.786000', '100537.789000', '100537.792000', '100537.794000', '100537.797000', '100537.800000', '100537.802000', '100537.805000', '100537.808000', '100537.810000', '100537.813000', '100537.816000', '100537.818000', '100547.257000', '100547.260000', '100547.262000', '100547.265000', '100547.268000', '100547.271000', '100547.273000', '100547.276000', '100547.279000', '100547.281000', '100547.284000', '100547.287000', '100547.289000', '100547.292000', '100547.294000', '100547.297000', '100547.305000', '100547.307000', '100547.310000', '100547.313000', '100547.315000', '100547.318000'], 'InstanceCreationTime': ['095337.715000', '095337.718000', '095337.721000', '095337.724000', '095337.726000', '095337.729000', '095337.731000', '095337.734000', '095337.737000', '095337.739000', '095337.746000', '095337.749000', '095337.751000', '095337.754000', '095337.757000', '095337.760000', '095337.763000', '095337.765000', '095337.768000', '095337.771000', '095337.773000', '095337.776000', '095337.779000', '095337.781000', '095337.784000', '095337.786000', '095337.789000', '095337.792000', '095337.794000', '095337.797000', '095337.800000', '095337.802000', '095337.805000', '095337.807000', '095337.810000', '095337.813000', '095337.825000', '095337.827000', '095337.830000', '095337.833000', '095337.835000', '095337.838000', '095337.841000', '095337.843000', '095337.846000', '095337.849000', '095337.851000', '095337.854000', '095337.856000', '095337.859000', '095337.862000', '095337.864000', '095337.867000', '095357.679000', '095357.682000', '095357.685000', '095357.688000', '095357.711000', '095357.714000', '095357.716000', '095357.719000', '095357.726000', '095357.728000', '095357.731000', '095357.734000', '095357.736000', '095357.739000', '095357.741000', '095357.744000', '095357.747000', '095357.750000', '095357.752000', '095357.755000', '095357.757000', '095357.760000', '095357.762000', '095357.765000', '095357.768000', '095357.770000', '095357.773000', '095357.776000', '095357.778000', '095357.781000', '095357.783000', '095357.786000', '095357.789000', '095357.791000', '095357.794000', '095357.797000', '095357.799000', '095357.802000', '095357.804000', '095357.807000', '095357.810000', '095357.812000', '095357.815000', '095357.817000', '095417.679000', '095417.682000', '095417.685000', '095417.687000', '095417.690000', '095417.692000', '095417.695000', '095417.698000', '095417.701000', '095417.703000', '095417.706000', '095417.709000', '095417.711000', '095417.714000', '095417.732000', '095417.735000', '095417.738000', '095417.740000', '095417.743000', '095417.746000', '095417.749000', '095417.751000', '095417.754000', '095417.756000', '095417.759000', '095417.762000', '095417.764000', '095417.767000', '095417.770000', '095417.772000', '095417.775000', '095417.778000', '095417.780000', '095417.783000', '095417.785000', '095417.788000', '095417.791000', '095417.793000', '095417.796000', '095417.798000', '095417.801000', '095417.804000', '095417.806000', '095437.679000', '095437.681000', '095437.684000', '095437.687000', '095437.690000', '095437.696000', '095437.699000', '095437.702000', '095437.704000', '095437.707000', '095437.710000', '095437.712000', '095437.715000', '095437.718000', '095437.720000', '095437.729000', '095437.732000', '095437.734000', '095437.737000', '095437.740000', '095437.742000', '095437.745000', '095437.748000', '095437.750000', '095437.753000', '095437.755000', '095437.758000', '095437.761000', '095437.763000', '095437.766000', '095437.769000', '095437.771000', '095437.774000', '095437.776000', '095437.779000', '095437.782000', '095437.784000', '095437.787000', '095437.789000', '095437.792000', '095437.795000', '095437.797000', '095437.800000', '095437.803000', '095457.679000', '095457.682000', '095457.685000', '095457.687000', '095457.690000', '095457.693000', '095457.695000', '095457.698000', '095457.701000', '095457.703000', '095457.706000', '095457.708000', '095457.711000', '095457.714000', '095457.716000', '095457.719000', '095457.722000', '095457.725000', '095457.727000', '095457.730000', '095457.732000', '095457.735000', '095457.738000', '095457.740000', '095457.743000', '095457.745000', '095457.748000', '095457.751000', '095457.753000', '095457.756000', '095457.759000', '095457.768000', '095457.771000', '095457.774000', '095457.783000', '095457.786000', '095457.788000', '095457.791000', '095457.794000', '095457.796000', '095457.799000', '095457.802000', '095457.805000', '095517.679000', '095517.683000', '095517.686000', '095517.689000', '095517.691000', '095517.694000', '095517.697000', '095517.699000', '095517.702000', '095517.705000', '095517.707000', '095517.710000', '095517.712000', '095517.715000', '095517.718000', '095517.720000', '095517.723000', '095517.726000', '095517.737000', '095517.739000', '095517.742000', '095517.745000', '095517.747000', '095517.750000', '095517.753000', '095517.755000', '095517.758000', '095517.761000', '095517.763000', '095517.766000', '095517.769000', '095517.771000', '095517.774000', '095517.777000', '095517.779000', '095517.782000', '095517.785000', '095517.787000', '095517.790000', '095517.792000', '095517.795000', '095517.798000', '095517.801000', '095517.803000', '095537.679000', '095537.682000', '095537.685000', '095537.688000', '095537.690000', '095537.693000', '095537.696000', '095537.698000', '095537.701000', '095537.703000', '095537.706000', '095537.709000', '095537.711000', '095537.714000', '095537.717000', '095537.719000', '095537.722000', '095537.724000', '095537.727000', '095537.730000', '095537.732000', '095537.735000', '095537.738000', '095537.740000', '095537.743000', '095537.746000', '095537.748000', '095537.751000', '095537.754000', '095537.756000', '095537.759000', '095537.762000', '095537.765000', '095537.767000', '095537.770000', '095537.773000', '095537.775000', '095537.778000', '095537.780000', '095537.783000', '095537.786000', '095537.788000', '095537.791000', '095557.680000', '095557.690000', '095557.692000', '095557.695000', '095557.698000', '095557.700000', '095557.703000', '095557.705000', '095557.708000', '095557.711000', '095557.713000', '095557.716000', '095557.719000', '095557.721000', '095557.724000', '095557.727000', '095557.729000', '095557.732000', '095557.735000', '095557.737000', '095557.740000', '095557.742000', '095557.745000', '095557.748000', '095557.750000', '095557.753000', '095557.756000', '095557.758000', '095557.761000', '095557.764000', '095557.766000', '095557.769000', '095557.781000', '095557.783000', '095557.786000', '095557.788000', '095557.791000', '095557.794000', '095557.796000', '095557.799000', '095557.802000', '095557.805000', '095557.807000', '095557.810000', '095617.680000', '095617.682000', '095617.686000', '095617.688000', '095617.691000', '095617.693000', '095617.696000', '095617.699000', '095617.701000', '095617.704000', '095617.720000', '095617.722000', '095617.725000', '095617.728000', '095617.730000', '095617.733000', '095617.736000', '095617.738000', '095617.741000', '095617.743000', '095617.746000', '095617.749000', '095617.751000', '095617.754000', '095617.757000', '095617.759000', '095617.762000', '095617.765000', '095617.767000', '095617.770000', '095617.773000', '095617.775000', '095617.778000', '095617.781000', '095617.783000', '095617.786000', '095617.788000', '095617.791000', '095617.794000', '095617.796000', '095617.799000', '095617.801000', '095617.804000', '095637.678000', '095637.681000', '095637.684000', '095637.687000', '095637.690000', '095637.692000', '095637.695000', '095637.698000', '095637.700000', '095637.703000', '095637.705000', '095637.708000', '095637.711000', '095637.713000', '095637.716000', '095637.719000', '095637.721000', '095637.724000', '095637.727000', '095637.729000', '095637.732000', '095637.734000', '095637.737000', '095637.740000', '095637.743000', '095637.745000', '095637.748000', '095637.750000', '095637.753000', '095637.756000', '095637.758000', '095637.761000', '095637.763000', '095637.777000', '095637.780000', '095637.783000', '095637.785000', '095637.788000', '095637.791000', '095637.794000', '095637.796000', '095637.799000', '095637.802000', '095637.804000', '095657.678000', '095657.682000', '095657.684000', '095657.687000', '095657.690000', '095657.692000', '095657.695000', '095657.698000', '095657.700000', '095657.703000', '095657.706000', '095657.708000', '095657.711000', '095657.714000', '095657.717000', '095657.719000', '095657.722000', '095657.725000', '095657.727000', '095657.730000', '095657.733000', '095657.740000', '095657.742000', '095657.745000', '095657.748000', '095657.751000', '095657.753000', '095657.756000', '095657.758000', '095657.761000', '095657.764000', '095657.766000', '095657.769000', '095657.772000', '095657.774000', '095657.777000', '095657.779000', '095657.782000', '095657.785000', '095657.787000', '095657.790000', '095657.793000', '095657.795000', '095717.680000', '095717.682000', '095717.686000', '095717.688000', '095717.691000', '095717.694000', '095717.696000', '095717.699000', '095717.702000', '095717.704000', '095717.707000', '095717.710000', '095717.712000', '095717.715000', '095717.717000', '095717.720000', '095717.723000', '095717.725000', '095717.728000', '095717.731000', '095717.733000', '095717.736000', '095717.739000', '095717.742000', '095717.744000', '095717.747000', '095717.749000', '095717.752000', '095717.755000', '095717.778000', '095717.781000', '095717.783000', '095717.786000', '095717.789000', '095717.791000', '095717.794000', '095717.797000', '095717.799000', '095717.802000', '095717.805000', '095717.807000', '095717.810000', '095717.812000', '095717.815000', '095737.680000', '095737.683000', '095737.685000', '095737.688000', '095737.691000', '095737.693000', '095737.696000', '095737.699000', '095737.701000', '095737.704000', '095737.707000', '095737.709000', '095737.712000', '095737.714000', '095737.717000', '095737.720000', '095737.722000', '095737.725000', '095737.728000', '095737.730000', '095737.733000', '095737.736000', '095737.738000', '095737.741000', '095737.744000', '095737.746000', '095737.749000', '095737.751000', '095737.754000', '095737.757000', '095737.759000', '095737.762000', '095737.765000', '095737.767000', '095737.770000', '095737.773000', '095737.775000', '095737.778000', '095737.781000', '095737.783000', '095737.786000', '095737.789000', '095737.791000', '095757.679000', '095757.682000', '095757.685000', '095757.688000', '095757.690000', '095757.693000', '095757.696000', '095757.698000', '095757.701000', '095757.704000', '095757.706000', '095757.709000', '095757.712000', '095757.714000', '095757.717000', '095757.719000', '095757.722000', '095757.725000', '095757.727000', '095757.730000', '095757.733000', '095757.735000', '095757.738000', '095757.741000', '095757.743000', '095757.746000', '095757.749000', '095757.751000', '095757.754000', '095757.757000', '095757.760000', '095757.762000', '095757.765000', '095757.768000', '095757.770000', '095757.773000', '095757.776000', '095757.778000', '095757.781000', '095757.784000', '095757.786000', '095757.789000', '095757.792000', '095757.794000', '095817.679000', '095817.682000', '095817.685000', '095817.688000', '095817.691000', '095817.693000', '095817.696000', '095817.699000', '095817.701000', '095817.704000', '095817.706000', '095817.709000', '095817.712000', '095817.715000', '095817.717000', '095817.720000', '095817.723000', '095817.725000', '095817.728000', '095817.731000', '095817.733000', '095817.736000', '095817.738000', '095817.741000', '095817.744000', '095817.746000', '095817.749000', '095817.752000', '095817.755000', '095817.757000', '095817.760000', '095817.762000', '095817.765000', '095817.768000', '095817.770000', '095817.773000', '095817.776000', '095817.778000', '095817.781000', '095817.784000', '095817.786000', '095817.789000', '095817.798000', '095837.680000', '095837.683000', '095837.685000', '095837.688000', '095837.691000', '095837.693000', '095837.696000', '095837.699000', '095837.701000', '095837.704000', '095837.707000', '095837.709000', '095837.712000', '095837.714000', '095837.717000', '095837.720000', '095837.722000', '095837.725000', '095837.728000', '095837.731000', '095837.733000', '095837.736000', '095837.739000', '095837.742000', '095837.745000', '095837.748000', '095837.750000', '095837.753000', '095837.756000', '095837.758000', '095837.761000', '095837.763000', '095837.766000', '095837.769000', '095837.771000', '095837.774000', '095837.777000', '095837.779000', '095837.782000', '095837.784000', '095837.787000', '095837.790000', '095837.792000', '095857.679000', '095857.682000', '095857.684000', '095857.687000', '095857.690000', '095857.692000', '095857.695000', '095857.698000', '095857.700000', '095857.703000', '095857.706000', '095857.708000', '095857.711000', '095857.713000', '095857.716000', '095857.719000', '095857.721000', '095857.724000', '095857.726000', '095857.729000', '095857.732000', '095857.734000', '095857.737000', '095857.740000', '095857.742000', '095857.745000', '095857.749000', '095857.752000', '095857.755000', '095857.757000', '095857.760000', '095857.763000', '095857.765000', '095857.768000', '095857.771000', '095857.774000', '095857.776000', '095857.779000', '095857.781000', '095857.784000', '095857.787000', '095857.789000', '095857.792000', '095857.795000', '095917.679000', '095917.681000', '095917.684000', '095917.687000', '095917.690000', '095917.692000', '095917.695000', '095917.697000', '095917.700000', '095917.702000', '095917.705000', '095917.708000', '095917.710000', '095917.713000', '095917.715000', '095917.718000', '095917.720000', '095917.746000', '095917.749000', '095917.752000', '095917.754000', '095917.757000', '095917.760000', '095917.763000', '095917.765000', '095917.768000', '095917.770000', '095917.773000', '095917.776000', '095917.779000', '095917.781000', '095917.784000', '095917.786000', '095917.789000', '095917.792000', '095917.794000', '095917.797000', '095917.799000', '095917.802000', '095917.805000', '095917.807000', '095917.810000', '095917.813000', '095937.679000', '095937.682000', '095937.685000', '095937.688000', '095937.690000', '095937.693000', '095937.696000', '095937.698000', '095937.701000', '095937.703000', '095937.706000', '095937.709000', '095937.711000', '095937.714000', '095937.717000', '095937.719000', '095937.722000', '095937.725000', '095937.727000', '095937.730000', '095937.732000', '095937.735000', '095937.738000', '095937.740000', '095937.743000', '095937.746000', '095937.748000', '095937.751000', '095937.754000', '095937.756000', '095937.759000', '095937.762000', '095937.764000', '095937.767000', '095937.770000', '095937.773000', '095937.775000', '095937.778000', '095937.781000', '095937.783000', '095937.786000', '095937.788000', '095937.791000', '095937.794000', '095957.679000', '095957.682000', '095957.685000', '095957.688000', '095957.690000', '095957.693000', '095957.696000', '095957.698000', '095957.701000', '095957.704000', '095957.706000', '095957.709000', '095957.711000', '095957.714000', '095957.717000', '095957.719000', '095957.722000', '095957.725000', '095957.728000', '095957.731000', '095957.734000', '095957.736000', '095957.739000', '095957.741000', '095957.744000', '095957.747000', '095957.761000', '095957.763000', '095957.766000', '095957.769000', '095957.772000', '095957.775000', '095957.777000', '095957.780000', '095957.783000', '095957.785000', '095957.788000', '095957.791000', '095957.793000', '095957.796000', '095957.799000', '095957.801000', '095957.804000', '100017.680000', '100017.683000', '100017.686000', '100017.689000', '100017.691000', '100017.694000', '100017.697000', '100017.699000', '100017.702000', '100017.705000', '100017.707000', '100017.710000', '100017.712000', '100017.715000', '100017.718000', '100017.721000', '100017.723000', '100017.726000', '100017.729000', '100017.731000', '100017.734000', '100017.737000', '100017.739000', '100017.742000', '100017.744000', '100017.748000', '100017.750000', '100017.753000', '100017.755000', '100017.758000', '100017.761000', '100017.763000', '100017.766000', '100017.769000', '100017.771000', '100017.774000', '100017.777000', '100017.779000', '100017.782000', '100017.785000', '100017.787000', '100017.790000', '100017.793000', '100017.795000', '100037.680000', '100037.682000', '100037.685000', '100037.688000', '100037.691000', '100037.693000', '100037.696000', '100037.699000', '100037.702000', '100037.704000', '100037.707000', '100037.709000', '100037.712000', '100037.743000', '100037.745000', '100037.748000', '100037.750000', '100037.753000', '100037.756000', '100037.758000', '100037.761000', '100037.764000', '100037.766000', '100037.769000', '100037.771000', '100037.774000', '100037.777000', '100037.779000', '100037.782000', '100037.785000', '100037.787000', '100037.790000', '100037.793000', '100037.795000', '100037.798000', '100037.801000', '100037.803000', '100037.806000', '100037.809000', '100037.811000', '100037.814000', '100037.817000', '100037.819000', '100057.679000', '100057.681000', '100057.684000', '100057.687000', '100057.689000', '100057.692000', '100057.695000', '100057.697000', '100057.700000', '100057.703000', '100057.705000', '100057.708000', '100057.711000', '100057.713000', '100057.716000', '100057.718000', '100057.721000', '100057.724000', '100057.726000', '100057.729000', '100057.732000', '100057.734000', '100057.737000', '100057.740000', '100057.742000', '100057.745000', '100057.748000', '100057.750000', '100057.753000', '100057.756000', '100057.758000', '100057.761000', '100057.764000', '100057.766000', '100057.769000', '100057.771000', '100057.774000', '100057.777000', '100057.779000', '100057.782000', '100057.785000', '100057.787000', '100057.790000', '100057.793000', '100117.679000', '100117.681000', '100117.685000', '100117.687000', '100117.690000', '100117.692000', '100117.695000', '100117.698000', '100117.700000', '100117.703000', '100117.706000', '100117.709000', '100117.711000', '100117.714000', '100117.716000', '100117.719000', '100117.722000', '100117.724000', '100117.727000', '100117.730000', '100117.732000', '100117.735000', '100117.738000', '100117.740000', '100117.743000', '100117.746000', '100117.757000', '100117.760000', '100117.762000', '100117.765000', '100117.768000', '100117.770000', '100117.773000', '100117.776000', '100117.778000', '100117.781000', '100117.783000', '100117.786000', '100117.789000', '100117.791000', '100117.794000', '100117.797000', '100117.799000', '100137.679000', '100137.681000', '100137.684000', '100137.687000', '100137.690000', '100137.693000', '100137.695000', '100137.698000', '100137.701000', '100137.703000', '100137.706000', '100137.709000', '100137.712000', '100137.714000', '100137.717000', '100137.724000', '100137.727000', '100137.729000', '100137.732000', '100137.735000', '100137.738000', '100137.741000', '100137.743000', '100137.746000', '100137.749000', '100137.751000', '100137.754000', '100137.757000', '100137.760000', '100137.762000', '100137.765000', '100137.768000', '100137.771000', '100137.773000', '100137.776000', '100137.778000', '100137.781000', '100137.784000', '100137.786000', '100137.789000', '100137.792000', '100137.794000', '100137.797000', '100137.800000', '100157.680000', '100157.683000', '100157.685000', '100157.688000', '100157.691000', '100157.693000', '100157.696000', '100157.699000', '100157.701000', '100157.704000', '100157.719000', '100157.722000', '100157.724000', '100157.727000', '100157.730000', '100157.732000', '100157.735000', '100157.737000', '100157.740000', '100157.743000', '100157.745000', '100157.748000', '100157.750000', '100157.753000', '100157.756000', '100157.758000', '100157.762000', '100157.765000', '100157.768000', '100157.771000', '100157.773000', '100157.778000', '100157.781000', '100157.783000', '100157.786000', '100157.789000', '100157.791000', '100157.794000', '100157.796000', '100157.799000', '100157.802000', '100157.804000', '100157.807000', '100217.680000', '100217.683000', '100217.686000', '100217.688000', '100217.691000', '100217.694000', '100217.696000', '100217.699000', '100217.702000', '100217.704000', '100217.707000', '100217.710000', '100217.712000', '100217.715000', '100217.718000', '100217.721000', '100217.723000', '100217.726000', '100217.729000', '100217.731000', '100217.734000', '100217.737000', '100217.739000', '100217.742000', '100217.745000', '100217.747000', '100217.750000', '100217.753000', '100217.755000', '100217.758000', '100217.761000', '100217.763000', '100217.766000', '100217.769000', '100217.771000', '100217.774000', '100217.777000', '100217.779000', '100217.782000', '100217.785000', '100217.787000', '100217.790000', '100217.793000', '100217.795000', '100237.680000', '100237.683000', '100237.685000', '100237.688000', '100237.691000', '100237.693000', '100237.696000', '100237.698000', '100237.701000', '100237.704000', '100237.706000', '100237.709000', '100237.712000', '100237.714000', '100237.717000', '100237.720000', '100237.722000', '100237.725000', '100237.728000', '100237.730000', '100237.733000', '100237.736000', '100237.738000', '100237.741000', '100237.744000', '100237.746000', '100237.749000', '100237.751000', '100237.754000', '100237.757000', '100237.760000', '100237.762000', '100237.765000', '100237.768000', '100237.770000', '100237.773000', '100237.776000', '100237.778000', '100237.781000', '100237.783000', '100237.786000', '100237.789000', '100237.792000', '100257.680000', '100257.683000', '100257.685000', '100257.688000', '100257.691000', '100257.693000', '100257.696000', '100257.699000', '100257.701000', '100257.704000', '100257.707000', '100257.709000', '100257.712000', '100257.715000', '100257.717000', '100257.720000', '100257.723000', '100257.725000', '100257.728000', '100257.731000', '100257.733000', '100257.736000', '100257.739000', '100257.742000', '100257.744000', '100257.747000', '100257.750000', '100257.752000', '100257.755000', '100257.758000', '100257.761000', '100257.763000', '100257.766000', '100257.769000', '100257.771000', '100257.774000', '100257.776000', '100257.779000', '100257.782000', '100257.785000', '100257.787000', '100257.790000', '100257.793000', '100257.795000', '100317.679000', '100317.682000', '100317.684000', '100317.687000', '100317.690000', '100317.693000', '100317.695000', '100317.698000', '100317.701000', '100317.703000', '100317.706000', '100317.709000', '100317.711000', '100317.714000', '100317.717000', '100317.719000', '100317.722000', '100317.725000', '100317.727000', '100317.730000', '100317.733000', '100317.735000', '100317.738000', '100317.741000', '100317.743000', '100317.746000', '100317.749000', '100317.751000', '100317.754000', '100317.757000', '100317.759000', '100317.762000', '100317.765000', '100317.768000', '100317.770000', '100317.773000', '100317.776000', '100317.779000', '100317.781000', '100317.784000', '100317.787000', '100317.789000', '100317.792000', '100337.679000', '100337.681000', '100337.684000', '100337.687000', '100337.690000', '100337.692000', '100337.695000', '100337.698000', '100337.701000', '100337.704000', '100337.706000', '100337.709000', '100337.712000', '100337.714000', '100337.717000', '100337.720000', '100337.722000', '100337.725000', '100337.728000', '100337.730000', '100337.733000', '100337.736000', '100337.738000', '100337.741000', '100337.744000', '100337.746000', '100337.749000', '100337.751000', '100337.754000', '100337.757000', '100337.760000', '100337.762000', '100337.765000', '100337.768000', '100337.770000', '100337.773000', '100337.778000', '100337.780000', '100337.783000', '100337.785000', '100337.788000', '100337.791000', '100337.793000', '100337.796000', '100357.679000', '100357.682000', '100357.685000', '100357.687000', '100357.690000', '100357.693000', '100357.696000', '100357.698000', '100357.701000', '100357.703000', '100357.706000', '100357.709000', '100357.711000', '100357.714000', '100357.717000', '100357.719000', '100357.722000', '100357.725000', '100357.727000', '100357.730000', '100357.733000', '100357.735000', '100357.738000', '100357.741000', '100357.743000', '100357.746000', '100357.749000', '100357.751000', '100357.754000', '100357.756000', '100357.759000', '100357.762000', '100357.764000', '100357.767000', '100357.770000', '100357.772000', '100357.775000', '100357.778000', '100357.780000', '100357.783000', '100357.786000', '100357.788000', '100357.791000', '100417.680000', '100417.682000', '100417.685000', '100417.688000', '100417.691000', '100417.693000', '100417.696000', '100417.699000', '100417.701000', '100417.704000', '100417.707000', '100417.712000', '100417.715000', '100417.718000', '100417.720000', '100417.723000', '100417.726000', '100417.728000', '100417.731000', '100417.734000', '100417.736000', '100417.739000', '100417.741000', '100417.744000', '100417.747000', '100417.749000', '100417.762000', '100417.765000', '100417.768000', '100417.770000', '100417.773000', '100417.776000', '100417.788000', '100417.790000', '100417.793000', '100417.796000', '100417.798000', '100417.801000', '100417.804000', '100417.806000', '100417.809000', '100417.812000', '100417.814000', '100417.817000', '100437.680000', '100437.683000', '100437.685000', '100437.688000', '100437.691000', '100437.693000', '100437.696000', '100437.699000', '100437.701000', '100437.704000', '100437.706000', '100437.709000', '100437.712000', '100437.714000', '100437.717000', '100437.720000', '100437.722000', '100437.725000', '100437.728000', '100437.730000', '100437.733000', '100437.735000', '100437.738000', '100437.740000', '100437.743000', '100437.746000', '100437.748000', '100437.751000', '100437.754000', '100437.756000', '100437.759000', '100437.762000', '100437.764000', '100437.767000', '100437.770000', '100437.772000', '100437.775000', '100437.777000', '100437.780000', '100437.783000', '100437.785000', '100437.788000', '100437.791000', '100457.680000', '100457.683000', '100457.685000', '100457.688000', '100457.691000', '100457.694000', '100457.696000', '100457.699000', '100457.702000', '100457.704000', '100457.707000', '100457.711000', '100457.713000', '100457.716000', '100457.720000', '100457.722000', '100457.725000', '100457.728000', '100457.731000', '100457.734000', '100457.736000', '100457.739000', '100457.741000', '100457.744000', '100457.747000', '100457.750000', '100457.752000', '100457.755000', '100457.757000', '100457.760000', '100457.763000', '100457.766000', '100457.775000', '100457.778000', '100457.780000', '100457.783000', '100457.786000', '100457.789000', '100457.791000', '100457.794000', '100457.796000', '100457.799000', '100457.802000', '100517.680000', '100517.683000', '100517.685000', '100517.698000', '100517.701000', '100517.704000', '100517.706000', '100517.709000', '100517.712000', '100517.714000', '100517.717000', '100517.719000', '100517.722000', '100517.725000', '100517.727000', '100517.730000', '100517.733000', '100517.735000', '100517.738000', '100517.741000', '100517.743000', '100517.746000', '100517.749000', '100517.751000', '100517.754000', '100517.756000', '100517.759000', '100517.762000', '100517.764000', '100517.767000', '100517.770000', '100517.772000', '100517.775000', '100517.778000', '100517.780000', '100517.783000', '100517.786000', '100517.788000', '100517.791000', '100517.793000', '100517.796000', '100517.799000', '100517.801000', '100517.804000', '100537.694000', '100537.697000', '100537.699000', '100537.702000', '100537.705000', '100537.707000', '100537.710000', '100537.713000', '100537.715000', '100537.718000', '100537.721000', '100537.723000', '100537.726000', '100537.729000', '100537.731000', '100537.734000', '100537.737000', '100537.740000', '100537.742000', '100537.745000', '100537.748000', '100537.751000', '100537.753000', '100537.767000', '100537.770000', '100537.772000', '100537.775000', '100537.778000', '100537.781000', '100537.783000', '100537.786000', '100537.789000', '100537.792000', '100537.794000', '100537.797000', '100537.800000', '100537.802000', '100537.805000', '100537.808000', '100537.810000', '100537.813000', '100537.816000', '100537.818000', '100547.257000', '100547.260000', '100547.262000', '100547.265000', '100547.268000', '100547.271000', '100547.273000', '100547.276000', '100547.279000', '100547.281000', '100547.284000', '100547.287000', '100547.289000', '100547.292000', '100547.294000', '100547.297000', '100547.305000', '100547.307000', '100547.310000', '100547.313000', '100547.315000', '100547.318000'], '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': [8572, 9537, 8406, 13607, 8844, 9844, 8353, 8949, 8199, 8663, 8936, 8409, 9160, 8659, 15429, 8541, 9925, 8232, 9224, 8848, 13167, 9084, 8605, 8189, 8204, 7627, 8437, 9503, 8363, 7542, 8626, 9070, 8687, 10772, 8298, 7999, 7855, 8469, 12161, 9550, 10827, 8051, 8367, 10411, 11077, 15840, 9050, 12528, 8598, 14589, 12105, 9708, 8459, 8699, 12128, 10325, 16514, 8161, 9004, 8195, 8565, 11521, 11018, 13270, 8353, 8132, 8532, 8596, 9693, 8314, 8502, 8189, 8796, 8720, 10557, 8646, 8280, 8592, 8569, 13950, 11357, 9991, 8297, 8402, 9087, 8555, 15009, 10163, 10893, 8438, 9949, 13319, 8530, 9812, 8160, 9732, 8638, 17009, 11616, 10583, 7946, 8980, 8486, 10294, 10023, 8292, 8341, 8341, 12459, 8900, 8673, 8144, 8479, 7766, 8681, 11998, 8613, 9889, 8101, 8768, 8614, 11761, 11956, 8113, 8299, 8324, 9998, 8474, 14423, 8206, 10117, 8395, 9458, 12098, 8071, 9427, 8506, 13376, 9233, 12230, 8319, 8051, 9002, 8279, 14383, 11062, 10509, 7850, 8435, 7979, 8646, 14244, 8272, 10683, 8431, 9992, 10056, 9259, 11257, 8144, 9874, 8462, 12406, 13015, 8313, 9273, 8062, 11569, 8458, 14142, 8223, 8686, 8310, 8495, 12602, 8142, 9174, 7886, 9499, 8187, 12374, 9029, 8599, 8414, 8636, 8951, 8454, 14498, 9777, 9436, 7955, 8688, 9728, 9216, 12081, 8098, 10702, 8187, 14405, 11419, 10476, 8520, 8323, 9839, 9395, 17557, 13324, 11199, 8047, 8414, 8349, 8492, 14300, 10186, 10910, 8619, 8291, 8155, 11483, 8512, 8441, 8371, 8364, 12579, 7959, 9963, 8433, 11204, 8329, 11851, 8316, 8203, 8616, 8499, 12217, 9656, 13742, 8177, 8624, 8655, 8527, 12881, 9213, 10708, 8483, 8372, 8523, 11251, 8404, 8109, 8204, 8462, 11315, 8981, 13386, 8222, 9028, 7851, 12361, 10078, 7915, 8631, 8361, 14637, 13627, 18393, 18016, 12994, 10105, 8939, 8912, 8382, 8946, 8152, 8924, 7926, 8273, 8273, 8226, 8453, 8166, 8774, 7895, 8351, 8872, 8332, 13066, 10299, 13553, 9239, 10689, 9530, 13444, 12130, 8087, 9418, 8704, 13259, 12359, 15290, 8216, 8624, 8522, 8320, 9653, 8536, 8445, 8220, 7697, 8039, 8578, 8290, 8265, 8518, 8636, 8245, 10406, 8336, 12337, 8540, 14047, 9539, 8704, 8573, 8118, 15138, 8370, 10233, 8641, 12999, 9486, 8606, 7684, 8438, 8506, 8424, 14957, 8346, 9979, 8144, 8674, 8137, 8546, 13700, 8339, 9650, 8398, 9628, 8477, 9617, 8295, 8515, 10171, 8408, 14415, 8287, 10850, 8530, 12734, 9967, 8130, 8353, 8879, 16870, 12822, 10853, 8328, 8696, 7922, 8518, 14831, 8557, 10177, 8435, 8748, 7782, 8522, 10503, 8351, 8591, 8520, 10846, 9056, 8853, 8344, 8439, 11237, 8937, 14395, 8095, 10773, 8359, 15150, 10884, 8308, 8705, 8763, 13922, 8629, 10033, 8223, 10472, 8972, 14367, 9204, 8678, 8181, 8830, 9673, 8515, 10790, 8085, 8594, 8798, 8714, 9483, 8607, 7975, 8322, 8720, 8504, 9924, 7740, 8560, 8638, 8494, 14218, 10206, 10782, 8564, 8608, 14231, 9161, 10964, 8475, 12938, 11394, 9284, 8696, 8793, 11912, 9993, 17694, 10864, 8499, 8517, 8506, 10974, 9475, 14428, 8178, 8579, 8685, 8700, 10121, 8466, 8103, 8304, 10681, 8531, 10348, 9075, 8093, 9444, 8673, 12593, 12446, 8643, 9838, 8750, 15141, 12536, 12005, 8666, 8440, 8838, 11717, 13861, 8306, 9983, 8455, 13913, 13561, 8070, 8281, 8920, 12260, 10518, 14694, 9166, 8168, 9019, 8983, 9289, 7926, 8731, 8364, 8644, 8579, 8597, 9437, 8105, 9094, 8313, 8713, 12857, 8228, 9564, 8254, 10925, 14859, 8373, 11170, 8602, 16184, 12745, 13330, 8674, 8665, 10161, 12158, 17790, 10650, 9724, 8584, 9015, 9925, 8258, 8410, 8601, 10028, 8766, 9614, 8465, 8045, 8575, 8544, 11469, 10910, 8222, 8124, 8497, 9822, 8654, 13848, 11893, 8035, 8707, 8557, 10863, 8966, 8277, 8930, 8329, 9015, 8249, 13145, 8179, 10997, 8003, 11424, 8838, 7983, 8813, 8621, 12733, 11252, 15897, 8794, 8223, 8974, 8857, 11287, 10434, 14463, 8119, 9441, 8240, 11633, 8922, 8038, 8589, 8621, 10168, 8528, 12709, 8267, 8477, 8291, 8683, 12414, 8134, 10797, 8099, 12643, 12400, 13435, 13627, 8079, 9430, 8386, 11128, 12018, 10179, 8947, 7973, 9621, 8281, 16187, 8798, 9804, 8439, 8399, 13422, 8050, 10719, 8373, 9461, 9812, 11026, 12425, 8086, 9919, 8413, 14783, 13231, 12996, 8927, 8209, 8751, 8495, 14804, 8283, 9814, 8619, 8979, 9676, 8215, 8935, 8078, 9406, 8341, 13933, 8484, 8654, 7912, 8541, 11517, 8163, 9904, 8252, 8852, 7964, 8321, 13192, 8120, 9300, 8328, 12716, 8829, 11325, 8531, 8632, 8512, 8658, 14637, 8141, 11110, 8194, 10503, 11328, 8704, 10138, 8088, 8987, 8292, 13066, 11843, 8080, 8726, 8269, 12723, 9609, 13518, 8690, 8161, 8750, 8823, 13066, 10765, 13787, 8528, 8175, 8994, 8404, 13524, 11750, 12855, 8809, 8283, 8955, 9545, 15081, 8571, 10104, 8502, 10275, 11357, 7872, 9086, 8558, 11931, 8350, 14034, 8845, 8048, 8960, 8698, 10437, 8956, 12463, 8339, 8752, 8462, 8752, 12078, 9166, 9488, 8149, 9249, 8225, 8548, 13263, 9208, 10358, 8451, 8769, 11634, 8050, 11171, 8196, 11677, 8441, 12137, 8709, 8007, 9396, 8166, 16877, 13184, 10630, 8917, 8121, 9791, 7951, 12231, 10659, 7808, 9000, 8297, 11370, 8923, 9183, 8365, 9181, 8531, 9032, 10637, 8089, 10044, 8186, 12519, 9103, 7694, 9121, 8479, 16124, 12416, 12368, 8919, 7793, 9171, 8508, 12214, 10463, 13413, 8432, 8408, 8525, 8676, 10741, 8003, 9566, 8071, 9033, 8598, 7881, 8556, 8415, 12394, 8803, 11377, 8450, 8199, 8976, 8406, 13303, 10900, 12198, 8998, 8109, 9424, 7960, 16310, 10272, 9426, 8522, 8433, 13998, 8351, 11118, 8498, 9627, 10468, 7904, 9157, 8494, 13673, 10263, 10935, 8881, 8257, 8834, 8731, 14524, 11290, 10433, 8308, 9042, 8340, 8530, 12364, 8023, 9807, 8634, 9772, 10474, 8030, 9156, 8261, 8678, 8120, 11963, 13734, 8160, 10939, 8552, 10040, 11122, 10348, 9660, 8010, 11359, 8421, 13828, 8612, 8244, 8722, 8456, 14609, 8077, 11238, 8707, 8976, 7897, 10042, 11992, 7893, 9081, 8285, 9099, 8863, 8146, 10780, 8193, 9642, 8188, 10768, 9730, 8136, 8569, 8408, 13529, 10132, 11974, 8492, 8599, 9743, 8001, 10349, 8011, 12236, 9056, 16616, 12105, 8097, 8844, 8191, 10300, 8054, 13444, 9312, 8099, 8745, 8522, 10645, 8893, 9081, 8384, 8639, 8638, 8239, 13245, 8384, 9567, 8444, 8665, 13900, 10194, 13324, 8318, 8843, 8551, 10150, 14296, 8965, 10341, 8702, 13350, 9785, 11032, 8684, 7845, 8949, 8030, 14677, 8471, 9757, 8720, 8384, 13033, 8285, 10015, 8463, 10461, 10582, 8999, 10033, 8066, 9264, 8198, 9009, 11945, 8379, 9740, 8324, 8753, 8439, 9627, 9044, 7919, 8564, 8343, 11844, 9079, 8293, 8775, 8020, 14745, 10336, 9278, 8857, 8118, 13886, 13358, 18834, 13904, 9629, 8868, 8491, 11935, 9272, 11460, 8559, 9363, 8258, 8769, 13173, 7918, 10293, 8392, 9679, 9849, 7989, 10030, 8227, 12371, 8771, 15605, 11536, 8257, 8797, 7987, 11736, 9439, 11383, 8786, 9212, 9233, 11307, 8638, 8312, 9301, 8053, 11513, 8470, 8994, 8205, 10759, 11768, 8898, 8899, 8223, 8229, 9021, 9057, 10384, 8328, 8369, 8326, 8396, 8081, 8240, 9047, 12021, 8820, 9633, 7866, 8392, 11012, 9274, 16545, 13776, 16472, 11078, 9977, 7826, 8852, 9408, 8370, 8685, 8721, 9622, 8206, 10929, 8183, 8540, 8448, 11382, 8761, 8183, 8802, 8413, 13438, 11270, 15858, 10864, 8329, 8783, 8283, 11311, 8948, 17602, 13337, 11665, 8603, 8517, 8616, 8492, 11766, 7846, 10143, 8094, 10907, 9192, 8230, 8785, 7992, 13641, 11046, 10979, 8691, 8296, 10487, 11612, 17530, 13372, 12079, 8710, 9113, 8810, 11771, 13898, 8480, 8211, 7996, 9117, 7830, 11681, 8700, 8214, 8763, 8844, 11332, 8919, 15206, 10520, 8291, 8562, 8152, 10065, 8073, 12632, 11465, 7920, 9598, 8626, 12022, 10391, 8231, 8907, 8143, 12075, 9547, 12515, 8860, 8351, 9454, 10855, 17039, 13134, 12090, 8647, 8623, 8891, 8814, 16279, 13092, 13455, 8485, 8571, 9049, 8590, 9797, 7965, 8978, 8452, 8572, 8655, 7668, 9333, 8341, 10321, 8443, 9395, 9099, 8351, 12246, 11110, 18162, 13828, 11547, 8960, 8121, 9761, 8808, 16589, 11770, 10076, 8755, 9267, 8866, 8537, 11356, 8041, 8808, 8262, 8902, 9756, 7945, 8948, 8091, 13982, 9946, 8124, 8807, 8307, 14270, 11942, 13668, 8792, 8076, 9207, 8339, 16393, 14010, 15476, 11346, 8107, 8154, 7918, 12952, 8446, 8608, 8645, 8386, 12297, 9568, 9393, 8674, 8179, 9028, 8682, 16652, 12640, 11631, 8994, 8108, 8928, 8333, 17262, 13140, 10942, 8693, 8348, 8760, 8039, 12750, 8675, 8554, 9123, 7752, 9863, 8447, 9480, 8404, 11241, 14719, 12248, 12741, 8393, 8826, 8376, 8894, 12236, 10989, 13264, 8288, 8803, 8305, 8610, 8274, 8061, 8907, 8730, 10144, 8173, 9392, 8596, 9020, 9206, 10384, 14277, 8749, 11572, 8694, 10706, 8810, 15950, 14399, 8906, 9002, 8256, 9375, 7993, 13841, 10370, 8238, 8864, 8211, 9766, 8309, 10615, 8734, 8262, 11213, 10423, 17162, 12481, 11006, 8527, 8821, 9242, 10908, 14456, 8815, 10237, 8590, 9844, 10120, 14472, 12939, 8035, 8985, 8065, 8647, 8129, 10145, 8837, 8106, 8794, 7979, 11899, 8386, 9072, 7958, 10031, 13529, 7782, 9660, 8501, 10146, 8129, 14108, 14941, 9627, 9155, 7716, 9323, 7949, 12102, 8711, 8517, 8806, 8068, 13580, 8205, 9428, 8485, 9260, 13084, 9863, 13162, 8494, 9134, 8575, 11403, 16489, 11375, 10734, 8905, 9042, 8264, 8005, 9189, 8292, 9986, 8304, 11502, 8655, 9175, 8780, 9653, 15927, 10036, 9521, 8719, 8362, 10792, 10987, 16962, 12175, 10315, 8685, 8984, 7989, 7929, 8701, 7939, 9206, 7982, 11969, 8779, 8438, 8645, 8792, 12615, 7852, 10191, 8099, 12330, 8575, 15230, 9037, 8375, 9019, 8773, 11103, 9431, 15618, 8484, 8454, 8561, 9210, 11043, 8431, 10870, 8306, 8783, 8099, 10290, 9761, 7873, 10198, 7853, 14882, 9671, 8822, 9010, 8201, 16414, 13224, 12130, 8708, 8298, 8931, 8626, 14456, 8147, 10480, 8349, 12047, 10361, 8116, 8861, 8741, 11057, 8767, 8234, 8409, 9172, 9729, 8675, 15605, 8970, 8377, 8725, 8901, 11624, 9823, 15568, 9405, 9154, 8613, 8771, 11619, 8644, 10923, 8294, 9176, 8275, 10335, 10390, 7858, 9709, 7884, 15004, 10023, 9269, 8786, 8586, 16090, 10733, 10981, 8651, 8866, 10038, 12269, 17307, 18144, 16967, 12753, 9131, 8377, 8370, 9860, 7890, 9469, 8361, 8355, 8593, 8144, 8323, 8138, 8025, 10258, 8231, 11534, 8980, 9971, 13023, 8630, 13580, 8985, 11805, 14989, 9874, 10048, 8571, 10428, 8198, 12835, 11012, 7748, 9308, 8066, 9059, 7692, 8636, 9049, 7941, 8972, 8015, 8090, 9120, 8250, 9022, 12897, 10234, 13040, 9102, 8548, 10658, 7905, 12034, 8339, 11436, 10678, 17258, 15168, 10432, 9490, 8219, 8604, 8276, 13050, 12596, 8232, 8826, 7890, 9253, 7324, 8672, 8477, 8036, 9303, 7623, 8877, 8686, 8472, 10338, 8177, 13788, 8679, 9373, 8721, 8956, 12195, 7858, 10852, 7703, 14557, 15230, 15165, 14994, 8976, 9987, 8092, 9238, 8312, 16154, 11481, 8275, 8572, 8716, 10344, 8392, 8063, 8176, 9046, 9986, 7907, 8716, 8330, 8928, 11739, 10692, 16239, 12137, 8965, 9576, 8085, 13712, 10258, 12107, 8910, 8163, 10879, 8715, 17913, 11915, 9403, 8544, 8050, 10364, 7938, 13704, 9042, 9137, 8163], 'WindowCenter': [4423.0, 4423.0, 4399.0, 4441.0, 4380.0, 4384.0, 4364.0, 4374.0, 4364.0, 4362.0, 4361.0, 4351.0, 4370.0, 4359.0, 4432.0, 4361.0, 4368.0, 4337.0, 4358.0, 4360.0, 4407.0, 4372.0, 4359.0, 4349.0, 4349.0, 4339.0, 4349.0, 4383.0, 4362.0, 4341.0, 4362.0, 4373.0, 4374.0, 4405.0, 4377.0, 4364.0, 4351.0, 4378.0, 4416.0, 4400.0, 4407.0, 4355.0, 4365.0, 4406.0, 4416.0, 4456.0, 4373.0, 4401.0, 4374.0, 4433.0, 4416.0, 4371.0, 4349.0, 4372.0, 4412.0, 4393.0, 4444.0, 4351.0, 4347.0, 4350.0, 4359.0, 4388.0, 4393.0, 4411.0, 4351.0, 4337.0, 4371.0, 4359.0, 4380.0, 4363.0, 4360.0, 4351.0, 4360.0, 4373.0, 4405.0, 4363.0, 4361.0, 4362.0, 4375.0, 4434.0, 4404.0, 4394.0, 4361.0, 4350.0, 4372.0, 4372.0, 4445.0, 4394.0, 4392.0, 4363.0, 4382.0, 4423.0, 4361.0, 4369.0, 4348.0, 4369.0, 4359.0, 4440.0, 4404.0, 4378.0, 4337.0, 4357.0, 4359.0, 4377.0, 4381.0, 4349.0, 4349.0, 4361.0, 4399.0, 4375.0, 4348.0, 4339.0, 4361.0, 4352.0, 4359.0, 4415.0, 4373.0, 4380.0, 4352.0, 4374.0, 4360.0, 4412.0, 4416.0, 4352.0, 4351.0, 4351.0, 4392.0, 4361.0, 4434.0, 4364.0, 4381.0, 4365.0, 4382.0, 4426.0, 4353.0, 4371.0, 4375.0, 4424.0, 4383.0, 4414.0, 4360.0, 4340.0, 4371.0, 4364.0, 4431.0, 4405.0, 4391.0, 4352.0, 4350.0, 4351.0, 4360.0, 4434.0, 4352.0, 4380.0, 4364.0, 4381.0, 4380.0, 4384.0, 4402.0, 4351.0, 4368.0, 4363.0, 4411.0, 4425.0, 4350.0, 4358.0, 4340.0, 4401.0, 4363.0, 4421.0, 4349.0, 4347.0, 4361.0, 4359.0, 4410.0, 4351.0, 4359.0, 4337.0, 4380.0, 4361.0, 4409.0, 4373.0, 4360.0, 4348.0, 4361.0, 4370.0, 4359.0, 4434.0, 4395.0, 4370.0, 4339.0, 4362.0, 4381.0, 4383.0, 4402.0, 4338.0, 4379.0, 4364.0, 4431.0, 4405.0, 4380.0, 4348.0, 4349.0, 4381.0, 4370.0, 4442.0, 4424.0, 4388.0, 4337.0, 4347.0, 4360.0, 4360.0, 4433.0, 4382.0, 4378.0, 4346.0, 4349.0, 4348.0, 4402.0, 4349.0, 4348.0, 4360.0, 4349.0, 4413.0, 4350.0, 4368.0, 4361.0, 4400.0, 4349.0, 4402.0, 4350.0, 4337.0, 4348.0, 4360.0, 4398.0, 4369.0, 4423.0, 4352.0, 4347.0, 4360.0, 4360.0, 4409.0, 4372.0, 4368.0, 4348.0, 4349.0, 4359.0, 4402.0, 4361.0, 4339.0, 4348.0, 4362.0, 4401.0, 4373.0, 4411.0, 4350.0, 4359.0, 4351.0, 4412.0, 4381.0, 4338.0, 4360.0, 4361.0, 4430.0, 4421.0, 4458.0, 4453.0, 4407.0, 4376.0, 4357.0, 4344.0, 4350.0, 4358.0, 4350.0, 4372.0, 4363.0, 4376.0, 4361.0, 4363.0, 4348.0, 4364.0, 4362.0, 4351.0, 4350.0, 4360.0, 4377.0, 4425.0, 4396.0, 4411.0, 4371.0, 4393.0, 4382.0, 4423.0, 4399.0, 4333.0, 4358.0, 4361.0, 4410.0, 4410.0, 4417.0, 4346.0, 4333.0, 4358.0, 4347.0, 4366.0, 4361.0, 4349.0, 4349.0, 4338.0, 4350.0, 4360.0, 4350.0, 4364.0, 4375.0, 4376.0, 4377.0, 4393.0, 4363.0, 4416.0, 4375.0, 4436.0, 4374.0, 4362.0, 4363.0, 4364.0, 4435.0, 4351.0, 4379.0, 4375.0, 4422.0, 4386.0, 4360.0, 4337.0, 4364.0, 4375.0, 4361.0, 4444.0, 4364.0, 4369.0, 4351.0, 4361.0, 4362.0, 4361.0, 4436.0, 4364.0, 4372.0, 4362.0, 4382.0, 4364.0, 4383.0, 4353.0, 4362.0, 4395.0, 4363.0, 4435.0, 4352.0, 4391.0, 4375.0, 4425.0, 4383.0, 4340.0, 4363.0, 4374.0, 4453.0, 4426.0, 4390.0, 4348.0, 4360.0, 4350.0, 4361.0, 4446.0, 4363.0, 4380.0, 4351.0, 4373.0, 4352.0, 4373.0, 4395.0, 4362.0, 4348.0, 4375.0, 4403.0, 4386.0, 4374.0, 4351.0, 4362.0, 4405.0, 4375.0, 4423.0, 4350.0, 4391.0, 4364.0, 4444.0, 4394.0, 4348.0, 4359.0, 4362.0, 4434.0, 4361.0, 4367.0, 4350.0, 4390.0, 4371.0, 4432.0, 4371.0, 4348.0, 4348.0, 4372.0, 4379.0, 4372.0, 4390.0, 4351.0, 4347.0, 4362.0, 4360.0, 4381.0, 4373.0, 4350.0, 4349.0, 4373.0, 4373.0, 4395.0, 4354.0, 4361.0, 4375.0, 4374.0, 4447.0, 4395.0, 4391.0, 4362.0, 4372.0, 4435.0, 4372.0, 4377.0, 4363.0, 4422.0, 4415.0, 4360.0, 4348.0, 4362.0, 4412.0, 4380.0, 4453.0, 4391.0, 4345.0, 4345.0, 4359.0, 4388.0, 4382.0, 4432.0, 4350.0, 4347.0, 4362.0, 4360.0, 4394.0, 4351.0, 4337.0, 4363.0, 4392.0, 4360.0, 4393.0, 4374.0, 4352.0, 4369.0, 4373.0, 4412.0, 4424.0, 4361.0, 4369.0, 4373.0, 4433.0, 4413.0, 4387.0, 4336.0, 4348.0, 4359.0, 4401.0, 4407.0, 4336.0, 4356.0, 4348.0, 4419.0, 4409.0, 4325.0, 4333.0, 4358.0, 4398.0, 4375.0, 4428.0, 4356.0, 4335.0, 4342.0, 4359.0, 4367.0, 4350.0, 4359.0, 4348.0, 4359.0, 4371.0, 4361.0, 4384.0, 4352.0, 4360.0, 4375.0, 4374.0, 4425.0, 4364.0, 4382.0, 4375.0, 4405.0, 4446.0, 4362.0, 4389.0, 4374.0, 4442.0, 4426.0, 4410.0, 4347.0, 4360.0, 4391.0, 4410.0, 4451.0, 4378.0, 4342.0, 4348.0, 4358.0, 4380.0, 4348.0, 4334.0, 4359.0, 4381.0, 4359.0, 4381.0, 4350.0, 4338.0, 4357.0, 4360.0, 4401.0, 4405.0, 4351.0, 4349.0, 4362.0, 4382.0, 4361.0, 4433.0, 4403.0, 4338.0, 4345.0, 4363.0, 4390.0, 4373.0, 4350.0, 4359.0, 4349.0, 4374.0, 4363.0, 4411.0, 4350.0, 4389.0, 4365.0, 4413.0, 4374.0, 4339.0, 4360.0, 4376.0, 4420.0, 4403.0, 4443.0, 4361.0, 4336.0, 4357.0, 4370.0, 4388.0, 4393.0, 4422.0, 4338.0, 4365.0, 4361.0, 4400.0, 4359.0, 4335.0, 4347.0, 4361.0, 4379.0, 4373.0, 4412.0, 4349.0, 4348.0, 4362.0, 4373.0, 4423.0, 4350.0, 4390.0, 4366.0, 4425.0, 4411.0, 4424.0, 4423.0, 4349.0, 4356.0, 4361.0, 4389.0, 4414.0, 4381.0, 4358.0, 4338.0, 4381.0, 4349.0, 4441.0, 4347.0, 4354.0, 4347.0, 4348.0, 4422.0, 4339.0, 4366.0, 4361.0, 4382.0, 4379.0, 4403.0, 4411.0, 4335.0, 4355.0, 4360.0, 4417.0, 4422.0, 4397.0, 4344.0, 4335.0, 4347.0, 4346.0, 4419.0, 4336.0, 4351.0, 4347.0, 4358.0, 4369.0, 4348.0, 4356.0, 4336.0, 4368.0, 4349.0, 4420.0, 4349.0, 4345.0, 4349.0, 4359.0, 4400.0, 4363.0, 4369.0, 4347.0, 4359.0, 4350.0, 4360.0, 4424.0, 4350.0, 4358.0, 4363.0, 4422.0, 4373.0, 4391.0, 4360.0, 4347.0, 4361.0, 4361.0, 4433.0, 4338.0, 4388.0, 4361.0, 4391.0, 4401.0, 4363.0, 4380.0, 4336.0, 4358.0, 4362.0, 4421.0, 4401.0, 4338.0, 4346.0, 4362.0, 4411.0, 4382.0, 4422.0, 4348.0, 4336.0, 4361.0, 4371.0, 4409.0, 4391.0, 4421.0, 4362.0, 4346.0, 4347.0, 4360.0, 4409.0, 4414.0, 4399.0, 4347.0, 4347.0, 4359.0, 4381.0, 4420.0, 4346.0, 4364.0, 4359.0, 4378.0, 4390.0, 4336.0, 4345.0, 4360.0, 4399.0, 4348.0, 4420.0, 4347.0, 4322.0, 4344.0, 4358.0, 4376.0, 4370.0, 4399.0, 4337.0, 4345.0, 4348.0, 4356.0, 4396.0, 4371.0, 4369.0, 4339.0, 4368.0, 4360.0, 4358.0, 4423.0, 4372.0, 4367.0, 4350.0, 4360.0, 4402.0, 4350.0, 4389.0, 4349.0, 4400.0, 4361.0, 4401.0, 4348.0, 4338.0, 4370.0, 4359.0, 4438.0, 4422.0, 4379.0, 4358.0, 4334.0, 4363.0, 4349.0, 4399.0, 4392.0, 4338.0, 4346.0, 4349.0, 4398.0, 4360.0, 4355.0, 4335.0, 4357.0, 4346.0, 4371.0, 4378.0, 4338.0, 4380.0, 4349.0, 4411.0, 4358.0, 4326.0, 4368.0, 4347.0, 4428.0, 4410.0, 4398.0, 4358.0, 4324.0, 4357.0, 4357.0, 4385.0, 4391.0, 4409.0, 4348.0, 4333.0, 4358.0, 4358.0, 4390.0, 4338.0, 4354.0, 4353.0, 4371.0, 4374.0, 4351.0, 4359.0, 4363.0, 4411.0, 4371.0, 4401.0, 4349.0, 4362.0, 4357.0, 4362.0, 4421.0, 4405.0, 4412.0, 4373.0, 4338.0, 4370.0, 4350.0, 4442.0, 4380.0, 4356.0, 4360.0, 4349.0, 4423.0, 4349.0, 4376.0, 4362.0, 4381.0, 4393.0, 4336.0, 4356.0, 4373.0, 4420.0, 4392.0, 4390.0, 4346.0, 4337.0, 4360.0, 4358.0, 4420.0, 4392.0, 4377.0, 4336.0, 4359.0, 4347.0, 4360.0, 4412.0, 4339.0, 4366.0, 4361.0, 4379.0, 4392.0, 4351.0, 4358.0, 4347.0, 4361.0, 4350.0, 4399.0, 4433.0, 4351.0, 4376.0, 4360.0, 4379.0, 4403.0, 4379.0, 4356.0, 4338.0, 4389.0, 4351.0, 4407.0, 4335.0, 4336.0, 4359.0, 4347.0, 4420.0, 4337.0, 4374.0, 4348.0, 4359.0, 4349.0, 4378.0, 4401.0, 4338.0, 4343.0, 4349.0, 4356.0, 4356.0, 4351.0, 4392.0, 4349.0, 4355.0, 4361.0, 4389.0, 4383.0, 4340.0, 4349.0, 4363.0, 4422.0, 4383.0, 4388.0, 4360.0, 4362.0, 4381.0, 4351.0, 4367.0, 4351.0, 4400.0, 4358.0, 4441.0, 4412.0, 4336.0, 4345.0, 4347.0, 4378.0, 4337.0, 4421.0, 4359.0, 4335.0, 4346.0, 4359.0, 4377.0, 4371.0, 4347.0, 4335.0, 4345.0, 4359.0, 4360.0, 4411.0, 4348.0, 4369.0, 4361.0, 4361.0, 4420.0, 4392.0, 4410.0, 4349.0, 4346.0, 4359.0, 4378.0, 4421.0, 4359.0, 4365.0, 4360.0, 4407.0, 4369.0, 4365.0, 4332.0, 4324.0, 4356.0, 4337.0, 4417.0, 4336.0, 4356.0, 4358.0, 4348.0, 4410.0, 4337.0, 4355.0, 4361.0, 4379.0, 4376.0, 4358.0, 4367.0, 4336.0, 4343.0, 4348.0, 4355.0, 4399.0, 4361.0, 4369.0, 4347.0, 4358.0, 4348.0, 4370.0, 4357.0, 4335.0, 4348.0, 4361.0, 4413.0, 4371.0, 4349.0, 4361.0, 4362.0, 4432.0, 4393.0, 4359.0, 4358.0, 4351.0, 4422.0, 4420.0, 4452.0, 4410.0, 4343.0, 4346.0, 4358.0, 4387.0, 4369.0, 4387.0, 4336.0, 4368.0, 4346.0, 4357.0, 4411.0, 4349.0, 4366.0, 4350.0, 4368.0, 4380.0, 4339.0, 4369.0, 4349.0, 4398.0, 4356.0, 4441.0, 4401.0, 4336.0, 4333.0, 4348.0, 4397.0, 4359.0, 4376.0, 4348.0, 4358.0, 4370.0, 4377.0, 4333.0, 4336.0, 4355.0, 4337.0, 4375.0, 4333.0, 4356.0, 4347.0, 4386.0, 4385.0, 4358.0, 4359.0, 4360.0, 4345.0, 4358.0, 4358.0, 4392.0, 4363.0, 4361.0, 4363.0, 4364.0, 4363.0, 4375.0, 4386.0, 4412.0, 4385.0, 4383.0, 4352.0, 4350.0, 4405.0, 4371.0, 4444.0, 4425.0, 4444.0, 4392.0, 4367.0, 4340.0, 4358.0, 4374.0, 4350.0, 4349.0, 4375.0, 4382.0, 4377.0, 4392.0, 4350.0, 4362.0, 4364.0, 4416.0, 4363.0, 4349.0, 4373.0, 4365.0, 4422.0, 4402.0, 4444.0, 4391.0, 4348.0, 4349.0, 4350.0, 4388.0, 4358.0, 4452.0, 4426.0, 4391.0, 4346.0, 4348.0, 4360.0, 4360.0, 4402.0, 4341.0, 4378.0, 4365.0, 4403.0, 4385.0, 4352.0, 4362.0, 4364.0, 4423.0, 4404.0, 4379.0, 4348.0, 4362.0, 4393.0, 4401.0, 4457.0, 4412.0, 4386.0, 4347.0, 4358.0, 4360.0, 4398.0, 4423.0, 4360.0, 4347.0, 4340.0, 4371.0, 4340.0, 4414.0, 4362.0, 4348.0, 4360.0, 4374.0, 4402.0, 4371.0, 4443.0, 4395.0, 4350.0, 4348.0, 4340.0, 4382.0, 4351.0, 4425.0, 4404.0, 4352.0, 4367.0, 4375.0, 4412.0, 4393.0, 4337.0, 4347.0, 4352.0, 4411.0, 4384.0, 4399.0, 4360.0, 4361.0, 4382.0, 4389.0, 4442.0, 4409.0, 4387.0, 4346.0, 4345.0, 4357.0, 4342.0, 4428.0, 4409.0, 4405.0, 4358.0, 4345.0, 4345.0, 4359.0, 4368.0, 4352.0, 4359.0, 4350.0, 4373.0, 4373.0, 4354.0, 4371.0, 4349.0, 4394.0, 4364.0, 4371.0, 4360.0, 4364.0, 4414.0, 4401.0, 4464.0, 4422.0, 4388.0, 4346.0, 4337.0, 4379.0, 4357.0, 4443.0, 4402.0, 4356.0, 4359.0, 4369.0, 4357.0, 4360.0, 4390.0, 4339.0, 4346.0, 4361.0, 4371.0, 4386.0, 4353.0, 4361.0, 4366.0, 4435.0, 4397.0, 4350.0, 4359.0, 4362.0, 4446.0, 4427.0, 4434.0, 4361.0, 4338.0, 4384.0, 4364.0, 4442.0, 4421.0, 4431.0, 4401.0, 4338.0, 4348.0, 4351.0, 4411.0, 4352.0, 4348.0, 4372.0, 4362.0, 4412.0, 4384.0, 4369.0, 4347.0, 4361.0, 4371.0, 4359.0, 4442.0, 4414.0, 4388.0, 4348.0, 4338.0, 4359.0, 4348.0, 4439.0, 4423.0, 4378.0, 4346.0, 4334.0, 4360.0, 4350.0, 4410.0, 4361.0, 4360.0, 4371.0, 4353.0, 4380.0, 4348.0, 4369.0, 4362.0, 4388.0, 4419.0, 4411.0, 4409.0, 4347.0, 4345.0, 4359.0, 4357.0, 4398.0, 4392.0, 4410.0, 4348.0, 4345.0, 4359.0, 4360.0, 4351.0, 4338.0, 4358.0, 4374.0, 4392.0, 4366.0, 4371.0, 4362.0, 4374.0, 4382.0, 4392.0, 4434.0, 4362.0, 4387.0, 4360.0, 4391.0, 4359.0, 4442.0, 4423.0, 4347.0, 4344.0, 4348.0, 4368.0, 4338.0, 4420.0, 4382.0, 4337.0, 4345.0, 4350.0, 4379.0, 4364.0, 4380.0, 4349.0, 4363.0, 4404.0, 4390.0, 4453.0, 4412.0, 4377.0, 4335.0, 4357.0, 4369.0, 4390.0, 4419.0, 4346.0, 4354.0, 4360.0, 4365.0, 4377.0, 4416.0, 4394.0, 4335.0, 4343.0, 4335.0, 4346.0, 4348.0, 4381.0, 4360.0, 4338.0, 4360.0, 4350.0, 4398.0, 4348.0, 4359.0, 4348.0, 4378.0, 4422.0, 4339.0, 4356.0, 4359.0, 4379.0, 4350.0, 4419.0, 4432.0, 4369.0, 4358.0, 4327.0, 4356.0, 4349.0, 4400.0, 4361.0, 4347.0, 4371.0, 4348.0, 4422.0, 4349.0, 4358.0, 4372.0, 4370.0, 4421.0, 4382.0, 4410.0, 4349.0, 4357.0, 4359.0, 4388.0, 4443.0, 4391.0, 4377.0, 4358.0, 4356.0, 4350.0, 4337.0, 4345.0, 4347.0, 4368.0, 4362.0, 4388.0, 4348.0, 4370.0, 4358.0, 4367.0, 4441.0, 4368.0, 4356.0, 4346.0, 4348.0, 4388.0, 4389.0, 4442.0, 4401.0, 4365.0, 4347.0, 4356.0, 4349.0, 4337.0, 4346.0, 4338.0, 4369.0, 4352.0, 4400.0, 4349.0, 4334.0, 4362.0, 4360.0, 4413.0, 4349.0, 4368.0, 4352.0, 4410.0, 4359.0, 4431.0, 4360.0, 4336.0, 4346.0, 4358.0, 4387.0, 4370.0, 4442.0, 4359.0, 4333.0, 4360.0, 4370.0, 4389.0, 4362.0, 4392.0, 4350.0, 4362.0, 4351.0, 4395.0, 4383.0, 4349.0, 4392.0, 4364.0, 4445.0, 4383.0, 4360.0, 4372.0, 4361.0, 4441.0, 4424.0, 4398.0, 4347.0, 4348.0, 4370.0, 4360.0, 4422.0, 4338.0, 4378.0, 4361.0, 4410.0, 4382.0, 4336.0, 4347.0, 4362.0, 4389.0, 4374.0, 4349.0, 4348.0, 4382.0, 4381.0, 4360.0, 4444.0, 4374.0, 4350.0, 4348.0, 4373.0, 4400.0, 4382.0, 4445.0, 4373.0, 4357.0, 4361.0, 4361.0, 4402.0, 4374.0, 4390.0, 4348.0, 4373.0, 4362.0, 4394.0, 4382.0, 4340.0, 4383.0, 4363.0, 4445.0, 4383.0, 4360.0, 4361.0, 4361.0, 4444.0, 4392.0, 4377.0, 4360.0, 4371.0, 4378.0, 4398.0, 4447.0, 4458.0, 4441.0, 4408.0, 4353.0, 4331.0, 4335.0, 4366.0, 4349.0, 4368.0, 4361.0, 4363.0, 4359.0, 4351.0, 4359.0, 4362.0, 4350.0, 4379.0, 4348.0, 4389.0, 4372.0, 4380.0, 4411.0, 4349.0, 4409.0, 4372.0, 4399.0, 4418.0, 4355.0, 4351.0, 4346.0, 4375.0, 4345.0, 4409.0, 4377.0, 4324.0, 4343.0, 4349.0, 4356.0, 4324.0, 4357.0, 4356.0, 4350.0, 4357.0, 4350.0, 4352.0, 4371.0, 4362.0, 4375.0, 4425.0, 4409.0, 4413.0, 4361.0, 4360.0, 4381.0, 4340.0, 4400.0, 4351.0, 4402.0, 4392.0, 4453.0, 4432.0, 4367.0, 4354.0, 4347.0, 4358.0, 4347.0, 4409.0, 4411.0, 4348.0, 4345.0, 4338.0, 4368.0, 4340.0, 4363.0, 4350.0, 4350.0, 4384.0, 4365.0, 4374.0, 4364.0, 4363.0, 4407.0, 4377.0, 4435.0, 4365.0, 4384.0, 4376.0, 4387.0, 4416.0, 4351.0, 4405.0, 4354.0, 4433.0, 4432.0, 4434.0, 4433.0, 4359.0, 4367.0, 4339.0, 4367.0, 4348.0, 4444.0, 4402.0, 4349.0, 4346.0, 4362.0, 4379.0, 4361.0, 4349.0, 4349.0, 4384.0, 4391.0, 4367.0, 4363.0, 4364.0, 4386.0, 4426.0, 4404.0, 4455.0, 4416.0, 4361.0, 4370.0, 4351.0, 4422.0, 4396.0, 4414.0, 4361.0, 4363.0, 4404.0, 4361.0, 4453.0, 4401.0, 4356.0, 4347.0, 4336.0, 4391.0, 4352.0, 4423.0, 4374.0, 4387.0, 4363.0], 'WindowWidth': [9812.0, 9785.0, 9747.0, 9784.0, 9699.0, 9690.0, 9663.0, 9677.0, 9660.0, 9656.0, 9650.0, 9637.0, 9663.0, 9647.0, 9748.0, 9649.0, 9653.0, 9610.0, 9644.0, 9649.0, 9709.0, 9668.0, 9643.0, 9629.0, 9630.0, 9620.0, 9633.0, 9683.0, 9653.0, 9622.0, 9652.0, 9671.0, 9674.0, 9716.0, 9682.0, 9657.0, 9637.0, 9687.0, 9732.0, 9718.0, 9718.0, 9648.0, 9663.0, 9720.0, 9733.0, 9787.0, 9668.0, 9702.0, 9674.0, 9754.0, 9731.0, 9662.0, 9628.0, 9670.0, 9722.0, 9697.0, 9766.0, 9636.0, 9624.0, 9633.0, 9649.0, 9685.0, 9695.0, 9716.0, 9635.0, 9611.0, 9667.0, 9650.0, 9677.0, 9656.0, 9646.0, 9636.0, 9651.0, 9672.0, 9718.0, 9658.0, 9649.0, 9655.0, 9679.0, 9756.0, 9713.0, 9698.0, 9651.0, 9633.0, 9669.0, 9670.0, 9772.0, 9699.0, 9691.0, 9657.0, 9682.0, 9738.0, 9648.0, 9654.0, 9627.0, 9661.0, 9648.0, 9759.0, 9713.0, 9667.0, 9611.0, 9640.0, 9646.0, 9669.0, 9676.0, 9631.0, 9629.0, 9653.0, 9700.0, 9674.0, 9627.0, 9616.0, 9655.0, 9643.0, 9648.0, 9729.0, 9670.0, 9675.0, 9639.0, 9673.0, 9652.0, 9721.0, 9733.0, 9640.0, 9635.0, 9636.0, 9696.0, 9655.0, 9754.0, 9660.0, 9676.0, 9663.0, 9682.0, 9746.0, 9641.0, 9662.0, 9676.0, 9743.0, 9685.0, 9727.0, 9648.0, 9618.0, 9665.0, 9662.0, 9749.0, 9717.0, 9689.0, 9637.0, 9632.0, 9639.0, 9649.0, 9755.0, 9638.0, 9672.0, 9660.0, 9681.0, 9678.0, 9689.0, 9706.0, 9635.0, 9655.0, 9660.0, 9719.0, 9743.0, 9634.0, 9642.0, 9621.0, 9706.0, 9657.0, 9730.0, 9630.0, 9622.0, 9652.0, 9650.0, 9717.0, 9637.0, 9642.0, 9611.0, 9675.0, 9653.0, 9714.0, 9671.0, 9645.0, 9627.0, 9651.0, 9664.0, 9646.0, 9755.0, 9703.0, 9659.0, 9616.0, 9655.0, 9679.0, 9686.0, 9704.0, 9614.0, 9670.0, 9662.0, 9748.0, 9716.0, 9670.0, 9625.0, 9633.0, 9679.0, 9665.0, 9765.0, 9740.0, 9679.0, 9611.0, 9624.0, 9649.0, 9648.0, 9751.0, 9679.0, 9666.0, 9621.0, 9634.0, 9631.0, 9708.0, 9631.0, 9627.0, 9650.0, 9633.0, 9722.0, 9634.0, 9652.0, 9653.0, 9705.0, 9634.0, 9706.0, 9632.0, 9609.0, 9624.0, 9650.0, 9697.0, 9661.0, 9736.0, 9639.0, 9626.0, 9647.0, 9650.0, 9715.0, 9666.0, 9652.0, 9625.0, 9630.0, 9649.0, 9706.0, 9650.0, 9616.0, 9627.0, 9656.0, 9705.0, 9672.0, 9717.0, 9633.0, 9645.0, 9639.0, 9723.0, 9676.0, 9613.0, 9647.0, 9654.0, 9747.0, 9733.0, 9811.0, 9789.0, 9704.0, 9662.0, 9640.0, 9618.0, 9635.0, 9643.0, 9634.0, 9669.0, 9657.0, 9679.0, 9652.0, 9654.0, 9627.0, 9661.0, 9654.0, 9640.0, 9636.0, 9648.0, 9681.0, 9741.0, 9703.0, 9717.0, 9661.0, 9698.0, 9682.0, 9736.0, 9696.0, 9602.0, 9640.0, 9653.0, 9716.0, 9715.0, 9719.0, 9623.0, 9599.0, 9644.0, 9627.0, 9650.0, 9651.0, 9629.0, 9631.0, 9614.0, 9634.0, 9645.0, 9634.0, 9660.0, 9680.0, 9680.0, 9679.0, 9693.0, 9655.0, 9733.0, 9677.0, 9756.0, 9668.0, 9649.0, 9658.0, 9659.0, 9756.0, 9634.0, 9668.0, 9677.0, 9736.0, 9691.0, 9645.0, 9613.0, 9657.0, 9676.0, 9653.0, 9765.0, 9658.0, 9658.0, 9635.0, 9651.0, 9656.0, 9650.0, 9759.0, 9658.0, 9663.0, 9653.0, 9682.0, 9662.0, 9680.0, 9640.0, 9650.0, 9702.0, 9660.0, 9755.0, 9639.0, 9690.0, 9679.0, 9745.0, 9683.0, 9619.0, 9657.0, 9674.0, 9781.0, 9746.0, 9685.0, 9628.0, 9648.0, 9638.0, 9652.0, 9772.0, 9657.0, 9672.0, 9636.0, 9671.0, 9641.0, 9672.0, 9700.0, 9652.0, 9628.0, 9678.0, 9710.0, 9694.0, 9670.0, 9636.0, 9654.0, 9716.0, 9677.0, 9736.0, 9634.0, 9690.0, 9660.0, 9770.0, 9697.0, 9626.0, 9648.0, 9655.0, 9753.0, 9648.0, 9649.0, 9633.0, 9692.0, 9665.0, 9750.0, 9665.0, 9627.0, 9629.0, 9670.0, 9677.0, 9669.0, 9688.0, 9635.0, 9626.0, 9655.0, 9648.0, 9681.0, 9671.0, 9633.0, 9631.0, 9673.0, 9670.0, 9703.0, 9644.0, 9650.0, 9674.0, 9676.0, 9778.0, 9701.0, 9687.0, 9655.0, 9670.0, 9758.0, 9665.0, 9665.0, 9657.0, 9738.0, 9730.0, 9645.0, 9625.0, 9656.0, 9725.0, 9677.0, 9780.0, 9689.0, 9619.0, 9620.0, 9649.0, 9686.0, 9684.0, 9746.0, 9633.0, 9624.0, 9657.0, 9651.0, 9699.0, 9635.0, 9611.0, 9658.0, 9696.0, 9650.0, 9698.0, 9672.0, 9640.0, 9659.0, 9675.0, 9723.0, 9741.0, 9651.0, 9657.0, 9671.0, 9755.0, 9724.0, 9676.0, 9605.0, 9629.0, 9647.0, 9703.0, 9705.0, 9606.0, 9636.0, 9632.0, 9728.0, 9710.0, 9590.0, 9600.0, 9646.0, 9697.0, 9659.0, 9736.0, 9636.0, 9603.0, 9610.0, 9647.0, 9654.0, 9637.0, 9645.0, 9627.0, 9644.0, 9667.0, 9653.0, 9688.0, 9641.0, 9648.0, 9677.0, 9677.0, 9744.0, 9658.0, 9683.0, 9680.0, 9718.0, 9775.0, 9654.0, 9684.0, 9677.0, 9766.0, 9747.0, 9714.0, 9626.0, 9648.0, 9694.0, 9716.0, 9776.0, 9665.0, 9609.0, 9630.0, 9643.0, 9675.0, 9628.0, 9603.0, 9646.0, 9678.0, 9647.0, 9679.0, 9634.0, 9616.0, 9639.0, 9650.0, 9706.0, 9718.0, 9637.0, 9632.0, 9656.0, 9684.0, 9653.0, 9751.0, 9709.0, 9614.0, 9617.0, 9658.0, 9690.0, 9671.0, 9633.0, 9642.0, 9630.0, 9674.0, 9660.0, 9719.0, 9633.0, 9684.0, 9665.0, 9727.0, 9670.0, 9616.0, 9649.0, 9679.0, 9735.0, 9709.0, 9764.0, 9650.0, 9608.0, 9638.0, 9663.0, 9686.0, 9697.0, 9734.0, 9614.0, 9648.0, 9652.0, 9703.0, 9646.0, 9606.0, 9623.0, 9654.0, 9675.0, 9673.0, 9718.0, 9631.0, 9627.0, 9658.0, 9672.0, 9739.0, 9635.0, 9686.0, 9668.0, 9745.0, 9721.0, 9742.0, 9737.0, 9632.0, 9636.0, 9655.0, 9688.0, 9727.0, 9675.0, 9640.0, 9613.0, 9678.0, 9636.0, 9760.0, 9626.0, 9631.0, 9631.0, 9631.0, 9735.0, 9616.0, 9646.0, 9653.0, 9682.0, 9675.0, 9710.0, 9716.0, 9606.0, 9630.0, 9651.0, 9724.0, 9735.0, 9690.0, 9614.0, 9606.0, 9628.0, 9626.0, 9727.0, 9609.0, 9620.0, 9626.0, 9647.0, 9659.0, 9628.0, 9635.0, 9609.0, 9658.0, 9635.0, 9727.0, 9630.0, 9621.0, 9636.0, 9650.0, 9702.0, 9656.0, 9653.0, 9623.0, 9647.0, 9638.0, 9651.0, 9740.0, 9633.0, 9638.0, 9656.0, 9735.0, 9672.0, 9689.0, 9646.0, 9626.0, 9652.0, 9653.0, 9751.0, 9616.0, 9679.0, 9656.0, 9694.0, 9705.0, 9657.0, 9672.0, 9609.0, 9644.0, 9656.0, 9732.0, 9706.0, 9613.0, 9621.0, 9657.0, 9721.0, 9682.0, 9731.0, 9628.0, 9607.0, 9652.0, 9667.0, 9715.0, 9692.0, 9730.0, 9651.0, 9624.0, 9624.0, 9651.0, 9715.0, 9726.0, 9695.0, 9624.0, 9626.0, 9647.0, 9678.0, 9727.0, 9620.0, 9643.0, 9647.0, 9670.0, 9687.0, 9609.0, 9617.0, 9648.0, 9702.0, 9633.0, 9727.0, 9623.0, 9583.0, 9616.0, 9644.0, 9665.0, 9662.0, 9697.0, 9609.0, 9620.0, 9632.0, 9639.0, 9691.0, 9667.0, 9658.0, 9619.0, 9656.0, 9651.0, 9643.0, 9738.0, 9668.0, 9650.0, 9633.0, 9651.0, 9709.0, 9635.0, 9682.0, 9630.0, 9702.0, 9652.0, 9702.0, 9627.0, 9615.0, 9664.0, 9647.0, 9754.0, 9737.0, 9670.0, 9643.0, 9605.0, 9642.0, 9635.0, 9700.0, 9693.0, 9612.0, 9619.0, 9635.0, 9696.0, 9648.0, 9631.0, 9605.0, 9640.0, 9626.0, 9665.0, 9668.0, 9613.0, 9677.0, 9635.0, 9716.0, 9639.0, 9596.0, 9659.0, 9630.0, 9739.0, 9718.0, 9696.0, 9640.0, 9589.0, 9639.0, 9642.0, 9677.0, 9693.0, 9711.0, 9626.0, 9602.0, 9645.0, 9645.0, 9686.0, 9614.0, 9631.0, 9644.0, 9666.0, 9675.0, 9637.0, 9644.0, 9662.0, 9723.0, 9665.0, 9706.0, 9632.0, 9652.0, 9641.0, 9657.0, 9734.0, 9715.0, 9721.0, 9668.0, 9615.0, 9664.0, 9637.0, 9763.0, 9672.0, 9633.0, 9649.0, 9633.0, 9736.0, 9631.0, 9660.0, 9657.0, 9680.0, 9697.0, 9611.0, 9635.0, 9672.0, 9732.0, 9695.0, 9687.0, 9623.0, 9612.0, 9650.0, 9646.0, 9731.0, 9691.0, 9663.0, 9606.0, 9647.0, 9630.0, 9649.0, 9719.0, 9617.0, 9648.0, 9655.0, 9676.0, 9696.0, 9637.0, 9640.0, 9627.0, 9654.0, 9637.0, 9701.0, 9753.0, 9636.0, 9663.0, 9647.0, 9673.0, 9710.0, 9670.0, 9632.0, 9614.0, 9685.0, 9639.0, 9703.0, 9603.0, 9608.0, 9649.0, 9629.0, 9730.0, 9612.0, 9654.0, 9630.0, 9647.0, 9635.0, 9671.0, 9703.0, 9613.0, 9612.0, 9634.0, 9639.0, 9637.0, 9639.0, 9692.0, 9630.0, 9634.0, 9652.0, 9688.0, 9682.0, 9619.0, 9630.0, 9659.0, 9737.0, 9683.0, 9681.0, 9647.0, 9656.0, 9681.0, 9637.0, 9652.0, 9639.0, 9705.0, 9646.0, 9762.0, 9720.0, 9610.0, 9617.0, 9628.0, 9673.0, 9615.0, 9730.0, 9642.0, 9605.0, 9620.0, 9650.0, 9668.0, 9666.0, 9623.0, 9606.0, 9621.0, 9648.0, 9650.0, 9717.0, 9628.0, 9658.0, 9652.0, 9652.0, 9731.0, 9695.0, 9713.0, 9630.0, 9623.0, 9647.0, 9670.0, 9731.0, 9641.0, 9643.0, 9647.0, 9706.0, 9657.0, 9643.0, 9597.0, 9589.0, 9638.0, 9614.0, 9719.0, 9611.0, 9633.0, 9645.0, 9629.0, 9712.0, 9610.0, 9631.0, 9654.0, 9672.0, 9666.0, 9643.0, 9651.0, 9608.0, 9611.0, 9632.0, 9635.0, 9698.0, 9650.0, 9654.0, 9624.0, 9645.0, 9630.0, 9663.0, 9637.0, 9604.0, 9628.0, 9652.0, 9724.0, 9662.0, 9628.0, 9650.0, 9656.0, 9749.0, 9695.0, 9643.0, 9639.0, 9640.0, 9737.0, 9731.0, 9779.0, 9710.0, 9611.0, 9621.0, 9644.0, 9680.0, 9660.0, 9676.0, 9605.0, 9656.0, 9625.0, 9639.0, 9717.0, 9632.0, 9648.0, 9634.0, 9657.0, 9677.0, 9619.0, 9656.0, 9631.0, 9698.0, 9640.0, 9760.0, 9704.0, 9608.0, 9597.0, 9631.0, 9695.0, 9645.0, 9661.0, 9626.0, 9643.0, 9664.0, 9665.0, 9600.0, 9609.0, 9635.0, 9615.0, 9658.0, 9602.0, 9639.0, 9628.0, 9680.0, 9676.0, 9644.0, 9644.0, 9650.0, 9622.0, 9643.0, 9646.0, 9696.0, 9657.0, 9653.0, 9655.0, 9659.0, 9658.0, 9682.0, 9693.0, 9724.0, 9691.0, 9684.0, 9638.0, 9634.0, 9717.0, 9666.0, 9772.0, 9744.0, 9766.0, 9692.0, 9649.0, 9622.0, 9644.0, 9671.0, 9632.0, 9628.0, 9676.0, 9680.0, 9682.0, 9690.0, 9632.0, 9655.0, 9662.0, 9732.0, 9653.0, 9629.0, 9669.0, 9664.0, 9736.0, 9706.0, 9767.0, 9689.0, 9627.0, 9630.0, 9635.0, 9684.0, 9641.0, 9781.0, 9744.0, 9686.0, 9620.0, 9625.0, 9649.0, 9650.0, 9704.0, 9619.0, 9667.0, 9663.0, 9711.0, 9688.0, 9635.0, 9651.0, 9662.0, 9740.0, 9711.0, 9667.0, 9624.0, 9655.0, 9695.0, 9704.0, 9792.0, 9718.0, 9674.0, 9621.0, 9645.0, 9649.0, 9697.0, 9739.0, 9647.0, 9625.0, 9620.0, 9665.0, 9624.0, 9727.0, 9653.0, 9628.0, 9646.0, 9674.0, 9709.0, 9667.0, 9767.0, 9703.0, 9635.0, 9628.0, 9619.0, 9683.0, 9640.0, 9743.0, 9711.0, 9637.0, 9651.0, 9676.0, 9721.0, 9697.0, 9612.0, 9622.0, 9643.0, 9720.0, 9686.0, 9697.0, 9643.0, 9654.0, 9683.0, 9687.0, 9766.0, 9712.0, 9677.0, 9621.0, 9620.0, 9642.0, 9615.0, 9741.0, 9711.0, 9699.0, 9643.0, 9620.0, 9620.0, 9645.0, 9656.0, 9642.0, 9644.0, 9632.0, 9673.0, 9671.0, 9649.0, 9662.0, 9629.0, 9701.0, 9661.0, 9665.0, 9646.0, 9662.0, 9731.0, 9706.0, 9802.0, 9735.0, 9682.0, 9620.0, 9613.0, 9674.0, 9640.0, 9767.0, 9704.0, 9632.0, 9644.0, 9660.0, 9641.0, 9651.0, 9687.0, 9619.0, 9621.0, 9653.0, 9667.0, 9691.0, 9641.0, 9648.0, 9670.0, 9758.0, 9708.0, 9635.0, 9645.0, 9655.0, 9775.0, 9753.0, 9752.0, 9649.0, 9615.0, 9689.0, 9663.0, 9769.0, 9735.0, 9746.0, 9705.0, 9617.0, 9631.0, 9641.0, 9720.0, 9641.0, 9628.0, 9672.0, 9657.0, 9725.0, 9688.0, 9658.0, 9625.0, 9654.0, 9670.0, 9648.0, 9766.0, 9728.0, 9680.0, 9625.0, 9614.0, 9646.0, 9631.0, 9757.0, 9739.0, 9666.0, 9619.0, 9605.0, 9649.0, 9638.0, 9716.0, 9650.0, 9650.0, 9665.0, 9644.0, 9675.0, 9628.0, 9659.0, 9658.0, 9685.0, 9728.0, 9717.0, 9710.0, 9626.0, 9618.0, 9650.0, 9642.0, 9699.0, 9695.0, 9713.0, 9627.0, 9620.0, 9649.0, 9649.0, 9637.0, 9615.0, 9639.0, 9676.0, 9694.0, 9669.0, 9663.0, 9657.0, 9677.0, 9685.0, 9696.0, 9756.0, 9654.0, 9678.0, 9648.0, 9694.0, 9649.0, 9763.0, 9736.0, 9623.0, 9612.0, 9627.0, 9658.0, 9618.0, 9732.0, 9679.0, 9611.0, 9619.0, 9635.0, 9673.0, 9661.0, 9672.0, 9628.0, 9658.0, 9715.0, 9690.0, 9783.0, 9719.0, 9663.0, 9606.0, 9643.0, 9659.0, 9690.0, 9725.0, 9620.0, 9627.0, 9651.0, 9652.0, 9666.0, 9716.0, 9685.0, 9604.0, 9612.0, 9607.0, 9625.0, 9631.0, 9677.0, 9646.0, 9614.0, 9650.0, 9637.0, 9697.0, 9627.0, 9648.0, 9632.0, 9671.0, 9736.0, 9619.0, 9636.0, 9645.0, 9674.0, 9635.0, 9725.0, 9749.0, 9658.0, 9642.0, 9599.0, 9639.0, 9632.0, 9702.0, 9648.0, 9625.0, 9664.0, 9633.0, 9735.0, 9630.0, 9641.0, 9669.0, 9663.0, 9733.0, 9680.0, 9714.0, 9629.0, 9639.0, 9647.0, 9683.0, 9769.0, 9689.0, 9662.0, 9641.0, 9638.0, 9635.0, 9610.0, 9618.0, 9628.0, 9658.0, 9656.0, 9680.0, 9627.0, 9666.0, 9647.0, 9653.0, 9761.0, 9655.0, 9637.0, 9623.0, 9633.0, 9686.0, 9685.0, 9767.0, 9702.0, 9643.0, 9627.0, 9640.0, 9633.0, 9611.0, 9621.0, 9614.0, 9661.0, 9642.0, 9700.0, 9630.0, 9604.0, 9655.0, 9649.0, 9725.0, 9631.0, 9653.0, 9641.0, 9718.0, 9647.0, 9744.0, 9647.0, 9607.0, 9622.0, 9644.0, 9682.0, 9661.0, 9764.0, 9644.0, 9601.0, 9650.0, 9663.0, 9686.0, 9658.0, 9694.0, 9635.0, 9656.0, 9642.0, 9704.0, 9684.0, 9633.0, 9697.0, 9662.0, 9770.0, 9684.0, 9646.0, 9669.0, 9654.0, 9765.0, 9744.0, 9694.0, 9623.0, 9630.0, 9663.0, 9651.0, 9735.0, 9614.0, 9668.0, 9655.0, 9718.0, 9680.0, 9608.0, 9621.0, 9657.0, 9687.0, 9673.0, 9629.0, 9629.0, 9684.0, 9680.0, 9649.0, 9770.0, 9674.0, 9634.0, 9629.0, 9671.0, 9703.0, 9683.0, 9773.0, 9671.0, 9638.0, 9651.0, 9654.0, 9709.0, 9674.0, 9687.0, 9627.0, 9672.0, 9655.0, 9704.0, 9680.0, 9618.0, 9685.0, 9659.0, 9771.0, 9683.0, 9646.0, 9654.0, 9654.0, 9771.0, 9693.0, 9664.0, 9647.0, 9668.0, 9673.0, 9698.0, 9795.0, 9807.0, 9763.0, 9710.0, 9628.0, 9596.0, 9609.0, 9650.0, 9634.0, 9654.0, 9652.0, 9660.0, 9648.0, 9638.0, 9647.0, 9657.0, 9638.0, 9671.0, 9628.0, 9682.0, 9669.0, 9677.0, 9719.0, 9631.0, 9713.0, 9670.0, 9701.0, 9728.0, 9630.0, 9618.0, 9622.0, 9662.0, 9623.0, 9713.0, 9665.0, 9590.0, 9613.0, 9636.0, 9640.0, 9592.0, 9640.0, 9635.0, 9634.0, 9639.0, 9635.0, 9641.0, 9666.0, 9655.0, 9678.0, 9745.0, 9727.0, 9724.0, 9650.0, 9649.0, 9675.0, 9619.0, 9700.0, 9639.0, 9709.0, 9695.0, 9782.0, 9747.0, 9650.0, 9627.0, 9626.0, 9644.0, 9628.0, 9714.0, 9716.0, 9627.0, 9616.0, 9616.0, 9658.0, 9625.0, 9654.0, 9634.0, 9634.0, 9687.0, 9664.0, 9673.0, 9658.0, 9658.0, 9725.0, 9684.0, 9757.0, 9662.0, 9688.0, 9681.0, 9696.0, 9730.0, 9637.0, 9718.0, 9652.0, 9754.0, 9750.0, 9754.0, 9749.0, 9645.0, 9653.0, 9617.0, 9655.0, 9631.0, 9770.0, 9704.0, 9626.0, 9622.0, 9656.0, 9674.0, 9651.0, 9631.0, 9630.0, 9688.0, 9694.0, 9671.0, 9657.0, 9658.0, 9697.0, 9747.0, 9713.0, 9786.0, 9732.0, 9650.0, 9660.0, 9639.0, 9736.0, 9705.0, 9725.0, 9649.0, 9658.0, 9714.0, 9654.0, 9783.0, 9704.0, 9634.0, 9625.0, 9610.0, 9693.0, 9645.0, 9739.0, 9673.0, 9698.0, 9659.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.000187648136835675</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030063702199144778</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.03754591290952</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1707615344009763</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9764494705806848</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5356</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2297.9077</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2729609778339259</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1049</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>64.08063530849114</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.335765753751132</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2471577646054017</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4662617593815557</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.293877737266439</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00938007</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01250321976840496</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04364325478672981</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1637</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.310785174123086</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>17.2263</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.5985</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.0175</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287405.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1145.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.8317</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8419</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.4911</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3556.4611</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3652.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>89139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1688.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4683.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.1727</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.2105095309671</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> |