=== 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-0050 --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-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
135 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
135 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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-01/func/sub-0050_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>f6ad8fb338aea1431d57d99afa587341</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:28:49.975000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998687, 0.0512167, 0.00136399, -0.0511155, 0.997824, -0.0416493]</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.0808947</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7751, -7237, 604, -88, -115, 16, 61]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.639</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>12b97c8f-c698-4abe-906a-0cd79ad6f31c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679403305053711, -0.13713927567005157, 0.009434225969016552, 116.34298706054688], [-0.13741059601306915, 2.677088499069214, -0.11211705952882767, -86.91509246826172], [0.0036594842094928026, 0.11174191534519196, 2.6976547241210938, -50.69914245605469], [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': ['172849.975000', '172850.435000', '172850.895000', '172851.355000', '172851.815000', '172852.275000', '172852.735000', '172853.195000', '172853.655000', '172854.115000', '172854.575000', '172855.035000', '172855.495000', '172855.955000', '172856.415000', '172856.875000', '172857.335000', '172857.795000', '172858.255000', '172858.715000', '172859.175000', '172859.635000', '172900.095000', '172900.555000', '172901.015000', '172901.475000', '172901.935000', '172902.395000', '172902.855000', '172903.315000', '172903.775000', '172904.235000', '172904.695000', '172905.155000', '172905.615000', '172906.075000', '172906.535000', '172906.995000', '172907.455000', '172907.915000', '172908.375000', '172908.835000', '172909.295000', '172909.755000', '172910.215000', '172910.675000', '172911.135000', '172911.595000', '172912.055000', '172912.515000', '172912.975000', '172913.435000', '172913.895000', '172914.355000', '172914.815000', '172915.275000', '172915.735000', '172916.195000', '172916.655000', '172917.115000', '172917.575000', '172918.035000', '172918.495000', '172918.955000', '172919.415000', '172919.875000', '172920.335000', '172920.795000', '172921.255000', '172921.715000', '172922.175000', '172922.635000', '172923.095000', '172923.555000', '172924.015000', '172924.475000', '172924.935000', '172925.395000', '172925.855000', '172926.315000', '172926.775000', '172927.235000', '172927.695000', '172928.155000', '172928.615000', '172929.075000', '172929.535000', '172929.995000', '172930.455000', '172930.915000', '172931.375000', '172931.835000', '172932.295000', '172932.755000', '172933.215000', '172933.675000', '172934.135000', '172934.595000', '172935.055000', '172935.515000', '172935.975000', '172936.435000', '172936.895000', '172937.355000', '172937.815000', '172938.275000', '172938.735000', '172939.195000', '172939.655000', '172940.115000', '172940.575000', '172941.035000', '172941.495000', '172941.955000', '172942.415000', '172942.875000', '172943.335000', '172943.795000', '172944.255000', '172944.715000', '172945.175000', '172945.635000', '172946.095000', '172946.555000', '172947.015000', '172947.475000', '172947.935000', '172948.395000', '172948.855000', '172949.315000', '172949.775000', '172950.235000', '172950.695000', '172951.155000', '172951.615000', '172952.075000', '172952.535000', '172952.995000', '172953.455000', '172953.915000', '172954.375000', '172954.835000', '172955.295000', '172955.755000', '172956.215000', '172956.675000', '172957.135000', '172957.595000', '172958.055000', '172958.515000', '172958.975000', '172959.435000', '172959.895000', '173000.355000', '173000.815000', '173001.275000', '173001.735000', '173002.195000', '173002.655000', '173003.115000', '173003.575000', '173004.035000', '173004.495000', '173004.955000', '173005.415000', '173005.875000', '173006.335000', '173006.795000', '173007.255000', '173007.715000', '173008.175000', '173008.635000', '173009.095000', '173009.555000', '173010.015000', '173010.475000', '173010.935000', '173011.395000', '173011.855000', '173012.315000', '173012.775000', '173013.235000', '173013.695000', '173014.155000', '173014.615000', '173015.075000', '173015.535000', '173015.995000', '173016.455000', '173016.915000', '173017.375000', '173017.835000', '173018.295000', '173018.755000', '173019.215000', '173019.675000', '173020.135000', '173020.595000', '173021.055000', '173021.515000', '173021.975000', '173022.435000', '173022.895000', '173023.355000', '173023.815000', '173024.275000', '173024.735000', '173025.195000', '173025.655000', '173026.115000', '173026.575000', '173027.035000', '173027.495000', '173027.955000', '173028.415000', '173028.875000', '173029.335000', '173029.795000', '173030.255000', '173030.715000', '173031.175000', '173031.635000', '173032.095000', '173032.555000', '173033.015000', '173033.475000', '173033.935000', '173034.395000', '173034.855000', '173035.315000', '173035.775000', '173036.235000', '173036.695000', '173037.155000', '173037.615000', '173038.075000', '173038.535000', '173038.995000', '173039.455000', '173039.915000', '173040.375000', '173040.835000', '173041.295000', '173041.755000', '173042.215000', '173042.675000', '173043.135000', '173043.595000', '173044.055000', '173044.515000', '173044.975000', '173045.435000', '173045.895000', '173046.355000', '173046.815000', '173047.275000', '173047.735000', '173048.195000', '173048.655000', '173049.115000', '173049.575000', '173050.035000', '173050.495000', '173050.955000', '173051.415000', '173051.875000', '173052.335000', '173052.795000', '173053.255000', '173053.715000', '173054.175000', '173054.635000', '173055.095000', '173055.555000', '173056.015000', '173056.475000', '173056.935000', '173057.395000', '173057.855000', '173058.315000', '173058.775000', '173059.235000', '173059.695000', '173100.155000', '173100.615000', '173101.075000', '173101.535000', '173101.995000', '173102.455000', '173102.915000', '173103.375000', '173103.835000', '173104.295000', '173104.755000', '173105.215000', '173105.675000', '173106.135000', '173106.595000', '173107.055000', '173107.515000', '173107.975000', '173108.435000', '173108.895000', '173109.355000', '173109.815000', '173110.275000', '173110.735000', '173111.195000', '173111.655000', '173112.115000', '173112.575000', '173113.035000', '173113.495000', '173113.955000', '173114.415000', '173114.875000', '173115.335000', '173115.795000', '173116.255000', '173116.715000', '173117.175000', '173117.635000', '173118.095000', '173118.555000', '173119.015000', '173119.475000', '173119.935000', '173120.395000', '173120.855000', '173121.315000', '173121.775000', '173122.235000', '173122.695000', '173123.155000', '173123.615000', '173124.075000', '173124.535000', '173124.995000', '173125.455000', '173125.915000', '173126.375000', '173126.835000', '173127.295000', '173127.755000', '173128.215000', '173128.675000', '173129.135000', '173129.595000', '173130.055000', '173130.515000', '173130.975000', '173131.435000', '173131.895000', '173132.355000', '173132.815000', '173133.275000', '173133.735000', '173134.195000', '173134.655000', '173135.115000', '173135.575000', '173136.035000', '173136.495000', '173136.955000', '173137.415000', '173137.875000', '173138.335000', '173138.795000', '173139.255000', '173139.715000', '173140.175000', '173140.635000', '173141.095000', '173141.555000', '173142.015000', '173142.475000', '173142.935000', '173143.395000', '173143.855000', '173144.315000', '173144.775000', '173145.235000', '173145.695000', '173146.155000', '173146.615000', '173147.075000', '173147.535000', '173147.995000', '173148.455000', '173148.915000', '173149.375000', '173149.835000', '173150.295000', '173150.755000', '173151.215000', '173151.675000', '173152.135000', '173152.595000', '173153.055000', '173153.515000', '173153.975000', '173154.435000', '173154.895000', '173155.355000', '173155.815000', '173156.275000', '173156.735000', '173157.195000', '173157.655000', '173158.115000', '173158.575000', '173159.035000', '173159.495000', '173159.955000', '173200.415000', '173200.875000', '173201.335000', '173201.795000', '173202.255000', '173202.715000', '173203.175000', '173203.635000', '173204.095000', '173204.555000', '173205.015000', '173205.475000', '173205.935000', '173206.395000', '173206.855000', '173207.315000', '173207.775000', '173208.235000', '173208.695000', '173209.155000', '173209.615000', '173210.075000', '173210.535000', '173210.995000', '173211.455000', '173211.915000', '173212.375000', '173212.835000', '173213.295000', '173213.755000', '173214.215000', '173214.675000', '173215.135000', '173215.595000', '173216.055000', '173216.515000', '173216.975000', '173217.435000', '173217.895000', '173218.355000', '173218.815000', '173219.275000', '173219.735000', '173220.195000', '173220.655000', '173221.115000', '173221.575000', '173222.035000', '173222.495000', '173222.955000', '173223.415000', '173223.875000', '173224.335000', '173224.795000', '173225.255000', '173225.715000', '173226.175000', '173226.635000', '173227.095000', '173227.555000', '173228.015000', '173228.475000', '173228.935000', '173229.395000', '173229.855000', '173230.315000', '173230.775000', '173231.235000', '173231.695000', '173232.155000', '173232.615000', '173233.075000', '173233.535000', '173233.995000', '173234.455000', '173234.915000', '173235.375000', '173235.835000', '173236.295000', '173236.755000', '173237.215000', '173237.675000', '173238.135000', '173238.595000', '173239.055000', '173239.515000', '173239.975000', '173240.435000', '173240.895000', '173241.355000', '173241.815000', '173242.275000', '173242.735000', '173243.195000', '173243.655000', '173244.115000', '173244.575000', '173245.035000', '173245.495000', '173245.955000', '173246.415000', '173246.875000', '173247.335000', '173247.795000', '173248.255000', '173248.715000', '173249.175000', '173249.635000', '173250.095000', '173250.555000', '173251.015000', '173251.475000', '173251.935000', '173252.395000', '173252.855000', '173253.315000', '173253.775000', '173254.235000', '173254.695000', '173255.155000', '173255.615000', '173256.075000', '173256.535000', '173256.995000', '173257.455000', '173257.915000', '173258.375000', '173258.835000', '173259.295000', '173259.755000', '173300.215000', '173300.675000', '173301.135000', '173301.595000', '173302.055000', '173302.515000', '173302.975000', '173303.435000', '173303.895000', '173304.355000', '173304.815000', '173305.275000', '173305.735000', '173306.195000', '173306.655000', '173307.115000', '173307.575000', '173308.035000', '173308.495000', '173308.955000', '173309.415000', '173309.875000', '173310.335000', '173310.795000', '173311.255000', '173311.715000', '173312.175000', '173312.635000', '173313.095000', '173313.555000', '173314.015000', '173314.475000', '173314.935000', '173315.395000', '173315.855000', '173316.315000', '173316.775000', '173317.235000', '173317.695000', '173318.155000', '173318.615000', '173319.075000', '173319.535000', '173319.995000', '173320.455000', '173320.915000', '173321.375000', '173321.835000', '173322.295000', '173322.755000', '173323.215000', '173323.675000', '173324.135000', '173324.595000', '173325.055000', '173325.515000', '173325.975000', '173326.435000', '173326.895000', '173327.355000', '173327.815000', '173328.275000', '173328.735000', '173329.195000', '173329.655000', '173330.115000', '173330.575000', '173331.035000', '173331.495000', '173331.955000', '173332.415000', '173332.875000', '173333.335000', '173333.795000', '173334.255000', '173334.715000', '173335.175000', '173335.635000', '173336.095000', '173336.555000', '173337.015000', '173337.475000', '173337.935000', '173338.395000', '173338.855000', '173339.315000', '173339.775000', '173340.235000', '173340.695000', '173341.155000', '173341.615000', '173342.075000', '173342.535000', '173342.995000', '173343.455000', '173343.915000', '173344.375000', '173344.835000', '173345.295000', '173345.755000', '173346.215000', '173346.675000', '173347.135000', '173347.595000', '173348.055000', '173348.515000', '173348.975000', '173349.435000', '173349.895000', '173350.355000', '173350.815000', '173351.275000', '173351.735000', '173352.195000', '173352.655000', '173353.115000', '173353.575000', '173354.035000', '173354.495000', '173354.955000', '173355.415000', '173355.875000', '173356.335000', '173356.795000', '173357.255000', '173357.715000', '173358.175000', '173358.635000', '173359.095000', '173359.555000', '173400.015000', '173400.475000', '173400.935000', '173401.395000', '173401.855000', '173402.315000', '173402.775000', '173403.235000', '173403.695000', '173404.155000', '173404.615000', '173405.075000', '173405.535000', '173405.995000', '173406.455000', '173406.915000', '173407.375000', '173407.835000', '173408.295000', '173408.755000', '173409.215000', '173409.675000', '173410.135000', '173410.595000', '173411.055000', '173411.515000', '173411.975000', '173412.435000', '173412.895000', '173413.355000', '173413.815000', '173414.275000', '173414.735000', '173415.195000', '173415.655000', '173416.115000', '173416.575000', '173417.035000', '173417.495000', '173417.955000', '173418.415000', '173418.875000', '173419.335000', '173419.795000', '173420.255000', '173420.715000', '173421.175000', '173421.635000', '173422.095000', '173422.555000', '173423.015000', '173423.475000', '173423.935000', '173424.395000', '173424.855000', '173425.315000', '173425.775000', '173426.235000', '173426.695000', '173427.155000', '173427.615000', '173428.075000', '173428.535000', '173428.995000', '173429.455000', '173429.915000', '173430.375000', '173430.835000', '173431.295000', '173431.755000', '173432.215000', '173432.675000', '173433.135000', '173433.595000', '173434.055000', '173434.515000', '173434.975000', '173435.435000', '173435.895000', '173436.355000', '173436.815000', '173437.275000', '173437.735000', '173438.195000', '173438.655000', '173439.115000', '173439.575000', '173440.035000', '173440.495000', '173440.955000', '173441.415000', '173441.875000', '173442.335000', '173442.795000', '173443.255000', '173443.715000', '173444.175000', '173444.635000', '173445.095000', '173445.555000', '173446.015000', '173446.475000', '173446.935000', '173447.395000', '173447.855000', '173448.315000', '173448.775000', '173449.235000', '173449.695000', '173450.155000', '173450.615000', '173451.075000', '173451.535000', '173451.995000', '173452.455000', '173452.915000', '173453.375000', '173453.835000', '173454.295000', '173454.755000', '173455.215000', '173455.675000', '173456.135000', '173456.595000', '173457.055000', '173457.515000', '173457.975000', '173458.435000', '173458.895000', '173459.355000', '173459.815000', '173500.275000', '173500.735000', '173501.195000', '173501.655000', '173502.115000', '173502.575000', '173503.035000', '173503.495000', '173503.955000', '173504.415000', '173504.875000', '173505.335000', '173505.795000', '173506.255000', '173506.715000', '173507.175000', '173507.635000', '173508.095000', '173508.555000', '173509.015000', '173509.475000', '173509.935000', '173510.395000', '173510.855000', '173511.315000', '173511.775000', '173512.235000', '173512.695000', '173513.155000', '173513.615000', '173514.075000', '173514.535000', '173514.995000', '173515.455000', '173515.915000', '173516.375000', '173516.835000', '173517.295000', '173517.755000', '173518.215000', '173518.675000', '173519.135000', '173519.595000', '173520.055000', '173520.515000', '173520.975000', '173521.435000', '173521.895000', '173522.355000', '173522.815000', '173523.275000', '173523.735000', '173524.195000', '173524.655000', '173525.115000', '173525.575000', '173526.035000', '173526.495000', '173526.955000', '173527.415000', '173527.875000', '173528.335000', '173528.795000', '173529.255000', '173529.715000', '173530.175000', '173530.635000', '173531.095000', '173531.555000', '173532.015000', '173532.475000', '173532.935000', '173533.395000', '173533.855000', '173534.315000', '173534.775000', '173535.235000', '173535.695000', '173536.155000', '173536.615000', '173537.075000', '173537.535000', '173537.995000', '173538.455000', '173538.915000', '173539.375000', '173539.835000', '173540.295000', '173540.755000', '173541.215000', '173541.675000', '173542.135000', '173542.595000', '173543.055000', '173543.515000', '173543.975000', '173544.435000', '173544.895000', '173545.355000', '173545.815000', '173546.275000', '173546.735000', '173547.195000', '173547.655000', '173548.115000', '173548.575000', '173549.035000', '173549.495000', '173549.955000', '173550.415000', '173550.875000', '173551.335000', '173551.795000', '173552.255000', '173552.715000', '173553.175000', '173553.635000', '173554.095000', '173554.555000', '173555.015000', '173555.475000', '173555.935000', '173556.395000', '173556.855000', '173557.315000', '173557.775000', '173558.235000', '173558.695000', '173559.155000', '173559.615000', '173600.075000', '173600.535000', '173600.995000', '173601.455000', '173601.915000', '173602.375000', '173602.835000', '173603.295000', '173603.755000', '173604.215000', '173604.675000', '173605.135000', '173605.595000', '173606.055000', '173606.515000', '173606.975000', '173607.435000', '173607.895000', '173608.355000', '173608.815000', '173609.275000', '173609.735000', '173610.195000', '173610.655000', '173611.115000', '173611.575000', '173612.035000', '173612.495000', '173612.955000', '173613.415000', '173613.875000', '173614.335000', '173614.795000', '173615.255000', '173615.715000', '173616.175000', '173616.635000', '173617.095000', '173617.555000', '173618.015000', '173618.475000', '173618.935000', '173619.395000', '173619.855000', '173620.315000', '173620.775000', '173621.235000', '173621.695000', '173622.155000', '173622.615000', '173623.075000', '173623.535000', '173623.995000', '173624.455000', '173624.915000', '173625.375000', '173625.835000', '173626.295000', '173626.755000', '173627.215000', '173627.675000', '173628.135000', '173628.595000', '173629.055000', '173629.515000', '173629.975000', '173630.435000', '173630.895000', '173631.355000', '173631.815000', '173632.275000', '173632.735000', '173633.195000', '173633.655000', '173634.115000', '173634.575000', '173635.035000', '173635.495000', '173635.955000', '173636.415000', '173636.875000', '173637.335000', '173637.795000', '173638.255000', '173638.715000', '173639.175000', '173639.635000', '173640.095000', '173640.555000', '173641.015000', '173641.475000', '173641.935000', '173642.395000', '173642.855000', '173643.315000', '173643.775000', '173644.235000', '173644.695000', '173645.155000', '173645.615000', '173646.075000', '173646.535000', '173646.995000', '173647.455000', '173647.915000', '173648.375000', '173648.835000', '173649.295000', '173649.755000', '173650.215000', '173650.675000', '173651.135000', '173651.595000', '173652.055000', '173652.515000', '173652.975000', '173653.435000', '173653.895000', '173654.355000', '173654.815000', '173655.275000', '173655.735000', '173656.195000', '173656.655000', '173657.115000', '173657.575000', '173658.035000', '173658.495000', '173658.955000', '173659.415000', '173659.875000', '173700.335000', '173700.795000', '173701.255000', '173701.715000', '173702.175000', '173702.635000', '173703.095000', '173703.555000', '173704.015000', '173704.475000', '173704.935000', '173705.395000', '173705.855000', '173706.315000', '173706.775000', '173707.235000', '173707.695000', '173708.155000', '173708.615000', '173709.075000', '173709.535000', '173709.995000', '173710.455000', '173710.915000', '173711.375000', '173711.835000', '173712.295000', '173712.755000', '173713.215000', '173713.675000', '173714.135000', '173714.595000', '173715.055000', '173715.515000', '173715.975000', '173716.435000', '173716.895000', '173717.355000', '173717.815000', '173718.275000', '173718.735000', '173719.195000', '173719.655000', '173720.115000', '173720.575000', '173721.035000', '173721.495000', '173721.955000', '173722.415000', '173722.875000', '173723.335000', '173723.795000', '173724.255000', '173724.715000', '173725.175000', '173725.635000', '173726.095000', '173726.555000', '173727.015000', '173727.475000', '173727.935000', '173728.395000', '173728.855000', '173729.315000', '173729.775000', '173730.235000', '173730.695000', '173731.155000', '173731.615000', '173732.075000', '173732.535000', '173732.995000', '173733.455000', '173733.915000', '173734.375000', '173734.835000', '173735.295000', '173735.755000', '173736.215000', '173736.675000', '173737.135000', '173737.595000', '173738.055000', '173738.515000', '173738.975000', '173739.435000', '173739.895000', '173740.355000', '173740.815000', '173741.275000', '173741.735000', '173742.195000', '173742.655000', '173743.115000', '173743.575000', '173744.035000', '173744.495000', '173744.955000', '173745.415000', '173745.875000', '173746.335000', '173746.795000', '173747.255000', '173747.715000', '173748.175000', '173748.635000', '173749.095000', '173749.555000', '173750.015000', '173750.475000', '173750.935000', '173751.395000', '173751.855000', '173752.315000', '173752.775000', '173753.235000', '173753.695000', '173754.155000', '173754.615000', '173755.075000', '173755.535000', '173755.995000', '173756.455000', '173756.915000', '173757.375000', '173757.835000', '173758.295000', '173758.755000', '173759.215000', '173759.675000', '173800.135000', '173800.595000', '173801.055000', '173801.515000', '173801.975000', '173802.435000', '173802.895000', '173803.355000', '173803.815000', '173804.275000', '173804.735000', '173805.195000', '173805.655000'], 'ContentTime': ['172913.626000', '172913.629000', '172913.632000', '172913.634000', '172913.637000', '172913.639000', '172913.642000', '172913.650000', '172913.652000', '172913.655000', '172913.657000', '172913.660000', '172913.663000', '172913.665000', '172913.668000', '172913.670000', '172913.673000', '172913.676000', '172913.678000', '172913.681000', '172913.683000', '172913.686000', '172913.688000', '172913.691000', '172913.693000', '172913.696000', '172913.699000', '172913.701000', '172913.704000', '172913.707000', '172913.709000', '172913.712000', '172913.714000', '172913.717000', '172913.719000', '172913.722000', '172913.725000', '172913.727000', '172913.730000', '172913.732000', '172913.735000', '172913.739000', '172913.741000', '172913.744000', '172913.746000', '172913.749000', '172913.751000', '172913.754000', '172913.757000', '172933.589000', '172933.591000', '172933.594000', '172933.597000', '172933.599000', '172933.602000', '172933.605000', '172933.608000', '172933.611000', '172933.613000', '172933.616000', '172933.619000', '172933.621000', '172933.624000', '172933.626000', '172933.629000', '172933.632000', '172933.636000', '172933.638000', '172933.641000', '172933.643000', '172933.646000', '172933.649000', '172933.651000', '172933.654000', '172933.656000', '172933.659000', '172933.661000', '172933.664000', '172933.667000', '172933.669000', '172933.672000', '172933.674000', '172933.677000', '172933.680000', '172933.682000', '172933.685000', '172933.687000', '172933.690000', '172933.693000', '172933.695000', '172933.698000', '172933.700000', '172953.589000', '172953.591000', '172953.594000', '172953.597000', '172953.599000', '172953.602000', '172953.605000', '172953.607000', '172953.610000', '172953.613000', '172953.615000', '172953.618000', '172953.620000', '172953.623000', '172953.627000', '172953.630000', '172953.633000', '172953.635000', '172953.638000', '172953.641000', '172953.643000', '172953.646000', '172953.648000', '172953.651000', '172953.654000', '172953.656000', '172953.659000', '172953.661000', '172953.664000', '172953.666000', '172953.669000', '172953.672000', '172953.674000', '172953.677000', '172953.679000', '172953.682000', '172953.685000', '172953.687000', '172953.690000', '172953.692000', '172953.695000', '172953.698000', '172953.700000', '172953.703000', '173013.589000', '173013.591000', '173013.594000', '173013.597000', '173013.599000', '173013.602000', '173013.605000', '173013.607000', '173013.610000', '173013.612000', '173013.615000', '173013.618000', '173013.620000', '173013.623000', '173013.625000', '173013.629000', '173013.632000', '173013.635000', '173013.637000', '173013.641000', '173013.643000', '173013.646000', '173013.649000', '173013.651000', '173013.654000', '173013.656000', '173013.659000', '173013.662000', '173013.664000', '173013.667000', '173013.670000', '173013.672000', '173013.675000', '173013.677000', '173013.680000', '173013.682000', '173013.685000', '173013.688000', '173013.690000', '173013.693000', '173013.695000', '173013.698000', '173013.701000', '173033.589000', '173033.591000', '173033.594000', '173033.597000', '173033.599000', '173033.602000', '173033.605000', '173033.607000', '173033.610000', '173033.613000', '173033.615000', '173033.618000', '173033.620000', '173033.636000', '173033.639000', '173033.641000', '173033.644000', '173033.646000', '173033.649000', '173033.651000', '173033.654000', '173033.657000', '173033.659000', '173033.662000', '173033.664000', '173033.671000', '173033.674000', '173033.676000', '173033.679000', '173033.682000', '173033.684000', '173033.687000', '173033.689000', '173033.692000', '173033.695000', '173033.697000', '173033.700000', '173033.702000', '173033.705000', '173033.708000', '173033.710000', '173033.713000', '173033.716000', '173033.718000', '173053.589000', '173053.591000', '173053.594000', '173053.597000', '173053.599000', '173053.608000', '173053.611000', '173053.614000', '173053.616000', '173053.619000', '173053.622000', '173053.624000', '173053.627000', '173053.629000', '173053.632000', '173053.635000', '173053.637000', '173053.640000', '173053.642000', '173053.645000', '173053.648000', '173053.650000', '173053.653000', '173053.655000', '173053.658000', '173053.661000', '173053.663000', '173053.666000', '173053.668000', '173053.671000', '173053.674000', '173053.676000', '173053.679000', '173053.681000', '173053.684000', '173053.686000', '173053.689000', '173053.692000', '173053.694000', '173053.697000', '173053.700000', '173053.702000', '173053.705000', '173113.589000', '173113.592000', '173113.594000', '173113.597000', '173113.600000', '173113.602000', '173113.605000', '173113.608000', '173113.610000', '173113.613000', '173113.616000', '173113.618000', '173113.621000', '173113.623000', '173113.626000', '173113.629000', '173113.631000', '173113.634000', '173113.637000', '173113.639000', '173113.642000', '173113.644000', '173113.647000', '173113.650000', '173113.652000', '173113.655000', '173113.657000', '173113.660000', '173113.663000', '173113.665000', '173113.668000', '173113.670000', '173113.673000', '173113.676000', '173113.678000', '173113.681000', '173113.683000', '173113.686000', '173113.689000', '173113.691000', '173113.694000', '173113.697000', '173113.699000', '173113.702000', '173133.589000', '173133.591000', '173133.594000', '173133.597000', '173133.599000', '173133.602000', '173133.605000', '173133.608000', '173133.610000', '173133.613000', '173133.624000', '173133.627000', '173133.630000', '173133.632000', '173133.635000', '173133.637000', '173133.640000', '173133.643000', '173133.645000', '173133.648000', '173133.651000', '173133.653000', '173133.656000', '173133.659000', '173133.661000', '173133.664000', '173133.666000', '173133.669000', '173133.671000', '173133.674000', '173133.677000', '173133.679000', '173133.682000', '173133.684000', '173133.687000', '173133.690000', '173133.692000', '173133.695000', '173133.697000', '173133.700000', '173133.703000', '173133.705000', '173133.708000', '173153.589000', '173153.591000', '173153.594000', '173153.597000', '173153.599000', '173153.602000', '173153.605000', '173153.607000', '173153.610000', '173153.612000', '173153.615000', '173153.618000', '173153.620000', '173153.623000', '173153.625000', '173153.628000', '173153.631000', '173153.633000', '173153.636000', '173153.639000', '173153.641000', '173153.644000', '173153.647000', '173153.649000', '173153.652000', '173153.654000', '173153.657000', '173153.659000', '173153.662000', '173153.665000', '173153.667000', '173153.670000', '173153.673000', '173153.675000', '173153.678000', '173153.680000', '173153.683000', '173153.686000', '173153.688000', '173153.691000', '173153.693000', '173153.696000', '173153.698000', '173153.701000', '173213.589000', '173213.591000', '173213.594000', '173213.597000', '173213.600000', '173213.602000', '173213.605000', '173213.608000', '173213.610000', '173213.613000', '173213.615000', '173213.618000', '173213.620000', '173213.623000', '173213.626000', '173213.628000', '173213.631000', '173213.640000', '173213.642000', '173213.645000', '173213.647000', '173213.650000', '173213.653000', '173213.655000', '173213.658000', '173213.661000', '173213.663000', '173213.666000', '173213.668000', '173213.671000', '173213.674000', '173213.676000', '173213.679000', '173213.681000', '173213.684000', '173213.687000', '173213.689000', '173213.692000', '173213.694000', '173213.697000', '173213.700000', '173213.702000', '173213.705000', '173233.589000', '173233.593000', '173233.595000', '173233.598000', '173233.601000', '173233.603000', '173233.606000', '173233.608000', '173233.611000', '173233.614000', '173233.616000', '173233.619000', '173233.621000', '173233.624000', '173233.627000', '173233.629000', '173233.632000', '173233.635000', '173233.637000', '173233.640000', '173233.643000', '173233.645000', '173233.648000', '173233.651000', '173233.653000', '173233.656000', '173233.658000', '173233.661000', '173233.664000', '173233.666000', '173233.669000', '173233.672000', '173233.674000', '173233.677000', '173233.679000', '173233.682000', '173233.685000', '173233.687000', '173233.690000', '173233.692000', '173233.695000', '173233.698000', '173233.700000', '173233.703000', '173253.589000', '173253.592000', '173253.594000', '173253.597000', '173253.600000', '173253.602000', '173253.605000', '173253.608000', '173253.610000', '173253.613000', '173253.615000', '173253.618000', '173253.621000', '173253.623000', '173253.626000', '173253.629000', '173253.631000', '173253.634000', '173253.636000', '173253.639000', '173253.641000', '173253.644000', '173253.647000', '173253.649000', '173253.652000', '173253.654000', '173253.657000', '173253.660000', '173253.662000', '173253.665000', '173253.668000', '173253.670000', '173253.673000', '173253.675000', '173253.678000', '173253.681000', '173253.683000', '173253.686000', '173253.689000', '173253.691000', '173253.694000', '173253.697000', '173253.699000', '173313.589000', '173313.592000', '173313.594000', '173313.597000', '173313.600000', '173313.602000', '173313.605000', '173313.607000', '173313.610000', '173313.612000', '173313.615000', '173313.618000', '173313.621000', '173313.623000', '173313.626000', '173313.628000', '173313.631000', '173313.634000', '173313.636000', '173313.639000', '173313.641000', '173313.644000', '173313.647000', '173313.649000', '173313.652000', '173313.655000', '173313.657000', '173313.660000', '173313.663000', '173313.665000', '173313.668000', '173313.670000', '173313.673000', '173313.675000', '173313.678000', '173313.681000', '173313.683000', '173313.686000', '173313.689000', '173313.691000', '173313.694000', '173313.696000', '173313.699000', '173313.702000', '173333.589000', '173333.591000', '173333.594000', '173333.597000', '173333.599000', '173333.602000', '173333.605000', '173333.608000', '173333.625000', '173333.628000', '173333.630000', '173333.633000', '173333.636000', '173333.638000', '173333.641000', '173333.643000', '173333.646000', '173333.648000', '173333.651000', '173333.654000', '173333.656000', '173333.659000', '173333.662000', '173333.665000', '173333.667000', '173333.670000', '173333.672000', '173333.675000', '173333.677000', '173333.680000', '173333.683000', '173333.685000', '173333.688000', '173333.690000', '173333.693000', '173333.696000', '173333.699000', '173333.701000', '173333.704000', '173333.706000', '173333.709000', '173333.712000', '173333.714000', '173353.589000', '173353.592000', '173353.594000', '173353.597000', '173353.599000', '173353.602000', '173353.605000', '173353.607000', '173353.610000', '173353.613000', '173353.615000', '173353.619000', '173353.622000', '173353.625000', '173353.627000', '173353.630000', '173353.632000', '173353.635000', '173353.638000', '173353.640000', '173353.643000', '173353.645000', '173353.648000', '173353.651000', '173353.653000', '173353.656000', '173353.658000', '173353.661000', '173353.664000', '173353.666000', '173353.669000', '173353.672000', '173353.674000', '173353.677000', '173353.680000', '173353.682000', '173353.685000', '173353.688000', '173353.690000', '173353.693000', '173353.696000', '173353.698000', '173353.701000', '173353.703000', '173413.589000', '173413.592000', '173413.594000', '173413.597000', '173413.600000', '173413.603000', '173413.605000', '173413.608000', '173413.613000', '173413.615000', '173413.618000', '173413.620000', '173413.623000', '173413.625000', '173413.628000', '173413.631000', '173413.633000', '173413.636000', '173413.639000', '173413.641000', '173413.644000', '173413.646000', '173413.649000', '173413.652000', '173413.654000', '173413.657000', '173413.659000', '173413.662000', '173413.665000', '173413.667000', '173413.670000', '173413.672000', '173413.675000', '173413.678000', '173413.680000', '173413.683000', '173413.685000', '173413.688000', '173413.691000', '173413.693000', '173413.696000', '173413.698000', '173413.701000', '173433.589000', '173433.592000', '173433.594000', '173433.597000', '173433.600000', '173433.602000', '173433.605000', '173433.608000', '173433.610000', '173433.613000', '173433.615000', '173433.618000', '173433.621000', '173433.623000', '173433.626000', '173433.629000', '173433.631000', '173433.634000', '173433.637000', '173433.639000', '173433.642000', '173433.644000', '173433.647000', '173433.650000', '173433.652000', '173433.655000', '173433.657000', '173433.660000', '173433.663000', '173433.665000', '173433.668000', '173433.670000', '173433.673000', '173433.676000', '173433.678000', '173433.681000', '173433.683000', '173433.686000', '173433.689000', '173433.691000', '173433.694000', '173433.696000', '173433.699000', '173433.701000', '173453.589000', '173453.592000', '173453.594000', '173453.597000', '173453.600000', '173453.602000', '173453.605000', '173453.607000', '173453.610000', '173453.613000', '173453.615000', '173453.618000', '173453.621000', '173453.623000', '173453.626000', '173453.629000', '173453.631000', '173453.634000', '173453.637000', '173453.639000', '173453.642000', '173453.644000', '173453.647000', '173453.650000', '173453.652000', '173453.655000', '173453.657000', '173453.675000', '173453.677000', '173453.680000', '173453.683000', '173453.685000', '173453.688000', '173453.690000', '173453.693000', '173453.696000', '173453.698000', '173453.701000', '173453.703000', '173453.706000', '173453.709000', '173453.711000', '173453.714000', '173513.589000', '173513.591000', '173513.594000', '173513.597000', '173513.599000', '173513.602000', '173513.605000', '173513.607000', '173513.610000', '173513.612000', '173513.615000', '173513.619000', '173513.622000', '173513.625000', '173513.627000', '173513.630000', '173513.633000', '173513.635000', '173513.638000', '173513.640000', '173513.643000', '173513.646000', '173513.648000', '173513.651000', '173513.653000', '173513.656000', '173513.659000', '173513.662000', '173513.665000', '173513.667000', '173513.670000', '173513.673000', '173513.675000', '173513.678000', '173513.680000', '173513.683000', '173513.686000', '173513.688000', '173513.691000', '173513.693000', '173513.696000', '173513.699000', '173513.701000', '173533.589000', '173533.592000', '173533.594000', '173533.597000', '173533.600000', '173533.602000', '173533.605000', '173533.608000', '173533.610000', '173533.613000', '173533.616000', '173533.618000', '173533.621000', '173533.624000', '173533.626000', '173533.629000', '173533.631000', '173533.634000', '173533.637000', '173533.639000', '173533.642000', '173533.644000', '173533.647000', '173533.650000', '173533.652000', '173533.655000', '173533.658000', '173533.660000', '173533.663000', '173533.665000', '173533.668000', '173533.671000', '173533.673000', '173533.683000', '173533.686000', '173533.688000', '173533.691000', '173533.694000', '173533.696000', '173533.699000', '173533.702000', '173533.704000', '173533.707000', '173533.709000', '173553.589000', '173553.592000', '173553.594000', '173553.597000', '173553.600000', '173553.602000', '173553.605000', '173553.607000', '173553.610000', '173553.613000', '173553.615000', '173553.618000', '173553.621000', '173553.623000', '173553.626000', '173553.629000', '173553.631000', '173553.634000', '173553.636000', '173553.639000', '173553.642000', '173553.644000', '173553.647000', '173553.650000', '173553.652000', '173553.655000', '173553.657000', '173553.660000', '173553.663000', '173553.665000', '173553.668000', '173553.670000', '173553.673000', '173553.675000', '173553.678000', '173553.681000', '173553.683000', '173553.686000', '173553.689000', '173553.691000', '173553.694000', '173553.696000', '173553.699000', '173613.589000', '173613.592000', '173613.594000', '173613.597000', '173613.600000', '173613.602000', '173613.605000', '173613.608000', '173613.610000', '173613.613000', '173613.616000', '173613.618000', '173613.621000', '173613.623000', '173613.626000', '173613.628000', '173613.631000', '173613.634000', '173613.636000', '173613.639000', '173613.655000', '173613.658000', '173613.660000', '173613.663000', '173613.665000', '173613.668000', '173613.671000', '173613.673000', '173613.676000', '173613.678000', '173613.681000', '173613.684000', '173613.686000', '173613.689000', '173613.691000', '173613.694000', '173613.697000', '173613.699000', '173613.702000', '173613.705000', '173613.707000', '173613.710000', '173613.712000', '173613.715000', '173633.589000', '173633.592000', '173633.594000', '173633.597000', '173633.600000', '173633.603000', '173633.605000', '173633.608000', '173633.610000', '173633.613000', '173633.616000', '173633.618000', '173633.621000', '173633.623000', '173633.626000', '173633.629000', '173633.631000', '173633.634000', '173633.637000', '173633.640000', '173633.643000', '173633.646000', '173633.648000', '173633.651000', '173633.653000', '173633.656000', '173633.659000', '173633.661000', '173633.664000', '173633.666000', '173633.669000', '173633.671000', '173633.674000', '173633.677000', '173633.679000', '173633.682000', '173633.685000', '173633.687000', '173633.690000', '173633.692000', '173633.695000', '173633.698000', '173633.701000', '173653.589000', '173653.592000', '173653.594000', '173653.597000', '173653.600000', '173653.603000', '173653.605000', '173653.608000', '173653.610000', '173653.613000', '173653.615000', '173653.618000', '173653.621000', '173653.623000', '173653.626000', '173653.628000', '173653.631000', '173653.634000', '173653.636000', '173653.639000', '173653.642000', '173653.644000', '173653.647000', '173653.649000', '173653.652000', '173653.655000', '173653.657000', '173653.660000', '173653.662000', '173653.665000', '173653.668000', '173653.671000', '173653.673000', '173653.676000', '173653.678000', '173653.681000', '173653.684000', '173653.686000', '173653.689000', '173653.692000', '173653.694000', '173653.697000', '173653.699000', '173653.702000', '173713.589000', '173713.592000', '173713.594000', '173713.597000', '173713.600000', '173713.602000', '173713.605000', '173713.608000', '173713.610000', '173713.613000', '173713.616000', '173713.618000', '173713.621000', '173713.623000', '173713.626000', '173713.629000', '173713.631000', '173713.634000', '173713.636000', '173713.639000', '173713.642000', '173713.644000', '173713.647000', '173713.649000', '173713.652000', '173713.655000', '173713.657000', '173713.660000', '173713.663000', '173713.666000', '173713.668000', '173713.671000', '173713.674000', '173713.676000', '173713.679000', '173713.681000', '173713.684000', '173713.687000', '173713.689000', '173713.692000', '173713.694000', '173713.697000', '173713.700000', '173733.589000', '173733.592000', '173733.594000', '173733.597000', '173733.600000', '173733.602000', '173733.605000', '173733.608000', '173733.610000', '173733.613000', '173733.615000', '173733.618000', '173733.631000', '173733.633000', '173733.636000', '173733.638000', '173733.641000', '173733.644000', '173733.646000', '173733.649000', '173733.651000', '173733.654000', '173733.657000', '173733.659000', '173733.662000', '173733.664000', '173733.667000', '173733.670000', '173733.672000', '173733.675000', '173733.678000', '173733.680000', '173733.683000', '173733.685000', '173733.688000', '173733.691000', '173733.693000', '173733.696000', '173733.698000', '173733.701000', '173733.704000', '173733.706000', '173733.709000', '173733.712000', '173753.589000', '173753.592000', '173753.594000', '173753.597000', '173753.600000', '173753.602000', '173753.605000', '173753.608000', '173753.610000', '173753.613000', '173753.615000', '173753.618000', '173753.621000', '173753.623000', '173753.626000', '173753.629000', '173753.631000', '173753.634000', '173753.636000', '173753.639000', '173753.642000', '173753.644000', '173753.647000', '173753.649000', '173753.652000', '173753.655000', '173753.657000', '173753.660000', '173753.663000', '173753.665000', '173753.668000', '173753.671000', '173753.673000', '173753.676000', '173753.678000', '173753.681000', '173753.684000', '173753.688000', '173753.690000', '173753.693000', '173753.696000', '173753.698000', '173753.701000', '173807.021000', '173807.024000', '173807.027000', '173807.029000', '173807.032000', '173807.035000', '173807.037000', '173807.040000', '173807.043000', '173807.045000', '173807.048000', '173807.051000', '173807.053000', '173807.056000', '173807.058000', '173807.061000', '173807.064000', '173807.066000', '173807.069000', '173807.071000', '173807.074000', '173807.077000', '173807.079000', '173807.082000', '173807.085000', '173807.087000', '173807.090000', '173807.092000', '173807.095000', '173807.098000'], 'InstanceCreationTime': ['172913.626000', '172913.629000', '172913.632000', '172913.634000', '172913.637000', '172913.639000', '172913.642000', '172913.650000', '172913.652000', '172913.655000', '172913.657000', '172913.660000', '172913.663000', '172913.665000', '172913.668000', '172913.670000', '172913.673000', '172913.676000', '172913.678000', '172913.681000', '172913.683000', '172913.686000', '172913.688000', '172913.691000', '172913.693000', '172913.696000', '172913.699000', '172913.701000', '172913.704000', '172913.707000', '172913.709000', '172913.712000', '172913.714000', '172913.717000', '172913.719000', '172913.722000', '172913.725000', '172913.727000', '172913.730000', '172913.732000', '172913.735000', '172913.739000', '172913.741000', '172913.744000', '172913.746000', '172913.749000', '172913.751000', '172913.754000', '172913.757000', '172933.589000', '172933.591000', '172933.594000', '172933.597000', '172933.599000', '172933.602000', '172933.605000', '172933.608000', '172933.611000', '172933.613000', '172933.616000', '172933.619000', '172933.621000', '172933.624000', '172933.626000', '172933.629000', '172933.632000', '172933.636000', '172933.638000', '172933.641000', '172933.643000', '172933.646000', '172933.649000', '172933.651000', '172933.654000', '172933.656000', '172933.659000', '172933.661000', '172933.664000', '172933.667000', '172933.669000', '172933.672000', '172933.674000', '172933.677000', '172933.680000', '172933.682000', '172933.685000', '172933.687000', '172933.690000', '172933.693000', '172933.695000', '172933.698000', '172933.700000', '172953.589000', '172953.591000', '172953.594000', '172953.597000', '172953.599000', '172953.602000', '172953.605000', '172953.607000', '172953.610000', '172953.613000', '172953.615000', '172953.618000', '172953.620000', '172953.623000', '172953.627000', '172953.630000', '172953.633000', '172953.635000', '172953.638000', '172953.641000', '172953.643000', '172953.646000', '172953.648000', '172953.651000', '172953.654000', '172953.656000', '172953.659000', '172953.661000', '172953.664000', '172953.666000', '172953.669000', '172953.672000', '172953.674000', '172953.677000', '172953.679000', '172953.682000', '172953.685000', '172953.687000', '172953.690000', '172953.692000', '172953.695000', '172953.698000', '172953.700000', '172953.703000', '173013.589000', '173013.591000', '173013.594000', '173013.597000', '173013.599000', '173013.602000', '173013.605000', '173013.607000', '173013.610000', '173013.612000', '173013.615000', '173013.618000', '173013.620000', '173013.623000', '173013.625000', '173013.629000', '173013.632000', '173013.635000', '173013.637000', '173013.641000', '173013.643000', '173013.646000', '173013.649000', '173013.651000', '173013.654000', '173013.656000', '173013.659000', '173013.662000', '173013.664000', '173013.667000', '173013.670000', '173013.672000', '173013.675000', '173013.677000', '173013.680000', '173013.682000', '173013.685000', '173013.688000', '173013.690000', '173013.693000', '173013.695000', '173013.698000', '173013.701000', '173033.589000', '173033.591000', '173033.594000', '173033.597000', '173033.599000', '173033.602000', '173033.605000', '173033.607000', '173033.610000', '173033.613000', '173033.615000', '173033.618000', '173033.620000', '173033.636000', '173033.639000', '173033.641000', '173033.644000', '173033.646000', '173033.649000', '173033.651000', '173033.654000', '173033.657000', '173033.659000', '173033.662000', '173033.664000', '173033.671000', '173033.674000', '173033.676000', '173033.679000', '173033.682000', '173033.684000', '173033.687000', '173033.689000', '173033.692000', '173033.695000', '173033.697000', '173033.700000', '173033.702000', '173033.705000', '173033.708000', '173033.710000', '173033.713000', '173033.716000', '173033.718000', '173053.589000', '173053.591000', '173053.594000', '173053.597000', '173053.599000', '173053.608000', '173053.611000', '173053.614000', '173053.616000', '173053.619000', '173053.622000', '173053.624000', '173053.627000', '173053.629000', '173053.632000', '173053.635000', '173053.637000', '173053.640000', '173053.642000', '173053.645000', '173053.648000', '173053.650000', '173053.653000', '173053.655000', '173053.658000', '173053.661000', '173053.663000', '173053.666000', '173053.668000', '173053.671000', '173053.674000', '173053.676000', '173053.679000', '173053.681000', '173053.684000', '173053.686000', '173053.689000', '173053.692000', '173053.694000', '173053.697000', '173053.700000', '173053.702000', '173053.705000', '173113.589000', '173113.592000', '173113.594000', '173113.597000', '173113.600000', '173113.602000', '173113.605000', '173113.608000', '173113.610000', '173113.613000', '173113.616000', '173113.618000', '173113.621000', '173113.623000', '173113.626000', '173113.629000', '173113.631000', '173113.634000', '173113.637000', '173113.639000', '173113.642000', '173113.644000', '173113.647000', '173113.650000', '173113.652000', '173113.655000', '173113.657000', '173113.660000', '173113.663000', '173113.665000', '173113.668000', '173113.670000', '173113.673000', '173113.676000', '173113.678000', '173113.681000', '173113.683000', '173113.686000', '173113.689000', '173113.691000', '173113.694000', '173113.697000', '173113.699000', '173113.702000', '173133.589000', '173133.591000', '173133.594000', '173133.597000', '173133.599000', '173133.602000', '173133.605000', '173133.608000', '173133.610000', '173133.613000', '173133.624000', '173133.627000', '173133.630000', '173133.632000', '173133.635000', '173133.637000', '173133.640000', '173133.643000', '173133.645000', '173133.648000', '173133.651000', '173133.653000', '173133.656000', '173133.659000', '173133.661000', '173133.664000', '173133.666000', '173133.669000', '173133.671000', '173133.674000', '173133.677000', '173133.679000', '173133.682000', '173133.684000', '173133.687000', '173133.690000', '173133.692000', '173133.695000', '173133.697000', '173133.700000', '173133.703000', '173133.705000', '173133.708000', '173153.589000', '173153.591000', '173153.594000', '173153.597000', '173153.599000', '173153.602000', '173153.605000', '173153.607000', '173153.610000', '173153.612000', '173153.615000', '173153.618000', '173153.620000', '173153.623000', '173153.625000', '173153.628000', '173153.631000', '173153.633000', '173153.636000', '173153.639000', '173153.641000', '173153.644000', '173153.647000', '173153.649000', '173153.652000', '173153.654000', '173153.657000', '173153.659000', '173153.662000', '173153.665000', '173153.667000', '173153.670000', '173153.673000', '173153.675000', '173153.678000', '173153.680000', '173153.683000', '173153.686000', '173153.688000', '173153.691000', '173153.693000', '173153.696000', '173153.698000', '173153.701000', '173213.589000', '173213.591000', '173213.594000', '173213.597000', '173213.600000', '173213.602000', '173213.605000', '173213.608000', '173213.610000', '173213.613000', '173213.615000', '173213.618000', '173213.620000', '173213.623000', '173213.626000', '173213.628000', '173213.631000', '173213.640000', '173213.642000', '173213.645000', '173213.647000', '173213.650000', '173213.653000', '173213.655000', '173213.658000', '173213.661000', '173213.663000', '173213.666000', '173213.668000', '173213.671000', '173213.674000', '173213.676000', '173213.679000', '173213.681000', '173213.684000', '173213.687000', '173213.689000', '173213.692000', '173213.694000', '173213.697000', '173213.700000', '173213.702000', '173213.705000', '173233.589000', '173233.593000', '173233.595000', '173233.598000', '173233.601000', '173233.603000', '173233.606000', '173233.608000', '173233.611000', '173233.614000', '173233.616000', '173233.619000', '173233.621000', '173233.624000', '173233.627000', '173233.629000', '173233.632000', '173233.635000', '173233.637000', '173233.640000', '173233.643000', '173233.645000', '173233.648000', '173233.651000', '173233.653000', '173233.656000', '173233.658000', '173233.661000', '173233.664000', '173233.666000', '173233.669000', '173233.672000', '173233.674000', '173233.677000', '173233.679000', '173233.682000', '173233.685000', '173233.687000', '173233.690000', '173233.692000', '173233.695000', '173233.698000', '173233.700000', '173233.703000', '173253.589000', '173253.592000', '173253.594000', '173253.597000', '173253.600000', '173253.602000', '173253.605000', '173253.608000', '173253.610000', '173253.613000', '173253.615000', '173253.618000', '173253.621000', '173253.623000', '173253.626000', '173253.629000', '173253.631000', '173253.634000', '173253.636000', '173253.639000', '173253.641000', '173253.644000', '173253.647000', '173253.649000', '173253.652000', '173253.654000', '173253.657000', '173253.660000', '173253.662000', '173253.665000', '173253.668000', '173253.670000', '173253.673000', '173253.675000', '173253.678000', '173253.681000', '173253.683000', '173253.686000', '173253.689000', '173253.691000', '173253.694000', '173253.697000', '173253.699000', '173313.589000', '173313.592000', '173313.594000', '173313.597000', '173313.600000', '173313.602000', '173313.605000', '173313.607000', '173313.610000', '173313.612000', '173313.615000', '173313.618000', '173313.621000', '173313.623000', '173313.626000', '173313.628000', '173313.631000', '173313.634000', '173313.636000', '173313.639000', '173313.641000', '173313.644000', '173313.647000', '173313.649000', '173313.652000', '173313.655000', '173313.657000', '173313.660000', '173313.663000', '173313.665000', '173313.668000', '173313.670000', '173313.673000', '173313.675000', '173313.678000', '173313.681000', '173313.683000', '173313.686000', '173313.689000', '173313.691000', '173313.694000', '173313.696000', '173313.699000', '173313.702000', '173333.589000', '173333.591000', '173333.594000', '173333.597000', '173333.599000', '173333.602000', '173333.605000', '173333.608000', '173333.625000', '173333.628000', '173333.630000', '173333.633000', '173333.636000', '173333.638000', '173333.641000', '173333.643000', '173333.646000', '173333.648000', '173333.651000', '173333.654000', '173333.656000', '173333.659000', '173333.662000', '173333.665000', '173333.667000', '173333.670000', '173333.672000', '173333.675000', '173333.677000', '173333.680000', '173333.683000', '173333.685000', '173333.688000', '173333.690000', '173333.693000', '173333.696000', '173333.699000', '173333.701000', '173333.704000', '173333.706000', '173333.709000', '173333.712000', '173333.714000', '173353.589000', '173353.592000', '173353.594000', '173353.597000', '173353.599000', '173353.602000', '173353.605000', '173353.607000', '173353.610000', '173353.613000', '173353.615000', '173353.619000', '173353.622000', '173353.625000', '173353.627000', '173353.630000', '173353.632000', '173353.635000', '173353.638000', '173353.640000', '173353.643000', '173353.645000', '173353.648000', '173353.651000', '173353.653000', '173353.656000', '173353.658000', '173353.661000', '173353.664000', '173353.666000', '173353.669000', '173353.672000', '173353.674000', '173353.677000', '173353.680000', '173353.682000', '173353.685000', '173353.688000', '173353.690000', '173353.693000', '173353.696000', '173353.698000', '173353.701000', '173353.703000', '173413.589000', '173413.592000', '173413.594000', '173413.597000', '173413.600000', '173413.603000', '173413.605000', '173413.608000', '173413.613000', '173413.615000', '173413.618000', '173413.620000', '173413.623000', '173413.625000', '173413.628000', '173413.631000', '173413.633000', '173413.636000', '173413.639000', '173413.641000', '173413.644000', '173413.646000', '173413.649000', '173413.652000', '173413.654000', '173413.657000', '173413.659000', '173413.662000', '173413.665000', '173413.667000', '173413.670000', '173413.672000', '173413.675000', '173413.678000', '173413.680000', '173413.683000', '173413.685000', '173413.688000', '173413.691000', '173413.693000', '173413.696000', '173413.698000', '173413.701000', '173433.589000', '173433.592000', '173433.594000', '173433.597000', '173433.600000', '173433.602000', '173433.605000', '173433.608000', '173433.610000', '173433.613000', '173433.615000', '173433.618000', '173433.621000', '173433.623000', '173433.626000', '173433.629000', '173433.631000', '173433.634000', '173433.637000', '173433.639000', '173433.642000', '173433.644000', '173433.647000', '173433.650000', '173433.652000', '173433.655000', '173433.657000', '173433.660000', '173433.663000', '173433.665000', '173433.668000', '173433.670000', '173433.673000', '173433.676000', '173433.678000', '173433.681000', '173433.683000', '173433.686000', '173433.689000', '173433.691000', '173433.694000', '173433.696000', '173433.699000', '173433.701000', '173453.589000', '173453.592000', '173453.594000', '173453.597000', '173453.600000', '173453.602000', '173453.605000', '173453.607000', '173453.610000', '173453.613000', '173453.615000', '173453.618000', '173453.621000', '173453.623000', '173453.626000', '173453.629000', '173453.631000', '173453.634000', '173453.637000', '173453.639000', '173453.642000', '173453.644000', '173453.647000', '173453.650000', '173453.652000', '173453.655000', '173453.657000', '173453.675000', '173453.677000', '173453.680000', '173453.683000', '173453.685000', '173453.688000', '173453.690000', '173453.693000', '173453.696000', '173453.698000', '173453.701000', '173453.703000', '173453.706000', '173453.709000', '173453.711000', '173453.714000', '173513.589000', '173513.591000', '173513.594000', '173513.597000', '173513.599000', '173513.602000', '173513.605000', '173513.607000', '173513.610000', '173513.612000', '173513.615000', '173513.619000', '173513.622000', '173513.625000', '173513.627000', '173513.630000', '173513.633000', '173513.635000', '173513.638000', '173513.640000', '173513.643000', '173513.646000', '173513.648000', '173513.651000', '173513.653000', '173513.656000', '173513.659000', '173513.662000', '173513.665000', '173513.667000', '173513.670000', '173513.673000', '173513.675000', '173513.678000', '173513.680000', '173513.683000', '173513.686000', '173513.688000', '173513.691000', '173513.693000', '173513.696000', '173513.699000', '173513.701000', '173533.589000', '173533.592000', '173533.594000', '173533.597000', '173533.600000', '173533.602000', '173533.605000', '173533.608000', '173533.610000', '173533.613000', '173533.616000', '173533.618000', '173533.621000', '173533.624000', '173533.626000', '173533.629000', '173533.631000', '173533.634000', '173533.637000', '173533.639000', '173533.642000', '173533.644000', '173533.647000', '173533.650000', '173533.652000', '173533.655000', '173533.658000', '173533.660000', '173533.663000', '173533.665000', '173533.668000', '173533.671000', '173533.673000', '173533.683000', '173533.686000', '173533.688000', '173533.691000', '173533.694000', '173533.696000', '173533.699000', '173533.702000', '173533.704000', '173533.707000', '173533.709000', '173553.589000', '173553.592000', '173553.594000', '173553.597000', '173553.600000', '173553.602000', '173553.605000', '173553.607000', '173553.610000', '173553.613000', '173553.615000', '173553.618000', '173553.621000', '173553.623000', '173553.626000', '173553.629000', '173553.631000', '173553.634000', '173553.636000', '173553.639000', '173553.642000', '173553.644000', '173553.647000', '173553.650000', '173553.652000', '173553.655000', '173553.657000', '173553.660000', '173553.663000', '173553.665000', '173553.668000', '173553.670000', '173553.673000', '173553.675000', '173553.678000', '173553.681000', '173553.683000', '173553.686000', '173553.689000', '173553.691000', '173553.694000', '173553.696000', '173553.699000', '173613.589000', '173613.592000', '173613.594000', '173613.597000', '173613.600000', '173613.602000', '173613.605000', '173613.608000', '173613.610000', '173613.613000', '173613.616000', '173613.618000', '173613.621000', '173613.623000', '173613.626000', '173613.628000', '173613.631000', '173613.634000', '173613.636000', '173613.639000', '173613.655000', '173613.658000', '173613.660000', '173613.663000', '173613.665000', '173613.668000', '173613.671000', '173613.673000', '173613.676000', '173613.678000', '173613.681000', '173613.684000', '173613.686000', '173613.689000', '173613.691000', '173613.694000', '173613.697000', '173613.699000', '173613.702000', '173613.705000', '173613.707000', '173613.710000', '173613.712000', '173613.715000', '173633.589000', '173633.592000', '173633.594000', '173633.597000', '173633.600000', '173633.603000', '173633.605000', '173633.608000', '173633.610000', '173633.613000', '173633.616000', '173633.618000', '173633.621000', '173633.623000', '173633.626000', '173633.629000', '173633.631000', '173633.634000', '173633.637000', '173633.640000', '173633.643000', '173633.646000', '173633.648000', '173633.651000', '173633.653000', '173633.656000', '173633.659000', '173633.661000', '173633.664000', '173633.666000', '173633.669000', '173633.671000', '173633.674000', '173633.677000', '173633.679000', '173633.682000', '173633.685000', '173633.687000', '173633.690000', '173633.692000', '173633.695000', '173633.698000', '173633.701000', '173653.589000', '173653.592000', '173653.594000', '173653.597000', '173653.600000', '173653.603000', '173653.605000', '173653.608000', '173653.610000', '173653.613000', '173653.615000', '173653.618000', '173653.621000', '173653.623000', '173653.626000', '173653.628000', '173653.631000', '173653.634000', '173653.636000', '173653.639000', '173653.642000', '173653.644000', '173653.647000', '173653.649000', '173653.652000', '173653.655000', '173653.657000', '173653.660000', '173653.662000', '173653.665000', '173653.668000', '173653.671000', '173653.673000', '173653.676000', '173653.678000', '173653.681000', '173653.684000', '173653.686000', '173653.689000', '173653.692000', '173653.694000', '173653.697000', '173653.699000', '173653.702000', '173713.589000', '173713.592000', '173713.594000', '173713.597000', '173713.600000', '173713.602000', '173713.605000', '173713.608000', '173713.610000', '173713.613000', '173713.616000', '173713.618000', '173713.621000', '173713.623000', '173713.626000', '173713.629000', '173713.631000', '173713.634000', '173713.636000', '173713.639000', '173713.642000', '173713.644000', '173713.647000', '173713.649000', '173713.652000', '173713.655000', '173713.657000', '173713.660000', '173713.663000', '173713.666000', '173713.668000', '173713.671000', '173713.674000', '173713.676000', '173713.679000', '173713.681000', '173713.684000', '173713.687000', '173713.689000', '173713.692000', '173713.694000', '173713.697000', '173713.700000', '173733.589000', '173733.592000', '173733.594000', '173733.597000', '173733.600000', '173733.602000', '173733.605000', '173733.608000', '173733.610000', '173733.613000', '173733.615000', '173733.618000', '173733.631000', '173733.633000', '173733.636000', '173733.638000', '173733.641000', '173733.644000', '173733.646000', '173733.649000', '173733.651000', '173733.654000', '173733.657000', '173733.659000', '173733.662000', '173733.664000', '173733.667000', '173733.670000', '173733.672000', '173733.675000', '173733.678000', '173733.680000', '173733.683000', '173733.685000', '173733.688000', '173733.691000', '173733.693000', '173733.696000', '173733.698000', '173733.701000', '173733.704000', '173733.706000', '173733.709000', '173733.712000', '173753.589000', '173753.592000', '173753.594000', '173753.597000', '173753.600000', '173753.602000', '173753.605000', '173753.608000', '173753.610000', '173753.613000', '173753.615000', '173753.618000', '173753.621000', '173753.623000', '173753.626000', '173753.629000', '173753.631000', '173753.634000', '173753.636000', '173753.639000', '173753.642000', '173753.644000', '173753.647000', '173753.649000', '173753.652000', '173753.655000', '173753.657000', '173753.660000', '173753.663000', '173753.665000', '173753.668000', '173753.671000', '173753.673000', '173753.676000', '173753.678000', '173753.681000', '173753.684000', '173753.688000', '173753.690000', '173753.693000', '173753.696000', '173753.698000', '173753.701000', '173807.021000', '173807.024000', '173807.027000', '173807.029000', '173807.032000', '173807.035000', '173807.037000', '173807.040000', '173807.043000', '173807.045000', '173807.048000', '173807.051000', '173807.053000', '173807.056000', '173807.058000', '173807.061000', '173807.064000', '173807.066000', '173807.069000', '173807.071000', '173807.074000', '173807.077000', '173807.079000', '173807.082000', '173807.085000', '173807.087000', '173807.090000', '173807.092000', '173807.095000', '173807.098000'], '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': [16533, 10812, 16704, 12024, 18245, 12979, 17686, 13151, 17355, 12572, 17438, 12726, 11393, 13007, 10446, 14320, 9972, 15230, 11934, 15768, 12358, 16582, 12005, 17575, 12412, 15088, 12354, 10832, 13507, 9802, 15624, 12022, 16736, 12168, 14437, 12844, 10283, 13149, 10499, 13983, 11130, 15521, 10613, 15601, 12369, 16666, 12963, 16240, 12013, 11314, 12314, 11047, 13026, 10402, 13568, 11183, 14226, 12898, 15098, 12169, 15165, 12139, 15205, 12166, 12841, 11874, 10084, 12580, 9875, 14064, 10619, 15170, 12071, 14671, 12241, 15076, 12202, 15126, 12227, 10680, 12252, 9286, 13915, 10298, 14523, 12007, 15130, 11900, 14646, 11754, 11749, 12256, 9486, 13979, 11521, 15316, 11771, 13184, 11386, 10598, 12470, 9327, 14142, 11166, 15127, 11712, 15388, 11638, 15766, 11984, 16928, 12000, 12836, 12299, 9872, 13140, 9961, 14973, 11499, 16150, 11510, 16195, 11802, 16208, 11955, 17284, 12113, 12774, 11745, 11500, 12645, 10625, 13893, 10422, 14767, 11478, 15185, 11575, 16069, 11960, 11211, 11752, 10926, 12690, 10597, 13199, 11119, 14260, 9578, 14358, 11160, 15492, 11765, 15244, 11876, 11941, 12060, 10319, 13035, 9713, 14456, 10475, 15180, 11609, 15739, 11765, 16624, 11748, 11988, 12215, 9386, 13936, 11577, 15758, 11676, 16182, 11439, 16602, 12024, 11392, 11803, 9372, 13721, 11328, 15666, 11585, 15519, 11786, 15369, 11685, 16278, 11611, 11099, 12321, 9333, 13703, 9832, 14705, 11427, 15215, 11634, 9041, 12624, 10408, 14736, 10061, 13645, 10831, 13665, 10404, 13969, 10738, 13898, 9829, 14257, 9982, 14264, 10799, 14906, 11686, 15477, 12208, 15925, 11875, 15466, 11741, 15258, 11477, 11823, 11852, 11575, 12723, 10071, 13558, 10355, 14715, 11854, 15443, 11600, 12343, 12147, 10213, 13150, 10552, 15368, 11682, 16112, 11254, 11520, 12072, 9428, 13413, 9906, 15302, 11215, 15385, 11597, 16154, 11618, 11752, 12210, 9291, 13819, 10042, 14397, 11728, 13409, 11791, 8871, 13214, 9843, 15365, 11106, 15184, 11939, 15461, 11656, 11042, 12842, 10039, 14596, 11845, 15482, 11347, 8783, 12962, 10933, 16588, 11308, 10632, 12570, 9820, 15050, 11233, 11019, 12028, 9371, 14897, 11247, 13699, 11589, 10527, 13637, 10436, 15032, 11709, 10537, 13036, 10668, 15505, 11914, 10186, 12557, 10722, 14608, 11359, 10678, 12066, 9776, 14298, 10759, 15494, 11409, 11215, 11679, 10453, 13334, 10351, 15470, 11560, 11873, 11975, 11126, 13671, 10544, 15369, 11844, 16157, 12060, 12549, 12069, 9332, 13596, 10662, 15466, 11956, 16063, 11933, 12487, 12096, 11226, 12687, 11079, 14120, 9881, 15087, 11431, 16500, 12091, 16240, 11998, 17240, 11823, 10111, 12581, 9588, 14384, 9600, 14762, 11795, 15788, 11587, 16870, 11740, 13694, 11797, 11602, 12822, 9951, 13631, 10447, 15861, 11858, 16268, 11404, 11049, 11752, 9686, 13391, 9482, 14243, 11328, 15008, 11837, 10756, 12474, 10570, 15065, 10918, 15691, 11698, 13245, 11682, 10618, 12293, 10349, 13836, 10856, 15721, 11615, 15124, 11881, 10883, 12734, 10318, 14438, 10150, 15799, 10894, 15850, 11339, 15503, 10460, 14588, 10676, 15293, 10346, 14199, 10200, 14213, 9709, 14482, 10590, 15432, 11123, 15109, 12347, 15233, 11799, 11882, 11994, 9999, 12642, 10221, 13381, 9265, 14566, 11030, 15864, 11211, 15160, 11996, 15764, 11524, 15991, 11760, 12094, 12014, 10640, 12803, 9374, 14722, 11770, 15716, 12074, 15292, 12016, 9481, 12896, 10194, 15578, 12048, 16474, 12253, 9547, 12885, 10429, 15641, 12010, 13896, 11804, 10154, 13145, 10139, 15957, 12250, 17425, 12144, 9684, 12874, 10142, 15347, 12211, 16968, 11807, 9931, 13113, 9787, 15031, 11571, 17180, 11840, 10435, 12779, 10028, 14946, 11931, 17402, 11750, 10486, 12949, 9379, 15397, 11995, 17539, 12009, 10101, 13094, 9462, 14478, 11809, 16769, 11932, 8850, 13432, 11230, 16323, 11419, 9521, 13374, 10608, 16653, 11657, 10209, 12164, 9880, 14518, 11499, 13310, 11676, 10290, 14151, 10790, 15690, 11577, 16152, 11504, 10332, 12569, 9991, 15410, 11998, 14220, 12197, 9608, 13908, 11017, 16197, 11411, 11025, 12609, 9834, 14568, 11542, 16397, 11836, 12504, 12514, 9780, 14153, 11226, 16957, 11950, 9927, 12210, 9235, 13971, 10503, 15320, 11972, 16170, 11526, 12117, 12425, 10298, 13867, 10896, 15505, 11526, 13275, 12120, 10339, 14030, 10306, 15397, 11430, 17272, 11791, 13029, 12444, 10051, 13673, 10538, 15644, 11842, 16330, 12237, 11185, 12296, 9661, 13421, 10511, 15514, 12211, 10434, 12260, 9071, 14456, 11622, 15834, 12221, 12170, 11750, 9837, 13158, 9985, 15897, 12153, 17258, 11654, 16873, 11807, 16010, 12236, 10036, 12710, 9945, 15056, 10617, 16338, 12782, 16245, 11964, 11442, 12733, 9841, 13226, 10375, 14560, 9892, 14996, 11441, 16044, 11859, 16578, 12048, 10843, 12081, 9427, 14100, 11318, 15769, 11889, 11510, 12348, 9417, 13507, 9988, 15164, 10699, 15751, 11862, 16804, 12198, 16786, 13039, 12391, 12017, 9743, 13758, 10070, 15299, 12159, 16124, 12063, 10748, 12633, 10059, 13803, 10466, 15369, 11812, 17523, 12187, 15609, 12429, 9903, 14144, 9979, 15590, 12233, 17017, 12323, 9911, 13520, 11163, 15338, 12168, 14544, 12550, 9275, 13902, 11251, 15809, 12281, 14244, 12604, 9291, 13503, 10112, 15914, 12136, 16803, 12484, 9491, 13329, 10997, 15380, 12535, 10554, 12739, 10656, 16017, 12129, 10994, 12788, 9340, 14443, 11600, 16586, 12079, 18679, 12887, 10020, 13136, 10200, 15407, 11987, 9511, 13293, 11238, 15355, 12135, 10222, 13199, 10432, 15875, 11621, 15724, 11592, 10264, 13491, 10633, 15418, 11675, 15759, 11966, 11469, 13246, 9492, 14966, 12221, 16177, 12486, 12852, 12339, 9757, 14129, 10168, 15690, 12486, 15841, 12355, 16479, 12600, 12044, 12939, 9489, 14798, 12002, 17174, 12479, 10591, 13722, 11042, 16535, 12302, 10878, 13440, 10170, 17028, 12021, 10444, 12909, 10231, 15815, 12813, 9647, 13697, 11304, 17433, 12430, 10319, 14766, 11664, 10991, 13199, 10891, 17403, 12755, 8927, 14867, 11265, 12989, 12544, 8895, 15743, 11711, 11119, 13511, 11447, 17409, 12878, 9497, 15361, 12055, 12263, 13634, 9895, 16534, 11987, 16520, 12445, 11668, 13615, 10187, 16190, 12691, 13645, 13082, 9630, 15576, 12320, 16425, 12430, 10303, 14644, 11535, 16295, 12372, 9554, 14249, 11584, 16649, 12940, 11274, 14662, 9956, 16348, 13269, 17367, 13136, 9089, 15268, 11322, 16813, 13138, 9267, 14982, 11485, 12573, 13086, 10351, 16397, 12098, 11052, 13453, 9491, 16634, 11997, 11969, 13265, 9595, 15877, 12652, 17073, 12354, 10966, 13594, 9736, 15454, 12385, 16705, 12781, 9638, 14475, 10650, 16661, 12689, 10764, 14111, 9796, 16680, 12651, 18213, 13396, 9753, 14130, 9986, 16311, 12404, 18370, 13479, 9889, 13952, 10018, 15543, 11706, 16735, 12668, 16354, 12996, 10266, 13903, 10479, 16758, 12560, 11824, 13197, 9949, 16128, 12407, 15535, 12742, 9122, 14513, 10970, 15806, 12963, 10029, 14189, 10194, 15642, 13374, 10794, 12053, 12812, 9966, 16617, 12712, 9846, 13089, 9295, 15114, 11085, 15831, 11810, 16533, 12514, 9328, 14110, 11053, 15346, 12467, 16313, 12494, 11655, 12670, 9897, 13630, 9964, 15155, 11579, 16064, 12088, 16814, 12159, 10795, 12634, 9332, 14324, 11660, 16099, 11868, 10053, 12230, 9160, 14290, 11294, 15538, 11723, 16311, 12258, 9066, 12964, 9711, 15475, 12274, 17442, 12214, 10120, 12853, 9501, 15107, 12189, 16752, 11780, 9575, 13182, 9509, 15051, 12287, 16000, 12245, 10991, 12958, 9037, 15027, 11244, 16590, 12184, 17388, 12043, 14403, 12206, 8663, 14107, 10178, 15852, 11630, 16522, 12596, 16317, 12080, 11268, 12787, 9701, 13753, 10259, 15053, 11393, 15300, 12481, 15609, 12418, 16880, 12653, 8830, 13052, 9909, 15514, 11779, 16463, 12302, 17943, 12296, 10019, 12928, 9728, 14562, 9806, 15157, 11015, 16459, 12377, 16792, 12329, 17801, 12078, 12879, 12619, 9206, 14075, 11303, 15590, 12327, 16108, 11999, 9692, 12605, 9099, 14368, 9529, 15204, 9932, 16463, 11792, 16218, 11704, 16700, 11839, 12486, 12330, 9160, 14141, 10966, 16152, 12582, 17363, 11993, 10519, 12892, 9381, 14322, 10955, 15394, 11973, 15422, 12143, 16041, 12029, 14137, 12085, 11173, 12893, 10059, 14319, 10511, 14903, 12084, 15724, 12616, 16559, 12374, 8839, 12784, 9454, 14563, 11734, 15899, 12412, 9320, 13116, 9640, 15792, 12044, 17353, 12979, 10988, 13586, 9918, 16170, 12378, 18551, 12412, 10461, 13276, 11284, 10743, 12893, 9724, 15654, 11593, 15892, 12175, 16231, 12326, 14819, 13300, 9401, 12620, 11877, 14791, 12926, 10502, 15209, 12644, 9129, 16693, 12216, 13569, 11946, 10155, 13869, 9467, 14487, 10741, 16539, 11721, 15463, 12170, 12207, 12016, 9398, 13597, 10526, 14781, 12268, 15344, 12308, 15470, 11935, 8583, 12837, 9351, 14270, 10753, 15440, 12364], 'WindowCenter': [4770.0, 4695.0, 4741.0, 4690.0, 4737.0, 4686.0, 4712.0, 4672.0, 4701.0, 4670.0, 4699.0, 4671.0, 4659.0, 4681.0, 4651.0, 4691.0, 4643.0, 4702.0, 4673.0, 4703.0, 4671.0, 4701.0, 4673.0, 4710.0, 4673.0, 4692.0, 4672.0, 4652.0, 4671.0, 4640.0, 4690.0, 4660.0, 4699.0, 4670.0, 4679.0, 4670.0, 4627.0, 4669.0, 4637.0, 4679.0, 4636.0, 4687.0, 4637.0, 4676.0, 4657.0, 4697.0, 4681.0, 4712.0, 4671.0, 4658.0, 4669.0, 4649.0, 4666.0, 4639.0, 4666.0, 4650.0, 4680.0, 4670.0, 4690.0, 4660.0, 4689.0, 4660.0, 4678.0, 4656.0, 4657.0, 4645.0, 4636.0, 4657.0, 4627.0, 4678.0, 4639.0, 4688.0, 4659.0, 4676.0, 4660.0, 4689.0, 4660.0, 4689.0, 4660.0, 4650.0, 4659.0, 4631.0, 4680.0, 4652.0, 4691.0, 4671.0, 4691.0, 4671.0, 4691.0, 4670.0, 4672.0, 4672.0, 4642.0, 4694.0, 4674.0, 4705.0, 4675.0, 4683.0, 4676.0, 4665.0, 4686.0, 4643.0, 4695.0, 4662.0, 4691.0, 4662.0, 4692.0, 4663.0, 4690.0, 4662.0, 4710.0, 4672.0, 4669.0, 4660.0, 4639.0, 4681.0, 4642.0, 4690.0, 4660.0, 4700.0, 4661.0, 4700.0, 4659.0, 4701.0, 4662.0, 4699.0, 4661.0, 4669.0, 4660.0, 4651.0, 4670.0, 4651.0, 4679.0, 4653.0, 4689.0, 4661.0, 4691.0, 4662.0, 4702.0, 4662.0, 4652.0, 4661.0, 4650.0, 4671.0, 4651.0, 4671.0, 4648.0, 4678.0, 4630.0, 4678.0, 4648.0, 4690.0, 4659.0, 4689.0, 4660.0, 4660.0, 4672.0, 4641.0, 4683.0, 4642.0, 4690.0, 4651.0, 4691.0, 4660.0, 4702.0, 4661.0, 4701.0, 4662.0, 4661.0, 4662.0, 4630.0, 4694.0, 4661.0, 4699.0, 4661.0, 4701.0, 4661.0, 4712.0, 4671.0, 4651.0, 4660.0, 4632.0, 4681.0, 4662.0, 4700.0, 4661.0, 4691.0, 4661.0, 4692.0, 4661.0, 4700.0, 4662.0, 4651.0, 4671.0, 4631.0, 4681.0, 4642.0, 4692.0, 4663.0, 4691.0, 4653.0, 4623.0, 4670.0, 4642.0, 4681.0, 4628.0, 4670.0, 4638.0, 4668.0, 4628.0, 4668.0, 4627.0, 4657.0, 4616.0, 4665.0, 4627.0, 4665.0, 4636.0, 4676.0, 4659.0, 4687.0, 4660.0, 4688.0, 4659.0, 4689.0, 4649.0, 4678.0, 4650.0, 4648.0, 4647.0, 4648.0, 4657.0, 4628.0, 4668.0, 4638.0, 4678.0, 4659.0, 4690.0, 4661.0, 4660.0, 4659.0, 4640.0, 4670.0, 4652.0, 4691.0, 4673.0, 4703.0, 4663.0, 4665.0, 4673.0, 4645.0, 4684.0, 4643.0, 4703.0, 4662.0, 4702.0, 4663.0, 4701.0, 4662.0, 4659.0, 4671.0, 4631.0, 4682.0, 4642.0, 4691.0, 4673.0, 4683.0, 4674.0, 4645.0, 4695.0, 4655.0, 4716.0, 4678.0, 4705.0, 4688.0, 4716.0, 4676.0, 4666.0, 4686.0, 4656.0, 4705.0, 4674.0, 4704.0, 4664.0, 4635.0, 4684.0, 4665.0, 4716.0, 4677.0, 4656.0, 4675.0, 4654.0, 4694.0, 4665.0, 4654.0, 4663.0, 4633.0, 4692.0, 4653.0, 4680.0, 4661.0, 4641.0, 4681.0, 4642.0, 4688.0, 4661.0, 4639.0, 4671.0, 4641.0, 4689.0, 4661.0, 4640.0, 4660.0, 4650.0, 4691.0, 4663.0, 4652.0, 4671.0, 4641.0, 4690.0, 4653.0, 4700.0, 4663.0, 4661.0, 4662.0, 4650.0, 4682.0, 4653.0, 4701.0, 4663.0, 4670.0, 4672.0, 4661.0, 4682.0, 4652.0, 4700.0, 4673.0, 4700.0, 4672.0, 4669.0, 4671.0, 4631.0, 4681.0, 4650.0, 4700.0, 4671.0, 4701.0, 4673.0, 4670.0, 4672.0, 4661.0, 4672.0, 4652.0, 4681.0, 4641.0, 4690.0, 4661.0, 4710.0, 4660.0, 4700.0, 4659.0, 4697.0, 4658.0, 4641.0, 4669.0, 4629.0, 4689.0, 4641.0, 4689.0, 4661.0, 4690.0, 4661.0, 4698.0, 4662.0, 4679.0, 4660.0, 4649.0, 4671.0, 4639.0, 4679.0, 4649.0, 4700.0, 4661.0, 4701.0, 4660.0, 4650.0, 4661.0, 4630.0, 4672.0, 4642.0, 4691.0, 4661.0, 4690.0, 4660.0, 4652.0, 4671.0, 4650.0, 4689.0, 4649.0, 4699.0, 4661.0, 4670.0, 4661.0, 4651.0, 4660.0, 4639.0, 4680.0, 4650.0, 4689.0, 4660.0, 4678.0, 4658.0, 4638.0, 4668.0, 4639.0, 4679.0, 4628.0, 4676.0, 4624.0, 4675.0, 4624.0, 4663.0, 4613.0, 4652.0, 4613.0, 4662.0, 4612.0, 4652.0, 4612.0, 4653.0, 4602.0, 4652.0, 4622.0, 4663.0, 4634.0, 4676.0, 4656.0, 4677.0, 4658.0, 4646.0, 4659.0, 4639.0, 4670.0, 4639.0, 4670.0, 4630.0, 4690.0, 4650.0, 4690.0, 4662.0, 4690.0, 4660.0, 4689.0, 4660.0, 4699.0, 4662.0, 4672.0, 4673.0, 4664.0, 4682.0, 4644.0, 4701.0, 4673.0, 4712.0, 4685.0, 4703.0, 4685.0, 4645.0, 4684.0, 4655.0, 4715.0, 4686.0, 4714.0, 4685.0, 4645.0, 4684.0, 4664.0, 4714.0, 4685.0, 4693.0, 4673.0, 4653.0, 4682.0, 4653.0, 4713.0, 4672.0, 4713.0, 4673.0, 4643.0, 4683.0, 4664.0, 4703.0, 4674.0, 4713.0, 4674.0, 4653.0, 4682.0, 4654.0, 4704.0, 4663.0, 4713.0, 4673.0, 4653.0, 4683.0, 4643.0, 4703.0, 4674.0, 4713.0, 4674.0, 4665.0, 4684.0, 4643.0, 4702.0, 4674.0, 4724.0, 4674.0, 4666.0, 4694.0, 4655.0, 4707.0, 4675.0, 4713.0, 4673.0, 4633.0, 4692.0, 4674.0, 4714.0, 4675.0, 4655.0, 4693.0, 4665.0, 4713.0, 4675.0, 4654.0, 4674.0, 4642.0, 4693.0, 4662.0, 4691.0, 4673.0, 4651.0, 4693.0, 4663.0, 4702.0, 4674.0, 4701.0, 4663.0, 4652.0, 4671.0, 4653.0, 4702.0, 4673.0, 4692.0, 4673.0, 4642.0, 4681.0, 4662.0, 4712.0, 4673.0, 4663.0, 4671.0, 4654.0, 4693.0, 4674.0, 4713.0, 4672.0, 4671.0, 4671.0, 4642.0, 4681.0, 4661.0, 4700.0, 4661.0, 4642.0, 4685.0, 4642.0, 4694.0, 4652.0, 4688.0, 4661.0, 4701.0, 4660.0, 4659.0, 4670.0, 4639.0, 4680.0, 4651.0, 4690.0, 4661.0, 4679.0, 4672.0, 4652.0, 4680.0, 4654.0, 4702.0, 4661.0, 4711.0, 4662.0, 4670.0, 4673.0, 4640.0, 4681.0, 4641.0, 4700.0, 4660.0, 4700.0, 4671.0, 4651.0, 4671.0, 4642.0, 4680.0, 4653.0, 4703.0, 4673.0, 4663.0, 4684.0, 4645.0, 4704.0, 4674.0, 4701.0, 4675.0, 4672.0, 4673.0, 4641.0, 4682.0, 4642.0, 4700.0, 4673.0, 4712.0, 4662.0, 4698.0, 4661.0, 4689.0, 4661.0, 4629.0, 4671.0, 4629.0, 4689.0, 4640.0, 4699.0, 4670.0, 4699.0, 4660.0, 4648.0, 4671.0, 4640.0, 4683.0, 4640.0, 4691.0, 4640.0, 4689.0, 4650.0, 4689.0, 4660.0, 4699.0, 4661.0, 4650.0, 4659.0, 4631.0, 4691.0, 4660.0, 4701.0, 4673.0, 4662.0, 4683.0, 4642.0, 4683.0, 4642.0, 4693.0, 4653.0, 4701.0, 4661.0, 4699.0, 4661.0, 4698.0, 4669.0, 4658.0, 4659.0, 4629.0, 4668.0, 4640.0, 4690.0, 4672.0, 4701.0, 4673.0, 4662.0, 4685.0, 4653.0, 4695.0, 4665.0, 4703.0, 4672.0, 4711.0, 4663.0, 4690.0, 4661.0, 4630.0, 4679.0, 4630.0, 4688.0, 4660.0, 4699.0, 4671.0, 4640.0, 4680.0, 4651.0, 4691.0, 4672.0, 4692.0, 4671.0, 4632.0, 4681.0, 4662.0, 4703.0, 4674.0, 4689.0, 4671.0, 4629.0, 4681.0, 4640.0, 4698.0, 4662.0, 4699.0, 4672.0, 4631.0, 4679.0, 4652.0, 4701.0, 4671.0, 4653.0, 4682.0, 4663.0, 4714.0, 4675.0, 4653.0, 4683.0, 4633.0, 4692.0, 4662.0, 4701.0, 4661.0, 4710.0, 4671.0, 4631.0, 4669.0, 4638.0, 4688.0, 4661.0, 4630.0, 4669.0, 4651.0, 4690.0, 4671.0, 4641.0, 4672.0, 4652.0, 4700.0, 4651.0, 4691.0, 4660.0, 4640.0, 4668.0, 4641.0, 4689.0, 4660.0, 4688.0, 4660.0, 4649.0, 4669.0, 4629.0, 4689.0, 4671.0, 4698.0, 4670.0, 4669.0, 4670.0, 4630.0, 4691.0, 4642.0, 4701.0, 4671.0, 4700.0, 4671.0, 4699.0, 4672.0, 4671.0, 4672.0, 4632.0, 4691.0, 4674.0, 4711.0, 4673.0, 4652.0, 4682.0, 4662.0, 4701.0, 4673.0, 4664.0, 4681.0, 4642.0, 4711.0, 4671.0, 4651.0, 4671.0, 4653.0, 4700.0, 4683.0, 4643.0, 4692.0, 4664.0, 4724.0, 4674.0, 4652.0, 4692.0, 4662.0, 4652.0, 4681.0, 4650.0, 4713.0, 4682.0, 4632.0, 4692.0, 4663.0, 4681.0, 4673.0, 4633.0, 4702.0, 4672.0, 4663.0, 4682.0, 4662.0, 4710.0, 4670.0, 4630.0, 4689.0, 4660.0, 4661.0, 4669.0, 4628.0, 4698.0, 4658.0, 4699.0, 4659.0, 4648.0, 4667.0, 4639.0, 4688.0, 4668.0, 4676.0, 4671.0, 4630.0, 4689.0, 4661.0, 4689.0, 4660.0, 4640.0, 4690.0, 4662.0, 4700.0, 4671.0, 4642.0, 4693.0, 4662.0, 4712.0, 4683.0, 4663.0, 4694.0, 4643.0, 4702.0, 4672.0, 4702.0, 4672.0, 4620.0, 4690.0, 4662.0, 4701.0, 4672.0, 4631.0, 4691.0, 4663.0, 4674.0, 4683.0, 4654.0, 4703.0, 4674.0, 4653.0, 4683.0, 4633.0, 4711.0, 4663.0, 4661.0, 4681.0, 4633.0, 4701.0, 4673.0, 4701.0, 4672.0, 4650.0, 4681.0, 4632.0, 4690.0, 4661.0, 4702.0, 4671.0, 4633.0, 4692.0, 4653.0, 4713.0, 4674.0, 4653.0, 4683.0, 4641.0, 4716.0, 4673.0, 4711.0, 4672.0, 4630.0, 4680.0, 4629.0, 4690.0, 4657.0, 4696.0, 4669.0, 4627.0, 4665.0, 4626.0, 4677.0, 4647.0, 4685.0, 4658.0, 4687.0, 4656.0, 4628.0, 4668.0, 4639.0, 4699.0, 4660.0, 4646.0, 4668.0, 4630.0, 4701.0, 4661.0, 4689.0, 4661.0, 4631.0, 4682.0, 4652.0, 4688.0, 4669.0, 4630.0, 4670.0, 4640.0, 4689.0, 4669.0, 4651.0, 4669.0, 4669.0, 4643.0, 4701.0, 4672.0, 4630.0, 4669.0, 4619.0, 4678.0, 4640.0, 4678.0, 4648.0, 4686.0, 4658.0, 4617.0, 4667.0, 4649.0, 4689.0, 4669.0, 4700.0, 4671.0, 4650.0, 4672.0, 4641.0, 4681.0, 4642.0, 4690.0, 4652.0, 4700.0, 4660.0, 4699.0, 4660.0, 4651.0, 4660.0, 4630.0, 4679.0, 4660.0, 4700.0, 4662.0, 4642.0, 4661.0, 4633.0, 4691.0, 4662.0, 4703.0, 4674.0, 4704.0, 4673.0, 4633.0, 4682.0, 4644.0, 4702.0, 4672.0, 4711.0, 4670.0, 4643.0, 4670.0, 4641.0, 4692.0, 4662.0, 4700.0, 4660.0, 4629.0, 4673.0, 4640.0, 4691.0, 4672.0, 4701.0, 4671.0, 4651.0, 4672.0, 4631.0, 4691.0, 4663.0, 4699.0, 4661.0, 4710.0, 4661.0, 4679.0, 4659.0, 4619.0, 4681.0, 4639.0, 4690.0, 4650.0, 4698.0, 4659.0, 4690.0, 4660.0, 4649.0, 4669.0, 4641.0, 4681.0, 4641.0, 4689.0, 4663.0, 4701.0, 4674.0, 4704.0, 4673.0, 4712.0, 4672.0, 4631.0, 4682.0, 4643.0, 4703.0, 4673.0, 4702.0, 4673.0, 4712.0, 4673.0, 4642.0, 4671.0, 4642.0, 4693.0, 4642.0, 4693.0, 4652.0, 4703.0, 4673.0, 4701.0, 4672.0, 4712.0, 4675.0, 4669.0, 4669.0, 4629.0, 4679.0, 4662.0, 4702.0, 4673.0, 4713.0, 4676.0, 4644.0, 4684.0, 4633.0, 4695.0, 4643.0, 4693.0, 4642.0, 4691.0, 4660.0, 4689.0, 4650.0, 4700.0, 4661.0, 4658.0, 4657.0, 4619.0, 4679.0, 4639.0, 4689.0, 4658.0, 4700.0, 4660.0, 4639.0, 4671.0, 4631.0, 4680.0, 4651.0, 4688.0, 4662.0, 4689.0, 4661.0, 4701.0, 4662.0, 4680.0, 4660.0, 4649.0, 4671.0, 4641.0, 4682.0, 4640.0, 4690.0, 4662.0, 4701.0, 4672.0, 4711.0, 4674.0, 4633.0, 4683.0, 4643.0, 4702.0, 4674.0, 4713.0, 4685.0, 4636.0, 4682.0, 4643.0, 4701.0, 4671.0, 4713.0, 4684.0, 4664.0, 4672.0, 4643.0, 4702.0, 4671.0, 4711.0, 4661.0, 4640.0, 4669.0, 4660.0, 4652.0, 4669.0, 4629.0, 4691.0, 4650.0, 4689.0, 4660.0, 4689.0, 4661.0, 4678.0, 4667.0, 4619.0, 4647.0, 4647.0, 4676.0, 4658.0, 4639.0, 4678.0, 4656.0, 4617.0, 4689.0, 4636.0, 4646.0, 4636.0, 4613.0, 4644.0, 4603.0, 4652.0, 4613.0, 4662.0, 4622.0, 4653.0, 4631.0, 4630.0, 4634.0, 4604.0, 4642.0, 4623.0, 4666.0, 4646.0, 4676.0, 4647.0, 4679.0, 4648.0, 4610.0, 4659.0, 4620.0, 4681.0, 4650.0, 4689.0, 4661.0], 'WindowWidth': [10400.0, 10282.0, 10338.0, 10263.0, 10323.0, 10249.0, 10280.0, 10223.0, 10263.0, 10217.0, 10255.0, 10218.0, 10203.0, 10235.0, 10192.0, 10248.0, 10184.0, 10264.0, 10224.0, 10266.0, 10221.0, 10262.0, 10225.0, 10274.0, 10224.0, 10249.0, 10221.0, 10195.0, 10218.0, 10175.0, 10244.0, 10202.0, 10257.0, 10216.0, 10226.0, 10214.0, 10154.0, 10213.0, 10168.0, 10225.0, 10165.0, 10235.0, 10166.0, 10219.0, 10195.0, 10249.0, 10235.0, 10282.0, 10223.0, 10203.0, 10214.0, 10185.0, 10207.0, 10172.0, 10209.0, 10187.0, 10230.0, 10216.0, 10245.0, 10203.0, 10241.0, 10201.0, 10223.0, 10191.0, 10194.0, 10175.0, 10164.0, 10193.0, 10153.0, 10223.0, 10171.0, 10240.0, 10200.0, 10220.0, 10201.0, 10242.0, 10203.0, 10239.0, 10203.0, 10188.0, 10201.0, 10163.0, 10230.0, 10195.0, 10247.0, 10220.0, 10248.0, 10220.0, 10247.0, 10219.0, 10221.0, 10222.0, 10182.0, 10253.0, 10228.0, 10272.0, 10231.0, 10240.0, 10232.0, 10216.0, 10246.0, 10186.0, 10258.0, 10209.0, 10250.0, 10208.0, 10250.0, 10209.0, 10244.0, 10209.0, 10274.0, 10222.0, 10214.0, 10204.0, 10174.0, 10233.0, 10181.0, 10247.0, 10206.0, 10259.0, 10206.0, 10258.0, 10202.0, 10263.0, 10209.0, 10255.0, 10204.0, 10211.0, 10202.0, 10190.0, 10218.0, 10192.0, 10227.0, 10196.0, 10242.0, 10206.0, 10246.0, 10209.0, 10261.0, 10209.0, 10193.0, 10205.0, 10190.0, 10220.0, 10192.0, 10219.0, 10184.0, 10225.0, 10161.0, 10225.0, 10185.0, 10244.0, 10202.0, 10241.0, 10203.0, 10202.0, 10220.0, 10178.0, 10237.0, 10182.0, 10246.0, 10193.0, 10247.0, 10206.0, 10263.0, 10205.0, 10261.0, 10207.0, 10204.0, 10205.0, 10161.0, 10256.0, 10208.0, 10256.0, 10206.0, 10259.0, 10206.0, 10277.0, 10219.0, 10189.0, 10200.0, 10165.0, 10233.0, 10208.0, 10258.0, 10206.0, 10246.0, 10206.0, 10246.0, 10206.0, 10257.0, 10206.0, 10190.0, 10217.0, 10164.0, 10232.0, 10182.0, 10249.0, 10209.0, 10245.0, 10195.0, 10154.0, 10216.0, 10178.0, 10232.0, 10155.0, 10213.0, 10165.0, 10208.0, 10151.0, 10206.0, 10151.0, 10191.0, 10133.0, 10199.0, 10151.0, 10201.0, 10161.0, 10216.0, 10197.0, 10234.0, 10202.0, 10239.0, 10200.0, 10240.0, 10186.0, 10222.0, 10186.0, 10179.0, 10180.0, 10181.0, 10191.0, 10153.0, 10209.0, 10168.0, 10224.0, 10199.0, 10241.0, 10202.0, 10201.0, 10200.0, 10173.0, 10217.0, 10193.0, 10247.0, 10224.0, 10266.0, 10212.0, 10215.0, 10225.0, 10188.0, 10241.0, 10183.0, 10266.0, 10208.0, 10262.0, 10210.0, 10260.0, 10206.0, 10201.0, 10218.0, 10165.0, 10236.0, 10183.0, 10247.0, 10224.0, 10239.0, 10229.0, 10191.0, 10259.0, 10207.0, 10290.0, 10239.0, 10274.0, 10253.0, 10290.0, 10234.0, 10220.0, 10247.0, 10205.0, 10271.0, 10227.0, 10268.0, 10214.0, 10178.0, 10242.0, 10220.0, 10289.0, 10236.0, 10206.0, 10232.0, 10201.0, 10256.0, 10216.0, 10199.0, 10210.0, 10169.0, 10249.0, 10196.0, 10232.0, 10206.0, 10178.0, 10232.0, 10180.0, 10239.0, 10203.0, 10173.0, 10216.0, 10177.0, 10240.0, 10203.0, 10174.0, 10202.0, 10190.0, 10244.0, 10209.0, 10195.0, 10220.0, 10179.0, 10246.0, 10198.0, 10258.0, 10212.0, 10208.0, 10210.0, 10192.0, 10235.0, 10198.0, 10260.0, 10212.0, 10219.0, 10223.0, 10206.0, 10236.0, 10195.0, 10258.0, 10225.0, 10261.0, 10222.0, 10215.0, 10220.0, 10164.0, 10232.0, 10191.0, 10259.0, 10220.0, 10262.0, 10225.0, 10217.0, 10222.0, 10207.0, 10221.0, 10194.0, 10231.0, 10176.0, 10242.0, 10203.0, 10272.0, 10203.0, 10256.0, 10200.0, 10249.0, 10198.0, 10176.0, 10213.0, 10160.0, 10243.0, 10179.0, 10240.0, 10203.0, 10244.0, 10205.0, 10254.0, 10207.0, 10226.0, 10203.0, 10186.0, 10217.0, 10172.0, 10227.0, 10186.0, 10256.0, 10206.0, 10259.0, 10203.0, 10189.0, 10204.0, 10160.0, 10220.0, 10181.0, 10247.0, 10205.0, 10245.0, 10203.0, 10193.0, 10218.0, 10190.0, 10241.0, 10189.0, 10255.0, 10203.0, 10215.0, 10205.0, 10191.0, 10204.0, 10173.0, 10231.0, 10189.0, 10241.0, 10202.0, 10224.0, 10198.0, 10169.0, 10210.0, 10171.0, 10227.0, 10154.0, 10218.0, 10144.0, 10216.0, 10142.0, 10194.0, 10123.0, 10177.0, 10124.0, 10190.0, 10122.0, 10176.0, 10121.0, 10179.0, 10109.0, 10177.0, 10136.0, 10193.0, 10157.0, 10216.0, 10190.0, 10221.0, 10196.0, 10178.0, 10201.0, 10174.0, 10216.0, 10173.0, 10217.0, 10161.0, 10242.0, 10189.0, 10243.0, 10208.0, 10242.0, 10202.0, 10241.0, 10204.0, 10254.0, 10207.0, 10222.0, 10226.0, 10215.0, 10238.0, 10186.0, 10262.0, 10227.0, 10279.0, 10245.0, 10268.0, 10247.0, 10190.0, 10244.0, 10205.0, 10287.0, 10249.0, 10284.0, 10246.0, 10192.0, 10245.0, 10216.0, 10284.0, 10246.0, 10254.0, 10226.0, 10200.0, 10237.0, 10200.0, 10282.0, 10225.0, 10282.0, 10227.0, 10187.0, 10240.0, 10216.0, 10268.0, 10231.0, 10283.0, 10229.0, 10199.0, 10239.0, 10200.0, 10268.0, 10214.0, 10281.0, 10227.0, 10198.0, 10239.0, 10187.0, 10267.0, 10228.0, 10281.0, 10228.0, 10220.0, 10247.0, 10188.0, 10268.0, 10229.0, 10299.0, 10230.0, 10224.0, 10258.0, 10204.0, 10281.0, 10232.0, 10282.0, 10227.0, 10173.0, 10253.0, 10231.0, 10286.0, 10233.0, 10205.0, 10255.0, 10219.0, 10283.0, 10231.0, 10202.0, 10228.0, 10184.0, 10253.0, 10211.0, 10251.0, 10225.0, 10194.0, 10254.0, 10212.0, 10265.0, 10230.0, 10264.0, 10212.0, 10197.0, 10222.0, 10198.0, 10264.0, 10228.0, 10252.0, 10226.0, 10184.0, 10236.0, 10210.0, 10281.0, 10228.0, 10212.0, 10223.0, 10202.0, 10254.0, 10227.0, 10282.0, 10224.0, 10221.0, 10220.0, 10181.0, 10233.0, 10206.0, 10258.0, 10207.0, 10183.0, 10248.0, 10183.0, 10257.0, 10197.0, 10241.0, 10206.0, 10260.0, 10204.0, 10200.0, 10216.0, 10174.0, 10231.0, 10191.0, 10246.0, 10208.0, 10231.0, 10222.0, 10195.0, 10233.0, 10204.0, 10263.0, 10206.0, 10275.0, 10208.0, 10217.0, 10226.0, 10176.0, 10232.0, 10178.0, 10259.0, 10205.0, 10258.0, 10219.0, 10192.0, 10221.0, 10183.0, 10234.0, 10201.0, 10268.0, 10228.0, 10215.0, 10244.0, 10192.0, 10271.0, 10230.0, 10265.0, 10233.0, 10225.0, 10225.0, 10181.0, 10238.0, 10180.0, 10262.0, 10226.0, 10279.0, 10209.0, 10256.0, 10204.0, 10240.0, 10206.0, 10158.0, 10218.0, 10158.0, 10241.0, 10175.0, 10253.0, 10216.0, 10254.0, 10203.0, 10186.0, 10220.0, 10177.0, 10238.0, 10175.0, 10247.0, 10176.0, 10242.0, 10189.0, 10242.0, 10201.0, 10256.0, 10204.0, 10188.0, 10200.0, 10168.0, 10246.0, 10204.0, 10261.0, 10224.0, 10210.0, 10238.0, 10185.0, 10241.0, 10182.0, 10254.0, 10196.0, 10260.0, 10206.0, 10257.0, 10204.0, 10253.0, 10213.0, 10197.0, 10200.0, 10157.0, 10213.0, 10175.0, 10242.0, 10221.0, 10261.0, 10225.0, 10210.0, 10246.0, 10201.0, 10259.0, 10217.0, 10266.0, 10223.0, 10275.0, 10210.0, 10244.0, 10205.0, 10161.0, 10226.0, 10160.0, 10238.0, 10202.0, 10256.0, 10218.0, 10176.0, 10230.0, 10192.0, 10248.0, 10223.0, 10249.0, 10221.0, 10167.0, 10232.0, 10208.0, 10267.0, 10228.0, 10243.0, 10220.0, 10162.0, 10234.0, 10176.0, 10255.0, 10207.0, 10256.0, 10222.0, 10164.0, 10228.0, 10195.0, 10261.0, 10221.0, 10199.0, 10238.0, 10214.0, 10284.0, 10231.0, 10199.0, 10241.0, 10171.0, 10251.0, 10208.0, 10264.0, 10207.0, 10272.0, 10218.0, 10162.0, 10213.0, 10172.0, 10239.0, 10205.0, 10161.0, 10214.0, 10191.0, 10244.0, 10221.0, 10179.0, 10222.0, 10194.0, 10259.0, 10192.0, 10245.0, 10204.0, 10176.0, 10212.0, 10177.0, 10242.0, 10204.0, 10241.0, 10204.0, 10186.0, 10215.0, 10160.0, 10240.0, 10219.0, 10255.0, 10218.0, 10215.0, 10218.0, 10163.0, 10247.0, 10181.0, 10261.0, 10219.0, 10257.0, 10219.0, 10256.0, 10222.0, 10219.0, 10223.0, 10167.0, 10247.0, 10226.0, 10276.0, 10225.0, 10196.0, 10235.0, 10209.0, 10262.0, 10225.0, 10215.0, 10234.0, 10181.0, 10276.0, 10220.0, 10193.0, 10222.0, 10198.0, 10261.0, 10240.0, 10185.0, 10250.0, 10215.0, 10298.0, 10227.0, 10196.0, 10252.0, 10211.0, 10197.0, 10235.0, 10192.0, 10280.0, 10238.0, 10170.0, 10251.0, 10212.0, 10235.0, 10227.0, 10174.0, 10267.0, 10225.0, 10212.0, 10236.0, 10209.0, 10274.0, 10218.0, 10163.0, 10242.0, 10202.0, 10204.0, 10214.0, 10158.0, 10252.0, 10197.0, 10257.0, 10200.0, 10183.0, 10209.0, 10171.0, 10238.0, 10211.0, 10221.0, 10217.0, 10160.0, 10241.0, 10205.0, 10241.0, 10204.0, 10176.0, 10244.0, 10207.0, 10260.0, 10220.0, 10182.0, 10252.0, 10209.0, 10279.0, 10239.0, 10211.0, 10254.0, 10186.0, 10263.0, 10222.0, 10262.0, 10220.0, 10148.0, 10245.0, 10209.0, 10260.0, 10221.0, 10163.0, 10246.0, 10211.0, 10227.0, 10239.0, 10199.0, 10267.0, 10227.0, 10196.0, 10237.0, 10168.0, 10276.0, 10211.0, 10207.0, 10233.0, 10170.0, 10261.0, 10223.0, 10261.0, 10224.0, 10190.0, 10234.0, 10167.0, 10244.0, 10204.0, 10261.0, 10219.0, 10168.0, 10248.0, 10197.0, 10280.0, 10226.0, 10198.0, 10238.0, 10178.0, 10288.0, 10224.0, 10275.0, 10219.0, 10160.0, 10228.0, 10158.0, 10241.0, 10194.0, 10247.0, 10209.0, 10153.0, 10200.0, 10148.0, 10220.0, 10177.0, 10229.0, 10195.0, 10235.0, 10190.0, 10153.0, 10209.0, 10170.0, 10253.0, 10200.0, 10178.0, 10209.0, 10160.0, 10261.0, 10205.0, 10239.0, 10204.0, 10163.0, 10235.0, 10195.0, 10239.0, 10212.0, 10161.0, 10212.0, 10175.0, 10242.0, 10215.0, 10191.0, 10215.0, 10217.0, 10184.0, 10260.0, 10221.0, 10161.0, 10212.0, 10143.0, 10224.0, 10171.0, 10223.0, 10181.0, 10232.0, 10195.0, 10139.0, 10207.0, 10184.0, 10241.0, 10214.0, 10258.0, 10220.0, 10189.0, 10222.0, 10178.0, 10235.0, 10180.0, 10245.0, 10193.0, 10257.0, 10203.0, 10257.0, 10204.0, 10192.0, 10203.0, 10161.0, 10228.0, 10203.0, 10260.0, 10208.0, 10181.0, 10206.0, 10170.0, 10249.0, 10210.0, 10267.0, 10228.0, 10269.0, 10226.0, 10171.0, 10236.0, 10188.0, 10265.0, 10222.0, 10275.0, 10219.0, 10184.0, 10219.0, 10179.0, 10250.0, 10208.0, 10259.0, 10204.0, 10161.0, 10223.0, 10177.0, 10248.0, 10221.0, 10262.0, 10220.0, 10194.0, 10222.0, 10166.0, 10248.0, 10209.0, 10257.0, 10206.0, 10272.0, 10205.0, 10229.0, 10200.0, 10146.0, 10231.0, 10173.0, 10244.0, 10187.0, 10253.0, 10200.0, 10244.0, 10203.0, 10186.0, 10217.0, 10179.0, 10233.0, 10178.0, 10244.0, 10212.0, 10262.0, 10228.0, 10269.0, 10227.0, 10278.0, 10224.0, 10169.0, 10238.0, 10185.0, 10268.0, 10226.0, 10266.0, 10226.0, 10278.0, 10226.0, 10184.0, 10221.0, 10182.0, 10253.0, 10182.0, 10252.0, 10196.0, 10267.0, 10225.0, 10264.0, 10224.0, 10279.0, 10228.0, 10214.0, 10216.0, 10161.0, 10229.0, 10207.0, 10263.0, 10227.0, 10280.0, 10234.0, 10189.0, 10244.0, 10171.0, 10259.0, 10185.0, 10252.0, 10180.0, 10246.0, 10201.0, 10240.0, 10188.0, 10258.0, 10205.0, 10196.0, 10195.0, 10144.0, 10226.0, 10172.0, 10240.0, 10197.0, 10256.0, 10200.0, 10170.0, 10217.0, 10167.0, 10230.0, 10190.0, 10240.0, 10208.0, 10242.0, 10205.0, 10261.0, 10208.0, 10228.0, 10203.0, 10186.0, 10219.0, 10177.0, 10235.0, 10176.0, 10243.0, 10207.0, 10260.0, 10223.0, 10276.0, 10228.0, 10171.0, 10241.0, 10186.0, 10268.0, 10232.0, 10285.0, 10246.0, 10178.0, 10239.0, 10185.0, 10263.0, 10219.0, 10278.0, 10240.0, 10216.0, 10221.0, 10183.0, 10264.0, 10219.0, 10274.0, 10204.0, 10173.0, 10215.0, 10205.0, 10198.0, 10217.0, 10160.0, 10246.0, 10186.0, 10241.0, 10201.0, 10240.0, 10202.0, 10223.0, 10207.0, 10143.0, 10178.0, 10179.0, 10218.0, 10195.0, 10169.0, 10222.0, 10191.0, 10138.0, 10239.0, 10161.0, 10172.0, 10158.0, 10124.0, 10168.0, 10108.0, 10177.0, 10123.0, 10191.0, 10134.0, 10176.0, 10147.0, 10144.0, 10152.0, 10114.0, 10164.0, 10141.0, 10201.0, 10176.0, 10218.0, 10180.0, 10226.0, 10182.0, 10131.0, 10198.0, 10147.0, 10231.0, 10188.0, 10242.0, 10204.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.0007872282157676349</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0234279</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.119311956893725</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2751709629069752</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9711051766943516</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4896</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5120.4224</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06934801461717226</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8298755186721992</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4128670021547354</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.392938852038801</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.570588120530585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2750740338948208</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00750781</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01324369665235281</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03062327578663826</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1205</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.946150026977341</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>18.5445</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2811</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.537</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296162.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>956.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.7287</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.549</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>654.3142</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3835.7013</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4000.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80382.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1417.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.6399</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.786301460000686</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> |