=== 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-0011 --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-0011",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 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-0011_ses-01_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0011_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 «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0011_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-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0011/ses-01/func/sub-0011_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ee98d2ff09046d8a90f6e6427666e570</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>17:05:49.365000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998004, 0.0474531, 0.0416771, -0.0435738, 0.995032, -0.0895114]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0813344</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>43</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7775, -7265, 577, -60, -261, 22, 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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3fba3f1e-4181-4347-ba52-a0e4b76df2f5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6775708198547363, -0.11690539121627808, 0.12343765050172806, 111.84068298339844], [-0.12731333076953888, 2.6695985794067383, -0.2362949401140213, -64.27162170410156], [0.11181659251451492, 0.24015246331691742, 2.6868064403533936, -77.97985076904297], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1209]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['170549.365000', '170549.825000', '170550.285000', '170550.745000', '170551.205000', '170551.665000', '170552.125000', '170552.585000', '170553.045000', '170553.505000', '170553.965000', '170554.425000', '170554.885000', '170555.345000', '170555.805000', '170556.265000', '170556.725000', '170557.185000', '170557.645000', '170558.105000', '170558.565000', '170559.025000', '170559.485000', '170559.945000', '170600.405000', '170600.865000', '170601.325000', '170601.785000', '170602.245000', '170602.705000', '170603.165000', '170603.625000', '170604.085000', '170604.545000', '170605.005000', '170605.465000', '170605.925000', '170606.385000', '170606.845000', '170607.305000', '170607.765000', '170608.225000', '170608.685000', '170609.145000', '170609.605000', '170610.065000', '170610.525000', '170610.985000', '170611.445000', '170611.905000', '170612.365000', '170612.825000', '170613.285000', '170613.745000', '170614.205000', '170614.665000', '170615.125000', '170615.585000', '170616.045000', '170616.505000', '170616.965000', '170617.425000', '170617.885000', '170618.345000', '170618.805000', '170619.265000', '170619.725000', '170620.185000', '170620.645000', '170621.105000', '170621.565000', '170622.025000', '170622.485000', '170622.945000', '170623.405000', '170623.865000', '170624.325000', '170624.785000', '170625.245000', '170625.705000', '170626.165000', '170626.625000', '170627.085000', '170627.545000', '170628.005000', '170628.465000', '170628.925000', '170629.385000', '170629.845000', '170630.305000', '170630.765000', '170631.225000', '170631.685000', '170632.145000', '170632.605000', '170633.065000', '170633.525000', '170633.985000', '170634.445000', '170634.905000', '170635.365000', '170635.825000', '170636.285000', '170636.745000', '170637.205000', '170637.665000', '170638.125000', '170638.585000', '170639.045000', '170639.505000', '170639.965000', '170640.425000', '170640.885000', '170641.345000', '170641.805000', '170642.265000', '170642.725000', '170643.185000', '170643.645000', '170644.105000', '170644.565000', '170645.025000', '170645.485000', '170645.945000', '170646.405000', '170646.865000', '170647.325000', '170647.785000', '170648.245000', '170648.705000', '170649.165000', '170649.625000', '170650.085000', '170650.545000', '170651.005000', '170651.465000', '170651.925000', '170652.385000', '170652.845000', '170653.305000', '170653.765000', '170654.225000', '170654.685000', '170655.145000', '170655.605000', '170656.065000', '170656.525000', '170656.985000', '170657.445000', '170657.905000', '170658.365000', '170658.825000', '170659.285000', '170659.745000', '170700.205000', '170700.665000', '170701.125000', '170701.585000', '170702.045000', '170702.505000', '170702.965000', '170703.425000', '170703.885000', '170704.345000', '170704.805000', '170705.265000', '170705.725000', '170706.185000', '170706.645000', '170707.105000', '170707.565000', '170708.025000', '170708.485000', '170708.945000', '170709.405000', '170709.865000', '170710.325000', '170710.785000', '170711.245000', '170711.705000', '170712.165000', '170712.625000', '170713.085000', '170713.545000', '170714.005000', '170714.465000', '170714.925000', '170715.385000', '170715.845000', '170716.305000', '170716.765000', '170717.225000', '170717.685000', '170718.145000', '170718.605000', '170719.065000', '170719.525000', '170719.985000', '170720.445000', '170720.905000', '170721.365000', '170721.825000', '170722.285000', '170722.745000', '170723.205000', '170723.665000', '170724.125000', '170724.585000', '170725.045000', '170725.505000', '170725.965000', '170726.425000', '170726.885000', '170727.345000', '170727.805000', '170728.265000', '170728.725000', '170729.185000', '170729.645000', '170730.105000', '170730.565000', '170731.025000', '170731.485000', '170731.945000', '170732.405000', '170732.865000', '170733.325000', '170733.785000', '170734.245000', '170734.705000', '170735.165000', '170735.625000', '170736.085000', '170736.545000', '170737.005000', '170737.465000', '170737.925000', '170738.385000', '170738.845000', '170739.305000', '170739.765000', '170740.225000', '170740.685000', '170741.145000', '170741.605000', '170742.065000', '170742.525000', '170742.985000', '170743.445000', '170743.905000', '170744.365000', '170744.825000', '170745.285000', '170745.745000', '170746.205000', '170746.665000', '170747.125000', '170747.585000', '170748.045000', '170748.505000', '170748.965000', '170749.425000', '170749.885000', '170750.345000', '170750.805000', '170751.265000', '170751.725000', '170752.185000', '170752.645000', '170753.105000', '170753.565000', '170754.025000', '170754.485000', '170754.945000', '170755.405000', '170755.865000', '170756.325000', '170756.785000', '170757.245000', '170757.705000', '170758.165000', '170758.625000', '170759.085000', '170759.545000', '170800.005000', '170800.465000', '170800.925000', '170801.385000', '170801.845000', '170802.305000', '170802.765000', '170803.225000', '170803.685000', '170804.145000', '170804.605000', '170805.065000', '170805.525000', '170805.985000', '170806.445000', '170806.905000', '170807.365000', '170807.825000', '170808.285000', '170808.745000', '170809.205000', '170809.665000', '170810.125000', '170810.585000', '170811.045000', '170811.505000', '170811.965000', '170812.425000', '170812.885000', '170813.345000', '170813.805000', '170814.265000', '170814.725000', '170815.185000', '170815.645000', '170816.105000', '170816.565000', '170817.025000', '170817.485000', '170817.945000', '170818.405000', '170818.865000', '170819.325000', '170819.785000', '170820.245000', '170820.705000', '170821.165000', '170821.625000', '170822.085000', '170822.545000', '170823.005000', '170823.465000', '170823.925000', '170824.385000', '170824.845000', '170825.305000', '170825.765000', '170826.225000', '170826.685000', '170827.145000', '170827.605000', '170828.065000', '170828.525000', '170828.985000', '170829.445000', '170829.905000', '170830.365000', '170830.825000', '170831.285000', '170831.745000', '170832.205000', '170832.665000', '170833.125000', '170833.585000', '170834.045000', '170834.505000', '170834.965000', '170835.425000', '170835.885000', '170836.345000', '170836.805000', '170837.265000', '170837.725000', '170838.185000', '170838.645000', '170839.105000', '170839.565000', '170840.025000', '170840.485000', '170840.945000', '170841.405000', '170841.865000', '170842.325000', '170842.785000', '170843.245000', '170843.705000', '170844.165000', '170844.625000', '170845.085000', '170845.545000', '170846.005000', '170846.465000', '170846.925000', '170847.385000', '170847.845000', '170848.305000', '170848.765000', '170849.225000', '170849.685000', '170850.145000', '170850.605000', '170851.065000', '170851.525000', '170851.985000', '170852.445000', '170852.905000', '170853.365000', '170853.825000', '170854.285000', '170854.745000', '170855.205000', '170855.665000', '170856.125000', '170856.585000', '170857.045000', '170857.505000', '170857.965000', '170858.425000', '170858.885000', '170859.345000', '170859.805000', '170900.265000', '170900.725000', '170901.185000', '170901.645000', '170902.105000', '170902.565000', '170903.025000', '170903.485000', '170903.945000', '170904.405000', '170904.865000', '170905.325000', '170905.785000', '170906.245000', '170906.705000', '170907.165000', '170907.625000', '170908.085000', '170908.545000', '170909.005000', '170909.465000', '170909.925000', '170910.385000', '170910.845000', '170911.305000', '170911.765000', '170912.225000', '170912.685000', '170913.145000', '170913.605000', '170914.065000', '170914.525000', '170914.985000', '170915.445000', '170915.905000', '170916.365000', '170916.825000', '170917.285000', '170917.745000', '170918.205000', '170918.665000', '170919.125000', '170919.585000', '170920.045000', '170920.505000', '170920.965000', '170921.425000', '170921.885000', '170922.345000', '170922.805000', '170923.265000', '170923.725000', '170924.185000', '170924.645000', '170925.105000', '170925.565000', '170926.025000', '170926.485000', '170926.945000', '170927.405000', '170927.865000', '170928.325000', '170928.785000', '170929.245000', '170929.705000', '170930.165000', '170930.625000', '170931.085000', '170931.545000', '170932.005000', '170932.465000', '170932.925000', '170933.385000', '170933.845000', '170934.305000', '170934.765000', '170935.225000', '170935.685000', '170936.145000', '170936.605000', '170937.065000', '170937.525000', '170937.985000', '170938.445000', '170938.905000', '170939.365000', '170939.825000', '170940.285000', '170940.745000', '170941.205000', '170941.665000', '170942.125000', '170942.585000', '170943.045000', '170943.505000', '170943.965000', '170944.425000', '170944.885000', '170945.345000', '170945.805000', '170946.265000', '170946.725000', '170947.185000', '170947.645000', '170948.105000', '170948.565000', '170949.025000', '170949.485000', '170949.945000', '170950.405000', '170950.865000', '170951.325000', '170951.785000', '170952.245000', '170952.705000', '170953.165000', '170953.625000', '170954.085000', '170954.545000', '170955.005000', '170955.465000', '170955.925000', '170956.385000', '170956.845000', '170957.305000', '170957.765000', '170958.225000', '170958.685000', '170959.145000', '170959.605000', '171000.065000', '171000.525000', '171000.985000', '171001.445000', '171001.905000', '171002.365000', '171002.825000', '171003.285000', '171003.745000', '171004.205000', '171004.665000', '171005.125000', '171005.585000', '171006.045000', '171006.505000', '171006.965000', '171007.425000', '171007.885000', '171008.345000', '171008.805000', '171009.265000', '171009.725000', '171010.185000', '171010.645000', '171011.105000', '171011.565000', '171012.025000', '171012.485000', '171012.945000', '171013.405000', '171013.865000', '171014.325000', '171014.785000', '171015.245000', '171015.705000', '171016.165000', '171016.625000', '171017.085000', '171017.545000', '171018.005000', '171018.465000', '171018.925000', '171019.385000', '171019.845000', '171020.305000', '171020.765000', '171021.225000', '171021.685000', '171022.145000', '171022.605000', '171023.065000', '171023.525000', '171023.985000', '171024.445000', '171024.905000', '171025.365000', '171025.825000', '171026.285000', '171026.745000', '171027.205000', '171027.665000', '171028.125000', '171028.585000', '171029.045000', '171029.505000', '171029.965000', '171030.425000', '171030.885000', '171031.345000', '171031.805000', '171032.265000', '171032.725000', '171033.185000', '171033.645000', '171034.105000', '171034.565000', '171035.025000', '171035.485000', '171035.945000', '171036.405000', '171036.865000', '171037.325000', '171037.785000', '171038.245000', '171038.705000', '171039.165000', '171039.625000', '171040.085000', '171040.545000', '171041.005000', '171041.465000', '171041.925000', '171042.385000', '171042.845000', '171043.305000', '171043.765000', '171044.225000', '171044.685000', '171045.145000', '171045.605000', '171046.065000', '171046.525000', '171046.985000', '171047.445000', '171047.905000', '171048.365000', '171048.825000', '171049.285000', '171049.745000', '171050.205000', '171050.665000', '171051.125000', '171051.585000', '171052.045000', '171052.505000', '171052.965000', '171053.425000', '171053.885000', '171054.345000', '171054.805000', '171055.265000', '171055.725000', '171056.185000', '171056.645000', '171057.105000', '171057.565000', '171058.025000', '171058.485000', '171058.945000', '171059.405000', '171059.865000', '171100.325000', '171100.785000', '171101.245000', '171101.705000', '171102.165000', '171102.625000', '171103.085000', '171103.545000', '171104.005000', '171104.465000', '171104.925000', '171105.385000', '171105.845000', '171106.305000', '171106.765000', '171107.225000', '171107.685000', '171108.145000', '171108.605000', '171109.065000', '171109.525000', '171109.985000', '171110.445000', '171110.905000', '171111.365000', '171111.825000', '171112.285000', '171112.745000', '171113.205000', '171113.665000', '171114.125000', '171114.585000', '171115.045000', '171115.505000', '171115.965000', '171116.425000', '171116.885000', '171117.345000', '171117.805000', '171118.265000', '171118.725000', '171119.185000', '171119.645000', '171120.105000', '171120.565000', '171121.025000', '171121.485000', '171121.945000', '171122.405000', '171122.865000', '171123.325000', '171123.785000', '171124.245000', '171124.705000', '171125.165000', '171125.625000', '171126.085000', '171126.545000', '171127.005000', '171127.465000', '171127.925000', '171128.385000', '171128.845000', '171129.305000', '171129.765000', '171130.225000', '171130.685000', '171131.145000', '171131.605000', '171132.065000', '171132.525000', '171132.985000', '171133.445000', '171133.905000', '171134.365000', '171134.825000', '171135.285000', '171135.745000', '171136.205000', '171136.665000', '171137.125000', '171137.585000', '171138.045000', '171138.505000', '171138.965000', '171139.425000', '171139.885000', '171140.345000', '171140.805000', '171141.265000', '171141.725000', '171142.185000', '171142.645000', '171143.105000', '171143.565000', '171144.025000', '171144.485000', '171144.945000', '171145.405000', '171145.865000', '171146.325000', '171146.785000', '171147.245000', '171147.705000', '171148.165000', '171148.625000', '171149.085000', '171149.545000', '171150.005000', '171150.465000', '171150.925000', '171151.385000', '171151.845000', '171152.305000', '171152.765000', '171153.225000', '171153.685000', '171154.145000', '171154.605000', '171155.065000', '171155.525000', '171155.985000', '171156.445000', '171156.905000', '171157.365000', '171157.825000', '171158.285000', '171158.745000', '171159.205000', '171159.665000', '171200.125000', '171200.585000', '171201.045000', '171201.505000', '171201.965000', '171202.425000', '171202.885000', '171203.345000', '171203.805000', '171204.265000', '171204.725000', '171205.185000', '171205.645000', '171206.105000', '171206.565000', '171207.025000', '171207.485000', '171207.945000', '171208.405000', '171208.865000', '171209.325000', '171209.785000', '171210.245000', '171210.705000', '171211.165000', '171211.625000', '171212.085000', '171212.545000', '171213.005000', '171213.465000', '171213.925000', '171214.385000', '171214.845000', '171215.305000', '171215.765000', '171216.225000', '171216.685000', '171217.145000', '171217.605000', '171218.065000', '171218.525000', '171218.985000', '171219.445000', '171219.905000', '171220.365000', '171220.825000', '171221.285000', '171221.745000', '171222.205000', '171222.665000', '171223.125000', '171223.585000', '171224.045000', '171224.505000', '171224.965000', '171225.425000', '171225.885000', '171226.345000', '171226.805000', '171227.265000', '171227.725000', '171228.185000', '171228.645000', '171229.105000', '171229.565000', '171230.025000', '171230.485000', '171230.945000', '171231.405000', '171231.865000', '171232.325000', '171232.785000', '171233.245000', '171233.705000', '171234.165000', '171234.625000', '171235.085000', '171235.545000', '171236.005000', '171236.465000', '171236.925000', '171237.385000', '171237.845000', '171238.305000', '171238.765000', '171239.225000', '171239.685000', '171240.145000', '171240.605000', '171241.065000', '171241.525000', '171241.985000', '171242.445000', '171242.905000', '171243.365000', '171243.825000', '171244.285000', '171244.745000', '171245.205000', '171245.665000', '171246.125000', '171246.585000', '171247.045000', '171247.505000', '171247.965000', '171248.425000', '171248.885000', '171249.345000', '171249.805000', '171250.265000', '171250.725000', '171251.185000', '171251.645000', '171252.105000', '171252.565000', '171253.025000', '171253.485000', '171253.945000', '171254.405000', '171254.865000', '171255.325000', '171255.785000', '171256.245000', '171256.705000', '171257.165000', '171257.625000', '171258.085000', '171258.545000', '171259.005000', '171259.465000', '171259.925000', '171300.385000', '171300.845000', '171301.305000', '171301.765000', '171302.225000', '171302.685000', '171303.145000', '171303.605000', '171304.065000', '171304.525000', '171304.985000', '171305.445000', '171305.905000', '171306.365000', '171306.825000', '171307.285000', '171307.745000', '171308.205000', '171308.665000', '171309.125000', '171309.585000', '171310.045000', '171310.505000', '171310.965000', '171311.425000', '171311.885000', '171312.345000', '171312.805000', '171313.265000', '171313.725000', '171314.185000', '171314.645000', '171315.105000', '171315.565000', '171316.025000', '171316.485000', '171316.945000', '171317.405000', '171317.865000', '171318.325000', '171318.785000', '171319.245000', '171319.705000', '171320.165000', '171320.625000', '171321.085000', '171321.545000', '171322.005000', '171322.465000', '171322.925000', '171323.385000', '171323.845000', '171324.305000', '171324.765000', '171325.225000', '171325.685000', '171326.145000', '171326.605000', '171327.065000', '171327.525000', '171327.985000', '171328.445000', '171328.905000', '171329.365000', '171329.825000', '171330.285000', '171330.745000', '171331.205000', '171331.665000', '171332.125000', '171332.585000', '171333.045000', '171333.505000', '171333.965000', '171334.425000', '171334.885000', '171335.345000', '171335.805000', '171336.265000', '171336.725000', '171337.185000', '171337.645000', '171338.105000', '171338.565000', '171339.025000', '171339.485000', '171339.945000', '171340.405000', '171340.865000', '171341.325000', '171341.785000', '171342.245000', '171342.705000', '171343.165000', '171343.625000', '171344.085000', '171344.545000', '171345.005000', '171345.465000', '171345.925000', '171346.385000', '171346.845000', '171347.305000', '171347.765000', '171348.225000', '171348.685000', '171349.145000', '171349.605000', '171350.065000', '171350.525000', '171350.985000', '171351.445000', '171351.905000', '171352.365000', '171352.825000', '171353.285000', '171353.745000', '171354.205000', '171354.665000', '171355.125000', '171355.585000', '171356.045000', '171356.505000', '171356.965000', '171357.425000', '171357.885000', '171358.345000', '171358.805000', '171359.265000', '171359.725000', '171400.185000', '171400.645000', '171401.105000', '171401.565000', '171402.025000', '171402.485000', '171402.945000', '171403.405000', '171403.865000', '171404.325000', '171404.785000', '171405.245000', '171405.705000', '171406.165000', '171406.625000', '171407.085000', '171407.545000', '171408.005000', '171408.465000', '171408.925000', '171409.385000', '171409.845000', '171410.305000', '171410.765000', '171411.225000', '171411.685000', '171412.145000', '171412.605000', '171413.065000', '171413.525000', '171413.985000', '171414.445000', '171414.905000', '171415.365000', '171415.825000', '171416.285000', '171416.745000', '171417.205000', '171417.665000', '171418.125000', '171418.585000', '171419.045000', '171419.505000', '171419.965000', '171420.425000', '171420.885000', '171421.345000', '171421.805000', '171422.265000', '171422.725000', '171423.185000', '171423.645000', '171424.105000', '171424.565000', '171425.025000', '171425.485000', '171425.945000', '171426.405000', '171426.865000', '171427.325000', '171427.785000', '171428.245000', '171428.705000', '171429.165000', '171429.625000', '171430.085000', '171430.545000', '171431.005000', '171431.465000', '171431.925000', '171432.385000', '171432.845000', '171433.305000', '171433.765000', '171434.225000', '171434.685000', '171435.145000', '171435.605000', '171436.065000', '171436.525000', '171436.985000', '171437.445000', '171437.905000', '171438.365000', '171438.825000', '171439.285000', '171439.745000', '171440.205000', '171440.665000', '171441.125000', '171441.585000', '171442.045000', '171442.505000', '171442.965000', '171443.425000', '171443.885000', '171444.345000', '171444.805000', '171445.265000', '171445.725000', '171446.185000', '171446.645000', '171447.105000', '171447.565000', '171448.025000', '171448.485000', '171448.945000', '171449.405000', '171449.865000', '171450.325000', '171450.785000', '171451.245000', '171451.705000', '171452.165000', '171452.625000', '171453.085000', '171453.545000', '171454.005000', '171454.465000', '171454.925000', '171455.385000', '171455.845000', '171456.305000', '171456.765000', '171457.225000', '171457.685000', '171458.145000', '171458.605000', '171459.065000', '171459.525000', '171459.985000', '171500.445000', '171500.905000', '171501.365000', '171501.825000', '171502.285000', '171502.745000', '171503.205000', '171503.665000', '171504.125000', '171504.585000', '171505.045000'], 'ContentTime': ['170612.952000', '170612.956000', '170612.962000', '170612.974000', '170612.977000', '170612.979000', '170612.982000', '170612.985000', '170612.988000', '170612.991000', '170612.994000', '170612.996000', '170613.000000', '170613.003000', '170613.006000', '170613.009000', '170613.012000', '170613.014000', '170613.017000', '170613.020000', '170613.023000', '170613.026000', '170613.029000', '170613.032000', '170613.034000', '170613.037000', '170613.040000', '170613.044000', '170613.047000', '170613.050000', '170613.053000', '170613.056000', '170613.058000', '170613.061000', '170613.064000', '170613.067000', '170613.070000', '170613.073000', '170613.076000', '170613.078000', '170613.081000', '170613.084000', '170613.087000', '170613.090000', '170613.093000', '170613.096000', '170613.104000', '170613.107000', '170613.110000', '170632.917000', '170632.920000', '170632.923000', '170632.926000', '170632.928000', '170632.931000', '170632.934000', '170632.937000', '170632.940000', '170632.943000', '170632.945000', '170632.948000', '170632.951000', '170632.954000', '170632.957000', '170632.959000', '170632.962000', '170632.965000', '170632.968000', '170632.971000', '170632.974000', '170632.977000', '170632.979000', '170632.982000', '170632.985000', '170632.988000', '170632.991000', '170632.993000', '170632.996000', '170633.000000', '170633.003000', '170633.006000', '170633.008000', '170633.011000', '170633.021000', '170633.024000', '170633.026000', '170633.029000', '170633.032000', '170633.035000', '170633.038000', '170633.040000', '170633.043000', '170633.046000', '170652.917000', '170652.920000', '170652.923000', '170652.926000', '170652.928000', '170652.931000', '170652.934000', '170652.937000', '170652.940000', '170652.943000', '170652.945000', '170652.948000', '170652.951000', '170652.955000', '170652.958000', '170652.961000', '170652.963000', '170652.966000', '170652.969000', '170652.975000', '170652.978000', '170652.981000', '170652.984000', '170652.987000', '170652.990000', '170652.993000', '170652.995000', '170652.998000', '170653.002000', '170653.005000', '170653.008000', '170653.011000', '170653.013000', '170653.017000', '170653.019000', '170653.022000', '170653.025000', '170653.028000', '170653.031000', '170653.033000', '170653.036000', '170653.039000', '170653.042000', '170712.917000', '170712.920000', '170712.923000', '170712.926000', '170712.929000', '170712.931000', '170712.934000', '170712.937000', '170712.940000', '170712.943000', '170712.946000', '170712.948000', '170712.951000', '170712.954000', '170712.957000', '170712.960000', '170712.963000', '170712.966000', '170712.968000', '170712.971000', '170712.979000', '170712.982000', '170712.985000', '170712.988000', '170712.991000', '170712.994000', '170713.005000', '170713.007000', '170713.010000', '170713.013000', '170713.016000', '170713.019000', '170713.022000', '170713.025000', '170713.027000', '170713.030000', '170713.033000', '170713.036000', '170713.039000', '170713.041000', '170713.044000', '170713.047000', '170713.050000', '170713.053000', '170732.917000', '170732.920000', '170732.923000', '170732.926000', '170732.929000', '170732.931000', '170732.934000', '170732.937000', '170732.940000', '170732.943000', '170732.946000', '170732.949000', '170732.951000', '170732.954000', '170732.957000', '170732.960000', '170732.963000', '170732.966000', '170732.969000', '170732.971000', '170732.974000', '170732.977000', '170732.980000', '170732.983000', '170732.986000', '170732.990000', '170732.993000', '170732.996000', '170733.000000', '170733.003000', '170733.005000', '170733.034000', '170733.037000', '170733.039000', '170733.042000', '170733.045000', '170733.048000', '170733.051000', '170733.054000', '170733.056000', '170733.059000', '170733.062000', '170733.065000', '170752.917000', '170752.920000', '170752.923000', '170752.933000', '170752.936000', '170752.939000', '170752.941000', '170752.944000', '170752.947000', '170752.950000', '170752.953000', '170752.956000', '170752.959000', '170752.961000', '170752.964000', '170752.967000', '170752.970000', '170752.973000', '170752.976000', '170752.989000', '170752.992000', '170752.994000', '170752.997000', '170753.001000', '170753.004000', '170753.007000', '170753.010000', '170753.013000', '170753.015000', '170753.018000', '170753.021000', '170753.024000', '170753.027000', '170753.030000', '170753.032000', '170753.035000', '170753.038000', '170753.041000', '170753.044000', '170753.047000', '170753.050000', '170753.052000', '170753.055000', '170753.058000', '170812.917000', '170812.920000', '170812.923000', '170812.926000', '170812.929000', '170812.931000', '170812.934000', '170812.938000', '170812.941000', '170812.944000', '170812.947000', '170812.950000', '170812.952000', '170812.955000', '170812.963000', '170812.966000', '170812.969000', '170812.972000', '170812.975000', '170812.978000', '170812.980000', '170812.983000', '170812.986000', '170812.989000', '170812.992000', '170812.995000', '170812.998000', '170813.001000', '170813.004000', '170813.007000', '170813.010000', '170813.013000', '170813.016000', '170813.019000', '170813.022000', '170813.025000', '170813.028000', '170813.031000', '170813.033000', '170813.036000', '170813.039000', '170813.042000', '170813.045000', '170832.918000', '170832.921000', '170832.924000', '170832.927000', '170832.930000', '170832.932000', '170832.935000', '170832.938000', '170832.941000', '170832.944000', '170832.947000', '170832.952000', '170832.954000', '170832.957000', '170832.960000', '170832.963000', '170832.966000', '170832.969000', '170832.972000', '170832.974000', '170832.977000', '170832.980000', '170832.983000', '170832.986000', '170832.989000', '170832.991000', '170832.994000', '170832.997000', '170833.000000', '170833.003000', '170833.006000', '170833.009000', '170833.011000', '170833.014000', '170833.017000', '170833.020000', '170833.023000', '170833.026000', '170833.029000', '170833.031000', '170833.034000', '170833.037000', '170833.040000', '170833.043000', '170852.917000', '170852.920000', '170852.923000', '170852.926000', '170852.929000', '170852.931000', '170852.934000', '170852.937000', '170852.940000', '170852.943000', '170852.946000', '170852.948000', '170852.951000', '170852.954000', '170852.957000', '170852.960000', '170852.963000', '170852.966000', '170852.968000', '170852.971000', '170852.974000', '170852.977000', '170852.980000', '170852.983000', '170852.986000', '170852.988000', '170852.991000', '170852.994000', '170852.997000', '170853.001000', '170853.004000', '170853.007000', '170853.010000', '170853.012000', '170853.015000', '170853.018000', '170853.021000', '170853.024000', '170853.027000', '170853.030000', '170853.033000', '170853.036000', '170853.039000', '170912.917000', '170912.920000', '170912.923000', '170912.926000', '170912.929000', '170912.932000', '170912.934000', '170912.937000', '170912.940000', '170912.943000', '170912.946000', '170912.949000', '170912.951000', '170912.961000', '170912.964000', '170912.967000', '170912.970000', '170912.973000', '170912.976000', '170912.978000', '170912.981000', '170912.984000', '170912.987000', '170912.990000', '170912.992000', '170912.995000', '170912.998000', '170913.002000', '170913.005000', '170913.008000', '170913.011000', '170913.013000', '170913.016000', '170913.019000', '170913.022000', '170913.025000', '170913.028000', '170913.030000', '170913.033000', '170913.036000', '170913.039000', '170913.042000', '170913.045000', '170913.048000', '170932.917000', '170932.920000', '170932.923000', '170932.926000', '170932.929000', '170932.931000', '170932.934000', '170932.937000', '170932.940000', '170932.943000', '170932.946000', '170932.949000', '170932.952000', '170932.954000', '170932.957000', '170932.960000', '170932.963000', '170932.966000', '170932.969000', '170932.972000', '170932.975000', '170932.978000', '170932.981000', '170932.984000', '170932.987000', '170932.990000', '170932.993000', '170932.996000', '170932.998000', '170933.002000', '170933.005000', '170933.008000', '170933.011000', '170933.014000', '170933.017000', '170933.019000', '170933.022000', '170933.025000', '170933.028000', '170933.031000', '170933.034000', '170933.037000', '170933.040000', '170952.917000', '170952.920000', '170952.923000', '170952.925000', '170952.928000', '170952.931000', '170952.934000', '170952.937000', '170952.940000', '170952.943000', '170952.946000', '170952.949000', '170952.952000', '170952.955000', '170952.958000', '170952.961000', '170952.963000', '170952.966000', '170952.969000', '170952.972000', '170952.975000', '170952.977000', '170952.980000', '170952.983000', '170952.986000', '170952.989000', '170952.992000', '170952.994000', '170952.997000', '170953.001000', '170953.004000', '170953.007000', '170953.009000', '170953.012000', '170953.015000', '170953.018000', '170953.021000', '170953.023000', '170953.026000', '170953.029000', '170953.032000', '170953.035000', '170953.037000', '170953.040000', '171012.917000', '171012.920000', '171012.923000', '171012.926000', '171012.928000', '171012.931000', '171012.934000', '171012.937000', '171012.939000', '171012.942000', '171012.945000', '171012.948000', '171012.951000', '171012.953000', '171012.956000', '171012.959000', '171012.962000', '171012.965000', '171012.967000', '171012.970000', '171012.973000', '171012.976000', '171012.979000', '171012.981000', '171012.984000', '171012.987000', '171012.990000', '171012.993000', '171012.996000', '171012.998000', '171013.002000', '171013.005000', '171013.008000', '171013.011000', '171013.013000', '171013.016000', '171013.019000', '171013.022000', '171013.025000', '171013.027000', '171013.030000', '171013.033000', '171013.036000', '171032.917000', '171032.920000', '171032.923000', '171032.926000', '171032.928000', '171032.931000', '171032.934000', '171032.937000', '171032.940000', '171032.942000', '171032.945000', '171032.948000', '171032.951000', '171032.954000', '171032.956000', '171032.959000', '171032.962000', '171032.965000', '171032.968000', '171032.970000', '171032.973000', '171032.976000', '171032.979000', '171032.982000', '171032.985000', '171032.988000', '171032.990000', '171032.993000', '171032.997000', '171033.000000', '171033.003000', '171033.006000', '171033.009000', '171033.012000', '171033.014000', '171033.017000', '171033.020000', '171033.023000', '171033.038000', '171033.040000', '171033.043000', '171033.046000', '171033.049000', '171033.051000', '171052.918000', '171052.921000', '171052.924000', '171052.927000', '171052.929000', '171052.932000', '171052.935000', '171052.938000', '171052.941000', '171052.944000', '171052.946000', '171052.949000', '171052.952000', '171052.955000', '171052.958000', '171052.960000', '171052.963000', '171052.966000', '171052.969000', '171052.972000', '171052.974000', '171052.977000', '171052.980000', '171052.983000', '171052.986000', '171052.989000', '171052.991000', '171052.994000', '171052.997000', '171053.000000', '171053.003000', '171053.005000', '171053.008000', '171053.011000', '171053.015000', '171053.018000', '171053.021000', '171053.024000', '171053.026000', '171053.029000', '171053.032000', '171053.035000', '171053.038000', '171112.917000', '171112.920000', '171112.923000', '171112.926000', '171112.928000', '171112.931000', '171112.934000', '171112.937000', '171112.940000', '171112.942000', '171112.945000', '171112.948000', '171112.951000', '171112.954000', '171112.956000', '171112.959000', '171112.962000', '171112.965000', '171112.967000', '171112.970000', '171112.975000', '171112.978000', '171112.981000', '171112.984000', '171112.987000', '171112.989000', '171112.992000', '171112.995000', '171112.998000', '171113.001000', '171113.004000', '171113.006000', '171113.009000', '171113.012000', '171113.015000', '171113.018000', '171113.020000', '171113.023000', '171113.026000', '171113.029000', '171113.032000', '171113.035000', '171113.037000', '171113.040000', '171132.917000', '171132.920000', '171132.923000', '171132.926000', '171132.928000', '171132.931000', '171132.934000', '171132.937000', '171132.940000', '171132.942000', '171132.945000', '171132.948000', '171132.951000', '171132.954000', '171132.956000', '171132.959000', '171132.962000', '171132.965000', '171132.968000', '171132.970000', '171132.973000', '171132.976000', '171132.979000', '171132.982000', '171132.985000', '171132.987000', '171132.990000', '171132.993000', '171132.996000', '171133.000000', '171133.002000', '171133.005000', '171133.008000', '171133.011000', '171133.013000', '171133.016000', '171133.019000', '171133.022000', '171133.025000', '171133.028000', '171133.030000', '171133.033000', '171133.036000', '171152.917000', '171152.920000', '171152.923000', '171152.926000', '171152.928000', '171152.931000', '171152.934000', '171152.937000', '171152.940000', '171152.943000', '171152.945000', '171152.948000', '171152.951000', '171152.954000', '171152.957000', '171152.959000', '171152.962000', '171152.965000', '171152.968000', '171152.971000', '171152.973000', '171152.976000', '171152.979000', '171152.982000', '171152.985000', '171152.988000', '171152.991000', '171152.993000', '171152.996000', '171153.000000', '171153.003000', '171153.006000', '171153.008000', '171153.011000', '171153.014000', '171153.017000', '171153.020000', '171153.022000', '171153.025000', '171153.028000', '171153.031000', '171153.034000', '171153.036000', '171153.039000', '171212.917000', '171212.920000', '171212.923000', '171212.925000', '171212.928000', '171212.943000', '171212.945000', '171212.948000', '171212.951000', '171212.954000', '171212.957000', '171212.959000', '171212.962000', '171212.965000', '171212.968000', '171212.971000', '171212.973000', '171212.976000', '171212.979000', '171212.982000', '171212.985000', '171212.987000', '171212.990000', '171212.993000', '171212.996000', '171213.000000', '171213.003000', '171213.005000', '171213.008000', '171213.011000', '171213.014000', '171213.017000', '171213.019000', '171213.022000', '171213.025000', '171213.028000', '171213.031000', '171213.033000', '171213.036000', '171213.039000', '171213.042000', '171213.045000', '171213.047000', '171232.917000', '171232.920000', '171232.923000', '171232.925000', '171232.928000', '171232.931000', '171232.934000', '171232.937000', '171232.940000', '171232.942000', '171232.945000', '171232.948000', '171232.951000', '171232.954000', '171232.956000', '171232.959000', '171232.962000', '171232.965000', '171232.968000', '171232.971000', '171232.973000', '171232.976000', '171232.979000', '171232.982000', '171232.984000', '171232.987000', '171232.990000', '171232.993000', '171232.996000', '171232.998000', '171233.002000', '171233.005000', '171233.008000', '171233.011000', '171233.014000', '171233.016000', '171233.019000', '171233.022000', '171233.025000', '171233.028000', '171233.106000', '171233.109000', '171233.111000', '171233.114000', '171252.917000', '171252.920000', '171252.923000', '171252.926000', '171252.928000', '171252.931000', '171252.934000', '171252.937000', '171252.940000', '171252.942000', '171252.945000', '171252.948000', '171252.951000', '171252.954000', '171252.956000', '171252.959000', '171252.962000', '171252.965000', '171252.968000', '171252.971000', '171252.973000', '171252.976000', '171252.979000', '171252.982000', '171252.985000', '171252.987000', '171252.990000', '171252.993000', '171252.996000', '171253.000000', '171253.003000', '171253.006000', '171253.009000', '171253.012000', '171253.015000', '171253.017000', '171253.020000', '171253.023000', '171253.026000', '171253.029000', '171253.031000', '171253.034000', '171253.037000', '171312.918000', '171312.923000', '171312.927000', '171312.930000', '171312.933000', '171312.936000', '171312.939000', '171312.942000', '171312.944000', '171312.947000', '171312.950000', '171312.953000', '171312.956000', '171312.958000', '171312.961000', '171312.964000', '171312.967000', '171312.970000', '171312.972000', '171312.975000', '171312.978000', '171312.981000', '171312.984000', '171312.986000', '171312.989000', '171312.992000', '171312.995000', '171312.998000', '171313.000000', '171313.003000', '171313.006000', '171313.009000', '171313.012000', '171313.014000', '171313.017000', '171313.020000', '171313.023000', '171313.026000', '171313.028000', '171313.031000', '171313.034000', '171313.037000', '171313.040000', '171332.917000', '171332.920000', '171332.993000', '171332.996000', '171332.999000', '171333.002000', '171333.005000', '171333.007000', '171333.010000', '171333.013000', '171333.016000', '171333.019000', '171333.021000', '171333.024000', '171333.027000', '171333.030000', '171333.033000', '171333.035000', '171333.038000', '171333.041000', '171333.044000', '171333.047000', '171333.050000', '171333.052000', '171333.055000', '171333.058000', '171333.061000', '171333.063000', '171333.066000', '171333.069000', '171333.072000', '171333.075000', '171333.078000', '171333.080000', '171333.083000', '171333.086000', '171333.089000', '171333.092000', '171333.095000', '171333.098000', '171333.101000', '171333.104000', '171333.107000', '171333.109000', '171352.917000', '171352.920000', '171352.923000', '171352.926000', '171352.929000', '171352.932000', '171352.935000', '171352.937000', '171352.940000', '171352.943000', '171352.946000', '171352.949000', '171352.952000', '171352.955000', '171352.957000', '171352.960000', '171352.963000', '171352.966000', '171352.971000', '171352.974000', '171352.977000', '171352.980000', '171352.983000', '171352.986000', '171352.988000', '171352.991000', '171352.994000', '171352.997000', '171353.001000', '171353.004000', '171353.006000', '171353.009000', '171353.012000', '171353.015000', '171353.018000', '171353.020000', '171353.023000', '171353.026000', '171353.033000', '171353.036000', '171353.039000', '171353.042000', '171353.045000', '171412.917000', '171412.920000', '171412.923000', '171412.926000', '171412.928000', '171412.931000', '171412.934000', '171412.937000', '171412.940000', '171412.942000', '171412.945000', '171412.948000', '171412.951000', '171412.953000', '171412.956000', '171412.959000', '171412.962000', '171412.965000', '171412.968000', '171412.970000', '171412.973000', '171412.976000', '171412.979000', '171412.981000', '171412.984000', '171412.987000', '171412.990000', '171412.992000', '171412.995000', '171412.998000', '171413.002000', '171413.005000', '171413.008000', '171413.011000', '171413.013000', '171413.016000', '171413.019000', '171413.022000', '171413.025000', '171413.028000', '171413.030000', '171413.033000', '171413.036000', '171413.039000', '171432.917000', '171432.920000', '171432.923000', '171432.926000', '171432.929000', '171432.932000', '171432.934000', '171432.937000', '171432.940000', '171432.943000', '171432.946000', '171432.949000', '171432.953000', '171432.958000', '171432.961000', '171432.964000', '171432.967000', '171432.970000', '171432.973000', '171432.976000', '171432.978000', '171432.981000', '171432.984000', '171432.987000', '171432.990000', '171432.993000', '171432.996000', '171432.998000', '171433.002000', '171433.005000', '171433.008000', '171433.011000', '171433.014000', '171433.017000', '171433.019000', '171433.022000', '171433.025000', '171433.028000', '171433.031000', '171433.034000', '171433.036000', '171433.039000', '171433.042000', '171452.917000', '171452.920000', '171452.923000', '171452.926000', '171452.929000', '171452.932000', '171452.934000', '171452.937000', '171452.941000', '171452.944000', '171452.946000', '171452.949000', '171452.952000', '171452.955000', '171452.958000', '171452.961000', '171452.964000', '171452.966000', '171452.969000', '171452.972000', '171452.975000', '171452.977000', '171452.980000', '171452.983000', '171452.986000', '171452.989000', '171452.992000', '171452.995000', '171452.997000', '171453.001000', '171453.004000', '171453.007000', '171453.010000', '171453.012000', '171453.015000', '171453.018000', '171453.021000', '171453.024000', '171453.027000', '171453.029000', '171453.032000', '171453.035000', '171453.038000', '171453.041000', '171506.128000', '171506.131000', '171506.134000', '171506.137000', '171506.140000', '171506.143000', '171506.146000', '171506.149000', '171506.152000', '171506.155000', '171506.157000', '171506.160000', '171506.163000', '171506.166000', '171506.169000', '171506.172000', '171506.175000', '171506.177000', '171506.180000', '171506.183000', '171506.186000', '171506.189000', '171506.191000', '171506.194000', '171506.197000', '171506.200000', '171506.210000', '171506.213000', '171506.215000'], 'InstanceCreationTime': ['170612.952000', '170612.956000', '170612.962000', '170612.974000', '170612.977000', '170612.979000', '170612.982000', '170612.985000', '170612.988000', '170612.991000', '170612.994000', '170612.996000', '170613.000000', '170613.003000', '170613.006000', '170613.009000', '170613.012000', '170613.014000', '170613.017000', '170613.020000', '170613.023000', '170613.026000', '170613.029000', '170613.032000', '170613.034000', '170613.037000', '170613.040000', '170613.044000', '170613.047000', '170613.050000', '170613.053000', '170613.056000', '170613.058000', '170613.061000', '170613.064000', '170613.067000', '170613.070000', '170613.073000', '170613.076000', '170613.078000', '170613.081000', '170613.084000', '170613.087000', '170613.090000', '170613.093000', '170613.096000', '170613.104000', '170613.107000', '170613.110000', '170632.917000', '170632.920000', '170632.923000', '170632.926000', '170632.928000', '170632.931000', '170632.934000', '170632.937000', '170632.940000', '170632.943000', '170632.945000', '170632.948000', '170632.951000', '170632.954000', '170632.957000', '170632.959000', '170632.962000', '170632.965000', '170632.968000', '170632.971000', '170632.974000', '170632.977000', '170632.979000', '170632.982000', '170632.985000', '170632.988000', '170632.991000', '170632.993000', '170632.996000', '170633.000000', '170633.003000', '170633.006000', '170633.008000', '170633.011000', '170633.021000', '170633.024000', '170633.026000', '170633.029000', '170633.032000', '170633.035000', '170633.038000', '170633.040000', '170633.043000', '170633.046000', '170652.917000', '170652.920000', '170652.923000', '170652.926000', '170652.928000', '170652.931000', '170652.934000', '170652.937000', '170652.940000', '170652.943000', '170652.945000', '170652.948000', '170652.951000', '170652.955000', '170652.958000', '170652.961000', '170652.963000', '170652.966000', '170652.969000', '170652.975000', '170652.978000', '170652.981000', '170652.984000', '170652.987000', '170652.990000', '170652.993000', '170652.995000', '170652.998000', '170653.002000', '170653.005000', '170653.008000', '170653.011000', '170653.013000', '170653.017000', '170653.019000', '170653.022000', '170653.025000', '170653.028000', '170653.031000', '170653.033000', '170653.036000', '170653.039000', '170653.042000', '170712.917000', '170712.920000', '170712.923000', '170712.926000', '170712.929000', '170712.931000', '170712.934000', '170712.937000', '170712.940000', '170712.943000', '170712.946000', '170712.948000', '170712.951000', '170712.954000', '170712.957000', '170712.960000', '170712.963000', '170712.966000', '170712.968000', '170712.971000', '170712.979000', '170712.982000', '170712.985000', '170712.988000', '170712.991000', '170712.994000', '170713.005000', '170713.007000', '170713.010000', '170713.013000', '170713.016000', '170713.019000', '170713.022000', '170713.025000', '170713.027000', '170713.030000', '170713.033000', '170713.036000', '170713.039000', '170713.041000', '170713.044000', '170713.047000', '170713.050000', '170713.053000', '170732.917000', '170732.920000', '170732.923000', '170732.926000', '170732.929000', '170732.931000', '170732.934000', '170732.937000', '170732.940000', '170732.943000', '170732.946000', '170732.949000', '170732.951000', '170732.954000', '170732.957000', '170732.960000', '170732.963000', '170732.966000', '170732.969000', '170732.971000', '170732.974000', '170732.977000', '170732.980000', '170732.983000', '170732.986000', '170732.990000', '170732.993000', '170732.996000', '170733.000000', '170733.003000', '170733.005000', '170733.034000', '170733.037000', '170733.039000', '170733.042000', '170733.045000', '170733.048000', '170733.051000', '170733.054000', '170733.056000', '170733.059000', '170733.062000', '170733.065000', '170752.917000', '170752.920000', '170752.923000', '170752.933000', '170752.936000', '170752.939000', '170752.941000', '170752.944000', '170752.947000', '170752.950000', '170752.953000', '170752.956000', '170752.959000', '170752.961000', '170752.964000', '170752.967000', '170752.970000', '170752.973000', '170752.976000', '170752.989000', '170752.992000', '170752.994000', '170752.997000', '170753.001000', '170753.004000', '170753.007000', '170753.010000', '170753.013000', '170753.015000', '170753.018000', '170753.021000', '170753.024000', '170753.027000', '170753.030000', '170753.032000', '170753.035000', '170753.038000', '170753.041000', '170753.044000', '170753.047000', '170753.050000', '170753.052000', '170753.055000', '170753.058000', '170812.917000', '170812.920000', '170812.923000', '170812.926000', '170812.929000', '170812.931000', '170812.934000', '170812.938000', '170812.941000', '170812.944000', '170812.947000', '170812.950000', '170812.952000', '170812.955000', '170812.963000', '170812.966000', '170812.969000', '170812.972000', '170812.975000', '170812.978000', '170812.980000', '170812.983000', '170812.986000', '170812.989000', '170812.992000', '170812.995000', '170812.998000', '170813.001000', '170813.004000', '170813.007000', '170813.010000', '170813.013000', '170813.016000', '170813.019000', '170813.022000', '170813.025000', '170813.028000', '170813.031000', '170813.033000', '170813.036000', '170813.039000', '170813.042000', '170813.045000', '170832.918000', '170832.921000', '170832.924000', '170832.927000', '170832.930000', '170832.932000', '170832.935000', '170832.938000', '170832.941000', '170832.944000', '170832.947000', '170832.952000', '170832.954000', '170832.957000', '170832.960000', '170832.963000', '170832.966000', '170832.969000', '170832.972000', '170832.974000', '170832.977000', '170832.980000', '170832.983000', '170832.986000', '170832.989000', '170832.991000', '170832.994000', '170832.997000', '170833.000000', '170833.003000', '170833.006000', '170833.009000', '170833.011000', '170833.014000', '170833.017000', '170833.020000', '170833.023000', '170833.026000', '170833.029000', '170833.031000', '170833.034000', '170833.037000', '170833.040000', '170833.043000', '170852.917000', '170852.920000', '170852.923000', '170852.926000', '170852.929000', '170852.931000', '170852.934000', '170852.937000', '170852.940000', '170852.943000', '170852.946000', '170852.948000', '170852.951000', '170852.954000', '170852.957000', '170852.960000', '170852.963000', '170852.966000', '170852.968000', '170852.971000', '170852.974000', '170852.977000', '170852.980000', '170852.983000', '170852.986000', '170852.988000', '170852.991000', '170852.994000', '170852.997000', '170853.001000', '170853.004000', '170853.007000', '170853.010000', '170853.012000', '170853.015000', '170853.018000', '170853.021000', '170853.024000', '170853.027000', '170853.030000', '170853.033000', '170853.036000', '170853.039000', '170912.917000', '170912.920000', '170912.923000', '170912.926000', '170912.929000', '170912.932000', '170912.934000', '170912.937000', '170912.940000', '170912.943000', '170912.946000', '170912.949000', '170912.951000', '170912.961000', '170912.964000', '170912.967000', '170912.970000', '170912.973000', '170912.976000', '170912.978000', '170912.981000', '170912.984000', '170912.987000', '170912.990000', '170912.992000', '170912.995000', '170912.998000', '170913.002000', '170913.005000', '170913.008000', '170913.011000', '170913.013000', '170913.016000', '170913.019000', '170913.022000', '170913.025000', '170913.028000', '170913.030000', '170913.033000', '170913.036000', '170913.039000', '170913.042000', '170913.045000', '170913.048000', '170932.917000', '170932.920000', '170932.923000', '170932.926000', '170932.929000', '170932.931000', '170932.934000', '170932.937000', '170932.940000', '170932.943000', '170932.946000', '170932.949000', '170932.952000', '170932.954000', '170932.957000', '170932.960000', '170932.963000', '170932.966000', '170932.969000', '170932.972000', '170932.975000', '170932.978000', '170932.981000', '170932.984000', '170932.987000', '170932.990000', '170932.993000', '170932.996000', '170932.998000', '170933.002000', '170933.005000', '170933.008000', '170933.011000', '170933.014000', '170933.017000', '170933.019000', '170933.022000', '170933.025000', '170933.028000', '170933.031000', '170933.034000', '170933.037000', '170933.040000', '170952.917000', '170952.920000', '170952.923000', '170952.925000', '170952.928000', '170952.931000', '170952.934000', '170952.937000', '170952.940000', '170952.943000', '170952.946000', '170952.949000', '170952.952000', '170952.955000', '170952.958000', '170952.961000', '170952.963000', '170952.966000', '170952.969000', '170952.972000', '170952.975000', '170952.977000', '170952.980000', '170952.983000', '170952.986000', '170952.989000', '170952.992000', '170952.994000', '170952.997000', '170953.001000', '170953.004000', '170953.007000', '170953.009000', '170953.012000', '170953.015000', '170953.018000', '170953.021000', '170953.023000', '170953.026000', '170953.029000', '170953.032000', '170953.035000', '170953.037000', '170953.040000', '171012.917000', '171012.920000', '171012.923000', '171012.926000', '171012.928000', '171012.931000', '171012.934000', '171012.937000', '171012.939000', '171012.942000', '171012.945000', '171012.948000', '171012.951000', '171012.953000', '171012.956000', '171012.959000', '171012.962000', '171012.965000', '171012.967000', '171012.970000', '171012.973000', '171012.976000', '171012.979000', '171012.981000', '171012.984000', '171012.987000', '171012.990000', '171012.993000', '171012.996000', '171012.998000', '171013.002000', '171013.005000', '171013.008000', '171013.011000', '171013.013000', '171013.016000', '171013.019000', '171013.022000', '171013.025000', '171013.027000', '171013.030000', '171013.033000', '171013.036000', '171032.917000', '171032.920000', '171032.923000', '171032.926000', '171032.928000', '171032.931000', '171032.934000', '171032.937000', '171032.940000', '171032.942000', '171032.945000', '171032.948000', '171032.951000', '171032.954000', '171032.956000', '171032.959000', '171032.962000', '171032.965000', '171032.968000', '171032.970000', '171032.973000', '171032.976000', '171032.979000', '171032.982000', '171032.985000', '171032.988000', '171032.990000', '171032.993000', '171032.997000', '171033.000000', '171033.003000', '171033.006000', '171033.009000', '171033.012000', '171033.014000', '171033.017000', '171033.020000', '171033.023000', '171033.038000', '171033.040000', '171033.043000', '171033.046000', '171033.049000', '171033.051000', '171052.918000', '171052.921000', '171052.924000', '171052.927000', '171052.929000', '171052.932000', '171052.935000', '171052.938000', '171052.941000', '171052.944000', '171052.946000', '171052.949000', '171052.952000', '171052.955000', '171052.958000', '171052.960000', '171052.963000', '171052.966000', '171052.969000', '171052.972000', '171052.974000', '171052.977000', '171052.980000', '171052.983000', '171052.986000', '171052.989000', '171052.991000', '171052.994000', '171052.997000', '171053.000000', '171053.003000', '171053.005000', '171053.008000', '171053.011000', '171053.015000', '171053.018000', '171053.021000', '171053.024000', '171053.026000', '171053.029000', '171053.032000', '171053.035000', '171053.038000', '171112.917000', '171112.920000', '171112.923000', '171112.926000', '171112.928000', '171112.931000', '171112.934000', '171112.937000', '171112.940000', '171112.942000', '171112.945000', '171112.948000', '171112.951000', '171112.954000', '171112.956000', '171112.959000', '171112.962000', '171112.965000', '171112.967000', '171112.970000', '171112.975000', '171112.978000', '171112.981000', '171112.984000', '171112.987000', '171112.989000', '171112.992000', '171112.995000', '171112.998000', '171113.001000', '171113.004000', '171113.006000', '171113.009000', '171113.012000', '171113.015000', '171113.018000', '171113.020000', '171113.023000', '171113.026000', '171113.029000', '171113.032000', '171113.035000', '171113.037000', '171113.040000', '171132.917000', '171132.920000', '171132.923000', '171132.926000', '171132.928000', '171132.931000', '171132.934000', '171132.937000', '171132.940000', '171132.942000', '171132.945000', '171132.948000', '171132.951000', '171132.954000', '171132.956000', '171132.959000', '171132.962000', '171132.965000', '171132.968000', '171132.970000', '171132.973000', '171132.976000', '171132.979000', '171132.982000', '171132.985000', '171132.987000', '171132.990000', '171132.993000', '171132.996000', '171133.000000', '171133.002000', '171133.005000', '171133.008000', '171133.011000', '171133.013000', '171133.016000', '171133.019000', '171133.022000', '171133.025000', '171133.028000', '171133.030000', '171133.033000', '171133.036000', '171152.917000', '171152.920000', '171152.923000', '171152.926000', '171152.928000', '171152.931000', '171152.934000', '171152.937000', '171152.940000', '171152.943000', '171152.945000', '171152.948000', '171152.951000', '171152.954000', '171152.957000', '171152.959000', '171152.962000', '171152.965000', '171152.968000', '171152.971000', '171152.973000', '171152.976000', '171152.979000', '171152.982000', '171152.985000', '171152.988000', '171152.991000', '171152.993000', '171152.996000', '171153.000000', '171153.003000', '171153.006000', '171153.008000', '171153.011000', '171153.014000', '171153.017000', '171153.020000', '171153.022000', '171153.025000', '171153.028000', '171153.031000', '171153.034000', '171153.036000', '171153.039000', '171212.917000', '171212.920000', '171212.923000', '171212.925000', '171212.928000', '171212.943000', '171212.945000', '171212.948000', '171212.951000', '171212.954000', '171212.957000', '171212.959000', '171212.962000', '171212.965000', '171212.968000', '171212.971000', '171212.973000', '171212.976000', '171212.979000', '171212.982000', '171212.985000', '171212.987000', '171212.990000', '171212.993000', '171212.996000', '171213.000000', '171213.003000', '171213.005000', '171213.008000', '171213.011000', '171213.014000', '171213.017000', '171213.019000', '171213.022000', '171213.025000', '171213.028000', '171213.031000', '171213.033000', '171213.036000', '171213.039000', '171213.042000', '171213.045000', '171213.047000', '171232.917000', '171232.920000', '171232.923000', '171232.925000', '171232.928000', '171232.931000', '171232.934000', '171232.937000', '171232.940000', '171232.942000', '171232.945000', '171232.948000', '171232.951000', '171232.954000', '171232.956000', '171232.959000', '171232.962000', '171232.965000', '171232.968000', '171232.971000', '171232.973000', '171232.976000', '171232.979000', '171232.982000', '171232.984000', '171232.987000', '171232.990000', '171232.993000', '171232.996000', '171232.998000', '171233.002000', '171233.005000', '171233.008000', '171233.011000', '171233.014000', '171233.016000', '171233.019000', '171233.022000', '171233.025000', '171233.028000', '171233.106000', '171233.109000', '171233.111000', '171233.114000', '171252.917000', '171252.920000', '171252.923000', '171252.926000', '171252.928000', '171252.931000', '171252.934000', '171252.937000', '171252.940000', '171252.942000', '171252.945000', '171252.948000', '171252.951000', '171252.954000', '171252.956000', '171252.959000', '171252.962000', '171252.965000', '171252.968000', '171252.971000', '171252.973000', '171252.976000', '171252.979000', '171252.982000', '171252.985000', '171252.987000', '171252.990000', '171252.993000', '171252.996000', '171253.000000', '171253.003000', '171253.006000', '171253.009000', '171253.012000', '171253.015000', '171253.017000', '171253.020000', '171253.023000', '171253.026000', '171253.029000', '171253.031000', '171253.034000', '171253.037000', '171312.918000', '171312.923000', '171312.927000', '171312.930000', '171312.933000', '171312.936000', '171312.939000', '171312.942000', '171312.944000', '171312.947000', '171312.950000', '171312.953000', '171312.956000', '171312.958000', '171312.961000', '171312.964000', '171312.967000', '171312.970000', '171312.972000', '171312.975000', '171312.978000', '171312.981000', '171312.984000', '171312.986000', '171312.989000', '171312.992000', '171312.995000', '171312.998000', '171313.000000', '171313.003000', '171313.006000', '171313.009000', '171313.012000', '171313.014000', '171313.017000', '171313.020000', '171313.023000', '171313.026000', '171313.028000', '171313.031000', '171313.034000', '171313.037000', '171313.040000', '171332.917000', '171332.920000', '171332.993000', '171332.996000', '171332.999000', '171333.002000', '171333.005000', '171333.007000', '171333.010000', '171333.013000', '171333.016000', '171333.019000', '171333.021000', '171333.024000', '171333.027000', '171333.030000', '171333.033000', '171333.035000', '171333.038000', '171333.041000', '171333.044000', '171333.047000', '171333.050000', '171333.052000', '171333.055000', '171333.058000', '171333.061000', '171333.063000', '171333.066000', '171333.069000', '171333.072000', '171333.075000', '171333.078000', '171333.080000', '171333.083000', '171333.086000', '171333.089000', '171333.092000', '171333.095000', '171333.098000', '171333.101000', '171333.104000', '171333.107000', '171333.109000', '171352.917000', '171352.920000', '171352.923000', '171352.926000', '171352.929000', '171352.932000', '171352.935000', '171352.937000', '171352.940000', '171352.943000', '171352.946000', '171352.949000', '171352.952000', '171352.955000', '171352.957000', '171352.960000', '171352.963000', '171352.966000', '171352.971000', '171352.974000', '171352.977000', '171352.980000', '171352.983000', '171352.986000', '171352.988000', '171352.991000', '171352.994000', '171352.997000', '171353.001000', '171353.004000', '171353.006000', '171353.009000', '171353.012000', '171353.015000', '171353.018000', '171353.020000', '171353.023000', '171353.026000', '171353.033000', '171353.036000', '171353.039000', '171353.042000', '171353.045000', '171412.917000', '171412.920000', '171412.923000', '171412.926000', '171412.928000', '171412.931000', '171412.934000', '171412.937000', '171412.940000', '171412.942000', '171412.945000', '171412.948000', '171412.951000', '171412.953000', '171412.956000', '171412.959000', '171412.962000', '171412.965000', '171412.968000', '171412.970000', '171412.973000', '171412.976000', '171412.979000', '171412.981000', '171412.984000', '171412.987000', '171412.990000', '171412.992000', '171412.995000', '171412.998000', '171413.002000', '171413.005000', '171413.008000', '171413.011000', '171413.013000', '171413.016000', '171413.019000', '171413.022000', '171413.025000', '171413.028000', '171413.030000', '171413.033000', '171413.036000', '171413.039000', '171432.917000', '171432.920000', '171432.923000', '171432.926000', '171432.929000', '171432.932000', '171432.934000', '171432.937000', '171432.940000', '171432.943000', '171432.946000', '171432.949000', '171432.953000', '171432.958000', '171432.961000', '171432.964000', '171432.967000', '171432.970000', '171432.973000', '171432.976000', '171432.978000', '171432.981000', '171432.984000', '171432.987000', '171432.990000', '171432.993000', '171432.996000', '171432.998000', '171433.002000', '171433.005000', '171433.008000', '171433.011000', '171433.014000', '171433.017000', '171433.019000', '171433.022000', '171433.025000', '171433.028000', '171433.031000', '171433.034000', '171433.036000', '171433.039000', '171433.042000', '171452.917000', '171452.920000', '171452.923000', '171452.926000', '171452.929000', '171452.932000', '171452.934000', '171452.937000', '171452.941000', '171452.944000', '171452.946000', '171452.949000', '171452.952000', '171452.955000', '171452.958000', '171452.961000', '171452.964000', '171452.966000', '171452.969000', '171452.972000', '171452.975000', '171452.977000', '171452.980000', '171452.983000', '171452.986000', '171452.989000', '171452.992000', '171452.995000', '171452.997000', '171453.001000', '171453.004000', '171453.007000', '171453.010000', '171453.012000', '171453.015000', '171453.018000', '171453.021000', '171453.024000', '171453.027000', '171453.029000', '171453.032000', '171453.035000', '171453.038000', '171453.041000', '171506.128000', '171506.131000', '171506.134000', '171506.137000', '171506.140000', '171506.143000', '171506.146000', '171506.149000', '171506.152000', '171506.155000', '171506.157000', '171506.160000', '171506.163000', '171506.166000', '171506.169000', '171506.172000', '171506.175000', '171506.177000', '171506.180000', '171506.183000', '171506.186000', '171506.189000', '171506.191000', '171506.194000', '171506.197000', '171506.200000', '171506.210000', '171506.213000', '171506.215000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [13009, 9588, 12954, 12354, 9579, 13000, 8058, 12430, 8817, 11990, 8606, 13644, 8136, 8781, 10263, 7915, 12562, 8890, 12902, 8776, 12279, 10022, 8139, 13001, 8463, 12335, 8009, 11000, 10176, 7896, 12660, 8784, 13923, 8127, 8605, 13066, 7927, 11935, 9219, 12114, 9505, 7899, 12409, 8512, 12205, 9745, 9078, 12324, 7893, 12023, 8347, 12540, 10432, 9109, 13859, 7868, 11835, 8111, 12270, 12196, 8911, 13248, 8525, 11659, 8424, 8502, 13416, 8825, 12143, 8145, 9460, 10175, 7800, 12766, 8408, 11605, 8434, 8622, 12966, 7980, 12608, 9029, 11951, 9626, 8086, 12289, 7779, 12418, 8669, 12246, 9265, 8137, 12383, 7629, 12307, 8702, 13371, 8414, 11845, 11190, 7880, 12796, 8469, 13270, 10431, 9069, 13296, 8134, 11530, 8452, 8656, 14071, 8367, 11827, 8409, 9461, 8464, 8168, 13365, 8026, 11481, 8400, 9636, 8547, 8343, 13443, 8362, 11922, 8380, 13041, 8560, 11310, 13117, 8765, 12912, 8298, 13923, 8727, 11396, 14295, 8891, 12273, 8463, 11534, 9236, 9031, 13809, 8606, 12156, 8370, 12306, 9442, 7915, 12275, 8309, 11412, 8007, 10943, 8577, 8160, 12598, 7814, 11902, 8737, 13297, 8279, 8626, 9230, 8839, 10496, 8596, 9311, 9457, 8712, 13401, 11940, 8866, 14210, 9126, 10995, 8634, 10385, 10017, 8172, 13813, 8755, 11702, 9100, 9465, 9004, 8131, 13249, 9027, 11567, 9403, 10778, 8978, 8195, 12279, 9153, 12679, 10137, 8609, 13810, 8797, 11208, 9042, 9005, 14355, 8868, 12556, 9072, 10244, 9244, 8498, 13755, 9065, 12785, 9016, 11450, 9386, 9451, 14159, 8880, 12601, 9336, 12381, 10073, 8224, 13207, 9364, 13519, 9333, 8989, 12585, 8556, 11409, 9232, 12155, 10113, 8630, 13268, 9062, 11779, 9398, 8700, 14047, 8865, 11359, 8914, 8898, 10053, 8822, 13159, 9109, 12407, 9614, 8631, 13470, 8995, 12664, 9194, 11413, 10311, 8512, 12313, 9341, 11630, 9404, 8982, 9459, 8538, 11958, 9020, 11185, 9667, 9693, 8990, 11099, 9346, 10189, 9524, 12453, 9292, 13367, 9819, 14469, 9757, 12518, 15078, 9210, 13635, 9133, 11907, 9484, 10234, 9358, 8627, 12937, 8993, 13306, 8996, 11500, 9232, 11356, 9973, 9416, 9389, 8323, 13570, 9001, 12442, 10069, 12107, 9473, 8572, 13672, 9029, 12631, 9811, 13196, 9821, 9413, 9923, 8470, 13876, 9118, 12840, 8968, 11492, 9220, 8528, 14498, 8844, 13794, 9764, 12601, 9230, 11249, 11218, 8323, 14239, 9096, 12836, 8788, 11519, 10106, 8225, 13368, 8685, 13101, 9181, 12741, 9324, 8752, 10236, 8306, 14373, 8932, 13424, 8961, 11922, 8866, 12056, 10908, 9036, 13408, 8007, 13965, 8537, 12290, 8023, 8803, 12005, 14823, 10234, 13503, 8074, 12944, 8469, 12529, 8853, 12488, 8451, 12392, 8904, 9775, 11445, 9617, 12805, 9724, 8930, 8964, 8715, 12068, 10246, 11317, 12231, 8543, 13760, 8182, 13631, 8589, 12676, 9390, 13276, 11652, 10142, 14564, 9941, 12986, 8471, 10358, 10326, 8111, 13601, 7767, 12313, 8922, 8428, 13245, 7923, 10877, 7761, 9417, 9639, 7935, 12292, 8452, 10599, 8649, 8116, 12614, 8312, 10362, 8779, 8762, 12990, 8096, 11048, 8216, 9217, 10936, 8198, 12663, 8696, 10907, 8967, 8485, 13117, 8411, 12714, 9251, 9793, 10443, 8203, 12529, 9119, 10307, 8843, 8519, 13383, 8575, 11872, 8634, 11263, 9478, 10899, 9961, 9976, 11650, 8224, 12678, 9302, 11735, 10229, 9658, 11405, 8519, 13032, 9385, 11120, 9359, 8965, 11067, 8215, 12796, 9018, 13468, 9061, 10130, 11257, 8923, 12458, 8632, 12584, 9230, 12002, 10005, 10456, 11300, 8755, 13179, 8532, 13271, 8918, 11919, 10063, 10315, 11037, 8547, 13546, 8854, 11966, 8800, 11358, 10182, 9633, 9701, 8385, 13486, 8663, 13237, 9472, 12546, 8937, 10725, 10737, 8301, 13242, 8735, 12925, 9024, 11298, 8960, 9115, 9131, 8494, 13320, 9042, 12815, 9056, 10981, 8974, 8873, 11750, 8763, 13409, 8077, 12561, 7829, 12290, 9260, 12604, 8616, 10890, 9626, 10835, 12297, 8844, 11925, 10133, 11205, 14639, 9892, 13386, 8074, 13079, 8132, 12963, 8760, 13350, 8968, 12325, 8922, 11949, 10509, 9259, 13568, 9546, 11754, 8468, 9278, 9558, 7528, 12509, 8724, 10702, 8130, 9014, 12137, 7815, 11352, 8670, 10485, 8020, 8093, 13404, 8064, 11933, 8808, 9028, 11616, 7800, 12138, 8862, 11691, 10843, 8684, 13270, 9057, 12815, 8240, 9311, 12273, 7928, 12147, 9414, 11463, 8711, 8212, 12925, 8326, 10209, 8735, 8551, 10635, 8139, 11689, 9266, 11040, 10263, 8930, 13541, 8333, 12526, 8797, 13306, 8460, 9115, 8472, 10707, 7955, 12648, 14277, 9918, 12632, 8576, 11920, 9647, 8002, 13139, 8434, 12191, 9839, 9612, 12365, 7891, 11545, 8313, 10023, 10324, 8290, 13367, 7772, 10897, 7973, 9569, 10851, 8081, 13366, 9212, 12609, 8309, 9461, 11544, 8008, 13412, 9516, 11906, 8668, 8668, 13090, 7948, 11876, 8303, 9918, 10654, 8391, 12858, 7691, 11751, 8440, 12217, 8536, 12858, 8095, 11879, 9270, 14554, 10172, 13267, 8330, 12733, 8668, 11437, 10319, 10288, 8743, 8695, 9019, 8109, 13026, 8517, 13117, 8780, 12712, 8893, 11343, 8217, 10490, 10039, 8822, 10857, 8374, 11843, 8204, 13214, 8732, 13623, 8855, 13205, 8693, 12374, 8367, 11998, 10474, 10289, 11638, 8465, 13733, 8488, 12736, 8837, 11638, 9947, 10151, 8577, 9199, 8404, 9084, 11464, 9221, 14314, 10120, 13922, 8419, 13165, 8415, 13260, 9879, 12227, 9806, 10364, 11208, 8366, 13241, 8486, 12901, 8772, 11115, 8554, 8638, 8744, 7869, 12737, 8336, 12724, 8789, 12649, 8537, 8996, 10726, 8293, 13186, 8879, 12931, 8828, 10157, 8655, 9881, 8848, 9381, 10909, 8904, 10809, 8521, 12847, 8863, 13780, 10244, 13207, 9095, 11957, 8837, 11444, 10283, 11406, 9062, 8571, 8964, 10438, 8397, 12194, 10288, 9168, 12677, 14021, 9727, 12219, 7970, 11339, 8221, 12141, 8545, 11175, 8301, 10753, 8567, 12818, 10475, 9374, 10325, 8406, 11843, 8973, 12698, 8846, 12475, 8560, 13289, 9970, 13809, 9166, 13527, 8380, 13147, 8797, 13010, 9788, 12321, 8909, 10350, 8491, 11720, 9444, 10842, 10474, 8496, 9234, 8715, 13677, 8962, 12277, 9218, 13045, 9150, 10652, 9111, 8453, 13692, 8971, 12699, 9045, 11426, 9086, 10637, 10241, 8709, 12852, 9088, 12579, 8791, 10498, 8966, 8606, 13196, 8873, 12716, 9298, 12106, 8975, 9932, 8925, 8339, 13182, 8801, 13428, 10183, 10784, 8897, 8354, 12013, 8981, 11860, 9375, 12873, 9255, 9880, 9112, 8571, 11949, 8936, 12467, 9446, 12986, 9556, 11453, 10742, 8872, 12915, 9070, 13748, 10178, 9408, 13516, 8905, 10826, 9004, 8821, 11910, 9050, 12275, 9072, 10145, 9034, 8394, 12866, 9222, 11998, 9457, 12095, 9214, 8599, 10109, 8992, 13090, 9410, 12228, 9405, 10096, 9178, 9578, 8963, 8055, 12313, 10773, 9655, 9748, 9468, 9990, 9454, 14102, 10491, 13673, 9504, 13009, 9485, 14164, 10321, 11354, 13326, 9624, 14080, 9184, 11762, 9301, 13470, 9706, 12074, 9331, 8638, 10519, 9028, 12533, 9315, 12036, 9338, 11174, 9271, 8684, 13296, 9151, 12588, 9499, 11659, 9505, 9279, 9571, 9287, 13953, 9421, 12624, 9710, 12482, 9502, 10074, 14443, 9860, 13364, 9603, 9160, 13426, 9228, 13587, 9606, 10162, 9504, 8762, 11981, 9199, 10948, 9551, 8894, 10727, 8956, 12726, 9274, 11593, 9537, 13466, 10641, 10732, 12258, 9281, 12337, 9579, 13676, 9788, 9650, 9383, 10698, 9347, 12918, 9579, 12094, 9587, 13898, 9433, 9371, 13983, 9185, 12333, 9351, 11234, 9305, 8789, 12607, 9240, 11791, 9280, 10362, 9179, 8740, 11841, 9194, 11447, 9470, 10643, 9395, 8568, 12114, 9130, 11791, 9850, 13050, 9655, 8884, 12251, 9034, 12391, 9637, 12915, 9445, 8677, 12689, 9211, 11422, 9804, 11129, 9603, 9470, 9498, 9178, 12310, 9281, 13023, 9783, 12458, 10708, 9015, 13063, 9337, 12716, 9433, 11710, 14235, 9403, 12347, 9461, 10197, 9380, 8908, 13513, 9601, 12202, 9494, 9617, 9602, 8974, 11388, 9546, 12617, 9427, 14229, 9543, 11334, 13588, 9513, 12973, 9368, 12568, 9798, 9123, 9692, 9002, 9585, 9191, 11778, 9848, 10108, 9534, 9538, 9687, 8995, 14539, 11084, 12042, 9302, 12947, 8912, 14365, 10175, 14238, 11190, 12709, 10223, 13629, 11250, 13482, 15685, 11202, 14891, 9662, 12538, 8260, 10584, 8813, 9208, 8678, 9000, 8734, 10166, 11195, 9472, 10040, 9148, 10916, 8564, 12201, 8352, 14112, 8565, 13659, 8165, 12901, 8149, 12450, 8570, 11964, 8854, 11636, 8503, 10949, 8536, 11905, 8749, 12539, 10365, 10162, 9139, 8814, 8943, 9132, 11705, 8604, 11760, 8446, 11068], 'WindowCenter': [4246.0, 4200.0, 4230.0, 4204.0, 4175.0, 4189.0, 4140.0, 4191.0, 4160.0, 4192.0, 4161.0, 4201.0, 4149.0, 4161.0, 4171.0, 4153.0, 4203.0, 4162.0, 4203.0, 4150.0, 4192.0, 4168.0, 4149.0, 4201.0, 4150.0, 4190.0, 4138.0, 4178.0, 4156.0, 4138.0, 4190.0, 4147.0, 4199.0, 4135.0, 4148.0, 4187.0, 4150.0, 4191.0, 4160.0, 4189.0, 4156.0, 4140.0, 4189.0, 4148.0, 4191.0, 4155.0, 4149.0, 4176.0, 4137.0, 4180.0, 4138.0, 4191.0, 4166.0, 4148.0, 4186.0, 4137.0, 4180.0, 4139.0, 4189.0, 4181.0, 4146.0, 4176.0, 4135.0, 4177.0, 4134.0, 4148.0, 4188.0, 4145.0, 4176.0, 4126.0, 4159.0, 4156.0, 4137.0, 4187.0, 4138.0, 4167.0, 4134.0, 4147.0, 4185.0, 4139.0, 4188.0, 4146.0, 4177.0, 4148.0, 4136.0, 4177.0, 4127.0, 4188.0, 4148.0, 4189.0, 4147.0, 4137.0, 4175.0, 4142.0, 4189.0, 4149.0, 4202.0, 4149.0, 4191.0, 4179.0, 4149.0, 4190.0, 4149.0, 4190.0, 4156.0, 4147.0, 4176.0, 4125.0, 4168.0, 4135.0, 4147.0, 4185.0, 4135.0, 4165.0, 4135.0, 4157.0, 4135.0, 4148.0, 4189.0, 4137.0, 4178.0, 4136.0, 4158.0, 4148.0, 4162.0, 4197.0, 4149.0, 4179.0, 4148.0, 4199.0, 4148.0, 4192.0, 4189.0, 4149.0, 4188.0, 4148.0, 4200.0, 4148.0, 4190.0, 4201.0, 4160.0, 4189.0, 4148.0, 4179.0, 4157.0, 4160.0, 4199.0, 4149.0, 4188.0, 4150.0, 4192.0, 4159.0, 4139.0, 4188.0, 4149.0, 4180.0, 4137.0, 4178.0, 4149.0, 4149.0, 4189.0, 4140.0, 4188.0, 4149.0, 4202.0, 4153.0, 4165.0, 4160.0, 4158.0, 4167.0, 4148.0, 4157.0, 4168.0, 4160.0, 4212.0, 4190.0, 4173.0, 4203.0, 4158.0, 4178.0, 4147.0, 4167.0, 4156.0, 4149.0, 4203.0, 4148.0, 4177.0, 4157.0, 4157.0, 4149.0, 4150.0, 4198.0, 4159.0, 4189.0, 4169.0, 4181.0, 4158.0, 4150.0, 4190.0, 4170.0, 4201.0, 4168.0, 4149.0, 4198.0, 4147.0, 4179.0, 4149.0, 4160.0, 4198.0, 4148.0, 4188.0, 4161.0, 4169.0, 4157.0, 4161.0, 4199.0, 4159.0, 4189.0, 4159.0, 4191.0, 4158.0, 4172.0, 4199.0, 4158.0, 4190.0, 4157.0, 4189.0, 4156.0, 4148.0, 4189.0, 4157.0, 4188.0, 4145.0, 4147.0, 4175.0, 4147.0, 4178.0, 4160.0, 4189.0, 4169.0, 4150.0, 4187.0, 4146.0, 4178.0, 4158.0, 4149.0, 4188.0, 4146.0, 4167.0, 4145.0, 4158.0, 4169.0, 4160.0, 4188.0, 4147.0, 4189.0, 4155.0, 4149.0, 4197.0, 4160.0, 4190.0, 4159.0, 4179.0, 4159.0, 4148.0, 4188.0, 4160.0, 4191.0, 4158.0, 4159.0, 4161.0, 4160.0, 4189.0, 4172.0, 4191.0, 4171.0, 4172.0, 4174.0, 4192.0, 4176.0, 4193.0, 4186.0, 4218.0, 4184.0, 4216.0, 4183.0, 4211.0, 4170.0, 4202.0, 4209.0, 4161.0, 4198.0, 4160.0, 4177.0, 4157.0, 4168.0, 4158.0, 4161.0, 4188.0, 4160.0, 4187.0, 4159.0, 4189.0, 4159.0, 4191.0, 4168.0, 4162.0, 4161.0, 4151.0, 4199.0, 4160.0, 4194.0, 4169.0, 4189.0, 4156.0, 4149.0, 4199.0, 4161.0, 4190.0, 4171.0, 4199.0, 4170.0, 4160.0, 4168.0, 4152.0, 4199.0, 4159.0, 4190.0, 4148.0, 4179.0, 4158.0, 4148.0, 4198.0, 4158.0, 4200.0, 4157.0, 4177.0, 4145.0, 4168.0, 4162.0, 4135.0, 4185.0, 4144.0, 4175.0, 4133.0, 4167.0, 4152.0, 4135.0, 4187.0, 4147.0, 4185.0, 4144.0, 4177.0, 4146.0, 4148.0, 4155.0, 4147.0, 4197.0, 4145.0, 4186.0, 4146.0, 4178.0, 4145.0, 4188.0, 4165.0, 4148.0, 4190.0, 4137.0, 4201.0, 4148.0, 4187.0, 4142.0, 4160.0, 4202.0, 4211.0, 4169.0, 4188.0, 4137.0, 4189.0, 4137.0, 4189.0, 4149.0, 4190.0, 4136.0, 4179.0, 4144.0, 4169.0, 4176.0, 4160.0, 4193.0, 4175.0, 4173.0, 4174.0, 4163.0, 4206.0, 4172.0, 4195.0, 4178.0, 4152.0, 4200.0, 4149.0, 4200.0, 4148.0, 4190.0, 4150.0, 4190.0, 4166.0, 4146.0, 4173.0, 4142.0, 4163.0, 4109.0, 4135.0, 4128.0, 4099.0, 4160.0, 4097.0, 4151.0, 4120.0, 4108.0, 4149.0, 4108.0, 4141.0, 4099.0, 4132.0, 4132.0, 4126.0, 4163.0, 4122.0, 4142.0, 4120.0, 4126.0, 4162.0, 4122.0, 4154.0, 4134.0, 4149.0, 4178.0, 4125.0, 4164.0, 4134.0, 4145.0, 4163.0, 4149.0, 4188.0, 4136.0, 4166.0, 4145.0, 4148.0, 4185.0, 4152.0, 4203.0, 4160.0, 4172.0, 4169.0, 4149.0, 4188.0, 4160.0, 4169.0, 4151.0, 4166.0, 4203.0, 4164.0, 4193.0, 4179.0, 4195.0, 4185.0, 4212.0, 4190.0, 4188.0, 4196.0, 4164.0, 4204.0, 4176.0, 4209.0, 4187.0, 4178.0, 4183.0, 4163.0, 4204.0, 4173.0, 4194.0, 4178.0, 4166.0, 4184.0, 4166.0, 4201.0, 4176.0, 4208.0, 4165.0, 4188.0, 4184.0, 4164.0, 4194.0, 4168.0, 4205.0, 4172.0, 4204.0, 4175.0, 4182.0, 4184.0, 4167.0, 4193.0, 4160.0, 4202.0, 4165.0, 4196.0, 4163.0, 4173.0, 4170.0, 4153.0, 4194.0, 4151.0, 4179.0, 4153.0, 4186.0, 4175.0, 4163.0, 4159.0, 4153.0, 4190.0, 4154.0, 4203.0, 4165.0, 4194.0, 4149.0, 4184.0, 4170.0, 4142.0, 4190.0, 4150.0, 4191.0, 4147.0, 4182.0, 4149.0, 4165.0, 4162.0, 4162.0, 4205.0, 4166.0, 4195.0, 4159.0, 4186.0, 4164.0, 4162.0, 4193.0, 4162.0, 4201.0, 4158.0, 4206.0, 4153.0, 4197.0, 4176.0, 4207.0, 4176.0, 4196.0, 4199.0, 4199.0, 4208.0, 4175.0, 4209.0, 4183.0, 4196.0, 4200.0, 4170.0, 4191.0, 4141.0, 4193.0, 4153.0, 4204.0, 4151.0, 4199.0, 4163.0, 4189.0, 4161.0, 4194.0, 4172.0, 4172.0, 4206.0, 4159.0, 4181.0, 4136.0, 4163.0, 4161.0, 4143.0, 4189.0, 4153.0, 4178.0, 4139.0, 4160.0, 4180.0, 4139.0, 4179.0, 4148.0, 4169.0, 4136.0, 4151.0, 4192.0, 4140.0, 4190.0, 4160.0, 4163.0, 4180.0, 4138.0, 4189.0, 4160.0, 4194.0, 4178.0, 4162.0, 4192.0, 4148.0, 4190.0, 4136.0, 4162.0, 4176.0, 4143.0, 4192.0, 4163.0, 4180.0, 4148.0, 4152.0, 4205.0, 4151.0, 4181.0, 4148.0, 4166.0, 4179.0, 4150.0, 4189.0, 4161.0, 4192.0, 4187.0, 4175.0, 4202.0, 4156.0, 4201.0, 4149.0, 4203.0, 4154.0, 4159.0, 4161.0, 4184.0, 4152.0, 4205.0, 4206.0, 4172.0, 4191.0, 4149.0, 4178.0, 4144.0, 4136.0, 4176.0, 4138.0, 4180.0, 4146.0, 4158.0, 4175.0, 4136.0, 4167.0, 4139.0, 4160.0, 4157.0, 4138.0, 4186.0, 4128.0, 4166.0, 4137.0, 4164.0, 4167.0, 4140.0, 4189.0, 4148.0, 4182.0, 4139.0, 4159.0, 4167.0, 4138.0, 4191.0, 4164.0, 4177.0, 4136.0, 4148.0, 4179.0, 4127.0, 4168.0, 4141.0, 4175.0, 4171.0, 4151.0, 4194.0, 4141.0, 4181.0, 4148.0, 4182.0, 4150.0, 4192.0, 4153.0, 4195.0, 4180.0, 4215.0, 4184.0, 4206.0, 4151.0, 4190.0, 4154.0, 4179.0, 4173.0, 4169.0, 4150.0, 4152.0, 4148.0, 4138.0, 4193.0, 4153.0, 4190.0, 4152.0, 4190.0, 4159.0, 4182.0, 4152.0, 4183.0, 4173.0, 4164.0, 4184.0, 4153.0, 4209.0, 4180.0, 4203.0, 4161.0, 4204.0, 4160.0, 4202.0, 4163.0, 4189.0, 4150.0, 4195.0, 4184.0, 4172.0, 4180.0, 4150.0, 4202.0, 4152.0, 4192.0, 4161.0, 4186.0, 4158.0, 4168.0, 4147.0, 4159.0, 4148.0, 4160.0, 4181.0, 4174.0, 4203.0, 4173.0, 4203.0, 4152.0, 4188.0, 4141.0, 4189.0, 4160.0, 4180.0, 4156.0, 4168.0, 4165.0, 4136.0, 4187.0, 4147.0, 4188.0, 4134.0, 4165.0, 4135.0, 4148.0, 4136.0, 4139.0, 4190.0, 4151.0, 4188.0, 4147.0, 4188.0, 4136.0, 4150.0, 4168.0, 4151.0, 4188.0, 4151.0, 4187.0, 4151.0, 4171.0, 4150.0, 4175.0, 4161.0, 4170.0, 4179.0, 4160.0, 4181.0, 4161.0, 4201.0, 4176.0, 4212.0, 4184.0, 4203.0, 4158.0, 4190.0, 4161.0, 4193.0, 4182.0, 4181.0, 4159.0, 4161.0, 4173.0, 4191.0, 4174.0, 4203.0, 4194.0, 4171.0, 4212.0, 4205.0, 4172.0, 4189.0, 4136.0, 4178.0, 4148.0, 4192.0, 4149.0, 4177.0, 4151.0, 4183.0, 4150.0, 4206.0, 4180.0, 4172.0, 4170.0, 4151.0, 4176.0, 4158.0, 4190.0, 4158.0, 4192.0, 4160.0, 4205.0, 4172.0, 4190.0, 4147.0, 4188.0, 4139.0, 4180.0, 4140.0, 4177.0, 4146.0, 4164.0, 4133.0, 4155.0, 4136.0, 4181.0, 4145.0, 4170.0, 4153.0, 4136.0, 4146.0, 4149.0, 4188.0, 4150.0, 4179.0, 4147.0, 4182.0, 4144.0, 4169.0, 4137.0, 4138.0, 4188.0, 4146.0, 4177.0, 4146.0, 4168.0, 4135.0, 4167.0, 4156.0, 4140.0, 4192.0, 4147.0, 4178.0, 4134.0, 4158.0, 4134.0, 4136.0, 4176.0, 4139.0, 4175.0, 4149.0, 4165.0, 4138.0, 4156.0, 4134.0, 4138.0, 4178.0, 4147.0, 4190.0, 4158.0, 4159.0, 4139.0, 4135.0, 4177.0, 4149.0, 4177.0, 4150.0, 4188.0, 4146.0, 4157.0, 4145.0, 4151.0, 4177.0, 4148.0, 4188.0, 4161.0, 4192.0, 4146.0, 4176.0, 4157.0, 4145.0, 4177.0, 4146.0, 4186.0, 4145.0, 4145.0, 4178.0, 4135.0, 4155.0, 4138.0, 4147.0, 4166.0, 4146.0, 4175.0, 4146.0, 4157.0, 4145.0, 4137.0, 4179.0, 4157.0, 4175.0, 4159.0, 4177.0, 4148.0, 4149.0, 4168.0, 4160.0, 4189.0, 4159.0, 4191.0, 4162.0, 4172.0, 4162.0, 4173.0, 4164.0, 4152.0, 4204.0, 4182.0, 4160.0, 4172.0, 4170.0, 4183.0, 4174.0, 4212.0, 4183.0, 4201.0, 4159.0, 4189.0, 4158.0, 4197.0, 4156.0, 4167.0, 4175.0, 4144.0, 4172.0, 4134.0, 4162.0, 4144.0, 4186.0, 4155.0, 4177.0, 4145.0, 4146.0, 4154.0, 4148.0, 4175.0, 4145.0, 4178.0, 4144.0, 4169.0, 4145.0, 4150.0, 4185.0, 4146.0, 4177.0, 4148.0, 4166.0, 4145.0, 4144.0, 4145.0, 4158.0, 4197.0, 4158.0, 4177.0, 4158.0, 4190.0, 4146.0, 4157.0, 4187.0, 4146.0, 4174.0, 4141.0, 4145.0, 4173.0, 4144.0, 4184.0, 4144.0, 4154.0, 4144.0, 4138.0, 4163.0, 4144.0, 4165.0, 4145.0, 4147.0, 4168.0, 4147.0, 4174.0, 4158.0, 4176.0, 4157.0, 4201.0, 4159.0, 4168.0, 4163.0, 4150.0, 4175.0, 4159.0, 4186.0, 4154.0, 4156.0, 4144.0, 4167.0, 4160.0, 4188.0, 4160.0, 4176.0, 4156.0, 4187.0, 4143.0, 4145.0, 4186.0, 4134.0, 4164.0, 4132.0, 4154.0, 4131.0, 4136.0, 4176.0, 4145.0, 4163.0, 4135.0, 4153.0, 4134.0, 4135.0, 4167.0, 4156.0, 4176.0, 4146.0, 4166.0, 4146.0, 4147.0, 4178.0, 4161.0, 4179.0, 4167.0, 4190.0, 4156.0, 4159.0, 4179.0, 4150.0, 4193.0, 4158.0, 4187.0, 4146.0, 4137.0, 4174.0, 4146.0, 4176.0, 4157.0, 4171.0, 4157.0, 4160.0, 4159.0, 4159.0, 4179.0, 4159.0, 4199.0, 4170.0, 4191.0, 4168.0, 4149.0, 4186.0, 4146.0, 4186.0, 4146.0, 4180.0, 4188.0, 4145.0, 4176.0, 4145.0, 4156.0, 4143.0, 4149.0, 4188.0, 4157.0, 4181.0, 4163.0, 4156.0, 4159.0, 4159.0, 4183.0, 4168.0, 4188.0, 4161.0, 4200.0, 4159.0, 4181.0, 4199.0, 4156.0, 4190.0, 4158.0, 4188.0, 4160.0, 4159.0, 4155.0, 4158.0, 4161.0, 4185.0, 4203.0, 4182.0, 4193.0, 4196.0, 4198.0, 4202.0, 4185.0, 4216.0, 4192.0, 4191.0, 4174.0, 4202.0, 4161.0, 4204.0, 4171.0, 4199.0, 4167.0, 4177.0, 4143.0, 4160.0, 4138.0, 4147.0, 4157.0, 4126.0, 4146.0, 4104.0, 4124.0, 4083.0, 4106.0, 4094.0, 4106.0, 4092.0, 4104.0, 4093.0, 4128.0, 4127.0, 4117.0, 4115.0, 4109.0, 4125.0, 4109.0, 4136.0, 4107.0, 4157.0, 4108.0, 4151.0, 4110.0, 4148.0, 4113.0, 4149.0, 4122.0, 4151.0, 4135.0, 4156.0, 4132.0, 4154.0, 4131.0, 4164.0, 4137.0, 4176.0, 4144.0, 4154.0, 4133.0, 4136.0, 4136.0, 4144.0, 4177.0, 4138.0, 4166.0, 4139.0, 4166.0], 'WindowWidth': [9383.0, 9307.0, 9344.0, 9299.0, 9257.0, 9267.0, 9204.0, 9271.0, 9229.0, 9278.0, 9236.0, 9287.0, 9216.0, 9234.0, 9246.0, 9224.0, 9294.0, 9237.0, 9293.0, 9217.0, 9277.0, 9236.0, 9217.0, 9288.0, 9216.0, 9270.0, 9196.0, 9253.0, 9218.0, 9199.0, 9271.0, 9209.0, 9279.0, 9190.0, 9214.0, 9262.0, 9219.0, 9273.0, 9228.0, 9267.0, 9217.0, 9203.0, 9266.0, 9210.0, 9272.0, 9215.0, 9211.0, 9243.0, 9195.0, 9254.0, 9196.0, 9271.0, 9231.0, 9209.0, 9256.0, 9194.0, 9254.0, 9198.0, 9267.0, 9256.0, 9204.0, 9243.0, 9187.0, 9246.0, 9184.0, 9210.0, 9262.0, 9200.0, 9242.0, 9176.0, 9224.0, 9215.0, 9195.0, 9261.0, 9195.0, 9232.0, 9185.0, 9207.0, 9255.0, 9198.0, 9263.0, 9205.0, 9247.0, 9207.0, 9192.0, 9245.0, 9182.0, 9263.0, 9210.0, 9267.0, 9205.0, 9194.0, 9242.0, 9207.0, 9267.0, 9214.0, 9288.0, 9214.0, 9273.0, 9254.0, 9215.0, 9270.0, 9216.0, 9271.0, 9217.0, 9205.0, 9244.0, 9174.0, 9235.0, 9188.0, 9208.0, 9255.0, 9188.0, 9227.0, 9187.0, 9220.0, 9189.0, 9211.0, 9265.0, 9195.0, 9249.0, 9194.0, 9225.0, 9211.0, 9238.0, 9277.0, 9214.0, 9253.0, 9211.0, 9282.0, 9209.0, 9276.0, 9267.0, 9213.0, 9265.0, 9211.0, 9283.0, 9209.0, 9271.0, 9286.0, 9229.0, 9266.0, 9211.0, 9254.0, 9221.0, 9230.0, 9283.0, 9214.0, 9265.0, 9215.0, 9273.0, 9225.0, 9200.0, 9265.0, 9214.0, 9256.0, 9194.0, 9251.0, 9211.0, 9214.0, 9266.0, 9203.0, 9266.0, 9214.0, 9289.0, 9225.0, 9244.0, 9226.0, 9223.0, 9234.0, 9213.0, 9222.0, 9240.0, 9232.0, 9304.0, 9270.0, 9255.0, 9293.0, 9223.0, 9249.0, 9206.0, 9235.0, 9216.0, 9213.0, 9290.0, 9210.0, 9246.0, 9222.0, 9223.0, 9211.0, 9217.0, 9281.0, 9229.0, 9268.0, 9242.0, 9260.0, 9225.0, 9219.0, 9271.0, 9247.0, 9287.0, 9238.0, 9215.0, 9278.0, 9209.0, 9254.0, 9213.0, 9230.0, 9277.0, 9210.0, 9262.0, 9230.0, 9241.0, 9222.0, 9233.0, 9283.0, 9229.0, 9267.0, 9228.0, 9272.0, 9225.0, 9248.0, 9282.0, 9225.0, 9269.0, 9221.0, 9267.0, 9218.0, 9210.0, 9267.0, 9222.0, 9264.0, 9201.0, 9208.0, 9241.0, 9208.0, 9251.0, 9230.0, 9268.0, 9239.0, 9215.0, 9260.0, 9205.0, 9250.0, 9223.0, 9213.0, 9263.0, 9205.0, 9233.0, 9202.0, 9225.0, 9240.0, 9231.0, 9266.0, 9208.0, 9268.0, 9217.0, 9214.0, 9275.0, 9231.0, 9270.0, 9226.0, 9252.0, 9224.0, 9212.0, 9266.0, 9230.0, 9272.0, 9224.0, 9229.0, 9230.0, 9232.0, 9270.0, 9252.0, 9275.0, 9248.0, 9251.0, 9258.0, 9276.0, 9261.0, 9282.0, 9275.0, 9321.0, 9273.0, 9317.0, 9266.0, 9302.0, 9244.0, 9289.0, 9296.0, 9232.0, 9277.0, 9228.0, 9245.0, 9220.0, 9237.0, 9223.0, 9234.0, 9266.0, 9230.0, 9261.0, 9229.0, 9268.0, 9229.0, 9276.0, 9240.0, 9235.0, 9231.0, 9220.0, 9280.0, 9232.0, 9280.0, 9242.0, 9267.0, 9219.0, 9214.0, 9279.0, 9234.0, 9272.0, 9245.0, 9281.0, 9240.0, 9230.0, 9236.0, 9222.0, 9282.0, 9229.0, 9270.0, 9210.0, 9253.0, 9223.0, 9212.0, 9275.0, 9224.0, 9282.0, 9221.0, 9246.0, 9201.0, 9236.0, 9220.0, 9188.0, 9255.0, 9199.0, 9240.0, 9180.0, 9232.0, 9203.0, 9187.0, 9258.0, 9207.0, 9254.0, 9198.0, 9244.0, 9200.0, 9209.0, 9212.0, 9208.0, 9273.0, 9203.0, 9258.0, 9204.0, 9247.0, 9200.0, 9263.0, 9229.0, 9209.0, 9267.0, 9196.0, 9281.0, 9212.0, 9261.0, 9208.0, 9230.0, 9290.0, 9303.0, 9241.0, 9264.0, 9196.0, 9265.0, 9193.0, 9264.0, 9212.0, 9267.0, 9190.0, 9249.0, 9198.0, 9240.0, 9245.0, 9227.0, 9276.0, 9255.0, 9255.0, 9256.0, 9241.0, 9302.0, 9247.0, 9283.0, 9251.0, 9221.0, 9282.0, 9214.0, 9283.0, 9211.0, 9267.0, 9212.0, 9266.0, 9226.0, 9200.0, 9234.0, 9188.0, 9217.0, 9140.0, 9178.0, 9161.0, 9126.0, 9206.0, 9120.0, 9197.0, 9154.0, 9139.0, 9192.0, 9140.0, 9183.0, 9128.0, 9176.0, 9173.0, 9172.0, 9220.0, 9163.0, 9189.0, 9157.0, 9172.0, 9217.0, 9165.0, 9209.0, 9184.0, 9211.0, 9245.0, 9173.0, 9224.0, 9183.0, 9202.0, 9222.0, 9214.0, 9263.0, 9190.0, 9231.0, 9201.0, 9210.0, 9255.0, 9221.0, 9291.0, 9232.0, 9248.0, 9238.0, 9213.0, 9264.0, 9228.0, 9242.0, 9219.0, 9246.0, 9289.0, 9241.0, 9279.0, 9267.0, 9286.0, 9274.0, 9319.0, 9281.0, 9278.0, 9286.0, 9244.0, 9296.0, 9259.0, 9306.0, 9275.0, 9263.0, 9264.0, 9238.0, 9292.0, 9251.0, 9283.0, 9264.0, 9246.0, 9266.0, 9245.0, 9288.0, 9259.0, 9303.0, 9242.0, 9278.0, 9268.0, 9240.0, 9281.0, 9249.0, 9296.0, 9249.0, 9296.0, 9255.0, 9264.0, 9264.0, 9245.0, 9276.0, 9231.0, 9287.0, 9241.0, 9283.0, 9236.0, 9248.0, 9241.0, 9223.0, 9276.0, 9218.0, 9254.0, 9221.0, 9269.0, 9251.0, 9235.0, 9226.0, 9224.0, 9267.0, 9225.0, 9290.0, 9240.0, 9277.0, 9212.0, 9264.0, 9239.0, 9206.0, 9267.0, 9216.0, 9271.0, 9209.0, 9258.0, 9213.0, 9240.0, 9232.0, 9236.0, 9296.0, 9245.0, 9280.0, 9228.0, 9271.0, 9238.0, 9235.0, 9277.0, 9237.0, 9287.0, 9237.0, 9297.0, 9227.0, 9286.0, 9261.0, 9302.0, 9262.0, 9288.0, 9299.0, 9295.0, 9307.0, 9258.0, 9308.0, 9264.0, 9285.0, 9284.0, 9241.0, 9270.0, 9205.0, 9274.0, 9223.0, 9291.0, 9219.0, 9280.0, 9236.0, 9266.0, 9233.0, 9280.0, 9246.0, 9251.0, 9298.0, 9227.0, 9257.0, 9190.0, 9234.0, 9229.0, 9209.0, 9267.0, 9223.0, 9251.0, 9202.0, 9231.0, 9254.0, 9201.0, 9254.0, 9211.0, 9242.0, 9195.0, 9219.0, 9273.0, 9202.0, 9272.0, 9230.0, 9237.0, 9256.0, 9201.0, 9268.0, 9229.0, 9279.0, 9252.0, 9236.0, 9275.0, 9211.0, 9270.0, 9193.0, 9234.0, 9244.0, 9209.0, 9274.0, 9235.0, 9255.0, 9209.0, 9221.0, 9296.0, 9220.0, 9261.0, 9211.0, 9243.0, 9253.0, 9219.0, 9269.0, 9233.0, 9278.0, 9274.0, 9258.0, 9293.0, 9232.0, 9286.0, 9214.0, 9288.0, 9227.0, 9232.0, 9235.0, 9269.0, 9224.0, 9298.0, 9300.0, 9248.0, 9269.0, 9210.0, 9247.0, 9197.0, 9189.0, 9243.0, 9194.0, 9252.0, 9201.0, 9221.0, 9238.0, 9191.0, 9231.0, 9196.0, 9228.0, 9219.0, 9195.0, 9256.0, 9181.0, 9229.0, 9191.0, 9237.0, 9233.0, 9201.0, 9264.0, 9207.0, 9257.0, 9196.0, 9224.0, 9230.0, 9194.0, 9270.0, 9235.0, 9246.0, 9189.0, 9208.0, 9249.0, 9178.0, 9234.0, 9200.0, 9252.0, 9242.0, 9219.0, 9280.0, 9207.0, 9258.0, 9212.0, 9256.0, 9216.0, 9274.0, 9226.0, 9282.0, 9271.0, 9310.0, 9266.0, 9296.0, 9218.0, 9269.0, 9222.0, 9255.0, 9247.0, 9238.0, 9212.0, 9218.0, 9208.0, 9199.0, 9274.0, 9222.0, 9269.0, 9218.0, 9266.0, 9226.0, 9261.0, 9219.0, 9263.0, 9250.0, 9239.0, 9263.0, 9226.0, 9308.0, 9272.0, 9292.0, 9233.0, 9294.0, 9232.0, 9289.0, 9238.0, 9270.0, 9218.0, 9285.0, 9266.0, 9248.0, 9254.0, 9217.0, 9286.0, 9219.0, 9273.0, 9232.0, 9269.0, 9222.0, 9237.0, 9208.0, 9228.0, 9211.0, 9232.0, 9260.0, 9254.0, 9291.0, 9250.0, 9288.0, 9220.0, 9265.0, 9202.0, 9266.0, 9228.0, 9254.0, 9216.0, 9235.0, 9227.0, 9190.0, 9259.0, 9207.0, 9261.0, 9185.0, 9228.0, 9185.0, 9208.0, 9188.0, 9198.0, 9267.0, 9219.0, 9262.0, 9207.0, 9264.0, 9190.0, 9215.0, 9235.0, 9216.0, 9263.0, 9216.0, 9261.0, 9217.0, 9244.0, 9214.0, 9254.0, 9232.0, 9245.0, 9254.0, 9231.0, 9260.0, 9235.0, 9286.0, 9260.0, 9305.0, 9267.0, 9291.0, 9228.0, 9272.0, 9235.0, 9281.0, 9263.0, 9258.0, 9227.0, 9233.0, 9253.0, 9277.0, 9259.0, 9297.0, 9283.0, 9249.0, 9306.0, 9298.0, 9247.0, 9267.0, 9194.0, 9250.0, 9210.0, 9272.0, 9213.0, 9247.0, 9217.0, 9261.0, 9214.0, 9299.0, 9258.0, 9250.0, 9242.0, 9220.0, 9245.0, 9223.0, 9267.0, 9225.0, 9272.0, 9230.0, 9297.0, 9247.0, 9268.0, 9208.0, 9260.0, 9195.0, 9250.0, 9196.0, 9244.0, 9200.0, 9221.0, 9180.0, 9210.0, 9186.0, 9253.0, 9199.0, 9237.0, 9206.0, 9189.0, 9201.0, 9210.0, 9260.0, 9212.0, 9249.0, 9205.0, 9254.0, 9196.0, 9236.0, 9191.0, 9196.0, 9261.0, 9203.0, 9246.0, 9203.0, 9234.0, 9185.0, 9232.0, 9212.0, 9198.0, 9270.0, 9207.0, 9247.0, 9183.0, 9218.0, 9182.0, 9190.0, 9240.0, 9195.0, 9241.0, 9208.0, 9225.0, 9191.0, 9216.0, 9183.0, 9195.0, 9245.0, 9205.0, 9266.0, 9219.0, 9221.0, 9194.0, 9188.0, 9242.0, 9209.0, 9244.0, 9212.0, 9260.0, 9203.0, 9219.0, 9202.0, 9217.0, 9246.0, 9210.0, 9263.0, 9229.0, 9271.0, 9203.0, 9244.0, 9216.0, 9200.0, 9245.0, 9202.0, 9257.0, 9197.0, 9199.0, 9244.0, 9184.0, 9212.0, 9190.0, 9203.0, 9227.0, 9201.0, 9239.0, 9202.0, 9217.0, 9200.0, 9193.0, 9249.0, 9221.0, 9242.0, 9224.0, 9247.0, 9208.0, 9213.0, 9235.0, 9229.0, 9267.0, 9225.0, 9270.0, 9231.0, 9246.0, 9232.0, 9250.0, 9236.0, 9223.0, 9293.0, 9264.0, 9226.0, 9247.0, 9244.0, 9265.0, 9253.0, 9304.0, 9264.0, 9285.0, 9226.0, 9265.0, 9222.0, 9275.0, 9214.0, 9230.0, 9236.0, 9195.0, 9229.0, 9181.0, 9218.0, 9195.0, 9254.0, 9212.0, 9243.0, 9198.0, 9205.0, 9210.0, 9207.0, 9240.0, 9201.0, 9247.0, 9198.0, 9236.0, 9199.0, 9212.0, 9254.0, 9203.0, 9244.0, 9205.0, 9227.0, 9199.0, 9199.0, 9199.0, 9222.0, 9272.0, 9221.0, 9247.0, 9222.0, 9267.0, 9202.0, 9220.0, 9260.0, 9202.0, 9237.0, 9188.0, 9199.0, 9231.0, 9196.0, 9250.0, 9194.0, 9209.0, 9193.0, 9191.0, 9219.0, 9197.0, 9227.0, 9201.0, 9206.0, 9231.0, 9206.0, 9237.0, 9222.0, 9244.0, 9219.0, 9284.0, 9222.0, 9234.0, 9220.0, 9211.0, 9239.0, 9223.0, 9255.0, 9209.0, 9214.0, 9198.0, 9231.0, 9228.0, 9264.0, 9225.0, 9242.0, 9216.0, 9259.0, 9193.0, 9199.0, 9255.0, 9182.0, 9220.0, 9176.0, 9206.0, 9171.0, 9185.0, 9239.0, 9197.0, 9219.0, 9184.0, 9206.0, 9180.0, 9186.0, 9230.0, 9215.0, 9244.0, 9201.0, 9230.0, 9201.0, 9207.0, 9246.0, 9228.0, 9252.0, 9234.0, 9267.0, 9218.0, 9226.0, 9249.0, 9212.0, 9273.0, 9221.0, 9259.0, 9201.0, 9191.0, 9237.0, 9204.0, 9242.0, 9219.0, 9242.0, 9218.0, 9226.0, 9223.0, 9226.0, 9251.0, 9225.0, 9280.0, 9241.0, 9270.0, 9233.0, 9211.0, 9257.0, 9202.0, 9257.0, 9202.0, 9252.0, 9259.0, 9198.0, 9240.0, 9197.0, 9215.0, 9192.0, 9210.0, 9260.0, 9218.0, 9253.0, 9231.0, 9218.0, 9225.0, 9229.0, 9263.0, 9238.0, 9266.0, 9229.0, 9283.0, 9224.0, 9259.0, 9280.0, 9219.0, 9266.0, 9222.0, 9264.0, 9227.0, 9226.0, 9215.0, 9222.0, 9230.0, 9271.0, 9293.0, 9264.0, 9282.0, 9295.0, 9298.0, 9308.0, 9278.0, 9312.0, 9276.0, 9275.0, 9258.0, 9288.0, 9231.0, 9294.0, 9245.0, 9281.0, 9232.0, 9245.0, 9189.0, 9208.0, 9174.0, 9185.0, 9197.0, 9153.0, 9181.0, 9119.0, 9144.0, 9089.0, 9122.0, 9104.0, 9123.0, 9100.0, 9120.0, 9104.0, 9158.0, 9154.0, 9141.0, 9136.0, 9135.0, 9151.0, 9134.0, 9166.0, 9131.0, 9199.0, 9134.0, 9193.0, 9139.0, 9187.0, 9147.0, 9192.0, 9159.0, 9197.0, 9180.0, 9208.0, 9175.0, 9205.0, 9175.0, 9222.0, 9190.0, 9242.0, 9193.0, 9209.0, 9177.0, 9187.0, 9184.0, 9198.0, 9244.0, 9193.0, 9227.0, 9196.0, 9228.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.0004478606965174129</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03136292620232173</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.428544110099615</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1883504660663895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9621230849128627</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4402</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7503.9121</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0804047204406931</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.487562189054726</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4526499777573565</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3664267617618076</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6581380275341417</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3333851439761206</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129655</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018435131758451462</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02059844322502613</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7853141488920414</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>44.4009</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8638</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.617</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309299.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>636.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.9813</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0125</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.0108</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3408.8524</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67245.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.4338</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.95777512015775</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> |