=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-01/func/sub-0051_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>3793b2d671aee301bcf36ed1f4b67372</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>11:50:23.557500</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.998641, -0.0142818, -0.0501271, 0.0264992, 0.967278, 0.252332]</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.0969</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>[4124, -7785, -7293, 577, -45, -78, -20, 135]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.747</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a8b0774e-3edf-4cf9-9e38-5facce6b748f||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.6792800426483154, 0.07109539955854416, -0.12118430435657501, 115.28022003173828], [0.03831706568598747, 2.595135450363159, 0.6839578747749329, -107.16219329833984], [-0.13448737561702728, -0.6769893765449524, 2.609121799468994, -40.172489166259766], [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': ['115023.557500', '115024.017500', '115024.477500', '115024.937500', '115025.397500', '115025.857500', '115026.317500', '115026.777500', '115027.237500', '115027.697500', '115028.157500', '115028.617500', '115029.077500', '115029.537500', '115029.997500', '115030.457500', '115030.917500', '115031.377500', '115031.837500', '115032.297500', '115032.757500', '115033.217500', '115033.677500', '115034.137500', '115034.597500', '115035.057500', '115035.517500', '115035.977500', '115036.437500', '115036.897500', '115037.357500', '115037.817500', '115038.277500', '115038.737500', '115039.197500', '115039.657500', '115040.117500', '115040.577500', '115041.037500', '115041.497500', '115041.957500', '115042.417500', '115042.877500', '115043.337500', '115043.797500', '115044.257500', '115044.717500', '115045.177500', '115045.637500', '115046.097500', '115046.557500', '115047.017500', '115047.477500', '115047.937500', '115048.397500', '115048.857500', '115049.317500', '115049.777500', '115050.237500', '115050.697500', '115051.157500', '115051.617500', '115052.077500', '115052.537500', '115052.997500', '115053.457500', '115053.917500', '115054.377500', '115054.837500', '115055.297500', '115055.757500', '115056.217500', '115056.677500', '115057.137500', '115057.597500', '115058.057500', '115058.517500', '115058.977500', '115059.437500', '115059.897500', '115100.357500', '115100.817500', '115101.277500', '115101.737500', '115102.197500', '115102.657500', '115103.117500', '115103.577500', '115104.037500', '115104.497500', '115104.957500', '115105.417500', '115105.877500', '115106.337500', '115106.797500', '115107.257500', '115107.717500', '115108.177500', '115108.637500', '115109.097500', '115109.557500', '115110.017500', '115110.477500', '115110.937500', '115111.397500', '115111.857500', '115112.317500', '115112.777500', '115113.237500', '115113.697500', '115114.157500', '115114.617500', '115115.077500', '115115.537500', '115115.997500', '115116.457500', '115116.917500', '115117.377500', '115117.837500', '115118.297500', '115118.757500', '115119.217500', '115119.677500', '115120.137500', '115120.597500', '115121.057500', '115121.517500', '115121.977500', '115122.437500', '115122.897500', '115123.357500', '115123.817500', '115124.277500', '115124.737500', '115125.197500', '115125.657500', '115126.117500', '115126.577500', '115127.037500', '115127.497500', '115127.957500', '115128.417500', '115128.877500', '115129.337500', '115129.797500', '115130.257500', '115130.717500', '115131.177500', '115131.637500', '115132.097500', '115132.557500', '115133.017500', '115133.477500', '115133.937500', '115134.397500', '115134.857500', '115135.317500', '115135.777500', '115136.237500', '115136.697500', '115137.157500', '115137.617500', '115138.077500', '115138.537500', '115138.997500', '115139.457500', '115139.917500', '115140.377500', '115140.837500', '115141.297500', '115141.757500', '115142.217500', '115142.677500', '115143.137500', '115143.597500', '115144.057500', '115144.517500', '115144.977500', '115145.437500', '115145.897500', '115146.357500', '115146.817500', '115147.277500', '115147.737500', '115148.197500', '115148.657500', '115149.117500', '115149.577500', '115150.037500', '115150.497500', '115150.957500', '115151.417500', '115151.877500', '115152.337500', '115152.797500', '115153.257500', '115153.717500', '115154.177500', '115154.637500', '115155.097500', '115155.557500', '115156.017500', '115156.477500', '115156.937500', '115157.397500', '115157.857500', '115158.317500', '115158.777500', '115159.237500', '115159.697500', '115200.157500', '115200.617500', '115201.077500', '115201.537500', '115201.997500', '115202.457500', '115202.917500', '115203.377500', '115203.837500', '115204.297500', '115204.757500', '115205.217500', '115205.677500', '115206.137500', '115206.597500', '115207.057500', '115207.517500', '115207.977500', '115208.437500', '115208.897500', '115209.357500', '115209.817500', '115210.277500', '115210.737500', '115211.197500', '115211.657500', '115212.117500', '115212.577500', '115213.037500', '115213.497500', '115213.957500', '115214.417500', '115214.877500', '115215.337500', '115215.797500', '115216.257500', '115216.717500', '115217.177500', '115217.637500', '115218.097500', '115218.557500', '115219.017500', '115219.477500', '115219.937500', '115220.397500', '115220.857500', '115221.317500', '115221.777500', '115222.237500', '115222.697500', '115223.157500', '115223.617500', '115224.077500', '115224.537500', '115224.997500', '115225.457500', '115225.917500', '115226.377500', '115226.837500', '115227.297500', '115227.757500', '115228.217500', '115228.677500', '115229.137500', '115229.597500', '115230.057500', '115230.517500', '115230.977500', '115231.437500', '115231.897500', '115232.357500', '115232.817500', '115233.277500', '115233.737500', '115234.197500', '115234.657500', '115235.117500', '115235.577500', '115236.037500', '115236.497500', '115236.957500', '115237.417500', '115237.877500', '115238.337500', '115238.797500', '115239.257500', '115239.717500', '115240.177500', '115240.637500', '115241.097500', '115241.557500', '115242.017500', '115242.477500', '115242.937500', '115243.397500', '115243.857500', '115244.317500', '115244.777500', '115245.237500', '115245.697500', '115246.157500', '115246.617500', '115247.077500', '115247.537500', '115247.997500', '115248.457500', '115248.917500', '115249.377500', '115249.837500', '115250.297500', '115250.757500', '115251.217500', '115251.677500', '115252.137500', '115252.597500', '115253.057500', '115253.517500', '115253.977500', '115254.437500', '115254.897500', '115255.357500', '115255.817500', '115256.277500', '115256.737500', '115257.197500', '115257.657500', '115258.117500', '115258.577500', '115259.037500', '115259.497500', '115259.957500', '115300.417500', '115300.877500', '115301.337500', '115301.797500', '115302.257500', '115302.717500', '115303.177500', '115303.637500', '115304.097500', '115304.557500', '115305.017500', '115305.477500', '115305.937500', '115306.397500', '115306.857500', '115307.317500', '115307.777500', '115308.237500', '115308.697500', '115309.157500', '115309.617500', '115310.077500', '115310.537500', '115310.997500', '115311.457500', '115311.917500', '115312.377500', '115312.837500', '115313.297500', '115313.757500', '115314.217500', '115314.677500', '115315.137500', '115315.597500', '115316.057500', '115316.517500', '115316.977500', '115317.437500', '115317.897500', '115318.357500', '115318.817500', '115319.277500', '115319.737500', '115320.197500', '115320.657500', '115321.117500', '115321.577500', '115322.037500', '115322.497500', '115322.957500', '115323.417500', '115323.877500', '115324.337500', '115324.797500', '115325.257500', '115325.717500', '115326.177500', '115326.637500', '115327.097500', '115327.557500', '115328.017500', '115328.477500', '115328.937500', '115329.397500', '115329.857500', '115330.317500', '115330.777500', '115331.237500', '115331.697500', '115332.157500', '115332.617500', '115333.077500', '115333.537500', '115333.997500', '115334.457500', '115334.917500', '115335.377500', '115335.837500', '115336.297500', '115336.757500', '115337.217500', '115337.677500', '115338.137500', '115338.597500', '115339.057500', '115339.517500', '115339.977500', '115340.437500', '115340.897500', '115341.357500', '115341.817500', '115342.277500', '115342.737500', '115343.197500', '115343.657500', '115344.117500', '115344.577500', '115345.037500', '115345.497500', '115345.957500', '115346.417500', '115346.877500', '115347.337500', '115347.797500', '115348.257500', '115348.717500', '115349.177500', '115349.637500', '115350.097500', '115350.557500', '115351.017500', '115351.477500', '115351.937500', '115352.397500', '115352.857500', '115353.317500', '115353.777500', '115354.237500', '115354.697500', '115355.157500', '115355.617500', '115356.077500', '115356.537500', '115356.997500', '115357.457500', '115357.917500', '115358.377500', '115358.837500', '115359.297500', '115359.757500', '115400.217500', '115400.677500', '115401.137500', '115401.597500', '115402.057500', '115402.517500', '115402.977500', '115403.437500', '115403.897500', '115404.357500', '115404.817500', '115405.277500', '115405.737500', '115406.197500', '115406.657500', '115407.117500', '115407.577500', '115408.037500', '115408.497500', '115408.957500', '115409.417500', '115409.877500', '115410.337500', '115410.797500', '115411.257500', '115411.717500', '115412.177500', '115412.637500', '115413.097500', '115413.557500', '115414.017500', '115414.477500', '115414.937500', '115415.397500', '115415.857500', '115416.317500', '115416.777500', '115417.237500', '115417.697500', '115418.157500', '115418.617500', '115419.077500', '115419.537500', '115419.997500', '115420.457500', '115420.917500', '115421.377500', '115421.837500', '115422.297500', '115422.757500', '115423.217500', '115423.677500', '115424.137500', '115424.597500', '115425.057500', '115425.517500', '115425.977500', '115426.437500', '115426.897500', '115427.357500', '115427.817500', '115428.277500', '115428.737500', '115429.197500', '115429.657500', '115430.117500', '115430.577500', '115431.037500', '115431.497500', '115431.957500', '115432.417500', '115432.877500', '115433.337500', '115433.797500', '115434.257500', '115434.717500', '115435.177500', '115435.637500', '115436.097500', '115436.557500', '115437.017500', '115437.477500', '115437.937500', '115438.397500', '115438.857500', '115439.317500', '115439.777500', '115440.237500', '115440.697500', '115441.157500', '115441.617500', '115442.077500', '115442.537500', '115442.997500', '115443.457500', '115443.917500', '115444.377500', '115444.837500', '115445.297500', '115445.757500', '115446.217500', '115446.677500', '115447.137500', '115447.597500', '115448.057500', '115448.517500', '115448.977500', '115449.437500', '115449.897500', '115450.357500', '115450.817500', '115451.277500', '115451.737500', '115452.197500', '115452.657500', '115453.117500', '115453.577500', '115454.037500', '115454.497500', '115454.957500', '115455.417500', '115455.877500', '115456.337500', '115456.797500', '115457.257500', '115457.717500', '115458.177500', '115458.637500', '115459.097500', '115459.557500', '115500.017500', '115500.477500', '115500.937500', '115501.397500', '115501.857500', '115502.317500', '115502.777500', '115503.237500', '115503.697500', '115504.157500', '115504.617500', '115505.077500', '115505.537500', '115505.997500', '115506.457500', '115506.917500', '115507.377500', '115507.837500', '115508.297500', '115508.757500', '115509.217500', '115509.677500', '115510.137500', '115510.597500', '115511.057500', '115511.517500', '115511.977500', '115512.437500', '115512.897500', '115513.357500', '115513.817500', '115514.277500', '115514.737500', '115515.197500', '115515.657500', '115516.117500', '115516.577500', '115517.037500', '115517.497500', '115517.957500', '115518.417500', '115518.877500', '115519.337500', '115519.797500', '115520.257500', '115520.717500', '115521.177500', '115521.637500', '115522.097500', '115522.557500', '115523.017500', '115523.477500', '115523.937500', '115524.397500', '115524.857500', '115525.317500', '115525.777500', '115526.237500', '115526.697500', '115527.157500', '115527.617500', '115528.077500', '115528.537500', '115528.997500', '115529.457500', '115529.917500', '115530.377500', '115530.837500', '115531.297500', '115531.757500', '115532.217500', '115532.677500', '115533.137500', '115533.597500', '115534.057500', '115534.517500', '115534.977500', '115535.437500', '115535.897500', '115536.357500', '115536.817500', '115537.277500', '115537.737500', '115538.197500', '115538.657500', '115539.117500', '115539.577500', '115540.037500', '115540.497500', '115540.957500', '115541.417500', '115541.877500', '115542.337500', '115542.797500', '115543.257500', '115543.717500', '115544.177500', '115544.637500', '115545.097500', '115545.557500', '115546.017500', '115546.477500', '115546.937500', '115547.397500', '115547.857500', '115548.317500', '115548.777500', '115549.237500', '115549.697500', '115550.157500', '115550.617500', '115551.077500', '115551.537500', '115551.997500', '115552.457500', '115552.917500', '115553.377500', '115553.837500', '115554.297500', '115554.757500', '115555.217500', '115555.677500', '115556.137500', '115556.597500', '115557.057500', '115557.517500', '115557.977500', '115558.437500', '115558.897500', '115559.357500', '115559.817500', '115600.277500', '115600.737500', '115601.197500', '115601.657500', '115602.117500', '115602.577500', '115603.037500', '115603.497500', '115603.957500', '115604.417500', '115604.877500', '115605.337500', '115605.797500', '115606.257500', '115606.717500', '115607.177500', '115607.637500', '115608.097500', '115608.557500', '115609.017500', '115609.477500', '115609.937500', '115610.397500', '115610.857500', '115611.317500', '115611.777500', '115612.237500', '115612.697500', '115613.157500', '115613.617500', '115614.077500', '115614.537500', '115614.997500', '115615.457500', '115615.917500', '115616.377500', '115616.837500', '115617.297500', '115617.757500', '115618.217500', '115618.677500', '115619.137500', '115619.597500', '115620.057500', '115620.517500', '115620.977500', '115621.437500', '115621.897500', '115622.357500', '115622.817500', '115623.277500', '115623.737500', '115624.197500', '115624.657500', '115625.117500', '115625.577500', '115626.037500', '115626.497500', '115626.957500', '115627.417500', '115627.877500', '115628.337500', '115628.797500', '115629.257500', '115629.717500', '115630.177500', '115630.637500', '115631.097500', '115631.557500', '115632.017500', '115632.477500', '115632.937500', '115633.397500', '115633.857500', '115634.317500', '115634.777500', '115635.237500', '115635.697500', '115636.157500', '115636.617500', '115637.077500', '115637.537500', '115637.997500', '115638.457500', '115638.917500', '115639.377500', '115639.837500', '115640.297500', '115640.757500', '115641.217500', '115641.677500', '115642.137500', '115642.597500', '115643.057500', '115643.517500', '115643.977500', '115644.437500', '115644.897500', '115645.357500', '115645.817500', '115646.277500', '115646.737500', '115647.197500', '115647.657500', '115648.117500', '115648.577500', '115649.037500', '115649.497500', '115649.957500', '115650.417500', '115650.877500', '115651.337500', '115651.797500', '115652.257500', '115652.717500', '115653.177500', '115653.637500', '115654.097500', '115654.557500', '115655.017500', '115655.477500', '115655.937500', '115656.397500', '115656.857500', '115657.317500', '115657.777500', '115658.237500', '115658.697500', '115659.157500', '115659.617500', '115700.077500', '115700.537500', '115700.997500', '115701.457500', '115701.917500', '115702.377500', '115702.837500', '115703.297500', '115703.757500', '115704.217500', '115704.677500', '115705.137500', '115705.597500', '115706.057500', '115706.517500', '115706.977500', '115707.437500', '115707.897500', '115708.357500', '115708.817500', '115709.277500', '115709.737500', '115710.197500', '115710.657500', '115711.117500', '115711.577500', '115712.037500', '115712.497500', '115712.957500', '115713.417500', '115713.877500', '115714.337500', '115714.797500', '115715.257500', '115715.717500', '115716.177500', '115716.637500', '115717.097500', '115717.557500', '115718.017500', '115718.477500', '115718.937500', '115719.397500', '115719.857500', '115720.317500', '115720.777500', '115721.237500', '115721.697500', '115722.157500', '115722.617500', '115723.077500', '115723.537500', '115723.997500', '115724.457500', '115724.917500', '115725.377500', '115725.837500', '115726.297500', '115726.757500', '115727.217500', '115727.677500', '115728.137500', '115728.597500', '115729.057500', '115729.517500', '115729.977500', '115730.437500', '115730.897500', '115731.357500', '115731.817500', '115732.277500', '115732.737500', '115733.197500', '115733.657500', '115734.117500', '115734.577500', '115735.037500', '115735.497500', '115735.957500', '115736.417500', '115736.877500', '115737.337500', '115737.797500', '115738.257500', '115738.717500', '115739.177500', '115739.637500', '115740.097500', '115740.557500', '115741.017500', '115741.477500', '115741.937500', '115742.397500', '115742.857500', '115743.317500', '115743.777500', '115744.237500', '115744.697500', '115745.157500', '115745.617500', '115746.077500', '115746.537500', '115746.997500', '115747.457500', '115747.917500', '115748.377500', '115748.837500', '115749.297500', '115749.757500', '115750.217500', '115750.677500', '115751.137500', '115751.597500', '115752.057500', '115752.517500', '115752.977500', '115753.437500', '115753.897500', '115754.357500', '115754.817500', '115755.277500', '115755.737500', '115756.197500', '115756.657500', '115757.117500', '115757.577500', '115758.037500', '115758.497500', '115758.957500', '115759.417500', '115759.877500', '115800.337500', '115800.797500', '115801.257500', '115801.717500', '115802.177500', '115802.637500', '115803.097500', '115803.557500', '115804.017500', '115804.477500', '115804.937500', '115805.397500', '115805.857500', '115806.317500', '115806.777500', '115807.237500', '115807.697500', '115808.157500', '115808.617500', '115809.077500', '115809.537500', '115809.997500', '115810.457500', '115810.917500', '115811.377500', '115811.837500', '115812.297500', '115812.757500', '115813.217500', '115813.677500', '115814.137500', '115814.597500', '115815.057500', '115815.517500', '115815.977500', '115816.437500', '115816.897500', '115817.357500', '115817.817500', '115818.277500', '115818.737500', '115819.197500', '115819.657500', '115820.117500', '115820.577500', '115821.037500', '115821.497500', '115821.957500', '115822.417500', '115822.877500', '115823.337500', '115823.797500', '115824.257500', '115824.717500', '115825.177500', '115825.637500', '115826.097500', '115826.557500', '115827.017500', '115827.477500', '115827.937500', '115828.397500', '115828.857500', '115829.317500', '115829.777500', '115830.237500', '115830.697500', '115831.157500', '115831.617500', '115832.077500', '115832.537500', '115832.997500', '115833.457500', '115833.917500', '115834.377500', '115834.837500', '115835.297500', '115835.757500', '115836.217500', '115836.677500', '115837.137500', '115837.597500', '115838.057500', '115838.517500', '115838.977500', '115839.437500', '115839.897500', '115840.357500', '115840.817500', '115841.277500', '115841.737500', '115842.197500', '115842.657500', '115843.117500', '115843.577500', '115844.037500', '115844.497500', '115844.957500', '115845.417500', '115845.877500', '115846.337500', '115846.797500', '115847.257500', '115847.717500', '115848.177500', '115848.637500', '115849.097500', '115849.557500', '115850.017500', '115850.477500', '115850.937500', '115851.397500', '115851.857500', '115852.317500', '115852.777500', '115853.237500', '115853.697500', '115854.157500', '115854.617500', '115855.077500', '115855.537500', '115855.997500', '115856.457500', '115856.917500', '115857.377500', '115857.837500', '115858.297500', '115858.757500', '115859.217500', '115859.677500', '115900.137500', '115900.597500', '115901.057500', '115901.517500', '115901.977500', '115902.437500', '115902.897500', '115903.357500', '115903.817500', '115904.277500', '115904.737500', '115905.197500', '115905.657500', '115906.117500', '115906.577500', '115907.037500', '115907.497500', '115907.957500', '115908.417500', '115908.877500', '115909.337500', '115909.797500', '115910.257500', '115910.717500', '115911.177500', '115911.637500', '115912.097500', '115912.557500', '115913.017500', '115913.477500', '115913.937500', '115914.397500', '115914.857500', '115915.317500', '115915.777500', '115916.237500', '115916.697500', '115917.157500', '115917.617500', '115918.077500', '115918.537500', '115918.997500', '115919.457500', '115919.917500', '115920.377500', '115920.837500', '115921.297500', '115921.757500', '115922.217500', '115922.677500', '115923.137500', '115923.597500', '115924.057500', '115924.517500', '115924.977500', '115925.437500', '115925.897500', '115926.357500', '115926.817500', '115927.277500', '115927.737500', '115928.197500', '115928.657500', '115929.117500', '115929.577500', '115930.037500', '115930.497500', '115930.957500', '115931.417500', '115931.877500', '115932.337500', '115932.797500', '115933.257500', '115933.717500', '115934.177500', '115934.637500', '115935.097500', '115935.557500', '115936.017500', '115936.477500', '115936.937500', '115937.397500', '115937.857500', '115938.317500', '115938.777500', '115939.237500'], 'ContentTime': ['115035.544000', '115035.548000', '115035.551000', '115035.553000', '115035.556000', '115035.559000', '115035.561000', '115035.564000', '115035.566000', '115035.569000', '115035.585000', '115035.588000', '115035.590000', '115035.593000', '115035.596000', '115035.598000', '115035.601000', '115035.603000', '115035.606000', '115035.609000', '115035.611000', '115035.614000', '115035.624000', '115035.627000', '115055.502000', '115055.505000', '115055.508000', '115055.511000', '115055.513000', '115055.516000', '115055.518000', '115055.521000', '115055.523000', '115055.526000', '115055.528000', '115055.531000', '115055.534000', '115055.536000', '115055.539000', '115055.544000', '115055.547000', '115055.550000', '115055.552000', '115055.555000', '115055.557000', '115055.560000', '115055.568000', '115055.570000', '115055.573000', '115055.576000', '115055.578000', '115055.581000', '115055.583000', '115055.586000', '115055.588000', '115055.591000', '115055.594000', '115055.596000', '115055.599000', '115055.601000', '115055.604000', '115055.606000', '115055.609000', '115055.612000', '115055.614000', '115055.617000', '115055.619000', '115115.501000', '115115.504000', '115115.507000', '115115.509000', '115115.512000', '115115.515000', '115115.517000', '115115.520000', '115115.522000', '115115.525000', '115115.527000', '115115.530000', '115115.533000', '115115.536000', '115115.539000', '115115.542000', '115115.544000', '115115.547000', '115115.549000', '115115.552000', '115115.554000', '115115.557000', '115115.559000', '115115.562000', '115115.565000', '115115.570000', '115115.572000', '115115.575000', '115115.577000', '115115.580000', '115115.582000', '115115.585000', '115115.587000', '115115.590000', '115115.593000', '115115.595000', '115115.598000', '115115.600000', '115115.603000', '115115.605000', '115115.608000', '115115.611000', '115115.613000', '115135.502000', '115135.505000', '115135.519000', '115135.521000', '115135.524000', '115135.526000', '115135.529000', '115135.532000', '115135.534000', '115135.537000', '115135.539000', '115135.542000', '115135.545000', '115135.547000', '115135.550000', '115135.552000', '115135.555000', '115135.558000', '115135.560000', '115135.563000', '115135.565000', '115135.568000', '115135.571000', '115135.573000', '115135.576000', '115135.578000', '115135.581000', '115135.583000', '115135.586000', '115135.588000', '115135.591000', '115135.594000', '115135.596000', '115135.599000', '115135.601000', '115135.604000', '115135.606000', '115135.609000', '115135.611000', '115135.614000', '115135.617000', '115135.619000', '115135.622000', '115135.624000', '115155.503000', '115155.506000', '115155.508000', '115155.511000', '115155.513000', '115155.516000', '115155.519000', '115155.522000', '115155.525000', '115155.528000', '115155.530000', '115155.533000', '115155.536000', '115155.538000', '115155.541000', '115155.543000', '115155.546000', '115155.549000', '115155.551000', '115155.554000', '115155.556000', '115155.559000', '115155.561000', '115155.564000', '115155.566000', '115155.569000', '115155.571000', '115155.574000', '115155.577000', '115155.581000', '115155.584000', '115155.586000', '115155.589000', '115155.591000', '115155.594000', '115155.597000', '115155.599000', '115155.602000', '115155.604000', '115155.607000', '115155.610000', '115155.612000', '115155.615000', '115215.503000', '115215.506000', '115215.508000', '115215.511000', '115215.513000', '115215.516000', '115215.518000', '115215.521000', '115215.524000', '115215.526000', '115215.529000', '115215.531000', '115215.534000', '115215.536000', '115215.539000', '115215.542000', '115215.544000', '115215.547000', '115215.550000', '115215.552000', '115215.555000', '115215.558000', '115215.560000', '115215.563000', '115215.565000', '115215.568000', '115215.570000', '115215.573000', '115215.575000', '115215.578000', '115215.581000', '115215.583000', '115215.586000', '115215.588000', '115215.591000', '115215.593000', '115215.596000', '115215.599000', '115215.601000', '115215.604000', '115215.606000', '115215.609000', '115215.612000', '115215.614000', '115235.502000', '115235.506000', '115235.508000', '115235.511000', '115235.514000', '115235.516000', '115235.519000', '115235.521000', '115235.524000', '115235.526000', '115235.529000', '115235.532000', '115235.534000', '115235.537000', '115235.539000', '115235.542000', '115235.544000', '115235.547000', '115235.549000', '115235.552000', '115235.554000', '115235.557000', '115235.560000', '115235.562000', '115235.565000', '115235.567000', '115235.570000', '115235.573000', '115235.575000', '115235.578000', '115235.580000', '115235.583000', '115235.586000', '115235.588000', '115235.591000', '115235.593000', '115235.596000', '115235.598000', '115235.601000', '115235.604000', '115235.606000', '115235.609000', '115235.611000', '115255.503000', '115255.505000', '115255.508000', '115255.511000', '115255.513000', '115255.516000', '115255.518000', '115255.521000', '115255.524000', '115255.526000', '115255.529000', '115255.531000', '115255.534000', '115255.536000', '115255.539000', '115255.541000', '115255.544000', '115255.547000', '115255.549000', '115255.552000', '115255.554000', '115255.557000', '115255.559000', '115255.562000', '115255.564000', '115255.567000', '115255.570000', '115255.572000', '115255.575000', '115255.577000', '115255.580000', '115255.582000', '115255.585000', '115255.588000', '115255.590000', '115255.593000', '115255.595000', '115255.598000', '115255.601000', '115255.603000', '115255.606000', '115255.608000', '115255.611000', '115255.613000', '115315.502000', '115315.505000', '115315.508000', '115315.510000', '115315.513000', '115315.523000', '115315.525000', '115315.528000', '115315.530000', '115315.533000', '115315.535000', '115315.538000', '115315.541000', '115315.543000', '115315.546000', '115315.548000', '115315.551000', '115315.553000', '115315.556000', '115315.559000', '115315.561000', '115315.564000', '115315.566000', '115315.569000', '115315.571000', '115315.574000', '115315.577000', '115315.579000', '115315.582000', '115315.584000', '115315.587000', '115315.590000', '115315.592000', '115315.595000', '115315.598000', '115315.600000', '115315.603000', '115315.605000', '115315.608000', '115315.610000', '115315.613000', '115315.616000', '115315.619000', '115335.502000', '115335.505000', '115335.507000', '115335.510000', '115335.512000', '115335.515000', '115335.517000', '115335.520000', '115335.523000', '115335.525000', '115335.528000', '115335.530000', '115335.533000', '115335.536000', '115335.538000', '115335.541000', '115335.543000', '115335.546000', '115335.548000', '115335.551000', '115335.553000', '115335.556000', '115335.559000', '115335.561000', '115335.564000', '115335.566000', '115335.569000', '115335.572000', '115335.574000', '115335.577000', '115335.579000', '115335.582000', '115335.584000', '115335.587000', '115335.590000', '115335.592000', '115335.595000', '115335.598000', '115335.600000', '115335.603000', '115335.605000', '115335.608000', '115335.611000', '115335.613000', '115355.503000', '115355.505000', '115355.508000', '115355.511000', '115355.513000', '115355.516000', '115355.518000', '115355.521000', '115355.523000', '115355.526000', '115355.529000', '115355.531000', '115355.534000', '115355.536000', '115355.539000', '115355.542000', '115355.544000', '115355.547000', '115355.549000', '115355.552000', '115355.554000', '115355.557000', '115355.560000', '115355.562000', '115355.565000', '115355.567000', '115355.570000', '115355.572000', '115355.575000', '115355.578000', '115355.580000', '115355.583000', '115355.585000', '115355.588000', '115355.591000', '115355.593000', '115355.596000', '115355.599000', '115355.602000', '115355.604000', '115355.607000', '115355.610000', '115355.612000', '115415.502000', '115415.505000', '115415.508000', '115415.511000', '115415.513000', '115415.516000', '115415.518000', '115415.521000', '115415.523000', '115415.526000', '115415.529000', '115415.531000', '115415.534000', '115415.537000', '115415.539000', '115415.542000', '115415.544000', '115415.547000', '115415.550000', '115415.552000', '115415.555000', '115415.557000', '115415.560000', '115415.563000', '115415.565000', '115415.568000', '115415.570000', '115415.573000', '115415.575000', '115415.578000', '115415.581000', '115415.583000', '115415.586000', '115415.588000', '115415.591000', '115415.594000', '115415.596000', '115415.599000', '115415.602000', '115415.604000', '115415.607000', '115415.609000', '115415.612000', '115415.614000', '115435.503000', '115435.505000', '115435.508000', '115435.511000', '115435.513000', '115435.516000', '115435.518000', '115435.521000', '115435.524000', '115435.526000', '115435.529000', '115435.531000', '115435.534000', '115435.537000', '115435.539000', '115435.542000', '115435.544000', '115435.547000', '115435.549000', '115435.552000', '115435.555000', '115435.557000', '115435.560000', '115435.562000', '115435.565000', '115435.568000', '115435.570000', '115435.573000', '115435.575000', '115435.578000', '115435.580000', '115435.583000', '115435.586000', '115435.588000', '115435.591000', '115435.593000', '115435.605000', '115435.608000', '115435.611000', '115435.613000', '115435.617000', '115435.620000', '115435.622000', '115455.502000', '115455.505000', '115455.508000', '115455.510000', '115455.513000', '115455.516000', '115455.518000', '115455.521000', '115455.523000', '115455.526000', '115455.529000', '115455.531000', '115455.534000', '115455.536000', '115455.539000', '115455.541000', '115455.544000', '115455.547000', '115455.549000', '115455.552000', '115455.554000', '115455.557000', '115455.560000', '115455.562000', '115455.565000', '115455.567000', '115455.570000', '115455.572000', '115455.575000', '115455.578000', '115455.580000', '115455.583000', '115455.585000', '115455.588000', '115455.591000', '115455.593000', '115455.596000', '115455.599000', '115455.601000', '115455.604000', '115455.606000', '115455.609000', '115455.612000', '115455.614000', '115515.502000', '115515.505000', '115515.508000', '115515.510000', '115515.513000', '115515.516000', '115515.518000', '115515.521000', '115515.523000', '115515.526000', '115515.529000', '115515.531000', '115515.534000', '115515.536000', '115515.539000', '115515.542000', '115515.544000', '115515.547000', '115515.549000', '115515.552000', '115515.555000', '115515.557000', '115515.560000', '115515.562000', '115515.565000', '115515.567000', '115515.570000', '115515.573000', '115515.575000', '115515.578000', '115515.580000', '115515.583000', '115515.585000', '115515.588000', '115515.591000', '115515.593000', '115515.596000', '115515.598000', '115515.601000', '115515.604000', '115515.606000', '115515.609000', '115515.612000', '115535.502000', '115535.505000', '115535.508000', '115535.511000', '115535.513000', '115535.516000', '115535.519000', '115535.521000', '115535.524000', '115535.527000', '115535.529000', '115535.532000', '115535.534000', '115535.537000', '115535.540000', '115535.542000', '115535.545000', '115535.547000', '115535.550000', '115535.552000', '115535.555000', '115535.558000', '115535.560000', '115535.563000', '115535.565000', '115535.568000', '115535.571000', '115535.573000', '115535.576000', '115535.578000', '115535.581000', '115535.583000', '115535.586000', '115535.589000', '115535.591000', '115535.594000', '115535.597000', '115535.599000', '115535.602000', '115535.604000', '115535.607000', '115535.609000', '115535.612000', '115535.615000', '115555.502000', '115555.510000', '115555.513000', '115555.516000', '115555.518000', '115555.523000', '115555.525000', '115555.528000', '115555.531000', '115555.533000', '115555.536000', '115555.538000', '115555.541000', '115555.543000', '115555.546000', '115555.549000', '115555.551000', '115555.554000', '115555.556000', '115555.559000', '115555.561000', '115555.564000', '115555.567000', '115555.569000', '115555.572000', '115555.574000', '115555.577000', '115555.580000', '115555.582000', '115555.585000', '115555.587000', '115555.590000', '115555.593000', '115555.595000', '115555.598000', '115555.600000', '115555.603000', '115555.606000', '115555.608000', '115555.611000', '115555.613000', '115555.616000', '115555.618000', '115615.503000', '115615.505000', '115615.508000', '115615.511000', '115615.551000', '115615.554000', '115615.557000', '115615.559000', '115615.562000', '115615.564000', '115615.567000', '115615.570000', '115615.572000', '115615.575000', '115615.577000', '115615.580000', '115615.583000', '115615.585000', '115615.588000', '115615.591000', '115615.593000', '115615.596000', '115615.598000', '115615.601000', '115615.603000', '115615.606000', '115615.609000', '115615.611000', '115615.614000', '115615.617000', '115615.619000', '115615.622000', '115615.624000', '115615.627000', '115615.630000', '115615.632000', '115615.635000', '115615.637000', '115615.640000', '115615.642000', '115615.645000', '115615.648000', '115615.650000', '115615.653000', '115635.502000', '115635.505000', '115635.508000', '115635.511000', '115635.513000', '115635.516000', '115635.518000', '115635.521000', '115635.524000', '115635.526000', '115635.529000', '115635.531000', '115635.534000', '115635.536000', '115635.539000', '115635.541000', '115635.544000', '115635.547000', '115635.549000', '115635.552000', '115635.555000', '115635.557000', '115635.560000', '115635.562000', '115635.565000', '115635.567000', '115635.570000', '115635.572000', '115635.575000', '115635.578000', '115635.580000', '115635.583000', '115635.585000', '115635.588000', '115635.591000', '115635.593000', '115635.596000', '115635.598000', '115635.601000', '115635.603000', '115635.606000', '115635.609000', '115635.611000', '115655.502000', '115655.506000', '115655.508000', '115655.511000', '115655.514000', '115655.516000', '115655.519000', '115655.521000', '115655.524000', '115655.526000', '115655.529000', '115655.531000', '115655.534000', '115655.537000', '115655.539000', '115655.542000', '115655.544000', '115655.547000', '115655.550000', '115655.552000', '115655.555000', '115655.557000', '115655.560000', '115655.562000', '115655.565000', '115655.568000', '115655.570000', '115655.573000', '115655.575000', '115655.578000', '115655.580000', '115655.583000', '115655.586000', '115655.588000', '115655.591000', '115655.593000', '115655.596000', '115655.598000', '115655.601000', '115655.604000', '115655.606000', '115655.609000', '115655.611000', '115655.614000', '115715.503000', '115715.506000', '115715.508000', '115715.511000', '115715.514000', '115715.516000', '115715.519000', '115715.521000', '115715.524000', '115715.526000', '115715.529000', '115715.532000', '115715.534000', '115715.537000', '115715.539000', '115715.542000', '115715.544000', '115715.547000', '115715.550000', '115715.552000', '115715.555000', '115715.557000', '115715.560000', '115715.562000', '115715.565000', '115715.568000', '115715.570000', '115715.573000', '115715.575000', '115715.578000', '115715.581000', '115715.583000', '115715.586000', '115715.588000', '115715.591000', '115715.594000', '115715.596000', '115715.599000', '115715.601000', '115715.604000', '115715.607000', '115715.609000', '115715.612000', '115735.515000', '115735.518000', '115735.520000', '115735.523000', '115735.525000', '115735.528000', '115735.530000', '115735.533000', '115735.536000', '115735.538000', '115735.541000', '115735.543000', '115735.546000', '115735.548000', '115735.551000', '115735.554000', '115735.556000', '115735.559000', '115735.561000', '115735.564000', '115735.567000', '115735.569000', '115735.572000', '115735.574000', '115735.577000', '115735.579000', '115735.582000', '115735.585000', '115735.587000', '115735.590000', '115735.593000', '115735.595000', '115735.598000', '115735.600000', '115735.603000', '115735.605000', '115735.608000', '115735.611000', '115735.613000', '115735.616000', '115735.618000', '115735.621000', '115735.624000', '115735.626000', '115755.503000', '115755.505000', '115755.508000', '115755.511000', '115755.513000', '115755.516000', '115755.518000', '115755.521000', '115755.524000', '115755.526000', '115755.529000', '115755.531000', '115755.534000', '115755.537000', '115755.539000', '115755.542000', '115755.544000', '115755.547000', '115755.550000', '115755.552000', '115755.555000', '115755.557000', '115755.560000', '115755.562000', '115755.565000', '115755.567000', '115755.570000', '115755.573000', '115755.575000', '115755.578000', '115755.580000', '115755.583000', '115755.585000', '115755.588000', '115755.591000', '115755.593000', '115755.596000', '115755.599000', '115755.601000', '115755.604000', '115755.606000', '115755.609000', '115755.611000', '115815.502000', '115815.505000', '115815.507000', '115815.510000', '115815.512000', '115815.515000', '115815.518000', '115815.520000', '115815.523000', '115815.525000', '115815.528000', '115815.530000', '115815.533000', '115815.537000', '115815.540000', '115815.542000', '115815.545000', '115815.548000', '115815.550000', '115815.553000', '115815.555000', '115815.558000', '115815.560000', '115815.563000', '115815.565000', '115815.568000', '115815.571000', '115815.573000', '115815.576000', '115815.578000', '115815.581000', '115815.583000', '115815.586000', '115815.589000', '115815.591000', '115815.594000', '115815.597000', '115815.599000', '115815.602000', '115815.605000', '115815.607000', '115815.610000', '115815.612000', '115815.615000', '115835.503000', '115835.505000', '115835.508000', '115835.511000', '115835.513000', '115835.516000', '115835.518000', '115835.521000', '115835.524000', '115835.526000', '115835.529000', '115835.531000', '115835.534000', '115835.537000', '115835.539000', '115835.542000', '115835.544000', '115835.547000', '115835.550000', '115835.552000', '115835.555000', '115835.557000', '115835.560000', '115835.562000', '115835.565000', '115835.567000', '115835.570000', '115835.573000', '115835.575000', '115835.578000', '115835.581000', '115835.583000', '115835.586000', '115835.588000', '115835.591000', '115835.594000', '115835.596000', '115835.599000', '115835.601000', '115835.604000', '115835.607000', '115835.609000', '115835.612000', '115855.503000', '115855.505000', '115855.508000', '115855.511000', '115855.513000', '115855.516000', '115855.518000', '115855.521000', '115855.523000', '115855.526000', '115855.529000', '115855.531000', '115855.534000', '115855.536000', '115855.539000', '115855.542000', '115855.544000', '115855.547000', '115855.549000', '115855.552000', '115855.555000', '115855.557000', '115855.560000', '115855.562000', '115855.565000', '115855.568000', '115855.570000', '115855.573000', '115855.575000', '115855.578000', '115855.581000', '115855.583000', '115855.586000', '115855.588000', '115855.591000', '115855.594000', '115855.596000', '115855.599000', '115855.601000', '115855.604000', '115855.607000', '115855.609000', '115855.612000', '115855.614000', '115915.503000', '115915.505000', '115915.508000', '115915.511000', '115915.513000', '115915.516000', '115915.518000', '115915.521000', '115915.523000', '115915.526000', '115915.529000', '115915.531000', '115915.534000', '115915.536000', '115915.539000', '115915.542000', '115915.544000', '115915.547000', '115915.549000', '115915.552000', '115915.554000', '115915.557000', '115915.560000', '115915.562000', '115915.565000', '115915.567000', '115915.570000', '115915.573000', '115915.575000', '115915.578000', '115915.580000', '115915.583000', '115915.585000', '115915.588000', '115915.591000', '115915.593000', '115915.596000', '115915.598000', '115915.601000', '115915.603000', '115915.606000', '115915.609000', '115915.611000', '115935.503000', '115935.506000', '115935.508000', '115935.511000', '115935.513000', '115935.516000', '115935.518000', '115935.521000', '115935.524000', '115935.526000', '115935.529000', '115935.531000', '115935.534000', '115935.537000', '115935.539000', '115935.542000', '115935.544000', '115935.547000', '115935.550000', '115935.552000', '115935.555000', '115935.557000', '115935.560000', '115935.562000', '115935.565000', '115935.568000', '115935.571000', '115935.574000', '115935.577000', '115935.580000', '115935.583000', '115935.585000', '115935.588000', '115935.591000', '115935.594000', '115935.597000', '115935.599000', '115935.602000', '115935.605000', '115935.608000', '115935.611000', '115935.613000', '115935.616000', '115940.577000', '115940.580000', '115940.583000', '115940.585000', '115940.588000', '115940.590000', '115940.593000', '115940.596000', '115940.598000', '115940.601000', '115940.604000', '115940.606000'], 'InstanceCreationTime': ['115035.544000', '115035.548000', '115035.551000', '115035.553000', '115035.556000', '115035.559000', '115035.561000', '115035.564000', '115035.566000', '115035.569000', '115035.585000', '115035.588000', '115035.590000', '115035.593000', '115035.596000', '115035.598000', '115035.601000', '115035.603000', '115035.606000', '115035.609000', '115035.611000', '115035.614000', '115035.624000', '115035.627000', '115055.502000', '115055.505000', '115055.508000', '115055.511000', '115055.513000', '115055.516000', '115055.518000', '115055.521000', '115055.523000', '115055.526000', '115055.528000', '115055.531000', '115055.534000', '115055.536000', '115055.539000', '115055.544000', '115055.547000', '115055.550000', '115055.552000', '115055.555000', '115055.557000', '115055.560000', '115055.568000', '115055.570000', '115055.573000', '115055.576000', '115055.578000', '115055.581000', '115055.583000', '115055.586000', '115055.588000', '115055.591000', '115055.594000', '115055.596000', '115055.599000', '115055.601000', '115055.604000', '115055.606000', '115055.609000', '115055.612000', '115055.614000', '115055.617000', '115055.619000', '115115.501000', '115115.504000', '115115.507000', '115115.509000', '115115.512000', '115115.515000', '115115.517000', '115115.520000', '115115.522000', '115115.525000', '115115.527000', '115115.530000', '115115.533000', '115115.536000', '115115.539000', '115115.542000', '115115.544000', '115115.547000', '115115.549000', '115115.552000', '115115.554000', '115115.557000', '115115.559000', '115115.562000', '115115.565000', '115115.570000', '115115.572000', '115115.575000', '115115.577000', '115115.580000', '115115.582000', '115115.585000', '115115.587000', '115115.590000', '115115.593000', '115115.595000', '115115.598000', '115115.600000', '115115.603000', '115115.605000', '115115.608000', '115115.611000', '115115.613000', '115135.502000', '115135.505000', '115135.519000', '115135.521000', '115135.524000', '115135.526000', '115135.529000', '115135.532000', '115135.534000', '115135.537000', '115135.539000', '115135.542000', '115135.545000', '115135.547000', '115135.550000', '115135.552000', '115135.555000', '115135.558000', '115135.560000', '115135.563000', '115135.565000', '115135.568000', '115135.571000', '115135.573000', '115135.576000', '115135.578000', '115135.581000', '115135.583000', '115135.586000', '115135.588000', '115135.591000', '115135.594000', '115135.596000', '115135.599000', '115135.601000', '115135.604000', '115135.606000', '115135.609000', '115135.611000', '115135.614000', '115135.617000', '115135.619000', '115135.622000', '115135.624000', '115155.503000', '115155.506000', '115155.508000', '115155.511000', '115155.513000', '115155.516000', '115155.519000', '115155.522000', '115155.525000', '115155.528000', '115155.530000', '115155.533000', '115155.536000', '115155.538000', '115155.541000', '115155.543000', '115155.546000', '115155.549000', '115155.551000', '115155.554000', '115155.556000', '115155.559000', '115155.561000', '115155.564000', '115155.566000', '115155.569000', '115155.571000', '115155.574000', '115155.577000', '115155.581000', '115155.584000', '115155.586000', '115155.589000', '115155.591000', '115155.594000', '115155.597000', '115155.599000', '115155.602000', '115155.604000', '115155.607000', '115155.610000', '115155.612000', '115155.615000', '115215.503000', '115215.506000', '115215.508000', '115215.511000', '115215.513000', '115215.516000', '115215.518000', '115215.521000', '115215.524000', '115215.526000', '115215.529000', '115215.531000', '115215.534000', '115215.536000', '115215.539000', '115215.542000', '115215.544000', '115215.547000', '115215.550000', '115215.552000', '115215.555000', '115215.558000', '115215.560000', '115215.563000', '115215.565000', '115215.568000', '115215.570000', '115215.573000', '115215.575000', '115215.578000', '115215.581000', '115215.583000', '115215.586000', '115215.588000', '115215.591000', '115215.593000', '115215.596000', '115215.599000', '115215.601000', '115215.604000', '115215.606000', '115215.609000', '115215.612000', '115215.614000', '115235.502000', '115235.506000', '115235.508000', '115235.511000', '115235.514000', '115235.516000', '115235.519000', '115235.521000', '115235.524000', '115235.526000', '115235.529000', '115235.532000', '115235.534000', '115235.537000', '115235.539000', '115235.542000', '115235.544000', '115235.547000', '115235.549000', '115235.552000', '115235.554000', '115235.557000', '115235.560000', '115235.562000', '115235.565000', '115235.567000', '115235.570000', '115235.573000', '115235.575000', '115235.578000', '115235.580000', '115235.583000', '115235.586000', '115235.588000', '115235.591000', '115235.593000', '115235.596000', '115235.598000', '115235.601000', '115235.604000', '115235.606000', '115235.609000', '115235.611000', '115255.503000', '115255.505000', '115255.508000', '115255.511000', '115255.513000', '115255.516000', '115255.518000', '115255.521000', '115255.524000', '115255.526000', '115255.529000', '115255.531000', '115255.534000', '115255.536000', '115255.539000', '115255.541000', '115255.544000', '115255.547000', '115255.549000', '115255.552000', '115255.554000', '115255.557000', '115255.559000', '115255.562000', '115255.564000', '115255.567000', '115255.570000', '115255.572000', '115255.575000', '115255.577000', '115255.580000', '115255.582000', '115255.585000', '115255.588000', '115255.590000', '115255.593000', '115255.595000', '115255.598000', '115255.601000', '115255.603000', '115255.606000', '115255.608000', '115255.611000', '115255.613000', '115315.502000', '115315.505000', '115315.508000', '115315.510000', '115315.513000', '115315.523000', '115315.525000', '115315.528000', '115315.530000', '115315.533000', '115315.535000', '115315.538000', '115315.541000', '115315.543000', '115315.546000', '115315.548000', '115315.551000', '115315.553000', '115315.556000', '115315.559000', '115315.561000', '115315.564000', '115315.566000', '115315.569000', '115315.571000', '115315.574000', '115315.577000', '115315.579000', '115315.582000', '115315.584000', '115315.587000', '115315.590000', '115315.592000', '115315.595000', '115315.598000', '115315.600000', '115315.603000', '115315.605000', '115315.608000', '115315.610000', '115315.613000', '115315.616000', '115315.619000', '115335.502000', '115335.505000', '115335.507000', '115335.510000', '115335.512000', '115335.515000', '115335.517000', '115335.520000', '115335.523000', '115335.525000', '115335.528000', '115335.530000', '115335.533000', '115335.536000', '115335.538000', '115335.541000', '115335.543000', '115335.546000', '115335.548000', '115335.551000', '115335.553000', '115335.556000', '115335.559000', '115335.561000', '115335.564000', '115335.566000', '115335.569000', '115335.572000', '115335.574000', '115335.577000', '115335.579000', '115335.582000', '115335.584000', '115335.587000', '115335.590000', '115335.592000', '115335.595000', '115335.598000', '115335.600000', '115335.603000', '115335.605000', '115335.608000', '115335.611000', '115335.613000', '115355.503000', '115355.505000', '115355.508000', '115355.511000', '115355.513000', '115355.516000', '115355.518000', '115355.521000', '115355.523000', '115355.526000', '115355.529000', '115355.531000', '115355.534000', '115355.536000', '115355.539000', '115355.542000', '115355.544000', '115355.547000', '115355.549000', '115355.552000', '115355.554000', '115355.557000', '115355.560000', '115355.562000', '115355.565000', '115355.567000', '115355.570000', '115355.572000', '115355.575000', '115355.578000', '115355.580000', '115355.583000', '115355.585000', '115355.588000', '115355.591000', '115355.593000', '115355.596000', '115355.599000', '115355.602000', '115355.604000', '115355.607000', '115355.610000', '115355.612000', '115415.502000', '115415.505000', '115415.508000', '115415.511000', '115415.513000', '115415.516000', '115415.518000', '115415.521000', '115415.523000', '115415.526000', '115415.529000', '115415.531000', '115415.534000', '115415.537000', '115415.539000', '115415.542000', '115415.544000', '115415.547000', '115415.550000', '115415.552000', '115415.555000', '115415.557000', '115415.560000', '115415.563000', '115415.565000', '115415.568000', '115415.570000', '115415.573000', '115415.575000', '115415.578000', '115415.581000', '115415.583000', '115415.586000', '115415.588000', '115415.591000', '115415.594000', '115415.596000', '115415.599000', '115415.602000', '115415.604000', '115415.607000', '115415.609000', '115415.612000', '115415.614000', '115435.503000', '115435.505000', '115435.508000', '115435.511000', '115435.513000', '115435.516000', '115435.518000', '115435.521000', '115435.524000', '115435.526000', '115435.529000', '115435.531000', '115435.534000', '115435.537000', '115435.539000', '115435.542000', '115435.544000', '115435.547000', '115435.549000', '115435.552000', '115435.555000', '115435.557000', '115435.560000', '115435.562000', '115435.565000', '115435.568000', '115435.570000', '115435.573000', '115435.575000', '115435.578000', '115435.580000', '115435.583000', '115435.586000', '115435.588000', '115435.591000', '115435.593000', '115435.605000', '115435.608000', '115435.611000', '115435.613000', '115435.617000', '115435.620000', '115435.622000', '115455.502000', '115455.505000', '115455.508000', '115455.510000', '115455.513000', '115455.516000', '115455.518000', '115455.521000', '115455.523000', '115455.526000', '115455.529000', '115455.531000', '115455.534000', '115455.536000', '115455.539000', '115455.541000', '115455.544000', '115455.547000', '115455.549000', '115455.552000', '115455.554000', '115455.557000', '115455.560000', '115455.562000', '115455.565000', '115455.567000', '115455.570000', '115455.572000', '115455.575000', '115455.578000', '115455.580000', '115455.583000', '115455.585000', '115455.588000', '115455.591000', '115455.593000', '115455.596000', '115455.599000', '115455.601000', '115455.604000', '115455.606000', '115455.609000', '115455.612000', '115455.614000', '115515.502000', '115515.505000', '115515.508000', '115515.510000', '115515.513000', '115515.516000', '115515.518000', '115515.521000', '115515.523000', '115515.526000', '115515.529000', '115515.531000', '115515.534000', '115515.536000', '115515.539000', '115515.542000', '115515.544000', '115515.547000', '115515.549000', '115515.552000', '115515.555000', '115515.557000', '115515.560000', '115515.562000', '115515.565000', '115515.567000', '115515.570000', '115515.573000', '115515.575000', '115515.578000', '115515.580000', '115515.583000', '115515.585000', '115515.588000', '115515.591000', '115515.593000', '115515.596000', '115515.598000', '115515.601000', '115515.604000', '115515.606000', '115515.609000', '115515.612000', '115535.502000', '115535.505000', '115535.508000', '115535.511000', '115535.513000', '115535.516000', '115535.519000', '115535.521000', '115535.524000', '115535.527000', '115535.529000', '115535.532000', '115535.534000', '115535.537000', '115535.540000', '115535.542000', '115535.545000', '115535.547000', '115535.550000', '115535.552000', '115535.555000', '115535.558000', '115535.560000', '115535.563000', '115535.565000', '115535.568000', '115535.571000', '115535.573000', '115535.576000', '115535.578000', '115535.581000', '115535.583000', '115535.586000', '115535.589000', '115535.591000', '115535.594000', '115535.597000', '115535.599000', '115535.602000', '115535.604000', '115535.607000', '115535.609000', '115535.612000', '115535.615000', '115555.502000', '115555.510000', '115555.513000', '115555.516000', '115555.518000', '115555.523000', '115555.525000', '115555.528000', '115555.531000', '115555.533000', '115555.536000', '115555.538000', '115555.541000', '115555.543000', '115555.546000', '115555.549000', '115555.551000', '115555.554000', '115555.556000', '115555.559000', '115555.561000', '115555.564000', '115555.567000', '115555.569000', '115555.572000', '115555.574000', '115555.577000', '115555.580000', '115555.582000', '115555.585000', '115555.587000', '115555.590000', '115555.593000', '115555.595000', '115555.598000', '115555.600000', '115555.603000', '115555.606000', '115555.608000', '115555.611000', '115555.613000', '115555.616000', '115555.618000', '115615.503000', '115615.505000', '115615.508000', '115615.511000', '115615.551000', '115615.554000', '115615.557000', '115615.559000', '115615.562000', '115615.564000', '115615.567000', '115615.570000', '115615.572000', '115615.575000', '115615.577000', '115615.580000', '115615.583000', '115615.585000', '115615.588000', '115615.591000', '115615.593000', '115615.596000', '115615.598000', '115615.601000', '115615.603000', '115615.606000', '115615.609000', '115615.611000', '115615.614000', '115615.617000', '115615.619000', '115615.622000', '115615.624000', '115615.627000', '115615.630000', '115615.632000', '115615.635000', '115615.637000', '115615.640000', '115615.642000', '115615.645000', '115615.648000', '115615.650000', '115615.653000', '115635.502000', '115635.505000', '115635.508000', '115635.511000', '115635.513000', '115635.516000', '115635.518000', '115635.521000', '115635.524000', '115635.526000', '115635.529000', '115635.531000', '115635.534000', '115635.536000', '115635.539000', '115635.541000', '115635.544000', '115635.547000', '115635.549000', '115635.552000', '115635.555000', '115635.557000', '115635.560000', '115635.562000', '115635.565000', '115635.567000', '115635.570000', '115635.572000', '115635.575000', '115635.578000', '115635.580000', '115635.583000', '115635.585000', '115635.588000', '115635.591000', '115635.593000', '115635.596000', '115635.598000', '115635.601000', '115635.603000', '115635.606000', '115635.609000', '115635.611000', '115655.502000', '115655.506000', '115655.508000', '115655.511000', '115655.514000', '115655.516000', '115655.519000', '115655.521000', '115655.524000', '115655.526000', '115655.529000', '115655.531000', '115655.534000', '115655.537000', '115655.539000', '115655.542000', '115655.544000', '115655.547000', '115655.550000', '115655.552000', '115655.555000', '115655.557000', '115655.560000', '115655.562000', '115655.565000', '115655.568000', '115655.570000', '115655.573000', '115655.575000', '115655.578000', '115655.580000', '115655.583000', '115655.586000', '115655.588000', '115655.591000', '115655.593000', '115655.596000', '115655.598000', '115655.601000', '115655.604000', '115655.606000', '115655.609000', '115655.611000', '115655.614000', '115715.503000', '115715.506000', '115715.508000', '115715.511000', '115715.514000', '115715.516000', '115715.519000', '115715.521000', '115715.524000', '115715.526000', '115715.529000', '115715.532000', '115715.534000', '115715.537000', '115715.539000', '115715.542000', '115715.544000', '115715.547000', '115715.550000', '115715.552000', '115715.555000', '115715.557000', '115715.560000', '115715.562000', '115715.565000', '115715.568000', '115715.570000', '115715.573000', '115715.575000', '115715.578000', '115715.581000', '115715.583000', '115715.586000', '115715.588000', '115715.591000', '115715.594000', '115715.596000', '115715.599000', '115715.601000', '115715.604000', '115715.607000', '115715.609000', '115715.612000', '115735.515000', '115735.518000', '115735.520000', '115735.523000', '115735.525000', '115735.528000', '115735.530000', '115735.533000', '115735.536000', '115735.538000', '115735.541000', '115735.543000', '115735.546000', '115735.548000', '115735.551000', '115735.554000', '115735.556000', '115735.559000', '115735.561000', '115735.564000', '115735.567000', '115735.569000', '115735.572000', '115735.574000', '115735.577000', '115735.579000', '115735.582000', '115735.585000', '115735.587000', '115735.590000', '115735.593000', '115735.595000', '115735.598000', '115735.600000', '115735.603000', '115735.605000', '115735.608000', '115735.611000', '115735.613000', '115735.616000', '115735.618000', '115735.621000', '115735.624000', '115735.626000', '115755.503000', '115755.505000', '115755.508000', '115755.511000', '115755.513000', '115755.516000', '115755.518000', '115755.521000', '115755.524000', '115755.526000', '115755.529000', '115755.531000', '115755.534000', '115755.537000', '115755.539000', '115755.542000', '115755.544000', '115755.547000', '115755.550000', '115755.552000', '115755.555000', '115755.557000', '115755.560000', '115755.562000', '115755.565000', '115755.567000', '115755.570000', '115755.573000', '115755.575000', '115755.578000', '115755.580000', '115755.583000', '115755.585000', '115755.588000', '115755.591000', '115755.593000', '115755.596000', '115755.599000', '115755.601000', '115755.604000', '115755.606000', '115755.609000', '115755.611000', '115815.502000', '115815.505000', '115815.507000', '115815.510000', '115815.512000', '115815.515000', '115815.518000', '115815.520000', '115815.523000', '115815.525000', '115815.528000', '115815.530000', '115815.533000', '115815.537000', '115815.540000', '115815.542000', '115815.545000', '115815.548000', '115815.550000', '115815.553000', '115815.555000', '115815.558000', '115815.560000', '115815.563000', '115815.565000', '115815.568000', '115815.571000', '115815.573000', '115815.576000', '115815.578000', '115815.581000', '115815.583000', '115815.586000', '115815.589000', '115815.591000', '115815.594000', '115815.597000', '115815.599000', '115815.602000', '115815.605000', '115815.607000', '115815.610000', '115815.612000', '115815.615000', '115835.503000', '115835.505000', '115835.508000', '115835.511000', '115835.513000', '115835.516000', '115835.518000', '115835.521000', '115835.524000', '115835.526000', '115835.529000', '115835.531000', '115835.534000', '115835.537000', '115835.539000', '115835.542000', '115835.544000', '115835.547000', '115835.550000', '115835.552000', '115835.555000', '115835.557000', '115835.560000', '115835.562000', '115835.565000', '115835.567000', '115835.570000', '115835.573000', '115835.575000', '115835.578000', '115835.581000', '115835.583000', '115835.586000', '115835.588000', '115835.591000', '115835.594000', '115835.596000', '115835.599000', '115835.601000', '115835.604000', '115835.607000', '115835.609000', '115835.612000', '115855.503000', '115855.505000', '115855.508000', '115855.511000', '115855.513000', '115855.516000', '115855.518000', '115855.521000', '115855.523000', '115855.526000', '115855.529000', '115855.531000', '115855.534000', '115855.536000', '115855.539000', '115855.542000', '115855.544000', '115855.547000', '115855.549000', '115855.552000', '115855.555000', '115855.557000', '115855.560000', '115855.562000', '115855.565000', '115855.568000', '115855.570000', '115855.573000', '115855.575000', '115855.578000', '115855.581000', '115855.583000', '115855.586000', '115855.588000', '115855.591000', '115855.594000', '115855.596000', '115855.599000', '115855.601000', '115855.604000', '115855.607000', '115855.609000', '115855.612000', '115855.614000', '115915.503000', '115915.505000', '115915.508000', '115915.511000', '115915.513000', '115915.516000', '115915.518000', '115915.521000', '115915.523000', '115915.526000', '115915.529000', '115915.531000', '115915.534000', '115915.536000', '115915.539000', '115915.542000', '115915.544000', '115915.547000', '115915.549000', '115915.552000', '115915.554000', '115915.557000', '115915.560000', '115915.562000', '115915.565000', '115915.567000', '115915.570000', '115915.573000', '115915.575000', '115915.578000', '115915.580000', '115915.583000', '115915.585000', '115915.588000', '115915.591000', '115915.593000', '115915.596000', '115915.598000', '115915.601000', '115915.603000', '115915.606000', '115915.609000', '115915.611000', '115935.503000', '115935.506000', '115935.508000', '115935.511000', '115935.513000', '115935.516000', '115935.518000', '115935.521000', '115935.524000', '115935.526000', '115935.529000', '115935.531000', '115935.534000', '115935.537000', '115935.539000', '115935.542000', '115935.544000', '115935.547000', '115935.550000', '115935.552000', '115935.555000', '115935.557000', '115935.560000', '115935.562000', '115935.565000', '115935.568000', '115935.571000', '115935.574000', '115935.577000', '115935.580000', '115935.583000', '115935.585000', '115935.588000', '115935.591000', '115935.594000', '115935.597000', '115935.599000', '115935.602000', '115935.605000', '115935.608000', '115935.611000', '115935.613000', '115935.616000', '115940.577000', '115940.580000', '115940.583000', '115940.585000', '115940.588000', '115940.590000', '115940.593000', '115940.596000', '115940.598000', '115940.601000', '115940.604000', '115940.606000'], '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': [14506, 10936, 14769, 10962, 14933, 11445, 14228, 10943, 13898, 12333, 11912, 14649, 11873, 14627, 11671, 13544, 9972, 12135, 10227, 11575, 15004, 11675, 13932, 11550, 13804, 11414, 13284, 11360, 13413, 10593, 13183, 9494, 11930, 14895, 12035, 14103, 11304, 12181, 14594, 11422, 12496, 9525, 12105, 13803, 11890, 12926, 10674, 11787, 9158, 10556, 11574, 10479, 11834, 11810, 14428, 11638, 14397, 11413, 13846, 11214, 13686, 11172, 13747, 9861, 13682, 9494, 12861, 9574, 12660, 11549, 11376, 10158, 11113, 14130, 11203, 14449, 10728, 14180, 10636, 13603, 10238, 14288, 9599, 9409, 12522, 9098, 14014, 10090, 14810, 11429, 14956, 11043, 14571, 11096, 12067, 15848, 11808, 15617, 11719, 13894, 11371, 13703, 9491, 11891, 9576, 11686, 14717, 12014, 14472, 11408, 14720, 11490, 14051, 11739, 13897, 11768, 13987, 11995, 13906, 11660, 13505, 10641, 10890, 10465, 12199, 15124, 12225, 14227, 12016, 14776, 11693, 14330, 11434, 14184, 10858, 13522, 11190, 14607, 10828, 13961, 10710, 14750, 10495, 14250, 9988, 13716, 9394, 12756, 9100, 12360, 9603, 11966, 10797, 11407, 11174, 11142, 13957, 10847, 14285, 10666, 11397, 10661, 13532, 10145, 13291, 11196, 10077, 11951, 10682, 12189, 12610, 12532, 10098, 12789, 9769, 11551, 12403, 11062, 11153, 11711, 10247, 11369, 11690, 11975, 15279, 11008, 13538, 9891, 12461, 10594, 13530, 10922, 14290, 11278, 13958, 11524, 14261, 10621, 12718, 11938, 12041, 15002, 11300, 13715, 10089, 13650, 10889, 13558, 10965, 13755, 10741, 14299, 10805, 13851, 11098, 13785, 9681, 13648, 9779, 13376, 9901, 11942, 15639, 11371, 13837, 11608, 14059, 11169, 13787, 10028, 13665, 10498, 13496, 10204, 13153, 9633, 13603, 9308, 13794, 9822, 11939, 15750, 11667, 14690, 10538, 13301, 8848, 12067, 8753, 11615, 9313, 12419, 10734, 12160, 15447, 11831, 14592, 11765, 14226, 10438, 12889, 9466, 11201, 9656, 10859, 10205, 10714, 10606, 13318, 9970, 13948, 11021, 13977, 11307, 14596, 10887, 14414, 11199, 14413, 11094, 13993, 11260, 14692, 11573, 14512, 10873, 14357, 10001, 9488, 10899, 9244, 12461, 9075, 14215, 10144, 15274, 10875, 9461, 13259, 10085, 9984, 13200, 10468, 15254, 11432, 15642, 11224, 14935, 11273, 14357, 11906, 10101, 13878, 9855, 10387, 11097, 9596, 13850, 10654, 12848, 9954, 13576, 9921, 13908, 10635, 13824, 10716, 13831, 10929, 14576, 11110, 14729, 10026, 12831, 10921, 14020, 11094, 14404, 10063, 13503, 10444, 9494, 10800, 9721, 11644, 15743, 11322, 14429, 9832, 12793, 9830, 12554, 10345, 14158, 9472, 13625, 10384, 9635, 11765, 9624, 14696, 10993, 11336, 13504, 10945, 15010, 11627, 15182, 12205, 11311, 12033, 10230, 14182, 10222, 14734, 10561, 15160, 11663, 9570, 12593, 10198, 14645, 10962, 13383, 11521, 9884, 13912, 10991, 12121, 13379, 11446, 14928, 11742, 10706, 13715, 11675, 15399, 11920, 9295, 13305, 11719, 13567, 12365, 10638, 15184, 12315, 15227, 11989, 11015, 11842, 9761, 13161, 10747, 9733, 13413, 10121, 10746, 14255, 11953, 14559, 10121, 13820, 10325, 13397, 10513, 12533, 12261, 12192, 15546, 11661, 13653, 10407, 12659, 9422, 10681, 10523, 10956, 13636, 11332, 14481, 10939, 13437, 11065, 13763, 10752, 13688, 10592, 12949, 9193, 12467, 12686, 11579, 14904, 10991, 13525, 9631, 12211, 9000, 10912, 14848, 10265, 14229, 10550, 13230, 10067, 13608, 10073, 14738, 10381, 13993, 10108, 13952, 10142, 14789, 9774, 13830, 9603, 13161, 14704, 11206, 15159, 10397, 13681, 9467, 11948, 15137, 10716, 13483, 9467, 11809, 14395, 10337, 13684, 9858, 13000, 9635, 12251, 12821, 10999, 13882, 10367, 13730, 10002, 13247, 9972, 12956, 10363, 11129, 15243, 10797, 13889, 9554, 12654, 15587, 11251, 14079, 10012, 12647, 14792, 10345, 13578, 9915, 12818, 9364, 11544, 10468, 10262, 14669, 10393, 13886, 9847, 13246, 9416, 12662, 11656, 10900, 14878, 10631, 13551, 9601, 11757, 12389, 10366, 14604, 10441, 13952, 9745, 13451, 10907, 10927, 14860, 10249, 13675, 9937, 11302, 14760, 10367, 13865, 9770, 12258, 9616, 12196, 9206, 12140, 9220, 12064, 15306, 10559, 15192, 10481, 13651, 11609, 11621, 14877, 10975, 13316, 11074, 11697, 15955, 11068, 13615, 10533, 12931, 9288, 11187, 9003, 11556, 9392, 11354, 15473, 10784, 14002, 10434, 13418, 9951, 13133, 9308, 12154, 9350, 11298, 12481, 11288, 15325, 11185, 14063, 10897, 13697, 9474, 13068, 11282, 11984, 15678, 11346, 14063, 10678, 13394, 9825, 10326, 13164, 11297, 14125, 11159, 14029, 10628, 13646, 10454, 12902, 9438, 11985, 15171, 11454, 13986, 10682, 12768, 9154, 11694, 10627, 10605, 11604, 11063, 14752, 10476, 13629, 9812, 12465, 10074, 11335, 14698, 10590, 13632, 9459, 13003, 9278, 10966, 14581, 10005, 13281, 9821, 13283, 8968, 11640, 15536, 10807, 13604, 10476, 13242, 10023, 11003, 14386, 10680, 13269, 10719, 11534, 14510, 10286, 12623, 10998, 11270, 13805, 9945, 13194, 9114, 11426, 9457, 10210, 14582, 9911, 14753, 10319, 14797, 10404, 14363, 9954, 14433, 10815, 12535, 15708, 11338, 14109, 11032, 14028, 9877, 12979, 9150, 12389, 11115, 11204, 9992, 11157, 9428, 12580, 9547, 14130, 10987, 14336, 9949, 13436, 15496, 11869, 14136, 11083, 13117, 10649, 11886, 14310, 11095, 13719, 10855, 13075, 11038, 13208, 10359, 13291, 10234, 12691, 10835, 11991, 15395, 11579, 14114, 11519, 13151, 9691, 12414, 15703, 11401, 13296, 9503, 10242, 11343, 14167, 11125, 14384, 10992, 13723, 9958, 12585, 15786, 11942, 14229, 11383, 13249, 10199, 12533, 13707, 12002, 14976, 11320, 13867, 10799, 13482, 10282, 13850, 9880, 13401, 9472, 13090, 14022, 11292, 14742, 10910, 13900, 10300, 13167, 9335, 11229, 10914, 11100, 14634, 10314, 13334, 9300, 11014, 9926, 10874, 14287, 10979, 14385, 10096, 13546, 10163, 13682, 10871, 14761, 11092, 14687, 11046, 14146, 10740, 13858, 10593, 13930, 9913, 13180, 9599, 11729, 10334, 11386, 9666, 11744, 9768, 11931, 10606, 12066, 10196, 11955, 12587, 11269, 15607, 11567, 15188, 11195, 14779, 11453, 14399, 11352, 14602, 11003, 13639, 11528, 13680, 10895, 14056, 10925, 13277, 10686, 13671, 10319, 14426, 10797, 14005, 10772, 13772, 10179, 14847, 11320, 14017, 10779, 13029, 10267, 12699, 12136, 12152, 15484, 11417, 13815, 11290, 13887, 10340, 12804, 9533, 11532, 14950, 10534, 13661, 10551, 13083, 9798, 13456, 9799, 12645, 9837, 11968, 10920, 11719, 10751, 11736, 10463, 11821, 10818, 12698, 9949, 12888, 10503, 11892, 15520, 11777, 14152, 10925, 13244, 10077, 13071, 9351, 12763, 9821, 12119, 9760, 12044, 9789, 12554, 9704, 13234, 11038, 11506, 15428, 11249, 14911, 10767, 13823, 10764, 13769, 9506, 12133, 9410, 11102, 14887, 10891, 14002, 10153, 12586, 9099, 11408, 9278, 10402, 9986, 10928, 12841, 10548, 15567, 11268, 14484, 10824, 13928, 10657, 13267, 10255, 11701, 15102, 11334, 13349, 10112, 12750, 10797, 10894, 13854, 10698, 13472, 10566, 13279, 9761, 12625, 9396, 12580, 9218, 12997, 9244, 12949, 9704, 12898, 11622, 11493, 16171, 11577, 14726, 10639, 13560, 9437, 11607, 15313, 10882, 13876, 10124, 12233, 9259, 11202, 14751, 10534, 13809, 10218, 12901, 8911, 11704, 13319, 10919, 14104, 10212, 12984, 9364, 11804, 14729, 10468, 13900, 9942, 12596, 8915, 12901, 10722, 10986, 10769, 11032, 15378, 10619, 13994, 10565, 13710, 9906, 12590, 9490, 10910, 13934, 10442, 14130, 10505, 14996, 10683, 14270, 10224, 11428, 10484, 14600, 10621, 14420, 10963, 14480, 9564, 13578, 9640, 12388, 12730, 10591, 14076, 11036, 14311, 10695, 13799, 9381, 12826, 9139, 11490, 15227, 11297, 14081, 10473, 13260, 10384, 12690, 10364, 13064, 9960, 12918, 9592, 11649, 13848, 11695, 15535, 11462, 14193, 10995, 13352, 9822, 12179, 15455, 11106, 14466, 11011, 13555, 11385, 13462, 9760, 12683, 10007, 12469, 9197, 13156, 9775, 11504, 9428, 11495, 15611, 11436, 14281, 11021, 14034, 9669, 11713, 11099, 11993, 14402, 11248, 13726, 10881, 12607, 10128, 12240, 9309, 10947, 8938, 11550, 9717, 11598, 14846, 11444, 15332, 11659, 13591, 10282, 14075, 10759, 14790, 10209, 13686, 15880, 12546, 14814, 11034, 12921, 8723, 10716, 9652, 11009, 9820, 11482, 11290, 11115, 14499, 11555, 15219, 13263, 11318, 13433, 10742, 14595, 10938, 15834, 11282, 14816, 11455, 14659, 10943, 13731, 10745, 10258, 13097, 10229, 14142, 11317, 15717, 12061, 12327, 13065, 11586, 13105, 11862, 13085, 11063, 12577, 16599, 12266, 14797, 10589, 12444, 9219, 11633, 9967, 12293, 10143, 13004, 9936, 13863, 10571, 14053, 10864, 14323, 10278, 12717, 10108, 12465, 15686, 11273, 14387, 10327, 13128, 10380, 13242, 10626, 13621, 10532, 12447, 11203, 10058, 12207, 9854, 14150, 10049, 15218, 14344, 17736, 12764, 10717], 'WindowCenter': [4653.0, 4595.0, 4611.0, 4567.0, 4595.0, 4563.0, 4571.0, 4539.0, 4570.0, 4547.0, 4537.0, 4555.0, 4535.0, 4554.0, 4533.0, 4543.0, 4511.0, 4532.0, 4510.0, 4532.0, 4550.0, 4531.0, 4541.0, 4532.0, 4542.0, 4534.0, 4552.0, 4535.0, 4554.0, 4524.0, 4554.0, 4513.0, 4535.0, 4554.0, 4533.0, 4554.0, 4520.0, 4530.0, 4540.0, 4519.0, 4529.0, 4497.0, 4529.0, 4539.0, 4530.0, 4540.0, 4521.0, 4532.0, 4512.0, 4525.0, 4544.0, 4537.0, 4546.0, 4559.0, 4579.0, 4561.0, 4581.0, 4563.0, 4582.0, 4564.0, 4582.0, 4552.0, 4572.0, 4542.0, 4571.0, 4530.0, 4572.0, 4530.0, 4572.0, 4550.0, 4550.0, 4539.0, 4550.0, 4567.0, 4549.0, 4569.0, 4539.0, 4569.0, 4551.0, 4569.0, 4552.0, 4581.0, 4543.0, 4543.0, 4585.0, 4545.0, 4596.0, 4567.0, 4598.0, 4577.0, 4596.0, 4566.0, 4585.0, 4551.0, 4562.0, 4580.0, 4549.0, 4568.0, 4548.0, 4556.0, 4547.0, 4557.0, 4516.0, 4547.0, 4515.0, 4547.0, 4566.0, 4558.0, 4568.0, 4549.0, 4568.0, 4550.0, 4568.0, 4561.0, 4570.0, 4560.0, 4570.0, 4561.0, 4570.0, 4549.0, 4560.0, 4538.0, 4539.0, 4536.0, 4548.0, 4566.0, 4548.0, 4558.0, 4548.0, 4568.0, 4548.0, 4566.0, 4549.0, 4568.0, 4550.0, 4569.0, 4552.0, 4580.0, 4552.0, 4582.0, 4552.0, 4582.0, 4552.0, 4581.0, 4541.0, 4570.0, 4529.0, 4560.0, 4532.0, 4561.0, 4528.0, 4560.0, 4538.0, 4551.0, 4549.0, 4550.0, 4568.0, 4551.0, 4580.0, 4553.0, 4562.0, 4554.0, 4570.0, 4554.0, 4571.0, 4564.0, 4542.0, 4564.0, 4552.0, 4575.0, 4562.0, 4574.0, 4540.0, 4572.0, 4529.0, 4551.0, 4559.0, 4550.0, 4549.0, 4549.0, 4527.0, 4549.0, 4547.0, 4549.0, 4567.0, 4536.0, 4556.0, 4528.0, 4557.0, 4551.0, 4581.0, 4552.0, 4582.0, 4564.0, 4583.0, 4563.0, 4583.0, 4541.0, 4562.0, 4549.0, 4560.0, 4569.0, 4538.0, 4557.0, 4527.0, 4557.0, 4538.0, 4557.0, 4551.0, 4570.0, 4551.0, 4580.0, 4552.0, 4571.0, 4562.0, 4572.0, 4532.0, 4570.0, 4540.0, 4571.0, 4528.0, 4550.0, 4578.0, 4548.0, 4558.0, 4548.0, 4557.0, 4537.0, 4568.0, 4526.0, 4556.0, 4538.0, 4568.0, 4541.0, 4570.0, 4530.0, 4571.0, 4530.0, 4572.0, 4539.0, 4563.0, 4583.0, 4551.0, 4569.0, 4540.0, 4558.0, 4518.0, 4560.0, 4519.0, 4561.0, 4530.0, 4573.0, 4551.0, 4564.0, 4593.0, 4563.0, 4581.0, 4550.0, 4570.0, 4538.0, 4560.0, 4528.0, 4538.0, 4530.0, 4538.0, 4537.0, 4551.0, 4549.0, 4571.0, 4541.0, 4580.0, 4553.0, 4583.0, 4564.0, 4595.0, 4565.0, 4582.0, 4552.0, 4581.0, 4563.0, 4584.0, 4551.0, 4571.0, 4550.0, 4567.0, 4539.0, 4570.0, 4528.0, 4517.0, 4539.0, 4517.0, 4559.0, 4532.0, 4582.0, 4554.0, 4594.0, 4562.0, 4541.0, 4571.0, 4554.0, 4553.0, 4584.0, 4554.0, 4593.0, 4565.0, 4593.0, 4565.0, 4583.0, 4565.0, 4584.0, 4552.0, 4528.0, 4557.0, 4540.0, 4537.0, 4548.0, 4527.0, 4569.0, 4537.0, 4558.0, 4526.0, 4557.0, 4528.0, 4556.0, 4536.0, 4555.0, 4539.0, 4557.0, 4537.0, 4566.0, 4538.0, 4556.0, 4527.0, 4545.0, 4535.0, 4555.0, 4536.0, 4556.0, 4528.0, 4554.0, 4526.0, 4516.0, 4537.0, 4516.0, 4550.0, 4579.0, 4550.0, 4567.0, 4529.0, 4556.0, 4528.0, 4558.0, 4539.0, 4581.0, 4545.0, 4583.0, 4556.0, 4543.0, 4576.0, 4556.0, 4609.0, 4580.0, 4578.0, 4597.0, 4582.0, 4610.0, 4580.0, 4609.0, 4590.0, 4567.0, 4578.0, 4556.0, 4599.0, 4558.0, 4597.0, 4554.0, 4584.0, 4553.0, 4546.0, 4573.0, 4542.0, 4581.0, 4552.0, 4572.0, 4548.0, 4515.0, 4559.0, 4537.0, 4548.0, 4558.0, 4548.0, 4568.0, 4550.0, 4538.0, 4558.0, 4538.0, 4566.0, 4536.0, 4505.0, 4544.0, 4535.0, 4545.0, 4547.0, 4513.0, 4553.0, 4535.0, 4554.0, 4533.0, 4511.0, 4534.0, 4516.0, 4531.0, 4513.0, 4518.0, 4556.0, 4527.0, 4552.0, 4570.0, 4550.0, 4559.0, 4525.0, 4557.0, 4515.0, 4557.0, 4526.0, 4548.0, 4535.0, 4547.0, 4554.0, 4535.0, 4544.0, 4523.0, 4535.0, 4502.0, 4515.0, 4512.0, 4524.0, 4543.0, 4525.0, 4555.0, 4526.0, 4555.0, 4536.0, 4556.0, 4525.0, 4546.0, 4526.0, 4546.0, 4505.0, 4549.0, 4545.0, 4538.0, 4566.0, 4537.0, 4556.0, 4527.0, 4550.0, 4506.0, 4550.0, 4579.0, 4540.0, 4569.0, 4552.0, 4570.0, 4554.0, 4595.0, 4556.0, 4608.0, 4570.0, 4598.0, 4569.0, 4599.0, 4558.0, 4597.0, 4557.0, 4588.0, 4543.0, 4575.0, 4582.0, 4552.0, 4581.0, 4541.0, 4571.0, 4529.0, 4550.0, 4568.0, 4527.0, 4556.0, 4515.0, 4548.0, 4566.0, 4527.0, 4556.0, 4528.0, 4556.0, 4527.0, 4549.0, 4547.0, 4538.0, 4557.0, 4539.0, 4568.0, 4542.0, 4570.0, 4540.0, 4571.0, 4539.0, 4552.0, 4579.0, 4552.0, 4572.0, 4528.0, 4562.0, 4578.0, 4538.0, 4559.0, 4526.0, 4558.0, 4554.0, 4526.0, 4556.0, 4526.0, 4556.0, 4518.0, 4549.0, 4537.0, 4540.0, 4579.0, 4540.0, 4569.0, 4540.0, 4572.0, 4530.0, 4572.0, 4549.0, 4553.0, 4569.0, 4540.0, 4569.0, 4528.0, 4550.0, 4558.0, 4539.0, 4567.0, 4539.0, 4568.0, 4540.0, 4571.0, 4539.0, 4551.0, 4568.0, 4538.0, 4569.0, 4526.0, 4547.0, 4566.0, 4526.0, 4557.0, 4528.0, 4558.0, 4529.0, 4560.0, 4530.0, 4573.0, 4543.0, 4576.0, 4594.0, 4556.0, 4595.0, 4553.0, 4574.0, 4549.0, 4551.0, 4570.0, 4538.0, 4560.0, 4536.0, 4547.0, 4567.0, 4536.0, 4557.0, 4536.0, 4556.0, 4514.0, 4536.0, 4515.0, 4547.0, 4526.0, 4550.0, 4578.0, 4549.0, 4570.0, 4550.0, 4571.0, 4539.0, 4570.0, 4528.0, 4560.0, 4528.0, 4551.0, 4559.0, 4550.0, 4579.0, 4551.0, 4570.0, 4550.0, 4569.0, 4530.0, 4560.0, 4539.0, 4549.0, 4568.0, 4538.0, 4557.0, 4525.0, 4556.0, 4514.0, 4526.0, 4544.0, 4536.0, 4556.0, 4547.0, 4567.0, 4537.0, 4567.0, 4538.0, 4559.0, 4527.0, 4561.0, 4570.0, 4549.0, 4568.0, 4539.0, 4558.0, 4517.0, 4549.0, 4536.0, 4540.0, 4546.0, 4549.0, 4568.0, 4539.0, 4569.0, 4527.0, 4559.0, 4526.0, 4548.0, 4566.0, 4537.0, 4557.0, 4526.0, 4557.0, 4516.0, 4539.0, 4568.0, 4528.0, 4568.0, 4528.0, 4570.0, 4517.0, 4550.0, 4578.0, 4549.0, 4568.0, 4537.0, 4560.0, 4526.0, 4539.0, 4567.0, 4537.0, 4558.0, 4525.0, 4536.0, 4556.0, 4525.0, 4547.0, 4524.0, 4536.0, 4556.0, 4527.0, 4556.0, 4518.0, 4549.0, 4528.0, 4551.0, 4581.0, 4553.0, 4594.0, 4555.0, 4593.0, 4565.0, 4596.0, 4555.0, 4587.0, 4553.0, 4577.0, 4582.0, 4553.0, 4572.0, 4551.0, 4573.0, 4540.0, 4572.0, 4530.0, 4562.0, 4549.0, 4550.0, 4528.0, 4551.0, 4529.0, 4573.0, 4543.0, 4594.0, 4566.0, 4597.0, 4554.0, 4597.0, 4596.0, 4564.0, 4582.0, 4551.0, 4572.0, 4538.0, 4550.0, 4568.0, 4550.0, 4569.0, 4538.0, 4557.0, 4537.0, 4556.0, 4527.0, 4568.0, 4539.0, 4561.0, 4539.0, 4562.0, 4579.0, 4549.0, 4568.0, 4537.0, 4557.0, 4516.0, 4547.0, 4567.0, 4537.0, 4556.0, 4529.0, 4537.0, 4562.0, 4582.0, 4563.0, 4584.0, 4563.0, 4585.0, 4542.0, 4574.0, 4582.0, 4562.0, 4571.0, 4551.0, 4560.0, 4538.0, 4560.0, 4558.0, 4548.0, 4566.0, 4548.0, 4567.0, 4549.0, 4568.0, 4539.0, 4569.0, 4541.0, 4581.0, 4542.0, 4583.0, 4580.0, 4552.0, 4580.0, 4550.0, 4569.0, 4539.0, 4559.0, 4518.0, 4550.0, 4537.0, 4548.0, 4568.0, 4539.0, 4558.0, 4517.0, 4539.0, 4526.0, 4538.0, 4566.0, 4550.0, 4568.0, 4540.0, 4569.0, 4552.0, 4581.0, 4564.0, 4594.0, 4565.0, 4594.0, 4564.0, 4582.0, 4563.0, 4582.0, 4551.0, 4572.0, 4541.0, 4570.0, 4529.0, 4560.0, 4539.0, 4550.0, 4528.0, 4561.0, 4539.0, 4561.0, 4551.0, 4572.0, 4552.0, 4576.0, 4572.0, 4564.0, 4593.0, 4563.0, 4581.0, 4562.0, 4582.0, 4563.0, 4580.0, 4551.0, 4580.0, 4551.0, 4570.0, 4561.0, 4570.0, 4549.0, 4570.0, 4549.0, 4558.0, 4539.0, 4569.0, 4540.0, 4570.0, 4550.0, 4569.0, 4550.0, 4570.0, 4541.0, 4585.0, 4551.0, 4571.0, 4552.0, 4560.0, 4528.0, 4558.0, 4546.0, 4547.0, 4566.0, 4536.0, 4555.0, 4536.0, 4555.0, 4525.0, 4545.0, 4513.0, 4546.0, 4567.0, 4537.0, 4555.0, 4537.0, 4556.0, 4528.0, 4568.0, 4528.0, 4559.0, 4528.0, 4560.0, 4538.0, 4549.0, 4538.0, 4561.0, 4538.0, 4559.0, 4540.0, 4560.0, 4539.0, 4571.0, 4540.0, 4563.0, 4581.0, 4561.0, 4570.0, 4550.0, 4558.0, 4528.0, 4558.0, 4516.0, 4559.0, 4526.0, 4548.0, 4526.0, 4558.0, 4527.0, 4559.0, 4529.0, 4570.0, 4538.0, 4551.0, 4581.0, 4552.0, 4580.0, 4550.0, 4558.0, 4537.0, 4557.0, 4516.0, 4546.0, 4503.0, 4535.0, 4554.0, 4523.0, 4554.0, 4523.0, 4544.0, 4503.0, 4546.0, 4516.0, 4537.0, 4525.0, 4549.0, 4557.0, 4550.0, 4579.0, 4550.0, 4569.0, 4549.0, 4569.0, 4538.0, 4559.0, 4528.0, 4548.0, 4566.0, 4537.0, 4558.0, 4537.0, 4557.0, 4524.0, 4535.0, 4554.0, 4537.0, 4554.0, 4536.0, 4557.0, 4528.0, 4558.0, 4516.0, 4558.0, 4528.0, 4570.0, 4529.0, 4570.0, 4529.0, 4572.0, 4548.0, 4563.0, 4581.0, 4549.0, 4569.0, 4538.0, 4559.0, 4518.0, 4547.0, 4566.0, 4525.0, 4553.0, 4524.0, 4534.0, 4503.0, 4537.0, 4565.0, 4526.0, 4554.0, 4525.0, 4547.0, 4515.0, 4549.0, 4558.0, 4536.0, 4567.0, 4536.0, 4557.0, 4516.0, 4549.0, 4568.0, 4536.0, 4556.0, 4526.0, 4547.0, 4515.0, 4571.0, 4537.0, 4539.0, 4537.0, 4549.0, 4580.0, 4550.0, 4570.0, 4538.0, 4568.0, 4527.0, 4559.0, 4527.0, 4549.0, 4568.0, 4538.0, 4566.0, 4539.0, 4567.0, 4540.0, 4567.0, 4539.0, 4548.0, 4550.0, 4578.0, 4552.0, 4580.0, 4551.0, 4580.0, 4540.0, 4572.0, 4530.0, 4559.0, 4558.0, 4538.0, 4567.0, 4537.0, 4567.0, 4538.0, 4556.0, 4517.0, 4556.0, 4516.0, 4546.0, 4565.0, 4534.0, 4554.0, 4523.0, 4545.0, 4524.0, 4556.0, 4537.0, 4557.0, 4527.0, 4560.0, 4530.0, 4562.0, 4568.0, 4559.0, 4578.0, 4549.0, 4558.0, 4536.0, 4556.0, 4526.0, 4546.0, 4567.0, 4534.0, 4552.0, 4535.0, 4581.0, 4536.0, 4553.0, 4524.0, 4543.0, 4527.0, 4556.0, 4515.0, 4557.0, 4537.0, 4548.0, 4527.0, 4560.0, 4580.0, 4559.0, 4569.0, 4549.0, 4567.0, 4526.0, 4547.0, 4533.0, 4544.0, 4553.0, 4535.0, 4553.0, 4534.0, 4561.0, 4536.0, 4558.0, 4516.0, 4548.0, 4531.0, 4559.0, 4528.0, 4579.0, 4638.0, 4595.0, 4584.0, 4550.0, 4546.0, 4526.0, 4557.0, 4538.0, 4558.0, 4527.0, 4559.0, 4566.0, 4536.0, 4552.0, 4524.0, 4531.0, 4489.0, 4511.0, 4501.0, 4523.0, 4513.0, 4535.0, 4536.0, 4537.0, 4549.0, 4532.0, 4553.0, 4559.0, 4547.0, 4568.0, 4548.0, 4579.0, 4552.0, 4590.0, 4562.0, 4580.0, 4562.0, 4579.0, 4551.0, 4569.0, 4550.0, 4539.0, 4570.0, 4541.0, 4594.0, 4563.0, 4592.0, 4574.0, 4573.0, 4573.0, 4560.0, 4572.0, 4548.0, 4559.0, 4548.0, 4548.0, 4567.0, 4535.0, 4555.0, 4512.0, 4532.0, 4489.0, 4520.0, 4499.0, 4532.0, 4511.0, 4542.0, 4514.0, 4552.0, 4524.0, 4553.0, 4535.0, 4566.0, 4524.0, 4544.0, 4512.0, 4544.0, 4554.0, 4522.0, 4552.0, 4513.0, 4542.0, 4522.0, 4541.0, 4524.0, 4553.0, 4536.0, 4546.0, 4549.0, 4538.0, 4558.0, 4540.0, 4581.0, 4540.0, 4601.0, 4582.0, 4602.0, 4570.0, 4548.0], 'WindowWidth': [10177.0, 10079.0, 10098.0, 10028.0, 10064.0, 10013.0, 10025.0, 9972.0, 10020.0, 9981.0, 9969.0, 9991.0, 9961.0, 9989.0, 9956.0, 9972.0, 9921.0, 9953.0, 9920.0, 9952.0, 9977.0, 9950.0, 9966.0, 9954.0, 9967.0, 9960.0, 9982.0, 9962.0, 9987.0, 9946.0, 9988.0, 9930.0, 9964.0, 9989.0, 9955.0, 9988.0, 9934.0, 9947.0, 9963.0, 9929.0, 9945.0, 9897.0, 9945.0, 9959.0, 9947.0, 9961.0, 9938.0, 9956.0, 9927.0, 9951.0, 9975.0, 9969.0, 9981.0, 10003.0, 10031.0, 10010.0, 10039.0, 10014.0, 10038.0, 10016.0, 10040.0, 9998.0, 10024.0, 9982.0, 10022.0, 9961.0, 10022.0, 9962.0, 10022.0, 9990.0, 9992.0, 9974.0, 9992.0, 10010.0, 9988.0, 10017.0, 9975.0, 10015.0, 9992.0, 10016.0, 9997.0, 10036.0, 9989.0, 9988.0, 10047.0, 9994.0, 10064.0, 10027.0, 10071.0, 10040.0, 10064.0, 10022.0, 10049.0, 9994.0, 10010.0, 10032.0, 9987.0, 10011.0, 9982.0, 9994.0, 9981.0, 9997.0, 9936.0, 9979.0, 9933.0, 9980.0, 10006.0, 9999.0, 10013.0, 9987.0, 10011.0, 9990.0, 10012.0, 10006.0, 10020.0, 10005.0, 10017.0, 10006.0, 10018.0, 9985.0, 10005.0, 9970.0, 9973.0, 9965.0, 9983.0, 10008.0, 9984.0, 9999.0, 9982.0, 10009.0, 9983.0, 10006.0, 9986.0, 10014.0, 9991.0, 10015.0, 9996.0, 10033.0, 9998.0, 10038.0, 9998.0, 10038.0, 9996.0, 10034.0, 9978.0, 10019.0, 9961.0, 10005.0, 9970.0, 10006.0, 9959.0, 10006.0, 9973.0, 9993.0, 9988.0, 9990.0, 10013.0, 9994.0, 10032.0, 10002.0, 10011.0, 10002.0, 10019.0, 10005.0, 10023.0, 10016.0, 9983.0, 10016.0, 9997.0, 10032.0, 10010.0, 10030.0, 9975.0, 10022.0, 9961.0, 9992.0, 10000.0, 9990.0, 9987.0, 9988.0, 9953.0, 9989.0, 9982.0, 9988.0, 10012.0, 9964.0, 9992.0, 9958.0, 9996.0, 9997.0, 10038.0, 9998.0, 10040.0, 10017.0, 10042.0, 10015.0, 10044.0, 9979.0, 10010.0, 9986.0, 10002.0, 10019.0, 9970.0, 9996.0, 9952.0, 9993.0, 9969.0, 9996.0, 9993.0, 10019.0, 9993.0, 10034.0, 9999.0, 10023.0, 10012.0, 10028.0, 9968.0, 10019.0, 9976.0, 10022.0, 9958.0, 9991.0, 10030.0, 9983.0, 9996.0, 9983.0, 9995.0, 9969.0, 10014.0, 9952.0, 9994.0, 9970.0, 10011.0, 9978.0, 10021.0, 9965.0, 10021.0, 9964.0, 10025.0, 9975.0, 10013.0, 10045.0, 9994.0, 10017.0, 9979.0, 10000.0, 9944.0, 10007.0, 9948.0, 10009.0, 9963.0, 10026.0, 9994.0, 10017.0, 10058.0, 10012.0, 10034.0, 9989.0, 10020.0, 9971.0, 10004.0, 9959.0, 9971.0, 9962.0, 9972.0, 9968.0, 9994.0, 9990.0, 10023.0, 9982.0, 10033.0, 10001.0, 10042.0, 10019.0, 10064.0, 10020.0, 10039.0, 9997.0, 10036.0, 10013.0, 10043.0, 9992.0, 10019.0, 9989.0, 10010.0, 9976.0, 10017.0, 9959.0, 9940.0, 9973.0, 9941.0, 10001.0, 9969.0, 10041.0, 10003.0, 10058.0, 10013.0, 9980.0, 10022.0, 10005.0, 9999.0, 10047.0, 10002.0, 10056.0, 10018.0, 10057.0, 10020.0, 10042.0, 10018.0, 10043.0, 9995.0, 9956.0, 9996.0, 9975.0, 9969.0, 9984.0, 9953.0, 10015.0, 9967.0, 9999.0, 9951.0, 9994.0, 9954.0, 9993.0, 9964.0, 9990.0, 9972.0, 9996.0, 9969.0, 10007.0, 9970.0, 9989.0, 9950.0, 9971.0, 9960.0, 9988.0, 9963.0, 9990.0, 9955.0, 9986.0, 9950.0, 9935.0, 9967.0, 9936.0, 9989.0, 10029.0, 9989.0, 10010.0, 9960.0, 9990.0, 9957.0, 9994.0, 9975.0, 10035.0, 9991.0, 10041.0, 10007.0, 9986.0, 10037.0, 10008.0, 10086.0, 10049.0, 10040.0, 10066.0, 10053.0, 10087.0, 10048.0, 10088.0, 10061.0, 10025.0, 10039.0, 10004.0, 10072.0, 10013.0, 10067.0, 10002.0, 10044.0, 9998.0, 9993.0, 10027.0, 9981.0, 10035.0, 9995.0, 10025.0, 9985.0, 9934.0, 10000.0, 9967.0, 9980.0, 9993.0, 9981.0, 10011.0, 9986.0, 9967.0, 9995.0, 9966.0, 10003.0, 9961.0, 9916.0, 9965.0, 9955.0, 9971.0, 9976.0, 9923.0, 9978.0, 9955.0, 9982.0, 9953.0, 9918.0, 9955.0, 9930.0, 9942.0, 9922.0, 9936.0, 9987.0, 9952.0, 9991.0, 10015.0, 9987.0, 10000.0, 9945.0, 9991.0, 9930.0, 9991.0, 9947.0, 9980.0, 9957.0, 9977.0, 9986.0, 9956.0, 9972.0, 9940.0, 9958.0, 9910.0, 9929.0, 9922.0, 9941.0, 9965.0, 9944.0, 9984.0, 9948.0, 9988.0, 9961.0, 9989.0, 9947.0, 9975.0, 9947.0, 9976.0, 9917.0, 9986.0, 9974.0, 9967.0, 10006.0, 9964.0, 9989.0, 9953.0, 9988.0, 9921.0, 9989.0, 10031.0, 9977.0, 10015.0, 9994.0, 10019.0, 10002.0, 10060.0, 10010.0, 10083.0, 10036.0, 10070.0, 10033.0, 10074.0, 10013.0, 10065.0, 10010.0, 10053.0, 9985.0, 10032.0, 10037.0, 9996.0, 10035.0, 9978.0, 10020.0, 9957.0, 9989.0, 10015.0, 9953.0, 9993.0, 9934.0, 9983.0, 10006.0, 9954.0, 9995.0, 9955.0, 9993.0, 9952.0, 9987.0, 9979.0, 9969.0, 9995.0, 9973.0, 10012.0, 9982.0, 10019.0, 9977.0, 10022.0, 9974.0, 9996.0, 10031.0, 9994.0, 10024.0, 9958.0, 10009.0, 10028.0, 9969.0, 9998.0, 9950.0, 9997.0, 9988.0, 9951.0, 9993.0, 9950.0, 9994.0, 9941.0, 9987.0, 9968.0, 9978.0, 10030.0, 9978.0, 10016.0, 9979.0, 10024.0, 9963.0, 10023.0, 9989.0, 9996.0, 10018.0, 9976.0, 10016.0, 9955.0, 9991.0, 9997.0, 9972.0, 10009.0, 9974.0, 10014.0, 9976.0, 10024.0, 9974.0, 9990.0, 10014.0, 9970.0, 10015.0, 9950.0, 9981.0, 10007.0, 9952.0, 9993.0, 9956.0, 9997.0, 9960.0, 10007.0, 9964.0, 10029.0, 9986.0, 10037.0, 10060.0, 10008.0, 10063.0, 9999.0, 10030.0, 9988.0, 9993.0, 10021.0, 9971.0, 10004.0, 9964.0, 9981.0, 10011.0, 9965.0, 9994.0, 9964.0, 9993.0, 9933.0, 9965.0, 9935.0, 9984.0, 9954.0, 9992.0, 10030.0, 9989.0, 10018.0, 9991.0, 10021.0, 9973.0, 10018.0, 9958.0, 10005.0, 9959.0, 9994.0, 10001.0, 9993.0, 10032.0, 9994.0, 10020.0, 9989.0, 10017.0, 9961.0, 10005.0, 9971.0, 9986.0, 10014.0, 9970.0, 9995.0, 9948.0, 9992.0, 9933.0, 9953.0, 9972.0, 9964.0, 9993.0, 9982.0, 10011.0, 9968.0, 10008.0, 9970.0, 10002.0, 9956.0, 10007.0, 10019.0, 9985.0, 10012.0, 9972.0, 9998.0, 9940.0, 9987.0, 9965.0, 9975.0, 9980.0, 9986.0, 10013.0, 9973.0, 10016.0, 9954.0, 10000.0, 9952.0, 9984.0, 10009.0, 9969.0, 9997.0, 9952.0, 9996.0, 9937.0, 9973.0, 10012.0, 9959.0, 10013.0, 9958.0, 10017.0, 9941.0, 9993.0, 10027.0, 9987.0, 10013.0, 9969.0, 10004.0, 9952.0, 9973.0, 10011.0, 9968.0, 10001.0, 9948.0, 9965.0, 9993.0, 9948.0, 9981.0, 9945.0, 9965.0, 9995.0, 9954.0, 9995.0, 9942.0, 9989.0, 9958.0, 9996.0, 10037.0, 10000.0, 10057.0, 10006.0, 10057.0, 10020.0, 10065.0, 10004.0, 10054.0, 10000.0, 10037.0, 10041.0, 9999.0, 10024.0, 9995.0, 10025.0, 9977.0, 10026.0, 9963.0, 10010.0, 9987.0, 9991.0, 9958.0, 9992.0, 9962.0, 10029.0, 9988.0, 10061.0, 10024.0, 10069.0, 10005.0, 10068.0, 10066.0, 10015.0, 10039.0, 9992.0, 10023.0, 9970.0, 9990.0, 10014.0, 9988.0, 10013.0, 9971.0, 9995.0, 9966.0, 9995.0, 9955.0, 10013.0, 9972.0, 10007.0, 9974.0, 10010.0, 10033.0, 9987.0, 10012.0, 9966.0, 9996.0, 9935.0, 9983.0, 10008.0, 9967.0, 9991.0, 9960.0, 9970.0, 10011.0, 10040.0, 10016.0, 10045.0, 10015.0, 10047.0, 9982.0, 10032.0, 10040.0, 10009.0, 10022.0, 9992.0, 10006.0, 9970.0, 10005.0, 9998.0, 9983.0, 10007.0, 9983.0, 10009.0, 9989.0, 10015.0, 9977.0, 10017.0, 9981.0, 10035.0, 9981.0, 10044.0, 10034.0, 9996.0, 10033.0, 9991.0, 10016.0, 9973.0, 10002.0, 9944.0, 9991.0, 9967.0, 9985.0, 10013.0, 9973.0, 10000.0, 9939.0, 9974.0, 9950.0, 9970.0, 10007.0, 9990.0, 10016.0, 9978.0, 10017.0, 9999.0, 10037.0, 10019.0, 10060.0, 10020.0, 10058.0, 10017.0, 10039.0, 10014.0, 10039.0, 9992.0, 10024.0, 9978.0, 10019.0, 9960.0, 10006.0, 9973.0, 9990.0, 9957.0, 10005.0, 9975.0, 10009.0, 9994.0, 10024.0, 9995.0, 10033.0, 10025.0, 10018.0, 10056.0, 10016.0, 10038.0, 10011.0, 10038.0, 10012.0, 10033.0, 9994.0, 10031.0, 9992.0, 10019.0, 10008.0, 10020.0, 9988.0, 10017.0, 9987.0, 9999.0, 9974.0, 10018.0, 9977.0, 10019.0, 9990.0, 10017.0, 9990.0, 10020.0, 9979.0, 10047.0, 9992.0, 10020.0, 9991.0, 10005.0, 9956.0, 9999.0, 9977.0, 9981.0, 10007.0, 9964.0, 9991.0, 9963.0, 9988.0, 9947.0, 9975.0, 9929.0, 9980.0, 10010.0, 9967.0, 9991.0, 9969.0, 9993.0, 9957.0, 10014.0, 9956.0, 10001.0, 9956.0, 10004.0, 9970.0, 9988.0, 9972.0, 10008.0, 9970.0, 10002.0, 9975.0, 10006.0, 9974.0, 10023.0, 9976.0, 10015.0, 10039.0, 10006.0, 10018.0, 9990.0, 10000.0, 9956.0, 9999.0, 9939.0, 10001.0, 9952.0, 9983.0, 9953.0, 9998.0, 9955.0, 10003.0, 9960.0, 10020.0, 9973.0, 9995.0, 10034.0, 9995.0, 10033.0, 9990.0, 10000.0, 9968.0, 9995.0, 9936.0, 9978.0, 9915.0, 9961.0, 9988.0, 9943.0, 9986.0, 9942.0, 9972.0, 9916.0, 9978.0, 9937.0, 9969.0, 9950.0, 9988.0, 9997.0, 9991.0, 10032.0, 9991.0, 10015.0, 9989.0, 10014.0, 9970.0, 10002.0, 9956.0, 9986.0, 10008.0, 9967.0, 9998.0, 9968.0, 9996.0, 9945.0, 9963.0, 9985.0, 9969.0, 9989.0, 9964.0, 9994.0, 9956.0, 9998.0, 9940.0, 9999.0, 9958.0, 10018.0, 9961.0, 10020.0, 9961.0, 10024.0, 9986.0, 10012.0, 10036.0, 9988.0, 10016.0, 9969.0, 10002.0, 9940.0, 9981.0, 10005.0, 9947.0, 9985.0, 9943.0, 9960.0, 9915.0, 9966.0, 10003.0, 9951.0, 9988.0, 9950.0, 9981.0, 9934.0, 9988.0, 9997.0, 9967.0, 10009.0, 9966.0, 9999.0, 9939.0, 9989.0, 10013.0, 9967.0, 9993.0, 9952.0, 9983.0, 9936.0, 10023.0, 9970.0, 9974.0, 9969.0, 9988.0, 10032.0, 9992.0, 10020.0, 9973.0, 10012.0, 9956.0, 10001.0, 9955.0, 9988.0, 10011.0, 9970.0, 10006.0, 9973.0, 10010.0, 9976.0, 10011.0, 9975.0, 9986.0, 9993.0, 10029.0, 9997.0, 10035.0, 9993.0, 10034.0, 9978.0, 10025.0, 9963.0, 10004.0, 9997.0, 9972.0, 10008.0, 9968.0, 10010.0, 9969.0, 9995.0, 9939.0, 9994.0, 9938.0, 9978.0, 10004.0, 9961.0, 9988.0, 9944.0, 9974.0, 9948.0, 9993.0, 9969.0, 9997.0, 9956.0, 10004.0, 9964.0, 10011.0, 10016.0, 10004.0, 10031.0, 9989.0, 9999.0, 9965.0, 9995.0, 9949.0, 9979.0, 10011.0, 9959.0, 9983.0, 9962.0, 10038.0, 9965.0, 9984.0, 9945.0, 9972.0, 9955.0, 9994.0, 9937.0, 9999.0, 9971.0, 9987.0, 9958.0, 10007.0, 10034.0, 10004.0, 10020.0, 9988.0, 10013.0, 9951.0, 9982.0, 9957.0, 9974.0, 9987.0, 9964.0, 9987.0, 9961.0, 10008.0, 9966.0, 10000.0, 9941.0, 9987.0, 9968.0, 10004.0, 9959.0, 10049.0, 10146.0, 10075.0, 10041.0, 9986.0, 9975.0, 9948.0, 9992.0, 9967.0, 9997.0, 9951.0, 9997.0, 10004.0, 9960.0, 9978.0, 9941.0, 9949.0, 9887.0, 9922.0, 9904.0, 9940.0, 9927.0, 9962.0, 9961.0, 9966.0, 9973.0, 9950.0, 9984.0, 10000.0, 9980.0, 10011.0, 9984.0, 10030.0, 9998.0, 10049.0, 10010.0, 10034.0, 10010.0, 10030.0, 9995.0, 10017.0, 9992.0, 9974.0, 10019.0, 9979.0, 10058.0, 10015.0, 10057.0, 10031.0, 10029.0, 10030.0, 10005.0, 10024.0, 9986.0, 10002.0, 9984.0, 9985.0, 10012.0, 9961.0, 9994.0, 9926.0, 9951.0, 9889.0, 9933.0, 9902.0, 9952.0, 9922.0, 9969.0, 9929.0, 9981.0, 9944.0, 9984.0, 9962.0, 10009.0, 9946.0, 9972.0, 9923.0, 9972.0, 9987.0, 9939.0, 9982.0, 9928.0, 9967.0, 9940.0, 9964.0, 9944.0, 9985.0, 9966.0, 9978.0, 9988.0, 9972.0, 9998.0, 9976.0, 10036.0, 9982.0, 10070.0, 10041.0, 10075.0, 10024.0, 9992.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.002539078073089701</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027313685049833888</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.0730896217123</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3179770632502068</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0385048698836248</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5094</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3978.3176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12682566115223984</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>174</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.451827242524917</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3695543520009763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2703525822342128</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.676043845289052</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.162266628479664</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0128643</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012955318205058575</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03906004875898361</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>4.0303437098620725</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>24.4031</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.8801</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.6254</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292914.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>1114.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.4675</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1853</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.2132</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3712.5135</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3911.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83630.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4782.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.3829</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.866610983153805</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> |