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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-01/func/sub-0132_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>73a95d6203279dbcc47af92492e1a471</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>22:44:45.617500</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_VE11E_LATEST_20181129</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.99986, 0.0137017, 0.00959308, -0.0108199, 0.967214, -0.253732]</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.259</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0823733</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>37</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7720, -7277, 270, -109, -77, -118, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>241.019</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e11e9e0c-2e83-416f-8934-28a4110737bd||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682551622390747, -0.029029082506895065, 0.03443882241845131, 113.33238983154297], [-0.03676068037748337, 2.5949647426605225, -0.6846994757652283, -88.46437072753906], [0.02573753334581852, 0.6807435750961304, 2.611513137817383, -121.31856536865234], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1209]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['224445.617500', '224446.077500', '224446.537500', '224446.997500', '224447.457500', '224447.917500', '224448.377500', '224448.837500', '224449.297500', '224449.757500', '224450.217500', '224450.677500', '224451.137500', '224451.597500', '224452.057500', '224452.517500', '224452.977500', '224453.437500', '224453.897500', '224454.357500', '224454.817500', '224455.277500', '224455.737500', '224456.197500', '224456.657500', '224457.117500', '224457.577500', '224458.037500', '224458.497500', '224458.957500', '224459.417500', '224459.877500', '224500.337500', '224500.797500', '224501.257500', '224501.717500', '224502.177500', '224502.637500', '224503.097500', '224503.557500', '224504.017500', '224504.477500', '224504.937500', '224505.397500', '224505.857500', '224506.317500', '224506.777500', '224507.237500', '224507.697500', '224508.157500', '224508.617500', '224509.077500', '224509.537500', '224509.997500', '224510.457500', '224510.917500', '224511.377500', '224511.837500', '224512.297500', '224512.757500', '224513.217500', '224513.677500', '224514.137500', '224514.597500', '224515.057500', '224515.517500', '224515.977500', '224516.437500', '224516.897500', '224517.357500', '224517.817500', '224518.277500', '224518.737500', '224519.197500', '224519.657500', '224520.117500', '224520.577500', '224521.037500', '224521.497500', '224521.957500', '224522.417500', '224522.877500', '224523.337500', '224523.797500', '224524.257500', '224524.717500', '224525.177500', '224525.637500', '224526.097500', '224526.557500', '224527.017500', '224527.477500', '224527.937500', '224528.397500', '224528.857500', '224529.317500', '224529.777500', '224530.237500', '224530.697500', '224531.157500', '224531.617500', '224532.077500', '224532.537500', '224532.997500', '224533.457500', '224533.917500', '224534.377500', '224534.837500', '224535.297500', '224535.757500', '224536.217500', '224536.677500', '224537.137500', '224537.597500', '224538.057500', '224538.517500', '224538.977500', '224539.437500', '224539.897500', '224540.357500', '224540.817500', '224541.277500', '224541.737500', '224542.197500', '224542.657500', '224543.117500', '224543.577500', '224544.037500', '224544.497500', '224544.957500', '224545.417500', '224545.877500', '224546.337500', '224546.797500', '224547.257500', '224547.717500', '224548.177500', '224548.637500', '224549.097500', '224549.557500', '224550.017500', '224550.477500', '224550.937500', '224551.397500', '224551.857500', '224552.317500', '224552.777500', '224553.237500', '224553.697500', '224554.157500', '224554.617500', '224555.077500', '224555.537500', '224555.997500', '224556.457500', '224556.917500', '224557.377500', '224557.837500', '224558.297500', '224558.757500', '224559.217500', '224559.677500', '224600.137500', '224600.597500', '224601.057500', '224601.517500', '224601.977500', '224602.437500', '224602.897500', '224603.357500', '224603.817500', '224604.277500', '224604.737500', '224605.197500', '224605.657500', '224606.117500', '224606.577500', '224607.037500', '224607.497500', '224607.957500', '224608.417500', '224608.877500', '224609.337500', '224609.797500', '224610.257500', '224610.717500', '224611.177500', '224611.637500', '224612.097500', '224612.557500', '224613.017500', '224613.477500', '224613.937500', '224614.397500', '224614.857500', '224615.317500', '224615.777500', '224616.237500', '224616.697500', '224617.157500', '224617.617500', '224618.077500', '224618.537500', '224618.997500', '224619.457500', '224619.917500', '224620.377500', '224620.837500', '224621.297500', '224621.757500', '224622.217500', '224622.677500', '224623.137500', '224623.597500', '224624.057500', '224624.517500', '224624.977500', '224625.437500', '224625.897500', '224626.357500', '224626.817500', '224627.277500', '224627.737500', '224628.197500', '224628.657500', '224629.117500', '224629.577500', '224630.037500', '224630.497500', '224630.957500', '224631.417500', '224631.877500', '224632.337500', '224632.797500', '224633.257500', '224633.717500', '224634.177500', '224634.637500', '224635.097500', '224635.557500', '224636.017500', '224636.477500', '224636.937500', '224637.397500', '224637.857500', '224638.317500', '224638.777500', '224639.237500', '224639.697500', '224640.157500', '224640.617500', '224641.077500', '224641.537500', '224641.997500', '224642.457500', '224642.917500', '224643.377500', '224643.837500', '224644.297500', '224644.757500', '224645.217500', '224645.677500', '224646.137500', '224646.597500', '224647.057500', '224647.517500', '224647.977500', '224648.437500', '224648.897500', '224649.357500', '224649.817500', '224650.277500', '224650.737500', '224651.197500', '224651.657500', '224652.117500', '224652.577500', '224653.037500', '224653.497500', '224653.957500', '224654.417500', '224654.877500', '224655.337500', '224655.797500', '224656.257500', '224656.717500', '224657.177500', '224657.637500', '224658.097500', '224658.557500', '224659.017500', '224659.477500', '224659.937500', '224700.397500', '224700.857500', '224701.317500', '224701.777500', '224702.237500', '224702.697500', '224703.157500', '224703.617500', '224704.077500', '224704.537500', '224704.997500', '224705.457500', '224705.917500', '224706.377500', '224706.837500', '224707.297500', '224707.757500', '224708.217500', '224708.677500', '224709.137500', '224709.597500', '224710.057500', '224710.517500', '224710.977500', '224711.437500', '224711.897500', '224712.357500', '224712.817500', '224713.277500', '224713.737500', '224714.197500', '224714.657500', '224715.117500', '224715.577500', '224716.037500', '224716.497500', '224716.957500', '224717.417500', '224717.877500', '224718.337500', '224718.797500', '224719.257500', '224719.717500', '224720.177500', '224720.637500', '224721.097500', '224721.557500', '224722.017500', '224722.477500', '224722.937500', '224723.397500', '224723.857500', '224724.317500', '224724.777500', '224725.237500', '224725.697500', '224726.157500', '224726.617500', '224727.077500', '224727.537500', '224727.997500', '224728.457500', '224728.917500', '224729.377500', '224729.837500', '224730.297500', '224730.757500', '224731.217500', '224731.677500', '224732.137500', '224732.597500', '224733.057500', '224733.517500', '224733.977500', '224734.437500', '224734.897500', '224735.357500', '224735.817500', '224736.277500', '224736.737500', '224737.197500', '224737.657500', '224738.117500', '224738.577500', '224739.037500', '224739.497500', '224739.957500', '224740.417500', '224740.877500', '224741.337500', '224741.797500', '224742.257500', '224742.717500', '224743.177500', '224743.637500', '224744.097500', '224744.557500', '224745.017500', '224745.477500', '224745.937500', '224746.397500', '224746.857500', '224747.317500', '224747.777500', '224748.237500', '224748.697500', '224749.157500', '224749.617500', '224750.077500', '224750.537500', '224750.997500', '224751.457500', '224751.917500', '224752.377500', '224752.837500', '224753.297500', '224753.757500', '224754.217500', '224754.677500', '224755.137500', '224755.597500', '224756.057500', '224756.517500', '224756.977500', '224757.437500', '224757.897500', '224758.357500', '224758.817500', '224759.277500', '224759.737500', '224800.197500', '224800.657500', '224801.117500', '224801.577500', '224802.037500', '224802.497500', '224802.957500', '224803.417500', '224803.877500', '224804.337500', '224804.797500', '224805.257500', '224805.717500', '224806.177500', '224806.637500', '224807.097500', '224807.557500', '224808.017500', '224808.477500', '224808.937500', '224809.397500', '224809.857500', '224810.317500', '224810.777500', '224811.237500', '224811.697500', '224812.157500', '224812.617500', '224813.077500', '224813.537500', '224813.997500', '224814.457500', '224814.917500', '224815.377500', '224815.837500', '224816.297500', '224816.757500', '224817.217500', '224817.677500', '224818.137500', '224818.597500', '224819.057500', '224819.517500', '224819.977500', '224820.437500', '224820.897500', '224821.357500', '224821.817500', '224822.277500', '224822.737500', '224823.197500', '224823.657500', '224824.117500', '224824.577500', '224825.037500', '224825.497500', '224825.957500', '224826.417500', '224826.877500', '224827.337500', '224827.797500', '224828.257500', '224828.717500', '224829.177500', '224829.637500', '224830.097500', '224830.557500', '224831.017500', '224831.477500', '224831.937500', '224832.397500', '224832.857500', '224833.317500', '224833.777500', '224834.237500', '224834.697500', '224835.157500', '224835.617500', '224836.077500', '224836.537500', '224836.997500', '224837.457500', '224837.917500', '224838.377500', '224838.837500', '224839.297500', '224839.757500', '224840.217500', '224840.677500', '224841.137500', '224841.597500', '224842.057500', '224842.517500', '224842.977500', '224843.437500', '224843.897500', '224844.357500', '224844.817500', '224845.277500', '224845.737500', '224846.197500', '224846.657500', '224847.117500', '224847.577500', '224848.037500', '224848.497500', '224848.957500', '224849.417500', '224849.877500', '224850.337500', '224850.797500', '224851.257500', '224851.717500', '224852.177500', '224852.637500', '224853.097500', '224853.557500', '224854.017500', '224854.477500', '224854.937500', '224855.397500', '224855.857500', '224856.317500', '224856.777500', '224857.237500', '224857.697500', '224858.157500', '224858.617500', '224859.077500', '224859.537500', '224859.997500', '224900.457500', '224900.917500', '224901.377500', '224901.837500', '224902.297500', '224902.757500', '224903.217500', '224903.677500', '224904.137500', '224904.597500', '224905.057500', '224905.517500', '224905.977500', '224906.437500', '224906.897500', '224907.357500', '224907.817500', '224908.277500', '224908.737500', '224909.197500', '224909.657500', '224910.117500', '224910.577500', '224911.037500', '224911.497500', '224911.957500', '224912.417500', '224912.877500', '224913.337500', '224913.797500', '224914.257500', '224914.717500', '224915.177500', '224915.637500', '224916.097500', '224916.557500', '224917.017500', '224917.477500', '224917.937500', '224918.397500', '224918.857500', '224919.317500', '224919.777500', '224920.237500', '224920.697500', '224921.157500', '224921.617500', '224922.077500', '224922.537500', '224922.997500', '224923.457500', '224923.917500', '224924.377500', '224924.837500', '224925.297500', '224925.757500', '224926.217500', '224926.677500', '224927.137500', '224927.597500', '224928.057500', '224928.517500', '224928.977500', '224929.437500', '224929.897500', '224930.357500', '224930.817500', '224931.277500', '224931.737500', '224932.197500', '224932.657500', '224933.117500', '224933.577500', '224934.037500', '224934.497500', '224934.957500', '224935.417500', '224935.877500', '224936.337500', '224936.797500', '224937.257500', '224937.717500', '224938.177500', '224938.637500', '224939.097500', '224939.557500', '224940.017500', '224940.477500', '224940.937500', '224941.397500', '224941.857500', '224942.317500', '224942.777500', '224943.237500', '224943.697500', '224944.157500', '224944.617500', '224945.077500', '224945.537500', '224945.997500', '224946.457500', '224946.917500', '224947.377500', '224947.837500', '224948.297500', '224948.757500', '224949.217500', '224949.677500', '224950.137500', '224950.597500', '224951.057500', '224951.517500', '224951.977500', '224952.437500', '224952.897500', '224953.357500', '224953.817500', '224954.277500', '224954.737500', '224955.197500', '224955.657500', '224956.117500', '224956.577500', '224957.037500', '224957.497500', '224957.957500', '224958.417500', '224958.877500', '224959.337500', '224959.797500', '225000.257500', '225000.717500', '225001.177500', '225001.637500', '225002.097500', '225002.557500', '225003.017500', '225003.477500', '225003.937500', '225004.397500', '225004.857500', '225005.317500', '225005.777500', '225006.237500', '225006.697500', '225007.157500', '225007.617500', '225008.077500', '225008.537500', '225008.997500', '225009.457500', '225009.917500', '225010.377500', '225010.837500', '225011.297500', '225011.757500', '225012.217500', '225012.677500', '225013.137500', '225013.597500', '225014.057500', '225014.517500', '225014.977500', '225015.437500', '225015.897500', '225016.357500', '225016.817500', '225017.277500', '225017.737500', '225018.197500', '225018.657500', '225019.117500', '225019.577500', '225020.037500', '225020.497500', '225020.957500', '225021.417500', '225021.877500', '225022.337500', '225022.797500', '225023.257500', '225023.717500', '225024.177500', '225024.637500', '225025.097500', '225025.557500', '225026.017500', '225026.477500', '225026.937500', '225027.397500', '225027.857500', '225028.317500', '225028.777500', '225029.237500', '225029.697500', '225030.157500', '225030.617500', '225031.077500', '225031.537500', '225031.997500', '225032.457500', '225032.917500', '225033.377500', '225033.837500', '225034.297500', '225034.757500', '225035.217500', '225035.677500', '225036.137500', '225036.597500', '225037.057500', '225037.517500', '225037.977500', '225038.437500', '225038.897500', '225039.357500', '225039.817500', '225040.277500', '225040.737500', '225041.197500', '225041.657500', '225042.117500', '225042.577500', '225043.037500', '225043.497500', '225043.957500', '225044.417500', '225044.877500', '225045.337500', '225045.797500', '225046.257500', '225046.717500', '225047.177500', '225047.637500', '225048.097500', '225048.557500', '225049.017500', '225049.477500', '225049.937500', '225050.397500', '225050.857500', '225051.317500', '225051.777500', '225052.237500', '225052.697500', '225053.157500', '225053.617500', '225054.077500', '225054.537500', '225054.997500', '225055.457500', '225055.917500', '225056.377500', '225056.837500', '225057.297500', '225057.757500', '225058.217500', '225058.677500', '225059.137500', '225059.597500', '225100.057500', '225100.517500', '225100.977500', '225101.437500', '225101.897500', '225102.357500', '225102.817500', '225103.277500', '225103.737500', '225104.197500', '225104.657500', '225105.117500', '225105.577500', '225106.037500', '225106.497500', '225106.957500', '225107.417500', '225107.877500', '225108.337500', '225108.797500', '225109.257500', '225109.717500', '225110.177500', '225110.637500', '225111.097500', '225111.557500', '225112.017500', '225112.477500', '225112.937500', '225113.397500', '225113.857500', '225114.317500', '225114.777500', '225115.237500', '225115.697500', '225116.157500', '225116.617500', '225117.077500', '225117.537500', '225117.997500', '225118.457500', '225118.917500', '225119.377500', '225119.837500', '225120.297500', '225120.757500', '225121.217500', '225121.677500', '225122.137500', '225122.597500', '225123.057500', '225123.517500', '225123.977500', '225124.437500', '225124.897500', '225125.357500', '225125.817500', '225126.277500', '225126.737500', '225127.197500', '225127.657500', '225128.117500', '225128.577500', '225129.037500', '225129.497500', '225129.957500', '225130.417500', '225130.877500', '225131.337500', '225131.797500', '225132.257500', '225132.717500', '225133.177500', '225133.637500', '225134.097500', '225134.557500', '225135.017500', '225135.477500', '225135.937500', '225136.397500', '225136.857500', '225137.317500', '225137.777500', '225138.237500', '225138.697500', '225139.157500', '225139.617500', '225140.077500', '225140.537500', '225140.997500', '225141.457500', '225141.917500', '225142.377500', '225142.837500', '225143.297500', '225143.757500', '225144.217500', '225144.677500', '225145.137500', '225145.597500', '225146.057500', '225146.517500', '225146.977500', '225147.437500', '225147.897500', '225148.357500', '225148.817500', '225149.277500', '225149.737500', '225150.197500', '225150.657500', '225151.117500', '225151.577500', '225152.037500', '225152.497500', '225152.957500', '225153.417500', '225153.877500', '225154.337500', '225154.797500', '225155.257500', '225155.717500', '225156.177500', '225156.637500', '225157.097500', '225157.557500', '225158.017500', '225158.477500', '225158.937500', '225159.397500', '225159.857500', '225200.317500', '225200.777500', '225201.237500', '225201.697500', '225202.157500', '225202.617500', '225203.077500', '225203.537500', '225203.997500', '225204.457500', '225204.917500', '225205.377500', '225205.837500', '225206.297500', '225206.757500', '225207.217500', '225207.677500', '225208.137500', '225208.597500', '225209.057500', '225209.517500', '225209.977500', '225210.437500', '225210.897500', '225211.357500', '225211.817500', '225212.277500', '225212.737500', '225213.197500', '225213.657500', '225214.117500', '225214.577500', '225215.037500', '225215.497500', '225215.957500', '225216.417500', '225216.877500', '225217.337500', '225217.797500', '225218.257500', '225218.717500', '225219.177500', '225219.637500', '225220.097500', '225220.557500', '225221.017500', '225221.477500', '225221.937500', '225222.397500', '225222.857500', '225223.317500', '225223.777500', '225224.237500', '225224.697500', '225225.157500', '225225.617500', '225226.077500', '225226.537500', '225226.997500', '225227.457500', '225227.917500', '225228.377500', '225228.837500', '225229.297500', '225229.757500', '225230.217500', '225230.677500', '225231.137500', '225231.597500', '225232.057500', '225232.517500', '225232.977500', '225233.437500', '225233.897500', '225234.357500', '225234.817500', '225235.277500', '225235.737500', '225236.197500', '225236.657500', '225237.117500', '225237.577500', '225238.037500', '225238.497500', '225238.957500', '225239.417500', '225239.877500', '225240.337500', '225240.797500', '225241.257500', '225241.717500', '225242.177500', '225242.637500', '225243.097500', '225243.557500', '225244.017500', '225244.477500', '225244.937500', '225245.397500', '225245.857500', '225246.317500', '225246.777500', '225247.237500', '225247.697500', '225248.157500', '225248.617500', '225249.077500', '225249.537500', '225249.997500', '225250.457500', '225250.917500', '225251.377500', '225251.837500', '225252.297500', '225252.757500', '225253.217500', '225253.677500', '225254.137500', '225254.597500', '225255.057500', '225255.517500', '225255.977500', '225256.437500', '225256.897500', '225257.357500', '225257.817500', '225258.277500', '225258.737500', '225259.197500', '225259.657500', '225300.117500', '225300.577500', '225301.037500', '225301.497500', '225301.957500', '225302.417500', '225302.877500', '225303.337500', '225303.797500', '225304.257500', '225304.717500', '225305.177500', '225305.637500', '225306.097500', '225306.557500', '225307.017500', '225307.477500', '225307.937500', '225308.397500', '225308.857500', '225309.317500', '225309.777500', '225310.237500', '225310.697500', '225311.157500', '225311.617500', '225312.077500', '225312.537500', '225312.997500', '225313.457500', '225313.917500', '225314.377500', '225314.837500', '225315.297500', '225315.757500', '225316.217500', '225316.677500', '225317.137500', '225317.597500', '225318.057500', '225318.517500', '225318.977500', '225319.437500', '225319.897500', '225320.357500', '225320.817500', '225321.277500', '225321.737500', '225322.197500', '225322.657500', '225323.117500', '225323.577500', '225324.037500', '225324.497500', '225324.957500', '225325.417500', '225325.877500', '225326.337500', '225326.797500', '225327.257500', '225327.717500', '225328.177500', '225328.637500', '225329.097500', '225329.557500', '225330.017500', '225330.477500', '225330.937500', '225331.397500', '225331.857500', '225332.317500', '225332.777500', '225333.237500', '225333.697500', '225334.157500', '225334.617500', '225335.077500', '225335.537500', '225335.997500', '225336.457500', '225336.917500', '225337.377500', '225337.837500', '225338.297500', '225338.757500', '225339.217500', '225339.677500', '225340.137500', '225340.597500', '225341.057500', '225341.517500', '225341.977500', '225342.437500', '225342.897500', '225343.357500', '225343.817500', '225344.277500', '225344.737500', '225345.197500', '225345.657500', '225346.117500', '225346.577500', '225347.037500', '225347.497500', '225347.957500', '225348.417500', '225348.877500', '225349.337500', '225349.797500', '225350.257500', '225350.717500', '225351.177500', '225351.637500', '225352.097500', '225352.557500', '225353.017500', '225353.477500', '225353.937500', '225354.397500', '225354.857500', '225355.317500', '225355.777500', '225356.237500', '225356.697500', '225357.157500', '225357.617500', '225358.077500', '225358.537500', '225358.997500', '225359.457500', '225359.917500', '225400.377500', '225400.837500', '225401.297500'], 'ContentTime': ['224459.713000', '224459.716000', '224459.718000', '224459.721000', '224459.723000', '224459.726000', '224459.728000', '224459.731000', '224459.734000', '224459.736000', '224459.739000', '224459.741000', '224459.744000', '224459.746000', '224459.749000', '224459.751000', '224459.754000', '224459.757000', '224459.759000', '224459.762000', '224459.764000', '224459.767000', '224459.769000', '224459.772000', '224459.775000', '224459.777000', '224459.780000', '224459.790000', '224519.677000', '224519.680000', '224519.683000', '224519.685000', '224519.688000', '224519.690000', '224519.693000', '224519.696000', '224519.699000', '224519.702000', '224519.705000', '224519.708000', '224519.710000', '224519.713000', '224519.716000', '224519.718000', '224519.721000', '224519.723000', '224519.726000', '224519.728000', '224519.731000', '224519.734000', '224519.742000', '224519.745000', '224519.748000', '224519.750000', '224519.753000', '224519.755000', '224519.758000', '224519.760000', '224519.763000', '224519.765000', '224519.768000', '224519.771000', '224519.773000', '224519.776000', '224519.778000', '224519.781000', '224519.783000', '224519.786000', '224519.788000', '224519.791000', '224519.793000', '224539.678000', '224539.680000', '224539.683000', '224539.686000', '224539.688000', '224539.691000', '224539.693000', '224539.696000', '224539.699000', '224539.701000', '224539.704000', '224539.706000', '224539.723000', '224539.726000', '224539.729000', '224539.731000', '224539.739000', '224539.741000', '224539.744000', '224539.746000', '224539.749000', '224539.752000', '224539.754000', '224539.757000', '224539.759000', '224539.762000', '224539.765000', '224539.767000', '224539.770000', '224539.772000', '224539.775000', '224539.778000', '224539.780000', '224539.783000', '224539.785000', '224539.788000', '224539.790000', '224539.793000', '224539.795000', '224539.798000', '224539.800000', '224539.803000', '224539.806000', '224539.808000', '224559.677000', '224559.680000', '224559.683000', '224559.685000', '224559.688000', '224559.690000', '224559.693000', '224559.695000', '224559.698000', '224559.701000', '224559.703000', '224559.706000', '224559.708000', '224559.711000', '224559.714000', '224559.716000', '224559.719000', '224559.722000', '224559.725000', '224559.728000', '224559.730000', '224559.733000', '224559.736000', '224559.738000', '224559.741000', '224559.744000', '224559.746000', '224559.749000', '224559.751000', '224559.754000', '224559.756000', '224559.759000', '224559.761000', '224559.764000', '224559.767000', '224559.769000', '224559.772000', '224559.775000', '224559.777000', '224559.780000', '224559.782000', '224559.785000', '224559.787000', '224619.677000', '224619.680000', '224619.683000', '224619.685000', '224619.688000', '224619.691000', '224619.693000', '224619.696000', '224619.698000', '224619.701000', '224619.703000', '224619.706000', '224619.708000', '224619.711000', '224619.714000', '224619.716000', '224619.719000', '224619.721000', '224619.724000', '224619.727000', '224619.729000', '224619.732000', '224619.734000', '224619.737000', '224619.739000', '224619.742000', '224619.745000', '224619.747000', '224619.750000', '224619.752000', '224619.755000', '224619.757000', '224619.760000', '224619.762000', '224619.765000', '224619.768000', '224619.770000', '224619.773000', '224619.775000', '224619.778000', '224619.780000', '224619.783000', '224619.785000', '224619.788000', '224639.678000', '224639.681000', '224639.684000', '224639.686000', '224639.689000', '224639.691000', '224639.694000', '224639.697000', '224639.699000', '224639.702000', '224639.704000', '224639.707000', '224639.710000', '224639.712000', '224639.715000', '224639.717000', '224639.720000', '224639.723000', '224639.725000', '224639.728000', '224639.731000', '224639.733000', '224639.736000', '224639.739000', '224639.741000', '224639.744000', '224639.746000', '224639.749000', '224639.751000', '224639.754000', '224639.756000', '224639.759000', '224639.762000', '224639.764000', '224639.767000', '224639.769000', '224639.772000', '224639.774000', '224639.777000', '224639.779000', '224639.782000', '224639.785000', '224639.788000', '224659.678000', '224659.681000', '224659.684000', '224659.686000', '224659.689000', '224659.692000', '224659.694000', '224659.697000', '224659.699000', '224659.702000', '224659.704000', '224659.707000', '224659.710000', '224659.712000', '224659.715000', '224659.717000', '224659.720000', '224659.722000', '224659.725000', '224659.727000', '224659.730000', '224659.733000', '224659.735000', '224659.738000', '224659.740000', '224659.743000', '224659.746000', '224659.748000', '224659.751000', '224659.753000', '224659.756000', '224659.758000', '224659.761000', '224659.763000', '224659.766000', '224659.768000', '224659.771000', '224659.774000', '224659.776000', '224659.779000', '224659.781000', '224659.784000', '224659.786000', '224659.789000', '224719.678000', '224719.681000', '224719.684000', '224719.686000', '224719.689000', '224719.691000', '224719.694000', '224719.696000', '224719.726000', '224719.728000', '224719.732000', '224719.735000', '224719.738000', '224719.740000', '224719.743000', '224719.746000', '224719.748000', '224719.751000', '224719.754000', '224719.756000', '224719.759000', '224719.761000', '224719.764000', '224719.766000', '224719.769000', '224719.772000', '224719.774000', '224719.777000', '224719.779000', '224719.782000', '224719.784000', '224719.787000', '224719.790000', '224719.792000', '224719.795000', '224719.797000', '224719.800000', '224719.803000', '224719.805000', '224719.808000', '224719.810000', '224719.813000', '224719.815000', '224739.678000', '224739.680000', '224739.683000', '224739.686000', '224739.688000', '224739.691000', '224739.693000', '224739.696000', '224739.699000', '224739.701000', '224739.704000', '224739.706000', '224739.709000', '224739.712000', '224739.714000', '224739.717000', '224739.719000', '224739.722000', '224739.725000', '224739.727000', '224739.730000', '224739.732000', '224739.735000', '224739.738000', '224739.740000', '224739.743000', '224739.745000', '224739.748000', '224739.750000', '224739.753000', '224739.755000', '224739.758000', '224739.761000', '224739.763000', '224739.766000', '224739.768000', '224739.771000', '224739.774000', '224739.776000', '224739.779000', '224739.781000', '224739.784000', '224739.786000', '224739.789000', '224759.678000', '224759.680000', '224759.683000', '224759.685000', '224759.688000', '224759.691000', '224759.693000', '224759.696000', '224759.698000', '224759.701000', '224759.704000', '224759.706000', '224759.709000', '224759.711000', '224759.714000', '224759.716000', '224759.719000', '224759.722000', '224759.724000', '224759.727000', '224759.729000', '224759.732000', '224759.734000', '224759.737000', '224759.739000', '224759.742000', '224759.745000', '224759.747000', '224759.750000', '224759.753000', '224759.755000', '224759.758000', '224759.760000', '224759.763000', '224759.766000', '224759.768000', '224759.771000', '224759.773000', '224759.776000', '224759.778000', '224759.781000', '224759.784000', '224759.787000', '224819.677000', '224819.680000', '224819.683000', '224819.686000', '224819.688000', '224819.691000', '224819.693000', '224819.696000', '224819.699000', '224819.701000', '224819.704000', '224819.706000', '224819.709000', '224819.712000', '224819.714000', '224819.717000', '224819.719000', '224819.722000', '224819.724000', '224819.727000', '224819.730000', '224819.732000', '224819.735000', '224819.737000', '224819.740000', '224819.742000', '224819.745000', '224819.748000', '224819.751000', '224819.753000', '224819.756000', '224819.758000', '224819.761000', '224819.763000', '224819.766000', '224819.769000', '224819.771000', '224819.774000', '224819.776000', '224819.779000', '224819.782000', '224819.784000', '224819.787000', '224819.789000', '224839.678000', '224839.681000', '224839.683000', '224839.686000', '224839.688000', '224839.691000', '224839.694000', '224839.697000', '224839.699000', '224839.702000', '224839.704000', '224839.707000', '224839.710000', '224839.712000', '224839.715000', '224839.717000', '224839.720000', '224839.722000', '224839.725000', '224839.728000', '224839.730000', '224839.733000', '224839.735000', '224839.738000', '224839.740000', '224839.743000', '224839.746000', '224839.748000', '224839.751000', '224839.753000', '224839.756000', '224839.758000', '224839.761000', '224839.763000', '224839.766000', '224839.770000', '224839.772000', '224839.775000', '224839.778000', '224839.781000', '224839.783000', '224839.786000', '224839.788000', '224859.678000', '224859.681000', '224859.684000', '224859.686000', '224859.689000', '224859.692000', '224859.694000', '224859.697000', '224859.699000', '224859.702000', '224859.704000', '224859.707000', '224859.709000', '224859.712000', '224859.715000', '224859.717000', '224859.720000', '224859.722000', '224859.725000', '224859.728000', '224859.730000', '224859.733000', '224859.735000', '224859.738000', '224859.740000', '224859.743000', '224859.746000', '224859.748000', '224859.751000', '224859.753000', '224859.756000', '224859.759000', '224859.761000', '224859.764000', '224859.766000', '224859.769000', '224859.772000', '224859.774000', '224859.777000', '224859.779000', '224859.782000', '224859.785000', '224859.787000', '224859.790000', '224919.678000', '224919.681000', '224919.684000', '224919.687000', '224919.689000', '224919.692000', '224919.695000', '224919.697000', '224919.700000', '224919.702000', '224919.705000', '224919.708000', '224919.710000', '224919.713000', '224919.715000', '224919.718000', '224919.721000', '224919.723000', '224919.726000', '224919.729000', '224919.731000', '224919.734000', '224919.736000', '224919.739000', '224919.742000', '224919.744000', '224919.747000', '224919.749000', '224919.752000', '224919.755000', '224919.757000', '224919.760000', '224919.763000', '224919.765000', '224919.768000', '224919.770000', '224919.773000', '224919.775000', '224919.778000', '224919.781000', '224919.783000', '224919.786000', '224919.788000', '224939.678000', '224939.681000', '224939.684000', '224939.687000', '224939.689000', '224939.692000', '224939.694000', '224939.697000', '224939.699000', '224939.702000', '224939.705000', '224939.707000', '224939.710000', '224939.712000', '224939.715000', '224939.717000', '224939.720000', '224939.723000', '224939.725000', '224939.728000', '224939.730000', '224939.733000', '224939.735000', '224939.738000', '224939.740000', '224939.743000', '224939.746000', '224939.748000', '224939.751000', '224939.753000', '224939.756000', '224939.759000', '224939.761000', '224939.764000', '224939.766000', '224939.769000', '224939.772000', '224939.774000', '224939.777000', '224939.779000', '224939.782000', '224939.784000', '224939.787000', '224939.789000', '224959.678000', '224959.680000', '224959.683000', '224959.686000', '224959.688000', '224959.691000', '224959.693000', '224959.696000', '224959.698000', '224959.701000', '224959.704000', '224959.706000', '224959.709000', '224959.711000', '224959.714000', '224959.717000', '224959.719000', '224959.722000', '224959.724000', '224959.727000', '224959.729000', '224959.732000', '224959.734000', '224959.737000', '224959.740000', '224959.742000', '224959.745000', '224959.747000', '224959.750000', '224959.752000', '224959.755000', '224959.758000', '224959.760000', '224959.763000', '224959.765000', '224959.768000', '224959.770000', '224959.773000', '224959.776000', '224959.778000', '224959.781000', '224959.783000', '224959.786000', '225019.678000', '225019.680000', '225019.683000', '225019.686000', '225019.688000', '225019.691000', '225019.693000', '225019.696000', '225019.698000', '225019.701000', '225019.703000', '225019.706000', '225019.709000', '225019.711000', '225019.724000', '225019.726000', '225019.729000', '225019.732000', '225019.734000', '225019.742000', '225019.744000', '225019.747000', '225019.749000', '225019.752000', '225019.754000', '225019.757000', '225019.759000', '225019.762000', '225019.765000', '225019.767000', '225019.770000', '225019.772000', '225019.775000', '225019.778000', '225019.780000', '225019.783000', '225019.785000', '225019.788000', '225019.790000', '225019.793000', '225019.796000', '225019.798000', '225019.801000', '225019.803000', '225039.678000', '225039.680000', '225039.683000', '225039.686000', '225039.688000', '225039.691000', '225039.693000', '225039.696000', '225039.698000', '225039.701000', '225039.704000', '225039.706000', '225039.709000', '225039.711000', '225039.714000', '225039.717000', '225039.719000', '225039.722000', '225039.724000', '225039.727000', '225039.729000', '225039.732000', '225039.734000', '225039.737000', '225039.739000', '225039.742000', '225039.745000', '225039.747000', '225039.750000', '225039.752000', '225039.755000', '225039.758000', '225039.760000', '225039.763000', '225039.765000', '225039.768000', '225039.770000', '225039.773000', '225039.776000', '225039.778000', '225039.781000', '225039.783000', '225039.786000', '225059.677000', '225059.680000', '225059.683000', '225059.686000', '225059.688000', '225059.691000', '225059.693000', '225059.696000', '225059.698000', '225059.701000', '225059.704000', '225059.706000', '225059.709000', '225059.711000', '225059.714000', '225059.716000', '225059.719000', '225059.722000', '225059.724000', '225059.727000', '225059.729000', '225059.732000', '225059.735000', '225059.737000', '225059.740000', '225059.742000', '225059.745000', '225059.748000', '225059.750000', '225059.753000', '225059.755000', '225059.758000', '225059.760000', '225059.763000', '225059.765000', '225059.768000', '225059.771000', '225059.773000', '225059.776000', '225059.778000', '225059.781000', '225059.784000', '225059.786000', '225059.789000', '225119.678000', '225119.681000', '225119.684000', '225119.686000', '225119.689000', '225119.692000', '225119.694000', '225119.697000', '225119.699000', '225119.702000', '225119.704000', '225119.707000', '225119.710000', '225119.712000', '225119.715000', '225119.717000', '225119.720000', '225119.723000', '225119.725000', '225119.728000', '225119.730000', '225119.733000', '225119.735000', '225119.738000', '225119.741000', '225119.743000', '225119.746000', '225119.748000', '225119.751000', '225119.753000', '225119.756000', '225119.759000', '225119.761000', '225119.764000', '225119.766000', '225119.769000', '225119.772000', '225119.774000', '225119.777000', '225119.780000', '225119.782000', '225119.785000', '225119.787000', '225139.679000', '225139.682000', '225139.684000', '225139.687000', '225139.689000', '225139.692000', '225139.695000', '225139.697000', '225139.700000', '225139.703000', '225139.706000', '225139.709000', '225139.711000', '225139.714000', '225139.716000', '225139.719000', '225139.721000', '225139.724000', '225139.727000', '225139.729000', '225139.732000', '225139.734000', '225139.737000', '225139.739000', '225139.742000', '225139.756000', '225139.759000', '225139.761000', '225139.764000', '225139.767000', '225139.769000', '225139.772000', '225139.774000', '225139.777000', '225139.779000', '225139.782000', '225139.785000', '225139.787000', '225139.790000', '225139.792000', '225139.795000', '225139.798000', '225139.800000', '225139.803000', '225159.679000', '225159.681000', '225159.684000', '225159.686000', '225159.689000', '225159.692000', '225159.694000', '225159.697000', '225159.699000', '225159.702000', '225159.704000', '225159.707000', '225159.710000', '225159.712000', '225159.715000', '225159.717000', '225159.720000', '225159.722000', '225159.725000', '225159.727000', '225159.730000', '225159.733000', '225159.735000', '225159.738000', '225159.740000', '225159.743000', '225159.745000', '225159.748000', '225159.750000', '225159.753000', '225159.756000', '225159.758000', '225159.761000', '225159.763000', '225159.766000', '225159.768000', '225159.771000', '225159.774000', '225159.776000', '225159.779000', '225159.781000', '225159.784000', '225159.787000', '225219.678000', '225219.680000', '225219.683000', '225219.685000', '225219.688000', '225219.691000', '225219.693000', '225219.696000', '225219.698000', '225219.701000', '225219.704000', '225219.706000', '225219.709000', '225219.711000', '225219.714000', '225219.716000', '225219.719000', '225219.722000', '225219.724000', '225219.727000', '225219.729000', '225219.732000', '225219.734000', '225219.737000', '225219.740000', '225219.742000', '225219.745000', '225219.747000', '225219.750000', '225219.753000', '225219.755000', '225219.758000', '225219.760000', '225219.763000', '225219.765000', '225219.768000', '225219.771000', '225219.773000', '225219.776000', '225219.778000', '225219.781000', '225219.784000', '225219.786000', '225239.677000', '225239.680000', '225239.683000', '225239.685000', '225239.688000', '225239.691000', '225239.693000', '225239.696000', '225239.698000', '225239.701000', '225239.704000', '225239.706000', '225239.709000', '225239.711000', '225239.714000', '225239.716000', '225239.719000', '225239.722000', '225239.724000', '225239.727000', '225239.729000', '225239.732000', '225239.735000', '225239.737000', '225239.740000', '225239.743000', '225239.745000', '225239.748000', '225239.750000', '225239.753000', '225239.755000', '225239.758000', '225239.761000', '225239.763000', '225239.766000', '225239.768000', '225239.771000', '225239.773000', '225239.776000', '225239.779000', '225239.781000', '225239.784000', '225239.786000', '225239.789000', '225259.678000', '225259.681000', '225259.683000', '225259.686000', '225259.689000', '225259.692000', '225259.694000', '225259.697000', '225259.700000', '225259.702000', '225259.705000', '225259.707000', '225259.710000', '225259.713000', '225259.715000', '225259.718000', '225259.721000', '225259.723000', '225259.726000', '225259.729000', '225259.731000', '225259.734000', '225259.749000', '225259.752000', '225259.754000', '225259.757000', '225259.759000', '225259.762000', '225259.765000', '225259.767000', '225259.770000', '225259.772000', '225259.775000', '225259.778000', '225259.780000', '225259.783000', '225259.786000', '225259.788000', '225259.791000', '225259.793000', '225259.796000', '225259.799000', '225259.801000', '225319.677000', '225319.680000', '225319.683000', '225319.686000', '225319.688000', '225319.691000', '225319.694000', '225319.696000', '225319.699000', '225319.701000', '225319.704000', '225319.707000', '225319.709000', '225319.712000', '225319.714000', '225319.717000', '225319.719000', '225319.722000', '225319.725000', '225319.727000', '225319.730000', '225319.733000', '225319.736000', '225319.738000', '225319.741000', '225319.743000', '225319.746000', '225319.748000', '225319.751000', '225319.754000', '225319.756000', '225319.759000', '225319.761000', '225319.764000', '225319.767000', '225319.769000', '225319.772000', '225319.774000', '225319.777000', '225319.779000', '225319.782000', '225319.785000', '225319.787000', '225319.790000', '225339.679000', '225339.681000', '225339.684000', '225339.687000', '225339.689000', '225339.692000', '225339.694000', '225339.697000', '225339.699000', '225339.702000', '225339.705000', '225339.707000', '225339.710000', '225339.712000', '225339.715000', '225339.717000', '225339.720000', '225339.723000', '225339.725000', '225339.728000', '225339.730000', '225339.733000', '225339.736000', '225339.738000', '225339.741000', '225339.744000', '225339.746000', '225339.749000', '225339.751000', '225339.754000', '225339.756000', '225339.759000', '225339.761000', '225339.764000', '225339.767000', '225339.769000', '225339.772000', '225339.775000', '225339.777000', '225339.780000', '225339.782000', '225339.785000', '225339.788000', '225359.678000', '225359.681000', '225359.684000', '225359.687000', '225359.689000', '225359.692000', '225359.694000', '225359.697000', '225359.700000', '225359.702000', '225359.705000', '225359.707000', '225359.710000', '225359.713000', '225359.715000', '225359.718000', '225359.720000', '225359.723000', '225359.726000', '225359.728000', '225359.731000', '225359.733000', '225359.736000', '225359.738000', '225359.741000', '225359.743000', '225359.746000', '225359.749000', '225359.751000', '225359.754000', '225359.756000', '225359.759000', '225359.762000', '225359.764000', '225359.767000', '225359.769000', '225359.772000', '225359.775000', '225359.777000', '225359.780000', '225359.782000', '225359.785000', '225359.787000', '225359.790000', '225402.729000', '225402.732000', '225402.734000', '225402.737000', '225402.740000', '225402.742000', '225402.745000'], 'InstanceCreationTime': ['224459.713000', '224459.716000', '224459.718000', '224459.721000', '224459.723000', '224459.726000', '224459.728000', '224459.731000', '224459.734000', '224459.736000', '224459.739000', '224459.741000', '224459.744000', '224459.746000', '224459.749000', '224459.751000', '224459.754000', '224459.757000', '224459.759000', '224459.762000', '224459.764000', '224459.767000', '224459.769000', '224459.772000', '224459.775000', '224459.777000', '224459.780000', '224459.790000', '224519.677000', '224519.680000', '224519.683000', '224519.685000', '224519.688000', '224519.690000', '224519.693000', '224519.696000', '224519.699000', '224519.702000', '224519.705000', '224519.708000', '224519.710000', '224519.713000', '224519.716000', '224519.718000', '224519.721000', '224519.723000', '224519.726000', '224519.728000', '224519.731000', '224519.734000', '224519.742000', '224519.745000', '224519.748000', '224519.750000', '224519.753000', '224519.755000', '224519.758000', '224519.760000', '224519.763000', '224519.765000', '224519.768000', '224519.771000', '224519.773000', '224519.776000', '224519.778000', '224519.781000', '224519.783000', '224519.786000', '224519.788000', '224519.791000', '224519.793000', '224539.678000', '224539.680000', '224539.683000', '224539.686000', '224539.688000', '224539.691000', '224539.693000', '224539.696000', '224539.699000', '224539.701000', '224539.704000', '224539.706000', '224539.723000', '224539.726000', '224539.729000', '224539.731000', '224539.739000', '224539.741000', '224539.744000', '224539.746000', '224539.749000', '224539.752000', '224539.754000', '224539.757000', '224539.759000', '224539.762000', '224539.765000', '224539.767000', '224539.770000', '224539.772000', '224539.775000', '224539.778000', '224539.780000', '224539.783000', '224539.785000', '224539.788000', '224539.790000', '224539.793000', '224539.795000', '224539.798000', '224539.800000', '224539.803000', '224539.806000', '224539.808000', '224559.677000', '224559.680000', '224559.683000', '224559.685000', '224559.688000', '224559.690000', '224559.693000', '224559.695000', '224559.698000', '224559.701000', '224559.703000', '224559.706000', '224559.708000', '224559.711000', '224559.714000', '224559.716000', '224559.719000', '224559.722000', '224559.725000', '224559.728000', '224559.730000', '224559.733000', '224559.736000', '224559.738000', '224559.741000', '224559.744000', '224559.746000', '224559.749000', '224559.751000', '224559.754000', '224559.756000', '224559.759000', '224559.761000', '224559.764000', '224559.767000', '224559.769000', '224559.772000', '224559.775000', '224559.777000', '224559.780000', '224559.782000', '224559.785000', '224559.787000', '224619.677000', '224619.680000', '224619.683000', '224619.685000', '224619.688000', '224619.691000', '224619.693000', '224619.696000', '224619.698000', '224619.701000', '224619.703000', '224619.706000', '224619.708000', '224619.711000', '224619.714000', '224619.716000', '224619.719000', '224619.721000', '224619.724000', '224619.727000', '224619.729000', '224619.732000', '224619.734000', '224619.737000', '224619.739000', '224619.742000', '224619.745000', '224619.747000', '224619.750000', '224619.752000', '224619.755000', '224619.757000', '224619.760000', '224619.762000', '224619.765000', '224619.768000', '224619.770000', '224619.773000', '224619.775000', '224619.778000', '224619.780000', '224619.783000', '224619.785000', '224619.788000', '224639.678000', '224639.681000', '224639.684000', '224639.686000', '224639.689000', '224639.691000', '224639.694000', '224639.697000', '224639.699000', '224639.702000', '224639.704000', '224639.707000', '224639.710000', '224639.712000', '224639.715000', '224639.717000', '224639.720000', '224639.723000', '224639.725000', '224639.728000', '224639.731000', '224639.733000', '224639.736000', '224639.739000', '224639.741000', '224639.744000', '224639.746000', '224639.749000', '224639.751000', '224639.754000', '224639.756000', '224639.759000', '224639.762000', '224639.764000', '224639.767000', '224639.769000', '224639.772000', '224639.774000', '224639.777000', '224639.779000', '224639.782000', '224639.785000', '224639.788000', '224659.678000', '224659.681000', '224659.684000', '224659.686000', '224659.689000', '224659.692000', '224659.694000', '224659.697000', '224659.699000', '224659.702000', '224659.704000', '224659.707000', '224659.710000', '224659.712000', '224659.715000', '224659.717000', '224659.720000', '224659.722000', '224659.725000', '224659.727000', '224659.730000', '224659.733000', '224659.735000', '224659.738000', '224659.740000', '224659.743000', '224659.746000', '224659.748000', '224659.751000', '224659.753000', '224659.756000', '224659.758000', '224659.761000', '224659.763000', '224659.766000', '224659.768000', '224659.771000', '224659.774000', '224659.776000', '224659.779000', '224659.781000', '224659.784000', '224659.786000', '224659.789000', '224719.678000', '224719.681000', '224719.684000', '224719.686000', '224719.689000', '224719.691000', '224719.694000', '224719.696000', '224719.726000', '224719.728000', '224719.732000', '224719.735000', '224719.738000', '224719.740000', '224719.743000', '224719.746000', '224719.748000', '224719.751000', '224719.754000', '224719.756000', '224719.759000', '224719.761000', '224719.764000', '224719.766000', '224719.769000', '224719.772000', '224719.774000', '224719.777000', '224719.779000', '224719.782000', '224719.784000', '224719.787000', '224719.790000', '224719.792000', '224719.795000', '224719.797000', '224719.800000', '224719.803000', '224719.805000', '224719.808000', '224719.810000', '224719.813000', '224719.815000', '224739.678000', '224739.680000', '224739.683000', '224739.686000', '224739.688000', '224739.691000', '224739.693000', '224739.696000', '224739.699000', '224739.701000', '224739.704000', '224739.706000', '224739.709000', '224739.712000', '224739.714000', '224739.717000', '224739.719000', '224739.722000', '224739.725000', '224739.727000', '224739.730000', '224739.732000', '224739.735000', '224739.738000', '224739.740000', '224739.743000', '224739.745000', '224739.748000', '224739.750000', '224739.753000', '224739.755000', '224739.758000', '224739.761000', '224739.763000', '224739.766000', '224739.768000', '224739.771000', '224739.774000', '224739.776000', '224739.779000', '224739.781000', '224739.784000', '224739.786000', '224739.789000', '224759.678000', '224759.680000', '224759.683000', '224759.685000', '224759.688000', '224759.691000', '224759.693000', '224759.696000', '224759.698000', '224759.701000', '224759.704000', '224759.706000', '224759.709000', '224759.711000', '224759.714000', '224759.716000', '224759.719000', '224759.722000', '224759.724000', '224759.727000', '224759.729000', '224759.732000', '224759.734000', '224759.737000', '224759.739000', '224759.742000', '224759.745000', '224759.747000', '224759.750000', '224759.753000', '224759.755000', '224759.758000', '224759.760000', '224759.763000', '224759.766000', '224759.768000', '224759.771000', '224759.773000', '224759.776000', '224759.778000', '224759.781000', '224759.784000', '224759.787000', '224819.677000', '224819.680000', '224819.683000', '224819.686000', '224819.688000', '224819.691000', '224819.693000', '224819.696000', '224819.699000', '224819.701000', '224819.704000', '224819.706000', '224819.709000', '224819.712000', '224819.714000', '224819.717000', '224819.719000', '224819.722000', '224819.724000', '224819.727000', '224819.730000', '224819.732000', '224819.735000', '224819.737000', '224819.740000', '224819.742000', '224819.745000', '224819.748000', '224819.751000', '224819.753000', '224819.756000', '224819.758000', '224819.761000', '224819.763000', '224819.766000', '224819.769000', '224819.771000', '224819.774000', '224819.776000', '224819.779000', '224819.782000', '224819.784000', '224819.787000', '224819.789000', '224839.678000', '224839.681000', '224839.683000', '224839.686000', '224839.688000', '224839.691000', '224839.694000', '224839.697000', '224839.699000', '224839.702000', '224839.704000', '224839.707000', '224839.710000', '224839.712000', '224839.715000', '224839.717000', '224839.720000', '224839.722000', '224839.725000', '224839.728000', '224839.730000', '224839.733000', '224839.735000', '224839.738000', '224839.740000', '224839.743000', '224839.746000', '224839.748000', '224839.751000', '224839.753000', '224839.756000', '224839.758000', '224839.761000', '224839.763000', '224839.766000', '224839.770000', '224839.772000', '224839.775000', '224839.778000', '224839.781000', '224839.783000', '224839.786000', '224839.788000', '224859.678000', '224859.681000', '224859.684000', '224859.686000', '224859.689000', '224859.692000', '224859.694000', '224859.697000', '224859.699000', '224859.702000', '224859.704000', '224859.707000', '224859.709000', '224859.712000', '224859.715000', '224859.717000', '224859.720000', '224859.722000', '224859.725000', '224859.728000', '224859.730000', '224859.733000', '224859.735000', '224859.738000', '224859.740000', '224859.743000', '224859.746000', '224859.748000', '224859.751000', '224859.753000', '224859.756000', '224859.759000', '224859.761000', '224859.764000', '224859.766000', '224859.769000', '224859.772000', '224859.774000', '224859.777000', '224859.779000', '224859.782000', '224859.785000', '224859.787000', '224859.790000', '224919.678000', '224919.681000', '224919.684000', '224919.687000', '224919.689000', '224919.692000', '224919.695000', '224919.697000', '224919.700000', '224919.702000', '224919.705000', '224919.708000', '224919.710000', '224919.713000', '224919.715000', '224919.718000', '224919.721000', '224919.723000', '224919.726000', '224919.729000', '224919.731000', '224919.734000', '224919.736000', '224919.739000', '224919.742000', '224919.744000', '224919.747000', '224919.749000', '224919.752000', '224919.755000', '224919.757000', '224919.760000', '224919.763000', '224919.765000', '224919.768000', '224919.770000', '224919.773000', '224919.775000', '224919.778000', '224919.781000', '224919.783000', '224919.786000', '224919.788000', '224939.678000', '224939.681000', '224939.684000', '224939.687000', '224939.689000', '224939.692000', '224939.694000', '224939.697000', '224939.699000', '224939.702000', '224939.705000', '224939.707000', '224939.710000', '224939.712000', '224939.715000', '224939.717000', '224939.720000', '224939.723000', '224939.725000', '224939.728000', '224939.730000', '224939.733000', '224939.735000', '224939.738000', '224939.740000', '224939.743000', '224939.746000', '224939.748000', '224939.751000', '224939.753000', '224939.756000', '224939.759000', '224939.761000', '224939.764000', '224939.766000', '224939.769000', '224939.772000', '224939.774000', '224939.777000', '224939.779000', '224939.782000', '224939.784000', '224939.787000', '224939.789000', '224959.678000', '224959.680000', '224959.683000', '224959.686000', '224959.688000', '224959.691000', '224959.693000', '224959.696000', '224959.698000', '224959.701000', '224959.704000', '224959.706000', '224959.709000', '224959.711000', '224959.714000', '224959.717000', '224959.719000', '224959.722000', '224959.724000', '224959.727000', '224959.729000', '224959.732000', '224959.734000', '224959.737000', '224959.740000', '224959.742000', '224959.745000', '224959.747000', '224959.750000', '224959.752000', '224959.755000', '224959.758000', '224959.760000', '224959.763000', '224959.765000', '224959.768000', '224959.770000', '224959.773000', '224959.776000', '224959.778000', '224959.781000', '224959.783000', '224959.786000', '225019.678000', '225019.680000', '225019.683000', '225019.686000', '225019.688000', '225019.691000', '225019.693000', '225019.696000', '225019.698000', '225019.701000', '225019.703000', '225019.706000', '225019.709000', '225019.711000', '225019.724000', '225019.726000', '225019.729000', '225019.732000', '225019.734000', '225019.742000', '225019.744000', '225019.747000', '225019.749000', '225019.752000', '225019.754000', '225019.757000', '225019.759000', '225019.762000', '225019.765000', '225019.767000', '225019.770000', '225019.772000', '225019.775000', '225019.778000', '225019.780000', '225019.783000', '225019.785000', '225019.788000', '225019.790000', '225019.793000', '225019.796000', '225019.798000', '225019.801000', '225019.803000', '225039.678000', '225039.680000', '225039.683000', '225039.686000', '225039.688000', '225039.691000', '225039.693000', '225039.696000', '225039.698000', '225039.701000', '225039.704000', '225039.706000', '225039.709000', '225039.711000', '225039.714000', '225039.717000', '225039.719000', '225039.722000', '225039.724000', '225039.727000', '225039.729000', '225039.732000', '225039.734000', '225039.737000', '225039.739000', '225039.742000', '225039.745000', '225039.747000', '225039.750000', '225039.752000', '225039.755000', '225039.758000', '225039.760000', '225039.763000', '225039.765000', '225039.768000', '225039.770000', '225039.773000', '225039.776000', '225039.778000', '225039.781000', '225039.783000', '225039.786000', '225059.677000', '225059.680000', '225059.683000', '225059.686000', '225059.688000', '225059.691000', '225059.693000', '225059.696000', '225059.698000', '225059.701000', '225059.704000', '225059.706000', '225059.709000', '225059.711000', '225059.714000', '225059.716000', '225059.719000', '225059.722000', '225059.724000', '225059.727000', '225059.729000', '225059.732000', '225059.735000', '225059.737000', '225059.740000', '225059.742000', '225059.745000', '225059.748000', '225059.750000', '225059.753000', '225059.755000', '225059.758000', '225059.760000', '225059.763000', '225059.765000', '225059.768000', '225059.771000', '225059.773000', '225059.776000', '225059.778000', '225059.781000', '225059.784000', '225059.786000', '225059.789000', '225119.678000', '225119.681000', '225119.684000', '225119.686000', '225119.689000', '225119.692000', '225119.694000', '225119.697000', '225119.699000', '225119.702000', '225119.704000', '225119.707000', '225119.710000', '225119.712000', '225119.715000', '225119.717000', '225119.720000', '225119.723000', '225119.725000', '225119.728000', '225119.730000', '225119.733000', '225119.735000', '225119.738000', '225119.741000', '225119.743000', '225119.746000', '225119.748000', '225119.751000', '225119.753000', '225119.756000', '225119.759000', '225119.761000', '225119.764000', '225119.766000', '225119.769000', '225119.772000', '225119.774000', '225119.777000', '225119.780000', '225119.782000', '225119.785000', '225119.787000', '225139.679000', '225139.682000', '225139.684000', '225139.687000', '225139.689000', '225139.692000', '225139.695000', '225139.697000', '225139.700000', '225139.703000', '225139.706000', '225139.709000', '225139.711000', '225139.714000', '225139.716000', '225139.719000', '225139.721000', '225139.724000', '225139.727000', '225139.729000', '225139.732000', '225139.734000', '225139.737000', '225139.739000', '225139.742000', '225139.756000', '225139.759000', '225139.761000', '225139.764000', '225139.767000', '225139.769000', '225139.772000', '225139.774000', '225139.777000', '225139.779000', '225139.782000', '225139.785000', '225139.787000', '225139.790000', '225139.792000', '225139.795000', '225139.798000', '225139.800000', '225139.803000', '225159.679000', '225159.681000', '225159.684000', '225159.686000', '225159.689000', '225159.692000', '225159.694000', '225159.697000', '225159.699000', '225159.702000', '225159.704000', '225159.707000', '225159.710000', '225159.712000', '225159.715000', '225159.717000', '225159.720000', '225159.722000', '225159.725000', '225159.727000', '225159.730000', '225159.733000', '225159.735000', '225159.738000', '225159.740000', '225159.743000', '225159.745000', '225159.748000', '225159.750000', '225159.753000', '225159.756000', '225159.758000', '225159.761000', '225159.763000', '225159.766000', '225159.768000', '225159.771000', '225159.774000', '225159.776000', '225159.779000', '225159.781000', '225159.784000', '225159.787000', '225219.678000', '225219.680000', '225219.683000', '225219.685000', '225219.688000', '225219.691000', '225219.693000', '225219.696000', '225219.698000', '225219.701000', '225219.704000', '225219.706000', '225219.709000', '225219.711000', '225219.714000', '225219.716000', '225219.719000', '225219.722000', '225219.724000', '225219.727000', '225219.729000', '225219.732000', '225219.734000', '225219.737000', '225219.740000', '225219.742000', '225219.745000', '225219.747000', '225219.750000', '225219.753000', '225219.755000', '225219.758000', '225219.760000', '225219.763000', '225219.765000', '225219.768000', '225219.771000', '225219.773000', '225219.776000', '225219.778000', '225219.781000', '225219.784000', '225219.786000', '225239.677000', '225239.680000', '225239.683000', '225239.685000', '225239.688000', '225239.691000', '225239.693000', '225239.696000', '225239.698000', '225239.701000', '225239.704000', '225239.706000', '225239.709000', '225239.711000', '225239.714000', '225239.716000', '225239.719000', '225239.722000', '225239.724000', '225239.727000', '225239.729000', '225239.732000', '225239.735000', '225239.737000', '225239.740000', '225239.743000', '225239.745000', '225239.748000', '225239.750000', '225239.753000', '225239.755000', '225239.758000', '225239.761000', '225239.763000', '225239.766000', '225239.768000', '225239.771000', '225239.773000', '225239.776000', '225239.779000', '225239.781000', '225239.784000', '225239.786000', '225239.789000', '225259.678000', '225259.681000', '225259.683000', '225259.686000', '225259.689000', '225259.692000', '225259.694000', '225259.697000', '225259.700000', '225259.702000', '225259.705000', '225259.707000', '225259.710000', '225259.713000', '225259.715000', '225259.718000', '225259.721000', '225259.723000', '225259.726000', '225259.729000', '225259.731000', '225259.734000', '225259.749000', '225259.752000', '225259.754000', '225259.757000', '225259.759000', '225259.762000', '225259.765000', '225259.767000', '225259.770000', '225259.772000', '225259.775000', '225259.778000', '225259.780000', '225259.783000', '225259.786000', '225259.788000', '225259.791000', '225259.793000', '225259.796000', '225259.799000', '225259.801000', '225319.677000', '225319.680000', '225319.683000', '225319.686000', '225319.688000', '225319.691000', '225319.694000', '225319.696000', '225319.699000', '225319.701000', '225319.704000', '225319.707000', '225319.709000', '225319.712000', '225319.714000', '225319.717000', '225319.719000', '225319.722000', '225319.725000', '225319.727000', '225319.730000', '225319.733000', '225319.736000', '225319.738000', '225319.741000', '225319.743000', '225319.746000', '225319.748000', '225319.751000', '225319.754000', '225319.756000', '225319.759000', '225319.761000', '225319.764000', '225319.767000', '225319.769000', '225319.772000', '225319.774000', '225319.777000', '225319.779000', '225319.782000', '225319.785000', '225319.787000', '225319.790000', '225339.679000', '225339.681000', '225339.684000', '225339.687000', '225339.689000', '225339.692000', '225339.694000', '225339.697000', '225339.699000', '225339.702000', '225339.705000', '225339.707000', '225339.710000', '225339.712000', '225339.715000', '225339.717000', '225339.720000', '225339.723000', '225339.725000', '225339.728000', '225339.730000', '225339.733000', '225339.736000', '225339.738000', '225339.741000', '225339.744000', '225339.746000', '225339.749000', '225339.751000', '225339.754000', '225339.756000', '225339.759000', '225339.761000', '225339.764000', '225339.767000', '225339.769000', '225339.772000', '225339.775000', '225339.777000', '225339.780000', '225339.782000', '225339.785000', '225339.788000', '225359.678000', '225359.681000', '225359.684000', '225359.687000', '225359.689000', '225359.692000', '225359.694000', '225359.697000', '225359.700000', '225359.702000', '225359.705000', '225359.707000', '225359.710000', '225359.713000', '225359.715000', '225359.718000', '225359.720000', '225359.723000', '225359.726000', '225359.728000', '225359.731000', '225359.733000', '225359.736000', '225359.738000', '225359.741000', '225359.743000', '225359.746000', '225359.749000', '225359.751000', '225359.754000', '225359.756000', '225359.759000', '225359.762000', '225359.764000', '225359.767000', '225359.769000', '225359.772000', '225359.775000', '225359.777000', '225359.780000', '225359.782000', '225359.785000', '225359.787000', '225359.790000', '225402.729000', '225402.732000', '225402.734000', '225402.737000', '225402.740000', '225402.742000', '225402.745000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [7298, 7361, 6802, 7084, 6319, 7150, 7071, 6154, 13834, 6220, 11789, 7941, 8228, 12598, 6589, 7941, 6851, 6445, 6907, 6445, 7357, 5991, 6617, 6933, 6390, 7005, 6309, 7024, 7008, 7221, 6014, 11064, 6615, 10515, 7008, 7350, 13410, 9885, 11440, 7664, 8655, 14119, 6961, 11564, 7758, 6763, 13660, 5917, 8545, 6756, 6283, 9794, 5797, 6920, 6838, 6017, 7781, 5850, 6203, 6419, 6162, 7159, 6614, 6725, 5938, 7167, 7068, 6018, 9101, 6001, 7697, 7285, 6218, 11850, 6116, 9496, 6232, 6534, 10742, 6482, 10207, 6362, 7358, 6734, 5855, 8144, 6121, 8947, 6262, 6154, 6576, 6467, 5984, 6267, 6189, 6605, 6740, 6141, 13796, 10512, 11041, 14082, 6298, 9455, 9516, 6411, 11898, 6370, 6221, 9002, 6218, 6043, 6397, 6548, 7534, 6110, 6189, 6819, 6221, 8496, 5978, 6794, 7318, 6204, 10115, 8353, 7391, 11405, 6018, 6386, 11566, 6700, 10291, 7025, 6976, 8814, 6412, 9538, 6358, 7170, 6916, 6222, 7674, 6056, 6380, 10047, 6520, 8032, 7685, 6853, 13723, 6547, 6925, 8790, 6897, 12112, 6342, 6642, 12097, 6876, 9317, 6311, 6623, 12179, 6405, 7480, 6395, 6492, 7179, 6665, 6813, 6139, 6588, 6894, 6591, 7205, 6477, 6894, 7029, 6719, 7736, 6868, 8593, 6415, 7256, 7524, 6777, 12077, 6321, 6767, 9633, 6590, 10287, 6332, 6554, 13323, 6480, 6623, 6387, 6678, 8421, 6604, 6223, 10035, 6477, 6442, 6428, 6448, 8380, 6066, 6830, 7157, 6549, 7420, 6270, 6470, 6853, 6789, 9945, 6130, 6517, 7751, 6797, 11599, 6267, 6706, 6621, 6290, 12285, 6297, 6619, 7194, 6759, 7134, 6207, 7343, 6372, 5954, 9945, 6186, 10855, 11026, 6994, 11127, 6345, 6364, 13033, 6105, 8663, 6920, 6003, 8826, 6552, 6028, 6978, 6238, 6695, 6121, 5958, 6791, 6108, 7918, 5911, 6460, 10415, 6007, 7365, 6453, 5680, 6676, 5837, 8184, 5820, 7803, 6068, 7090, 11185, 6168, 10129, 6284, 6195, 13150, 7171, 8803, 6852, 6399, 8706, 6404, 6214, 6821, 6308, 6790, 6570, 5987, 6462, 6095, 6797, 6832, 6004, 6908, 6448, 7013, 5834, 5818, 6793, 6059, 9938, 6618, 6011, 8556, 6120, 9675, 6388, 5931, 12785, 6147, 9715, 6633, 6018, 12169, 5817, 8124, 6792, 6041, 6913, 6532, 7041, 5508, 6973, 6907, 6556, 6952, 6586, 7589, 6105, 6111, 5967, 8119, 6039, 7947, 10341, 11004, 6576, 7373, 11969, 5739, 8770, 6769, 6676, 6445, 7474, 6975, 6198, 7758, 5735, 6939, 5416, 6667, 5729, 6872, 5981, 6096, 5990, 6202, 5775, 7133, 6106, 12031, 6883, 12333, 5836, 10207, 6866, 7102, 7214, 5903, 8135, 6026, 7984, 6946, 5852, 7760, 6092, 7072, 6958, 6195, 7281, 5991, 6830, 5795, 6368, 6425, 5957, 6736, 6703, 7060, 5879, 7352, 6039, 7009, 6811, 6711, 7138, 5614, 8666, 6813, 7367, 6374, 8562, 6045, 8580, 6275, 7898, 9955, 6001, 11960, 6237, 8238, 6181, 5855, 8710, 6335, 7720, 6321, 6409, 10938, 5842, 6854, 7062, 6210, 6855, 6817, 5615, 6771, 6143, 6798, 6670, 5716, 7372, 6283, 6643, 6810, 5902, 8519, 5647, 7794, 6592, 6313, 10764, 6106, 10530, 7036, 7151, 12444, 6308, 7417, 12783, 6232, 9258, 6975, 6109, 7153, 6726, 6372, 6578, 5711, 6746, 6646, 6710, 7360, 6656, 7546, 5803, 11720, 8559, 9493, 12266, 6254, 10882, 9697, 6431, 10402, 6559, 6138, 6672, 6117, 6865, 5917, 6184, 6989, 7576, 7367, 8511, 7052, 8289, 7267, 8134, 12297, 8931, 12395, 5981, 10193, 7199, 6765, 12902, 7975, 10854, 6753, 5759, 10122, 5805, 8163, 6941, 5969, 6846, 5847, 7120, 6437, 7596, 6002, 6726, 6354, 7248, 6089, 6581, 5967, 9275, 7038, 8179, 6737, 7841, 6527, 7036, 6179, 8518, 5729, 13152, 6633, 10623, 6671, 7727, 6908, 5703, 6586, 6447, 7498, 6161, 7404, 6190, 6590, 6141, 7215, 6157, 7041, 5894, 7392, 6381, 7487, 6273, 7142, 5765, 6995, 5950, 9224, 5851, 11942, 7788, 11833, 5858, 10062, 7232, 10046, 8053, 6865, 10337, 6792, 7337, 6380, 7022, 6933, 6004, 6354, 6347, 7023, 6204, 6865, 6470, 6707, 6581, 6460, 6234, 10316, 6850, 9464, 6571, 6608, 7737, 6003, 10925, 6384, 6865, 7290, 6370, 6776, 5688, 6801, 6135, 6840, 6007, 7961, 6315, 8418, 7238, 11378, 7204, 6911, 12745, 9814, 10187, 7080, 7088, 10318, 6198, 7637, 7720, 6426, 9301, 6076, 5909, 6815, 6433, 6627, 6694, 6026, 6948, 6520, 6580, 6364, 6628, 6631, 6698, 7278, 7191, 7098, 6030, 12259, 9703, 10463, 7741, 7861, 11948, 7423, 7098, 13057, 5635, 6376, 7007, 6075, 6698, 6054, 6700, 6188, 6487, 6868, 5863, 6858, 6726, 11016, 9576, 7155, 11083, 6646, 6983, 12800, 6248, 10380, 6518, 6676, 7388, 6264, 6945, 5650, 9394, 5714, 8003, 6028, 6654, 9275, 5867, 8311, 5823, 7016, 5839, 8872, 5965, 10913, 8299, 9745, 12522, 5956, 9609, 9731, 6303, 9119, 5931, 6135, 6604, 6218, 7000, 5944, 6895, 6230, 6931, 5819, 6998, 6259, 6913, 6568, 5613, 10818, 5924, 10822, 6749, 7289, 7810, 5783, 10829, 5664, 11236, 6426, 8359, 11580, 5748, 12017, 6288, 6599, 7179, 5720, 10763, 6115, 7150, 7405, 5637, 7024, 6079, 6891, 6188, 6838, 5886, 7794, 5681, 7534, 6420, 9488, 8051, 10263, 7359, 6451, 9690, 5878, 12461, 5610, 10555, 7214, 9513, 6979, 6537, 11724, 6230, 11341, 7486, 8214, 6940, 5675, 9924, 5822, 7937, 6097, 7144, 6220, 5835, 7001, 5570, 8698, 6059, 6392, 7029, 6132, 6522, 5977, 6588, 6192, 7263, 5767, 7456, 6122, 7406, 6066, 7503, 5933, 7885, 6600, 7399, 6283, 6213, 7239, 6267, 6685, 6277, 9706, 6256, 9504, 5697, 7353, 5839, 7019, 6468, 7133, 5982, 7242, 6546, 6588, 6978, 5986, 6602, 6390, 6775, 5765, 8141, 5619, 10991, 5494, 8790, 6879, 7348, 6180, 5733, 6858, 6605, 7821, 6032, 7911, 5828, 6092, 6276, 6564, 6382, 5592, 10291, 6606, 6994, 6465, 6097, 6467, 5704, 6584, 7036, 8380, 6563, 8944, 6636, 6359, 6780, 5814, 6594, 6825, 7912, 5803, 7387, 10232, 6340, 12111, 6146, 7985, 8329, 5883, 12656, 5712, 7836, 6580, 5765, 9022, 5922, 7540, 6343, 5682, 6897, 5941, 6828, 5937, 6264, 6459, 6664, 6939, 5980, 11790, 5904, 6397, 11282, 6976, 10331, 7016, 6257, 6593, 6104, 6574, 5928, 6835, 6466, 6613, 7361, 6508, 6412, 5934, 10715, 7457, 12156, 5754, 10259, 8767, 7215, 12918, 8330, 8659, 6509, 6096, 9718, 6015, 6784, 6625, 6127, 6811, 5724, 6396, 6338, 6811, 6996, 5807, 9966, 5898, 7663, 11749, 7309, 11056, 6666, 7668, 12923, 8009, 10307, 6525, 5583, 9359, 5602, 7511, 5877, 6708, 6533, 5802, 10907, 5678, 10179, 6188, 5979, 12968, 6059, 10499, 7550, 7649, 7372, 6064, 9668, 6391, 7044, 6252, 5727, 6788, 5688, 7195, 6268, 6685, 6810, 5687, 6402, 6200, 6637, 6021, 6617, 6811, 5774, 11037, 7970, 9108, 7418, 6120, 9882, 6669, 7327, 12768, 5623, 5984, 8578, 5788, 7411, 6331, 6161, 7356, 5498, 6948, 5650, 6754, 6273, 6697, 7333, 6479, 8343, 6062, 8533, 6428, 6596, 11390, 5620, 10838, 7861, 7228, 7485, 5636, 7970, 6583, 6009, 6520, 5596, 6917, 6687, 5810, 6788, 5543, 7887, 5961, 7405, 6179, 6500, 9581, 6931, 10889, 6370, 9707, 6448, 8642, 12939, 9756, 11889, 7250, 6972, 9145, 5764, 12731, 5921, 6962, 7810, 6383, 9848, 5574, 11439, 5618, 8895, 5995, 8894, 6221, 8073, 7569, 6406, 9939, 6478, 8887, 5936, 6258, 12337, 5762, 7737, 5938, 6434, 6934, 5959, 7015, 5590, 6641, 6249, 5777, 6392, 5976, 6521, 6513, 5731, 6716, 5679, 7719, 6119, 5910, 8740, 5599, 9125, 5624, 6417, 6448, 6020, 6779, 5953, 6606, 6021, 6309, 5975, 6009, 6404, 6088, 8809, 5991, 6228, 8102, 5787, 10770, 6902, 6822, 8516, 5953, 6803, 9791, 5498, 6425, 6605, 6919, 6578, 6020, 6805, 6672, 6644, 6242, 5910, 6610, 6900, 5833, 9931, 6157, 8720, 7676, 7592, 6634, 6266, 7257, 6985, 10106, 8383, 8368, 12593, 6729, 10987, 10118, 7875, 13155, 6624, 10038, 8331, 7396, 9391, 6443, 6358, 7108, 6275, 7164, 5722, 6869, 5450, 9611, 6477, 9030, 7329, 6077, 11077, 6654, 7747, 12947, 5607, 11146, 5959, 5967, 7928, 6497, 5847, 8451, 5625, 6501, 6876, 6500, 7251, 5986, 6306, 6809, 5898, 7232, 5750, 10609, 5697, 7827, 6556, 6310, 6787, 6338, 6796, 5760, 12572], 'WindowCenter': [3661.0, 3644.0, 3631.0, 3630.0, 3617.0, 3616.0, 3602.0, 3590.0, 3664.0, 3589.0, 3654.0, 3609.0, 3609.0, 3638.0, 3588.0, 3607.0, 3586.0, 3585.0, 3583.0, 3587.0, 3595.0, 3588.0, 3598.0, 3599.0, 3599.0, 3611.0, 3601.0, 3612.0, 3613.0, 3612.0, 3602.0, 3654.0, 3601.0, 3641.0, 3599.0, 3609.0, 3652.0, 3631.0, 3639.0, 3597.0, 3608.0, 3648.0, 3597.0, 3627.0, 3595.0, 3585.0, 3647.0, 3564.0, 3605.0, 3584.0, 3574.0, 3617.0, 3564.0, 3585.0, 3584.0, 3574.0, 3594.0, 3574.0, 3577.0, 3585.0, 3575.0, 3584.0, 3597.0, 3587.0, 3577.0, 3596.0, 3585.0, 3588.0, 3619.0, 3587.0, 3609.0, 3608.0, 3590.0, 3640.0, 3576.0, 3617.0, 3574.0, 3586.0, 3627.0, 3588.0, 3628.0, 3576.0, 3594.0, 3585.0, 3576.0, 3606.0, 3577.0, 3604.0, 3575.0, 3573.0, 3587.0, 3587.0, 3588.0, 3588.0, 3590.0, 3587.0, 3586.0, 3589.0, 3650.0, 3630.0, 3628.0, 3636.0, 3575.0, 3616.0, 3604.0, 3574.0, 3624.0, 3560.0, 3573.0, 3603.0, 3563.0, 3562.0, 3572.0, 3586.0, 3595.0, 3575.0, 3577.0, 3587.0, 3589.0, 3620.0, 3588.0, 3600.0, 3597.0, 3590.0, 3642.0, 3610.0, 3599.0, 3628.0, 3576.0, 3589.0, 3640.0, 3588.0, 3629.0, 3597.0, 3598.0, 3607.0, 3589.0, 3619.0, 3588.0, 3598.0, 3585.0, 3589.0, 3596.0, 3577.0, 3590.0, 3631.0, 3589.0, 3608.0, 3598.0, 3586.0, 3638.0, 3576.0, 3597.0, 3607.0, 3598.0, 3637.0, 3574.0, 3586.0, 3639.0, 3587.0, 3617.0, 3572.0, 3585.0, 3638.0, 3575.0, 3596.0, 3574.0, 3574.0, 3583.0, 3586.0, 3585.0, 3574.0, 3586.0, 3585.0, 3588.0, 3597.0, 3586.0, 3586.0, 3585.0, 3586.0, 3595.0, 3586.0, 3605.0, 3575.0, 3598.0, 3597.0, 3586.0, 3637.0, 3573.0, 3586.0, 3616.0, 3585.0, 3616.0, 3575.0, 3574.0, 3635.0, 3574.0, 3585.0, 3572.0, 3585.0, 3592.0, 3572.0, 3575.0, 3616.0, 3575.0, 3573.0, 3573.0, 3575.0, 3606.0, 3575.0, 3586.0, 3584.0, 3586.0, 3597.0, 3588.0, 3589.0, 3586.0, 3586.0, 3618.0, 3578.0, 3588.0, 3597.0, 3586.0, 3638.0, 3588.0, 3600.0, 3601.0, 3601.0, 3639.0, 3599.0, 3597.0, 3598.0, 3596.0, 3595.0, 3588.0, 3609.0, 3587.0, 3588.0, 3628.0, 3577.0, 3640.0, 3641.0, 3598.0, 3626.0, 3573.0, 3575.0, 3636.0, 3574.0, 3604.0, 3585.0, 3575.0, 3606.0, 3573.0, 3574.0, 3584.0, 3574.0, 3583.0, 3575.0, 3575.0, 3583.0, 3575.0, 3595.0, 3564.0, 3575.0, 3618.0, 3578.0, 3598.0, 3576.0, 3565.0, 3576.0, 3567.0, 3607.0, 3574.0, 3595.0, 3573.0, 3586.0, 3627.0, 3575.0, 3615.0, 3574.0, 3574.0, 3638.0, 3584.0, 3605.0, 3571.0, 3572.0, 3605.0, 3573.0, 3574.0, 3571.0, 3573.0, 3572.0, 3585.0, 3576.0, 3572.0, 3575.0, 3584.0, 3587.0, 3577.0, 3586.0, 3587.0, 3596.0, 3578.0, 3578.0, 3586.0, 3576.0, 3618.0, 3586.0, 3588.0, 3617.0, 3577.0, 3617.0, 3586.0, 3588.0, 3638.0, 3576.0, 3617.0, 3586.0, 3587.0, 3639.0, 3577.0, 3609.0, 3585.0, 3577.0, 3598.0, 3589.0, 3609.0, 3577.0, 3599.0, 3611.0, 3599.0, 3613.0, 3613.0, 3611.0, 3602.0, 3589.0, 3586.0, 3607.0, 3575.0, 3605.0, 3627.0, 3615.0, 3571.0, 3583.0, 3636.0, 3575.0, 3606.0, 3585.0, 3583.0, 3583.0, 3596.0, 3585.0, 3574.0, 3595.0, 3564.0, 3596.0, 3578.0, 3587.0, 3577.0, 3600.0, 3588.0, 3587.0, 3588.0, 3576.0, 3577.0, 3585.0, 3575.0, 3628.0, 3586.0, 3628.0, 3563.0, 3617.0, 3574.0, 3584.0, 3583.0, 3562.0, 3582.0, 3563.0, 3594.0, 3583.0, 3562.0, 3582.0, 3563.0, 3582.0, 3583.0, 3562.0, 3582.0, 3575.0, 3584.0, 3565.0, 3586.0, 3573.0, 3575.0, 3585.0, 3597.0, 3596.0, 3578.0, 3596.0, 3575.0, 3598.0, 3586.0, 3588.0, 3587.0, 3567.0, 3609.0, 3588.0, 3596.0, 3589.0, 3607.0, 3576.0, 3606.0, 3586.0, 3606.0, 3618.0, 3577.0, 3639.0, 3576.0, 3606.0, 3573.0, 3562.0, 3605.0, 3573.0, 3582.0, 3572.0, 3573.0, 3614.0, 3562.0, 3571.0, 3572.0, 3573.0, 3571.0, 3571.0, 3562.0, 3572.0, 3573.0, 3585.0, 3585.0, 3577.0, 3596.0, 3586.0, 3585.0, 3599.0, 3578.0, 3618.0, 3577.0, 3596.0, 3597.0, 3589.0, 3638.0, 3577.0, 3629.0, 3597.0, 3597.0, 3637.0, 3585.0, 3596.0, 3637.0, 3573.0, 3606.0, 3583.0, 3575.0, 3585.0, 3585.0, 3586.0, 3587.0, 3576.0, 3597.0, 3601.0, 3599.0, 3611.0, 3600.0, 3610.0, 3588.0, 3652.0, 3620.0, 3619.0, 3637.0, 3586.0, 3630.0, 3615.0, 3585.0, 3613.0, 3585.0, 3574.0, 3598.0, 3588.0, 3598.0, 3588.0, 3588.0, 3611.0, 3621.0, 3612.0, 3620.0, 3612.0, 3621.0, 3610.0, 3622.0, 3651.0, 3620.0, 3639.0, 3574.0, 3628.0, 3597.0, 3598.0, 3638.0, 3607.0, 3627.0, 3583.0, 3574.0, 3616.0, 3563.0, 3603.0, 3598.0, 3588.0, 3599.0, 3578.0, 3597.0, 3585.0, 3607.0, 3586.0, 3598.0, 3599.0, 3609.0, 3589.0, 3598.0, 3589.0, 3631.0, 3600.0, 3621.0, 3600.0, 3607.0, 3588.0, 3596.0, 3587.0, 3620.0, 3578.0, 3638.0, 3597.0, 3628.0, 3585.0, 3594.0, 3585.0, 3563.0, 3585.0, 3587.0, 3596.0, 3576.0, 3595.0, 3586.0, 3586.0, 3588.0, 3597.0, 3588.0, 3599.0, 3590.0, 3609.0, 3599.0, 3608.0, 3601.0, 3610.0, 3589.0, 3600.0, 3589.0, 3630.0, 3578.0, 3642.0, 3609.0, 3639.0, 3577.0, 3629.0, 3608.0, 3628.0, 3595.0, 3584.0, 3615.0, 3585.0, 3582.0, 3574.0, 3582.0, 3582.0, 3575.0, 3584.0, 3585.0, 3599.0, 3586.0, 3597.0, 3586.0, 3599.0, 3599.0, 3588.0, 3588.0, 3617.0, 3586.0, 3618.0, 3587.0, 3585.0, 3596.0, 3575.0, 3626.0, 3585.0, 3585.0, 3597.0, 3586.0, 3596.0, 3589.0, 3598.0, 3590.0, 3599.0, 3588.0, 3609.0, 3588.0, 3618.0, 3609.0, 3639.0, 3597.0, 3599.0, 3640.0, 3617.0, 3616.0, 3581.0, 3582.0, 3614.0, 3573.0, 3594.0, 3582.0, 3572.0, 3602.0, 3572.0, 3561.0, 3571.0, 3573.0, 3571.0, 3582.0, 3575.0, 3583.0, 3588.0, 3587.0, 3588.0, 3584.0, 3598.0, 3599.0, 3609.0, 3596.0, 3597.0, 3577.0, 3639.0, 3618.0, 3626.0, 3593.0, 3606.0, 3625.0, 3582.0, 3583.0, 3623.0, 3561.0, 3573.0, 3582.0, 3573.0, 3581.0, 3573.0, 3583.0, 3585.0, 3587.0, 3598.0, 3576.0, 3585.0, 3598.0, 3641.0, 3618.0, 3585.0, 3625.0, 3584.0, 3586.0, 3637.0, 3573.0, 3614.0, 3573.0, 3584.0, 3593.0, 3585.0, 3584.0, 3574.0, 3605.0, 3575.0, 3607.0, 3575.0, 3585.0, 3616.0, 3577.0, 3608.0, 3578.0, 3598.0, 3577.0, 3617.0, 3589.0, 3628.0, 3607.0, 3617.0, 3625.0, 3562.0, 3615.0, 3605.0, 3574.0, 3591.0, 3561.0, 3560.0, 3583.0, 3574.0, 3583.0, 3574.0, 3595.0, 3587.0, 3597.0, 3577.0, 3597.0, 3588.0, 3596.0, 3588.0, 3577.0, 3629.0, 3578.0, 3627.0, 3587.0, 3596.0, 3597.0, 3578.0, 3628.0, 3576.0, 3628.0, 3575.0, 3607.0, 3628.0, 3563.0, 3624.0, 3573.0, 3587.0, 3597.0, 3575.0, 3626.0, 3574.0, 3584.0, 3583.0, 3564.0, 3584.0, 3575.0, 3584.0, 3587.0, 3586.0, 3589.0, 3610.0, 3579.0, 3608.0, 3587.0, 3632.0, 3611.0, 3630.0, 3595.0, 3587.0, 3616.0, 3577.0, 3636.0, 3575.0, 3629.0, 3598.0, 3616.0, 3585.0, 3574.0, 3625.0, 3575.0, 3625.0, 3584.0, 3593.0, 3572.0, 3564.0, 3616.0, 3563.0, 3593.0, 3562.0, 3583.0, 3560.0, 3563.0, 3582.0, 3552.0, 3591.0, 3573.0, 3573.0, 3582.0, 3574.0, 3572.0, 3573.0, 3584.0, 3573.0, 3596.0, 3577.0, 3594.0, 3574.0, 3595.0, 3575.0, 3595.0, 3573.0, 3594.0, 3585.0, 3594.0, 3573.0, 3572.0, 3584.0, 3575.0, 3574.0, 3586.0, 3616.0, 3574.0, 3605.0, 3563.0, 3583.0, 3573.0, 3584.0, 3574.0, 3584.0, 3575.0, 3594.0, 3586.0, 3584.0, 3584.0, 3575.0, 3583.0, 3585.0, 3586.0, 3575.0, 3605.0, 3575.0, 3626.0, 3563.0, 3605.0, 3584.0, 3583.0, 3562.0, 3562.0, 3572.0, 3584.0, 3592.0, 3574.0, 3594.0, 3563.0, 3573.0, 3585.0, 3583.0, 3574.0, 3563.0, 3614.0, 3584.0, 3583.0, 3571.0, 3572.0, 3573.0, 3562.0, 3583.0, 3596.0, 3606.0, 3584.0, 3604.0, 3584.0, 3587.0, 3585.0, 3575.0, 3585.0, 3586.0, 3606.0, 3575.0, 3597.0, 3616.0, 3574.0, 3626.0, 3573.0, 3594.0, 3593.0, 3563.0, 3624.0, 3560.0, 3582.0, 3570.0, 3562.0, 3603.0, 3572.0, 3582.0, 3573.0, 3563.0, 3583.0, 3575.0, 3583.0, 3575.0, 3586.0, 3587.0, 3597.0, 3596.0, 3575.0, 3626.0, 3574.0, 3585.0, 3626.0, 3585.0, 3615.0, 3585.0, 3575.0, 3584.0, 3587.0, 3586.0, 3587.0, 3598.0, 3587.0, 3586.0, 3598.0, 3600.0, 3589.0, 3590.0, 3642.0, 3612.0, 3639.0, 3575.0, 3630.0, 3605.0, 3596.0, 3638.0, 3596.0, 3606.0, 3573.0, 3574.0, 3603.0, 3572.0, 3584.0, 3571.0, 3573.0, 3571.0, 3564.0, 3585.0, 3587.0, 3598.0, 3597.0, 3577.0, 3617.0, 3575.0, 3609.0, 3628.0, 3596.0, 3625.0, 3573.0, 3595.0, 3637.0, 3593.0, 3615.0, 3571.0, 3564.0, 3615.0, 3564.0, 3583.0, 3563.0, 3585.0, 3585.0, 3576.0, 3626.0, 3563.0, 3616.0, 3574.0, 3574.0, 3636.0, 3573.0, 3615.0, 3595.0, 3592.0, 3582.0, 3573.0, 3603.0, 3572.0, 3570.0, 3570.0, 3562.0, 3572.0, 3563.0, 3581.0, 3572.0, 3584.0, 3583.0, 3562.0, 3572.0, 3573.0, 3583.0, 3576.0, 3586.0, 3585.0, 3565.0, 3626.0, 3594.0, 3604.0, 3580.0, 3561.0, 3601.0, 3572.0, 3583.0, 3622.0, 3549.0, 3574.0, 3605.0, 3561.0, 3580.0, 3572.0, 3572.0, 3581.0, 3564.0, 3597.0, 3577.0, 3584.0, 3584.0, 3586.0, 3595.0, 3586.0, 3606.0, 3576.0, 3607.0, 3586.0, 3588.0, 3628.0, 3576.0, 3629.0, 3596.0, 3583.0, 3581.0, 3561.0, 3594.0, 3573.0, 3575.0, 3573.0, 3553.0, 3583.0, 3586.0, 3578.0, 3586.0, 3565.0, 3607.0, 3587.0, 3597.0, 3587.0, 3590.0, 3631.0, 3598.0, 3628.0, 3588.0, 3617.0, 3588.0, 3622.0, 3650.0, 3619.0, 3628.0, 3597.0, 3596.0, 3617.0, 3563.0, 3625.0, 3562.0, 3572.0, 3583.0, 3573.0, 3602.0, 3552.0, 3626.0, 3563.0, 3604.0, 3574.0, 3605.0, 3562.0, 3583.0, 3581.0, 3572.0, 3615.0, 3571.0, 3603.0, 3561.0, 3561.0, 3611.0, 3550.0, 3581.0, 3558.0, 3560.0, 3569.0, 3561.0, 3582.0, 3551.0, 3571.0, 3571.0, 3562.0, 3560.0, 3562.0, 3571.0, 3573.0, 3564.0, 3572.0, 3563.0, 3595.0, 3575.0, 3576.0, 3606.0, 3562.0, 3602.0, 3562.0, 3573.0, 3571.0, 3574.0, 3583.0, 3573.0, 3571.0, 3572.0, 3573.0, 3574.0, 3574.0, 3571.0, 3573.0, 3603.0, 3562.0, 3572.0, 3592.0, 3560.0, 3614.0, 3568.0, 3571.0, 3589.0, 3558.0, 3570.0, 3599.0, 3548.0, 3571.0, 3569.0, 3581.0, 3571.0, 3573.0, 3573.0, 3573.0, 3598.0, 3586.0, 3577.0, 3586.0, 3596.0, 3578.0, 3629.0, 3589.0, 3619.0, 3598.0, 3596.0, 3585.0, 3585.0, 3595.0, 3597.0, 3630.0, 3608.0, 3609.0, 3638.0, 3585.0, 3628.0, 3629.0, 3606.0, 3637.0, 3573.0, 3614.0, 3591.0, 3594.0, 3602.0, 3571.0, 3571.0, 3569.0, 3572.0, 3582.0, 3562.0, 3582.0, 3565.0, 3615.0, 3573.0, 3605.0, 3582.0, 3563.0, 3614.0, 3583.0, 3593.0, 3623.0, 3549.0, 3611.0, 3545.0, 3559.0, 3590.0, 3558.0, 3559.0, 3591.0, 3561.0, 3572.0, 3581.0, 3586.0, 3595.0, 3575.0, 3584.0, 3597.0, 3578.0, 3598.0, 3577.0, 3630.0, 3578.0, 3608.0, 3587.0, 3598.0, 3597.0, 3585.0, 3586.0, 3577.0, 3637.0], 'WindowWidth': [8291.0, 8252.0, 8229.0, 8225.0, 8202.0, 8196.0, 8170.0, 8153.0, 8253.0, 8147.0, 8240.0, 8173.0, 8171.0, 8206.0, 8142.0, 8164.0, 8137.0, 8134.0, 8130.0, 8140.0, 8149.0, 8144.0, 8156.0, 8159.0, 8161.0, 8180.0, 8167.0, 8183.0, 8185.0, 8183.0, 8170.0, 8239.0, 8166.0, 8218.0, 8161.0, 8173.0, 8233.0, 8206.0, 8209.0, 8151.0, 8168.0, 8220.0, 8151.0, 8191.0, 8146.0, 8132.0, 8218.0, 8105.0, 8160.0, 8129.0, 8116.0, 8177.0, 8104.0, 8132.0, 8129.0, 8117.0, 8144.0, 8120.0, 8126.0, 8135.0, 8122.0, 8132.0, 8155.0, 8138.0, 8126.0, 8149.0, 8134.0, 8143.0, 8183.0, 8141.0, 8174.0, 8173.0, 8149.0, 8214.0, 8124.0, 8179.0, 8119.0, 8135.0, 8191.0, 8141.0, 8192.0, 8123.0, 8147.0, 8137.0, 8126.0, 8164.0, 8128.0, 8158.0, 8120.0, 8115.0, 8138.0, 8141.0, 8145.0, 8146.0, 8149.0, 8142.0, 8139.0, 8146.0, 8226.0, 8199.0, 8192.0, 8199.0, 8118.0, 8174.0, 8155.0, 8114.0, 8179.0, 8093.0, 8115.0, 8151.0, 8099.0, 8096.0, 8110.0, 8137.0, 8145.0, 8122.0, 8126.0, 8139.0, 8148.0, 8188.0, 8145.0, 8161.0, 8154.0, 8148.0, 8221.0, 8174.0, 8158.0, 8194.0, 8124.0, 8143.0, 8212.0, 8143.0, 8195.0, 8152.0, 8154.0, 8164.0, 8144.0, 8183.0, 8142.0, 8154.0, 8133.0, 8145.0, 8150.0, 8127.0, 8149.0, 8203.0, 8145.0, 8170.0, 8154.0, 8136.0, 8206.0, 8122.0, 8151.0, 8162.0, 8154.0, 8202.0, 8118.0, 8136.0, 8209.0, 8138.0, 8176.0, 8114.0, 8132.0, 8205.0, 8120.0, 8147.0, 8118.0, 8117.0, 8128.0, 8136.0, 8132.0, 8120.0, 8136.0, 8133.0, 8142.0, 8152.0, 8137.0, 8135.0, 8133.0, 8137.0, 8148.0, 8138.0, 8161.0, 8121.0, 8156.0, 8151.0, 8137.0, 8204.0, 8115.0, 8134.0, 8174.0, 8134.0, 8175.0, 8118.0, 8116.0, 8197.0, 8117.0, 8132.0, 8112.0, 8131.0, 8137.0, 8113.0, 8121.0, 8173.0, 8120.0, 8113.0, 8113.0, 8122.0, 8163.0, 8121.0, 8137.0, 8132.0, 8137.0, 8151.0, 8142.0, 8144.0, 8136.0, 8137.0, 8180.0, 8130.0, 8141.0, 8152.0, 8138.0, 8208.0, 8144.0, 8163.0, 8167.0, 8168.0, 8211.0, 8162.0, 8155.0, 8155.0, 8152.0, 8147.0, 8143.0, 8172.0, 8142.0, 8146.0, 8195.0, 8127.0, 8214.0, 8215.0, 8154.0, 8189.0, 8115.0, 8118.0, 8202.0, 8117.0, 8158.0, 8131.0, 8121.0, 8161.0, 8114.0, 8117.0, 8130.0, 8118.0, 8128.0, 8122.0, 8122.0, 8129.0, 8120.0, 8147.0, 8105.0, 8120.0, 8177.0, 8127.0, 8151.0, 8120.0, 8103.0, 8119.0, 8109.0, 8164.0, 8119.0, 8146.0, 8115.0, 8134.0, 8190.0, 8120.0, 8171.0, 8116.0, 8119.0, 8205.0, 8129.0, 8158.0, 8108.0, 8110.0, 8156.0, 8115.0, 8116.0, 8108.0, 8114.0, 8111.0, 8135.0, 8122.0, 8113.0, 8121.0, 8131.0, 8139.0, 8127.0, 8138.0, 8139.0, 8150.0, 8130.0, 8132.0, 8137.0, 8125.0, 8179.0, 8138.0, 8143.0, 8179.0, 8127.0, 8178.0, 8138.0, 8146.0, 8209.0, 8124.0, 8178.0, 8137.0, 8140.0, 8212.0, 8126.0, 8169.0, 8136.0, 8126.0, 8156.0, 8148.0, 8174.0, 8129.0, 8157.0, 8178.0, 8163.0, 8187.0, 8189.0, 8180.0, 8172.0, 8150.0, 8140.0, 8165.0, 8121.0, 8161.0, 8190.0, 8171.0, 8107.0, 8127.0, 8203.0, 8121.0, 8162.0, 8135.0, 8127.0, 8129.0, 8151.0, 8134.0, 8120.0, 8144.0, 8104.0, 8149.0, 8129.0, 8139.0, 8127.0, 8161.0, 8146.0, 8144.0, 8142.0, 8121.0, 8124.0, 8131.0, 8119.0, 8192.0, 8133.0, 8191.0, 8100.0, 8175.0, 8115.0, 8126.0, 8122.0, 8094.0, 8120.0, 8098.0, 8141.0, 8125.0, 8097.0, 8122.0, 8099.0, 8123.0, 8125.0, 8097.0, 8123.0, 8117.0, 8129.0, 8106.0, 8135.0, 8115.0, 8121.0, 8133.0, 8153.0, 8150.0, 8132.0, 8151.0, 8123.0, 8155.0, 8139.0, 8142.0, 8136.0, 8111.0, 8167.0, 8142.0, 8150.0, 8147.0, 8165.0, 8124.0, 8160.0, 8134.0, 8162.0, 8180.0, 8128.0, 8211.0, 8123.0, 8161.0, 8115.0, 8099.0, 8160.0, 8115.0, 8124.0, 8110.0, 8112.0, 8166.0, 8097.0, 8108.0, 8108.0, 8114.0, 8109.0, 8108.0, 8099.0, 8110.0, 8115.0, 8131.0, 8134.0, 8127.0, 8151.0, 8139.0, 8134.0, 8159.0, 8129.0, 8181.0, 8127.0, 8151.0, 8153.0, 8147.0, 8210.0, 8129.0, 8197.0, 8155.0, 8153.0, 8204.0, 8135.0, 8150.0, 8203.0, 8116.0, 8160.0, 8126.0, 8121.0, 8132.0, 8136.0, 8135.0, 8140.0, 8128.0, 8156.0, 8166.0, 8161.0, 8180.0, 8164.0, 8177.0, 8147.0, 8235.0, 8189.0, 8184.0, 8206.0, 8139.0, 8201.0, 8175.0, 8136.0, 8167.0, 8136.0, 8121.0, 8159.0, 8145.0, 8159.0, 8146.0, 8145.0, 8182.0, 8194.0, 8184.0, 8190.0, 8182.0, 8191.0, 8176.0, 8194.0, 8233.0, 8188.0, 8212.0, 8121.0, 8194.0, 8153.0, 8156.0, 8209.0, 8165.0, 8190.0, 8129.0, 8119.0, 8174.0, 8102.0, 8155.0, 8158.0, 8145.0, 8159.0, 8130.0, 8153.0, 8135.0, 8164.0, 8138.0, 8157.0, 8162.0, 8175.0, 8148.0, 8157.0, 8147.0, 8203.0, 8162.0, 8190.0, 8161.0, 8167.0, 8142.0, 8153.0, 8142.0, 8187.0, 8128.0, 8209.0, 8155.0, 8195.0, 8134.0, 8145.0, 8135.0, 8103.0, 8135.0, 8141.0, 8151.0, 8123.0, 8147.0, 8140.0, 8139.0, 8146.0, 8156.0, 8145.0, 8160.0, 8151.0, 8175.0, 8162.0, 8171.0, 8166.0, 8178.0, 8148.0, 8163.0, 8148.0, 8203.0, 8132.0, 8219.0, 8173.0, 8210.0, 8128.0, 8200.0, 8171.0, 8195.0, 8144.0, 8131.0, 8173.0, 8132.0, 8121.0, 8117.0, 8123.0, 8124.0, 8121.0, 8133.0, 8135.0, 8162.0, 8137.0, 8155.0, 8138.0, 8161.0, 8160.0, 8144.0, 8142.0, 8178.0, 8136.0, 8181.0, 8139.0, 8135.0, 8149.0, 8120.0, 8187.0, 8136.0, 8134.0, 8152.0, 8138.0, 8153.0, 8147.0, 8156.0, 8151.0, 8160.0, 8147.0, 8171.0, 8145.0, 8183.0, 8175.0, 8210.0, 8151.0, 8158.0, 8214.0, 8179.0, 8176.0, 8122.0, 8125.0, 8170.0, 8116.0, 8144.0, 8124.0, 8111.0, 8148.0, 8113.0, 8095.0, 8108.0, 8114.0, 8108.0, 8127.0, 8119.0, 8127.0, 8140.0, 8137.0, 8144.0, 8134.0, 8158.0, 8159.0, 8174.0, 8153.0, 8154.0, 8127.0, 8211.0, 8180.0, 8189.0, 8140.0, 8163.0, 8184.0, 8125.0, 8126.0, 8177.0, 8095.0, 8112.0, 8124.0, 8116.0, 8122.0, 8115.0, 8130.0, 8137.0, 8140.0, 8158.0, 8127.0, 8136.0, 8157.0, 8215.0, 8182.0, 8134.0, 8184.0, 8130.0, 8134.0, 8204.0, 8115.0, 8167.0, 8115.0, 8130.0, 8142.0, 8134.0, 8132.0, 8118.0, 8158.0, 8122.0, 8164.0, 8122.0, 8135.0, 8176.0, 8129.0, 8169.0, 8129.0, 8155.0, 8126.0, 8179.0, 8146.0, 8193.0, 8164.0, 8175.0, 8183.0, 8097.0, 8171.0, 8155.0, 8117.0, 8133.0, 8093.0, 8091.0, 8128.0, 8118.0, 8129.0, 8118.0, 8147.0, 8143.0, 8155.0, 8130.0, 8154.0, 8143.0, 8152.0, 8143.0, 8127.0, 8199.0, 8127.0, 8190.0, 8138.0, 8149.0, 8152.0, 8128.0, 8195.0, 8123.0, 8192.0, 8120.0, 8165.0, 8192.0, 8102.0, 8182.0, 8114.0, 8139.0, 8153.0, 8122.0, 8186.0, 8117.0, 8128.0, 8127.0, 8105.0, 8130.0, 8121.0, 8130.0, 8143.0, 8138.0, 8148.0, 8177.0, 8135.0, 8169.0, 8143.0, 8207.0, 8177.0, 8199.0, 8146.0, 8142.0, 8178.0, 8126.0, 8204.0, 8121.0, 8199.0, 8155.0, 8176.0, 8133.0, 8117.0, 8187.0, 8121.0, 8184.0, 8128.0, 8138.0, 8108.0, 8104.0, 8173.0, 8101.0, 8139.0, 8097.0, 8126.0, 8093.0, 8101.0, 8124.0, 8085.0, 8133.0, 8115.0, 8116.0, 8125.0, 8118.0, 8111.0, 8116.0, 8131.0, 8116.0, 8149.0, 8127.0, 8144.0, 8121.0, 8149.0, 8122.0, 8147.0, 8115.0, 8143.0, 8134.0, 8143.0, 8113.0, 8113.0, 8129.0, 8118.0, 8114.0, 8137.0, 8174.0, 8119.0, 8157.0, 8102.0, 8128.0, 8118.0, 8131.0, 8118.0, 8128.0, 8119.0, 8143.0, 8138.0, 8129.0, 8132.0, 8120.0, 8129.0, 8134.0, 8137.0, 8123.0, 8161.0, 8121.0, 8188.0, 8104.0, 8160.0, 8131.0, 8127.0, 8098.0, 8097.0, 8109.0, 8130.0, 8138.0, 8117.0, 8141.0, 8102.0, 8115.0, 8134.0, 8130.0, 8117.0, 8102.0, 8167.0, 8131.0, 8126.0, 8111.0, 8112.0, 8113.0, 8100.0, 8131.0, 8149.0, 8161.0, 8132.0, 8156.0, 8131.0, 8139.0, 8134.0, 8123.0, 8134.0, 8137.0, 8162.0, 8123.0, 8153.0, 8174.0, 8119.0, 8188.0, 8114.0, 8143.0, 8139.0, 8100.0, 8182.0, 8094.0, 8124.0, 8107.0, 8099.0, 8153.0, 8111.0, 8123.0, 8113.0, 8102.0, 8128.0, 8121.0, 8129.0, 8124.0, 8137.0, 8142.0, 8153.0, 8151.0, 8122.0, 8189.0, 8118.0, 8133.0, 8187.0, 8133.0, 8173.0, 8135.0, 8119.0, 8130.0, 8142.0, 8139.0, 8144.0, 8156.0, 8141.0, 8137.0, 8158.0, 8162.0, 8147.0, 8149.0, 8219.0, 8180.0, 8212.0, 8123.0, 8198.0, 8158.0, 8148.0, 8205.0, 8146.0, 8160.0, 8113.0, 8116.0, 8152.0, 8112.0, 8132.0, 8110.0, 8114.0, 8108.0, 8104.0, 8134.0, 8141.0, 8156.0, 8154.0, 8128.0, 8178.0, 8123.0, 8172.0, 8193.0, 8148.0, 8186.0, 8114.0, 8147.0, 8203.0, 8140.0, 8170.0, 8109.0, 8103.0, 8172.0, 8104.0, 8127.0, 8102.0, 8131.0, 8132.0, 8124.0, 8188.0, 8103.0, 8172.0, 8116.0, 8118.0, 8201.0, 8114.0, 8172.0, 8146.0, 8138.0, 8122.0, 8114.0, 8152.0, 8110.0, 8104.0, 8104.0, 8099.0, 8111.0, 8103.0, 8122.0, 8112.0, 8132.0, 8128.0, 8099.0, 8111.0, 8116.0, 8126.0, 8126.0, 8140.0, 8135.0, 8107.0, 8188.0, 8142.0, 8153.0, 8117.0, 8095.0, 8147.0, 8108.0, 8124.0, 8174.0, 8075.0, 8116.0, 8160.0, 8096.0, 8117.0, 8111.0, 8111.0, 8123.0, 8107.0, 8154.0, 8127.0, 8132.0, 8133.0, 8137.0, 8147.0, 8138.0, 8162.0, 8125.0, 8165.0, 8136.0, 8140.0, 8193.0, 8123.0, 8194.0, 8146.0, 8127.0, 8118.0, 8093.0, 8138.0, 8113.0, 8117.0, 8113.0, 8086.0, 8124.0, 8134.0, 8130.0, 8136.0, 8109.0, 8165.0, 8141.0, 8151.0, 8140.0, 8149.0, 8202.0, 8156.0, 8194.0, 8141.0, 8179.0, 8143.0, 8189.0, 8227.0, 8183.0, 8191.0, 8153.0, 8151.0, 8177.0, 8101.0, 8182.0, 8093.0, 8107.0, 8123.0, 8114.0, 8147.0, 8085.0, 8185.0, 8101.0, 8154.0, 8117.0, 8157.0, 8097.0, 8123.0, 8117.0, 8110.0, 8169.0, 8108.0, 8150.0, 8092.0, 8093.0, 8158.0, 8077.0, 8117.0, 8086.0, 8088.0, 8098.0, 8094.0, 8123.0, 8082.0, 8107.0, 8107.0, 8097.0, 8090.0, 8096.0, 8108.0, 8114.0, 8103.0, 8111.0, 8103.0, 8148.0, 8121.0, 8125.0, 8161.0, 8098.0, 8147.0, 8099.0, 8115.0, 8110.0, 8119.0, 8128.0, 8113.0, 8107.0, 8111.0, 8114.0, 8117.0, 8120.0, 8110.0, 8115.0, 8153.0, 8097.0, 8110.0, 8137.0, 8093.0, 8167.0, 8099.0, 8107.0, 8128.0, 8085.0, 8103.0, 8139.0, 8072.0, 8106.0, 8103.0, 8123.0, 8108.0, 8115.0, 8113.0, 8112.0, 8155.0, 8136.0, 8129.0, 8139.0, 8152.0, 8132.0, 8199.0, 8145.0, 8183.0, 8154.0, 8150.0, 8136.0, 8136.0, 8147.0, 8154.0, 8200.0, 8170.0, 8172.0, 8207.0, 8135.0, 8194.0, 8196.0, 8163.0, 8203.0, 8112.0, 8167.0, 8132.0, 8143.0, 8150.0, 8107.0, 8106.0, 8102.0, 8111.0, 8125.0, 8101.0, 8127.0, 8111.0, 8175.0, 8115.0, 8159.0, 8122.0, 8099.0, 8166.0, 8126.0, 8139.0, 8177.0, 8076.0, 8158.0, 8064.0, 8090.0, 8130.0, 8086.0, 8089.0, 8133.0, 8096.0, 8112.0, 8124.0, 8138.0, 8145.0, 8122.0, 8132.0, 8158.0, 8132.0, 8157.0, 8127.0, 8199.0, 8132.0, 8170.0, 8143.0, 8162.0, 8156.0, 8137.0, 8136.0, 8128.0, 8207.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.0015759320629660314</td></tr>
<tr><td colspan=3>aqi</td><td>0.031818237531068765</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.94413351501664</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1621714654145943</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969153607130992</td></tr>
<tr><td colspan=3>efc</td><td>0.4537</td></tr>
<tr><td colspan=3>fber</td><td>6206.1201</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12536945981800002</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>143</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.847555923777962</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3775400142033463</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.304140308701378</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.561653848016322</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2668258858923402</td></tr>
<tr><td colspan=3>gcor</td><td>0.00893141</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016751447692513466</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029206277802586555</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.085100359890404</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>26.2865</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.6459</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.522</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.6817</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6353</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.2575</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2885.673</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>740.2457</td></tr>
<tr><td colspan=3>tsnr</td><td>34.562780521810055</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>