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

616 lines
No EOL
117 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-0084_ses-01_task-alignvideo_acq-mb8_run-03_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-0084_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_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-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_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-0084/ses-01/func/sub-0084_ses-01_task-alignvideo_acq-mb8_run-03_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>fe0a4037f90d42d1f4b714069eb1675d</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>13:47:45.542500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999116, 0.0159636, 0.0388966, -0.0155209, 0.999812, -0.0116558]</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-03_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.108275</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7740, -7256, 536, -85, -306, 129, 72]</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>282.93</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ec8d9380-079c-4934-9742-d5d054b44ed6||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6805543899536133, -0.0416414849460125, 0.10550351440906525, 113.43882751464844], [-0.04282908886671066, 2.6824214458465576, -0.029812777414917946, -92.00482177734375], [0.10435683280229568, 0.03127162531018257, 2.6977732181549072, -83.01593780517578], [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, 1016]</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], 'AcquisitionTime': ['134745.542500', '134746.002500', '134746.462500', '134746.922500', '134747.382500', '134747.842500', '134748.302500', '134748.762500', '134749.222500', '134749.682500', '134750.142500', '134750.602500', '134751.062500', '134751.522500', '134751.982500', '134752.442500', '134752.902500', '134753.362500', '134753.822500', '134754.282500', '134754.742500', '134755.202500', '134755.662500', '134756.122500', '134756.582500', '134757.042500', '134757.502500', '134757.962500', '134758.422500', '134758.882500', '134759.342500', '134759.802500', '134800.262500', '134800.722500', '134801.182500', '134801.642500', '134802.102500', '134802.562500', '134803.022500', '134803.482500', '134803.942500', '134804.402500', '134804.862500', '134805.322500', '134805.782500', '134806.242500', '134806.702500', '134807.162500', '134807.622500', '134808.082500', '134808.542500', '134809.002500', '134809.462500', '134809.922500', '134810.382500', '134810.842500', '134811.302500', '134811.762500', '134812.222500', '134812.682500', '134813.142500', '134813.602500', '134814.062500', '134814.522500', '134814.982500', '134815.442500', '134815.902500', '134816.362500', '134816.822500', '134817.282500', '134817.742500', '134818.202500', '134818.662500', '134819.122500', '134819.582500', '134820.042500', '134820.502500', '134820.962500', '134821.422500', '134821.882500', '134822.342500', '134822.802500', '134823.262500', '134823.722500', '134824.182500', '134824.642500', '134825.102500', '134825.562500', '134826.022500', '134826.482500', '134826.942500', '134827.402500', '134827.862500', '134828.322500', '134828.782500', '134829.242500', '134829.702500', '134830.162500', '134830.622500', '134831.082500', '134831.542500', '134832.002500', '134832.462500', '134832.922500', '134833.382500', '134833.842500', '134834.302500', '134834.762500', '134835.222500', '134835.682500', '134836.142500', '134836.602500', '134837.062500', '134837.522500', '134837.982500', '134838.442500', '134838.902500', '134839.362500', '134839.822500', '134840.282500', '134840.742500', '134841.202500', '134841.662500', '134842.122500', '134842.582500', '134843.042500', '134843.502500', '134843.962500', '134844.422500', '134844.882500', '134845.342500', '134845.802500', '134846.262500', '134846.722500', '134847.182500', '134847.642500', '134848.102500', '134848.562500', '134849.022500', '134849.482500', '134849.942500', '134850.402500', '134850.862500', '134851.322500', '134851.782500', '134852.242500', '134852.702500', '134853.162500', '134853.622500', '134854.082500', '134854.542500', '134855.002500', '134855.462500', '134855.922500', '134856.382500', '134856.842500', '134857.302500', '134857.762500', '134858.222500', '134858.682500', '134859.142500', '134859.602500', '134900.062500', '134900.522500', '134900.982500', '134901.442500', '134901.902500', '134902.362500', '134902.822500', '134903.282500', '134903.742500', '134904.202500', '134904.662500', '134905.122500', '134905.582500', '134906.042500', '134906.502500', '134906.962500', '134907.422500', '134907.882500', '134908.342500', '134908.802500', '134909.262500', '134909.722500', '134910.182500', '134910.642500', '134911.102500', '134911.562500', '134912.022500', '134912.482500', '134912.942500', '134913.402500', '134913.862500', '134914.322500', '134914.782500', '134915.242500', '134915.702500', '134916.162500', '134916.622500', '134917.082500', '134917.542500', '134918.002500', '134918.462500', '134918.922500', '134919.382500', '134919.842500', '134920.302500', '134920.762500', '134921.222500', '134921.682500', '134922.142500', '134922.602500', '134923.062500', '134923.522500', '134923.982500', '134924.442500', '134924.902500', '134925.362500', '134925.822500', '134926.282500', '134926.742500', '134927.202500', '134927.662500', '134928.122500', '134928.582500', '134929.042500', '134929.502500', '134929.962500', '134930.422500', '134930.882500', '134931.342500', '134931.802500', '134932.262500', '134932.722500', '134933.182500', '134933.642500', '134934.102500', '134934.562500', '134935.022500', '134935.482500', '134935.942500', '134936.402500', '134936.862500', '134937.322500', '134937.782500', '134938.242500', '134938.702500', '134939.162500', '134939.622500', '134940.082500', '134940.542500', '134941.002500', '134941.462500', '134941.922500', '134942.382500', '134942.842500', '134943.302500', '134943.762500', '134944.222500', '134944.682500', '134945.142500', '134945.602500', '134946.062500', '134946.522500', '134946.982500', '134947.442500', '134947.902500', '134948.362500', '134948.822500', '134949.282500', '134949.742500', '134950.202500', '134950.662500', '134951.122500', '134951.582500', '134952.042500', '134952.502500', '134952.962500', '134953.422500', '134953.882500', '134954.342500', '134954.802500', '134955.262500', '134955.722500', '134956.182500', '134956.642500', '134957.102500', '134957.562500', '134958.022500', '134958.482500', '134958.942500', '134959.402500', '134959.862500', '135000.322500', '135000.782500', '135001.242500', '135001.702500', '135002.162500', '135002.622500', '135003.082500', '135003.542500', '135004.002500', '135004.462500', '135004.922500', '135005.382500', '135005.842500', '135006.302500', '135006.762500', '135007.222500', '135007.682500', '135008.142500', '135008.602500', '135009.062500', '135009.522500', '135009.982500', '135010.442500', '135010.902500', '135011.362500', '135011.822500', '135012.282500', '135012.742500', '135013.202500', '135013.662500', '135014.122500', '135014.582500', '135015.042500', '135015.502500', '135015.962500', '135016.422500', '135016.882500', '135017.342500', '135017.802500', '135018.262500', '135018.722500', '135019.182500', '135019.642500', '135020.102500', '135020.562500', '135021.022500', '135021.482500', '135021.942500', '135022.402500', '135022.862500', '135023.322500', '135023.782500', '135024.242500', '135024.702500', '135025.162500', '135025.622500', '135026.082500', '135026.542500', '135027.002500', '135027.462500', '135027.922500', '135028.382500', '135028.842500', '135029.302500', '135029.762500', '135030.222500', '135030.682500', '135031.142500', '135031.602500', '135032.062500', '135032.522500', '135032.982500', '135033.442500', '135033.902500', '135034.362500', '135034.822500', '135035.282500', '135035.742500', '135036.202500', '135036.662500', '135037.122500', '135037.582500', '135038.042500', '135038.502500', '135038.962500', '135039.422500', '135039.882500', '135040.342500', '135040.802500', '135041.262500', '135041.722500', '135042.182500', '135042.642500', '135043.102500', '135043.562500', '135044.022500', '135044.482500', '135044.942500', '135045.402500', '135045.862500', '135046.322500', '135046.782500', '135047.242500', '135047.702500', '135048.162500', '135048.622500', '135049.082500', '135049.542500', '135050.002500', '135050.462500', '135050.922500', '135051.382500', '135051.842500', '135052.302500', '135052.762500', '135053.222500', '135053.682500', '135054.142500', '135054.602500', '135055.062500', '135055.522500', '135055.982500', '135056.442500', '135056.902500', '135057.362500', '135057.822500', '135058.282500', '135058.742500', '135059.202500', '135059.662500', '135100.122500', '135100.582500', '135101.042500', '135101.502500', '135101.962500', '135102.422500', '135102.882500', '135103.342500', '135103.802500', '135104.262500', '135104.722500', '135105.182500', '135105.642500', '135106.102500', '135106.562500', '135107.022500', '135107.482500', '135107.942500', '135108.402500', '135108.862500', '135109.322500', '135109.782500', '135110.242500', '135110.702500', '135111.162500', '135111.622500', '135112.082500', '135112.542500', '135113.002500', '135113.462500', '135113.922500', '135114.382500', '135114.842500', '135115.302500', '135115.762500', '135116.222500', '135116.682500', '135117.142500', '135117.602500', '135118.062500', '135118.522500', '135118.982500', '135119.442500', '135119.902500', '135120.362500', '135120.822500', '135121.282500', '135121.742500', '135122.202500', '135122.662500', '135123.122500', '135123.582500', '135124.042500', '135124.502500', '135124.962500', '135125.422500', '135125.882500', '135126.342500', '135126.802500', '135127.262500', '135127.722500', '135128.182500', '135128.642500', '135129.102500', '135129.562500', '135130.022500', '135130.482500', '135130.942500', '135131.402500', '135131.862500', '135132.322500', '135132.782500', '135133.242500', '135133.702500', '135134.162500', '135134.622500', '135135.082500', '135135.542500', '135136.002500', '135136.462500', '135136.922500', '135137.382500', '135137.842500', '135138.302500', '135138.762500', '135139.222500', '135139.682500', '135140.142500', '135140.602500', '135141.062500', '135141.522500', '135141.982500', '135142.442500', '135142.902500', '135143.362500', '135143.822500', '135144.282500', '135144.742500', '135145.202500', '135145.662500', '135146.122500', '135146.582500', '135147.042500', '135147.502500', '135147.962500', '135148.422500', '135148.882500', '135149.342500', '135149.802500', '135150.262500', '135150.722500', '135151.182500', '135151.642500', '135152.102500', '135152.562500', '135153.022500', '135153.482500', '135153.942500', '135154.402500', '135154.862500', '135155.322500', '135155.782500', '135156.242500', '135156.702500', '135157.162500', '135157.622500', '135158.082500', '135158.542500', '135159.002500', '135159.462500', '135159.922500', '135200.382500', '135200.842500', '135201.302500', '135201.762500', '135202.222500', '135202.682500', '135203.142500', '135203.602500', '135204.062500', '135204.522500', '135204.982500', '135205.442500', '135205.902500', '135206.362500', '135206.822500', '135207.282500', '135207.742500', '135208.202500', '135208.662500', '135209.122500', '135209.582500', '135210.042500', '135210.502500', '135210.962500', '135211.422500', '135211.882500', '135212.342500', '135212.802500', '135213.262500', '135213.722500', '135214.182500', '135214.642500', '135215.102500', '135215.562500', '135216.022500', '135216.482500', '135216.942500', '135217.402500', '135217.862500', '135218.322500', '135218.782500', '135219.242500', '135219.702500', '135220.162500', '135220.622500', '135221.082500', '135221.542500', '135222.002500', '135222.462500', '135222.922500', '135223.382500', '135223.842500', '135224.302500', '135224.762500', '135225.222500', '135225.682500', '135226.142500', '135226.602500', '135227.062500', '135227.522500', '135227.982500', '135228.442500', '135228.902500', '135229.362500', '135229.822500', '135230.282500', '135230.742500', '135231.202500', '135231.662500', '135232.122500', '135232.582500', '135233.042500', '135233.502500', '135233.962500', '135234.422500', '135234.882500', '135235.342500', '135235.802500', '135236.262500', '135236.722500', '135237.182500', '135237.642500', '135238.102500', '135238.562500', '135239.022500', '135239.482500', '135239.942500', '135240.402500', '135240.862500', '135241.322500', '135241.782500', '135242.242500', '135242.702500', '135243.162500', '135243.622500', '135244.082500', '135244.542500', '135245.002500', '135245.462500', '135245.922500', '135246.382500', '135246.842500', '135247.302500', '135247.762500', '135248.222500', '135248.682500', '135249.142500', '135249.602500', '135250.062500', '135250.522500', '135250.982500', '135251.442500', '135251.902500', '135252.362500', '135252.822500', '135253.282500', '135253.742500', '135254.202500', '135254.662500', '135255.122500', '135255.582500', '135256.042500', '135256.502500', '135256.962500', '135257.422500', '135257.882500', '135258.342500', '135258.802500', '135259.262500', '135259.722500', '135300.182500', '135300.642500', '135301.102500', '135301.562500', '135302.022500', '135302.482500', '135302.942500', '135303.402500', '135303.862500', '135304.322500', '135304.782500', '135305.242500', '135305.702500', '135306.162500', '135306.622500', '135307.082500', '135307.542500', '135308.002500', '135308.462500', '135308.922500', '135309.382500', '135309.842500', '135310.302500', '135310.762500', '135311.222500', '135311.682500', '135312.142500', '135312.602500', '135313.062500', '135313.522500', '135313.982500', '135314.442500', '135314.902500', '135315.362500', '135315.822500', '135316.282500', '135316.742500', '135317.202500', '135317.662500', '135318.122500', '135318.582500', '135319.042500', '135319.502500', '135319.962500', '135320.422500', '135320.882500', '135321.342500', '135321.802500', '135322.262500', '135322.722500', '135323.182500', '135323.642500', '135324.102500', '135324.562500', '135325.022500', '135325.482500', '135325.942500', '135326.402500', '135326.862500', '135327.322500', '135327.782500', '135328.242500', '135328.702500', '135329.162500', '135329.622500', '135330.082500', '135330.542500', '135331.002500', '135331.462500', '135331.922500', '135332.382500', '135332.842500', '135333.302500', '135333.762500', '135334.222500', '135334.682500', '135335.142500', '135335.602500', '135336.062500', '135336.522500', '135336.982500', '135337.442500', '135337.902500', '135338.362500', '135338.822500', '135339.282500', '135339.742500', '135340.202500', '135340.662500', '135341.122500', '135341.582500', '135342.042500', '135342.502500', '135342.962500', '135343.422500', '135343.882500', '135344.342500', '135344.802500', '135345.262500', '135345.722500', '135346.182500', '135346.642500', '135347.102500', '135347.562500', '135348.022500', '135348.482500', '135348.942500', '135349.402500', '135349.862500', '135350.322500', '135350.782500', '135351.242500', '135351.702500', '135352.162500', '135352.622500', '135353.082500', '135353.542500', '135354.002500', '135354.462500', '135354.922500', '135355.382500', '135355.842500', '135356.302500', '135356.762500', '135357.222500', '135357.682500', '135358.142500', '135358.602500', '135359.062500', '135359.522500', '135359.982500', '135400.442500', '135400.902500', '135401.362500', '135401.822500', '135402.282500', '135402.742500', '135403.202500', '135403.662500', '135404.122500', '135404.582500', '135405.042500', '135405.502500', '135405.962500', '135406.422500', '135406.882500', '135407.342500', '135407.802500', '135408.262500', '135408.722500', '135409.182500', '135409.642500', '135410.102500', '135410.562500', '135411.022500', '135411.482500', '135411.942500', '135412.402500', '135412.862500', '135413.322500', '135413.782500', '135414.242500', '135414.702500', '135415.162500', '135415.622500', '135416.082500', '135416.542500', '135417.002500', '135417.462500', '135417.922500', '135418.382500', '135418.842500', '135419.302500', '135419.762500', '135420.222500', '135420.682500', '135421.142500', '135421.602500', '135422.062500', '135422.522500', '135422.982500', '135423.442500', '135423.902500', '135424.362500', '135424.822500', '135425.282500', '135425.742500', '135426.202500', '135426.662500', '135427.122500', '135427.582500', '135428.042500', '135428.502500', '135428.962500', '135429.422500', '135429.882500', '135430.342500', '135430.802500', '135431.262500', '135431.722500', '135432.182500', '135432.642500', '135433.102500', '135433.562500', '135434.022500', '135434.482500', '135434.942500', '135435.402500', '135435.862500', '135436.322500', '135436.782500', '135437.242500', '135437.702500', '135438.162500', '135438.622500', '135439.082500', '135439.542500', '135440.002500', '135440.462500', '135440.922500', '135441.382500', '135441.842500', '135442.302500', '135442.762500', '135443.222500', '135443.682500', '135444.142500', '135444.602500', '135445.062500', '135445.522500', '135445.982500', '135446.442500', '135446.902500', '135447.362500', '135447.822500', '135448.282500', '135448.742500', '135449.202500', '135449.662500', '135450.122500', '135450.582500', '135451.042500', '135451.502500', '135451.962500', '135452.422500', '135452.882500', '135453.342500', '135453.802500', '135454.262500', '135454.722500', '135455.182500', '135455.642500', '135456.102500', '135456.562500', '135457.022500', '135457.482500', '135457.942500', '135458.402500', '135458.862500', '135459.322500', '135459.782500', '135500.242500', '135500.702500', '135501.162500', '135501.622500', '135502.082500', '135502.542500', '135503.002500', '135503.462500', '135503.922500', '135504.382500', '135504.842500', '135505.302500', '135505.762500', '135506.222500', '135506.682500', '135507.142500', '135507.602500', '135508.062500', '135508.522500', '135508.982500', '135509.442500', '135509.902500', '135510.362500', '135510.822500', '135511.282500', '135511.742500', '135512.202500', '135512.662500', '135513.122500', '135513.582500', '135514.042500', '135514.502500', '135514.962500', '135515.422500', '135515.882500', '135516.342500', '135516.802500', '135517.262500', '135517.722500', '135518.182500', '135518.642500', '135519.102500', '135519.562500', '135520.022500', '135520.482500', '135520.942500', '135521.402500', '135521.862500', '135522.322500', '135522.782500', '135523.242500', '135523.702500', '135524.162500', '135524.622500', '135525.082500', '135525.542500', '135526.002500', '135526.462500', '135526.922500', '135527.382500', '135527.842500', '135528.302500', '135528.762500', '135529.222500', '135529.682500', '135530.142500', '135530.602500', '135531.062500', '135531.522500', '135531.982500', '135532.442500'], 'ContentTime': ['134756.734000', '134756.738000', '134756.740000', '134756.743000', '134756.746000', '134756.748000', '134756.751000', '134756.754000', '134756.757000', '134756.759000', '134756.762000', '134756.765000', '134756.767000', '134756.770000', '134756.772000', '134756.775000', '134756.784000', '134756.793000', '134756.795000', '134756.798000', '134756.801000', '134816.703000', '134816.735000', '134816.737000', '134816.740000', '134816.743000', '134816.745000', '134816.748000', '134816.750000', '134816.753000', '134816.756000', '134816.758000', '134816.761000', '134816.763000', '134816.766000', '134816.769000', '134816.771000', '134816.774000', '134816.777000', '134816.779000', '134816.782000', '134816.784000', '134816.787000', '134816.790000', '134816.792000', '134816.795000', '134816.797000', '134816.800000', '134816.803000', '134816.808000', '134816.811000', '134816.814000', '134816.816000', '134816.819000', '134816.821000', '134816.824000', '134816.827000', '134816.829000', '134816.832000', '134816.834000', '134816.837000', '134816.846000', '134816.848000', '134816.851000', '134816.853000', '134836.704000', '134836.707000', '134836.710000', '134836.712000', '134836.715000', '134836.718000', '134836.720000', '134836.723000', '134836.725000', '134836.728000', '134836.732000', '134836.734000', '134836.766000', '134836.769000', '134836.771000', '134836.774000', '134836.776000', '134836.779000', '134836.782000', '134836.784000', '134836.787000', '134836.790000', '134836.792000', '134836.795000', '134836.797000', '134836.800000', '134836.802000', '134836.805000', '134836.808000', '134836.810000', '134836.813000', '134836.816000', '134836.818000', '134836.821000', '134836.824000', '134836.826000', '134836.829000', '134836.831000', '134836.834000', '134836.836000', '134836.839000', '134836.842000', '134836.844000', '134856.704000', '134856.707000', '134856.710000', '134856.712000', '134856.715000', '134856.718000', '134856.721000', '134856.723000', '134856.726000', '134856.728000', '134856.731000', '134856.734000', '134856.736000', '134856.739000', '134856.741000', '134856.744000', '134856.747000', '134856.749000', '134856.752000', '134856.755000', '134856.757000', '134856.760000', '134856.763000', '134856.765000', '134856.768000', '134856.771000', '134856.773000', '134856.776000', '134856.779000', '134856.781000', '134856.784000', '134856.786000', '134856.796000', '134856.799000', '134856.801000', '134856.804000', '134856.807000', '134856.809000', '134856.812000', '134856.814000', '134856.817000', '134856.820000', '134856.822000', '134856.825000', '134916.704000', '134916.707000', '134916.710000', '134916.713000', '134916.715000', '134916.718000', '134916.721000', '134916.723000', '134916.726000', '134916.728000', '134916.731000', '134916.734000', '134916.736000', '134916.739000', '134916.742000', '134916.744000', '134916.747000', '134916.749000', '134916.752000', '134916.755000', '134916.757000', '134916.760000', '134916.763000', '134916.766000', '134916.768000', '134916.771000', '134916.774000', '134916.776000', '134916.779000', '134916.781000', '134916.784000', '134916.787000', '134916.790000', '134916.792000', '134916.795000', '134916.797000', '134916.800000', '134916.803000', '134916.805000', '134916.808000', '134916.810000', '134916.813000', '134916.816000', '134936.705000', '134936.707000', '134936.710000', '134936.714000', '134936.716000', '134936.719000', '134936.721000', '134936.724000', '134936.727000', '134936.729000', '134936.732000', '134936.735000', '134936.737000', '134936.740000', '134936.742000', '134936.745000', '134936.748000', '134936.750000', '134936.753000', '134936.756000', '134936.758000', '134936.761000', '134936.763000', '134936.766000', '134936.769000', '134936.771000', '134936.774000', '134936.777000', '134936.779000', '134936.782000', '134936.784000', '134936.787000', '134936.790000', '134936.792000', '134936.795000', '134936.798000', '134936.800000', '134936.803000', '134936.805000', '134936.808000', '134936.811000', '134936.813000', '134936.816000', '134936.819000', '134956.704000', '134956.708000', '134956.710000', '134956.713000', '134956.715000', '134956.719000', '134956.721000', '134956.724000', '134956.726000', '134956.729000', '134956.732000', '134956.734000', '134956.737000', '134956.740000', '134956.742000', '134956.745000', '134956.748000', '134956.750000', '134956.753000', '134956.756000', '134956.758000', '134956.761000', '134956.764000', '134956.766000', '134956.769000', '134956.772000', '134956.774000', '134956.777000', '134956.780000', '134956.783000', '134956.786000', '134956.789000', '134956.791000', '134956.794000', '134956.797000', '134956.799000', '134956.802000', '134956.805000', '134956.807000', '134956.810000', '134956.813000', '134956.815000', '134956.818000', '135016.704000', '135016.706000', '135016.709000', '135016.712000', '135016.714000', '135016.717000', '135016.720000', '135016.723000', '135016.725000', '135016.728000', '135016.731000', '135016.733000', '135016.736000', '135016.738000', '135016.741000', '135016.744000', '135016.747000', '135016.749000', '135016.752000', '135016.754000', '135016.757000', '135016.760000', '135016.762000', '135016.765000', '135016.768000', '135016.770000', '135016.773000', '135016.775000', '135016.778000', '135016.781000', '135016.784000', '135016.786000', '135016.789000', '135016.791000', '135016.794000', '135016.797000', '135016.799000', '135016.802000', '135016.804000', '135016.807000', '135016.810000', '135016.812000', '135016.815000', '135016.818000', '135036.703000', '135036.706000', '135036.709000', '135036.712000', '135036.715000', '135036.717000', '135036.720000', '135036.722000', '135036.725000', '135036.728000', '135036.730000', '135036.733000', '135036.736000', '135036.738000', '135036.741000', '135036.743000', '135036.746000', '135036.749000', '135036.751000', '135036.754000', '135036.757000', '135036.759000', '135036.762000', '135036.764000', '135036.767000', '135036.770000', '135036.772000', '135036.782000', '135036.784000', '135036.787000', '135036.789000', '135036.792000', '135036.795000', '135036.797000', '135036.800000', '135036.803000', '135036.805000', '135036.808000', '135036.811000', '135036.813000', '135036.816000', '135036.819000', '135036.821000', '135056.704000', '135056.707000', '135056.710000', '135056.713000', '135056.715000', '135056.718000', '135056.720000', '135056.723000', '135056.726000', '135056.728000', '135056.731000', '135056.733000', '135056.736000', '135056.739000', '135056.741000', '135056.744000', '135056.747000', '135056.750000', '135056.752000', '135056.755000', '135056.757000', '135056.760000', '135056.763000', '135056.765000', '135056.768000', '135056.770000', '135056.773000', '135056.776000', '135056.778000', '135056.781000', '135056.784000', '135056.786000', '135056.789000', '135056.792000', '135056.794000', '135056.797000', '135056.799000', '135056.802000', '135056.805000', '135056.807000', '135056.810000', '135056.813000', '135056.815000', '135056.818000', '135116.705000', '135116.707000', '135116.710000', '135116.713000', '135116.715000', '135116.718000', '135116.720000', '135116.723000', '135116.726000', '135116.728000', '135116.731000', '135116.734000', '135116.736000', '135116.739000', '135116.741000', '135116.744000', '135116.747000', '135116.749000', '135116.752000', '135116.755000', '135116.757000', '135116.760000', '135116.762000', '135116.765000', '135116.768000', '135116.770000', '135116.773000', '135116.776000', '135116.778000', '135116.781000', '135116.783000', '135116.786000', '135116.789000', '135116.791000', '135116.794000', '135116.797000', '135116.799000', '135116.802000', '135116.805000', '135116.807000', '135116.810000', '135116.812000', '135116.815000', '135136.705000', '135136.707000', '135136.710000', '135136.713000', '135136.715000', '135136.718000', '135136.720000', '135136.723000', '135136.726000', '135136.728000', '135136.731000', '135136.734000', '135136.736000', '135136.739000', '135136.742000', '135136.744000', '135136.747000', '135136.750000', '135136.752000', '135136.755000', '135136.758000', '135136.760000', '135136.763000', '135136.766000', '135136.768000', '135136.771000', '135136.773000', '135136.776000', '135136.779000', '135136.781000', '135136.784000', '135136.787000', '135136.789000', '135136.792000', '135136.794000', '135136.797000', '135136.800000', '135136.802000', '135136.805000', '135136.808000', '135136.810000', '135136.813000', '135136.816000', '135136.818000', '135156.705000', '135156.708000', '135156.710000', '135156.713000', '135156.715000', '135156.718000', '135156.721000', '135156.724000', '135156.726000', '135156.729000', '135156.731000', '135156.734000', '135156.737000', '135156.739000', '135156.742000', '135156.745000', '135156.747000', '135156.750000', '135156.753000', '135156.756000', '135156.758000', '135156.761000', '135156.763000', '135156.766000', '135156.769000', '135156.771000', '135156.774000', '135156.777000', '135156.779000', '135156.782000', '135156.785000', '135156.787000', '135156.790000', '135156.792000', '135156.795000', '135156.798000', '135156.800000', '135156.803000', '135156.806000', '135156.808000', '135156.811000', '135156.814000', '135156.816000', '135216.704000', '135216.707000', '135216.710000', '135216.713000', '135216.715000', '135216.718000', '135216.721000', '135216.723000', '135216.726000', '135216.739000', '135216.742000', '135216.745000', '135216.747000', '135216.750000', '135216.752000', '135216.755000', '135216.758000', '135216.760000', '135216.763000', '135216.766000', '135216.768000', '135216.771000', '135216.774000', '135216.776000', '135216.779000', '135216.782000', '135216.784000', '135216.787000', '135216.790000', '135216.792000', '135216.795000', '135216.798000', '135216.800000', '135216.803000', '135216.806000', '135216.808000', '135216.811000', '135216.813000', '135216.816000', '135216.819000', '135216.822000', '135216.824000', '135216.827000', '135216.830000', '135236.704000', '135236.706000', '135236.709000', '135236.712000', '135236.714000', '135236.717000', '135236.719000', '135236.722000', '135236.725000', '135236.727000', '135236.730000', '135236.733000', '135236.735000', '135236.738000', '135236.740000', '135236.743000', '135236.746000', '135236.748000', '135236.751000', '135236.753000', '135236.756000', '135236.759000', '135236.761000', '135236.764000', '135236.767000', '135236.770000', '135236.772000', '135236.775000', '135236.778000', '135236.780000', '135236.783000', '135236.785000', '135236.788000', '135236.791000', '135236.793000', '135236.796000', '135236.799000', '135236.801000', '135236.804000', '135236.806000', '135236.809000', '135236.812000', '135236.814000', '135256.704000', '135256.707000', '135256.710000', '135256.713000', '135256.715000', '135256.718000', '135256.728000', '135256.731000', '135256.733000', '135256.736000', '135256.738000', '135256.741000', '135256.744000', '135256.746000', '135256.749000', '135256.752000', '135256.754000', '135256.757000', '135256.761000', '135256.763000', '135256.766000', '135256.769000', '135256.771000', '135256.774000', '135256.776000', '135256.779000', '135256.782000', '135256.785000', '135256.787000', '135256.790000', '135256.793000', '135256.795000', '135256.798000', '135256.801000', '135256.803000', '135256.806000', '135256.809000', '135256.811000', '135256.814000', '135256.816000', '135256.819000', '135256.822000', '135256.824000', '135316.705000', '135316.707000', '135316.710000', '135316.713000', '135316.715000', '135316.718000', '135316.721000', '135316.723000', '135316.733000', '135316.736000', '135316.738000', '135316.741000', '135316.744000', '135316.746000', '135316.749000', '135316.752000', '135316.754000', '135316.757000', '135316.759000', '135316.762000', '135316.765000', '135316.767000', '135316.772000', '135316.775000', '135316.777000', '135316.780000', '135316.782000', '135316.785000', '135316.788000', '135316.790000', '135316.793000', '135316.796000', '135316.798000', '135316.801000', '135316.803000', '135316.806000', '135316.809000', '135316.811000', '135316.814000', '135316.817000', '135316.819000', '135316.822000', '135316.824000', '135316.827000', '135336.704000', '135336.707000', '135336.710000', '135336.713000', '135336.715000', '135336.718000', '135336.721000', '135336.723000', '135336.726000', '135336.729000', '135336.731000', '135336.734000', '135336.737000', '135336.739000', '135336.742000', '135336.745000', '135336.747000', '135336.750000', '135336.752000', '135336.755000', '135336.766000', '135336.769000', '135336.772000', '135336.774000', '135336.777000', '135336.779000', '135336.782000', '135336.785000', '135336.787000', '135336.790000', '135336.793000', '135336.795000', '135336.798000', '135336.800000', '135336.803000', '135336.806000', '135336.809000', '135336.811000', '135336.814000', '135336.816000', '135336.819000', '135336.822000', '135336.824000', '135336.827000', '135356.705000', '135356.708000', '135356.710000', '135356.713000', '135356.715000', '135356.718000', '135356.721000', '135356.723000', '135356.726000', '135356.729000', '135356.731000', '135356.734000', '135356.737000', '135356.739000', '135356.742000', '135356.745000', '135356.747000', '135356.750000', '135356.752000', '135356.755000', '135356.758000', '135356.760000', '135356.763000', '135356.766000', '135356.768000', '135356.771000', '135356.773000', '135356.776000', '135356.779000', '135356.781000', '135356.784000', '135356.786000', '135356.789000', '135356.792000', '135356.794000', '135356.797000', '135356.800000', '135356.802000', '135356.805000', '135356.807000', '135356.810000', '135356.813000', '135356.815000', '135416.705000', '135416.707000', '135416.711000', '135416.714000', '135416.717000', '135416.720000', '135416.722000', '135416.725000', '135416.728000', '135416.730000', '135416.733000', '135416.735000', '135416.738000', '135416.740000', '135416.743000', '135416.747000', '135416.749000', '135416.752000', '135416.755000', '135416.757000', '135416.760000', '135416.763000', '135416.765000', '135416.768000', '135416.770000', '135416.773000', '135416.776000', '135416.778000', '135416.781000', '135416.783000', '135416.786000', '135416.789000', '135416.792000', '135416.794000', '135416.797000', '135416.800000', '135416.802000', '135416.805000', '135416.808000', '135416.810000', '135416.813000', '135416.815000', '135416.818000', '135436.705000', '135436.708000', '135436.710000', '135436.713000', '135436.716000', '135436.718000', '135436.721000', '135436.724000', '135436.726000', '135436.729000', '135436.732000', '135436.734000', '135436.737000', '135436.740000', '135436.742000', '135436.745000', '135436.747000', '135436.750000', '135436.753000', '135436.755000', '135436.758000', '135436.761000', '135436.763000', '135436.766000', '135436.768000', '135436.771000', '135436.774000', '135436.776000', '135436.779000', '135436.782000', '135436.784000', '135436.787000', '135436.789000', '135436.792000', '135436.795000', '135436.797000', '135436.800000', '135436.803000', '135436.805000', '135436.808000', '135436.810000', '135436.813000', '135436.816000', '135436.818000', '135456.704000', '135456.707000', '135456.709000', '135456.712000', '135456.715000', '135456.718000', '135456.720000', '135456.723000', '135456.726000', '135456.728000', '135456.731000', '135456.734000', '135456.736000', '135456.739000', '135456.742000', '135456.744000', '135456.747000', '135456.750000', '135456.753000', '135456.755000', '135456.758000', '135456.761000', '135456.763000', '135456.766000', '135456.768000', '135456.771000', '135456.774000', '135456.776000', '135456.779000', '135456.782000', '135456.784000', '135456.798000', '135456.801000', '135456.804000', '135456.806000', '135456.809000', '135456.811000', '135456.814000', '135456.817000', '135456.819000', '135456.822000', '135456.825000', '135456.827000', '135516.704000', '135516.706000', '135516.709000', '135516.712000', '135516.715000', '135516.718000', '135516.720000', '135516.723000', '135516.726000', '135516.729000', '135516.731000', '135516.734000', '135516.736000', '135516.739000', '135516.742000', '135516.744000', '135516.747000', '135516.750000', '135516.752000', '135516.755000', '135516.758000', '135516.760000', '135516.763000', '135516.766000', '135516.768000', '135516.771000', '135516.774000', '135516.776000', '135516.779000', '135516.782000', '135516.784000', '135516.787000', '135516.789000', '135516.792000', '135516.795000', '135516.797000', '135516.800000', '135516.803000', '135516.806000', '135516.808000', '135516.811000', '135516.813000', '135516.816000', '135516.819000', '135533.985000', '135533.988000', '135533.991000', '135533.994000', '135533.997000', '135534.001000', '135534.004000', '135534.007000', '135534.010000', '135534.017000', '135534.020000', '135534.023000', '135534.026000', '135534.030000', '135534.033000', '135534.036000', '135534.039000', '135534.041000', '135534.044000', '135534.047000', '135534.050000', '135534.053000', '135534.055000', '135534.058000', '135534.061000', '135534.064000', '135534.066000', '135534.070000', '135534.074000', '135534.077000', '135534.079000', '135534.082000', '135534.085000', '135534.089000', '135534.092000', '135534.095000', '135534.099000', '135534.102000'], 'InstanceCreationTime': ['134756.734000', '134756.738000', '134756.740000', '134756.743000', '134756.746000', '134756.748000', '134756.751000', '134756.754000', '134756.757000', '134756.759000', '134756.762000', '134756.765000', '134756.767000', '134756.770000', '134756.772000', '134756.775000', '134756.784000', '134756.793000', '134756.795000', '134756.798000', '134756.801000', '134816.703000', '134816.735000', '134816.737000', '134816.740000', '134816.743000', '134816.745000', '134816.748000', '134816.750000', '134816.753000', '134816.756000', '134816.758000', '134816.761000', '134816.763000', '134816.766000', '134816.769000', '134816.771000', '134816.774000', '134816.777000', '134816.779000', '134816.782000', '134816.784000', '134816.787000', '134816.790000', '134816.792000', '134816.795000', '134816.797000', '134816.800000', '134816.803000', '134816.808000', '134816.811000', '134816.814000', '134816.816000', '134816.819000', '134816.821000', '134816.824000', '134816.827000', '134816.829000', '134816.832000', '134816.834000', '134816.837000', '134816.846000', '134816.848000', '134816.851000', '134816.853000', '134836.704000', '134836.707000', '134836.710000', '134836.712000', '134836.715000', '134836.718000', '134836.720000', '134836.723000', '134836.725000', '134836.728000', '134836.732000', '134836.734000', '134836.766000', '134836.769000', '134836.771000', '134836.774000', '134836.776000', '134836.779000', '134836.782000', '134836.784000', '134836.787000', '134836.790000', '134836.792000', '134836.795000', '134836.797000', '134836.800000', '134836.802000', '134836.805000', '134836.808000', '134836.810000', '134836.813000', '134836.816000', '134836.818000', '134836.821000', '134836.824000', '134836.826000', '134836.829000', '134836.831000', '134836.834000', '134836.836000', '134836.839000', '134836.842000', '134836.844000', '134856.704000', '134856.707000', '134856.710000', '134856.712000', '134856.715000', '134856.718000', '134856.721000', '134856.723000', '134856.726000', '134856.728000', '134856.731000', '134856.734000', '134856.736000', '134856.739000', '134856.741000', '134856.744000', '134856.747000', '134856.749000', '134856.752000', '134856.755000', '134856.757000', '134856.760000', '134856.763000', '134856.765000', '134856.768000', '134856.771000', '134856.773000', '134856.776000', '134856.779000', '134856.781000', '134856.784000', '134856.786000', '134856.796000', '134856.799000', '134856.801000', '134856.804000', '134856.807000', '134856.809000', '134856.812000', '134856.814000', '134856.817000', '134856.820000', '134856.822000', '134856.825000', '134916.704000', '134916.707000', '134916.710000', '134916.713000', '134916.715000', '134916.718000', '134916.721000', '134916.723000', '134916.726000', '134916.728000', '134916.731000', '134916.734000', '134916.736000', '134916.739000', '134916.742000', '134916.744000', '134916.747000', '134916.749000', '134916.752000', '134916.755000', '134916.757000', '134916.760000', '134916.763000', '134916.766000', '134916.768000', '134916.771000', '134916.774000', '134916.776000', '134916.779000', '134916.781000', '134916.784000', '134916.787000', '134916.790000', '134916.792000', '134916.795000', '134916.797000', '134916.800000', '134916.803000', '134916.805000', '134916.808000', '134916.810000', '134916.813000', '134916.816000', '134936.705000', '134936.707000', '134936.710000', '134936.714000', '134936.716000', '134936.719000', '134936.721000', '134936.724000', '134936.727000', '134936.729000', '134936.732000', '134936.735000', '134936.737000', '134936.740000', '134936.742000', '134936.745000', '134936.748000', '134936.750000', '134936.753000', '134936.756000', '134936.758000', '134936.761000', '134936.763000', '134936.766000', '134936.769000', '134936.771000', '134936.774000', '134936.777000', '134936.779000', '134936.782000', '134936.784000', '134936.787000', '134936.790000', '134936.792000', '134936.795000', '134936.798000', '134936.800000', '134936.803000', '134936.805000', '134936.808000', '134936.811000', '134936.813000', '134936.816000', '134936.819000', '134956.704000', '134956.708000', '134956.710000', '134956.713000', '134956.715000', '134956.719000', '134956.721000', '134956.724000', '134956.726000', '134956.729000', '134956.732000', '134956.734000', '134956.737000', '134956.740000', '134956.742000', '134956.745000', '134956.748000', '134956.750000', '134956.753000', '134956.756000', '134956.758000', '134956.761000', '134956.764000', '134956.766000', '134956.769000', '134956.772000', '134956.774000', '134956.777000', '134956.780000', '134956.783000', '134956.786000', '134956.789000', '134956.791000', '134956.794000', '134956.797000', '134956.799000', '134956.802000', '134956.805000', '134956.807000', '134956.810000', '134956.813000', '134956.815000', '134956.818000', '135016.704000', '135016.706000', '135016.709000', '135016.712000', '135016.714000', '135016.717000', '135016.720000', '135016.723000', '135016.725000', '135016.728000', '135016.731000', '135016.733000', '135016.736000', '135016.738000', '135016.741000', '135016.744000', '135016.747000', '135016.749000', '135016.752000', '135016.754000', '135016.757000', '135016.760000', '135016.762000', '135016.765000', '135016.768000', '135016.770000', '135016.773000', '135016.775000', '135016.778000', '135016.781000', '135016.784000', '135016.786000', '135016.789000', '135016.791000', '135016.794000', '135016.797000', '135016.799000', '135016.802000', '135016.804000', '135016.807000', '135016.810000', '135016.812000', '135016.815000', '135016.818000', '135036.703000', '135036.706000', '135036.709000', '135036.712000', '135036.715000', '135036.717000', '135036.720000', '135036.722000', '135036.725000', '135036.728000', '135036.730000', '135036.733000', '135036.736000', '135036.738000', '135036.741000', '135036.743000', '135036.746000', '135036.749000', '135036.751000', '135036.754000', '135036.757000', '135036.759000', '135036.762000', '135036.764000', '135036.767000', '135036.770000', '135036.772000', '135036.782000', '135036.784000', '135036.787000', '135036.789000', '135036.792000', '135036.795000', '135036.797000', '135036.800000', '135036.803000', '135036.805000', '135036.808000', '135036.811000', '135036.813000', '135036.816000', '135036.819000', '135036.821000', '135056.704000', '135056.707000', '135056.710000', '135056.713000', '135056.715000', '135056.718000', '135056.720000', '135056.723000', '135056.726000', '135056.728000', '135056.731000', '135056.733000', '135056.736000', '135056.739000', '135056.741000', '135056.744000', '135056.747000', '135056.750000', '135056.752000', '135056.755000', '135056.757000', '135056.760000', '135056.763000', '135056.765000', '135056.768000', '135056.770000', '135056.773000', '135056.776000', '135056.778000', '135056.781000', '135056.784000', '135056.786000', '135056.789000', '135056.792000', '135056.794000', '135056.797000', '135056.799000', '135056.802000', '135056.805000', '135056.807000', '135056.810000', '135056.813000', '135056.815000', '135056.818000', '135116.705000', '135116.707000', '135116.710000', '135116.713000', '135116.715000', '135116.718000', '135116.720000', '135116.723000', '135116.726000', '135116.728000', '135116.731000', '135116.734000', '135116.736000', '135116.739000', '135116.741000', '135116.744000', '135116.747000', '135116.749000', '135116.752000', '135116.755000', '135116.757000', '135116.760000', '135116.762000', '135116.765000', '135116.768000', '135116.770000', '135116.773000', '135116.776000', '135116.778000', '135116.781000', '135116.783000', '135116.786000', '135116.789000', '135116.791000', '135116.794000', '135116.797000', '135116.799000', '135116.802000', '135116.805000', '135116.807000', '135116.810000', '135116.812000', '135116.815000', '135136.705000', '135136.707000', '135136.710000', '135136.713000', '135136.715000', '135136.718000', '135136.720000', '135136.723000', '135136.726000', '135136.728000', '135136.731000', '135136.734000', '135136.736000', '135136.739000', '135136.742000', '135136.744000', '135136.747000', '135136.750000', '135136.752000', '135136.755000', '135136.758000', '135136.760000', '135136.763000', '135136.766000', '135136.768000', '135136.771000', '135136.773000', '135136.776000', '135136.779000', '135136.781000', '135136.784000', '135136.787000', '135136.789000', '135136.792000', '135136.794000', '135136.797000', '135136.800000', '135136.802000', '135136.805000', '135136.808000', '135136.810000', '135136.813000', '135136.816000', '135136.818000', '135156.705000', '135156.708000', '135156.710000', '135156.713000', '135156.715000', '135156.718000', '135156.721000', '135156.724000', '135156.726000', '135156.729000', '135156.731000', '135156.734000', '135156.737000', '135156.739000', '135156.742000', '135156.745000', '135156.747000', '135156.750000', '135156.753000', '135156.756000', '135156.758000', '135156.761000', '135156.763000', '135156.766000', '135156.769000', '135156.771000', '135156.774000', '135156.777000', '135156.779000', '135156.782000', '135156.785000', '135156.787000', '135156.790000', '135156.792000', '135156.795000', '135156.798000', '135156.800000', '135156.803000', '135156.806000', '135156.808000', '135156.811000', '135156.814000', '135156.816000', '135216.704000', '135216.707000', '135216.710000', '135216.713000', '135216.715000', '135216.718000', '135216.721000', '135216.723000', '135216.726000', '135216.739000', '135216.742000', '135216.745000', '135216.747000', '135216.750000', '135216.752000', '135216.755000', '135216.758000', '135216.760000', '135216.763000', '135216.766000', '135216.768000', '135216.771000', '135216.774000', '135216.776000', '135216.779000', '135216.782000', '135216.784000', '135216.787000', '135216.790000', '135216.792000', '135216.795000', '135216.798000', '135216.800000', '135216.803000', '135216.806000', '135216.808000', '135216.811000', '135216.813000', '135216.816000', '135216.819000', '135216.822000', '135216.824000', '135216.827000', '135216.830000', '135236.704000', '135236.706000', '135236.709000', '135236.712000', '135236.714000', '135236.717000', '135236.719000', '135236.722000', '135236.725000', '135236.727000', '135236.730000', '135236.733000', '135236.735000', '135236.738000', '135236.740000', '135236.743000', '135236.746000', '135236.748000', '135236.751000', '135236.753000', '135236.756000', '135236.759000', '135236.761000', '135236.764000', '135236.767000', '135236.770000', '135236.772000', '135236.775000', '135236.778000', '135236.780000', '135236.783000', '135236.785000', '135236.788000', '135236.791000', '135236.793000', '135236.796000', '135236.799000', '135236.801000', '135236.804000', '135236.806000', '135236.809000', '135236.812000', '135236.814000', '135256.704000', '135256.707000', '135256.710000', '135256.713000', '135256.715000', '135256.718000', '135256.728000', '135256.731000', '135256.733000', '135256.736000', '135256.738000', '135256.741000', '135256.744000', '135256.746000', '135256.749000', '135256.752000', '135256.754000', '135256.757000', '135256.761000', '135256.763000', '135256.766000', '135256.769000', '135256.771000', '135256.774000', '135256.776000', '135256.779000', '135256.782000', '135256.785000', '135256.787000', '135256.790000', '135256.793000', '135256.795000', '135256.798000', '135256.801000', '135256.803000', '135256.806000', '135256.809000', '135256.811000', '135256.814000', '135256.816000', '135256.819000', '135256.822000', '135256.824000', '135316.705000', '135316.707000', '135316.710000', '135316.713000', '135316.715000', '135316.718000', '135316.721000', '135316.723000', '135316.733000', '135316.736000', '135316.738000', '135316.741000', '135316.744000', '135316.746000', '135316.749000', '135316.752000', '135316.754000', '135316.757000', '135316.759000', '135316.762000', '135316.765000', '135316.767000', '135316.772000', '135316.775000', '135316.777000', '135316.780000', '135316.782000', '135316.785000', '135316.788000', '135316.790000', '135316.793000', '135316.796000', '135316.798000', '135316.801000', '135316.803000', '135316.806000', '135316.809000', '135316.811000', '135316.814000', '135316.817000', '135316.819000', '135316.822000', '135316.824000', '135316.827000', '135336.704000', '135336.707000', '135336.710000', '135336.713000', '135336.715000', '135336.718000', '135336.721000', '135336.723000', '135336.726000', '135336.729000', '135336.731000', '135336.734000', '135336.737000', '135336.739000', '135336.742000', '135336.745000', '135336.747000', '135336.750000', '135336.752000', '135336.755000', '135336.766000', '135336.769000', '135336.772000', '135336.774000', '135336.777000', '135336.779000', '135336.782000', '135336.785000', '135336.787000', '135336.790000', '135336.793000', '135336.795000', '135336.798000', '135336.800000', '135336.803000', '135336.806000', '135336.809000', '135336.811000', '135336.814000', '135336.816000', '135336.819000', '135336.822000', '135336.824000', '135336.827000', '135356.705000', '135356.708000', '135356.710000', '135356.713000', '135356.715000', '135356.718000', '135356.721000', '135356.723000', '135356.726000', '135356.729000', '135356.731000', '135356.734000', '135356.737000', '135356.739000', '135356.742000', '135356.745000', '135356.747000', '135356.750000', '135356.752000', '135356.755000', '135356.758000', '135356.760000', '135356.763000', '135356.766000', '135356.768000', '135356.771000', '135356.773000', '135356.776000', '135356.779000', '135356.781000', '135356.784000', '135356.786000', '135356.789000', '135356.792000', '135356.794000', '135356.797000', '135356.800000', '135356.802000', '135356.805000', '135356.807000', '135356.810000', '135356.813000', '135356.815000', '135416.705000', '135416.707000', '135416.711000', '135416.714000', '135416.717000', '135416.720000', '135416.722000', '135416.725000', '135416.728000', '135416.730000', '135416.733000', '135416.735000', '135416.738000', '135416.740000', '135416.743000', '135416.747000', '135416.749000', '135416.752000', '135416.755000', '135416.757000', '135416.760000', '135416.763000', '135416.765000', '135416.768000', '135416.770000', '135416.773000', '135416.776000', '135416.778000', '135416.781000', '135416.783000', '135416.786000', '135416.789000', '135416.792000', '135416.794000', '135416.797000', '135416.800000', '135416.802000', '135416.805000', '135416.808000', '135416.810000', '135416.813000', '135416.815000', '135416.818000', '135436.705000', '135436.708000', '135436.710000', '135436.713000', '135436.716000', '135436.718000', '135436.721000', '135436.724000', '135436.726000', '135436.729000', '135436.732000', '135436.734000', '135436.737000', '135436.740000', '135436.742000', '135436.745000', '135436.747000', '135436.750000', '135436.753000', '135436.755000', '135436.758000', '135436.761000', '135436.763000', '135436.766000', '135436.768000', '135436.771000', '135436.774000', '135436.776000', '135436.779000', '135436.782000', '135436.784000', '135436.787000', '135436.789000', '135436.792000', '135436.795000', '135436.797000', '135436.800000', '135436.803000', '135436.805000', '135436.808000', '135436.810000', '135436.813000', '135436.816000', '135436.818000', '135456.704000', '135456.707000', '135456.709000', '135456.712000', '135456.715000', '135456.718000', '135456.720000', '135456.723000', '135456.726000', '135456.728000', '135456.731000', '135456.734000', '135456.736000', '135456.739000', '135456.742000', '135456.744000', '135456.747000', '135456.750000', '135456.753000', '135456.755000', '135456.758000', '135456.761000', '135456.763000', '135456.766000', '135456.768000', '135456.771000', '135456.774000', '135456.776000', '135456.779000', '135456.782000', '135456.784000', '135456.798000', '135456.801000', '135456.804000', '135456.806000', '135456.809000', '135456.811000', '135456.814000', '135456.817000', '135456.819000', '135456.822000', '135456.825000', '135456.827000', '135516.704000', '135516.706000', '135516.709000', '135516.712000', '135516.715000', '135516.718000', '135516.720000', '135516.723000', '135516.726000', '135516.729000', '135516.731000', '135516.734000', '135516.736000', '135516.739000', '135516.742000', '135516.744000', '135516.747000', '135516.750000', '135516.752000', '135516.755000', '135516.758000', '135516.760000', '135516.763000', '135516.766000', '135516.768000', '135516.771000', '135516.774000', '135516.776000', '135516.779000', '135516.782000', '135516.784000', '135516.787000', '135516.789000', '135516.792000', '135516.795000', '135516.797000', '135516.800000', '135516.803000', '135516.806000', '135516.808000', '135516.811000', '135516.813000', '135516.816000', '135516.819000', '135533.985000', '135533.988000', '135533.991000', '135533.994000', '135533.997000', '135534.001000', '135534.004000', '135534.007000', '135534.010000', '135534.017000', '135534.020000', '135534.023000', '135534.026000', '135534.030000', '135534.033000', '135534.036000', '135534.039000', '135534.041000', '135534.044000', '135534.047000', '135534.050000', '135534.053000', '135534.055000', '135534.058000', '135534.061000', '135534.064000', '135534.066000', '135534.070000', '135534.074000', '135534.077000', '135534.079000', '135534.082000', '135534.085000', '135534.089000', '135534.092000', '135534.095000', '135534.099000', '135534.102000'], '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], 'LargestImagePixelValue': [13629, 9634, 10835, 8759, 10454, 8803, 8782, 10112, 9488, 12370, 9196, 10684, 8526, 9199, 7870, 8605, 9950, 8798, 12101, 9397, 8536, 8717, 8691, 9341, 8363, 12063, 10004, 11788, 9609, 8468, 9389, 8589, 10379, 8675, 10106, 10672, 8573, 11988, 8551, 11768, 9263, 11833, 10982, 8148, 10109, 8368, 10650, 8585, 10678, 9798, 10470, 12326, 8229, 10153, 8405, 10214, 8285, 11731, 9363, 10287, 9836, 9528, 10981, 7879, 9957, 8143, 9858, 8226, 9564, 8748, 9948, 9520, 8737, 10527, 7786, 12011, 7887, 10241, 7613, 9046, 7662, 8158, 10939, 7942, 11962, 8283, 11720, 8562, 8470, 8340, 8531, 12331, 8985, 11236, 11521, 8516, 9649, 8597, 9287, 8326, 12101, 11205, 11216, 9913, 8588, 8757, 8378, 10052, 8359, 12583, 10406, 10671, 9064, 8479, 9090, 8276, 10278, 8963, 12827, 8490, 10034, 8496, 10245, 8404, 10841, 9018, 9901, 9754, 8833, 11484, 8096, 12334, 9146, 9567, 8430, 8722, 8714, 9003, 11744, 8922, 10509, 10444, 9180, 12137, 8822, 12380, 9665, 9815, 8576, 9175, 9044, 8971, 11170, 8993, 12932, 8791, 8825, 12122, 8575, 12884, 8604, 8997, 8427, 8385, 9260, 8759, 10661, 11849, 8914, 12759, 9072, 9088, 9333, 8848, 11101, 12378, 9671, 13095, 9730, 8953, 9423, 9004, 12334, 9153, 8825, 9449, 8510, 10947, 11415, 9456, 13808, 7397, 6960, 7507, 7631, 7053, 9298, 7389, 10692, 10984, 8528, 11741, 7533, 7396, 7983, 7922, 9857, 7842, 10528, 8114, 7679, 10525, 8406, 11907, 7952, 7774, 7886, 7517, 8421, 8310, 12012, 9971, 10605, 8684, 8298, 8474, 8329, 8100, 8351, 8269, 11801, 8824, 12628, 8768, 7781, 8206, 8292, 9061, 8264, 8163, 9051, 8016, 12665, 10731, 11058, 9207, 6551, 8080, 6843, 6892, 10548, 8343, 11023, 12004, 8144, 10919, 8016, 6738, 8169, 6656, 10708, 7940, 11175, 8600, 7950, 7630, 7813, 13504, 8554, 10768, 7262, 7991, 7703, 7016, 8225, 7272, 12390, 9418, 13955, 9253, 7514, 8433, 7433, 10558, 8184, 12957, 8183, 13176, 10246, 14124, 9162, 7351, 8190, 7474, 9587, 7926, 11480, 9850, 9455, 10170, 7384, 6766, 7303, 6479, 9501, 10127, 11983, 10691, 7911, 13799, 12106, 11652, 9552, 7646, 9648, 8021, 9896, 10283, 8590, 9307, 7108, 8487, 7813, 9466, 7646, 9602, 7886, 10139, 10555, 8900, 8168, 8014, 8021, 8040, 7550, 10258, 8266, 13818, 8112, 11184, 9675, 8047, 9594, 8296, 13227, 9781, 15572, 9840, 11699, 8311, 7866, 8697, 8175, 10994, 8445, 15153, 8588, 10007, 8029, 8695, 8492, 7820, 12839, 8154, 14083, 8672, 11093, 8042, 7637, 8265, 7833, 10260, 8267, 11247, 8221, 12130, 7836, 11962, 7837, 11684, 7719, 11243, 7458, 10465, 7459, 10337, 7639, 10799, 8176, 10635, 8448, 12282, 9935, 7153, 7881, 7824, 9120, 9675, 9182, 11374, 8111, 10416, 7674, 8032, 9914, 7163, 12255, 7589, 11316, 7448, 11706, 7457, 11730, 7768, 12642, 9909, 8448, 10540, 8432, 13148, 8232, 10111, 7641, 6797, 8686, 6967, 11743, 10310, 12784, 11333, 10157, 9221, 7452, 9749, 8227, 11089, 12688, 9204, 9950, 8073, 10527, 8814, 11682, 11903, 9979, 10015, 7987, 9952, 8860, 12236, 8695, 13421, 8808, 11899, 11838, 9780, 9874, 8015, 10271, 8746, 10042, 10299, 8319, 13715, 8996, 14275, 11355, 13398, 10944, 8088, 10031, 8769, 12828, 10009, 12928, 11057, 12009, 14715, 9343, 11497, 8538, 10952, 8886, 10084, 11056, 8719, 14028, 8949, 13704, 9325, 8373, 8989, 8518, 11255, 8662, 13544, 11279, 15248, 11097, 8084, 8616, 8467, 10299, 8876, 12106, 9769, 8382, 8841, 8911, 9497, 9033, 9519, 12162, 8533, 14643, 9853, 13706, 9590, 8373, 9419, 8252, 11264, 8895, 10354, 9001, 11093, 11684, 7938, 10366, 8447, 7039, 8130, 7245, 6840, 8334, 6957, 11766, 9041, 9028, 11527, 8341, 12544, 9529, 12996, 8786, 12043, 8820, 13623, 8855, 9230, 7227, 6860, 7175, 7905, 7294, 9653, 12155, 8573, 9369, 7381, 9868, 7402, 12102, 8449, 12480, 9040, 12042, 9630, 9011, 8585, 7296, 11809, 7976, 12716, 7596, 6892, 8014, 7643, 11313, 8262, 10386, 10368, 7469, 11212, 7371, 12058, 12071, 13468, 13967, 8532, 9391, 7331, 7628, 7412, 7558, 10279, 8978, 7599, 12077, 9090, 8307, 7846, 8912, 14141, 11821, 7345, 9293, 7311, 8717, 11527, 7344, 12108, 7573, 10618, 12061, 10157, 10619, 7493, 9166, 7513, 7754, 8978, 7303, 10328, 9634, 12937, 8954, 7185, 7996, 7519, 9749, 7802, 7777, 10779, 7230, 12177, 11373, 11284, 8620, 6930, 10117, 7639, 9874, 9066, 7391, 11052, 10126, 13750, 10448, 7008, 7483, 6636, 6942, 8724, 8395, 13670, 9612, 10427, 12645, 11717, 14491, 12833, 9473, 14308, 11088, 8497, 11009, 8886, 8422, 10229, 9927, 14749, 11520, 8234, 9903, 8195, 10881, 8589, 8983, 10671, 8258, 11935, 9970, 15416, 12017, 8632, 9803, 8651, 12056, 8318, 11617, 9784, 9812, 10489, 8710, 12087, 8627, 14046, 9995, 10203, 10416, 8336, 11871, 8244, 11738, 9686, 9031, 10107, 8911, 13016, 9677, 15105, 10483, 10073, 9399, 8645, 10261, 8778, 11259, 8867, 11532, 8724, 12858, 9471, 14441, 9830, 8528, 8373, 8265, 8941, 8698, 11921, 8712, 14786, 9534, 12215, 9394, 9137, 9404, 10466, 11115, 10184, 12691, 9028, 11795, 8717, 11350, 8982, 13291, 9829, 13192, 11200, 11619, 11347, 8783, 11286, 8916, 11192, 8797, 12136, 10866, 11503, 11251, 9381, 15012, 9178, 13174, 8781, 11809, 8955, 13820, 9768, 14107, 11112, 11570, 9849, 10116, 10469, 8681, 8621, 8810, 10227, 9024, 13224, 9169, 13925, 10574, 12035, 11611, 10631, 10140, 8753, 10922, 8892, 13422, 9312, 13239, 10475, 12433, 9540, 10663, 9462, 8974, 10293, 8895, 11685, 9133, 13444, 10004, 13025, 10672, 9915, 9902, 8743, 10612, 9040, 13752, 9558, 12558, 11265, 10402, 10917, 8760, 10684, 9142, 12867, 10313, 11111, 11234, 9891, 12115, 8275, 11715, 8868, 12048, 9883, 10977, 10572, 9429, 13216, 8695, 11538, 9569, 8964, 10460, 9012, 12656, 9228, 13015, 10287, 14826, 12251, 8949, 9544, 9374, 11365, 9218, 13110, 8897, 12981, 10169, 13762, 10355, 9109, 10307, 9182, 11897, 9071, 14119, 10438, 13014, 10540, 10669, 11109, 8988, 10496, 9372, 11190, 8808, 13121, 10688, 10563, 12377, 8710, 11516, 8597, 9502, 10077, 8527, 12988, 9253, 14669, 9595, 14012, 9958, 8303, 9539, 7857, 12069, 8177, 13662, 9984, 15416, 11372, 7543, 9599, 8232, 12393, 8495, 14015, 9237, 13439, 8925, 14879, 10141, 7903, 9049, 7552, 10362, 7750, 12777, 8300, 13890, 10080, 11549, 9912, 7631, 9757, 7772, 13246, 10444, 12272, 13334, 9635, 12913, 8806, 10730, 10271, 10956, 12722, 9003, 13746, 8860, 15039, 10536, 14788, 12955, 7473, 11345, 7934, 12959, 10356, 12481, 12387, 9854, 13051, 8478, 11599, 8598, 10086, 10625, 9373, 15754, 10255, 14858, 10505, 8396, 11035, 7804, 14046, 9466, 14277, 10242, 12365, 11458, 7584, 10410, 7407, 12989, 9836, 12954, 10982, 10808, 12966, 8445, 11952, 7665, 10783, 8058, 10331, 9587, 10270, 13825, 8826, 11561, 8554, 8709, 10133, 8258, 11997, 10064, 14215, 9744, 7616, 7574, 7208, 8368, 9860, 7187, 11809, 10682, 11240, 9215, 6924, 9489, 8206], 'WindowCenter': [3811.0, 3766.0, 3773.0, 3740.0, 3759.0, 3739.0, 3726.0, 3748.0, 3737.0, 3759.0, 3736.0, 3746.0, 3726.0, 3734.0, 3713.0, 3725.0, 3745.0, 3725.0, 3770.0, 3748.0, 3737.0, 3737.0, 3738.0, 3735.0, 3726.0, 3757.0, 3751.0, 3770.0, 3750.0, 3727.0, 3737.0, 3738.0, 3747.0, 3727.0, 3746.0, 3747.0, 3725.0, 3757.0, 3727.0, 3757.0, 3738.0, 3757.0, 3746.0, 3716.0, 3746.0, 3726.0, 3744.0, 3725.0, 3745.0, 3747.0, 3747.0, 3769.0, 3727.0, 3748.0, 3726.0, 3745.0, 3714.0, 3744.0, 3724.0, 3745.0, 3734.0, 3735.0, 3747.0, 3716.0, 3746.0, 3727.0, 3735.0, 3726.0, 3735.0, 3726.0, 3747.0, 3749.0, 3728.0, 3759.0, 3718.0, 3757.0, 3714.0, 3746.0, 3714.0, 3724.0, 3714.0, 3715.0, 3758.0, 3727.0, 3770.0, 3739.0, 3770.0, 3741.0, 3743.0, 3740.0, 3740.0, 3781.0, 3740.0, 3770.0, 3772.0, 3740.0, 3750.0, 3740.0, 3738.0, 3728.0, 3766.0, 3758.0, 3757.0, 3749.0, 3738.0, 3726.0, 3727.0, 3747.0, 3726.0, 3766.0, 3759.0, 3749.0, 3739.0, 3725.0, 3724.0, 3725.0, 3746.0, 3737.0, 3768.0, 3727.0, 3747.0, 3727.0, 3745.0, 3724.0, 3746.0, 3725.0, 3736.0, 3735.0, 3724.0, 3759.0, 3715.0, 3757.0, 3736.0, 3735.0, 3726.0, 3725.0, 3737.0, 3738.0, 3767.0, 3738.0, 3758.0, 3761.0, 3739.0, 3771.0, 3738.0, 3770.0, 3749.0, 3746.0, 3725.0, 3734.0, 3724.0, 3723.0, 3757.0, 3736.0, 3767.0, 3737.0, 3736.0, 3770.0, 3737.0, 3768.0, 3738.0, 3736.0, 3737.0, 3739.0, 3749.0, 3741.0, 3771.0, 3785.0, 3764.0, 3797.0, 3766.0, 3764.0, 3762.0, 3751.0, 3772.0, 3784.0, 3764.0, 3796.0, 3763.0, 3764.0, 3751.0, 3750.0, 3770.0, 3751.0, 3750.0, 3738.0, 3739.0, 3758.0, 3760.0, 3765.0, 3795.0, 3718.0, 3708.0, 3704.0, 3716.0, 3706.0, 3738.0, 3720.0, 3761.0, 3762.0, 3742.0, 3772.0, 3731.0, 3717.0, 3727.0, 3716.0, 3746.0, 3727.0, 3758.0, 3728.0, 3718.0, 3761.0, 3730.0, 3772.0, 3729.0, 3718.0, 3715.0, 3717.0, 3727.0, 3727.0, 3758.0, 3750.0, 3760.0, 3740.0, 3740.0, 3727.0, 3727.0, 3714.0, 3716.0, 3725.0, 3759.0, 3739.0, 3771.0, 3739.0, 3718.0, 3727.0, 3727.0, 3736.0, 3726.0, 3726.0, 3737.0, 3729.0, 3784.0, 3774.0, 3773.0, 3768.0, 3713.0, 3741.0, 3709.0, 3707.0, 3759.0, 3730.0, 3763.0, 3784.0, 3744.0, 3773.0, 3743.0, 3709.0, 3728.0, 3696.0, 3747.0, 3717.0, 3757.0, 3728.0, 3716.0, 3718.0, 3717.0, 3770.0, 3726.0, 3745.0, 3703.0, 3713.0, 3704.0, 3692.0, 3725.0, 3705.0, 3781.0, 3750.0, 3780.0, 3749.0, 3717.0, 3727.0, 3704.0, 3746.0, 3725.0, 3767.0, 3726.0, 3768.0, 3748.0, 3779.0, 3737.0, 3705.0, 3715.0, 3703.0, 3733.0, 3714.0, 3758.0, 3751.0, 3750.0, 3763.0, 3730.0, 3710.0, 3730.0, 3697.0, 3738.0, 3761.0, 3758.0, 3772.0, 3729.0, 3792.0, 3785.0, 3783.0, 3762.0, 3730.0, 3749.0, 3727.0, 3734.0, 3746.0, 3724.0, 3725.0, 3692.0, 3713.0, 3702.0, 3733.0, 3702.0, 3723.0, 3714.0, 3746.0, 3746.0, 3724.0, 3724.0, 3726.0, 3728.0, 3741.0, 3729.0, 3772.0, 3741.0, 3792.0, 3740.0, 3771.0, 3764.0, 3742.0, 3750.0, 3740.0, 3782.0, 3748.0, 3790.0, 3749.0, 3769.0, 3738.0, 3726.0, 3725.0, 3725.0, 3757.0, 3725.0, 3778.0, 3738.0, 3747.0, 3725.0, 3724.0, 3735.0, 3712.0, 3766.0, 3715.0, 3779.0, 3738.0, 3756.0, 3725.0, 3714.0, 3725.0, 3715.0, 3747.0, 3726.0, 3757.0, 3726.0, 3768.0, 3715.0, 3758.0, 3716.0, 3757.0, 3704.0, 3746.0, 3691.0, 3743.0, 3692.0, 3734.0, 3703.0, 3745.0, 3727.0, 3759.0, 3740.0, 3769.0, 3760.0, 3720.0, 3740.0, 3743.0, 3761.0, 3773.0, 3763.0, 3785.0, 3754.0, 3773.0, 3744.0, 3743.0, 3764.0, 3721.0, 3784.0, 3731.0, 3772.0, 3718.0, 3771.0, 3718.0, 3769.0, 3717.0, 3769.0, 3749.0, 3726.0, 3759.0, 3726.0, 3768.0, 3726.0, 3759.0, 3729.0, 3708.0, 3738.0, 3720.0, 3783.0, 3786.0, 3793.0, 3783.0, 3772.0, 3763.0, 3732.0, 3761.0, 3753.0, 3772.0, 3782.0, 3751.0, 3761.0, 3742.0, 3759.0, 3751.0, 3770.0, 3771.0, 3748.0, 3750.0, 3727.0, 3747.0, 3737.0, 3767.0, 3727.0, 3767.0, 3736.0, 3756.0, 3758.0, 3746.0, 3747.0, 3726.0, 3745.0, 3726.0, 3745.0, 3747.0, 3725.0, 3780.0, 3737.0, 3790.0, 3770.0, 3779.0, 3760.0, 3729.0, 3748.0, 3737.0, 3767.0, 3749.0, 3767.0, 3760.0, 3769.0, 3780.0, 3738.0, 3759.0, 3736.0, 3745.0, 3735.0, 3745.0, 3758.0, 3726.0, 3779.0, 3739.0, 3781.0, 3750.0, 3727.0, 3737.0, 3725.0, 3757.0, 3726.0, 3766.0, 3758.0, 3778.0, 3759.0, 3715.0, 3725.0, 3726.0, 3746.0, 3735.0, 3756.0, 3747.0, 3737.0, 3748.0, 3751.0, 3749.0, 3750.0, 3748.0, 3770.0, 3737.0, 3781.0, 3748.0, 3779.0, 3749.0, 3724.0, 3734.0, 3725.0, 3745.0, 3737.0, 3748.0, 3712.0, 3763.0, 3749.0, 3690.0, 3749.0, 3727.0, 3706.0, 3725.0, 3717.0, 3706.0, 3729.0, 3722.0, 3785.0, 3765.0, 3754.0, 3784.0, 3740.0, 3771.0, 3735.0, 3756.0, 3713.0, 3757.0, 3724.0, 3767.0, 3724.0, 3724.0, 3703.0, 3692.0, 3703.0, 3711.0, 3703.0, 3735.0, 3768.0, 3737.0, 3748.0, 3720.0, 3759.0, 3730.0, 3769.0, 3738.0, 3768.0, 3737.0, 3768.0, 3749.0, 3738.0, 3739.0, 3717.0, 3771.0, 3728.0, 3769.0, 3717.0, 3705.0, 3727.0, 3717.0, 3757.0, 3728.0, 3759.0, 3760.0, 3717.0, 3760.0, 3718.0, 3770.0, 3769.0, 3780.0, 3793.0, 3738.0, 3737.0, 3718.0, 3716.0, 3717.0, 3717.0, 3746.0, 3738.0, 3729.0, 3784.0, 3752.0, 3738.0, 3726.0, 3738.0, 3782.0, 3772.0, 3718.0, 3738.0, 3718.0, 3738.0, 3757.0, 3705.0, 3757.0, 3716.0, 3757.0, 3768.0, 3746.0, 3746.0, 3715.0, 3735.0, 3703.0, 3712.0, 3724.0, 3702.0, 3746.0, 3747.0, 3769.0, 3739.0, 3707.0, 3727.0, 3716.0, 3734.0, 3714.0, 3714.0, 3757.0, 3716.0, 3770.0, 3771.0, 3771.0, 3738.0, 3719.0, 3757.0, 3715.0, 3745.0, 3736.0, 3715.0, 3772.0, 3772.0, 3782.0, 3762.0, 3720.0, 3718.0, 3708.0, 3706.0, 3727.0, 3715.0, 3756.0, 3736.0, 3748.0, 3768.0, 3772.0, 3782.0, 3783.0, 3748.0, 3780.0, 3772.0, 3739.0, 3758.0, 3737.0, 3739.0, 3759.0, 3749.0, 3793.0, 3774.0, 3740.0, 3761.0, 3739.0, 3758.0, 3739.0, 3737.0, 3747.0, 3725.0, 3769.0, 3749.0, 3791.0, 3772.0, 3737.0, 3747.0, 3736.0, 3756.0, 3724.0, 3756.0, 3746.0, 3746.0, 3759.0, 3738.0, 3769.0, 3738.0, 3780.0, 3748.0, 3748.0, 3758.0, 3727.0, 3768.0, 3738.0, 3770.0, 3749.0, 3738.0, 3760.0, 3749.0, 3783.0, 3762.0, 3792.0, 3760.0, 3748.0, 3737.0, 3726.0, 3747.0, 3725.0, 3757.0, 3736.0, 3757.0, 3737.0, 3769.0, 3749.0, 3779.0, 3749.0, 3736.0, 3726.0, 3725.0, 3737.0, 3737.0, 3771.0, 3752.0, 3794.0, 3763.0, 3783.0, 3751.0, 3748.0, 3749.0, 3759.0, 3771.0, 3760.0, 3782.0, 3739.0, 3772.0, 3752.0, 3771.0, 3750.0, 3777.0, 3748.0, 3769.0, 3758.0, 3768.0, 3761.0, 3739.0, 3771.0, 3751.0, 3770.0, 3740.0, 3769.0, 3759.0, 3758.0, 3769.0, 3738.0, 3794.0, 3750.0, 3781.0, 3741.0, 3767.0, 3737.0, 3767.0, 3746.0, 3767.0, 3759.0, 3757.0, 3749.0, 3748.0, 3759.0, 3737.0, 3739.0, 3749.0, 3758.0, 3749.0, 3780.0, 3749.0, 3780.0, 3762.0, 3782.0, 3772.0, 3761.0, 3761.0, 3740.0, 3759.0, 3738.0, 3768.0, 3738.0, 3769.0, 3761.0, 3770.0, 3751.0, 3759.0, 3749.0, 3739.0, 3747.0, 3735.0, 3766.0, 3738.0, 3780.0, 3761.0, 3781.0, 3762.0, 3760.0, 3762.0, 3741.0, 3758.0, 3738.0, 3778.0, 3748.0, 3768.0, 3772.0, 3762.0, 3772.0, 3752.0, 3773.0, 3752.0, 3780.0, 3760.0, 3768.0, 3771.0, 3760.0, 3782.0, 3741.0, 3783.0, 3752.0, 3781.0, 3749.0, 3757.0, 3759.0, 3750.0, 3783.0, 3742.0, 3772.0, 3763.0, 3752.0, 3760.0, 3738.0, 3770.0, 3737.0, 3770.0, 3749.0, 3780.0, 3772.0, 3751.0, 3748.0, 3736.0, 3757.0, 3736.0, 3768.0, 3737.0, 3768.0, 3761.0, 3781.0, 3759.0, 3751.0, 3759.0, 3748.0, 3769.0, 3738.0, 3778.0, 3759.0, 3778.0, 3760.0, 3759.0, 3761.0, 3739.0, 3761.0, 3738.0, 3755.0, 3736.0, 3766.0, 3759.0, 3758.0, 3770.0, 3738.0, 3772.0, 3751.0, 3750.0, 3759.0, 3736.0, 3778.0, 3738.0, 3779.0, 3748.0, 3780.0, 3761.0, 3739.0, 3747.0, 3725.0, 3768.0, 3727.0, 3781.0, 3748.0, 3791.0, 3772.0, 3728.0, 3749.0, 3726.0, 3767.0, 3725.0, 3767.0, 3738.0, 3768.0, 3739.0, 3778.0, 3747.0, 3726.0, 3736.0, 3713.0, 3745.0, 3713.0, 3767.0, 3727.0, 3779.0, 3760.0, 3770.0, 3760.0, 3730.0, 3749.0, 3728.0, 3779.0, 3759.0, 3769.0, 3783.0, 3761.0, 3783.0, 3752.0, 3772.0, 3761.0, 3758.0, 3769.0, 3735.0, 3779.0, 3737.0, 3780.0, 3759.0, 3779.0, 3780.0, 3716.0, 3757.0, 3726.0, 3767.0, 3747.0, 3767.0, 3769.0, 3747.0, 3780.0, 3740.0, 3769.0, 3738.0, 3757.0, 3759.0, 3737.0, 3790.0, 3758.0, 3791.0, 3760.0, 3728.0, 3758.0, 3717.0, 3778.0, 3747.0, 3779.0, 3759.0, 3768.0, 3757.0, 3729.0, 3759.0, 3717.0, 3767.0, 3748.0, 3780.0, 3760.0, 3757.0, 3769.0, 3726.0, 3758.0, 3717.0, 3757.0, 3727.0, 3756.0, 3748.0, 3757.0, 3780.0, 3749.0, 3771.0, 3751.0, 3739.0, 3760.0, 3739.0, 3773.0, 3764.0, 3795.0, 3764.0, 3730.0, 3731.0, 3731.0, 3739.0, 3750.0, 3706.0, 3771.0, 3762.0, 3772.0, 3751.0, 3718.0, 3749.0, 3729.0], 'WindowWidth': [8541.0, 8468.0, 8471.0, 8425.0, 8448.0, 8422.0, 8400.0, 8430.0, 8413.0, 8446.0, 8409.0, 8423.0, 8397.0, 8406.0, 8376.0, 8395.0, 8423.0, 8398.0, 8466.0, 8433.0, 8417.0, 8417.0, 8418.0, 8411.0, 8400.0, 8441.0, 8440.0, 8463.0, 8438.0, 8403.0, 8414.0, 8418.0, 8427.0, 8402.0, 8424.0, 8426.0, 8395.0, 8439.0, 8399.0, 8441.0, 8415.0, 8439.0, 8425.0, 8386.0, 8425.0, 8400.0, 8419.0, 8397.0, 8421.0, 8428.0, 8426.0, 8460.0, 8402.0, 8430.0, 8401.0, 8421.0, 8379.0, 8416.0, 8392.0, 8420.0, 8406.0, 8407.0, 8428.0, 8385.0, 8426.0, 8402.0, 8407.0, 8396.0, 8406.0, 8397.0, 8425.0, 8432.0, 8402.0, 8449.0, 8391.0, 8441.0, 8381.0, 8424.0, 8379.0, 8392.0, 8381.0, 8383.0, 8444.0, 8404.0, 8463.0, 8422.0, 8465.0, 8428.0, 8433.0, 8423.0, 8423.0, 8480.0, 8425.0, 8463.0, 8468.0, 8423.0, 8437.0, 8424.0, 8418.0, 8404.0, 8454.0, 8443.0, 8443.0, 8433.0, 8417.0, 8401.0, 8402.0, 8428.0, 8401.0, 8452.0, 8447.0, 8433.0, 8419.0, 8396.0, 8394.0, 8395.0, 8427.0, 8413.0, 8456.0, 8402.0, 8426.0, 8401.0, 8420.0, 8396.0, 8422.0, 8396.0, 8410.0, 8410.0, 8393.0, 8445.0, 8384.0, 8441.0, 8412.0, 8410.0, 8398.0, 8398.0, 8414.0, 8417.0, 8456.0, 8419.0, 8446.0, 8452.0, 8421.0, 8469.0, 8420.0, 8463.0, 8432.0, 8426.0, 8396.0, 8405.0, 8393.0, 8391.0, 8440.0, 8413.0, 8455.0, 8417.0, 8414.0, 8465.0, 8417.0, 8458.0, 8420.0, 8414.0, 8419.0, 8422.0, 8435.0, 8428.0, 8470.0, 8493.0, 8465.0, 8516.0, 8473.0, 8466.0, 8460.0, 8444.0, 8472.0, 8493.0, 8466.0, 8510.0, 8464.0, 8464.0, 8443.0, 8440.0, 8462.0, 8442.0, 8438.0, 8416.0, 8417.0, 8443.0, 8448.0, 8463.0, 8502.0, 8395.0, 8379.0, 8368.0, 8387.0, 8372.0, 8416.0, 8398.0, 8451.0, 8455.0, 8430.0, 8469.0, 8412.0, 8391.0, 8401.0, 8385.0, 8424.0, 8401.0, 8443.0, 8405.0, 8391.0, 8452.0, 8411.0, 8469.0, 8410.0, 8390.0, 8383.0, 8387.0, 8402.0, 8401.0, 8441.0, 8436.0, 8449.0, 8423.0, 8424.0, 8401.0, 8401.0, 8380.0, 8382.0, 8393.0, 8445.0, 8418.0, 8464.0, 8419.0, 8391.0, 8401.0, 8401.0, 8411.0, 8397.0, 8396.0, 8415.0, 8407.0, 8488.0, 8476.0, 8471.0, 8476.0, 8396.0, 8427.0, 8380.0, 8373.0, 8444.0, 8409.0, 8457.0, 8488.0, 8434.0, 8473.0, 8432.0, 8383.0, 8404.0, 8360.0, 8425.0, 8387.0, 8439.0, 8403.0, 8383.0, 8391.0, 8388.0, 8462.0, 8396.0, 8419.0, 8363.0, 8374.0, 8363.0, 8347.0, 8395.0, 8370.0, 8478.0, 8436.0, 8477.0, 8434.0, 8389.0, 8402.0, 8367.0, 8423.0, 8394.0, 8451.0, 8397.0, 8455.0, 8430.0, 8473.0, 8414.0, 8369.0, 8380.0, 8362.0, 8401.0, 8378.0, 8445.0, 8440.0, 8436.0, 8459.0, 8415.0, 8386.0, 8413.0, 8366.0, 8414.0, 8453.0, 8445.0, 8473.0, 8409.0, 8499.0, 8493.0, 8489.0, 8458.0, 8415.0, 8435.0, 8400.0, 8405.0, 8422.0, 8390.0, 8393.0, 8345.0, 8374.0, 8361.0, 8402.0, 8360.0, 8387.0, 8380.0, 8426.0, 8424.0, 8393.0, 8394.0, 8401.0, 8406.0, 8429.0, 8409.0, 8474.0, 8431.0, 8498.0, 8428.0, 8470.0, 8463.0, 8431.0, 8441.0, 8425.0, 8483.0, 8434.0, 8491.0, 8436.0, 8460.0, 8419.0, 8400.0, 8396.0, 8395.0, 8444.0, 8397.0, 8473.0, 8421.0, 8428.0, 8398.0, 8393.0, 8410.0, 8375.0, 8454.0, 8382.0, 8474.0, 8417.0, 8440.0, 8398.0, 8381.0, 8397.0, 8383.0, 8426.0, 8398.0, 8441.0, 8398.0, 8456.0, 8383.0, 8445.0, 8385.0, 8441.0, 8365.0, 8422.0, 8344.0, 8415.0, 8345.0, 8404.0, 8362.0, 8421.0, 8399.0, 8445.0, 8427.0, 8463.0, 8453.0, 8400.0, 8428.0, 8436.0, 8459.0, 8477.0, 8463.0, 8495.0, 8454.0, 8476.0, 8437.0, 8434.0, 8463.0, 8404.0, 8489.0, 8414.0, 8470.0, 8394.0, 8466.0, 8392.0, 8459.0, 8387.0, 8461.0, 8435.0, 8401.0, 8448.0, 8399.0, 8459.0, 8400.0, 8449.0, 8411.0, 8382.0, 8423.0, 8399.0, 8490.0, 8497.0, 8503.0, 8490.0, 8474.0, 8463.0, 8422.0, 8457.0, 8449.0, 8472.0, 8487.0, 8442.0, 8456.0, 8431.0, 8451.0, 8444.0, 8467.0, 8468.0, 8433.0, 8436.0, 8403.0, 8428.0, 8416.0, 8455.0, 8402.0, 8454.0, 8414.0, 8440.0, 8444.0, 8426.0, 8427.0, 8401.0, 8421.0, 8400.0, 8423.0, 8428.0, 8399.0, 8476.0, 8417.0, 8491.0, 8465.0, 8474.0, 8449.0, 8408.0, 8431.0, 8417.0, 8455.0, 8434.0, 8455.0, 8450.0, 8460.0, 8480.0, 8418.0, 8447.0, 8414.0, 8422.0, 8408.0, 8422.0, 8442.0, 8399.0, 8474.0, 8421.0, 8478.0, 8438.0, 8404.0, 8416.0, 8397.0, 8441.0, 8399.0, 8453.0, 8444.0, 8472.0, 8446.0, 8384.0, 8397.0, 8398.0, 8425.0, 8409.0, 8438.0, 8429.0, 8418.0, 8434.0, 8441.0, 8436.0, 8439.0, 8432.0, 8465.0, 8417.0, 8480.0, 8432.0, 8474.0, 8432.0, 8395.0, 8407.0, 8393.0, 8420.0, 8413.0, 8433.0, 8373.0, 8457.0, 8428.0, 8332.0, 8432.0, 8398.0, 8374.0, 8397.0, 8391.0, 8372.0, 8409.0, 8406.0, 8493.0, 8469.0, 8451.0, 8491.0, 8426.0, 8467.0, 8408.0, 8438.0, 8374.0, 8438.0, 8390.0, 8455.0, 8393.0, 8392.0, 8366.0, 8348.0, 8365.0, 8372.0, 8364.0, 8409.0, 8458.0, 8415.0, 8432.0, 8398.0, 8449.0, 8413.0, 8463.0, 8421.0, 8458.0, 8417.0, 8457.0, 8434.0, 8417.0, 8422.0, 8390.0, 8464.0, 8405.0, 8462.0, 8390.0, 8372.0, 8403.0, 8389.0, 8443.0, 8407.0, 8447.0, 8448.0, 8390.0, 8449.0, 8392.0, 8463.0, 8463.0, 8480.0, 8504.0, 8419.0, 8414.0, 8393.0, 8387.0, 8388.0, 8388.0, 8424.0, 8416.0, 8410.0, 8491.0, 8443.0, 8419.0, 8400.0, 8420.0, 8483.0, 8468.0, 8392.0, 8418.0, 8392.0, 8417.0, 8440.0, 8369.0, 8440.0, 8388.0, 8443.0, 8456.0, 8426.0, 8425.0, 8384.0, 8408.0, 8366.0, 8374.0, 8393.0, 8361.0, 8426.0, 8428.0, 8460.0, 8421.0, 8375.0, 8401.0, 8386.0, 8408.0, 8380.0, 8380.0, 8440.0, 8389.0, 8463.0, 8467.0, 8468.0, 8421.0, 8394.0, 8442.0, 8384.0, 8424.0, 8411.0, 8383.0, 8469.0, 8472.0, 8486.0, 8456.0, 8399.0, 8391.0, 8378.0, 8371.0, 8400.0, 8377.0, 8433.0, 8407.0, 8426.0, 8455.0, 8470.0, 8484.0, 8488.0, 8433.0, 8479.0, 8470.0, 8423.0, 8443.0, 8418.0, 8423.0, 8447.0, 8435.0, 8498.0, 8476.0, 8425.0, 8452.0, 8422.0, 8444.0, 8422.0, 8417.0, 8428.0, 8397.0, 8460.0, 8434.0, 8494.0, 8467.0, 8416.0, 8428.0, 8413.0, 8436.0, 8394.0, 8437.0, 8426.0, 8425.0, 8445.0, 8416.0, 8461.0, 8418.0, 8477.0, 8431.0, 8430.0, 8444.0, 8402.0, 8457.0, 8420.0, 8462.0, 8436.0, 8419.0, 8450.0, 8435.0, 8485.0, 8455.0, 8497.0, 8450.0, 8431.0, 8414.0, 8399.0, 8426.0, 8394.0, 8440.0, 8411.0, 8439.0, 8414.0, 8461.0, 8435.0, 8474.0, 8434.0, 8413.0, 8399.0, 8397.0, 8416.0, 8415.0, 8465.0, 8443.0, 8501.0, 8461.0, 8488.0, 8442.0, 8434.0, 8434.0, 8445.0, 8467.0, 8451.0, 8483.0, 8422.0, 8468.0, 8443.0, 8466.0, 8437.0, 8468.0, 8432.0, 8458.0, 8444.0, 8459.0, 8453.0, 8421.0, 8466.0, 8440.0, 8465.0, 8424.0, 8459.0, 8445.0, 8444.0, 8462.0, 8417.0, 8499.0, 8438.0, 8480.0, 8426.0, 8454.0, 8414.0, 8451.0, 8426.0, 8454.0, 8444.0, 8440.0, 8432.0, 8429.0, 8447.0, 8416.0, 8421.0, 8436.0, 8445.0, 8435.0, 8474.0, 8436.0, 8478.0, 8457.0, 8483.0, 8470.0, 8454.0, 8454.0, 8423.0, 8446.0, 8418.0, 8456.0, 8419.0, 8459.0, 8451.0, 8463.0, 8439.0, 8446.0, 8435.0, 8420.0, 8429.0, 8410.0, 8452.0, 8416.0, 8474.0, 8453.0, 8479.0, 8455.0, 8452.0, 8455.0, 8428.0, 8445.0, 8419.0, 8470.0, 8433.0, 8460.0, 8470.0, 8458.0, 8472.0, 8446.0, 8472.0, 8444.0, 8478.0, 8450.0, 8459.0, 8467.0, 8450.0, 8485.0, 8427.0, 8485.0, 8445.0, 8478.0, 8434.0, 8442.0, 8448.0, 8437.0, 8486.0, 8431.0, 8470.0, 8460.0, 8444.0, 8451.0, 8417.0, 8463.0, 8416.0, 8461.0, 8433.0, 8476.0, 8468.0, 8440.0, 8434.0, 8413.0, 8440.0, 8411.0, 8456.0, 8415.0, 8456.0, 8452.0, 8478.0, 8449.0, 8439.0, 8449.0, 8432.0, 8459.0, 8417.0, 8471.0, 8448.0, 8472.0, 8450.0, 8448.0, 8453.0, 8422.0, 8451.0, 8418.0, 8436.0, 8411.0, 8453.0, 8446.0, 8445.0, 8466.0, 8420.0, 8470.0, 8442.0, 8438.0, 8448.0, 8414.0, 8473.0, 8417.0, 8475.0, 8433.0, 8479.0, 8453.0, 8423.0, 8430.0, 8398.0, 8457.0, 8402.0, 8479.0, 8433.0, 8494.0, 8468.0, 8408.0, 8435.0, 8401.0, 8455.0, 8396.0, 8454.0, 8417.0, 8455.0, 8419.0, 8471.0, 8428.0, 8400.0, 8411.0, 8378.0, 8422.0, 8377.0, 8452.0, 8402.0, 8474.0, 8450.0, 8464.0, 8451.0, 8412.0, 8435.0, 8407.0, 8474.0, 8448.0, 8461.0, 8487.0, 8457.0, 8487.0, 8447.0, 8472.0, 8455.0, 8446.0, 8461.0, 8411.0, 8473.0, 8415.0, 8477.0, 8447.0, 8474.0, 8476.0, 8390.0, 8443.0, 8401.0, 8454.0, 8428.0, 8454.0, 8462.0, 8430.0, 8476.0, 8425.0, 8461.0, 8418.0, 8441.0, 8447.0, 8415.0, 8491.0, 8445.0, 8493.0, 8450.0, 8406.0, 8445.0, 8387.0, 8470.0, 8427.0, 8471.0, 8446.0, 8458.0, 8444.0, 8408.0, 8446.0, 8389.0, 8454.0, 8433.0, 8477.0, 8449.0, 8440.0, 8459.0, 8399.0, 8443.0, 8390.0, 8441.0, 8404.0, 8442.0, 8432.0, 8444.0, 8480.0, 8437.0, 8468.0, 8441.0, 8423.0, 8450.0, 8423.0, 8473.0, 8464.0, 8505.0, 8461.0, 8413.0, 8415.0, 8416.0, 8422.0, 8438.0, 8376.0, 8467.0, 8457.0, 8470.0, 8440.0, 8394.0, 8435.0, 8409.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.004699112426035504</td></tr>
<tr><td colspan=3>aqi</td><td>0.061868925838264296</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.54091884540972</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1455224505922985</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006281806150049</td></tr>
<tr><td colspan=3>efc</td><td>0.4705</td></tr>
<tr><td colspan=3>fber</td><td>5397.9629</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1979009401507575</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>279</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.514792899408285</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6610029440294314</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.522718758035516</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.922919748493981</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.537370325558798</td></tr>
<tr><td colspan=3>gcor</td><td>0.00364425</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019328849390149117</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031160619109869003</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1014</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.885631027044275</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>23.3392</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8283</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.7702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303436.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.2985</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2332</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.2198</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2959.1025</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.2691</td></tr>
<tr><td colspan=3>tsnr</td><td>24.50860682653729</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>