=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
133 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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-01/func/sub-0124_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>5c6975aa04e1e72f975009d40a585245</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:57:42.377500</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.995947, -0.0742457, 0.0507618, 0.0668491, 0.988661, 0.134464]</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.259</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.083853</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>37</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7768, -7246, 309, -100, -23, -48, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>226.948</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>385fbf4c-eaec-46f2-9e0b-29fefbf299fb||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.672053575515747, 0.17935122549533844, 0.16245774924755096, 98.93941497802734], [0.19919568300247192, 2.6525051593780518, 0.35241934657096863, -108.1888198852539], [0.13619007170200348, -0.36075711250305176, 2.671967029571533, -66.9495620727539], [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': ['185742.377500', '185742.837500', '185743.297500', '185743.757500', '185744.217500', '185744.677500', '185745.137500', '185745.597500', '185746.057500', '185746.517500', '185746.977500', '185747.437500', '185747.897500', '185748.357500', '185748.817500', '185749.277500', '185749.737500', '185750.197500', '185750.657500', '185751.117500', '185751.577500', '185752.037500', '185752.497500', '185752.957500', '185753.417500', '185753.877500', '185754.337500', '185754.797500', '185755.257500', '185755.717500', '185756.177500', '185756.637500', '185757.097500', '185757.557500', '185758.017500', '185758.477500', '185758.937500', '185759.397500', '185759.857500', '185800.317500', '185800.777500', '185801.237500', '185801.697500', '185802.157500', '185802.617500', '185803.077500', '185803.537500', '185803.997500', '185804.457500', '185804.917500', '185805.377500', '185805.837500', '185806.297500', '185806.757500', '185807.217500', '185807.677500', '185808.137500', '185808.597500', '185809.057500', '185809.517500', '185809.977500', '185810.437500', '185810.897500', '185811.357500', '185811.817500', '185812.277500', '185812.737500', '185813.197500', '185813.657500', '185814.117500', '185814.577500', '185815.037500', '185815.497500', '185815.957500', '185816.417500', '185816.877500', '185817.337500', '185817.797500', '185818.257500', '185818.717500', '185819.177500', '185819.637500', '185820.097500', '185820.557500', '185821.017500', '185821.477500', '185821.937500', '185822.397500', '185822.857500', '185823.317500', '185823.777500', '185824.237500', '185824.697500', '185825.157500', '185825.617500', '185826.077500', '185826.537500', '185826.997500', '185827.457500', '185827.917500', '185828.377500', '185828.837500', '185829.297500', '185829.757500', '185830.217500', '185830.677500', '185831.137500', '185831.597500', '185832.057500', '185832.517500', '185832.977500', '185833.437500', '185833.897500', '185834.357500', '185834.817500', '185835.277500', '185835.737500', '185836.197500', '185836.657500', '185837.117500', '185837.577500', '185838.037500', '185838.497500', '185838.957500', '185839.417500', '185839.877500', '185840.337500', '185840.797500', '185841.257500', '185841.717500', '185842.177500', '185842.637500', '185843.097500', '185843.557500', '185844.017500', '185844.477500', '185844.937500', '185845.397500', '185845.857500', '185846.317500', '185846.777500', '185847.237500', '185847.697500', '185848.157500', '185848.617500', '185849.077500', '185849.537500', '185849.997500', '185850.457500', '185850.917500', '185851.377500', '185851.837500', '185852.297500', '185852.757500', '185853.217500', '185853.677500', '185854.137500', '185854.597500', '185855.057500', '185855.517500', '185855.977500', '185856.437500', '185856.897500', '185857.357500', '185857.817500', '185858.277500', '185858.737500', '185859.197500', '185859.657500', '185900.117500', '185900.577500', '185901.037500', '185901.497500', '185901.957500', '185902.417500', '185902.877500', '185903.337500', '185903.797500', '185904.257500', '185904.717500', '185905.177500', '185905.637500', '185906.097500', '185906.557500', '185907.017500', '185907.477500', '185907.937500', '185908.397500', '185908.857500', '185909.317500', '185909.777500', '185910.237500', '185910.697500', '185911.157500', '185911.617500', '185912.077500', '185912.537500', '185912.997500', '185913.457500', '185913.917500', '185914.377500', '185914.837500', '185915.297500', '185915.757500', '185916.217500', '185916.677500', '185917.137500', '185917.597500', '185918.057500', '185918.517500', '185918.977500', '185919.437500', '185919.897500', '185920.357500', '185920.817500', '185921.277500', '185921.737500', '185922.197500', '185922.657500', '185923.117500', '185923.577500', '185924.037500', '185924.497500', '185924.957500', '185925.417500', '185925.877500', '185926.337500', '185926.797500', '185927.257500', '185927.717500', '185928.177500', '185928.637500', '185929.097500', '185929.557500', '185930.017500', '185930.477500', '185930.937500', '185931.397500', '185931.857500', '185932.317500', '185932.777500', '185933.237500', '185933.697500', '185934.157500', '185934.617500', '185935.077500', '185935.537500', '185935.997500', '185936.457500', '185936.917500', '185937.377500', '185937.837500', '185938.297500', '185938.757500', '185939.217500', '185939.677500', '185940.137500', '185940.597500', '185941.057500', '185941.517500', '185941.977500', '185942.437500', '185942.897500', '185943.357500', '185943.817500', '185944.277500', '185944.737500', '185945.197500', '185945.657500', '185946.117500', '185946.577500', '185947.037500', '185947.497500', '185947.957500', '185948.417500', '185948.877500', '185949.337500', '185949.797500', '185950.257500', '185950.717500', '185951.177500', '185951.637500', '185952.097500', '185952.557500', '185953.017500', '185953.477500', '185953.937500', '185954.397500', '185954.857500', '185955.317500', '185955.777500', '185956.237500', '185956.697500', '185957.157500', '185957.617500', '185958.077500', '185958.537500', '185958.997500', '185959.457500', '185959.917500', '190000.377500', '190000.837500', '190001.297500', '190001.757500', '190002.217500', '190002.677500', '190003.137500', '190003.597500', '190004.057500', '190004.517500', '190004.977500', '190005.437500', '190005.897500', '190006.357500', '190006.817500', '190007.277500', '190007.737500', '190008.197500', '190008.657500', '190009.117500', '190009.577500', '190010.037500', '190010.497500', '190010.957500', '190011.417500', '190011.877500', '190012.337500', '190012.797500', '190013.257500', '190013.717500', '190014.177500', '190014.637500', '190015.097500', '190015.557500', '190016.017500', '190016.477500', '190016.937500', '190017.397500', '190017.857500', '190018.317500', '190018.777500', '190019.237500', '190019.697500', '190020.157500', '190020.617500', '190021.077500', '190021.537500', '190021.997500', '190022.457500', '190022.917500', '190023.377500', '190023.837500', '190024.297500', '190024.757500', '190025.217500', '190025.677500', '190026.137500', '190026.597500', '190027.057500', '190027.517500', '190027.977500', '190028.437500', '190028.897500', '190029.357500', '190029.817500', '190030.277500', '190030.737500', '190031.197500', '190031.657500', '190032.117500', '190032.577500', '190033.037500', '190033.497500', '190033.957500', '190034.417500', '190034.877500', '190035.337500', '190035.797500', '190036.257500', '190036.717500', '190037.177500', '190037.637500', '190038.097500', '190038.557500', '190039.017500', '190039.477500', '190039.937500', '190040.397500', '190040.857500', '190041.317500', '190041.777500', '190042.237500', '190042.697500', '190043.157500', '190043.617500', '190044.077500', '190044.537500', '190044.997500', '190045.457500', '190045.917500', '190046.377500', '190046.837500', '190047.297500', '190047.757500', '190048.217500', '190048.677500', '190049.137500', '190049.597500', '190050.057500', '190050.517500', '190050.977500', '190051.437500', '190051.897500', '190052.357500', '190052.817500', '190053.277500', '190053.737500', '190054.197500', '190054.657500', '190055.117500', '190055.577500', '190056.037500', '190056.497500', '190056.957500', '190057.417500', '190057.877500', '190058.337500', '190058.797500', '190059.257500', '190059.717500', '190100.177500', '190100.637500', '190101.097500', '190101.557500', '190102.017500', '190102.477500', '190102.937500', '190103.397500', '190103.857500', '190104.317500', '190104.777500', '190105.237500', '190105.697500', '190106.157500', '190106.617500', '190107.077500', '190107.537500', '190107.997500', '190108.457500', '190108.917500', '190109.377500', '190109.837500', '190110.297500', '190110.757500', '190111.217500', '190111.677500', '190112.137500', '190112.597500', '190113.057500', '190113.517500', '190113.977500', '190114.437500', '190114.897500', '190115.357500', '190115.817500', '190116.277500', '190116.737500', '190117.197500', '190117.657500', '190118.117500', '190118.577500', '190119.037500', '190119.497500', '190119.957500', '190120.417500', '190120.877500', '190121.337500', '190121.797500', '190122.257500', '190122.717500', '190123.177500', '190123.637500', '190124.097500', '190124.557500', '190125.017500', '190125.477500', '190125.937500', '190126.397500', '190126.857500', '190127.317500', '190127.777500', '190128.237500', '190128.697500', '190129.157500', '190129.617500', '190130.077500', '190130.537500', '190130.997500', '190131.457500', '190131.917500', '190132.377500', '190132.837500', '190133.297500', '190133.757500', '190134.217500', '190134.677500', '190135.137500', '190135.597500', '190136.057500', '190136.517500', '190136.977500', '190137.437500', '190137.897500', '190138.357500', '190138.817500', '190139.277500', '190139.737500', '190140.197500', '190140.657500', '190141.117500', '190141.577500', '190142.037500', '190142.497500', '190142.957500', '190143.417500', '190143.877500', '190144.337500', '190144.797500', '190145.257500', '190145.717500', '190146.177500', '190146.637500', '190147.097500', '190147.557500', '190148.017500', '190148.477500', '190148.937500', '190149.397500', '190149.857500', '190150.317500', '190150.777500', '190151.237500', '190151.697500', '190152.157500', '190152.617500', '190153.077500', '190153.537500', '190153.997500', '190154.457500', '190154.917500', '190155.377500', '190155.837500', '190156.297500', '190156.757500', '190157.217500', '190157.677500', '190158.137500', '190158.597500', '190159.057500', '190159.517500', '190159.977500', '190200.437500', '190200.897500', '190201.357500', '190201.817500', '190202.277500', '190202.737500', '190203.197500', '190203.657500', '190204.117500', '190204.577500', '190205.037500', '190205.497500', '190205.957500', '190206.417500', '190206.877500', '190207.337500', '190207.797500', '190208.257500', '190208.717500', '190209.177500', '190209.637500', '190210.097500', '190210.557500', '190211.017500', '190211.477500', '190211.937500', '190212.397500', '190212.857500', '190213.317500', '190213.777500', '190214.237500', '190214.697500', '190215.157500', '190215.617500', '190216.077500', '190216.537500', '190216.997500', '190217.457500', '190217.917500', '190218.377500', '190218.837500', '190219.297500', '190219.757500', '190220.217500', '190220.677500', '190221.137500', '190221.597500', '190222.057500', '190222.517500', '190222.977500', '190223.437500', '190223.897500', '190224.357500', '190224.817500', '190225.277500', '190225.737500', '190226.197500', '190226.657500', '190227.117500', '190227.577500', '190228.037500', '190228.497500', '190228.957500', '190229.417500', '190229.877500', '190230.337500', '190230.797500', '190231.257500', '190231.717500', '190232.177500', '190232.637500', '190233.097500', '190233.557500', '190234.017500', '190234.477500', '190234.937500', '190235.397500', '190235.857500', '190236.317500', '190236.777500', '190237.237500', '190237.697500', '190238.157500', '190238.617500', '190239.077500', '190239.537500', '190239.997500', '190240.457500', '190240.917500', '190241.377500', '190241.837500', '190242.297500', '190242.757500', '190243.217500', '190243.677500', '190244.137500', '190244.597500', '190245.057500', '190245.517500', '190245.977500', '190246.437500', '190246.897500', '190247.357500', '190247.817500', '190248.277500', '190248.737500', '190249.197500', '190249.657500', '190250.117500', '190250.577500', '190251.037500', '190251.497500', '190251.957500', '190252.417500', '190252.877500', '190253.337500', '190253.797500', '190254.257500', '190254.717500', '190255.177500', '190255.637500', '190256.097500', '190256.557500', '190257.017500', '190257.477500', '190257.937500', '190258.397500', '190258.857500', '190259.317500', '190259.777500', '190300.237500', '190300.697500', '190301.157500', '190301.617500', '190302.077500', '190302.537500', '190302.997500', '190303.457500', '190303.917500', '190304.377500', '190304.837500', '190305.297500', '190305.757500', '190306.217500', '190306.677500', '190307.137500', '190307.597500', '190308.057500', '190308.517500', '190308.977500', '190309.437500', '190309.897500', '190310.357500', '190310.817500', '190311.277500', '190311.737500', '190312.197500', '190312.657500', '190313.117500', '190313.577500', '190314.037500', '190314.497500', '190314.957500', '190315.417500', '190315.877500', '190316.337500', '190316.797500', '190317.257500', '190317.717500', '190318.177500', '190318.637500', '190319.097500', '190319.557500', '190320.017500', '190320.477500', '190320.937500', '190321.397500', '190321.857500', '190322.317500', '190322.777500', '190323.237500', '190323.697500', '190324.157500', '190324.617500', '190325.077500', '190325.537500', '190325.997500', '190326.457500', '190326.917500', '190327.377500', '190327.837500', '190328.297500', '190328.757500', '190329.217500', '190329.677500', '190330.137500', '190330.597500', '190331.057500', '190331.517500', '190331.977500', '190332.437500', '190332.897500', '190333.357500', '190333.817500', '190334.277500', '190334.737500', '190335.197500', '190335.657500', '190336.117500', '190336.577500', '190337.037500', '190337.497500', '190337.957500', '190338.417500', '190338.877500', '190339.337500', '190339.797500', '190340.257500', '190340.717500', '190341.177500', '190341.637500', '190342.097500', '190342.557500', '190343.017500', '190343.477500', '190343.937500', '190344.397500', '190344.857500', '190345.317500', '190345.777500', '190346.237500', '190346.697500', '190347.157500', '190347.617500', '190348.077500', '190348.537500', '190348.997500', '190349.457500', '190349.917500', '190350.377500', '190350.837500', '190351.297500', '190351.757500', '190352.217500', '190352.677500', '190353.137500', '190353.597500', '190354.057500', '190354.517500', '190354.977500', '190355.437500', '190355.897500', '190356.357500', '190356.817500', '190357.277500', '190357.737500', '190358.197500', '190358.657500', '190359.117500', '190359.577500', '190400.037500', '190400.497500', '190400.957500', '190401.417500', '190401.877500', '190402.337500', '190402.797500', '190403.257500', '190403.717500', '190404.177500', '190404.637500', '190405.097500', '190405.557500', '190406.017500', '190406.477500', '190406.937500', '190407.397500', '190407.857500', '190408.317500', '190408.777500', '190409.237500', '190409.697500', '190410.157500', '190410.617500', '190411.077500', '190411.537500', '190411.997500', '190412.457500', '190412.917500', '190413.377500', '190413.837500', '190414.297500', '190414.757500', '190415.217500', '190415.677500', '190416.137500', '190416.597500', '190417.057500', '190417.517500', '190417.977500', '190418.437500', '190418.897500', '190419.357500', '190419.817500', '190420.277500', '190420.737500', '190421.197500', '190421.657500', '190422.117500', '190422.577500', '190423.037500', '190423.497500', '190423.957500', '190424.417500', '190424.877500', '190425.337500', '190425.797500', '190426.257500', '190426.717500', '190427.177500', '190427.637500', '190428.097500', '190428.557500', '190429.017500', '190429.477500', '190429.937500', '190430.397500', '190430.857500', '190431.317500', '190431.777500', '190432.237500', '190432.697500', '190433.157500', '190433.617500', '190434.077500', '190434.537500', '190434.997500', '190435.457500', '190435.917500', '190436.377500', '190436.837500', '190437.297500', '190437.757500', '190438.217500', '190438.677500', '190439.137500', '190439.597500', '190440.057500', '190440.517500', '190440.977500', '190441.437500', '190441.897500', '190442.357500', '190442.817500', '190443.277500', '190443.737500', '190444.197500', '190444.657500', '190445.117500', '190445.577500', '190446.037500', '190446.497500', '190446.957500', '190447.417500', '190447.877500', '190448.337500', '190448.797500', '190449.257500', '190449.717500', '190450.177500', '190450.637500', '190451.097500', '190451.557500', '190452.017500', '190452.477500', '190452.937500', '190453.397500', '190453.857500', '190454.317500', '190454.777500', '190455.237500', '190455.697500', '190456.157500', '190456.617500', '190457.077500', '190457.537500', '190457.997500', '190458.457500', '190458.917500', '190459.377500', '190459.837500', '190500.297500', '190500.757500', '190501.217500', '190501.677500', '190502.137500', '190502.597500', '190503.057500', '190503.517500', '190503.977500', '190504.437500', '190504.897500', '190505.357500', '190505.817500', '190506.277500', '190506.737500', '190507.197500', '190507.657500', '190508.117500', '190508.577500', '190509.037500', '190509.497500', '190509.957500', '190510.417500', '190510.877500', '190511.337500', '190511.797500', '190512.257500', '190512.717500', '190513.177500', '190513.637500', '190514.097500', '190514.557500', '190515.017500', '190515.477500', '190515.937500', '190516.397500', '190516.857500', '190517.317500', '190517.777500', '190518.237500', '190518.697500', '190519.157500', '190519.617500', '190520.077500', '190520.537500', '190520.997500', '190521.457500', '190521.917500', '190522.377500', '190522.837500', '190523.297500', '190523.757500', '190524.217500', '190524.677500', '190525.137500', '190525.597500', '190526.057500', '190526.517500', '190526.977500', '190527.437500', '190527.897500', '190528.357500', '190528.817500', '190529.277500', '190529.737500', '190530.197500', '190530.657500', '190531.117500', '190531.577500', '190532.037500', '190532.497500', '190532.957500', '190533.417500', '190533.877500', '190534.337500', '190534.797500', '190535.257500', '190535.717500', '190536.177500', '190536.637500', '190537.097500', '190537.557500', '190538.017500', '190538.477500', '190538.937500', '190539.397500', '190539.857500', '190540.317500', '190540.777500', '190541.237500', '190541.697500', '190542.157500', '190542.617500', '190543.077500', '190543.537500', '190543.997500', '190544.457500', '190544.917500', '190545.377500', '190545.837500', '190546.297500', '190546.757500', '190547.217500', '190547.677500', '190548.137500', '190548.597500', '190549.057500', '190549.517500', '190549.977500', '190550.437500', '190550.897500', '190551.357500', '190551.817500', '190552.277500', '190552.737500', '190553.197500', '190553.657500', '190554.117500', '190554.577500', '190555.037500', '190555.497500', '190555.957500', '190556.417500', '190556.877500', '190557.337500', '190557.797500', '190558.257500', '190558.717500', '190559.177500', '190559.637500', '190600.097500', '190600.557500', '190601.017500', '190601.477500', '190601.937500', '190602.397500', '190602.857500', '190603.317500', '190603.777500', '190604.237500', '190604.697500', '190605.157500', '190605.617500', '190606.077500', '190606.537500', '190606.997500', '190607.457500', '190607.917500', '190608.377500', '190608.837500', '190609.297500', '190609.757500', '190610.217500', '190610.677500', '190611.137500', '190611.597500', '190612.057500', '190612.517500', '190612.977500', '190613.437500', '190613.897500', '190614.357500', '190614.817500', '190615.277500', '190615.737500', '190616.197500', '190616.657500', '190617.117500', '190617.577500', '190618.037500', '190618.497500', '190618.957500', '190619.417500', '190619.877500', '190620.337500', '190620.797500', '190621.257500', '190621.717500', '190622.177500', '190622.637500', '190623.097500', '190623.557500', '190624.017500', '190624.477500', '190624.937500', '190625.397500', '190625.857500', '190626.317500', '190626.777500', '190627.237500', '190627.697500', '190628.157500', '190628.617500', '190629.077500', '190629.537500', '190629.997500', '190630.457500', '190630.917500', '190631.377500', '190631.837500', '190632.297500', '190632.757500', '190633.217500', '190633.677500', '190634.137500', '190634.597500', '190635.057500', '190635.517500', '190635.977500', '190636.437500', '190636.897500', '190637.357500', '190637.817500', '190638.277500', '190638.737500', '190639.197500', '190639.657500', '190640.117500', '190640.577500', '190641.037500', '190641.497500', '190641.957500', '190642.417500', '190642.877500', '190643.337500', '190643.797500', '190644.257500', '190644.717500', '190645.177500', '190645.637500', '190646.097500', '190646.557500', '190647.017500', '190647.477500', '190647.937500', '190648.397500', '190648.857500', '190649.317500', '190649.777500', '190650.237500', '190650.697500', '190651.157500', '190651.617500', '190652.077500', '190652.537500', '190652.997500', '190653.457500', '190653.917500', '190654.377500', '190654.837500', '190655.297500', '190655.757500', '190656.217500', '190656.677500', '190657.137500', '190657.597500', '190658.057500'], 'ContentTime': ['185807.116000', '185807.119000', '185807.121000', '185807.124000', '185807.127000', '185807.129000', '185807.132000', '185807.134000', '185807.137000', '185807.139000', '185807.142000', '185807.144000', '185807.147000', '185807.149000', '185807.152000', '185807.155000', '185807.157000', '185807.160000', '185807.162000', '185807.165000', '185807.167000', '185807.170000', '185807.173000', '185807.175000', '185807.178000', '185807.180000', '185807.183000', '185807.185000', '185807.188000', '185807.191000', '185807.193000', '185807.196000', '185807.198000', '185807.201000', '185807.203000', '185807.206000', '185807.209000', '185807.211000', '185807.214000', '185807.216000', '185807.229000', '185807.232000', '185807.234000', '185807.237000', '185807.239000', '185807.242000', '185807.244000', '185807.247000', '185807.250000', '185807.252000', '185807.256000', '185827.085000', '185827.088000', '185827.091000', '185827.093000', '185827.104000', '185827.107000', '185827.109000', '185827.112000', '185827.114000', '185827.117000', '185827.119000', '185827.122000', '185827.125000', '185827.127000', '185827.130000', '185827.132000', '185827.135000', '185827.138000', '185827.140000', '185827.143000', '185827.145000', '185827.148000', '185827.150000', '185827.153000', '185827.155000', '185827.158000', '185827.161000', '185827.163000', '185827.166000', '185827.168000', '185827.171000', '185827.174000', '185827.176000', '185827.179000', '185827.181000', '185827.184000', '185827.186000', '185827.189000', '185827.192000', '185827.194000', '185827.197000', '185827.199000', '185827.202000', '185827.204000', '185847.085000', '185847.088000', '185847.091000', '185847.093000', '185847.096000', '185847.099000', '185847.101000', '185847.104000', '185847.106000', '185847.109000', '185847.112000', '185847.114000', '185847.117000', '185847.120000', '185847.131000', '185847.134000', '185847.136000', '185847.139000', '185847.142000', '185847.144000', '185847.147000', '185847.149000', '185847.152000', '185847.154000', '185847.157000', '185847.160000', '185847.162000', '185847.165000', '185847.167000', '185847.170000', '185847.172000', '185847.175000', '185847.177000', '185847.180000', '185847.183000', '185847.185000', '185847.188000', '185847.190000', '185847.193000', '185847.195000', '185847.198000', '185847.200000', '185847.203000', '185907.085000', '185907.088000', '185907.091000', '185907.093000', '185907.096000', '185907.098000', '185907.101000', '185907.103000', '185907.106000', '185907.110000', '185907.113000', '185907.116000', '185907.118000', '185907.121000', '185907.123000', '185907.126000', '185907.129000', '185907.131000', '185907.134000', '185907.136000', '185907.139000', '185907.142000', '185907.144000', '185907.147000', '185907.149000', '185907.152000', '185907.154000', '185907.157000', '185907.160000', '185907.162000', '185907.165000', '185907.167000', '185907.170000', '185907.173000', '185907.175000', '185907.178000', '185907.180000', '185907.183000', '185907.185000', '185907.188000', '185907.191000', '185907.193000', '185907.196000', '185907.198000', '185927.086000', '185927.089000', '185927.091000', '185927.094000', '185927.096000', '185927.099000', '185927.102000', '185927.104000', '185927.107000', '185927.109000', '185927.112000', '185927.114000', '185927.117000', '185927.119000', '185927.122000', '185927.125000', '185927.127000', '185927.130000', '185927.133000', '185927.140000', '185927.143000', '185927.145000', '185927.148000', '185927.151000', '185927.153000', '185927.156000', '185927.159000', '185927.161000', '185927.164000', '185927.166000', '185927.169000', '185927.172000', '185927.174000', '185927.177000', '185927.179000', '185927.182000', '185927.184000', '185927.187000', '185927.190000', '185927.192000', '185927.195000', '185927.197000', '185927.200000', '185947.086000', '185947.096000', '185947.098000', '185947.101000', '185947.104000', '185947.106000', '185947.109000', '185947.111000', '185947.114000', '185947.117000', '185947.119000', '185947.122000', '185947.124000', '185947.127000', '185947.129000', '185947.132000', '185947.135000', '185947.137000', '185947.140000', '185947.143000', '185947.145000', '185947.148000', '185947.150000', '185947.153000', '185947.155000', '185947.158000', '185947.161000', '185947.163000', '185947.166000', '185947.169000', '185947.171000', '185947.174000', '185947.176000', '185947.179000', '185947.182000', '185947.184000', '185947.187000', '185947.189000', '185947.192000', '185947.194000', '185947.197000', '185947.200000', '185947.202000', '185947.217000', '190007.085000', '190007.088000', '190007.091000', '190007.093000', '190007.096000', '190007.099000', '190007.101000', '190007.104000', '190007.106000', '190007.109000', '190007.111000', '190007.114000', '190007.117000', '190007.119000', '190007.122000', '190007.124000', '190007.127000', '190007.130000', '190007.132000', '190007.135000', '190007.137000', '190007.140000', '190007.142000', '190007.145000', '190007.148000', '190007.150000', '190007.153000', '190007.155000', '190007.158000', '190007.161000', '190007.163000', '190007.166000', '190007.168000', '190007.171000', '190007.173000', '190007.176000', '190007.179000', '190007.181000', '190007.184000', '190007.186000', '190007.189000', '190007.191000', '190007.194000', '190027.085000', '190027.088000', '190027.091000', '190027.094000', '190027.097000', '190027.099000', '190027.102000', '190027.104000', '190027.107000', '190027.110000', '190027.112000', '190027.115000', '190027.117000', '190027.120000', '190027.123000', '190027.125000', '190027.128000', '190027.130000', '190027.133000', '190027.136000', '190027.138000', '190027.141000', '190027.143000', '190027.146000', '190027.148000', '190027.151000', '190027.154000', '190027.156000', '190027.159000', '190027.161000', '190027.164000', '190027.166000', '190027.169000', '190027.172000', '190027.174000', '190027.177000', '190027.179000', '190027.182000', '190027.185000', '190027.187000', '190027.190000', '190027.192000', '190027.195000', '190027.197000', '190047.085000', '190047.088000', '190047.091000', '190047.094000', '190047.096000', '190047.099000', '190047.101000', '190047.104000', '190047.106000', '190047.109000', '190047.112000', '190047.114000', '190047.117000', '190047.120000', '190047.122000', '190047.125000', '190047.127000', '190047.130000', '190047.132000', '190047.135000', '190047.138000', '190047.140000', '190047.143000', '190047.145000', '190047.148000', '190047.150000', '190047.153000', '190047.156000', '190047.158000', '190047.161000', '190047.163000', '190047.166000', '190047.168000', '190047.171000', '190047.173000', '190047.176000', '190047.179000', '190047.181000', '190047.184000', '190047.186000', '190047.189000', '190047.191000', '190047.194000', '190107.085000', '190107.088000', '190107.091000', '190107.094000', '190107.097000', '190107.099000', '190107.102000', '190107.104000', '190107.107000', '190107.110000', '190107.112000', '190107.115000', '190107.117000', '190107.120000', '190107.122000', '190107.125000', '190107.128000', '190107.130000', '190107.133000', '190107.135000', '190107.138000', '190107.140000', '190107.143000', '190107.146000', '190107.148000', '190107.151000', '190107.153000', '190107.156000', '190107.158000', '190107.161000', '190107.168000', '190107.170000', '190107.173000', '190107.175000', '190107.178000', '190107.181000', '190107.183000', '190107.186000', '190107.188000', '190107.191000', '190107.193000', '190107.196000', '190107.198000', '190127.086000', '190127.088000', '190127.091000', '190127.094000', '190127.096000', '190127.099000', '190127.101000', '190127.104000', '190127.106000', '190127.109000', '190127.112000', '190127.115000', '190127.117000', '190127.120000', '190127.122000', '190127.125000', '190127.127000', '190127.130000', '190127.133000', '190127.135000', '190127.138000', '190127.140000', '190127.143000', '190127.145000', '190127.148000', '190127.163000', '190127.166000', '190127.169000', '190127.171000', '190127.174000', '190127.176000', '190127.179000', '190127.181000', '190127.184000', '190127.187000', '190127.189000', '190127.192000', '190127.194000', '190127.197000', '190127.199000', '190127.202000', '190127.205000', '190127.207000', '190127.210000', '190147.085000', '190147.088000', '190147.091000', '190147.093000', '190147.096000', '190147.099000', '190147.101000', '190147.104000', '190147.106000', '190147.109000', '190147.112000', '190147.114000', '190147.117000', '190147.119000', '190147.122000', '190147.125000', '190147.127000', '190147.130000', '190147.133000', '190147.136000', '190147.139000', '190147.142000', '190147.144000', '190147.147000', '190147.149000', '190147.152000', '190147.154000', '190147.157000', '190147.160000', '190147.162000', '190147.165000', '190147.167000', '190147.170000', '190147.173000', '190147.175000', '190147.178000', '190147.180000', '190147.183000', '190147.186000', '190147.189000', '190147.192000', '190147.194000', '190147.197000', '190207.086000', '190207.088000', '190207.091000', '190207.094000', '190207.096000', '190207.099000', '190207.101000', '190207.104000', '190207.106000', '190207.109000', '190207.112000', '190207.114000', '190207.117000', '190207.120000', '190207.122000', '190207.125000', '190207.127000', '190207.130000', '190207.133000', '190207.135000', '190207.138000', '190207.140000', '190207.143000', '190207.145000', '190207.148000', '190207.151000', '190207.153000', '190207.156000', '190207.158000', '190207.161000', '190207.164000', '190207.166000', '190207.169000', '190207.171000', '190207.174000', '190207.177000', '190207.179000', '190207.182000', '190207.184000', '190207.187000', '190207.190000', '190207.192000', '190207.195000', '190207.197000', '190227.085000', '190227.088000', '190227.091000', '190227.094000', '190227.097000', '190227.099000', '190227.102000', '190227.104000', '190227.107000', '190227.110000', '190227.112000', '190227.115000', '190227.117000', '190227.120000', '190227.123000', '190227.126000', '190227.128000', '190227.131000', '190227.134000', '190227.136000', '190227.139000', '190227.141000', '190227.144000', '190227.147000', '190227.149000', '190227.152000', '190227.154000', '190227.157000', '190227.160000', '190227.162000', '190227.165000', '190227.167000', '190227.170000', '190227.172000', '190227.175000', '190227.177000', '190227.180000', '190227.183000', '190227.185000', '190227.188000', '190227.191000', '190227.193000', '190227.196000', '190247.086000', '190247.089000', '190247.091000', '190247.094000', '190247.096000', '190247.099000', '190247.102000', '190247.104000', '190247.107000', '190247.110000', '190247.112000', '190247.115000', '190247.117000', '190247.120000', '190247.122000', '190247.125000', '190247.127000', '190247.130000', '190247.133000', '190247.135000', '190247.138000', '190247.140000', '190247.143000', '190247.145000', '190247.148000', '190247.151000', '190247.153000', '190247.156000', '190247.158000', '190247.161000', '190247.163000', '190247.166000', '190247.169000', '190247.171000', '190247.174000', '190247.176000', '190247.179000', '190247.181000', '190247.184000', '190247.187000', '190247.189000', '190247.192000', '190247.194000', '190247.197000', '190307.086000', '190307.088000', '190307.091000', '190307.093000', '190307.096000', '190307.099000', '190307.101000', '190307.104000', '190307.106000', '190307.109000', '190307.112000', '190307.114000', '190307.117000', '190307.119000', '190307.122000', '190307.124000', '190307.127000', '190307.130000', '190307.132000', '190307.135000', '190307.139000', '190307.142000', '190307.144000', '190307.147000', '190307.150000', '190307.152000', '190307.155000', '190307.157000', '190307.160000', '190307.162000', '190307.165000', '190307.168000', '190307.170000', '190307.174000', '190307.177000', '190307.179000', '190307.182000', '190307.185000', '190307.187000', '190307.190000', '190307.192000', '190307.195000', '190307.198000', '190327.085000', '190327.088000', '190327.091000', '190327.093000', '190327.096000', '190327.099000', '190327.101000', '190327.104000', '190327.106000', '190327.109000', '190327.111000', '190327.114000', '190327.116000', '190327.119000', '190327.121000', '190327.124000', '190327.127000', '190327.129000', '190327.132000', '190327.134000', '190327.137000', '190327.140000', '190327.142000', '190327.145000', '190327.147000', '190327.150000', '190327.153000', '190327.155000', '190327.158000', '190327.160000', '190327.163000', '190327.165000', '190327.168000', '190327.171000', '190327.173000', '190327.176000', '190327.178000', '190327.181000', '190327.183000', '190327.186000', '190327.188000', '190327.191000', '190327.193000', '190327.196000', '190347.086000', '190347.089000', '190347.091000', '190347.094000', '190347.096000', '190347.099000', '190347.102000', '190347.104000', '190347.107000', '190347.110000', '190347.112000', '190347.115000', '190347.117000', '190347.120000', '190347.122000', '190347.125000', '190347.128000', '190347.130000', '190347.133000', '190347.135000', '190347.138000', '190347.141000', '190347.143000', '190347.146000', '190347.148000', '190347.151000', '190347.153000', '190347.156000', '190347.158000', '190347.161000', '190347.164000', '190347.167000', '190347.170000', '190347.173000', '190347.176000', '190347.178000', '190347.181000', '190347.183000', '190347.186000', '190347.188000', '190347.191000', '190347.193000', '190347.196000', '190407.085000', '190407.088000', '190407.091000', '190407.093000', '190407.096000', '190407.099000', '190407.101000', '190407.105000', '190407.107000', '190407.110000', '190407.112000', '190407.115000', '190407.117000', '190407.120000', '190407.123000', '190407.125000', '190407.128000', '190407.130000', '190407.133000', '190407.135000', '190407.138000', '190407.140000', '190407.143000', '190407.146000', '190407.148000', '190407.151000', '190407.153000', '190407.156000', '190407.158000', '190407.161000', '190407.163000', '190407.166000', '190407.169000', '190407.171000', '190407.174000', '190407.176000', '190407.179000', '190407.181000', '190407.184000', '190407.186000', '190407.189000', '190407.192000', '190407.194000', '190407.197000', '190427.086000', '190427.088000', '190427.091000', '190427.104000', '190427.106000', '190427.109000', '190427.111000', '190427.114000', '190427.117000', '190427.119000', '190427.122000', '190427.124000', '190427.127000', '190427.129000', '190427.132000', '190427.135000', '190427.137000', '190427.140000', '190427.143000', '190427.145000', '190427.148000', '190427.150000', '190427.153000', '190427.156000', '190427.158000', '190427.161000', '190427.163000', '190427.166000', '190427.168000', '190427.171000', '190427.173000', '190427.176000', '190427.179000', '190427.181000', '190427.184000', '190427.186000', '190427.189000', '190427.191000', '190427.194000', '190427.197000', '190427.200000', '190427.203000', '190427.206000', '190447.086000', '190447.088000', '190447.091000', '190447.094000', '190447.096000', '190447.099000', '190447.101000', '190447.104000', '190447.107000', '190447.109000', '190447.139000', '190447.142000', '190447.144000', '190447.147000', '190447.150000', '190447.152000', '190447.155000', '190447.158000', '190447.160000', '190447.163000', '190447.165000', '190447.168000', '190447.170000', '190447.173000', '190447.175000', '190447.178000', '190447.180000', '190447.183000', '190447.186000', '190447.188000', '190447.191000', '190447.194000', '190447.196000', '190447.199000', '190447.201000', '190447.204000', '190447.206000', '190447.209000', '190447.211000', '190447.214000', '190447.216000', '190447.219000', '190447.222000', '190447.224000', '190507.086000', '190507.089000', '190507.091000', '190507.094000', '190507.096000', '190507.099000', '190507.101000', '190507.104000', '190507.106000', '190507.109000', '190507.112000', '190507.114000', '190507.117000', '190507.119000', '190507.122000', '190507.124000', '190507.127000', '190507.130000', '190507.132000', '190507.135000', '190507.137000', '190507.140000', '190507.142000', '190507.145000', '190507.147000', '190507.150000', '190507.153000', '190507.155000', '190507.158000', '190507.161000', '190507.163000', '190507.166000', '190507.168000', '190507.171000', '190507.173000', '190507.176000', '190507.178000', '190507.181000', '190507.184000', '190507.186000', '190507.189000', '190507.191000', '190507.194000', '190527.085000', '190527.088000', '190527.091000', '190527.093000', '190527.096000', '190527.099000', '190527.101000', '190527.104000', '190527.106000', '190527.109000', '190527.112000', '190527.114000', '190527.117000', '190527.119000', '190527.122000', '190527.124000', '190527.127000', '190527.130000', '190527.132000', '190527.135000', '190527.137000', '190527.140000', '190527.142000', '190527.145000', '190527.147000', '190527.150000', '190527.153000', '190527.155000', '190527.158000', '190527.160000', '190527.163000', '190527.165000', '190527.168000', '190527.171000', '190527.173000', '190527.176000', '190527.178000', '190527.181000', '190527.183000', '190527.186000', '190527.189000', '190527.191000', '190527.194000', '190527.197000', '190547.086000', '190547.088000', '190547.091000', '190547.094000', '190547.096000', '190547.099000', '190547.102000', '190547.104000', '190547.107000', '190547.109000', '190547.112000', '190547.115000', '190547.117000', '190547.127000', '190547.130000', '190547.133000', '190547.135000', '190547.138000', '190547.140000', '190547.143000', '190547.145000', '190547.148000', '190547.150000', '190547.153000', '190547.156000', '190547.158000', '190547.161000', '190547.163000', '190547.166000', '190547.168000', '190547.171000', '190547.174000', '190547.176000', '190547.179000', '190547.181000', '190547.184000', '190547.187000', '190547.189000', '190547.192000', '190547.194000', '190547.197000', '190547.199000', '190547.202000', '190607.086000', '190607.088000', '190607.091000', '190607.094000', '190607.096000', '190607.099000', '190607.101000', '190607.104000', '190607.106000', '190607.109000', '190607.112000', '190607.114000', '190607.117000', '190607.120000', '190607.122000', '190607.125000', '190607.127000', '190607.130000', '190607.132000', '190607.135000', '190607.137000', '190607.140000', '190607.143000', '190607.145000', '190607.148000', '190607.150000', '190607.153000', '190607.155000', '190607.158000', '190607.161000', '190607.163000', '190607.166000', '190607.168000', '190607.171000', '190607.173000', '190607.176000', '190607.179000', '190607.181000', '190607.184000', '190607.186000', '190607.189000', '190607.191000', '190607.194000', '190607.197000', '190627.086000', '190627.089000', '190627.091000', '190627.094000', '190627.096000', '190627.099000', '190627.101000', '190627.104000', '190627.107000', '190627.109000', '190627.112000', '190627.114000', '190627.117000', '190627.120000', '190627.122000', '190627.125000', '190627.127000', '190627.130000', '190627.132000', '190627.135000', '190627.138000', '190627.140000', '190627.143000', '190627.145000', '190627.148000', '190627.150000', '190627.153000', '190627.156000', '190627.158000', '190627.161000', '190627.163000', '190627.166000', '190627.168000', '190627.171000', '190627.174000', '190627.176000', '190627.179000', '190627.181000', '190627.184000', '190627.186000', '190627.189000', '190627.192000', '190627.194000', '190647.086000', '190647.088000', '190647.091000', '190647.093000', '190647.096000', '190647.099000', '190647.101000', '190647.104000', '190647.107000', '190647.109000', '190647.112000', '190647.114000', '190647.117000', '190647.120000', '190647.122000', '190647.125000', '190647.127000', '190647.130000', '190647.132000', '190647.135000', '190647.137000', '190647.140000', '190647.143000', '190647.145000', '190647.148000', '190647.150000', '190647.153000', '190647.155000', '190647.158000', '190647.161000', '190647.163000', '190647.166000', '190647.168000', '190647.171000', '190647.173000', '190647.176000', '190647.179000', '190647.181000', '190647.184000', '190647.186000', '190647.189000', '190647.191000', '190647.194000', '190647.196000', '190659.421000', '190659.424000', '190659.426000', '190659.429000', '190659.432000', '190659.434000', '190659.437000', '190659.439000', '190659.442000', '190659.444000', '190659.464000', '190659.466000', '190659.469000', '190659.471000', '190659.474000', '190659.477000', '190659.479000', '190659.482000', '190659.484000', '190659.487000', '190659.489000', '190659.492000', '190659.494000', '190659.497000', '190659.500000', '190659.502000', '190659.505000'], 'InstanceCreationTime': ['185807.116000', '185807.119000', '185807.121000', '185807.124000', '185807.127000', '185807.129000', '185807.132000', '185807.134000', '185807.137000', '185807.139000', '185807.142000', '185807.144000', '185807.147000', '185807.149000', '185807.152000', '185807.155000', '185807.157000', '185807.160000', '185807.162000', '185807.165000', '185807.167000', '185807.170000', '185807.173000', '185807.175000', '185807.178000', '185807.180000', '185807.183000', '185807.185000', '185807.188000', '185807.191000', '185807.193000', '185807.196000', '185807.198000', '185807.201000', '185807.203000', '185807.206000', '185807.209000', '185807.211000', '185807.214000', '185807.216000', '185807.229000', '185807.232000', '185807.234000', '185807.237000', '185807.239000', '185807.242000', '185807.244000', '185807.247000', '185807.250000', '185807.252000', '185807.256000', '185827.085000', '185827.088000', '185827.091000', '185827.093000', '185827.104000', '185827.107000', '185827.109000', '185827.112000', '185827.114000', '185827.117000', '185827.119000', '185827.122000', '185827.125000', '185827.127000', '185827.130000', '185827.132000', '185827.135000', '185827.138000', '185827.140000', '185827.143000', '185827.145000', '185827.148000', '185827.150000', '185827.153000', '185827.155000', '185827.158000', '185827.161000', '185827.163000', '185827.166000', '185827.168000', '185827.171000', '185827.174000', '185827.176000', '185827.179000', '185827.181000', '185827.184000', '185827.186000', '185827.189000', '185827.192000', '185827.194000', '185827.197000', '185827.199000', '185827.202000', '185827.204000', '185847.085000', '185847.088000', '185847.091000', '185847.093000', '185847.096000', '185847.099000', '185847.101000', '185847.104000', '185847.106000', '185847.109000', '185847.112000', '185847.114000', '185847.117000', '185847.120000', '185847.131000', '185847.134000', '185847.136000', '185847.139000', '185847.142000', '185847.144000', '185847.147000', '185847.149000', '185847.152000', '185847.154000', '185847.157000', '185847.160000', '185847.162000', '185847.165000', '185847.167000', '185847.170000', '185847.172000', '185847.175000', '185847.177000', '185847.180000', '185847.183000', '185847.185000', '185847.188000', '185847.190000', '185847.193000', '185847.195000', '185847.198000', '185847.200000', '185847.203000', '185907.085000', '185907.088000', '185907.091000', '185907.093000', '185907.096000', '185907.098000', '185907.101000', '185907.103000', '185907.106000', '185907.110000', '185907.113000', '185907.116000', '185907.118000', '185907.121000', '185907.123000', '185907.126000', '185907.129000', '185907.131000', '185907.134000', '185907.136000', '185907.139000', '185907.142000', '185907.144000', '185907.147000', '185907.149000', '185907.152000', '185907.154000', '185907.157000', '185907.160000', '185907.162000', '185907.165000', '185907.167000', '185907.170000', '185907.173000', '185907.175000', '185907.178000', '185907.180000', '185907.183000', '185907.185000', '185907.188000', '185907.191000', '185907.193000', '185907.196000', '185907.198000', '185927.086000', '185927.089000', '185927.091000', '185927.094000', '185927.096000', '185927.099000', '185927.102000', '185927.104000', '185927.107000', '185927.109000', '185927.112000', '185927.114000', '185927.117000', '185927.119000', '185927.122000', '185927.125000', '185927.127000', '185927.130000', '185927.133000', '185927.140000', '185927.143000', '185927.145000', '185927.148000', '185927.151000', '185927.153000', '185927.156000', '185927.159000', '185927.161000', '185927.164000', '185927.166000', '185927.169000', '185927.172000', '185927.174000', '185927.177000', '185927.179000', '185927.182000', '185927.184000', '185927.187000', '185927.190000', '185927.192000', '185927.195000', '185927.197000', '185927.200000', '185947.086000', '185947.096000', '185947.098000', '185947.101000', '185947.104000', '185947.106000', '185947.109000', '185947.111000', '185947.114000', '185947.117000', '185947.119000', '185947.122000', '185947.124000', '185947.127000', '185947.129000', '185947.132000', '185947.135000', '185947.137000', '185947.140000', '185947.143000', '185947.145000', '185947.148000', '185947.150000', '185947.153000', '185947.155000', '185947.158000', '185947.161000', '185947.163000', '185947.166000', '185947.169000', '185947.171000', '185947.174000', '185947.176000', '185947.179000', '185947.182000', '185947.184000', '185947.187000', '185947.189000', '185947.192000', '185947.194000', '185947.197000', '185947.200000', '185947.202000', '185947.217000', '190007.085000', '190007.088000', '190007.091000', '190007.093000', '190007.096000', '190007.099000', '190007.101000', '190007.104000', '190007.106000', '190007.109000', '190007.111000', '190007.114000', '190007.117000', '190007.119000', '190007.122000', '190007.124000', '190007.127000', '190007.130000', '190007.132000', '190007.135000', '190007.137000', '190007.140000', '190007.142000', '190007.145000', '190007.148000', '190007.150000', '190007.153000', '190007.155000', '190007.158000', '190007.161000', '190007.163000', '190007.166000', '190007.168000', '190007.171000', '190007.173000', '190007.176000', '190007.179000', '190007.181000', '190007.184000', '190007.186000', '190007.189000', '190007.191000', '190007.194000', '190027.085000', '190027.088000', '190027.091000', '190027.094000', '190027.097000', '190027.099000', '190027.102000', '190027.104000', '190027.107000', '190027.110000', '190027.112000', '190027.115000', '190027.117000', '190027.120000', '190027.123000', '190027.125000', '190027.128000', '190027.130000', '190027.133000', '190027.136000', '190027.138000', '190027.141000', '190027.143000', '190027.146000', '190027.148000', '190027.151000', '190027.154000', '190027.156000', '190027.159000', '190027.161000', '190027.164000', '190027.166000', '190027.169000', '190027.172000', '190027.174000', '190027.177000', '190027.179000', '190027.182000', '190027.185000', '190027.187000', '190027.190000', '190027.192000', '190027.195000', '190027.197000', '190047.085000', '190047.088000', '190047.091000', '190047.094000', '190047.096000', '190047.099000', '190047.101000', '190047.104000', '190047.106000', '190047.109000', '190047.112000', '190047.114000', '190047.117000', '190047.120000', '190047.122000', '190047.125000', '190047.127000', '190047.130000', '190047.132000', '190047.135000', '190047.138000', '190047.140000', '190047.143000', '190047.145000', '190047.148000', '190047.150000', '190047.153000', '190047.156000', '190047.158000', '190047.161000', '190047.163000', '190047.166000', '190047.168000', '190047.171000', '190047.173000', '190047.176000', '190047.179000', '190047.181000', '190047.184000', '190047.186000', '190047.189000', '190047.191000', '190047.194000', '190107.085000', '190107.088000', '190107.091000', '190107.094000', '190107.097000', '190107.099000', '190107.102000', '190107.104000', '190107.107000', '190107.110000', '190107.112000', '190107.115000', '190107.117000', '190107.120000', '190107.122000', '190107.125000', '190107.128000', '190107.130000', '190107.133000', '190107.135000', '190107.138000', '190107.140000', '190107.143000', '190107.146000', '190107.148000', '190107.151000', '190107.153000', '190107.156000', '190107.158000', '190107.161000', '190107.168000', '190107.170000', '190107.173000', '190107.175000', '190107.178000', '190107.181000', '190107.183000', '190107.186000', '190107.188000', '190107.191000', '190107.193000', '190107.196000', '190107.198000', '190127.086000', '190127.088000', '190127.091000', '190127.094000', '190127.096000', '190127.099000', '190127.101000', '190127.104000', '190127.106000', '190127.109000', '190127.112000', '190127.115000', '190127.117000', '190127.120000', '190127.122000', '190127.125000', '190127.127000', '190127.130000', '190127.133000', '190127.135000', '190127.138000', '190127.140000', '190127.143000', '190127.145000', '190127.148000', '190127.163000', '190127.166000', '190127.169000', '190127.171000', '190127.174000', '190127.176000', '190127.179000', '190127.181000', '190127.184000', '190127.187000', '190127.189000', '190127.192000', '190127.194000', '190127.197000', '190127.199000', '190127.202000', '190127.205000', '190127.207000', '190127.210000', '190147.085000', '190147.088000', '190147.091000', '190147.093000', '190147.096000', '190147.099000', '190147.101000', '190147.104000', '190147.106000', '190147.109000', '190147.112000', '190147.114000', '190147.117000', '190147.119000', '190147.122000', '190147.125000', '190147.127000', '190147.130000', '190147.133000', '190147.136000', '190147.139000', '190147.142000', '190147.144000', '190147.147000', '190147.149000', '190147.152000', '190147.154000', '190147.157000', '190147.160000', '190147.162000', '190147.165000', '190147.167000', '190147.170000', '190147.173000', '190147.175000', '190147.178000', '190147.180000', '190147.183000', '190147.186000', '190147.189000', '190147.192000', '190147.194000', '190147.197000', '190207.086000', '190207.088000', '190207.091000', '190207.094000', '190207.096000', '190207.099000', '190207.101000', '190207.104000', '190207.106000', '190207.109000', '190207.112000', '190207.114000', '190207.117000', '190207.120000', '190207.122000', '190207.125000', '190207.127000', '190207.130000', '190207.133000', '190207.135000', '190207.138000', '190207.140000', '190207.143000', '190207.145000', '190207.148000', '190207.151000', '190207.153000', '190207.156000', '190207.158000', '190207.161000', '190207.164000', '190207.166000', '190207.169000', '190207.171000', '190207.174000', '190207.177000', '190207.179000', '190207.182000', '190207.184000', '190207.187000', '190207.190000', '190207.192000', '190207.195000', '190207.197000', '190227.085000', '190227.088000', '190227.091000', '190227.094000', '190227.097000', '190227.099000', '190227.102000', '190227.104000', '190227.107000', '190227.110000', '190227.112000', '190227.115000', '190227.117000', '190227.120000', '190227.123000', '190227.126000', '190227.128000', '190227.131000', '190227.134000', '190227.136000', '190227.139000', '190227.141000', '190227.144000', '190227.147000', '190227.149000', '190227.152000', '190227.154000', '190227.157000', '190227.160000', '190227.162000', '190227.165000', '190227.167000', '190227.170000', '190227.172000', '190227.175000', '190227.177000', '190227.180000', '190227.183000', '190227.185000', '190227.188000', '190227.191000', '190227.193000', '190227.196000', '190247.086000', '190247.089000', '190247.091000', '190247.094000', '190247.096000', '190247.099000', '190247.102000', '190247.104000', '190247.107000', '190247.110000', '190247.112000', '190247.115000', '190247.117000', '190247.120000', '190247.122000', '190247.125000', '190247.127000', '190247.130000', '190247.133000', '190247.135000', '190247.138000', '190247.140000', '190247.143000', '190247.145000', '190247.148000', '190247.151000', '190247.153000', '190247.156000', '190247.158000', '190247.161000', '190247.163000', '190247.166000', '190247.169000', '190247.171000', '190247.174000', '190247.176000', '190247.179000', '190247.181000', '190247.184000', '190247.187000', '190247.189000', '190247.192000', '190247.194000', '190247.197000', '190307.086000', '190307.088000', '190307.091000', '190307.093000', '190307.096000', '190307.099000', '190307.101000', '190307.104000', '190307.106000', '190307.109000', '190307.112000', '190307.114000', '190307.117000', '190307.119000', '190307.122000', '190307.124000', '190307.127000', '190307.130000', '190307.132000', '190307.135000', '190307.139000', '190307.142000', '190307.144000', '190307.147000', '190307.150000', '190307.152000', '190307.155000', '190307.157000', '190307.160000', '190307.162000', '190307.165000', '190307.168000', '190307.170000', '190307.174000', '190307.177000', '190307.179000', '190307.182000', '190307.185000', '190307.187000', '190307.190000', '190307.192000', '190307.195000', '190307.198000', '190327.085000', '190327.088000', '190327.091000', '190327.093000', '190327.096000', '190327.099000', '190327.101000', '190327.104000', '190327.106000', '190327.109000', '190327.111000', '190327.114000', '190327.116000', '190327.119000', '190327.121000', '190327.124000', '190327.127000', '190327.129000', '190327.132000', '190327.134000', '190327.137000', '190327.140000', '190327.142000', '190327.145000', '190327.147000', '190327.150000', '190327.153000', '190327.155000', '190327.158000', '190327.160000', '190327.163000', '190327.165000', '190327.168000', '190327.171000', '190327.173000', '190327.176000', '190327.178000', '190327.181000', '190327.183000', '190327.186000', '190327.188000', '190327.191000', '190327.193000', '190327.196000', '190347.086000', '190347.089000', '190347.091000', '190347.094000', '190347.096000', '190347.099000', '190347.102000', '190347.104000', '190347.107000', '190347.110000', '190347.112000', '190347.115000', '190347.117000', '190347.120000', '190347.122000', '190347.125000', '190347.128000', '190347.130000', '190347.133000', '190347.135000', '190347.138000', '190347.141000', '190347.143000', '190347.146000', '190347.148000', '190347.151000', '190347.153000', '190347.156000', '190347.158000', '190347.161000', '190347.164000', '190347.167000', '190347.170000', '190347.173000', '190347.176000', '190347.178000', '190347.181000', '190347.183000', '190347.186000', '190347.188000', '190347.191000', '190347.193000', '190347.196000', '190407.085000', '190407.088000', '190407.091000', '190407.093000', '190407.096000', '190407.099000', '190407.101000', '190407.105000', '190407.107000', '190407.110000', '190407.112000', '190407.115000', '190407.117000', '190407.120000', '190407.123000', '190407.125000', '190407.128000', '190407.130000', '190407.133000', '190407.135000', '190407.138000', '190407.140000', '190407.143000', '190407.146000', '190407.148000', '190407.151000', '190407.153000', '190407.156000', '190407.158000', '190407.161000', '190407.163000', '190407.166000', '190407.169000', '190407.171000', '190407.174000', '190407.176000', '190407.179000', '190407.181000', '190407.184000', '190407.186000', '190407.189000', '190407.192000', '190407.194000', '190407.197000', '190427.086000', '190427.088000', '190427.091000', '190427.104000', '190427.106000', '190427.109000', '190427.111000', '190427.114000', '190427.117000', '190427.119000', '190427.122000', '190427.124000', '190427.127000', '190427.129000', '190427.132000', '190427.135000', '190427.137000', '190427.140000', '190427.143000', '190427.145000', '190427.148000', '190427.150000', '190427.153000', '190427.156000', '190427.158000', '190427.161000', '190427.163000', '190427.166000', '190427.168000', '190427.171000', '190427.173000', '190427.176000', '190427.179000', '190427.181000', '190427.184000', '190427.186000', '190427.189000', '190427.191000', '190427.194000', '190427.197000', '190427.200000', '190427.203000', '190427.206000', '190447.086000', '190447.088000', '190447.091000', '190447.094000', '190447.096000', '190447.099000', '190447.101000', '190447.104000', '190447.107000', '190447.109000', '190447.139000', '190447.142000', '190447.144000', '190447.147000', '190447.150000', '190447.152000', '190447.155000', '190447.158000', '190447.160000', '190447.163000', '190447.165000', '190447.168000', '190447.170000', '190447.173000', '190447.175000', '190447.178000', '190447.180000', '190447.183000', '190447.186000', '190447.188000', '190447.191000', '190447.194000', '190447.196000', '190447.199000', '190447.201000', '190447.204000', '190447.206000', '190447.209000', '190447.211000', '190447.214000', '190447.216000', '190447.219000', '190447.222000', '190447.224000', '190507.086000', '190507.089000', '190507.091000', '190507.094000', '190507.096000', '190507.099000', '190507.101000', '190507.104000', '190507.106000', '190507.109000', '190507.112000', '190507.114000', '190507.117000', '190507.119000', '190507.122000', '190507.124000', '190507.127000', '190507.130000', '190507.132000', '190507.135000', '190507.137000', '190507.140000', '190507.142000', '190507.145000', '190507.147000', '190507.150000', '190507.153000', '190507.155000', '190507.158000', '190507.161000', '190507.163000', '190507.166000', '190507.168000', '190507.171000', '190507.173000', '190507.176000', '190507.178000', '190507.181000', '190507.184000', '190507.186000', '190507.189000', '190507.191000', '190507.194000', '190527.085000', '190527.088000', '190527.091000', '190527.093000', '190527.096000', '190527.099000', '190527.101000', '190527.104000', '190527.106000', '190527.109000', '190527.112000', '190527.114000', '190527.117000', '190527.119000', '190527.122000', '190527.124000', '190527.127000', '190527.130000', '190527.132000', '190527.135000', '190527.137000', '190527.140000', '190527.142000', '190527.145000', '190527.147000', '190527.150000', '190527.153000', '190527.155000', '190527.158000', '190527.160000', '190527.163000', '190527.165000', '190527.168000', '190527.171000', '190527.173000', '190527.176000', '190527.178000', '190527.181000', '190527.183000', '190527.186000', '190527.189000', '190527.191000', '190527.194000', '190527.197000', '190547.086000', '190547.088000', '190547.091000', '190547.094000', '190547.096000', '190547.099000', '190547.102000', '190547.104000', '190547.107000', '190547.109000', '190547.112000', '190547.115000', '190547.117000', '190547.127000', '190547.130000', '190547.133000', '190547.135000', '190547.138000', '190547.140000', '190547.143000', '190547.145000', '190547.148000', '190547.150000', '190547.153000', '190547.156000', '190547.158000', '190547.161000', '190547.163000', '190547.166000', '190547.168000', '190547.171000', '190547.174000', '190547.176000', '190547.179000', '190547.181000', '190547.184000', '190547.187000', '190547.189000', '190547.192000', '190547.194000', '190547.197000', '190547.199000', '190547.202000', '190607.086000', '190607.088000', '190607.091000', '190607.094000', '190607.096000', '190607.099000', '190607.101000', '190607.104000', '190607.106000', '190607.109000', '190607.112000', '190607.114000', '190607.117000', '190607.120000', '190607.122000', '190607.125000', '190607.127000', '190607.130000', '190607.132000', '190607.135000', '190607.137000', '190607.140000', '190607.143000', '190607.145000', '190607.148000', '190607.150000', '190607.153000', '190607.155000', '190607.158000', '190607.161000', '190607.163000', '190607.166000', '190607.168000', '190607.171000', '190607.173000', '190607.176000', '190607.179000', '190607.181000', '190607.184000', '190607.186000', '190607.189000', '190607.191000', '190607.194000', '190607.197000', '190627.086000', '190627.089000', '190627.091000', '190627.094000', '190627.096000', '190627.099000', '190627.101000', '190627.104000', '190627.107000', '190627.109000', '190627.112000', '190627.114000', '190627.117000', '190627.120000', '190627.122000', '190627.125000', '190627.127000', '190627.130000', '190627.132000', '190627.135000', '190627.138000', '190627.140000', '190627.143000', '190627.145000', '190627.148000', '190627.150000', '190627.153000', '190627.156000', '190627.158000', '190627.161000', '190627.163000', '190627.166000', '190627.168000', '190627.171000', '190627.174000', '190627.176000', '190627.179000', '190627.181000', '190627.184000', '190627.186000', '190627.189000', '190627.192000', '190627.194000', '190647.086000', '190647.088000', '190647.091000', '190647.093000', '190647.096000', '190647.099000', '190647.101000', '190647.104000', '190647.107000', '190647.109000', '190647.112000', '190647.114000', '190647.117000', '190647.120000', '190647.122000', '190647.125000', '190647.127000', '190647.130000', '190647.132000', '190647.135000', '190647.137000', '190647.140000', '190647.143000', '190647.145000', '190647.148000', '190647.150000', '190647.153000', '190647.155000', '190647.158000', '190647.161000', '190647.163000', '190647.166000', '190647.168000', '190647.171000', '190647.173000', '190647.176000', '190647.179000', '190647.181000', '190647.184000', '190647.186000', '190647.189000', '190647.191000', '190647.194000', '190647.196000', '190659.421000', '190659.424000', '190659.426000', '190659.429000', '190659.432000', '190659.434000', '190659.437000', '190659.439000', '190659.442000', '190659.444000', '190659.464000', '190659.466000', '190659.469000', '190659.471000', '190659.474000', '190659.477000', '190659.479000', '190659.482000', '190659.484000', '190659.487000', '190659.489000', '190659.492000', '190659.494000', '190659.497000', '190659.500000', '190659.502000', '190659.505000'], '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': [7151, 9570, 7443, 10642, 7799, 8059, 6684, 6510, 7662, 6981, 8533, 6460, 8874, 6369, 9269, 6926, 8420, 8508, 7022, 10795, 7321, 10445, 8304, 9687, 6053, 9370, 6640, 9240, 6219, 7214, 8599, 6400, 9252, 6703, 9391, 6176, 8677, 6295, 8991, 7015, 9379, 6045, 9571, 6576, 10117, 7237, 8981, 6582, 9948, 6884, 11160, 7592, 11269, 6843, 9957, 7381, 10461, 8189, 9392, 7064, 8732, 7400, 9324, 7334, 9030, 6627, 8519, 6742, 8354, 6775, 8569, 6675, 7936, 6573, 8403, 6976, 8843, 6666, 7958, 6963, 9148, 7081, 9091, 6456, 8539, 6180, 9149, 6228, 9493, 6179, 9040, 6239, 9033, 6637, 7990, 5971, 7477, 8718, 7340, 10676, 6907, 9178, 6902, 8605, 7479, 8765, 6974, 8557, 6016, 8531, 6362, 8757, 6318, 9098, 6437, 8925, 7115, 7444, 7598, 6682, 9033, 6738, 8796, 7317, 8355, 6829, 7951, 7132, 8189, 7106, 8546, 6588, 8020, 7015, 8753, 7148, 8824, 6811, 8079, 7177, 9107, 7357, 9529, 6863, 9813, 6740, 9523, 7329, 9356, 7147, 6597, 7191, 6647, 8328, 6934, 8562, 6085, 8713, 6330, 9462, 6748, 9157, 6106, 8980, 6508, 9393, 6555, 8652, 6088, 8749, 6411, 9011, 6829, 8492, 6168, 8979, 6561, 9155, 6485, 9213, 6087, 9302, 6290, 9213, 6293, 9184, 5942, 8842, 6182, 8709, 6610, 8909, 6644, 8759, 6865, 9363, 7219, 9432, 6734, 8908, 6182, 9810, 6536, 9372, 6135, 9191, 5939, 8946, 6372, 9480, 6226, 8865, 6304, 9080, 6868, 7968, 6112, 8545, 6348, 8738, 6997, 7512, 6376, 7611, 6665, 8490, 9264, 7887, 6373, 7494, 6636, 8497, 7764, 7585, 6503, 7710, 7664, 8038, 9851, 7313, 9107, 6487, 10372, 7361, 10872, 6815, 9747, 6292, 9193, 7099, 10544, 6848, 8654, 6464, 9658, 7205, 9868, 6634, 8994, 6337, 9798, 7174, 10147, 7530, 9938, 6638, 9081, 7130, 10112, 6602, 7705, 6479, 7085, 7646, 6660, 7587, 6167, 8059, 7168, 9506, 6843, 9034, 6245, 9144, 7091, 8999, 6069, 8061, 6049, 8096, 7887, 7493, 6470, 6992, 6693, 7395, 10185, 7079, 8245, 6394, 9677, 6969, 9775, 7260, 9186, 6156, 8432, 6984, 9386, 7450, 8789, 6379, 8516, 6649, 9746, 7102, 8174, 6282, 8628, 6822, 11460, 7306, 9126, 6749, 8311, 6782, 10214, 7277, 7603, 6793, 7163, 8114, 8183, 7408, 6441, 7505, 6730, 8241, 7553, 7670, 6231, 7674, 6866, 8939, 7137, 8425, 5928, 8261, 6694, 9670, 6448, 9670, 6359, 9469, 6117, 8978, 6092, 9135, 6258, 8986, 6350, 9816, 5927, 8928, 6008, 9417, 6308, 9823, 5905, 8901, 5901, 8604, 7174, 8972, 6926, 8307, 7338, 10086, 7731, 9575, 7163, 6624, 8695, 6491, 9826, 7621, 6264, 9213, 7218, 11353, 7712, 10754, 7073, 9453, 8316, 10555, 8015, 10114, 6943, 10096, 7475, 8575, 7594, 6581, 7744, 6866, 8452, 7177, 7546, 5924, 8279, 6116, 8454, 6240, 8852, 5862, 8660, 6214, 8741, 6467, 8973, 6187, 8592, 6678, 9092, 7383, 9357, 6859, 9027, 7298, 8845, 7328, 8789, 7013, 9310, 6701, 9119, 6736, 8614, 6718, 8907, 7173, 8878, 7183, 8268, 7525, 8906, 7689, 8572, 7041, 8334, 7460, 9186, 7753, 8783, 6676, 8236, 7257, 8451, 6760, 8648, 6325, 8805, 6550, 8065, 7110, 8036, 6441, 8268, 6446, 9951, 7224, 7747, 6811, 6956, 7898, 8080, 8154, 6325, 8729, 6556, 9511, 6564, 9556, 6159, 9107, 6641, 9221, 6775, 9484, 6250, 9409, 6619, 8785, 6135, 8988, 6046, 8460, 6811, 8604, 7360, 8782, 7052, 8861, 6959, 10139, 7611, 10620, 6934, 10245, 7319, 11798, 7864, 7445, 7677, 6872, 8196, 7048, 8221, 6353, 9221, 6014, 9001, 6254, 8998, 6431, 8264, 7215, 9072, 7793, 9084, 7008, 9055, 7007, 10084, 7763, 8417, 6853, 7046, 7632, 7156, 8245, 6055, 8904, 6507, 9082, 6301, 9614, 6036, 9107, 5965, 7942, 6627, 8969, 6817, 8131, 7318, 9162, 7534, 8728, 6780, 8437, 7330, 10150, 7846, 9076, 6873, 8367, 7068, 9531, 7679, 8926, 6450, 8529, 7135, 9735, 7178, 9732, 6327, 8620, 7306, 10029, 7012, 9634, 6323, 8646, 6890, 10153, 6951, 9710, 6487, 8336, 7253, 10618, 7566, 10153, 6553, 8423, 7005, 9962, 7140, 9430, 6340, 8543, 6944, 10045, 6627, 7368, 6260, 6396, 7055, 8186, 7168, 6414, 6835, 6871, 7696, 9681, 7557, 8712, 6985, 9278, 6769, 11007, 7522, 10384, 6959, 9654, 6589, 9692, 7632, 9592, 6917, 8575, 7101, 8636, 6611, 8841, 6100, 9284, 6035, 7967, 6164, 8853, 5973, 8826, 5906, 8272, 6142, 8790, 5965, 8617, 5977, 8300, 6357, 8620, 6094, 8237, 5984, 8331, 6216, 9455, 6186, 8977, 6621, 9330, 6784, 8887, 6398, 8136, 6609, 7240, 9199, 6782, 9662, 7466, 9054, 6310, 8082, 6692, 8824, 7162, 8995, 6092, 8717, 6408, 8560, 7256, 6892, 6977, 7097, 7052, 9304, 7591, 7728, 7257, 6838, 7121, 8257, 7657, 6057, 7672, 6304, 8358, 7115, 8973, 6320, 9037, 6414, 9018, 6873, 9212, 6056, 9014, 6034, 8430, 6391, 8543, 6078, 8607, 6275, 8005, 6276, 8969, 6138, 8480, 6244, 7956, 6204, 8350, 6229, 8807, 7000, 8197, 7212, 10074, 6680, 9660, 6486, 8961, 7417, 11305, 7485, 7151, 6966, 6575, 7996, 7922, 7963, 6089, 8219, 6381, 8480, 7010, 9199, 6380, 9131, 6420, 8902, 6430, 8338, 6289, 8620, 6220, 8497, 6432, 8016, 6175, 8530, 6052, 9073, 6587, 8084, 7176, 8536, 6747, 8928, 7154, 9307, 7296, 6492, 7614, 7128, 9031, 6362, 9272, 6585, 9043, 6470, 9313, 6221, 9021, 6438, 8456, 6493, 8451, 6290, 8326, 6926, 8502, 7379, 8994, 7200, 8653, 6735, 10211, 7432, 6497, 7772, 6387, 9085, 6876, 9456, 6323, 9236, 6159, 8390, 6446, 8535, 6680, 8281, 6893, 8583, 7403, 8447, 6745, 9308, 7170, 7388, 7878, 6248, 8800, 6084, 8406, 6399, 8688, 6184, 8418, 6596, 8662, 6517, 8949, 7004, 8668, 7055, 8625, 7447, 8388, 6665, 8379, 6865, 9823, 7192, 6535, 6992, 6378, 7927, 7034, 8100, 6204, 9055, 6564, 8663, 6290, 9183, 6068, 8968, 6270, 8933, 6320, 8975, 6204, 8948, 6237, 8479, 6647, 8802, 6949, 8450, 7232, 9438, 7834, 8777, 7023, 8420, 6913, 9560, 7560, 9402, 6845, 9146, 7144, 11176, 7445, 7733, 6730, 7526, 7177, 11026, 7375, 10211, 6873, 8444, 7013, 9109, 7757, 8743, 6433, 8475, 6374, 8504, 7037, 7209, 6531, 6235, 7175, 7505, 7649, 6496, 8162, 7061, 8590, 9310, 8079, 8143, 7355, 10467, 7175, 10022, 7859, 9324, 6893, 8676, 7490, 8924, 7145, 8331, 6499, 8189, 7451, 8245, 6861, 8278, 6503, 8351, 7111, 8847, 6857, 9227, 6691, 9610, 7270, 9548, 6749, 9151, 7002, 10366, 7623, 6138, 7535, 6337, 8588, 6662, 8828, 6362, 8923, 6655, 8763, 6425, 8955, 6383, 8826, 6185, 8271, 6149, 8391, 6402, 8473, 6231, 8439, 6270, 8223, 6248, 8606, 6116, 9065, 6248, 8199, 6314, 8525, 6062, 8702, 6312, 8362, 6876, 8407, 6481, 8421, 7213, 8931, 7474, 8955, 6761, 8857, 7263, 9952, 7576, 9714, 7018, 9399, 7340, 9961, 8013, 8984, 7185, 9092, 7205, 9309, 6663, 6266, 8821, 6872, 6183, 7647, 6858, 9071, 7556, 9280, 6500, 9081, 6809, 9415, 10797, 8011, 6264, 8044, 6326, 8586, 7092, 8008, 8618, 7403, 6087, 8147, 6271, 8535, 6502, 8273, 6111, 8252, 6148, 8137, 11068, 7588, 10835, 6812, 9195, 7021, 8736, 7225, 8679, 6505, 8809, 6231, 8603, 6481, 7763, 6437, 7966, 6590, 7065, 9223, 7185, 8982, 6850, 8357, 6250, 8811, 6904, 8438, 6625, 7770, 6606, 8329, 6536, 8176, 6574, 7912, 9452, 6951, 9941, 6751, 6535, 6794, 10006, 6867, 9489, 7192, 8800, 6845, 8649, 6781, 8807, 6743, 8396, 6669, 7899, 6546, 8710, 6743, 7586, 6350, 7791, 6263, 8320, 6510, 8577, 6800, 7952, 6712, 8685, 6737, 8162, 6409, 8323, 6416, 8093, 6542, 8571, 6252, 8446, 6540, 8401, 6692, 7268, 6320, 7421, 6463, 7964, 6374, 7546, 6322, 7592, 6108, 7931, 10241, 7090, 8580, 6510, 9444, 7308, 9242, 7218, 8215, 6777, 8248, 6664, 8031, 6532, 8132, 6562, 8207, 6663, 9188, 6827, 8737, 6804, 8335, 6874, 8431, 6705, 8605, 7888, 6763, 8121, 8003, 6650, 8688, 6945, 8564, 6979, 8108, 11345, 7359, 9661, 6667, 8576, 6863, 8354, 6523, 7619, 6945, 8284, 6818, 7408, 6903, 7098, 6629, 7767, 6772, 7609, 6854, 7529, 6778, 7568, 6910, 8197, 6729, 7849], 'WindowCenter': [3962.0, 3975.0, 3953.0, 3970.0, 3938.0, 3935.0, 3914.0, 3902.0, 3936.0, 3924.0, 3945.0, 3902.0, 3946.0, 3902.0, 3956.0, 3924.0, 3945.0, 3932.0, 3913.0, 3953.0, 3923.0, 3952.0, 3933.0, 3939.0, 3879.0, 3941.0, 3899.0, 3930.0, 3887.0, 3910.0, 3928.0, 3900.0, 3929.0, 3901.0, 3930.0, 3890.0, 3930.0, 3901.0, 3942.0, 3914.0, 3942.0, 3901.0, 3943.0, 3914.0, 3954.0, 3924.0, 3942.0, 3912.0, 3941.0, 3923.0, 3954.0, 3923.0, 3952.0, 3900.0, 3941.0, 3922.0, 3942.0, 3920.0, 3928.0, 3898.0, 3918.0, 3911.0, 3928.0, 3908.0, 3928.0, 3897.0, 3918.0, 3900.0, 3930.0, 3900.0, 3928.0, 3899.0, 3921.0, 3912.0, 3930.0, 3910.0, 3931.0, 3911.0, 3932.0, 3923.0, 3945.0, 3912.0, 3941.0, 3900.0, 3930.0, 3890.0, 3944.0, 3889.0, 3941.0, 3888.0, 3928.0, 3889.0, 3931.0, 3898.0, 3921.0, 3888.0, 3910.0, 3930.0, 3921.0, 3950.0, 3910.0, 3928.0, 3909.0, 3930.0, 3909.0, 3929.0, 3909.0, 3928.0, 3887.0, 3929.0, 3898.0, 3931.0, 3886.0, 3931.0, 3887.0, 3931.0, 3909.0, 3909.0, 3907.0, 3898.0, 3927.0, 3898.0, 3930.0, 3909.0, 3917.0, 3897.0, 3919.0, 3910.0, 3932.0, 3912.0, 3930.0, 3900.0, 3922.0, 3912.0, 3932.0, 3911.0, 3931.0, 3911.0, 3920.0, 3912.0, 3944.0, 3923.0, 3942.0, 3911.0, 3942.0, 3912.0, 3942.0, 3924.0, 3943.0, 3912.0, 3911.0, 3911.0, 3911.0, 3944.0, 3911.0, 3942.0, 3890.0, 3933.0, 3901.0, 3955.0, 3912.0, 3943.0, 3889.0, 3943.0, 3900.0, 3943.0, 3901.0, 3932.0, 3889.0, 3931.0, 3901.0, 3943.0, 3911.0, 3931.0, 3889.0, 3942.0, 3911.0, 3943.0, 3902.0, 3942.0, 3890.0, 3943.0, 3913.0, 3946.0, 3901.0, 3943.0, 3891.0, 3941.0, 3904.0, 3944.0, 3915.0, 3945.0, 3912.0, 3931.0, 3913.0, 3945.0, 3922.0, 3943.0, 3902.0, 3929.0, 3891.0, 3944.0, 3899.0, 3943.0, 3888.0, 3941.0, 3889.0, 3942.0, 3900.0, 3943.0, 3888.0, 3931.0, 3898.0, 3940.0, 3900.0, 3921.0, 3888.0, 3931.0, 3899.0, 3942.0, 3910.0, 3921.0, 3900.0, 3922.0, 3900.0, 3944.0, 3943.0, 3933.0, 3900.0, 3921.0, 3911.0, 3944.0, 3922.0, 3923.0, 3900.0, 3922.0, 3921.0, 3933.0, 3941.0, 3912.0, 3929.0, 3899.0, 3941.0, 3910.0, 3951.0, 3899.0, 3929.0, 3899.0, 3941.0, 3910.0, 3940.0, 3899.0, 3929.0, 3899.0, 3942.0, 3922.0, 3940.0, 3911.0, 3931.0, 3901.0, 3941.0, 3912.0, 3941.0, 3920.0, 3940.0, 3899.0, 3930.0, 3911.0, 3941.0, 3911.0, 3920.0, 3901.0, 3920.0, 3933.0, 3912.0, 3923.0, 3890.0, 3934.0, 3912.0, 3955.0, 3912.0, 3943.0, 3900.0, 3945.0, 3911.0, 3944.0, 3888.0, 3921.0, 3888.0, 3932.0, 3921.0, 3921.0, 3900.0, 3911.0, 3911.0, 3924.0, 3952.0, 3923.0, 3931.0, 3912.0, 3953.0, 3924.0, 3954.0, 3923.0, 3942.0, 3902.0, 3931.0, 3924.0, 3943.0, 3922.0, 3932.0, 3901.0, 3931.0, 3913.0, 3942.0, 3924.0, 3933.0, 3902.0, 3932.0, 3914.0, 3964.0, 3935.0, 3943.0, 3914.0, 3932.0, 3914.0, 3954.0, 3922.0, 3922.0, 3912.0, 3923.0, 3935.0, 3933.0, 3923.0, 3900.0, 3922.0, 3912.0, 3945.0, 3923.0, 3923.0, 3889.0, 3922.0, 3911.0, 3943.0, 3912.0, 3944.0, 3889.0, 3932.0, 3913.0, 3955.0, 3901.0, 3953.0, 3901.0, 3955.0, 3902.0, 3946.0, 3902.0, 3944.0, 3901.0, 3942.0, 3902.0, 3942.0, 3889.0, 3929.0, 3891.0, 3943.0, 3903.0, 3955.0, 3879.0, 3940.0, 3892.0, 3943.0, 3921.0, 3942.0, 3911.0, 3932.0, 3924.0, 3954.0, 3935.0, 3943.0, 3912.0, 3911.0, 3944.0, 3915.0, 3956.0, 3934.0, 3912.0, 3955.0, 3938.0, 3967.0, 3936.0, 3955.0, 3911.0, 3944.0, 3934.0, 3951.0, 3922.0, 3938.0, 3909.0, 3941.0, 3910.0, 3930.0, 3920.0, 3898.0, 3915.0, 3899.0, 3931.0, 3900.0, 3911.0, 3876.0, 3921.0, 3889.0, 3932.0, 3901.0, 3930.0, 3881.0, 3931.0, 3903.0, 3944.0, 3904.0, 3932.0, 3891.0, 3931.0, 3912.0, 3932.0, 3912.0, 3931.0, 3901.0, 3930.0, 3912.0, 3930.0, 3909.0, 3920.0, 3909.0, 3931.0, 3899.0, 3929.0, 3899.0, 3918.0, 3900.0, 3931.0, 3911.0, 3930.0, 3898.0, 3918.0, 3922.0, 3931.0, 3923.0, 3929.0, 3910.0, 3919.0, 3922.0, 3940.0, 3921.0, 3929.0, 3899.0, 3918.0, 3911.0, 3931.0, 3900.0, 3930.0, 3889.0, 3930.0, 3901.0, 3933.0, 3913.0, 3933.0, 3913.0, 3932.0, 3915.0, 3955.0, 3935.0, 3933.0, 3913.0, 3912.0, 3935.0, 3934.0, 3934.0, 3900.0, 3933.0, 3900.0, 3943.0, 3901.0, 3943.0, 3890.0, 3932.0, 3900.0, 3945.0, 3901.0, 3941.0, 3900.0, 3941.0, 3901.0, 3931.0, 3891.0, 3943.0, 3889.0, 3931.0, 3912.0, 3932.0, 3923.0, 3932.0, 3923.0, 3942.0, 3924.0, 3954.0, 3924.0, 3954.0, 3912.0, 3942.0, 3924.0, 3963.0, 3934.0, 3910.0, 3922.0, 3900.0, 3934.0, 3910.0, 3931.0, 3900.0, 3942.0, 3890.0, 3943.0, 3902.0, 3944.0, 3902.0, 3932.0, 3922.0, 3944.0, 3923.0, 3942.0, 3912.0, 3931.0, 3924.0, 3953.0, 3923.0, 3931.0, 3911.0, 3910.0, 3923.0, 3911.0, 3932.0, 3889.0, 3930.0, 3900.0, 3944.0, 3900.0, 3941.0, 3889.0, 3931.0, 3901.0, 3932.0, 3912.0, 3942.0, 3911.0, 3921.0, 3923.0, 3943.0, 3923.0, 3932.0, 3911.0, 3932.0, 3924.0, 3952.0, 3921.0, 3929.0, 3900.0, 3920.0, 3912.0, 3941.0, 3921.0, 3930.0, 3899.0, 3930.0, 3911.0, 3940.0, 3910.0, 3929.0, 3900.0, 3928.0, 3922.0, 3941.0, 3910.0, 3940.0, 3900.0, 3930.0, 3912.0, 3941.0, 3911.0, 3941.0, 3900.0, 3932.0, 3922.0, 3951.0, 3922.0, 3939.0, 3899.0, 3930.0, 3911.0, 3941.0, 3910.0, 3929.0, 3899.0, 3931.0, 3912.0, 3941.0, 3912.0, 3910.0, 3902.0, 3901.0, 3925.0, 3933.0, 3925.0, 3902.0, 3913.0, 3911.0, 3935.0, 3955.0, 3934.0, 3932.0, 3912.0, 3941.0, 3913.0, 3953.0, 3921.0, 3941.0, 3911.0, 3940.0, 3911.0, 3941.0, 3922.0, 3941.0, 3911.0, 3929.0, 3912.0, 3932.0, 3900.0, 3927.0, 3889.0, 3929.0, 3889.0, 3921.0, 3889.0, 3932.0, 3889.0, 3930.0, 3879.0, 3933.0, 3890.0, 3932.0, 3890.0, 3932.0, 3891.0, 3932.0, 3902.0, 3944.0, 3891.0, 3930.0, 3891.0, 3935.0, 3890.0, 3943.0, 3889.0, 3931.0, 3899.0, 3941.0, 3899.0, 3931.0, 3887.0, 3919.0, 3897.0, 3909.0, 3929.0, 3900.0, 3929.0, 3910.0, 3929.0, 3899.0, 3918.0, 3900.0, 3930.0, 3911.0, 3931.0, 3890.0, 3931.0, 3902.0, 3943.0, 3923.0, 3912.0, 3923.0, 3911.0, 3922.0, 3944.0, 3923.0, 3922.0, 3922.0, 3899.0, 3912.0, 3932.0, 3923.0, 3889.0, 3921.0, 3900.0, 3934.0, 3911.0, 3943.0, 3901.0, 3944.0, 3901.0, 3945.0, 3912.0, 3945.0, 3890.0, 3943.0, 3901.0, 3935.0, 3902.0, 3945.0, 3902.0, 3943.0, 3902.0, 3935.0, 3902.0, 3945.0, 3890.0, 3931.0, 3901.0, 3934.0, 3902.0, 3933.0, 3903.0, 3942.0, 3924.0, 3945.0, 3936.0, 3955.0, 3915.0, 3944.0, 3914.0, 3945.0, 3925.0, 3965.0, 3925.0, 3911.0, 3912.0, 3901.0, 3933.0, 3933.0, 3933.0, 3890.0, 3932.0, 3900.0, 3945.0, 3912.0, 3944.0, 3901.0, 3944.0, 3899.0, 3945.0, 3902.0, 3932.0, 3903.0, 3933.0, 3890.0, 3932.0, 3903.0, 3934.0, 3891.0, 3931.0, 3890.0, 3941.0, 3911.0, 3933.0, 3924.0, 3932.0, 3913.0, 3945.0, 3926.0, 3945.0, 3925.0, 3903.0, 3935.0, 3913.0, 3945.0, 3902.0, 3942.0, 3901.0, 3946.0, 3902.0, 3945.0, 3889.0, 3941.0, 3900.0, 3933.0, 3901.0, 3932.0, 3901.0, 3931.0, 3912.0, 3933.0, 3922.0, 3942.0, 3923.0, 3932.0, 3913.0, 3954.0, 3924.0, 3901.0, 3923.0, 3900.0, 3944.0, 3902.0, 3943.0, 3900.0, 3941.0, 3891.0, 3933.0, 3901.0, 3931.0, 3901.0, 3930.0, 3922.0, 3944.0, 3924.0, 3932.0, 3913.0, 3943.0, 3925.0, 3924.0, 3936.0, 3902.0, 3944.0, 3902.0, 3934.0, 3902.0, 3932.0, 3890.0, 3931.0, 3911.0, 3934.0, 3902.0, 3931.0, 3912.0, 3928.0, 3911.0, 3931.0, 3912.0, 3920.0, 3900.0, 3930.0, 3912.0, 3942.0, 3913.0, 3901.0, 3923.0, 3902.0, 3935.0, 3923.0, 3932.0, 3890.0, 3942.0, 3912.0, 3943.0, 3901.0, 3945.0, 3890.0, 3943.0, 3901.0, 3942.0, 3901.0, 3942.0, 3889.0, 3930.0, 3890.0, 3930.0, 3900.0, 3931.0, 3909.0, 3919.0, 3922.0, 3942.0, 3922.0, 3931.0, 3912.0, 3930.0, 3912.0, 3942.0, 3922.0, 3942.0, 3911.0, 3942.0, 3923.0, 3953.0, 3923.0, 3920.0, 3910.0, 3920.0, 3912.0, 3953.0, 3922.0, 3942.0, 3901.0, 3919.0, 3911.0, 3930.0, 3921.0, 3930.0, 3899.0, 3919.0, 3901.0, 3943.0, 3923.0, 3922.0, 3912.0, 3902.0, 3926.0, 3924.0, 3936.0, 3903.0, 3934.0, 3912.0, 3944.0, 3943.0, 3922.0, 3920.0, 3910.0, 3940.0, 3911.0, 3940.0, 3920.0, 3929.0, 3908.0, 3929.0, 3910.0, 3930.0, 3909.0, 3918.0, 3898.0, 3930.0, 3921.0, 3930.0, 3899.0, 3930.0, 3901.0, 3932.0, 3923.0, 3942.0, 3912.0, 3941.0, 3912.0, 3953.0, 3923.0, 3941.0, 3912.0, 3941.0, 3912.0, 3952.0, 3923.0, 3890.0, 3921.0, 3900.0, 3944.0, 3911.0, 3943.0, 3900.0, 3940.0, 3899.0, 3931.0, 3900.0, 3931.0, 3888.0, 3929.0, 3887.0, 3930.0, 3890.0, 3932.0, 3899.0, 3919.0, 3887.0, 3929.0, 3900.0, 3930.0, 3899.0, 3930.0, 3888.0, 3931.0, 3900.0, 3930.0, 3899.0, 3930.0, 3889.0, 3931.0, 3903.0, 3933.0, 3912.0, 3931.0, 3901.0, 3932.0, 3935.0, 3943.0, 3924.0, 3943.0, 3912.0, 3942.0, 3924.0, 3953.0, 3923.0, 3943.0, 3911.0, 3930.0, 3922.0, 3941.0, 3921.0, 3929.0, 3911.0, 3943.0, 3921.0, 3942.0, 3913.0, 3914.0, 3944.0, 3914.0, 3903.0, 3935.0, 3925.0, 3960.0, 3925.0, 3944.0, 3901.0, 3932.0, 3900.0, 3941.0, 3942.0, 3920.0, 3888.0, 3919.0, 3887.0, 3930.0, 3909.0, 3923.0, 3930.0, 3910.0, 3888.0, 3921.0, 3899.0, 3944.0, 3901.0, 3932.0, 3890.0, 3932.0, 3889.0, 3931.0, 3953.0, 3921.0, 3952.0, 3900.0, 3929.0, 3909.0, 3930.0, 3910.0, 3929.0, 3889.0, 3930.0, 3889.0, 3943.0, 3901.0, 3933.0, 3901.0, 3945.0, 3912.0, 3923.0, 3955.0, 3923.0, 3942.0, 3914.0, 3932.0, 3902.0, 3942.0, 3912.0, 3931.0, 3912.0, 3924.0, 3912.0, 3930.0, 3889.0, 3932.0, 3898.0, 3921.0, 3942.0, 3912.0, 3943.0, 3911.0, 3900.0, 3912.0, 3953.0, 3914.0, 3943.0, 3913.0, 3931.0, 3911.0, 3933.0, 3911.0, 3931.0, 3899.0, 3931.0, 3899.0, 3919.0, 3888.0, 3932.0, 3897.0, 3919.0, 3887.0, 3919.0, 3900.0, 3932.0, 3902.0, 3943.0, 3911.0, 3932.0, 3913.0, 3946.0, 3912.0, 3933.0, 3901.0, 3931.0, 3901.0, 3932.0, 3900.0, 3930.0, 3887.0, 3918.0, 3888.0, 3932.0, 3899.0, 3910.0, 3887.0, 3910.0, 3899.0, 3934.0, 3902.0, 3932.0, 3901.0, 3933.0, 3891.0, 3935.0, 3953.0, 3913.0, 3931.0, 3902.0, 3943.0, 3923.0, 3942.0, 3909.0, 3919.0, 3899.0, 3929.0, 3913.0, 3922.0, 3899.0, 3920.0, 3911.0, 3932.0, 3913.0, 3941.0, 3899.0, 3931.0, 3910.0, 3931.0, 3900.0, 3933.0, 3899.0, 3931.0, 3932.0, 3923.0, 3945.0, 3948.0, 3926.0, 3948.0, 3925.0, 3944.0, 3912.0, 3932.0, 3951.0, 3910.0, 3930.0, 3897.0, 3918.0, 3898.0, 3917.0, 3887.0, 3907.0, 3896.0, 3917.0, 3897.0, 3909.0, 3922.0, 3909.0, 3911.0, 3919.0, 3911.0, 3921.0, 3911.0, 3933.0, 3914.0, 3934.0, 3923.0, 3934.0, 3911.0, 3933.0], 'WindowWidth': [8887.0, 8889.0, 8854.0, 8868.0, 8821.0, 8810.0, 8781.0, 8764.0, 8813.0, 8794.0, 8823.0, 8763.0, 8825.0, 8762.0, 8838.0, 8795.0, 8823.0, 8801.0, 8776.0, 8828.0, 8789.0, 8825.0, 8802.0, 8803.0, 8722.0, 8809.0, 8749.0, 8793.0, 8732.0, 8766.0, 8788.0, 8755.0, 8790.0, 8756.0, 8793.0, 8742.0, 8794.0, 8761.0, 8813.0, 8778.0, 8813.0, 8759.0, 8814.0, 8781.0, 8831.0, 8793.0, 8812.0, 8774.0, 8810.0, 8791.0, 8830.0, 8788.0, 8823.0, 8754.0, 8807.0, 8785.0, 8810.0, 8781.0, 8785.0, 8747.0, 8772.0, 8768.0, 8787.0, 8763.0, 8787.0, 8745.0, 8773.0, 8754.0, 8793.0, 8754.0, 8788.0, 8752.0, 8780.0, 8773.0, 8794.0, 8769.0, 8796.0, 8772.0, 8798.0, 8792.0, 8819.0, 8776.0, 8811.0, 8754.0, 8794.0, 8742.0, 8816.0, 8739.0, 8809.0, 8734.0, 8788.0, 8740.0, 8796.0, 8750.0, 8783.0, 8733.0, 8766.0, 8793.0, 8783.0, 8819.0, 8767.0, 8788.0, 8764.0, 8794.0, 8767.0, 8789.0, 8764.0, 8787.0, 8732.0, 8792.0, 8749.0, 8795.0, 8731.0, 8793.0, 8731.0, 8795.0, 8763.0, 8763.0, 8757.0, 8747.0, 8784.0, 8751.0, 8792.0, 8764.0, 8771.0, 8746.0, 8776.0, 8770.0, 8797.0, 8772.0, 8793.0, 8754.0, 8783.0, 8773.0, 8799.0, 8771.0, 8795.0, 8770.0, 8782.0, 8774.0, 8817.0, 8789.0, 8814.0, 8771.0, 8812.0, 8773.0, 8813.0, 8793.0, 8815.0, 8775.0, 8770.0, 8771.0, 8771.0, 8820.0, 8772.0, 8815.0, 8743.0, 8802.0, 8758.0, 8835.0, 8773.0, 8816.0, 8739.0, 8814.0, 8756.0, 8815.0, 8756.0, 8800.0, 8738.0, 8796.0, 8758.0, 8815.0, 8772.0, 8798.0, 8739.0, 8813.0, 8773.0, 8816.0, 8760.0, 8813.0, 8742.0, 8816.0, 8778.0, 8824.0, 8759.0, 8814.0, 8746.0, 8810.0, 8767.0, 8820.0, 8782.0, 8820.0, 8774.0, 8798.0, 8779.0, 8821.0, 8788.0, 8814.0, 8759.0, 8792.0, 8744.0, 8816.0, 8753.0, 8813.0, 8734.0, 8807.0, 8738.0, 8813.0, 8754.0, 8813.0, 8736.0, 8795.0, 8750.0, 8810.0, 8754.0, 8783.0, 8737.0, 8795.0, 8753.0, 8814.0, 8768.0, 8784.0, 8754.0, 8785.0, 8756.0, 8818.0, 8815.0, 8802.0, 8753.0, 8784.0, 8773.0, 8818.0, 8786.0, 8789.0, 8754.0, 8785.0, 8784.0, 8801.0, 8809.0, 8771.0, 8790.0, 8751.0, 8807.0, 8768.0, 8821.0, 8752.0, 8789.0, 8751.0, 8809.0, 8769.0, 8807.0, 8752.0, 8791.0, 8752.0, 8811.0, 8786.0, 8809.0, 8770.0, 8795.0, 8756.0, 8811.0, 8773.0, 8808.0, 8781.0, 8805.0, 8751.0, 8794.0, 8771.0, 8810.0, 8771.0, 8781.0, 8759.0, 8784.0, 8804.0, 8774.0, 8788.0, 8743.0, 8805.0, 8775.0, 8833.0, 8773.0, 8815.0, 8756.0, 8820.0, 8770.0, 8816.0, 8736.0, 8782.0, 8736.0, 8799.0, 8783.0, 8784.0, 8756.0, 8771.0, 8771.0, 8793.0, 8828.0, 8791.0, 8797.0, 8774.0, 8829.0, 8795.0, 8831.0, 8791.0, 8813.0, 8760.0, 8797.0, 8793.0, 8814.0, 8788.0, 8798.0, 8758.0, 8798.0, 8778.0, 8813.0, 8792.0, 8802.0, 8761.0, 8799.0, 8779.0, 8846.0, 8812.0, 8815.0, 8779.0, 8801.0, 8779.0, 8831.0, 8789.0, 8787.0, 8775.0, 8790.0, 8809.0, 8804.0, 8790.0, 8757.0, 8787.0, 8774.0, 8822.0, 8789.0, 8789.0, 8740.0, 8786.0, 8773.0, 8816.0, 8775.0, 8821.0, 8740.0, 8800.0, 8777.0, 8833.0, 8759.0, 8829.0, 8758.0, 8834.0, 8763.0, 8826.0, 8761.0, 8819.0, 8758.0, 8813.0, 8760.0, 8812.0, 8738.0, 8791.0, 8745.0, 8815.0, 8763.0, 8832.0, 8727.0, 8808.0, 8751.0, 8818.0, 8787.0, 8812.0, 8773.0, 8799.0, 8795.0, 8830.0, 8812.0, 8816.0, 8775.0, 8772.0, 8821.0, 8780.0, 8836.0, 8806.0, 8775.0, 8835.0, 8821.0, 8854.0, 8812.0, 8833.0, 8770.0, 8818.0, 8805.0, 8823.0, 8783.0, 8799.0, 8764.0, 8806.0, 8767.0, 8792.0, 8779.0, 8747.0, 8768.0, 8752.0, 8796.0, 8752.0, 8767.0, 8717.0, 8780.0, 8740.0, 8799.0, 8756.0, 8794.0, 8729.0, 8796.0, 8765.0, 8818.0, 8764.0, 8798.0, 8743.0, 8796.0, 8773.0, 8798.0, 8771.0, 8794.0, 8756.0, 8794.0, 8770.0, 8791.0, 8764.0, 8777.0, 8763.0, 8795.0, 8750.0, 8789.0, 8749.0, 8773.0, 8754.0, 8793.0, 8768.0, 8790.0, 8748.0, 8774.0, 8786.0, 8794.0, 8786.0, 8790.0, 8767.0, 8777.0, 8786.0, 8807.0, 8783.0, 8790.0, 8752.0, 8774.0, 8770.0, 8794.0, 8754.0, 8792.0, 8737.0, 8792.0, 8760.0, 8801.0, 8776.0, 8801.0, 8778.0, 8800.0, 8784.0, 8836.0, 8810.0, 8803.0, 8777.0, 8774.0, 8808.0, 8804.0, 8805.0, 8754.0, 8800.0, 8754.0, 8816.0, 8756.0, 8813.0, 8740.0, 8798.0, 8753.0, 8818.0, 8756.0, 8811.0, 8754.0, 8810.0, 8756.0, 8798.0, 8743.0, 8815.0, 8740.0, 8795.0, 8772.0, 8800.0, 8789.0, 8800.0, 8790.0, 8811.0, 8793.0, 8832.0, 8793.0, 8830.0, 8773.0, 8812.0, 8791.0, 8841.0, 8803.0, 8767.0, 8784.0, 8754.0, 8803.0, 8768.0, 8797.0, 8754.0, 8812.0, 8743.0, 8816.0, 8761.0, 8817.0, 8759.0, 8797.0, 8788.0, 8818.0, 8790.0, 8813.0, 8773.0, 8796.0, 8792.0, 8829.0, 8790.0, 8796.0, 8771.0, 8767.0, 8789.0, 8769.0, 8798.0, 8737.0, 8793.0, 8754.0, 8816.0, 8754.0, 8810.0, 8737.0, 8794.0, 8759.0, 8800.0, 8773.0, 8812.0, 8771.0, 8782.0, 8791.0, 8815.0, 8790.0, 8798.0, 8771.0, 8798.0, 8791.0, 8826.0, 8784.0, 8791.0, 8754.0, 8778.0, 8773.0, 8807.0, 8783.0, 8790.0, 8752.0, 8790.0, 8769.0, 8806.0, 8768.0, 8790.0, 8754.0, 8787.0, 8785.0, 8808.0, 8768.0, 8804.0, 8754.0, 8793.0, 8772.0, 8809.0, 8770.0, 8808.0, 8754.0, 8798.0, 8787.0, 8822.0, 8784.0, 8803.0, 8751.0, 8793.0, 8770.0, 8807.0, 8767.0, 8790.0, 8751.0, 8797.0, 8774.0, 8810.0, 8773.0, 8767.0, 8760.0, 8759.0, 8795.0, 8803.0, 8795.0, 8761.0, 8778.0, 8772.0, 8807.0, 8835.0, 8806.0, 8800.0, 8774.0, 8808.0, 8775.0, 8830.0, 8785.0, 8809.0, 8770.0, 8805.0, 8771.0, 8809.0, 8785.0, 8810.0, 8770.0, 8790.0, 8773.0, 8796.0, 8754.0, 8786.0, 8736.0, 8789.0, 8738.0, 8782.0, 8738.0, 8797.0, 8738.0, 8793.0, 8726.0, 8803.0, 8743.0, 8800.0, 8742.0, 8799.0, 8745.0, 8800.0, 8760.0, 8819.0, 8745.0, 8795.0, 8744.0, 8807.0, 8741.0, 8813.0, 8738.0, 8794.0, 8749.0, 8809.0, 8751.0, 8794.0, 8734.0, 8776.0, 8746.0, 8764.0, 8790.0, 8755.0, 8790.0, 8767.0, 8789.0, 8750.0, 8775.0, 8754.0, 8795.0, 8770.0, 8795.0, 8743.0, 8796.0, 8762.0, 8818.0, 8791.0, 8775.0, 8790.0, 8771.0, 8788.0, 8818.0, 8790.0, 8785.0, 8785.0, 8752.0, 8773.0, 8798.0, 8787.0, 8740.0, 8785.0, 8753.0, 8805.0, 8771.0, 8816.0, 8756.0, 8817.0, 8757.0, 8821.0, 8775.0, 8822.0, 8742.0, 8815.0, 8759.0, 8808.0, 8763.0, 8820.0, 8760.0, 8815.0, 8760.0, 8810.0, 8762.0, 8819.0, 8742.0, 8796.0, 8757.0, 8804.0, 8762.0, 8804.0, 8765.0, 8814.0, 8792.0, 8822.0, 8812.0, 8835.0, 8782.0, 8818.0, 8781.0, 8821.0, 8797.0, 8849.0, 8796.0, 8772.0, 8774.0, 8756.0, 8804.0, 8801.0, 8802.0, 8740.0, 8798.0, 8754.0, 8819.0, 8773.0, 8817.0, 8756.0, 8815.0, 8753.0, 8820.0, 8762.0, 8800.0, 8761.0, 8802.0, 8743.0, 8799.0, 8764.0, 8804.0, 8745.0, 8795.0, 8741.0, 8812.0, 8774.0, 8804.0, 8793.0, 8801.0, 8778.0, 8822.0, 8798.0, 8822.0, 8795.0, 8762.0, 8810.0, 8776.0, 8820.0, 8758.0, 8813.0, 8757.0, 8822.0, 8761.0, 8820.0, 8740.0, 8810.0, 8755.0, 8801.0, 8758.0, 8799.0, 8759.0, 8796.0, 8773.0, 8802.0, 8787.0, 8812.0, 8788.0, 8798.0, 8778.0, 8832.0, 8793.0, 8758.0, 8790.0, 8755.0, 8818.0, 8759.0, 8815.0, 8755.0, 8811.0, 8744.0, 8801.0, 8758.0, 8797.0, 8757.0, 8795.0, 8789.0, 8818.0, 8793.0, 8799.0, 8777.0, 8815.0, 8796.0, 8792.0, 8809.0, 8761.0, 8818.0, 8761.0, 8806.0, 8762.0, 8801.0, 8744.0, 8796.0, 8770.0, 8803.0, 8759.0, 8798.0, 8773.0, 8789.0, 8771.0, 8796.0, 8772.0, 8781.0, 8756.0, 8793.0, 8774.0, 8813.0, 8778.0, 8759.0, 8789.0, 8761.0, 8808.0, 8791.0, 8802.0, 8743.0, 8813.0, 8775.0, 8818.0, 8759.0, 8820.0, 8742.0, 8816.0, 8758.0, 8815.0, 8758.0, 8814.0, 8739.0, 8793.0, 8743.0, 8796.0, 8756.0, 8796.0, 8766.0, 8779.0, 8786.0, 8813.0, 8786.0, 8796.0, 8772.0, 8795.0, 8776.0, 8813.0, 8787.0, 8813.0, 8771.0, 8812.0, 8791.0, 8827.0, 8790.0, 8781.0, 8770.0, 8780.0, 8775.0, 8828.0, 8788.0, 8811.0, 8756.0, 8777.0, 8771.0, 8794.0, 8782.0, 8792.0, 8752.0, 8778.0, 8760.0, 8815.0, 8791.0, 8786.0, 8776.0, 8761.0, 8799.0, 8794.0, 8811.0, 8764.0, 8807.0, 8774.0, 8821.0, 8816.0, 8786.0, 8780.0, 8767.0, 8807.0, 8771.0, 8806.0, 8781.0, 8788.0, 8761.0, 8789.0, 8767.0, 8792.0, 8765.0, 8773.0, 8750.0, 8793.0, 8786.0, 8795.0, 8755.0, 8794.0, 8757.0, 8800.0, 8791.0, 8813.0, 8774.0, 8811.0, 8775.0, 8830.0, 8791.0, 8812.0, 8775.0, 8810.0, 8775.0, 8827.0, 8790.0, 8742.0, 8785.0, 8756.0, 8819.0, 8773.0, 8816.0, 8754.0, 8808.0, 8753.0, 8799.0, 8755.0, 8797.0, 8736.0, 8791.0, 8733.0, 8794.0, 8743.0, 8799.0, 8753.0, 8777.0, 8735.0, 8791.0, 8757.0, 8795.0, 8751.0, 8793.0, 8734.0, 8794.0, 8754.0, 8795.0, 8753.0, 8793.0, 8739.0, 8795.0, 8764.0, 8803.0, 8775.0, 8798.0, 8760.0, 8800.0, 8810.0, 8817.0, 8793.0, 8815.0, 8775.0, 8813.0, 8793.0, 8829.0, 8792.0, 8813.0, 8771.0, 8794.0, 8786.0, 8810.0, 8784.0, 8791.0, 8767.0, 8814.0, 8785.0, 8812.0, 8779.0, 8780.0, 8820.0, 8783.0, 8766.0, 8809.0, 8797.0, 8850.0, 8795.0, 8818.0, 8758.0, 8797.0, 8752.0, 8809.0, 8811.0, 8780.0, 8734.0, 8776.0, 8731.0, 8792.0, 8763.0, 8787.0, 8793.0, 8768.0, 8736.0, 8782.0, 8752.0, 8818.0, 8758.0, 8799.0, 8740.0, 8798.0, 8739.0, 8797.0, 8829.0, 8784.0, 8823.0, 8753.0, 8789.0, 8764.0, 8792.0, 8768.0, 8790.0, 8738.0, 8790.0, 8741.0, 8816.0, 8759.0, 8804.0, 8757.0, 8823.0, 8774.0, 8791.0, 8836.0, 8788.0, 8812.0, 8777.0, 8798.0, 8762.0, 8813.0, 8774.0, 8797.0, 8772.0, 8791.0, 8773.0, 8794.0, 8737.0, 8796.0, 8749.0, 8782.0, 8812.0, 8772.0, 8813.0, 8772.0, 8754.0, 8774.0, 8829.0, 8779.0, 8816.0, 8776.0, 8796.0, 8772.0, 8801.0, 8773.0, 8797.0, 8753.0, 8794.0, 8752.0, 8778.0, 8735.0, 8798.0, 8746.0, 8777.0, 8733.0, 8779.0, 8754.0, 8801.0, 8761.0, 8815.0, 8772.0, 8800.0, 8777.0, 8824.0, 8774.0, 8802.0, 8757.0, 8797.0, 8756.0, 8801.0, 8753.0, 8793.0, 8732.0, 8774.0, 8735.0, 8799.0, 8751.0, 8766.0, 8734.0, 8767.0, 8754.0, 8806.0, 8762.0, 8801.0, 8759.0, 8804.0, 8745.0, 8809.0, 8830.0, 8777.0, 8796.0, 8760.0, 8817.0, 8790.0, 8810.0, 8766.0, 8776.0, 8751.0, 8791.0, 8777.0, 8785.0, 8751.0, 8780.0, 8772.0, 8802.0, 8778.0, 8811.0, 8752.0, 8795.0, 8770.0, 8796.0, 8753.0, 8801.0, 8751.0, 8797.0, 8802.0, 8793.0, 8825.0, 8832.0, 8799.0, 8831.0, 8796.0, 8822.0, 8772.0, 8801.0, 8823.0, 8768.0, 8788.0, 8744.0, 8770.0, 8746.0, 8772.0, 8731.0, 8755.0, 8741.0, 8768.0, 8745.0, 8764.0, 8788.0, 8766.0, 8769.0, 8778.0, 8771.0, 8782.0, 8774.0, 8805.0, 8779.0, 8808.0, 8791.0, 8803.0, 8770.0, 8802.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.0003622719734660033</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021373256301824215</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.413502717701256</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.184715449045644</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00182158019087</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.466</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5500.0713</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0876997453856258</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.8192371475953566</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.473410185965391</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.359233125569681</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.752467843466962</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30852958885953</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00553065</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011740007437765598</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023559851571917534</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9306632455354986</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>30.8573</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3901</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.7092</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302243.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.3472</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2792</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.9359</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3152.0783</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3358.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74301.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4099.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.303</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.250660402234644</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> |