ds005256-mriqc/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter b640236fdd [DATALAD RUNCMD] Compute MRIQC for sub-0005
=== 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-0005 --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-0005",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:24 +02:00

616 lines
No EOL
169 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-03/func/sub-0005_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>51e06358161fa1b1f25fee6899f91375</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>16:28:13.780000</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.997913, -0.0620912, 0.0177306, 0.062084, 0.99807, 0.0009551]</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.0742272</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7769, -7314, 551, -51, -64, -48, 72]</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>256.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8bafbdc-4df5-4587-9fda-b27e50cb2608||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.6773276329040527, 0.16656678915023804, 0.047940272837877274, 104.63504791259766], [0.1665860265493393, 2.6777501106262207, -0.000398728676373139, -100.75640869140625], [0.04756981134414673, -0.0025624637492001057, 2.6995742321014404, -84.47555541992188], [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': ['162813.780000', '162814.240000', '162814.700000', '162815.160000', '162815.620000', '162816.080000', '162816.540000', '162817.000000', '162817.460000', '162817.920000', '162818.380000', '162818.840000', '162819.300000', '162819.760000', '162820.220000', '162820.680000', '162821.140000', '162821.600000', '162822.060000', '162822.520000', '162822.980000', '162823.440000', '162823.900000', '162824.360000', '162824.820000', '162825.280000', '162825.740000', '162826.200000', '162826.660000', '162827.120000', '162827.580000', '162828.040000', '162828.500000', '162828.960000', '162829.420000', '162829.880000', '162830.340000', '162830.800000', '162831.260000', '162831.720000', '162832.180000', '162832.640000', '162833.100000', '162833.560000', '162834.020000', '162834.480000', '162834.940000', '162835.400000', '162835.860000', '162836.320000', '162836.780000', '162837.240000', '162837.700000', '162838.160000', '162838.620000', '162839.080000', '162839.540000', '162840.000000', '162840.460000', '162840.920000', '162841.380000', '162841.840000', '162842.300000', '162842.760000', '162843.220000', '162843.680000', '162844.140000', '162844.600000', '162845.060000', '162845.520000', '162845.980000', '162846.440000', '162846.900000', '162847.360000', '162847.820000', '162848.280000', '162848.740000', '162849.200000', '162849.660000', '162850.120000', '162850.580000', '162851.040000', '162851.500000', '162851.960000', '162852.420000', '162852.880000', '162853.340000', '162853.800000', '162854.260000', '162854.720000', '162855.180000', '162855.640000', '162856.100000', '162856.560000', '162857.020000', '162857.480000', '162857.940000', '162858.400000', '162858.860000', '162859.320000', '162859.780000', '162900.240000', '162900.700000', '162901.160000', '162901.620000', '162902.080000', '162902.540000', '162903.000000', '162903.460000', '162903.920000', '162904.380000', '162904.840000', '162905.300000', '162905.760000', '162906.220000', '162906.680000', '162907.140000', '162907.600000', '162908.060000', '162908.520000', '162908.980000', '162909.440000', '162909.900000', '162910.360000', '162910.820000', '162911.280000', '162911.740000', '162912.200000', '162912.660000', '162913.120000', '162913.580000', '162914.040000', '162914.500000', '162914.960000', '162915.420000', '162915.880000', '162916.340000', '162916.800000', '162917.260000', '162917.720000', '162918.180000', '162918.640000', '162919.100000', '162919.560000', '162920.020000', '162920.480000', '162920.940000', '162921.400000', '162921.860000', '162922.320000', '162922.780000', '162923.240000', '162923.700000', '162924.160000', '162924.620000', '162925.080000', '162925.540000', '162926.000000', '162926.460000', '162926.920000', '162927.380000', '162927.840000', '162928.300000', '162928.760000', '162929.220000', '162929.680000', '162930.140000', '162930.600000', '162931.060000', '162931.520000', '162931.980000', '162932.440000', '162932.900000', '162933.360000', '162933.820000', '162934.280000', '162934.740000', '162935.200000', '162935.660000', '162936.120000', '162936.580000', '162937.040000', '162937.500000', '162937.960000', '162938.420000', '162938.880000', '162939.340000', '162939.800000', '162940.260000', '162940.720000', '162941.180000', '162941.640000', '162942.100000', '162942.560000', '162943.020000', '162943.480000', '162943.940000', '162944.400000', '162944.860000', '162945.320000', '162945.780000', '162946.240000', '162946.700000', '162947.160000', '162947.620000', '162948.080000', '162948.540000', '162949.000000', '162949.460000', '162949.920000', '162950.380000', '162950.840000', '162951.300000', '162951.760000', '162952.220000', '162952.680000', '162953.140000', '162953.600000', '162954.060000', '162954.520000', '162954.980000', '162955.440000', '162955.900000', '162956.360000', '162956.820000', '162957.280000', '162957.740000', '162958.200000', '162958.660000', '162959.120000', '162959.580000', '163000.040000', '163000.500000', '163000.960000', '163001.420000', '163001.880000', '163002.340000', '163002.800000', '163003.260000', '163003.720000', '163004.180000', '163004.640000', '163005.100000', '163005.560000', '163006.020000', '163006.480000', '163006.940000', '163007.400000', '163007.860000', '163008.320000', '163008.780000', '163009.240000', '163009.700000', '163010.160000', '163010.620000', '163011.080000', '163011.540000', '163012.000000', '163012.460000', '163012.920000', '163013.380000', '163013.840000', '163014.300000', '163014.760000', '163015.220000', '163015.680000', '163016.140000', '163016.600000', '163017.060000', '163017.520000', '163017.980000', '163018.440000', '163018.900000', '163019.360000', '163019.820000', '163020.280000', '163020.740000', '163021.200000', '163021.660000', '163022.120000', '163022.580000', '163023.040000', '163023.500000', '163023.960000', '163024.420000', '163024.880000', '163025.340000', '163025.800000', '163026.260000', '163026.720000', '163027.180000', '163027.640000', '163028.100000', '163028.560000', '163029.020000', '163029.480000', '163029.940000', '163030.400000', '163030.860000', '163031.320000', '163031.780000', '163032.240000', '163032.700000', '163033.160000', '163033.620000', '163034.080000', '163034.540000', '163035.000000', '163035.460000', '163035.920000', '163036.380000', '163036.840000', '163037.300000', '163037.760000', '163038.220000', '163038.680000', '163039.140000', '163039.600000', '163040.060000', '163040.520000', '163040.980000', '163041.440000', '163041.900000', '163042.360000', '163042.820000', '163043.280000', '163043.740000', '163044.200000', '163044.660000', '163045.120000', '163045.580000', '163046.040000', '163046.500000', '163046.960000', '163047.420000', '163047.880000', '163048.340000', '163048.800000', '163049.260000', '163049.720000', '163050.180000', '163050.640000', '163051.100000', '163051.560000', '163052.020000', '163052.480000', '163052.940000', '163053.400000', '163053.860000', '163054.320000', '163054.780000', '163055.240000', '163055.700000', '163056.160000', '163056.620000', '163057.080000', '163057.540000', '163058.000000', '163058.460000', '163058.920000', '163059.380000', '163059.840000', '163100.300000', '163100.760000', '163101.220000', '163101.680000', '163102.140000', '163102.600000', '163103.060000', '163103.520000', '163103.980000', '163104.440000', '163104.900000', '163105.360000', '163105.820000', '163106.280000', '163106.740000', '163107.200000', '163107.660000', '163108.120000', '163108.580000', '163109.040000', '163109.500000', '163109.960000', '163110.420000', '163110.880000', '163111.340000', '163111.800000', '163112.260000', '163112.720000', '163113.180000', '163113.640000', '163114.100000', '163114.560000', '163115.020000', '163115.480000', '163115.940000', '163116.400000', '163116.860000', '163117.320000', '163117.780000', '163118.240000', '163118.700000', '163119.160000', '163119.620000', '163120.080000', '163120.540000', '163121.000000', '163121.460000', '163121.920000', '163122.380000', '163122.840000', '163123.300000', '163123.760000', '163124.220000', '163124.680000', '163125.140000', '163125.600000', '163126.060000', '163126.520000', '163126.980000', '163127.440000', '163127.900000', '163128.360000', '163128.820000', '163129.280000', '163129.740000', '163130.200000', '163130.660000', '163131.120000', '163131.580000', '163132.040000', '163132.500000', '163132.960000', '163133.420000', '163133.880000', '163134.340000', '163134.800000', '163135.260000', '163135.720000', '163136.180000', '163136.640000', '163137.100000', '163137.560000', '163138.020000', '163138.480000', '163138.940000', '163139.400000', '163139.860000', '163140.320000', '163140.780000', '163141.240000', '163141.700000', '163142.160000', '163142.620000', '163143.080000', '163143.540000', '163144.000000', '163144.460000', '163144.920000', '163145.380000', '163145.840000', '163146.300000', '163146.760000', '163147.220000', '163147.680000', '163148.140000', '163148.600000', '163149.060000', '163149.520000', '163149.980000', '163150.440000', '163150.900000', '163151.360000', '163151.820000', '163152.280000', '163152.740000', '163153.200000', '163153.660000', '163154.120000', '163154.580000', '163155.040000', '163155.500000', '163155.960000', '163156.420000', '163156.880000', '163157.340000', '163157.800000', '163158.260000', '163158.720000', '163159.180000', '163159.640000', '163200.100000', '163200.560000', '163201.020000', '163201.480000', '163201.940000', '163202.400000', '163202.860000', '163203.320000', '163203.780000', '163204.240000', '163204.700000', '163205.160000', '163205.620000', '163206.080000', '163206.540000', '163207.000000', '163207.460000', '163207.920000', '163208.380000', '163208.840000', '163209.300000', '163209.760000', '163210.220000', '163210.680000', '163211.140000', '163211.600000', '163212.060000', '163212.520000', '163212.980000', '163213.440000', '163213.900000', '163214.360000', '163214.820000', '163215.280000', '163215.740000', '163216.200000', '163216.660000', '163217.120000', '163217.580000', '163218.040000', '163218.500000', '163218.960000', '163219.420000', '163219.880000', '163220.340000', '163220.800000', '163221.260000', '163221.720000', '163222.180000', '163222.640000', '163223.100000', '163223.560000', '163224.020000', '163224.480000', '163224.940000', '163225.400000', '163225.860000', '163226.320000', '163226.780000', '163227.240000', '163227.700000', '163228.160000', '163228.620000', '163229.080000', '163229.540000', '163230.000000', '163230.460000', '163230.920000', '163231.380000', '163231.840000', '163232.300000', '163232.760000', '163233.220000', '163233.680000', '163234.140000', '163234.600000', '163235.060000', '163235.520000', '163235.980000', '163236.440000', '163236.900000', '163237.360000', '163237.820000', '163238.280000', '163238.740000', '163239.200000', '163239.660000', '163240.120000', '163240.580000', '163241.040000', '163241.500000', '163241.960000', '163242.420000', '163242.880000', '163243.340000', '163243.800000', '163244.260000', '163244.720000', '163245.180000', '163245.640000', '163246.100000', '163246.560000', '163247.020000', '163247.480000', '163247.940000', '163248.400000', '163248.860000', '163249.320000', '163249.780000', '163250.240000', '163250.700000', '163251.160000', '163251.620000', '163252.080000', '163252.540000', '163253.000000', '163253.460000', '163253.920000', '163254.380000', '163254.840000', '163255.300000', '163255.760000', '163256.220000', '163256.680000', '163257.140000', '163257.600000', '163258.060000', '163258.520000', '163258.980000', '163259.440000', '163259.900000', '163300.360000', '163300.820000', '163301.280000', '163301.740000', '163302.200000', '163302.660000', '163303.120000', '163303.580000', '163304.040000', '163304.500000', '163304.960000', '163305.420000', '163305.880000', '163306.340000', '163306.800000', '163307.260000', '163307.720000', '163308.180000', '163308.640000', '163309.100000', '163309.560000', '163310.020000', '163310.480000', '163310.940000', '163311.400000', '163311.860000', '163312.320000', '163312.780000', '163313.240000', '163313.700000', '163314.160000', '163314.620000', '163315.080000', '163315.540000', '163316.000000', '163316.460000', '163316.920000', '163317.380000', '163317.840000', '163318.300000', '163318.760000', '163319.220000', '163319.680000', '163320.140000', '163320.600000', '163321.060000', '163321.520000', '163321.980000', '163322.440000', '163322.900000', '163323.360000', '163323.820000', '163324.280000', '163324.740000', '163325.200000', '163325.660000', '163326.120000', '163326.580000', '163327.040000', '163327.500000', '163327.960000', '163328.420000', '163328.880000', '163329.340000', '163329.800000', '163330.260000', '163330.720000', '163331.180000', '163331.640000', '163332.100000', '163332.560000', '163333.020000', '163333.480000', '163333.940000', '163334.400000', '163334.860000', '163335.320000', '163335.780000', '163336.240000', '163336.700000', '163337.160000', '163337.620000', '163338.080000', '163338.540000', '163339.000000', '163339.460000', '163339.920000', '163340.380000', '163340.840000', '163341.300000', '163341.760000', '163342.220000', '163342.680000', '163343.140000', '163343.600000', '163344.060000', '163344.520000', '163344.980000', '163345.440000', '163345.900000', '163346.360000', '163346.820000', '163347.280000', '163347.740000', '163348.200000', '163348.660000', '163349.120000', '163349.580000', '163350.040000', '163350.500000', '163350.960000', '163351.420000', '163351.880000', '163352.340000', '163352.800000', '163353.260000', '163353.720000', '163354.180000', '163354.640000', '163355.100000', '163355.560000', '163356.020000', '163356.480000', '163356.940000', '163357.400000', '163357.860000', '163358.320000', '163358.780000', '163359.240000', '163359.700000', '163400.160000', '163400.620000', '163401.080000', '163401.540000', '163402.000000', '163402.460000', '163402.920000', '163403.380000', '163403.840000', '163404.300000', '163404.760000', '163405.220000', '163405.680000', '163406.140000', '163406.600000', '163407.060000', '163407.520000', '163407.980000', '163408.440000', '163408.900000', '163409.360000', '163409.820000', '163410.280000', '163410.740000', '163411.200000', '163411.660000', '163412.120000', '163412.580000', '163413.040000', '163413.500000', '163413.960000', '163414.420000', '163414.880000', '163415.340000', '163415.800000', '163416.260000', '163416.720000', '163417.180000', '163417.640000', '163418.100000', '163418.560000', '163419.020000', '163419.480000', '163419.940000', '163420.400000', '163420.860000', '163421.320000', '163421.780000', '163422.240000', '163422.700000', '163423.160000', '163423.620000', '163424.080000', '163424.540000', '163425.000000', '163425.460000', '163425.920000', '163426.380000', '163426.840000', '163427.300000', '163427.760000', '163428.220000', '163428.680000', '163429.140000', '163429.600000', '163430.060000', '163430.520000', '163430.980000', '163431.440000', '163431.900000', '163432.360000', '163432.820000', '163433.280000', '163433.740000', '163434.200000', '163434.660000', '163435.120000', '163435.580000', '163436.040000', '163436.500000', '163436.960000', '163437.420000', '163437.880000', '163438.340000', '163438.800000', '163439.260000', '163439.720000', '163440.180000', '163440.640000', '163441.100000', '163441.560000', '163442.020000', '163442.480000', '163442.940000', '163443.400000', '163443.860000', '163444.320000', '163444.780000', '163445.240000', '163445.700000', '163446.160000', '163446.620000', '163447.080000', '163447.540000', '163448.000000', '163448.460000', '163448.920000', '163449.380000', '163449.840000', '163450.300000', '163450.760000', '163451.220000', '163451.680000', '163452.140000', '163452.600000', '163453.060000', '163453.520000', '163453.980000', '163454.440000', '163454.900000', '163455.360000', '163455.820000', '163456.280000', '163456.740000', '163457.200000', '163457.660000', '163458.120000', '163458.580000', '163459.040000', '163459.500000', '163459.960000', '163500.420000', '163500.880000', '163501.340000', '163501.800000', '163502.260000', '163502.720000', '163503.180000', '163503.640000', '163504.100000', '163504.560000', '163505.020000', '163505.480000', '163505.940000', '163506.400000', '163506.860000', '163507.320000', '163507.780000', '163508.240000', '163508.700000', '163509.160000', '163509.620000', '163510.080000', '163510.540000', '163511.000000', '163511.460000', '163511.920000', '163512.380000', '163512.840000', '163513.300000', '163513.760000', '163514.220000', '163514.680000', '163515.140000', '163515.600000', '163516.060000', '163516.520000', '163516.980000', '163517.440000', '163517.900000', '163518.360000', '163518.820000', '163519.280000', '163519.740000', '163520.200000', '163520.660000', '163521.120000', '163521.580000', '163522.040000', '163522.500000', '163522.960000', '163523.420000', '163523.880000', '163524.340000', '163524.800000', '163525.260000', '163525.720000', '163526.180000', '163526.640000', '163527.100000', '163527.560000', '163528.020000', '163528.480000', '163528.940000', '163529.400000', '163529.860000', '163530.320000', '163530.780000', '163531.240000', '163531.700000', '163532.160000', '163532.620000', '163533.080000', '163533.540000', '163534.000000', '163534.460000', '163534.920000', '163535.380000', '163535.840000', '163536.300000', '163536.760000', '163537.220000', '163537.680000', '163538.140000', '163538.600000', '163539.060000', '163539.520000', '163539.980000', '163540.440000', '163540.900000', '163541.360000', '163541.820000', '163542.280000', '163542.740000', '163543.200000', '163543.660000', '163544.120000', '163544.580000', '163545.040000', '163545.500000', '163545.960000', '163546.420000', '163546.880000', '163547.340000', '163547.800000', '163548.260000', '163548.720000', '163549.180000', '163549.640000', '163550.100000', '163550.560000', '163551.020000', '163551.480000', '163551.940000', '163552.400000', '163552.860000', '163553.320000', '163553.780000', '163554.240000', '163554.700000', '163555.160000', '163555.620000', '163556.080000', '163556.540000', '163557.000000', '163557.460000', '163557.920000', '163558.380000', '163558.840000', '163559.300000', '163559.760000', '163600.220000', '163600.680000', '163601.140000', '163601.600000', '163602.060000', '163602.520000', '163602.980000', '163603.440000', '163603.900000', '163604.360000', '163604.820000', '163605.280000', '163605.740000', '163606.200000', '163606.660000', '163607.120000', '163607.580000', '163608.040000', '163608.500000', '163608.960000', '163609.420000', '163609.880000', '163610.340000', '163610.800000', '163611.260000', '163611.720000', '163612.180000', '163612.640000', '163613.100000', '163613.560000', '163614.020000', '163614.480000', '163614.940000', '163615.400000', '163615.860000', '163616.320000', '163616.780000', '163617.240000', '163617.700000', '163618.160000', '163618.620000', '163619.080000', '163619.540000', '163620.000000', '163620.460000', '163620.920000', '163621.380000', '163621.840000', '163622.300000', '163622.760000', '163623.220000', '163623.680000', '163624.140000', '163624.600000', '163625.060000', '163625.520000', '163625.980000', '163626.440000', '163626.900000', '163627.360000', '163627.820000', '163628.280000', '163628.740000', '163629.200000', '163629.660000', '163630.120000', '163630.580000', '163631.040000', '163631.500000', '163631.960000', '163632.420000', '163632.880000', '163633.340000', '163633.800000', '163634.260000', '163634.720000', '163635.180000', '163635.640000', '163636.100000', '163636.560000', '163637.020000', '163637.480000', '163637.940000', '163638.400000', '163638.860000', '163639.320000', '163639.780000', '163640.240000', '163640.700000', '163641.160000', '163641.620000', '163642.080000', '163642.540000', '163643.000000', '163643.460000', '163643.920000', '163644.380000', '163644.840000', '163645.300000', '163645.760000', '163646.220000', '163646.680000', '163647.140000', '163647.600000', '163648.060000', '163648.520000', '163648.980000', '163649.440000', '163649.900000', '163650.360000', '163650.820000', '163651.280000', '163651.740000', '163652.200000', '163652.660000', '163653.120000', '163653.580000', '163654.040000', '163654.500000', '163654.960000', '163655.420000', '163655.880000', '163656.340000', '163656.800000', '163657.260000', '163657.720000', '163658.180000', '163658.640000', '163659.100000', '163659.560000', '163700.020000', '163700.480000', '163700.940000', '163701.400000', '163701.860000', '163702.320000', '163702.780000', '163703.240000', '163703.700000', '163704.160000', '163704.620000', '163705.080000', '163705.540000', '163706.000000', '163706.460000', '163706.920000', '163707.380000', '163707.840000', '163708.300000', '163708.760000', '163709.220000', '163709.680000', '163710.140000', '163710.600000', '163711.060000', '163711.520000', '163711.980000', '163712.440000', '163712.900000', '163713.360000', '163713.820000', '163714.280000', '163714.740000', '163715.200000', '163715.660000', '163716.120000', '163716.580000', '163717.040000', '163717.500000', '163717.960000', '163718.420000', '163718.880000', '163719.340000', '163719.800000', '163720.260000', '163720.720000', '163721.180000', '163721.640000', '163722.100000', '163722.560000', '163723.020000', '163723.480000', '163723.940000', '163724.400000', '163724.860000', '163725.320000', '163725.780000', '163726.240000', '163726.700000', '163727.160000', '163727.620000', '163728.080000', '163728.540000', '163729.000000', '163729.460000', '163729.920000', '163730.380000', '163730.840000', '163731.300000', '163731.760000', '163732.220000', '163732.680000', '163733.140000', '163733.600000', '163734.060000', '163734.520000', '163734.980000', '163735.440000', '163735.900000', '163736.360000', '163736.820000', '163737.280000', '163737.740000', '163738.200000', '163738.660000', '163739.120000', '163739.580000', '163740.040000', '163740.500000', '163740.960000', '163741.420000', '163741.880000', '163742.340000', '163742.800000', '163743.260000', '163743.720000', '163744.180000', '163744.640000', '163745.100000', '163745.560000', '163746.020000', '163746.480000', '163746.940000', '163747.400000', '163747.860000', '163748.320000', '163748.780000', '163749.240000', '163749.700000', '163750.160000', '163750.620000', '163751.080000', '163751.540000', '163752.000000', '163752.460000', '163752.920000', '163753.380000', '163753.840000', '163754.300000', '163754.760000', '163755.220000', '163755.680000', '163756.140000', '163756.600000', '163757.060000', '163757.520000', '163757.980000', '163758.440000', '163758.900000', '163759.360000', '163759.820000', '163800.280000', '163800.740000', '163801.200000', '163801.660000', '163802.120000', '163802.580000', '163803.040000', '163803.500000', '163803.960000', '163804.420000', '163804.880000', '163805.340000', '163805.800000', '163806.260000', '163806.720000', '163807.180000', '163807.640000', '163808.100000', '163808.560000', '163809.020000', '163809.480000', '163809.940000', '163810.400000', '163810.860000', '163811.320000', '163811.780000', '163812.240000', '163812.700000', '163813.160000', '163813.620000', '163814.080000', '163814.540000', '163815.000000', '163815.460000', '163815.920000', '163816.380000', '163816.840000', '163817.300000', '163817.760000', '163818.220000', '163818.680000', '163819.140000', '163819.600000', '163820.060000', '163820.520000', '163820.980000', '163821.440000', '163821.900000', '163822.360000', '163822.820000', '163823.280000', '163823.740000', '163824.200000', '163824.660000', '163825.120000', '163825.580000', '163826.040000', '163826.500000', '163826.960000', '163827.420000', '163827.880000', '163828.340000', '163828.800000', '163829.260000', '163829.720000', '163830.180000', '163830.640000', '163831.100000', '163831.560000', '163832.020000', '163832.480000', '163832.940000', '163833.400000', '163833.860000', '163834.320000', '163834.780000', '163835.240000', '163835.700000', '163836.160000', '163836.620000', '163837.080000', '163837.540000', '163838.000000', '163838.460000', '163838.920000', '163839.380000', '163839.840000', '163840.300000', '163840.760000', '163841.220000', '163841.680000', '163842.140000', '163842.600000', '163843.060000', '163843.520000', '163843.980000', '163844.440000', '163844.900000', '163845.360000', '163845.820000', '163846.280000', '163846.740000', '163847.200000', '163847.660000', '163848.120000', '163848.580000', '163849.040000', '163849.500000', '163849.960000', '163850.420000', '163850.880000', '163851.340000', '163851.800000', '163852.260000', '163852.720000', '163853.180000', '163853.640000', '163854.100000', '163854.560000', '163855.020000', '163855.480000', '163855.940000', '163856.400000', '163856.860000', '163857.320000', '163857.780000', '163858.240000', '163858.700000', '163859.160000', '163859.620000', '163900.080000', '163900.540000', '163901.000000', '163901.460000', '163901.920000', '163902.380000', '163902.840000', '163903.300000', '163903.760000', '163904.220000', '163904.680000', '163905.140000', '163905.600000', '163906.060000', '163906.520000', '163906.980000', '163907.440000', '163907.900000', '163908.360000', '163908.820000', '163909.280000', '163909.740000', '163910.200000', '163910.660000', '163911.120000', '163911.580000', '163912.040000', '163912.500000', '163912.960000', '163913.420000', '163913.880000', '163914.340000', '163914.800000', '163915.260000', '163915.720000', '163916.180000', '163916.640000', '163917.100000', '163917.560000', '163918.020000', '163918.480000', '163918.940000', '163919.400000', '163919.860000', '163920.320000', '163920.780000', '163921.240000', '163921.700000', '163922.160000', '163922.620000', '163923.080000', '163923.540000', '163924.000000', '163924.460000', '163924.920000', '163925.380000', '163925.840000', '163926.300000', '163926.760000', '163927.220000', '163927.680000', '163928.140000', '163928.600000', '163929.060000', '163929.520000', '163929.980000', '163930.440000', '163930.900000', '163931.360000', '163931.820000', '163932.280000', '163932.740000', '163933.200000', '163933.660000', '163934.120000', '163934.580000', '163935.040000', '163935.500000', '163935.960000', '163936.420000', '163936.880000', '163937.340000', '163937.800000', '163938.260000', '163938.720000', '163939.180000', '163939.640000', '163940.100000', '163940.560000', '163941.020000', '163941.480000', '163941.940000', '163942.400000', '163942.860000', '163943.320000', '163943.780000', '163944.240000', '163944.700000', '163945.160000', '163945.620000', '163946.080000', '163946.540000', '163947.000000', '163947.460000', '163947.920000', '163948.380000', '163948.840000', '163949.300000', '163949.760000', '163950.220000', '163950.680000', '163951.140000', '163951.600000', '163952.060000', '163952.520000', '163952.980000', '163953.440000', '163953.900000', '163954.360000', '163954.820000', '163955.280000', '163955.740000', '163956.200000', '163956.660000', '163957.120000', '163957.580000', '163958.040000', '163958.500000', '163958.960000', '163959.420000', '163959.880000', '164000.340000', '164000.800000', '164001.260000', '164001.720000', '164002.180000', '164002.640000', '164003.100000', '164003.560000', '164004.020000', '164004.480000', '164004.940000', '164005.400000', '164005.860000', '164006.320000', '164006.780000', '164007.240000', '164007.700000', '164008.160000', '164008.620000', '164009.080000', '164009.540000', '164010.000000', '164010.460000', '164010.920000', '164011.380000', '164011.840000', '164012.300000', '164012.760000', '164013.220000', '164013.680000', '164014.140000', '164014.600000', '164015.060000', '164015.520000', '164015.980000', '164016.440000', '164016.900000', '164017.360000', '164017.820000', '164018.280000', '164018.740000', '164019.200000', '164019.660000', '164020.120000', '164020.580000', '164021.040000', '164021.500000', '164021.960000', '164022.420000', '164022.880000', '164023.340000', '164023.800000', '164024.260000', '164024.720000', '164025.180000', '164025.640000', '164026.100000', '164026.560000', '164027.020000', '164027.480000', '164027.940000', '164028.400000', '164028.860000', '164029.320000', '164029.780000', '164030.240000', '164030.700000', '164031.160000', '164031.620000', '164032.080000', '164032.540000', '164033.000000', '164033.460000', '164033.920000', '164034.380000', '164034.840000', '164035.300000', '164035.760000', '164036.220000', '164036.680000'], 'ContentTime': ['162832.446000', '162832.449000', '162832.452000', '162832.455000', '162832.458000', '162832.463000', '162832.466000', '162832.469000', '162832.472000', '162832.475000', '162832.477000', '162832.480000', '162832.483000', '162832.486000', '162832.489000', '162832.493000', '162832.496000', '162832.498000', '162832.501000', '162832.504000', '162832.507000', '162832.509000', '162832.512000', '162832.515000', '162832.518000', '162832.521000', '162832.523000', '162832.526000', '162832.529000', '162832.532000', '162832.534000', '162832.537000', '162832.540000', '162832.543000', '162832.546000', '162832.548000', '162832.551000', '162832.554000', '162852.412000', '162852.415000', '162852.427000', '162852.439000', '162852.442000', '162852.445000', '162852.447000', '162852.450000', '162852.453000', '162852.456000', '162852.458000', '162852.461000', '162852.464000', '162852.467000', '162852.470000', '162852.473000', '162852.475000', '162852.478000', '162852.481000', '162852.484000', '162852.487000', '162852.489000', '162852.492000', '162852.495000', '162852.498000', '162852.501000', '162852.503000', '162852.506000', '162852.509000', '162852.512000', '162852.515000', '162852.517000', '162852.520000', '162852.523000', '162852.526000', '162852.528000', '162852.531000', '162852.534000', '162852.537000', '162852.539000', '162852.542000', '162852.545000', '162852.548000', '162852.551000', '162912.412000', '162912.415000', '162912.417000', '162912.422000', '162912.426000', '162912.429000', '162912.432000', '162912.435000', '162912.455000', '162912.457000', '162912.460000', '162912.463000', '162912.466000', '162912.469000', '162912.472000', '162912.474000', '162912.477000', '162912.480000', '162912.483000', '162912.486000', '162912.488000', '162912.491000', '162912.494000', '162912.497000', '162912.499000', '162912.502000', '162912.505000', '162912.508000', '162912.511000', '162912.514000', '162912.516000', '162912.519000', '162912.522000', '162912.525000', '162912.528000', '162912.530000', '162912.533000', '162912.536000', '162912.539000', '162912.541000', '162912.544000', '162912.547000', '162912.550000', '162932.412000', '162932.415000', '162932.417000', '162932.420000', '162932.423000', '162932.426000', '162932.429000', '162932.431000', '162932.434000', '162932.437000', '162932.440000', '162932.443000', '162932.445000', '162932.448000', '162932.451000', '162932.454000', '162932.457000', '162932.459000', '162932.462000', '162932.465000', '162932.468000', '162932.470000', '162932.473000', '162932.476000', '162932.479000', '162932.482000', '162932.484000', '162932.487000', '162932.490000', '162932.493000', '162932.496000', '162932.498000', '162932.501000', '162932.504000', '162932.507000', '162932.510000', '162932.512000', '162932.515000', '162932.518000', '162932.521000', '162932.524000', '162932.526000', '162932.529000', '162932.532000', '162952.413000', '162952.416000', '162952.419000', '162952.421000', '162952.424000', '162952.427000', '162952.430000', '162952.433000', '162952.435000', '162952.438000', '162952.441000', '162952.444000', '162952.447000', '162952.450000', '162952.452000', '162952.455000', '162952.459000', '162952.462000', '162952.465000', '162952.468000', '162952.471000', '162952.474000', '162952.477000', '162952.480000', '162952.482000', '162952.485000', '162952.488000', '162952.491000', '162952.494000', '162952.496000', '162952.499000', '162952.502000', '162952.505000', '162952.508000', '162952.510000', '162952.513000', '162952.516000', '162952.519000', '162952.522000', '162952.524000', '162952.527000', '162952.530000', '162952.533000', '163012.412000', '163012.415000', '163012.418000', '163012.420000', '163012.423000', '163012.426000', '163012.429000', '163012.432000', '163012.435000', '163012.437000', '163012.440000', '163012.443000', '163012.446000', '163012.448000', '163012.451000', '163012.454000', '163012.457000', '163012.460000', '163012.462000', '163012.465000', '163012.468000', '163012.471000', '163012.474000', '163012.476000', '163012.479000', '163012.482000', '163012.485000', '163012.488000', '163012.491000', '163012.494000', '163012.497000', '163012.500000', '163012.502000', '163012.505000', '163012.508000', '163012.521000', '163012.524000', '163012.527000', '163012.530000', '163012.533000', '163012.535000', '163012.538000', '163012.541000', '163012.544000', '163032.412000', '163032.415000', '163032.417000', '163032.420000', '163032.423000', '163032.426000', '163032.429000', '163032.432000', '163032.434000', '163032.437000', '163032.440000', '163032.443000', '163032.445000', '163032.448000', '163032.451000', '163032.454000', '163032.457000', '163032.460000', '163032.462000', '163032.465000', '163032.470000', '163032.474000', '163032.477000', '163032.480000', '163032.483000', '163032.486000', '163032.489000', '163032.492000', '163032.494000', '163032.497000', '163032.500000', '163032.503000', '163032.506000', '163032.509000', '163032.511000', '163032.514000', '163032.517000', '163032.520000', '163032.523000', '163032.525000', '163032.528000', '163032.531000', '163032.534000', '163052.412000', '163052.415000', '163052.417000', '163052.420000', '163052.423000', '163052.426000', '163052.429000', '163052.432000', '163052.434000', '163052.437000', '163052.440000', '163052.443000', '163052.445000', '163052.448000', '163052.451000', '163052.456000', '163052.459000', '163052.462000', '163052.465000', '163052.474000', '163052.477000', '163052.479000', '163052.482000', '163052.485000', '163052.488000', '163052.491000', '163052.494000', '163052.496000', '163052.499000', '163052.502000', '163052.505000', '163052.508000', '163052.511000', '163052.513000', '163052.516000', '163052.519000', '163052.522000', '163052.525000', '163052.527000', '163052.530000', '163052.533000', '163052.536000', '163052.539000', '163052.541000', '163112.412000', '163112.415000', '163112.418000', '163112.420000', '163112.424000', '163112.427000', '163112.430000', '163112.433000', '163112.435000', '163112.438000', '163112.441000', '163112.444000', '163112.447000', '163112.449000', '163112.452000', '163112.455000', '163112.458000', '163112.461000', '163112.464000', '163112.466000', '163112.469000', '163112.472000', '163112.475000', '163112.478000', '163112.481000', '163112.484000', '163112.487000', '163112.492000', '163112.496000', '163112.499000', '163112.502000', '163112.505000', '163112.507000', '163112.510000', '163112.513000', '163112.516000', '163112.519000', '163112.521000', '163112.524000', '163112.527000', '163112.530000', '163112.533000', '163112.536000', '163132.412000', '163132.415000', '163132.417000', '163132.420000', '163132.423000', '163132.426000', '163132.429000', '163132.431000', '163132.434000', '163132.437000', '163132.440000', '163132.443000', '163132.445000', '163132.448000', '163132.456000', '163132.459000', '163132.462000', '163132.464000', '163132.467000', '163132.470000', '163132.473000', '163132.476000', '163132.479000', '163132.482000', '163132.484000', '163132.487000', '163132.490000', '163132.493000', '163132.496000', '163132.499000', '163132.502000', '163132.504000', '163132.507000', '163132.510000', '163132.513000', '163132.516000', '163132.518000', '163132.521000', '163132.524000', '163132.527000', '163132.530000', '163132.533000', '163132.535000', '163132.538000', '163152.412000', '163152.415000', '163152.418000', '163152.420000', '163152.423000', '163152.426000', '163152.429000', '163152.432000', '163152.434000', '163152.437000', '163152.440000', '163152.443000', '163152.446000', '163152.448000', '163152.451000', '163152.454000', '163152.457000', '163152.460000', '163152.462000', '163152.465000', '163152.468000', '163152.471000', '163152.474000', '163152.476000', '163152.488000', '163152.491000', '163152.493000', '163152.496000', '163152.499000', '163152.502000', '163152.505000', '163152.508000', '163152.512000', '163152.514000', '163152.517000', '163152.520000', '163152.523000', '163152.526000', '163152.529000', '163152.531000', '163152.534000', '163152.537000', '163152.540000', '163212.412000', '163212.415000', '163212.418000', '163212.420000', '163212.423000', '163212.426000', '163212.429000', '163212.432000', '163212.434000', '163212.437000', '163212.440000', '163212.443000', '163212.446000', '163212.449000', '163212.451000', '163212.454000', '163212.457000', '163212.460000', '163212.463000', '163212.465000', '163212.468000', '163212.471000', '163212.474000', '163212.477000', '163212.480000', '163212.491000', '163212.493000', '163212.496000', '163212.499000', '163212.502000', '163212.505000', '163212.508000', '163212.510000', '163212.514000', '163212.516000', '163212.519000', '163212.522000', '163212.525000', '163212.528000', '163212.531000', '163212.533000', '163212.536000', '163212.539000', '163212.542000', '163232.412000', '163232.415000', '163232.418000', '163232.420000', '163232.423000', '163232.426000', '163232.429000', '163232.432000', '163232.435000', '163232.437000', '163232.440000', '163232.443000', '163232.446000', '163232.448000', '163232.451000', '163232.454000', '163232.457000', '163232.460000', '163232.464000', '163232.467000', '163232.470000', '163232.473000', '163232.475000', '163232.478000', '163232.481000', '163232.484000', '163232.487000', '163232.490000', '163232.493000', '163232.495000', '163232.498000', '163232.501000', '163232.504000', '163232.507000', '163232.510000', '163232.512000', '163232.515000', '163232.518000', '163232.521000', '163232.525000', '163232.527000', '163232.530000', '163232.533000', '163252.412000', '163252.415000', '163252.418000', '163252.420000', '163252.423000', '163252.426000', '163252.429000', '163252.432000', '163252.435000', '163252.438000', '163252.440000', '163252.443000', '163252.446000', '163252.449000', '163252.452000', '163252.455000', '163252.458000', '163252.460000', '163252.463000', '163252.466000', '163252.469000', '163252.472000', '163252.475000', '163252.477000', '163252.480000', '163252.483000', '163252.486000', '163252.489000', '163252.492000', '163252.494000', '163252.497000', '163252.500000', '163252.503000', '163252.506000', '163252.508000', '163252.511000', '163252.514000', '163252.517000', '163252.520000', '163252.523000', '163252.526000', '163252.528000', '163252.531000', '163252.534000', '163312.412000', '163312.415000', '163312.418000', '163312.421000', '163312.424000', '163312.426000', '163312.429000', '163312.432000', '163312.435000', '163312.438000', '163312.441000', '163312.444000', '163312.446000', '163312.449000', '163312.452000', '163312.455000', '163312.458000', '163312.461000', '163312.464000', '163312.467000', '163312.469000', '163312.472000', '163312.475000', '163312.478000', '163312.481000', '163312.484000', '163312.487000', '163312.489000', '163312.492000', '163312.495000', '163312.498000', '163312.501000', '163312.504000', '163312.506000', '163312.509000', '163312.512000', '163312.515000', '163312.518000', '163312.520000', '163312.523000', '163312.526000', '163312.529000', '163312.532000', '163332.412000', '163332.415000', '163332.418000', '163332.426000', '163332.429000', '163332.432000', '163332.435000', '163332.438000', '163332.440000', '163332.443000', '163332.446000', '163332.449000', '163332.452000', '163332.454000', '163332.457000', '163332.460000', '163332.463000', '163332.466000', '163332.469000', '163332.472000', '163332.475000', '163332.477000', '163332.480000', '163332.483000', '163332.486000', '163332.489000', '163332.491000', '163332.494000', '163332.497000', '163332.500000', '163332.503000', '163332.506000', '163332.508000', '163332.511000', '163332.514000', '163332.517000', '163332.520000', '163332.522000', '163332.525000', '163332.528000', '163332.531000', '163332.534000', '163332.536000', '163332.539000', '163352.412000', '163352.415000', '163352.418000', '163352.420000', '163352.423000', '163352.426000', '163352.429000', '163352.432000', '163352.435000', '163352.437000', '163352.440000', '163352.443000', '163352.446000', '163352.449000', '163352.452000', '163352.455000', '163352.459000', '163352.462000', '163352.465000', '163352.468000', '163352.471000', '163352.474000', '163352.476000', '163352.479000', '163352.482000', '163352.485000', '163352.488000', '163352.491000', '163352.494000', '163352.497000', '163352.500000', '163352.503000', '163352.506000', '163352.509000', '163352.512000', '163352.515000', '163352.518000', '163352.521000', '163352.524000', '163352.527000', '163352.529000', '163352.532000', '163352.535000', '163412.412000', '163412.415000', '163412.418000', '163412.421000', '163412.423000', '163412.426000', '163412.429000', '163412.432000', '163412.435000', '163412.437000', '163412.440000', '163412.443000', '163412.446000', '163412.449000', '163412.452000', '163412.455000', '163412.458000', '163412.461000', '163412.464000', '163412.466000', '163412.469000', '163412.472000', '163412.475000', '163412.478000', '163412.480000', '163412.483000', '163412.486000', '163412.489000', '163412.492000', '163412.495000', '163412.497000', '163412.500000', '163412.503000', '163412.506000', '163412.509000', '163412.512000', '163412.514000', '163412.517000', '163412.520000', '163412.523000', '163412.526000', '163412.528000', '163412.531000', '163412.534000', '163432.412000', '163432.415000', '163432.418000', '163432.420000', '163432.423000', '163432.426000', '163432.429000', '163432.432000', '163432.435000', '163432.438000', '163432.441000', '163432.443000', '163432.446000', '163432.449000', '163432.452000', '163432.455000', '163432.458000', '163432.461000', '163432.463000', '163432.466000', '163432.469000', '163432.472000', '163432.475000', '163432.478000', '163432.481000', '163432.484000', '163432.486000', '163432.489000', '163432.492000', '163432.495000', '163432.498000', '163432.501000', '163432.504000', '163432.506000', '163432.509000', '163432.512000', '163432.515000', '163432.518000', '163432.520000', '163432.523000', '163432.526000', '163432.529000', '163432.532000', '163452.412000', '163452.415000', '163452.418000', '163452.420000', '163452.423000', '163452.426000', '163452.429000', '163452.432000', '163452.435000', '163452.438000', '163452.440000', '163452.443000', '163452.446000', '163452.449000', '163452.452000', '163452.455000', '163452.458000', '163452.461000', '163452.463000', '163452.466000', '163452.469000', '163452.472000', '163452.475000', '163452.478000', '163452.480000', '163452.483000', '163452.486000', '163452.489000', '163452.492000', '163452.494000', '163452.497000', '163452.500000', '163452.503000', '163452.506000', '163452.509000', '163452.511000', '163452.514000', '163452.517000', '163452.520000', '163452.523000', '163452.525000', '163452.528000', '163452.531000', '163452.534000', '163512.412000', '163512.415000', '163512.418000', '163512.421000', '163512.423000', '163512.426000', '163512.429000', '163512.432000', '163512.435000', '163512.437000', '163512.440000', '163512.443000', '163512.446000', '163512.449000', '163512.452000', '163512.454000', '163512.457000', '163512.460000', '163512.463000', '163512.466000', '163512.469000', '163512.471000', '163512.474000', '163512.477000', '163512.480000', '163512.483000', '163512.485000', '163512.488000', '163512.491000', '163512.494000', '163512.497000', '163512.500000', '163512.502000', '163512.505000', '163512.508000', '163512.511000', '163512.514000', '163512.516000', '163512.519000', '163512.522000', '163512.525000', '163512.528000', '163512.530000', '163532.412000', '163532.416000', '163532.419000', '163532.422000', '163532.425000', '163532.427000', '163532.430000', '163532.434000', '163532.436000', '163532.439000', '163532.442000', '163532.445000', '163532.448000', '163532.450000', '163532.453000', '163532.456000', '163532.459000', '163532.462000', '163532.465000', '163532.467000', '163532.470000', '163532.473000', '163532.476000', '163532.478000', '163532.481000', '163532.484000', '163532.487000', '163532.490000', '163532.493000', '163532.495000', '163532.498000', '163532.501000', '163532.504000', '163532.507000', '163532.510000', '163532.512000', '163532.515000', '163532.518000', '163532.521000', '163532.524000', '163532.527000', '163532.529000', '163532.532000', '163532.535000', '163552.412000', '163552.415000', '163552.418000', '163552.421000', '163552.423000', '163552.426000', '163552.429000', '163552.432000', '163552.435000', '163552.438000', '163552.440000', '163552.443000', '163552.446000', '163552.449000', '163552.452000', '163552.454000', '163552.457000', '163552.460000', '163552.463000', '163552.466000', '163552.469000', '163552.471000', '163552.474000', '163552.477000', '163552.480000', '163552.483000', '163552.485000', '163552.488000', '163552.491000', '163552.494000', '163552.497000', '163552.500000', '163552.502000', '163552.505000', '163552.508000', '163552.511000', '163552.513000', '163552.516000', '163552.519000', '163552.522000', '163552.525000', '163552.527000', '163552.543000', '163612.412000', '163612.415000', '163612.418000', '163612.420000', '163612.423000', '163612.426000', '163612.429000', '163612.432000', '163612.435000', '163612.437000', '163612.440000', '163612.443000', '163612.446000', '163612.449000', '163612.452000', '163612.454000', '163612.457000', '163612.460000', '163612.463000', '163612.466000', '163612.469000', '163612.471000', '163612.474000', '163612.477000', '163612.480000', '163612.483000', '163612.486000', '163612.489000', '163612.491000', '163612.494000', '163612.497000', '163612.500000', '163612.503000', '163612.505000', '163612.508000', '163612.511000', '163612.514000', '163612.517000', '163612.520000', '163612.522000', '163612.525000', '163612.528000', '163612.531000', '163612.534000', '163632.412000', '163632.415000', '163632.418000', '163632.420000', '163632.423000', '163632.426000', '163632.429000', '163632.432000', '163632.435000', '163632.437000', '163632.440000', '163632.443000', '163632.446000', '163632.449000', '163632.452000', '163632.454000', '163632.457000', '163632.460000', '163632.463000', '163632.466000', '163632.468000', '163632.471000', '163632.474000', '163632.477000', '163632.480000', '163632.483000', '163632.485000', '163632.488000', '163632.491000', '163632.494000', '163632.497000', '163632.499000', '163632.502000', '163632.505000', '163632.508000', '163632.511000', '163632.514000', '163632.516000', '163632.519000', '163632.522000', '163632.525000', '163632.528000', '163632.531000', '163652.412000', '163652.415000', '163652.419000', '163652.423000', '163652.426000', '163652.429000', '163652.432000', '163652.435000', '163652.438000', '163652.441000', '163652.443000', '163652.446000', '163652.449000', '163652.452000', '163652.455000', '163652.457000', '163652.460000', '163652.463000', '163652.466000', '163652.469000', '163652.471000', '163652.474000', '163652.477000', '163652.480000', '163652.483000', '163652.485000', '163652.488000', '163652.491000', '163652.494000', '163652.497000', '163652.499000', '163652.502000', '163652.505000', '163652.508000', '163652.511000', '163652.513000', '163652.516000', '163652.519000', '163652.522000', '163652.525000', '163652.528000', '163652.530000', '163652.533000', '163712.412000', '163712.415000', '163712.418000', '163712.420000', '163712.423000', '163712.426000', '163712.429000', '163712.432000', '163712.435000', '163712.437000', '163712.440000', '163712.443000', '163712.446000', '163712.449000', '163712.452000', '163712.454000', '163712.457000', '163712.460000', '163712.463000', '163712.466000', '163712.469000', '163712.472000', '163712.474000', '163712.477000', '163712.480000', '163712.483000', '163712.486000', '163712.488000', '163712.491000', '163712.494000', '163712.497000', '163712.500000', '163712.503000', '163712.505000', '163712.508000', '163712.524000', '163712.526000', '163712.529000', '163712.532000', '163712.535000', '163712.538000', '163712.541000', '163712.544000', '163712.546000', '163732.412000', '163732.415000', '163732.418000', '163732.421000', '163732.423000', '163732.426000', '163732.429000', '163732.432000', '163732.436000', '163732.441000', '163732.444000', '163732.447000', '163732.449000', '163732.452000', '163732.455000', '163732.458000', '163732.461000', '163732.464000', '163732.467000', '163732.469000', '163732.472000', '163732.475000', '163732.478000', '163732.481000', '163732.483000', '163732.486000', '163732.489000', '163732.492000', '163732.495000', '163732.498000', '163732.500000', '163732.503000', '163732.506000', '163732.509000', '163732.512000', '163732.515000', '163732.517000', '163732.520000', '163732.523000', '163732.526000', '163732.529000', '163732.531000', '163732.534000', '163752.412000', '163752.415000', '163752.418000', '163752.421000', '163752.429000', '163752.432000', '163752.435000', '163752.437000', '163752.440000', '163752.443000', '163752.446000', '163752.449000', '163752.452000', '163752.455000', '163752.458000', '163752.460000', '163752.463000', '163752.466000', '163752.469000', '163752.472000', '163752.475000', '163752.478000', '163752.480000', '163752.493000', '163752.496000', '163752.499000', '163752.502000', '163752.505000', '163752.507000', '163752.510000', '163752.513000', '163752.516000', '163752.519000', '163752.522000', '163752.524000', '163752.527000', '163752.530000', '163752.533000', '163752.536000', '163752.538000', '163752.541000', '163752.544000', '163752.547000', '163752.550000', '163812.412000', '163812.415000', '163812.418000', '163812.421000', '163812.424000', '163812.426000', '163812.429000', '163812.432000', '163812.435000', '163812.438000', '163812.441000', '163812.443000', '163812.446000', '163812.449000', '163812.455000', '163812.458000', '163812.461000', '163812.464000', '163812.467000', '163812.470000', '163812.472000', '163812.475000', '163812.478000', '163812.481000', '163812.484000', '163812.487000', '163812.489000', '163812.492000', '163812.495000', '163812.498000', '163812.501000', '163812.504000', '163812.506000', '163812.509000', '163812.512000', '163812.515000', '163812.518000', '163812.521000', '163812.523000', '163812.526000', '163812.529000', '163812.532000', '163812.535000', '163832.412000', '163832.415000', '163832.418000', '163832.421000', '163832.423000', '163832.426000', '163832.429000', '163832.432000', '163832.435000', '163832.438000', '163832.441000', '163832.443000', '163832.446000', '163832.463000', '163832.465000', '163832.468000', '163832.471000', '163832.474000', '163832.477000', '163832.480000', '163832.482000', '163832.485000', '163832.488000', '163832.491000', '163832.494000', '163832.496000', '163832.499000', '163832.502000', '163832.505000', '163832.508000', '163832.511000', '163832.513000', '163832.516000', '163832.519000', '163832.522000', '163832.525000', '163832.527000', '163832.530000', '163832.533000', '163832.536000', '163832.539000', '163832.542000', '163832.545000', '163832.547000', '163852.413000', '163852.416000', '163852.419000', '163852.422000', '163852.425000', '163852.428000', '163852.431000', '163852.434000', '163852.436000', '163852.439000', '163852.442000', '163852.445000', '163852.448000', '163852.451000', '163852.454000', '163852.456000', '163852.459000', '163852.462000', '163852.465000', '163852.468000', '163852.471000', '163852.474000', '163852.477000', '163852.480000', '163852.482000', '163852.485000', '163852.488000', '163852.491000', '163852.494000', '163852.497000', '163852.499000', '163852.502000', '163852.505000', '163852.508000', '163852.511000', '163852.514000', '163852.516000', '163852.519000', '163852.522000', '163852.525000', '163852.528000', '163852.531000', '163852.533000', '163912.412000', '163912.415000', '163912.418000', '163912.421000', '163912.423000', '163912.426000', '163912.429000', '163912.432000', '163912.435000', '163912.438000', '163912.440000', '163912.443000', '163912.446000', '163912.449000', '163912.452000', '163912.455000', '163912.457000', '163912.460000', '163912.463000', '163912.466000', '163912.469000', '163912.472000', '163912.475000', '163912.477000', '163912.480000', '163912.483000', '163912.486000', '163912.489000', '163912.491000', '163912.494000', '163912.497000', '163912.500000', '163912.503000', '163912.505000', '163912.508000', '163912.511000', '163912.514000', '163912.517000', '163912.519000', '163912.522000', '163912.525000', '163912.528000', '163912.530000', '163912.533000', '163932.412000', '163932.415000', '163932.418000', '163932.421000', '163932.423000', '163932.426000', '163932.429000', '163932.432000', '163932.435000', '163932.438000', '163932.441000', '163932.443000', '163932.446000', '163932.449000', '163932.452000', '163932.455000', '163932.458000', '163932.460000', '163932.463000', '163932.466000', '163932.469000', '163932.472000', '163932.475000', '163932.477000', '163932.480000', '163932.483000', '163932.486000', '163932.489000', '163932.491000', '163932.494000', '163932.497000', '163932.500000', '163932.503000', '163932.506000', '163932.510000', '163932.514000', '163932.516000', '163932.519000', '163932.522000', '163932.525000', '163932.528000', '163932.531000', '163932.533000', '163952.412000', '163952.415000', '163952.418000', '163952.421000', '163952.423000', '163952.426000', '163952.429000', '163952.432000', '163952.435000', '163952.438000', '163952.441000', '163952.443000', '163952.446000', '163952.449000', '163952.452000', '163952.455000', '163952.458000', '163952.460000', '163952.463000', '163952.466000', '163952.469000', '163952.472000', '163952.475000', '163952.477000', '163952.480000', '163952.483000', '163952.486000', '163952.488000', '163952.491000', '163952.494000', '163952.497000', '163952.500000', '163952.503000', '163952.505000', '163952.508000', '163952.511000', '163952.514000', '163952.517000', '163952.519000', '163952.522000', '163952.525000', '163952.528000', '163952.531000', '163952.533000', '164012.412000', '164012.415000', '164012.418000', '164012.421000', '164012.424000', '164012.426000', '164012.429000', '164012.432000', '164012.435000', '164012.438000', '164012.441000', '164012.443000', '164012.446000', '164012.449000', '164012.453000', '164012.456000', '164012.459000', '164012.462000', '164012.465000', '164012.468000', '164012.470000', '164012.473000', '164012.476000', '164012.479000', '164012.482000', '164012.485000', '164012.488000', '164012.490000', '164012.493000', '164012.496000', '164012.499000', '164012.502000', '164012.505000', '164012.508000', '164012.511000', '164012.514000', '164012.517000', '164012.520000', '164012.522000', '164012.525000', '164012.528000', '164012.531000', '164012.534000', '164032.412000', '164032.415000', '164032.418000', '164032.421000', '164032.424000', '164032.427000', '164032.430000', '164032.432000', '164032.435000', '164032.438000', '164032.441000', '164032.444000', '164032.447000', '164032.449000', '164032.452000', '164032.455000', '164032.458000', '164032.461000', '164032.464000', '164032.467000', '164032.469000', '164032.472000', '164032.475000', '164032.478000', '164032.481000', '164032.484000', '164032.486000', '164032.489000', '164032.492000', '164032.495000', '164032.498000', '164032.501000', '164032.504000', '164032.506000', '164032.509000', '164032.512000', '164032.515000', '164032.518000', '164032.521000', '164032.523000', '164032.526000', '164032.529000', '164032.532000', '164032.535000', '164037.871000', '164037.875000', '164037.878000', '164037.881000', '164037.884000', '164037.887000', '164037.890000', '164037.894000', '164037.897000', '164037.900000', '164037.903000', '164037.906000'], 'InstanceCreationTime': ['162832.446000', '162832.449000', '162832.452000', '162832.455000', '162832.458000', '162832.463000', '162832.466000', '162832.469000', '162832.472000', '162832.475000', '162832.477000', '162832.480000', '162832.483000', '162832.486000', '162832.489000', '162832.493000', '162832.496000', '162832.498000', '162832.501000', '162832.504000', '162832.507000', '162832.509000', '162832.512000', '162832.515000', '162832.518000', '162832.521000', '162832.523000', '162832.526000', '162832.529000', '162832.532000', '162832.534000', '162832.537000', '162832.540000', '162832.543000', '162832.546000', '162832.548000', '162832.551000', '162832.554000', '162852.412000', '162852.415000', '162852.427000', '162852.439000', '162852.442000', '162852.445000', '162852.447000', '162852.450000', '162852.453000', '162852.456000', '162852.458000', '162852.461000', '162852.464000', '162852.467000', '162852.470000', '162852.473000', '162852.475000', '162852.478000', '162852.481000', '162852.484000', '162852.487000', '162852.489000', '162852.492000', '162852.495000', '162852.498000', '162852.501000', '162852.503000', '162852.506000', '162852.509000', '162852.512000', '162852.515000', '162852.517000', '162852.520000', '162852.523000', '162852.526000', '162852.528000', '162852.531000', '162852.534000', '162852.537000', '162852.539000', '162852.542000', '162852.545000', '162852.548000', '162852.551000', '162912.412000', '162912.415000', '162912.417000', '162912.422000', '162912.426000', '162912.429000', '162912.432000', '162912.435000', '162912.455000', '162912.457000', '162912.460000', '162912.463000', '162912.466000', '162912.469000', '162912.472000', '162912.474000', '162912.477000', '162912.480000', '162912.483000', '162912.486000', '162912.488000', '162912.491000', '162912.494000', '162912.497000', '162912.499000', '162912.502000', '162912.505000', '162912.508000', '162912.511000', '162912.514000', '162912.516000', '162912.519000', '162912.522000', '162912.525000', '162912.528000', '162912.530000', '162912.533000', '162912.536000', '162912.539000', '162912.541000', '162912.544000', '162912.547000', '162912.550000', '162932.412000', '162932.415000', '162932.417000', '162932.420000', '162932.423000', '162932.426000', '162932.429000', '162932.431000', '162932.434000', '162932.437000', '162932.440000', '162932.443000', '162932.445000', '162932.448000', '162932.451000', '162932.454000', '162932.457000', '162932.459000', '162932.462000', '162932.465000', '162932.468000', '162932.470000', '162932.473000', '162932.476000', '162932.479000', '162932.482000', '162932.484000', '162932.487000', '162932.490000', '162932.493000', '162932.496000', '162932.498000', '162932.501000', '162932.504000', '162932.507000', '162932.510000', '162932.512000', '162932.515000', '162932.518000', '162932.521000', '162932.524000', '162932.526000', '162932.529000', '162932.532000', '162952.413000', '162952.416000', '162952.419000', '162952.421000', '162952.424000', '162952.427000', '162952.430000', '162952.433000', '162952.435000', '162952.438000', '162952.441000', '162952.444000', '162952.447000', '162952.450000', '162952.452000', '162952.455000', '162952.459000', '162952.462000', '162952.465000', '162952.468000', '162952.471000', '162952.474000', '162952.477000', '162952.480000', '162952.482000', '162952.485000', '162952.488000', '162952.491000', '162952.494000', '162952.496000', '162952.499000', '162952.502000', '162952.505000', '162952.508000', '162952.510000', '162952.513000', '162952.516000', '162952.519000', '162952.522000', '162952.524000', '162952.527000', '162952.530000', '162952.533000', '163012.412000', '163012.415000', '163012.418000', '163012.420000', '163012.423000', '163012.426000', '163012.429000', '163012.432000', '163012.435000', '163012.437000', '163012.440000', '163012.443000', '163012.446000', '163012.448000', '163012.451000', '163012.454000', '163012.457000', '163012.460000', '163012.462000', '163012.465000', '163012.468000', '163012.471000', '163012.474000', '163012.476000', '163012.479000', '163012.482000', '163012.485000', '163012.488000', '163012.491000', '163012.494000', '163012.497000', '163012.500000', '163012.502000', '163012.505000', '163012.508000', '163012.521000', '163012.524000', '163012.527000', '163012.530000', '163012.533000', '163012.535000', '163012.538000', '163012.541000', '163012.544000', '163032.412000', '163032.415000', '163032.417000', '163032.420000', '163032.423000', '163032.426000', '163032.429000', '163032.432000', '163032.434000', '163032.437000', '163032.440000', '163032.443000', '163032.445000', '163032.448000', '163032.451000', '163032.454000', '163032.457000', '163032.460000', '163032.462000', '163032.465000', '163032.470000', '163032.474000', '163032.477000', '163032.480000', '163032.483000', '163032.486000', '163032.489000', '163032.492000', '163032.494000', '163032.497000', '163032.500000', '163032.503000', '163032.506000', '163032.509000', '163032.511000', '163032.514000', '163032.517000', '163032.520000', '163032.523000', '163032.525000', '163032.528000', '163032.531000', '163032.534000', '163052.412000', '163052.415000', '163052.417000', '163052.420000', '163052.423000', '163052.426000', '163052.429000', '163052.432000', '163052.434000', '163052.437000', '163052.440000', '163052.443000', '163052.445000', '163052.448000', '163052.451000', '163052.456000', '163052.459000', '163052.462000', '163052.465000', '163052.474000', '163052.477000', '163052.479000', '163052.482000', '163052.485000', '163052.488000', '163052.491000', '163052.494000', '163052.496000', '163052.499000', '163052.502000', '163052.505000', '163052.508000', '163052.511000', '163052.513000', '163052.516000', '163052.519000', '163052.522000', '163052.525000', '163052.527000', '163052.530000', '163052.533000', '163052.536000', '163052.539000', '163052.541000', '163112.412000', '163112.415000', '163112.418000', '163112.420000', '163112.424000', '163112.427000', '163112.430000', '163112.433000', '163112.435000', '163112.438000', '163112.441000', '163112.444000', '163112.447000', '163112.449000', '163112.452000', '163112.455000', '163112.458000', '163112.461000', '163112.464000', '163112.466000', '163112.469000', '163112.472000', '163112.475000', '163112.478000', '163112.481000', '163112.484000', '163112.487000', '163112.492000', '163112.496000', '163112.499000', '163112.502000', '163112.505000', '163112.507000', '163112.510000', '163112.513000', '163112.516000', '163112.519000', '163112.521000', '163112.524000', '163112.527000', '163112.530000', '163112.533000', '163112.536000', '163132.412000', '163132.415000', '163132.417000', '163132.420000', '163132.423000', '163132.426000', '163132.429000', '163132.431000', '163132.434000', '163132.437000', '163132.440000', '163132.443000', '163132.445000', '163132.448000', '163132.456000', '163132.459000', '163132.462000', '163132.464000', '163132.467000', '163132.470000', '163132.473000', '163132.476000', '163132.479000', '163132.482000', '163132.484000', '163132.487000', '163132.490000', '163132.493000', '163132.496000', '163132.499000', '163132.502000', '163132.504000', '163132.507000', '163132.510000', '163132.513000', '163132.516000', '163132.518000', '163132.521000', '163132.524000', '163132.527000', '163132.530000', '163132.533000', '163132.535000', '163132.538000', '163152.412000', '163152.415000', '163152.418000', '163152.420000', '163152.423000', '163152.426000', '163152.429000', '163152.432000', '163152.434000', '163152.437000', '163152.440000', '163152.443000', '163152.446000', '163152.448000', '163152.451000', '163152.454000', '163152.457000', '163152.460000', '163152.462000', '163152.465000', '163152.468000', '163152.471000', '163152.474000', '163152.476000', '163152.488000', '163152.491000', '163152.493000', '163152.496000', '163152.499000', '163152.502000', '163152.505000', '163152.508000', '163152.512000', '163152.514000', '163152.517000', '163152.520000', '163152.523000', '163152.526000', '163152.529000', '163152.531000', '163152.534000', '163152.537000', '163152.540000', '163212.412000', '163212.415000', '163212.418000', '163212.420000', '163212.423000', '163212.426000', '163212.429000', '163212.432000', '163212.434000', '163212.437000', '163212.440000', '163212.443000', '163212.446000', '163212.449000', '163212.451000', '163212.454000', '163212.457000', '163212.460000', '163212.463000', '163212.465000', '163212.468000', '163212.471000', '163212.474000', '163212.477000', '163212.480000', '163212.491000', '163212.493000', '163212.496000', '163212.499000', '163212.502000', '163212.505000', '163212.508000', '163212.510000', '163212.514000', '163212.516000', '163212.519000', '163212.522000', '163212.525000', '163212.528000', '163212.531000', '163212.533000', '163212.536000', '163212.539000', '163212.542000', '163232.412000', '163232.415000', '163232.418000', '163232.420000', '163232.423000', '163232.426000', '163232.429000', '163232.432000', '163232.435000', '163232.437000', '163232.440000', '163232.443000', '163232.446000', '163232.448000', '163232.451000', '163232.454000', '163232.457000', '163232.460000', '163232.464000', '163232.467000', '163232.470000', '163232.473000', '163232.475000', '163232.478000', '163232.481000', '163232.484000', '163232.487000', '163232.490000', '163232.493000', '163232.495000', '163232.498000', '163232.501000', '163232.504000', '163232.507000', '163232.510000', '163232.512000', '163232.515000', '163232.518000', '163232.521000', '163232.525000', '163232.527000', '163232.530000', '163232.533000', '163252.412000', '163252.415000', '163252.418000', '163252.420000', '163252.423000', '163252.426000', '163252.429000', '163252.432000', '163252.435000', '163252.438000', '163252.440000', '163252.443000', '163252.446000', '163252.449000', '163252.452000', '163252.455000', '163252.458000', '163252.460000', '163252.463000', '163252.466000', '163252.469000', '163252.472000', '163252.475000', '163252.477000', '163252.480000', '163252.483000', '163252.486000', '163252.489000', '163252.492000', '163252.494000', '163252.497000', '163252.500000', '163252.503000', '163252.506000', '163252.508000', '163252.511000', '163252.514000', '163252.517000', '163252.520000', '163252.523000', '163252.526000', '163252.528000', '163252.531000', '163252.534000', '163312.412000', '163312.415000', '163312.418000', '163312.421000', '163312.424000', '163312.426000', '163312.429000', '163312.432000', '163312.435000', '163312.438000', '163312.441000', '163312.444000', '163312.446000', '163312.449000', '163312.452000', '163312.455000', '163312.458000', '163312.461000', '163312.464000', '163312.467000', '163312.469000', '163312.472000', '163312.475000', '163312.478000', '163312.481000', '163312.484000', '163312.487000', '163312.489000', '163312.492000', '163312.495000', '163312.498000', '163312.501000', '163312.504000', '163312.506000', '163312.509000', '163312.512000', '163312.515000', '163312.518000', '163312.520000', '163312.523000', '163312.526000', '163312.529000', '163312.532000', '163332.412000', '163332.415000', '163332.418000', '163332.426000', '163332.429000', '163332.432000', '163332.435000', '163332.438000', '163332.440000', '163332.443000', '163332.446000', '163332.449000', '163332.452000', '163332.454000', '163332.457000', '163332.460000', '163332.463000', '163332.466000', '163332.469000', '163332.472000', '163332.475000', '163332.477000', '163332.480000', '163332.483000', '163332.486000', '163332.489000', '163332.491000', '163332.494000', '163332.497000', '163332.500000', '163332.503000', '163332.506000', '163332.508000', '163332.511000', '163332.514000', '163332.517000', '163332.520000', '163332.522000', '163332.525000', '163332.528000', '163332.531000', '163332.534000', '163332.536000', '163332.539000', '163352.412000', '163352.415000', '163352.418000', '163352.420000', '163352.423000', '163352.426000', '163352.429000', '163352.432000', '163352.435000', '163352.437000', '163352.440000', '163352.443000', '163352.446000', '163352.449000', '163352.452000', '163352.455000', '163352.459000', '163352.462000', '163352.465000', '163352.468000', '163352.471000', '163352.474000', '163352.476000', '163352.479000', '163352.482000', '163352.485000', '163352.488000', '163352.491000', '163352.494000', '163352.497000', '163352.500000', '163352.503000', '163352.506000', '163352.509000', '163352.512000', '163352.515000', '163352.518000', '163352.521000', '163352.524000', '163352.527000', '163352.529000', '163352.532000', '163352.535000', '163412.412000', '163412.415000', '163412.418000', '163412.421000', '163412.423000', '163412.426000', '163412.429000', '163412.432000', '163412.435000', '163412.437000', '163412.440000', '163412.443000', '163412.446000', '163412.449000', '163412.452000', '163412.455000', '163412.458000', '163412.461000', '163412.464000', '163412.466000', '163412.469000', '163412.472000', '163412.475000', '163412.478000', '163412.480000', '163412.483000', '163412.486000', '163412.489000', '163412.492000', '163412.495000', '163412.497000', '163412.500000', '163412.503000', '163412.506000', '163412.509000', '163412.512000', '163412.514000', '163412.517000', '163412.520000', '163412.523000', '163412.526000', '163412.528000', '163412.531000', '163412.534000', '163432.412000', '163432.415000', '163432.418000', '163432.420000', '163432.423000', '163432.426000', '163432.429000', '163432.432000', '163432.435000', '163432.438000', '163432.441000', '163432.443000', '163432.446000', '163432.449000', '163432.452000', '163432.455000', '163432.458000', '163432.461000', '163432.463000', '163432.466000', '163432.469000', '163432.472000', '163432.475000', '163432.478000', '163432.481000', '163432.484000', '163432.486000', '163432.489000', '163432.492000', '163432.495000', '163432.498000', '163432.501000', '163432.504000', '163432.506000', '163432.509000', '163432.512000', '163432.515000', '163432.518000', '163432.520000', '163432.523000', '163432.526000', '163432.529000', '163432.532000', '163452.412000', '163452.415000', '163452.418000', '163452.420000', '163452.423000', '163452.426000', '163452.429000', '163452.432000', '163452.435000', '163452.438000', '163452.440000', '163452.443000', '163452.446000', '163452.449000', '163452.452000', '163452.455000', '163452.458000', '163452.461000', '163452.463000', '163452.466000', '163452.469000', '163452.472000', '163452.475000', '163452.478000', '163452.480000', '163452.483000', '163452.486000', '163452.489000', '163452.492000', '163452.494000', '163452.497000', '163452.500000', '163452.503000', '163452.506000', '163452.509000', '163452.511000', '163452.514000', '163452.517000', '163452.520000', '163452.523000', '163452.525000', '163452.528000', '163452.531000', '163452.534000', '163512.412000', '163512.415000', '163512.418000', '163512.421000', '163512.423000', '163512.426000', '163512.429000', '163512.432000', '163512.435000', '163512.437000', '163512.440000', '163512.443000', '163512.446000', '163512.449000', '163512.452000', '163512.454000', '163512.457000', '163512.460000', '163512.463000', '163512.466000', '163512.469000', '163512.471000', '163512.474000', '163512.477000', '163512.480000', '163512.483000', '163512.485000', '163512.488000', '163512.491000', '163512.494000', '163512.497000', '163512.500000', '163512.502000', '163512.505000', '163512.508000', '163512.511000', '163512.514000', '163512.516000', '163512.519000', '163512.522000', '163512.525000', '163512.528000', '163512.530000', '163532.412000', '163532.416000', '163532.419000', '163532.422000', '163532.425000', '163532.427000', '163532.430000', '163532.434000', '163532.436000', '163532.439000', '163532.442000', '163532.445000', '163532.448000', '163532.450000', '163532.453000', '163532.456000', '163532.459000', '163532.462000', '163532.465000', '163532.467000', '163532.470000', '163532.473000', '163532.476000', '163532.478000', '163532.481000', '163532.484000', '163532.487000', '163532.490000', '163532.493000', '163532.495000', '163532.498000', '163532.501000', '163532.504000', '163532.507000', '163532.510000', '163532.512000', '163532.515000', '163532.518000', '163532.521000', '163532.524000', '163532.527000', '163532.529000', '163532.532000', '163532.535000', '163552.412000', '163552.415000', '163552.418000', '163552.421000', '163552.423000', '163552.426000', '163552.429000', '163552.432000', '163552.435000', '163552.438000', '163552.440000', '163552.443000', '163552.446000', '163552.449000', '163552.452000', '163552.454000', '163552.457000', '163552.460000', '163552.463000', '163552.466000', '163552.469000', '163552.471000', '163552.474000', '163552.477000', '163552.480000', '163552.483000', '163552.485000', '163552.488000', '163552.491000', '163552.494000', '163552.497000', '163552.500000', '163552.502000', '163552.505000', '163552.508000', '163552.511000', '163552.513000', '163552.516000', '163552.519000', '163552.522000', '163552.525000', '163552.527000', '163552.543000', '163612.412000', '163612.415000', '163612.418000', '163612.420000', '163612.423000', '163612.426000', '163612.429000', '163612.432000', '163612.435000', '163612.437000', '163612.440000', '163612.443000', '163612.446000', '163612.449000', '163612.452000', '163612.454000', '163612.457000', '163612.460000', '163612.463000', '163612.466000', '163612.469000', '163612.471000', '163612.474000', '163612.477000', '163612.480000', '163612.483000', '163612.486000', '163612.489000', '163612.491000', '163612.494000', '163612.497000', '163612.500000', '163612.503000', '163612.505000', '163612.508000', '163612.511000', '163612.514000', '163612.517000', '163612.520000', '163612.522000', '163612.525000', '163612.528000', '163612.531000', '163612.534000', '163632.412000', '163632.415000', '163632.418000', '163632.420000', '163632.423000', '163632.426000', '163632.429000', '163632.432000', '163632.435000', '163632.437000', '163632.440000', '163632.443000', '163632.446000', '163632.449000', '163632.452000', '163632.454000', '163632.457000', '163632.460000', '163632.463000', '163632.466000', '163632.468000', '163632.471000', '163632.474000', '163632.477000', '163632.480000', '163632.483000', '163632.485000', '163632.488000', '163632.491000', '163632.494000', '163632.497000', '163632.499000', '163632.502000', '163632.505000', '163632.508000', '163632.511000', '163632.514000', '163632.516000', '163632.519000', '163632.522000', '163632.525000', '163632.528000', '163632.531000', '163652.412000', '163652.415000', '163652.419000', '163652.423000', '163652.426000', '163652.429000', '163652.432000', '163652.435000', '163652.438000', '163652.441000', '163652.443000', '163652.446000', '163652.449000', '163652.452000', '163652.455000', '163652.457000', '163652.460000', '163652.463000', '163652.466000', '163652.469000', '163652.471000', '163652.474000', '163652.477000', '163652.480000', '163652.483000', '163652.485000', '163652.488000', '163652.491000', '163652.494000', '163652.497000', '163652.499000', '163652.502000', '163652.505000', '163652.508000', '163652.511000', '163652.513000', '163652.516000', '163652.519000', '163652.522000', '163652.525000', '163652.528000', '163652.530000', '163652.533000', '163712.412000', '163712.415000', '163712.418000', '163712.420000', '163712.423000', '163712.426000', '163712.429000', '163712.432000', '163712.435000', '163712.437000', '163712.440000', '163712.443000', '163712.446000', '163712.449000', '163712.452000', '163712.454000', '163712.457000', '163712.460000', '163712.463000', '163712.466000', '163712.469000', '163712.472000', '163712.474000', '163712.477000', '163712.480000', '163712.483000', '163712.486000', '163712.488000', '163712.491000', '163712.494000', '163712.497000', '163712.500000', '163712.503000', '163712.505000', '163712.508000', '163712.524000', '163712.526000', '163712.529000', '163712.532000', '163712.535000', '163712.538000', '163712.541000', '163712.544000', '163712.546000', '163732.412000', '163732.415000', '163732.418000', '163732.421000', '163732.423000', '163732.426000', '163732.429000', '163732.432000', '163732.436000', '163732.441000', '163732.444000', '163732.447000', '163732.449000', '163732.452000', '163732.455000', '163732.458000', '163732.461000', '163732.464000', '163732.467000', '163732.469000', '163732.472000', '163732.475000', '163732.478000', '163732.481000', '163732.483000', '163732.486000', '163732.489000', '163732.492000', '163732.495000', '163732.498000', '163732.500000', '163732.503000', '163732.506000', '163732.509000', '163732.512000', '163732.515000', '163732.517000', '163732.520000', '163732.523000', '163732.526000', '163732.529000', '163732.531000', '163732.534000', '163752.412000', '163752.415000', '163752.418000', '163752.421000', '163752.429000', '163752.432000', '163752.435000', '163752.437000', '163752.440000', '163752.443000', '163752.446000', '163752.449000', '163752.452000', '163752.455000', '163752.458000', '163752.460000', '163752.463000', '163752.466000', '163752.469000', '163752.472000', '163752.475000', '163752.478000', '163752.480000', '163752.493000', '163752.496000', '163752.499000', '163752.502000', '163752.505000', '163752.507000', '163752.510000', '163752.513000', '163752.516000', '163752.519000', '163752.522000', '163752.524000', '163752.527000', '163752.530000', '163752.533000', '163752.536000', '163752.538000', '163752.541000', '163752.544000', '163752.547000', '163752.550000', '163812.412000', '163812.415000', '163812.418000', '163812.421000', '163812.424000', '163812.426000', '163812.429000', '163812.432000', '163812.435000', '163812.438000', '163812.441000', '163812.443000', '163812.446000', '163812.449000', '163812.455000', '163812.458000', '163812.461000', '163812.464000', '163812.467000', '163812.470000', '163812.472000', '163812.475000', '163812.478000', '163812.481000', '163812.484000', '163812.487000', '163812.489000', '163812.492000', '163812.495000', '163812.498000', '163812.501000', '163812.504000', '163812.506000', '163812.509000', '163812.512000', '163812.515000', '163812.518000', '163812.521000', '163812.523000', '163812.526000', '163812.529000', '163812.532000', '163812.535000', '163832.412000', '163832.415000', '163832.418000', '163832.421000', '163832.423000', '163832.426000', '163832.429000', '163832.432000', '163832.435000', '163832.438000', '163832.441000', '163832.443000', '163832.446000', '163832.463000', '163832.465000', '163832.468000', '163832.471000', '163832.474000', '163832.477000', '163832.480000', '163832.482000', '163832.485000', '163832.488000', '163832.491000', '163832.494000', '163832.496000', '163832.499000', '163832.502000', '163832.505000', '163832.508000', '163832.511000', '163832.513000', '163832.516000', '163832.519000', '163832.522000', '163832.525000', '163832.527000', '163832.530000', '163832.533000', '163832.536000', '163832.539000', '163832.542000', '163832.545000', '163832.547000', '163852.413000', '163852.416000', '163852.419000', '163852.422000', '163852.425000', '163852.428000', '163852.431000', '163852.434000', '163852.436000', '163852.439000', '163852.442000', '163852.445000', '163852.448000', '163852.451000', '163852.454000', '163852.456000', '163852.459000', '163852.462000', '163852.465000', '163852.468000', '163852.471000', '163852.474000', '163852.477000', '163852.480000', '163852.482000', '163852.485000', '163852.488000', '163852.491000', '163852.494000', '163852.497000', '163852.499000', '163852.502000', '163852.505000', '163852.508000', '163852.511000', '163852.514000', '163852.516000', '163852.519000', '163852.522000', '163852.525000', '163852.528000', '163852.531000', '163852.533000', '163912.412000', '163912.415000', '163912.418000', '163912.421000', '163912.423000', '163912.426000', '163912.429000', '163912.432000', '163912.435000', '163912.438000', '163912.440000', '163912.443000', '163912.446000', '163912.449000', '163912.452000', '163912.455000', '163912.457000', '163912.460000', '163912.463000', '163912.466000', '163912.469000', '163912.472000', '163912.475000', '163912.477000', '163912.480000', '163912.483000', '163912.486000', '163912.489000', '163912.491000', '163912.494000', '163912.497000', '163912.500000', '163912.503000', '163912.505000', '163912.508000', '163912.511000', '163912.514000', '163912.517000', '163912.519000', '163912.522000', '163912.525000', '163912.528000', '163912.530000', '163912.533000', '163932.412000', '163932.415000', '163932.418000', '163932.421000', '163932.423000', '163932.426000', '163932.429000', '163932.432000', '163932.435000', '163932.438000', '163932.441000', '163932.443000', '163932.446000', '163932.449000', '163932.452000', '163932.455000', '163932.458000', '163932.460000', '163932.463000', '163932.466000', '163932.469000', '163932.472000', '163932.475000', '163932.477000', '163932.480000', '163932.483000', '163932.486000', '163932.489000', '163932.491000', '163932.494000', '163932.497000', '163932.500000', '163932.503000', '163932.506000', '163932.510000', '163932.514000', '163932.516000', '163932.519000', '163932.522000', '163932.525000', '163932.528000', '163932.531000', '163932.533000', '163952.412000', '163952.415000', '163952.418000', '163952.421000', '163952.423000', '163952.426000', '163952.429000', '163952.432000', '163952.435000', '163952.438000', '163952.441000', '163952.443000', '163952.446000', '163952.449000', '163952.452000', '163952.455000', '163952.458000', '163952.460000', '163952.463000', '163952.466000', '163952.469000', '163952.472000', '163952.475000', '163952.477000', '163952.480000', '163952.483000', '163952.486000', '163952.488000', '163952.491000', '163952.494000', '163952.497000', '163952.500000', '163952.503000', '163952.505000', '163952.508000', '163952.511000', '163952.514000', '163952.517000', '163952.519000', '163952.522000', '163952.525000', '163952.528000', '163952.531000', '163952.533000', '164012.412000', '164012.415000', '164012.418000', '164012.421000', '164012.424000', '164012.426000', '164012.429000', '164012.432000', '164012.435000', '164012.438000', '164012.441000', '164012.443000', '164012.446000', '164012.449000', '164012.453000', '164012.456000', '164012.459000', '164012.462000', '164012.465000', '164012.468000', '164012.470000', '164012.473000', '164012.476000', '164012.479000', '164012.482000', '164012.485000', '164012.488000', '164012.490000', '164012.493000', '164012.496000', '164012.499000', '164012.502000', '164012.505000', '164012.508000', '164012.511000', '164012.514000', '164012.517000', '164012.520000', '164012.522000', '164012.525000', '164012.528000', '164012.531000', '164012.534000', '164032.412000', '164032.415000', '164032.418000', '164032.421000', '164032.424000', '164032.427000', '164032.430000', '164032.432000', '164032.435000', '164032.438000', '164032.441000', '164032.444000', '164032.447000', '164032.449000', '164032.452000', '164032.455000', '164032.458000', '164032.461000', '164032.464000', '164032.467000', '164032.469000', '164032.472000', '164032.475000', '164032.478000', '164032.481000', '164032.484000', '164032.486000', '164032.489000', '164032.492000', '164032.495000', '164032.498000', '164032.501000', '164032.504000', '164032.506000', '164032.509000', '164032.512000', '164032.515000', '164032.518000', '164032.521000', '164032.523000', '164032.526000', '164032.529000', '164032.532000', '164032.535000', '164037.871000', '164037.875000', '164037.878000', '164037.881000', '164037.884000', '164037.887000', '164037.890000', '164037.894000', '164037.897000', '164037.900000', '164037.903000', '164037.906000'], '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': [10868, 14658, 10106, 12568, 9633, 9253, 15310, 9036, 14202, 9935, 13056, 9847, 12644, 8000, 7784, 13527, 8723, 11380, 7809, 7532, 12302, 8022, 11430, 7840, 8574, 7756, 7968, 11991, 8115, 11873, 7824, 9513, 13911, 8387, 12122, 8182, 8327, 11972, 8260, 13007, 8684, 12003, 8823, 11941, 7979, 11857, 7972, 8212, 14308, 9552, 12254, 7764, 10162, 11848, 8257, 12546, 8100, 8643, 7742, 7960, 13357, 8312, 12186, 8471, 12411, 7995, 12120, 16803, 11801, 13579, 8338, 11077, 7891, 8391, 15702, 9272, 13564, 8193, 11107, 8008, 8231, 14752, 8858, 13541, 9529, 11466, 8111, 13058, 9097, 13012, 8898, 12973, 7975, 8097, 16524, 10218, 13513, 8016, 10848, 8026, 7970, 14027, 8921, 11824, 9959, 7688, 10544, 7980, 12456, 7990, 7976, 13411, 7898, 8941, 12933, 8067, 12038, 7964, 9626, 12910, 8210, 12298, 7878, 8240, 11056, 8065, 12145, 8511, 9002, 13797, 8577, 13075, 8007, 11018, 11074, 8088, 12642, 8241, 9636, 8066, 8011, 13359, 8684, 12315, 7926, 9248, 7806, 7911, 13891, 7950, 11981, 10996, 7856, 13838, 8029, 12317, 7828, 7977, 13636, 9361, 12056, 8121, 11380, 7942, 11278, 7887, 11458, 8470, 8138, 15562, 10903, 13111, 9223, 12080, 8759, 12370, 8324, 12233, 9347, 12995, 15394, 11095, 13812, 8165, 12233, 8162, 7900, 13648, 9198, 10305, 7850, 7698, 10105, 7733, 11985, 8316, 11402, 7775, 9287, 13288, 8188, 11720, 8128, 8066, 13251, 8093, 12271, 8003, 7894, 12852, 8408, 12675, 8765, 12126, 8505, 8745, 9290, 7787, 16331, 9127, 9776, 17089, 11226, 12690, 7978, 8773, 15078, 9229, 12067, 7825, 8193, 13159, 7948, 12031, 7907, 9659, 8677, 8087, 11533, 8105, 12801, 7918, 11486, 11412, 8465, 13568, 8055, 13506, 8349, 12313, 7805, 11717, 7629, 10433, 16452, 9373, 13068, 7774, 11197, 7785, 8148, 14000, 8198, 11879, 9798, 8057, 12754, 8058, 11556, 7745, 7842, 11990, 8399, 12660, 7712, 10239, 15778, 9719, 12270, 7812, 9736, 10562, 7811, 12171, 9114, 11695, 7877, 9524, 7968, 7660, 7770, 10214, 7905, 11710, 8050, 12326, 17581, 11486, 10657, 8399, 7658, 12584, 8355, 11670, 9124, 7904, 12163, 7838, 11688, 7920, 7973, 12606, 7943, 8609, 9511, 7928, 11655, 7853, 7922, 13087, 8384, 11651, 8132, 11245, 7844, 9857, 8247, 7635, 10677, 7875, 12031, 7889, 11469, 9241, 7772, 11404, 7824, 13811, 8072, 10978, 7914, 9462, 7753, 9260, 14465, 9281, 14379, 10059, 12950, 9135, 12307, 8167, 8321, 7868, 7897, 16383, 8946, 12137, 7845, 9756, 10491, 7849, 11882, 8063, 12446, 7853, 12116, 7943, 11884, 7964, 10434, 9000, 12832, 7714, 12721, 12503, 9758, 18058, 13209, 13698, 8361, 12666, 7930, 8047, 14207, 9173, 12490, 8036, 11723, 8447, 11845, 8567, 11634, 7886, 11692, 7736, 11439, 8584, 8011, 7811, 7795, 16390, 9149, 9772, 7902, 7595, 9532, 7888, 12697, 8594, 8070, 14471, 8818, 12343, 8029, 10972, 12359, 8516, 12274, 8586, 7967, 7753, 7941, 11901, 8234, 12174, 9027, 11519, 7915, 11023, 11537, 8506, 13316, 9675, 12334, 7795, 11132, 14666, 8903, 12916, 8279, 12285, 8373, 11772, 12595, 9707, 8994, 8034, 15139, 8733, 12037, 14283, 8280, 10684, 8044, 10829, 13973, 8760, 11900, 7750, 9419, 12820, 8222, 12121, 9084, 11810, 8023, 11487, 8174, 9270, 7854, 7926, 16943, 10974, 12515, 7815, 12066, 7897, 11921, 7930, 11060, 7780, 8035, 16603, 10393, 12508, 7701, 12033, 8861, 9620, 9686, 7824, 8622, 7910, 11981, 8079, 10671, 7973, 11951, 9318, 15165, 9804, 13577, 8322, 12360, 8734, 8680, 12684, 7734, 15445, 9950, 12158, 8621, 11537, 8101, 11159, 8022, 11838, 8408, 11678, 7760, 11627, 7785, 10916, 7916, 10216, 7709, 9239, 9991, 8480, 7999, 11489, 7725, 12707, 17438, 13991, 13385, 8197, 12463, 8025, 11672, 7843, 10820, 7679, 11052, 7683, 8448, 9916, 7638, 9722, 7672, 11648, 7956, 12513, 9466, 11932, 7978, 11184, 7555, 8500, 11198, 8018, 12841, 9517, 12292, 8094, 11673, 7886, 10781, 7742, 8742, 7773, 8297, 11143, 8433, 12677, 9834, 12417, 8271, 11969, 8591, 7725, 10800, 7786, 13410, 8282, 12284, 8812, 9167, 12375, 7690, 12220, 7808, 11160, 7860, 9231, 7714, 8983, 7680, 7949, 13431, 9276, 11773, 7883, 10953, 7751, 8770, 15136, 9193, 12691, 8410, 11205, 7690, 10399, 12888, 8537, 12891, 9130, 12481, 8697, 11791, 8138, 11060, 8269, 8361, 13030, 8265, 15207, 8566, 11975, 8363, 10470, 7872, 10149, 12522, 8603, 12835, 9697, 11861, 8270, 12727, 10423, 13218, 9643, 12532, 8741, 12450, 8731, 11829, 8920, 12019, 8005, 8741, 7766, 8529, 7877, 8048, 8460, 10742, 7896, 12699, 9532, 12137, 7835, 11315, 7768, 10023, 7920, 8640, 7911, 8843, 16098, 10498, 12938, 7975, 11647, 7907, 7843, 11923, 8650, 12471, 7759, 12053, 8749, 7920, 8719, 7786, 9334, 8038, 13612, 8853, 8074, 8444, 7827, 14644, 9678, 12662, 9771, 12846, 7912, 11904, 9502, 9721, 7981, 7979, 18170, 9722, 12323, 7913, 10173, 8002, 9571, 7832, 9097, 11935, 8560, 12605, 8590, 14616, 8615, 13790, 9583, 12989, 9035, 13313, 9889, 10760, 8124, 8143, 10874, 18100, 14202, 13075, 8159, 12353, 8538, 12106, 7727, 10572, 8020, 8103, 9190, 8017, 12321, 8724, 10724, 7927, 10604, 7881, 9865, 10388, 7987, 9143, 7780, 13061, 7981, 11201, 7920, 9838, 7919, 9257, 16617, 9496, 13672, 10028, 12234, 7897, 11789, 8062, 12096, 9136, 18050, 15047, 10108, 8219, 11161, 17074, 11053, 13598, 7692, 8508, 13209, 8851, 12418, 7837, 10034, 8161, 7754, 13892, 8950, 11084, 10698, 7779, 15165, 8719, 12675, 8849, 8472, 15291, 9228, 13098, 7940, 11696, 9052, 12220, 8653, 12408, 9203, 12321, 18758, 13846, 12360, 11348, 7889, 11698, 7872, 8105, 9236, 7643, 11580, 7715, 9255, 7773, 8071, 11584, 8056, 8401, 13421, 8246, 9719, 10893, 7604, 11120, 7668, 7573, 11652, 7597, 7947, 12042, 7801, 9377, 12016, 8107, 9858, 11904, 7867, 10109, 7929, 7900, 11206, 7763, 8677, 8328, 8345, 12034, 7787, 10361, 8320, 7775, 14608, 10238, 12673, 16781, 11280, 13524, 9730, 11304, 7894, 8000, 16812, 9727, 12231, 8540, 7812, 11334, 7867, 12723, 9853, 12429, 7742, 10017, 8638, 7750, 10618, 8023, 12198, 8520, 14838, 8904, 15033, 19405, 15311, 14770, 11084, 8768, 11749, 7757, 13250, 8045, 11288, 7719, 8594, 11660, 7744, 12720, 8467, 11806, 8126, 10760, 7871, 8883, 11331, 8425, 12807, 9517, 12503, 8222, 11638, 11479, 7808, 11694, 8003, 11691, 7857, 12059, 8809, 12297, 8608, 11426, 8261, 11411, 14690, 8531, 13984, 9488, 12109, 8065, 11409, 11984, 7779, 16461, 9508, 12748, 7942, 11678, 11861, 7895, 12527, 7932, 11696, 7673, 11320, 7776, 8995, 7746, 8414, 7745, 9569, 7679, 8307, 10926, 7983, 13999, 8433, 11488, 7847, 11905, 11727, 8364, 17322, 9549, 13127, 8167, 10119, 7704, 8351, 7948, 8365, 15932, 9007, 10024, 8077, 11706, 8315, 11913, 8886, 12343, 18713, 14272, 12398, 7873, 7760, 10143, 7682, 7739, 7551, 11430, 7994, 12137, 9350, 11989, 7932, 11505, 7832, 11779, 7899, 10159, 8198, 7902, 17338, 10566, 13347, 8036, 12493, 7984, 10378, 9436, 7731, 11802, 7752, 14442, 8446, 10702, 7767, 8053, 7632, 7787, 12157, 8152, 10545, 7710, 10718, 7762, 11112, 7679, 10682, 9680, 7730, 9397, 7747, 16216, 9428, 12455, 8050, 9682, 7700, 8130, 12368, 8688, 14409, 8675, 11963, 7973, 11265, 9984, 7716, 12823, 8257, 10894, 7791, 10926, 7951, 10664, 7607, 8707, 7653, 9988, 7605, 9347, 16233, 11687, 10090, 7602, 12032, 9393, 12182, 7763, 11914, 7822, 10819, 18575, 14424, 14753, 10194, 12579, 7821, 11891, 7923, 11793, 8412, 11892, 7844, 11516, 7914, 10454, 8499, 7853, 7945, 7955, 12061, 8875, 8064, 10089, 14867, 10819, 15289, 9755, 15855, 10474, 14087, 9590, 13186, 7786, 10473, 9929, 7759, 13406, 9649, 11823, 8016, 11189, 7742, 10745, 8018, 10316, 7625, 8558, 13873, 9304, 13168, 8066, 8025, 7888, 7745, 10602, 8275, 13893, 8154, 13236, 17537, 13000, 11946, 15221, 8876, 12903, 8818, 12279, 8085, 11385, 8758, 12221, 7670, 12439, 16638, 13093, 10736, 8171, 11489, 7993, 12761, 8968, 12652, 9815, 11978, 7875, 12359, 8980, 12657, 8017, 11800, 8004, 8062, 15243, 9487, 12780, 7945, 11891, 8126, 7947, 12701, 7864, 10365, 7801, 8212, 9443, 7709, 12638, 8533, 11409, 7831, 11118, 8471, 11457, 8475, 11847, 8394, 11887, 8081, 12136, 8752, 12214, 8189, 11795, 8299, 12642, 8076, 12249, 7548, 11653, 7915, 11857, 9152, 7797, 9946, 7905, 12579, 18473, 15069, 13820, 7933, 11840, 7816, 7898, 8026, 8052, 12901, 9312, 12202, 8094, 10629, 7837, 9233, 7991, 8216, 7790, 8656, 7514, 8967, 15019, 8434, 10336, 10815, 7788, 13483, 7929, 12316, 8974, 7808, 10193, 7853, 12325, 7793, 8604, 12247, 8155, 11860, 7690, 11466, 8254, 11647, 8722, 11807, 7779, 11644, 15076, 11118, 12082, 7975, 11415, 8164, 10914, 8453, 10795, 7768, 10432, 8440, 9069, 10528, 8115, 9329, 7895, 12632, 8890, 16321, 19059, 16107, 13974, 8411, 11046, 7987, 10369, 7882, 9382, 7624, 9049, 7834, 9149, 14539, 9183, 12753, 7738, 12136, 9410, 12006, 7835, 10179, 7625, 7566, 7721, 7731, 10721, 8697, 15860, 17101, 11523, 10558, 10394, 7933, 12921, 8542, 12614, 8362, 11892, 11103, 7845, 16085, 9826, 11546, 8016, 10957, 8135, 11340, 7965, 11317, 8430, 13224, 8999, 12442, 17557, 10631, 13912, 8215, 8123, 7945, 7983, 10789, 7824, 11632, 8344, 11495, 8910, 11479, 8146, 11191, 8741, 11905, 8959, 12212, 9541, 9338, 7914, 8022, 10805, 7758, 10925, 9826, 9926, 10401, 8015, 17660, 10233, 12243, 16135, 9358, 13128, 8110, 10566, 11864, 7814, 10660, 7741, 9821, 7662, 10182, 7874, 10446, 8266, 11251, 8259, 11331, 8506, 8079, 16205, 10198, 12260, 8186, 11373, 7773, 10588, 8190, 9627, 8226, 9178, 7889, 9981, 7792, 12014, 8103, 12725, 7782, 7696, 9288, 8800, 14171, 9676, 14819, 10474, 14539, 10782, 12597, 9454, 15787, 11786, 16371, 11828, 14719, 9166, 11517, 9687, 8013, 10027, 8339, 9358, 7856, 9413, 7992, 11194, 8518, 9012, 9093, 8145, 10745, 7956, 13113, 8445, 13404, 9759, 10812, 7914, 8193, 13771, 9669, 13889, 9316, 12898, 8558, 8309, 10525, 8025, 12899, 8658, 11750, 8470, 10840, 8287, 11263, 7843, 10658, 8010, 11401, 8171, 11835, 8919, 12219, 8991, 12665, 8190, 12628, 15816, 12791, 12673, 8043, 10273, 7756, 11036, 7842, 10691, 7973, 12086, 8889, 9971, 8283, 10686, 8710, 15477, 11316, 14013, 9369, 13278, 17186, 11200, 13431, 8711, 7809, 8841, 8052, 11859, 7900, 11742, 8094, 9731, 8169, 11125, 8092, 11664, 8369, 8064, 11066, 8143, 12180, 8485, 11389, 8343, 10786, 8309, 11542, 8284, 12630, 9952, 13816, 9770, 13524, 10207, 13519, 9326, 7920, 10829, 7776, 12932, 9531, 10083, 11151, 11329, 10759, 14659, 14009, 8494, 14354, 9238, 16570, 10947, 17101, 11471, 16594, 9415, 13341, 10145, 8769, 7917, 8063, 14068, 8313, 13145, 7953, 9786, 8013, 8045, 7906, 7998, 10402, 7655, 12544, 8666, 11168, 8058, 7941, 8130, 13746, 9512, 13128, 9031, 9363, 10948, 8082, 14521, 9000, 11452, 7821, 9204, 7816, 8488, 8130, 7795, 14309, 8897, 8431, 7586, 7761, 13077, 8000, 11365, 8055, 7762, 10760, 7958, 12421, 7767, 10721, 7803, 10825, 7980, 9794, 15578, 9414, 11695, 7999], 'WindowCenter': [4801.0, 4811.0, 4744.0, 4748.0, 4702.0, 4691.0, 4738.0, 4678.0, 4726.0, 4686.0, 4715.0, 4685.0, 4704.0, 4653.0, 4654.0, 4712.0, 4663.0, 4692.0, 4653.0, 4654.0, 4702.0, 4665.0, 4704.0, 4655.0, 4675.0, 4656.0, 4668.0, 4716.0, 4679.0, 4717.0, 4668.0, 4699.0, 4727.0, 4678.0, 4717.0, 4677.0, 4678.0, 4706.0, 4678.0, 4726.0, 4677.0, 4716.0, 4687.0, 4717.0, 4678.0, 4717.0, 4678.0, 4680.0, 4737.0, 4687.0, 4717.0, 4666.0, 4696.0, 4715.0, 4677.0, 4716.0, 4666.0, 4676.0, 4667.0, 4679.0, 4737.0, 4679.0, 4717.0, 4679.0, 4728.0, 4678.0, 4729.0, 4757.0, 4717.0, 4726.0, 4665.0, 4705.0, 4654.0, 4665.0, 4733.0, 4674.0, 4714.0, 4663.0, 4692.0, 4652.0, 4664.0, 4723.0, 4673.0, 4711.0, 4673.0, 4702.0, 4664.0, 4713.0, 4673.0, 4712.0, 4673.0, 4712.0, 4652.0, 4652.0, 4730.0, 4681.0, 4699.0, 4639.0, 4677.0, 4638.0, 4639.0, 4698.0, 4658.0, 4688.0, 4668.0, 4639.0, 4678.0, 4650.0, 4699.0, 4649.0, 4649.0, 4698.0, 4639.0, 4659.0, 4698.0, 4650.0, 4699.0, 4651.0, 4671.0, 4710.0, 4662.0, 4701.0, 4652.0, 4662.0, 4691.0, 4663.0, 4702.0, 4662.0, 4673.0, 4711.0, 4661.0, 4701.0, 4651.0, 4691.0, 4690.0, 4652.0, 4701.0, 4650.0, 4670.0, 4651.0, 4652.0, 4710.0, 4662.0, 4701.0, 4651.0, 4672.0, 4651.0, 4663.0, 4722.0, 4652.0, 4702.0, 4691.0, 4652.0, 4710.0, 4651.0, 4701.0, 4640.0, 4652.0, 4710.0, 4671.0, 4700.0, 4662.0, 4700.0, 4663.0, 4702.0, 4663.0, 4703.0, 4662.0, 4664.0, 4732.0, 4693.0, 4711.0, 4673.0, 4702.0, 4662.0, 4701.0, 4663.0, 4701.0, 4684.0, 4724.0, 4721.0, 4690.0, 4708.0, 4649.0, 4689.0, 4637.0, 4649.0, 4697.0, 4658.0, 4667.0, 4638.0, 4639.0, 4668.0, 4650.0, 4689.0, 4661.0, 4701.0, 4652.0, 4683.0, 4712.0, 4663.0, 4702.0, 4651.0, 4652.0, 4701.0, 4652.0, 4701.0, 4652.0, 4653.0, 4711.0, 4663.0, 4711.0, 4663.0, 4703.0, 4663.0, 4663.0, 4672.0, 4653.0, 4732.0, 4671.0, 4682.0, 4729.0, 4680.0, 4698.0, 4649.0, 4660.0, 4708.0, 4659.0, 4689.0, 4639.0, 4650.0, 4697.0, 4650.0, 4689.0, 4651.0, 4670.0, 4659.0, 4652.0, 4689.0, 4652.0, 4700.0, 4651.0, 4691.0, 4690.0, 4651.0, 4699.0, 4650.0, 4698.0, 4649.0, 4688.0, 4639.0, 4688.0, 4639.0, 4680.0, 4719.0, 4660.0, 4699.0, 4638.0, 4677.0, 4638.0, 4638.0, 4696.0, 4648.0, 4688.0, 4667.0, 4638.0, 4697.0, 4639.0, 4688.0, 4639.0, 4649.0, 4688.0, 4650.0, 4699.0, 4638.0, 4679.0, 4718.0, 4658.0, 4688.0, 4628.0, 4658.0, 4668.0, 4639.0, 4688.0, 4658.0, 4688.0, 4650.0, 4670.0, 4651.0, 4651.0, 4651.0, 4681.0, 4652.0, 4701.0, 4664.0, 4714.0, 4743.0, 4690.0, 4669.0, 4648.0, 4639.0, 4687.0, 4648.0, 4678.0, 4657.0, 4639.0, 4687.0, 4639.0, 4688.0, 4648.0, 4650.0, 4698.0, 4639.0, 4658.0, 4658.0, 4650.0, 4689.0, 4649.0, 4650.0, 4698.0, 4650.0, 4689.0, 4650.0, 4691.0, 4652.0, 4682.0, 4662.0, 4653.0, 4692.0, 4663.0, 4702.0, 4653.0, 4703.0, 4673.0, 4653.0, 4691.0, 4653.0, 4712.0, 4652.0, 4681.0, 4651.0, 4671.0, 4651.0, 4673.0, 4720.0, 4673.0, 4721.0, 4682.0, 4701.0, 4671.0, 4701.0, 4650.0, 4651.0, 4651.0, 4652.0, 4730.0, 4661.0, 4700.0, 4650.0, 4670.0, 4680.0, 4652.0, 4700.0, 4663.0, 4712.0, 4663.0, 4713.0, 4664.0, 4713.0, 4654.0, 4693.0, 4674.0, 4713.0, 4653.0, 4712.0, 4700.0, 4670.0, 4729.0, 4699.0, 4697.0, 4638.0, 4687.0, 4636.0, 4638.0, 4697.0, 4647.0, 4686.0, 4638.0, 4676.0, 4648.0, 4688.0, 4649.0, 4688.0, 4651.0, 4690.0, 4640.0, 4690.0, 4650.0, 4650.0, 4640.0, 4641.0, 4720.0, 4658.0, 4658.0, 4638.0, 4629.0, 4657.0, 4640.0, 4688.0, 4660.0, 4640.0, 4708.0, 4659.0, 4687.0, 4638.0, 4680.0, 4688.0, 4660.0, 4689.0, 4648.0, 4639.0, 4638.0, 4650.0, 4689.0, 4650.0, 4689.0, 4660.0, 4689.0, 4640.0, 4681.0, 4689.0, 4661.0, 4699.0, 4670.0, 4689.0, 4640.0, 4680.0, 4709.0, 4660.0, 4698.0, 4650.0, 4689.0, 4650.0, 4691.0, 4689.0, 4659.0, 4648.0, 4639.0, 4707.0, 4648.0, 4689.0, 4697.0, 4648.0, 4667.0, 4649.0, 4690.0, 4709.0, 4660.0, 4689.0, 4639.0, 4660.0, 4699.0, 4650.0, 4689.0, 4660.0, 4689.0, 4650.0, 4690.0, 4650.0, 4660.0, 4640.0, 4640.0, 4719.0, 4679.0, 4688.0, 4629.0, 4688.0, 4639.0, 4689.0, 4639.0, 4677.0, 4638.0, 4640.0, 4718.0, 4669.0, 4688.0, 4639.0, 4689.0, 4648.0, 4658.0, 4657.0, 4628.0, 4637.0, 4638.0, 4686.0, 4638.0, 4678.0, 4650.0, 4689.0, 4670.0, 4719.0, 4670.0, 4699.0, 4650.0, 4689.0, 4638.0, 4637.0, 4676.0, 4627.0, 4705.0, 4657.0, 4676.0, 4647.0, 4676.0, 4638.0, 4679.0, 4649.0, 4688.0, 4650.0, 4689.0, 4651.0, 4689.0, 4640.0, 4679.0, 4640.0, 4670.0, 4639.0, 4648.0, 4669.0, 4648.0, 4638.0, 4677.0, 4639.0, 4700.0, 4718.0, 4697.0, 4686.0, 4636.0, 4675.0, 4625.0, 4664.0, 4625.0, 4664.0, 4627.0, 4666.0, 4627.0, 4648.0, 4667.0, 4639.0, 4658.0, 4639.0, 4678.0, 4639.0, 4688.0, 4659.0, 4688.0, 4639.0, 4679.0, 4629.0, 4649.0, 4679.0, 4640.0, 4699.0, 4660.0, 4688.0, 4640.0, 4689.0, 4640.0, 4679.0, 4640.0, 4650.0, 4641.0, 4651.0, 4690.0, 4662.0, 4700.0, 4671.0, 4700.0, 4652.0, 4691.0, 4650.0, 4641.0, 4679.0, 4641.0, 4700.0, 4651.0, 4690.0, 4650.0, 4660.0, 4688.0, 4639.0, 4688.0, 4640.0, 4680.0, 4650.0, 4661.0, 4642.0, 4672.0, 4652.0, 4664.0, 4712.0, 4674.0, 4703.0, 4652.0, 4692.0, 4653.0, 4662.0, 4721.0, 4673.0, 4702.0, 4652.0, 4691.0, 4642.0, 4683.0, 4701.0, 4663.0, 4713.0, 4685.0, 4701.0, 4662.0, 4692.0, 4650.0, 4691.0, 4650.0, 4652.0, 4701.0, 4665.0, 4721.0, 4662.0, 4702.0, 4663.0, 4679.0, 4661.0, 4680.0, 4698.0, 4658.0, 4709.0, 4668.0, 4686.0, 4648.0, 4696.0, 4677.0, 4696.0, 4657.0, 4684.0, 4645.0, 4683.0, 4644.0, 4673.0, 4645.0, 4685.0, 4636.0, 4646.0, 4637.0, 4647.0, 4649.0, 4648.0, 4650.0, 4679.0, 4650.0, 4699.0, 4670.0, 4688.0, 4639.0, 4679.0, 4640.0, 4670.0, 4650.0, 4660.0, 4650.0, 4672.0, 4730.0, 4680.0, 4699.0, 4650.0, 4689.0, 4649.0, 4651.0, 4700.0, 4661.0, 4701.0, 4653.0, 4713.0, 4662.0, 4652.0, 4661.0, 4652.0, 4671.0, 4663.0, 4722.0, 4672.0, 4652.0, 4662.0, 4652.0, 4721.0, 4682.0, 4711.0, 4683.0, 4711.0, 4652.0, 4701.0, 4670.0, 4671.0, 4640.0, 4652.0, 4730.0, 4670.0, 4698.0, 4650.0, 4680.0, 4650.0, 4671.0, 4651.0, 4671.0, 4701.0, 4662.0, 4700.0, 4661.0, 4720.0, 4660.0, 4708.0, 4670.0, 4710.0, 4660.0, 4699.0, 4670.0, 4679.0, 4650.0, 4650.0, 4691.0, 4729.0, 4708.0, 4686.0, 4637.0, 4685.0, 4647.0, 4687.0, 4627.0, 4666.0, 4636.0, 4637.0, 4656.0, 4638.0, 4687.0, 4648.0, 4677.0, 4639.0, 4678.0, 4649.0, 4680.0, 4680.0, 4651.0, 4670.0, 4652.0, 4701.0, 4651.0, 4691.0, 4651.0, 4680.0, 4652.0, 4674.0, 4732.0, 4672.0, 4711.0, 4682.0, 4701.0, 4652.0, 4700.0, 4662.0, 4712.0, 4685.0, 4767.0, 4745.0, 4693.0, 4673.0, 4701.0, 4727.0, 4676.0, 4695.0, 4625.0, 4646.0, 4686.0, 4647.0, 4687.0, 4627.0, 4667.0, 4636.0, 4627.0, 4695.0, 4645.0, 4666.0, 4655.0, 4626.0, 4695.0, 4635.0, 4675.0, 4634.0, 4624.0, 4682.0, 4632.0, 4672.0, 4612.0, 4653.0, 4635.0, 4662.0, 4634.0, 4662.0, 4644.0, 4675.0, 4703.0, 4672.0, 4651.0, 4639.0, 4600.0, 4639.0, 4599.0, 4610.0, 4620.0, 4612.0, 4650.0, 4613.0, 4634.0, 4614.0, 4624.0, 4665.0, 4625.0, 4625.0, 4673.0, 4625.0, 4646.0, 4655.0, 4627.0, 4666.0, 4627.0, 4629.0, 4678.0, 4629.0, 4641.0, 4689.0, 4642.0, 4673.0, 4701.0, 4654.0, 4684.0, 4702.0, 4665.0, 4684.0, 4664.0, 4666.0, 4704.0, 4666.0, 4676.0, 4678.0, 4679.0, 4717.0, 4669.0, 4699.0, 4668.0, 4669.0, 4736.0, 4697.0, 4717.0, 4734.0, 4694.0, 4713.0, 4673.0, 4693.0, 4652.0, 4652.0, 4719.0, 4669.0, 4690.0, 4650.0, 4640.0, 4679.0, 4651.0, 4701.0, 4683.0, 4712.0, 4643.0, 4684.0, 4676.0, 4655.0, 4693.0, 4664.0, 4705.0, 4676.0, 4726.0, 4675.0, 4725.0, 4742.0, 4710.0, 4710.0, 4667.0, 4638.0, 4677.0, 4628.0, 4687.0, 4627.0, 4666.0, 4627.0, 4648.0, 4676.0, 4628.0, 4687.0, 4639.0, 4678.0, 4639.0, 4679.0, 4640.0, 4660.0, 4679.0, 4651.0, 4699.0, 4670.0, 4689.0, 4650.0, 4691.0, 4680.0, 4640.0, 4689.0, 4649.0, 4689.0, 4652.0, 4690.0, 4662.0, 4700.0, 4661.0, 4691.0, 4653.0, 4693.0, 4710.0, 4651.0, 4710.0, 4671.0, 4690.0, 4651.0, 4691.0, 4689.0, 4641.0, 4720.0, 4671.0, 4688.0, 4639.0, 4679.0, 4678.0, 4640.0, 4688.0, 4639.0, 4678.0, 4628.0, 4678.0, 4628.0, 4648.0, 4639.0, 4648.0, 4641.0, 4671.0, 4642.0, 4663.0, 4692.0, 4654.0, 4722.0, 4652.0, 4691.0, 4653.0, 4702.0, 4691.0, 4652.0, 4730.0, 4671.0, 4700.0, 4650.0, 4669.0, 4640.0, 4649.0, 4638.0, 4651.0, 4719.0, 4662.0, 4673.0, 4655.0, 4702.0, 4663.0, 4691.0, 4673.0, 4703.0, 4731.0, 4709.0, 4688.0, 4638.0, 4629.0, 4667.0, 4628.0, 4627.0, 4639.0, 4689.0, 4652.0, 4690.0, 4671.0, 4689.0, 4641.0, 4689.0, 4642.0, 4691.0, 4640.0, 4670.0, 4650.0, 4650.0, 4728.0, 4669.0, 4698.0, 4640.0, 4689.0, 4639.0, 4669.0, 4659.0, 4629.0, 4678.0, 4629.0, 4697.0, 4638.0, 4667.0, 4627.0, 4638.0, 4638.0, 4639.0, 4688.0, 4651.0, 4680.0, 4651.0, 4681.0, 4653.0, 4692.0, 4652.0, 4693.0, 4672.0, 4643.0, 4671.0, 4643.0, 4731.0, 4662.0, 4702.0, 4640.0, 4660.0, 4640.0, 4651.0, 4689.0, 4650.0, 4710.0, 4650.0, 4689.0, 4640.0, 4680.0, 4669.0, 4640.0, 4699.0, 4650.0, 4679.0, 4652.0, 4690.0, 4652.0, 4692.0, 4653.0, 4663.0, 4654.0, 4684.0, 4655.0, 4697.0, 4757.0, 4716.0, 4683.0, 4653.0, 4713.0, 4683.0, 4703.0, 4641.0, 4692.0, 4640.0, 4692.0, 4740.0, 4709.0, 4707.0, 4668.0, 4686.0, 4627.0, 4675.0, 4636.0, 4687.0, 4648.0, 4686.0, 4638.0, 4676.0, 4648.0, 4677.0, 4649.0, 4651.0, 4652.0, 4653.0, 4702.0, 4672.0, 4652.0, 4683.0, 4721.0, 4691.0, 4720.0, 4670.0, 4706.0, 4668.0, 4698.0, 4647.0, 4686.0, 4626.0, 4656.0, 4645.0, 4627.0, 4685.0, 4646.0, 4675.0, 4637.0, 4677.0, 4638.0, 4667.0, 4638.0, 4668.0, 4640.0, 4662.0, 4735.0, 4698.0, 4726.0, 4666.0, 4667.0, 4664.0, 4654.0, 4705.0, 4676.0, 4724.0, 4665.0, 4714.0, 4731.0, 4698.0, 4689.0, 4708.0, 4649.0, 4690.0, 4647.0, 4676.0, 4639.0, 4678.0, 4650.0, 4689.0, 4629.0, 4691.0, 4720.0, 4688.0, 4668.0, 4638.0, 4666.0, 4628.0, 4676.0, 4648.0, 4676.0, 4658.0, 4678.0, 4639.0, 4688.0, 4649.0, 4688.0, 4628.0, 4677.0, 4627.0, 4628.0, 4696.0, 4647.0, 4687.0, 4639.0, 4677.0, 4628.0, 4641.0, 4689.0, 4626.0, 4655.0, 4626.0, 4637.0, 4656.0, 4637.0, 4687.0, 4661.0, 4689.0, 4653.0, 4704.0, 4664.0, 4691.0, 4664.0, 4691.0, 4652.0, 4690.0, 4652.0, 4701.0, 4663.0, 4702.0, 4652.0, 4691.0, 4653.0, 4702.0, 4642.0, 4690.0, 4641.0, 4680.0, 4642.0, 4691.0, 4672.0, 4653.0, 4683.0, 4654.0, 4715.0, 4742.0, 4710.0, 4699.0, 4641.0, 4689.0, 4628.0, 4639.0, 4638.0, 4641.0, 4689.0, 4659.0, 4689.0, 4652.0, 4681.0, 4640.0, 4659.0, 4650.0, 4651.0, 4652.0, 4661.0, 4653.0, 4675.0, 4723.0, 4664.0, 4683.0, 4681.0, 4642.0, 4700.0, 4651.0, 4702.0, 4660.0, 4641.0, 4669.0, 4650.0, 4700.0, 4640.0, 4661.0, 4689.0, 4650.0, 4701.0, 4642.0, 4690.0, 4662.0, 4691.0, 4662.0, 4701.0, 4653.0, 4704.0, 4722.0, 4693.0, 4701.0, 4652.0, 4690.0, 4662.0, 4681.0, 4652.0, 4691.0, 4652.0, 4692.0, 4665.0, 4663.0, 4695.0, 4664.0, 4673.0, 4653.0, 4700.0, 4662.0, 4733.0, 4732.0, 4719.0, 4697.0, 4626.0, 4665.0, 4627.0, 4657.0, 4626.0, 4646.0, 4638.0, 4648.0, 4639.0, 4670.0, 4709.0, 4659.0, 4698.0, 4641.0, 4700.0, 4673.0, 4702.0, 4655.0, 4682.0, 4655.0, 4654.0, 4643.0, 4667.0, 4694.0, 4675.0, 4745.0, 4733.0, 4680.0, 4656.0, 4654.0, 4624.0, 4673.0, 4635.0, 4675.0, 4636.0, 4676.0, 4665.0, 4626.0, 4695.0, 4644.0, 4654.0, 4624.0, 4665.0, 4627.0, 4676.0, 4639.0, 4679.0, 4651.0, 4700.0, 4660.0, 4690.0, 4707.0, 4666.0, 4688.0, 4638.0, 4640.0, 4637.0, 4637.0, 4666.0, 4641.0, 4677.0, 4652.0, 4690.0, 4661.0, 4689.0, 4651.0, 4679.0, 4661.0, 4689.0, 4661.0, 4690.0, 4673.0, 4660.0, 4651.0, 4651.0, 4681.0, 4641.0, 4681.0, 4670.0, 4672.0, 4681.0, 4641.0, 4718.0, 4668.0, 4677.0, 4706.0, 4646.0, 4684.0, 4626.0, 4666.0, 4676.0, 4640.0, 4667.0, 4639.0, 4667.0, 4640.0, 4679.0, 4662.0, 4692.0, 4664.0, 4693.0, 4665.0, 4694.0, 4663.0, 4654.0, 4732.0, 4682.0, 4690.0, 4652.0, 4691.0, 4642.0, 4693.0, 4663.0, 4673.0, 4664.0, 4699.0, 4690.0, 4708.0, 4679.0, 4739.0, 4690.0, 4738.0, 4666.0, 4664.0, 4696.0, 4697.0, 4734.0, 4697.0, 4734.0, 4693.0, 4733.0, 4692.0, 4714.0, 4683.0, 4731.0, 4702.0, 4731.0, 4690.0, 4709.0, 4647.0, 4677.0, 4658.0, 4635.0, 4655.0, 4635.0, 4644.0, 4635.0, 4645.0, 4637.0, 4676.0, 4659.0, 4657.0, 4660.0, 4638.0, 4677.0, 4649.0, 4698.0, 4649.0, 4710.0, 4669.0, 4678.0, 4638.0, 4648.0, 4707.0, 4666.0, 4696.0, 4655.0, 4696.0, 4647.0, 4647.0, 4666.0, 4637.0, 4685.0, 4646.0, 4685.0, 4647.0, 4688.0, 4660.0, 4687.0, 4653.0, 4692.0, 4663.0, 4700.0, 4674.0, 4712.0, 4685.0, 4714.0, 4674.0, 4713.0, 4675.0, 4725.0, 4736.0, 4716.0, 4712.0, 4652.0, 4680.0, 4652.0, 4687.0, 4650.0, 4679.0, 4663.0, 4711.0, 4673.0, 4693.0, 4664.0, 4692.0, 4673.0, 4732.0, 4692.0, 4710.0, 4670.0, 4700.0, 4718.0, 4676.0, 4698.0, 4646.0, 4626.0, 4645.0, 4637.0, 4687.0, 4649.0, 4687.0, 4649.0, 4669.0, 4661.0, 4690.0, 4663.0, 4703.0, 4664.0, 4677.0, 4714.0, 4675.0, 4712.0, 4672.0, 4687.0, 4657.0, 4676.0, 4658.0, 4686.0, 4660.0, 4710.0, 4692.0, 4719.0, 4706.0, 4734.0, 4703.0, 4721.0, 4670.0, 4662.0, 4702.0, 4652.0, 4723.0, 4694.0, 4692.0, 4702.0, 4689.0, 4679.0, 4705.0, 4707.0, 4658.0, 4706.0, 4656.0, 4716.0, 4678.0, 4716.0, 4676.0, 4706.0, 4643.0, 4682.0, 4642.0, 4622.0, 4610.0, 4620.0, 4680.0, 4622.0, 4672.0, 4623.0, 4654.0, 4634.0, 4623.0, 4622.0, 4623.0, 4662.0, 4627.0, 4686.0, 4657.0, 4688.0, 4648.0, 4649.0, 4650.0, 4709.0, 4669.0, 4700.0, 4658.0, 4658.0, 4666.0, 4638.0, 4696.0, 4647.0, 4676.0, 4625.0, 4657.0, 4637.0, 4647.0, 4637.0, 4639.0, 4708.0, 4647.0, 4637.0, 4627.0, 4638.0, 4685.0, 4638.0, 4677.0, 4637.0, 4638.0, 4677.0, 4650.0, 4699.0, 4651.0, 4693.0, 4656.0, 4691.0, 4652.0, 4683.0, 4732.0, 4672.0, 4692.0, 4651.0], 'WindowWidth': [10506.0, 10502.0, 10389.0, 10382.0, 10307.0, 10288.0, 10346.0, 10261.0, 10324.0, 10269.0, 10306.0, 10267.0, 10293.0, 10219.0, 10222.0, 10299.0, 10231.0, 10271.0, 10219.0, 10222.0, 10284.0, 10239.0, 10289.0, 10224.0, 10254.0, 10230.0, 10248.0, 10311.0, 10264.0, 10314.0, 10249.0, 10291.0, 10327.0, 10261.0, 10314.0, 10259.0, 10261.0, 10297.0, 10261.0, 10326.0, 10261.0, 10312.0, 10275.0, 10313.0, 10263.0, 10315.0, 10263.0, 10268.0, 10343.0, 10273.0, 10314.0, 10244.0, 10284.0, 10310.0, 10260.0, 10312.0, 10243.0, 10256.0, 10247.0, 10266.0, 10345.0, 10267.0, 10316.0, 10266.0, 10330.0, 10264.0, 10334.0, 10372.0, 10313.0, 10325.0, 10239.0, 10293.0, 10223.0, 10240.0, 10333.0, 10250.0, 10306.0, 10233.0, 10272.0, 10218.0, 10236.0, 10318.0, 10247.0, 10298.0, 10246.0, 10286.0, 10237.0, 10303.0, 10249.0, 10301.0, 10247.0, 10301.0, 10217.0, 10217.0, 10323.0, 10253.0, 10279.0, 10193.0, 10245.0, 10192.0, 10195.0, 10275.0, 10219.0, 10261.0, 10233.0, 10194.0, 10246.0, 10212.0, 10275.0, 10208.0, 10209.0, 10276.0, 10196.0, 10222.0, 10272.0, 10211.0, 10277.0, 10214.0, 10244.0, 10294.0, 10232.0, 10284.0, 10217.0, 10233.0, 10270.0, 10234.0, 10288.0, 10231.0, 10247.0, 10297.0, 10230.0, 10282.0, 10216.0, 10269.0, 10266.0, 10218.0, 10283.0, 10213.0, 10240.0, 10214.0, 10218.0, 10295.0, 10231.0, 10284.0, 10216.0, 10244.0, 10217.0, 10235.0, 10315.0, 10219.0, 10286.0, 10270.0, 10218.0, 10295.0, 10216.0, 10283.0, 10199.0, 10217.0, 10296.0, 10241.0, 10281.0, 10232.0, 10282.0, 10236.0, 10285.0, 10236.0, 10289.0, 10233.0, 10238.0, 10332.0, 10278.0, 10300.0, 10246.0, 10285.0, 10233.0, 10284.0, 10235.0, 10284.0, 10267.0, 10323.0, 10312.0, 10266.0, 10288.0, 10209.0, 10263.0, 10189.0, 10208.0, 10272.0, 10217.0, 10229.0, 10191.0, 10194.0, 10232.0, 10214.0, 10263.0, 10230.0, 10284.0, 10217.0, 10261.0, 10300.0, 10234.0, 10284.0, 10214.0, 10218.0, 10282.0, 10216.0, 10284.0, 10217.0, 10221.0, 10296.0, 10233.0, 10299.0, 10234.0, 10290.0, 10234.0, 10234.0, 10243.0, 10219.0, 10329.0, 10240.0, 10256.0, 10321.0, 10251.0, 10273.0, 10207.0, 10223.0, 10289.0, 10222.0, 10262.0, 10193.0, 10211.0, 10273.0, 10210.0, 10264.0, 10214.0, 10239.0, 10225.0, 10217.0, 10266.0, 10220.0, 10283.0, 10214.0, 10268.0, 10265.0, 10214.0, 10279.0, 10210.0, 10276.0, 10209.0, 10259.0, 10193.0, 10261.0, 10197.0, 10252.0, 10306.0, 10224.0, 10277.0, 10192.0, 10243.0, 10190.0, 10192.0, 10269.0, 10206.0, 10260.0, 10230.0, 10193.0, 10271.0, 10195.0, 10261.0, 10195.0, 10209.0, 10260.0, 10210.0, 10278.0, 10192.0, 10249.0, 10302.0, 10219.0, 10258.0, 10176.0, 10218.0, 10231.0, 10196.0, 10259.0, 10220.0, 10259.0, 10210.0, 10239.0, 10214.0, 10215.0, 10216.0, 10257.0, 10220.0, 10284.0, 10239.0, 10308.0, 10350.0, 10266.0, 10234.0, 10203.0, 10193.0, 10256.0, 10203.0, 10245.0, 10216.0, 10194.0, 10257.0, 10197.0, 10260.0, 10206.0, 10212.0, 10276.0, 10195.0, 10220.0, 10219.0, 10211.0, 10263.0, 10210.0, 10212.0, 10274.0, 10212.0, 10263.0, 10215.0, 10269.0, 10219.0, 10259.0, 10231.0, 10222.0, 10272.0, 10236.0, 10289.0, 10221.0, 10288.0, 10247.0, 10222.0, 10271.0, 10221.0, 10300.0, 10217.0, 10255.0, 10214.0, 10243.0, 10217.0, 10247.0, 10311.0, 10247.0, 10312.0, 10258.0, 10283.0, 10241.0, 10284.0, 10212.0, 10214.0, 10214.0, 10217.0, 10324.0, 10230.0, 10279.0, 10212.0, 10240.0, 10254.0, 10221.0, 10281.0, 10235.0, 10303.0, 10239.0, 10304.0, 10239.0, 10304.0, 10224.0, 10274.0, 10252.0, 10303.0, 10219.0, 10301.0, 10278.0, 10239.0, 10320.0, 10273.0, 10271.0, 10191.0, 10257.0, 10185.0, 10191.0, 10269.0, 10200.0, 10251.0, 10189.0, 10240.0, 10206.0, 10258.0, 10209.0, 10260.0, 10214.0, 10264.0, 10198.0, 10266.0, 10210.0, 10210.0, 10196.0, 10198.0, 10307.0, 10218.0, 10217.0, 10189.0, 10179.0, 10215.0, 10195.0, 10260.0, 10224.0, 10196.0, 10286.0, 10219.0, 10256.0, 10192.0, 10250.0, 10260.0, 10222.0, 10264.0, 10205.0, 10194.0, 10191.0, 10210.0, 10261.0, 10212.0, 10263.0, 10223.0, 10263.0, 10198.0, 10253.0, 10264.0, 10225.0, 10277.0, 10236.0, 10262.0, 10196.0, 10251.0, 10290.0, 10224.0, 10274.0, 10210.0, 10262.0, 10209.0, 10268.0, 10262.0, 10220.0, 10204.0, 10193.0, 10284.0, 10205.0, 10262.0, 10271.0, 10204.0, 10230.0, 10209.0, 10266.0, 10290.0, 10225.0, 10263.0, 10195.0, 10222.0, 10275.0, 10211.0, 10261.0, 10223.0, 10262.0, 10212.0, 10266.0, 10210.0, 10224.0, 10196.0, 10197.0, 10305.0, 10248.0, 10257.0, 10180.0, 10258.0, 10195.0, 10262.0, 10193.0, 10244.0, 10192.0, 10196.0, 10304.0, 10234.0, 10259.0, 10194.0, 10262.0, 10205.0, 10218.0, 10213.0, 10176.0, 10187.0, 10189.0, 10254.0, 10192.0, 10245.0, 10211.0, 10262.0, 10237.0, 10305.0, 10237.0, 10274.0, 10208.0, 10262.0, 10188.0, 10186.0, 10236.0, 10172.0, 10278.0, 10213.0, 10238.0, 10201.0, 10240.0, 10192.0, 10246.0, 10210.0, 10260.0, 10212.0, 10263.0, 10218.0, 10265.0, 10196.0, 10250.0, 10196.0, 10237.0, 10194.0, 10202.0, 10233.0, 10205.0, 10192.0, 10242.0, 10195.0, 10279.0, 10303.0, 10268.0, 10250.0, 10183.0, 10235.0, 10166.0, 10217.0, 10166.0, 10218.0, 10172.0, 10224.0, 10173.0, 10203.0, 10229.0, 10192.0, 10217.0, 10194.0, 10243.0, 10193.0, 10258.0, 10221.0, 10259.0, 10194.0, 10246.0, 10179.0, 10207.0, 10246.0, 10197.0, 10275.0, 10222.0, 10260.0, 10197.0, 10262.0, 10196.0, 10248.0, 10196.0, 10209.0, 10198.0, 10214.0, 10265.0, 10230.0, 10279.0, 10240.0, 10278.0, 10215.0, 10269.0, 10209.0, 10198.0, 10247.0, 10199.0, 10279.0, 10211.0, 10266.0, 10207.0, 10222.0, 10258.0, 10194.0, 10259.0, 10197.0, 10250.0, 10212.0, 10226.0, 10203.0, 10244.0, 10217.0, 10237.0, 10301.0, 10249.0, 10286.0, 10219.0, 10273.0, 10219.0, 10231.0, 10311.0, 10247.0, 10284.0, 10216.0, 10266.0, 10204.0, 10259.0, 10282.0, 10232.0, 10304.0, 10267.0, 10284.0, 10230.0, 10271.0, 10211.0, 10266.0, 10210.0, 10216.0, 10281.0, 10240.0, 10312.0, 10233.0, 10287.0, 10238.0, 10252.0, 10231.0, 10255.0, 10275.0, 10222.0, 10296.0, 10235.0, 10254.0, 10208.0, 10271.0, 10243.0, 10271.0, 10217.0, 10250.0, 10197.0, 10246.0, 10195.0, 10232.0, 10199.0, 10251.0, 10187.0, 10200.0, 10191.0, 10205.0, 10210.0, 10208.0, 10213.0, 10249.0, 10212.0, 10278.0, 10239.0, 10261.0, 10196.0, 10249.0, 10198.0, 10238.0, 10211.0, 10227.0, 10213.0, 10245.0, 10323.0, 10253.0, 10276.0, 10212.0, 10265.0, 10209.0, 10216.0, 10282.0, 10229.0, 10283.0, 10221.0, 10305.0, 10232.0, 10221.0, 10230.0, 10219.0, 10245.0, 10236.0, 10318.0, 10246.0, 10219.0, 10233.0, 10220.0, 10312.0, 10260.0, 10298.0, 10262.0, 10300.0, 10218.0, 10284.0, 10240.0, 10241.0, 10199.0, 10217.0, 10324.0, 10237.0, 10275.0, 10213.0, 10253.0, 10215.0, 10242.0, 10217.0, 10244.0, 10286.0, 10233.0, 10281.0, 10230.0, 10308.0, 10225.0, 10290.0, 10242.0, 10294.0, 10225.0, 10277.0, 10240.0, 10251.0, 10212.0, 10211.0, 10269.0, 10320.0, 10286.0, 10254.0, 10187.0, 10251.0, 10201.0, 10255.0, 10173.0, 10223.0, 10185.0, 10187.0, 10211.0, 10193.0, 10257.0, 10205.0, 10242.0, 10194.0, 10246.0, 10210.0, 10252.0, 10252.0, 10214.0, 10239.0, 10218.0, 10284.0, 10216.0, 10270.0, 10217.0, 10256.0, 10218.0, 10249.0, 10327.0, 10246.0, 10298.0, 10257.0, 10281.0, 10216.0, 10281.0, 10235.0, 10306.0, 10273.0, 10393.0, 10356.0, 10280.0, 10252.0, 10289.0, 10316.0, 10241.0, 10265.0, 10169.0, 10199.0, 10253.0, 10200.0, 10255.0, 10174.0, 10228.0, 10185.0, 10172.0, 10263.0, 10193.0, 10223.0, 10208.0, 10170.0, 10261.0, 10179.0, 10236.0, 10174.0, 10163.0, 10240.0, 10168.0, 10224.0, 10141.0, 10198.0, 10178.0, 10210.0, 10173.0, 10209.0, 10189.0, 10234.0, 10270.0, 10220.0, 10191.0, 10170.0, 10119.0, 10170.0, 10117.0, 10134.0, 10146.0, 10141.0, 10191.0, 10145.0, 10173.0, 10145.0, 10162.0, 10218.0, 10163.0, 10164.0, 10228.0, 10163.0, 10192.0, 10203.0, 10170.0, 10222.0, 10171.0, 10177.0, 10241.0, 10175.0, 10195.0, 10258.0, 10199.0, 10243.0, 10278.0, 10219.0, 10260.0, 10281.0, 10237.0, 10262.0, 10236.0, 10242.0, 10290.0, 10243.0, 10257.0, 10263.0, 10266.0, 10315.0, 10250.0, 10291.0, 10246.0, 10249.0, 10340.0, 10286.0, 10313.0, 10333.0, 10276.0, 10301.0, 10245.0, 10272.0, 10215.0, 10214.0, 10303.0, 10232.0, 10265.0, 10207.0, 10195.0, 10246.0, 10213.0, 10282.0, 10259.0, 10297.0, 10204.0, 10262.0, 10255.0, 10224.0, 10273.0, 10236.0, 10292.0, 10254.0, 10323.0, 10251.0, 10321.0, 10341.0, 10289.0, 10289.0, 10226.0, 10188.0, 10237.0, 10175.0, 10254.0, 10173.0, 10223.0, 10172.0, 10200.0, 10237.0, 10175.0, 10253.0, 10191.0, 10245.0, 10192.0, 10245.0, 10194.0, 10222.0, 10248.0, 10213.0, 10276.0, 10237.0, 10262.0, 10210.0, 10267.0, 10248.0, 10196.0, 10261.0, 10208.0, 10262.0, 10215.0, 10265.0, 10229.0, 10278.0, 10227.0, 10268.0, 10218.0, 10273.0, 10292.0, 10213.0, 10291.0, 10237.0, 10263.0, 10213.0, 10267.0, 10261.0, 10199.0, 10308.0, 10240.0, 10259.0, 10192.0, 10247.0, 10243.0, 10194.0, 10257.0, 10191.0, 10244.0, 10178.0, 10244.0, 10176.0, 10201.0, 10192.0, 10205.0, 10200.0, 10241.0, 10203.0, 10234.0, 10270.0, 10222.0, 10314.0, 10217.0, 10269.0, 10218.0, 10285.0, 10267.0, 10216.0, 10322.0, 10238.0, 10279.0, 10209.0, 10234.0, 10197.0, 10206.0, 10191.0, 10213.0, 10305.0, 10227.0, 10245.0, 10225.0, 10286.0, 10234.0, 10269.0, 10245.0, 10288.0, 10326.0, 10286.0, 10255.0, 10188.0, 10179.0, 10226.0, 10175.0, 10174.0, 10194.0, 10260.0, 10215.0, 10265.0, 10240.0, 10263.0, 10198.0, 10262.0, 10202.0, 10268.0, 10197.0, 10238.0, 10208.0, 10210.0, 10316.0, 10235.0, 10273.0, 10194.0, 10262.0, 10191.0, 10232.0, 10217.0, 10179.0, 10242.0, 10178.0, 10271.0, 10190.0, 10228.0, 10175.0, 10191.0, 10190.0, 10195.0, 10261.0, 10213.0, 10251.0, 10216.0, 10255.0, 10221.0, 10271.0, 10219.0, 10273.0, 10244.0, 10206.0, 10242.0, 10206.0, 10324.0, 10228.0, 10283.0, 10196.0, 10223.0, 10196.0, 10212.0, 10263.0, 10211.0, 10291.0, 10209.0, 10262.0, 10195.0, 10251.0, 10234.0, 10197.0, 10275.0, 10209.0, 10249.0, 10216.0, 10266.0, 10217.0, 10272.0, 10219.0, 10234.0, 10224.0, 10265.0, 10227.0, 10291.0, 10378.0, 10314.0, 10264.0, 10222.0, 10305.0, 10263.0, 10289.0, 10199.0, 10269.0, 10196.0, 10269.0, 10337.0, 10290.0, 10284.0, 10230.0, 10253.0, 10173.0, 10236.0, 10187.0, 10258.0, 10207.0, 10255.0, 10192.0, 10241.0, 10208.0, 10245.0, 10209.0, 10213.0, 10214.0, 10219.0, 10286.0, 10244.0, 10216.0, 10260.0, 10309.0, 10267.0, 10305.0, 10236.0, 10282.0, 10229.0, 10272.0, 10198.0, 10248.0, 10168.0, 10209.0, 10191.0, 10171.0, 10248.0, 10196.0, 10235.0, 10186.0, 10240.0, 10191.0, 10227.0, 10191.0, 10231.0, 10196.0, 10232.0, 10344.0, 10296.0, 10327.0, 10246.0, 10245.0, 10237.0, 10222.0, 10297.0, 10257.0, 10320.0, 10241.0, 10306.0, 10327.0, 10269.0, 10260.0, 10283.0, 10202.0, 10259.0, 10197.0, 10236.0, 10191.0, 10240.0, 10205.0, 10258.0, 10175.0, 10265.0, 10304.0, 10257.0, 10225.0, 10185.0, 10221.0, 10171.0, 10235.0, 10199.0, 10236.0, 10212.0, 10240.0, 10190.0, 10254.0, 10203.0, 10256.0, 10173.0, 10239.0, 10169.0, 10174.0, 10264.0, 10195.0, 10252.0, 10189.0, 10240.0, 10173.0, 10197.0, 10260.0, 10170.0, 10205.0, 10169.0, 10186.0, 10209.0, 10189.0, 10256.0, 10225.0, 10261.0, 10217.0, 10290.0, 10235.0, 10267.0, 10236.0, 10266.0, 10214.0, 10263.0, 10216.0, 10280.0, 10230.0, 10285.0, 10215.0, 10266.0, 10218.0, 10286.0, 10200.0, 10263.0, 10201.0, 10246.0, 10200.0, 10267.0, 10242.0, 10219.0, 10260.0, 10222.0, 10307.0, 10342.0, 10290.0, 10273.0, 10196.0, 10259.0, 10176.0, 10190.0, 10190.0, 10196.0, 10260.0, 10219.0, 10260.0, 10216.0, 10252.0, 10198.0, 10219.0, 10211.0, 10215.0, 10216.0, 10228.0, 10220.0, 10251.0, 10318.0, 10235.0, 10259.0, 10253.0, 10201.0, 10278.0, 10212.0, 10284.0, 10223.0, 10198.0, 10233.0, 10211.0, 10279.0, 10196.0, 10225.0, 10261.0, 10209.0, 10282.0, 10202.0, 10264.0, 10230.0, 10267.0, 10232.0, 10283.0, 10221.0, 10291.0, 10316.0, 10274.0, 10282.0, 10217.0, 10265.0, 10230.0, 10254.0, 10216.0, 10267.0, 10219.0, 10272.0, 10238.0, 10233.0, 10284.0, 10239.0, 10248.0, 10220.0, 10283.0, 10232.0, 10334.0, 10330.0, 10301.0, 10268.0, 10170.0, 10220.0, 10172.0, 10211.0, 10169.0, 10196.0, 10190.0, 10204.0, 10195.0, 10238.0, 10290.0, 10220.0, 10274.0, 10202.0, 10283.0, 10252.0, 10288.0, 10228.0, 10259.0, 10227.0, 10223.0, 10205.0, 10245.0, 10278.0, 10253.0, 10353.0, 10335.0, 10249.0, 10208.0, 10200.0, 10163.0, 10228.0, 10179.0, 10235.0, 10182.0, 10236.0, 10219.0, 10168.0, 10262.0, 10189.0, 10200.0, 10162.0, 10221.0, 10171.0, 10236.0, 10192.0, 10246.0, 10212.0, 10276.0, 10222.0, 10264.0, 10282.0, 10223.0, 10254.0, 10188.0, 10194.0, 10188.0, 10186.0, 10225.0, 10197.0, 10239.0, 10217.0, 10264.0, 10224.0, 10263.0, 10215.0, 10247.0, 10226.0, 10260.0, 10226.0, 10266.0, 10246.0, 10224.0, 10213.0, 10211.0, 10252.0, 10198.0, 10253.0, 10235.0, 10240.0, 10252.0, 10197.0, 10301.0, 10229.0, 10242.0, 10279.0, 10196.0, 10245.0, 10168.0, 10222.0, 10237.0, 10196.0, 10228.0, 10193.0, 10227.0, 10197.0, 10248.0, 10231.0, 10271.0, 10238.0, 10275.0, 10239.0, 10278.0, 10231.0, 10224.0, 10327.0, 10256.0, 10265.0, 10215.0, 10267.0, 10202.0, 10275.0, 10234.0, 10245.0, 10236.0, 10295.0, 10289.0, 10309.0, 10275.0, 10353.0, 10287.0, 10346.0, 10248.0, 10240.0, 10293.0, 10292.0, 10339.0, 10292.0, 10335.0, 10277.0, 10335.0, 10274.0, 10306.0, 10261.0, 10328.0, 10285.0, 10326.0, 10266.0, 10292.0, 10201.0, 10241.0, 10219.0, 10183.0, 10208.0, 10182.0, 10190.0, 10181.0, 10195.0, 10189.0, 10242.0, 10222.0, 10218.0, 10226.0, 10194.0, 10245.0, 10208.0, 10273.0, 10210.0, 10295.0, 10234.0, 10246.0, 10192.0, 10207.0, 10286.0, 10229.0, 10269.0, 10212.0, 10269.0, 10202.0, 10203.0, 10228.0, 10190.0, 10253.0, 10201.0, 10252.0, 10205.0, 10262.0, 10228.0, 10261.0, 10221.0, 10275.0, 10238.0, 10283.0, 10253.0, 10303.0, 10273.0, 10309.0, 10253.0, 10305.0, 10256.0, 10326.0, 10345.0, 10314.0, 10300.0, 10220.0, 10250.0, 10219.0, 10260.0, 10215.0, 10248.0, 10236.0, 10299.0, 10251.0, 10276.0, 10239.0, 10273.0, 10249.0, 10329.0, 10272.0, 10296.0, 10239.0, 10283.0, 10305.0, 10241.0, 10274.0, 10197.0, 10171.0, 10197.0, 10190.0, 10258.0, 10212.0, 10258.0, 10211.0, 10237.0, 10232.0, 10269.0, 10235.0, 10293.0, 10239.0, 10266.0, 10312.0, 10261.0, 10305.0, 10251.0, 10262.0, 10220.0, 10244.0, 10223.0, 10258.0, 10230.0, 10297.0, 10277.0, 10312.0, 10306.0, 10340.0, 10296.0, 10317.0, 10244.0, 10238.0, 10288.0, 10221.0, 10322.0, 10285.0, 10276.0, 10290.0, 10264.0, 10250.0, 10279.0, 10286.0, 10222.0, 10282.0, 10213.0, 10297.0, 10247.0, 10298.0, 10240.0, 10284.0, 10189.0, 10242.0, 10185.0, 10157.0, 10139.0, 10153.0, 10235.0, 10158.0, 10226.0, 10162.0, 10210.0, 10183.0, 10166.0, 10161.0, 10163.0, 10216.0, 10174.0, 10253.0, 10218.0, 10260.0, 10208.0, 10209.0, 10213.0, 10291.0, 10236.0, 10280.0, 10219.0, 10217.0, 10227.0, 10191.0, 10269.0, 10200.0, 10238.0, 10170.0, 10214.0, 10189.0, 10203.0, 10190.0, 10196.0, 10291.0, 10203.0, 10189.0, 10174.0, 10192.0, 10252.0, 10190.0, 10243.0, 10190.0, 10193.0, 10244.0, 10211.0, 10276.0, 10217.0, 10277.0, 10230.0, 10269.0, 10218.0, 10259.0, 10327.0, 10244.0, 10270.0, 10212.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.005059416873449131</td></tr>
<tr><td colspan=3>aqi</td><td>0.025032404094292804</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.11769045519553</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2726250032774675</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0723007501427693</td></tr>
<tr><td colspan=3>efc</td><td>0.4901</td></tr>
<tr><td colspan=3>fber</td><td>6797.6592</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10686624945708847</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>150</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.305210918114144</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6150995783674147</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.558619848088658</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.629464119126872</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6572147678867135</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101646</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.010002500377595425</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032617196440696716</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1612</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.01916717682489</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.4741</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6586</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.1168</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294142.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>971.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.1902</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6113</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.3301</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3853.9187</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82402.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.4595</td></tr>
<tr><td colspan=3>tsnr</td><td>35.92286188900471</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>