=== 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-0097 --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-0097",
"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-0097_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-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0097/figures/sub-0097_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-0097/figures/sub-0097_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0097/figures/sub-0097_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-0097/ses-01/func/sub-0097_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>8f2758cc5178cc7c776b5fd84c8760e4</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>21:18:31.637500</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.99394, -0.0654526, 0.0883175, 0.06776, 0.997428, -0.0233834]</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.105357</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>38</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4255, -7757, -7259, 258, -90, 47, 24, 76]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>276.643</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0845ef02-706d-4b85-8963-93a5a1fbb444||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.6666674613952637, 0.181795135140419, 0.233711376786232, 100.41171264648438], [0.1756044328212738, 2.676025390625, -0.07891050726175308, -100.02872467041016], [0.23694929480552673, 0.06273604184389114, 2.6887083053588867, -73.11033630371094], [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': ['211831.637500', '211832.097500', '211832.557500', '211833.017500', '211833.477500', '211833.937500', '211834.397500', '211834.857500', '211835.317500', '211835.777500', '211836.237500', '211836.697500', '211837.157500', '211837.617500', '211838.077500', '211838.537500', '211838.997500', '211839.457500', '211839.917500', '211840.377500', '211840.837500', '211841.297500', '211841.757500', '211842.217500', '211842.677500', '211843.137500', '211843.597500', '211844.057500', '211844.517500', '211844.977500', '211845.437500', '211845.897500', '211846.357500', '211846.817500', '211847.277500', '211847.737500', '211848.197500', '211848.657500', '211849.117500', '211849.577500', '211850.037500', '211850.497500', '211850.957500', '211851.417500', '211851.877500', '211852.337500', '211852.797500', '211853.257500', '211853.717500', '211854.177500', '211854.637500', '211855.097500', '211855.557500', '211856.017500', '211856.477500', '211856.937500', '211857.397500', '211857.857500', '211858.317500', '211858.777500', '211859.237500', '211859.697500', '211900.157500', '211900.617500', '211901.077500', '211901.537500', '211901.997500', '211902.457500', '211902.917500', '211903.377500', '211903.837500', '211904.297500', '211904.757500', '211905.217500', '211905.677500', '211906.137500', '211906.597500', '211907.057500', '211907.517500', '211907.977500', '211908.437500', '211908.897500', '211909.357500', '211909.817500', '211910.277500', '211910.737500', '211911.197500', '211911.657500', '211912.117500', '211912.577500', '211913.037500', '211913.497500', '211913.957500', '211914.417500', '211914.877500', '211915.337500', '211915.797500', '211916.257500', '211916.717500', '211917.177500', '211917.637500', '211918.097500', '211918.557500', '211919.017500', '211919.477500', '211919.937500', '211920.397500', '211920.857500', '211921.317500', '211921.777500', '211922.237500', '211922.697500', '211923.157500', '211923.617500', '211924.077500', '211924.537500', '211924.997500', '211925.457500', '211925.917500', '211926.377500', '211926.837500', '211927.297500', '211927.757500', '211928.217500', '211928.677500', '211929.137500', '211929.597500', '211930.057500', '211930.517500', '211930.977500', '211931.437500', '211931.897500', '211932.357500', '211932.817500', '211933.277500', '211933.737500', '211934.197500', '211934.657500', '211935.117500', '211935.577500', '211936.037500', '211936.497500', '211936.957500', '211937.417500', '211937.877500', '211938.337500', '211938.797500', '211939.257500', '211939.717500', '211940.177500', '211940.637500', '211941.097500', '211941.557500', '211942.017500', '211942.477500', '211942.937500', '211943.397500', '211943.857500', '211944.317500', '211944.777500', '211945.237500', '211945.697500', '211946.157500', '211946.617500', '211947.077500', '211947.537500', '211947.997500', '211948.457500', '211948.917500', '211949.377500', '211949.837500', '211950.297500', '211950.757500', '211951.217500', '211951.677500', '211952.137500', '211952.597500', '211953.057500', '211953.517500', '211953.977500', '211954.437500', '211954.897500', '211955.357500', '211955.817500', '211956.277500', '211956.737500', '211957.197500', '211957.657500', '211958.117500', '211958.577500', '211959.037500', '211959.497500', '211959.957500', '212000.417500', '212000.877500', '212001.337500', '212001.797500', '212002.257500', '212002.717500', '212003.177500', '212003.637500', '212004.097500', '212004.557500', '212005.017500', '212005.477500', '212005.937500', '212006.397500', '212006.857500', '212007.317500', '212007.777500', '212008.237500', '212008.697500', '212009.157500', '212009.617500', '212010.077500', '212010.537500', '212010.997500', '212011.457500', '212011.917500', '212012.377500', '212012.837500', '212013.297500', '212013.757500', '212014.217500', '212014.677500', '212015.137500', '212015.597500', '212016.057500', '212016.517500', '212016.977500', '212017.437500', '212017.897500', '212018.357500', '212018.817500', '212019.277500', '212019.737500', '212020.197500', '212020.657500', '212021.117500', '212021.577500', '212022.037500', '212022.497500', '212022.957500', '212023.417500', '212023.877500', '212024.337500', '212024.797500', '212025.257500', '212025.717500', '212026.177500', '212026.637500', '212027.097500', '212027.557500', '212028.017500', '212028.477500', '212028.937500', '212029.397500', '212029.857500', '212030.317500', '212030.777500', '212031.237500', '212031.697500', '212032.157500', '212032.617500', '212033.077500', '212033.537500', '212033.997500', '212034.457500', '212034.917500', '212035.377500', '212035.837500', '212036.297500', '212036.757500', '212037.217500', '212037.677500', '212038.137500', '212038.597500', '212039.057500', '212039.517500', '212039.977500', '212040.437500', '212040.897500', '212041.357500', '212041.817500', '212042.277500', '212042.737500', '212043.197500', '212043.657500', '212044.117500', '212044.577500', '212045.037500', '212045.497500', '212045.957500', '212046.417500', '212046.877500', '212047.337500', '212047.797500', '212048.257500', '212048.717500', '212049.177500', '212049.637500', '212050.097500', '212050.557500', '212051.017500', '212051.477500', '212051.937500', '212052.397500', '212052.857500', '212053.317500', '212053.777500', '212054.237500', '212054.697500', '212055.157500', '212055.617500', '212056.077500', '212056.537500', '212056.997500', '212057.457500', '212057.917500', '212058.377500', '212058.837500', '212059.297500', '212059.757500', '212100.217500', '212100.677500', '212101.137500', '212101.597500', '212102.057500', '212102.517500', '212102.977500', '212103.437500', '212103.897500', '212104.357500', '212104.817500', '212105.277500', '212105.737500', '212106.197500', '212106.657500', '212107.117500', '212107.577500', '212108.037500', '212108.497500', '212108.957500', '212109.417500', '212109.877500', '212110.337500', '212110.797500', '212111.257500', '212111.717500', '212112.177500', '212112.637500', '212113.097500', '212113.557500', '212114.017500', '212114.477500', '212114.937500', '212115.397500', '212115.857500', '212116.317500', '212116.777500', '212117.237500', '212117.697500', '212118.157500', '212118.617500', '212119.077500', '212119.537500', '212119.997500', '212120.457500', '212120.917500', '212121.377500', '212121.837500', '212122.297500', '212122.757500', '212123.217500', '212123.677500', '212124.137500', '212124.597500', '212125.057500', '212125.517500', '212125.977500', '212126.437500', '212126.897500', '212127.357500', '212127.817500', '212128.277500', '212128.737500', '212129.197500', '212129.657500', '212130.117500', '212130.577500', '212131.037500', '212131.497500', '212131.957500', '212132.417500', '212132.877500', '212133.337500', '212133.797500', '212134.257500', '212134.717500', '212135.177500', '212135.637500', '212136.097500', '212136.557500', '212137.017500', '212137.477500', '212137.937500', '212138.397500', '212138.857500', '212139.317500', '212139.777500', '212140.237500', '212140.697500', '212141.157500', '212141.617500', '212142.077500', '212142.537500', '212142.997500', '212143.457500', '212143.917500', '212144.377500', '212144.837500', '212145.297500', '212145.757500', '212146.217500', '212146.677500', '212147.137500', '212147.597500', '212148.057500', '212148.517500', '212148.977500', '212149.437500', '212149.897500', '212150.357500', '212150.817500', '212151.277500', '212151.737500', '212152.197500', '212152.657500', '212153.117500', '212153.577500', '212154.037500', '212154.497500', '212154.957500', '212155.417500', '212155.877500', '212156.337500', '212156.797500', '212157.257500', '212157.717500', '212158.177500', '212158.637500', '212159.097500', '212159.557500', '212200.017500', '212200.477500', '212200.937500', '212201.397500', '212201.857500', '212202.317500', '212202.777500', '212203.237500', '212203.697500', '212204.157500', '212204.617500', '212205.077500', '212205.537500', '212205.997500', '212206.457500', '212206.917500', '212207.377500', '212207.837500', '212208.297500', '212208.757500', '212209.217500', '212209.677500', '212210.137500', '212210.597500', '212211.057500', '212211.517500', '212211.977500', '212212.437500', '212212.897500', '212213.357500', '212213.817500', '212214.277500', '212214.737500', '212215.197500', '212215.657500', '212216.117500', '212216.577500', '212217.037500', '212217.497500', '212217.957500', '212218.417500', '212218.877500', '212219.337500', '212219.797500', '212220.257500', '212220.717500', '212221.177500', '212221.637500', '212222.097500', '212222.557500', '212223.017500', '212223.477500', '212223.937500', '212224.397500', '212224.857500', '212225.317500', '212225.777500', '212226.237500', '212226.697500', '212227.157500', '212227.617500', '212228.077500', '212228.537500', '212228.997500', '212229.457500', '212229.917500', '212230.377500', '212230.837500', '212231.297500', '212231.757500', '212232.217500', '212232.677500', '212233.137500', '212233.597500', '212234.057500', '212234.517500', '212234.977500', '212235.437500', '212235.897500', '212236.357500', '212236.817500', '212237.277500', '212237.737500', '212238.197500', '212238.657500', '212239.117500', '212239.577500', '212240.037500', '212240.497500', '212240.957500', '212241.417500', '212241.877500', '212242.337500', '212242.797500', '212243.257500', '212243.717500', '212244.177500', '212244.637500', '212245.097500', '212245.557500', '212246.017500', '212246.477500', '212246.937500', '212247.397500', '212247.857500', '212248.317500', '212248.777500', '212249.237500', '212249.697500', '212250.157500', '212250.617500', '212251.077500', '212251.537500', '212251.997500', '212252.457500', '212252.917500', '212253.377500', '212253.837500', '212254.297500', '212254.757500', '212255.217500', '212255.677500', '212256.137500', '212256.597500', '212257.057500', '212257.517500', '212257.977500', '212258.437500', '212258.897500', '212259.357500', '212259.817500', '212300.277500', '212300.737500', '212301.197500', '212301.657500', '212302.117500', '212302.577500', '212303.037500', '212303.497500', '212303.957500', '212304.417500', '212304.877500', '212305.337500', '212305.797500', '212306.257500', '212306.717500', '212307.177500', '212307.637500', '212308.097500', '212308.557500', '212309.017500', '212309.477500', '212309.937500', '212310.397500', '212310.857500', '212311.317500', '212311.777500', '212312.237500', '212312.697500', '212313.157500', '212313.617500', '212314.077500', '212314.537500', '212314.997500', '212315.457500', '212315.917500', '212316.377500', '212316.837500', '212317.297500', '212317.757500', '212318.217500', '212318.677500', '212319.137500', '212319.597500', '212320.057500', '212320.517500', '212320.977500', '212321.437500', '212321.897500', '212322.357500', '212322.817500', '212323.277500', '212323.737500', '212324.197500', '212324.657500', '212325.117500', '212325.577500', '212326.037500', '212326.497500', '212326.957500', '212327.417500', '212327.877500', '212328.337500', '212328.797500', '212329.257500', '212329.717500', '212330.177500', '212330.637500', '212331.097500', '212331.557500', '212332.017500', '212332.477500', '212332.937500', '212333.397500', '212333.857500', '212334.317500', '212334.777500', '212335.237500', '212335.697500', '212336.157500', '212336.617500', '212337.077500', '212337.537500', '212337.997500', '212338.457500', '212338.917500', '212339.377500', '212339.837500', '212340.297500', '212340.757500', '212341.217500', '212341.677500', '212342.137500', '212342.597500', '212343.057500', '212343.517500', '212343.977500', '212344.437500', '212344.897500', '212345.357500', '212345.817500', '212346.277500', '212346.737500', '212347.197500', '212347.657500', '212348.117500', '212348.577500', '212349.037500', '212349.497500', '212349.957500', '212350.417500', '212350.877500', '212351.337500', '212351.797500', '212352.257500', '212352.717500', '212353.177500', '212353.637500', '212354.097500', '212354.557500', '212355.017500', '212355.477500', '212355.937500', '212356.397500', '212356.857500', '212357.317500', '212357.777500', '212358.237500', '212358.697500', '212359.157500', '212359.617500', '212400.077500', '212400.537500', '212400.997500', '212401.457500', '212401.917500', '212402.377500', '212402.837500', '212403.297500', '212403.757500', '212404.217500', '212404.677500', '212405.137500', '212405.597500', '212406.057500', '212406.517500', '212406.977500', '212407.437500', '212407.897500', '212408.357500', '212408.817500', '212409.277500', '212409.737500', '212410.197500', '212410.657500', '212411.117500', '212411.577500', '212412.037500', '212412.497500', '212412.957500', '212413.417500', '212413.877500', '212414.337500', '212414.797500', '212415.257500', '212415.717500', '212416.177500', '212416.637500', '212417.097500', '212417.557500', '212418.017500', '212418.477500', '212418.937500', '212419.397500', '212419.857500', '212420.317500', '212420.777500', '212421.237500', '212421.697500', '212422.157500', '212422.617500', '212423.077500', '212423.537500', '212423.997500', '212424.457500', '212424.917500', '212425.377500', '212425.837500', '212426.297500', '212426.757500', '212427.217500', '212427.677500', '212428.137500', '212428.597500', '212429.057500', '212429.517500', '212429.977500', '212430.437500', '212430.897500', '212431.357500', '212431.817500', '212432.277500', '212432.737500', '212433.197500', '212433.657500', '212434.117500', '212434.577500', '212435.037500', '212435.497500', '212435.957500', '212436.417500', '212436.877500', '212437.337500', '212437.797500', '212438.257500', '212438.717500', '212439.177500', '212439.637500', '212440.097500', '212440.557500', '212441.017500', '212441.477500', '212441.937500', '212442.397500', '212442.857500', '212443.317500', '212443.777500', '212444.237500', '212444.697500', '212445.157500', '212445.617500', '212446.077500', '212446.537500', '212446.997500', '212447.457500', '212447.917500', '212448.377500', '212448.837500', '212449.297500', '212449.757500', '212450.217500', '212450.677500', '212451.137500', '212451.597500', '212452.057500', '212452.517500', '212452.977500', '212453.437500', '212453.897500', '212454.357500', '212454.817500', '212455.277500', '212455.737500', '212456.197500', '212456.657500', '212457.117500', '212457.577500', '212458.037500', '212458.497500', '212458.957500', '212459.417500', '212459.877500', '212500.337500', '212500.797500', '212501.257500', '212501.717500', '212502.177500', '212502.637500', '212503.097500', '212503.557500', '212504.017500', '212504.477500', '212504.937500', '212505.397500', '212505.857500', '212506.317500', '212506.777500', '212507.237500', '212507.697500', '212508.157500', '212508.617500', '212509.077500', '212509.537500', '212509.997500', '212510.457500', '212510.917500', '212511.377500', '212511.837500', '212512.297500', '212512.757500', '212513.217500', '212513.677500', '212514.137500', '212514.597500', '212515.057500', '212515.517500', '212515.977500', '212516.437500', '212516.897500', '212517.357500', '212517.817500', '212518.277500', '212518.737500', '212519.197500', '212519.657500', '212520.117500', '212520.577500', '212521.037500', '212521.497500', '212521.957500', '212522.417500', '212522.877500', '212523.337500', '212523.797500', '212524.257500', '212524.717500', '212525.177500', '212525.637500', '212526.097500', '212526.557500', '212527.017500', '212527.477500', '212527.937500', '212528.397500', '212528.857500', '212529.317500', '212529.777500', '212530.237500', '212530.697500', '212531.157500', '212531.617500', '212532.077500', '212532.537500', '212532.997500', '212533.457500', '212533.917500', '212534.377500', '212534.837500', '212535.297500', '212535.757500', '212536.217500', '212536.677500', '212537.137500', '212537.597500', '212538.057500', '212538.517500', '212538.977500', '212539.437500', '212539.897500', '212540.357500', '212540.817500', '212541.277500', '212541.737500', '212542.197500', '212542.657500', '212543.117500', '212543.577500', '212544.037500', '212544.497500', '212544.957500', '212545.417500', '212545.877500', '212546.337500', '212546.797500', '212547.257500', '212547.717500', '212548.177500', '212548.637500', '212549.097500', '212549.557500', '212550.017500', '212550.477500', '212550.937500', '212551.397500', '212551.857500', '212552.317500', '212552.777500', '212553.237500', '212553.697500', '212554.157500', '212554.617500', '212555.077500', '212555.537500', '212555.997500', '212556.457500', '212556.917500', '212557.377500', '212557.837500', '212558.297500', '212558.757500', '212559.217500', '212559.677500', '212600.137500', '212600.597500', '212601.057500', '212601.517500', '212601.977500', '212602.437500', '212602.897500', '212603.357500', '212603.817500', '212604.277500', '212604.737500', '212605.197500', '212605.657500', '212606.117500', '212606.577500', '212607.037500', '212607.497500', '212607.957500', '212608.417500', '212608.877500', '212609.337500', '212609.797500', '212610.257500', '212610.717500', '212611.177500', '212611.637500', '212612.097500', '212612.557500', '212613.017500', '212613.477500', '212613.937500', '212614.397500', '212614.857500', '212615.317500', '212615.777500', '212616.237500', '212616.697500', '212617.157500', '212617.617500', '212618.077500', '212618.537500', '212618.997500', '212619.457500', '212619.917500', '212620.377500', '212620.837500', '212621.297500', '212621.757500', '212622.217500', '212622.677500', '212623.137500', '212623.597500', '212624.057500', '212624.517500', '212624.977500', '212625.437500', '212625.897500', '212626.357500', '212626.817500', '212627.277500', '212627.737500', '212628.197500', '212628.657500', '212629.117500', '212629.577500', '212630.037500', '212630.497500', '212630.957500', '212631.417500', '212631.877500', '212632.337500', '212632.797500', '212633.257500', '212633.717500', '212634.177500', '212634.637500', '212635.097500', '212635.557500', '212636.017500', '212636.477500', '212636.937500', '212637.397500', '212637.857500', '212638.317500', '212638.777500', '212639.237500', '212639.697500', '212640.157500', '212640.617500', '212641.077500', '212641.537500', '212641.997500', '212642.457500', '212642.917500', '212643.377500', '212643.837500', '212644.297500', '212644.757500', '212645.217500', '212645.677500', '212646.137500', '212646.597500', '212647.057500', '212647.517500', '212647.977500', '212648.437500', '212648.897500', '212649.357500', '212649.817500', '212650.277500', '212650.737500', '212651.197500', '212651.657500', '212652.117500', '212652.577500', '212653.037500', '212653.497500', '212653.957500', '212654.417500', '212654.877500', '212655.337500', '212655.797500', '212656.257500', '212656.717500', '212657.177500', '212657.637500', '212658.097500', '212658.557500', '212659.017500', '212659.477500', '212659.937500', '212700.397500', '212700.857500', '212701.317500', '212701.777500', '212702.237500', '212702.697500', '212703.157500', '212703.617500', '212704.077500', '212704.537500', '212704.997500', '212705.457500', '212705.917500', '212706.377500', '212706.837500', '212707.297500', '212707.757500', '212708.217500', '212708.677500', '212709.137500', '212709.597500', '212710.057500', '212710.517500', '212710.977500', '212711.437500', '212711.897500', '212712.357500', '212712.817500', '212713.277500', '212713.737500', '212714.197500', '212714.657500', '212715.117500', '212715.577500', '212716.037500', '212716.497500', '212716.957500', '212717.417500', '212717.877500', '212718.337500', '212718.797500', '212719.257500', '212719.717500', '212720.177500', '212720.637500', '212721.097500', '212721.557500', '212722.017500', '212722.477500', '212722.937500', '212723.397500', '212723.857500', '212724.317500', '212724.777500', '212725.237500', '212725.697500', '212726.157500', '212726.617500', '212727.077500', '212727.537500', '212727.997500', '212728.457500', '212728.917500', '212729.377500', '212729.837500', '212730.297500', '212730.757500', '212731.217500', '212731.677500', '212732.137500', '212732.597500', '212733.057500', '212733.517500', '212733.977500', '212734.437500', '212734.897500', '212735.357500', '212735.817500', '212736.277500', '212736.737500', '212737.197500', '212737.657500', '212738.117500', '212738.577500', '212739.037500', '212739.497500', '212739.957500', '212740.417500', '212740.877500', '212741.337500', '212741.797500', '212742.257500', '212742.717500', '212743.177500', '212743.637500', '212744.097500', '212744.557500', '212745.017500', '212745.477500', '212745.937500', '212746.397500', '212746.857500', '212747.317500'], 'ContentTime': ['211854.971000', '211854.974000', '211854.977000', '211854.980000', '211854.982000', '211854.985000', '211854.988000', '211854.990000', '211854.993000', '211854.995000', '211854.998000', '211855.001000', '211855.003000', '211855.006000', '211855.008000', '211855.011000', '211855.013000', '211855.016000', '211855.019000', '211855.021000', '211855.024000', '211855.026000', '211855.029000', '211855.032000', '211855.034000', '211855.037000', '211855.039000', '211855.042000', '211855.045000', '211855.047000', '211855.050000', '211855.053000', '211855.055000', '211855.058000', '211855.060000', '211855.063000', '211855.066000', '211855.068000', '211855.071000', '211855.074000', '211855.076000', '211855.079000', '211855.081000', '211855.084000', '211855.087000', '211855.100000', '211855.102000', '211855.105000', '211855.107000', '211914.929000', '211914.932000', '211914.935000', '211914.938000', '211914.941000', '211914.943000', '211914.946000', '211914.948000', '211914.951000', '211914.954000', '211914.956000', '211914.959000', '211914.962000', '211914.964000', '211914.967000', '211914.976000', '211914.979000', '211914.981000', '211914.984000', '211914.986000', '211914.989000', '211914.992000', '211914.994000', '211914.997000', '211915.003000', '211915.006000', '211915.009000', '211915.011000', '211915.014000', '211915.016000', '211915.019000', '211915.021000', '211915.024000', '211915.026000', '211915.029000', '211915.032000', '211915.034000', '211915.037000', '211915.039000', '211915.042000', '211915.045000', '211915.047000', '211915.050000', '211934.929000', '211934.932000', '211934.935000', '211934.938000', '211934.940000', '211934.944000', '211934.947000', '211934.950000', '211934.954000', '211934.957000', '211934.960000', '211934.962000', '211934.965000', '211934.967000', '211934.970000', '211934.972000', '211934.975000', '211934.978000', '211934.980000', '211934.983000', '211934.986000', '211934.990000', '211934.992000', '211934.995000', '211934.998000', '211935.002000', '211935.005000', '211935.008000', '211935.011000', '211935.013000', '211935.016000', '211935.019000', '211935.021000', '211935.024000', '211935.037000', '211935.040000', '211935.042000', '211935.045000', '211935.047000', '211935.050000', '211935.053000', '211935.055000', '211935.058000', '211954.929000', '211954.931000', '211954.934000', '211954.937000', '211954.940000', '211954.942000', '211954.945000', '211954.948000', '211954.950000', '211954.953000', '211954.956000', '211954.958000', '211954.961000', '211954.964000', '211954.966000', '211954.969000', '211954.972000', '211954.974000', '211954.977000', '211954.980000', '211954.982000', '211954.985000', '211954.987000', '211954.990000', '211954.993000', '211955.005000', '211955.007000', '211955.010000', '211955.013000', '211955.015000', '211955.018000', '211955.021000', '211955.023000', '211955.026000', '211955.028000', '211955.031000', '211955.034000', '211955.036000', '211955.039000', '211955.041000', '211955.044000', '211955.046000', '211955.049000', '211955.052000', '212014.928000', '212014.931000', '212014.934000', '212014.937000', '212014.940000', '212014.942000', '212014.945000', '212014.947000', '212014.950000', '212014.953000', '212014.955000', '212014.958000', '212014.961000', '212014.963000', '212014.966000', '212014.968000', '212014.972000', '212014.975000', '212014.978000', '212014.980000', '212014.983000', '212014.994000', '212014.997000', '212015.000000', '212015.003000', '212015.005000', '212015.008000', '212015.010000', '212015.013000', '212015.016000', '212015.018000', '212015.021000', '212015.024000', '212015.026000', '212015.029000', '212015.031000', '212015.034000', '212015.037000', '212015.039000', '212015.042000', '212015.044000', '212015.047000', '212015.050000', '212034.929000', '212034.932000', '212034.934000', '212034.937000', '212034.940000', '212034.942000', '212034.945000', '212034.948000', '212034.950000', '212034.953000', '212034.955000', '212034.958000', '212034.961000', '212034.963000', '212034.966000', '212034.969000', '212034.971000', '212034.974000', '212034.976000', '212034.979000', '212034.982000', '212034.984000', '212034.987000', '212034.989000', '212034.992000', '212034.995000', '212034.997000', '212035.001000', '212035.004000', '212035.006000', '212035.009000', '212035.012000', '212035.014000', '212035.017000', '212035.020000', '212035.022000', '212035.025000', '212035.027000', '212035.030000', '212035.033000', '212035.035000', '212035.038000', '212035.040000', '212035.043000', '212054.929000', '212054.932000', '212054.934000', '212054.937000', '212054.940000', '212054.942000', '212054.945000', '212054.947000', '212054.950000', '212054.953000', '212054.955000', '212054.958000', '212054.960000', '212054.963000', '212054.966000', '212054.968000', '212054.971000', '212054.973000', '212054.976000', '212054.979000', '212054.981000', '212054.984000', '212054.987000', '212054.991000', '212054.994000', '212054.996000', '212055.000000', '212055.003000', '212055.005000', '212055.008000', '212055.011000', '212055.013000', '212055.016000', '212055.019000', '212055.021000', '212055.024000', '212055.027000', '212055.029000', '212055.032000', '212055.034000', '212055.037000', '212055.040000', '212055.044000', '212114.929000', '212114.933000', '212114.935000', '212114.938000', '212114.940000', '212114.943000', '212114.946000', '212114.948000', '212114.951000', '212114.953000', '212114.956000', '212114.958000', '212114.961000', '212114.964000', '212114.966000', '212114.969000', '212114.972000', '212114.974000', '212114.977000', '212114.979000', '212114.982000', '212114.985000', '212114.987000', '212114.990000', '212114.993000', '212114.995000', '212114.998000', '212115.001000', '212115.003000', '212115.006000', '212115.023000', '212115.026000', '212115.028000', '212115.031000', '212115.034000', '212115.036000', '212115.039000', '212115.042000', '212115.044000', '212115.047000', '212115.049000', '212115.052000', '212115.054000', '212115.057000', '212134.929000', '212134.932000', '212134.935000', '212134.938000', '212134.940000', '212134.943000', '212134.946000', '212134.949000', '212134.951000', '212134.954000', '212134.956000', '212134.959000', '212134.962000', '212134.964000', '212134.967000', '212134.970000', '212134.972000', '212134.975000', '212134.978000', '212134.980000', '212134.983000', '212134.986000', '212134.988000', '212134.991000', '212134.994000', '212134.996000', '212135.000000', '212135.003000', '212135.005000', '212135.008000', '212135.010000', '212135.013000', '212135.016000', '212135.019000', '212135.021000', '212135.024000', '212135.026000', '212135.029000', '212135.032000', '212135.035000', '212135.037000', '212135.040000', '212135.044000', '212154.930000', '212154.933000', '212154.935000', '212154.938000', '212154.941000', '212154.943000', '212154.946000', '212154.948000', '212154.951000', '212154.954000', '212154.956000', '212154.959000', '212154.962000', '212154.964000', '212154.967000', '212154.970000', '212154.972000', '212154.975000', '212154.977000', '212154.980000', '212154.983000', '212154.985000', '212154.988000', '212154.990000', '212154.993000', '212154.996000', '212154.998000', '212155.002000', '212155.004000', '212155.007000', '212155.010000', '212155.012000', '212155.015000', '212155.017000', '212155.020000', '212155.023000', '212155.025000', '212155.028000', '212155.030000', '212155.033000', '212155.036000', '212155.038000', '212155.041000', '212155.043000', '212214.929000', '212214.932000', '212214.934000', '212214.937000', '212214.939000', '212214.942000', '212214.945000', '212214.947000', '212214.950000', '212214.952000', '212214.955000', '212214.957000', '212214.960000', '212214.963000', '212214.965000', '212214.968000', '212214.971000', '212214.973000', '212214.976000', '212214.979000', '212214.981000', '212214.984000', '212214.986000', '212214.989000', '212214.992000', '212214.994000', '212214.997000', '212215.000000', '212215.003000', '212215.006000', '212215.008000', '212215.011000', '212215.014000', '212215.016000', '212215.019000', '212215.022000', '212215.025000', '212215.027000', '212215.030000', '212215.033000', '212215.035000', '212215.038000', '212215.041000', '212234.929000', '212234.931000', '212234.934000', '212234.937000', '212234.939000', '212234.942000', '212234.944000', '212234.947000', '212234.950000', '212234.952000', '212234.955000', '212234.957000', '212234.960000', '212234.963000', '212234.965000', '212234.968000', '212234.971000', '212234.973000', '212234.976000', '212234.978000', '212234.981000', '212234.983000', '212234.986000', '212234.989000', '212234.991000', '212234.994000', '212234.996000', '212235.000000', '212235.003000', '212235.006000', '212235.008000', '212235.011000', '212235.014000', '212235.016000', '212235.019000', '212235.022000', '212235.024000', '212235.027000', '212235.030000', '212235.032000', '212235.035000', '212235.038000', '212235.040000', '212235.043000', '212254.928000', '212254.931000', '212254.934000', '212254.937000', '212254.939000', '212254.942000', '212254.945000', '212254.947000', '212254.950000', '212254.953000', '212254.955000', '212254.958000', '212254.960000', '212254.963000', '212254.966000', '212254.968000', '212254.971000', '212254.974000', '212254.976000', '212254.979000', '212254.982000', '212254.984000', '212254.987000', '212254.990000', '212254.992000', '212255.009000', '212255.011000', '212255.014000', '212255.016000', '212255.020000', '212255.022000', '212255.025000', '212255.027000', '212255.030000', '212255.033000', '212255.035000', '212255.038000', '212255.041000', '212255.043000', '212255.046000', '212255.049000', '212255.051000', '212255.054000', '212314.929000', '212314.932000', '212314.935000', '212314.937000', '212314.940000', '212314.943000', '212314.945000', '212314.948000', '212314.951000', '212314.953000', '212314.956000', '212314.959000', '212314.961000', '212314.964000', '212314.967000', '212314.969000', '212314.972000', '212314.974000', '212314.977000', '212314.980000', '212314.982000', '212314.985000', '212314.988000', '212314.990000', '212314.993000', '212314.995000', '212314.998000', '212315.002000', '212315.004000', '212315.007000', '212315.010000', '212315.012000', '212315.015000', '212315.018000', '212315.020000', '212315.023000', '212315.026000', '212315.028000', '212315.031000', '212315.034000', '212315.036000', '212315.039000', '212315.041000', '212315.044000', '212334.929000', '212334.932000', '212334.935000', '212334.938000', '212334.940000', '212334.943000', '212334.945000', '212334.948000', '212334.951000', '212334.953000', '212334.956000', '212334.959000', '212334.961000', '212334.964000', '212334.967000', '212334.969000', '212334.972000', '212334.975000', '212334.977000', '212334.980000', '212334.983000', '212334.985000', '212334.988000', '212334.991000', '212334.993000', '212334.996000', '212334.999000', '212335.001000', '212335.004000', '212335.007000', '212335.009000', '212335.012000', '212335.015000', '212335.017000', '212335.020000', '212335.023000', '212335.025000', '212335.028000', '212335.031000', '212335.033000', '212335.036000', '212335.039000', '212335.041000', '212354.930000', '212354.932000', '212354.935000', '212354.938000', '212354.940000', '212354.943000', '212354.945000', '212354.948000', '212354.951000', '212354.953000', '212354.956000', '212354.958000', '212354.963000', '212354.966000', '212354.968000', '212354.971000', '212354.974000', '212354.976000', '212354.979000', '212354.981000', '212354.984000', '212354.987000', '212354.989000', '212354.992000', '212354.995000', '212354.997000', '212355.001000', '212355.003000', '212355.006000', '212355.009000', '212355.011000', '212355.014000', '212355.017000', '212355.020000', '212355.022000', '212355.025000', '212355.028000', '212355.030000', '212355.033000', '212355.035000', '212355.038000', '212355.041000', '212355.043000', '212355.046000', '212414.929000', '212414.932000', '212414.935000', '212414.938000', '212414.940000', '212414.943000', '212414.946000', '212414.948000', '212414.951000', '212414.954000', '212414.956000', '212414.959000', '212414.962000', '212414.964000', '212414.967000', '212414.970000', '212414.972000', '212414.975000', '212414.978000', '212414.980000', '212414.983000', '212414.985000', '212414.988000', '212414.991000', '212414.994000', '212414.996000', '212415.000000', '212415.003000', '212415.005000', '212415.008000', '212415.011000', '212415.013000', '212415.016000', '212415.018000', '212415.021000', '212415.024000', '212415.056000', '212415.058000', '212415.061000', '212415.064000', '212415.066000', '212415.069000', '212415.072000', '212434.929000', '212434.931000', '212434.934000', '212434.937000', '212434.939000', '212434.942000', '212434.944000', '212434.947000', '212434.950000', '212434.952000', '212434.955000', '212434.957000', '212434.960000', '212434.963000', '212434.965000', '212434.968000', '212434.970000', '212434.973000', '212434.976000', '212434.978000', '212434.981000', '212434.984000', '212434.986000', '212434.989000', '212434.992000', '212434.994000', '212434.997000', '212435.001000', '212435.003000', '212435.006000', '212435.009000', '212435.011000', '212435.014000', '212435.017000', '212435.019000', '212435.022000', '212435.025000', '212435.027000', '212435.030000', '212435.032000', '212435.035000', '212435.038000', '212435.040000', '212454.929000', '212454.931000', '212454.934000', '212454.937000', '212454.939000', '212454.942000', '212454.945000', '212454.948000', '212454.950000', '212454.953000', '212454.956000', '212454.958000', '212454.961000', '212454.963000', '212454.966000', '212454.969000', '212454.971000', '212454.974000', '212454.976000', '212454.979000', '212454.982000', '212454.984000', '212454.987000', '212454.990000', '212454.992000', '212454.995000', '212454.998000', '212455.001000', '212455.004000', '212455.007000', '212455.010000', '212455.012000', '212455.015000', '212455.017000', '212455.020000', '212455.023000', '212455.025000', '212455.028000', '212455.031000', '212455.033000', '212455.036000', '212455.039000', '212455.041000', '212455.044000', '212514.928000', '212514.932000', '212514.935000', '212514.938000', '212514.941000', '212514.944000', '212514.947000', '212514.949000', '212514.952000', '212514.955000', '212514.957000', '212514.960000', '212514.963000', '212514.965000', '212514.968000', '212514.971000', '212514.973000', '212514.976000', '212514.979000', '212514.982000', '212514.984000', '212514.987000', '212514.990000', '212514.992000', '212514.995000', '212514.997000', '212515.001000', '212515.004000', '212515.006000', '212515.009000', '212515.012000', '212515.014000', '212515.017000', '212515.020000', '212515.022000', '212515.025000', '212515.028000', '212515.030000', '212515.033000', '212515.036000', '212515.038000', '212515.041000', '212515.043000', '212534.929000', '212534.932000', '212534.935000', '212534.937000', '212534.940000', '212534.943000', '212534.945000', '212534.948000', '212534.951000', '212534.953000', '212534.956000', '212534.959000', '212534.961000', '212534.964000', '212534.966000', '212534.969000', '212534.972000', '212534.975000', '212534.977000', '212534.980000', '212534.982000', '212534.985000', '212534.988000', '212534.990000', '212534.993000', '212534.996000', '212534.998000', '212535.002000', '212535.005000', '212535.008000', '212535.010000', '212535.013000', '212535.016000', '212535.018000', '212535.021000', '212535.024000', '212535.026000', '212535.029000', '212535.032000', '212535.034000', '212535.037000', '212535.040000', '212535.043000', '212535.045000', '212554.930000', '212554.932000', '212554.935000', '212554.938000', '212554.940000', '212554.944000', '212554.946000', '212554.949000', '212554.951000', '212554.955000', '212554.957000', '212554.960000', '212554.964000', '212554.967000', '212554.969000', '212554.972000', '212554.974000', '212554.977000', '212554.980000', '212554.982000', '212554.985000', '212554.988000', '212554.990000', '212554.993000', '212554.995000', '212554.998000', '212555.001000', '212555.003000', '212555.006000', '212555.008000', '212555.011000', '212555.014000', '212555.017000', '212555.020000', '212555.022000', '212555.025000', '212555.028000', '212555.030000', '212555.033000', '212555.035000', '212555.038000', '212555.041000', '212555.043000', '212555.046000', '212614.930000', '212614.932000', '212614.935000', '212614.938000', '212614.940000', '212614.943000', '212614.945000', '212614.948000', '212614.951000', '212614.953000', '212614.956000', '212614.959000', '212614.961000', '212614.964000', '212614.966000', '212614.969000', '212614.972000', '212614.974000', '212614.977000', '212614.980000', '212614.982000', '212614.985000', '212614.987000', '212614.990000', '212614.993000', '212614.995000', '212614.998000', '212615.002000', '212615.004000', '212615.007000', '212615.009000', '212615.012000', '212615.015000', '212615.017000', '212615.020000', '212615.023000', '212615.025000', '212615.028000', '212615.030000', '212615.033000', '212615.036000', '212615.038000', '212615.041000', '212634.930000', '212634.933000', '212634.936000', '212634.939000', '212634.942000', '212634.945000', '212634.947000', '212634.950000', '212634.953000', '212634.955000', '212634.958000', '212634.961000', '212634.963000', '212634.966000', '212634.968000', '212634.971000', '212634.974000', '212634.976000', '212634.979000', '212634.981000', '212634.984000', '212634.987000', '212634.989000', '212634.992000', '212634.994000', '212634.997000', '212635.001000', '212635.003000', '212635.006000', '212635.008000', '212635.011000', '212635.014000', '212635.016000', '212635.019000', '212635.022000', '212635.024000', '212635.027000', '212635.029000', '212635.032000', '212635.034000', '212635.037000', '212635.040000', '212635.042000', '212654.929000', '212654.931000', '212654.934000', '212654.937000', '212654.940000', '212654.943000', '212654.945000', '212654.948000', '212654.951000', '212654.953000', '212654.956000', '212654.958000', '212654.961000', '212654.964000', '212654.966000', '212654.969000', '212654.971000', '212654.974000', '212654.977000', '212654.979000', '212654.982000', '212654.984000', '212654.987000', '212654.990000', '212654.992000', '212654.995000', '212654.997000', '212655.001000', '212655.004000', '212655.006000', '212655.009000', '212655.012000', '212655.015000', '212655.017000', '212655.020000', '212655.022000', '212655.025000', '212655.028000', '212655.030000', '212655.033000', '212655.036000', '212655.038000', '212655.041000', '212655.044000', '212714.929000', '212714.931000', '212714.934000', '212714.937000', '212714.939000', '212714.942000', '212714.945000', '212714.947000', '212714.950000', '212714.952000', '212714.955000', '212714.958000', '212714.960000', '212714.963000', '212714.966000', '212714.968000', '212714.971000', '212714.974000', '212714.976000', '212714.979000', '212714.982000', '212714.985000', '212714.988000', '212714.991000', '212714.994000', '212714.996000', '212715.000000', '212715.003000', '212715.006000', '212715.009000', '212715.012000', '212715.014000', '212715.017000', '212715.019000', '212715.022000', '212715.025000', '212715.027000', '212715.030000', '212715.032000', '212715.035000', '212715.038000', '212715.040000', '212715.043000', '212734.929000', '212734.931000', '212734.934000', '212734.937000', '212734.939000', '212734.942000', '212734.945000', '212734.948000', '212734.950000', '212734.953000', '212734.956000', '212734.959000', '212734.961000', '212734.964000', '212734.967000', '212734.970000', '212734.972000', '212734.975000', '212734.978000', '212734.980000', '212734.983000', '212734.986000', '212734.988000', '212734.991000', '212734.994000', '212734.996000', '212735.000000', '212735.002000', '212735.005000', '212735.008000', '212735.010000', '212735.013000', '212735.016000', '212735.018000', '212735.021000', '212735.023000', '212735.026000', '212735.028000', '212735.031000', '212735.034000', '212735.036000', '212735.039000', '212735.042000', '212735.045000', '212748.519000', '212748.522000', '212748.525000', '212748.527000', '212748.530000', '212748.532000', '212748.535000', '212748.538000', '212748.540000', '212748.543000', '212748.545000', '212748.548000', '212748.551000', '212748.553000', '212748.556000', '212748.559000', '212748.562000', '212748.564000', '212748.567000', '212748.570000', '212748.572000', '212748.575000', '212748.578000', '212748.580000', '212748.583000', '212748.586000', '212748.588000', '212748.591000', '212748.594000', '212748.596000'], 'InstanceCreationTime': ['211854.971000', '211854.974000', '211854.977000', '211854.980000', '211854.982000', '211854.985000', '211854.988000', '211854.990000', '211854.993000', '211854.995000', '211854.998000', '211855.001000', '211855.003000', '211855.006000', '211855.008000', '211855.011000', '211855.013000', '211855.016000', '211855.019000', '211855.021000', '211855.024000', '211855.026000', '211855.029000', '211855.032000', '211855.034000', '211855.037000', '211855.039000', '211855.042000', '211855.045000', '211855.047000', '211855.050000', '211855.053000', '211855.055000', '211855.058000', '211855.060000', '211855.063000', '211855.066000', '211855.068000', '211855.071000', '211855.074000', '211855.076000', '211855.079000', '211855.081000', '211855.084000', '211855.087000', '211855.100000', '211855.102000', '211855.105000', '211855.107000', '211914.929000', '211914.932000', '211914.935000', '211914.938000', '211914.941000', '211914.943000', '211914.946000', '211914.948000', '211914.951000', '211914.954000', '211914.956000', '211914.959000', '211914.962000', '211914.964000', '211914.967000', '211914.976000', '211914.979000', '211914.981000', '211914.984000', '211914.986000', '211914.989000', '211914.992000', '211914.994000', '211914.997000', '211915.003000', '211915.006000', '211915.009000', '211915.011000', '211915.014000', '211915.016000', '211915.019000', '211915.021000', '211915.024000', '211915.026000', '211915.029000', '211915.032000', '211915.034000', '211915.037000', '211915.039000', '211915.042000', '211915.045000', '211915.047000', '211915.050000', '211934.929000', '211934.932000', '211934.935000', '211934.938000', '211934.940000', '211934.944000', '211934.947000', '211934.950000', '211934.954000', '211934.957000', '211934.960000', '211934.962000', '211934.965000', '211934.967000', '211934.970000', '211934.972000', '211934.975000', '211934.978000', '211934.980000', '211934.983000', '211934.986000', '211934.990000', '211934.992000', '211934.995000', '211934.998000', '211935.002000', '211935.005000', '211935.008000', '211935.011000', '211935.013000', '211935.016000', '211935.019000', '211935.021000', '211935.024000', '211935.037000', '211935.040000', '211935.042000', '211935.045000', '211935.047000', '211935.050000', '211935.053000', '211935.055000', '211935.058000', '211954.929000', '211954.931000', '211954.934000', '211954.937000', '211954.940000', '211954.942000', '211954.945000', '211954.948000', '211954.950000', '211954.953000', '211954.956000', '211954.958000', '211954.961000', '211954.964000', '211954.966000', '211954.969000', '211954.972000', '211954.974000', '211954.977000', '211954.980000', '211954.982000', '211954.985000', '211954.987000', '211954.990000', '211954.993000', '211955.005000', '211955.007000', '211955.010000', '211955.013000', '211955.015000', '211955.018000', '211955.021000', '211955.023000', '211955.026000', '211955.028000', '211955.031000', '211955.034000', '211955.036000', '211955.039000', '211955.041000', '211955.044000', '211955.046000', '211955.049000', '211955.052000', '212014.928000', '212014.931000', '212014.934000', '212014.937000', '212014.940000', '212014.942000', '212014.945000', '212014.947000', '212014.950000', '212014.953000', '212014.955000', '212014.958000', '212014.961000', '212014.963000', '212014.966000', '212014.968000', '212014.972000', '212014.975000', '212014.978000', '212014.980000', '212014.983000', '212014.994000', '212014.997000', '212015.000000', '212015.003000', '212015.005000', '212015.008000', '212015.010000', '212015.013000', '212015.016000', '212015.018000', '212015.021000', '212015.024000', '212015.026000', '212015.029000', '212015.031000', '212015.034000', '212015.037000', '212015.039000', '212015.042000', '212015.044000', '212015.047000', '212015.050000', '212034.929000', '212034.932000', '212034.934000', '212034.937000', '212034.940000', '212034.942000', '212034.945000', '212034.948000', '212034.950000', '212034.953000', '212034.955000', '212034.958000', '212034.961000', '212034.963000', '212034.966000', '212034.969000', '212034.971000', '212034.974000', '212034.976000', '212034.979000', '212034.982000', '212034.984000', '212034.987000', '212034.989000', '212034.992000', '212034.995000', '212034.997000', '212035.001000', '212035.004000', '212035.006000', '212035.009000', '212035.012000', '212035.014000', '212035.017000', '212035.020000', '212035.022000', '212035.025000', '212035.027000', '212035.030000', '212035.033000', '212035.035000', '212035.038000', '212035.040000', '212035.043000', '212054.929000', '212054.932000', '212054.934000', '212054.937000', '212054.940000', '212054.942000', '212054.945000', '212054.947000', '212054.950000', '212054.953000', '212054.955000', '212054.958000', '212054.960000', '212054.963000', '212054.966000', '212054.968000', '212054.971000', '212054.973000', '212054.976000', '212054.979000', '212054.981000', '212054.984000', '212054.987000', '212054.991000', '212054.994000', '212054.996000', '212055.000000', '212055.003000', '212055.005000', '212055.008000', '212055.011000', '212055.013000', '212055.016000', '212055.019000', '212055.021000', '212055.024000', '212055.027000', '212055.029000', '212055.032000', '212055.034000', '212055.037000', '212055.040000', '212055.044000', '212114.929000', '212114.933000', '212114.935000', '212114.938000', '212114.940000', '212114.943000', '212114.946000', '212114.948000', '212114.951000', '212114.953000', '212114.956000', '212114.958000', '212114.961000', '212114.964000', '212114.966000', '212114.969000', '212114.972000', '212114.974000', '212114.977000', '212114.979000', '212114.982000', '212114.985000', '212114.987000', '212114.990000', '212114.993000', '212114.995000', '212114.998000', '212115.001000', '212115.003000', '212115.006000', '212115.023000', '212115.026000', '212115.028000', '212115.031000', '212115.034000', '212115.036000', '212115.039000', '212115.042000', '212115.044000', '212115.047000', '212115.049000', '212115.052000', '212115.054000', '212115.057000', '212134.929000', '212134.932000', '212134.935000', '212134.938000', '212134.940000', '212134.943000', '212134.946000', '212134.949000', '212134.951000', '212134.954000', '212134.956000', '212134.959000', '212134.962000', '212134.964000', '212134.967000', '212134.970000', '212134.972000', '212134.975000', '212134.978000', '212134.980000', '212134.983000', '212134.986000', '212134.988000', '212134.991000', '212134.994000', '212134.996000', '212135.000000', '212135.003000', '212135.005000', '212135.008000', '212135.010000', '212135.013000', '212135.016000', '212135.019000', '212135.021000', '212135.024000', '212135.026000', '212135.029000', '212135.032000', '212135.035000', '212135.037000', '212135.040000', '212135.044000', '212154.930000', '212154.933000', '212154.935000', '212154.938000', '212154.941000', '212154.943000', '212154.946000', '212154.948000', '212154.951000', '212154.954000', '212154.956000', '212154.959000', '212154.962000', '212154.964000', '212154.967000', '212154.970000', '212154.972000', '212154.975000', '212154.977000', '212154.980000', '212154.983000', '212154.985000', '212154.988000', '212154.990000', '212154.993000', '212154.996000', '212154.998000', '212155.002000', '212155.004000', '212155.007000', '212155.010000', '212155.012000', '212155.015000', '212155.017000', '212155.020000', '212155.023000', '212155.025000', '212155.028000', '212155.030000', '212155.033000', '212155.036000', '212155.038000', '212155.041000', '212155.043000', '212214.929000', '212214.932000', '212214.934000', '212214.937000', '212214.939000', '212214.942000', '212214.945000', '212214.947000', '212214.950000', '212214.952000', '212214.955000', '212214.957000', '212214.960000', '212214.963000', '212214.965000', '212214.968000', '212214.971000', '212214.973000', '212214.976000', '212214.979000', '212214.981000', '212214.984000', '212214.986000', '212214.989000', '212214.992000', '212214.994000', '212214.997000', '212215.000000', '212215.003000', '212215.006000', '212215.008000', '212215.011000', '212215.014000', '212215.016000', '212215.019000', '212215.022000', '212215.025000', '212215.027000', '212215.030000', '212215.033000', '212215.035000', '212215.038000', '212215.041000', '212234.929000', '212234.931000', '212234.934000', '212234.937000', '212234.939000', '212234.942000', '212234.944000', '212234.947000', '212234.950000', '212234.952000', '212234.955000', '212234.957000', '212234.960000', '212234.963000', '212234.965000', '212234.968000', '212234.971000', '212234.973000', '212234.976000', '212234.978000', '212234.981000', '212234.983000', '212234.986000', '212234.989000', '212234.991000', '212234.994000', '212234.996000', '212235.000000', '212235.003000', '212235.006000', '212235.008000', '212235.011000', '212235.014000', '212235.016000', '212235.019000', '212235.022000', '212235.024000', '212235.027000', '212235.030000', '212235.032000', '212235.035000', '212235.038000', '212235.040000', '212235.043000', '212254.928000', '212254.931000', '212254.934000', '212254.937000', '212254.939000', '212254.942000', '212254.945000', '212254.947000', '212254.950000', '212254.953000', '212254.955000', '212254.958000', '212254.960000', '212254.963000', '212254.966000', '212254.968000', '212254.971000', '212254.974000', '212254.976000', '212254.979000', '212254.982000', '212254.984000', '212254.987000', '212254.990000', '212254.992000', '212255.009000', '212255.011000', '212255.014000', '212255.016000', '212255.020000', '212255.022000', '212255.025000', '212255.027000', '212255.030000', '212255.033000', '212255.035000', '212255.038000', '212255.041000', '212255.043000', '212255.046000', '212255.049000', '212255.051000', '212255.054000', '212314.929000', '212314.932000', '212314.935000', '212314.937000', '212314.940000', '212314.943000', '212314.945000', '212314.948000', '212314.951000', '212314.953000', '212314.956000', '212314.959000', '212314.961000', '212314.964000', '212314.967000', '212314.969000', '212314.972000', '212314.974000', '212314.977000', '212314.980000', '212314.982000', '212314.985000', '212314.988000', '212314.990000', '212314.993000', '212314.995000', '212314.998000', '212315.002000', '212315.004000', '212315.007000', '212315.010000', '212315.012000', '212315.015000', '212315.018000', '212315.020000', '212315.023000', '212315.026000', '212315.028000', '212315.031000', '212315.034000', '212315.036000', '212315.039000', '212315.041000', '212315.044000', '212334.929000', '212334.932000', '212334.935000', '212334.938000', '212334.940000', '212334.943000', '212334.945000', '212334.948000', '212334.951000', '212334.953000', '212334.956000', '212334.959000', '212334.961000', '212334.964000', '212334.967000', '212334.969000', '212334.972000', '212334.975000', '212334.977000', '212334.980000', '212334.983000', '212334.985000', '212334.988000', '212334.991000', '212334.993000', '212334.996000', '212334.999000', '212335.001000', '212335.004000', '212335.007000', '212335.009000', '212335.012000', '212335.015000', '212335.017000', '212335.020000', '212335.023000', '212335.025000', '212335.028000', '212335.031000', '212335.033000', '212335.036000', '212335.039000', '212335.041000', '212354.930000', '212354.932000', '212354.935000', '212354.938000', '212354.940000', '212354.943000', '212354.945000', '212354.948000', '212354.951000', '212354.953000', '212354.956000', '212354.958000', '212354.963000', '212354.966000', '212354.968000', '212354.971000', '212354.974000', '212354.976000', '212354.979000', '212354.981000', '212354.984000', '212354.987000', '212354.989000', '212354.992000', '212354.995000', '212354.997000', '212355.001000', '212355.003000', '212355.006000', '212355.009000', '212355.011000', '212355.014000', '212355.017000', '212355.020000', '212355.022000', '212355.025000', '212355.028000', '212355.030000', '212355.033000', '212355.035000', '212355.038000', '212355.041000', '212355.043000', '212355.046000', '212414.929000', '212414.932000', '212414.935000', '212414.938000', '212414.940000', '212414.943000', '212414.946000', '212414.948000', '212414.951000', '212414.954000', '212414.956000', '212414.959000', '212414.962000', '212414.964000', '212414.967000', '212414.970000', '212414.972000', '212414.975000', '212414.978000', '212414.980000', '212414.983000', '212414.985000', '212414.988000', '212414.991000', '212414.994000', '212414.996000', '212415.000000', '212415.003000', '212415.005000', '212415.008000', '212415.011000', '212415.013000', '212415.016000', '212415.018000', '212415.021000', '212415.024000', '212415.056000', '212415.058000', '212415.061000', '212415.064000', '212415.066000', '212415.069000', '212415.072000', '212434.929000', '212434.931000', '212434.934000', '212434.937000', '212434.939000', '212434.942000', '212434.944000', '212434.947000', '212434.950000', '212434.952000', '212434.955000', '212434.957000', '212434.960000', '212434.963000', '212434.965000', '212434.968000', '212434.970000', '212434.973000', '212434.976000', '212434.978000', '212434.981000', '212434.984000', '212434.986000', '212434.989000', '212434.992000', '212434.994000', '212434.997000', '212435.001000', '212435.003000', '212435.006000', '212435.009000', '212435.011000', '212435.014000', '212435.017000', '212435.019000', '212435.022000', '212435.025000', '212435.027000', '212435.030000', '212435.032000', '212435.035000', '212435.038000', '212435.040000', '212454.929000', '212454.931000', '212454.934000', '212454.937000', '212454.939000', '212454.942000', '212454.945000', '212454.948000', '212454.950000', '212454.953000', '212454.956000', '212454.958000', '212454.961000', '212454.963000', '212454.966000', '212454.969000', '212454.971000', '212454.974000', '212454.976000', '212454.979000', '212454.982000', '212454.984000', '212454.987000', '212454.990000', '212454.992000', '212454.995000', '212454.998000', '212455.001000', '212455.004000', '212455.007000', '212455.010000', '212455.012000', '212455.015000', '212455.017000', '212455.020000', '212455.023000', '212455.025000', '212455.028000', '212455.031000', '212455.033000', '212455.036000', '212455.039000', '212455.041000', '212455.044000', '212514.928000', '212514.932000', '212514.935000', '212514.938000', '212514.941000', '212514.944000', '212514.947000', '212514.949000', '212514.952000', '212514.955000', '212514.957000', '212514.960000', '212514.963000', '212514.965000', '212514.968000', '212514.971000', '212514.973000', '212514.976000', '212514.979000', '212514.982000', '212514.984000', '212514.987000', '212514.990000', '212514.992000', '212514.995000', '212514.997000', '212515.001000', '212515.004000', '212515.006000', '212515.009000', '212515.012000', '212515.014000', '212515.017000', '212515.020000', '212515.022000', '212515.025000', '212515.028000', '212515.030000', '212515.033000', '212515.036000', '212515.038000', '212515.041000', '212515.043000', '212534.929000', '212534.932000', '212534.935000', '212534.937000', '212534.940000', '212534.943000', '212534.945000', '212534.948000', '212534.951000', '212534.953000', '212534.956000', '212534.959000', '212534.961000', '212534.964000', '212534.966000', '212534.969000', '212534.972000', '212534.975000', '212534.977000', '212534.980000', '212534.982000', '212534.985000', '212534.988000', '212534.990000', '212534.993000', '212534.996000', '212534.998000', '212535.002000', '212535.005000', '212535.008000', '212535.010000', '212535.013000', '212535.016000', '212535.018000', '212535.021000', '212535.024000', '212535.026000', '212535.029000', '212535.032000', '212535.034000', '212535.037000', '212535.040000', '212535.043000', '212535.045000', '212554.930000', '212554.932000', '212554.935000', '212554.938000', '212554.940000', '212554.944000', '212554.946000', '212554.949000', '212554.951000', '212554.955000', '212554.957000', '212554.960000', '212554.964000', '212554.967000', '212554.969000', '212554.972000', '212554.974000', '212554.977000', '212554.980000', '212554.982000', '212554.985000', '212554.988000', '212554.990000', '212554.993000', '212554.995000', '212554.998000', '212555.001000', '212555.003000', '212555.006000', '212555.008000', '212555.011000', '212555.014000', '212555.017000', '212555.020000', '212555.022000', '212555.025000', '212555.028000', '212555.030000', '212555.033000', '212555.035000', '212555.038000', '212555.041000', '212555.043000', '212555.046000', '212614.930000', '212614.932000', '212614.935000', '212614.938000', '212614.940000', '212614.943000', '212614.945000', '212614.948000', '212614.951000', '212614.953000', '212614.956000', '212614.959000', '212614.961000', '212614.964000', '212614.966000', '212614.969000', '212614.972000', '212614.974000', '212614.977000', '212614.980000', '212614.982000', '212614.985000', '212614.987000', '212614.990000', '212614.993000', '212614.995000', '212614.998000', '212615.002000', '212615.004000', '212615.007000', '212615.009000', '212615.012000', '212615.015000', '212615.017000', '212615.020000', '212615.023000', '212615.025000', '212615.028000', '212615.030000', '212615.033000', '212615.036000', '212615.038000', '212615.041000', '212634.930000', '212634.933000', '212634.936000', '212634.939000', '212634.942000', '212634.945000', '212634.947000', '212634.950000', '212634.953000', '212634.955000', '212634.958000', '212634.961000', '212634.963000', '212634.966000', '212634.968000', '212634.971000', '212634.974000', '212634.976000', '212634.979000', '212634.981000', '212634.984000', '212634.987000', '212634.989000', '212634.992000', '212634.994000', '212634.997000', '212635.001000', '212635.003000', '212635.006000', '212635.008000', '212635.011000', '212635.014000', '212635.016000', '212635.019000', '212635.022000', '212635.024000', '212635.027000', '212635.029000', '212635.032000', '212635.034000', '212635.037000', '212635.040000', '212635.042000', '212654.929000', '212654.931000', '212654.934000', '212654.937000', '212654.940000', '212654.943000', '212654.945000', '212654.948000', '212654.951000', '212654.953000', '212654.956000', '212654.958000', '212654.961000', '212654.964000', '212654.966000', '212654.969000', '212654.971000', '212654.974000', '212654.977000', '212654.979000', '212654.982000', '212654.984000', '212654.987000', '212654.990000', '212654.992000', '212654.995000', '212654.997000', '212655.001000', '212655.004000', '212655.006000', '212655.009000', '212655.012000', '212655.015000', '212655.017000', '212655.020000', '212655.022000', '212655.025000', '212655.028000', '212655.030000', '212655.033000', '212655.036000', '212655.038000', '212655.041000', '212655.044000', '212714.929000', '212714.931000', '212714.934000', '212714.937000', '212714.939000', '212714.942000', '212714.945000', '212714.947000', '212714.950000', '212714.952000', '212714.955000', '212714.958000', '212714.960000', '212714.963000', '212714.966000', '212714.968000', '212714.971000', '212714.974000', '212714.976000', '212714.979000', '212714.982000', '212714.985000', '212714.988000', '212714.991000', '212714.994000', '212714.996000', '212715.000000', '212715.003000', '212715.006000', '212715.009000', '212715.012000', '212715.014000', '212715.017000', '212715.019000', '212715.022000', '212715.025000', '212715.027000', '212715.030000', '212715.032000', '212715.035000', '212715.038000', '212715.040000', '212715.043000', '212734.929000', '212734.931000', '212734.934000', '212734.937000', '212734.939000', '212734.942000', '212734.945000', '212734.948000', '212734.950000', '212734.953000', '212734.956000', '212734.959000', '212734.961000', '212734.964000', '212734.967000', '212734.970000', '212734.972000', '212734.975000', '212734.978000', '212734.980000', '212734.983000', '212734.986000', '212734.988000', '212734.991000', '212734.994000', '212734.996000', '212735.000000', '212735.002000', '212735.005000', '212735.008000', '212735.010000', '212735.013000', '212735.016000', '212735.018000', '212735.021000', '212735.023000', '212735.026000', '212735.028000', '212735.031000', '212735.034000', '212735.036000', '212735.039000', '212735.042000', '212735.045000', '212748.519000', '212748.522000', '212748.525000', '212748.527000', '212748.530000', '212748.532000', '212748.535000', '212748.538000', '212748.540000', '212748.543000', '212748.545000', '212748.548000', '212748.551000', '212748.553000', '212748.556000', '212748.559000', '212748.562000', '212748.564000', '212748.567000', '212748.570000', '212748.572000', '212748.575000', '212748.578000', '212748.580000', '212748.583000', '212748.586000', '212748.588000', '212748.591000', '212748.594000', '212748.596000'], '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': [14402, 9338, 12945, 9720, 10718, 9666, 7858, 11078, 7332, 9501, 9338, 7361, 9270, 7157, 11120, 8167, 7125, 8937, 7418, 10490, 7173, 10908, 9426, 7502, 9929, 7535, 11657, 8706, 10891, 9464, 8099, 10171, 7368, 11005, 9268, 8858, 10432, 7245, 10559, 8045, 9926, 9166, 8370, 11419, 7700, 11109, 7520, 9535, 8903, 7348, 11055, 7265, 9544, 8826, 7257, 9700, 7657, 11938, 10748, 7852, 10095, 7314, 8917, 8746, 7368, 8956, 9360, 7542, 11116, 7271, 12587, 8121, 10833, 9752, 8219, 10930, 7296, 8659, 7757, 7402, 8275, 7230, 9730, 7680, 8070, 8342, 7202, 9122, 7274, 11813, 8297, 8362, 9438, 7325, 10825, 7805, 12357, 10961, 8320, 9897, 7436, 11773, 9160, 11342, 10148, 8249, 11995, 7163, 9952, 9352, 7406, 9786, 7505, 11463, 8852, 7192, 9435, 7291, 11506, 7918, 12984, 10578, 10905, 9699, 7917, 10009, 7389, 11958, 7676, 11103, 8613, 7346, 9529, 7173, 10625, 7751, 11810, 8733, 7199, 8813, 7342, 10089, 7374, 10465, 8621, 7367, 8928, 7086, 10650, 7128, 12062, 10395, 9331, 9642, 7849, 10043, 7791, 10652, 7232, 12414, 8557, 10043, 9026, 7710, 10036, 7716, 11136, 7880, 12188, 8427, 9252, 9076, 7389, 10055, 7291, 10597, 8170, 7420, 9403, 8785, 7716, 9710, 7736, 12267, 7419, 12442, 7989, 10179, 9047, 7586, 9622, 7335, 10956, 7241, 10013, 7475, 8472, 8717, 7306, 9498, 7147, 10085, 7550, 10391, 8565, 9755, 10301, 7493, 10811, 7596, 11595, 9537, 10771, 10107, 8545, 11349, 7272, 9193, 8328, 7583, 9804, 8404, 10985, 7306, 11700, 7973, 12294, 9194, 12219, 10780, 9903, 10323, 8308, 10646, 7078, 12043, 8605, 11003, 9696, 7911, 9683, 7579, 10615, 7398, 10816, 9449, 7268, 8727, 7263, 9589, 7556, 11261, 8132, 9531, 8918, 7400, 9280, 7293, 10783, 8057, 9989, 9112, 7565, 9432, 8098, 9050, 9632, 8233, 10834, 7970, 12869, 7652, 8465, 9137, 7467, 10408, 7621, 12905, 7902, 11000, 8724, 9242, 9626, 9162, 9997, 8142, 12144, 7330, 11905, 8135, 11347, 9606, 9884, 9968, 7663, 10213, 7333, 10884, 7786, 9788, 9492, 7073, 9566, 7552, 9879, 8240, 9428, 9217, 7910, 11086, 7463, 10614, 8470, 7736, 9393, 7483, 11122, 7761, 12571, 8214, 10196, 9072, 7666, 10102, 7590, 12117, 7504, 10878, 8281, 9312, 8741, 7822, 8714, 7037, 11018, 7343, 7461, 8729, 7540, 9419, 7228, 11729, 7447, 10388, 8495, 10512, 9620, 9100, 11033, 7533, 11717, 7647, 13017, 9086, 12055, 10545, 8398, 10138, 7289, 10991, 7213, 10812, 10252, 7912, 9971, 7779, 10613, 7232, 11490, 7534, 10601, 9233, 7057, 9268, 7319, 9881, 7345, 9661, 8805, 7056, 9334, 7546, 11335, 7946, 12759, 10227, 11965, 8666, 8312, 9134, 7026, 10309, 7945, 10338, 9484, 7215, 9977, 7352, 11130, 7182, 9616, 8360, 7739, 7193, 7017, 7302, 8076, 7546, 10791, 7600, 12684, 7380, 10671, 9035, 7070, 9875, 7295, 12588, 10904, 12861, 12106, 10343, 9627, 7261, 11816, 9825, 7142, 12208, 9073, 9423, 8911, 7245, 12748, 8264, 11331, 9228, 7204, 9782, 6927, 10061, 8333, 7212, 8542, 7362, 8386, 7449, 7861, 8497, 7134, 9351, 7607, 10466, 8068, 10284, 9743, 7978, 10977, 7313, 11209, 7806, 11701, 10157, 10811, 9899, 8397, 10567, 7479, 10723, 9688, 8035, 10831, 7366, 10769, 8978, 10081, 9687, 8050, 12229, 7706, 10832, 9000, 9287, 9865, 8446, 11612, 7119, 11338, 7432, 10082, 8898, 8051, 8866, 7447, 11488, 7547, 9330, 9183, 7408, 9315, 7286, 12034, 7358, 11500, 8400, 10682, 8954, 10074, 9509, 7159, 10370, 7406, 7242, 8899, 7507, 7834, 8944, 7344, 12899, 8979, 11460, 9692, 10315, 9945, 9580, 10974, 8312, 12123, 7061, 9775, 7887, 9486, 8297, 8214, 8743, 7525, 9393, 7191, 9427, 7742, 10656, 7518, 9892, 9031, 7321, 8629, 7232, 10593, 7521, 11756, 10368, 9939, 9535, 7808, 10288, 7409, 11786, 11193, 8841, 10825, 7959, 9478, 10016, 7885, 12844, 10943, 11862, 10116, 7896, 11881, 8591, 12594, 11471, 8584, 10302, 7560, 11551, 8938, 8626, 11443, 7663, 10075, 8722, 7074, 9270, 7481, 11949, 7181, 9405, 9152, 7064, 9917, 7402, 11296, 10129, 7307, 9817, 7234, 12011, 8867, 10415, 9603, 7580, 11503, 7340, 10666, 8686, 9595, 9767, 7795, 11832, 7283, 11201, 8011, 10713, 8947, 8546, 9752, 7003, 10720, 7410, 11638, 7959, 10450, 9462, 7923, 10198, 7634, 10811, 7486, 10170, 9926, 7893, 10533, 7389, 11095, 7733, 10236, 9722, 7333, 11125, 7285, 7825, 8760, 7197, 10733, 8797, 12455, 8565, 8757, 9758, 7839, 11319, 8721, 13543, 8795, 9610, 9702, 7582, 10809, 7192, 13019, 7573, 10089, 9335, 7155, 10118, 7163, 11906, 9386, 10733, 9155, 7469, 10202, 7546, 11812, 8270, 12803, 8157, 10598, 8998, 8069, 9068, 7376, 11579, 7127, 10553, 8108, 9144, 9011, 7756, 10192, 7499, 10297, 7252, 11320, 7588, 10842, 9653, 8017, 10521, 7384, 10468, 7444, 11466, 9481, 9810, 9474, 7839, 10507, 7435, 11114, 7488, 11463, 8441, 7343, 8615, 7305, 9584, 7732, 9056, 8832, 7182, 11195, 7344, 11219, 8670, 10389, 9967, 8716, 11649, 7649, 10441, 8556, 7549, 9451, 8699, 7580, 11135, 9103, 10069, 9803, 8062, 10669, 7983, 11148, 7802, 11342, 7640, 10267, 7796, 7190, 8396, 7446, 9468, 7637, 11764, 7802, 10225, 8366, 7328, 9870, 8044, 10753, 8049, 12301, 8264, 9360, 9332, 8216, 10672, 7811, 13190, 7647, 10231, 9545, 7592, 10506, 7506, 11778, 10782, 8335, 10571, 7467, 10666, 10163, 8789, 9963, 7322, 12359, 7655, 9403, 9175, 7562, 9489, 7469, 11842, 7869, 7068, 8266, 7517, 9823, 7386, 10014, 9999, 7497, 9994, 7330, 10337, 8615, 9493, 9525, 7773, 12043, 7366, 10689, 9105, 9162, 10242, 7364, 13061, 7401, 7938, 8664, 6961, 10474, 7744, 10164, 9427, 7445, 10728, 8575, 9056, 9667, 7715, 13144, 9075, 7304, 10012, 7672, 12050, 10425, 9686, 10566, 7145, 11328, 8936, 10186, 9676, 7995, 12710, 7260, 10392, 9783, 7742, 10719, 7715, 12232, 8294, 7284, 9246, 7472, 10965, 7844, 11493, 9139, 7330, 9740, 7464, 11029, 7414, 11321, 9696, 8640, 9532, 7495, 10340, 7263, 12077, 10676, 7737, 9818, 7425, 11259, 7538, 10070, 9915, 7926, 10239, 7731, 9242, 9106, 7267, 9745, 7417, 10069, 8949, 7629, 9159, 7661, 11156, 8656, 11127, 10456, 8318, 9993, 7700, 10652, 7207, 12360, 10689, 10473, 9719, 7891, 10705, 7451, 11762, 9250, 8661, 9331, 7746, 7105, 7935, 7191, 8256, 9152, 7947, 12949, 10309, 9756, 10910, 8456, 12573, 9192, 14285, 12414, 9405, 8667, 7456, 9299, 7671, 9510, 8937, 7235, 8718, 7187, 9213, 7529, 10856, 7662, 10190, 9497, 8042, 9542, 7573, 10413, 7486, 9441, 9687, 7380, 9823, 7535, 10360, 8485, 10347, 9688, 8400, 11830, 7439, 10842, 8952, 9426, 9856, 8850, 10968, 7730, 11649, 7203, 12171, 8252, 11377, 9286, 7916, 10325, 7314, 7938, 8058, 7398, 9277, 7923, 10891, 8035, 12331, 7257, 12136, 8184, 13038, 10021, 13056, 11331, 8420, 9689, 7270, 10041, 7399, 8910, 8847, 7074, 10183, 7258, 12013, 9218, 12055, 10931, 9283, 10553, 8271, 11442, 7416, 12351, 8169, 12267, 9204, 7050, 9426, 7216, 10156, 7564, 9373, 8755, 6993, 9876, 7450, 11444, 7776, 11829, 10617, 8379, 9682, 7506, 11153, 7990, 11499, 10140, 8248, 10287, 7600, 8416, 8727, 7489, 11211, 9571, 7304, 10854, 8329, 7182, 10673, 8395, 9954, 9441, 7640, 11414, 7861, 13137, 10890, 9981, 7514, 7087, 8674, 7000, 8147, 8058, 7063, 9453, 7809, 8232, 8528, 8291, 9634, 7925, 11776, 7553, 12146, 9236, 12100, 10558, 10623, 9911, 8206, 10325, 7469, 10597, 7450, 11872, 9589, 10304, 8285, 7415, 9616, 7954, 7228, 11043, 9490, 9990, 11519, 8071, 13205, 9871, 13088, 11404, 12061, 10599, 8543, 12014, 7326, 8812, 8231, 7151, 8410, 7434, 11104, 7265, 8627, 8556, 7443, 8993, 6997, 10422, 7348, 11151, 7633, 9233, 8780, 7912, 9215, 7567, 11886, 7554, 10466, 8499, 8683, 8860, 7250, 11652, 7523, 11130, 8651, 9530, 9110, 8238, 10643, 7507, 11677, 8738, 9439, 10026, 8248, 11555, 8182, 12856, 7404, 9840, 9263, 7620, 10532, 7447, 12450, 7918, 7658, 9085, 7072, 10617, 7401, 11981, 10426, 8806, 9227, 7364, 10710, 7330, 11800, 10063, 7286, 9289, 7301, 9695, 9206, 7947, 11288, 7603, 9959, 9730, 7540, 10968, 8915, 11735, 9839, 7608, 11624, 7529, 10749, 9189, 7266, 11240, 8293, 7143, 9125, 7855, 6977, 10975], 'WindowCenter': [4432.0, 4366.0, 4393.0, 4360.0, 4358.0, 4359.0, 4326.0, 4365.0, 4315.0, 4344.0, 4345.0, 4315.0, 4344.0, 4317.0, 4367.0, 4336.0, 4317.0, 4347.0, 4328.0, 4357.0, 4317.0, 4369.0, 4348.0, 4327.0, 4357.0, 4328.0, 4368.0, 4337.0, 4369.0, 4347.0, 4326.0, 4356.0, 4327.0, 4367.0, 4346.0, 4348.0, 4358.0, 4316.0, 4356.0, 4326.0, 4357.0, 4345.0, 4336.0, 4368.0, 4325.0, 4365.0, 4325.0, 4357.0, 4346.0, 4316.0, 4370.0, 4327.0, 4347.0, 4347.0, 4329.0, 4346.0, 4328.0, 4379.0, 4369.0, 4340.0, 4358.0, 4316.0, 4336.0, 4335.0, 4316.0, 4336.0, 4346.0, 4327.0, 4357.0, 4316.0, 4366.0, 4337.0, 4356.0, 4344.0, 4325.0, 4356.0, 4315.0, 4334.0, 4315.0, 4328.0, 4336.0, 4317.0, 4359.0, 4328.0, 4340.0, 4339.0, 4331.0, 4350.0, 4329.0, 4381.0, 4340.0, 4339.0, 4349.0, 4329.0, 4370.0, 4328.0, 4378.0, 4370.0, 4338.0, 4358.0, 4328.0, 4368.0, 4349.0, 4368.0, 4359.0, 4338.0, 4379.0, 4318.0, 4357.0, 4359.0, 4330.0, 4357.0, 4329.0, 4380.0, 4348.0, 4318.0, 4359.0, 4330.0, 4380.0, 4339.0, 4391.0, 4369.0, 4366.0, 4347.0, 4338.0, 4358.0, 4316.0, 4365.0, 4327.0, 4366.0, 4335.0, 4315.0, 4358.0, 4316.0, 4356.0, 4329.0, 4367.0, 4334.0, 4315.0, 4347.0, 4328.0, 4355.0, 4330.0, 4366.0, 4337.0, 4327.0, 4348.0, 4318.0, 4368.0, 4317.0, 4379.0, 4359.0, 4347.0, 4347.0, 4326.0, 4357.0, 4328.0, 4356.0, 4328.0, 4378.0, 4337.0, 4358.0, 4348.0, 4327.0, 4357.0, 4327.0, 4367.0, 4339.0, 4377.0, 4336.0, 4346.0, 4347.0, 4328.0, 4358.0, 4331.0, 4370.0, 4338.0, 4329.0, 4348.0, 4349.0, 4341.0, 4361.0, 4341.0, 4381.0, 4329.0, 4379.0, 4338.0, 4358.0, 4349.0, 4326.0, 4347.0, 4327.0, 4367.0, 4328.0, 4358.0, 4330.0, 4350.0, 4349.0, 4330.0, 4361.0, 4330.0, 4370.0, 4340.0, 4371.0, 4351.0, 4360.0, 4373.0, 4330.0, 4368.0, 4329.0, 4380.0, 4361.0, 4369.0, 4358.0, 4338.0, 4368.0, 4329.0, 4359.0, 4349.0, 4340.0, 4359.0, 4338.0, 4370.0, 4329.0, 4379.0, 4339.0, 4379.0, 4349.0, 4377.0, 4370.0, 4358.0, 4357.0, 4335.0, 4355.0, 4316.0, 4376.0, 4335.0, 4367.0, 4346.0, 4325.0, 4345.0, 4326.0, 4357.0, 4326.0, 4368.0, 4357.0, 4316.0, 4336.0, 4316.0, 4358.0, 4327.0, 4366.0, 4340.0, 4347.0, 4347.0, 4327.0, 4358.0, 4329.0, 4356.0, 4325.0, 4358.0, 4350.0, 4328.0, 4348.0, 4339.0, 4348.0, 4360.0, 4349.0, 4368.0, 4340.0, 4378.0, 4327.0, 4338.0, 4358.0, 4340.0, 4368.0, 4328.0, 4390.0, 4339.0, 4369.0, 4349.0, 4348.0, 4360.0, 4348.0, 4357.0, 4338.0, 4377.0, 4316.0, 4365.0, 4337.0, 4366.0, 4346.0, 4356.0, 4357.0, 4325.0, 4355.0, 4314.0, 4368.0, 4326.0, 4344.0, 4345.0, 4316.0, 4346.0, 4327.0, 4356.0, 4338.0, 4360.0, 4348.0, 4326.0, 4370.0, 4327.0, 4356.0, 4336.0, 4326.0, 4348.0, 4328.0, 4366.0, 4329.0, 4379.0, 4337.0, 4356.0, 4336.0, 4328.0, 4356.0, 4326.0, 4379.0, 4327.0, 4367.0, 4336.0, 4347.0, 4347.0, 4327.0, 4348.0, 4330.0, 4369.0, 4328.0, 4329.0, 4361.0, 4341.0, 4359.0, 4343.0, 4381.0, 4331.0, 4370.0, 4362.0, 4371.0, 4359.0, 4350.0, 4370.0, 4328.0, 4378.0, 4327.0, 4388.0, 4346.0, 4377.0, 4357.0, 4325.0, 4355.0, 4315.0, 4367.0, 4315.0, 4367.0, 4358.0, 4325.0, 4346.0, 4325.0, 4356.0, 4327.0, 4365.0, 4326.0, 4368.0, 4346.0, 4316.0, 4347.0, 4329.0, 4358.0, 4327.0, 4372.0, 4360.0, 4330.0, 4359.0, 4340.0, 4381.0, 4338.0, 4378.0, 4359.0, 4367.0, 4336.0, 4336.0, 4348.0, 4317.0, 4356.0, 4340.0, 4358.0, 4347.0, 4328.0, 4357.0, 4316.0, 4356.0, 4304.0, 4344.0, 4337.0, 4341.0, 4331.0, 4330.0, 4342.0, 4341.0, 4343.0, 4382.0, 4341.0, 4404.0, 4329.0, 4358.0, 4347.0, 4317.0, 4357.0, 4327.0, 4377.0, 4367.0, 4376.0, 4367.0, 4345.0, 4337.0, 4303.0, 4352.0, 4330.0, 4289.0, 4349.0, 4318.0, 4319.0, 4318.0, 4288.0, 4350.0, 4308.0, 4337.0, 4318.0, 4298.0, 4329.0, 4290.0, 4330.0, 4324.0, 4314.0, 4335.0, 4315.0, 4324.0, 4313.0, 4324.0, 4348.0, 4317.0, 4347.0, 4328.0, 4358.0, 4339.0, 4358.0, 4360.0, 4338.0, 4369.0, 4329.0, 4367.0, 4328.0, 4380.0, 4358.0, 4369.0, 4358.0, 4338.0, 4368.0, 4329.0, 4368.0, 4360.0, 4339.0, 4369.0, 4328.0, 4369.0, 4349.0, 4358.0, 4359.0, 4340.0, 4378.0, 4329.0, 4357.0, 4337.0, 4348.0, 4346.0, 4326.0, 4368.0, 4316.0, 4367.0, 4316.0, 4356.0, 4346.0, 4326.0, 4337.0, 4328.0, 4379.0, 4327.0, 4346.0, 4347.0, 4327.0, 4346.0, 4328.0, 4378.0, 4327.0, 4366.0, 4336.0, 4357.0, 4348.0, 4346.0, 4347.0, 4317.0, 4358.0, 4328.0, 4328.0, 4349.0, 4330.0, 4340.0, 4348.0, 4329.0, 4391.0, 4350.0, 4369.0, 4359.0, 4358.0, 4359.0, 4358.0, 4369.0, 4337.0, 4366.0, 4315.0, 4345.0, 4326.0, 4347.0, 4337.0, 4338.0, 4349.0, 4328.0, 4348.0, 4318.0, 4349.0, 4340.0, 4368.0, 4329.0, 4372.0, 4350.0, 4331.0, 4351.0, 4341.0, 4383.0, 4342.0, 4393.0, 4373.0, 4372.0, 4361.0, 4341.0, 4372.0, 4330.0, 4382.0, 4384.0, 4364.0, 4382.0, 4340.0, 4361.0, 4361.0, 4340.0, 4393.0, 4371.0, 4380.0, 4358.0, 4338.0, 4379.0, 4337.0, 4378.0, 4367.0, 4334.0, 4344.0, 4314.0, 4365.0, 4333.0, 4336.0, 4366.0, 4314.0, 4344.0, 4334.0, 4304.0, 4344.0, 4314.0, 4366.0, 4304.0, 4345.0, 4345.0, 4315.0, 4356.0, 4314.0, 4367.0, 4357.0, 4315.0, 4345.0, 4315.0, 4366.0, 4346.0, 4354.0, 4358.0, 4325.0, 4365.0, 4314.0, 4354.0, 4335.0, 4344.0, 4356.0, 4326.0, 4365.0, 4314.0, 4354.0, 4325.0, 4355.0, 4334.0, 4336.0, 4346.0, 4315.0, 4355.0, 4315.0, 4365.0, 4324.0, 4356.0, 4347.0, 4325.0, 4355.0, 4325.0, 4367.0, 4316.0, 4356.0, 4359.0, 4327.0, 4356.0, 4326.0, 4367.0, 4327.0, 4356.0, 4347.0, 4317.0, 4367.0, 4328.0, 4327.0, 4348.0, 4328.0, 4368.0, 4351.0, 4378.0, 4337.0, 4337.0, 4358.0, 4328.0, 4366.0, 4349.0, 4387.0, 4335.0, 4344.0, 4345.0, 4326.0, 4355.0, 4315.0, 4377.0, 4325.0, 4356.0, 4345.0, 4315.0, 4356.0, 4313.0, 4377.0, 4347.0, 4366.0, 4345.0, 4314.0, 4355.0, 4324.0, 4366.0, 4335.0, 4364.0, 4323.0, 4354.0, 4333.0, 4322.0, 4333.0, 4314.0, 4364.0, 4313.0, 4353.0, 4324.0, 4345.0, 4335.0, 4326.0, 4357.0, 4316.0, 4356.0, 4326.0, 4368.0, 4326.0, 4366.0, 4358.0, 4325.0, 4356.0, 4326.0, 4367.0, 4327.0, 4367.0, 4358.0, 4358.0, 4357.0, 4327.0, 4357.0, 4327.0, 4368.0, 4327.0, 4367.0, 4350.0, 4329.0, 4349.0, 4329.0, 4371.0, 4340.0, 4361.0, 4363.0, 4333.0, 4381.0, 4341.0, 4381.0, 4362.0, 4371.0, 4360.0, 4352.0, 4381.0, 4342.0, 4372.0, 4350.0, 4341.0, 4360.0, 4350.0, 4341.0, 4369.0, 4362.0, 4372.0, 4361.0, 4340.0, 4370.0, 4340.0, 4370.0, 4329.0, 4356.0, 4340.0, 4359.0, 4328.0, 4319.0, 4339.0, 4343.0, 4360.0, 4329.0, 4393.0, 4341.0, 4370.0, 4340.0, 4330.0, 4371.0, 4340.0, 4370.0, 4353.0, 4381.0, 4351.0, 4360.0, 4361.0, 4351.0, 4370.0, 4340.0, 4391.0, 4340.0, 4360.0, 4359.0, 4340.0, 4370.0, 4328.0, 4380.0, 4372.0, 4339.0, 4369.0, 4329.0, 4358.0, 4358.0, 4337.0, 4347.0, 4318.0, 4378.0, 4326.0, 4347.0, 4347.0, 4328.0, 4358.0, 4317.0, 4379.0, 4338.0, 4317.0, 4337.0, 4328.0, 4359.0, 4329.0, 4358.0, 4371.0, 4329.0, 4359.0, 4330.0, 4370.0, 4351.0, 4360.0, 4361.0, 4342.0, 4381.0, 4330.0, 4370.0, 4349.0, 4348.0, 4358.0, 4331.0, 4390.0, 4329.0, 4339.0, 4349.0, 4330.0, 4369.0, 4340.0, 4372.0, 4361.0, 4342.0, 4370.0, 4351.0, 4362.0, 4360.0, 4341.0, 4392.0, 4350.0, 4329.0, 4359.0, 4340.0, 4378.0, 4370.0, 4361.0, 4368.0, 4318.0, 4368.0, 4348.0, 4358.0, 4347.0, 4328.0, 4377.0, 4316.0, 4346.0, 4346.0, 4326.0, 4355.0, 4328.0, 4366.0, 4325.0, 4315.0, 4335.0, 4315.0, 4352.0, 4327.0, 4367.0, 4335.0, 4315.0, 4344.0, 4316.0, 4356.0, 4315.0, 4367.0, 4345.0, 4335.0, 4345.0, 4315.0, 4356.0, 4315.0, 4366.0, 4356.0, 4315.0, 4345.0, 4315.0, 4366.0, 4315.0, 4346.0, 4358.0, 4326.0, 4356.0, 4327.0, 4347.0, 4348.0, 4327.0, 4346.0, 4329.0, 4359.0, 4349.0, 4340.0, 4359.0, 4340.0, 4380.0, 4349.0, 4381.0, 4371.0, 4339.0, 4359.0, 4329.0, 4370.0, 4328.0, 4378.0, 4371.0, 4369.0, 4358.0, 4338.0, 4358.0, 4328.0, 4366.0, 4347.0, 4350.0, 4360.0, 4340.0, 4331.0, 4340.0, 4330.0, 4351.0, 4349.0, 4340.0, 4391.0, 4359.0, 4348.0, 4368.0, 4337.0, 4378.0, 4335.0, 4376.0, 4366.0, 4334.0, 4322.0, 4313.0, 4334.0, 4325.0, 4344.0, 4347.0, 4316.0, 4336.0, 4317.0, 4346.0, 4327.0, 4367.0, 4326.0, 4358.0, 4348.0, 4327.0, 4347.0, 4327.0, 4357.0, 4327.0, 4347.0, 4360.0, 4329.0, 4359.0, 4329.0, 4359.0, 4350.0, 4370.0, 4360.0, 4351.0, 4380.0, 4329.0, 4369.0, 4349.0, 4360.0, 4359.0, 4338.0, 4370.0, 4328.0, 4368.0, 4328.0, 4367.0, 4327.0, 4368.0, 4347.0, 4325.0, 4359.0, 4329.0, 4339.0, 4339.0, 4329.0, 4360.0, 4340.0, 4371.0, 4341.0, 4380.0, 4329.0, 4379.0, 4338.0, 4389.0, 4360.0, 4376.0, 4368.0, 4326.0, 4347.0, 4316.0, 4357.0, 4316.0, 4349.0, 4349.0, 4330.0, 4370.0, 4330.0, 4379.0, 4349.0, 4378.0, 4371.0, 4347.0, 4356.0, 4326.0, 4354.0, 4314.0, 4364.0, 4324.0, 4367.0, 4334.0, 4304.0, 4333.0, 4314.0, 4356.0, 4325.0, 4348.0, 4337.0, 4317.0, 4356.0, 4317.0, 4368.0, 4326.0, 4367.0, 4359.0, 4326.0, 4345.0, 4315.0, 4366.0, 4325.0, 4366.0, 4358.0, 4335.0, 4354.0, 4325.0, 4336.0, 4337.0, 4330.0, 4370.0, 4358.0, 4329.0, 4357.0, 4335.0, 4315.0, 4355.0, 4326.0, 4346.0, 4345.0, 4314.0, 4354.0, 4313.0, 4363.0, 4357.0, 4344.0, 4313.0, 4304.0, 4334.0, 4303.0, 4326.0, 4341.0, 4330.0, 4360.0, 4341.0, 4351.0, 4352.0, 4341.0, 4362.0, 4343.0, 4381.0, 4330.0, 4379.0, 4349.0, 4368.0, 4357.0, 4359.0, 4348.0, 4326.0, 4346.0, 4316.0, 4357.0, 4315.0, 4365.0, 4347.0, 4358.0, 4338.0, 4329.0, 4358.0, 4339.0, 4328.0, 4367.0, 4347.0, 4348.0, 4370.0, 4326.0, 4366.0, 4345.0, 4364.0, 4353.0, 4350.0, 4331.0, 4311.0, 4351.0, 4300.0, 4321.0, 4310.0, 4303.0, 4321.0, 4315.0, 4354.0, 4313.0, 4323.0, 4323.0, 4313.0, 4333.0, 4303.0, 4356.0, 4316.0, 4354.0, 4316.0, 4334.0, 4335.0, 4326.0, 4345.0, 4326.0, 4365.0, 4326.0, 4356.0, 4336.0, 4336.0, 4335.0, 4328.0, 4368.0, 4327.0, 4367.0, 4337.0, 4357.0, 4336.0, 4325.0, 4369.0, 4326.0, 4367.0, 4337.0, 4346.0, 4346.0, 4325.0, 4366.0, 4338.0, 4376.0, 4315.0, 4345.0, 4334.0, 4326.0, 4354.0, 4314.0, 4377.0, 4325.0, 4326.0, 4336.0, 4317.0, 4357.0, 4315.0, 4367.0, 4358.0, 4336.0, 4346.0, 4315.0, 4354.0, 4315.0, 4368.0, 4358.0, 4329.0, 4347.0, 4327.0, 4357.0, 4347.0, 4337.0, 4380.0, 4328.0, 4359.0, 4347.0, 4340.0, 4357.0, 4348.0, 4380.0, 4346.0, 4326.0, 4355.0, 4315.0, 4355.0, 4334.0, 4315.0, 4367.0, 4326.0, 4318.0, 4347.0, 4337.0, 4315.0, 4355.0], 'WindowWidth': [9759.0, 9654.0, 9686.0, 9634.0, 9626.0, 9630.0, 9579.0, 9629.0, 9561.0, 9601.0, 9602.0, 9564.0, 9600.0, 9570.0, 9636.0, 9593.0, 9569.0, 9608.0, 9586.0, 9621.0, 9569.0, 9641.0, 9610.0, 9582.0, 9622.0, 9584.0, 9637.0, 9594.0, 9641.0, 9607.0, 9580.0, 9618.0, 9581.0, 9635.0, 9603.0, 9613.0, 9624.0, 9567.0, 9618.0, 9578.0, 9621.0, 9603.0, 9593.0, 9638.0, 9577.0, 9630.0, 9576.0, 9624.0, 9605.0, 9567.0, 9646.0, 9583.0, 9609.0, 9607.0, 9591.0, 9607.0, 9584.0, 9656.0, 9641.0, 9603.0, 9625.0, 9563.0, 9590.0, 9587.0, 9565.0, 9590.0, 9605.0, 9581.0, 9621.0, 9566.0, 9631.0, 9596.0, 9619.0, 9599.0, 9576.0, 9616.0, 9561.0, 9586.0, 9563.0, 9585.0, 9592.0, 9568.0, 9626.0, 9585.0, 9600.0, 9600.0, 9595.0, 9616.0, 9586.0, 9659.0, 9602.0, 9600.0, 9614.0, 9588.0, 9643.0, 9584.0, 9650.0, 9644.0, 9597.0, 9624.0, 9584.0, 9638.0, 9614.0, 9636.0, 9626.0, 9596.0, 9655.0, 9572.0, 9622.0, 9628.0, 9593.0, 9622.0, 9588.0, 9656.0, 9613.0, 9572.0, 9628.0, 9592.0, 9659.0, 9600.0, 9675.0, 9641.0, 9633.0, 9608.0, 9597.0, 9625.0, 9565.0, 9631.0, 9583.0, 9632.0, 9590.0, 9563.0, 9623.0, 9565.0, 9617.0, 9587.0, 9635.0, 9588.0, 9564.0, 9607.0, 9584.0, 9617.0, 9591.0, 9634.0, 9596.0, 9581.0, 9611.0, 9573.0, 9639.0, 9570.0, 9654.0, 9627.0, 9607.0, 9608.0, 9577.0, 9621.0, 9585.0, 9618.0, 9584.0, 9652.0, 9596.0, 9625.0, 9610.0, 9583.0, 9623.0, 9580.0, 9635.0, 9600.0, 9649.0, 9592.0, 9606.0, 9609.0, 9585.0, 9625.0, 9594.0, 9644.0, 9600.0, 9589.0, 9613.0, 9615.0, 9608.0, 9634.0, 9607.0, 9661.0, 9587.0, 9656.0, 9598.0, 9624.0, 9614.0, 9581.0, 9609.0, 9582.0, 9637.0, 9584.0, 9624.0, 9592.0, 9619.0, 9614.0, 9591.0, 9635.0, 9591.0, 9643.0, 9604.0, 9650.0, 9621.0, 9631.0, 9655.0, 9592.0, 9641.0, 9588.0, 9656.0, 9636.0, 9640.0, 9625.0, 9596.0, 9639.0, 9588.0, 9628.0, 9617.0, 9608.0, 9628.0, 9599.0, 9647.0, 9589.0, 9655.0, 9601.0, 9655.0, 9614.0, 9648.0, 9644.0, 9624.0, 9621.0, 9589.0, 9617.0, 9566.0, 9647.0, 9590.0, 9637.0, 9605.0, 9576.0, 9603.0, 9581.0, 9622.0, 9579.0, 9640.0, 9623.0, 9566.0, 9593.0, 9567.0, 9627.0, 9583.0, 9631.0, 9605.0, 9609.0, 9607.0, 9581.0, 9627.0, 9590.0, 9620.0, 9575.0, 9625.0, 9618.0, 9586.0, 9612.0, 9601.0, 9612.0, 9633.0, 9617.0, 9639.0, 9604.0, 9653.0, 9583.0, 9599.0, 9626.0, 9608.0, 9640.0, 9585.0, 9672.0, 9602.0, 9640.0, 9614.0, 9613.0, 9633.0, 9612.0, 9623.0, 9599.0, 9650.0, 9564.0, 9630.0, 9594.0, 9634.0, 9604.0, 9619.0, 9621.0, 9576.0, 9616.0, 9561.0, 9638.0, 9579.0, 9600.0, 9604.0, 9567.0, 9607.0, 9582.0, 9620.0, 9598.0, 9633.0, 9611.0, 9579.0, 9644.0, 9583.0, 9620.0, 9593.0, 9579.0, 9612.0, 9587.0, 9633.0, 9588.0, 9655.0, 9595.0, 9620.0, 9592.0, 9585.0, 9618.0, 9579.0, 9654.0, 9583.0, 9635.0, 9593.0, 9609.0, 9611.0, 9581.0, 9612.0, 9590.0, 9641.0, 9587.0, 9588.0, 9635.0, 9609.0, 9628.0, 9616.0, 9663.0, 9594.0, 9646.0, 9638.0, 9649.0, 9629.0, 9617.0, 9646.0, 9584.0, 9651.0, 9581.0, 9667.0, 9607.0, 9648.0, 9624.0, 9574.0, 9615.0, 9562.0, 9635.0, 9564.0, 9634.0, 9625.0, 9576.0, 9604.0, 9577.0, 9619.0, 9582.0, 9630.0, 9577.0, 9636.0, 9606.0, 9565.0, 9607.0, 9590.0, 9624.0, 9583.0, 9651.0, 9633.0, 9591.0, 9629.0, 9603.0, 9661.0, 9599.0, 9652.0, 9627.0, 9634.0, 9591.0, 9590.0, 9612.0, 9568.0, 9617.0, 9604.0, 9624.0, 9608.0, 9584.0, 9622.0, 9565.0, 9617.0, 9546.0, 9598.0, 9595.0, 9608.0, 9594.0, 9593.0, 9612.0, 9609.0, 9614.0, 9664.0, 9608.0, 9696.0, 9589.0, 9623.0, 9607.0, 9569.0, 9623.0, 9583.0, 9649.0, 9635.0, 9646.0, 9633.0, 9598.0, 9591.0, 9540.0, 9604.0, 9572.0, 9516.0, 9595.0, 9553.0, 9554.0, 9551.0, 9511.0, 9600.0, 9539.0, 9579.0, 9552.0, 9526.0, 9570.0, 9519.0, 9572.0, 9571.0, 9558.0, 9588.0, 9562.0, 9572.0, 9556.0, 9573.0, 9611.0, 9567.0, 9609.0, 9585.0, 9623.0, 9601.0, 9623.0, 9629.0, 9597.0, 9641.0, 9587.0, 9634.0, 9583.0, 9655.0, 9625.0, 9640.0, 9624.0, 9599.0, 9637.0, 9587.0, 9637.0, 9632.0, 9602.0, 9641.0, 9585.0, 9642.0, 9614.0, 9622.0, 9628.0, 9603.0, 9652.0, 9584.0, 9622.0, 9594.0, 9609.0, 9606.0, 9576.0, 9637.0, 9565.0, 9633.0, 9565.0, 9618.0, 9606.0, 9579.0, 9593.0, 9586.0, 9655.0, 9582.0, 9606.0, 9606.0, 9583.0, 9603.0, 9584.0, 9651.0, 9582.0, 9632.0, 9591.0, 9622.0, 9610.0, 9604.0, 9608.0, 9565.0, 9624.0, 9584.0, 9587.0, 9613.0, 9591.0, 9606.0, 9612.0, 9588.0, 9675.0, 9618.0, 9642.0, 9628.0, 9624.0, 9628.0, 9625.0, 9642.0, 9594.0, 9632.0, 9563.0, 9603.0, 9578.0, 9607.0, 9594.0, 9598.0, 9614.0, 9584.0, 9610.0, 9571.0, 9613.0, 9605.0, 9639.0, 9586.0, 9648.0, 9618.0, 9594.0, 9620.0, 9609.0, 9668.0, 9610.0, 9679.0, 9654.0, 9648.0, 9633.0, 9606.0, 9652.0, 9591.0, 9662.0, 9670.0, 9643.0, 9665.0, 9608.0, 9633.0, 9633.0, 9602.0, 9682.0, 9648.0, 9657.0, 9625.0, 9597.0, 9656.0, 9595.0, 9651.0, 9634.0, 9585.0, 9597.0, 9560.0, 9628.0, 9583.0, 9592.0, 9631.0, 9560.0, 9600.0, 9585.0, 9546.0, 9600.0, 9558.0, 9632.0, 9547.0, 9601.0, 9601.0, 9563.0, 9618.0, 9560.0, 9635.0, 9622.0, 9563.0, 9602.0, 9562.0, 9631.0, 9605.0, 9613.0, 9624.0, 9577.0, 9629.0, 9560.0, 9613.0, 9590.0, 9599.0, 9618.0, 9578.0, 9629.0, 9560.0, 9613.0, 9574.0, 9617.0, 9586.0, 9593.0, 9604.0, 9562.0, 9616.0, 9562.0, 9631.0, 9574.0, 9618.0, 9607.0, 9577.0, 9616.0, 9576.0, 9635.0, 9565.0, 9619.0, 9630.0, 9581.0, 9620.0, 9579.0, 9634.0, 9584.0, 9619.0, 9609.0, 9569.0, 9637.0, 9585.0, 9585.0, 9614.0, 9588.0, 9640.0, 9621.0, 9652.0, 9595.0, 9595.0, 9625.0, 9587.0, 9632.0, 9616.0, 9664.0, 9590.0, 9600.0, 9601.0, 9578.0, 9615.0, 9562.0, 9650.0, 9578.0, 9618.0, 9603.0, 9565.0, 9619.0, 9558.0, 9650.0, 9609.0, 9632.0, 9604.0, 9561.0, 9617.0, 9574.0, 9633.0, 9589.0, 9627.0, 9570.0, 9613.0, 9584.0, 9567.0, 9582.0, 9560.0, 9626.0, 9558.0, 9612.0, 9575.0, 9604.0, 9590.0, 9580.0, 9622.0, 9565.0, 9618.0, 9578.0, 9639.0, 9581.0, 9633.0, 9625.0, 9577.0, 9619.0, 9579.0, 9636.0, 9585.0, 9635.0, 9625.0, 9624.0, 9623.0, 9583.0, 9622.0, 9584.0, 9640.0, 9584.0, 9637.0, 9620.0, 9588.0, 9616.0, 9592.0, 9650.0, 9609.0, 9635.0, 9642.0, 9601.0, 9663.0, 9609.0, 9661.0, 9639.0, 9648.0, 9631.0, 9623.0, 9661.0, 9610.0, 9649.0, 9619.0, 9607.0, 9632.0, 9619.0, 9608.0, 9642.0, 9636.0, 9649.0, 9633.0, 9604.0, 9644.0, 9604.0, 9646.0, 9587.0, 9618.0, 9605.0, 9627.0, 9587.0, 9574.0, 9603.0, 9614.0, 9632.0, 9588.0, 9680.0, 9607.0, 9644.0, 9604.0, 9590.0, 9648.0, 9604.0, 9643.0, 9627.0, 9662.0, 9619.0, 9631.0, 9633.0, 9621.0, 9643.0, 9605.0, 9676.0, 9602.0, 9629.0, 9626.0, 9605.0, 9643.0, 9585.0, 9657.0, 9650.0, 9601.0, 9641.0, 9586.0, 9624.0, 9626.0, 9595.0, 9606.0, 9571.0, 9651.0, 9579.0, 9607.0, 9607.0, 9585.0, 9624.0, 9568.0, 9654.0, 9597.0, 9569.0, 9596.0, 9583.0, 9629.0, 9588.0, 9625.0, 9648.0, 9589.0, 9629.0, 9592.0, 9645.0, 9622.0, 9629.0, 9636.0, 9610.0, 9661.0, 9591.0, 9642.0, 9614.0, 9612.0, 9624.0, 9594.0, 9671.0, 9587.0, 9601.0, 9613.0, 9591.0, 9642.0, 9605.0, 9651.0, 9634.0, 9610.0, 9645.0, 9621.0, 9637.0, 9629.0, 9607.0, 9678.0, 9615.0, 9589.0, 9627.0, 9604.0, 9652.0, 9642.0, 9632.0, 9639.0, 9573.0, 9636.0, 9612.0, 9623.0, 9608.0, 9584.0, 9649.0, 9564.0, 9603.0, 9604.0, 9577.0, 9615.0, 9584.0, 9633.0, 9575.0, 9562.0, 9587.0, 9562.0, 9607.0, 9582.0, 9633.0, 9589.0, 9562.0, 9599.0, 9564.0, 9617.0, 9563.0, 9636.0, 9602.0, 9589.0, 9602.0, 9561.0, 9617.0, 9560.0, 9632.0, 9619.0, 9562.0, 9601.0, 9561.0, 9632.0, 9562.0, 9603.0, 9625.0, 9579.0, 9619.0, 9581.0, 9608.0, 9612.0, 9583.0, 9605.0, 9589.0, 9629.0, 9614.0, 9604.0, 9629.0, 9605.0, 9658.0, 9615.0, 9660.0, 9647.0, 9601.0, 9628.0, 9586.0, 9645.0, 9585.0, 9652.0, 9648.0, 9640.0, 9624.0, 9596.0, 9624.0, 9583.0, 9631.0, 9607.0, 9616.0, 9631.0, 9606.0, 9595.0, 9606.0, 9592.0, 9622.0, 9614.0, 9604.0, 9674.0, 9628.0, 9611.0, 9638.0, 9593.0, 9652.0, 9586.0, 9644.0, 9632.0, 9583.0, 9566.0, 9557.0, 9585.0, 9575.0, 9599.0, 9608.0, 9564.0, 9591.0, 9568.0, 9606.0, 9581.0, 9635.0, 9578.0, 9623.0, 9611.0, 9580.0, 9607.0, 9579.0, 9620.0, 9583.0, 9608.0, 9631.0, 9586.0, 9627.0, 9587.0, 9626.0, 9618.0, 9644.0, 9630.0, 9620.0, 9657.0, 9586.0, 9640.0, 9613.0, 9629.0, 9628.0, 9596.0, 9644.0, 9584.0, 9638.0, 9584.0, 9633.0, 9579.0, 9638.0, 9607.0, 9575.0, 9628.0, 9587.0, 9603.0, 9602.0, 9588.0, 9632.0, 9603.0, 9647.0, 9605.0, 9657.0, 9587.0, 9652.0, 9598.0, 9669.0, 9629.0, 9646.0, 9638.0, 9577.0, 9608.0, 9566.0, 9621.0, 9567.0, 9615.0, 9616.0, 9592.0, 9646.0, 9591.0, 9654.0, 9613.0, 9652.0, 9647.0, 9606.0, 9617.0, 9576.0, 9613.0, 9560.0, 9624.0, 9571.0, 9633.0, 9584.0, 9545.0, 9583.0, 9560.0, 9617.0, 9574.0, 9612.0, 9596.0, 9568.0, 9619.0, 9567.0, 9639.0, 9577.0, 9635.0, 9627.0, 9576.0, 9602.0, 9562.0, 9631.0, 9576.0, 9632.0, 9626.0, 9590.0, 9614.0, 9576.0, 9592.0, 9594.0, 9591.0, 9644.0, 9626.0, 9586.0, 9620.0, 9589.0, 9561.0, 9613.0, 9578.0, 9602.0, 9601.0, 9557.0, 9611.0, 9552.0, 9621.0, 9618.0, 9597.0, 9556.0, 9546.0, 9586.0, 9543.0, 9577.0, 9608.0, 9589.0, 9631.0, 9608.0, 9621.0, 9623.0, 9606.0, 9634.0, 9611.0, 9660.0, 9589.0, 9651.0, 9611.0, 9635.0, 9617.0, 9625.0, 9610.0, 9578.0, 9604.0, 9564.0, 9620.0, 9561.0, 9627.0, 9607.0, 9623.0, 9597.0, 9586.0, 9625.0, 9600.0, 9584.0, 9635.0, 9607.0, 9608.0, 9644.0, 9577.0, 9630.0, 9600.0, 9623.0, 9607.0, 9599.0, 9575.0, 9546.0, 9600.0, 9532.0, 9561.0, 9547.0, 9541.0, 9562.0, 9562.0, 9610.0, 9555.0, 9569.0, 9569.0, 9554.0, 9583.0, 9541.0, 9619.0, 9562.0, 9613.0, 9562.0, 9584.0, 9587.0, 9577.0, 9601.0, 9577.0, 9629.0, 9576.0, 9617.0, 9592.0, 9591.0, 9589.0, 9583.0, 9637.0, 9581.0, 9635.0, 9594.0, 9622.0, 9593.0, 9574.0, 9639.0, 9580.0, 9636.0, 9594.0, 9605.0, 9606.0, 9575.0, 9631.0, 9596.0, 9646.0, 9561.0, 9602.0, 9586.0, 9578.0, 9612.0, 9561.0, 9647.0, 9575.0, 9577.0, 9591.0, 9570.0, 9620.0, 9562.0, 9636.0, 9624.0, 9592.0, 9604.0, 9562.0, 9613.0, 9561.0, 9637.0, 9624.0, 9590.0, 9610.0, 9582.0, 9624.0, 9607.0, 9596.0, 9659.0, 9585.0, 9627.0, 9609.0, 9604.0, 9620.0, 9609.0, 9656.0, 9605.0, 9578.0, 9614.0, 9560.0, 9614.0, 9584.0, 9561.0, 9634.0, 9576.0, 9572.0, 9609.0, 9596.0, 9564.0, 9616.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.0006884507042253521</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017742292294946147</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.52379516752074</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1862002370398006</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008782484344941</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5025</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4537.1777</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10726928188718624</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.793703396851698</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4939912259544954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4038597608693353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.732817662117277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.345296254876874</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00781198</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0066246758215129375</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0394662469625473</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.037832756477785</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.2251</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2263</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.2139</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291090.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>881.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.4125</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3101</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.9915</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3505.0101</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3686.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85454.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1350.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.8606</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.59277703706175</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> |