ds005256-mriqc/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter aca8ac7107 [DATALAD RUNCMD] Compute MRIQC for sub-0119
=== 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-0119 --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-0119",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 05:27:55 +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-0119_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-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0119/figures/sub-0119_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-0119/figures/sub-0119_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0119/figures/sub-0119_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-0119/ses-01/func/sub-0119_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>65256a09872dca23235efb6d312a273d</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>14:40:52.955000</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.995992, 0.0682628, 0.057787, -0.060743, 0.990527, -0.123151]</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.083533</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7261, 286, -204, -19, -23, 128]</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>228.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>42a405ea-1c04-4624-9248-d668372586dd||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.6721746921539307, -0.16296908259391785, 0.17724478244781494, 110.4969253540039], [-0.1831439882516861, 2.6575119495391846, -0.32169803977012634, -91.30328369140625], [0.1550382524728775, 0.33040544390678406, 2.674900770187378, -110.76958465576172], [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': ['144052.955000', '144053.415000', '144053.875000', '144054.335000', '144054.795000', '144055.255000', '144055.715000', '144056.175000', '144056.635000', '144057.095000', '144057.555000', '144058.015000', '144058.475000', '144058.935000', '144059.395000', '144059.855000', '144100.315000', '144100.775000', '144101.235000', '144101.695000', '144102.155000', '144102.615000', '144103.075000', '144103.535000', '144103.995000', '144104.455000', '144104.915000', '144105.375000', '144105.835000', '144106.295000', '144106.755000', '144107.215000', '144107.675000', '144108.135000', '144108.595000', '144109.055000', '144109.515000', '144109.975000', '144110.435000', '144110.895000', '144111.355000', '144111.815000', '144112.275000', '144112.735000', '144113.195000', '144113.655000', '144114.115000', '144114.575000', '144115.035000', '144115.495000', '144115.955000', '144116.415000', '144116.875000', '144117.335000', '144117.795000', '144118.255000', '144118.715000', '144119.175000', '144119.635000', '144120.095000', '144120.555000', '144121.015000', '144121.475000', '144121.935000', '144122.395000', '144122.855000', '144123.315000', '144123.775000', '144124.235000', '144124.695000', '144125.155000', '144125.615000', '144126.075000', '144126.535000', '144126.995000', '144127.455000', '144127.915000', '144128.375000', '144128.835000', '144129.295000', '144129.755000', '144130.215000', '144130.675000', '144131.135000', '144131.595000', '144132.055000', '144132.515000', '144132.975000', '144133.435000', '144133.895000', '144134.355000', '144134.815000', '144135.275000', '144135.735000', '144136.195000', '144136.655000', '144137.115000', '144137.575000', '144138.035000', '144138.495000', '144138.955000', '144139.415000', '144139.875000', '144140.335000', '144140.795000', '144141.255000', '144141.715000', '144142.175000', '144142.635000', '144143.095000', '144143.555000', '144144.015000', '144144.475000', '144144.935000', '144145.395000', '144145.855000', '144146.315000', '144146.775000', '144147.235000', '144147.695000', '144148.155000', '144148.615000', '144149.075000', '144149.535000', '144149.995000', '144150.455000', '144150.915000', '144151.375000', '144151.835000', '144152.295000', '144152.755000', '144153.215000', '144153.675000', '144154.135000', '144154.595000', '144155.055000', '144155.515000', '144155.975000', '144156.435000', '144156.895000', '144157.355000', '144157.815000', '144158.275000', '144158.735000', '144159.195000', '144159.655000', '144200.115000', '144200.575000', '144201.035000', '144201.495000', '144201.955000', '144202.415000', '144202.875000', '144203.335000', '144203.795000', '144204.255000', '144204.715000', '144205.175000', '144205.635000', '144206.095000', '144206.555000', '144207.015000', '144207.475000', '144207.935000', '144208.395000', '144208.855000', '144209.315000', '144209.775000', '144210.235000', '144210.695000', '144211.155000', '144211.615000', '144212.075000', '144212.535000', '144212.995000', '144213.455000', '144213.915000', '144214.375000', '144214.835000', '144215.295000', '144215.755000', '144216.215000', '144216.675000', '144217.135000', '144217.595000', '144218.055000', '144218.515000', '144218.975000', '144219.435000', '144219.895000', '144220.355000', '144220.815000', '144221.275000', '144221.735000', '144222.195000', '144222.655000', '144223.115000', '144223.575000', '144224.035000', '144224.495000', '144224.955000', '144225.415000', '144225.875000', '144226.335000', '144226.795000', '144227.255000', '144227.715000', '144228.175000', '144228.635000', '144229.095000', '144229.555000', '144230.015000', '144230.475000', '144230.935000', '144231.395000', '144231.855000', '144232.315000', '144232.775000', '144233.235000', '144233.695000', '144234.155000', '144234.615000', '144235.075000', '144235.535000', '144235.995000', '144236.455000', '144236.915000', '144237.375000', '144237.835000', '144238.295000', '144238.755000', '144239.215000', '144239.675000', '144240.135000', '144240.595000', '144241.055000', '144241.515000', '144241.975000', '144242.435000', '144242.895000', '144243.355000', '144243.815000', '144244.275000', '144244.735000', '144245.195000', '144245.655000', '144246.115000', '144246.575000', '144247.035000', '144247.495000', '144247.955000', '144248.415000', '144248.875000', '144249.335000', '144249.795000', '144250.255000', '144250.715000', '144251.175000', '144251.635000', '144252.095000', '144252.555000', '144253.015000', '144253.475000', '144253.935000', '144254.395000', '144254.855000', '144255.315000', '144255.775000', '144256.235000', '144256.695000', '144257.155000', '144257.615000', '144258.075000', '144258.535000', '144258.995000', '144259.455000', '144259.915000', '144300.375000', '144300.835000', '144301.295000', '144301.755000', '144302.215000', '144302.675000', '144303.135000', '144303.595000', '144304.055000', '144304.515000', '144304.975000', '144305.435000', '144305.895000', '144306.355000', '144306.815000', '144307.275000', '144307.735000', '144308.195000', '144308.655000', '144309.115000', '144309.575000', '144310.035000', '144310.495000', '144310.955000', '144311.415000', '144311.875000', '144312.335000', '144312.795000', '144313.255000', '144313.715000', '144314.175000', '144314.635000', '144315.095000', '144315.555000', '144316.015000', '144316.475000', '144316.935000', '144317.395000', '144317.855000', '144318.315000', '144318.775000', '144319.235000', '144319.695000', '144320.155000', '144320.615000', '144321.075000', '144321.535000', '144321.995000', '144322.455000', '144322.915000', '144323.375000', '144323.835000', '144324.295000', '144324.755000', '144325.215000', '144325.675000', '144326.135000', '144326.595000', '144327.055000', '144327.515000', '144327.975000', '144328.435000', '144328.895000', '144329.355000', '144329.815000', '144330.275000', '144330.735000', '144331.195000', '144331.655000', '144332.115000', '144332.575000', '144333.035000', '144333.495000', '144333.955000', '144334.415000', '144334.875000', '144335.335000', '144335.795000', '144336.255000', '144336.715000', '144337.175000', '144337.635000', '144338.095000', '144338.555000', '144339.015000', '144339.475000', '144339.935000', '144340.395000', '144340.855000', '144341.315000', '144341.775000', '144342.235000', '144342.695000', '144343.155000', '144343.615000', '144344.075000', '144344.535000', '144344.995000', '144345.455000', '144345.915000', '144346.375000', '144346.835000', '144347.295000', '144347.755000', '144348.215000', '144348.675000', '144349.135000', '144349.595000', '144350.055000', '144350.515000', '144350.975000', '144351.435000', '144351.895000', '144352.355000', '144352.815000', '144353.275000', '144353.735000', '144354.195000', '144354.655000', '144355.115000', '144355.575000', '144356.035000', '144356.495000', '144356.955000', '144357.415000', '144357.875000', '144358.335000', '144358.795000', '144359.255000', '144359.715000', '144400.175000', '144400.635000', '144401.095000', '144401.555000', '144402.015000', '144402.475000', '144402.935000', '144403.395000', '144403.855000', '144404.315000', '144404.775000', '144405.235000', '144405.695000', '144406.155000', '144406.615000', '144407.075000', '144407.535000', '144407.995000', '144408.455000', '144408.915000', '144409.375000', '144409.835000', '144410.295000', '144410.755000', '144411.215000', '144411.675000', '144412.135000', '144412.595000', '144413.055000', '144413.515000', '144413.975000', '144414.435000', '144414.895000', '144415.355000', '144415.815000', '144416.275000', '144416.735000', '144417.195000', '144417.655000', '144418.115000', '144418.575000', '144419.035000', '144419.495000', '144419.955000', '144420.415000', '144420.875000', '144421.335000', '144421.795000', '144422.255000', '144422.715000', '144423.175000', '144423.635000', '144424.095000', '144424.555000', '144425.015000', '144425.475000', '144425.935000', '144426.395000', '144426.855000', '144427.315000', '144427.775000', '144428.235000', '144428.695000', '144429.155000', '144429.615000', '144430.075000', '144430.535000', '144430.995000', '144431.455000', '144431.915000', '144432.375000', '144432.835000', '144433.295000', '144433.755000', '144434.215000', '144434.675000', '144435.135000', '144435.595000', '144436.055000', '144436.515000', '144436.975000', '144437.435000', '144437.895000', '144438.355000', '144438.815000', '144439.275000', '144439.735000', '144440.195000', '144440.655000', '144441.115000', '144441.575000', '144442.035000', '144442.495000', '144442.955000', '144443.415000', '144443.875000', '144444.335000', '144444.795000', '144445.255000', '144445.715000', '144446.175000', '144446.635000', '144447.095000', '144447.555000', '144448.015000', '144448.475000', '144448.935000', '144449.395000', '144449.855000', '144450.315000', '144450.775000', '144451.235000', '144451.695000', '144452.155000', '144452.615000', '144453.075000', '144453.535000', '144453.995000', '144454.455000', '144454.915000', '144455.375000', '144455.835000', '144456.295000', '144456.755000', '144457.215000', '144457.675000', '144458.135000', '144458.595000', '144459.055000', '144459.515000', '144459.975000', '144500.435000', '144500.895000', '144501.355000', '144501.815000', '144502.275000', '144502.735000', '144503.195000', '144503.655000', '144504.115000', '144504.575000', '144505.035000', '144505.495000', '144505.955000', '144506.415000', '144506.875000', '144507.335000', '144507.795000', '144508.255000', '144508.715000', '144509.175000', '144509.635000', '144510.095000', '144510.555000', '144511.015000', '144511.475000', '144511.935000', '144512.395000', '144512.855000', '144513.315000', '144513.775000', '144514.235000', '144514.695000', '144515.155000', '144515.615000', '144516.075000', '144516.535000', '144516.995000', '144517.455000', '144517.915000', '144518.375000', '144518.835000', '144519.295000', '144519.755000', '144520.215000', '144520.675000', '144521.135000', '144521.595000', '144522.055000', '144522.515000', '144522.975000', '144523.435000', '144523.895000', '144524.355000', '144524.815000', '144525.275000', '144525.735000', '144526.195000', '144526.655000', '144527.115000', '144527.575000', '144528.035000', '144528.495000', '144528.955000', '144529.415000', '144529.875000', '144530.335000', '144530.795000', '144531.255000', '144531.715000', '144532.175000', '144532.635000', '144533.095000', '144533.555000', '144534.015000', '144534.475000', '144534.935000', '144535.395000', '144535.855000', '144536.315000', '144536.775000', '144537.235000', '144537.695000', '144538.155000', '144538.615000', '144539.075000', '144539.535000', '144539.995000', '144540.455000', '144540.915000', '144541.375000', '144541.835000', '144542.295000', '144542.755000', '144543.215000', '144543.675000', '144544.135000', '144544.595000', '144545.055000', '144545.515000', '144545.975000', '144546.435000', '144546.895000', '144547.355000', '144547.815000', '144548.275000', '144548.735000', '144549.195000', '144549.655000', '144550.115000', '144550.575000', '144551.035000', '144551.495000', '144551.955000', '144552.415000', '144552.875000', '144553.335000', '144553.795000', '144554.255000', '144554.715000', '144555.175000', '144555.635000', '144556.095000', '144556.555000', '144557.015000', '144557.475000', '144557.935000', '144558.395000', '144558.855000', '144559.315000', '144559.775000', '144600.235000', '144600.695000', '144601.155000', '144601.615000', '144602.075000', '144602.535000', '144602.995000', '144603.455000', '144603.915000', '144604.375000', '144604.835000', '144605.295000', '144605.755000', '144606.215000', '144606.675000', '144607.135000', '144607.595000', '144608.055000', '144608.515000', '144608.975000', '144609.435000', '144609.895000', '144610.355000', '144610.815000', '144611.275000', '144611.735000', '144612.195000', '144612.655000', '144613.115000', '144613.575000', '144614.035000', '144614.495000', '144614.955000', '144615.415000', '144615.875000', '144616.335000', '144616.795000', '144617.255000', '144617.715000', '144618.175000', '144618.635000', '144619.095000', '144619.555000', '144620.015000', '144620.475000', '144620.935000', '144621.395000', '144621.855000', '144622.315000', '144622.775000', '144623.235000', '144623.695000', '144624.155000', '144624.615000', '144625.075000', '144625.535000', '144625.995000', '144626.455000', '144626.915000', '144627.375000', '144627.835000', '144628.295000', '144628.755000', '144629.215000', '144629.675000', '144630.135000', '144630.595000', '144631.055000', '144631.515000', '144631.975000', '144632.435000', '144632.895000', '144633.355000', '144633.815000', '144634.275000', '144634.735000', '144635.195000', '144635.655000', '144636.115000', '144636.575000', '144637.035000', '144637.495000', '144637.955000', '144638.415000', '144638.875000', '144639.335000', '144639.795000', '144640.255000', '144640.715000', '144641.175000', '144641.635000', '144642.095000', '144642.555000', '144643.015000', '144643.475000', '144643.935000', '144644.395000', '144644.855000', '144645.315000', '144645.775000', '144646.235000', '144646.695000', '144647.155000', '144647.615000', '144648.075000', '144648.535000', '144648.995000', '144649.455000', '144649.915000', '144650.375000', '144650.835000', '144651.295000', '144651.755000', '144652.215000', '144652.675000', '144653.135000', '144653.595000', '144654.055000', '144654.515000', '144654.975000', '144655.435000', '144655.895000', '144656.355000', '144656.815000', '144657.275000', '144657.735000', '144658.195000', '144658.655000', '144659.115000', '144659.575000', '144700.035000', '144700.495000', '144700.955000', '144701.415000', '144701.875000', '144702.335000', '144702.795000', '144703.255000', '144703.715000', '144704.175000', '144704.635000', '144705.095000', '144705.555000', '144706.015000', '144706.475000', '144706.935000', '144707.395000', '144707.855000', '144708.315000', '144708.775000', '144709.235000', '144709.695000', '144710.155000', '144710.615000', '144711.075000', '144711.535000', '144711.995000', '144712.455000', '144712.915000', '144713.375000', '144713.835000', '144714.295000', '144714.755000', '144715.215000', '144715.675000', '144716.135000', '144716.595000', '144717.055000', '144717.515000', '144717.975000', '144718.435000', '144718.895000', '144719.355000', '144719.815000', '144720.275000', '144720.735000', '144721.195000', '144721.655000', '144722.115000', '144722.575000', '144723.035000', '144723.495000', '144723.955000', '144724.415000', '144724.875000', '144725.335000', '144725.795000', '144726.255000', '144726.715000', '144727.175000', '144727.635000', '144728.095000', '144728.555000', '144729.015000', '144729.475000', '144729.935000', '144730.395000', '144730.855000', '144731.315000', '144731.775000', '144732.235000', '144732.695000', '144733.155000', '144733.615000', '144734.075000', '144734.535000', '144734.995000', '144735.455000', '144735.915000', '144736.375000', '144736.835000', '144737.295000', '144737.755000', '144738.215000', '144738.675000', '144739.135000', '144739.595000', '144740.055000', '144740.515000', '144740.975000', '144741.435000', '144741.895000', '144742.355000', '144742.815000', '144743.275000', '144743.735000', '144744.195000', '144744.655000', '144745.115000', '144745.575000', '144746.035000', '144746.495000', '144746.955000', '144747.415000', '144747.875000', '144748.335000', '144748.795000', '144749.255000', '144749.715000', '144750.175000', '144750.635000', '144751.095000', '144751.555000', '144752.015000', '144752.475000', '144752.935000', '144753.395000', '144753.855000', '144754.315000', '144754.775000', '144755.235000', '144755.695000', '144756.155000', '144756.615000', '144757.075000', '144757.535000', '144757.995000', '144758.455000', '144758.915000', '144759.375000', '144759.835000', '144800.295000', '144800.755000', '144801.215000', '144801.675000', '144802.135000', '144802.595000', '144803.055000', '144803.515000', '144803.975000', '144804.435000', '144804.895000', '144805.355000', '144805.815000', '144806.275000', '144806.735000', '144807.195000', '144807.655000', '144808.115000', '144808.575000', '144809.035000', '144809.495000', '144809.955000', '144810.415000', '144810.875000', '144811.335000', '144811.795000', '144812.255000', '144812.715000', '144813.175000', '144813.635000', '144814.095000', '144814.555000', '144815.015000', '144815.475000', '144815.935000', '144816.395000', '144816.855000', '144817.315000', '144817.775000', '144818.235000', '144818.695000', '144819.155000', '144819.615000', '144820.075000', '144820.535000', '144820.995000', '144821.455000', '144821.915000', '144822.375000', '144822.835000', '144823.295000', '144823.755000', '144824.215000', '144824.675000', '144825.135000', '144825.595000', '144826.055000', '144826.515000', '144826.975000', '144827.435000', '144827.895000', '144828.355000', '144828.815000', '144829.275000', '144829.735000', '144830.195000', '144830.655000', '144831.115000', '144831.575000', '144832.035000', '144832.495000', '144832.955000', '144833.415000', '144833.875000', '144834.335000', '144834.795000', '144835.255000', '144835.715000', '144836.175000', '144836.635000', '144837.095000', '144837.555000', '144838.015000', '144838.475000', '144838.935000', '144839.395000', '144839.855000', '144840.315000', '144840.775000', '144841.235000', '144841.695000', '144842.155000', '144842.615000', '144843.075000', '144843.535000', '144843.995000', '144844.455000', '144844.915000', '144845.375000', '144845.835000', '144846.295000', '144846.755000', '144847.215000', '144847.675000', '144848.135000', '144848.595000', '144849.055000', '144849.515000', '144849.975000', '144850.435000', '144850.895000', '144851.355000', '144851.815000', '144852.275000', '144852.735000', '144853.195000', '144853.655000', '144854.115000', '144854.575000', '144855.035000', '144855.495000', '144855.955000', '144856.415000', '144856.875000', '144857.335000', '144857.795000', '144858.255000', '144858.715000', '144859.175000', '144859.635000', '144900.095000', '144900.555000', '144901.015000', '144901.475000', '144901.935000', '144902.395000', '144902.855000', '144903.315000', '144903.775000', '144904.235000', '144904.695000', '144905.155000', '144905.615000', '144906.075000', '144906.535000', '144906.995000', '144907.455000', '144907.915000', '144908.375000', '144908.835000', '144909.295000', '144909.755000', '144910.215000', '144910.675000', '144911.135000', '144911.595000', '144912.055000', '144912.515000', '144912.975000', '144913.435000', '144913.895000', '144914.355000', '144914.815000', '144915.275000', '144915.735000', '144916.195000', '144916.655000', '144917.115000', '144917.575000', '144918.035000', '144918.495000', '144918.955000', '144919.415000', '144919.875000', '144920.335000', '144920.795000', '144921.255000', '144921.715000', '144922.175000', '144922.635000', '144923.095000', '144923.555000', '144924.015000', '144924.475000', '144924.935000', '144925.395000', '144925.855000', '144926.315000', '144926.775000', '144927.235000', '144927.695000', '144928.155000', '144928.615000', '144929.075000', '144929.535000', '144929.995000', '144930.455000', '144930.915000', '144931.375000', '144931.835000', '144932.295000', '144932.755000', '144933.215000', '144933.675000', '144934.135000', '144934.595000', '144935.055000', '144935.515000', '144935.975000', '144936.435000', '144936.895000', '144937.355000', '144937.815000', '144938.275000', '144938.735000', '144939.195000', '144939.655000', '144940.115000', '144940.575000', '144941.035000', '144941.495000', '144941.955000', '144942.415000', '144942.875000', '144943.335000', '144943.795000', '144944.255000', '144944.715000', '144945.175000', '144945.635000', '144946.095000', '144946.555000', '144947.015000', '144947.475000', '144947.935000', '144948.395000', '144948.855000', '144949.315000', '144949.775000', '144950.235000', '144950.695000', '144951.155000', '144951.615000', '144952.075000', '144952.535000', '144952.995000', '144953.455000', '144953.915000', '144954.375000', '144954.835000', '144955.295000', '144955.755000', '144956.215000', '144956.675000', '144957.135000', '144957.595000', '144958.055000', '144958.515000', '144958.975000', '144959.435000', '144959.895000', '145000.355000', '145000.815000', '145001.275000', '145001.735000', '145002.195000', '145002.655000', '145003.115000', '145003.575000', '145004.035000', '145004.495000', '145004.955000', '145005.415000', '145005.875000', '145006.335000', '145006.795000', '145007.255000', '145007.715000', '145008.175000', '145008.635000'], 'ContentTime': ['144104.959000', '144104.963000', '144104.965000', '144104.968000', '144104.977000', '144104.979000', '144104.982000', '144104.985000', '144104.988000', '144104.991000', '144104.993000', '144104.996000', '144104.998000', '144105.002000', '144105.005000', '144105.008000', '144105.021000', '144105.024000', '144105.027000', '144105.029000', '144105.032000', '144105.035000', '144105.037000', '144105.040000', '144124.881000', '144124.884000', '144124.887000', '144124.890000', '144124.892000', '144124.895000', '144124.897000', '144124.900000', '144124.903000', '144124.905000', '144124.914000', '144124.917000', '144124.920000', '144124.922000', '144124.925000', '144124.927000', '144124.930000', '144124.933000', '144124.935000', '144124.938000', '144124.940000', '144124.943000', '144124.945000', '144124.948000', '144124.951000', '144124.956000', '144124.959000', '144124.961000', '144124.964000', '144124.967000', '144124.969000', '144124.972000', '144124.975000', '144124.977000', '144124.980000', '144124.982000', '144124.985000', '144124.987000', '144124.990000', '144124.993000', '144124.995000', '144124.998000', '144125.001000', '144125.004000', '144144.880000', '144144.883000', '144144.886000', '144144.889000', '144144.892000', '144144.895000', '144144.897000', '144144.900000', '144144.903000', '144144.905000', '144144.908000', '144144.910000', '144144.913000', '144144.916000', '144144.919000', '144144.921000', '144144.924000', '144144.927000', '144144.929000', '144144.932000', '144144.934000', '144144.937000', '144144.940000', '144144.942000', '144144.945000', '144144.948000', '144144.950000', '144144.953000', '144144.956000', '144144.959000', '144144.972000', '144144.975000', '144144.977000', '144144.980000', '144144.992000', '144144.994000', '144144.997000', '144145.000000', '144145.003000', '144145.006000', '144145.008000', '144145.011000', '144145.013000', '144204.882000', '144204.895000', '144204.898000', '144204.901000', '144204.903000', '144204.906000', '144204.909000', '144204.911000', '144204.914000', '144204.916000', '144204.919000', '144204.922000', '144204.925000', '144204.927000', '144204.930000', '144204.933000', '144204.935000', '144204.938000', '144204.941000', '144204.943000', '144204.946000', '144204.949000', '144204.951000', '144204.954000', '144204.956000', '144204.959000', '144204.962000', '144204.964000', '144204.967000', '144204.969000', '144204.972000', '144204.975000', '144204.977000', '144204.980000', '144204.983000', '144204.985000', '144204.988000', '144204.991000', '144204.994000', '144204.996000', '144205.000000', '144205.003000', '144205.006000', '144224.881000', '144224.884000', '144224.887000', '144224.890000', '144224.893000', '144224.895000', '144224.898000', '144224.900000', '144224.903000', '144224.906000', '144224.908000', '144224.911000', '144224.914000', '144224.916000', '144224.919000', '144224.922000', '144224.924000', '144224.927000', '144224.930000', '144224.932000', '144224.935000', '144224.938000', '144224.941000', '144224.943000', '144224.946000', '144224.948000', '144224.951000', '144224.954000', '144224.956000', '144224.959000', '144224.962000', '144224.965000', '144224.967000', '144224.970000', '144224.972000', '144224.975000', '144224.978000', '144224.980000', '144224.983000', '144224.986000', '144224.988000', '144224.991000', '144224.993000', '144224.996000', '144244.882000', '144244.885000', '144244.887000', '144244.890000', '144244.893000', '144244.895000', '144244.898000', '144244.900000', '144244.903000', '144244.906000', '144244.908000', '144244.911000', '144244.913000', '144244.916000', '144244.919000', '144244.921000', '144244.924000', '144244.927000', '144244.929000', '144244.932000', '144244.934000', '144244.937000', '144244.939000', '144244.942000', '144244.945000', '144244.949000', '144244.952000', '144244.954000', '144244.957000', '144244.960000', '144244.962000', '144244.965000', '144244.968000', '144244.970000', '144244.973000', '144244.975000', '144244.978000', '144244.980000', '144244.983000', '144244.986000', '144244.988000', '144244.991000', '144244.994000', '144304.882000', '144304.884000', '144304.887000', '144304.890000', '144304.892000', '144304.895000', '144304.898000', '144304.900000', '144304.903000', '144304.905000', '144304.908000', '144304.911000', '144304.913000', '144304.916000', '144304.918000', '144304.921000', '144304.924000', '144304.926000', '144304.929000', '144304.932000', '144304.934000', '144304.937000', '144304.939000', '144304.942000', '144304.944000', '144304.947000', '144304.950000', '144304.952000', '144304.955000', '144304.958000', '144304.960000', '144304.963000', '144304.966000', '144304.968000', '144304.971000', '144304.973000', '144304.976000', '144304.979000', '144304.981000', '144304.984000', '144304.986000', '144304.989000', '144304.992000', '144304.994000', '144324.881000', '144324.884000', '144324.887000', '144324.890000', '144324.892000', '144324.895000', '144324.898000', '144324.901000', '144324.903000', '144324.906000', '144324.909000', '144324.911000', '144324.914000', '144324.917000', '144324.919000', '144324.922000', '144324.924000', '144324.927000', '144324.930000', '144324.932000', '144324.935000', '144324.937000', '144324.940000', '144324.943000', '144324.945000', '144324.948000', '144324.959000', '144324.962000', '144324.965000', '144324.967000', '144324.970000', '144324.972000', '144324.975000', '144324.978000', '144324.980000', '144324.983000', '144324.985000', '144324.988000', '144324.990000', '144324.993000', '144324.996000', '144324.998000', '144325.002000', '144344.882000', '144344.885000', '144344.887000', '144344.890000', '144344.892000', '144344.895000', '144344.898000', '144344.900000', '144344.903000', '144344.905000', '144344.908000', '144344.911000', '144344.913000', '144344.916000', '144344.918000', '144344.921000', '144344.924000', '144344.926000', '144344.929000', '144344.932000', '144344.934000', '144344.937000', '144344.939000', '144344.942000', '144344.945000', '144344.948000', '144344.950000', '144344.953000', '144344.955000', '144344.958000', '144344.961000', '144344.963000', '144344.966000', '144344.969000', '144344.971000', '144344.974000', '144344.976000', '144344.979000', '144344.982000', '144344.984000', '144344.987000', '144344.990000', '144344.992000', '144344.995000', '144404.880000', '144404.883000', '144404.886000', '144404.889000', '144404.891000', '144404.894000', '144404.896000', '144404.899000', '144404.902000', '144404.904000', '144404.907000', '144404.910000', '144404.912000', '144404.915000', '144404.918000', '144404.920000', '144404.923000', '144404.925000', '144404.928000', '144404.931000', '144404.933000', '144404.936000', '144404.939000', '144404.941000', '144404.944000', '144404.946000', '144404.950000', '144404.953000', '144404.956000', '144404.959000', '144404.961000', '144404.964000', '144404.966000', '144404.969000', '144404.972000', '144404.974000', '144404.977000', '144404.980000', '144404.982000', '144404.985000', '144404.988000', '144404.991000', '144404.993000', '144424.882000', '144424.885000', '144424.887000', '144424.890000', '144424.893000', '144424.895000', '144424.898000', '144424.900000', '144424.903000', '144424.906000', '144424.908000', '144424.911000', '144424.914000', '144424.916000', '144424.919000', '144424.921000', '144424.924000', '144424.927000', '144424.929000', '144424.932000', '144424.935000', '144424.937000', '144424.940000', '144424.942000', '144424.945000', '144424.948000', '144424.950000', '144424.953000', '144424.956000', '144424.958000', '144424.961000', '144424.964000', '144424.966000', '144424.969000', '144424.971000', '144424.974000', '144424.981000', '144424.984000', '144424.986000', '144424.989000', '144424.991000', '144424.994000', '144424.997000', '144425.000000', '144444.881000', '144444.884000', '144444.887000', '144444.890000', '144444.892000', '144444.895000', '144444.898000', '144444.900000', '144444.903000', '144444.906000', '144444.908000', '144444.911000', '144444.913000', '144444.916000', '144444.919000', '144444.921000', '144444.924000', '144444.926000', '144444.929000', '144444.932000', '144444.934000', '144444.937000', '144444.940000', '144444.942000', '144444.945000', '144444.948000', '144444.950000', '144444.953000', '144444.955000', '144444.958000', '144444.961000', '144444.963000', '144444.966000', '144444.969000', '144444.972000', '144444.974000', '144444.977000', '144444.980000', '144444.982000', '144444.985000', '144444.988000', '144444.990000', '144444.993000', '144504.881000', '144504.884000', '144504.887000', '144504.890000', '144504.892000', '144504.895000', '144504.898000', '144504.900000', '144504.911000', '144504.913000', '144504.916000', '144504.919000', '144504.921000', '144504.924000', '144504.926000', '144504.929000', '144504.932000', '144504.934000', '144504.937000', '144504.939000', '144504.942000', '144504.945000', '144504.947000', '144504.950000', '144504.953000', '144504.955000', '144504.958000', '144504.961000', '144504.963000', '144504.966000', '144504.968000', '144504.971000', '144504.974000', '144504.976000', '144504.979000', '144504.982000', '144504.984000', '144504.987000', '144504.990000', '144504.992000', '144504.995000', '144504.997000', '144505.001000', '144505.004000', '144524.881000', '144524.884000', '144524.887000', '144524.890000', '144524.892000', '144524.895000', '144524.898000', '144524.900000', '144524.903000', '144524.905000', '144524.908000', '144524.911000', '144524.913000', '144524.916000', '144524.918000', '144524.921000', '144524.924000', '144524.926000', '144524.929000', '144524.931000', '144524.934000', '144524.937000', '144524.939000', '144524.942000', '144524.945000', '144524.947000', '144524.950000', '144524.952000', '144524.955000', '144524.958000', '144524.960000', '144524.963000', '144524.965000', '144524.968000', '144524.971000', '144524.973000', '144524.976000', '144524.979000', '144524.981000', '144524.984000', '144524.986000', '144524.989000', '144524.992000', '144544.881000', '144544.884000', '144544.887000', '144544.890000', '144544.892000', '144544.895000', '144544.897000', '144544.900000', '144544.903000', '144544.905000', '144544.908000', '144544.911000', '144544.913000', '144544.916000', '144544.918000', '144544.921000', '144544.924000', '144544.926000', '144544.929000', '144544.931000', '144544.934000', '144544.937000', '144544.939000', '144544.942000', '144544.945000', '144544.947000', '144544.950000', '144544.953000', '144544.955000', '144544.958000', '144544.960000', '144544.963000', '144544.966000', '144544.968000', '144544.971000', '144544.974000', '144544.976000', '144544.979000', '144544.981000', '144544.984000', '144544.987000', '144544.989000', '144544.992000', '144544.994000', '144604.881000', '144604.884000', '144604.887000', '144604.890000', '144604.892000', '144604.895000', '144604.898000', '144604.900000', '144604.903000', '144604.906000', '144604.908000', '144604.911000', '144604.913000', '144604.916000', '144604.919000', '144604.921000', '144604.924000', '144604.927000', '144604.929000', '144604.932000', '144604.934000', '144604.937000', '144604.940000', '144604.942000', '144604.945000', '144604.947000', '144604.950000', '144604.953000', '144604.955000', '144604.958000', '144604.961000', '144604.963000', '144604.966000', '144604.969000', '144604.971000', '144604.974000', '144604.976000', '144604.979000', '144604.982000', '144604.984000', '144604.987000', '144604.989000', '144604.992000', '144624.881000', '144624.884000', '144624.886000', '144624.889000', '144624.894000', '144624.896000', '144624.899000', '144624.902000', '144624.904000', '144624.907000', '144624.909000', '144624.912000', '144624.915000', '144624.917000', '144624.920000', '144624.922000', '144624.925000', '144624.928000', '144624.961000', '144624.964000', '144624.967000', '144624.969000', '144624.972000', '144624.975000', '144624.977000', '144624.980000', '144624.982000', '144624.985000', '144624.988000', '144624.990000', '144624.993000', '144624.995000', '144624.998000', '144625.002000', '144625.004000', '144625.007000', '144625.010000', '144625.012000', '144625.015000', '144625.017000', '144625.020000', '144625.023000', '144625.025000', '144625.028000', '144644.881000', '144644.884000', '144644.887000', '144644.890000', '144644.892000', '144644.895000', '144644.897000', '144644.900000', '144644.903000', '144644.905000', '144644.908000', '144644.911000', '144644.913000', '144644.916000', '144644.918000', '144644.921000', '144644.924000', '144644.926000', '144644.929000', '144644.931000', '144644.934000', '144644.937000', '144644.939000', '144644.942000', '144644.945000', '144644.947000', '144644.950000', '144644.952000', '144644.955000', '144644.958000', '144644.960000', '144644.963000', '144644.966000', '144644.968000', '144644.971000', '144644.974000', '144644.976000', '144644.979000', '144644.981000', '144644.984000', '144644.987000', '144644.989000', '144644.992000', '144704.882000', '144704.884000', '144704.887000', '144704.890000', '144704.892000', '144704.895000', '144704.898000', '144704.900000', '144704.903000', '144704.906000', '144704.908000', '144704.911000', '144704.913000', '144704.916000', '144704.919000', '144704.921000', '144704.924000', '144704.926000', '144704.929000', '144704.932000', '144704.934000', '144704.937000', '144704.940000', '144704.942000', '144704.945000', '144704.947000', '144704.950000', '144704.953000', '144704.955000', '144704.958000', '144704.960000', '144704.963000', '144704.966000', '144704.968000', '144704.971000', '144704.974000', '144704.976000', '144704.979000', '144704.982000', '144704.984000', '144704.987000', '144704.989000', '144704.992000', '144704.995000', '144724.881000', '144724.884000', '144724.887000', '144724.890000', '144724.892000', '144724.895000', '144724.898000', '144724.900000', '144724.903000', '144724.905000', '144724.908000', '144724.911000', '144724.913000', '144724.916000', '144724.918000', '144724.921000', '144724.924000', '144724.926000', '144724.929000', '144724.931000', '144724.934000', '144724.937000', '144724.939000', '144724.942000', '144724.944000', '144724.947000', '144724.950000', '144724.952000', '144724.955000', '144724.957000', '144724.960000', '144724.963000', '144724.965000', '144724.968000', '144724.971000', '144724.973000', '144724.976000', '144724.978000', '144724.981000', '144724.984000', '144724.986000', '144724.989000', '144724.991000', '144744.881000', '144744.884000', '144744.887000', '144744.890000', '144744.892000', '144744.895000', '144744.898000', '144744.900000', '144744.903000', '144744.906000', '144744.908000', '144744.911000', '144744.913000', '144744.916000', '144744.919000', '144744.922000', '144744.924000', '144744.927000', '144744.930000', '144744.932000', '144744.935000', '144744.938000', '144744.940000', '144744.943000', '144744.945000', '144744.948000', '144744.950000', '144744.953000', '144744.956000', '144744.975000', '144744.978000', '144744.980000', '144744.983000', '144744.986000', '144744.988000', '144744.991000', '144744.993000', '144744.996000', '144745.000000', '144745.002000', '144745.005000', '144745.007000', '144745.010000', '144745.013000', '144804.882000', '144804.884000', '144804.887000', '144804.890000', '144804.892000', '144804.895000', '144804.898000', '144804.900000', '144804.903000', '144804.906000', '144804.908000', '144804.911000', '144804.913000', '144804.916000', '144804.919000', '144804.921000', '144804.924000', '144804.926000', '144804.929000', '144804.932000', '144804.934000', '144804.937000', '144804.939000', '144804.942000', '144804.945000', '144804.947000', '144804.950000', '144804.952000', '144804.955000', '144804.958000', '144804.960000', '144804.963000', '144804.966000', '144804.968000', '144804.971000', '144804.974000', '144804.976000', '144804.979000', '144804.981000', '144804.984000', '144804.987000', '144804.989000', '144804.992000', '144824.881000', '144824.884000', '144824.887000', '144824.890000', '144824.892000', '144824.895000', '144824.898000', '144824.900000', '144824.903000', '144824.905000', '144824.908000', '144824.911000', '144824.913000', '144824.916000', '144824.919000', '144824.921000', '144824.924000', '144824.926000', '144824.929000', '144824.932000', '144824.934000', '144824.937000', '144824.940000', '144824.942000', '144824.945000', '144824.947000', '144824.950000', '144824.953000', '144824.955000', '144824.958000', '144824.961000', '144824.963000', '144824.966000', '144824.991000', '144824.994000', '144824.996000', '144824.999000', '144825.002000', '144825.004000', '144825.007000', '144825.009000', '144825.012000', '144825.015000', '144825.017000', '144844.880000', '144844.883000', '144844.886000', '144844.889000', '144844.891000', '144844.894000', '144844.897000', '144844.899000', '144844.902000', '144844.904000', '144844.907000', '144844.910000', '144844.912000', '144844.915000', '144844.918000', '144844.920000', '144844.923000', '144844.925000', '144844.928000', '144844.931000', '144844.933000', '144844.936000', '144844.939000', '144844.941000', '144844.944000', '144844.946000', '144844.949000', '144844.952000', '144844.954000', '144844.957000', '144844.960000', '144844.962000', '144844.965000', '144844.968000', '144844.970000', '144844.973000', '144844.975000', '144844.978000', '144844.981000', '144844.983000', '144844.986000', '144844.989000', '144844.991000', '144904.882000', '144904.884000', '144904.887000', '144904.890000', '144904.892000', '144904.895000', '144904.898000', '144904.900000', '144904.903000', '144904.906000', '144904.909000', '144904.912000', '144904.914000', '144904.917000', '144904.920000', '144904.922000', '144904.925000', '144904.928000', '144904.930000', '144904.933000', '144904.935000', '144904.938000', '144904.941000', '144904.943000', '144904.946000', '144904.948000', '144904.951000', '144904.954000', '144904.956000', '144904.959000', '144904.962000', '144904.964000', '144904.967000', '144904.970000', '144904.972000', '144904.975000', '144904.978000', '144904.980000', '144904.983000', '144904.985000', '144904.997000', '144904.999000', '144905.002000', '144924.882000', '144924.885000', '144924.887000', '144924.890000', '144924.893000', '144924.895000', '144924.898000', '144924.900000', '144924.903000', '144924.906000', '144924.908000', '144924.911000', '144924.914000', '144924.916000', '144924.919000', '144924.921000', '144924.924000', '144924.927000', '144924.929000', '144924.932000', '144924.935000', '144924.937000', '144924.940000', '144924.942000', '144924.945000', '144924.948000', '144924.951000', '144924.953000', '144924.956000', '144924.958000', '144924.961000', '144924.964000', '144924.966000', '144924.969000', '144924.972000', '144924.974000', '144924.977000', '144924.980000', '144924.982000', '144924.985000', '144924.988000', '144924.990000', '144924.993000', '144924.995000', '144944.882000', '144944.884000', '144944.887000', '144944.890000', '144944.892000', '144944.895000', '144944.898000', '144944.900000', '144944.903000', '144944.906000', '144944.908000', '144944.911000', '144944.914000', '144944.916000', '144944.919000', '144944.921000', '144944.924000', '144944.927000', '144944.929000', '144944.932000', '144944.935000', '144944.937000', '144944.940000', '144944.943000', '144944.945000', '144944.948000', '144944.951000', '144944.953000', '144944.956000', '144944.958000', '144944.961000', '144944.964000', '144944.966000', '144944.969000', '144944.971000', '144944.974000', '144944.977000', '144944.979000', '144944.982000', '144944.985000', '144944.988000', '144944.990000', '144944.993000', '145004.882000', '145004.884000', '145004.887000', '145004.890000', '145004.892000', '145004.895000', '145004.898000', '145004.900000', '145004.903000', '145004.905000', '145004.908000', '145004.911000', '145004.913000', '145004.916000', '145004.918000', '145004.921000', '145004.924000', '145004.926000', '145004.929000', '145004.932000', '145004.934000', '145004.937000', '145004.940000', '145004.942000', '145004.945000', '145004.948000', '145004.950000', '145004.953000', '145004.955000', '145004.958000', '145004.961000', '145004.963000', '145004.966000', '145004.968000', '145004.971000', '145004.974000', '145004.976000', '145004.979000', '145004.982000', '145004.984000', '145004.987000', '145004.990000', '145004.993000', '145004.995000', '145009.728000', '145009.731000', '145009.734000', '145009.737000', '145009.740000', '145009.742000', '145009.745000', '145009.748000', '145009.751000', '145009.753000', '145009.756000'], 'InstanceCreationTime': ['144104.959000', '144104.963000', '144104.965000', '144104.968000', '144104.977000', '144104.979000', '144104.982000', '144104.985000', '144104.988000', '144104.991000', '144104.993000', '144104.996000', '144104.998000', '144105.002000', '144105.005000', '144105.008000', '144105.021000', '144105.024000', '144105.027000', '144105.029000', '144105.032000', '144105.035000', '144105.037000', '144105.040000', '144124.881000', '144124.884000', '144124.887000', '144124.890000', '144124.892000', '144124.895000', '144124.897000', '144124.900000', '144124.903000', '144124.905000', '144124.914000', '144124.917000', '144124.920000', '144124.922000', '144124.925000', '144124.927000', '144124.930000', '144124.933000', '144124.935000', '144124.938000', '144124.940000', '144124.943000', '144124.945000', '144124.948000', '144124.951000', '144124.956000', '144124.959000', '144124.961000', '144124.964000', '144124.967000', '144124.969000', '144124.972000', '144124.975000', '144124.977000', '144124.980000', '144124.982000', '144124.985000', '144124.987000', '144124.990000', '144124.993000', '144124.995000', '144124.998000', '144125.001000', '144125.004000', '144144.880000', '144144.883000', '144144.886000', '144144.889000', '144144.892000', '144144.895000', '144144.897000', '144144.900000', '144144.903000', '144144.905000', '144144.908000', '144144.910000', '144144.913000', '144144.916000', '144144.919000', '144144.921000', '144144.924000', '144144.927000', '144144.929000', '144144.932000', '144144.934000', '144144.937000', '144144.940000', '144144.942000', '144144.945000', '144144.948000', '144144.950000', '144144.953000', '144144.956000', '144144.959000', '144144.972000', '144144.975000', '144144.977000', '144144.980000', '144144.992000', '144144.994000', '144144.997000', '144145.000000', '144145.003000', '144145.006000', '144145.008000', '144145.011000', '144145.013000', '144204.882000', '144204.895000', '144204.898000', '144204.901000', '144204.903000', '144204.906000', '144204.909000', '144204.911000', '144204.914000', '144204.916000', '144204.919000', '144204.922000', '144204.925000', '144204.927000', '144204.930000', '144204.933000', '144204.935000', '144204.938000', '144204.941000', '144204.943000', '144204.946000', '144204.949000', '144204.951000', '144204.954000', '144204.956000', '144204.959000', '144204.962000', '144204.964000', '144204.967000', '144204.969000', '144204.972000', '144204.975000', '144204.977000', '144204.980000', '144204.983000', '144204.985000', '144204.988000', '144204.991000', '144204.994000', '144204.996000', '144205.000000', '144205.003000', '144205.006000', '144224.881000', '144224.884000', '144224.887000', '144224.890000', '144224.893000', '144224.895000', '144224.898000', '144224.900000', '144224.903000', '144224.906000', '144224.908000', '144224.911000', '144224.914000', '144224.916000', '144224.919000', '144224.922000', '144224.924000', '144224.927000', '144224.930000', '144224.932000', '144224.935000', '144224.938000', '144224.941000', '144224.943000', '144224.946000', '144224.948000', '144224.951000', '144224.954000', '144224.956000', '144224.959000', '144224.962000', '144224.965000', '144224.967000', '144224.970000', '144224.972000', '144224.975000', '144224.978000', '144224.980000', '144224.983000', '144224.986000', '144224.988000', '144224.991000', '144224.993000', '144224.996000', '144244.882000', '144244.885000', '144244.887000', '144244.890000', '144244.893000', '144244.895000', '144244.898000', '144244.900000', '144244.903000', '144244.906000', '144244.908000', '144244.911000', '144244.913000', '144244.916000', '144244.919000', '144244.921000', '144244.924000', '144244.927000', '144244.929000', '144244.932000', '144244.934000', '144244.937000', '144244.939000', '144244.942000', '144244.945000', '144244.949000', '144244.952000', '144244.954000', '144244.957000', '144244.960000', '144244.962000', '144244.965000', '144244.968000', '144244.970000', '144244.973000', '144244.975000', '144244.978000', '144244.980000', '144244.983000', '144244.986000', '144244.988000', '144244.991000', '144244.994000', '144304.882000', '144304.884000', '144304.887000', '144304.890000', '144304.892000', '144304.895000', '144304.898000', '144304.900000', '144304.903000', '144304.905000', '144304.908000', '144304.911000', '144304.913000', '144304.916000', '144304.918000', '144304.921000', '144304.924000', '144304.926000', '144304.929000', '144304.932000', '144304.934000', '144304.937000', '144304.939000', '144304.942000', '144304.944000', '144304.947000', '144304.950000', '144304.952000', '144304.955000', '144304.958000', '144304.960000', '144304.963000', '144304.966000', '144304.968000', '144304.971000', '144304.973000', '144304.976000', '144304.979000', '144304.981000', '144304.984000', '144304.986000', '144304.989000', '144304.992000', '144304.994000', '144324.881000', '144324.884000', '144324.887000', '144324.890000', '144324.892000', '144324.895000', '144324.898000', '144324.901000', '144324.903000', '144324.906000', '144324.909000', '144324.911000', '144324.914000', '144324.917000', '144324.919000', '144324.922000', '144324.924000', '144324.927000', '144324.930000', '144324.932000', '144324.935000', '144324.937000', '144324.940000', '144324.943000', '144324.945000', '144324.948000', '144324.959000', '144324.962000', '144324.965000', '144324.967000', '144324.970000', '144324.972000', '144324.975000', '144324.978000', '144324.980000', '144324.983000', '144324.985000', '144324.988000', '144324.990000', '144324.993000', '144324.996000', '144324.998000', '144325.002000', '144344.882000', '144344.885000', '144344.887000', '144344.890000', '144344.892000', '144344.895000', '144344.898000', '144344.900000', '144344.903000', '144344.905000', '144344.908000', '144344.911000', '144344.913000', '144344.916000', '144344.918000', '144344.921000', '144344.924000', '144344.926000', '144344.929000', '144344.932000', '144344.934000', '144344.937000', '144344.939000', '144344.942000', '144344.945000', '144344.948000', '144344.950000', '144344.953000', '144344.955000', '144344.958000', '144344.961000', '144344.963000', '144344.966000', '144344.969000', '144344.971000', '144344.974000', '144344.976000', '144344.979000', '144344.982000', '144344.984000', '144344.987000', '144344.990000', '144344.992000', '144344.995000', '144404.880000', '144404.883000', '144404.886000', '144404.889000', '144404.891000', '144404.894000', '144404.896000', '144404.899000', '144404.902000', '144404.904000', '144404.907000', '144404.910000', '144404.912000', '144404.915000', '144404.918000', '144404.920000', '144404.923000', '144404.925000', '144404.928000', '144404.931000', '144404.933000', '144404.936000', '144404.939000', '144404.941000', '144404.944000', '144404.946000', '144404.950000', '144404.953000', '144404.956000', '144404.959000', '144404.961000', '144404.964000', '144404.966000', '144404.969000', '144404.972000', '144404.974000', '144404.977000', '144404.980000', '144404.982000', '144404.985000', '144404.988000', '144404.991000', '144404.993000', '144424.882000', '144424.885000', '144424.887000', '144424.890000', '144424.893000', '144424.895000', '144424.898000', '144424.900000', '144424.903000', '144424.906000', '144424.908000', '144424.911000', '144424.914000', '144424.916000', '144424.919000', '144424.921000', '144424.924000', '144424.927000', '144424.929000', '144424.932000', '144424.935000', '144424.937000', '144424.940000', '144424.942000', '144424.945000', '144424.948000', '144424.950000', '144424.953000', '144424.956000', '144424.958000', '144424.961000', '144424.964000', '144424.966000', '144424.969000', '144424.971000', '144424.974000', '144424.981000', '144424.984000', '144424.986000', '144424.989000', '144424.991000', '144424.994000', '144424.997000', '144425.000000', '144444.881000', '144444.884000', '144444.887000', '144444.890000', '144444.892000', '144444.895000', '144444.898000', '144444.900000', '144444.903000', '144444.906000', '144444.908000', '144444.911000', '144444.913000', '144444.916000', '144444.919000', '144444.921000', '144444.924000', '144444.926000', '144444.929000', '144444.932000', '144444.934000', '144444.937000', '144444.940000', '144444.942000', '144444.945000', '144444.948000', '144444.950000', '144444.953000', '144444.955000', '144444.958000', '144444.961000', '144444.963000', '144444.966000', '144444.969000', '144444.972000', '144444.974000', '144444.977000', '144444.980000', '144444.982000', '144444.985000', '144444.988000', '144444.990000', '144444.993000', '144504.881000', '144504.884000', '144504.887000', '144504.890000', '144504.892000', '144504.895000', '144504.898000', '144504.900000', '144504.911000', '144504.913000', '144504.916000', '144504.919000', '144504.921000', '144504.924000', '144504.926000', '144504.929000', '144504.932000', '144504.934000', '144504.937000', '144504.939000', '144504.942000', '144504.945000', '144504.947000', '144504.950000', '144504.953000', '144504.955000', '144504.958000', '144504.961000', '144504.963000', '144504.966000', '144504.968000', '144504.971000', '144504.974000', '144504.976000', '144504.979000', '144504.982000', '144504.984000', '144504.987000', '144504.990000', '144504.992000', '144504.995000', '144504.997000', '144505.001000', '144505.004000', '144524.881000', '144524.884000', '144524.887000', '144524.890000', '144524.892000', '144524.895000', '144524.898000', '144524.900000', '144524.903000', '144524.905000', '144524.908000', '144524.911000', '144524.913000', '144524.916000', '144524.918000', '144524.921000', '144524.924000', '144524.926000', '144524.929000', '144524.931000', '144524.934000', '144524.937000', '144524.939000', '144524.942000', '144524.945000', '144524.947000', '144524.950000', '144524.952000', '144524.955000', '144524.958000', '144524.960000', '144524.963000', '144524.965000', '144524.968000', '144524.971000', '144524.973000', '144524.976000', '144524.979000', '144524.981000', '144524.984000', '144524.986000', '144524.989000', '144524.992000', '144544.881000', '144544.884000', '144544.887000', '144544.890000', '144544.892000', '144544.895000', '144544.897000', '144544.900000', '144544.903000', '144544.905000', '144544.908000', '144544.911000', '144544.913000', '144544.916000', '144544.918000', '144544.921000', '144544.924000', '144544.926000', '144544.929000', '144544.931000', '144544.934000', '144544.937000', '144544.939000', '144544.942000', '144544.945000', '144544.947000', '144544.950000', '144544.953000', '144544.955000', '144544.958000', '144544.960000', '144544.963000', '144544.966000', '144544.968000', '144544.971000', '144544.974000', '144544.976000', '144544.979000', '144544.981000', '144544.984000', '144544.987000', '144544.989000', '144544.992000', '144544.994000', '144604.881000', '144604.884000', '144604.887000', '144604.890000', '144604.892000', '144604.895000', '144604.898000', '144604.900000', '144604.903000', '144604.906000', '144604.908000', '144604.911000', '144604.913000', '144604.916000', '144604.919000', '144604.921000', '144604.924000', '144604.927000', '144604.929000', '144604.932000', '144604.934000', '144604.937000', '144604.940000', '144604.942000', '144604.945000', '144604.947000', '144604.950000', '144604.953000', '144604.955000', '144604.958000', '144604.961000', '144604.963000', '144604.966000', '144604.969000', '144604.971000', '144604.974000', '144604.976000', '144604.979000', '144604.982000', '144604.984000', '144604.987000', '144604.989000', '144604.992000', '144624.881000', '144624.884000', '144624.886000', '144624.889000', '144624.894000', '144624.896000', '144624.899000', '144624.902000', '144624.904000', '144624.907000', '144624.909000', '144624.912000', '144624.915000', '144624.917000', '144624.920000', '144624.922000', '144624.925000', '144624.928000', '144624.961000', '144624.964000', '144624.967000', '144624.969000', '144624.972000', '144624.975000', '144624.977000', '144624.980000', '144624.982000', '144624.985000', '144624.988000', '144624.990000', '144624.993000', '144624.995000', '144624.998000', '144625.002000', '144625.004000', '144625.007000', '144625.010000', '144625.012000', '144625.015000', '144625.017000', '144625.020000', '144625.023000', '144625.025000', '144625.028000', '144644.881000', '144644.884000', '144644.887000', '144644.890000', '144644.892000', '144644.895000', '144644.897000', '144644.900000', '144644.903000', '144644.905000', '144644.908000', '144644.911000', '144644.913000', '144644.916000', '144644.918000', '144644.921000', '144644.924000', '144644.926000', '144644.929000', '144644.931000', '144644.934000', '144644.937000', '144644.939000', '144644.942000', '144644.945000', '144644.947000', '144644.950000', '144644.952000', '144644.955000', '144644.958000', '144644.960000', '144644.963000', '144644.966000', '144644.968000', '144644.971000', '144644.974000', '144644.976000', '144644.979000', '144644.981000', '144644.984000', '144644.987000', '144644.989000', '144644.992000', '144704.882000', '144704.884000', '144704.887000', '144704.890000', '144704.892000', '144704.895000', '144704.898000', '144704.900000', '144704.903000', '144704.906000', '144704.908000', '144704.911000', '144704.913000', '144704.916000', '144704.919000', '144704.921000', '144704.924000', '144704.926000', '144704.929000', '144704.932000', '144704.934000', '144704.937000', '144704.940000', '144704.942000', '144704.945000', '144704.947000', '144704.950000', '144704.953000', '144704.955000', '144704.958000', '144704.960000', '144704.963000', '144704.966000', '144704.968000', '144704.971000', '144704.974000', '144704.976000', '144704.979000', '144704.982000', '144704.984000', '144704.987000', '144704.989000', '144704.992000', '144704.995000', '144724.881000', '144724.884000', '144724.887000', '144724.890000', '144724.892000', '144724.895000', '144724.898000', '144724.900000', '144724.903000', '144724.905000', '144724.908000', '144724.911000', '144724.913000', '144724.916000', '144724.918000', '144724.921000', '144724.924000', '144724.926000', '144724.929000', '144724.931000', '144724.934000', '144724.937000', '144724.939000', '144724.942000', '144724.944000', '144724.947000', '144724.950000', '144724.952000', '144724.955000', '144724.957000', '144724.960000', '144724.963000', '144724.965000', '144724.968000', '144724.971000', '144724.973000', '144724.976000', '144724.978000', '144724.981000', '144724.984000', '144724.986000', '144724.989000', '144724.991000', '144744.881000', '144744.884000', '144744.887000', '144744.890000', '144744.892000', '144744.895000', '144744.898000', '144744.900000', '144744.903000', '144744.906000', '144744.908000', '144744.911000', '144744.913000', '144744.916000', '144744.919000', '144744.922000', '144744.924000', '144744.927000', '144744.930000', '144744.932000', '144744.935000', '144744.938000', '144744.940000', '144744.943000', '144744.945000', '144744.948000', '144744.950000', '144744.953000', '144744.956000', '144744.975000', '144744.978000', '144744.980000', '144744.983000', '144744.986000', '144744.988000', '144744.991000', '144744.993000', '144744.996000', '144745.000000', '144745.002000', '144745.005000', '144745.007000', '144745.010000', '144745.013000', '144804.882000', '144804.884000', '144804.887000', '144804.890000', '144804.892000', '144804.895000', '144804.898000', '144804.900000', '144804.903000', '144804.906000', '144804.908000', '144804.911000', '144804.913000', '144804.916000', '144804.919000', '144804.921000', '144804.924000', '144804.926000', '144804.929000', '144804.932000', '144804.934000', '144804.937000', '144804.939000', '144804.942000', '144804.945000', '144804.947000', '144804.950000', '144804.952000', '144804.955000', '144804.958000', '144804.960000', '144804.963000', '144804.966000', '144804.968000', '144804.971000', '144804.974000', '144804.976000', '144804.979000', '144804.981000', '144804.984000', '144804.987000', '144804.989000', '144804.992000', '144824.881000', '144824.884000', '144824.887000', '144824.890000', '144824.892000', '144824.895000', '144824.898000', '144824.900000', '144824.903000', '144824.905000', '144824.908000', '144824.911000', '144824.913000', '144824.916000', '144824.919000', '144824.921000', '144824.924000', '144824.926000', '144824.929000', '144824.932000', '144824.934000', '144824.937000', '144824.940000', '144824.942000', '144824.945000', '144824.947000', '144824.950000', '144824.953000', '144824.955000', '144824.958000', '144824.961000', '144824.963000', '144824.966000', '144824.991000', '144824.994000', '144824.996000', '144824.999000', '144825.002000', '144825.004000', '144825.007000', '144825.009000', '144825.012000', '144825.015000', '144825.017000', '144844.880000', '144844.883000', '144844.886000', '144844.889000', '144844.891000', '144844.894000', '144844.897000', '144844.899000', '144844.902000', '144844.904000', '144844.907000', '144844.910000', '144844.912000', '144844.915000', '144844.918000', '144844.920000', '144844.923000', '144844.925000', '144844.928000', '144844.931000', '144844.933000', '144844.936000', '144844.939000', '144844.941000', '144844.944000', '144844.946000', '144844.949000', '144844.952000', '144844.954000', '144844.957000', '144844.960000', '144844.962000', '144844.965000', '144844.968000', '144844.970000', '144844.973000', '144844.975000', '144844.978000', '144844.981000', '144844.983000', '144844.986000', '144844.989000', '144844.991000', '144904.882000', '144904.884000', '144904.887000', '144904.890000', '144904.892000', '144904.895000', '144904.898000', '144904.900000', '144904.903000', '144904.906000', '144904.909000', '144904.912000', '144904.914000', '144904.917000', '144904.920000', '144904.922000', '144904.925000', '144904.928000', '144904.930000', '144904.933000', '144904.935000', '144904.938000', '144904.941000', '144904.943000', '144904.946000', '144904.948000', '144904.951000', '144904.954000', '144904.956000', '144904.959000', '144904.962000', '144904.964000', '144904.967000', '144904.970000', '144904.972000', '144904.975000', '144904.978000', '144904.980000', '144904.983000', '144904.985000', '144904.997000', '144904.999000', '144905.002000', '144924.882000', '144924.885000', '144924.887000', '144924.890000', '144924.893000', '144924.895000', '144924.898000', '144924.900000', '144924.903000', '144924.906000', '144924.908000', '144924.911000', '144924.914000', '144924.916000', '144924.919000', '144924.921000', '144924.924000', '144924.927000', '144924.929000', '144924.932000', '144924.935000', '144924.937000', '144924.940000', '144924.942000', '144924.945000', '144924.948000', '144924.951000', '144924.953000', '144924.956000', '144924.958000', '144924.961000', '144924.964000', '144924.966000', '144924.969000', '144924.972000', '144924.974000', '144924.977000', '144924.980000', '144924.982000', '144924.985000', '144924.988000', '144924.990000', '144924.993000', '144924.995000', '144944.882000', '144944.884000', '144944.887000', '144944.890000', '144944.892000', '144944.895000', '144944.898000', '144944.900000', '144944.903000', '144944.906000', '144944.908000', '144944.911000', '144944.914000', '144944.916000', '144944.919000', '144944.921000', '144944.924000', '144944.927000', '144944.929000', '144944.932000', '144944.935000', '144944.937000', '144944.940000', '144944.943000', '144944.945000', '144944.948000', '144944.951000', '144944.953000', '144944.956000', '144944.958000', '144944.961000', '144944.964000', '144944.966000', '144944.969000', '144944.971000', '144944.974000', '144944.977000', '144944.979000', '144944.982000', '144944.985000', '144944.988000', '144944.990000', '144944.993000', '145004.882000', '145004.884000', '145004.887000', '145004.890000', '145004.892000', '145004.895000', '145004.898000', '145004.900000', '145004.903000', '145004.905000', '145004.908000', '145004.911000', '145004.913000', '145004.916000', '145004.918000', '145004.921000', '145004.924000', '145004.926000', '145004.929000', '145004.932000', '145004.934000', '145004.937000', '145004.940000', '145004.942000', '145004.945000', '145004.948000', '145004.950000', '145004.953000', '145004.955000', '145004.958000', '145004.961000', '145004.963000', '145004.966000', '145004.968000', '145004.971000', '145004.974000', '145004.976000', '145004.979000', '145004.982000', '145004.984000', '145004.987000', '145004.990000', '145004.993000', '145004.995000', '145009.728000', '145009.731000', '145009.734000', '145009.737000', '145009.740000', '145009.742000', '145009.745000', '145009.748000', '145009.751000', '145009.753000', '145009.756000'], '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': [9907, 9391, 10287, 9743, 9207, 10960, 9160, 9254, 9946, 8670, 9470, 9846, 9056, 10237, 7690, 10015, 10049, 9096, 9704, 9157, 10074, 8962, 9701, 9824, 9882, 9758, 9157, 10391, 9067, 10081, 9986, 8954, 9582, 8686, 9500, 9032, 9725, 9332, 9257, 9862, 9093, 9916, 8805, 9392, 9479, 9519, 9887, 9588, 10160, 9401, 9343, 9434, 8684, 9652, 8805, 9845, 9296, 9460, 9711, 8816, 9471, 8720, 9509, 9569, 10038, 9902, 9154, 10047, 8838, 9063, 9288, 9159, 9413, 9176, 9582, 8860, 9087, 9144, 9202, 9321, 9117, 9868, 9315, 10068, 9335, 9240, 9401, 8906, 9632, 9165, 10203, 9132, 9671, 9398, 9246, 9690, 8975, 9906, 9079, 9396, 9806, 9253, 9728, 9043, 9389, 9654, 9503, 9723, 9053, 10277, 9154, 9771, 9723, 8911, 9220, 8868, 10038, 9069, 9684, 9707, 9235, 9908, 9139, 9451, 9532, 8919, 9731, 9283, 10046, 9243, 9684, 9230, 9005, 9452, 8901, 9489, 9214, 8919, 9500, 9170, 9625, 8866, 9630, 9411, 8769, 9872, 9525, 10392, 8924, 9701, 9265, 8851, 9671, 8996, 9720, 9363, 9239, 9802, 8931, 9350, 8914, 9791, 9451, 9080, 10361, 9260, 9147, 9431, 8695, 9172, 8551, 9737, 9470, 8682, 9750, 9269, 9626, 8971, 9053, 9419, 8969, 9675, 8963, 9966, 9934, 9411, 9938, 9143, 9706, 9638, 8405, 9902, 9174, 10242, 9367, 9403, 9848, 8845, 9641, 8370, 9508, 9385, 9474, 9849, 9118, 10115, 9114, 8356, 9399, 8407, 9577, 9094, 9890, 9384, 9033, 9668, 8597, 9993, 9070, 8696, 9542, 9220, 10004, 8644, 9533, 9290, 8718, 9299, 9048, 9564, 9437, 8901, 9516, 8863, 9278, 9299, 9408, 9607, 9084, 9887, 9083, 10393, 9825, 8745, 9377, 8720, 9197, 9252, 9119, 9763, 9190, 9570, 9203, 8894, 9628, 8790, 9827, 8972, 8740, 9743, 9231, 9645, 9214, 8773, 9450, 8598, 9831, 9167, 10471, 9925, 9239, 9797, 8642, 9606, 9326, 8729, 9657, 9362, 9331, 9264, 9183, 9710, 8621, 9970, 9220, 8933, 9591, 9231, 8749, 9218, 8907, 8979, 8514, 9244, 9007, 9123, 9610, 9027, 9703, 8419, 9017, 8993, 9756, 9183, 9256, 10096, 8968, 10502, 9671, 8890, 9666, 8941, 9804, 9345, 9045, 9770, 8971, 8231, 9494, 8685, 9670, 8856, 8835, 9616, 9313, 9755, 8939, 8968, 9391, 8892, 9359, 8802, 9918, 9061, 9608, 9299, 8982, 9843, 8983, 9382, 8756, 9836, 8301, 9094, 9151, 9609, 8907, 9661, 9562, 8931, 10822, 9121, 9798, 9350, 9463, 9747, 8873, 11212, 9116, 10352, 9084, 9661, 11506, 9097, 10098, 8931, 10361, 10085, 8690, 10541, 9025, 10250, 9636, 8313, 9919, 9190, 9536, 9226, 8741, 10185, 8986, 8669, 9261, 8309, 9425, 9281, 8404, 9376, 8419, 9190, 8945, 9044, 9934, 8659, 9364, 8965, 8470, 9622, 8173, 9258, 8838, 8624, 9336, 8476, 10052, 8861, 9506, 9710, 9148, 9991, 8423, 9314, 8928, 9617, 9283, 8840, 9753, 9053, 9154, 8808, 9113, 9873, 8496, 9254, 8692, 10012, 9319, 9402, 9674, 8127, 9817, 8804, 8509, 8835, 8265, 9127, 8935, 9169, 9239, 8433, 9386, 8626, 8225, 9041, 8385, 9214, 8066, 10348, 8724, 8469, 9151, 8032, 8903, 8536, 9244, 9042, 8511, 9092, 8237, 8285, 8617, 8705, 8919, 8421, 9514, 8413, 8876, 8824, 8115, 9457, 8286, 9025, 9035, 9316, 9555, 8657, 9406, 8859, 9102, 8943, 8390, 9720, 8951, 9418, 8980, 9129, 9538, 8753, 9057, 8867, 8795, 9249, 8613, 9247, 8812, 8778, 9097, 8805, 9153, 9130, 8647, 9646, 8605, 8820, 8845, 8591, 9519, 8601, 8861, 8835, 8985, 9373, 8503, 8992, 8788, 8629, 8930, 8535, 9411, 8898, 8495, 8988, 8983, 9338, 8034, 8503, 8729, 9414, 8878, 8376, 9233, 8496, 9357, 9012, 9139, 9473, 8746, 9677, 8907, 8632, 9535, 8266, 8974, 9015, 9737, 9095, 8995, 9977, 8373, 9816, 8662, 8857, 9472, 8671, 9048, 8814, 9144, 8871, 8289, 9391, 8542, 8799, 9142, 9024, 9365, 9006, 9540, 9056, 9858, 9285, 9467, 9856, 8814, 8972, 9029, 9221, 9603, 8410, 9365, 8970, 9618, 9422, 8764, 9736, 8545, 10197, 8842, 9467, 8959, 8641, 9458, 8841, 9185, 9535, 8109, 9202, 8945, 9841, 9516, 8716, 9413, 8669, 9361, 8952, 8829, 9436, 8509, 9364, 8800, 9178, 9048, 8781, 9730, 8818, 9798, 9298, 8810, 9673, 8759, 10119, 9006, 9140, 9139, 8933, 9604, 8878, 9245, 9270, 8797, 10184, 8524, 8819, 9107, 9895, 9546, 9421, 9877, 9246, 9382, 10031, 8138, 9053, 8831, 9713, 9585, 9187, 9754, 8641, 8743, 9201, 9065, 9794, 8878, 8941, 9324, 9550, 9553, 8459, 9051, 9101, 9066, 9276, 8697, 9621, 8604, 9789, 9238, 8750, 9766, 8354, 8747, 8871, 9691, 9317, 9035, 9249, 8766, 9651, 9087, 9153, 9620, 8902, 10242, 9504, 8836, 9492, 8590, 8735, 9180, 9235, 9355, 8886, 9670, 9078, 8787, 9253, 9979, 9181, 8571, 9829, 9206, 9236, 9436, 9701, 10018, 8447, 8737, 9010, 9856, 9344, 8947, 10076, 8566, 9226, 9090, 8746, 9443, 9036, 9423, 9066, 9425, 9146, 8485, 9519, 8715, 8562, 9096, 9187, 9593, 9145, 9165, 8817, 9007, 9035, 9029, 9779, 8724, 9107, 8635, 9764, 8666, 8792, 9363, 8894, 9060, 9309, 9243, 9761, 9046, 9617, 9646, 8712, 9611, 9653, 10021, 8711, 10584, 9229, 9903, 9235, 8636, 9510, 8962, 9706, 9571, 9455, 9896, 8968, 9444, 9161, 10163, 9360, 8619, 9507, 8848, 9286, 8861, 8401, 9557, 8654, 10445, 9417, 9299, 9340, 8059, 9092, 9050, 8405, 9385, 8688, 10193, 8652, 9756, 8948, 9350, 9438, 8634, 9081, 9202, 9475, 9528, 8346, 9089, 9039, 8806, 9060, 8419, 10029, 8619, 8687, 8940, 9142, 9493, 8147, 9099, 8868, 9309, 9437, 8685, 9768, 8351, 9885, 9193, 9679, 9551, 8747, 9168, 8607, 9292, 8925, 8919, 9583, 8791, 9399, 9132, 9543, 9603, 8446, 9257, 9095, 9688, 9319, 8563, 9988, 8819, 10511, 9120, 9520, 9534, 8778, 9819, 9067, 9959, 9248, 9642, 9543, 9236, 10063, 9779, 9032, 9812, 8649, 9541, 9269, 8349, 9861, 8912, 9041, 9172, 9210, 9344, 8743, 9817, 9170, 10069, 9651, 9594, 9782, 8905, 9322, 9230, 9371, 9027, 8251, 9584, 9010, 10075, 9403, 9011, 9664, 8490, 9380, 9061, 8577, 9315, 9037, 9793, 8715, 9411, 9113, 8526, 9363, 9753, 9954, 8876, 9701, 9004, 8292, 9328, 8824, 9528, 9221, 10131, 9126, 9978, 9491, 9592, 9553, 8923, 11643, 9127, 10423, 9766, 9226, 12703, 11183, 11654, 9331, 10652, 8266, 10488, 8478, 9853, 8095, 8765, 9839, 9106, 9250, 8860, 9865, 8931, 9648, 8476, 9093, 10998, 8715, 9346, 8849, 9587, 8477, 9029, 9268, 8552, 10246, 8597, 9779, 8684, 8675, 10030, 8911, 9479, 8531, 9138, 8205, 9000, 11115, 8628, 9825, 8704, 9749, 8572, 9468, 8958, 8407, 9932, 8824, 9757, 8487, 9059, 8979, 8302, 10439, 8250, 9387, 8497, 9900, 8589, 8716, 10815, 8111, 9982, 8429, 9715, 8529, 8536, 10411, 7953, 10012, 8258, 9931, 8334, 8912, 10534, 8460, 10041, 8137, 9840, 8870, 9380, 11141, 8700, 9864, 8769, 9437, 8711, 8800, 9151, 8223, 9901, 8391, 8999, 8463, 9002, 8847, 8055, 9880, 8567, 9191, 8707, 8628, 10463, 8098, 9895, 8491, 9905, 11016, 8751, 10033, 8328, 9956, 8535, 9398, 11466, 7928, 10016, 8327, 9958, 10509, 8796, 9728, 8606, 9585, 8478, 8465, 9701, 8762, 8980, 8660, 9121, 8627, 8470, 9694, 8497, 9130, 9135, 8901, 10186, 8956, 9366, 8625, 8923, 9069, 8261, 9745, 8399, 8295, 8729, 8789, 10272, 8655, 8848, 9775, 9031, 10057, 8374, 8976, 8682, 8326, 9276, 8229, 8804, 9929, 8884, 9686, 8696, 9351, 8811, 9327, 9100, 8438, 9750, 8885, 9041, 9092, 9225, 10537, 9441, 9480, 8574, 8604, 8864, 9559, 9066, 8431, 9338, 8555, 10501, 10878, 9266, 10355, 8189, 9707, 10654, 9207, 9042, 9083, 9428, 10662, 8450, 8764, 8583, 8911, 9813, 8518, 9945, 8351, 9511, 10461, 8340, 8655, 8775, 8620, 8606, 8776, 9553, 8394, 8662, 8812, 8779, 9574, 8501, 10191, 8989, 8841, 9644, 9359, 9702, 8769, 8364, 8572, 8752, 10505, 8911, 9634, 9010, 8748, 8694, 9031, 10107, 9009, 9660, 8951, 8692, 8827, 9022, 10003, 8769, 9004, 9137, 8871, 9443, 9236, 10437, 8919, 9215, 8412, 8700, 8749, 8692, 8144, 9204, 9477, 8770, 9337, 9320, 8744, 10235, 8882, 9670, 11046, 8499, 9907, 8821, 9907, 8811, 9247, 10634, 8583, 10339], 'WindowCenter': [4364.0, 4350.0, 4345.0, 4323.0, 4323.0, 4329.0, 4310.0, 4309.0, 4306.0, 4308.0, 4307.0, 4307.0, 4311.0, 4301.0, 4296.0, 4318.0, 4294.0, 4284.0, 4291.0, 4294.0, 4304.0, 4294.0, 4293.0, 4293.0, 4294.0, 4292.0, 4295.0, 4293.0, 4295.0, 4303.0, 4304.0, 4308.0, 4306.0, 4296.0, 4294.0, 4296.0, 4295.0, 4295.0, 4307.0, 4306.0, 4309.0, 4321.0, 4310.0, 4309.0, 4320.0, 4321.0, 4320.0, 4321.0, 4318.0, 4320.0, 4321.0, 4323.0, 4312.0, 4321.0, 4311.0, 4320.0, 4310.0, 4307.0, 4320.0, 4324.0, 4321.0, 4312.0, 4320.0, 4322.0, 4321.0, 4333.0, 4322.0, 4322.0, 4323.0, 4311.0, 4311.0, 4310.0, 4311.0, 4321.0, 4320.0, 4310.0, 4323.0, 4323.0, 4322.0, 4321.0, 4312.0, 4322.0, 4322.0, 4321.0, 4321.0, 4325.0, 4312.0, 4300.0, 4310.0, 4310.0, 4321.0, 4324.0, 4324.0, 4322.0, 4310.0, 4310.0, 4299.0, 4307.0, 4310.0, 4310.0, 4307.0, 4297.0, 4307.0, 4311.0, 4310.0, 4296.0, 4306.0, 4295.0, 4297.0, 4306.0, 4297.0, 4296.0, 4310.0, 4323.0, 4321.0, 4310.0, 4319.0, 4311.0, 4320.0, 4309.0, 4310.0, 4320.0, 4323.0, 4324.0, 4323.0, 4310.0, 4321.0, 4309.0, 4320.0, 4310.0, 4306.0, 4321.0, 4311.0, 4309.0, 4310.0, 4309.0, 4309.0, 4311.0, 4309.0, 4311.0, 4322.0, 4323.0, 4321.0, 4312.0, 4311.0, 4308.0, 4321.0, 4320.0, 4311.0, 4320.0, 4311.0, 4310.0, 4310.0, 4311.0, 4310.0, 4309.0, 4310.0, 4309.0, 4312.0, 4322.0, 4311.0, 4309.0, 4308.0, 4309.0, 4318.0, 4310.0, 4309.0, 4321.0, 4323.0, 4320.0, 4310.0, 4310.0, 4319.0, 4308.0, 4308.0, 4310.0, 4309.0, 4322.0, 4323.0, 4321.0, 4323.0, 4321.0, 4311.0, 4320.0, 4321.0, 4323.0, 4320.0, 4322.0, 4321.0, 4309.0, 4297.0, 4318.0, 4321.0, 4307.0, 4310.0, 4309.0, 4308.0, 4310.0, 4310.0, 4298.0, 4307.0, 4308.0, 4309.0, 4307.0, 4299.0, 4307.0, 4308.0, 4299.0, 4310.0, 4300.0, 4309.0, 4311.0, 4319.0, 4310.0, 4312.0, 4322.0, 4313.0, 4319.0, 4312.0, 4311.0, 4310.0, 4310.0, 4320.0, 4312.0, 4322.0, 4310.0, 4299.0, 4308.0, 4309.0, 4308.0, 4308.0, 4300.0, 4309.0, 4312.0, 4322.0, 4310.0, 4309.0, 4309.0, 4311.0, 4309.0, 4298.0, 4308.0, 4308.0, 4310.0, 4310.0, 4299.0, 4308.0, 4309.0, 4308.0, 4307.0, 4309.0, 4308.0, 4321.0, 4322.0, 4321.0, 4313.0, 4321.0, 4312.0, 4313.0, 4319.0, 4323.0, 4321.0, 4324.0, 4313.0, 4311.0, 4312.0, 4320.0, 4310.0, 4319.0, 4320.0, 4311.0, 4321.0, 4314.0, 4323.0, 4311.0, 4312.0, 4311.0, 4321.0, 4322.0, 4321.0, 4322.0, 4323.0, 4324.0, 4322.0, 4322.0, 4325.0, 4322.0, 4323.0, 4313.0, 4321.0, 4325.0, 4323.0, 4313.0, 4311.0, 4323.0, 4321.0, 4320.0, 4310.0, 4322.0, 4323.0, 4322.0, 4313.0, 4321.0, 4323.0, 4324.0, 4332.0, 4324.0, 4334.0, 4322.0, 4324.0, 4323.0, 4312.0, 4310.0, 4308.0, 4311.0, 4310.0, 4309.0, 4300.0, 4322.0, 4313.0, 4321.0, 4312.0, 4312.0, 4322.0, 4323.0, 4321.0, 4322.0, 4323.0, 4324.0, 4323.0, 4311.0, 4314.0, 4322.0, 4312.0, 4321.0, 4321.0, 4325.0, 4334.0, 4349.0, 4345.0, 4346.0, 4354.0, 4347.0, 4357.0, 4369.0, 4369.0, 4358.0, 4371.0, 4357.0, 4359.0, 4366.0, 4347.0, 4357.0, 4343.0, 4344.0, 4332.0, 4333.0, 4341.0, 4321.0, 4342.0, 4318.0, 4329.0, 4339.0, 4317.0, 4317.0, 4304.0, 4327.0, 4316.0, 4307.0, 4313.0, 4307.0, 4327.0, 4317.0, 4308.0, 4316.0, 4317.0, 4319.0, 4305.0, 4307.0, 4317.0, 4316.0, 4307.0, 4317.0, 4320.0, 4332.0, 4315.0, 4321.0, 4316.0, 4322.0, 4319.0, 4332.0, 4332.0, 4345.0, 4336.0, 4346.0, 4334.0, 4336.0, 4344.0, 4336.0, 4343.0, 4333.0, 4349.0, 4337.0, 4324.0, 4350.0, 4337.0, 4337.0, 4337.0, 4337.0, 4335.0, 4315.0, 4312.0, 4309.0, 4309.0, 4297.0, 4298.0, 4297.0, 4297.0, 4299.0, 4309.0, 4309.0, 4308.0, 4285.0, 4294.0, 4297.0, 4306.0, 4293.0, 4296.0, 4306.0, 4300.0, 4311.0, 4298.0, 4296.0, 4298.0, 4299.0, 4296.0, 4296.0, 4297.0, 4296.0, 4300.0, 4310.0, 4301.0, 4288.0, 4296.0, 4286.0, 4308.0, 4299.0, 4319.0, 4296.0, 4300.0, 4307.0, 4301.0, 4298.0, 4297.0, 4311.0, 4296.0, 4297.0, 4296.0, 4297.0, 4299.0, 4298.0, 4299.0, 4299.0, 4300.0, 4308.0, 4300.0, 4310.0, 4312.0, 4301.0, 4311.0, 4302.0, 4312.0, 4309.0, 4311.0, 4311.0, 4312.0, 4312.0, 4312.0, 4310.0, 4299.0, 4301.0, 4309.0, 4297.0, 4311.0, 4299.0, 4311.0, 4310.0, 4299.0, 4300.0, 4297.0, 4298.0, 4299.0, 4299.0, 4308.0, 4310.0, 4311.0, 4311.0, 4310.0, 4311.0, 4308.0, 4300.0, 4309.0, 4299.0, 4311.0, 4311.0, 4301.0, 4309.0, 4300.0, 4298.0, 4298.0, 4300.0, 4309.0, 4311.0, 4312.0, 4302.0, 4300.0, 4310.0, 4301.0, 4309.0, 4310.0, 4300.0, 4312.0, 4323.0, 4312.0, 4301.0, 4311.0, 4300.0, 4312.0, 4310.0, 4302.0, 4323.0, 4314.0, 4313.0, 4311.0, 4313.0, 4311.0, 4311.0, 4310.0, 4311.0, 4313.0, 4324.0, 4315.0, 4313.0, 4314.0, 4325.0, 4312.0, 4314.0, 4322.0, 4302.0, 4325.0, 4312.0, 4312.0, 4310.0, 4301.0, 4309.0, 4309.0, 4310.0, 4312.0, 4313.0, 4309.0, 4312.0, 4312.0, 4311.0, 4313.0, 4310.0, 4321.0, 4323.0, 4313.0, 4322.0, 4310.0, 4312.0, 4308.0, 4299.0, 4299.0, 4308.0, 4311.0, 4310.0, 4289.0, 4298.0, 4297.0, 4308.0, 4295.0, 4287.0, 4311.0, 4310.0, 4318.0, 4299.0, 4309.0, 4297.0, 4300.0, 4308.0, 4299.0, 4323.0, 4310.0, 4299.0, 4310.0, 4310.0, 4309.0, 4308.0, 4301.0, 4298.0, 4284.0, 4322.0, 4311.0, 4297.0, 4310.0, 4301.0, 4310.0, 4298.0, 4310.0, 4311.0, 4312.0, 4309.0, 4299.0, 4311.0, 4310.0, 4309.0, 4310.0, 4300.0, 4322.0, 4313.0, 4311.0, 4309.0, 4310.0, 4309.0, 4311.0, 4310.0, 4311.0, 4314.0, 4321.0, 4300.0, 4310.0, 4300.0, 4309.0, 4308.0, 4298.0, 4309.0, 4310.0, 4312.0, 4310.0, 4289.0, 4296.0, 4296.0, 4282.0, 4295.0, 4298.0, 4308.0, 4311.0, 4312.0, 4298.0, 4312.0, 4310.0, 4299.0, 4299.0, 4309.0, 4310.0, 4297.0, 4301.0, 4300.0, 4298.0, 4296.0, 4296.0, 4288.0, 4297.0, 4286.0, 4310.0, 4312.0, 4311.0, 4310.0, 4299.0, 4299.0, 4299.0, 4309.0, 4297.0, 4298.0, 4311.0, 4300.0, 4308.0, 4298.0, 4310.0, 4298.0, 4299.0, 4308.0, 4307.0, 4298.0, 4310.0, 4312.0, 4299.0, 4307.0, 4309.0, 4310.0, 4311.0, 4310.0, 4313.0, 4312.0, 4323.0, 4324.0, 4312.0, 4301.0, 4311.0, 4311.0, 4311.0, 4309.0, 4310.0, 4321.0, 4301.0, 4285.0, 4298.0, 4308.0, 4297.0, 4297.0, 4294.0, 4298.0, 4310.0, 4299.0, 4297.0, 4308.0, 4299.0, 4298.0, 4299.0, 4307.0, 4310.0, 4312.0, 4310.0, 4300.0, 4300.0, 4298.0, 4309.0, 4308.0, 4311.0, 4311.0, 4298.0, 4297.0, 4298.0, 4301.0, 4292.0, 4285.0, 4283.0, 4286.0, 4323.0, 4311.0, 4301.0, 4295.0, 4286.0, 4297.0, 4307.0, 4297.0, 4308.0, 4312.0, 4310.0, 4299.0, 4301.0, 4312.0, 4312.0, 4309.0, 4299.0, 4321.0, 4311.0, 4310.0, 4299.0, 4300.0, 4299.0, 4298.0, 4309.0, 4307.0, 4310.0, 4309.0, 4298.0, 4297.0, 4298.0, 4309.0, 4296.0, 4297.0, 4296.0, 4299.0, 4310.0, 4298.0, 4299.0, 4308.0, 4299.0, 4308.0, 4297.0, 4300.0, 4310.0, 4290.0, 4298.0, 4299.0, 4301.0, 4299.0, 4300.0, 4309.0, 4300.0, 4322.0, 4311.0, 4310.0, 4299.0, 4300.0, 4299.0, 4297.0, 4307.0, 4296.0, 4301.0, 4297.0, 4299.0, 4298.0, 4298.0, 4289.0, 4296.0, 4299.0, 4298.0, 4310.0, 4310.0, 4309.0, 4301.0, 4298.0, 4300.0, 4299.0, 4299.0, 4300.0, 4310.0, 4302.0, 4310.0, 4311.0, 4311.0, 4310.0, 4301.0, 4310.0, 4312.0, 4310.0, 4299.0, 4298.0, 4295.0, 4269.0, 4298.0, 4309.0, 4296.0, 4308.0, 4288.0, 4285.0, 4300.0, 4309.0, 4310.0, 4299.0, 4292.0, 4286.0, 4309.0, 4286.0, 4312.0, 4285.0, 4301.0, 4284.0, 4299.0, 4295.0, 4283.0, 4298.0, 4284.0, 4285.0, 4309.0, 4298.0, 4272.0, 4295.0, 4298.0, 4309.0, 4296.0, 4286.0, 4295.0, 4295.0, 4297.0, 4297.0, 4298.0, 4298.0, 4300.0, 4310.0, 4299.0, 4310.0, 4297.0, 4298.0, 4297.0, 4298.0, 4298.0, 4310.0, 4300.0, 4298.0, 4289.0, 4297.0, 4297.0, 4308.0, 4298.0, 4298.0, 4307.0, 4300.0, 4310.0, 4299.0, 4299.0, 4295.0, 4297.0, 4308.0, 4300.0, 4312.0, 4311.0, 4300.0, 4311.0, 4312.0, 4308.0, 4284.0, 4310.0, 4311.0, 4303.0, 4311.0, 4300.0, 4310.0, 4311.0, 4321.0, 4313.0, 4323.0, 4325.0, 4323.0, 4311.0, 4311.0, 4320.0, 4312.0, 4310.0, 4309.0, 4324.0, 4375.0, 4352.0, 4345.0, 4340.0, 4361.0, 4344.0, 4364.0, 4359.0, 4366.0, 4346.0, 4357.0, 4356.0, 4344.0, 4330.0, 4342.0, 4341.0, 4330.0, 4341.0, 4319.0, 4344.0, 4338.0, 4317.0, 4355.0, 4343.0, 4342.0, 4331.0, 4343.0, 4339.0, 4331.0, 4341.0, 4333.0, 4354.0, 4344.0, 4347.0, 4342.0, 4332.0, 4331.0, 4318.0, 4330.0, 4319.0, 4343.0, 4363.0, 4344.0, 4354.0, 4344.0, 4344.0, 4319.0, 4344.0, 4331.0, 4334.0, 4354.0, 4355.0, 4356.0, 4332.0, 4345.0, 4344.0, 4334.0, 4353.0, 4336.0, 4347.0, 4336.0, 4342.0, 4321.0, 4335.0, 4340.0, 4321.0, 4329.0, 4307.0, 4341.0, 4305.0, 4331.0, 4351.0, 4332.0, 4329.0, 4319.0, 4356.0, 4346.0, 4332.0, 4342.0, 4334.0, 4340.0, 4335.0, 4344.0, 4345.0, 4342.0, 4353.0, 4332.0, 4345.0, 4332.0, 4332.0, 4320.0, 4330.0, 4330.0, 4334.0, 4345.0, 4332.0, 4334.0, 4334.0, 4346.0, 4335.0, 4336.0, 4353.0, 4346.0, 4347.0, 4335.0, 4337.0, 4342.0, 4322.0, 4344.0, 4333.0, 4355.0, 4350.0, 4334.0, 4343.0, 4332.0, 4343.0, 4321.0, 4331.0, 4338.0, 4317.0, 4330.0, 4332.0, 4352.0, 4353.0, 4333.0, 4329.0, 4318.0, 4330.0, 4318.0, 4319.0, 4341.0, 4334.0, 4329.0, 4332.0, 4342.0, 4320.0, 4320.0, 4331.0, 4330.0, 4345.0, 4344.0, 4334.0, 4329.0, 4320.0, 4308.0, 4309.0, 4308.0, 4306.0, 4311.0, 4317.0, 4309.0, 4309.0, 4322.0, 4320.0, 4329.0, 4307.0, 4309.0, 4316.0, 4319.0, 4329.0, 4309.0, 4308.0, 4308.0, 4321.0, 4318.0, 4311.0, 4334.0, 4357.0, 4323.0, 4332.0, 4322.0, 4320.0, 4321.0, 4321.0, 4311.0, 4312.0, 4335.0, 4312.0, 4310.0, 4308.0, 4320.0, 4355.0, 4344.0, 4343.0, 4341.0, 4330.0, 4341.0, 4352.0, 4354.0, 4345.0, 4353.0, 4344.0, 4378.0, 4374.0, 4356.0, 4364.0, 4343.0, 4354.0, 4363.0, 4357.0, 4357.0, 4329.0, 4333.0, 4329.0, 4309.0, 4309.0, 4308.0, 4321.0, 4327.0, 4320.0, 4330.0, 4310.0, 4344.0, 4343.0, 4323.0, 4319.0, 4320.0, 4320.0, 4321.0, 4320.0, 4332.0, 4334.0, 4336.0, 4331.0, 4336.0, 4333.0, 4332.0, 4343.0, 4317.0, 4323.0, 4318.0, 4333.0, 4342.0, 4310.0, 4307.0, 4322.0, 4325.0, 4329.0, 4320.0, 4332.0, 4307.0, 4322.0, 4335.0, 4333.0, 4331.0, 4333.0, 4335.0, 4332.0, 4334.0, 4334.0, 4346.0, 4347.0, 4334.0, 4336.0, 4334.0, 4335.0, 4334.0, 4334.0, 4344.0, 4337.0, 4334.0, 4326.0, 4337.0, 4335.0, 4320.0, 4321.0, 4355.0, 4345.0, 4344.0, 4344.0, 4344.0, 4348.0, 4343.0, 4332.0, 4357.0, 4350.0, 4331.0, 4329.0, 4318.0, 4318.0, 4303.0, 4319.0, 4325.0, 4318.0, 4331.0], 'WindowWidth': [9642.0, 9614.0, 9599.0, 9564.0, 9562.0, 9565.0, 9538.0, 9537.0, 9527.0, 9534.0, 9533.0, 9531.0, 9541.0, 9510.0, 9520.0, 9544.0, 9503.0, 9488.0, 9496.0, 9504.0, 9516.0, 9504.0, 9500.0, 9500.0, 9502.0, 9498.0, 9505.0, 9500.0, 9505.0, 9516.0, 9517.0, 9530.0, 9526.0, 9509.0, 9503.0, 9508.0, 9507.0, 9506.0, 9526.0, 9525.0, 9535.0, 9554.0, 9538.0, 9533.0, 9549.0, 9553.0, 9548.0, 9553.0, 9547.0, 9551.0, 9552.0, 9561.0, 9544.0, 9552.0, 9541.0, 9550.0, 9537.0, 9527.0, 9549.0, 9562.0, 9553.0, 9541.0, 9550.0, 9555.0, 9552.0, 9571.0, 9554.0, 9557.0, 9559.0, 9539.0, 9538.0, 9536.0, 9537.0, 9552.0, 9548.0, 9536.0, 9559.0, 9561.0, 9556.0, 9554.0, 9541.0, 9553.0, 9557.0, 9554.0, 9552.0, 9564.0, 9540.0, 9517.0, 9530.0, 9531.0, 9547.0, 9559.0, 9559.0, 9556.0, 9536.0, 9534.0, 9517.0, 9526.0, 9535.0, 9537.0, 9523.0, 9511.0, 9524.0, 9538.0, 9533.0, 9509.0, 9522.0, 9505.0, 9512.0, 9523.0, 9510.0, 9506.0, 9534.0, 9557.0, 9554.0, 9535.0, 9547.0, 9537.0, 9548.0, 9534.0, 9536.0, 9548.0, 9560.0, 9563.0, 9557.0, 9536.0, 9550.0, 9530.0, 9546.0, 9534.0, 9522.0, 9554.0, 9539.0, 9533.0, 9533.0, 9531.0, 9531.0, 9537.0, 9530.0, 9538.0, 9556.0, 9558.0, 9552.0, 9539.0, 9537.0, 9528.0, 9552.0, 9549.0, 9540.0, 9552.0, 9538.0, 9536.0, 9535.0, 9537.0, 9535.0, 9533.0, 9534.0, 9531.0, 9540.0, 9555.0, 9536.0, 9530.0, 9527.0, 9532.0, 9541.0, 9535.0, 9537.0, 9557.0, 9560.0, 9554.0, 9538.0, 9535.0, 9547.0, 9532.0, 9532.0, 9537.0, 9535.0, 9558.0, 9560.0, 9554.0, 9559.0, 9551.0, 9541.0, 9550.0, 9551.0, 9556.0, 9550.0, 9555.0, 9552.0, 9532.0, 9513.0, 9544.0, 9552.0, 9527.0, 9535.0, 9532.0, 9529.0, 9538.0, 9534.0, 9517.0, 9525.0, 9526.0, 9530.0, 9524.0, 9516.0, 9524.0, 9530.0, 9519.0, 9534.0, 9519.0, 9531.0, 9537.0, 9546.0, 9536.0, 9542.0, 9556.0, 9542.0, 9547.0, 9539.0, 9538.0, 9534.0, 9537.0, 9548.0, 9543.0, 9555.0, 9537.0, 9518.0, 9527.0, 9534.0, 9528.0, 9529.0, 9520.0, 9534.0, 9543.0, 9556.0, 9536.0, 9532.0, 9531.0, 9537.0, 9530.0, 9514.0, 9528.0, 9528.0, 9537.0, 9536.0, 9519.0, 9529.0, 9530.0, 9530.0, 9526.0, 9531.0, 9530.0, 9552.0, 9555.0, 9553.0, 9544.0, 9551.0, 9543.0, 9543.0, 9547.0, 9556.0, 9551.0, 9559.0, 9544.0, 9538.0, 9541.0, 9548.0, 9535.0, 9547.0, 9548.0, 9538.0, 9553.0, 9547.0, 9557.0, 9539.0, 9539.0, 9536.0, 9551.0, 9553.0, 9552.0, 9554.0, 9559.0, 9563.0, 9557.0, 9555.0, 9561.0, 9554.0, 9556.0, 9543.0, 9553.0, 9566.0, 9562.0, 9545.0, 9539.0, 9559.0, 9553.0, 9547.0, 9537.0, 9558.0, 9561.0, 9557.0, 9543.0, 9554.0, 9557.0, 9561.0, 9569.0, 9561.0, 9574.0, 9554.0, 9562.0, 9559.0, 9540.0, 9534.0, 9529.0, 9538.0, 9534.0, 9533.0, 9523.0, 9556.0, 9546.0, 9551.0, 9541.0, 9539.0, 9554.0, 9559.0, 9552.0, 9555.0, 9561.0, 9560.0, 9557.0, 9539.0, 9545.0, 9553.0, 9540.0, 9550.0, 9552.0, 9563.0, 9578.0, 9611.0, 9605.0, 9607.0, 9617.0, 9612.0, 9623.0, 9647.0, 9647.0, 9631.0, 9650.0, 9624.0, 9629.0, 9634.0, 9608.0, 9622.0, 9597.0, 9598.0, 9579.0, 9580.0, 9588.0, 9562.0, 9591.0, 9554.0, 9571.0, 9584.0, 9549.0, 9548.0, 9528.0, 9562.0, 9544.0, 9533.0, 9536.0, 9534.0, 9562.0, 9547.0, 9537.0, 9546.0, 9547.0, 9553.0, 9527.0, 9533.0, 9546.0, 9545.0, 9536.0, 9549.0, 9559.0, 9579.0, 9543.0, 9561.0, 9544.0, 9564.0, 9554.0, 9576.0, 9580.0, 9599.0, 9591.0, 9601.0, 9583.0, 9587.0, 9595.0, 9587.0, 9596.0, 9579.0, 9612.0, 9589.0, 9565.0, 9609.0, 9587.0, 9584.0, 9583.0, 9586.0, 9581.0, 9550.0, 9541.0, 9532.0, 9531.0, 9510.0, 9514.0, 9511.0, 9509.0, 9515.0, 9531.0, 9532.0, 9527.0, 9491.0, 9504.0, 9510.0, 9520.0, 9499.0, 9506.0, 9524.0, 9523.0, 9537.0, 9515.0, 9509.0, 9512.0, 9515.0, 9509.0, 9509.0, 9512.0, 9508.0, 9519.0, 9536.0, 9524.0, 9499.0, 9506.0, 9496.0, 9528.0, 9518.0, 9544.0, 9511.0, 9522.0, 9528.0, 9525.0, 9515.0, 9512.0, 9538.0, 9510.0, 9512.0, 9509.0, 9512.0, 9518.0, 9516.0, 9519.0, 9517.0, 9519.0, 9527.0, 9518.0, 9535.0, 9540.0, 9525.0, 9536.0, 9527.0, 9538.0, 9532.0, 9537.0, 9535.0, 9540.0, 9540.0, 9538.0, 9535.0, 9517.0, 9523.0, 9530.0, 9514.0, 9535.0, 9518.0, 9537.0, 9534.0, 9518.0, 9519.0, 9512.0, 9514.0, 9515.0, 9517.0, 9528.0, 9534.0, 9538.0, 9535.0, 9534.0, 9535.0, 9528.0, 9519.0, 9530.0, 9518.0, 9536.0, 9536.0, 9524.0, 9531.0, 9520.0, 9515.0, 9513.0, 9518.0, 9529.0, 9538.0, 9539.0, 9525.0, 9521.0, 9533.0, 9522.0, 9532.0, 9532.0, 9522.0, 9540.0, 9557.0, 9539.0, 9523.0, 9535.0, 9520.0, 9540.0, 9534.0, 9527.0, 9556.0, 9546.0, 9542.0, 9537.0, 9541.0, 9536.0, 9536.0, 9534.0, 9537.0, 9544.0, 9560.0, 9548.0, 9544.0, 9544.0, 9561.0, 9539.0, 9544.0, 9552.0, 9527.0, 9563.0, 9542.0, 9539.0, 9532.0, 9524.0, 9532.0, 9532.0, 9534.0, 9539.0, 9543.0, 9533.0, 9541.0, 9540.0, 9536.0, 9542.0, 9535.0, 9553.0, 9556.0, 9542.0, 9552.0, 9534.0, 9538.0, 9529.0, 9517.0, 9516.0, 9529.0, 9537.0, 9535.0, 9504.0, 9514.0, 9511.0, 9526.0, 9503.0, 9494.0, 9536.0, 9536.0, 9544.0, 9516.0, 9531.0, 9512.0, 9518.0, 9528.0, 9517.0, 9555.0, 9537.0, 9519.0, 9531.0, 9532.0, 9532.0, 9528.0, 9521.0, 9513.0, 9485.0, 9553.0, 9538.0, 9510.0, 9534.0, 9523.0, 9534.0, 9514.0, 9535.0, 9537.0, 9539.0, 9531.0, 9519.0, 9534.0, 9531.0, 9531.0, 9532.0, 9520.0, 9554.0, 9542.0, 9539.0, 9531.0, 9535.0, 9532.0, 9535.0, 9534.0, 9534.0, 9546.0, 9551.0, 9522.0, 9534.0, 9519.0, 9530.0, 9527.0, 9511.0, 9530.0, 9534.0, 9540.0, 9533.0, 9502.0, 9507.0, 9506.0, 9480.0, 9505.0, 9511.0, 9529.0, 9540.0, 9540.0, 9514.0, 9537.0, 9532.0, 9514.0, 9518.0, 9529.0, 9531.0, 9511.0, 9523.0, 9519.0, 9513.0, 9507.0, 9506.0, 9497.0, 9512.0, 9493.0, 9533.0, 9538.0, 9536.0, 9531.0, 9517.0, 9516.0, 9515.0, 9529.0, 9510.0, 9514.0, 9536.0, 9521.0, 9528.0, 9513.0, 9532.0, 9513.0, 9514.0, 9526.0, 9525.0, 9515.0, 9535.0, 9539.0, 9519.0, 9527.0, 9530.0, 9531.0, 9537.0, 9535.0, 9539.0, 9538.0, 9557.0, 9560.0, 9540.0, 9523.0, 9537.0, 9536.0, 9535.0, 9530.0, 9535.0, 9550.0, 9522.0, 9490.0, 9514.0, 9527.0, 9509.0, 9507.0, 9498.0, 9511.0, 9534.0, 9516.0, 9512.0, 9526.0, 9516.0, 9513.0, 9515.0, 9526.0, 9533.0, 9538.0, 9531.0, 9518.0, 9519.0, 9512.0, 9529.0, 9526.0, 9536.0, 9536.0, 9513.0, 9510.0, 9513.0, 9520.0, 9494.0, 9489.0, 9483.0, 9493.0, 9556.0, 9539.0, 9522.0, 9503.0, 9490.0, 9511.0, 9526.0, 9509.0, 9525.0, 9539.0, 9530.0, 9512.0, 9524.0, 9539.0, 9537.0, 9530.0, 9516.0, 9549.0, 9536.0, 9533.0, 9514.0, 9518.0, 9513.0, 9512.0, 9528.0, 9523.0, 9532.0, 9529.0, 9512.0, 9511.0, 9510.0, 9527.0, 9507.0, 9510.0, 9507.0, 9516.0, 9534.0, 9514.0, 9515.0, 9527.0, 9515.0, 9525.0, 9509.0, 9516.0, 9531.0, 9507.0, 9515.0, 9514.0, 9520.0, 9514.0, 9519.0, 9529.0, 9519.0, 9553.0, 9536.0, 9531.0, 9515.0, 9517.0, 9514.0, 9509.0, 9523.0, 9508.0, 9522.0, 9508.0, 9514.0, 9512.0, 9510.0, 9502.0, 9506.0, 9514.0, 9513.0, 9533.0, 9531.0, 9529.0, 9520.0, 9512.0, 9516.0, 9515.0, 9514.0, 9521.0, 9534.0, 9524.0, 9532.0, 9534.0, 9534.0, 9531.0, 9521.0, 9532.0, 9537.0, 9531.0, 9513.0, 9513.0, 9504.0, 9457.0, 9509.0, 9528.0, 9504.0, 9528.0, 9498.0, 9487.0, 9517.0, 9529.0, 9531.0, 9513.0, 9494.0, 9492.0, 9529.0, 9489.0, 9537.0, 9485.0, 9520.0, 9482.0, 9516.0, 9505.0, 9481.0, 9509.0, 9483.0, 9485.0, 9529.0, 9512.0, 9462.0, 9500.0, 9511.0, 9530.0, 9506.0, 9494.0, 9504.0, 9506.0, 9508.0, 9509.0, 9512.0, 9512.0, 9520.0, 9531.0, 9515.0, 9530.0, 9508.0, 9512.0, 9509.0, 9512.0, 9510.0, 9532.0, 9518.0, 9510.0, 9501.0, 9509.0, 9507.0, 9523.0, 9510.0, 9513.0, 9524.0, 9519.0, 9534.0, 9516.0, 9513.0, 9503.0, 9512.0, 9528.0, 9520.0, 9539.0, 9536.0, 9520.0, 9533.0, 9537.0, 9524.0, 9484.0, 9534.0, 9536.0, 9527.0, 9534.0, 9517.0, 9530.0, 9538.0, 9549.0, 9540.0, 9555.0, 9561.0, 9557.0, 9537.0, 9535.0, 9547.0, 9536.0, 9532.0, 9530.0, 9563.0, 9645.0, 9607.0, 9588.0, 9593.0, 9622.0, 9604.0, 9633.0, 9634.0, 9640.0, 9612.0, 9631.0, 9621.0, 9601.0, 9575.0, 9596.0, 9592.0, 9576.0, 9594.0, 9559.0, 9603.0, 9584.0, 9554.0, 9619.0, 9599.0, 9594.0, 9578.0, 9597.0, 9589.0, 9581.0, 9589.0, 9585.0, 9614.0, 9600.0, 9607.0, 9595.0, 9580.0, 9576.0, 9554.0, 9575.0, 9561.0, 9596.0, 9627.0, 9603.0, 9613.0, 9601.0, 9600.0, 9555.0, 9601.0, 9578.0, 9587.0, 9614.0, 9620.0, 9618.0, 9582.0, 9603.0, 9598.0, 9587.0, 9609.0, 9591.0, 9606.0, 9589.0, 9592.0, 9559.0, 9590.0, 9582.0, 9563.0, 9568.0, 9536.0, 9589.0, 9528.0, 9576.0, 9604.0, 9583.0, 9567.0, 9557.0, 9618.0, 9609.0, 9578.0, 9592.0, 9586.0, 9586.0, 9589.0, 9598.0, 9599.0, 9596.0, 9611.0, 9580.0, 9599.0, 9580.0, 9580.0, 9559.0, 9576.0, 9571.0, 9587.0, 9602.0, 9582.0, 9584.0, 9584.0, 9604.0, 9586.0, 9591.0, 9612.0, 9606.0, 9607.0, 9589.0, 9592.0, 9591.0, 9567.0, 9597.0, 9580.0, 9615.0, 9602.0, 9582.0, 9593.0, 9579.0, 9595.0, 9561.0, 9575.0, 9579.0, 9554.0, 9573.0, 9582.0, 9608.0, 9610.0, 9583.0, 9570.0, 9554.0, 9572.0, 9553.0, 9558.0, 9591.0, 9587.0, 9574.0, 9579.0, 9594.0, 9559.0, 9560.0, 9576.0, 9576.0, 9602.0, 9596.0, 9580.0, 9566.0, 9553.0, 9533.0, 9537.0, 9536.0, 9529.0, 9543.0, 9546.0, 9537.0, 9539.0, 9560.0, 9554.0, 9564.0, 9532.0, 9537.0, 9542.0, 9552.0, 9566.0, 9537.0, 9534.0, 9536.0, 9556.0, 9549.0, 9542.0, 9581.0, 9617.0, 9561.0, 9571.0, 9559.0, 9552.0, 9555.0, 9558.0, 9541.0, 9544.0, 9578.0, 9544.0, 9537.0, 9533.0, 9551.0, 9614.0, 9599.0, 9597.0, 9597.0, 9579.0, 9594.0, 9613.0, 9618.0, 9609.0, 9617.0, 9606.0, 9659.0, 9647.0, 9622.0, 9631.0, 9601.0, 9617.0, 9628.0, 9626.0, 9624.0, 9570.0, 9576.0, 9567.0, 9541.0, 9538.0, 9537.0, 9558.0, 9561.0, 9556.0, 9571.0, 9543.0, 9596.0, 9593.0, 9564.0, 9556.0, 9558.0, 9560.0, 9558.0, 9558.0, 9576.0, 9585.0, 9588.0, 9575.0, 9586.0, 9579.0, 9579.0, 9593.0, 9551.0, 9563.0, 9551.0, 9579.0, 9593.0, 9540.0, 9535.0, 9563.0, 9569.0, 9565.0, 9555.0, 9577.0, 9530.0, 9562.0, 9585.0, 9578.0, 9573.0, 9579.0, 9584.0, 9578.0, 9584.0, 9585.0, 9605.0, 9603.0, 9584.0, 9585.0, 9580.0, 9585.0, 9579.0, 9580.0, 9593.0, 9590.0, 9583.0, 9574.0, 9591.0, 9583.0, 9557.0, 9562.0, 9618.0, 9603.0, 9601.0, 9601.0, 9599.0, 9610.0, 9596.0, 9578.0, 9622.0, 9599.0, 9579.0, 9570.0, 9550.0, 9550.0, 9523.0, 9554.0, 9556.0, 9553.0, 9573.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.010417108533554265</td></tr>
<tr><td colspan=3>aqi</td><td>0.051056659486329745</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.11536467877284</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1997611165920419</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0616518595936986</td></tr>
<tr><td colspan=3>efc</td><td>0.4757</td></tr>
<tr><td colspan=3>fber</td><td>5609.7261</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12310391638671987</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>121</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.024855012427507</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5662934622458526</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.550390030103054</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764234843186415</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.384255513448088</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137533</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002294782316312194</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02548115700483322</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.487201020751286</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>37.158</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4119</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.2949</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299418.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.5795</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7751</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.3527</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3562.2107</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.1278</td></tr>
<tr><td colspan=3>tsnr</td><td>31.58566838130355</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>