=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
167 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
167 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-0004_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-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_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-0004/figures/sub-0004_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_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-0004/ses-03/func/sub-0004_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>8d16769acec9d98c84f462178a86281e</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>10:33:37.940000</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_VE11C_LATEST_20160120</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.999408, 0.0286727, 0.0190128, -0.0310585, 0.989646, 0.140132]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0910543</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7736, -7288, 621, -34, -223, 27, 103]</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>227.22</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>893804ad-e2da-4470-a6d1-b1155e7b8ec5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6813385486602783, -0.0833277553319931, 0.039954423904418945, 116.11212158203125], [-0.07692685723304749, 2.655146837234497, 0.3797263503074646, -96.95683288574219], [0.051009852439165115, -0.3759634792804718, 2.672865867614746, -56.03620147705078], [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, 1616]</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], 'AcquisitionTime': ['103337.940000', '103338.400000', '103338.860000', '103339.320000', '103339.780000', '103340.240000', '103340.700000', '103341.160000', '103341.620000', '103342.080000', '103342.540000', '103343.000000', '103343.460000', '103343.920000', '103344.380000', '103344.840000', '103345.300000', '103345.760000', '103346.220000', '103346.680000', '103347.140000', '103347.600000', '103348.060000', '103348.520000', '103348.980000', '103349.440000', '103349.900000', '103350.360000', '103350.820000', '103351.280000', '103351.740000', '103352.200000', '103352.660000', '103353.120000', '103353.580000', '103354.040000', '103354.500000', '103354.960000', '103355.420000', '103355.880000', '103356.340000', '103356.800000', '103357.260000', '103357.720000', '103358.180000', '103358.640000', '103359.100000', '103359.560000', '103400.020000', '103400.480000', '103400.940000', '103401.400000', '103401.860000', '103402.320000', '103402.780000', '103403.240000', '103403.700000', '103404.160000', '103404.620000', '103405.080000', '103405.540000', '103406.000000', '103406.460000', '103406.920000', '103407.380000', '103407.840000', '103408.300000', '103408.760000', '103409.220000', '103409.680000', '103410.140000', '103410.600000', '103411.060000', '103411.520000', '103411.980000', '103412.440000', '103412.900000', '103413.360000', '103413.820000', '103414.280000', '103414.740000', '103415.200000', '103415.660000', '103416.120000', '103416.580000', '103417.040000', '103417.500000', '103417.960000', '103418.420000', '103418.880000', '103419.340000', '103419.800000', '103420.260000', '103420.720000', '103421.180000', '103421.640000', '103422.100000', '103422.560000', '103423.020000', '103423.480000', '103423.940000', '103424.400000', '103424.860000', '103425.320000', '103425.780000', '103426.240000', '103426.700000', '103427.160000', '103427.620000', '103428.080000', '103428.540000', '103429.000000', '103429.460000', '103429.920000', '103430.380000', '103430.840000', '103431.300000', '103431.760000', '103432.220000', '103432.680000', '103433.140000', '103433.600000', '103434.060000', '103434.520000', '103434.980000', '103435.440000', '103435.900000', '103436.360000', '103436.820000', '103437.280000', '103437.740000', '103438.200000', '103438.660000', '103439.120000', '103439.580000', '103440.040000', '103440.500000', '103440.960000', '103441.420000', '103441.880000', '103442.340000', '103442.800000', '103443.260000', '103443.720000', '103444.180000', '103444.640000', '103445.100000', '103445.560000', '103446.020000', '103446.480000', '103446.940000', '103447.400000', '103447.860000', '103448.320000', '103448.780000', '103449.240000', '103449.700000', '103450.160000', '103450.620000', '103451.080000', '103451.540000', '103452.000000', '103452.460000', '103452.920000', '103453.380000', '103453.840000', '103454.300000', '103454.760000', '103455.220000', '103455.680000', '103456.140000', '103456.600000', '103457.060000', '103457.520000', '103457.980000', '103458.440000', '103458.900000', '103459.360000', '103459.820000', '103500.280000', '103500.740000', '103501.200000', '103501.660000', '103502.120000', '103502.580000', '103503.040000', '103503.500000', '103503.960000', '103504.420000', '103504.880000', '103505.340000', '103505.800000', '103506.260000', '103506.720000', '103507.180000', '103507.640000', '103508.100000', '103508.560000', '103509.020000', '103509.480000', '103509.940000', '103510.400000', '103510.860000', '103511.320000', '103511.780000', '103512.240000', '103512.700000', '103513.160000', '103513.620000', '103514.080000', '103514.540000', '103515.000000', '103515.460000', '103515.920000', '103516.380000', '103516.840000', '103517.300000', '103517.760000', '103518.220000', '103518.680000', '103519.140000', '103519.600000', '103520.060000', '103520.520000', '103520.980000', '103521.440000', '103521.900000', '103522.360000', '103522.820000', '103523.280000', '103523.740000', '103524.200000', '103524.660000', '103525.120000', '103525.580000', '103526.040000', '103526.500000', '103526.960000', '103527.420000', '103527.880000', '103528.340000', '103528.800000', '103529.260000', '103529.720000', '103530.180000', '103530.640000', '103531.100000', '103531.560000', '103532.020000', '103532.480000', '103532.940000', '103533.400000', '103533.860000', '103534.320000', '103534.780000', '103535.240000', '103535.700000', '103536.160000', '103536.620000', '103537.080000', '103537.540000', '103538.000000', '103538.460000', '103538.920000', '103539.380000', '103539.840000', '103540.300000', '103540.760000', '103541.220000', '103541.680000', '103542.140000', '103542.600000', '103543.060000', '103543.520000', '103543.980000', '103544.440000', '103544.900000', '103545.360000', '103545.820000', '103546.280000', '103546.740000', '103547.200000', '103547.660000', '103548.120000', '103548.580000', '103549.040000', '103549.500000', '103549.960000', '103550.420000', '103550.880000', '103551.340000', '103551.800000', '103552.260000', '103552.720000', '103553.180000', '103553.640000', '103554.100000', '103554.560000', '103555.020000', '103555.480000', '103555.940000', '103556.400000', '103556.860000', '103557.320000', '103557.780000', '103558.240000', '103558.700000', '103559.160000', '103559.620000', '103600.080000', '103600.540000', '103601.000000', '103601.460000', '103601.920000', '103602.380000', '103602.840000', '103603.300000', '103603.760000', '103604.220000', '103604.680000', '103605.140000', '103605.600000', '103606.060000', '103606.520000', '103606.980000', '103607.440000', '103607.900000', '103608.360000', '103608.820000', '103609.280000', '103609.740000', '103610.200000', '103610.660000', '103611.120000', '103611.580000', '103612.040000', '103612.500000', '103612.960000', '103613.420000', '103613.880000', '103614.340000', '103614.800000', '103615.260000', '103615.720000', '103616.180000', '103616.640000', '103617.100000', '103617.560000', '103618.020000', '103618.480000', '103618.940000', '103619.400000', '103619.860000', '103620.320000', '103620.780000', '103621.240000', '103621.700000', '103622.160000', '103622.620000', '103623.080000', '103623.540000', '103624.000000', '103624.460000', '103624.920000', '103625.380000', '103625.840000', '103626.300000', '103626.760000', '103627.220000', '103627.680000', '103628.140000', '103628.600000', '103629.060000', '103629.520000', '103629.980000', '103630.440000', '103630.900000', '103631.360000', '103631.820000', '103632.280000', '103632.740000', '103633.200000', '103633.660000', '103634.120000', '103634.580000', '103635.040000', '103635.500000', '103635.960000', '103636.420000', '103636.880000', '103637.340000', '103637.800000', '103638.260000', '103638.720000', '103639.180000', '103639.640000', '103640.100000', '103640.560000', '103641.020000', '103641.480000', '103641.940000', '103642.400000', '103642.860000', '103643.320000', '103643.780000', '103644.240000', '103644.700000', '103645.160000', '103645.620000', '103646.080000', '103646.540000', '103647.000000', '103647.460000', '103647.920000', '103648.380000', '103648.840000', '103649.300000', '103649.760000', '103650.220000', '103650.680000', '103651.140000', '103651.600000', '103652.060000', '103652.520000', '103652.980000', '103653.440000', '103653.900000', '103654.360000', '103654.820000', '103655.280000', '103655.740000', '103656.200000', '103656.660000', '103657.120000', '103657.580000', '103658.040000', '103658.500000', '103658.960000', '103659.420000', '103659.880000', '103700.340000', '103700.800000', '103701.260000', '103701.720000', '103702.180000', '103702.640000', '103703.100000', '103703.560000', '103704.020000', '103704.480000', '103704.940000', '103705.400000', '103705.860000', '103706.320000', '103706.780000', '103707.240000', '103707.700000', '103708.160000', '103708.620000', '103709.080000', '103709.540000', '103710.000000', '103710.460000', '103710.920000', '103711.380000', '103711.840000', '103712.300000', '103712.760000', '103713.220000', '103713.680000', '103714.140000', '103714.600000', '103715.060000', '103715.520000', '103715.980000', '103716.440000', '103716.900000', '103717.360000', '103717.820000', '103718.280000', '103718.740000', '103719.200000', '103719.660000', '103720.120000', '103720.580000', '103721.040000', '103721.500000', '103721.960000', '103722.420000', '103722.880000', '103723.340000', '103723.800000', '103724.260000', '103724.720000', '103725.180000', '103725.640000', '103726.100000', '103726.560000', '103727.020000', '103727.480000', '103727.940000', '103728.400000', '103728.860000', '103729.320000', '103729.780000', '103730.240000', '103730.700000', '103731.160000', '103731.620000', '103732.080000', '103732.540000', '103733.000000', '103733.460000', '103733.920000', '103734.380000', '103734.840000', '103735.300000', '103735.760000', '103736.220000', '103736.680000', '103737.140000', '103737.600000', '103738.060000', '103738.520000', '103738.980000', '103739.440000', '103739.900000', '103740.360000', '103740.820000', '103741.280000', '103741.740000', '103742.200000', '103742.660000', '103743.120000', '103743.580000', '103744.040000', '103744.500000', '103744.960000', '103745.420000', '103745.880000', '103746.340000', '103746.800000', '103747.260000', '103747.720000', '103748.180000', '103748.640000', '103749.100000', '103749.560000', '103750.020000', '103750.480000', '103750.940000', '103751.400000', '103751.860000', '103752.320000', '103752.780000', '103753.240000', '103753.700000', '103754.160000', '103754.620000', '103755.080000', '103755.540000', '103756.000000', '103756.460000', '103756.920000', '103757.380000', '103757.840000', '103758.300000', '103758.760000', '103759.220000', '103759.680000', '103800.140000', '103800.600000', '103801.060000', '103801.520000', '103801.980000', '103802.440000', '103802.900000', '103803.360000', '103803.820000', '103804.280000', '103804.740000', '103805.200000', '103805.660000', '103806.120000', '103806.580000', '103807.040000', '103807.500000', '103807.960000', '103808.420000', '103808.880000', '103809.340000', '103809.800000', '103810.260000', '103810.720000', '103811.180000', '103811.640000', '103812.100000', '103812.560000', '103813.020000', '103813.480000', '103813.940000', '103814.400000', '103814.860000', '103815.320000', '103815.780000', '103816.240000', '103816.700000', '103817.160000', '103817.620000', '103818.080000', '103818.540000', '103819.000000', '103819.460000', '103819.920000', '103820.380000', '103820.840000', '103821.300000', '103821.760000', '103822.220000', '103822.680000', '103823.140000', '103823.600000', '103824.060000', '103824.520000', '103824.980000', '103825.440000', '103825.900000', '103826.360000', '103826.820000', '103827.280000', '103827.740000', '103828.200000', '103828.660000', '103829.120000', '103829.580000', '103830.040000', '103830.500000', '103830.960000', '103831.420000', '103831.880000', '103832.340000', '103832.800000', '103833.260000', '103833.720000', '103834.180000', '103834.640000', '103835.100000', '103835.560000', '103836.020000', '103836.480000', '103836.940000', '103837.400000', '103837.860000', '103838.320000', '103838.780000', '103839.240000', '103839.700000', '103840.160000', '103840.620000', '103841.080000', '103841.540000', '103842.000000', '103842.460000', '103842.920000', '103843.380000', '103843.840000', '103844.300000', '103844.760000', '103845.220000', '103845.680000', '103846.140000', '103846.600000', '103847.060000', '103847.520000', '103847.980000', '103848.440000', '103848.900000', '103849.360000', '103849.820000', '103850.280000', '103850.740000', '103851.200000', '103851.660000', '103852.120000', '103852.580000', '103853.040000', '103853.500000', '103853.960000', '103854.420000', '103854.880000', '103855.340000', '103855.800000', '103856.260000', '103856.720000', '103857.180000', '103857.640000', '103858.100000', '103858.560000', '103859.020000', '103859.480000', '103859.940000', '103900.400000', '103900.860000', '103901.320000', '103901.780000', '103902.240000', '103902.700000', '103903.160000', '103903.620000', '103904.080000', '103904.540000', '103905.000000', '103905.460000', '103905.920000', '103906.380000', '103906.840000', '103907.300000', '103907.760000', '103908.220000', '103908.680000', '103909.140000', '103909.600000', '103910.060000', '103910.520000', '103910.980000', '103911.440000', '103911.900000', '103912.360000', '103912.820000', '103913.280000', '103913.740000', '103914.200000', '103914.660000', '103915.120000', '103915.580000', '103916.040000', '103916.500000', '103916.960000', '103917.420000', '103917.880000', '103918.340000', '103918.800000', '103919.260000', '103919.720000', '103920.180000', '103920.640000', '103921.100000', '103921.560000', '103922.020000', '103922.480000', '103922.940000', '103923.400000', '103923.860000', '103924.320000', '103924.780000', '103925.240000', '103925.700000', '103926.160000', '103926.620000', '103927.080000', '103927.540000', '103928.000000', '103928.460000', '103928.920000', '103929.380000', '103929.840000', '103930.300000', '103930.760000', '103931.220000', '103931.680000', '103932.140000', '103932.600000', '103933.060000', '103933.520000', '103933.980000', '103934.440000', '103934.900000', '103935.360000', '103935.820000', '103936.280000', '103936.740000', '103937.200000', '103937.660000', '103938.120000', '103938.580000', '103939.040000', '103939.500000', '103939.960000', '103940.420000', '103940.880000', '103941.340000', '103941.800000', '103942.260000', '103942.720000', '103943.180000', '103943.640000', '103944.100000', '103944.560000', '103945.020000', '103945.480000', '103945.940000', '103946.400000', '103946.860000', '103947.320000', '103947.780000', '103948.240000', '103948.700000', '103949.160000', '103949.620000', '103950.080000', '103950.540000', '103951.000000', '103951.460000', '103951.920000', '103952.380000', '103952.840000', '103953.300000', '103953.760000', '103954.220000', '103954.680000', '103955.140000', '103955.600000', '103956.060000', '103956.520000', '103956.980000', '103957.440000', '103957.900000', '103958.360000', '103958.820000', '103959.280000', '103959.740000', '104000.200000', '104000.660000', '104001.120000', '104001.580000', '104002.040000', '104002.500000', '104002.960000', '104003.420000', '104003.880000', '104004.340000', '104004.800000', '104005.260000', '104005.720000', '104006.180000', '104006.640000', '104007.100000', '104007.560000', '104008.020000', '104008.480000', '104008.940000', '104009.400000', '104009.860000', '104010.320000', '104010.780000', '104011.240000', '104011.700000', '104012.160000', '104012.620000', '104013.080000', '104013.540000', '104014.000000', '104014.460000', '104014.920000', '104015.380000', '104015.840000', '104016.300000', '104016.760000', '104017.220000', '104017.680000', '104018.140000', '104018.600000', '104019.060000', '104019.520000', '104019.980000', '104020.440000', '104020.900000', '104021.360000', '104021.820000', '104022.280000', '104022.740000', '104023.200000', '104023.660000', '104024.120000', '104024.580000', '104025.040000', '104025.500000', '104025.960000', '104026.420000', '104026.880000', '104027.340000', '104027.800000', '104028.260000', '104028.720000', '104029.180000', '104029.640000', '104030.100000', '104030.560000', '104031.020000', '104031.480000', '104031.940000', '104032.400000', '104032.860000', '104033.320000', '104033.780000', '104034.240000', '104034.700000', '104035.160000', '104035.620000', '104036.080000', '104036.540000', '104037.000000', '104037.460000', '104037.920000', '104038.380000', '104038.840000', '104039.300000', '104039.760000', '104040.220000', '104040.680000', '104041.140000', '104041.600000', '104042.060000', '104042.520000', '104042.980000', '104043.440000', '104043.900000', '104044.360000', '104044.820000', '104045.280000', '104045.740000', '104046.200000', '104046.660000', '104047.120000', '104047.580000', '104048.040000', '104048.500000', '104048.960000', '104049.420000', '104049.880000', '104050.340000', '104050.800000', '104051.260000', '104051.720000', '104052.180000', '104052.640000', '104053.100000', '104053.560000', '104054.020000', '104054.480000', '104054.940000', '104055.400000', '104055.860000', '104056.320000', '104056.780000', '104057.240000', '104057.700000', '104058.160000', '104058.620000', '104059.080000', '104059.540000', '104100.000000', '104100.460000', '104100.920000', '104101.380000', '104101.840000', '104102.300000', '104102.760000', '104103.220000', '104103.680000', '104104.140000', '104104.600000', '104105.060000', '104105.520000', '104105.980000', '104106.440000', '104106.900000', '104107.360000', '104107.820000', '104108.280000', '104108.740000', '104109.200000', '104109.660000', '104110.120000', '104110.580000', '104111.040000', '104111.500000', '104111.960000', '104112.420000', '104112.880000', '104113.340000', '104113.800000', '104114.260000', '104114.720000', '104115.180000', '104115.640000', '104116.100000', '104116.560000', '104117.020000', '104117.480000', '104117.940000', '104118.400000', '104118.860000', '104119.320000', '104119.780000', '104120.240000', '104120.700000', '104121.160000', '104121.620000', '104122.080000', '104122.540000', '104123.000000', '104123.460000', '104123.920000', '104124.380000', '104124.840000', '104125.300000', '104125.760000', '104126.220000', '104126.680000', '104127.140000', '104127.600000', '104128.060000', '104128.520000', '104128.980000', '104129.440000', '104129.900000', '104130.360000', '104130.820000', '104131.280000', '104131.740000', '104132.200000', '104132.660000', '104133.120000', '104133.580000', '104134.040000', '104134.500000', '104134.960000', '104135.420000', '104135.880000', '104136.340000', '104136.800000', '104137.260000', '104137.720000', '104138.180000', '104138.640000', '104139.100000', '104139.560000', '104140.020000', '104140.480000', '104140.940000', '104141.400000', '104141.860000', '104142.320000', '104142.780000', '104143.240000', '104143.700000', '104144.160000', '104144.620000', '104145.080000', '104145.540000', '104146.000000', '104146.460000', '104146.920000', '104147.380000', '104147.840000', '104148.300000', '104148.760000', '104149.220000', '104149.680000', '104150.140000', '104150.600000', '104151.060000', '104151.520000', '104151.980000', '104152.440000', '104152.900000', '104153.360000', '104153.820000', '104154.280000', '104154.740000', '104155.200000', '104155.660000', '104156.120000', '104156.580000', '104157.040000', '104157.500000', '104157.960000', '104158.420000', '104158.880000', '104159.340000', '104159.800000', '104200.260000', '104200.720000', '104201.180000', '104201.640000', '104202.100000', '104202.560000', '104203.020000', '104203.480000', '104203.940000', '104204.400000', '104204.860000', '104205.320000', '104205.780000', '104206.240000', '104206.700000', '104207.160000', '104207.620000', '104208.080000', '104208.540000', '104209.000000', '104209.460000', '104209.920000', '104210.380000', '104210.840000', '104211.300000', '104211.760000', '104212.220000', '104212.680000', '104213.140000', '104213.600000', '104214.060000', '104214.520000', '104214.980000', '104215.440000', '104215.900000', '104216.360000', '104216.820000', '104217.280000', '104217.740000', '104218.200000', '104218.660000', '104219.120000', '104219.580000', '104220.040000', '104220.500000', '104220.960000', '104221.420000', '104221.880000', '104222.340000', '104222.800000', '104223.260000', '104223.720000', '104224.180000', '104224.640000', '104225.100000', '104225.560000', '104226.020000', '104226.480000', '104226.940000', '104227.400000', '104227.860000', '104228.320000', '104228.780000', '104229.240000', '104229.700000', '104230.160000', '104230.620000', '104231.080000', '104231.540000', '104232.000000', '104232.460000', '104232.920000', '104233.380000', '104233.840000', '104234.300000', '104234.760000', '104235.220000', '104235.680000', '104236.140000', '104236.600000', '104237.060000', '104237.520000', '104237.980000', '104238.440000', '104238.900000', '104239.360000', '104239.820000', '104240.280000', '104240.740000', '104241.200000', '104241.660000', '104242.120000', '104242.580000', '104243.040000', '104243.500000', '104243.960000', '104244.420000', '104244.880000', '104245.340000', '104245.800000', '104246.260000', '104246.720000', '104247.180000', '104247.640000', '104248.100000', '104248.560000', '104249.020000', '104249.480000', '104249.940000', '104250.400000', '104250.860000', '104251.320000', '104251.780000', '104252.240000', '104252.700000', '104253.160000', '104253.620000', '104254.080000', '104254.540000', '104255.000000', '104255.460000', '104255.920000', '104256.380000', '104256.840000', '104257.300000', '104257.760000', '104258.220000', '104258.680000', '104259.140000', '104259.600000', '104300.060000', '104300.520000', '104300.980000', '104301.440000', '104301.900000', '104302.360000', '104302.820000', '104303.280000', '104303.740000', '104304.200000', '104304.660000', '104305.120000', '104305.580000', '104306.040000', '104306.500000', '104306.960000', '104307.420000', '104307.880000', '104308.340000', '104308.800000', '104309.260000', '104309.720000', '104310.180000', '104310.640000', '104311.100000', '104311.560000', '104312.020000', '104312.480000', '104312.940000', '104313.400000', '104313.860000', '104314.320000', '104314.780000', '104315.240000', '104315.700000', '104316.160000', '104316.620000', '104317.080000', '104317.540000', '104318.000000', '104318.460000', '104318.920000', '104319.380000', '104319.840000', '104320.300000', '104320.760000', '104321.220000', '104321.680000', '104322.140000', '104322.600000', '104323.060000', '104323.520000', '104323.980000', '104324.440000', '104324.900000', '104325.360000', '104325.820000', '104326.280000', '104326.740000', '104327.200000', '104327.660000', '104328.120000', '104328.580000', '104329.040000', '104329.500000', '104329.960000', '104330.420000', '104330.880000', '104331.340000', '104331.800000', '104332.260000', '104332.720000', '104333.180000', '104333.640000', '104334.100000', '104334.560000', '104335.020000', '104335.480000', '104335.940000', '104336.400000', '104336.860000', '104337.320000', '104337.780000', '104338.240000', '104338.700000', '104339.160000', '104339.620000', '104340.080000', '104340.540000', '104341.000000', '104341.460000', '104341.920000', '104342.380000', '104342.840000', '104343.300000', '104343.760000', '104344.220000', '104344.680000', '104345.140000', '104345.600000', '104346.060000', '104346.520000', '104346.980000', '104347.440000', '104347.900000', '104348.360000', '104348.820000', '104349.280000', '104349.740000', '104350.200000', '104350.660000', '104351.120000', '104351.580000', '104352.040000', '104352.500000', '104352.960000', '104353.420000', '104353.880000', '104354.340000', '104354.800000', '104355.260000', '104355.720000', '104356.180000', '104356.640000', '104357.100000', '104357.560000', '104358.020000', '104358.480000', '104358.940000', '104359.400000', '104359.860000', '104400.320000', '104400.780000', '104401.240000', '104401.700000', '104402.160000', '104402.620000', '104403.080000', '104403.540000', '104404.000000', '104404.460000', '104404.920000', '104405.380000', '104405.840000', '104406.300000', '104406.760000', '104407.220000', '104407.680000', '104408.140000', '104408.600000', '104409.060000', '104409.520000', '104409.980000', '104410.440000', '104410.900000', '104411.360000', '104411.820000', '104412.280000', '104412.740000', '104413.200000', '104413.660000', '104414.120000', '104414.580000', '104415.040000', '104415.500000', '104415.960000', '104416.420000', '104416.880000', '104417.340000', '104417.800000', '104418.260000', '104418.720000', '104419.180000', '104419.640000', '104420.100000', '104420.560000', '104421.020000', '104421.480000', '104421.940000', '104422.400000', '104422.860000', '104423.320000', '104423.780000', '104424.240000', '104424.700000', '104425.160000', '104425.620000', '104426.080000', '104426.540000', '104427.000000', '104427.460000', '104427.920000', '104428.380000', '104428.840000', '104429.300000', '104429.760000', '104430.220000', '104430.680000', '104431.140000', '104431.600000', '104432.060000', '104432.520000', '104432.980000', '104433.440000', '104433.900000', '104434.360000', '104434.820000', '104435.280000', '104435.740000', '104436.200000', '104436.660000', '104437.120000', '104437.580000', '104438.040000', '104438.500000', '104438.960000', '104439.420000', '104439.880000', '104440.340000', '104440.800000', '104441.260000', '104441.720000', '104442.180000', '104442.640000', '104443.100000', '104443.560000', '104444.020000', '104444.480000', '104444.940000', '104445.400000', '104445.860000', '104446.320000', '104446.780000', '104447.240000', '104447.700000', '104448.160000', '104448.620000', '104449.080000', '104449.540000', '104450.000000', '104450.460000', '104450.920000', '104451.380000', '104451.840000', '104452.300000', '104452.760000', '104453.220000', '104453.680000', '104454.140000', '104454.600000', '104455.060000', '104455.520000', '104455.980000', '104456.440000', '104456.900000', '104457.360000', '104457.820000', '104458.280000', '104458.740000', '104459.200000', '104459.660000', '104500.120000', '104500.580000', '104501.040000', '104501.500000', '104501.960000', '104502.420000', '104502.880000', '104503.340000', '104503.800000', '104504.260000', '104504.720000', '104505.180000', '104505.640000', '104506.100000', '104506.560000', '104507.020000', '104507.480000', '104507.940000', '104508.400000', '104508.860000', '104509.320000', '104509.780000', '104510.240000', '104510.700000', '104511.160000', '104511.620000', '104512.080000', '104512.540000', '104513.000000', '104513.460000', '104513.920000', '104514.380000', '104514.840000', '104515.300000', '104515.760000', '104516.220000', '104516.680000', '104517.140000', '104517.600000', '104518.060000', '104518.520000', '104518.980000', '104519.440000', '104519.900000', '104520.360000', '104520.820000', '104521.280000', '104521.740000', '104522.200000', '104522.660000', '104523.120000', '104523.580000', '104524.040000', '104524.500000', '104524.960000', '104525.420000', '104525.880000', '104526.340000', '104526.800000', '104527.260000', '104527.720000', '104528.180000', '104528.640000', '104529.100000', '104529.560000', '104530.020000', '104530.480000', '104530.940000', '104531.400000', '104531.860000', '104532.320000', '104532.780000', '104533.240000', '104533.700000', '104534.160000', '104534.620000', '104535.080000', '104535.540000', '104536.000000', '104536.460000', '104536.920000', '104537.380000', '104537.840000', '104538.300000', '104538.760000', '104539.220000', '104539.680000', '104540.140000', '104540.600000', '104541.060000', '104541.520000', '104541.980000', '104542.440000', '104542.900000', '104543.360000', '104543.820000', '104544.280000', '104544.740000', '104545.200000', '104545.660000', '104546.120000', '104546.580000', '104547.040000', '104547.500000', '104547.960000', '104548.420000', '104548.880000', '104549.340000', '104549.800000', '104550.260000', '104550.720000', '104551.180000', '104551.640000', '104552.100000', '104552.560000', '104553.020000', '104553.480000', '104553.940000', '104554.400000', '104554.860000', '104555.320000', '104555.780000', '104556.240000', '104556.700000', '104557.160000', '104557.620000', '104558.080000', '104558.540000', '104559.000000', '104559.460000', '104559.920000', '104600.380000', '104600.840000'], 'ContentTime': ['103404.152000', '103404.156000', '103404.158000', '103404.161000', '103404.164000', '103404.167000', '103404.170000', '103404.173000', '103404.176000', '103404.179000', '103404.181000', '103404.184000', '103404.187000', '103404.190000', '103404.193000', '103404.196000', '103404.199000', '103404.202000', '103404.204000', '103404.207000', '103404.210000', '103404.213000', '103404.216000', '103404.219000', '103404.222000', '103404.224000', '103404.227000', '103404.242000', '103404.247000', '103404.250000', '103404.253000', '103404.256000', '103404.259000', '103404.262000', '103404.264000', '103404.267000', '103404.270000', '103404.273000', '103404.276000', '103404.279000', '103404.282000', '103404.284000', '103404.287000', '103404.290000', '103404.293000', '103404.296000', '103404.299000', '103404.302000', '103404.304000', '103404.307000', '103404.310000', '103404.313000', '103404.316000', '103404.319000', '103404.321000', '103424.122000', '103424.125000', '103424.128000', '103424.131000', '103424.134000', '103424.137000', '103424.139000', '103424.142000', '103424.145000', '103424.148000', '103424.151000', '103424.168000', '103424.171000', '103424.174000', '103424.177000', '103424.180000', '103424.183000', '103424.186000', '103424.188000', '103424.191000', '103424.194000', '103424.197000', '103424.200000', '103424.203000', '103424.205000', '103424.208000', '103424.211000', '103424.214000', '103424.217000', '103424.220000', '103424.223000', '103424.226000', '103424.228000', '103424.231000', '103424.234000', '103424.237000', '103424.240000', '103424.243000', '103424.246000', '103424.248000', '103424.251000', '103424.254000', '103424.257000', '103444.123000', '103444.126000', '103444.129000', '103444.132000', '103444.135000', '103444.137000', '103444.140000', '103444.143000', '103444.146000', '103444.149000', '103444.152000', '103444.155000', '103444.158000', '103444.160000', '103444.163000', '103444.166000', '103444.169000', '103444.172000', '103444.175000', '103444.178000', '103444.181000', '103444.184000', '103444.186000', '103444.189000', '103444.196000', '103444.199000', '103444.202000', '103444.205000', '103444.208000', '103444.211000', '103444.213000', '103444.216000', '103444.219000', '103444.222000', '103444.225000', '103444.228000', '103444.231000', '103444.233000', '103444.236000', '103444.239000', '103444.242000', '103444.245000', '103444.248000', '103444.251000', '103504.123000', '103504.126000', '103504.129000', '103504.132000', '103504.135000', '103504.137000', '103504.140000', '103504.143000', '103504.146000', '103504.149000', '103504.152000', '103504.155000', '103504.158000', '103504.161000', '103504.177000', '103504.180000', '103504.183000', '103504.189000', '103504.193000', '103504.195000', '103504.198000', '103504.201000', '103504.204000', '103504.207000', '103504.210000', '103504.213000', '103504.215000', '103504.218000', '103504.221000', '103504.224000', '103504.227000', '103504.230000', '103504.233000', '103504.236000', '103504.238000', '103504.241000', '103504.244000', '103504.247000', '103504.250000', '103504.253000', '103504.256000', '103504.258000', '103504.261000', '103524.123000', '103524.126000', '103524.129000', '103524.132000', '103524.134000', '103524.137000', '103524.140000', '103524.143000', '103524.146000', '103524.149000', '103524.152000', '103524.158000', '103524.161000', '103524.164000', '103524.167000', '103524.170000', '103524.173000', '103524.175000', '103524.178000', '103524.181000', '103524.184000', '103524.187000', '103524.190000', '103524.193000', '103524.195000', '103524.198000', '103524.201000', '103524.204000', '103524.207000', '103524.210000', '103524.213000', '103524.216000', '103524.219000', '103524.222000', '103524.224000', '103524.227000', '103524.230000', '103524.233000', '103524.236000', '103524.239000', '103524.242000', '103524.245000', '103524.247000', '103524.250000', '103544.123000', '103544.126000', '103544.129000', '103544.132000', '103544.135000', '103544.138000', '103544.142000', '103544.145000', '103544.148000', '103544.151000', '103544.154000', '103544.170000', '103544.173000', '103544.176000', '103544.179000', '103544.182000', '103544.184000', '103544.187000', '103544.190000', '103544.193000', '103544.196000', '103544.199000', '103544.204000', '103544.209000', '103544.212000', '103544.215000', '103544.218000', '103544.221000', '103544.223000', '103544.226000', '103544.229000', '103544.232000', '103544.235000', '103544.238000', '103544.241000', '103544.244000', '103544.246000', '103544.249000', '103544.252000', '103544.255000', '103544.258000', '103544.261000', '103544.264000', '103604.122000', '103604.125000', '103604.128000', '103604.131000', '103604.134000', '103604.136000', '103604.139000', '103604.142000', '103604.145000', '103604.148000', '103604.151000', '103604.154000', '103604.157000', '103604.160000', '103604.163000', '103604.166000', '103604.169000', '103604.172000', '103604.175000', '103604.178000', '103604.181000', '103604.183000', '103604.186000', '103604.189000', '103604.192000', '103604.195000', '103604.198000', '103604.201000', '103604.204000', '103604.207000', '103604.210000', '103604.213000', '103604.215000', '103604.218000', '103604.221000', '103604.224000', '103604.227000', '103604.230000', '103604.233000', '103604.236000', '103604.238000', '103604.241000', '103604.244000', '103604.247000', '103624.122000', '103624.125000', '103624.128000', '103624.131000', '103624.134000', '103624.136000', '103624.139000', '103624.142000', '103624.145000', '103624.148000', '103624.151000', '103624.154000', '103624.157000', '103624.160000', '103624.163000', '103624.166000', '103624.169000', '103624.171000', '103624.174000', '103624.177000', '103624.180000', '103624.183000', '103624.186000', '103624.189000', '103624.192000', '103624.194000', '103624.197000', '103624.200000', '103624.203000', '103624.206000', '103624.209000', '103624.212000', '103624.215000', '103624.218000', '103624.220000', '103624.224000', '103624.226000', '103624.229000', '103624.232000', '103624.235000', '103624.238000', '103624.241000', '103624.244000', '103644.122000', '103644.125000', '103644.128000', '103644.131000', '103644.133000', '103644.136000', '103644.139000', '103644.142000', '103644.145000', '103644.148000', '103644.151000', '103644.154000', '103644.157000', '103644.160000', '103644.163000', '103644.165000', '103644.168000', '103644.171000', '103644.174000', '103644.177000', '103644.180000', '103644.183000', '103644.186000', '103644.189000', '103644.192000', '103644.194000', '103644.197000', '103644.200000', '103644.203000', '103644.206000', '103644.209000', '103644.212000', '103644.215000', '103644.218000', '103644.221000', '103644.223000', '103644.226000', '103644.229000', '103644.232000', '103644.235000', '103644.238000', '103644.241000', '103644.244000', '103644.246000', '103704.123000', '103704.131000', '103704.134000', '103704.137000', '103704.140000', '103704.143000', '103704.145000', '103704.148000', '103704.151000', '103704.154000', '103704.157000', '103704.160000', '103704.163000', '103704.166000', '103704.169000', '103704.171000', '103704.174000', '103704.179000', '103704.182000', '103704.184000', '103704.187000', '103704.191000', '103704.194000', '103704.197000', '103704.200000', '103704.202000', '103704.205000', '103704.208000', '103704.211000', '103704.214000', '103704.217000', '103704.220000', '103704.223000', '103704.225000', '103704.228000', '103704.232000', '103704.235000', '103704.238000', '103704.241000', '103704.244000', '103704.247000', '103704.250000', '103704.252000', '103724.123000', '103724.126000', '103724.129000', '103724.132000', '103724.134000', '103724.137000', '103724.140000', '103724.143000', '103724.146000', '103724.149000', '103724.152000', '103724.155000', '103724.158000', '103724.161000', '103724.164000', '103724.166000', '103724.169000', '103724.172000', '103724.175000', '103724.178000', '103724.181000', '103724.184000', '103724.187000', '103724.190000', '103724.192000', '103724.195000', '103724.198000', '103724.201000', '103724.204000', '103724.207000', '103724.210000', '103724.212000', '103724.215000', '103724.218000', '103724.221000', '103724.224000', '103724.227000', '103724.230000', '103724.233000', '103724.236000', '103724.238000', '103724.241000', '103724.244000', '103724.247000', '103744.123000', '103744.126000', '103744.129000', '103744.132000', '103744.135000', '103744.138000', '103744.141000', '103744.143000', '103744.146000', '103744.149000', '103744.152000', '103744.155000', '103744.158000', '103744.161000', '103744.164000', '103744.166000', '103744.169000', '103744.172000', '103744.175000', '103744.178000', '103744.181000', '103744.184000', '103744.187000', '103744.190000', '103744.193000', '103744.196000', '103744.198000', '103744.201000', '103744.204000', '103744.207000', '103744.210000', '103744.213000', '103744.216000', '103744.219000', '103744.222000', '103744.224000', '103744.227000', '103744.230000', '103744.233000', '103744.236000', '103744.258000', '103744.261000', '103744.264000', '103804.123000', '103804.126000', '103804.129000', '103804.132000', '103804.135000', '103804.138000', '103804.140000', '103804.143000', '103804.146000', '103804.149000', '103804.152000', '103804.155000', '103804.158000', '103804.161000', '103804.163000', '103804.166000', '103804.169000', '103804.172000', '103804.175000', '103804.178000', '103804.181000', '103804.184000', '103804.187000', '103804.189000', '103804.192000', '103804.195000', '103804.198000', '103804.201000', '103804.204000', '103804.207000', '103804.210000', '103804.213000', '103804.216000', '103804.219000', '103804.222000', '103804.225000', '103804.228000', '103804.231000', '103804.233000', '103804.236000', '103804.239000', '103804.242000', '103804.245000', '103804.248000', '103824.122000', '103824.125000', '103824.128000', '103824.131000', '103824.134000', '103824.137000', '103824.140000', '103824.143000', '103824.146000', '103824.148000', '103824.151000', '103824.154000', '103824.157000', '103824.160000', '103824.163000', '103824.166000', '103824.169000', '103824.171000', '103824.174000', '103824.177000', '103824.180000', '103824.183000', '103824.186000', '103824.189000', '103824.192000', '103824.195000', '103824.198000', '103824.201000', '103824.203000', '103824.206000', '103824.209000', '103824.212000', '103824.216000', '103824.219000', '103824.222000', '103824.225000', '103824.228000', '103824.231000', '103824.234000', '103824.237000', '103824.239000', '103824.242000', '103824.245000', '103844.122000', '103844.125000', '103844.128000', '103844.131000', '103844.134000', '103844.137000', '103844.139000', '103844.142000', '103844.145000', '103844.148000', '103844.151000', '103844.154000', '103844.157000', '103844.160000', '103844.162000', '103844.165000', '103844.168000', '103844.171000', '103844.187000', '103844.190000', '103844.193000', '103844.196000', '103844.198000', '103844.201000', '103844.204000', '103844.207000', '103844.210000', '103844.213000', '103844.216000', '103844.219000', '103844.222000', '103844.224000', '103844.227000', '103844.230000', '103844.233000', '103844.236000', '103844.239000', '103844.242000', '103844.245000', '103844.248000', '103844.251000', '103844.254000', '103844.256000', '103844.259000', '103904.122000', '103904.125000', '103904.128000', '103904.131000', '103904.134000', '103904.137000', '103904.140000', '103904.142000', '103904.145000', '103904.148000', '103904.151000', '103904.154000', '103904.157000', '103904.160000', '103904.163000', '103904.166000', '103904.169000', '103904.172000', '103904.174000', '103904.177000', '103904.180000', '103904.183000', '103904.186000', '103904.189000', '103904.192000', '103904.195000', '103904.198000', '103904.200000', '103904.203000', '103904.206000', '103904.209000', '103904.212000', '103904.215000', '103904.218000', '103904.221000', '103904.230000', '103904.233000', '103904.236000', '103904.239000', '103904.242000', '103904.245000', '103904.248000', '103904.251000', '103924.123000', '103924.126000', '103924.129000', '103924.132000', '103924.135000', '103924.138000', '103924.140000', '103924.143000', '103924.146000', '103924.149000', '103924.152000', '103924.155000', '103924.158000', '103924.161000', '103924.164000', '103924.166000', '103924.169000', '103924.172000', '103924.175000', '103924.178000', '103924.181000', '103924.184000', '103924.187000', '103924.190000', '103924.195000', '103924.198000', '103924.201000', '103924.203000', '103924.206000', '103924.209000', '103924.212000', '103924.215000', '103924.218000', '103924.221000', '103924.224000', '103924.227000', '103924.230000', '103924.233000', '103924.235000', '103924.238000', '103924.241000', '103924.244000', '103924.247000', '103924.250000', '103944.123000', '103944.126000', '103944.129000', '103944.132000', '103944.135000', '103944.138000', '103944.141000', '103944.143000', '103944.146000', '103944.149000', '103944.152000', '103944.155000', '103944.158000', '103944.161000', '103944.164000', '103944.167000', '103944.170000', '103944.172000', '103944.175000', '103944.178000', '103944.181000', '103944.184000', '103944.187000', '103944.190000', '103944.192000', '103944.195000', '103944.198000', '103944.201000', '103944.204000', '103944.207000', '103944.210000', '103944.213000', '103944.216000', '103944.218000', '103944.221000', '103944.224000', '103944.227000', '103944.230000', '103944.233000', '103944.235000', '103944.238000', '103944.241000', '103944.244000', '104004.123000', '104004.126000', '104004.129000', '104004.132000', '104004.135000', '104004.138000', '104004.140000', '104004.143000', '104004.146000', '104004.149000', '104004.152000', '104004.155000', '104004.158000', '104004.161000', '104004.164000', '104004.166000', '104004.169000', '104004.172000', '104004.175000', '104004.178000', '104004.181000', '104004.184000', '104004.187000', '104004.189000', '104004.192000', '104004.195000', '104004.199000', '104004.201000', '104004.211000', '104004.214000', '104004.217000', '104004.220000', '104004.223000', '104004.225000', '104004.228000', '104004.231000', '104004.234000', '104004.237000', '104004.240000', '104004.243000', '104004.246000', '104004.249000', '104004.252000', '104004.255000', '104024.123000', '104024.126000', '104024.129000', '104024.132000', '104024.135000', '104024.138000', '104024.140000', '104024.143000', '104024.146000', '104024.149000', '104024.152000', '104024.155000', '104024.158000', '104024.161000', '104024.164000', '104024.167000', '104024.169000', '104024.172000', '104024.175000', '104024.178000', '104024.181000', '104024.188000', '104024.191000', '104024.194000', '104024.197000', '104024.200000', '104024.203000', '104024.206000', '104024.209000', '104024.212000', '104024.215000', '104024.217000', '104024.220000', '104024.223000', '104024.226000', '104024.229000', '104024.232000', '104024.235000', '104024.238000', '104024.241000', '104024.243000', '104024.246000', '104024.249000', '104044.122000', '104044.127000', '104044.131000', '104044.134000', '104044.137000', '104044.140000', '104044.143000', '104044.146000', '104044.148000', '104044.151000', '104044.154000', '104044.157000', '104044.160000', '104044.163000', '104044.166000', '104044.169000', '104044.172000', '104044.175000', '104044.178000', '104044.180000', '104044.183000', '104044.186000', '104044.189000', '104044.192000', '104044.195000', '104044.198000', '104044.201000', '104044.203000', '104044.206000', '104044.209000', '104044.212000', '104044.215000', '104044.218000', '104044.221000', '104044.224000', '104044.227000', '104044.229000', '104044.232000', '104044.235000', '104044.238000', '104044.241000', '104044.244000', '104044.247000', '104104.122000', '104104.125000', '104104.128000', '104104.131000', '104104.134000', '104104.137000', '104104.140000', '104104.143000', '104104.146000', '104104.149000', '104104.152000', '104104.154000', '104104.157000', '104104.160000', '104104.163000', '104104.166000', '104104.169000', '104104.172000', '104104.175000', '104104.178000', '104104.181000', '104104.183000', '104104.186000', '104104.189000', '104104.192000', '104104.195000', '104104.198000', '104104.201000', '104104.204000', '104104.207000', '104104.210000', '104104.212000', '104104.215000', '104104.218000', '104104.221000', '104104.224000', '104104.227000', '104104.230000', '104104.233000', '104104.235000', '104104.238000', '104104.241000', '104104.244000', '104104.247000', '104124.122000', '104124.125000', '104124.128000', '104124.131000', '104124.134000', '104124.137000', '104124.140000', '104124.143000', '104124.147000', '104124.151000', '104124.154000', '104124.157000', '104124.160000', '104124.163000', '104124.166000', '104124.169000', '104124.172000', '104124.175000', '104124.177000', '104124.180000', '104124.183000', '104124.186000', '104124.189000', '104124.192000', '104124.195000', '104124.197000', '104124.200000', '104124.203000', '104124.206000', '104124.216000', '104124.219000', '104124.221000', '104124.224000', '104124.227000', '104124.230000', '104124.233000', '104124.236000', '104124.239000', '104124.242000', '104124.257000', '104124.260000', '104124.270000', '104124.273000', '104144.123000', '104144.126000', '104144.129000', '104144.132000', '104144.135000', '104144.138000', '104144.140000', '104144.143000', '104144.146000', '104144.149000', '104144.152000', '104144.155000', '104144.158000', '104144.161000', '104144.164000', '104144.167000', '104144.170000', '104144.173000', '104144.175000', '104144.178000', '104144.181000', '104144.184000', '104144.187000', '104144.190000', '104144.193000', '104144.196000', '104144.199000', '104144.202000', '104144.205000', '104144.208000', '104144.210000', '104144.213000', '104144.216000', '104144.219000', '104144.222000', '104144.225000', '104144.228000', '104144.231000', '104144.233000', '104144.236000', '104144.239000', '104144.242000', '104144.245000', '104144.248000', '104204.123000', '104204.126000', '104204.129000', '104204.132000', '104204.135000', '104204.138000', '104204.141000', '104204.144000', '104204.147000', '104204.150000', '104204.154000', '104204.159000', '104204.162000', '104204.165000', '104204.168000', '104204.171000', '104204.174000', '104204.176000', '104204.179000', '104204.182000', '104204.185000', '104204.188000', '104204.191000', '104204.194000', '104204.197000', '104204.200000', '104204.203000', '104204.205000', '104204.208000', '104204.211000', '104204.214000', '104204.217000', '104204.220000', '104204.223000', '104204.226000', '104204.229000', '104204.231000', '104204.234000', '104204.237000', '104204.240000', '104204.243000', '104204.246000', '104204.249000', '104224.123000', '104224.126000', '104224.129000', '104224.132000', '104224.135000', '104224.138000', '104224.140000', '104224.143000', '104224.146000', '104224.149000', '104224.152000', '104224.155000', '104224.158000', '104224.161000', '104224.164000', '104224.167000', '104224.169000', '104224.172000', '104224.175000', '104224.178000', '104224.181000', '104224.184000', '104224.187000', '104224.190000', '104224.192000', '104224.195000', '104224.198000', '104224.201000', '104224.204000', '104224.207000', '104224.210000', '104224.213000', '104224.215000', '104224.218000', '104224.221000', '104224.224000', '104224.227000', '104224.230000', '104224.233000', '104224.236000', '104224.239000', '104224.242000', '104224.244000', '104224.247000', '104244.123000', '104244.126000', '104244.129000', '104244.132000', '104244.135000', '104244.138000', '104244.141000', '104244.144000', '104244.147000', '104244.150000', '104244.152000', '104244.155000', '104244.158000', '104244.161000', '104244.164000', '104244.167000', '104244.170000', '104244.173000', '104244.176000', '104244.178000', '104244.182000', '104244.199000', '104244.202000', '104244.205000', '104244.207000', '104244.210000', '104244.213000', '104244.216000', '104244.219000', '104244.222000', '104244.225000', '104244.228000', '104244.231000', '104244.234000', '104244.237000', '104244.239000', '104244.242000', '104244.245000', '104244.248000', '104244.251000', '104244.254000', '104244.257000', '104244.260000', '104304.122000', '104304.125000', '104304.128000', '104304.131000', '104304.134000', '104304.137000', '104304.139000', '104304.142000', '104304.145000', '104304.148000', '104304.151000', '104304.154000', '104304.157000', '104304.160000', '104304.163000', '104304.166000', '104304.168000', '104304.171000', '104304.174000', '104304.177000', '104304.180000', '104304.183000', '104304.186000', '104304.189000', '104304.191000', '104304.194000', '104304.197000', '104304.200000', '104304.203000', '104304.206000', '104304.209000', '104304.211000', '104304.214000', '104304.217000', '104304.220000', '104304.223000', '104304.226000', '104304.229000', '104304.232000', '104304.235000', '104304.237000', '104304.240000', '104304.243000', '104304.246000', '104324.122000', '104324.125000', '104324.129000', '104324.132000', '104324.135000', '104324.138000', '104324.141000', '104324.144000', '104324.147000', '104324.150000', '104324.152000', '104324.155000', '104324.158000', '104324.161000', '104324.164000', '104324.167000', '104324.170000', '104324.173000', '104324.175000', '104324.178000', '104324.181000', '104324.184000', '104324.187000', '104324.190000', '104324.195000', '104324.199000', '104324.202000', '104324.205000', '104324.208000', '104324.211000', '104324.214000', '104324.217000', '104324.220000', '104324.223000', '104324.226000', '104324.228000', '104324.231000', '104324.234000', '104324.237000', '104324.240000', '104324.243000', '104324.246000', '104324.249000', '104344.122000', '104344.125000', '104344.128000', '104344.131000', '104344.134000', '104344.137000', '104344.140000', '104344.142000', '104344.145000', '104344.148000', '104344.151000', '104344.154000', '104344.157000', '104344.160000', '104344.162000', '104344.165000', '104344.168000', '104344.171000', '104344.174000', '104344.177000', '104344.180000', '104344.183000', '104344.186000', '104344.188000', '104344.191000', '104344.194000', '104344.197000', '104344.200000', '104344.203000', '104344.206000', '104344.208000', '104344.211000', '104344.214000', '104344.217000', '104344.220000', '104344.223000', '104344.226000', '104344.229000', '104344.231000', '104344.234000', '104344.237000', '104344.240000', '104344.243000', '104344.246000', '104404.123000', '104404.126000', '104404.129000', '104404.132000', '104404.146000', '104404.149000', '104404.152000', '104404.155000', '104404.158000', '104404.160000', '104404.163000', '104404.166000', '104404.169000', '104404.172000', '104404.175000', '104404.178000', '104404.181000', '104404.183000', '104404.186000', '104404.189000', '104404.192000', '104404.195000', '104404.198000', '104404.201000', '104404.207000', '104404.210000', '104404.213000', '104404.216000', '104404.219000', '104404.222000', '104404.225000', '104404.228000', '104404.231000', '104404.233000', '104404.236000', '104404.239000', '104404.242000', '104404.245000', '104404.248000', '104404.251000', '104404.254000', '104404.257000', '104404.259000', '104424.123000', '104424.126000', '104424.129000', '104424.132000', '104424.135000', '104424.138000', '104424.141000', '104424.143000', '104424.146000', '104424.149000', '104424.152000', '104424.155000', '104424.158000', '104424.161000', '104424.164000', '104424.167000', '104424.170000', '104424.172000', '104424.175000', '104424.178000', '104424.181000', '104424.184000', '104424.187000', '104424.190000', '104424.193000', '104424.196000', '104424.199000', '104424.201000', '104424.204000', '104424.207000', '104424.210000', '104424.213000', '104424.216000', '104424.219000', '104424.222000', '104424.225000', '104424.228000', '104424.230000', '104424.233000', '104424.236000', '104424.239000', '104424.242000', '104424.245000', '104424.248000', '104444.123000', '104444.126000', '104444.129000', '104444.132000', '104444.135000', '104444.138000', '104444.141000', '104444.144000', '104444.150000', '104444.158000', '104444.161000', '104444.164000', '104444.168000', '104444.171000', '104444.174000', '104444.177000', '104444.180000', '104444.183000', '104444.185000', '104444.188000', '104444.191000', '104444.194000', '104444.197000', '104444.200000', '104444.203000', '104444.206000', '104444.209000', '104444.212000', '104444.214000', '104444.217000', '104444.220000', '104444.223000', '104444.226000', '104444.229000', '104444.232000', '104444.235000', '104444.238000', '104444.241000', '104444.244000', '104444.247000', '104444.250000', '104444.253000', '104444.256000', '104504.123000', '104504.126000', '104504.129000', '104504.132000', '104504.135000', '104504.138000', '104504.140000', '104504.143000', '104504.146000', '104504.149000', '104504.152000', '104504.155000', '104504.158000', '104504.161000', '104504.164000', '104504.166000', '104504.169000', '104504.172000', '104504.175000', '104504.178000', '104504.181000', '104504.184000', '104504.186000', '104504.189000', '104504.192000', '104504.195000', '104504.198000', '104504.201000', '104504.204000', '104504.207000', '104504.210000', '104504.212000', '104504.215000', '104504.218000', '104504.221000', '104504.224000', '104504.227000', '104504.230000', '104504.233000', '104504.236000', '104504.238000', '104504.241000', '104504.244000', '104504.247000', '104524.122000', '104524.125000', '104524.128000', '104524.131000', '104524.134000', '104524.137000', '104524.139000', '104524.142000', '104524.145000', '104524.149000', '104524.152000', '104524.154000', '104524.157000', '104524.160000', '104524.163000', '104524.166000', '104524.169000', '104524.172000', '104524.175000', '104524.178000', '104524.181000', '104524.183000', '104524.186000', '104524.189000', '104524.192000', '104524.195000', '104524.198000', '104524.201000', '104524.204000', '104524.207000', '104524.209000', '104524.212000', '104524.215000', '104524.218000', '104524.221000', '104524.224000', '104524.227000', '104524.230000', '104524.232000', '104524.235000', '104524.238000', '104524.241000', '104524.244000', '104544.122000', '104544.125000', '104544.128000', '104544.131000', '104544.134000', '104544.137000', '104544.140000', '104544.143000', '104544.146000', '104544.148000', '104544.151000', '104544.154000', '104544.157000', '104544.160000', '104544.163000', '104544.166000', '104544.169000', '104544.172000', '104544.175000', '104544.177000', '104544.180000', '104544.183000', '104544.186000', '104544.189000', '104544.192000', '104544.195000', '104544.198000', '104544.200000', '104544.203000', '104544.206000', '104544.209000', '104544.212000', '104544.215000', '104544.218000', '104544.220000', '104544.223000', '104544.226000', '104544.229000', '104544.232000', '104544.235000', '104544.238000', '104544.241000', '104544.244000', '104544.246000', '104602.024000', '104602.027000', '104602.030000', '104602.033000', '104602.036000', '104602.039000', '104602.042000', '104602.045000', '104602.048000', '104602.051000', '104602.054000', '104602.057000', '104602.060000', '104602.063000', '104602.066000', '104602.069000', '104602.071000', '104602.074000', '104602.077000', '104602.080000', '104602.083000', '104602.086000', '104602.089000', '104602.092000', '104602.095000', '104602.098000', '104602.101000', '104602.104000', '104602.107000', '104602.110000', '104602.113000', '104602.115000', '104602.118000', '104602.121000', '104602.124000', '104602.127000', '104602.133000', '104602.143000', '104602.146000'], 'InstanceCreationTime': ['103404.152000', '103404.156000', '103404.158000', '103404.161000', '103404.164000', '103404.167000', '103404.170000', '103404.173000', '103404.176000', '103404.179000', '103404.181000', '103404.184000', '103404.187000', '103404.190000', '103404.193000', '103404.196000', '103404.199000', '103404.202000', '103404.204000', '103404.207000', '103404.210000', '103404.213000', '103404.216000', '103404.219000', '103404.222000', '103404.224000', '103404.227000', '103404.242000', '103404.247000', '103404.250000', '103404.253000', '103404.256000', '103404.259000', '103404.262000', '103404.264000', '103404.267000', '103404.270000', '103404.273000', '103404.276000', '103404.279000', '103404.282000', '103404.284000', '103404.287000', '103404.290000', '103404.293000', '103404.296000', '103404.299000', '103404.302000', '103404.304000', '103404.307000', '103404.310000', '103404.313000', '103404.316000', '103404.319000', '103404.321000', '103424.122000', '103424.125000', '103424.128000', '103424.131000', '103424.134000', '103424.137000', '103424.139000', '103424.142000', '103424.145000', '103424.148000', '103424.151000', '103424.168000', '103424.171000', '103424.174000', '103424.177000', '103424.180000', '103424.183000', '103424.186000', '103424.188000', '103424.191000', '103424.194000', '103424.197000', '103424.200000', '103424.203000', '103424.205000', '103424.208000', '103424.211000', '103424.214000', '103424.217000', '103424.220000', '103424.223000', '103424.226000', '103424.228000', '103424.231000', '103424.234000', '103424.237000', '103424.240000', '103424.243000', '103424.246000', '103424.248000', '103424.251000', '103424.254000', '103424.257000', '103444.123000', '103444.126000', '103444.129000', '103444.132000', '103444.135000', '103444.137000', '103444.140000', '103444.143000', '103444.146000', '103444.149000', '103444.152000', '103444.155000', '103444.158000', '103444.160000', '103444.163000', '103444.166000', '103444.169000', '103444.172000', '103444.175000', '103444.178000', '103444.181000', '103444.184000', '103444.186000', '103444.189000', '103444.196000', '103444.199000', '103444.202000', '103444.205000', '103444.208000', '103444.211000', '103444.213000', '103444.216000', '103444.219000', '103444.222000', '103444.225000', '103444.228000', '103444.231000', '103444.233000', '103444.236000', '103444.239000', '103444.242000', '103444.245000', '103444.248000', '103444.251000', '103504.123000', '103504.126000', '103504.129000', '103504.132000', '103504.135000', '103504.137000', '103504.140000', '103504.143000', '103504.146000', '103504.149000', '103504.152000', '103504.155000', '103504.158000', '103504.161000', '103504.177000', '103504.180000', '103504.183000', '103504.189000', '103504.193000', '103504.195000', '103504.198000', '103504.201000', '103504.204000', '103504.207000', '103504.210000', '103504.213000', '103504.215000', '103504.218000', '103504.221000', '103504.224000', '103504.227000', '103504.230000', '103504.233000', '103504.236000', '103504.238000', '103504.241000', '103504.244000', '103504.247000', '103504.250000', '103504.253000', '103504.256000', '103504.258000', '103504.261000', '103524.123000', '103524.126000', '103524.129000', '103524.132000', '103524.134000', '103524.137000', '103524.140000', '103524.143000', '103524.146000', '103524.149000', '103524.152000', '103524.158000', '103524.161000', '103524.164000', '103524.167000', '103524.170000', '103524.173000', '103524.175000', '103524.178000', '103524.181000', '103524.184000', '103524.187000', '103524.190000', '103524.193000', '103524.195000', '103524.198000', '103524.201000', '103524.204000', '103524.207000', '103524.210000', '103524.213000', '103524.216000', '103524.219000', '103524.222000', '103524.224000', '103524.227000', '103524.230000', '103524.233000', '103524.236000', '103524.239000', '103524.242000', '103524.245000', '103524.247000', '103524.250000', '103544.123000', '103544.126000', '103544.129000', '103544.132000', '103544.135000', '103544.138000', '103544.142000', '103544.145000', '103544.148000', '103544.151000', '103544.154000', '103544.170000', '103544.173000', '103544.176000', '103544.179000', '103544.182000', '103544.184000', '103544.187000', '103544.190000', '103544.193000', '103544.196000', '103544.199000', '103544.204000', '103544.209000', '103544.212000', '103544.215000', '103544.218000', '103544.221000', '103544.223000', '103544.226000', '103544.229000', '103544.232000', '103544.235000', '103544.238000', '103544.241000', '103544.244000', '103544.246000', '103544.249000', '103544.252000', '103544.255000', '103544.258000', '103544.261000', '103544.264000', '103604.122000', '103604.125000', '103604.128000', '103604.131000', '103604.134000', '103604.136000', '103604.139000', '103604.142000', '103604.145000', '103604.148000', '103604.151000', '103604.154000', '103604.157000', '103604.160000', '103604.163000', '103604.166000', '103604.169000', '103604.172000', '103604.175000', '103604.178000', '103604.181000', '103604.183000', '103604.186000', '103604.189000', '103604.192000', '103604.195000', '103604.198000', '103604.201000', '103604.204000', '103604.207000', '103604.210000', '103604.213000', '103604.215000', '103604.218000', '103604.221000', '103604.224000', '103604.227000', '103604.230000', '103604.233000', '103604.236000', '103604.238000', '103604.241000', '103604.244000', '103604.247000', '103624.122000', '103624.125000', '103624.128000', '103624.131000', '103624.134000', '103624.136000', '103624.139000', '103624.142000', '103624.145000', '103624.148000', '103624.151000', '103624.154000', '103624.157000', '103624.160000', '103624.163000', '103624.166000', '103624.169000', '103624.171000', '103624.174000', '103624.177000', '103624.180000', '103624.183000', '103624.186000', '103624.189000', '103624.192000', '103624.194000', '103624.197000', '103624.200000', '103624.203000', '103624.206000', '103624.209000', '103624.212000', '103624.215000', '103624.218000', '103624.220000', '103624.224000', '103624.226000', '103624.229000', '103624.232000', '103624.235000', '103624.238000', '103624.241000', '103624.244000', '103644.122000', '103644.125000', '103644.128000', '103644.131000', '103644.133000', '103644.136000', '103644.139000', '103644.142000', '103644.145000', '103644.148000', '103644.151000', '103644.154000', '103644.157000', '103644.160000', '103644.163000', '103644.165000', '103644.168000', '103644.171000', '103644.174000', '103644.177000', '103644.180000', '103644.183000', '103644.186000', '103644.189000', '103644.192000', '103644.194000', '103644.197000', '103644.200000', '103644.203000', '103644.206000', '103644.209000', '103644.212000', '103644.215000', '103644.218000', '103644.221000', '103644.223000', '103644.226000', '103644.229000', '103644.232000', '103644.235000', '103644.238000', '103644.241000', '103644.244000', '103644.246000', '103704.123000', '103704.131000', '103704.134000', '103704.137000', '103704.140000', '103704.143000', '103704.145000', '103704.148000', '103704.151000', '103704.154000', '103704.157000', '103704.160000', '103704.163000', '103704.166000', '103704.169000', '103704.171000', '103704.174000', '103704.179000', '103704.182000', '103704.184000', '103704.187000', '103704.191000', '103704.194000', '103704.197000', '103704.200000', '103704.202000', '103704.205000', '103704.208000', '103704.211000', '103704.214000', '103704.217000', '103704.220000', '103704.223000', '103704.225000', '103704.228000', '103704.232000', '103704.235000', '103704.238000', '103704.241000', '103704.244000', '103704.247000', '103704.250000', '103704.252000', '103724.123000', '103724.126000', '103724.129000', '103724.132000', '103724.134000', '103724.137000', '103724.140000', '103724.143000', '103724.146000', '103724.149000', '103724.152000', '103724.155000', '103724.158000', '103724.161000', '103724.164000', '103724.166000', '103724.169000', '103724.172000', '103724.175000', '103724.178000', '103724.181000', '103724.184000', '103724.187000', '103724.190000', '103724.192000', '103724.195000', '103724.198000', '103724.201000', '103724.204000', '103724.207000', '103724.210000', '103724.212000', '103724.215000', '103724.218000', '103724.221000', '103724.224000', '103724.227000', '103724.230000', '103724.233000', '103724.236000', '103724.238000', '103724.241000', '103724.244000', '103724.247000', '103744.123000', '103744.126000', '103744.129000', '103744.132000', '103744.135000', '103744.138000', '103744.141000', '103744.143000', '103744.146000', '103744.149000', '103744.152000', '103744.155000', '103744.158000', '103744.161000', '103744.164000', '103744.166000', '103744.169000', '103744.172000', '103744.175000', '103744.178000', '103744.181000', '103744.184000', '103744.187000', '103744.190000', '103744.193000', '103744.196000', '103744.198000', '103744.201000', '103744.204000', '103744.207000', '103744.210000', '103744.213000', '103744.216000', '103744.219000', '103744.222000', '103744.224000', '103744.227000', '103744.230000', '103744.233000', '103744.236000', '103744.258000', '103744.261000', '103744.264000', '103804.123000', '103804.126000', '103804.129000', '103804.132000', '103804.135000', '103804.138000', '103804.140000', '103804.143000', '103804.146000', '103804.149000', '103804.152000', '103804.155000', '103804.158000', '103804.161000', '103804.163000', '103804.166000', '103804.169000', '103804.172000', '103804.175000', '103804.178000', '103804.181000', '103804.184000', '103804.187000', '103804.189000', '103804.192000', '103804.195000', '103804.198000', '103804.201000', '103804.204000', '103804.207000', '103804.210000', '103804.213000', '103804.216000', '103804.219000', '103804.222000', '103804.225000', '103804.228000', '103804.231000', '103804.233000', '103804.236000', '103804.239000', '103804.242000', '103804.245000', '103804.248000', '103824.122000', '103824.125000', '103824.128000', '103824.131000', '103824.134000', '103824.137000', '103824.140000', '103824.143000', '103824.146000', '103824.148000', '103824.151000', '103824.154000', '103824.157000', '103824.160000', '103824.163000', '103824.166000', '103824.169000', '103824.171000', '103824.174000', '103824.177000', '103824.180000', '103824.183000', '103824.186000', '103824.189000', '103824.192000', '103824.195000', '103824.198000', '103824.201000', '103824.203000', '103824.206000', '103824.209000', '103824.212000', '103824.216000', '103824.219000', '103824.222000', '103824.225000', '103824.228000', '103824.231000', '103824.234000', '103824.237000', '103824.239000', '103824.242000', '103824.245000', '103844.122000', '103844.125000', '103844.128000', '103844.131000', '103844.134000', '103844.137000', '103844.139000', '103844.142000', '103844.145000', '103844.148000', '103844.151000', '103844.154000', '103844.157000', '103844.160000', '103844.162000', '103844.165000', '103844.168000', '103844.171000', '103844.187000', '103844.190000', '103844.193000', '103844.196000', '103844.198000', '103844.201000', '103844.204000', '103844.207000', '103844.210000', '103844.213000', '103844.216000', '103844.219000', '103844.222000', '103844.224000', '103844.227000', '103844.230000', '103844.233000', '103844.236000', '103844.239000', '103844.242000', '103844.245000', '103844.248000', '103844.251000', '103844.254000', '103844.256000', '103844.259000', '103904.122000', '103904.125000', '103904.128000', '103904.131000', '103904.134000', '103904.137000', '103904.140000', '103904.142000', '103904.145000', '103904.148000', '103904.151000', '103904.154000', '103904.157000', '103904.160000', '103904.163000', '103904.166000', '103904.169000', '103904.172000', '103904.174000', '103904.177000', '103904.180000', '103904.183000', '103904.186000', '103904.189000', '103904.192000', '103904.195000', '103904.198000', '103904.200000', '103904.203000', '103904.206000', '103904.209000', '103904.212000', '103904.215000', '103904.218000', '103904.221000', '103904.230000', '103904.233000', '103904.236000', '103904.239000', '103904.242000', '103904.245000', '103904.248000', '103904.251000', '103924.123000', '103924.126000', '103924.129000', '103924.132000', '103924.135000', '103924.138000', '103924.140000', '103924.143000', '103924.146000', '103924.149000', '103924.152000', '103924.155000', '103924.158000', '103924.161000', '103924.164000', '103924.166000', '103924.169000', '103924.172000', '103924.175000', '103924.178000', '103924.181000', '103924.184000', '103924.187000', '103924.190000', '103924.195000', '103924.198000', '103924.201000', '103924.203000', '103924.206000', '103924.209000', '103924.212000', '103924.215000', '103924.218000', '103924.221000', '103924.224000', '103924.227000', '103924.230000', '103924.233000', '103924.235000', '103924.238000', '103924.241000', '103924.244000', '103924.247000', '103924.250000', '103944.123000', '103944.126000', '103944.129000', '103944.132000', '103944.135000', '103944.138000', '103944.141000', '103944.143000', '103944.146000', '103944.149000', '103944.152000', '103944.155000', '103944.158000', '103944.161000', '103944.164000', '103944.167000', '103944.170000', '103944.172000', '103944.175000', '103944.178000', '103944.181000', '103944.184000', '103944.187000', '103944.190000', '103944.192000', '103944.195000', '103944.198000', '103944.201000', '103944.204000', '103944.207000', '103944.210000', '103944.213000', '103944.216000', '103944.218000', '103944.221000', '103944.224000', '103944.227000', '103944.230000', '103944.233000', '103944.235000', '103944.238000', '103944.241000', '103944.244000', '104004.123000', '104004.126000', '104004.129000', '104004.132000', '104004.135000', '104004.138000', '104004.140000', '104004.143000', '104004.146000', '104004.149000', '104004.152000', '104004.155000', '104004.158000', '104004.161000', '104004.164000', '104004.166000', '104004.169000', '104004.172000', '104004.175000', '104004.178000', '104004.181000', '104004.184000', '104004.187000', '104004.189000', '104004.192000', '104004.195000', '104004.199000', '104004.201000', '104004.211000', '104004.214000', '104004.217000', '104004.220000', '104004.223000', '104004.225000', '104004.228000', '104004.231000', '104004.234000', '104004.237000', '104004.240000', '104004.243000', '104004.246000', '104004.249000', '104004.252000', '104004.255000', '104024.123000', '104024.126000', '104024.129000', '104024.132000', '104024.135000', '104024.138000', '104024.140000', '104024.143000', '104024.146000', '104024.149000', '104024.152000', '104024.155000', '104024.158000', '104024.161000', '104024.164000', '104024.167000', '104024.169000', '104024.172000', '104024.175000', '104024.178000', '104024.181000', '104024.188000', '104024.191000', '104024.194000', '104024.197000', '104024.200000', '104024.203000', '104024.206000', '104024.209000', '104024.212000', '104024.215000', '104024.217000', '104024.220000', '104024.223000', '104024.226000', '104024.229000', '104024.232000', '104024.235000', '104024.238000', '104024.241000', '104024.243000', '104024.246000', '104024.249000', '104044.122000', '104044.127000', '104044.131000', '104044.134000', '104044.137000', '104044.140000', '104044.143000', '104044.146000', '104044.148000', '104044.151000', '104044.154000', '104044.157000', '104044.160000', '104044.163000', '104044.166000', '104044.169000', '104044.172000', '104044.175000', '104044.178000', '104044.180000', '104044.183000', '104044.186000', '104044.189000', '104044.192000', '104044.195000', '104044.198000', '104044.201000', '104044.203000', '104044.206000', '104044.209000', '104044.212000', '104044.215000', '104044.218000', '104044.221000', '104044.224000', '104044.227000', '104044.229000', '104044.232000', '104044.235000', '104044.238000', '104044.241000', '104044.244000', '104044.247000', '104104.122000', '104104.125000', '104104.128000', '104104.131000', '104104.134000', '104104.137000', '104104.140000', '104104.143000', '104104.146000', '104104.149000', '104104.152000', '104104.154000', '104104.157000', '104104.160000', '104104.163000', '104104.166000', '104104.169000', '104104.172000', '104104.175000', '104104.178000', '104104.181000', '104104.183000', '104104.186000', '104104.189000', '104104.192000', '104104.195000', '104104.198000', '104104.201000', '104104.204000', '104104.207000', '104104.210000', '104104.212000', '104104.215000', '104104.218000', '104104.221000', '104104.224000', '104104.227000', '104104.230000', '104104.233000', '104104.235000', '104104.238000', '104104.241000', '104104.244000', '104104.247000', '104124.122000', '104124.125000', '104124.128000', '104124.131000', '104124.134000', '104124.137000', '104124.140000', '104124.143000', '104124.147000', '104124.151000', '104124.154000', '104124.157000', '104124.160000', '104124.163000', '104124.166000', '104124.169000', '104124.172000', '104124.175000', '104124.177000', '104124.180000', '104124.183000', '104124.186000', '104124.189000', '104124.192000', '104124.195000', '104124.197000', '104124.200000', '104124.203000', '104124.206000', '104124.216000', '104124.219000', '104124.221000', '104124.224000', '104124.227000', '104124.230000', '104124.233000', '104124.236000', '104124.239000', '104124.242000', '104124.257000', '104124.260000', '104124.270000', '104124.273000', '104144.123000', '104144.126000', '104144.129000', '104144.132000', '104144.135000', '104144.138000', '104144.140000', '104144.143000', '104144.146000', '104144.149000', '104144.152000', '104144.155000', '104144.158000', '104144.161000', '104144.164000', '104144.167000', '104144.170000', '104144.173000', '104144.175000', '104144.178000', '104144.181000', '104144.184000', '104144.187000', '104144.190000', '104144.193000', '104144.196000', '104144.199000', '104144.202000', '104144.205000', '104144.208000', '104144.210000', '104144.213000', '104144.216000', '104144.219000', '104144.222000', '104144.225000', '104144.228000', '104144.231000', '104144.233000', '104144.236000', '104144.239000', '104144.242000', '104144.245000', '104144.248000', '104204.123000', '104204.126000', '104204.129000', '104204.132000', '104204.135000', '104204.138000', '104204.141000', '104204.144000', '104204.147000', '104204.150000', '104204.154000', '104204.159000', '104204.162000', '104204.165000', '104204.168000', '104204.171000', '104204.174000', '104204.176000', '104204.179000', '104204.182000', '104204.185000', '104204.188000', '104204.191000', '104204.194000', '104204.197000', '104204.200000', '104204.203000', '104204.205000', '104204.208000', '104204.211000', '104204.214000', '104204.217000', '104204.220000', '104204.223000', '104204.226000', '104204.229000', '104204.231000', '104204.234000', '104204.237000', '104204.240000', '104204.243000', '104204.246000', '104204.249000', '104224.123000', '104224.126000', '104224.129000', '104224.132000', '104224.135000', '104224.138000', '104224.140000', '104224.143000', '104224.146000', '104224.149000', '104224.152000', '104224.155000', '104224.158000', '104224.161000', '104224.164000', '104224.167000', '104224.169000', '104224.172000', '104224.175000', '104224.178000', '104224.181000', '104224.184000', '104224.187000', '104224.190000', '104224.192000', '104224.195000', '104224.198000', '104224.201000', '104224.204000', '104224.207000', '104224.210000', '104224.213000', '104224.215000', '104224.218000', '104224.221000', '104224.224000', '104224.227000', '104224.230000', '104224.233000', '104224.236000', '104224.239000', '104224.242000', '104224.244000', '104224.247000', '104244.123000', '104244.126000', '104244.129000', '104244.132000', '104244.135000', '104244.138000', '104244.141000', '104244.144000', '104244.147000', '104244.150000', '104244.152000', '104244.155000', '104244.158000', '104244.161000', '104244.164000', '104244.167000', '104244.170000', '104244.173000', '104244.176000', '104244.178000', '104244.182000', '104244.199000', '104244.202000', '104244.205000', '104244.207000', '104244.210000', '104244.213000', '104244.216000', '104244.219000', '104244.222000', '104244.225000', '104244.228000', '104244.231000', '104244.234000', '104244.237000', '104244.239000', '104244.242000', '104244.245000', '104244.248000', '104244.251000', '104244.254000', '104244.257000', '104244.260000', '104304.122000', '104304.125000', '104304.128000', '104304.131000', '104304.134000', '104304.137000', '104304.139000', '104304.142000', '104304.145000', '104304.148000', '104304.151000', '104304.154000', '104304.157000', '104304.160000', '104304.163000', '104304.166000', '104304.168000', '104304.171000', '104304.174000', '104304.177000', '104304.180000', '104304.183000', '104304.186000', '104304.189000', '104304.191000', '104304.194000', '104304.197000', '104304.200000', '104304.203000', '104304.206000', '104304.209000', '104304.211000', '104304.214000', '104304.217000', '104304.220000', '104304.223000', '104304.226000', '104304.229000', '104304.232000', '104304.235000', '104304.237000', '104304.240000', '104304.243000', '104304.246000', '104324.122000', '104324.125000', '104324.129000', '104324.132000', '104324.135000', '104324.138000', '104324.141000', '104324.144000', '104324.147000', '104324.150000', '104324.152000', '104324.155000', '104324.158000', '104324.161000', '104324.164000', '104324.167000', '104324.170000', '104324.173000', '104324.175000', '104324.178000', '104324.181000', '104324.184000', '104324.187000', '104324.190000', '104324.195000', '104324.199000', '104324.202000', '104324.205000', '104324.208000', '104324.211000', '104324.214000', '104324.217000', '104324.220000', '104324.223000', '104324.226000', '104324.228000', '104324.231000', '104324.234000', '104324.237000', '104324.240000', '104324.243000', '104324.246000', '104324.249000', '104344.122000', '104344.125000', '104344.128000', '104344.131000', '104344.134000', '104344.137000', '104344.140000', '104344.142000', '104344.145000', '104344.148000', '104344.151000', '104344.154000', '104344.157000', '104344.160000', '104344.162000', '104344.165000', '104344.168000', '104344.171000', '104344.174000', '104344.177000', '104344.180000', '104344.183000', '104344.186000', '104344.188000', '104344.191000', '104344.194000', '104344.197000', '104344.200000', '104344.203000', '104344.206000', '104344.208000', '104344.211000', '104344.214000', '104344.217000', '104344.220000', '104344.223000', '104344.226000', '104344.229000', '104344.231000', '104344.234000', '104344.237000', '104344.240000', '104344.243000', '104344.246000', '104404.123000', '104404.126000', '104404.129000', '104404.132000', '104404.146000', '104404.149000', '104404.152000', '104404.155000', '104404.158000', '104404.160000', '104404.163000', '104404.166000', '104404.169000', '104404.172000', '104404.175000', '104404.178000', '104404.181000', '104404.183000', '104404.186000', '104404.189000', '104404.192000', '104404.195000', '104404.198000', '104404.201000', '104404.207000', '104404.210000', '104404.213000', '104404.216000', '104404.219000', '104404.222000', '104404.225000', '104404.228000', '104404.231000', '104404.233000', '104404.236000', '104404.239000', '104404.242000', '104404.245000', '104404.248000', '104404.251000', '104404.254000', '104404.257000', '104404.259000', '104424.123000', '104424.126000', '104424.129000', '104424.132000', '104424.135000', '104424.138000', '104424.141000', '104424.143000', '104424.146000', '104424.149000', '104424.152000', '104424.155000', '104424.158000', '104424.161000', '104424.164000', '104424.167000', '104424.170000', '104424.172000', '104424.175000', '104424.178000', '104424.181000', '104424.184000', '104424.187000', '104424.190000', '104424.193000', '104424.196000', '104424.199000', '104424.201000', '104424.204000', '104424.207000', '104424.210000', '104424.213000', '104424.216000', '104424.219000', '104424.222000', '104424.225000', '104424.228000', '104424.230000', '104424.233000', '104424.236000', '104424.239000', '104424.242000', '104424.245000', '104424.248000', '104444.123000', '104444.126000', '104444.129000', '104444.132000', '104444.135000', '104444.138000', '104444.141000', '104444.144000', '104444.150000', '104444.158000', '104444.161000', '104444.164000', '104444.168000', '104444.171000', '104444.174000', '104444.177000', '104444.180000', '104444.183000', '104444.185000', '104444.188000', '104444.191000', '104444.194000', '104444.197000', '104444.200000', '104444.203000', '104444.206000', '104444.209000', '104444.212000', '104444.214000', '104444.217000', '104444.220000', '104444.223000', '104444.226000', '104444.229000', '104444.232000', '104444.235000', '104444.238000', '104444.241000', '104444.244000', '104444.247000', '104444.250000', '104444.253000', '104444.256000', '104504.123000', '104504.126000', '104504.129000', '104504.132000', '104504.135000', '104504.138000', '104504.140000', '104504.143000', '104504.146000', '104504.149000', '104504.152000', '104504.155000', '104504.158000', '104504.161000', '104504.164000', '104504.166000', '104504.169000', '104504.172000', '104504.175000', '104504.178000', '104504.181000', '104504.184000', '104504.186000', '104504.189000', '104504.192000', '104504.195000', '104504.198000', '104504.201000', '104504.204000', '104504.207000', '104504.210000', '104504.212000', '104504.215000', '104504.218000', '104504.221000', '104504.224000', '104504.227000', '104504.230000', '104504.233000', '104504.236000', '104504.238000', '104504.241000', '104504.244000', '104504.247000', '104524.122000', '104524.125000', '104524.128000', '104524.131000', '104524.134000', '104524.137000', '104524.139000', '104524.142000', '104524.145000', '104524.149000', '104524.152000', '104524.154000', '104524.157000', '104524.160000', '104524.163000', '104524.166000', '104524.169000', '104524.172000', '104524.175000', '104524.178000', '104524.181000', '104524.183000', '104524.186000', '104524.189000', '104524.192000', '104524.195000', '104524.198000', '104524.201000', '104524.204000', '104524.207000', '104524.209000', '104524.212000', '104524.215000', '104524.218000', '104524.221000', '104524.224000', '104524.227000', '104524.230000', '104524.232000', '104524.235000', '104524.238000', '104524.241000', '104524.244000', '104544.122000', '104544.125000', '104544.128000', '104544.131000', '104544.134000', '104544.137000', '104544.140000', '104544.143000', '104544.146000', '104544.148000', '104544.151000', '104544.154000', '104544.157000', '104544.160000', '104544.163000', '104544.166000', '104544.169000', '104544.172000', '104544.175000', '104544.177000', '104544.180000', '104544.183000', '104544.186000', '104544.189000', '104544.192000', '104544.195000', '104544.198000', '104544.200000', '104544.203000', '104544.206000', '104544.209000', '104544.212000', '104544.215000', '104544.218000', '104544.220000', '104544.223000', '104544.226000', '104544.229000', '104544.232000', '104544.235000', '104544.238000', '104544.241000', '104544.244000', '104544.246000', '104602.024000', '104602.027000', '104602.030000', '104602.033000', '104602.036000', '104602.039000', '104602.042000', '104602.045000', '104602.048000', '104602.051000', '104602.054000', '104602.057000', '104602.060000', '104602.063000', '104602.066000', '104602.069000', '104602.071000', '104602.074000', '104602.077000', '104602.080000', '104602.083000', '104602.086000', '104602.089000', '104602.092000', '104602.095000', '104602.098000', '104602.101000', '104602.104000', '104602.107000', '104602.110000', '104602.113000', '104602.115000', '104602.118000', '104602.121000', '104602.124000', '104602.127000', '104602.133000', '104602.143000', '104602.146000'], '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], 'LargestImagePixelValue': [7414, 7402, 7428, 7030, 6987, 6822, 7334, 8406, 6855, 8198, 7917, 6793, 10473, 7189, 8468, 6738, 9518, 8295, 9992, 7209, 7892, 7135, 8987, 8046, 7554, 7097, 6334, 7638, 6688, 6817, 6595, 7162, 6914, 8747, 7075, 7943, 7022, 10154, 8191, 8456, 7494, 7236, 8808, 9080, 9752, 6575, 8136, 6352, 10233, 7569, 8093, 6545, 7503, 6535, 8959, 6849, 6787, 6777, 7766, 7147, 7404, 6989, 8186, 6783, 10633, 8367, 10701, 6681, 10367, 7728, 11150, 7143, 8990, 6654, 10661, 7148, 8936, 6827, 9567, 6780, 10033, 6741, 8748, 6881, 9493, 7709, 7809, 7095, 7125, 7020, 7141, 9004, 8918, 8169, 6482, 7355, 6776, 7491, 6684, 7263, 6527, 7183, 6662, 7094, 6841, 6820, 7017, 7426, 6909, 7676, 6816, 7764, 6814, 9930, 7075, 10137, 6897, 8978, 6868, 10694, 7515, 9505, 6752, 8487, 7597, 9653, 7076, 7619, 7034, 7639, 8178, 6570, 7463, 6681, 7721, 6779, 11138, 7048, 8734, 6709, 9995, 7623, 9467, 6754, 7155, 6730, 6516, 8421, 8194, 10292, 6723, 7786, 6763, 7989, 6716, 10732, 6623, 9651, 6613, 7833, 8557, 7959, 9302, 6711, 8408, 7057, 10772, 8044, 10142, 7271, 7411, 6891, 6590, 9073, 7817, 11165, 6757, 8110, 6732, 7605, 6668, 10261, 7381, 8736, 6509, 6822, 7117, 7286, 7209, 6741, 7943, 6743, 10527, 6819, 8588, 6897, 9276, 6719, 9941, 8641, 7730, 6762, 6477, 7103, 6530, 10143, 8007, 9070, 6638, 8166, 6869, 10903, 6672, 8755, 6707, 8724, 7170, 9307, 7838, 6392, 6930, 6592, 9303, 7287, 10044, 6775, 8531, 6744, 10716, 6986, 8756, 6933, 8072, 6948, 11292, 7951, 8522, 6724, 6355, 6999, 6469, 7523, 6727, 11005, 7065, 8038, 6785, 8653, 7128, 9042, 6778, 7862, 6786, 9543, 8733, 9058, 6800, 7689, 7327, 9434, 8003, 6653, 6917, 7340, 7681, 6481, 7280, 6606, 8719, 6604, 10013, 6861, 8223, 6885, 9623, 6944, 9470, 6520, 8352, 6785, 10605, 7188, 9280, 6888, 8352, 7378, 10204, 8740, 6478, 7463, 6652, 9087, 6932, 11049, 7155, 9185, 6909, 10051, 8537, 8149, 6698, 6507, 8231, 8101, 10028, 6572, 8141, 6768, 9146, 6785, 8895, 6697, 8201, 6518, 10044, 8103, 8462, 7142, 6661, 7829, 6621, 9774, 6989, 10950, 7307, 8709, 6896, 8194, 6727, 10185, 6879, 9048, 6635, 7872, 6456, 9705, 7631, 8334, 6622, 6557, 7400, 6940, 8624, 6566, 8206, 6933, 10462, 7383, 9466, 6821, 8863, 6899, 10243, 7790, 6606, 6903, 6512, 9362, 6833, 8076, 6922, 9759, 7355, 10728, 7075, 9225, 6661, 8515, 7856, 7718, 8623, 9045, 8721, 6366, 7643, 6621, 7945, 6532, 10384, 6734, 8506, 6723, 8006, 6936, 9041, 6994, 9044, 6730, 7487, 6732, 8170, 6678, 7924, 6650, 8432, 6738, 10260, 8875, 8176, 6894, 6542, 7976, 8496, 8506, 6472, 7120, 6510, 7715, 8067, 8000, 6954, 6978, 7824, 7187, 10365, 7361, 9013, 6797, 9040, 7484, 9840, 7107, 6839, 7001, 6582, 8206, 8088, 9617, 6639, 8043, 6817, 8312, 6854, 11326, 7577, 9124, 6527, 9416, 8229, 8808, 7051, 6537, 7172, 6727, 10369, 7901, 9972, 6920, 6504, 7900, 6762, 9539, 9320, 7128, 8536, 6727, 9568, 7509, 12070, 7742, 9710, 6778, 10212, 8598, 9052, 6628, 7004, 7822, 7571, 9656, 6623, 8051, 6626, 8172, 6695, 9668, 8611, 7894, 7462, 6488, 8023, 6674, 10159, 6841, 7953, 6786, 9367, 6995, 9014, 6793, 7966, 6604, 9213, 7059, 8371, 6722, 8160, 6682, 10683, 8995, 8228, 6663, 6641, 7309, 7193, 9058, 6548, 7610, 6755, 7783, 6765, 10207, 7368, 11131, 7237, 8388, 6624, 8785, 6823, 10463, 6689, 9024, 6769, 9982, 8266, 10607, 6801, 8427, 6809, 8464, 8151, 10418, 9015, 7021, 7052, 6603, 7259, 7189, 8324, 6672, 7178, 6906, 8006, 6678, 8573, 6947, 7856, 6666, 8637, 7744, 10634, 9727, 8622, 7348, 6428, 7287, 6569, 9918, 7544, 10166, 6850, 8266, 6942, 8506, 6885, 10248, 6943, 8883, 6807, 7856, 6734, 9719, 7461, 7668, 6935, 6434, 7506, 6607, 10252, 6969, 8725, 6762, 8929, 7527, 11697, 9327, 8978, 6736, 8314, 7092, 10022, 8420, 8637, 6708, 7763, 6892, 10300, 7469, 8568, 6850, 7967, 7990, 9761, 8778, 6731, 6908, 6474, 7774, 6684, 7454, 6610, 7581, 6653, 9024, 6654, 7452, 6848, 9151, 6966, 9527, 6763, 7921, 7122, 10599, 7657, 6705, 6996, 6529, 8330, 6740, 10816, 8577, 10035, 7151, 6963, 7256, 6759, 10374, 6813, 8956, 6786, 8305, 6763, 10623, 8268, 9219, 6880, 7296, 7878, 8867, 7633, 6747, 7326, 7062, 9717, 7683, 9488, 6961, 6656, 7784, 6552, 9315, 6746, 8008, 6804, 10309, 8253, 8567, 6661, 6665, 6707, 6739, 9686, 7970, 10353, 6887, 7146, 6921, 6409, 10494, 7798, 10013, 6810, 8633, 8187, 10298, 8644, 6616, 7051, 6489, 8549, 7520, 9867, 6832, 7499, 6870, 9032, 7026, 10360, 6775, 6832, 7411, 6769, 9254, 6849, 7711, 6621, 8017, 6899, 10353, 8520, 10095, 6817, 8957, 6842, 9846, 7690, 10265, 6866, 8733, 6998, 9516, 7683, 10356, 6719, 8961, 6800, 9095, 7407, 9343, 6747, 6596, 7028, 6678, 7181, 6612, 9641, 7089, 8378, 6678, 10232, 8040, 9452, 6700, 9103, 8036, 10631, 9215, 7484, 6836, 6700, 7621, 6693, 10101, 8474, 10960, 7808, 9258, 6715, 9787, 8281, 8992, 7450, 6389, 7180, 6714, 7875, 6791, 10622, 7776, 9642, 6790, 7984, 7110, 9643, 7437, 6561, 7113, 6679, 7307, 7041, 10633, 7339, 6541, 6905, 6616, 9039, 7174, 9930, 6727, 7998, 6687, 9325, 7056, 9836, 6793, 7815, 7031, 8940, 6782, 9677, 6885, 7397, 6994, 8748, 7161, 9149, 6725, 8506, 6954, 9865, 7551, 7776, 6952, 8102, 8107, 10202, 8879, 7447, 7012, 7457, 7765, 9323, 8162, 6920, 7250, 6790, 7949, 6754, 10008, 7881, 10209, 6944, 8197, 6924, 10074, 7743, 9831, 6597, 9325, 6949, 10001, 7372, 10590, 8558, 10606, 6954, 8216, 6847, 6938, 7828, 8216, 8874, 6625, 7726, 7201, 8334, 6815, 10703, 8963, 10781, 7336, 8794, 7035, 8557, 7005, 8230, 8285, 10099, 8371, 6812, 7044, 6653, 8354, 6862, 9655, 6872, 7962, 6848, 10155, 8351, 8580, 6884, 6715, 8020, 6669, 10735, 7043, 8491, 6860, 8269, 7274, 10453, 8523, 7064, 7211, 6857, 8718, 6741, 9637, 6745, 8242, 7050, 10445, 8845, 7333, 7174, 7072, 8133, 6888, 10604, 7404, 9078, 6717, 8261, 8055, 7024, 7615, 6594, 8634, 8153, 12293, 10913, 10958, 7101, 6405, 7162, 7444, 7534, 7040, 6804, 6998, 6884, 7085, 6962, 6926, 9322, 7986, 6625, 10456, 8273, 10883, 9431, 10718, 9530, 7114, 7769, 6905, 7629, 7044, 6826, 6690, 6915, 8351, 6968, 7089, 6867, 6716, 7190, 6877, 8939, 6882, 9499, 7067, 6615, 7484, 6689, 9250, 7033, 10440, 6950, 7680, 6913, 6690, 9946, 6689, 8884, 6790, 7666, 7042, 6680, 10307, 6991, 8566, 6760, 6491, 7930, 6999, 9511, 6882, 8940, 6726, 10415, 7883, 9389, 6967, 8375, 8005, 9549, 8290, 6861, 7824, 6996, 8424, 6942, 11503, 7774, 7383, 6920, 6825, 7975, 7093, 9815, 7547, 11290, 7416, 8499, 6833, 6507, 8023, 6970, 10045, 7089, 8367, 7063, 9183, 7943, 9810, 7678, 6888, 7798, 7058, 10165, 8772, 9063, 8472, 6783, 8220, 6944, 7983, 7088, 6966, 8115, 8467, 10335, 7039, 8763, 6722, 9253, 7582, 11662, 6935, 8179, 6980, 6885, 9866, 6900, 9642, 6979, 7748, 7954, 8785, 10427, 6930, 8390, 6995, 10023, 7971, 9305, 7411, 6913, 7612, 6735, 10216, 7227, 8932, 7089, 8913, 6770, 9595, 7101, 10074, 7402, 10756, 8127, 11066, 6811, 9083, 6978, 10587, 7092, 7760, 6904, 6905, 7067, 6617, 7471, 6981, 8280, 6963, 8190, 6958, 9335, 7057, 9431, 7059, 8683, 6925, 9785, 7241, 9711, 7008, 8970, 7002, 10484, 8055, 8398, 6996, 7238, 6996, 10080, 8442, 7578, 6886, 6703, 8169, 7594, 9630, 6794, 8791, 7068, 9867, 7775, 11430, 6964, 8673, 6848, 9296, 8419, 7800, 7587, 6607, 7820, 7178, 9447, 6867, 8196, 6765, 8741, 6735, 10418, 6857, 8549, 6951, 8835, 7230, 9982, 8989, 8825, 6901, 8576, 6822, 9293, 7041, 9555, 7306, 10394, 8180, 10301, 6870, 7660, 7000, 7623, 6988, 9521, 6948, 8147, 7122, 7616, 7027, 9450, 6640, 7069, 6932, 7001, 9142, 9043, 9971, 7935, 7043, 7008, 6869, 7879, 8673, 7976, 6753, 7403, 6757, 7731, 6611, 10017, 7503, 8286, 6943, 8151, 7274, 10662, 7658, 10147, 6793, 9219, 6887, 9368, 7882, 6594, 6938, 6761, 8214, 9464, 8704, 7902, 6888, 9460, 7585, 10661, 8465, 9246, 6902, 8585, 6760, 10133, 7833, 10012, 7127, 8581, 6903, 8701, 7127, 10033, 7464, 9786, 6926, 8898, 6808, 9114, 7889, 7179, 7024, 6662, 8064, 7723, 9637, 6856, 7911, 6944, 8486, 8160, 9728, 6721, 7361, 7003, 7618, 7050, 10383, 7750, 10120, 6880, 7786, 7105, 7714, 7607, 6766, 7754, 6803, 9092, 7026, 10354, 7068, 9046, 7260, 9403, 8009, 11077, 7033, 7924, 6890, 7350, 9270, 6746, 8436, 6820, 8993, 6720, 11609, 7772, 9052, 6935, 8473, 6807, 10674, 8509, 9271, 6842, 6669, 7456, 7146, 8743, 7062, 7585, 7224, 8456, 7571, 8536, 6980, 6769, 7549, 6954, 11060, 8221, 10879, 7362, 8887, 6885, 8154, 7028, 9725, 6742, 10423, 6844, 8643, 6914, 9134, 7937, 8906, 7276, 6816, 7091, 6757, 7974, 6837, 10622, 6728, 7427, 7128, 7211, 9544, 7466, 8258, 6753, 8142, 6643, 10376, 7395, 10568, 6708, 8669, 6742, 8944, 8103, 10794, 8874, 6958, 7551, 6926, 8902, 7560, 11013, 8338, 9484, 6855, 7422, 8389, 7000, 8230, 6936, 7874, 6832, 10370, 7021, 9298, 6833, 9777, 8118, 9716, 7140, 6757, 7147, 6900, 8175, 6765, 10113, 8201, 10853, 7564, 6634, 6964, 6600, 8292, 6824, 10073, 6788, 8416, 6843, 9950, 7959, 9859, 6869, 7691, 7817, 8982, 7891, 6831, 7498, 6827, 9859, 8049, 9495, 6940, 6837, 8082, 7368, 10362, 7021, 9342, 6771, 9320, 9253, 7465, 8408, 7093, 8596, 7341, 11285, 7362, 9234, 7256, 7558, 10062, 7015, 9307, 7015, 7878, 8456, 8349, 10288, 7158, 8765, 6868, 9126, 7991, 10342, 8337, 6846, 7515, 6814, 8623, 7142, 10532, 7247, 8868, 6813, 7133, 8945, 7455, 9671, 6798, 8113, 6801, 9699, 8327, 10021, 8444, 6555, 7379, 6803, 9507, 7300, 10415, 6755, 7885, 7088, 6721, 7548, 7094, 7436, 6935, 9626, 7669, 9552, 6912, 7454, 8720, 9106, 9870, 6819, 7801, 6819, 9516, 7201, 9022, 6962, 6564, 8043, 6654, 9538, 6772, 8570, 6996, 11208, 7674, 9424, 6691, 6859, 7192, 6738, 9735, 8793, 7480, 9183, 7292, 7423, 8586, 6741, 7915, 6926, 6891, 7979, 7753, 6958, 11574, 7763, 8654, 6877, 6975, 10991, 7338, 9510, 7032, 6563, 6941, 6568, 9851, 8041, 10707, 7734, 6614, 7255, 6776, 10316, 8103, 9685, 6842, 6544, 7000, 7029, 10046, 8468, 11154, 7969, 7468, 6845, 6764, 8559, 6679, 10589, 7134, 6624, 7040, 6898, 10304, 8459, 9841, 6903, 7853, 8778, 8088, 7857, 7172, 7593, 6859, 9959, 6899, 7885, 6897, 8389, 6808, 10506, 7804, 6707, 7328, 6790, 9314, 7444, 10714, 6917, 7004, 8106, 7097, 10129, 7216, 8941, 7068, 7233, 8944, 8531, 9908, 6726, 7911, 7010, 9270, 8074, 10600, 7924, 6642, 7183, 6775], 'WindowCenter': [4225.0, 4198.0, 4183.0, 4169.0, 4166.0, 4155.0, 4165.0, 4175.0, 4155.0, 4173.0, 4175.0, 4156.0, 4208.0, 4166.0, 4174.0, 4153.0, 4183.0, 4173.0, 4194.0, 4164.0, 4162.0, 4155.0, 4184.0, 4174.0, 4163.0, 4153.0, 4140.0, 4164.0, 4142.0, 4152.0, 4152.0, 4165.0, 4166.0, 4211.0, 4179.0, 4188.0, 4179.0, 4207.0, 4187.0, 4186.0, 4165.0, 4164.0, 4186.0, 4185.0, 4193.0, 4141.0, 4162.0, 4141.0, 4194.0, 4162.0, 4160.0, 4129.0, 4149.0, 4128.0, 4171.0, 4139.0, 4139.0, 4139.0, 4163.0, 4152.0, 4163.0, 4162.0, 4171.0, 4154.0, 4204.0, 4172.0, 4192.0, 4142.0, 4192.0, 4160.0, 4192.0, 4152.0, 4170.0, 4140.0, 4191.0, 4150.0, 4169.0, 4139.0, 4179.0, 4141.0, 4179.0, 4139.0, 4168.0, 4151.0, 4180.0, 4161.0, 4159.0, 4150.0, 4138.0, 4139.0, 4138.0, 4172.0, 4169.0, 4160.0, 4127.0, 4148.0, 4125.0, 4148.0, 4137.0, 4149.0, 4126.0, 4150.0, 4139.0, 4150.0, 4140.0, 4140.0, 4150.0, 4162.0, 4152.0, 4163.0, 4154.0, 4163.0, 4153.0, 4194.0, 4154.0, 4193.0, 4152.0, 4171.0, 4154.0, 4191.0, 4163.0, 4181.0, 4140.0, 4171.0, 4163.0, 4182.0, 4151.0, 4161.0, 4153.0, 4161.0, 4172.0, 4140.0, 4163.0, 4141.0, 4162.0, 4141.0, 4204.0, 4152.0, 4171.0, 4141.0, 4182.0, 4163.0, 4182.0, 4152.0, 4151.0, 4153.0, 4141.0, 4175.0, 4172.0, 4195.0, 4141.0, 4161.0, 4141.0, 4161.0, 4152.0, 4205.0, 4153.0, 4182.0, 4141.0, 4161.0, 4184.0, 4174.0, 4184.0, 4152.0, 4170.0, 4151.0, 4191.0, 4171.0, 4192.0, 4151.0, 4149.0, 4151.0, 4139.0, 4171.0, 4160.0, 4192.0, 4139.0, 4158.0, 4138.0, 4148.0, 4140.0, 4190.0, 4151.0, 4172.0, 4141.0, 4140.0, 4153.0, 4161.0, 4165.0, 4152.0, 4174.0, 4153.0, 4204.0, 4153.0, 4172.0, 4161.0, 4182.0, 4154.0, 4194.0, 4184.0, 4163.0, 4153.0, 4141.0, 4152.0, 4142.0, 4195.0, 4174.0, 4195.0, 4151.0, 4171.0, 4140.0, 4192.0, 4140.0, 4171.0, 4140.0, 4169.0, 4152.0, 4183.0, 4163.0, 4141.0, 4151.0, 4150.0, 4184.0, 4162.0, 4194.0, 4150.0, 4170.0, 4151.0, 4192.0, 4152.0, 4170.0, 4150.0, 4159.0, 4151.0, 4201.0, 4172.0, 4170.0, 4140.0, 4129.0, 4149.0, 4128.0, 4160.0, 4140.0, 4193.0, 4151.0, 4161.0, 4141.0, 4183.0, 4164.0, 4183.0, 4153.0, 4160.0, 4153.0, 4182.0, 4173.0, 4181.0, 4141.0, 4149.0, 4162.0, 4181.0, 4161.0, 4139.0, 4151.0, 4163.0, 4163.0, 4138.0, 4149.0, 4139.0, 4172.0, 4139.0, 4179.0, 4141.0, 4159.0, 4151.0, 4181.0, 4152.0, 4181.0, 4142.0, 4170.0, 4153.0, 4191.0, 4151.0, 4180.0, 4150.0, 4170.0, 4162.0, 4193.0, 4182.0, 4139.0, 4160.0, 4150.0, 4182.0, 4151.0, 4202.0, 4150.0, 4180.0, 4150.0, 4190.0, 4172.0, 4160.0, 4142.0, 4129.0, 4172.0, 4160.0, 4191.0, 4140.0, 4159.0, 4140.0, 4181.0, 4139.0, 4182.0, 4139.0, 4158.0, 4139.0, 4180.0, 4162.0, 4170.0, 4151.0, 4139.0, 4160.0, 4138.0, 4180.0, 4140.0, 4190.0, 4148.0, 4158.0, 4138.0, 4159.0, 4139.0, 4180.0, 4139.0, 4167.0, 4139.0, 4158.0, 4142.0, 4180.0, 4161.0, 4171.0, 4151.0, 4140.0, 4163.0, 4153.0, 4185.0, 4152.0, 4171.0, 4151.0, 4192.0, 4162.0, 4181.0, 4142.0, 4181.0, 4152.0, 4194.0, 4162.0, 4140.0, 4151.0, 4142.0, 4183.0, 4153.0, 4173.0, 4152.0, 4183.0, 4163.0, 4203.0, 4153.0, 4181.0, 4141.0, 4171.0, 4161.0, 4150.0, 4172.0, 4170.0, 4172.0, 4140.0, 4160.0, 4139.0, 4162.0, 4141.0, 4192.0, 4141.0, 4171.0, 4139.0, 4159.0, 4138.0, 4170.0, 4139.0, 4170.0, 4138.0, 4148.0, 4139.0, 4172.0, 4140.0, 4160.0, 4141.0, 4173.0, 4154.0, 4193.0, 4184.0, 4173.0, 4152.0, 4141.0, 4173.0, 4172.0, 4172.0, 4140.0, 4152.0, 4140.0, 4165.0, 4162.0, 4173.0, 4151.0, 4152.0, 4160.0, 4152.0, 4192.0, 4161.0, 4172.0, 4141.0, 4181.0, 4163.0, 4193.0, 4153.0, 4150.0, 4154.0, 4153.0, 4174.0, 4174.0, 4194.0, 4143.0, 4172.0, 4143.0, 4172.0, 4153.0, 4205.0, 4164.0, 4182.0, 4143.0, 4184.0, 4174.0, 4183.0, 4152.0, 4143.0, 4153.0, 4152.0, 4196.0, 4174.0, 4194.0, 4152.0, 4143.0, 4173.0, 4152.0, 4196.0, 4196.0, 4153.0, 4184.0, 4142.0, 4183.0, 4153.0, 4203.0, 4160.0, 4180.0, 4141.0, 4190.0, 4171.0, 4168.0, 4138.0, 4137.0, 4160.0, 4150.0, 4181.0, 4140.0, 4159.0, 4140.0, 4160.0, 4142.0, 4181.0, 4172.0, 4160.0, 4151.0, 4129.0, 4161.0, 4140.0, 4191.0, 4139.0, 4159.0, 4139.0, 4180.0, 4150.0, 4170.0, 4140.0, 4161.0, 4152.0, 4181.0, 4152.0, 4173.0, 4153.0, 4173.0, 4154.0, 4192.0, 4184.0, 4172.0, 4141.0, 4140.0, 4152.0, 4151.0, 4183.0, 4141.0, 4161.0, 4141.0, 4161.0, 4141.0, 4192.0, 4152.0, 4202.0, 4162.0, 4171.0, 4141.0, 4171.0, 4151.0, 4191.0, 4139.0, 4170.0, 4141.0, 4180.0, 4171.0, 4190.0, 4140.0, 4158.0, 4138.0, 4156.0, 4159.0, 4180.0, 4170.0, 4137.0, 4138.0, 4138.0, 4151.0, 4138.0, 4160.0, 4138.0, 4138.0, 4149.0, 4161.0, 4140.0, 4172.0, 4151.0, 4171.0, 4152.0, 4171.0, 4173.0, 4193.0, 4183.0, 4172.0, 4151.0, 4130.0, 4148.0, 4139.0, 4181.0, 4150.0, 4180.0, 4140.0, 4159.0, 4139.0, 4169.0, 4150.0, 4179.0, 4149.0, 4169.0, 4139.0, 4158.0, 4141.0, 4179.0, 4163.0, 4159.0, 4151.0, 4141.0, 4163.0, 4153.0, 4192.0, 4153.0, 4173.0, 4152.0, 4182.0, 4163.0, 4203.0, 4182.0, 4169.0, 4141.0, 4159.0, 4152.0, 4180.0, 4161.0, 4169.0, 4139.0, 4149.0, 4151.0, 4191.0, 4161.0, 4170.0, 4139.0, 4159.0, 4161.0, 4179.0, 4173.0, 4138.0, 4138.0, 4128.0, 4160.0, 4138.0, 4149.0, 4140.0, 4160.0, 4139.0, 4181.0, 4151.0, 4150.0, 4151.0, 4182.0, 4151.0, 4182.0, 4141.0, 4161.0, 4153.0, 4192.0, 4162.0, 4141.0, 4150.0, 4140.0, 4171.0, 4141.0, 4192.0, 4172.0, 4180.0, 4150.0, 4139.0, 4148.0, 4138.0, 4180.0, 4138.0, 4168.0, 4139.0, 4157.0, 4140.0, 4190.0, 4159.0, 4169.0, 4148.0, 4149.0, 4161.0, 4181.0, 4160.0, 4139.0, 4149.0, 4151.0, 4182.0, 4163.0, 4181.0, 4151.0, 4141.0, 4163.0, 4143.0, 4182.0, 4153.0, 4172.0, 4154.0, 4192.0, 4175.0, 4183.0, 4153.0, 4152.0, 4154.0, 4154.0, 4196.0, 4176.0, 4205.0, 4164.0, 4152.0, 4153.0, 4144.0, 4205.0, 4163.0, 4194.0, 4142.0, 4172.0, 4173.0, 4192.0, 4171.0, 4139.0, 4139.0, 4128.0, 4170.0, 4149.0, 4179.0, 4139.0, 4148.0, 4140.0, 4171.0, 4151.0, 4180.0, 4140.0, 4140.0, 4162.0, 4139.0, 4182.0, 4142.0, 4162.0, 4152.0, 4162.0, 4152.0, 4193.0, 4174.0, 4193.0, 4141.0, 4169.0, 4140.0, 4179.0, 4149.0, 4179.0, 4138.0, 4157.0, 4137.0, 4168.0, 4150.0, 4178.0, 4138.0, 4167.0, 4138.0, 4168.0, 4149.0, 4182.0, 4140.0, 4139.0, 4150.0, 4152.0, 4153.0, 4153.0, 4193.0, 4153.0, 4172.0, 4153.0, 4194.0, 4173.0, 4182.0, 4152.0, 4183.0, 4174.0, 4205.0, 4197.0, 4163.0, 4152.0, 4152.0, 4162.0, 4152.0, 4194.0, 4174.0, 4193.0, 4162.0, 4170.0, 4140.0, 4180.0, 4160.0, 4169.0, 4149.0, 4126.0, 4138.0, 4127.0, 4146.0, 4127.0, 4179.0, 4148.0, 4166.0, 4125.0, 4145.0, 4138.0, 4168.0, 4147.0, 4127.0, 4137.0, 4139.0, 4150.0, 4150.0, 4192.0, 4162.0, 4141.0, 4150.0, 4141.0, 4173.0, 4140.0, 4181.0, 4140.0, 4160.0, 4140.0, 4171.0, 4140.0, 4180.0, 4138.0, 4148.0, 4139.0, 4172.0, 4140.0, 4179.0, 4151.0, 4150.0, 4151.0, 4172.0, 4152.0, 4181.0, 4151.0, 4173.0, 4164.0, 4193.0, 4175.0, 4163.0, 4154.0, 4173.0, 4175.0, 4193.0, 4184.0, 4151.0, 4152.0, 4150.0, 4163.0, 4181.0, 4172.0, 4150.0, 4151.0, 4140.0, 4161.0, 4140.0, 4193.0, 4162.0, 4191.0, 4151.0, 4160.0, 4152.0, 4182.0, 4161.0, 4181.0, 4141.0, 4181.0, 4150.0, 4180.0, 4152.0, 4192.0, 4172.0, 4192.0, 4150.0, 4160.0, 4140.0, 4149.0, 4162.0, 4173.0, 4183.0, 4152.0, 4161.0, 4152.0, 4172.0, 4144.0, 4193.0, 4172.0, 4193.0, 4152.0, 4169.0, 4150.0, 4159.0, 4140.0, 4160.0, 4172.0, 4192.0, 4173.0, 4140.0, 4151.0, 4141.0, 4172.0, 4151.0, 4181.0, 4151.0, 4161.0, 4154.0, 4194.0, 4175.0, 4184.0, 4151.0, 4141.0, 4163.0, 4142.0, 4204.0, 4150.0, 4171.0, 4143.0, 4171.0, 4164.0, 4193.0, 4184.0, 4152.0, 4163.0, 4152.0, 4172.0, 4152.0, 4182.0, 4155.0, 4173.0, 4152.0, 4193.0, 4182.0, 4152.0, 4151.0, 4150.0, 4162.0, 4152.0, 4193.0, 4150.0, 4180.0, 4141.0, 4171.0, 4173.0, 4151.0, 4161.0, 4140.0, 4172.0, 4172.0, 4214.0, 4217.0, 4205.0, 4151.0, 4140.0, 4138.0, 4138.0, 4147.0, 4139.0, 4139.0, 4150.0, 4148.0, 4140.0, 4149.0, 4139.0, 4167.0, 4147.0, 4126.0, 4166.0, 4145.0, 4164.0, 4153.0, 4165.0, 4152.0, 4110.0, 4120.0, 4121.0, 4119.0, 4110.0, 4110.0, 4112.0, 4124.0, 4156.0, 4139.0, 4137.0, 4138.0, 4138.0, 4138.0, 4139.0, 4170.0, 4151.0, 4181.0, 4151.0, 4139.0, 4151.0, 4141.0, 4182.0, 4152.0, 4192.0, 4149.0, 4160.0, 4153.0, 4141.0, 4193.0, 4152.0, 4182.0, 4142.0, 4162.0, 4153.0, 4153.0, 4195.0, 4152.0, 4182.0, 4153.0, 4143.0, 4175.0, 4165.0, 4195.0, 4154.0, 4184.0, 4155.0, 4205.0, 4175.0, 4183.0, 4153.0, 4172.0, 4174.0, 4182.0, 4172.0, 4141.0, 4160.0, 4151.0, 4170.0, 4152.0, 4203.0, 4162.0, 4150.0, 4152.0, 4141.0, 4162.0, 4151.0, 4193.0, 4164.0, 4203.0, 4150.0, 4171.0, 4141.0, 4141.0, 4162.0, 4152.0, 4193.0, 4151.0, 4172.0, 4153.0, 4183.0, 4174.0, 4206.0, 4174.0, 4163.0, 4163.0, 4153.0, 4194.0, 4186.0, 4185.0, 4187.0, 4155.0, 4174.0, 4154.0, 4173.0, 4164.0, 4152.0, 4174.0, 4186.0, 4206.0, 4153.0, 4172.0, 4154.0, 4196.0, 4162.0, 4204.0, 4153.0, 4172.0, 4153.0, 4163.0, 4195.0, 4166.0, 4194.0, 4163.0, 4163.0, 4174.0, 4185.0, 4207.0, 4154.0, 4174.0, 4153.0, 4194.0, 4173.0, 4182.0, 4164.0, 4164.0, 4163.0, 4153.0, 4194.0, 4164.0, 4182.0, 4152.0, 4171.0, 4142.0, 4180.0, 4138.0, 4179.0, 4149.0, 4178.0, 4149.0, 4188.0, 4128.0, 4158.0, 4138.0, 4178.0, 4139.0, 4149.0, 4150.0, 4150.0, 4153.0, 4154.0, 4166.0, 4163.0, 4175.0, 4166.0, 4175.0, 4165.0, 4196.0, 4166.0, 4185.0, 4153.0, 4182.0, 4153.0, 4194.0, 4165.0, 4193.0, 4154.0, 4185.0, 4165.0, 4206.0, 4176.0, 4174.0, 4165.0, 4164.0, 4166.0, 4207.0, 4186.0, 4164.0, 4154.0, 4153.0, 4186.0, 4176.0, 4196.0, 4154.0, 4173.0, 4155.0, 4195.0, 4165.0, 4204.0, 4153.0, 4172.0, 4154.0, 4184.0, 4175.0, 4163.0, 4164.0, 4142.0, 4164.0, 4152.0, 4185.0, 4142.0, 4172.0, 4141.0, 4171.0, 4141.0, 4193.0, 4141.0, 4172.0, 4151.0, 4172.0, 4154.0, 4182.0, 4173.0, 4171.0, 4140.0, 4159.0, 4140.0, 4169.0, 4139.0, 4168.0, 4150.0, 4180.0, 4160.0, 4178.0, 4137.0, 4146.0, 4138.0, 4160.0, 4151.0, 4182.0, 4150.0, 4161.0, 4150.0, 4174.0, 4153.0, 4208.0, 4153.0, 4153.0, 4151.0, 4152.0, 4182.0, 4184.0, 4182.0, 4162.0, 4148.0, 4151.0, 4140.0, 4163.0, 4171.0, 4163.0, 4141.0, 4152.0, 4140.0, 4162.0, 4142.0, 4184.0, 4152.0, 4172.0, 4150.0, 4162.0, 4153.0, 4193.0, 4163.0, 4182.0, 4142.0, 4171.0, 4154.0, 4182.0, 4162.0, 4140.0, 4154.0, 4142.0, 4175.0, 4184.0, 4174.0, 4162.0, 4152.0, 4180.0, 4163.0, 4192.0, 4163.0, 4171.0, 4140.0, 4159.0, 4141.0, 4181.0, 4151.0, 4180.0, 4136.0, 4159.0, 4139.0, 4159.0, 4139.0, 4181.0, 4150.0, 4180.0, 4140.0, 4170.0, 4142.0, 4170.0, 4163.0, 4152.0, 4153.0, 4141.0, 4175.0, 4162.0, 4185.0, 4141.0, 4164.0, 4141.0, 4173.0, 4160.0, 4183.0, 4140.0, 4151.0, 4139.0, 4150.0, 4151.0, 4193.0, 4163.0, 4192.0, 4150.0, 4160.0, 4153.0, 4163.0, 4163.0, 4151.0, 4164.0, 4154.0, 4184.0, 4155.0, 4193.0, 4153.0, 4173.0, 4152.0, 4183.0, 4164.0, 4204.0, 4154.0, 4161.0, 4153.0, 4163.0, 4196.0, 4154.0, 4173.0, 4153.0, 4183.0, 4141.0, 4204.0, 4151.0, 4171.0, 4140.0, 4160.0, 4140.0, 4191.0, 4172.0, 4170.0, 4140.0, 4141.0, 4152.0, 4150.0, 4172.0, 4153.0, 4164.0, 4164.0, 4175.0, 4176.0, 4186.0, 4165.0, 4154.0, 4166.0, 4153.0, 4207.0, 4163.0, 4193.0, 4150.0, 4170.0, 4139.0, 4148.0, 4138.0, 4170.0, 4129.0, 4179.0, 4128.0, 4158.0, 4138.0, 4169.0, 4161.0, 4170.0, 4150.0, 4140.0, 4149.0, 4151.0, 4174.0, 4155.0, 4205.0, 4155.0, 4165.0, 4153.0, 4165.0, 4196.0, 4165.0, 4174.0, 4143.0, 4162.0, 4144.0, 4195.0, 4165.0, 4193.0, 4141.0, 4171.0, 4141.0, 4172.0, 4162.0, 4193.0, 4171.0, 4151.0, 4161.0, 4141.0, 4170.0, 4162.0, 4192.0, 4159.0, 4169.0, 4139.0, 4150.0, 4161.0, 4139.0, 4160.0, 4139.0, 4160.0, 4139.0, 4181.0, 4153.0, 4170.0, 4141.0, 4181.0, 4162.0, 4180.0, 4142.0, 4140.0, 4138.0, 4139.0, 4160.0, 4140.0, 4181.0, 4161.0, 4192.0, 4150.0, 4137.0, 4139.0, 4130.0, 4159.0, 4140.0, 4178.0, 4140.0, 4159.0, 4140.0, 4182.0, 4162.0, 4181.0, 4140.0, 4149.0, 4162.0, 4171.0, 4162.0, 4141.0, 4151.0, 4154.0, 4195.0, 4175.0, 4184.0, 4153.0, 4153.0, 4174.0, 4164.0, 4194.0, 4153.0, 4181.0, 4155.0, 4185.0, 4186.0, 4162.0, 4173.0, 4152.0, 4172.0, 4162.0, 4204.0, 4163.0, 4183.0, 4164.0, 4163.0, 4194.0, 4152.0, 4182.0, 4153.0, 4163.0, 4174.0, 4174.0, 4193.0, 4153.0, 4171.0, 4143.0, 4179.0, 4163.0, 4193.0, 4172.0, 4140.0, 4150.0, 4141.0, 4172.0, 4153.0, 4192.0, 4152.0, 4171.0, 4141.0, 4150.0, 4171.0, 4152.0, 4182.0, 4139.0, 4160.0, 4141.0, 4171.0, 4161.0, 4180.0, 4159.0, 4129.0, 4149.0, 4141.0, 4180.0, 4150.0, 4191.0, 4139.0, 4161.0, 4152.0, 4141.0, 4162.0, 4151.0, 4151.0, 4163.0, 4195.0, 4175.0, 4183.0, 4154.0, 4152.0, 4174.0, 4174.0, 4195.0, 4142.0, 4151.0, 4141.0, 4181.0, 4153.0, 4172.0, 4152.0, 4140.0, 4174.0, 4153.0, 4184.0, 4143.0, 4172.0, 4151.0, 4203.0, 4164.0, 4171.0, 4142.0, 4142.0, 4151.0, 4140.0, 4184.0, 4186.0, 4162.0, 4183.0, 4151.0, 4153.0, 4173.0, 4142.0, 4163.0, 4152.0, 4152.0, 4163.0, 4165.0, 4154.0, 4206.0, 4164.0, 4173.0, 4142.0, 4152.0, 4192.0, 4153.0, 4181.0, 4152.0, 4141.0, 4140.0, 4141.0, 4181.0, 4162.0, 4193.0, 4160.0, 4139.0, 4149.0, 4141.0, 4182.0, 4162.0, 4182.0, 4139.0, 4129.0, 4140.0, 4150.0, 4182.0, 4161.0, 4192.0, 4160.0, 4149.0, 4139.0, 4139.0, 4171.0, 4142.0, 4192.0, 4152.0, 4141.0, 4152.0, 4153.0, 4195.0, 4173.0, 4182.0, 4150.0, 4161.0, 4172.0, 4162.0, 4160.0, 4140.0, 4162.0, 4142.0, 4192.0, 4151.0, 4162.0, 4150.0, 4172.0, 4155.0, 4203.0, 4164.0, 4142.0, 4163.0, 4155.0, 4185.0, 4164.0, 4194.0, 4154.0, 4153.0, 4174.0, 4154.0, 4196.0, 4164.0, 4184.0, 4154.0, 4152.0, 4185.0, 4172.0, 4194.0, 4143.0, 4161.0, 4151.0, 4183.0, 4161.0, 4190.0, 4161.0, 4137.0, 4139.0, 4129.0], 'WindowWidth': [9391.0, 9339.0, 9308.0, 9285.0, 9273.0, 9254.0, 9264.0, 9278.0, 9255.0, 9275.0, 9282.0, 9261.0, 9332.0, 9272.0, 9278.0, 9249.0, 9287.0, 9277.0, 9304.0, 9263.0, 9257.0, 9254.0, 9290.0, 9277.0, 9260.0, 9247.0, 9229.0, 9264.0, 9232.0, 9246.0, 9247.0, 9267.0, 9272.0, 9341.0, 9297.0, 9306.0, 9294.0, 9328.0, 9303.0, 9297.0, 9269.0, 9264.0, 9298.0, 9293.0, 9303.0, 9231.0, 9258.0, 9229.0, 9304.0, 9258.0, 9254.0, 9209.0, 9237.0, 9208.0, 9269.0, 9224.0, 9225.0, 9227.0, 9263.0, 9247.0, 9261.0, 9262.0, 9272.0, 9253.0, 9318.0, 9275.0, 9299.0, 9233.0, 9298.0, 9257.0, 9298.0, 9245.0, 9266.0, 9229.0, 9295.0, 9240.0, 9263.0, 9225.0, 9278.0, 9229.0, 9276.0, 9225.0, 9262.0, 9243.0, 9280.0, 9256.0, 9250.0, 9240.0, 9221.0, 9223.0, 9220.0, 9271.0, 9262.0, 9253.0, 9204.0, 9233.0, 9201.0, 9235.0, 9218.0, 9237.0, 9204.0, 9239.0, 9224.0, 9241.0, 9228.0, 9228.0, 9242.0, 9261.0, 9247.0, 9263.0, 9252.0, 9263.0, 9250.0, 9305.0, 9253.0, 9301.0, 9247.0, 9269.0, 9251.0, 9297.0, 9262.0, 9282.0, 9229.0, 9269.0, 9262.0, 9287.0, 9245.0, 9256.0, 9249.0, 9256.0, 9273.0, 9227.0, 9262.0, 9228.0, 9258.0, 9231.0, 9317.0, 9245.0, 9268.0, 9231.0, 9285.0, 9263.0, 9285.0, 9247.0, 9245.0, 9250.0, 9231.0, 9280.0, 9274.0, 9308.0, 9232.0, 9257.0, 9229.0, 9257.0, 9247.0, 9322.0, 9249.0, 9286.0, 9232.0, 9259.0, 9292.0, 9278.0, 9291.0, 9246.0, 9268.0, 9244.0, 9297.0, 9272.0, 9298.0, 9243.0, 9236.0, 9242.0, 9224.0, 9271.0, 9253.0, 9298.0, 9224.0, 9247.0, 9222.0, 9233.0, 9228.0, 9294.0, 9245.0, 9271.0, 9230.0, 9229.0, 9249.0, 9257.0, 9272.0, 9248.0, 9278.0, 9250.0, 9321.0, 9251.0, 9275.0, 9260.0, 9287.0, 9254.0, 9306.0, 9294.0, 9264.0, 9250.0, 9232.0, 9248.0, 9233.0, 9308.0, 9277.0, 9311.0, 9245.0, 9269.0, 9228.0, 9300.0, 9229.0, 9269.0, 9228.0, 9265.0, 9247.0, 9288.0, 9263.0, 9233.0, 9245.0, 9244.0, 9293.0, 9262.0, 9304.0, 9243.0, 9268.0, 9245.0, 9299.0, 9247.0, 9268.0, 9241.0, 9251.0, 9245.0, 9312.0, 9273.0, 9268.0, 9228.0, 9211.0, 9238.0, 9208.0, 9254.0, 9227.0, 9302.0, 9243.0, 9256.0, 9230.0, 9288.0, 9267.0, 9290.0, 9251.0, 9256.0, 9249.0, 9286.0, 9276.0, 9282.0, 9229.0, 9238.0, 9260.0, 9282.0, 9257.0, 9224.0, 9242.0, 9262.0, 9263.0, 9224.0, 9239.0, 9223.0, 9271.0, 9225.0, 9279.0, 9229.0, 9250.0, 9245.0, 9284.0, 9247.0, 9282.0, 9233.0, 9268.0, 9250.0, 9298.0, 9244.0, 9279.0, 9243.0, 9266.0, 9261.0, 9302.0, 9286.0, 9227.0, 9255.0, 9242.0, 9285.0, 9245.0, 9312.0, 9243.0, 9280.0, 9243.0, 9294.0, 9273.0, 9254.0, 9233.0, 9212.0, 9273.0, 9256.0, 9299.0, 9228.0, 9252.0, 9228.0, 9283.0, 9228.0, 9285.0, 9226.0, 9248.0, 9227.0, 9279.0, 9260.0, 9268.0, 9244.0, 9227.0, 9254.0, 9223.0, 9280.0, 9225.0, 9292.0, 9232.0, 9246.0, 9219.0, 9248.0, 9225.0, 9279.0, 9225.0, 9259.0, 9224.0, 9248.0, 9234.0, 9283.0, 9259.0, 9270.0, 9245.0, 9229.0, 9264.0, 9249.0, 9296.0, 9247.0, 9270.0, 9245.0, 9300.0, 9260.0, 9281.0, 9232.0, 9282.0, 9249.0, 9304.0, 9261.0, 9228.0, 9245.0, 9232.0, 9290.0, 9252.0, 9275.0, 9247.0, 9290.0, 9263.0, 9315.0, 9251.0, 9284.0, 9231.0, 9267.0, 9255.0, 9238.0, 9272.0, 9266.0, 9271.0, 9225.0, 9253.0, 9226.0, 9258.0, 9230.0, 9299.0, 9229.0, 9268.0, 9223.0, 9249.0, 9221.0, 9265.0, 9223.0, 9265.0, 9223.0, 9234.0, 9226.0, 9272.0, 9229.0, 9254.0, 9231.0, 9276.0, 9254.0, 9302.0, 9293.0, 9274.0, 9247.0, 9230.0, 9276.0, 9271.0, 9274.0, 9228.0, 9246.0, 9229.0, 9267.0, 9259.0, 9276.0, 9244.0, 9246.0, 9254.0, 9247.0, 9299.0, 9259.0, 9270.0, 9231.0, 9284.0, 9264.0, 9302.0, 9249.0, 9243.0, 9252.0, 9249.0, 9279.0, 9279.0, 9306.0, 9236.0, 9272.0, 9234.0, 9274.0, 9251.0, 9321.0, 9265.0, 9287.0, 9237.0, 9290.0, 9279.0, 9288.0, 9248.0, 9237.0, 9250.0, 9248.0, 9309.0, 9280.0, 9304.0, 9247.0, 9234.0, 9274.0, 9249.0, 9310.0, 9313.0, 9252.0, 9290.0, 9234.0, 9289.0, 9248.0, 9315.0, 9253.0, 9277.0, 9229.0, 9294.0, 9267.0, 9260.0, 9222.0, 9218.0, 9254.0, 9239.0, 9283.0, 9229.0, 9251.0, 9228.0, 9252.0, 9233.0, 9283.0, 9274.0, 9253.0, 9241.0, 9211.0, 9255.0, 9225.0, 9296.0, 9224.0, 9248.0, 9223.0, 9280.0, 9241.0, 9267.0, 9228.0, 9256.0, 9248.0, 9284.0, 9249.0, 9275.0, 9249.0, 9277.0, 9254.0, 9301.0, 9293.0, 9271.0, 9232.0, 9227.0, 9247.0, 9243.0, 9289.0, 9232.0, 9258.0, 9230.0, 9257.0, 9230.0, 9301.0, 9247.0, 9313.0, 9259.0, 9270.0, 9230.0, 9269.0, 9244.0, 9296.0, 9226.0, 9268.0, 9231.0, 9280.0, 9271.0, 9293.0, 9226.0, 9247.0, 9222.0, 9243.0, 9251.0, 9279.0, 9266.0, 9219.0, 9223.0, 9220.0, 9241.0, 9222.0, 9253.0, 9223.0, 9222.0, 9238.0, 9257.0, 9230.0, 9272.0, 9245.0, 9272.0, 9248.0, 9270.0, 9278.0, 9303.0, 9289.0, 9271.0, 9243.0, 9213.0, 9235.0, 9223.0, 9283.0, 9239.0, 9278.0, 9225.0, 9248.0, 9223.0, 9264.0, 9239.0, 9279.0, 9237.0, 9261.0, 9223.0, 9246.0, 9230.0, 9279.0, 9263.0, 9253.0, 9243.0, 9230.0, 9263.0, 9249.0, 9303.0, 9251.0, 9274.0, 9247.0, 9284.0, 9264.0, 9316.0, 9286.0, 9265.0, 9229.0, 9252.0, 9246.0, 9281.0, 9256.0, 9264.0, 9226.0, 9237.0, 9244.0, 9296.0, 9260.0, 9267.0, 9225.0, 9249.0, 9258.0, 9278.0, 9273.0, 9222.0, 9221.0, 9209.0, 9254.0, 9223.0, 9239.0, 9227.0, 9255.0, 9228.0, 9285.0, 9245.0, 9242.0, 9244.0, 9287.0, 9246.0, 9286.0, 9232.0, 9255.0, 9251.0, 9301.0, 9261.0, 9231.0, 9241.0, 9229.0, 9268.0, 9231.0, 9299.0, 9274.0, 9279.0, 9241.0, 9223.0, 9235.0, 9220.0, 9280.0, 9222.0, 9260.0, 9223.0, 9245.0, 9227.0, 9294.0, 9252.0, 9263.0, 9236.0, 9237.0, 9257.0, 9283.0, 9254.0, 9225.0, 9237.0, 9244.0, 9286.0, 9262.0, 9284.0, 9244.0, 9232.0, 9263.0, 9236.0, 9287.0, 9249.0, 9274.0, 9254.0, 9301.0, 9281.0, 9290.0, 9251.0, 9249.0, 9253.0, 9254.0, 9313.0, 9285.0, 9321.0, 9266.0, 9249.0, 9251.0, 9240.0, 9324.0, 9265.0, 9303.0, 9233.0, 9271.0, 9277.0, 9298.0, 9270.0, 9224.0, 9225.0, 9209.0, 9267.0, 9236.0, 9277.0, 9224.0, 9234.0, 9228.0, 9269.0, 9243.0, 9279.0, 9226.0, 9227.0, 9260.0, 9227.0, 9288.0, 9234.0, 9259.0, 9249.0, 9258.0, 9248.0, 9302.0, 9277.0, 9300.0, 9229.0, 9263.0, 9227.0, 9277.0, 9237.0, 9274.0, 9221.0, 9243.0, 9219.0, 9261.0, 9239.0, 9273.0, 9220.0, 9256.0, 9219.0, 9260.0, 9238.0, 9284.0, 9227.0, 9224.0, 9241.0, 9246.0, 9250.0, 9250.0, 9302.0, 9250.0, 9272.0, 9250.0, 9304.0, 9277.0, 9286.0, 9246.0, 9288.0, 9281.0, 9323.0, 9315.0, 9264.0, 9247.0, 9246.0, 9258.0, 9247.0, 9305.0, 9279.0, 9301.0, 9259.0, 9265.0, 9227.0, 9277.0, 9253.0, 9261.0, 9235.0, 9202.0, 9218.0, 9202.0, 9228.0, 9205.0, 9276.0, 9231.0, 9252.0, 9199.0, 9223.0, 9222.0, 9259.0, 9230.0, 9203.0, 9217.0, 9224.0, 9241.0, 9243.0, 9300.0, 9260.0, 9231.0, 9241.0, 9229.0, 9274.0, 9226.0, 9283.0, 9227.0, 9251.0, 9225.0, 9268.0, 9226.0, 9277.0, 9220.0, 9233.0, 9224.0, 9270.0, 9226.0, 9276.0, 9242.0, 9240.0, 9244.0, 9272.0, 9247.0, 9283.0, 9245.0, 9273.0, 9267.0, 9303.0, 9281.0, 9262.0, 9252.0, 9275.0, 9282.0, 9301.0, 9290.0, 9243.0, 9244.0, 9239.0, 9262.0, 9283.0, 9271.0, 9241.0, 9242.0, 9228.0, 9255.0, 9229.0, 9301.0, 9260.0, 9296.0, 9243.0, 9252.0, 9245.0, 9284.0, 9257.0, 9280.0, 9230.0, 9281.0, 9241.0, 9279.0, 9246.0, 9297.0, 9272.0, 9296.0, 9241.0, 9252.0, 9226.0, 9239.0, 9262.0, 9274.0, 9288.0, 9248.0, 9256.0, 9247.0, 9271.0, 9237.0, 9301.0, 9274.0, 9300.0, 9244.0, 9263.0, 9240.0, 9249.0, 9226.0, 9251.0, 9273.0, 9297.0, 9274.0, 9228.0, 9242.0, 9231.0, 9273.0, 9246.0, 9285.0, 9244.0, 9257.0, 9252.0, 9306.0, 9283.0, 9291.0, 9246.0, 9231.0, 9262.0, 9233.0, 9317.0, 9242.0, 9271.0, 9235.0, 9271.0, 9266.0, 9304.0, 9292.0, 9248.0, 9262.0, 9248.0, 9276.0, 9248.0, 9286.0, 9258.0, 9275.0, 9248.0, 9302.0, 9289.0, 9247.0, 9244.0, 9241.0, 9258.0, 9247.0, 9302.0, 9243.0, 9281.0, 9231.0, 9271.0, 9276.0, 9243.0, 9257.0, 9228.0, 9273.0, 9275.0, 9340.0, 9342.0, 9321.0, 9244.0, 9228.0, 9220.0, 9218.0, 9227.0, 9222.0, 9223.0, 9238.0, 9236.0, 9224.0, 9235.0, 9223.0, 9257.0, 9230.0, 9197.0, 9250.0, 9221.0, 9243.0, 9230.0, 9245.0, 9227.0, 9167.0, 9181.0, 9183.0, 9178.0, 9168.0, 9168.0, 9175.0, 9195.0, 9244.0, 9221.0, 9219.0, 9221.0, 9221.0, 9221.0, 9222.0, 9263.0, 9243.0, 9281.0, 9242.0, 9224.0, 9242.0, 9228.0, 9284.0, 9246.0, 9297.0, 9239.0, 9252.0, 9246.0, 9232.0, 9302.0, 9247.0, 9285.0, 9234.0, 9258.0, 9250.0, 9250.0, 9308.0, 9248.0, 9286.0, 9250.0, 9237.0, 9283.0, 9269.0, 9308.0, 9252.0, 9292.0, 9257.0, 9320.0, 9280.0, 9290.0, 9248.0, 9271.0, 9276.0, 9286.0, 9272.0, 9229.0, 9254.0, 9241.0, 9268.0, 9248.0, 9316.0, 9259.0, 9242.0, 9245.0, 9230.0, 9257.0, 9244.0, 9300.0, 9264.0, 9314.0, 9241.0, 9268.0, 9228.0, 9228.0, 9260.0, 9246.0, 9302.0, 9244.0, 9271.0, 9250.0, 9290.0, 9281.0, 9326.0, 9280.0, 9263.0, 9262.0, 9251.0, 9306.0, 9299.0, 9296.0, 9303.0, 9256.0, 9278.0, 9253.0, 9277.0, 9267.0, 9249.0, 9281.0, 9298.0, 9326.0, 9251.0, 9275.0, 9252.0, 9310.0, 9262.0, 9317.0, 9248.0, 9272.0, 9251.0, 9265.0, 9310.0, 9271.0, 9306.0, 9264.0, 9263.0, 9280.0, 9295.0, 9328.0, 9251.0, 9277.0, 9251.0, 9304.0, 9278.0, 9287.0, 9265.0, 9266.0, 9265.0, 9250.0, 9307.0, 9265.0, 9287.0, 9246.0, 9268.0, 9231.0, 9279.0, 9222.0, 9276.0, 9236.0, 9273.0, 9235.0, 9285.0, 9206.0, 9245.0, 9221.0, 9272.0, 9223.0, 9236.0, 9241.0, 9241.0, 9249.0, 9254.0, 9272.0, 9264.0, 9281.0, 9270.0, 9281.0, 9270.0, 9311.0, 9270.0, 9293.0, 9251.0, 9288.0, 9250.0, 9305.0, 9267.0, 9302.0, 9253.0, 9293.0, 9271.0, 9324.0, 9286.0, 9280.0, 9269.0, 9266.0, 9273.0, 9326.0, 9298.0, 9264.0, 9253.0, 9249.0, 9299.0, 9283.0, 9311.0, 9253.0, 9275.0, 9254.0, 9308.0, 9269.0, 9319.0, 9248.0, 9273.0, 9252.0, 9291.0, 9282.0, 9262.0, 9264.0, 9232.0, 9265.0, 9246.0, 9293.0, 9231.0, 9270.0, 9228.0, 9270.0, 9231.0, 9301.0, 9231.0, 9270.0, 9245.0, 9271.0, 9251.0, 9285.0, 9274.0, 9267.0, 9226.0, 9248.0, 9226.0, 9261.0, 9221.0, 9259.0, 9239.0, 9279.0, 9252.0, 9272.0, 9218.0, 9228.0, 9220.0, 9253.0, 9244.0, 9287.0, 9241.0, 9257.0, 9241.0, 9279.0, 9251.0, 9331.0, 9250.0, 9250.0, 9243.0, 9246.0, 9285.0, 9289.0, 9284.0, 9258.0, 9236.0, 9243.0, 9226.0, 9261.0, 9270.0, 9259.0, 9228.0, 9244.0, 9227.0, 9260.0, 9232.0, 9290.0, 9245.0, 9271.0, 9239.0, 9258.0, 9248.0, 9300.0, 9259.0, 9283.0, 9230.0, 9268.0, 9250.0, 9285.0, 9259.0, 9230.0, 9251.0, 9233.0, 9282.0, 9290.0, 9277.0, 9257.0, 9244.0, 9279.0, 9261.0, 9298.0, 9260.0, 9267.0, 9225.0, 9249.0, 9228.0, 9281.0, 9240.0, 9276.0, 9217.0, 9247.0, 9222.0, 9247.0, 9222.0, 9280.0, 9240.0, 9277.0, 9225.0, 9264.0, 9230.0, 9267.0, 9262.0, 9245.0, 9248.0, 9230.0, 9280.0, 9260.0, 9293.0, 9229.0, 9262.0, 9227.0, 9274.0, 9253.0, 9288.0, 9224.0, 9241.0, 9224.0, 9238.0, 9243.0, 9301.0, 9260.0, 9297.0, 9240.0, 9253.0, 9248.0, 9262.0, 9262.0, 9245.0, 9264.0, 9250.0, 9293.0, 9253.0, 9301.0, 9248.0, 9272.0, 9247.0, 9289.0, 9265.0, 9316.0, 9249.0, 9256.0, 9251.0, 9265.0, 9312.0, 9253.0, 9276.0, 9248.0, 9287.0, 9231.0, 9317.0, 9243.0, 9268.0, 9226.0, 9253.0, 9228.0, 9295.0, 9272.0, 9265.0, 9226.0, 9226.0, 9246.0, 9242.0, 9272.0, 9247.0, 9263.0, 9266.0, 9283.0, 9286.0, 9298.0, 9269.0, 9251.0, 9269.0, 9248.0, 9324.0, 9260.0, 9301.0, 9238.0, 9264.0, 9220.0, 9231.0, 9217.0, 9264.0, 9208.0, 9275.0, 9206.0, 9245.0, 9220.0, 9262.0, 9254.0, 9264.0, 9239.0, 9225.0, 9238.0, 9245.0, 9277.0, 9255.0, 9321.0, 9256.0, 9267.0, 9252.0, 9268.0, 9312.0, 9266.0, 9277.0, 9234.0, 9258.0, 9237.0, 9306.0, 9266.0, 9300.0, 9230.0, 9266.0, 9228.0, 9270.0, 9260.0, 9299.0, 9270.0, 9242.0, 9256.0, 9228.0, 9267.0, 9257.0, 9297.0, 9249.0, 9262.0, 9223.0, 9237.0, 9257.0, 9224.0, 9252.0, 9223.0, 9252.0, 9225.0, 9283.0, 9247.0, 9265.0, 9229.0, 9281.0, 9258.0, 9278.0, 9231.0, 9225.0, 9222.0, 9223.0, 9250.0, 9225.0, 9282.0, 9256.0, 9297.0, 9239.0, 9219.0, 9222.0, 9210.0, 9250.0, 9225.0, 9275.0, 9225.0, 9249.0, 9227.0, 9283.0, 9258.0, 9280.0, 9226.0, 9237.0, 9260.0, 9269.0, 9259.0, 9229.0, 9245.0, 9252.0, 9307.0, 9280.0, 9290.0, 9248.0, 9249.0, 9279.0, 9266.0, 9305.0, 9250.0, 9284.0, 9254.0, 9293.0, 9297.0, 9260.0, 9274.0, 9247.0, 9273.0, 9261.0, 9318.0, 9262.0, 9287.0, 9263.0, 9262.0, 9306.0, 9249.0, 9287.0, 9250.0, 9260.0, 9278.0, 9276.0, 9304.0, 9249.0, 9269.0, 9235.0, 9279.0, 9263.0, 9300.0, 9273.0, 9228.0, 9240.0, 9230.0, 9272.0, 9248.0, 9298.0, 9245.0, 9267.0, 9229.0, 9242.0, 9271.0, 9246.0, 9285.0, 9226.0, 9252.0, 9227.0, 9266.0, 9257.0, 9280.0, 9251.0, 9210.0, 9236.0, 9228.0, 9278.0, 9239.0, 9293.0, 9225.0, 9253.0, 9246.0, 9230.0, 9260.0, 9244.0, 9245.0, 9264.0, 9309.0, 9282.0, 9289.0, 9251.0, 9247.0, 9279.0, 9276.0, 9306.0, 9233.0, 9241.0, 9228.0, 9281.0, 9247.0, 9271.0, 9246.0, 9230.0, 9280.0, 9249.0, 9290.0, 9236.0, 9272.0, 9245.0, 9313.0, 9263.0, 9267.0, 9231.0, 9231.0, 9242.0, 9229.0, 9290.0, 9297.0, 9260.0, 9286.0, 9243.0, 9247.0, 9277.0, 9234.0, 9258.0, 9243.0, 9247.0, 9262.0, 9267.0, 9254.0, 9324.0, 9265.0, 9275.0, 9234.0, 9246.0, 9300.0, 9248.0, 9283.0, 9245.0, 9229.0, 9227.0, 9229.0, 9283.0, 9259.0, 9299.0, 9253.0, 9226.0, 9237.0, 9230.0, 9285.0, 9259.0, 9284.0, 9226.0, 9211.0, 9227.0, 9240.0, 9285.0, 9255.0, 9296.0, 9252.0, 9236.0, 9223.0, 9225.0, 9268.0, 9231.0, 9298.0, 9245.0, 9230.0, 9245.0, 9248.0, 9307.0, 9276.0, 9285.0, 9240.0, 9255.0, 9273.0, 9257.0, 9254.0, 9227.0, 9258.0, 9233.0, 9299.0, 9245.0, 9258.0, 9242.0, 9272.0, 9255.0, 9316.0, 9264.0, 9232.0, 9263.0, 9254.0, 9293.0, 9264.0, 9304.0, 9251.0, 9248.0, 9280.0, 9253.0, 9312.0, 9265.0, 9292.0, 9250.0, 9246.0, 9293.0, 9273.0, 9304.0, 9235.0, 9255.0, 9243.0, 9286.0, 9257.0, 9294.0, 9256.0, 9219.0, 9222.0, 9207.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.001024820322180917</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02324186592317224</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.33234369802856</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1744808825108513</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0012283682641032</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4717</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6864.0986</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09649531707960378</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.018587360594796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.463638726009656</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.430841487498768</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666871027325931</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29320366320427</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00586435</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0024837201926857233</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03302399069070816</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1614</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7747496314388083</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>19.7662</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0157</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9134</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298922.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>751.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.3953</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0589</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.7561</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3348.4277</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3552.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77622.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1065.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4447.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.9835</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.080944653833285</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> |