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

616 lines
No EOL
139 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-0001_ses-04_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0001_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-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0001/ses-04/func/sub-0001_ses-04_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>512564bfe8f694e3729b83093dc716aa</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>15:38:7.032500</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.994023, -0.106343, 0.0246869, 0.100268, 0.978754, 0.17885]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0843131</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7754, -7222, 521, -35, -181, 19, 51]</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>236.23</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>576506a8-86cb-48b3-8b84-cc5e5e27597e||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.666890859603882, 0.2690120339393616, 0.11659127473831177, 97.45360565185547], [0.2853117287158966, 2.625924825668335, 0.47332534193992615, -119.79515075683594], [0.06623323261737823, -0.4798414707183838, 2.6556296348571777, -33.38432693481445], [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, 1266]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266], 'AcquisitionTime': ['153807.032500', '153807.492500', '153807.952500', '153808.412500', '153808.872500', '153809.332500', '153809.792500', '153810.252500', '153810.712500', '153811.172500', '153811.632500', '153812.092500', '153812.552500', '153813.012500', '153813.472500', '153813.932500', '153814.392500', '153814.852500', '153815.312500', '153815.772500', '153816.232500', '153816.692500', '153817.152500', '153817.612500', '153818.072500', '153818.532500', '153818.992500', '153819.452500', '153819.912500', '153820.372500', '153820.832500', '153821.292500', '153821.752500', '153822.212500', '153822.672500', '153823.132500', '153823.592500', '153824.052500', '153824.512500', '153824.972500', '153825.432500', '153825.892500', '153826.352500', '153826.812500', '153827.272500', '153827.732500', '153828.192500', '153828.652500', '153829.112500', '153829.572500', '153830.032500', '153830.492500', '153830.952500', '153831.412500', '153831.872500', '153832.332500', '153832.792500', '153833.252500', '153833.712500', '153834.172500', '153834.632500', '153835.092500', '153835.552500', '153836.012500', '153836.472500', '153836.932500', '153837.392500', '153837.852500', '153838.312500', '153838.772500', '153839.232500', '153839.692500', '153840.152500', '153840.612500', '153841.072500', '153841.532500', '153841.992500', '153842.452500', '153842.912500', '153843.372500', '153843.832500', '153844.292500', '153844.752500', '153845.212500', '153845.672500', '153846.132500', '153846.592500', '153847.052500', '153847.512500', '153847.972500', '153848.432500', '153848.892500', '153849.352500', '153849.812500', '153850.272500', '153850.732500', '153851.192500', '153851.652500', '153852.112500', '153852.572500', '153853.032500', '153853.492500', '153853.952500', '153854.412500', '153854.872500', '153855.332500', '153855.792500', '153856.252500', '153856.712500', '153857.172500', '153857.632500', '153858.092500', '153858.552500', '153859.012500', '153859.472500', '153859.932500', '153900.392500', '153900.852500', '153901.312500', '153901.772500', '153902.232500', '153902.692500', '153903.152500', '153903.612500', '153904.072500', '153904.532500', '153904.992500', '153905.452500', '153905.912500', '153906.372500', '153906.832500', '153907.292500', '153907.752500', '153908.212500', '153908.672500', '153909.132500', '153909.592500', '153910.052500', '153910.512500', '153910.972500', '153911.432500', '153911.892500', '153912.352500', '153912.812500', '153913.272500', '153913.732500', '153914.192500', '153914.652500', '153915.112500', '153915.572500', '153916.032500', '153916.492500', '153916.952500', '153917.412500', '153917.872500', '153918.332500', '153918.792500', '153919.252500', '153919.712500', '153920.172500', '153920.632500', '153921.092500', '153921.552500', '153922.012500', '153922.472500', '153922.932500', '153923.392500', '153923.852500', '153924.312500', '153924.772500', '153925.232500', '153925.692500', '153926.152500', '153926.612500', '153927.072500', '153927.532500', '153927.992500', '153928.452500', '153928.912500', '153929.372500', '153929.832500', '153930.292500', '153930.752500', '153931.212500', '153931.672500', '153932.132500', '153932.592500', '153933.052500', '153933.512500', '153933.972500', '153934.432500', '153934.892500', '153935.352500', '153935.812500', '153936.272500', '153936.732500', '153937.192500', '153937.652500', '153938.112500', '153938.572500', '153939.032500', '153939.492500', '153939.952500', '153940.412500', '153940.872500', '153941.332500', '153941.792500', '153942.252500', '153942.712500', '153943.172500', '153943.632500', '153944.092500', '153944.552500', '153945.012500', '153945.472500', '153945.932500', '153946.392500', '153946.852500', '153947.312500', '153947.772500', '153948.232500', '153948.692500', '153949.152500', '153949.612500', '153950.072500', '153950.532500', '153950.992500', '153951.452500', '153951.912500', '153952.372500', '153952.832500', '153953.292500', '153953.752500', '153954.212500', '153954.672500', '153955.132500', '153955.592500', '153956.052500', '153956.512500', '153956.972500', '153957.432500', '153957.892500', '153958.352500', '153958.812500', '153959.272500', '153959.732500', '154000.192500', '154000.652500', '154001.112500', '154001.572500', '154002.032500', '154002.492500', '154002.952500', '154003.412500', '154003.872500', '154004.332500', '154004.792500', '154005.252500', '154005.712500', '154006.172500', '154006.632500', '154007.092500', '154007.552500', '154008.012500', '154008.472500', '154008.932500', '154009.392500', '154009.852500', '154010.312500', '154010.772500', '154011.232500', '154011.692500', '154012.152500', '154012.612500', '154013.072500', '154013.532500', '154013.992500', '154014.452500', '154014.912500', '154015.372500', '154015.832500', '154016.292500', '154016.752500', '154017.212500', '154017.672500', '154018.132500', '154018.592500', '154019.052500', '154019.512500', '154019.972500', '154020.432500', '154020.892500', '154021.352500', '154021.812500', '154022.272500', '154022.732500', '154023.192500', '154023.652500', '154024.112500', '154024.572500', '154025.032500', '154025.492500', '154025.952500', '154026.412500', '154026.872500', '154027.332500', '154027.792500', '154028.252500', '154028.712500', '154029.172500', '154029.632500', '154030.092500', '154030.552500', '154031.012500', '154031.472500', '154031.932500', '154032.392500', '154032.852500', '154033.312500', '154033.772500', '154034.232500', '154034.692500', '154035.152500', '154035.612500', '154036.072500', '154036.532500', '154036.992500', '154037.452500', '154037.912500', '154038.372500', '154038.832500', '154039.292500', '154039.752500', '154040.212500', '154040.672500', '154041.132500', '154041.592500', '154042.052500', '154042.512500', '154042.972500', '154043.432500', '154043.892500', '154044.352500', '154044.812500', '154045.272500', '154045.732500', '154046.192500', '154046.652500', '154047.112500', '154047.572500', '154048.032500', '154048.492500', '154048.952500', '154049.412500', '154049.872500', '154050.332500', '154050.792500', '154051.252500', '154051.712500', '154052.172500', '154052.632500', '154053.092500', '154053.552500', '154054.012500', '154054.472500', '154054.932500', '154055.392500', '154055.852500', '154056.312500', '154056.772500', '154057.232500', '154057.692500', '154058.152500', '154058.612500', '154059.072500', '154059.532500', '154059.992500', '154100.452500', '154100.912500', '154101.372500', '154101.832500', '154102.292500', '154102.752500', '154103.212500', '154103.672500', '154104.132500', '154104.592500', '154105.052500', '154105.512500', '154105.972500', '154106.432500', '154106.892500', '154107.352500', '154107.812500', '154108.272500', '154108.732500', '154109.192500', '154109.652500', '154110.112500', '154110.572500', '154111.032500', '154111.492500', '154111.952500', '154112.412500', '154112.872500', '154113.332500', '154113.792500', '154114.252500', '154114.712500', '154115.172500', '154115.632500', '154116.092500', '154116.552500', '154117.012500', '154117.472500', '154117.932500', '154118.392500', '154118.852500', '154119.312500', '154119.772500', '154120.232500', '154120.692500', '154121.152500', '154121.612500', '154122.072500', '154122.532500', '154122.992500', '154123.452500', '154123.912500', '154124.372500', '154124.832500', '154125.292500', '154125.752500', '154126.212500', '154126.672500', '154127.132500', '154127.592500', '154128.052500', '154128.512500', '154128.972500', '154129.432500', '154129.892500', '154130.352500', '154130.812500', '154131.272500', '154131.732500', '154132.192500', '154132.652500', '154133.112500', '154133.572500', '154134.032500', '154134.492500', '154134.952500', '154135.412500', '154135.872500', '154136.332500', '154136.792500', '154137.252500', '154137.712500', '154138.172500', '154138.632500', '154139.092500', '154139.552500', '154140.012500', '154140.472500', '154140.932500', '154141.392500', '154141.852500', '154142.312500', '154142.772500', '154143.232500', '154143.692500', '154144.152500', '154144.612500', '154145.072500', '154145.532500', '154145.992500', '154146.452500', '154146.912500', '154147.372500', '154147.832500', '154148.292500', '154148.752500', '154149.212500', '154149.672500', '154150.132500', '154150.592500', '154151.052500', '154151.512500', '154151.972500', '154152.432500', '154152.892500', '154153.352500', '154153.812500', '154154.272500', '154154.732500', '154155.192500', '154155.652500', '154156.112500', '154156.572500', '154157.032500', '154157.492500', '154157.952500', '154158.412500', '154158.872500', '154159.332500', '154159.792500', '154200.252500', '154200.712500', '154201.172500', '154201.632500', '154202.092500', '154202.552500', '154203.012500', '154203.472500', '154203.932500', '154204.392500', '154204.852500', '154205.312500', '154205.772500', '154206.232500', '154206.692500', '154207.152500', '154207.612500', '154208.072500', '154208.532500', '154208.992500', '154209.452500', '154209.912500', '154210.372500', '154210.832500', '154211.292500', '154211.752500', '154212.212500', '154212.672500', '154213.132500', '154213.592500', '154214.052500', '154214.512500', '154214.972500', '154215.432500', '154215.892500', '154216.352500', '154216.812500', '154217.272500', '154217.732500', '154218.192500', '154218.652500', '154219.112500', '154219.572500', '154220.032500', '154220.492500', '154220.952500', '154221.412500', '154221.872500', '154222.332500', '154222.792500', '154223.252500', '154223.712500', '154224.172500', '154224.632500', '154225.092500', '154225.552500', '154226.012500', '154226.472500', '154226.932500', '154227.392500', '154227.852500', '154228.312500', '154228.772500', '154229.232500', '154229.692500', '154230.152500', '154230.612500', '154231.072500', '154231.532500', '154231.992500', '154232.452500', '154232.912500', '154233.372500', '154233.832500', '154234.292500', '154234.752500', '154235.212500', '154235.672500', '154236.132500', '154236.592500', '154237.052500', '154237.512500', '154237.972500', '154238.432500', '154238.892500', '154239.352500', '154239.812500', '154240.272500', '154240.732500', '154241.192500', '154241.652500', '154242.112500', '154242.572500', '154243.032500', '154243.492500', '154243.952500', '154244.412500', '154244.872500', '154245.332500', '154245.792500', '154246.252500', '154246.712500', '154247.172500', '154247.632500', '154248.092500', '154248.552500', '154249.012500', '154249.472500', '154249.932500', '154250.392500', '154250.852500', '154251.312500', '154251.772500', '154252.232500', '154252.692500', '154253.152500', '154253.612500', '154254.072500', '154254.532500', '154254.992500', '154255.452500', '154255.912500', '154256.372500', '154256.832500', '154257.292500', '154257.752500', '154258.212500', '154258.672500', '154259.132500', '154259.592500', '154300.052500', '154300.512500', '154300.972500', '154301.432500', '154301.892500', '154302.352500', '154302.812500', '154303.272500', '154303.732500', '154304.192500', '154304.652500', '154305.112500', '154305.572500', '154306.032500', '154306.492500', '154306.952500', '154307.412500', '154307.872500', '154308.332500', '154308.792500', '154309.252500', '154309.712500', '154310.172500', '154310.632500', '154311.092500', '154311.552500', '154312.012500', '154312.472500', '154312.932500', '154313.392500', '154313.852500', '154314.312500', '154314.772500', '154315.232500', '154315.692500', '154316.152500', '154316.612500', '154317.072500', '154317.532500', '154317.992500', '154318.452500', '154318.912500', '154319.372500', '154319.832500', '154320.292500', '154320.752500', '154321.212500', '154321.672500', '154322.132500', '154322.592500', '154323.052500', '154323.512500', '154323.972500', '154324.432500', '154324.892500', '154325.352500', '154325.812500', '154326.272500', '154326.732500', '154327.192500', '154327.652500', '154328.112500', '154328.572500', '154329.032500', '154329.492500', '154329.952500', '154330.412500', '154330.872500', '154331.332500', '154331.792500', '154332.252500', '154332.712500', '154333.172500', '154333.632500', '154334.092500', '154334.552500', '154335.012500', '154335.472500', '154335.932500', '154336.392500', '154336.852500', '154337.312500', '154337.772500', '154338.232500', '154338.692500', '154339.152500', '154339.612500', '154340.072500', '154340.532500', '154340.992500', '154341.452500', '154341.912500', '154342.372500', '154342.832500', '154343.292500', '154343.752500', '154344.212500', '154344.672500', '154345.132500', '154345.592500', '154346.052500', '154346.512500', '154346.972500', '154347.432500', '154347.892500', '154348.352500', '154348.812500', '154349.272500', '154349.732500', '154350.192500', '154350.652500', '154351.112500', '154351.572500', '154352.032500', '154352.492500', '154352.952500', '154353.412500', '154353.872500', '154354.332500', '154354.792500', '154355.252500', '154355.712500', '154356.172500', '154356.632500', '154357.092500', '154357.552500', '154358.012500', '154358.472500', '154358.932500', '154359.392500', '154359.852500', '154400.312500', '154400.772500', '154401.232500', '154401.692500', '154402.152500', '154402.612500', '154403.072500', '154403.532500', '154403.992500', '154404.452500', '154404.912500', '154405.372500', '154405.832500', '154406.292500', '154406.752500', '154407.212500', '154407.672500', '154408.132500', '154408.592500', '154409.052500', '154409.512500', '154409.972500', '154410.432500', '154410.892500', '154411.352500', '154411.812500', '154412.272500', '154412.732500', '154413.192500', '154413.652500', '154414.112500', '154414.572500', '154415.032500', '154415.492500', '154415.952500', '154416.412500', '154416.872500', '154417.332500', '154417.792500', '154418.252500', '154418.712500', '154419.172500', '154419.632500', '154420.092500', '154420.552500', '154421.012500', '154421.472500', '154421.932500', '154422.392500', '154422.852500', '154423.312500', '154423.772500', '154424.232500', '154424.692500', '154425.152500', '154425.612500', '154426.072500', '154426.532500', '154426.992500', '154427.452500', '154427.912500', '154428.372500', '154428.832500', '154429.292500', '154429.752500', '154430.212500', '154430.672500', '154431.132500', '154431.592500', '154432.052500', '154432.512500', '154432.972500', '154433.432500', '154433.892500', '154434.352500', '154434.812500', '154435.272500', '154435.732500', '154436.192500', '154436.652500', '154437.112500', '154437.572500', '154438.032500', '154438.492500', '154438.952500', '154439.412500', '154439.872500', '154440.332500', '154440.792500', '154441.252500', '154441.712500', '154442.172500', '154442.632500', '154443.092500', '154443.552500', '154444.012500', '154444.472500', '154444.932500', '154445.392500', '154445.852500', '154446.312500', '154446.772500', '154447.232500', '154447.692500', '154448.152500', '154448.612500', '154449.072500', '154449.532500', '154449.992500', '154450.452500', '154450.912500', '154451.372500', '154451.832500', '154452.292500', '154452.752500', '154453.212500', '154453.672500', '154454.132500', '154454.592500', '154455.052500', '154455.512500', '154455.972500', '154456.432500', '154456.892500', '154457.352500', '154457.812500', '154458.272500', '154458.732500', '154459.192500', '154459.652500', '154500.112500', '154500.572500', '154501.032500', '154501.492500', '154501.952500', '154502.412500', '154502.872500', '154503.332500', '154503.792500', '154504.252500', '154504.712500', '154505.172500', '154505.632500', '154506.092500', '154506.552500', '154507.012500', '154507.472500', '154507.932500', '154508.392500', '154508.852500', '154509.312500', '154509.772500', '154510.232500', '154510.692500', '154511.152500', '154511.612500', '154512.072500', '154512.532500', '154512.992500', '154513.452500', '154513.912500', '154514.372500', '154514.832500', '154515.292500', '154515.752500', '154516.212500', '154516.672500', '154517.132500', '154517.592500', '154518.052500', '154518.512500', '154518.972500', '154519.432500', '154519.892500', '154520.352500', '154520.812500', '154521.272500', '154521.732500', '154522.192500', '154522.652500', '154523.112500', '154523.572500', '154524.032500', '154524.492500', '154524.952500', '154525.412500', '154525.872500', '154526.332500', '154526.792500', '154527.252500', '154527.712500', '154528.172500', '154528.632500', '154529.092500', '154529.552500', '154530.012500', '154530.472500', '154530.932500', '154531.392500', '154531.852500', '154532.312500', '154532.772500', '154533.232500', '154533.692500', '154534.152500', '154534.612500', '154535.072500', '154535.532500', '154535.992500', '154536.452500', '154536.912500', '154537.372500', '154537.832500', '154538.292500', '154538.752500', '154539.212500', '154539.672500', '154540.132500', '154540.592500', '154541.052500', '154541.512500', '154541.972500', '154542.432500', '154542.892500', '154543.352500', '154543.812500', '154544.272500', '154544.732500', '154545.192500', '154545.652500', '154546.112500', '154546.572500', '154547.032500', '154547.492500', '154547.952500', '154548.412500', '154548.872500', '154549.332500', '154549.792500', '154550.252500', '154550.712500', '154551.172500', '154551.632500', '154552.092500', '154552.552500', '154553.012500', '154553.472500', '154553.932500', '154554.392500', '154554.852500', '154555.312500', '154555.772500', '154556.232500', '154556.692500', '154557.152500', '154557.612500', '154558.072500', '154558.532500', '154558.992500', '154559.452500', '154559.912500', '154600.372500', '154600.832500', '154601.292500', '154601.752500', '154602.212500', '154602.672500', '154603.132500', '154603.592500', '154604.052500', '154604.512500', '154604.972500', '154605.432500', '154605.892500', '154606.352500', '154606.812500', '154607.272500', '154607.732500', '154608.192500', '154608.652500', '154609.112500', '154609.572500', '154610.032500', '154610.492500', '154610.952500', '154611.412500', '154611.872500', '154612.332500', '154612.792500', '154613.252500', '154613.712500', '154614.172500', '154614.632500', '154615.092500', '154615.552500', '154616.012500', '154616.472500', '154616.932500', '154617.392500', '154617.852500', '154618.312500', '154618.772500', '154619.232500', '154619.692500', '154620.152500', '154620.612500', '154621.072500', '154621.532500', '154621.992500', '154622.452500', '154622.912500', '154623.372500', '154623.832500', '154624.292500', '154624.752500', '154625.212500', '154625.672500', '154626.132500', '154626.592500', '154627.052500', '154627.512500', '154627.972500', '154628.432500', '154628.892500', '154629.352500', '154629.812500', '154630.272500', '154630.732500', '154631.192500', '154631.652500', '154632.112500', '154632.572500', '154633.032500', '154633.492500', '154633.952500', '154634.412500', '154634.872500', '154635.332500', '154635.792500', '154636.252500', '154636.712500', '154637.172500', '154637.632500', '154638.092500', '154638.552500', '154639.012500', '154639.472500', '154639.932500', '154640.392500', '154640.852500', '154641.312500', '154641.772500', '154642.232500', '154642.692500', '154643.152500', '154643.612500', '154644.072500', '154644.532500', '154644.992500', '154645.452500', '154645.912500', '154646.372500', '154646.832500', '154647.292500', '154647.752500', '154648.212500', '154648.672500', '154649.132500', '154649.592500', '154650.052500', '154650.512500', '154650.972500', '154651.432500', '154651.892500', '154652.352500', '154652.812500', '154653.272500', '154653.732500', '154654.192500', '154654.652500', '154655.112500', '154655.572500', '154656.032500', '154656.492500', '154656.952500', '154657.412500', '154657.872500', '154658.332500', '154658.792500', '154659.252500', '154659.712500', '154700.172500', '154700.632500', '154701.092500', '154701.552500', '154702.012500', '154702.472500', '154702.932500', '154703.392500', '154703.852500', '154704.312500', '154704.772500', '154705.232500', '154705.692500', '154706.152500', '154706.612500', '154707.072500', '154707.532500', '154707.992500', '154708.452500', '154708.912500', '154709.372500', '154709.832500', '154710.292500', '154710.752500', '154711.212500', '154711.672500', '154712.132500', '154712.592500', '154713.052500', '154713.512500', '154713.972500', '154714.432500', '154714.892500', '154715.352500', '154715.812500', '154716.272500', '154716.732500', '154717.192500', '154717.652500', '154718.112500', '154718.572500', '154719.032500', '154719.492500', '154719.952500', '154720.412500', '154720.872500', '154721.332500', '154721.792500', '154722.252500', '154722.712500', '154723.172500', '154723.632500', '154724.092500', '154724.552500', '154725.012500', '154725.472500', '154725.932500', '154726.392500', '154726.852500', '154727.312500', '154727.772500', '154728.232500', '154728.692500', '154729.152500', '154729.612500', '154730.072500', '154730.532500', '154730.992500', '154731.452500', '154731.912500', '154732.372500', '154732.832500', '154733.292500', '154733.752500', '154734.212500', '154734.672500', '154735.132500', '154735.592500', '154736.052500', '154736.512500', '154736.972500', '154737.432500', '154737.892500', '154738.352500', '154738.812500', '154739.272500', '154739.732500', '154740.192500', '154740.652500', '154741.112500', '154741.572500', '154742.032500', '154742.492500', '154742.952500', '154743.412500', '154743.872500', '154744.332500', '154744.792500', '154745.252500', '154745.712500', '154746.172500', '154746.632500', '154747.092500', '154747.552500', '154748.012500', '154748.472500', '154748.932500'], 'ContentTime': ['153828.362000', '153828.365000', '153828.368000', '153828.371000', '153828.374000', '153828.377000', '153828.380000', '153828.383000', '153828.386000', '153828.388000', '153828.391000', '153828.394000', '153828.397000', '153828.400000', '153828.403000', '153828.406000', '153828.409000', '153828.412000', '153828.415000', '153828.417000', '153828.420000', '153828.423000', '153828.426000', '153828.429000', '153828.432000', '153828.435000', '153828.437000', '153828.440000', '153828.443000', '153828.446000', '153828.449000', '153828.452000', '153828.455000', '153828.458000', '153828.460000', '153828.463000', '153828.466000', '153828.469000', '153828.472000', '153828.475000', '153828.478000', '153828.480000', '153828.483000', '153828.486000', '153828.489000', '153848.332000', '153848.335000', '153848.338000', '153848.341000', '153848.343000', '153848.346000', '153848.349000', '153848.352000', '153848.355000', '153848.358000', '153848.361000', '153848.364000', '153848.367000', '153848.369000', '153848.372000', '153848.375000', '153848.378000', '153848.381000', '153848.384000', '153848.387000', '153848.389000', '153848.392000', '153848.396000', '153848.400000', '153848.403000', '153848.405000', '153848.408000', '153848.411000', '153848.414000', '153848.417000', '153848.420000', '153848.423000', '153848.426000', '153848.429000', '153848.431000', '153848.434000', '153848.437000', '153848.440000', '153848.443000', '153848.446000', '153848.449000', '153848.452000', '153848.455000', '153908.332000', '153908.335000', '153908.338000', '153908.341000', '153908.344000', '153908.346000', '153908.349000', '153908.352000', '153908.355000', '153908.358000', '153908.361000', '153908.364000', '153908.367000', '153908.370000', '153908.373000', '153908.375000', '153908.378000', '153908.381000', '153908.384000', '153908.387000', '153908.390000', '153908.393000', '153908.395000', '153908.398000', '153908.401000', '153908.404000', '153908.407000', '153908.410000', '153908.413000', '153908.416000', '153908.418000', '153908.421000', '153908.424000', '153908.427000', '153908.430000', '153908.433000', '153908.436000', '153908.439000', '153908.456000', '153908.459000', '153908.462000', '153908.465000', '153908.468000', '153908.471000', '153928.333000', '153928.336000', '153928.339000', '153928.342000', '153928.345000', '153928.347000', '153928.350000', '153928.353000', '153928.356000', '153928.359000', '153928.362000', '153928.365000', '153928.368000', '153928.371000', '153928.374000', '153928.377000', '153928.379000', '153928.382000', '153928.385000', '153928.388000', '153928.391000', '153928.394000', '153928.397000', '153928.400000', '153928.403000', '153928.405000', '153928.408000', '153928.411000', '153928.414000', '153928.417000', '153928.420000', '153928.423000', '153928.426000', '153928.428000', '153928.431000', '153928.434000', '153928.437000', '153928.440000', '153928.443000', '153928.446000', '153928.449000', '153928.452000', '153928.454000', '153948.333000', '153948.336000', '153948.339000', '153948.342000', '153948.345000', '153948.347000', '153948.350000', '153948.353000', '153948.356000', '153948.359000', '153948.362000', '153948.365000', '153948.375000', '153948.378000', '153948.389000', '153948.392000', '153948.395000', '153948.398000', '153948.401000', '153948.403000', '153948.406000', '153948.409000', '153948.412000', '153948.415000', '153948.418000', '153948.421000', '153948.424000', '153948.427000', '153948.430000', '153948.432000', '153948.435000', '153948.438000', '153948.441000', '153948.444000', '153948.447000', '153948.450000', '153948.453000', '153948.456000', '153948.459000', '153948.461000', '153948.464000', '153948.467000', '153948.470000', '153948.473000', '154008.333000', '154008.336000', '154008.339000', '154008.342000', '154008.345000', '154008.347000', '154008.350000', '154008.353000', '154008.356000', '154008.359000', '154008.362000', '154008.365000', '154008.368000', '154008.371000', '154008.373000', '154008.376000', '154008.379000', '154008.382000', '154008.385000', '154008.388000', '154008.391000', '154008.394000', '154008.396000', '154008.399000', '154008.402000', '154008.405000', '154008.408000', '154008.411000', '154008.414000', '154008.417000', '154008.420000', '154008.422000', '154008.425000', '154008.428000', '154008.431000', '154008.436000', '154008.439000', '154008.442000', '154008.445000', '154008.448000', '154008.451000', '154008.454000', '154008.456000', '154028.332000', '154028.335000', '154028.338000', '154028.341000', '154028.344000', '154028.347000', '154028.350000', '154028.352000', '154028.355000', '154028.358000', '154028.361000', '154028.364000', '154028.367000', '154028.370000', '154028.373000', '154028.376000', '154028.379000', '154028.381000', '154028.384000', '154028.387000', '154028.390000', '154028.393000', '154028.396000', '154028.399000', '154028.402000', '154028.405000', '154028.408000', '154028.411000', '154028.413000', '154028.416000', '154028.419000', '154028.422000', '154028.425000', '154028.428000', '154028.431000', '154028.434000', '154028.437000', '154028.439000', '154028.442000', '154028.445000', '154028.448000', '154028.451000', '154028.454000', '154028.457000', '154048.332000', '154048.335000', '154048.338000', '154048.341000', '154048.344000', '154048.347000', '154048.350000', '154048.353000', '154048.356000', '154048.358000', '154048.361000', '154048.364000', '154048.367000', '154048.370000', '154048.373000', '154048.376000', '154048.379000', '154048.382000', '154048.385000', '154048.387000', '154048.390000', '154048.393000', '154048.396000', '154048.399000', '154048.402000', '154048.405000', '154048.408000', '154048.411000', '154048.414000', '154048.416000', '154048.419000', '154048.422000', '154048.425000', '154048.441000', '154048.444000', '154048.447000', '154048.450000', '154048.452000', '154048.455000', '154048.458000', '154048.461000', '154048.464000', '154048.467000', '154108.332000', '154108.335000', '154108.338000', '154108.341000', '154108.344000', '154108.347000', '154108.350000', '154108.353000', '154108.355000', '154108.358000', '154108.361000', '154108.364000', '154108.367000', '154108.370000', '154108.373000', '154108.376000', '154108.378000', '154108.381000', '154108.384000', '154108.387000', '154108.390000', '154108.393000', '154108.396000', '154108.399000', '154108.402000', '154108.405000', '154108.407000', '154108.410000', '154108.413000', '154108.416000', '154108.419000', '154108.422000', '154108.425000', '154108.428000', '154108.431000', '154108.434000', '154108.437000', '154108.439000', '154108.442000', '154108.445000', '154108.458000', '154108.460000', '154108.463000', '154128.332000', '154128.335000', '154128.338000', '154128.341000', '154128.344000', '154128.347000', '154128.349000', '154128.352000', '154128.355000', '154128.358000', '154128.361000', '154128.364000', '154128.367000', '154128.370000', '154128.373000', '154128.375000', '154128.378000', '154128.381000', '154128.384000', '154128.387000', '154128.390000', '154128.393000', '154128.396000', '154128.399000', '154128.402000', '154128.405000', '154128.408000', '154128.411000', '154128.414000', '154128.416000', '154128.419000', '154128.422000', '154128.425000', '154128.428000', '154128.431000', '154128.434000', '154128.437000', '154128.440000', '154128.443000', '154128.445000', '154128.448000', '154128.451000', '154128.454000', '154128.457000', '154148.333000', '154148.336000', '154148.339000', '154148.342000', '154148.345000', '154148.348000', '154148.350000', '154148.353000', '154148.356000', '154148.359000', '154148.362000', '154148.365000', '154148.368000', '154148.370000', '154148.373000', '154148.376000', '154148.379000', '154148.382000', '154148.385000', '154148.388000', '154148.391000', '154148.394000', '154148.397000', '154148.399000', '154148.402000', '154148.405000', '154148.408000', '154148.411000', '154148.414000', '154148.417000', '154148.420000', '154148.423000', '154148.426000', '154148.428000', '154148.431000', '154148.434000', '154148.437000', '154148.440000', '154148.443000', '154148.446000', '154148.449000', '154148.451000', '154148.454000', '154148.457000', '154208.333000', '154208.336000', '154208.339000', '154208.342000', '154208.345000', '154208.348000', '154208.351000', '154208.353000', '154208.356000', '154208.359000', '154208.362000', '154208.365000', '154208.368000', '154208.371000', '154208.373000', '154208.376000', '154208.379000', '154208.382000', '154208.385000', '154208.388000', '154208.391000', '154208.394000', '154208.397000', '154208.400000', '154208.403000', '154208.405000', '154208.408000', '154208.411000', '154208.414000', '154208.417000', '154208.420000', '154208.423000', '154208.426000', '154208.429000', '154208.431000', '154208.434000', '154208.437000', '154208.440000', '154208.443000', '154208.446000', '154208.449000', '154208.452000', '154208.455000', '154228.333000', '154228.336000', '154228.339000', '154228.342000', '154228.345000', '154228.348000', '154228.351000', '154228.354000', '154228.362000', '154228.365000', '154228.367000', '154228.370000', '154228.373000', '154228.376000', '154228.379000', '154228.391000', '154228.394000', '154228.397000', '154228.400000', '154228.403000', '154228.406000', '154228.409000', '154228.412000', '154228.415000', '154228.417000', '154228.420000', '154228.423000', '154228.426000', '154228.429000', '154228.432000', '154228.435000', '154228.438000', '154228.441000', '154228.444000', '154228.447000', '154228.449000', '154228.452000', '154228.455000', '154228.458000', '154228.461000', '154228.464000', '154228.467000', '154228.470000', '154248.332000', '154248.335000', '154248.338000', '154248.341000', '154248.344000', '154248.347000', '154248.350000', '154248.353000', '154248.356000', '154248.359000', '154248.362000', '154248.364000', '154248.367000', '154248.370000', '154248.373000', '154248.376000', '154248.379000', '154248.382000', '154248.385000', '154248.388000', '154248.391000', '154248.393000', '154248.396000', '154248.399000', '154248.402000', '154248.405000', '154248.408000', '154248.411000', '154248.414000', '154248.417000', '154248.420000', '154248.423000', '154248.426000', '154248.429000', '154248.432000', '154248.435000', '154248.438000', '154248.441000', '154248.444000', '154248.447000', '154248.449000', '154248.452000', '154248.455000', '154248.458000', '154308.332000', '154308.335000', '154308.338000', '154308.341000', '154308.344000', '154308.347000', '154308.350000', '154308.360000', '154308.363000', '154308.366000', '154308.369000', '154308.372000', '154308.375000', '154308.378000', '154308.381000', '154308.384000', '154308.387000', '154308.390000', '154308.393000', '154308.396000', '154308.399000', '154308.402000', '154308.405000', '154308.407000', '154308.410000', '154308.413000', '154308.416000', '154308.419000', '154308.422000', '154308.425000', '154308.428000', '154308.431000', '154308.434000', '154308.437000', '154308.439000', '154308.442000', '154308.445000', '154308.448000', '154308.451000', '154308.454000', '154308.457000', '154308.459000', '154308.462000', '154328.332000', '154328.335000', '154328.338000', '154328.341000', '154328.344000', '154328.347000', '154328.350000', '154328.353000', '154328.355000', '154328.358000', '154328.361000', '154328.364000', '154328.367000', '154328.370000', '154328.373000', '154328.376000', '154328.379000', '154328.381000', '154328.384000', '154328.387000', '154328.390000', '154328.393000', '154328.396000', '154328.399000', '154328.402000', '154328.405000', '154328.408000', '154328.410000', '154328.413000', '154328.416000', '154328.419000', '154328.422000', '154328.425000', '154328.428000', '154328.431000', '154328.434000', '154328.437000', '154328.440000', '154328.443000', '154328.445000', '154328.449000', '154328.451000', '154328.454000', '154328.457000', '154348.332000', '154348.335000', '154348.338000', '154348.341000', '154348.344000', '154348.347000', '154348.349000', '154348.352000', '154348.355000', '154348.358000', '154348.361000', '154348.364000', '154348.367000', '154348.370000', '154348.373000', '154348.376000', '154348.379000', '154348.382000', '154348.385000', '154348.388000', '154348.391000', '154348.393000', '154348.396000', '154348.399000', '154348.402000', '154348.405000', '154348.422000', '154348.425000', '154348.428000', '154348.431000', '154348.434000', '154348.436000', '154348.439000', '154348.442000', '154348.445000', '154348.448000', '154348.451000', '154348.454000', '154348.457000', '154348.459000', '154348.462000', '154348.465000', '154348.468000', '154408.333000', '154408.336000', '154408.339000', '154408.342000', '154408.345000', '154408.348000', '154408.350000', '154408.353000', '154408.356000', '154408.359000', '154408.362000', '154408.365000', '154408.368000', '154408.371000', '154408.374000', '154408.376000', '154408.379000', '154408.382000', '154408.385000', '154408.388000', '154408.391000', '154408.394000', '154408.397000', '154408.400000', '154408.403000', '154408.405000', '154408.408000', '154408.411000', '154408.414000', '154408.417000', '154408.420000', '154408.423000', '154408.426000', '154408.428000', '154408.431000', '154408.434000', '154408.437000', '154408.440000', '154408.443000', '154408.446000', '154408.449000', '154408.452000', '154408.455000', '154408.458000', '154428.333000', '154428.336000', '154428.339000', '154428.342000', '154428.345000', '154428.348000', '154428.351000', '154428.354000', '154428.356000', '154428.359000', '154428.362000', '154428.365000', '154428.368000', '154428.371000', '154428.374000', '154428.377000', '154428.380000', '154428.383000', '154428.386000', '154428.388000', '154428.391000', '154428.394000', '154428.397000', '154428.400000', '154428.403000', '154428.406000', '154428.409000', '154428.412000', '154428.415000', '154428.418000', '154428.421000', '154428.424000', '154428.427000', '154428.430000', '154428.433000', '154428.436000', '154428.438000', '154428.441000', '154428.444000', '154428.447000', '154428.450000', '154428.453000', '154428.456000', '154448.333000', '154448.336000', '154448.339000', '154448.342000', '154448.345000', '154448.348000', '154448.351000', '154448.354000', '154448.357000', '154448.360000', '154448.363000', '154448.366000', '154448.369000', '154448.372000', '154448.374000', '154448.377000', '154448.380000', '154448.383000', '154448.386000', '154448.389000', '154448.392000', '154448.395000', '154448.397000', '154448.400000', '154448.403000', '154448.406000', '154448.409000', '154448.412000', '154448.415000', '154448.418000', '154448.421000', '154448.424000', '154448.427000', '154448.430000', '154448.432000', '154448.435000', '154448.438000', '154448.441000', '154448.444000', '154448.447000', '154448.450000', '154448.453000', '154448.456000', '154448.459000', '154508.332000', '154508.335000', '154508.338000', '154508.341000', '154508.344000', '154508.347000', '154508.351000', '154508.354000', '154508.357000', '154508.360000', '154508.362000', '154508.365000', '154508.368000', '154508.371000', '154508.374000', '154508.377000', '154508.380000', '154508.383000', '154508.386000', '154508.389000', '154508.391000', '154508.394000', '154508.397000', '154508.400000', '154508.403000', '154508.406000', '154508.409000', '154508.412000', '154508.415000', '154508.418000', '154508.421000', '154508.424000', '154508.427000', '154508.430000', '154508.433000', '154508.436000', '154508.439000', '154508.455000', '154508.458000', '154508.461000', '154508.464000', '154508.466000', '154508.469000', '154528.332000', '154528.335000', '154528.338000', '154528.341000', '154528.344000', '154528.347000', '154528.350000', '154528.352000', '154528.355000', '154528.358000', '154528.361000', '154528.364000', '154528.367000', '154528.370000', '154528.373000', '154528.376000', '154528.379000', '154528.382000', '154528.384000', '154528.387000', '154528.390000', '154528.393000', '154528.396000', '154528.399000', '154528.402000', '154528.405000', '154528.408000', '154528.411000', '154528.413000', '154528.416000', '154528.419000', '154528.422000', '154528.425000', '154528.428000', '154528.431000', '154528.434000', '154528.437000', '154528.444000', '154528.447000', '154528.450000', '154528.453000', '154528.456000', '154528.459000', '154528.462000', '154548.332000', '154548.335000', '154548.338000', '154548.341000', '154548.344000', '154548.347000', '154548.350000', '154548.358000', '154548.361000', '154548.364000', '154548.367000', '154548.370000', '154548.373000', '154548.376000', '154548.378000', '154548.381000', '154548.384000', '154548.387000', '154548.390000', '154548.393000', '154548.396000', '154548.399000', '154548.402000', '154548.405000', '154548.408000', '154548.411000', '154548.414000', '154548.417000', '154548.420000', '154548.423000', '154548.426000', '154548.429000', '154548.432000', '154548.435000', '154548.438000', '154548.441000', '154548.444000', '154548.446000', '154548.449000', '154548.452000', '154548.455000', '154548.458000', '154548.461000', '154608.332000', '154608.335000', '154608.338000', '154608.341000', '154608.344000', '154608.347000', '154608.350000', '154608.353000', '154608.356000', '154608.359000', '154608.362000', '154608.365000', '154608.368000', '154608.371000', '154608.374000', '154608.376000', '154608.379000', '154608.382000', '154608.385000', '154608.388000', '154608.391000', '154608.394000', '154608.397000', '154608.400000', '154608.403000', '154608.405000', '154608.408000', '154608.411000', '154608.414000', '154608.417000', '154608.420000', '154608.423000', '154608.426000', '154608.429000', '154608.432000', '154608.435000', '154608.438000', '154608.441000', '154608.444000', '154608.447000', '154608.450000', '154608.453000', '154608.455000', '154608.458000', '154628.333000', '154628.336000', '154628.339000', '154628.342000', '154628.350000', '154628.353000', '154628.356000', '154628.358000', '154628.361000', '154628.364000', '154628.367000', '154628.370000', '154628.373000', '154628.376000', '154628.379000', '154628.381000', '154628.385000', '154628.389000', '154628.392000', '154628.395000', '154628.398000', '154628.401000', '154628.404000', '154628.407000', '154628.409000', '154628.412000', '154628.415000', '154628.418000', '154628.421000', '154628.424000', '154628.427000', '154628.430000', '154628.433000', '154628.451000', '154628.454000', '154628.457000', '154628.460000', '154628.462000', '154628.465000', '154628.468000', '154628.471000', '154628.474000', '154628.477000', '154648.333000', '154648.336000', '154648.339000', '154648.342000', '154648.345000', '154648.348000', '154648.351000', '154648.354000', '154648.357000', '154648.360000', '154648.363000', '154648.365000', '154648.368000', '154648.371000', '154648.374000', '154648.377000', '154648.380000', '154648.383000', '154648.386000', '154648.389000', '154648.392000', '154648.394000', '154648.397000', '154648.400000', '154648.403000', '154648.413000', '154648.416000', '154648.418000', '154648.421000', '154648.424000', '154648.427000', '154648.430000', '154648.433000', '154648.436000', '154648.439000', '154648.442000', '154648.444000', '154648.447000', '154648.450000', '154648.453000', '154648.456000', '154648.459000', '154648.462000', '154648.465000', '154708.333000', '154708.336000', '154708.339000', '154708.342000', '154708.345000', '154708.348000', '154708.351000', '154708.354000', '154708.357000', '154708.360000', '154708.363000', '154708.365000', '154708.368000', '154708.371000', '154708.374000', '154708.377000', '154708.380000', '154708.383000', '154708.386000', '154708.389000', '154708.392000', '154708.394000', '154708.397000', '154708.400000', '154708.403000', '154708.406000', '154708.409000', '154708.412000', '154708.415000', '154708.418000', '154708.421000', '154708.424000', '154708.427000', '154708.430000', '154708.432000', '154708.435000', '154708.438000', '154708.441000', '154708.444000', '154708.447000', '154708.450000', '154708.453000', '154708.456000', '154728.332000', '154728.335000', '154728.338000', '154728.341000', '154728.344000', '154728.347000', '154728.350000', '154728.353000', '154728.356000', '154728.359000', '154728.361000', '154728.364000', '154728.367000', '154728.370000', '154728.373000', '154728.376000', '154728.379000', '154728.382000', '154728.385000', '154728.388000', '154728.391000', '154728.394000', '154728.397000', '154728.399000', '154728.402000', '154728.405000', '154728.408000', '154728.411000', '154728.414000', '154728.417000', '154728.420000', '154728.423000', '154728.426000', '154728.429000', '154728.432000', '154728.435000', '154728.438000', '154728.441000', '154728.444000', '154728.447000', '154728.450000', '154728.453000', '154728.456000', '154728.458000', '154748.332000', '154748.335000', '154748.338000', '154748.341000', '154748.344000', '154748.347000', '154748.350000', '154748.353000', '154748.356000', '154748.358000', '154748.361000', '154748.364000', '154748.367000', '154748.370000', '154748.373000', '154748.376000', '154748.379000', '154748.382000', '154748.385000', '154748.388000', '154748.390000', '154748.393000', '154748.396000', '154748.399000', '154748.402000', '154748.405000', '154748.408000', '154748.411000', '154748.414000', '154748.417000', '154748.437000', '154748.440000', '154748.443000', '154748.446000', '154748.449000', '154748.452000', '154748.455000', '154748.458000', '154748.461000', '154748.463000', '154748.466000', '154748.469000', '154748.472000', '154749.937000', '154749.943000', '154749.946000', '154749.950000'], 'InstanceCreationTime': ['153828.362000', '153828.365000', '153828.368000', '153828.371000', '153828.374000', '153828.377000', '153828.380000', '153828.383000', '153828.386000', '153828.388000', '153828.391000', '153828.394000', '153828.397000', '153828.400000', '153828.403000', '153828.406000', '153828.409000', '153828.412000', '153828.415000', '153828.417000', '153828.420000', '153828.423000', '153828.426000', '153828.429000', '153828.432000', '153828.435000', '153828.437000', '153828.440000', '153828.443000', '153828.446000', '153828.449000', '153828.452000', '153828.455000', '153828.458000', '153828.460000', '153828.463000', '153828.466000', '153828.469000', '153828.472000', '153828.475000', '153828.478000', '153828.480000', '153828.483000', '153828.486000', '153828.489000', '153848.332000', '153848.335000', '153848.338000', '153848.341000', '153848.343000', '153848.346000', '153848.349000', '153848.352000', '153848.355000', '153848.358000', '153848.361000', '153848.364000', '153848.367000', '153848.369000', '153848.372000', '153848.375000', '153848.378000', '153848.381000', '153848.384000', '153848.387000', '153848.389000', '153848.392000', '153848.396000', '153848.400000', '153848.403000', '153848.405000', '153848.408000', '153848.411000', '153848.414000', '153848.417000', '153848.420000', '153848.423000', '153848.426000', '153848.429000', '153848.431000', '153848.434000', '153848.437000', '153848.440000', '153848.443000', '153848.446000', '153848.449000', '153848.452000', '153848.455000', '153908.332000', '153908.335000', '153908.338000', '153908.341000', '153908.344000', '153908.346000', '153908.349000', '153908.352000', '153908.355000', '153908.358000', '153908.361000', '153908.364000', '153908.367000', '153908.370000', '153908.373000', '153908.375000', '153908.378000', '153908.381000', '153908.384000', '153908.387000', '153908.390000', '153908.393000', '153908.395000', '153908.398000', '153908.401000', '153908.404000', '153908.407000', '153908.410000', '153908.413000', '153908.416000', '153908.418000', '153908.421000', '153908.424000', '153908.427000', '153908.430000', '153908.433000', '153908.436000', '153908.439000', '153908.456000', '153908.459000', '153908.462000', '153908.465000', '153908.468000', '153908.471000', '153928.333000', '153928.336000', '153928.339000', '153928.342000', '153928.345000', '153928.347000', '153928.350000', '153928.353000', '153928.356000', '153928.359000', '153928.362000', '153928.365000', '153928.368000', '153928.371000', '153928.374000', '153928.377000', '153928.379000', '153928.382000', '153928.385000', '153928.388000', '153928.391000', '153928.394000', '153928.397000', '153928.400000', '153928.403000', '153928.405000', '153928.408000', '153928.411000', '153928.414000', '153928.417000', '153928.420000', '153928.423000', '153928.426000', '153928.428000', '153928.431000', '153928.434000', '153928.437000', '153928.440000', '153928.443000', '153928.446000', '153928.449000', '153928.452000', '153928.454000', '153948.333000', '153948.336000', '153948.339000', '153948.342000', '153948.345000', '153948.347000', '153948.350000', '153948.353000', '153948.356000', '153948.359000', '153948.362000', '153948.365000', '153948.375000', '153948.378000', '153948.389000', '153948.392000', '153948.395000', '153948.398000', '153948.401000', '153948.403000', '153948.406000', '153948.409000', '153948.412000', '153948.415000', '153948.418000', '153948.421000', '153948.424000', '153948.427000', '153948.430000', '153948.432000', '153948.435000', '153948.438000', '153948.441000', '153948.444000', '153948.447000', '153948.450000', '153948.453000', '153948.456000', '153948.459000', '153948.461000', '153948.464000', '153948.467000', '153948.470000', '153948.473000', '154008.333000', '154008.336000', '154008.339000', '154008.342000', '154008.345000', '154008.347000', '154008.350000', '154008.353000', '154008.356000', '154008.359000', '154008.362000', '154008.365000', '154008.368000', '154008.371000', '154008.373000', '154008.376000', '154008.379000', '154008.382000', '154008.385000', '154008.388000', '154008.391000', '154008.394000', '154008.396000', '154008.399000', '154008.402000', '154008.405000', '154008.408000', '154008.411000', '154008.414000', '154008.417000', '154008.420000', '154008.422000', '154008.425000', '154008.428000', '154008.431000', '154008.436000', '154008.439000', '154008.442000', '154008.445000', '154008.448000', '154008.451000', '154008.454000', '154008.456000', '154028.332000', '154028.335000', '154028.338000', '154028.341000', '154028.344000', '154028.347000', '154028.350000', '154028.352000', '154028.355000', '154028.358000', '154028.361000', '154028.364000', '154028.367000', '154028.370000', '154028.373000', '154028.376000', '154028.379000', '154028.381000', '154028.384000', '154028.387000', '154028.390000', '154028.393000', '154028.396000', '154028.399000', '154028.402000', '154028.405000', '154028.408000', '154028.411000', '154028.413000', '154028.416000', '154028.419000', '154028.422000', '154028.425000', '154028.428000', '154028.431000', '154028.434000', '154028.437000', '154028.439000', '154028.442000', '154028.445000', '154028.448000', '154028.451000', '154028.454000', '154028.457000', '154048.332000', '154048.335000', '154048.338000', '154048.341000', '154048.344000', '154048.347000', '154048.350000', '154048.353000', '154048.356000', '154048.358000', '154048.361000', '154048.364000', '154048.367000', '154048.370000', '154048.373000', '154048.376000', '154048.379000', '154048.382000', '154048.385000', '154048.387000', '154048.390000', '154048.393000', '154048.396000', '154048.399000', '154048.402000', '154048.405000', '154048.408000', '154048.411000', '154048.414000', '154048.416000', '154048.419000', '154048.422000', '154048.425000', '154048.441000', '154048.444000', '154048.447000', '154048.450000', '154048.452000', '154048.455000', '154048.458000', '154048.461000', '154048.464000', '154048.467000', '154108.332000', '154108.335000', '154108.338000', '154108.341000', '154108.344000', '154108.347000', '154108.350000', '154108.353000', '154108.355000', '154108.358000', '154108.361000', '154108.364000', '154108.367000', '154108.370000', '154108.373000', '154108.376000', '154108.378000', '154108.381000', '154108.384000', '154108.387000', '154108.390000', '154108.393000', '154108.396000', '154108.399000', '154108.402000', '154108.405000', '154108.407000', '154108.410000', '154108.413000', '154108.416000', '154108.419000', '154108.422000', '154108.425000', '154108.428000', '154108.431000', '154108.434000', '154108.437000', '154108.439000', '154108.442000', '154108.445000', '154108.458000', '154108.460000', '154108.463000', '154128.332000', '154128.335000', '154128.338000', '154128.341000', '154128.344000', '154128.347000', '154128.349000', '154128.352000', '154128.355000', '154128.358000', '154128.361000', '154128.364000', '154128.367000', '154128.370000', '154128.373000', '154128.375000', '154128.378000', '154128.381000', '154128.384000', '154128.387000', '154128.390000', '154128.393000', '154128.396000', '154128.399000', '154128.402000', '154128.405000', '154128.408000', '154128.411000', '154128.414000', '154128.416000', '154128.419000', '154128.422000', '154128.425000', '154128.428000', '154128.431000', '154128.434000', '154128.437000', '154128.440000', '154128.443000', '154128.445000', '154128.448000', '154128.451000', '154128.454000', '154128.457000', '154148.333000', '154148.336000', '154148.339000', '154148.342000', '154148.345000', '154148.348000', '154148.350000', '154148.353000', '154148.356000', '154148.359000', '154148.362000', '154148.365000', '154148.368000', '154148.370000', '154148.373000', '154148.376000', '154148.379000', '154148.382000', '154148.385000', '154148.388000', '154148.391000', '154148.394000', '154148.397000', '154148.399000', '154148.402000', '154148.405000', '154148.408000', '154148.411000', '154148.414000', '154148.417000', '154148.420000', '154148.423000', '154148.426000', '154148.428000', '154148.431000', '154148.434000', '154148.437000', '154148.440000', '154148.443000', '154148.446000', '154148.449000', '154148.451000', '154148.454000', '154148.457000', '154208.333000', '154208.336000', '154208.339000', '154208.342000', '154208.345000', '154208.348000', '154208.351000', '154208.353000', '154208.356000', '154208.359000', '154208.362000', '154208.365000', '154208.368000', '154208.371000', '154208.373000', '154208.376000', '154208.379000', '154208.382000', '154208.385000', '154208.388000', '154208.391000', '154208.394000', '154208.397000', '154208.400000', '154208.403000', '154208.405000', '154208.408000', '154208.411000', '154208.414000', '154208.417000', '154208.420000', '154208.423000', '154208.426000', '154208.429000', '154208.431000', '154208.434000', '154208.437000', '154208.440000', '154208.443000', '154208.446000', '154208.449000', '154208.452000', '154208.455000', '154228.333000', '154228.336000', '154228.339000', '154228.342000', '154228.345000', '154228.348000', '154228.351000', '154228.354000', '154228.362000', '154228.365000', '154228.367000', '154228.370000', '154228.373000', '154228.376000', '154228.379000', '154228.391000', '154228.394000', '154228.397000', '154228.400000', '154228.403000', '154228.406000', '154228.409000', '154228.412000', '154228.415000', '154228.417000', '154228.420000', '154228.423000', '154228.426000', '154228.429000', '154228.432000', '154228.435000', '154228.438000', '154228.441000', '154228.444000', '154228.447000', '154228.449000', '154228.452000', '154228.455000', '154228.458000', '154228.461000', '154228.464000', '154228.467000', '154228.470000', '154248.332000', '154248.335000', '154248.338000', '154248.341000', '154248.344000', '154248.347000', '154248.350000', '154248.353000', '154248.356000', '154248.359000', '154248.362000', '154248.364000', '154248.367000', '154248.370000', '154248.373000', '154248.376000', '154248.379000', '154248.382000', '154248.385000', '154248.388000', '154248.391000', '154248.393000', '154248.396000', '154248.399000', '154248.402000', '154248.405000', '154248.408000', '154248.411000', '154248.414000', '154248.417000', '154248.420000', '154248.423000', '154248.426000', '154248.429000', '154248.432000', '154248.435000', '154248.438000', '154248.441000', '154248.444000', '154248.447000', '154248.449000', '154248.452000', '154248.455000', '154248.458000', '154308.332000', '154308.335000', '154308.338000', '154308.341000', '154308.344000', '154308.347000', '154308.350000', '154308.360000', '154308.363000', '154308.366000', '154308.369000', '154308.372000', '154308.375000', '154308.378000', '154308.381000', '154308.384000', '154308.387000', '154308.390000', '154308.393000', '154308.396000', '154308.399000', '154308.402000', '154308.405000', '154308.407000', '154308.410000', '154308.413000', '154308.416000', '154308.419000', '154308.422000', '154308.425000', '154308.428000', '154308.431000', '154308.434000', '154308.437000', '154308.439000', '154308.442000', '154308.445000', '154308.448000', '154308.451000', '154308.454000', '154308.457000', '154308.459000', '154308.462000', '154328.332000', '154328.335000', '154328.338000', '154328.341000', '154328.344000', '154328.347000', '154328.350000', '154328.353000', '154328.355000', '154328.358000', '154328.361000', '154328.364000', '154328.367000', '154328.370000', '154328.373000', '154328.376000', '154328.379000', '154328.381000', '154328.384000', '154328.387000', '154328.390000', '154328.393000', '154328.396000', '154328.399000', '154328.402000', '154328.405000', '154328.408000', '154328.410000', '154328.413000', '154328.416000', '154328.419000', '154328.422000', '154328.425000', '154328.428000', '154328.431000', '154328.434000', '154328.437000', '154328.440000', '154328.443000', '154328.445000', '154328.449000', '154328.451000', '154328.454000', '154328.457000', '154348.332000', '154348.335000', '154348.338000', '154348.341000', '154348.344000', '154348.347000', '154348.349000', '154348.352000', '154348.355000', '154348.358000', '154348.361000', '154348.364000', '154348.367000', '154348.370000', '154348.373000', '154348.376000', '154348.379000', '154348.382000', '154348.385000', '154348.388000', '154348.391000', '154348.393000', '154348.396000', '154348.399000', '154348.402000', '154348.405000', '154348.422000', '154348.425000', '154348.428000', '154348.431000', '154348.434000', '154348.436000', '154348.439000', '154348.442000', '154348.445000', '154348.448000', '154348.451000', '154348.454000', '154348.457000', '154348.459000', '154348.462000', '154348.465000', '154348.468000', '154408.333000', '154408.336000', '154408.339000', '154408.342000', '154408.345000', '154408.348000', '154408.350000', '154408.353000', '154408.356000', '154408.359000', '154408.362000', '154408.365000', '154408.368000', '154408.371000', '154408.374000', '154408.376000', '154408.379000', '154408.382000', '154408.385000', '154408.388000', '154408.391000', '154408.394000', '154408.397000', '154408.400000', '154408.403000', '154408.405000', '154408.408000', '154408.411000', '154408.414000', '154408.417000', '154408.420000', '154408.423000', '154408.426000', '154408.428000', '154408.431000', '154408.434000', '154408.437000', '154408.440000', '154408.443000', '154408.446000', '154408.449000', '154408.452000', '154408.455000', '154408.458000', '154428.333000', '154428.336000', '154428.339000', '154428.342000', '154428.345000', '154428.348000', '154428.351000', '154428.354000', '154428.356000', '154428.359000', '154428.362000', '154428.365000', '154428.368000', '154428.371000', '154428.374000', '154428.377000', '154428.380000', '154428.383000', '154428.386000', '154428.388000', '154428.391000', '154428.394000', '154428.397000', '154428.400000', '154428.403000', '154428.406000', '154428.409000', '154428.412000', '154428.415000', '154428.418000', '154428.421000', '154428.424000', '154428.427000', '154428.430000', '154428.433000', '154428.436000', '154428.438000', '154428.441000', '154428.444000', '154428.447000', '154428.450000', '154428.453000', '154428.456000', '154448.333000', '154448.336000', '154448.339000', '154448.342000', '154448.345000', '154448.348000', '154448.351000', '154448.354000', '154448.357000', '154448.360000', '154448.363000', '154448.366000', '154448.369000', '154448.372000', '154448.374000', '154448.377000', '154448.380000', '154448.383000', '154448.386000', '154448.389000', '154448.392000', '154448.395000', '154448.397000', '154448.400000', '154448.403000', '154448.406000', '154448.409000', '154448.412000', '154448.415000', '154448.418000', '154448.421000', '154448.424000', '154448.427000', '154448.430000', '154448.432000', '154448.435000', '154448.438000', '154448.441000', '154448.444000', '154448.447000', '154448.450000', '154448.453000', '154448.456000', '154448.459000', '154508.332000', '154508.335000', '154508.338000', '154508.341000', '154508.344000', '154508.347000', '154508.351000', '154508.354000', '154508.357000', '154508.360000', '154508.362000', '154508.365000', '154508.368000', '154508.371000', '154508.374000', '154508.377000', '154508.380000', '154508.383000', '154508.386000', '154508.389000', '154508.391000', '154508.394000', '154508.397000', '154508.400000', '154508.403000', '154508.406000', '154508.409000', '154508.412000', '154508.415000', '154508.418000', '154508.421000', '154508.424000', '154508.427000', '154508.430000', '154508.433000', '154508.436000', '154508.439000', '154508.455000', '154508.458000', '154508.461000', '154508.464000', '154508.466000', '154508.469000', '154528.332000', '154528.335000', '154528.338000', '154528.341000', '154528.344000', '154528.347000', '154528.350000', '154528.352000', '154528.355000', '154528.358000', '154528.361000', '154528.364000', '154528.367000', '154528.370000', '154528.373000', '154528.376000', '154528.379000', '154528.382000', '154528.384000', '154528.387000', '154528.390000', '154528.393000', '154528.396000', '154528.399000', '154528.402000', '154528.405000', '154528.408000', '154528.411000', '154528.413000', '154528.416000', '154528.419000', '154528.422000', '154528.425000', '154528.428000', '154528.431000', '154528.434000', '154528.437000', '154528.444000', '154528.447000', '154528.450000', '154528.453000', '154528.456000', '154528.459000', '154528.462000', '154548.332000', '154548.335000', '154548.338000', '154548.341000', '154548.344000', '154548.347000', '154548.350000', '154548.358000', '154548.361000', '154548.364000', '154548.367000', '154548.370000', '154548.373000', '154548.376000', '154548.378000', '154548.381000', '154548.384000', '154548.387000', '154548.390000', '154548.393000', '154548.396000', '154548.399000', '154548.402000', '154548.405000', '154548.408000', '154548.411000', '154548.414000', '154548.417000', '154548.420000', '154548.423000', '154548.426000', '154548.429000', '154548.432000', '154548.435000', '154548.438000', '154548.441000', '154548.444000', '154548.446000', '154548.449000', '154548.452000', '154548.455000', '154548.458000', '154548.461000', '154608.332000', '154608.335000', '154608.338000', '154608.341000', '154608.344000', '154608.347000', '154608.350000', '154608.353000', '154608.356000', '154608.359000', '154608.362000', '154608.365000', '154608.368000', '154608.371000', '154608.374000', '154608.376000', '154608.379000', '154608.382000', '154608.385000', '154608.388000', '154608.391000', '154608.394000', '154608.397000', '154608.400000', '154608.403000', '154608.405000', '154608.408000', '154608.411000', '154608.414000', '154608.417000', '154608.420000', '154608.423000', '154608.426000', '154608.429000', '154608.432000', '154608.435000', '154608.438000', '154608.441000', '154608.444000', '154608.447000', '154608.450000', '154608.453000', '154608.455000', '154608.458000', '154628.333000', '154628.336000', '154628.339000', '154628.342000', '154628.350000', '154628.353000', '154628.356000', '154628.358000', '154628.361000', '154628.364000', '154628.367000', '154628.370000', '154628.373000', '154628.376000', '154628.379000', '154628.381000', '154628.385000', '154628.389000', '154628.392000', '154628.395000', '154628.398000', '154628.401000', '154628.404000', '154628.407000', '154628.409000', '154628.412000', '154628.415000', '154628.418000', '154628.421000', '154628.424000', '154628.427000', '154628.430000', '154628.433000', '154628.451000', '154628.454000', '154628.457000', '154628.460000', '154628.462000', '154628.465000', '154628.468000', '154628.471000', '154628.474000', '154628.477000', '154648.333000', '154648.336000', '154648.339000', '154648.342000', '154648.345000', '154648.348000', '154648.351000', '154648.354000', '154648.357000', '154648.360000', '154648.363000', '154648.365000', '154648.368000', '154648.371000', '154648.374000', '154648.377000', '154648.380000', '154648.383000', '154648.386000', '154648.389000', '154648.392000', '154648.394000', '154648.397000', '154648.400000', '154648.403000', '154648.413000', '154648.416000', '154648.418000', '154648.421000', '154648.424000', '154648.427000', '154648.430000', '154648.433000', '154648.436000', '154648.439000', '154648.442000', '154648.444000', '154648.447000', '154648.450000', '154648.453000', '154648.456000', '154648.459000', '154648.462000', '154648.465000', '154708.333000', '154708.336000', '154708.339000', '154708.342000', '154708.345000', '154708.348000', '154708.351000', '154708.354000', '154708.357000', '154708.360000', '154708.363000', '154708.365000', '154708.368000', '154708.371000', '154708.374000', '154708.377000', '154708.380000', '154708.383000', '154708.386000', '154708.389000', '154708.392000', '154708.394000', '154708.397000', '154708.400000', '154708.403000', '154708.406000', '154708.409000', '154708.412000', '154708.415000', '154708.418000', '154708.421000', '154708.424000', '154708.427000', '154708.430000', '154708.432000', '154708.435000', '154708.438000', '154708.441000', '154708.444000', '154708.447000', '154708.450000', '154708.453000', '154708.456000', '154728.332000', '154728.335000', '154728.338000', '154728.341000', '154728.344000', '154728.347000', '154728.350000', '154728.353000', '154728.356000', '154728.359000', '154728.361000', '154728.364000', '154728.367000', '154728.370000', '154728.373000', '154728.376000', '154728.379000', '154728.382000', '154728.385000', '154728.388000', '154728.391000', '154728.394000', '154728.397000', '154728.399000', '154728.402000', '154728.405000', '154728.408000', '154728.411000', '154728.414000', '154728.417000', '154728.420000', '154728.423000', '154728.426000', '154728.429000', '154728.432000', '154728.435000', '154728.438000', '154728.441000', '154728.444000', '154728.447000', '154728.450000', '154728.453000', '154728.456000', '154728.458000', '154748.332000', '154748.335000', '154748.338000', '154748.341000', '154748.344000', '154748.347000', '154748.350000', '154748.353000', '154748.356000', '154748.358000', '154748.361000', '154748.364000', '154748.367000', '154748.370000', '154748.373000', '154748.376000', '154748.379000', '154748.382000', '154748.385000', '154748.388000', '154748.390000', '154748.393000', '154748.396000', '154748.399000', '154748.402000', '154748.405000', '154748.408000', '154748.411000', '154748.414000', '154748.417000', '154748.437000', '154748.440000', '154748.443000', '154748.446000', '154748.449000', '154748.452000', '154748.455000', '154748.458000', '154748.461000', '154748.463000', '154748.466000', '154748.469000', '154748.472000', '154749.937000', '154749.943000', '154749.946000', '154749.950000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266], 'LargestImagePixelValue': [13899, 12394, 13241, 13034, 13040, 13306, 12764, 12878, 13172, 12555, 12816, 13037, 11799, 12776, 13219, 10890, 12224, 12806, 10177, 11635, 13084, 13115, 12768, 12492, 12605, 11258, 11656, 13040, 10260, 11785, 13049, 11277, 11016, 12015, 13108, 11678, 12696, 12876, 11661, 12304, 12848, 10881, 12227, 13086, 11389, 12538, 12380, 12834, 13061, 12366, 13084, 12058, 11760, 12900, 12814, 12952, 12479, 12976, 11954, 12216, 12931, 11718, 12545, 12369, 12702, 12458, 12461, 12964, 10886, 11661, 12259, 12350, 12357, 12666, 12961, 12276, 12143, 12631, 10827, 10655, 12080, 12696, 12667, 12345, 12445, 11556, 10973, 12031, 12379, 13039, 12585, 12609, 12254, 12531, 12501, 11286, 9792, 11989, 12680, 12752, 12861, 12201, 11932, 12775, 12153, 11313, 11411, 12284, 12434, 12464, 12556, 12272, 11062, 12480, 11966, 11396, 11257, 12716, 10804, 10260, 12036, 12373, 11813, 12779, 12289, 9242, 12804, 11420, 9835, 11807, 12626, 13140, 12576, 12600, 11284, 10575, 12450, 12868, 13183, 12939, 13039, 13159, 12483, 12845, 12284, 11954, 13302, 11752, 13251, 13225, 12738, 11948, 13011, 13235, 10394, 12987, 10118, 11880, 12676, 13113, 12563, 12984, 12911, 11317, 12515, 13114, 11850, 11900, 13205, 12985, 11967, 13091, 13043, 11921, 13536, 13344, 10271, 12728, 13415, 12845, 12762, 13456, 13225, 12410, 13300, 13291, 9876, 12636, 13283, 12796, 12870, 13008, 13197, 10828, 13271, 13254, 10274, 12993, 13200, 9993, 12160, 13308, 9401, 11771, 12795, 12547, 10909, 12549, 13159, 11387, 11867, 12997, 10878, 12729, 12830, 11373, 10913, 11187, 10388, 11627, 11767, 11540, 12061, 11526, 11787, 12334, 10932, 11816, 10852, 11700, 12190, 10740, 12416, 11358, 12134, 14298, 11840, 12292, 13395, 11031, 11780, 10898, 10848, 12008, 10249, 11692, 12030, 12107, 13391, 11018, 11654, 11697, 11763, 12329, 10312, 10757, 12079, 11998, 12751, 11178, 12046, 11710, 11468, 12259, 10359, 10702, 12529, 12981, 13363, 12998, 12836, 12430, 12028, 12541, 10819, 11455, 12621, 10293, 10930, 12455, 12351, 13584, 11045, 12242, 11381, 11729, 12523, 11645, 12197, 11814, 12017, 11756, 11115, 12412, 10641, 11450, 12449, 10874, 11375, 11562, 12421, 12977, 11290, 12386, 11323, 10598, 11985, 11778, 12588, 12073, 12484, 13693, 11331, 11892, 10956, 11117, 12376, 11395, 12468, 11850, 11908, 12369, 11201, 12266, 11024, 11790, 12297, 10352, 10454, 11788, 12238, 12678, 11937, 12324, 13322, 11476, 12180, 11367, 11861, 12471, 10624, 11231, 12127, 12283, 14010, 11443, 12250, 13144, 11461, 12356, 12280, 11868, 12245, 10649, 11656, 12525, 10053, 11373, 12305, 12280, 13713, 11697, 12169, 12660, 11622, 12430, 11542, 11720, 12166, 10213, 11457, 12454, 10399, 11005, 12005, 12102, 13602, 11741, 12128, 13055, 11658, 12039, 11187, 11255, 11777, 10005, 11645, 12589, 9900, 10856, 11951, 11763, 12089, 11568, 12024, 12139, 11511, 12221, 10792, 11332, 11751, 10076, 11289, 12267, 10230, 11124, 11930, 11999, 13230, 11987, 12248, 13047, 11292, 12209, 10789, 10970, 12105, 10079, 10835, 12164, 9923, 10604, 11575, 11978, 13071, 12046, 12210, 13374, 11885, 12012, 12387, 11413, 12256, 10935, 11760, 12664, 10807, 10501, 11989, 12120, 13570, 12367, 12599, 14432, 11887, 12315, 13588, 11941, 12652, 11535, 11853, 12698, 12516, 14554, 12061, 12352, 13005, 11980, 12655, 11167, 11435, 12218, 11182, 11828, 12194, 12414, 12926, 11599, 12432, 10522, 11315, 12374, 10245, 10862, 12225, 12417, 13310, 11393, 12088, 11287, 11900, 12324, 10518, 11179, 11651, 10184, 11722, 12229, 10110, 10805, 12017, 12119, 12708, 11151, 12277, 11083, 12171, 12869, 10729, 11351, 11892, 12388, 13277, 11812, 12668, 12336, 11955, 12754, 11021, 10971, 12043, 12371, 12766, 12562, 12611, 13513, 11883, 12559, 12157, 12055, 12825, 10536, 11488, 12423, 12506, 12782, 12136, 12371, 11785, 11649, 12619, 11411, 11735, 12356, 10218, 11229, 12587, 10069, 11351, 12357, 12409, 12643, 11618, 12191, 10912, 11648, 12551, 11206, 11870, 11873, 10552, 11420, 12321, 12367, 13334, 11867, 12393, 13673, 11311, 12332, 11264, 11787, 12520, 10963, 10787, 11980, 12317, 13459, 12177, 12581, 13429, 11244, 12243, 11186, 11929, 12684, 10495, 11028, 12503, 12246, 12894, 11660, 12496, 12827, 11398, 12885, 11419, 11780, 12471, 10356, 11561, 12325, 11890, 12088, 12309, 12472, 12755, 11594, 12671, 11727, 12111, 12839, 10967, 11314, 12387, 10399, 12091, 12670, 12573, 14139, 11966, 12682, 13075, 11959, 12855, 12943, 12621, 12678, 12555, 11942, 12942, 10654, 12313, 13036, 10798, 11775, 12435, 12556, 14090, 12568, 12779, 13392, 11473, 12602, 11610, 12492, 12818, 11055, 12543, 12759, 10571, 11214, 12365, 12367, 13792, 12488, 12757, 13244, 11260, 12443, 11695, 12265, 12756, 10541, 11842, 12933, 10078, 11504, 12023, 12371, 13575, 12361, 12510, 12594, 11756, 12127, 10821, 11806, 10693, 11068, 12251, 12286, 12351, 11232, 12427, 10849, 11242, 12341, 10407, 11746, 12725, 12514, 13905, 11932, 12372, 13227, 11664, 12748, 12308, 12445, 12783, 11171, 11595, 12100, 12617, 14286, 12514, 12647, 13178, 11690, 12363, 10418, 11977, 12493, 10202, 11179, 12322, 12514, 12541, 11959, 12466, 11882, 11799, 12650, 11448, 11529, 12273, 10617, 11830, 12605, 10473, 11886, 12873, 10616, 11368, 12058, 12679, 13611, 12354, 12601, 13089, 11567, 12398, 10953, 12023, 12803, 11176, 11727, 11880, 12538, 12940, 12405, 12652, 11979, 11849, 12189, 10358, 11860, 12638, 10292, 10925, 11842, 12346, 12220, 12339, 12909, 12101, 11641, 12533, 10397, 11049, 12604, 10383, 11620, 12308, 12299, 12949, 11691, 12575, 11885, 11901, 12678, 10493, 11238, 12142, 10356, 12117, 12419, 12796, 14214, 11993, 12282, 12940, 11617, 12862, 11320, 12245, 13047, 10280, 11913, 12824, 10128, 11972, 12960, 10241, 11370, 12243, 12931, 13283, 12527, 13087, 12898, 11678, 13038, 12088, 12060, 13280, 12817, 11776, 12752, 11854, 12982, 13098, 11165, 12659, 13332, 10994, 12822, 12965, 13208, 14377, 13062, 12802, 13544, 12411, 12954, 11442, 12972, 13185, 11478, 12603, 12751, 10963, 12494, 13095, 10223, 12521, 13153, 10388, 11942, 12705, 12769, 13332, 13092, 12839, 13490, 12011, 12925, 12215, 12482, 13170, 12630, 12018, 12811, 12366, 12732, 13223, 11515, 12655, 13249, 10688, 12291, 12486, 10545, 12129, 12632, 11219, 11350, 12437, 12425, 12206, 12216, 12561, 11834, 12172, 11753, 12239, 11236, 11620, 10630, 11710, 12536, 10378, 11661, 12093, 12349, 12758, 12027, 12444, 12226, 11867, 12628, 10580, 11347, 12129, 12126, 12471, 12126, 12367, 13085, 11718, 12578, 10768, 11918, 12549, 10554, 11566, 12580, 10605, 10932, 11420, 12079, 12059, 11852, 12531, 12529, 11634, 12213, 11479, 11854, 12431, 10848, 11577, 12269, 11667, 12010, 11498, 12395, 13379, 11966, 12516, 12617, 12053, 12187, 10833, 11273, 11916, 11760, 12093, 11729, 12147, 12091, 12198, 12204, 10909, 12216, 12446, 10586, 11239, 11884, 11888, 11986, 11896, 12501, 13082, 11728, 12090, 11511, 12049, 11651, 11268, 11262, 12276, 10998, 10594, 11732, 11848, 12311, 11322, 11676, 11060, 11675, 12381, 10995, 11290, 11644, 11873, 13036, 11690, 12072, 12990, 11834, 11688, 10943, 11883, 12331, 10890, 10602, 12129, 11871, 12498, 11678, 12007, 11460, 11652, 11886, 10780, 11056, 11637, 11973, 13757, 12227, 12456, 13029, 11737, 12274, 10869, 11047, 12057, 12244, 14002, 12065, 12446, 13441, 11575, 12023, 10906, 11757, 12480, 10623, 11134, 11779, 11880, 12353, 12464, 12145, 10837, 12329, 11989, 10945, 10358, 11427, 11816, 12090, 11635, 12072, 12167, 12090, 11742, 10851, 11656, 12090, 10964, 10803, 11916, 12352, 12702, 11868, 12002, 11753, 12199, 12226, 11547, 11002, 11849, 11054, 12365, 11820, 11188, 11004, 11098, 11683, 12187, 12118, 12032, 12607, 12157, 11861, 11885, 11809, 11492, 11091, 12023, 12126, 11022, 11777, 11424, 11261, 11603, 11352, 11836, 13666, 11326, 11787, 13330, 12303, 11696, 12088, 12462, 11147, 11964, 10844, 9376, 11676, 11884, 12125, 12175, 12091, 12374, 13418, 12177, 12028, 12554, 11795, 12509, 10961, 11708, 12425, 11792, 13693, 12513, 13288, 13508, 12955, 12776, 13724, 12849, 12854, 14111, 12116, 12688, 12225, 12683, 12997, 10089, 12213, 12940, 10558, 10880, 12360, 12829, 11746, 12587, 12795, 11528, 12340, 12913, 10788, 12263, 12714, 10608, 11130, 12624, 11740, 11362, 12167, 12456, 11906, 12438, 12132, 10456, 12500, 12253, 10523, 12484, 12315, 11055, 12503, 12459, 11135, 11058, 12191, 11069, 10417, 11769, 11468, 10666, 12185, 11037, 9017, 11985, 11921, 12235, 12143, 12107, 12596, 12256, 12298, 12055, 12312, 11780, 11463, 11559, 12373, 10977, 12797, 12559, 11427, 12686, 10562, 12812, 13072, 10702, 11218, 13062, 13131, 13409, 13314, 13069, 12007, 12836, 13429, 11891, 13367, 13471, 11628, 12901, 13583, 11591, 12770, 13276, 13155, 14045, 13107, 13184, 11920, 13651, 13393, 10332, 12961, 13301, 12880, 13161, 13338, 13348, 11034, 13673, 13463, 11966, 13553, 13641, 12366, 11962, 13224, 13243, 12118, 13276, 13126, 11680, 13172, 13207, 11100, 12697, 13448, 10891, 12989, 9856, 12253, 13358, 12997, 13667, 12968, 13318, 11280, 12786, 13559, 12847, 13178, 13091, 11550, 12658, 13524, 10820, 12752, 9410, 12042], 'WindowCenter': [3996.0, 3970.0, 3969.0, 3955.0, 3954.0, 3953.0, 3940.0, 3940.0, 3941.0, 3939.0, 3939.0, 3940.0, 3928.0, 3937.0, 3939.0, 3917.0, 3927.0, 3939.0, 3919.0, 3929.0, 3939.0, 3939.0, 3927.0, 3938.0, 3940.0, 3917.0, 3928.0, 3939.0, 3907.0, 3927.0, 3939.0, 3930.0, 3918.0, 3954.0, 3966.0, 3932.0, 3941.0, 3951.0, 3928.0, 3927.0, 3939.0, 3930.0, 3928.0, 3940.0, 3930.0, 3938.0, 3940.0, 3941.0, 3939.0, 3928.0, 3938.0, 3927.0, 3915.0, 3927.0, 3939.0, 3939.0, 3928.0, 3939.0, 3928.0, 3926.0, 3927.0, 3927.0, 3926.0, 3938.0, 3938.0, 3927.0, 3926.0, 3937.0, 3905.0, 3914.0, 3927.0, 3938.0, 3926.0, 3937.0, 3939.0, 3926.0, 3926.0, 3938.0, 3918.0, 3919.0, 3939.0, 3939.0, 3938.0, 3927.0, 3938.0, 3928.0, 3916.0, 3928.0, 3939.0, 3938.0, 3927.0, 3926.0, 3926.0, 3924.0, 3927.0, 3929.0, 3907.0, 3928.0, 3939.0, 3938.0, 3938.0, 3928.0, 3928.0, 3926.0, 3939.0, 3930.0, 3927.0, 3928.0, 3939.0, 3927.0, 3927.0, 3928.0, 3918.0, 3927.0, 3928.0, 3929.0, 3929.0, 3940.0, 3932.0, 3917.0, 3928.0, 3941.0, 3954.0, 3954.0, 3954.0, 3909.0, 3940.0, 3931.0, 3920.0, 3940.0, 3941.0, 3940.0, 3927.0, 3941.0, 3931.0, 3919.0, 3940.0, 3942.0, 3940.0, 3939.0, 3939.0, 3926.0, 3925.0, 3926.0, 3916.0, 3915.0, 3939.0, 3931.0, 3939.0, 3938.0, 3939.0, 3916.0, 3913.0, 3925.0, 3907.0, 3939.0, 3892.0, 3901.0, 3924.0, 3925.0, 3913.0, 3923.0, 3913.0, 3902.0, 3911.0, 3924.0, 3928.0, 3915.0, 3925.0, 3937.0, 3914.0, 3925.0, 3927.0, 3917.0, 3923.0, 3924.0, 3893.0, 3913.0, 3924.0, 3914.0, 3914.0, 3912.0, 3913.0, 3913.0, 3911.0, 3911.0, 3880.0, 3899.0, 3910.0, 3912.0, 3899.0, 3910.0, 3924.0, 3903.0, 3923.0, 3924.0, 3891.0, 3911.0, 3923.0, 3892.0, 3911.0, 3925.0, 3896.0, 3914.0, 3926.0, 3927.0, 3904.0, 3925.0, 3938.0, 3914.0, 3927.0, 3938.0, 3918.0, 3940.0, 3952.0, 3931.0, 3915.0, 3917.0, 3907.0, 3915.0, 3927.0, 3928.0, 3926.0, 3925.0, 3927.0, 3927.0, 3917.0, 3928.0, 3918.0, 3926.0, 3928.0, 3918.0, 3927.0, 3916.0, 3928.0, 3937.0, 3915.0, 3927.0, 3925.0, 3915.0, 3927.0, 3917.0, 3915.0, 3927.0, 3908.0, 3926.0, 3927.0, 3928.0, 3935.0, 3916.0, 3926.0, 3927.0, 3926.0, 3928.0, 3906.0, 3915.0, 3927.0, 3927.0, 3926.0, 3917.0, 3928.0, 3927.0, 3927.0, 3928.0, 3907.0, 3905.0, 3940.0, 3967.0, 3955.0, 3951.0, 3941.0, 3939.0, 3926.0, 3928.0, 3917.0, 3916.0, 3939.0, 3919.0, 3917.0, 3938.0, 3939.0, 3939.0, 3915.0, 3927.0, 3917.0, 3926.0, 3927.0, 3929.0, 3927.0, 3927.0, 3938.0, 3939.0, 3926.0, 3940.0, 3918.0, 3926.0, 3939.0, 3919.0, 3927.0, 3927.0, 3940.0, 3939.0, 3927.0, 3937.0, 3929.0, 3918.0, 3929.0, 3929.0, 3927.0, 3927.0, 3939.0, 3937.0, 3916.0, 3928.0, 3917.0, 3916.0, 3927.0, 3928.0, 3924.0, 3926.0, 3928.0, 3926.0, 3916.0, 3927.0, 3917.0, 3926.0, 3928.0, 3918.0, 3917.0, 3927.0, 3940.0, 3938.0, 3928.0, 3938.0, 3938.0, 3917.0, 3939.0, 3928.0, 3926.0, 3928.0, 3917.0, 3914.0, 3925.0, 3927.0, 3937.0, 3916.0, 3928.0, 3937.0, 3927.0, 3927.0, 3926.0, 3915.0, 3926.0, 3917.0, 3913.0, 3926.0, 3905.0, 3914.0, 3926.0, 3926.0, 3936.0, 3926.0, 3927.0, 3926.0, 3916.0, 3927.0, 3915.0, 3915.0, 3928.0, 3906.0, 3915.0, 3927.0, 3905.0, 3905.0, 3926.0, 3927.0, 3935.0, 3927.0, 3927.0, 3926.0, 3915.0, 3926.0, 3914.0, 3916.0, 3926.0, 3906.0, 3915.0, 3926.0, 3906.0, 3915.0, 3927.0, 3928.0, 3927.0, 3927.0, 3928.0, 3928.0, 3928.0, 3928.0, 3916.0, 3928.0, 3928.0, 3908.0, 3916.0, 3929.0, 3918.0, 3916.0, 3928.0, 3928.0, 3937.0, 3928.0, 3928.0, 3937.0, 3916.0, 3927.0, 3917.0, 3916.0, 3928.0, 3907.0, 3917.0, 3928.0, 3907.0, 3917.0, 3928.0, 3929.0, 3938.0, 3942.0, 3941.0, 3939.0, 3928.0, 3940.0, 3939.0, 3940.0, 3940.0, 3918.0, 3927.0, 3938.0, 3917.0, 3916.0, 3928.0, 3928.0, 3938.0, 3927.0, 3928.0, 3936.0, 3926.0, 3928.0, 3938.0, 3915.0, 3927.0, 3916.0, 3914.0, 3926.0, 3927.0, 3937.0, 3926.0, 3925.0, 3927.0, 3915.0, 3926.0, 3915.0, 3914.0, 3926.0, 3916.0, 3914.0, 3925.0, 3927.0, 3925.0, 3915.0, 3926.0, 3917.0, 3916.0, 3926.0, 3907.0, 3915.0, 3926.0, 3927.0, 3936.0, 3927.0, 3928.0, 3917.0, 3926.0, 3927.0, 3904.0, 3916.0, 3940.0, 3918.0, 3927.0, 3927.0, 3905.0, 3913.0, 3926.0, 3927.0, 3926.0, 3916.0, 3928.0, 3928.0, 3927.0, 3938.0, 3918.0, 3915.0, 3927.0, 3940.0, 3938.0, 3928.0, 3938.0, 3926.0, 3914.0, 3927.0, 3917.0, 3915.0, 3927.0, 3928.0, 3926.0, 3925.0, 3926.0, 3925.0, 3915.0, 3927.0, 3926.0, 3924.0, 3927.0, 3906.0, 3914.0, 3925.0, 3926.0, 3925.0, 3926.0, 3927.0, 3926.0, 3916.0, 3927.0, 3915.0, 3926.0, 3938.0, 3906.0, 3915.0, 3926.0, 3906.0, 3915.0, 3926.0, 3938.0, 3938.0, 3928.0, 3929.0, 3917.0, 3929.0, 3940.0, 3928.0, 3927.0, 3941.0, 3931.0, 3929.0, 3940.0, 3941.0, 3938.0, 3928.0, 3940.0, 3949.0, 3917.0, 3940.0, 3929.0, 3927.0, 3938.0, 3919.0, 3917.0, 3927.0, 3929.0, 3938.0, 3927.0, 3939.0, 3938.0, 3929.0, 3928.0, 3918.0, 3927.0, 3939.0, 3916.0, 3915.0, 3927.0, 3939.0, 3927.0, 3917.0, 3938.0, 3938.0, 3927.0, 3939.0, 3928.0, 3927.0, 3940.0, 3921.0, 3927.0, 3927.0, 3928.0, 3925.0, 3927.0, 3939.0, 3937.0, 3928.0, 3939.0, 3928.0, 3927.0, 3937.0, 3918.0, 3917.0, 3928.0, 3906.0, 3927.0, 3926.0, 3927.0, 3936.0, 3926.0, 3940.0, 3950.0, 3928.0, 3938.0, 3926.0, 3926.0, 3927.0, 3927.0, 3927.0, 3927.0, 3907.0, 3926.0, 3937.0, 3917.0, 3925.0, 3926.0, 3927.0, 3936.0, 3926.0, 3927.0, 3925.0, 3915.0, 3928.0, 3916.0, 3926.0, 3927.0, 3916.0, 3925.0, 3926.0, 3917.0, 3914.0, 3926.0, 3927.0, 3937.0, 3926.0, 3927.0, 3926.0, 3917.0, 3927.0, 3927.0, 3926.0, 3927.0, 3905.0, 3915.0, 3936.0, 3907.0, 3916.0, 3928.0, 3939.0, 3937.0, 3927.0, 3939.0, 3939.0, 3927.0, 3928.0, 3917.0, 3927.0, 3918.0, 3915.0, 3937.0, 3939.0, 3928.0, 3917.0, 3939.0, 3919.0, 3929.0, 3940.0, 3919.0, 3928.0, 3939.0, 3938.0, 3937.0, 3927.0, 3939.0, 3938.0, 3917.0, 3939.0, 3927.0, 3926.0, 3927.0, 3917.0, 3915.0, 3926.0, 3927.0, 3936.0, 3926.0, 3926.0, 3925.0, 3914.0, 3926.0, 3905.0, 3914.0, 3926.0, 3905.0, 3915.0, 3926.0, 3927.0, 3926.0, 3927.0, 3938.0, 3927.0, 3927.0, 3937.0, 3916.0, 3916.0, 3938.0, 3917.0, 3927.0, 3939.0, 3918.0, 3927.0, 3939.0, 3919.0, 3928.0, 3939.0, 3941.0, 3939.0, 3928.0, 3939.0, 3938.0, 3928.0, 3939.0, 3918.0, 3926.0, 3938.0, 3927.0, 3927.0, 3928.0, 3939.0, 3937.0, 3938.0, 3939.0, 3926.0, 3928.0, 3940.0, 3918.0, 3926.0, 3938.0, 3907.0, 3915.0, 3928.0, 3939.0, 3927.0, 3927.0, 3938.0, 3926.0, 3916.0, 3939.0, 3919.0, 3917.0, 3939.0, 3918.0, 3927.0, 3927.0, 3929.0, 3938.0, 3928.0, 3939.0, 3928.0, 3927.0, 3938.0, 3918.0, 3927.0, 3939.0, 3918.0, 3927.0, 3938.0, 3938.0, 3936.0, 3927.0, 3939.0, 3937.0, 3927.0, 3937.0, 3929.0, 3928.0, 3952.0, 3920.0, 3938.0, 3940.0, 3919.0, 3926.0, 3950.0, 3919.0, 3928.0, 3939.0, 3952.0, 3950.0, 3939.0, 3940.0, 3939.0, 3929.0, 3940.0, 3929.0, 3928.0, 3939.0, 3927.0, 3925.0, 3939.0, 3928.0, 3936.0, 3939.0, 3918.0, 3926.0, 3937.0, 3918.0, 3937.0, 3937.0, 3938.0, 3934.0, 3926.0, 3927.0, 3937.0, 3938.0, 3926.0, 3916.0, 3935.0, 3937.0, 3915.0, 3925.0, 3937.0, 3916.0, 3925.0, 3937.0, 3906.0, 3925.0, 3937.0, 3907.0, 3926.0, 3926.0, 3938.0, 3936.0, 3926.0, 3938.0, 3936.0, 3927.0, 3938.0, 3927.0, 3927.0, 3927.0, 3925.0, 3926.0, 3939.0, 3927.0, 3927.0, 3938.0, 3915.0, 3925.0, 3927.0, 3918.0, 3927.0, 3938.0, 3918.0, 3926.0, 3927.0, 3917.0, 3915.0, 3926.0, 3939.0, 3928.0, 3928.0, 3941.0, 3930.0, 3939.0, 3942.0, 3939.0, 3927.0, 3930.0, 3918.0, 3928.0, 3939.0, 3918.0, 3916.0, 3928.0, 3940.0, 3939.0, 3928.0, 3928.0, 3928.0, 3926.0, 3926.0, 3907.0, 3916.0, 3928.0, 3928.0, 3926.0, 3927.0, 3927.0, 3925.0, 3915.0, 3926.0, 3916.0, 3927.0, 3927.0, 3918.0, 3916.0, 3938.0, 3917.0, 3917.0, 3928.0, 3928.0, 3927.0, 3927.0, 3939.0, 3927.0, 3928.0, 3940.0, 3928.0, 3926.0, 3937.0, 3917.0, 3916.0, 3927.0, 3929.0, 3928.0, 3928.0, 3940.0, 3938.0, 3926.0, 3929.0, 3928.0, 3927.0, 3939.0, 3918.0, 3916.0, 3927.0, 3928.0, 3915.0, 3926.0, 3927.0, 3928.0, 3928.0, 3928.0, 3917.0, 3927.0, 3927.0, 3917.0, 3913.0, 3927.0, 3940.0, 3925.0, 3927.0, 3939.0, 3936.0, 3926.0, 3928.0, 3916.0, 3928.0, 3928.0, 3917.0, 3916.0, 3927.0, 3917.0, 3905.0, 3927.0, 3929.0, 3928.0, 3918.0, 3930.0, 3930.0, 3928.0, 3940.0, 3919.0, 3928.0, 3929.0, 3930.0, 3939.0, 3928.0, 3928.0, 3936.0, 3928.0, 3940.0, 3918.0, 3928.0, 3940.0, 3919.0, 3917.0, 3928.0, 3928.0, 3939.0, 3927.0, 3940.0, 3929.0, 3928.0, 3928.0, 3918.0, 3917.0, 3930.0, 3930.0, 3938.0, 3927.0, 3928.0, 3926.0, 3925.0, 3927.0, 3918.0, 3916.0, 3928.0, 3929.0, 3938.0, 3926.0, 3927.0, 3937.0, 3928.0, 3928.0, 3917.0, 3915.0, 3926.0, 3906.0, 3915.0, 3927.0, 3928.0, 3926.0, 3927.0, 3928.0, 3916.0, 3927.0, 3928.0, 3918.0, 3917.0, 3928.0, 3929.0, 3927.0, 3928.0, 3929.0, 3927.0, 3927.0, 3929.0, 3918.0, 3917.0, 3928.0, 3918.0, 3916.0, 3928.0, 3928.0, 3939.0, 3926.0, 3939.0, 3928.0, 3928.0, 3939.0, 3928.0, 3917.0, 3929.0, 3928.0, 3927.0, 3929.0, 3929.0, 3917.0, 3928.0, 3940.0, 3929.0, 3938.0, 3940.0, 3939.0, 3939.0, 3940.0, 3929.0, 3928.0, 3930.0, 3930.0, 3929.0, 3940.0, 3919.0, 3928.0, 3930.0, 3930.0, 3928.0, 3919.0, 3930.0, 3937.0, 3917.0, 3930.0, 3951.0, 3939.0, 3930.0, 3940.0, 3954.0, 3933.0, 3943.0, 3933.0, 3921.0, 3943.0, 3942.0, 3940.0, 3940.0, 3941.0, 3954.0, 3951.0, 3942.0, 3954.0, 3952.0, 3940.0, 3940.0, 3918.0, 3927.0, 3939.0, 3930.0, 3951.0, 3954.0, 3954.0, 3940.0, 3939.0, 3939.0, 3936.0, 3925.0, 3925.0, 3935.0, 3913.0, 3925.0, 3915.0, 3925.0, 3937.0, 3905.0, 3913.0, 3923.0, 3903.0, 3901.0, 3912.0, 3925.0, 3926.0, 3927.0, 3938.0, 3916.0, 3926.0, 3927.0, 3915.0, 3914.0, 3926.0, 3906.0, 3904.0, 3925.0, 3927.0, 3914.0, 3925.0, 3926.0, 3915.0, 3937.0, 3928.0, 3916.0, 3927.0, 3927.0, 3916.0, 3926.0, 3928.0, 3928.0, 3937.0, 3939.0, 3929.0, 3917.0, 3939.0, 3929.0, 3929.0, 3940.0, 3929.0, 3917.0, 3939.0, 3918.0, 3896.0, 3929.0, 3941.0, 3939.0, 3940.0, 3941.0, 3940.0, 3940.0, 3941.0, 3940.0, 3940.0, 3940.0, 3930.0, 3930.0, 3941.0, 3929.0, 3953.0, 3970.0, 3945.0, 3942.0, 3932.0, 3942.0, 3953.0, 3933.0, 3929.0, 3950.0, 3953.0, 3951.0, 3951.0, 3954.0, 3944.0, 3952.0, 3953.0, 3930.0, 3939.0, 3940.0, 3930.0, 3940.0, 3951.0, 3931.0, 3940.0, 3938.0, 3939.0, 3938.0, 3926.0, 3939.0, 3917.0, 3925.0, 3926.0, 3905.0, 3924.0, 3937.0, 3927.0, 3924.0, 3926.0, 3939.0, 3906.0, 3925.0, 3925.0, 3916.0, 3924.0, 3936.0, 3926.0, 3916.0, 3938.0, 3938.0, 3927.0, 3937.0, 3938.0, 3926.0, 3937.0, 3939.0, 3930.0, 3940.0, 3951.0, 3919.0, 3939.0, 3908.0, 3928.0, 3939.0, 3940.0, 3939.0, 3951.0, 3952.0, 3930.0, 3940.0, 3951.0, 3938.0, 3939.0, 3940.0, 3928.0, 3938.0, 3939.0, 3918.0, 3940.0, 3909.0, 3939.0], 'WindowWidth': [8906.0, 8856.0, 8849.0, 8825.0, 8818.0, 8816.0, 8794.0, 8792.0, 8795.0, 8792.0, 8790.0, 8793.0, 8775.0, 8785.0, 8789.0, 8759.0, 8770.0, 8788.0, 8764.0, 8775.0, 8787.0, 8790.0, 8771.0, 8787.0, 8793.0, 8758.0, 8772.0, 8789.0, 8743.0, 8769.0, 8789.0, 8779.0, 8762.0, 8819.0, 8840.0, 8787.0, 8796.0, 8810.0, 8774.0, 8770.0, 8790.0, 8781.0, 8774.0, 8792.0, 8781.0, 8789.0, 8791.0, 8797.0, 8791.0, 8772.0, 8787.0, 8772.0, 8749.0, 8770.0, 8788.0, 8793.0, 8773.0, 8790.0, 8774.0, 8767.0, 8770.0, 8771.0, 8770.0, 8786.0, 8787.0, 8770.0, 8766.0, 8781.0, 8738.0, 8745.0, 8771.0, 8788.0, 8769.0, 8784.0, 8789.0, 8769.0, 8768.0, 8787.0, 8763.0, 8765.0, 8789.0, 8792.0, 8787.0, 8771.0, 8788.0, 8774.0, 8753.0, 8776.0, 8790.0, 8787.0, 8770.0, 8770.0, 8769.0, 8763.0, 8770.0, 8779.0, 8746.0, 8773.0, 8791.0, 8787.0, 8785.0, 8775.0, 8774.0, 8765.0, 8790.0, 8781.0, 8772.0, 8772.0, 8789.0, 8771.0, 8770.0, 8773.0, 8760.0, 8770.0, 8774.0, 8777.0, 8775.0, 8794.0, 8787.0, 8759.0, 8773.0, 8798.0, 8822.0, 8819.0, 8817.0, 8751.0, 8792.0, 8781.0, 8769.0, 8794.0, 8795.0, 8793.0, 8771.0, 8795.0, 8786.0, 8765.0, 8793.0, 8798.0, 8794.0, 8789.0, 8789.0, 8770.0, 8762.0, 8766.0, 8757.0, 8751.0, 8789.0, 8783.0, 8796.0, 8788.0, 8789.0, 8755.0, 8742.0, 8762.0, 8743.0, 8789.0, 8712.0, 8720.0, 8757.0, 8762.0, 8745.0, 8754.0, 8742.0, 8727.0, 8737.0, 8761.0, 8774.0, 8751.0, 8762.0, 8782.0, 8749.0, 8761.0, 8768.0, 8757.0, 8756.0, 8760.0, 8718.0, 8743.0, 8757.0, 8747.0, 8748.0, 8739.0, 8743.0, 8743.0, 8734.0, 8736.0, 8693.0, 8716.0, 8731.0, 8738.0, 8719.0, 8734.0, 8759.0, 8730.0, 8755.0, 8757.0, 8711.0, 8737.0, 8755.0, 8715.0, 8737.0, 8762.0, 8729.0, 8746.0, 8764.0, 8768.0, 8734.0, 8763.0, 8785.0, 8749.0, 8768.0, 8787.0, 8759.0, 8793.0, 8814.0, 8784.0, 8750.0, 8758.0, 8744.0, 8751.0, 8767.0, 8774.0, 8769.0, 8766.0, 8773.0, 8772.0, 8757.0, 8774.0, 8761.0, 8767.0, 8774.0, 8761.0, 8769.0, 8754.0, 8772.0, 8784.0, 8751.0, 8769.0, 8765.0, 8750.0, 8769.0, 8757.0, 8751.0, 8771.0, 8746.0, 8767.0, 8769.0, 8772.0, 8779.0, 8752.0, 8769.0, 8771.0, 8768.0, 8772.0, 8742.0, 8750.0, 8769.0, 8771.0, 8770.0, 8756.0, 8773.0, 8771.0, 8770.0, 8773.0, 8743.0, 8736.0, 8793.0, 8846.0, 8824.0, 8811.0, 8795.0, 8790.0, 8769.0, 8774.0, 8757.0, 8754.0, 8790.0, 8765.0, 8758.0, 8787.0, 8791.0, 8789.0, 8748.0, 8767.0, 8759.0, 8766.0, 8770.0, 8778.0, 8770.0, 8771.0, 8791.0, 8793.0, 8770.0, 8794.0, 8759.0, 8769.0, 8791.0, 8765.0, 8774.0, 8773.0, 8794.0, 8791.0, 8773.0, 8787.0, 8777.0, 8762.0, 8778.0, 8777.0, 8770.0, 8771.0, 8788.0, 8785.0, 8754.0, 8773.0, 8759.0, 8755.0, 8770.0, 8772.0, 8763.0, 8767.0, 8775.0, 8768.0, 8755.0, 8772.0, 8757.0, 8768.0, 8773.0, 8762.0, 8758.0, 8772.0, 8793.0, 8787.0, 8773.0, 8788.0, 8788.0, 8755.0, 8790.0, 8775.0, 8767.0, 8772.0, 8757.0, 8748.0, 8763.0, 8770.0, 8786.0, 8754.0, 8772.0, 8783.0, 8768.0, 8770.0, 8766.0, 8749.0, 8769.0, 8758.0, 8745.0, 8767.0, 8737.0, 8747.0, 8764.0, 8768.0, 8780.0, 8768.0, 8770.0, 8767.0, 8752.0, 8769.0, 8751.0, 8750.0, 8772.0, 8743.0, 8750.0, 8770.0, 8740.0, 8735.0, 8766.0, 8770.0, 8779.0, 8770.0, 8770.0, 8768.0, 8751.0, 8767.0, 8747.0, 8752.0, 8766.0, 8741.0, 8751.0, 8767.0, 8740.0, 8750.0, 8770.0, 8774.0, 8772.0, 8770.0, 8774.0, 8772.0, 8772.0, 8774.0, 8753.0, 8773.0, 8774.0, 8748.0, 8755.0, 8775.0, 8761.0, 8754.0, 8773.0, 8776.0, 8785.0, 8771.0, 8774.0, 8782.0, 8755.0, 8771.0, 8758.0, 8754.0, 8772.0, 8745.0, 8755.0, 8771.0, 8744.0, 8756.0, 8774.0, 8778.0, 8787.0, 8799.0, 8798.0, 8789.0, 8774.0, 8792.0, 8789.0, 8795.0, 8792.0, 8761.0, 8769.0, 8787.0, 8759.0, 8755.0, 8773.0, 8774.0, 8786.0, 8769.0, 8773.0, 8783.0, 8768.0, 8774.0, 8786.0, 8750.0, 8769.0, 8754.0, 8746.0, 8765.0, 8769.0, 8784.0, 8767.0, 8766.0, 8769.0, 8749.0, 8766.0, 8752.0, 8745.0, 8765.0, 8755.0, 8749.0, 8763.0, 8769.0, 8764.0, 8751.0, 8767.0, 8756.0, 8753.0, 8769.0, 8744.0, 8752.0, 8767.0, 8770.0, 8781.0, 8769.0, 8771.0, 8756.0, 8766.0, 8769.0, 8736.0, 8755.0, 8795.0, 8763.0, 8772.0, 8769.0, 8738.0, 8745.0, 8767.0, 8771.0, 8769.0, 8755.0, 8774.0, 8775.0, 8770.0, 8787.0, 8759.0, 8752.0, 8769.0, 8794.0, 8788.0, 8772.0, 8786.0, 8768.0, 8749.0, 8769.0, 8758.0, 8752.0, 8768.0, 8773.0, 8769.0, 8766.0, 8768.0, 8766.0, 8751.0, 8771.0, 8767.0, 8762.0, 8769.0, 8740.0, 8747.0, 8764.0, 8766.0, 8765.0, 8768.0, 8771.0, 8768.0, 8754.0, 8770.0, 8752.0, 8766.0, 8786.0, 8742.0, 8750.0, 8767.0, 8742.0, 8750.0, 8768.0, 8787.0, 8787.0, 8772.0, 8776.0, 8759.0, 8776.0, 8793.0, 8774.0, 8772.0, 8797.0, 8785.0, 8777.0, 8791.0, 8795.0, 8789.0, 8774.0, 8794.0, 8804.0, 8757.0, 8791.0, 8777.0, 8769.0, 8788.0, 8763.0, 8758.0, 8770.0, 8778.0, 8788.0, 8772.0, 8790.0, 8785.0, 8775.0, 8774.0, 8761.0, 8769.0, 8787.0, 8756.0, 8750.0, 8771.0, 8790.0, 8772.0, 8756.0, 8787.0, 8785.0, 8770.0, 8788.0, 8774.0, 8768.0, 8792.0, 8770.0, 8771.0, 8770.0, 8774.0, 8764.0, 8768.0, 8789.0, 8785.0, 8774.0, 8788.0, 8772.0, 8769.0, 8784.0, 8761.0, 8758.0, 8771.0, 8743.0, 8768.0, 8767.0, 8769.0, 8780.0, 8768.0, 8793.0, 8808.0, 8773.0, 8787.0, 8766.0, 8766.0, 8769.0, 8769.0, 8769.0, 8771.0, 8744.0, 8765.0, 8782.0, 8758.0, 8766.0, 8768.0, 8770.0, 8782.0, 8765.0, 8768.0, 8765.0, 8750.0, 8771.0, 8755.0, 8764.0, 8768.0, 8753.0, 8761.0, 8766.0, 8756.0, 8750.0, 8764.0, 8771.0, 8782.0, 8765.0, 8769.0, 8768.0, 8757.0, 8771.0, 8769.0, 8765.0, 8767.0, 8737.0, 8748.0, 8781.0, 8744.0, 8755.0, 8771.0, 8790.0, 8786.0, 8769.0, 8788.0, 8789.0, 8771.0, 8772.0, 8755.0, 8770.0, 8759.0, 8751.0, 8785.0, 8792.0, 8774.0, 8758.0, 8789.0, 8766.0, 8776.0, 8794.0, 8764.0, 8774.0, 8788.0, 8788.0, 8786.0, 8769.0, 8790.0, 8786.0, 8757.0, 8788.0, 8771.0, 8767.0, 8769.0, 8755.0, 8753.0, 8767.0, 8771.0, 8781.0, 8765.0, 8767.0, 8764.0, 8748.0, 8768.0, 8738.0, 8747.0, 8767.0, 8737.0, 8748.0, 8765.0, 8770.0, 8770.0, 8771.0, 8786.0, 8770.0, 8770.0, 8784.0, 8752.0, 8754.0, 8787.0, 8757.0, 8771.0, 8790.0, 8760.0, 8770.0, 8789.0, 8763.0, 8775.0, 8788.0, 8795.0, 8790.0, 8773.0, 8789.0, 8788.0, 8774.0, 8788.0, 8761.0, 8767.0, 8785.0, 8771.0, 8771.0, 8773.0, 8790.0, 8785.0, 8786.0, 8788.0, 8768.0, 8775.0, 8793.0, 8762.0, 8767.0, 8786.0, 8744.0, 8751.0, 8773.0, 8791.0, 8771.0, 8771.0, 8788.0, 8768.0, 8754.0, 8789.0, 8764.0, 8756.0, 8788.0, 8762.0, 8769.0, 8770.0, 8776.0, 8790.0, 8773.0, 8790.0, 8774.0, 8770.0, 8787.0, 8760.0, 8771.0, 8788.0, 8760.0, 8772.0, 8785.0, 8787.0, 8783.0, 8768.0, 8789.0, 8784.0, 8770.0, 8785.0, 8776.0, 8773.0, 8814.0, 8768.0, 8788.0, 8792.0, 8766.0, 8769.0, 8804.0, 8765.0, 8775.0, 8791.0, 8813.0, 8807.0, 8791.0, 8794.0, 8790.0, 8777.0, 8792.0, 8775.0, 8772.0, 8789.0, 8769.0, 8765.0, 8789.0, 8775.0, 8781.0, 8788.0, 8759.0, 8766.0, 8783.0, 8761.0, 8787.0, 8783.0, 8785.0, 8778.0, 8766.0, 8769.0, 8784.0, 8785.0, 8766.0, 8754.0, 8778.0, 8781.0, 8749.0, 8761.0, 8783.0, 8755.0, 8762.0, 8782.0, 8740.0, 8763.0, 8781.0, 8743.0, 8768.0, 8767.0, 8787.0, 8782.0, 8766.0, 8785.0, 8781.0, 8769.0, 8785.0, 8769.0, 8767.0, 8768.0, 8762.0, 8765.0, 8787.0, 8769.0, 8768.0, 8784.0, 8752.0, 8763.0, 8767.0, 8759.0, 8771.0, 8786.0, 8759.0, 8768.0, 8768.0, 8757.0, 8751.0, 8766.0, 8790.0, 8773.0, 8771.0, 8796.0, 8779.0, 8790.0, 8799.0, 8789.0, 8772.0, 8780.0, 8761.0, 8771.0, 8789.0, 8760.0, 8754.0, 8771.0, 8791.0, 8791.0, 8773.0, 8773.0, 8772.0, 8767.0, 8767.0, 8743.0, 8752.0, 8772.0, 8773.0, 8767.0, 8767.0, 8770.0, 8764.0, 8750.0, 8768.0, 8754.0, 8769.0, 8770.0, 8759.0, 8753.0, 8785.0, 8758.0, 8756.0, 8771.0, 8774.0, 8772.0, 8769.0, 8788.0, 8769.0, 8771.0, 8793.0, 8775.0, 8768.0, 8783.0, 8758.0, 8752.0, 8771.0, 8776.0, 8775.0, 8773.0, 8791.0, 8788.0, 8768.0, 8775.0, 8773.0, 8767.0, 8790.0, 8759.0, 8753.0, 8770.0, 8771.0, 8751.0, 8766.0, 8770.0, 8774.0, 8774.0, 8773.0, 8759.0, 8768.0, 8771.0, 8756.0, 8747.0, 8772.0, 8792.0, 8767.0, 8770.0, 8788.0, 8782.0, 8767.0, 8772.0, 8755.0, 8771.0, 8774.0, 8756.0, 8753.0, 8770.0, 8757.0, 8738.0, 8769.0, 8775.0, 8773.0, 8759.0, 8778.0, 8779.0, 8773.0, 8791.0, 8763.0, 8774.0, 8776.0, 8778.0, 8790.0, 8773.0, 8773.0, 8781.0, 8772.0, 8793.0, 8762.0, 8772.0, 8791.0, 8763.0, 8757.0, 8774.0, 8775.0, 8790.0, 8770.0, 8791.0, 8776.0, 8772.0, 8774.0, 8761.0, 8756.0, 8779.0, 8779.0, 8787.0, 8770.0, 8772.0, 8766.0, 8764.0, 8769.0, 8760.0, 8754.0, 8772.0, 8777.0, 8786.0, 8768.0, 8770.0, 8784.0, 8773.0, 8771.0, 8756.0, 8750.0, 8766.0, 8740.0, 8749.0, 8768.0, 8773.0, 8767.0, 8768.0, 8772.0, 8753.0, 8769.0, 8772.0, 8760.0, 8757.0, 8772.0, 8777.0, 8770.0, 8772.0, 8776.0, 8770.0, 8769.0, 8778.0, 8761.0, 8755.0, 8772.0, 8759.0, 8754.0, 8771.0, 8774.0, 8790.0, 8770.0, 8789.0, 8774.0, 8773.0, 8789.0, 8774.0, 8758.0, 8774.0, 8774.0, 8768.0, 8775.0, 8777.0, 8757.0, 8773.0, 8796.0, 8777.0, 8788.0, 8792.0, 8791.0, 8789.0, 8793.0, 8776.0, 8775.0, 8778.0, 8779.0, 8774.0, 8792.0, 8762.0, 8773.0, 8780.0, 8779.0, 8774.0, 8761.0, 8779.0, 8784.0, 8757.0, 8779.0, 8808.0, 8789.0, 8780.0, 8792.0, 8819.0, 8789.0, 8803.0, 8789.0, 8771.0, 8805.0, 8801.0, 8796.0, 8792.0, 8797.0, 8819.0, 8812.0, 8800.0, 8819.0, 8814.0, 8793.0, 8793.0, 8763.0, 8768.0, 8788.0, 8781.0, 8811.0, 8821.0, 8821.0, 8796.0, 8788.0, 8791.0, 8781.0, 8763.0, 8765.0, 8779.0, 8744.0, 8762.0, 8750.0, 8765.0, 8781.0, 8736.0, 8743.0, 8757.0, 8731.0, 8725.0, 8741.0, 8765.0, 8769.0, 8769.0, 8785.0, 8754.0, 8767.0, 8769.0, 8751.0, 8747.0, 8767.0, 8741.0, 8733.0, 8763.0, 8768.0, 8748.0, 8763.0, 8768.0, 8752.0, 8785.0, 8772.0, 8754.0, 8768.0, 8771.0, 8753.0, 8766.0, 8773.0, 8776.0, 8784.0, 8789.0, 8775.0, 8756.0, 8787.0, 8777.0, 8778.0, 8795.0, 8776.0, 8758.0, 8789.0, 8762.0, 8729.0, 8776.0, 8795.0, 8793.0, 8791.0, 8798.0, 8794.0, 8794.0, 8796.0, 8792.0, 8794.0, 8794.0, 8780.0, 8780.0, 8796.0, 8777.0, 8815.0, 8849.0, 8806.0, 8796.0, 8785.0, 8796.0, 8814.0, 8790.0, 8776.0, 8806.0, 8814.0, 8812.0, 8809.0, 8818.0, 8807.0, 8813.0, 8815.0, 8782.0, 8788.0, 8791.0, 8781.0, 8793.0, 8809.0, 8783.0, 8794.0, 8786.0, 8790.0, 8788.0, 8765.0, 8788.0, 8760.0, 8761.0, 8764.0, 8738.0, 8759.0, 8781.0, 8769.0, 8763.0, 8765.0, 8789.0, 8741.0, 8760.0, 8763.0, 8753.0, 8758.0, 8777.0, 8765.0, 8753.0, 8786.0, 8786.0, 8767.0, 8781.0, 8784.0, 8768.0, 8785.0, 8790.0, 8780.0, 8792.0, 8808.0, 8762.0, 8788.0, 8745.0, 8770.0, 8788.0, 8793.0, 8792.0, 8809.0, 8813.0, 8781.0, 8791.0, 8806.0, 8786.0, 8787.0, 8791.0, 8774.0, 8786.0, 8788.0, 8760.0, 8791.0, 8751.0, 8788.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.015469342834520982</td></tr>
<tr><td colspan=3>aqi</td><td>0.035850879651623126</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.757007746981024</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2806916004437405</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2149623234469105</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>5073.4165</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08834410232188399</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.879651623119557</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525361408148088</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.456298759619092</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7740040247716813</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3457814400534907</td></tr>
<tr><td colspan=3>gcor</td><td>0.00451387</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01594657264649868</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02690252661705017</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1263</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.556525826025479</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>43.5954</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4963</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.4962</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305371.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.6817</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7451</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.5971</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3092.9933</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.4251</td></tr>
<tr><td colspan=3>tsnr</td><td>32.43884244421497</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>