ds005256-mriqc/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter a01aa5e1f9 [DATALAD RUNCMD] Compute MRIQC for sub-0038
=== 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-0038 --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-0038",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:18 +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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-01/func/sub-0038_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>b5aeacd4ee12ce2db0b10528b48a9118</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:18:10.045000</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.998292, 0.0056223, 0.0581442, -0.00993167, 0.997202, 0.0740941]</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.0992037</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7757, -7150, 563, -102, -76, -90, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5915b08a-08f9-4dc2-948e-be1c25121f22||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.6783454418182373, -0.026645949110388756, 0.1554252654314041, 108.57020568847656], [-0.015084225684404373, 2.675419569015503, 0.201271653175354, -94.95915222167969], [0.15599662065505981, -0.1987890899181366, 2.687997817993164, -26.424989700317383], [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': ['141810.045000', '141810.505000', '141810.965000', '141811.425000', '141811.885000', '141812.345000', '141812.805000', '141813.265000', '141813.725000', '141814.185000', '141814.645000', '141815.105000', '141815.565000', '141816.025000', '141816.485000', '141816.945000', '141817.405000', '141817.865000', '141818.325000', '141818.785000', '141819.245000', '141819.705000', '141820.165000', '141820.625000', '141821.085000', '141821.545000', '141822.005000', '141822.465000', '141822.925000', '141823.385000', '141823.845000', '141824.305000', '141824.765000', '141825.225000', '141825.685000', '141826.145000', '141826.605000', '141827.065000', '141827.525000', '141827.985000', '141828.445000', '141828.905000', '141829.365000', '141829.825000', '141830.285000', '141830.745000', '141831.205000', '141831.665000', '141832.125000', '141832.585000', '141833.045000', '141833.505000', '141833.965000', '141834.425000', '141834.885000', '141835.345000', '141835.805000', '141836.265000', '141836.725000', '141837.185000', '141837.645000', '141838.105000', '141838.565000', '141839.025000', '141839.485000', '141839.945000', '141840.405000', '141840.865000', '141841.325000', '141841.785000', '141842.245000', '141842.705000', '141843.165000', '141843.625000', '141844.085000', '141844.545000', '141845.005000', '141845.465000', '141845.925000', '141846.385000', '141846.845000', '141847.305000', '141847.765000', '141848.225000', '141848.685000', '141849.145000', '141849.605000', '141850.065000', '141850.525000', '141850.985000', '141851.445000', '141851.905000', '141852.365000', '141852.825000', '141853.285000', '141853.745000', '141854.205000', '141854.665000', '141855.125000', '141855.585000', '141856.045000', '141856.505000', '141856.965000', '141857.425000', '141857.885000', '141858.345000', '141858.805000', '141859.265000', '141859.725000', '141900.185000', '141900.645000', '141901.105000', '141901.565000', '141902.025000', '141902.485000', '141902.945000', '141903.405000', '141903.865000', '141904.325000', '141904.785000', '141905.245000', '141905.705000', '141906.165000', '141906.625000', '141907.085000', '141907.545000', '141908.005000', '141908.465000', '141908.925000', '141909.385000', '141909.845000', '141910.305000', '141910.765000', '141911.225000', '141911.685000', '141912.145000', '141912.605000', '141913.065000', '141913.525000', '141913.985000', '141914.445000', '141914.905000', '141915.365000', '141915.825000', '141916.285000', '141916.745000', '141917.205000', '141917.665000', '141918.125000', '141918.585000', '141919.045000', '141919.505000', '141919.965000', '141920.425000', '141920.885000', '141921.345000', '141921.805000', '141922.265000', '141922.725000', '141923.185000', '141923.645000', '141924.105000', '141924.565000', '141925.025000', '141925.485000', '141925.945000', '141926.405000', '141926.865000', '141927.325000', '141927.785000', '141928.245000', '141928.705000', '141929.165000', '141929.625000', '141930.085000', '141930.545000', '141931.005000', '141931.465000', '141931.925000', '141932.385000', '141932.845000', '141933.305000', '141933.765000', '141934.225000', '141934.685000', '141935.145000', '141935.605000', '141936.065000', '141936.525000', '141936.985000', '141937.445000', '141937.905000', '141938.365000', '141938.825000', '141939.285000', '141939.745000', '141940.205000', '141940.665000', '141941.125000', '141941.585000', '141942.045000', '141942.505000', '141942.965000', '141943.425000', '141943.885000', '141944.345000', '141944.805000', '141945.265000', '141945.725000', '141946.185000', '141946.645000', '141947.105000', '141947.565000', '141948.025000', '141948.485000', '141948.945000', '141949.405000', '141949.865000', '141950.325000', '141950.785000', '141951.245000', '141951.705000', '141952.165000', '141952.625000', '141953.085000', '141953.545000', '141954.005000', '141954.465000', '141954.925000', '141955.385000', '141955.845000', '141956.305000', '141956.765000', '141957.225000', '141957.685000', '141958.145000', '141958.605000', '141959.065000', '141959.525000', '141959.985000', '142000.445000', '142000.905000', '142001.365000', '142001.825000', '142002.285000', '142002.745000', '142003.205000', '142003.665000', '142004.125000', '142004.585000', '142005.045000', '142005.505000', '142005.965000', '142006.425000', '142006.885000', '142007.345000', '142007.805000', '142008.265000', '142008.725000', '142009.185000', '142009.645000', '142010.105000', '142010.565000', '142011.025000', '142011.485000', '142011.945000', '142012.405000', '142012.865000', '142013.325000', '142013.785000', '142014.245000', '142014.705000', '142015.165000', '142015.625000', '142016.085000', '142016.545000', '142017.005000', '142017.465000', '142017.925000', '142018.385000', '142018.845000', '142019.305000', '142019.765000', '142020.225000', '142020.685000', '142021.145000', '142021.605000', '142022.065000', '142022.525000', '142022.985000', '142023.445000', '142023.905000', '142024.365000', '142024.825000', '142025.285000', '142025.745000', '142026.205000', '142026.665000', '142027.125000', '142027.585000', '142028.045000', '142028.505000', '142028.965000', '142029.425000', '142029.885000', '142030.345000', '142030.805000', '142031.265000', '142031.725000', '142032.185000', '142032.645000', '142033.105000', '142033.565000', '142034.025000', '142034.485000', '142034.945000', '142035.405000', '142035.865000', '142036.325000', '142036.785000', '142037.245000', '142037.705000', '142038.165000', '142038.625000', '142039.085000', '142039.545000', '142040.005000', '142040.465000', '142040.925000', '142041.385000', '142041.845000', '142042.305000', '142042.765000', '142043.225000', '142043.685000', '142044.145000', '142044.605000', '142045.065000', '142045.525000', '142045.985000', '142046.445000', '142046.905000', '142047.365000', '142047.825000', '142048.285000', '142048.745000', '142049.205000', '142049.665000', '142050.125000', '142050.585000', '142051.045000', '142051.505000', '142051.965000', '142052.425000', '142052.885000', '142053.345000', '142053.805000', '142054.265000', '142054.725000', '142055.185000', '142055.645000', '142056.105000', '142056.565000', '142057.025000', '142057.485000', '142057.945000', '142058.405000', '142058.865000', '142059.325000', '142059.785000', '142100.245000', '142100.705000', '142101.165000', '142101.625000', '142102.085000', '142102.545000', '142103.005000', '142103.465000', '142103.925000', '142104.385000', '142104.845000', '142105.305000', '142105.765000', '142106.225000', '142106.685000', '142107.145000', '142107.605000', '142108.065000', '142108.525000', '142108.985000', '142109.445000', '142109.905000', '142110.365000', '142110.825000', '142111.285000', '142111.745000', '142112.205000', '142112.665000', '142113.125000', '142113.585000', '142114.045000', '142114.505000', '142114.965000', '142115.425000', '142115.885000', '142116.345000', '142116.805000', '142117.265000', '142117.725000', '142118.185000', '142118.645000', '142119.105000', '142119.565000', '142120.025000', '142120.485000', '142120.945000', '142121.405000', '142121.865000', '142122.325000', '142122.785000', '142123.245000', '142123.705000', '142124.165000', '142124.625000', '142125.085000', '142125.545000', '142126.005000', '142126.465000', '142126.925000', '142127.385000', '142127.845000', '142128.305000', '142128.765000', '142129.225000', '142129.685000', '142130.145000', '142130.605000', '142131.065000', '142131.525000', '142131.985000', '142132.445000', '142132.905000', '142133.365000', '142133.825000', '142134.285000', '142134.745000', '142135.205000', '142135.665000', '142136.125000', '142136.585000', '142137.045000', '142137.505000', '142137.965000', '142138.425000', '142138.885000', '142139.345000', '142139.805000', '142140.265000', '142140.725000', '142141.185000', '142141.645000', '142142.105000', '142142.565000', '142143.025000', '142143.485000', '142143.945000', '142144.405000', '142144.865000', '142145.325000', '142145.785000', '142146.245000', '142146.705000', '142147.165000', '142147.625000', '142148.085000', '142148.545000', '142149.005000', '142149.465000', '142149.925000', '142150.385000', '142150.845000', '142151.305000', '142151.765000', '142152.225000', '142152.685000', '142153.145000', '142153.605000', '142154.065000', '142154.525000', '142154.985000', '142155.445000', '142155.905000', '142156.365000', '142156.825000', '142157.285000', '142157.745000', '142158.205000', '142158.665000', '142159.125000', '142159.585000', '142200.045000', '142200.505000', '142200.965000', '142201.425000', '142201.885000', '142202.345000', '142202.805000', '142203.265000', '142203.725000', '142204.185000', '142204.645000', '142205.105000', '142205.565000', '142206.025000', '142206.485000', '142206.945000', '142207.405000', '142207.865000', '142208.325000', '142208.785000', '142209.245000', '142209.705000', '142210.165000', '142210.625000', '142211.085000', '142211.545000', '142212.005000', '142212.465000', '142212.925000', '142213.385000', '142213.845000', '142214.305000', '142214.765000', '142215.225000', '142215.685000', '142216.145000', '142216.605000', '142217.065000', '142217.525000', '142217.985000', '142218.445000', '142218.905000', '142219.365000', '142219.825000', '142220.285000', '142220.745000', '142221.205000', '142221.665000', '142222.125000', '142222.585000', '142223.045000', '142223.505000', '142223.965000', '142224.425000', '142224.885000', '142225.345000', '142225.805000', '142226.265000', '142226.725000', '142227.185000', '142227.645000', '142228.105000', '142228.565000', '142229.025000', '142229.485000', '142229.945000', '142230.405000', '142230.865000', '142231.325000', '142231.785000', '142232.245000', '142232.705000', '142233.165000', '142233.625000', '142234.085000', '142234.545000', '142235.005000', '142235.465000', '142235.925000', '142236.385000', '142236.845000', '142237.305000', '142237.765000', '142238.225000', '142238.685000', '142239.145000', '142239.605000', '142240.065000', '142240.525000', '142240.985000', '142241.445000', '142241.905000', '142242.365000', '142242.825000', '142243.285000', '142243.745000', '142244.205000', '142244.665000', '142245.125000', '142245.585000', '142246.045000', '142246.505000', '142246.965000', '142247.425000', '142247.885000', '142248.345000', '142248.805000', '142249.265000', '142249.725000', '142250.185000', '142250.645000', '142251.105000', '142251.565000', '142252.025000', '142252.485000', '142252.945000', '142253.405000', '142253.865000', '142254.325000', '142254.785000', '142255.245000', '142255.705000', '142256.165000', '142256.625000', '142257.085000', '142257.545000', '142258.005000', '142258.465000', '142258.925000', '142259.385000', '142259.845000', '142300.305000', '142300.765000', '142301.225000', '142301.685000', '142302.145000', '142302.605000', '142303.065000', '142303.525000', '142303.985000', '142304.445000', '142304.905000', '142305.365000', '142305.825000', '142306.285000', '142306.745000', '142307.205000', '142307.665000', '142308.125000', '142308.585000', '142309.045000', '142309.505000', '142309.965000', '142310.425000', '142310.885000', '142311.345000', '142311.805000', '142312.265000', '142312.725000', '142313.185000', '142313.645000', '142314.105000', '142314.565000', '142315.025000', '142315.485000', '142315.945000', '142316.405000', '142316.865000', '142317.325000', '142317.785000', '142318.245000', '142318.705000', '142319.165000', '142319.625000', '142320.085000', '142320.545000', '142321.005000', '142321.465000', '142321.925000', '142322.385000', '142322.845000', '142323.305000', '142323.765000', '142324.225000', '142324.685000', '142325.145000', '142325.605000', '142326.065000', '142326.525000', '142326.985000', '142327.445000', '142327.905000', '142328.365000', '142328.825000', '142329.285000', '142329.745000', '142330.205000', '142330.665000', '142331.125000', '142331.585000', '142332.045000', '142332.505000', '142332.965000', '142333.425000', '142333.885000', '142334.345000', '142334.805000', '142335.265000', '142335.725000', '142336.185000', '142336.645000', '142337.105000', '142337.565000', '142338.025000', '142338.485000', '142338.945000', '142339.405000', '142339.865000', '142340.325000', '142340.785000', '142341.245000', '142341.705000', '142342.165000', '142342.625000', '142343.085000', '142343.545000', '142344.005000', '142344.465000', '142344.925000', '142345.385000', '142345.845000', '142346.305000', '142346.765000', '142347.225000', '142347.685000', '142348.145000', '142348.605000', '142349.065000', '142349.525000', '142349.985000', '142350.445000', '142350.905000', '142351.365000', '142351.825000', '142352.285000', '142352.745000', '142353.205000', '142353.665000', '142354.125000', '142354.585000', '142355.045000', '142355.505000', '142355.965000', '142356.425000', '142356.885000', '142357.345000', '142357.805000', '142358.265000', '142358.725000', '142359.185000', '142359.645000', '142400.105000', '142400.565000', '142401.025000', '142401.485000', '142401.945000', '142402.405000', '142402.865000', '142403.325000', '142403.785000', '142404.245000', '142404.705000', '142405.165000', '142405.625000', '142406.085000', '142406.545000', '142407.005000', '142407.465000', '142407.925000', '142408.385000', '142408.845000', '142409.305000', '142409.765000', '142410.225000', '142410.685000', '142411.145000', '142411.605000', '142412.065000', '142412.525000', '142412.985000', '142413.445000', '142413.905000', '142414.365000', '142414.825000', '142415.285000', '142415.745000', '142416.205000', '142416.665000', '142417.125000', '142417.585000', '142418.045000', '142418.505000', '142418.965000', '142419.425000', '142419.885000', '142420.345000', '142420.805000', '142421.265000', '142421.725000', '142422.185000', '142422.645000', '142423.105000', '142423.565000', '142424.025000', '142424.485000', '142424.945000', '142425.405000', '142425.865000', '142426.325000', '142426.785000', '142427.245000', '142427.705000', '142428.165000', '142428.625000', '142429.085000', '142429.545000', '142430.005000', '142430.465000', '142430.925000', '142431.385000', '142431.845000', '142432.305000', '142432.765000', '142433.225000', '142433.685000', '142434.145000', '142434.605000', '142435.065000', '142435.525000', '142435.985000', '142436.445000', '142436.905000', '142437.365000', '142437.825000', '142438.285000', '142438.745000', '142439.205000', '142439.665000', '142440.125000', '142440.585000', '142441.045000', '142441.505000', '142441.965000', '142442.425000', '142442.885000', '142443.345000', '142443.805000', '142444.265000', '142444.725000', '142445.185000', '142445.645000', '142446.105000', '142446.565000', '142447.025000', '142447.485000', '142447.945000', '142448.405000', '142448.865000', '142449.325000', '142449.785000', '142450.245000', '142450.705000', '142451.165000', '142451.625000', '142452.085000', '142452.545000', '142453.005000', '142453.465000', '142453.925000', '142454.385000', '142454.845000', '142455.305000', '142455.765000', '142456.225000', '142456.685000', '142457.145000', '142457.605000', '142458.065000', '142458.525000', '142458.985000', '142459.445000', '142459.905000', '142500.365000', '142500.825000', '142501.285000', '142501.745000', '142502.205000', '142502.665000', '142503.125000', '142503.585000', '142504.045000', '142504.505000', '142504.965000', '142505.425000', '142505.885000', '142506.345000', '142506.805000', '142507.265000', '142507.725000', '142508.185000', '142508.645000', '142509.105000', '142509.565000', '142510.025000', '142510.485000', '142510.945000', '142511.405000', '142511.865000', '142512.325000', '142512.785000', '142513.245000', '142513.705000', '142514.165000', '142514.625000', '142515.085000', '142515.545000', '142516.005000', '142516.465000', '142516.925000', '142517.385000', '142517.845000', '142518.305000', '142518.765000', '142519.225000', '142519.685000', '142520.145000', '142520.605000', '142521.065000', '142521.525000', '142521.985000', '142522.445000', '142522.905000', '142523.365000', '142523.825000', '142524.285000', '142524.745000', '142525.205000', '142525.665000', '142526.125000', '142526.585000', '142527.045000', '142527.505000', '142527.965000', '142528.425000', '142528.885000', '142529.345000', '142529.805000', '142530.265000', '142530.725000', '142531.185000', '142531.645000', '142532.105000', '142532.565000', '142533.025000', '142533.485000', '142533.945000', '142534.405000', '142534.865000', '142535.325000', '142535.785000', '142536.245000', '142536.705000', '142537.165000', '142537.625000', '142538.085000', '142538.545000', '142539.005000', '142539.465000', '142539.925000', '142540.385000', '142540.845000', '142541.305000', '142541.765000', '142542.225000', '142542.685000', '142543.145000', '142543.605000', '142544.065000', '142544.525000', '142544.985000', '142545.445000', '142545.905000', '142546.365000', '142546.825000', '142547.285000', '142547.745000', '142548.205000', '142548.665000', '142549.125000', '142549.585000', '142550.045000', '142550.505000', '142550.965000', '142551.425000', '142551.885000', '142552.345000', '142552.805000', '142553.265000', '142553.725000', '142554.185000', '142554.645000', '142555.105000', '142555.565000', '142556.025000', '142556.485000', '142556.945000', '142557.405000', '142557.865000', '142558.325000', '142558.785000', '142559.245000', '142559.705000', '142600.165000', '142600.625000', '142601.085000', '142601.545000', '142602.005000', '142602.465000', '142602.925000', '142603.385000', '142603.845000', '142604.305000', '142604.765000', '142605.225000', '142605.685000', '142606.145000', '142606.605000', '142607.065000', '142607.525000', '142607.985000', '142608.445000', '142608.905000', '142609.365000', '142609.825000', '142610.285000', '142610.745000', '142611.205000', '142611.665000', '142612.125000', '142612.585000', '142613.045000', '142613.505000', '142613.965000', '142614.425000', '142614.885000', '142615.345000', '142615.805000', '142616.265000', '142616.725000', '142617.185000', '142617.645000', '142618.105000', '142618.565000', '142619.025000', '142619.485000', '142619.945000', '142620.405000', '142620.865000', '142621.325000', '142621.785000', '142622.245000', '142622.705000', '142623.165000', '142623.625000', '142624.085000', '142624.545000', '142625.005000', '142625.465000', '142625.925000', '142626.385000', '142626.845000', '142627.305000', '142627.765000', '142628.225000', '142628.685000', '142629.145000', '142629.605000', '142630.065000', '142630.525000', '142630.985000', '142631.445000', '142631.905000', '142632.365000', '142632.825000', '142633.285000', '142633.745000', '142634.205000', '142634.665000', '142635.125000', '142635.585000', '142636.045000', '142636.505000', '142636.965000', '142637.425000', '142637.885000', '142638.345000', '142638.805000', '142639.265000', '142639.725000', '142640.185000', '142640.645000', '142641.105000', '142641.565000', '142642.025000', '142642.485000', '142642.945000', '142643.405000', '142643.865000', '142644.325000', '142644.785000', '142645.245000', '142645.705000', '142646.165000', '142646.625000', '142647.085000', '142647.545000', '142648.005000', '142648.465000', '142648.925000', '142649.385000', '142649.845000', '142650.305000', '142650.765000', '142651.225000', '142651.685000', '142652.145000', '142652.605000', '142653.065000', '142653.525000', '142653.985000', '142654.445000', '142654.905000', '142655.365000', '142655.825000', '142656.285000', '142656.745000', '142657.205000', '142657.665000', '142658.125000', '142658.585000', '142659.045000', '142659.505000', '142659.965000', '142700.425000', '142700.885000', '142701.345000', '142701.805000', '142702.265000', '142702.725000', '142703.185000', '142703.645000', '142704.105000', '142704.565000', '142705.025000', '142705.485000', '142705.945000', '142706.405000', '142706.865000', '142707.325000', '142707.785000', '142708.245000', '142708.705000', '142709.165000', '142709.625000', '142710.085000', '142710.545000', '142711.005000', '142711.465000', '142711.925000', '142712.385000', '142712.845000', '142713.305000', '142713.765000', '142714.225000', '142714.685000', '142715.145000', '142715.605000', '142716.065000', '142716.525000', '142716.985000', '142717.445000', '142717.905000', '142718.365000', '142718.825000', '142719.285000', '142719.745000', '142720.205000', '142720.665000', '142721.125000', '142721.585000', '142722.045000', '142722.505000', '142722.965000', '142723.425000', '142723.885000', '142724.345000', '142724.805000', '142725.265000', '142725.725000'], 'ContentTime': ['141835.089000', '141835.093000', '141835.096000', '141835.100000', '141835.102000', '141835.105000', '141835.108000', '141835.111000', '141835.114000', '141835.117000', '141835.120000', '141835.123000', '141835.126000', '141835.129000', '141835.132000', '141835.135000', '141835.138000', '141835.141000', '141835.144000', '141835.147000', '141835.149000', '141835.152000', '141835.155000', '141835.158000', '141835.166000', '141835.169000', '141835.172000', '141835.175000', '141835.178000', '141835.181000', '141835.184000', '141835.187000', '141835.190000', '141835.193000', '141835.196000', '141835.199000', '141835.202000', '141835.205000', '141835.208000', '141835.211000', '141835.214000', '141835.217000', '141835.219000', '141835.222000', '141835.225000', '141835.228000', '141835.231000', '141835.234000', '141835.237000', '141835.240000', '141835.242000', '141835.245000', '141835.248000', '141855.052000', '141855.055000', '141855.058000', '141855.061000', '141855.064000', '141855.067000', '141855.069000', '141855.072000', '141855.075000', '141855.078000', '141855.081000', '141855.083000', '141855.086000', '141855.089000', '141855.092000', '141855.095000', '141855.098000', '141855.101000', '141855.107000', '141855.110000', '141855.113000', '141855.116000', '141855.118000', '141855.121000', '141855.124000', '141855.127000', '141855.130000', '141855.132000', '141855.135000', '141855.138000', '141855.141000', '141855.158000', '141855.161000', '141855.164000', '141855.167000', '141855.192000', '141855.195000', '141855.197000', '141855.200000', '141855.203000', '141855.206000', '141855.214000', '141855.216000', '141855.219000', '141915.052000', '141915.055000', '141915.058000', '141915.061000', '141915.064000', '141915.066000', '141915.069000', '141915.072000', '141915.075000', '141915.078000', '141915.081000', '141915.084000', '141915.087000', '141915.089000', '141915.092000', '141915.098000', '141915.102000', '141915.105000', '141915.108000', '141915.110000', '141915.113000', '141915.116000', '141915.119000', '141915.122000', '141915.124000', '141915.127000', '141915.130000', '141915.133000', '141915.136000', '141915.139000', '141915.142000', '141915.144000', '141915.147000', '141915.150000', '141915.153000', '141915.156000', '141915.159000', '141915.162000', '141915.164000', '141915.167000', '141915.170000', '141915.173000', '141915.183000', '141935.052000', '141935.055000', '141935.058000', '141935.060000', '141935.063000', '141935.066000', '141935.069000', '141935.072000', '141935.075000', '141935.078000', '141935.081000', '141935.083000', '141935.086000', '141935.089000', '141935.092000', '141935.095000', '141935.098000', '141935.101000', '141935.103000', '141935.106000', '141935.109000', '141935.115000', '141935.118000', '141935.121000', '141935.124000', '141935.126000', '141935.129000', '141935.132000', '141935.135000', '141935.138000', '141935.141000', '141935.144000', '141935.146000', '141935.149000', '141935.152000', '141935.155000', '141935.158000', '141935.235000', '141935.238000', '141935.241000', '141935.244000', '141935.247000', '141935.249000', '141935.252000', '141955.052000', '141955.055000', '141955.058000', '141955.061000', '141955.064000', '141955.066000', '141955.069000', '141955.072000', '141955.075000', '141955.078000', '141955.081000', '141955.084000', '141955.086000', '141955.089000', '141955.092000', '141955.095000', '141955.098000', '141955.101000', '141955.104000', '141955.107000', '141955.110000', '141955.113000', '141955.116000', '141955.119000', '141955.122000', '141955.125000', '141955.128000', '141955.130000', '141955.133000', '141955.136000', '141955.139000', '141955.142000', '141955.145000', '141955.148000', '141955.150000', '141955.153000', '141955.156000', '141955.159000', '141955.162000', '141955.165000', '141955.168000', '141955.170000', '141955.173000', '142015.052000', '142015.055000', '142015.058000', '142015.061000', '142015.063000', '142015.066000', '142015.069000', '142015.072000', '142015.075000', '142015.078000', '142015.081000', '142015.084000', '142015.087000', '142015.089000', '142015.092000', '142015.095000', '142015.098000', '142015.101000', '142015.104000', '142015.107000', '142015.110000', '142015.112000', '142015.115000', '142015.118000', '142015.121000', '142015.124000', '142015.127000', '142015.130000', '142015.132000', '142015.135000', '142015.138000', '142015.141000', '142015.144000', '142015.147000', '142015.149000', '142015.152000', '142015.155000', '142015.187000', '142015.190000', '142015.193000', '142015.196000', '142015.199000', '142015.201000', '142015.204000', '142035.052000', '142035.055000', '142035.058000', '142035.061000', '142035.064000', '142035.068000', '142035.071000', '142035.074000', '142035.076000', '142035.079000', '142035.082000', '142035.085000', '142035.088000', '142035.091000', '142035.093000', '142035.096000', '142035.099000', '142035.102000', '142035.105000', '142035.108000', '142035.110000', '142035.113000', '142035.116000', '142035.119000', '142035.122000', '142035.125000', '142035.141000', '142035.155000', '142035.157000', '142035.184000', '142035.187000', '142035.190000', '142035.193000', '142035.196000', '142035.198000', '142035.201000', '142035.204000', '142035.207000', '142035.210000', '142035.213000', '142035.216000', '142035.218000', '142035.221000', '142055.052000', '142055.055000', '142055.058000', '142055.061000', '142055.064000', '142055.066000', '142055.069000', '142055.072000', '142055.075000', '142055.078000', '142055.081000', '142055.084000', '142055.086000', '142055.089000', '142055.092000', '142055.095000', '142055.098000', '142055.101000', '142055.104000', '142055.106000', '142055.109000', '142055.112000', '142055.115000', '142055.118000', '142055.120000', '142055.123000', '142055.132000', '142055.135000', '142055.138000', '142055.141000', '142055.144000', '142055.147000', '142055.149000', '142055.152000', '142055.155000', '142055.158000', '142055.161000', '142055.164000', '142055.167000', '142055.169000', '142055.172000', '142055.175000', '142055.178000', '142055.181000', '142115.052000', '142115.055000', '142115.058000', '142115.060000', '142115.064000', '142115.066000', '142115.069000', '142115.072000', '142115.075000', '142115.078000', '142115.081000', '142115.084000', '142115.087000', '142115.090000', '142115.092000', '142115.095000', '142115.098000', '142115.101000', '142115.104000', '142115.107000', '142115.110000', '142115.112000', '142115.115000', '142115.118000', '142115.121000', '142115.124000', '142115.127000', '142115.130000', '142115.133000', '142115.135000', '142115.138000', '142115.141000', '142115.144000', '142115.147000', '142115.149000', '142115.152000', '142115.155000', '142115.158000', '142115.202000', '142115.205000', '142115.208000', '142115.211000', '142115.214000', '142135.052000', '142135.055000', '142135.058000', '142135.061000', '142135.064000', '142135.067000', '142135.069000', '142135.072000', '142135.075000', '142135.078000', '142135.081000', '142135.084000', '142135.086000', '142135.089000', '142135.092000', '142135.095000', '142135.098000', '142135.101000', '142135.104000', '142135.106000', '142135.109000', '142135.112000', '142135.115000', '142135.118000', '142135.121000', '142135.124000', '142135.126000', '142135.129000', '142135.132000', '142135.135000', '142135.138000', '142135.141000', '142135.143000', '142135.146000', '142135.149000', '142135.152000', '142135.155000', '142135.158000', '142135.195000', '142135.198000', '142135.201000', '142135.204000', '142135.207000', '142135.210000', '142155.052000', '142155.055000', '142155.058000', '142155.061000', '142155.064000', '142155.066000', '142155.069000', '142155.072000', '142155.075000', '142155.078000', '142155.081000', '142155.084000', '142155.086000', '142155.089000', '142155.092000', '142155.095000', '142155.098000', '142155.101000', '142155.105000', '142155.108000', '142155.111000', '142155.114000', '142155.117000', '142155.120000', '142155.123000', '142155.126000', '142155.128000', '142155.131000', '142155.134000', '142155.137000', '142155.140000', '142155.143000', '142155.146000', '142155.148000', '142155.151000', '142155.154000', '142155.157000', '142155.196000', '142155.199000', '142155.201000', '142155.204000', '142155.207000', '142155.210000', '142215.052000', '142215.055000', '142215.058000', '142215.060000', '142215.064000', '142215.067000', '142215.070000', '142215.072000', '142215.087000', '142215.090000', '142215.093000', '142215.095000', '142215.098000', '142215.101000', '142215.104000', '142215.107000', '142215.114000', '142215.117000', '142215.119000', '142215.122000', '142215.125000', '142215.128000', '142215.131000', '142215.134000', '142215.137000', '142215.139000', '142215.142000', '142215.145000', '142215.148000', '142215.151000', '142215.154000', '142215.156000', '142215.191000', '142215.194000', '142215.197000', '142215.200000', '142215.203000', '142215.206000', '142215.208000', '142215.211000', '142215.214000', '142215.217000', '142215.220000', '142215.223000', '142235.052000', '142235.055000', '142235.058000', '142235.061000', '142235.064000', '142235.066000', '142235.069000', '142235.072000', '142235.075000', '142235.078000', '142235.081000', '142235.084000', '142235.086000', '142235.089000', '142235.092000', '142235.095000', '142235.098000', '142235.101000', '142235.104000', '142235.106000', '142235.109000', '142235.112000', '142235.115000', '142235.118000', '142235.121000', '142235.124000', '142235.127000', '142235.130000', '142235.132000', '142235.135000', '142235.138000', '142235.141000', '142235.144000', '142235.147000', '142235.150000', '142235.152000', '142235.155000', '142235.193000', '142235.196000', '142235.199000', '142235.202000', '142235.204000', '142235.207000', '142255.052000', '142255.055000', '142255.058000', '142255.061000', '142255.063000', '142255.066000', '142255.069000', '142255.072000', '142255.075000', '142255.078000', '142255.080000', '142255.083000', '142255.086000', '142255.089000', '142255.092000', '142255.095000', '142255.098000', '142255.100000', '142255.103000', '142255.106000', '142255.109000', '142255.112000', '142255.115000', '142255.118000', '142255.120000', '142255.123000', '142255.126000', '142255.129000', '142255.132000', '142255.135000', '142255.137000', '142255.140000', '142255.143000', '142255.146000', '142255.149000', '142255.152000', '142255.155000', '142255.157000', '142255.160000', '142255.163000', '142255.166000', '142255.169000', '142255.172000', '142255.175000', '142315.052000', '142315.055000', '142315.058000', '142315.061000', '142315.064000', '142315.067000', '142315.069000', '142315.072000', '142315.075000', '142315.078000', '142315.081000', '142315.084000', '142315.086000', '142315.089000', '142315.092000', '142315.095000', '142315.098000', '142315.101000', '142315.104000', '142315.106000', '142315.109000', '142315.112000', '142315.115000', '142315.118000', '142315.121000', '142315.124000', '142315.126000', '142315.129000', '142315.132000', '142315.135000', '142315.138000', '142315.142000', '142315.145000', '142315.148000', '142315.151000', '142315.154000', '142315.157000', '142315.160000', '142315.163000', '142315.165000', '142315.168000', '142315.171000', '142315.174000', '142335.052000', '142335.055000', '142335.058000', '142335.061000', '142335.064000', '142335.066000', '142335.069000', '142335.072000', '142335.075000', '142335.078000', '142335.081000', '142335.084000', '142335.086000', '142335.089000', '142335.092000', '142335.095000', '142335.098000', '142335.101000', '142335.104000', '142335.107000', '142335.110000', '142335.113000', '142335.118000', '142335.121000', '142335.124000', '142335.127000', '142335.130000', '142335.132000', '142335.135000', '142335.138000', '142335.141000', '142335.144000', '142335.147000', '142335.159000', '142335.195000', '142335.197000', '142335.200000', '142335.203000', '142335.206000', '142335.209000', '142335.212000', '142335.214000', '142335.217000', '142335.220000', '142355.052000', '142355.055000', '142355.058000', '142355.061000', '142355.064000', '142355.066000', '142355.069000', '142355.072000', '142355.075000', '142355.078000', '142355.080000', '142355.083000', '142355.086000', '142355.089000', '142355.092000', '142355.095000', '142355.098000', '142355.101000', '142355.103000', '142355.106000', '142355.109000', '142355.112000', '142355.115000', '142355.117000', '142355.120000', '142355.123000', '142355.126000', '142355.129000', '142355.132000', '142355.135000', '142355.137000', '142355.140000', '142355.143000', '142355.146000', '142355.149000', '142355.152000', '142355.154000', '142355.157000', '142355.160000', '142355.163000', '142355.166000', '142355.169000', '142355.171000', '142415.052000', '142415.055000', '142415.058000', '142415.061000', '142415.064000', '142415.067000', '142415.069000', '142415.072000', '142415.075000', '142415.078000', '142415.081000', '142415.084000', '142415.086000', '142415.089000', '142415.092000', '142415.095000', '142415.098000', '142415.101000', '142415.104000', '142415.107000', '142415.109000', '142415.112000', '142415.115000', '142415.118000', '142415.121000', '142415.124000', '142415.126000', '142415.129000', '142415.132000', '142415.135000', '142415.138000', '142415.141000', '142415.143000', '142415.146000', '142415.149000', '142415.152000', '142415.155000', '142415.158000', '142415.199000', '142415.202000', '142415.205000', '142415.208000', '142415.211000', '142415.213000', '142435.052000', '142435.055000', '142435.058000', '142435.061000', '142435.064000', '142435.066000', '142435.069000', '142435.072000', '142435.075000', '142435.078000', '142435.081000', '142435.084000', '142435.087000', '142435.089000', '142435.092000', '142435.095000', '142435.098000', '142435.101000', '142435.104000', '142435.107000', '142435.109000', '142435.112000', '142435.115000', '142435.118000', '142435.121000', '142435.124000', '142435.126000', '142435.130000', '142435.132000', '142435.135000', '142435.138000', '142435.141000', '142435.144000', '142435.147000', '142435.150000', '142435.153000', '142435.155000', '142435.158000', '142435.199000', '142435.202000', '142435.205000', '142435.208000', '142435.211000', '142455.052000', '142455.055000', '142455.058000', '142455.060000', '142455.063000', '142455.066000', '142455.069000', '142455.072000', '142455.075000', '142455.078000', '142455.081000', '142455.083000', '142455.086000', '142455.089000', '142455.092000', '142455.095000', '142455.098000', '142455.101000', '142455.103000', '142455.106000', '142455.109000', '142455.112000', '142455.115000', '142455.118000', '142455.121000', '142455.123000', '142455.126000', '142455.129000', '142455.132000', '142455.135000', '142455.138000', '142455.140000', '142455.143000', '142455.147000', '142455.150000', '142455.153000', '142455.156000', '142455.159000', '142455.162000', '142455.164000', '142455.167000', '142455.170000', '142455.173000', '142455.181000', '142515.052000', '142515.055000', '142515.058000', '142515.061000', '142515.064000', '142515.067000', '142515.070000', '142515.072000', '142515.075000', '142515.078000', '142515.081000', '142515.084000', '142515.087000', '142515.090000', '142515.093000', '142515.096000', '142515.098000', '142515.101000', '142515.104000', '142515.107000', '142515.110000', '142515.113000', '142515.116000', '142515.118000', '142515.121000', '142515.124000', '142515.127000', '142515.130000', '142515.133000', '142515.136000', '142515.139000', '142515.141000', '142515.144000', '142515.147000', '142515.150000', '142515.153000', '142515.156000', '142515.246000', '142515.249000', '142515.252000', '142515.254000', '142515.257000', '142515.260000', '142535.052000', '142535.055000', '142535.058000', '142535.061000', '142535.064000', '142535.067000', '142535.070000', '142535.072000', '142535.075000', '142535.078000', '142535.081000', '142535.084000', '142535.087000', '142535.090000', '142535.093000', '142535.095000', '142535.098000', '142535.101000', '142535.104000', '142535.107000', '142535.110000', '142535.113000', '142535.116000', '142535.119000', '142535.121000', '142535.124000', '142535.127000', '142535.130000', '142535.133000', '142535.136000', '142535.139000', '142535.141000', '142535.144000', '142535.147000', '142535.150000', '142535.153000', '142535.156000', '142535.159000', '142535.243000', '142535.245000', '142535.248000', '142535.251000', '142535.254000', '142555.052000', '142555.055000', '142555.058000', '142555.061000', '142555.064000', '142555.066000', '142555.069000', '142555.072000', '142555.075000', '142555.078000', '142555.081000', '142555.084000', '142555.086000', '142555.089000', '142555.092000', '142555.095000', '142555.098000', '142555.101000', '142555.104000', '142555.106000', '142555.109000', '142555.112000', '142555.115000', '142555.118000', '142555.121000', '142555.123000', '142555.126000', '142555.129000', '142555.132000', '142555.135000', '142555.138000', '142555.141000', '142555.144000', '142555.146000', '142555.149000', '142555.152000', '142555.155000', '142555.158000', '142555.161000', '142555.164000', '142555.167000', '142555.169000', '142555.172000', '142555.175000', '142615.052000', '142615.058000', '142615.061000', '142615.064000', '142615.067000', '142615.070000', '142615.073000', '142615.076000', '142615.078000', '142615.081000', '142615.084000', '142615.087000', '142615.090000', '142615.093000', '142615.096000', '142615.099000', '142615.102000', '142615.104000', '142615.107000', '142615.110000', '142615.113000', '142615.116000', '142615.119000', '142615.121000', '142615.124000', '142615.127000', '142615.130000', '142615.133000', '142615.136000', '142615.138000', '142615.141000', '142615.144000', '142615.147000', '142615.150000', '142615.153000', '142615.156000', '142615.158000', '142615.161000', '142615.164000', '142615.167000', '142615.184000', '142615.187000', '142615.197000', '142635.052000', '142635.055000', '142635.058000', '142635.061000', '142635.064000', '142635.067000', '142635.069000', '142635.072000', '142635.075000', '142635.078000', '142635.081000', '142635.084000', '142635.087000', '142635.090000', '142635.093000', '142635.095000', '142635.098000', '142635.101000', '142635.104000', '142635.107000', '142635.109000', '142635.112000', '142635.115000', '142635.118000', '142635.121000', '142635.124000', '142635.127000', '142635.129000', '142635.132000', '142635.135000', '142635.138000', '142635.141000', '142635.144000', '142635.147000', '142635.149000', '142635.152000', '142635.155000', '142635.158000', '142635.161000', '142635.164000', '142635.167000', '142635.170000', '142635.172000', '142635.175000', '142655.052000', '142655.055000', '142655.058000', '142655.061000', '142655.064000', '142655.066000', '142655.069000', '142655.073000', '142655.075000', '142655.078000', '142655.081000', '142655.084000', '142655.087000', '142655.090000', '142655.093000', '142655.096000', '142655.099000', '142655.102000', '142655.104000', '142655.107000', '142655.110000', '142655.113000', '142655.116000', '142655.119000', '142655.122000', '142655.124000', '142655.127000', '142655.130000', '142655.133000', '142655.136000', '142655.139000', '142655.142000', '142655.144000', '142655.147000', '142655.150000', '142655.153000', '142655.156000', '142655.159000', '142655.162000', '142655.165000', '142655.168000', '142655.171000', '142655.174000', '142715.052000', '142715.055000', '142715.058000', '142715.061000', '142715.064000', '142715.067000', '142715.069000', '142715.072000', '142715.075000', '142715.078000', '142715.081000', '142715.084000', '142715.087000', '142715.089000', '142715.092000', '142715.095000', '142715.098000', '142715.101000', '142715.104000', '142715.106000', '142715.109000', '142715.112000', '142715.115000', '142715.118000', '142715.121000', '142715.124000', '142715.126000', '142715.129000', '142715.132000', '142715.135000', '142715.138000', '142715.141000', '142715.144000', '142715.146000', '142715.149000', '142715.152000', '142715.155000', '142715.158000', '142715.161000', '142715.164000', '142715.167000', '142715.169000', '142715.172000', '142715.175000', '142726.419000', '142726.422000', '142726.426000', '142726.428000', '142726.431000', '142726.434000', '142726.438000', '142726.440000', '142726.443000', '142726.446000', '142726.449000', '142726.452000', '142726.455000', '142726.458000', '142726.461000', '142726.463000', '142726.466000', '142726.469000', '142726.472000', '142726.475000', '142726.478000', '142726.481000', '142726.484000', '142726.487000', '142726.489000'], 'InstanceCreationTime': ['141835.089000', '141835.093000', '141835.096000', '141835.100000', '141835.102000', '141835.105000', '141835.108000', '141835.111000', '141835.114000', '141835.117000', '141835.120000', '141835.123000', '141835.126000', '141835.129000', '141835.132000', '141835.135000', '141835.138000', '141835.141000', '141835.144000', '141835.147000', '141835.149000', '141835.152000', '141835.155000', '141835.158000', '141835.166000', '141835.169000', '141835.172000', '141835.175000', '141835.178000', '141835.181000', '141835.184000', '141835.187000', '141835.190000', '141835.193000', '141835.196000', '141835.199000', '141835.202000', '141835.205000', '141835.208000', '141835.211000', '141835.214000', '141835.217000', '141835.219000', '141835.222000', '141835.225000', '141835.228000', '141835.231000', '141835.234000', '141835.237000', '141835.240000', '141835.242000', '141835.245000', '141835.248000', '141855.052000', '141855.055000', '141855.058000', '141855.061000', '141855.064000', '141855.067000', '141855.069000', '141855.072000', '141855.075000', '141855.078000', '141855.081000', '141855.083000', '141855.086000', '141855.089000', '141855.092000', '141855.095000', '141855.098000', '141855.101000', '141855.107000', '141855.110000', '141855.113000', '141855.116000', '141855.118000', '141855.121000', '141855.124000', '141855.127000', '141855.130000', '141855.132000', '141855.135000', '141855.138000', '141855.141000', '141855.158000', '141855.161000', '141855.164000', '141855.167000', '141855.192000', '141855.195000', '141855.197000', '141855.200000', '141855.203000', '141855.206000', '141855.214000', '141855.216000', '141855.219000', '141915.052000', '141915.055000', '141915.058000', '141915.061000', '141915.064000', '141915.066000', '141915.069000', '141915.072000', '141915.075000', '141915.078000', '141915.081000', '141915.084000', '141915.087000', '141915.089000', '141915.092000', '141915.098000', '141915.102000', '141915.105000', '141915.108000', '141915.110000', '141915.113000', '141915.116000', '141915.119000', '141915.122000', '141915.124000', '141915.127000', '141915.130000', '141915.133000', '141915.136000', '141915.139000', '141915.142000', '141915.144000', '141915.147000', '141915.150000', '141915.153000', '141915.156000', '141915.159000', '141915.162000', '141915.164000', '141915.167000', '141915.170000', '141915.173000', '141915.183000', '141935.052000', '141935.055000', '141935.058000', '141935.060000', '141935.063000', '141935.066000', '141935.069000', '141935.072000', '141935.075000', '141935.078000', '141935.081000', '141935.083000', '141935.086000', '141935.089000', '141935.092000', '141935.095000', '141935.098000', '141935.101000', '141935.103000', '141935.106000', '141935.109000', '141935.115000', '141935.118000', '141935.121000', '141935.124000', '141935.126000', '141935.129000', '141935.132000', '141935.135000', '141935.138000', '141935.141000', '141935.144000', '141935.146000', '141935.149000', '141935.152000', '141935.155000', '141935.158000', '141935.235000', '141935.238000', '141935.241000', '141935.244000', '141935.247000', '141935.249000', '141935.252000', '141955.052000', '141955.055000', '141955.058000', '141955.061000', '141955.064000', '141955.066000', '141955.069000', '141955.072000', '141955.075000', '141955.078000', '141955.081000', '141955.084000', '141955.086000', '141955.089000', '141955.092000', '141955.095000', '141955.098000', '141955.101000', '141955.104000', '141955.107000', '141955.110000', '141955.113000', '141955.116000', '141955.119000', '141955.122000', '141955.125000', '141955.128000', '141955.130000', '141955.133000', '141955.136000', '141955.139000', '141955.142000', '141955.145000', '141955.148000', '141955.150000', '141955.153000', '141955.156000', '141955.159000', '141955.162000', '141955.165000', '141955.168000', '141955.170000', '141955.173000', '142015.052000', '142015.055000', '142015.058000', '142015.061000', '142015.063000', '142015.066000', '142015.069000', '142015.072000', '142015.075000', '142015.078000', '142015.081000', '142015.084000', '142015.087000', '142015.089000', '142015.092000', '142015.095000', '142015.098000', '142015.101000', '142015.104000', '142015.107000', '142015.110000', '142015.112000', '142015.115000', '142015.118000', '142015.121000', '142015.124000', '142015.127000', '142015.130000', '142015.132000', '142015.135000', '142015.138000', '142015.141000', '142015.144000', '142015.147000', '142015.149000', '142015.152000', '142015.155000', '142015.187000', '142015.190000', '142015.193000', '142015.196000', '142015.199000', '142015.201000', '142015.204000', '142035.052000', '142035.055000', '142035.058000', '142035.061000', '142035.064000', '142035.068000', '142035.071000', '142035.074000', '142035.076000', '142035.079000', '142035.082000', '142035.085000', '142035.088000', '142035.091000', '142035.093000', '142035.096000', '142035.099000', '142035.102000', '142035.105000', '142035.108000', '142035.110000', '142035.113000', '142035.116000', '142035.119000', '142035.122000', '142035.125000', '142035.141000', '142035.155000', '142035.157000', '142035.184000', '142035.187000', '142035.190000', '142035.193000', '142035.196000', '142035.198000', '142035.201000', '142035.204000', '142035.207000', '142035.210000', '142035.213000', '142035.216000', '142035.218000', '142035.221000', '142055.052000', '142055.055000', '142055.058000', '142055.061000', '142055.064000', '142055.066000', '142055.069000', '142055.072000', '142055.075000', '142055.078000', '142055.081000', '142055.084000', '142055.086000', '142055.089000', '142055.092000', '142055.095000', '142055.098000', '142055.101000', '142055.104000', '142055.106000', '142055.109000', '142055.112000', '142055.115000', '142055.118000', '142055.120000', '142055.123000', '142055.132000', '142055.135000', '142055.138000', '142055.141000', '142055.144000', '142055.147000', '142055.149000', '142055.152000', '142055.155000', '142055.158000', '142055.161000', '142055.164000', '142055.167000', '142055.169000', '142055.172000', '142055.175000', '142055.178000', '142055.181000', '142115.052000', '142115.055000', '142115.058000', '142115.060000', '142115.064000', '142115.066000', '142115.069000', '142115.072000', '142115.075000', '142115.078000', '142115.081000', '142115.084000', '142115.087000', '142115.090000', '142115.092000', '142115.095000', '142115.098000', '142115.101000', '142115.104000', '142115.107000', '142115.110000', '142115.112000', '142115.115000', '142115.118000', '142115.121000', '142115.124000', '142115.127000', '142115.130000', '142115.133000', '142115.135000', '142115.138000', '142115.141000', '142115.144000', '142115.147000', '142115.149000', '142115.152000', '142115.155000', '142115.158000', '142115.202000', '142115.205000', '142115.208000', '142115.211000', '142115.214000', '142135.052000', '142135.055000', '142135.058000', '142135.061000', '142135.064000', '142135.067000', '142135.069000', '142135.072000', '142135.075000', '142135.078000', '142135.081000', '142135.084000', '142135.086000', '142135.089000', '142135.092000', '142135.095000', '142135.098000', '142135.101000', '142135.104000', '142135.106000', '142135.109000', '142135.112000', '142135.115000', '142135.118000', '142135.121000', '142135.124000', '142135.126000', '142135.129000', '142135.132000', '142135.135000', '142135.138000', '142135.141000', '142135.143000', '142135.146000', '142135.149000', '142135.152000', '142135.155000', '142135.158000', '142135.195000', '142135.198000', '142135.201000', '142135.204000', '142135.207000', '142135.210000', '142155.052000', '142155.055000', '142155.058000', '142155.061000', '142155.064000', '142155.066000', '142155.069000', '142155.072000', '142155.075000', '142155.078000', '142155.081000', '142155.084000', '142155.086000', '142155.089000', '142155.092000', '142155.095000', '142155.098000', '142155.101000', '142155.105000', '142155.108000', '142155.111000', '142155.114000', '142155.117000', '142155.120000', '142155.123000', '142155.126000', '142155.128000', '142155.131000', '142155.134000', '142155.137000', '142155.140000', '142155.143000', '142155.146000', '142155.148000', '142155.151000', '142155.154000', '142155.157000', '142155.196000', '142155.199000', '142155.201000', '142155.204000', '142155.207000', '142155.210000', '142215.052000', '142215.055000', '142215.058000', '142215.060000', '142215.064000', '142215.067000', '142215.070000', '142215.072000', '142215.087000', '142215.090000', '142215.093000', '142215.095000', '142215.098000', '142215.101000', '142215.104000', '142215.107000', '142215.114000', '142215.117000', '142215.119000', '142215.122000', '142215.125000', '142215.128000', '142215.131000', '142215.134000', '142215.137000', '142215.139000', '142215.142000', '142215.145000', '142215.148000', '142215.151000', '142215.154000', '142215.156000', '142215.191000', '142215.194000', '142215.197000', '142215.200000', '142215.203000', '142215.206000', '142215.208000', '142215.211000', '142215.214000', '142215.217000', '142215.220000', '142215.223000', '142235.052000', '142235.055000', '142235.058000', '142235.061000', '142235.064000', '142235.066000', '142235.069000', '142235.072000', '142235.075000', '142235.078000', '142235.081000', '142235.084000', '142235.086000', '142235.089000', '142235.092000', '142235.095000', '142235.098000', '142235.101000', '142235.104000', '142235.106000', '142235.109000', '142235.112000', '142235.115000', '142235.118000', '142235.121000', '142235.124000', '142235.127000', '142235.130000', '142235.132000', '142235.135000', '142235.138000', '142235.141000', '142235.144000', '142235.147000', '142235.150000', '142235.152000', '142235.155000', '142235.193000', '142235.196000', '142235.199000', '142235.202000', '142235.204000', '142235.207000', '142255.052000', '142255.055000', '142255.058000', '142255.061000', '142255.063000', '142255.066000', '142255.069000', '142255.072000', '142255.075000', '142255.078000', '142255.080000', '142255.083000', '142255.086000', '142255.089000', '142255.092000', '142255.095000', '142255.098000', '142255.100000', '142255.103000', '142255.106000', '142255.109000', '142255.112000', '142255.115000', '142255.118000', '142255.120000', '142255.123000', '142255.126000', '142255.129000', '142255.132000', '142255.135000', '142255.137000', '142255.140000', '142255.143000', '142255.146000', '142255.149000', '142255.152000', '142255.155000', '142255.157000', '142255.160000', '142255.163000', '142255.166000', '142255.169000', '142255.172000', '142255.175000', '142315.052000', '142315.055000', '142315.058000', '142315.061000', '142315.064000', '142315.067000', '142315.069000', '142315.072000', '142315.075000', '142315.078000', '142315.081000', '142315.084000', '142315.086000', '142315.089000', '142315.092000', '142315.095000', '142315.098000', '142315.101000', '142315.104000', '142315.106000', '142315.109000', '142315.112000', '142315.115000', '142315.118000', '142315.121000', '142315.124000', '142315.126000', '142315.129000', '142315.132000', '142315.135000', '142315.138000', '142315.142000', '142315.145000', '142315.148000', '142315.151000', '142315.154000', '142315.157000', '142315.160000', '142315.163000', '142315.165000', '142315.168000', '142315.171000', '142315.174000', '142335.052000', '142335.055000', '142335.058000', '142335.061000', '142335.064000', '142335.066000', '142335.069000', '142335.072000', '142335.075000', '142335.078000', '142335.081000', '142335.084000', '142335.086000', '142335.089000', '142335.092000', '142335.095000', '142335.098000', '142335.101000', '142335.104000', '142335.107000', '142335.110000', '142335.113000', '142335.118000', '142335.121000', '142335.124000', '142335.127000', '142335.130000', '142335.132000', '142335.135000', '142335.138000', '142335.141000', '142335.144000', '142335.147000', '142335.159000', '142335.195000', '142335.197000', '142335.200000', '142335.203000', '142335.206000', '142335.209000', '142335.212000', '142335.214000', '142335.217000', '142335.220000', '142355.052000', '142355.055000', '142355.058000', '142355.061000', '142355.064000', '142355.066000', '142355.069000', '142355.072000', '142355.075000', '142355.078000', '142355.080000', '142355.083000', '142355.086000', '142355.089000', '142355.092000', '142355.095000', '142355.098000', '142355.101000', '142355.103000', '142355.106000', '142355.109000', '142355.112000', '142355.115000', '142355.117000', '142355.120000', '142355.123000', '142355.126000', '142355.129000', '142355.132000', '142355.135000', '142355.137000', '142355.140000', '142355.143000', '142355.146000', '142355.149000', '142355.152000', '142355.154000', '142355.157000', '142355.160000', '142355.163000', '142355.166000', '142355.169000', '142355.171000', '142415.052000', '142415.055000', '142415.058000', '142415.061000', '142415.064000', '142415.067000', '142415.069000', '142415.072000', '142415.075000', '142415.078000', '142415.081000', '142415.084000', '142415.086000', '142415.089000', '142415.092000', '142415.095000', '142415.098000', '142415.101000', '142415.104000', '142415.107000', '142415.109000', '142415.112000', '142415.115000', '142415.118000', '142415.121000', '142415.124000', '142415.126000', '142415.129000', '142415.132000', '142415.135000', '142415.138000', '142415.141000', '142415.143000', '142415.146000', '142415.149000', '142415.152000', '142415.155000', '142415.158000', '142415.199000', '142415.202000', '142415.205000', '142415.208000', '142415.211000', '142415.213000', '142435.052000', '142435.055000', '142435.058000', '142435.061000', '142435.064000', '142435.066000', '142435.069000', '142435.072000', '142435.075000', '142435.078000', '142435.081000', '142435.084000', '142435.087000', '142435.089000', '142435.092000', '142435.095000', '142435.098000', '142435.101000', '142435.104000', '142435.107000', '142435.109000', '142435.112000', '142435.115000', '142435.118000', '142435.121000', '142435.124000', '142435.126000', '142435.130000', '142435.132000', '142435.135000', '142435.138000', '142435.141000', '142435.144000', '142435.147000', '142435.150000', '142435.153000', '142435.155000', '142435.158000', '142435.199000', '142435.202000', '142435.205000', '142435.208000', '142435.211000', '142455.052000', '142455.055000', '142455.058000', '142455.060000', '142455.063000', '142455.066000', '142455.069000', '142455.072000', '142455.075000', '142455.078000', '142455.081000', '142455.083000', '142455.086000', '142455.089000', '142455.092000', '142455.095000', '142455.098000', '142455.101000', '142455.103000', '142455.106000', '142455.109000', '142455.112000', '142455.115000', '142455.118000', '142455.121000', '142455.123000', '142455.126000', '142455.129000', '142455.132000', '142455.135000', '142455.138000', '142455.140000', '142455.143000', '142455.147000', '142455.150000', '142455.153000', '142455.156000', '142455.159000', '142455.162000', '142455.164000', '142455.167000', '142455.170000', '142455.173000', '142455.181000', '142515.052000', '142515.055000', '142515.058000', '142515.061000', '142515.064000', '142515.067000', '142515.070000', '142515.072000', '142515.075000', '142515.078000', '142515.081000', '142515.084000', '142515.087000', '142515.090000', '142515.093000', '142515.096000', '142515.098000', '142515.101000', '142515.104000', '142515.107000', '142515.110000', '142515.113000', '142515.116000', '142515.118000', '142515.121000', '142515.124000', '142515.127000', '142515.130000', '142515.133000', '142515.136000', '142515.139000', '142515.141000', '142515.144000', '142515.147000', '142515.150000', '142515.153000', '142515.156000', '142515.246000', '142515.249000', '142515.252000', '142515.254000', '142515.257000', '142515.260000', '142535.052000', '142535.055000', '142535.058000', '142535.061000', '142535.064000', '142535.067000', '142535.070000', '142535.072000', '142535.075000', '142535.078000', '142535.081000', '142535.084000', '142535.087000', '142535.090000', '142535.093000', '142535.095000', '142535.098000', '142535.101000', '142535.104000', '142535.107000', '142535.110000', '142535.113000', '142535.116000', '142535.119000', '142535.121000', '142535.124000', '142535.127000', '142535.130000', '142535.133000', '142535.136000', '142535.139000', '142535.141000', '142535.144000', '142535.147000', '142535.150000', '142535.153000', '142535.156000', '142535.159000', '142535.243000', '142535.245000', '142535.248000', '142535.251000', '142535.254000', '142555.052000', '142555.055000', '142555.058000', '142555.061000', '142555.064000', '142555.066000', '142555.069000', '142555.072000', '142555.075000', '142555.078000', '142555.081000', '142555.084000', '142555.086000', '142555.089000', '142555.092000', '142555.095000', '142555.098000', '142555.101000', '142555.104000', '142555.106000', '142555.109000', '142555.112000', '142555.115000', '142555.118000', '142555.121000', '142555.123000', '142555.126000', '142555.129000', '142555.132000', '142555.135000', '142555.138000', '142555.141000', '142555.144000', '142555.146000', '142555.149000', '142555.152000', '142555.155000', '142555.158000', '142555.161000', '142555.164000', '142555.167000', '142555.169000', '142555.172000', '142555.175000', '142615.052000', '142615.058000', '142615.061000', '142615.064000', '142615.067000', '142615.070000', '142615.073000', '142615.076000', '142615.078000', '142615.081000', '142615.084000', '142615.087000', '142615.090000', '142615.093000', '142615.096000', '142615.099000', '142615.102000', '142615.104000', '142615.107000', '142615.110000', '142615.113000', '142615.116000', '142615.119000', '142615.121000', '142615.124000', '142615.127000', '142615.130000', '142615.133000', '142615.136000', '142615.138000', '142615.141000', '142615.144000', '142615.147000', '142615.150000', '142615.153000', '142615.156000', '142615.158000', '142615.161000', '142615.164000', '142615.167000', '142615.184000', '142615.187000', '142615.197000', '142635.052000', '142635.055000', '142635.058000', '142635.061000', '142635.064000', '142635.067000', '142635.069000', '142635.072000', '142635.075000', '142635.078000', '142635.081000', '142635.084000', '142635.087000', '142635.090000', '142635.093000', '142635.095000', '142635.098000', '142635.101000', '142635.104000', '142635.107000', '142635.109000', '142635.112000', '142635.115000', '142635.118000', '142635.121000', '142635.124000', '142635.127000', '142635.129000', '142635.132000', '142635.135000', '142635.138000', '142635.141000', '142635.144000', '142635.147000', '142635.149000', '142635.152000', '142635.155000', '142635.158000', '142635.161000', '142635.164000', '142635.167000', '142635.170000', '142635.172000', '142635.175000', '142655.052000', '142655.055000', '142655.058000', '142655.061000', '142655.064000', '142655.066000', '142655.069000', '142655.073000', '142655.075000', '142655.078000', '142655.081000', '142655.084000', '142655.087000', '142655.090000', '142655.093000', '142655.096000', '142655.099000', '142655.102000', '142655.104000', '142655.107000', '142655.110000', '142655.113000', '142655.116000', '142655.119000', '142655.122000', '142655.124000', '142655.127000', '142655.130000', '142655.133000', '142655.136000', '142655.139000', '142655.142000', '142655.144000', '142655.147000', '142655.150000', '142655.153000', '142655.156000', '142655.159000', '142655.162000', '142655.165000', '142655.168000', '142655.171000', '142655.174000', '142715.052000', '142715.055000', '142715.058000', '142715.061000', '142715.064000', '142715.067000', '142715.069000', '142715.072000', '142715.075000', '142715.078000', '142715.081000', '142715.084000', '142715.087000', '142715.089000', '142715.092000', '142715.095000', '142715.098000', '142715.101000', '142715.104000', '142715.106000', '142715.109000', '142715.112000', '142715.115000', '142715.118000', '142715.121000', '142715.124000', '142715.126000', '142715.129000', '142715.132000', '142715.135000', '142715.138000', '142715.141000', '142715.144000', '142715.146000', '142715.149000', '142715.152000', '142715.155000', '142715.158000', '142715.161000', '142715.164000', '142715.167000', '142715.169000', '142715.172000', '142715.175000', '142726.419000', '142726.422000', '142726.426000', '142726.428000', '142726.431000', '142726.434000', '142726.438000', '142726.440000', '142726.443000', '142726.446000', '142726.449000', '142726.452000', '142726.455000', '142726.458000', '142726.461000', '142726.463000', '142726.466000', '142726.469000', '142726.472000', '142726.475000', '142726.478000', '142726.481000', '142726.484000', '142726.487000', '142726.489000'], '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': [8951, 8743, 8178, 8326, 8124, 11310, 8317, 12970, 8386, 12042, 8365, 8816, 8489, 8368, 10638, 8105, 12868, 8052, 11200, 8725, 8336, 8482, 8036, 14324, 8358, 11558, 8499, 9010, 8324, 7983, 12903, 8440, 12757, 9234, 10082, 8209, 7855, 9300, 8448, 12826, 8265, 12385, 8232, 9151, 8510, 8397, 13704, 8035, 13139, 8222, 8670, 8597, 8214, 11492, 8233, 12601, 8425, 11223, 8337, 8393, 8036, 8154, 13118, 8531, 11584, 8318, 9090, 8192, 8012, 9101, 8501, 13115, 8857, 12531, 8304, 9162, 8890, 8256, 11803, 8332, 13024, 8248, 11335, 8501, 8656, 8359, 8204, 8884, 8499, 12802, 8176, 12276, 8131, 10595, 8496, 8363, 9610, 7958, 13228, 8259, 12118, 8408, 11267, 8222, 8327, 8243, 7888, 13067, 8509, 12316, 9807, 12096, 8094, 8756, 8477, 8221, 9176, 8073, 14124, 8177, 12429, 8644, 8993, 8268, 7932, 8377, 8564, 12591, 8234, 11936, 7906, 11605, 8435, 11103, 8261, 8591, 8162, 7961, 11483, 8503, 12775, 9938, 11578, 8131, 11782, 8394, 12222, 8454, 11576, 8010, 9723, 8024, 8097, 12467, 8182, 13130, 8087, 12266, 8344, 11155, 8155, 8767, 8179, 7870, 8464, 8652, 8275, 8421, 8124, 8425, 8460, 8971, 8489, 8574, 8241, 8042, 10802, 8635, 13748, 10146, 15008, 9189, 8290, 8505, 8004, 9122, 14263, 8113, 13182, 8979, 9653, 10618, 8243, 14117, 8034, 12222, 8099, 10430, 11085, 9471, 15697, 9277, 13708, 8042, 7974, 8175, 8266, 8706, 7886, 12921, 8060, 10131, 8125, 8233, 7894, 7705, 13655, 8239, 12465, 8993, 10137, 8078, 7946, 9345, 8291, 12435, 7939, 11707, 7978, 8272, 8172, 8334, 13494, 8002, 12658, 7701, 9210, 8232, 7978, 8253, 7776, 13642, 7933, 12471, 8082, 10192, 7865, 9506, 8088, 8067, 9784, 7769, 7969, 7878, 13484, 8181, 12618, 9605, 11280, 7906, 9105, 8418, 8234, 11831, 7992, 13089, 7929, 10966, 8310, 9032, 8084, 8757, 8043, 8082, 10197, 8053, 9722, 7922, 8562, 8116, 13304, 7934, 13015, 8059, 13052, 8170, 12528, 8634, 10343, 7815, 9220, 8042, 8356, 10274, 7880, 7930, 7823, 12237, 8127, 12449, 8640, 9776, 8039, 7788, 8052, 8135, 12442, 8118, 11930, 8015, 9845, 7993, 8123, 10264, 7956, 12509, 7855, 11220, 8131, 8232, 9870, 7841, 12737, 7857, 10822, 8400, 10013, 7953, 10165, 8109, 7889, 8423, 8182, 9909, 7901, 14470, 8036, 13044, 9006, 11914, 7831, 11551, 8121, 8865, 11353, 8210, 11422, 7844, 12522, 8194, 11424, 8058, 10634, 7770, 7987, 8193, 8393, 10032, 7833, 8688, 7634, 12713, 8339, 11791, 8900, 12099, 7975, 9171, 8397, 8215, 8403, 7701, 9729, 8135, 12529, 8055, 12003, 7681, 12209, 8249, 9445, 8031, 7955, 8095, 7644, 13906, 8274, 12060, 9304, 12127, 7621, 8637, 8271, 8283, 7718, 9136, 8033, 8052, 8380, 7779, 7861, 7677, 13521, 8144, 12381, 9034, 10131, 7977, 7747, 8304, 8181, 13100, 7646, 12622, 7684, 9618, 8406, 7777, 8155, 7602, 8342, 7758, 11970, 8159, 10513, 7778, 10595, 7766, 8363, 7943, 8182, 7855, 9408, 8138, 11431, 7648, 9225, 7845, 11960, 8115, 11757, 9672, 11785, 7834, 10697, 8085, 8466, 14097, 7626, 12430, 7831, 7673, 9018, 7978, 12523, 7628, 11702, 7719, 9021, 8544, 8113, 8129, 7450, 8201, 7971, 12467, 8210, 12004, 7799, 12130, 8185, 9507, 13644, 8579, 12880, 7804, 11899, 8077, 8571, 12254, 7772, 13150, 7737, 9496, 8121, 7847, 12393, 7939, 11666, 7601, 10068, 8396, 9015, 8547, 8470, 7980, 7606, 13759, 8237, 12359, 8538, 9675, 8091, 7744, 14453, 8143, 12932, 8927, 9351, 8134, 7499, 10703, 8244, 11998, 7728, 11321, 7885, 9472, 8613, 8369, 8656, 7738, 12601, 7862, 11933, 8385, 11201, 8325, 9065, 7919, 7561, 9764, 8084, 12111, 7969, 11816, 8001, 9107, 8367, 8226, 13095, 7855, 12843, 7747, 10906, 8349, 8733, 8571, 7753, 9934, 7622, 12423, 8339, 12093, 7858, 11972, 7917, 8995, 8640, 8133, 10422, 7831, 14205, 7775, 12455, 8430, 11219, 7957, 9086, 11092, 7866, 13239, 8283, 11376, 7996, 8412, 8074, 7734, 12480, 8179, 11818, 7788, 11439, 8043, 9629, 8462, 8684, 8100, 7642, 13962, 8162, 12439, 8434, 9291, 7989, 8698, 15095, 7996, 13005, 9739, 10593, 7995, 7845, 8265, 8061, 11196, 7810, 12627, 7697, 10984, 8489, 10161, 7945, 9092, 9801, 7732, 13356, 8342, 12078, 8474, 9738, 8155, 7701, 12643, 8042, 12191, 7783, 9664, 7844, 7805, 12344, 7979, 12696, 7700, 11094, 7921, 8587, 8226, 7709, 9157, 7578, 12574, 7863, 12189, 8223, 9766, 7891, 7680, 12805, 7973, 12782, 8344, 10730, 7970, 8776, 8416, 7963, 12702, 7767, 12850, 7724, 11350, 8204, 9443, 8303, 8383, 14400, 7790, 11807, 8173, 8921, 10077, 7599, 13334, 7752, 10512, 8330, 7949, 8279, 7542, 10084, 7817, 12467, 8146, 11700, 8302, 10717, 7921, 9075, 8209, 8058, 14143, 8223, 13091, 7791, 9439, 8100, 8088, 14170, 7906, 13024, 7600, 10968, 8228, 10028, 7946, 8214, 7958, 8359, 8261, 8002, 11782, 7857, 12259, 8067, 9410, 8533, 8117, 13434, 7851, 12898, 7876, 8629, 8513, 7921, 9194, 7629, 11841, 7768, 11645, 8286, 10819, 7983, 10304, 8151, 8883, 8290, 8197, 10911, 9177, 13294, 7631, 13058, 7970, 11863, 9203, 11113, 7753, 9660, 7990, 9309, 8435, 8738, 7764, 8837, 7881, 7915, 10001, 7966, 11498, 7580, 12174, 8064, 10708, 8385, 8203, 8065, 7515, 12708, 7781, 11925, 8015, 9128, 8084, 7398, 8265, 8086, 11668, 7695, 12382, 7653, 11324, 8064, 9711, 8025, 8160, 8034, 7570, 11018, 8222, 12049, 7905, 10609, 7716, 12847, 8106, 11656, 10459, 12217, 7635, 11331, 8229, 9896, 8009, 8542, 8040, 7450, 9660, 7914, 11955, 7791, 12711, 7786, 11220, 7963, 10316, 7748, 11131, 7976, 10320, 8267, 9515, 8153, 8784, 7988, 8433, 7943, 9403, 11589, 10750, 11353, 8307, 14081, 7779, 13218, 8266, 12409, 7855, 9564, 8026, 7586, 9594, 8003, 12297, 7738, 12529, 7843, 10784, 8399, 8335, 7891, 8470, 8165, 7865, 8783, 8006, 10383, 7837, 12490, 7926, 11623, 8484, 10209, 8189, 8955, 7997, 7679, 10632, 8346, 11614, 8795, 11973, 8018, 10896, 8289, 9640, 8454, 8427, 8276, 7734, 9894, 8247, 11946, 8265, 12097, 8074, 10940, 8244, 10276, 8735, 9216, 8268, 8860, 8390, 8340, 9642, 8207, 12563, 8050, 12217, 8476, 9775, 8281, 8320, 8135, 8616, 8712, 8568, 8547, 7807, 8666, 8106, 13082, 8492, 12091, 8636, 10983, 8195, 8313, 9930, 8459, 13176, 9730, 12360, 8207, 10772, 8039, 10595, 8550, 9878, 8287, 8799, 8460, 8061, 10346, 8652, 10733, 8068, 9972, 8156, 12262, 8508, 11680, 10379, 10877, 8236, 9038, 8721, 8374, 10496, 8355, 9051, 8097, 11739, 8332, 11916, 8589, 11415, 8231, 12477, 8265, 12256, 8623, 11657, 8318, 11889, 8544, 9742, 8736, 9060, 8532, 7944, 9146, 8638, 12176, 8289, 13027, 8243, 10397, 8479, 10704, 8688, 9305, 8331, 8747, 8434, 10081, 8683, 10658, 8432, 9623, 8660, 8093, 10484, 8649, 12623, 8272, 10576, 8241, 9092, 8512, 12553, 8501, 11623, 8335, 12625, 8333, 11236, 8775, 10588, 8685, 8553, 8553, 8056, 10178, 8563, 12588, 8390, 12026, 8395, 12111, 8190, 9984, 8857, 9235, 8563, 8898, 8654, 8131, 8754, 8562, 8647, 8278, 8568, 8218, 8739, 8544, 11993, 8454, 10492, 8282, 12366, 8565, 11681, 9701, 11363, 8252, 9696, 8857, 10316, 8417, 9241, 8461, 7931, 9317, 8589, 12275, 8077, 11710, 8182, 11829, 8568, 11504, 8258, 11439, 8099, 11028, 8430, 11518, 8706, 9528, 8451, 8620, 8651, 8587, 10810, 8431, 10188, 8350, 12022, 8734, 11901, 8814, 8865, 8572, 8195, 11950, 8580, 10938, 8820, 8903, 8362, 8135, 8994, 8657, 12521, 9408, 11028, 8678, 8258, 8730, 8700, 12998, 8860, 11964, 8614, 8031, 8689, 8554, 12317, 8391, 13009, 8280, 10461, 8518, 10083, 8731, 8843, 8611, 8265, 11883, 8607, 12022, 8811, 9269, 8702, 8334, 13477, 8682, 12412, 8846, 9624, 8450, 8987, 8891, 9659, 8411, 9490, 8395, 9601, 8827, 10485, 8433, 12665, 8389, 11989, 8626, 11883, 8722, 10593, 8219, 8717, 8398, 10227, 8350, 11271, 9956, 8229, 8428, 8084, 9059, 8162, 10783, 8258, 11028, 8153, 9068, 8304, 9963, 8220, 10749, 7881, 10764, 7981, 10378, 8427, 10982, 7921, 12317, 7920, 11486, 8378, 11054, 8283, 10901, 7937, 9429, 8370, 10406, 8067, 9008, 7806, 8154, 8131, 12082, 9424, 11230, 8374, 10785, 8494, 8349, 11269, 7946, 14549, 7821, 12651, 8252, 11181, 9532], 'WindowCenter': [3960.0, 3947.0, 3932.0, 3932.0, 3920.0, 3949.0, 3931.0, 3971.0, 3930.0, 3960.0, 3919.0, 3928.0, 3917.0, 3919.0, 3948.0, 3919.0, 3959.0, 3918.0, 3950.0, 3930.0, 3930.0, 3930.0, 3919.0, 3958.0, 3917.0, 3947.0, 3927.0, 3916.0, 3905.0, 3907.0, 3945.0, 3917.0, 3958.0, 3926.0, 3926.0, 3905.0, 3906.0, 3914.0, 3916.0, 3957.0, 3917.0, 3947.0, 3916.0, 3926.0, 3917.0, 3918.0, 3956.0, 3906.0, 3946.0, 3905.0, 3917.0, 3916.0, 3917.0, 3936.0, 3905.0, 3945.0, 3905.0, 3937.0, 3904.0, 3907.0, 3903.0, 3905.0, 3945.0, 3917.0, 3947.0, 3916.0, 3915.0, 3905.0, 3906.0, 3915.0, 3928.0, 3957.0, 3917.0, 3947.0, 3906.0, 3916.0, 3916.0, 3916.0, 3936.0, 3906.0, 3947.0, 3906.0, 3936.0, 3916.0, 3916.0, 3905.0, 3906.0, 3913.0, 3915.0, 3946.0, 3906.0, 3946.0, 3906.0, 3937.0, 3916.0, 3918.0, 3927.0, 3907.0, 3946.0, 3906.0, 3947.0, 3917.0, 3947.0, 3916.0, 3916.0, 3905.0, 3906.0, 3946.0, 3917.0, 3947.0, 3927.0, 3946.0, 3905.0, 3915.0, 3905.0, 3916.0, 3914.0, 3905.0, 3946.0, 3905.0, 3946.0, 3916.0, 3915.0, 3904.0, 3905.0, 3904.0, 3917.0, 3947.0, 3917.0, 3947.0, 3907.0, 3948.0, 3918.0, 3950.0, 3917.0, 3917.0, 3916.0, 3907.0, 3947.0, 3929.0, 3959.0, 3938.0, 3937.0, 3906.0, 3947.0, 3917.0, 3949.0, 3919.0, 3946.0, 3906.0, 3927.0, 3905.0, 3907.0, 3948.0, 3906.0, 3946.0, 3906.0, 3946.0, 3916.0, 3937.0, 3906.0, 3916.0, 3905.0, 3906.0, 3916.0, 3928.0, 3914.0, 3918.0, 3907.0, 3917.0, 3919.0, 3929.0, 3918.0, 3918.0, 3907.0, 3908.0, 3936.0, 3918.0, 3970.0, 3939.0, 3958.0, 3928.0, 3906.0, 3915.0, 3905.0, 3929.0, 3957.0, 3918.0, 3959.0, 3916.0, 3939.0, 3939.0, 3915.0, 3947.0, 3904.0, 3934.0, 3892.0, 3924.0, 3923.0, 3913.0, 3943.0, 3902.0, 3930.0, 3879.0, 3888.0, 3889.0, 3901.0, 3900.0, 3891.0, 3931.0, 3891.0, 3922.0, 3903.0, 3903.0, 3903.0, 3893.0, 3945.0, 3905.0, 3945.0, 3915.0, 3924.0, 3892.0, 3904.0, 3914.0, 3916.0, 3947.0, 3905.0, 3935.0, 3905.0, 3904.0, 3904.0, 3916.0, 3946.0, 3906.0, 3945.0, 3895.0, 3916.0, 3906.0, 3907.0, 3905.0, 3906.0, 3946.0, 3906.0, 3948.0, 3907.0, 3927.0, 3907.0, 3927.0, 3907.0, 3908.0, 3940.0, 3907.0, 3908.0, 3908.0, 3956.0, 3920.0, 3960.0, 3929.0, 3938.0, 3908.0, 3928.0, 3918.0, 3919.0, 3948.0, 3918.0, 3948.0, 3908.0, 3937.0, 3918.0, 3927.0, 3918.0, 3918.0, 3906.0, 3919.0, 3939.0, 3919.0, 3929.0, 3920.0, 3917.0, 3920.0, 3970.0, 3922.0, 3960.0, 3920.0, 3959.0, 3919.0, 3960.0, 3919.0, 3928.0, 3896.0, 3917.0, 3905.0, 3917.0, 3926.0, 3906.0, 3904.0, 3895.0, 3934.0, 3907.0, 3948.0, 3917.0, 3926.0, 3906.0, 3907.0, 3905.0, 3907.0, 3959.0, 3918.0, 3947.0, 3907.0, 3938.0, 3906.0, 3918.0, 3939.0, 3919.0, 3949.0, 3918.0, 3949.0, 3907.0, 3919.0, 3928.0, 3908.0, 3947.0, 3907.0, 3938.0, 3920.0, 3940.0, 3919.0, 3939.0, 3918.0, 3918.0, 3920.0, 3920.0, 3939.0, 3919.0, 3959.0, 3918.0, 3960.0, 3930.0, 3948.0, 3907.0, 3948.0, 3906.0, 3927.0, 3937.0, 3907.0, 3935.0, 3905.0, 3946.0, 3916.0, 3947.0, 3906.0, 3925.0, 3895.0, 3906.0, 3916.0, 3918.0, 3927.0, 3907.0, 3916.0, 3905.0, 3959.0, 3919.0, 3949.0, 3929.0, 3948.0, 3907.0, 3927.0, 3916.0, 3918.0, 3905.0, 3907.0, 3926.0, 3906.0, 3947.0, 3918.0, 3948.0, 3907.0, 3948.0, 3916.0, 3928.0, 3917.0, 3907.0, 3906.0, 3907.0, 3958.0, 3918.0, 3947.0, 3916.0, 3934.0, 3893.0, 3915.0, 3916.0, 3905.0, 3906.0, 3925.0, 3905.0, 3917.0, 3917.0, 3908.0, 3906.0, 3908.0, 3958.0, 3917.0, 3959.0, 3918.0, 3927.0, 3905.0, 3896.0, 3905.0, 3918.0, 3947.0, 3896.0, 3934.0, 3894.0, 3914.0, 3905.0, 3906.0, 3905.0, 3906.0, 3903.0, 3905.0, 3948.0, 3919.0, 3937.0, 3909.0, 3938.0, 3909.0, 3920.0, 3907.0, 3919.0, 3919.0, 3941.0, 3934.0, 3963.0, 3924.0, 3940.0, 3921.0, 3961.0, 3933.0, 3965.0, 3943.0, 3961.0, 3919.0, 3952.0, 3920.0, 3932.0, 3961.0, 3908.0, 3947.0, 3894.0, 3906.0, 3929.0, 3919.0, 3949.0, 3909.0, 3949.0, 3909.0, 3930.0, 3943.0, 3933.0, 3932.0, 3923.0, 3932.0, 3934.0, 3974.0, 3945.0, 3976.0, 3924.0, 3964.0, 3921.0, 3944.0, 3974.0, 3932.0, 3962.0, 3909.0, 3951.0, 3908.0, 3928.0, 3950.0, 3909.0, 3949.0, 3909.0, 3928.0, 3907.0, 3919.0, 3961.0, 3920.0, 3949.0, 3909.0, 3939.0, 3930.0, 3942.0, 3933.0, 3933.0, 3921.0, 3923.0, 3973.0, 3932.0, 3963.0, 3932.0, 3941.0, 3919.0, 3910.0, 3960.0, 3920.0, 3960.0, 3930.0, 3929.0, 3907.0, 3898.0, 3938.0, 3919.0, 3950.0, 3909.0, 3949.0, 3919.0, 3940.0, 3931.0, 3933.0, 3931.0, 3922.0, 3960.0, 3921.0, 3951.0, 3932.0, 3953.0, 3921.0, 3931.0, 3909.0, 3921.0, 3939.0, 3920.0, 3962.0, 3921.0, 3950.0, 3919.0, 3930.0, 3919.0, 3929.0, 3973.0, 3921.0, 3961.0, 3910.0, 3951.0, 3919.0, 3932.0, 3930.0, 3920.0, 3939.0, 3910.0, 3960.0, 3930.0, 3961.0, 3921.0, 3950.0, 3920.0, 3930.0, 3931.0, 3920.0, 3951.0, 3920.0, 3960.0, 3908.0, 3960.0, 3931.0, 3951.0, 3908.0, 3930.0, 3939.0, 3905.0, 3959.0, 3918.0, 3947.0, 3906.0, 3917.0, 3905.0, 3908.0, 3946.0, 3920.0, 3949.0, 3910.0, 3949.0, 3919.0, 3941.0, 3921.0, 3931.0, 3919.0, 3920.0, 3959.0, 3919.0, 3961.0, 3918.0, 3929.0, 3906.0, 3918.0, 3958.0, 3918.0, 3958.0, 3927.0, 3937.0, 3906.0, 3906.0, 3916.0, 3918.0, 3948.0, 3908.0, 3949.0, 3908.0, 3938.0, 3931.0, 3950.0, 3921.0, 3930.0, 3928.0, 3908.0, 3960.0, 3919.0, 3948.0, 3907.0, 3927.0, 3905.0, 3907.0, 3948.0, 3918.0, 3948.0, 3907.0, 3928.0, 3906.0, 3908.0, 3959.0, 3919.0, 3947.0, 3908.0, 3937.0, 3907.0, 3918.0, 3918.0, 3909.0, 3927.0, 3908.0, 3947.0, 3908.0, 3960.0, 3919.0, 3938.0, 3906.0, 3908.0, 3946.0, 3907.0, 3959.0, 3918.0, 3937.0, 3907.0, 3917.0, 3916.0, 3919.0, 3959.0, 3908.0, 3959.0, 3909.0, 3949.0, 3918.0, 3941.0, 3919.0, 3919.0, 3959.0, 3907.0, 3948.0, 3917.0, 3929.0, 3927.0, 3907.0, 3947.0, 3907.0, 3937.0, 3918.0, 3919.0, 3916.0, 3908.0, 3938.0, 3908.0, 3959.0, 3921.0, 3960.0, 3920.0, 3939.0, 3919.0, 3931.0, 3919.0, 3921.0, 3971.0, 3921.0, 3959.0, 3908.0, 3929.0, 3907.0, 3920.0, 3972.0, 3919.0, 3958.0, 3908.0, 3938.0, 3921.0, 3940.0, 3919.0, 3919.0, 3920.0, 3931.0, 3930.0, 3932.0, 3961.0, 3921.0, 3961.0, 3919.0, 3930.0, 3929.0, 3920.0, 3960.0, 3919.0, 3948.0, 3908.0, 3917.0, 3928.0, 3920.0, 3928.0, 3908.0, 3948.0, 3909.0, 3949.0, 3931.0, 3951.0, 3921.0, 3940.0, 3919.0, 3930.0, 3919.0, 3932.0, 3951.0, 3941.0, 3960.0, 3909.0, 3959.0, 3919.0, 3961.0, 3930.0, 3948.0, 3908.0, 3927.0, 3906.0, 3929.0, 3917.0, 3918.0, 3907.0, 3917.0, 3907.0, 3918.0, 3939.0, 3918.0, 3949.0, 3908.0, 3948.0, 3919.0, 3940.0, 3919.0, 3919.0, 3907.0, 3908.0, 3948.0, 3907.0, 3948.0, 3908.0, 3927.0, 3906.0, 3896.0, 3917.0, 3919.0, 3950.0, 3909.0, 3949.0, 3909.0, 3948.0, 3920.0, 3942.0, 3919.0, 3920.0, 3918.0, 3910.0, 3950.0, 3932.0, 3961.0, 3923.0, 3940.0, 3922.0, 3961.0, 3920.0, 3961.0, 3952.0, 3948.0, 3909.0, 3949.0, 3919.0, 3940.0, 3919.0, 3929.0, 3907.0, 3909.0, 3927.0, 3920.0, 3961.0, 3909.0, 3959.0, 3910.0, 3949.0, 3920.0, 3951.0, 3921.0, 3950.0, 3919.0, 3951.0, 3931.0, 3953.0, 3932.0, 3933.0, 3920.0, 3931.0, 3920.0, 3942.0, 3963.0, 3951.0, 3951.0, 3919.0, 3958.0, 3908.0, 3959.0, 3920.0, 3947.0, 3905.0, 3927.0, 3905.0, 3907.0, 3928.0, 3919.0, 3948.0, 3907.0, 3947.0, 3907.0, 3938.0, 3919.0, 3917.0, 3907.0, 3918.0, 3918.0, 3919.0, 3930.0, 3920.0, 3938.0, 3909.0, 3950.0, 3918.0, 3949.0, 3931.0, 3941.0, 3919.0, 3929.0, 3907.0, 3910.0, 3938.0, 3919.0, 3950.0, 3920.0, 3948.0, 3908.0, 3937.0, 3918.0, 3940.0, 3919.0, 3919.0, 3917.0, 3909.0, 3928.0, 3920.0, 3950.0, 3920.0, 3949.0, 3920.0, 3939.0, 3918.0, 3941.0, 3932.0, 3931.0, 3920.0, 3930.0, 3919.0, 3920.0, 3941.0, 3919.0, 3950.0, 3909.0, 3949.0, 3919.0, 3940.0, 3919.0, 3919.0, 3918.0, 3919.0, 3929.0, 3931.0, 3931.0, 3921.0, 3930.0, 3921.0, 3962.0, 3931.0, 3962.0, 3931.0, 3940.0, 3918.0, 3920.0, 3927.0, 3919.0, 3962.0, 3929.0, 3949.0, 3918.0, 3937.0, 3907.0, 3938.0, 3929.0, 3940.0, 3919.0, 3917.0, 3906.0, 3909.0, 3937.0, 3930.0, 3938.0, 3908.0, 3926.0, 3907.0, 3947.0, 3918.0, 3950.0, 3939.0, 3937.0, 3917.0, 3917.0, 3916.0, 3919.0, 3939.0, 3918.0, 3917.0, 3907.0, 3948.0, 3919.0, 3960.0, 3929.0, 3949.0, 3919.0, 3959.0, 3919.0, 3949.0, 3931.0, 3949.0, 3919.0, 3948.0, 3918.0, 3928.0, 3929.0, 3918.0, 3916.0, 3908.0, 3916.0, 3919.0, 3949.0, 3919.0, 3958.0, 3919.0, 3937.0, 3918.0, 3950.0, 3930.0, 3928.0, 3919.0, 3918.0, 3919.0, 3939.0, 3929.0, 3941.0, 3918.0, 3929.0, 3918.0, 3919.0, 3938.0, 3918.0, 3949.0, 3918.0, 3937.0, 3917.0, 3918.0, 3918.0, 3960.0, 3930.0, 3949.0, 3919.0, 3948.0, 3918.0, 3948.0, 3918.0, 3940.0, 3919.0, 3917.0, 3916.0, 3908.0, 3927.0, 3917.0, 3949.0, 3917.0, 3948.0, 3906.0, 3946.0, 3906.0, 3926.0, 3927.0, 3927.0, 3917.0, 3918.0, 3917.0, 3907.0, 3918.0, 3930.0, 3930.0, 3919.0, 3919.0, 3920.0, 3928.0, 3932.0, 3962.0, 3921.0, 3939.0, 3919.0, 3961.0, 3930.0, 3961.0, 3940.0, 3949.0, 3919.0, 3928.0, 3929.0, 3940.0, 3919.0, 3928.0, 3918.0, 3907.0, 3927.0, 3929.0, 3948.0, 3907.0, 3946.0, 3917.0, 3947.0, 3928.0, 3949.0, 3920.0, 3949.0, 3919.0, 3947.0, 3919.0, 3950.0, 3929.0, 3927.0, 3917.0, 3917.0, 3917.0, 3929.0, 3948.0, 3918.0, 3937.0, 3919.0, 3948.0, 3918.0, 3949.0, 3918.0, 3927.0, 3916.0, 3916.0, 3946.0, 3918.0, 3949.0, 3928.0, 3928.0, 3917.0, 3920.0, 3929.0, 3930.0, 3961.0, 3940.0, 3949.0, 3917.0, 3918.0, 3916.0, 3918.0, 3961.0, 3929.0, 3947.0, 3916.0, 3907.0, 3916.0, 3918.0, 3949.0, 3918.0, 3957.0, 3919.0, 3938.0, 3928.0, 3941.0, 3930.0, 3929.0, 3929.0, 3930.0, 3950.0, 3930.0, 3961.0, 3930.0, 3929.0, 3917.0, 3919.0, 3959.0, 3918.0, 3960.0, 3929.0, 3927.0, 3919.0, 3928.0, 3929.0, 3941.0, 3931.0, 3940.0, 3932.0, 3940.0, 3943.0, 3963.0, 3933.0, 3961.0, 3920.0, 3960.0, 3930.0, 3961.0, 3931.0, 3951.0, 3918.0, 3917.0, 3918.0, 3937.0, 3918.0, 3949.0, 3939.0, 3918.0, 3918.0, 3905.0, 3916.0, 3917.0, 3949.0, 3918.0, 3937.0, 3906.0, 3915.0, 3916.0, 3926.0, 3918.0, 3937.0, 3918.0, 3937.0, 3918.0, 3940.0, 3932.0, 3950.0, 3921.0, 3949.0, 3919.0, 3949.0, 3920.0, 3950.0, 3919.0, 3937.0, 3919.0, 3927.0, 3932.0, 3951.0, 3922.0, 3930.0, 3921.0, 3921.0, 3933.0, 3975.0, 3944.0, 3952.0, 3932.0, 3952.0, 3930.0, 3931.0, 3950.0, 3919.0, 3959.0, 3908.0, 3947.0, 3919.0, 3948.0, 3928.0], 'WindowWidth': [8852.0, 8829.0, 8800.0, 8796.0, 8778.0, 8814.0, 8791.0, 8845.0, 8791.0, 8828.0, 8774.0, 8785.0, 8768.0, 8773.0, 8810.0, 8774.0, 8825.0, 8772.0, 8814.0, 8790.0, 8792.0, 8789.0, 8773.0, 8824.0, 8767.0, 8808.0, 8783.0, 8765.0, 8748.0, 8753.0, 8801.0, 8766.0, 8823.0, 8779.0, 8776.0, 8746.0, 8749.0, 8758.0, 8764.0, 8821.0, 8766.0, 8804.0, 8763.0, 8775.0, 8764.0, 8769.0, 8818.0, 8750.0, 8802.0, 8746.0, 8765.0, 8764.0, 8767.0, 8789.0, 8747.0, 8799.0, 8747.0, 8792.0, 8746.0, 8752.0, 8741.0, 8746.0, 8800.0, 8765.0, 8804.0, 8764.0, 8760.0, 8747.0, 8751.0, 8761.0, 8783.0, 8820.0, 8767.0, 8804.0, 8749.0, 8765.0, 8765.0, 8764.0, 8789.0, 8748.0, 8803.0, 8748.0, 8789.0, 8765.0, 8762.0, 8746.0, 8748.0, 8755.0, 8761.0, 8804.0, 8750.0, 8802.0, 8750.0, 8790.0, 8763.0, 8769.0, 8779.0, 8751.0, 8803.0, 8749.0, 8805.0, 8767.0, 8807.0, 8765.0, 8763.0, 8746.0, 8750.0, 8804.0, 8766.0, 8807.0, 8779.0, 8801.0, 8746.0, 8760.0, 8748.0, 8763.0, 8758.0, 8747.0, 8802.0, 8745.0, 8801.0, 8763.0, 8759.0, 8744.0, 8747.0, 8745.0, 8766.0, 8806.0, 8766.0, 8805.0, 8753.0, 8807.0, 8770.0, 8814.0, 8769.0, 8768.0, 8765.0, 8754.0, 8806.0, 8785.0, 8827.0, 8797.0, 8792.0, 8752.0, 8804.0, 8766.0, 8811.0, 8773.0, 8805.0, 8753.0, 8779.0, 8747.0, 8752.0, 8808.0, 8750.0, 8802.0, 8749.0, 8801.0, 8765.0, 8792.0, 8749.0, 8763.0, 8747.0, 8750.0, 8763.0, 8784.0, 8761.0, 8768.0, 8753.0, 8768.0, 8771.0, 8786.0, 8769.0, 8769.0, 8752.0, 8755.0, 8790.0, 8770.0, 8846.0, 8801.0, 8824.0, 8782.0, 8751.0, 8761.0, 8749.0, 8787.0, 8821.0, 8770.0, 8825.0, 8764.0, 8800.0, 8799.0, 8762.0, 8805.0, 8744.0, 8782.0, 8725.0, 8768.0, 8766.0, 8754.0, 8795.0, 8736.0, 8770.0, 8700.0, 8712.0, 8715.0, 8734.0, 8729.0, 8719.0, 8774.0, 8721.0, 8764.0, 8742.0, 8742.0, 8740.0, 8729.0, 8798.0, 8746.0, 8800.0, 8759.0, 8768.0, 8726.0, 8744.0, 8755.0, 8762.0, 8804.0, 8748.0, 8785.0, 8746.0, 8745.0, 8744.0, 8764.0, 8801.0, 8750.0, 8800.0, 8734.0, 8764.0, 8750.0, 8752.0, 8746.0, 8750.0, 8803.0, 8751.0, 8807.0, 8755.0, 8778.0, 8753.0, 8779.0, 8753.0, 8757.0, 8799.0, 8754.0, 8755.0, 8756.0, 8818.0, 8773.0, 8827.0, 8785.0, 8794.0, 8755.0, 8782.0, 8768.0, 8773.0, 8810.0, 8769.0, 8809.0, 8754.0, 8793.0, 8771.0, 8780.0, 8770.0, 8770.0, 8751.0, 8770.0, 8800.0, 8772.0, 8785.0, 8774.0, 8768.0, 8774.0, 8844.0, 8781.0, 8829.0, 8775.0, 8826.0, 8771.0, 8828.0, 8771.0, 8780.0, 8736.0, 8763.0, 8747.0, 8766.0, 8776.0, 8747.0, 8743.0, 8733.0, 8784.0, 8752.0, 8809.0, 8767.0, 8775.0, 8749.0, 8753.0, 8747.0, 8755.0, 8827.0, 8770.0, 8805.0, 8754.0, 8795.0, 8750.0, 8771.0, 8799.0, 8772.0, 8811.0, 8770.0, 8809.0, 8753.0, 8773.0, 8782.0, 8756.0, 8805.0, 8754.0, 8794.0, 8777.0, 8801.0, 8774.0, 8798.0, 8769.0, 8770.0, 8775.0, 8775.0, 8799.0, 8773.0, 8826.0, 8770.0, 8828.0, 8788.0, 8809.0, 8754.0, 8809.0, 8750.0, 8780.0, 8794.0, 8752.0, 8786.0, 8747.0, 8800.0, 8764.0, 8805.0, 8750.0, 8773.0, 8733.0, 8749.0, 8763.0, 8771.0, 8779.0, 8754.0, 8764.0, 8750.0, 8825.0, 8775.0, 8811.0, 8786.0, 8807.0, 8752.0, 8780.0, 8766.0, 8769.0, 8748.0, 8751.0, 8775.0, 8751.0, 8806.0, 8769.0, 8808.0, 8754.0, 8808.0, 8764.0, 8784.0, 8768.0, 8754.0, 8749.0, 8752.0, 8820.0, 8768.0, 8805.0, 8763.0, 8784.0, 8729.0, 8760.0, 8764.0, 8747.0, 8750.0, 8774.0, 8749.0, 8768.0, 8769.0, 8757.0, 8751.0, 8756.0, 8823.0, 8768.0, 8826.0, 8768.0, 8778.0, 8747.0, 8736.0, 8747.0, 8768.0, 8806.0, 8737.0, 8785.0, 8731.0, 8757.0, 8749.0, 8752.0, 8747.0, 8751.0, 8743.0, 8749.0, 8809.0, 8773.0, 8795.0, 8759.0, 8794.0, 8759.0, 8777.0, 8755.0, 8771.0, 8775.0, 8805.0, 8804.0, 8840.0, 8788.0, 8804.0, 8780.0, 8832.0, 8799.0, 8843.0, 8812.0, 8832.0, 8775.0, 8820.0, 8774.0, 8795.0, 8832.0, 8756.0, 8805.0, 8729.0, 8749.0, 8784.0, 8772.0, 8810.0, 8759.0, 8811.0, 8761.0, 8790.0, 8812.0, 8798.0, 8796.0, 8787.0, 8794.0, 8800.0, 8857.0, 8820.0, 8858.0, 8789.0, 8841.0, 8780.0, 8813.0, 8855.0, 8795.0, 8832.0, 8759.0, 8816.0, 8757.0, 8784.0, 8816.0, 8759.0, 8810.0, 8757.0, 8782.0, 8752.0, 8773.0, 8831.0, 8774.0, 8811.0, 8760.0, 8798.0, 8789.0, 8810.0, 8798.0, 8797.0, 8779.0, 8785.0, 8850.0, 8796.0, 8839.0, 8794.0, 8805.0, 8772.0, 8762.0, 8829.0, 8775.0, 8828.0, 8787.0, 8785.0, 8751.0, 8741.0, 8794.0, 8774.0, 8815.0, 8761.0, 8812.0, 8774.0, 8801.0, 8792.0, 8798.0, 8793.0, 8781.0, 8829.0, 8780.0, 8818.0, 8795.0, 8823.0, 8778.0, 8791.0, 8760.0, 8777.0, 8799.0, 8775.0, 8835.0, 8779.0, 8814.0, 8773.0, 8790.0, 8774.0, 8791.0, 8850.0, 8780.0, 8832.0, 8763.0, 8817.0, 8775.0, 8797.0, 8789.0, 8775.0, 8799.0, 8761.0, 8829.0, 8791.0, 8830.0, 8778.0, 8814.0, 8775.0, 8790.0, 8791.0, 8778.0, 8817.0, 8777.0, 8829.0, 8758.0, 8828.0, 8793.0, 8818.0, 8758.0, 8788.0, 8796.0, 8749.0, 8824.0, 8771.0, 8805.0, 8751.0, 8767.0, 8746.0, 8754.0, 8806.0, 8774.0, 8810.0, 8761.0, 8811.0, 8773.0, 8804.0, 8780.0, 8791.0, 8772.0, 8775.0, 8826.0, 8774.0, 8831.0, 8770.0, 8784.0, 8749.0, 8770.0, 8823.0, 8769.0, 8821.0, 8780.0, 8789.0, 8749.0, 8750.0, 8764.0, 8771.0, 8810.0, 8757.0, 8811.0, 8757.0, 8797.0, 8792.0, 8817.0, 8777.0, 8790.0, 8782.0, 8757.0, 8827.0, 8772.0, 8809.0, 8752.0, 8779.0, 8745.0, 8751.0, 8809.0, 8769.0, 8807.0, 8753.0, 8781.0, 8750.0, 8756.0, 8827.0, 8772.0, 8808.0, 8757.0, 8793.0, 8754.0, 8772.0, 8770.0, 8759.0, 8780.0, 8756.0, 8807.0, 8757.0, 8827.0, 8773.0, 8795.0, 8750.0, 8755.0, 8802.0, 8753.0, 8824.0, 8769.0, 8792.0, 8753.0, 8768.0, 8765.0, 8773.0, 8827.0, 8758.0, 8825.0, 8760.0, 8812.0, 8771.0, 8805.0, 8773.0, 8772.0, 8826.0, 8754.0, 8810.0, 8766.0, 8787.0, 8779.0, 8753.0, 8806.0, 8753.0, 8791.0, 8771.0, 8773.0, 8766.0, 8758.0, 8794.0, 8756.0, 8825.0, 8779.0, 8829.0, 8778.0, 8800.0, 8775.0, 8792.0, 8773.0, 8780.0, 8846.0, 8778.0, 8825.0, 8757.0, 8784.0, 8753.0, 8777.0, 8847.0, 8772.0, 8823.0, 8758.0, 8796.0, 8778.0, 8804.0, 8776.0, 8774.0, 8777.0, 8793.0, 8791.0, 8797.0, 8834.0, 8780.0, 8831.0, 8775.0, 8789.0, 8787.0, 8779.0, 8829.0, 8772.0, 8808.0, 8755.0, 8768.0, 8785.0, 8776.0, 8783.0, 8758.0, 8810.0, 8759.0, 8812.0, 8793.0, 8818.0, 8779.0, 8802.0, 8775.0, 8791.0, 8775.0, 8796.0, 8820.0, 8806.0, 8828.0, 8759.0, 8826.0, 8773.0, 8831.0, 8788.0, 8808.0, 8756.0, 8780.0, 8752.0, 8785.0, 8769.0, 8768.0, 8752.0, 8766.0, 8753.0, 8770.0, 8799.0, 8771.0, 8809.0, 8756.0, 8809.0, 8772.0, 8801.0, 8775.0, 8773.0, 8753.0, 8756.0, 8808.0, 8755.0, 8810.0, 8758.0, 8779.0, 8752.0, 8739.0, 8765.0, 8775.0, 8815.0, 8760.0, 8811.0, 8761.0, 8811.0, 8777.0, 8808.0, 8775.0, 8776.0, 8770.0, 8762.0, 8815.0, 8795.0, 8833.0, 8784.0, 8802.0, 8780.0, 8831.0, 8779.0, 8835.0, 8821.0, 8810.0, 8759.0, 8811.0, 8773.0, 8804.0, 8774.0, 8787.0, 8755.0, 8758.0, 8782.0, 8776.0, 8832.0, 8761.0, 8824.0, 8762.0, 8811.0, 8779.0, 8819.0, 8781.0, 8817.0, 8776.0, 8817.0, 8795.0, 8826.0, 8796.0, 8797.0, 8777.0, 8793.0, 8776.0, 8809.0, 8838.0, 8820.0, 8817.0, 8773.0, 8822.0, 8755.0, 8824.0, 8775.0, 8805.0, 8750.0, 8779.0, 8748.0, 8753.0, 8783.0, 8771.0, 8809.0, 8753.0, 8806.0, 8753.0, 8796.0, 8773.0, 8767.0, 8754.0, 8769.0, 8768.0, 8774.0, 8790.0, 8778.0, 8798.0, 8761.0, 8815.0, 8771.0, 8813.0, 8792.0, 8805.0, 8773.0, 8786.0, 8754.0, 8760.0, 8796.0, 8771.0, 8816.0, 8774.0, 8809.0, 8756.0, 8793.0, 8771.0, 8802.0, 8773.0, 8770.0, 8766.0, 8758.0, 8782.0, 8774.0, 8816.0, 8775.0, 8812.0, 8776.0, 8798.0, 8772.0, 8803.0, 8794.0, 8792.0, 8776.0, 8788.0, 8772.0, 8776.0, 8804.0, 8774.0, 8814.0, 8759.0, 8811.0, 8771.0, 8800.0, 8774.0, 8771.0, 8771.0, 8772.0, 8787.0, 8794.0, 8793.0, 8780.0, 8789.0, 8779.0, 8835.0, 8794.0, 8835.0, 8791.0, 8801.0, 8769.0, 8773.0, 8780.0, 8773.0, 8833.0, 8786.0, 8809.0, 8768.0, 8791.0, 8753.0, 8794.0, 8787.0, 8800.0, 8771.0, 8767.0, 8751.0, 8757.0, 8793.0, 8789.0, 8796.0, 8756.0, 8776.0, 8754.0, 8806.0, 8769.0, 8815.0, 8800.0, 8792.0, 8766.0, 8766.0, 8762.0, 8771.0, 8799.0, 8767.0, 8764.0, 8754.0, 8809.0, 8772.0, 8830.0, 8789.0, 8813.0, 8774.0, 8825.0, 8773.0, 8813.0, 8791.0, 8811.0, 8773.0, 8809.0, 8768.0, 8783.0, 8786.0, 8769.0, 8764.0, 8755.0, 8764.0, 8770.0, 8813.0, 8771.0, 8821.0, 8771.0, 8793.0, 8771.0, 8815.0, 8788.0, 8784.0, 8772.0, 8769.0, 8774.0, 8799.0, 8789.0, 8804.0, 8770.0, 8784.0, 8769.0, 8773.0, 8794.0, 8768.0, 8810.0, 8767.0, 8792.0, 8767.0, 8767.0, 8770.0, 8830.0, 8790.0, 8811.0, 8771.0, 8809.0, 8770.0, 8808.0, 8771.0, 8801.0, 8772.0, 8767.0, 8763.0, 8754.0, 8777.0, 8764.0, 8811.0, 8766.0, 8805.0, 8749.0, 8802.0, 8750.0, 8776.0, 8781.0, 8779.0, 8766.0, 8768.0, 8766.0, 8755.0, 8770.0, 8789.0, 8788.0, 8773.0, 8772.0, 8776.0, 8785.0, 8796.0, 8834.0, 8780.0, 8799.0, 8773.0, 8830.0, 8791.0, 8831.0, 8803.0, 8810.0, 8771.0, 8781.0, 8789.0, 8803.0, 8772.0, 8783.0, 8767.0, 8755.0, 8779.0, 8785.0, 8809.0, 8754.0, 8803.0, 8766.0, 8805.0, 8784.0, 8813.0, 8775.0, 8810.0, 8772.0, 8807.0, 8773.0, 8817.0, 8788.0, 8780.0, 8767.0, 8767.0, 8765.0, 8787.0, 8812.0, 8771.0, 8793.0, 8773.0, 8809.0, 8769.0, 8813.0, 8769.0, 8780.0, 8762.0, 8764.0, 8804.0, 8770.0, 8813.0, 8785.0, 8782.0, 8768.0, 8776.0, 8786.0, 8789.0, 8834.0, 8803.0, 8811.0, 8767.0, 8770.0, 8764.0, 8771.0, 8832.0, 8786.0, 8806.0, 8764.0, 8752.0, 8763.0, 8770.0, 8812.0, 8770.0, 8820.0, 8774.0, 8796.0, 8784.0, 8804.0, 8790.0, 8787.0, 8785.0, 8790.0, 8816.0, 8788.0, 8832.0, 8791.0, 8787.0, 8768.0, 8772.0, 8824.0, 8770.0, 8828.0, 8786.0, 8780.0, 8772.0, 8783.0, 8788.0, 8806.0, 8793.0, 8803.0, 8796.0, 8805.0, 8813.0, 8839.0, 8800.0, 8833.0, 8778.0, 8830.0, 8789.0, 8833.0, 8792.0, 8820.0, 8769.0, 8768.0, 8773.0, 8793.0, 8771.0, 8812.0, 8801.0, 8770.0, 8768.0, 8749.0, 8765.0, 8766.0, 8812.0, 8769.0, 8792.0, 8748.0, 8759.0, 8764.0, 8777.0, 8769.0, 8791.0, 8768.0, 8792.0, 8770.0, 8802.0, 8795.0, 8815.0, 8778.0, 8811.0, 8772.0, 8810.0, 8775.0, 8814.0, 8774.0, 8792.0, 8771.0, 8780.0, 8794.0, 8820.0, 8784.0, 8790.0, 8781.0, 8780.0, 8801.0, 8858.0, 8816.0, 8820.0, 8794.0, 8821.0, 8789.0, 8793.0, 8813.0, 8771.0, 8823.0, 8754.0, 8806.0, 8772.0, 8809.0, 8783.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.0004661474730737366</td></tr>
<tr><td colspan=3>aqi</td><td>0.020519969925434964</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.09357340424546</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2104506719154233</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9991162602819247</td></tr>
<tr><td colspan=3>efc</td><td>0.4504</td></tr>
<tr><td colspan=3>fber</td><td>6130.6694</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08461819289729976</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6628003314001657</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364964903137933</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2818251274152312</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6695770272614148</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.143492554737152</td></tr>
<tr><td colspan=3>gcor</td><td>0.0084151</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02134242095053196</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027759090065956116</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.844614246454672</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.3801</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5257</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.2637</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309952.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>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.4284</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1531</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.8179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3198.9221</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.7691</td></tr>
<tr><td colspan=3>tsnr</td><td>44.70144794881344</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>