ds005256-mriqc/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 611090bf5a [DATALAD RUNCMD] Compute MRIQC for sub-0017
=== 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-0017 --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-0017",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:54:22 +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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-03/func/sub-0017_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>7c3158bdcc40567b50a7915194959afc</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>13:20:46.000000</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.994231, -0.077922, 0.0737103, 0.0761528, 0.996743, 0.0265203]</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.104671</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4181, -7766, -7181, 641, 2, -144, 55, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>11729ed8-fe29-48a0-9e06-20d4fc549adf||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.6674487590789795, 0.20431239902973175, 0.2039492279291153, 95.8608169555664], [0.20905913412570953, 2.674189805984497, 0.0560358501970768, -105.59943389892578], [0.19775928556919098, -0.07115192711353302, 2.6917030811309814, -42.43903350830078], [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': ['132046.000000', '132046.460000', '132046.920000', '132047.380000', '132047.840000', '132048.300000', '132048.760000', '132049.220000', '132049.680000', '132050.140000', '132050.600000', '132051.060000', '132051.520000', '132051.980000', '132052.440000', '132052.900000', '132053.360000', '132053.820000', '132054.280000', '132054.740000', '132055.200000', '132055.660000', '132056.120000', '132056.580000', '132057.040000', '132057.500000', '132057.960000', '132058.420000', '132058.880000', '132059.340000', '132059.800000', '132100.260000', '132100.720000', '132101.180000', '132101.640000', '132102.100000', '132102.560000', '132103.020000', '132103.480000', '132103.940000', '132104.400000', '132104.860000', '132105.320000', '132105.780000', '132106.240000', '132106.700000', '132107.160000', '132107.620000', '132108.080000', '132108.540000', '132109.000000', '132109.460000', '132109.920000', '132110.380000', '132110.840000', '132111.300000', '132111.760000', '132112.220000', '132112.680000', '132113.140000', '132113.600000', '132114.060000', '132114.520000', '132114.980000', '132115.440000', '132115.900000', '132116.360000', '132116.820000', '132117.280000', '132117.740000', '132118.200000', '132118.660000', '132119.120000', '132119.580000', '132120.040000', '132120.500000', '132120.960000', '132121.420000', '132121.880000', '132122.340000', '132122.800000', '132123.260000', '132123.720000', '132124.180000', '132124.640000', '132125.100000', '132125.560000', '132126.020000', '132126.480000', '132126.940000', '132127.400000', '132127.860000', '132128.320000', '132128.780000', '132129.240000', '132129.700000', '132130.160000', '132130.620000', '132131.080000', '132131.540000', '132132.000000', '132132.460000', '132132.920000', '132133.380000', '132133.840000', '132134.300000', '132134.760000', '132135.220000', '132135.680000', '132136.140000', '132136.600000', '132137.060000', '132137.520000', '132137.980000', '132138.440000', '132138.900000', '132139.360000', '132139.820000', '132140.280000', '132140.740000', '132141.200000', '132141.660000', '132142.120000', '132142.580000', '132143.040000', '132143.500000', '132143.960000', '132144.420000', '132144.880000', '132145.340000', '132145.800000', '132146.260000', '132146.720000', '132147.180000', '132147.640000', '132148.100000', '132148.560000', '132149.020000', '132149.480000', '132149.940000', '132150.400000', '132150.860000', '132151.320000', '132151.780000', '132152.240000', '132152.700000', '132153.160000', '132153.620000', '132154.080000', '132154.540000', '132155.000000', '132155.460000', '132155.920000', '132156.380000', '132156.840000', '132157.300000', '132157.760000', '132158.220000', '132158.680000', '132159.140000', '132159.600000', '132200.060000', '132200.520000', '132200.980000', '132201.440000', '132201.900000', '132202.360000', '132202.820000', '132203.280000', '132203.740000', '132204.200000', '132204.660000', '132205.120000', '132205.580000', '132206.040000', '132206.500000', '132206.960000', '132207.420000', '132207.880000', '132208.340000', '132208.800000', '132209.260000', '132209.720000', '132210.180000', '132210.640000', '132211.100000', '132211.560000', '132212.020000', '132212.480000', '132212.940000', '132213.400000', '132213.860000', '132214.320000', '132214.780000', '132215.240000', '132215.700000', '132216.160000', '132216.620000', '132217.080000', '132217.540000', '132218.000000', '132218.460000', '132218.920000', '132219.380000', '132219.840000', '132220.300000', '132220.760000', '132221.220000', '132221.680000', '132222.140000', '132222.600000', '132223.060000', '132223.520000', '132223.980000', '132224.440000', '132224.900000', '132225.360000', '132225.820000', '132226.280000', '132226.740000', '132227.200000', '132227.660000', '132228.120000', '132228.580000', '132229.040000', '132229.500000', '132229.960000', '132230.420000', '132230.880000', '132231.340000', '132231.800000', '132232.260000', '132232.720000', '132233.180000', '132233.640000', '132234.100000', '132234.560000', '132235.020000', '132235.480000', '132235.940000', '132236.400000', '132236.860000', '132237.320000', '132237.780000', '132238.240000', '132238.700000', '132239.160000', '132239.620000', '132240.080000', '132240.540000', '132241.000000', '132241.460000', '132241.920000', '132242.380000', '132242.840000', '132243.300000', '132243.760000', '132244.220000', '132244.680000', '132245.140000', '132245.600000', '132246.060000', '132246.520000', '132246.980000', '132247.440000', '132247.900000', '132248.360000', '132248.820000', '132249.280000', '132249.740000', '132250.200000', '132250.660000', '132251.120000', '132251.580000', '132252.040000', '132252.500000', '132252.960000', '132253.420000', '132253.880000', '132254.340000', '132254.800000', '132255.260000', '132255.720000', '132256.180000', '132256.640000', '132257.100000', '132257.560000', '132258.020000', '132258.480000', '132258.940000', '132259.400000', '132259.860000', '132300.320000', '132300.780000', '132301.240000', '132301.700000', '132302.160000', '132302.620000', '132303.080000', '132303.540000', '132304.000000', '132304.460000', '132304.920000', '132305.380000', '132305.840000', '132306.300000', '132306.760000', '132307.220000', '132307.680000', '132308.140000', '132308.600000', '132309.060000', '132309.520000', '132309.980000', '132310.440000', '132310.900000', '132311.360000', '132311.820000', '132312.280000', '132312.740000', '132313.200000', '132313.660000', '132314.120000', '132314.580000', '132315.040000', '132315.500000', '132315.960000', '132316.420000', '132316.880000', '132317.340000', '132317.800000', '132318.260000', '132318.720000', '132319.180000', '132319.640000', '132320.100000', '132320.560000', '132321.020000', '132321.480000', '132321.940000', '132322.400000', '132322.860000', '132323.320000', '132323.780000', '132324.240000', '132324.700000', '132325.160000', '132325.620000', '132326.080000', '132326.540000', '132327.000000', '132327.460000', '132327.920000', '132328.380000', '132328.840000', '132329.300000', '132329.760000', '132330.220000', '132330.680000', '132331.140000', '132331.600000', '132332.060000', '132332.520000', '132332.980000', '132333.440000', '132333.900000', '132334.360000', '132334.820000', '132335.280000', '132335.740000', '132336.200000', '132336.660000', '132337.120000', '132337.580000', '132338.040000', '132338.500000', '132338.960000', '132339.420000', '132339.880000', '132340.340000', '132340.800000', '132341.260000', '132341.720000', '132342.180000', '132342.640000', '132343.100000', '132343.560000', '132344.020000', '132344.480000', '132344.940000', '132345.400000', '132345.860000', '132346.320000', '132346.780000', '132347.240000', '132347.700000', '132348.160000', '132348.620000', '132349.080000', '132349.540000', '132350.000000', '132350.460000', '132350.920000', '132351.380000', '132351.840000', '132352.300000', '132352.760000', '132353.220000', '132353.680000', '132354.140000', '132354.600000', '132355.060000', '132355.520000', '132355.980000', '132356.440000', '132356.900000', '132357.360000', '132357.820000', '132358.280000', '132358.740000', '132359.200000', '132359.660000', '132400.120000', '132400.580000', '132401.040000', '132401.500000', '132401.960000', '132402.420000', '132402.880000', '132403.340000', '132403.800000', '132404.260000', '132404.720000', '132405.180000', '132405.640000', '132406.100000', '132406.560000', '132407.020000', '132407.480000', '132407.940000', '132408.400000', '132408.860000', '132409.320000', '132409.780000', '132410.240000', '132410.700000', '132411.160000', '132411.620000', '132412.080000', '132412.540000', '132413.000000', '132413.460000', '132413.920000', '132414.380000', '132414.840000', '132415.300000', '132415.760000', '132416.220000', '132416.680000', '132417.140000', '132417.600000', '132418.060000', '132418.520000', '132418.980000', '132419.440000', '132419.900000', '132420.360000', '132420.820000', '132421.280000', '132421.740000', '132422.200000', '132422.660000', '132423.120000', '132423.580000', '132424.040000', '132424.500000', '132424.960000', '132425.420000', '132425.880000', '132426.340000', '132426.800000', '132427.260000', '132427.720000', '132428.180000', '132428.640000', '132429.100000', '132429.560000', '132430.020000', '132430.480000', '132430.940000', '132431.400000', '132431.860000', '132432.320000', '132432.780000', '132433.240000', '132433.700000', '132434.160000', '132434.620000', '132435.080000', '132435.540000', '132436.000000', '132436.460000', '132436.920000', '132437.380000', '132437.840000', '132438.300000', '132438.760000', '132439.220000', '132439.680000', '132440.140000', '132440.600000', '132441.060000', '132441.520000', '132441.980000', '132442.440000', '132442.900000', '132443.360000', '132443.820000', '132444.280000', '132444.740000', '132445.200000', '132445.660000', '132446.120000', '132446.580000', '132447.040000', '132447.500000', '132447.960000', '132448.420000', '132448.880000', '132449.340000', '132449.800000', '132450.260000', '132450.720000', '132451.180000', '132451.640000', '132452.100000', '132452.560000', '132453.020000', '132453.480000', '132453.940000', '132454.400000', '132454.860000', '132455.320000', '132455.780000', '132456.240000', '132456.700000', '132457.160000', '132457.620000', '132458.080000', '132458.540000', '132459.000000', '132459.460000', '132459.920000', '132500.380000', '132500.840000', '132501.300000', '132501.760000', '132502.220000', '132502.680000', '132503.140000', '132503.600000', '132504.060000', '132504.520000', '132504.980000', '132505.440000', '132505.900000', '132506.360000', '132506.820000', '132507.280000', '132507.740000', '132508.200000', '132508.660000', '132509.120000', '132509.580000', '132510.040000', '132510.500000', '132510.960000', '132511.420000', '132511.880000', '132512.340000', '132512.800000', '132513.260000', '132513.720000', '132514.180000', '132514.640000', '132515.100000', '132515.560000', '132516.020000', '132516.480000', '132516.940000', '132517.400000', '132517.860000', '132518.320000', '132518.780000', '132519.240000', '132519.700000', '132520.160000', '132520.620000', '132521.080000', '132521.540000', '132522.000000', '132522.460000', '132522.920000', '132523.380000', '132523.840000', '132524.300000', '132524.760000', '132525.220000', '132525.680000', '132526.140000', '132526.600000', '132527.060000', '132527.520000', '132527.980000', '132528.440000', '132528.900000', '132529.360000', '132529.820000', '132530.280000', '132530.740000', '132531.200000', '132531.660000', '132532.120000', '132532.580000', '132533.040000', '132533.500000', '132533.960000', '132534.420000', '132534.880000', '132535.340000', '132535.800000', '132536.260000', '132536.720000', '132537.180000', '132537.640000', '132538.100000', '132538.560000', '132539.020000', '132539.480000', '132539.940000', '132540.400000', '132540.860000', '132541.320000', '132541.780000', '132542.240000', '132542.700000', '132543.160000', '132543.620000', '132544.080000', '132544.540000', '132545.000000', '132545.460000', '132545.920000', '132546.380000', '132546.840000', '132547.300000', '132547.760000', '132548.220000', '132548.680000', '132549.140000', '132549.600000', '132550.060000', '132550.520000', '132550.980000', '132551.440000', '132551.900000', '132552.360000', '132552.820000', '132553.280000', '132553.740000', '132554.200000', '132554.660000', '132555.120000', '132555.580000', '132556.040000', '132556.500000', '132556.960000', '132557.420000', '132557.880000', '132558.340000', '132558.800000', '132559.260000', '132559.720000', '132600.180000', '132600.640000', '132601.100000', '132601.560000', '132602.020000', '132602.480000', '132602.940000', '132603.400000', '132603.860000', '132604.320000', '132604.780000', '132605.240000', '132605.700000', '132606.160000', '132606.620000', '132607.080000', '132607.540000', '132608.000000', '132608.460000', '132608.920000', '132609.380000', '132609.840000', '132610.300000', '132610.760000', '132611.220000', '132611.680000', '132612.140000', '132612.600000', '132613.060000', '132613.520000', '132613.980000', '132614.440000', '132614.900000', '132615.360000', '132615.820000', '132616.280000', '132616.740000', '132617.200000', '132617.660000', '132618.120000', '132618.580000', '132619.040000', '132619.500000', '132619.960000', '132620.420000', '132620.880000', '132621.340000', '132621.800000', '132622.260000', '132622.720000', '132623.180000', '132623.640000', '132624.100000', '132624.560000', '132625.020000', '132625.480000', '132625.940000', '132626.400000', '132626.860000', '132627.320000', '132627.780000', '132628.240000', '132628.700000', '132629.160000', '132629.620000', '132630.080000', '132630.540000', '132631.000000', '132631.460000', '132631.920000', '132632.380000', '132632.840000', '132633.300000', '132633.760000', '132634.220000', '132634.680000', '132635.140000', '132635.600000', '132636.060000', '132636.520000', '132636.980000', '132637.440000', '132637.900000', '132638.360000', '132638.820000', '132639.280000', '132639.740000', '132640.200000', '132640.660000', '132641.120000', '132641.580000', '132642.040000', '132642.500000', '132642.960000', '132643.420000', '132643.880000', '132644.340000', '132644.800000', '132645.260000', '132645.720000', '132646.180000', '132646.640000', '132647.100000', '132647.560000', '132648.020000', '132648.480000', '132648.940000', '132649.400000', '132649.860000', '132650.320000', '132650.780000', '132651.240000', '132651.700000', '132652.160000', '132652.620000', '132653.080000', '132653.540000', '132654.000000', '132654.460000', '132654.920000', '132655.380000', '132655.840000', '132656.300000', '132656.760000', '132657.220000', '132657.680000', '132658.140000', '132658.600000', '132659.060000', '132659.520000', '132659.980000', '132700.440000', '132700.900000', '132701.360000', '132701.820000', '132702.280000', '132702.740000', '132703.200000', '132703.660000', '132704.120000', '132704.580000', '132705.040000', '132705.500000', '132705.960000', '132706.420000', '132706.880000', '132707.340000', '132707.800000', '132708.260000', '132708.720000', '132709.180000', '132709.640000', '132710.100000', '132710.560000', '132711.020000', '132711.480000', '132711.940000', '132712.400000', '132712.860000', '132713.320000', '132713.780000', '132714.240000', '132714.700000', '132715.160000', '132715.620000', '132716.080000', '132716.540000', '132717.000000', '132717.460000', '132717.920000', '132718.380000', '132718.840000', '132719.300000', '132719.760000', '132720.220000', '132720.680000', '132721.140000', '132721.600000', '132722.060000', '132722.520000', '132722.980000', '132723.440000', '132723.900000', '132724.360000', '132724.820000', '132725.280000', '132725.740000', '132726.200000', '132726.660000', '132727.120000', '132727.580000', '132728.040000', '132728.500000', '132728.960000', '132729.420000', '132729.880000', '132730.340000', '132730.800000', '132731.260000', '132731.720000', '132732.180000', '132732.640000', '132733.100000', '132733.560000', '132734.020000', '132734.480000', '132734.940000', '132735.400000', '132735.860000', '132736.320000', '132736.780000', '132737.240000', '132737.700000', '132738.160000', '132738.620000', '132739.080000', '132739.540000', '132740.000000', '132740.460000', '132740.920000', '132741.380000', '132741.840000', '132742.300000', '132742.760000', '132743.220000', '132743.680000', '132744.140000', '132744.600000', '132745.060000', '132745.520000', '132745.980000', '132746.440000', '132746.900000', '132747.360000', '132747.820000', '132748.280000', '132748.740000', '132749.200000', '132749.660000', '132750.120000', '132750.580000', '132751.040000', '132751.500000', '132751.960000', '132752.420000', '132752.880000', '132753.340000', '132753.800000', '132754.260000', '132754.720000', '132755.180000', '132755.640000', '132756.100000', '132756.560000', '132757.020000', '132757.480000', '132757.940000', '132758.400000', '132758.860000', '132759.320000', '132759.780000', '132800.240000', '132800.700000', '132801.160000', '132801.620000', '132802.080000', '132802.540000', '132803.000000', '132803.460000', '132803.920000', '132804.380000', '132804.840000', '132805.300000', '132805.760000', '132806.220000', '132806.680000', '132807.140000', '132807.600000', '132808.060000', '132808.520000', '132808.980000', '132809.440000', '132809.900000', '132810.360000', '132810.820000', '132811.280000', '132811.740000', '132812.200000', '132812.660000', '132813.120000', '132813.580000', '132814.040000', '132814.500000', '132814.960000', '132815.420000', '132815.880000', '132816.340000', '132816.800000', '132817.260000', '132817.720000', '132818.180000', '132818.640000', '132819.100000', '132819.560000', '132820.020000', '132820.480000', '132820.940000', '132821.400000', '132821.860000', '132822.320000', '132822.780000', '132823.240000', '132823.700000', '132824.160000', '132824.620000', '132825.080000', '132825.540000', '132826.000000', '132826.460000', '132826.920000', '132827.380000', '132827.840000', '132828.300000', '132828.760000', '132829.220000', '132829.680000', '132830.140000', '132830.600000', '132831.060000', '132831.520000', '132831.980000', '132832.440000', '132832.900000', '132833.360000', '132833.820000', '132834.280000', '132834.740000', '132835.200000', '132835.660000', '132836.120000', '132836.580000', '132837.040000', '132837.500000', '132837.960000', '132838.420000', '132838.880000', '132839.340000', '132839.800000', '132840.260000', '132840.720000', '132841.180000', '132841.640000', '132842.100000', '132842.560000', '132843.020000', '132843.480000', '132843.940000', '132844.400000', '132844.860000', '132845.320000', '132845.780000', '132846.240000', '132846.700000', '132847.160000', '132847.620000', '132848.080000', '132848.540000', '132849.000000', '132849.460000', '132849.920000', '132850.380000', '132850.840000', '132851.300000', '132851.760000', '132852.220000', '132852.680000', '132853.140000', '132853.600000', '132854.060000', '132854.520000', '132854.980000', '132855.440000', '132855.900000', '132856.360000', '132856.820000', '132857.280000', '132857.740000', '132858.200000', '132858.660000', '132859.120000', '132859.580000', '132900.040000', '132900.500000', '132900.960000', '132901.420000', '132901.880000', '132902.340000', '132902.800000', '132903.260000', '132903.720000', '132904.180000', '132904.640000', '132905.100000', '132905.560000', '132906.020000', '132906.480000', '132906.940000', '132907.400000', '132907.860000', '132908.320000', '132908.780000', '132909.240000', '132909.700000', '132910.160000', '132910.620000', '132911.080000', '132911.540000', '132912.000000', '132912.460000', '132912.920000', '132913.380000', '132913.840000', '132914.300000', '132914.760000', '132915.220000', '132915.680000', '132916.140000', '132916.600000', '132917.060000', '132917.520000', '132917.980000', '132918.440000', '132918.900000', '132919.360000', '132919.820000', '132920.280000', '132920.740000', '132921.200000', '132921.660000', '132922.120000', '132922.580000', '132923.040000', '132923.500000', '132923.960000', '132924.420000', '132924.880000', '132925.340000', '132925.800000', '132926.260000', '132926.720000', '132927.180000', '132927.640000', '132928.100000', '132928.560000', '132929.020000', '132929.480000', '132929.940000', '132930.400000', '132930.860000', '132931.320000', '132931.780000', '132932.240000', '132932.700000', '132933.160000', '132933.620000', '132934.080000', '132934.540000', '132935.000000', '132935.460000', '132935.920000', '132936.380000', '132936.840000', '132937.300000', '132937.760000', '132938.220000', '132938.680000', '132939.140000', '132939.600000', '132940.060000', '132940.520000', '132940.980000', '132941.440000', '132941.900000', '132942.360000', '132942.820000', '132943.280000', '132943.740000', '132944.200000', '132944.660000', '132945.120000', '132945.580000', '132946.040000', '132946.500000', '132946.960000', '132947.420000', '132947.880000', '132948.340000', '132948.800000', '132949.260000', '132949.720000', '132950.180000', '132950.640000', '132951.100000', '132951.560000', '132952.020000', '132952.480000', '132952.940000', '132953.400000', '132953.860000', '132954.320000', '132954.780000', '132955.240000', '132955.700000', '132956.160000', '132956.620000', '132957.080000', '132957.540000', '132958.000000', '132958.460000', '132958.920000', '132959.380000', '132959.840000', '133000.300000', '133000.760000', '133001.220000', '133001.680000', '133002.140000', '133002.600000', '133003.060000', '133003.520000', '133003.980000', '133004.440000', '133004.900000', '133005.360000', '133005.820000', '133006.280000', '133006.740000', '133007.200000', '133007.660000', '133008.120000', '133008.580000', '133009.040000', '133009.500000', '133009.960000', '133010.420000', '133010.880000', '133011.340000', '133011.800000', '133012.260000', '133012.720000', '133013.180000', '133013.640000', '133014.100000', '133014.560000', '133015.020000', '133015.480000', '133015.940000', '133016.400000', '133016.860000', '133017.320000', '133017.780000', '133018.240000', '133018.700000', '133019.160000', '133019.620000', '133020.080000', '133020.540000', '133021.000000', '133021.460000', '133021.920000', '133022.380000', '133022.840000', '133023.300000', '133023.760000', '133024.220000', '133024.680000', '133025.140000', '133025.600000', '133026.060000', '133026.520000', '133026.980000', '133027.440000', '133027.900000', '133028.360000', '133028.820000', '133029.280000', '133029.740000', '133030.200000', '133030.660000', '133031.120000', '133031.580000', '133032.040000', '133032.500000', '133032.960000', '133033.420000', '133033.880000', '133034.340000', '133034.800000', '133035.260000', '133035.720000', '133036.180000', '133036.640000', '133037.100000', '133037.560000', '133038.020000', '133038.480000', '133038.940000', '133039.400000', '133039.860000', '133040.320000', '133040.780000', '133041.240000', '133041.700000', '133042.160000', '133042.620000', '133043.080000', '133043.540000', '133044.000000', '133044.460000', '133044.920000', '133045.380000', '133045.840000', '133046.300000', '133046.760000', '133047.220000', '133047.680000', '133048.140000', '133048.600000', '133049.060000', '133049.520000', '133049.980000', '133050.440000', '133050.900000', '133051.360000', '133051.820000', '133052.280000', '133052.740000', '133053.200000', '133053.660000', '133054.120000', '133054.580000', '133055.040000', '133055.500000', '133055.960000', '133056.420000', '133056.880000', '133057.340000', '133057.800000', '133058.260000', '133058.720000', '133059.180000', '133059.640000', '133100.100000', '133100.560000', '133101.020000', '133101.480000', '133101.940000', '133102.400000', '133102.860000', '133103.320000', '133103.780000', '133104.240000', '133104.700000', '133105.160000', '133105.620000', '133106.080000', '133106.540000', '133107.000000', '133107.460000', '133107.920000', '133108.380000', '133108.840000', '133109.300000', '133109.760000', '133110.220000', '133110.680000', '133111.140000', '133111.600000', '133112.060000', '133112.520000', '133112.980000', '133113.440000', '133113.900000', '133114.360000', '133114.820000', '133115.280000', '133115.740000', '133116.200000', '133116.660000', '133117.120000', '133117.580000', '133118.040000', '133118.500000', '133118.960000', '133119.420000', '133119.880000', '133120.340000', '133120.800000', '133121.260000', '133121.720000', '133122.180000', '133122.640000', '133123.100000', '133123.560000', '133124.020000', '133124.480000', '133124.940000', '133125.400000', '133125.860000', '133126.320000', '133126.780000', '133127.240000', '133127.700000', '133128.160000', '133128.620000', '133129.080000', '133129.540000', '133130.000000', '133130.460000', '133130.920000', '133131.380000', '133131.840000', '133132.300000', '133132.760000', '133133.220000', '133133.680000', '133134.140000', '133134.600000', '133135.060000', '133135.520000', '133135.980000', '133136.440000', '133136.900000', '133137.360000', '133137.820000', '133138.280000', '133138.740000', '133139.200000', '133139.660000', '133140.120000', '133140.580000', '133141.040000', '133141.500000', '133141.960000', '133142.420000', '133142.880000', '133143.340000', '133143.800000', '133144.260000', '133144.720000', '133145.180000', '133145.640000', '133146.100000', '133146.560000', '133147.020000', '133147.480000', '133147.940000', '133148.400000', '133148.860000', '133149.320000', '133149.780000', '133150.240000', '133150.700000', '133151.160000', '133151.620000', '133152.080000', '133152.540000', '133153.000000', '133153.460000', '133153.920000', '133154.380000', '133154.840000', '133155.300000', '133155.760000', '133156.220000', '133156.680000', '133157.140000', '133157.600000', '133158.060000', '133158.520000', '133158.980000', '133159.440000', '133159.900000', '133200.360000', '133200.820000', '133201.280000', '133201.740000', '133202.200000', '133202.660000', '133203.120000', '133203.580000', '133204.040000', '133204.500000', '133204.960000', '133205.420000', '133205.880000', '133206.340000', '133206.800000', '133207.260000', '133207.720000', '133208.180000', '133208.640000', '133209.100000', '133209.560000', '133210.020000', '133210.480000', '133210.940000', '133211.400000', '133211.860000', '133212.320000', '133212.780000', '133213.240000', '133213.700000', '133214.160000', '133214.620000', '133215.080000', '133215.540000', '133216.000000', '133216.460000', '133216.920000', '133217.380000', '133217.840000', '133218.300000', '133218.760000', '133219.220000', '133219.680000', '133220.140000', '133220.600000', '133221.060000', '133221.520000', '133221.980000', '133222.440000', '133222.900000', '133223.360000', '133223.820000', '133224.280000', '133224.740000', '133225.200000', '133225.660000', '133226.120000', '133226.580000', '133227.040000', '133227.500000', '133227.960000', '133228.420000', '133228.880000', '133229.340000', '133229.800000', '133230.260000', '133230.720000', '133231.180000', '133231.640000', '133232.100000', '133232.560000', '133233.020000', '133233.480000', '133233.940000', '133234.400000', '133234.860000', '133235.320000', '133235.780000', '133236.240000', '133236.700000', '133237.160000', '133237.620000', '133238.080000', '133238.540000', '133239.000000', '133239.460000', '133239.920000', '133240.380000', '133240.840000', '133241.300000', '133241.760000', '133242.220000', '133242.680000', '133243.140000', '133243.600000', '133244.060000', '133244.520000', '133244.980000', '133245.440000', '133245.900000', '133246.360000', '133246.820000', '133247.280000', '133247.740000', '133248.200000', '133248.660000', '133249.120000', '133249.580000', '133250.040000', '133250.500000', '133250.960000', '133251.420000', '133251.880000', '133252.340000', '133252.800000', '133253.260000', '133253.720000', '133254.180000', '133254.640000', '133255.100000', '133255.560000', '133256.020000', '133256.480000', '133256.940000', '133257.400000', '133257.860000', '133258.320000', '133258.780000', '133259.240000', '133259.700000', '133300.160000', '133300.620000', '133301.080000', '133301.540000', '133302.000000', '133302.460000', '133302.920000', '133303.380000', '133303.840000', '133304.300000', '133304.760000', '133305.220000', '133305.680000', '133306.140000', '133306.600000', '133307.060000', '133307.520000', '133307.980000', '133308.440000', '133308.900000'], 'ContentTime': ['132103.503000', '132103.506000', '132103.509000', '132103.513000', '132103.516000', '132103.518000', '132103.528000', '132103.531000', '132103.534000', '132103.536000', '132103.539000', '132103.542000', '132103.545000', '132103.548000', '132103.551000', '132103.554000', '132103.556000', '132103.559000', '132103.562000', '132103.565000', '132103.568000', '132103.571000', '132103.573000', '132103.576000', '132103.579000', '132103.582000', '132103.585000', '132103.588000', '132103.590000', '132103.593000', '132103.596000', '132103.599000', '132103.602000', '132103.604000', '132103.610000', '132103.613000', '132123.471000', '132123.474000', '132123.477000', '132123.480000', '132123.483000', '132123.506000', '132123.509000', '132123.512000', '132123.515000', '132123.518000', '132123.520000', '132123.523000', '132123.526000', '132123.529000', '132123.532000', '132123.534000', '132123.537000', '132123.540000', '132123.543000', '132123.546000', '132123.549000', '132123.552000', '132123.554000', '132123.557000', '132123.560000', '132123.563000', '132123.566000', '132123.570000', '132123.574000', '132123.577000', '132123.580000', '132123.583000', '132123.585000', '132123.588000', '132123.591000', '132123.594000', '132123.597000', '132123.600000', '132123.603000', '132123.606000', '132123.608000', '132123.611000', '132123.614000', '132143.471000', '132143.474000', '132143.477000', '132143.480000', '132143.482000', '132143.485000', '132143.488000', '132143.491000', '132143.494000', '132143.498000', '132143.501000', '132143.503000', '132143.506000', '132143.509000', '132143.512000', '132143.515000', '132143.518000', '132143.520000', '132143.523000', '132143.526000', '132143.529000', '132143.532000', '132143.535000', '132143.537000', '132143.540000', '132143.543000', '132143.546000', '132143.549000', '132143.552000', '132143.554000', '132143.557000', '132143.560000', '132143.563000', '132143.566000', '132143.569000', '132143.572000', '132143.574000', '132143.577000', '132143.580000', '132143.583000', '132143.586000', '132143.589000', '132143.591000', '132143.594000', '132203.472000', '132203.475000', '132203.478000', '132203.481000', '132203.484000', '132203.487000', '132203.489000', '132203.492000', '132203.495000', '132203.498000', '132203.501000', '132203.504000', '132203.507000', '132203.509000', '132203.512000', '132203.515000', '132203.518000', '132203.521000', '132203.524000', '132203.527000', '132203.529000', '132203.533000', '132203.536000', '132203.540000', '132203.542000', '132203.545000', '132203.548000', '132203.551000', '132203.554000', '132203.557000', '132203.560000', '132203.563000', '132203.566000', '132203.569000', '132203.571000', '132203.574000', '132203.577000', '132203.580000', '132203.583000', '132203.586000', '132203.589000', '132203.592000', '132203.594000', '132223.472000', '132223.475000', '132223.478000', '132223.480000', '132223.484000', '132223.486000', '132223.489000', '132223.492000', '132223.495000', '132223.498000', '132223.501000', '132223.504000', '132223.507000', '132223.509000', '132223.512000', '132223.515000', '132223.518000', '132223.521000', '132223.524000', '132223.526000', '132223.529000', '132223.532000', '132223.535000', '132223.538000', '132223.541000', '132223.544000', '132223.546000', '132223.549000', '132223.552000', '132223.555000', '132223.558000', '132223.561000', '132223.564000', '132223.567000', '132223.569000', '132223.572000', '132223.575000', '132223.578000', '132223.581000', '132223.584000', '132223.587000', '132223.589000', '132223.592000', '132223.595000', '132243.472000', '132243.475000', '132243.478000', '132243.481000', '132243.484000', '132243.486000', '132243.489000', '132243.492000', '132243.495000', '132243.498000', '132243.501000', '132243.504000', '132243.506000', '132243.509000', '132243.512000', '132243.515000', '132243.518000', '132243.521000', '132243.524000', '132243.526000', '132243.529000', '132243.532000', '132243.535000', '132243.538000', '132243.541000', '132243.543000', '132243.546000', '132243.549000', '132243.552000', '132243.555000', '132243.566000', '132243.569000', '132243.572000', '132243.575000', '132243.578000', '132243.581000', '132243.583000', '132243.586000', '132243.589000', '132243.592000', '132243.595000', '132243.598000', '132243.601000', '132303.472000', '132303.475000', '132303.478000', '132303.481000', '132303.484000', '132303.487000', '132303.489000', '132303.492000', '132303.495000', '132303.498000', '132303.501000', '132303.504000', '132303.507000', '132303.510000', '132303.512000', '132303.515000', '132303.518000', '132303.521000', '132303.524000', '132303.527000', '132303.530000', '132303.532000', '132303.535000', '132303.545000', '132303.548000', '132303.550000', '132303.553000', '132303.556000', '132303.559000', '132303.562000', '132303.565000', '132303.568000', '132303.571000', '132303.574000', '132303.577000', '132303.580000', '132303.583000', '132303.585000', '132303.588000', '132303.591000', '132303.594000', '132303.597000', '132303.600000', '132303.603000', '132323.472000', '132323.475000', '132323.478000', '132323.481000', '132323.484000', '132323.487000', '132323.490000', '132323.492000', '132323.495000', '132323.498000', '132323.501000', '132323.504000', '132323.507000', '132323.510000', '132323.512000', '132323.515000', '132323.518000', '132323.521000', '132323.524000', '132323.527000', '132323.530000', '132323.533000', '132323.535000', '132323.538000', '132323.541000', '132323.544000', '132323.547000', '132323.549000', '132323.552000', '132323.555000', '132323.558000', '132323.561000', '132323.564000', '132323.567000', '132323.571000', '132323.574000', '132323.577000', '132323.580000', '132323.583000', '132323.586000', '132323.589000', '132323.592000', '132323.595000', '132343.471000', '132343.474000', '132343.477000', '132343.480000', '132343.483000', '132343.485000', '132343.488000', '132343.491000', '132343.494000', '132343.497000', '132343.500000', '132343.503000', '132343.505000', '132343.508000', '132343.511000', '132343.514000', '132343.517000', '132343.520000', '132343.523000', '132343.526000', '132343.528000', '132343.531000', '132343.534000', '132343.537000', '132343.540000', '132343.543000', '132343.546000', '132343.549000', '132343.552000', '132343.555000', '132343.558000', '132343.560000', '132343.563000', '132343.566000', '132343.569000', '132343.572000', '132343.575000', '132343.577000', '132343.580000', '132343.583000', '132343.586000', '132343.589000', '132343.592000', '132343.595000', '132403.471000', '132403.474000', '132403.477000', '132403.479000', '132403.483000', '132403.485000', '132403.488000', '132403.491000', '132403.494000', '132403.497000', '132403.500000', '132403.502000', '132403.505000', '132403.508000', '132403.511000', '132403.514000', '132403.517000', '132403.520000', '132403.523000', '132403.525000', '132403.528000', '132403.531000', '132403.534000', '132403.537000', '132403.540000', '132403.543000', '132403.545000', '132403.548000', '132403.551000', '132403.554000', '132403.557000', '132403.560000', '132403.563000', '132403.566000', '132403.568000', '132403.571000', '132403.574000', '132403.577000', '132403.580000', '132403.583000', '132403.586000', '132403.589000', '132403.592000', '132423.472000', '132423.475000', '132423.478000', '132423.481000', '132423.484000', '132423.487000', '132423.489000', '132423.492000', '132423.495000', '132423.498000', '132423.501000', '132423.504000', '132423.506000', '132423.509000', '132423.512000', '132423.515000', '132423.518000', '132423.521000', '132423.524000', '132423.527000', '132423.529000', '132423.532000', '132423.535000', '132423.538000', '132423.541000', '132423.544000', '132423.557000', '132423.560000', '132423.563000', '132423.566000', '132423.568000', '132423.571000', '132423.574000', '132423.577000', '132423.580000', '132423.583000', '132423.586000', '132423.588000', '132423.591000', '132423.594000', '132423.597000', '132423.600000', '132423.603000', '132423.606000', '132443.472000', '132443.475000', '132443.478000', '132443.481000', '132443.484000', '132443.487000', '132443.489000', '132443.492000', '132443.495000', '132443.498000', '132443.501000', '132443.504000', '132443.507000', '132443.509000', '132443.512000', '132443.515000', '132443.518000', '132443.521000', '132443.524000', '132443.527000', '132443.529000', '132443.532000', '132443.535000', '132443.544000', '132443.547000', '132443.549000', '132443.552000', '132443.555000', '132443.558000', '132443.561000', '132443.564000', '132443.567000', '132443.570000', '132443.573000', '132443.575000', '132443.578000', '132443.581000', '132443.584000', '132443.587000', '132443.590000', '132443.593000', '132443.596000', '132443.599000', '132503.472000', '132503.475000', '132503.478000', '132503.481000', '132503.484000', '132503.487000', '132503.490000', '132503.492000', '132503.495000', '132503.498000', '132503.501000', '132503.504000', '132503.507000', '132503.510000', '132503.513000', '132503.515000', '132503.518000', '132503.521000', '132503.524000', '132503.527000', '132503.530000', '132503.533000', '132503.535000', '132503.538000', '132503.541000', '132503.544000', '132503.547000', '132503.550000', '132503.553000', '132503.556000', '132503.558000', '132503.561000', '132503.564000', '132503.567000', '132503.570000', '132503.573000', '132503.576000', '132503.579000', '132503.582000', '132503.584000', '132503.587000', '132503.590000', '132503.593000', '132523.472000', '132523.475000', '132523.478000', '132523.481000', '132523.484000', '132523.486000', '132523.489000', '132523.492000', '132523.495000', '132523.498000', '132523.501000', '132523.504000', '132523.507000', '132523.509000', '132523.512000', '132523.515000', '132523.518000', '132523.521000', '132523.524000', '132523.527000', '132523.530000', '132523.532000', '132523.535000', '132523.538000', '132523.541000', '132523.544000', '132523.547000', '132523.550000', '132523.553000', '132523.555000', '132523.558000', '132523.561000', '132523.564000', '132523.567000', '132523.570000', '132523.573000', '132523.575000', '132523.578000', '132523.581000', '132523.584000', '132523.587000', '132523.590000', '132523.593000', '132523.596000', '132543.472000', '132543.475000', '132543.478000', '132543.481000', '132543.484000', '132543.487000', '132543.489000', '132543.492000', '132543.495000', '132543.498000', '132543.501000', '132543.504000', '132543.507000', '132543.510000', '132543.513000', '132543.515000', '132543.518000', '132543.521000', '132543.524000', '132543.527000', '132543.530000', '132543.533000', '132543.535000', '132543.538000', '132543.541000', '132543.544000', '132543.547000', '132543.550000', '132543.553000', '132543.556000', '132543.558000', '132543.562000', '132543.564000', '132543.567000', '132543.570000', '132543.573000', '132543.576000', '132543.579000', '132543.581000', '132543.584000', '132543.587000', '132543.590000', '132543.593000', '132603.471000', '132603.474000', '132603.477000', '132603.480000', '132603.483000', '132603.486000', '132603.489000', '132603.491000', '132603.494000', '132603.497000', '132603.500000', '132603.503000', '132603.506000', '132603.509000', '132603.512000', '132603.514000', '132603.517000', '132603.520000', '132603.523000', '132603.526000', '132603.529000', '132603.531000', '132603.534000', '132603.537000', '132603.540000', '132603.543000', '132603.546000', '132603.549000', '132603.552000', '132603.554000', '132603.558000', '132603.560000', '132603.563000', '132603.566000', '132603.569000', '132603.572000', '132603.575000', '132603.578000', '132603.581000', '132603.584000', '132603.586000', '132603.589000', '132603.592000', '132603.595000', '132623.471000', '132623.474000', '132623.477000', '132623.480000', '132623.483000', '132623.486000', '132623.489000', '132623.491000', '132623.495000', '132623.498000', '132623.500000', '132623.503000', '132623.506000', '132623.509000', '132623.512000', '132623.515000', '132623.518000', '132623.521000', '132623.524000', '132623.526000', '132623.529000', '132623.532000', '132623.535000', '132623.538000', '132623.541000', '132623.544000', '132623.547000', '132623.549000', '132623.552000', '132623.555000', '132623.558000', '132623.561000', '132623.564000', '132623.566000', '132623.569000', '132623.572000', '132623.575000', '132623.578000', '132623.581000', '132623.584000', '132623.587000', '132623.590000', '132623.593000', '132643.472000', '132643.475000', '132643.478000', '132643.481000', '132643.484000', '132643.487000', '132643.490000', '132643.492000', '132643.495000', '132643.498000', '132643.501000', '132643.504000', '132643.507000', '132643.510000', '132643.512000', '132643.515000', '132643.518000', '132643.521000', '132643.524000', '132643.527000', '132643.530000', '132643.537000', '132643.540000', '132643.543000', '132643.545000', '132643.548000', '132643.551000', '132643.554000', '132643.557000', '132643.560000', '132643.563000', '132643.565000', '132643.568000', '132643.571000', '132643.574000', '132643.577000', '132643.580000', '132643.583000', '132643.586000', '132643.589000', '132643.591000', '132643.594000', '132643.597000', '132643.600000', '132703.472000', '132703.475000', '132703.478000', '132703.481000', '132703.484000', '132703.487000', '132703.489000', '132703.492000', '132703.495000', '132703.498000', '132703.501000', '132703.504000', '132703.507000', '132703.510000', '132703.512000', '132703.515000', '132703.518000', '132703.521000', '132703.525000', '132703.528000', '132703.531000', '132703.534000', '132703.537000', '132703.539000', '132703.542000', '132703.545000', '132703.548000', '132703.551000', '132703.554000', '132703.557000', '132703.560000', '132703.562000', '132703.565000', '132703.568000', '132703.571000', '132703.574000', '132703.577000', '132703.580000', '132703.582000', '132703.585000', '132703.588000', '132703.591000', '132703.594000', '132723.472000', '132723.475000', '132723.478000', '132723.481000', '132723.498000', '132723.500000', '132723.503000', '132723.506000', '132723.509000', '132723.512000', '132723.515000', '132723.518000', '132723.521000', '132723.523000', '132723.526000', '132723.529000', '132723.532000', '132723.535000', '132723.538000', '132723.541000', '132723.544000', '132723.546000', '132723.549000', '132723.552000', '132723.555000', '132723.558000', '132723.561000', '132723.564000', '132723.567000', '132723.569000', '132723.572000', '132723.575000', '132723.578000', '132723.581000', '132723.584000', '132723.587000', '132723.590000', '132723.592000', '132723.595000', '132723.598000', '132723.601000', '132723.604000', '132723.607000', '132723.609000', '132743.472000', '132743.475000', '132743.478000', '132743.481000', '132743.484000', '132743.487000', '132743.490000', '132743.493000', '132743.495000', '132743.498000', '132743.501000', '132743.504000', '132743.507000', '132743.510000', '132743.513000', '132743.515000', '132743.518000', '132743.522000', '132743.525000', '132743.528000', '132743.531000', '132743.533000', '132743.536000', '132743.539000', '132743.542000', '132743.545000', '132743.548000', '132743.551000', '132743.554000', '132743.556000', '132743.559000', '132743.562000', '132743.565000', '132743.568000', '132743.571000', '132743.574000', '132743.577000', '132743.580000', '132743.583000', '132743.585000', '132743.588000', '132743.591000', '132743.594000', '132803.472000', '132803.475000', '132803.478000', '132803.481000', '132803.484000', '132803.486000', '132803.489000', '132803.492000', '132803.495000', '132803.498000', '132803.501000', '132803.504000', '132803.506000', '132803.509000', '132803.512000', '132803.515000', '132803.518000', '132803.521000', '132803.524000', '132803.527000', '132803.529000', '132803.532000', '132803.535000', '132803.538000', '132803.541000', '132803.544000', '132803.546000', '132803.549000', '132803.552000', '132803.555000', '132803.558000', '132803.561000', '132803.564000', '132803.567000', '132803.569000', '132803.572000', '132803.575000', '132803.578000', '132803.581000', '132803.584000', '132803.587000', '132803.589000', '132803.592000', '132803.595000', '132823.471000', '132823.474000', '132823.477000', '132823.480000', '132823.483000', '132823.487000', '132823.490000', '132823.492000', '132823.495000', '132823.498000', '132823.501000', '132823.504000', '132823.507000', '132823.510000', '132823.513000', '132823.515000', '132823.518000', '132823.521000', '132823.524000', '132823.527000', '132823.530000', '132823.533000', '132823.535000', '132823.538000', '132823.541000', '132823.544000', '132823.547000', '132823.550000', '132823.555000', '132823.558000', '132823.561000', '132823.564000', '132823.567000', '132823.570000', '132823.573000', '132823.576000', '132823.579000', '132823.582000', '132823.584000', '132823.587000', '132823.590000', '132823.593000', '132823.596000', '132843.471000', '132843.474000', '132843.477000', '132843.480000', '132843.483000', '132843.486000', '132843.489000', '132843.491000', '132843.494000', '132843.497000', '132843.500000', '132843.503000', '132843.506000', '132843.509000', '132843.512000', '132843.528000', '132843.531000', '132843.534000', '132843.537000', '132843.540000', '132843.543000', '132843.545000', '132843.548000', '132843.551000', '132843.554000', '132843.557000', '132843.560000', '132843.563000', '132843.566000', '132843.569000', '132843.572000', '132843.574000', '132843.577000', '132843.580000', '132843.583000', '132843.586000', '132843.589000', '132843.592000', '132843.595000', '132843.597000', '132843.600000', '132843.603000', '132843.606000', '132843.609000', '132903.472000', '132903.475000', '132903.478000', '132903.481000', '132903.484000', '132903.487000', '132903.489000', '132903.492000', '132903.495000', '132903.498000', '132903.501000', '132903.504000', '132903.507000', '132903.510000', '132903.513000', '132903.516000', '132903.519000', '132903.521000', '132903.524000', '132903.527000', '132903.530000', '132903.533000', '132903.536000', '132903.538000', '132903.541000', '132903.544000', '132903.547000', '132903.550000', '132903.553000', '132903.556000', '132903.559000', '132903.562000', '132903.565000', '132903.568000', '132903.571000', '132903.575000', '132903.578000', '132903.581000', '132903.584000', '132903.587000', '132903.590000', '132903.593000', '132903.596000', '132923.472000', '132923.475000', '132923.478000', '132923.481000', '132923.484000', '132923.487000', '132923.490000', '132923.492000', '132923.495000', '132923.498000', '132923.501000', '132923.504000', '132923.507000', '132923.510000', '132923.512000', '132923.515000', '132923.518000', '132923.521000', '132923.524000', '132923.527000', '132923.530000', '132923.533000', '132923.535000', '132923.538000', '132923.541000', '132923.544000', '132923.547000', '132923.550000', '132923.553000', '132923.556000', '132923.559000', '132923.561000', '132923.564000', '132923.567000', '132923.570000', '132923.573000', '132923.576000', '132923.579000', '132923.581000', '132923.584000', '132923.587000', '132923.590000', '132923.593000', '132923.596000', '132943.472000', '132943.475000', '132943.478000', '132943.481000', '132943.484000', '132943.487000', '132943.490000', '132943.493000', '132943.495000', '132943.498000', '132943.501000', '132943.504000', '132943.507000', '132943.510000', '132943.513000', '132943.516000', '132943.518000', '132943.522000', '132943.525000', '132943.528000', '132943.531000', '132943.534000', '132943.537000', '132943.540000', '132943.543000', '132943.545000', '132943.548000', '132943.551000', '132943.554000', '132943.557000', '132943.560000', '132943.563000', '132943.566000', '132943.568000', '132943.571000', '132943.574000', '132943.578000', '132943.580000', '132943.583000', '132943.586000', '132943.589000', '132943.592000', '132943.595000', '133003.472000', '133003.475000', '133003.478000', '133003.481000', '133003.484000', '133003.487000', '133003.490000', '133003.493000', '133003.496000', '133003.499000', '133003.502000', '133003.505000', '133003.508000', '133003.511000', '133003.513000', '133003.516000', '133003.519000', '133003.522000', '133003.525000', '133003.528000', '133003.530000', '133003.533000', '133003.536000', '133003.539000', '133003.542000', '133003.545000', '133003.547000', '133003.550000', '133003.553000', '133003.556000', '133003.559000', '133003.562000', '133003.565000', '133003.568000', '133003.571000', '133003.573000', '133003.576000', '133003.579000', '133003.582000', '133003.585000', '133003.588000', '133003.591000', '133003.594000', '133003.597000', '133023.471000', '133023.474000', '133023.477000', '133023.480000', '133023.483000', '133023.486000', '133023.489000', '133023.491000', '133023.494000', '133023.497000', '133023.500000', '133023.503000', '133023.506000', '133023.509000', '133023.512000', '133023.514000', '133023.517000', '133023.520000', '133023.523000', '133023.526000', '133023.529000', '133023.532000', '133023.534000', '133023.537000', '133023.540000', '133023.543000', '133023.546000', '133023.549000', '133023.552000', '133023.555000', '133023.562000', '133023.565000', '133023.568000', '133023.571000', '133023.574000', '133023.577000', '133023.579000', '133023.582000', '133023.585000', '133023.588000', '133023.591000', '133023.594000', '133023.597000', '133043.471000', '133043.474000', '133043.477000', '133043.480000', '133043.483000', '133043.486000', '133043.488000', '133043.491000', '133043.494000', '133043.497000', '133043.500000', '133043.503000', '133043.506000', '133043.509000', '133043.511000', '133043.515000', '133043.517000', '133043.520000', '133043.523000', '133043.526000', '133043.529000', '133043.532000', '133043.534000', '133043.537000', '133043.540000', '133043.543000', '133043.546000', '133043.549000', '133043.552000', '133043.555000', '133043.557000', '133043.560000', '133043.563000', '133043.566000', '133043.569000', '133043.572000', '133043.575000', '133043.578000', '133043.581000', '133043.584000', '133043.587000', '133043.589000', '133043.592000', '133043.595000', '133103.471000', '133103.474000', '133103.477000', '133103.480000', '133103.483000', '133103.486000', '133103.489000', '133103.492000', '133103.495000', '133103.498000', '133103.500000', '133103.503000', '133103.506000', '133103.509000', '133103.512000', '133103.515000', '133103.518000', '133103.520000', '133103.523000', '133103.526000', '133103.529000', '133103.532000', '133103.535000', '133103.538000', '133103.540000', '133103.543000', '133103.546000', '133103.549000', '133103.552000', '133103.555000', '133103.558000', '133103.562000', '133103.565000', '133103.568000', '133103.571000', '133103.573000', '133103.576000', '133103.579000', '133103.582000', '133103.585000', '133103.588000', '133103.591000', '133103.594000', '133123.472000', '133123.475000', '133123.478000', '133123.481000', '133123.484000', '133123.486000', '133123.490000', '133123.492000', '133123.495000', '133123.498000', '133123.501000', '133123.504000', '133123.507000', '133123.510000', '133123.513000', '133123.515000', '133123.518000', '133123.521000', '133123.524000', '133123.527000', '133123.530000', '133123.533000', '133123.536000', '133123.539000', '133123.541000', '133123.544000', '133123.547000', '133123.550000', '133123.553000', '133123.556000', '133123.559000', '133123.562000', '133123.565000', '133123.567000', '133123.571000', '133123.573000', '133123.576000', '133123.579000', '133123.582000', '133123.585000', '133123.588000', '133123.591000', '133123.594000', '133123.596000', '133143.472000', '133143.475000', '133143.478000', '133143.481000', '133143.484000', '133143.487000', '133143.490000', '133143.492000', '133143.495000', '133143.498000', '133143.501000', '133143.504000', '133143.507000', '133143.510000', '133143.513000', '133143.515000', '133143.518000', '133143.521000', '133143.524000', '133143.527000', '133143.530000', '133143.533000', '133143.536000', '133143.538000', '133143.541000', '133143.544000', '133143.547000', '133143.550000', '133143.553000', '133143.556000', '133143.558000', '133143.561000', '133143.564000', '133143.570000', '133143.573000', '133143.576000', '133143.579000', '133143.582000', '133143.585000', '133143.588000', '133143.591000', '133143.593000', '133143.596000', '133203.472000', '133203.475000', '133203.478000', '133203.481000', '133203.484000', '133203.487000', '133203.490000', '133203.492000', '133203.495000', '133203.498000', '133203.501000', '133203.504000', '133203.507000', '133203.510000', '133203.512000', '133203.515000', '133203.518000', '133203.521000', '133203.524000', '133203.527000', '133203.529000', '133203.532000', '133203.535000', '133203.538000', '133203.541000', '133203.544000', '133203.547000', '133203.549000', '133203.552000', '133203.555000', '133203.558000', '133203.561000', '133203.564000', '133203.567000', '133203.570000', '133203.572000', '133203.575000', '133203.578000', '133203.581000', '133203.584000', '133203.587000', '133203.590000', '133203.593000', '133203.595000', '133223.472000', '133223.475000', '133223.478000', '133223.481000', '133223.484000', '133223.487000', '133223.490000', '133223.493000', '133223.495000', '133223.498000', '133223.501000', '133223.504000', '133223.507000', '133223.510000', '133223.512000', '133223.515000', '133223.518000', '133223.521000', '133223.524000', '133223.531000', '133223.534000', '133223.537000', '133223.540000', '133223.543000', '133223.545000', '133223.548000', '133223.551000', '133223.554000', '133223.557000', '133223.560000', '133223.563000', '133223.566000', '133223.569000', '133223.571000', '133223.574000', '133223.577000', '133223.580000', '133223.583000', '133223.586000', '133223.589000', '133223.592000', '133223.594000', '133223.598000', '133243.471000', '133243.474000', '133243.477000', '133243.480000', '133243.483000', '133243.486000', '133243.489000', '133243.491000', '133243.494000', '133243.497000', '133243.500000', '133243.503000', '133243.506000', '133243.509000', '133243.511000', '133243.514000', '133243.517000', '133243.520000', '133243.523000', '133243.526000', '133243.529000', '133243.532000', '133243.534000', '133243.537000', '133243.540000', '133243.543000', '133243.546000', '133243.549000', '133243.552000', '133243.555000', '133243.557000', '133243.560000', '133243.563000', '133243.566000', '133243.569000', '133243.572000', '133243.575000', '133243.578000', '133243.581000', '133243.584000', '133243.587000', '133243.589000', '133243.592000', '133243.595000', '133303.471000', '133303.474000', '133303.477000', '133303.480000', '133303.483000', '133303.486000', '133303.489000', '133303.491000', '133303.494000', '133303.497000', '133303.500000', '133303.503000', '133303.506000', '133303.509000', '133303.512000', '133303.514000', '133303.517000', '133303.520000', '133303.523000', '133303.526000', '133303.529000', '133303.532000', '133303.535000', '133303.537000', '133303.540000', '133303.543000', '133303.546000', '133303.549000', '133303.552000', '133303.555000', '133303.558000', '133303.560000', '133303.563000', '133303.566000', '133303.569000', '133303.572000', '133303.575000', '133303.578000', '133303.581000', '133303.584000', '133303.586000', '133303.589000', '133303.592000', '133310.177000', '133310.180000', '133310.183000', '133310.187000', '133310.190000', '133310.193000', '133310.196000', '133310.199000', '133310.202000', '133310.205000', '133310.208000', '133310.212000', '133310.215000', '133310.218000', '133310.220000'], 'InstanceCreationTime': ['132103.503000', '132103.506000', '132103.509000', '132103.513000', '132103.516000', '132103.518000', '132103.528000', '132103.531000', '132103.534000', '132103.536000', '132103.539000', '132103.542000', '132103.545000', '132103.548000', '132103.551000', '132103.554000', '132103.556000', '132103.559000', '132103.562000', '132103.565000', '132103.568000', '132103.571000', '132103.573000', '132103.576000', '132103.579000', '132103.582000', '132103.585000', '132103.588000', '132103.590000', '132103.593000', '132103.596000', '132103.599000', '132103.602000', '132103.604000', '132103.610000', '132103.613000', '132123.471000', '132123.474000', '132123.477000', '132123.480000', '132123.483000', '132123.506000', '132123.509000', '132123.512000', '132123.515000', '132123.518000', '132123.520000', '132123.523000', '132123.526000', '132123.529000', '132123.532000', '132123.534000', '132123.537000', '132123.540000', '132123.543000', '132123.546000', '132123.549000', '132123.552000', '132123.554000', '132123.557000', '132123.560000', '132123.563000', '132123.566000', '132123.570000', '132123.574000', '132123.577000', '132123.580000', '132123.583000', '132123.585000', '132123.588000', '132123.591000', '132123.594000', '132123.597000', '132123.600000', '132123.603000', '132123.606000', '132123.608000', '132123.611000', '132123.614000', '132143.471000', '132143.474000', '132143.477000', '132143.480000', '132143.482000', '132143.485000', '132143.488000', '132143.491000', '132143.494000', '132143.498000', '132143.501000', '132143.503000', '132143.506000', '132143.509000', '132143.512000', '132143.515000', '132143.518000', '132143.520000', '132143.523000', '132143.526000', '132143.529000', '132143.532000', '132143.535000', '132143.537000', '132143.540000', '132143.543000', '132143.546000', '132143.549000', '132143.552000', '132143.554000', '132143.557000', '132143.560000', '132143.563000', '132143.566000', '132143.569000', '132143.572000', '132143.574000', '132143.577000', '132143.580000', '132143.583000', '132143.586000', '132143.589000', '132143.591000', '132143.594000', '132203.472000', '132203.475000', '132203.478000', '132203.481000', '132203.484000', '132203.487000', '132203.489000', '132203.492000', '132203.495000', '132203.498000', '132203.501000', '132203.504000', '132203.507000', '132203.509000', '132203.512000', '132203.515000', '132203.518000', '132203.521000', '132203.524000', '132203.527000', '132203.529000', '132203.533000', '132203.536000', '132203.540000', '132203.542000', '132203.545000', '132203.548000', '132203.551000', '132203.554000', '132203.557000', '132203.560000', '132203.563000', '132203.566000', '132203.569000', '132203.571000', '132203.574000', '132203.577000', '132203.580000', '132203.583000', '132203.586000', '132203.589000', '132203.592000', '132203.594000', '132223.472000', '132223.475000', '132223.478000', '132223.480000', '132223.484000', '132223.486000', '132223.489000', '132223.492000', '132223.495000', '132223.498000', '132223.501000', '132223.504000', '132223.507000', '132223.509000', '132223.512000', '132223.515000', '132223.518000', '132223.521000', '132223.524000', '132223.526000', '132223.529000', '132223.532000', '132223.535000', '132223.538000', '132223.541000', '132223.544000', '132223.546000', '132223.549000', '132223.552000', '132223.555000', '132223.558000', '132223.561000', '132223.564000', '132223.567000', '132223.569000', '132223.572000', '132223.575000', '132223.578000', '132223.581000', '132223.584000', '132223.587000', '132223.589000', '132223.592000', '132223.595000', '132243.472000', '132243.475000', '132243.478000', '132243.481000', '132243.484000', '132243.486000', '132243.489000', '132243.492000', '132243.495000', '132243.498000', '132243.501000', '132243.504000', '132243.506000', '132243.509000', '132243.512000', '132243.515000', '132243.518000', '132243.521000', '132243.524000', '132243.526000', '132243.529000', '132243.532000', '132243.535000', '132243.538000', '132243.541000', '132243.543000', '132243.546000', '132243.549000', '132243.552000', '132243.555000', '132243.566000', '132243.569000', '132243.572000', '132243.575000', '132243.578000', '132243.581000', '132243.583000', '132243.586000', '132243.589000', '132243.592000', '132243.595000', '132243.598000', '132243.601000', '132303.472000', '132303.475000', '132303.478000', '132303.481000', '132303.484000', '132303.487000', '132303.489000', '132303.492000', '132303.495000', '132303.498000', '132303.501000', '132303.504000', '132303.507000', '132303.510000', '132303.512000', '132303.515000', '132303.518000', '132303.521000', '132303.524000', '132303.527000', '132303.530000', '132303.532000', '132303.535000', '132303.545000', '132303.548000', '132303.550000', '132303.553000', '132303.556000', '132303.559000', '132303.562000', '132303.565000', '132303.568000', '132303.571000', '132303.574000', '132303.577000', '132303.580000', '132303.583000', '132303.585000', '132303.588000', '132303.591000', '132303.594000', '132303.597000', '132303.600000', '132303.603000', '132323.472000', '132323.475000', '132323.478000', '132323.481000', '132323.484000', '132323.487000', '132323.490000', '132323.492000', '132323.495000', '132323.498000', '132323.501000', '132323.504000', '132323.507000', '132323.510000', '132323.512000', '132323.515000', '132323.518000', '132323.521000', '132323.524000', '132323.527000', '132323.530000', '132323.533000', '132323.535000', '132323.538000', '132323.541000', '132323.544000', '132323.547000', '132323.549000', '132323.552000', '132323.555000', '132323.558000', '132323.561000', '132323.564000', '132323.567000', '132323.571000', '132323.574000', '132323.577000', '132323.580000', '132323.583000', '132323.586000', '132323.589000', '132323.592000', '132323.595000', '132343.471000', '132343.474000', '132343.477000', '132343.480000', '132343.483000', '132343.485000', '132343.488000', '132343.491000', '132343.494000', '132343.497000', '132343.500000', '132343.503000', '132343.505000', '132343.508000', '132343.511000', '132343.514000', '132343.517000', '132343.520000', '132343.523000', '132343.526000', '132343.528000', '132343.531000', '132343.534000', '132343.537000', '132343.540000', '132343.543000', '132343.546000', '132343.549000', '132343.552000', '132343.555000', '132343.558000', '132343.560000', '132343.563000', '132343.566000', '132343.569000', '132343.572000', '132343.575000', '132343.577000', '132343.580000', '132343.583000', '132343.586000', '132343.589000', '132343.592000', '132343.595000', '132403.471000', '132403.474000', '132403.477000', '132403.479000', '132403.483000', '132403.485000', '132403.488000', '132403.491000', '132403.494000', '132403.497000', '132403.500000', '132403.502000', '132403.505000', '132403.508000', '132403.511000', '132403.514000', '132403.517000', '132403.520000', '132403.523000', '132403.525000', '132403.528000', '132403.531000', '132403.534000', '132403.537000', '132403.540000', '132403.543000', '132403.545000', '132403.548000', '132403.551000', '132403.554000', '132403.557000', '132403.560000', '132403.563000', '132403.566000', '132403.568000', '132403.571000', '132403.574000', '132403.577000', '132403.580000', '132403.583000', '132403.586000', '132403.589000', '132403.592000', '132423.472000', '132423.475000', '132423.478000', '132423.481000', '132423.484000', '132423.487000', '132423.489000', '132423.492000', '132423.495000', '132423.498000', '132423.501000', '132423.504000', '132423.506000', '132423.509000', '132423.512000', '132423.515000', '132423.518000', '132423.521000', '132423.524000', '132423.527000', '132423.529000', '132423.532000', '132423.535000', '132423.538000', '132423.541000', '132423.544000', '132423.557000', '132423.560000', '132423.563000', '132423.566000', '132423.568000', '132423.571000', '132423.574000', '132423.577000', '132423.580000', '132423.583000', '132423.586000', '132423.588000', '132423.591000', '132423.594000', '132423.597000', '132423.600000', '132423.603000', '132423.606000', '132443.472000', '132443.475000', '132443.478000', '132443.481000', '132443.484000', '132443.487000', '132443.489000', '132443.492000', '132443.495000', '132443.498000', '132443.501000', '132443.504000', '132443.507000', '132443.509000', '132443.512000', '132443.515000', '132443.518000', '132443.521000', '132443.524000', '132443.527000', '132443.529000', '132443.532000', '132443.535000', '132443.544000', '132443.547000', '132443.549000', '132443.552000', '132443.555000', '132443.558000', '132443.561000', '132443.564000', '132443.567000', '132443.570000', '132443.573000', '132443.575000', '132443.578000', '132443.581000', '132443.584000', '132443.587000', '132443.590000', '132443.593000', '132443.596000', '132443.599000', '132503.472000', '132503.475000', '132503.478000', '132503.481000', '132503.484000', '132503.487000', '132503.490000', '132503.492000', '132503.495000', '132503.498000', '132503.501000', '132503.504000', '132503.507000', '132503.510000', '132503.513000', '132503.515000', '132503.518000', '132503.521000', '132503.524000', '132503.527000', '132503.530000', '132503.533000', '132503.535000', '132503.538000', '132503.541000', '132503.544000', '132503.547000', '132503.550000', '132503.553000', '132503.556000', '132503.558000', '132503.561000', '132503.564000', '132503.567000', '132503.570000', '132503.573000', '132503.576000', '132503.579000', '132503.582000', '132503.584000', '132503.587000', '132503.590000', '132503.593000', '132523.472000', '132523.475000', '132523.478000', '132523.481000', '132523.484000', '132523.486000', '132523.489000', '132523.492000', '132523.495000', '132523.498000', '132523.501000', '132523.504000', '132523.507000', '132523.509000', '132523.512000', '132523.515000', '132523.518000', '132523.521000', '132523.524000', '132523.527000', '132523.530000', '132523.532000', '132523.535000', '132523.538000', '132523.541000', '132523.544000', '132523.547000', '132523.550000', '132523.553000', '132523.555000', '132523.558000', '132523.561000', '132523.564000', '132523.567000', '132523.570000', '132523.573000', '132523.575000', '132523.578000', '132523.581000', '132523.584000', '132523.587000', '132523.590000', '132523.593000', '132523.596000', '132543.472000', '132543.475000', '132543.478000', '132543.481000', '132543.484000', '132543.487000', '132543.489000', '132543.492000', '132543.495000', '132543.498000', '132543.501000', '132543.504000', '132543.507000', '132543.510000', '132543.513000', '132543.515000', '132543.518000', '132543.521000', '132543.524000', '132543.527000', '132543.530000', '132543.533000', '132543.535000', '132543.538000', '132543.541000', '132543.544000', '132543.547000', '132543.550000', '132543.553000', '132543.556000', '132543.558000', '132543.562000', '132543.564000', '132543.567000', '132543.570000', '132543.573000', '132543.576000', '132543.579000', '132543.581000', '132543.584000', '132543.587000', '132543.590000', '132543.593000', '132603.471000', '132603.474000', '132603.477000', '132603.480000', '132603.483000', '132603.486000', '132603.489000', '132603.491000', '132603.494000', '132603.497000', '132603.500000', '132603.503000', '132603.506000', '132603.509000', '132603.512000', '132603.514000', '132603.517000', '132603.520000', '132603.523000', '132603.526000', '132603.529000', '132603.531000', '132603.534000', '132603.537000', '132603.540000', '132603.543000', '132603.546000', '132603.549000', '132603.552000', '132603.554000', '132603.558000', '132603.560000', '132603.563000', '132603.566000', '132603.569000', '132603.572000', '132603.575000', '132603.578000', '132603.581000', '132603.584000', '132603.586000', '132603.589000', '132603.592000', '132603.595000', '132623.471000', '132623.474000', '132623.477000', '132623.480000', '132623.483000', '132623.486000', '132623.489000', '132623.491000', '132623.495000', '132623.498000', '132623.500000', '132623.503000', '132623.506000', '132623.509000', '132623.512000', '132623.515000', '132623.518000', '132623.521000', '132623.524000', '132623.526000', '132623.529000', '132623.532000', '132623.535000', '132623.538000', '132623.541000', '132623.544000', '132623.547000', '132623.549000', '132623.552000', '132623.555000', '132623.558000', '132623.561000', '132623.564000', '132623.566000', '132623.569000', '132623.572000', '132623.575000', '132623.578000', '132623.581000', '132623.584000', '132623.587000', '132623.590000', '132623.593000', '132643.472000', '132643.475000', '132643.478000', '132643.481000', '132643.484000', '132643.487000', '132643.490000', '132643.492000', '132643.495000', '132643.498000', '132643.501000', '132643.504000', '132643.507000', '132643.510000', '132643.512000', '132643.515000', '132643.518000', '132643.521000', '132643.524000', '132643.527000', '132643.530000', '132643.537000', '132643.540000', '132643.543000', '132643.545000', '132643.548000', '132643.551000', '132643.554000', '132643.557000', '132643.560000', '132643.563000', '132643.565000', '132643.568000', '132643.571000', '132643.574000', '132643.577000', '132643.580000', '132643.583000', '132643.586000', '132643.589000', '132643.591000', '132643.594000', '132643.597000', '132643.600000', '132703.472000', '132703.475000', '132703.478000', '132703.481000', '132703.484000', '132703.487000', '132703.489000', '132703.492000', '132703.495000', '132703.498000', '132703.501000', '132703.504000', '132703.507000', '132703.510000', '132703.512000', '132703.515000', '132703.518000', '132703.521000', '132703.525000', '132703.528000', '132703.531000', '132703.534000', '132703.537000', '132703.539000', '132703.542000', '132703.545000', '132703.548000', '132703.551000', '132703.554000', '132703.557000', '132703.560000', '132703.562000', '132703.565000', '132703.568000', '132703.571000', '132703.574000', '132703.577000', '132703.580000', '132703.582000', '132703.585000', '132703.588000', '132703.591000', '132703.594000', '132723.472000', '132723.475000', '132723.478000', '132723.481000', '132723.498000', '132723.500000', '132723.503000', '132723.506000', '132723.509000', '132723.512000', '132723.515000', '132723.518000', '132723.521000', '132723.523000', '132723.526000', '132723.529000', '132723.532000', '132723.535000', '132723.538000', '132723.541000', '132723.544000', '132723.546000', '132723.549000', '132723.552000', '132723.555000', '132723.558000', '132723.561000', '132723.564000', '132723.567000', '132723.569000', '132723.572000', '132723.575000', '132723.578000', '132723.581000', '132723.584000', '132723.587000', '132723.590000', '132723.592000', '132723.595000', '132723.598000', '132723.601000', '132723.604000', '132723.607000', '132723.609000', '132743.472000', '132743.475000', '132743.478000', '132743.481000', '132743.484000', '132743.487000', '132743.490000', '132743.493000', '132743.495000', '132743.498000', '132743.501000', '132743.504000', '132743.507000', '132743.510000', '132743.513000', '132743.515000', '132743.518000', '132743.522000', '132743.525000', '132743.528000', '132743.531000', '132743.533000', '132743.536000', '132743.539000', '132743.542000', '132743.545000', '132743.548000', '132743.551000', '132743.554000', '132743.556000', '132743.559000', '132743.562000', '132743.565000', '132743.568000', '132743.571000', '132743.574000', '132743.577000', '132743.580000', '132743.583000', '132743.585000', '132743.588000', '132743.591000', '132743.594000', '132803.472000', '132803.475000', '132803.478000', '132803.481000', '132803.484000', '132803.486000', '132803.489000', '132803.492000', '132803.495000', '132803.498000', '132803.501000', '132803.504000', '132803.506000', '132803.509000', '132803.512000', '132803.515000', '132803.518000', '132803.521000', '132803.524000', '132803.527000', '132803.529000', '132803.532000', '132803.535000', '132803.538000', '132803.541000', '132803.544000', '132803.546000', '132803.549000', '132803.552000', '132803.555000', '132803.558000', '132803.561000', '132803.564000', '132803.567000', '132803.569000', '132803.572000', '132803.575000', '132803.578000', '132803.581000', '132803.584000', '132803.587000', '132803.589000', '132803.592000', '132803.595000', '132823.471000', '132823.474000', '132823.477000', '132823.480000', '132823.483000', '132823.487000', '132823.490000', '132823.492000', '132823.495000', '132823.498000', '132823.501000', '132823.504000', '132823.507000', '132823.510000', '132823.513000', '132823.515000', '132823.518000', '132823.521000', '132823.524000', '132823.527000', '132823.530000', '132823.533000', '132823.535000', '132823.538000', '132823.541000', '132823.544000', '132823.547000', '132823.550000', '132823.555000', '132823.558000', '132823.561000', '132823.564000', '132823.567000', '132823.570000', '132823.573000', '132823.576000', '132823.579000', '132823.582000', '132823.584000', '132823.587000', '132823.590000', '132823.593000', '132823.596000', '132843.471000', '132843.474000', '132843.477000', '132843.480000', '132843.483000', '132843.486000', '132843.489000', '132843.491000', '132843.494000', '132843.497000', '132843.500000', '132843.503000', '132843.506000', '132843.509000', '132843.512000', '132843.528000', '132843.531000', '132843.534000', '132843.537000', '132843.540000', '132843.543000', '132843.545000', '132843.548000', '132843.551000', '132843.554000', '132843.557000', '132843.560000', '132843.563000', '132843.566000', '132843.569000', '132843.572000', '132843.574000', '132843.577000', '132843.580000', '132843.583000', '132843.586000', '132843.589000', '132843.592000', '132843.595000', '132843.597000', '132843.600000', '132843.603000', '132843.606000', '132843.609000', '132903.472000', '132903.475000', '132903.478000', '132903.481000', '132903.484000', '132903.487000', '132903.489000', '132903.492000', '132903.495000', '132903.498000', '132903.501000', '132903.504000', '132903.507000', '132903.510000', '132903.513000', '132903.516000', '132903.519000', '132903.521000', '132903.524000', '132903.527000', '132903.530000', '132903.533000', '132903.536000', '132903.538000', '132903.541000', '132903.544000', '132903.547000', '132903.550000', '132903.553000', '132903.556000', '132903.559000', '132903.562000', '132903.565000', '132903.568000', '132903.571000', '132903.575000', '132903.578000', '132903.581000', '132903.584000', '132903.587000', '132903.590000', '132903.593000', '132903.596000', '132923.472000', '132923.475000', '132923.478000', '132923.481000', '132923.484000', '132923.487000', '132923.490000', '132923.492000', '132923.495000', '132923.498000', '132923.501000', '132923.504000', '132923.507000', '132923.510000', '132923.512000', '132923.515000', '132923.518000', '132923.521000', '132923.524000', '132923.527000', '132923.530000', '132923.533000', '132923.535000', '132923.538000', '132923.541000', '132923.544000', '132923.547000', '132923.550000', '132923.553000', '132923.556000', '132923.559000', '132923.561000', '132923.564000', '132923.567000', '132923.570000', '132923.573000', '132923.576000', '132923.579000', '132923.581000', '132923.584000', '132923.587000', '132923.590000', '132923.593000', '132923.596000', '132943.472000', '132943.475000', '132943.478000', '132943.481000', '132943.484000', '132943.487000', '132943.490000', '132943.493000', '132943.495000', '132943.498000', '132943.501000', '132943.504000', '132943.507000', '132943.510000', '132943.513000', '132943.516000', '132943.518000', '132943.522000', '132943.525000', '132943.528000', '132943.531000', '132943.534000', '132943.537000', '132943.540000', '132943.543000', '132943.545000', '132943.548000', '132943.551000', '132943.554000', '132943.557000', '132943.560000', '132943.563000', '132943.566000', '132943.568000', '132943.571000', '132943.574000', '132943.578000', '132943.580000', '132943.583000', '132943.586000', '132943.589000', '132943.592000', '132943.595000', '133003.472000', '133003.475000', '133003.478000', '133003.481000', '133003.484000', '133003.487000', '133003.490000', '133003.493000', '133003.496000', '133003.499000', '133003.502000', '133003.505000', '133003.508000', '133003.511000', '133003.513000', '133003.516000', '133003.519000', '133003.522000', '133003.525000', '133003.528000', '133003.530000', '133003.533000', '133003.536000', '133003.539000', '133003.542000', '133003.545000', '133003.547000', '133003.550000', '133003.553000', '133003.556000', '133003.559000', '133003.562000', '133003.565000', '133003.568000', '133003.571000', '133003.573000', '133003.576000', '133003.579000', '133003.582000', '133003.585000', '133003.588000', '133003.591000', '133003.594000', '133003.597000', '133023.471000', '133023.474000', '133023.477000', '133023.480000', '133023.483000', '133023.486000', '133023.489000', '133023.491000', '133023.494000', '133023.497000', '133023.500000', '133023.503000', '133023.506000', '133023.509000', '133023.512000', '133023.514000', '133023.517000', '133023.520000', '133023.523000', '133023.526000', '133023.529000', '133023.532000', '133023.534000', '133023.537000', '133023.540000', '133023.543000', '133023.546000', '133023.549000', '133023.552000', '133023.555000', '133023.562000', '133023.565000', '133023.568000', '133023.571000', '133023.574000', '133023.577000', '133023.579000', '133023.582000', '133023.585000', '133023.588000', '133023.591000', '133023.594000', '133023.597000', '133043.471000', '133043.474000', '133043.477000', '133043.480000', '133043.483000', '133043.486000', '133043.488000', '133043.491000', '133043.494000', '133043.497000', '133043.500000', '133043.503000', '133043.506000', '133043.509000', '133043.511000', '133043.515000', '133043.517000', '133043.520000', '133043.523000', '133043.526000', '133043.529000', '133043.532000', '133043.534000', '133043.537000', '133043.540000', '133043.543000', '133043.546000', '133043.549000', '133043.552000', '133043.555000', '133043.557000', '133043.560000', '133043.563000', '133043.566000', '133043.569000', '133043.572000', '133043.575000', '133043.578000', '133043.581000', '133043.584000', '133043.587000', '133043.589000', '133043.592000', '133043.595000', '133103.471000', '133103.474000', '133103.477000', '133103.480000', '133103.483000', '133103.486000', '133103.489000', '133103.492000', '133103.495000', '133103.498000', '133103.500000', '133103.503000', '133103.506000', '133103.509000', '133103.512000', '133103.515000', '133103.518000', '133103.520000', '133103.523000', '133103.526000', '133103.529000', '133103.532000', '133103.535000', '133103.538000', '133103.540000', '133103.543000', '133103.546000', '133103.549000', '133103.552000', '133103.555000', '133103.558000', '133103.562000', '133103.565000', '133103.568000', '133103.571000', '133103.573000', '133103.576000', '133103.579000', '133103.582000', '133103.585000', '133103.588000', '133103.591000', '133103.594000', '133123.472000', '133123.475000', '133123.478000', '133123.481000', '133123.484000', '133123.486000', '133123.490000', '133123.492000', '133123.495000', '133123.498000', '133123.501000', '133123.504000', '133123.507000', '133123.510000', '133123.513000', '133123.515000', '133123.518000', '133123.521000', '133123.524000', '133123.527000', '133123.530000', '133123.533000', '133123.536000', '133123.539000', '133123.541000', '133123.544000', '133123.547000', '133123.550000', '133123.553000', '133123.556000', '133123.559000', '133123.562000', '133123.565000', '133123.567000', '133123.571000', '133123.573000', '133123.576000', '133123.579000', '133123.582000', '133123.585000', '133123.588000', '133123.591000', '133123.594000', '133123.596000', '133143.472000', '133143.475000', '133143.478000', '133143.481000', '133143.484000', '133143.487000', '133143.490000', '133143.492000', '133143.495000', '133143.498000', '133143.501000', '133143.504000', '133143.507000', '133143.510000', '133143.513000', '133143.515000', '133143.518000', '133143.521000', '133143.524000', '133143.527000', '133143.530000', '133143.533000', '133143.536000', '133143.538000', '133143.541000', '133143.544000', '133143.547000', '133143.550000', '133143.553000', '133143.556000', '133143.558000', '133143.561000', '133143.564000', '133143.570000', '133143.573000', '133143.576000', '133143.579000', '133143.582000', '133143.585000', '133143.588000', '133143.591000', '133143.593000', '133143.596000', '133203.472000', '133203.475000', '133203.478000', '133203.481000', '133203.484000', '133203.487000', '133203.490000', '133203.492000', '133203.495000', '133203.498000', '133203.501000', '133203.504000', '133203.507000', '133203.510000', '133203.512000', '133203.515000', '133203.518000', '133203.521000', '133203.524000', '133203.527000', '133203.529000', '133203.532000', '133203.535000', '133203.538000', '133203.541000', '133203.544000', '133203.547000', '133203.549000', '133203.552000', '133203.555000', '133203.558000', '133203.561000', '133203.564000', '133203.567000', '133203.570000', '133203.572000', '133203.575000', '133203.578000', '133203.581000', '133203.584000', '133203.587000', '133203.590000', '133203.593000', '133203.595000', '133223.472000', '133223.475000', '133223.478000', '133223.481000', '133223.484000', '133223.487000', '133223.490000', '133223.493000', '133223.495000', '133223.498000', '133223.501000', '133223.504000', '133223.507000', '133223.510000', '133223.512000', '133223.515000', '133223.518000', '133223.521000', '133223.524000', '133223.531000', '133223.534000', '133223.537000', '133223.540000', '133223.543000', '133223.545000', '133223.548000', '133223.551000', '133223.554000', '133223.557000', '133223.560000', '133223.563000', '133223.566000', '133223.569000', '133223.571000', '133223.574000', '133223.577000', '133223.580000', '133223.583000', '133223.586000', '133223.589000', '133223.592000', '133223.594000', '133223.598000', '133243.471000', '133243.474000', '133243.477000', '133243.480000', '133243.483000', '133243.486000', '133243.489000', '133243.491000', '133243.494000', '133243.497000', '133243.500000', '133243.503000', '133243.506000', '133243.509000', '133243.511000', '133243.514000', '133243.517000', '133243.520000', '133243.523000', '133243.526000', '133243.529000', '133243.532000', '133243.534000', '133243.537000', '133243.540000', '133243.543000', '133243.546000', '133243.549000', '133243.552000', '133243.555000', '133243.557000', '133243.560000', '133243.563000', '133243.566000', '133243.569000', '133243.572000', '133243.575000', '133243.578000', '133243.581000', '133243.584000', '133243.587000', '133243.589000', '133243.592000', '133243.595000', '133303.471000', '133303.474000', '133303.477000', '133303.480000', '133303.483000', '133303.486000', '133303.489000', '133303.491000', '133303.494000', '133303.497000', '133303.500000', '133303.503000', '133303.506000', '133303.509000', '133303.512000', '133303.514000', '133303.517000', '133303.520000', '133303.523000', '133303.526000', '133303.529000', '133303.532000', '133303.535000', '133303.537000', '133303.540000', '133303.543000', '133303.546000', '133303.549000', '133303.552000', '133303.555000', '133303.558000', '133303.560000', '133303.563000', '133303.566000', '133303.569000', '133303.572000', '133303.575000', '133303.578000', '133303.581000', '133303.584000', '133303.586000', '133303.589000', '133303.592000', '133310.177000', '133310.180000', '133310.183000', '133310.187000', '133310.190000', '133310.193000', '133310.196000', '133310.199000', '133310.202000', '133310.205000', '133310.208000', '133310.212000', '133310.215000', '133310.218000', '133310.220000'], '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': [8685, 14380, 8515, 15578, 10976, 15979, 11242, 14840, 11653, 8503, 15923, 13587, 9945, 15220, 9682, 11746, 16740, 11325, 15158, 14082, 19496, 15636, 12897, 13990, 11977, 20352, 15458, 9947, 14591, 10409, 15770, 11261, 14351, 11962, 12920, 10848, 10802, 11611, 8394, 11917, 8151, 11573, 9076, 14624, 8958, 9780, 10807, 8838, 11140, 7953, 12423, 9261, 15096, 9225, 14996, 9449, 14891, 10113, 14639, 10556, 12160, 10536, 7686, 13418, 8476, 14624, 11047, 10310, 11688, 14379, 10711, 16107, 11580, 17440, 10745, 16900, 9750, 15380, 10724, 15318, 9667, 14353, 10115, 13162, 11177, 8538, 12855, 8693, 14286, 9201, 13067, 10131, 12290, 9158, 11615, 17764, 10182, 15712, 10511, 14545, 9334, 13681, 9694, 15704, 10481, 17712, 10870, 17445, 10754, 17037, 10560, 16095, 9974, 16235, 9791, 16136, 10013, 15960, 9574, 14272, 9237, 13604, 9078, 12297, 8872, 12020, 9072, 11545, 8704, 11747, 9067, 11343, 12813, 11473, 13457, 10612, 15773, 10647, 15596, 10973, 15467, 10918, 15532, 10503, 15269, 10156, 15585, 10047, 14968, 9311, 14098, 10051, 13555, 13992, 11555, 17165, 10999, 15772, 11056, 16069, 10266, 15000, 9025, 14507, 9322, 13891, 9592, 12630, 9211, 12348, 9289, 12845, 9396, 13379, 9595, 13593, 10511, 11812, 10718, 10373, 8174, 12762, 8494, 14265, 8089, 13515, 9334, 14306, 10141, 15072, 10980, 11000, 11955, 8925, 13164, 10306, 12499, 13747, 11522, 16665, 10950, 15896, 10679, 15487, 9751, 14339, 8667, 13355, 8984, 11023, 8254, 10976, 7812, 11432, 7525, 12559, 7610, 12288, 10305, 14164, 11305, 15242, 10328, 14706, 10611, 15028, 11041, 14888, 10151, 13863, 8449, 12689, 10972, 12108, 8868, 10799, 16316, 10959, 15015, 10082, 13766, 9256, 12806, 7896, 13029, 8967, 12105, 8546, 11529, 8071, 10825, 14946, 11644, 15245, 10712, 12916, 8238, 11948, 10878, 10295, 14708, 10238, 13632, 8377, 12985, 7900, 13146, 8069, 11880, 7947, 10866, 12614, 10030, 14069, 9569, 13122, 8103, 12961, 8448, 11473, 13926, 9780, 13813, 8598, 12749, 8806, 11477, 11426, 10192, 13755, 9687, 13702, 8890, 12718, 9158, 11203, 14295, 9602, 13449, 8599, 12429, 7998, 11721, 11955, 9813, 13517, 9085, 13876, 8639, 12115, 7741, 13056, 7780, 11257, 9639, 8569, 12748, 8394, 12765, 9715, 12281, 15441, 9798, 14400, 9976, 12912, 11879, 10957, 14942, 10178, 13894, 8406, 12711, 7975, 12297, 14105, 10028, 14651, 9747, 13208, 8806, 13029, 8477, 13021, 8204, 12678, 8056, 11148, 13881, 10044, 13230, 8544, 12677, 8346, 11550, 13369, 10385, 13966, 9392, 13101, 8048, 12200, 8213, 12372, 7686, 12299, 8031, 12725, 9294, 12314, 13052, 10677, 14206, 9877, 13643, 8818, 13075, 14381, 11015, 14578, 10136, 13760, 8930, 13314, 8502, 12844, 10023, 11207, 12692, 10075, 13520, 9446, 13727, 9511, 13739, 8492, 12986, 8443, 12782, 11126, 11107, 12546, 10408, 14016, 9926, 13912, 9669, 13590, 8530, 12978, 7931, 12565, 8638, 13658, 8105, 13579, 9361, 14176, 10269, 14958, 10710, 14143, 9058, 13569, 8462, 13577, 8506, 12007, 14466, 10166, 14669, 9397, 13594, 8037, 13298, 8177, 12829, 8395, 12175, 8009, 13360, 7821, 13436, 8039, 13133, 8064, 13019, 10110, 10833, 15709, 10187, 14026, 8982, 13390, 8643, 11329, 15640, 9850, 13931, 8500, 13596, 7861, 13222, 7942, 12507, 7891, 11511, 14657, 10451, 13446, 8904, 13498, 9271, 11957, 12126, 10719, 14907, 10742, 13424, 8730, 14138, 8647, 12738, 11541, 10683, 14504, 9670, 13503, 8462, 13351, 7794, 11538, 11044, 10775, 13823, 11410, 11490, 10761, 14777, 9859, 14055, 8808, 13032, 7987, 12240, 14918, 10879, 14121, 9602, 13049, 8513, 12073, 10732, 10781, 15119, 11729, 13683, 9422, 13061, 8496, 12819, 11158, 10909, 15077, 10868, 13524, 8787, 12789, 7993, 12473, 10272, 11224, 14361, 10134, 12948, 8279, 13137, 8415, 12136, 8153, 11191, 14604, 10192, 13826, 9251, 13019, 8402, 12670, 7864, 11679, 13389, 10667, 13740, 9348, 13369, 8507, 12568, 9095, 10971, 14223, 10512, 13419, 8535, 12939, 11308, 10611, 14475, 9630, 13508, 8476, 12822, 8405, 11215, 14974, 10672, 13383, 7898, 13051, 8372, 12227, 10649, 10917, 14148, 9568, 13085, 8217, 12777, 9044, 11185, 13936, 10103, 13375, 8626, 12982, 8277, 12704, 7876, 12490, 8387, 12861, 10235, 11604, 13395, 11045, 13769, 9020, 12791, 8973, 11742, 15289, 11159, 13972, 9085, 13689, 8744, 12804, 8292, 12034, 11557, 10905, 14091, 9705, 13089, 9414, 12318, 11542, 11091, 14363, 9862, 13344, 8177, 12640, 8557, 12036, 10296, 10292, 13680, 9694, 12898, 8502, 12569, 8326, 11293, 12168, 9945, 13400, 9606, 12920, 8152, 12146, 8035, 12339, 8389, 14581, 9088, 13438, 10323, 15000, 10432, 15432, 10487, 15157, 10331, 13867, 8655, 13382, 11252, 10723, 18002, 11022, 13980, 8663, 13151, 8034, 13511, 8922, 11666, 15351, 9522, 13540, 8088, 13371, 8335, 12284, 8848, 10182, 15101, 9509, 13091, 8300, 13297, 8428, 12900, 9526, 11565, 10788, 9678, 8636, 13465, 8973, 14945, 9355, 12399, 10143, 14323, 9664, 14876, 8870, 12261, 13050, 9868, 14629, 9634, 13595, 8073, 11409, 12486, 9557, 13759, 8460, 13043, 7749, 11334, 7755, 10538, 10984, 9697, 13708, 9177, 12861, 8034, 10508, 13837, 9626, 13076, 9537, 11757, 12800, 9215, 13206, 8663, 13062, 8434, 10966, 12372, 9973, 13445, 8928, 13438, 8842, 11855, 10866, 9277, 13512, 9065, 13382, 7901, 11391, 11241, 9060, 13127, 8962, 12541, 8849, 10440, 12165, 9331, 13310, 9723, 12669, 8283, 12173, 7793, 11008, 11191, 10324, 14133, 10843, 12188, 8580, 13172, 7956, 11210, 11300, 10466, 13722, 9341, 12142, 7730, 11582, 8927, 10757, 11185, 9376, 13269, 9092, 12318, 8974, 11818, 7828, 10835, 9619, 10392, 12424, 10276, 13231, 9096, 12513, 8212, 11484, 11362, 10295, 14136, 9376, 12186, 7651, 11667, 8632, 11572, 10045, 9654, 14540, 9739, 12117, 8685, 12560, 8246, 10677, 12502, 9560, 13023, 9478, 12439, 7834, 11224, 8632, 9857, 12946, 10015, 12823, 8810, 11556, 7850, 11586, 10095, 11309, 10791, 10205, 13527, 9240, 12519, 8247, 12455, 8546, 11358, 8756, 9906, 14717, 10004, 12793, 8847, 12155, 8171, 11163, 9116, 11001, 12397, 10256, 13821, 9739, 12644, 8557, 13150, 7885, 12275, 8156, 11182, 10535, 10191, 14800, 10027, 12914, 8801, 11776, 7872, 10716, 11825, 9657, 13298, 9368, 12083, 7763, 11170, 8590, 9941, 12986, 10211, 12643, 9102, 12943, 9089, 12595, 9371, 12542, 8290, 11870, 9113, 10463, 16058, 9484, 13079, 8774, 11628, 15527, 9001, 13473, 8339, 12688, 8534, 10735, 15739, 9620, 13478, 9146, 13869, 8821, 13232, 7830, 11747, 7627, 14923, 7981, 13244, 7801, 12468, 8763, 10880, 15416, 10621, 13853, 8715, 12498, 8489, 11042, 14612, 10165, 12895, 8190, 11963, 7983, 10471, 13351, 10124, 12910, 8499, 11647, 7595, 12205, 8021, 11121, 9831, 9493, 13020, 9289, 12145, 7879, 12048, 8450, 9812, 13889, 9556, 13009, 8160, 11889, 7820, 10561, 11255, 10200, 14161, 10829, 12838, 9023, 12122, 8273, 11418, 11350, 11313, 12895, 10283, 13288, 8899, 12444, 9943, 11363, 12369, 11306, 15433, 9143, 12273, 8809, 12629, 9140, 12742, 8602, 12273, 7775, 12584, 8854, 12184, 10602, 10389, 14782, 9846, 12946, 8178, 11951, 11288, 10211, 13625, 8717, 11759, 8512, 11036, 13264, 10221, 12732, 8371, 11695, 7703, 11048, 9266, 10064, 14089, 8903, 12495, 8140, 11356, 7920, 10485, 11376, 9088, 13134, 9020, 12067, 7917, 11882, 8098, 10261, 9277, 11052, 12124, 10769, 9893, 10170, 13776, 8960, 12663, 9613, 11652, 12347, 9900, 13787, 8970, 12428, 8832, 11117, 12722, 10336, 13412, 8894, 12250, 8279, 12999, 7797, 12374, 8905, 10886, 13807, 9625, 13003, 8775, 12184, 8455, 10974, 10852, 9705, 13720, 9859, 12742, 8370, 11571, 8377, 11628, 8257, 12362, 8027, 13029, 8537, 13472, 8740, 12689, 8072, 11975, 8492, 11429, 14015, 11113, 13689, 9297, 12071, 8040, 11897, 10171, 10516, 14286, 9262, 12568, 8084, 10988, 7835, 10616, 10069, 9678, 13304, 9214, 12342, 7810, 11831, 7797, 11745, 7885, 12310, 8048, 10223, 9021, 9335, 14558, 9077, 14625, 11434, 11991, 17263, 10525, 18627, 11664, 13555, 15833, 14115, 16566, 12623, 15915, 11345, 13877, 10063, 14019, 10205, 13609, 10344, 13164, 10924, 11851, 10164, 10426, 10453, 10533, 11148, 10598, 13836, 10782, 13401, 10685, 13194, 10505, 12903, 9965, 12685, 10160, 12677, 9335, 11798, 8549, 12407, 8363, 12816, 8857, 7525, 11146, 7921, 13089, 9781, 8227, 12823, 7959, 13532, 15749, 10510, 14310, 9778, 12866, 15652, 10443, 14369, 10408, 13882, 14657, 11266, 17479, 11759, 14174, 10792, 14054, 9193, 14487, 8797, 13354, 9589, 11415, 13188, 10995, 14478, 10502, 13503, 9791, 13175, 8126, 12231, 7859, 11567, 7797, 11471, 7664, 11672, 8827, 13788, 9429, 8420, 10081, 7642, 11725, 7865, 12065, 14845, 9101, 12306, 10397, 11105, 15341, 10300, 13870, 9412, 12572, 9397, 11740, 16616, 10796, 14676, 9951, 13310, 9753, 13179, 8750, 13047, 9762, 14270, 10674, 9718, 11819, 7986, 11445, 7693, 13502, 8708, 12491, 7878, 11366, 12909, 9808, 13896, 8317, 12372, 8023, 9932, 13726, 10447, 13205, 10755, 12588, 8584, 11782, 7692, 10863, 9011, 9961, 11730, 10244, 13085, 8661, 12028, 7779, 10822, 8714, 10161, 12148, 9803, 12990, 8939, 13213, 8049, 11164, 8290, 10701, 13105, 10137, 13354, 8728, 11923, 8175, 11832, 8312, 10612, 11416, 10539, 14096, 10052, 13866, 10554, 13593, 9924, 12541, 9534, 13336, 8810, 13409, 9438, 13767, 8924, 12572, 8343, 12036, 7791, 12800, 8410, 11984, 8022, 12104, 8000, 9615, 8749, 10974, 11292, 13869, 11483, 12157, 11989, 9890, 13500, 8712, 12915, 9647, 12884, 17867, 11865, 17313, 9572, 13576, 8357, 14218, 10373, 13666, 9181, 13661, 9003, 12884, 9539, 13000, 10067, 14904, 10877, 11150, 9806, 8240, 11947, 7839, 13585, 8577, 12982, 8614, 11574, 8506, 11287, 9170, 10236, 10438, 8872, 10618, 9393, 8425, 11018, 8554, 11046, 7962, 11898, 7891, 11874, 8414, 12050, 13144, 10486, 14476, 10091, 12891, 10272, 11946, 9513, 11073, 13499, 11413, 12276, 11507, 13454, 9541, 14082, 9626, 12764, 8918, 13246, 8081, 12754, 9634, 10164, 14979, 9282, 14089, 8286, 12554, 9491, 10067, 12128, 10045, 11936, 9093, 13661, 9216, 13115, 8780, 12928, 8026, 12510, 8952, 9956, 13889, 9183, 13192, 8462, 13020, 10149, 9713, 14858, 8880, 13246, 8526, 12509, 8688, 11635, 9095, 9741, 12793, 9139, 13732, 8799, 12150, 8216, 11900, 12222, 9993, 13979, 9565, 12930, 8157, 12031, 8704, 10348, 12222, 9554, 14063, 8882, 12682, 8593, 11757, 8477, 10770, 8700, 11294, 8624, 10951, 9054, 11023, 9877, 11341, 9047, 10825, 13177, 9922, 14302, 9231, 13416, 10212, 12586, 10911, 11139, 12566, 9846, 13977, 9556, 13491, 8772, 13000, 7985, 12499, 10468, 10793, 14159, 10186, 14459, 9006, 13023, 8229, 13124, 10851, 11292, 14731, 9395, 13981, 8643, 13352, 8392, 12674, 8067, 12868, 8436, 11755, 8487, 11233, 12250, 10499, 15146, 9462, 13338, 8483, 12527, 8910, 11691, 14070, 10932, 14208, 9076, 14377, 8737, 12697, 8314, 12528, 13206, 10128, 15212, 9000, 13217, 8129, 13069, 8410, 12680, 8141, 12105, 9277, 10242, 13873, 9841, 14758, 9579, 14294, 8729, 13586, 8522, 13006, 8776, 12376, 13327, 10057, 14566, 8547, 13374, 8413, 13476, 8025, 13305, 8451, 12412, 9134, 8623, 11319, 8741, 12243, 10267, 12290, 12822, 10898, 15690, 9290, 13567, 11481, 11069, 16896, 9721, 13735, 8276, 12602, 8130], 'WindowCenter': [4760.0, 4811.0, 4748.0, 4839.0, 4842.0, 4885.0, 4866.0, 4879.0, 4878.0, 4811.0, 4887.0, 4817.0, 4737.0, 4754.0, 4788.0, 4799.0, 4855.0, 4803.0, 4841.0, 4830.0, 4891.0, 4903.0, 4854.0, 4827.0, 4792.0, 4850.0, 4812.0, 4773.0, 4810.0, 4772.0, 4819.0, 4782.0, 4811.0, 4791.0, 4814.0, 4783.0, 4781.0, 4791.0, 4753.0, 4802.0, 4808.0, 4780.0, 4726.0, 4786.0, 4768.0, 4766.0, 4776.0, 4755.0, 4761.0, 4738.0, 4798.0, 4757.0, 4829.0, 4768.0, 4818.0, 4782.0, 4829.0, 4781.0, 4818.0, 4788.0, 4799.0, 4800.0, 4776.0, 4843.0, 4786.0, 4844.0, 4816.0, 4806.0, 4826.0, 4842.0, 4804.0, 4852.0, 4814.0, 4864.0, 4816.0, 4862.0, 4793.0, 4840.0, 4803.0, 4842.0, 4792.0, 4830.0, 4792.0, 4832.0, 4825.0, 4796.0, 4833.0, 4785.0, 4842.0, 4782.0, 4822.0, 4803.0, 4822.0, 4781.0, 4810.0, 4875.0, 4799.0, 4761.0, 4794.0, 4844.0, 4766.0, 4806.0, 4780.0, 4868.0, 4840.0, 4861.0, 4788.0, 4835.0, 4798.0, 4849.0, 4787.0, 4822.0, 4762.0, 4821.0, 4762.0, 4810.0, 4763.0, 4811.0, 4753.0, 4802.0, 4754.0, 4802.0, 4753.0, 4791.0, 4755.0, 4781.0, 4751.0, 4781.0, 4755.0, 4806.0, 4767.0, 4798.0, 4816.0, 4808.0, 4828.0, 4798.0, 4835.0, 4799.0, 4836.0, 4800.0, 4838.0, 4800.0, 4836.0, 4788.0, 4825.0, 4789.0, 4826.0, 4777.0, 4825.0, 4777.0, 4814.0, 4764.0, 4805.0, 4814.0, 4785.0, 4822.0, 4773.0, 4813.0, 4782.0, 4821.0, 4773.0, 4811.0, 4754.0, 4811.0, 4754.0, 4802.0, 4763.0, 4794.0, 4765.0, 4803.0, 4763.0, 4803.0, 4764.0, 4804.0, 4765.0, 4818.0, 4787.0, 4810.0, 4797.0, 4785.0, 4756.0, 4815.0, 4780.0, 4827.0, 4760.0, 4814.0, 4789.0, 4838.0, 4800.0, 4823.0, 4800.0, 4798.0, 4806.0, 4766.0, 4816.0, 4786.0, 4809.0, 4815.0, 4795.0, 4836.0, 4786.0, 4822.0, 4761.0, 4810.0, 4762.0, 4800.0, 4684.0, 4710.0, 4728.0, 4788.0, 4745.0, 4787.0, 4749.0, 4799.0, 4735.0, 4818.0, 4747.0, 4748.0, 4731.0, 4772.0, 4783.0, 4835.0, 4800.0, 4836.0, 4810.0, 4849.0, 4821.0, 4862.0, 4814.0, 4853.0, 4781.0, 4818.0, 4798.0, 4807.0, 4790.0, 4810.0, 4845.0, 4796.0, 4837.0, 4788.0, 4815.0, 4789.0, 4804.0, 4755.0, 4803.0, 4763.0, 4793.0, 4765.0, 4793.0, 4755.0, 4784.0, 4823.0, 4782.0, 4822.0, 4773.0, 4801.0, 4754.0, 4791.0, 4781.0, 4771.0, 4800.0, 4760.0, 4789.0, 4739.0, 4789.0, 4730.0, 4789.0, 4744.0, 4792.0, 4743.0, 4783.0, 4792.0, 4772.0, 4812.0, 4775.0, 4804.0, 4755.0, 4803.0, 4756.0, 4794.0, 4811.0, 4775.0, 4814.0, 4767.0, 4817.0, 4762.0, 4792.0, 4793.0, 4775.0, 4813.0, 4775.0, 4803.0, 4762.0, 4802.0, 4763.0, 4784.0, 4813.0, 4774.0, 4801.0, 4754.0, 4791.0, 4742.0, 4794.0, 4794.0, 4786.0, 4814.0, 4778.0, 4826.0, 4766.0, 4807.0, 4757.0, 4815.0, 4760.0, 4808.0, 4790.0, 4781.0, 4830.0, 4796.0, 4832.0, 4802.0, 4820.0, 4839.0, 4788.0, 4818.0, 4777.0, 4804.0, 4794.0, 4784.0, 4811.0, 4773.0, 4801.0, 4754.0, 4792.0, 4742.0, 4793.0, 4810.0, 4773.0, 4824.0, 4774.0, 4801.0, 4764.0, 4801.0, 4756.0, 4814.0, 4757.0, 4804.0, 4756.0, 4794.0, 4813.0, 4775.0, 4804.0, 4754.0, 4803.0, 4753.0, 4795.0, 4801.0, 4774.0, 4810.0, 4775.0, 4816.0, 4755.0, 4803.0, 4754.0, 4816.0, 4771.0, 4819.0, 4770.0, 4818.0, 4777.0, 4807.0, 4817.0, 4788.0, 4826.0, 4776.0, 4804.0, 4754.0, 4803.0, 4800.0, 4770.0, 4810.0, 4786.0, 4803.0, 4751.0, 4800.0, 4740.0, 4790.0, 4762.0, 4811.0, 4804.0, 4763.0, 4800.0, 4765.0, 4813.0, 4774.0, 4812.0, 4765.0, 4803.0, 4755.0, 4807.0, 4797.0, 4795.0, 4803.0, 4784.0, 4812.0, 4774.0, 4812.0, 4775.0, 4802.0, 4754.0, 4815.0, 4772.0, 4807.0, 4754.0, 4802.0, 4745.0, 4803.0, 4765.0, 4813.0, 4787.0, 4827.0, 4788.0, 4816.0, 4768.0, 4805.0, 4756.0, 4802.0, 4754.0, 4793.0, 4812.0, 4772.0, 4802.0, 4752.0, 4791.0, 4743.0, 4816.0, 4743.0, 4792.0, 4743.0, 4792.0, 4732.0, 4827.0, 4759.0, 4816.0, 4745.0, 4803.0, 4745.0, 4805.0, 4774.0, 4785.0, 4823.0, 4774.0, 4803.0, 4754.0, 4803.0, 4754.0, 4783.0, 4811.0, 4763.0, 4801.0, 4742.0, 4802.0, 4745.0, 4803.0, 4747.0, 4805.0, 4746.0, 4796.0, 4814.0, 4775.0, 4805.0, 4755.0, 4803.0, 4754.0, 4783.0, 4782.0, 4773.0, 4812.0, 4773.0, 4802.0, 4754.0, 4802.0, 4754.0, 4794.0, 4784.0, 4774.0, 4812.0, 4764.0, 4802.0, 4744.0, 4804.0, 4745.0, 4795.0, 4785.0, 4785.0, 4814.0, 4796.0, 4797.0, 4797.0, 4825.0, 4777.0, 4815.0, 4767.0, 4804.0, 4746.0, 4794.0, 4815.0, 4784.0, 4803.0, 4764.0, 4792.0, 4755.0, 4793.0, 4772.0, 4772.0, 4812.0, 4783.0, 4802.0, 4753.0, 4790.0, 4742.0, 4791.0, 4770.0, 4761.0, 4801.0, 4761.0, 4790.0, 4741.0, 4779.0, 4731.0, 4781.0, 4762.0, 4783.0, 4801.0, 4762.0, 4789.0, 4744.0, 4792.0, 4745.0, 4796.0, 4744.0, 4784.0, 4811.0, 4774.0, 4803.0, 4766.0, 4804.0, 4745.0, 4804.0, 4747.0, 4796.0, 4803.0, 4774.0, 4802.0, 4753.0, 4792.0, 4744.0, 4793.0, 4753.0, 4773.0, 4801.0, 4772.0, 4791.0, 4743.0, 4791.0, 4771.0, 4772.0, 4800.0, 4752.0, 4790.0, 4731.0, 4791.0, 4731.0, 4771.0, 4799.0, 4771.0, 4816.0, 4745.0, 4804.0, 4742.0, 4782.0, 4760.0, 4771.0, 4799.0, 4752.0, 4792.0, 4732.0, 4790.0, 4752.0, 4783.0, 4802.0, 4775.0, 4804.0, 4754.0, 4804.0, 4757.0, 4818.0, 4746.0, 4807.0, 4759.0, 4807.0, 4777.0, 4797.0, 4806.0, 4786.0, 4806.0, 4766.0, 4804.0, 4754.0, 4785.0, 4814.0, 4774.0, 4803.0, 4755.0, 4803.0, 4743.0, 4795.0, 4745.0, 4794.0, 4783.0, 4773.0, 4804.0, 4766.0, 4794.0, 4753.0, 4795.0, 4783.0, 4773.0, 4802.0, 4763.0, 4790.0, 4744.0, 4781.0, 4744.0, 4794.0, 4763.0, 4773.0, 4803.0, 4765.0, 4792.0, 4755.0, 4795.0, 4747.0, 4787.0, 4795.0, 4776.0, 4816.0, 4778.0, 4806.0, 4746.0, 4795.0, 4747.0, 4806.0, 4770.0, 4853.0, 4795.0, 4832.0, 4801.0, 4839.0, 4803.0, 4839.0, 4792.0, 4831.0, 4789.0, 4818.0, 4758.0, 4806.0, 4773.0, 4774.0, 4836.0, 4773.0, 4802.0, 4744.0, 4781.0, 4733.0, 4793.0, 4754.0, 4785.0, 4823.0, 4763.0, 4791.0, 4732.0, 4781.0, 4732.0, 4784.0, 4744.0, 4763.0, 4801.0, 4753.0, 4781.0, 4732.0, 4793.0, 4745.0, 4786.0, 4754.0, 4773.0, 4777.0, 4780.0, 4756.0, 4817.0, 4768.0, 4826.0, 4769.0, 4796.0, 4777.0, 4816.0, 4767.0, 4816.0, 4757.0, 4786.0, 4796.0, 4754.0, 4790.0, 4741.0, 4781.0, 4722.0, 4770.0, 4770.0, 4741.0, 4791.0, 4732.0, 4793.0, 4724.0, 4771.0, 4723.0, 4775.0, 4772.0, 4754.0, 4805.0, 4756.0, 4795.0, 4738.0, 4778.0, 4805.0, 4765.0, 4796.0, 4765.0, 4786.0, 4793.0, 4754.0, 4782.0, 4742.0, 4794.0, 4734.0, 4764.0, 4780.0, 4753.0, 4780.0, 4741.0, 4794.0, 4742.0, 4772.0, 4762.0, 4741.0, 4781.0, 4743.0, 4792.0, 4734.0, 4773.0, 4773.0, 4742.0, 4780.0, 4741.0, 4781.0, 4742.0, 4762.0, 4771.0, 4741.0, 4791.0, 4754.0, 4784.0, 4735.0, 4772.0, 4723.0, 4764.0, 4761.0, 4764.0, 4791.0, 4763.0, 4773.0, 4733.0, 4779.0, 4722.0, 4762.0, 4761.0, 4761.0, 4792.0, 4742.0, 4770.0, 4723.0, 4773.0, 4743.0, 4762.0, 4772.0, 4755.0, 4793.0, 4754.0, 4784.0, 4756.0, 4786.0, 4739.0, 4776.0, 4767.0, 4778.0, 4793.0, 4777.0, 4797.0, 4756.0, 4796.0, 4746.0, 4785.0, 4785.0, 4766.0, 4803.0, 4756.0, 4784.0, 4736.0, 4774.0, 4744.0, 4786.0, 4765.0, 4756.0, 4802.0, 4764.0, 4783.0, 4744.0, 4786.0, 4746.0, 4764.0, 4781.0, 4754.0, 4782.0, 4753.0, 4783.0, 4725.0, 4774.0, 4743.0, 4765.0, 4781.0, 4764.0, 4794.0, 4745.0, 4772.0, 4733.0, 4775.0, 4765.0, 4786.0, 4774.0, 4765.0, 4793.0, 4756.0, 4783.0, 4734.0, 4784.0, 4745.0, 4774.0, 4745.0, 4765.0, 4803.0, 4766.0, 4797.0, 4758.0, 4785.0, 4733.0, 4788.0, 4770.0, 4788.0, 4794.0, 4777.0, 4807.0, 4766.0, 4784.0, 4745.0, 4795.0, 4736.0, 4812.0, 4748.0, 4775.0, 4764.0, 4763.0, 4802.0, 4754.0, 4783.0, 4745.0, 4772.0, 4735.0, 4764.0, 4772.0, 4754.0, 4793.0, 4754.0, 4773.0, 4723.0, 4772.0, 4732.0, 4765.0, 4795.0, 4765.0, 4794.0, 4756.0, 4793.0, 4758.0, 4797.0, 4771.0, 4809.0, 4759.0, 4798.0, 4758.0, 4791.0, 4826.0, 4767.0, 4798.0, 4746.0, 4785.0, 4812.0, 4743.0, 4783.0, 4732.0, 4783.0, 4744.0, 4773.0, 4813.0, 4753.0, 4805.0, 4754.0, 4804.0, 4755.0, 4792.0, 4749.0, 4796.0, 4736.0, 4816.0, 4746.0, 4793.0, 4734.0, 4793.0, 4744.0, 4774.0, 4812.0, 4774.0, 4793.0, 4744.0, 4783.0, 4744.0, 4772.0, 4789.0, 4751.0, 4780.0, 4731.0, 4770.0, 4731.0, 4761.0, 4779.0, 4761.0, 4781.0, 4731.0, 4769.0, 4722.0, 4782.0, 4733.0, 4775.0, 4765.0, 4756.0, 4793.0, 4753.0, 4783.0, 4734.0, 4784.0, 4746.0, 4764.0, 4792.0, 4754.0, 4782.0, 4735.0, 4772.0, 4724.0, 4762.0, 4773.0, 4764.0, 4791.0, 4765.0, 4783.0, 4744.0, 4783.0, 4733.0, 4773.0, 4763.0, 4774.0, 4783.0, 4767.0, 4792.0, 4745.0, 4783.0, 4766.0, 4799.0, 4796.0, 4773.0, 4815.0, 4768.0, 4784.0, 4755.0, 4783.0, 4757.0, 4794.0, 4746.0, 4784.0, 4726.0, 4783.0, 4744.0, 4784.0, 4764.0, 4753.0, 4791.0, 4752.0, 4770.0, 4721.0, 4771.0, 4759.0, 4748.0, 4777.0, 4718.0, 4757.0, 4719.0, 4749.0, 4769.0, 4748.0, 4768.0, 4720.0, 4758.0, 4711.0, 4774.0, 4743.0, 4752.0, 4792.0, 4743.0, 4782.0, 4734.0, 4773.0, 4735.0, 4774.0, 4784.0, 4756.0, 4794.0, 4755.0, 4785.0, 4736.0, 4784.0, 4737.0, 4765.0, 4757.0, 4789.0, 4800.0, 4789.0, 4778.0, 4789.0, 4806.0, 4757.0, 4797.0, 4768.0, 4788.0, 4797.0, 4767.0, 4806.0, 4755.0, 4784.0, 4744.0, 4774.0, 4784.0, 4763.0, 4794.0, 4744.0, 4782.0, 4735.0, 4794.0, 4724.0, 4785.0, 4746.0, 4776.0, 4793.0, 4744.0, 4783.0, 4732.0, 4773.0, 4732.0, 4761.0, 4763.0, 4742.0, 4781.0, 4752.0, 4783.0, 4749.0, 4788.0, 4733.0, 4760.0, 4747.0, 4794.0, 4735.0, 4783.0, 4733.0, 4797.0, 4746.0, 4797.0, 4735.0, 4772.0, 4732.0, 4762.0, 4780.0, 4761.0, 4780.0, 4730.0, 4758.0, 4710.0, 4759.0, 4738.0, 4738.0, 4778.0, 4728.0, 4768.0, 4720.0, 4760.0, 4710.0, 4762.0, 4752.0, 4753.0, 4791.0, 4755.0, 4782.0, 4725.0, 4773.0, 4739.0, 4785.0, 4737.0, 4784.0, 4751.0, 4766.0, 4745.0, 4770.0, 4833.0, 4770.0, 4832.0, 4788.0, 4789.0, 4828.0, 4766.0, 4827.0, 4765.0, 4773.0, 4778.0, 4756.0, 4765.0, 4732.0, 4752.0, 4710.0, 4729.0, 4688.0, 4726.0, 4686.0, 4713.0, 4674.0, 4701.0, 4681.0, 4692.0, 4670.0, 4682.0, 4683.0, 4694.0, 4695.0, 4696.0, 4726.0, 4707.0, 4727.0, 4697.0, 4726.0, 4698.0, 4717.0, 4688.0, 4729.0, 4724.0, 4753.0, 4740.0, 4756.0, 4716.0, 4764.0, 4715.0, 4775.0, 4777.0, 4757.0, 4782.0, 4747.0, 4818.0, 4803.0, 4786.0, 4832.0, 4774.0, 4836.0, 4841.0, 4792.0, 4822.0, 4780.0, 4810.0, 4828.0, 4777.0, 4810.0, 4766.0, 4795.0, 4792.0, 4762.0, 4811.0, 4762.0, 4779.0, 4750.0, 4779.0, 4729.0, 4777.0, 4718.0, 4766.0, 4726.0, 4746.0, 4766.0, 4738.0, 4765.0, 4737.0, 4755.0, 4727.0, 4766.0, 4708.0, 4769.0, 4733.0, 4768.0, 4720.0, 4770.0, 4722.0, 4771.0, 4754.0, 4803.0, 4755.0, 4746.0, 4788.0, 4752.0, 4812.0, 4762.0, 4826.0, 4831.0, 4772.0, 4811.0, 4779.0, 4790.0, 4829.0, 4780.0, 4809.0, 4758.0, 4786.0, 4756.0, 4786.0, 4816.0, 4763.0, 4793.0, 4767.0, 4806.0, 4768.0, 4790.0, 4744.0, 4781.0, 4752.0, 4803.0, 4775.0, 4778.0, 4807.0, 4761.0, 4798.0, 4748.0, 4818.0, 4770.0, 4808.0, 4776.0, 4811.0, 4807.0, 4778.0, 4809.0, 4749.0, 4797.0, 4738.0, 4767.0, 4794.0, 4763.0, 4795.0, 4775.0, 4793.0, 4746.0, 4784.0, 4737.0, 4774.0, 4754.0, 4764.0, 4784.0, 4765.0, 4794.0, 4745.0, 4783.0, 4734.0, 4773.0, 4746.0, 4764.0, 4782.0, 4765.0, 4806.0, 4757.0, 4805.0, 4737.0, 4775.0, 4746.0, 4775.0, 4792.0, 4764.0, 4793.0, 4733.0, 4771.0, 4732.0, 4772.0, 4734.0, 4792.0, 4800.0, 4776.0, 4792.0, 4753.0, 4794.0, 4776.0, 4795.0, 4781.0, 4825.0, 4786.0, 4829.0, 4741.0, 4755.0, 4726.0, 4775.0, 4752.0, 4796.0, 4783.0, 4849.0, 4749.0, 4771.0, 4697.0, 4747.0, 4710.0, 4783.0, 4748.0, 4754.0, 4768.0, 4827.0, 4811.0, 4828.0, 4800.0, 4784.0, 4786.0, 4766.0, 4794.0, 4747.0, 4797.0, 4769.0, 4812.0, 4836.0, 4793.0, 4810.0, 4686.0, 4749.0, 4677.0, 4708.0, 4675.0, 4704.0, 4663.0, 4679.0, 4709.0, 4762.0, 4739.0, 4747.0, 4721.0, 4745.0, 4707.0, 4714.0, 4733.0, 4716.0, 4769.0, 4733.0, 4804.0, 4768.0, 4766.0, 4753.0, 4731.0, 4694.0, 4713.0, 4702.0, 4726.0, 4741.0, 4751.0, 4757.0, 4738.0, 4730.0, 4758.0, 4727.0, 4755.0, 4718.0, 4770.0, 4733.0, 4784.0, 4746.0, 4797.0, 4805.0, 4776.0, 4803.0, 4763.0, 4780.0, 4760.0, 4782.0, 4752.0, 4771.0, 4788.0, 4769.0, 4781.0, 4770.0, 4789.0, 4751.0, 4800.0, 4749.0, 4777.0, 4740.0, 4779.0, 4720.0, 4779.0, 4751.0, 4759.0, 4798.0, 4739.0, 4791.0, 4741.0, 4806.0, 4747.0, 4750.0, 4767.0, 4749.0, 4780.0, 4757.0, 4805.0, 4752.0, 4792.0, 4743.0, 4781.0, 4733.0, 4793.0, 4743.0, 4763.0, 4791.0, 4741.0, 4791.0, 4732.0, 4782.0, 4751.0, 4755.0, 4790.0, 4742.0, 4781.0, 4729.0, 4783.0, 4742.0, 4775.0, 4740.0, 4751.0, 4762.0, 4742.0, 4789.0, 4732.0, 4771.0, 4731.0, 4772.0, 4771.0, 4734.0, 4789.0, 4740.0, 4780.0, 4720.0, 4770.0, 4729.0, 4751.0, 4769.0, 4738.0, 4788.0, 4740.0, 4779.0, 4729.0, 4772.0, 4733.0, 4754.0, 4715.0, 4773.0, 4714.0, 4760.0, 4722.0, 4745.0, 4746.0, 4770.0, 4756.0, 4759.0, 4778.0, 4767.0, 4802.0, 4754.0, 4795.0, 4763.0, 4783.0, 4760.0, 4762.0, 4753.0, 4723.0, 4763.0, 4724.0, 4779.0, 4733.0, 4762.0, 4720.0, 4753.0, 4733.0, 4734.0, 4788.0, 4732.0, 4789.0, 4730.0, 4750.0, 4703.0, 4771.0, 4759.0, 4762.0, 4789.0, 4731.0, 4777.0, 4722.0, 4781.0, 4709.0, 4782.0, 4721.0, 4781.0, 4736.0, 4770.0, 4730.0, 4764.0, 4771.0, 4761.0, 4793.0, 4743.0, 4783.0, 4733.0, 4772.0, 4732.0, 4770.0, 4780.0, 4762.0, 4791.0, 4742.0, 4791.0, 4731.0, 4770.0, 4720.0, 4783.0, 4783.0, 4734.0, 4790.0, 4731.0, 4769.0, 4722.0, 4762.0, 4720.0, 4769.0, 4711.0, 4770.0, 4729.0, 4753.0, 4782.0, 4740.0, 4790.0, 4741.0, 4792.0, 4732.0, 4781.0, 4731.0, 4782.0, 4732.0, 4781.0, 4781.0, 4756.0, 4793.0, 4721.0, 4782.0, 4722.0, 4779.0, 4721.0, 4790.0, 4734.0, 4783.0, 4756.0, 4747.0, 4788.0, 4758.0, 4785.0, 4748.0, 4785.0, 4785.0, 4765.0, 4803.0, 4742.0, 4782.0, 4762.0, 4763.0, 4814.0, 4731.0, 4768.0, 4719.0, 4759.0, 4708.0], 'WindowWidth': [10427.0, 10475.0, 10392.0, 10524.0, 10554.0, 10611.0, 10600.0, 10606.0, 10619.0, 10509.0, 10612.0, 10492.0, 10358.0, 10357.0, 10461.0, 10468.0, 10559.0, 10481.0, 10534.0, 10517.0, 10616.0, 10649.0, 10567.0, 10511.0, 10452.0, 10537.0, 10481.0, 10428.0, 10474.0, 10425.0, 10487.0, 10440.0, 10478.0, 10451.0, 10490.0, 10444.0, 10438.0, 10450.0, 10403.0, 10471.0, 10511.0, 10434.0, 10349.0, 10428.0, 10425.0, 10417.0, 10427.0, 10399.0, 10400.0, 10379.0, 10461.0, 10401.0, 10509.0, 10422.0, 10490.0, 10447.0, 10507.0, 10444.0, 10491.0, 10449.0, 10466.0, 10473.0, 10450.0, 10539.0, 10462.0, 10539.0, 10504.0, 10492.0, 10517.0, 10533.0, 10485.0, 10547.0, 10497.0, 10569.0, 10503.0, 10563.0, 10466.0, 10527.0, 10480.0, 10533.0, 10465.0, 10515.0, 10465.0, 10519.0, 10517.0, 10480.0, 10525.0, 10462.0, 10534.0, 10451.0, 10507.0, 10481.0, 10507.0, 10449.0, 10487.0, 10590.0, 10471.0, 10380.0, 10471.0, 10548.0, 10427.0, 10472.0, 10446.0, 10585.0, 10553.0, 10561.0, 10452.0, 10515.0, 10468.0, 10542.0, 10452.0, 10491.0, 10405.0, 10485.0, 10409.0, 10470.0, 10409.0, 10475.0, 10396.0, 10463.0, 10399.0, 10460.0, 10398.0, 10447.0, 10401.0, 10431.0, 10391.0, 10433.0, 10404.0, 10476.0, 10426.0, 10470.0, 10494.0, 10483.0, 10512.0, 10469.0, 10517.0, 10472.0, 10519.0, 10473.0, 10524.0, 10473.0, 10519.0, 10454.0, 10501.0, 10458.0, 10502.0, 10438.0, 10500.0, 10438.0, 10485.0, 10415.0, 10472.0, 10484.0, 10443.0, 10493.0, 10424.0, 10477.0, 10435.0, 10488.0, 10424.0, 10475.0, 10401.0, 10475.0, 10398.0, 10461.0, 10412.0, 10455.0, 10420.0, 10469.0, 10413.0, 10468.0, 10414.0, 10470.0, 10418.0, 10495.0, 10454.0, 10489.0, 10471.0, 10450.0, 10409.0, 10489.0, 10454.0, 10510.0, 10421.0, 10485.0, 10462.0, 10527.0, 10480.0, 10498.0, 10476.0, 10473.0, 10478.0, 10421.0, 10491.0, 10450.0, 10486.0, 10487.0, 10458.0, 10519.0, 10448.0, 10492.0, 10405.0, 10469.0, 10409.0, 10456.0, 10264.0, 10289.0, 10348.0, 10454.0, 10386.0, 10447.0, 10402.0, 10469.0, 10372.0, 10496.0, 10394.0, 10365.0, 10341.0, 10400.0, 10438.0, 10516.0, 10476.0, 10518.0, 10491.0, 10542.0, 10509.0, 10566.0, 10503.0, 10556.0, 10451.0, 10498.0, 10467.0, 10480.0, 10461.0, 10488.0, 10532.0, 10465.0, 10526.0, 10452.0, 10490.0, 10458.0, 10470.0, 10405.0, 10466.0, 10410.0, 10452.0, 10418.0, 10453.0, 10404.0, 10441.0, 10493.0, 10436.0, 10492.0, 10425.0, 10459.0, 10401.0, 10446.0, 10432.0, 10417.0, 10458.0, 10399.0, 10438.0, 10372.0, 10436.0, 10359.0, 10441.0, 10385.0, 10447.0, 10386.0, 10436.0, 10448.0, 10420.0, 10477.0, 10429.0, 10467.0, 10406.0, 10466.0, 10406.0, 10455.0, 10476.0, 10427.0, 10482.0, 10423.0, 10491.0, 10410.0, 10451.0, 10450.0, 10429.0, 10481.0, 10429.0, 10466.0, 10409.0, 10463.0, 10410.0, 10440.0, 10479.0, 10425.0, 10460.0, 10400.0, 10448.0, 10382.0, 10455.0, 10454.0, 10447.0, 10486.0, 10441.0, 10506.0, 10420.0, 10478.0, 10413.0, 10488.0, 10421.0, 10483.0, 10462.0, 10451.0, 10517.0, 10482.0, 10523.0, 10479.0, 10501.0, 10531.0, 10452.0, 10496.0, 10436.0, 10469.0, 10452.0, 10440.0, 10474.0, 10424.0, 10460.0, 10401.0, 10448.0, 10383.0, 10450.0, 10472.0, 10425.0, 10495.0, 10427.0, 10462.0, 10415.0, 10462.0, 10406.0, 10482.0, 10408.0, 10470.0, 10407.0, 10456.0, 10481.0, 10429.0, 10469.0, 10399.0, 10464.0, 10399.0, 10456.0, 10461.0, 10427.0, 10473.0, 10431.0, 10488.0, 10406.0, 10468.0, 10402.0, 10492.0, 10440.0, 10499.0, 10434.0, 10496.0, 10436.0, 10479.0, 10493.0, 10452.0, 10505.0, 10432.0, 10468.0, 10399.0, 10464.0, 10457.0, 10414.0, 10470.0, 10448.0, 10465.0, 10388.0, 10457.0, 10373.0, 10442.0, 10407.0, 10490.0, 10471.0, 10410.0, 10458.0, 10415.0, 10480.0, 10428.0, 10478.0, 10417.0, 10466.0, 10404.0, 10477.0, 10462.0, 10457.0, 10466.0, 10439.0, 10478.0, 10427.0, 10477.0, 10430.0, 10461.0, 10400.0, 10487.0, 10439.0, 10478.0, 10398.0, 10460.0, 10388.0, 10463.0, 10414.0, 10480.0, 10448.0, 10504.0, 10452.0, 10490.0, 10426.0, 10470.0, 10404.0, 10461.0, 10397.0, 10449.0, 10475.0, 10419.0, 10460.0, 10392.0, 10442.0, 10380.0, 10487.0, 10383.0, 10446.0, 10380.0, 10447.0, 10365.0, 10505.0, 10418.0, 10484.0, 10390.0, 10463.0, 10389.0, 10468.0, 10425.0, 10441.0, 10492.0, 10425.0, 10462.0, 10397.0, 10464.0, 10397.0, 10433.0, 10472.0, 10406.0, 10458.0, 10376.0, 10460.0, 10385.0, 10461.0, 10393.0, 10469.0, 10390.0, 10457.0, 10481.0, 10426.0, 10469.0, 10401.0, 10462.0, 10395.0, 10433.0, 10431.0, 10419.0, 10472.0, 10421.0, 10459.0, 10399.0, 10461.0, 10397.0, 10450.0, 10437.0, 10425.0, 10476.0, 10411.0, 10461.0, 10385.0, 10466.0, 10389.0, 10456.0, 10442.0, 10441.0, 10481.0, 10459.0, 10461.0, 10461.0, 10498.0, 10433.0, 10484.0, 10419.0, 10465.0, 10391.0, 10453.0, 10482.0, 10438.0, 10464.0, 10409.0, 10443.0, 10399.0, 10448.0, 10418.0, 10417.0, 10472.0, 10434.0, 10457.0, 10393.0, 10439.0, 10375.0, 10439.0, 10411.0, 10398.0, 10455.0, 10399.0, 10437.0, 10374.0, 10420.0, 10361.0, 10426.0, 10403.0, 10433.0, 10457.0, 10405.0, 10438.0, 10381.0, 10444.0, 10387.0, 10456.0, 10384.0, 10435.0, 10470.0, 10422.0, 10463.0, 10415.0, 10465.0, 10386.0, 10465.0, 10393.0, 10457.0, 10463.0, 10423.0, 10461.0, 10392.0, 10445.0, 10380.0, 10447.0, 10394.0, 10420.0, 10458.0, 10418.0, 10443.0, 10380.0, 10444.0, 10415.0, 10415.0, 10453.0, 10389.0, 10440.0, 10358.0, 10442.0, 10360.0, 10412.0, 10451.0, 10414.0, 10486.0, 10384.0, 10465.0, 10376.0, 10430.0, 10399.0, 10415.0, 10451.0, 10389.0, 10443.0, 10362.0, 10440.0, 10391.0, 10433.0, 10459.0, 10425.0, 10465.0, 10398.0, 10464.0, 10407.0, 10491.0, 10390.0, 10474.0, 10413.0, 10474.0, 10432.0, 10460.0, 10470.0, 10443.0, 10469.0, 10417.0, 10465.0, 10396.0, 10439.0, 10477.0, 10421.0, 10461.0, 10401.0, 10461.0, 10377.0, 10450.0, 10385.0, 10448.0, 10433.0, 10420.0, 10464.0, 10414.0, 10450.0, 10392.0, 10452.0, 10433.0, 10417.0, 10460.0, 10405.0, 10439.0, 10381.0, 10428.0, 10381.0, 10449.0, 10406.0, 10421.0, 10463.0, 10412.0, 10446.0, 10400.0, 10454.0, 10390.0, 10445.0, 10455.0, 10431.0, 10485.0, 10434.0, 10472.0, 10388.0, 10452.0, 10393.0, 10473.0, 10433.0, 10551.0, 10475.0, 10519.0, 10474.0, 10524.0, 10478.0, 10525.0, 10461.0, 10514.0, 10451.0, 10491.0, 10409.0, 10469.0, 10418.0, 10420.0, 10513.0, 10418.0, 10456.0, 10379.0, 10426.0, 10365.0, 10444.0, 10394.0, 10438.0, 10492.0, 10408.0, 10439.0, 10362.0, 10423.0, 10360.0, 10432.0, 10379.0, 10404.0, 10453.0, 10388.0, 10425.0, 10361.0, 10445.0, 10382.0, 10437.0, 10391.0, 10416.0, 10429.0, 10441.0, 10404.0, 10487.0, 10421.0, 10499.0, 10424.0, 10455.0, 10430.0, 10485.0, 10414.0, 10485.0, 10402.0, 10440.0, 10453.0, 10393.0, 10436.0, 10368.0, 10423.0, 10346.0, 10408.0, 10406.0, 10370.0, 10439.0, 10359.0, 10444.0, 10351.0, 10411.0, 10352.0, 10422.0, 10416.0, 10394.0, 10466.0, 10399.0, 10451.0, 10378.0, 10431.0, 10464.0, 10410.0, 10455.0, 10411.0, 10437.0, 10445.0, 10394.0, 10431.0, 10373.0, 10448.0, 10365.0, 10404.0, 10423.0, 10387.0, 10424.0, 10371.0, 10446.0, 10372.0, 10413.0, 10398.0, 10370.0, 10425.0, 10375.0, 10442.0, 10364.0, 10416.0, 10417.0, 10374.0, 10424.0, 10370.0, 10424.0, 10374.0, 10401.0, 10410.0, 10371.0, 10439.0, 10392.0, 10432.0, 10368.0, 10413.0, 10349.0, 10404.0, 10398.0, 10403.0, 10440.0, 10401.0, 10418.0, 10361.0, 10419.0, 10346.0, 10400.0, 10396.0, 10396.0, 10440.0, 10372.0, 10407.0, 10349.0, 10414.0, 10373.0, 10401.0, 10416.0, 10394.0, 10445.0, 10395.0, 10436.0, 10401.0, 10441.0, 10381.0, 10428.0, 10416.0, 10433.0, 10449.0, 10430.0, 10458.0, 10401.0, 10451.0, 10386.0, 10438.0, 10436.0, 10411.0, 10462.0, 10398.0, 10433.0, 10373.0, 10422.0, 10382.0, 10442.0, 10410.0, 10398.0, 10458.0, 10407.0, 10434.0, 10380.0, 10439.0, 10384.0, 10408.0, 10428.0, 10392.0, 10429.0, 10390.0, 10433.0, 10356.0, 10421.0, 10377.0, 10409.0, 10428.0, 10407.0, 10449.0, 10382.0, 10417.0, 10366.0, 10423.0, 10410.0, 10440.0, 10423.0, 10411.0, 10448.0, 10399.0, 10433.0, 10366.0, 10436.0, 10382.0, 10421.0, 10382.0, 10409.0, 10457.0, 10412.0, 10457.0, 10407.0, 10438.0, 10363.0, 10446.0, 10426.0, 10446.0, 10450.0, 10429.0, 10472.0, 10411.0, 10432.0, 10379.0, 10447.0, 10374.0, 10486.0, 10391.0, 10423.0, 10405.0, 10404.0, 10456.0, 10391.0, 10430.0, 10380.0, 10414.0, 10369.0, 10406.0, 10415.0, 10392.0, 10445.0, 10393.0, 10416.0, 10349.0, 10414.0, 10361.0, 10408.0, 10451.0, 10408.0, 10447.0, 10399.0, 10448.0, 10406.0, 10457.0, 10428.0, 10480.0, 10411.0, 10461.0, 10408.0, 10455.0, 10498.0, 10417.0, 10459.0, 10385.0, 10437.0, 10470.0, 10375.0, 10431.0, 10358.0, 10428.0, 10380.0, 10416.0, 10472.0, 10389.0, 10465.0, 10393.0, 10461.0, 10398.0, 10443.0, 10403.0, 10459.0, 10375.0, 10483.0, 10389.0, 10446.0, 10369.0, 10447.0, 10381.0, 10421.0, 10473.0, 10420.0, 10446.0, 10382.0, 10430.0, 10380.0, 10413.0, 10435.0, 10383.0, 10422.0, 10356.0, 10406.0, 10358.0, 10398.0, 10420.0, 10398.0, 10426.0, 10358.0, 10407.0, 10348.0, 10428.0, 10364.0, 10422.0, 10409.0, 10396.0, 10447.0, 10393.0, 10430.0, 10364.0, 10432.0, 10384.0, 10406.0, 10443.0, 10392.0, 10429.0, 10365.0, 10414.0, 10349.0, 10399.0, 10417.0, 10406.0, 10441.0, 10406.0, 10431.0, 10379.0, 10430.0, 10363.0, 10415.0, 10401.0, 10420.0, 10430.0, 10416.0, 10444.0, 10380.0, 10433.0, 10413.0, 10464.0, 10452.0, 10415.0, 10479.0, 10418.0, 10432.0, 10395.0, 10431.0, 10400.0, 10449.0, 10386.0, 10433.0, 10356.0, 10431.0, 10377.0, 10432.0, 10405.0, 10387.0, 10441.0, 10385.0, 10407.0, 10343.0, 10408.0, 10391.0, 10373.0, 10413.0, 10334.0, 10385.0, 10333.0, 10375.0, 10402.0, 10373.0, 10401.0, 10338.0, 10387.0, 10328.0, 10418.0, 10374.0, 10386.0, 10442.0, 10375.0, 10427.0, 10365.0, 10419.0, 10371.0, 10423.0, 10434.0, 10401.0, 10449.0, 10397.0, 10436.0, 10373.0, 10436.0, 10375.0, 10412.0, 10400.0, 10448.0, 10467.0, 10450.0, 10434.0, 10450.0, 10469.0, 10402.0, 10460.0, 10416.0, 10445.0, 10456.0, 10414.0, 10468.0, 10397.0, 10434.0, 10379.0, 10419.0, 10431.0, 10404.0, 10447.0, 10378.0, 10428.0, 10366.0, 10447.0, 10353.0, 10435.0, 10384.0, 10424.0, 10444.0, 10376.0, 10428.0, 10360.0, 10413.0, 10359.0, 10398.0, 10400.0, 10372.0, 10425.0, 10384.0, 10428.0, 10396.0, 10445.0, 10362.0, 10394.0, 10388.0, 10449.0, 10367.0, 10428.0, 10361.0, 10456.0, 10384.0, 10456.0, 10368.0, 10413.0, 10359.0, 10397.0, 10420.0, 10395.0, 10421.0, 10350.0, 10385.0, 10322.0, 10387.0, 10357.0, 10357.0, 10413.0, 10347.0, 10400.0, 10338.0, 10392.0, 10327.0, 10401.0, 10385.0, 10387.0, 10438.0, 10393.0, 10426.0, 10352.0, 10416.0, 10383.0, 10439.0, 10375.0, 10435.0, 10399.0, 10413.0, 10381.0, 10424.0, 10518.0, 10425.0, 10517.0, 10444.0, 10447.0, 10504.0, 10409.0, 10498.0, 10402.0, 10410.0, 10413.0, 10375.0, 10391.0, 10335.0, 10365.0, 10301.0, 10325.0, 10264.0, 10315.0, 10258.0, 10291.0, 10238.0, 10271.0, 10245.0, 10259.0, 10231.0, 10248.0, 10253.0, 10270.0, 10272.0, 10275.0, 10317.0, 10292.0, 10317.0, 10280.0, 10318.0, 10280.0, 10304.0, 10268.0, 10325.0, 10334.0, 10370.0, 10368.0, 10383.0, 10330.0, 10395.0, 10330.0, 10410.0, 10440.0, 10412.0, 10436.0, 10392.0, 10491.0, 10480.0, 10463.0, 10518.0, 10443.0, 10526.0, 10527.0, 10457.0, 10499.0, 10436.0, 10477.0, 10503.0, 10427.0, 10477.0, 10409.0, 10446.0, 10440.0, 10395.0, 10466.0, 10393.0, 10419.0, 10376.0, 10414.0, 10346.0, 10408.0, 10330.0, 10392.0, 10339.0, 10363.0, 10392.0, 10355.0, 10389.0, 10350.0, 10374.0, 10340.0, 10394.0, 10318.0, 10405.0, 10365.0, 10405.0, 10342.0, 10411.0, 10350.0, 10414.0, 10396.0, 10460.0, 10400.0, 10391.0, 10451.0, 10408.0, 10490.0, 10421.0, 10511.0, 10514.0, 10432.0, 10486.0, 10436.0, 10454.0, 10506.0, 10435.0, 10475.0, 10403.0, 10441.0, 10397.0, 10437.0, 10478.0, 10401.0, 10446.0, 10415.0, 10469.0, 10419.0, 10439.0, 10378.0, 10425.0, 10390.0, 10458.0, 10425.0, 10435.0, 10475.0, 10418.0, 10460.0, 10397.0, 10492.0, 10430.0, 10479.0, 10446.0, 10488.0, 10476.0, 10434.0, 10477.0, 10395.0, 10458.0, 10377.0, 10416.0, 10450.0, 10405.0, 10451.0, 10425.0, 10446.0, 10388.0, 10435.0, 10377.0, 10424.0, 10396.0, 10407.0, 10435.0, 10410.0, 10450.0, 10384.0, 10432.0, 10371.0, 10420.0, 10387.0, 10409.0, 10431.0, 10414.0, 10471.0, 10405.0, 10467.0, 10377.0, 10424.0, 10387.0, 10425.0, 10444.0, 10406.0, 10445.0, 10363.0, 10413.0, 10361.0, 10416.0, 10366.0, 10460.0, 10469.0, 10426.0, 10442.0, 10392.0, 10449.0, 10425.0, 10451.0, 10444.0, 10512.0, 10457.0, 10520.0, 10375.0, 10371.0, 10340.0, 10410.0, 10392.0, 10458.0, 10458.0, 10561.0, 10404.0, 10409.0, 10298.0, 10369.0, 10325.0, 10430.0, 10393.0, 10396.0, 10427.0, 10522.0, 10492.0, 10510.0, 10471.0, 10435.0, 10441.0, 10413.0, 10448.0, 10387.0, 10456.0, 10423.0, 10490.0, 10514.0, 10461.0, 10469.0, 10269.0, 10369.0, 10260.0, 10283.0, 10238.0, 10278.0, 10222.0, 10227.0, 10313.0, 10389.0, 10371.0, 10359.0, 10330.0, 10347.0, 10295.0, 10310.0, 10352.0, 10334.0, 10411.0, 10369.0, 10467.0, 10429.0, 10399.0, 10406.0, 10341.0, 10288.0, 10310.0, 10301.0, 10340.0, 10360.0, 10393.0, 10391.0, 10368.0, 10362.0, 10395.0, 10350.0, 10383.0, 10338.0, 10414.0, 10369.0, 10442.0, 10393.0, 10464.0, 10471.0, 10433.0, 10466.0, 10407.0, 10429.0, 10401.0, 10436.0, 10396.0, 10418.0, 10436.0, 10412.0, 10430.0, 10418.0, 10442.0, 10393.0, 10458.0, 10386.0, 10422.0, 10375.0, 10427.0, 10347.0, 10429.0, 10390.0, 10401.0, 10452.0, 10370.0, 10443.0, 10379.0, 10478.0, 10381.0, 10388.0, 10406.0, 10385.0, 10432.0, 10409.0, 10471.0, 10394.0, 10447.0, 10382.0, 10432.0, 10372.0, 10453.0, 10384.0, 10410.0, 10447.0, 10377.0, 10446.0, 10366.0, 10434.0, 10389.0, 10401.0, 10441.0, 10378.0, 10430.0, 10356.0, 10434.0, 10378.0, 10427.0, 10374.0, 10391.0, 10394.0, 10376.0, 10439.0, 10365.0, 10416.0, 10363.0, 10418.0, 10414.0, 10355.0, 10439.0, 10372.0, 10427.0, 10347.0, 10412.0, 10354.0, 10386.0, 10408.0, 10367.0, 10437.0, 10374.0, 10425.0, 10356.0, 10416.0, 10367.0, 10385.0, 10332.0, 10421.0, 10328.0, 10401.0, 10338.0, 10372.0, 10375.0, 10416.0, 10405.0, 10398.0, 10423.0, 10419.0, 10464.0, 10399.0, 10453.0, 10407.0, 10434.0, 10398.0, 10402.0, 10378.0, 10337.0, 10392.0, 10341.0, 10423.0, 10364.0, 10391.0, 10344.0, 10380.0, 10350.0, 10354.0, 10432.0, 10349.0, 10436.0, 10356.0, 10371.0, 10309.0, 10412.0, 10395.0, 10403.0, 10432.0, 10358.0, 10417.0, 10345.0, 10426.0, 10322.0, 10429.0, 10346.0, 10428.0, 10374.0, 10412.0, 10359.0, 10408.0, 10413.0, 10401.0, 10445.0, 10379.0, 10433.0, 10365.0, 10415.0, 10360.0, 10411.0, 10422.0, 10401.0, 10441.0, 10377.0, 10441.0, 10360.0, 10411.0, 10343.0, 10432.0, 10430.0, 10353.0, 10438.0, 10356.0, 10407.0, 10348.0, 10388.0, 10341.0, 10406.0, 10330.0, 10411.0, 10353.0, 10389.0, 10428.0, 10369.0, 10437.0, 10372.0, 10444.0, 10365.0, 10428.0, 10361.0, 10429.0, 10360.0, 10429.0, 10425.0, 10400.0, 10446.0, 10344.0, 10431.0, 10347.0, 10418.0, 10342.0, 10439.0, 10369.0, 10434.0, 10402.0, 10393.0, 10452.0, 10411.0, 10440.0, 10379.0, 10440.0, 10437.0, 10411.0, 10463.0, 10377.0, 10431.0, 10401.0, 10403.0, 10479.0, 10356.0, 10402.0, 10338.0, 10390.0, 10321.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.02965035891089109</td></tr>
<tr><td colspan=3>aqi</td><td>0.10373367939356436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.87187224600613</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3382075695727562</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3051719778452016</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>5292.1973</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18934326536501647</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>306</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.935643564356436</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.867048023740752</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.677795663429104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1681891971917557</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7551592106013967</td></tr>
<tr><td colspan=3>gcor</td><td>0.0113402</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010934499092400074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04350575804710388</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1616</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.129780838507222</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.3047</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.2059</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>226.6649</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297676.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>1060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.3524</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1434</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.3024</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3955.2903</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78868.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.1224</td></tr>
<tr><td colspan=3>tsnr</td><td>19.48338984133443</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>