=== 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-0047 --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-0047",
"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-0047_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-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0047/figures/sub-0047_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-0047/figures/sub-0047_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_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-0047/ses-01/func/sub-0047_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>84587d301616dbc406e22a640b91a350</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>18:48:46.595000</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.990502, -0.127585, -0.0512561, 0.133745, 0.980508, 0.143929]</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.0904966</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>[4150, -7760, -7251, 633, -16, -177, 41, 94]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>238.78</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c0aa4beb-9a40-4a1d-945b-20e0a48c7b7d||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.6574454307556152, 0.3588285744190216, -0.08611352741718292, 96.78524017333984], [0.3422999978065491, 2.6306324005126953, 0.4034261703491211, -116.9651870727539], [-0.13751624524593353, -0.3861505091190338, 2.6683013439178467, -38.511634826660156], [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': ['184846.595000', '184847.055000', '184847.515000', '184847.975000', '184848.435000', '184848.895000', '184849.355000', '184849.815000', '184850.275000', '184850.735000', '184851.195000', '184851.655000', '184852.115000', '184852.575000', '184853.035000', '184853.495000', '184853.955000', '184854.415000', '184854.875000', '184855.335000', '184855.795000', '184856.255000', '184856.715000', '184857.175000', '184857.635000', '184858.095000', '184858.555000', '184859.015000', '184859.475000', '184859.935000', '184900.395000', '184900.855000', '184901.315000', '184901.775000', '184902.235000', '184902.695000', '184903.155000', '184903.615000', '184904.075000', '184904.535000', '184904.995000', '184905.455000', '184905.915000', '184906.375000', '184906.835000', '184907.295000', '184907.755000', '184908.215000', '184908.675000', '184909.135000', '184909.595000', '184910.055000', '184910.515000', '184910.975000', '184911.435000', '184911.895000', '184912.355000', '184912.815000', '184913.275000', '184913.735000', '184914.195000', '184914.655000', '184915.115000', '184915.575000', '184916.035000', '184916.495000', '184916.955000', '184917.415000', '184917.875000', '184918.335000', '184918.795000', '184919.255000', '184919.715000', '184920.175000', '184920.635000', '184921.095000', '184921.555000', '184922.015000', '184922.475000', '184922.935000', '184923.395000', '184923.855000', '184924.315000', '184924.775000', '184925.235000', '184925.695000', '184926.155000', '184926.615000', '184927.075000', '184927.535000', '184927.995000', '184928.455000', '184928.915000', '184929.375000', '184929.835000', '184930.295000', '184930.755000', '184931.215000', '184931.675000', '184932.135000', '184932.595000', '184933.055000', '184933.515000', '184933.975000', '184934.435000', '184934.895000', '184935.355000', '184935.815000', '184936.275000', '184936.735000', '184937.195000', '184937.655000', '184938.115000', '184938.575000', '184939.035000', '184939.495000', '184939.955000', '184940.415000', '184940.875000', '184941.335000', '184941.795000', '184942.255000', '184942.715000', '184943.175000', '184943.635000', '184944.095000', '184944.555000', '184945.015000', '184945.475000', '184945.935000', '184946.395000', '184946.855000', '184947.315000', '184947.775000', '184948.235000', '184948.695000', '184949.155000', '184949.615000', '184950.075000', '184950.535000', '184950.995000', '184951.455000', '184951.915000', '184952.375000', '184952.835000', '184953.295000', '184953.755000', '184954.215000', '184954.675000', '184955.135000', '184955.595000', '184956.055000', '184956.515000', '184956.975000', '184957.435000', '184957.895000', '184958.355000', '184958.815000', '184959.275000', '184959.735000', '185000.195000', '185000.655000', '185001.115000', '185001.575000', '185002.035000', '185002.495000', '185002.955000', '185003.415000', '185003.875000', '185004.335000', '185004.795000', '185005.255000', '185005.715000', '185006.175000', '185006.635000', '185007.095000', '185007.555000', '185008.015000', '185008.475000', '185008.935000', '185009.395000', '185009.855000', '185010.315000', '185010.775000', '185011.235000', '185011.695000', '185012.155000', '185012.615000', '185013.075000', '185013.535000', '185013.995000', '185014.455000', '185014.915000', '185015.375000', '185015.835000', '185016.295000', '185016.755000', '185017.215000', '185017.675000', '185018.135000', '185018.595000', '185019.055000', '185019.515000', '185019.975000', '185020.435000', '185020.895000', '185021.355000', '185021.815000', '185022.275000', '185022.735000', '185023.195000', '185023.655000', '185024.115000', '185024.575000', '185025.035000', '185025.495000', '185025.955000', '185026.415000', '185026.875000', '185027.335000', '185027.795000', '185028.255000', '185028.715000', '185029.175000', '185029.635000', '185030.095000', '185030.555000', '185031.015000', '185031.475000', '185031.935000', '185032.395000', '185032.855000', '185033.315000', '185033.775000', '185034.235000', '185034.695000', '185035.155000', '185035.615000', '185036.075000', '185036.535000', '185036.995000', '185037.455000', '185037.915000', '185038.375000', '185038.835000', '185039.295000', '185039.755000', '185040.215000', '185040.675000', '185041.135000', '185041.595000', '185042.055000', '185042.515000', '185042.975000', '185043.435000', '185043.895000', '185044.355000', '185044.815000', '185045.275000', '185045.735000', '185046.195000', '185046.655000', '185047.115000', '185047.575000', '185048.035000', '185048.495000', '185048.955000', '185049.415000', '185049.875000', '185050.335000', '185050.795000', '185051.255000', '185051.715000', '185052.175000', '185052.635000', '185053.095000', '185053.555000', '185054.015000', '185054.475000', '185054.935000', '185055.395000', '185055.855000', '185056.315000', '185056.775000', '185057.235000', '185057.695000', '185058.155000', '185058.615000', '185059.075000', '185059.535000', '185059.995000', '185100.455000', '185100.915000', '185101.375000', '185101.835000', '185102.295000', '185102.755000', '185103.215000', '185103.675000', '185104.135000', '185104.595000', '185105.055000', '185105.515000', '185105.975000', '185106.435000', '185106.895000', '185107.355000', '185107.815000', '185108.275000', '185108.735000', '185109.195000', '185109.655000', '185110.115000', '185110.575000', '185111.035000', '185111.495000', '185111.955000', '185112.415000', '185112.875000', '185113.335000', '185113.795000', '185114.255000', '185114.715000', '185115.175000', '185115.635000', '185116.095000', '185116.555000', '185117.015000', '185117.475000', '185117.935000', '185118.395000', '185118.855000', '185119.315000', '185119.775000', '185120.235000', '185120.695000', '185121.155000', '185121.615000', '185122.075000', '185122.535000', '185122.995000', '185123.455000', '185123.915000', '185124.375000', '185124.835000', '185125.295000', '185125.755000', '185126.215000', '185126.675000', '185127.135000', '185127.595000', '185128.055000', '185128.515000', '185128.975000', '185129.435000', '185129.895000', '185130.355000', '185130.815000', '185131.275000', '185131.735000', '185132.195000', '185132.655000', '185133.115000', '185133.575000', '185134.035000', '185134.495000', '185134.955000', '185135.415000', '185135.875000', '185136.335000', '185136.795000', '185137.255000', '185137.715000', '185138.175000', '185138.635000', '185139.095000', '185139.555000', '185140.015000', '185140.475000', '185140.935000', '185141.395000', '185141.855000', '185142.315000', '185142.775000', '185143.235000', '185143.695000', '185144.155000', '185144.615000', '185145.075000', '185145.535000', '185145.995000', '185146.455000', '185146.915000', '185147.375000', '185147.835000', '185148.295000', '185148.755000', '185149.215000', '185149.675000', '185150.135000', '185150.595000', '185151.055000', '185151.515000', '185151.975000', '185152.435000', '185152.895000', '185153.355000', '185153.815000', '185154.275000', '185154.735000', '185155.195000', '185155.655000', '185156.115000', '185156.575000', '185157.035000', '185157.495000', '185157.955000', '185158.415000', '185158.875000', '185159.335000', '185159.795000', '185200.255000', '185200.715000', '185201.175000', '185201.635000', '185202.095000', '185202.555000', '185203.015000', '185203.475000', '185203.935000', '185204.395000', '185204.855000', '185205.315000', '185205.775000', '185206.235000', '185206.695000', '185207.155000', '185207.615000', '185208.075000', '185208.535000', '185208.995000', '185209.455000', '185209.915000', '185210.375000', '185210.835000', '185211.295000', '185211.755000', '185212.215000', '185212.675000', '185213.135000', '185213.595000', '185214.055000', '185214.515000', '185214.975000', '185215.435000', '185215.895000', '185216.355000', '185216.815000', '185217.275000', '185217.735000', '185218.195000', '185218.655000', '185219.115000', '185219.575000', '185220.035000', '185220.495000', '185220.955000', '185221.415000', '185221.875000', '185222.335000', '185222.795000', '185223.255000', '185223.715000', '185224.175000', '185224.635000', '185225.095000', '185225.555000', '185226.015000', '185226.475000', '185226.935000', '185227.395000', '185227.855000', '185228.315000', '185228.775000', '185229.235000', '185229.695000', '185230.155000', '185230.615000', '185231.075000', '185231.535000', '185231.995000', '185232.455000', '185232.915000', '185233.375000', '185233.835000', '185234.295000', '185234.755000', '185235.215000', '185235.675000', '185236.135000', '185236.595000', '185237.055000', '185237.515000', '185237.975000', '185238.435000', '185238.895000', '185239.355000', '185239.815000', '185240.275000', '185240.735000', '185241.195000', '185241.655000', '185242.115000', '185242.575000', '185243.035000', '185243.495000', '185243.955000', '185244.415000', '185244.875000', '185245.335000', '185245.795000', '185246.255000', '185246.715000', '185247.175000', '185247.635000', '185248.095000', '185248.555000', '185249.015000', '185249.475000', '185249.935000', '185250.395000', '185250.855000', '185251.315000', '185251.775000', '185252.235000', '185252.695000', '185253.155000', '185253.615000', '185254.075000', '185254.535000', '185254.995000', '185255.455000', '185255.915000', '185256.375000', '185256.835000', '185257.295000', '185257.755000', '185258.215000', '185258.675000', '185259.135000', '185259.595000', '185300.055000', '185300.515000', '185300.975000', '185301.435000', '185301.895000', '185302.355000', '185302.815000', '185303.275000', '185303.735000', '185304.195000', '185304.655000', '185305.115000', '185305.575000', '185306.035000', '185306.495000', '185306.955000', '185307.415000', '185307.875000', '185308.335000', '185308.795000', '185309.255000', '185309.715000', '185310.175000', '185310.635000', '185311.095000', '185311.555000', '185312.015000', '185312.475000', '185312.935000', '185313.395000', '185313.855000', '185314.315000', '185314.775000', '185315.235000', '185315.695000', '185316.155000', '185316.615000', '185317.075000', '185317.535000', '185317.995000', '185318.455000', '185318.915000', '185319.375000', '185319.835000', '185320.295000', '185320.755000', '185321.215000', '185321.675000', '185322.135000', '185322.595000', '185323.055000', '185323.515000', '185323.975000', '185324.435000', '185324.895000', '185325.355000', '185325.815000', '185326.275000', '185326.735000', '185327.195000', '185327.655000', '185328.115000', '185328.575000', '185329.035000', '185329.495000', '185329.955000', '185330.415000', '185330.875000', '185331.335000', '185331.795000', '185332.255000', '185332.715000', '185333.175000', '185333.635000', '185334.095000', '185334.555000', '185335.015000', '185335.475000', '185335.935000', '185336.395000', '185336.855000', '185337.315000', '185337.775000', '185338.235000', '185338.695000', '185339.155000', '185339.615000', '185340.075000', '185340.535000', '185340.995000', '185341.455000', '185341.915000', '185342.375000', '185342.835000', '185343.295000', '185343.755000', '185344.215000', '185344.675000', '185345.135000', '185345.595000', '185346.055000', '185346.515000', '185346.975000', '185347.435000', '185347.895000', '185348.355000', '185348.815000', '185349.275000', '185349.735000', '185350.195000', '185350.655000', '185351.115000', '185351.575000', '185352.035000', '185352.495000', '185352.955000', '185353.415000', '185353.875000', '185354.335000', '185354.795000', '185355.255000', '185355.715000', '185356.175000', '185356.635000', '185357.095000', '185357.555000', '185358.015000', '185358.475000', '185358.935000', '185359.395000', '185359.855000', '185400.315000', '185400.775000', '185401.235000', '185401.695000', '185402.155000', '185402.615000', '185403.075000', '185403.535000', '185403.995000', '185404.455000', '185404.915000', '185405.375000', '185405.835000', '185406.295000', '185406.755000', '185407.215000', '185407.675000', '185408.135000', '185408.595000', '185409.055000', '185409.515000', '185409.975000', '185410.435000', '185410.895000', '185411.355000', '185411.815000', '185412.275000', '185412.735000', '185413.195000', '185413.655000', '185414.115000', '185414.575000', '185415.035000', '185415.495000', '185415.955000', '185416.415000', '185416.875000', '185417.335000', '185417.795000', '185418.255000', '185418.715000', '185419.175000', '185419.635000', '185420.095000', '185420.555000', '185421.015000', '185421.475000', '185421.935000', '185422.395000', '185422.855000', '185423.315000', '185423.775000', '185424.235000', '185424.695000', '185425.155000', '185425.615000', '185426.075000', '185426.535000', '185426.995000', '185427.455000', '185427.915000', '185428.375000', '185428.835000', '185429.295000', '185429.755000', '185430.215000', '185430.675000', '185431.135000', '185431.595000', '185432.055000', '185432.515000', '185432.975000', '185433.435000', '185433.895000', '185434.355000', '185434.815000', '185435.275000', '185435.735000', '185436.195000', '185436.655000', '185437.115000', '185437.575000', '185438.035000', '185438.495000', '185438.955000', '185439.415000', '185439.875000', '185440.335000', '185440.795000', '185441.255000', '185441.715000', '185442.175000', '185442.635000', '185443.095000', '185443.555000', '185444.015000', '185444.475000', '185444.935000', '185445.395000', '185445.855000', '185446.315000', '185446.775000', '185447.235000', '185447.695000', '185448.155000', '185448.615000', '185449.075000', '185449.535000', '185449.995000', '185450.455000', '185450.915000', '185451.375000', '185451.835000', '185452.295000', '185452.755000', '185453.215000', '185453.675000', '185454.135000', '185454.595000', '185455.055000', '185455.515000', '185455.975000', '185456.435000', '185456.895000', '185457.355000', '185457.815000', '185458.275000', '185458.735000', '185459.195000', '185459.655000', '185500.115000', '185500.575000', '185501.035000', '185501.495000', '185501.955000', '185502.415000', '185502.875000', '185503.335000', '185503.795000', '185504.255000', '185504.715000', '185505.175000', '185505.635000', '185506.095000', '185506.555000', '185507.015000', '185507.475000', '185507.935000', '185508.395000', '185508.855000', '185509.315000', '185509.775000', '185510.235000', '185510.695000', '185511.155000', '185511.615000', '185512.075000', '185512.535000', '185512.995000', '185513.455000', '185513.915000', '185514.375000', '185514.835000', '185515.295000', '185515.755000', '185516.215000', '185516.675000', '185517.135000', '185517.595000', '185518.055000', '185518.515000', '185518.975000', '185519.435000', '185519.895000', '185520.355000', '185520.815000', '185521.275000', '185521.735000', '185522.195000', '185522.655000', '185523.115000', '185523.575000', '185524.035000', '185524.495000', '185524.955000', '185525.415000', '185525.875000', '185526.335000', '185526.795000', '185527.255000', '185527.715000', '185528.175000', '185528.635000', '185529.095000', '185529.555000', '185530.015000', '185530.475000', '185530.935000', '185531.395000', '185531.855000', '185532.315000', '185532.775000', '185533.235000', '185533.695000', '185534.155000', '185534.615000', '185535.075000', '185535.535000', '185535.995000', '185536.455000', '185536.915000', '185537.375000', '185537.835000', '185538.295000', '185538.755000', '185539.215000', '185539.675000', '185540.135000', '185540.595000', '185541.055000', '185541.515000', '185541.975000', '185542.435000', '185542.895000', '185543.355000', '185543.815000', '185544.275000', '185544.735000', '185545.195000', '185545.655000', '185546.115000', '185546.575000', '185547.035000', '185547.495000', '185547.955000', '185548.415000', '185548.875000', '185549.335000', '185549.795000', '185550.255000', '185550.715000', '185551.175000', '185551.635000', '185552.095000', '185552.555000', '185553.015000', '185553.475000', '185553.935000', '185554.395000', '185554.855000', '185555.315000', '185555.775000', '185556.235000', '185556.695000', '185557.155000', '185557.615000', '185558.075000', '185558.535000', '185558.995000', '185559.455000', '185559.915000', '185600.375000', '185600.835000', '185601.295000', '185601.755000', '185602.215000', '185602.675000', '185603.135000', '185603.595000', '185604.055000', '185604.515000', '185604.975000', '185605.435000', '185605.895000', '185606.355000', '185606.815000', '185607.275000', '185607.735000', '185608.195000', '185608.655000', '185609.115000', '185609.575000', '185610.035000', '185610.495000', '185610.955000', '185611.415000', '185611.875000', '185612.335000', '185612.795000', '185613.255000', '185613.715000', '185614.175000', '185614.635000', '185615.095000', '185615.555000', '185616.015000', '185616.475000', '185616.935000', '185617.395000', '185617.855000', '185618.315000', '185618.775000', '185619.235000', '185619.695000', '185620.155000', '185620.615000', '185621.075000', '185621.535000', '185621.995000', '185622.455000', '185622.915000', '185623.375000', '185623.835000', '185624.295000', '185624.755000', '185625.215000', '185625.675000', '185626.135000', '185626.595000', '185627.055000', '185627.515000', '185627.975000', '185628.435000', '185628.895000', '185629.355000', '185629.815000', '185630.275000', '185630.735000', '185631.195000', '185631.655000', '185632.115000', '185632.575000', '185633.035000', '185633.495000', '185633.955000', '185634.415000', '185634.875000', '185635.335000', '185635.795000', '185636.255000', '185636.715000', '185637.175000', '185637.635000', '185638.095000', '185638.555000', '185639.015000', '185639.475000', '185639.935000', '185640.395000', '185640.855000', '185641.315000', '185641.775000', '185642.235000', '185642.695000', '185643.155000', '185643.615000', '185644.075000', '185644.535000', '185644.995000', '185645.455000', '185645.915000', '185646.375000', '185646.835000', '185647.295000', '185647.755000', '185648.215000', '185648.675000', '185649.135000', '185649.595000', '185650.055000', '185650.515000', '185650.975000', '185651.435000', '185651.895000', '185652.355000', '185652.815000', '185653.275000', '185653.735000', '185654.195000', '185654.655000', '185655.115000', '185655.575000', '185656.035000', '185656.495000', '185656.955000', '185657.415000', '185657.875000', '185658.335000', '185658.795000', '185659.255000', '185659.715000', '185700.175000', '185700.635000', '185701.095000', '185701.555000', '185702.015000', '185702.475000', '185702.935000', '185703.395000', '185703.855000', '185704.315000', '185704.775000', '185705.235000', '185705.695000', '185706.155000', '185706.615000', '185707.075000', '185707.535000', '185707.995000', '185708.455000', '185708.915000', '185709.375000', '185709.835000', '185710.295000', '185710.755000', '185711.215000', '185711.675000', '185712.135000', '185712.595000', '185713.055000', '185713.515000', '185713.975000', '185714.435000', '185714.895000', '185715.355000', '185715.815000', '185716.275000', '185716.735000', '185717.195000', '185717.655000', '185718.115000', '185718.575000', '185719.035000', '185719.495000', '185719.955000', '185720.415000', '185720.875000', '185721.335000', '185721.795000', '185722.255000', '185722.715000', '185723.175000', '185723.635000', '185724.095000', '185724.555000', '185725.015000', '185725.475000', '185725.935000', '185726.395000', '185726.855000', '185727.315000', '185727.775000', '185728.235000', '185728.695000', '185729.155000', '185729.615000', '185730.075000', '185730.535000', '185730.995000', '185731.455000', '185731.915000', '185732.375000', '185732.835000', '185733.295000', '185733.755000', '185734.215000', '185734.675000', '185735.135000', '185735.595000', '185736.055000', '185736.515000', '185736.975000', '185737.435000', '185737.895000', '185738.355000', '185738.815000', '185739.275000', '185739.735000', '185740.195000', '185740.655000', '185741.115000', '185741.575000', '185742.035000', '185742.495000', '185742.955000', '185743.415000', '185743.875000', '185744.335000', '185744.795000', '185745.255000', '185745.715000', '185746.175000', '185746.635000', '185747.095000', '185747.555000', '185748.015000', '185748.475000', '185748.935000', '185749.395000', '185749.855000', '185750.315000', '185750.775000', '185751.235000', '185751.695000', '185752.155000', '185752.615000', '185753.075000', '185753.535000', '185753.995000', '185754.455000', '185754.915000', '185755.375000', '185755.835000', '185756.295000', '185756.755000', '185757.215000', '185757.675000', '185758.135000', '185758.595000', '185759.055000', '185759.515000', '185759.975000', '185800.435000', '185800.895000', '185801.355000', '185801.815000', '185802.275000'], 'ContentTime': ['184910.710000', '184910.713000', '184910.716000', '184910.719000', '184910.722000', '184910.724000', '184910.727000', '184910.729000', '184910.732000', '184910.734000', '184910.737000', '184910.739000', '184910.742000', '184910.745000', '184910.747000', '184910.750000', '184910.752000', '184910.755000', '184910.757000', '184910.760000', '184910.763000', '184910.765000', '184910.768000', '184910.770000', '184910.773000', '184910.776000', '184910.778000', '184910.781000', '184910.783000', '184910.786000', '184910.788000', '184910.791000', '184910.794000', '184910.796000', '184910.799000', '184910.801000', '184910.804000', '184910.806000', '184910.809000', '184910.811000', '184910.814000', '184910.820000', '184910.822000', '184910.825000', '184910.827000', '184910.830000', '184910.832000', '184910.835000', '184910.838000', '184930.679000', '184930.682000', '184930.685000', '184930.688000', '184930.690000', '184930.693000', '184930.696000', '184930.699000', '184930.710000', '184930.712000', '184930.715000', '184930.717000', '184930.720000', '184930.723000', '184930.725000', '184930.728000', '184930.730000', '184930.733000', '184930.736000', '184930.738000', '184930.741000', '184930.743000', '184930.746000', '184930.749000', '184930.751000', '184930.760000', '184930.762000', '184930.765000', '184930.768000', '184930.770000', '184930.773000', '184930.775000', '184930.778000', '184930.780000', '184930.783000', '184930.786000', '184930.788000', '184930.791000', '184930.794000', '184930.796000', '184930.799000', '184930.801000', '184930.804000', '184950.680000', '184950.682000', '184950.685000', '184950.688000', '184950.690000', '184950.693000', '184950.709000', '184950.711000', '184950.714000', '184950.717000', '184950.719000', '184950.722000', '184950.724000', '184950.727000', '184950.730000', '184950.732000', '184950.735000', '184950.737000', '184950.740000', '184950.743000', '184950.745000', '184950.748000', '184950.751000', '184950.753000', '184950.756000', '184950.758000', '184950.761000', '184950.763000', '184950.769000', '184950.771000', '184950.774000', '184950.776000', '184950.779000', '184950.782000', '184950.784000', '184950.787000', '184950.789000', '184950.792000', '184950.795000', '184950.797000', '184950.800000', '184950.802000', '184950.805000', '184950.807000', '185010.679000', '185010.682000', '185010.685000', '185010.687000', '185010.690000', '185010.693000', '185010.696000', '185010.698000', '185010.701000', '185010.703000', '185010.706000', '185010.709000', '185010.711000', '185010.714000', '185010.716000', '185010.719000', '185010.722000', '185010.724000', '185010.727000', '185010.730000', '185010.732000', '185010.735000', '185010.737000', '185010.740000', '185010.743000', '185010.745000', '185010.748000', '185010.750000', '185010.753000', '185010.755000', '185010.758000', '185010.761000', '185010.763000', '185010.766000', '185010.769000', '185010.771000', '185010.774000', '185010.776000', '185010.779000', '185010.781000', '185010.794000', '185010.797000', '185010.799000', '185030.681000', '185030.684000', '185030.686000', '185030.689000', '185030.691000', '185030.694000', '185030.697000', '185030.699000', '185030.702000', '185030.704000', '185030.707000', '185030.710000', '185030.712000', '185030.715000', '185030.717000', '185030.720000', '185030.722000', '185030.725000', '185030.728000', '185030.730000', '185030.755000', '185030.757000', '185030.760000', '185030.762000', '185030.765000', '185030.768000', '185030.770000', '185030.773000', '185030.775000', '185030.778000', '185030.781000', '185030.783000', '185030.786000', '185030.789000', '185030.791000', '185030.794000', '185030.797000', '185030.799000', '185030.802000', '185030.805000', '185030.807000', '185030.810000', '185030.812000', '185030.815000', '185050.681000', '185050.683000', '185050.686000', '185050.689000', '185050.691000', '185050.694000', '185050.697000', '185050.699000', '185050.702000', '185050.705000', '185050.707000', '185050.710000', '185050.712000', '185050.715000', '185050.718000', '185050.720000', '185050.723000', '185050.726000', '185050.728000', '185050.731000', '185050.733000', '185050.736000', '185050.739000', '185050.741000', '185050.744000', '185050.746000', '185050.749000', '185050.751000', '185050.754000', '185050.756000', '185050.759000', '185050.762000', '185050.764000', '185050.767000', '185050.770000', '185050.773000', '185050.776000', '185050.779000', '185050.781000', '185050.784000', '185050.787000', '185050.789000', '185050.792000', '185110.679000', '185110.682000', '185110.685000', '185110.688000', '185110.690000', '185110.693000', '185110.696000', '185110.698000', '185110.701000', '185110.703000', '185110.706000', '185110.708000', '185110.711000', '185110.714000', '185110.716000', '185110.719000', '185110.722000', '185110.724000', '185110.727000', '185110.729000', '185110.732000', '185110.735000', '185110.737000', '185110.740000', '185110.742000', '185110.745000', '185110.747000', '185110.750000', '185110.753000', '185110.755000', '185110.758000', '185110.760000', '185110.763000', '185110.766000', '185110.768000', '185110.771000', '185110.773000', '185110.776000', '185110.779000', '185110.781000', '185110.784000', '185110.786000', '185110.789000', '185110.792000', '185130.679000', '185130.682000', '185130.685000', '185130.688000', '185130.690000', '185130.693000', '185130.695000', '185130.698000', '185130.701000', '185130.703000', '185130.706000', '185130.708000', '185130.711000', '185130.714000', '185130.716000', '185130.719000', '185130.721000', '185130.724000', '185130.727000', '185130.729000', '185130.732000', '185130.734000', '185130.737000', '185130.740000', '185130.742000', '185130.745000', '185130.747000', '185130.750000', '185130.752000', '185130.755000', '185130.758000', '185130.760000', '185130.763000', '185130.765000', '185130.768000', '185130.771000', '185130.773000', '185130.776000', '185130.778000', '185130.781000', '185130.784000', '185130.786000', '185130.789000', '185150.680000', '185150.682000', '185150.685000', '185150.688000', '185150.690000', '185150.693000', '185150.695000', '185150.698000', '185150.701000', '185150.703000', '185150.706000', '185150.708000', '185150.711000', '185150.714000', '185150.716000', '185150.719000', '185150.721000', '185150.724000', '185150.727000', '185150.729000', '185150.732000', '185150.734000', '185150.737000', '185150.740000', '185150.742000', '185150.745000', '185150.747000', '185150.750000', '185150.752000', '185150.755000', '185150.758000', '185150.760000', '185150.763000', '185150.766000', '185150.768000', '185150.771000', '185150.773000', '185150.776000', '185150.778000', '185150.781000', '185150.784000', '185150.786000', '185150.789000', '185150.792000', '185210.680000', '185210.683000', '185210.685000', '185210.688000', '185210.690000', '185210.693000', '185210.696000', '185210.698000', '185210.701000', '185210.704000', '185210.706000', '185210.709000', '185210.711000', '185210.714000', '185210.717000', '185210.719000', '185210.726000', '185210.728000', '185210.731000', '185210.734000', '185210.736000', '185210.739000', '185210.741000', '185210.744000', '185210.747000', '185210.749000', '185210.752000', '185210.754000', '185210.757000', '185210.760000', '185210.762000', '185210.765000', '185210.768000', '185210.770000', '185210.773000', '185210.775000', '185210.778000', '185210.780000', '185210.783000', '185210.786000', '185210.788000', '185210.791000', '185210.793000', '185230.680000', '185230.682000', '185230.685000', '185230.688000', '185230.690000', '185230.693000', '185230.695000', '185230.698000', '185230.701000', '185230.703000', '185230.706000', '185230.709000', '185230.711000', '185230.714000', '185230.716000', '185230.719000', '185230.722000', '185230.724000', '185230.727000', '185230.729000', '185230.732000', '185230.735000', '185230.737000', '185230.740000', '185230.742000', '185230.745000', '185230.747000', '185230.750000', '185230.753000', '185230.755000', '185230.758000', '185230.761000', '185230.763000', '185230.766000', '185230.769000', '185230.771000', '185230.774000', '185230.776000', '185230.779000', '185230.781000', '185230.784000', '185230.787000', '185230.789000', '185230.792000', '185250.681000', '185250.683000', '185250.686000', '185250.689000', '185250.691000', '185250.694000', '185250.696000', '185250.699000', '185250.702000', '185250.704000', '185250.707000', '185250.710000', '185250.712000', '185250.715000', '185250.718000', '185250.720000', '185250.723000', '185250.726000', '185250.728000', '185250.731000', '185250.733000', '185250.736000', '185250.739000', '185250.741000', '185250.744000', '185250.746000', '185250.762000', '185250.765000', '185250.767000', '185250.770000', '185250.773000', '185250.775000', '185250.778000', '185250.780000', '185250.783000', '185250.785000', '185250.788000', '185250.791000', '185250.793000', '185250.796000', '185250.799000', '185250.801000', '185250.804000', '185310.681000', '185310.683000', '185310.686000', '185310.689000', '185310.691000', '185310.694000', '185310.697000', '185310.699000', '185310.702000', '185310.705000', '185310.707000', '185310.710000', '185310.712000', '185310.715000', '185310.718000', '185310.720000', '185310.723000', '185310.725000', '185310.728000', '185310.731000', '185310.733000', '185310.736000', '185310.738000', '185310.741000', '185310.744000', '185310.746000', '185310.749000', '185310.752000', '185310.754000', '185310.757000', '185310.759000', '185310.762000', '185310.765000', '185310.767000', '185310.770000', '185310.772000', '185310.775000', '185310.778000', '185310.780000', '185310.783000', '185310.785000', '185310.788000', '185310.791000', '185310.793000', '185330.680000', '185330.683000', '185330.685000', '185330.688000', '185330.690000', '185330.693000', '185330.696000', '185330.698000', '185330.701000', '185330.703000', '185330.706000', '185330.709000', '185330.711000', '185330.714000', '185330.716000', '185330.719000', '185330.722000', '185330.724000', '185330.727000', '185330.729000', '185330.732000', '185330.735000', '185330.737000', '185330.740000', '185330.742000', '185330.745000', '185330.748000', '185330.750000', '185330.753000', '185330.755000', '185330.758000', '185330.761000', '185330.763000', '185330.766000', '185330.768000', '185330.771000', '185330.774000', '185330.776000', '185330.779000', '185330.782000', '185330.784000', '185330.787000', '185330.789000', '185350.679000', '185350.682000', '185350.685000', '185350.688000', '185350.690000', '185350.694000', '185350.697000', '185350.699000', '185350.702000', '185350.705000', '185350.707000', '185350.710000', '185350.712000', '185350.715000', '185350.718000', '185350.720000', '185350.723000', '185350.726000', '185350.728000', '185350.731000', '185350.733000', '185350.736000', '185350.739000', '185350.741000', '185350.744000', '185350.747000', '185350.750000', '185350.752000', '185350.755000', '185350.758000', '185350.760000', '185350.763000', '185350.766000', '185350.768000', '185350.771000', '185350.773000', '185350.776000', '185350.779000', '185350.781000', '185350.784000', '185350.787000', '185350.789000', '185350.792000', '185350.794000', '185410.680000', '185410.683000', '185410.685000', '185410.688000', '185410.690000', '185410.693000', '185410.696000', '185410.698000', '185410.701000', '185410.703000', '185410.706000', '185410.709000', '185410.711000', '185410.714000', '185410.717000', '185410.719000', '185410.722000', '185410.724000', '185410.727000', '185410.730000', '185410.732000', '185410.735000', '185410.737000', '185410.740000', '185410.743000', '185410.745000', '185410.750000', '185410.752000', '185410.755000', '185410.758000', '185410.760000', '185410.763000', '185410.765000', '185410.768000', '185410.770000', '185410.773000', '185410.776000', '185410.790000', '185410.792000', '185410.795000', '185410.798000', '185410.800000', '185410.803000', '185430.680000', '185430.683000', '185430.685000', '185430.688000', '185430.690000', '185430.693000', '185430.695000', '185430.698000', '185430.701000', '185430.704000', '185430.706000', '185430.709000', '185430.712000', '185430.714000', '185430.717000', '185430.719000', '185430.722000', '185430.724000', '185430.727000', '185430.730000', '185430.732000', '185430.735000', '185430.738000', '185430.740000', '185430.743000', '185430.745000', '185430.748000', '185430.751000', '185430.753000', '185430.756000', '185430.758000', '185430.761000', '185430.763000', '185430.766000', '185430.769000', '185430.771000', '185430.774000', '185430.777000', '185430.779000', '185430.782000', '185430.784000', '185430.787000', '185430.789000', '185450.679000', '185450.682000', '185450.685000', '185450.688000', '185450.690000', '185450.693000', '185450.695000', '185450.698000', '185450.701000', '185450.703000', '185450.706000', '185450.708000', '185450.711000', '185450.714000', '185450.716000', '185450.719000', '185450.721000', '185450.724000', '185450.726000', '185450.729000', '185450.732000', '185450.734000', '185450.737000', '185450.740000', '185450.742000', '185450.745000', '185450.747000', '185450.750000', '185450.753000', '185450.755000', '185450.758000', '185450.760000', '185450.763000', '185450.765000', '185450.768000', '185450.771000', '185450.773000', '185450.776000', '185450.779000', '185450.781000', '185450.784000', '185450.786000', '185450.789000', '185450.791000', '185510.681000', '185510.684000', '185510.686000', '185510.689000', '185510.692000', '185510.694000', '185510.697000', '185510.699000', '185510.702000', '185510.705000', '185510.707000', '185510.710000', '185510.712000', '185510.715000', '185510.718000', '185510.720000', '185510.723000', '185510.725000', '185510.728000', '185510.731000', '185510.734000', '185510.737000', '185510.739000', '185510.742000', '185510.745000', '185510.747000', '185510.750000', '185510.752000', '185510.755000', '185510.758000', '185510.760000', '185510.763000', '185510.765000', '185510.768000', '185510.771000', '185510.773000', '185510.776000', '185510.778000', '185510.781000', '185510.784000', '185510.786000', '185510.789000', '185510.792000', '185530.681000', '185530.684000', '185530.686000', '185530.689000', '185530.692000', '185530.695000', '185530.697000', '185530.700000', '185530.703000', '185530.705000', '185530.708000', '185530.710000', '185530.713000', '185530.716000', '185530.718000', '185530.721000', '185530.723000', '185530.726000', '185530.729000', '185530.731000', '185530.734000', '185530.737000', '185530.739000', '185530.742000', '185530.744000', '185530.747000', '185530.749000', '185530.752000', '185530.755000', '185530.757000', '185530.760000', '185530.763000', '185530.765000', '185530.768000', '185530.771000', '185530.773000', '185530.776000', '185530.778000', '185530.781000', '185530.783000', '185530.786000', '185530.789000', '185530.791000', '185530.794000', '185550.679000', '185550.682000', '185550.685000', '185550.688000', '185550.699000', '185550.702000', '185550.705000', '185550.707000', '185550.710000', '185550.713000', '185550.715000', '185550.718000', '185550.720000', '185550.724000', '185550.727000', '185550.730000', '185550.732000', '185550.735000', '185550.738000', '185550.740000', '185550.743000', '185550.746000', '185550.748000', '185550.751000', '185550.753000', '185550.756000', '185550.759000', '185550.761000', '185550.764000', '185550.766000', '185550.769000', '185550.772000', '185550.774000', '185550.777000', '185550.779000', '185550.782000', '185550.785000', '185550.787000', '185550.790000', '185550.792000', '185550.795000', '185550.797000', '185550.800000', '185610.680000', '185610.683000', '185610.685000', '185610.688000', '185610.691000', '185610.693000', '185610.696000', '185610.698000', '185610.701000', '185610.704000', '185610.706000', '185610.709000', '185610.712000', '185610.714000', '185610.717000', '185610.719000', '185610.722000', '185610.724000', '185610.727000', '185610.730000', '185610.732000', '185610.735000', '185610.737000', '185610.740000', '185610.743000', '185610.745000', '185610.748000', '185610.750000', '185610.753000', '185610.756000', '185610.758000', '185610.761000', '185610.763000', '185610.766000', '185610.769000', '185610.771000', '185610.774000', '185610.776000', '185610.779000', '185610.782000', '185610.784000', '185610.787000', '185610.789000', '185610.792000', '185630.680000', '185630.683000', '185630.685000', '185630.688000', '185630.691000', '185630.693000', '185630.696000', '185630.699000', '185630.701000', '185630.704000', '185630.707000', '185630.709000', '185630.712000', '185630.714000', '185630.717000', '185630.720000', '185630.722000', '185630.725000', '185630.728000', '185630.730000', '185630.733000', '185630.735000', '185630.738000', '185630.741000', '185630.743000', '185630.746000', '185630.748000', '185630.751000', '185630.754000', '185630.756000', '185630.759000', '185630.761000', '185630.764000', '185630.767000', '185630.769000', '185630.772000', '185630.775000', '185630.778000', '185630.780000', '185630.783000', '185630.785000', '185630.788000', '185630.791000', '185650.680000', '185650.683000', '185650.685000', '185650.688000', '185650.691000', '185650.693000', '185650.696000', '185650.698000', '185650.701000', '185650.704000', '185650.706000', '185650.709000', '185650.711000', '185650.714000', '185650.717000', '185650.719000', '185650.722000', '185650.725000', '185650.727000', '185650.730000', '185650.732000', '185650.735000', '185650.737000', '185650.740000', '185650.743000', '185650.745000', '185650.748000', '185650.751000', '185650.753000', '185650.756000', '185650.758000', '185650.761000', '185650.764000', '185650.766000', '185650.769000', '185650.772000', '185650.774000', '185650.777000', '185650.779000', '185650.782000', '185650.785000', '185650.787000', '185650.790000', '185650.792000', '185710.680000', '185710.698000', '185710.700000', '185710.703000', '185710.706000', '185710.708000', '185710.711000', '185710.713000', '185710.716000', '185710.718000', '185710.721000', '185710.724000', '185710.726000', '185710.729000', '185710.731000', '185710.734000', '185710.737000', '185710.739000', '185710.742000', '185710.744000', '185710.747000', '185710.750000', '185710.752000', '185710.755000', '185710.757000', '185710.760000', '185710.763000', '185710.765000', '185710.768000', '185710.770000', '185710.773000', '185710.776000', '185710.778000', '185710.781000', '185710.784000', '185710.786000', '185710.789000', '185710.791000', '185710.794000', '185710.797000', '185710.799000', '185710.802000', '185710.804000', '185730.681000', '185730.683000', '185730.686000', '185730.689000', '185730.691000', '185730.694000', '185730.697000', '185730.699000', '185730.702000', '185730.704000', '185730.707000', '185730.710000', '185730.712000', '185730.715000', '185730.717000', '185730.720000', '185730.723000', '185730.725000', '185730.728000', '185730.730000', '185730.733000', '185730.736000', '185730.738000', '185730.741000', '185730.743000', '185730.746000', '185730.748000', '185730.751000', '185730.754000', '185730.756000', '185730.759000', '185730.762000', '185730.764000', '185730.767000', '185730.769000', '185730.772000', '185730.775000', '185730.777000', '185730.780000', '185730.782000', '185730.785000', '185730.787000', '185730.790000', '185730.793000', '185750.681000', '185750.684000', '185750.686000', '185750.689000', '185750.692000', '185750.694000', '185750.697000', '185750.699000', '185750.702000', '185750.704000', '185750.707000', '185750.710000', '185750.712000', '185750.715000', '185750.718000', '185750.720000', '185750.723000', '185750.725000', '185750.728000', '185750.731000', '185750.733000', '185750.736000', '185750.738000', '185750.741000', '185750.744000', '185750.746000', '185750.749000', '185750.751000', '185750.754000', '185750.757000', '185750.759000', '185750.762000', '185750.764000', '185750.767000', '185750.770000', '185750.772000', '185750.775000', '185750.777000', '185750.780000', '185750.783000', '185750.785000', '185750.788000', '185750.790000', '185804.081000', '185804.084000', '185804.087000', '185804.089000', '185804.092000', '185804.095000', '185804.097000', '185804.100000', '185804.102000', '185804.105000', '185804.107000', '185804.110000', '185804.113000', '185804.115000', '185804.118000', '185804.121000', '185804.123000', '185804.126000', '185804.128000', '185804.131000', '185804.133000', '185804.136000', '185804.139000', '185804.141000', '185804.144000', '185804.146000', '185804.149000', '185804.152000', '185804.154000', '185804.157000'], 'InstanceCreationTime': ['184910.710000', '184910.713000', '184910.716000', '184910.719000', '184910.722000', '184910.724000', '184910.727000', '184910.729000', '184910.732000', '184910.734000', '184910.737000', '184910.739000', '184910.742000', '184910.745000', '184910.747000', '184910.750000', '184910.752000', '184910.755000', '184910.757000', '184910.760000', '184910.763000', '184910.765000', '184910.768000', '184910.770000', '184910.773000', '184910.776000', '184910.778000', '184910.781000', '184910.783000', '184910.786000', '184910.788000', '184910.791000', '184910.794000', '184910.796000', '184910.799000', '184910.801000', '184910.804000', '184910.806000', '184910.809000', '184910.811000', '184910.814000', '184910.820000', '184910.822000', '184910.825000', '184910.827000', '184910.830000', '184910.832000', '184910.835000', '184910.838000', '184930.679000', '184930.682000', '184930.685000', '184930.688000', '184930.690000', '184930.693000', '184930.696000', '184930.699000', '184930.710000', '184930.712000', '184930.715000', '184930.717000', '184930.720000', '184930.723000', '184930.725000', '184930.728000', '184930.730000', '184930.733000', '184930.736000', '184930.738000', '184930.741000', '184930.743000', '184930.746000', '184930.749000', '184930.751000', '184930.760000', '184930.762000', '184930.765000', '184930.768000', '184930.770000', '184930.773000', '184930.775000', '184930.778000', '184930.780000', '184930.783000', '184930.786000', '184930.788000', '184930.791000', '184930.794000', '184930.796000', '184930.799000', '184930.801000', '184930.804000', '184950.680000', '184950.682000', '184950.685000', '184950.688000', '184950.690000', '184950.693000', '184950.709000', '184950.711000', '184950.714000', '184950.717000', '184950.719000', '184950.722000', '184950.724000', '184950.727000', '184950.730000', '184950.732000', '184950.735000', '184950.737000', '184950.740000', '184950.743000', '184950.745000', '184950.748000', '184950.751000', '184950.753000', '184950.756000', '184950.758000', '184950.761000', '184950.763000', '184950.769000', '184950.771000', '184950.774000', '184950.776000', '184950.779000', '184950.782000', '184950.784000', '184950.787000', '184950.789000', '184950.792000', '184950.795000', '184950.797000', '184950.800000', '184950.802000', '184950.805000', '184950.807000', '185010.679000', '185010.682000', '185010.685000', '185010.687000', '185010.690000', '185010.693000', '185010.696000', '185010.698000', '185010.701000', '185010.703000', '185010.706000', '185010.709000', '185010.711000', '185010.714000', '185010.716000', '185010.719000', '185010.722000', '185010.724000', '185010.727000', '185010.730000', '185010.732000', '185010.735000', '185010.737000', '185010.740000', '185010.743000', '185010.745000', '185010.748000', '185010.750000', '185010.753000', '185010.755000', '185010.758000', '185010.761000', '185010.763000', '185010.766000', '185010.769000', '185010.771000', '185010.774000', '185010.776000', '185010.779000', '185010.781000', '185010.794000', '185010.797000', '185010.799000', '185030.681000', '185030.684000', '185030.686000', '185030.689000', '185030.691000', '185030.694000', '185030.697000', '185030.699000', '185030.702000', '185030.704000', '185030.707000', '185030.710000', '185030.712000', '185030.715000', '185030.717000', '185030.720000', '185030.722000', '185030.725000', '185030.728000', '185030.730000', '185030.755000', '185030.757000', '185030.760000', '185030.762000', '185030.765000', '185030.768000', '185030.770000', '185030.773000', '185030.775000', '185030.778000', '185030.781000', '185030.783000', '185030.786000', '185030.789000', '185030.791000', '185030.794000', '185030.797000', '185030.799000', '185030.802000', '185030.805000', '185030.807000', '185030.810000', '185030.812000', '185030.815000', '185050.681000', '185050.683000', '185050.686000', '185050.689000', '185050.691000', '185050.694000', '185050.697000', '185050.699000', '185050.702000', '185050.705000', '185050.707000', '185050.710000', '185050.712000', '185050.715000', '185050.718000', '185050.720000', '185050.723000', '185050.726000', '185050.728000', '185050.731000', '185050.733000', '185050.736000', '185050.739000', '185050.741000', '185050.744000', '185050.746000', '185050.749000', '185050.751000', '185050.754000', '185050.756000', '185050.759000', '185050.762000', '185050.764000', '185050.767000', '185050.770000', '185050.773000', '185050.776000', '185050.779000', '185050.781000', '185050.784000', '185050.787000', '185050.789000', '185050.792000', '185110.679000', '185110.682000', '185110.685000', '185110.688000', '185110.690000', '185110.693000', '185110.696000', '185110.698000', '185110.701000', '185110.703000', '185110.706000', '185110.708000', '185110.711000', '185110.714000', '185110.716000', '185110.719000', '185110.722000', '185110.724000', '185110.727000', '185110.729000', '185110.732000', '185110.735000', '185110.737000', '185110.740000', '185110.742000', '185110.745000', '185110.747000', '185110.750000', '185110.753000', '185110.755000', '185110.758000', '185110.760000', '185110.763000', '185110.766000', '185110.768000', '185110.771000', '185110.773000', '185110.776000', '185110.779000', '185110.781000', '185110.784000', '185110.786000', '185110.789000', '185110.792000', '185130.679000', '185130.682000', '185130.685000', '185130.688000', '185130.690000', '185130.693000', '185130.695000', '185130.698000', '185130.701000', '185130.703000', '185130.706000', '185130.708000', '185130.711000', '185130.714000', '185130.716000', '185130.719000', '185130.721000', '185130.724000', '185130.727000', '185130.729000', '185130.732000', '185130.734000', '185130.737000', '185130.740000', '185130.742000', '185130.745000', '185130.747000', '185130.750000', '185130.752000', '185130.755000', '185130.758000', '185130.760000', '185130.763000', '185130.765000', '185130.768000', '185130.771000', '185130.773000', '185130.776000', '185130.778000', '185130.781000', '185130.784000', '185130.786000', '185130.789000', '185150.680000', '185150.682000', '185150.685000', '185150.688000', '185150.690000', '185150.693000', '185150.695000', '185150.698000', '185150.701000', '185150.703000', '185150.706000', '185150.708000', '185150.711000', '185150.714000', '185150.716000', '185150.719000', '185150.721000', '185150.724000', '185150.727000', '185150.729000', '185150.732000', '185150.734000', '185150.737000', '185150.740000', '185150.742000', '185150.745000', '185150.747000', '185150.750000', '185150.752000', '185150.755000', '185150.758000', '185150.760000', '185150.763000', '185150.766000', '185150.768000', '185150.771000', '185150.773000', '185150.776000', '185150.778000', '185150.781000', '185150.784000', '185150.786000', '185150.789000', '185150.792000', '185210.680000', '185210.683000', '185210.685000', '185210.688000', '185210.690000', '185210.693000', '185210.696000', '185210.698000', '185210.701000', '185210.704000', '185210.706000', '185210.709000', '185210.711000', '185210.714000', '185210.717000', '185210.719000', '185210.726000', '185210.728000', '185210.731000', '185210.734000', '185210.736000', '185210.739000', '185210.741000', '185210.744000', '185210.747000', '185210.749000', '185210.752000', '185210.754000', '185210.757000', '185210.760000', '185210.762000', '185210.765000', '185210.768000', '185210.770000', '185210.773000', '185210.775000', '185210.778000', '185210.780000', '185210.783000', '185210.786000', '185210.788000', '185210.791000', '185210.793000', '185230.680000', '185230.682000', '185230.685000', '185230.688000', '185230.690000', '185230.693000', '185230.695000', '185230.698000', '185230.701000', '185230.703000', '185230.706000', '185230.709000', '185230.711000', '185230.714000', '185230.716000', '185230.719000', '185230.722000', '185230.724000', '185230.727000', '185230.729000', '185230.732000', '185230.735000', '185230.737000', '185230.740000', '185230.742000', '185230.745000', '185230.747000', '185230.750000', '185230.753000', '185230.755000', '185230.758000', '185230.761000', '185230.763000', '185230.766000', '185230.769000', '185230.771000', '185230.774000', '185230.776000', '185230.779000', '185230.781000', '185230.784000', '185230.787000', '185230.789000', '185230.792000', '185250.681000', '185250.683000', '185250.686000', '185250.689000', '185250.691000', '185250.694000', '185250.696000', '185250.699000', '185250.702000', '185250.704000', '185250.707000', '185250.710000', '185250.712000', '185250.715000', '185250.718000', '185250.720000', '185250.723000', '185250.726000', '185250.728000', '185250.731000', '185250.733000', '185250.736000', '185250.739000', '185250.741000', '185250.744000', '185250.746000', '185250.762000', '185250.765000', '185250.767000', '185250.770000', '185250.773000', '185250.775000', '185250.778000', '185250.780000', '185250.783000', '185250.785000', '185250.788000', '185250.791000', '185250.793000', '185250.796000', '185250.799000', '185250.801000', '185250.804000', '185310.681000', '185310.683000', '185310.686000', '185310.689000', '185310.691000', '185310.694000', '185310.697000', '185310.699000', '185310.702000', '185310.705000', '185310.707000', '185310.710000', '185310.712000', '185310.715000', '185310.718000', '185310.720000', '185310.723000', '185310.725000', '185310.728000', '185310.731000', '185310.733000', '185310.736000', '185310.738000', '185310.741000', '185310.744000', '185310.746000', '185310.749000', '185310.752000', '185310.754000', '185310.757000', '185310.759000', '185310.762000', '185310.765000', '185310.767000', '185310.770000', '185310.772000', '185310.775000', '185310.778000', '185310.780000', '185310.783000', '185310.785000', '185310.788000', '185310.791000', '185310.793000', '185330.680000', '185330.683000', '185330.685000', '185330.688000', '185330.690000', '185330.693000', '185330.696000', '185330.698000', '185330.701000', '185330.703000', '185330.706000', '185330.709000', '185330.711000', '185330.714000', '185330.716000', '185330.719000', '185330.722000', '185330.724000', '185330.727000', '185330.729000', '185330.732000', '185330.735000', '185330.737000', '185330.740000', '185330.742000', '185330.745000', '185330.748000', '185330.750000', '185330.753000', '185330.755000', '185330.758000', '185330.761000', '185330.763000', '185330.766000', '185330.768000', '185330.771000', '185330.774000', '185330.776000', '185330.779000', '185330.782000', '185330.784000', '185330.787000', '185330.789000', '185350.679000', '185350.682000', '185350.685000', '185350.688000', '185350.690000', '185350.694000', '185350.697000', '185350.699000', '185350.702000', '185350.705000', '185350.707000', '185350.710000', '185350.712000', '185350.715000', '185350.718000', '185350.720000', '185350.723000', '185350.726000', '185350.728000', '185350.731000', '185350.733000', '185350.736000', '185350.739000', '185350.741000', '185350.744000', '185350.747000', '185350.750000', '185350.752000', '185350.755000', '185350.758000', '185350.760000', '185350.763000', '185350.766000', '185350.768000', '185350.771000', '185350.773000', '185350.776000', '185350.779000', '185350.781000', '185350.784000', '185350.787000', '185350.789000', '185350.792000', '185350.794000', '185410.680000', '185410.683000', '185410.685000', '185410.688000', '185410.690000', '185410.693000', '185410.696000', '185410.698000', '185410.701000', '185410.703000', '185410.706000', '185410.709000', '185410.711000', '185410.714000', '185410.717000', '185410.719000', '185410.722000', '185410.724000', '185410.727000', '185410.730000', '185410.732000', '185410.735000', '185410.737000', '185410.740000', '185410.743000', '185410.745000', '185410.750000', '185410.752000', '185410.755000', '185410.758000', '185410.760000', '185410.763000', '185410.765000', '185410.768000', '185410.770000', '185410.773000', '185410.776000', '185410.790000', '185410.792000', '185410.795000', '185410.798000', '185410.800000', '185410.803000', '185430.680000', '185430.683000', '185430.685000', '185430.688000', '185430.690000', '185430.693000', '185430.695000', '185430.698000', '185430.701000', '185430.704000', '185430.706000', '185430.709000', '185430.712000', '185430.714000', '185430.717000', '185430.719000', '185430.722000', '185430.724000', '185430.727000', '185430.730000', '185430.732000', '185430.735000', '185430.738000', '185430.740000', '185430.743000', '185430.745000', '185430.748000', '185430.751000', '185430.753000', '185430.756000', '185430.758000', '185430.761000', '185430.763000', '185430.766000', '185430.769000', '185430.771000', '185430.774000', '185430.777000', '185430.779000', '185430.782000', '185430.784000', '185430.787000', '185430.789000', '185450.679000', '185450.682000', '185450.685000', '185450.688000', '185450.690000', '185450.693000', '185450.695000', '185450.698000', '185450.701000', '185450.703000', '185450.706000', '185450.708000', '185450.711000', '185450.714000', '185450.716000', '185450.719000', '185450.721000', '185450.724000', '185450.726000', '185450.729000', '185450.732000', '185450.734000', '185450.737000', '185450.740000', '185450.742000', '185450.745000', '185450.747000', '185450.750000', '185450.753000', '185450.755000', '185450.758000', '185450.760000', '185450.763000', '185450.765000', '185450.768000', '185450.771000', '185450.773000', '185450.776000', '185450.779000', '185450.781000', '185450.784000', '185450.786000', '185450.789000', '185450.791000', '185510.681000', '185510.684000', '185510.686000', '185510.689000', '185510.692000', '185510.694000', '185510.697000', '185510.699000', '185510.702000', '185510.705000', '185510.707000', '185510.710000', '185510.712000', '185510.715000', '185510.718000', '185510.720000', '185510.723000', '185510.725000', '185510.728000', '185510.731000', '185510.734000', '185510.737000', '185510.739000', '185510.742000', '185510.745000', '185510.747000', '185510.750000', '185510.752000', '185510.755000', '185510.758000', '185510.760000', '185510.763000', '185510.765000', '185510.768000', '185510.771000', '185510.773000', '185510.776000', '185510.778000', '185510.781000', '185510.784000', '185510.786000', '185510.789000', '185510.792000', '185530.681000', '185530.684000', '185530.686000', '185530.689000', '185530.692000', '185530.695000', '185530.697000', '185530.700000', '185530.703000', '185530.705000', '185530.708000', '185530.710000', '185530.713000', '185530.716000', '185530.718000', '185530.721000', '185530.723000', '185530.726000', '185530.729000', '185530.731000', '185530.734000', '185530.737000', '185530.739000', '185530.742000', '185530.744000', '185530.747000', '185530.749000', '185530.752000', '185530.755000', '185530.757000', '185530.760000', '185530.763000', '185530.765000', '185530.768000', '185530.771000', '185530.773000', '185530.776000', '185530.778000', '185530.781000', '185530.783000', '185530.786000', '185530.789000', '185530.791000', '185530.794000', '185550.679000', '185550.682000', '185550.685000', '185550.688000', '185550.699000', '185550.702000', '185550.705000', '185550.707000', '185550.710000', '185550.713000', '185550.715000', '185550.718000', '185550.720000', '185550.724000', '185550.727000', '185550.730000', '185550.732000', '185550.735000', '185550.738000', '185550.740000', '185550.743000', '185550.746000', '185550.748000', '185550.751000', '185550.753000', '185550.756000', '185550.759000', '185550.761000', '185550.764000', '185550.766000', '185550.769000', '185550.772000', '185550.774000', '185550.777000', '185550.779000', '185550.782000', '185550.785000', '185550.787000', '185550.790000', '185550.792000', '185550.795000', '185550.797000', '185550.800000', '185610.680000', '185610.683000', '185610.685000', '185610.688000', '185610.691000', '185610.693000', '185610.696000', '185610.698000', '185610.701000', '185610.704000', '185610.706000', '185610.709000', '185610.712000', '185610.714000', '185610.717000', '185610.719000', '185610.722000', '185610.724000', '185610.727000', '185610.730000', '185610.732000', '185610.735000', '185610.737000', '185610.740000', '185610.743000', '185610.745000', '185610.748000', '185610.750000', '185610.753000', '185610.756000', '185610.758000', '185610.761000', '185610.763000', '185610.766000', '185610.769000', '185610.771000', '185610.774000', '185610.776000', '185610.779000', '185610.782000', '185610.784000', '185610.787000', '185610.789000', '185610.792000', '185630.680000', '185630.683000', '185630.685000', '185630.688000', '185630.691000', '185630.693000', '185630.696000', '185630.699000', '185630.701000', '185630.704000', '185630.707000', '185630.709000', '185630.712000', '185630.714000', '185630.717000', '185630.720000', '185630.722000', '185630.725000', '185630.728000', '185630.730000', '185630.733000', '185630.735000', '185630.738000', '185630.741000', '185630.743000', '185630.746000', '185630.748000', '185630.751000', '185630.754000', '185630.756000', '185630.759000', '185630.761000', '185630.764000', '185630.767000', '185630.769000', '185630.772000', '185630.775000', '185630.778000', '185630.780000', '185630.783000', '185630.785000', '185630.788000', '185630.791000', '185650.680000', '185650.683000', '185650.685000', '185650.688000', '185650.691000', '185650.693000', '185650.696000', '185650.698000', '185650.701000', '185650.704000', '185650.706000', '185650.709000', '185650.711000', '185650.714000', '185650.717000', '185650.719000', '185650.722000', '185650.725000', '185650.727000', '185650.730000', '185650.732000', '185650.735000', '185650.737000', '185650.740000', '185650.743000', '185650.745000', '185650.748000', '185650.751000', '185650.753000', '185650.756000', '185650.758000', '185650.761000', '185650.764000', '185650.766000', '185650.769000', '185650.772000', '185650.774000', '185650.777000', '185650.779000', '185650.782000', '185650.785000', '185650.787000', '185650.790000', '185650.792000', '185710.680000', '185710.698000', '185710.700000', '185710.703000', '185710.706000', '185710.708000', '185710.711000', '185710.713000', '185710.716000', '185710.718000', '185710.721000', '185710.724000', '185710.726000', '185710.729000', '185710.731000', '185710.734000', '185710.737000', '185710.739000', '185710.742000', '185710.744000', '185710.747000', '185710.750000', '185710.752000', '185710.755000', '185710.757000', '185710.760000', '185710.763000', '185710.765000', '185710.768000', '185710.770000', '185710.773000', '185710.776000', '185710.778000', '185710.781000', '185710.784000', '185710.786000', '185710.789000', '185710.791000', '185710.794000', '185710.797000', '185710.799000', '185710.802000', '185710.804000', '185730.681000', '185730.683000', '185730.686000', '185730.689000', '185730.691000', '185730.694000', '185730.697000', '185730.699000', '185730.702000', '185730.704000', '185730.707000', '185730.710000', '185730.712000', '185730.715000', '185730.717000', '185730.720000', '185730.723000', '185730.725000', '185730.728000', '185730.730000', '185730.733000', '185730.736000', '185730.738000', '185730.741000', '185730.743000', '185730.746000', '185730.748000', '185730.751000', '185730.754000', '185730.756000', '185730.759000', '185730.762000', '185730.764000', '185730.767000', '185730.769000', '185730.772000', '185730.775000', '185730.777000', '185730.780000', '185730.782000', '185730.785000', '185730.787000', '185730.790000', '185730.793000', '185750.681000', '185750.684000', '185750.686000', '185750.689000', '185750.692000', '185750.694000', '185750.697000', '185750.699000', '185750.702000', '185750.704000', '185750.707000', '185750.710000', '185750.712000', '185750.715000', '185750.718000', '185750.720000', '185750.723000', '185750.725000', '185750.728000', '185750.731000', '185750.733000', '185750.736000', '185750.738000', '185750.741000', '185750.744000', '185750.746000', '185750.749000', '185750.751000', '185750.754000', '185750.757000', '185750.759000', '185750.762000', '185750.764000', '185750.767000', '185750.770000', '185750.772000', '185750.775000', '185750.777000', '185750.780000', '185750.783000', '185750.785000', '185750.788000', '185750.790000', '185804.081000', '185804.084000', '185804.087000', '185804.089000', '185804.092000', '185804.095000', '185804.097000', '185804.100000', '185804.102000', '185804.105000', '185804.107000', '185804.110000', '185804.113000', '185804.115000', '185804.118000', '185804.121000', '185804.123000', '185804.126000', '185804.128000', '185804.131000', '185804.133000', '185804.136000', '185804.139000', '185804.141000', '185804.144000', '185804.146000', '185804.149000', '185804.152000', '185804.154000', '185804.157000'], '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': [15135, 11505, 15722, 15843, 11388, 14541, 13880, 11766, 18393, 14857, 11322, 17592, 12162, 11438, 16885, 12004, 11968, 14045, 11676, 19334, 13087, 11625, 15988, 11707, 13041, 14270, 11277, 15702, 13242, 11536, 17587, 12019, 11595, 16452, 12367, 11580, 15776, 11444, 11854, 16516, 12023, 11404, 13601, 11473, 11363, 15147, 10968, 14977, 12963, 11616, 17663, 14645, 11516, 14555, 11891, 18172, 13336, 11351, 14778, 11393, 11563, 14451, 11158, 11302, 14006, 11498, 13673, 14243, 11255, 11450, 14417, 11144, 11312, 13638, 11553, 16568, 14199, 10804, 16877, 11709, 11289, 14393, 13562, 11527, 11798, 17457, 12730, 10508, 11841, 15230, 12382, 11388, 16971, 11437, 11437, 16186, 11864, 13126, 13593, 11420, 13525, 13394, 11674, 17135, 11990, 11554, 14533, 11478, 15633, 13167, 11470, 14370, 11035, 11375, 14561, 11522, 12888, 13553, 11570, 16200, 12561, 11405, 18107, 12746, 11504, 16160, 11471, 11570, 16611, 11093, 15998, 12031, 11762, 17129, 12132, 10852, 14055, 11681, 13078, 15786, 11050, 11799, 13372, 11110, 15005, 13931, 11074, 11188, 14301, 11400, 11673, 14866, 11160, 11852, 17152, 12528, 13660, 13645, 11606, 17483, 14117, 10932, 15805, 13200, 11554, 17630, 13086, 11431, 13965, 13334, 11290, 14768, 12951, 11431, 16992, 14344, 11111, 13960, 11806, 11798, 14675, 13193, 11251, 12299, 13714, 10833, 10924, 14068, 11535, 11804, 17421, 12339, 11634, 16512, 12882, 11466, 13908, 12632, 11463, 11950, 15209, 11184, 11294, 15000, 11815, 11262, 15873, 12811, 11197, 14986, 15136, 11242, 14525, 15039, 11221, 12885, 16951, 11678, 10897, 14031, 11381, 12679, 15168, 10777, 11341, 14626, 11128, 14208, 14133, 10941, 11518, 13920, 11105, 11476, 13370, 10247, 11327, 15509, 11566, 11596, 15873, 11901, 11452, 16443, 11028, 11269, 15915, 11860, 11290, 14292, 10835, 11654, 15593, 11286, 11217, 14546, 11598, 11070, 16161, 11384, 11478, 16523, 11890, 11216, 15649, 11491, 11640, 18349, 11661, 11374, 13228, 13346, 11150, 11682, 14876, 15299, 11445, 11432, 16698, 15894, 11892, 13553, 13296, 11140, 18689, 13701, 11320, 14675, 10801, 11027, 15452, 10855, 10916, 13545, 10995, 10793, 13736, 10965, 11177, 16793, 11847, 11161, 16279, 11965, 11346, 17408, 13260, 11414, 15909, 12765, 12300, 14876, 10983, 14269, 14027, 10715, 14559, 12827, 11441, 16889, 13137, 10627, 15040, 11915, 11391, 18055, 12778, 10856, 17042, 11754, 11289, 16906, 10693, 9886, 13037, 10749, 11016, 16241, 12899, 11242, 10989, 16319, 12681, 11424, 14210, 16914, 12286, 11022, 14486, 10960, 16940, 13549, 10589, 15399, 11526, 11068, 16132, 11342, 11238, 16188, 12773, 10642, 12044, 13083, 10732, 11480, 16354, 11592, 11655, 17225, 13891, 11180, 17708, 12646, 11640, 18603, 15859, 11350, 16289, 12287, 10780, 15143, 12842, 11192, 13606, 15962, 11288, 11357, 16111, 11900, 11650, 14752, 13491, 11296, 11125, 13721, 16163, 12257, 10517, 10723, 17059, 11878, 11662, 18011, 14091, 11191, 16554, 13171, 11583, 16367, 12058, 11377, 16387, 11756, 11050, 15120, 10827, 10809, 16091, 11848, 10680, 15127, 10840, 10699, 14122, 12567, 10141, 9913, 11712, 10185, 12440, 16009, 12573, 16424, 13866, 11127, 19467, 16488, 18366, 14147, 10738, 17248, 12159, 14664, 12834, 10721, 16533, 12640, 10410, 14545, 12488, 10699, 16094, 11923, 11099, 17394, 12631, 10917, 16695, 10963, 11265, 16536, 11606, 11867, 12998, 11116, 16346, 13000, 10606, 15758, 12038, 11462, 18126, 13087, 11224, 16434, 11560, 11319, 17372, 10890, 11265, 15895, 11622, 11737, 16036, 10496, 11286, 16291, 11790, 10837, 14441, 10788, 13456, 17197, 13185, 11790, 16498, 11263, 11565, 14844, 16830, 13407, 10809, 11318, 15918, 12377, 11030, 14663, 13305, 11197, 13894, 16564, 12658, 11765, 13421, 11250, 11944, 16120, 11091, 10633, 13541, 10504, 11208, 16890, 11455, 11234, 15592, 11452, 11238, 16745, 11275, 11260, 16488, 12551, 11478, 14523, 10877, 11253, 12935, 11259, 13953, 13187, 10939, 13100, 13277, 10988, 14459, 12814, 11159, 17284, 13517, 11401, 17730, 12798, 10708, 14382, 11227, 16700, 12631, 10766, 15238, 11487, 11338, 17663, 11651, 11239, 16128, 11441, 11172, 16945, 11042, 11475, 17857, 12629, 11031, 16199, 10852, 11132, 16451, 11417, 11137, 15467, 11222, 10999, 15342, 10422, 11467, 15970, 11369, 11081, 14375, 10827, 11318, 18411, 12793, 11013, 13014, 13286, 11131, 11437, 15974, 16668, 12658, 11294, 14057, 15964, 12506, 13568, 14869, 11074, 14987, 15578, 11314, 14971, 12930, 11087, 11885, 13083, 11197, 13544, 12500, 11049, 14455, 13158, 11308, 17569, 13516, 11331, 17981, 12886, 11340, 15797, 10242, 10993, 13137, 11305, 12778, 13218, 10867, 12520, 13295, 10917, 13360, 12348, 11196, 15440, 12448, 11046, 16542, 11441, 11746, 17752, 13151, 11282, 15792, 10786, 11607, 15835, 11565, 11191, 13384, 11264, 13454, 14402, 10512, 14042, 12266, 11528, 17244, 14227, 11223, 11416, 12667, 10058, 11122, 13134, 11063, 18305, 12802, 15185, 15835, 11470, 19910, 15471, 11690, 16241, 12526, 11206, 14297, 12473, 10528, 11290, 13128, 11260, 14458, 14309, 11039, 16649, 11442, 11275, 16549, 10648, 10496, 11905, 11060, 16327, 10901, 10827, 12322, 10173, 11087, 13326, 10952, 12419, 11733, 10867, 16141, 12652, 10966, 15051, 11182, 11568, 17418, 13194, 11418, 15653, 11147, 11544, 16734, 11778, 11050, 15249, 11198, 11135, 16282, 10766, 12341, 13978, 10798, 15024, 11978, 11027, 15882, 12037, 11058, 16486, 11586, 11270, 16711, 13332, 10387, 15168, 12781, 10989, 18006, 15671, 10997, 17196, 12438, 11292, 17598, 11101, 11045, 16415, 11577, 10990, 16821, 10629, 11233, 16161, 11774, 11247, 14875, 10228, 11502, 16363, 12099, 11215, 14343, 10745, 11440, 17549, 12881, 11199, 16339, 11121, 11406, 16786, 11521, 11224, 15648, 13823, 10772, 13137, 13064, 10334, 10757, 18895, 12658, 9824, 14023, 12436, 10384, 11388, 16634, 15334, 12500, 11454, 16977, 12263, 11750, 18570, 12670, 11203, 15351, 11031, 11095, 16371, 10673, 10947, 13266, 11047, 13076, 12947, 10437, 12619, 11907, 10671, 15012, 12326, 11300, 15169, 11716, 11236, 16440, 11185, 11425, 15090, 11472, 11320, 15624, 10618, 14970, 13341, 11009, 17517, 11586, 11172, 15903, 11911, 11171, 15581, 10629, 11313, 15940, 12125, 10826, 14660, 10766, 11256, 16750, 12335, 10896, 15051, 11015, 11152, 17602, 13846, 11151, 15903, 11475, 12461, 18228, 12144, 11055, 16346, 12138, 13335, 18215, 11696, 11176, 16258, 12233, 11650, 17247, 11096, 11416, 15173, 12031, 10178, 12712, 12391, 10947, 15231, 13798, 10642, 11047, 13208, 10590, 10999, 14497, 10588, 11233, 16333, 13907, 11616, 11245, 15889, 11957, 11347, 15337, 20020, 16652, 11133, 13234, 14590, 11646, 11406, 15865, 10861, 11852, 17646, 12923, 11500, 15055, 10703, 11225, 15821, 11313, 11255, 13517, 10759, 11488, 16645, 10919, 11262, 14399, 10449, 11331, 16637, 10574, 11368, 14795, 11066, 10945, 15553, 10857, 10986, 14014, 10851, 14732, 12657, 10840, 13466, 12558, 10956, 14736, 11749, 11184, 16773, 12299, 10756, 14292, 11043, 10947, 14801, 15015, 11642, 10637, 15070, 10976, 11503, 19431, 16336, 11094, 13626, 13290, 11284, 14392, 16081, 11411, 10996, 17308, 13459, 11321, 15140, 11991, 10939, 12351, 15676, 11384, 10585, 13983, 10876, 11133, 16292, 11620, 11149, 13242, 11027, 15563, 12559, 10763, 13709, 11424, 11139, 14840, 12164, 10744, 11944, 14086, 10853, 10973, 16245, 11176, 11588, 17708, 14410, 11461, 16122, 11590, 11435, 18022, 13631, 11479, 14824, 11872, 10608, 14628, 12819, 11107, 13499, 14112, 10763, 11852, 13077, 10690, 12824, 15111, 10875, 10803, 15359, 11423, 11267, 15328, 11352, 11046, 12032, 15402, 11143, 11067, 16320, 13177, 11644, 18028, 13468, 11604, 16100, 12833, 11126, 17020, 11684, 10493, 15812, 12640, 11122, 11567, 17674, 13473, 11502, 11731, 13124, 12483, 10465, 11678, 15812, 11271, 11459, 15951, 12292, 10974, 13843, 10642, 11331, 15640, 11001, 11215, 12729, 10027, 11000, 15522, 10968, 12913, 13031, 11413, 17069, 12885, 11192, 14667, 10708, 11250, 16831, 12615, 10647, 14302, 11764, 11097, 15165, 13026, 11005, 14073, 14444, 10644, 12824, 12430, 11032, 13950, 15071, 10767, 12469, 13094, 10888, 14874, 12210, 11147, 16089, 12074, 11028, 15472, 11223, 11182, 15899, 12997, 10948, 11007, 12112, 9916, 11192, 16624, 11260, 11459, 18389, 14429, 11211, 18133, 15122, 12626, 18246, 12312, 12886, 12887, 11125, 12221, 12443, 10540, 10837, 14429, 12058, 10682, 11465, 14388, 12363, 10420, 11382, 18083, 14101, 10680, 12798, 13072, 10872, 13255, 15669, 10516, 11076, 17030, 12680, 11025, 13827, 11870, 11335, 13311, 15429, 10716, 11408, 17077, 11501, 11415, 17093, 12501, 11276, 13879, 15096, 11223, 11081, 15771, 11252, 11474, 17866, 13945, 10363, 10882, 15507, 10769, 11299, 16096, 12025, 10742, 13398, 13453], 'WindowCenter': [4824.0, 4790.0, 4806.0, 4791.0, 4763.0, 4770.0, 4769.0, 4751.0, 4790.0, 4768.0, 4734.0, 4787.0, 4749.0, 4749.0, 4777.0, 4745.0, 4737.0, 4758.0, 4737.0, 4785.0, 4746.0, 4733.0, 4766.0, 4738.0, 4745.0, 4755.0, 4736.0, 4767.0, 4746.0, 4736.0, 4776.0, 4736.0, 4747.0, 4776.0, 4746.0, 4736.0, 4766.0, 4735.0, 4745.0, 4777.0, 4745.0, 4735.0, 4755.0, 4737.0, 4746.0, 4766.0, 4737.0, 4765.0, 4756.0, 4746.0, 4775.0, 4766.0, 4734.0, 4754.0, 4734.0, 4774.0, 4744.0, 4722.0, 4753.0, 4734.0, 4733.0, 4754.0, 4735.0, 4734.0, 4755.0, 4736.0, 4755.0, 4764.0, 4735.0, 4746.0, 4766.0, 4736.0, 4737.0, 4757.0, 4749.0, 4775.0, 4756.0, 4736.0, 4775.0, 4734.0, 4733.0, 4754.0, 4756.0, 4748.0, 4747.0, 4785.0, 4746.0, 4736.0, 4748.0, 4777.0, 4734.0, 4736.0, 4775.0, 4736.0, 4736.0, 4775.0, 4736.0, 4744.0, 4743.0, 4734.0, 4754.0, 4755.0, 4736.0, 4775.0, 4744.0, 4735.0, 4766.0, 4746.0, 4764.0, 4755.0, 4735.0, 4766.0, 4737.0, 4744.0, 4766.0, 4746.0, 4758.0, 4756.0, 4736.0, 4775.0, 4746.0, 4746.0, 4785.0, 4754.0, 4735.0, 4772.0, 4745.0, 4735.0, 4775.0, 4734.0, 4764.0, 4744.0, 4745.0, 4774.0, 4745.0, 4724.0, 4754.0, 4744.0, 4754.0, 4764.0, 4734.0, 4733.0, 4754.0, 4735.0, 4764.0, 4753.0, 4736.0, 4736.0, 4765.0, 4745.0, 4746.0, 4765.0, 4736.0, 4747.0, 4775.0, 4745.0, 4755.0, 4754.0, 4736.0, 4774.0, 4754.0, 4723.0, 4762.0, 4744.0, 4734.0, 4773.0, 4743.0, 4733.0, 4754.0, 4743.0, 4733.0, 4754.0, 4742.0, 4734.0, 4774.0, 4753.0, 4733.0, 4753.0, 4734.0, 4744.0, 4753.0, 4754.0, 4735.0, 4745.0, 4753.0, 4735.0, 4736.0, 4765.0, 4747.0, 4745.0, 4775.0, 4722.0, 4748.0, 4776.0, 4743.0, 4737.0, 4754.0, 4746.0, 4745.0, 4744.0, 4766.0, 4736.0, 4736.0, 4776.0, 4747.0, 4746.0, 4778.0, 4756.0, 4747.0, 4776.0, 4766.0, 4736.0, 4765.0, 4764.0, 4735.0, 4744.0, 4776.0, 4735.0, 4724.0, 4754.0, 4746.0, 4744.0, 4764.0, 4733.0, 4734.0, 4766.0, 4735.0, 4752.0, 4755.0, 4724.0, 4735.0, 4754.0, 4735.0, 4735.0, 4754.0, 4725.0, 4747.0, 4776.0, 4748.0, 4745.0, 4778.0, 4747.0, 4746.0, 4776.0, 4737.0, 4746.0, 4776.0, 4745.0, 4737.0, 4765.0, 4737.0, 4747.0, 4776.0, 4737.0, 4736.0, 4767.0, 4747.0, 4736.0, 4776.0, 4746.0, 4748.0, 4774.0, 4747.0, 4737.0, 4775.0, 4748.0, 4748.0, 4787.0, 4736.0, 4746.0, 4757.0, 4767.0, 4749.0, 4758.0, 4778.0, 4778.0, 4748.0, 4760.0, 4789.0, 4777.0, 4748.0, 4758.0, 4756.0, 4747.0, 4786.0, 4756.0, 4735.0, 4764.0, 4736.0, 4736.0, 4764.0, 4735.0, 4737.0, 4756.0, 4737.0, 4737.0, 4756.0, 4739.0, 4750.0, 4788.0, 4758.0, 4747.0, 4787.0, 4748.0, 4747.0, 4786.0, 4756.0, 4736.0, 4776.0, 4757.0, 4745.0, 4765.0, 4736.0, 4765.0, 4755.0, 4726.0, 4753.0, 4744.0, 4745.0, 4775.0, 4755.0, 4735.0, 4767.0, 4747.0, 4747.0, 4785.0, 4755.0, 4735.0, 4776.0, 4748.0, 4737.0, 4775.0, 4725.0, 4724.0, 4746.0, 4735.0, 4735.0, 4777.0, 4757.0, 4738.0, 4737.0, 4778.0, 4746.0, 4748.0, 4757.0, 4776.0, 4746.0, 4737.0, 4754.0, 4736.0, 4774.0, 4744.0, 4724.0, 4765.0, 4735.0, 4735.0, 4765.0, 4735.0, 4748.0, 4775.0, 4758.0, 4737.0, 4747.0, 4768.0, 4749.0, 4748.0, 4779.0, 4738.0, 4748.0, 4777.0, 4756.0, 4738.0, 4775.0, 4746.0, 4747.0, 4775.0, 4764.0, 4724.0, 4765.0, 4733.0, 4725.0, 4756.0, 4743.0, 4736.0, 4756.0, 4767.0, 4726.0, 4735.0, 4765.0, 4737.0, 4737.0, 4753.0, 4745.0, 4736.0, 4735.0, 4769.0, 4778.0, 4746.0, 4724.0, 4736.0, 4777.0, 4747.0, 4747.0, 4787.0, 4758.0, 4736.0, 4776.0, 4757.0, 4738.0, 4767.0, 4733.0, 4737.0, 4777.0, 4735.0, 4736.0, 4765.0, 4734.0, 4738.0, 4778.0, 4749.0, 4739.0, 4767.0, 4737.0, 4741.0, 4779.0, 4759.0, 4739.0, 4742.0, 4761.0, 4752.0, 4772.0, 4794.0, 4762.0, 4789.0, 4770.0, 4749.0, 4799.0, 4779.0, 4787.0, 4757.0, 4738.0, 4778.0, 4749.0, 4766.0, 4746.0, 4738.0, 4775.0, 4746.0, 4736.0, 4768.0, 4759.0, 4737.0, 4777.0, 4747.0, 4748.0, 4790.0, 4749.0, 4737.0, 4776.0, 4738.0, 4736.0, 4777.0, 4747.0, 4746.0, 4756.0, 4749.0, 4776.0, 4757.0, 4737.0, 4777.0, 4749.0, 4748.0, 4788.0, 4756.0, 4737.0, 4777.0, 4750.0, 4738.0, 4776.0, 4737.0, 4737.0, 4779.0, 4749.0, 4747.0, 4767.0, 4737.0, 4748.0, 4778.0, 4748.0, 4737.0, 4766.0, 4739.0, 4757.0, 4776.0, 4748.0, 4746.0, 4776.0, 4735.0, 4745.0, 4766.0, 4777.0, 4755.0, 4727.0, 4738.0, 4774.0, 4745.0, 4736.0, 4765.0, 4746.0, 4736.0, 4757.0, 4775.0, 4746.0, 4737.0, 4754.0, 4736.0, 4745.0, 4765.0, 4736.0, 4725.0, 4755.0, 4738.0, 4736.0, 4776.0, 4736.0, 4739.0, 4766.0, 4737.0, 4738.0, 4766.0, 4735.0, 4738.0, 4766.0, 4747.0, 4735.0, 4753.0, 4723.0, 4734.0, 4746.0, 4735.0, 4753.0, 4746.0, 4735.0, 4757.0, 4756.0, 4737.0, 4766.0, 4746.0, 4736.0, 4775.0, 4746.0, 4736.0, 4775.0, 4745.0, 4726.0, 4754.0, 4735.0, 4762.0, 4732.0, 4723.0, 4765.0, 4735.0, 4738.0, 4775.0, 4735.0, 4735.0, 4775.0, 4737.0, 4737.0, 4774.0, 4736.0, 4738.0, 4775.0, 4746.0, 4726.0, 4777.0, 4739.0, 4736.0, 4776.0, 4736.0, 4737.0, 4766.0, 4736.0, 4736.0, 4767.0, 4726.0, 4747.0, 4776.0, 4737.0, 4736.0, 4770.0, 4738.0, 4736.0, 4786.0, 4747.0, 4737.0, 4756.0, 4756.0, 4747.0, 4747.0, 4777.0, 4777.0, 4745.0, 4738.0, 4768.0, 4765.0, 4746.0, 4756.0, 4754.0, 4735.0, 4763.0, 4765.0, 4725.0, 4756.0, 4743.0, 4733.0, 4745.0, 4755.0, 4737.0, 4754.0, 4744.0, 4736.0, 4765.0, 4757.0, 4737.0, 4774.0, 4744.0, 4736.0, 4775.0, 4744.0, 4722.0, 4753.0, 4714.0, 4724.0, 4744.0, 4734.0, 4743.0, 4744.0, 4726.0, 4747.0, 4745.0, 4725.0, 4744.0, 4734.0, 4737.0, 4767.0, 4747.0, 4738.0, 4764.0, 4734.0, 4748.0, 4776.0, 4746.0, 4735.0, 4763.0, 4735.0, 4746.0, 4767.0, 4737.0, 4733.0, 4755.0, 4736.0, 4755.0, 4767.0, 4729.0, 4757.0, 4745.0, 4737.0, 4777.0, 4756.0, 4735.0, 4735.0, 4746.0, 4727.0, 4738.0, 4757.0, 4738.0, 4788.0, 4758.0, 4768.0, 4765.0, 4736.0, 4784.0, 4753.0, 4734.0, 4764.0, 4744.0, 4725.0, 4754.0, 4732.0, 4724.0, 4723.0, 4744.0, 4736.0, 4752.0, 4754.0, 4724.0, 4764.0, 4735.0, 4734.0, 4763.0, 4724.0, 4724.0, 4732.0, 4735.0, 4764.0, 4725.0, 4724.0, 4733.0, 4725.0, 4736.0, 4754.0, 4735.0, 4744.0, 4745.0, 4736.0, 4774.0, 4755.0, 4736.0, 4765.0, 4736.0, 4747.0, 4776.0, 4757.0, 4737.0, 4766.0, 4738.0, 4736.0, 4775.0, 4736.0, 4735.0, 4766.0, 4736.0, 4735.0, 4776.0, 4726.0, 4747.0, 4756.0, 4735.0, 4764.0, 4735.0, 4737.0, 4778.0, 4747.0, 4737.0, 4775.0, 4746.0, 4749.0, 4790.0, 4759.0, 4729.0, 4767.0, 4747.0, 4738.0, 4777.0, 4765.0, 4724.0, 4778.0, 4747.0, 4736.0, 4775.0, 4737.0, 4738.0, 4777.0, 4747.0, 4736.0, 4777.0, 4725.0, 4747.0, 4775.0, 4744.0, 4736.0, 4765.0, 4726.0, 4733.0, 4774.0, 4746.0, 4734.0, 4765.0, 4736.0, 4745.0, 4773.0, 4746.0, 4735.0, 4777.0, 4734.0, 4747.0, 4777.0, 4737.0, 4748.0, 4777.0, 4757.0, 4736.0, 4757.0, 4755.0, 4728.0, 4737.0, 4787.0, 4747.0, 4725.0, 4764.0, 4746.0, 4727.0, 4748.0, 4778.0, 4766.0, 4749.0, 4738.0, 4778.0, 4748.0, 4736.0, 4778.0, 4746.0, 4725.0, 4766.0, 4725.0, 4736.0, 4764.0, 4726.0, 4726.0, 4755.0, 4738.0, 4746.0, 4747.0, 4727.0, 4747.0, 4747.0, 4739.0, 4767.0, 4747.0, 4740.0, 4769.0, 4748.0, 4739.0, 4779.0, 4737.0, 4750.0, 4769.0, 4739.0, 4736.0, 4767.0, 4725.0, 4766.0, 4745.0, 4726.0, 4776.0, 4734.0, 4739.0, 4768.0, 4738.0, 4736.0, 4764.0, 4727.0, 4739.0, 4767.0, 4747.0, 4726.0, 4758.0, 4739.0, 4740.0, 4777.0, 4746.0, 4736.0, 4766.0, 4738.0, 4738.0, 4776.0, 4757.0, 4737.0, 4767.0, 4736.0, 4747.0, 4775.0, 4736.0, 4736.0, 4766.0, 4735.0, 4746.0, 4775.0, 4736.0, 4736.0, 4766.0, 4737.0, 4733.0, 4764.0, 4724.0, 4735.0, 4755.0, 4734.0, 4727.0, 4746.0, 4746.0, 4738.0, 4766.0, 4746.0, 4727.0, 4736.0, 4757.0, 4737.0, 4736.0, 4767.0, 4738.0, 4748.0, 4791.0, 4770.0, 4748.0, 4738.0, 4777.0, 4749.0, 4748.0, 4766.0, 4788.0, 4766.0, 4726.0, 4749.0, 4756.0, 4734.0, 4734.0, 4764.0, 4724.0, 4734.0, 4777.0, 4743.0, 4723.0, 4753.0, 4715.0, 4725.0, 4756.0, 4725.0, 4722.0, 4744.0, 4726.0, 4736.0, 4765.0, 4723.0, 4736.0, 4759.0, 4726.0, 4734.0, 4766.0, 4726.0, 4735.0, 4766.0, 4737.0, 4727.0, 4766.0, 4726.0, 4725.0, 4755.0, 4728.0, 4754.0, 4735.0, 4726.0, 4757.0, 4747.0, 4726.0, 4757.0, 4736.0, 4736.0, 4776.0, 4746.0, 4737.0, 4755.0, 4735.0, 4740.0, 4767.0, 4768.0, 4738.0, 4726.0, 4767.0, 4737.0, 4739.0, 4787.0, 4766.0, 4727.0, 4758.0, 4748.0, 4726.0, 4755.0, 4763.0, 4727.0, 4727.0, 4774.0, 4746.0, 4724.0, 4753.0, 4734.0, 4725.0, 4745.0, 4763.0, 4734.0, 4715.0, 4753.0, 4736.0, 4736.0, 4763.0, 4733.0, 4723.0, 4744.0, 4725.0, 4755.0, 4734.0, 4724.0, 4753.0, 4736.0, 4737.0, 4754.0, 4746.0, 4725.0, 4746.0, 4759.0, 4739.0, 4735.0, 4764.0, 4738.0, 4737.0, 4775.0, 4756.0, 4736.0, 4764.0, 4736.0, 4735.0, 4776.0, 4744.0, 4735.0, 4755.0, 4735.0, 4726.0, 4754.0, 4743.0, 4737.0, 4756.0, 4757.0, 4727.0, 4737.0, 4757.0, 4737.0, 4745.0, 4765.0, 4736.0, 4739.0, 4767.0, 4738.0, 4738.0, 4767.0, 4736.0, 4749.0, 4750.0, 4769.0, 4739.0, 4737.0, 4766.0, 4749.0, 4735.0, 4775.0, 4746.0, 4725.0, 4763.0, 4734.0, 4724.0, 4764.0, 4722.0, 4714.0, 4752.0, 4735.0, 4724.0, 4736.0, 4776.0, 4743.0, 4724.0, 4734.0, 4744.0, 4746.0, 4726.0, 4722.0, 4753.0, 4724.0, 4737.0, 4766.0, 4736.0, 4723.0, 4743.0, 4715.0, 4737.0, 4765.0, 4724.0, 4724.0, 4746.0, 4728.0, 4738.0, 4765.0, 4729.0, 4735.0, 4744.0, 4736.0, 4765.0, 4735.0, 4724.0, 4753.0, 4726.0, 4738.0, 4775.0, 4734.0, 4716.0, 4755.0, 4736.0, 4735.0, 4754.0, 4745.0, 4725.0, 4757.0, 4756.0, 4727.0, 4744.0, 4745.0, 4728.0, 4756.0, 4757.0, 4726.0, 4746.0, 4747.0, 4727.0, 4756.0, 4734.0, 4738.0, 4766.0, 4745.0, 4737.0, 4766.0, 4734.0, 4748.0, 4779.0, 4757.0, 4736.0, 4740.0, 4748.0, 4729.0, 4748.0, 4778.0, 4739.0, 4746.0, 4788.0, 4760.0, 4738.0, 4773.0, 4755.0, 4736.0, 4763.0, 4724.0, 4733.0, 4734.0, 4724.0, 4724.0, 4733.0, 4714.0, 4724.0, 4755.0, 4746.0, 4725.0, 4725.0, 4755.0, 4735.0, 4725.0, 4736.0, 4777.0, 4747.0, 4714.0, 4736.0, 4745.0, 4726.0, 4744.0, 4753.0, 4714.0, 4725.0, 4767.0, 4745.0, 4726.0, 4745.0, 4732.0, 4738.0, 4746.0, 4754.0, 4724.0, 4735.0, 4762.0, 4736.0, 4735.0, 4767.0, 4735.0, 4736.0, 4754.0, 4756.0, 4725.0, 4725.0, 4765.0, 4726.0, 4736.0, 4777.0, 4743.0, 4726.0, 4726.0, 4764.0, 4723.0, 4725.0, 4765.0, 4736.0, 4726.0, 4746.0, 4744.0], 'WindowWidth': [10498.0, 10442.0, 10457.0, 10431.0, 10389.0, 10393.0, 10389.0, 10368.0, 10422.0, 10387.0, 10337.0, 10413.0, 10361.0, 10361.0, 10400.0, 10353.0, 10341.0, 10372.0, 10343.0, 10411.0, 10353.0, 10330.0, 10381.0, 10343.0, 10349.0, 10364.0, 10338.0, 10386.0, 10355.0, 10339.0, 10395.0, 10338.0, 10356.0, 10397.0, 10355.0, 10338.0, 10380.0, 10337.0, 10351.0, 10397.0, 10352.0, 10336.0, 10364.0, 10342.0, 10357.0, 10384.0, 10344.0, 10380.0, 10368.0, 10355.0, 10397.0, 10380.0, 10332.0, 10363.0, 10335.0, 10392.0, 10346.0, 10313.0, 10360.0, 10335.0, 10331.0, 10362.0, 10335.0, 10335.0, 10367.0, 10341.0, 10364.0, 10377.0, 10338.0, 10355.0, 10383.0, 10342.0, 10343.0, 10370.0, 10362.0, 10397.0, 10370.0, 10340.0, 10392.0, 10333.0, 10332.0, 10365.0, 10367.0, 10359.0, 10357.0, 10411.0, 10354.0, 10341.0, 10361.0, 10400.0, 10327.0, 10342.0, 10396.0, 10341.0, 10340.0, 10396.0, 10341.0, 10349.0, 10346.0, 10334.0, 10365.0, 10366.0, 10340.0, 10395.0, 10350.0, 10338.0, 10383.0, 10357.0, 10379.0, 10366.0, 10335.0, 10383.0, 10345.0, 10350.0, 10383.0, 10354.0, 10373.0, 10368.0, 10340.0, 10394.0, 10353.0, 10354.0, 10412.0, 10364.0, 10338.0, 10387.0, 10352.0, 10338.0, 10395.0, 10337.0, 10377.0, 10349.0, 10352.0, 10393.0, 10351.0, 10320.0, 10363.0, 10350.0, 10361.0, 10377.0, 10333.0, 10332.0, 10362.0, 10338.0, 10376.0, 10361.0, 10340.0, 10340.0, 10381.0, 10353.0, 10353.0, 10380.0, 10342.0, 10357.0, 10397.0, 10353.0, 10364.0, 10361.0, 10340.0, 10392.0, 10362.0, 10318.0, 10373.0, 10348.0, 10333.0, 10389.0, 10345.0, 10332.0, 10363.0, 10347.0, 10333.0, 10362.0, 10344.0, 10336.0, 10393.0, 10359.0, 10332.0, 10359.0, 10334.0, 10350.0, 10361.0, 10361.0, 10337.0, 10354.0, 10362.0, 10339.0, 10338.0, 10379.0, 10357.0, 10351.0, 10395.0, 10305.0, 10358.0, 10397.0, 10349.0, 10342.0, 10364.0, 10352.0, 10352.0, 10351.0, 10383.0, 10341.0, 10341.0, 10397.0, 10358.0, 10356.0, 10402.0, 10371.0, 10358.0, 10399.0, 10385.0, 10342.0, 10379.0, 10377.0, 10338.0, 10350.0, 10395.0, 10337.0, 10320.0, 10365.0, 10354.0, 10348.0, 10376.0, 10333.0, 10336.0, 10380.0, 10337.0, 10359.0, 10363.0, 10320.0, 10339.0, 10364.0, 10339.0, 10338.0, 10363.0, 10326.0, 10358.0, 10398.0, 10360.0, 10353.0, 10404.0, 10359.0, 10355.0, 10397.0, 10341.0, 10355.0, 10397.0, 10352.0, 10340.0, 10381.0, 10344.0, 10358.0, 10397.0, 10344.0, 10341.0, 10387.0, 10359.0, 10342.0, 10398.0, 10355.0, 10360.0, 10394.0, 10358.0, 10342.0, 10395.0, 10360.0, 10359.0, 10417.0, 10340.0, 10353.0, 10372.0, 10385.0, 10365.0, 10376.0, 10403.0, 10403.0, 10363.0, 10381.0, 10421.0, 10402.0, 10362.0, 10372.0, 10368.0, 10358.0, 10414.0, 10368.0, 10336.0, 10377.0, 10340.0, 10340.0, 10379.0, 10337.0, 10341.0, 10369.0, 10344.0, 10342.0, 10370.0, 10349.0, 10366.0, 10418.0, 10374.0, 10359.0, 10417.0, 10362.0, 10357.0, 10412.0, 10369.0, 10340.0, 10399.0, 10370.0, 10352.0, 10379.0, 10340.0, 10381.0, 10366.0, 10326.0, 10361.0, 10348.0, 10354.0, 10395.0, 10367.0, 10338.0, 10385.0, 10358.0, 10358.0, 10412.0, 10368.0, 10340.0, 10398.0, 10361.0, 10342.0, 10395.0, 10326.0, 10321.0, 10352.0, 10337.0, 10339.0, 10402.0, 10373.0, 10346.0, 10344.0, 10401.0, 10353.0, 10358.0, 10370.0, 10397.0, 10353.0, 10340.0, 10363.0, 10340.0, 10391.0, 10346.0, 10318.0, 10381.0, 10337.0, 10336.0, 10380.0, 10336.0, 10359.0, 10395.0, 10372.0, 10343.0, 10357.0, 10389.0, 10364.0, 10358.0, 10405.0, 10344.0, 10359.0, 10402.0, 10368.0, 10343.0, 10396.0, 10352.0, 10356.0, 10397.0, 10375.0, 10318.0, 10380.0, 10331.0, 10323.0, 10365.0, 10343.0, 10339.0, 10367.0, 10383.0, 10324.0, 10335.0, 10380.0, 10342.0, 10342.0, 10360.0, 10349.0, 10339.0, 10339.0, 10390.0, 10403.0, 10353.0, 10321.0, 10338.0, 10398.0, 10356.0, 10355.0, 10413.0, 10371.0, 10342.0, 10399.0, 10369.0, 10344.0, 10382.0, 10330.0, 10340.0, 10398.0, 10336.0, 10337.0, 10379.0, 10334.0, 10344.0, 10402.0, 10361.0, 10347.0, 10386.0, 10344.0, 10353.0, 10406.0, 10378.0, 10351.0, 10356.0, 10382.0, 10374.0, 10399.0, 10433.0, 10387.0, 10420.0, 10394.0, 10363.0, 10435.0, 10403.0, 10412.0, 10370.0, 10345.0, 10403.0, 10361.0, 10380.0, 10352.0, 10344.0, 10394.0, 10354.0, 10340.0, 10388.0, 10376.0, 10346.0, 10398.0, 10356.0, 10361.0, 10423.0, 10361.0, 10342.0, 10395.0, 10344.0, 10343.0, 10399.0, 10357.0, 10353.0, 10369.0, 10363.0, 10397.0, 10370.0, 10341.0, 10399.0, 10362.0, 10361.0, 10418.0, 10367.0, 10342.0, 10401.0, 10363.0, 10345.0, 10397.0, 10341.0, 10343.0, 10403.0, 10362.0, 10354.0, 10384.0, 10342.0, 10359.0, 10400.0, 10360.0, 10341.0, 10382.0, 10347.0, 10370.0, 10398.0, 10355.0, 10353.0, 10393.0, 10336.0, 10352.0, 10383.0, 10398.0, 10365.0, 10326.0, 10343.0, 10392.0, 10353.0, 10339.0, 10378.0, 10352.0, 10339.0, 10369.0, 10393.0, 10353.0, 10340.0, 10361.0, 10340.0, 10352.0, 10380.0, 10339.0, 10323.0, 10365.0, 10345.0, 10340.0, 10397.0, 10338.0, 10345.0, 10383.0, 10341.0, 10341.0, 10380.0, 10336.0, 10344.0, 10381.0, 10355.0, 10335.0, 10358.0, 10316.0, 10333.0, 10352.0, 10336.0, 10360.0, 10352.0, 10335.0, 10369.0, 10367.0, 10342.0, 10380.0, 10352.0, 10336.0, 10392.0, 10351.0, 10336.0, 10394.0, 10351.0, 10323.0, 10360.0, 10335.0, 10372.0, 10327.0, 10317.0, 10378.0, 10337.0, 10343.0, 10394.0, 10337.0, 10338.0, 10393.0, 10342.0, 10339.0, 10391.0, 10339.0, 10345.0, 10396.0, 10352.0, 10326.0, 10396.0, 10346.0, 10340.0, 10397.0, 10339.0, 10341.0, 10383.0, 10341.0, 10339.0, 10383.0, 10328.0, 10357.0, 10397.0, 10341.0, 10338.0, 10391.0, 10347.0, 10341.0, 10411.0, 10356.0, 10341.0, 10368.0, 10369.0, 10358.0, 10358.0, 10398.0, 10398.0, 10350.0, 10346.0, 10385.0, 10379.0, 10352.0, 10365.0, 10361.0, 10334.0, 10375.0, 10379.0, 10323.0, 10364.0, 10344.0, 10332.0, 10351.0, 10363.0, 10340.0, 10362.0, 10347.0, 10339.0, 10381.0, 10368.0, 10340.0, 10393.0, 10348.0, 10337.0, 10395.0, 10348.0, 10314.0, 10358.0, 10304.0, 10321.0, 10349.0, 10335.0, 10344.0, 10347.0, 10322.0, 10354.0, 10350.0, 10323.0, 10347.0, 10332.0, 10342.0, 10384.0, 10355.0, 10342.0, 10376.0, 10333.0, 10358.0, 10398.0, 10352.0, 10335.0, 10373.0, 10336.0, 10353.0, 10384.0, 10342.0, 10331.0, 10364.0, 10340.0, 10366.0, 10383.0, 10332.0, 10369.0, 10352.0, 10343.0, 10396.0, 10365.0, 10336.0, 10339.0, 10353.0, 10330.0, 10345.0, 10371.0, 10347.0, 10416.0, 10375.0, 10386.0, 10379.0, 10337.0, 10407.0, 10358.0, 10331.0, 10379.0, 10348.0, 10321.0, 10360.0, 10328.0, 10318.0, 10317.0, 10349.0, 10339.0, 10357.0, 10360.0, 10319.0, 10376.0, 10335.0, 10332.0, 10373.0, 10318.0, 10317.0, 10328.0, 10336.0, 10376.0, 10322.0, 10318.0, 10329.0, 10321.0, 10338.0, 10362.0, 10334.0, 10347.0, 10350.0, 10342.0, 10392.0, 10366.0, 10340.0, 10380.0, 10339.0, 10358.0, 10397.0, 10369.0, 10339.0, 10382.0, 10344.0, 10340.0, 10395.0, 10339.0, 10335.0, 10382.0, 10340.0, 10336.0, 10394.0, 10324.0, 10356.0, 10367.0, 10337.0, 10376.0, 10335.0, 10343.0, 10401.0, 10356.0, 10342.0, 10394.0, 10355.0, 10364.0, 10424.0, 10375.0, 10333.0, 10385.0, 10356.0, 10344.0, 10400.0, 10377.0, 10319.0, 10400.0, 10356.0, 10339.0, 10392.0, 10338.0, 10344.0, 10397.0, 10355.0, 10339.0, 10397.0, 10324.0, 10357.0, 10395.0, 10350.0, 10339.0, 10379.0, 10327.0, 10333.0, 10391.0, 10353.0, 10333.0, 10378.0, 10341.0, 10353.0, 10391.0, 10354.0, 10337.0, 10398.0, 10336.0, 10357.0, 10401.0, 10342.0, 10360.0, 10399.0, 10371.0, 10340.0, 10367.0, 10366.0, 10332.0, 10344.0, 10413.0, 10353.0, 10323.0, 10376.0, 10355.0, 10331.0, 10361.0, 10402.0, 10381.0, 10360.0, 10342.0, 10402.0, 10356.0, 10338.0, 10399.0, 10350.0, 10319.0, 10380.0, 10323.0, 10338.0, 10377.0, 10324.0, 10323.0, 10366.0, 10344.0, 10351.0, 10354.0, 10326.0, 10357.0, 10356.0, 10347.0, 10383.0, 10355.0, 10348.0, 10390.0, 10357.0, 10347.0, 10402.0, 10343.0, 10362.0, 10388.0, 10347.0, 10338.0, 10382.0, 10324.0, 10381.0, 10350.0, 10322.0, 10394.0, 10332.0, 10345.0, 10385.0, 10343.0, 10336.0, 10375.0, 10327.0, 10345.0, 10383.0, 10353.0, 10324.0, 10371.0, 10346.0, 10350.0, 10399.0, 10355.0, 10338.0, 10383.0, 10346.0, 10343.0, 10397.0, 10369.0, 10338.0, 10384.0, 10339.0, 10353.0, 10393.0, 10337.0, 10338.0, 10380.0, 10335.0, 10350.0, 10390.0, 10334.0, 10336.0, 10379.0, 10339.0, 10330.0, 10374.0, 10317.0, 10336.0, 10364.0, 10333.0, 10325.0, 10352.0, 10352.0, 10342.0, 10380.0, 10351.0, 10325.0, 10341.0, 10370.0, 10342.0, 10340.0, 10385.0, 10348.0, 10362.0, 10425.0, 10394.0, 10359.0, 10345.0, 10399.0, 10361.0, 10360.0, 10380.0, 10417.0, 10378.0, 10323.0, 10358.0, 10365.0, 10333.0, 10332.0, 10373.0, 10318.0, 10333.0, 10398.0, 10344.0, 10315.0, 10356.0, 10306.0, 10318.0, 10364.0, 10319.0, 10314.0, 10347.0, 10325.0, 10338.0, 10378.0, 10317.0, 10337.0, 10374.0, 10326.0, 10333.0, 10381.0, 10324.0, 10336.0, 10379.0, 10340.0, 10325.0, 10378.0, 10321.0, 10323.0, 10362.0, 10326.0, 10358.0, 10333.0, 10322.0, 10372.0, 10353.0, 10325.0, 10366.0, 10337.0, 10339.0, 10395.0, 10352.0, 10341.0, 10364.0, 10337.0, 10349.0, 10384.0, 10385.0, 10343.0, 10324.0, 10382.0, 10342.0, 10346.0, 10415.0, 10379.0, 10326.0, 10370.0, 10356.0, 10323.0, 10362.0, 10371.0, 10323.0, 10325.0, 10389.0, 10350.0, 10317.0, 10357.0, 10329.0, 10322.0, 10348.0, 10373.0, 10331.0, 10305.0, 10358.0, 10339.0, 10338.0, 10374.0, 10330.0, 10314.0, 10346.0, 10320.0, 10362.0, 10330.0, 10317.0, 10359.0, 10337.0, 10339.0, 10362.0, 10350.0, 10323.0, 10354.0, 10373.0, 10346.0, 10337.0, 10377.0, 10343.0, 10340.0, 10394.0, 10365.0, 10335.0, 10376.0, 10338.0, 10334.0, 10395.0, 10345.0, 10334.0, 10365.0, 10334.0, 10323.0, 10361.0, 10344.0, 10342.0, 10366.0, 10368.0, 10327.0, 10341.0, 10369.0, 10342.0, 10350.0, 10378.0, 10339.0, 10344.0, 10384.0, 10344.0, 10343.0, 10384.0, 10339.0, 10362.0, 10361.0, 10387.0, 10346.0, 10339.0, 10382.0, 10359.0, 10334.0, 10391.0, 10349.0, 10319.0, 10373.0, 10330.0, 10314.0, 10372.0, 10310.0, 10300.0, 10356.0, 10333.0, 10317.0, 10337.0, 10394.0, 10344.0, 10317.0, 10330.0, 10345.0, 10349.0, 10323.0, 10314.0, 10359.0, 10318.0, 10339.0, 10379.0, 10334.0, 10315.0, 10341.0, 10305.0, 10339.0, 10375.0, 10319.0, 10317.0, 10350.0, 10331.0, 10344.0, 10378.0, 10329.0, 10333.0, 10344.0, 10338.0, 10378.0, 10334.0, 10317.0, 10357.0, 10324.0, 10344.0, 10392.0, 10331.0, 10309.0, 10362.0, 10338.0, 10336.0, 10361.0, 10347.0, 10321.0, 10367.0, 10364.0, 10326.0, 10346.0, 10349.0, 10330.0, 10365.0, 10368.0, 10324.0, 10350.0, 10353.0, 10325.0, 10365.0, 10331.0, 10341.0, 10382.0, 10350.0, 10340.0, 10379.0, 10334.0, 10359.0, 10402.0, 10368.0, 10337.0, 10347.0, 10360.0, 10336.0, 10360.0, 10402.0, 10348.0, 10356.0, 10416.0, 10375.0, 10341.0, 10388.0, 10360.0, 10335.0, 10372.0, 10315.0, 10325.0, 10328.0, 10315.0, 10315.0, 10324.0, 10300.0, 10315.0, 10364.0, 10350.0, 10320.0, 10318.0, 10359.0, 10331.0, 10320.0, 10335.0, 10395.0, 10352.0, 10304.0, 10336.0, 10347.0, 10322.0, 10345.0, 10357.0, 10303.0, 10320.0, 10381.0, 10347.0, 10321.0, 10346.0, 10327.0, 10341.0, 10349.0, 10361.0, 10319.0, 10332.0, 10371.0, 10337.0, 10335.0, 10383.0, 10333.0, 10338.0, 10360.0, 10364.0, 10318.0, 10317.0, 10376.0, 10323.0, 10335.0, 10395.0, 10342.0, 10324.0, 10323.0, 10374.0, 10316.0, 10320.0, 10380.0, 10337.0, 10322.0, 10349.0, 10345.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.0001973421926910299</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019131825249169437</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.21709680913551</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1632090613050714</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9638591034164609</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4721</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7258.0205</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08686812708162776</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5813953488372093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3845787759360824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.319757581056306</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.647012118708495</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1869666280434465</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0036774</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017305511981248856</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03881901875138283</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1204</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.891303320195932</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>33.3379</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.8612</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.7657</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301182.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>1003.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.8644</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3727</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>665.7449</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3916.341</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4142.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75362.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1326.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5142.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1064.4178</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.453983878251165</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> |