ds005256-mriqc/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter caa4bfa36a [DATALAD RUNCMD] Compute MRIQC for sub-0015
=== 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-0015 --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-0015",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 04:48:05 +02:00

616 lines
No EOL
133 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-0015_ses-01_task-alignvideo_acq-mb8_run-04_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-0015_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0015_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0015_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0015_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0015_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0015_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0015_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0015_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_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-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_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-0015/ses-01/func/sub-0015_ses-01_task-alignvideo_acq-mb8_run-04_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>b8677333b6e73a4197114592123e5f49</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>16:32:20.747500</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.998714, 0.0482352, 0.0156244, -0.0458753, 0.990883, -0.12667]</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_brain_imaging_center</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105988</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7785, -7161, 606, -44, -223, -95, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4ca066cc-36e7-4716-9a72-f54717ba3d4a||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.679476022720337, -0.12308013439178467, 0.05829827859997749, 114.46735382080078], [-0.12941153347492218, 2.658468008041382, -0.33963480591773987, -75.1009292602539], [0.04191919043660164, 0.3398473262786865, 2.6779189109802246, -67.03326416015625], [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, 1209]</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], 'AcquisitionTime': ['163220.747500', '163221.207500', '163221.667500', '163222.127500', '163222.587500', '163223.047500', '163223.507500', '163223.967500', '163224.427500', '163224.887500', '163225.347500', '163225.807500', '163226.267500', '163226.727500', '163227.187500', '163227.647500', '163228.107500', '163228.567500', '163229.027500', '163229.487500', '163229.947500', '163230.407500', '163230.867500', '163231.327500', '163231.787500', '163232.247500', '163232.707500', '163233.167500', '163233.627500', '163234.087500', '163234.547500', '163235.007500', '163235.467500', '163235.927500', '163236.387500', '163236.847500', '163237.307500', '163237.767500', '163238.227500', '163238.687500', '163239.147500', '163239.607500', '163240.067500', '163240.527500', '163240.987500', '163241.447500', '163241.907500', '163242.367500', '163242.827500', '163243.287500', '163243.747500', '163244.207500', '163244.667500', '163245.127500', '163245.587500', '163246.047500', '163246.507500', '163246.967500', '163247.427500', '163247.887500', '163248.347500', '163248.807500', '163249.267500', '163249.727500', '163250.187500', '163250.647500', '163251.107500', '163251.567500', '163252.027500', '163252.487500', '163252.947500', '163253.407500', '163253.867500', '163254.327500', '163254.787500', '163255.247500', '163255.707500', '163256.167500', '163256.627500', '163257.087500', '163257.547500', '163258.007500', '163258.467500', '163258.927500', '163259.387500', '163259.847500', '163300.307500', '163300.767500', '163301.227500', '163301.687500', '163302.147500', '163302.607500', '163303.067500', '163303.527500', '163303.987500', '163304.447500', '163304.907500', '163305.367500', '163305.827500', '163306.287500', '163306.747500', '163307.207500', '163307.667500', '163308.127500', '163308.587500', '163309.047500', '163309.507500', '163309.967500', '163310.427500', '163310.887500', '163311.347500', '163311.807500', '163312.267500', '163312.727500', '163313.187500', '163313.647500', '163314.107500', '163314.567500', '163315.027500', '163315.487500', '163315.947500', '163316.407500', '163316.867500', '163317.327500', '163317.787500', '163318.247500', '163318.707500', '163319.167500', '163319.627500', '163320.087500', '163320.547500', '163321.007500', '163321.467500', '163321.927500', '163322.387500', '163322.847500', '163323.307500', '163323.767500', '163324.227500', '163324.687500', '163325.147500', '163325.607500', '163326.067500', '163326.527500', '163326.987500', '163327.447500', '163327.907500', '163328.367500', '163328.827500', '163329.287500', '163329.747500', '163330.207500', '163330.667500', '163331.127500', '163331.587500', '163332.047500', '163332.507500', '163332.967500', '163333.427500', '163333.887500', '163334.347500', '163334.807500', '163335.267500', '163335.727500', '163336.187500', '163336.647500', '163337.107500', '163337.567500', '163338.027500', '163338.487500', '163338.947500', '163339.407500', '163339.867500', '163340.327500', '163340.787500', '163341.247500', '163341.707500', '163342.167500', '163342.627500', '163343.087500', '163343.547500', '163344.007500', '163344.467500', '163344.927500', '163345.387500', '163345.847500', '163346.307500', '163346.767500', '163347.227500', '163347.687500', '163348.147500', '163348.607500', '163349.067500', '163349.527500', '163349.987500', '163350.447500', '163350.907500', '163351.367500', '163351.827500', '163352.287500', '163352.747500', '163353.207500', '163353.667500', '163354.127500', '163354.587500', '163355.047500', '163355.507500', '163355.967500', '163356.427500', '163356.887500', '163357.347500', '163357.807500', '163358.267500', '163358.727500', '163359.187500', '163359.647500', '163400.107500', '163400.567500', '163401.027500', '163401.487500', '163401.947500', '163402.407500', '163402.867500', '163403.327500', '163403.787500', '163404.247500', '163404.707500', '163405.167500', '163405.627500', '163406.087500', '163406.547500', '163407.007500', '163407.467500', '163407.927500', '163408.387500', '163408.847500', '163409.307500', '163409.767500', '163410.227500', '163410.687500', '163411.147500', '163411.607500', '163412.067500', '163412.527500', '163412.987500', '163413.447500', '163413.907500', '163414.367500', '163414.827500', '163415.287500', '163415.747500', '163416.207500', '163416.667500', '163417.127500', '163417.587500', '163418.047500', '163418.507500', '163418.967500', '163419.427500', '163419.887500', '163420.347500', '163420.807500', '163421.267500', '163421.727500', '163422.187500', '163422.647500', '163423.107500', '163423.567500', '163424.027500', '163424.487500', '163424.947500', '163425.407500', '163425.867500', '163426.327500', '163426.787500', '163427.247500', '163427.707500', '163428.167500', '163428.627500', '163429.087500', '163429.547500', '163430.007500', '163430.467500', '163430.927500', '163431.387500', '163431.847500', '163432.307500', '163432.767500', '163433.227500', '163433.687500', '163434.147500', '163434.607500', '163435.067500', '163435.527500', '163435.987500', '163436.447500', '163436.907500', '163437.367500', '163437.827500', '163438.287500', '163438.747500', '163439.207500', '163439.667500', '163440.127500', '163440.587500', '163441.047500', '163441.507500', '163441.967500', '163442.427500', '163442.887500', '163443.347500', '163443.807500', '163444.267500', '163444.727500', '163445.187500', '163445.647500', '163446.107500', '163446.567500', '163447.027500', '163447.487500', '163447.947500', '163448.407500', '163448.867500', '163449.327500', '163449.787500', '163450.247500', '163450.707500', '163451.167500', '163451.627500', '163452.087500', '163452.547500', '163453.007500', '163453.467500', '163453.927500', '163454.387500', '163454.847500', '163455.307500', '163455.767500', '163456.227500', '163456.687500', '163457.147500', '163457.607500', '163458.067500', '163458.527500', '163458.987500', '163459.447500', '163459.907500', '163500.367500', '163500.827500', '163501.287500', '163501.747500', '163502.207500', '163502.667500', '163503.127500', '163503.587500', '163504.047500', '163504.507500', '163504.967500', '163505.427500', '163505.887500', '163506.347500', '163506.807500', '163507.267500', '163507.727500', '163508.187500', '163508.647500', '163509.107500', '163509.567500', '163510.027500', '163510.487500', '163510.947500', '163511.407500', '163511.867500', '163512.327500', '163512.787500', '163513.247500', '163513.707500', '163514.167500', '163514.627500', '163515.087500', '163515.547500', '163516.007500', '163516.467500', '163516.927500', '163517.387500', '163517.847500', '163518.307500', '163518.767500', '163519.227500', '163519.687500', '163520.147500', '163520.607500', '163521.067500', '163521.527500', '163521.987500', '163522.447500', '163522.907500', '163523.367500', '163523.827500', '163524.287500', '163524.747500', '163525.207500', '163525.667500', '163526.127500', '163526.587500', '163527.047500', '163527.507500', '163527.967500', '163528.427500', '163528.887500', '163529.347500', '163529.807500', '163530.267500', '163530.727500', '163531.187500', '163531.647500', '163532.107500', '163532.567500', '163533.027500', '163533.487500', '163533.947500', '163534.407500', '163534.867500', '163535.327500', '163535.787500', '163536.247500', '163536.707500', '163537.167500', '163537.627500', '163538.087500', '163538.547500', '163539.007500', '163539.467500', '163539.927500', '163540.387500', '163540.847500', '163541.307500', '163541.767500', '163542.227500', '163542.687500', '163543.147500', '163543.607500', '163544.067500', '163544.527500', '163544.987500', '163545.447500', '163545.907500', '163546.367500', '163546.827500', '163547.287500', '163547.747500', '163548.207500', '163548.667500', '163549.127500', '163549.587500', '163550.047500', '163550.507500', '163550.967500', '163551.427500', '163551.887500', '163552.347500', '163552.807500', '163553.267500', '163553.727500', '163554.187500', '163554.647500', '163555.107500', '163555.567500', '163556.027500', '163556.487500', '163556.947500', '163557.407500', '163557.867500', '163558.327500', '163558.787500', '163559.247500', '163559.707500', '163600.167500', '163600.627500', '163601.087500', '163601.547500', '163602.007500', '163602.467500', '163602.927500', '163603.387500', '163603.847500', '163604.307500', '163604.767500', '163605.227500', '163605.687500', '163606.147500', '163606.607500', '163607.067500', '163607.527500', '163607.987500', '163608.447500', '163608.907500', '163609.367500', '163609.827500', '163610.287500', '163610.747500', '163611.207500', '163611.667500', '163612.127500', '163612.587500', '163613.047500', '163613.507500', '163613.967500', '163614.427500', '163614.887500', '163615.347500', '163615.807500', '163616.267500', '163616.727500', '163617.187500', '163617.647500', '163618.107500', '163618.567500', '163619.027500', '163619.487500', '163619.947500', '163620.407500', '163620.867500', '163621.327500', '163621.787500', '163622.247500', '163622.707500', '163623.167500', '163623.627500', '163624.087500', '163624.547500', '163625.007500', '163625.467500', '163625.927500', '163626.387500', '163626.847500', '163627.307500', '163627.767500', '163628.227500', '163628.687500', '163629.147500', '163629.607500', '163630.067500', '163630.527500', '163630.987500', '163631.447500', '163631.907500', '163632.367500', '163632.827500', '163633.287500', '163633.747500', '163634.207500', '163634.667500', '163635.127500', '163635.587500', '163636.047500', '163636.507500', '163636.967500', '163637.427500', '163637.887500', '163638.347500', '163638.807500', '163639.267500', '163639.727500', '163640.187500', '163640.647500', '163641.107500', '163641.567500', '163642.027500', '163642.487500', '163642.947500', '163643.407500', '163643.867500', '163644.327500', '163644.787500', '163645.247500', '163645.707500', '163646.167500', '163646.627500', '163647.087500', '163647.547500', '163648.007500', '163648.467500', '163648.927500', '163649.387500', '163649.847500', '163650.307500', '163650.767500', '163651.227500', '163651.687500', '163652.147500', '163652.607500', '163653.067500', '163653.527500', '163653.987500', '163654.447500', '163654.907500', '163655.367500', '163655.827500', '163656.287500', '163656.747500', '163657.207500', '163657.667500', '163658.127500', '163658.587500', '163659.047500', '163659.507500', '163659.967500', '163700.427500', '163700.887500', '163701.347500', '163701.807500', '163702.267500', '163702.727500', '163703.187500', '163703.647500', '163704.107500', '163704.567500', '163705.027500', '163705.487500', '163705.947500', '163706.407500', '163706.867500', '163707.327500', '163707.787500', '163708.247500', '163708.707500', '163709.167500', '163709.627500', '163710.087500', '163710.547500', '163711.007500', '163711.467500', '163711.927500', '163712.387500', '163712.847500', '163713.307500', '163713.767500', '163714.227500', '163714.687500', '163715.147500', '163715.607500', '163716.067500', '163716.527500', '163716.987500', '163717.447500', '163717.907500', '163718.367500', '163718.827500', '163719.287500', '163719.747500', '163720.207500', '163720.667500', '163721.127500', '163721.587500', '163722.047500', '163722.507500', '163722.967500', '163723.427500', '163723.887500', '163724.347500', '163724.807500', '163725.267500', '163725.727500', '163726.187500', '163726.647500', '163727.107500', '163727.567500', '163728.027500', '163728.487500', '163728.947500', '163729.407500', '163729.867500', '163730.327500', '163730.787500', '163731.247500', '163731.707500', '163732.167500', '163732.627500', '163733.087500', '163733.547500', '163734.007500', '163734.467500', '163734.927500', '163735.387500', '163735.847500', '163736.307500', '163736.767500', '163737.227500', '163737.687500', '163738.147500', '163738.607500', '163739.067500', '163739.527500', '163739.987500', '163740.447500', '163740.907500', '163741.367500', '163741.827500', '163742.287500', '163742.747500', '163743.207500', '163743.667500', '163744.127500', '163744.587500', '163745.047500', '163745.507500', '163745.967500', '163746.427500', '163746.887500', '163747.347500', '163747.807500', '163748.267500', '163748.727500', '163749.187500', '163749.647500', '163750.107500', '163750.567500', '163751.027500', '163751.487500', '163751.947500', '163752.407500', '163752.867500', '163753.327500', '163753.787500', '163754.247500', '163754.707500', '163755.167500', '163755.627500', '163756.087500', '163756.547500', '163757.007500', '163757.467500', '163757.927500', '163758.387500', '163758.847500', '163759.307500', '163759.767500', '163800.227500', '163800.687500', '163801.147500', '163801.607500', '163802.067500', '163802.527500', '163802.987500', '163803.447500', '163803.907500', '163804.367500', '163804.827500', '163805.287500', '163805.747500', '163806.207500', '163806.667500', '163807.127500', '163807.587500', '163808.047500', '163808.507500', '163808.967500', '163809.427500', '163809.887500', '163810.347500', '163810.807500', '163811.267500', '163811.727500', '163812.187500', '163812.647500', '163813.107500', '163813.567500', '163814.027500', '163814.487500', '163814.947500', '163815.407500', '163815.867500', '163816.327500', '163816.787500', '163817.247500', '163817.707500', '163818.167500', '163818.627500', '163819.087500', '163819.547500', '163820.007500', '163820.467500', '163820.927500', '163821.387500', '163821.847500', '163822.307500', '163822.767500', '163823.227500', '163823.687500', '163824.147500', '163824.607500', '163825.067500', '163825.527500', '163825.987500', '163826.447500', '163826.907500', '163827.367500', '163827.827500', '163828.287500', '163828.747500', '163829.207500', '163829.667500', '163830.127500', '163830.587500', '163831.047500', '163831.507500', '163831.967500', '163832.427500', '163832.887500', '163833.347500', '163833.807500', '163834.267500', '163834.727500', '163835.187500', '163835.647500', '163836.107500', '163836.567500', '163837.027500', '163837.487500', '163837.947500', '163838.407500', '163838.867500', '163839.327500', '163839.787500', '163840.247500', '163840.707500', '163841.167500', '163841.627500', '163842.087500', '163842.547500', '163843.007500', '163843.467500', '163843.927500', '163844.387500', '163844.847500', '163845.307500', '163845.767500', '163846.227500', '163846.687500', '163847.147500', '163847.607500', '163848.067500', '163848.527500', '163848.987500', '163849.447500', '163849.907500', '163850.367500', '163850.827500', '163851.287500', '163851.747500', '163852.207500', '163852.667500', '163853.127500', '163853.587500', '163854.047500', '163854.507500', '163854.967500', '163855.427500', '163855.887500', '163856.347500', '163856.807500', '163857.267500', '163857.727500', '163858.187500', '163858.647500', '163859.107500', '163859.567500', '163900.027500', '163900.487500', '163900.947500', '163901.407500', '163901.867500', '163902.327500', '163902.787500', '163903.247500', '163903.707500', '163904.167500', '163904.627500', '163905.087500', '163905.547500', '163906.007500', '163906.467500', '163906.927500', '163907.387500', '163907.847500', '163908.307500', '163908.767500', '163909.227500', '163909.687500', '163910.147500', '163910.607500', '163911.067500', '163911.527500', '163911.987500', '163912.447500', '163912.907500', '163913.367500', '163913.827500', '163914.287500', '163914.747500', '163915.207500', '163915.667500', '163916.127500', '163916.587500', '163917.047500', '163917.507500', '163917.967500', '163918.427500', '163918.887500', '163919.347500', '163919.807500', '163920.267500', '163920.727500', '163921.187500', '163921.647500', '163922.107500', '163922.567500', '163923.027500', '163923.487500', '163923.947500', '163924.407500', '163924.867500', '163925.327500', '163925.787500', '163926.247500', '163926.707500', '163927.167500', '163927.627500', '163928.087500', '163928.547500', '163929.007500', '163929.467500', '163929.927500', '163930.387500', '163930.847500', '163931.307500', '163931.767500', '163932.227500', '163932.687500', '163933.147500', '163933.607500', '163934.067500', '163934.527500', '163934.987500', '163935.447500', '163935.907500', '163936.367500', '163936.827500', '163937.287500', '163937.747500', '163938.207500', '163938.667500', '163939.127500', '163939.587500', '163940.047500', '163940.507500', '163940.967500', '163941.427500', '163941.887500', '163942.347500', '163942.807500', '163943.267500', '163943.727500', '163944.187500', '163944.647500', '163945.107500', '163945.567500', '163946.027500', '163946.487500', '163946.947500', '163947.407500', '163947.867500', '163948.327500', '163948.787500', '163949.247500', '163949.707500', '163950.167500', '163950.627500', '163951.087500', '163951.547500', '163952.007500', '163952.467500', '163952.927500', '163953.387500', '163953.847500', '163954.307500', '163954.767500', '163955.227500', '163955.687500', '163956.147500', '163956.607500', '163957.067500', '163957.527500', '163957.987500', '163958.447500', '163958.907500', '163959.367500', '163959.827500', '164000.287500', '164000.747500', '164001.207500', '164001.667500', '164002.127500', '164002.587500', '164003.047500', '164003.507500', '164003.967500', '164004.427500', '164004.887500', '164005.347500', '164005.807500', '164006.267500', '164006.727500', '164007.187500', '164007.647500', '164008.107500', '164008.567500', '164009.027500', '164009.487500', '164009.947500', '164010.407500', '164010.867500', '164011.327500', '164011.787500', '164012.247500', '164012.707500', '164013.167500', '164013.627500', '164014.087500', '164014.547500', '164015.007500', '164015.467500', '164015.927500', '164016.387500', '164016.847500', '164017.307500', '164017.767500', '164018.227500', '164018.687500', '164019.147500', '164019.607500', '164020.067500', '164020.527500', '164020.987500', '164021.447500', '164021.907500', '164022.367500', '164022.827500', '164023.287500', '164023.747500', '164024.207500', '164024.667500', '164025.127500', '164025.587500', '164026.047500', '164026.507500', '164026.967500', '164027.427500', '164027.887500', '164028.347500', '164028.807500', '164029.267500', '164029.727500', '164030.187500', '164030.647500', '164031.107500', '164031.567500', '164032.027500', '164032.487500', '164032.947500', '164033.407500', '164033.867500', '164034.327500', '164034.787500', '164035.247500', '164035.707500', '164036.167500', '164036.627500', '164037.087500', '164037.547500', '164038.007500', '164038.467500', '164038.927500', '164039.387500', '164039.847500', '164040.307500', '164040.767500', '164041.227500', '164041.687500', '164042.147500', '164042.607500', '164043.067500', '164043.527500', '164043.987500', '164044.447500', '164044.907500', '164045.367500', '164045.827500', '164046.287500', '164046.747500', '164047.207500', '164047.667500', '164048.127500', '164048.587500', '164049.047500', '164049.507500', '164049.967500', '164050.427500', '164050.887500', '164051.347500', '164051.807500', '164052.267500', '164052.727500', '164053.187500', '164053.647500', '164054.107500', '164054.567500', '164055.027500', '164055.487500', '164055.947500', '164056.407500', '164056.867500', '164057.327500', '164057.787500', '164058.247500', '164058.707500', '164059.167500', '164059.627500', '164100.087500', '164100.547500', '164101.007500', '164101.467500', '164101.927500', '164102.387500', '164102.847500', '164103.307500', '164103.767500', '164104.227500', '164104.687500', '164105.147500', '164105.607500', '164106.067500', '164106.527500', '164106.987500', '164107.447500', '164107.907500', '164108.367500', '164108.827500', '164109.287500', '164109.747500', '164110.207500', '164110.667500', '164111.127500', '164111.587500', '164112.047500', '164112.507500', '164112.967500', '164113.427500', '164113.887500', '164114.347500', '164114.807500', '164115.267500', '164115.727500', '164116.187500', '164116.647500', '164117.107500', '164117.567500', '164118.027500', '164118.487500', '164118.947500', '164119.407500', '164119.867500', '164120.327500', '164120.787500', '164121.247500', '164121.707500', '164122.167500', '164122.627500', '164123.087500', '164123.547500', '164124.007500', '164124.467500', '164124.927500', '164125.387500', '164125.847500', '164126.307500', '164126.767500', '164127.227500', '164127.687500', '164128.147500', '164128.607500', '164129.067500', '164129.527500', '164129.987500', '164130.447500', '164130.907500', '164131.367500', '164131.827500', '164132.287500', '164132.747500', '164133.207500', '164133.667500', '164134.127500', '164134.587500', '164135.047500', '164135.507500', '164135.967500', '164136.427500'], 'ContentTime': ['163233.749000', '163233.752000', '163233.755000', '163233.758000', '163233.761000', '163233.764000', '163233.767000', '163233.770000', '163233.773000', '163233.776000', '163233.778000', '163233.781000', '163233.784000', '163233.787000', '163233.790000', '163233.793000', '163233.796000', '163233.799000', '163233.802000', '163233.806000', '163233.809000', '163233.811000', '163233.818000', '163233.822000', '163233.824000', '163233.827000', '163253.711000', '163253.714000', '163253.717000', '163253.720000', '163253.723000', '163253.725000', '163253.728000', '163253.731000', '163253.734000', '163253.737000', '163253.740000', '163253.742000', '163253.745000', '163253.748000', '163253.751000', '163253.809000', '163253.812000', '163253.815000', '163253.818000', '163253.821000', '163253.824000', '163253.826000', '163253.829000', '163253.832000', '163253.835000', '163253.838000', '163253.841000', '163253.843000', '163253.846000', '163253.849000', '163253.852000', '163253.855000', '163253.858000', '163253.861000', '163253.863000', '163253.866000', '163253.869000', '163253.872000', '163253.875000', '163253.878000', '163253.880000', '163253.883000', '163253.886000', '163253.889000', '163313.711000', '163313.714000', '163313.717000', '163313.720000', '163313.723000', '163313.725000', '163313.728000', '163313.731000', '163313.734000', '163313.737000', '163313.740000', '163313.742000', '163313.745000', '163313.748000', '163313.751000', '163313.754000', '163313.757000', '163313.760000', '163313.762000', '163313.765000', '163313.768000', '163313.771000', '163313.774000', '163313.777000', '163313.780000', '163313.782000', '163313.785000', '163313.788000', '163313.791000', '163313.794000', '163313.797000', '163313.800000', '163313.803000', '163313.805000', '163313.808000', '163313.811000', '163313.814000', '163313.817000', '163313.820000', '163313.823000', '163313.825000', '163313.828000', '163313.847000', '163333.711000', '163333.714000', '163333.717000', '163333.720000', '163333.723000', '163333.725000', '163333.728000', '163333.731000', '163333.734000', '163333.737000', '163333.740000', '163333.743000', '163333.745000', '163333.748000', '163333.751000', '163333.754000', '163333.757000', '163333.760000', '163333.763000', '163333.766000', '163333.768000', '163333.771000', '163333.774000', '163333.777000', '163333.780000', '163333.783000', '163333.786000', '163333.789000', '163333.792000', '163333.795000', '163333.797000', '163333.800000', '163333.803000', '163333.806000', '163333.809000', '163333.812000', '163333.815000', '163333.818000', '163333.821000', '163333.824000', '163333.826000', '163333.829000', '163333.832000', '163333.835000', '163353.712000', '163353.715000', '163353.718000', '163353.721000', '163353.724000', '163353.727000', '163353.729000', '163353.732000', '163353.735000', '163353.738000', '163353.741000', '163353.744000', '163353.747000', '163353.750000', '163353.753000', '163353.755000', '163353.758000', '163353.761000', '163353.764000', '163353.767000', '163353.770000', '163353.773000', '163353.776000', '163353.778000', '163353.781000', '163353.786000', '163353.789000', '163353.792000', '163353.795000', '163353.797000', '163353.800000', '163353.803000', '163353.806000', '163353.809000', '163353.812000', '163353.815000', '163353.818000', '163353.821000', '163353.824000', '163353.826000', '163353.829000', '163353.832000', '163353.835000', '163413.711000', '163413.714000', '163413.717000', '163413.720000', '163413.723000', '163413.725000', '163413.728000', '163413.731000', '163413.734000', '163413.737000', '163413.740000', '163413.743000', '163413.746000', '163413.748000', '163413.751000', '163413.754000', '163413.757000', '163413.760000', '163413.763000', '163413.766000', '163413.769000', '163413.771000', '163413.774000', '163413.777000', '163413.780000', '163413.783000', '163413.786000', '163413.789000', '163413.792000', '163413.795000', '163413.798000', '163413.800000', '163413.803000', '163413.806000', '163413.809000', '163413.812000', '163413.815000', '163413.818000', '163413.821000', '163413.823000', '163413.826000', '163413.829000', '163413.832000', '163413.835000', '163433.711000', '163433.714000', '163433.717000', '163433.720000', '163433.723000', '163433.726000', '163433.728000', '163433.731000', '163433.734000', '163433.737000', '163433.740000', '163433.743000', '163433.746000', '163433.749000', '163433.752000', '163433.755000', '163433.757000', '163433.760000', '163433.763000', '163433.766000', '163433.769000', '163433.772000', '163433.775000', '163433.778000', '163433.781000', '163433.784000', '163433.787000', '163433.789000', '163433.792000', '163433.795000', '163433.798000', '163433.801000', '163433.804000', '163433.807000', '163433.810000', '163433.812000', '163433.815000', '163433.818000', '163433.821000', '163433.824000', '163433.827000', '163433.830000', '163433.833000', '163453.711000', '163453.714000', '163453.717000', '163453.720000', '163453.723000', '163453.726000', '163453.728000', '163453.731000', '163453.734000', '163453.737000', '163453.740000', '163453.743000', '163453.746000', '163453.749000', '163453.752000', '163453.754000', '163453.757000', '163453.760000', '163453.763000', '163453.766000', '163453.769000', '163453.772000', '163453.775000', '163453.777000', '163453.780000', '163453.783000', '163453.786000', '163453.789000', '163453.792000', '163453.795000', '163453.798000', '163453.801000', '163453.804000', '163453.806000', '163453.809000', '163453.812000', '163453.815000', '163453.818000', '163453.831000', '163453.834000', '163453.837000', '163453.840000', '163453.843000', '163453.846000', '163513.711000', '163513.714000', '163513.717000', '163513.720000', '163513.723000', '163513.726000', '163513.729000', '163513.731000', '163513.734000', '163513.737000', '163513.740000', '163513.743000', '163513.746000', '163513.749000', '163513.752000', '163513.755000', '163513.758000', '163513.760000', '163513.763000', '163513.766000', '163513.769000', '163513.772000', '163513.775000', '163513.778000', '163513.781000', '163513.784000', '163513.787000', '163513.789000', '163513.792000', '163513.795000', '163513.798000', '163513.801000', '163513.804000', '163513.807000', '163513.809000', '163513.812000', '163513.815000', '163513.818000', '163513.822000', '163513.825000', '163513.828000', '163513.831000', '163513.834000', '163533.711000', '163533.714000', '163533.717000', '163533.720000', '163533.723000', '163533.725000', '163533.728000', '163533.731000', '163533.734000', '163533.737000', '163533.740000', '163533.743000', '163533.746000', '163533.748000', '163533.751000', '163533.754000', '163533.757000', '163533.760000', '163533.763000', '163533.766000', '163533.769000', '163533.771000', '163533.775000', '163533.777000', '163533.780000', '163533.783000', '163533.786000', '163533.789000', '163533.792000', '163533.795000', '163533.798000', '163533.801000', '163533.803000', '163533.806000', '163533.809000', '163533.812000', '163533.815000', '163533.818000', '163533.821000', '163533.824000', '163533.827000', '163533.830000', '163533.833000', '163533.836000', '163553.711000', '163553.714000', '163553.717000', '163553.720000', '163553.723000', '163553.726000', '163553.728000', '163553.731000', '163553.734000', '163553.737000', '163553.740000', '163553.743000', '163553.746000', '163553.749000', '163553.752000', '163553.755000', '163553.758000', '163553.761000', '163553.763000', '163553.766000', '163553.769000', '163553.772000', '163553.775000', '163553.778000', '163553.781000', '163553.784000', '163553.787000', '163553.789000', '163553.792000', '163553.795000', '163553.798000', '163553.801000', '163553.804000', '163553.806000', '163553.809000', '163553.812000', '163553.815000', '163553.818000', '163553.821000', '163553.824000', '163553.827000', '163553.829000', '163553.832000', '163613.712000', '163613.715000', '163613.718000', '163613.721000', '163613.724000', '163613.727000', '163613.730000', '163613.733000', '163613.736000', '163613.739000', '163613.742000', '163613.745000', '163613.748000', '163613.751000', '163613.754000', '163613.756000', '163613.759000', '163613.762000', '163613.765000', '163613.768000', '163613.771000', '163613.774000', '163613.777000', '163613.780000', '163613.783000', '163613.786000', '163613.788000', '163613.791000', '163613.794000', '163613.797000', '163613.800000', '163613.803000', '163613.806000', '163613.809000', '163613.812000', '163613.815000', '163613.817000', '163613.820000', '163613.823000', '163613.826000', '163613.829000', '163613.832000', '163613.835000', '163613.838000', '163633.711000', '163633.714000', '163633.717000', '163633.720000', '163633.723000', '163633.726000', '163633.729000', '163633.731000', '163633.734000', '163633.737000', '163633.740000', '163633.743000', '163633.746000', '163633.749000', '163633.752000', '163633.754000', '163633.757000', '163633.760000', '163633.763000', '163633.788000', '163633.791000', '163633.793000', '163633.796000', '163633.799000', '163633.802000', '163633.805000', '163633.808000', '163633.811000', '163633.814000', '163633.816000', '163633.819000', '163633.822000', '163633.825000', '163633.828000', '163633.831000', '163633.834000', '163633.837000', '163633.840000', '163633.842000', '163633.845000', '163633.848000', '163633.851000', '163633.854000', '163653.711000', '163653.714000', '163653.717000', '163653.720000', '163653.723000', '163653.726000', '163653.729000', '163653.731000', '163653.734000', '163653.737000', '163653.740000', '163653.743000', '163653.746000', '163653.749000', '163653.752000', '163653.755000', '163653.757000', '163653.760000', '163653.763000', '163653.766000', '163653.769000', '163653.772000', '163653.775000', '163653.778000', '163653.781000', '163653.784000', '163653.787000', '163653.790000', '163653.792000', '163653.795000', '163653.798000', '163653.801000', '163653.804000', '163653.807000', '163653.810000', '163653.813000', '163653.816000', '163653.819000', '163653.822000', '163653.824000', '163653.828000', '163653.831000', '163653.834000', '163653.837000', '163713.711000', '163713.714000', '163713.717000', '163713.720000', '163713.723000', '163713.726000', '163713.729000', '163713.732000', '163713.734000', '163713.737000', '163713.740000', '163713.743000', '163713.746000', '163713.749000', '163713.752000', '163713.754000', '163713.757000', '163713.760000', '163713.763000', '163713.766000', '163713.769000', '163713.772000', '163713.775000', '163713.778000', '163713.781000', '163713.784000', '163713.786000', '163713.789000', '163713.792000', '163713.795000', '163713.798000', '163713.801000', '163713.804000', '163713.807000', '163713.810000', '163713.813000', '163713.816000', '163713.818000', '163713.821000', '163713.824000', '163713.827000', '163713.830000', '163713.833000', '163733.711000', '163733.715000', '163733.718000', '163733.721000', '163733.723000', '163733.726000', '163733.729000', '163733.732000', '163733.735000', '163733.738000', '163733.741000', '163733.744000', '163733.747000', '163733.749000', '163733.752000', '163733.755000', '163733.758000', '163733.761000', '163733.764000', '163733.767000', '163733.770000', '163733.773000', '163733.776000', '163733.779000', '163733.782000', '163733.785000', '163733.788000', '163733.791000', '163733.793000', '163733.796000', '163733.799000', '163733.802000', '163733.805000', '163733.808000', '163733.811000', '163733.814000', '163733.817000', '163733.820000', '163733.823000', '163733.825000', '163733.828000', '163733.831000', '163733.834000', '163753.711000', '163753.714000', '163753.719000', '163753.722000', '163753.725000', '163753.728000', '163753.731000', '163753.734000', '163753.737000', '163753.740000', '163753.742000', '163753.745000', '163753.748000', '163753.751000', '163753.754000', '163753.757000', '163753.760000', '163753.763000', '163753.766000', '163753.769000', '163753.771000', '163753.774000', '163753.777000', '163753.780000', '163753.783000', '163753.786000', '163753.789000', '163753.792000', '163753.795000', '163753.797000', '163753.800000', '163753.813000', '163753.816000', '163753.819000', '163753.822000', '163753.825000', '163753.828000', '163753.830000', '163753.833000', '163753.836000', '163753.839000', '163753.842000', '163753.845000', '163753.848000', '163813.711000', '163813.714000', '163813.717000', '163813.720000', '163813.723000', '163813.726000', '163813.729000', '163813.732000', '163813.735000', '163813.738000', '163813.741000', '163813.747000', '163813.750000', '163813.753000', '163813.756000', '163813.759000', '163813.762000', '163813.764000', '163813.767000', '163813.770000', '163813.773000', '163813.776000', '163813.779000', '163813.782000', '163813.785000', '163813.788000', '163813.791000', '163813.793000', '163813.796000', '163813.799000', '163813.802000', '163813.805000', '163813.808000', '163813.811000', '163813.814000', '163813.817000', '163813.820000', '163813.822000', '163813.825000', '163813.828000', '163813.831000', '163813.834000', '163813.837000', '163833.712000', '163833.715000', '163833.718000', '163833.721000', '163833.724000', '163833.727000', '163833.730000', '163833.733000', '163833.736000', '163833.739000', '163833.741000', '163833.744000', '163833.747000', '163833.750000', '163833.753000', '163833.756000', '163833.759000', '163833.762000', '163833.765000', '163833.768000', '163833.770000', '163833.773000', '163833.776000', '163833.779000', '163833.782000', '163833.785000', '163833.788000', '163833.791000', '163833.793000', '163833.796000', '163833.799000', '163833.802000', '163833.805000', '163833.808000', '163833.811000', '163833.814000', '163833.817000', '163833.819000', '163833.822000', '163833.825000', '163833.828000', '163833.831000', '163833.834000', '163833.837000', '163853.711000', '163853.714000', '163853.717000', '163853.720000', '163853.723000', '163853.726000', '163853.729000', '163853.732000', '163853.735000', '163853.738000', '163853.740000', '163853.743000', '163853.746000', '163853.750000', '163853.754000', '163853.757000', '163853.760000', '163853.763000', '163853.766000', '163853.768000', '163853.771000', '163853.774000', '163853.777000', '163853.780000', '163853.783000', '163853.786000', '163853.789000', '163853.792000', '163853.795000', '163853.798000', '163853.800000', '163853.803000', '163853.806000', '163853.809000', '163853.812000', '163853.815000', '163853.818000', '163853.820000', '163853.823000', '163853.826000', '163853.829000', '163853.832000', '163853.835000', '163913.711000', '163913.714000', '163913.717000', '163913.720000', '163913.723000', '163913.726000', '163913.728000', '163913.731000', '163913.734000', '163913.737000', '163913.740000', '163913.743000', '163913.746000', '163913.749000', '163913.752000', '163913.755000', '163913.757000', '163913.760000', '163913.763000', '163913.766000', '163913.769000', '163913.772000', '163913.775000', '163913.778000', '163913.781000', '163913.783000', '163913.786000', '163913.789000', '163913.792000', '163913.795000', '163913.798000', '163913.801000', '163913.804000', '163913.807000', '163913.809000', '163913.812000', '163913.815000', '163913.818000', '163913.821000', '163913.824000', '163913.827000', '163913.841000', '163913.844000', '163913.847000', '163933.711000', '163933.714000', '163933.717000', '163933.720000', '163933.723000', '163933.726000', '163933.729000', '163933.731000', '163933.734000', '163933.737000', '163933.740000', '163933.743000', '163933.746000', '163933.749000', '163933.752000', '163933.755000', '163933.758000', '163933.761000', '163933.764000', '163933.767000', '163933.770000', '163933.773000', '163933.776000', '163933.779000', '163933.782000', '163933.785000', '163933.789000', '163933.792000', '163933.795000', '163933.798000', '163933.801000', '163933.804000', '163933.807000', '163933.809000', '163933.812000', '163933.815000', '163933.818000', '163933.821000', '163933.824000', '163933.827000', '163933.830000', '163933.833000', '163933.836000', '163953.711000', '163953.714000', '163953.717000', '163953.720000', '163953.723000', '163953.726000', '163953.728000', '163953.731000', '163953.734000', '163953.737000', '163953.740000', '163953.743000', '163953.746000', '163953.749000', '163953.752000', '163953.755000', '163953.758000', '163953.761000', '163953.764000', '163953.767000', '163953.770000', '163953.773000', '163953.776000', '163953.779000', '163953.782000', '163953.784000', '163953.787000', '163953.790000', '163953.793000', '163953.796000', '163953.799000', '163953.802000', '163953.805000', '163953.807000', '163953.810000', '163953.813000', '163953.816000', '163953.819000', '163953.822000', '163953.825000', '163953.828000', '163953.831000', '163953.834000', '163953.837000', '164013.711000', '164013.714000', '164013.717000', '164013.720000', '164013.723000', '164013.726000', '164013.729000', '164013.732000', '164013.736000', '164013.739000', '164013.742000', '164013.745000', '164013.748000', '164013.751000', '164013.754000', '164013.756000', '164013.759000', '164013.762000', '164013.765000', '164013.768000', '164013.771000', '164013.774000', '164013.776000', '164013.779000', '164013.782000', '164013.785000', '164013.788000', '164013.791000', '164013.794000', '164013.797000', '164013.800000', '164013.803000', '164013.808000', '164013.811000', '164013.814000', '164013.817000', '164013.820000', '164013.823000', '164013.826000', '164013.829000', '164013.832000', '164013.835000', '164013.837000', '164033.711000', '164033.714000', '164033.717000', '164033.720000', '164033.723000', '164033.726000', '164033.729000', '164033.732000', '164033.735000', '164033.738000', '164033.740000', '164033.743000', '164033.746000', '164033.749000', '164033.752000', '164033.755000', '164033.758000', '164033.760000', '164033.763000', '164033.766000', '164033.769000', '164033.772000', '164033.775000', '164033.778000', '164033.781000', '164033.784000', '164033.787000', '164033.789000', '164033.792000', '164033.795000', '164033.798000', '164033.801000', '164033.804000', '164033.807000', '164033.809000', '164033.812000', '164033.815000', '164033.818000', '164033.834000', '164033.837000', '164033.840000', '164033.843000', '164033.846000', '164033.849000', '164053.712000', '164053.715000', '164053.718000', '164053.721000', '164053.724000', '164053.727000', '164053.730000', '164053.733000', '164053.735000', '164053.738000', '164053.741000', '164053.744000', '164053.747000', '164053.750000', '164053.753000', '164053.756000', '164053.759000', '164053.761000', '164053.764000', '164053.767000', '164053.770000', '164053.773000', '164053.776000', '164053.779000', '164053.782000', '164053.785000', '164053.787000', '164053.790000', '164053.793000', '164053.796000', '164053.799000', '164053.813000', '164053.817000', '164053.821000', '164053.824000', '164053.827000', '164053.829000', '164053.832000', '164053.835000', '164053.838000', '164053.841000', '164053.844000', '164053.847000', '164113.711000', '164113.714000', '164113.717000', '164113.720000', '164113.723000', '164113.726000', '164113.729000', '164113.732000', '164113.735000', '164113.737000', '164113.740000', '164113.743000', '164113.746000', '164113.749000', '164113.752000', '164113.755000', '164113.758000', '164113.761000', '164113.764000', '164113.767000', '164113.769000', '164113.772000', '164113.775000', '164113.778000', '164113.781000', '164113.784000', '164113.787000', '164113.790000', '164113.793000', '164113.796000', '164113.798000', '164113.801000', '164113.804000', '164113.807000', '164113.810000', '164113.813000', '164113.816000', '164113.819000', '164113.822000', '164113.824000', '164113.827000', '164113.830000', '164113.833000', '164113.836000', '164133.711000', '164133.714000', '164133.717000', '164133.720000', '164133.723000', '164133.726000', '164133.729000', '164133.732000', '164133.735000', '164133.738000', '164133.741000', '164133.743000', '164133.746000', '164133.749000', '164133.752000', '164133.755000', '164133.758000', '164133.761000', '164133.764000', '164133.767000', '164133.769000', '164133.773000', '164133.777000', '164133.780000', '164133.783000', '164133.785000', '164133.788000', '164133.791000', '164133.794000', '164133.797000', '164133.800000', '164133.803000', '164133.806000', '164133.809000', '164133.811000', '164133.814000', '164133.817000', '164133.820000', '164133.823000', '164133.827000', '164133.831000', '164133.834000', '164133.836000', '164137.585000', '164137.588000', '164137.591000', '164137.594000', '164137.597000', '164137.600000', '164137.603000', '164137.606000', '164137.609000'], 'InstanceCreationTime': ['163233.749000', '163233.752000', '163233.755000', '163233.758000', '163233.761000', '163233.764000', '163233.767000', '163233.770000', '163233.773000', '163233.776000', '163233.778000', '163233.781000', '163233.784000', '163233.787000', '163233.790000', '163233.793000', '163233.796000', '163233.799000', '163233.802000', '163233.806000', '163233.809000', '163233.811000', '163233.818000', '163233.822000', '163233.824000', '163233.827000', '163253.711000', '163253.714000', '163253.717000', '163253.720000', '163253.723000', '163253.725000', '163253.728000', '163253.731000', '163253.734000', '163253.737000', '163253.740000', '163253.742000', '163253.745000', '163253.748000', '163253.751000', '163253.809000', '163253.812000', '163253.815000', '163253.818000', '163253.821000', '163253.824000', '163253.826000', '163253.829000', '163253.832000', '163253.835000', '163253.838000', '163253.841000', '163253.843000', '163253.846000', '163253.849000', '163253.852000', '163253.855000', '163253.858000', '163253.861000', '163253.863000', '163253.866000', '163253.869000', '163253.872000', '163253.875000', '163253.878000', '163253.880000', '163253.883000', '163253.886000', '163253.889000', '163313.711000', '163313.714000', '163313.717000', '163313.720000', '163313.723000', '163313.725000', '163313.728000', '163313.731000', '163313.734000', '163313.737000', '163313.740000', '163313.742000', '163313.745000', '163313.748000', '163313.751000', '163313.754000', '163313.757000', '163313.760000', '163313.762000', '163313.765000', '163313.768000', '163313.771000', '163313.774000', '163313.777000', '163313.780000', '163313.782000', '163313.785000', '163313.788000', '163313.791000', '163313.794000', '163313.797000', '163313.800000', '163313.803000', '163313.805000', '163313.808000', '163313.811000', '163313.814000', '163313.817000', '163313.820000', '163313.823000', '163313.825000', '163313.828000', '163313.847000', '163333.711000', '163333.714000', '163333.717000', '163333.720000', '163333.723000', '163333.725000', '163333.728000', '163333.731000', '163333.734000', '163333.737000', '163333.740000', '163333.743000', '163333.745000', '163333.748000', '163333.751000', '163333.754000', '163333.757000', '163333.760000', '163333.763000', '163333.766000', '163333.768000', '163333.771000', '163333.774000', '163333.777000', '163333.780000', '163333.783000', '163333.786000', '163333.789000', '163333.792000', '163333.795000', '163333.797000', '163333.800000', '163333.803000', '163333.806000', '163333.809000', '163333.812000', '163333.815000', '163333.818000', '163333.821000', '163333.824000', '163333.826000', '163333.829000', '163333.832000', '163333.835000', '163353.712000', '163353.715000', '163353.718000', '163353.721000', '163353.724000', '163353.727000', '163353.729000', '163353.732000', '163353.735000', '163353.738000', '163353.741000', '163353.744000', '163353.747000', '163353.750000', '163353.753000', '163353.755000', '163353.758000', '163353.761000', '163353.764000', '163353.767000', '163353.770000', '163353.773000', '163353.776000', '163353.778000', '163353.781000', '163353.786000', '163353.789000', '163353.792000', '163353.795000', '163353.797000', '163353.800000', '163353.803000', '163353.806000', '163353.809000', '163353.812000', '163353.815000', '163353.818000', '163353.821000', '163353.824000', '163353.826000', '163353.829000', '163353.832000', '163353.835000', '163413.711000', '163413.714000', '163413.717000', '163413.720000', '163413.723000', '163413.725000', '163413.728000', '163413.731000', '163413.734000', '163413.737000', '163413.740000', '163413.743000', '163413.746000', '163413.748000', '163413.751000', '163413.754000', '163413.757000', '163413.760000', '163413.763000', '163413.766000', '163413.769000', '163413.771000', '163413.774000', '163413.777000', '163413.780000', '163413.783000', '163413.786000', '163413.789000', '163413.792000', '163413.795000', '163413.798000', '163413.800000', '163413.803000', '163413.806000', '163413.809000', '163413.812000', '163413.815000', '163413.818000', '163413.821000', '163413.823000', '163413.826000', '163413.829000', '163413.832000', '163413.835000', '163433.711000', '163433.714000', '163433.717000', '163433.720000', '163433.723000', '163433.726000', '163433.728000', '163433.731000', '163433.734000', '163433.737000', '163433.740000', '163433.743000', '163433.746000', '163433.749000', '163433.752000', '163433.755000', '163433.757000', '163433.760000', '163433.763000', '163433.766000', '163433.769000', '163433.772000', '163433.775000', '163433.778000', '163433.781000', '163433.784000', '163433.787000', '163433.789000', '163433.792000', '163433.795000', '163433.798000', '163433.801000', '163433.804000', '163433.807000', '163433.810000', '163433.812000', '163433.815000', '163433.818000', '163433.821000', '163433.824000', '163433.827000', '163433.830000', '163433.833000', '163453.711000', '163453.714000', '163453.717000', '163453.720000', '163453.723000', '163453.726000', '163453.728000', '163453.731000', '163453.734000', '163453.737000', '163453.740000', '163453.743000', '163453.746000', '163453.749000', '163453.752000', '163453.754000', '163453.757000', '163453.760000', '163453.763000', '163453.766000', '163453.769000', '163453.772000', '163453.775000', '163453.777000', '163453.780000', '163453.783000', '163453.786000', '163453.789000', '163453.792000', '163453.795000', '163453.798000', '163453.801000', '163453.804000', '163453.806000', '163453.809000', '163453.812000', '163453.815000', '163453.818000', '163453.831000', '163453.834000', '163453.837000', '163453.840000', '163453.843000', '163453.846000', '163513.711000', '163513.714000', '163513.717000', '163513.720000', '163513.723000', '163513.726000', '163513.729000', '163513.731000', '163513.734000', '163513.737000', '163513.740000', '163513.743000', '163513.746000', '163513.749000', '163513.752000', '163513.755000', '163513.758000', '163513.760000', '163513.763000', '163513.766000', '163513.769000', '163513.772000', '163513.775000', '163513.778000', '163513.781000', '163513.784000', '163513.787000', '163513.789000', '163513.792000', '163513.795000', '163513.798000', '163513.801000', '163513.804000', '163513.807000', '163513.809000', '163513.812000', '163513.815000', '163513.818000', '163513.822000', '163513.825000', '163513.828000', '163513.831000', '163513.834000', '163533.711000', '163533.714000', '163533.717000', '163533.720000', '163533.723000', '163533.725000', '163533.728000', '163533.731000', '163533.734000', '163533.737000', '163533.740000', '163533.743000', '163533.746000', '163533.748000', '163533.751000', '163533.754000', '163533.757000', '163533.760000', '163533.763000', '163533.766000', '163533.769000', '163533.771000', '163533.775000', '163533.777000', '163533.780000', '163533.783000', '163533.786000', '163533.789000', '163533.792000', '163533.795000', '163533.798000', '163533.801000', '163533.803000', '163533.806000', '163533.809000', '163533.812000', '163533.815000', '163533.818000', '163533.821000', '163533.824000', '163533.827000', '163533.830000', '163533.833000', '163533.836000', '163553.711000', '163553.714000', '163553.717000', '163553.720000', '163553.723000', '163553.726000', '163553.728000', '163553.731000', '163553.734000', '163553.737000', '163553.740000', '163553.743000', '163553.746000', '163553.749000', '163553.752000', '163553.755000', '163553.758000', '163553.761000', '163553.763000', '163553.766000', '163553.769000', '163553.772000', '163553.775000', '163553.778000', '163553.781000', '163553.784000', '163553.787000', '163553.789000', '163553.792000', '163553.795000', '163553.798000', '163553.801000', '163553.804000', '163553.806000', '163553.809000', '163553.812000', '163553.815000', '163553.818000', '163553.821000', '163553.824000', '163553.827000', '163553.829000', '163553.832000', '163613.712000', '163613.715000', '163613.718000', '163613.721000', '163613.724000', '163613.727000', '163613.730000', '163613.733000', '163613.736000', '163613.739000', '163613.742000', '163613.745000', '163613.748000', '163613.751000', '163613.754000', '163613.756000', '163613.759000', '163613.762000', '163613.765000', '163613.768000', '163613.771000', '163613.774000', '163613.777000', '163613.780000', '163613.783000', '163613.786000', '163613.788000', '163613.791000', '163613.794000', '163613.797000', '163613.800000', '163613.803000', '163613.806000', '163613.809000', '163613.812000', '163613.815000', '163613.817000', '163613.820000', '163613.823000', '163613.826000', '163613.829000', '163613.832000', '163613.835000', '163613.838000', '163633.711000', '163633.714000', '163633.717000', '163633.720000', '163633.723000', '163633.726000', '163633.729000', '163633.731000', '163633.734000', '163633.737000', '163633.740000', '163633.743000', '163633.746000', '163633.749000', '163633.752000', '163633.754000', '163633.757000', '163633.760000', '163633.763000', '163633.788000', '163633.791000', '163633.793000', '163633.796000', '163633.799000', '163633.802000', '163633.805000', '163633.808000', '163633.811000', '163633.814000', '163633.816000', '163633.819000', '163633.822000', '163633.825000', '163633.828000', '163633.831000', '163633.834000', '163633.837000', '163633.840000', '163633.842000', '163633.845000', '163633.848000', '163633.851000', '163633.854000', '163653.711000', '163653.714000', '163653.717000', '163653.720000', '163653.723000', '163653.726000', '163653.729000', '163653.731000', '163653.734000', '163653.737000', '163653.740000', '163653.743000', '163653.746000', '163653.749000', '163653.752000', '163653.755000', '163653.757000', '163653.760000', '163653.763000', '163653.766000', '163653.769000', '163653.772000', '163653.775000', '163653.778000', '163653.781000', '163653.784000', '163653.787000', '163653.790000', '163653.792000', '163653.795000', '163653.798000', '163653.801000', '163653.804000', '163653.807000', '163653.810000', '163653.813000', '163653.816000', '163653.819000', '163653.822000', '163653.824000', '163653.828000', '163653.831000', '163653.834000', '163653.837000', '163713.711000', '163713.714000', '163713.717000', '163713.720000', '163713.723000', '163713.726000', '163713.729000', '163713.732000', '163713.734000', '163713.737000', '163713.740000', '163713.743000', '163713.746000', '163713.749000', '163713.752000', '163713.754000', '163713.757000', '163713.760000', '163713.763000', '163713.766000', '163713.769000', '163713.772000', '163713.775000', '163713.778000', '163713.781000', '163713.784000', '163713.786000', '163713.789000', '163713.792000', '163713.795000', '163713.798000', '163713.801000', '163713.804000', '163713.807000', '163713.810000', '163713.813000', '163713.816000', '163713.818000', '163713.821000', '163713.824000', '163713.827000', '163713.830000', '163713.833000', '163733.711000', '163733.715000', '163733.718000', '163733.721000', '163733.723000', '163733.726000', '163733.729000', '163733.732000', '163733.735000', '163733.738000', '163733.741000', '163733.744000', '163733.747000', '163733.749000', '163733.752000', '163733.755000', '163733.758000', '163733.761000', '163733.764000', '163733.767000', '163733.770000', '163733.773000', '163733.776000', '163733.779000', '163733.782000', '163733.785000', '163733.788000', '163733.791000', '163733.793000', '163733.796000', '163733.799000', '163733.802000', '163733.805000', '163733.808000', '163733.811000', '163733.814000', '163733.817000', '163733.820000', '163733.823000', '163733.825000', '163733.828000', '163733.831000', '163733.834000', '163753.711000', '163753.714000', '163753.719000', '163753.722000', '163753.725000', '163753.728000', '163753.731000', '163753.734000', '163753.737000', '163753.740000', '163753.742000', '163753.745000', '163753.748000', '163753.751000', '163753.754000', '163753.757000', '163753.760000', '163753.763000', '163753.766000', '163753.769000', '163753.771000', '163753.774000', '163753.777000', '163753.780000', '163753.783000', '163753.786000', '163753.789000', '163753.792000', '163753.795000', '163753.797000', '163753.800000', '163753.813000', '163753.816000', '163753.819000', '163753.822000', '163753.825000', '163753.828000', '163753.830000', '163753.833000', '163753.836000', '163753.839000', '163753.842000', '163753.845000', '163753.848000', '163813.711000', '163813.714000', '163813.717000', '163813.720000', '163813.723000', '163813.726000', '163813.729000', '163813.732000', '163813.735000', '163813.738000', '163813.741000', '163813.747000', '163813.750000', '163813.753000', '163813.756000', '163813.759000', '163813.762000', '163813.764000', '163813.767000', '163813.770000', '163813.773000', '163813.776000', '163813.779000', '163813.782000', '163813.785000', '163813.788000', '163813.791000', '163813.793000', '163813.796000', '163813.799000', '163813.802000', '163813.805000', '163813.808000', '163813.811000', '163813.814000', '163813.817000', '163813.820000', '163813.822000', '163813.825000', '163813.828000', '163813.831000', '163813.834000', '163813.837000', '163833.712000', '163833.715000', '163833.718000', '163833.721000', '163833.724000', '163833.727000', '163833.730000', '163833.733000', '163833.736000', '163833.739000', '163833.741000', '163833.744000', '163833.747000', '163833.750000', '163833.753000', '163833.756000', '163833.759000', '163833.762000', '163833.765000', '163833.768000', '163833.770000', '163833.773000', '163833.776000', '163833.779000', '163833.782000', '163833.785000', '163833.788000', '163833.791000', '163833.793000', '163833.796000', '163833.799000', '163833.802000', '163833.805000', '163833.808000', '163833.811000', '163833.814000', '163833.817000', '163833.819000', '163833.822000', '163833.825000', '163833.828000', '163833.831000', '163833.834000', '163833.837000', '163853.711000', '163853.714000', '163853.717000', '163853.720000', '163853.723000', '163853.726000', '163853.729000', '163853.732000', '163853.735000', '163853.738000', '163853.740000', '163853.743000', '163853.746000', '163853.750000', '163853.754000', '163853.757000', '163853.760000', '163853.763000', '163853.766000', '163853.768000', '163853.771000', '163853.774000', '163853.777000', '163853.780000', '163853.783000', '163853.786000', '163853.789000', '163853.792000', '163853.795000', '163853.798000', '163853.800000', '163853.803000', '163853.806000', '163853.809000', '163853.812000', '163853.815000', '163853.818000', '163853.820000', '163853.823000', '163853.826000', '163853.829000', '163853.832000', '163853.835000', '163913.711000', '163913.714000', '163913.717000', '163913.720000', '163913.723000', '163913.726000', '163913.728000', '163913.731000', '163913.734000', '163913.737000', '163913.740000', '163913.743000', '163913.746000', '163913.749000', '163913.752000', '163913.755000', '163913.757000', '163913.760000', '163913.763000', '163913.766000', '163913.769000', '163913.772000', '163913.775000', '163913.778000', '163913.781000', '163913.783000', '163913.786000', '163913.789000', '163913.792000', '163913.795000', '163913.798000', '163913.801000', '163913.804000', '163913.807000', '163913.809000', '163913.812000', '163913.815000', '163913.818000', '163913.821000', '163913.824000', '163913.827000', '163913.841000', '163913.844000', '163913.847000', '163933.711000', '163933.714000', '163933.717000', '163933.720000', '163933.723000', '163933.726000', '163933.729000', '163933.731000', '163933.734000', '163933.737000', '163933.740000', '163933.743000', '163933.746000', '163933.749000', '163933.752000', '163933.755000', '163933.758000', '163933.761000', '163933.764000', '163933.767000', '163933.770000', '163933.773000', '163933.776000', '163933.779000', '163933.782000', '163933.785000', '163933.789000', '163933.792000', '163933.795000', '163933.798000', '163933.801000', '163933.804000', '163933.807000', '163933.809000', '163933.812000', '163933.815000', '163933.818000', '163933.821000', '163933.824000', '163933.827000', '163933.830000', '163933.833000', '163933.836000', '163953.711000', '163953.714000', '163953.717000', '163953.720000', '163953.723000', '163953.726000', '163953.728000', '163953.731000', '163953.734000', '163953.737000', '163953.740000', '163953.743000', '163953.746000', '163953.749000', '163953.752000', '163953.755000', '163953.758000', '163953.761000', '163953.764000', '163953.767000', '163953.770000', '163953.773000', '163953.776000', '163953.779000', '163953.782000', '163953.784000', '163953.787000', '163953.790000', '163953.793000', '163953.796000', '163953.799000', '163953.802000', '163953.805000', '163953.807000', '163953.810000', '163953.813000', '163953.816000', '163953.819000', '163953.822000', '163953.825000', '163953.828000', '163953.831000', '163953.834000', '163953.837000', '164013.711000', '164013.714000', '164013.717000', '164013.720000', '164013.723000', '164013.726000', '164013.729000', '164013.732000', '164013.736000', '164013.739000', '164013.742000', '164013.745000', '164013.748000', '164013.751000', '164013.754000', '164013.756000', '164013.759000', '164013.762000', '164013.765000', '164013.768000', '164013.771000', '164013.774000', '164013.776000', '164013.779000', '164013.782000', '164013.785000', '164013.788000', '164013.791000', '164013.794000', '164013.797000', '164013.800000', '164013.803000', '164013.808000', '164013.811000', '164013.814000', '164013.817000', '164013.820000', '164013.823000', '164013.826000', '164013.829000', '164013.832000', '164013.835000', '164013.837000', '164033.711000', '164033.714000', '164033.717000', '164033.720000', '164033.723000', '164033.726000', '164033.729000', '164033.732000', '164033.735000', '164033.738000', '164033.740000', '164033.743000', '164033.746000', '164033.749000', '164033.752000', '164033.755000', '164033.758000', '164033.760000', '164033.763000', '164033.766000', '164033.769000', '164033.772000', '164033.775000', '164033.778000', '164033.781000', '164033.784000', '164033.787000', '164033.789000', '164033.792000', '164033.795000', '164033.798000', '164033.801000', '164033.804000', '164033.807000', '164033.809000', '164033.812000', '164033.815000', '164033.818000', '164033.834000', '164033.837000', '164033.840000', '164033.843000', '164033.846000', '164033.849000', '164053.712000', '164053.715000', '164053.718000', '164053.721000', '164053.724000', '164053.727000', '164053.730000', '164053.733000', '164053.735000', '164053.738000', '164053.741000', '164053.744000', '164053.747000', '164053.750000', '164053.753000', '164053.756000', '164053.759000', '164053.761000', '164053.764000', '164053.767000', '164053.770000', '164053.773000', '164053.776000', '164053.779000', '164053.782000', '164053.785000', '164053.787000', '164053.790000', '164053.793000', '164053.796000', '164053.799000', '164053.813000', '164053.817000', '164053.821000', '164053.824000', '164053.827000', '164053.829000', '164053.832000', '164053.835000', '164053.838000', '164053.841000', '164053.844000', '164053.847000', '164113.711000', '164113.714000', '164113.717000', '164113.720000', '164113.723000', '164113.726000', '164113.729000', '164113.732000', '164113.735000', '164113.737000', '164113.740000', '164113.743000', '164113.746000', '164113.749000', '164113.752000', '164113.755000', '164113.758000', '164113.761000', '164113.764000', '164113.767000', '164113.769000', '164113.772000', '164113.775000', '164113.778000', '164113.781000', '164113.784000', '164113.787000', '164113.790000', '164113.793000', '164113.796000', '164113.798000', '164113.801000', '164113.804000', '164113.807000', '164113.810000', '164113.813000', '164113.816000', '164113.819000', '164113.822000', '164113.824000', '164113.827000', '164113.830000', '164113.833000', '164113.836000', '164133.711000', '164133.714000', '164133.717000', '164133.720000', '164133.723000', '164133.726000', '164133.729000', '164133.732000', '164133.735000', '164133.738000', '164133.741000', '164133.743000', '164133.746000', '164133.749000', '164133.752000', '164133.755000', '164133.758000', '164133.761000', '164133.764000', '164133.767000', '164133.769000', '164133.773000', '164133.777000', '164133.780000', '164133.783000', '164133.785000', '164133.788000', '164133.791000', '164133.794000', '164133.797000', '164133.800000', '164133.803000', '164133.806000', '164133.809000', '164133.811000', '164133.814000', '164133.817000', '164133.820000', '164133.823000', '164133.827000', '164133.831000', '164133.834000', '164133.836000', '164137.585000', '164137.588000', '164137.591000', '164137.594000', '164137.597000', '164137.600000', '164137.603000', '164137.606000', '164137.609000'], '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], 'LargestImagePixelValue': [5865, 5433, 5868, 5164, 5250, 5387, 5082, 5122, 5205, 5281, 5169, 5163, 5226, 5250, 5072, 5783, 5226, 6269, 5482, 5246, 5197, 5419, 5333, 5165, 5063, 5458, 5216, 5612, 5619, 5467, 5219, 5401, 5612, 5130, 6120, 5366, 4847, 5087, 5331, 5339, 5323, 5575, 6302, 7715, 9002, 5783, 7670, 7283, 5699, 7042, 6764, 5301, 7042, 7406, 5453, 5620, 5673, 8923, 7149, 8006, 5668, 6062, 6590, 8157, 5258, 5325, 5240, 5284, 5379, 5224, 5444, 6953, 5637, 5739, 6794, 7510, 6126, 5863, 8363, 6520, 5629, 7700, 8474, 6923, 7029, 9860, 7099, 5928, 8048, 8345, 5616, 5515, 8760, 6329, 5962, 8502, 6886, 5423, 5972, 7777, 5384, 5457, 6758, 5742, 5444, 5294, 7444, 5299, 5298, 5188, 6223, 5244, 5399, 7377, 5700, 5436, 5360, 8207, 5773, 5457, 6774, 7051, 5485, 5443, 8698, 9173, 7080, 10091, 8454, 6744, 5372, 7361, 8420, 5795, 5219, 6843, 5602, 5461, 5430, 8052, 5411, 5339, 7356, 6331, 6109, 8885, 7479, 6058, 7858, 9182, 7146, 8280, 9337, 6796, 7450, 9884, 5668, 5523, 9362, 6762, 5162, 7387, 5198, 5215, 8432, 6282, 5219, 6817, 5795, 5162, 7772, 6617, 5195, 5779, 8008, 5533, 5552, 8213, 5973, 5563, 8977, 7196, 6789, 9175, 6641, 5687, 8860, 6881, 6283, 6569, 6638, 5273, 5377, 7935, 5704, 5475, 7901, 5239, 5188, 8270, 5706, 5396, 8339, 5230, 5261, 7850, 5544, 5234, 7250, 5395, 5294, 8316, 6270, 5294, 7988, 6081, 5553, 8913, 6500, 5221, 8267, 6734, 5956, 8528, 6891, 5507, 7945, 7799, 5984, 7841, 7932, 5287, 5746, 8321, 6451, 6584, 9192, 6779, 7398, 9363, 7482, 6221, 9429, 5922, 5236, 8865, 6230, 5270, 6341, 6794, 5528, 5787, 8398, 5431, 5259, 7800, 6002, 5262, 5623, 8486, 5502, 6347, 9534, 5933, 5427, 9140, 6365, 5273, 5876, 7747, 5314, 5394, 8649, 5723, 5173, 7758, 7788, 6603, 6423, 9591, 6698, 6103, 9751, 7104, 5231, 6442, 6892, 5310, 5229, 6295, 5333, 5275, 5334, 5582, 5300, 5407, 7100, 5297, 5179, 5020, 5168, 5026, 5127, 6493, 5978, 5401, 5483, 5643, 5509, 5758, 5454, 5617, 5405, 5156, 5185, 5244, 5354, 6874, 7931, 5706, 7935, 6641, 5232, 5512, 4982, 5329, 4804, 4972, 5315, 5023, 4931, 4935, 5058, 8291, 13355, 10807, 12866, 13110, 11305, 11465, 14600, 10993, 7960, 6810, 8638, 6873, 6647, 7257, 8105, 7469, 6505, 6483, 8638, 6705, 6035, 7078, 5132, 5106, 6150, 5229, 11086, 5899, 5322, 5062, 5201, 5594, 5139, 5126, 5068, 5107, 5507, 5107, 5094, 5289, 5160, 5069, 5374, 5215, 5172, 5354, 5864, 5242, 5088, 5260, 5747, 5249, 5203, 5245, 5246, 5299, 5201, 8225, 5944, 5118, 4942, 5029, 5322, 5031, 5769, 7013, 5465, 6754, 5169, 4950, 4942, 8493, 5273, 4952, 4974, 4951, 4996, 5055, 6260, 7144, 6178, 5610, 5289, 5612, 5056, 4677, 4650, 5055, 5001, 4797, 4685, 4615, 5264, 4967, 7161, 8618, 6159, 6615, 5215, 5014, 5307, 5645, 5398, 5471, 5348, 6098, 5174, 6759, 5830, 7461, 8845, 8520, 12509, 10232, 13807, 10052, 8556, 7778, 6101, 5661, 5319, 5176, 7183, 6080, 9048, 7762, 6764, 6798, 5533, 8288, 6145, 5453, 7696, 6279, 5181, 7050, 5711, 5332, 7926, 6487, 5507, 7879, 6066, 5196, 5740, 6551, 5298, 5310, 7068, 5308, 5151, 6557, 6587, 5570, 5274, 8355, 5863, 6042, 7402, 7550, 5482, 5378, 7705, 6273, 5591, 5910, 8932, 6559, 6211, 8285, 8214, 6385, 6528, 9247, 6457, 5354, 8067, 7928, 5745, 6009, 8769, 6403, 5323, 7008, 7926, 5676, 5331, 7891, 14657, 9554, 7118, 5687, 6117, 5472, 5379, 6401, 6240, 5456, 5414, 7906, 6387, 5284, 7448, 7454, 6937, 8400, 8922, 7491, 6629, 7998, 5504, 5428, 7749, 5294, 5242, 5236, 6506, 5309, 5303, 5362, 5793, 5377, 5608, 6820, 5325, 5299, 6857, 5882, 5402, 5380, 7361, 5294, 5285, 7227, 5733, 5216, 7484, 6263, 5289, 6151, 7824, 5506, 5379, 8303, 5903, 5272, 8427, 6577, 5515, 8066, 7157, 11084, 7757, 8263, 5585, 5475, 7703, 5345, 5490, 7537, 5673, 5417, 7715, 6376, 5528, 7715, 7061, 5453, 8676, 7000, 5485, 7347, 6748, 5411, 6218, 6535, 5432, 6031, 7772, 5565, 5958, 8276, 5883, 6294, 8580, 5763, 6058, 8716, 5923, 6179, 8132, 5302, 5979, 7899, 5580, 6151, 8351, 5423, 6111, 7965, 5561, 5966, 8267, 5324, 5850, 8030, 5566, 5517, 7935, 5454, 5191, 7417, 5714, 5347, 7917, 6382, 5289, 6959, 6227, 5290, 5951, 6740, 5405, 5452, 7335, 5125, 5387, 10078, 7827, 5778, 5910, 8146, 5401, 5394, 8751, 6233, 5405, 9715, 5714, 6123, 8869, 5716, 6275, 7077, 5298, 5769, 6679, 5273, 6442, 6574, 5251, 6776, 6488, 5315, 6269, 7502, 5390, 5570, 8082, 5441, 5350, 5454, 6750, 5417, 5450, 8478, 5628, 5466, 8157, 7086, 5712, 7276, 8072, 5640, 5584, 7941, 7460, 5570, 5776, 8536, 6178, 5486, 8018, 6849, 5240, 8359, 7418, 5659, 6005, 7955, 5291, 5258, 5995, 5482, 5348, 5293, 5986, 6574, 5412, 5940, 8420, 5404, 7234, 7976, 5515, 5519, 8320, 6544, 5440, 5565, 8361, 5531, 5292, 6569, 8493, 5959, 5225, 6433, 11678, 9272, 7871, 7506, 8167, 5990, 5525, 6604, 6788, 5240, 5255, 5758, 6545, 5329, 5224, 5573, 6523, 5211, 5216, 5606, 6037, 5310, 5259, 5957, 6204, 5435, 5534, 7080, 6466, 5352, 5666, 5785, 5570, 5363, 5866, 6917, 5463, 5334, 6750, 7241, 6056, 5451, 9099, 7006, 5415, 6654, 7883, 5528, 5356, 6701, 5969, 5479, 5426, 6357, 6170, 5364, 5672, 7861, 5850, 5420, 5820, 7865, 5359, 5348, 5924, 7904, 5400, 5221, 6063, 7010, 5330, 5277, 5763, 7285, 13860, 10743, 6757, 6465, 5934, 5818, 5346, 5341, 5739, 5920, 5611, 5353, 5585, 6016, 5609, 5410, 6388, 7497, 5750, 5388, 5288, 6935, 5251, 5249, 5188, 7748, 5250, 5315, 7212, 6681, 5909, 5480, 8257, 5389, 5282, 6893, 7083, 5284, 5855, 9201, 7031, 5630, 7971, 8841, 5610, 5241, 6501, 6183, 5307, 5138, 7739, 5895, 5253, 6781, 7551, 5584, 7046, 8871, 5553, 5756, 8756, 6342, 5098, 6655, 7556, 5679, 5159, 8585, 5888, 5156, 9142, 7275, 5554, 9660, 12665, 8697, 7491, 7437, 5573, 5327, 7278, 5196, 5273, 6930, 5553, 5215, 5236, 6386, 5275, 5232, 6591, 5223, 5245, 6263, 5798, 5285, 7107, 6802, 5285, 6551, 6301, 5224, 5458, 7376, 5476, 5397, 7756, 5296, 5285, 6532, 5629, 5159, 5971, 6302, 5243, 5335, 8117, 5571, 5236, 7650, 6170, 5209, 7106, 5943, 5257, 7310, 7023, 5183, 6163, 7043, 5107, 5118, 7528, 5259, 5192, 7346, 5731, 5127, 6328, 6377, 5199, 6099, 6668, 5207, 5697, 7149, 5520, 5362, 6819, 5165, 5231, 7075, 5210, 5255, 6534, 6007, 5258, 6028, 6667, 5356, 5511, 8032, 5291, 5419, 8017, 6485, 5347, 7548, 6981, 5363, 6639, 6961, 5253, 5777, 7737, 6359, 5018, 5077, 5156, 5323, 5584, 4909, 5157, 5035, 4917, 6080, 13083, 14451, 8798, 6509, 5322, 5019, 4845, 6030, 6744, 8089, 8582, 7259, 7503, 7495, 6426, 5358, 5591, 5246, 5867, 6208, 5612, 5174, 7162, 6626, 5385, 6612, 7798, 5947, 5055, 7739, 6698, 5673, 6190, 7172, 5476, 5194, 8787, 8089, 7005, 5363, 7287, 5591, 5069, 5128, 6375, 6162, 5671, 6998, 7502, 6097, 6484, 7044, 5478, 5100, 7149, 7341, 6397, 5899, 9232, 7121, 6136, 9372, 6942, 5362, 8192, 6133, 5308, 6801, 6043, 5216, 6637, 6817, 5376, 5762, 6908, 5226, 5390, 7421, 5861, 5430, 5701, 7069, 5365, 5444, 8631, 6701, 6202, 7650, 6576, 5490, 6694, 7711, 6277, 5586, 8403, 6165, 5745, 8985, 12303, 7178, 5293, 5340, 5768, 5286, 5512, 6751, 5164, 5030, 5100, 5021, 5127, 5197, 5769, 5210, 4973, 5986, 5061, 5364, 5175, 6899, 5200, 5056, 5030, 4910, 5885, 5835, 6201, 7919, 8272, 7985, 5695, 5608, 5138, 5067, 4987, 5655, 5253, 5191, 6090, 6538, 6002, 8024, 8149, 6343, 8801, 6823, 9372, 6739, 6917, 7043, 5617, 7344, 6948, 5645, 6033, 8581, 7102, 7603, 7309, 6360, 6560, 5479, 5193, 5623, 5896, 5284, 6445, 5426, 5121, 6371, 6808, 6190, 5568, 6979, 7849, 5783, 5040, 7418, 6442, 5289, 6486, 6229, 5463, 5207, 6137, 5115, 5104, 6386, 6481, 5543, 5344, 5328, 5482, 5224, 5453, 5283, 5485], 'WindowCenter': [3349.0, 3335.0, 3332.0, 3308.0, 3307.0, 3307.0, 3307.0, 3318.0, 3319.0, 3320.0, 3320.0, 3319.0, 3319.0, 3320.0, 3319.0, 3318.0, 3307.0, 3340.0, 3318.0, 3308.0, 3307.0, 3319.0, 3317.0, 3318.0, 3306.0, 3317.0, 3318.0, 3316.0, 3326.0, 3316.0, 3305.0, 3316.0, 3328.0, 3305.0, 3341.0, 3301.0, 3098.0, 3229.0, 3321.0, 3291.0, 3283.0, 3268.0, 3277.0, 3307.0, 3256.0, 3250.0, 3283.0, 3269.0, 3233.0, 3269.0, 3257.0, 3234.0, 3256.0, 3265.0, 3233.0, 3243.0, 3249.0, 3327.0, 3330.0, 3323.0, 3277.0, 3314.0, 3312.0, 3334.0, 3292.0, 3304.0, 3304.0, 3305.0, 3208.0, 3297.0, 3293.0, 3313.0, 3303.0, 3302.0, 3314.0, 3324.0, 3314.0, 3303.0, 3334.0, 3314.0, 3304.0, 3325.0, 3336.0, 3324.0, 3323.0, 3344.0, 3312.0, 3300.0, 3322.0, 3322.0, 3289.0, 3290.0, 3332.0, 3300.0, 3300.0, 3320.0, 3310.0, 3288.0, 3300.0, 3321.0, 3288.0, 3288.0, 3311.0, 3302.0, 3292.0, 3291.0, 3322.0, 3291.0, 3291.0, 3291.0, 3303.0, 3292.0, 3302.0, 3323.0, 3301.0, 3302.0, 3303.0, 3334.0, 3302.0, 3290.0, 3312.0, 3322.0, 3290.0, 3291.0, 3348.0, 3348.0, 3317.0, 3353.0, 3353.0, 3329.0, 3306.0, 3327.0, 3337.0, 3304.0, 3294.0, 3325.0, 3304.0, 3305.0, 3305.0, 3337.0, 3305.0, 3306.0, 3338.0, 3327.0, 3317.0, 3349.0, 3337.0, 3316.0, 3336.0, 3347.0, 3325.0, 3335.0, 3334.0, 3316.0, 3328.0, 3347.0, 3304.0, 3292.0, 3334.0, 3313.0, 3292.0, 3323.0, 3292.0, 3292.0, 3334.0, 3314.0, 3293.0, 3315.0, 3304.0, 3294.0, 3324.0, 3314.0, 3293.0, 3304.0, 3336.0, 3304.0, 3304.0, 3337.0, 3315.0, 3305.0, 3347.0, 3325.0, 3325.0, 3346.0, 3313.0, 3303.0, 3335.0, 3324.0, 3313.0, 3313.0, 3313.0, 3292.0, 3303.0, 3334.0, 3303.0, 3303.0, 3335.0, 3293.0, 3292.0, 3334.0, 3303.0, 3292.0, 3335.0, 3293.0, 3294.0, 3335.0, 3304.0, 3294.0, 3337.0, 3305.0, 3305.0, 3337.0, 3316.0, 3305.0, 3336.0, 3315.0, 3305.0, 3347.0, 3326.0, 3305.0, 3348.0, 3327.0, 3316.0, 3347.0, 3326.0, 3304.0, 3337.0, 3337.0, 3315.0, 3336.0, 3336.0, 3304.0, 3315.0, 3347.0, 3327.0, 3326.0, 3347.0, 3327.0, 3337.0, 3347.0, 3325.0, 3314.0, 3346.0, 3314.0, 3292.0, 3347.0, 3314.0, 3294.0, 3326.0, 3326.0, 3305.0, 3316.0, 3348.0, 3307.0, 3307.0, 3338.0, 3316.0, 3307.0, 3329.0, 3349.0, 3317.0, 3328.0, 3359.0, 3316.0, 3307.0, 3359.0, 3327.0, 3305.0, 3316.0, 3349.0, 3305.0, 3306.0, 3349.0, 3318.0, 3306.0, 3350.0, 3338.0, 3328.0, 3328.0, 3359.0, 3327.0, 3316.0, 3347.0, 3326.0, 3293.0, 3314.0, 3325.0, 3304.0, 3304.0, 3314.0, 3305.0, 3305.0, 3306.0, 3305.0, 3306.0, 3316.0, 3340.0, 3280.0, 3107.0, 3140.0, 3242.0, 3219.0, 3145.0, 3312.0, 3318.0, 3286.0, 3271.0, 3280.0, 3268.0, 3279.0, 3269.0, 3279.0, 3268.0, 3267.0, 3267.0, 3256.0, 3268.0, 3289.0, 3299.0, 3252.0, 3316.0, 3276.0, 3243.0, 3255.0, 3255.0, 3195.0, 3169.0, 3222.0, 3236.0, 3225.0, 3224.0, 3227.0, 3227.0, 3260.0, 3391.0, 3335.0, 3320.0, 3346.0, 3319.0, 3302.0, 3383.0, 3340.0, 3314.0, 3302.0, 3322.0, 3290.0, 3287.0, 3298.0, 3298.0, 3298.0, 3275.0, 3275.0, 3295.0, 3273.0, 3260.0, 3270.0, 3249.0, 3251.0, 3261.0, 3223.0, 3271.0, 3275.0, 3246.0, 3247.0, 3248.0, 3249.0, 3249.0, 3249.0, 3251.0, 3250.0, 3249.0, 3250.0, 3251.0, 3262.0, 3251.0, 3251.0, 3261.0, 3252.0, 3263.0, 3246.0, 3275.0, 3251.0, 3251.0, 3262.0, 3273.0, 3262.0, 3263.0, 3261.0, 3263.0, 3275.0, 3265.0, 3327.0, 3288.0, 3277.0, 3265.0, 3276.0, 3277.0, 3265.0, 3264.0, 3285.0, 3250.0, 3270.0, 3235.0, 3222.0, 3197.0, 3279.0, 3127.0, 2990.0, 3037.0, 3026.0, 3091.0, 3088.0, 3116.0, 3385.0, 3047.0, 3259.0, 3140.0, 3261.0, 3221.0, 3191.0, 3191.0, 3218.0, 3207.0, 3221.0, 3221.0, 3212.0, 3251.0, 3238.0, 3231.0, 3327.0, 3285.0, 3264.0, 3225.0, 3223.0, 3233.0, 3233.0, 3248.0, 3248.0, 3237.0, 3243.0, 3219.0, 3254.0, 3245.0, 3266.0, 3245.0, 3193.0, 3360.0, 3332.0, 3353.0, 3351.0, 3360.0, 3335.0, 3311.0, 3309.0, 3299.0, 3300.0, 3319.0, 3298.0, 3340.0, 3318.0, 3307.0, 3306.0, 3297.0, 3328.0, 3307.0, 3297.0, 3317.0, 3307.0, 3285.0, 3317.0, 3296.0, 3297.0, 3340.0, 3306.0, 3294.0, 3325.0, 3293.0, 3283.0, 3294.0, 3316.0, 3295.0, 3296.0, 3329.0, 3307.0, 3297.0, 3318.0, 3318.0, 3296.0, 3297.0, 3340.0, 3307.0, 3308.0, 3328.0, 3328.0, 3297.0, 3308.0, 3328.0, 3317.0, 3296.0, 3307.0, 3350.0, 3318.0, 3319.0, 3339.0, 3338.0, 3318.0, 3318.0, 3350.0, 3317.0, 3296.0, 3338.0, 3338.0, 3305.0, 3306.0, 3339.0, 3317.0, 3297.0, 3328.0, 3338.0, 3308.0, 3310.0, 3328.0, 3378.0, 3363.0, 3334.0, 3312.0, 3322.0, 3310.0, 3312.0, 3321.0, 3321.0, 3309.0, 3311.0, 3343.0, 3321.0, 3298.0, 3331.0, 3330.0, 3330.0, 3340.0, 3340.0, 3329.0, 3320.0, 3328.0, 3296.0, 3298.0, 3329.0, 3297.0, 3286.0, 3286.0, 3319.0, 3298.0, 3297.0, 3309.0, 3310.0, 3311.0, 3310.0, 3332.0, 3310.0, 3311.0, 3332.0, 3321.0, 3311.0, 3311.0, 3342.0, 3312.0, 3311.0, 3332.0, 3310.0, 3300.0, 3331.0, 3320.0, 3310.0, 3321.0, 3343.0, 3311.0, 3310.0, 3342.0, 3309.0, 3299.0, 3340.0, 3320.0, 3298.0, 3342.0, 3320.0, 3358.0, 3321.0, 3331.0, 3286.0, 3287.0, 3318.0, 3297.0, 3298.0, 3331.0, 3299.0, 3299.0, 3330.0, 3310.0, 3299.0, 3330.0, 3320.0, 3297.0, 3328.0, 3318.0, 3286.0, 3318.0, 3308.0, 3297.0, 3308.0, 3307.0, 3298.0, 3309.0, 3329.0, 3297.0, 3309.0, 3340.0, 3298.0, 3320.0, 3340.0, 3298.0, 3309.0, 3340.0, 3308.0, 3308.0, 3329.0, 3297.0, 3309.0, 3330.0, 3298.0, 3308.0, 3339.0, 3298.0, 3310.0, 3329.0, 3298.0, 3309.0, 3340.0, 3298.0, 3310.0, 3330.0, 3298.0, 3298.0, 3341.0, 3299.0, 3300.0, 3330.0, 3309.0, 3299.0, 3329.0, 3319.0, 3299.0, 3331.0, 3320.0, 3310.0, 3320.0, 3319.0, 3309.0, 3310.0, 3342.0, 3299.0, 3286.0, 3402.0, 3350.0, 3314.0, 3312.0, 3342.0, 3300.0, 3300.0, 3342.0, 3320.0, 3299.0, 3351.0, 3309.0, 3307.0, 3340.0, 3308.0, 3308.0, 3318.0, 3297.0, 3308.0, 3318.0, 3298.0, 3319.0, 3318.0, 3298.0, 3319.0, 3319.0, 3298.0, 3319.0, 3330.0, 3311.0, 3311.0, 3341.0, 3298.0, 3310.0, 3311.0, 3331.0, 3312.0, 3312.0, 3343.0, 3322.0, 3323.0, 3356.0, 3334.0, 3313.0, 3331.0, 3332.0, 3310.0, 3300.0, 3331.0, 3330.0, 3298.0, 3310.0, 3342.0, 3310.0, 3299.0, 3330.0, 3318.0, 3287.0, 3342.0, 3319.0, 3297.0, 3309.0, 3329.0, 3286.0, 3287.0, 3309.0, 3298.0, 3299.0, 3311.0, 3311.0, 3321.0, 3300.0, 3311.0, 3344.0, 3300.0, 3329.0, 3329.0, 3297.0, 3298.0, 3329.0, 3308.0, 3298.0, 3298.0, 3340.0, 3298.0, 3298.0, 3321.0, 3343.0, 3310.0, 3301.0, 3309.0, 3356.0, 3331.0, 3320.0, 3319.0, 3330.0, 3296.0, 3286.0, 3307.0, 3307.0, 3285.0, 3287.0, 3297.0, 3307.0, 3285.0, 3286.0, 3287.0, 3308.0, 3288.0, 3287.0, 3296.0, 3309.0, 3299.0, 3298.0, 3310.0, 3309.0, 3299.0, 3299.0, 3320.0, 3307.0, 3298.0, 3309.0, 3310.0, 3300.0, 3299.0, 3311.0, 3333.0, 3300.0, 3300.0, 3322.0, 3334.0, 3326.0, 3302.0, 3344.0, 3322.0, 3299.0, 3322.0, 3332.0, 3300.0, 3300.0, 3320.0, 3310.0, 3300.0, 3302.0, 3322.0, 3312.0, 3300.0, 3311.0, 3343.0, 3312.0, 3301.0, 3312.0, 3331.0, 3299.0, 3300.0, 3311.0, 3343.0, 3300.0, 3289.0, 3311.0, 3332.0, 3301.0, 3301.0, 3312.0, 3319.0, 3369.0, 3400.0, 3358.0, 3329.0, 3327.0, 3316.0, 3317.0, 3316.0, 3327.0, 3326.0, 3316.0, 3248.0, 3263.0, 3299.0, 3285.0, 3273.0, 3294.0, 3305.0, 3283.0, 3284.0, 3273.0, 3306.0, 3273.0, 3273.0, 3275.0, 3317.0, 3274.0, 3286.0, 3318.0, 3307.0, 3296.0, 3286.0, 3328.0, 3284.0, 3285.0, 3306.0, 3306.0, 3285.0, 3285.0, 3328.0, 3318.0, 3297.0, 3320.0, 3327.0, 3283.0, 3273.0, 3295.0, 3294.0, 3284.0, 3274.0, 3316.0, 3285.0, 3287.0, 3308.0, 3318.0, 3285.0, 3318.0, 3328.0, 3273.0, 3284.0, 3327.0, 3295.0, 3274.0, 3306.0, 3316.0, 3284.0, 3285.0, 3327.0, 3296.0, 3275.0, 3339.0, 3317.0, 3284.0, 3315.0, 3358.0, 3319.0, 3294.0, 3293.0, 3272.0, 3272.0, 3304.0, 3272.0, 3273.0, 3306.0, 3274.0, 3274.0, 3275.0, 3309.0, 3275.0, 3275.0, 3308.0, 3286.0, 3288.0, 3308.0, 3298.0, 3287.0, 3318.0, 3308.0, 3287.0, 3297.0, 3309.0, 3287.0, 3287.0, 3319.0, 3286.0, 3287.0, 3318.0, 3286.0, 3287.0, 3308.0, 3297.0, 3290.0, 3298.0, 3308.0, 3276.0, 3286.0, 3329.0, 3286.0, 3287.0, 3319.0, 3298.0, 3286.0, 3319.0, 3297.0, 3275.0, 3306.0, 3306.0, 3274.0, 3295.0, 3305.0, 3274.0, 3274.0, 3316.0, 3274.0, 3275.0, 3317.0, 3284.0, 3275.0, 3307.0, 3307.0, 3285.0, 3295.0, 3305.0, 3274.0, 3284.0, 3305.0, 3285.0, 3285.0, 3306.0, 3286.0, 3287.0, 3318.0, 3287.0, 3287.0, 3309.0, 3308.0, 3288.0, 3309.0, 3307.0, 3287.0, 3297.0, 3329.0, 3286.0, 3286.0, 3329.0, 3307.0, 3285.0, 3317.0, 3318.0, 3287.0, 3318.0, 3317.0, 3272.0, 3281.0, 3290.0, 3298.0, 3172.0, 3269.0, 3086.0, 3083.0, 3188.0, 3150.0, 3149.0, 3150.0, 3125.0, 3159.0, 3445.0, 3468.0, 3364.0, 3283.0, 3254.0, 3230.0, 3217.0, 3236.0, 3240.0, 3287.0, 3298.0, 3274.0, 3273.0, 3286.0, 3275.0, 3254.0, 3254.0, 3255.0, 3265.0, 3265.0, 3266.0, 3256.0, 3288.0, 3276.0, 3255.0, 3276.0, 3286.0, 3279.0, 3256.0, 3300.0, 3289.0, 3268.0, 3279.0, 3289.0, 3268.0, 3269.0, 3313.0, 3312.0, 3290.0, 3268.0, 3300.0, 3269.0, 3271.0, 3272.0, 3305.0, 3293.0, 3294.0, 3316.0, 3314.0, 3293.0, 3305.0, 3304.0, 3284.0, 3285.0, 3317.0, 3317.0, 3307.0, 3296.0, 3338.0, 3317.0, 3295.0, 3337.0, 3305.0, 3284.0, 3327.0, 3294.0, 3284.0, 3306.0, 3306.0, 3286.0, 3318.0, 3318.0, 3297.0, 3297.0, 3318.0, 3287.0, 3298.0, 3331.0, 3309.0, 3298.0, 3310.0, 3331.0, 3310.0, 3310.0, 3352.0, 3320.0, 3309.0, 3341.0, 3320.0, 3298.0, 3319.0, 3329.0, 3319.0, 3298.0, 3340.0, 3308.0, 3308.0, 3275.0, 3416.0, 3339.0, 3314.0, 3312.0, 3313.0, 3313.0, 3312.0, 3321.0, 3299.0, 3299.0, 3311.0, 3284.0, 3283.0, 3284.0, 3306.0, 3297.0, 3298.0, 3308.0, 3285.0, 3282.0, 3270.0, 3301.0, 3256.0, 3256.0, 3255.0, 3245.0, 3281.0, 3281.0, 3270.0, 3318.0, 3343.0, 3319.0, 3285.0, 3296.0, 3286.0, 3286.0, 3287.0, 3309.0, 3287.0, 3287.0, 3308.0, 3307.0, 3295.0, 3316.0, 3315.0, 3293.0, 3313.0, 3291.0, 3311.0, 3290.0, 3290.0, 3289.0, 3268.0, 3290.0, 3289.0, 3268.0, 3278.0, 3298.0, 3275.0, 3298.0, 3286.0, 3279.0, 3291.0, 3283.0, 3272.0, 3284.0, 3283.0, 3283.0, 3293.0, 3272.0, 3273.0, 3305.0, 3317.0, 3307.0, 3296.0, 3316.0, 3328.0, 3296.0, 3286.0, 3317.0, 3307.0, 3285.0, 3305.0, 3294.0, 3284.0, 3273.0, 3294.0, 3272.0, 3283.0, 3307.0, 3306.0, 3284.0, 3284.0, 3284.0, 3297.0, 3297.0, 3298.0, 3310.0, 3311.0], 'WindowWidth': [7664.0, 7637.0, 7623.0, 7581.0, 7580.0, 7581.0, 7584.0, 7599.0, 7603.0, 7607.0, 7605.0, 7603.0, 7605.0, 7607.0, 7603.0, 7599.0, 7583.0, 7630.0, 7599.0, 7587.0, 7585.0, 7602.0, 7597.0, 7600.0, 7582.0, 7600.0, 7601.0, 7596.0, 7609.0, 7595.0, 7580.0, 7595.0, 7614.0, 7579.0, 7639.0, 7566.0, 7178.0, 7445.0, 7612.0, 7544.0, 7536.0, 7505.0, 7513.0, 7579.0, 7457.0, 7463.0, 7509.0, 7484.0, 7425.0, 7484.0, 7465.0, 7427.0, 7457.0, 7471.0, 7428.0, 7444.0, 7463.0, 7607.0, 7612.0, 7587.0, 7515.0, 7578.0, 7573.0, 7605.0, 7546.0, 7567.0, 7567.0, 7571.0, 7381.0, 7567.0, 7550.0, 7575.0, 7564.0, 7561.0, 7580.0, 7593.0, 7579.0, 7562.0, 7605.0, 7581.0, 7567.0, 7594.0, 7610.0, 7591.0, 7589.0, 7617.0, 7571.0, 7555.0, 7585.0, 7583.0, 7537.0, 7541.0, 7598.0, 7553.0, 7551.0, 7579.0, 7564.0, 7535.0, 7552.0, 7581.0, 7535.0, 7535.0, 7568.0, 7562.0, 7547.0, 7544.0, 7586.0, 7543.0, 7544.0, 7545.0, 7563.0, 7550.0, 7563.0, 7590.0, 7560.0, 7560.0, 7563.0, 7606.0, 7560.0, 7544.0, 7573.0, 7587.0, 7542.0, 7546.0, 7629.0, 7631.0, 7591.0, 7654.0, 7645.0, 7607.0, 7573.0, 7601.0, 7614.0, 7567.0, 7554.0, 7595.0, 7567.0, 7569.0, 7570.0, 7615.0, 7571.0, 7575.0, 7618.0, 7603.0, 7589.0, 7633.0, 7615.0, 7586.0, 7612.0, 7627.0, 7596.0, 7609.0, 7604.0, 7584.0, 7605.0, 7624.0, 7565.0, 7547.0, 7603.0, 7573.0, 7546.0, 7590.0, 7547.0, 7546.0, 7603.0, 7580.0, 7552.0, 7581.0, 7566.0, 7554.0, 7592.0, 7578.0, 7551.0, 7567.0, 7611.0, 7567.0, 7567.0, 7613.0, 7583.0, 7571.0, 7626.0, 7595.0, 7594.0, 7622.0, 7577.0, 7563.0, 7607.0, 7591.0, 7575.0, 7575.0, 7577.0, 7549.0, 7564.0, 7605.0, 7563.0, 7565.0, 7609.0, 7552.0, 7551.0, 7606.0, 7563.0, 7549.0, 7608.0, 7553.0, 7555.0, 7607.0, 7567.0, 7556.0, 7615.0, 7572.0, 7572.0, 7615.0, 7586.0, 7571.0, 7614.0, 7586.0, 7572.0, 7627.0, 7598.0, 7572.0, 7631.0, 7604.0, 7587.0, 7629.0, 7599.0, 7569.0, 7615.0, 7614.0, 7584.0, 7612.0, 7611.0, 7569.0, 7586.0, 7627.0, 7602.0, 7600.0, 7629.0, 7602.0, 7614.0, 7627.0, 7596.0, 7581.0, 7624.0, 7581.0, 7550.0, 7628.0, 7581.0, 7556.0, 7599.0, 7599.0, 7571.0, 7587.0, 7630.0, 7577.0, 7579.0, 7618.0, 7588.0, 7580.0, 7612.0, 7636.0, 7590.0, 7606.0, 7648.0, 7588.0, 7577.0, 7646.0, 7603.0, 7572.0, 7588.0, 7636.0, 7573.0, 7574.0, 7633.0, 7594.0, 7578.0, 7637.0, 7620.0, 7605.0, 7606.0, 7648.0, 7602.0, 7585.0, 7628.0, 7598.0, 7553.0, 7582.0, 7599.0, 7569.0, 7569.0, 7583.0, 7571.0, 7572.0, 7575.0, 7573.0, 7575.0, 7590.0, 7625.0, 7525.0, 7192.0, 7255.0, 7465.0, 7409.0, 7273.0, 7624.0, 7609.0, 7536.0, 7506.0, 7513.0, 7496.0, 7511.0, 7499.0, 7513.0, 7495.0, 7494.0, 7494.0, 7478.0, 7497.0, 7524.0, 7537.0, 7459.0, 7575.0, 7498.0, 7453.0, 7472.0, 7475.0, 7352.0, 7317.0, 7411.0, 7436.0, 7418.0, 7414.0, 7422.0, 7419.0, 7498.0, 7734.0, 7611.0, 7576.0, 7625.0, 7572.0, 7532.0, 7725.0, 7624.0, 7575.0, 7556.0, 7580.0, 7531.0, 7523.0, 7539.0, 7538.0, 7538.0, 7504.0, 7504.0, 7528.0, 7497.0, 7477.0, 7489.0, 7460.0, 7466.0, 7477.0, 7412.0, 7494.0, 7508.0, 7452.0, 7456.0, 7458.0, 7460.0, 7464.0, 7463.0, 7465.0, 7466.0, 7463.0, 7466.0, 7470.0, 7483.0, 7469.0, 7470.0, 7482.0, 7472.0, 7490.0, 7451.0, 7509.0, 7470.0, 7469.0, 7484.0, 7500.0, 7487.0, 7492.0, 7486.0, 7491.0, 7510.0, 7497.0, 7607.0, 7532.0, 7518.0, 7497.0, 7513.0, 7514.0, 7494.0, 7487.0, 7515.0, 7462.0, 7487.0, 7434.0, 7414.0, 7365.0, 7499.0, 7226.0, 6960.0, 7035.0, 7020.0, 7139.0, 7129.0, 7209.0, 7814.0, 7078.0, 7485.0, 7253.0, 7483.0, 7408.0, 7343.0, 7344.0, 7392.0, 7375.0, 7404.0, 7405.0, 7395.0, 7465.0, 7437.0, 7433.0, 7623.0, 7533.0, 7479.0, 7415.0, 7410.0, 7423.0, 7422.0, 7456.0, 7454.0, 7433.0, 7435.0, 7399.0, 7452.0, 7444.0, 7470.0, 7435.0, 7336.0, 7675.0, 7605.0, 7719.0, 7665.0, 7669.0, 7621.0, 7584.0, 7577.0, 7563.0, 7566.0, 7586.0, 7555.0, 7613.0, 7582.0, 7565.0, 7564.0, 7554.0, 7596.0, 7567.0, 7555.0, 7580.0, 7568.0, 7538.0, 7579.0, 7551.0, 7557.0, 7617.0, 7568.0, 7548.0, 7588.0, 7546.0, 7534.0, 7551.0, 7583.0, 7555.0, 7556.0, 7606.0, 7572.0, 7561.0, 7590.0, 7588.0, 7557.0, 7562.0, 7619.0, 7574.0, 7575.0, 7602.0, 7601.0, 7562.0, 7578.0, 7602.0, 7588.0, 7558.0, 7575.0, 7634.0, 7589.0, 7591.0, 7618.0, 7617.0, 7590.0, 7589.0, 7634.0, 7586.0, 7559.0, 7615.0, 7616.0, 7569.0, 7571.0, 7619.0, 7587.0, 7561.0, 7601.0, 7616.0, 7576.0, 7583.0, 7597.0, 7718.0, 7670.0, 7617.0, 7585.0, 7597.0, 7580.0, 7584.0, 7595.0, 7594.0, 7578.0, 7582.0, 7628.0, 7595.0, 7562.0, 7609.0, 7606.0, 7606.0, 7618.0, 7617.0, 7601.0, 7592.0, 7601.0, 7554.0, 7560.0, 7600.0, 7557.0, 7543.0, 7544.0, 7588.0, 7560.0, 7561.0, 7579.0, 7582.0, 7585.0, 7581.0, 7611.0, 7581.0, 7586.0, 7613.0, 7598.0, 7583.0, 7586.0, 7627.0, 7588.0, 7587.0, 7612.0, 7583.0, 7571.0, 7611.0, 7595.0, 7583.0, 7599.0, 7628.0, 7583.0, 7581.0, 7625.0, 7578.0, 7566.0, 7621.0, 7592.0, 7563.0, 7626.0, 7590.0, 7652.0, 7590.0, 7601.0, 7539.0, 7540.0, 7583.0, 7555.0, 7559.0, 7605.0, 7561.0, 7564.0, 7602.0, 7577.0, 7563.0, 7603.0, 7590.0, 7556.0, 7598.0, 7584.0, 7541.0, 7583.0, 7571.0, 7558.0, 7572.0, 7570.0, 7559.0, 7577.0, 7602.0, 7559.0, 7577.0, 7618.0, 7561.0, 7591.0, 7617.0, 7560.0, 7576.0, 7617.0, 7574.0, 7573.0, 7602.0, 7558.0, 7576.0, 7604.0, 7560.0, 7573.0, 7616.0, 7562.0, 7579.0, 7601.0, 7561.0, 7577.0, 7618.0, 7561.0, 7579.0, 7604.0, 7561.0, 7563.0, 7622.0, 7565.0, 7567.0, 7606.0, 7579.0, 7566.0, 7605.0, 7590.0, 7565.0, 7608.0, 7594.0, 7581.0, 7594.0, 7593.0, 7580.0, 7583.0, 7629.0, 7568.0, 7541.0, 7752.0, 7654.0, 7595.0, 7587.0, 7625.0, 7566.0, 7568.0, 7624.0, 7594.0, 7566.0, 7634.0, 7576.0, 7573.0, 7619.0, 7574.0, 7573.0, 7586.0, 7559.0, 7575.0, 7588.0, 7562.0, 7591.0, 7589.0, 7562.0, 7592.0, 7590.0, 7564.0, 7589.0, 7607.0, 7584.0, 7583.0, 7620.0, 7561.0, 7582.0, 7585.0, 7612.0, 7588.0, 7588.0, 7628.0, 7600.0, 7606.0, 7650.0, 7617.0, 7586.0, 7606.0, 7608.0, 7578.0, 7565.0, 7606.0, 7604.0, 7561.0, 7579.0, 7623.0, 7577.0, 7563.0, 7605.0, 7588.0, 7545.0, 7621.0, 7586.0, 7555.0, 7574.0, 7600.0, 7540.0, 7543.0, 7576.0, 7562.0, 7566.0, 7583.0, 7583.0, 7595.0, 7567.0, 7584.0, 7629.0, 7567.0, 7602.0, 7603.0, 7559.0, 7562.0, 7601.0, 7573.0, 7559.0, 7561.0, 7618.0, 7561.0, 7561.0, 7593.0, 7626.0, 7580.0, 7569.0, 7572.0, 7647.0, 7603.0, 7586.0, 7585.0, 7598.0, 7550.0, 7536.0, 7565.0, 7565.0, 7536.0, 7541.0, 7553.0, 7565.0, 7536.0, 7539.0, 7542.0, 7570.0, 7544.0, 7542.0, 7553.0, 7574.0, 7561.0, 7561.0, 7578.0, 7575.0, 7564.0, 7562.0, 7590.0, 7571.0, 7560.0, 7577.0, 7579.0, 7567.0, 7565.0, 7582.0, 7613.0, 7568.0, 7569.0, 7597.0, 7616.0, 7609.0, 7571.0, 7627.0, 7594.0, 7562.0, 7594.0, 7607.0, 7565.0, 7564.0, 7590.0, 7576.0, 7565.0, 7572.0, 7597.0, 7583.0, 7565.0, 7580.0, 7626.0, 7584.0, 7570.0, 7584.0, 7607.0, 7563.0, 7567.0, 7580.0, 7624.0, 7564.0, 7549.0, 7580.0, 7609.0, 7571.0, 7569.0, 7585.0, 7584.0, 7702.0, 7758.0, 7672.0, 7615.0, 7608.0, 7593.0, 7594.0, 7593.0, 7610.0, 7606.0, 7594.0, 7463.0, 7498.0, 7559.0, 7535.0, 7513.0, 7542.0, 7558.0, 7528.0, 7532.0, 7514.0, 7560.0, 7516.0, 7518.0, 7521.0, 7579.0, 7521.0, 7540.0, 7582.0, 7566.0, 7552.0, 7538.0, 7594.0, 7533.0, 7534.0, 7562.0, 7565.0, 7536.0, 7536.0, 7595.0, 7584.0, 7555.0, 7587.0, 7589.0, 7526.0, 7514.0, 7547.0, 7545.0, 7531.0, 7518.0, 7577.0, 7536.0, 7541.0, 7569.0, 7581.0, 7536.0, 7581.0, 7594.0, 7516.0, 7531.0, 7591.0, 7548.0, 7521.0, 7562.0, 7577.0, 7533.0, 7537.0, 7593.0, 7550.0, 7523.0, 7611.0, 7580.0, 7530.0, 7569.0, 7659.0, 7582.0, 7541.0, 7537.0, 7509.0, 7508.0, 7555.0, 7510.0, 7514.0, 7560.0, 7516.0, 7516.0, 7522.0, 7573.0, 7519.0, 7521.0, 7566.0, 7539.0, 7544.0, 7570.0, 7556.0, 7541.0, 7582.0, 7570.0, 7541.0, 7550.0, 7571.0, 7539.0, 7542.0, 7583.0, 7537.0, 7538.0, 7580.0, 7539.0, 7541.0, 7568.0, 7555.0, 7550.0, 7557.0, 7568.0, 7523.0, 7537.0, 7597.0, 7538.0, 7541.0, 7584.0, 7555.0, 7540.0, 7584.0, 7554.0, 7521.0, 7561.0, 7562.0, 7518.0, 7549.0, 7560.0, 7518.0, 7518.0, 7575.0, 7516.0, 7520.0, 7578.0, 7533.0, 7521.0, 7566.0, 7565.0, 7537.0, 7550.0, 7561.0, 7519.0, 7531.0, 7559.0, 7533.0, 7535.0, 7564.0, 7539.0, 7542.0, 7584.0, 7541.0, 7543.0, 7572.0, 7571.0, 7546.0, 7572.0, 7568.0, 7542.0, 7558.0, 7601.0, 7538.0, 7539.0, 7598.0, 7568.0, 7538.0, 7579.0, 7583.0, 7541.0, 7585.0, 7579.0, 7513.0, 7522.0, 7529.0, 7559.0, 7318.0, 7511.0, 7145.0, 7134.0, 7327.0, 7256.0, 7254.0, 7256.0, 7210.0, 7280.0, 7929.0, 7921.0, 7688.0, 7533.0, 7476.0, 7433.0, 7410.0, 7434.0, 7447.0, 7522.0, 7536.0, 7499.0, 7494.0, 7517.0, 7502.0, 7472.0, 7474.0, 7475.0, 7491.0, 7490.0, 7492.0, 7480.0, 7525.0, 7505.0, 7478.0, 7504.0, 7518.0, 7518.0, 7480.0, 7541.0, 7526.0, 7499.0, 7514.0, 7526.0, 7499.0, 7505.0, 7565.0, 7562.0, 7530.0, 7499.0, 7544.0, 7504.0, 7510.0, 7515.0, 7563.0, 7545.0, 7548.0, 7578.0, 7570.0, 7544.0, 7561.0, 7559.0, 7533.0, 7537.0, 7581.0, 7583.0, 7569.0, 7555.0, 7609.0, 7579.0, 7548.0, 7606.0, 7561.0, 7534.0, 7591.0, 7546.0, 7535.0, 7564.0, 7567.0, 7541.0, 7585.0, 7585.0, 7558.0, 7557.0, 7585.0, 7545.0, 7564.0, 7608.0, 7577.0, 7563.0, 7580.0, 7610.0, 7584.0, 7583.0, 7638.0, 7592.0, 7577.0, 7621.0, 7593.0, 7564.0, 7592.0, 7603.0, 7590.0, 7562.0, 7619.0, 7576.0, 7575.0, 7525.0, 7774.0, 7632.0, 7591.0, 7585.0, 7587.0, 7588.0, 7585.0, 7592.0, 7561.0, 7563.0, 7586.0, 7536.0, 7532.0, 7534.0, 7568.0, 7557.0, 7561.0, 7573.0, 7539.0, 7530.0, 7508.0, 7547.0, 7482.0, 7481.0, 7477.0, 7466.0, 7525.0, 7522.0, 7504.0, 7583.0, 7626.0, 7586.0, 7534.0, 7553.0, 7541.0, 7540.0, 7544.0, 7575.0, 7544.0, 7544.0, 7570.0, 7566.0, 7548.0, 7575.0, 7573.0, 7541.0, 7563.0, 7533.0, 7558.0, 7528.0, 7528.0, 7524.0, 7495.0, 7527.0, 7525.0, 7495.0, 7511.0, 7535.0, 7503.0, 7535.0, 7518.0, 7514.0, 7535.0, 7530.0, 7514.0, 7531.0, 7528.0, 7528.0, 7540.0, 7510.0, 7514.0, 7561.0, 7581.0, 7567.0, 7552.0, 7579.0, 7597.0, 7554.0, 7540.0, 7582.0, 7567.0, 7537.0, 7562.0, 7545.0, 7532.0, 7517.0, 7543.0, 7513.0, 7530.0, 7567.0, 7566.0, 7533.0, 7534.0, 7536.0, 7556.0, 7557.0, 7562.0, 7580.0, 7584.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.017134747725392883</td></tr>
<tr><td colspan=3>aqi</td><td>0.12627045392886685</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.500728281837745</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0143061579635757</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.094108267963575</td></tr>
<tr><td colspan=3>efc</td><td>0.4036</td></tr>
<tr><td colspan=3>fber</td><td>8920.3027</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.7224160161418035</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>641</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>53.01902398676592</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2237227557813934</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.9909462014175583</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.475625826225532</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.20459623970109</td></tr>
<tr><td colspan=3>gcor</td><td>0.0552189</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.01026860997080803</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05138614773750305</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.686528662350846</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>55.0675</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>19.2444</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>93.905</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>29.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>321123.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>398.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>229.2557</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.601</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.292</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2621.4082</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2724.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>55421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>581.2352</td></tr>
<tr><td colspan=3>tsnr</td><td>13.629693215363659</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>