=== 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-0111 --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-0111",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
172 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
172 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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-03/func/sub-0111_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>c77a87d168755cc2829140d54d536bf9</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>14:37:13.587500</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.997729, 0.0553768, -0.0383308, -0.0535112, 0.997408, 0.0480964]</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.0742566</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>[4215, -7726, -7251, 301, -77, 105, 137, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>218.252</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>75996ff0-b78a-49c6-bd05-8ca5c769939a||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.676835298538208, -0.14356671273708344, -0.11041613668203354, 119.8631362915039], [-0.14857196807861328, 2.675973415374756, 0.1240273043513298, -101.36860656738281], [-0.10283868759870529, -0.12903903424739838, 2.6948888301849365, -57.83730697631836], [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': ['143713.587500', '143714.047500', '143714.507500', '143714.967500', '143715.427500', '143715.887500', '143716.347500', '143716.807500', '143717.267500', '143717.727500', '143718.187500', '143718.647500', '143719.107500', '143719.567500', '143720.027500', '143720.487500', '143720.947500', '143721.407500', '143721.867500', '143722.327500', '143722.787500', '143723.247500', '143723.707500', '143724.167500', '143724.627500', '143725.087500', '143725.547500', '143726.007500', '143726.467500', '143726.927500', '143727.387500', '143727.847500', '143728.307500', '143728.767500', '143729.227500', '143729.687500', '143730.147500', '143730.607500', '143731.067500', '143731.527500', '143731.987500', '143732.447500', '143732.907500', '143733.367500', '143733.827500', '143734.287500', '143734.747500', '143735.207500', '143735.667500', '143736.127500', '143736.587500', '143737.047500', '143737.507500', '143737.967500', '143738.427500', '143738.887500', '143739.347500', '143739.807500', '143740.267500', '143740.727500', '143741.187500', '143741.647500', '143742.107500', '143742.567500', '143743.027500', '143743.487500', '143743.947500', '143744.407500', '143744.867500', '143745.327500', '143745.787500', '143746.247500', '143746.707500', '143747.167500', '143747.627500', '143748.087500', '143748.547500', '143749.007500', '143749.467500', '143749.927500', '143750.387500', '143750.847500', '143751.307500', '143751.767500', '143752.227500', '143752.687500', '143753.147500', '143753.607500', '143754.067500', '143754.527500', '143754.987500', '143755.447500', '143755.907500', '143756.367500', '143756.827500', '143757.287500', '143757.747500', '143758.207500', '143758.667500', '143759.127500', '143759.587500', '143800.047500', '143800.507500', '143800.967500', '143801.427500', '143801.887500', '143802.347500', '143802.807500', '143803.267500', '143803.727500', '143804.187500', '143804.647500', '143805.107500', '143805.567500', '143806.027500', '143806.487500', '143806.947500', '143807.407500', '143807.867500', '143808.327500', '143808.787500', '143809.247500', '143809.707500', '143810.167500', '143810.627500', '143811.087500', '143811.547500', '143812.007500', '143812.467500', '143812.927500', '143813.387500', '143813.847500', '143814.307500', '143814.767500', '143815.227500', '143815.687500', '143816.147500', '143816.607500', '143817.067500', '143817.527500', '143817.987500', '143818.447500', '143818.907500', '143819.367500', '143819.827500', '143820.287500', '143820.747500', '143821.207500', '143821.667500', '143822.127500', '143822.587500', '143823.047500', '143823.507500', '143823.967500', '143824.427500', '143824.887500', '143825.347500', '143825.807500', '143826.267500', '143826.727500', '143827.187500', '143827.647500', '143828.107500', '143828.567500', '143829.027500', '143829.487500', '143829.947500', '143830.407500', '143830.867500', '143831.327500', '143831.787500', '143832.247500', '143832.707500', '143833.167500', '143833.627500', '143834.087500', '143834.547500', '143835.007500', '143835.467500', '143835.927500', '143836.387500', '143836.847500', '143837.307500', '143837.767500', '143838.227500', '143838.687500', '143839.147500', '143839.607500', '143840.067500', '143840.527500', '143840.987500', '143841.447500', '143841.907500', '143842.367500', '143842.827500', '143843.287500', '143843.747500', '143844.207500', '143844.667500', '143845.127500', '143845.587500', '143846.047500', '143846.507500', '143846.967500', '143847.427500', '143847.887500', '143848.347500', '143848.807500', '143849.267500', '143849.727500', '143850.187500', '143850.647500', '143851.107500', '143851.567500', '143852.027500', '143852.487500', '143852.947500', '143853.407500', '143853.867500', '143854.327500', '143854.787500', '143855.247500', '143855.707500', '143856.167500', '143856.627500', '143857.087500', '143857.547500', '143858.007500', '143858.467500', '143858.927500', '143859.387500', '143859.847500', '143900.307500', '143900.767500', '143901.227500', '143901.687500', '143902.147500', '143902.607500', '143903.067500', '143903.527500', '143903.987500', '143904.447500', '143904.907500', '143905.367500', '143905.827500', '143906.287500', '143906.747500', '143907.207500', '143907.667500', '143908.127500', '143908.587500', '143909.047500', '143909.507500', '143909.967500', '143910.427500', '143910.887500', '143911.347500', '143911.807500', '143912.267500', '143912.727500', '143913.187500', '143913.647500', '143914.107500', '143914.567500', '143915.027500', '143915.487500', '143915.947500', '143916.407500', '143916.867500', '143917.327500', '143917.787500', '143918.247500', '143918.707500', '143919.167500', '143919.627500', '143920.087500', '143920.547500', '143921.007500', '143921.467500', '143921.927500', '143922.387500', '143922.847500', '143923.307500', '143923.767500', '143924.227500', '143924.687500', '143925.147500', '143925.607500', '143926.067500', '143926.527500', '143926.987500', '143927.447500', '143927.907500', '143928.367500', '143928.827500', '143929.287500', '143929.747500', '143930.207500', '143930.667500', '143931.127500', '143931.587500', '143932.047500', '143932.507500', '143932.967500', '143933.427500', '143933.887500', '143934.347500', '143934.807500', '143935.267500', '143935.727500', '143936.187500', '143936.647500', '143937.107500', '143937.567500', '143938.027500', '143938.487500', '143938.947500', '143939.407500', '143939.867500', '143940.327500', '143940.787500', '143941.247500', '143941.707500', '143942.167500', '143942.627500', '143943.087500', '143943.547500', '143944.007500', '143944.467500', '143944.927500', '143945.387500', '143945.847500', '143946.307500', '143946.767500', '143947.227500', '143947.687500', '143948.147500', '143948.607500', '143949.067500', '143949.527500', '143949.987500', '143950.447500', '143950.907500', '143951.367500', '143951.827500', '143952.287500', '143952.747500', '143953.207500', '143953.667500', '143954.127500', '143954.587500', '143955.047500', '143955.507500', '143955.967500', '143956.427500', '143956.887500', '143957.347500', '143957.807500', '143958.267500', '143958.727500', '143959.187500', '143959.647500', '144000.107500', '144000.567500', '144001.027500', '144001.487500', '144001.947500', '144002.407500', '144002.867500', '144003.327500', '144003.787500', '144004.247500', '144004.707500', '144005.167500', '144005.627500', '144006.087500', '144006.547500', '144007.007500', '144007.467500', '144007.927500', '144008.387500', '144008.847500', '144009.307500', '144009.767500', '144010.227500', '144010.687500', '144011.147500', '144011.607500', '144012.067500', '144012.527500', '144012.987500', '144013.447500', '144013.907500', '144014.367500', '144014.827500', '144015.287500', '144015.747500', '144016.207500', '144016.667500', '144017.127500', '144017.587500', '144018.047500', '144018.507500', '144018.967500', '144019.427500', '144019.887500', '144020.347500', '144020.807500', '144021.267500', '144021.727500', '144022.187500', '144022.647500', '144023.107500', '144023.567500', '144024.027500', '144024.487500', '144024.947500', '144025.407500', '144025.867500', '144026.327500', '144026.787500', '144027.247500', '144027.707500', '144028.167500', '144028.627500', '144029.087500', '144029.547500', '144030.007500', '144030.467500', '144030.927500', '144031.387500', '144031.847500', '144032.307500', '144032.767500', '144033.227500', '144033.687500', '144034.147500', '144034.607500', '144035.067500', '144035.527500', '144035.987500', '144036.447500', '144036.907500', '144037.367500', '144037.827500', '144038.287500', '144038.747500', '144039.207500', '144039.667500', '144040.127500', '144040.587500', '144041.047500', '144041.507500', '144041.967500', '144042.427500', '144042.887500', '144043.347500', '144043.807500', '144044.267500', '144044.727500', '144045.187500', '144045.647500', '144046.107500', '144046.567500', '144047.027500', '144047.487500', '144047.947500', '144048.407500', '144048.867500', '144049.327500', '144049.787500', '144050.247500', '144050.707500', '144051.167500', '144051.627500', '144052.087500', '144052.547500', '144053.007500', '144053.467500', '144053.927500', '144054.387500', '144054.847500', '144055.307500', '144055.767500', '144056.227500', '144056.687500', '144057.147500', '144057.607500', '144058.067500', '144058.527500', '144058.987500', '144059.447500', '144059.907500', '144100.367500', '144100.827500', '144101.287500', '144101.747500', '144102.207500', '144102.667500', '144103.127500', '144103.587500', '144104.047500', '144104.507500', '144104.967500', '144105.427500', '144105.887500', '144106.347500', '144106.807500', '144107.267500', '144107.727500', '144108.187500', '144108.647500', '144109.107500', '144109.567500', '144110.027500', '144110.487500', '144110.947500', '144111.407500', '144111.867500', '144112.327500', '144112.787500', '144113.247500', '144113.707500', '144114.167500', '144114.627500', '144115.087500', '144115.547500', '144116.007500', '144116.467500', '144116.927500', '144117.387500', '144117.847500', '144118.307500', '144118.767500', '144119.227500', '144119.687500', '144120.147500', '144120.607500', '144121.067500', '144121.527500', '144121.987500', '144122.447500', '144122.907500', '144123.367500', '144123.827500', '144124.287500', '144124.747500', '144125.207500', '144125.667500', '144126.127500', '144126.587500', '144127.047500', '144127.507500', '144127.967500', '144128.427500', '144128.887500', '144129.347500', '144129.807500', '144130.267500', '144130.727500', '144131.187500', '144131.647500', '144132.107500', '144132.567500', '144133.027500', '144133.487500', '144133.947500', '144134.407500', '144134.867500', '144135.327500', '144135.787500', '144136.247500', '144136.707500', '144137.167500', '144137.627500', '144138.087500', '144138.547500', '144139.007500', '144139.467500', '144139.927500', '144140.387500', '144140.847500', '144141.307500', '144141.767500', '144142.227500', '144142.687500', '144143.147500', '144143.607500', '144144.067500', '144144.527500', '144144.987500', '144145.447500', '144145.907500', '144146.367500', '144146.827500', '144147.287500', '144147.747500', '144148.207500', '144148.667500', '144149.127500', '144149.587500', '144150.047500', '144150.507500', '144150.967500', '144151.427500', '144151.887500', '144152.347500', '144152.807500', '144153.267500', '144153.727500', '144154.187500', '144154.647500', '144155.107500', '144155.567500', '144156.027500', '144156.487500', '144156.947500', '144157.407500', '144157.867500', '144158.327500', '144158.787500', '144159.247500', '144159.707500', '144200.167500', '144200.627500', '144201.087500', '144201.547500', '144202.007500', '144202.467500', '144202.927500', '144203.387500', '144203.847500', '144204.307500', '144204.767500', '144205.227500', '144205.687500', '144206.147500', '144206.607500', '144207.067500', '144207.527500', '144207.987500', '144208.447500', '144208.907500', '144209.367500', '144209.827500', '144210.287500', '144210.747500', '144211.207500', '144211.667500', '144212.127500', '144212.587500', '144213.047500', '144213.507500', '144213.967500', '144214.427500', '144214.887500', '144215.347500', '144215.807500', '144216.267500', '144216.727500', '144217.187500', '144217.647500', '144218.107500', '144218.567500', '144219.027500', '144219.487500', '144219.947500', '144220.407500', '144220.867500', '144221.327500', '144221.787500', '144222.247500', '144222.707500', '144223.167500', '144223.627500', '144224.087500', '144224.547500', '144225.007500', '144225.467500', '144225.927500', '144226.387500', '144226.847500', '144227.307500', '144227.767500', '144228.227500', '144228.687500', '144229.147500', '144229.607500', '144230.067500', '144230.527500', '144230.987500', '144231.447500', '144231.907500', '144232.367500', '144232.827500', '144233.287500', '144233.747500', '144234.207500', '144234.667500', '144235.127500', '144235.587500', '144236.047500', '144236.507500', '144236.967500', '144237.427500', '144237.887500', '144238.347500', '144238.807500', '144239.267500', '144239.727500', '144240.187500', '144240.647500', '144241.107500', '144241.567500', '144242.027500', '144242.487500', '144242.947500', '144243.407500', '144243.867500', '144244.327500', '144244.787500', '144245.247500', '144245.707500', '144246.167500', '144246.627500', '144247.087500', '144247.547500', '144248.007500', '144248.467500', '144248.927500', '144249.387500', '144249.847500', '144250.307500', '144250.767500', '144251.227500', '144251.687500', '144252.147500', '144252.607500', '144253.067500', '144253.527500', '144253.987500', '144254.447500', '144254.907500', '144255.367500', '144255.827500', '144256.287500', '144256.747500', '144257.207500', '144257.667500', '144258.127500', '144258.587500', '144259.047500', '144259.507500', '144259.967500', '144300.427500', '144300.887500', '144301.347500', '144301.807500', '144302.267500', '144302.727500', '144303.187500', '144303.647500', '144304.107500', '144304.567500', '144305.027500', '144305.487500', '144305.947500', '144306.407500', '144306.867500', '144307.327500', '144307.787500', '144308.247500', '144308.707500', '144309.167500', '144309.627500', '144310.087500', '144310.547500', '144311.007500', '144311.467500', '144311.927500', '144312.387500', '144312.847500', '144313.307500', '144313.767500', '144314.227500', '144314.687500', '144315.147500', '144315.607500', '144316.067500', '144316.527500', '144316.987500', '144317.447500', '144317.907500', '144318.367500', '144318.827500', '144319.287500', '144319.747500', '144320.207500', '144320.667500', '144321.127500', '144321.587500', '144322.047500', '144322.507500', '144322.967500', '144323.427500', '144323.887500', '144324.347500', '144324.807500', '144325.267500', '144325.727500', '144326.187500', '144326.647500', '144327.107500', '144327.567500', '144328.027500', '144328.487500', '144328.947500', '144329.407500', '144329.867500', '144330.327500', '144330.787500', '144331.247500', '144331.707500', '144332.167500', '144332.627500', '144333.087500', '144333.547500', '144334.007500', '144334.467500', '144334.927500', '144335.387500', '144335.847500', '144336.307500', '144336.767500', '144337.227500', '144337.687500', '144338.147500', '144338.607500', '144339.067500', '144339.527500', '144339.987500', '144340.447500', '144340.907500', '144341.367500', '144341.827500', '144342.287500', '144342.747500', '144343.207500', '144343.667500', '144344.127500', '144344.587500', '144345.047500', '144345.507500', '144345.967500', '144346.427500', '144346.887500', '144347.347500', '144347.807500', '144348.267500', '144348.727500', '144349.187500', '144349.647500', '144350.107500', '144350.567500', '144351.027500', '144351.487500', '144351.947500', '144352.407500', '144352.867500', '144353.327500', '144353.787500', '144354.247500', '144354.707500', '144355.167500', '144355.627500', '144356.087500', '144356.547500', '144357.007500', '144357.467500', '144357.927500', '144358.387500', '144358.847500', '144359.307500', '144359.767500', '144400.227500', '144400.687500', '144401.147500', '144401.607500', '144402.067500', '144402.527500', '144402.987500', '144403.447500', '144403.907500', '144404.367500', '144404.827500', '144405.287500', '144405.747500', '144406.207500', '144406.667500', '144407.127500', '144407.587500', '144408.047500', '144408.507500', '144408.967500', '144409.427500', '144409.887500', '144410.347500', '144410.807500', '144411.267500', '144411.727500', '144412.187500', '144412.647500', '144413.107500', '144413.567500', '144414.027500', '144414.487500', '144414.947500', '144415.407500', '144415.867500', '144416.327500', '144416.787500', '144417.247500', '144417.707500', '144418.167500', '144418.627500', '144419.087500', '144419.547500', '144420.007500', '144420.467500', '144420.927500', '144421.387500', '144421.847500', '144422.307500', '144422.767500', '144423.227500', '144423.687500', '144424.147500', '144424.607500', '144425.067500', '144425.527500', '144425.987500', '144426.447500', '144426.907500', '144427.367500', '144427.827500', '144428.287500', '144428.747500', '144429.207500', '144429.667500', '144430.127500', '144430.587500', '144431.047500', '144431.507500', '144431.967500', '144432.427500', '144432.887500', '144433.347500', '144433.807500', '144434.267500', '144434.727500', '144435.187500', '144435.647500', '144436.107500', '144436.567500', '144437.027500', '144437.487500', '144437.947500', '144438.407500', '144438.867500', '144439.327500', '144439.787500', '144440.247500', '144440.707500', '144441.167500', '144441.627500', '144442.087500', '144442.547500', '144443.007500', '144443.467500', '144443.927500', '144444.387500', '144444.847500', '144445.307500', '144445.767500', '144446.227500', '144446.687500', '144447.147500', '144447.607500', '144448.067500', '144448.527500', '144448.987500', '144449.447500', '144449.907500', '144450.367500', '144450.827500', '144451.287500', '144451.747500', '144452.207500', '144452.667500', '144453.127500', '144453.587500', '144454.047500', '144454.507500', '144454.967500', '144455.427500', '144455.887500', '144456.347500', '144456.807500', '144457.267500', '144457.727500', '144458.187500', '144458.647500', '144459.107500', '144459.567500', '144500.027500', '144500.487500', '144500.947500', '144501.407500', '144501.867500', '144502.327500', '144502.787500', '144503.247500', '144503.707500', '144504.167500', '144504.627500', '144505.087500', '144505.547500', '144506.007500', '144506.467500', '144506.927500', '144507.387500', '144507.847500', '144508.307500', '144508.767500', '144509.227500', '144509.687500', '144510.147500', '144510.607500', '144511.067500', '144511.527500', '144511.987500', '144512.447500', '144512.907500', '144513.367500', '144513.827500', '144514.287500', '144514.747500', '144515.207500', '144515.667500', '144516.127500', '144516.587500', '144517.047500', '144517.507500', '144517.967500', '144518.427500', '144518.887500', '144519.347500', '144519.807500', '144520.267500', '144520.727500', '144521.187500', '144521.647500', '144522.107500', '144522.567500', '144523.027500', '144523.487500', '144523.947500', '144524.407500', '144524.867500', '144525.327500', '144525.787500', '144526.247500', '144526.707500', '144527.167500', '144527.627500', '144528.087500', '144528.547500', '144529.007500', '144529.467500', '144529.927500', '144530.387500', '144530.847500', '144531.307500', '144531.767500', '144532.227500', '144532.687500', '144533.147500', '144533.607500', '144534.067500', '144534.527500', '144534.987500', '144535.447500', '144535.907500', '144536.367500', '144536.827500', '144537.287500', '144537.747500', '144538.207500', '144538.667500', '144539.127500', '144539.587500', '144540.047500', '144540.507500', '144540.967500', '144541.427500', '144541.887500', '144542.347500', '144542.807500', '144543.267500', '144543.727500', '144544.187500', '144544.647500', '144545.107500', '144545.567500', '144546.027500', '144546.487500', '144546.947500', '144547.407500', '144547.867500', '144548.327500', '144548.787500', '144549.247500', '144549.707500', '144550.167500', '144550.627500', '144551.087500', '144551.547500', '144552.007500', '144552.467500', '144552.927500', '144553.387500', '144553.847500', '144554.307500', '144554.767500', '144555.227500', '144555.687500', '144556.147500', '144556.607500', '144557.067500', '144557.527500', '144557.987500', '144558.447500', '144558.907500', '144559.367500', '144559.827500', '144600.287500', '144600.747500', '144601.207500', '144601.667500', '144602.127500', '144602.587500', '144603.047500', '144603.507500', '144603.967500', '144604.427500', '144604.887500', '144605.347500', '144605.807500', '144606.267500', '144606.727500', '144607.187500', '144607.647500', '144608.107500', '144608.567500', '144609.027500', '144609.487500', '144609.947500', '144610.407500', '144610.867500', '144611.327500', '144611.787500', '144612.247500', '144612.707500', '144613.167500', '144613.627500', '144614.087500', '144614.547500', '144615.007500', '144615.467500', '144615.927500', '144616.387500', '144616.847500', '144617.307500', '144617.767500', '144618.227500', '144618.687500', '144619.147500', '144619.607500', '144620.067500', '144620.527500', '144620.987500', '144621.447500', '144621.907500', '144622.367500', '144622.827500', '144623.287500', '144623.747500', '144624.207500', '144624.667500', '144625.127500', '144625.587500', '144626.047500', '144626.507500', '144626.967500', '144627.427500', '144627.887500', '144628.347500', '144628.807500', '144629.267500', '144629.727500', '144630.187500', '144630.647500', '144631.107500', '144631.567500', '144632.027500', '144632.487500', '144632.947500', '144633.407500', '144633.867500', '144634.327500', '144634.787500', '144635.247500', '144635.707500', '144636.167500', '144636.627500', '144637.087500', '144637.547500', '144638.007500', '144638.467500', '144638.927500', '144639.387500', '144639.847500', '144640.307500', '144640.767500', '144641.227500', '144641.687500', '144642.147500', '144642.607500', '144643.067500', '144643.527500', '144643.987500', '144644.447500', '144644.907500', '144645.367500', '144645.827500', '144646.287500', '144646.747500', '144647.207500', '144647.667500', '144648.127500', '144648.587500', '144649.047500', '144649.507500', '144649.967500', '144650.427500', '144650.887500', '144651.347500', '144651.807500', '144652.267500', '144652.727500', '144653.187500', '144653.647500', '144654.107500', '144654.567500', '144655.027500', '144655.487500', '144655.947500', '144656.407500', '144656.867500', '144657.327500', '144657.787500', '144658.247500', '144658.707500', '144659.167500', '144659.627500', '144700.087500', '144700.547500', '144701.007500', '144701.467500', '144701.927500', '144702.387500', '144702.847500', '144703.307500', '144703.767500', '144704.227500', '144704.687500', '144705.147500', '144705.607500', '144706.067500', '144706.527500', '144706.987500', '144707.447500', '144707.907500', '144708.367500', '144708.827500', '144709.287500', '144709.747500', '144710.207500', '144710.667500', '144711.127500', '144711.587500', '144712.047500', '144712.507500', '144712.967500', '144713.427500', '144713.887500', '144714.347500', '144714.807500', '144715.267500', '144715.727500', '144716.187500', '144716.647500', '144717.107500', '144717.567500', '144718.027500', '144718.487500', '144718.947500', '144719.407500', '144719.867500', '144720.327500', '144720.787500', '144721.247500', '144721.707500', '144722.167500', '144722.627500', '144723.087500', '144723.547500', '144724.007500', '144724.467500', '144724.927500', '144725.387500', '144725.847500', '144726.307500', '144726.767500', '144727.227500', '144727.687500', '144728.147500', '144728.607500', '144729.067500', '144729.527500', '144729.987500', '144730.447500', '144730.907500', '144731.367500', '144731.827500', '144732.287500', '144732.747500', '144733.207500', '144733.667500', '144734.127500', '144734.587500', '144735.047500', '144735.507500', '144735.967500', '144736.427500', '144736.887500', '144737.347500', '144737.807500', '144738.267500', '144738.727500', '144739.187500', '144739.647500', '144740.107500', '144740.567500', '144741.027500', '144741.487500', '144741.947500', '144742.407500', '144742.867500', '144743.327500', '144743.787500', '144744.247500', '144744.707500', '144745.167500', '144745.627500', '144746.087500', '144746.547500', '144747.007500', '144747.467500', '144747.927500', '144748.387500', '144748.847500', '144749.307500', '144749.767500', '144750.227500', '144750.687500', '144751.147500', '144751.607500', '144752.067500', '144752.527500', '144752.987500', '144753.447500', '144753.907500', '144754.367500', '144754.827500', '144755.287500', '144755.747500', '144756.207500', '144756.667500', '144757.127500', '144757.587500', '144758.047500', '144758.507500', '144758.967500', '144759.427500', '144759.887500', '144800.347500', '144800.807500', '144801.267500', '144801.727500', '144802.187500', '144802.647500', '144803.107500', '144803.567500', '144804.027500', '144804.487500', '144804.947500', '144805.407500', '144805.867500', '144806.327500', '144806.787500', '144807.247500', '144807.707500', '144808.167500', '144808.627500', '144809.087500', '144809.547500', '144810.007500', '144810.467500', '144810.927500', '144811.387500', '144811.847500', '144812.307500', '144812.767500', '144813.227500', '144813.687500', '144814.147500', '144814.607500', '144815.067500', '144815.527500', '144815.987500', '144816.447500', '144816.907500', '144817.367500', '144817.827500', '144818.287500', '144818.747500', '144819.207500', '144819.667500', '144820.127500', '144820.587500', '144821.047500', '144821.507500', '144821.967500', '144822.427500', '144822.887500', '144823.347500', '144823.807500', '144824.267500', '144824.727500', '144825.187500', '144825.647500', '144826.107500', '144826.567500', '144827.027500', '144827.487500', '144827.947500', '144828.407500', '144828.867500', '144829.327500', '144829.787500', '144830.247500', '144830.707500', '144831.167500', '144831.627500', '144832.087500', '144832.547500', '144833.007500', '144833.467500', '144833.927500', '144834.387500', '144834.847500', '144835.307500', '144835.767500', '144836.227500', '144836.687500', '144837.147500', '144837.607500', '144838.067500', '144838.527500', '144838.987500', '144839.447500', '144839.907500', '144840.367500', '144840.827500', '144841.287500', '144841.747500', '144842.207500', '144842.667500', '144843.127500', '144843.587500', '144844.047500', '144844.507500', '144844.967500', '144845.427500', '144845.887500', '144846.347500', '144846.807500', '144847.267500', '144847.727500', '144848.187500', '144848.647500', '144849.107500', '144849.567500', '144850.027500', '144850.487500', '144850.947500', '144851.407500', '144851.867500', '144852.327500', '144852.787500', '144853.247500', '144853.707500', '144854.167500', '144854.627500', '144855.087500', '144855.547500', '144856.007500', '144856.467500', '144856.927500', '144857.387500', '144857.847500', '144858.307500', '144858.767500', '144859.227500', '144859.687500', '144900.147500', '144900.607500', '144901.067500', '144901.527500', '144901.987500', '144902.447500', '144902.907500', '144903.367500', '144903.827500', '144904.287500', '144904.747500', '144905.207500', '144905.667500', '144906.127500', '144906.587500', '144907.047500', '144907.507500', '144907.967500', '144908.427500', '144908.887500', '144909.347500', '144909.807500', '144910.267500', '144910.727500', '144911.187500', '144911.647500', '144912.107500', '144912.567500', '144913.027500', '144913.487500', '144913.947500', '144914.407500', '144914.867500', '144915.327500', '144915.787500', '144916.247500', '144916.707500', '144917.167500', '144917.627500', '144918.087500', '144918.547500', '144919.007500', '144919.467500', '144919.927500', '144920.387500', '144920.847500', '144921.307500', '144921.767500', '144922.227500', '144922.687500', '144923.147500', '144923.607500', '144924.067500', '144924.527500', '144924.987500', '144925.447500', '144925.907500', '144926.367500', '144926.827500', '144927.287500', '144927.747500', '144928.207500', '144928.667500', '144929.127500', '144929.587500', '144930.047500', '144930.507500', '144930.967500', '144931.427500', '144931.887500', '144932.347500', '144932.807500', '144933.267500', '144933.727500', '144934.187500', '144934.647500', '144935.107500', '144935.567500', '144936.027500', '144936.487500', '144936.947500', '144937.407500', '144937.867500', '144938.327500', '144938.787500', '144939.247500', '144939.707500', '144940.167500', '144940.627500', '144941.087500', '144941.547500', '144942.007500', '144942.467500', '144942.927500', '144943.387500', '144943.847500', '144944.307500', '144944.767500', '144945.227500', '144945.687500', '144946.147500', '144946.607500', '144947.067500', '144947.527500'], 'ContentTime': ['143736.052000', '143736.055000', '143736.057000', '143736.060000', '143736.063000', '143736.069000', '143736.072000', '143736.075000', '143736.077000', '143736.080000', '143736.082000', '143736.085000', '143736.087000', '143736.090000', '143736.092000', '143736.095000', '143736.097000', '143736.100000', '143736.103000', '143736.105000', '143736.108000', '143736.110000', '143736.122000', '143736.125000', '143736.127000', '143736.130000', '143736.132000', '143736.135000', '143736.138000', '143736.140000', '143736.143000', '143736.145000', '143736.148000', '143736.150000', '143736.153000', '143736.155000', '143736.158000', '143736.161000', '143736.163000', '143736.166000', '143736.168000', '143736.171000', '143736.183000', '143736.186000', '143736.189000', '143736.191000', '143736.194000', '143756.019000', '143756.021000', '143756.024000', '143756.027000', '143756.029000', '143756.032000', '143756.034000', '143756.037000', '143756.039000', '143756.042000', '143756.045000', '143756.047000', '143756.050000', '143756.052000', '143756.055000', '143756.057000', '143756.060000', '143756.062000', '143756.065000', '143756.068000', '143756.070000', '143756.073000', '143756.076000', '143756.078000', '143756.081000', '143756.083000', '143756.086000', '143756.088000', '143756.091000', '143756.094000', '143756.096000', '143756.099000', '143756.101000', '143756.104000', '143756.106000', '143756.109000', '143756.112000', '143756.114000', '143756.117000', '143756.119000', '143756.130000', '143756.133000', '143756.135000', '143816.019000', '143816.021000', '143816.024000', '143816.026000', '143816.029000', '143816.032000', '143816.035000', '143816.038000', '143816.053000', '143816.056000', '143816.058000', '143816.061000', '143816.063000', '143816.066000', '143816.069000', '143816.071000', '143816.074000', '143816.076000', '143816.079000', '143816.081000', '143816.084000', '143816.086000', '143816.089000', '143816.098000', '143816.101000', '143816.103000', '143816.106000', '143816.108000', '143816.111000', '143816.113000', '143816.116000', '143816.119000', '143816.121000', '143816.124000', '143816.127000', '143816.129000', '143816.132000', '143816.134000', '143816.137000', '143816.140000', '143816.142000', '143816.145000', '143816.147000', '143836.019000', '143836.021000', '143836.024000', '143836.027000', '143836.029000', '143836.032000', '143836.034000', '143836.037000', '143836.040000', '143836.042000', '143836.045000', '143836.047000', '143836.050000', '143836.053000', '143836.055000', '143836.058000', '143836.060000', '143836.063000', '143836.065000', '143836.068000', '143836.071000', '143836.073000', '143836.076000', '143836.078000', '143836.081000', '143836.084000', '143836.086000', '143836.089000', '143836.091000', '143836.094000', '143836.096000', '143836.099000', '143836.102000', '143836.104000', '143836.107000', '143836.109000', '143836.112000', '143836.115000', '143836.117000', '143836.120000', '143836.122000', '143836.125000', '143836.127000', '143836.130000', '143856.018000', '143856.021000', '143856.024000', '143856.026000', '143856.029000', '143856.032000', '143856.034000', '143856.037000', '143856.039000', '143856.042000', '143856.044000', '143856.047000', '143856.050000', '143856.052000', '143856.055000', '143856.057000', '143856.060000', '143856.062000', '143856.065000', '143856.068000', '143856.070000', '143856.073000', '143856.075000', '143856.078000', '143856.080000', '143856.083000', '143856.086000', '143856.088000', '143856.091000', '143856.093000', '143856.096000', '143856.099000', '143856.101000', '143856.104000', '143856.106000', '143856.109000', '143856.111000', '143856.114000', '143856.117000', '143856.119000', '143856.122000', '143856.129000', '143856.131000', '143856.134000', '143916.018000', '143916.021000', '143916.024000', '143916.026000', '143916.029000', '143916.032000', '143916.034000', '143916.037000', '143916.039000', '143916.042000', '143916.045000', '143916.047000', '143916.050000', '143916.052000', '143916.055000', '143916.058000', '143916.060000', '143916.063000', '143916.065000', '143916.068000', '143916.070000', '143916.073000', '143916.076000', '143916.078000', '143916.081000', '143916.083000', '143916.086000', '143916.088000', '143916.091000', '143916.094000', '143916.096000', '143916.099000', '143916.101000', '143916.104000', '143916.107000', '143916.109000', '143916.112000', '143916.114000', '143916.117000', '143916.123000', '143916.130000', '143916.133000', '143916.135000', '143936.018000', '143936.020000', '143936.023000', '143936.025000', '143936.028000', '143936.031000', '143936.033000', '143936.036000', '143936.038000', '143936.041000', '143936.044000', '143936.046000', '143936.049000', '143936.051000', '143936.054000', '143936.056000', '143936.059000', '143936.062000', '143936.064000', '143936.067000', '143936.069000', '143936.072000', '143936.075000', '143936.077000', '143936.081000', '143936.084000', '143936.087000', '143936.089000', '143936.092000', '143936.094000', '143936.097000', '143936.100000', '143936.102000', '143936.105000', '143936.107000', '143936.110000', '143936.113000', '143936.115000', '143936.118000', '143936.120000', '143936.123000', '143936.126000', '143936.128000', '143956.017000', '143956.020000', '143956.023000', '143956.025000', '143956.038000', '143956.041000', '143956.043000', '143956.046000', '143956.049000', '143956.051000', '143956.054000', '143956.056000', '143956.059000', '143956.062000', '143956.064000', '143956.067000', '143956.069000', '143956.072000', '143956.074000', '143956.077000', '143956.080000', '143956.082000', '143956.085000', '143956.087000', '143956.090000', '143956.092000', '143956.095000', '143956.098000', '143956.100000', '143956.103000', '143956.105000', '143956.108000', '143956.110000', '143956.113000', '143956.115000', '143956.118000', '143956.121000', '143956.123000', '143956.126000', '143956.128000', '143956.131000', '143956.133000', '143956.136000', '143956.138000', '144016.018000', '144016.021000', '144016.024000', '144016.032000', '144016.035000', '144016.038000', '144016.040000', '144016.043000', '144016.045000', '144016.048000', '144016.050000', '144016.053000', '144016.056000', '144016.058000', '144016.061000', '144016.063000', '144016.066000', '144016.069000', '144016.071000', '144016.074000', '144016.076000', '144016.079000', '144016.081000', '144016.084000', '144016.086000', '144016.089000', '144016.091000', '144016.094000', '144016.097000', '144016.100000', '144016.103000', '144016.105000', '144016.108000', '144016.111000', '144016.113000', '144016.116000', '144016.118000', '144016.121000', '144016.123000', '144016.126000', '144016.129000', '144016.131000', '144016.134000', '144036.019000', '144036.021000', '144036.024000', '144036.027000', '144036.029000', '144036.032000', '144036.034000', '144036.037000', '144036.039000', '144036.042000', '144036.045000', '144036.047000', '144036.050000', '144036.053000', '144036.055000', '144036.058000', '144036.060000', '144036.063000', '144036.066000', '144036.068000', '144036.071000', '144036.074000', '144036.076000', '144036.079000', '144036.081000', '144036.084000', '144036.087000', '144036.089000', '144036.092000', '144036.094000', '144036.097000', '144036.100000', '144036.102000', '144036.105000', '144036.107000', '144036.110000', '144036.113000', '144036.115000', '144036.118000', '144036.120000', '144036.123000', '144036.126000', '144036.128000', '144036.131000', '144056.019000', '144056.022000', '144056.024000', '144056.027000', '144056.029000', '144056.032000', '144056.035000', '144056.037000', '144056.040000', '144056.042000', '144056.045000', '144056.047000', '144056.050000', '144056.053000', '144056.055000', '144056.058000', '144056.060000', '144056.063000', '144056.066000', '144056.068000', '144056.071000', '144056.073000', '144056.076000', '144056.078000', '144056.081000', '144056.084000', '144056.086000', '144056.089000', '144056.092000', '144056.094000', '144056.097000', '144056.100000', '144056.102000', '144056.105000', '144056.107000', '144056.110000', '144056.112000', '144056.115000', '144056.118000', '144056.121000', '144056.124000', '144056.126000', '144056.129000', '144116.019000', '144116.021000', '144116.024000', '144116.027000', '144116.029000', '144116.032000', '144116.034000', '144116.037000', '144116.039000', '144116.042000', '144116.045000', '144116.047000', '144116.050000', '144116.052000', '144116.055000', '144116.058000', '144116.060000', '144116.063000', '144116.066000', '144116.068000', '144116.071000', '144116.073000', '144116.076000', '144116.078000', '144116.081000', '144116.084000', '144116.086000', '144116.089000', '144116.092000', '144116.105000', '144116.108000', '144116.111000', '144116.113000', '144116.116000', '144116.119000', '144116.121000', '144116.124000', '144116.126000', '144116.137000', '144116.140000', '144116.142000', '144116.145000', '144116.147000', '144116.150000', '144136.017000', '144136.020000', '144136.023000', '144136.025000', '144136.028000', '144136.031000', '144136.033000', '144136.036000', '144136.038000', '144136.041000', '144136.044000', '144136.047000', '144136.049000', '144136.052000', '144136.054000', '144136.057000', '144136.060000', '144136.062000', '144136.065000', '144136.067000', '144136.070000', '144136.072000', '144136.075000', '144136.078000', '144136.080000', '144136.083000', '144136.085000', '144136.088000', '144136.091000', '144136.093000', '144136.096000', '144136.098000', '144136.101000', '144136.104000', '144136.107000', '144136.109000', '144136.112000', '144136.115000', '144136.117000', '144136.120000', '144136.122000', '144136.125000', '144136.128000', '144156.018000', '144156.021000', '144156.023000', '144156.026000', '144156.028000', '144156.031000', '144156.034000', '144156.036000', '144156.039000', '144156.041000', '144156.044000', '144156.046000', '144156.049000', '144156.052000', '144156.054000', '144156.057000', '144156.060000', '144156.062000', '144156.065000', '144156.067000', '144156.070000', '144156.072000', '144156.075000', '144156.078000', '144156.080000', '144156.083000', '144156.085000', '144156.088000', '144156.090000', '144156.093000', '144156.096000', '144156.098000', '144156.101000', '144156.103000', '144156.106000', '144156.108000', '144156.111000', '144156.114000', '144156.116000', '144156.119000', '144156.121000', '144156.124000', '144156.127000', '144156.129000', '144216.017000', '144216.020000', '144216.023000', '144216.025000', '144216.028000', '144216.031000', '144216.033000', '144216.036000', '144216.038000', '144216.041000', '144216.044000', '144216.046000', '144216.049000', '144216.051000', '144216.054000', '144216.057000', '144216.059000', '144216.062000', '144216.064000', '144216.067000', '144216.070000', '144216.072000', '144216.075000', '144216.077000', '144216.080000', '144216.083000', '144216.085000', '144216.088000', '144216.090000', '144216.093000', '144216.096000', '144216.098000', '144216.101000', '144216.104000', '144216.106000', '144216.109000', '144216.111000', '144216.114000', '144216.117000', '144216.119000', '144216.122000', '144216.125000', '144216.127000', '144236.018000', '144236.021000', '144236.024000', '144236.026000', '144236.029000', '144236.032000', '144236.034000', '144236.037000', '144236.039000', '144236.042000', '144236.044000', '144236.047000', '144236.050000', '144236.052000', '144236.055000', '144236.057000', '144236.060000', '144236.063000', '144236.065000', '144236.068000', '144236.070000', '144236.073000', '144236.076000', '144236.078000', '144236.081000', '144236.083000', '144236.086000', '144236.089000', '144236.091000', '144236.094000', '144236.097000', '144236.099000', '144236.102000', '144236.104000', '144236.107000', '144236.110000', '144236.112000', '144236.115000', '144236.118000', '144236.120000', '144236.123000', '144236.125000', '144236.128000', '144236.131000', '144256.019000', '144256.021000', '144256.024000', '144256.027000', '144256.029000', '144256.032000', '144256.034000', '144256.037000', '144256.040000', '144256.042000', '144256.045000', '144256.047000', '144256.050000', '144256.053000', '144256.055000', '144256.058000', '144256.060000', '144256.063000', '144256.065000', '144256.068000', '144256.071000', '144256.073000', '144256.076000', '144256.078000', '144256.081000', '144256.084000', '144256.086000', '144256.089000', '144256.091000', '144256.094000', '144256.097000', '144256.099000', '144256.102000', '144256.106000', '144256.108000', '144256.111000', '144256.114000', '144256.116000', '144256.119000', '144256.122000', '144256.124000', '144256.127000', '144256.129000', '144316.018000', '144316.021000', '144316.024000', '144316.027000', '144316.029000', '144316.032000', '144316.034000', '144316.037000', '144316.040000', '144316.042000', '144316.045000', '144316.047000', '144316.050000', '144316.053000', '144316.055000', '144316.058000', '144316.060000', '144316.063000', '144316.065000', '144316.068000', '144316.070000', '144316.073000', '144316.076000', '144316.078000', '144316.081000', '144316.083000', '144316.086000', '144316.089000', '144316.091000', '144316.094000', '144316.096000', '144316.099000', '144316.101000', '144316.104000', '144316.107000', '144316.109000', '144316.112000', '144316.114000', '144316.117000', '144316.119000', '144316.122000', '144316.125000', '144316.127000', '144316.130000', '144336.018000', '144336.021000', '144336.024000', '144336.027000', '144336.029000', '144336.032000', '144336.034000', '144336.037000', '144336.039000', '144336.042000', '144336.045000', '144336.047000', '144336.050000', '144336.052000', '144336.055000', '144336.058000', '144336.060000', '144336.063000', '144336.065000', '144336.068000', '144336.070000', '144336.073000', '144336.076000', '144336.078000', '144336.081000', '144336.084000', '144336.096000', '144336.098000', '144336.101000', '144336.103000', '144336.106000', '144336.109000', '144336.111000', '144336.114000', '144336.116000', '144336.119000', '144336.122000', '144336.124000', '144336.127000', '144336.129000', '144336.132000', '144336.134000', '144336.137000', '144356.018000', '144356.021000', '144356.023000', '144356.026000', '144356.028000', '144356.031000', '144356.033000', '144356.036000', '144356.039000', '144356.041000', '144356.044000', '144356.046000', '144356.049000', '144356.052000', '144356.054000', '144356.057000', '144356.059000', '144356.062000', '144356.064000', '144356.067000', '144356.070000', '144356.072000', '144356.075000', '144356.077000', '144356.080000', '144356.083000', '144356.085000', '144356.088000', '144356.090000', '144356.093000', '144356.095000', '144356.098000', '144356.101000', '144356.103000', '144356.106000', '144356.108000', '144356.111000', '144356.113000', '144356.116000', '144356.118000', '144356.122000', '144356.124000', '144356.127000', '144356.130000', '144416.017000', '144416.020000', '144416.023000', '144416.026000', '144416.028000', '144416.031000', '144416.050000', '144416.053000', '144416.055000', '144416.058000', '144416.061000', '144416.063000', '144416.066000', '144416.068000', '144416.071000', '144416.073000', '144416.076000', '144416.078000', '144416.081000', '144416.084000', '144416.086000', '144416.089000', '144416.092000', '144416.094000', '144416.097000', '144416.099000', '144416.102000', '144416.104000', '144416.107000', '144416.110000', '144416.112000', '144416.115000', '144416.117000', '144416.120000', '144416.122000', '144416.125000', '144416.128000', '144416.130000', '144416.133000', '144416.136000', '144416.138000', '144416.141000', '144416.143000', '144436.018000', '144436.021000', '144436.023000', '144436.026000', '144436.028000', '144436.031000', '144436.034000', '144436.036000', '144436.039000', '144436.041000', '144436.044000', '144436.047000', '144436.049000', '144436.052000', '144436.055000', '144436.057000', '144436.060000', '144436.063000', '144436.065000', '144436.068000', '144436.070000', '144436.073000', '144436.076000', '144436.078000', '144436.081000', '144436.083000', '144436.086000', '144436.089000', '144436.092000', '144436.094000', '144436.097000', '144436.100000', '144436.102000', '144436.105000', '144436.107000', '144436.110000', '144436.113000', '144436.115000', '144436.118000', '144436.120000', '144436.123000', '144436.126000', '144436.128000', '144436.131000', '144456.019000', '144456.022000', '144456.024000', '144456.027000', '144456.029000', '144456.032000', '144456.035000', '144456.037000', '144456.040000', '144456.042000', '144456.045000', '144456.048000', '144456.050000', '144456.053000', '144456.055000', '144456.058000', '144456.061000', '144456.063000', '144456.066000', '144456.069000', '144456.071000', '144456.074000', '144456.076000', '144456.079000', '144456.082000', '144456.084000', '144456.087000', '144456.089000', '144456.092000', '144456.095000', '144456.097000', '144456.100000', '144456.102000', '144456.105000', '144456.108000', '144456.110000', '144456.113000', '144456.115000', '144456.118000', '144456.120000', '144456.123000', '144456.126000', '144456.128000', '144516.019000', '144516.022000', '144516.024000', '144516.027000', '144516.029000', '144516.032000', '144516.034000', '144516.046000', '144516.048000', '144516.051000', '144516.054000', '144516.056000', '144516.059000', '144516.061000', '144516.064000', '144516.066000', '144516.069000', '144516.072000', '144516.074000', '144516.077000', '144516.079000', '144516.082000', '144516.085000', '144516.087000', '144516.090000', '144516.092000', '144516.095000', '144516.097000', '144516.100000', '144516.103000', '144516.105000', '144516.108000', '144516.110000', '144516.113000', '144516.116000', '144516.118000', '144516.121000', '144516.123000', '144516.126000', '144516.129000', '144516.131000', '144516.134000', '144516.136000', '144516.139000', '144536.019000', '144536.021000', '144536.024000', '144536.037000', '144536.039000', '144536.042000', '144536.045000', '144536.047000', '144536.050000', '144536.052000', '144536.055000', '144536.057000', '144536.060000', '144536.063000', '144536.065000', '144536.068000', '144536.070000', '144536.073000', '144536.076000', '144536.078000', '144536.081000', '144536.083000', '144536.086000', '144536.089000', '144536.091000', '144536.094000', '144536.096000', '144536.099000', '144536.102000', '144536.104000', '144536.107000', '144536.109000', '144536.112000', '144536.115000', '144536.117000', '144536.120000', '144536.122000', '144536.125000', '144536.127000', '144536.130000', '144536.133000', '144536.135000', '144536.138000', '144556.019000', '144556.021000', '144556.024000', '144556.027000', '144556.029000', '144556.032000', '144556.034000', '144556.037000', '144556.040000', '144556.043000', '144556.045000', '144556.048000', '144556.050000', '144556.053000', '144556.056000', '144556.058000', '144556.061000', '144556.063000', '144556.066000', '144556.069000', '144556.071000', '144556.074000', '144556.076000', '144556.079000', '144556.081000', '144556.084000', '144556.086000', '144556.089000', '144556.092000', '144556.094000', '144556.097000', '144556.100000', '144556.102000', '144556.105000', '144556.107000', '144556.110000', '144556.113000', '144556.115000', '144556.118000', '144556.120000', '144556.123000', '144556.125000', '144556.128000', '144616.018000', '144616.021000', '144616.023000', '144616.026000', '144616.028000', '144616.031000', '144616.034000', '144616.036000', '144616.039000', '144616.041000', '144616.044000', '144616.046000', '144616.049000', '144616.052000', '144616.054000', '144616.057000', '144616.059000', '144616.062000', '144616.065000', '144616.068000', '144616.070000', '144616.073000', '144616.075000', '144616.078000', '144616.080000', '144616.083000', '144616.086000', '144616.088000', '144616.091000', '144616.093000', '144616.096000', '144616.099000', '144616.101000', '144616.104000', '144616.107000', '144616.118000', '144616.121000', '144616.123000', '144616.126000', '144616.128000', '144616.131000', '144616.133000', '144616.136000', '144616.138000', '144636.018000', '144636.020000', '144636.023000', '144636.026000', '144636.028000', '144636.031000', '144636.033000', '144636.036000', '144636.039000', '144636.041000', '144636.044000', '144636.046000', '144636.049000', '144636.052000', '144636.054000', '144636.057000', '144636.060000', '144636.062000', '144636.065000', '144636.067000', '144636.070000', '144636.072000', '144636.075000', '144636.078000', '144636.080000', '144636.083000', '144636.086000', '144636.088000', '144636.091000', '144636.094000', '144636.096000', '144636.099000', '144636.101000', '144636.104000', '144636.107000', '144636.109000', '144636.112000', '144636.114000', '144636.117000', '144636.119000', '144636.122000', '144636.125000', '144636.127000', '144656.034000', '144656.037000', '144656.039000', '144656.042000', '144656.044000', '144656.047000', '144656.049000', '144656.052000', '144656.055000', '144656.057000', '144656.060000', '144656.062000', '144656.065000', '144656.068000', '144656.070000', '144656.073000', '144656.075000', '144656.078000', '144656.080000', '144656.083000', '144656.086000', '144656.088000', '144656.091000', '144656.093000', '144656.096000', '144656.099000', '144656.101000', '144656.104000', '144656.106000', '144656.109000', '144656.112000', '144656.114000', '144656.117000', '144656.119000', '144656.122000', '144656.125000', '144656.127000', '144656.130000', '144656.132000', '144656.135000', '144656.138000', '144656.140000', '144656.143000', '144656.145000', '144716.019000', '144716.022000', '144716.024000', '144716.027000', '144716.029000', '144716.032000', '144716.035000', '144716.037000', '144716.040000', '144716.043000', '144716.045000', '144716.048000', '144716.051000', '144716.053000', '144716.056000', '144716.059000', '144716.061000', '144716.064000', '144716.066000', '144716.069000', '144716.072000', '144716.074000', '144716.077000', '144716.081000', '144716.084000', '144716.086000', '144716.089000', '144716.091000', '144716.094000', '144716.097000', '144716.099000', '144716.102000', '144716.104000', '144716.107000', '144716.109000', '144716.112000', '144716.115000', '144716.117000', '144716.120000', '144716.122000', '144716.125000', '144716.128000', '144716.130000', '144736.019000', '144736.022000', '144736.024000', '144736.027000', '144736.030000', '144736.032000', '144736.035000', '144736.037000', '144736.040000', '144736.043000', '144736.045000', '144736.048000', '144736.051000', '144736.053000', '144736.056000', '144736.059000', '144736.062000', '144736.064000', '144736.067000', '144736.070000', '144736.072000', '144736.075000', '144736.078000', '144736.080000', '144736.083000', '144736.085000', '144736.088000', '144736.091000', '144736.093000', '144736.096000', '144736.098000', '144736.101000', '144736.104000', '144736.106000', '144736.109000', '144736.111000', '144736.114000', '144736.117000', '144736.119000', '144736.122000', '144736.125000', '144736.127000', '144736.130000', '144736.132000', '144756.019000', '144756.021000', '144756.024000', '144756.027000', '144756.029000', '144756.032000', '144756.034000', '144756.037000', '144756.040000', '144756.042000', '144756.045000', '144756.047000', '144756.050000', '144756.053000', '144756.057000', '144756.059000', '144756.062000', '144756.065000', '144756.067000', '144756.070000', '144756.072000', '144756.075000', '144756.078000', '144756.080000', '144756.083000', '144756.086000', '144756.088000', '144756.091000', '144756.094000', '144756.096000', '144756.099000', '144756.101000', '144756.104000', '144756.106000', '144756.109000', '144756.112000', '144756.114000', '144756.117000', '144756.119000', '144756.122000', '144756.130000', '144756.133000', '144756.135000', '144816.019000', '144816.021000', '144816.024000', '144816.027000', '144816.029000', '144816.032000', '144816.034000', '144816.037000', '144816.040000', '144816.042000', '144816.045000', '144816.047000', '144816.050000', '144816.053000', '144816.055000', '144816.058000', '144816.060000', '144816.063000', '144816.066000', '144816.068000', '144816.074000', '144816.077000', '144816.079000', '144816.082000', '144816.085000', '144816.087000', '144816.090000', '144816.092000', '144816.095000', '144816.098000', '144816.101000', '144816.103000', '144816.106000', '144816.108000', '144816.111000', '144816.114000', '144816.116000', '144816.119000', '144816.122000', '144816.124000', '144816.127000', '144816.129000', '144816.132000', '144816.135000', '144836.018000', '144836.021000', '144836.023000', '144836.026000', '144836.028000', '144836.031000', '144836.034000', '144836.036000', '144836.039000', '144836.041000', '144836.044000', '144836.047000', '144836.049000', '144836.052000', '144836.054000', '144836.057000', '144836.060000', '144836.062000', '144836.065000', '144836.068000', '144836.070000', '144836.073000', '144836.076000', '144836.078000', '144836.081000', '144836.084000', '144836.086000', '144836.089000', '144836.091000', '144836.094000', '144836.097000', '144836.099000', '144836.102000', '144836.104000', '144836.107000', '144836.110000', '144836.112000', '144836.115000', '144836.118000', '144836.121000', '144836.124000', '144836.127000', '144836.129000', '144856.018000', '144856.021000', '144856.023000', '144856.026000', '144856.029000', '144856.031000', '144856.034000', '144856.036000', '144856.039000', '144856.042000', '144856.045000', '144856.047000', '144856.050000', '144856.052000', '144856.055000', '144856.057000', '144856.060000', '144856.063000', '144856.065000', '144856.068000', '144856.070000', '144856.073000', '144856.075000', '144856.078000', '144856.081000', '144856.083000', '144856.087000', '144856.090000', '144856.092000', '144856.095000', '144856.097000', '144856.100000', '144856.102000', '144856.105000', '144856.108000', '144856.110000', '144856.113000', '144856.115000', '144856.118000', '144856.121000', '144856.123000', '144856.126000', '144856.128000', '144856.131000', '144916.018000', '144916.021000', '144916.023000', '144916.026000', '144916.029000', '144916.031000', '144916.034000', '144916.036000', '144916.058000', '144916.060000', '144916.063000', '144916.065000', '144916.068000', '144916.071000', '144916.073000', '144916.076000', '144916.085000', '144916.088000', '144916.090000', '144916.093000', '144916.095000', '144916.099000', '144916.102000', '144916.105000', '144916.108000', '144916.110000', '144916.113000', '144916.115000', '144916.118000', '144916.121000', '144916.123000', '144916.126000', '144916.128000', '144916.131000', '144916.133000', '144916.136000', '144916.139000', '144916.141000', '144916.144000', '144916.146000', '144916.149000', '144916.151000', '144916.154000', '144936.019000', '144936.022000', '144936.024000', '144936.027000', '144936.029000', '144936.032000', '144936.034000', '144936.037000', '144936.040000', '144936.042000', '144936.045000', '144936.048000', '144936.050000', '144936.053000', '144936.055000', '144936.058000', '144936.060000', '144936.063000', '144936.066000', '144936.068000', '144936.071000', '144936.073000', '144936.076000', '144936.079000', '144936.081000', '144936.084000', '144936.086000', '144936.089000', '144936.092000', '144936.094000', '144936.097000', '144936.099000', '144936.102000', '144936.113000', '144936.115000', '144936.118000', '144936.120000', '144936.123000', '144936.126000', '144936.128000', '144936.131000', '144936.133000', '144936.136000', '144936.138000', '144948.730000', '144948.734000', '144948.737000', '144948.739000', '144948.742000', '144948.745000', '144948.747000', '144948.750000', '144948.753000', '144948.755000', '144948.758000', '144948.760000', '144948.763000', '144948.766000', '144948.768000', '144948.771000', '144948.773000', '144948.776000', '144948.779000', '144948.781000', '144948.784000', '144948.786000', '144948.789000', '144948.792000', '144948.794000', '144948.797000', '144948.889000', '144948.892000'], 'InstanceCreationTime': ['143736.052000', '143736.055000', '143736.057000', '143736.060000', '143736.063000', '143736.069000', '143736.072000', '143736.075000', '143736.077000', '143736.080000', '143736.082000', '143736.085000', '143736.087000', '143736.090000', '143736.092000', '143736.095000', '143736.097000', '143736.100000', '143736.103000', '143736.105000', '143736.108000', '143736.110000', '143736.122000', '143736.125000', '143736.127000', '143736.130000', '143736.132000', '143736.135000', '143736.138000', '143736.140000', '143736.143000', '143736.145000', '143736.148000', '143736.150000', '143736.153000', '143736.155000', '143736.158000', '143736.161000', '143736.163000', '143736.166000', '143736.168000', '143736.171000', '143736.183000', '143736.186000', '143736.189000', '143736.191000', '143736.194000', '143756.019000', '143756.021000', '143756.024000', '143756.027000', '143756.029000', '143756.032000', '143756.034000', '143756.037000', '143756.039000', '143756.042000', '143756.045000', '143756.047000', '143756.050000', '143756.052000', '143756.055000', '143756.057000', '143756.060000', '143756.062000', '143756.065000', '143756.068000', '143756.070000', '143756.073000', '143756.076000', '143756.078000', '143756.081000', '143756.083000', '143756.086000', '143756.088000', '143756.091000', '143756.094000', '143756.096000', '143756.099000', '143756.101000', '143756.104000', '143756.106000', '143756.109000', '143756.112000', '143756.114000', '143756.117000', '143756.119000', '143756.130000', '143756.133000', '143756.135000', '143816.019000', '143816.021000', '143816.024000', '143816.026000', '143816.029000', '143816.032000', '143816.035000', '143816.038000', '143816.053000', '143816.056000', '143816.058000', '143816.061000', '143816.063000', '143816.066000', '143816.069000', '143816.071000', '143816.074000', '143816.076000', '143816.079000', '143816.081000', '143816.084000', '143816.086000', '143816.089000', '143816.098000', '143816.101000', '143816.103000', '143816.106000', '143816.108000', '143816.111000', '143816.113000', '143816.116000', '143816.119000', '143816.121000', '143816.124000', '143816.127000', '143816.129000', '143816.132000', '143816.134000', '143816.137000', '143816.140000', '143816.142000', '143816.145000', '143816.147000', '143836.019000', '143836.021000', '143836.024000', '143836.027000', '143836.029000', '143836.032000', '143836.034000', '143836.037000', '143836.040000', '143836.042000', '143836.045000', '143836.047000', '143836.050000', '143836.053000', '143836.055000', '143836.058000', '143836.060000', '143836.063000', '143836.065000', '143836.068000', '143836.071000', '143836.073000', '143836.076000', '143836.078000', '143836.081000', '143836.084000', '143836.086000', '143836.089000', '143836.091000', '143836.094000', '143836.096000', '143836.099000', '143836.102000', '143836.104000', '143836.107000', '143836.109000', '143836.112000', '143836.115000', '143836.117000', '143836.120000', '143836.122000', '143836.125000', '143836.127000', '143836.130000', '143856.018000', '143856.021000', '143856.024000', '143856.026000', '143856.029000', '143856.032000', '143856.034000', '143856.037000', '143856.039000', '143856.042000', '143856.044000', '143856.047000', '143856.050000', '143856.052000', '143856.055000', '143856.057000', '143856.060000', '143856.062000', '143856.065000', '143856.068000', '143856.070000', '143856.073000', '143856.075000', '143856.078000', '143856.080000', '143856.083000', '143856.086000', '143856.088000', '143856.091000', '143856.093000', '143856.096000', '143856.099000', '143856.101000', '143856.104000', '143856.106000', '143856.109000', '143856.111000', '143856.114000', '143856.117000', '143856.119000', '143856.122000', '143856.129000', '143856.131000', '143856.134000', '143916.018000', '143916.021000', '143916.024000', '143916.026000', '143916.029000', '143916.032000', '143916.034000', '143916.037000', '143916.039000', '143916.042000', '143916.045000', '143916.047000', '143916.050000', '143916.052000', '143916.055000', '143916.058000', '143916.060000', '143916.063000', '143916.065000', '143916.068000', '143916.070000', '143916.073000', '143916.076000', '143916.078000', '143916.081000', '143916.083000', '143916.086000', '143916.088000', '143916.091000', '143916.094000', '143916.096000', '143916.099000', '143916.101000', '143916.104000', '143916.107000', '143916.109000', '143916.112000', '143916.114000', '143916.117000', '143916.123000', '143916.130000', '143916.133000', '143916.135000', '143936.018000', '143936.020000', '143936.023000', '143936.025000', '143936.028000', '143936.031000', '143936.033000', '143936.036000', '143936.038000', '143936.041000', '143936.044000', '143936.046000', '143936.049000', '143936.051000', '143936.054000', '143936.056000', '143936.059000', '143936.062000', '143936.064000', '143936.067000', '143936.069000', '143936.072000', '143936.075000', '143936.077000', '143936.081000', '143936.084000', '143936.087000', '143936.089000', '143936.092000', '143936.094000', '143936.097000', '143936.100000', '143936.102000', '143936.105000', '143936.107000', '143936.110000', '143936.113000', '143936.115000', '143936.118000', '143936.120000', '143936.123000', '143936.126000', '143936.128000', '143956.017000', '143956.020000', '143956.023000', '143956.025000', '143956.038000', '143956.041000', '143956.043000', '143956.046000', '143956.049000', '143956.051000', '143956.054000', '143956.056000', '143956.059000', '143956.062000', '143956.064000', '143956.067000', '143956.069000', '143956.072000', '143956.074000', '143956.077000', '143956.080000', '143956.082000', '143956.085000', '143956.087000', '143956.090000', '143956.092000', '143956.095000', '143956.098000', '143956.100000', '143956.103000', '143956.105000', '143956.108000', '143956.110000', '143956.113000', '143956.115000', '143956.118000', '143956.121000', '143956.123000', '143956.126000', '143956.128000', '143956.131000', '143956.133000', '143956.136000', '143956.138000', '144016.018000', '144016.021000', '144016.024000', '144016.032000', '144016.035000', '144016.038000', '144016.040000', '144016.043000', '144016.045000', '144016.048000', '144016.050000', '144016.053000', '144016.056000', '144016.058000', '144016.061000', '144016.063000', '144016.066000', '144016.069000', '144016.071000', '144016.074000', '144016.076000', '144016.079000', '144016.081000', '144016.084000', '144016.086000', '144016.089000', '144016.091000', '144016.094000', '144016.097000', '144016.100000', '144016.103000', '144016.105000', '144016.108000', '144016.111000', '144016.113000', '144016.116000', '144016.118000', '144016.121000', '144016.123000', '144016.126000', '144016.129000', '144016.131000', '144016.134000', '144036.019000', '144036.021000', '144036.024000', '144036.027000', '144036.029000', '144036.032000', '144036.034000', '144036.037000', '144036.039000', '144036.042000', '144036.045000', '144036.047000', '144036.050000', '144036.053000', '144036.055000', '144036.058000', '144036.060000', '144036.063000', '144036.066000', '144036.068000', '144036.071000', '144036.074000', '144036.076000', '144036.079000', '144036.081000', '144036.084000', '144036.087000', '144036.089000', '144036.092000', '144036.094000', '144036.097000', '144036.100000', '144036.102000', '144036.105000', '144036.107000', '144036.110000', '144036.113000', '144036.115000', '144036.118000', '144036.120000', '144036.123000', '144036.126000', '144036.128000', '144036.131000', '144056.019000', '144056.022000', '144056.024000', '144056.027000', '144056.029000', '144056.032000', '144056.035000', '144056.037000', '144056.040000', '144056.042000', '144056.045000', '144056.047000', '144056.050000', '144056.053000', '144056.055000', '144056.058000', '144056.060000', '144056.063000', '144056.066000', '144056.068000', '144056.071000', '144056.073000', '144056.076000', '144056.078000', '144056.081000', '144056.084000', '144056.086000', '144056.089000', '144056.092000', '144056.094000', '144056.097000', '144056.100000', '144056.102000', '144056.105000', '144056.107000', '144056.110000', '144056.112000', '144056.115000', '144056.118000', '144056.121000', '144056.124000', '144056.126000', '144056.129000', '144116.019000', '144116.021000', '144116.024000', '144116.027000', '144116.029000', '144116.032000', '144116.034000', '144116.037000', '144116.039000', '144116.042000', '144116.045000', '144116.047000', '144116.050000', '144116.052000', '144116.055000', '144116.058000', '144116.060000', '144116.063000', '144116.066000', '144116.068000', '144116.071000', '144116.073000', '144116.076000', '144116.078000', '144116.081000', '144116.084000', '144116.086000', '144116.089000', '144116.092000', '144116.105000', '144116.108000', '144116.111000', '144116.113000', '144116.116000', '144116.119000', '144116.121000', '144116.124000', '144116.126000', '144116.137000', '144116.140000', '144116.142000', '144116.145000', '144116.147000', '144116.150000', '144136.017000', '144136.020000', '144136.023000', '144136.025000', '144136.028000', '144136.031000', '144136.033000', '144136.036000', '144136.038000', '144136.041000', '144136.044000', '144136.047000', '144136.049000', '144136.052000', '144136.054000', '144136.057000', '144136.060000', '144136.062000', '144136.065000', '144136.067000', '144136.070000', '144136.072000', '144136.075000', '144136.078000', '144136.080000', '144136.083000', '144136.085000', '144136.088000', '144136.091000', '144136.093000', '144136.096000', '144136.098000', '144136.101000', '144136.104000', '144136.107000', '144136.109000', '144136.112000', '144136.115000', '144136.117000', '144136.120000', '144136.122000', '144136.125000', '144136.128000', '144156.018000', '144156.021000', '144156.023000', '144156.026000', '144156.028000', '144156.031000', '144156.034000', '144156.036000', '144156.039000', '144156.041000', '144156.044000', '144156.046000', '144156.049000', '144156.052000', '144156.054000', '144156.057000', '144156.060000', '144156.062000', '144156.065000', '144156.067000', '144156.070000', '144156.072000', '144156.075000', '144156.078000', '144156.080000', '144156.083000', '144156.085000', '144156.088000', '144156.090000', '144156.093000', '144156.096000', '144156.098000', '144156.101000', '144156.103000', '144156.106000', '144156.108000', '144156.111000', '144156.114000', '144156.116000', '144156.119000', '144156.121000', '144156.124000', '144156.127000', '144156.129000', '144216.017000', '144216.020000', '144216.023000', '144216.025000', '144216.028000', '144216.031000', '144216.033000', '144216.036000', '144216.038000', '144216.041000', '144216.044000', '144216.046000', '144216.049000', '144216.051000', '144216.054000', '144216.057000', '144216.059000', '144216.062000', '144216.064000', '144216.067000', '144216.070000', '144216.072000', '144216.075000', '144216.077000', '144216.080000', '144216.083000', '144216.085000', '144216.088000', '144216.090000', '144216.093000', '144216.096000', '144216.098000', '144216.101000', '144216.104000', '144216.106000', '144216.109000', '144216.111000', '144216.114000', '144216.117000', '144216.119000', '144216.122000', '144216.125000', '144216.127000', '144236.018000', '144236.021000', '144236.024000', '144236.026000', '144236.029000', '144236.032000', '144236.034000', '144236.037000', '144236.039000', '144236.042000', '144236.044000', '144236.047000', '144236.050000', '144236.052000', '144236.055000', '144236.057000', '144236.060000', '144236.063000', '144236.065000', '144236.068000', '144236.070000', '144236.073000', '144236.076000', '144236.078000', '144236.081000', '144236.083000', '144236.086000', '144236.089000', '144236.091000', '144236.094000', '144236.097000', '144236.099000', '144236.102000', '144236.104000', '144236.107000', '144236.110000', '144236.112000', '144236.115000', '144236.118000', '144236.120000', '144236.123000', '144236.125000', '144236.128000', '144236.131000', '144256.019000', '144256.021000', '144256.024000', '144256.027000', '144256.029000', '144256.032000', '144256.034000', '144256.037000', '144256.040000', '144256.042000', '144256.045000', '144256.047000', '144256.050000', '144256.053000', '144256.055000', '144256.058000', '144256.060000', '144256.063000', '144256.065000', '144256.068000', '144256.071000', '144256.073000', '144256.076000', '144256.078000', '144256.081000', '144256.084000', '144256.086000', '144256.089000', '144256.091000', '144256.094000', '144256.097000', '144256.099000', '144256.102000', '144256.106000', '144256.108000', '144256.111000', '144256.114000', '144256.116000', '144256.119000', '144256.122000', '144256.124000', '144256.127000', '144256.129000', '144316.018000', '144316.021000', '144316.024000', '144316.027000', '144316.029000', '144316.032000', '144316.034000', '144316.037000', '144316.040000', '144316.042000', '144316.045000', '144316.047000', '144316.050000', '144316.053000', '144316.055000', '144316.058000', '144316.060000', '144316.063000', '144316.065000', '144316.068000', '144316.070000', '144316.073000', '144316.076000', '144316.078000', '144316.081000', '144316.083000', '144316.086000', '144316.089000', '144316.091000', '144316.094000', '144316.096000', '144316.099000', '144316.101000', '144316.104000', '144316.107000', '144316.109000', '144316.112000', '144316.114000', '144316.117000', '144316.119000', '144316.122000', '144316.125000', '144316.127000', '144316.130000', '144336.018000', '144336.021000', '144336.024000', '144336.027000', '144336.029000', '144336.032000', '144336.034000', '144336.037000', '144336.039000', '144336.042000', '144336.045000', '144336.047000', '144336.050000', '144336.052000', '144336.055000', '144336.058000', '144336.060000', '144336.063000', '144336.065000', '144336.068000', '144336.070000', '144336.073000', '144336.076000', '144336.078000', '144336.081000', '144336.084000', '144336.096000', '144336.098000', '144336.101000', '144336.103000', '144336.106000', '144336.109000', '144336.111000', '144336.114000', '144336.116000', '144336.119000', '144336.122000', '144336.124000', '144336.127000', '144336.129000', '144336.132000', '144336.134000', '144336.137000', '144356.018000', '144356.021000', '144356.023000', '144356.026000', '144356.028000', '144356.031000', '144356.033000', '144356.036000', '144356.039000', '144356.041000', '144356.044000', '144356.046000', '144356.049000', '144356.052000', '144356.054000', '144356.057000', '144356.059000', '144356.062000', '144356.064000', '144356.067000', '144356.070000', '144356.072000', '144356.075000', '144356.077000', '144356.080000', '144356.083000', '144356.085000', '144356.088000', '144356.090000', '144356.093000', '144356.095000', '144356.098000', '144356.101000', '144356.103000', '144356.106000', '144356.108000', '144356.111000', '144356.113000', '144356.116000', '144356.118000', '144356.122000', '144356.124000', '144356.127000', '144356.130000', '144416.017000', '144416.020000', '144416.023000', '144416.026000', '144416.028000', '144416.031000', '144416.050000', '144416.053000', '144416.055000', '144416.058000', '144416.061000', '144416.063000', '144416.066000', '144416.068000', '144416.071000', '144416.073000', '144416.076000', '144416.078000', '144416.081000', '144416.084000', '144416.086000', '144416.089000', '144416.092000', '144416.094000', '144416.097000', '144416.099000', '144416.102000', '144416.104000', '144416.107000', '144416.110000', '144416.112000', '144416.115000', '144416.117000', '144416.120000', '144416.122000', '144416.125000', '144416.128000', '144416.130000', '144416.133000', '144416.136000', '144416.138000', '144416.141000', '144416.143000', '144436.018000', '144436.021000', '144436.023000', '144436.026000', '144436.028000', '144436.031000', '144436.034000', '144436.036000', '144436.039000', '144436.041000', '144436.044000', '144436.047000', '144436.049000', '144436.052000', '144436.055000', '144436.057000', '144436.060000', '144436.063000', '144436.065000', '144436.068000', '144436.070000', '144436.073000', '144436.076000', '144436.078000', '144436.081000', '144436.083000', '144436.086000', '144436.089000', '144436.092000', '144436.094000', '144436.097000', '144436.100000', '144436.102000', '144436.105000', '144436.107000', '144436.110000', '144436.113000', '144436.115000', '144436.118000', '144436.120000', '144436.123000', '144436.126000', '144436.128000', '144436.131000', '144456.019000', '144456.022000', '144456.024000', '144456.027000', '144456.029000', '144456.032000', '144456.035000', '144456.037000', '144456.040000', '144456.042000', '144456.045000', '144456.048000', '144456.050000', '144456.053000', '144456.055000', '144456.058000', '144456.061000', '144456.063000', '144456.066000', '144456.069000', '144456.071000', '144456.074000', '144456.076000', '144456.079000', '144456.082000', '144456.084000', '144456.087000', '144456.089000', '144456.092000', '144456.095000', '144456.097000', '144456.100000', '144456.102000', '144456.105000', '144456.108000', '144456.110000', '144456.113000', '144456.115000', '144456.118000', '144456.120000', '144456.123000', '144456.126000', '144456.128000', '144516.019000', '144516.022000', '144516.024000', '144516.027000', '144516.029000', '144516.032000', '144516.034000', '144516.046000', '144516.048000', '144516.051000', '144516.054000', '144516.056000', '144516.059000', '144516.061000', '144516.064000', '144516.066000', '144516.069000', '144516.072000', '144516.074000', '144516.077000', '144516.079000', '144516.082000', '144516.085000', '144516.087000', '144516.090000', '144516.092000', '144516.095000', '144516.097000', '144516.100000', '144516.103000', '144516.105000', '144516.108000', '144516.110000', '144516.113000', '144516.116000', '144516.118000', '144516.121000', '144516.123000', '144516.126000', '144516.129000', '144516.131000', '144516.134000', '144516.136000', '144516.139000', '144536.019000', '144536.021000', '144536.024000', '144536.037000', '144536.039000', '144536.042000', '144536.045000', '144536.047000', '144536.050000', '144536.052000', '144536.055000', '144536.057000', '144536.060000', '144536.063000', '144536.065000', '144536.068000', '144536.070000', '144536.073000', '144536.076000', '144536.078000', '144536.081000', '144536.083000', '144536.086000', '144536.089000', '144536.091000', '144536.094000', '144536.096000', '144536.099000', '144536.102000', '144536.104000', '144536.107000', '144536.109000', '144536.112000', '144536.115000', '144536.117000', '144536.120000', '144536.122000', '144536.125000', '144536.127000', '144536.130000', '144536.133000', '144536.135000', '144536.138000', '144556.019000', '144556.021000', '144556.024000', '144556.027000', '144556.029000', '144556.032000', '144556.034000', '144556.037000', '144556.040000', '144556.043000', '144556.045000', '144556.048000', '144556.050000', '144556.053000', '144556.056000', '144556.058000', '144556.061000', '144556.063000', '144556.066000', '144556.069000', '144556.071000', '144556.074000', '144556.076000', '144556.079000', '144556.081000', '144556.084000', '144556.086000', '144556.089000', '144556.092000', '144556.094000', '144556.097000', '144556.100000', '144556.102000', '144556.105000', '144556.107000', '144556.110000', '144556.113000', '144556.115000', '144556.118000', '144556.120000', '144556.123000', '144556.125000', '144556.128000', '144616.018000', '144616.021000', '144616.023000', '144616.026000', '144616.028000', '144616.031000', '144616.034000', '144616.036000', '144616.039000', '144616.041000', '144616.044000', '144616.046000', '144616.049000', '144616.052000', '144616.054000', '144616.057000', '144616.059000', '144616.062000', '144616.065000', '144616.068000', '144616.070000', '144616.073000', '144616.075000', '144616.078000', '144616.080000', '144616.083000', '144616.086000', '144616.088000', '144616.091000', '144616.093000', '144616.096000', '144616.099000', '144616.101000', '144616.104000', '144616.107000', '144616.118000', '144616.121000', '144616.123000', '144616.126000', '144616.128000', '144616.131000', '144616.133000', '144616.136000', '144616.138000', '144636.018000', '144636.020000', '144636.023000', '144636.026000', '144636.028000', '144636.031000', '144636.033000', '144636.036000', '144636.039000', '144636.041000', '144636.044000', '144636.046000', '144636.049000', '144636.052000', '144636.054000', '144636.057000', '144636.060000', '144636.062000', '144636.065000', '144636.067000', '144636.070000', '144636.072000', '144636.075000', '144636.078000', '144636.080000', '144636.083000', '144636.086000', '144636.088000', '144636.091000', '144636.094000', '144636.096000', '144636.099000', '144636.101000', '144636.104000', '144636.107000', '144636.109000', '144636.112000', '144636.114000', '144636.117000', '144636.119000', '144636.122000', '144636.125000', '144636.127000', '144656.034000', '144656.037000', '144656.039000', '144656.042000', '144656.044000', '144656.047000', '144656.049000', '144656.052000', '144656.055000', '144656.057000', '144656.060000', '144656.062000', '144656.065000', '144656.068000', '144656.070000', '144656.073000', '144656.075000', '144656.078000', '144656.080000', '144656.083000', '144656.086000', '144656.088000', '144656.091000', '144656.093000', '144656.096000', '144656.099000', '144656.101000', '144656.104000', '144656.106000', '144656.109000', '144656.112000', '144656.114000', '144656.117000', '144656.119000', '144656.122000', '144656.125000', '144656.127000', '144656.130000', '144656.132000', '144656.135000', '144656.138000', '144656.140000', '144656.143000', '144656.145000', '144716.019000', '144716.022000', '144716.024000', '144716.027000', '144716.029000', '144716.032000', '144716.035000', '144716.037000', '144716.040000', '144716.043000', '144716.045000', '144716.048000', '144716.051000', '144716.053000', '144716.056000', '144716.059000', '144716.061000', '144716.064000', '144716.066000', '144716.069000', '144716.072000', '144716.074000', '144716.077000', '144716.081000', '144716.084000', '144716.086000', '144716.089000', '144716.091000', '144716.094000', '144716.097000', '144716.099000', '144716.102000', '144716.104000', '144716.107000', '144716.109000', '144716.112000', '144716.115000', '144716.117000', '144716.120000', '144716.122000', '144716.125000', '144716.128000', '144716.130000', '144736.019000', '144736.022000', '144736.024000', '144736.027000', '144736.030000', '144736.032000', '144736.035000', '144736.037000', '144736.040000', '144736.043000', '144736.045000', '144736.048000', '144736.051000', '144736.053000', '144736.056000', '144736.059000', '144736.062000', '144736.064000', '144736.067000', '144736.070000', '144736.072000', '144736.075000', '144736.078000', '144736.080000', '144736.083000', '144736.085000', '144736.088000', '144736.091000', '144736.093000', '144736.096000', '144736.098000', '144736.101000', '144736.104000', '144736.106000', '144736.109000', '144736.111000', '144736.114000', '144736.117000', '144736.119000', '144736.122000', '144736.125000', '144736.127000', '144736.130000', '144736.132000', '144756.019000', '144756.021000', '144756.024000', '144756.027000', '144756.029000', '144756.032000', '144756.034000', '144756.037000', '144756.040000', '144756.042000', '144756.045000', '144756.047000', '144756.050000', '144756.053000', '144756.057000', '144756.059000', '144756.062000', '144756.065000', '144756.067000', '144756.070000', '144756.072000', '144756.075000', '144756.078000', '144756.080000', '144756.083000', '144756.086000', '144756.088000', '144756.091000', '144756.094000', '144756.096000', '144756.099000', '144756.101000', '144756.104000', '144756.106000', '144756.109000', '144756.112000', '144756.114000', '144756.117000', '144756.119000', '144756.122000', '144756.130000', '144756.133000', '144756.135000', '144816.019000', '144816.021000', '144816.024000', '144816.027000', '144816.029000', '144816.032000', '144816.034000', '144816.037000', '144816.040000', '144816.042000', '144816.045000', '144816.047000', '144816.050000', '144816.053000', '144816.055000', '144816.058000', '144816.060000', '144816.063000', '144816.066000', '144816.068000', '144816.074000', '144816.077000', '144816.079000', '144816.082000', '144816.085000', '144816.087000', '144816.090000', '144816.092000', '144816.095000', '144816.098000', '144816.101000', '144816.103000', '144816.106000', '144816.108000', '144816.111000', '144816.114000', '144816.116000', '144816.119000', '144816.122000', '144816.124000', '144816.127000', '144816.129000', '144816.132000', '144816.135000', '144836.018000', '144836.021000', '144836.023000', '144836.026000', '144836.028000', '144836.031000', '144836.034000', '144836.036000', '144836.039000', '144836.041000', '144836.044000', '144836.047000', '144836.049000', '144836.052000', '144836.054000', '144836.057000', '144836.060000', '144836.062000', '144836.065000', '144836.068000', '144836.070000', '144836.073000', '144836.076000', '144836.078000', '144836.081000', '144836.084000', '144836.086000', '144836.089000', '144836.091000', '144836.094000', '144836.097000', '144836.099000', '144836.102000', '144836.104000', '144836.107000', '144836.110000', '144836.112000', '144836.115000', '144836.118000', '144836.121000', '144836.124000', '144836.127000', '144836.129000', '144856.018000', '144856.021000', '144856.023000', '144856.026000', '144856.029000', '144856.031000', '144856.034000', '144856.036000', '144856.039000', '144856.042000', '144856.045000', '144856.047000', '144856.050000', '144856.052000', '144856.055000', '144856.057000', '144856.060000', '144856.063000', '144856.065000', '144856.068000', '144856.070000', '144856.073000', '144856.075000', '144856.078000', '144856.081000', '144856.083000', '144856.087000', '144856.090000', '144856.092000', '144856.095000', '144856.097000', '144856.100000', '144856.102000', '144856.105000', '144856.108000', '144856.110000', '144856.113000', '144856.115000', '144856.118000', '144856.121000', '144856.123000', '144856.126000', '144856.128000', '144856.131000', '144916.018000', '144916.021000', '144916.023000', '144916.026000', '144916.029000', '144916.031000', '144916.034000', '144916.036000', '144916.058000', '144916.060000', '144916.063000', '144916.065000', '144916.068000', '144916.071000', '144916.073000', '144916.076000', '144916.085000', '144916.088000', '144916.090000', '144916.093000', '144916.095000', '144916.099000', '144916.102000', '144916.105000', '144916.108000', '144916.110000', '144916.113000', '144916.115000', '144916.118000', '144916.121000', '144916.123000', '144916.126000', '144916.128000', '144916.131000', '144916.133000', '144916.136000', '144916.139000', '144916.141000', '144916.144000', '144916.146000', '144916.149000', '144916.151000', '144916.154000', '144936.019000', '144936.022000', '144936.024000', '144936.027000', '144936.029000', '144936.032000', '144936.034000', '144936.037000', '144936.040000', '144936.042000', '144936.045000', '144936.048000', '144936.050000', '144936.053000', '144936.055000', '144936.058000', '144936.060000', '144936.063000', '144936.066000', '144936.068000', '144936.071000', '144936.073000', '144936.076000', '144936.079000', '144936.081000', '144936.084000', '144936.086000', '144936.089000', '144936.092000', '144936.094000', '144936.097000', '144936.099000', '144936.102000', '144936.113000', '144936.115000', '144936.118000', '144936.120000', '144936.123000', '144936.126000', '144936.128000', '144936.131000', '144936.133000', '144936.136000', '144936.138000', '144948.730000', '144948.734000', '144948.737000', '144948.739000', '144948.742000', '144948.745000', '144948.747000', '144948.750000', '144948.753000', '144948.755000', '144948.758000', '144948.760000', '144948.763000', '144948.766000', '144948.768000', '144948.771000', '144948.773000', '144948.776000', '144948.779000', '144948.781000', '144948.784000', '144948.786000', '144948.789000', '144948.792000', '144948.794000', '144948.797000', '144948.889000', '144948.892000'], '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': [12481, 13968, 11951, 14124, 10798, 12690, 14106, 12444, 13712, 11798, 13627, 11152, 11670, 12040, 10443, 13543, 10279, 13256, 9315, 12367, 11771, 10558, 13058, 11685, 12543, 10707, 12446, 10876, 12515, 9772, 11641, 8911, 11084, 12528, 10548, 13029, 11128, 12612, 11019, 13122, 9602, 13001, 10939, 12266, 11150, 11504, 13831, 12335, 14259, 11325, 14584, 10384, 15357, 10607, 15919, 11326, 15365, 11752, 15016, 12110, 15223, 12292, 15800, 10970, 13844, 12193, 13799, 13318, 13663, 10232, 13397, 13171, 12916, 14509, 12225, 15348, 11275, 13967, 11132, 13532, 10124, 13492, 9908, 12949, 11102, 12552, 10762, 11832, 11233, 11376, 14752, 12298, 14883, 10652, 13753, 11229, 13385, 11278, 11908, 14649, 12482, 13591, 10614, 13575, 10560, 12744, 11571, 11792, 14366, 11249, 13729, 10674, 13436, 12445, 12843, 9303, 11571, 11055, 10871, 11265, 11120, 14337, 10035, 13146, 10318, 13164, 10070, 12224, 10596, 11331, 13882, 11249, 14647, 10838, 13432, 10523, 13670, 10420, 13482, 10463, 13079, 10731, 12508, 9512, 11666, 10541, 11270, 11702, 11681, 14162, 10208, 13875, 10359, 13618, 10057, 12944, 12891, 12209, 15402, 10534, 13372, 10453, 12778, 9803, 11930, 9948, 11136, 14569, 11202, 13166, 11329, 12734, 9841, 12156, 10781, 10884, 12465, 9772, 13300, 10334, 12820, 9745, 11549, 14617, 10662, 13145, 10456, 12756, 11381, 11041, 13733, 10178, 13417, 9409, 11682, 14237, 11888, 13635, 10578, 13309, 11568, 12110, 11234, 10030, 13456, 10193, 12928, 10597, 12053, 11119, 10943, 13223, 10495, 12578, 9191, 11316, 12232, 10931, 12896, 10232, 12490, 10121, 12124, 13478, 11127, 13219, 10535, 12744, 9080, 11367, 15570, 9657, 13291, 10351, 12743, 9068, 11370, 14128, 10901, 14844, 10790, 13209, 10758, 12643, 9950, 11478, 9393, 11201, 12692, 11144, 13260, 10001, 12711, 10008, 12033, 11366, 10868, 13316, 10374, 12555, 9163, 11471, 14692, 10305, 12776, 10625, 12544, 9277, 11632, 10888, 10647, 11293, 10399, 13038, 10546, 12979, 9719, 12828, 10262, 13077, 10302, 12811, 10556, 12056, 10338, 12009, 9037, 11336, 11135, 11024, 14968, 11342, 16400, 10211, 12985, 9976, 13112, 10218, 12755, 9602, 11865, 10433, 11736, 13492, 11722, 14697, 11177, 15354, 10630, 13205, 10615, 12794, 9579, 12157, 12184, 10676, 13198, 9754, 12766, 10924, 12081, 9970, 10634, 14911, 9512, 12560, 10821, 11763, 9223, 11446, 14209, 10878, 12373, 9961, 12013, 9404, 11505, 14427, 10511, 12435, 10356, 11949, 9252, 11987, 10795, 10720, 11344, 9891, 14341, 10420, 13140, 10374, 13570, 10215, 14856, 10123, 12340, 10281, 12131, 11600, 11771, 11889, 12404, 9134, 13431, 10480, 15515, 12133, 10661, 15798, 10693, 12393, 12957, 12540, 15482, 12045, 11051, 13454, 10875, 11946, 12911, 12583, 14065, 10914, 15717, 11175, 12585, 12623, 9995, 13191, 10740, 14175, 11481, 11342, 12647, 9461, 12825, 10196, 14071, 12067, 11359, 12361, 11019, 14809, 11413, 11031, 11762, 10944, 11470, 12336, 11251, 15578, 11735, 15758, 10968, 13576, 12159, 13234, 12126, 12709, 11335, 12440, 11907, 12387, 12652, 14386, 12116, 13904, 11987, 15012, 12117, 12631, 13273, 12203, 13108, 15517, 11451, 9896, 10921, 10267, 11335, 13928, 12851, 12844, 11382, 11832, 11783, 11090, 12479, 11467, 16964, 10922, 14306, 12010, 13359, 12406, 12655, 11642, 11909, 12623, 11825, 14303, 10767, 13393, 10923, 12896, 10007, 12874, 11977, 11875, 15165, 11153, 15361, 10552, 12783, 11146, 12457, 11315, 12730, 11925, 12633, 11325, 12424, 11425, 12476, 12853, 12427, 13618, 12301, 14969, 11722, 13602, 10479, 12760, 11757, 12680, 11712, 12490, 11072, 12457, 10620, 12290, 10938, 12354, 10923, 12305, 10604, 12163, 9450, 11446, 14052, 10915, 14901, 11049, 12906, 12470, 12449, 9913, 11643, 10164, 11903, 14279, 10693, 12883, 12638, 13015, 12973, 12510, 11565, 12217, 11768, 12096, 10525, 10858, 10036, 11213, 14747, 11629, 12539, 12692, 12296, 11089, 11868, 10580, 11514, 11660, 11139, 12222, 12151, 12261, 12543, 12628, 11626, 12304, 10898, 11739, 11845, 12413, 10949, 11519, 11203, 11863, 12036, 11123, 12730, 11543, 12695, 12455, 12600, 11271, 11427, 12448, 11733, 11316, 11201, 14860, 10879, 15749, 10295, 15043, 10943, 16478, 10425, 13038, 10202, 12043, 11798, 11837, 10714, 11286, 17389, 10200, 12512, 12082, 12470, 12195, 12157, 12145, 11736, 12172, 10983, 11852, 11629, 10780, 11681, 13495, 12771, 16444, 11717, 12961, 10620, 12605, 10546, 12399, 10592, 12258, 14027, 11856, 12693, 10549, 12531, 10999, 11994, 10454, 11678, 10544, 11893, 14797, 11492, 18200, 9766, 12798, 10883, 12092, 10778, 11731, 11851, 11107, 12591, 11124, 12248, 11234, 11316, 10478, 11331, 10603, 11030, 11220, 11171, 14692, 10474, 15005, 10916, 12541, 11867, 12341, 11722, 12338, 11115, 11531, 10558, 11646, 10260, 11527, 14595, 10626, 12999, 11347, 12539, 11646, 12350, 11158, 11573, 10579, 10973, 11151, 11274, 10871, 11271, 12133, 11487, 13425, 10812, 12339, 11753, 12031, 11249, 11484, 11188, 11012, 10594, 11269, 14467, 10598, 12815, 11907, 12262, 9983, 11387, 9794, 10954, 9630, 10068, 11418, 10656, 10725, 12687, 11563, 10681, 10075, 11520, 11151, 12282, 11525, 13468, 10558, 16365, 11048, 13211, 11089, 12867, 12596, 12731, 10434, 11916, 11050, 12076, 10637, 11171, 11030, 11044, 10883, 10358, 12205, 10878, 10750, 10324, 11224, 10054, 11752, 10213, 14374, 9887, 13392, 10856, 14527, 11239, 12147, 11970, 11941, 12186, 11689, 10838, 11781, 10029, 11082, 9719, 11400, 11106, 11104, 11105, 10364, 12665, 10630, 13166, 10090, 15710, 10450, 12828, 11426, 12247, 11804, 11969, 11198, 11534, 10766, 11519, 11085, 11635, 10659, 11117, 10262, 10941, 12399, 10118, 15718, 11030, 14642, 11906, 11152, 11275, 9849, 11668, 9526, 11490, 10076, 10591, 12614, 10353, 16340, 10228, 13387, 10588, 13650, 10180, 13397, 12496, 12889, 11751, 13004, 12750, 11733, 14097, 11459, 16163, 10593, 15858, 11193, 13335, 9964, 12640, 10144, 12890, 11808, 12430, 10830, 12274, 11676, 12602, 11148, 12275, 10361, 12131, 9987, 11842, 9830, 11131, 10873, 11184, 10749, 10199, 10632, 10418, 10275, 10540, 13948, 10372, 14854, 10541, 15338, 10154, 15382, 11021, 10587, 11105, 10850, 10958, 11016, 10431, 10011, 13018, 11164, 11406, 10859, 10925, 11542, 10877, 11944, 12329, 11797, 11292, 11894, 11432, 11544, 11086, 11759, 11414, 12140, 9377, 11421, 10667, 11736, 11585, 11920, 10168, 11928, 11972, 11917, 11230, 12468, 10516, 10586, 10509, 14539, 10549, 14521, 10779, 12635, 11574, 12227, 10603, 11705, 11358, 11300, 10266, 10975, 10298, 10596, 11173, 10938, 10407, 11043, 12219, 10332, 12839, 11747, 12170, 10078, 10868, 14856, 10577, 12435, 11713, 11970, 11483, 11503, 11642, 11083, 12127, 10860, 11666, 10859, 9909, 12522, 10557, 11511, 13517, 11418, 15826, 11636, 15162, 10751, 12666, 11549, 11860, 10519, 10899, 10390, 10816, 12857, 10777, 14980, 10658, 14642, 9860, 11806, 9594, 11843, 10239, 10404, 10609, 9791, 10806, 10483, 10766, 13003, 10136, 15825, 11270, 16402, 10965, 13224, 10305, 12267, 10317, 12331, 11079, 12372, 9653, 11817, 9687, 11754, 9806, 11708, 9864, 11187, 11020, 11335, 11073, 11649, 10882, 11250, 11470, 10459, 13317, 9663, 13185, 11060, 12516, 11386, 11849, 11294, 11952, 11351, 11572, 10350, 11550, 10152, 11652, 10210, 11243, 11036, 11370, 10517, 11244, 10806, 11235, 10677, 10566, 11306, 10819, 12014, 10388, 13657, 10405, 11478, 10213, 10968, 11041, 10617, 11460, 10313, 12346, 11464, 13115, 11213, 11361, 11724, 10187, 11891, 11759, 15788, 11588, 11300, 11532, 13756, 11481, 15895, 11711, 16174, 11611, 16050, 11164, 15446, 11017, 15378, 11561, 14888, 11698, 11056, 10930, 9761, 10971, 10617, 10937, 11016, 10925, 10099, 10699, 11562, 10773, 15440, 10572, 14750, 11209, 11481, 10702, 11556, 10654, 11993, 10529, 10587, 10786, 9917, 10735, 10915, 11274, 11237, 11022, 11689, 10955, 11124, 10993, 10838, 10757, 12506, 11022, 10985, 10605, 10902, 10592, 10964, 11141, 10712, 10957, 11543, 11587, 10414, 11149, 11920, 14090, 10255, 8932, 11651, 10052, 11630, 15073, 9744, 11734, 10078, 11583, 11493, 10857, 13282, 11315, 13524, 11188, 12997, 14604, 12861, 13305, 12150, 13698, 14267, 13644, 12141, 15563, 11603, 11794, 11848, 11454, 13181, 12353, 11697, 11154, 12439, 13067, 12038, 12555, 15437, 12445, 14389, 12351, 14011, 12317, 13200, 11953, 11998, 10961, 12242, 10996, 11722, 10353, 11832, 11503, 11517, 11828, 13417, 10991, 14603, 11289, 11340, 11766, 15637, 11698, 12487, 11522, 10765, 11558, 10587, 12328, 10787, 11798, 10813, 11985, 11583, 11971, 11757, 11954, 12507, 11608, 12391, 12056, 12153, 11776, 11659, 12163, 11721, 11693, 10238, 11275, 11829, 11154, 14887, 11095, 12063, 12559, 11802, 11507, 11265, 10922, 11788, 10586, 11657, 12207, 14169, 12100, 13927, 12357, 11986, 13029, 11765, 11156, 11725, 15459, 11096, 12854, 12513, 12198, 11170, 12029, 15921, 11734, 14353, 12088, 12677, 10201, 11987, 10624, 12051, 10836, 11441, 10760, 11638, 11183, 11205, 10974, 11572, 11111, 11563, 14018, 10682, 15857, 10738, 14641, 11605, 13375, 11297, 12123, 11437, 12078, 12306, 16178, 11690, 14358, 11568, 16322, 10513, 15059, 10856, 10337, 11199, 10827, 12197, 12172, 11789, 10409, 12225, 11775, 11905, 12436, 15299, 12058, 13483, 13011, 12054, 12602, 12257, 12549, 12778, 12797, 13998, 13267, 16101, 12816, 17005, 12414, 19149, 11564, 12745, 12593, 12739, 12114, 12506, 10921, 12836, 10429, 11423, 9894, 11568, 10988, 11954, 10889, 11910, 10783, 12216, 12892, 12207, 12285, 11701, 11906, 11692, 13320, 12193, 10614, 11798, 11986, 11192, 12068, 14653, 12194, 12196, 13332, 12598, 11700, 11069, 12626, 11231, 19306, 11442, 13732, 12167, 12858, 11737, 12070, 11807, 12185, 12015, 11297, 12378, 10930, 11787, 10858, 11505, 11417, 10937, 11416, 11339, 11594, 13486, 11878, 15787, 13188, 11549, 13141, 11382, 13300, 11198, 12177, 13760, 12641, 14044, 12708, 13148, 11661, 13765, 11368, 14257, 11747, 11511, 11949, 14004, 11665, 15221, 10755, 14351, 10860, 16213, 11212, 11649, 14647, 11078, 12019, 11332, 11995, 11627, 12788, 11158, 17507, 12384, 13812, 12683, 13641, 12650, 14810, 12523, 14451, 12045, 13043, 12381, 13132, 12458, 15220, 12298, 10841, 11955, 11242, 11972, 11769, 11561, 14977, 11270, 14326, 10564, 12925, 10664, 13031, 11135, 13551, 10367, 12588, 10427, 11833, 11415, 12175, 11350, 12948, 11434, 12543, 11653, 12165, 11771, 15299, 10841, 12444, 11131, 12525, 11319, 12409, 12961, 14225, 12441, 11169, 11761, 11618, 12251, 11738, 16872, 11295, 12876, 11894, 12100, 12199, 12246, 14601, 11229, 12764, 11883, 12731, 12567, 12497, 12108, 12691, 11774, 11910, 11527, 12979, 13006, 12878, 11832, 10817, 12776, 12491, 13507, 13204, 12574, 14219, 12430, 14470, 12167, 14144, 12746, 11967, 14768, 11745, 16580, 11829, 14513, 12244, 14379, 12342, 11542, 12494, 11457, 12520, 11050, 11766, 11335, 9917, 12785, 12636, 12559, 14977, 12870, 10246, 12433, 10070, 12117, 10646, 12972, 11016, 12430, 11251, 12616, 10791, 12050, 12766, 11893, 16448, 11880, 11462, 12607, 12198, 11651, 14033, 11500, 14200, 12268, 15173, 11333, 13478, 12227, 11413, 11712, 11603, 11969, 11809, 11106, 11597, 11436, 11754, 11377, 11404, 11970, 12364, 10606, 11464, 10603, 11605, 11704, 12023, 12436, 11935, 11696, 12027, 12368, 15356, 11141, 15868, 10907, 12116, 11109, 14820, 11319, 13634, 11804, 10862, 12560, 11496, 12388, 11182, 13306, 11788, 12616, 11025, 14060, 11217, 12995, 11942, 12489, 17945, 11226, 17578, 11253, 11107, 11471, 12797, 12641, 12143, 11260, 12285, 11892, 11695, 12386, 11448, 12066, 13530, 10498, 12775, 10603, 13844, 11469, 12594, 10638, 15975, 11085, 12217, 11894, 11169, 11606, 11574, 12208, 15194, 11728, 13825, 10977, 11210, 11205, 12222, 11014, 12646, 11619, 12760, 11508, 13170, 11985, 12517, 13361, 11398, 19579], 'WindowCenter': [5149.0, 5129.0, 5107.0, 5116.0, 5082.0, 5103.0, 5099.0, 5089.0, 5099.0, 5089.0, 5101.0, 5081.0, 5092.0, 5091.0, 5082.0, 5101.0, 5082.0, 5113.0, 5074.0, 5115.0, 5103.0, 5096.0, 5115.0, 5118.0, 5116.0, 5107.0, 5119.0, 5120.0, 5131.0, 5100.0, 5120.0, 5091.0, 5134.0, 5131.0, 5123.0, 5130.0, 5110.0, 5118.0, 5109.0, 5128.0, 5087.0, 5129.0, 5096.0, 5118.0, 5094.0, 5108.0, 5115.0, 5106.0, 5112.0, 5095.0, 5111.0, 5085.0, 5121.0, 5085.0, 5121.0, 5084.0, 5110.0, 5093.0, 5108.0, 5092.0, 5108.0, 5091.0, 5108.0, 5081.0, 5097.0, 5077.0, 5087.0, 5084.0, 5084.0, 5056.0, 5087.0, 5074.0, 5077.0, 5081.0, 5075.0, 5093.0, 5067.0, 5086.0, 5068.0, 5086.0, 5058.0, 5085.0, 5068.0, 5088.0, 5068.0, 5087.0, 5078.0, 5089.0, 5080.0, 5092.0, 5108.0, 5090.0, 5108.0, 5069.0, 5097.0, 5079.0, 5098.0, 5067.0, 5078.0, 5092.0, 5077.0, 5084.0, 5067.0, 5086.0, 5065.0, 5087.0, 5077.0, 5079.0, 5095.0, 5079.0, 5096.0, 5068.0, 5096.0, 5087.0, 5088.0, 5059.0, 5093.0, 5091.0, 5081.0, 5079.0, 5093.0, 5110.0, 5084.0, 5101.0, 5083.0, 5101.0, 5071.0, 5101.0, 5082.0, 5095.0, 5099.0, 5091.0, 5107.0, 5082.0, 5099.0, 5083.0, 5109.0, 5084.0, 5099.0, 5082.0, 5101.0, 5091.0, 5102.0, 5073.0, 5106.0, 5080.0, 5093.0, 5088.0, 5092.0, 5100.0, 5070.0, 5098.0, 5060.0, 5097.0, 5057.0, 5088.0, 5076.0, 5078.0, 5093.0, 5068.0, 5084.0, 5068.0, 5087.0, 5058.0, 5089.0, 5058.0, 5079.0, 5096.0, 5081.0, 5088.0, 5079.0, 5087.0, 5070.0, 5090.0, 5066.0, 5081.0, 5088.0, 5070.0, 5099.0, 5069.0, 5087.0, 5061.0, 5091.0, 5108.0, 5072.0, 5099.0, 5071.0, 5100.0, 5078.0, 5092.0, 5098.0, 5080.0, 5100.0, 5059.0, 5091.0, 5097.0, 5089.0, 5098.0, 5069.0, 5099.0, 5089.0, 5089.0, 5079.0, 5071.0, 5088.0, 5071.0, 5088.0, 5070.0, 5088.0, 5077.0, 5082.0, 5099.0, 5071.0, 5090.0, 5061.0, 5094.0, 5102.0, 5094.0, 5100.0, 5082.0, 5100.0, 5083.0, 5102.0, 5100.0, 5081.0, 5100.0, 5070.0, 5090.0, 5050.0, 5090.0, 5107.0, 5061.0, 5086.0, 5069.0, 5089.0, 5060.0, 5092.0, 5099.0, 5082.0, 5108.0, 5082.0, 5098.0, 5091.0, 5103.0, 5073.0, 5093.0, 5062.0, 5093.0, 5099.0, 5082.0, 5100.0, 5071.0, 5089.0, 5059.0, 5089.0, 5077.0, 5081.0, 5088.0, 5069.0, 5085.0, 5048.0, 5080.0, 5106.0, 5072.0, 5088.0, 5069.0, 5089.0, 5059.0, 5081.0, 5069.0, 5071.0, 5078.0, 5073.0, 5098.0, 5081.0, 5099.0, 5071.0, 5088.0, 5082.0, 5099.0, 5070.0, 5101.0, 5081.0, 5091.0, 5070.0, 5090.0, 5061.0, 5080.0, 5079.0, 5081.0, 5096.0, 5078.0, 5105.0, 5068.0, 5087.0, 5058.0, 5084.0, 5056.0, 5076.0, 5046.0, 5066.0, 5054.0, 5077.0, 5096.0, 5076.0, 5093.0, 5068.0, 5093.0, 5068.0, 5086.0, 5067.0, 5089.0, 5047.0, 5077.0, 5073.0, 5068.0, 5084.0, 5048.0, 5086.0, 5065.0, 5075.0, 5056.0, 5068.0, 5095.0, 5057.0, 5076.0, 5068.0, 5076.0, 5058.0, 5080.0, 5096.0, 5081.0, 5090.0, 5071.0, 5089.0, 5060.0, 5094.0, 5109.0, 5082.0, 5090.0, 5072.0, 5089.0, 5069.0, 5092.0, 5080.0, 5081.0, 5080.0, 5073.0, 5108.0, 5085.0, 5102.0, 5073.0, 5098.0, 5073.0, 5109.0, 5083.0, 5101.0, 5084.0, 5103.0, 5094.0, 5116.0, 5006.0, 4924.0, 5129.0, 5156.0, 5098.0, 5111.0, 5092.0, 5084.0, 5112.0, 5084.0, 5105.0, 5106.0, 5118.0, 5125.0, 5094.0, 5083.0, 5102.0, 5082.0, 5082.0, 5090.0, 5082.0, 5088.0, 5075.0, 5099.0, 5059.0, 5054.0, 5055.0, 5036.0, 5077.0, 5060.0, 5088.0, 5069.0, 5058.0, 5078.0, 5050.0, 5079.0, 5086.0, 5117.0, 5097.0, 5085.0, 5106.0, 5085.0, 5116.0, 5097.0, 5086.0, 5096.0, 5085.0, 5096.0, 5093.0, 5086.0, 5101.0, 5082.0, 5098.0, 5073.0, 5081.0, 5084.0, 5092.0, 5083.0, 5092.0, 5083.0, 5092.0, 5094.0, 5104.0, 5106.0, 5115.0, 5107.0, 5115.0, 5109.0, 5126.0, 5110.0, 5107.0, 5107.0, 5097.0, 5108.0, 5114.0, 5087.0, 5075.0, 5085.0, 5073.0, 5087.0, 5103.0, 5094.0, 5095.0, 5084.0, 5085.0, 5081.0, 5074.0, 5079.0, 5072.0, 5097.0, 5059.0, 5077.0, 5056.0, 5065.0, 5054.0, 5054.0, 5041.0, 5053.0, 5052.0, 5056.0, 5073.0, 5047.0, 5064.0, 5044.0, 5066.0, 5036.0, 5066.0, 5053.0, 5067.0, 5072.0, 5056.0, 5073.0, 5046.0, 5064.0, 5057.0, 5089.0, 5083.0, 5093.0, 5071.0, 5082.0, 5072.0, 5079.0, 5070.0, 5083.0, 5080.0, 5079.0, 5088.0, 5071.0, 5086.0, 5071.0, 5087.0, 5060.0, 5079.0, 5070.0, 5080.0, 5069.0, 5080.0, 5058.0, 5079.0, 5059.0, 5079.0, 5070.0, 5081.0, 5072.0, 5080.0, 5060.0, 5081.0, 5060.0, 5084.0, 5099.0, 5073.0, 5100.0, 5083.0, 5092.0, 5093.0, 5093.0, 5064.0, 5083.0, 5072.0, 5095.0, 5101.0, 5074.0, 5091.0, 5093.0, 5090.0, 5103.0, 5092.0, 5083.0, 5094.0, 5093.0, 5093.0, 5083.0, 5085.0, 5072.0, 5096.0, 5111.0, 5083.0, 5092.0, 5102.0, 5093.0, 5083.0, 5096.0, 5083.0, 5096.0, 5082.0, 5086.0, 5092.0, 5094.0, 5093.0, 5104.0, 5104.0, 5094.0, 5095.0, 5083.0, 5083.0, 5081.0, 5091.0, 5072.0, 5081.0, 5081.0, 5093.0, 5082.0, 5082.0, 5081.0, 5083.0, 5079.0, 5080.0, 5081.0, 5070.0, 5081.0, 5078.0, 5069.0, 5069.0, 5083.0, 5098.0, 5073.0, 5108.0, 5062.0, 5097.0, 5071.0, 5120.0, 5072.0, 5091.0, 5060.0, 5082.0, 5068.0, 5079.0, 5057.0, 5070.0, 5106.0, 5059.0, 5078.0, 5081.0, 5078.0, 5078.0, 5078.0, 5092.0, 5081.0, 5092.0, 5073.0, 5093.0, 5083.0, 5082.0, 5095.0, 5105.0, 5105.0, 5107.0, 5082.0, 5088.0, 5070.0, 5078.0, 5056.0, 5078.0, 5057.0, 5067.0, 5082.0, 5068.0, 5076.0, 5057.0, 5077.0, 5067.0, 5078.0, 5071.0, 5079.0, 5071.0, 5080.0, 5086.0, 5069.0, 5105.0, 5047.0, 5075.0, 5057.0, 5067.0, 5055.0, 5069.0, 5065.0, 5067.0, 5077.0, 5070.0, 5077.0, 5069.0, 5068.0, 5059.0, 5071.0, 5071.0, 5085.0, 5080.0, 5083.0, 5109.0, 5074.0, 5111.0, 5083.0, 5090.0, 5081.0, 5091.0, 5092.0, 5091.0, 5084.0, 5082.0, 5071.0, 5083.0, 5060.0, 5084.0, 5099.0, 5073.0, 5092.0, 5083.0, 5080.0, 5081.0, 5090.0, 5083.0, 5081.0, 5072.0, 5071.0, 5080.0, 5083.0, 5071.0, 5082.0, 5080.0, 5080.0, 5090.0, 5069.0, 5079.0, 5069.0, 5080.0, 5069.0, 5079.0, 5079.0, 5071.0, 5058.0, 5071.0, 5098.0, 5071.0, 5089.0, 5081.0, 5081.0, 5062.0, 5079.0, 5060.0, 5070.0, 5061.0, 5086.0, 5092.0, 5084.0, 5107.0, 5125.0, 5117.0, 5107.0, 5098.0, 5119.0, 5110.0, 5119.0, 5111.0, 5104.0, 5085.0, 5120.0, 5082.0, 5089.0, 5071.0, 5079.0, 5078.0, 5078.0, 5057.0, 5066.0, 5055.0, 5067.0, 5055.0, 5067.0, 5055.0, 5068.0, 5056.0, 5059.0, 5080.0, 5083.0, 5069.0, 5071.0, 5078.0, 5062.0, 5091.0, 5075.0, 5098.0, 5073.0, 5102.0, 5084.0, 5110.0, 5093.0, 5092.0, 5093.0, 5093.0, 5106.0, 5094.0, 5084.0, 5094.0, 5075.0, 5097.0, 5074.0, 5083.0, 5083.0, 5083.0, 5082.0, 5074.0, 5089.0, 5074.0, 5089.0, 5072.0, 5109.0, 5072.0, 5091.0, 5080.0, 5079.0, 5080.0, 5079.0, 5081.0, 5080.0, 5070.0, 5080.0, 5070.0, 5082.0, 5069.0, 5071.0, 5060.0, 5074.0, 5079.0, 5073.0, 5109.0, 5072.0, 5110.0, 5083.0, 5071.0, 5058.0, 5047.0, 5067.0, 5061.0, 5082.0, 5060.0, 5070.0, 5088.0, 5071.0, 5109.0, 5071.0, 5100.0, 5073.0, 5091.0, 5057.0, 5077.0, 5054.0, 5065.0, 5042.0, 5052.0, 5039.0, 5054.0, 5049.0, 5041.0, 5067.0, 5028.0, 5065.0, 5030.0, 5049.0, 5020.0, 5049.0, 5033.0, 5062.0, 5053.0, 5053.0, 5042.0, 5053.0, 5053.0, 5062.0, 5053.0, 5062.0, 5045.0, 5064.0, 5047.0, 5067.0, 5049.0, 5068.0, 5069.0, 5080.0, 5071.0, 5073.0, 5070.0, 5073.0, 5071.0, 5073.0, 5101.0, 5075.0, 5111.0, 5084.0, 5111.0, 5075.0, 5110.0, 5083.0, 5096.0, 5108.0, 5082.0, 5083.0, 5081.0, 5083.0, 5085.0, 5115.0, 5120.0, 5105.0, 5096.0, 5094.0, 5095.0, 5085.0, 5094.0, 5092.0, 5084.0, 5072.0, 5081.0, 5080.0, 5070.0, 5070.0, 5079.0, 5068.0, 5080.0, 5049.0, 5069.0, 5070.0, 5082.0, 5081.0, 5082.0, 5072.0, 5080.0, 5095.0, 5092.0, 5083.0, 5102.0, 5083.0, 5082.0, 5086.0, 5113.0, 5086.0, 5100.0, 5072.0, 5080.0, 5082.0, 5082.0, 5060.0, 5069.0, 5080.0, 5070.0, 5059.0, 5057.0, 5058.0, 5069.0, 5081.0, 5080.0, 5082.0, 5085.0, 5091.0, 5083.0, 5090.0, 5082.0, 5081.0, 5062.0, 5074.0, 5087.0, 5070.0, 5078.0, 5069.0, 5068.0, 5069.0, 5079.0, 5081.0, 5081.0, 5093.0, 5083.0, 5094.0, 5082.0, 5076.0, 5106.0, 5083.0, 5093.0, 5099.0, 5094.0, 5110.0, 5082.0, 5099.0, 5080.0, 5089.0, 5082.0, 5082.0, 5069.0, 5071.0, 5071.0, 5084.0, 5100.0, 5095.0, 5138.0, 5086.0, 5110.0, 5076.0, 5092.0, 5075.0, 5090.0, 5098.0, 5094.0, 5084.0, 5083.0, 5086.0, 5084.0, 5086.0, 5104.0, 5074.0, 5109.0, 5084.0, 5107.0, 5071.0, 5088.0, 5061.0, 5080.0, 5059.0, 5079.0, 5070.0, 5079.0, 5059.0, 5077.0, 5059.0, 5077.0, 5059.0, 5079.0, 5059.0, 5068.0, 5070.0, 5079.0, 5080.0, 5083.0, 5081.0, 5080.0, 5079.0, 5071.0, 5089.0, 5063.0, 5088.0, 5070.0, 5078.0, 5078.0, 5079.0, 5071.0, 5078.0, 5080.0, 5081.0, 5070.0, 5083.0, 5073.0, 5093.0, 5074.0, 5084.0, 5082.0, 5094.0, 5081.0, 5083.0, 5082.0, 5084.0, 5071.0, 5071.0, 5080.0, 5074.0, 5081.0, 5072.0, 5088.0, 5071.0, 5079.0, 5083.0, 5083.0, 5082.0, 5071.0, 5091.0, 5098.0, 5106.0, 5094.0, 5115.0, 5096.0, 5093.0, 5104.0, 5086.0, 5094.0, 5095.0, 5110.0, 5085.0, 5082.0, 5095.0, 5102.0, 5086.0, 5110.0, 5081.0, 5110.0, 5082.0, 5107.0, 5069.0, 5106.0, 5070.0, 5097.0, 5080.0, 5097.0, 5081.0, 5069.0, 5071.0, 5071.0, 5074.0, 5082.0, 5085.0, 5084.0, 5083.0, 5071.0, 5086.0, 5082.0, 5085.0, 5111.0, 5073.0, 5109.0, 5082.0, 5081.0, 5073.0, 5079.0, 5084.0, 5091.0, 5087.0, 5072.0, 5085.0, 5073.0, 5083.0, 5083.0, 5084.0, 5083.0, 5085.0, 5083.0, 5084.0, 5071.0, 5073.0, 5071.0, 5073.0, 5079.0, 5073.0, 5070.0, 5071.0, 5070.0, 5075.0, 5082.0, 5095.0, 5073.0, 5097.0, 5093.0, 5097.0, 5086.0, 5095.0, 5096.0, 5103.0, 5062.0, 5052.0, 5070.0, 5061.0, 5083.0, 5087.0, 5039.0, 5072.0, 5048.0, 5070.0, 5068.0, 5071.0, 5078.0, 5055.0, 5064.0, 5042.0, 5067.0, 5059.0, 5051.0, 5037.0, 5028.0, 5035.0, 5043.0, 5034.0, 5026.0, 5042.0, 5025.0, 5023.0, 5049.0, 5041.0, 5064.0, 5037.0, 5030.0, 5031.0, 5051.0, 5064.0, 5053.0, 5052.0, 5070.0, 5054.0, 5060.0, 5054.0, 5062.0, 5053.0, 5062.0, 5054.0, 5054.0, 5044.0, 5053.0, 5058.0, 5066.0, 5048.0, 5067.0, 5068.0, 5068.0, 5083.0, 5089.0, 5076.0, 5112.0, 5097.0, 5099.0, 5097.0, 5111.0, 5082.0, 5092.0, 5083.0, 5083.0, 5095.0, 5086.0, 5094.0, 5084.0, 5095.0, 5072.0, 5083.0, 5084.0, 5081.0, 5083.0, 5081.0, 5092.0, 5083.0, 5103.0, 5093.0, 5093.0, 5094.0, 5086.0, 5094.0, 5084.0, 5084.0, 5072.0, 5084.0, 5083.0, 5097.0, 5113.0, 5084.0, 5083.0, 5091.0, 5084.0, 5083.0, 5097.0, 5099.0, 5096.0, 5085.0, 5095.0, 5106.0, 5125.0, 5106.0, 5128.0, 5130.0, 5107.0, 5117.0, 5109.0, 5083.0, 5099.0, 5111.0, 5097.0, 5091.0, 5092.0, 5093.0, 5072.0, 5093.0, 5109.0, 5081.0, 5086.0, 5066.0, 5066.0, 5044.0, 5054.0, 5045.0, 5065.0, 5057.0, 5068.0, 5058.0, 5069.0, 5071.0, 5079.0, 5082.0, 5082.0, 5080.0, 5085.0, 5112.0, 5073.0, 5109.0, 5072.0, 5100.0, 5082.0, 5100.0, 5095.0, 5102.0, 5095.0, 5091.0, 5105.0, 5121.0, 5095.0, 5121.0, 5106.0, 5134.0, 5086.0, 5121.0, 5093.0, 5083.0, 5109.0, 5096.0, 5121.0, 5104.0, 5095.0, 5085.0, 5106.0, 5096.0, 5107.0, 5107.0, 5124.0, 5108.0, 5115.0, 5104.0, 5091.0, 5094.0, 5092.0, 5095.0, 5094.0, 5094.0, 5089.0, 5092.0, 5097.0, 5081.0, 5098.0, 5079.0, 5114.0, 5069.0, 5078.0, 5077.0, 5076.0, 5078.0, 5079.0, 5060.0, 5081.0, 5083.0, 5095.0, 5075.0, 5095.0, 5096.0, 5107.0, 5084.0, 5095.0, 5085.0, 5094.0, 5093.0, 5106.0, 5095.0, 5108.0, 5107.0, 5097.0, 5114.0, 5093.0, 5097.0, 5106.0, 5120.0, 5111.0, 5133.0, 5138.0, 5119.0, 5106.0, 5116.0, 5107.0, 5094.0, 5089.0, 5093.0, 5074.0, 5119.0, 5071.0, 5078.0, 5068.0, 5075.0, 5068.0, 5078.0, 5078.0, 5078.0, 5081.0, 5072.0, 5091.0, 5074.0, 5094.0, 5083.0, 5093.0, 5094.0, 5085.0, 5097.0, 5085.0, 5095.0, 5104.0, 5096.0, 5123.0, 5128.0, 5105.0, 5128.0, 5108.0, 5125.0, 5107.0, 5117.0, 5138.0, 5132.0, 5153.0, 5146.0, 5131.0, 5126.0, 5129.0, 5125.0, 5132.0, 5110.0, 5100.0, 5100.0, 5116.0, 5087.0, 5113.0, 5076.0, 5103.0, 5077.0, 5111.0, 5072.0, 5068.0, 5099.0, 5070.0, 5082.0, 5072.0, 5071.0, 5071.0, 5081.0, 5084.0, 5122.0, 5084.0, 5080.0, 5081.0, 5078.0, 5081.0, 5099.0, 5082.0, 5090.0, 5082.0, 5091.0, 5080.0, 5089.0, 5081.0, 5102.0, 5084.0, 5072.0, 5084.0, 5072.0, 5082.0, 5083.0, 5082.0, 5113.0, 5084.0, 5104.0, 5073.0, 5093.0, 5075.0, 5105.0, 5084.0, 5106.0, 5076.0, 5106.0, 5086.0, 5108.0, 5096.0, 5109.0, 5096.0, 5107.0, 5096.0, 5109.0, 5096.0, 5110.0, 5098.0, 5125.0, 5097.0, 5095.0, 5087.0, 5108.0, 5097.0, 5095.0, 5105.0, 5113.0, 5094.0, 5085.0, 5094.0, 5095.0, 5096.0, 5110.0, 5136.0, 5087.0, 5090.0, 5084.0, 5081.0, 5083.0, 5081.0, 5099.0, 5059.0, 5081.0, 5081.0, 5105.0, 5091.0, 5079.0, 5079.0, 5079.0, 5091.0, 5092.0, 5093.0, 5113.0, 5113.0, 5115.0, 5106.0, 5097.0, 5129.0, 5118.0, 5116.0, 5094.0, 5093.0, 5100.0, 5080.0, 5090.0, 5056.0, 5064.0, 5052.0, 5043.0, 5059.0, 5052.0, 5080.0, 5041.0, 5069.0, 5054.0, 5072.0, 5065.0, 5065.0, 5077.0, 5068.0, 5077.0, 5071.0, 5096.0, 5082.0, 5074.0, 5104.0, 5092.0, 5106.0, 5123.0, 5107.0, 5076.0, 5105.0, 5086.0, 5119.0, 5101.0, 5129.0, 5099.0, 5119.0, 5109.0, 5132.0, 5125.0, 5146.0, 5129.0, 5133.0, 5150.0, 5122.0, 5110.0, 5120.0, 5110.0, 5098.0, 5114.0, 5086.0, 5103.0, 5083.0, 5113.0, 5083.0, 5115.0, 5094.0, 5094.0, 5095.0, 5082.0, 5079.0, 5080.0, 5085.0, 5084.0, 5096.0, 5094.0, 5097.0, 5097.0, 5110.0, 5108.0, 5086.0, 5085.0, 5076.0, 5095.0, 5108.0, 5106.0, 5119.0, 5109.0, 5107.0, 5096.0, 5107.0, 5137.0, 5111.0, 5135.0, 5098.0, 5095.0, 5086.0, 5103.0, 5086.0, 5103.0, 5085.0, 5073.0, 5095.0, 5083.0, 5095.0, 5086.0, 5105.0, 5084.0, 5082.0, 5075.0, 5103.0, 5075.0, 5095.0, 5081.0, 5084.0, 5121.0, 5072.0, 5109.0, 5072.0, 5074.0, 5084.0, 5094.0, 5094.0, 5083.0, 5074.0, 5108.0, 5118.0, 5107.0, 5107.0, 5109.0, 5119.0, 5127.0, 5101.0, 5117.0, 5100.0, 5116.0, 5098.0, 5105.0, 5089.0, 5124.0, 5087.0, 5085.0, 5084.0, 5085.0, 5085.0, 5083.0, 5092.0, 5123.0, 5107.0, 5127.0, 5099.0, 5098.0, 5099.0, 5118.0, 5110.0, 5131.0, 5108.0, 5119.0, 5098.0, 5120.0, 5097.0, 5097.0, 5103.0, 5085.0, 5132.0], 'WindowWidth': [11145.0, 11104.0, 11064.0, 11074.0, 11022.0, 11050.0, 11037.0, 11025.0, 11038.0, 11025.0, 11046.0, 11016.0, 11037.0, 11031.0, 11023.0, 11047.0, 11024.0, 11067.0, 11015.0, 11075.0, 11057.0, 11049.0, 11075.0, 11081.0, 11076.0, 11068.0, 11085.0, 11091.0, 11105.0, 11062.0, 11090.0, 11050.0, 11115.0, 11108.0, 11097.0, 11102.0, 11075.0, 11080.0, 11071.0, 11097.0, 11038.0, 11098.0, 11048.0, 11080.0, 11043.0, 11068.0, 11073.0, 11062.0, 11062.0, 11044.0, 11059.0, 11028.0, 11075.0, 11029.0, 11073.0, 11026.0, 11057.0, 11037.0, 11051.0, 11036.0, 11049.0, 11031.0, 11051.0, 11016.0, 11035.0, 11005.0, 11019.0, 11010.0, 11011.0, 10973.0, 11017.0, 10994.0, 11003.0, 11002.0, 10999.0, 11022.0, 10993.0, 11016.0, 10993.0, 11016.0, 10981.0, 11017.0, 10996.0, 11024.0, 10992.0, 11018.0, 11010.0, 11026.0, 11015.0, 11037.0, 11052.0, 11030.0, 11052.0, 11000.0, 11036.0, 11010.0, 11037.0, 10992.0, 11008.0, 11019.0, 11004.0, 11013.0, 10992.0, 11019.0, 10988.0, 11018.0, 11004.0, 11011.0, 11027.0, 11010.0, 11032.0, 10998.0, 11032.0, 11022.0, 11025.0, 10985.0, 11038.0, 11032.0, 11020.0, 11014.0, 11040.0, 11058.0, 11029.0, 11049.0, 11026.0, 11047.0, 11007.0, 11048.0, 11025.0, 11044.0, 11040.0, 11032.0, 11048.0, 11020.0, 11041.0, 11025.0, 11055.0, 11026.0, 11041.0, 11022.0, 11045.0, 11033.0, 11051.0, 11011.0, 11062.0, 11018.0, 11039.0, 11025.0, 11037.0, 11043.0, 11000.0, 11035.0, 10985.0, 11033.0, 10980.0, 11023.0, 11000.0, 11006.0, 11022.0, 10992.0, 11013.0, 10996.0, 11022.0, 10981.0, 11026.0, 10982.0, 11015.0, 11032.0, 11016.0, 11023.0, 11010.0, 11021.0, 11002.0, 11031.0, 10991.0, 11018.0, 11023.0, 11001.0, 11037.0, 10999.0, 11024.0, 10990.0, 11033.0, 11051.0, 11005.0, 11039.0, 11004.0, 11042.0, 11010.0, 11034.0, 11037.0, 11017.0, 11041.0, 10986.0, 11030.0, 11034.0, 11025.0, 11036.0, 10998.0, 11039.0, 11026.0, 11027.0, 11011.0, 11004.0, 11022.0, 11001.0, 11023.0, 11000.0, 11026.0, 11007.0, 11022.0, 11041.0, 11005.0, 11029.0, 10989.0, 11041.0, 11048.0, 11041.0, 11044.0, 11023.0, 11044.0, 11024.0, 11052.0, 11043.0, 11019.0, 11040.0, 11000.0, 11028.0, 10973.0, 11029.0, 11049.0, 10988.0, 11017.0, 10996.0, 11024.0, 10989.0, 11036.0, 11037.0, 11020.0, 11052.0, 11020.0, 11040.0, 11035.0, 11052.0, 11011.0, 11038.0, 10992.0, 11037.0, 11040.0, 11022.0, 11043.0, 11005.0, 11027.0, 10982.0, 11025.0, 11006.0, 11017.0, 11022.0, 10997.0, 11017.0, 10967.0, 11016.0, 11046.0, 11007.0, 11021.0, 10998.0, 11025.0, 10985.0, 11017.0, 10997.0, 11005.0, 11009.0, 11008.0, 11038.0, 11020.0, 11040.0, 11005.0, 11026.0, 11022.0, 11040.0, 11003.0, 11045.0, 11018.0, 11032.0, 11001.0, 11027.0, 10990.0, 11016.0, 11011.0, 11016.0, 11030.0, 11010.0, 11043.0, 10995.0, 11018.0, 10981.0, 11015.0, 10974.0, 11003.0, 10959.0, 10986.0, 10969.0, 11007.0, 11034.0, 11005.0, 11022.0, 10993.0, 11022.0, 10994.0, 11018.0, 10994.0, 11028.0, 10964.0, 11005.0, 10994.0, 10992.0, 11013.0, 10965.0, 11015.0, 10986.0, 11000.0, 10975.0, 10995.0, 11029.0, 10980.0, 11002.0, 10993.0, 11003.0, 10981.0, 11015.0, 11035.0, 11019.0, 11028.0, 11003.0, 11027.0, 10987.0, 11039.0, 11055.0, 11019.0, 11029.0, 11006.0, 11029.0, 11002.0, 11034.0, 11015.0, 11019.0, 11015.0, 11012.0, 11052.0, 11030.0, 11050.0, 11009.0, 11037.0, 11009.0, 11053.0, 11024.0, 11047.0, 11030.0, 11054.0, 11040.0, 11077.0, 10869.0, 10712.0, 11138.0, 11154.0, 11056.0, 11057.0, 11032.0, 11025.0, 11058.0, 11025.0, 11054.0, 11057.0, 11078.0, 11081.0, 11038.0, 11019.0, 11047.0, 11018.0, 11016.0, 11025.0, 11013.0, 11018.0, 11005.0, 11031.0, 10973.0, 10960.0, 10962.0, 10938.0, 10999.0, 10979.0, 11014.0, 10990.0, 10974.0, 11003.0, 10966.0, 11006.0, 11031.0, 11070.0, 11044.0, 11024.0, 11054.0, 11025.0, 11068.0, 11043.0, 11027.0, 11041.0, 11023.0, 11041.0, 11031.0, 11024.0, 11038.0, 11013.0, 11028.0, 11000.0, 11008.0, 11017.0, 11027.0, 11017.0, 11028.0, 11019.0, 11029.0, 11036.0, 11050.0, 11056.0, 11066.0, 11059.0, 11066.0, 11065.0, 11083.0, 11066.0, 11058.0, 11056.0, 11042.0, 11062.0, 11063.0, 11028.0, 11011.0, 11025.0, 11006.0, 11030.0, 11046.0, 11033.0, 11040.0, 11022.0, 11022.0, 11012.0, 11006.0, 11005.0, 10999.0, 11026.0, 10974.0, 10996.0, 10966.0, 10976.0, 10957.0, 10957.0, 10938.0, 10958.0, 10955.0, 10966.0, 10988.0, 10953.0, 10974.0, 10947.0, 10981.0, 10940.0, 10979.0, 10959.0, 10983.0, 10984.0, 10967.0, 10985.0, 10954.0, 10978.0, 10972.0, 11022.0, 11019.0, 11031.0, 10995.0, 11013.0, 11001.0, 11007.0, 10994.0, 11016.0, 11008.0, 11005.0, 11014.0, 10994.0, 11011.0, 10996.0, 11015.0, 10980.0, 11003.0, 10993.0, 11008.0, 10993.0, 11007.0, 10973.0, 11003.0, 10978.0, 11005.0, 10995.0, 11012.0, 11000.0, 11007.0, 10981.0, 11012.0, 10984.0, 11022.0, 11037.0, 11005.0, 11036.0, 11018.0, 11028.0, 11032.0, 11033.0, 10992.0, 11018.0, 11003.0, 11037.0, 11041.0, 11008.0, 11025.0, 11029.0, 11025.0, 11045.0, 11030.0, 11020.0, 11036.0, 11033.0, 11034.0, 11021.0, 11027.0, 11005.0, 11044.0, 11057.0, 11021.0, 11031.0, 11045.0, 11035.0, 11019.0, 11042.0, 11021.0, 11042.0, 11018.0, 11026.0, 11031.0, 11035.0, 11032.0, 11050.0, 11051.0, 11039.0, 11039.0, 11020.0, 11020.0, 11013.0, 11027.0, 11000.0, 11016.0, 11017.0, 11034.0, 11015.0, 11019.0, 11013.0, 11018.0, 11009.0, 11010.0, 11013.0, 10996.0, 11014.0, 11002.0, 10993.0, 10994.0, 11018.0, 11031.0, 11003.0, 11046.0, 10988.0, 11031.0, 11000.0, 11067.0, 11004.0, 11029.0, 10982.0, 11015.0, 10990.0, 11006.0, 10975.0, 10996.0, 11041.0, 10979.0, 11002.0, 11014.0, 11005.0, 11006.0, 11006.0, 11030.0, 11015.0, 11030.0, 11005.0, 11033.0, 11022.0, 11018.0, 11039.0, 11053.0, 11051.0, 11046.0, 11016.0, 11022.0, 10997.0, 11007.0, 10973.0, 11001.0, 10973.0, 10987.0, 11002.0, 10991.0, 10999.0, 10974.0, 11000.0, 10990.0, 11006.0, 11000.0, 11009.0, 11001.0, 11011.0, 11012.0, 10991.0, 11037.0, 10959.0, 10995.0, 10973.0, 10988.0, 10967.0, 10991.0, 10981.0, 10987.0, 11000.0, 10995.0, 11001.0, 10992.0, 10991.0, 10980.0, 10998.0, 11001.0, 11026.0, 11011.0, 11020.0, 11051.0, 11008.0, 11056.0, 11022.0, 11027.0, 11015.0, 11028.0, 11031.0, 11029.0, 11024.0, 11020.0, 11000.0, 11020.0, 10984.0, 11022.0, 11036.0, 11008.0, 11030.0, 11020.0, 11011.0, 11013.0, 11024.0, 11019.0, 11015.0, 11003.0, 11003.0, 11012.0, 11019.0, 10999.0, 11017.0, 11009.0, 11012.0, 11023.0, 10996.0, 11005.0, 10993.0, 11009.0, 10994.0, 11008.0, 11010.0, 11001.0, 10978.0, 10999.0, 11031.0, 11001.0, 11022.0, 11012.0, 11012.0, 10987.0, 11008.0, 10984.0, 10999.0, 10990.0, 11031.0, 11034.0, 11027.0, 11065.0, 11091.0, 11081.0, 11066.0, 11056.0, 11085.0, 11075.0, 11086.0, 11077.0, 11052.0, 11026.0, 11070.0, 11018.0, 11023.0, 10999.0, 11008.0, 11006.0, 11004.0, 10970.0, 10983.0, 10968.0, 10987.0, 10969.0, 10987.0, 10968.0, 10989.0, 10972.0, 10981.0, 11010.0, 11025.0, 10995.0, 11000.0, 11007.0, 10989.0, 11027.0, 11011.0, 11035.0, 11006.0, 11044.0, 11025.0, 11057.0, 11036.0, 11033.0, 11035.0, 11035.0, 11059.0, 11038.0, 11026.0, 11039.0, 11014.0, 11048.0, 11011.0, 11022.0, 11021.0, 11022.0, 11016.0, 11009.0, 11024.0, 11009.0, 11023.0, 11004.0, 11050.0, 11004.0, 11028.0, 11012.0, 11009.0, 11009.0, 11008.0, 11014.0, 11013.0, 10996.0, 11012.0, 10997.0, 11017.0, 10995.0, 11001.0, 10984.0, 11006.0, 11007.0, 11005.0, 11050.0, 11001.0, 11054.0, 11017.0, 10997.0, 10974.0, 10958.0, 10986.0, 10988.0, 11016.0, 10983.0, 11001.0, 11021.0, 11004.0, 11052.0, 11004.0, 11041.0, 11006.0, 11026.0, 10974.0, 10999.0, 10960.0, 10979.0, 10941.0, 10955.0, 10931.0, 10963.0, 10945.0, 10937.0, 10969.0, 10919.0, 10967.0, 10922.0, 10946.0, 10909.0, 10950.0, 10934.0, 10974.0, 10960.0, 10959.0, 10946.0, 10960.0, 10961.0, 10972.0, 10963.0, 10974.0, 10952.0, 10978.0, 10959.0, 10987.0, 10965.0, 10992.0, 10994.0, 11012.0, 11001.0, 11004.0, 10997.0, 11007.0, 11000.0, 11008.0, 11042.0, 11011.0, 11056.0, 11023.0, 11055.0, 11012.0, 11052.0, 11020.0, 11047.0, 11067.0, 11022.0, 11026.0, 11018.0, 11024.0, 11031.0, 11073.0, 11089.0, 11057.0, 11046.0, 11040.0, 11044.0, 11025.0, 11040.0, 11031.0, 11022.0, 11003.0, 11016.0, 11010.0, 10998.0, 10997.0, 11010.0, 10991.0, 11013.0, 10968.0, 10995.0, 10999.0, 11016.0, 11015.0, 11019.0, 11006.0, 11013.0, 11042.0, 11035.0, 11022.0, 11049.0, 11025.0, 11022.0, 11031.0, 11061.0, 11029.0, 11041.0, 11002.0, 11012.0, 11015.0, 11016.0, 10982.0, 10995.0, 11011.0, 10999.0, 10977.0, 10974.0, 10976.0, 10995.0, 11015.0, 11016.0, 11020.0, 11028.0, 11032.0, 11023.0, 11028.0, 11018.0, 11015.0, 10986.0, 11006.0, 11013.0, 11000.0, 11006.0, 10993.0, 10990.0, 10994.0, 11008.0, 11016.0, 11017.0, 11037.0, 11023.0, 11038.0, 11021.0, 11015.0, 11059.0, 11023.0, 11037.0, 11039.0, 11040.0, 11052.0, 11015.0, 11039.0, 11014.0, 11025.0, 11019.0, 11017.0, 10996.0, 11002.0, 11003.0, 11024.0, 11041.0, 11042.0, 11108.0, 11029.0, 11056.0, 11015.0, 11031.0, 11015.0, 11030.0, 11053.0, 11041.0, 11027.0, 11025.0, 11031.0, 11025.0, 11031.0, 11051.0, 11011.0, 11050.0, 11021.0, 11044.0, 10999.0, 11019.0, 10986.0, 11012.0, 10985.0, 11008.0, 10995.0, 11007.0, 10982.0, 11005.0, 10980.0, 11006.0, 10984.0, 11009.0, 10983.0, 10994.0, 10999.0, 11011.0, 11015.0, 11021.0, 11017.0, 11014.0, 11008.0, 11000.0, 11023.0, 10993.0, 11022.0, 10997.0, 11007.0, 11007.0, 11010.0, 10999.0, 11008.0, 11014.0, 11016.0, 11002.0, 11021.0, 11008.0, 11035.0, 11010.0, 11024.0, 11021.0, 11039.0, 11019.0, 11024.0, 11018.0, 11025.0, 11002.0, 11004.0, 11012.0, 11009.0, 11015.0, 11006.0, 11021.0, 11000.0, 11011.0, 11024.0, 11024.0, 11022.0, 11004.0, 11033.0, 11053.0, 11060.0, 11040.0, 11071.0, 11047.0, 11037.0, 11057.0, 11030.0, 11038.0, 11041.0, 11055.0, 11026.0, 11017.0, 11040.0, 11044.0, 11027.0, 11054.0, 11016.0, 11055.0, 11016.0, 11046.0, 10996.0, 11043.0, 10998.0, 11030.0, 11013.0, 11032.0, 11014.0, 10995.0, 11001.0, 11002.0, 11009.0, 11020.0, 11027.0, 11022.0, 11024.0, 11002.0, 11027.0, 11017.0, 11025.0, 11059.0, 11007.0, 11052.0, 11018.0, 11014.0, 11007.0, 11011.0, 11025.0, 11030.0, 11030.0, 11005.0, 11027.0, 11007.0, 11023.0, 11023.0, 11025.0, 11021.0, 11025.0, 11018.0, 11024.0, 10999.0, 11005.0, 11001.0, 11007.0, 11009.0, 11005.0, 10995.0, 11000.0, 10999.0, 11011.0, 11019.0, 11041.0, 11005.0, 11046.0, 11035.0, 11046.0, 11030.0, 11043.0, 11042.0, 11045.0, 10985.0, 10969.0, 10991.0, 10981.0, 11014.0, 11011.0, 10948.0, 10997.0, 10960.0, 10993.0, 10987.0, 11001.0, 11003.0, 10966.0, 10978.0, 10943.0, 10984.0, 10959.0, 10951.0, 10926.0, 10912.0, 10918.0, 10928.0, 10915.0, 10909.0, 10925.0, 10906.0, 10901.0, 10950.0, 10939.0, 10975.0, 10927.0, 10919.0, 10921.0, 10953.0, 10973.0, 10958.0, 10957.0, 10978.0, 10960.0, 10963.0, 10959.0, 10969.0, 10957.0, 10970.0, 10960.0, 10960.0, 10948.0, 10961.0, 10973.0, 10986.0, 10960.0, 10985.0, 10989.0, 10990.0, 11016.0, 11023.0, 11012.0, 11058.0, 11046.0, 11050.0, 11044.0, 11053.0, 11016.0, 11029.0, 11021.0, 11019.0, 11041.0, 11027.0, 11037.0, 11022.0, 11037.0, 11002.0, 11018.0, 11020.0, 11013.0, 11016.0, 11013.0, 11031.0, 11020.0, 11049.0, 11034.0, 11033.0, 11037.0, 11025.0, 11036.0, 11020.0, 11020.0, 11001.0, 11022.0, 11019.0, 11043.0, 11060.0, 11020.0, 11017.0, 11028.0, 11020.0, 11019.0, 11045.0, 11053.0, 11045.0, 11028.0, 11043.0, 11061.0, 11085.0, 11063.0, 11094.0, 11101.0, 11067.0, 11077.0, 11065.0, 11022.0, 11051.0, 11059.0, 11045.0, 11032.0, 11032.0, 11035.0, 11001.0, 11033.0, 11053.0, 11017.0, 11016.0, 10984.0, 10986.0, 10951.0, 10966.0, 10954.0, 10983.0, 10975.0, 10992.0, 10976.0, 10994.0, 11000.0, 11011.0, 11018.0, 11019.0, 11014.0, 11026.0, 11063.0, 11010.0, 11051.0, 11003.0, 11038.0, 11017.0, 11041.0, 11042.0, 11049.0, 11043.0, 11033.0, 11054.0, 11073.0, 11041.0, 11077.0, 11061.0, 11099.0, 11033.0, 11073.0, 11038.0, 11025.0, 11072.0, 11049.0, 11091.0, 11053.0, 11041.0, 11027.0, 11058.0, 11045.0, 11062.0, 11062.0, 11082.0, 11064.0, 11069.0, 11051.0, 11028.0, 11037.0, 11031.0, 11040.0, 11033.0, 11035.0, 11021.0, 11028.0, 11028.0, 11010.0, 11029.0, 11003.0, 11048.0, 10992.0, 11003.0, 11002.0, 11000.0, 11003.0, 11009.0, 10980.0, 11011.0, 11023.0, 11044.0, 11014.0, 11042.0, 11045.0, 11063.0, 11025.0, 11039.0, 11026.0, 11041.0, 11035.0, 11058.0, 11042.0, 11068.0, 11062.0, 11046.0, 11067.0, 11038.0, 11051.0, 11061.0, 11089.0, 11074.0, 11107.0, 11108.0, 11086.0, 11062.0, 11072.0, 11061.0, 11040.0, 11035.0, 11034.0, 11009.0, 11063.0, 10996.0, 11003.0, 10988.0, 10997.0, 10990.0, 11004.0, 11007.0, 11007.0, 11014.0, 11002.0, 11029.0, 11010.0, 11038.0, 11021.0, 11037.0, 11039.0, 11027.0, 11046.0, 11025.0, 11041.0, 11052.0, 11043.0, 11076.0, 11093.0, 11060.0, 11096.0, 11067.0, 11088.0, 11066.0, 11080.0, 11110.0, 11105.0, 11142.0, 11134.0, 11104.0, 11102.0, 11097.0, 11099.0, 11102.0, 11070.0, 11054.0, 11053.0, 11070.0, 11029.0, 11060.0, 11013.0, 11048.0, 11016.0, 11052.0, 10998.0, 10989.0, 11034.0, 10995.0, 11014.0, 11000.0, 10999.0, 10998.0, 11011.0, 11022.0, 11072.0, 11017.0, 11008.0, 11010.0, 11003.0, 11012.0, 11035.0, 11013.0, 11022.0, 11013.0, 11024.0, 11010.0, 11020.0, 11013.0, 11041.0, 11017.0, 11000.0, 11021.0, 11003.0, 11017.0, 11018.0, 11015.0, 11059.0, 11022.0, 11049.0, 11006.0, 11033.0, 11011.0, 11052.0, 11023.0, 11054.0, 11016.0, 11056.0, 11030.0, 11063.0, 11041.0, 11065.0, 11043.0, 11058.0, 11043.0, 11062.0, 11041.0, 11065.0, 11048.0, 11081.0, 11047.0, 11041.0, 11029.0, 11063.0, 11045.0, 11040.0, 11054.0, 11061.0, 11038.0, 11027.0, 11037.0, 11041.0, 11044.0, 11069.0, 11100.0, 11032.0, 11025.0, 11021.0, 11013.0, 11017.0, 11011.0, 11035.0, 10977.0, 11008.0, 11014.0, 11053.0, 11028.0, 11007.0, 11005.0, 11005.0, 11030.0, 11036.0, 11039.0, 11069.0, 11066.0, 11072.0, 11062.0, 11050.0, 11099.0, 11081.0, 11073.0, 11038.0, 11035.0, 11041.0, 11009.0, 11022.0, 10967.0, 10977.0, 10954.0, 10944.0, 10962.0, 10956.0, 10992.0, 10939.0, 10979.0, 10963.0, 10988.0, 10982.0, 10984.0, 11003.0, 10990.0, 11004.0, 10999.0, 11046.0, 11020.0, 11010.0, 11052.0, 11032.0, 11057.0, 11078.0, 11058.0, 11014.0, 11056.0, 11031.0, 11082.0, 11060.0, 11096.0, 11052.0, 11080.0, 11067.0, 11107.0, 11103.0, 11132.0, 11100.0, 11109.0, 11127.0, 11089.0, 11071.0, 11082.0, 11067.0, 11049.0, 11068.0, 11027.0, 11048.0, 11019.0, 11065.0, 11020.0, 11068.0, 11034.0, 11036.0, 11039.0, 11018.0, 11009.0, 11012.0, 11024.0, 11024.0, 11043.0, 11037.0, 11047.0, 11043.0, 11066.0, 11061.0, 11027.0, 11026.0, 11013.0, 11040.0, 11066.0, 11057.0, 11080.0, 11064.0, 11060.0, 11042.0, 11058.0, 11102.0, 11072.0, 11099.0, 11048.0, 11039.0, 11026.0, 11047.0, 11025.0, 11045.0, 11021.0, 11004.0, 11037.0, 11019.0, 11038.0, 11024.0, 11051.0, 11019.0, 11016.0, 11007.0, 11045.0, 11008.0, 11035.0, 11012.0, 11018.0, 11066.0, 10999.0, 11047.0, 11002.0, 11006.0, 11021.0, 11033.0, 11034.0, 11018.0, 11006.0, 11065.0, 11082.0, 11064.0, 11062.0, 11071.0, 11081.0, 11091.0, 11058.0, 11074.0, 11053.0, 11069.0, 11046.0, 11053.0, 11037.0, 11078.0, 11027.0, 11023.0, 11020.0, 11022.0, 11021.0, 11016.0, 11031.0, 11076.0, 11059.0, 11091.0, 11052.0, 11051.0, 11052.0, 11080.0, 11071.0, 11100.0, 11067.0, 11079.0, 11049.0, 11080.0, 11044.0, 11042.0, 11046.0, 11023.0, 11084.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.009204</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0497766381097561</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.34716725183638</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2860115463148278</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0832339172910292</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4879</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6710.6416</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1062487016976175</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>135</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.231707317073171</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6720523848730573</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5787284839728675</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.88568056756365</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5517481030826548</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127865</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014706114307045937</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035429779440164566</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1640</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.099218087599475</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>25.2396</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9287</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.7598</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294366.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1028.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.1843</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6284</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.8126</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4266.0863</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4501.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82178.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1551.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5501.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1098.0076</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.299698785180226</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> |