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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-03/func/sub-0013_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>b69e553f186767ac67d11285079c286c</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:45:52.497500</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.99668, 0.0750597, 0.0315378, -0.0812416, 0.942249, 0.324911]</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.0978211</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7781, -7250, 397, -151, -131, 59, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.33</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db185162-666f-4c5b-a5a2-310690e1309e||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.6740200519561768, -0.21796518564224243, 0.014387616887688637, 124.51841735839844], [-0.20137964189052582, 2.527984619140625, 0.8812645673751831, -87.80216217041016], [0.08461358398199081, -0.871711790561676, 2.5520904064178467, -6.175644874572754], [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': ['104552.497500', '104552.957500', '104553.417500', '104553.877500', '104554.337500', '104554.797500', '104555.257500', '104555.717500', '104556.177500', '104556.637500', '104557.097500', '104557.557500', '104558.017500', '104558.477500', '104558.937500', '104559.397500', '104559.857500', '104600.317500', '104600.777500', '104601.237500', '104601.697500', '104602.157500', '104602.617500', '104603.077500', '104603.537500', '104603.997500', '104604.457500', '104604.917500', '104605.377500', '104605.837500', '104606.297500', '104606.757500', '104607.217500', '104607.677500', '104608.137500', '104608.597500', '104609.057500', '104609.517500', '104609.977500', '104610.437500', '104610.897500', '104611.357500', '104611.817500', '104612.277500', '104612.737500', '104613.197500', '104613.657500', '104614.117500', '104614.577500', '104615.037500', '104615.497500', '104615.957500', '104616.417500', '104616.877500', '104617.337500', '104617.797500', '104618.257500', '104618.717500', '104619.177500', '104619.637500', '104620.097500', '104620.557500', '104621.017500', '104621.477500', '104621.937500', '104622.397500', '104622.857500', '104623.317500', '104623.777500', '104624.237500', '104624.697500', '104625.157500', '104625.617500', '104626.077500', '104626.537500', '104626.997500', '104627.457500', '104627.917500', '104628.377500', '104628.837500', '104629.297500', '104629.757500', '104630.217500', '104630.677500', '104631.137500', '104631.597500', '104632.057500', '104632.517500', '104632.977500', '104633.437500', '104633.897500', '104634.357500', '104634.817500', '104635.277500', '104635.737500', '104636.197500', '104636.657500', '104637.117500', '104637.577500', '104638.037500', '104638.497500', '104638.957500', '104639.417500', '104639.877500', '104640.337500', '104640.797500', '104641.257500', '104641.717500', '104642.177500', '104642.637500', '104643.097500', '104643.557500', '104644.017500', '104644.477500', '104644.937500', '104645.397500', '104645.857500', '104646.317500', '104646.777500', '104647.237500', '104647.697500', '104648.157500', '104648.617500', '104649.077500', '104649.537500', '104649.997500', '104650.457500', '104650.917500', '104651.377500', '104651.837500', '104652.297500', '104652.757500', '104653.217500', '104653.677500', '104654.137500', '104654.597500', '104655.057500', '104655.517500', '104655.977500', '104656.437500', '104656.897500', '104657.357500', '104657.817500', '104658.277500', '104658.737500', '104659.197500', '104659.657500', '104700.117500', '104700.577500', '104701.037500', '104701.497500', '104701.957500', '104702.417500', '104702.877500', '104703.337500', '104703.797500', '104704.257500', '104704.717500', '104705.177500', '104705.637500', '104706.097500', '104706.557500', '104707.017500', '104707.477500', '104707.937500', '104708.397500', '104708.857500', '104709.317500', '104709.777500', '104710.237500', '104710.697500', '104711.157500', '104711.617500', '104712.077500', '104712.537500', '104712.997500', '104713.457500', '104713.917500', '104714.377500', '104714.837500', '104715.297500', '104715.757500', '104716.217500', '104716.677500', '104717.137500', '104717.597500', '104718.057500', '104718.517500', '104718.977500', '104719.437500', '104719.897500', '104720.357500', '104720.817500', '104721.277500', '104721.737500', '104722.197500', '104722.657500', '104723.117500', '104723.577500', '104724.037500', '104724.497500', '104724.957500', '104725.417500', '104725.877500', '104726.337500', '104726.797500', '104727.257500', '104727.717500', '104728.177500', '104728.637500', '104729.097500', '104729.557500', '104730.017500', '104730.477500', '104730.937500', '104731.397500', '104731.857500', '104732.317500', '104732.777500', '104733.237500', '104733.697500', '104734.157500', '104734.617500', '104735.077500', '104735.537500', '104735.997500', '104736.457500', '104736.917500', '104737.377500', '104737.837500', '104738.297500', '104738.757500', '104739.217500', '104739.677500', '104740.137500', '104740.597500', '104741.057500', '104741.517500', '104741.977500', '104742.437500', '104742.897500', '104743.357500', '104743.817500', '104744.277500', '104744.737500', '104745.197500', '104745.657500', '104746.117500', '104746.577500', '104747.037500', '104747.497500', '104747.957500', '104748.417500', '104748.877500', '104749.337500', '104749.797500', '104750.257500', '104750.717500', '104751.177500', '104751.637500', '104752.097500', '104752.557500', '104753.017500', '104753.477500', '104753.937500', '104754.397500', '104754.857500', '104755.317500', '104755.777500', '104756.237500', '104756.697500', '104757.157500', '104757.617500', '104758.077500', '104758.537500', '104758.997500', '104759.457500', '104759.917500', '104800.377500', '104800.837500', '104801.297500', '104801.757500', '104802.217500', '104802.677500', '104803.137500', '104803.597500', '104804.057500', '104804.517500', '104804.977500', '104805.437500', '104805.897500', '104806.357500', '104806.817500', '104807.277500', '104807.737500', '104808.197500', '104808.657500', '104809.117500', '104809.577500', '104810.037500', '104810.497500', '104810.957500', '104811.417500', '104811.877500', '104812.337500', '104812.797500', '104813.257500', '104813.717500', '104814.177500', '104814.637500', '104815.097500', '104815.557500', '104816.017500', '104816.477500', '104816.937500', '104817.397500', '104817.857500', '104818.317500', '104818.777500', '104819.237500', '104819.697500', '104820.157500', '104820.617500', '104821.077500', '104821.537500', '104821.997500', '104822.457500', '104822.917500', '104823.377500', '104823.837500', '104824.297500', '104824.757500', '104825.217500', '104825.677500', '104826.137500', '104826.597500', '104827.057500', '104827.517500', '104827.977500', '104828.437500', '104828.897500', '104829.357500', '104829.817500', '104830.277500', '104830.737500', '104831.197500', '104831.657500', '104832.117500', '104832.577500', '104833.037500', '104833.497500', '104833.957500', '104834.417500', '104834.877500', '104835.337500', '104835.797500', '104836.257500', '104836.717500', '104837.177500', '104837.637500', '104838.097500', '104838.557500', '104839.017500', '104839.477500', '104839.937500', '104840.397500', '104840.857500', '104841.317500', '104841.777500', '104842.237500', '104842.697500', '104843.157500', '104843.617500', '104844.077500', '104844.537500', '104844.997500', '104845.457500', '104845.917500', '104846.377500', '104846.837500', '104847.297500', '104847.757500', '104848.217500', '104848.677500', '104849.137500', '104849.597500', '104850.057500', '104850.517500', '104850.977500', '104851.437500', '104851.897500', '104852.357500', '104852.817500', '104853.277500', '104853.737500', '104854.197500', '104854.657500', '104855.117500', '104855.577500', '104856.037500', '104856.497500', '104856.957500', '104857.417500', '104857.877500', '104858.337500', '104858.797500', '104859.257500', '104859.717500', '104900.177500', '104900.637500', '104901.097500', '104901.557500', '104902.017500', '104902.477500', '104902.937500', '104903.397500', '104903.857500', '104904.317500', '104904.777500', '104905.237500', '104905.697500', '104906.157500', '104906.617500', '104907.077500', '104907.537500', '104907.997500', '104908.457500', '104908.917500', '104909.377500', '104909.837500', '104910.297500', '104910.757500', '104911.217500', '104911.677500', '104912.137500', '104912.597500', '104913.057500', '104913.517500', '104913.977500', '104914.437500', '104914.897500', '104915.357500', '104915.817500', '104916.277500', '104916.737500', '104917.197500', '104917.657500', '104918.117500', '104918.577500', '104919.037500', '104919.497500', '104919.957500', '104920.417500', '104920.877500', '104921.337500', '104921.797500', '104922.257500', '104922.717500', '104923.177500', '104923.637500', '104924.097500', '104924.557500', '104925.017500', '104925.477500', '104925.937500', '104926.397500', '104926.857500', '104927.317500', '104927.777500', '104928.237500', '104928.697500', '104929.157500', '104929.617500', '104930.077500', '104930.537500', '104930.997500', '104931.457500', '104931.917500', '104932.377500', '104932.837500', '104933.297500', '104933.757500', '104934.217500', '104934.677500', '104935.137500', '104935.597500', '104936.057500', '104936.517500', '104936.977500', '104937.437500', '104937.897500', '104938.357500', '104938.817500', '104939.277500', '104939.737500', '104940.197500', '104940.657500', '104941.117500', '104941.577500', '104942.037500', '104942.497500', '104942.957500', '104943.417500', '104943.877500', '104944.337500', '104944.797500', '104945.257500', '104945.717500', '104946.177500', '104946.637500', '104947.097500', '104947.557500', '104948.017500', '104948.477500', '104948.937500', '104949.397500', '104949.857500', '104950.317500', '104950.777500', '104951.237500', '104951.697500', '104952.157500', '104952.617500', '104953.077500', '104953.537500', '104953.997500', '104954.457500', '104954.917500', '104955.377500', '104955.837500', '104956.297500', '104956.757500', '104957.217500', '104957.677500', '104958.137500', '104958.597500', '104959.057500', '104959.517500', '104959.977500', '105000.437500', '105000.897500', '105001.357500', '105001.817500', '105002.277500', '105002.737500', '105003.197500', '105003.657500', '105004.117500', '105004.577500', '105005.037500', '105005.497500', '105005.957500', '105006.417500', '105006.877500', '105007.337500', '105007.797500', '105008.257500', '105008.717500', '105009.177500', '105009.637500', '105010.097500', '105010.557500', '105011.017500', '105011.477500', '105011.937500', '105012.397500', '105012.857500', '105013.317500', '105013.777500', '105014.237500', '105014.697500', '105015.157500', '105015.617500', '105016.077500', '105016.537500', '105016.997500', '105017.457500', '105017.917500', '105018.377500', '105018.837500', '105019.297500', '105019.757500', '105020.217500', '105020.677500', '105021.137500', '105021.597500', '105022.057500', '105022.517500', '105022.977500', '105023.437500', '105023.897500', '105024.357500', '105024.817500', '105025.277500', '105025.737500', '105026.197500', '105026.657500', '105027.117500', '105027.577500', '105028.037500', '105028.497500', '105028.957500', '105029.417500', '105029.877500', '105030.337500', '105030.797500', '105031.257500', '105031.717500', '105032.177500', '105032.637500', '105033.097500', '105033.557500', '105034.017500', '105034.477500', '105034.937500', '105035.397500', '105035.857500', '105036.317500', '105036.777500', '105037.237500', '105037.697500', '105038.157500', '105038.617500', '105039.077500', '105039.537500', '105039.997500', '105040.457500', '105040.917500', '105041.377500', '105041.837500', '105042.297500', '105042.757500', '105043.217500', '105043.677500', '105044.137500', '105044.597500', '105045.057500', '105045.517500', '105045.977500', '105046.437500', '105046.897500', '105047.357500', '105047.817500', '105048.277500', '105048.737500', '105049.197500', '105049.657500', '105050.117500', '105050.577500', '105051.037500', '105051.497500', '105051.957500', '105052.417500', '105052.877500', '105053.337500', '105053.797500', '105054.257500', '105054.717500', '105055.177500', '105055.637500', '105056.097500', '105056.557500', '105057.017500', '105057.477500', '105057.937500', '105058.397500', '105058.857500', '105059.317500', '105059.777500', '105100.237500', '105100.697500', '105101.157500', '105101.617500', '105102.077500', '105102.537500', '105102.997500', '105103.457500', '105103.917500', '105104.377500', '105104.837500', '105105.297500', '105105.757500', '105106.217500', '105106.677500', '105107.137500', '105107.597500', '105108.057500', '105108.517500', '105108.977500', '105109.437500', '105109.897500', '105110.357500', '105110.817500', '105111.277500', '105111.737500', '105112.197500', '105112.657500', '105113.117500', '105113.577500', '105114.037500', '105114.497500', '105114.957500', '105115.417500', '105115.877500', '105116.337500', '105116.797500', '105117.257500', '105117.717500', '105118.177500', '105118.637500', '105119.097500', '105119.557500', '105120.017500', '105120.477500', '105120.937500', '105121.397500', '105121.857500', '105122.317500', '105122.777500', '105123.237500', '105123.697500', '105124.157500', '105124.617500', '105125.077500', '105125.537500', '105125.997500', '105126.457500', '105126.917500', '105127.377500', '105127.837500', '105128.297500', '105128.757500', '105129.217500', '105129.677500', '105130.137500', '105130.597500', '105131.057500', '105131.517500', '105131.977500', '105132.437500', '105132.897500', '105133.357500', '105133.817500', '105134.277500', '105134.737500', '105135.197500', '105135.657500', '105136.117500', '105136.577500', '105137.037500', '105137.497500', '105137.957500', '105138.417500', '105138.877500', '105139.337500', '105139.797500', '105140.257500', '105140.717500', '105141.177500', '105141.637500', '105142.097500', '105142.557500', '105143.017500', '105143.477500', '105143.937500', '105144.397500', '105144.857500', '105145.317500', '105145.777500', '105146.237500', '105146.697500', '105147.157500', '105147.617500', '105148.077500', '105148.537500', '105148.997500', '105149.457500', '105149.917500', '105150.377500', '105150.837500', '105151.297500', '105151.757500', '105152.217500', '105152.677500', '105153.137500', '105153.597500', '105154.057500', '105154.517500', '105154.977500', '105155.437500', '105155.897500', '105156.357500', '105156.817500', '105157.277500', '105157.737500', '105158.197500', '105158.657500', '105159.117500', '105159.577500', '105200.037500', '105200.497500', '105200.957500', '105201.417500', '105201.877500', '105202.337500', '105202.797500', '105203.257500', '105203.717500', '105204.177500', '105204.637500', '105205.097500', '105205.557500', '105206.017500', '105206.477500', '105206.937500', '105207.397500', '105207.857500', '105208.317500', '105208.777500', '105209.237500', '105209.697500', '105210.157500', '105210.617500', '105211.077500', '105211.537500', '105211.997500', '105212.457500', '105212.917500', '105213.377500', '105213.837500', '105214.297500', '105214.757500', '105215.217500', '105215.677500', '105216.137500', '105216.597500', '105217.057500', '105217.517500', '105217.977500', '105218.437500', '105218.897500', '105219.357500', '105219.817500', '105220.277500', '105220.737500', '105221.197500', '105221.657500', '105222.117500', '105222.577500', '105223.037500', '105223.497500', '105223.957500', '105224.417500', '105224.877500', '105225.337500', '105225.797500', '105226.257500', '105226.717500', '105227.177500', '105227.637500', '105228.097500', '105228.557500', '105229.017500', '105229.477500', '105229.937500', '105230.397500', '105230.857500', '105231.317500', '105231.777500', '105232.237500', '105232.697500', '105233.157500', '105233.617500', '105234.077500', '105234.537500', '105234.997500', '105235.457500', '105235.917500', '105236.377500', '105236.837500', '105237.297500', '105237.757500', '105238.217500', '105238.677500', '105239.137500', '105239.597500', '105240.057500', '105240.517500', '105240.977500', '105241.437500', '105241.897500', '105242.357500', '105242.817500', '105243.277500', '105243.737500', '105244.197500', '105244.657500', '105245.117500', '105245.577500', '105246.037500', '105246.497500', '105246.957500', '105247.417500', '105247.877500', '105248.337500', '105248.797500', '105249.257500', '105249.717500', '105250.177500', '105250.637500', '105251.097500', '105251.557500', '105252.017500', '105252.477500', '105252.937500', '105253.397500', '105253.857500', '105254.317500', '105254.777500', '105255.237500', '105255.697500', '105256.157500', '105256.617500', '105257.077500', '105257.537500', '105257.997500', '105258.457500', '105258.917500', '105259.377500', '105259.837500', '105300.297500', '105300.757500', '105301.217500', '105301.677500', '105302.137500', '105302.597500', '105303.057500', '105303.517500', '105303.977500', '105304.437500', '105304.897500', '105305.357500', '105305.817500', '105306.277500', '105306.737500', '105307.197500', '105307.657500', '105308.117500', '105308.577500', '105309.037500', '105309.497500', '105309.957500', '105310.417500', '105310.877500', '105311.337500', '105311.797500', '105312.257500', '105312.717500', '105313.177500', '105313.637500', '105314.097500', '105314.557500', '105315.017500', '105315.477500', '105315.937500', '105316.397500', '105316.857500', '105317.317500', '105317.777500', '105318.237500', '105318.697500', '105319.157500', '105319.617500', '105320.077500', '105320.537500', '105320.997500', '105321.457500', '105321.917500', '105322.377500', '105322.837500', '105323.297500', '105323.757500', '105324.217500', '105324.677500', '105325.137500', '105325.597500', '105326.057500', '105326.517500', '105326.977500', '105327.437500', '105327.897500', '105328.357500', '105328.817500', '105329.277500', '105329.737500', '105330.197500', '105330.657500', '105331.117500', '105331.577500', '105332.037500', '105332.497500', '105332.957500', '105333.417500', '105333.877500', '105334.337500', '105334.797500', '105335.257500', '105335.717500', '105336.177500', '105336.637500', '105337.097500', '105337.557500', '105338.017500', '105338.477500', '105338.937500', '105339.397500', '105339.857500', '105340.317500', '105340.777500', '105341.237500', '105341.697500', '105342.157500', '105342.617500', '105343.077500', '105343.537500', '105343.997500', '105344.457500', '105344.917500', '105345.377500', '105345.837500', '105346.297500', '105346.757500', '105347.217500', '105347.677500', '105348.137500', '105348.597500', '105349.057500', '105349.517500', '105349.977500', '105350.437500', '105350.897500', '105351.357500', '105351.817500', '105352.277500', '105352.737500', '105353.197500', '105353.657500', '105354.117500', '105354.577500', '105355.037500', '105355.497500', '105355.957500', '105356.417500', '105356.877500', '105357.337500', '105357.797500', '105358.257500', '105358.717500', '105359.177500', '105359.637500', '105400.097500', '105400.557500', '105401.017500', '105401.477500', '105401.937500', '105402.397500', '105402.857500', '105403.317500', '105403.777500', '105404.237500', '105404.697500', '105405.157500', '105405.617500', '105406.077500', '105406.537500', '105406.997500', '105407.457500', '105407.917500', '105408.377500', '105408.837500', '105409.297500', '105409.757500', '105410.217500', '105410.677500', '105411.137500', '105411.597500', '105412.057500', '105412.517500', '105412.977500', '105413.437500', '105413.897500', '105414.357500', '105414.817500', '105415.277500', '105415.737500', '105416.197500', '105416.657500', '105417.117500', '105417.577500', '105418.037500', '105418.497500', '105418.957500', '105419.417500', '105419.877500', '105420.337500', '105420.797500', '105421.257500', '105421.717500', '105422.177500', '105422.637500', '105423.097500', '105423.557500', '105424.017500', '105424.477500', '105424.937500', '105425.397500', '105425.857500', '105426.317500', '105426.777500', '105427.237500', '105427.697500', '105428.157500', '105428.617500', '105429.077500', '105429.537500', '105429.997500', '105430.457500', '105430.917500', '105431.377500', '105431.837500', '105432.297500', '105432.757500', '105433.217500', '105433.677500', '105434.137500', '105434.597500', '105435.057500', '105435.517500', '105435.977500', '105436.437500', '105436.897500', '105437.357500', '105437.817500', '105438.277500', '105438.737500', '105439.197500', '105439.657500', '105440.117500', '105440.577500', '105441.037500', '105441.497500', '105441.957500', '105442.417500', '105442.877500', '105443.337500', '105443.797500', '105444.257500', '105444.717500', '105445.177500', '105445.637500', '105446.097500', '105446.557500', '105447.017500', '105447.477500', '105447.937500', '105448.397500', '105448.857500', '105449.317500', '105449.777500', '105450.237500', '105450.697500', '105451.157500', '105451.617500', '105452.077500', '105452.537500', '105452.997500', '105453.457500', '105453.917500', '105454.377500', '105454.837500', '105455.297500', '105455.757500', '105456.217500', '105456.677500', '105457.137500', '105457.597500', '105458.057500', '105458.517500', '105458.977500', '105459.437500', '105459.897500', '105500.357500', '105500.817500', '105501.277500', '105501.737500', '105502.197500', '105502.657500', '105503.117500', '105503.577500', '105504.037500', '105504.497500', '105504.957500', '105505.417500', '105505.877500', '105506.337500', '105506.797500', '105507.257500', '105507.717500', '105508.177500', '105508.637500', '105509.097500', '105509.557500', '105510.017500', '105510.477500', '105510.937500', '105511.397500', '105511.857500', '105512.317500', '105512.777500', '105513.237500', '105513.697500', '105514.157500', '105514.617500', '105515.077500', '105515.537500', '105515.997500', '105516.457500', '105516.917500', '105517.377500', '105517.837500', '105518.297500', '105518.757500', '105519.217500', '105519.677500', '105520.137500', '105520.597500', '105521.057500', '105521.517500', '105521.977500', '105522.437500', '105522.897500', '105523.357500', '105523.817500', '105524.277500', '105524.737500', '105525.197500', '105525.657500', '105526.117500', '105526.577500', '105527.037500', '105527.497500', '105527.957500', '105528.417500', '105528.877500', '105529.337500', '105529.797500', '105530.257500', '105530.717500', '105531.177500', '105531.637500', '105532.097500', '105532.557500', '105533.017500', '105533.477500', '105533.937500', '105534.397500', '105534.857500', '105535.317500', '105535.777500', '105536.237500', '105536.697500', '105537.157500', '105537.617500', '105538.077500', '105538.537500', '105538.997500', '105539.457500', '105539.917500', '105540.377500', '105540.837500', '105541.297500', '105541.757500', '105542.217500', '105542.677500', '105543.137500', '105543.597500', '105544.057500', '105544.517500', '105544.977500', '105545.437500', '105545.897500', '105546.357500', '105546.817500', '105547.277500', '105547.737500', '105548.197500', '105548.657500', '105549.117500', '105549.577500', '105550.037500', '105550.497500', '105550.957500', '105551.417500', '105551.877500', '105552.337500', '105552.797500', '105553.257500', '105553.717500', '105554.177500', '105554.637500', '105555.097500', '105555.557500', '105556.017500', '105556.477500', '105556.937500', '105557.397500', '105557.857500', '105558.317500', '105558.777500', '105559.237500', '105559.697500', '105600.157500', '105600.617500', '105601.077500', '105601.537500', '105601.997500', '105602.457500', '105602.917500', '105603.377500', '105603.837500', '105604.297500', '105604.757500', '105605.217500', '105605.677500', '105606.137500', '105606.597500', '105607.057500', '105607.517500', '105607.977500', '105608.437500', '105608.897500', '105609.357500', '105609.817500', '105610.277500', '105610.737500', '105611.197500', '105611.657500', '105612.117500', '105612.577500', '105613.037500', '105613.497500', '105613.957500', '105614.417500', '105614.877500', '105615.337500', '105615.797500', '105616.257500', '105616.717500', '105617.177500', '105617.637500', '105618.097500', '105618.557500', '105619.017500', '105619.477500', '105619.937500', '105620.397500', '105620.857500', '105621.317500', '105621.777500', '105622.237500', '105622.697500', '105623.157500', '105623.617500', '105624.077500', '105624.537500', '105624.997500', '105625.457500', '105625.917500', '105626.377500', '105626.837500', '105627.297500', '105627.757500', '105628.217500', '105628.677500', '105629.137500', '105629.597500', '105630.057500', '105630.517500', '105630.977500', '105631.437500', '105631.897500', '105632.357500', '105632.817500', '105633.277500', '105633.737500', '105634.197500', '105634.657500', '105635.117500', '105635.577500', '105636.037500', '105636.497500', '105636.957500', '105637.417500', '105637.877500', '105638.337500', '105638.797500', '105639.257500', '105639.717500', '105640.177500', '105640.637500', '105641.097500', '105641.557500', '105642.017500', '105642.477500', '105642.937500', '105643.397500', '105643.857500', '105644.317500', '105644.777500', '105645.237500', '105645.697500', '105646.157500', '105646.617500', '105647.077500', '105647.537500', '105647.997500', '105648.457500', '105648.917500', '105649.377500', '105649.837500', '105650.297500', '105650.757500', '105651.217500', '105651.677500', '105652.137500', '105652.597500', '105653.057500', '105653.517500', '105653.977500', '105654.437500', '105654.897500', '105655.357500', '105655.817500', '105656.277500', '105656.737500', '105657.197500', '105657.657500', '105658.117500', '105658.577500', '105659.037500', '105659.497500', '105659.957500', '105700.417500', '105700.877500', '105701.337500', '105701.797500', '105702.257500', '105702.717500', '105703.177500', '105703.637500', '105704.097500', '105704.557500', '105705.017500', '105705.477500', '105705.937500', '105706.397500', '105706.857500', '105707.317500', '105707.777500', '105708.237500', '105708.697500', '105709.157500', '105709.617500', '105710.077500', '105710.537500', '105710.997500', '105711.457500', '105711.917500', '105712.377500', '105712.837500', '105713.297500', '105713.757500', '105714.217500', '105714.677500', '105715.137500', '105715.597500', '105716.057500', '105716.517500', '105716.977500', '105717.437500', '105717.897500', '105718.357500', '105718.817500', '105719.277500', '105719.737500', '105720.197500', '105720.657500', '105721.117500', '105721.577500', '105722.037500', '105722.497500', '105722.957500', '105723.417500', '105723.877500', '105724.337500', '105724.797500', '105725.257500', '105725.717500', '105726.177500', '105726.637500', '105727.097500', '105727.557500', '105728.017500', '105728.477500', '105728.937500', '105729.397500', '105729.857500', '105730.317500', '105730.777500', '105731.237500', '105731.697500', '105732.157500', '105732.617500', '105733.077500', '105733.537500', '105733.997500', '105734.457500', '105734.917500', '105735.377500', '105735.837500', '105736.297500', '105736.757500', '105737.217500', '105737.677500', '105738.137500', '105738.597500', '105739.057500', '105739.517500', '105739.977500', '105740.437500', '105740.897500', '105741.357500', '105741.817500', '105742.277500', '105742.737500', '105743.197500', '105743.657500', '105744.117500', '105744.577500', '105745.037500', '105745.497500', '105745.957500', '105746.417500', '105746.877500', '105747.337500', '105747.797500', '105748.257500', '105748.717500', '105749.177500', '105749.637500', '105750.097500', '105750.557500', '105751.017500', '105751.477500', '105751.937500', '105752.397500', '105752.857500', '105753.317500', '105753.777500', '105754.237500', '105754.697500', '105755.157500', '105755.617500', '105756.077500', '105756.537500', '105756.997500', '105757.457500', '105757.917500', '105758.377500', '105758.837500', '105759.297500', '105759.757500', '105800.217500', '105800.677500', '105801.137500', '105801.597500', '105802.057500', '105802.517500', '105802.977500', '105803.437500', '105803.897500', '105804.357500', '105804.817500', '105805.277500', '105805.737500', '105806.197500', '105806.657500', '105807.117500', '105807.577500', '105808.037500', '105808.497500', '105808.957500', '105809.417500', '105809.877500', '105810.337500', '105810.797500', '105811.257500', '105811.717500', '105812.177500', '105812.637500', '105813.097500', '105813.557500', '105814.017500', '105814.477500', '105814.937500', '105815.397500'], 'ContentTime': ['104603.151000', '104603.154000', '104603.157000', '104603.159000', '104603.162000', '104603.165000', '104603.168000', '104603.171000', '104603.174000', '104603.176000', '104603.179000', '104603.182000', '104603.185000', '104603.188000', '104603.191000', '104603.194000', '104603.203000', '104603.206000', '104603.208000', '104603.211000', '104603.214000', '104623.112000', '104623.115000', '104623.118000', '104623.121000', '104623.124000', '104623.126000', '104623.129000', '104623.132000', '104623.135000', '104623.138000', '104623.140000', '104623.143000', '104623.146000', '104623.149000', '104623.152000', '104623.156000', '104623.159000', '104623.162000', '104623.165000', '104623.167000', '104623.170000', '104623.173000', '104623.183000', '104623.186000', '104623.189000', '104623.192000', '104623.195000', '104623.197000', '104623.200000', '104623.203000', '104623.206000', '104623.209000', '104623.212000', '104623.215000', '104623.217000', '104623.220000', '104623.223000', '104623.226000', '104623.229000', '104623.232000', '104623.235000', '104623.238000', '104623.241000', '104643.111000', '104643.120000', '104643.123000', '104643.125000', '104643.128000', '104643.131000', '104643.134000', '104643.137000', '104643.140000', '104643.143000', '104643.145000', '104643.148000', '104643.151000', '104643.154000', '104643.157000', '104643.159000', '104643.162000', '104643.165000', '104643.168000', '104643.171000', '104643.174000', '104643.177000', '104643.179000', '104643.182000', '104643.185000', '104643.188000', '104643.191000', '104643.194000', '104643.196000', '104643.199000', '104643.202000', '104643.205000', '104643.208000', '104643.210000', '104643.213000', '104643.216000', '104643.219000', '104643.222000', '104643.225000', '104643.227000', '104643.230000', '104643.233000', '104643.236000', '104643.239000', '104703.111000', '104703.114000', '104703.117000', '104703.120000', '104703.123000', '104703.125000', '104703.128000', '104703.131000', '104703.134000', '104703.137000', '104703.139000', '104703.142000', '104703.145000', '104703.148000', '104703.151000', '104703.154000', '104703.157000', '104703.159000', '104703.162000', '104703.165000', '104703.168000', '104703.171000', '104703.174000', '104703.177000', '104703.180000', '104703.182000', '104703.185000', '104703.188000', '104703.191000', '104703.194000', '104703.197000', '104703.200000', '104703.203000', '104703.205000', '104703.208000', '104703.211000', '104703.214000', '104703.217000', '104703.220000', '104703.222000', '104703.225000', '104703.228000', '104703.231000', '104723.111000', '104723.114000', '104723.117000', '104723.128000', '104723.131000', '104723.134000', '104723.137000', '104723.140000', '104723.143000', '104723.145000', '104723.148000', '104723.151000', '104723.154000', '104723.157000', '104723.160000', '104723.163000', '104723.166000', '104723.168000', '104723.171000', '104723.174000', '104723.177000', '104723.180000', '104723.183000', '104723.185000', '104723.188000', '104723.191000', '104723.194000', '104723.197000', '104723.200000', '104723.202000', '104723.205000', '104723.208000', '104723.218000', '104723.221000', '104723.223000', '104723.226000', '104723.229000', '104723.232000', '104723.235000', '104723.238000', '104723.240000', '104723.243000', '104723.246000', '104723.249000', '104743.111000', '104743.114000', '104743.117000', '104743.120000', '104743.123000', '104743.125000', '104743.128000', '104743.131000', '104743.134000', '104743.137000', '104743.140000', '104743.142000', '104743.145000', '104743.148000', '104743.151000', '104743.154000', '104743.156000', '104743.159000', '104743.162000', '104743.165000', '104743.168000', '104743.171000', '104743.173000', '104743.176000', '104743.180000', '104743.183000', '104743.186000', '104743.189000', '104743.193000', '104743.196000', '104743.199000', '104743.202000', '104743.204000', '104743.207000', '104743.210000', '104743.213000', '104743.216000', '104743.219000', '104743.222000', '104743.225000', '104743.227000', '104743.230000', '104743.233000', '104803.112000', '104803.115000', '104803.118000', '104803.121000', '104803.123000', '104803.126000', '104803.129000', '104803.132000', '104803.135000', '104803.138000', '104803.140000', '104803.143000', '104803.146000', '104803.149000', '104803.152000', '104803.154000', '104803.157000', '104803.160000', '104803.163000', '104803.166000', '104803.169000', '104803.172000', '104803.175000', '104803.177000', '104803.181000', '104803.184000', '104803.186000', '104803.189000', '104803.192000', '104803.195000', '104803.198000', '104803.201000', '104803.203000', '104803.206000', '104803.209000', '104803.212000', '104803.215000', '104803.218000', '104803.220000', '104803.223000', '104803.226000', '104803.229000', '104803.232000', '104803.235000', '104823.112000', '104823.115000', '104823.118000', '104823.121000', '104823.123000', '104823.126000', '104823.129000', '104823.132000', '104823.135000', '104823.138000', '104823.141000', '104823.143000', '104823.146000', '104823.149000', '104823.152000', '104823.155000', '104823.158000', '104823.161000', '104823.163000', '104823.166000', '104823.169000', '104823.172000', '104823.175000', '104823.178000', '104823.180000', '104823.183000', '104823.186000', '104823.189000', '104823.192000', '104823.195000', '104823.198000', '104823.200000', '104823.203000', '104823.206000', '104823.209000', '104823.212000', '104823.215000', '104823.217000', '104823.220000', '104823.223000', '104823.226000', '104823.229000', '104823.232000', '104843.112000', '104843.115000', '104843.118000', '104843.121000', '104843.124000', '104843.126000', '104843.129000', '104843.132000', '104843.135000', '104843.138000', '104843.150000', '104843.153000', '104843.156000', '104843.158000', '104843.161000', '104843.164000', '104843.167000', '104843.170000', '104843.173000', '104843.176000', '104843.178000', '104843.181000', '104843.184000', '104843.187000', '104843.190000', '104843.193000', '104843.195000', '104843.198000', '104843.208000', '104843.211000', '104843.214000', '104843.217000', '104843.220000', '104843.223000', '104843.225000', '104843.228000', '104843.231000', '104843.234000', '104843.237000', '104843.240000', '104843.242000', '104843.245000', '104843.248000', '104843.251000', '104903.111000', '104903.114000', '104903.117000', '104903.120000', '104903.123000', '104903.125000', '104903.128000', '104903.131000', '104903.134000', '104903.137000', '104903.140000', '104903.142000', '104903.145000', '104903.148000', '104903.151000', '104903.154000', '104903.157000', '104903.160000', '104903.162000', '104903.165000', '104903.168000', '104903.171000', '104903.174000', '104903.177000', '104903.180000', '104903.182000', '104903.185000', '104903.188000', '104903.191000', '104903.194000', '104903.197000', '104903.199000', '104903.202000', '104903.205000', '104903.208000', '104903.211000', '104903.214000', '104903.216000', '104903.219000', '104903.222000', '104903.225000', '104903.228000', '104903.232000', '104923.111000', '104923.114000', '104923.117000', '104923.120000', '104923.122000', '104923.125000', '104923.128000', '104923.131000', '104923.134000', '104923.137000', '104923.139000', '104923.142000', '104923.145000', '104923.148000', '104923.151000', '104923.154000', '104923.157000', '104923.159000', '104923.162000', '104923.165000', '104923.168000', '104923.171000', '104923.174000', '104923.177000', '104923.179000', '104923.182000', '104923.185000', '104923.188000', '104923.191000', '104923.194000', '104923.197000', '104923.200000', '104923.202000', '104923.205000', '104923.208000', '104923.218000', '104923.221000', '104923.224000', '104923.226000', '104923.229000', '104923.232000', '104923.235000', '104923.238000', '104923.241000', '104943.111000', '104943.114000', '104943.117000', '104943.120000', '104943.123000', '104943.125000', '104943.128000', '104943.131000', '104943.134000', '104943.137000', '104943.140000', '104943.143000', '104943.145000', '104943.148000', '104943.151000', '104943.154000', '104943.157000', '104943.160000', '104943.162000', '104943.165000', '104943.168000', '104943.171000', '104943.174000', '104943.177000', '104943.180000', '104943.182000', '104943.185000', '104943.188000', '104943.191000', '104943.194000', '104943.197000', '104943.200000', '104943.202000', '104943.205000', '104943.208000', '104943.211000', '104943.214000', '104943.216000', '104943.219000', '104943.222000', '104943.225000', '104943.228000', '104943.231000', '105003.112000', '105003.115000', '105003.118000', '105003.121000', '105003.124000', '105003.126000', '105003.129000', '105003.132000', '105003.135000', '105003.138000', '105003.140000', '105003.143000', '105003.146000', '105003.149000', '105003.152000', '105003.155000', '105003.157000', '105003.160000', '105003.163000', '105003.166000', '105003.169000', '105003.172000', '105003.175000', '105003.177000', '105003.180000', '105003.183000', '105003.186000', '105003.198000', '105003.201000', '105003.204000', '105003.206000', '105003.209000', '105003.212000', '105003.215000', '105003.218000', '105003.220000', '105003.223000', '105003.226000', '105003.229000', '105003.232000', '105003.235000', '105003.238000', '105003.240000', '105023.112000', '105023.115000', '105023.118000', '105023.121000', '105023.124000', '105023.127000', '105023.129000', '105023.132000', '105023.135000', '105023.138000', '105023.153000', '105023.156000', '105023.159000', '105023.162000', '105023.164000', '105023.167000', '105023.170000', '105023.173000', '105023.176000', '105023.179000', '105023.182000', '105023.184000', '105023.187000', '105023.190000', '105023.193000', '105023.196000', '105023.199000', '105023.201000', '105023.204000', '105023.207000', '105023.210000', '105023.213000', '105023.216000', '105023.219000', '105023.221000', '105023.224000', '105023.227000', '105023.230000', '105023.233000', '105023.236000', '105023.239000', '105023.241000', '105023.244000', '105023.247000', '105043.112000', '105043.115000', '105043.118000', '105043.121000', '105043.124000', '105043.127000', '105043.129000', '105043.132000', '105043.135000', '105043.138000', '105043.141000', '105043.144000', '105043.146000', '105043.149000', '105043.152000', '105043.155000', '105043.158000', '105043.161000', '105043.164000', '105043.166000', '105043.169000', '105043.172000', '105043.175000', '105043.178000', '105043.181000', '105043.184000', '105043.186000', '105043.189000', '105043.192000', '105043.195000', '105043.198000', '105043.201000', '105043.203000', '105043.206000', '105043.209000', '105043.212000', '105043.215000', '105043.218000', '105043.221000', '105043.223000', '105043.226000', '105043.229000', '105043.232000', '105103.112000', '105103.115000', '105103.118000', '105103.121000', '105103.124000', '105103.126000', '105103.129000', '105103.132000', '105103.135000', '105103.138000', '105103.141000', '105103.144000', '105103.147000', '105103.150000', '105103.153000', '105103.155000', '105103.158000', '105103.161000', '105103.164000', '105103.167000', '105103.170000', '105103.173000', '105103.176000', '105103.178000', '105103.181000', '105103.184000', '105103.187000', '105103.190000', '105103.193000', '105103.196000', '105103.199000', '105103.201000', '105103.204000', '105103.207000', '105103.210000', '105103.213000', '105103.216000', '105103.219000', '105103.222000', '105103.224000', '105103.227000', '105103.230000', '105103.233000', '105103.236000', '105123.111000', '105123.114000', '105123.117000', '105123.120000', '105123.124000', '105123.127000', '105123.130000', '105123.133000', '105123.136000', '105123.139000', '105123.142000', '105123.145000', '105123.147000', '105123.150000', '105123.153000', '105123.156000', '105123.159000', '105123.162000', '105123.165000', '105123.167000', '105123.170000', '105123.173000', '105123.176000', '105123.179000', '105123.182000', '105123.185000', '105123.188000', '105123.191000', '105123.193000', '105123.196000', '105123.199000', '105123.213000', '105123.216000', '105123.219000', '105123.222000', '105123.225000', '105123.228000', '105123.231000', '105123.233000', '105123.236000', '105123.239000', '105123.242000', '105123.245000', '105143.111000', '105143.114000', '105143.117000', '105143.120000', '105143.122000', '105143.125000', '105143.128000', '105143.131000', '105143.134000', '105143.137000', '105143.139000', '105143.142000', '105143.145000', '105143.150000', '105143.153000', '105143.155000', '105143.158000', '105143.161000', '105143.164000', '105143.167000', '105143.170000', '105143.173000', '105143.176000', '105143.179000', '105143.182000', '105143.185000', '105143.187000', '105143.190000', '105143.193000', '105143.196000', '105143.199000', '105143.202000', '105143.205000', '105143.208000', '105143.211000', '105143.229000', '105143.232000', '105143.235000', '105143.238000', '105143.241000', '105143.244000', '105143.247000', '105143.250000', '105143.252000', '105203.111000', '105203.114000', '105203.117000', '105203.120000', '105203.123000', '105203.126000', '105203.128000', '105203.131000', '105203.134000', '105203.137000', '105203.140000', '105203.145000', '105203.149000', '105203.152000', '105203.155000', '105203.158000', '105203.161000', '105203.163000', '105203.166000', '105203.169000', '105203.172000', '105203.175000', '105203.178000', '105203.181000', '105203.183000', '105203.186000', '105203.189000', '105203.192000', '105203.195000', '105203.198000', '105203.200000', '105203.203000', '105203.206000', '105203.209000', '105203.212000', '105203.215000', '105203.218000', '105203.220000', '105203.223000', '105203.226000', '105203.229000', '105203.232000', '105203.234000', '105223.112000', '105223.115000', '105223.118000', '105223.121000', '105223.124000', '105223.127000', '105223.129000', '105223.132000', '105223.135000', '105223.138000', '105223.141000', '105223.144000', '105223.147000', '105223.149000', '105223.152000', '105223.155000', '105223.158000', '105223.161000', '105223.164000', '105223.166000', '105223.169000', '105223.172000', '105223.175000', '105223.178000', '105223.181000', '105223.184000', '105223.186000', '105223.189000', '105223.192000', '105223.195000', '105223.198000', '105223.201000', '105223.203000', '105223.206000', '105223.209000', '105223.212000', '105223.215000', '105223.218000', '105223.220000', '105223.223000', '105223.226000', '105223.229000', '105223.232000', '105223.235000', '105243.112000', '105243.115000', '105243.118000', '105243.121000', '105243.124000', '105243.127000', '105243.130000', '105243.132000', '105243.135000', '105243.138000', '105243.141000', '105243.144000', '105243.147000', '105243.149000', '105243.152000', '105243.155000', '105243.160000', '105243.163000', '105243.166000', '105243.169000', '105243.172000', '105243.174000', '105243.177000', '105243.180000', '105243.183000', '105243.186000', '105243.189000', '105243.192000', '105243.195000', '105243.197000', '105243.200000', '105243.203000', '105243.206000', '105243.209000', '105243.212000', '105243.214000', '105243.217000', '105243.220000', '105243.223000', '105243.226000', '105243.229000', '105243.231000', '105243.234000', '105303.112000', '105303.115000', '105303.118000', '105303.121000', '105303.124000', '105303.127000', '105303.130000', '105303.132000', '105303.135000', '105303.138000', '105303.141000', '105303.144000', '105303.147000', '105303.149000', '105303.152000', '105303.155000', '105303.158000', '105303.161000', '105303.164000', '105303.167000', '105303.170000', '105303.173000', '105303.176000', '105303.178000', '105303.181000', '105303.184000', '105303.187000', '105303.190000', '105303.193000', '105303.196000', '105303.198000', '105303.201000', '105303.215000', '105303.218000', '105303.221000', '105303.224000', '105303.227000', '105303.230000', '105303.233000', '105303.236000', '105303.238000', '105303.241000', '105303.244000', '105303.247000', '105323.112000', '105323.115000', '105323.118000', '105323.121000', '105323.124000', '105323.127000', '105323.129000', '105323.132000', '105323.135000', '105323.138000', '105323.141000', '105323.144000', '105323.146000', '105323.149000', '105323.152000', '105323.155000', '105323.158000', '105323.161000', '105323.164000', '105323.166000', '105323.169000', '105323.172000', '105323.175000', '105323.178000', '105323.181000', '105323.184000', '105323.186000', '105323.190000', '105323.193000', '105323.196000', '105323.199000', '105323.202000', '105323.205000', '105323.208000', '105323.210000', '105323.213000', '105323.216000', '105323.219000', '105323.222000', '105323.225000', '105323.227000', '105323.230000', '105323.233000', '105343.111000', '105343.114000', '105343.117000', '105343.120000', '105343.123000', '105343.126000', '105343.128000', '105343.131000', '105343.134000', '105343.137000', '105343.140000', '105343.143000', '105343.145000', '105343.148000', '105343.151000', '105343.154000', '105343.157000', '105343.160000', '105343.163000', '105343.165000', '105343.168000', '105343.171000', '105343.174000', '105343.177000', '105343.180000', '105343.183000', '105343.185000', '105343.188000', '105343.191000', '105343.194000', '105343.197000', '105343.200000', '105343.202000', '105343.205000', '105343.208000', '105343.211000', '105343.214000', '105343.217000', '105343.219000', '105343.222000', '105343.225000', '105343.228000', '105343.231000', '105343.234000', '105403.111000', '105403.114000', '105403.117000', '105403.120000', '105403.123000', '105403.125000', '105403.128000', '105403.131000', '105403.134000', '105403.137000', '105403.140000', '105403.144000', '105403.147000', '105403.150000', '105403.153000', '105403.155000', '105403.158000', '105403.161000', '105403.164000', '105403.167000', '105403.170000', '105403.173000', '105403.175000', '105403.178000', '105403.181000', '105403.184000', '105403.187000', '105403.190000', '105403.193000', '105403.195000', '105403.198000', '105403.201000', '105403.204000', '105403.207000', '105403.210000', '105403.214000', '105403.216000', '105403.219000', '105403.222000', '105403.225000', '105403.228000', '105403.231000', '105403.233000', '105423.111000', '105423.114000', '105423.117000', '105423.120000', '105423.123000', '105423.125000', '105423.128000', '105423.131000', '105423.134000', '105423.137000', '105423.140000', '105423.142000', '105423.145000', '105423.148000', '105423.151000', '105423.154000', '105423.157000', '105423.159000', '105423.162000', '105423.165000', '105423.168000', '105423.171000', '105423.174000', '105423.176000', '105423.179000', '105423.182000', '105423.185000', '105423.188000', '105423.206000', '105423.209000', '105423.212000', '105423.214000', '105423.217000', '105423.220000', '105423.223000', '105423.226000', '105423.229000', '105423.232000', '105423.234000', '105423.237000', '105423.240000', '105423.243000', '105423.246000', '105423.249000', '105443.112000', '105443.115000', '105443.118000', '105443.121000', '105443.124000', '105443.127000', '105443.129000', '105443.132000', '105443.135000', '105443.138000', '105443.141000', '105443.144000', '105443.146000', '105443.149000', '105443.152000', '105443.155000', '105443.158000', '105443.161000', '105443.164000', '105443.166000', '105443.169000', '105443.172000', '105443.175000', '105443.178000', '105443.181000', '105443.183000', '105443.186000', '105443.189000', '105443.192000', '105443.195000', '105443.198000', '105443.201000', '105443.203000', '105443.206000', '105443.209000', '105443.212000', '105443.215000', '105443.217000', '105443.220000', '105443.223000', '105443.226000', '105443.230000', '105443.233000', '105503.112000', '105503.115000', '105503.118000', '105503.121000', '105503.124000', '105503.127000', '105503.129000', '105503.132000', '105503.135000', '105503.138000', '105503.141000', '105503.144000', '105503.147000', '105503.150000', '105503.152000', '105503.155000', '105503.158000', '105503.161000', '105503.164000', '105503.167000', '105503.169000', '105503.172000', '105503.175000', '105503.178000', '105503.181000', '105503.184000', '105503.186000', '105503.189000', '105503.192000', '105503.195000', '105503.198000', '105503.201000', '105503.204000', '105503.206000', '105503.209000', '105503.212000', '105503.215000', '105503.218000', '105503.221000', '105503.224000', '105503.226000', '105503.229000', '105503.232000', '105503.235000', '105523.112000', '105523.115000', '105523.118000', '105523.121000', '105523.124000', '105523.127000', '105523.130000', '105523.132000', '105523.135000', '105523.138000', '105523.141000', '105523.144000', '105523.147000', '105523.150000', '105523.152000', '105523.155000', '105523.158000', '105523.161000', '105523.164000', '105523.167000', '105523.170000', '105523.173000', '105523.175000', '105523.178000', '105523.183000', '105523.186000', '105523.189000', '105523.192000', '105523.194000', '105523.197000', '105523.200000', '105523.203000', '105523.206000', '105523.209000', '105523.212000', '105523.214000', '105523.217000', '105523.220000', '105523.223000', '105523.226000', '105523.229000', '105523.232000', '105523.235000', '105543.112000', '105543.115000', '105543.118000', '105543.121000', '105543.124000', '105543.127000', '105543.129000', '105543.132000', '105543.135000', '105543.138000', '105543.141000', '105543.144000', '105543.147000', '105543.150000', '105543.153000', '105543.155000', '105543.158000', '105543.161000', '105543.164000', '105543.167000', '105543.170000', '105543.173000', '105543.175000', '105543.178000', '105543.181000', '105543.197000', '105543.200000', '105543.203000', '105543.206000', '105543.209000', '105543.212000', '105543.215000', '105543.217000', '105543.220000', '105543.223000', '105543.226000', '105543.229000', '105543.232000', '105543.234000', '105543.237000', '105543.240000', '105543.243000', '105543.246000', '105543.249000', '105603.111000', '105603.114000', '105603.117000', '105603.120000', '105603.123000', '105603.125000', '105603.128000', '105603.131000', '105603.134000', '105603.137000', '105603.140000', '105603.143000', '105603.145000', '105603.148000', '105603.151000', '105603.154000', '105603.157000', '105603.160000', '105603.163000', '105603.165000', '105603.168000', '105603.171000', '105603.174000', '105603.177000', '105603.180000', '105603.183000', '105603.185000', '105603.188000', '105603.191000', '105603.194000', '105603.197000', '105603.200000', '105603.202000', '105603.205000', '105603.208000', '105603.211000', '105603.214000', '105603.217000', '105603.220000', '105603.222000', '105603.225000', '105603.228000', '105603.231000', '105623.111000', '105623.114000', '105623.117000', '105623.120000', '105623.123000', '105623.126000', '105623.128000', '105623.131000', '105623.134000', '105623.137000', '105623.140000', '105623.143000', '105623.146000', '105623.148000', '105623.151000', '105623.154000', '105623.157000', '105623.160000', '105623.163000', '105623.166000', '105623.169000', '105623.172000', '105623.174000', '105623.177000', '105623.180000', '105623.183000', '105623.186000', '105623.189000', '105623.192000', '105623.195000', '105623.197000', '105623.200000', '105623.203000', '105623.206000', '105623.209000', '105623.212000', '105623.214000', '105623.217000', '105623.220000', '105623.223000', '105623.226000', '105623.229000', '105623.232000', '105623.234000', '105643.111000', '105643.114000', '105643.117000', '105643.120000', '105643.123000', '105643.126000', '105643.128000', '105643.131000', '105643.134000', '105643.137000', '105643.140000', '105643.143000', '105643.146000', '105643.149000', '105643.151000', '105643.154000', '105643.157000', '105643.160000', '105643.163000', '105643.166000', '105643.168000', '105643.171000', '105643.174000', '105643.177000', '105643.180000', '105643.183000', '105643.186000', '105643.188000', '105643.191000', '105643.194000', '105643.197000', '105643.200000', '105643.203000', '105643.206000', '105643.208000', '105643.211000', '105643.214000', '105643.217000', '105643.221000', '105643.224000', '105643.227000', '105643.230000', '105643.233000', '105703.112000', '105703.115000', '105703.118000', '105703.121000', '105703.124000', '105703.126000', '105703.129000', '105703.132000', '105703.135000', '105703.138000', '105703.141000', '105703.144000', '105703.147000', '105703.150000', '105703.152000', '105703.155000', '105703.158000', '105703.161000', '105703.164000', '105703.167000', '105703.170000', '105703.173000', '105703.175000', '105703.178000', '105703.181000', '105703.185000', '105703.188000', '105703.190000', '105703.193000', '105703.196000', '105703.199000', '105703.202000', '105703.204000', '105703.207000', '105703.210000', '105703.213000', '105703.216000', '105703.219000', '105703.222000', '105703.225000', '105703.228000', '105703.230000', '105703.233000', '105703.236000', '105723.112000', '105723.115000', '105723.118000', '105723.121000', '105723.124000', '105723.127000', '105723.130000', '105723.132000', '105723.135000', '105723.138000', '105723.141000', '105723.144000', '105723.147000', '105723.149000', '105723.152000', '105723.155000', '105723.158000', '105723.161000', '105723.164000', '105723.167000', '105723.170000', '105723.173000', '105723.175000', '105723.178000', '105723.181000', '105723.184000', '105723.187000', '105723.190000', '105723.193000', '105723.195000', '105723.198000', '105723.201000', '105723.204000', '105723.207000', '105723.210000', '105723.213000', '105723.215000', '105723.218000', '105723.221000', '105723.224000', '105723.227000', '105723.232000', '105723.235000', '105743.112000', '105743.115000', '105743.118000', '105743.121000', '105743.124000', '105743.127000', '105743.130000', '105743.132000', '105743.135000', '105743.138000', '105743.141000', '105743.144000', '105743.147000', '105743.150000', '105743.152000', '105743.155000', '105743.158000', '105743.161000', '105743.164000', '105743.166000', '105743.169000', '105743.172000', '105743.175000', '105743.178000', '105743.181000', '105743.184000', '105743.186000', '105743.189000', '105743.192000', '105743.195000', '105743.198000', '105743.201000', '105743.204000', '105743.206000', '105743.209000', '105743.212000', '105743.215000', '105743.218000', '105743.221000', '105743.224000', '105743.226000', '105743.229000', '105743.232000', '105743.235000', '105803.112000', '105803.115000', '105803.118000', '105803.121000', '105803.124000', '105803.127000', '105803.130000', '105803.133000', '105803.136000', '105803.138000', '105803.141000', '105803.144000', '105803.147000', '105803.150000', '105803.153000', '105803.156000', '105803.158000', '105803.161000', '105803.164000', '105803.167000', '105803.170000', '105803.173000', '105803.176000', '105803.178000', '105803.181000', '105803.184000', '105803.187000', '105803.190000', '105803.193000', '105803.195000', '105803.198000', '105803.201000', '105803.214000', '105803.217000', '105803.220000', '105803.223000', '105803.226000', '105803.229000', '105803.232000', '105803.234000', '105803.237000', '105803.240000', '105803.243000', '105816.716000', '105816.720000', '105816.722000', '105816.725000', '105816.729000', '105816.732000', '105816.735000', '105816.738000', '105816.741000', '105816.744000', '105816.747000', '105816.750000', '105816.753000', '105816.755000', '105816.758000', '105816.761000', '105816.764000', '105816.767000', '105816.770000', '105816.773000', '105816.777000', '105816.780000', '105816.782000', '105816.785000', '105816.788000', '105816.791000', '105816.794000', '105816.797000', '105816.800000', '105816.803000'], 'InstanceCreationTime': ['104603.151000', '104603.154000', '104603.157000', '104603.159000', '104603.162000', '104603.165000', '104603.168000', '104603.171000', '104603.174000', '104603.176000', '104603.179000', '104603.182000', '104603.185000', '104603.188000', '104603.191000', '104603.194000', '104603.203000', '104603.206000', '104603.208000', '104603.211000', '104603.214000', '104623.112000', '104623.115000', '104623.118000', '104623.121000', '104623.124000', '104623.126000', '104623.129000', '104623.132000', '104623.135000', '104623.138000', '104623.140000', '104623.143000', '104623.146000', '104623.149000', '104623.152000', '104623.156000', '104623.159000', '104623.162000', '104623.165000', '104623.167000', '104623.170000', '104623.173000', '104623.183000', '104623.186000', '104623.189000', '104623.192000', '104623.195000', '104623.197000', '104623.200000', '104623.203000', '104623.206000', '104623.209000', '104623.212000', '104623.215000', '104623.217000', '104623.220000', '104623.223000', '104623.226000', '104623.229000', '104623.232000', '104623.235000', '104623.238000', '104623.241000', '104643.111000', '104643.120000', '104643.123000', '104643.125000', '104643.128000', '104643.131000', '104643.134000', '104643.137000', '104643.140000', '104643.143000', '104643.145000', '104643.148000', '104643.151000', '104643.154000', '104643.157000', '104643.159000', '104643.162000', '104643.165000', '104643.168000', '104643.171000', '104643.174000', '104643.177000', '104643.179000', '104643.182000', '104643.185000', '104643.188000', '104643.191000', '104643.194000', '104643.196000', '104643.199000', '104643.202000', '104643.205000', '104643.208000', '104643.210000', '104643.213000', '104643.216000', '104643.219000', '104643.222000', '104643.225000', '104643.227000', '104643.230000', '104643.233000', '104643.236000', '104643.239000', '104703.111000', '104703.114000', '104703.117000', '104703.120000', '104703.123000', '104703.125000', '104703.128000', '104703.131000', '104703.134000', '104703.137000', '104703.139000', '104703.142000', '104703.145000', '104703.148000', '104703.151000', '104703.154000', '104703.157000', '104703.159000', '104703.162000', '104703.165000', '104703.168000', '104703.171000', '104703.174000', '104703.177000', '104703.180000', '104703.182000', '104703.185000', '104703.188000', '104703.191000', '104703.194000', '104703.197000', '104703.200000', '104703.203000', '104703.205000', '104703.208000', '104703.211000', '104703.214000', '104703.217000', '104703.220000', '104703.222000', '104703.225000', '104703.228000', '104703.231000', '104723.111000', '104723.114000', '104723.117000', '104723.128000', '104723.131000', '104723.134000', '104723.137000', '104723.140000', '104723.143000', '104723.145000', '104723.148000', '104723.151000', '104723.154000', '104723.157000', '104723.160000', '104723.163000', '104723.166000', '104723.168000', '104723.171000', '104723.174000', '104723.177000', '104723.180000', '104723.183000', '104723.185000', '104723.188000', '104723.191000', '104723.194000', '104723.197000', '104723.200000', '104723.202000', '104723.205000', '104723.208000', '104723.218000', '104723.221000', '104723.223000', '104723.226000', '104723.229000', '104723.232000', '104723.235000', '104723.238000', '104723.240000', '104723.243000', '104723.246000', '104723.249000', '104743.111000', '104743.114000', '104743.117000', '104743.120000', '104743.123000', '104743.125000', '104743.128000', '104743.131000', '104743.134000', '104743.137000', '104743.140000', '104743.142000', '104743.145000', '104743.148000', '104743.151000', '104743.154000', '104743.156000', '104743.159000', '104743.162000', '104743.165000', '104743.168000', '104743.171000', '104743.173000', '104743.176000', '104743.180000', '104743.183000', '104743.186000', '104743.189000', '104743.193000', '104743.196000', '104743.199000', '104743.202000', '104743.204000', '104743.207000', '104743.210000', '104743.213000', '104743.216000', '104743.219000', '104743.222000', '104743.225000', '104743.227000', '104743.230000', '104743.233000', '104803.112000', '104803.115000', '104803.118000', '104803.121000', '104803.123000', '104803.126000', '104803.129000', '104803.132000', '104803.135000', '104803.138000', '104803.140000', '104803.143000', '104803.146000', '104803.149000', '104803.152000', '104803.154000', '104803.157000', '104803.160000', '104803.163000', '104803.166000', '104803.169000', '104803.172000', '104803.175000', '104803.177000', '104803.181000', '104803.184000', '104803.186000', '104803.189000', '104803.192000', '104803.195000', '104803.198000', '104803.201000', '104803.203000', '104803.206000', '104803.209000', '104803.212000', '104803.215000', '104803.218000', '104803.220000', '104803.223000', '104803.226000', '104803.229000', '104803.232000', '104803.235000', '104823.112000', '104823.115000', '104823.118000', '104823.121000', '104823.123000', '104823.126000', '104823.129000', '104823.132000', '104823.135000', '104823.138000', '104823.141000', '104823.143000', '104823.146000', '104823.149000', '104823.152000', '104823.155000', '104823.158000', '104823.161000', '104823.163000', '104823.166000', '104823.169000', '104823.172000', '104823.175000', '104823.178000', '104823.180000', '104823.183000', '104823.186000', '104823.189000', '104823.192000', '104823.195000', '104823.198000', '104823.200000', '104823.203000', '104823.206000', '104823.209000', '104823.212000', '104823.215000', '104823.217000', '104823.220000', '104823.223000', '104823.226000', '104823.229000', '104823.232000', '104843.112000', '104843.115000', '104843.118000', '104843.121000', '104843.124000', '104843.126000', '104843.129000', '104843.132000', '104843.135000', '104843.138000', '104843.150000', '104843.153000', '104843.156000', '104843.158000', '104843.161000', '104843.164000', '104843.167000', '104843.170000', '104843.173000', '104843.176000', '104843.178000', '104843.181000', '104843.184000', '104843.187000', '104843.190000', '104843.193000', '104843.195000', '104843.198000', '104843.208000', '104843.211000', '104843.214000', '104843.217000', '104843.220000', '104843.223000', '104843.225000', '104843.228000', '104843.231000', '104843.234000', '104843.237000', '104843.240000', '104843.242000', '104843.245000', '104843.248000', '104843.251000', '104903.111000', '104903.114000', '104903.117000', '104903.120000', '104903.123000', '104903.125000', '104903.128000', '104903.131000', '104903.134000', '104903.137000', '104903.140000', '104903.142000', '104903.145000', '104903.148000', '104903.151000', '104903.154000', '104903.157000', '104903.160000', '104903.162000', '104903.165000', '104903.168000', '104903.171000', '104903.174000', '104903.177000', '104903.180000', '104903.182000', '104903.185000', '104903.188000', '104903.191000', '104903.194000', '104903.197000', '104903.199000', '104903.202000', '104903.205000', '104903.208000', '104903.211000', '104903.214000', '104903.216000', '104903.219000', '104903.222000', '104903.225000', '104903.228000', '104903.232000', '104923.111000', '104923.114000', '104923.117000', '104923.120000', '104923.122000', '104923.125000', '104923.128000', '104923.131000', '104923.134000', '104923.137000', '104923.139000', '104923.142000', '104923.145000', '104923.148000', '104923.151000', '104923.154000', '104923.157000', '104923.159000', '104923.162000', '104923.165000', '104923.168000', '104923.171000', '104923.174000', '104923.177000', '104923.179000', '104923.182000', '104923.185000', '104923.188000', '104923.191000', '104923.194000', '104923.197000', '104923.200000', '104923.202000', '104923.205000', '104923.208000', '104923.218000', '104923.221000', '104923.224000', '104923.226000', '104923.229000', '104923.232000', '104923.235000', '104923.238000', '104923.241000', '104943.111000', '104943.114000', '104943.117000', '104943.120000', '104943.123000', '104943.125000', '104943.128000', '104943.131000', '104943.134000', '104943.137000', '104943.140000', '104943.143000', '104943.145000', '104943.148000', '104943.151000', '104943.154000', '104943.157000', '104943.160000', '104943.162000', '104943.165000', '104943.168000', '104943.171000', '104943.174000', '104943.177000', '104943.180000', '104943.182000', '104943.185000', '104943.188000', '104943.191000', '104943.194000', '104943.197000', '104943.200000', '104943.202000', '104943.205000', '104943.208000', '104943.211000', '104943.214000', '104943.216000', '104943.219000', '104943.222000', '104943.225000', '104943.228000', '104943.231000', '105003.112000', '105003.115000', '105003.118000', '105003.121000', '105003.124000', '105003.126000', '105003.129000', '105003.132000', '105003.135000', '105003.138000', '105003.140000', '105003.143000', '105003.146000', '105003.149000', '105003.152000', '105003.155000', '105003.157000', '105003.160000', '105003.163000', '105003.166000', '105003.169000', '105003.172000', '105003.175000', '105003.177000', '105003.180000', '105003.183000', '105003.186000', '105003.198000', '105003.201000', '105003.204000', '105003.206000', '105003.209000', '105003.212000', '105003.215000', '105003.218000', '105003.220000', '105003.223000', '105003.226000', '105003.229000', '105003.232000', '105003.235000', '105003.238000', '105003.240000', '105023.112000', '105023.115000', '105023.118000', '105023.121000', '105023.124000', '105023.127000', '105023.129000', '105023.132000', '105023.135000', '105023.138000', '105023.153000', '105023.156000', '105023.159000', '105023.162000', '105023.164000', '105023.167000', '105023.170000', '105023.173000', '105023.176000', '105023.179000', '105023.182000', '105023.184000', '105023.187000', '105023.190000', '105023.193000', '105023.196000', '105023.199000', '105023.201000', '105023.204000', '105023.207000', '105023.210000', '105023.213000', '105023.216000', '105023.219000', '105023.221000', '105023.224000', '105023.227000', '105023.230000', '105023.233000', '105023.236000', '105023.239000', '105023.241000', '105023.244000', '105023.247000', '105043.112000', '105043.115000', '105043.118000', '105043.121000', '105043.124000', '105043.127000', '105043.129000', '105043.132000', '105043.135000', '105043.138000', '105043.141000', '105043.144000', '105043.146000', '105043.149000', '105043.152000', '105043.155000', '105043.158000', '105043.161000', '105043.164000', '105043.166000', '105043.169000', '105043.172000', '105043.175000', '105043.178000', '105043.181000', '105043.184000', '105043.186000', '105043.189000', '105043.192000', '105043.195000', '105043.198000', '105043.201000', '105043.203000', '105043.206000', '105043.209000', '105043.212000', '105043.215000', '105043.218000', '105043.221000', '105043.223000', '105043.226000', '105043.229000', '105043.232000', '105103.112000', '105103.115000', '105103.118000', '105103.121000', '105103.124000', '105103.126000', '105103.129000', '105103.132000', '105103.135000', '105103.138000', '105103.141000', '105103.144000', '105103.147000', '105103.150000', '105103.153000', '105103.155000', '105103.158000', '105103.161000', '105103.164000', '105103.167000', '105103.170000', '105103.173000', '105103.176000', '105103.178000', '105103.181000', '105103.184000', '105103.187000', '105103.190000', '105103.193000', '105103.196000', '105103.199000', '105103.201000', '105103.204000', '105103.207000', '105103.210000', '105103.213000', '105103.216000', '105103.219000', '105103.222000', '105103.224000', '105103.227000', '105103.230000', '105103.233000', '105103.236000', '105123.111000', '105123.114000', '105123.117000', '105123.120000', '105123.124000', '105123.127000', '105123.130000', '105123.133000', '105123.136000', '105123.139000', '105123.142000', '105123.145000', '105123.147000', '105123.150000', '105123.153000', '105123.156000', '105123.159000', '105123.162000', '105123.165000', '105123.167000', '105123.170000', '105123.173000', '105123.176000', '105123.179000', '105123.182000', '105123.185000', '105123.188000', '105123.191000', '105123.193000', '105123.196000', '105123.199000', '105123.213000', '105123.216000', '105123.219000', '105123.222000', '105123.225000', '105123.228000', '105123.231000', '105123.233000', '105123.236000', '105123.239000', '105123.242000', '105123.245000', '105143.111000', '105143.114000', '105143.117000', '105143.120000', '105143.122000', '105143.125000', '105143.128000', '105143.131000', '105143.134000', '105143.137000', '105143.139000', '105143.142000', '105143.145000', '105143.150000', '105143.153000', '105143.155000', '105143.158000', '105143.161000', '105143.164000', '105143.167000', '105143.170000', '105143.173000', '105143.176000', '105143.179000', '105143.182000', '105143.185000', '105143.187000', '105143.190000', '105143.193000', '105143.196000', '105143.199000', '105143.202000', '105143.205000', '105143.208000', '105143.211000', '105143.229000', '105143.232000', '105143.235000', '105143.238000', '105143.241000', '105143.244000', '105143.247000', '105143.250000', '105143.252000', '105203.111000', '105203.114000', '105203.117000', '105203.120000', '105203.123000', '105203.126000', '105203.128000', '105203.131000', '105203.134000', '105203.137000', '105203.140000', '105203.145000', '105203.149000', '105203.152000', '105203.155000', '105203.158000', '105203.161000', '105203.163000', '105203.166000', '105203.169000', '105203.172000', '105203.175000', '105203.178000', '105203.181000', '105203.183000', '105203.186000', '105203.189000', '105203.192000', '105203.195000', '105203.198000', '105203.200000', '105203.203000', '105203.206000', '105203.209000', '105203.212000', '105203.215000', '105203.218000', '105203.220000', '105203.223000', '105203.226000', '105203.229000', '105203.232000', '105203.234000', '105223.112000', '105223.115000', '105223.118000', '105223.121000', '105223.124000', '105223.127000', '105223.129000', '105223.132000', '105223.135000', '105223.138000', '105223.141000', '105223.144000', '105223.147000', '105223.149000', '105223.152000', '105223.155000', '105223.158000', '105223.161000', '105223.164000', '105223.166000', '105223.169000', '105223.172000', '105223.175000', '105223.178000', '105223.181000', '105223.184000', '105223.186000', '105223.189000', '105223.192000', '105223.195000', '105223.198000', '105223.201000', '105223.203000', '105223.206000', '105223.209000', '105223.212000', '105223.215000', '105223.218000', '105223.220000', '105223.223000', '105223.226000', '105223.229000', '105223.232000', '105223.235000', '105243.112000', '105243.115000', '105243.118000', '105243.121000', '105243.124000', '105243.127000', '105243.130000', '105243.132000', '105243.135000', '105243.138000', '105243.141000', '105243.144000', '105243.147000', '105243.149000', '105243.152000', '105243.155000', '105243.160000', '105243.163000', '105243.166000', '105243.169000', '105243.172000', '105243.174000', '105243.177000', '105243.180000', '105243.183000', '105243.186000', '105243.189000', '105243.192000', '105243.195000', '105243.197000', '105243.200000', '105243.203000', '105243.206000', '105243.209000', '105243.212000', '105243.214000', '105243.217000', '105243.220000', '105243.223000', '105243.226000', '105243.229000', '105243.231000', '105243.234000', '105303.112000', '105303.115000', '105303.118000', '105303.121000', '105303.124000', '105303.127000', '105303.130000', '105303.132000', '105303.135000', '105303.138000', '105303.141000', '105303.144000', '105303.147000', '105303.149000', '105303.152000', '105303.155000', '105303.158000', '105303.161000', '105303.164000', '105303.167000', '105303.170000', '105303.173000', '105303.176000', '105303.178000', '105303.181000', '105303.184000', '105303.187000', '105303.190000', '105303.193000', '105303.196000', '105303.198000', '105303.201000', '105303.215000', '105303.218000', '105303.221000', '105303.224000', '105303.227000', '105303.230000', '105303.233000', '105303.236000', '105303.238000', '105303.241000', '105303.244000', '105303.247000', '105323.112000', '105323.115000', '105323.118000', '105323.121000', '105323.124000', '105323.127000', '105323.129000', '105323.132000', '105323.135000', '105323.138000', '105323.141000', '105323.144000', '105323.146000', '105323.149000', '105323.152000', '105323.155000', '105323.158000', '105323.161000', '105323.164000', '105323.166000', '105323.169000', '105323.172000', '105323.175000', '105323.178000', '105323.181000', '105323.184000', '105323.186000', '105323.190000', '105323.193000', '105323.196000', '105323.199000', '105323.202000', '105323.205000', '105323.208000', '105323.210000', '105323.213000', '105323.216000', '105323.219000', '105323.222000', '105323.225000', '105323.227000', '105323.230000', '105323.233000', '105343.111000', '105343.114000', '105343.117000', '105343.120000', '105343.123000', '105343.126000', '105343.128000', '105343.131000', '105343.134000', '105343.137000', '105343.140000', '105343.143000', '105343.145000', '105343.148000', '105343.151000', '105343.154000', '105343.157000', '105343.160000', '105343.163000', '105343.165000', '105343.168000', '105343.171000', '105343.174000', '105343.177000', '105343.180000', '105343.183000', '105343.185000', '105343.188000', '105343.191000', '105343.194000', '105343.197000', '105343.200000', '105343.202000', '105343.205000', '105343.208000', '105343.211000', '105343.214000', '105343.217000', '105343.219000', '105343.222000', '105343.225000', '105343.228000', '105343.231000', '105343.234000', '105403.111000', '105403.114000', '105403.117000', '105403.120000', '105403.123000', '105403.125000', '105403.128000', '105403.131000', '105403.134000', '105403.137000', '105403.140000', '105403.144000', '105403.147000', '105403.150000', '105403.153000', '105403.155000', '105403.158000', '105403.161000', '105403.164000', '105403.167000', '105403.170000', '105403.173000', '105403.175000', '105403.178000', '105403.181000', '105403.184000', '105403.187000', '105403.190000', '105403.193000', '105403.195000', '105403.198000', '105403.201000', '105403.204000', '105403.207000', '105403.210000', '105403.214000', '105403.216000', '105403.219000', '105403.222000', '105403.225000', '105403.228000', '105403.231000', '105403.233000', '105423.111000', '105423.114000', '105423.117000', '105423.120000', '105423.123000', '105423.125000', '105423.128000', '105423.131000', '105423.134000', '105423.137000', '105423.140000', '105423.142000', '105423.145000', '105423.148000', '105423.151000', '105423.154000', '105423.157000', '105423.159000', '105423.162000', '105423.165000', '105423.168000', '105423.171000', '105423.174000', '105423.176000', '105423.179000', '105423.182000', '105423.185000', '105423.188000', '105423.206000', '105423.209000', '105423.212000', '105423.214000', '105423.217000', '105423.220000', '105423.223000', '105423.226000', '105423.229000', '105423.232000', '105423.234000', '105423.237000', '105423.240000', '105423.243000', '105423.246000', '105423.249000', '105443.112000', '105443.115000', '105443.118000', '105443.121000', '105443.124000', '105443.127000', '105443.129000', '105443.132000', '105443.135000', '105443.138000', '105443.141000', '105443.144000', '105443.146000', '105443.149000', '105443.152000', '105443.155000', '105443.158000', '105443.161000', '105443.164000', '105443.166000', '105443.169000', '105443.172000', '105443.175000', '105443.178000', '105443.181000', '105443.183000', '105443.186000', '105443.189000', '105443.192000', '105443.195000', '105443.198000', '105443.201000', '105443.203000', '105443.206000', '105443.209000', '105443.212000', '105443.215000', '105443.217000', '105443.220000', '105443.223000', '105443.226000', '105443.230000', '105443.233000', '105503.112000', '105503.115000', '105503.118000', '105503.121000', '105503.124000', '105503.127000', '105503.129000', '105503.132000', '105503.135000', '105503.138000', '105503.141000', '105503.144000', '105503.147000', '105503.150000', '105503.152000', '105503.155000', '105503.158000', '105503.161000', '105503.164000', '105503.167000', '105503.169000', '105503.172000', '105503.175000', '105503.178000', '105503.181000', '105503.184000', '105503.186000', '105503.189000', '105503.192000', '105503.195000', '105503.198000', '105503.201000', '105503.204000', '105503.206000', '105503.209000', '105503.212000', '105503.215000', '105503.218000', '105503.221000', '105503.224000', '105503.226000', '105503.229000', '105503.232000', '105503.235000', '105523.112000', '105523.115000', '105523.118000', '105523.121000', '105523.124000', '105523.127000', '105523.130000', '105523.132000', '105523.135000', '105523.138000', '105523.141000', '105523.144000', '105523.147000', '105523.150000', '105523.152000', '105523.155000', '105523.158000', '105523.161000', '105523.164000', '105523.167000', '105523.170000', '105523.173000', '105523.175000', '105523.178000', '105523.183000', '105523.186000', '105523.189000', '105523.192000', '105523.194000', '105523.197000', '105523.200000', '105523.203000', '105523.206000', '105523.209000', '105523.212000', '105523.214000', '105523.217000', '105523.220000', '105523.223000', '105523.226000', '105523.229000', '105523.232000', '105523.235000', '105543.112000', '105543.115000', '105543.118000', '105543.121000', '105543.124000', '105543.127000', '105543.129000', '105543.132000', '105543.135000', '105543.138000', '105543.141000', '105543.144000', '105543.147000', '105543.150000', '105543.153000', '105543.155000', '105543.158000', '105543.161000', '105543.164000', '105543.167000', '105543.170000', '105543.173000', '105543.175000', '105543.178000', '105543.181000', '105543.197000', '105543.200000', '105543.203000', '105543.206000', '105543.209000', '105543.212000', '105543.215000', '105543.217000', '105543.220000', '105543.223000', '105543.226000', '105543.229000', '105543.232000', '105543.234000', '105543.237000', '105543.240000', '105543.243000', '105543.246000', '105543.249000', '105603.111000', '105603.114000', '105603.117000', '105603.120000', '105603.123000', '105603.125000', '105603.128000', '105603.131000', '105603.134000', '105603.137000', '105603.140000', '105603.143000', '105603.145000', '105603.148000', '105603.151000', '105603.154000', '105603.157000', '105603.160000', '105603.163000', '105603.165000', '105603.168000', '105603.171000', '105603.174000', '105603.177000', '105603.180000', '105603.183000', '105603.185000', '105603.188000', '105603.191000', '105603.194000', '105603.197000', '105603.200000', '105603.202000', '105603.205000', '105603.208000', '105603.211000', '105603.214000', '105603.217000', '105603.220000', '105603.222000', '105603.225000', '105603.228000', '105603.231000', '105623.111000', '105623.114000', '105623.117000', '105623.120000', '105623.123000', '105623.126000', '105623.128000', '105623.131000', '105623.134000', '105623.137000', '105623.140000', '105623.143000', '105623.146000', '105623.148000', '105623.151000', '105623.154000', '105623.157000', '105623.160000', '105623.163000', '105623.166000', '105623.169000', '105623.172000', '105623.174000', '105623.177000', '105623.180000', '105623.183000', '105623.186000', '105623.189000', '105623.192000', '105623.195000', '105623.197000', '105623.200000', '105623.203000', '105623.206000', '105623.209000', '105623.212000', '105623.214000', '105623.217000', '105623.220000', '105623.223000', '105623.226000', '105623.229000', '105623.232000', '105623.234000', '105643.111000', '105643.114000', '105643.117000', '105643.120000', '105643.123000', '105643.126000', '105643.128000', '105643.131000', '105643.134000', '105643.137000', '105643.140000', '105643.143000', '105643.146000', '105643.149000', '105643.151000', '105643.154000', '105643.157000', '105643.160000', '105643.163000', '105643.166000', '105643.168000', '105643.171000', '105643.174000', '105643.177000', '105643.180000', '105643.183000', '105643.186000', '105643.188000', '105643.191000', '105643.194000', '105643.197000', '105643.200000', '105643.203000', '105643.206000', '105643.208000', '105643.211000', '105643.214000', '105643.217000', '105643.221000', '105643.224000', '105643.227000', '105643.230000', '105643.233000', '105703.112000', '105703.115000', '105703.118000', '105703.121000', '105703.124000', '105703.126000', '105703.129000', '105703.132000', '105703.135000', '105703.138000', '105703.141000', '105703.144000', '105703.147000', '105703.150000', '105703.152000', '105703.155000', '105703.158000', '105703.161000', '105703.164000', '105703.167000', '105703.170000', '105703.173000', '105703.175000', '105703.178000', '105703.181000', '105703.185000', '105703.188000', '105703.190000', '105703.193000', '105703.196000', '105703.199000', '105703.202000', '105703.204000', '105703.207000', '105703.210000', '105703.213000', '105703.216000', '105703.219000', '105703.222000', '105703.225000', '105703.228000', '105703.230000', '105703.233000', '105703.236000', '105723.112000', '105723.115000', '105723.118000', '105723.121000', '105723.124000', '105723.127000', '105723.130000', '105723.132000', '105723.135000', '105723.138000', '105723.141000', '105723.144000', '105723.147000', '105723.149000', '105723.152000', '105723.155000', '105723.158000', '105723.161000', '105723.164000', '105723.167000', '105723.170000', '105723.173000', '105723.175000', '105723.178000', '105723.181000', '105723.184000', '105723.187000', '105723.190000', '105723.193000', '105723.195000', '105723.198000', '105723.201000', '105723.204000', '105723.207000', '105723.210000', '105723.213000', '105723.215000', '105723.218000', '105723.221000', '105723.224000', '105723.227000', '105723.232000', '105723.235000', '105743.112000', '105743.115000', '105743.118000', '105743.121000', '105743.124000', '105743.127000', '105743.130000', '105743.132000', '105743.135000', '105743.138000', '105743.141000', '105743.144000', '105743.147000', '105743.150000', '105743.152000', '105743.155000', '105743.158000', '105743.161000', '105743.164000', '105743.166000', '105743.169000', '105743.172000', '105743.175000', '105743.178000', '105743.181000', '105743.184000', '105743.186000', '105743.189000', '105743.192000', '105743.195000', '105743.198000', '105743.201000', '105743.204000', '105743.206000', '105743.209000', '105743.212000', '105743.215000', '105743.218000', '105743.221000', '105743.224000', '105743.226000', '105743.229000', '105743.232000', '105743.235000', '105803.112000', '105803.115000', '105803.118000', '105803.121000', '105803.124000', '105803.127000', '105803.130000', '105803.133000', '105803.136000', '105803.138000', '105803.141000', '105803.144000', '105803.147000', '105803.150000', '105803.153000', '105803.156000', '105803.158000', '105803.161000', '105803.164000', '105803.167000', '105803.170000', '105803.173000', '105803.176000', '105803.178000', '105803.181000', '105803.184000', '105803.187000', '105803.190000', '105803.193000', '105803.195000', '105803.198000', '105803.201000', '105803.214000', '105803.217000', '105803.220000', '105803.223000', '105803.226000', '105803.229000', '105803.232000', '105803.234000', '105803.237000', '105803.240000', '105803.243000', '105816.716000', '105816.720000', '105816.722000', '105816.725000', '105816.729000', '105816.732000', '105816.735000', '105816.738000', '105816.741000', '105816.744000', '105816.747000', '105816.750000', '105816.753000', '105816.755000', '105816.758000', '105816.761000', '105816.764000', '105816.767000', '105816.770000', '105816.773000', '105816.777000', '105816.780000', '105816.782000', '105816.785000', '105816.788000', '105816.791000', '105816.794000', '105816.797000', '105816.800000', '105816.803000'], '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': [8805, 7643, 9604, 8025, 7544, 10860, 7871, 7909, 7885, 7416, 10023, 7654, 8540, 11649, 7529, 8768, 7714, 7297, 8742, 7406, 7132, 8689, 7659, 7003, 7414, 7221, 8036, 7698, 7342, 8194, 7729, 6964, 7540, 7241, 9928, 7307, 7094, 9946, 7560, 8245, 7585, 7053, 8681, 7406, 9010, 7678, 7267, 11122, 7401, 8398, 8692, 6919, 12078, 7501, 8033, 11007, 7234, 8627, 7492, 7134, 9707, 7489, 8007, 9748, 7186, 9754, 7260, 8473, 7928, 7069, 11435, 7005, 7631, 10170, 7146, 8594, 7861, 7500, 8888, 6972, 10921, 7806, 7149, 11498, 7266, 8598, 7372, 7289, 9395, 7223, 8016, 7830, 7166, 10628, 7489, 8111, 7603, 7181, 10596, 7174, 7526, 8536, 6913, 8485, 7250, 7154, 11028, 7188, 7755, 7272, 7117, 8375, 7281, 6916, 9070, 7184, 8038, 6961, 6901, 9188, 7004, 8669, 7289, 7417, 9857, 6935, 8231, 7557, 7405, 11106, 7006, 8326, 6791, 6950, 9176, 6816, 7650, 7411, 6852, 10070, 6538, 7687, 7129, 6692, 10502, 6911, 8017, 6877, 6473, 8786, 6717, 7994, 8675, 6610, 9854, 6517, 7576, 9869, 6508, 9962, 6335, 7900, 8964, 6649, 9073, 6453, 7750, 9717, 6736, 9195, 6482, 7605, 8403, 6474, 10166, 7326, 7767, 9250, 6919, 8412, 7200, 7481, 11603, 6806, 8585, 6573, 6744, 8892, 6772, 7809, 6758, 6904, 9060, 6980, 7850, 6587, 6940, 10364, 6929, 8098, 6416, 6593, 8747, 6718, 7612, 8879, 6639, 10107, 7689, 7383, 9955, 6964, 8321, 6849, 6720, 10213, 6620, 8516, 6857, 6621, 9271, 6488, 7771, 7960, 6638, 9702, 6417, 7537, 9120, 6608, 9468, 6692, 7985, 7266, 6774, 9650, 6571, 8011, 7561, 6715, 8857, 6398, 7949, 7712, 6845, 9973, 6644, 10204, 6649, 7819, 7955, 6523, 9197, 6735, 7932, 9985, 6814, 9795, 6480, 7825, 9897, 6749, 9224, 6302, 7702, 10702, 6653, 9973, 6477, 7582, 7843, 7068, 8474, 6346, 7726, 8714, 6658, 10094, 6411, 7932, 10269, 7145, 9987, 7441, 7487, 11492, 6567, 9051, 7413, 6705, 10664, 6534, 8371, 7513, 6768, 8925, 6420, 7710, 7870, 6772, 8506, 6354, 7829, 10450, 6570, 8859, 6601, 6855, 9358, 6897, 8423, 7348, 7210, 9997, 6992, 8253, 6696, 7491, 10862, 7028, 8941, 6499, 7034, 10167, 6806, 9543, 8294, 7421, 10436, 6587, 8345, 6919, 6976, 10658, 6631, 8119, 6791, 6586, 8472, 6855, 7776, 8968, 6820, 9349, 6470, 7885, 9402, 6717, 9534, 6347, 7951, 8105, 7053, 10232, 6626, 8148, 8269, 6697, 9529, 6460, 7962, 10461, 6750, 9667, 6489, 7659, 9822, 6829, 9725, 6205, 7865, 7992, 7045, 9029, 6615, 7731, 7336, 6587, 8936, 6589, 8157, 9220, 7280, 11162, 6500, 8210, 7310, 6987, 10908, 6969, 8559, 7061, 6809, 8994, 7067, 8676, 7435, 7980, 11135, 7115, 9350, 6456, 7430, 9990, 6908, 10311, 6542, 7868, 10379, 6923, 8723, 6743, 7842, 10711, 6990, 8299, 6433, 7499, 10244, 6982, 9240, 6455, 7520, 9525, 6927, 8584, 6451, 7437, 11509, 6880, 8856, 6423, 7210, 9363, 6958, 8776, 6500, 6675, 8674, 6621, 8108, 6485, 7135, 9359, 6930, 8331, 7154, 7456, 10302, 6661, 8419, 6329, 7456, 10454, 6774, 9305, 6448, 7190, 9583, 6750, 9365, 7229, 7413, 9934, 6874, 8373, 6404, 8350, 11647, 7198, 11523, 6579, 7943, 6924, 6892, 9500, 6743, 8938, 7642, 7534, 9963, 6866, 8638, 6427, 7977, 10769, 6918, 9450, 6288, 6949, 9601, 6861, 9929, 6395, 7232, 9742, 6839, 8592, 6376, 7783, 9537, 6758, 9464, 6426, 7597, 8387, 6772, 9389, 6432, 7618, 11064, 6820, 8346, 6313, 7769, 11189, 6701, 10035, 6296, 7700, 9388, 6888, 8856, 6514, 7614, 7905, 6731, 8367, 6284, 7921, 8854, 6595, 9994, 6337, 7920, 9072, 6940, 10975, 6728, 8562, 8662, 6800, 9769, 7002, 8021, 10373, 6804, 10090, 6650, 8083, 8736, 6826, 10306, 6443, 7954, 8076, 6768, 10229, 6749, 8022, 9748, 6834, 8790, 6500, 7498, 10158, 6697, 8710, 6424, 6848, 9345, 6745, 8334, 6785, 7370, 10466, 6777, 8386, 6493, 7704, 10421, 6882, 10721, 6598, 8069, 10975, 6809, 9601, 6694, 8107, 12062, 7310, 10061, 6415, 7661, 9182, 7016, 9428, 6847, 8002, 7926, 6829, 8997, 7040, 8341, 9870, 7288, 10564, 6403, 8097, 6935, 7223, 11091, 6915, 8557, 7524, 6988, 9722, 7269, 9560, 9443, 8278, 11578, 7013, 9219, 7071, 8077, 8188, 7016, 10516, 7074, 8110, 7180, 6844, 9570, 6698, 8556, 8132, 6999, 10608, 6359, 7964, 6962, 6851, 10678, 6814, 8500, 6327, 7367, 8636, 7136, 10091, 7057, 7866, 7517, 7199, 8997, 7233, 8401, 8465, 7272, 11215, 7049, 8391, 7665, 7217, 11403, 7405, 8961, 6461, 7210, 9729, 6874, 8640, 7633, 7728, 11378, 6855, 8509, 6745, 7124, 9932, 6933, 8812, 7616, 6913, 9185, 6437, 8176, 7343, 7268, 10113, 6624, 8310, 6902, 6933, 8811, 6834, 8044, 8272, 6788, 9270, 6579, 7697, 11731, 6929, 8699, 6672, 7059, 8892, 6890, 8433, 6599, 7398, 9224, 6784, 8158, 7367, 7300, 10838, 6793, 8120, 6690, 6936, 10359, 6807, 9121, 6807, 7251, 8880, 6607, 7933, 7517, 7319, 10208, 6734, 8180, 6653, 7574, 10179, 6782, 9070, 6755, 7266, 9356, 6796, 8773, 7896, 7208, 9690, 6679, 8294, 7529, 7846, 10858, 6537, 9049, 6816, 7258, 9516, 6645, 9489, 6342, 7952, 9488, 6598, 8947, 6582, 7567, 9579, 6628, 9116, 6534, 8314, 9514, 7951, 11851, 6719, 8575, 6975, 7428, 11484, 7006, 10044, 7145, 7097, 9422, 6588, 8655, 7057, 7426, 9248, 6403, 8254, 7256, 6988, 8506, 6335, 8079, 6706, 6945, 8732, 6402, 7818, 6327, 7019, 9565, 6779, 8367, 6496, 7407, 8907, 6806, 10668, 6434, 8234, 8961, 6613, 10154, 6592, 8259, 10623, 7743, 11328, 6529, 8516, 6999, 8188, 11002, 7169, 10027, 6670, 7730, 8954, 6898, 10797, 6864, 8359, 8081, 6858, 8824, 6329, 8218, 10819, 7044, 10164, 6340, 8257, 8745, 7344, 10810, 7169, 8272, 7356, 6909, 9140, 6500, 8516, 8014, 7539, 10019, 6611, 8172, 6777, 7682, 10779, 6946, 9872, 6680, 7852, 9609, 6863, 9103, 6722, 7699, 11308, 6621, 8551, 6248, 7710, 9637, 6918, 10376, 6256, 8200, 8818, 6772, 8763, 6589, 7800, 7336, 6657, 8714, 6703, 7967, 8651, 7099, 9194, 6400, 8040, 8070, 6914, 11059, 6730, 8586, 6384, 7027, 8805, 6645, 8802, 6835, 8180, 10194, 6846, 9348, 6313, 8310, 10410, 7356, 11219, 6582, 8450, 8838, 7378, 11136, 7002, 8655, 9505, 6886, 9498, 6421, 8180, 9115, 7200, 11238, 6653, 8467, 6318, 7865, 8429, 6636, 8852, 6717, 9388, 7048, 8173, 10677, 6885, 8853, 6450, 8168, 10148, 7024, 9155, 6479, 8027, 8615, 6598, 9509, 6209, 7863, 6813, 6913, 9389, 6557, 8171, 6575, 7056, 9217, 6693, 8273, 8412, 7714, 11361, 7053, 8699, 7875, 7002, 9150, 6543, 8146, 8179, 6748, 9108, 6348, 8206, 9426, 6822, 9530, 6461, 7830, 10393, 6852, 8937, 7704, 7442, 11192, 7023, 8269, 8759, 6726, 8803, 6608, 7779, 9173, 6835, 9122, 6228, 8107, 8006, 6820, 9967, 6405, 8416, 11335, 7209, 9578, 6658, 7151, 9291, 6769, 8627, 7755, 7785, 9544, 6780, 8206, 6410, 7005, 9785, 6653, 8282, 6545, 6920, 8675, 6835, 8034, 6970, 7371, 8905, 6671, 7887, 6561, 7280, 10812, 6814, 8904, 6499, 7395, 9538, 6847, 9590, 6364, 7671, 9909, 6687, 8738, 6870, 7658, 10432, 6661, 8519, 6361, 7661, 10769, 7392, 10088, 6352, 7685, 8640, 6855, 9401, 6352, 8381, 10851, 7243, 9402, 6389, 7854, 7585, 6873, 10150, 6976, 8542, 6396, 7011, 8542, 6807, 8966, 7552, 7853, 9943, 6511, 8592, 6315, 8462, 10182, 7807, 11107, 6661, 8351, 7695, 6675, 9559, 6844, 7921, 6727, 6574, 8777, 6563, 7876, 7354, 7786, 9516, 6501, 8135, 6394, 7201, 10125, 6674, 8440, 6302, 7449, 8284, 6541, 9696, 6597, 8194, 8773, 6962, 9506, 6667, 9090, 10459, 7938, 10640, 6786, 8385, 6701, 7358, 10218, 7095, 8604, 6212, 7178, 9151, 6880, 8813, 6429, 7519, 9353, 6809, 8594, 6281, 7939, 9239, 7256, 8968, 6553, 7987, 6678, 7268, 10511, 7423, 10067, 6408, 7924, 9035, 6940, 9519, 6486, 8506, 8497, 7067, 9001, 6711, 8307, 9395, 7332, 10070, 6427, 8079, 7336, 6911, 9205, 6656, 8036, 6383, 6884, 8756, 6345, 8323, 6360, 7446, 8765, 6693, 8506, 6286, 8318, 8881, 7579, 10188, 6798, 8720, 7528, 8194, 11568, 7286, 9135, 6395, 7596, 9981, 7086, 9633, 6296, 7339, 8808, 6651, 9305, 6680, 8150, 7892, 7077, 8982, 6683, 8134, 7686, 7181, 9605, 6641, 8403, 7811, 8056, 10271, 6878, 8648, 6265, 7969, 10783, 7068, 9665, 6298, 7377, 9008, 6718, 9310, 6448, 7767, 8180, 6741, 8664, 6493, 8386, 8774, 7766, 10915, 6815, 8601, 7437, 7243, 9217, 6865, 8238, 7646, 7333, 9387, 6665, 8320, 7039, 7103, 10620, 6792, 8717, 6308, 7532, 8960, 6705, 8459, 7623, 7909, 9853, 6720, 8551, 6845, 7073, 10362, 6986, 8958, 6304, 7280, 8926, 6936, 10020, 6569, 7528, 6618, 7081, 8868, 7000, 9465, 7367, 7638, 10088, 6866, 8752, 6351, 8582, 10132, 7268, 10863, 6941, 9240, 8797, 7281, 9427, 6588, 8419, 6976, 7357, 10957, 6924, 8949, 7146, 7666, 10261, 6706, 9252, 6797, 7678, 9156, 6537, 8468, 7084, 6966, 9554, 6521, 8031, 7957, 6641, 9709, 6583, 7912, 6571, 6920, 8346, 6389, 7616, 6894, 7644, 9126, 6518, 8030, 6825, 7180, 9629, 6594, 8479, 6873, 7195, 8984, 6766, 7979, 6928, 7398, 9130, 6680, 8034, 7217, 7686, 9857, 6857, 8261, 6427, 7373, 10548, 7226, 9191, 6349, 8402, 8443, 6871, 10540, 6945, 8278, 7393, 7234, 9480, 6869, 8278, 7369, 8113, 11463, 6882, 8860, 6351, 7530, 9712, 7009, 10303, 6419, 7989, 8503, 7124, 8607, 6407, 7723, 8699, 7147, 8506, 6412, 7645, 8144, 6894, 8683, 6411, 7514, 7940, 6746, 8293, 6332, 7485, 7176, 6896, 8335, 6465, 7804, 8175, 7303, 9133, 6391, 7969, 7775, 7117, 10249, 6692, 8401, 7030, 7135, 10123, 7168, 8589, 6783, 6880, 9790, 6816, 9140, 6833, 8093, 9360, 6722, 8527, 6419, 8758, 9888, 8399, 12040, 7475, 8367, 6694, 8027, 8438, 7234, 9063, 6815, 8409, 6959, 8229, 10396, 7283, 10348, 7999, 8682, 8816, 7057, 9548, 6900, 8768, 7038, 7767, 10294, 6897, 8447, 6293, 7591, 7475, 6901, 9056, 6398, 8258, 8713, 6982, 9160, 6483, 8372, 6356, 7326, 9298, 6661, 8587, 6261, 7540, 7839, 6894, 9568, 6569, 7891, 6710, 7008, 9138, 6738, 9054, 7219, 7616, 11273, 7440, 9244, 6483, 7946, 8096, 7253, 10517, 6740, 8757, 6328, 7680, 9633, 6994, 10135, 6259, 8157, 8021, 7000, 9718, 7176, 8535, 7439, 7619, 10224, 6761, 8508, 7481, 8081, 10059, 6702, 8545, 6315, 8369, 8076, 7934, 10599, 6911, 8826, 6266, 7250, 8298, 6836, 9347, 6953, 8450, 7246, 7277, 9101, 6548, 8240, 6648, 7518, 10652, 6860, 8817, 6327, 7651, 8759, 6636, 8741, 6397, 7836, 8177, 7073, 8507, 6301, 7825, 9281, 7381, 9549, 6412, 7985, 7297, 7073, 9815, 6790, 8414, 7481, 7422, 10016, 6621, 8643, 6297, 7311, 8573, 6815, 8943, 6659, 8050, 7916, 7200, 8718, 6476, 8415, 9178, 7122, 10333, 6748, 8560, 7526, 7382, 10312], 'WindowCenter': [4152.0, 4118.0, 4137.0, 4101.0, 4102.0, 4142.0, 4100.0, 4100.0, 4100.0, 4091.0, 4130.0, 4101.0, 4123.0, 4142.0, 4101.0, 4122.0, 4101.0, 4102.0, 4111.0, 4090.0, 4104.0, 4123.0, 4115.0, 4105.0, 4104.0, 4117.0, 4127.0, 4116.0, 4118.0, 4138.0, 4128.0, 4117.0, 4129.0, 4132.0, 4171.0, 4118.0, 4120.0, 4159.0, 4130.0, 4151.0, 4129.0, 4120.0, 4149.0, 4130.0, 4151.0, 4130.0, 4131.0, 4180.0, 4119.0, 4140.0, 4149.0, 4120.0, 4180.0, 4115.0, 4127.0, 4155.0, 4105.0, 4138.0, 4105.0, 4106.0, 4145.0, 4105.0, 4127.0, 4146.0, 4104.0, 4145.0, 4115.0, 4136.0, 4125.0, 4107.0, 4167.0, 4103.0, 4115.0, 4143.0, 4093.0, 4124.0, 4113.0, 4105.0, 4133.0, 4103.0, 4155.0, 4101.0, 4092.0, 4152.0, 4091.0, 4122.0, 4090.0, 4102.0, 4121.0, 4102.0, 4125.0, 4113.0, 4093.0, 4142.0, 4101.0, 4111.0, 4101.0, 4104.0, 4154.0, 4104.0, 4115.0, 4123.0, 4091.0, 4122.0, 4099.0, 4092.0, 4153.0, 4091.0, 4112.0, 4090.0, 4091.0, 4112.0, 4101.0, 4102.0, 4132.0, 4103.0, 4124.0, 4102.0, 4105.0, 4133.0, 4105.0, 4136.0, 4103.0, 4115.0, 4144.0, 4104.0, 4125.0, 4113.0, 4103.0, 4154.0, 4093.0, 4124.0, 4081.0, 4092.0, 4132.0, 4092.0, 4114.0, 4102.0, 4094.0, 4144.0, 4082.0, 4114.0, 4092.0, 4095.0, 4155.0, 4104.0, 4124.0, 4093.0, 4094.0, 4133.0, 4093.0, 4126.0, 4134.0, 4093.0, 4158.0, 4084.0, 4114.0, 4145.0, 4085.0, 4144.0, 4083.0, 4124.0, 4132.0, 4092.0, 4133.0, 4082.0, 4115.0, 4143.0, 4093.0, 4133.0, 4083.0, 4114.0, 4122.0, 4083.0, 4144.0, 4101.0, 4113.0, 4133.0, 4103.0, 4123.0, 4089.0, 4101.0, 4152.0, 4080.0, 4122.0, 4079.0, 4091.0, 4120.0, 4080.0, 4112.0, 4091.0, 4104.0, 4133.0, 4103.0, 4124.0, 4091.0, 4104.0, 4154.0, 4104.0, 4125.0, 4083.0, 4093.0, 4134.0, 4094.0, 4116.0, 4134.0, 4093.0, 4156.0, 4114.0, 4104.0, 4143.0, 4103.0, 4124.0, 4091.0, 4093.0, 4143.0, 4093.0, 4134.0, 4092.0, 4093.0, 4133.0, 4082.0, 4115.0, 4113.0, 4093.0, 4143.0, 4082.0, 4113.0, 4133.0, 4093.0, 4144.0, 4094.0, 4127.0, 4102.0, 4094.0, 4146.0, 4094.0, 4125.0, 4101.0, 4093.0, 4132.0, 4082.0, 4125.0, 4113.0, 4095.0, 4156.0, 4095.0, 4156.0, 4093.0, 4114.0, 4112.0, 4083.0, 4135.0, 4093.0, 4126.0, 4144.0, 4093.0, 4143.0, 4081.0, 4113.0, 4129.0, 4081.0, 4131.0, 4069.0, 4113.0, 4141.0, 4081.0, 4131.0, 4069.0, 4100.0, 4108.0, 4090.0, 4111.0, 4081.0, 4113.0, 4123.0, 4093.0, 4144.0, 4082.0, 4114.0, 4142.0, 4092.0, 4144.0, 4100.0, 4101.0, 4153.0, 4081.0, 4121.0, 4088.0, 4081.0, 4140.0, 4069.0, 4111.0, 4099.0, 4081.0, 4132.0, 4080.0, 4114.0, 4112.0, 4093.0, 4122.0, 4080.0, 4114.0, 4154.0, 4092.0, 4133.0, 4092.0, 4093.0, 4132.0, 4103.0, 4125.0, 4102.0, 4103.0, 4143.0, 4103.0, 4123.0, 4093.0, 4116.0, 4155.0, 4105.0, 4135.0, 4082.0, 4104.0, 4144.0, 4094.0, 4146.0, 4122.0, 4103.0, 4143.0, 4091.0, 4123.0, 4091.0, 4104.0, 4155.0, 4094.0, 4125.0, 4092.0, 4095.0, 4124.0, 4095.0, 4127.0, 4134.0, 4093.0, 4134.0, 4082.0, 4126.0, 4134.0, 4094.0, 4143.0, 4082.0, 4123.0, 4112.0, 4106.0, 4156.0, 4094.0, 4125.0, 4122.0, 4093.0, 4144.0, 4081.0, 4125.0, 4154.0, 4092.0, 4144.0, 4083.0, 4113.0, 4143.0, 4094.0, 4134.0, 4071.0, 4113.0, 4111.0, 4104.0, 4134.0, 4092.0, 4115.0, 4103.0, 4093.0, 4134.0, 4093.0, 4126.0, 4134.0, 4104.0, 4153.0, 4082.0, 4125.0, 4102.0, 4104.0, 4155.0, 4092.0, 4123.0, 4091.0, 4093.0, 4121.0, 4092.0, 4123.0, 4091.0, 4114.0, 4153.0, 4092.0, 4133.0, 4069.0, 4102.0, 4131.0, 4092.0, 4143.0, 4071.0, 4113.0, 4140.0, 4092.0, 4123.0, 4080.0, 4113.0, 4142.0, 4092.0, 4122.0, 4081.0, 4115.0, 4144.0, 4103.0, 4133.0, 4081.0, 4113.0, 4130.0, 4092.0, 4123.0, 4081.0, 4105.0, 4154.0, 4093.0, 4133.0, 4080.0, 4103.0, 4133.0, 4093.0, 4124.0, 4081.0, 4094.0, 4123.0, 4094.0, 4125.0, 4083.0, 4105.0, 4133.0, 4093.0, 4124.0, 4104.0, 4105.0, 4144.0, 4093.0, 4124.0, 4082.0, 4106.0, 4155.0, 4093.0, 4135.0, 4082.0, 4094.0, 4141.0, 4096.0, 4147.0, 4103.0, 4104.0, 4144.0, 4092.0, 4123.0, 4082.0, 4126.0, 4155.0, 4093.0, 4155.0, 4083.0, 4113.0, 4090.0, 4093.0, 4132.0, 4092.0, 4136.0, 4113.0, 4115.0, 4144.0, 4083.0, 4122.0, 4069.0, 4113.0, 4143.0, 4092.0, 4131.0, 4068.0, 4090.0, 4130.0, 4080.0, 4133.0, 4070.0, 4091.0, 4129.0, 4080.0, 4111.0, 4069.0, 4114.0, 4132.0, 4093.0, 4133.0, 4082.0, 4114.0, 4111.0, 4082.0, 4132.0, 4071.0, 4114.0, 4154.0, 4083.0, 4123.0, 4080.0, 4113.0, 4153.0, 4082.0, 4133.0, 4071.0, 4103.0, 4131.0, 4092.0, 4133.0, 4083.0, 4113.0, 4113.0, 4093.0, 4122.0, 4082.0, 4126.0, 4134.0, 4096.0, 4145.0, 4095.0, 4127.0, 4134.0, 4105.0, 4155.0, 4093.0, 4136.0, 4123.0, 4093.0, 4142.0, 4092.0, 4113.0, 4141.0, 4082.0, 4142.0, 4080.0, 4112.0, 4122.0, 4092.0, 4141.0, 4070.0, 4112.0, 4111.0, 4093.0, 4144.0, 4081.0, 4113.0, 4131.0, 4080.0, 4121.0, 4070.0, 4101.0, 4142.0, 4081.0, 4121.0, 4081.0, 4093.0, 4131.0, 4092.0, 4123.0, 4093.0, 4104.0, 4153.0, 4094.0, 4124.0, 4082.0, 4115.0, 4144.0, 4093.0, 4155.0, 4094.0, 4115.0, 4143.0, 4081.0, 4134.0, 4094.0, 4127.0, 4163.0, 4103.0, 4142.0, 4081.0, 4101.0, 4131.0, 4092.0, 4133.0, 4081.0, 4114.0, 4112.0, 4093.0, 4133.0, 4092.0, 4125.0, 4143.0, 4102.0, 4142.0, 4070.0, 4113.0, 4090.0, 4104.0, 4153.0, 4092.0, 4123.0, 4101.0, 4092.0, 4132.0, 4102.0, 4144.0, 4133.0, 4113.0, 4153.0, 4092.0, 4130.0, 4091.0, 4111.0, 4109.0, 4091.0, 4143.0, 4092.0, 4112.0, 4091.0, 4082.0, 4130.0, 4078.0, 4122.0, 4110.0, 4092.0, 4140.0, 4071.0, 4112.0, 4090.0, 4082.0, 4153.0, 4082.0, 4123.0, 4082.0, 4102.0, 4122.0, 4104.0, 4145.0, 4104.0, 4115.0, 4103.0, 4104.0, 4132.0, 4104.0, 4125.0, 4122.0, 4104.0, 4152.0, 4089.0, 4122.0, 4100.0, 4102.0, 4154.0, 4101.0, 4122.0, 4070.0, 4102.0, 4129.0, 4080.0, 4121.0, 4100.0, 4112.0, 4152.0, 4080.0, 4121.0, 4079.0, 4090.0, 4131.0, 4091.0, 4123.0, 4099.0, 4090.0, 4120.0, 4069.0, 4112.0, 4101.0, 4102.0, 4141.0, 4081.0, 4122.0, 4091.0, 4092.0, 4132.0, 4090.0, 4111.0, 4121.0, 4092.0, 4132.0, 4080.0, 4112.0, 4151.0, 4092.0, 4122.0, 4079.0, 4092.0, 4132.0, 4104.0, 4124.0, 4091.0, 4102.0, 4133.0, 4093.0, 4123.0, 4113.0, 4115.0, 4154.0, 4093.0, 4115.0, 4081.0, 4103.0, 4144.0, 4094.0, 4134.0, 4091.0, 4104.0, 4132.0, 4091.0, 4125.0, 4103.0, 4115.0, 4154.0, 4094.0, 4124.0, 4092.0, 4126.0, 4156.0, 4094.0, 4133.0, 4090.0, 4104.0, 4133.0, 4092.0, 4135.0, 4113.0, 4102.0, 4132.0, 4092.0, 4123.0, 4111.0, 4125.0, 4155.0, 4082.0, 4132.0, 4080.0, 4104.0, 4145.0, 4095.0, 4146.0, 4083.0, 4124.0, 4143.0, 4094.0, 4135.0, 4094.0, 4115.0, 4143.0, 4093.0, 4134.0, 4082.0, 4124.0, 4144.0, 4124.0, 4154.0, 4081.0, 4122.0, 4089.0, 4101.0, 4152.0, 4089.0, 4132.0, 4079.0, 4090.0, 4120.0, 4080.0, 4121.0, 4079.0, 4090.0, 4118.0, 4070.0, 4120.0, 4100.0, 4092.0, 4120.0, 4081.0, 4123.0, 4092.0, 4104.0, 4134.0, 4083.0, 4116.0, 4084.0, 4106.0, 4145.0, 4096.0, 4125.0, 4085.0, 4118.0, 4135.0, 4108.0, 4169.0, 4084.0, 4126.0, 4135.0, 4094.0, 4154.0, 4094.0, 4125.0, 4155.0, 4115.0, 4154.0, 4082.0, 4122.0, 4092.0, 4124.0, 4154.0, 4093.0, 4142.0, 4081.0, 4113.0, 4121.0, 4103.0, 4155.0, 4081.0, 4111.0, 4111.0, 4082.0, 4133.0, 4082.0, 4124.0, 4154.0, 4092.0, 4142.0, 4069.0, 4110.0, 4110.0, 4100.0, 4152.0, 4090.0, 4122.0, 4090.0, 4091.0, 4130.0, 4071.0, 4122.0, 4111.0, 4102.0, 4132.0, 4081.0, 4113.0, 4080.0, 4113.0, 4152.0, 4091.0, 4132.0, 4080.0, 4112.0, 4129.0, 4081.0, 4133.0, 4093.0, 4102.0, 4152.0, 4081.0, 4121.0, 4070.0, 4102.0, 4131.0, 4091.0, 4144.0, 4082.0, 4124.0, 4120.0, 4082.0, 4125.0, 4093.0, 4114.0, 4101.0, 4093.0, 4123.0, 4092.0, 4125.0, 4133.0, 4105.0, 4134.0, 4083.0, 4123.0, 4112.0, 4105.0, 4156.0, 4094.0, 4134.0, 4082.0, 4103.0, 4133.0, 4093.0, 4136.0, 4093.0, 4124.0, 4143.0, 4094.0, 4134.0, 4082.0, 4126.0, 4154.0, 4102.0, 4153.0, 4082.0, 4122.0, 4121.0, 4103.0, 4155.0, 4092.0, 4123.0, 4132.0, 4092.0, 4131.0, 4069.0, 4122.0, 4119.0, 4102.0, 4153.0, 4092.0, 4124.0, 4085.0, 4127.0, 4134.0, 4096.0, 4133.0, 4106.0, 4148.0, 4092.0, 4124.0, 4141.0, 4092.0, 4123.0, 4082.0, 4123.0, 4142.0, 4092.0, 4133.0, 4070.0, 4113.0, 4123.0, 4093.0, 4131.0, 4072.0, 4113.0, 4082.0, 4104.0, 4145.0, 4085.0, 4125.0, 4093.0, 4104.0, 4133.0, 4093.0, 4124.0, 4124.0, 4116.0, 4153.0, 4092.0, 4123.0, 4111.0, 4092.0, 4135.0, 4084.0, 4113.0, 4121.0, 4093.0, 4121.0, 4070.0, 4123.0, 4134.0, 4093.0, 4144.0, 4082.0, 4113.0, 4142.0, 4091.0, 4135.0, 4103.0, 4105.0, 4153.0, 4091.0, 4123.0, 4121.0, 4081.0, 4121.0, 4080.0, 4112.0, 4132.0, 4093.0, 4133.0, 4072.0, 4115.0, 4111.0, 4092.0, 4143.0, 4081.0, 4126.0, 4152.0, 4091.0, 4132.0, 4078.0, 4090.0, 4121.0, 4079.0, 4121.0, 4099.0, 4102.0, 4129.0, 4079.0, 4109.0, 4079.0, 4102.0, 4141.0, 4081.0, 4112.0, 4069.0, 4093.0, 4123.0, 4094.0, 4124.0, 4093.0, 4105.0, 4134.0, 4092.0, 4113.0, 4095.0, 4115.0, 4155.0, 4093.0, 4133.0, 4081.0, 4104.0, 4143.0, 4091.0, 4144.0, 4082.0, 4114.0, 4144.0, 4093.0, 4135.0, 4093.0, 4113.0, 4142.0, 4093.0, 4122.0, 4081.0, 4115.0, 4155.0, 4103.0, 4143.0, 4082.0, 4113.0, 4120.0, 4092.0, 4132.0, 4072.0, 4124.0, 4142.0, 4102.0, 4132.0, 4069.0, 4112.0, 4100.0, 4093.0, 4143.0, 4091.0, 4122.0, 4079.0, 4093.0, 4121.0, 4091.0, 4135.0, 4113.0, 4113.0, 4130.0, 4080.0, 4120.0, 4068.0, 4122.0, 4143.0, 4101.0, 4153.0, 4078.0, 4111.0, 4097.0, 4078.0, 4131.0, 4080.0, 4110.0, 4078.0, 4081.0, 4121.0, 4092.0, 4112.0, 4100.0, 4101.0, 4132.0, 4080.0, 4113.0, 4078.0, 4102.0, 4141.0, 4092.0, 4122.0, 4081.0, 4104.0, 4122.0, 4095.0, 4147.0, 4093.0, 4125.0, 4122.0, 4093.0, 4142.0, 4092.0, 4133.0, 4143.0, 4114.0, 4141.0, 4081.0, 4110.0, 4080.0, 4101.0, 4142.0, 4091.0, 4122.0, 4070.0, 4092.0, 4130.0, 4090.0, 4134.0, 4081.0, 4104.0, 4132.0, 4093.0, 4122.0, 4082.0, 4124.0, 4131.0, 4103.0, 4121.0, 4081.0, 4112.0, 4080.0, 4103.0, 4142.0, 4104.0, 4143.0, 4081.0, 4112.0, 4120.0, 4092.0, 4142.0, 4081.0, 4123.0, 4120.0, 4091.0, 4132.0, 4080.0, 4124.0, 4134.0, 4102.0, 4143.0, 4081.0, 4112.0, 4100.0, 4103.0, 4144.0, 4092.0, 4112.0, 4069.0, 4091.0, 4120.0, 4081.0, 4124.0, 4093.0, 4115.0, 4131.0, 4094.0, 4134.0, 4093.0, 4126.0, 4133.0, 4114.0, 4142.0, 4094.0, 4136.0, 4113.0, 4125.0, 4153.0, 4101.0, 4133.0, 4070.0, 4101.0, 4131.0, 4092.0, 4143.0, 4081.0, 4102.0, 4120.0, 4091.0, 4133.0, 4091.0, 4112.0, 4110.0, 4091.0, 4132.0, 4091.0, 4114.0, 4101.0, 4091.0, 4132.0, 4093.0, 4125.0, 4101.0, 4112.0, 4141.0, 4080.0, 4121.0, 4070.0, 4111.0, 4152.0, 4090.0, 4131.0, 4069.0, 4100.0, 4119.0, 4092.0, 4132.0, 4068.0, 4100.0, 4109.0, 4080.0, 4121.0, 4070.0, 4122.0, 4123.0, 4113.0, 4141.0, 4079.0, 4121.0, 4089.0, 4101.0, 4132.0, 4080.0, 4122.0, 4100.0, 4101.0, 4131.0, 4079.0, 4111.0, 4091.0, 4091.0, 4141.0, 4080.0, 4121.0, 4068.0, 4101.0, 4121.0, 4081.0, 4126.0, 4103.0, 4113.0, 4131.0, 4080.0, 4123.0, 4078.0, 4091.0, 4143.0, 4091.0, 4122.0, 4069.0, 4103.0, 4146.0, 4103.0, 4144.0, 4080.0, 4101.0, 4080.0, 4092.0, 4133.0, 4106.0, 4147.0, 4102.0, 4115.0, 4142.0, 4082.0, 4123.0, 4069.0, 4121.0, 4131.0, 4101.0, 4153.0, 4092.0, 4131.0, 4110.0, 4090.0, 4120.0, 4078.0, 4110.0, 4077.0, 4089.0, 4140.0, 4079.0, 4107.0, 4077.0, 4098.0, 4143.0, 4090.0, 4121.0, 4067.0, 4099.0, 4116.0, 4057.0, 4107.0, 4077.0, 4078.0, 4119.0, 4067.0, 4099.0, 4098.0, 4080.0, 4130.0, 4077.0, 4099.0, 4066.0, 4091.0, 4110.0, 4081.0, 4115.0, 4103.0, 4115.0, 4133.0, 4083.0, 4125.0, 4094.0, 4118.0, 4145.0, 4094.0, 4125.0, 4093.0, 4105.0, 4135.0, 4094.0, 4127.0, 4092.0, 4104.0, 4133.0, 4096.0, 4126.0, 4104.0, 4114.0, 4143.0, 4094.0, 4124.0, 4096.0, 4130.0, 4155.0, 4104.0, 4134.0, 4081.0, 4123.0, 4121.0, 4092.0, 4153.0, 4092.0, 4124.0, 4102.0, 4104.0, 4131.0, 4080.0, 4124.0, 4100.0, 4113.0, 4153.0, 4091.0, 4122.0, 4069.0, 4101.0, 4131.0, 4091.0, 4142.0, 4069.0, 4111.0, 4109.0, 4090.0, 4120.0, 4069.0, 4101.0, 4121.0, 4091.0, 4122.0, 4079.0, 4113.0, 4111.0, 4092.0, 4122.0, 4082.0, 4103.0, 4122.0, 4095.0, 4135.0, 4093.0, 4114.0, 4102.0, 4104.0, 4123.0, 4083.0, 4127.0, 4124.0, 4115.0, 4134.0, 4083.0, 4125.0, 4113.0, 4106.0, 4155.0, 4093.0, 4125.0, 4092.0, 4104.0, 4156.0, 4103.0, 4125.0, 4092.0, 4104.0, 4143.0, 4093.0, 4144.0, 4093.0, 4125.0, 4133.0, 4093.0, 4124.0, 4083.0, 4135.0, 4146.0, 4125.0, 4178.0, 4115.0, 4111.0, 4080.0, 4114.0, 4111.0, 4103.0, 4134.0, 4092.0, 4124.0, 4091.0, 4124.0, 4143.0, 4103.0, 4144.0, 4099.0, 4109.0, 4106.0, 4076.0, 4116.0, 4077.0, 4108.0, 4076.0, 4088.0, 4128.0, 4078.0, 4097.0, 4056.0, 4087.0, 4076.0, 4078.0, 4118.0, 4067.0, 4111.0, 4109.0, 4090.0, 4119.0, 4069.0, 4123.0, 4081.0, 4114.0, 4131.0, 4081.0, 4121.0, 4069.0, 4113.0, 4112.0, 4104.0, 4144.0, 4094.0, 4112.0, 4081.0, 4105.0, 4134.0, 4094.0, 4136.0, 4116.0, 4116.0, 4155.0, 4102.0, 4133.0, 4070.0, 4113.0, 4111.0, 4116.0, 4155.0, 4093.0, 4123.0, 4071.0, 4113.0, 4146.0, 4105.0, 4155.0, 4082.0, 4113.0, 4112.0, 4093.0, 4143.0, 4105.0, 4125.0, 4102.0, 4113.0, 4145.0, 4093.0, 4137.0, 4102.0, 4112.0, 4130.0, 4080.0, 4121.0, 4069.0, 4112.0, 4111.0, 4113.0, 4142.0, 4091.0, 4122.0, 4070.0, 4101.0, 4111.0, 4091.0, 4133.0, 4092.0, 4124.0, 4100.0, 4102.0, 4122.0, 4081.0, 4123.0, 4094.0, 4104.0, 4142.0, 4081.0, 4122.0, 4070.0, 4113.0, 4120.0, 4094.0, 4124.0, 4071.0, 4113.0, 4110.0, 4093.0, 4123.0, 4083.0, 4115.0, 4145.0, 4103.0, 4132.0, 4082.0, 4115.0, 4102.0, 4106.0, 4146.0, 4095.0, 4125.0, 4103.0, 4114.0, 4146.0, 4093.0, 4136.0, 4083.0, 4115.0, 4135.0, 4107.0, 4149.0, 4095.0, 4126.0, 4115.0, 4116.0, 4124.0, 4084.0, 4126.0, 4147.0, 4106.0, 4144.0, 4083.0, 4125.0, 4101.0, 4105.0, 4144.0], 'WindowWidth': [9233.0, 9178.0, 9200.0, 9142.0, 9145.0, 9194.0, 9136.0, 9139.0, 9135.0, 9126.0, 9176.0, 9140.0, 9174.0, 9195.0, 9139.0, 9168.0, 9140.0, 9142.0, 9152.0, 9125.0, 9150.0, 9174.0, 9166.0, 9155.0, 9151.0, 9173.0, 9187.0, 9171.0, 9177.0, 9205.0, 9190.0, 9176.0, 9195.0, 9204.0, 9252.0, 9178.0, 9184.0, 9233.0, 9199.0, 9227.0, 9193.0, 9183.0, 9219.0, 9198.0, 9226.0, 9195.0, 9198.0, 9264.0, 9181.0, 9211.0, 9220.0, 9185.0, 9263.0, 9169.0, 9187.0, 9220.0, 9154.0, 9205.0, 9153.0, 9156.0, 9206.0, 9153.0, 9187.0, 9210.0, 9153.0, 9208.0, 9169.0, 9199.0, 9181.0, 9160.0, 9240.0, 9150.0, 9167.0, 9202.0, 9135.0, 9178.0, 9161.0, 9155.0, 9188.0, 9151.0, 9222.0, 9141.0, 9131.0, 9211.0, 9128.0, 9171.0, 9124.0, 9144.0, 9167.0, 9144.0, 9181.0, 9159.0, 9134.0, 9198.0, 9142.0, 9157.0, 9140.0, 9153.0, 9218.0, 9154.0, 9167.0, 9174.0, 9131.0, 9171.0, 9138.0, 9133.0, 9214.0, 9130.0, 9159.0, 9124.0, 9129.0, 9158.0, 9143.0, 9147.0, 9186.0, 9150.0, 9178.0, 9148.0, 9154.0, 9189.0, 9154.0, 9199.0, 9151.0, 9168.0, 9205.0, 9152.0, 9180.0, 9162.0, 9151.0, 9219.0, 9134.0, 9177.0, 9115.0, 9133.0, 9185.0, 9132.0, 9166.0, 9146.0, 9138.0, 9205.0, 9121.0, 9165.0, 9132.0, 9142.0, 9221.0, 9151.0, 9179.0, 9135.0, 9140.0, 9190.0, 9137.0, 9186.0, 9193.0, 9138.0, 9230.0, 9127.0, 9168.0, 9209.0, 9128.0, 9206.0, 9122.0, 9179.0, 9185.0, 9132.0, 9188.0, 9121.0, 9169.0, 9203.0, 9137.0, 9190.0, 9122.0, 9165.0, 9171.0, 9122.0, 9206.0, 9145.0, 9164.0, 9188.0, 9149.0, 9175.0, 9124.0, 9144.0, 9213.0, 9113.0, 9170.0, 9110.0, 9131.0, 9167.0, 9116.0, 9161.0, 9131.0, 9152.0, 9188.0, 9151.0, 9178.0, 9130.0, 9154.0, 9218.0, 9152.0, 9183.0, 9124.0, 9139.0, 9193.0, 9140.0, 9171.0, 9191.0, 9138.0, 9225.0, 9165.0, 9153.0, 9202.0, 9149.0, 9179.0, 9130.0, 9136.0, 9203.0, 9135.0, 9193.0, 9133.0, 9137.0, 9188.0, 9122.0, 9170.0, 9162.0, 9137.0, 9201.0, 9119.0, 9163.0, 9187.0, 9136.0, 9204.0, 9139.0, 9190.0, 9147.0, 9138.0, 9211.0, 9140.0, 9180.0, 9143.0, 9136.0, 9187.0, 9121.0, 9181.0, 9161.0, 9142.0, 9226.0, 9144.0, 9226.0, 9138.0, 9166.0, 9160.0, 9123.0, 9194.0, 9137.0, 9186.0, 9205.0, 9135.0, 9201.0, 9117.0, 9162.0, 9178.0, 9115.0, 9182.0, 9098.0, 9161.0, 9193.0, 9115.0, 9182.0, 9097.0, 9140.0, 9148.0, 9127.0, 9156.0, 9117.0, 9163.0, 9174.0, 9137.0, 9204.0, 9121.0, 9164.0, 9197.0, 9131.0, 9204.0, 9141.0, 9142.0, 9214.0, 9116.0, 9169.0, 9119.0, 9115.0, 9192.0, 9098.0, 9157.0, 9136.0, 9116.0, 9184.0, 9115.0, 9165.0, 9158.0, 9135.0, 9173.0, 9115.0, 9165.0, 9217.0, 9134.0, 9189.0, 9134.0, 9136.0, 9185.0, 9150.0, 9183.0, 9146.0, 9148.0, 9201.0, 9149.0, 9177.0, 9137.0, 9172.0, 9223.0, 9154.0, 9195.0, 9122.0, 9153.0, 9203.0, 9137.0, 9211.0, 9172.0, 9148.0, 9199.0, 9131.0, 9176.0, 9128.0, 9151.0, 9222.0, 9140.0, 9181.0, 9132.0, 9142.0, 9179.0, 9141.0, 9189.0, 9192.0, 9137.0, 9190.0, 9120.0, 9185.0, 9191.0, 9138.0, 9202.0, 9119.0, 9176.0, 9159.0, 9159.0, 9223.0, 9139.0, 9182.0, 9172.0, 9136.0, 9204.0, 9117.0, 9182.0, 9216.0, 9134.0, 9204.0, 9121.0, 9162.0, 9202.0, 9137.0, 9189.0, 9104.0, 9161.0, 9155.0, 9153.0, 9192.0, 9134.0, 9167.0, 9149.0, 9138.0, 9192.0, 9137.0, 9183.0, 9192.0, 9152.0, 9214.0, 9119.0, 9180.0, 9144.0, 9151.0, 9220.0, 9131.0, 9174.0, 9128.0, 9134.0, 9169.0, 9132.0, 9175.0, 9129.0, 9164.0, 9215.0, 9133.0, 9186.0, 9099.0, 9146.0, 9181.0, 9133.0, 9202.0, 9103.0, 9162.0, 9193.0, 9130.0, 9174.0, 9112.0, 9160.0, 9195.0, 9131.0, 9172.0, 9117.0, 9168.0, 9206.0, 9150.0, 9187.0, 9117.0, 9161.0, 9180.0, 9132.0, 9174.0, 9115.0, 9153.0, 9216.0, 9136.0, 9187.0, 9114.0, 9148.0, 9187.0, 9134.0, 9176.0, 9116.0, 9137.0, 9173.0, 9136.0, 9181.0, 9123.0, 9154.0, 9189.0, 9136.0, 9178.0, 9150.0, 9154.0, 9203.0, 9136.0, 9178.0, 9120.0, 9157.0, 9220.0, 9136.0, 9192.0, 9117.0, 9139.0, 9199.0, 9145.0, 9212.0, 9149.0, 9152.0, 9202.0, 9133.0, 9175.0, 9119.0, 9183.0, 9220.0, 9136.0, 9219.0, 9121.0, 9161.0, 9126.0, 9133.0, 9184.0, 9134.0, 9197.0, 9162.0, 9167.0, 9204.0, 9121.0, 9173.0, 9098.0, 9161.0, 9198.0, 9129.0, 9181.0, 9094.0, 9125.0, 9178.0, 9114.0, 9186.0, 9099.0, 9128.0, 9175.0, 9111.0, 9153.0, 9098.0, 9164.0, 9185.0, 9134.0, 9187.0, 9118.0, 9163.0, 9155.0, 9118.0, 9186.0, 9103.0, 9164.0, 9216.0, 9121.0, 9174.0, 9114.0, 9163.0, 9214.0, 9119.0, 9185.0, 9102.0, 9146.0, 9180.0, 9132.0, 9188.0, 9124.0, 9163.0, 9161.0, 9135.0, 9174.0, 9121.0, 9185.0, 9191.0, 9144.0, 9207.0, 9142.0, 9186.0, 9192.0, 9155.0, 9223.0, 9136.0, 9196.0, 9174.0, 9134.0, 9199.0, 9132.0, 9162.0, 9195.0, 9117.0, 9197.0, 9113.0, 9159.0, 9170.0, 9132.0, 9196.0, 9099.0, 9159.0, 9155.0, 9134.0, 9203.0, 9116.0, 9161.0, 9183.0, 9115.0, 9167.0, 9098.0, 9144.0, 9197.0, 9117.0, 9169.0, 9115.0, 9134.0, 9181.0, 9133.0, 9176.0, 9135.0, 9152.0, 9214.0, 9138.0, 9176.0, 9118.0, 9168.0, 9202.0, 9137.0, 9219.0, 9138.0, 9167.0, 9199.0, 9117.0, 9191.0, 9138.0, 9186.0, 9229.0, 9146.0, 9198.0, 9116.0, 9144.0, 9180.0, 9133.0, 9188.0, 9118.0, 9164.0, 9158.0, 9135.0, 9188.0, 9132.0, 9182.0, 9199.0, 9145.0, 9196.0, 9100.0, 9161.0, 9125.0, 9151.0, 9215.0, 9131.0, 9174.0, 9140.0, 9133.0, 9185.0, 9144.0, 9205.0, 9187.0, 9161.0, 9213.0, 9131.0, 9178.0, 9127.0, 9156.0, 9149.0, 9129.0, 9201.0, 9132.0, 9160.0, 9129.0, 9118.0, 9180.0, 9108.0, 9172.0, 9152.0, 9131.0, 9191.0, 9101.0, 9157.0, 9125.0, 9120.0, 9215.0, 9120.0, 9175.0, 9119.0, 9146.0, 9170.0, 9151.0, 9207.0, 9151.0, 9167.0, 9148.0, 9150.0, 9186.0, 9151.0, 9182.0, 9170.0, 9150.0, 9212.0, 9126.0, 9173.0, 9138.0, 9145.0, 9217.0, 9143.0, 9172.0, 9100.0, 9144.0, 9177.0, 9113.0, 9171.0, 9139.0, 9160.0, 9209.0, 9113.0, 9168.0, 9108.0, 9128.0, 9180.0, 9130.0, 9174.0, 9134.0, 9126.0, 9165.0, 9097.0, 9157.0, 9142.0, 9145.0, 9196.0, 9117.0, 9173.0, 9129.0, 9134.0, 9186.0, 9129.0, 9159.0, 9170.0, 9133.0, 9185.0, 9114.0, 9161.0, 9209.0, 9132.0, 9172.0, 9111.0, 9134.0, 9185.0, 9152.0, 9179.0, 9131.0, 9149.0, 9187.0, 9136.0, 9179.0, 9165.0, 9169.0, 9218.0, 9135.0, 9167.0, 9117.0, 9149.0, 9204.0, 9138.0, 9192.0, 9131.0, 9152.0, 9186.0, 9133.0, 9180.0, 9149.0, 9169.0, 9217.0, 9140.0, 9180.0, 9135.0, 9186.0, 9223.0, 9138.0, 9189.0, 9129.0, 9151.0, 9186.0, 9132.0, 9196.0, 9160.0, 9147.0, 9184.0, 9132.0, 9176.0, 9157.0, 9182.0, 9220.0, 9121.0, 9188.0, 9115.0, 9152.0, 9208.0, 9144.0, 9210.0, 9123.0, 9179.0, 9201.0, 9137.0, 9194.0, 9142.0, 9169.0, 9200.0, 9136.0, 9190.0, 9121.0, 9181.0, 9204.0, 9178.0, 9219.0, 9118.0, 9173.0, 9124.0, 9142.0, 9211.0, 9123.0, 9184.0, 9107.0, 9126.0, 9164.0, 9112.0, 9169.0, 9109.0, 9126.0, 9160.0, 9098.0, 9168.0, 9142.0, 9133.0, 9168.0, 9118.0, 9175.0, 9132.0, 9152.0, 9191.0, 9124.0, 9170.0, 9127.0, 9160.0, 9208.0, 9143.0, 9181.0, 9129.0, 9177.0, 9195.0, 9165.0, 9246.0, 9128.0, 9185.0, 9192.0, 9138.0, 9218.0, 9138.0, 9183.0, 9219.0, 9169.0, 9217.0, 9120.0, 9173.0, 9130.0, 9179.0, 9220.0, 9135.0, 9199.0, 9114.0, 9161.0, 9168.0, 9149.0, 9220.0, 9116.0, 9158.0, 9154.0, 9120.0, 9187.0, 9117.0, 9177.0, 9215.0, 9132.0, 9196.0, 9098.0, 9154.0, 9151.0, 9140.0, 9212.0, 9125.0, 9171.0, 9125.0, 9129.0, 9179.0, 9102.0, 9172.0, 9154.0, 9145.0, 9183.0, 9117.0, 9160.0, 9113.0, 9162.0, 9213.0, 9130.0, 9185.0, 9111.0, 9158.0, 9176.0, 9115.0, 9188.0, 9136.0, 9146.0, 9211.0, 9116.0, 9168.0, 9099.0, 9146.0, 9182.0, 9131.0, 9205.0, 9118.0, 9176.0, 9165.0, 9119.0, 9179.0, 9136.0, 9165.0, 9143.0, 9135.0, 9174.0, 9133.0, 9181.0, 9188.0, 9152.0, 9190.0, 9123.0, 9178.0, 9160.0, 9154.0, 9222.0, 9137.0, 9192.0, 9119.0, 9150.0, 9188.0, 9137.0, 9197.0, 9135.0, 9178.0, 9200.0, 9137.0, 9189.0, 9118.0, 9183.0, 9217.0, 9145.0, 9213.0, 9117.0, 9171.0, 9166.0, 9148.0, 9218.0, 9131.0, 9174.0, 9182.0, 9130.0, 9180.0, 9096.0, 9170.0, 9163.0, 9145.0, 9215.0, 9134.0, 9181.0, 9129.0, 9188.0, 9194.0, 9144.0, 9191.0, 9161.0, 9216.0, 9134.0, 9177.0, 9196.0, 9130.0, 9173.0, 9118.0, 9176.0, 9197.0, 9132.0, 9187.0, 9099.0, 9161.0, 9173.0, 9135.0, 9183.0, 9106.0, 9162.0, 9120.0, 9154.0, 9208.0, 9127.0, 9181.0, 9136.0, 9151.0, 9188.0, 9135.0, 9178.0, 9179.0, 9170.0, 9217.0, 9131.0, 9175.0, 9155.0, 9132.0, 9194.0, 9126.0, 9163.0, 9169.0, 9135.0, 9169.0, 9101.0, 9178.0, 9191.0, 9135.0, 9204.0, 9119.0, 9162.0, 9198.0, 9131.0, 9192.0, 9146.0, 9152.0, 9215.0, 9128.0, 9175.0, 9167.0, 9114.0, 9167.0, 9115.0, 9160.0, 9183.0, 9136.0, 9188.0, 9107.0, 9166.0, 9155.0, 9133.0, 9202.0, 9116.0, 9184.0, 9213.0, 9129.0, 9183.0, 9105.0, 9127.0, 9167.0, 9110.0, 9170.0, 9139.0, 9144.0, 9177.0, 9112.0, 9152.0, 9112.0, 9148.0, 9196.0, 9115.0, 9157.0, 9098.0, 9135.0, 9174.0, 9141.0, 9180.0, 9136.0, 9155.0, 9190.0, 9134.0, 9163.0, 9143.0, 9170.0, 9221.0, 9135.0, 9189.0, 9117.0, 9152.0, 9202.0, 9132.0, 9206.0, 9121.0, 9165.0, 9202.0, 9136.0, 9197.0, 9138.0, 9163.0, 9198.0, 9135.0, 9173.0, 9116.0, 9167.0, 9222.0, 9150.0, 9201.0, 9117.0, 9160.0, 9165.0, 9131.0, 9185.0, 9104.0, 9178.0, 9197.0, 9145.0, 9184.0, 9099.0, 9159.0, 9140.0, 9137.0, 9202.0, 9130.0, 9173.0, 9112.0, 9136.0, 9170.0, 9130.0, 9195.0, 9161.0, 9162.0, 9181.0, 9115.0, 9167.0, 9095.0, 9174.0, 9201.0, 9143.0, 9212.0, 9108.0, 9154.0, 9130.0, 9108.0, 9182.0, 9112.0, 9153.0, 9108.0, 9117.0, 9167.0, 9133.0, 9161.0, 9139.0, 9143.0, 9184.0, 9113.0, 9160.0, 9111.0, 9149.0, 9197.0, 9134.0, 9172.0, 9118.0, 9154.0, 9174.0, 9143.0, 9214.0, 9138.0, 9181.0, 9172.0, 9135.0, 9199.0, 9132.0, 9190.0, 9199.0, 9163.0, 9197.0, 9115.0, 9154.0, 9112.0, 9145.0, 9198.0, 9129.0, 9171.0, 9101.0, 9133.0, 9181.0, 9129.0, 9191.0, 9116.0, 9151.0, 9184.0, 9134.0, 9173.0, 9122.0, 9178.0, 9183.0, 9148.0, 9170.0, 9117.0, 9160.0, 9113.0, 9150.0, 9199.0, 9150.0, 9202.0, 9116.0, 9158.0, 9167.0, 9131.0, 9200.0, 9117.0, 9174.0, 9166.0, 9129.0, 9185.0, 9115.0, 9179.0, 9189.0, 9145.0, 9199.0, 9116.0, 9158.0, 9138.0, 9149.0, 9206.0, 9133.0, 9159.0, 9098.0, 9130.0, 9167.0, 9119.0, 9180.0, 9140.0, 9170.0, 9185.0, 9141.0, 9191.0, 9139.0, 9186.0, 9187.0, 9165.0, 9200.0, 9141.0, 9198.0, 9164.0, 9182.0, 9217.0, 9145.0, 9187.0, 9099.0, 9144.0, 9183.0, 9133.0, 9202.0, 9115.0, 9146.0, 9168.0, 9131.0, 9188.0, 9130.0, 9159.0, 9152.0, 9131.0, 9185.0, 9132.0, 9165.0, 9142.0, 9131.0, 9184.0, 9136.0, 9181.0, 9142.0, 9159.0, 9195.0, 9114.0, 9169.0, 9100.0, 9157.0, 9212.0, 9128.0, 9182.0, 9097.0, 9140.0, 9161.0, 9131.0, 9186.0, 9094.0, 9141.0, 9149.0, 9113.0, 9168.0, 9100.0, 9173.0, 9176.0, 9161.0, 9197.0, 9112.0, 9169.0, 9122.0, 9142.0, 9185.0, 9116.0, 9173.0, 9138.0, 9143.0, 9181.0, 9112.0, 9156.0, 9130.0, 9132.0, 9196.0, 9113.0, 9170.0, 9095.0, 9142.0, 9168.0, 9118.0, 9184.0, 9147.0, 9159.0, 9181.0, 9114.0, 9174.0, 9108.0, 9130.0, 9203.0, 9130.0, 9171.0, 9096.0, 9149.0, 9213.0, 9150.0, 9203.0, 9112.0, 9143.0, 9112.0, 9133.0, 9188.0, 9158.0, 9214.0, 9146.0, 9166.0, 9197.0, 9117.0, 9174.0, 9096.0, 9169.0, 9179.0, 9142.0, 9214.0, 9130.0, 9182.0, 9150.0, 9124.0, 9163.0, 9105.0, 9151.0, 9101.0, 9121.0, 9189.0, 9107.0, 9145.0, 9103.0, 9133.0, 9201.0, 9130.0, 9167.0, 9088.0, 9133.0, 9152.0, 9075.0, 9143.0, 9101.0, 9105.0, 9162.0, 9090.0, 9134.0, 9134.0, 9116.0, 9178.0, 9105.0, 9135.0, 9087.0, 9128.0, 9154.0, 9118.0, 9169.0, 9150.0, 9168.0, 9188.0, 9123.0, 9182.0, 9138.0, 9177.0, 9209.0, 9140.0, 9182.0, 9134.0, 9155.0, 9194.0, 9139.0, 9187.0, 9133.0, 9151.0, 9190.0, 9145.0, 9188.0, 9151.0, 9165.0, 9202.0, 9138.0, 9178.0, 9145.0, 9199.0, 9224.0, 9153.0, 9192.0, 9116.0, 9176.0, 9169.0, 9133.0, 9216.0, 9131.0, 9177.0, 9144.0, 9150.0, 9183.0, 9115.0, 9178.0, 9142.0, 9163.0, 9215.0, 9129.0, 9170.0, 9095.0, 9142.0, 9181.0, 9129.0, 9197.0, 9096.0, 9154.0, 9147.0, 9124.0, 9165.0, 9097.0, 9143.0, 9166.0, 9130.0, 9171.0, 9112.0, 9161.0, 9158.0, 9132.0, 9171.0, 9119.0, 9150.0, 9172.0, 9141.0, 9196.0, 9139.0, 9168.0, 9148.0, 9154.0, 9177.0, 9124.0, 9188.0, 9178.0, 9168.0, 9191.0, 9123.0, 9182.0, 9164.0, 9158.0, 9221.0, 9137.0, 9182.0, 9131.0, 9152.0, 9226.0, 9151.0, 9181.0, 9131.0, 9151.0, 9201.0, 9135.0, 9208.0, 9137.0, 9181.0, 9186.0, 9135.0, 9178.0, 9121.0, 9196.0, 9207.0, 9182.0, 9259.0, 9170.0, 9157.0, 9114.0, 9167.0, 9156.0, 9149.0, 9190.0, 9133.0, 9178.0, 9128.0, 9177.0, 9201.0, 9147.0, 9205.0, 9134.0, 9147.0, 9140.0, 9100.0, 9151.0, 9101.0, 9144.0, 9101.0, 9118.0, 9170.0, 9104.0, 9129.0, 9072.0, 9116.0, 9099.0, 9106.0, 9160.0, 9090.0, 9155.0, 9146.0, 9123.0, 9160.0, 9097.0, 9174.0, 9117.0, 9166.0, 9181.0, 9115.0, 9167.0, 9097.0, 9160.0, 9161.0, 9152.0, 9205.0, 9139.0, 9162.0, 9117.0, 9154.0, 9190.0, 9138.0, 9198.0, 9172.0, 9173.0, 9219.0, 9147.0, 9188.0, 9101.0, 9162.0, 9157.0, 9170.0, 9222.0, 9135.0, 9174.0, 9103.0, 9163.0, 9211.0, 9155.0, 9220.0, 9119.0, 9163.0, 9157.0, 9135.0, 9203.0, 9154.0, 9180.0, 9143.0, 9162.0, 9206.0, 9135.0, 9200.0, 9147.0, 9159.0, 9180.0, 9114.0, 9167.0, 9098.0, 9159.0, 9155.0, 9161.0, 9198.0, 9130.0, 9170.0, 9098.0, 9142.0, 9154.0, 9129.0, 9190.0, 9134.0, 9176.0, 9141.0, 9145.0, 9170.0, 9116.0, 9174.0, 9137.0, 9151.0, 9198.0, 9116.0, 9172.0, 9099.0, 9160.0, 9167.0, 9140.0, 9179.0, 9103.0, 9162.0, 9151.0, 9136.0, 9175.0, 9120.0, 9167.0, 9208.0, 9150.0, 9185.0, 9121.0, 9166.0, 9144.0, 9160.0, 9211.0, 9140.0, 9182.0, 9149.0, 9166.0, 9210.0, 9138.0, 9196.0, 9123.0, 9169.0, 9193.0, 9165.0, 9223.0, 9145.0, 9185.0, 9166.0, 9172.0, 9178.0, 9124.0, 9184.0, 9214.0, 9157.0, 9205.0, 9120.0, 9179.0, 9141.0, 9156.0, 9205.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.0037611262376237623</td></tr>
<tr><td colspan=3>aqi</td><td>0.03072080507425742</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.497978094879215</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2293956938699695</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0374821481300296</td></tr>
<tr><td colspan=3>efc</td><td>0.4678</td></tr>
<tr><td colspan=3>fber</td><td>4943.6714</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08426556377080427</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3613861386138615</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502887555639376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4873059406980054</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7097160263044264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311640699915697</td></tr>
<tr><td colspan=3>gcor</td><td>0.00408007</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013902520760893822</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023575302213430405</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>3.7195828106013638</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>29.6669</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0611</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.3206</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302084.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>672.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.6968</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2967</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.1484</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.7111</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>942.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4383.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.4444</td></tr>
<tr><td colspan=3>tsnr</td><td>35.91308715287596</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>