=== 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-0114 --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-0114",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-01/func/sub-0114_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>a860f7ff43d2cc6d49895b7a4f61c150</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>14:10:41.667500</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.996934, -0.0737797, 0.0260453, 0.0690131, 0.986034, 0.151573]</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.0943291</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4209, -7769, -7207, 321, -168, 7, 104, 101]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1f224ebf-e6f5-4380-b475-8b694bdc8d7d||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.6747021675109863, 0.18515704572200775, 0.09953425079584122, 101.74801635742188], [0.1979454904794693, 2.6454570293426514, 0.40313848853111267, -117.55574798583984], [0.06987764686346054, -0.406658411026001, 2.6678779125213623, -44.699974060058594], [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': ['141041.667500', '141042.127500', '141042.587500', '141043.047500', '141043.507500', '141043.967500', '141044.427500', '141044.887500', '141045.347500', '141045.807500', '141046.267500', '141046.727500', '141047.187500', '141047.647500', '141048.107500', '141048.567500', '141049.027500', '141049.487500', '141049.947500', '141050.407500', '141050.867500', '141051.327500', '141051.787500', '141052.247500', '141052.707500', '141053.167500', '141053.627500', '141054.087500', '141054.547500', '141055.007500', '141055.467500', '141055.927500', '141056.387500', '141056.847500', '141057.307500', '141057.767500', '141058.227500', '141058.687500', '141059.147500', '141059.607500', '141100.067500', '141100.527500', '141100.987500', '141101.447500', '141101.907500', '141102.367500', '141102.827500', '141103.287500', '141103.747500', '141104.207500', '141104.667500', '141105.127500', '141105.587500', '141106.047500', '141106.507500', '141106.967500', '141107.427500', '141107.887500', '141108.347500', '141108.807500', '141109.267500', '141109.727500', '141110.187500', '141110.647500', '141111.107500', '141111.567500', '141112.027500', '141112.487500', '141112.947500', '141113.407500', '141113.867500', '141114.327500', '141114.787500', '141115.247500', '141115.707500', '141116.167500', '141116.627500', '141117.087500', '141117.547500', '141118.007500', '141118.467500', '141118.927500', '141119.387500', '141119.847500', '141120.307500', '141120.767500', '141121.227500', '141121.687500', '141122.147500', '141122.607500', '141123.067500', '141123.527500', '141123.987500', '141124.447500', '141124.907500', '141125.367500', '141125.827500', '141126.287500', '141126.747500', '141127.207500', '141127.667500', '141128.127500', '141128.587500', '141129.047500', '141129.507500', '141129.967500', '141130.427500', '141130.887500', '141131.347500', '141131.807500', '141132.267500', '141132.727500', '141133.187500', '141133.647500', '141134.107500', '141134.567500', '141135.027500', '141135.487500', '141135.947500', '141136.407500', '141136.867500', '141137.327500', '141137.787500', '141138.247500', '141138.707500', '141139.167500', '141139.627500', '141140.087500', '141140.547500', '141141.007500', '141141.467500', '141141.927500', '141142.387500', '141142.847500', '141143.307500', '141143.767500', '141144.227500', '141144.687500', '141145.147500', '141145.607500', '141146.067500', '141146.527500', '141146.987500', '141147.447500', '141147.907500', '141148.367500', '141148.827500', '141149.287500', '141149.747500', '141150.207500', '141150.667500', '141151.127500', '141151.587500', '141152.047500', '141152.507500', '141152.967500', '141153.427500', '141153.887500', '141154.347500', '141154.807500', '141155.267500', '141155.727500', '141156.187500', '141156.647500', '141157.107500', '141157.567500', '141158.027500', '141158.487500', '141158.947500', '141159.407500', '141159.867500', '141200.327500', '141200.787500', '141201.247500', '141201.707500', '141202.167500', '141202.627500', '141203.087500', '141203.547500', '141204.007500', '141204.467500', '141204.927500', '141205.387500', '141205.847500', '141206.307500', '141206.767500', '141207.227500', '141207.687500', '141208.147500', '141208.607500', '141209.067500', '141209.527500', '141209.987500', '141210.447500', '141210.907500', '141211.367500', '141211.827500', '141212.287500', '141212.747500', '141213.207500', '141213.667500', '141214.127500', '141214.587500', '141215.047500', '141215.507500', '141215.967500', '141216.427500', '141216.887500', '141217.347500', '141217.807500', '141218.267500', '141218.727500', '141219.187500', '141219.647500', '141220.107500', '141220.567500', '141221.027500', '141221.487500', '141221.947500', '141222.407500', '141222.867500', '141223.327500', '141223.787500', '141224.247500', '141224.707500', '141225.167500', '141225.627500', '141226.087500', '141226.547500', '141227.007500', '141227.467500', '141227.927500', '141228.387500', '141228.847500', '141229.307500', '141229.767500', '141230.227500', '141230.687500', '141231.147500', '141231.607500', '141232.067500', '141232.527500', '141232.987500', '141233.447500', '141233.907500', '141234.367500', '141234.827500', '141235.287500', '141235.747500', '141236.207500', '141236.667500', '141237.127500', '141237.587500', '141238.047500', '141238.507500', '141238.967500', '141239.427500', '141239.887500', '141240.347500', '141240.807500', '141241.267500', '141241.727500', '141242.187500', '141242.647500', '141243.107500', '141243.567500', '141244.027500', '141244.487500', '141244.947500', '141245.407500', '141245.867500', '141246.327500', '141246.787500', '141247.247500', '141247.707500', '141248.167500', '141248.627500', '141249.087500', '141249.547500', '141250.007500', '141250.467500', '141250.927500', '141251.387500', '141251.847500', '141252.307500', '141252.767500', '141253.227500', '141253.687500', '141254.147500', '141254.607500', '141255.067500', '141255.527500', '141255.987500', '141256.447500', '141256.907500', '141257.367500', '141257.827500', '141258.287500', '141258.747500', '141259.207500', '141259.667500', '141300.127500', '141300.587500', '141301.047500', '141301.507500', '141301.967500', '141302.427500', '141302.887500', '141303.347500', '141303.807500', '141304.267500', '141304.727500', '141305.187500', '141305.647500', '141306.107500', '141306.567500', '141307.027500', '141307.487500', '141307.947500', '141308.407500', '141308.867500', '141309.327500', '141309.787500', '141310.247500', '141310.707500', '141311.167500', '141311.627500', '141312.087500', '141312.547500', '141313.007500', '141313.467500', '141313.927500', '141314.387500', '141314.847500', '141315.307500', '141315.767500', '141316.227500', '141316.687500', '141317.147500', '141317.607500', '141318.067500', '141318.527500', '141318.987500', '141319.447500', '141319.907500', '141320.367500', '141320.827500', '141321.287500', '141321.747500', '141322.207500', '141322.667500', '141323.127500', '141323.587500', '141324.047500', '141324.507500', '141324.967500', '141325.427500', '141325.887500', '141326.347500', '141326.807500', '141327.267500', '141327.727500', '141328.187500', '141328.647500', '141329.107500', '141329.567500', '141330.027500', '141330.487500', '141330.947500', '141331.407500', '141331.867500', '141332.327500', '141332.787500', '141333.247500', '141333.707500', '141334.167500', '141334.627500', '141335.087500', '141335.547500', '141336.007500', '141336.467500', '141336.927500', '141337.387500', '141337.847500', '141338.307500', '141338.767500', '141339.227500', '141339.687500', '141340.147500', '141340.607500', '141341.067500', '141341.527500', '141341.987500', '141342.447500', '141342.907500', '141343.367500', '141343.827500', '141344.287500', '141344.747500', '141345.207500', '141345.667500', '141346.127500', '141346.587500', '141347.047500', '141347.507500', '141347.967500', '141348.427500', '141348.887500', '141349.347500', '141349.807500', '141350.267500', '141350.727500', '141351.187500', '141351.647500', '141352.107500', '141352.567500', '141353.027500', '141353.487500', '141353.947500', '141354.407500', '141354.867500', '141355.327500', '141355.787500', '141356.247500', '141356.707500', '141357.167500', '141357.627500', '141358.087500', '141358.547500', '141359.007500', '141359.467500', '141359.927500', '141400.387500', '141400.847500', '141401.307500', '141401.767500', '141402.227500', '141402.687500', '141403.147500', '141403.607500', '141404.067500', '141404.527500', '141404.987500', '141405.447500', '141405.907500', '141406.367500', '141406.827500', '141407.287500', '141407.747500', '141408.207500', '141408.667500', '141409.127500', '141409.587500', '141410.047500', '141410.507500', '141410.967500', '141411.427500', '141411.887500', '141412.347500', '141412.807500', '141413.267500', '141413.727500', '141414.187500', '141414.647500', '141415.107500', '141415.567500', '141416.027500', '141416.487500', '141416.947500', '141417.407500', '141417.867500', '141418.327500', '141418.787500', '141419.247500', '141419.707500', '141420.167500', '141420.627500', '141421.087500', '141421.547500', '141422.007500', '141422.467500', '141422.927500', '141423.387500', '141423.847500', '141424.307500', '141424.767500', '141425.227500', '141425.687500', '141426.147500', '141426.607500', '141427.067500', '141427.527500', '141427.987500', '141428.447500', '141428.907500', '141429.367500', '141429.827500', '141430.287500', '141430.747500', '141431.207500', '141431.667500', '141432.127500', '141432.587500', '141433.047500', '141433.507500', '141433.967500', '141434.427500', '141434.887500', '141435.347500', '141435.807500', '141436.267500', '141436.727500', '141437.187500', '141437.647500', '141438.107500', '141438.567500', '141439.027500', '141439.487500', '141439.947500', '141440.407500', '141440.867500', '141441.327500', '141441.787500', '141442.247500', '141442.707500', '141443.167500', '141443.627500', '141444.087500', '141444.547500', '141445.007500', '141445.467500', '141445.927500', '141446.387500', '141446.847500', '141447.307500', '141447.767500', '141448.227500', '141448.687500', '141449.147500', '141449.607500', '141450.067500', '141450.527500', '141450.987500', '141451.447500', '141451.907500', '141452.367500', '141452.827500', '141453.287500', '141453.747500', '141454.207500', '141454.667500', '141455.127500', '141455.587500', '141456.047500', '141456.507500', '141456.967500', '141457.427500', '141457.887500', '141458.347500', '141458.807500', '141459.267500', '141459.727500', '141500.187500', '141500.647500', '141501.107500', '141501.567500', '141502.027500', '141502.487500', '141502.947500', '141503.407500', '141503.867500', '141504.327500', '141504.787500', '141505.247500', '141505.707500', '141506.167500', '141506.627500', '141507.087500', '141507.547500', '141508.007500', '141508.467500', '141508.927500', '141509.387500', '141509.847500', '141510.307500', '141510.767500', '141511.227500', '141511.687500', '141512.147500', '141512.607500', '141513.067500', '141513.527500', '141513.987500', '141514.447500', '141514.907500', '141515.367500', '141515.827500', '141516.287500', '141516.747500', '141517.207500', '141517.667500', '141518.127500', '141518.587500', '141519.047500', '141519.507500', '141519.967500', '141520.427500', '141520.887500', '141521.347500', '141521.807500', '141522.267500', '141522.727500', '141523.187500', '141523.647500', '141524.107500', '141524.567500', '141525.027500', '141525.487500', '141525.947500', '141526.407500', '141526.867500', '141527.327500', '141527.787500', '141528.247500', '141528.707500', '141529.167500', '141529.627500', '141530.087500', '141530.547500', '141531.007500', '141531.467500', '141531.927500', '141532.387500', '141532.847500', '141533.307500', '141533.767500', '141534.227500', '141534.687500', '141535.147500', '141535.607500', '141536.067500', '141536.527500', '141536.987500', '141537.447500', '141537.907500', '141538.367500', '141538.827500', '141539.287500', '141539.747500', '141540.207500', '141540.667500', '141541.127500', '141541.587500', '141542.047500', '141542.507500', '141542.967500', '141543.427500', '141543.887500', '141544.347500', '141544.807500', '141545.267500', '141545.727500', '141546.187500', '141546.647500', '141547.107500', '141547.567500', '141548.027500', '141548.487500', '141548.947500', '141549.407500', '141549.867500', '141550.327500', '141550.787500', '141551.247500', '141551.707500', '141552.167500', '141552.627500', '141553.087500', '141553.547500', '141554.007500', '141554.467500', '141554.927500', '141555.387500', '141555.847500', '141556.307500', '141556.767500', '141557.227500', '141557.687500', '141558.147500', '141558.607500', '141559.067500', '141559.527500', '141559.987500', '141600.447500', '141600.907500', '141601.367500', '141601.827500', '141602.287500', '141602.747500', '141603.207500', '141603.667500', '141604.127500', '141604.587500', '141605.047500', '141605.507500', '141605.967500', '141606.427500', '141606.887500', '141607.347500', '141607.807500', '141608.267500', '141608.727500', '141609.187500', '141609.647500', '141610.107500', '141610.567500', '141611.027500', '141611.487500', '141611.947500', '141612.407500', '141612.867500', '141613.327500', '141613.787500', '141614.247500', '141614.707500', '141615.167500', '141615.627500', '141616.087500', '141616.547500', '141617.007500', '141617.467500', '141617.927500', '141618.387500', '141618.847500', '141619.307500', '141619.767500', '141620.227500', '141620.687500', '141621.147500', '141621.607500', '141622.067500', '141622.527500', '141622.987500', '141623.447500', '141623.907500', '141624.367500', '141624.827500', '141625.287500', '141625.747500', '141626.207500', '141626.667500', '141627.127500', '141627.587500', '141628.047500', '141628.507500', '141628.967500', '141629.427500', '141629.887500', '141630.347500', '141630.807500', '141631.267500', '141631.727500', '141632.187500', '141632.647500', '141633.107500', '141633.567500', '141634.027500', '141634.487500', '141634.947500', '141635.407500', '141635.867500', '141636.327500', '141636.787500', '141637.247500', '141637.707500', '141638.167500', '141638.627500', '141639.087500', '141639.547500', '141640.007500', '141640.467500', '141640.927500', '141641.387500', '141641.847500', '141642.307500', '141642.767500', '141643.227500', '141643.687500', '141644.147500', '141644.607500', '141645.067500', '141645.527500', '141645.987500', '141646.447500', '141646.907500', '141647.367500', '141647.827500', '141648.287500', '141648.747500', '141649.207500', '141649.667500', '141650.127500', '141650.587500', '141651.047500', '141651.507500', '141651.967500', '141652.427500', '141652.887500', '141653.347500', '141653.807500', '141654.267500', '141654.727500', '141655.187500', '141655.647500', '141656.107500', '141656.567500', '141657.027500', '141657.487500', '141657.947500', '141658.407500', '141658.867500', '141659.327500', '141659.787500', '141700.247500', '141700.707500', '141701.167500', '141701.627500', '141702.087500', '141702.547500', '141703.007500', '141703.467500', '141703.927500', '141704.387500', '141704.847500', '141705.307500', '141705.767500', '141706.227500', '141706.687500', '141707.147500', '141707.607500', '141708.067500', '141708.527500', '141708.987500', '141709.447500', '141709.907500', '141710.367500', '141710.827500', '141711.287500', '141711.747500', '141712.207500', '141712.667500', '141713.127500', '141713.587500', '141714.047500', '141714.507500', '141714.967500', '141715.427500', '141715.887500', '141716.347500', '141716.807500', '141717.267500', '141717.727500', '141718.187500', '141718.647500', '141719.107500', '141719.567500', '141720.027500', '141720.487500', '141720.947500', '141721.407500', '141721.867500', '141722.327500', '141722.787500', '141723.247500', '141723.707500', '141724.167500', '141724.627500', '141725.087500', '141725.547500', '141726.007500', '141726.467500', '141726.927500', '141727.387500', '141727.847500', '141728.307500', '141728.767500', '141729.227500', '141729.687500', '141730.147500', '141730.607500', '141731.067500', '141731.527500', '141731.987500', '141732.447500', '141732.907500', '141733.367500', '141733.827500', '141734.287500', '141734.747500', '141735.207500', '141735.667500', '141736.127500', '141736.587500', '141737.047500', '141737.507500', '141737.967500', '141738.427500', '141738.887500', '141739.347500', '141739.807500', '141740.267500', '141740.727500', '141741.187500', '141741.647500', '141742.107500', '141742.567500', '141743.027500', '141743.487500', '141743.947500', '141744.407500', '141744.867500', '141745.327500', '141745.787500', '141746.247500', '141746.707500', '141747.167500', '141747.627500', '141748.087500', '141748.547500', '141749.007500', '141749.467500', '141749.927500', '141750.387500', '141750.847500', '141751.307500', '141751.767500', '141752.227500', '141752.687500', '141753.147500', '141753.607500', '141754.067500', '141754.527500', '141754.987500', '141755.447500', '141755.907500', '141756.367500', '141756.827500', '141757.287500', '141757.747500', '141758.207500', '141758.667500', '141759.127500', '141759.587500', '141800.047500', '141800.507500', '141800.967500', '141801.427500', '141801.887500', '141802.347500', '141802.807500', '141803.267500', '141803.727500', '141804.187500', '141804.647500', '141805.107500', '141805.567500', '141806.027500', '141806.487500', '141806.947500', '141807.407500', '141807.867500', '141808.327500', '141808.787500', '141809.247500', '141809.707500', '141810.167500', '141810.627500', '141811.087500', '141811.547500', '141812.007500', '141812.467500', '141812.927500', '141813.387500', '141813.847500', '141814.307500', '141814.767500', '141815.227500', '141815.687500', '141816.147500', '141816.607500', '141817.067500', '141817.527500', '141817.987500', '141818.447500', '141818.907500', '141819.367500', '141819.827500', '141820.287500', '141820.747500', '141821.207500', '141821.667500', '141822.127500', '141822.587500', '141823.047500', '141823.507500', '141823.967500', '141824.427500', '141824.887500', '141825.347500', '141825.807500', '141826.267500', '141826.727500', '141827.187500', '141827.647500', '141828.107500', '141828.567500', '141829.027500', '141829.487500', '141829.947500', '141830.407500', '141830.867500', '141831.327500', '141831.787500', '141832.247500', '141832.707500', '141833.167500', '141833.627500', '141834.087500', '141834.547500', '141835.007500', '141835.467500', '141835.927500', '141836.387500', '141836.847500', '141837.307500', '141837.767500', '141838.227500', '141838.687500', '141839.147500', '141839.607500', '141840.067500', '141840.527500', '141840.987500', '141841.447500', '141841.907500', '141842.367500', '141842.827500', '141843.287500', '141843.747500', '141844.207500', '141844.667500', '141845.127500', '141845.587500', '141846.047500', '141846.507500', '141846.967500', '141847.427500', '141847.887500', '141848.347500', '141848.807500', '141849.267500', '141849.727500', '141850.187500', '141850.647500', '141851.107500', '141851.567500', '141852.027500', '141852.487500', '141852.947500', '141853.407500', '141853.867500', '141854.327500', '141854.787500', '141855.247500', '141855.707500', '141856.167500', '141856.627500', '141857.087500', '141857.547500', '141858.007500', '141858.467500', '141858.927500', '141859.387500', '141859.847500', '141900.307500', '141900.767500', '141901.227500', '141901.687500', '141902.147500', '141902.607500', '141903.067500', '141903.527500', '141903.987500', '141904.447500', '141904.907500', '141905.367500', '141905.827500', '141906.287500', '141906.747500', '141907.207500', '141907.667500', '141908.127500', '141908.587500', '141909.047500', '141909.507500', '141909.967500', '141910.427500', '141910.887500', '141911.347500', '141911.807500', '141912.267500', '141912.727500', '141913.187500', '141913.647500', '141914.107500', '141914.567500', '141915.027500', '141915.487500', '141915.947500', '141916.407500', '141916.867500', '141917.327500', '141917.787500', '141918.247500', '141918.707500', '141919.167500', '141919.627500', '141920.087500', '141920.547500', '141921.007500', '141921.467500', '141921.927500', '141922.387500', '141922.847500', '141923.307500', '141923.767500', '141924.227500', '141924.687500', '141925.147500', '141925.607500', '141926.067500', '141926.527500', '141926.987500', '141927.447500', '141927.907500', '141928.367500', '141928.827500', '141929.287500', '141929.747500', '141930.207500', '141930.667500', '141931.127500', '141931.587500', '141932.047500', '141932.507500', '141932.967500', '141933.427500', '141933.887500', '141934.347500', '141934.807500', '141935.267500', '141935.727500', '141936.187500', '141936.647500', '141937.107500', '141937.567500', '141938.027500', '141938.487500', '141938.947500', '141939.407500', '141939.867500', '141940.327500', '141940.787500', '141941.247500', '141941.707500', '141942.167500', '141942.627500', '141943.087500', '141943.547500', '141944.007500', '141944.467500', '141944.927500', '141945.387500', '141945.847500', '141946.307500', '141946.767500', '141947.227500', '141947.687500', '141948.147500', '141948.607500', '141949.067500', '141949.527500', '141949.987500', '141950.447500', '141950.907500', '141951.367500', '141951.827500', '141952.287500', '141952.747500', '141953.207500', '141953.667500', '141954.127500', '141954.587500', '141955.047500', '141955.507500', '141955.967500', '141956.427500', '141956.887500', '141957.347500'], 'ContentTime': ['141051.826000', '141051.829000', '141051.832000', '141051.835000', '141051.838000', '141051.840000', '141051.843000', '141051.845000', '141051.848000', '141051.850000', '141051.853000', '141051.856000', '141051.863000', '141051.866000', '141051.868000', '141051.875000', '141051.878000', '141051.881000', '141051.883000', '141051.886000', '141111.797000', '141111.800000', '141111.803000', '141111.810000', '141111.813000', '141111.815000', '141111.818000', '141111.821000', '141111.823000', '141111.826000', '141111.828000', '141111.831000', '141111.834000', '141111.836000', '141111.839000', '141111.842000', '141111.844000', '141111.847000', '141111.849000', '141111.858000', '141111.861000', '141111.863000', '141111.866000', '141111.868000', '141111.871000', '141111.874000', '141111.876000', '141111.879000', '141111.881000', '141111.884000', '141111.887000', '141111.889000', '141111.894000', '141111.896000', '141111.899000', '141111.901000', '141111.904000', '141111.907000', '141111.909000', '141111.912000', '141111.914000', '141111.917000', '141111.920000', '141131.797000', '141131.800000', '141131.803000', '141131.806000', '141131.809000', '141131.817000', '141131.820000', '141131.822000', '141131.825000', '141131.828000', '141131.830000', '141131.833000', '141131.835000', '141131.838000', '141131.841000', '141131.843000', '141131.846000', '141131.849000', '141131.851000', '141131.854000', '141131.857000', '141131.860000', '141131.862000', '141131.865000', '141131.867000', '141131.870000', '141131.873000', '141131.875000', '141131.878000', '141131.880000', '141131.883000', '141131.886000', '141131.888000', '141131.891000', '141131.894000', '141131.896000', '141131.899000', '141131.902000', '141131.904000', '141131.907000', '141131.909000', '141131.926000', '141131.928000', '141151.797000', '141151.800000', '141151.803000', '141151.806000', '141151.808000', '141151.811000', '141151.814000', '141151.816000', '141151.819000', '141151.822000', '141151.824000', '141151.827000', '141151.830000', '141151.832000', '141151.835000', '141151.838000', '141151.840000', '141151.843000', '141151.845000', '141151.848000', '141151.851000', '141151.853000', '141151.856000', '141151.859000', '141151.861000', '141151.864000', '141151.867000', '141151.869000', '141151.872000', '141151.874000', '141151.877000', '141151.880000', '141151.882000', '141151.885000', '141151.888000', '141151.890000', '141151.893000', '141151.896000', '141151.898000', '141151.901000', '141151.904000', '141151.906000', '141151.909000', '141151.911000', '141211.798000', '141211.801000', '141211.804000', '141211.806000', '141211.809000', '141211.812000', '141211.814000', '141211.817000', '141211.820000', '141211.822000', '141211.825000', '141211.828000', '141211.830000', '141211.833000', '141211.835000', '141211.838000', '141211.841000', '141211.843000', '141211.846000', '141211.849000', '141211.851000', '141211.854000', '141211.857000', '141211.859000', '141211.862000', '141211.864000', '141211.867000', '141211.870000', '141211.872000', '141211.875000', '141211.878000', '141211.880000', '141211.883000', '141211.886000', '141211.888000', '141211.891000', '141211.894000', '141211.896000', '141211.899000', '141211.901000', '141211.904000', '141211.907000', '141211.909000', '141211.912000', '141231.798000', '141231.801000', '141231.804000', '141231.818000', '141231.821000', '141231.823000', '141231.826000', '141231.829000', '141231.831000', '141231.834000', '141231.837000', '141231.839000', '141231.842000', '141231.844000', '141231.847000', '141231.850000', '141231.852000', '141231.855000', '141231.858000', '141231.860000', '141231.863000', '141231.865000', '141231.868000', '141231.871000', '141231.873000', '141231.876000', '141231.879000', '141231.881000', '141231.884000', '141231.887000', '141231.889000', '141231.892000', '141231.895000', '141231.897000', '141231.900000', '141231.903000', '141231.905000', '141231.908000', '141231.910000', '141231.913000', '141231.916000', '141231.918000', '141231.921000', '141251.798000', '141251.801000', '141251.804000', '141251.807000', '141251.809000', '141251.812000', '141251.815000', '141251.817000', '141251.820000', '141251.823000', '141251.825000', '141251.828000', '141251.831000', '141251.833000', '141251.836000', '141251.838000', '141251.841000', '141251.844000', '141251.846000', '141251.849000', '141251.852000', '141251.855000', '141251.857000', '141251.860000', '141251.863000', '141251.865000', '141251.868000', '141251.871000', '141251.873000', '141251.876000', '141251.878000', '141251.881000', '141251.884000', '141251.886000', '141251.889000', '141251.892000', '141251.894000', '141251.897000', '141251.900000', '141251.902000', '141251.905000', '141251.908000', '141251.910000', '141311.799000', '141311.802000', '141311.805000', '141311.807000', '141311.810000', '141311.812000', '141311.815000', '141311.818000', '141311.820000', '141311.823000', '141311.826000', '141311.828000', '141311.831000', '141311.833000', '141311.836000', '141311.839000', '141311.841000', '141311.844000', '141311.847000', '141311.849000', '141311.852000', '141311.854000', '141311.857000', '141311.860000', '141311.863000', '141311.865000', '141311.868000', '141311.871000', '141311.873000', '141311.876000', '141311.879000', '141311.881000', '141311.884000', '141311.886000', '141311.889000', '141311.892000', '141311.894000', '141311.897000', '141311.900000', '141311.902000', '141311.905000', '141311.907000', '141311.910000', '141311.913000', '141331.798000', '141331.801000', '141331.804000', '141331.807000', '141331.810000', '141331.812000', '141331.815000', '141331.818000', '141331.820000', '141331.823000', '141331.826000', '141331.828000', '141331.831000', '141331.835000', '141331.838000', '141331.841000', '141331.843000', '141331.846000', '141331.849000', '141331.851000', '141331.854000', '141331.857000', '141331.859000', '141331.862000', '141331.865000', '141331.867000', '141331.875000', '141331.877000', '141331.880000', '141331.883000', '141331.886000', '141331.888000', '141331.891000', '141331.893000', '141331.896000', '141331.899000', '141331.901000', '141331.904000', '141331.907000', '141331.909000', '141331.912000', '141331.915000', '141331.918000', '141351.798000', '141351.801000', '141351.804000', '141351.806000', '141351.809000', '141351.812000', '141351.814000', '141351.817000', '141351.819000', '141351.822000', '141351.825000', '141351.827000', '141351.830000', '141351.833000', '141351.835000', '141351.838000', '141351.841000', '141351.843000', '141351.846000', '141351.849000', '141351.851000', '141351.854000', '141351.857000', '141351.859000', '141351.862000', '141351.864000', '141351.867000', '141351.870000', '141351.872000', '141351.875000', '141351.878000', '141351.880000', '141351.883000', '141351.886000', '141351.888000', '141351.891000', '141351.893000', '141351.896000', '141351.899000', '141351.901000', '141351.904000', '141351.907000', '141351.909000', '141351.918000', '141411.798000', '141411.800000', '141411.803000', '141411.806000', '141411.809000', '141411.811000', '141411.814000', '141411.816000', '141411.819000', '141411.822000', '141411.824000', '141411.827000', '141411.830000', '141411.833000', '141411.835000', '141411.838000', '141411.848000', '141411.851000', '141411.854000', '141411.856000', '141411.859000', '141411.862000', '141411.864000', '141411.867000', '141411.870000', '141411.872000', '141411.875000', '141411.877000', '141411.880000', '141411.883000', '141411.886000', '141411.888000', '141411.891000', '141411.894000', '141411.896000', '141411.899000', '141411.901000', '141411.904000', '141411.907000', '141411.909000', '141411.912000', '141411.915000', '141411.917000', '141431.797000', '141431.800000', '141431.803000', '141431.806000', '141431.809000', '141431.811000', '141431.814000', '141431.816000', '141431.819000', '141431.822000', '141431.824000', '141431.827000', '141431.830000', '141431.832000', '141431.835000', '141431.837000', '141431.840000', '141431.843000', '141431.846000', '141431.848000', '141431.851000', '141431.854000', '141431.856000', '141431.859000', '141431.861000', '141431.864000', '141431.867000', '141431.869000', '141431.872000', '141431.875000', '141431.877000', '141431.880000', '141431.883000', '141431.885000', '141431.888000', '141431.890000', '141431.893000', '141431.896000', '141431.898000', '141431.901000', '141431.904000', '141431.906000', '141431.909000', '141431.911000', '141451.798000', '141451.801000', '141451.804000', '141451.807000', '141451.809000', '141451.812000', '141451.815000', '141451.817000', '141451.820000', '141451.822000', '141451.825000', '141451.828000', '141451.831000', '141451.833000', '141451.836000', '141451.839000', '141451.841000', '141451.844000', '141451.847000', '141451.849000', '141451.852000', '141451.854000', '141451.857000', '141451.860000', '141451.862000', '141451.865000', '141451.868000', '141451.870000', '141451.874000', '141451.877000', '141451.880000', '141451.883000', '141451.885000', '141451.888000', '141451.891000', '141451.893000', '141451.896000', '141451.899000', '141451.902000', '141451.904000', '141451.907000', '141451.910000', '141451.912000', '141511.798000', '141511.801000', '141511.804000', '141511.807000', '141511.810000', '141511.812000', '141511.815000', '141511.818000', '141511.821000', '141511.823000', '141511.826000', '141511.829000', '141511.831000', '141511.834000', '141511.836000', '141511.839000', '141511.842000', '141511.845000', '141511.847000', '141511.850000', '141511.853000', '141511.855000', '141511.858000', '141511.861000', '141511.863000', '141511.866000', '141511.868000', '141511.871000', '141511.874000', '141511.876000', '141511.879000', '141511.882000', '141511.884000', '141511.887000', '141511.890000', '141511.892000', '141511.895000', '141511.898000', '141511.900000', '141511.903000', '141511.906000', '141511.908000', '141511.911000', '141511.914000', '141531.799000', '141531.802000', '141531.804000', '141531.807000', '141531.809000', '141531.812000', '141531.815000', '141531.817000', '141531.820000', '141531.823000', '141531.826000', '141531.828000', '141531.831000', '141531.834000', '141531.836000', '141531.839000', '141531.841000', '141531.844000', '141531.847000', '141531.849000', '141531.852000', '141531.855000', '141531.857000', '141531.860000', '141531.882000', '141531.885000', '141531.887000', '141531.890000', '141531.893000', '141531.895000', '141531.898000', '141531.901000', '141531.903000', '141531.906000', '141531.909000', '141531.911000', '141531.914000', '141531.917000', '141531.919000', '141531.922000', '141531.925000', '141531.927000', '141531.930000', '141551.797000', '141551.800000', '141551.803000', '141551.806000', '141551.809000', '141551.811000', '141551.814000', '141551.817000', '141551.819000', '141551.822000', '141551.824000', '141551.827000', '141551.830000', '141551.832000', '141551.835000', '141551.838000', '141551.840000', '141551.843000', '141551.846000', '141551.848000', '141551.851000', '141551.853000', '141551.856000', '141551.859000', '141551.862000', '141551.864000', '141551.867000', '141551.870000', '141551.872000', '141551.875000', '141551.878000', '141551.880000', '141551.883000', '141551.885000', '141551.888000', '141551.891000', '141551.893000', '141551.896000', '141551.899000', '141551.901000', '141551.904000', '141551.906000', '141551.909000', '141551.912000', '141611.797000', '141611.800000', '141611.803000', '141611.806000', '141611.808000', '141611.811000', '141611.814000', '141611.816000', '141611.819000', '141611.824000', '141611.826000', '141611.838000', '141611.841000', '141611.844000', '141611.846000', '141611.849000', '141611.852000', '141611.854000', '141611.857000', '141611.859000', '141611.862000', '141611.865000', '141611.867000', '141611.870000', '141611.873000', '141611.876000', '141611.879000', '141611.883000', '141611.886000', '141611.888000', '141611.891000', '141611.894000', '141611.896000', '141611.899000', '141611.902000', '141611.905000', '141611.907000', '141611.910000', '141611.915000', '141611.917000', '141611.920000', '141611.923000', '141611.925000', '141631.798000', '141631.801000', '141631.803000', '141631.806000', '141631.809000', '141631.811000', '141631.814000', '141631.817000', '141631.819000', '141631.822000', '141631.825000', '141631.827000', '141631.830000', '141631.833000', '141631.835000', '141631.838000', '141631.840000', '141631.843000', '141631.846000', '141631.848000', '141631.851000', '141631.854000', '141631.856000', '141631.859000', '141631.862000', '141631.864000', '141631.867000', '141631.870000', '141631.872000', '141631.875000', '141631.878000', '141631.880000', '141631.883000', '141631.886000', '141631.888000', '141631.891000', '141631.894000', '141631.896000', '141631.899000', '141631.902000', '141631.904000', '141631.907000', '141631.910000', '141631.912000', '141651.797000', '141651.800000', '141651.803000', '141651.806000', '141651.808000', '141651.811000', '141651.814000', '141651.816000', '141651.819000', '141651.822000', '141651.824000', '141651.827000', '141651.829000', '141651.832000', '141651.835000', '141651.837000', '141651.840000', '141651.842000', '141651.845000', '141651.848000', '141651.850000', '141651.853000', '141651.856000', '141651.858000', '141651.861000', '141651.864000', '141651.866000', '141651.869000', '141651.872000', '141651.874000', '141651.883000', '141651.886000', '141651.888000', '141651.891000', '141651.894000', '141651.918000', '141651.920000', '141651.923000', '141651.926000', '141651.928000', '141651.931000', '141651.934000', '141651.936000', '141711.799000', '141711.802000', '141711.804000', '141711.807000', '141711.810000', '141711.812000', '141711.815000', '141711.818000', '141711.820000', '141711.823000', '141711.826000', '141711.828000', '141711.831000', '141711.834000', '141711.836000', '141711.839000', '141711.842000', '141711.845000', '141711.847000', '141711.850000', '141711.853000', '141711.855000', '141711.858000', '141711.861000', '141711.863000', '141711.866000', '141711.869000', '141711.871000', '141711.874000', '141711.877000', '141711.879000', '141711.882000', '141711.885000', '141711.887000', '141711.890000', '141711.893000', '141711.895000', '141711.898000', '141711.900000', '141711.903000', '141711.906000', '141711.909000', '141711.911000', '141711.914000', '141731.799000', '141731.802000', '141731.805000', '141731.807000', '141731.810000', '141731.813000', '141731.815000', '141731.818000', '141731.821000', '141731.823000', '141731.826000', '141731.829000', '141731.831000', '141731.834000', '141731.836000', '141731.839000', '141731.842000', '141731.844000', '141731.847000', '141731.850000', '141731.852000', '141731.855000', '141731.858000', '141731.860000', '141731.863000', '141731.866000', '141731.869000', '141731.871000', '141731.874000', '141731.876000', '141731.879000', '141731.882000', '141731.885000', '141731.887000', '141731.890000', '141731.893000', '141731.895000', '141731.898000', '141731.900000', '141731.903000', '141731.906000', '141731.908000', '141731.911000', '141751.799000', '141751.802000', '141751.804000', '141751.807000', '141751.810000', '141751.812000', '141751.815000', '141751.818000', '141751.820000', '141751.823000', '141751.825000', '141751.828000', '141751.831000', '141751.834000', '141751.836000', '141751.839000', '141751.841000', '141751.844000', '141751.847000', '141751.849000', '141751.852000', '141751.855000', '141751.857000', '141751.860000', '141751.863000', '141751.865000', '141751.868000', '141751.871000', '141751.874000', '141751.876000', '141751.879000', '141751.881000', '141751.884000', '141751.887000', '141751.889000', '141751.892000', '141751.895000', '141751.897000', '141751.900000', '141751.903000', '141751.905000', '141751.908000', '141751.910000', '141751.913000', '141811.797000', '141811.800000', '141811.803000', '141811.806000', '141811.808000', '141811.811000', '141811.814000', '141811.816000', '141811.819000', '141811.822000', '141811.824000', '141811.827000', '141811.829000', '141811.832000', '141811.835000', '141811.837000', '141811.840000', '141811.852000', '141811.855000', '141811.858000', '141811.860000', '141811.863000', '141811.866000', '141811.869000', '141811.871000', '141811.874000', '141811.876000', '141811.879000', '141811.882000', '141811.884000', '141811.887000', '141811.890000', '141811.892000', '141811.895000', '141811.898000', '141811.900000', '141811.903000', '141811.906000', '141811.908000', '141811.911000', '141811.913000', '141811.916000', '141811.919000', '141831.798000', '141831.801000', '141831.803000', '141831.806000', '141831.809000', '141831.811000', '141831.814000', '141831.817000', '141831.820000', '141831.822000', '141831.825000', '141831.827000', '141831.830000', '141831.833000', '141831.835000', '141831.838000', '141831.841000', '141831.843000', '141831.846000', '141831.849000', '141831.851000', '141831.854000', '141831.857000', '141831.859000', '141831.862000', '141831.864000', '141831.867000', '141831.870000', '141831.872000', '141831.875000', '141831.878000', '141831.880000', '141831.883000', '141831.886000', '141831.888000', '141831.891000', '141831.894000', '141831.896000', '141831.899000', '141831.902000', '141831.904000', '141831.907000', '141831.910000', '141831.912000', '141851.798000', '141851.801000', '141851.803000', '141851.806000', '141851.809000', '141851.811000', '141851.814000', '141851.816000', '141851.819000', '141851.822000', '141851.824000', '141851.827000', '141851.830000', '141851.832000', '141851.835000', '141851.838000', '141851.840000', '141851.843000', '141851.846000', '141851.848000', '141851.851000', '141851.854000', '141851.856000', '141851.859000', '141851.861000', '141851.864000', '141851.867000', '141851.869000', '141851.872000', '141851.875000', '141851.877000', '141851.880000', '141851.883000', '141851.885000', '141851.888000', '141851.899000', '141851.902000', '141851.905000', '141851.907000', '141851.910000', '141851.913000', '141851.915000', '141851.918000', '141911.798000', '141911.801000', '141911.804000', '141911.806000', '141911.809000', '141911.812000', '141911.815000', '141911.817000', '141911.820000', '141911.823000', '141911.825000', '141911.828000', '141911.830000', '141911.833000', '141911.836000', '141911.839000', '141911.841000', '141911.844000', '141911.846000', '141911.849000', '141911.852000', '141911.854000', '141911.857000', '141911.859000', '141911.862000', '141911.865000', '141911.867000', '141911.870000', '141911.873000', '141911.876000', '141911.878000', '141911.881000', '141911.884000', '141911.886000', '141911.889000', '141911.891000', '141911.894000', '141911.897000', '141911.899000', '141911.902000', '141911.905000', '141911.908000', '141911.910000', '141911.913000', '141931.799000', '141931.802000', '141931.804000', '141931.807000', '141931.810000', '141931.813000', '141931.815000', '141931.818000', '141931.821000', '141931.823000', '141931.826000', '141931.829000', '141931.831000', '141931.834000', '141931.836000', '141931.839000', '141931.842000', '141931.844000', '141931.847000', '141931.850000', '141931.852000', '141931.855000', '141931.858000', '141931.860000', '141931.863000', '141931.865000', '141931.868000', '141931.871000', '141931.874000', '141931.876000', '141931.879000', '141931.881000', '141931.884000', '141931.887000', '141931.889000', '141931.892000', '141931.895000', '141931.897000', '141931.900000', '141931.903000', '141931.905000', '141931.908000', '141931.930000', '141951.799000', '141951.802000', '141951.804000', '141951.807000', '141951.810000', '141951.812000', '141951.815000', '141951.817000', '141951.820000', '141951.823000', '141951.825000', '141951.828000', '141951.831000', '141951.833000', '141951.836000', '141951.839000', '141951.841000', '141951.844000', '141951.847000', '141951.849000', '141951.852000', '141951.855000', '141951.857000', '141951.860000', '141951.863000', '141951.865000', '141951.868000', '141951.871000', '141951.873000', '141951.876000', '141951.879000', '141951.881000', '141951.884000', '141951.887000', '141951.889000', '141951.892000', '141951.895000', '141951.897000', '141951.900000', '141951.903000', '141951.905000', '141951.908000', '141951.911000', '141951.913000', '141958.661000', '141958.664000', '141958.667000', '141958.669000', '141958.672000', '141958.674000', '141958.677000', '141958.680000', '141958.683000', '141958.685000', '141958.688000', '141958.691000', '141958.694000', '141958.696000', '141958.699000'], 'InstanceCreationTime': ['141051.826000', '141051.829000', '141051.832000', '141051.835000', '141051.838000', '141051.840000', '141051.843000', '141051.845000', '141051.848000', '141051.850000', '141051.853000', '141051.856000', '141051.863000', '141051.866000', '141051.868000', '141051.875000', '141051.878000', '141051.881000', '141051.883000', '141051.886000', '141111.797000', '141111.800000', '141111.803000', '141111.810000', '141111.813000', '141111.815000', '141111.818000', '141111.821000', '141111.823000', '141111.826000', '141111.828000', '141111.831000', '141111.834000', '141111.836000', '141111.839000', '141111.842000', '141111.844000', '141111.847000', '141111.849000', '141111.858000', '141111.861000', '141111.863000', '141111.866000', '141111.868000', '141111.871000', '141111.874000', '141111.876000', '141111.879000', '141111.881000', '141111.884000', '141111.887000', '141111.889000', '141111.894000', '141111.896000', '141111.899000', '141111.901000', '141111.904000', '141111.907000', '141111.909000', '141111.912000', '141111.914000', '141111.917000', '141111.920000', '141131.797000', '141131.800000', '141131.803000', '141131.806000', '141131.809000', '141131.817000', '141131.820000', '141131.822000', '141131.825000', '141131.828000', '141131.830000', '141131.833000', '141131.835000', '141131.838000', '141131.841000', '141131.843000', '141131.846000', '141131.849000', '141131.851000', '141131.854000', '141131.857000', '141131.860000', '141131.862000', '141131.865000', '141131.867000', '141131.870000', '141131.873000', '141131.875000', '141131.878000', '141131.880000', '141131.883000', '141131.886000', '141131.888000', '141131.891000', '141131.894000', '141131.896000', '141131.899000', '141131.902000', '141131.904000', '141131.907000', '141131.909000', '141131.926000', '141131.928000', '141151.797000', '141151.800000', '141151.803000', '141151.806000', '141151.808000', '141151.811000', '141151.814000', '141151.816000', '141151.819000', '141151.822000', '141151.824000', '141151.827000', '141151.830000', '141151.832000', '141151.835000', '141151.838000', '141151.840000', '141151.843000', '141151.845000', '141151.848000', '141151.851000', '141151.853000', '141151.856000', '141151.859000', '141151.861000', '141151.864000', '141151.867000', '141151.869000', '141151.872000', '141151.874000', '141151.877000', '141151.880000', '141151.882000', '141151.885000', '141151.888000', '141151.890000', '141151.893000', '141151.896000', '141151.898000', '141151.901000', '141151.904000', '141151.906000', '141151.909000', '141151.911000', '141211.798000', '141211.801000', '141211.804000', '141211.806000', '141211.809000', '141211.812000', '141211.814000', '141211.817000', '141211.820000', '141211.822000', '141211.825000', '141211.828000', '141211.830000', '141211.833000', '141211.835000', '141211.838000', '141211.841000', '141211.843000', '141211.846000', '141211.849000', '141211.851000', '141211.854000', '141211.857000', '141211.859000', '141211.862000', '141211.864000', '141211.867000', '141211.870000', '141211.872000', '141211.875000', '141211.878000', '141211.880000', '141211.883000', '141211.886000', '141211.888000', '141211.891000', '141211.894000', '141211.896000', '141211.899000', '141211.901000', '141211.904000', '141211.907000', '141211.909000', '141211.912000', '141231.798000', '141231.801000', '141231.804000', '141231.818000', '141231.821000', '141231.823000', '141231.826000', '141231.829000', '141231.831000', '141231.834000', '141231.837000', '141231.839000', '141231.842000', '141231.844000', '141231.847000', '141231.850000', '141231.852000', '141231.855000', '141231.858000', '141231.860000', '141231.863000', '141231.865000', '141231.868000', '141231.871000', '141231.873000', '141231.876000', '141231.879000', '141231.881000', '141231.884000', '141231.887000', '141231.889000', '141231.892000', '141231.895000', '141231.897000', '141231.900000', '141231.903000', '141231.905000', '141231.908000', '141231.910000', '141231.913000', '141231.916000', '141231.918000', '141231.921000', '141251.798000', '141251.801000', '141251.804000', '141251.807000', '141251.809000', '141251.812000', '141251.815000', '141251.817000', '141251.820000', '141251.823000', '141251.825000', '141251.828000', '141251.831000', '141251.833000', '141251.836000', '141251.838000', '141251.841000', '141251.844000', '141251.846000', '141251.849000', '141251.852000', '141251.855000', '141251.857000', '141251.860000', '141251.863000', '141251.865000', '141251.868000', '141251.871000', '141251.873000', '141251.876000', '141251.878000', '141251.881000', '141251.884000', '141251.886000', '141251.889000', '141251.892000', '141251.894000', '141251.897000', '141251.900000', '141251.902000', '141251.905000', '141251.908000', '141251.910000', '141311.799000', '141311.802000', '141311.805000', '141311.807000', '141311.810000', '141311.812000', '141311.815000', '141311.818000', '141311.820000', '141311.823000', '141311.826000', '141311.828000', '141311.831000', '141311.833000', '141311.836000', '141311.839000', '141311.841000', '141311.844000', '141311.847000', '141311.849000', '141311.852000', '141311.854000', '141311.857000', '141311.860000', '141311.863000', '141311.865000', '141311.868000', '141311.871000', '141311.873000', '141311.876000', '141311.879000', '141311.881000', '141311.884000', '141311.886000', '141311.889000', '141311.892000', '141311.894000', '141311.897000', '141311.900000', '141311.902000', '141311.905000', '141311.907000', '141311.910000', '141311.913000', '141331.798000', '141331.801000', '141331.804000', '141331.807000', '141331.810000', '141331.812000', '141331.815000', '141331.818000', '141331.820000', '141331.823000', '141331.826000', '141331.828000', '141331.831000', '141331.835000', '141331.838000', '141331.841000', '141331.843000', '141331.846000', '141331.849000', '141331.851000', '141331.854000', '141331.857000', '141331.859000', '141331.862000', '141331.865000', '141331.867000', '141331.875000', '141331.877000', '141331.880000', '141331.883000', '141331.886000', '141331.888000', '141331.891000', '141331.893000', '141331.896000', '141331.899000', '141331.901000', '141331.904000', '141331.907000', '141331.909000', '141331.912000', '141331.915000', '141331.918000', '141351.798000', '141351.801000', '141351.804000', '141351.806000', '141351.809000', '141351.812000', '141351.814000', '141351.817000', '141351.819000', '141351.822000', '141351.825000', '141351.827000', '141351.830000', '141351.833000', '141351.835000', '141351.838000', '141351.841000', '141351.843000', '141351.846000', '141351.849000', '141351.851000', '141351.854000', '141351.857000', '141351.859000', '141351.862000', '141351.864000', '141351.867000', '141351.870000', '141351.872000', '141351.875000', '141351.878000', '141351.880000', '141351.883000', '141351.886000', '141351.888000', '141351.891000', '141351.893000', '141351.896000', '141351.899000', '141351.901000', '141351.904000', '141351.907000', '141351.909000', '141351.918000', '141411.798000', '141411.800000', '141411.803000', '141411.806000', '141411.809000', '141411.811000', '141411.814000', '141411.816000', '141411.819000', '141411.822000', '141411.824000', '141411.827000', '141411.830000', '141411.833000', '141411.835000', '141411.838000', '141411.848000', '141411.851000', '141411.854000', '141411.856000', '141411.859000', '141411.862000', '141411.864000', '141411.867000', '141411.870000', '141411.872000', '141411.875000', '141411.877000', '141411.880000', '141411.883000', '141411.886000', '141411.888000', '141411.891000', '141411.894000', '141411.896000', '141411.899000', '141411.901000', '141411.904000', '141411.907000', '141411.909000', '141411.912000', '141411.915000', '141411.917000', '141431.797000', '141431.800000', '141431.803000', '141431.806000', '141431.809000', '141431.811000', '141431.814000', '141431.816000', '141431.819000', '141431.822000', '141431.824000', '141431.827000', '141431.830000', '141431.832000', '141431.835000', '141431.837000', '141431.840000', '141431.843000', '141431.846000', '141431.848000', '141431.851000', '141431.854000', '141431.856000', '141431.859000', '141431.861000', '141431.864000', '141431.867000', '141431.869000', '141431.872000', '141431.875000', '141431.877000', '141431.880000', '141431.883000', '141431.885000', '141431.888000', '141431.890000', '141431.893000', '141431.896000', '141431.898000', '141431.901000', '141431.904000', '141431.906000', '141431.909000', '141431.911000', '141451.798000', '141451.801000', '141451.804000', '141451.807000', '141451.809000', '141451.812000', '141451.815000', '141451.817000', '141451.820000', '141451.822000', '141451.825000', '141451.828000', '141451.831000', '141451.833000', '141451.836000', '141451.839000', '141451.841000', '141451.844000', '141451.847000', '141451.849000', '141451.852000', '141451.854000', '141451.857000', '141451.860000', '141451.862000', '141451.865000', '141451.868000', '141451.870000', '141451.874000', '141451.877000', '141451.880000', '141451.883000', '141451.885000', '141451.888000', '141451.891000', '141451.893000', '141451.896000', '141451.899000', '141451.902000', '141451.904000', '141451.907000', '141451.910000', '141451.912000', '141511.798000', '141511.801000', '141511.804000', '141511.807000', '141511.810000', '141511.812000', '141511.815000', '141511.818000', '141511.821000', '141511.823000', '141511.826000', '141511.829000', '141511.831000', '141511.834000', '141511.836000', '141511.839000', '141511.842000', '141511.845000', '141511.847000', '141511.850000', '141511.853000', '141511.855000', '141511.858000', '141511.861000', '141511.863000', '141511.866000', '141511.868000', '141511.871000', '141511.874000', '141511.876000', '141511.879000', '141511.882000', '141511.884000', '141511.887000', '141511.890000', '141511.892000', '141511.895000', '141511.898000', '141511.900000', '141511.903000', '141511.906000', '141511.908000', '141511.911000', '141511.914000', '141531.799000', '141531.802000', '141531.804000', '141531.807000', '141531.809000', '141531.812000', '141531.815000', '141531.817000', '141531.820000', '141531.823000', '141531.826000', '141531.828000', '141531.831000', '141531.834000', '141531.836000', '141531.839000', '141531.841000', '141531.844000', '141531.847000', '141531.849000', '141531.852000', '141531.855000', '141531.857000', '141531.860000', '141531.882000', '141531.885000', '141531.887000', '141531.890000', '141531.893000', '141531.895000', '141531.898000', '141531.901000', '141531.903000', '141531.906000', '141531.909000', '141531.911000', '141531.914000', '141531.917000', '141531.919000', '141531.922000', '141531.925000', '141531.927000', '141531.930000', '141551.797000', '141551.800000', '141551.803000', '141551.806000', '141551.809000', '141551.811000', '141551.814000', '141551.817000', '141551.819000', '141551.822000', '141551.824000', '141551.827000', '141551.830000', '141551.832000', '141551.835000', '141551.838000', '141551.840000', '141551.843000', '141551.846000', '141551.848000', '141551.851000', '141551.853000', '141551.856000', '141551.859000', '141551.862000', '141551.864000', '141551.867000', '141551.870000', '141551.872000', '141551.875000', '141551.878000', '141551.880000', '141551.883000', '141551.885000', '141551.888000', '141551.891000', '141551.893000', '141551.896000', '141551.899000', '141551.901000', '141551.904000', '141551.906000', '141551.909000', '141551.912000', '141611.797000', '141611.800000', '141611.803000', '141611.806000', '141611.808000', '141611.811000', '141611.814000', '141611.816000', '141611.819000', '141611.824000', '141611.826000', '141611.838000', '141611.841000', '141611.844000', '141611.846000', '141611.849000', '141611.852000', '141611.854000', '141611.857000', '141611.859000', '141611.862000', '141611.865000', '141611.867000', '141611.870000', '141611.873000', '141611.876000', '141611.879000', '141611.883000', '141611.886000', '141611.888000', '141611.891000', '141611.894000', '141611.896000', '141611.899000', '141611.902000', '141611.905000', '141611.907000', '141611.910000', '141611.915000', '141611.917000', '141611.920000', '141611.923000', '141611.925000', '141631.798000', '141631.801000', '141631.803000', '141631.806000', '141631.809000', '141631.811000', '141631.814000', '141631.817000', '141631.819000', '141631.822000', '141631.825000', '141631.827000', '141631.830000', '141631.833000', '141631.835000', '141631.838000', '141631.840000', '141631.843000', '141631.846000', '141631.848000', '141631.851000', '141631.854000', '141631.856000', '141631.859000', '141631.862000', '141631.864000', '141631.867000', '141631.870000', '141631.872000', '141631.875000', '141631.878000', '141631.880000', '141631.883000', '141631.886000', '141631.888000', '141631.891000', '141631.894000', '141631.896000', '141631.899000', '141631.902000', '141631.904000', '141631.907000', '141631.910000', '141631.912000', '141651.797000', '141651.800000', '141651.803000', '141651.806000', '141651.808000', '141651.811000', '141651.814000', '141651.816000', '141651.819000', '141651.822000', '141651.824000', '141651.827000', '141651.829000', '141651.832000', '141651.835000', '141651.837000', '141651.840000', '141651.842000', '141651.845000', '141651.848000', '141651.850000', '141651.853000', '141651.856000', '141651.858000', '141651.861000', '141651.864000', '141651.866000', '141651.869000', '141651.872000', '141651.874000', '141651.883000', '141651.886000', '141651.888000', '141651.891000', '141651.894000', '141651.918000', '141651.920000', '141651.923000', '141651.926000', '141651.928000', '141651.931000', '141651.934000', '141651.936000', '141711.799000', '141711.802000', '141711.804000', '141711.807000', '141711.810000', '141711.812000', '141711.815000', '141711.818000', '141711.820000', '141711.823000', '141711.826000', '141711.828000', '141711.831000', '141711.834000', '141711.836000', '141711.839000', '141711.842000', '141711.845000', '141711.847000', '141711.850000', '141711.853000', '141711.855000', '141711.858000', '141711.861000', '141711.863000', '141711.866000', '141711.869000', '141711.871000', '141711.874000', '141711.877000', '141711.879000', '141711.882000', '141711.885000', '141711.887000', '141711.890000', '141711.893000', '141711.895000', '141711.898000', '141711.900000', '141711.903000', '141711.906000', '141711.909000', '141711.911000', '141711.914000', '141731.799000', '141731.802000', '141731.805000', '141731.807000', '141731.810000', '141731.813000', '141731.815000', '141731.818000', '141731.821000', '141731.823000', '141731.826000', '141731.829000', '141731.831000', '141731.834000', '141731.836000', '141731.839000', '141731.842000', '141731.844000', '141731.847000', '141731.850000', '141731.852000', '141731.855000', '141731.858000', '141731.860000', '141731.863000', '141731.866000', '141731.869000', '141731.871000', '141731.874000', '141731.876000', '141731.879000', '141731.882000', '141731.885000', '141731.887000', '141731.890000', '141731.893000', '141731.895000', '141731.898000', '141731.900000', '141731.903000', '141731.906000', '141731.908000', '141731.911000', '141751.799000', '141751.802000', '141751.804000', '141751.807000', '141751.810000', '141751.812000', '141751.815000', '141751.818000', '141751.820000', '141751.823000', '141751.825000', '141751.828000', '141751.831000', '141751.834000', '141751.836000', '141751.839000', '141751.841000', '141751.844000', '141751.847000', '141751.849000', '141751.852000', '141751.855000', '141751.857000', '141751.860000', '141751.863000', '141751.865000', '141751.868000', '141751.871000', '141751.874000', '141751.876000', '141751.879000', '141751.881000', '141751.884000', '141751.887000', '141751.889000', '141751.892000', '141751.895000', '141751.897000', '141751.900000', '141751.903000', '141751.905000', '141751.908000', '141751.910000', '141751.913000', '141811.797000', '141811.800000', '141811.803000', '141811.806000', '141811.808000', '141811.811000', '141811.814000', '141811.816000', '141811.819000', '141811.822000', '141811.824000', '141811.827000', '141811.829000', '141811.832000', '141811.835000', '141811.837000', '141811.840000', '141811.852000', '141811.855000', '141811.858000', '141811.860000', '141811.863000', '141811.866000', '141811.869000', '141811.871000', '141811.874000', '141811.876000', '141811.879000', '141811.882000', '141811.884000', '141811.887000', '141811.890000', '141811.892000', '141811.895000', '141811.898000', '141811.900000', '141811.903000', '141811.906000', '141811.908000', '141811.911000', '141811.913000', '141811.916000', '141811.919000', '141831.798000', '141831.801000', '141831.803000', '141831.806000', '141831.809000', '141831.811000', '141831.814000', '141831.817000', '141831.820000', '141831.822000', '141831.825000', '141831.827000', '141831.830000', '141831.833000', '141831.835000', '141831.838000', '141831.841000', '141831.843000', '141831.846000', '141831.849000', '141831.851000', '141831.854000', '141831.857000', '141831.859000', '141831.862000', '141831.864000', '141831.867000', '141831.870000', '141831.872000', '141831.875000', '141831.878000', '141831.880000', '141831.883000', '141831.886000', '141831.888000', '141831.891000', '141831.894000', '141831.896000', '141831.899000', '141831.902000', '141831.904000', '141831.907000', '141831.910000', '141831.912000', '141851.798000', '141851.801000', '141851.803000', '141851.806000', '141851.809000', '141851.811000', '141851.814000', '141851.816000', '141851.819000', '141851.822000', '141851.824000', '141851.827000', '141851.830000', '141851.832000', '141851.835000', '141851.838000', '141851.840000', '141851.843000', '141851.846000', '141851.848000', '141851.851000', '141851.854000', '141851.856000', '141851.859000', '141851.861000', '141851.864000', '141851.867000', '141851.869000', '141851.872000', '141851.875000', '141851.877000', '141851.880000', '141851.883000', '141851.885000', '141851.888000', '141851.899000', '141851.902000', '141851.905000', '141851.907000', '141851.910000', '141851.913000', '141851.915000', '141851.918000', '141911.798000', '141911.801000', '141911.804000', '141911.806000', '141911.809000', '141911.812000', '141911.815000', '141911.817000', '141911.820000', '141911.823000', '141911.825000', '141911.828000', '141911.830000', '141911.833000', '141911.836000', '141911.839000', '141911.841000', '141911.844000', '141911.846000', '141911.849000', '141911.852000', '141911.854000', '141911.857000', '141911.859000', '141911.862000', '141911.865000', '141911.867000', '141911.870000', '141911.873000', '141911.876000', '141911.878000', '141911.881000', '141911.884000', '141911.886000', '141911.889000', '141911.891000', '141911.894000', '141911.897000', '141911.899000', '141911.902000', '141911.905000', '141911.908000', '141911.910000', '141911.913000', '141931.799000', '141931.802000', '141931.804000', '141931.807000', '141931.810000', '141931.813000', '141931.815000', '141931.818000', '141931.821000', '141931.823000', '141931.826000', '141931.829000', '141931.831000', '141931.834000', '141931.836000', '141931.839000', '141931.842000', '141931.844000', '141931.847000', '141931.850000', '141931.852000', '141931.855000', '141931.858000', '141931.860000', '141931.863000', '141931.865000', '141931.868000', '141931.871000', '141931.874000', '141931.876000', '141931.879000', '141931.881000', '141931.884000', '141931.887000', '141931.889000', '141931.892000', '141931.895000', '141931.897000', '141931.900000', '141931.903000', '141931.905000', '141931.908000', '141931.930000', '141951.799000', '141951.802000', '141951.804000', '141951.807000', '141951.810000', '141951.812000', '141951.815000', '141951.817000', '141951.820000', '141951.823000', '141951.825000', '141951.828000', '141951.831000', '141951.833000', '141951.836000', '141951.839000', '141951.841000', '141951.844000', '141951.847000', '141951.849000', '141951.852000', '141951.855000', '141951.857000', '141951.860000', '141951.863000', '141951.865000', '141951.868000', '141951.871000', '141951.873000', '141951.876000', '141951.879000', '141951.881000', '141951.884000', '141951.887000', '141951.889000', '141951.892000', '141951.895000', '141951.897000', '141951.900000', '141951.903000', '141951.905000', '141951.908000', '141951.911000', '141951.913000', '141958.661000', '141958.664000', '141958.667000', '141958.669000', '141958.672000', '141958.674000', '141958.677000', '141958.680000', '141958.683000', '141958.685000', '141958.688000', '141958.691000', '141958.694000', '141958.696000', '141958.699000'], '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': [14217, 11560, 12134, 11253, 11343, 12486, 12319, 13791, 8737, 12697, 8055, 12855, 8657, 15258, 9087, 14394, 8725, 13966, 8825, 14042, 9493, 15638, 9390, 12690, 8288, 12796, 8617, 14263, 9189, 13817, 9030, 12547, 8579, 13122, 9967, 13595, 8889, 12650, 9067, 13426, 9363, 15220, 9090, 13453, 8574, 13073, 8879, 15179, 8601, 13543, 8179, 13297, 8432, 14373, 9312, 14154, 8410, 13027, 8244, 13147, 8911, 13881, 8584, 12414, 8167, 12824, 9830, 13816, 10373, 12168, 9202, 11741, 11626, 12685, 8871, 11691, 11268, 11751, 9942, 12554, 7831, 12462, 8041, 13214, 8844, 15080, 8529, 13431, 8356, 14024, 9019, 15438, 10441, 14530, 10431, 14804, 10778, 13929, 11589, 12501, 11169, 7749, 12010, 8117, 12974, 8925, 14427, 8747, 13025, 9415, 12800, 8437, 13998, 8196, 12556, 8680, 13414, 9690, 14469, 9164, 13650, 9711, 14123, 11106, 12885, 10578, 10070, 10487, 8710, 12515, 8714, 13119, 8589, 13223, 8932, 14591, 10667, 12109, 10268, 10006, 11077, 8072, 13449, 8272, 13061, 8808, 14549, 10695, 15017, 10408, 14334, 10676, 13220, 11236, 12625, 11490, 7753, 12052, 9271, 15003, 10451, 14741, 10720, 14330, 11480, 12288, 11579, 7671, 12562, 8915, 13980, 9552, 14994, 9180, 13938, 10182, 15311, 12068, 14236, 11057, 12198, 11252, 10974, 13284, 8713, 13009, 8305, 14076, 9251, 16358, 11859, 16058, 10673, 15853, 11866, 15400, 11111, 12052, 11172, 9575, 12797, 9569, 13978, 8646, 13730, 8543, 15548, 11448, 16005, 11021, 13446, 11483, 12188, 12411, 9483, 13248, 8630, 14186, 9235, 16107, 11633, 15439, 11716, 12530, 11794, 10419, 14141, 8957, 13441, 8470, 15110, 11815, 16805, 11480, 10875, 11410, 8344, 13587, 9849, 16082, 10286, 15406, 11266, 14909, 12422, 13324, 12085, 8194, 12817, 8516, 16076, 11289, 15845, 11525, 12180, 11472, 12121, 13198, 8697, 12975, 8878, 15444, 12520, 12298, 12014, 8390, 13446, 9562, 16762, 12005, 11914, 11297, 8056, 13286, 9823, 16272, 11133, 12042, 11817, 8930, 14618, 9557, 15058, 11009, 11852, 11916, 9055, 14408, 8994, 15008, 11391, 13911, 12970, 8883, 13092, 8581, 15576, 12446, 12756, 12405, 8299, 13291, 9146, 15729, 12224, 16277, 11639, 9013, 12618, 8969, 14789, 12206, 14738, 11654, 9002, 11311, 9057, 12658, 9040, 10354, 9518, 8000, 15259, 11639, 15353, 12412, 14374, 13183, 9330, 14554, 9648, 15938, 10473, 16380, 12341, 16596, 12929, 14762, 11458, 8553, 12891, 8765, 13604, 9165, 14499, 8866, 13798, 9022, 14156, 8910, 15202, 9447, 14667, 9176, 14043, 8917, 14573, 10143, 15533, 10747, 14254, 10843, 10564, 11444, 9269, 14520, 9302, 14636, 11136, 11823, 11572, 9647, 13032, 8629, 12999, 8533, 13422, 8761, 14251, 9457, 14379, 8167, 12174, 8994, 10727, 10888, 8433, 16082, 12043, 10468, 13184, 9736, 9768, 12920, 10270, 17054, 11648, 15330, 10130, 13194, 9597, 11334, 10831, 8383, 11764, 8733, 14115, 10547, 13455, 10645, 11032, 10711, 12719, 11150, 15557, 12602, 14023, 10844, 13358, 11228, 16660, 12551, 15829, 11299, 15563, 10722, 14830, 10496, 15212, 11542, 15492, 9543, 14161, 9504, 14465, 8982, 15130, 9717, 14244, 8779, 13401, 8682, 14087, 9622, 14535, 8980, 12856, 8434, 13010, 9119, 14271, 9215, 12573, 8942, 11915, 10405, 13221, 14517, 11043, 12042, 11158, 11915, 12507, 13768, 11361, 10770, 10631, 10465, 11910, 14075, 11900, 12651, 10589, 12262, 10536, 13408, 12572, 15697, 11126, 14752, 10895, 14702, 11884, 16306, 10519, 14795, 9997, 15017, 11608, 15550, 10220, 14910, 10218, 14589, 10831, 15448, 10980, 15586, 10389, 15028, 12083, 15496, 10671, 15489, 10757, 14745, 10798, 15775, 11778, 15123, 10388, 13934, 9790, 14941, 11823, 15559, 10013, 13937, 9171, 14650, 11128, 15426, 10765, 14771, 10476, 14816, 11108, 14570, 11799, 11808, 10620, 10583, 11305, 12519, 13077, 9069, 11877, 9210, 12241, 9337, 12721, 9969, 13974, 8913, 12823, 8866, 12466, 8331, 14907, 9562, 14856, 9022, 13734, 9388, 16305, 11646, 15292, 10115, 14606, 10601, 15590, 11537, 15298, 10321, 14343, 10755, 15336, 10958, 14841, 10147, 14290, 11014, 15178, 10501, 14284, 10083, 14907, 10227, 14943, 10498, 14496, 10082, 15617, 10809, 14346, 11707, 10823, 10542, 12256, 11220, 12591, 12203, 9761, 11774, 10928, 11784, 10722, 12486, 14002, 12613, 11233, 11553, 12152, 11888, 13495, 12355, 14530, 10746, 10479, 10990, 10085, 12833, 8552, 11642, 8861, 11826, 8673, 14502, 8771, 13407, 8367, 13426, 9027, 13730, 9612, 14672, 8863, 13706, 8703, 13341, 8811, 14704, 10135, 14535, 8782, 14061, 9780, 14861, 11296, 15058, 9858, 14109, 10397, 15106, 12037, 14862, 10498, 13466, 10549, 11588, 11976, 11971, 11522, 8481, 11735, 8564, 14036, 9275, 14163, 8989, 14320, 9496, 15418, 10683, 14607, 10096, 14026, 9971, 14708, 10158, 14272, 9112, 13739, 9129, 14220, 9890, 14443, 8971, 13640, 9313, 13969, 9841, 14937, 11112, 14514, 10452, 14386, 10547, 13789, 12247, 13570, 10641, 11727, 10615, 10675, 11345, 12824, 12219, 9684, 11280, 7955, 11789, 9422, 13833, 8556, 12755, 8969, 12737, 8774, 14970, 9280, 14385, 10087, 14885, 10175, 14883, 11480, 14497, 10117, 13881, 10025, 14367, 11113, 14619, 10839, 14354, 10025, 13858, 10249, 14937, 11311, 14452, 10335, 12584, 10055, 15187, 12159, 13008, 10382, 10198, 10037, 11781, 12497, 8227, 11550, 9157, 13208, 8972, 14815, 10559, 14896, 9755, 14164, 9834, 14765, 11370, 13913, 9231, 15156, 11532, 14942, 11278, 14779, 10924, 13744, 9641, 13640, 9622, 14958, 11535, 13876, 10344, 14557, 10349, 14096, 11208, 11570, 10381, 11990, 10617, 11222, 11107, 13286, 11940, 10103, 10633, 8477, 11663, 9021, 12689, 7968, 12226, 7939, 13358, 9261, 14894, 8985, 14346, 9568, 15805, 10863, 15071, 10170, 14531, 10685, 15625, 11504, 15011, 10815, 14671, 10497, 15106, 11643, 14570, 10361, 13723, 10362, 14537, 12318, 12370, 10729, 11219, 10486, 10684, 11647, 9324, 12696, 8482, 12296, 8498, 13180, 10871, 14864, 9329, 12581, 8306, 13013, 8872, 14638, 9559, 13778, 9131, 13064, 8712, 16149, 11111, 15761, 12845, 9677, 13893, 9156, 14369, 9772, 15949, 10278, 14352, 9557, 14016, 9585, 15089, 9619, 13898, 9011, 13829, 9440, 15230, 10237, 14009, 9235, 13908, 9589, 15219, 11000, 14508, 10086, 14206, 10437, 15061, 11548, 13476, 9679, 10360, 10127, 9958, 11674, 9205, 12972, 9578, 8655, 9973, 15459, 10790, 15683, 10035, 14271, 9245, 13520, 9202, 13573, 9059, 14050, 10250, 15681, 9399, 14734, 9442, 14400, 10378, 14420, 11366, 13893, 10715, 8715, 10715, 8200, 12119, 8236, 12117, 8909, 15035, 8403, 12831, 8676, 13347, 9277, 14268, 9717, 15047, 11568, 10653, 10146, 10089, 10704, 9019, 12659, 8604, 11416, 8667, 12037, 9196, 14117, 8894, 14176, 10264, 14754, 10376, 14846, 10873, 13235, 10385, 13479, 10524, 12252, 11643, 9597, 10995, 11019, 11014, 9944, 11431, 9642, 12877, 8431, 11600, 7895, 12133, 8566, 14328, 8519, 13422, 8637, 14290, 9775, 14992, 11808, 14823, 9855, 11334, 10483, 10945, 11488, 10664, 13326, 8993, 13747, 9235, 14738, 11067, 13200, 12009, 8739, 12609, 9119, 12795, 10189, 13930, 9884, 13743, 8711, 13895, 9842, 15053, 11964, 9073, 11672, 9450, 13993, 10382, 15851, 12048, 13498, 10426, 11940, 10451, 12169, 11194, 13598, 11299, 11403, 10869, 10964, 11421, 10177, 12865, 8630, 13588, 9461, 13970, 10025, 13322, 11500, 9296, 11755, 9469, 12788, 9515, 14616, 9008, 13544, 9340, 13941, 9220, 15255, 10707, 14351, 9731, 14394, 10207, 14862, 11351, 10788, 10883, 8913, 11999, 9450, 14343, 10222, 15278, 9879, 15178, 10694, 13104, 11778, 9095, 11623, 9121, 12842, 9122, 14363, 10276, 15016, 9821, 14860, 10447, 14634, 12086, 10660, 10575, 9939, 10764, 10171, 12142, 10259, 12734, 8666, 12984, 8969, 14250, 10518, 14164, 12061, 8514, 12212, 9084, 14349, 9732, 15427, 11801, 13788, 9992, 11476, 10858, 10204, 11768, 9724, 15274, 10529, 9219, 13618, 10579, 9087, 14899, 11170, 12385, 12551, 8549, 13871, 9246, 13546, 10842, 13276, 9094, 12599, 9166, 12308, 9077, 13652, 8266, 12996, 8367, 13612, 8447, 15541, 9389, 14749, 9257, 14889, 10872, 13641, 12091, 8456, 12990, 9147, 14271, 9988, 15519, 9984, 14612, 9933, 15121, 10848, 16222, 12795, 14230, 11562, 11473, 11766, 9771, 12699, 10202, 15883, 10608, 15454, 9967, 13151, 11091, 14348, 11031, 14247, 12318, 8951, 11443, 8632, 13137, 9241, 13686, 9245, 14221, 8501, 12127, 8851, 16041, 12600, 16610, 11435, 11720, 14094, 9234, 9886, 8747, 8356, 11375, 8151, 16112, 11757, 15475, 13454, 9531, 17859, 14050, 13622, 15297, 10963, 17390, 11582, 15604, 11235, 15514, 11804], 'WindowCenter': [4519.0, 4481.0, 4477.0, 4455.0, 4453.0, 4462.0, 4449.0, 4461.0, 4419.0, 4450.0, 4408.0, 4472.0, 4420.0, 4470.0, 4418.0, 4460.0, 4407.0, 4457.0, 4416.0, 4470.0, 4416.0, 4471.0, 4417.0, 4446.0, 4394.0, 4446.0, 4407.0, 4458.0, 4416.0, 4470.0, 4417.0, 4448.0, 4407.0, 4447.0, 4428.0, 4447.0, 4406.0, 4447.0, 4408.0, 4458.0, 4418.0, 4472.0, 4406.0, 4446.0, 4408.0, 4461.0, 4418.0, 4469.0, 4406.0, 4445.0, 4405.0, 4458.0, 4418.0, 4457.0, 4419.0, 4459.0, 4394.0, 4448.0, 4409.0, 4456.0, 4415.0, 4457.0, 4395.0, 4446.0, 4408.0, 4447.0, 4428.0, 4457.0, 4414.0, 4447.0, 4429.0, 4449.0, 4437.0, 4446.0, 4405.0, 4437.0, 4437.0, 4446.0, 4427.0, 4447.0, 4396.0, 4447.0, 4408.0, 4459.0, 4417.0, 4470.0, 4408.0, 4456.0, 4406.0, 4460.0, 4418.0, 4468.0, 4439.0, 4467.0, 4438.0, 4467.0, 4452.0, 4472.0, 4450.0, 4449.0, 4437.0, 4399.0, 4446.0, 4409.0, 4458.0, 4418.0, 4458.0, 4406.0, 4448.0, 4417.0, 4446.0, 4406.0, 4457.0, 4394.0, 4433.0, 4405.0, 4443.0, 4416.0, 4457.0, 4415.0, 4454.0, 4428.0, 4457.0, 4438.0, 4446.0, 4429.0, 4424.0, 4437.0, 4418.0, 4448.0, 4408.0, 4448.0, 4408.0, 4460.0, 4420.0, 4457.0, 4440.0, 4448.0, 4429.0, 4442.0, 4448.0, 4406.0, 4462.0, 4408.0, 4456.0, 4418.0, 4469.0, 4442.0, 4469.0, 4428.0, 4457.0, 4439.0, 4458.0, 4439.0, 4447.0, 4436.0, 4385.0, 4436.0, 4417.0, 4456.0, 4425.0, 4455.0, 4426.0, 4458.0, 4436.0, 4438.0, 4435.0, 4384.0, 4435.0, 4416.0, 4456.0, 4415.0, 4454.0, 4404.0, 4454.0, 4427.0, 4455.0, 4438.0, 4458.0, 4439.0, 4445.0, 4435.0, 4425.0, 4446.0, 4394.0, 4433.0, 4394.0, 4445.0, 4417.0, 4455.0, 4451.0, 4468.0, 4427.0, 4468.0, 4449.0, 4454.0, 4423.0, 4433.0, 4422.0, 4414.0, 4434.0, 4414.0, 4445.0, 4394.0, 4443.0, 4405.0, 4456.0, 4436.0, 4468.0, 4427.0, 4445.0, 4437.0, 4447.0, 4446.0, 4416.0, 4447.0, 4404.0, 4456.0, 4417.0, 4469.0, 4438.0, 4455.0, 4436.0, 4445.0, 4436.0, 4427.0, 4457.0, 4405.0, 4433.0, 4407.0, 4457.0, 4450.0, 4468.0, 4440.0, 4425.0, 4437.0, 4410.0, 4458.0, 4429.0, 4471.0, 4429.0, 4466.0, 4438.0, 4468.0, 4450.0, 4447.0, 4436.0, 4396.0, 4448.0, 4406.0, 4469.0, 4439.0, 4467.0, 4438.0, 4448.0, 4439.0, 4438.0, 4448.0, 4404.0, 4444.0, 4417.0, 4455.0, 4448.0, 4437.0, 4436.0, 4394.0, 4456.0, 4418.0, 4469.0, 4449.0, 4436.0, 4437.0, 4410.0, 4457.0, 4428.0, 4467.0, 4436.0, 4447.0, 4448.0, 4406.0, 4459.0, 4416.0, 4455.0, 4426.0, 4438.0, 4436.0, 4406.0, 4457.0, 4405.0, 4457.0, 4436.0, 4447.0, 4447.0, 4405.0, 4445.0, 4406.0, 4455.0, 4446.0, 4448.0, 4448.0, 4396.0, 4447.0, 4430.0, 4467.0, 4448.0, 4470.0, 4437.0, 4406.0, 4435.0, 4416.0, 4456.0, 4452.0, 4458.0, 4436.0, 4433.0, 4480.0, 4463.0, 4474.0, 4408.0, 4426.0, 4417.0, 4409.0, 4471.0, 4440.0, 4458.0, 4439.0, 4448.0, 4437.0, 4406.0, 4447.0, 4405.0, 4459.0, 4414.0, 4445.0, 4424.0, 4431.0, 4410.0, 4417.0, 4400.0, 4365.0, 4406.0, 4379.0, 4416.0, 4375.0, 4416.0, 4376.0, 4403.0, 4374.0, 4416.0, 4389.0, 4428.0, 4388.0, 4427.0, 4387.0, 4419.0, 4390.0, 4455.0, 4413.0, 4441.0, 4412.0, 4442.0, 4425.0, 4425.0, 4438.0, 4419.0, 4458.0, 4417.0, 4456.0, 4452.0, 4464.0, 4451.0, 4419.0, 4459.0, 4408.0, 4450.0, 4410.0, 4449.0, 4408.0, 4458.0, 4431.0, 4482.0, 4409.0, 4448.0, 4418.0, 4426.0, 4450.0, 4423.0, 4472.0, 4439.0, 4430.0, 4448.0, 4419.0, 4429.0, 4452.0, 4432.0, 4472.0, 4440.0, 4458.0, 4429.0, 4475.0, 4445.0, 4438.0, 4427.0, 4383.0, 4422.0, 4393.0, 4457.0, 4429.0, 4447.0, 4427.0, 4429.0, 4429.0, 4446.0, 4442.0, 4470.0, 4452.0, 4458.0, 4429.0, 4449.0, 4441.0, 4472.0, 4451.0, 4468.0, 4439.0, 4456.0, 4428.0, 4456.0, 4439.0, 4469.0, 4452.0, 4469.0, 4429.0, 4457.0, 4418.0, 4471.0, 4432.0, 4469.0, 4432.0, 4458.0, 4408.0, 4459.0, 4421.0, 4461.0, 4430.0, 4459.0, 4418.0, 4449.0, 4422.0, 4474.0, 4422.0, 4470.0, 4418.0, 4461.0, 4420.0, 4452.0, 4441.0, 4459.0, 4459.0, 4442.0, 4451.0, 4453.0, 4451.0, 4473.0, 4472.0, 4450.0, 4440.0, 4442.0, 4451.0, 4462.0, 4472.0, 4461.0, 4462.0, 4453.0, 4463.0, 4452.0, 4472.0, 4464.0, 4472.0, 4452.0, 4482.0, 4452.0, 4473.0, 4453.0, 4480.0, 4439.0, 4471.0, 4442.0, 4469.0, 4453.0, 4469.0, 4441.0, 4469.0, 4443.0, 4472.0, 4451.0, 4472.0, 4452.0, 4470.0, 4442.0, 4470.0, 4464.0, 4472.0, 4441.0, 4468.0, 4441.0, 4472.0, 4442.0, 4471.0, 4452.0, 4458.0, 4428.0, 4459.0, 4429.0, 4468.0, 4452.0, 4471.0, 4428.0, 4458.0, 4429.0, 4470.0, 4439.0, 4469.0, 4442.0, 4458.0, 4440.0, 4470.0, 4450.0, 4470.0, 4452.0, 4437.0, 4429.0, 4440.0, 4450.0, 4450.0, 4461.0, 4422.0, 4451.0, 4430.0, 4463.0, 4428.0, 4458.0, 4444.0, 4472.0, 4419.0, 4460.0, 4431.0, 4474.0, 4423.0, 4482.0, 4443.0, 4471.0, 4421.0, 4462.0, 4433.0, 4496.0, 4452.0, 4469.0, 4431.0, 4469.0, 4441.0, 4471.0, 4440.0, 4458.0, 4417.0, 4470.0, 4439.0, 4458.0, 4437.0, 4471.0, 4453.0, 4470.0, 4450.0, 4459.0, 4437.0, 4455.0, 4427.0, 4470.0, 4430.0, 4456.0, 4451.0, 4457.0, 4443.0, 4481.0, 4439.0, 4470.0, 4451.0, 4437.0, 4439.0, 4460.0, 4451.0, 4459.0, 4449.0, 4428.0, 4449.0, 4439.0, 4452.0, 4441.0, 4462.0, 4472.0, 4449.0, 4427.0, 4438.0, 4451.0, 4436.0, 4460.0, 4461.0, 4456.0, 4438.0, 4426.0, 4436.0, 4429.0, 4460.0, 4407.0, 4438.0, 4419.0, 4450.0, 4407.0, 4471.0, 4407.0, 4459.0, 4408.0, 4457.0, 4430.0, 4461.0, 4430.0, 4468.0, 4418.0, 4459.0, 4418.0, 4459.0, 4417.0, 4470.0, 4430.0, 4457.0, 4419.0, 4458.0, 4442.0, 4470.0, 4438.0, 4469.0, 4429.0, 4458.0, 4429.0, 4457.0, 4451.0, 4458.0, 4441.0, 4448.0, 4441.0, 4450.0, 4452.0, 4449.0, 4439.0, 4408.0, 4450.0, 4421.0, 4471.0, 4430.0, 4458.0, 4420.0, 4472.0, 4444.0, 4472.0, 4441.0, 4470.0, 4429.0, 4459.0, 4428.0, 4457.0, 4428.0, 4457.0, 4407.0, 4447.0, 4420.0, 4457.0, 4427.0, 4459.0, 4419.0, 4457.0, 4420.0, 4460.0, 4431.0, 4458.0, 4439.0, 4459.0, 4439.0, 4460.0, 4453.0, 4462.0, 4463.0, 4460.0, 4440.0, 4437.0, 4441.0, 4442.0, 4450.0, 4462.0, 4451.0, 4428.0, 4440.0, 4410.0, 4463.0, 4431.0, 4473.0, 4420.0, 4462.0, 4447.0, 4464.0, 4424.0, 4485.0, 4419.0, 4461.0, 4429.0, 4469.0, 4444.0, 4470.0, 4453.0, 4459.0, 4440.0, 4460.0, 4442.0, 4471.0, 4439.0, 4459.0, 4439.0, 4456.0, 4431.0, 4461.0, 4430.0, 4458.0, 4438.0, 4456.0, 4416.0, 4447.0, 4428.0, 4456.0, 4451.0, 4447.0, 4428.0, 4438.0, 4441.0, 4447.0, 4450.0, 4407.0, 4439.0, 4418.0, 4458.0, 4420.0, 4471.0, 4440.0, 4457.0, 4418.0, 4470.0, 4430.0, 4457.0, 4439.0, 4447.0, 4417.0, 4454.0, 4436.0, 4458.0, 4439.0, 4457.0, 4438.0, 4446.0, 4418.0, 4456.0, 4428.0, 4469.0, 4450.0, 4445.0, 4428.0, 4456.0, 4440.0, 4460.0, 4450.0, 4437.0, 4428.0, 4436.0, 4439.0, 4440.0, 4439.0, 4474.0, 4452.0, 4428.0, 4440.0, 4421.0, 4451.0, 4420.0, 4459.0, 4409.0, 4447.0, 4422.0, 4473.0, 4433.0, 4470.0, 4420.0, 4469.0, 4430.0, 4482.0, 4441.0, 4470.0, 4430.0, 4483.0, 4454.0, 4481.0, 4451.0, 4470.0, 4439.0, 4482.0, 4452.0, 4471.0, 4452.0, 4457.0, 4429.0, 4459.0, 4454.0, 4470.0, 4462.0, 4449.0, 4440.0, 4436.0, 4440.0, 4452.0, 4450.0, 4432.0, 4460.0, 4421.0, 4450.0, 4421.0, 4472.0, 4442.0, 4484.0, 4420.0, 4450.0, 4410.0, 4461.0, 4420.0, 4472.0, 4417.0, 4460.0, 4432.0, 4462.0, 4408.0, 4457.0, 4438.0, 4469.0, 4450.0, 4428.0, 4447.0, 4419.0, 4471.0, 4428.0, 4469.0, 4417.0, 4446.0, 4416.0, 4456.0, 4418.0, 4456.0, 4416.0, 4445.0, 4407.0, 4457.0, 4418.0, 4468.0, 4428.0, 4446.0, 4417.0, 4457.0, 4428.0, 4467.0, 4427.0, 4457.0, 4428.0, 4457.0, 4444.0, 4470.0, 4452.0, 4458.0, 4430.0, 4439.0, 4440.0, 4428.0, 4448.0, 4415.0, 4445.0, 4416.0, 4418.0, 4440.0, 4469.0, 4437.0, 4456.0, 4415.0, 4443.0, 4402.0, 4446.0, 4414.0, 4447.0, 4404.0, 4446.0, 4413.0, 4458.0, 4391.0, 4429.0, 4376.0, 4416.0, 4385.0, 4417.0, 4398.0, 4403.0, 4384.0, 4361.0, 4381.0, 4352.0, 4404.0, 4378.0, 4417.0, 4387.0, 4425.0, 4365.0, 4404.0, 4364.0, 4413.0, 4387.0, 4425.0, 4399.0, 4439.0, 4422.0, 4410.0, 4412.0, 4411.0, 4425.0, 4402.0, 4444.0, 4403.0, 4447.0, 4403.0, 4446.0, 4418.0, 4441.0, 4404.0, 4443.0, 4424.0, 4454.0, 4426.0, 4455.0, 4436.0, 4445.0, 4427.0, 4445.0, 4439.0, 4450.0, 4448.0, 4415.0, 4437.0, 4426.0, 4425.0, 4428.0, 4448.0, 4428.0, 4447.0, 4393.0, 4437.0, 4407.0, 4445.0, 4418.0, 4468.0, 4418.0, 4456.0, 4420.0, 4470.0, 4439.0, 4469.0, 4462.0, 4470.0, 4430.0, 4449.0, 4452.0, 4453.0, 4464.0, 4442.0, 4473.0, 4420.0, 4460.0, 4418.0, 4469.0, 4451.0, 4460.0, 4452.0, 4419.0, 4448.0, 4418.0, 4474.0, 4440.0, 4472.0, 4429.0, 4456.0, 4408.0, 4456.0, 4427.0, 4456.0, 4449.0, 4417.0, 4437.0, 4429.0, 4457.0, 4440.0, 4470.0, 4451.0, 4447.0, 4427.0, 4433.0, 4426.0, 4449.0, 4437.0, 4447.0, 4451.0, 4449.0, 4438.0, 4450.0, 4446.0, 4425.0, 4445.0, 4403.0, 4443.0, 4442.0, 4445.0, 4412.0, 4458.0, 4437.0, 4415.0, 4439.0, 4416.0, 4459.0, 4417.0, 4458.0, 4417.0, 4445.0, 4415.0, 4455.0, 4417.0, 4468.0, 4429.0, 4457.0, 4417.0, 4456.0, 4426.0, 4456.0, 4439.0, 4437.0, 4427.0, 4418.0, 4449.0, 4429.0, 4459.0, 4429.0, 4458.0, 4416.0, 4456.0, 4428.0, 4447.0, 4439.0, 4406.0, 4435.0, 4416.0, 4448.0, 4429.0, 4458.0, 4439.0, 4457.0, 4417.0, 4457.0, 4439.0, 4458.0, 4449.0, 4427.0, 4428.0, 4428.0, 4438.0, 4426.0, 4446.0, 4428.0, 4447.0, 4406.0, 4445.0, 4416.0, 4459.0, 4440.0, 4458.0, 4451.0, 4419.0, 4447.0, 4419.0, 4469.0, 4430.0, 4470.0, 4448.0, 4458.0, 4430.0, 4439.0, 4454.0, 4427.0, 4420.0, 4402.0, 4455.0, 4426.0, 4417.0, 4458.0, 4440.0, 4420.0, 4483.0, 4454.0, 4463.0, 4461.0, 4409.0, 4458.0, 4417.0, 4459.0, 4428.0, 4448.0, 4405.0, 4433.0, 4404.0, 4448.0, 4405.0, 4458.0, 4395.0, 4432.0, 4394.0, 4457.0, 4407.0, 4466.0, 4417.0, 4467.0, 4429.0, 4470.0, 4440.0, 4460.0, 4449.0, 4408.0, 4457.0, 4430.0, 4472.0, 4430.0, 4472.0, 4430.0, 4457.0, 4416.0, 4455.0, 4438.0, 4465.0, 4446.0, 4458.0, 4436.0, 4435.0, 4437.0, 4415.0, 4434.0, 4413.0, 4457.0, 4425.0, 4457.0, 4416.0, 4433.0, 4423.0, 4444.0, 4423.0, 4443.0, 4435.0, 4392.0, 4423.0, 4390.0, 4433.0, 4403.0, 4443.0, 4390.0, 4431.0, 4391.0, 4434.0, 4418.0, 4478.0, 4458.0, 4488.0, 4460.0, 4460.0, 4478.0, 4427.0, 4436.0, 4415.0, 4404.0, 4421.0, 4409.0, 4467.0, 4436.0, 4457.0, 4447.0, 4418.0, 4470.0, 4449.0, 4435.0, 4434.0, 4401.0, 4432.0, 4389.0, 4405.0, 4385.0, 4402.0, 4383.0], 'WindowWidth': [9936.0, 9870.0, 9853.0, 9817.0, 9812.0, 9822.0, 9798.0, 9816.0, 9756.0, 9798.0, 9743.0, 9837.0, 9762.0, 9829.0, 9756.0, 9813.0, 9737.0, 9806.0, 9750.0, 9828.0, 9750.0, 9831.0, 9749.0, 9788.0, 9715.0, 9789.0, 9740.0, 9808.0, 9749.0, 9829.0, 9754.0, 9793.0, 9739.0, 9793.0, 9767.0, 9792.0, 9736.0, 9790.0, 9740.0, 9808.0, 9754.0, 9833.0, 9736.0, 9790.0, 9741.0, 9818.0, 9755.0, 9827.0, 9736.0, 9789.0, 9733.0, 9809.0, 9759.0, 9807.0, 9757.0, 9812.0, 9718.0, 9794.0, 9745.0, 9805.0, 9749.0, 9807.0, 9717.0, 9790.0, 9743.0, 9794.0, 9768.0, 9808.0, 9744.0, 9792.0, 9773.0, 9796.0, 9780.0, 9790.0, 9732.0, 9778.0, 9782.0, 9790.0, 9766.0, 9795.0, 9724.0, 9793.0, 9744.0, 9812.0, 9753.0, 9829.0, 9739.0, 9803.0, 9736.0, 9813.0, 9756.0, 9827.0, 9785.0, 9822.0, 9783.0, 9821.0, 9808.0, 9836.0, 9805.0, 9800.0, 9779.0, 9730.0, 9791.0, 9747.0, 9810.0, 9757.0, 9812.0, 9735.0, 9793.0, 9755.0, 9793.0, 9738.0, 9809.0, 9717.0, 9768.0, 9735.0, 9783.0, 9748.0, 9806.0, 9748.0, 9798.0, 9769.0, 9808.0, 9784.0, 9793.0, 9770.0, 9760.0, 9782.0, 9758.0, 9797.0, 9742.0, 9796.0, 9741.0, 9814.0, 9763.0, 9808.0, 9790.0, 9796.0, 9772.0, 9794.0, 9798.0, 9739.0, 9821.0, 9742.0, 9805.0, 9757.0, 9827.0, 9792.0, 9828.0, 9770.0, 9806.0, 9784.0, 9812.0, 9785.0, 9794.0, 9775.0, 9705.0, 9776.0, 9751.0, 9805.0, 9759.0, 9802.0, 9762.0, 9810.0, 9778.0, 9779.0, 9773.0, 9699.0, 9773.0, 9750.0, 9803.0, 9746.0, 9800.0, 9729.0, 9800.0, 9765.0, 9799.0, 9782.0, 9810.0, 9783.0, 9790.0, 9774.0, 9759.0, 9788.0, 9713.0, 9766.0, 9713.0, 9786.0, 9750.0, 9801.0, 9805.0, 9823.0, 9765.0, 9823.0, 9800.0, 9800.0, 9755.0, 9765.0, 9749.0, 9742.0, 9769.0, 9742.0, 9786.0, 9715.0, 9781.0, 9735.0, 9802.0, 9777.0, 9821.0, 9764.0, 9787.0, 9779.0, 9792.0, 9789.0, 9747.0, 9788.0, 9729.0, 9802.0, 9751.0, 9824.0, 9780.0, 9802.0, 9775.0, 9786.0, 9775.0, 9763.0, 9805.0, 9730.0, 9765.0, 9739.0, 9806.0, 9798.0, 9826.0, 9786.0, 9761.0, 9776.0, 9746.0, 9808.0, 9771.0, 9831.0, 9769.0, 9818.0, 9781.0, 9825.0, 9799.0, 9793.0, 9775.0, 9719.0, 9792.0, 9736.0, 9827.0, 9784.0, 9821.0, 9781.0, 9797.0, 9783.0, 9780.0, 9794.0, 9730.0, 9784.0, 9752.0, 9801.0, 9797.0, 9777.0, 9773.0, 9716.0, 9805.0, 9752.0, 9825.0, 9797.0, 9776.0, 9778.0, 9747.0, 9804.0, 9768.0, 9821.0, 9774.0, 9792.0, 9795.0, 9734.0, 9811.0, 9748.0, 9800.0, 9761.0, 9780.0, 9774.0, 9734.0, 9804.0, 9731.0, 9806.0, 9775.0, 9792.0, 9791.0, 9731.0, 9784.0, 9735.0, 9800.0, 9789.0, 9793.0, 9792.0, 9720.0, 9789.0, 9774.0, 9820.0, 9794.0, 9830.0, 9777.0, 9733.0, 9771.0, 9749.0, 9800.0, 9804.0, 9810.0, 9776.0, 9783.0, 9861.0, 9845.0, 9840.0, 9740.0, 9759.0, 9748.0, 9744.0, 9831.0, 9787.0, 9806.0, 9779.0, 9787.0, 9773.0, 9729.0, 9790.0, 9729.0, 9811.0, 9739.0, 9786.0, 9754.0, 9762.0, 9725.0, 9730.0, 9710.0, 9656.0, 9710.0, 9682.0, 9729.0, 9671.0, 9728.0, 9674.0, 9708.0, 9670.0, 9729.0, 9698.0, 9748.0, 9693.0, 9744.0, 9691.0, 9734.0, 9700.0, 9795.0, 9738.0, 9772.0, 9734.0, 9773.0, 9755.0, 9760.0, 9780.0, 9757.0, 9807.0, 9749.0, 9801.0, 9805.0, 9824.0, 9801.0, 9756.0, 9812.0, 9739.0, 9796.0, 9745.0, 9794.0, 9739.0, 9807.0, 9779.0, 9855.0, 9750.0, 9798.0, 9756.0, 9764.0, 9805.0, 9768.0, 9834.0, 9780.0, 9769.0, 9792.0, 9754.0, 9769.0, 9803.0, 9776.0, 9837.0, 9786.0, 9805.0, 9769.0, 9845.0, 9800.0, 9780.0, 9760.0, 9694.0, 9747.0, 9709.0, 9802.0, 9769.0, 9792.0, 9765.0, 9767.0, 9766.0, 9786.0, 9789.0, 9826.0, 9804.0, 9807.0, 9768.0, 9795.0, 9787.0, 9832.0, 9803.0, 9823.0, 9782.0, 9802.0, 9766.0, 9800.0, 9783.0, 9823.0, 9806.0, 9823.0, 9770.0, 9804.0, 9754.0, 9830.0, 9782.0, 9827.0, 9777.0, 9809.0, 9740.0, 9808.0, 9762.0, 9815.0, 9772.0, 9811.0, 9753.0, 9797.0, 9765.0, 9838.0, 9763.0, 9827.0, 9756.0, 9817.0, 9762.0, 9804.0, 9788.0, 9811.0, 9812.0, 9789.0, 9803.0, 9807.0, 9804.0, 9840.0, 9835.0, 9802.0, 9787.0, 9793.0, 9806.0, 9821.0, 9835.0, 9819.0, 9819.0, 9808.0, 9825.0, 9808.0, 9837.0, 9824.0, 9838.0, 9806.0, 9852.0, 9807.0, 9837.0, 9809.0, 9844.0, 9785.0, 9831.0, 9793.0, 9825.0, 9810.0, 9827.0, 9791.0, 9825.0, 9797.0, 9833.0, 9805.0, 9833.0, 9808.0, 9829.0, 9792.0, 9827.0, 9826.0, 9831.0, 9788.0, 9822.0, 9791.0, 9832.0, 9792.0, 9831.0, 9804.0, 9808.0, 9766.0, 9808.0, 9772.0, 9820.0, 9807.0, 9828.0, 9768.0, 9805.0, 9771.0, 9828.0, 9786.0, 9824.0, 9790.0, 9806.0, 9788.0, 9830.0, 9802.0, 9830.0, 9803.0, 9777.0, 9768.0, 9787.0, 9803.0, 9800.0, 9814.0, 9765.0, 9802.0, 9778.0, 9821.0, 9769.0, 9809.0, 9798.0, 9834.0, 9757.0, 9814.0, 9779.0, 9841.0, 9769.0, 9849.0, 9797.0, 9831.0, 9760.0, 9819.0, 9781.0, 9874.0, 9807.0, 9826.0, 9775.0, 9823.0, 9789.0, 9830.0, 9786.0, 9808.0, 9749.0, 9829.0, 9785.0, 9807.0, 9780.0, 9831.0, 9813.0, 9829.0, 9805.0, 9811.0, 9780.0, 9800.0, 9765.0, 9828.0, 9773.0, 9803.0, 9806.0, 9806.0, 9798.0, 9844.0, 9787.0, 9830.0, 9802.0, 9780.0, 9784.0, 9818.0, 9803.0, 9814.0, 9800.0, 9769.0, 9797.0, 9786.0, 9807.0, 9792.0, 9820.0, 9835.0, 9798.0, 9763.0, 9781.0, 9805.0, 9774.0, 9817.0, 9819.0, 9804.0, 9780.0, 9760.0, 9777.0, 9772.0, 9813.0, 9738.0, 9782.0, 9759.0, 9799.0, 9738.0, 9830.0, 9740.0, 9808.0, 9740.0, 9807.0, 9774.0, 9815.0, 9774.0, 9825.0, 9754.0, 9809.0, 9756.0, 9811.0, 9752.0, 9828.0, 9774.0, 9806.0, 9758.0, 9809.0, 9793.0, 9826.0, 9781.0, 9824.0, 9770.0, 9806.0, 9772.0, 9807.0, 9804.0, 9810.0, 9787.0, 9794.0, 9789.0, 9802.0, 9805.0, 9797.0, 9784.0, 9741.0, 9800.0, 9764.0, 9833.0, 9774.0, 9810.0, 9758.0, 9834.0, 9797.0, 9831.0, 9791.0, 9827.0, 9769.0, 9812.0, 9768.0, 9805.0, 9766.0, 9803.0, 9738.0, 9789.0, 9760.0, 9804.0, 9766.0, 9809.0, 9754.0, 9803.0, 9757.0, 9812.0, 9774.0, 9805.0, 9782.0, 9809.0, 9783.0, 9812.0, 9809.0, 9818.0, 9823.0, 9814.0, 9785.0, 9779.0, 9786.0, 9793.0, 9801.0, 9820.0, 9804.0, 9768.0, 9784.0, 9750.0, 9821.0, 9776.0, 9834.0, 9758.0, 9818.0, 9809.0, 9823.0, 9771.0, 9858.0, 9756.0, 9815.0, 9768.0, 9824.0, 9799.0, 9828.0, 9810.0, 9813.0, 9787.0, 9814.0, 9794.0, 9831.0, 9784.0, 9811.0, 9782.0, 9802.0, 9773.0, 9816.0, 9773.0, 9809.0, 9782.0, 9802.0, 9746.0, 9790.0, 9768.0, 9803.0, 9804.0, 9792.0, 9768.0, 9784.0, 9790.0, 9793.0, 9800.0, 9735.0, 9783.0, 9751.0, 9808.0, 9759.0, 9829.0, 9785.0, 9807.0, 9752.0, 9828.0, 9774.0, 9805.0, 9784.0, 9791.0, 9751.0, 9796.0, 9776.0, 9809.0, 9783.0, 9807.0, 9781.0, 9787.0, 9752.0, 9802.0, 9769.0, 9825.0, 9801.0, 9787.0, 9769.0, 9801.0, 9789.0, 9813.0, 9802.0, 9778.0, 9766.0, 9777.0, 9784.0, 9786.0, 9785.0, 9842.0, 9804.0, 9768.0, 9787.0, 9766.0, 9802.0, 9760.0, 9811.0, 9743.0, 9791.0, 9768.0, 9837.0, 9782.0, 9830.0, 9760.0, 9826.0, 9773.0, 9848.0, 9790.0, 9828.0, 9772.0, 9851.0, 9812.0, 9845.0, 9805.0, 9827.0, 9786.0, 9848.0, 9809.0, 9831.0, 9809.0, 9805.0, 9771.0, 9812.0, 9814.0, 9830.0, 9822.0, 9798.0, 9787.0, 9774.0, 9788.0, 9808.0, 9802.0, 9781.0, 9814.0, 9761.0, 9798.0, 9766.0, 9834.0, 9792.0, 9857.0, 9760.0, 9797.0, 9746.0, 9817.0, 9761.0, 9833.0, 9752.0, 9815.0, 9781.0, 9821.0, 9739.0, 9803.0, 9781.0, 9827.0, 9801.0, 9766.0, 9790.0, 9756.0, 9830.0, 9769.0, 9827.0, 9749.0, 9787.0, 9747.0, 9802.0, 9753.0, 9801.0, 9747.0, 9784.0, 9736.0, 9805.0, 9754.0, 9822.0, 9767.0, 9787.0, 9750.0, 9805.0, 9768.0, 9820.0, 9764.0, 9803.0, 9766.0, 9802.0, 9797.0, 9827.0, 9808.0, 9807.0, 9775.0, 9787.0, 9786.0, 9770.0, 9797.0, 9747.0, 9787.0, 9749.0, 9755.0, 9787.0, 9828.0, 9779.0, 9807.0, 9743.0, 9781.0, 9723.0, 9789.0, 9744.0, 9792.0, 9729.0, 9788.0, 9736.0, 9813.0, 9705.0, 9754.0, 9675.0, 9728.0, 9686.0, 9732.0, 9708.0, 9711.0, 9684.0, 9648.0, 9675.0, 9637.0, 9708.0, 9685.0, 9737.0, 9693.0, 9745.0, 9660.0, 9711.0, 9658.0, 9722.0, 9693.0, 9742.0, 9714.0, 9765.0, 9751.0, 9730.0, 9734.0, 9731.0, 9758.0, 9726.0, 9782.0, 9727.0, 9794.0, 9728.0, 9788.0, 9755.0, 9774.0, 9729.0, 9779.0, 9757.0, 9795.0, 9762.0, 9800.0, 9776.0, 9788.0, 9765.0, 9786.0, 9786.0, 9803.0, 9795.0, 9746.0, 9776.0, 9760.0, 9759.0, 9769.0, 9796.0, 9768.0, 9793.0, 9712.0, 9776.0, 9742.0, 9788.0, 9756.0, 9824.0, 9755.0, 9804.0, 9761.0, 9825.0, 9786.0, 9826.0, 9823.0, 9829.0, 9772.0, 9798.0, 9807.0, 9813.0, 9825.0, 9794.0, 9836.0, 9761.0, 9814.0, 9754.0, 9828.0, 9805.0, 9813.0, 9806.0, 9757.0, 9795.0, 9755.0, 9840.0, 9787.0, 9834.0, 9770.0, 9805.0, 9739.0, 9802.0, 9765.0, 9805.0, 9799.0, 9752.0, 9779.0, 9769.0, 9808.0, 9787.0, 9831.0, 9803.0, 9792.0, 9766.0, 9767.0, 9762.0, 9799.0, 9779.0, 9793.0, 9805.0, 9803.0, 9783.0, 9802.0, 9793.0, 9764.0, 9790.0, 9729.0, 9784.0, 9794.0, 9785.0, 9735.0, 9807.0, 9780.0, 9747.0, 9781.0, 9747.0, 9810.0, 9751.0, 9810.0, 9751.0, 9787.0, 9746.0, 9798.0, 9750.0, 9821.0, 9770.0, 9805.0, 9752.0, 9800.0, 9762.0, 9803.0, 9784.0, 9778.0, 9763.0, 9753.0, 9798.0, 9771.0, 9812.0, 9768.0, 9808.0, 9748.0, 9803.0, 9767.0, 9792.0, 9783.0, 9734.0, 9773.0, 9748.0, 9794.0, 9773.0, 9808.0, 9786.0, 9806.0, 9750.0, 9803.0, 9782.0, 9808.0, 9799.0, 9764.0, 9767.0, 9767.0, 9778.0, 9764.0, 9789.0, 9766.0, 9790.0, 9733.0, 9785.0, 9748.0, 9810.0, 9788.0, 9810.0, 9804.0, 9756.0, 9793.0, 9754.0, 9824.0, 9775.0, 9827.0, 9793.0, 9809.0, 9773.0, 9783.0, 9814.0, 9762.0, 9740.0, 9721.0, 9800.0, 9760.0, 9748.0, 9807.0, 9786.0, 9762.0, 9851.0, 9812.0, 9824.0, 9820.0, 9745.0, 9810.0, 9749.0, 9812.0, 9768.0, 9794.0, 9730.0, 9767.0, 9729.0, 9794.0, 9733.0, 9809.0, 9717.0, 9765.0, 9714.0, 9805.0, 9738.0, 9817.0, 9751.0, 9821.0, 9772.0, 9829.0, 9788.0, 9814.0, 9799.0, 9742.0, 9807.0, 9775.0, 9835.0, 9772.0, 9835.0, 9775.0, 9805.0, 9748.0, 9799.0, 9783.0, 9817.0, 9793.0, 9810.0, 9775.0, 9774.0, 9774.0, 9744.0, 9767.0, 9737.0, 9808.0, 9759.0, 9807.0, 9748.0, 9766.0, 9753.0, 9783.0, 9752.0, 9780.0, 9770.0, 9708.0, 9750.0, 9704.0, 9765.0, 9727.0, 9779.0, 9701.0, 9759.0, 9704.0, 9772.0, 9758.0, 9843.0, 9819.0, 9863.0, 9825.0, 9824.0, 9849.0, 9775.0, 9785.0, 9756.0, 9737.0, 9753.0, 9748.0, 9820.0, 9775.0, 9803.0, 9792.0, 9753.0, 9830.0, 9795.0, 9771.0, 9771.0, 9715.0, 9765.0, 9694.0, 9713.0, 9682.0, 9702.0, 9678.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.0017155149501661133</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02817958787375415</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.0098419444139</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2688646458686603</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.027227491097258</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.491</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5584.5767</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11880274415664711</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>134</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.129568106312293</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4272135283502205</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3032793087219057</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6243353919764227</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.354025884352333</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0176272</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020610269159078598</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033226378262043</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1204</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.186593681238184</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>27.3743</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5826</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.6368</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294369.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.791</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3451</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.3592</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.848</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3798.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82175.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1439.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4689.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.1759</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.04424816649407</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> |