ds005256-mriqc/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter c1401854b1 [DATALAD RUNCMD] Compute MRIQC for sub-0010
=== 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-0010 --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-0010",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:24:42 +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-0010_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-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_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-0010/figures/sub-0010_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_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-0010/ses-01/func/sub-0010_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>e33f6bf60ff67b20a69495dbd0da4f18</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:24:24.820000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998084, 0.00787989, 0.061365, -0.00749071, 0.99995, -0.00656956]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0716865</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7718, -7297, 614, -64, -3, 20, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>227.296</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>42ee61c3-a3c1-4a75-ad13-71201009acf5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6777870655059814, -0.02009701356291771, 0.16581696271896362, 110.68607330322266], [-0.021141162142157555, 2.682793617248535, -0.016462739557027817, -79.23753356933594], [0.1646377295255661, 0.017625659704208374, 2.6948530673980713, -62.09650421142578], [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': ['152424.820000', '152425.280000', '152425.740000', '152426.200000', '152426.660000', '152427.120000', '152427.580000', '152428.040000', '152428.500000', '152428.960000', '152429.420000', '152429.880000', '152430.340000', '152430.800000', '152431.260000', '152431.720000', '152432.180000', '152432.640000', '152433.100000', '152433.560000', '152434.020000', '152434.480000', '152434.940000', '152435.400000', '152435.860000', '152436.320000', '152436.780000', '152437.240000', '152437.700000', '152438.160000', '152438.620000', '152439.080000', '152439.540000', '152440.000000', '152440.460000', '152440.920000', '152441.380000', '152441.840000', '152442.300000', '152442.760000', '152443.220000', '152443.680000', '152444.140000', '152444.600000', '152445.060000', '152445.520000', '152445.980000', '152446.440000', '152446.900000', '152447.360000', '152447.820000', '152448.280000', '152448.740000', '152449.200000', '152449.660000', '152450.120000', '152450.580000', '152451.040000', '152451.500000', '152451.960000', '152452.420000', '152452.880000', '152453.340000', '152453.800000', '152454.260000', '152454.720000', '152455.180000', '152455.640000', '152456.100000', '152456.560000', '152457.020000', '152457.480000', '152457.940000', '152458.400000', '152458.860000', '152459.320000', '152459.780000', '152500.240000', '152500.700000', '152501.160000', '152501.620000', '152502.080000', '152502.540000', '152503.000000', '152503.460000', '152503.920000', '152504.380000', '152504.840000', '152505.300000', '152505.760000', '152506.220000', '152506.680000', '152507.140000', '152507.600000', '152508.060000', '152508.520000', '152508.980000', '152509.440000', '152509.900000', '152510.360000', '152510.820000', '152511.280000', '152511.740000', '152512.200000', '152512.660000', '152513.120000', '152513.580000', '152514.040000', '152514.500000', '152514.960000', '152515.420000', '152515.880000', '152516.340000', '152516.800000', '152517.260000', '152517.720000', '152518.180000', '152518.640000', '152519.100000', '152519.560000', '152520.020000', '152520.480000', '152520.940000', '152521.400000', '152521.860000', '152522.320000', '152522.780000', '152523.240000', '152523.700000', '152524.160000', '152524.620000', '152525.080000', '152525.540000', '152526.000000', '152526.460000', '152526.920000', '152527.380000', '152527.840000', '152528.300000', '152528.760000', '152529.220000', '152529.680000', '152530.140000', '152530.600000', '152531.060000', '152531.520000', '152531.980000', '152532.440000', '152532.900000', '152533.360000', '152533.820000', '152534.280000', '152534.740000', '152535.200000', '152535.660000', '152536.120000', '152536.580000', '152537.040000', '152537.500000', '152537.960000', '152538.420000', '152538.880000', '152539.340000', '152539.800000', '152540.260000', '152540.720000', '152541.180000', '152541.640000', '152542.100000', '152542.560000', '152543.020000', '152543.480000', '152543.940000', '152544.400000', '152544.860000', '152545.320000', '152545.780000', '152546.240000', '152546.700000', '152547.160000', '152547.620000', '152548.080000', '152548.540000', '152549.000000', '152549.460000', '152549.920000', '152550.380000', '152550.840000', '152551.300000', '152551.760000', '152552.220000', '152552.680000', '152553.140000', '152553.600000', '152554.060000', '152554.520000', '152554.980000', '152555.440000', '152555.900000', '152556.360000', '152556.820000', '152557.280000', '152557.740000', '152558.200000', '152558.660000', '152559.120000', '152559.580000', '152600.040000', '152600.500000', '152600.960000', '152601.420000', '152601.880000', '152602.340000', '152602.800000', '152603.260000', '152603.720000', '152604.180000', '152604.640000', '152605.100000', '152605.560000', '152606.020000', '152606.480000', '152606.940000', '152607.400000', '152607.860000', '152608.320000', '152608.780000', '152609.240000', '152609.700000', '152610.160000', '152610.620000', '152611.080000', '152611.540000', '152612.000000', '152612.460000', '152612.920000', '152613.380000', '152613.840000', '152614.300000', '152614.760000', '152615.220000', '152615.680000', '152616.140000', '152616.600000', '152617.060000', '152617.520000', '152617.980000', '152618.440000', '152618.900000', '152619.360000', '152619.820000', '152620.280000', '152620.740000', '152621.200000', '152621.660000', '152622.120000', '152622.580000', '152623.040000', '152623.500000', '152623.960000', '152624.420000', '152624.880000', '152625.340000', '152625.800000', '152626.260000', '152626.720000', '152627.180000', '152627.640000', '152628.100000', '152628.560000', '152629.020000', '152629.480000', '152629.940000', '152630.400000', '152630.860000', '152631.320000', '152631.780000', '152632.240000', '152632.700000', '152633.160000', '152633.620000', '152634.080000', '152634.540000', '152635.000000', '152635.460000', '152635.920000', '152636.380000', '152636.840000', '152637.300000', '152637.760000', '152638.220000', '152638.680000', '152639.140000', '152639.600000', '152640.060000', '152640.520000', '152640.980000', '152641.440000', '152641.900000', '152642.360000', '152642.820000', '152643.280000', '152643.740000', '152644.200000', '152644.660000', '152645.120000', '152645.580000', '152646.040000', '152646.500000', '152646.960000', '152647.420000', '152647.880000', '152648.340000', '152648.800000', '152649.260000', '152649.720000', '152650.180000', '152650.640000', '152651.100000', '152651.560000', '152652.020000', '152652.480000', '152652.940000', '152653.400000', '152653.860000', '152654.320000', '152654.780000', '152655.240000', '152655.700000', '152656.160000', '152656.620000', '152657.080000', '152657.540000', '152658.000000', '152658.460000', '152658.920000', '152659.380000', '152659.840000', '152700.300000', '152700.760000', '152701.220000', '152701.680000', '152702.140000', '152702.600000', '152703.060000', '152703.520000', '152703.980000', '152704.440000', '152704.900000', '152705.360000', '152705.820000', '152706.280000', '152706.740000', '152707.200000', '152707.660000', '152708.120000', '152708.580000', '152709.040000', '152709.500000', '152709.960000', '152710.420000', '152710.880000', '152711.340000', '152711.800000', '152712.260000', '152712.720000', '152713.180000', '152713.640000', '152714.100000', '152714.560000', '152715.020000', '152715.480000', '152715.940000', '152716.400000', '152716.860000', '152717.320000', '152717.780000', '152718.240000', '152718.700000', '152719.160000', '152719.620000', '152720.080000', '152720.540000', '152721.000000', '152721.460000', '152721.920000', '152722.380000', '152722.840000', '152723.300000', '152723.760000', '152724.220000', '152724.680000', '152725.140000', '152725.600000', '152726.060000', '152726.520000', '152726.980000', '152727.440000', '152727.900000', '152728.360000', '152728.820000', '152729.280000', '152729.740000', '152730.200000', '152730.660000', '152731.120000', '152731.580000', '152732.040000', '152732.500000', '152732.960000', '152733.420000', '152733.880000', '152734.340000', '152734.800000', '152735.260000', '152735.720000', '152736.180000', '152736.640000', '152737.100000', '152737.560000', '152738.020000', '152738.480000', '152738.940000', '152739.400000', '152739.860000', '152740.320000', '152740.780000', '152741.240000', '152741.700000', '152742.160000', '152742.620000', '152743.080000', '152743.540000', '152744.000000', '152744.460000', '152744.920000', '152745.380000', '152745.840000', '152746.300000', '152746.760000', '152747.220000', '152747.680000', '152748.140000', '152748.600000', '152749.060000', '152749.520000', '152749.980000', '152750.440000', '152750.900000', '152751.360000', '152751.820000', '152752.280000', '152752.740000', '152753.200000', '152753.660000', '152754.120000', '152754.580000', '152755.040000', '152755.500000', '152755.960000', '152756.420000', '152756.880000', '152757.340000', '152757.800000', '152758.260000', '152758.720000', '152759.180000', '152759.640000', '152800.100000', '152800.560000', '152801.020000', '152801.480000', '152801.940000', '152802.400000', '152802.860000', '152803.320000', '152803.780000', '152804.240000', '152804.700000', '152805.160000', '152805.620000', '152806.080000', '152806.540000', '152807.000000', '152807.460000', '152807.920000', '152808.380000', '152808.840000', '152809.300000', '152809.760000', '152810.220000', '152810.680000', '152811.140000', '152811.600000', '152812.060000', '152812.520000', '152812.980000', '152813.440000', '152813.900000', '152814.360000', '152814.820000', '152815.280000', '152815.740000', '152816.200000', '152816.660000', '152817.120000', '152817.580000', '152818.040000', '152818.500000', '152818.960000', '152819.420000', '152819.880000', '152820.340000', '152820.800000', '152821.260000', '152821.720000', '152822.180000', '152822.640000', '152823.100000', '152823.560000', '152824.020000', '152824.480000', '152824.940000', '152825.400000', '152825.860000', '152826.320000', '152826.780000', '152827.240000', '152827.700000', '152828.160000', '152828.620000', '152829.080000', '152829.540000', '152830.000000', '152830.460000', '152830.920000', '152831.380000', '152831.840000', '152832.300000', '152832.760000', '152833.220000', '152833.680000', '152834.140000', '152834.600000', '152835.060000', '152835.520000', '152835.980000', '152836.440000', '152836.900000', '152837.360000', '152837.820000', '152838.280000', '152838.740000', '152839.200000', '152839.660000', '152840.120000', '152840.580000', '152841.040000', '152841.500000', '152841.960000', '152842.420000', '152842.880000', '152843.340000', '152843.800000', '152844.260000', '152844.720000', '152845.180000', '152845.640000', '152846.100000', '152846.560000', '152847.020000', '152847.480000', '152847.940000', '152848.400000', '152848.860000', '152849.320000', '152849.780000', '152850.240000', '152850.700000', '152851.160000', '152851.620000', '152852.080000', '152852.540000', '152853.000000', '152853.460000', '152853.920000', '152854.380000', '152854.840000', '152855.300000', '152855.760000', '152856.220000', '152856.680000', '152857.140000', '152857.600000', '152858.060000', '152858.520000', '152858.980000', '152859.440000', '152859.900000', '152900.360000', '152900.820000', '152901.280000', '152901.740000', '152902.200000', '152902.660000', '152903.120000', '152903.580000', '152904.040000', '152904.500000', '152904.960000', '152905.420000', '152905.880000', '152906.340000', '152906.800000', '152907.260000', '152907.720000', '152908.180000', '152908.640000', '152909.100000', '152909.560000', '152910.020000', '152910.480000', '152910.940000', '152911.400000', '152911.860000', '152912.320000', '152912.780000', '152913.240000', '152913.700000', '152914.160000', '152914.620000', '152915.080000', '152915.540000', '152916.000000', '152916.460000', '152916.920000', '152917.380000', '152917.840000', '152918.300000', '152918.760000', '152919.220000', '152919.680000', '152920.140000', '152920.600000', '152921.060000', '152921.520000', '152921.980000', '152922.440000', '152922.900000', '152923.360000', '152923.820000', '152924.280000', '152924.740000', '152925.200000', '152925.660000', '152926.120000', '152926.580000', '152927.040000', '152927.500000', '152927.960000', '152928.420000', '152928.880000', '152929.340000', '152929.800000', '152930.260000', '152930.720000', '152931.180000', '152931.640000', '152932.100000', '152932.560000', '152933.020000', '152933.480000', '152933.940000', '152934.400000', '152934.860000', '152935.320000', '152935.780000', '152936.240000', '152936.700000', '152937.160000', '152937.620000', '152938.080000', '152938.540000', '152939.000000', '152939.460000', '152939.920000', '152940.380000', '152940.840000', '152941.300000', '152941.760000', '152942.220000', '152942.680000', '152943.140000', '152943.600000', '152944.060000', '152944.520000', '152944.980000', '152945.440000', '152945.900000', '152946.360000', '152946.820000', '152947.280000', '152947.740000', '152948.200000', '152948.660000', '152949.120000', '152949.580000', '152950.040000', '152950.500000', '152950.960000', '152951.420000', '152951.880000', '152952.340000', '152952.800000', '152953.260000', '152953.720000', '152954.180000', '152954.640000', '152955.100000', '152955.560000', '152956.020000', '152956.480000', '152956.940000', '152957.400000', '152957.860000', '152958.320000', '152958.780000', '152959.240000', '152959.700000', '153000.160000', '153000.620000', '153001.080000', '153001.540000', '153002.000000', '153002.460000', '153002.920000', '153003.380000', '153003.840000', '153004.300000', '153004.760000', '153005.220000', '153005.680000', '153006.140000', '153006.600000', '153007.060000', '153007.520000', '153007.980000', '153008.440000', '153008.900000', '153009.360000', '153009.820000', '153010.280000', '153010.740000', '153011.200000', '153011.660000', '153012.120000', '153012.580000', '153013.040000', '153013.500000', '153013.960000', '153014.420000', '153014.880000', '153015.340000', '153015.800000', '153016.260000', '153016.720000', '153017.180000', '153017.640000', '153018.100000', '153018.560000', '153019.020000', '153019.480000', '153019.940000', '153020.400000', '153020.860000', '153021.320000', '153021.780000', '153022.240000', '153022.700000', '153023.160000', '153023.620000', '153024.080000', '153024.540000', '153025.000000', '153025.460000', '153025.920000', '153026.380000', '153026.840000', '153027.300000', '153027.760000', '153028.220000', '153028.680000', '153029.140000', '153029.600000', '153030.060000', '153030.520000', '153030.980000', '153031.440000', '153031.900000', '153032.360000', '153032.820000', '153033.280000', '153033.740000', '153034.200000', '153034.660000', '153035.120000', '153035.580000', '153036.040000', '153036.500000', '153036.960000', '153037.420000', '153037.880000', '153038.340000', '153038.800000', '153039.260000', '153039.720000', '153040.180000', '153040.640000', '153041.100000', '153041.560000', '153042.020000', '153042.480000', '153042.940000', '153043.400000', '153043.860000', '153044.320000', '153044.780000', '153045.240000', '153045.700000', '153046.160000', '153046.620000', '153047.080000', '153047.540000', '153048.000000', '153048.460000', '153048.920000', '153049.380000', '153049.840000', '153050.300000', '153050.760000', '153051.220000', '153051.680000', '153052.140000', '153052.600000', '153053.060000', '153053.520000', '153053.980000', '153054.440000', '153054.900000', '153055.360000', '153055.820000', '153056.280000', '153056.740000', '153057.200000', '153057.660000', '153058.120000', '153058.580000', '153059.040000', '153059.500000', '153059.960000', '153100.420000', '153100.880000', '153101.340000', '153101.800000', '153102.260000', '153102.720000', '153103.180000', '153103.640000', '153104.100000', '153104.560000', '153105.020000', '153105.480000', '153105.940000', '153106.400000', '153106.860000', '153107.320000', '153107.780000', '153108.240000', '153108.700000', '153109.160000', '153109.620000', '153110.080000', '153110.540000', '153111.000000', '153111.460000', '153111.920000', '153112.380000', '153112.840000', '153113.300000', '153113.760000', '153114.220000', '153114.680000', '153115.140000', '153115.600000', '153116.060000', '153116.520000', '153116.980000', '153117.440000', '153117.900000', '153118.360000', '153118.820000', '153119.280000', '153119.740000', '153120.200000', '153120.660000', '153121.120000', '153121.580000', '153122.040000', '153122.500000', '153122.960000', '153123.420000', '153123.880000', '153124.340000', '153124.800000', '153125.260000', '153125.720000', '153126.180000', '153126.640000', '153127.100000', '153127.560000', '153128.020000', '153128.480000', '153128.940000', '153129.400000', '153129.860000', '153130.320000', '153130.780000', '153131.240000', '153131.700000', '153132.160000', '153132.620000', '153133.080000', '153133.540000', '153134.000000', '153134.460000', '153134.920000', '153135.380000', '153135.840000', '153136.300000', '153136.760000', '153137.220000', '153137.680000', '153138.140000', '153138.600000', '153139.060000', '153139.520000', '153139.980000', '153140.440000', '153140.900000', '153141.360000', '153141.820000', '153142.280000', '153142.740000', '153143.200000', '153143.660000', '153144.120000', '153144.580000', '153145.040000', '153145.500000', '153145.960000', '153146.420000', '153146.880000', '153147.340000', '153147.800000', '153148.260000', '153148.720000', '153149.180000', '153149.640000', '153150.100000', '153150.560000', '153151.020000', '153151.480000', '153151.940000', '153152.400000', '153152.860000', '153153.320000', '153153.780000', '153154.240000', '153154.700000', '153155.160000', '153155.620000', '153156.080000', '153156.540000', '153157.000000', '153157.460000', '153157.920000', '153158.380000', '153158.840000', '153159.300000', '153159.760000', '153200.220000', '153200.680000', '153201.140000', '153201.600000', '153202.060000', '153202.520000', '153202.980000', '153203.440000', '153203.900000', '153204.360000', '153204.820000', '153205.280000', '153205.740000', '153206.200000', '153206.660000', '153207.120000', '153207.580000', '153208.040000', '153208.500000', '153208.960000', '153209.420000', '153209.880000', '153210.340000', '153210.800000', '153211.260000', '153211.720000', '153212.180000', '153212.640000', '153213.100000', '153213.560000', '153214.020000', '153214.480000', '153214.940000', '153215.400000', '153215.860000', '153216.320000', '153216.780000', '153217.240000', '153217.700000', '153218.160000', '153218.620000', '153219.080000', '153219.540000', '153220.000000', '153220.460000', '153220.920000', '153221.380000', '153221.840000', '153222.300000', '153222.760000', '153223.220000', '153223.680000', '153224.140000', '153224.600000', '153225.060000', '153225.520000', '153225.980000', '153226.440000', '153226.900000', '153227.360000', '153227.820000', '153228.280000', '153228.740000', '153229.200000', '153229.660000', '153230.120000', '153230.580000', '153231.040000', '153231.500000', '153231.960000', '153232.420000', '153232.880000', '153233.340000', '153233.800000', '153234.260000', '153234.720000', '153235.180000', '153235.640000', '153236.100000', '153236.560000', '153237.020000', '153237.480000', '153237.940000', '153238.400000', '153238.860000', '153239.320000', '153239.780000', '153240.240000', '153240.700000', '153241.160000', '153241.620000', '153242.080000', '153242.540000', '153243.000000', '153243.460000', '153243.920000', '153244.380000', '153244.840000', '153245.300000', '153245.760000', '153246.220000', '153246.680000', '153247.140000', '153247.600000', '153248.060000', '153248.520000', '153248.980000', '153249.440000', '153249.900000', '153250.360000', '153250.820000', '153251.280000', '153251.740000', '153252.200000', '153252.660000', '153253.120000', '153253.580000', '153254.040000', '153254.500000', '153254.960000', '153255.420000', '153255.880000', '153256.340000', '153256.800000', '153257.260000', '153257.720000', '153258.180000', '153258.640000', '153259.100000', '153259.560000', '153300.020000', '153300.480000', '153300.940000', '153301.400000', '153301.860000', '153302.320000', '153302.780000', '153303.240000', '153303.700000', '153304.160000', '153304.620000', '153305.080000', '153305.540000', '153306.000000', '153306.460000', '153306.920000', '153307.380000', '153307.840000', '153308.300000', '153308.760000', '153309.220000', '153309.680000', '153310.140000', '153310.600000', '153311.060000', '153311.520000', '153311.980000', '153312.440000', '153312.900000', '153313.360000', '153313.820000', '153314.280000', '153314.740000', '153315.200000', '153315.660000', '153316.120000', '153316.580000', '153317.040000', '153317.500000', '153317.960000', '153318.420000', '153318.880000', '153319.340000', '153319.800000', '153320.260000', '153320.720000', '153321.180000', '153321.640000', '153322.100000', '153322.560000', '153323.020000', '153323.480000', '153323.940000', '153324.400000', '153324.860000', '153325.320000', '153325.780000', '153326.240000', '153326.700000', '153327.160000', '153327.620000', '153328.080000', '153328.540000', '153329.000000', '153329.460000', '153329.920000', '153330.380000', '153330.840000', '153331.300000', '153331.760000', '153332.220000', '153332.680000', '153333.140000', '153333.600000', '153334.060000', '153334.520000', '153334.980000', '153335.440000', '153335.900000', '153336.360000', '153336.820000', '153337.280000', '153337.740000', '153338.200000', '153338.660000', '153339.120000', '153339.580000', '153340.040000', '153340.500000'], 'ContentTime': ['152452.857000', '152452.860000', '152452.863000', '152452.866000', '152452.869000', '152452.872000', '152452.875000', '152452.878000', '152452.881000', '152452.884000', '152452.887000', '152452.890000', '152452.892000', '152452.895000', '152452.898000', '152452.901000', '152452.904000', '152452.906000', '152452.909000', '152452.912000', '152452.915000', '152452.918000', '152452.925000', '152452.928000', '152452.931000', '152452.934000', '152452.937000', '152452.940000', '152452.942000', '152452.945000', '152452.948000', '152452.951000', '152452.954000', '152452.956000', '152452.959000', '152452.962000', '152452.965000', '152452.968000', '152452.970000', '152452.973000', '152452.976000', '152452.979000', '152452.982000', '152452.985000', '152452.988000', '152452.990000', '152452.993000', '152452.996000', '152453.002000', '152453.005000', '152453.007000', '152453.010000', '152453.013000', '152453.016000', '152453.019000', '152453.022000', '152453.025000', '152453.027000', '152453.030000', '152453.033000', '152512.810000', '152512.813000', '152512.816000', '152512.818000', '152512.821000', '152512.824000', '152512.827000', '152512.830000', '152512.833000', '152512.836000', '152512.844000', '152512.847000', '152512.850000', '152512.853000', '152512.855000', '152512.858000', '152512.861000', '152512.864000', '152512.867000', '152512.870000', '152512.873000', '152512.875000', '152512.878000', '152512.881000', '152512.884000', '152512.887000', '152512.890000', '152512.892000', '152512.895000', '152512.898000', '152512.901000', '152512.904000', '152512.907000', '152512.910000', '152512.912000', '152512.915000', '152512.918000', '152512.922000', '152512.926000', '152512.929000', '152512.932000', '152512.935000', '152512.938000', '152532.810000', '152532.813000', '152532.816000', '152532.818000', '152532.823000', '152532.826000', '152532.829000', '152532.832000', '152532.835000', '152532.838000', '152532.840000', '152532.843000', '152532.846000', '152532.849000', '152532.852000', '152532.855000', '152532.858000', '152532.861000', '152532.863000', '152532.866000', '152532.869000', '152532.872000', '152532.875000', '152532.878000', '152532.880000', '152532.883000', '152532.886000', '152532.889000', '152532.892000', '152532.895000', '152532.898000', '152532.901000', '152532.903000', '152532.906000', '152532.909000', '152532.912000', '152532.915000', '152532.928000', '152532.931000', '152532.934000', '152532.936000', '152532.939000', '152532.942000', '152532.945000', '152552.810000', '152552.813000', '152552.816000', '152552.818000', '152552.821000', '152552.824000', '152552.827000', '152552.830000', '152552.833000', '152552.836000', '152552.838000', '152552.841000', '152552.844000', '152552.847000', '152552.850000', '152552.853000', '152552.856000', '152552.859000', '152552.861000', '152552.864000', '152552.867000', '152552.870000', '152552.873000', '152552.877000', '152552.880000', '152552.883000', '152552.886000', '152552.889000', '152552.891000', '152552.894000', '152552.897000', '152552.900000', '152552.903000', '152552.905000', '152552.908000', '152552.911000', '152552.914000', '152552.917000', '152552.920000', '152552.923000', '152552.926000', '152552.928000', '152552.931000', '152612.809000', '152612.812000', '152612.815000', '152612.817000', '152612.826000', '152612.829000', '152612.832000', '152612.835000', '152612.838000', '152612.840000', '152612.843000', '152612.846000', '152612.849000', '152612.852000', '152612.855000', '152612.857000', '152612.861000', '152612.863000', '152612.866000', '152612.869000', '152612.872000', '152612.875000', '152612.878000', '152612.880000', '152612.883000', '152612.886000', '152612.889000', '152612.892000', '152612.895000', '152612.898000', '152612.901000', '152612.903000', '152612.906000', '152612.909000', '152612.912000', '152612.915000', '152612.918000', '152612.921000', '152612.923000', '152612.926000', '152612.929000', '152612.932000', '152612.935000', '152612.937000', '152632.809000', '152632.812000', '152632.815000', '152632.818000', '152632.820000', '152632.823000', '152632.826000', '152632.829000', '152632.832000', '152632.835000', '152632.838000', '152632.841000', '152632.844000', '152632.846000', '152632.849000', '152632.852000', '152632.855000', '152632.858000', '152632.861000', '152632.864000', '152632.867000', '152632.869000', '152632.872000', '152632.875000', '152632.878000', '152632.881000', '152632.884000', '152632.886000', '152632.889000', '152632.892000', '152632.895000', '152632.898000', '152632.901000', '152632.903000', '152632.906000', '152632.909000', '152632.912000', '152632.915000', '152632.918000', '152632.921000', '152632.923000', '152632.926000', '152632.929000', '152652.810000', '152652.813000', '152652.816000', '152652.819000', '152652.822000', '152652.825000', '152652.827000', '152652.830000', '152652.833000', '152652.836000', '152652.839000', '152652.842000', '152652.845000', '152652.848000', '152652.850000', '152652.854000', '152652.856000', '152652.859000', '152652.862000', '152652.865000', '152652.868000', '152652.871000', '152652.874000', '152652.877000', '152652.879000', '152652.882000', '152652.885000', '152652.888000', '152652.891000', '152652.894000', '152652.896000', '152652.899000', '152652.902000', '152652.905000', '152652.908000', '152652.911000', '152652.914000', '152652.916000', '152652.919000', '152652.922000', '152652.925000', '152652.928000', '152652.931000', '152652.934000', '152712.810000', '152712.813000', '152712.816000', '152712.819000', '152712.822000', '152712.825000', '152712.827000', '152712.830000', '152712.833000', '152712.836000', '152712.839000', '152712.842000', '152712.845000', '152712.848000', '152712.850000', '152712.853000', '152712.856000', '152712.859000', '152712.862000', '152712.865000', '152712.868000', '152712.871000', '152712.873000', '152712.876000', '152712.879000', '152712.882000', '152712.885000', '152712.888000', '152712.890000', '152712.893000', '152712.896000', '152712.899000', '152712.902000', '152712.922000', '152712.925000', '152712.927000', '152712.930000', '152712.933000', '152712.936000', '152712.939000', '152712.942000', '152712.945000', '152712.947000', '152732.810000', '152732.813000', '152732.816000', '152732.819000', '152732.821000', '152732.824000', '152732.827000', '152732.830000', '152732.833000', '152732.836000', '152732.839000', '152732.842000', '152732.844000', '152732.847000', '152732.850000', '152732.853000', '152732.856000', '152732.859000', '152732.862000', '152732.865000', '152732.868000', '152732.870000', '152732.873000', '152732.876000', '152732.879000', '152732.882000', '152732.885000', '152732.888000', '152732.891000', '152732.893000', '152732.896000', '152732.899000', '152732.902000', '152732.905000', '152732.908000', '152732.911000', '152732.913000', '152732.916000', '152732.919000', '152732.922000', '152732.925000', '152732.928000', '152732.931000', '152732.933000', '152752.810000', '152752.813000', '152752.816000', '152752.819000', '152752.822000', '152752.825000', '152752.827000', '152752.830000', '152752.835000', '152752.838000', '152752.841000', '152752.843000', '152752.846000', '152752.849000', '152752.852000', '152752.855000', '152752.858000', '152752.861000', '152752.864000', '152752.867000', '152752.870000', '152752.872000', '152752.875000', '152752.878000', '152752.881000', '152752.884000', '152752.887000', '152752.889000', '152752.892000', '152752.895000', '152752.898000', '152752.901000', '152752.904000', '152752.907000', '152752.909000', '152752.912000', '152752.915000', '152752.918000', '152752.921000', '152752.924000', '152752.927000', '152752.929000', '152752.932000', '152812.810000', '152812.813000', '152812.816000', '152812.819000', '152812.822000', '152812.825000', '152812.827000', '152812.830000', '152812.833000', '152812.836000', '152812.839000', '152812.842000', '152812.844000', '152812.847000', '152812.850000', '152812.853000', '152812.856000', '152812.859000', '152812.862000', '152812.865000', '152812.868000', '152812.870000', '152812.873000', '152812.876000', '152812.879000', '152812.882000', '152812.885000', '152812.887000', '152812.890000', '152812.893000', '152812.896000', '152812.899000', '152812.902000', '152812.905000', '152812.907000', '152812.910000', '152812.913000', '152812.916000', '152812.919000', '152812.922000', '152812.925000', '152812.928000', '152812.930000', '152812.933000', '152832.809000', '152832.812000', '152832.815000', '152832.818000', '152832.821000', '152832.823000', '152832.833000', '152832.836000', '152832.839000', '152832.842000', '152832.845000', '152832.848000', '152832.851000', '152832.853000', '152832.856000', '152832.859000', '152832.862000', '152832.865000', '152832.868000', '152832.871000', '152832.873000', '152832.876000', '152832.879000', '152832.882000', '152832.885000', '152832.888000', '152832.891000', '152832.894000', '152832.896000', '152832.899000', '152832.902000', '152832.905000', '152832.908000', '152832.911000', '152832.914000', '152832.917000', '152832.919000', '152832.922000', '152832.925000', '152832.928000', '152832.931000', '152832.934000', '152832.937000', '152852.809000', '152852.812000', '152852.815000', '152852.818000', '152852.821000', '152852.823000', '152852.826000', '152852.829000', '152852.832000', '152852.835000', '152852.838000', '152852.840000', '152852.844000', '152852.846000', '152852.862000', '152852.865000', '152852.868000', '152852.871000', '152852.874000', '152852.877000', '152852.880000', '152852.883000', '152852.885000', '152852.888000', '152852.891000', '152852.894000', '152852.897000', '152852.900000', '152852.903000', '152852.906000', '152852.908000', '152852.911000', '152852.914000', '152852.917000', '152852.921000', '152852.924000', '152852.927000', '152852.930000', '152852.932000', '152852.935000', '152852.938000', '152852.941000', '152852.944000', '152912.810000', '152912.813000', '152912.816000', '152912.819000', '152912.822000', '152912.825000', '152912.827000', '152912.831000', '152912.833000', '152912.836000', '152912.839000', '152912.842000', '152912.845000', '152912.848000', '152912.851000', '152912.854000', '152912.856000', '152912.859000', '152912.862000', '152912.865000', '152912.868000', '152912.871000', '152912.874000', '152912.876000', '152912.879000', '152912.882000', '152912.885000', '152912.888000', '152912.891000', '152912.894000', '152912.897000', '152912.900000', '152912.902000', '152912.905000', '152912.908000', '152912.911000', '152912.914000', '152912.916000', '152912.919000', '152912.922000', '152912.925000', '152912.928000', '152912.931000', '152912.934000', '152932.810000', '152932.813000', '152932.816000', '152932.819000', '152932.823000', '152932.828000', '152932.831000', '152932.834000', '152932.837000', '152932.840000', '152932.842000', '152932.846000', '152932.848000', '152932.851000', '152932.854000', '152932.857000', '152932.860000', '152932.863000', '152932.866000', '152932.869000', '152932.871000', '152932.874000', '152932.877000', '152932.880000', '152932.883000', '152932.886000', '152932.888000', '152932.891000', '152932.894000', '152932.897000', '152932.900000', '152932.903000', '152932.906000', '152932.908000', '152932.911000', '152932.914000', '152932.917000', '152932.920000', '152932.923000', '152932.926000', '152932.928000', '152932.931000', '152932.934000', '152952.810000', '152952.813000', '152952.816000', '152952.819000', '152952.822000', '152952.824000', '152952.828000', '152952.830000', '152952.833000', '152952.836000', '152952.839000', '152952.842000', '152952.847000', '152952.850000', '152952.853000', '152952.856000', '152952.859000', '152952.861000', '152952.864000', '152952.867000', '152952.870000', '152952.873000', '152952.876000', '152952.879000', '152952.881000', '152952.884000', '152952.887000', '152952.890000', '152952.893000', '152952.896000', '152952.899000', '152952.901000', '152952.904000', '152952.907000', '152952.910000', '152952.913000', '152952.916000', '152952.918000', '152952.921000', '152952.924000', '152952.927000', '152952.930000', '152952.933000', '152952.936000', '153012.810000', '153012.813000', '153012.816000', '153012.819000', '153012.822000', '153012.825000', '153012.827000', '153012.830000', '153012.835000', '153012.838000', '153012.841000', '153012.844000', '153012.847000', '153012.850000', '153012.853000', '153012.856000', '153012.858000', '153012.861000', '153012.864000', '153012.867000', '153012.870000', '153012.873000', '153012.876000', '153012.879000', '153012.881000', '153012.894000', '153012.897000', '153012.900000', '153012.903000', '153012.905000', '153012.908000', '153012.911000', '153012.914000', '153012.917000', '153012.920000', '153012.922000', '153012.925000', '153012.928000', '153012.931000', '153012.934000', '153012.937000', '153012.940000', '153012.942000', '153032.810000', '153032.813000', '153032.816000', '153032.819000', '153032.821000', '153032.824000', '153032.827000', '153032.830000', '153032.833000', '153032.836000', '153032.839000', '153032.842000', '153032.845000', '153032.848000', '153032.851000', '153032.853000', '153032.856000', '153032.859000', '153032.862000', '153032.865000', '153032.868000', '153032.871000', '153032.874000', '153032.876000', '153032.879000', '153032.882000', '153032.885000', '153032.888000', '153032.891000', '153032.894000', '153032.897000', '153032.900000', '153032.902000', '153032.905000', '153032.908000', '153032.911000', '153032.914000', '153032.917000', '153032.920000', '153032.923000', '153032.926000', '153032.929000', '153032.931000', '153032.934000', '153052.809000', '153052.812000', '153052.815000', '153052.818000', '153052.820000', '153052.823000', '153052.826000', '153052.829000', '153052.832000', '153052.835000', '153052.838000', '153052.841000', '153052.844000', '153052.847000', '153052.850000', '153052.853000', '153052.855000', '153052.858000', '153052.861000', '153052.864000', '153052.869000', '153052.873000', '153052.877000', '153052.879000', '153052.882000', '153052.885000', '153052.888000', '153052.891000', '153052.894000', '153052.897000', '153052.900000', '153052.902000', '153052.905000', '153052.908000', '153052.911000', '153052.914000', '153052.917000', '153052.919000', '153052.922000', '153052.925000', '153052.928000', '153052.931000', '153052.934000', '153112.809000', '153112.812000', '153112.815000', '153112.817000', '153112.820000', '153112.823000', '153112.826000', '153112.829000', '153112.832000', '153112.835000', '153112.838000', '153112.841000', '153112.844000', '153112.846000', '153112.849000', '153112.852000', '153112.855000', '153112.858000', '153112.861000', '153112.864000', '153112.867000', '153112.869000', '153112.872000', '153112.875000', '153112.878000', '153112.881000', '153112.884000', '153112.887000', '153112.890000', '153112.892000', '153112.895000', '153112.898000', '153112.901000', '153112.904000', '153112.907000', '153112.910000', '153112.913000', '153112.915000', '153112.918000', '153112.921000', '153112.924000', '153112.927000', '153112.930000', '153112.933000', '153132.810000', '153132.813000', '153132.816000', '153132.819000', '153132.822000', '153132.824000', '153132.828000', '153132.830000', '153132.833000', '153132.836000', '153132.839000', '153132.842000', '153132.845000', '153132.848000', '153132.851000', '153132.854000', '153132.856000', '153132.859000', '153132.862000', '153132.865000', '153132.868000', '153132.871000', '153132.874000', '153132.877000', '153132.879000', '153132.882000', '153132.885000', '153132.888000', '153132.891000', '153132.894000', '153132.897000', '153132.900000', '153132.902000', '153132.905000', '153132.908000', '153132.911000', '153132.926000', '153132.929000', '153132.931000', '153132.934000', '153132.937000', '153132.940000', '153132.943000', '153152.810000', '153152.813000', '153152.816000', '153152.819000', '153152.821000', '153152.824000', '153152.827000', '153152.830000', '153152.833000', '153152.836000', '153152.839000', '153152.842000', '153152.845000', '153152.847000', '153152.850000', '153152.853000', '153152.856000', '153152.859000', '153152.862000', '153152.865000', '153152.868000', '153152.871000', '153152.873000', '153152.877000', '153152.879000', '153152.882000', '153152.885000', '153152.888000', '153152.891000', '153152.894000', '153152.897000', '153152.900000', '153152.902000', '153152.905000', '153152.908000', '153152.911000', '153152.914000', '153152.917000', '153152.920000', '153152.923000', '153152.925000', '153152.928000', '153152.931000', '153152.934000', '153212.810000', '153212.813000', '153212.816000', '153212.819000', '153212.822000', '153212.825000', '153212.828000', '153212.832000', '153212.835000', '153212.838000', '153212.840000', '153212.843000', '153212.846000', '153212.849000', '153212.852000', '153212.855000', '153212.858000', '153212.861000', '153212.864000', '153212.866000', '153212.869000', '153212.872000', '153212.875000', '153212.878000', '153212.881000', '153212.884000', '153212.887000', '153212.890000', '153212.893000', '153212.896000', '153212.899000', '153212.902000', '153212.905000', '153212.907000', '153212.910000', '153212.913000', '153212.916000', '153212.919000', '153212.922000', '153212.925000', '153212.927000', '153212.930000', '153212.933000', '153232.810000', '153232.813000', '153232.816000', '153232.819000', '153232.822000', '153232.824000', '153232.828000', '153232.830000', '153232.833000', '153232.836000', '153232.839000', '153232.842000', '153232.845000', '153232.848000', '153232.851000', '153232.853000', '153232.856000', '153232.859000', '153232.862000', '153232.865000', '153232.868000', '153232.871000', '153232.874000', '153232.876000', '153232.879000', '153232.882000', '153232.885000', '153232.888000', '153232.891000', '153232.893000', '153232.896000', '153232.899000', '153232.902000', '153232.905000', '153232.908000', '153232.910000', '153232.913000', '153232.916000', '153232.919000', '153232.922000', '153232.925000', '153232.927000', '153232.930000', '153232.933000', '153252.810000', '153252.813000', '153252.816000', '153252.819000', '153252.822000', '153252.825000', '153252.827000', '153252.830000', '153252.833000', '153252.836000', '153252.839000', '153252.842000', '153252.845000', '153252.848000', '153252.851000', '153252.853000', '153252.857000', '153252.859000', '153252.862000', '153252.865000', '153252.868000', '153252.871000', '153252.874000', '153252.877000', '153252.880000', '153252.882000', '153252.885000', '153252.888000', '153252.891000', '153252.894000', '153252.897000', '153252.899000', '153252.910000', '153252.914000', '153252.917000', '153252.920000', '153252.923000', '153252.925000', '153252.928000', '153252.931000', '153252.934000', '153252.937000', '153252.940000', '153312.809000', '153312.812000', '153312.815000', '153312.818000', '153312.821000', '153312.824000', '153312.826000', '153312.829000', '153312.832000', '153312.835000', '153312.838000', '153312.841000', '153312.844000', '153312.847000', '153312.850000', '153312.852000', '153312.855000', '153312.858000', '153312.861000', '153312.864000', '153312.867000', '153312.869000', '153312.872000', '153312.875000', '153312.878000', '153312.881000', '153312.884000', '153312.887000', '153312.889000', '153312.892000', '153312.895000', '153312.898000', '153312.901000', '153312.904000', '153312.907000', '153312.909000', '153312.912000', '153312.915000', '153312.918000', '153312.921000', '153312.924000', '153312.927000', '153312.929000', '153312.932000', '153332.809000', '153332.812000', '153332.815000', '153332.818000', '153332.821000', '153332.823000', '153332.826000', '153332.829000', '153332.832000', '153332.835000', '153332.838000', '153332.841000', '153332.844000', '153332.846000', '153332.849000', '153332.852000', '153332.855000', '153332.858000', '153332.861000', '153332.864000', '153332.867000', '153332.870000', '153332.873000', '153332.876000', '153332.879000', '153332.882000', '153332.885000', '153332.888000', '153332.890000', '153332.893000', '153332.896000', '153332.899000', '153332.902000', '153332.905000', '153332.908000', '153332.910000', '153332.913000', '153332.916000', '153332.919000', '153332.922000', '153332.925000', '153332.928000', '153332.931000', '153341.261000', '153341.265000', '153341.268000', '153341.271000', '153341.274000', '153341.277000', '153341.280000', '153341.283000', '153341.286000', '153341.289000', '153341.292000', '153341.294000', '153341.297000', '153341.300000', '153341.303000', '153341.306000', '153341.309000', '153341.311000', '153341.314000'], 'InstanceCreationTime': ['152452.857000', '152452.860000', '152452.863000', '152452.866000', '152452.869000', '152452.872000', '152452.875000', '152452.878000', '152452.881000', '152452.884000', '152452.887000', '152452.890000', '152452.892000', '152452.895000', '152452.898000', '152452.901000', '152452.904000', '152452.906000', '152452.909000', '152452.912000', '152452.915000', '152452.918000', '152452.925000', '152452.928000', '152452.931000', '152452.934000', '152452.937000', '152452.940000', '152452.942000', '152452.945000', '152452.948000', '152452.951000', '152452.954000', '152452.956000', '152452.959000', '152452.962000', '152452.965000', '152452.968000', '152452.970000', '152452.973000', '152452.976000', '152452.979000', '152452.982000', '152452.985000', '152452.988000', '152452.990000', '152452.993000', '152452.996000', '152453.002000', '152453.005000', '152453.007000', '152453.010000', '152453.013000', '152453.016000', '152453.019000', '152453.022000', '152453.025000', '152453.027000', '152453.030000', '152453.033000', '152512.810000', '152512.813000', '152512.816000', '152512.818000', '152512.821000', '152512.824000', '152512.827000', '152512.830000', '152512.833000', '152512.836000', '152512.844000', '152512.847000', '152512.850000', '152512.853000', '152512.855000', '152512.858000', '152512.861000', '152512.864000', '152512.867000', '152512.870000', '152512.873000', '152512.875000', '152512.878000', '152512.881000', '152512.884000', '152512.887000', '152512.890000', '152512.892000', '152512.895000', '152512.898000', '152512.901000', '152512.904000', '152512.907000', '152512.910000', '152512.912000', '152512.915000', '152512.918000', '152512.922000', '152512.926000', '152512.929000', '152512.932000', '152512.935000', '152512.938000', '152532.810000', '152532.813000', '152532.816000', '152532.818000', '152532.823000', '152532.826000', '152532.829000', '152532.832000', '152532.835000', '152532.838000', '152532.840000', '152532.843000', '152532.846000', '152532.849000', '152532.852000', '152532.855000', '152532.858000', '152532.861000', '152532.863000', '152532.866000', '152532.869000', '152532.872000', '152532.875000', '152532.878000', '152532.880000', '152532.883000', '152532.886000', '152532.889000', '152532.892000', '152532.895000', '152532.898000', '152532.901000', '152532.903000', '152532.906000', '152532.909000', '152532.912000', '152532.915000', '152532.928000', '152532.931000', '152532.934000', '152532.936000', '152532.939000', '152532.942000', '152532.945000', '152552.810000', '152552.813000', '152552.816000', '152552.818000', '152552.821000', '152552.824000', '152552.827000', '152552.830000', '152552.833000', '152552.836000', '152552.838000', '152552.841000', '152552.844000', '152552.847000', '152552.850000', '152552.853000', '152552.856000', '152552.859000', '152552.861000', '152552.864000', '152552.867000', '152552.870000', '152552.873000', '152552.877000', '152552.880000', '152552.883000', '152552.886000', '152552.889000', '152552.891000', '152552.894000', '152552.897000', '152552.900000', '152552.903000', '152552.905000', '152552.908000', '152552.911000', '152552.914000', '152552.917000', '152552.920000', '152552.923000', '152552.926000', '152552.928000', '152552.931000', '152612.809000', '152612.812000', '152612.815000', '152612.817000', '152612.826000', '152612.829000', '152612.832000', '152612.835000', '152612.838000', '152612.840000', '152612.843000', '152612.846000', '152612.849000', '152612.852000', '152612.855000', '152612.857000', '152612.861000', '152612.863000', '152612.866000', '152612.869000', '152612.872000', '152612.875000', '152612.878000', '152612.880000', '152612.883000', '152612.886000', '152612.889000', '152612.892000', '152612.895000', '152612.898000', '152612.901000', '152612.903000', '152612.906000', '152612.909000', '152612.912000', '152612.915000', '152612.918000', '152612.921000', '152612.923000', '152612.926000', '152612.929000', '152612.932000', '152612.935000', '152612.937000', '152632.809000', '152632.812000', '152632.815000', '152632.818000', '152632.820000', '152632.823000', '152632.826000', '152632.829000', '152632.832000', '152632.835000', '152632.838000', '152632.841000', '152632.844000', '152632.846000', '152632.849000', '152632.852000', '152632.855000', '152632.858000', '152632.861000', '152632.864000', '152632.867000', '152632.869000', '152632.872000', '152632.875000', '152632.878000', '152632.881000', '152632.884000', '152632.886000', '152632.889000', '152632.892000', '152632.895000', '152632.898000', '152632.901000', '152632.903000', '152632.906000', '152632.909000', '152632.912000', '152632.915000', '152632.918000', '152632.921000', '152632.923000', '152632.926000', '152632.929000', '152652.810000', '152652.813000', '152652.816000', '152652.819000', '152652.822000', '152652.825000', '152652.827000', '152652.830000', '152652.833000', '152652.836000', '152652.839000', '152652.842000', '152652.845000', '152652.848000', '152652.850000', '152652.854000', '152652.856000', '152652.859000', '152652.862000', '152652.865000', '152652.868000', '152652.871000', '152652.874000', '152652.877000', '152652.879000', '152652.882000', '152652.885000', '152652.888000', '152652.891000', '152652.894000', '152652.896000', '152652.899000', '152652.902000', '152652.905000', '152652.908000', '152652.911000', '152652.914000', '152652.916000', '152652.919000', '152652.922000', '152652.925000', '152652.928000', '152652.931000', '152652.934000', '152712.810000', '152712.813000', '152712.816000', '152712.819000', '152712.822000', '152712.825000', '152712.827000', '152712.830000', '152712.833000', '152712.836000', '152712.839000', '152712.842000', '152712.845000', '152712.848000', '152712.850000', '152712.853000', '152712.856000', '152712.859000', '152712.862000', '152712.865000', '152712.868000', '152712.871000', '152712.873000', '152712.876000', '152712.879000', '152712.882000', '152712.885000', '152712.888000', '152712.890000', '152712.893000', '152712.896000', '152712.899000', '152712.902000', '152712.922000', '152712.925000', '152712.927000', '152712.930000', '152712.933000', '152712.936000', '152712.939000', '152712.942000', '152712.945000', '152712.947000', '152732.810000', '152732.813000', '152732.816000', '152732.819000', '152732.821000', '152732.824000', '152732.827000', '152732.830000', '152732.833000', '152732.836000', '152732.839000', '152732.842000', '152732.844000', '152732.847000', '152732.850000', '152732.853000', '152732.856000', '152732.859000', '152732.862000', '152732.865000', '152732.868000', '152732.870000', '152732.873000', '152732.876000', '152732.879000', '152732.882000', '152732.885000', '152732.888000', '152732.891000', '152732.893000', '152732.896000', '152732.899000', '152732.902000', '152732.905000', '152732.908000', '152732.911000', '152732.913000', '152732.916000', '152732.919000', '152732.922000', '152732.925000', '152732.928000', '152732.931000', '152732.933000', '152752.810000', '152752.813000', '152752.816000', '152752.819000', '152752.822000', '152752.825000', '152752.827000', '152752.830000', '152752.835000', '152752.838000', '152752.841000', '152752.843000', '152752.846000', '152752.849000', '152752.852000', '152752.855000', '152752.858000', '152752.861000', '152752.864000', '152752.867000', '152752.870000', '152752.872000', '152752.875000', '152752.878000', '152752.881000', '152752.884000', '152752.887000', '152752.889000', '152752.892000', '152752.895000', '152752.898000', '152752.901000', '152752.904000', '152752.907000', '152752.909000', '152752.912000', '152752.915000', '152752.918000', '152752.921000', '152752.924000', '152752.927000', '152752.929000', '152752.932000', '152812.810000', '152812.813000', '152812.816000', '152812.819000', '152812.822000', '152812.825000', '152812.827000', '152812.830000', '152812.833000', '152812.836000', '152812.839000', '152812.842000', '152812.844000', '152812.847000', '152812.850000', '152812.853000', '152812.856000', '152812.859000', '152812.862000', '152812.865000', '152812.868000', '152812.870000', '152812.873000', '152812.876000', '152812.879000', '152812.882000', '152812.885000', '152812.887000', '152812.890000', '152812.893000', '152812.896000', '152812.899000', '152812.902000', '152812.905000', '152812.907000', '152812.910000', '152812.913000', '152812.916000', '152812.919000', '152812.922000', '152812.925000', '152812.928000', '152812.930000', '152812.933000', '152832.809000', '152832.812000', '152832.815000', '152832.818000', '152832.821000', '152832.823000', '152832.833000', '152832.836000', '152832.839000', '152832.842000', '152832.845000', '152832.848000', '152832.851000', '152832.853000', '152832.856000', '152832.859000', '152832.862000', '152832.865000', '152832.868000', '152832.871000', '152832.873000', '152832.876000', '152832.879000', '152832.882000', '152832.885000', '152832.888000', '152832.891000', '152832.894000', '152832.896000', '152832.899000', '152832.902000', '152832.905000', '152832.908000', '152832.911000', '152832.914000', '152832.917000', '152832.919000', '152832.922000', '152832.925000', '152832.928000', '152832.931000', '152832.934000', '152832.937000', '152852.809000', '152852.812000', '152852.815000', '152852.818000', '152852.821000', '152852.823000', '152852.826000', '152852.829000', '152852.832000', '152852.835000', '152852.838000', '152852.840000', '152852.844000', '152852.846000', '152852.862000', '152852.865000', '152852.868000', '152852.871000', '152852.874000', '152852.877000', '152852.880000', '152852.883000', '152852.885000', '152852.888000', '152852.891000', '152852.894000', '152852.897000', '152852.900000', '152852.903000', '152852.906000', '152852.908000', '152852.911000', '152852.914000', '152852.917000', '152852.921000', '152852.924000', '152852.927000', '152852.930000', '152852.932000', '152852.935000', '152852.938000', '152852.941000', '152852.944000', '152912.810000', '152912.813000', '152912.816000', '152912.819000', '152912.822000', '152912.825000', '152912.827000', '152912.831000', '152912.833000', '152912.836000', '152912.839000', '152912.842000', '152912.845000', '152912.848000', '152912.851000', '152912.854000', '152912.856000', '152912.859000', '152912.862000', '152912.865000', '152912.868000', '152912.871000', '152912.874000', '152912.876000', '152912.879000', '152912.882000', '152912.885000', '152912.888000', '152912.891000', '152912.894000', '152912.897000', '152912.900000', '152912.902000', '152912.905000', '152912.908000', '152912.911000', '152912.914000', '152912.916000', '152912.919000', '152912.922000', '152912.925000', '152912.928000', '152912.931000', '152912.934000', '152932.810000', '152932.813000', '152932.816000', '152932.819000', '152932.823000', '152932.828000', '152932.831000', '152932.834000', '152932.837000', '152932.840000', '152932.842000', '152932.846000', '152932.848000', '152932.851000', '152932.854000', '152932.857000', '152932.860000', '152932.863000', '152932.866000', '152932.869000', '152932.871000', '152932.874000', '152932.877000', '152932.880000', '152932.883000', '152932.886000', '152932.888000', '152932.891000', '152932.894000', '152932.897000', '152932.900000', '152932.903000', '152932.906000', '152932.908000', '152932.911000', '152932.914000', '152932.917000', '152932.920000', '152932.923000', '152932.926000', '152932.928000', '152932.931000', '152932.934000', '152952.810000', '152952.813000', '152952.816000', '152952.819000', '152952.822000', '152952.824000', '152952.828000', '152952.830000', '152952.833000', '152952.836000', '152952.839000', '152952.842000', '152952.847000', '152952.850000', '152952.853000', '152952.856000', '152952.859000', '152952.861000', '152952.864000', '152952.867000', '152952.870000', '152952.873000', '152952.876000', '152952.879000', '152952.881000', '152952.884000', '152952.887000', '152952.890000', '152952.893000', '152952.896000', '152952.899000', '152952.901000', '152952.904000', '152952.907000', '152952.910000', '152952.913000', '152952.916000', '152952.918000', '152952.921000', '152952.924000', '152952.927000', '152952.930000', '152952.933000', '152952.936000', '153012.810000', '153012.813000', '153012.816000', '153012.819000', '153012.822000', '153012.825000', '153012.827000', '153012.830000', '153012.835000', '153012.838000', '153012.841000', '153012.844000', '153012.847000', '153012.850000', '153012.853000', '153012.856000', '153012.858000', '153012.861000', '153012.864000', '153012.867000', '153012.870000', '153012.873000', '153012.876000', '153012.879000', '153012.881000', '153012.894000', '153012.897000', '153012.900000', '153012.903000', '153012.905000', '153012.908000', '153012.911000', '153012.914000', '153012.917000', '153012.920000', '153012.922000', '153012.925000', '153012.928000', '153012.931000', '153012.934000', '153012.937000', '153012.940000', '153012.942000', '153032.810000', '153032.813000', '153032.816000', '153032.819000', '153032.821000', '153032.824000', '153032.827000', '153032.830000', '153032.833000', '153032.836000', '153032.839000', '153032.842000', '153032.845000', '153032.848000', '153032.851000', '153032.853000', '153032.856000', '153032.859000', '153032.862000', '153032.865000', '153032.868000', '153032.871000', '153032.874000', '153032.876000', '153032.879000', '153032.882000', '153032.885000', '153032.888000', '153032.891000', '153032.894000', '153032.897000', '153032.900000', '153032.902000', '153032.905000', '153032.908000', '153032.911000', '153032.914000', '153032.917000', '153032.920000', '153032.923000', '153032.926000', '153032.929000', '153032.931000', '153032.934000', '153052.809000', '153052.812000', '153052.815000', '153052.818000', '153052.820000', '153052.823000', '153052.826000', '153052.829000', '153052.832000', '153052.835000', '153052.838000', '153052.841000', '153052.844000', '153052.847000', '153052.850000', '153052.853000', '153052.855000', '153052.858000', '153052.861000', '153052.864000', '153052.869000', '153052.873000', '153052.877000', '153052.879000', '153052.882000', '153052.885000', '153052.888000', '153052.891000', '153052.894000', '153052.897000', '153052.900000', '153052.902000', '153052.905000', '153052.908000', '153052.911000', '153052.914000', '153052.917000', '153052.919000', '153052.922000', '153052.925000', '153052.928000', '153052.931000', '153052.934000', '153112.809000', '153112.812000', '153112.815000', '153112.817000', '153112.820000', '153112.823000', '153112.826000', '153112.829000', '153112.832000', '153112.835000', '153112.838000', '153112.841000', '153112.844000', '153112.846000', '153112.849000', '153112.852000', '153112.855000', '153112.858000', '153112.861000', '153112.864000', '153112.867000', '153112.869000', '153112.872000', '153112.875000', '153112.878000', '153112.881000', '153112.884000', '153112.887000', '153112.890000', '153112.892000', '153112.895000', '153112.898000', '153112.901000', '153112.904000', '153112.907000', '153112.910000', '153112.913000', '153112.915000', '153112.918000', '153112.921000', '153112.924000', '153112.927000', '153112.930000', '153112.933000', '153132.810000', '153132.813000', '153132.816000', '153132.819000', '153132.822000', '153132.824000', '153132.828000', '153132.830000', '153132.833000', '153132.836000', '153132.839000', '153132.842000', '153132.845000', '153132.848000', '153132.851000', '153132.854000', '153132.856000', '153132.859000', '153132.862000', '153132.865000', '153132.868000', '153132.871000', '153132.874000', '153132.877000', '153132.879000', '153132.882000', '153132.885000', '153132.888000', '153132.891000', '153132.894000', '153132.897000', '153132.900000', '153132.902000', '153132.905000', '153132.908000', '153132.911000', '153132.926000', '153132.929000', '153132.931000', '153132.934000', '153132.937000', '153132.940000', '153132.943000', '153152.810000', '153152.813000', '153152.816000', '153152.819000', '153152.821000', '153152.824000', '153152.827000', '153152.830000', '153152.833000', '153152.836000', '153152.839000', '153152.842000', '153152.845000', '153152.847000', '153152.850000', '153152.853000', '153152.856000', '153152.859000', '153152.862000', '153152.865000', '153152.868000', '153152.871000', '153152.873000', '153152.877000', '153152.879000', '153152.882000', '153152.885000', '153152.888000', '153152.891000', '153152.894000', '153152.897000', '153152.900000', '153152.902000', '153152.905000', '153152.908000', '153152.911000', '153152.914000', '153152.917000', '153152.920000', '153152.923000', '153152.925000', '153152.928000', '153152.931000', '153152.934000', '153212.810000', '153212.813000', '153212.816000', '153212.819000', '153212.822000', '153212.825000', '153212.828000', '153212.832000', '153212.835000', '153212.838000', '153212.840000', '153212.843000', '153212.846000', '153212.849000', '153212.852000', '153212.855000', '153212.858000', '153212.861000', '153212.864000', '153212.866000', '153212.869000', '153212.872000', '153212.875000', '153212.878000', '153212.881000', '153212.884000', '153212.887000', '153212.890000', '153212.893000', '153212.896000', '153212.899000', '153212.902000', '153212.905000', '153212.907000', '153212.910000', '153212.913000', '153212.916000', '153212.919000', '153212.922000', '153212.925000', '153212.927000', '153212.930000', '153212.933000', '153232.810000', '153232.813000', '153232.816000', '153232.819000', '153232.822000', '153232.824000', '153232.828000', '153232.830000', '153232.833000', '153232.836000', '153232.839000', '153232.842000', '153232.845000', '153232.848000', '153232.851000', '153232.853000', '153232.856000', '153232.859000', '153232.862000', '153232.865000', '153232.868000', '153232.871000', '153232.874000', '153232.876000', '153232.879000', '153232.882000', '153232.885000', '153232.888000', '153232.891000', '153232.893000', '153232.896000', '153232.899000', '153232.902000', '153232.905000', '153232.908000', '153232.910000', '153232.913000', '153232.916000', '153232.919000', '153232.922000', '153232.925000', '153232.927000', '153232.930000', '153232.933000', '153252.810000', '153252.813000', '153252.816000', '153252.819000', '153252.822000', '153252.825000', '153252.827000', '153252.830000', '153252.833000', '153252.836000', '153252.839000', '153252.842000', '153252.845000', '153252.848000', '153252.851000', '153252.853000', '153252.857000', '153252.859000', '153252.862000', '153252.865000', '153252.868000', '153252.871000', '153252.874000', '153252.877000', '153252.880000', '153252.882000', '153252.885000', '153252.888000', '153252.891000', '153252.894000', '153252.897000', '153252.899000', '153252.910000', '153252.914000', '153252.917000', '153252.920000', '153252.923000', '153252.925000', '153252.928000', '153252.931000', '153252.934000', '153252.937000', '153252.940000', '153312.809000', '153312.812000', '153312.815000', '153312.818000', '153312.821000', '153312.824000', '153312.826000', '153312.829000', '153312.832000', '153312.835000', '153312.838000', '153312.841000', '153312.844000', '153312.847000', '153312.850000', '153312.852000', '153312.855000', '153312.858000', '153312.861000', '153312.864000', '153312.867000', '153312.869000', '153312.872000', '153312.875000', '153312.878000', '153312.881000', '153312.884000', '153312.887000', '153312.889000', '153312.892000', '153312.895000', '153312.898000', '153312.901000', '153312.904000', '153312.907000', '153312.909000', '153312.912000', '153312.915000', '153312.918000', '153312.921000', '153312.924000', '153312.927000', '153312.929000', '153312.932000', '153332.809000', '153332.812000', '153332.815000', '153332.818000', '153332.821000', '153332.823000', '153332.826000', '153332.829000', '153332.832000', '153332.835000', '153332.838000', '153332.841000', '153332.844000', '153332.846000', '153332.849000', '153332.852000', '153332.855000', '153332.858000', '153332.861000', '153332.864000', '153332.867000', '153332.870000', '153332.873000', '153332.876000', '153332.879000', '153332.882000', '153332.885000', '153332.888000', '153332.890000', '153332.893000', '153332.896000', '153332.899000', '153332.902000', '153332.905000', '153332.908000', '153332.910000', '153332.913000', '153332.916000', '153332.919000', '153332.922000', '153332.925000', '153332.928000', '153332.931000', '153341.261000', '153341.265000', '153341.268000', '153341.271000', '153341.274000', '153341.277000', '153341.280000', '153341.283000', '153341.286000', '153341.289000', '153341.292000', '153341.294000', '153341.297000', '153341.300000', '153341.303000', '153341.306000', '153341.309000', '153341.311000', '153341.314000'], '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': [13388, 9556, 10679, 9102, 8056, 9053, 11967, 8805, 12835, 8893, 10546, 8325, 10350, 7789, 10526, 7861, 9763, 8033, 10117, 8294, 10365, 8333, 10022, 8646, 10411, 8976, 10165, 9068, 8973, 8520, 8381, 8313, 8332, 10462, 8254, 9542, 8357, 9552, 8527, 10076, 8737, 10330, 8891, 10579, 8662, 10280, 8834, 10254, 8793, 9900, 8535, 9775, 8787, 10545, 8812, 10872, 8900, 11086, 8869, 11565, 9253, 11224, 8508, 10549, 8727, 10536, 9174, 11453, 8960, 10448, 8900, 9933, 8775, 9725, 8693, 8262, 9010, 8133, 9057, 9731, 8839, 8937, 8801, 8673, 9066, 8769, 9721, 9111, 9604, 9097, 12879, 9509, 8712, 9273, 8074, 9398, 11523, 9249, 10821, 8827, 9231, 8293, 8752, 10975, 9448, 9425, 10545, 8566, 13496, 10691, 13009, 10482, 12038, 10069, 10904, 8937, 10132, 8274, 9909, 9303, 10149, 8367, 10084, 8117, 9825, 8682, 9712, 8955, 9306, 8993, 9157, 9356, 9102, 9185, 8868, 9452, 8933, 9269, 9080, 8931, 9292, 9354, 9391, 9381, 9070, 8804, 8079, 8735, 8682, 8828, 9658, 9203, 11015, 8613, 11618, 8649, 11169, 8712, 11173, 8810, 12396, 8628, 10245, 8740, 7449, 8933, 7645, 8836, 7964, 9027, 8578, 8586, 8637, 9394, 8970, 8655, 8236, 8946, 7971, 8895, 8415, 9036, 8301, 9400, 8359, 9180, 7649, 9255, 7691, 9161, 7846, 9544, 7688, 9342, 7922, 9448, 7711, 9185, 7962, 9651, 7536, 9738, 7843, 9684, 7902, 9836, 7837, 9968, 7608, 9734, 7601, 11284, 7855, 8794, 9677, 8956, 7775, 8780, 8037, 8579, 9858, 9105, 11041, 8799, 10659, 8581, 9980, 8308, 10352, 8338, 11114, 9133, 11487, 8280, 10316, 8395, 9977, 8980, 10342, 8259, 10214, 8339, 10168, 8283, 10495, 9155, 10902, 8266, 10312, 8294, 9928, 8389, 10458, 8958, 10275, 8339, 9542, 8976, 9833, 8901, 7529, 8851, 7718, 9090, 8983, 9876, 7860, 9564, 7815, 9789, 8078, 10278, 7659, 11354, 7485, 10454, 8048, 11131, 9224, 12114, 8308, 10712, 8443, 11029, 9115, 11010, 8692, 10429, 8683, 9944, 8956, 9357, 8577, 7727, 8590, 7500, 9520, 7326, 9873, 7749, 10626, 7760, 10648, 8322, 10826, 9027, 11696, 9257, 10373, 8922, 7628, 7975, 7647, 8849, 8027, 10071, 7772, 11828, 7862, 11129, 8852, 11420, 8945, 11209, 8809, 7913, 8855, 8069, 9157, 8748, 9801, 8230, 11544, 8170, 10352, 7998, 10080, 8643, 11335, 9279, 10586, 8777, 9820, 8775, 10350, 8999, 10274, 9120, 7890, 8587, 8064, 8370, 8507, 8571, 8770, 9398, 8150, 9944, 8107, 9394, 7933, 12521, 8568, 11623, 8535, 9953, 8572, 9150, 8735, 9100, 8640, 9314, 8883, 8677, 8334, 8664, 8023, 8694, 8494, 9070, 8740, 9236, 8519, 10281, 8588, 8979, 9771, 8797, 8354, 8476, 8432, 8891, 8449, 8807, 9817, 9026, 10845, 8787, 10584, 9277, 9457, 8967, 8689, 8205, 7414, 8600, 7685, 8896, 10222, 9141, 11056, 8485, 12074, 8587, 12932, 9207, 12982, 10421, 11738, 8043, 9960, 7875, 9785, 7985, 10120, 7941, 9237, 7915, 8728, 7905, 8120, 8015, 8840, 8155, 8638, 9199, 8390, 12125, 8771, 12527, 9459, 12248, 8462, 10375, 8294, 9833, 8569, 9914, 8308, 9528, 8295, 9292, 7922, 9374, 7853, 9368, 7594, 9425, 7369, 9172, 7390, 9285, 7506, 9136, 7374, 8921, 7809, 8345, 7687, 8719, 7453, 9394, 7902, 9035, 7812, 8489, 11599, 8282, 13490, 10238, 12642, 8254, 11362, 7511, 10603, 7363, 10638, 7562, 10102, 7889, 9635, 8071, 9319, 8478, 10334, 8923, 10275, 8826, 11020, 8957, 12061, 9105, 12800, 9738, 9156, 8712, 9284, 8648, 10232, 8455, 9238, 9162, 7436, 8907, 7241, 9520, 7223, 9477, 7660, 9930, 7487, 10199, 7733, 10473, 8955, 11477, 10300, 12189, 9821, 11844, 8922, 11025, 9896, 10988, 10553, 11939, 8429, 10888, 8487, 10599, 8053, 10632, 8380, 8511, 8392, 7298, 8509, 7551, 8483, 7744, 9109, 7501, 9291, 7552, 9472, 7570, 11193, 7686, 10518, 7699, 11098, 8680, 12867, 10730, 12055, 9629, 11677, 9444, 12252, 10021, 12650, 9895, 8263, 8401, 7262, 9152, 8076, 10317, 7600, 10879, 7473, 9489, 7656, 9688, 8956, 12976, 8281, 12472, 9351, 12879, 11253, 12329, 10015, 11691, 8740, 11109, 8893, 11206, 10286, 10883, 8660, 10985, 8555, 10909, 8190, 11237, 10358, 10171, 8105, 9875, 8132, 10257, 8627, 10355, 9290, 8537, 8545, 7886, 8962, 9963, 8837, 11765, 9511, 10767, 8214, 11785, 8679, 13480, 10460, 12751, 10189, 11828, 8304, 10952, 8333, 10235, 8742, 7642, 7994, 7727, 7778, 7505, 8675, 8963, 9650, 8161, 9085, 11845, 9116, 13709, 11538, 12978, 11042, 11115, 8269, 10371, 7898, 9945, 8519, 9910, 9735, 9359, 7986, 10689, 8871, 13521, 11061, 12612, 11777, 12478, 8482, 10643, 8340, 10665, 8662, 12213, 7650, 10145, 7559, 9022, 7523, 9472, 9039, 10730, 7856, 10162, 8084, 11304, 10249, 12977, 11152, 12022, 8937, 11158, 8765, 10532, 9612, 9920, 9109, 7227, 8413, 7412, 9294, 7567, 7257, 9390, 7975, 12760, 11192, 9849, 9871, 8820, 12140, 9587, 13789, 10977, 13636, 8799, 11213, 8857, 9871, 9189, 7154, 8651, 7160, 8824, 7458, 9894, 8575, 7099, 8184, 7100, 8693, 7770, 12112, 9655, 12502, 10802, 9373, 8793, 8047, 10382, 8490, 13940, 9139, 13496, 9163, 13285, 10052, 11273, 10971, 7563, 8386, 7612, 9979, 8433, 12615, 8991, 14197, 8911, 10809, 8172, 9232, 8169, 7657, 8440, 7889, 8234, 7455, 8253, 7379, 8865, 7364, 10997, 7636, 8492, 7877, 7692, 8128, 7062, 11797, 8816, 11587, 9405, 9444, 9341, 8024, 11932, 9171, 13710, 10332, 7424, 9209, 7603, 12021, 8908, 12642, 10404, 12769, 11095, 13310, 12121, 9519, 8889, 7726, 9754, 7794, 13648, 11773, 12726, 11337, 9918, 9635, 9021, 12657, 9814, 13548, 10232, 9772, 8488, 7868, 9423, 8047, 9520, 8550, 7653, 8290, 8267, 11560, 9170, 12367, 10330, 8184, 8340, 8307, 10623, 8367, 8709, 8115, 8115, 8588, 8298, 11054, 8523, 9860, 8441, 7657, 8403, 7874, 10591, 8492, 12017, 8955, 9529, 8566, 8005, 8712, 8007, 11926, 8259, 7864, 8390, 7839, 9868, 8072, 12785, 9346, 10748, 10200, 9693, 10011, 8766, 10749, 8142, 11267, 7359, 10628, 7531, 10342, 7731, 10622, 7915, 8535, 7379, 7912, 7959, 6854, 10034, 7545, 9777, 9237, 10634, 10210, 8838, 9300, 8010, 8847, 7506, 9450, 7673, 12089, 7366, 9829, 7654, 10045, 7675, 9195, 7692, 7297, 7805, 7825, 8272, 6944, 9189, 7520, 11503, 7485, 12770, 8415, 12356, 9524, 12504, 10375, 13513, 10032, 12888, 9062, 11331, 9838, 11227, 10936, 9988, 9081, 8824, 8190, 8037, 8539, 8411, 8984, 7845, 8891, 8121, 9178, 8170, 11536, 9150, 12242, 8205, 9817, 8389, 9113, 8259, 9148, 9090, 10492, 7054, 9345, 7181, 9663, 7130, 10843, 8503, 12738, 7339, 10970, 8202, 11005, 8177, 11864, 8316, 12441, 7629, 10393, 7466, 9725, 7756, 10179, 8523, 11975, 8100, 10884, 8444, 11384, 9157, 12295, 10097, 12135, 9059, 11872, 8630, 10881, 8324, 10092, 8571, 10983, 8192, 9937, 8225, 9485, 8170, 9313, 8517, 7832, 8481, 7901, 8634, 9942, 8348, 10852, 9424, 9331, 8588, 8855, 8461, 8701, 8586, 9493, 9375, 7897, 9572, 7345, 10028, 7734, 10056, 8305, 9231, 7397, 9045, 7287, 9041, 7490, 8712, 7327, 9390, 7775, 10414, 7454, 9513, 7715, 9484, 8171, 10203, 9011, 9977, 8500, 7912, 8080, 8874, 10274, 8731, 11090, 9032, 11150, 8300, 10072, 7654, 9265, 7597, 9215, 8046, 10786, 7336, 9900, 7503, 9471, 7556, 9951, 8135, 11454, 8155, 9389, 8148, 7955, 8254, 8553, 8064, 9909, 8519, 11352, 9820, 12580, 9920, 12122, 9506, 12086, 8206, 10699, 8032, 10069, 7454, 9634, 7717, 9417, 7925, 9747, 7868, 9463, 7609, 9509, 8639, 9839, 8043, 10580, 8581, 11117, 9296, 11667, 9957, 11036, 8531, 10489, 8678, 10370, 9149, 10298, 9677, 8444, 7732, 7996, 7564, 8931, 7721, 10836, 8482, 10452, 8125, 11193, 8774, 10950, 8786, 10731, 9602, 9738, 7279, 8806, 7314, 8269, 7542, 8313, 8134, 8167, 8608, 8033, 9774, 9078, 10519, 8815, 10162, 8625, 11706, 7724, 11697, 7530, 12685, 8471, 13190, 8712, 12616, 7794, 11167, 7988, 11168, 9691, 11140, 9606, 9852, 8365, 9529, 8027, 9856, 8210, 9013, 8740, 8344, 8695, 8400, 8851, 8322, 9568, 8292, 10591, 7271, 10164, 7546, 9842, 7782, 10021, 8180, 10977, 8556, 12436, 8275, 10910, 7802, 9779, 8000, 9702, 8289, 9518, 8716, 8149, 7942, 8570, 8168, 8985, 8326, 10141, 9081, 8248], 'WindowCenter': [4539.0, 4485.0, 4491.0, 4482.0, 4471.0, 4472.0, 4486.0, 4465.0, 4485.0, 4453.0, 4460.0, 4453.0, 4464.0, 4431.0, 4463.0, 4429.0, 4450.0, 4428.0, 4462.0, 4442.0, 4454.0, 4443.0, 4448.0, 4437.0, 4448.0, 4440.0, 4447.0, 4438.0, 4437.0, 4426.0, 4427.0, 4425.0, 4426.0, 4449.0, 4427.0, 4436.0, 4428.0, 4438.0, 4439.0, 4449.0, 4439.0, 4447.0, 4439.0, 4449.0, 4441.0, 4458.0, 4452.0, 4457.0, 4439.0, 4451.0, 4441.0, 4461.0, 4452.0, 4461.0, 4451.0, 4461.0, 4450.0, 4472.0, 4453.0, 4473.0, 4450.0, 4460.0, 4440.0, 4458.0, 4440.0, 4460.0, 4449.0, 4461.0, 4438.0, 4459.0, 4449.0, 4462.0, 4452.0, 4461.0, 4452.0, 4453.0, 4452.0, 4441.0, 4453.0, 4466.0, 4455.0, 4452.0, 4453.0, 4452.0, 4453.0, 4450.0, 4475.0, 4465.0, 4466.0, 4463.0, 4494.0, 4462.0, 4440.0, 4462.0, 4443.0, 4465.0, 4472.0, 4454.0, 4488.0, 4456.0, 4464.0, 4442.0, 4452.0, 4461.0, 4448.0, 4448.0, 4458.0, 4438.0, 4468.0, 4461.0, 4456.0, 4445.0, 4445.0, 4423.0, 4431.0, 4410.0, 4418.0, 4400.0, 4417.0, 4407.0, 4420.0, 4408.0, 4430.0, 4400.0, 4430.0, 4411.0, 4436.0, 4421.0, 4424.0, 4424.0, 4439.0, 4435.0, 4435.0, 4435.0, 4438.0, 4447.0, 4441.0, 4437.0, 4440.0, 4442.0, 4450.0, 4452.0, 4461.0, 4452.0, 4454.0, 4451.0, 4439.0, 4451.0, 4454.0, 4451.0, 4462.0, 4451.0, 4471.0, 4454.0, 4471.0, 4452.0, 4461.0, 4441.0, 4471.0, 4464.0, 4482.0, 4451.0, 4460.0, 4452.0, 4431.0, 4464.0, 4444.0, 4463.0, 4455.0, 4463.0, 4455.0, 4455.0, 4453.0, 4466.0, 4465.0, 4464.0, 4453.0, 4463.0, 4452.0, 4464.0, 4455.0, 4464.0, 4455.0, 4465.0, 4454.0, 4465.0, 4457.0, 4464.0, 4456.0, 4467.0, 4455.0, 4465.0, 4446.0, 4466.0, 4454.0, 4464.0, 4456.0, 4467.0, 4456.0, 4476.0, 4456.0, 4464.0, 4454.0, 4464.0, 4456.0, 4476.0, 4456.0, 4476.0, 4446.0, 4464.0, 4445.0, 4486.0, 4455.0, 4454.0, 4464.0, 4464.0, 4443.0, 4453.0, 4443.0, 4454.0, 4476.0, 4464.0, 4485.0, 4454.0, 4473.0, 4465.0, 4464.0, 4456.0, 4474.0, 4468.0, 4484.0, 4465.0, 4484.0, 4454.0, 4475.0, 4457.0, 4475.0, 4468.0, 4475.0, 4467.0, 4475.0, 4466.0, 4475.0, 4468.0, 4475.0, 4478.0, 4474.0, 4455.0, 4474.0, 4456.0, 4474.0, 4458.0, 4475.0, 4468.0, 4473.0, 4456.0, 4475.0, 4466.0, 4475.0, 4466.0, 4445.0, 4465.0, 4455.0, 4467.0, 4469.0, 4488.0, 4456.0, 4475.0, 4444.0, 4474.0, 4455.0, 4476.0, 4459.0, 4486.0, 4445.0, 4476.0, 4457.0, 4487.0, 4467.0, 4488.0, 4457.0, 4474.0, 4453.0, 4475.0, 4468.0, 4476.0, 4453.0, 4473.0, 4454.0, 4464.0, 4454.0, 4464.0, 4454.0, 4443.0, 4453.0, 4443.0, 4467.0, 4447.0, 4476.0, 4457.0, 4477.0, 4455.0, 4477.0, 4455.0, 4473.0, 4470.0, 4509.0, 4477.0, 4473.0, 4465.0, 4457.0, 4454.0, 4454.0, 4465.0, 4456.0, 4476.0, 4458.0, 4498.0, 4457.0, 4485.0, 4466.0, 4486.0, 4467.0, 4488.0, 4469.0, 4455.0, 4467.0, 4453.0, 4463.0, 4467.0, 4475.0, 4455.0, 4481.0, 4452.0, 4462.0, 4443.0, 4473.0, 4467.0, 4474.0, 4466.0, 4474.0, 4451.0, 4462.0, 4451.0, 4473.0, 4464.0, 4464.0, 4463.0, 4443.0, 4452.0, 4443.0, 4455.0, 4452.0, 4454.0, 4454.0, 4464.0, 4453.0, 4463.0, 4443.0, 4455.0, 4443.0, 4483.0, 4451.0, 4471.0, 4440.0, 4449.0, 4441.0, 4450.0, 4438.0, 4451.0, 4440.0, 4450.0, 4449.0, 4438.0, 4440.0, 4440.0, 4440.0, 4454.0, 4452.0, 4452.0, 4453.0, 4453.0, 4456.0, 4462.0, 4451.0, 4455.0, 4463.0, 4452.0, 4442.0, 4442.0, 4439.0, 4452.0, 4441.0, 4451.0, 4463.0, 4454.0, 4473.0, 4451.0, 4461.0, 4465.0, 4473.0, 4463.0, 4464.0, 4467.0, 4442.0, 4464.0, 4453.0, 4465.0, 4477.0, 4467.0, 4472.0, 4453.0, 4482.0, 4452.0, 4494.0, 4462.0, 4481.0, 4472.0, 4470.0, 4440.0, 4459.0, 4440.0, 4458.0, 4440.0, 4458.0, 4439.0, 4449.0, 4429.0, 4439.0, 4441.0, 4440.0, 4440.0, 4451.0, 4437.0, 4451.0, 4449.0, 4441.0, 4481.0, 4452.0, 4471.0, 4461.0, 4471.0, 4442.0, 4458.0, 4441.0, 4463.0, 4450.0, 4458.0, 4442.0, 4452.0, 4440.0, 4451.0, 4456.0, 4461.0, 4443.0, 4452.0, 4442.0, 4461.0, 4443.0, 4462.0, 4443.0, 4463.0, 4443.0, 4466.0, 4444.0, 4453.0, 4445.0, 4455.0, 4457.0, 4466.0, 4446.0, 4478.0, 4459.0, 4465.0, 4457.0, 4467.0, 4487.0, 4468.0, 4498.0, 4487.0, 4495.0, 4458.0, 4486.0, 4447.0, 4476.0, 4457.0, 4488.0, 4459.0, 4489.0, 4472.0, 4478.0, 4468.0, 4480.0, 4483.0, 4490.0, 4481.0, 4488.0, 4481.0, 4488.0, 4467.0, 4498.0, 4469.0, 4499.0, 4479.0, 4466.0, 4455.0, 4465.0, 4454.0, 4475.0, 4455.0, 4467.0, 4466.0, 4444.0, 4465.0, 4446.0, 4474.0, 4457.0, 4477.0, 4456.0, 4477.0, 4457.0, 4478.0, 4458.0, 4476.0, 4469.0, 4486.0, 4478.0, 4485.0, 4464.0, 4473.0, 4455.0, 4474.0, 4474.0, 4472.0, 4474.0, 4485.0, 4453.0, 4473.0, 4452.0, 4486.0, 4455.0, 4474.0, 4468.0, 4465.0, 4458.0, 4445.0, 4478.0, 4468.0, 4468.0, 4459.0, 4478.0, 4446.0, 4466.0, 4458.0, 4477.0, 4458.0, 4488.0, 4458.0, 4478.0, 4458.0, 4486.0, 4469.0, 4498.0, 4490.0, 4497.0, 4477.0, 4487.0, 4467.0, 4495.0, 4475.0, 4493.0, 4477.0, 4453.0, 4454.0, 4431.0, 4464.0, 4453.0, 4464.0, 4442.0, 4473.0, 4432.0, 4452.0, 4444.0, 4463.0, 4465.0, 4484.0, 4445.0, 4484.0, 4465.0, 4484.0, 4474.0, 4483.0, 4462.0, 4471.0, 4440.0, 4470.0, 4453.0, 4471.0, 4464.0, 4463.0, 4453.0, 4460.0, 4452.0, 4471.0, 4455.0, 4472.0, 4474.0, 4462.0, 4442.0, 4462.0, 4443.0, 4475.0, 4455.0, 4462.0, 4465.0, 4454.0, 4454.0, 4443.0, 4453.0, 4465.0, 4456.0, 4473.0, 4464.0, 4463.0, 4441.0, 4470.0, 4453.0, 4493.0, 4463.0, 4482.0, 4462.0, 4469.0, 4441.0, 4461.0, 4443.0, 4461.0, 4453.0, 4442.0, 4444.0, 4444.0, 4444.0, 4446.0, 4468.0, 4454.0, 4468.0, 4453.0, 4455.0, 4473.0, 4455.0, 4493.0, 4473.0, 4483.0, 4474.0, 4471.0, 4442.0, 4462.0, 4444.0, 4466.0, 4454.0, 4475.0, 4477.0, 4463.0, 4457.0, 4475.0, 4466.0, 4496.0, 4487.0, 4483.0, 4484.0, 4483.0, 4452.0, 4460.0, 4443.0, 4472.0, 4450.0, 4486.0, 4443.0, 4460.0, 4432.0, 4452.0, 4442.0, 4464.0, 4466.0, 4474.0, 4457.0, 4475.0, 4454.0, 4487.0, 4476.0, 4495.0, 4488.0, 4484.0, 4464.0, 4473.0, 4455.0, 4475.0, 4466.0, 4476.0, 4481.0, 4449.0, 4470.0, 4461.0, 4490.0, 4470.0, 4471.0, 4492.0, 4470.0, 4510.0, 4490.0, 4477.0, 4466.0, 4466.0, 4486.0, 4467.0, 4493.0, 4474.0, 4493.0, 4453.0, 4484.0, 4464.0, 4464.0, 4466.0, 4433.0, 4454.0, 4435.0, 4454.0, 4446.0, 4476.0, 4469.0, 4449.0, 4468.0, 4449.0, 4468.0, 4462.0, 4498.0, 4479.0, 4497.0, 4487.0, 4466.0, 4455.0, 4458.0, 4476.0, 4457.0, 4495.0, 4465.0, 4484.0, 4466.0, 4483.0, 4466.0, 4474.0, 4474.0, 4442.0, 4444.0, 4443.0, 4461.0, 4456.0, 4483.0, 4453.0, 4492.0, 4454.0, 4473.0, 4454.0, 4464.0, 4456.0, 4446.0, 4456.0, 4445.0, 4455.0, 4445.0, 4454.0, 4446.0, 4466.0, 4446.0, 4475.0, 4446.0, 4465.0, 4456.0, 4456.0, 4457.0, 4448.0, 4500.0, 4468.0, 4487.0, 4479.0, 4476.0, 4478.0, 4460.0, 4499.0, 4481.0, 4507.0, 4478.0, 4445.0, 4481.0, 4471.0, 4500.0, 4469.0, 4496.0, 4478.0, 4496.0, 4487.0, 4497.0, 4497.0, 4466.0, 4453.0, 4443.0, 4464.0, 4455.0, 4494.0, 4484.0, 4482.0, 4461.0, 4451.0, 4439.0, 4440.0, 4470.0, 4449.0, 4467.0, 4445.0, 4436.0, 4426.0, 4426.0, 4436.0, 4431.0, 4451.0, 4440.0, 4428.0, 4430.0, 4441.0, 4470.0, 4449.0, 4469.0, 4447.0, 4426.0, 4429.0, 4438.0, 4459.0, 4442.0, 4442.0, 4432.0, 4432.0, 4441.0, 4442.0, 4470.0, 4451.0, 4459.0, 4442.0, 4430.0, 4442.0, 4443.0, 4472.0, 4453.0, 4481.0, 4454.0, 4451.0, 4441.0, 4443.0, 4442.0, 4444.0, 4473.0, 4445.0, 4442.0, 4453.0, 4445.0, 4464.0, 4455.0, 4496.0, 4465.0, 4475.0, 4474.0, 4466.0, 4467.0, 4453.0, 4475.0, 4443.0, 4473.0, 4433.0, 4462.0, 4443.0, 4462.0, 4444.0, 4475.0, 4443.0, 4453.0, 4447.0, 4457.0, 4459.0, 4447.0, 4478.0, 4458.0, 4478.0, 4482.0, 4490.0, 4490.0, 4467.0, 4467.0, 4455.0, 4466.0, 4448.0, 4477.0, 4447.0, 4487.0, 4449.0, 4475.0, 4457.0, 4476.0, 4458.0, 4478.0, 4460.0, 4449.0, 4458.0, 4461.0, 4470.0, 4463.0, 4492.0, 4472.0, 4500.0, 4462.0, 4512.0, 4471.0, 4498.0, 4492.0, 4510.0, 4490.0, 4506.0, 4480.0, 4495.0, 4468.0, 4485.0, 4477.0, 4487.0, 4488.0, 4476.0, 4468.0, 4466.0, 4468.0, 4482.0, 4479.0, 4469.0, 4480.0, 4456.0, 4467.0, 4469.0, 4476.0, 4466.0, 4487.0, 4466.0, 4486.0, 4455.0, 4465.0, 4454.0, 4453.0, 4467.0, 4463.0, 4465.0, 4475.0, 4433.0, 4463.0, 4434.0, 4476.0, 4447.0, 4476.0, 4465.0, 4494.0, 4446.0, 4473.0, 4454.0, 4476.0, 4454.0, 4473.0, 4444.0, 4472.0, 4431.0, 4461.0, 4430.0, 4461.0, 4444.0, 4474.0, 4455.0, 4483.0, 4455.0, 4471.0, 4455.0, 4472.0, 4464.0, 4482.0, 4473.0, 4473.0, 4453.0, 4471.0, 4440.0, 4458.0, 4453.0, 4462.0, 4451.0, 4460.0, 4443.0, 4460.0, 4442.0, 4463.0, 4456.0, 4465.0, 4455.0, 4443.0, 4453.0, 4441.0, 4454.0, 4461.0, 4454.0, 4472.0, 4452.0, 4451.0, 4439.0, 4440.0, 4439.0, 4452.0, 4443.0, 4451.0, 4452.0, 4442.0, 4450.0, 4432.0, 4461.0, 4431.0, 4463.0, 4442.0, 4451.0, 4430.0, 4451.0, 4431.0, 4451.0, 4444.0, 4465.0, 4446.0, 4465.0, 4446.0, 4472.0, 4443.0, 4465.0, 4444.0, 4464.0, 4456.0, 4474.0, 4464.0, 4475.0, 4455.0, 4442.0, 4443.0, 4451.0, 4462.0, 4452.0, 4474.0, 4454.0, 4473.0, 4441.0, 4461.0, 4431.0, 4448.0, 4432.0, 4452.0, 4441.0, 4473.0, 4444.0, 4462.0, 4432.0, 4449.0, 4431.0, 4460.0, 4443.0, 4470.0, 4441.0, 4451.0, 4441.0, 4442.0, 4456.0, 4465.0, 4456.0, 4474.0, 4457.0, 4475.0, 4465.0, 4484.0, 4464.0, 4482.0, 4453.0, 4469.0, 4443.0, 4461.0, 4432.0, 4448.0, 4432.0, 4460.0, 4433.0, 4452.0, 4444.0, 4450.0, 4442.0, 4463.0, 4446.0, 4465.0, 4457.0, 4464.0, 4457.0, 4475.0, 4457.0, 4474.0, 4465.0, 4484.0, 4464.0, 4473.0, 4454.0, 4461.0, 4455.0, 4474.0, 4465.0, 4474.0, 4465.0, 4454.0, 4444.0, 4443.0, 4444.0, 4466.0, 4457.0, 4487.0, 4467.0, 4475.0, 4454.0, 4473.0, 4457.0, 4474.0, 4457.0, 4474.0, 4477.0, 4474.0, 4460.0, 4468.0, 4447.0, 4466.0, 4457.0, 4468.0, 4470.0, 4468.0, 4469.0, 4458.0, 4478.0, 4466.0, 4477.0, 4468.0, 4477.0, 4457.0, 4485.0, 4445.0, 4473.0, 4442.0, 4483.0, 4455.0, 4484.0, 4453.0, 4472.0, 4433.0, 4460.0, 4441.0, 4471.0, 4465.0, 4473.0, 4451.0, 4450.0, 4439.0, 4450.0, 4442.0, 4451.0, 4443.0, 4451.0, 4442.0, 4441.0, 4440.0, 4438.0, 4439.0, 4429.0, 4450.0, 4441.0, 4462.0, 4432.0, 4461.0, 4431.0, 4451.0, 4429.0, 4450.0, 4445.0, 4474.0, 4442.0, 4471.0, 4441.0, 4459.0, 4431.0, 4451.0, 4441.0, 4464.0, 4455.0, 4463.0, 4455.0, 4443.0, 4444.0, 4453.0, 4442.0, 4452.0, 4456.0, 4464.0, 4455.0, 4442.0], 'WindowWidth': [9973.0, 9889.0, 9889.0, 9876.0, 9857.0, 9860.0, 9871.0, 9843.0, 9871.0, 9823.0, 9829.0, 9824.0, 9839.0, 9791.0, 9832.0, 9785.0, 9810.0, 9781.0, 9830.0, 9805.0, 9822.0, 9805.0, 9808.0, 9791.0, 9804.0, 9797.0, 9805.0, 9792.0, 9789.0, 9772.0, 9773.0, 9770.0, 9774.0, 9806.0, 9775.0, 9787.0, 9779.0, 9791.0, 9796.0, 9809.0, 9796.0, 9804.0, 9795.0, 9809.0, 9801.0, 9823.0, 9818.0, 9820.0, 9798.0, 9816.0, 9803.0, 9830.0, 9820.0, 9832.0, 9817.0, 9829.0, 9815.0, 9845.0, 9820.0, 9847.0, 9815.0, 9826.0, 9800.0, 9822.0, 9801.0, 9827.0, 9813.0, 9828.0, 9795.0, 9823.0, 9814.0, 9833.0, 9819.0, 9830.0, 9819.0, 9823.0, 9821.0, 9803.0, 9823.0, 9841.0, 9827.0, 9818.0, 9821.0, 9819.0, 9821.0, 9815.0, 9857.0, 9844.0, 9846.0, 9840.0, 9883.0, 9834.0, 9799.0, 9833.0, 9808.0, 9844.0, 9851.0, 9825.0, 9878.0, 9828.0, 9839.0, 9807.0, 9819.0, 9828.0, 9809.0, 9806.0, 9821.0, 9796.0, 9835.0, 9826.0, 9815.0, 9797.0, 9795.0, 9762.0, 9770.0, 9740.0, 9749.0, 9726.0, 9746.0, 9734.0, 9753.0, 9735.0, 9768.0, 9729.0, 9770.0, 9745.0, 9782.0, 9759.0, 9766.0, 9766.0, 9790.0, 9783.0, 9786.0, 9786.0, 9792.0, 9803.0, 9799.0, 9791.0, 9799.0, 9802.0, 9813.0, 9819.0, 9832.0, 9819.0, 9822.0, 9816.0, 9799.0, 9817.0, 9824.0, 9817.0, 9835.0, 9819.0, 9845.0, 9823.0, 9844.0, 9818.0, 9829.0, 9804.0, 9844.0, 9840.0, 9860.0, 9818.0, 9830.0, 9823.0, 9792.0, 9839.0, 9813.0, 9837.0, 9828.0, 9838.0, 9828.0, 9829.0, 9823.0, 9844.0, 9845.0, 9841.0, 9824.0, 9839.0, 9822.0, 9840.0, 9829.0, 9843.0, 9830.0, 9844.0, 9829.0, 9844.0, 9836.0, 9842.0, 9833.0, 9848.0, 9831.0, 9842.0, 9817.0, 9845.0, 9826.0, 9840.0, 9833.0, 9849.0, 9832.0, 9861.0, 9832.0, 9841.0, 9829.0, 9842.0, 9833.0, 9861.0, 9834.0, 9861.0, 9818.0, 9841.0, 9815.0, 9872.0, 9828.0, 9828.0, 9840.0, 9841.0, 9811.0, 9823.0, 9811.0, 9826.0, 9857.0, 9842.0, 9868.0, 9828.0, 9851.0, 9842.0, 9841.0, 9831.0, 9857.0, 9851.0, 9870.0, 9844.0, 9868.0, 9827.0, 9855.0, 9835.0, 9857.0, 9850.0, 9857.0, 9848.0, 9857.0, 9847.0, 9860.0, 9852.0, 9858.0, 9864.0, 9855.0, 9830.0, 9854.0, 9832.0, 9857.0, 9837.0, 9857.0, 9850.0, 9853.0, 9831.0, 9856.0, 9847.0, 9857.0, 9846.0, 9816.0, 9843.0, 9828.0, 9849.0, 9852.0, 9881.0, 9833.0, 9858.0, 9814.0, 9855.0, 9832.0, 9860.0, 9839.0, 9871.0, 9816.0, 9858.0, 9834.0, 9875.0, 9850.0, 9875.0, 9834.0, 9853.0, 9824.0, 9855.0, 9848.0, 9855.0, 9824.0, 9848.0, 9824.0, 9838.0, 9825.0, 9836.0, 9825.0, 9809.0, 9822.0, 9810.0, 9847.0, 9821.0, 9858.0, 9836.0, 9862.0, 9831.0, 9859.0, 9831.0, 9853.0, 9855.0, 9913.0, 9863.0, 9852.0, 9842.0, 9835.0, 9829.0, 9829.0, 9845.0, 9835.0, 9860.0, 9841.0, 9892.0, 9838.0, 9872.0, 9847.0, 9871.0, 9848.0, 9875.0, 9852.0, 9827.0, 9848.0, 9824.0, 9839.0, 9848.0, 9856.0, 9832.0, 9862.0, 9821.0, 9834.0, 9810.0, 9852.0, 9846.0, 9853.0, 9846.0, 9851.0, 9817.0, 9832.0, 9817.0, 9851.0, 9840.0, 9838.0, 9837.0, 9808.0, 9818.0, 9807.0, 9825.0, 9820.0, 9826.0, 9827.0, 9840.0, 9823.0, 9836.0, 9807.0, 9824.0, 9807.0, 9863.0, 9819.0, 9845.0, 9800.0, 9812.0, 9801.0, 9814.0, 9797.0, 9817.0, 9801.0, 9815.0, 9812.0, 9796.0, 9801.0, 9801.0, 9800.0, 9824.0, 9822.0, 9822.0, 9821.0, 9821.0, 9826.0, 9832.0, 9817.0, 9827.0, 9835.0, 9820.0, 9804.0, 9804.0, 9798.0, 9817.0, 9803.0, 9818.0, 9835.0, 9825.0, 9847.0, 9817.0, 9830.0, 9839.0, 9854.0, 9839.0, 9842.0, 9850.0, 9810.0, 9842.0, 9827.0, 9847.0, 9863.0, 9848.0, 9848.0, 9823.0, 9859.0, 9821.0, 9883.0, 9836.0, 9858.0, 9849.0, 9842.0, 9803.0, 9826.0, 9802.0, 9825.0, 9801.0, 9825.0, 9799.0, 9811.0, 9783.0, 9799.0, 9804.0, 9801.0, 9800.0, 9817.0, 9796.0, 9816.0, 9813.0, 9804.0, 9859.0, 9821.0, 9844.0, 9831.0, 9844.0, 9805.0, 9824.0, 9804.0, 9836.0, 9816.0, 9825.0, 9806.0, 9818.0, 9803.0, 9817.0, 9830.0, 9832.0, 9810.0, 9819.0, 9808.0, 9832.0, 9811.0, 9833.0, 9813.0, 9840.0, 9812.0, 9846.0, 9813.0, 9823.0, 9814.0, 9829.0, 9835.0, 9846.0, 9821.0, 9866.0, 9838.0, 9846.0, 9834.0, 9848.0, 9873.0, 9850.0, 9891.0, 9875.0, 9884.0, 9836.0, 9871.0, 9821.0, 9860.0, 9837.0, 9878.0, 9842.0, 9880.0, 9859.0, 9864.0, 9853.0, 9871.0, 9878.0, 9886.0, 9875.0, 9879.0, 9871.0, 9876.0, 9849.0, 9892.0, 9854.0, 9891.0, 9867.0, 9843.0, 9828.0, 9842.0, 9827.0, 9856.0, 9828.0, 9844.0, 9846.0, 9813.0, 9842.0, 9819.0, 9854.0, 9835.0, 9864.0, 9836.0, 9864.0, 9837.0, 9864.0, 9837.0, 9859.0, 9854.0, 9873.0, 9863.0, 9870.0, 9839.0, 9849.0, 9826.0, 9852.0, 9854.0, 9847.0, 9854.0, 9866.0, 9824.0, 9851.0, 9822.0, 9875.0, 9832.0, 9854.0, 9853.0, 9842.0, 9836.0, 9819.0, 9865.0, 9855.0, 9854.0, 9841.0, 9866.0, 9820.0, 9847.0, 9839.0, 9863.0, 9837.0, 9879.0, 9837.0, 9862.0, 9836.0, 9874.0, 9855.0, 9893.0, 9883.0, 9887.0, 9862.0, 9873.0, 9847.0, 9884.0, 9856.0, 9877.0, 9860.0, 9822.0, 9825.0, 9792.0, 9839.0, 9826.0, 9840.0, 9808.0, 9848.0, 9792.0, 9820.0, 9814.0, 9836.0, 9842.0, 9864.0, 9813.0, 9865.0, 9842.0, 9865.0, 9850.0, 9860.0, 9832.0, 9841.0, 9801.0, 9840.0, 9821.0, 9845.0, 9838.0, 9834.0, 9820.0, 9827.0, 9819.0, 9845.0, 9827.0, 9846.0, 9852.0, 9832.0, 9806.0, 9833.0, 9809.0, 9854.0, 9828.0, 9834.0, 9840.0, 9824.0, 9823.0, 9808.0, 9822.0, 9842.0, 9829.0, 9849.0, 9836.0, 9833.0, 9802.0, 9839.0, 9819.0, 9877.0, 9834.0, 9857.0, 9831.0, 9836.0, 9801.0, 9829.0, 9808.0, 9830.0, 9822.0, 9806.0, 9811.0, 9810.0, 9812.0, 9819.0, 9848.0, 9827.0, 9849.0, 9823.0, 9828.0, 9847.0, 9826.0, 9876.0, 9847.0, 9860.0, 9849.0, 9842.0, 9805.0, 9832.0, 9812.0, 9844.0, 9828.0, 9855.0, 9861.0, 9839.0, 9834.0, 9857.0, 9846.0, 9888.0, 9873.0, 9864.0, 9866.0, 9863.0, 9821.0, 9829.0, 9809.0, 9847.0, 9816.0, 9868.0, 9809.0, 9825.0, 9793.0, 9818.0, 9809.0, 9837.0, 9845.0, 9853.0, 9831.0, 9854.0, 9829.0, 9876.0, 9859.0, 9881.0, 9876.0, 9864.0, 9839.0, 9850.0, 9828.0, 9855.0, 9845.0, 9856.0, 9876.0, 9827.0, 9857.0, 9847.0, 9887.0, 9859.0, 9865.0, 9893.0, 9860.0, 9911.0, 9881.0, 9860.0, 9844.0, 9842.0, 9871.0, 9844.0, 9878.0, 9852.0, 9876.0, 9822.0, 9866.0, 9839.0, 9838.0, 9844.0, 9795.0, 9825.0, 9800.0, 9825.0, 9819.0, 9861.0, 9853.0, 9825.0, 9849.0, 9827.0, 9851.0, 9849.0, 9892.0, 9868.0, 9888.0, 9874.0, 9844.0, 9828.0, 9835.0, 9860.0, 9834.0, 9883.0, 9841.0, 9865.0, 9841.0, 9861.0, 9841.0, 9851.0, 9852.0, 9807.0, 9810.0, 9808.0, 9831.0, 9828.0, 9864.0, 9824.0, 9874.0, 9824.0, 9849.0, 9824.0, 9838.0, 9831.0, 9818.0, 9831.0, 9812.0, 9827.0, 9813.0, 9825.0, 9818.0, 9847.0, 9819.0, 9856.0, 9818.0, 9843.0, 9831.0, 9833.0, 9837.0, 9825.0, 9897.0, 9853.0, 9875.0, 9867.0, 9861.0, 9867.0, 9843.0, 9896.0, 9871.0, 9905.0, 9861.0, 9815.0, 9873.0, 9859.0, 9897.0, 9853.0, 9886.0, 9863.0, 9885.0, 9874.0, 9888.0, 9889.0, 9843.0, 9824.0, 9809.0, 9839.0, 9831.0, 9883.0, 9865.0, 9858.0, 9827.0, 9811.0, 9794.0, 9799.0, 9839.0, 9807.0, 9830.0, 9797.0, 9784.0, 9772.0, 9774.0, 9790.0, 9788.0, 9813.0, 9797.0, 9779.0, 9784.0, 9800.0, 9841.0, 9811.0, 9835.0, 9805.0, 9776.0, 9781.0, 9794.0, 9823.0, 9806.0, 9804.0, 9790.0, 9789.0, 9802.0, 9805.0, 9842.0, 9817.0, 9826.0, 9805.0, 9788.0, 9804.0, 9808.0, 9846.0, 9823.0, 9859.0, 9823.0, 9816.0, 9804.0, 9808.0, 9806.0, 9811.0, 9848.0, 9811.0, 9806.0, 9822.0, 9815.0, 9839.0, 9830.0, 9884.0, 9842.0, 9854.0, 9853.0, 9845.0, 9846.0, 9824.0, 9854.0, 9809.0, 9849.0, 9796.0, 9833.0, 9809.0, 9834.0, 9814.0, 9854.0, 9811.0, 9825.0, 9822.0, 9835.0, 9839.0, 9823.0, 9865.0, 9839.0, 9866.0, 9875.0, 9884.0, 9885.0, 9846.0, 9848.0, 9828.0, 9842.0, 9823.0, 9861.0, 9822.0, 9874.0, 9825.0, 9857.0, 9835.0, 9858.0, 9840.0, 9865.0, 9843.0, 9827.0, 9839.0, 9846.0, 9859.0, 9855.0, 9893.0, 9867.0, 9900.0, 9851.0, 9917.0, 9861.0, 9894.0, 9891.0, 9915.0, 9887.0, 9902.0, 9869.0, 9885.0, 9851.0, 9870.0, 9862.0, 9876.0, 9878.0, 9860.0, 9851.0, 9846.0, 9852.0, 9882.0, 9871.0, 9855.0, 9871.0, 9833.0, 9850.0, 9857.0, 9862.0, 9847.0, 9878.0, 9847.0, 9872.0, 9830.0, 9841.0, 9826.0, 9823.0, 9850.0, 9842.0, 9843.0, 9857.0, 9799.0, 9836.0, 9800.0, 9859.0, 9824.0, 9858.0, 9845.0, 9881.0, 9817.0, 9850.0, 9826.0, 9857.0, 9826.0, 9850.0, 9810.0, 9845.0, 9791.0, 9829.0, 9789.0, 9830.0, 9816.0, 9854.0, 9830.0, 9865.0, 9829.0, 9846.0, 9828.0, 9847.0, 9840.0, 9862.0, 9851.0, 9849.0, 9821.0, 9841.0, 9801.0, 9821.0, 9823.0, 9834.0, 9818.0, 9827.0, 9807.0, 9827.0, 9805.0, 9836.0, 9832.0, 9842.0, 9830.0, 9809.0, 9824.0, 9805.0, 9823.0, 9831.0, 9825.0, 9847.0, 9821.0, 9815.0, 9798.0, 9798.0, 9798.0, 9819.0, 9808.0, 9817.0, 9819.0, 9804.0, 9814.0, 9791.0, 9829.0, 9790.0, 9834.0, 9806.0, 9818.0, 9787.0, 9816.0, 9791.0, 9817.0, 9815.0, 9845.0, 9821.0, 9843.0, 9817.0, 9850.0, 9812.0, 9840.0, 9814.0, 9839.0, 9830.0, 9853.0, 9840.0, 9855.0, 9827.0, 9807.0, 9809.0, 9816.0, 9835.0, 9820.0, 9852.0, 9824.0, 9850.0, 9803.0, 9828.0, 9788.0, 9809.0, 9790.0, 9820.0, 9804.0, 9851.0, 9812.0, 9833.0, 9790.0, 9811.0, 9788.0, 9828.0, 9808.0, 9841.0, 9803.0, 9815.0, 9805.0, 9807.0, 9831.0, 9847.0, 9833.0, 9855.0, 9833.0, 9856.0, 9840.0, 9865.0, 9838.0, 9860.0, 9822.0, 9838.0, 9805.0, 9826.0, 9790.0, 9809.0, 9792.0, 9829.0, 9796.0, 9818.0, 9809.0, 9815.0, 9808.0, 9836.0, 9819.0, 9842.0, 9835.0, 9839.0, 9831.0, 9855.0, 9833.0, 9853.0, 9845.0, 9868.0, 9841.0, 9849.0, 9824.0, 9830.0, 9828.0, 9853.0, 9843.0, 9854.0, 9844.0, 9825.0, 9813.0, 9810.0, 9814.0, 9845.0, 9837.0, 9877.0, 9848.0, 9855.0, 9828.0, 9851.0, 9832.0, 9855.0, 9833.0, 9855.0, 9860.0, 9855.0, 9843.0, 9851.0, 9823.0, 9847.0, 9837.0, 9853.0, 9858.0, 9850.0, 9857.0, 9839.0, 9865.0, 9844.0, 9862.0, 9851.0, 9861.0, 9831.0, 9868.0, 9814.0, 9850.0, 9808.0, 9865.0, 9828.0, 9866.0, 9820.0, 9844.0, 9792.0, 9826.0, 9802.0, 9845.0, 9839.0, 9848.0, 9816.0, 9813.0, 9798.0, 9812.0, 9804.0, 9814.0, 9807.0, 9816.0, 9804.0, 9801.0, 9799.0, 9793.0, 9796.0, 9782.0, 9813.0, 9804.0, 9829.0, 9791.0, 9828.0, 9789.0, 9815.0, 9784.0, 9813.0, 9813.0, 9850.0, 9806.0, 9841.0, 9802.0, 9823.0, 9788.0, 9814.0, 9803.0, 9837.0, 9827.0, 9834.0, 9827.0, 9807.0, 9809.0, 9819.0, 9807.0, 9820.0, 9831.0, 9839.0, 9827.0, 9804.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.0011366666666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.055976162603648426</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.29083897117007</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1635495503319497</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9417209010705375</td></tr>
<tr><td colspan=3>efc</td><td>0.4852</td></tr>
<tr><td colspan=3>fber</td><td>7496.0913</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09305475222025764</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.643449419568823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3868441967932283</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.308519854051507</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6477016641466005</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.204311072181577</td></tr>
<tr><td colspan=3>gcor</td><td>0.00757502</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012061177752912045</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040027257055044174</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</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.234340158941592</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>16.8563</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.4456</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.2275</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>913.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.6611</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0052</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.0167</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3673.2566</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3854.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1435.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.1716</td></tr>
<tr><td colspan=3>tsnr</td><td>30.74777132284362</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>