ds005256-mriqc/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter c54fb52bd9 [DATALAD RUNCMD] Compute MRIQC for sub-0004
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0004 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0004",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:04:06 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0004_suffix-bold_task-alignvideo" 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-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0004_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0004/ses-01/func/sub-0004_ses-01_task-alignvideo_acq-mb8_run-02_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>7d697b705ab77e7bdb1e6a4c9575e91b</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>11:02:8.530000</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.999972, 0.00744084, -0.000103926, -0.0073303, 0.987331, 0.158506]</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-02_task-alignvideo_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.0982475</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7775, -7257, 554, -62, -251, 49, 122]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95487556-b02d-4c75-bad7-2ec0ffcba23b||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.6828525066375732, -0.019666673615574837, -0.003461467335000634, 113.60771179199219], [-0.01996324025094509, 2.6489365100860596, 0.4279513657093048, -101.89276123046875], [-0.00027882499853149056, -0.4252590835094452, 2.6658668518066406, -33.74354553222656], [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, 1383]</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], 'AcquisitionTime': ['110208.530000', '110208.990000', '110209.450000', '110209.910000', '110210.370000', '110210.830000', '110211.290000', '110211.750000', '110212.210000', '110212.670000', '110213.130000', '110213.590000', '110214.050000', '110214.510000', '110214.970000', '110215.430000', '110215.890000', '110216.350000', '110216.810000', '110217.270000', '110217.730000', '110218.190000', '110218.650000', '110219.110000', '110219.570000', '110220.030000', '110220.490000', '110220.950000', '110221.410000', '110221.870000', '110222.330000', '110222.790000', '110223.250000', '110223.710000', '110224.170000', '110224.630000', '110225.090000', '110225.550000', '110226.010000', '110226.470000', '110226.930000', '110227.390000', '110227.850000', '110228.310000', '110228.770000', '110229.230000', '110229.690000', '110230.150000', '110230.610000', '110231.070000', '110231.530000', '110231.990000', '110232.450000', '110232.910000', '110233.370000', '110233.830000', '110234.290000', '110234.750000', '110235.210000', '110235.670000', '110236.130000', '110236.590000', '110237.050000', '110237.510000', '110237.970000', '110238.430000', '110238.890000', '110239.350000', '110239.810000', '110240.270000', '110240.730000', '110241.190000', '110241.650000', '110242.110000', '110242.570000', '110243.030000', '110243.490000', '110243.950000', '110244.410000', '110244.870000', '110245.330000', '110245.790000', '110246.250000', '110246.710000', '110247.170000', '110247.630000', '110248.090000', '110248.550000', '110249.010000', '110249.470000', '110249.930000', '110250.390000', '110250.850000', '110251.310000', '110251.770000', '110252.230000', '110252.690000', '110253.150000', '110253.610000', '110254.070000', '110254.530000', '110254.990000', '110255.450000', '110255.910000', '110256.370000', '110256.830000', '110257.290000', '110257.750000', '110258.210000', '110258.670000', '110259.130000', '110259.590000', '110300.050000', '110300.510000', '110300.970000', '110301.430000', '110301.890000', '110302.350000', '110302.810000', '110303.270000', '110303.730000', '110304.190000', '110304.650000', '110305.110000', '110305.570000', '110306.030000', '110306.490000', '110306.950000', '110307.410000', '110307.870000', '110308.330000', '110308.790000', '110309.250000', '110309.710000', '110310.170000', '110310.630000', '110311.090000', '110311.550000', '110312.010000', '110312.470000', '110312.930000', '110313.390000', '110313.850000', '110314.310000', '110314.770000', '110315.230000', '110315.690000', '110316.150000', '110316.610000', '110317.070000', '110317.530000', '110317.990000', '110318.450000', '110318.910000', '110319.370000', '110319.830000', '110320.290000', '110320.750000', '110321.210000', '110321.670000', '110322.130000', '110322.590000', '110323.050000', '110323.510000', '110323.970000', '110324.430000', '110324.890000', '110325.350000', '110325.810000', '110326.270000', '110326.730000', '110327.190000', '110327.650000', '110328.110000', '110328.570000', '110329.030000', '110329.490000', '110329.950000', '110330.410000', '110330.870000', '110331.330000', '110331.790000', '110332.250000', '110332.710000', '110333.170000', '110333.630000', '110334.090000', '110334.550000', '110335.010000', '110335.470000', '110335.930000', '110336.390000', '110336.850000', '110337.310000', '110337.770000', '110338.230000', '110338.690000', '110339.150000', '110339.610000', '110340.070000', '110340.530000', '110340.990000', '110341.450000', '110341.910000', '110342.370000', '110342.830000', '110343.290000', '110343.750000', '110344.210000', '110344.670000', '110345.130000', '110345.590000', '110346.050000', '110346.510000', '110346.970000', '110347.430000', '110347.890000', '110348.350000', '110348.810000', '110349.270000', '110349.730000', '110350.190000', '110350.650000', '110351.110000', '110351.570000', '110352.030000', '110352.490000', '110352.950000', '110353.410000', '110353.870000', '110354.330000', '110354.790000', '110355.250000', '110355.710000', '110356.170000', '110356.630000', '110357.090000', '110357.550000', '110358.010000', '110358.470000', '110358.930000', '110359.390000', '110359.850000', '110400.310000', '110400.770000', '110401.230000', '110401.690000', '110402.150000', '110402.610000', '110403.070000', '110403.530000', '110403.990000', '110404.450000', '110404.910000', '110405.370000', '110405.830000', '110406.290000', '110406.750000', '110407.210000', '110407.670000', '110408.130000', '110408.590000', '110409.050000', '110409.510000', '110409.970000', '110410.430000', '110410.890000', '110411.350000', '110411.810000', '110412.270000', '110412.730000', '110413.190000', '110413.650000', '110414.110000', '110414.570000', '110415.030000', '110415.490000', '110415.950000', '110416.410000', '110416.870000', '110417.330000', '110417.790000', '110418.250000', '110418.710000', '110419.170000', '110419.630000', '110420.090000', '110420.550000', '110421.010000', '110421.470000', '110421.930000', '110422.390000', '110422.850000', '110423.310000', '110423.770000', '110424.230000', '110424.690000', '110425.150000', '110425.610000', '110426.070000', '110426.530000', '110426.990000', '110427.450000', '110427.910000', '110428.370000', '110428.830000', '110429.290000', '110429.750000', '110430.210000', '110430.670000', '110431.130000', '110431.590000', '110432.050000', '110432.510000', '110432.970000', '110433.430000', '110433.890000', '110434.350000', '110434.810000', '110435.270000', '110435.730000', '110436.190000', '110436.650000', '110437.110000', '110437.570000', '110438.030000', '110438.490000', '110438.950000', '110439.410000', '110439.870000', '110440.330000', '110440.790000', '110441.250000', '110441.710000', '110442.170000', '110442.630000', '110443.090000', '110443.550000', '110444.010000', '110444.470000', '110444.930000', '110445.390000', '110445.850000', '110446.310000', '110446.770000', '110447.230000', '110447.690000', '110448.150000', '110448.610000', '110449.070000', '110449.530000', '110449.990000', '110450.450000', '110450.910000', '110451.370000', '110451.830000', '110452.290000', '110452.750000', '110453.210000', '110453.670000', '110454.130000', '110454.590000', '110455.050000', '110455.510000', '110455.970000', '110456.430000', '110456.890000', '110457.350000', '110457.810000', '110458.270000', '110458.730000', '110459.190000', '110459.650000', '110500.110000', '110500.570000', '110501.030000', '110501.490000', '110501.950000', '110502.410000', '110502.870000', '110503.330000', '110503.790000', '110504.250000', '110504.710000', '110505.170000', '110505.630000', '110506.090000', '110506.550000', '110507.010000', '110507.470000', '110507.930000', '110508.390000', '110508.850000', '110509.310000', '110509.770000', '110510.230000', '110510.690000', '110511.150000', '110511.610000', '110512.070000', '110512.530000', '110512.990000', '110513.450000', '110513.910000', '110514.370000', '110514.830000', '110515.290000', '110515.750000', '110516.210000', '110516.670000', '110517.130000', '110517.590000', '110518.050000', '110518.510000', '110518.970000', '110519.430000', '110519.890000', '110520.350000', '110520.810000', '110521.270000', '110521.730000', '110522.190000', '110522.650000', '110523.110000', '110523.570000', '110524.030000', '110524.490000', '110524.950000', '110525.410000', '110525.870000', '110526.330000', '110526.790000', '110527.250000', '110527.710000', '110528.170000', '110528.630000', '110529.090000', '110529.550000', '110530.010000', '110530.470000', '110530.930000', '110531.390000', '110531.850000', '110532.310000', '110532.770000', '110533.230000', '110533.690000', '110534.150000', '110534.610000', '110535.070000', '110535.530000', '110535.990000', '110536.450000', '110536.910000', '110537.370000', '110537.830000', '110538.290000', '110538.750000', '110539.210000', '110539.670000', '110540.130000', '110540.590000', '110541.050000', '110541.510000', '110541.970000', '110542.430000', '110542.890000', '110543.350000', '110543.810000', '110544.270000', '110544.730000', '110545.190000', '110545.650000', '110546.110000', '110546.570000', '110547.030000', '110547.490000', '110547.950000', '110548.410000', '110548.870000', '110549.330000', '110549.790000', '110550.250000', '110550.710000', '110551.170000', '110551.630000', '110552.090000', '110552.550000', '110553.010000', '110553.470000', '110553.930000', '110554.390000', '110554.850000', '110555.310000', '110555.770000', '110556.230000', '110556.690000', '110557.150000', '110557.610000', '110558.070000', '110558.530000', '110558.990000', '110559.450000', '110559.910000', '110600.370000', '110600.830000', '110601.290000', '110601.750000', '110602.210000', '110602.670000', '110603.130000', '110603.590000', '110604.050000', '110604.510000', '110604.970000', '110605.430000', '110605.890000', '110606.350000', '110606.810000', '110607.270000', '110607.730000', '110608.190000', '110608.650000', '110609.110000', '110609.570000', '110610.030000', '110610.490000', '110610.950000', '110611.410000', '110611.870000', '110612.330000', '110612.790000', '110613.250000', '110613.710000', '110614.170000', '110614.630000', '110615.090000', '110615.550000', '110616.010000', '110616.470000', '110616.930000', '110617.390000', '110617.850000', '110618.310000', '110618.770000', '110619.230000', '110619.690000', '110620.150000', '110620.610000', '110621.070000', '110621.530000', '110621.990000', '110622.450000', '110622.910000', '110623.370000', '110623.830000', '110624.290000', '110624.750000', '110625.210000', '110625.670000', '110626.130000', '110626.590000', '110627.050000', '110627.510000', '110627.970000', '110628.430000', '110628.890000', '110629.350000', '110629.810000', '110630.270000', '110630.730000', '110631.190000', '110631.650000', '110632.110000', '110632.570000', '110633.030000', '110633.490000', '110633.950000', '110634.410000', '110634.870000', '110635.330000', '110635.790000', '110636.250000', '110636.710000', '110637.170000', '110637.630000', '110638.090000', '110638.550000', '110639.010000', '110639.470000', '110639.930000', '110640.390000', '110640.850000', '110641.310000', '110641.770000', '110642.230000', '110642.690000', '110643.150000', '110643.610000', '110644.070000', '110644.530000', '110644.990000', '110645.450000', '110645.910000', '110646.370000', '110646.830000', '110647.290000', '110647.750000', '110648.210000', '110648.670000', '110649.130000', '110649.590000', '110650.050000', '110650.510000', '110650.970000', '110651.430000', '110651.890000', '110652.350000', '110652.810000', '110653.270000', '110653.730000', '110654.190000', '110654.650000', '110655.110000', '110655.570000', '110656.030000', '110656.490000', '110656.950000', '110657.410000', '110657.870000', '110658.330000', '110658.790000', '110659.250000', '110659.710000', '110700.170000', '110700.630000', '110701.090000', '110701.550000', '110702.010000', '110702.470000', '110702.930000', '110703.390000', '110703.850000', '110704.310000', '110704.770000', '110705.230000', '110705.690000', '110706.150000', '110706.610000', '110707.070000', '110707.530000', '110707.990000', '110708.450000', '110708.910000', '110709.370000', '110709.830000', '110710.290000', '110710.750000', '110711.210000', '110711.670000', '110712.130000', '110712.590000', '110713.050000', '110713.510000', '110713.970000', '110714.430000', '110714.890000', '110715.350000', '110715.810000', '110716.270000', '110716.730000', '110717.190000', '110717.650000', '110718.110000', '110718.570000', '110719.030000', '110719.490000', '110719.950000', '110720.410000', '110720.870000', '110721.330000', '110721.790000', '110722.250000', '110722.710000', '110723.170000', '110723.630000', '110724.090000', '110724.550000', '110725.010000', '110725.470000', '110725.930000', '110726.390000', '110726.850000', '110727.310000', '110727.770000', '110728.230000', '110728.690000', '110729.150000', '110729.610000', '110730.070000', '110730.530000', '110730.990000', '110731.450000', '110731.910000', '110732.370000', '110732.830000', '110733.290000', '110733.750000', '110734.210000', '110734.670000', '110735.130000', '110735.590000', '110736.050000', '110736.510000', '110736.970000', '110737.430000', '110737.890000', '110738.350000', '110738.810000', '110739.270000', '110739.730000', '110740.190000', '110740.650000', '110741.110000', '110741.570000', '110742.030000', '110742.490000', '110742.950000', '110743.410000', '110743.870000', '110744.330000', '110744.790000', '110745.250000', '110745.710000', '110746.170000', '110746.630000', '110747.090000', '110747.550000', '110748.010000', '110748.470000', '110748.930000', '110749.390000', '110749.850000', '110750.310000', '110750.770000', '110751.230000', '110751.690000', '110752.150000', '110752.610000', '110753.070000', '110753.530000', '110753.990000', '110754.450000', '110754.910000', '110755.370000', '110755.830000', '110756.290000', '110756.750000', '110757.210000', '110757.670000', '110758.130000', '110758.590000', '110759.050000', '110759.510000', '110759.970000', '110800.430000', '110800.890000', '110801.350000', '110801.810000', '110802.270000', '110802.730000', '110803.190000', '110803.650000', '110804.110000', '110804.570000', '110805.030000', '110805.490000', '110805.950000', '110806.410000', '110806.870000', '110807.330000', '110807.790000', '110808.250000', '110808.710000', '110809.170000', '110809.630000', '110810.090000', '110810.550000', '110811.010000', '110811.470000', '110811.930000', '110812.390000', '110812.850000', '110813.310000', '110813.770000', '110814.230000', '110814.690000', '110815.150000', '110815.610000', '110816.070000', '110816.530000', '110816.990000', '110817.450000', '110817.910000', '110818.370000', '110818.830000', '110819.290000', '110819.750000', '110820.210000', '110820.670000', '110821.130000', '110821.590000', '110822.050000', '110822.510000', '110822.970000', '110823.430000', '110823.890000', '110824.350000', '110824.810000', '110825.270000', '110825.730000', '110826.190000', '110826.650000', '110827.110000', '110827.570000', '110828.030000', '110828.490000', '110828.950000', '110829.410000', '110829.870000', '110830.330000', '110830.790000', '110831.250000', '110831.710000', '110832.170000', '110832.630000', '110833.090000', '110833.550000', '110834.010000', '110834.470000', '110834.930000', '110835.390000', '110835.850000', '110836.310000', '110836.770000', '110837.230000', '110837.690000', '110838.150000', '110838.610000', '110839.070000', '110839.530000', '110839.990000', '110840.450000', '110840.910000', '110841.370000', '110841.830000', '110842.290000', '110842.750000', '110843.210000', '110843.670000', '110844.130000', '110844.590000', '110845.050000', '110845.510000', '110845.970000', '110846.430000', '110846.890000', '110847.350000', '110847.810000', '110848.270000', '110848.730000', '110849.190000', '110849.650000', '110850.110000', '110850.570000', '110851.030000', '110851.490000', '110851.950000', '110852.410000', '110852.870000', '110853.330000', '110853.790000', '110854.250000', '110854.710000', '110855.170000', '110855.630000', '110856.090000', '110856.550000', '110857.010000', '110857.470000', '110857.930000', '110858.390000', '110858.850000', '110859.310000', '110859.770000', '110900.230000', '110900.690000', '110901.150000', '110901.610000', '110902.070000', '110902.530000', '110902.990000', '110903.450000', '110903.910000', '110904.370000', '110904.830000', '110905.290000', '110905.750000', '110906.210000', '110906.670000', '110907.130000', '110907.590000', '110908.050000', '110908.510000', '110908.970000', '110909.430000', '110909.890000', '110910.350000', '110910.810000', '110911.270000', '110911.730000', '110912.190000', '110912.650000', '110913.110000', '110913.570000', '110914.030000', '110914.490000', '110914.950000', '110915.410000', '110915.870000', '110916.330000', '110916.790000', '110917.250000', '110917.710000', '110918.170000', '110918.630000', '110919.090000', '110919.550000', '110920.010000', '110920.470000', '110920.930000', '110921.390000', '110921.850000', '110922.310000', '110922.770000', '110923.230000', '110923.690000', '110924.150000', '110924.610000', '110925.070000', '110925.530000', '110925.990000', '110926.450000', '110926.910000', '110927.370000', '110927.830000', '110928.290000', '110928.750000', '110929.210000', '110929.670000', '110930.130000', '110930.590000', '110931.050000', '110931.510000', '110931.970000', '110932.430000', '110932.890000', '110933.350000', '110933.810000', '110934.270000', '110934.730000', '110935.190000', '110935.650000', '110936.110000', '110936.570000', '110937.030000', '110937.490000', '110937.950000', '110938.410000', '110938.870000', '110939.330000', '110939.790000', '110940.250000', '110940.710000', '110941.170000', '110941.630000', '110942.090000', '110942.550000', '110943.010000', '110943.470000', '110943.930000', '110944.390000', '110944.850000', '110945.310000', '110945.770000', '110946.230000', '110946.690000', '110947.150000', '110947.610000', '110948.070000', '110948.530000', '110948.990000', '110949.450000', '110949.910000', '110950.370000', '110950.830000', '110951.290000', '110951.750000', '110952.210000', '110952.670000', '110953.130000', '110953.590000', '110954.050000', '110954.510000', '110954.970000', '110955.430000', '110955.890000', '110956.350000', '110956.810000', '110957.270000', '110957.730000', '110958.190000', '110958.650000', '110959.110000', '110959.570000', '111000.030000', '111000.490000', '111000.950000', '111001.410000', '111001.870000', '111002.330000', '111002.790000', '111003.250000', '111003.710000', '111004.170000', '111004.630000', '111005.090000', '111005.550000', '111006.010000', '111006.470000', '111006.930000', '111007.390000', '111007.850000', '111008.310000', '111008.770000', '111009.230000', '111009.690000', '111010.150000', '111010.610000', '111011.070000', '111011.530000', '111011.990000', '111012.450000', '111012.910000', '111013.370000', '111013.830000', '111014.290000', '111014.750000', '111015.210000', '111015.670000', '111016.130000', '111016.590000', '111017.050000', '111017.510000', '111017.970000', '111018.430000', '111018.890000', '111019.350000', '111019.810000', '111020.270000', '111020.730000', '111021.190000', '111021.650000', '111022.110000', '111022.570000', '111023.030000', '111023.490000', '111023.950000', '111024.410000', '111024.870000', '111025.330000', '111025.790000', '111026.250000', '111026.710000', '111027.170000', '111027.630000', '111028.090000', '111028.550000', '111029.010000', '111029.470000', '111029.930000', '111030.390000', '111030.850000', '111031.310000', '111031.770000', '111032.230000', '111032.690000', '111033.150000', '111033.610000', '111034.070000', '111034.530000', '111034.990000', '111035.450000', '111035.910000', '111036.370000', '111036.830000', '111037.290000', '111037.750000', '111038.210000', '111038.670000', '111039.130000', '111039.590000', '111040.050000', '111040.510000', '111040.970000', '111041.430000', '111041.890000', '111042.350000', '111042.810000', '111043.270000', '111043.730000', '111044.190000', '111044.650000', '111045.110000', '111045.570000', '111046.030000', '111046.490000', '111046.950000', '111047.410000', '111047.870000', '111048.330000', '111048.790000', '111049.250000', '111049.710000', '111050.170000', '111050.630000', '111051.090000', '111051.550000', '111052.010000', '111052.470000', '111052.930000', '111053.390000', '111053.850000', '111054.310000', '111054.770000', '111055.230000', '111055.690000', '111056.150000', '111056.610000', '111057.070000', '111057.530000', '111057.990000', '111058.450000', '111058.910000', '111059.370000', '111059.830000', '111100.290000', '111100.750000', '111101.210000', '111101.670000', '111102.130000', '111102.590000', '111103.050000', '111103.510000', '111103.970000', '111104.430000', '111104.890000', '111105.350000', '111105.810000', '111106.270000', '111106.730000', '111107.190000', '111107.650000', '111108.110000', '111108.570000', '111109.030000', '111109.490000', '111109.950000', '111110.410000', '111110.870000', '111111.330000', '111111.790000', '111112.250000', '111112.710000', '111113.170000', '111113.630000', '111114.090000', '111114.550000', '111115.010000', '111115.470000', '111115.930000', '111116.390000', '111116.850000', '111117.310000', '111117.770000', '111118.230000', '111118.690000', '111119.150000', '111119.610000', '111120.070000', '111120.530000', '111120.990000', '111121.450000', '111121.910000', '111122.370000', '111122.830000', '111123.290000', '111123.750000', '111124.210000', '111124.670000', '111125.130000', '111125.590000', '111126.050000', '111126.510000', '111126.970000', '111127.430000', '111127.890000', '111128.350000', '111128.810000', '111129.270000', '111129.730000', '111130.190000', '111130.650000', '111131.110000', '111131.570000', '111132.030000', '111132.490000', '111132.950000', '111133.410000', '111133.870000', '111134.330000', '111134.790000', '111135.250000', '111135.710000', '111136.170000', '111136.630000', '111137.090000', '111137.550000', '111138.010000', '111138.470000', '111138.930000', '111139.390000', '111139.850000', '111140.310000', '111140.770000', '111141.230000', '111141.690000', '111142.150000', '111142.610000', '111143.070000', '111143.530000', '111143.990000', '111144.450000', '111144.910000', '111145.370000', '111145.830000', '111146.290000', '111146.750000', '111147.210000', '111147.670000', '111148.130000', '111148.590000', '111149.050000', '111149.510000', '111149.970000', '111150.430000', '111150.890000', '111151.350000', '111151.810000', '111152.270000', '111152.730000', '111153.190000', '111153.650000', '111154.110000', '111154.570000', '111155.030000', '111155.490000', '111155.950000', '111156.410000', '111156.870000', '111157.330000', '111157.790000', '111158.250000', '111158.710000', '111159.170000', '111159.630000', '111200.090000', '111200.550000', '111201.010000', '111201.470000', '111201.930000', '111202.390000', '111202.850000', '111203.310000', '111203.770000', '111204.230000', '111204.690000', '111205.150000', '111205.610000', '111206.070000', '111206.530000', '111206.990000', '111207.450000', '111207.910000', '111208.370000', '111208.830000', '111209.290000', '111209.750000', '111210.210000', '111210.670000', '111211.130000', '111211.590000', '111212.050000', '111212.510000', '111212.970000', '111213.430000', '111213.890000', '111214.350000', '111214.810000', '111215.270000', '111215.730000', '111216.190000', '111216.650000', '111217.110000', '111217.570000', '111218.030000', '111218.490000', '111218.950000', '111219.410000', '111219.870000', '111220.330000', '111220.790000', '111221.250000', '111221.710000', '111222.170000', '111222.630000', '111223.090000', '111223.550000', '111224.010000', '111224.470000', '111224.930000', '111225.390000', '111225.850000', '111226.310000', '111226.770000', '111227.230000', '111227.690000', '111228.150000', '111228.610000', '111229.070000', '111229.530000', '111229.990000', '111230.450000', '111230.910000', '111231.370000', '111231.830000', '111232.290000', '111232.750000', '111233.210000', '111233.670000', '111234.130000', '111234.590000', '111235.050000', '111235.510000', '111235.970000', '111236.430000', '111236.890000', '111237.350000', '111237.810000', '111238.270000', '111238.730000', '111239.190000', '111239.650000', '111240.110000', '111240.570000', '111241.030000', '111241.490000', '111241.950000', '111242.410000', '111242.870000', '111243.330000', '111243.790000', '111244.250000'], 'ContentTime': ['110231.706000', '110231.710000', '110231.730000', '110231.732000', '110231.735000', '110231.738000', '110231.741000', '110231.744000', '110231.747000', '110231.750000', '110231.752000', '110231.755000', '110231.758000', '110231.761000', '110231.764000', '110231.767000', '110231.769000', '110231.772000', '110231.775000', '110231.778000', '110231.781000', '110231.783000', '110231.786000', '110231.789000', '110231.792000', '110231.795000', '110231.798000', '110231.801000', '110231.803000', '110231.806000', '110231.809000', '110231.812000', '110231.815000', '110231.818000', '110231.821000', '110231.832000', '110231.834000', '110231.837000', '110231.840000', '110231.843000', '110231.846000', '110231.849000', '110231.851000', '110231.854000', '110231.857000', '110231.860000', '110231.863000', '110231.865000', '110231.868000', '110251.679000', '110251.682000', '110251.685000', '110251.688000', '110251.690000', '110251.693000', '110251.696000', '110251.699000', '110251.702000', '110251.705000', '110251.708000', '110251.710000', '110251.713000', '110251.716000', '110251.719000', '110251.722000', '110251.724000', '110251.727000', '110251.730000', '110251.733000', '110251.736000', '110251.739000', '110251.742000', '110251.744000', '110251.747000', '110251.750000', '110251.753000', '110251.756000', '110251.758000', '110251.761000', '110251.764000', '110251.767000', '110251.775000', '110251.778000', '110251.781000', '110251.784000', '110251.787000', '110251.789000', '110251.792000', '110251.795000', '110251.798000', '110251.801000', '110251.803000', '110251.806000', '110311.679000', '110311.682000', '110311.685000', '110311.687000', '110311.690000', '110311.693000', '110311.696000', '110311.699000', '110311.702000', '110311.705000', '110311.708000', '110311.711000', '110311.716000', '110311.720000', '110311.723000', '110311.726000', '110311.729000', '110311.731000', '110311.734000', '110311.737000', '110311.740000', '110311.743000', '110311.746000', '110311.748000', '110311.751000', '110311.754000', '110311.765000', '110311.767000', '110311.770000', '110311.773000', '110311.776000', '110311.779000', '110311.781000', '110311.784000', '110311.787000', '110311.790000', '110311.793000', '110311.795000', '110311.798000', '110311.801000', '110311.804000', '110311.807000', '110311.810000', '110331.679000', '110331.682000', '110331.685000', '110331.688000', '110331.690000', '110331.693000', '110331.696000', '110331.699000', '110331.702000', '110331.705000', '110331.707000', '110331.710000', '110331.713000', '110331.716000', '110331.719000', '110331.722000', '110331.725000', '110331.728000', '110331.730000', '110331.745000', '110331.748000', '110331.751000', '110331.754000', '110331.756000', '110331.759000', '110331.762000', '110331.765000', '110331.768000', '110331.771000', '110331.774000', '110331.776000', '110331.779000', '110331.782000', '110331.785000', '110331.788000', '110331.790000', '110331.793000', '110331.796000', '110331.799000', '110331.802000', '110331.804000', '110331.807000', '110331.810000', '110331.823000', '110351.678000', '110351.681000', '110351.684000', '110351.687000', '110351.689000', '110351.692000', '110351.695000', '110351.698000', '110351.701000', '110351.704000', '110351.706000', '110351.709000', '110351.712000', '110351.715000', '110351.718000', '110351.721000', '110351.724000', '110351.727000', '110351.730000', '110351.733000', '110351.737000', '110351.742000', '110351.744000', '110351.747000', '110351.750000', '110351.764000', '110351.767000', '110351.770000', '110351.772000', '110351.775000', '110351.778000', '110351.781000', '110351.784000', '110351.787000', '110351.789000', '110351.792000', '110351.795000', '110351.798000', '110351.801000', '110351.803000', '110351.806000', '110351.809000', '110351.812000', '110411.678000', '110411.681000', '110411.684000', '110411.686000', '110411.689000', '110411.692000', '110411.695000', '110411.698000', '110411.701000', '110411.704000', '110411.714000', '110411.717000', '110411.720000', '110411.723000', '110411.726000', '110411.728000', '110411.731000', '110411.734000', '110411.737000', '110411.740000', '110411.743000', '110411.746000', '110411.748000', '110411.751000', '110411.754000', '110411.757000', '110411.760000', '110411.762000', '110411.765000', '110411.768000', '110411.771000', '110411.774000', '110411.777000', '110411.780000', '110411.782000', '110411.785000', '110411.788000', '110411.791000', '110411.794000', '110411.796000', '110411.799000', '110411.802000', '110411.805000', '110411.808000', '110431.678000', '110431.681000', '110431.684000', '110431.687000', '110431.690000', '110431.693000', '110431.696000', '110431.699000', '110431.702000', '110431.705000', '110431.708000', '110431.711000', '110431.713000', '110431.716000', '110431.719000', '110431.722000', '110431.725000', '110431.728000', '110431.731000', '110431.733000', '110431.736000', '110431.739000', '110431.743000', '110431.746000', '110431.749000', '110431.752000', '110431.754000', '110431.757000', '110431.760000', '110431.763000', '110431.766000', '110431.769000', '110431.772000', '110431.774000', '110431.777000', '110431.780000', '110431.783000', '110431.786000', '110431.788000', '110431.791000', '110431.794000', '110431.797000', '110431.800000', '110451.678000', '110451.681000', '110451.684000', '110451.687000', '110451.689000', '110451.692000', '110451.695000', '110451.698000', '110451.701000', '110451.704000', '110451.706000', '110451.709000', '110451.712000', '110451.715000', '110451.718000', '110451.721000', '110451.724000', '110451.726000', '110451.729000', '110451.732000', '110451.735000', '110451.738000', '110451.741000', '110451.744000', '110451.746000', '110451.749000', '110451.752000', '110451.755000', '110451.758000', '110451.761000', '110451.764000', '110451.767000', '110451.769000', '110451.772000', '110451.775000', '110451.778000', '110451.781000', '110451.784000', '110451.786000', '110451.789000', '110451.792000', '110451.795000', '110451.798000', '110451.800000', '110511.679000', '110511.682000', '110511.685000', '110511.688000', '110511.690000', '110511.693000', '110511.696000', '110511.699000', '110511.702000', '110511.705000', '110511.708000', '110511.710000', '110511.713000', '110511.716000', '110511.719000', '110511.722000', '110511.725000', '110511.728000', '110511.730000', '110511.733000', '110511.736000', '110511.739000', '110511.742000', '110511.745000', '110511.747000', '110511.750000', '110511.753000', '110511.756000', '110511.759000', '110511.762000', '110511.765000', '110511.768000', '110511.770000', '110511.773000', '110511.776000', '110511.779000', '110511.782000', '110511.785000', '110511.787000', '110511.790000', '110511.793000', '110511.796000', '110511.799000', '110531.679000', '110531.682000', '110531.685000', '110531.687000', '110531.690000', '110531.693000', '110531.696000', '110531.699000', '110531.702000', '110531.705000', '110531.707000', '110531.710000', '110531.713000', '110531.716000', '110531.719000', '110531.722000', '110531.724000', '110531.727000', '110531.730000', '110531.733000', '110531.736000', '110531.739000', '110531.742000', '110531.744000', '110531.747000', '110531.750000', '110531.753000', '110531.756000', '110531.759000', '110531.762000', '110531.764000', '110531.767000', '110531.770000', '110531.773000', '110531.776000', '110531.779000', '110531.781000', '110531.784000', '110531.787000', '110531.790000', '110531.793000', '110531.796000', '110531.799000', '110531.801000', '110551.679000', '110551.682000', '110551.685000', '110551.687000', '110551.690000', '110551.693000', '110551.696000', '110551.699000', '110551.702000', '110551.704000', '110551.707000', '110551.710000', '110551.713000', '110551.716000', '110551.719000', '110551.721000', '110551.725000', '110551.729000', '110551.731000', '110551.734000', '110551.737000', '110551.740000', '110551.743000', '110551.746000', '110551.749000', '110551.752000', '110551.755000', '110551.757000', '110551.760000', '110551.763000', '110551.766000', '110551.769000', '110551.772000', '110551.775000', '110551.777000', '110551.780000', '110551.783000', '110551.787000', '110551.790000', '110551.793000', '110551.796000', '110551.798000', '110551.801000', '110611.678000', '110611.681000', '110611.683000', '110611.686000', '110611.689000', '110611.692000', '110611.695000', '110611.698000', '110611.701000', '110611.704000', '110611.706000', '110611.709000', '110611.712000', '110611.715000', '110611.718000', '110611.721000', '110611.724000', '110611.726000', '110611.729000', '110611.732000', '110611.735000', '110611.738000', '110611.741000', '110611.743000', '110611.746000', '110611.749000', '110611.752000', '110611.755000', '110611.758000', '110611.761000', '110611.764000', '110611.766000', '110611.769000', '110611.772000', '110611.775000', '110611.778000', '110611.781000', '110611.784000', '110611.787000', '110611.789000', '110611.792000', '110611.795000', '110611.798000', '110611.801000', '110631.678000', '110631.681000', '110631.684000', '110631.686000', '110631.689000', '110631.692000', '110631.695000', '110631.698000', '110631.701000', '110631.704000', '110631.707000', '110631.709000', '110631.712000', '110631.715000', '110631.721000', '110631.723000', '110631.726000', '110631.729000', '110631.732000', '110631.735000', '110631.737000', '110631.740000', '110631.743000', '110631.746000', '110631.758000', '110631.761000', '110631.764000', '110631.767000', '110631.770000', '110631.773000', '110631.776000', '110631.778000', '110631.781000', '110631.784000', '110631.787000', '110631.790000', '110631.793000', '110631.796000', '110631.798000', '110631.801000', '110631.804000', '110631.807000', '110631.810000', '110651.678000', '110651.681000', '110651.683000', '110651.686000', '110651.689000', '110651.692000', '110651.695000', '110651.698000', '110651.701000', '110651.704000', '110651.706000', '110651.709000', '110651.712000', '110651.715000', '110651.718000', '110651.721000', '110651.724000', '110651.726000', '110651.729000', '110651.732000', '110651.735000', '110651.738000', '110651.741000', '110651.744000', '110651.746000', '110651.749000', '110651.752000', '110651.755000', '110651.758000', '110651.760000', '110651.763000', '110651.766000', '110651.769000', '110651.772000', '110651.775000', '110651.778000', '110651.780000', '110651.783000', '110651.786000', '110651.789000', '110651.792000', '110651.794000', '110651.797000', '110651.800000', '110711.678000', '110711.681000', '110711.684000', '110711.687000', '110711.689000', '110711.692000', '110711.695000', '110711.698000', '110711.701000', '110711.704000', '110711.707000', '110711.710000', '110711.712000', '110711.715000', '110711.718000', '110711.721000', '110711.724000', '110711.727000', '110711.730000', '110711.732000', '110711.735000', '110711.738000', '110711.741000', '110711.744000', '110711.747000', '110711.750000', '110711.752000', '110711.755000', '110711.758000', '110711.762000', '110711.765000', '110711.768000', '110711.771000', '110711.774000', '110711.777000', '110711.779000', '110711.782000', '110711.785000', '110711.788000', '110711.791000', '110711.794000', '110711.797000', '110711.799000', '110731.679000', '110731.682000', '110731.685000', '110731.687000', '110731.690000', '110731.693000', '110731.696000', '110731.698000', '110731.701000', '110731.704000', '110731.707000', '110731.710000', '110731.713000', '110731.715000', '110731.718000', '110731.721000', '110731.730000', '110731.744000', '110731.747000', '110731.749000', '110731.752000', '110731.755000', '110731.758000', '110731.761000', '110731.764000', '110731.766000', '110731.769000', '110731.772000', '110731.775000', '110731.778000', '110731.781000', '110731.784000', '110731.786000', '110731.789000', '110731.792000', '110731.795000', '110731.798000', '110731.801000', '110731.804000', '110731.806000', '110731.809000', '110731.812000', '110731.815000', '110731.818000', '110751.679000', '110751.684000', '110751.687000', '110751.690000', '110751.693000', '110751.695000', '110751.698000', '110751.701000', '110751.704000', '110751.707000', '110751.710000', '110751.712000', '110751.715000', '110751.718000', '110751.721000', '110751.724000', '110751.727000', '110751.729000', '110751.732000', '110751.735000', '110751.738000', '110751.741000', '110751.744000', '110751.747000', '110751.750000', '110751.752000', '110751.755000', '110751.758000', '110751.761000', '110751.764000', '110751.767000', '110751.769000', '110751.772000', '110751.775000', '110751.778000', '110751.790000', '110751.793000', '110751.796000', '110751.798000', '110751.801000', '110751.804000', '110751.807000', '110751.810000', '110811.679000', '110811.682000', '110811.685000', '110811.687000', '110811.690000', '110811.693000', '110811.696000', '110811.699000', '110811.702000', '110811.705000', '110811.707000', '110811.710000', '110811.713000', '110811.716000', '110811.719000', '110811.721000', '110811.724000', '110811.727000', '110811.730000', '110811.733000', '110811.735000', '110811.739000', '110811.741000', '110811.744000', '110811.747000', '110811.750000', '110811.753000', '110811.756000', '110811.758000', '110811.761000', '110811.764000', '110811.767000', '110811.770000', '110811.773000', '110811.776000', '110811.778000', '110811.781000', '110811.784000', '110811.787000', '110811.790000', '110811.792000', '110811.795000', '110811.798000', '110811.801000', '110831.678000', '110831.681000', '110831.684000', '110831.687000', '110831.689000', '110831.692000', '110831.695000', '110831.698000', '110831.701000', '110831.703000', '110831.706000', '110831.709000', '110831.712000', '110831.715000', '110831.718000', '110831.721000', '110831.723000', '110831.726000', '110831.729000', '110831.732000', '110831.735000', '110831.738000', '110831.741000', '110831.744000', '110831.746000', '110831.749000', '110831.752000', '110831.755000', '110831.758000', '110831.760000', '110831.763000', '110831.766000', '110831.769000', '110831.772000', '110831.775000', '110831.777000', '110831.780000', '110831.783000', '110831.786000', '110831.789000', '110831.792000', '110831.794000', '110831.797000', '110851.678000', '110851.681000', '110851.684000', '110851.687000', '110851.689000', '110851.692000', '110851.695000', '110851.698000', '110851.701000', '110851.704000', '110851.706000', '110851.709000', '110851.712000', '110851.715000', '110851.718000', '110851.721000', '110851.724000', '110851.726000', '110851.729000', '110851.732000', '110851.735000', '110851.738000', '110851.741000', '110851.743000', '110851.746000', '110851.749000', '110851.752000', '110851.755000', '110851.758000', '110851.760000', '110851.763000', '110851.767000', '110851.770000', '110851.773000', '110851.776000', '110851.778000', '110851.781000', '110851.784000', '110851.787000', '110851.790000', '110851.793000', '110851.796000', '110851.799000', '110851.802000', '110911.678000', '110911.681000', '110911.684000', '110911.687000', '110911.689000', '110911.692000', '110911.695000', '110911.698000', '110911.701000', '110911.704000', '110911.707000', '110911.709000', '110911.712000', '110911.715000', '110911.718000', '110911.721000', '110911.724000', '110911.727000', '110911.730000', '110911.732000', '110911.735000', '110911.738000', '110911.741000', '110911.744000', '110911.747000', '110911.749000', '110911.752000', '110911.755000', '110911.758000', '110911.761000', '110911.764000', '110911.767000', '110911.770000', '110911.772000', '110911.775000', '110911.778000', '110911.781000', '110911.784000', '110911.787000', '110911.789000', '110911.792000', '110911.795000', '110911.798000', '110931.678000', '110931.681000', '110931.684000', '110931.687000', '110931.689000', '110931.692000', '110931.695000', '110931.698000', '110931.701000', '110931.704000', '110931.706000', '110931.709000', '110931.712000', '110931.715000', '110931.718000', '110931.721000', '110931.724000', '110931.727000', '110931.729000', '110931.732000', '110931.735000', '110931.738000', '110931.741000', '110931.744000', '110931.747000', '110931.749000', '110931.752000', '110931.755000', '110931.758000', '110931.761000', '110931.764000', '110931.766000', '110931.769000', '110931.772000', '110931.775000', '110931.778000', '110931.781000', '110931.783000', '110931.786000', '110931.789000', '110931.792000', '110931.795000', '110931.798000', '110931.808000', '110951.679000', '110951.682000', '110951.685000', '110951.688000', '110951.691000', '110951.693000', '110951.696000', '110951.699000', '110951.702000', '110951.705000', '110951.708000', '110951.710000', '110951.713000', '110951.716000', '110951.719000', '110951.722000', '110951.725000', '110951.728000', '110951.730000', '110951.733000', '110951.736000', '110951.739000', '110951.742000', '110951.744000', '110951.747000', '110951.750000', '110951.753000', '110951.756000', '110951.759000', '110951.761000', '110951.764000', '110951.767000', '110951.770000', '110951.773000', '110951.776000', '110951.778000', '110951.781000', '110951.784000', '110951.787000', '110951.790000', '110951.793000', '110951.795000', '110951.798000', '111011.679000', '111011.684000', '111011.688000', '111011.692000', '111011.695000', '111011.697000', '111011.700000', '111011.703000', '111011.706000', '111011.709000', '111011.712000', '111011.714000', '111011.717000', '111011.720000', '111011.723000', '111011.726000', '111011.729000', '111011.732000', '111011.735000', '111011.737000', '111011.740000', '111011.743000', '111011.746000', '111011.749000', '111011.751000', '111011.754000', '111011.757000', '111011.760000', '111011.763000', '111011.766000', '111011.769000', '111011.772000', '111011.774000', '111011.777000', '111011.780000', '111011.783000', '111011.786000', '111011.789000', '111011.792000', '111011.794000', '111011.797000', '111011.800000', '111011.803000', '111031.679000', '111031.682000', '111031.685000', '111031.688000', '111031.691000', '111031.693000', '111031.696000', '111031.699000', '111031.702000', '111031.705000', '111031.708000', '111031.710000', '111031.713000', '111031.716000', '111031.719000', '111031.722000', '111031.725000', '111031.728000', '111031.730000', '111031.733000', '111031.736000', '111031.739000', '111031.742000', '111031.745000', '111031.748000', '111031.751000', '111031.753000', '111031.756000', '111031.759000', '111031.762000', '111031.765000', '111031.768000', '111031.771000', '111031.774000', '111031.776000', '111031.779000', '111031.782000', '111031.785000', '111031.788000', '111031.791000', '111031.793000', '111031.796000', '111031.799000', '111031.818000', '111051.678000', '111051.681000', '111051.684000', '111051.687000', '111051.690000', '111051.693000', '111051.695000', '111051.698000', '111051.702000', '111051.707000', '111051.710000', '111051.713000', '111051.716000', '111051.719000', '111051.722000', '111051.725000', '111051.728000', '111051.731000', '111051.733000', '111051.736000', '111051.739000', '111051.742000', '111051.745000', '111051.748000', '111051.750000', '111051.753000', '111051.756000', '111051.759000', '111051.762000', '111051.765000', '111051.768000', '111051.770000', '111051.773000', '111051.776000', '111051.779000', '111051.782000', '111051.784000', '111051.787000', '111051.790000', '111051.793000', '111051.796000', '111051.799000', '111051.801000', '111111.678000', '111111.681000', '111111.684000', '111111.686000', '111111.689000', '111111.692000', '111111.695000', '111111.698000', '111111.701000', '111111.704000', '111111.706000', '111111.709000', '111111.712000', '111111.715000', '111111.718000', '111111.721000', '111111.724000', '111111.726000', '111111.729000', '111111.732000', '111111.735000', '111111.738000', '111111.741000', '111111.743000', '111111.746000', '111111.749000', '111111.752000', '111111.755000', '111111.758000', '111111.761000', '111111.764000', '111111.766000', '111111.769000', '111111.772000', '111111.775000', '111111.778000', '111111.781000', '111111.784000', '111111.786000', '111111.789000', '111111.792000', '111111.795000', '111111.798000', '111111.801000', '111131.678000', '111131.681000', '111131.684000', '111131.687000', '111131.690000', '111131.692000', '111131.695000', '111131.698000', '111131.701000', '111131.704000', '111131.707000', '111131.709000', '111131.712000', '111131.715000', '111131.720000', '111131.725000', '111131.728000', '111131.731000', '111131.734000', '111131.737000', '111131.740000', '111131.742000', '111131.745000', '111131.748000', '111131.751000', '111131.754000', '111131.757000', '111131.760000', '111131.763000', '111131.765000', '111131.768000', '111131.771000', '111131.774000', '111131.777000', '111131.779000', '111131.782000', '111131.785000', '111131.788000', '111131.791000', '111131.794000', '111131.797000', '111131.799000', '111131.802000', '111151.678000', '111151.681000', '111151.684000', '111151.687000', '111151.689000', '111151.692000', '111151.695000', '111151.698000', '111151.701000', '111151.704000', '111151.706000', '111151.709000', '111151.712000', '111151.715000', '111151.718000', '111151.721000', '111151.724000', '111151.726000', '111151.729000', '111151.732000', '111151.735000', '111151.738000', '111151.741000', '111151.744000', '111151.746000', '111151.749000', '111151.752000', '111151.755000', '111151.758000', '111151.761000', '111151.764000', '111151.775000', '111151.777000', '111151.780000', '111151.783000', '111151.786000', '111151.789000', '111151.792000', '111151.794000', '111151.797000', '111151.814000', '111151.817000', '111151.820000', '111151.823000', '111211.679000', '111211.682000', '111211.685000', '111211.688000', '111211.691000', '111211.693000', '111211.696000', '111211.699000', '111211.702000', '111211.705000', '111211.708000', '111211.711000', '111211.714000', '111211.717000', '111211.719000', '111211.722000', '111211.725000', '111211.728000', '111211.731000', '111211.734000', '111211.737000', '111211.740000', '111211.743000', '111211.746000', '111211.749000', '111211.752000', '111211.755000', '111211.758000', '111211.761000', '111211.763000', '111211.766000', '111211.769000', '111211.772000', '111211.775000', '111211.778000', '111211.780000', '111211.783000', '111211.786000', '111211.789000', '111211.792000', '111211.795000', '111211.797000', '111211.800000', '111231.679000', '111231.682000', '111231.685000', '111231.688000', '111231.690000', '111231.693000', '111231.696000', '111231.699000', '111231.702000', '111231.705000', '111231.708000', '111231.711000', '111231.714000', '111231.717000', '111231.719000', '111231.722000', '111231.725000', '111231.728000', '111231.731000', '111231.734000', '111231.736000', '111231.739000', '111231.742000', '111231.745000', '111231.748000', '111231.751000', '111231.754000', '111231.757000', '111231.759000', '111231.762000', '111231.765000', '111231.768000', '111231.771000', '111231.774000', '111231.777000', '111231.779000', '111231.782000', '111231.785000', '111231.788000', '111231.791000', '111231.794000', '111231.797000', '111231.800000', '111231.802000', '111244.926000', '111244.929000', '111244.932000', '111244.946000', '111244.949000', '111244.952000', '111244.955000', '111244.958000', '111244.961000', '111244.964000', '111244.967000', '111244.970000', '111244.973000', '111244.976000', '111244.979000', '111244.983000', '111244.985000', '111244.988000', '111244.991000', '111244.994000', '111244.997000', '111245.001000', '111245.004000', '111245.007000', '111245.009000', '111245.012000', '111245.015000', '111245.018000', '111245.021000'], 'InstanceCreationTime': ['110231.706000', '110231.710000', '110231.730000', '110231.732000', '110231.735000', '110231.738000', '110231.741000', '110231.744000', '110231.747000', '110231.750000', '110231.752000', '110231.755000', '110231.758000', '110231.761000', '110231.764000', '110231.767000', '110231.769000', '110231.772000', '110231.775000', '110231.778000', '110231.781000', '110231.783000', '110231.786000', '110231.789000', '110231.792000', '110231.795000', '110231.798000', '110231.801000', '110231.803000', '110231.806000', '110231.809000', '110231.812000', '110231.815000', '110231.818000', '110231.821000', '110231.832000', '110231.834000', '110231.837000', '110231.840000', '110231.843000', '110231.846000', '110231.849000', '110231.851000', '110231.854000', '110231.857000', '110231.860000', '110231.863000', '110231.865000', '110231.868000', '110251.679000', '110251.682000', '110251.685000', '110251.688000', '110251.690000', '110251.693000', '110251.696000', '110251.699000', '110251.702000', '110251.705000', '110251.708000', '110251.710000', '110251.713000', '110251.716000', '110251.719000', '110251.722000', '110251.724000', '110251.727000', '110251.730000', '110251.733000', '110251.736000', '110251.739000', '110251.742000', '110251.744000', '110251.747000', '110251.750000', '110251.753000', '110251.756000', '110251.758000', '110251.761000', '110251.764000', '110251.767000', '110251.775000', '110251.778000', '110251.781000', '110251.784000', '110251.787000', '110251.789000', '110251.792000', '110251.795000', '110251.798000', '110251.801000', '110251.803000', '110251.806000', '110311.679000', '110311.682000', '110311.685000', '110311.687000', '110311.690000', '110311.693000', '110311.696000', '110311.699000', '110311.702000', '110311.705000', '110311.708000', '110311.711000', '110311.716000', '110311.720000', '110311.723000', '110311.726000', '110311.729000', '110311.731000', '110311.734000', '110311.737000', '110311.740000', '110311.743000', '110311.746000', '110311.748000', '110311.751000', '110311.754000', '110311.765000', '110311.767000', '110311.770000', '110311.773000', '110311.776000', '110311.779000', '110311.781000', '110311.784000', '110311.787000', '110311.790000', '110311.793000', '110311.795000', '110311.798000', '110311.801000', '110311.804000', '110311.807000', '110311.810000', '110331.679000', '110331.682000', '110331.685000', '110331.688000', '110331.690000', '110331.693000', '110331.696000', '110331.699000', '110331.702000', '110331.705000', '110331.707000', '110331.710000', '110331.713000', '110331.716000', '110331.719000', '110331.722000', '110331.725000', '110331.728000', '110331.730000', '110331.745000', '110331.748000', '110331.751000', '110331.754000', '110331.756000', '110331.759000', '110331.762000', '110331.765000', '110331.768000', '110331.771000', '110331.774000', '110331.776000', '110331.779000', '110331.782000', '110331.785000', '110331.788000', '110331.790000', '110331.793000', '110331.796000', '110331.799000', '110331.802000', '110331.804000', '110331.807000', '110331.810000', '110331.823000', '110351.678000', '110351.681000', '110351.684000', '110351.687000', '110351.689000', '110351.692000', '110351.695000', '110351.698000', '110351.701000', '110351.704000', '110351.706000', '110351.709000', '110351.712000', '110351.715000', '110351.718000', '110351.721000', '110351.724000', '110351.727000', '110351.730000', '110351.733000', '110351.737000', '110351.742000', '110351.744000', '110351.747000', '110351.750000', '110351.764000', '110351.767000', '110351.770000', '110351.772000', '110351.775000', '110351.778000', '110351.781000', '110351.784000', '110351.787000', '110351.789000', '110351.792000', '110351.795000', '110351.798000', '110351.801000', '110351.803000', '110351.806000', '110351.809000', '110351.812000', '110411.678000', '110411.681000', '110411.684000', '110411.686000', '110411.689000', '110411.692000', '110411.695000', '110411.698000', '110411.701000', '110411.704000', '110411.714000', '110411.717000', '110411.720000', '110411.723000', '110411.726000', '110411.728000', '110411.731000', '110411.734000', '110411.737000', '110411.740000', '110411.743000', '110411.746000', '110411.748000', '110411.751000', '110411.754000', '110411.757000', '110411.760000', '110411.762000', '110411.765000', '110411.768000', '110411.771000', '110411.774000', '110411.777000', '110411.780000', '110411.782000', '110411.785000', '110411.788000', '110411.791000', '110411.794000', '110411.796000', '110411.799000', '110411.802000', '110411.805000', '110411.808000', '110431.678000', '110431.681000', '110431.684000', '110431.687000', '110431.690000', '110431.693000', '110431.696000', '110431.699000', '110431.702000', '110431.705000', '110431.708000', '110431.711000', '110431.713000', '110431.716000', '110431.719000', '110431.722000', '110431.725000', '110431.728000', '110431.731000', '110431.733000', '110431.736000', '110431.739000', '110431.743000', '110431.746000', '110431.749000', '110431.752000', '110431.754000', '110431.757000', '110431.760000', '110431.763000', '110431.766000', '110431.769000', '110431.772000', '110431.774000', '110431.777000', '110431.780000', '110431.783000', '110431.786000', '110431.788000', '110431.791000', '110431.794000', '110431.797000', '110431.800000', '110451.678000', '110451.681000', '110451.684000', '110451.687000', '110451.689000', '110451.692000', '110451.695000', '110451.698000', '110451.701000', '110451.704000', '110451.706000', '110451.709000', '110451.712000', '110451.715000', '110451.718000', '110451.721000', '110451.724000', '110451.726000', '110451.729000', '110451.732000', '110451.735000', '110451.738000', '110451.741000', '110451.744000', '110451.746000', '110451.749000', '110451.752000', '110451.755000', '110451.758000', '110451.761000', '110451.764000', '110451.767000', '110451.769000', '110451.772000', '110451.775000', '110451.778000', '110451.781000', '110451.784000', '110451.786000', '110451.789000', '110451.792000', '110451.795000', '110451.798000', '110451.800000', '110511.679000', '110511.682000', '110511.685000', '110511.688000', '110511.690000', '110511.693000', '110511.696000', '110511.699000', '110511.702000', '110511.705000', '110511.708000', '110511.710000', '110511.713000', '110511.716000', '110511.719000', '110511.722000', '110511.725000', '110511.728000', '110511.730000', '110511.733000', '110511.736000', '110511.739000', '110511.742000', '110511.745000', '110511.747000', '110511.750000', '110511.753000', '110511.756000', '110511.759000', '110511.762000', '110511.765000', '110511.768000', '110511.770000', '110511.773000', '110511.776000', '110511.779000', '110511.782000', '110511.785000', '110511.787000', '110511.790000', '110511.793000', '110511.796000', '110511.799000', '110531.679000', '110531.682000', '110531.685000', '110531.687000', '110531.690000', '110531.693000', '110531.696000', '110531.699000', '110531.702000', '110531.705000', '110531.707000', '110531.710000', '110531.713000', '110531.716000', '110531.719000', '110531.722000', '110531.724000', '110531.727000', '110531.730000', '110531.733000', '110531.736000', '110531.739000', '110531.742000', '110531.744000', '110531.747000', '110531.750000', '110531.753000', '110531.756000', '110531.759000', '110531.762000', '110531.764000', '110531.767000', '110531.770000', '110531.773000', '110531.776000', '110531.779000', '110531.781000', '110531.784000', '110531.787000', '110531.790000', '110531.793000', '110531.796000', '110531.799000', '110531.801000', '110551.679000', '110551.682000', '110551.685000', '110551.687000', '110551.690000', '110551.693000', '110551.696000', '110551.699000', '110551.702000', '110551.704000', '110551.707000', '110551.710000', '110551.713000', '110551.716000', '110551.719000', '110551.721000', '110551.725000', '110551.729000', '110551.731000', '110551.734000', '110551.737000', '110551.740000', '110551.743000', '110551.746000', '110551.749000', '110551.752000', '110551.755000', '110551.757000', '110551.760000', '110551.763000', '110551.766000', '110551.769000', '110551.772000', '110551.775000', '110551.777000', '110551.780000', '110551.783000', '110551.787000', '110551.790000', '110551.793000', '110551.796000', '110551.798000', '110551.801000', '110611.678000', '110611.681000', '110611.683000', '110611.686000', '110611.689000', '110611.692000', '110611.695000', '110611.698000', '110611.701000', '110611.704000', '110611.706000', '110611.709000', '110611.712000', '110611.715000', '110611.718000', '110611.721000', '110611.724000', '110611.726000', '110611.729000', '110611.732000', '110611.735000', '110611.738000', '110611.741000', '110611.743000', '110611.746000', '110611.749000', '110611.752000', '110611.755000', '110611.758000', '110611.761000', '110611.764000', '110611.766000', '110611.769000', '110611.772000', '110611.775000', '110611.778000', '110611.781000', '110611.784000', '110611.787000', '110611.789000', '110611.792000', '110611.795000', '110611.798000', '110611.801000', '110631.678000', '110631.681000', '110631.684000', '110631.686000', '110631.689000', '110631.692000', '110631.695000', '110631.698000', '110631.701000', '110631.704000', '110631.707000', '110631.709000', '110631.712000', '110631.715000', '110631.721000', '110631.723000', '110631.726000', '110631.729000', '110631.732000', '110631.735000', '110631.737000', '110631.740000', '110631.743000', '110631.746000', '110631.758000', '110631.761000', '110631.764000', '110631.767000', '110631.770000', '110631.773000', '110631.776000', '110631.778000', '110631.781000', '110631.784000', '110631.787000', '110631.790000', '110631.793000', '110631.796000', '110631.798000', '110631.801000', '110631.804000', '110631.807000', '110631.810000', '110651.678000', '110651.681000', '110651.683000', '110651.686000', '110651.689000', '110651.692000', '110651.695000', '110651.698000', '110651.701000', '110651.704000', '110651.706000', '110651.709000', '110651.712000', '110651.715000', '110651.718000', '110651.721000', '110651.724000', '110651.726000', '110651.729000', '110651.732000', '110651.735000', '110651.738000', '110651.741000', '110651.744000', '110651.746000', '110651.749000', '110651.752000', '110651.755000', '110651.758000', '110651.760000', '110651.763000', '110651.766000', '110651.769000', '110651.772000', '110651.775000', '110651.778000', '110651.780000', '110651.783000', '110651.786000', '110651.789000', '110651.792000', '110651.794000', '110651.797000', '110651.800000', '110711.678000', '110711.681000', '110711.684000', '110711.687000', '110711.689000', '110711.692000', '110711.695000', '110711.698000', '110711.701000', '110711.704000', '110711.707000', '110711.710000', '110711.712000', '110711.715000', '110711.718000', '110711.721000', '110711.724000', '110711.727000', '110711.730000', '110711.732000', '110711.735000', '110711.738000', '110711.741000', '110711.744000', '110711.747000', '110711.750000', '110711.752000', '110711.755000', '110711.758000', '110711.762000', '110711.765000', '110711.768000', '110711.771000', '110711.774000', '110711.777000', '110711.779000', '110711.782000', '110711.785000', '110711.788000', '110711.791000', '110711.794000', '110711.797000', '110711.799000', '110731.679000', '110731.682000', '110731.685000', '110731.687000', '110731.690000', '110731.693000', '110731.696000', '110731.698000', '110731.701000', '110731.704000', '110731.707000', '110731.710000', '110731.713000', '110731.715000', '110731.718000', '110731.721000', '110731.730000', '110731.744000', '110731.747000', '110731.749000', '110731.752000', '110731.755000', '110731.758000', '110731.761000', '110731.764000', '110731.766000', '110731.769000', '110731.772000', '110731.775000', '110731.778000', '110731.781000', '110731.784000', '110731.786000', '110731.789000', '110731.792000', '110731.795000', '110731.798000', '110731.801000', '110731.804000', '110731.806000', '110731.809000', '110731.812000', '110731.815000', '110731.818000', '110751.679000', '110751.684000', '110751.687000', '110751.690000', '110751.693000', '110751.695000', '110751.698000', '110751.701000', '110751.704000', '110751.707000', '110751.710000', '110751.712000', '110751.715000', '110751.718000', '110751.721000', '110751.724000', '110751.727000', '110751.729000', '110751.732000', '110751.735000', '110751.738000', '110751.741000', '110751.744000', '110751.747000', '110751.750000', '110751.752000', '110751.755000', '110751.758000', '110751.761000', '110751.764000', '110751.767000', '110751.769000', '110751.772000', '110751.775000', '110751.778000', '110751.790000', '110751.793000', '110751.796000', '110751.798000', '110751.801000', '110751.804000', '110751.807000', '110751.810000', '110811.679000', '110811.682000', '110811.685000', '110811.687000', '110811.690000', '110811.693000', '110811.696000', '110811.699000', '110811.702000', '110811.705000', '110811.707000', '110811.710000', '110811.713000', '110811.716000', '110811.719000', '110811.721000', '110811.724000', '110811.727000', '110811.730000', '110811.733000', '110811.735000', '110811.739000', '110811.741000', '110811.744000', '110811.747000', '110811.750000', '110811.753000', '110811.756000', '110811.758000', '110811.761000', '110811.764000', '110811.767000', '110811.770000', '110811.773000', '110811.776000', '110811.778000', '110811.781000', '110811.784000', '110811.787000', '110811.790000', '110811.792000', '110811.795000', '110811.798000', '110811.801000', '110831.678000', '110831.681000', '110831.684000', '110831.687000', '110831.689000', '110831.692000', '110831.695000', '110831.698000', '110831.701000', '110831.703000', '110831.706000', '110831.709000', '110831.712000', '110831.715000', '110831.718000', '110831.721000', '110831.723000', '110831.726000', '110831.729000', '110831.732000', '110831.735000', '110831.738000', '110831.741000', '110831.744000', '110831.746000', '110831.749000', '110831.752000', '110831.755000', '110831.758000', '110831.760000', '110831.763000', '110831.766000', '110831.769000', '110831.772000', '110831.775000', '110831.777000', '110831.780000', '110831.783000', '110831.786000', '110831.789000', '110831.792000', '110831.794000', '110831.797000', '110851.678000', '110851.681000', '110851.684000', '110851.687000', '110851.689000', '110851.692000', '110851.695000', '110851.698000', '110851.701000', '110851.704000', '110851.706000', '110851.709000', '110851.712000', '110851.715000', '110851.718000', '110851.721000', '110851.724000', '110851.726000', '110851.729000', '110851.732000', '110851.735000', '110851.738000', '110851.741000', '110851.743000', '110851.746000', '110851.749000', '110851.752000', '110851.755000', '110851.758000', '110851.760000', '110851.763000', '110851.767000', '110851.770000', '110851.773000', '110851.776000', '110851.778000', '110851.781000', '110851.784000', '110851.787000', '110851.790000', '110851.793000', '110851.796000', '110851.799000', '110851.802000', '110911.678000', '110911.681000', '110911.684000', '110911.687000', '110911.689000', '110911.692000', '110911.695000', '110911.698000', '110911.701000', '110911.704000', '110911.707000', '110911.709000', '110911.712000', '110911.715000', '110911.718000', '110911.721000', '110911.724000', '110911.727000', '110911.730000', '110911.732000', '110911.735000', '110911.738000', '110911.741000', '110911.744000', '110911.747000', '110911.749000', '110911.752000', '110911.755000', '110911.758000', '110911.761000', '110911.764000', '110911.767000', '110911.770000', '110911.772000', '110911.775000', '110911.778000', '110911.781000', '110911.784000', '110911.787000', '110911.789000', '110911.792000', '110911.795000', '110911.798000', '110931.678000', '110931.681000', '110931.684000', '110931.687000', '110931.689000', '110931.692000', '110931.695000', '110931.698000', '110931.701000', '110931.704000', '110931.706000', '110931.709000', '110931.712000', '110931.715000', '110931.718000', '110931.721000', '110931.724000', '110931.727000', '110931.729000', '110931.732000', '110931.735000', '110931.738000', '110931.741000', '110931.744000', '110931.747000', '110931.749000', '110931.752000', '110931.755000', '110931.758000', '110931.761000', '110931.764000', '110931.766000', '110931.769000', '110931.772000', '110931.775000', '110931.778000', '110931.781000', '110931.783000', '110931.786000', '110931.789000', '110931.792000', '110931.795000', '110931.798000', '110931.808000', '110951.679000', '110951.682000', '110951.685000', '110951.688000', '110951.691000', '110951.693000', '110951.696000', '110951.699000', '110951.702000', '110951.705000', '110951.708000', '110951.710000', '110951.713000', '110951.716000', '110951.719000', '110951.722000', '110951.725000', '110951.728000', '110951.730000', '110951.733000', '110951.736000', '110951.739000', '110951.742000', '110951.744000', '110951.747000', '110951.750000', '110951.753000', '110951.756000', '110951.759000', '110951.761000', '110951.764000', '110951.767000', '110951.770000', '110951.773000', '110951.776000', '110951.778000', '110951.781000', '110951.784000', '110951.787000', '110951.790000', '110951.793000', '110951.795000', '110951.798000', '111011.679000', '111011.684000', '111011.688000', '111011.692000', '111011.695000', '111011.697000', '111011.700000', '111011.703000', '111011.706000', '111011.709000', '111011.712000', '111011.714000', '111011.717000', '111011.720000', '111011.723000', '111011.726000', '111011.729000', '111011.732000', '111011.735000', '111011.737000', '111011.740000', '111011.743000', '111011.746000', '111011.749000', '111011.751000', '111011.754000', '111011.757000', '111011.760000', '111011.763000', '111011.766000', '111011.769000', '111011.772000', '111011.774000', '111011.777000', '111011.780000', '111011.783000', '111011.786000', '111011.789000', '111011.792000', '111011.794000', '111011.797000', '111011.800000', '111011.803000', '111031.679000', '111031.682000', '111031.685000', '111031.688000', '111031.691000', '111031.693000', '111031.696000', '111031.699000', '111031.702000', '111031.705000', '111031.708000', '111031.710000', '111031.713000', '111031.716000', '111031.719000', '111031.722000', '111031.725000', '111031.728000', '111031.730000', '111031.733000', '111031.736000', '111031.739000', '111031.742000', '111031.745000', '111031.748000', '111031.751000', '111031.753000', '111031.756000', '111031.759000', '111031.762000', '111031.765000', '111031.768000', '111031.771000', '111031.774000', '111031.776000', '111031.779000', '111031.782000', '111031.785000', '111031.788000', '111031.791000', '111031.793000', '111031.796000', '111031.799000', '111031.818000', '111051.678000', '111051.681000', '111051.684000', '111051.687000', '111051.690000', '111051.693000', '111051.695000', '111051.698000', '111051.702000', '111051.707000', '111051.710000', '111051.713000', '111051.716000', '111051.719000', '111051.722000', '111051.725000', '111051.728000', '111051.731000', '111051.733000', '111051.736000', '111051.739000', '111051.742000', '111051.745000', '111051.748000', '111051.750000', '111051.753000', '111051.756000', '111051.759000', '111051.762000', '111051.765000', '111051.768000', '111051.770000', '111051.773000', '111051.776000', '111051.779000', '111051.782000', '111051.784000', '111051.787000', '111051.790000', '111051.793000', '111051.796000', '111051.799000', '111051.801000', '111111.678000', '111111.681000', '111111.684000', '111111.686000', '111111.689000', '111111.692000', '111111.695000', '111111.698000', '111111.701000', '111111.704000', '111111.706000', '111111.709000', '111111.712000', '111111.715000', '111111.718000', '111111.721000', '111111.724000', '111111.726000', '111111.729000', '111111.732000', '111111.735000', '111111.738000', '111111.741000', '111111.743000', '111111.746000', '111111.749000', '111111.752000', '111111.755000', '111111.758000', '111111.761000', '111111.764000', '111111.766000', '111111.769000', '111111.772000', '111111.775000', '111111.778000', '111111.781000', '111111.784000', '111111.786000', '111111.789000', '111111.792000', '111111.795000', '111111.798000', '111111.801000', '111131.678000', '111131.681000', '111131.684000', '111131.687000', '111131.690000', '111131.692000', '111131.695000', '111131.698000', '111131.701000', '111131.704000', '111131.707000', '111131.709000', '111131.712000', '111131.715000', '111131.720000', '111131.725000', '111131.728000', '111131.731000', '111131.734000', '111131.737000', '111131.740000', '111131.742000', '111131.745000', '111131.748000', '111131.751000', '111131.754000', '111131.757000', '111131.760000', '111131.763000', '111131.765000', '111131.768000', '111131.771000', '111131.774000', '111131.777000', '111131.779000', '111131.782000', '111131.785000', '111131.788000', '111131.791000', '111131.794000', '111131.797000', '111131.799000', '111131.802000', '111151.678000', '111151.681000', '111151.684000', '111151.687000', '111151.689000', '111151.692000', '111151.695000', '111151.698000', '111151.701000', '111151.704000', '111151.706000', '111151.709000', '111151.712000', '111151.715000', '111151.718000', '111151.721000', '111151.724000', '111151.726000', '111151.729000', '111151.732000', '111151.735000', '111151.738000', '111151.741000', '111151.744000', '111151.746000', '111151.749000', '111151.752000', '111151.755000', '111151.758000', '111151.761000', '111151.764000', '111151.775000', '111151.777000', '111151.780000', '111151.783000', '111151.786000', '111151.789000', '111151.792000', '111151.794000', '111151.797000', '111151.814000', '111151.817000', '111151.820000', '111151.823000', '111211.679000', '111211.682000', '111211.685000', '111211.688000', '111211.691000', '111211.693000', '111211.696000', '111211.699000', '111211.702000', '111211.705000', '111211.708000', '111211.711000', '111211.714000', '111211.717000', '111211.719000', '111211.722000', '111211.725000', '111211.728000', '111211.731000', '111211.734000', '111211.737000', '111211.740000', '111211.743000', '111211.746000', '111211.749000', '111211.752000', '111211.755000', '111211.758000', '111211.761000', '111211.763000', '111211.766000', '111211.769000', '111211.772000', '111211.775000', '111211.778000', '111211.780000', '111211.783000', '111211.786000', '111211.789000', '111211.792000', '111211.795000', '111211.797000', '111211.800000', '111231.679000', '111231.682000', '111231.685000', '111231.688000', '111231.690000', '111231.693000', '111231.696000', '111231.699000', '111231.702000', '111231.705000', '111231.708000', '111231.711000', '111231.714000', '111231.717000', '111231.719000', '111231.722000', '111231.725000', '111231.728000', '111231.731000', '111231.734000', '111231.736000', '111231.739000', '111231.742000', '111231.745000', '111231.748000', '111231.751000', '111231.754000', '111231.757000', '111231.759000', '111231.762000', '111231.765000', '111231.768000', '111231.771000', '111231.774000', '111231.777000', '111231.779000', '111231.782000', '111231.785000', '111231.788000', '111231.791000', '111231.794000', '111231.797000', '111231.800000', '111231.802000', '111244.926000', '111244.929000', '111244.932000', '111244.946000', '111244.949000', '111244.952000', '111244.955000', '111244.958000', '111244.961000', '111244.964000', '111244.967000', '111244.970000', '111244.973000', '111244.976000', '111244.979000', '111244.983000', '111244.985000', '111244.988000', '111244.991000', '111244.994000', '111244.997000', '111245.001000', '111245.004000', '111245.007000', '111245.009000', '111245.012000', '111245.015000', '111245.018000', '111245.021000'], '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], 'LargestImagePixelValue': [10581, 13965, 10050, 14173, 10410, 12598, 9951, 11167, 12280, 10524, 14542, 10495, 13010, 10128, 11454, 11110, 10445, 14232, 10108, 12036, 9751, 11015, 13504, 10131, 13725, 10081, 11885, 10071, 10396, 13690, 10171, 12167, 9982, 12135, 10099, 10307, 13761, 9930, 12895, 9845, 11912, 9852, 10328, 14385, 10248, 13057, 10068, 11909, 10031, 11199, 13869, 10453, 13567, 10034, 13369, 10021, 12164, 12361, 10162, 14763, 10263, 13346, 9880, 12143, 13363, 10197, 15094, 10310, 12399, 9789, 10633, 15012, 10280, 12855, 10136, 11467, 11375, 10120, 14155, 10303, 12346, 9832, 10697, 14410, 10120, 12778, 9990, 11608, 12063, 10338, 13457, 10050, 12448, 10477, 10595, 13978, 10155, 12546, 10137, 11755, 12124, 10487, 13326, 10092, 12377, 10375, 12354, 9820, 12014, 12952, 10160, 14216, 10177, 13066, 10115, 12650, 10322, 12855, 12193, 10692, 14439, 10384, 13395, 10196, 12882, 9822, 12191, 11300, 10876, 14444, 10170, 13799, 9947, 12967, 10269, 13252, 9970, 13037, 10317, 11596, 14008, 10953, 15268, 10490, 13473, 10427, 13531, 10158, 13011, 9749, 11336, 14406, 10643, 15416, 10702, 12631, 10129, 12180, 10410, 10751, 12663, 10349, 13729, 10381, 13459, 10052, 11947, 9809, 10703, 13183, 10193, 13800, 10066, 12288, 10187, 12263, 10428, 13508, 10098, 12718, 9904, 11494, 13449, 10551, 14486, 10311, 13300, 10147, 12256, 9904, 11868, 13923, 10258, 14127, 10265, 12605, 9914, 12498, 13215, 10273, 14422, 10492, 12765, 10111, 13027, 10096, 11329, 13926, 10378, 13874, 10467, 13161, 10097, 12091, 10219, 11223, 14248, 10425, 13411, 10132, 12141, 10385, 12997, 10288, 12255, 9694, 11433, 12348, 11470, 11889, 10885, 11758, 11486, 14082, 10721, 13980, 10063, 13490, 10375, 13556, 10048, 12905, 12443, 10727, 14923, 10419, 13200, 10244, 12908, 12008, 11045, 14704, 10664, 12814, 10722, 12778, 10939, 11842, 13526, 10839, 13636, 11125, 13719, 10573, 13087, 11223, 11943, 14976, 10607, 13513, 10917, 13662, 10747, 12614, 11161, 11019, 13919, 10942, 13707, 10743, 13105, 10991, 13532, 10667, 12260, 13397, 11297, 15198, 11198, 13311, 11161, 14280, 11363, 11541, 15120, 11256, 14124, 11256, 13499, 10817, 12948, 12157, 11078, 14465, 11052, 13955, 11048, 12584, 10913, 13698, 10952, 12758, 10995, 13350, 11054, 14128, 11157, 14991, 10947, 12978, 15230, 11085, 15337, 10944, 13947, 10669, 12650, 13382, 10985, 14426, 11155, 13327, 10534, 11436, 13707, 11398, 13785, 11086, 13153, 11128, 12553, 12803, 11818, 14038, 11060, 13165, 11142, 13716, 13658, 12284, 10568, 11272, 14744, 11230, 15364, 11164, 14001, 11017, 13897, 13578, 11957, 15396, 11164, 13760, 11343, 14689, 10892, 12370, 14813, 11095, 15134, 10915, 13848, 10697, 13414, 10654, 13889, 10474, 14448, 10757, 15049, 11923, 11876, 10522, 11917, 15624, 11555, 13999, 9954, 12209, 10359, 14425, 12594, 11642, 14095, 9976, 12844, 10184, 13883, 10281, 13982, 10766, 10903, 14007, 11011, 14978, 10529, 13009, 10045, 12724, 10674, 13643, 14811, 10581, 13228, 10121, 14173, 10191, 12696, 10679, 11271, 14955, 10310, 13446, 10471, 12801, 12614, 11673, 14482, 10113, 12601, 10674, 13791, 10910, 10704, 14025, 10365, 13898, 10638, 12818, 10876, 10169, 13705, 10287, 13433, 10618, 11242, 10756, 10438, 14105, 10032, 12065, 10216, 11458, 10746, 12545, 14012, 10319, 13114, 10114, 13861, 12600, 11531, 14354, 9707, 13042, 10468, 12751, 14720, 9931, 11620, 9933, 12485, 14528, 10558, 12615, 10074, 11366, 13157, 9932, 13091, 10323, 10682, 13314, 9855, 13378, 10194, 10985, 13079, 9886, 12219, 10152, 11156, 13229, 9629, 12435, 12923, 10186, 12956, 10052, 11781, 13661, 10553, 13176, 10740, 10092, 13275, 10102, 12187, 13745, 10455, 12318, 10246, 11435, 13305, 10311, 12645, 10537, 11262, 13252, 10240, 13322, 10516, 10993, 13827, 10206, 12423, 11462, 10916, 13973, 10396, 12708, 11319, 10816, 14646, 10533, 12528, 12637, 10187, 13529, 10574, 12938, 13488, 10475, 12877, 10529, 11908, 13892, 10795, 12203, 10475, 12285, 12021, 10608, 13395, 10673, 12846, 10814, 13163, 10447, 11619, 12843, 10833, 14784, 10872, 13533, 10629, 13169, 10848, 13527, 12571, 11594, 15141, 11022, 13988, 10831, 14418, 10891, 13091, 12818, 11695, 16671, 10772, 13476, 10307, 12826, 10339, 14066, 12270, 13062, 10608, 12752, 10780, 13161, 10256, 13894, 13112, 10918, 14949, 10642, 13741, 10651, 14054, 9820, 12896, 10527, 13880, 10628, 15580, 12987, 13876, 12908, 10382, 16253, 10306, 12577, 10357, 11604, 10000, 10261, 13491, 10263, 13362, 9714, 12225, 12876, 9728, 12965, 9333, 12446, 10178, 11861, 13172, 9962, 12978, 9329, 12537, 9357, 11952, 11234, 10887, 15108, 11243, 13343, 9644, 13549, 9767, 12468, 12062, 10766, 15465, 10892, 14490, 10032, 13033, 9974, 11669, 15402, 10949, 14799, 10095, 12887, 10351, 10953, 14781, 11097, 14255, 9910, 12631, 9919, 12593, 10184, 11905, 10130, 11312, 12508, 10433, 15456, 10792, 13416, 10126, 11891, 9938, 11894, 10624, 11825, 12056, 11176, 13176, 10612, 14206, 10181, 13867, 9931, 12659, 9791, 11262, 12341, 10287, 14767, 10257, 12402, 9831, 11771, 10712, 11654, 12409, 10205, 14275, 10297, 12168, 9854, 13392, 9687, 10977, 9678, 10531, 12492, 10360, 12867, 10357, 12036, 10164, 11538, 10033, 11990, 11881, 10769, 13394, 10538, 11936, 10603, 12965, 10190, 12360, 9745, 10494, 13476, 10461, 13947, 10452, 11906, 10546, 11222, 10051, 11880, 11226, 10678, 13349, 10457, 13264, 10217, 13265, 10032, 11358, 9787, 10405, 12798, 10492, 13416, 10390, 11627, 10004, 11848, 11088, 10417, 12593, 10227, 12894, 10053, 11811, 9668, 10881, 11936, 10299, 13114, 10344, 11924, 9913, 11715, 9462, 10510, 12723, 10203, 12164, 9850, 12838, 10501, 10350, 13573, 10504, 12371, 9442, 11340, 12911, 10208, 12314, 9573, 12470, 9879, 10152, 12630, 9914, 12329, 9618, 11673, 11359, 10097, 13099, 9636, 13400, 9367, 11293, 10130, 10300, 13899, 10337, 13480, 9875, 12682, 9685, 11485, 14401, 10184, 12335, 9426, 12366, 10257, 11234, 13487, 10327, 11968, 9274, 13500, 9335, 12607, 9062, 11951, 9018, 11894, 12642, 11615, 13497, 10462, 13033, 9342, 12624, 10361, 11076, 15115, 10314, 13102, 9913, 13468, 9169, 11284, 13280, 10206, 14357, 9995, 13141, 9262, 11402, 11193, 10215, 14212, 9815, 12362, 9218, 12409, 10408, 10774, 13221, 10061, 13323, 9544, 13472, 9405, 10722, 12586, 9514, 14240, 9427, 12422, 9538, 12331, 13233, 9954, 13903, 9489, 12731, 9825, 13460, 10849, 9782, 13859, 9704, 13620, 9964, 13284, 10086, 10575, 13432, 10161, 13846, 9899, 12280, 10093, 12165, 12597, 9876, 13467, 9814, 12732, 10222, 13422, 10008, 10560, 12773, 9632, 13997, 9742, 13923, 9851, 13151, 9645, 13131, 13384, 11277, 13978, 10151, 12484, 9298, 13909, 9581, 13754, 9267, 12689, 9338, 13360, 12455, 11560, 14554, 10115, 12597, 10180, 14265, 10111, 12296, 9618, 11191, 9356, 11856, 12630, 10609, 12890, 10042, 12818, 9658, 13323, 9491, 12281, 12033, 10197, 13977, 9731, 13418, 9417, 11321, 10570, 9830, 14487, 10081, 12666, 9449, 11543, 9204, 11153, 12849, 9893, 13506, 9702, 12818, 8994, 11120, 13080, 9857, 13337, 9465, 13435, 9266, 10398, 14020, 9862, 12328, 9129, 11462, 12923, 9968, 13081, 9314, 12863, 9380, 10064, 13875, 9385, 13433, 9178, 12088, 11508, 9654, 14300, 9489, 13292, 9023, 11902, 10255, 10440, 13928, 9701, 12763, 9355, 12096, 11137, 10489, 13811, 9557, 12486, 9622, 12762, 10664, 10051, 13451, 9235, 13639, 9498, 12171, 9403, 11012, 12278, 10062, 13632, 9251, 12582, 9861, 12483, 10708, 10349, 13343, 9590, 14281, 9589, 12647, 9303, 11289, 9559, 11815, 12904, 10563, 13885, 10033, 13521, 9453, 13228, 9785, 11885, 9372, 9764, 12939, 9811, 14082, 10683, 12874, 9648, 12287, 9459, 12957, 9224, 11971, 12066, 9864, 13405, 9874, 13826, 9655, 12211, 8985, 11407, 11662, 10687, 14194, 9804, 12825, 9332, 12493, 9302, 10105, 12567, 9705, 13919, 9506, 11998, 9219, 11559, 9081, 11908, 10158, 10206, 13131, 10044, 14001, 9581, 12743, 9353, 11890, 8991, 11613, 12388, 10091, 13024, 9431, 13256, 9309, 11966, 8868, 9481, 12777, 9895, 13645, 9489, 12068, 9209, 11532, 10185, 10565, 13713, 9722, 12920, 9328, 12729, 8973, 11426, 8827, 9775, 10703, 9206, 11560, 10379, 8705, 12641, 8965, 13172, 9059, 11981, 8887, 11566, 12571, 9593, 13171, 9485, 13357, 10198, 12636, 9423, 11696, 9036, 11546, 9004, 11869, 9411, 10749, 9475, 10053, 13620, 10982, 13495, 9362, 12027, 9094, 12010, 9062, 12548, 11838, 10352, 14878, 9943, 12854, 10451, 12224, 10355, 9511, 12942, 9974, 13335, 9358, 11728, 8932, 9658, 12068, 9224, 13632, 9031, 12085, 8744, 10818, 12855, 10050, 13530, 9232, 11813, 8972, 11273, 11792, 9526, 12841, 9181, 12956, 8921, 11055, 12076, 9426, 13461, 9047, 11483, 8800, 10109, 12791, 9883, 11392, 9493, 9612, 9540, 11753, 9583, 14367, 9533, 12111, 10123, 9348, 14071, 9086, 12859, 11640, 9669, 13733, 9098, 12724, 8906, 10377, 13728, 9967, 11942, 8647, 10029, 13549, 9795, 11587, 8818, 10342, 13337, 10436, 13290, 8911, 10184, 12442, 9776, 12321, 9141, 12234, 12106, 9515, 12869, 8956, 11902, 8909, 10991, 11629, 9806, 13461, 9838, 11703, 9303, 10226, 9800, 9358, 13395, 9526, 13082, 9758, 12548, 9170, 11684, 9048, 12138, 9286, 12548, 9079, 10595, 13569, 9755, 13757, 9481, 12408, 9166, 12707, 10452, 9950, 15639, 9448, 12949, 9524, 11671, 9072, 9060, 11556, 9347, 14039, 9948, 12126, 9182, 10871, 9596, 10100, 11761, 8842, 11555, 8789, 11535, 9037, 12827, 9029, 11768, 8985, 11991, 12384, 9874, 15053, 9919, 12155, 9435, 11121, 12060, 9463, 13785, 9334, 12154, 9088, 10539, 10630, 9288, 13684, 9145, 11933, 8983, 10661, 10935, 9285, 12936, 9205, 12138, 8925, 11814, 9338, 9016, 12746, 9352, 13181, 9107, 11036, 9119, 9266, 13028, 9306, 12066, 8651, 10634, 8625, 9730, 13126, 9015, 11887, 8845, 10678], 'WindowCenter': [4800.0, 4811.0, 4772.0, 4798.0, 4756.0, 4775.0, 4743.0, 4762.0, 4760.0, 4752.0, 4781.0, 4741.0, 4769.0, 4739.0, 4761.0, 4752.0, 4752.0, 4770.0, 4741.0, 4762.0, 4732.0, 4753.0, 4771.0, 4744.0, 4781.0, 4741.0, 4773.0, 4755.0, 4755.0, 4783.0, 4754.0, 4775.0, 4757.0, 4775.0, 4753.0, 4756.0, 4783.0, 4757.0, 4787.0, 4756.0, 4776.0, 4755.0, 4769.0, 4796.0, 4756.0, 4785.0, 4756.0, 4774.0, 4756.0, 4766.0, 4785.0, 4756.0, 4784.0, 4758.0, 4794.0, 4755.0, 4786.0, 4775.0, 4756.0, 4807.0, 4756.0, 4785.0, 4745.0, 4775.0, 4784.0, 4757.0, 4793.0, 4744.0, 4772.0, 4741.0, 4754.0, 4793.0, 4754.0, 4771.0, 4754.0, 4764.0, 4763.0, 4757.0, 4793.0, 4754.0, 4774.0, 4744.0, 4755.0, 4795.0, 4757.0, 4783.0, 4745.0, 4774.0, 4775.0, 4756.0, 4784.0, 4755.0, 4787.0, 4754.0, 4767.0, 4795.0, 4756.0, 4785.0, 4767.0, 4789.0, 4787.0, 4769.0, 4797.0, 4768.0, 4798.0, 4780.0, 4800.0, 4770.0, 4802.0, 4800.0, 4784.0, 4823.0, 4782.0, 4799.0, 4771.0, 4801.0, 4781.0, 4811.0, 4788.0, 4783.0, 4808.0, 4780.0, 4811.0, 4779.0, 4800.0, 4769.0, 4802.0, 4789.0, 4791.0, 4822.0, 4784.0, 4808.0, 4773.0, 4810.0, 4782.0, 4811.0, 4771.0, 4810.0, 4769.0, 4793.0, 4811.0, 4782.0, 4820.0, 4781.0, 4800.0, 4779.0, 4811.0, 4769.0, 4797.0, 4747.0, 4777.0, 4808.0, 4768.0, 4805.0, 4767.0, 4775.0, 4755.0, 4787.0, 4767.0, 4766.0, 4784.0, 4757.0, 4796.0, 4768.0, 4796.0, 4758.0, 4777.0, 4757.0, 4768.0, 4797.0, 4770.0, 4797.0, 4770.0, 4788.0, 4780.0, 4800.0, 4783.0, 4811.0, 4770.0, 4801.0, 4769.0, 4790.0, 4798.0, 4780.0, 4808.0, 4769.0, 4797.0, 4769.0, 4789.0, 4758.0, 4790.0, 4797.0, 4770.0, 4797.0, 4768.0, 4787.0, 4758.0, 4788.0, 4786.0, 4768.0, 4806.0, 4769.0, 4788.0, 4767.0, 4798.0, 4755.0, 4779.0, 4796.0, 4770.0, 4798.0, 4771.0, 4798.0, 4770.0, 4789.0, 4767.0, 4780.0, 4808.0, 4780.0, 4799.0, 4772.0, 4799.0, 4782.0, 4811.0, 4781.0, 4815.0, 4773.0, 4804.0, 4814.0, 4807.0, 4803.0, 4807.0, 4805.0, 4816.0, 4826.0, 4805.0, 4823.0, 4785.0, 4822.0, 4782.0, 4824.0, 4772.0, 4813.0, 4803.0, 4796.0, 4824.0, 4781.0, 4802.0, 4770.0, 4801.0, 4792.0, 4792.0, 4809.0, 4782.0, 4801.0, 4777.0, 4803.0, 4782.0, 4804.0, 4802.0, 4781.0, 4814.0, 4781.0, 4811.0, 4772.0, 4802.0, 4781.0, 4794.0, 4810.0, 4784.0, 4801.0, 4770.0, 4803.0, 4771.0, 4792.0, 4772.0, 4783.0, 4802.0, 4784.0, 4802.0, 4781.0, 4801.0, 4773.0, 4802.0, 4769.0, 4792.0, 4798.0, 4793.0, 4837.0, 4794.0, 4802.0, 4779.0, 4813.0, 4780.0, 4782.0, 4809.0, 4781.0, 4800.0, 4780.0, 4800.0, 4780.0, 4802.0, 4789.0, 4781.0, 4812.0, 4784.0, 4813.0, 4794.0, 4803.0, 4783.0, 4813.0, 4783.0, 4801.0, 4782.0, 4811.0, 4794.0, 4812.0, 4783.0, 4811.0, 4771.0, 4802.0, 4810.0, 4781.0, 4821.0, 4782.0, 4809.0, 4771.0, 4800.0, 4798.0, 4779.0, 4800.0, 4779.0, 4810.0, 4768.0, 4779.0, 4800.0, 4792.0, 4799.0, 4780.0, 4801.0, 4780.0, 4803.0, 4798.0, 4791.0, 4800.0, 4781.0, 4817.0, 4794.0, 4815.0, 4811.0, 4792.0, 4759.0, 4782.0, 4798.0, 4782.0, 4807.0, 4781.0, 4800.0, 4771.0, 4814.0, 4789.0, 4781.0, 4798.0, 4770.0, 4800.0, 4768.0, 4800.0, 4768.0, 4791.0, 4797.0, 4770.0, 4796.0, 4769.0, 4787.0, 4746.0, 4774.0, 4743.0, 4786.0, 4746.0, 4798.0, 4758.0, 4797.0, 4755.0, 4754.0, 4731.0, 4754.0, 4781.0, 4742.0, 4760.0, 4719.0, 4739.0, 4731.0, 4771.0, 4747.0, 4739.0, 4755.0, 4718.0, 4745.0, 4729.0, 4760.0, 4729.0, 4759.0, 4728.0, 4729.0, 4759.0, 4741.0, 4768.0, 4729.0, 4758.0, 4729.0, 4761.0, 4730.0, 4771.0, 4770.0, 4730.0, 4748.0, 4731.0, 4759.0, 4718.0, 4759.0, 4727.0, 4751.0, 4770.0, 4729.0, 4757.0, 4727.0, 4759.0, 4749.0, 4749.0, 4768.0, 4729.0, 4748.0, 4738.0, 4769.0, 4737.0, 4739.0, 4767.0, 4730.0, 4769.0, 4738.0, 4760.0, 4738.0, 4741.0, 4770.0, 4741.0, 4771.0, 4741.0, 4751.0, 4738.0, 4742.0, 4780.0, 4744.0, 4762.0, 4752.0, 4763.0, 4753.0, 4774.0, 4782.0, 4743.0, 4771.0, 4742.0, 4784.0, 4759.0, 4763.0, 4771.0, 4720.0, 4760.0, 4728.0, 4759.0, 4767.0, 4718.0, 4737.0, 4716.0, 4757.0, 4755.0, 4726.0, 4745.0, 4704.0, 4734.0, 4745.0, 4716.0, 4746.0, 4714.0, 4726.0, 4754.0, 4716.0, 4756.0, 4715.0, 4737.0, 4745.0, 4730.0, 4759.0, 4726.0, 4749.0, 4757.0, 4717.0, 4761.0, 4747.0, 4727.0, 4746.0, 4716.0, 4746.0, 4756.0, 4725.0, 4746.0, 4725.0, 4715.0, 4744.0, 4714.0, 4746.0, 4745.0, 4723.0, 4735.0, 4713.0, 4737.0, 4754.0, 4728.0, 4757.0, 4727.0, 4738.0, 4756.0, 4728.0, 4759.0, 4727.0, 4738.0, 4756.0, 4728.0, 4760.0, 4738.0, 4740.0, 4767.0, 4729.0, 4760.0, 4735.0, 4739.0, 4767.0, 4728.0, 4760.0, 4748.0, 4730.0, 4769.0, 4739.0, 4771.0, 4757.0, 4741.0, 4759.0, 4740.0, 4776.0, 4784.0, 4755.0, 4761.0, 4744.0, 4775.0, 4763.0, 4755.0, 4772.0, 4756.0, 4786.0, 4780.0, 4788.0, 4757.0, 4779.0, 4777.0, 4768.0, 4796.0, 4768.0, 4786.0, 4759.0, 4787.0, 4767.0, 4799.0, 4776.0, 4768.0, 4796.0, 4756.0, 4785.0, 4754.0, 4785.0, 4754.0, 4775.0, 4763.0, 4765.0, 4792.0, 4743.0, 4772.0, 4744.0, 4761.0, 4731.0, 4784.0, 4775.0, 4785.0, 4743.0, 4761.0, 4750.0, 4772.0, 4744.0, 4784.0, 4760.0, 4741.0, 4768.0, 4728.0, 4758.0, 4728.0, 4758.0, 4704.0, 4745.0, 4726.0, 4755.0, 4739.0, 4767.0, 4733.0, 4744.0, 4721.0, 4691.0, 4736.0, 4677.0, 4696.0, 4676.0, 4695.0, 4663.0, 4675.0, 4704.0, 4674.0, 4716.0, 4676.0, 4707.0, 4705.0, 4676.0, 4712.0, 4677.0, 4717.0, 4700.0, 4732.0, 4741.0, 4713.0, 4742.0, 4704.0, 4733.0, 4703.0, 4735.0, 4737.0, 4737.0, 4765.0, 4736.0, 4756.0, 4718.0, 4758.0, 4716.0, 4747.0, 4736.0, 4738.0, 4766.0, 4740.0, 4768.0, 4717.0, 4756.0, 4717.0, 4748.0, 4766.0, 4740.0, 4768.0, 4728.0, 4757.0, 4726.0, 4741.0, 4779.0, 4749.0, 4767.0, 4731.0, 4760.0, 4742.0, 4772.0, 4742.0, 4762.0, 4742.0, 4764.0, 4772.0, 4764.0, 4802.0, 4765.0, 4783.0, 4755.0, 4763.0, 4741.0, 4763.0, 4753.0, 4772.0, 4762.0, 4764.0, 4771.0, 4753.0, 4779.0, 4742.0, 4780.0, 4730.0, 4771.0, 4729.0, 4751.0, 4757.0, 4741.0, 4780.0, 4740.0, 4761.0, 4731.0, 4760.0, 4739.0, 4760.0, 4759.0, 4742.0, 4770.0, 4741.0, 4762.0, 4730.0, 4771.0, 4722.0, 4753.0, 4720.0, 4740.0, 4759.0, 4741.0, 4758.0, 4731.0, 4757.0, 4738.0, 4750.0, 4730.0, 4763.0, 4762.0, 4751.0, 4770.0, 4738.0, 4750.0, 4742.0, 4771.0, 4728.0, 4760.0, 4718.0, 4739.0, 4759.0, 4741.0, 4766.0, 4729.0, 4747.0, 4727.0, 4736.0, 4731.0, 4759.0, 4739.0, 4740.0, 4759.0, 4737.0, 4757.0, 4730.0, 4759.0, 4727.0, 4737.0, 4716.0, 4740.0, 4758.0, 4738.0, 4756.0, 4728.0, 4748.0, 4729.0, 4759.0, 4739.0, 4741.0, 4748.0, 4741.0, 4759.0, 4729.0, 4750.0, 4720.0, 4751.0, 4760.0, 4741.0, 4759.0, 4740.0, 4749.0, 4731.0, 4760.0, 4728.0, 4740.0, 4758.0, 4740.0, 4760.0, 4741.0, 4770.0, 4739.0, 4741.0, 4768.0, 4742.0, 4771.0, 4729.0, 4751.0, 4759.0, 4739.0, 4759.0, 4742.0, 4771.0, 4731.0, 4741.0, 4760.0, 4741.0, 4772.0, 4744.0, 4763.0, 4753.0, 4752.0, 4783.0, 4757.0, 4786.0, 4735.0, 4764.0, 4741.0, 4754.0, 4782.0, 4744.0, 4783.0, 4744.0, 4771.0, 4735.0, 4764.0, 4781.0, 4743.0, 4760.0, 4720.0, 4773.0, 4741.0, 4751.0, 4771.0, 4741.0, 4751.0, 4720.0, 4771.0, 4732.0, 4773.0, 4733.0, 4773.0, 4734.0, 4775.0, 4785.0, 4775.0, 4783.0, 4754.0, 4773.0, 4733.0, 4775.0, 4742.0, 4753.0, 4782.0, 4743.0, 4772.0, 4744.0, 4771.0, 4720.0, 4752.0, 4760.0, 4741.0, 4779.0, 4730.0, 4770.0, 4719.0, 4750.0, 4750.0, 4742.0, 4768.0, 4730.0, 4758.0, 4720.0, 4759.0, 4740.0, 4739.0, 4757.0, 4731.0, 4771.0, 4731.0, 4769.0, 4721.0, 4751.0, 4761.0, 4732.0, 4781.0, 4731.0, 4771.0, 4742.0, 4774.0, 4771.0, 4744.0, 4782.0, 4732.0, 4772.0, 4755.0, 4783.0, 4751.0, 4743.0, 4780.0, 4744.0, 4784.0, 4742.0, 4782.0, 4740.0, 4753.0, 4782.0, 4755.0, 4780.0, 4745.0, 4774.0, 4753.0, 4784.0, 4774.0, 4757.0, 4784.0, 4754.0, 4785.0, 4755.0, 4795.0, 4755.0, 4767.0, 4783.0, 4754.0, 4796.0, 4758.0, 4796.0, 4753.0, 4786.0, 4743.0, 4795.0, 4784.0, 4765.0, 4785.0, 4754.0, 4771.0, 4735.0, 4784.0, 4734.0, 4783.0, 4734.0, 4773.0, 4733.0, 4781.0, 4773.0, 4777.0, 4793.0, 4756.0, 4761.0, 4743.0, 4781.0, 4744.0, 4762.0, 4730.0, 4750.0, 4719.0, 4760.0, 4759.0, 4739.0, 4759.0, 4730.0, 4758.0, 4731.0, 4769.0, 4719.0, 4759.0, 4746.0, 4728.0, 4766.0, 4727.0, 4754.0, 4708.0, 4737.0, 4725.0, 4729.0, 4766.0, 4727.0, 4757.0, 4717.0, 4747.0, 4720.0, 4746.0, 4756.0, 4727.0, 4754.0, 4728.0, 4771.0, 4708.0, 4750.0, 4756.0, 4728.0, 4755.0, 4728.0, 4757.0, 4716.0, 4728.0, 4754.0, 4727.0, 4759.0, 4719.0, 4746.0, 4744.0, 4728.0, 4768.0, 4718.0, 4759.0, 4717.0, 4729.0, 4767.0, 4730.0, 4768.0, 4719.0, 4762.0, 4746.0, 4730.0, 4777.0, 4732.0, 4780.0, 4720.0, 4761.0, 4741.0, 4755.0, 4769.0, 4731.0, 4760.0, 4730.0, 4771.0, 4749.0, 4753.0, 4769.0, 4730.0, 4769.0, 4742.0, 4770.0, 4740.0, 4741.0, 4770.0, 4731.0, 4781.0, 4732.0, 4772.0, 4732.0, 4764.0, 4785.0, 4756.0, 4794.0, 4744.0, 4784.0, 4758.0, 4785.0, 4754.0, 4756.0, 4782.0, 4743.0, 4796.0, 4745.0, 4786.0, 4745.0, 4764.0, 4741.0, 4774.0, 4787.0, 4766.0, 4794.0, 4744.0, 4782.0, 4746.0, 4783.0, 4743.0, 4762.0, 4719.0, 4741.0, 4758.0, 4742.0, 4779.0, 4740.0, 4772.0, 4731.0, 4759.0, 4731.0, 4774.0, 4732.0, 4760.0, 4760.0, 4731.0, 4768.0, 4742.0, 4768.0, 4729.0, 4757.0, 4718.0, 4758.0, 4749.0, 4740.0, 4766.0, 4729.0, 4758.0, 4721.0, 4761.0, 4720.0, 4729.0, 4745.0, 4727.0, 4757.0, 4728.0, 4747.0, 4718.0, 4749.0, 4720.0, 4759.0, 4739.0, 4740.0, 4771.0, 4742.0, 4767.0, 4730.0, 4768.0, 4719.0, 4760.0, 4722.0, 4758.0, 4757.0, 4739.0, 4757.0, 4720.0, 4770.0, 4718.0, 4761.0, 4719.0, 4729.0, 4758.0, 4740.0, 4767.0, 4729.0, 4756.0, 4719.0, 4760.0, 4739.0, 4739.0, 4768.0, 4730.0, 4757.0, 4731.0, 4770.0, 4720.0, 4760.0, 4721.0, 4741.0, 4741.0, 4730.0, 4750.0, 4752.0, 4725.0, 4785.0, 4746.0, 4785.0, 4736.0, 4776.0, 4735.0, 4774.0, 4774.0, 4744.0, 4771.0, 4744.0, 4783.0, 4755.0, 4772.0, 4743.0, 4761.0, 4731.0, 4762.0, 4733.0, 4761.0, 4731.0, 4762.0, 4741.0, 4753.0, 4793.0, 4763.0, 4782.0, 4733.0, 4761.0, 4721.0, 4771.0, 4732.0, 4771.0, 4761.0, 4741.0, 4768.0, 4729.0, 4759.0, 4727.0, 4747.0, 4714.0, 4716.0, 4744.0, 4718.0, 4754.0, 4705.0, 4732.0, 4694.0, 4714.0, 4745.0, 4716.0, 4753.0, 4706.0, 4745.0, 4706.0, 4736.0, 4757.0, 4726.0, 4755.0, 4715.0, 4744.0, 4707.0, 4736.0, 4735.0, 4717.0, 4755.0, 4718.0, 4757.0, 4705.0, 4735.0, 4744.0, 4718.0, 4756.0, 4707.0, 4735.0, 4705.0, 4740.0, 4769.0, 4738.0, 4747.0, 4727.0, 4728.0, 4741.0, 4759.0, 4728.0, 4768.0, 4716.0, 4746.0, 4724.0, 4715.0, 4754.0, 4705.0, 4758.0, 4736.0, 4713.0, 4754.0, 4692.0, 4742.0, 4691.0, 4712.0, 4739.0, 4699.0, 4718.0, 4667.0, 4687.0, 4715.0, 4675.0, 4695.0, 4663.0, 4685.0, 4715.0, 4696.0, 4717.0, 4666.0, 4685.0, 4703.0, 4686.0, 4707.0, 4674.0, 4717.0, 4706.0, 4686.0, 4716.0, 4677.0, 4717.0, 4677.0, 4710.0, 4719.0, 4700.0, 4741.0, 4711.0, 4731.0, 4702.0, 4714.0, 4701.0, 4703.0, 4740.0, 4715.0, 4755.0, 4717.0, 4745.0, 4717.0, 4746.0, 4720.0, 4758.0, 4719.0, 4758.0, 4718.0, 4738.0, 4768.0, 4730.0, 4768.0, 4729.0, 4758.0, 4731.0, 4770.0, 4739.0, 4729.0, 4765.0, 4728.0, 4756.0, 4716.0, 4736.0, 4706.0, 4705.0, 4733.0, 4716.0, 4755.0, 4715.0, 4734.0, 4704.0, 4736.0, 4715.0, 4725.0, 4746.0, 4717.0, 4735.0, 4708.0, 4747.0, 4720.0, 4758.0, 4720.0, 4760.0, 4719.0, 4759.0, 4758.0, 4740.0, 4777.0, 4728.0, 4758.0, 4717.0, 4748.0, 4748.0, 4731.0, 4781.0, 4720.0, 4758.0, 4708.0, 4736.0, 4739.0, 4719.0, 4768.0, 4719.0, 4746.0, 4719.0, 4751.0, 4737.0, 4730.0, 4757.0, 4718.0, 4758.0, 4719.0, 4747.0, 4718.0, 4718.0, 4757.0, 4731.0, 4757.0, 4708.0, 4738.0, 4706.0, 4730.0, 4768.0, 4719.0, 4759.0, 4709.0, 4738.0, 4720.0, 4732.0, 4768.0, 4721.0, 4758.0, 4720.0, 4751.0], 'WindowWidth': [10488.0, 10487.0, 10429.0, 10461.0, 10398.0, 10419.0, 10372.0, 10398.0, 10392.0, 10384.0, 10423.0, 10367.0, 10403.0, 10363.0, 10394.0, 10381.0, 10384.0, 10406.0, 10368.0, 10396.0, 10355.0, 10386.0, 10410.0, 10375.0, 10422.0, 10368.0, 10415.0, 10393.0, 10393.0, 10427.0, 10391.0, 10420.0, 10400.0, 10423.0, 10389.0, 10398.0, 10431.0, 10401.0, 10440.0, 10396.0, 10426.0, 10393.0, 10418.0, 10452.0, 10398.0, 10436.0, 10395.0, 10420.0, 10397.0, 10411.0, 10433.0, 10396.0, 10432.0, 10403.0, 10448.0, 10394.0, 10439.0, 10420.0, 10398.0, 10470.0, 10399.0, 10436.0, 10380.0, 10422.0, 10433.0, 10399.0, 10445.0, 10376.0, 10413.0, 10368.0, 10391.0, 10445.0, 10392.0, 10412.0, 10391.0, 10406.0, 10401.0, 10400.0, 10443.0, 10390.0, 10418.0, 10377.0, 10394.0, 10448.0, 10399.0, 10430.0, 10379.0, 10420.0, 10419.0, 10398.0, 10432.0, 10395.0, 10440.0, 10392.0, 10414.0, 10448.0, 10398.0, 10436.0, 10413.0, 10448.0, 10439.0, 10420.0, 10455.0, 10418.0, 10459.0, 10439.0, 10466.0, 10424.0, 10471.0, 10466.0, 10450.0, 10504.0, 10443.0, 10464.0, 10427.0, 10467.0, 10441.0, 10484.0, 10446.0, 10445.0, 10475.0, 10438.0, 10480.0, 10439.0, 10465.0, 10422.0, 10472.0, 10448.0, 10456.0, 10501.0, 10449.0, 10476.0, 10432.0, 10481.0, 10443.0, 10484.0, 10428.0, 10482.0, 10424.0, 10459.0, 10484.0, 10443.0, 10495.0, 10441.0, 10465.0, 10435.0, 10480.0, 10418.0, 10457.0, 10386.0, 10428.0, 10471.0, 10418.0, 10466.0, 10413.0, 10420.0, 10394.0, 10443.0, 10414.0, 10411.0, 10433.0, 10400.0, 10451.0, 10417.0, 10454.0, 10401.0, 10429.0, 10399.0, 10419.0, 10456.0, 10425.0, 10458.0, 10423.0, 10447.0, 10439.0, 10466.0, 10445.0, 10482.0, 10423.0, 10468.0, 10421.0, 10452.0, 10460.0, 10439.0, 10476.0, 10421.0, 10456.0, 10420.0, 10447.0, 10402.0, 10450.0, 10457.0, 10421.0, 10456.0, 10416.0, 10443.0, 10403.0, 10444.0, 10440.0, 10419.0, 10467.0, 10420.0, 10444.0, 10415.0, 10458.0, 10397.0, 10434.0, 10454.0, 10423.0, 10460.0, 10425.0, 10459.0, 10422.0, 10448.0, 10416.0, 10438.0, 10473.0, 10438.0, 10462.0, 10429.0, 10462.0, 10444.0, 10483.0, 10441.0, 10492.0, 10435.0, 10479.0, 10491.0, 10484.0, 10475.0, 10487.0, 10481.0, 10499.0, 10513.0, 10483.0, 10505.0, 10453.0, 10502.0, 10447.0, 10504.0, 10431.0, 10488.0, 10473.0, 10468.0, 10502.0, 10439.0, 10468.0, 10425.0, 10467.0, 10454.0, 10456.0, 10475.0, 10442.0, 10467.0, 10432.0, 10472.0, 10442.0, 10476.0, 10470.0, 10440.0, 10486.0, 10441.0, 10482.0, 10429.0, 10469.0, 10438.0, 10460.0, 10477.0, 10447.0, 10464.0, 10421.0, 10467.0, 10420.0, 10450.0, 10423.0, 10441.0, 10466.0, 10445.0, 10466.0, 10440.0, 10465.0, 10428.0, 10468.0, 10418.0, 10455.0, 10457.0, 10457.0, 10526.0, 10461.0, 10467.0, 10433.0, 10483.0, 10434.0, 10442.0, 10475.0, 10439.0, 10460.0, 10433.0, 10462.0, 10436.0, 10468.0, 10448.0, 10440.0, 10482.0, 10447.0, 10487.0, 10462.0, 10471.0, 10441.0, 10484.0, 10442.0, 10467.0, 10440.0, 10481.0, 10459.0, 10484.0, 10445.0, 10481.0, 10423.0, 10467.0, 10475.0, 10439.0, 10495.0, 10443.0, 10478.0, 10424.0, 10464.0, 10458.0, 10435.0, 10461.0, 10435.0, 10478.0, 10417.0, 10436.0, 10464.0, 10458.0, 10461.0, 10438.0, 10466.0, 10435.0, 10471.0, 10460.0, 10454.0, 10462.0, 10438.0, 10497.0, 10463.0, 10491.0, 10482.0, 10452.0, 10404.0, 10439.0, 10457.0, 10438.0, 10469.0, 10436.0, 10460.0, 10422.0, 10486.0, 10444.0, 10436.0, 10453.0, 10418.0, 10459.0, 10414.0, 10462.0, 10412.0, 10447.0, 10451.0, 10418.0, 10449.0, 10417.0, 10436.0, 10378.0, 10413.0, 10368.0, 10434.0, 10379.0, 10455.0, 10399.0, 10455.0, 10388.0, 10386.0, 10349.0, 10385.0, 10419.0, 10365.0, 10389.0, 10330.0, 10355.0, 10348.0, 10404.0, 10365.0, 10357.0, 10374.0, 10327.0, 10360.0, 10342.0, 10388.0, 10342.0, 10386.0, 10341.0, 10345.0, 10384.0, 10364.0, 10398.0, 10346.0, 10383.0, 10345.0, 10391.0, 10351.0, 10404.0, 10402.0, 10347.0, 10368.0, 10350.0, 10385.0, 10328.0, 10384.0, 10339.0, 10377.0, 10403.0, 10345.0, 10380.0, 10339.0, 10386.0, 10374.0, 10373.0, 10397.0, 10345.0, 10371.0, 10357.0, 10399.0, 10353.0, 10360.0, 10393.0, 10348.0, 10402.0, 10357.0, 10390.0, 10357.0, 10367.0, 10408.0, 10367.0, 10408.0, 10365.0, 10381.0, 10359.0, 10372.0, 10420.0, 10376.0, 10398.0, 10385.0, 10402.0, 10386.0, 10418.0, 10425.0, 10374.0, 10409.0, 10369.0, 10431.0, 10390.0, 10402.0, 10409.0, 10337.0, 10390.0, 10345.0, 10388.0, 10397.0, 10329.0, 10352.0, 10325.0, 10384.0, 10377.0, 10336.0, 10361.0, 10301.0, 10346.0, 10361.0, 10325.0, 10365.0, 10317.0, 10338.0, 10372.0, 10326.0, 10380.0, 10321.0, 10355.0, 10364.0, 10351.0, 10388.0, 10340.0, 10376.0, 10381.0, 10328.0, 10393.0, 10369.0, 10341.0, 10365.0, 10322.0, 10366.0, 10379.0, 10336.0, 10366.0, 10331.0, 10322.0, 10358.0, 10315.0, 10365.0, 10360.0, 10330.0, 10348.0, 10315.0, 10353.0, 10374.0, 10342.0, 10383.0, 10340.0, 10359.0, 10378.0, 10343.0, 10388.0, 10339.0, 10357.0, 10378.0, 10342.0, 10388.0, 10356.0, 10362.0, 10396.0, 10346.0, 10389.0, 10351.0, 10362.0, 10396.0, 10344.0, 10389.0, 10370.0, 10349.0, 10401.0, 10360.0, 10406.0, 10384.0, 10367.0, 10389.0, 10363.0, 10426.0, 10433.0, 10391.0, 10393.0, 10372.0, 10419.0, 10398.0, 10391.0, 10411.0, 10394.0, 10436.0, 10438.0, 10443.0, 10396.0, 10431.0, 10422.0, 10412.0, 10448.0, 10412.0, 10435.0, 10403.0, 10438.0, 10412.0, 10459.0, 10423.0, 10412.0, 10446.0, 10392.0, 10433.0, 10389.0, 10432.0, 10387.0, 10417.0, 10398.0, 10403.0, 10439.0, 10371.0, 10410.0, 10371.0, 10394.0, 10350.0, 10431.0, 10420.0, 10434.0, 10372.0, 10393.0, 10378.0, 10413.0, 10374.0, 10430.0, 10392.0, 10367.0, 10399.0, 10344.0, 10385.0, 10344.0, 10381.0, 10301.0, 10361.0, 10334.0, 10375.0, 10360.0, 10398.0, 10342.0, 10359.0, 10317.0, 10275.0, 10332.0, 10250.0, 10275.0, 10245.0, 10271.0, 10225.0, 10246.0, 10282.0, 10243.0, 10304.0, 10250.0, 10294.0, 10288.0, 10250.0, 10295.0, 10254.0, 10309.0, 10291.0, 10338.0, 10348.0, 10314.0, 10352.0, 10304.0, 10341.0, 10301.0, 10347.0, 10353.0, 10356.0, 10391.0, 10352.0, 10377.0, 10330.0, 10384.0, 10324.0, 10368.0, 10350.0, 10354.0, 10391.0, 10362.0, 10399.0, 10326.0, 10380.0, 10326.0, 10371.0, 10393.0, 10362.0, 10398.0, 10343.0, 10380.0, 10336.0, 10363.0, 10416.0, 10375.0, 10398.0, 10353.0, 10391.0, 10371.0, 10414.0, 10370.0, 10398.0, 10371.0, 10405.0, 10412.0, 10407.0, 10457.0, 10407.0, 10429.0, 10391.0, 10400.0, 10368.0, 10401.0, 10385.0, 10412.0, 10398.0, 10404.0, 10409.0, 10386.0, 10417.0, 10370.0, 10420.0, 10351.0, 10408.0, 10347.0, 10380.0, 10384.0, 10368.0, 10418.0, 10362.0, 10394.0, 10351.0, 10391.0, 10363.0, 10394.0, 10390.0, 10370.0, 10403.0, 10368.0, 10396.0, 10349.0, 10408.0, 10340.0, 10384.0, 10335.0, 10364.0, 10388.0, 10366.0, 10385.0, 10350.0, 10383.0, 10359.0, 10377.0, 10351.0, 10400.0, 10396.0, 10381.0, 10406.0, 10360.0, 10376.0, 10368.0, 10407.0, 10346.0, 10391.0, 10330.0, 10360.0, 10389.0, 10366.0, 10396.0, 10346.0, 10369.0, 10342.0, 10354.0, 10351.0, 10390.0, 10361.0, 10363.0, 10385.0, 10357.0, 10381.0, 10350.0, 10389.0, 10341.0, 10356.0, 10323.0, 10361.0, 10387.0, 10360.0, 10381.0, 10345.0, 10370.0, 10347.0, 10390.0, 10360.0, 10365.0, 10372.0, 10366.0, 10388.0, 10347.0, 10377.0, 10334.0, 10379.0, 10392.0, 10366.0, 10388.0, 10362.0, 10373.0, 10352.0, 10394.0, 10347.0, 10366.0, 10387.0, 10364.0, 10390.0, 10369.0, 10406.0, 10361.0, 10366.0, 10399.0, 10368.0, 10409.0, 10348.0, 10381.0, 10389.0, 10362.0, 10392.0, 10373.0, 10409.0, 10353.0, 10371.0, 10392.0, 10368.0, 10413.0, 10376.0, 10400.0, 10385.0, 10386.0, 10429.0, 10401.0, 10436.0, 10364.0, 10404.0, 10370.0, 10392.0, 10429.0, 10377.0, 10430.0, 10375.0, 10410.0, 10364.0, 10404.0, 10423.0, 10371.0, 10392.0, 10337.0, 10413.0, 10367.0, 10380.0, 10407.0, 10365.0, 10376.0, 10336.0, 10409.0, 10355.0, 10413.0, 10360.0, 10414.0, 10363.0, 10420.0, 10435.0, 10422.0, 10431.0, 10391.0, 10414.0, 10359.0, 10420.0, 10373.0, 10386.0, 10427.0, 10371.0, 10408.0, 10373.0, 10408.0, 10336.0, 10383.0, 10389.0, 10366.0, 10418.0, 10349.0, 10404.0, 10333.0, 10376.0, 10379.0, 10371.0, 10401.0, 10350.0, 10386.0, 10336.0, 10389.0, 10361.0, 10361.0, 10384.0, 10353.0, 10408.0, 10355.0, 10403.0, 10337.0, 10381.0, 10394.0, 10359.0, 10421.0, 10354.0, 10409.0, 10372.0, 10419.0, 10410.0, 10374.0, 10423.0, 10356.0, 10413.0, 10392.0, 10428.0, 10383.0, 10374.0, 10420.0, 10377.0, 10431.0, 10371.0, 10426.0, 10365.0, 10387.0, 10429.0, 10392.0, 10423.0, 10379.0, 10418.0, 10390.0, 10434.0, 10419.0, 10400.0, 10432.0, 10392.0, 10436.0, 10395.0, 10450.0, 10393.0, 10414.0, 10431.0, 10395.0, 10452.0, 10402.0, 10452.0, 10391.0, 10438.0, 10379.0, 10452.0, 10434.0, 10408.0, 10435.0, 10390.0, 10410.0, 10365.0, 10432.0, 10361.0, 10428.0, 10362.0, 10413.0, 10361.0, 10425.0, 10413.0, 10428.0, 10445.0, 10396.0, 10397.0, 10372.0, 10424.0, 10376.0, 10399.0, 10353.0, 10376.0, 10334.0, 10393.0, 10388.0, 10363.0, 10389.0, 10350.0, 10385.0, 10356.0, 10406.0, 10333.0, 10389.0, 10366.0, 10344.0, 10396.0, 10344.0, 10377.0, 10315.0, 10356.0, 10336.0, 10348.0, 10395.0, 10341.0, 10383.0, 10327.0, 10369.0, 10339.0, 10370.0, 10380.0, 10342.0, 10374.0, 10346.0, 10406.0, 10316.0, 10377.0, 10381.0, 10343.0, 10379.0, 10347.0, 10384.0, 10324.0, 10343.0, 10374.0, 10341.0, 10387.0, 10331.0, 10368.0, 10362.0, 10343.0, 10400.0, 10333.0, 10387.0, 10328.0, 10348.0, 10398.0, 10351.0, 10401.0, 10334.0, 10398.0, 10369.0, 10353.0, 10414.0, 10356.0, 10421.0, 10338.0, 10395.0, 10369.0, 10392.0, 10404.0, 10354.0, 10392.0, 10353.0, 10411.0, 10376.0, 10388.0, 10404.0, 10353.0, 10406.0, 10372.0, 10408.0, 10365.0, 10369.0, 10407.0, 10359.0, 10424.0, 10359.0, 10414.0, 10357.0, 10407.0, 10438.0, 10397.0, 10446.0, 10381.0, 10433.0, 10402.0, 10437.0, 10393.0, 10399.0, 10428.0, 10379.0, 10453.0, 10381.0, 10438.0, 10380.0, 10405.0, 10371.0, 10421.0, 10442.0, 10413.0, 10447.0, 10379.0, 10429.0, 10382.0, 10431.0, 10371.0, 10399.0, 10337.0, 10367.0, 10387.0, 10372.0, 10418.0, 10366.0, 10410.0, 10354.0, 10391.0, 10356.0, 10418.0, 10356.0, 10392.0, 10390.0, 10354.0, 10401.0, 10370.0, 10403.0, 10348.0, 10385.0, 10333.0, 10390.0, 10379.0, 10365.0, 10398.0, 10347.0, 10386.0, 10340.0, 10394.0, 10337.0, 10348.0, 10364.0, 10343.0, 10381.0, 10345.0, 10369.0, 10333.0, 10377.0, 10339.0, 10390.0, 10361.0, 10366.0, 10410.0, 10372.0, 10401.0, 10352.0, 10401.0, 10336.0, 10391.0, 10343.0, 10389.0, 10383.0, 10362.0, 10385.0, 10337.0, 10405.0, 10331.0, 10397.0, 10336.0, 10349.0, 10387.0, 10366.0, 10396.0, 10348.0, 10382.0, 10335.0, 10393.0, 10364.0, 10363.0, 10400.0, 10350.0, 10385.0, 10356.0, 10407.0, 10338.0, 10394.0, 10340.0, 10370.0, 10366.0, 10351.0, 10379.0, 10385.0, 10353.0, 10436.0, 10385.0, 10437.0, 10371.0, 10423.0, 10370.0, 10420.0, 10419.0, 10378.0, 10409.0, 10379.0, 10431.0, 10392.0, 10415.0, 10377.0, 10397.0, 10357.0, 10400.0, 10363.0, 10398.0, 10356.0, 10401.0, 10369.0, 10392.0, 10447.0, 10404.0, 10426.0, 10361.0, 10396.0, 10342.0, 10409.0, 10359.0, 10409.0, 10394.0, 10368.0, 10401.0, 10347.0, 10392.0, 10339.0, 10368.0, 10319.0, 10323.0, 10361.0, 10330.0, 10375.0, 10307.0, 10343.0, 10290.0, 10319.0, 10363.0, 10326.0, 10372.0, 10311.0, 10363.0, 10312.0, 10354.0, 10384.0, 10339.0, 10380.0, 10324.0, 10361.0, 10315.0, 10354.0, 10349.0, 10329.0, 10378.0, 10331.0, 10382.0, 10309.0, 10350.0, 10361.0, 10331.0, 10379.0, 10316.0, 10349.0, 10308.0, 10366.0, 10408.0, 10361.0, 10372.0, 10343.0, 10347.0, 10371.0, 10389.0, 10346.0, 10399.0, 10325.0, 10366.0, 10332.0, 10323.0, 10372.0, 10311.0, 10385.0, 10352.0, 10318.0, 10373.0, 10287.0, 10356.0, 10283.0, 10313.0, 10345.0, 10289.0, 10313.0, 10240.0, 10268.0, 10302.0, 10248.0, 10276.0, 10229.0, 10261.0, 10304.0, 10280.0, 10308.0, 10236.0, 10263.0, 10285.0, 10264.0, 10292.0, 10246.0, 10309.0, 10293.0, 10268.0, 10306.0, 10256.0, 10309.0, 10256.0, 10305.0, 10316.0, 10294.0, 10349.0, 10311.0, 10339.0, 10299.0, 10318.0, 10296.0, 10300.0, 10348.0, 10323.0, 10378.0, 10327.0, 10366.0, 10331.0, 10367.0, 10337.0, 10389.0, 10334.0, 10388.0, 10333.0, 10361.0, 10402.0, 10351.0, 10403.0, 10348.0, 10387.0, 10355.0, 10406.0, 10359.0, 10347.0, 10393.0, 10344.0, 10382.0, 10325.0, 10353.0, 10309.0, 10309.0, 10344.0, 10327.0, 10376.0, 10320.0, 10345.0, 10305.0, 10352.0, 10325.0, 10338.0, 10367.0, 10330.0, 10350.0, 10318.0, 10370.0, 10338.0, 10388.0, 10338.0, 10390.0, 10337.0, 10392.0, 10386.0, 10366.0, 10414.0, 10344.0, 10387.0, 10329.0, 10373.0, 10371.0, 10356.0, 10426.0, 10338.0, 10386.0, 10317.0, 10355.0, 10364.0, 10335.0, 10401.0, 10332.0, 10366.0, 10337.0, 10381.0, 10358.0, 10351.0, 10383.0, 10331.0, 10384.0, 10336.0, 10371.0, 10329.0, 10332.0, 10385.0, 10355.0, 10385.0, 10318.0, 10359.0, 10312.0, 10352.0, 10403.0, 10334.0, 10386.0, 10320.0, 10360.0, 10337.0, 10357.0, 10401.0, 10340.0, 10385.0, 10338.0, 10379.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.0008348842257597684</td></tr>
<tr><td colspan=3>aqi</td><td>0.039192439942112876</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.29973445956544</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1789256473135397</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9604738401955119</td></tr>
<tr><td colspan=3>efc</td><td>0.4808</td></tr>
<tr><td colspan=3>fber</td><td>6062.3457</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09282788864788503</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.3285094066570187</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.537192393310061</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.490999667882667</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7581034796962345</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3624740323512814</td></tr>
<tr><td colspan=3>gcor</td><td>0.0172311</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0076637486927211285</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02277446910738945</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1382</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.826964297690338</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>23.524</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.7961</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.7973</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298235.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>992.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.6778</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2082</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>640.272</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3926.7378</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1083.6196</td></tr>
<tr><td colspan=3>tsnr</td><td>31.433924927841872</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>