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

616 lines
No EOL
168 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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-03/func/sub-0029_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>5c3ed49b75d3eb4fc1bffd6e72b0e040</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>12:15:7.440000</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.995725, -0.0654505, 0.0651747, 0.0617734, 0.996466, 0.0569214]</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.0995997</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>[4147, -7754, -7299, 602, -52, -183, -41, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>243.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b32ab846-0bbf-45dc-b425-7d81497bf4a7||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.6714577674865723, 0.1657334417104721, 0.18540862202644348, 103.97938537597656], [0.17559878528118134, 2.6734447479248047, 0.14216046035289764, -92.84070587158203], [0.17485888302326202, -0.1527159959077835, 2.6898725032806396, -72.40725708007812], [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': ['121507.440000', '121507.900000', '121508.360000', '121508.820000', '121509.280000', '121509.740000', '121510.200000', '121510.660000', '121511.120000', '121511.580000', '121512.040000', '121512.500000', '121512.960000', '121513.420000', '121513.880000', '121514.340000', '121514.800000', '121515.260000', '121515.720000', '121516.180000', '121516.640000', '121517.100000', '121517.560000', '121518.020000', '121518.480000', '121518.940000', '121519.400000', '121519.860000', '121520.320000', '121520.780000', '121521.240000', '121521.700000', '121522.160000', '121522.620000', '121523.080000', '121523.540000', '121524.000000', '121524.460000', '121524.920000', '121525.380000', '121525.840000', '121526.300000', '121526.760000', '121527.220000', '121527.680000', '121528.140000', '121528.600000', '121529.060000', '121529.520000', '121529.980000', '121530.440000', '121530.900000', '121531.360000', '121531.820000', '121532.280000', '121532.740000', '121533.200000', '121533.660000', '121534.120000', '121534.580000', '121535.040000', '121535.500000', '121535.960000', '121536.420000', '121536.880000', '121537.340000', '121537.800000', '121538.260000', '121538.720000', '121539.180000', '121539.640000', '121540.100000', '121540.560000', '121541.020000', '121541.480000', '121541.940000', '121542.400000', '121542.860000', '121543.320000', '121543.780000', '121544.240000', '121544.700000', '121545.160000', '121545.620000', '121546.080000', '121546.540000', '121547.000000', '121547.460000', '121547.920000', '121548.380000', '121548.840000', '121549.300000', '121549.760000', '121550.220000', '121550.680000', '121551.140000', '121551.600000', '121552.060000', '121552.520000', '121552.980000', '121553.440000', '121553.900000', '121554.360000', '121554.820000', '121555.280000', '121555.740000', '121556.200000', '121556.660000', '121557.120000', '121557.580000', '121558.040000', '121558.500000', '121558.960000', '121559.420000', '121559.880000', '121600.340000', '121600.800000', '121601.260000', '121601.720000', '121602.180000', '121602.640000', '121603.100000', '121603.560000', '121604.020000', '121604.480000', '121604.940000', '121605.400000', '121605.860000', '121606.320000', '121606.780000', '121607.240000', '121607.700000', '121608.160000', '121608.620000', '121609.080000', '121609.540000', '121610.000000', '121610.460000', '121610.920000', '121611.380000', '121611.840000', '121612.300000', '121612.760000', '121613.220000', '121613.680000', '121614.140000', '121614.600000', '121615.060000', '121615.520000', '121615.980000', '121616.440000', '121616.900000', '121617.360000', '121617.820000', '121618.280000', '121618.740000', '121619.200000', '121619.660000', '121620.120000', '121620.580000', '121621.040000', '121621.500000', '121621.960000', '121622.420000', '121622.880000', '121623.340000', '121623.800000', '121624.260000', '121624.720000', '121625.180000', '121625.640000', '121626.100000', '121626.560000', '121627.020000', '121627.480000', '121627.940000', '121628.400000', '121628.860000', '121629.320000', '121629.780000', '121630.240000', '121630.700000', '121631.160000', '121631.620000', '121632.080000', '121632.540000', '121633.000000', '121633.460000', '121633.920000', '121634.380000', '121634.840000', '121635.300000', '121635.760000', '121636.220000', '121636.680000', '121637.140000', '121637.600000', '121638.060000', '121638.520000', '121638.980000', '121639.440000', '121639.900000', '121640.360000', '121640.820000', '121641.280000', '121641.740000', '121642.200000', '121642.660000', '121643.120000', '121643.580000', '121644.040000', '121644.500000', '121644.960000', '121645.420000', '121645.880000', '121646.340000', '121646.800000', '121647.260000', '121647.720000', '121648.180000', '121648.640000', '121649.100000', '121649.560000', '121650.020000', '121650.480000', '121650.940000', '121651.400000', '121651.860000', '121652.320000', '121652.780000', '121653.240000', '121653.700000', '121654.160000', '121654.620000', '121655.080000', '121655.540000', '121656.000000', '121656.460000', '121656.920000', '121657.380000', '121657.840000', '121658.300000', '121658.760000', '121659.220000', '121659.680000', '121700.140000', '121700.600000', '121701.060000', '121701.520000', '121701.980000', '121702.440000', '121702.900000', '121703.360000', '121703.820000', '121704.280000', '121704.740000', '121705.200000', '121705.660000', '121706.120000', '121706.580000', '121707.040000', '121707.500000', '121707.960000', '121708.420000', '121708.880000', '121709.340000', '121709.800000', '121710.260000', '121710.720000', '121711.180000', '121711.640000', '121712.100000', '121712.560000', '121713.020000', '121713.480000', '121713.940000', '121714.400000', '121714.860000', '121715.320000', '121715.780000', '121716.240000', '121716.700000', '121717.160000', '121717.620000', '121718.080000', '121718.540000', '121719.000000', '121719.460000', '121719.920000', '121720.380000', '121720.840000', '121721.300000', '121721.760000', '121722.220000', '121722.680000', '121723.140000', '121723.600000', '121724.060000', '121724.520000', '121724.980000', '121725.440000', '121725.900000', '121726.360000', '121726.820000', '121727.280000', '121727.740000', '121728.200000', '121728.660000', '121729.120000', '121729.580000', '121730.040000', '121730.500000', '121730.960000', '121731.420000', '121731.880000', '121732.340000', '121732.800000', '121733.260000', '121733.720000', '121734.180000', '121734.640000', '121735.100000', '121735.560000', '121736.020000', '121736.480000', '121736.940000', '121737.400000', '121737.860000', '121738.320000', '121738.780000', '121739.240000', '121739.700000', '121740.160000', '121740.620000', '121741.080000', '121741.540000', '121742.000000', '121742.460000', '121742.920000', '121743.380000', '121743.840000', '121744.300000', '121744.760000', '121745.220000', '121745.680000', '121746.140000', '121746.600000', '121747.060000', '121747.520000', '121747.980000', '121748.440000', '121748.900000', '121749.360000', '121749.820000', '121750.280000', '121750.740000', '121751.200000', '121751.660000', '121752.120000', '121752.580000', '121753.040000', '121753.500000', '121753.960000', '121754.420000', '121754.880000', '121755.340000', '121755.800000', '121756.260000', '121756.720000', '121757.180000', '121757.640000', '121758.100000', '121758.560000', '121759.020000', '121759.480000', '121759.940000', '121800.400000', '121800.860000', '121801.320000', '121801.780000', '121802.240000', '121802.700000', '121803.160000', '121803.620000', '121804.080000', '121804.540000', '121805.000000', '121805.460000', '121805.920000', '121806.380000', '121806.840000', '121807.300000', '121807.760000', '121808.220000', '121808.680000', '121809.140000', '121809.600000', '121810.060000', '121810.520000', '121810.980000', '121811.440000', '121811.900000', '121812.360000', '121812.820000', '121813.280000', '121813.740000', '121814.200000', '121814.660000', '121815.120000', '121815.580000', '121816.040000', '121816.500000', '121816.960000', '121817.420000', '121817.880000', '121818.340000', '121818.800000', '121819.260000', '121819.720000', '121820.180000', '121820.640000', '121821.100000', '121821.560000', '121822.020000', '121822.480000', '121822.940000', '121823.400000', '121823.860000', '121824.320000', '121824.780000', '121825.240000', '121825.700000', '121826.160000', '121826.620000', '121827.080000', '121827.540000', '121828.000000', '121828.460000', '121828.920000', '121829.380000', '121829.840000', '121830.300000', '121830.760000', '121831.220000', '121831.680000', '121832.140000', '121832.600000', '121833.060000', '121833.520000', '121833.980000', '121834.440000', '121834.900000', '121835.360000', '121835.820000', '121836.280000', '121836.740000', '121837.200000', '121837.660000', '121838.120000', '121838.580000', '121839.040000', '121839.500000', '121839.960000', '121840.420000', '121840.880000', '121841.340000', '121841.800000', '121842.260000', '121842.720000', '121843.180000', '121843.640000', '121844.100000', '121844.560000', '121845.020000', '121845.480000', '121845.940000', '121846.400000', '121846.860000', '121847.320000', '121847.780000', '121848.240000', '121848.700000', '121849.160000', '121849.620000', '121850.080000', '121850.540000', '121851.000000', '121851.460000', '121851.920000', '121852.380000', '121852.840000', '121853.300000', '121853.760000', '121854.220000', '121854.680000', '121855.140000', '121855.600000', '121856.060000', '121856.520000', '121856.980000', '121857.440000', '121857.900000', '121858.360000', '121858.820000', '121859.280000', '121859.740000', '121900.200000', '121900.660000', '121901.120000', '121901.580000', '121902.040000', '121902.500000', '121902.960000', '121903.420000', '121903.880000', '121904.340000', '121904.800000', '121905.260000', '121905.720000', '121906.180000', '121906.640000', '121907.100000', '121907.560000', '121908.020000', '121908.480000', '121908.940000', '121909.400000', '121909.860000', '121910.320000', '121910.780000', '121911.240000', '121911.700000', '121912.160000', '121912.620000', '121913.080000', '121913.540000', '121914.000000', '121914.460000', '121914.920000', '121915.380000', '121915.840000', '121916.300000', '121916.760000', '121917.220000', '121917.680000', '121918.140000', '121918.600000', '121919.060000', '121919.520000', '121919.980000', '121920.440000', '121920.900000', '121921.360000', '121921.820000', '121922.280000', '121922.740000', '121923.200000', '121923.660000', '121924.120000', '121924.580000', '121925.040000', '121925.500000', '121925.960000', '121926.420000', '121926.880000', '121927.340000', '121927.800000', '121928.260000', '121928.720000', '121929.180000', '121929.640000', '121930.100000', '121930.560000', '121931.020000', '121931.480000', '121931.940000', '121932.400000', '121932.860000', '121933.320000', '121933.780000', '121934.240000', '121934.700000', '121935.160000', '121935.620000', '121936.080000', '121936.540000', '121937.000000', '121937.460000', '121937.920000', '121938.380000', '121938.840000', '121939.300000', '121939.760000', '121940.220000', '121940.680000', '121941.140000', '121941.600000', '121942.060000', '121942.520000', '121942.980000', '121943.440000', '121943.900000', '121944.360000', '121944.820000', '121945.280000', '121945.740000', '121946.200000', '121946.660000', '121947.120000', '121947.580000', '121948.040000', '121948.500000', '121948.960000', '121949.420000', '121949.880000', '121950.340000', '121950.800000', '121951.260000', '121951.720000', '121952.180000', '121952.640000', '121953.100000', '121953.560000', '121954.020000', '121954.480000', '121954.940000', '121955.400000', '121955.860000', '121956.320000', '121956.780000', '121957.240000', '121957.700000', '121958.160000', '121958.620000', '121959.080000', '121959.540000', '122000.000000', '122000.460000', '122000.920000', '122001.380000', '122001.840000', '122002.300000', '122002.760000', '122003.220000', '122003.680000', '122004.140000', '122004.600000', '122005.060000', '122005.520000', '122005.980000', '122006.440000', '122006.900000', '122007.360000', '122007.820000', '122008.280000', '122008.740000', '122009.200000', '122009.660000', '122010.120000', '122010.580000', '122011.040000', '122011.500000', '122011.960000', '122012.420000', '122012.880000', '122013.340000', '122013.800000', '122014.260000', '122014.720000', '122015.180000', '122015.640000', '122016.100000', '122016.560000', '122017.020000', '122017.480000', '122017.940000', '122018.400000', '122018.860000', '122019.320000', '122019.780000', '122020.240000', '122020.700000', '122021.160000', '122021.620000', '122022.080000', '122022.540000', '122023.000000', '122023.460000', '122023.920000', '122024.380000', '122024.840000', '122025.300000', '122025.760000', '122026.220000', '122026.680000', '122027.140000', '122027.600000', '122028.060000', '122028.520000', '122028.980000', '122029.440000', '122029.900000', '122030.360000', '122030.820000', '122031.280000', '122031.740000', '122032.200000', '122032.660000', '122033.120000', '122033.580000', '122034.040000', '122034.500000', '122034.960000', '122035.420000', '122035.880000', '122036.340000', '122036.800000', '122037.260000', '122037.720000', '122038.180000', '122038.640000', '122039.100000', '122039.560000', '122040.020000', '122040.480000', '122040.940000', '122041.400000', '122041.860000', '122042.320000', '122042.780000', '122043.240000', '122043.700000', '122044.160000', '122044.620000', '122045.080000', '122045.540000', '122046.000000', '122046.460000', '122046.920000', '122047.380000', '122047.840000', '122048.300000', '122048.760000', '122049.220000', '122049.680000', '122050.140000', '122050.600000', '122051.060000', '122051.520000', '122051.980000', '122052.440000', '122052.900000', '122053.360000', '122053.820000', '122054.280000', '122054.740000', '122055.200000', '122055.660000', '122056.120000', '122056.580000', '122057.040000', '122057.500000', '122057.960000', '122058.420000', '122058.880000', '122059.340000', '122059.800000', '122100.260000', '122100.720000', '122101.180000', '122101.640000', '122102.100000', '122102.560000', '122103.020000', '122103.480000', '122103.940000', '122104.400000', '122104.860000', '122105.320000', '122105.780000', '122106.240000', '122106.700000', '122107.160000', '122107.620000', '122108.080000', '122108.540000', '122109.000000', '122109.460000', '122109.920000', '122110.380000', '122110.840000', '122111.300000', '122111.760000', '122112.220000', '122112.680000', '122113.140000', '122113.600000', '122114.060000', '122114.520000', '122114.980000', '122115.440000', '122115.900000', '122116.360000', '122116.820000', '122117.280000', '122117.740000', '122118.200000', '122118.660000', '122119.120000', '122119.580000', '122120.040000', '122120.500000', '122120.960000', '122121.420000', '122121.880000', '122122.340000', '122122.800000', '122123.260000', '122123.720000', '122124.180000', '122124.640000', '122125.100000', '122125.560000', '122126.020000', '122126.480000', '122126.940000', '122127.400000', '122127.860000', '122128.320000', '122128.780000', '122129.240000', '122129.700000', '122130.160000', '122130.620000', '122131.080000', '122131.540000', '122132.000000', '122132.460000', '122132.920000', '122133.380000', '122133.840000', '122134.300000', '122134.760000', '122135.220000', '122135.680000', '122136.140000', '122136.600000', '122137.060000', '122137.520000', '122137.980000', '122138.440000', '122138.900000', '122139.360000', '122139.820000', '122140.280000', '122140.740000', '122141.200000', '122141.660000', '122142.120000', '122142.580000', '122143.040000', '122143.500000', '122143.960000', '122144.420000', '122144.880000', '122145.340000', '122145.800000', '122146.260000', '122146.720000', '122147.180000', '122147.640000', '122148.100000', '122148.560000', '122149.020000', '122149.480000', '122149.940000', '122150.400000', '122150.860000', '122151.320000', '122151.780000', '122152.240000', '122152.700000', '122153.160000', '122153.620000', '122154.080000', '122154.540000', '122155.000000', '122155.460000', '122155.920000', '122156.380000', '122156.840000', '122157.300000', '122157.760000', '122158.220000', '122158.680000', '122159.140000', '122159.600000', '122200.060000', '122200.520000', '122200.980000', '122201.440000', '122201.900000', '122202.360000', '122202.820000', '122203.280000', '122203.740000', '122204.200000', '122204.660000', '122205.120000', '122205.580000', '122206.040000', '122206.500000', '122206.960000', '122207.420000', '122207.880000', '122208.340000', '122208.800000', '122209.260000', '122209.720000', '122210.180000', '122210.640000', '122211.100000', '122211.560000', '122212.020000', '122212.480000', '122212.940000', '122213.400000', '122213.860000', '122214.320000', '122214.780000', '122215.240000', '122215.700000', '122216.160000', '122216.620000', '122217.080000', '122217.540000', '122218.000000', '122218.460000', '122218.920000', '122219.380000', '122219.840000', '122220.300000', '122220.760000', '122221.220000', '122221.680000', '122222.140000', '122222.600000', '122223.060000', '122223.520000', '122223.980000', '122224.440000', '122224.900000', '122225.360000', '122225.820000', '122226.280000', '122226.740000', '122227.200000', '122227.660000', '122228.120000', '122228.580000', '122229.040000', '122229.500000', '122229.960000', '122230.420000', '122230.880000', '122231.340000', '122231.800000', '122232.260000', '122232.720000', '122233.180000', '122233.640000', '122234.100000', '122234.560000', '122235.020000', '122235.480000', '122235.940000', '122236.400000', '122236.860000', '122237.320000', '122237.780000', '122238.240000', '122238.700000', '122239.160000', '122239.620000', '122240.080000', '122240.540000', '122241.000000', '122241.460000', '122241.920000', '122242.380000', '122242.840000', '122243.300000', '122243.760000', '122244.220000', '122244.680000', '122245.140000', '122245.600000', '122246.060000', '122246.520000', '122246.980000', '122247.440000', '122247.900000', '122248.360000', '122248.820000', '122249.280000', '122249.740000', '122250.200000', '122250.660000', '122251.120000', '122251.580000', '122252.040000', '122252.500000', '122252.960000', '122253.420000', '122253.880000', '122254.340000', '122254.800000', '122255.260000', '122255.720000', '122256.180000', '122256.640000', '122257.100000', '122257.560000', '122258.020000', '122258.480000', '122258.940000', '122259.400000', '122259.860000', '122300.320000', '122300.780000', '122301.240000', '122301.700000', '122302.160000', '122302.620000', '122303.080000', '122303.540000', '122304.000000', '122304.460000', '122304.920000', '122305.380000', '122305.840000', '122306.300000', '122306.760000', '122307.220000', '122307.680000', '122308.140000', '122308.600000', '122309.060000', '122309.520000', '122309.980000', '122310.440000', '122310.900000', '122311.360000', '122311.820000', '122312.280000', '122312.740000', '122313.200000', '122313.660000', '122314.120000', '122314.580000', '122315.040000', '122315.500000', '122315.960000', '122316.420000', '122316.880000', '122317.340000', '122317.800000', '122318.260000', '122318.720000', '122319.180000', '122319.640000', '122320.100000', '122320.560000', '122321.020000', '122321.480000', '122321.940000', '122322.400000', '122322.860000', '122323.320000', '122323.780000', '122324.240000', '122324.700000', '122325.160000', '122325.620000', '122326.080000', '122326.540000', '122327.000000', '122327.460000', '122327.920000', '122328.380000', '122328.840000', '122329.300000', '122329.760000', '122330.220000', '122330.680000', '122331.140000', '122331.600000', '122332.060000', '122332.520000', '122332.980000', '122333.440000', '122333.900000', '122334.360000', '122334.820000', '122335.280000', '122335.740000', '122336.200000', '122336.660000', '122337.120000', '122337.580000', '122338.040000', '122338.500000', '122338.960000', '122339.420000', '122339.880000', '122340.340000', '122340.800000', '122341.260000', '122341.720000', '122342.180000', '122342.640000', '122343.100000', '122343.560000', '122344.020000', '122344.480000', '122344.940000', '122345.400000', '122345.860000', '122346.320000', '122346.780000', '122347.240000', '122347.700000', '122348.160000', '122348.620000', '122349.080000', '122349.540000', '122350.000000', '122350.460000', '122350.920000', '122351.380000', '122351.840000', '122352.300000', '122352.760000', '122353.220000', '122353.680000', '122354.140000', '122354.600000', '122355.060000', '122355.520000', '122355.980000', '122356.440000', '122356.900000', '122357.360000', '122357.820000', '122358.280000', '122358.740000', '122359.200000', '122359.660000', '122400.120000', '122400.580000', '122401.040000', '122401.500000', '122401.960000', '122402.420000', '122402.880000', '122403.340000', '122403.800000', '122404.260000', '122404.720000', '122405.180000', '122405.640000', '122406.100000', '122406.560000', '122407.020000', '122407.480000', '122407.940000', '122408.400000', '122408.860000', '122409.320000', '122409.780000', '122410.240000', '122410.700000', '122411.160000', '122411.620000', '122412.080000', '122412.540000', '122413.000000', '122413.460000', '122413.920000', '122414.380000', '122414.840000', '122415.300000', '122415.760000', '122416.220000', '122416.680000', '122417.140000', '122417.600000', '122418.060000', '122418.520000', '122418.980000', '122419.440000', '122419.900000', '122420.360000', '122420.820000', '122421.280000', '122421.740000', '122422.200000', '122422.660000', '122423.120000', '122423.580000', '122424.040000', '122424.500000', '122424.960000', '122425.420000', '122425.880000', '122426.340000', '122426.800000', '122427.260000', '122427.720000', '122428.180000', '122428.640000', '122429.100000', '122429.560000', '122430.020000', '122430.480000', '122430.940000', '122431.400000', '122431.860000', '122432.320000', '122432.780000', '122433.240000', '122433.700000', '122434.160000', '122434.620000', '122435.080000', '122435.540000', '122436.000000', '122436.460000', '122436.920000', '122437.380000', '122437.840000', '122438.300000', '122438.760000', '122439.220000', '122439.680000', '122440.140000', '122440.600000', '122441.060000', '122441.520000', '122441.980000', '122442.440000', '122442.900000', '122443.360000', '122443.820000', '122444.280000', '122444.740000', '122445.200000', '122445.660000', '122446.120000', '122446.580000', '122447.040000', '122447.500000', '122447.960000', '122448.420000', '122448.880000', '122449.340000', '122449.800000', '122450.260000', '122450.720000', '122451.180000', '122451.640000', '122452.100000', '122452.560000', '122453.020000', '122453.480000', '122453.940000', '122454.400000', '122454.860000', '122455.320000', '122455.780000', '122456.240000', '122456.700000', '122457.160000', '122457.620000', '122458.080000', '122458.540000', '122459.000000', '122459.460000', '122459.920000', '122500.380000', '122500.840000', '122501.300000', '122501.760000', '122502.220000', '122502.680000', '122503.140000', '122503.600000', '122504.060000', '122504.520000', '122504.980000', '122505.440000', '122505.900000', '122506.360000', '122506.820000', '122507.280000', '122507.740000', '122508.200000', '122508.660000', '122509.120000', '122509.580000', '122510.040000', '122510.500000', '122510.960000', '122511.420000', '122511.880000', '122512.340000', '122512.800000', '122513.260000', '122513.720000', '122514.180000', '122514.640000', '122515.100000', '122515.560000', '122516.020000', '122516.480000', '122516.940000', '122517.400000', '122517.860000', '122518.320000', '122518.780000', '122519.240000', '122519.700000', '122520.160000', '122520.620000', '122521.080000', '122521.540000', '122522.000000', '122522.460000', '122522.920000', '122523.380000', '122523.840000', '122524.300000', '122524.760000', '122525.220000', '122525.680000', '122526.140000', '122526.600000', '122527.060000', '122527.520000', '122527.980000', '122528.440000', '122528.900000', '122529.360000', '122529.820000', '122530.280000', '122530.740000', '122531.200000', '122531.660000', '122532.120000', '122532.580000', '122533.040000', '122533.500000', '122533.960000', '122534.420000', '122534.880000', '122535.340000', '122535.800000', '122536.260000', '122536.720000', '122537.180000', '122537.640000', '122538.100000', '122538.560000', '122539.020000', '122539.480000', '122539.940000', '122540.400000', '122540.860000', '122541.320000', '122541.780000', '122542.240000', '122542.700000', '122543.160000', '122543.620000', '122544.080000', '122544.540000', '122545.000000', '122545.460000', '122545.920000', '122546.380000', '122546.840000', '122547.300000', '122547.760000', '122548.220000', '122548.680000', '122549.140000', '122549.600000', '122550.060000', '122550.520000', '122550.980000', '122551.440000', '122551.900000', '122552.360000', '122552.820000', '122553.280000', '122553.740000', '122554.200000', '122554.660000', '122555.120000', '122555.580000', '122556.040000', '122556.500000', '122556.960000', '122557.420000', '122557.880000', '122558.340000', '122558.800000', '122559.260000', '122559.720000', '122600.180000', '122600.640000', '122601.100000', '122601.560000', '122602.020000', '122602.480000', '122602.940000', '122603.400000', '122603.860000', '122604.320000', '122604.780000', '122605.240000', '122605.700000', '122606.160000', '122606.620000', '122607.080000', '122607.540000', '122608.000000', '122608.460000', '122608.920000', '122609.380000', '122609.840000', '122610.300000', '122610.760000', '122611.220000', '122611.680000', '122612.140000', '122612.600000', '122613.060000', '122613.520000', '122613.980000', '122614.440000', '122614.900000', '122615.360000', '122615.820000', '122616.280000', '122616.740000', '122617.200000', '122617.660000', '122618.120000', '122618.580000', '122619.040000', '122619.500000', '122619.960000', '122620.420000', '122620.880000', '122621.340000', '122621.800000', '122622.260000', '122622.720000', '122623.180000', '122623.640000', '122624.100000', '122624.560000', '122625.020000', '122625.480000', '122625.940000', '122626.400000', '122626.860000', '122627.320000', '122627.780000', '122628.240000', '122628.700000', '122629.160000', '122629.620000', '122630.080000', '122630.540000', '122631.000000', '122631.460000', '122631.920000', '122632.380000', '122632.840000', '122633.300000', '122633.760000', '122634.220000', '122634.680000', '122635.140000', '122635.600000', '122636.060000', '122636.520000', '122636.980000', '122637.440000', '122637.900000', '122638.360000', '122638.820000', '122639.280000', '122639.740000', '122640.200000', '122640.660000', '122641.120000', '122641.580000', '122642.040000', '122642.500000', '122642.960000', '122643.420000', '122643.880000', '122644.340000', '122644.800000', '122645.260000', '122645.720000', '122646.180000', '122646.640000', '122647.100000', '122647.560000', '122648.020000', '122648.480000', '122648.940000', '122649.400000', '122649.860000', '122650.320000', '122650.780000', '122651.240000', '122651.700000', '122652.160000', '122652.620000', '122653.080000', '122653.540000', '122654.000000', '122654.460000', '122654.920000', '122655.380000', '122655.840000', '122656.300000', '122656.760000', '122657.220000', '122657.680000', '122658.140000', '122658.600000', '122659.060000', '122659.520000', '122659.980000', '122700.440000', '122700.900000', '122701.360000', '122701.820000', '122702.280000', '122702.740000', '122703.200000', '122703.660000', '122704.120000', '122704.580000', '122705.040000', '122705.500000', '122705.960000', '122706.420000', '122706.880000', '122707.340000', '122707.800000', '122708.260000', '122708.720000', '122709.180000', '122709.640000', '122710.100000', '122710.560000', '122711.020000', '122711.480000', '122711.940000', '122712.400000', '122712.860000', '122713.320000', '122713.780000', '122714.240000', '122714.700000', '122715.160000', '122715.620000', '122716.080000', '122716.540000', '122717.000000', '122717.460000', '122717.920000', '122718.380000', '122718.840000', '122719.300000', '122719.760000', '122720.220000', '122720.680000', '122721.140000', '122721.600000', '122722.060000', '122722.520000', '122722.980000', '122723.440000', '122723.900000', '122724.360000', '122724.820000', '122725.280000', '122725.740000', '122726.200000', '122726.660000', '122727.120000', '122727.580000', '122728.040000', '122728.500000', '122728.960000', '122729.420000', '122729.880000', '122730.340000'], 'ContentTime': ['121525.193000', '121525.197000', '121525.200000', '121525.204000', '121525.207000', '121525.210000', '121525.213000', '121525.216000', '121525.219000', '121525.222000', '121525.225000', '121525.228000', '121525.231000', '121525.234000', '121525.237000', '121525.240000', '121525.243000', '121525.246000', '121525.249000', '121525.252000', '121525.255000', '121525.258000', '121525.263000', '121525.266000', '121525.269000', '121525.272000', '121525.275000', '121525.278000', '121525.281000', '121525.284000', '121525.287000', '121525.290000', '121525.293000', '121525.296000', '121525.299000', '121525.302000', '121545.162000', '121545.165000', '121545.168000', '121545.171000', '121545.174000', '121545.177000', '121545.180000', '121545.183000', '121545.186000', '121545.189000', '121545.192000', '121545.195000', '121545.198000', '121545.210000', '121545.212000', '121545.216000', '121545.218000', '121545.221000', '121545.224000', '121545.227000', '121545.230000', '121545.233000', '121545.236000', '121545.239000', '121545.242000', '121545.245000', '121545.248000', '121545.251000', '121545.254000', '121545.257000', '121545.260000', '121545.263000', '121545.266000', '121545.269000', '121545.272000', '121545.275000', '121545.278000', '121545.281000', '121545.284000', '121545.287000', '121545.290000', '121545.293000', '121545.296000', '121605.162000', '121605.165000', '121605.168000', '121605.171000', '121605.174000', '121605.177000', '121605.180000', '121605.187000', '121605.190000', '121605.193000', '121605.204000', '121605.207000', '121605.209000', '121605.212000', '121605.215000', '121605.218000', '121605.221000', '121605.224000', '121605.227000', '121605.230000', '121605.233000', '121605.236000', '121605.239000', '121605.242000', '121605.245000', '121605.248000', '121605.251000', '121605.254000', '121605.257000', '121605.260000', '121605.263000', '121605.266000', '121605.269000', '121605.272000', '121605.275000', '121605.278000', '121605.281000', '121605.284000', '121605.287000', '121605.290000', '121605.293000', '121605.296000', '121605.299000', '121605.302000', '121625.163000', '121625.166000', '121625.169000', '121625.185000', '121625.188000', '121625.191000', '121625.194000', '121625.198000', '121625.202000', '121625.206000', '121625.209000', '121625.212000', '121625.215000', '121625.218000', '121625.221000', '121625.224000', '121625.227000', '121625.230000', '121625.233000', '121625.236000', '121625.239000', '121625.242000', '121625.245000', '121625.248000', '121625.251000', '121625.254000', '121625.257000', '121625.260000', '121625.263000', '121625.266000', '121625.269000', '121625.272000', '121625.275000', '121625.278000', '121625.281000', '121625.284000', '121625.287000', '121625.289000', '121625.306000', '121625.322000', '121625.325000', '121625.327000', '121625.330000', '121645.163000', '121645.166000', '121645.169000', '121645.172000', '121645.175000', '121645.178000', '121645.181000', '121645.184000', '121645.187000', '121645.190000', '121645.193000', '121645.196000', '121645.199000', '121645.202000', '121645.205000', '121645.208000', '121645.211000', '121645.214000', '121645.217000', '121645.220000', '121645.223000', '121645.226000', '121645.229000', '121645.232000', '121645.235000', '121645.238000', '121645.241000', '121645.244000', '121645.247000', '121645.250000', '121645.253000', '121645.256000', '121645.259000', '121645.262000', '121645.265000', '121645.268000', '121645.271000', '121645.274000', '121645.277000', '121645.280000', '121645.283000', '121645.286000', '121645.289000', '121645.292000', '121705.162000', '121705.165000', '121705.168000', '121705.171000', '121705.174000', '121705.177000', '121705.180000', '121705.184000', '121705.186000', '121705.189000', '121705.192000', '121705.195000', '121705.198000', '121705.201000', '121705.204000', '121705.208000', '121705.211000', '121705.214000', '121705.217000', '121705.220000', '121705.223000', '121705.225000', '121705.228000', '121705.231000', '121705.235000', '121705.239000', '121705.242000', '121705.246000', '121705.248000', '121705.252000', '121705.255000', '121705.258000', '121705.260000', '121705.264000', '121705.266000', '121705.269000', '121705.272000', '121705.279000', '121705.282000', '121705.285000', '121705.288000', '121705.291000', '121705.294000', '121725.162000', '121725.165000', '121725.168000', '121725.171000', '121725.174000', '121725.177000', '121725.180000', '121725.183000', '121725.186000', '121725.189000', '121725.192000', '121725.195000', '121725.198000', '121725.201000', '121725.204000', '121725.207000', '121725.210000', '121725.213000', '121725.216000', '121725.219000', '121725.223000', '121725.225000', '121725.228000', '121725.231000', '121725.234000', '121725.237000', '121725.240000', '121725.243000', '121725.246000', '121725.249000', '121725.252000', '121725.255000', '121725.258000', '121725.261000', '121725.264000', '121725.267000', '121725.270000', '121725.273000', '121725.276000', '121725.279000', '121725.282000', '121725.285000', '121725.288000', '121725.291000', '121745.162000', '121745.165000', '121745.168000', '121745.171000', '121745.174000', '121745.177000', '121745.182000', '121745.185000', '121745.188000', '121745.191000', '121745.194000', '121745.197000', '121745.200000', '121745.203000', '121745.206000', '121745.209000', '121745.212000', '121745.215000', '121745.218000', '121745.221000', '121745.224000', '121745.227000', '121745.230000', '121745.233000', '121745.236000', '121745.240000', '121745.243000', '121745.246000', '121745.249000', '121745.252000', '121745.255000', '121745.258000', '121745.261000', '121745.264000', '121745.267000', '121745.270000', '121745.273000', '121745.276000', '121745.279000', '121745.282000', '121745.285000', '121745.288000', '121745.307000', '121805.162000', '121805.165000', '121805.168000', '121805.172000', '121805.174000', '121805.177000', '121805.180000', '121805.184000', '121805.186000', '121805.189000', '121805.192000', '121805.195000', '121805.198000', '121805.201000', '121805.204000', '121805.207000', '121805.210000', '121805.213000', '121805.216000', '121805.219000', '121805.222000', '121805.225000', '121805.228000', '121805.231000', '121805.234000', '121805.237000', '121805.240000', '121805.243000', '121805.246000', '121805.249000', '121805.252000', '121805.255000', '121805.258000', '121805.261000', '121805.264000', '121805.267000', '121805.270000', '121805.273000', '121805.276000', '121805.279000', '121805.282000', '121805.285000', '121805.288000', '121805.291000', '121825.162000', '121825.165000', '121825.168000', '121825.171000', '121825.174000', '121825.177000', '121825.180000', '121825.183000', '121825.186000', '121825.189000', '121825.192000', '121825.195000', '121825.198000', '121825.201000', '121825.204000', '121825.207000', '121825.210000', '121825.213000', '121825.216000', '121825.219000', '121825.222000', '121825.225000', '121825.228000', '121825.231000', '121825.234000', '121825.237000', '121825.240000', '121825.243000', '121825.246000', '121825.249000', '121825.252000', '121825.255000', '121825.258000', '121825.261000', '121825.264000', '121825.267000', '121825.270000', '121825.273000', '121825.276000', '121825.279000', '121825.282000', '121825.285000', '121825.288000', '121845.163000', '121845.166000', '121845.169000', '121845.172000', '121845.175000', '121845.178000', '121845.181000', '121845.184000', '121845.187000', '121845.190000', '121845.194000', '121845.197000', '121845.200000', '121845.202000', '121845.206000', '121845.209000', '121845.211000', '121845.214000', '121845.218000', '121845.220000', '121845.223000', '121845.226000', '121845.230000', '121845.232000', '121845.235000', '121845.238000', '121845.242000', '121845.245000', '121845.248000', '121845.250000', '121845.254000', '121845.256000', '121845.259000', '121845.262000', '121845.265000', '121845.268000', '121845.271000', '121845.274000', '121845.278000', '121845.280000', '121845.284000', '121845.287000', '121845.290000', '121845.292000', '121905.163000', '121905.166000', '121905.169000', '121905.172000', '121905.175000', '121905.178000', '121905.181000', '121905.184000', '121905.187000', '121905.190000', '121905.193000', '121905.196000', '121905.199000', '121905.202000', '121905.205000', '121905.208000', '121905.212000', '121905.214000', '121905.217000', '121905.222000', '121905.225000', '121905.228000', '121905.231000', '121905.234000', '121905.237000', '121905.240000', '121905.243000', '121905.246000', '121905.249000', '121905.252000', '121905.255000', '121905.258000', '121905.261000', '121905.264000', '121905.267000', '121905.270000', '121905.273000', '121905.276000', '121905.279000', '121905.282000', '121905.285000', '121905.288000', '121905.291000', '121925.162000', '121925.166000', '121925.169000', '121925.172000', '121925.175000', '121925.178000', '121925.181000', '121925.184000', '121925.187000', '121925.190000', '121925.193000', '121925.196000', '121925.199000', '121925.202000', '121925.205000', '121925.208000', '121925.211000', '121925.214000', '121925.217000', '121925.220000', '121925.223000', '121925.226000', '121925.229000', '121925.232000', '121925.257000', '121925.261000', '121925.264000', '121925.267000', '121925.275000', '121925.278000', '121925.281000', '121925.284000', '121925.287000', '121925.290000', '121925.293000', '121925.296000', '121925.299000', '121925.302000', '121925.305000', '121925.308000', '121925.311000', '121925.314000', '121925.317000', '121925.320000', '121945.162000', '121945.165000', '121945.168000', '121945.171000', '121945.174000', '121945.177000', '121945.180000', '121945.183000', '121945.186000', '121945.189000', '121945.192000', '121945.195000', '121945.198000', '121945.201000', '121945.204000', '121945.207000', '121945.210000', '121945.213000', '121945.216000', '121945.219000', '121945.222000', '121945.225000', '121945.228000', '121945.231000', '121945.234000', '121945.237000', '121945.240000', '121945.243000', '121945.246000', '121945.249000', '121945.252000', '121945.255000', '121945.258000', '121945.261000', '121945.264000', '121945.267000', '121945.270000', '121945.273000', '121945.276000', '121945.279000', '121945.282000', '121945.285000', '121945.288000', '122005.162000', '122005.165000', '122005.168000', '122005.171000', '122005.174000', '122005.177000', '122005.180000', '122005.183000', '122005.186000', '122005.189000', '122005.192000', '122005.195000', '122005.199000', '122005.201000', '122005.204000', '122005.207000', '122005.211000', '122005.213000', '122005.216000', '122005.219000', '122005.223000', '122005.225000', '122005.228000', '122005.231000', '122005.235000', '122005.237000', '122005.240000', '122005.243000', '122005.247000', '122005.250000', '122005.252000', '122005.255000', '122005.258000', '122005.261000', '122005.264000', '122005.267000', '122005.270000', '122005.273000', '122005.276000', '122005.279000', '122005.283000', '122005.285000', '122005.288000', '122005.291000', '122025.162000', '122025.165000', '122025.168000', '122025.171000', '122025.174000', '122025.177000', '122025.180000', '122025.183000', '122025.186000', '122025.189000', '122025.192000', '122025.195000', '122025.198000', '122025.201000', '122025.204000', '122025.207000', '122025.210000', '122025.213000', '122025.216000', '122025.219000', '122025.222000', '122025.225000', '122025.228000', '122025.231000', '122025.234000', '122025.237000', '122025.240000', '122025.243000', '122025.246000', '122025.249000', '122025.252000', '122025.255000', '122025.260000', '122025.263000', '122025.266000', '122025.269000', '122025.272000', '122025.275000', '122025.278000', '122025.281000', '122025.284000', '122025.287000', '122025.290000', '122045.162000', '122045.165000', '122045.168000', '122045.171000', '122045.174000', '122045.177000', '122045.180000', '122045.184000', '122045.186000', '122045.189000', '122045.192000', '122045.196000', '122045.198000', '122045.201000', '122045.204000', '122045.207000', '122045.210000', '122045.213000', '122045.216000', '122045.219000', '122045.222000', '122045.226000', '122045.229000', '122045.232000', '122045.235000', '122045.238000', '122045.241000', '122045.244000', '122045.247000', '122045.250000', '122045.253000', '122045.256000', '122045.259000', '122045.262000', '122045.265000', '122045.268000', '122045.271000', '122045.274000', '122045.277000', '122045.280000', '122045.283000', '122045.286000', '122045.289000', '122045.292000', '122105.163000', '122105.166000', '122105.169000', '122105.172000', '122105.175000', '122105.179000', '122105.182000', '122105.184000', '122105.187000', '122105.191000', '122105.194000', '122105.196000', '122105.199000', '122105.202000', '122105.205000', '122105.208000', '122105.211000', '122105.214000', '122105.217000', '122105.220000', '122105.223000', '122105.226000', '122105.229000', '122105.232000', '122105.235000', '122105.238000', '122105.241000', '122105.244000', '122105.247000', '122105.250000', '122105.253000', '122105.256000', '122105.259000', '122105.262000', '122105.265000', '122105.268000', '122105.271000', '122105.274000', '122105.277000', '122105.280000', '122105.283000', '122105.286000', '122105.289000', '122125.163000', '122125.166000', '122125.169000', '122125.172000', '122125.175000', '122125.178000', '122125.182000', '122125.185000', '122125.187000', '122125.190000', '122125.194000', '122125.197000', '122125.199000', '122125.203000', '122125.206000', '122125.209000', '122125.212000', '122125.215000', '122125.218000', '122125.221000', '122125.224000', '122125.227000', '122125.230000', '122125.233000', '122125.236000', '122125.239000', '122125.242000', '122125.245000', '122125.248000', '122125.251000', '122125.254000', '122125.257000', '122125.260000', '122125.263000', '122125.266000', '122125.269000', '122125.272000', '122125.275000', '122125.278000', '122125.281000', '122125.284000', '122125.287000', '122125.290000', '122125.293000', '122145.162000', '122145.165000', '122145.168000', '122145.171000', '122145.174000', '122145.177000', '122145.180000', '122145.183000', '122145.186000', '122145.189000', '122145.192000', '122145.195000', '122145.198000', '122145.201000', '122145.204000', '122145.207000', '122145.210000', '122145.213000', '122145.216000', '122145.219000', '122145.223000', '122145.226000', '122145.229000', '122145.231000', '122145.235000', '122145.238000', '122145.241000', '122145.243000', '122145.247000', '122145.250000', '122145.253000', '122145.256000', '122145.259000', '122145.262000', '122145.265000', '122145.267000', '122145.271000', '122145.274000', '122145.276000', '122145.279000', '122145.283000', '122145.285000', '122145.288000', '122205.162000', '122205.165000', '122205.174000', '122205.177000', '122205.180000', '122205.183000', '122205.186000', '122205.189000', '122205.192000', '122205.205000', '122205.208000', '122205.211000', '122205.214000', '122205.217000', '122205.220000', '122205.223000', '122205.226000', '122205.229000', '122205.232000', '122205.235000', '122205.238000', '122205.241000', '122205.244000', '122205.247000', '122205.250000', '122205.253000', '122205.256000', '122205.259000', '122205.262000', '122205.266000', '122205.269000', '122205.272000', '122205.275000', '122205.278000', '122205.281000', '122205.284000', '122205.287000', '122205.290000', '122205.293000', '122205.296000', '122205.299000', '122205.302000', '122205.305000', '122205.308000', '122225.162000', '122225.165000', '122225.183000', '122225.186000', '122225.189000', '122225.192000', '122225.195000', '122225.198000', '122225.201000', '122225.204000', '122225.207000', '122225.210000', '122225.213000', '122225.216000', '122225.219000', '122225.222000', '122225.225000', '122225.228000', '122225.231000', '122225.234000', '122225.237000', '122225.240000', '122225.243000', '122225.246000', '122225.249000', '122225.252000', '122225.255000', '122225.258000', '122225.261000', '122225.264000', '122225.267000', '122225.270000', '122225.273000', '122225.276000', '122225.279000', '122225.282000', '122225.285000', '122225.288000', '122225.291000', '122225.294000', '122225.297000', '122225.300000', '122225.303000', '122245.162000', '122245.165000', '122245.169000', '122245.172000', '122245.174000', '122245.177000', '122245.181000', '122245.183000', '122245.197000', '122245.200000', '122245.203000', '122245.207000', '122245.210000', '122245.213000', '122245.216000', '122245.219000', '122245.223000', '122245.225000', '122245.228000', '122245.231000', '122245.234000', '122245.237000', '122245.240000', '122245.243000', '122245.247000', '122245.250000', '122245.252000', '122245.255000', '122245.259000', '122245.262000', '122245.265000', '122245.268000', '122245.271000', '122245.274000', '122245.277000', '122245.279000', '122245.283000', '122245.285000', '122245.288000', '122245.291000', '122245.295000', '122245.298000', '122245.301000', '122305.162000', '122305.165000', '122305.168000', '122305.171000', '122305.174000', '122305.177000', '122305.180000', '122305.183000', '122305.186000', '122305.189000', '122305.192000', '122305.195000', '122305.198000', '122305.201000', '122305.204000', '122305.207000', '122305.210000', '122305.213000', '122305.216000', '122305.219000', '122305.222000', '122305.225000', '122305.228000', '122305.231000', '122305.234000', '122305.237000', '122305.240000', '122305.243000', '122305.246000', '122305.249000', '122305.252000', '122305.255000', '122305.258000', '122305.261000', '122305.264000', '122305.267000', '122305.270000', '122305.273000', '122305.276000', '122305.279000', '122305.282000', '122305.285000', '122305.288000', '122305.291000', '122325.163000', '122325.167000', '122325.172000', '122325.176000', '122325.179000', '122325.182000', '122325.185000', '122325.188000', '122325.191000', '122325.194000', '122325.197000', '122325.200000', '122325.203000', '122325.206000', '122325.209000', '122325.212000', '122325.215000', '122325.218000', '122325.221000', '122325.224000', '122325.227000', '122325.230000', '122325.233000', '122325.236000', '122325.239000', '122325.242000', '122325.245000', '122325.248000', '122325.252000', '122325.254000', '122325.257000', '122325.261000', '122325.263000', '122325.266000', '122325.269000', '122325.273000', '122325.276000', '122325.279000', '122325.282000', '122325.285000', '122325.288000', '122325.291000', '122325.294000', '122345.163000', '122345.166000', '122345.169000', '122345.172000', '122345.175000', '122345.178000', '122345.181000', '122345.184000', '122345.187000', '122345.190000', '122345.194000', '122345.197000', '122345.199000', '122345.213000', '122345.216000', '122345.219000', '122345.222000', '122345.225000', '122345.233000', '122345.236000', '122345.239000', '122345.242000', '122345.245000', '122345.248000', '122345.251000', '122345.254000', '122345.257000', '122345.260000', '122345.263000', '122345.266000', '122345.269000', '122345.272000', '122345.275000', '122345.278000', '122345.281000', '122345.284000', '122345.287000', '122345.290000', '122345.293000', '122345.296000', '122345.299000', '122345.302000', '122345.308000', '122345.310000', '122405.162000', '122405.165000', '122405.168000', '122405.171000', '122405.175000', '122405.177000', '122405.180000', '122405.183000', '122405.187000', '122405.190000', '122405.193000', '122405.196000', '122405.199000', '122405.202000', '122405.205000', '122405.208000', '122405.211000', '122405.214000', '122405.217000', '122405.220000', '122405.223000', '122405.226000', '122405.229000', '122405.232000', '122405.235000', '122405.238000', '122405.242000', '122405.245000', '122405.247000', '122405.250000', '122405.254000', '122405.256000', '122405.259000', '122405.262000', '122405.265000', '122405.268000', '122405.271000', '122405.274000', '122405.277000', '122405.280000', '122405.283000', '122405.286000', '122405.289000', '122425.162000', '122425.165000', '122425.168000', '122425.171000', '122425.174000', '122425.178000', '122425.181000', '122425.183000', '122425.186000', '122425.190000', '122425.193000', '122425.195000', '122425.199000', '122425.202000', '122425.205000', '122425.208000', '122425.210000', '122425.214000', '122425.217000', '122425.219000', '122425.222000', '122425.226000', '122425.228000', '122425.231000', '122425.234000', '122425.237000', '122425.240000', '122425.243000', '122425.246000', '122425.249000', '122425.252000', '122425.255000', '122425.258000', '122425.261000', '122425.264000', '122425.267000', '122425.270000', '122425.273000', '122425.276000', '122425.279000', '122425.282000', '122425.285000', '122425.288000', '122425.291000', '122445.162000', '122445.165000', '122445.168000', '122445.171000', '122445.174000', '122445.177000', '122445.180000', '122445.183000', '122445.186000', '122445.189000', '122445.192000', '122445.195000', '122445.198000', '122445.201000', '122445.204000', '122445.207000', '122445.210000', '122445.213000', '122445.217000', '122445.220000', '122445.222000', '122445.226000', '122445.229000', '122445.232000', '122445.235000', '122445.238000', '122445.241000', '122445.243000', '122445.247000', '122445.250000', '122445.253000', '122445.256000', '122445.259000', '122445.262000', '122445.265000', '122445.268000', '122445.271000', '122445.274000', '122445.277000', '122445.280000', '122445.283000', '122445.286000', '122445.289000', '122505.162000', '122505.165000', '122505.168000', '122505.171000', '122505.175000', '122505.178000', '122505.181000', '122505.184000', '122505.187000', '122505.190000', '122505.203000', '122505.207000', '122505.210000', '122505.213000', '122505.215000', '122505.218000', '122505.222000', '122505.224000', '122505.227000', '122505.230000', '122505.234000', '122505.236000', '122505.239000', '122505.242000', '122505.246000', '122505.248000', '122505.251000', '122505.254000', '122505.257000', '122505.260000', '122505.263000', '122505.266000', '122505.269000', '122505.272000', '122505.275000', '122505.278000', '122505.281000', '122505.284000', '122505.287000', '122505.290000', '122505.293000', '122505.296000', '122505.299000', '122505.302000', '122525.162000', '122525.165000', '122525.169000', '122525.172000', '122525.175000', '122525.178000', '122525.182000', '122525.185000', '122525.188000', '122525.191000', '122525.194000', '122525.197000', '122525.200000', '122525.203000', '122525.206000', '122525.209000', '122525.212000', '122525.215000', '122525.218000', '122525.221000', '122525.224000', '122525.227000', '122525.230000', '122525.233000', '122525.236000', '122525.239000', '122525.242000', '122525.245000', '122525.248000', '122525.252000', '122525.255000', '122525.258000', '122525.261000', '122525.264000', '122525.267000', '122525.270000', '122525.273000', '122525.276000', '122525.279000', '122525.282000', '122525.294000', '122525.297000', '122525.300000', '122545.163000', '122545.166000', '122545.169000', '122545.172000', '122545.175000', '122545.178000', '122545.181000', '122545.184000', '122545.188000', '122545.190000', '122545.193000', '122545.197000', '122545.199000', '122545.202000', '122545.205000', '122545.208000', '122545.211000', '122545.214000', '122545.217000', '122545.221000', '122545.224000', '122545.226000', '122545.229000', '122545.233000', '122545.235000', '122545.238000', '122545.241000', '122545.244000', '122545.247000', '122545.258000', '122545.261000', '122545.265000', '122545.268000', '122545.270000', '122545.273000', '122545.276000', '122545.279000', '122545.282000', '122545.285000', '122545.288000', '122545.291000', '122545.294000', '122545.297000', '122545.300000', '122605.163000', '122605.167000', '122605.170000', '122605.173000', '122605.176000', '122605.179000', '122605.182000', '122605.185000', '122605.188000', '122605.191000', '122605.194000', '122605.197000', '122605.200000', '122605.203000', '122605.206000', '122605.209000', '122605.212000', '122605.215000', '122605.218000', '122605.221000', '122605.224000', '122605.227000', '122605.230000', '122605.233000', '122605.236000', '122605.239000', '122605.242000', '122605.245000', '122605.248000', '122605.252000', '122605.254000', '122605.258000', '122605.261000', '122605.264000', '122605.267000', '122605.270000', '122605.273000', '122605.276000', '122605.279000', '122605.282000', '122605.285000', '122605.288000', '122605.291000', '122625.162000', '122625.165000', '122625.169000', '122625.172000', '122625.175000', '122625.177000', '122625.181000', '122625.184000', '122625.187000', '122625.190000', '122625.193000', '122625.196000', '122625.199000', '122625.202000', '122625.205000', '122625.208000', '122625.210000', '122625.213000', '122625.217000', '122625.219000', '122625.222000', '122625.225000', '122625.228000', '122625.231000', '122625.234000', '122625.237000', '122625.240000', '122625.243000', '122625.246000', '122625.249000', '122625.252000', '122625.255000', '122625.258000', '122625.261000', '122625.264000', '122625.267000', '122625.270000', '122625.273000', '122625.276000', '122625.279000', '122625.282000', '122625.285000', '122625.288000', '122625.291000', '122645.162000', '122645.165000', '122645.168000', '122645.171000', '122645.174000', '122645.177000', '122645.180000', '122645.183000', '122645.186000', '122645.189000', '122645.192000', '122645.195000', '122645.198000', '122645.201000', '122645.204000', '122645.208000', '122645.211000', '122645.214000', '122645.217000', '122645.220000', '122645.223000', '122645.226000', '122645.229000', '122645.232000', '122645.235000', '122645.238000', '122645.241000', '122645.244000', '122645.247000', '122645.250000', '122645.253000', '122645.256000', '122645.259000', '122645.262000', '122645.267000', '122645.271000', '122645.274000', '122645.277000', '122645.280000', '122645.283000', '122645.286000', '122645.289000', '122645.292000', '122705.162000', '122705.165000', '122705.168000', '122705.171000', '122705.174000', '122705.178000', '122705.180000', '122705.183000', '122705.186000', '122705.189000', '122705.192000', '122705.195000', '122705.198000', '122705.201000', '122705.204000', '122705.207000', '122705.210000', '122705.213000', '122705.216000', '122705.219000', '122705.222000', '122705.225000', '122705.228000', '122705.231000', '122705.234000', '122705.237000', '122705.240000', '122705.243000', '122705.246000', '122705.248000', '122705.251000', '122705.254000', '122705.257000', '122705.260000', '122705.263000', '122705.266000', '122705.269000', '122705.272000', '122705.275000', '122705.278000', '122705.281000', '122705.284000', '122705.287000', '122705.290000', '122725.162000', '122725.165000', '122725.168000', '122725.171000', '122725.174000', '122725.177000', '122725.180000', '122725.183000', '122725.186000', '122725.189000', '122725.192000', '122725.195000', '122725.198000', '122725.201000', '122725.204000', '122725.207000', '122725.210000', '122725.226000', '122725.229000', '122725.232000', '122725.235000', '122725.238000', '122725.241000', '122725.244000', '122725.247000', '122725.250000', '122725.253000', '122725.256000', '122725.258000', '122725.261000', '122725.264000', '122725.267000', '122725.270000', '122725.273000', '122725.276000', '122725.279000', '122725.284000', '122725.289000', '122725.292000', '122725.295000', '122725.298000', '122725.301000', '122725.303000', '122731.802000', '122731.806000', '122731.809000', '122731.813000', '122731.816000', '122731.819000', '122731.823000', '122731.826000', '122731.829000', '122731.832000', '122731.835000', '122731.838000', '122731.841000', '122731.844000', '122731.847000'], 'InstanceCreationTime': ['121525.193000', '121525.197000', '121525.200000', '121525.204000', '121525.207000', '121525.210000', '121525.213000', '121525.216000', '121525.219000', '121525.222000', '121525.225000', '121525.228000', '121525.231000', '121525.234000', '121525.237000', '121525.240000', '121525.243000', '121525.246000', '121525.249000', '121525.252000', '121525.255000', '121525.258000', '121525.263000', '121525.266000', '121525.269000', '121525.272000', '121525.275000', '121525.278000', '121525.281000', '121525.284000', '121525.287000', '121525.290000', '121525.293000', '121525.296000', '121525.299000', '121525.302000', '121545.162000', '121545.165000', '121545.168000', '121545.171000', '121545.174000', '121545.177000', '121545.180000', '121545.183000', '121545.186000', '121545.189000', '121545.192000', '121545.195000', '121545.198000', '121545.210000', '121545.212000', '121545.216000', '121545.218000', '121545.221000', '121545.224000', '121545.227000', '121545.230000', '121545.233000', '121545.236000', '121545.239000', '121545.242000', '121545.245000', '121545.248000', '121545.251000', '121545.254000', '121545.257000', '121545.260000', '121545.263000', '121545.266000', '121545.269000', '121545.272000', '121545.275000', '121545.278000', '121545.281000', '121545.284000', '121545.287000', '121545.290000', '121545.293000', '121545.296000', '121605.162000', '121605.165000', '121605.168000', '121605.171000', '121605.174000', '121605.177000', '121605.180000', '121605.187000', '121605.190000', '121605.193000', '121605.204000', '121605.207000', '121605.209000', '121605.212000', '121605.215000', '121605.218000', '121605.221000', '121605.224000', '121605.227000', '121605.230000', '121605.233000', '121605.236000', '121605.239000', '121605.242000', '121605.245000', '121605.248000', '121605.251000', '121605.254000', '121605.257000', '121605.260000', '121605.263000', '121605.266000', '121605.269000', '121605.272000', '121605.275000', '121605.278000', '121605.281000', '121605.284000', '121605.287000', '121605.290000', '121605.293000', '121605.296000', '121605.299000', '121605.302000', '121625.163000', '121625.166000', '121625.169000', '121625.185000', '121625.188000', '121625.191000', '121625.194000', '121625.198000', '121625.202000', '121625.206000', '121625.209000', '121625.212000', '121625.215000', '121625.218000', '121625.221000', '121625.224000', '121625.227000', '121625.230000', '121625.233000', '121625.236000', '121625.239000', '121625.242000', '121625.245000', '121625.248000', '121625.251000', '121625.254000', '121625.257000', '121625.260000', '121625.263000', '121625.266000', '121625.269000', '121625.272000', '121625.275000', '121625.278000', '121625.281000', '121625.284000', '121625.287000', '121625.289000', '121625.306000', '121625.322000', '121625.325000', '121625.327000', '121625.330000', '121645.163000', '121645.166000', '121645.169000', '121645.172000', '121645.175000', '121645.178000', '121645.181000', '121645.184000', '121645.187000', '121645.190000', '121645.193000', '121645.196000', '121645.199000', '121645.202000', '121645.205000', '121645.208000', '121645.211000', '121645.214000', '121645.217000', '121645.220000', '121645.223000', '121645.226000', '121645.229000', '121645.232000', '121645.235000', '121645.238000', '121645.241000', '121645.244000', '121645.247000', '121645.250000', '121645.253000', '121645.256000', '121645.259000', '121645.262000', '121645.265000', '121645.268000', '121645.271000', '121645.274000', '121645.277000', '121645.280000', '121645.283000', '121645.286000', '121645.289000', '121645.292000', '121705.162000', '121705.165000', '121705.168000', '121705.171000', '121705.174000', '121705.177000', '121705.180000', '121705.184000', '121705.186000', '121705.189000', '121705.192000', '121705.195000', '121705.198000', '121705.201000', '121705.204000', '121705.208000', '121705.211000', '121705.214000', '121705.217000', '121705.220000', '121705.223000', '121705.225000', '121705.228000', '121705.231000', '121705.235000', '121705.239000', '121705.242000', '121705.246000', '121705.248000', '121705.252000', '121705.255000', '121705.258000', '121705.260000', '121705.264000', '121705.266000', '121705.269000', '121705.272000', '121705.279000', '121705.282000', '121705.285000', '121705.288000', '121705.291000', '121705.294000', '121725.162000', '121725.165000', '121725.168000', '121725.171000', '121725.174000', '121725.177000', '121725.180000', '121725.183000', '121725.186000', '121725.189000', '121725.192000', '121725.195000', '121725.198000', '121725.201000', '121725.204000', '121725.207000', '121725.210000', '121725.213000', '121725.216000', '121725.219000', '121725.223000', '121725.225000', '121725.228000', '121725.231000', '121725.234000', '121725.237000', '121725.240000', '121725.243000', '121725.246000', '121725.249000', '121725.252000', '121725.255000', '121725.258000', '121725.261000', '121725.264000', '121725.267000', '121725.270000', '121725.273000', '121725.276000', '121725.279000', '121725.282000', '121725.285000', '121725.288000', '121725.291000', '121745.162000', '121745.165000', '121745.168000', '121745.171000', '121745.174000', '121745.177000', '121745.182000', '121745.185000', '121745.188000', '121745.191000', '121745.194000', '121745.197000', '121745.200000', '121745.203000', '121745.206000', '121745.209000', '121745.212000', '121745.215000', '121745.218000', '121745.221000', '121745.224000', '121745.227000', '121745.230000', '121745.233000', '121745.236000', '121745.240000', '121745.243000', '121745.246000', '121745.249000', '121745.252000', '121745.255000', '121745.258000', '121745.261000', '121745.264000', '121745.267000', '121745.270000', '121745.273000', '121745.276000', '121745.279000', '121745.282000', '121745.285000', '121745.288000', '121745.307000', '121805.162000', '121805.165000', '121805.168000', '121805.172000', '121805.174000', '121805.177000', '121805.180000', '121805.184000', '121805.186000', '121805.189000', '121805.192000', '121805.195000', '121805.198000', '121805.201000', '121805.204000', '121805.207000', '121805.210000', '121805.213000', '121805.216000', '121805.219000', '121805.222000', '121805.225000', '121805.228000', '121805.231000', '121805.234000', '121805.237000', '121805.240000', '121805.243000', '121805.246000', '121805.249000', '121805.252000', '121805.255000', '121805.258000', '121805.261000', '121805.264000', '121805.267000', '121805.270000', '121805.273000', '121805.276000', '121805.279000', '121805.282000', '121805.285000', '121805.288000', '121805.291000', '121825.162000', '121825.165000', '121825.168000', '121825.171000', '121825.174000', '121825.177000', '121825.180000', '121825.183000', '121825.186000', '121825.189000', '121825.192000', '121825.195000', '121825.198000', '121825.201000', '121825.204000', '121825.207000', '121825.210000', '121825.213000', '121825.216000', '121825.219000', '121825.222000', '121825.225000', '121825.228000', '121825.231000', '121825.234000', '121825.237000', '121825.240000', '121825.243000', '121825.246000', '121825.249000', '121825.252000', '121825.255000', '121825.258000', '121825.261000', '121825.264000', '121825.267000', '121825.270000', '121825.273000', '121825.276000', '121825.279000', '121825.282000', '121825.285000', '121825.288000', '121845.163000', '121845.166000', '121845.169000', '121845.172000', '121845.175000', '121845.178000', '121845.181000', '121845.184000', '121845.187000', '121845.190000', '121845.194000', '121845.197000', '121845.200000', '121845.202000', '121845.206000', '121845.209000', '121845.211000', '121845.214000', '121845.218000', '121845.220000', '121845.223000', '121845.226000', '121845.230000', '121845.232000', '121845.235000', '121845.238000', '121845.242000', '121845.245000', '121845.248000', '121845.250000', '121845.254000', '121845.256000', '121845.259000', '121845.262000', '121845.265000', '121845.268000', '121845.271000', '121845.274000', '121845.278000', '121845.280000', '121845.284000', '121845.287000', '121845.290000', '121845.292000', '121905.163000', '121905.166000', '121905.169000', '121905.172000', '121905.175000', '121905.178000', '121905.181000', '121905.184000', '121905.187000', '121905.190000', '121905.193000', '121905.196000', '121905.199000', '121905.202000', '121905.205000', '121905.208000', '121905.212000', '121905.214000', '121905.217000', '121905.222000', '121905.225000', '121905.228000', '121905.231000', '121905.234000', '121905.237000', '121905.240000', '121905.243000', '121905.246000', '121905.249000', '121905.252000', '121905.255000', '121905.258000', '121905.261000', '121905.264000', '121905.267000', '121905.270000', '121905.273000', '121905.276000', '121905.279000', '121905.282000', '121905.285000', '121905.288000', '121905.291000', '121925.162000', '121925.166000', '121925.169000', '121925.172000', '121925.175000', '121925.178000', '121925.181000', '121925.184000', '121925.187000', '121925.190000', '121925.193000', '121925.196000', '121925.199000', '121925.202000', '121925.205000', '121925.208000', '121925.211000', '121925.214000', '121925.217000', '121925.220000', '121925.223000', '121925.226000', '121925.229000', '121925.232000', '121925.257000', '121925.261000', '121925.264000', '121925.267000', '121925.275000', '121925.278000', '121925.281000', '121925.284000', '121925.287000', '121925.290000', '121925.293000', '121925.296000', '121925.299000', '121925.302000', '121925.305000', '121925.308000', '121925.311000', '121925.314000', '121925.317000', '121925.320000', '121945.162000', '121945.165000', '121945.168000', '121945.171000', '121945.174000', '121945.177000', '121945.180000', '121945.183000', '121945.186000', '121945.189000', '121945.192000', '121945.195000', '121945.198000', '121945.201000', '121945.204000', '121945.207000', '121945.210000', '121945.213000', '121945.216000', '121945.219000', '121945.222000', '121945.225000', '121945.228000', '121945.231000', '121945.234000', '121945.237000', '121945.240000', '121945.243000', '121945.246000', '121945.249000', '121945.252000', '121945.255000', '121945.258000', '121945.261000', '121945.264000', '121945.267000', '121945.270000', '121945.273000', '121945.276000', '121945.279000', '121945.282000', '121945.285000', '121945.288000', '122005.162000', '122005.165000', '122005.168000', '122005.171000', '122005.174000', '122005.177000', '122005.180000', '122005.183000', '122005.186000', '122005.189000', '122005.192000', '122005.195000', '122005.199000', '122005.201000', '122005.204000', '122005.207000', '122005.211000', '122005.213000', '122005.216000', '122005.219000', '122005.223000', '122005.225000', '122005.228000', '122005.231000', '122005.235000', '122005.237000', '122005.240000', '122005.243000', '122005.247000', '122005.250000', '122005.252000', '122005.255000', '122005.258000', '122005.261000', '122005.264000', '122005.267000', '122005.270000', '122005.273000', '122005.276000', '122005.279000', '122005.283000', '122005.285000', '122005.288000', '122005.291000', '122025.162000', '122025.165000', '122025.168000', '122025.171000', '122025.174000', '122025.177000', '122025.180000', '122025.183000', '122025.186000', '122025.189000', '122025.192000', '122025.195000', '122025.198000', '122025.201000', '122025.204000', '122025.207000', '122025.210000', '122025.213000', '122025.216000', '122025.219000', '122025.222000', '122025.225000', '122025.228000', '122025.231000', '122025.234000', '122025.237000', '122025.240000', '122025.243000', '122025.246000', '122025.249000', '122025.252000', '122025.255000', '122025.260000', '122025.263000', '122025.266000', '122025.269000', '122025.272000', '122025.275000', '122025.278000', '122025.281000', '122025.284000', '122025.287000', '122025.290000', '122045.162000', '122045.165000', '122045.168000', '122045.171000', '122045.174000', '122045.177000', '122045.180000', '122045.184000', '122045.186000', '122045.189000', '122045.192000', '122045.196000', '122045.198000', '122045.201000', '122045.204000', '122045.207000', '122045.210000', '122045.213000', '122045.216000', '122045.219000', '122045.222000', '122045.226000', '122045.229000', '122045.232000', '122045.235000', '122045.238000', '122045.241000', '122045.244000', '122045.247000', '122045.250000', '122045.253000', '122045.256000', '122045.259000', '122045.262000', '122045.265000', '122045.268000', '122045.271000', '122045.274000', '122045.277000', '122045.280000', '122045.283000', '122045.286000', '122045.289000', '122045.292000', '122105.163000', '122105.166000', '122105.169000', '122105.172000', '122105.175000', '122105.179000', '122105.182000', '122105.184000', '122105.187000', '122105.191000', '122105.194000', '122105.196000', '122105.199000', '122105.202000', '122105.205000', '122105.208000', '122105.211000', '122105.214000', '122105.217000', '122105.220000', '122105.223000', '122105.226000', '122105.229000', '122105.232000', '122105.235000', '122105.238000', '122105.241000', '122105.244000', '122105.247000', '122105.250000', '122105.253000', '122105.256000', '122105.259000', '122105.262000', '122105.265000', '122105.268000', '122105.271000', '122105.274000', '122105.277000', '122105.280000', '122105.283000', '122105.286000', '122105.289000', '122125.163000', '122125.166000', '122125.169000', '122125.172000', '122125.175000', '122125.178000', '122125.182000', '122125.185000', '122125.187000', '122125.190000', '122125.194000', '122125.197000', '122125.199000', '122125.203000', '122125.206000', '122125.209000', '122125.212000', '122125.215000', '122125.218000', '122125.221000', '122125.224000', '122125.227000', '122125.230000', '122125.233000', '122125.236000', '122125.239000', '122125.242000', '122125.245000', '122125.248000', '122125.251000', '122125.254000', '122125.257000', '122125.260000', '122125.263000', '122125.266000', '122125.269000', '122125.272000', '122125.275000', '122125.278000', '122125.281000', '122125.284000', '122125.287000', '122125.290000', '122125.293000', '122145.162000', '122145.165000', '122145.168000', '122145.171000', '122145.174000', '122145.177000', '122145.180000', '122145.183000', '122145.186000', '122145.189000', '122145.192000', '122145.195000', '122145.198000', '122145.201000', '122145.204000', '122145.207000', '122145.210000', '122145.213000', '122145.216000', '122145.219000', '122145.223000', '122145.226000', '122145.229000', '122145.231000', '122145.235000', '122145.238000', '122145.241000', '122145.243000', '122145.247000', '122145.250000', '122145.253000', '122145.256000', '122145.259000', '122145.262000', '122145.265000', '122145.267000', '122145.271000', '122145.274000', '122145.276000', '122145.279000', '122145.283000', '122145.285000', '122145.288000', '122205.162000', '122205.165000', '122205.174000', '122205.177000', '122205.180000', '122205.183000', '122205.186000', '122205.189000', '122205.192000', '122205.205000', '122205.208000', '122205.211000', '122205.214000', '122205.217000', '122205.220000', '122205.223000', '122205.226000', '122205.229000', '122205.232000', '122205.235000', '122205.238000', '122205.241000', '122205.244000', '122205.247000', '122205.250000', '122205.253000', '122205.256000', '122205.259000', '122205.262000', '122205.266000', '122205.269000', '122205.272000', '122205.275000', '122205.278000', '122205.281000', '122205.284000', '122205.287000', '122205.290000', '122205.293000', '122205.296000', '122205.299000', '122205.302000', '122205.305000', '122205.308000', '122225.162000', '122225.165000', '122225.183000', '122225.186000', '122225.189000', '122225.192000', '122225.195000', '122225.198000', '122225.201000', '122225.204000', '122225.207000', '122225.210000', '122225.213000', '122225.216000', '122225.219000', '122225.222000', '122225.225000', '122225.228000', '122225.231000', '122225.234000', '122225.237000', '122225.240000', '122225.243000', '122225.246000', '122225.249000', '122225.252000', '122225.255000', '122225.258000', '122225.261000', '122225.264000', '122225.267000', '122225.270000', '122225.273000', '122225.276000', '122225.279000', '122225.282000', '122225.285000', '122225.288000', '122225.291000', '122225.294000', '122225.297000', '122225.300000', '122225.303000', '122245.162000', '122245.165000', '122245.169000', '122245.172000', '122245.174000', '122245.177000', '122245.181000', '122245.183000', '122245.197000', '122245.200000', '122245.203000', '122245.207000', '122245.210000', '122245.213000', '122245.216000', '122245.219000', '122245.223000', '122245.225000', '122245.228000', '122245.231000', '122245.234000', '122245.237000', '122245.240000', '122245.243000', '122245.247000', '122245.250000', '122245.252000', '122245.255000', '122245.259000', '122245.262000', '122245.265000', '122245.268000', '122245.271000', '122245.274000', '122245.277000', '122245.279000', '122245.283000', '122245.285000', '122245.288000', '122245.291000', '122245.295000', '122245.298000', '122245.301000', '122305.162000', '122305.165000', '122305.168000', '122305.171000', '122305.174000', '122305.177000', '122305.180000', '122305.183000', '122305.186000', '122305.189000', '122305.192000', '122305.195000', '122305.198000', '122305.201000', '122305.204000', '122305.207000', '122305.210000', '122305.213000', '122305.216000', '122305.219000', '122305.222000', '122305.225000', '122305.228000', '122305.231000', '122305.234000', '122305.237000', '122305.240000', '122305.243000', '122305.246000', '122305.249000', '122305.252000', '122305.255000', '122305.258000', '122305.261000', '122305.264000', '122305.267000', '122305.270000', '122305.273000', '122305.276000', '122305.279000', '122305.282000', '122305.285000', '122305.288000', '122305.291000', '122325.163000', '122325.167000', '122325.172000', '122325.176000', '122325.179000', '122325.182000', '122325.185000', '122325.188000', '122325.191000', '122325.194000', '122325.197000', '122325.200000', '122325.203000', '122325.206000', '122325.209000', '122325.212000', '122325.215000', '122325.218000', '122325.221000', '122325.224000', '122325.227000', '122325.230000', '122325.233000', '122325.236000', '122325.239000', '122325.242000', '122325.245000', '122325.248000', '122325.252000', '122325.254000', '122325.257000', '122325.261000', '122325.263000', '122325.266000', '122325.269000', '122325.273000', '122325.276000', '122325.279000', '122325.282000', '122325.285000', '122325.288000', '122325.291000', '122325.294000', '122345.163000', '122345.166000', '122345.169000', '122345.172000', '122345.175000', '122345.178000', '122345.181000', '122345.184000', '122345.187000', '122345.190000', '122345.194000', '122345.197000', '122345.199000', '122345.213000', '122345.216000', '122345.219000', '122345.222000', '122345.225000', '122345.233000', '122345.236000', '122345.239000', '122345.242000', '122345.245000', '122345.248000', '122345.251000', '122345.254000', '122345.257000', '122345.260000', '122345.263000', '122345.266000', '122345.269000', '122345.272000', '122345.275000', '122345.278000', '122345.281000', '122345.284000', '122345.287000', '122345.290000', '122345.293000', '122345.296000', '122345.299000', '122345.302000', '122345.308000', '122345.310000', '122405.162000', '122405.165000', '122405.168000', '122405.171000', '122405.175000', '122405.177000', '122405.180000', '122405.183000', '122405.187000', '122405.190000', '122405.193000', '122405.196000', '122405.199000', '122405.202000', '122405.205000', '122405.208000', '122405.211000', '122405.214000', '122405.217000', '122405.220000', '122405.223000', '122405.226000', '122405.229000', '122405.232000', '122405.235000', '122405.238000', '122405.242000', '122405.245000', '122405.247000', '122405.250000', '122405.254000', '122405.256000', '122405.259000', '122405.262000', '122405.265000', '122405.268000', '122405.271000', '122405.274000', '122405.277000', '122405.280000', '122405.283000', '122405.286000', '122405.289000', '122425.162000', '122425.165000', '122425.168000', '122425.171000', '122425.174000', '122425.178000', '122425.181000', '122425.183000', '122425.186000', '122425.190000', '122425.193000', '122425.195000', '122425.199000', '122425.202000', '122425.205000', '122425.208000', '122425.210000', '122425.214000', '122425.217000', '122425.219000', '122425.222000', '122425.226000', '122425.228000', '122425.231000', '122425.234000', '122425.237000', '122425.240000', '122425.243000', '122425.246000', '122425.249000', '122425.252000', '122425.255000', '122425.258000', '122425.261000', '122425.264000', '122425.267000', '122425.270000', '122425.273000', '122425.276000', '122425.279000', '122425.282000', '122425.285000', '122425.288000', '122425.291000', '122445.162000', '122445.165000', '122445.168000', '122445.171000', '122445.174000', '122445.177000', '122445.180000', '122445.183000', '122445.186000', '122445.189000', '122445.192000', '122445.195000', '122445.198000', '122445.201000', '122445.204000', '122445.207000', '122445.210000', '122445.213000', '122445.217000', '122445.220000', '122445.222000', '122445.226000', '122445.229000', '122445.232000', '122445.235000', '122445.238000', '122445.241000', '122445.243000', '122445.247000', '122445.250000', '122445.253000', '122445.256000', '122445.259000', '122445.262000', '122445.265000', '122445.268000', '122445.271000', '122445.274000', '122445.277000', '122445.280000', '122445.283000', '122445.286000', '122445.289000', '122505.162000', '122505.165000', '122505.168000', '122505.171000', '122505.175000', '122505.178000', '122505.181000', '122505.184000', '122505.187000', '122505.190000', '122505.203000', '122505.207000', '122505.210000', '122505.213000', '122505.215000', '122505.218000', '122505.222000', '122505.224000', '122505.227000', '122505.230000', '122505.234000', '122505.236000', '122505.239000', '122505.242000', '122505.246000', '122505.248000', '122505.251000', '122505.254000', '122505.257000', '122505.260000', '122505.263000', '122505.266000', '122505.269000', '122505.272000', '122505.275000', '122505.278000', '122505.281000', '122505.284000', '122505.287000', '122505.290000', '122505.293000', '122505.296000', '122505.299000', '122505.302000', '122525.162000', '122525.165000', '122525.169000', '122525.172000', '122525.175000', '122525.178000', '122525.182000', '122525.185000', '122525.188000', '122525.191000', '122525.194000', '122525.197000', '122525.200000', '122525.203000', '122525.206000', '122525.209000', '122525.212000', '122525.215000', '122525.218000', '122525.221000', '122525.224000', '122525.227000', '122525.230000', '122525.233000', '122525.236000', '122525.239000', '122525.242000', '122525.245000', '122525.248000', '122525.252000', '122525.255000', '122525.258000', '122525.261000', '122525.264000', '122525.267000', '122525.270000', '122525.273000', '122525.276000', '122525.279000', '122525.282000', '122525.294000', '122525.297000', '122525.300000', '122545.163000', '122545.166000', '122545.169000', '122545.172000', '122545.175000', '122545.178000', '122545.181000', '122545.184000', '122545.188000', '122545.190000', '122545.193000', '122545.197000', '122545.199000', '122545.202000', '122545.205000', '122545.208000', '122545.211000', '122545.214000', '122545.217000', '122545.221000', '122545.224000', '122545.226000', '122545.229000', '122545.233000', '122545.235000', '122545.238000', '122545.241000', '122545.244000', '122545.247000', '122545.258000', '122545.261000', '122545.265000', '122545.268000', '122545.270000', '122545.273000', '122545.276000', '122545.279000', '122545.282000', '122545.285000', '122545.288000', '122545.291000', '122545.294000', '122545.297000', '122545.300000', '122605.163000', '122605.167000', '122605.170000', '122605.173000', '122605.176000', '122605.179000', '122605.182000', '122605.185000', '122605.188000', '122605.191000', '122605.194000', '122605.197000', '122605.200000', '122605.203000', '122605.206000', '122605.209000', '122605.212000', '122605.215000', '122605.218000', '122605.221000', '122605.224000', '122605.227000', '122605.230000', '122605.233000', '122605.236000', '122605.239000', '122605.242000', '122605.245000', '122605.248000', '122605.252000', '122605.254000', '122605.258000', '122605.261000', '122605.264000', '122605.267000', '122605.270000', '122605.273000', '122605.276000', '122605.279000', '122605.282000', '122605.285000', '122605.288000', '122605.291000', '122625.162000', '122625.165000', '122625.169000', '122625.172000', '122625.175000', '122625.177000', '122625.181000', '122625.184000', '122625.187000', '122625.190000', '122625.193000', '122625.196000', '122625.199000', '122625.202000', '122625.205000', '122625.208000', '122625.210000', '122625.213000', '122625.217000', '122625.219000', '122625.222000', '122625.225000', '122625.228000', '122625.231000', '122625.234000', '122625.237000', '122625.240000', '122625.243000', '122625.246000', '122625.249000', '122625.252000', '122625.255000', '122625.258000', '122625.261000', '122625.264000', '122625.267000', '122625.270000', '122625.273000', '122625.276000', '122625.279000', '122625.282000', '122625.285000', '122625.288000', '122625.291000', '122645.162000', '122645.165000', '122645.168000', '122645.171000', '122645.174000', '122645.177000', '122645.180000', '122645.183000', '122645.186000', '122645.189000', '122645.192000', '122645.195000', '122645.198000', '122645.201000', '122645.204000', '122645.208000', '122645.211000', '122645.214000', '122645.217000', '122645.220000', '122645.223000', '122645.226000', '122645.229000', '122645.232000', '122645.235000', '122645.238000', '122645.241000', '122645.244000', '122645.247000', '122645.250000', '122645.253000', '122645.256000', '122645.259000', '122645.262000', '122645.267000', '122645.271000', '122645.274000', '122645.277000', '122645.280000', '122645.283000', '122645.286000', '122645.289000', '122645.292000', '122705.162000', '122705.165000', '122705.168000', '122705.171000', '122705.174000', '122705.178000', '122705.180000', '122705.183000', '122705.186000', '122705.189000', '122705.192000', '122705.195000', '122705.198000', '122705.201000', '122705.204000', '122705.207000', '122705.210000', '122705.213000', '122705.216000', '122705.219000', '122705.222000', '122705.225000', '122705.228000', '122705.231000', '122705.234000', '122705.237000', '122705.240000', '122705.243000', '122705.246000', '122705.248000', '122705.251000', '122705.254000', '122705.257000', '122705.260000', '122705.263000', '122705.266000', '122705.269000', '122705.272000', '122705.275000', '122705.278000', '122705.281000', '122705.284000', '122705.287000', '122705.290000', '122725.162000', '122725.165000', '122725.168000', '122725.171000', '122725.174000', '122725.177000', '122725.180000', '122725.183000', '122725.186000', '122725.189000', '122725.192000', '122725.195000', '122725.198000', '122725.201000', '122725.204000', '122725.207000', '122725.210000', '122725.226000', '122725.229000', '122725.232000', '122725.235000', '122725.238000', '122725.241000', '122725.244000', '122725.247000', '122725.250000', '122725.253000', '122725.256000', '122725.258000', '122725.261000', '122725.264000', '122725.267000', '122725.270000', '122725.273000', '122725.276000', '122725.279000', '122725.284000', '122725.289000', '122725.292000', '122725.295000', '122725.298000', '122725.301000', '122725.303000', '122731.802000', '122731.806000', '122731.809000', '122731.813000', '122731.816000', '122731.819000', '122731.823000', '122731.826000', '122731.829000', '122731.832000', '122731.835000', '122731.838000', '122731.841000', '122731.844000', '122731.847000'], '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': [8842, 9608, 9744, 9641, 13173, 10519, 10818, 9964, 11059, 9575, 10560, 8267, 9795, 7626, 9368, 9418, 10217, 11911, 9428, 10621, 9451, 10842, 9284, 10348, 8137, 9633, 7946, 9190, 12124, 10075, 11958, 9341, 10434, 8953, 10458, 9031, 10647, 9261, 11227, 9430, 12314, 9590, 11542, 9859, 11558, 10202, 11553, 10507, 11329, 10076, 11372, 10487, 11356, 10610, 11075, 10034, 11419, 9529, 11820, 9927, 12227, 9550, 10887, 9055, 12655, 9734, 13847, 9725, 10455, 10107, 9490, 10005, 8595, 9517, 8922, 10300, 8420, 10663, 8495, 10068, 8617, 10762, 9379, 11170, 10105, 10993, 9678, 11578, 9820, 12092, 9705, 13598, 9465, 12255, 9641, 11829, 9281, 11570, 9675, 9860, 9583, 9411, 9417, 9570, 9888, 8759, 10134, 8738, 10141, 8035, 9842, 8830, 10618, 8838, 11544, 9839, 11303, 9754, 11621, 9507, 11542, 9812, 11673, 9140, 10982, 9546, 11252, 9207, 10918, 9335, 10215, 8791, 9905, 12884, 8998, 12104, 9331, 9874, 9534, 10995, 9211, 10818, 8663, 9490, 9649, 9133, 12599, 8622, 10254, 8862, 9400, 13055, 9463, 10911, 8592, 10572, 7762, 9188, 8974, 9102, 10597, 8566, 11613, 9430, 10661, 10328, 9843, 13390, 9553, 11798, 10919, 10116, 11665, 9330, 10458, 8722, 10942, 9556, 9354, 11056, 9659, 10606, 8344, 9945, 11981, 9044, 10165, 8025, 10580, 9354, 9323, 11992, 9230, 10718, 7978, 10488, 12535, 8501, 10466, 8252, 9946, 9698, 9068, 11464, 8587, 10396, 10908, 9044, 11178, 8591, 10632, 9695, 8987, 11116, 8460, 11038, 8172, 10465, 13250, 9083, 11044, 8448, 10842, 11737, 9076, 10841, 8815, 10887, 11433, 9160, 11073, 8772, 10560, 9138, 9421, 11592, 8947, 9686, 8566, 10047, 7678, 10923, 8807, 11329, 9305, 11363, 9975, 11026, 8390, 10853, 8554, 10055, 11274, 9274, 9615, 9780, 11635, 8611, 10825, 8825, 10218, 7854, 10418, 7217, 10130, 9200, 9213, 11373, 8538, 10913, 8981, 11319, 8405, 10822, 8837, 10877, 8358, 11089, 7797, 10879, 9737, 9593, 8671, 9994, 11967, 9627, 11895, 8276, 10831, 8442, 11027, 8263, 10760, 8535, 10852, 8137, 10657, 8401, 9984, 10525, 9323, 12068, 8540, 10185, 8078, 10890, 8210, 10444, 7987, 10363, 9922, 9593, 11747, 8411, 10611, 8285, 10645, 8520, 10995, 8641, 10674, 7578, 10356, 9356, 9924, 12624, 8234, 10570, 7660, 10061, 8924, 9449, 11692, 8087, 10195, 7135, 10121, 7677, 9447, 9939, 8539, 11752, 8736, 10599, 8014, 11077, 7222, 10347, 13235, 8862, 11396, 8648, 11098, 8144, 10164, 9006, 9802, 10060, 9158, 11366, 8233, 10496, 7981, 10160, 7651, 10559, 9155, 9867, 12935, 8510, 10525, 7974, 10749, 9087, 9709, 13417, 8634, 10860, 7866, 10064, 11958, 8276, 10235, 8111, 9954, 7468, 10363, 12253, 8568, 11142, 8741, 10594, 8722, 10358, 12648, 9325, 11226, 8648, 10643, 10311, 10368, 10870, 9479, 10564, 8019, 10870, 8213, 11033, 7119, 10572, 13062, 8640, 10858, 8088, 10733, 7426, 10333, 12156, 8770, 10889, 7840, 10857, 7865, 11005, 8527, 9715, 12439, 8184, 10516, 7899, 10652, 7977, 9953, 8099, 10326, 11898, 10049, 11938, 9068, 11230, 15720, 10111, 10856, 7450, 10194, 11497, 8387, 10927, 7744, 10640, 7219, 10354, 13110, 8575, 10034, 8775, 10133, 12251, 8778, 11024, 7725, 10589, 15279, 8833, 11057, 8325, 11117, 8184, 9902, 12042, 9257, 11134, 8284, 11247, 15718, 10042, 11908, 8368, 11041, 11625, 9195, 11160, 8258, 10871, 7347, 10417, 11787, 8221, 10394, 7783, 10533, 11732, 8034, 10733, 7906, 10362, 11655, 9198, 11036, 8964, 11045, 12854, 8370, 10819, 8387, 11096, 11537, 9492, 10995, 7958, 10560, 8841, 9936, 11967, 8150, 10750, 8385, 10531, 11887, 9734, 11454, 9443, 10809, 12787, 10384, 11524, 7965, 11399, 12797, 9324, 11116, 7797, 10714, 11827, 8798, 10905, 7538, 9990, 11430, 7988, 10788, 7250, 9939, 11655, 8350, 10689, 8018, 10505, 7317, 10544, 13060, 8881, 10657, 9954, 10362, 13866, 8445, 10744, 7979, 10254, 11877, 9797, 11252, 7838, 10371, 7843, 9757, 10206, 8459, 11571, 7934, 9957, 10816, 9471, 11432, 8026, 10529, 11585, 9362, 11749, 8354, 10406, 7092, 10398, 12121, 7790, 10300, 7513, 9961, 11778, 8452, 10671, 7103, 9889, 11113, 8356, 11136, 8134, 11084, 8645, 10398, 11473, 9341, 11247, 8056, 10642, 7605, 10404, 12965, 8610, 10794, 8519, 10748, 12641, 9320, 10519, 8682, 10211, 8011, 9934, 12106, 8121, 10513, 7499, 10143, 7597, 10206, 11412, 9404, 11141, 7971, 10286, 8082, 10413, 8069, 10266, 8913, 9079, 12612, 8970, 10847, 7837, 10585, 8680, 9774, 14097, 10040, 11250, 8460, 10667, 7957, 10024, 7354, 10348, 7584, 10083, 12756, 8920, 10863, 8052, 10640, 7209, 10600, 12964, 8312, 10888, 8788, 10829, 7378, 10054, 11350, 9345, 11391, 8416, 10401, 8000, 10537, 7261, 10611, 12677, 8492, 11047, 7606, 10335, 13417, 8210, 9933, 7918, 9186, 11714, 8236, 10799, 7922, 9849, 7652, 10511, 12008, 9606, 11584, 8212, 10680, 13634, 10089, 12399, 8667, 10697, 12094, 9157, 10601, 8294, 10869, 7903, 10949, 7839, 9812, 12358, 10015, 11258, 7919, 10411, 11504, 9720, 11668, 9359, 11014, 8041, 10462, 7207, 9982, 8999, 9776, 11772, 8364, 10691, 9413, 10033, 12043, 8627, 11023, 7946, 10039, 8642, 9292, 11342, 8950, 11586, 8040, 10634, 9129, 9755, 11749, 9298, 11818, 8293, 10495, 7860, 10014, 9493, 9279, 11969, 8231, 10909, 7816, 10662, 7919, 10544, 10278, 9752, 12269, 8833, 11033, 8891, 10861, 9675, 10662, 15710, 10217, 11861, 8268, 10640, 8790, 10886, 7258, 11058, 10748, 10155, 11518, 8798, 11191, 7856, 10695, 8246, 10287, 12475, 9673, 10702, 8375, 10846, 8560, 10785, 8197, 10197, 9625, 10214, 12165, 8475, 10737, 7577, 11092, 7463, 10236, 12925, 8823, 10763, 7696, 10343, 7721, 10421, 11988, 10090, 11222, 7624, 10650, 8371, 10386, 12129, 9186, 10684, 8816, 10522, 7513, 9198, 9916, 10825, 8503, 11169, 8779, 10890, 13138, 9945, 10958, 8219, 11155, 9192, 11234, 9027, 11202, 8405, 11119, 7959, 10995, 7951, 10356, 8051, 10193, 11115, 9750, 11307, 8240, 10842, 8669, 10847, 8550, 10385, 12323, 8526, 10806, 8212, 11206, 8041, 10869, 7581, 9960, 9169, 10087, 12235, 9412, 11466, 8498, 10766, 8043, 10873, 7667, 10165, 10308, 9510, 11483, 8829, 10933, 7950, 10826, 13478, 9160, 10724, 16301, 10039, 11539, 8410, 10730, 11243, 9625, 11059, 7922, 10578, 7185, 10880, 9942, 9464, 11401, 8047, 10725, 7773, 10762, 9077, 9973, 13314, 9135, 10535, 11234, 9289, 11933, 7832, 10624, 7340, 10009, 7392, 10631, 8198, 10688, 13066, 8931, 11338, 8626, 11032, 9986, 10760, 15798, 10207, 12602, 8112, 11116, 8996, 10780, 10661, 9839, 11661, 8724, 10837, 7767, 10645, 7142, 10146, 9396, 9056, 10816, 8644, 11488, 8015, 10589, 8219, 9850, 9524, 9477, 11929, 8772, 11351, 8172, 10811, 7956, 11053, 8156, 11243, 12614, 9359, 11307, 9351, 11003, 8761, 10881, 8116, 10321, 7339, 10266, 9075, 9680, 12430, 8908, 10558, 16030, 9164, 10918, 9202, 9893, 11799, 7862, 10387, 7621, 9827, 8896, 9032, 11609, 8115, 10286, 10292, 9262, 12147, 8239, 10608, 14087, 9480, 10523, 8681, 10554, 10119, 9353, 11429, 8217, 10591, 8147, 10365, 13109, 9343, 10556, 12302, 10066, 11615, 8252, 10323, 9093, 9558, 11686, 8362, 10276, 7356, 10050, 11851, 7894, 9793, 8976, 9492, 12060, 8598, 10433, 12736, 9416, 10962, 8551, 10326, 7887, 9832, 12082, 9619, 10768, 8733, 11021, 8174, 10522, 7367, 10596, 7782, 10024, 12455, 9772, 11124, 8324, 10525, 8009, 10772, 7797, 10522, 12853, 10291, 11437, 10152, 12074, 9310, 10956, 8285, 10818, 9126, 11158, 8965, 10584, 8096, 10197, 12598, 10161, 11756, 9429, 11113, 9001, 10961, 8393, 10458, 8654, 10694, 7456, 10739, 8696, 10236, 12051, 9794, 11484, 9076, 11155, 8856, 10523, 8211, 10442, 9001, 10382, 12526, 9236, 11018, 8233, 10905, 8406, 10677, 7665, 11001, 7402, 10410, 11259, 9727, 11986, 9010, 10465, 8188, 11208, 8392, 10899, 8930, 10307, 8779, 10208, 12405, 9272, 11391, 8431, 10749, 8166, 10939, 8967, 10910, 11136, 10257, 12480, 9672, 11295, 8694, 11116, 8195, 10491, 8666, 10924, 7720, 10604, 13550, 10543, 12220, 9803, 11209, 8978, 10504, 8028, 10319, 9331, 9990, 12164, 9106, 10905, 9759, 10814, 7530, 10592, 9273, 10042, 11820, 9269, 10842, 9627, 10844, 7770, 10035, 12501, 9691, 11217, 8701, 10553, 9400, 10691, 8768, 10392, 12822, 9696, 10838, 8237, 10474, 7687, 10333, 12045, 8682, 10676, 7887, 10930, 8895, 9979, 12750, 8481, 10437, 11988, 9218, 11273, 7822, 10204, 11722, 8088, 10454, 7968, 9900, 12360, 8336, 10593, 8878, 9911, 12208, 8759, 10820, 13742, 10431, 14558, 9338, 10281, 7846, 10240, 14385, 9518, 11084, 8345, 10377, 7274, 10031, 12097, 8966, 10755, 7776, 10344, 12477, 9802, 10937, 7689, 10280, 12011, 9617, 10413, 8484, 10730, 7546, 10338, 12467, 9853, 10412, 8507, 10290, 11550, 10063, 11206, 8464, 10549, 7736, 9745, 11953, 9066, 10485, 7968, 10220, 8179, 9906, 12022, 8689, 10405, 8198, 10095, 7911, 10047, 12853, 9835, 11128, 9051, 10130, 7270, 9929, 9624, 9611, 11681, 8486, 10117, 8255, 9978, 9996, 10139, 12018, 8489, 10235, 9226, 10409, 10914, 9784, 11820, 9066, 10368, 7830, 10505, 7481, 10195, 12535, 9380, 10471, 8445, 10188, 8547, 9546, 11649, 8654, 10202, 8200, 10382, 8117, 9937, 12569, 8730, 10382, 7199, 9724, 10814, 9017, 11318, 8035, 10197, 7767, 9797, 12511, 8929, 11238, 8768, 10150, 11935, 9359, 13029, 8787, 10686, 8827, 10178, 7791, 9945, 10814, 9361, 11560, 8371, 10069, 8211, 10017, 12093, 8526, 10425, 8722, 10232, 7758, 9784, 12142, 9589, 10996, 8519, 10504, 8933, 10229, 12119, 9331, 11392, 9129, 10933, 8361, 10716, 7579, 10518, 9162, 10137, 11983, 9731, 11292, 8611, 10905, 8460, 9993, 7702, 9274, 12908, 9028, 11019, 7882, 9949, 7552, 9636, 11221, 9360, 11033, 8550, 10585, 8401, 10854, 8060, 10816, 7712, 10479, 8476, 10698, 9474, 9385, 13124, 9111, 11076, 8538, 11126, 9599, 10671, 12424, 9936, 9154, 9902, 12234, 9866, 11517, 8393, 10395, 8730, 11228, 7816, 10695, 8668, 10608, 7381, 10644, 8547, 10773, 8768, 11664, 8961, 11856, 10026, 12134, 9858, 12546, 8496, 12168, 9361, 10440, 9379, 10680, 9503, 10940, 7590, 10699, 8365, 10613, 7380, 10518, 8167, 9986, 9124, 9446, 11408, 9737, 12351, 9084, 11362, 9386, 11346, 8800, 11654, 8379, 10518, 8609, 10417, 7173, 10172, 9029, 9833, 9139, 9727, 10878, 9732, 11858, 8614, 11106, 8573, 11202, 7460, 11035, 8551, 11000, 7470, 10651, 9022, 9750, 13496, 9386, 12697, 9579, 11088, 8912, 11056, 8198, 11067, 8219, 10993, 8491, 11036, 8476, 10603, 7868, 10036, 8255, 9607, 10680, 9699, 12299, 9593, 11464, 9108, 11399, 8293, 10937, 8545, 11283, 8301, 11118, 8394, 10853, 8978, 11037, 8938, 11423, 7820, 10896, 12068, 9719, 13146, 9931, 12106, 9512, 11742, 8835, 10729, 8628, 10999, 8963, 10880, 7574, 10192, 7407, 9522, 8843, 9356, 11961, 8210, 11132, 8268, 11230, 8203, 10895, 7761, 10453, 13344, 9042, 11145, 8590, 11229, 7625, 10719, 9317, 9409, 12386, 8558, 10899, 8206, 10493, 7811, 9909, 10914, 8613, 11830, 8570, 11410, 7946, 10421, 11168, 9261, 11847, 9254, 11611, 8014, 11171, 8146, 10566, 7767, 9731, 12692, 9678, 11727, 8541, 10274, 8920, 10712, 8283, 9694, 12711], 'WindowCenter': [4314.0, 4304.0, 4297.0, 4298.0, 4316.0, 4295.0, 4280.0, 4284.0, 4292.0, 4283.0, 4293.0, 4263.0, 4283.0, 4251.0, 4271.0, 4272.0, 4294.0, 4294.0, 4272.0, 4280.0, 4284.0, 4295.0, 4284.0, 4282.0, 4262.0, 4283.0, 4262.0, 4284.0, 4307.0, 4295.0, 4291.0, 4273.0, 4282.0, 4272.0, 4293.0, 4282.0, 4293.0, 4286.0, 4292.0, 4285.0, 4305.0, 4282.0, 4293.0, 4282.0, 4292.0, 4281.0, 4293.0, 4282.0, 4279.0, 4270.0, 4278.0, 4278.0, 4278.0, 4280.0, 4278.0, 4267.0, 4279.0, 4269.0, 4287.0, 4278.0, 4290.0, 4271.0, 4280.0, 4260.0, 4291.0, 4270.0, 4289.0, 4259.0, 4266.0, 4267.0, 4255.0, 4268.0, 4249.0, 4258.0, 4257.0, 4267.0, 4244.0, 4278.0, 4260.0, 4268.0, 4248.0, 4279.0, 4258.0, 4279.0, 4279.0, 4276.0, 4270.0, 4290.0, 4270.0, 4288.0, 4270.0, 4300.0, 4269.0, 4280.0, 4266.0, 4274.0, 4256.0, 4280.0, 4256.0, 4268.0, 4267.0, 4255.0, 4269.0, 4268.0, 4268.0, 4258.0, 4270.0, 4245.0, 4265.0, 4248.0, 4270.0, 4258.0, 4279.0, 4258.0, 4280.0, 4280.0, 4280.0, 4270.0, 4280.0, 4269.0, 4278.0, 4280.0, 4289.0, 4268.0, 4278.0, 4268.0, 4279.0, 4257.0, 4279.0, 4256.0, 4267.0, 4246.0, 4269.0, 4289.0, 4261.0, 4285.0, 4258.0, 4266.0, 4269.0, 4278.0, 4258.0, 4278.0, 4259.0, 4271.0, 4268.0, 4269.0, 4286.0, 4259.0, 4281.0, 4260.0, 4260.0, 4288.0, 4268.0, 4264.0, 4259.0, 4268.0, 4247.0, 4271.0, 4255.0, 4271.0, 4281.0, 4257.0, 4289.0, 4272.0, 4281.0, 4268.0, 4269.0, 4288.0, 4259.0, 4279.0, 4266.0, 4266.0, 4264.0, 4258.0, 4265.0, 4246.0, 4280.0, 4257.0, 4257.0, 4265.0, 4257.0, 4268.0, 4245.0, 4268.0, 4276.0, 4259.0, 4269.0, 4249.0, 4280.0, 4258.0, 4270.0, 4291.0, 4271.0, 4279.0, 4236.0, 4267.0, 4286.0, 4259.0, 4279.0, 4246.0, 4269.0, 4256.0, 4259.0, 4277.0, 4261.0, 4281.0, 4267.0, 4258.0, 4279.0, 4258.0, 4279.0, 4268.0, 4260.0, 4277.0, 4246.0, 4278.0, 4248.0, 4280.0, 4291.0, 4259.0, 4279.0, 4250.0, 4278.0, 4278.0, 4253.0, 4278.0, 4257.0, 4278.0, 4277.0, 4258.0, 4267.0, 4259.0, 4280.0, 4256.0, 4257.0, 4277.0, 4259.0, 4268.0, 4248.0, 4266.0, 4238.0, 4280.0, 4269.0, 4290.0, 4272.0, 4293.0, 4282.0, 4281.0, 4248.0, 4278.0, 4249.0, 4270.0, 4292.0, 4271.0, 4266.0, 4269.0, 4278.0, 4258.0, 4279.0, 4259.0, 4270.0, 4248.0, 4279.0, 4236.0, 4270.0, 4270.0, 4272.0, 4280.0, 4260.0, 4280.0, 4260.0, 4279.0, 4261.0, 4280.0, 4258.0, 4280.0, 4248.0, 4279.0, 4236.0, 4281.0, 4261.0, 4257.0, 4244.0, 4269.0, 4279.0, 4268.0, 4289.0, 4249.0, 4265.0, 4249.0, 4278.0, 4248.0, 4266.0, 4259.0, 4278.0, 4237.0, 4265.0, 4246.0, 4270.0, 4268.0, 4271.0, 4288.0, 4258.0, 4267.0, 4248.0, 4267.0, 4247.0, 4279.0, 4247.0, 4270.0, 4270.0, 4269.0, 4278.0, 4261.0, 4279.0, 4260.0, 4281.0, 4261.0, 4279.0, 4259.0, 4280.0, 4251.0, 4271.0, 4258.0, 4270.0, 4286.0, 4249.0, 4269.0, 4240.0, 4269.0, 4254.0, 4265.0, 4276.0, 4246.0, 4269.0, 4231.0, 4277.0, 4250.0, 4269.0, 4271.0, 4271.0, 4291.0, 4269.0, 4281.0, 4261.0, 4293.0, 4241.0, 4283.0, 4303.0, 4260.0, 4281.0, 4261.0, 4280.0, 4250.0, 4282.0, 4260.0, 4270.0, 4268.0, 4260.0, 4279.0, 4261.0, 4281.0, 4250.0, 4268.0, 4248.0, 4281.0, 4260.0, 4279.0, 4290.0, 4260.0, 4268.0, 4249.0, 4279.0, 4257.0, 4267.0, 4300.0, 4259.0, 4280.0, 4236.0, 4267.0, 4273.0, 4246.0, 4266.0, 4248.0, 4270.0, 4237.0, 4276.0, 4287.0, 4258.0, 4277.0, 4258.0, 4279.0, 4247.0, 4269.0, 4288.0, 4259.0, 4278.0, 4256.0, 4278.0, 4267.0, 4268.0, 4267.0, 4257.0, 4267.0, 4248.0, 4280.0, 4245.0, 4277.0, 4237.0, 4280.0, 4299.0, 4261.0, 4281.0, 4251.0, 4279.0, 4238.0, 4281.0, 4290.0, 4261.0, 4278.0, 4248.0, 4280.0, 4248.0, 4278.0, 4259.0, 4270.0, 4287.0, 4260.0, 4279.0, 4248.0, 4279.0, 4263.0, 4281.0, 4250.0, 4283.0, 4290.0, 4270.0, 4288.0, 4260.0, 4280.0, 4300.0, 4267.0, 4268.0, 4225.0, 4267.0, 4280.0, 4258.0, 4279.0, 4249.0, 4280.0, 4239.0, 4282.0, 4302.0, 4261.0, 4281.0, 4248.0, 4269.0, 4278.0, 4246.0, 4267.0, 4238.0, 4277.0, 4297.0, 4261.0, 4277.0, 4246.0, 4279.0, 4259.0, 4269.0, 4274.0, 4255.0, 4277.0, 4246.0, 4279.0, 4310.0, 4267.0, 4276.0, 4234.0, 4267.0, 4266.0, 4257.0, 4267.0, 4246.0, 4265.0, 4224.0, 4269.0, 4278.0, 4248.0, 4270.0, 4237.0, 4269.0, 4277.0, 4237.0, 4277.0, 4247.0, 4269.0, 4265.0, 4256.0, 4264.0, 4246.0, 4279.0, 4288.0, 4247.0, 4267.0, 4245.0, 4277.0, 4275.0, 4269.0, 4276.0, 4237.0, 4268.0, 4245.0, 4267.0, 4277.0, 4249.0, 4276.0, 4245.0, 4266.0, 4276.0, 4254.0, 4277.0, 4259.0, 4267.0, 4276.0, 4257.0, 4265.0, 4236.0, 4277.0, 4277.0, 4258.0, 4265.0, 4224.0, 4266.0, 4277.0, 4245.0, 4266.0, 4237.0, 4269.0, 4276.0, 4245.0, 4276.0, 4238.0, 4280.0, 4291.0, 4263.0, 4280.0, 4250.0, 4282.0, 4239.0, 4282.0, 4302.0, 4270.0, 4281.0, 4258.0, 4269.0, 4288.0, 4248.0, 4279.0, 4248.0, 4268.0, 4276.0, 4269.0, 4273.0, 4238.0, 4270.0, 4248.0, 4269.0, 4269.0, 4250.0, 4279.0, 4250.0, 4281.0, 4279.0, 4270.0, 4279.0, 4249.0, 4270.0, 4278.0, 4257.0, 4279.0, 4247.0, 4268.0, 4223.0, 4270.0, 4276.0, 4238.0, 4270.0, 4227.0, 4266.0, 4278.0, 4249.0, 4278.0, 4228.0, 4272.0, 4277.0, 4246.0, 4278.0, 4245.0, 4279.0, 4260.0, 4283.0, 4280.0, 4258.0, 4278.0, 4249.0, 4279.0, 4238.0, 4281.0, 4288.0, 4248.0, 4265.0, 4243.0, 4269.0, 4286.0, 4258.0, 4269.0, 4246.0, 4267.0, 4235.0, 4272.0, 4278.0, 4249.0, 4280.0, 4239.0, 4269.0, 4237.0, 4270.0, 4278.0, 4260.0, 4280.0, 4247.0, 4267.0, 4251.0, 4280.0, 4250.0, 4280.0, 4272.0, 4272.0, 4290.0, 4260.0, 4279.0, 4250.0, 4281.0, 4258.0, 4270.0, 4298.0, 4269.0, 4277.0, 4247.0, 4267.0, 4249.0, 4270.0, 4237.0, 4281.0, 4248.0, 4281.0, 4299.0, 4270.0, 4278.0, 4249.0, 4281.0, 4236.0, 4280.0, 4289.0, 4259.0, 4275.0, 4249.0, 4279.0, 4236.0, 4267.0, 4280.0, 4271.0, 4279.0, 4246.0, 4279.0, 4249.0, 4279.0, 4239.0, 4281.0, 4289.0, 4258.0, 4278.0, 4236.0, 4270.0, 4288.0, 4248.0, 4267.0, 4234.0, 4258.0, 4275.0, 4248.0, 4278.0, 4262.0, 4282.0, 4250.0, 4282.0, 4291.0, 4270.0, 4278.0, 4260.0, 4283.0, 4288.0, 4269.0, 4278.0, 4245.0, 4267.0, 4276.0, 4259.0, 4265.0, 4248.0, 4268.0, 4248.0, 4281.0, 4250.0, 4270.0, 4288.0, 4270.0, 4278.0, 4237.0, 4279.0, 4276.0, 4267.0, 4278.0, 4257.0, 4268.0, 4245.0, 4280.0, 4240.0, 4270.0, 4256.0, 4270.0, 4278.0, 4249.0, 4279.0, 4260.0, 4268.0, 4279.0, 4249.0, 4268.0, 4247.0, 4268.0, 4258.0, 4270.0, 4279.0, 4259.0, 4290.0, 4250.0, 4281.0, 4260.0, 4270.0, 4278.0, 4259.0, 4278.0, 4258.0, 4281.0, 4236.0, 4269.0, 4256.0, 4260.0, 4288.0, 4263.0, 4280.0, 4249.0, 4280.0, 4248.0, 4282.0, 4279.0, 4282.0, 4288.0, 4260.0, 4279.0, 4259.0, 4279.0, 4269.0, 4279.0, 4297.0, 4267.0, 4277.0, 4247.0, 4278.0, 4260.0, 4278.0, 4239.0, 4279.0, 4278.0, 4280.0, 4291.0, 4258.0, 4279.0, 4249.0, 4280.0, 4247.0, 4281.0, 4289.0, 4270.0, 4268.0, 4250.0, 4277.0, 4259.0, 4278.0, 4250.0, 4268.0, 4257.0, 4269.0, 4278.0, 4251.0, 4281.0, 4237.0, 4278.0, 4226.0, 4269.0, 4288.0, 4248.0, 4278.0, 4236.0, 4266.0, 4236.0, 4268.0, 4278.0, 4269.0, 4279.0, 4240.0, 4269.0, 4235.0, 4267.0, 4275.0, 4256.0, 4266.0, 4248.0, 4269.0, 4226.0, 4257.0, 4257.0, 4278.0, 4260.0, 4279.0, 4258.0, 4281.0, 4290.0, 4270.0, 4268.0, 4247.0, 4267.0, 4258.0, 4278.0, 4244.0, 4268.0, 4234.0, 4267.0, 4236.0, 4279.0, 4236.0, 4268.0, 4236.0, 4265.0, 4279.0, 4269.0, 4281.0, 4248.0, 4278.0, 4247.0, 4280.0, 4248.0, 4283.0, 4290.0, 4258.0, 4265.0, 4250.0, 4277.0, 4249.0, 4281.0, 4239.0, 4272.0, 4259.0, 4281.0, 4290.0, 4261.0, 4279.0, 4257.0, 4280.0, 4248.0, 4280.0, 4238.0, 4279.0, 4283.0, 4272.0, 4290.0, 4271.0, 4276.0, 4251.0, 4283.0, 4292.0, 4260.0, 4280.0, 4298.0, 4259.0, 4266.0, 4235.0, 4267.0, 4268.0, 4269.0, 4278.0, 4237.0, 4268.0, 4229.0, 4277.0, 4269.0, 4273.0, 4280.0, 4250.0, 4280.0, 4251.0, 4281.0, 4258.0, 4281.0, 4304.0, 4260.0, 4271.0, 4266.0, 4259.0, 4278.0, 4237.0, 4281.0, 4240.0, 4267.0, 4240.0, 4280.0, 4260.0, 4284.0, 4304.0, 4273.0, 4283.0, 4261.0, 4279.0, 4256.0, 4279.0, 4301.0, 4270.0, 4276.0, 4238.0, 4267.0, 4247.0, 4268.0, 4268.0, 4268.0, 4266.0, 4248.0, 4264.0, 4236.0, 4268.0, 4229.0, 4270.0, 4257.0, 4259.0, 4267.0, 4259.0, 4278.0, 4248.0, 4281.0, 4250.0, 4268.0, 4257.0, 4270.0, 4278.0, 4249.0, 4282.0, 4249.0, 4277.0, 4250.0, 4281.0, 4251.0, 4292.0, 4290.0, 4260.0, 4268.0, 4260.0, 4269.0, 4249.0, 4267.0, 4249.0, 4271.0, 4227.0, 4271.0, 4257.0, 4270.0, 4290.0, 4258.0, 4271.0, 4301.0, 4247.0, 4265.0, 4244.0, 4257.0, 4266.0, 4238.0, 4257.0, 4238.0, 4268.0, 4256.0, 4272.0, 4290.0, 4250.0, 4268.0, 4267.0, 4256.0, 4280.0, 4237.0, 4268.0, 4286.0, 4257.0, 4256.0, 4234.0, 4267.0, 4254.0, 4258.0, 4276.0, 4247.0, 4268.0, 4237.0, 4269.0, 4278.0, 4257.0, 4271.0, 4277.0, 4254.0, 4265.0, 4234.0, 4257.0, 4245.0, 4256.0, 4275.0, 4247.0, 4265.0, 4225.0, 4268.0, 4278.0, 4238.0, 4260.0, 4246.0, 4259.0, 4278.0, 4248.0, 4280.0, 4279.0, 4247.0, 4265.0, 4245.0, 4257.0, 4237.0, 4269.0, 4277.0, 4260.0, 4266.0, 4249.0, 4269.0, 4250.0, 4280.0, 4237.0, 4279.0, 4240.0, 4271.0, 4288.0, 4266.0, 4279.0, 4248.0, 4270.0, 4249.0, 4283.0, 4238.0, 4280.0, 4288.0, 4268.0, 4277.0, 4268.0, 4278.0, 4256.0, 4268.0, 4249.0, 4270.0, 4257.0, 4269.0, 4247.0, 4265.0, 4237.0, 4265.0, 4276.0, 4268.0, 4266.0, 4256.0, 4266.0, 4258.0, 4267.0, 4247.0, 4268.0, 4247.0, 4268.0, 4225.0, 4265.0, 4247.0, 4267.0, 4275.0, 4269.0, 4274.0, 4257.0, 4278.0, 4259.0, 4269.0, 4246.0, 4267.0, 4247.0, 4269.0, 4278.0, 4258.0, 4266.0, 4249.0, 4268.0, 4250.0, 4279.0, 4237.0, 4280.0, 4224.0, 4280.0, 4280.0, 4271.0, 4279.0, 4258.0, 4268.0, 4245.0, 4280.0, 4248.0, 4281.0, 4247.0, 4270.0, 4249.0, 4269.0, 4288.0, 4269.0, 4282.0, 4249.0, 4269.0, 4250.0, 4270.0, 4248.0, 4279.0, 4277.0, 4269.0, 4280.0, 4260.0, 4267.0, 4260.0, 4279.0, 4249.0, 4268.0, 4248.0, 4279.0, 4238.0, 4281.0, 4291.0, 4269.0, 4277.0, 4259.0, 4268.0, 4249.0, 4267.0, 4225.0, 4258.0, 4243.0, 4257.0, 4276.0, 4245.0, 4265.0, 4258.0, 4266.0, 4227.0, 4269.0, 4247.0, 4259.0, 4279.0, 4259.0, 4266.0, 4258.0, 4266.0, 4221.0, 4257.0, 4276.0, 4270.0, 4267.0, 4247.0, 4267.0, 4245.0, 4268.0, 4246.0, 4270.0, 4277.0, 4257.0, 4268.0, 4238.0, 4267.0, 4225.0, 4270.0, 4278.0, 4248.0, 4266.0, 4238.0, 4280.0, 4248.0, 4265.0, 4290.0, 4250.0, 4268.0, 4266.0, 4248.0, 4266.0, 4239.0, 4271.0, 4275.0, 4240.0, 4270.0, 4240.0, 4271.0, 4292.0, 4252.0, 4279.0, 4249.0, 4268.0, 4278.0, 4249.0, 4281.0, 4287.0, 4271.0, 4289.0, 4248.0, 4258.0, 4236.0, 4268.0, 4287.0, 4258.0, 4269.0, 4238.0, 4258.0, 4225.0, 4259.0, 4277.0, 4261.0, 4278.0, 4237.0, 4269.0, 4277.0, 4256.0, 4269.0, 4237.0, 4270.0, 4278.0, 4257.0, 4266.0, 4245.0, 4270.0, 4238.0, 4268.0, 4279.0, 4259.0, 4268.0, 4248.0, 4268.0, 4278.0, 4269.0, 4270.0, 4238.0, 4268.0, 4224.0, 4257.0, 4267.0, 4249.0, 4268.0, 4237.0, 4259.0, 4235.0, 4259.0, 4277.0, 4248.0, 4266.0, 4238.0, 4257.0, 4237.0, 4258.0, 4278.0, 4269.0, 4267.0, 4245.0, 4256.0, 4225.0, 4258.0, 4256.0, 4261.0, 4280.0, 4249.0, 4258.0, 4237.0, 4269.0, 4268.0, 4272.0, 4279.0, 4248.0, 4269.0, 4257.0, 4269.0, 4267.0, 4259.0, 4278.0, 4249.0, 4256.0, 4228.0, 4267.0, 4227.0, 4272.0, 4279.0, 4259.0, 4268.0, 4248.0, 4270.0, 4248.0, 4269.0, 4279.0, 4249.0, 4267.0, 4248.0, 4271.0, 4239.0, 4273.0, 4291.0, 4252.0, 4268.0, 4227.0, 4269.0, 4279.0, 4262.0, 4282.0, 4250.0, 4271.0, 4237.0, 4267.0, 4290.0, 4261.0, 4281.0, 4248.0, 4271.0, 4278.0, 4260.0, 4289.0, 4250.0, 4268.0, 4248.0, 4257.0, 4226.0, 4257.0, 4266.0, 4258.0, 4278.0, 4237.0, 4258.0, 4236.0, 4257.0, 4278.0, 4248.0, 4267.0, 4246.0, 4268.0, 4226.0, 4270.0, 4289.0, 4272.0, 4270.0, 4247.0, 4269.0, 4248.0, 4268.0, 4276.0, 4260.0, 4268.0, 4258.0, 4268.0, 4247.0, 4267.0, 4238.0, 4281.0, 4254.0, 4269.0, 4279.0, 4260.0, 4269.0, 4260.0, 4279.0, 4248.0, 4258.0, 4226.0, 4259.0, 4277.0, 4259.0, 4270.0, 4238.0, 4258.0, 4224.0, 4257.0, 4266.0, 4259.0, 4268.0, 4259.0, 4269.0, 4249.0, 4279.0, 4250.0, 4281.0, 4242.0, 4272.0, 4250.0, 4283.0, 4271.0, 4274.0, 4291.0, 4260.0, 4269.0, 4249.0, 4269.0, 4258.0, 4269.0, 4277.0, 4258.0, 4244.0, 4259.0, 4264.0, 4260.0, 4278.0, 4239.0, 4258.0, 4249.0, 4269.0, 4239.0, 4269.0, 4249.0, 4280.0, 4230.0, 4268.0, 4246.0, 4277.0, 4260.0, 4292.0, 4261.0, 4292.0, 4273.0, 4291.0, 4269.0, 4279.0, 4251.0, 4281.0, 4248.0, 4256.0, 4246.0, 4256.0, 4256.0, 4269.0, 4236.0, 4268.0, 4237.0, 4269.0, 4227.0, 4270.0, 4248.0, 4270.0, 4259.0, 4260.0, 4268.0, 4263.0, 4287.0, 4250.0, 4278.0, 4262.0, 4268.0, 4262.0, 4281.0, 4249.0, 4271.0, 4249.0, 4270.0, 4228.0, 4270.0, 4260.0, 4270.0, 4249.0, 4262.0, 4269.0, 4271.0, 4292.0, 4264.0, 4281.0, 4252.0, 4280.0, 4241.0, 4279.0, 4262.0, 4283.0, 4242.0, 4271.0, 4260.0, 4272.0, 4292.0, 4262.0, 4292.0, 4261.0, 4269.0, 4249.0, 4278.0, 4251.0, 4282.0, 4252.0, 4269.0, 4249.0, 4271.0, 4250.0, 4268.0, 4236.0, 4261.0, 4237.0, 4260.0, 4269.0, 4260.0, 4279.0, 4261.0, 4276.0, 4248.0, 4281.0, 4248.0, 4269.0, 4251.0, 4281.0, 4248.0, 4281.0, 4251.0, 4282.0, 4261.0, 4280.0, 4261.0, 4281.0, 4238.0, 4282.0, 4291.0, 4261.0, 4290.0, 4260.0, 4280.0, 4260.0, 4281.0, 4251.0, 4267.0, 4249.0, 4267.0, 4249.0, 4270.0, 4239.0, 4268.0, 4226.0, 4259.0, 4247.0, 4259.0, 4280.0, 4252.0, 4280.0, 4252.0, 4280.0, 4250.0, 4281.0, 4239.0, 4285.0, 4292.0, 4250.0, 4269.0, 4247.0, 4269.0, 4239.0, 4270.0, 4258.0, 4262.0, 4280.0, 4250.0, 4270.0, 4238.0, 4270.0, 4239.0, 4272.0, 4269.0, 4252.0, 4279.0, 4251.0, 4283.0, 4240.0, 4283.0, 4281.0, 4261.0, 4280.0, 4261.0, 4281.0, 4240.0, 4280.0, 4240.0, 4270.0, 4227.0, 4261.0, 4290.0, 4261.0, 4280.0, 4250.0, 4271.0, 4247.0, 4270.0, 4249.0, 4272.0, 4291.0], 'WindowWidth': [9553.0, 9532.0, 9510.0, 9511.0, 9533.0, 9497.0, 9471.0, 9480.0, 9489.0, 9477.0, 9491.0, 9451.0, 9477.0, 9431.0, 9460.0, 9460.0, 9493.0, 9494.0, 9464.0, 9471.0, 9481.0, 9497.0, 9482.0, 9477.0, 9449.0, 9477.0, 9449.0, 9482.0, 9516.0, 9499.0, 9488.0, 9465.0, 9474.0, 9463.0, 9492.0, 9480.0, 9492.0, 9487.0, 9490.0, 9486.0, 9512.0, 9478.0, 9493.0, 9475.0, 9488.0, 9471.0, 9491.0, 9475.0, 9467.0, 9453.0, 9462.0, 9462.0, 9464.0, 9468.0, 9463.0, 9448.0, 9465.0, 9453.0, 9475.0, 9466.0, 9483.0, 9459.0, 9469.0, 9443.0, 9485.0, 9455.0, 9480.0, 9438.0, 9443.0, 9444.0, 9426.0, 9449.0, 9424.0, 9435.0, 9430.0, 9444.0, 9412.0, 9463.0, 9440.0, 9449.0, 9421.0, 9464.0, 9436.0, 9467.0, 9468.0, 9459.0, 9454.0, 9482.0, 9455.0, 9477.0, 9458.0, 9496.0, 9452.0, 9466.0, 9444.0, 9453.0, 9433.0, 9465.0, 9432.0, 9447.0, 9445.0, 9428.0, 9453.0, 9449.0, 9450.0, 9434.0, 9452.0, 9414.0, 9444.0, 9423.0, 9453.0, 9434.0, 9464.0, 9436.0, 9468.0, 9471.0, 9468.0, 9455.0, 9467.0, 9452.0, 9463.0, 9469.0, 9481.0, 9449.0, 9462.0, 9448.0, 9463.0, 9432.0, 9467.0, 9431.0, 9445.0, 9416.0, 9450.0, 9476.0, 9442.0, 9471.0, 9435.0, 9443.0, 9450.0, 9462.0, 9435.0, 9463.0, 9439.0, 9456.0, 9448.0, 9452.0, 9474.0, 9437.0, 9470.0, 9439.0, 9439.0, 9478.0, 9447.0, 9439.0, 9437.0, 9449.0, 9422.0, 9458.0, 9430.0, 9456.0, 9470.0, 9438.0, 9483.0, 9461.0, 9473.0, 9450.0, 9452.0, 9478.0, 9436.0, 9466.0, 9444.0, 9444.0, 9437.0, 9433.0, 9439.0, 9417.0, 9466.0, 9431.0, 9433.0, 9441.0, 9430.0, 9446.0, 9411.0, 9447.0, 9457.0, 9439.0, 9452.0, 9423.0, 9467.0, 9434.0, 9453.0, 9485.0, 9456.0, 9465.0, 9403.0, 9446.0, 9473.0, 9439.0, 9464.0, 9416.0, 9449.0, 9430.0, 9436.0, 9459.0, 9444.0, 9470.0, 9445.0, 9435.0, 9464.0, 9433.0, 9464.0, 9451.0, 9442.0, 9460.0, 9418.0, 9462.0, 9423.0, 9467.0, 9485.0, 9437.0, 9463.0, 9423.0, 9462.0, 9461.0, 9424.0, 9462.0, 9431.0, 9460.0, 9457.0, 9433.0, 9444.0, 9438.0, 9467.0, 9430.0, 9432.0, 9458.0, 9438.0, 9450.0, 9420.0, 9442.0, 9409.0, 9468.0, 9453.0, 9483.0, 9461.0, 9492.0, 9477.0, 9472.0, 9422.0, 9461.0, 9423.0, 9454.0, 9487.0, 9456.0, 9445.0, 9452.0, 9461.0, 9436.0, 9467.0, 9437.0, 9451.0, 9419.0, 9462.0, 9403.0, 9453.0, 9454.0, 9459.0, 9468.0, 9441.0, 9466.0, 9440.0, 9465.0, 9444.0, 9469.0, 9436.0, 9466.0, 9422.0, 9463.0, 9403.0, 9468.0, 9440.0, 9432.0, 9411.0, 9450.0, 9463.0, 9449.0, 9479.0, 9424.0, 9440.0, 9424.0, 9460.0, 9420.0, 9443.0, 9438.0, 9462.0, 9404.0, 9441.0, 9414.0, 9451.0, 9446.0, 9455.0, 9477.0, 9436.0, 9445.0, 9420.0, 9445.0, 9420.0, 9466.0, 9420.0, 9453.0, 9450.0, 9449.0, 9461.0, 9445.0, 9466.0, 9441.0, 9468.0, 9445.0, 9466.0, 9439.0, 9470.0, 9431.0, 9456.0, 9435.0, 9454.0, 9473.0, 9425.0, 9452.0, 9412.0, 9450.0, 9424.0, 9441.0, 9457.0, 9417.0, 9452.0, 9402.0, 9460.0, 9425.0, 9454.0, 9455.0, 9459.0, 9487.0, 9455.0, 9470.0, 9446.0, 9489.0, 9417.0, 9477.0, 9505.0, 9442.0, 9469.0, 9443.0, 9467.0, 9429.0, 9474.0, 9440.0, 9452.0, 9448.0, 9440.0, 9464.0, 9442.0, 9471.0, 9427.0, 9448.0, 9423.0, 9470.0, 9441.0, 9467.0, 9485.0, 9443.0, 9448.0, 9424.0, 9465.0, 9433.0, 9447.0, 9498.0, 9438.0, 9464.0, 9401.0, 9445.0, 9451.0, 9414.0, 9444.0, 9422.0, 9452.0, 9404.0, 9459.0, 9474.0, 9437.0, 9463.0, 9438.0, 9465.0, 9419.0, 9450.0, 9476.0, 9436.0, 9461.0, 9431.0, 9463.0, 9444.0, 9446.0, 9445.0, 9432.0, 9446.0, 9424.0, 9467.0, 9416.0, 9460.0, 9407.0, 9468.0, 9493.0, 9446.0, 9471.0, 9429.0, 9463.0, 9407.0, 9469.0, 9481.0, 9444.0, 9464.0, 9421.0, 9465.0, 9421.0, 9463.0, 9438.0, 9458.0, 9477.0, 9442.0, 9466.0, 9425.0, 9468.0, 9452.0, 9472.0, 9429.0, 9475.0, 9482.0, 9453.0, 9479.0, 9441.0, 9467.0, 9497.0, 9444.0, 9445.0, 9384.0, 9443.0, 9466.0, 9437.0, 9463.0, 9425.0, 9467.0, 9411.0, 9473.0, 9502.0, 9446.0, 9472.0, 9420.0, 9450.0, 9461.0, 9416.0, 9444.0, 9408.0, 9461.0, 9487.0, 9440.0, 9458.0, 9416.0, 9462.0, 9438.0, 9452.0, 9453.0, 9428.0, 9458.0, 9416.0, 9465.0, 9511.0, 9446.0, 9455.0, 9395.0, 9443.0, 9439.0, 9431.0, 9443.0, 9413.0, 9437.0, 9383.0, 9448.0, 9460.0, 9423.0, 9451.0, 9402.0, 9446.0, 9457.0, 9402.0, 9458.0, 9418.0, 9448.0, 9440.0, 9427.0, 9437.0, 9414.0, 9461.0, 9477.0, 9417.0, 9443.0, 9411.0, 9457.0, 9453.0, 9450.0, 9457.0, 9404.0, 9447.0, 9411.0, 9445.0, 9458.0, 9423.0, 9457.0, 9412.0, 9441.0, 9456.0, 9425.0, 9458.0, 9434.0, 9445.0, 9454.0, 9429.0, 9440.0, 9399.0, 9456.0, 9459.0, 9432.0, 9439.0, 9380.0, 9440.0, 9455.0, 9412.0, 9440.0, 9405.0, 9451.0, 9454.0, 9414.0, 9456.0, 9407.0, 9469.0, 9485.0, 9450.0, 9469.0, 9429.0, 9471.0, 9412.0, 9473.0, 9504.0, 9455.0, 9471.0, 9433.0, 9450.0, 9475.0, 9419.0, 9463.0, 9422.0, 9447.0, 9456.0, 9447.0, 9450.0, 9406.0, 9455.0, 9422.0, 9451.0, 9449.0, 9427.0, 9465.0, 9429.0, 9472.0, 9464.0, 9451.0, 9465.0, 9423.0, 9451.0, 9461.0, 9433.0, 9463.0, 9418.0, 9445.0, 9381.0, 9451.0, 9457.0, 9410.0, 9453.0, 9390.0, 9443.0, 9459.0, 9422.0, 9461.0, 9394.0, 9459.0, 9459.0, 9416.0, 9461.0, 9417.0, 9465.0, 9440.0, 9475.0, 9467.0, 9434.0, 9462.0, 9424.0, 9464.0, 9406.0, 9469.0, 9477.0, 9421.0, 9441.0, 9408.0, 9448.0, 9470.0, 9434.0, 9449.0, 9416.0, 9445.0, 9400.0, 9455.0, 9460.0, 9423.0, 9469.0, 9412.0, 9448.0, 9405.0, 9452.0, 9460.0, 9439.0, 9468.0, 9421.0, 9446.0, 9429.0, 9466.0, 9428.0, 9468.0, 9462.0, 9461.0, 9481.0, 9441.0, 9464.0, 9427.0, 9468.0, 9436.0, 9454.0, 9488.0, 9449.0, 9460.0, 9418.0, 9445.0, 9425.0, 9453.0, 9407.0, 9468.0, 9422.0, 9470.0, 9494.0, 9459.0, 9466.0, 9426.0, 9469.0, 9404.0, 9468.0, 9480.0, 9439.0, 9457.0, 9423.0, 9462.0, 9402.0, 9446.0, 9466.0, 9458.0, 9464.0, 9418.0, 9463.0, 9424.0, 9466.0, 9411.0, 9472.0, 9480.0, 9435.0, 9459.0, 9402.0, 9452.0, 9476.0, 9422.0, 9444.0, 9395.0, 9434.0, 9453.0, 9421.0, 9463.0, 9447.0, 9472.0, 9425.0, 9473.0, 9483.0, 9454.0, 9464.0, 9442.0, 9477.0, 9479.0, 9448.0, 9461.0, 9411.0, 9445.0, 9458.0, 9436.0, 9438.0, 9420.0, 9448.0, 9421.0, 9469.0, 9426.0, 9452.0, 9474.0, 9450.0, 9461.0, 9403.0, 9463.0, 9459.0, 9447.0, 9459.0, 9432.0, 9445.0, 9414.0, 9467.0, 9414.0, 9454.0, 9431.0, 9454.0, 9462.0, 9424.0, 9467.0, 9440.0, 9448.0, 9462.0, 9421.0, 9447.0, 9419.0, 9450.0, 9436.0, 9453.0, 9464.0, 9439.0, 9480.0, 9425.0, 9469.0, 9440.0, 9452.0, 9461.0, 9436.0, 9462.0, 9436.0, 9470.0, 9402.0, 9448.0, 9429.0, 9438.0, 9474.0, 9448.0, 9467.0, 9425.0, 9467.0, 9422.0, 9472.0, 9469.0, 9472.0, 9478.0, 9439.0, 9464.0, 9435.0, 9462.0, 9452.0, 9465.0, 9486.0, 9444.0, 9456.0, 9416.0, 9463.0, 9441.0, 9460.0, 9409.0, 9464.0, 9461.0, 9469.0, 9484.0, 9435.0, 9462.0, 9422.0, 9465.0, 9416.0, 9468.0, 9478.0, 9450.0, 9446.0, 9425.0, 9458.0, 9437.0, 9465.0, 9426.0, 9448.0, 9431.0, 9449.0, 9462.0, 9427.0, 9468.0, 9406.0, 9459.0, 9387.0, 9447.0, 9474.0, 9418.0, 9458.0, 9401.0, 9441.0, 9399.0, 9448.0, 9460.0, 9448.0, 9466.0, 9413.0, 9447.0, 9399.0, 9444.0, 9452.0, 9427.0, 9443.0, 9419.0, 9448.0, 9387.0, 9429.0, 9430.0, 9461.0, 9437.0, 9464.0, 9435.0, 9471.0, 9484.0, 9453.0, 9446.0, 9416.0, 9442.0, 9432.0, 9460.0, 9411.0, 9444.0, 9395.0, 9442.0, 9400.0, 9461.0, 9402.0, 9446.0, 9399.0, 9441.0, 9460.0, 9452.0, 9468.0, 9421.0, 9460.0, 9418.0, 9465.0, 9418.0, 9472.0, 9482.0, 9435.0, 9439.0, 9425.0, 9457.0, 9422.0, 9468.0, 9409.0, 9458.0, 9435.0, 9468.0, 9478.0, 9441.0, 9464.0, 9433.0, 9463.0, 9421.0, 9465.0, 9407.0, 9464.0, 9474.0, 9459.0, 9479.0, 9456.0, 9460.0, 9429.0, 9476.0, 9489.0, 9437.0, 9467.0, 9489.0, 9431.0, 9440.0, 9396.0, 9441.0, 9445.0, 9449.0, 9459.0, 9403.0, 9446.0, 9394.0, 9459.0, 9448.0, 9461.0, 9468.0, 9428.0, 9466.0, 9428.0, 9468.0, 9434.0, 9470.0, 9507.0, 9437.0, 9453.0, 9441.0, 9435.0, 9458.0, 9403.0, 9468.0, 9415.0, 9447.0, 9413.0, 9468.0, 9440.0, 9477.0, 9508.0, 9463.0, 9474.0, 9442.0, 9464.0, 9429.0, 9461.0, 9498.0, 9451.0, 9455.0, 9407.0, 9442.0, 9415.0, 9445.0, 9446.0, 9444.0, 9441.0, 9418.0, 9435.0, 9401.0, 9447.0, 9395.0, 9450.0, 9429.0, 9434.0, 9444.0, 9436.0, 9460.0, 9421.0, 9469.0, 9426.0, 9447.0, 9430.0, 9452.0, 9459.0, 9423.0, 9469.0, 9422.0, 9458.0, 9425.0, 9467.0, 9429.0, 9485.0, 9481.0, 9439.0, 9447.0, 9436.0, 9447.0, 9422.0, 9444.0, 9423.0, 9452.0, 9389.0, 9453.0, 9431.0, 9452.0, 9481.0, 9435.0, 9454.0, 9495.0, 9413.0, 9435.0, 9404.0, 9427.0, 9440.0, 9404.0, 9427.0, 9403.0, 9446.0, 9428.0, 9460.0, 9481.0, 9423.0, 9448.0, 9443.0, 9428.0, 9466.0, 9401.0, 9446.0, 9470.0, 9427.0, 9424.0, 9394.0, 9441.0, 9421.0, 9432.0, 9453.0, 9415.0, 9442.0, 9402.0, 9449.0, 9460.0, 9429.0, 9454.0, 9457.0, 9421.0, 9436.0, 9392.0, 9427.0, 9411.0, 9427.0, 9450.0, 9414.0, 9438.0, 9382.0, 9445.0, 9460.0, 9406.0, 9437.0, 9413.0, 9434.0, 9460.0, 9419.0, 9464.0, 9462.0, 9415.0, 9437.0, 9409.0, 9426.0, 9403.0, 9449.0, 9457.0, 9436.0, 9440.0, 9420.0, 9448.0, 9427.0, 9467.0, 9406.0, 9462.0, 9409.0, 9454.0, 9473.0, 9444.0, 9462.0, 9421.0, 9451.0, 9422.0, 9472.0, 9408.0, 9465.0, 9475.0, 9447.0, 9457.0, 9446.0, 9459.0, 9427.0, 9447.0, 9422.0, 9448.0, 9429.0, 9445.0, 9414.0, 9437.0, 9404.0, 9439.0, 9454.0, 9443.0, 9439.0, 9425.0, 9439.0, 9432.0, 9443.0, 9416.0, 9444.0, 9414.0, 9444.0, 9383.0, 9439.0, 9415.0, 9443.0, 9451.0, 9446.0, 9449.0, 9430.0, 9462.0, 9434.0, 9447.0, 9413.0, 9444.0, 9415.0, 9449.0, 9460.0, 9431.0, 9440.0, 9420.0, 9445.0, 9426.0, 9463.0, 9402.0, 9464.0, 9384.0, 9465.0, 9467.0, 9455.0, 9463.0, 9434.0, 9447.0, 9414.0, 9463.0, 9420.0, 9468.0, 9418.0, 9451.0, 9421.0, 9449.0, 9473.0, 9451.0, 9470.0, 9422.0, 9447.0, 9424.0, 9450.0, 9418.0, 9461.0, 9459.0, 9450.0, 9465.0, 9436.0, 9444.0, 9439.0, 9464.0, 9422.0, 9446.0, 9420.0, 9462.0, 9406.0, 9469.0, 9484.0, 9448.0, 9457.0, 9432.0, 9445.0, 9419.0, 9441.0, 9381.0, 9429.0, 9404.0, 9426.0, 9451.0, 9411.0, 9437.0, 9431.0, 9439.0, 9386.0, 9446.0, 9414.0, 9432.0, 9459.0, 9435.0, 9441.0, 9430.0, 9440.0, 9373.0, 9427.0, 9454.0, 9450.0, 9443.0, 9416.0, 9441.0, 9410.0, 9443.0, 9412.0, 9451.0, 9456.0, 9427.0, 9442.0, 9402.0, 9440.0, 9381.0, 9450.0, 9458.0, 9417.0, 9439.0, 9405.0, 9464.0, 9417.0, 9440.0, 9479.0, 9421.0, 9443.0, 9439.0, 9416.0, 9440.0, 9404.0, 9454.0, 9453.0, 9408.0, 9449.0, 9410.0, 9454.0, 9483.0, 9431.0, 9464.0, 9421.0, 9447.0, 9460.0, 9420.0, 9466.0, 9471.0, 9450.0, 9474.0, 9418.0, 9429.0, 9398.0, 9444.0, 9471.0, 9431.0, 9445.0, 9402.0, 9430.0, 9381.0, 9434.0, 9456.0, 9440.0, 9461.0, 9402.0, 9446.0, 9456.0, 9426.0, 9446.0, 9401.0, 9449.0, 9459.0, 9426.0, 9438.0, 9412.0, 9448.0, 9405.0, 9447.0, 9461.0, 9433.0, 9446.0, 9417.0, 9446.0, 9460.0, 9448.0, 9449.0, 9403.0, 9443.0, 9379.0, 9427.0, 9440.0, 9422.0, 9444.0, 9401.0, 9432.0, 9394.0, 9432.0, 9455.0, 9417.0, 9440.0, 9401.0, 9426.0, 9399.0, 9430.0, 9459.0, 9447.0, 9445.0, 9410.0, 9425.0, 9383.0, 9430.0, 9426.0, 9439.0, 9462.0, 9421.0, 9431.0, 9400.0, 9448.0, 9445.0, 9457.0, 9462.0, 9418.0, 9447.0, 9428.0, 9447.0, 9440.0, 9433.0, 9460.0, 9418.0, 9425.0, 9390.0, 9442.0, 9388.0, 9457.0, 9465.0, 9434.0, 9443.0, 9418.0, 9449.0, 9416.0, 9450.0, 9463.0, 9420.0, 9442.0, 9418.0, 9451.0, 9407.0, 9458.0, 9482.0, 9429.0, 9446.0, 9390.0, 9450.0, 9462.0, 9446.0, 9471.0, 9426.0, 9453.0, 9404.0, 9447.0, 9481.0, 9442.0, 9469.0, 9420.0, 9451.0, 9457.0, 9435.0, 9478.0, 9426.0, 9447.0, 9418.0, 9428.0, 9386.0, 9429.0, 9440.0, 9432.0, 9460.0, 9403.0, 9433.0, 9399.0, 9429.0, 9459.0, 9420.0, 9442.0, 9412.0, 9445.0, 9386.0, 9449.0, 9477.0, 9456.0, 9450.0, 9417.0, 9448.0, 9418.0, 9446.0, 9456.0, 9436.0, 9445.0, 9430.0, 9444.0, 9417.0, 9444.0, 9407.0, 9468.0, 9424.0, 9447.0, 9463.0, 9436.0, 9446.0, 9441.0, 9463.0, 9418.0, 9432.0, 9385.0, 9433.0, 9458.0, 9434.0, 9451.0, 9404.0, 9429.0, 9379.0, 9428.0, 9440.0, 9436.0, 9445.0, 9435.0, 9449.0, 9422.0, 9461.0, 9427.0, 9466.0, 9417.0, 9455.0, 9423.0, 9471.0, 9454.0, 9461.0, 9484.0, 9438.0, 9448.0, 9421.0, 9447.0, 9430.0, 9448.0, 9454.0, 9428.0, 9405.0, 9430.0, 9433.0, 9435.0, 9459.0, 9407.0, 9429.0, 9421.0, 9447.0, 9409.0, 9449.0, 9423.0, 9463.0, 9396.0, 9445.0, 9415.0, 9458.0, 9438.0, 9484.0, 9443.0, 9485.0, 9459.0, 9481.0, 9449.0, 9461.0, 9425.0, 9464.0, 9416.0, 9424.0, 9409.0, 9424.0, 9424.0, 9445.0, 9401.0, 9443.0, 9401.0, 9446.0, 9388.0, 9451.0, 9418.0, 9450.0, 9432.0, 9436.0, 9444.0, 9443.0, 9474.0, 9422.0, 9457.0, 9440.0, 9444.0, 9440.0, 9467.0, 9424.0, 9452.0, 9420.0, 9449.0, 9391.0, 9451.0, 9438.0, 9449.0, 9419.0, 9441.0, 9447.0, 9453.0, 9483.0, 9447.0, 9466.0, 9429.0, 9464.0, 9413.0, 9463.0, 9443.0, 9472.0, 9414.0, 9454.0, 9437.0, 9458.0, 9484.0, 9443.0, 9482.0, 9440.0, 9447.0, 9421.0, 9460.0, 9428.0, 9467.0, 9427.0, 9448.0, 9420.0, 9452.0, 9424.0, 9446.0, 9400.0, 9436.0, 9401.0, 9436.0, 9449.0, 9439.0, 9461.0, 9439.0, 9454.0, 9418.0, 9467.0, 9422.0, 9447.0, 9426.0, 9465.0, 9419.0, 9465.0, 9429.0, 9470.0, 9440.0, 9464.0, 9440.0, 9467.0, 9407.0, 9472.0, 9481.0, 9440.0, 9476.0, 9435.0, 9463.0, 9436.0, 9467.0, 9426.0, 9441.0, 9419.0, 9443.0, 9418.0, 9450.0, 9407.0, 9442.0, 9385.0, 9433.0, 9414.0, 9433.0, 9464.0, 9428.0, 9462.0, 9427.0, 9463.0, 9424.0, 9466.0, 9409.0, 9477.0, 9484.0, 9424.0, 9447.0, 9416.0, 9448.0, 9407.0, 9451.0, 9432.0, 9440.0, 9463.0, 9422.0, 9446.0, 9403.0, 9447.0, 9408.0, 9455.0, 9448.0, 9427.0, 9460.0, 9426.0, 9471.0, 9409.0, 9472.0, 9467.0, 9438.0, 9462.0, 9437.0, 9463.0, 9411.0, 9466.0, 9410.0, 9449.0, 9388.0, 9440.0, 9478.0, 9441.0, 9465.0, 9423.0, 9450.0, 9415.0, 9450.0, 9421.0, 9457.0, 9481.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.0009124845105328377</td></tr>
<tr><td colspan=3>aqi</td><td>0.03562202670384139</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.93133626756354</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2383860392126482</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9750000921140703</td></tr>
<tr><td colspan=3>efc</td><td>0.4592</td></tr>
<tr><td colspan=3>fber</td><td>7761.6514</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09350427521168114</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0532837670384139</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.526112852724477</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.402447124539379</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7573766615317448</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.418514772102307</td></tr>
<tr><td colspan=3>gcor</td><td>0.00587289</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012470737099647522</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026103008538484573</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1614</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0166072793097864</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>22.7604</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8632</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.4739</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>796.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.0965</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5556</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.1873</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.1716</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.8952</td></tr>
<tr><td colspan=3>tsnr</td><td>36.22971242875792</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>