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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0013_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0013_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0013_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0013_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0013_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0013_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0013_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0013_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0013_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-04/func/sub-0013_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>05d55f362e40d700a493583cb930b860</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>09:37:55.510000</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.996657, -0.0794035, 0.0192398, 0.0735397, 0.974464, 0.212162]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_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.0756125</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>9</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7311, 524, -132, -303, 58, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3df3e06e-d0f1-4bdc-a72c-9d070ed16697||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.673957586288452, 0.1973016858100891, 0.09610601514577866, 99.26786041259766], [0.21303372085094452, 2.614414691925049, 0.567101001739502, -119.24713897705078], [0.05161888152360916, -0.5692139863967896, 2.6380221843719482, -54.45292282104492], [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, 1234]</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], 'AcquisitionTime': ['093755.510000', '093755.970000', '093756.430000', '093756.890000', '093757.350000', '093757.810000', '093758.270000', '093758.730000', '093759.190000', '093759.650000', '093800.110000', '093800.570000', '093801.030000', '093801.490000', '093801.950000', '093802.410000', '093802.870000', '093803.330000', '093803.790000', '093804.250000', '093804.710000', '093805.170000', '093805.630000', '093806.090000', '093806.550000', '093807.010000', '093807.470000', '093807.930000', '093808.390000', '093808.850000', '093809.310000', '093809.770000', '093810.230000', '093810.690000', '093811.150000', '093811.610000', '093812.070000', '093812.530000', '093812.990000', '093813.450000', '093813.910000', '093814.370000', '093814.830000', '093815.290000', '093815.750000', '093816.210000', '093816.670000', '093817.130000', '093817.590000', '093818.050000', '093818.510000', '093818.970000', '093819.430000', '093819.890000', '093820.350000', '093820.810000', '093821.270000', '093821.730000', '093822.190000', '093822.650000', '093823.110000', '093823.570000', '093824.030000', '093824.490000', '093824.950000', '093825.410000', '093825.870000', '093826.330000', '093826.790000', '093827.250000', '093827.710000', '093828.170000', '093828.630000', '093829.090000', '093829.550000', '093830.010000', '093830.470000', '093830.930000', '093831.390000', '093831.850000', '093832.310000', '093832.770000', '093833.230000', '093833.690000', '093834.150000', '093834.610000', '093835.070000', '093835.530000', '093835.990000', '093836.450000', '093836.910000', '093837.370000', '093837.830000', '093838.290000', '093838.750000', '093839.210000', '093839.670000', '093840.130000', '093840.590000', '093841.050000', '093841.510000', '093841.970000', '093842.430000', '093842.890000', '093843.350000', '093843.810000', '093844.270000', '093844.730000', '093845.190000', '093845.650000', '093846.110000', '093846.570000', '093847.030000', '093847.490000', '093847.950000', '093848.410000', '093848.870000', '093849.330000', '093849.790000', '093850.250000', '093850.710000', '093851.170000', '093851.630000', '093852.090000', '093852.550000', '093853.010000', '093853.470000', '093853.930000', '093854.390000', '093854.850000', '093855.310000', '093855.770000', '093856.230000', '093856.690000', '093857.150000', '093857.610000', '093858.070000', '093858.530000', '093858.990000', '093859.450000', '093859.910000', '093900.370000', '093900.830000', '093901.290000', '093901.750000', '093902.210000', '093902.670000', '093903.130000', '093903.590000', '093904.050000', '093904.510000', '093904.970000', '093905.430000', '093905.890000', '093906.350000', '093906.810000', '093907.270000', '093907.730000', '093908.190000', '093908.650000', '093909.110000', '093909.570000', '093910.030000', '093910.490000', '093910.950000', '093911.410000', '093911.870000', '093912.330000', '093912.790000', '093913.250000', '093913.710000', '093914.170000', '093914.630000', '093915.090000', '093915.550000', '093916.010000', '093916.470000', '093916.930000', '093917.390000', '093917.850000', '093918.310000', '093918.770000', '093919.230000', '093919.690000', '093920.150000', '093920.610000', '093921.070000', '093921.530000', '093921.990000', '093922.450000', '093922.910000', '093923.370000', '093923.830000', '093924.290000', '093924.750000', '093925.210000', '093925.670000', '093926.130000', '093926.590000', '093927.050000', '093927.510000', '093927.970000', '093928.430000', '093928.890000', '093929.350000', '093929.810000', '093930.270000', '093930.730000', '093931.190000', '093931.650000', '093932.110000', '093932.570000', '093933.030000', '093933.490000', '093933.950000', '093934.410000', '093934.870000', '093935.330000', '093935.790000', '093936.250000', '093936.710000', '093937.170000', '093937.630000', '093938.090000', '093938.550000', '093939.010000', '093939.470000', '093939.930000', '093940.390000', '093940.850000', '093941.310000', '093941.770000', '093942.230000', '093942.690000', '093943.150000', '093943.610000', '093944.070000', '093944.530000', '093944.990000', '093945.450000', '093945.910000', '093946.370000', '093946.830000', '093947.290000', '093947.750000', '093948.210000', '093948.670000', '093949.130000', '093949.590000', '093950.050000', '093950.510000', '093950.970000', '093951.430000', '093951.890000', '093952.350000', '093952.810000', '093953.270000', '093953.730000', '093954.190000', '093954.650000', '093955.110000', '093955.570000', '093956.030000', '093956.490000', '093956.950000', '093957.410000', '093957.870000', '093958.330000', '093958.790000', '093959.250000', '093959.710000', '094000.170000', '094000.630000', '094001.090000', '094001.550000', '094002.010000', '094002.470000', '094002.930000', '094003.390000', '094003.850000', '094004.310000', '094004.770000', '094005.230000', '094005.690000', '094006.150000', '094006.610000', '094007.070000', '094007.530000', '094007.990000', '094008.450000', '094008.910000', '094009.370000', '094009.830000', '094010.290000', '094010.750000', '094011.210000', '094011.670000', '094012.130000', '094012.590000', '094013.050000', '094013.510000', '094013.970000', '094014.430000', '094014.890000', '094015.350000', '094015.810000', '094016.270000', '094016.730000', '094017.190000', '094017.650000', '094018.110000', '094018.570000', '094019.030000', '094019.490000', '094019.950000', '094020.410000', '094020.870000', '094021.330000', '094021.790000', '094022.250000', '094022.710000', '094023.170000', '094023.630000', '094024.090000', '094024.550000', '094025.010000', '094025.470000', '094025.930000', '094026.390000', '094026.850000', '094027.310000', '094027.770000', '094028.230000', '094028.690000', '094029.150000', '094029.610000', '094030.070000', '094030.530000', '094030.990000', '094031.450000', '094031.910000', '094032.370000', '094032.830000', '094033.290000', '094033.750000', '094034.210000', '094034.670000', '094035.130000', '094035.590000', '094036.050000', '094036.510000', '094036.970000', '094037.430000', '094037.890000', '094038.350000', '094038.810000', '094039.270000', '094039.730000', '094040.190000', '094040.650000', '094041.110000', '094041.570000', '094042.030000', '094042.490000', '094042.950000', '094043.410000', '094043.870000', '094044.330000', '094044.790000', '094045.250000', '094045.710000', '094046.170000', '094046.630000', '094047.090000', '094047.550000', '094048.010000', '094048.470000', '094048.930000', '094049.390000', '094049.850000', '094050.310000', '094050.770000', '094051.230000', '094051.690000', '094052.150000', '094052.610000', '094053.070000', '094053.530000', '094053.990000', '094054.450000', '094054.910000', '094055.370000', '094055.830000', '094056.290000', '094056.750000', '094057.210000', '094057.670000', '094058.130000', '094058.590000', '094059.050000', '094059.510000', '094059.970000', '094100.430000', '094100.890000', '094101.350000', '094101.810000', '094102.270000', '094102.730000', '094103.190000', '094103.650000', '094104.110000', '094104.570000', '094105.030000', '094105.490000', '094105.950000', '094106.410000', '094106.870000', '094107.330000', '094107.790000', '094108.250000', '094108.710000', '094109.170000', '094109.630000', '094110.090000', '094110.550000', '094111.010000', '094111.470000', '094111.930000', '094112.390000', '094112.850000', '094113.310000', '094113.770000', '094114.230000', '094114.690000', '094115.150000', '094115.610000', '094116.070000', '094116.530000', '094116.990000', '094117.450000', '094117.910000', '094118.370000', '094118.830000', '094119.290000', '094119.750000', '094120.210000', '094120.670000', '094121.130000', '094121.590000', '094122.050000', '094122.510000', '094122.970000', '094123.430000', '094123.890000', '094124.350000', '094124.810000', '094125.270000', '094125.730000', '094126.190000', '094126.650000', '094127.110000', '094127.570000', '094128.030000', '094128.490000', '094128.950000', '094129.410000', '094129.870000', '094130.330000', '094130.790000', '094131.250000', '094131.710000', '094132.170000', '094132.630000', '094133.090000', '094133.550000', '094134.010000', '094134.470000', '094134.930000', '094135.390000', '094135.850000', '094136.310000', '094136.770000', '094137.230000', '094137.690000', '094138.150000', '094138.610000', '094139.070000', '094139.530000', '094139.990000', '094140.450000', '094140.910000', '094141.370000', '094141.830000', '094142.290000', '094142.750000', '094143.210000', '094143.670000', '094144.130000', '094144.590000', '094145.050000', '094145.510000', '094145.970000', '094146.430000', '094146.890000', '094147.350000', '094147.810000', '094148.270000', '094148.730000', '094149.190000', '094149.650000', '094150.110000', '094150.570000', '094151.030000', '094151.490000', '094151.950000', '094152.410000', '094152.870000', '094153.330000', '094153.790000', '094154.250000', '094154.710000', '094155.170000', '094155.630000', '094156.090000', '094156.550000', '094157.010000', '094157.470000', '094157.930000', '094158.390000', '094158.850000', '094159.310000', '094159.770000', '094200.230000', '094200.690000', '094201.150000', '094201.610000', '094202.070000', '094202.530000', '094202.990000', '094203.450000', '094203.910000', '094204.370000', '094204.830000', '094205.290000', '094205.750000', '094206.210000', '094206.670000', '094207.130000', '094207.590000', '094208.050000', '094208.510000', '094208.970000', '094209.430000', '094209.890000', '094210.350000', '094210.810000', '094211.270000', '094211.730000', '094212.190000', '094212.650000', '094213.110000', '094213.570000', '094214.030000', '094214.490000', '094214.950000', '094215.410000', '094215.870000', '094216.330000', '094216.790000', '094217.250000', '094217.710000', '094218.170000', '094218.630000', '094219.090000', '094219.550000', '094220.010000', '094220.470000', '094220.930000', '094221.390000', '094221.850000', '094222.310000', '094222.770000', '094223.230000', '094223.690000', '094224.150000', '094224.610000', '094225.070000', '094225.530000', '094225.990000', '094226.450000', '094226.910000', '094227.370000', '094227.830000', '094228.290000', '094228.750000', '094229.210000', '094229.670000', '094230.130000', '094230.590000', '094231.050000', '094231.510000', '094231.970000', '094232.430000', '094232.890000', '094233.350000', '094233.810000', '094234.270000', '094234.730000', '094235.190000', '094235.650000', '094236.110000', '094236.570000', '094237.030000', '094237.490000', '094237.950000', '094238.410000', '094238.870000', '094239.330000', '094239.790000', '094240.250000', '094240.710000', '094241.170000', '094241.630000', '094242.090000', '094242.550000', '094243.010000', '094243.470000', '094243.930000', '094244.390000', '094244.850000', '094245.310000', '094245.770000', '094246.230000', '094246.690000', '094247.150000', '094247.610000', '094248.070000', '094248.530000', '094248.990000', '094249.450000', '094249.910000', '094250.370000', '094250.830000', '094251.290000', '094251.750000', '094252.210000', '094252.670000', '094253.130000', '094253.590000', '094254.050000', '094254.510000', '094254.970000', '094255.430000', '094255.890000', '094256.350000', '094256.810000', '094257.270000', '094257.730000', '094258.190000', '094258.650000', '094259.110000', '094259.570000', '094300.030000', '094300.490000', '094300.950000', '094301.410000', '094301.870000', '094302.330000', '094302.790000', '094303.250000', '094303.710000', '094304.170000', '094304.630000', '094305.090000', '094305.550000', '094306.010000', '094306.470000', '094306.930000', '094307.390000', '094307.850000', '094308.310000', '094308.770000', '094309.230000', '094309.690000', '094310.150000', '094310.610000', '094311.070000', '094311.530000', '094311.990000', '094312.450000', '094312.910000', '094313.370000', '094313.830000', '094314.290000', '094314.750000', '094315.210000', '094315.670000', '094316.130000', '094316.590000', '094317.050000', '094317.510000', '094317.970000', '094318.430000', '094318.890000', '094319.350000', '094319.810000', '094320.270000', '094320.730000', '094321.190000', '094321.650000', '094322.110000', '094322.570000', '094323.030000', '094323.490000', '094323.950000', '094324.410000', '094324.870000', '094325.330000', '094325.790000', '094326.250000', '094326.710000', '094327.170000', '094327.630000', '094328.090000', '094328.550000', '094329.010000', '094329.470000', '094329.930000', '094330.390000', '094330.850000', '094331.310000', '094331.770000', '094332.230000', '094332.690000', '094333.150000', '094333.610000', '094334.070000', '094334.530000', '094334.990000', '094335.450000', '094335.910000', '094336.370000', '094336.830000', '094337.290000', '094337.750000', '094338.210000', '094338.670000', '094339.130000', '094339.590000', '094340.050000', '094340.510000', '094340.970000', '094341.430000', '094341.890000', '094342.350000', '094342.810000', '094343.270000', '094343.730000', '094344.190000', '094344.650000', '094345.110000', '094345.570000', '094346.030000', '094346.490000', '094346.950000', '094347.410000', '094347.870000', '094348.330000', '094348.790000', '094349.250000', '094349.710000', '094350.170000', '094350.630000', '094351.090000', '094351.550000', '094352.010000', '094352.470000', '094352.930000', '094353.390000', '094353.850000', '094354.310000', '094354.770000', '094355.230000', '094355.690000', '094356.150000', '094356.610000', '094357.070000', '094357.530000', '094357.990000', '094358.450000', '094358.910000', '094359.370000', '094359.830000', '094400.290000', '094400.750000', '094401.210000', '094401.670000', '094402.130000', '094402.590000', '094403.050000', '094403.510000', '094403.970000', '094404.430000', '094404.890000', '094405.350000', '094405.810000', '094406.270000', '094406.730000', '094407.190000', '094407.650000', '094408.110000', '094408.570000', '094409.030000', '094409.490000', '094409.950000', '094410.410000', '094410.870000', '094411.330000', '094411.790000', '094412.250000', '094412.710000', '094413.170000', '094413.630000', '094414.090000', '094414.550000', '094415.010000', '094415.470000', '094415.930000', '094416.390000', '094416.850000', '094417.310000', '094417.770000', '094418.230000', '094418.690000', '094419.150000', '094419.610000', '094420.070000', '094420.530000', '094420.990000', '094421.450000', '094421.910000', '094422.370000', '094422.830000', '094423.290000', '094423.750000', '094424.210000', '094424.670000', '094425.130000', '094425.590000', '094426.050000', '094426.510000', '094426.970000', '094427.430000', '094427.890000', '094428.350000', '094428.810000', '094429.270000', '094429.730000', '094430.190000', '094430.650000', '094431.110000', '094431.570000', '094432.030000', '094432.490000', '094432.950000', '094433.410000', '094433.870000', '094434.330000', '094434.790000', '094435.250000', '094435.710000', '094436.170000', '094436.630000', '094437.090000', '094437.550000', '094438.010000', '094438.470000', '094438.930000', '094439.390000', '094439.850000', '094440.310000', '094440.770000', '094441.230000', '094441.690000', '094442.150000', '094442.610000', '094443.070000', '094443.530000', '094443.990000', '094444.450000', '094444.910000', '094445.370000', '094445.830000', '094446.290000', '094446.750000', '094447.210000', '094447.670000', '094448.130000', '094448.590000', '094449.050000', '094449.510000', '094449.970000', '094450.430000', '094450.890000', '094451.350000', '094451.810000', '094452.270000', '094452.730000', '094453.190000', '094453.650000', '094454.110000', '094454.570000', '094455.030000', '094455.490000', '094455.950000', '094456.410000', '094456.870000', '094457.330000', '094457.790000', '094458.250000', '094458.710000', '094459.170000', '094459.630000', '094500.090000', '094500.550000', '094501.010000', '094501.470000', '094501.930000', '094502.390000', '094502.850000', '094503.310000', '094503.770000', '094504.230000', '094504.690000', '094505.150000', '094505.610000', '094506.070000', '094506.530000', '094506.990000', '094507.450000', '094507.910000', '094508.370000', '094508.830000', '094509.290000', '094509.750000', '094510.210000', '094510.670000', '094511.130000', '094511.590000', '094512.050000', '094512.510000', '094512.970000', '094513.430000', '094513.890000', '094514.350000', '094514.810000', '094515.270000', '094515.730000', '094516.190000', '094516.650000', '094517.110000', '094517.570000', '094518.030000', '094518.490000', '094518.950000', '094519.410000', '094519.870000', '094520.330000', '094520.790000', '094521.250000', '094521.710000', '094522.170000', '094522.630000', '094523.090000', '094523.550000', '094524.010000', '094524.470000', '094524.930000', '094525.390000', '094525.850000', '094526.310000', '094526.770000', '094527.230000', '094527.690000', '094528.150000', '094528.610000', '094529.070000', '094529.530000', '094529.990000', '094530.450000', '094530.910000', '094531.370000', '094531.830000', '094532.290000', '094532.750000', '094533.210000', '094533.670000', '094534.130000', '094534.590000', '094535.050000', '094535.510000', '094535.970000', '094536.430000', '094536.890000', '094537.350000', '094537.810000', '094538.270000', '094538.730000', '094539.190000', '094539.650000', '094540.110000', '094540.570000', '094541.030000', '094541.490000', '094541.950000', '094542.410000', '094542.870000', '094543.330000', '094543.790000', '094544.250000', '094544.710000', '094545.170000', '094545.630000', '094546.090000', '094546.550000', '094547.010000', '094547.470000', '094547.930000', '094548.390000', '094548.850000', '094549.310000', '094549.770000', '094550.230000', '094550.690000', '094551.150000', '094551.610000', '094552.070000', '094552.530000', '094552.990000', '094553.450000', '094553.910000', '094554.370000', '094554.830000', '094555.290000', '094555.750000', '094556.210000', '094556.670000', '094557.130000', '094557.590000', '094558.050000', '094558.510000', '094558.970000', '094559.430000', '094559.890000', '094600.350000', '094600.810000', '094601.270000', '094601.730000', '094602.190000', '094602.650000', '094603.110000', '094603.570000', '094604.030000', '094604.490000', '094604.950000', '094605.410000', '094605.870000', '094606.330000', '094606.790000', '094607.250000', '094607.710000', '094608.170000', '094608.630000', '094609.090000', '094609.550000', '094610.010000', '094610.470000', '094610.930000', '094611.390000', '094611.850000', '094612.310000', '094612.770000', '094613.230000', '094613.690000', '094614.150000', '094614.610000', '094615.070000', '094615.530000', '094615.990000', '094616.450000', '094616.910000', '094617.370000', '094617.830000', '094618.290000', '094618.750000', '094619.210000', '094619.670000', '094620.130000', '094620.590000', '094621.050000', '094621.510000', '094621.970000', '094622.430000', '094622.890000', '094623.350000', '094623.810000', '094624.270000', '094624.730000', '094625.190000', '094625.650000', '094626.110000', '094626.570000', '094627.030000', '094627.490000', '094627.950000', '094628.410000', '094628.870000', '094629.330000', '094629.790000', '094630.250000', '094630.710000', '094631.170000', '094631.630000', '094632.090000', '094632.550000', '094633.010000', '094633.470000', '094633.930000', '094634.390000', '094634.850000', '094635.310000', '094635.770000', '094636.230000', '094636.690000', '094637.150000', '094637.610000', '094638.070000', '094638.530000', '094638.990000', '094639.450000', '094639.910000', '094640.370000', '094640.830000', '094641.290000', '094641.750000', '094642.210000', '094642.670000', '094643.130000', '094643.590000', '094644.050000', '094644.510000', '094644.970000', '094645.430000', '094645.890000', '094646.350000', '094646.810000', '094647.270000', '094647.730000', '094648.190000', '094648.650000', '094649.110000', '094649.570000', '094650.030000', '094650.490000', '094650.950000', '094651.410000', '094651.870000', '094652.330000', '094652.790000', '094653.250000', '094653.710000', '094654.170000', '094654.630000', '094655.090000', '094655.550000', '094656.010000', '094656.470000', '094656.930000', '094657.390000', '094657.850000', '094658.310000', '094658.770000', '094659.230000', '094659.690000', '094700.150000', '094700.610000', '094701.070000', '094701.530000', '094701.990000', '094702.450000', '094702.910000', '094703.370000', '094703.830000', '094704.290000', '094704.750000', '094705.210000', '094705.670000', '094706.130000', '094706.590000', '094707.050000', '094707.510000', '094707.970000', '094708.430000', '094708.890000', '094709.350000', '094709.810000', '094710.270000', '094710.730000', '094711.190000', '094711.650000', '094712.110000', '094712.570000', '094713.030000', '094713.490000', '094713.950000', '094714.410000', '094714.870000', '094715.330000', '094715.790000', '094716.250000', '094716.710000', '094717.170000', '094717.630000', '094718.090000', '094718.550000', '094719.010000', '094719.470000', '094719.930000', '094720.390000', '094720.850000', '094721.310000', '094721.770000', '094722.230000', '094722.690000'], 'ContentTime': ['093814.163000', '093814.166000', '093814.169000', '093814.172000', '093814.175000', '093814.177000', '093814.180000', '093814.183000', '093814.186000', '093814.189000', '093814.191000', '093814.194000', '093814.197000', '093814.200000', '093814.203000', '093814.210000', '093814.213000', '093814.216000', '093814.220000', '093814.223000', '093814.226000', '093814.228000', '093814.231000', '093814.234000', '093814.237000', '093814.240000', '093814.242000', '093814.245000', '093814.248000', '093814.251000', '093814.253000', '093814.256000', '093814.259000', '093814.262000', '093814.264000', '093814.267000', '093814.270000', '093814.273000', '093834.131000', '093834.134000', '093834.136000', '093834.140000', '093834.142000', '093834.145000', '093834.148000', '093834.151000', '093834.154000', '093834.156000', '093834.159000', '093834.162000', '093834.165000', '093834.168000', '093834.170000', '093834.173000', '093834.176000', '093834.179000', '093834.182000', '093834.184000', '093834.187000', '093834.190000', '093834.194000', '093834.197000', '093834.200000', '093834.203000', '093834.206000', '093834.208000', '093834.211000', '093834.214000', '093834.217000', '093834.219000', '093834.222000', '093834.225000', '093834.228000', '093834.231000', '093834.233000', '093834.236000', '093834.239000', '093834.242000', '093834.245000', '093834.247000', '093834.250000', '093854.131000', '093854.134000', '093854.136000', '093854.139000', '093854.142000', '093854.151000', '093854.154000', '093854.157000', '093854.160000', '093854.163000', '093854.165000', '093854.168000', '093854.171000', '093854.174000', '093854.177000', '093854.179000', '093854.182000', '093854.185000', '093854.188000', '093854.191000', '093854.194000', '093854.196000', '093854.199000', '093854.202000', '093854.205000', '093854.208000', '093854.210000', '093854.213000', '093854.216000', '093854.219000', '093854.221000', '093854.240000', '093854.243000', '093854.245000', '093854.248000', '093854.251000', '093854.254000', '093854.256000', '093854.259000', '093854.262000', '093854.265000', '093854.268000', '093854.270000', '093854.273000', '093914.130000', '093914.134000', '093914.137000', '093914.140000', '093914.143000', '093914.146000', '093914.148000', '093914.151000', '093914.154000', '093914.157000', '093914.160000', '093914.163000', '093914.165000', '093914.168000', '093914.171000', '093914.174000', '093914.177000', '093914.180000', '093914.183000', '093914.185000', '093914.188000', '093914.191000', '093914.194000', '093914.197000', '093914.200000', '093914.203000', '093914.206000', '093914.209000', '093914.212000', '093914.215000', '093914.218000', '093914.221000', '093914.224000', '093914.226000', '093914.229000', '093914.232000', '093914.235000', '093914.238000', '093914.240000', '093914.243000', '093914.246000', '093914.249000', '093914.252000', '093934.130000', '093934.133000', '093934.136000', '093934.139000', '093934.141000', '093934.144000', '093934.147000', '093934.150000', '093934.153000', '093934.155000', '093934.158000', '093934.162000', '093934.164000', '093934.167000', '093934.170000', '093934.173000', '093934.176000', '093934.178000', '093934.181000', '093934.184000', '093934.187000', '093934.190000', '093934.192000', '093934.195000', '093934.198000', '093934.201000', '093934.204000', '093934.207000', '093934.209000', '093934.212000', '093934.215000', '093934.218000', '093934.221000', '093934.223000', '093934.226000', '093934.229000', '093934.232000', '093934.235000', '093934.237000', '093934.240000', '093934.243000', '093934.246000', '093934.249000', '093934.252000', '093954.130000', '093954.133000', '093954.136000', '093954.139000', '093954.141000', '093954.148000', '093954.151000', '093954.154000', '093954.156000', '093954.159000', '093954.162000', '093954.165000', '093954.168000', '093954.171000', '093954.174000', '093954.176000', '093954.179000', '093954.182000', '093954.185000', '093954.188000', '093954.190000', '093954.193000', '093954.196000', '093954.199000', '093954.202000', '093954.205000', '093954.207000', '093954.210000', '093954.213000', '093954.217000', '093954.219000', '093954.222000', '093954.225000', '093954.228000', '093954.231000', '093954.233000', '093954.236000', '093954.239000', '093954.242000', '093954.245000', '093954.247000', '093954.250000', '093954.253000', '094014.131000', '094014.134000', '094014.137000', '094014.140000', '094014.142000', '094014.145000', '094014.148000', '094014.151000', '094014.154000', '094014.156000', '094014.181000', '094014.184000', '094014.187000', '094014.190000', '094014.193000', '094014.195000', '094014.198000', '094014.201000', '094014.204000', '094014.207000', '094014.209000', '094014.212000', '094014.215000', '094014.218000', '094014.221000', '094014.223000', '094014.226000', '094014.229000', '094014.232000', '094014.235000', '094014.238000', '094014.240000', '094014.243000', '094014.246000', '094014.249000', '094014.252000', '094014.254000', '094014.257000', '094014.260000', '094014.263000', '094014.266000', '094014.268000', '094014.271000', '094014.274000', '094034.131000', '094034.134000', '094034.137000', '094034.140000', '094034.143000', '094034.145000', '094034.148000', '094034.151000', '094034.154000', '094034.157000', '094034.160000', '094034.162000', '094034.165000', '094034.168000', '094034.172000', '094034.175000', '094034.178000', '094034.181000', '094034.184000', '094034.186000', '094034.189000', '094034.192000', '094034.195000', '094034.198000', '094034.201000', '094034.204000', '094034.206000', '094034.209000', '094034.212000', '094034.215000', '094034.218000', '094034.220000', '094034.223000', '094034.226000', '094034.229000', '094034.235000', '094034.242000', '094034.245000', '094034.247000', '094034.250000', '094034.265000', '094034.267000', '094034.270000', '094054.131000', '094054.134000', '094054.137000', '094054.140000', '094054.142000', '094054.145000', '094054.148000', '094054.151000', '094054.154000', '094054.157000', '094054.196000', '094054.199000', '094054.202000', '094054.205000', '094054.208000', '094054.211000', '094054.213000', '094054.216000', '094054.219000', '094054.222000', '094054.225000', '094054.228000', '094054.230000', '094054.233000', '094054.236000', '094054.239000', '094054.241000', '094054.244000', '094054.247000', '094054.250000', '094054.253000', '094054.256000', '094054.258000', '094054.261000', '094054.264000', '094054.267000', '094054.270000', '094054.273000', '094054.275000', '094054.278000', '094054.281000', '094054.284000', '094054.287000', '094054.289000', '094114.131000', '094114.134000', '094114.137000', '094114.140000', '094114.142000', '094114.145000', '094114.148000', '094114.151000', '094114.154000', '094114.157000', '094114.220000', '094114.223000', '094114.226000', '094114.229000', '094114.232000', '094114.257000', '094114.260000', '094114.263000', '094114.266000', '094114.269000', '094114.272000', '094114.275000', '094114.277000', '094114.280000', '094114.283000', '094114.286000', '094114.289000', '094114.292000', '094114.294000', '094114.297000', '094114.300000', '094114.303000', '094114.306000', '094114.309000', '094114.311000', '094114.320000', '094114.323000', '094114.326000', '094114.329000', '094114.331000', '094114.334000', '094114.337000', '094114.340000', '094134.130000', '094134.133000', '094134.136000', '094134.138000', '094134.141000', '094134.144000', '094134.147000', '094134.150000', '094134.153000', '094134.155000', '094134.158000', '094134.194000', '094134.197000', '094134.200000', '094134.203000', '094134.206000', '094134.209000', '094134.211000', '094134.214000', '094134.217000', '094134.220000', '094134.222000', '094134.225000', '094134.228000', '094134.231000', '094134.234000', '094134.237000', '094134.239000', '094134.242000', '094134.245000', '094134.248000', '094134.251000', '094134.254000', '094134.256000', '094134.259000', '094134.262000', '094134.265000', '094134.268000', '094134.271000', '094134.273000', '094134.276000', '094134.279000', '094134.282000', '094134.285000', '094154.130000', '094154.133000', '094154.136000', '094154.139000', '094154.141000', '094154.144000', '094154.147000', '094154.150000', '094154.153000', '094154.156000', '094154.207000', '094154.210000', '094154.213000', '094154.216000', '094154.219000', '094154.222000', '094154.225000', '094154.228000', '094154.238000', '094154.240000', '094154.243000', '094154.246000', '094154.249000', '094154.252000', '094154.255000', '094154.257000', '094154.260000', '094154.263000', '094154.266000', '094154.270000', '094154.274000', '094154.277000', '094154.280000', '094154.282000', '094154.285000', '094154.288000', '094154.291000', '094154.294000', '094154.297000', '094154.299000', '094154.302000', '094154.305000', '094154.308000', '094214.130000', '094214.133000', '094214.135000', '094214.138000', '094214.141000', '094214.144000', '094214.147000', '094214.150000', '094214.153000', '094214.155000', '094214.204000', '094214.212000', '094214.215000', '094214.218000', '094214.221000', '094214.223000', '094214.226000', '094214.229000', '094214.232000', '094214.235000', '094214.238000', '094214.240000', '094214.254000', '094214.257000', '094214.260000', '094214.263000', '094214.266000', '094214.269000', '094214.271000', '094214.274000', '094214.277000', '094214.280000', '094214.283000', '094214.285000', '094214.288000', '094214.291000', '094214.294000', '094214.297000', '094214.300000', '094214.302000', '094214.305000', '094214.308000', '094214.311000', '094214.314000', '094234.131000', '094234.134000', '094234.137000', '094234.140000', '094234.143000', '094234.145000', '094234.148000', '094234.151000', '094234.154000', '094234.157000', '094234.207000', '094234.210000', '094234.213000', '094234.216000', '094234.219000', '094234.221000', '094234.224000', '094234.227000', '094234.230000', '094234.233000', '094234.235000', '094234.238000', '094234.241000', '094234.244000', '094234.247000', '094234.250000', '094234.253000', '094234.255000', '094234.258000', '094234.261000', '094234.264000', '094234.266000', '094234.269000', '094234.272000', '094234.275000', '094234.278000', '094234.281000', '094234.284000', '094234.286000', '094234.289000', '094234.292000', '094234.295000', '094234.299000', '094254.131000', '094254.134000', '094254.144000', '094254.147000', '094254.150000', '094254.152000', '094254.155000', '094254.158000', '094254.203000', '094254.206000', '094254.209000', '094254.212000', '094254.215000', '094254.217000', '094254.220000', '094254.223000', '094254.226000', '094254.229000', '094254.232000', '094254.234000', '094254.237000', '094254.240000', '094254.243000', '094254.246000', '094254.248000', '094254.251000', '094254.254000', '094254.257000', '094254.260000', '094254.263000', '094254.266000', '094254.268000', '094254.271000', '094254.274000', '094254.277000', '094254.280000', '094254.283000', '094254.285000', '094254.288000', '094254.291000', '094254.294000', '094254.297000', '094254.299000', '094254.302000', '094314.131000', '094314.134000', '094314.137000', '094314.139000', '094314.142000', '094314.145000', '094314.148000', '094314.151000', '094314.154000', '094314.157000', '094314.218000', '094314.220000', '094314.223000', '094314.226000', '094314.229000', '094314.232000', '094314.235000', '094314.237000', '094314.240000', '094314.243000', '094314.246000', '094314.250000', '094314.253000', '094314.256000', '094314.259000', '094314.261000', '094314.264000', '094314.267000', '094314.270000', '094314.273000', '094314.276000', '094314.278000', '094314.281000', '094314.284000', '094314.287000', '094314.290000', '094314.293000', '094314.296000', '094314.298000', '094314.301000', '094314.304000', '094314.307000', '094314.310000', '094334.130000', '094334.133000', '094334.136000', '094334.139000', '094334.142000', '094334.145000', '094334.147000', '094334.150000', '094334.153000', '094334.156000', '094334.201000', '094334.204000', '094334.207000', '094334.210000', '094334.212000', '094334.215000', '094334.218000', '094334.221000', '094334.224000', '094334.227000', '094334.235000', '094334.238000', '094334.241000', '094334.243000', '094334.246000', '094334.249000', '094334.252000', '094334.255000', '094334.258000', '094334.261000', '094334.264000', '094334.266000', '094334.269000', '094334.280000', '094334.283000', '094334.286000', '094334.289000', '094334.297000', '094334.300000', '094334.302000', '094334.305000', '094334.308000', '094334.311000', '094334.314000', '094354.130000', '094354.133000', '094354.136000', '094354.139000', '094354.142000', '094354.144000', '094354.147000', '094354.150000', '094354.153000', '094354.156000', '094354.212000', '094354.215000', '094354.218000', '094354.220000', '094354.223000', '094354.226000', '094354.229000', '094354.232000', '094354.235000', '094354.238000', '094354.240000', '094354.243000', '094354.246000', '094354.249000', '094354.252000', '094354.255000', '094354.258000', '094354.260000', '094354.263000', '094354.266000', '094354.269000', '094354.272000', '094354.275000', '094354.278000', '094354.280000', '094354.283000', '094354.286000', '094354.289000', '094354.292000', '094354.295000', '094354.298000', '094354.300000', '094354.303000', '094414.130000', '094414.133000', '094414.136000', '094414.138000', '094414.142000', '094414.144000', '094414.147000', '094414.150000', '094414.153000', '094414.156000', '094414.200000', '094414.203000', '094414.206000', '094414.209000', '094414.212000', '094414.215000', '094414.219000', '094414.222000', '094414.224000', '094414.227000', '094414.230000', '094414.233000', '094414.236000', '094414.239000', '094414.242000', '094414.245000', '094414.247000', '094414.250000', '094414.253000', '094414.256000', '094414.259000', '094414.261000', '094414.264000', '094414.267000', '094414.270000', '094414.273000', '094414.276000', '094414.278000', '094414.281000', '094414.284000', '094414.287000', '094414.290000', '094414.292000', '094414.295000', '094434.130000', '094434.133000', '094434.136000', '094434.139000', '094434.141000', '094434.144000', '094434.147000', '094434.150000', '094434.153000', '094434.156000', '094434.231000', '094434.234000', '094434.237000', '094434.240000', '094434.243000', '094434.246000', '094434.248000', '094434.251000', '094434.254000', '094434.257000', '094434.260000', '094434.262000', '094434.266000', '094434.268000', '094434.271000', '094434.278000', '094434.281000', '094434.285000', '094434.289000', '094434.292000', '094434.295000', '094434.298000', '094434.300000', '094434.303000', '094434.306000', '094434.309000', '094434.312000', '094434.315000', '094434.318000', '094434.320000', '094434.323000', '094434.326000', '094434.329000', '094454.132000', '094454.136000', '094454.139000', '094454.141000', '094454.144000', '094454.147000', '094454.150000', '094454.153000', '094454.156000', '094454.158000', '094454.161000', '094454.164000', '094454.167000', '094454.170000', '094454.173000', '094454.176000', '094454.178000', '094454.181000', '094454.184000', '094454.198000', '094454.200000', '094454.203000', '094454.206000', '094454.209000', '094454.212000', '094454.215000', '094454.217000', '094454.220000', '094454.223000', '094454.226000', '094454.229000', '094454.232000', '094454.235000', '094454.237000', '094454.240000', '094454.243000', '094454.246000', '094454.249000', '094454.251000', '094454.254000', '094454.257000', '094454.260000', '094454.263000', '094514.131000', '094514.134000', '094514.137000', '094514.140000', '094514.143000', '094514.146000', '094514.149000', '094514.151000', '094514.154000', '094514.157000', '094514.160000', '094514.163000', '094514.166000', '094514.168000', '094514.171000', '094514.174000', '094514.192000', '094514.195000', '094514.198000', '094514.201000', '094514.204000', '094514.206000', '094514.209000', '094514.212000', '094514.215000', '094514.218000', '094514.221000', '094514.223000', '094514.226000', '094514.229000', '094514.232000', '094514.235000', '094514.238000', '094514.240000', '094514.243000', '094514.246000', '094514.249000', '094514.252000', '094514.255000', '094514.257000', '094514.260000', '094514.263000', '094514.266000', '094514.269000', '094534.131000', '094534.134000', '094534.137000', '094534.140000', '094534.143000', '094534.146000', '094534.149000', '094534.152000', '094534.155000', '094534.158000', '094534.203000', '094534.206000', '094534.208000', '094534.211000', '094534.214000', '094534.217000', '094534.220000', '094534.222000', '094534.225000', '094534.228000', '094534.231000', '094534.234000', '094534.236000', '094534.239000', '094534.242000', '094534.245000', '094534.255000', '094534.258000', '094534.261000', '094534.264000', '094534.267000', '094534.269000', '094534.272000', '094534.275000', '094534.278000', '094534.281000', '094534.284000', '094534.286000', '094534.289000', '094534.292000', '094534.295000', '094534.298000', '094534.301000', '094554.130000', '094554.133000', '094554.136000', '094554.139000', '094554.142000', '094554.145000', '094554.147000', '094554.150000', '094554.153000', '094554.156000', '094554.159000', '094554.194000', '094554.197000', '094554.200000', '094554.203000', '094554.206000', '094554.208000', '094554.211000', '094554.214000', '094554.217000', '094554.220000', '094554.223000', '094554.226000', '094554.228000', '094554.231000', '094554.234000', '094554.237000', '094554.240000', '094554.243000', '094554.246000', '094554.248000', '094554.251000', '094554.254000', '094554.257000', '094554.260000', '094554.262000', '094554.265000', '094554.268000', '094554.271000', '094554.274000', '094554.277000', '094554.280000', '094554.282000', '094554.285000', '094614.130000', '094614.133000', '094614.136000', '094614.139000', '094614.142000', '094614.145000', '094614.148000', '094614.150000', '094614.153000', '094614.156000', '094614.159000', '094614.162000', '094614.165000', '094614.167000', '094614.170000', '094614.173000', '094614.176000', '094614.179000', '094614.182000', '094614.184000', '094614.187000', '094614.190000', '094614.193000', '094614.197000', '094614.202000', '094614.210000', '094614.213000', '094614.216000', '094614.219000', '094614.222000', '094614.224000', '094614.227000', '094614.230000', '094614.233000', '094614.236000', '094614.238000', '094614.241000', '094614.244000', '094614.247000', '094614.250000', '094614.262000', '094614.266000', '094614.268000', '094634.130000', '094634.133000', '094634.136000', '094634.139000', '094634.142000', '094634.144000', '094634.147000', '094634.150000', '094634.153000', '094634.156000', '094634.233000', '094634.236000', '094634.239000', '094634.242000', '094634.245000', '094634.248000', '094634.251000', '094634.253000', '094634.256000', '094634.259000', '094634.262000', '094634.265000', '094634.268000', '094634.270000', '094634.273000', '094634.276000', '094634.279000', '094634.282000', '094634.285000', '094634.288000', '094634.290000', '094634.293000', '094634.296000', '094634.299000', '094634.302000', '094634.305000', '094634.308000', '094634.310000', '094634.313000', '094634.316000', '094634.319000', '094634.322000', '094634.325000', '094634.327000', '094654.130000', '094654.133000', '094654.136000', '094654.139000', '094654.141000', '094654.144000', '094654.147000', '094654.150000', '094654.152000', '094654.155000', '094654.211000', '094654.214000', '094654.216000', '094654.219000', '094654.222000', '094654.225000', '094654.228000', '094654.231000', '094654.234000', '094654.237000', '094654.239000', '094654.242000', '094654.245000', '094654.248000', '094654.251000', '094654.254000', '094654.256000', '094654.259000', '094654.262000', '094654.265000', '094654.268000', '094654.270000', '094654.273000', '094654.276000', '094654.279000', '094654.282000', '094654.285000', '094654.288000', '094654.291000', '094654.293000', '094654.296000', '094654.299000', '094654.302000', '094714.131000', '094714.134000', '094714.137000', '094714.140000', '094714.142000', '094714.145000', '094714.148000', '094714.151000', '094714.154000', '094714.156000', '094714.234000', '094714.236000', '094714.239000', '094714.242000', '094714.245000', '094714.254000', '094714.257000', '094714.260000', '094714.263000', '094714.266000', '094714.269000', '094714.271000', '094714.274000', '094714.277000', '094714.280000', '094714.283000', '094714.286000', '094714.288000', '094714.291000', '094714.294000', '094714.297000', '094714.300000', '094714.302000', '094714.311000', '094714.314000', '094714.317000', '094714.320000', '094714.323000', '094714.325000', '094714.328000', '094714.331000', '094714.334000', '094714.337000', '094714.339000', '094724.145000', '094724.148000', '094724.151000', '094724.154000', '094724.157000', '094724.160000', '094724.163000', '094724.166000', '094724.169000', '094724.172000', '094724.174000', '094724.177000', '094724.180000', '094724.183000', '094724.186000', '094724.189000', '094724.192000', '094724.194000', '094724.197000', '094724.200000', '094724.203000', '094724.206000'], 'InstanceCreationTime': ['093814.163000', '093814.166000', '093814.169000', '093814.172000', '093814.175000', '093814.177000', '093814.180000', '093814.183000', '093814.186000', '093814.189000', '093814.191000', '093814.194000', '093814.197000', '093814.200000', '093814.203000', '093814.210000', '093814.213000', '093814.216000', '093814.220000', '093814.223000', '093814.226000', '093814.228000', '093814.231000', '093814.234000', '093814.237000', '093814.240000', '093814.242000', '093814.245000', '093814.248000', '093814.251000', '093814.253000', '093814.256000', '093814.259000', '093814.262000', '093814.264000', '093814.267000', '093814.270000', '093814.273000', '093834.131000', '093834.134000', '093834.136000', '093834.140000', '093834.142000', '093834.145000', '093834.148000', '093834.151000', '093834.154000', '093834.156000', '093834.159000', '093834.162000', '093834.165000', '093834.168000', '093834.170000', '093834.173000', '093834.176000', '093834.179000', '093834.182000', '093834.184000', '093834.187000', '093834.190000', '093834.194000', '093834.197000', '093834.200000', '093834.203000', '093834.206000', '093834.208000', '093834.211000', '093834.214000', '093834.217000', '093834.219000', '093834.222000', '093834.225000', '093834.228000', '093834.231000', '093834.233000', '093834.236000', '093834.239000', '093834.242000', '093834.245000', '093834.247000', '093834.250000', '093854.131000', '093854.134000', '093854.136000', '093854.139000', '093854.142000', '093854.151000', '093854.154000', '093854.157000', '093854.160000', '093854.163000', '093854.165000', '093854.168000', '093854.171000', '093854.174000', '093854.177000', '093854.179000', '093854.182000', '093854.185000', '093854.188000', '093854.191000', '093854.194000', '093854.196000', '093854.199000', '093854.202000', '093854.205000', '093854.208000', '093854.210000', '093854.213000', '093854.216000', '093854.219000', '093854.221000', '093854.240000', '093854.243000', '093854.245000', '093854.248000', '093854.251000', '093854.254000', '093854.256000', '093854.259000', '093854.262000', '093854.265000', '093854.268000', '093854.270000', '093854.273000', '093914.130000', '093914.134000', '093914.137000', '093914.140000', '093914.143000', '093914.146000', '093914.148000', '093914.151000', '093914.154000', '093914.157000', '093914.160000', '093914.163000', '093914.165000', '093914.168000', '093914.171000', '093914.174000', '093914.177000', '093914.180000', '093914.183000', '093914.185000', '093914.188000', '093914.191000', '093914.194000', '093914.197000', '093914.200000', '093914.203000', '093914.206000', '093914.209000', '093914.212000', '093914.215000', '093914.218000', '093914.221000', '093914.224000', '093914.226000', '093914.229000', '093914.232000', '093914.235000', '093914.238000', '093914.240000', '093914.243000', '093914.246000', '093914.249000', '093914.252000', '093934.130000', '093934.133000', '093934.136000', '093934.139000', '093934.141000', '093934.144000', '093934.147000', '093934.150000', '093934.153000', '093934.155000', '093934.158000', '093934.162000', '093934.164000', '093934.167000', '093934.170000', '093934.173000', '093934.176000', '093934.178000', '093934.181000', '093934.184000', '093934.187000', '093934.190000', '093934.192000', '093934.195000', '093934.198000', '093934.201000', '093934.204000', '093934.207000', '093934.209000', '093934.212000', '093934.215000', '093934.218000', '093934.221000', '093934.223000', '093934.226000', '093934.229000', '093934.232000', '093934.235000', '093934.237000', '093934.240000', '093934.243000', '093934.246000', '093934.249000', '093934.252000', '093954.130000', '093954.133000', '093954.136000', '093954.139000', '093954.141000', '093954.148000', '093954.151000', '093954.154000', '093954.156000', '093954.159000', '093954.162000', '093954.165000', '093954.168000', '093954.171000', '093954.174000', '093954.176000', '093954.179000', '093954.182000', '093954.185000', '093954.188000', '093954.190000', '093954.193000', '093954.196000', '093954.199000', '093954.202000', '093954.205000', '093954.207000', '093954.210000', '093954.213000', '093954.217000', '093954.219000', '093954.222000', '093954.225000', '093954.228000', '093954.231000', '093954.233000', '093954.236000', '093954.239000', '093954.242000', '093954.245000', '093954.247000', '093954.250000', '093954.253000', '094014.131000', '094014.134000', '094014.137000', '094014.140000', '094014.142000', '094014.145000', '094014.148000', '094014.151000', '094014.154000', '094014.156000', '094014.181000', '094014.184000', '094014.187000', '094014.190000', '094014.193000', '094014.195000', '094014.198000', '094014.201000', '094014.204000', '094014.207000', '094014.209000', '094014.212000', '094014.215000', '094014.218000', '094014.221000', '094014.223000', '094014.226000', '094014.229000', '094014.232000', '094014.235000', '094014.238000', '094014.240000', '094014.243000', '094014.246000', '094014.249000', '094014.252000', '094014.254000', '094014.257000', '094014.260000', '094014.263000', '094014.266000', '094014.268000', '094014.271000', '094014.274000', '094034.131000', '094034.134000', '094034.137000', '094034.140000', '094034.143000', '094034.145000', '094034.148000', '094034.151000', '094034.154000', '094034.157000', '094034.160000', '094034.162000', '094034.165000', '094034.168000', '094034.172000', '094034.175000', '094034.178000', '094034.181000', '094034.184000', '094034.186000', '094034.189000', '094034.192000', '094034.195000', '094034.198000', '094034.201000', '094034.204000', '094034.206000', '094034.209000', '094034.212000', '094034.215000', '094034.218000', '094034.220000', '094034.223000', '094034.226000', '094034.229000', '094034.235000', '094034.242000', '094034.245000', '094034.247000', '094034.250000', '094034.265000', '094034.267000', '094034.270000', '094054.131000', '094054.134000', '094054.137000', '094054.140000', '094054.142000', '094054.145000', '094054.148000', '094054.151000', '094054.154000', '094054.157000', '094054.196000', '094054.199000', '094054.202000', '094054.205000', '094054.208000', '094054.211000', '094054.213000', '094054.216000', '094054.219000', '094054.222000', '094054.225000', '094054.228000', '094054.230000', '094054.233000', '094054.236000', '094054.239000', '094054.241000', '094054.244000', '094054.247000', '094054.250000', '094054.253000', '094054.256000', '094054.258000', '094054.261000', '094054.264000', '094054.267000', '094054.270000', '094054.273000', '094054.275000', '094054.278000', '094054.281000', '094054.284000', '094054.287000', '094054.289000', '094114.131000', '094114.134000', '094114.137000', '094114.140000', '094114.142000', '094114.145000', '094114.148000', '094114.151000', '094114.154000', '094114.157000', '094114.220000', '094114.223000', '094114.226000', '094114.229000', '094114.232000', '094114.257000', '094114.260000', '094114.263000', '094114.266000', '094114.269000', '094114.272000', '094114.275000', '094114.277000', '094114.280000', '094114.283000', '094114.286000', '094114.289000', '094114.292000', '094114.294000', '094114.297000', '094114.300000', '094114.303000', '094114.306000', '094114.309000', '094114.311000', '094114.320000', '094114.323000', '094114.326000', '094114.329000', '094114.331000', '094114.334000', '094114.337000', '094114.340000', '094134.130000', '094134.133000', '094134.136000', '094134.138000', '094134.141000', '094134.144000', '094134.147000', '094134.150000', '094134.153000', '094134.155000', '094134.158000', '094134.194000', '094134.197000', '094134.200000', '094134.203000', '094134.206000', '094134.209000', '094134.211000', '094134.214000', '094134.217000', '094134.220000', '094134.222000', '094134.225000', '094134.228000', '094134.231000', '094134.234000', '094134.237000', '094134.239000', '094134.242000', '094134.245000', '094134.248000', '094134.251000', '094134.254000', '094134.256000', '094134.259000', '094134.262000', '094134.265000', '094134.268000', '094134.271000', '094134.273000', '094134.276000', '094134.279000', '094134.282000', '094134.285000', '094154.130000', '094154.133000', '094154.136000', '094154.139000', '094154.141000', '094154.144000', '094154.147000', '094154.150000', '094154.153000', '094154.156000', '094154.207000', '094154.210000', '094154.213000', '094154.216000', '094154.219000', '094154.222000', '094154.225000', '094154.228000', '094154.238000', '094154.240000', '094154.243000', '094154.246000', '094154.249000', '094154.252000', '094154.255000', '094154.257000', '094154.260000', '094154.263000', '094154.266000', '094154.270000', '094154.274000', '094154.277000', '094154.280000', '094154.282000', '094154.285000', '094154.288000', '094154.291000', '094154.294000', '094154.297000', '094154.299000', '094154.302000', '094154.305000', '094154.308000', '094214.130000', '094214.133000', '094214.135000', '094214.138000', '094214.141000', '094214.144000', '094214.147000', '094214.150000', '094214.153000', '094214.155000', '094214.204000', '094214.212000', '094214.215000', '094214.218000', '094214.221000', '094214.223000', '094214.226000', '094214.229000', '094214.232000', '094214.235000', '094214.238000', '094214.240000', '094214.254000', '094214.257000', '094214.260000', '094214.263000', '094214.266000', '094214.269000', '094214.271000', '094214.274000', '094214.277000', '094214.280000', '094214.283000', '094214.285000', '094214.288000', '094214.291000', '094214.294000', '094214.297000', '094214.300000', '094214.302000', '094214.305000', '094214.308000', '094214.311000', '094214.314000', '094234.131000', '094234.134000', '094234.137000', '094234.140000', '094234.143000', '094234.145000', '094234.148000', '094234.151000', '094234.154000', '094234.157000', '094234.207000', '094234.210000', '094234.213000', '094234.216000', '094234.219000', '094234.221000', '094234.224000', '094234.227000', '094234.230000', '094234.233000', '094234.235000', '094234.238000', '094234.241000', '094234.244000', '094234.247000', '094234.250000', '094234.253000', '094234.255000', '094234.258000', '094234.261000', '094234.264000', '094234.266000', '094234.269000', '094234.272000', '094234.275000', '094234.278000', '094234.281000', '094234.284000', '094234.286000', '094234.289000', '094234.292000', '094234.295000', '094234.299000', '094254.131000', '094254.134000', '094254.144000', '094254.147000', '094254.150000', '094254.152000', '094254.155000', '094254.158000', '094254.203000', '094254.206000', '094254.209000', '094254.212000', '094254.215000', '094254.217000', '094254.220000', '094254.223000', '094254.226000', '094254.229000', '094254.232000', '094254.234000', '094254.237000', '094254.240000', '094254.243000', '094254.246000', '094254.248000', '094254.251000', '094254.254000', '094254.257000', '094254.260000', '094254.263000', '094254.266000', '094254.268000', '094254.271000', '094254.274000', '094254.277000', '094254.280000', '094254.283000', '094254.285000', '094254.288000', '094254.291000', '094254.294000', '094254.297000', '094254.299000', '094254.302000', '094314.131000', '094314.134000', '094314.137000', '094314.139000', '094314.142000', '094314.145000', '094314.148000', '094314.151000', '094314.154000', '094314.157000', '094314.218000', '094314.220000', '094314.223000', '094314.226000', '094314.229000', '094314.232000', '094314.235000', '094314.237000', '094314.240000', '094314.243000', '094314.246000', '094314.250000', '094314.253000', '094314.256000', '094314.259000', '094314.261000', '094314.264000', '094314.267000', '094314.270000', '094314.273000', '094314.276000', '094314.278000', '094314.281000', '094314.284000', '094314.287000', '094314.290000', '094314.293000', '094314.296000', '094314.298000', '094314.301000', '094314.304000', '094314.307000', '094314.310000', '094334.130000', '094334.133000', '094334.136000', '094334.139000', '094334.142000', '094334.145000', '094334.147000', '094334.150000', '094334.153000', '094334.156000', '094334.201000', '094334.204000', '094334.207000', '094334.210000', '094334.212000', '094334.215000', '094334.218000', '094334.221000', '094334.224000', '094334.227000', '094334.235000', '094334.238000', '094334.241000', '094334.243000', '094334.246000', '094334.249000', '094334.252000', '094334.255000', '094334.258000', '094334.261000', '094334.264000', '094334.266000', '094334.269000', '094334.280000', '094334.283000', '094334.286000', '094334.289000', '094334.297000', '094334.300000', '094334.302000', '094334.305000', '094334.308000', '094334.311000', '094334.314000', '094354.130000', '094354.133000', '094354.136000', '094354.139000', '094354.142000', '094354.144000', '094354.147000', '094354.150000', '094354.153000', '094354.156000', '094354.212000', '094354.215000', '094354.218000', '094354.220000', '094354.223000', '094354.226000', '094354.229000', '094354.232000', '094354.235000', '094354.238000', '094354.240000', '094354.243000', '094354.246000', '094354.249000', '094354.252000', '094354.255000', '094354.258000', '094354.260000', '094354.263000', '094354.266000', '094354.269000', '094354.272000', '094354.275000', '094354.278000', '094354.280000', '094354.283000', '094354.286000', '094354.289000', '094354.292000', '094354.295000', '094354.298000', '094354.300000', '094354.303000', '094414.130000', '094414.133000', '094414.136000', '094414.138000', '094414.142000', '094414.144000', '094414.147000', '094414.150000', '094414.153000', '094414.156000', '094414.200000', '094414.203000', '094414.206000', '094414.209000', '094414.212000', '094414.215000', '094414.219000', '094414.222000', '094414.224000', '094414.227000', '094414.230000', '094414.233000', '094414.236000', '094414.239000', '094414.242000', '094414.245000', '094414.247000', '094414.250000', '094414.253000', '094414.256000', '094414.259000', '094414.261000', '094414.264000', '094414.267000', '094414.270000', '094414.273000', '094414.276000', '094414.278000', '094414.281000', '094414.284000', '094414.287000', '094414.290000', '094414.292000', '094414.295000', '094434.130000', '094434.133000', '094434.136000', '094434.139000', '094434.141000', '094434.144000', '094434.147000', '094434.150000', '094434.153000', '094434.156000', '094434.231000', '094434.234000', '094434.237000', '094434.240000', '094434.243000', '094434.246000', '094434.248000', '094434.251000', '094434.254000', '094434.257000', '094434.260000', '094434.262000', '094434.266000', '094434.268000', '094434.271000', '094434.278000', '094434.281000', '094434.285000', '094434.289000', '094434.292000', '094434.295000', '094434.298000', '094434.300000', '094434.303000', '094434.306000', '094434.309000', '094434.312000', '094434.315000', '094434.318000', '094434.320000', '094434.323000', '094434.326000', '094434.329000', '094454.132000', '094454.136000', '094454.139000', '094454.141000', '094454.144000', '094454.147000', '094454.150000', '094454.153000', '094454.156000', '094454.158000', '094454.161000', '094454.164000', '094454.167000', '094454.170000', '094454.173000', '094454.176000', '094454.178000', '094454.181000', '094454.184000', '094454.198000', '094454.200000', '094454.203000', '094454.206000', '094454.209000', '094454.212000', '094454.215000', '094454.217000', '094454.220000', '094454.223000', '094454.226000', '094454.229000', '094454.232000', '094454.235000', '094454.237000', '094454.240000', '094454.243000', '094454.246000', '094454.249000', '094454.251000', '094454.254000', '094454.257000', '094454.260000', '094454.263000', '094514.131000', '094514.134000', '094514.137000', '094514.140000', '094514.143000', '094514.146000', '094514.149000', '094514.151000', '094514.154000', '094514.157000', '094514.160000', '094514.163000', '094514.166000', '094514.168000', '094514.171000', '094514.174000', '094514.192000', '094514.195000', '094514.198000', '094514.201000', '094514.204000', '094514.206000', '094514.209000', '094514.212000', '094514.215000', '094514.218000', '094514.221000', '094514.223000', '094514.226000', '094514.229000', '094514.232000', '094514.235000', '094514.238000', '094514.240000', '094514.243000', '094514.246000', '094514.249000', '094514.252000', '094514.255000', '094514.257000', '094514.260000', '094514.263000', '094514.266000', '094514.269000', '094534.131000', '094534.134000', '094534.137000', '094534.140000', '094534.143000', '094534.146000', '094534.149000', '094534.152000', '094534.155000', '094534.158000', '094534.203000', '094534.206000', '094534.208000', '094534.211000', '094534.214000', '094534.217000', '094534.220000', '094534.222000', '094534.225000', '094534.228000', '094534.231000', '094534.234000', '094534.236000', '094534.239000', '094534.242000', '094534.245000', '094534.255000', '094534.258000', '094534.261000', '094534.264000', '094534.267000', '094534.269000', '094534.272000', '094534.275000', '094534.278000', '094534.281000', '094534.284000', '094534.286000', '094534.289000', '094534.292000', '094534.295000', '094534.298000', '094534.301000', '094554.130000', '094554.133000', '094554.136000', '094554.139000', '094554.142000', '094554.145000', '094554.147000', '094554.150000', '094554.153000', '094554.156000', '094554.159000', '094554.194000', '094554.197000', '094554.200000', '094554.203000', '094554.206000', '094554.208000', '094554.211000', '094554.214000', '094554.217000', '094554.220000', '094554.223000', '094554.226000', '094554.228000', '094554.231000', '094554.234000', '094554.237000', '094554.240000', '094554.243000', '094554.246000', '094554.248000', '094554.251000', '094554.254000', '094554.257000', '094554.260000', '094554.262000', '094554.265000', '094554.268000', '094554.271000', '094554.274000', '094554.277000', '094554.280000', '094554.282000', '094554.285000', '094614.130000', '094614.133000', '094614.136000', '094614.139000', '094614.142000', '094614.145000', '094614.148000', '094614.150000', '094614.153000', '094614.156000', '094614.159000', '094614.162000', '094614.165000', '094614.167000', '094614.170000', '094614.173000', '094614.176000', '094614.179000', '094614.182000', '094614.184000', '094614.187000', '094614.190000', '094614.193000', '094614.197000', '094614.202000', '094614.210000', '094614.213000', '094614.216000', '094614.219000', '094614.222000', '094614.224000', '094614.227000', '094614.230000', '094614.233000', '094614.236000', '094614.238000', '094614.241000', '094614.244000', '094614.247000', '094614.250000', '094614.262000', '094614.266000', '094614.268000', '094634.130000', '094634.133000', '094634.136000', '094634.139000', '094634.142000', '094634.144000', '094634.147000', '094634.150000', '094634.153000', '094634.156000', '094634.233000', '094634.236000', '094634.239000', '094634.242000', '094634.245000', '094634.248000', '094634.251000', '094634.253000', '094634.256000', '094634.259000', '094634.262000', '094634.265000', '094634.268000', '094634.270000', '094634.273000', '094634.276000', '094634.279000', '094634.282000', '094634.285000', '094634.288000', '094634.290000', '094634.293000', '094634.296000', '094634.299000', '094634.302000', '094634.305000', '094634.308000', '094634.310000', '094634.313000', '094634.316000', '094634.319000', '094634.322000', '094634.325000', '094634.327000', '094654.130000', '094654.133000', '094654.136000', '094654.139000', '094654.141000', '094654.144000', '094654.147000', '094654.150000', '094654.152000', '094654.155000', '094654.211000', '094654.214000', '094654.216000', '094654.219000', '094654.222000', '094654.225000', '094654.228000', '094654.231000', '094654.234000', '094654.237000', '094654.239000', '094654.242000', '094654.245000', '094654.248000', '094654.251000', '094654.254000', '094654.256000', '094654.259000', '094654.262000', '094654.265000', '094654.268000', '094654.270000', '094654.273000', '094654.276000', '094654.279000', '094654.282000', '094654.285000', '094654.288000', '094654.291000', '094654.293000', '094654.296000', '094654.299000', '094654.302000', '094714.131000', '094714.134000', '094714.137000', '094714.140000', '094714.142000', '094714.145000', '094714.148000', '094714.151000', '094714.154000', '094714.156000', '094714.234000', '094714.236000', '094714.239000', '094714.242000', '094714.245000', '094714.254000', '094714.257000', '094714.260000', '094714.263000', '094714.266000', '094714.269000', '094714.271000', '094714.274000', '094714.277000', '094714.280000', '094714.283000', '094714.286000', '094714.288000', '094714.291000', '094714.294000', '094714.297000', '094714.300000', '094714.302000', '094714.311000', '094714.314000', '094714.317000', '094714.320000', '094714.323000', '094714.325000', '094714.328000', '094714.331000', '094714.334000', '094714.337000', '094714.339000', '094724.145000', '094724.148000', '094724.151000', '094724.154000', '094724.157000', '094724.160000', '094724.163000', '094724.166000', '094724.169000', '094724.172000', '094724.174000', '094724.177000', '094724.180000', '094724.183000', '094724.186000', '094724.189000', '094724.192000', '094724.194000', '094724.197000', '094724.200000', '094724.203000', '094724.206000'], '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], 'LargestImagePixelValue': [7982, 11706, 7529, 11163, 8361, 8176, 7538, 7131, 10038, 7969, 9313, 7954, 7399, 9877, 7904, 8986, 12035, 7990, 11022, 6883, 7725, 11388, 6770, 8933, 8393, 7806, 10470, 7472, 7873, 7991, 6960, 9841, 7349, 7884, 8408, 6874, 8358, 7290, 7512, 8155, 6995, 8637, 7202, 7696, 8463, 7418, 9807, 6848, 7799, 10075, 6925, 8693, 7663, 7968, 11705, 6935, 8328, 7706, 7113, 9720, 7708, 8442, 8106, 6882, 9065, 7926, 7330, 7579, 7331, 8012, 7498, 7126, 6762, 7668, 8350, 8215, 7495, 6851, 7672, 9331, 7591, 9965, 8157, 7794, 12041, 8039, 9065, 8311, 7646, 11402, 7653, 10115, 8170, 7637, 10016, 7648, 8954, 7906, 8077, 10244, 7765, 8004, 7651, 7033, 9286, 7796, 8954, 8040, 7085, 9451, 7272, 8149, 7632, 7778, 9839, 7510, 7581, 7280, 7480, 10667, 7396, 9362, 9158, 7571, 9632, 7165, 8339, 12517, 7211, 8749, 7143, 7373, 8428, 7564, 7498, 7181, 7269, 8500, 7733, 7728, 8058, 7517, 10792, 7660, 7831, 7622, 7229, 8948, 8290, 9489, 10289, 7857, 9983, 7410, 8257, 9776, 7860, 10808, 7782, 7895, 7286, 7076, 8283, 6782, 8210, 7851, 7368, 9414, 7176, 7970, 6948, 7297, 11041, 7256, 9220, 7392, 7157, 11037, 7502, 9974, 7745, 8251, 7123, 7213, 9112, 8170, 8987, 8975, 7951, 11268, 7976, 7877, 7788, 7460, 9943, 7408, 7627, 7044, 7212, 7862, 8093, 7279, 7077, 7460, 7938, 7733, 7698, 7346, 7318, 10430, 7063, 8726, 7144, 7175, 10997, 7256, 10388, 7799, 8596, 7700, 7364, 9751, 8109, 9255, 8115, 8599, 13202, 7357, 9766, 7816, 7891, 10797, 7852, 10786, 7383, 7929, 7462, 7244, 8638, 7474, 8287, 8085, 7411, 11078, 7360, 8013, 7405, 7794, 11793, 7068, 8497, 8716, 7486, 10357, 7738, 8396, 8109, 7677, 10284, 7262, 8316, 7301, 7454, 10394, 7135, 9259, 7487, 7720, 10460, 7531, 9652, 8484, 8958, 10345, 7754, 9952, 6691, 8399, 7808, 7625, 10581, 7569, 9264, 7366, 7316, 11058, 7461, 10026, 7797, 7805, 11734, 7644, 9181, 6982, 8903, 10765, 7481, 9768, 7604, 7903, 7012, 7231, 11022, 7353, 10288, 7752, 7631, 10588, 7496, 9650, 7165, 9401, 8255, 8055, 11821, 7394, 8330, 7214, 7669, 11906, 7123, 10742, 7645, 7575, 11410, 7377, 7816, 7661, 7502, 10348, 7540, 8110, 7546, 7457, 6969, 7443, 10419, 7622, 10033, 8246, 8138, 8610, 7908, 11819, 7779, 10738, 8542, 8449, 10519, 7601, 9226, 8365, 8338, 11128, 7302, 8000, 6846, 7204, 9770, 7545, 9506, 7510, 7605, 11602, 7748, 8067, 6894, 7719, 11636, 7055, 8479, 6981, 7564, 11659, 7424, 10256, 6900, 7683, 11556, 7584, 8343, 6687, 7821, 7080, 7190, 8899, 7244, 7427, 7011, 7444, 8503, 7231, 7622, 6476, 7823, 9601, 7567, 8684, 7292, 8145, 10063, 7737, 10139, 7699, 10849, 12033, 8924, 11238, 7553, 8890, 8882, 8152, 12306, 7181, 8884, 7391, 7339, 11132, 7750, 8466, 7531, 7811, 9080, 7360, 8572, 7461, 7898, 7350, 7444, 10435, 7362, 8898, 6908, 7349, 11740, 7286, 10394, 7469, 8319, 12317, 7595, 11151, 7548, 8070, 7200, 7558, 8489, 7070, 8097, 7421, 7340, 8868, 7622, 7710, 6776, 7143, 11802, 7326, 9368, 8090, 7787, 7684, 7450, 10086, 7656, 9643, 7332, 7467, 10206, 7636, 9958, 8406, 10017, 7656, 8061, 9107, 7640, 9881, 7647, 10345, 7604, 9188, 7730, 7998, 12076, 7582, 10842, 7777, 8494, 8042, 7556, 9281, 7691, 9970, 8236, 8110, 10830, 7697, 7869, 8428, 8017, 8158, 7709, 9789, 8132, 7768, 7231, 7457, 10304, 7968, 9341, 7681, 7562, 9270, 7337, 8444, 7489, 7718, 10560, 7458, 7804, 8489, 7592, 8194, 7202, 8277, 7062, 7645, 6680, 7378, 10830, 7876, 9896, 6921, 7974, 6961, 7613, 11935, 8093, 11024, 7937, 8840, 8201, 7998, 10712, 7546, 11059, 8387, 8683, 11167, 7708, 9391, 8009, 9641, 8158, 8291, 10400, 7610, 7867, 7332, 7766, 10582, 7865, 10734, 7576, 7909, 7301, 7699, 9644, 7368, 10559, 7835, 8055, 11527, 7154, 8349, 7558, 7761, 9018, 7516, 9099, 7141, 8174, 6924, 7930, 10804, 7429, 8010, 7753, 7994, 7128, 7572, 8828, 7245, 7672, 6755, 7306, 11051, 7813, 10705, 7343, 7795, 10774, 7592, 8613, 7246, 9418, 9137, 8024, 10027, 7929, 8043, 7318, 8531, 12480, 7646, 10582, 8684, 7944, 7387, 7752, 10406, 7946, 10386, 7227, 8007, 10963, 8076, 10861, 7778, 8902, 7993, 7612, 9712, 7395, 9629, 7632, 8355, 9685, 7554, 8162, 8333, 7553, 7213, 7190, 8208, 7240, 7636, 7216, 7622, 9989, 7339, 8900, 7542, 7422, 11267, 7731, 10938, 7610, 8707, 11368, 7681, 9555, 7218, 8126, 10465, 7773, 9037, 7802, 8102, 7515, 7764, 9820, 7855, 7967, 7412, 7270, 8626, 7172, 8130, 7264, 7709, 9495, 7716, 8075, 7136, 7483, 10692, 7504, 8691, 8161, 7604, 9539, 8037, 10560, 8047, 9091, 7973, 8005, 11117, 8008, 9834, 6758, 7636, 10820, 7417, 8282, 6805, 7789, 9360, 7165, 8434, 8074, 8038, 10643, 8089, 10343, 7587, 7925, 9013, 7856, 9528, 6898, 8791, 7934, 7701, 9325, 7257, 7983, 7375, 7494, 9639, 7026, 8655, 6673, 7442, 10730, 7260, 8118, 7680, 8661, 11624, 7884, 10641, 8799, 7851, 6920, 7409, 8999, 7882, 8376, 6824, 7420, 10410, 7580, 9666, 6749, 8840, 8094, 8191, 9983, 7090, 8127, 7804, 7793, 11272, 7725, 8550, 6803, 7462, 10491, 7476, 7971, 8475, 8016, 6952, 7637, 8798, 7406, 8725, 7287, 8154, 7175, 7385, 9346, 7552, 9227, 8196, 9973, 8558, 8294, 12364, 7544, 9845, 8249, 8309, 7973, 7928, 12329, 7755, 10170, 7778, 8161, 6965, 7732, 11133, 8014, 10873, 7076, 7958, 7361, 7382, 10418, 7097, 8824, 8413, 7884, 7284, 7649, 8978, 7694, 10414, 8316, 9948, 7759, 7922, 11363, 7085, 9227, 7763, 7886, 8644, 7927, 8811, 7427, 7960, 6870, 7411, 10394, 7480, 8549, 7193, 8293, 7226, 7777, 7244, 7695, 10888, 7806, 10651, 8002, 9526, 8151, 7801, 7658, 7554, 11366, 7562, 10842, 7529, 8865, 8187, 8491, 9080, 8121, 11035, 8196, 10354, 7199, 7578, 7073, 7772, 10951, 7790, 11017, 7827, 8328, 7293, 8186, 7944, 7990, 9346, 8108, 10384, 7616, 8633, 7438, 8244, 7937, 7992, 9669, 7663, 8017, 7213, 7353, 8178, 7691, 8928, 7891, 7965, 6621, 7464, 10237, 7898, 10665, 7522, 8071, 7541, 7662, 11763, 7816, 11185, 7826, 8302, 7717, 8125, 7770, 7915, 9802, 8110, 9764, 7721, 10752, 7821, 10579, 8012, 10870, 8372, 8634, 7883, 8200, 7905, 8311, 12023, 8598, 11417, 7610, 9733, 7526, 8923, 7820, 9334, 7903, 8358, 7997, 7986, 7383, 7805, 8072, 7921, 9181, 7497, 10765, 7181, 10215, 7877, 9663, 7686, 7996, 6768, 7925, 7712, 7434, 7685, 7675, 9069, 7397, 10402, 7260, 10385, 7680, 10555, 7655, 9118, 8702, 9481, 8150, 9179, 8079, 8200, 8872, 7595, 11027, 7721, 10530, 7690, 10349, 8114, 8325, 8289, 9060, 7654, 9069, 8052, 8164, 7503, 7953, 9141, 8088, 12140, 8190, 11273, 7723, 10575, 7273, 9940, 7486, 10644, 7633, 9790, 8417, 8387, 7572, 8509, 7577, 8037, 7495, 7827, 7335, 7640, 9894, 7771, 10943, 7784, 10191, 7828, 8451, 8007, 8269, 8408, 7787, 8488, 8105, 7043, 8625, 7973, 7845, 7488, 7993, 7058, 8163, 7145, 8038, 8676, 8435, 7537, 8681, 7871, 8454, 9796, 8710, 12289, 8482, 12059, 7615, 10656, 7801, 10363, 8586, 9831, 8707, 8453, 7760, 7848, 10768, 7738, 10741, 7602, 9450, 8229, 8158, 7946, 8025, 12238, 7779, 11683, 7713, 8347, 7563, 8277, 11344, 8570, 11024, 7571, 8338, 8051, 7984, 10259, 7977, 9652, 7394, 7946, 8190, 8028, 8169, 7745, 11875, 7430, 11385, 8147, 8816, 8247, 8250, 10829, 8523, 10555, 7805, 8339, 7413, 7910, 8278, 7783, 11717, 8233, 11749, 7495, 8894, 7126, 9025, 8168, 8373, 10413, 8107, 11313, 7502, 8134, 8433, 8045, 8312, 7881, 10899, 7211, 8428, 7614, 8234, 8084, 7605, 10749, 7378, 10256, 8312, 8055, 7378, 7427, 10826, 7969, 9044, 7928, 7685, 7953, 7548, 9246, 8257, 8550, 7528, 7266, 10515, 7328, 8323, 8094, 8479, 7815, 7990, 7584, 7773, 11087, 8108, 12222, 7976, 11661, 7762, 9255, 8314, 8481, 11945, 8433, 11466, 7814, 10402, 8361, 8415, 7999, 8152, 7967, 8426, 9793, 7880, 10408, 7505, 8849, 8201, 9691, 8085, 9041, 7658, 8213, 8086, 8331, 7952, 8101, 8498, 8993, 7598, 7738, 7739, 7614, 10292, 7894, 8899, 7595, 9149, 7809, 11471, 8749, 11533, 7826, 12096, 8044, 10117, 8710, 10483, 8027, 10995, 7720, 9688, 8184, 9138, 8166, 7312, 8066, 7807, 8682, 8701, 10398], 'WindowCenter': [4389.0, 4413.0, 4360.0, 4387.0, 4355.0, 4345.0, 4333.0, 4325.0, 4363.0, 4343.0, 4355.0, 4329.0, 4333.0, 4361.0, 4330.0, 4341.0, 4368.0, 4330.0, 4360.0, 4308.0, 4320.0, 4358.0, 4297.0, 4338.0, 4327.0, 4319.0, 4346.0, 4317.0, 4317.0, 4316.0, 4308.0, 4347.0, 4308.0, 4317.0, 4316.0, 4296.0, 4325.0, 4317.0, 4318.0, 4317.0, 4308.0, 4328.0, 4317.0, 4318.0, 4326.0, 4319.0, 4348.0, 4308.0, 4319.0, 4348.0, 4308.0, 4327.0, 4318.0, 4330.0, 4356.0, 4307.0, 4326.0, 4315.0, 4308.0, 4335.0, 4318.0, 4327.0, 4316.0, 4308.0, 4337.0, 4328.0, 4332.0, 4331.0, 4321.0, 4329.0, 4332.0, 4335.0, 4321.0, 4356.0, 4355.0, 4354.0, 4333.0, 4320.0, 4342.0, 4351.0, 4332.0, 4373.0, 4341.0, 4333.0, 4370.0, 4331.0, 4339.0, 4327.0, 4330.0, 4359.0, 4318.0, 4350.0, 4326.0, 4317.0, 4346.0, 4318.0, 4339.0, 4327.0, 4330.0, 4347.0, 4317.0, 4328.0, 4316.0, 4308.0, 4338.0, 4318.0, 4340.0, 4328.0, 4320.0, 4348.0, 4318.0, 4330.0, 4319.0, 4331.0, 4348.0, 4319.0, 4329.0, 4317.0, 4320.0, 4360.0, 4318.0, 4350.0, 4336.0, 4317.0, 4337.0, 4306.0, 4340.0, 4366.0, 4307.0, 4327.0, 4305.0, 4318.0, 4326.0, 4318.0, 4318.0, 4305.0, 4317.0, 4325.0, 4317.0, 4319.0, 4317.0, 4320.0, 4359.0, 4317.0, 4318.0, 4316.0, 4317.0, 4337.0, 4326.0, 4349.0, 4347.0, 4329.0, 4335.0, 4305.0, 4328.0, 4334.0, 4318.0, 4345.0, 4315.0, 4316.0, 4305.0, 4307.0, 4324.0, 4296.0, 4328.0, 4317.0, 4319.0, 4336.0, 4308.0, 4328.0, 4306.0, 4319.0, 4358.0, 4320.0, 4338.0, 4317.0, 4319.0, 4357.0, 4319.0, 4350.0, 4319.0, 4330.0, 4308.0, 4319.0, 4337.0, 4329.0, 4339.0, 4339.0, 4330.0, 4358.0, 4327.0, 4329.0, 4316.0, 4319.0, 4347.0, 4317.0, 4317.0, 4305.0, 4318.0, 4316.0, 4327.0, 4319.0, 4307.0, 4319.0, 4327.0, 4329.0, 4330.0, 4318.0, 4330.0, 4358.0, 4321.0, 4340.0, 4319.0, 4321.0, 4359.0, 4319.0, 4360.0, 4330.0, 4340.0, 4318.0, 4320.0, 4347.0, 4329.0, 4349.0, 4327.0, 4340.0, 4369.0, 4318.0, 4349.0, 4317.0, 4329.0, 4356.0, 4327.0, 4358.0, 4317.0, 4328.0, 4306.0, 4318.0, 4326.0, 4317.0, 4328.0, 4326.0, 4319.0, 4356.0, 4319.0, 4316.0, 4317.0, 4319.0, 4366.0, 4307.0, 4327.0, 4336.0, 4319.0, 4346.0, 4328.0, 4328.0, 4329.0, 4330.0, 4359.0, 4331.0, 4340.0, 4331.0, 4331.0, 4359.0, 4321.0, 4352.0, 4332.0, 4331.0, 4359.0, 4331.0, 4350.0, 4340.0, 4354.0, 4360.0, 4332.0, 4360.0, 4309.0, 4341.0, 4329.0, 4333.0, 4372.0, 4331.0, 4351.0, 4317.0, 4320.0, 4358.0, 4321.0, 4361.0, 4330.0, 4331.0, 4368.0, 4329.0, 4338.0, 4307.0, 4340.0, 4358.0, 4319.0, 4348.0, 4318.0, 4328.0, 4305.0, 4319.0, 4359.0, 4319.0, 4348.0, 4317.0, 4319.0, 4357.0, 4319.0, 4348.0, 4307.0, 4349.0, 4328.0, 4329.0, 4357.0, 4318.0, 4328.0, 4307.0, 4319.0, 4356.0, 4308.0, 4359.0, 4318.0, 4319.0, 4356.0, 4319.0, 4316.0, 4317.0, 4320.0, 4348.0, 4319.0, 4328.0, 4329.0, 4320.0, 4319.0, 4332.0, 4370.0, 4333.0, 4361.0, 4339.0, 4331.0, 4338.0, 4329.0, 4368.0, 4319.0, 4360.0, 4325.0, 4327.0, 4347.0, 4317.0, 4337.0, 4315.0, 4328.0, 4356.0, 4305.0, 4316.0, 4295.0, 4317.0, 4335.0, 4317.0, 4347.0, 4305.0, 4317.0, 4356.0, 4317.0, 4316.0, 4304.0, 4319.0, 4356.0, 4308.0, 4327.0, 4306.0, 4318.0, 4356.0, 4316.0, 4348.0, 4307.0, 4318.0, 4357.0, 4317.0, 4327.0, 4297.0, 4318.0, 4307.0, 4320.0, 4350.0, 4320.0, 4320.0, 4307.0, 4329.0, 4341.0, 4330.0, 4331.0, 4310.0, 4344.0, 4360.0, 4344.0, 4354.0, 4332.0, 4345.0, 4362.0, 4335.0, 4362.0, 4332.0, 4375.0, 4370.0, 4341.0, 4359.0, 4318.0, 4340.0, 4337.0, 4329.0, 4368.0, 4308.0, 4338.0, 4307.0, 4317.0, 4356.0, 4316.0, 4328.0, 4319.0, 4329.0, 4337.0, 4319.0, 4338.0, 4318.0, 4329.0, 4318.0, 4331.0, 4360.0, 4320.0, 4340.0, 4309.0, 4320.0, 4367.0, 4319.0, 4359.0, 4318.0, 4329.0, 4369.0, 4319.0, 4358.0, 4319.0, 4329.0, 4318.0, 4318.0, 4326.0, 4319.0, 4330.0, 4318.0, 4321.0, 4338.0, 4330.0, 4330.0, 4308.0, 4323.0, 4371.0, 4320.0, 4349.0, 4329.0, 4332.0, 4327.0, 4332.0, 4361.0, 4331.0, 4350.0, 4319.0, 4320.0, 4358.0, 4330.0, 4350.0, 4342.0, 4361.0, 4329.0, 4331.0, 4338.0, 4330.0, 4347.0, 4319.0, 4360.0, 4319.0, 4340.0, 4317.0, 4330.0, 4368.0, 4330.0, 4360.0, 4318.0, 4328.0, 4314.0, 4317.0, 4335.0, 4316.0, 4348.0, 4326.0, 4316.0, 4344.0, 4316.0, 4315.0, 4327.0, 4329.0, 4327.0, 4329.0, 4347.0, 4328.0, 4319.0, 4306.0, 4318.0, 4347.0, 4328.0, 4337.0, 4316.0, 4318.0, 4335.0, 4316.0, 4327.0, 4306.0, 4318.0, 4345.0, 4315.0, 4316.0, 4337.0, 4331.0, 4328.0, 4321.0, 4329.0, 4320.0, 4330.0, 4309.0, 4321.0, 4361.0, 4331.0, 4362.0, 4321.0, 4341.0, 4320.0, 4332.0, 4371.0, 4342.0, 4372.0, 4331.0, 4352.0, 4329.0, 4332.0, 4358.0, 4330.0, 4361.0, 4330.0, 4340.0, 4359.0, 4319.0, 4339.0, 4317.0, 4349.0, 4327.0, 4329.0, 4346.0, 4317.0, 4327.0, 4305.0, 4329.0, 4359.0, 4330.0, 4358.0, 4318.0, 4330.0, 4307.0, 4318.0, 4337.0, 4317.0, 4359.0, 4318.0, 4328.0, 4356.0, 4308.0, 4326.0, 4318.0, 4319.0, 4337.0, 4318.0, 4337.0, 4307.0, 4328.0, 4305.0, 4331.0, 4358.0, 4319.0, 4328.0, 4328.0, 4329.0, 4318.0, 4331.0, 4339.0, 4320.0, 4330.0, 4309.0, 4331.0, 4370.0, 4331.0, 4361.0, 4319.0, 4331.0, 4358.0, 4330.0, 4339.0, 4320.0, 4352.0, 4349.0, 4331.0, 4349.0, 4329.0, 4329.0, 4317.0, 4340.0, 4369.0, 4319.0, 4347.0, 4337.0, 4329.0, 4318.0, 4330.0, 4359.0, 4331.0, 4360.0, 4318.0, 4329.0, 4357.0, 4329.0, 4359.0, 4318.0, 4339.0, 4316.0, 4318.0, 4336.0, 4306.0, 4348.0, 4315.0, 4327.0, 4335.0, 4318.0, 4327.0, 4328.0, 4329.0, 4317.0, 4321.0, 4340.0, 4331.0, 4333.0, 4332.0, 4333.0, 4360.0, 4330.0, 4352.0, 4329.0, 4330.0, 4359.0, 4330.0, 4360.0, 4318.0, 4339.0, 4355.0, 4318.0, 4349.0, 4316.0, 4330.0, 4357.0, 4329.0, 4338.0, 4328.0, 4328.0, 4317.0, 4330.0, 4347.0, 4329.0, 4329.0, 4318.0, 4317.0, 4337.0, 4308.0, 4329.0, 4317.0, 4328.0, 4348.0, 4328.0, 4329.0, 4319.0, 4321.0, 4358.0, 4318.0, 4339.0, 4339.0, 4331.0, 4349.0, 4331.0, 4360.0, 4330.0, 4340.0, 4328.0, 4330.0, 4358.0, 4329.0, 4347.0, 4307.0, 4329.0, 4357.0, 4319.0, 4340.0, 4310.0, 4330.0, 4349.0, 4321.0, 4340.0, 4339.0, 4343.0, 4370.0, 4342.0, 4360.0, 4329.0, 4330.0, 4339.0, 4331.0, 4348.0, 4318.0, 4340.0, 4327.0, 4329.0, 4337.0, 4318.0, 4329.0, 4317.0, 4320.0, 4349.0, 4320.0, 4340.0, 4308.0, 4331.0, 4359.0, 4318.0, 4329.0, 4328.0, 4341.0, 4371.0, 4331.0, 4359.0, 4340.0, 4330.0, 4307.0, 4330.0, 4350.0, 4341.0, 4342.0, 4321.0, 4332.0, 4371.0, 4332.0, 4362.0, 4321.0, 4352.0, 4328.0, 4341.0, 4349.0, 4320.0, 4328.0, 4318.0, 4331.0, 4368.0, 4331.0, 4339.0, 4307.0, 4319.0, 4358.0, 4330.0, 4330.0, 4340.0, 4342.0, 4320.0, 4332.0, 4339.0, 4332.0, 4352.0, 4330.0, 4341.0, 4321.0, 4331.0, 4351.0, 4342.0, 4351.0, 4342.0, 4363.0, 4341.0, 4343.0, 4380.0, 4332.0, 4349.0, 4339.0, 4340.0, 4328.0, 4331.0, 4379.0, 4331.0, 4359.0, 4330.0, 4340.0, 4319.0, 4331.0, 4369.0, 4330.0, 4370.0, 4319.0, 4330.0, 4319.0, 4331.0, 4359.0, 4321.0, 4351.0, 4342.0, 4343.0, 4343.0, 4345.0, 4350.0, 4342.0, 4372.0, 4342.0, 4364.0, 4330.0, 4342.0, 4369.0, 4320.0, 4351.0, 4332.0, 4342.0, 4339.0, 4341.0, 4338.0, 4332.0, 4342.0, 4321.0, 4334.0, 4371.0, 4332.0, 4351.0, 4334.0, 4354.0, 4333.0, 4343.0, 4332.0, 4345.0, 4371.0, 4343.0, 4374.0, 4341.0, 4352.0, 4340.0, 4331.0, 4330.0, 4331.0, 4382.0, 4334.0, 4372.0, 4342.0, 4352.0, 4342.0, 4353.0, 4350.0, 4343.0, 4371.0, 4341.0, 4361.0, 4319.0, 4330.0, 4308.0, 4331.0, 4370.0, 4331.0, 4370.0, 4331.0, 4340.0, 4330.0, 4341.0, 4341.0, 4342.0, 4350.0, 4341.0, 4360.0, 4331.0, 4341.0, 4331.0, 4342.0, 4329.0, 4341.0, 4349.0, 4330.0, 4330.0, 4319.0, 4331.0, 4340.0, 4333.0, 4351.0, 4342.0, 4342.0, 4320.0, 4345.0, 4373.0, 4345.0, 4372.0, 4333.0, 4343.0, 4331.0, 4344.0, 4382.0, 4334.0, 4372.0, 4331.0, 4340.0, 4330.0, 4341.0, 4330.0, 4343.0, 4361.0, 4343.0, 4362.0, 4343.0, 4370.0, 4343.0, 4362.0, 4343.0, 4371.0, 4341.0, 4341.0, 4329.0, 4340.0, 4329.0, 4341.0, 4370.0, 4341.0, 4369.0, 4329.0, 4347.0, 4329.0, 4349.0, 4330.0, 4350.0, 4330.0, 4338.0, 4331.0, 4330.0, 4320.0, 4331.0, 4330.0, 4331.0, 4349.0, 4321.0, 4359.0, 4321.0, 4361.0, 4332.0, 4349.0, 4331.0, 4330.0, 4309.0, 4342.0, 4331.0, 4333.0, 4333.0, 4344.0, 4352.0, 4334.0, 4372.0, 4336.0, 4375.0, 4344.0, 4373.0, 4344.0, 4353.0, 4352.0, 4363.0, 4332.0, 4353.0, 4331.0, 4342.0, 4350.0, 4332.0, 4372.0, 4344.0, 4372.0, 4343.0, 4362.0, 4344.0, 4342.0, 4353.0, 4353.0, 4334.0, 4353.0, 4343.0, 4342.0, 4332.0, 4343.0, 4349.0, 4343.0, 4381.0, 4342.0, 4369.0, 4332.0, 4371.0, 4332.0, 4362.0, 4333.0, 4370.0, 4331.0, 4362.0, 4343.0, 4342.0, 4344.0, 4352.0, 4332.0, 4342.0, 4320.0, 4332.0, 4332.0, 4334.0, 4361.0, 4343.0, 4373.0, 4343.0, 4372.0, 4344.0, 4352.0, 4356.0, 4354.0, 4354.0, 4344.0, 4355.0, 4344.0, 4337.0, 4369.0, 4345.0, 4345.0, 4332.0, 4344.0, 4323.0, 4354.0, 4333.0, 4357.0, 4365.0, 4355.0, 4343.0, 4354.0, 4343.0, 4355.0, 4363.0, 4355.0, 4382.0, 4354.0, 4381.0, 4333.0, 4362.0, 4331.0, 4363.0, 4342.0, 4362.0, 4339.0, 4340.0, 4331.0, 4342.0, 4370.0, 4332.0, 4371.0, 4331.0, 4351.0, 4342.0, 4344.0, 4330.0, 4343.0, 4381.0, 4332.0, 4370.0, 4332.0, 4341.0, 4331.0, 4343.0, 4370.0, 4342.0, 4361.0, 4331.0, 4340.0, 4329.0, 4331.0, 4359.0, 4330.0, 4349.0, 4320.0, 4330.0, 4341.0, 4342.0, 4339.0, 4332.0, 4371.0, 4332.0, 4371.0, 4331.0, 4350.0, 4327.0, 4329.0, 4359.0, 4339.0, 4359.0, 4319.0, 4329.0, 4319.0, 4328.0, 4327.0, 4331.0, 4370.0, 4330.0, 4368.0, 4319.0, 4338.0, 4308.0, 4338.0, 4327.0, 4329.0, 4356.0, 4328.0, 4357.0, 4318.0, 4328.0, 4328.0, 4330.0, 4339.0, 4331.0, 4370.0, 4331.0, 4339.0, 4330.0, 4339.0, 4329.0, 4331.0, 4370.0, 4330.0, 4361.0, 4342.0, 4343.0, 4320.0, 4333.0, 4371.0, 4342.0, 4351.0, 4342.0, 4344.0, 4341.0, 4344.0, 4352.0, 4343.0, 4353.0, 4332.0, 4334.0, 4372.0, 4345.0, 4355.0, 4355.0, 4356.0, 4346.0, 4357.0, 4346.0, 4346.0, 4384.0, 4356.0, 4395.0, 4345.0, 4385.0, 4335.0, 4365.0, 4340.0, 4341.0, 4369.0, 4340.0, 4370.0, 4330.0, 4359.0, 4340.0, 4329.0, 4329.0, 4330.0, 4330.0, 4340.0, 4359.0, 4331.0, 4359.0, 4319.0, 4339.0, 4341.0, 4351.0, 4341.0, 4351.0, 4331.0, 4341.0, 4341.0, 4342.0, 4341.0, 4342.0, 4352.0, 4353.0, 4332.0, 4332.0, 4331.0, 4343.0, 4372.0, 4345.0, 4361.0, 4345.0, 4363.0, 4345.0, 4384.0, 4356.0, 4384.0, 4343.0, 4382.0, 4344.0, 4372.0, 4354.0, 4372.0, 4343.0, 4383.0, 4347.0, 4363.0, 4355.0, 4365.0, 4368.0, 4345.0, 4356.0, 4357.0, 4366.0, 4367.0, 4376.0], 'WindowWidth': [9707.0, 9723.0, 9645.0, 9673.0, 9625.0, 9612.0, 9592.0, 9584.0, 9632.0, 9605.0, 9623.0, 9581.0, 9590.0, 9625.0, 9582.0, 9598.0, 9629.0, 9581.0, 9620.0, 9549.0, 9568.0, 9614.0, 9532.0, 9589.0, 9570.0, 9562.0, 9595.0, 9559.0, 9559.0, 9556.0, 9548.0, 9598.0, 9548.0, 9559.0, 9555.0, 9532.0, 9568.0, 9561.0, 9565.0, 9559.0, 9549.0, 9575.0, 9561.0, 9564.0, 9571.0, 9568.0, 9604.0, 9549.0, 9566.0, 9601.0, 9549.0, 9573.0, 9561.0, 9580.0, 9609.0, 9546.0, 9569.0, 9552.0, 9549.0, 9582.0, 9562.0, 9575.0, 9557.0, 9550.0, 9585.0, 9578.0, 9591.0, 9587.0, 9572.0, 9582.0, 9591.0, 9599.0, 9577.0, 9631.0, 9628.0, 9625.0, 9594.0, 9573.0, 9606.0, 9614.0, 9590.0, 9648.0, 9602.0, 9593.0, 9636.0, 9585.0, 9595.0, 9572.0, 9582.0, 9620.0, 9564.0, 9608.0, 9570.0, 9562.0, 9596.0, 9562.0, 9591.0, 9575.0, 9581.0, 9598.0, 9560.0, 9576.0, 9557.0, 9550.0, 9590.0, 9565.0, 9596.0, 9575.0, 9568.0, 9602.0, 9564.0, 9582.0, 9565.0, 9585.0, 9604.0, 9567.0, 9579.0, 9560.0, 9570.0, 9624.0, 9564.0, 9608.0, 9583.0, 9560.0, 9586.0, 9542.0, 9596.0, 9625.0, 9545.0, 9573.0, 9541.0, 9561.0, 9572.0, 9562.0, 9564.0, 9541.0, 9562.0, 9569.0, 9559.0, 9565.0, 9560.0, 9568.0, 9619.0, 9561.0, 9563.0, 9557.0, 9560.0, 9585.0, 9571.0, 9606.0, 9600.0, 9577.0, 9580.0, 9539.0, 9575.0, 9578.0, 9560.0, 9596.0, 9554.0, 9556.0, 9538.0, 9546.0, 9566.0, 9531.0, 9577.0, 9558.0, 9564.0, 9583.0, 9550.0, 9577.0, 9544.0, 9568.0, 9618.0, 9568.0, 9589.0, 9561.0, 9566.0, 9613.0, 9567.0, 9610.0, 9567.0, 9582.0, 9549.0, 9567.0, 9587.0, 9578.0, 9593.0, 9591.0, 9581.0, 9617.0, 9574.0, 9578.0, 9557.0, 9565.0, 9601.0, 9561.0, 9561.0, 9541.0, 9562.0, 9557.0, 9575.0, 9567.0, 9546.0, 9566.0, 9573.0, 9578.0, 9581.0, 9562.0, 9584.0, 9619.0, 9571.0, 9596.0, 9567.0, 9572.0, 9619.0, 9569.0, 9623.0, 9582.0, 9596.0, 9562.0, 9568.0, 9600.0, 9578.0, 9606.0, 9575.0, 9596.0, 9632.0, 9564.0, 9604.0, 9560.0, 9578.0, 9610.0, 9575.0, 9615.0, 9560.0, 9576.0, 9544.0, 9565.0, 9570.0, 9562.0, 9578.0, 9570.0, 9565.0, 9613.0, 9565.0, 9559.0, 9560.0, 9567.0, 9623.0, 9547.0, 9574.0, 9585.0, 9566.0, 9599.0, 9578.0, 9578.0, 9579.0, 9584.0, 9619.0, 9587.0, 9597.0, 9586.0, 9587.0, 9620.0, 9574.0, 9617.0, 9589.0, 9586.0, 9620.0, 9586.0, 9610.0, 9596.0, 9619.0, 9624.0, 9588.0, 9622.0, 9555.0, 9600.0, 9579.0, 9592.0, 9643.0, 9587.0, 9611.0, 9560.0, 9569.0, 9616.0, 9572.0, 9625.0, 9581.0, 9585.0, 9629.0, 9579.0, 9591.0, 9547.0, 9596.0, 9615.0, 9566.0, 9601.0, 9563.0, 9577.0, 9543.0, 9567.0, 9621.0, 9566.0, 9604.0, 9560.0, 9567.0, 9613.0, 9565.0, 9605.0, 9547.0, 9607.0, 9575.0, 9580.0, 9615.0, 9564.0, 9575.0, 9545.0, 9565.0, 9610.0, 9550.0, 9620.0, 9562.0, 9566.0, 9609.0, 9563.0, 9556.0, 9559.0, 9568.0, 9602.0, 9565.0, 9575.0, 9580.0, 9570.0, 9567.0, 9591.0, 9638.0, 9591.0, 9625.0, 9595.0, 9587.0, 9589.0, 9581.0, 9632.0, 9566.0, 9620.0, 9568.0, 9573.0, 9598.0, 9558.0, 9586.0, 9553.0, 9576.0, 9609.0, 9541.0, 9558.0, 9529.0, 9561.0, 9580.0, 9559.0, 9601.0, 9540.0, 9560.0, 9610.0, 9559.0, 9555.0, 9540.0, 9566.0, 9611.0, 9549.0, 9573.0, 9545.0, 9562.0, 9609.0, 9559.0, 9603.0, 9545.0, 9563.0, 9611.0, 9560.0, 9572.0, 9533.0, 9564.0, 9548.0, 9571.0, 9611.0, 9572.0, 9569.0, 9548.0, 9582.0, 9598.0, 9584.0, 9588.0, 9558.0, 9609.0, 9626.0, 9611.0, 9624.0, 9593.0, 9612.0, 9629.0, 9596.0, 9630.0, 9588.0, 9649.0, 9636.0, 9597.0, 9619.0, 9562.0, 9595.0, 9584.0, 9580.0, 9630.0, 9548.0, 9588.0, 9544.0, 9560.0, 9609.0, 9557.0, 9577.0, 9566.0, 9580.0, 9587.0, 9567.0, 9589.0, 9563.0, 9580.0, 9563.0, 9586.0, 9622.0, 9569.0, 9595.0, 9553.0, 9570.0, 9628.0, 9567.0, 9620.0, 9562.0, 9580.0, 9631.0, 9566.0, 9617.0, 9563.0, 9579.0, 9562.0, 9564.0, 9571.0, 9569.0, 9585.0, 9564.0, 9571.0, 9591.0, 9582.0, 9582.0, 9552.0, 9579.0, 9638.0, 9569.0, 9606.0, 9579.0, 9586.0, 9575.0, 9588.0, 9626.0, 9586.0, 9610.0, 9567.0, 9571.0, 9616.0, 9583.0, 9610.0, 9600.0, 9628.0, 9580.0, 9587.0, 9590.0, 9581.0, 9601.0, 9566.0, 9622.0, 9566.0, 9594.0, 9560.0, 9581.0, 9631.0, 9581.0, 9622.0, 9561.0, 9575.0, 9553.0, 9560.0, 9581.0, 9557.0, 9602.0, 9568.0, 9556.0, 9589.0, 9555.0, 9555.0, 9572.0, 9580.0, 9575.0, 9579.0, 9599.0, 9576.0, 9565.0, 9543.0, 9565.0, 9599.0, 9575.0, 9587.0, 9554.0, 9561.0, 9580.0, 9557.0, 9574.0, 9544.0, 9562.0, 9591.0, 9556.0, 9556.0, 9586.0, 9583.0, 9575.0, 9571.0, 9579.0, 9569.0, 9582.0, 9552.0, 9574.0, 9625.0, 9585.0, 9627.0, 9573.0, 9600.0, 9570.0, 9590.0, 9640.0, 9603.0, 9642.0, 9586.0, 9615.0, 9579.0, 9587.0, 9617.0, 9581.0, 9624.0, 9578.0, 9595.0, 9616.0, 9565.0, 9591.0, 9559.0, 9606.0, 9573.0, 9579.0, 9598.0, 9561.0, 9573.0, 9542.0, 9580.0, 9616.0, 9581.0, 9617.0, 9563.0, 9581.0, 9545.0, 9563.0, 9585.0, 9560.0, 9618.0, 9560.0, 9576.0, 9610.0, 9549.0, 9571.0, 9562.0, 9564.0, 9584.0, 9563.0, 9585.0, 9546.0, 9574.0, 9543.0, 9585.0, 9616.0, 9567.0, 9577.0, 9577.0, 9580.0, 9564.0, 9586.0, 9593.0, 9570.0, 9584.0, 9554.0, 9587.0, 9639.0, 9587.0, 9625.0, 9565.0, 9585.0, 9617.0, 9582.0, 9594.0, 9569.0, 9615.0, 9606.0, 9584.0, 9605.0, 9580.0, 9580.0, 9561.0, 9596.0, 9633.0, 9566.0, 9601.0, 9586.0, 9579.0, 9563.0, 9584.0, 9622.0, 9586.0, 9623.0, 9564.0, 9578.0, 9614.0, 9577.0, 9620.0, 9562.0, 9590.0, 9554.0, 9561.0, 9581.0, 9544.0, 9602.0, 9553.0, 9573.0, 9581.0, 9561.0, 9574.0, 9578.0, 9581.0, 9562.0, 9572.0, 9596.0, 9587.0, 9592.0, 9589.0, 9592.0, 9623.0, 9583.0, 9615.0, 9580.0, 9582.0, 9619.0, 9581.0, 9622.0, 9562.0, 9593.0, 9609.0, 9563.0, 9604.0, 9560.0, 9581.0, 9615.0, 9579.0, 9590.0, 9577.0, 9578.0, 9559.0, 9582.0, 9602.0, 9578.0, 9578.0, 9562.0, 9562.0, 9586.0, 9551.0, 9581.0, 9560.0, 9578.0, 9603.0, 9577.0, 9580.0, 9568.0, 9573.0, 9617.0, 9566.0, 9593.0, 9593.0, 9585.0, 9607.0, 9587.0, 9624.0, 9581.0, 9597.0, 9576.0, 9582.0, 9618.0, 9578.0, 9600.0, 9548.0, 9579.0, 9613.0, 9568.0, 9595.0, 9556.0, 9585.0, 9606.0, 9575.0, 9597.0, 9595.0, 9605.0, 9638.0, 9601.0, 9622.0, 9581.0, 9584.0, 9593.0, 9584.0, 9605.0, 9564.0, 9596.0, 9574.0, 9579.0, 9587.0, 9563.0, 9580.0, 9561.0, 9569.0, 9606.0, 9569.0, 9596.0, 9551.0, 9586.0, 9619.0, 9566.0, 9580.0, 9578.0, 9601.0, 9638.0, 9586.0, 9620.0, 9596.0, 9582.0, 9549.0, 9585.0, 9610.0, 9602.0, 9604.0, 9573.0, 9591.0, 9639.0, 9589.0, 9631.0, 9575.0, 9618.0, 9578.0, 9598.0, 9606.0, 9568.0, 9579.0, 9564.0, 9585.0, 9631.0, 9584.0, 9592.0, 9549.0, 9567.0, 9617.0, 9584.0, 9582.0, 9598.0, 9603.0, 9569.0, 9590.0, 9595.0, 9591.0, 9617.0, 9585.0, 9603.0, 9573.0, 9589.0, 9612.0, 9605.0, 9614.0, 9602.0, 9634.0, 9600.0, 9606.0, 9650.0, 9588.0, 9607.0, 9594.0, 9596.0, 9578.0, 9586.0, 9646.0, 9585.0, 9619.0, 9584.0, 9598.0, 9568.0, 9587.0, 9635.0, 9584.0, 9636.0, 9568.0, 9583.0, 9567.0, 9587.0, 9623.0, 9573.0, 9613.0, 9604.0, 9604.0, 9609.0, 9611.0, 9611.0, 9604.0, 9643.0, 9603.0, 9634.0, 9582.0, 9601.0, 9633.0, 9569.0, 9613.0, 9587.0, 9604.0, 9593.0, 9598.0, 9592.0, 9587.0, 9603.0, 9574.0, 9596.0, 9640.0, 9591.0, 9613.0, 9595.0, 9622.0, 9592.0, 9608.0, 9590.0, 9612.0, 9641.0, 9608.0, 9648.0, 9600.0, 9614.0, 9596.0, 9587.0, 9583.0, 9589.0, 9657.0, 9594.0, 9641.0, 9604.0, 9615.0, 9602.0, 9618.0, 9610.0, 9605.0, 9640.0, 9600.0, 9625.0, 9565.0, 9582.0, 9549.0, 9588.0, 9638.0, 9587.0, 9638.0, 9587.0, 9597.0, 9586.0, 9601.0, 9601.0, 9604.0, 9610.0, 9600.0, 9624.0, 9586.0, 9601.0, 9585.0, 9603.0, 9580.0, 9600.0, 9608.0, 9583.0, 9583.0, 9567.0, 9586.0, 9596.0, 9591.0, 9612.0, 9602.0, 9602.0, 9573.0, 9612.0, 9647.0, 9612.0, 9645.0, 9592.0, 9605.0, 9586.0, 9608.0, 9657.0, 9593.0, 9640.0, 9584.0, 9596.0, 9584.0, 9600.0, 9583.0, 9606.0, 9627.0, 9606.0, 9628.0, 9607.0, 9638.0, 9605.0, 9630.0, 9604.0, 9639.0, 9600.0, 9599.0, 9581.0, 9596.0, 9578.0, 9600.0, 9635.0, 9599.0, 9631.0, 9580.0, 9600.0, 9579.0, 9608.0, 9584.0, 9608.0, 9581.0, 9591.0, 9583.0, 9582.0, 9571.0, 9588.0, 9583.0, 9587.0, 9605.0, 9571.0, 9619.0, 9574.0, 9625.0, 9587.0, 9607.0, 9585.0, 9583.0, 9553.0, 9601.0, 9587.0, 9592.0, 9590.0, 9607.0, 9617.0, 9596.0, 9642.0, 9599.0, 9650.0, 9609.0, 9646.0, 9606.0, 9617.0, 9616.0, 9632.0, 9588.0, 9619.0, 9586.0, 9602.0, 9609.0, 9589.0, 9642.0, 9608.0, 9644.0, 9605.0, 9629.0, 9608.0, 9603.0, 9620.0, 9620.0, 9594.0, 9619.0, 9603.0, 9602.0, 9587.0, 9604.0, 9607.0, 9604.0, 9653.0, 9602.0, 9635.0, 9590.0, 9639.0, 9590.0, 9630.0, 9593.0, 9638.0, 9588.0, 9628.0, 9604.0, 9604.0, 9610.0, 9619.0, 9588.0, 9602.0, 9571.0, 9588.0, 9588.0, 9594.0, 9625.0, 9606.0, 9646.0, 9606.0, 9644.0, 9611.0, 9618.0, 9629.0, 9622.0, 9624.0, 9608.0, 9625.0, 9609.0, 9604.0, 9650.0, 9613.0, 9612.0, 9590.0, 9608.0, 9578.0, 9622.0, 9592.0, 9631.0, 9641.0, 9626.0, 9606.0, 9623.0, 9606.0, 9626.0, 9632.0, 9624.0, 9656.0, 9620.0, 9653.0, 9592.0, 9628.0, 9585.0, 9632.0, 9601.0, 9628.0, 9592.0, 9595.0, 9584.0, 9601.0, 9637.0, 9588.0, 9639.0, 9588.0, 9613.0, 9604.0, 9608.0, 9582.0, 9605.0, 9653.0, 9588.0, 9637.0, 9588.0, 9600.0, 9586.0, 9605.0, 9637.0, 9601.0, 9625.0, 9584.0, 9596.0, 9578.0, 9584.0, 9619.0, 9581.0, 9605.0, 9568.0, 9583.0, 9599.0, 9601.0, 9593.0, 9590.0, 9640.0, 9588.0, 9636.0, 9583.0, 9610.0, 9573.0, 9578.0, 9618.0, 9591.0, 9618.0, 9564.0, 9578.0, 9565.0, 9577.0, 9572.0, 9585.0, 9635.0, 9581.0, 9629.0, 9566.0, 9588.0, 9550.0, 9589.0, 9572.0, 9578.0, 9610.0, 9575.0, 9614.0, 9564.0, 9575.0, 9577.0, 9584.0, 9593.0, 9585.0, 9635.0, 9585.0, 9594.0, 9581.0, 9595.0, 9579.0, 9586.0, 9635.0, 9584.0, 9625.0, 9604.0, 9605.0, 9570.0, 9592.0, 9639.0, 9602.0, 9612.0, 9603.0, 9608.0, 9600.0, 9610.0, 9617.0, 9604.0, 9618.0, 9588.0, 9595.0, 9642.0, 9613.0, 9626.0, 9627.0, 9630.0, 9617.0, 9632.0, 9614.0, 9616.0, 9662.0, 9628.0, 9680.0, 9611.0, 9662.0, 9595.0, 9637.0, 9596.0, 9598.0, 9633.0, 9595.0, 9634.0, 9582.0, 9620.0, 9594.0, 9579.0, 9578.0, 9583.0, 9581.0, 9596.0, 9619.0, 9584.0, 9620.0, 9568.0, 9591.0, 9597.0, 9611.0, 9599.0, 9611.0, 9587.0, 9598.0, 9598.0, 9601.0, 9598.0, 9601.0, 9616.0, 9621.0, 9587.0, 9590.0, 9585.0, 9606.0, 9641.0, 9610.0, 9629.0, 9612.0, 9634.0, 9612.0, 9662.0, 9626.0, 9661.0, 9606.0, 9657.0, 9607.0, 9644.0, 9624.0, 9644.0, 9606.0, 9660.0, 9616.0, 9634.0, 9626.0, 9639.0, 9649.0, 9613.0, 9630.0, 9633.0, 9643.0, 9646.0, 9657.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.0008360438667749798</td></tr>
<tr><td colspan=3>aqi</td><td>0.02187493111291633</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.5387636323983</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2516977423333338</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01939411508943</td></tr>
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
<tr><td colspan=3>fber</td><td>7301.083</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06298540011106044</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.16246953696181965</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4214207931534344</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4138786697213748</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.59625411991866</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2541295898202685</td></tr>
<tr><td colspan=3>gcor</td><td>0.00662549</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00999838300049305</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025113964453339577</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1231</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.8331241213523715</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>24.0229</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1888</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.3561</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.946</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4362</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.0908</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3555.107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.4386</td></tr>
<tr><td colspan=3>tsnr</td><td>42.578637656290084</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>