=== 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-0013 --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-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-01/func/sub-0013_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>c81b134ed4e8c0a56141f363f3fbc756</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:24:51.505000</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_VE11C_LATEST_20160120</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.997451, -0.0298213, 0.0648269, 0.0322176, 0.998824, -0.036238]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.0955034</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4136, -7745, -7209, 586, -167, -80, 60, 48]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fe4189f7-2c8e-43d8-933f-e6f832f62ad0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760876178741455, 0.08643732964992523, 0.17190901935100555, 109.11621856689453], [0.0800083726644516, 2.6797709465026855, -0.10323226451873779, -85.15970611572266], [0.17392590641975403, 0.09722386300563812, 2.6925432682037354, -56.290870666503906], [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': ['112451.505000', '112451.965000', '112452.425000', '112452.885000', '112453.345000', '112453.805000', '112454.265000', '112454.725000', '112455.185000', '112455.645000', '112456.105000', '112456.565000', '112457.025000', '112457.485000', '112457.945000', '112458.405000', '112458.865000', '112459.325000', '112459.785000', '112500.245000', '112500.705000', '112501.165000', '112501.625000', '112502.085000', '112502.545000', '112503.005000', '112503.465000', '112503.925000', '112504.385000', '112504.845000', '112505.305000', '112505.765000', '112506.225000', '112506.685000', '112507.145000', '112507.605000', '112508.065000', '112508.525000', '112508.985000', '112509.445000', '112509.905000', '112510.365000', '112510.825000', '112511.285000', '112511.745000', '112512.205000', '112512.665000', '112513.125000', '112513.585000', '112514.045000', '112514.505000', '112514.965000', '112515.425000', '112515.885000', '112516.345000', '112516.805000', '112517.265000', '112517.725000', '112518.185000', '112518.645000', '112519.105000', '112519.565000', '112520.025000', '112520.485000', '112520.945000', '112521.405000', '112521.865000', '112522.325000', '112522.785000', '112523.245000', '112523.705000', '112524.165000', '112524.625000', '112525.085000', '112525.545000', '112526.005000', '112526.465000', '112526.925000', '112527.385000', '112527.845000', '112528.305000', '112528.765000', '112529.225000', '112529.685000', '112530.145000', '112530.605000', '112531.065000', '112531.525000', '112531.985000', '112532.445000', '112532.905000', '112533.365000', '112533.825000', '112534.285000', '112534.745000', '112535.205000', '112535.665000', '112536.125000', '112536.585000', '112537.045000', '112537.505000', '112537.965000', '112538.425000', '112538.885000', '112539.345000', '112539.805000', '112540.265000', '112540.725000', '112541.185000', '112541.645000', '112542.105000', '112542.565000', '112543.025000', '112543.485000', '112543.945000', '112544.405000', '112544.865000', '112545.325000', '112545.785000', '112546.245000', '112546.705000', '112547.165000', '112547.625000', '112548.085000', '112548.545000', '112549.005000', '112549.465000', '112549.925000', '112550.385000', '112550.845000', '112551.305000', '112551.765000', '112552.225000', '112552.685000', '112553.145000', '112553.605000', '112554.065000', '112554.525000', '112554.985000', '112555.445000', '112555.905000', '112556.365000', '112556.825000', '112557.285000', '112557.745000', '112558.205000', '112558.665000', '112559.125000', '112559.585000', '112600.045000', '112600.505000', '112600.965000', '112601.425000', '112601.885000', '112602.345000', '112602.805000', '112603.265000', '112603.725000', '112604.185000', '112604.645000', '112605.105000', '112605.565000', '112606.025000', '112606.485000', '112606.945000', '112607.405000', '112607.865000', '112608.325000', '112608.785000', '112609.245000', '112609.705000', '112610.165000', '112610.625000', '112611.085000', '112611.545000', '112612.005000', '112612.465000', '112612.925000', '112613.385000', '112613.845000', '112614.305000', '112614.765000', '112615.225000', '112615.685000', '112616.145000', '112616.605000', '112617.065000', '112617.525000', '112617.985000', '112618.445000', '112618.905000', '112619.365000', '112619.825000', '112620.285000', '112620.745000', '112621.205000', '112621.665000', '112622.125000', '112622.585000', '112623.045000', '112623.505000', '112623.965000', '112624.425000', '112624.885000', '112625.345000', '112625.805000', '112626.265000', '112626.725000', '112627.185000', '112627.645000', '112628.105000', '112628.565000', '112629.025000', '112629.485000', '112629.945000', '112630.405000', '112630.865000', '112631.325000', '112631.785000', '112632.245000', '112632.705000', '112633.165000', '112633.625000', '112634.085000', '112634.545000', '112635.005000', '112635.465000', '112635.925000', '112636.385000', '112636.845000', '112637.305000', '112637.765000', '112638.225000', '112638.685000', '112639.145000', '112639.605000', '112640.065000', '112640.525000', '112640.985000', '112641.445000', '112641.905000', '112642.365000', '112642.825000', '112643.285000', '112643.745000', '112644.205000', '112644.665000', '112645.125000', '112645.585000', '112646.045000', '112646.505000', '112646.965000', '112647.425000', '112647.885000', '112648.345000', '112648.805000', '112649.265000', '112649.725000', '112650.185000', '112650.645000', '112651.105000', '112651.565000', '112652.025000', '112652.485000', '112652.945000', '112653.405000', '112653.865000', '112654.325000', '112654.785000', '112655.245000', '112655.705000', '112656.165000', '112656.625000', '112657.085000', '112657.545000', '112658.005000', '112658.465000', '112658.925000', '112659.385000', '112659.845000', '112700.305000', '112700.765000', '112701.225000', '112701.685000', '112702.145000', '112702.605000', '112703.065000', '112703.525000', '112703.985000', '112704.445000', '112704.905000', '112705.365000', '112705.825000', '112706.285000', '112706.745000', '112707.205000', '112707.665000', '112708.125000', '112708.585000', '112709.045000', '112709.505000', '112709.965000', '112710.425000', '112710.885000', '112711.345000', '112711.805000', '112712.265000', '112712.725000', '112713.185000', '112713.645000', '112714.105000', '112714.565000', '112715.025000', '112715.485000', '112715.945000', '112716.405000', '112716.865000', '112717.325000', '112717.785000', '112718.245000', '112718.705000', '112719.165000', '112719.625000', '112720.085000', '112720.545000', '112721.005000', '112721.465000', '112721.925000', '112722.385000', '112722.845000', '112723.305000', '112723.765000', '112724.225000', '112724.685000', '112725.145000', '112725.605000', '112726.065000', '112726.525000', '112726.985000', '112727.445000', '112727.905000', '112728.365000', '112728.825000', '112729.285000', '112729.745000', '112730.205000', '112730.665000', '112731.125000', '112731.585000', '112732.045000', '112732.505000', '112732.965000', '112733.425000', '112733.885000', '112734.345000', '112734.805000', '112735.265000', '112735.725000', '112736.185000', '112736.645000', '112737.105000', '112737.565000', '112738.025000', '112738.485000', '112738.945000', '112739.405000', '112739.865000', '112740.325000', '112740.785000', '112741.245000', '112741.705000', '112742.165000', '112742.625000', '112743.085000', '112743.545000', '112744.005000', '112744.465000', '112744.925000', '112745.385000', '112745.845000', '112746.305000', '112746.765000', '112747.225000', '112747.685000', '112748.145000', '112748.605000', '112749.065000', '112749.525000', '112749.985000', '112750.445000', '112750.905000', '112751.365000', '112751.825000', '112752.285000', '112752.745000', '112753.205000', '112753.665000', '112754.125000', '112754.585000', '112755.045000', '112755.505000', '112755.965000', '112756.425000', '112756.885000', '112757.345000', '112757.805000', '112758.265000', '112758.725000', '112759.185000', '112759.645000', '112800.105000', '112800.565000', '112801.025000', '112801.485000', '112801.945000', '112802.405000', '112802.865000', '112803.325000', '112803.785000', '112804.245000', '112804.705000', '112805.165000', '112805.625000', '112806.085000', '112806.545000', '112807.005000', '112807.465000', '112807.925000', '112808.385000', '112808.845000', '112809.305000', '112809.765000', '112810.225000', '112810.685000', '112811.145000', '112811.605000', '112812.065000', '112812.525000', '112812.985000', '112813.445000', '112813.905000', '112814.365000', '112814.825000', '112815.285000', '112815.745000', '112816.205000', '112816.665000', '112817.125000', '112817.585000', '112818.045000', '112818.505000', '112818.965000', '112819.425000', '112819.885000', '112820.345000', '112820.805000', '112821.265000', '112821.725000', '112822.185000', '112822.645000', '112823.105000', '112823.565000', '112824.025000', '112824.485000', '112824.945000', '112825.405000', '112825.865000', '112826.325000', '112826.785000', '112827.245000', '112827.705000', '112828.165000', '112828.625000', '112829.085000', '112829.545000', '112830.005000', '112830.465000', '112830.925000', '112831.385000', '112831.845000', '112832.305000', '112832.765000', '112833.225000', '112833.685000', '112834.145000', '112834.605000', '112835.065000', '112835.525000', '112835.985000', '112836.445000', '112836.905000', '112837.365000', '112837.825000', '112838.285000', '112838.745000', '112839.205000', '112839.665000', '112840.125000', '112840.585000', '112841.045000', '112841.505000', '112841.965000', '112842.425000', '112842.885000', '112843.345000', '112843.805000', '112844.265000', '112844.725000', '112845.185000', '112845.645000', '112846.105000', '112846.565000', '112847.025000', '112847.485000', '112847.945000', '112848.405000', '112848.865000', '112849.325000', '112849.785000', '112850.245000', '112850.705000', '112851.165000', '112851.625000', '112852.085000', '112852.545000', '112853.005000', '112853.465000', '112853.925000', '112854.385000', '112854.845000', '112855.305000', '112855.765000', '112856.225000', '112856.685000', '112857.145000', '112857.605000', '112858.065000', '112858.525000', '112858.985000', '112859.445000', '112859.905000', '112900.365000', '112900.825000', '112901.285000', '112901.745000', '112902.205000', '112902.665000', '112903.125000', '112903.585000', '112904.045000', '112904.505000', '112904.965000', '112905.425000', '112905.885000', '112906.345000', '112906.805000', '112907.265000', '112907.725000', '112908.185000', '112908.645000', '112909.105000', '112909.565000', '112910.025000', '112910.485000', '112910.945000', '112911.405000', '112911.865000', '112912.325000', '112912.785000', '112913.245000', '112913.705000', '112914.165000', '112914.625000', '112915.085000', '112915.545000', '112916.005000', '112916.465000', '112916.925000', '112917.385000', '112917.845000', '112918.305000', '112918.765000', '112919.225000', '112919.685000', '112920.145000', '112920.605000', '112921.065000', '112921.525000', '112921.985000', '112922.445000', '112922.905000', '112923.365000', '112923.825000', '112924.285000', '112924.745000', '112925.205000', '112925.665000', '112926.125000', '112926.585000', '112927.045000', '112927.505000', '112927.965000', '112928.425000', '112928.885000', '112929.345000', '112929.805000', '112930.265000', '112930.725000', '112931.185000', '112931.645000', '112932.105000', '112932.565000', '112933.025000', '112933.485000', '112933.945000', '112934.405000', '112934.865000', '112935.325000', '112935.785000', '112936.245000', '112936.705000', '112937.165000', '112937.625000', '112938.085000', '112938.545000', '112939.005000', '112939.465000', '112939.925000', '112940.385000', '112940.845000', '112941.305000', '112941.765000', '112942.225000', '112942.685000', '112943.145000', '112943.605000', '112944.065000', '112944.525000', '112944.985000', '112945.445000', '112945.905000', '112946.365000', '112946.825000', '112947.285000', '112947.745000', '112948.205000', '112948.665000', '112949.125000', '112949.585000', '112950.045000', '112950.505000', '112950.965000', '112951.425000', '112951.885000', '112952.345000', '112952.805000', '112953.265000', '112953.725000', '112954.185000', '112954.645000', '112955.105000', '112955.565000', '112956.025000', '112956.485000', '112956.945000', '112957.405000', '112957.865000', '112958.325000', '112958.785000', '112959.245000', '112959.705000', '113000.165000', '113000.625000', '113001.085000', '113001.545000', '113002.005000', '113002.465000', '113002.925000', '113003.385000', '113003.845000', '113004.305000', '113004.765000', '113005.225000', '113005.685000', '113006.145000', '113006.605000', '113007.065000', '113007.525000', '113007.985000', '113008.445000', '113008.905000', '113009.365000', '113009.825000', '113010.285000', '113010.745000', '113011.205000', '113011.665000', '113012.125000', '113012.585000', '113013.045000', '113013.505000', '113013.965000', '113014.425000', '113014.885000', '113015.345000', '113015.805000', '113016.265000', '113016.725000', '113017.185000', '113017.645000', '113018.105000', '113018.565000', '113019.025000', '113019.485000', '113019.945000', '113020.405000', '113020.865000', '113021.325000', '113021.785000', '113022.245000', '113022.705000', '113023.165000', '113023.625000', '113024.085000', '113024.545000', '113025.005000', '113025.465000', '113025.925000', '113026.385000', '113026.845000', '113027.305000', '113027.765000', '113028.225000', '113028.685000', '113029.145000', '113029.605000', '113030.065000', '113030.525000', '113030.985000', '113031.445000', '113031.905000', '113032.365000', '113032.825000', '113033.285000', '113033.745000', '113034.205000', '113034.665000', '113035.125000', '113035.585000', '113036.045000', '113036.505000', '113036.965000', '113037.425000', '113037.885000', '113038.345000', '113038.805000', '113039.265000', '113039.725000', '113040.185000', '113040.645000', '113041.105000', '113041.565000', '113042.025000', '113042.485000', '113042.945000', '113043.405000', '113043.865000', '113044.325000', '113044.785000', '113045.245000', '113045.705000', '113046.165000', '113046.625000', '113047.085000', '113047.545000', '113048.005000', '113048.465000', '113048.925000', '113049.385000', '113049.845000', '113050.305000', '113050.765000', '113051.225000', '113051.685000', '113052.145000', '113052.605000', '113053.065000', '113053.525000', '113053.985000', '113054.445000', '113054.905000', '113055.365000', '113055.825000', '113056.285000', '113056.745000', '113057.205000', '113057.665000', '113058.125000', '113058.585000', '113059.045000', '113059.505000', '113059.965000', '113100.425000', '113100.885000', '113101.345000', '113101.805000', '113102.265000', '113102.725000', '113103.185000', '113103.645000', '113104.105000', '113104.565000', '113105.025000', '113105.485000', '113105.945000', '113106.405000', '113106.865000', '113107.325000', '113107.785000', '113108.245000', '113108.705000', '113109.165000', '113109.625000', '113110.085000', '113110.545000', '113111.005000', '113111.465000', '113111.925000', '113112.385000', '113112.845000', '113113.305000', '113113.765000', '113114.225000', '113114.685000', '113115.145000', '113115.605000', '113116.065000', '113116.525000', '113116.985000', '113117.445000', '113117.905000', '113118.365000', '113118.825000', '113119.285000', '113119.745000', '113120.205000', '113120.665000', '113121.125000', '113121.585000', '113122.045000', '113122.505000', '113122.965000', '113123.425000', '113123.885000', '113124.345000', '113124.805000', '113125.265000', '113125.725000', '113126.185000', '113126.645000', '113127.105000', '113127.565000', '113128.025000', '113128.485000', '113128.945000', '113129.405000', '113129.865000', '113130.325000', '113130.785000', '113131.245000', '113131.705000', '113132.165000', '113132.625000', '113133.085000', '113133.545000', '113134.005000', '113134.465000', '113134.925000', '113135.385000', '113135.845000', '113136.305000', '113136.765000', '113137.225000', '113137.685000', '113138.145000', '113138.605000', '113139.065000', '113139.525000', '113139.985000', '113140.445000', '113140.905000', '113141.365000', '113141.825000', '113142.285000', '113142.745000', '113143.205000', '113143.665000', '113144.125000', '113144.585000', '113145.045000', '113145.505000', '113145.965000', '113146.425000', '113146.885000', '113147.345000', '113147.805000', '113148.265000', '113148.725000', '113149.185000', '113149.645000', '113150.105000', '113150.565000', '113151.025000', '113151.485000', '113151.945000', '113152.405000', '113152.865000', '113153.325000', '113153.785000', '113154.245000', '113154.705000', '113155.165000', '113155.625000', '113156.085000', '113156.545000', '113157.005000', '113157.465000', '113157.925000', '113158.385000', '113158.845000', '113159.305000', '113159.765000', '113200.225000', '113200.685000', '113201.145000', '113201.605000', '113202.065000', '113202.525000', '113202.985000', '113203.445000', '113203.905000', '113204.365000', '113204.825000', '113205.285000', '113205.745000', '113206.205000', '113206.665000', '113207.125000', '113207.585000', '113208.045000', '113208.505000', '113208.965000', '113209.425000', '113209.885000', '113210.345000', '113210.805000', '113211.265000', '113211.725000', '113212.185000', '113212.645000', '113213.105000', '113213.565000', '113214.025000', '113214.485000', '113214.945000', '113215.405000', '113215.865000', '113216.325000', '113216.785000', '113217.245000', '113217.705000', '113218.165000', '113218.625000', '113219.085000', '113219.545000', '113220.005000', '113220.465000', '113220.925000', '113221.385000', '113221.845000', '113222.305000', '113222.765000', '113223.225000', '113223.685000', '113224.145000', '113224.605000', '113225.065000', '113225.525000', '113225.985000', '113226.445000', '113226.905000', '113227.365000', '113227.825000', '113228.285000', '113228.745000', '113229.205000', '113229.665000', '113230.125000', '113230.585000', '113231.045000', '113231.505000', '113231.965000', '113232.425000', '113232.885000', '113233.345000', '113233.805000', '113234.265000', '113234.725000', '113235.185000', '113235.645000', '113236.105000', '113236.565000', '113237.025000', '113237.485000', '113237.945000', '113238.405000', '113238.865000', '113239.325000', '113239.785000', '113240.245000', '113240.705000', '113241.165000', '113241.625000', '113242.085000', '113242.545000', '113243.005000', '113243.465000', '113243.925000', '113244.385000', '113244.845000', '113245.305000', '113245.765000', '113246.225000', '113246.685000', '113247.145000', '113247.605000', '113248.065000', '113248.525000', '113248.985000', '113249.445000', '113249.905000', '113250.365000', '113250.825000', '113251.285000', '113251.745000', '113252.205000', '113252.665000', '113253.125000', '113253.585000', '113254.045000', '113254.505000', '113254.965000', '113255.425000', '113255.885000', '113256.345000', '113256.805000', '113257.265000', '113257.725000', '113258.185000', '113258.645000', '113259.105000', '113259.565000', '113300.025000', '113300.485000', '113300.945000', '113301.405000', '113301.865000', '113302.325000', '113302.785000', '113303.245000', '113303.705000', '113304.165000', '113304.625000', '113305.085000', '113305.545000', '113306.005000', '113306.465000', '113306.925000', '113307.385000', '113307.845000', '113308.305000', '113308.765000', '113309.225000', '113309.685000', '113310.145000', '113310.605000', '113311.065000', '113311.525000', '113311.985000', '113312.445000', '113312.905000', '113313.365000', '113313.825000', '113314.285000', '113314.745000', '113315.205000', '113315.665000', '113316.125000', '113316.585000', '113317.045000', '113317.505000', '113317.965000', '113318.425000', '113318.885000', '113319.345000', '113319.805000', '113320.265000', '113320.725000', '113321.185000', '113321.645000', '113322.105000', '113322.565000', '113323.025000', '113323.485000', '113323.945000', '113324.405000', '113324.865000', '113325.325000', '113325.785000', '113326.245000', '113326.705000', '113327.165000', '113327.625000', '113328.085000', '113328.545000', '113329.005000', '113329.465000', '113329.925000', '113330.385000', '113330.845000', '113331.305000', '113331.765000', '113332.225000', '113332.685000', '113333.145000', '113333.605000', '113334.065000', '113334.525000', '113334.985000', '113335.445000', '113335.905000', '113336.365000', '113336.825000', '113337.285000', '113337.745000', '113338.205000', '113338.665000', '113339.125000', '113339.585000', '113340.045000', '113340.505000', '113340.965000', '113341.425000', '113341.885000', '113342.345000', '113342.805000', '113343.265000', '113343.725000', '113344.185000', '113344.645000', '113345.105000', '113345.565000', '113346.025000', '113346.485000', '113346.945000', '113347.405000', '113347.865000', '113348.325000', '113348.785000', '113349.245000', '113349.705000', '113350.165000', '113350.625000', '113351.085000', '113351.545000', '113352.005000', '113352.465000', '113352.925000', '113353.385000', '113353.845000', '113354.305000', '113354.765000', '113355.225000', '113355.685000', '113356.145000', '113356.605000', '113357.065000', '113357.525000', '113357.985000', '113358.445000', '113358.905000', '113359.365000', '113359.825000', '113400.285000', '113400.745000', '113401.205000', '113401.665000', '113402.125000', '113402.585000', '113403.045000', '113403.505000', '113403.965000', '113404.425000', '113404.885000', '113405.345000', '113405.805000', '113406.265000', '113406.725000', '113407.185000'], 'ContentTime': ['112513.753000', '112513.759000', '112513.762000', '112513.765000', '112513.768000', '112513.771000', '112513.774000', '112513.777000', '112513.780000', '112513.783000', '112513.786000', '112513.790000', '112513.793000', '112513.795000', '112513.798000', '112513.802000', '112513.805000', '112513.808000', '112513.811000', '112513.814000', '112513.817000', '112513.820000', '112513.823000', '112513.826000', '112513.829000', '112513.832000', '112513.835000', '112513.838000', '112513.841000', '112513.844000', '112513.847000', '112513.850000', '112513.853000', '112513.856000', '112513.859000', '112513.863000', '112513.866000', '112513.869000', '112513.872000', '112513.875000', '112513.878000', '112513.881000', '112513.884000', '112513.887000', '112513.890000', '112533.711000', '112533.714000', '112533.717000', '112533.720000', '112533.723000', '112533.726000', '112533.729000', '112533.732000', '112533.735000', '112533.737000', '112533.740000', '112533.743000', '112533.746000', '112533.749000', '112533.752000', '112533.755000', '112533.758000', '112533.761000', '112533.764000', '112533.767000', '112533.770000', '112533.772000', '112533.775000', '112533.778000', '112533.781000', '112533.784000', '112533.787000', '112533.790000', '112533.795000', '112533.798000', '112533.800000', '112533.803000', '112533.806000', '112533.809000', '112533.812000', '112533.815000', '112533.818000', '112533.821000', '112533.823000', '112533.827000', '112533.829000', '112533.832000', '112533.835000', '112533.838000', '112553.712000', '112553.715000', '112553.718000', '112553.721000', '112553.724000', '112553.735000', '112553.738000', '112553.741000', '112553.743000', '112553.746000', '112553.749000', '112553.752000', '112553.755000', '112553.758000', '112553.761000', '112553.764000', '112553.767000', '112553.770000', '112553.773000', '112553.776000', '112553.778000', '112553.781000', '112553.784000', '112553.787000', '112553.790000', '112553.793000', '112553.796000', '112553.799000', '112553.802000', '112553.811000', '112553.814000', '112553.817000', '112553.819000', '112553.822000', '112553.825000', '112553.828000', '112553.831000', '112553.842000', '112553.845000', '112553.848000', '112553.851000', '112553.854000', '112553.856000', '112613.711000', '112613.714000', '112613.717000', '112613.720000', '112613.723000', '112613.726000', '112613.729000', '112613.732000', '112613.734000', '112613.737000', '112613.746000', '112613.748000', '112613.751000', '112613.754000', '112613.757000', '112613.760000', '112613.763000', '112613.766000', '112613.769000', '112613.772000', '112613.780000', '112613.783000', '112613.786000', '112613.789000', '112613.792000', '112613.795000', '112613.798000', '112613.801000', '112613.804000', '112613.807000', '112613.810000', '112613.812000', '112613.815000', '112613.818000', '112613.821000', '112613.824000', '112613.827000', '112613.830000', '112613.833000', '112613.836000', '112613.839000', '112613.841000', '112613.844000', '112613.847000', '112633.711000', '112633.714000', '112633.717000', '112633.720000', '112633.723000', '112633.726000', '112633.729000', '112633.732000', '112633.735000', '112633.737000', '112633.740000', '112633.743000', '112633.746000', '112633.749000', '112633.752000', '112633.755000', '112633.758000', '112633.761000', '112633.764000', '112633.766000', '112633.769000', '112633.773000', '112633.775000', '112633.778000', '112633.781000', '112633.785000', '112633.788000', '112633.791000', '112633.794000', '112633.797000', '112633.800000', '112633.802000', '112633.805000', '112633.808000', '112633.811000', '112633.814000', '112633.817000', '112633.820000', '112633.823000', '112633.825000', '112633.831000', '112633.834000', '112633.837000', '112653.711000', '112653.714000', '112653.717000', '112653.720000', '112653.723000', '112653.726000', '112653.729000', '112653.732000', '112653.735000', '112653.738000', '112653.741000', '112653.743000', '112653.746000', '112653.749000', '112653.752000', '112653.755000', '112653.758000', '112653.761000', '112653.764000', '112653.767000', '112653.770000', '112653.773000', '112653.776000', '112653.778000', '112653.781000', '112653.784000', '112653.787000', '112653.790000', '112653.793000', '112653.796000', '112653.799000', '112653.802000', '112653.805000', '112653.808000', '112653.811000', '112653.813000', '112653.816000', '112653.819000', '112653.822000', '112653.830000', '112653.833000', '112653.836000', '112653.838000', '112653.841000', '112713.711000', '112713.714000', '112713.717000', '112713.720000', '112713.723000', '112713.726000', '112713.729000', '112713.732000', '112713.734000', '112713.737000', '112713.740000', '112713.743000', '112713.746000', '112713.749000', '112713.752000', '112713.755000', '112713.758000', '112713.761000', '112713.764000', '112713.767000', '112713.770000', '112713.773000', '112713.776000', '112713.780000', '112713.783000', '112713.786000', '112713.789000', '112713.792000', '112713.794000', '112713.798000', '112713.801000', '112713.804000', '112713.806000', '112713.809000', '112713.812000', '112713.815000', '112713.818000', '112713.821000', '112713.824000', '112713.827000', '112713.830000', '112713.833000', '112713.836000', '112733.711000', '112733.714000', '112733.717000', '112733.720000', '112733.723000', '112733.726000', '112733.729000', '112733.731000', '112733.735000', '112733.737000', '112733.740000', '112733.743000', '112733.746000', '112733.749000', '112733.752000', '112733.755000', '112733.758000', '112733.761000', '112733.764000', '112733.767000', '112733.770000', '112733.773000', '112733.775000', '112733.778000', '112733.781000', '112733.784000', '112733.787000', '112733.796000', '112733.799000', '112733.802000', '112733.805000', '112733.808000', '112733.811000', '112733.826000', '112733.829000', '112733.832000', '112733.835000', '112733.838000', '112733.840000', '112733.843000', '112733.846000', '112733.849000', '112733.852000', '112733.855000', '112753.711000', '112753.714000', '112753.717000', '112753.720000', '112753.723000', '112753.726000', '112753.729000', '112753.732000', '112753.735000', '112753.737000', '112753.741000', '112753.743000', '112753.746000', '112753.749000', '112753.752000', '112753.755000', '112753.758000', '112753.761000', '112753.764000', '112753.767000', '112753.770000', '112753.773000', '112753.776000', '112753.781000', '112753.784000', '112753.787000', '112753.790000', '112753.793000', '112753.796000', '112753.798000', '112753.801000', '112753.804000', '112753.807000', '112753.810000', '112753.813000', '112753.816000', '112753.819000', '112753.822000', '112753.825000', '112753.828000', '112753.831000', '112753.833000', '112753.836000', '112813.712000', '112813.715000', '112813.718000', '112813.721000', '112813.724000', '112813.726000', '112813.729000', '112813.732000', '112813.735000', '112813.738000', '112813.741000', '112813.744000', '112813.746000', '112813.749000', '112813.752000', '112813.755000', '112813.758000', '112813.761000', '112813.764000', '112813.773000', '112813.776000', '112813.779000', '112813.782000', '112813.785000', '112813.788000', '112813.791000', '112813.794000', '112813.797000', '112813.800000', '112813.802000', '112813.805000', '112813.808000', '112813.811000', '112813.814000', '112813.817000', '112813.820000', '112813.823000', '112813.826000', '112813.829000', '112813.832000', '112813.835000', '112813.837000', '112813.840000', '112813.843000', '112833.711000', '112833.714000', '112833.717000', '112833.720000', '112833.723000', '112833.726000', '112833.729000', '112833.731000', '112833.734000', '112833.737000', '112833.740000', '112833.744000', '112833.747000', '112833.750000', '112833.753000', '112833.756000', '112833.759000', '112833.762000', '112833.765000', '112833.768000', '112833.771000', '112833.774000', '112833.777000', '112833.780000', '112833.782000', '112833.785000', '112833.788000', '112833.791000', '112833.794000', '112833.798000', '112833.801000', '112833.805000', '112833.807000', '112833.810000', '112833.813000', '112833.816000', '112833.819000', '112833.822000', '112833.825000', '112833.828000', '112833.831000', '112833.834000', '112833.837000', '112853.711000', '112853.714000', '112853.717000', '112853.720000', '112853.723000', '112853.725000', '112853.728000', '112853.731000', '112853.734000', '112853.737000', '112853.740000', '112853.743000', '112853.746000', '112853.749000', '112853.752000', '112853.755000', '112853.758000', '112853.760000', '112853.763000', '112853.766000', '112853.769000', '112853.772000', '112853.775000', '112853.778000', '112853.781000', '112853.784000', '112853.787000', '112853.790000', '112853.792000', '112853.795000', '112853.798000', '112853.801000', '112853.804000', '112853.807000', '112853.810000', '112853.813000', '112853.816000', '112853.819000', '112853.822000', '112853.824000', '112853.827000', '112853.830000', '112853.833000', '112853.836000', '112913.725000', '112913.728000', '112913.731000', '112913.734000', '112913.737000', '112913.740000', '112913.743000', '112913.746000', '112913.749000', '112913.752000', '112913.754000', '112913.757000', '112913.760000', '112913.763000', '112913.766000', '112913.769000', '112913.772000', '112913.775000', '112913.778000', '112913.781000', '112913.784000', '112913.787000', '112913.790000', '112913.793000', '112913.796000', '112913.799000', '112913.801000', '112913.804000', '112913.808000', '112913.810000', '112913.813000', '112913.816000', '112913.819000', '112913.822000', '112913.825000', '112913.830000', '112913.834000', '112913.837000', '112913.840000', '112913.842000', '112913.845000', '112913.848000', '112913.851000', '112933.711000', '112933.714000', '112933.717000', '112933.720000', '112933.723000', '112933.726000', '112933.728000', '112933.731000', '112933.734000', '112933.737000', '112933.740000', '112933.743000', '112933.746000', '112933.749000', '112933.752000', '112933.755000', '112933.758000', '112933.761000', '112933.764000', '112933.767000', '112933.770000', '112933.773000', '112933.776000', '112933.779000', '112933.781000', '112933.785000', '112933.787000', '112933.790000', '112933.793000', '112933.796000', '112933.799000', '112933.802000', '112933.805000', '112933.808000', '112933.811000', '112933.814000', '112933.817000', '112933.820000', '112933.823000', '112933.826000', '112933.829000', '112933.832000', '112933.835000', '112933.837000', '112953.711000', '112953.714000', '112953.717000', '112953.720000', '112953.723000', '112953.726000', '112953.728000', '112953.743000', '112953.746000', '112953.749000', '112953.752000', '112953.755000', '112953.758000', '112953.761000', '112953.764000', '112953.767000', '112953.770000', '112953.773000', '112953.776000', '112953.780000', '112953.783000', '112953.786000', '112953.789000', '112953.792000', '112953.795000', '112953.798000', '112953.801000', '112953.804000', '112953.807000', '112953.810000', '112953.813000', '112953.816000', '112953.819000', '112953.821000', '112953.824000', '112953.827000', '112953.830000', '112953.833000', '112953.836000', '112953.839000', '112953.842000', '112953.845000', '112953.848000', '113013.711000', '113013.714000', '113013.717000', '113013.720000', '113013.723000', '113013.726000', '113013.728000', '113013.731000', '113013.734000', '113013.737000', '113013.740000', '113013.743000', '113013.746000', '113013.749000', '113013.752000', '113013.755000', '113013.758000', '113013.761000', '113013.764000', '113013.766000', '113013.770000', '113013.772000', '113013.775000', '113013.778000', '113013.781000', '113013.784000', '113013.787000', '113013.790000', '113013.793000', '113013.796000', '113013.801000', '113013.804000', '113013.807000', '113013.810000', '113013.813000', '113013.815000', '113013.818000', '113013.821000', '113013.824000', '113013.827000', '113013.830000', '113013.833000', '113013.836000', '113013.839000', '113033.712000', '113033.715000', '113033.718000', '113033.721000', '113033.724000', '113033.726000', '113033.729000', '113033.732000', '113033.735000', '113033.738000', '113033.741000', '113033.744000', '113033.747000', '113033.750000', '113033.753000', '113033.756000', '113033.759000', '113033.762000', '113033.765000', '113033.768000', '113033.770000', '113033.773000', '113033.776000', '113033.779000', '113033.782000', '113033.791000', '113033.794000', '113033.797000', '113033.800000', '113033.803000', '113033.806000', '113033.809000', '113033.811000', '113033.814000', '113033.817000', '113033.820000', '113033.823000', '113033.826000', '113033.829000', '113033.832000', '113033.835000', '113033.838000', '113033.841000', '113053.711000', '113053.714000', '113053.717000', '113053.720000', '113053.723000', '113053.726000', '113053.728000', '113053.731000', '113053.734000', '113053.737000', '113053.740000', '113053.743000', '113053.746000', '113053.749000', '113053.752000', '113053.755000', '113053.758000', '113053.761000', '113053.764000', '113053.767000', '113053.769000', '113053.772000', '113053.775000', '113053.778000', '113053.781000', '113053.784000', '113053.787000', '113053.790000', '113053.793000', '113053.796000', '113053.799000', '113053.802000', '113053.805000', '113053.808000', '113053.810000', '113053.813000', '113053.816000', '113053.819000', '113053.822000', '113053.825000', '113053.828000', '113053.831000', '113053.834000', '113053.837000', '113113.711000', '113113.714000', '113113.717000', '113113.720000', '113113.723000', '113113.726000', '113113.728000', '113113.731000', '113113.734000', '113113.737000', '113113.740000', '113113.743000', '113113.746000', '113113.749000', '113113.752000', '113113.755000', '113113.758000', '113113.761000', '113113.763000', '113113.766000', '113113.769000', '113113.772000', '113113.775000', '113113.778000', '113113.781000', '113113.784000', '113113.787000', '113113.790000', '113113.793000', '113113.796000', '113113.799000', '113113.801000', '113113.804000', '113113.807000', '113113.810000', '113113.813000', '113113.816000', '113113.821000', '113113.824000', '113113.826000', '113113.829000', '113113.832000', '113113.835000', '113133.711000', '113133.714000', '113133.717000', '113133.720000', '113133.723000', '113133.725000', '113133.728000', '113133.731000', '113133.734000', '113133.737000', '113133.740000', '113133.743000', '113133.746000', '113133.749000', '113133.752000', '113133.755000', '113133.758000', '113133.761000', '113133.764000', '113133.766000', '113133.769000', '113133.772000', '113133.775000', '113133.778000', '113133.781000', '113133.784000', '113133.787000', '113133.790000', '113133.793000', '113133.796000', '113133.799000', '113133.801000', '113133.804000', '113133.807000', '113133.810000', '113133.813000', '113133.816000', '113133.819000', '113133.822000', '113133.825000', '113133.828000', '113133.831000', '113133.834000', '113133.837000', '113153.711000', '113153.714000', '113153.717000', '113153.720000', '113153.723000', '113153.726000', '113153.728000', '113153.731000', '113153.734000', '113153.737000', '113153.740000', '113153.743000', '113153.746000', '113153.749000', '113153.752000', '113153.755000', '113153.758000', '113153.761000', '113153.764000', '113153.766000', '113153.769000', '113153.772000', '113153.775000', '113153.778000', '113153.781000', '113153.784000', '113153.787000', '113153.790000', '113153.793000', '113153.796000', '113153.798000', '113153.801000', '113153.804000', '113153.807000', '113153.810000', '113153.813000', '113153.823000', '113153.826000', '113153.829000', '113153.832000', '113153.835000', '113153.838000', '113153.840000', '113213.711000', '113213.714000', '113213.717000', '113213.720000', '113213.723000', '113213.725000', '113213.728000', '113213.731000', '113213.734000', '113213.737000', '113213.740000', '113213.743000', '113213.746000', '113213.749000', '113213.752000', '113213.754000', '113213.757000', '113213.760000', '113213.763000', '113213.766000', '113213.769000', '113213.772000', '113213.775000', '113213.778000', '113213.781000', '113213.784000', '113213.786000', '113213.789000', '113213.792000', '113213.795000', '113213.798000', '113213.801000', '113213.804000', '113213.807000', '113213.810000', '113213.813000', '113213.816000', '113213.819000', '113213.822000', '113213.824000', '113213.827000', '113213.830000', '113213.833000', '113213.836000', '113233.711000', '113233.714000', '113233.717000', '113233.720000', '113233.723000', '113233.726000', '113233.729000', '113233.731000', '113233.734000', '113233.737000', '113233.740000', '113233.743000', '113233.746000', '113233.749000', '113233.752000', '113233.755000', '113233.757000', '113233.760000', '113233.763000', '113233.766000', '113233.769000', '113233.772000', '113233.775000', '113233.778000', '113233.781000', '113233.784000', '113233.787000', '113233.790000', '113233.792000', '113233.795000', '113233.798000', '113233.801000', '113233.804000', '113233.807000', '113233.810000', '113233.813000', '113233.816000', '113233.819000', '113233.822000', '113233.824000', '113233.827000', '113233.830000', '113233.833000', '113253.712000', '113253.715000', '113253.741000', '113253.743000', '113253.746000', '113253.749000', '113253.752000', '113253.755000', '113253.758000', '113253.761000', '113253.764000', '113253.767000', '113253.769000', '113253.772000', '113253.775000', '113253.778000', '113253.788000', '113253.791000', '113253.794000', '113253.797000', '113253.800000', '113253.802000', '113253.805000', '113253.808000', '113253.811000', '113253.814000', '113253.817000', '113253.820000', '113253.824000', '113253.827000', '113253.830000', '113253.833000', '113253.836000', '113253.839000', '113253.842000', '113253.844000', '113253.847000', '113253.850000', '113253.853000', '113253.856000', '113253.859000', '113253.862000', '113253.865000', '113313.711000', '113313.714000', '113313.717000', '113313.720000', '113313.723000', '113313.726000', '113313.729000', '113313.732000', '113313.734000', '113313.737000', '113313.740000', '113313.743000', '113313.746000', '113313.749000', '113313.752000', '113313.755000', '113313.758000', '113313.761000', '113313.764000', '113313.767000', '113313.769000', '113313.772000', '113313.775000', '113313.778000', '113313.781000', '113313.784000', '113313.787000', '113313.790000', '113313.793000', '113313.796000', '113313.798000', '113313.801000', '113313.804000', '113313.819000', '113313.822000', '113313.825000', '113313.827000', '113313.830000', '113313.833000', '113313.836000', '113313.839000', '113313.842000', '113313.845000', '113313.848000', '113333.711000', '113333.715000', '113333.718000', '113333.721000', '113333.723000', '113333.726000', '113333.729000', '113333.732000', '113333.735000', '113333.738000', '113333.741000', '113333.744000', '113333.746000', '113333.749000', '113333.752000', '113333.755000', '113333.758000', '113333.761000', '113333.764000', '113333.767000', '113333.770000', '113333.773000', '113333.776000', '113333.779000', '113333.782000', '113333.785000', '113333.787000', '113333.790000', '113333.793000', '113333.796000', '113333.799000', '113333.802000', '113333.805000', '113333.808000', '113333.811000', '113333.814000', '113333.817000', '113333.820000', '113333.822000', '113333.825000', '113333.828000', '113333.831000', '113333.834000', '113353.711000', '113353.714000', '113353.717000', '113353.720000', '113353.723000', '113353.726000', '113353.729000', '113353.732000', '113353.734000', '113353.737000', '113353.740000', '113353.743000', '113353.746000', '113353.749000', '113353.752000', '113353.755000', '113353.758000', '113353.761000', '113353.764000', '113353.767000', '113353.770000', '113353.772000', '113353.775000', '113353.778000', '113353.781000', '113353.784000', '113353.787000', '113353.790000', '113353.793000', '113353.796000', '113353.800000', '113353.802000', '113353.805000', '113353.808000', '113353.811000', '113353.814000', '113353.817000', '113353.820000', '113353.823000', '113353.826000', '113353.829000', '113353.832000', '113353.835000', '113353.837000', '113408.746000', '113408.749000', '113408.752000', '113408.755000', '113408.757000', '113408.760000', '113408.763000', '113408.766000', '113408.769000', '113408.772000', '113408.775000', '113408.778000', '113408.780000', '113408.783000', '113408.786000', '113408.789000', '113408.792000', '113408.795000', '113408.798000', '113408.801000', '113408.804000', '113408.806000', '113408.809000', '113408.812000', '113408.815000', '113408.818000', '113408.821000', '113408.824000', '113408.827000', '113408.830000', '113408.833000', '113408.835000', '113408.838000'], 'InstanceCreationTime': ['112513.753000', '112513.759000', '112513.762000', '112513.765000', '112513.768000', '112513.771000', '112513.774000', '112513.777000', '112513.780000', '112513.783000', '112513.786000', '112513.790000', '112513.793000', '112513.795000', '112513.798000', '112513.802000', '112513.805000', '112513.808000', '112513.811000', '112513.814000', '112513.817000', '112513.820000', '112513.823000', '112513.826000', '112513.829000', '112513.832000', '112513.835000', '112513.838000', '112513.841000', '112513.844000', '112513.847000', '112513.850000', '112513.853000', '112513.856000', '112513.859000', '112513.863000', '112513.866000', '112513.869000', '112513.872000', '112513.875000', '112513.878000', '112513.881000', '112513.884000', '112513.887000', '112513.890000', '112533.711000', '112533.714000', '112533.717000', '112533.720000', '112533.723000', '112533.726000', '112533.729000', '112533.732000', '112533.735000', '112533.737000', '112533.740000', '112533.743000', '112533.746000', '112533.749000', '112533.752000', '112533.755000', '112533.758000', '112533.761000', '112533.764000', '112533.767000', '112533.770000', '112533.772000', '112533.775000', '112533.778000', '112533.781000', '112533.784000', '112533.787000', '112533.790000', '112533.795000', '112533.798000', '112533.800000', '112533.803000', '112533.806000', '112533.809000', '112533.812000', '112533.815000', '112533.818000', '112533.821000', '112533.823000', '112533.827000', '112533.829000', '112533.832000', '112533.835000', '112533.838000', '112553.712000', '112553.715000', '112553.718000', '112553.721000', '112553.724000', '112553.735000', '112553.738000', '112553.741000', '112553.743000', '112553.746000', '112553.749000', '112553.752000', '112553.755000', '112553.758000', '112553.761000', '112553.764000', '112553.767000', '112553.770000', '112553.773000', '112553.776000', '112553.778000', '112553.781000', '112553.784000', '112553.787000', '112553.790000', '112553.793000', '112553.796000', '112553.799000', '112553.802000', '112553.811000', '112553.814000', '112553.817000', '112553.819000', '112553.822000', '112553.825000', '112553.828000', '112553.831000', '112553.842000', '112553.845000', '112553.848000', '112553.851000', '112553.854000', '112553.856000', '112613.711000', '112613.714000', '112613.717000', '112613.720000', '112613.723000', '112613.726000', '112613.729000', '112613.732000', '112613.734000', '112613.737000', '112613.746000', '112613.748000', '112613.751000', '112613.754000', '112613.757000', '112613.760000', '112613.763000', '112613.766000', '112613.769000', '112613.772000', '112613.780000', '112613.783000', '112613.786000', '112613.789000', '112613.792000', '112613.795000', '112613.798000', '112613.801000', '112613.804000', '112613.807000', '112613.810000', '112613.812000', '112613.815000', '112613.818000', '112613.821000', '112613.824000', '112613.827000', '112613.830000', '112613.833000', '112613.836000', '112613.839000', '112613.841000', '112613.844000', '112613.847000', '112633.711000', '112633.714000', '112633.717000', '112633.720000', '112633.723000', '112633.726000', '112633.729000', '112633.732000', '112633.735000', '112633.737000', '112633.740000', '112633.743000', '112633.746000', '112633.749000', '112633.752000', '112633.755000', '112633.758000', '112633.761000', '112633.764000', '112633.766000', '112633.769000', '112633.773000', '112633.775000', '112633.778000', '112633.781000', '112633.785000', '112633.788000', '112633.791000', '112633.794000', '112633.797000', '112633.800000', '112633.802000', '112633.805000', '112633.808000', '112633.811000', '112633.814000', '112633.817000', '112633.820000', '112633.823000', '112633.825000', '112633.831000', '112633.834000', '112633.837000', '112653.711000', '112653.714000', '112653.717000', '112653.720000', '112653.723000', '112653.726000', '112653.729000', '112653.732000', '112653.735000', '112653.738000', '112653.741000', '112653.743000', '112653.746000', '112653.749000', '112653.752000', '112653.755000', '112653.758000', '112653.761000', '112653.764000', '112653.767000', '112653.770000', '112653.773000', '112653.776000', '112653.778000', '112653.781000', '112653.784000', '112653.787000', '112653.790000', '112653.793000', '112653.796000', '112653.799000', '112653.802000', '112653.805000', '112653.808000', '112653.811000', '112653.813000', '112653.816000', '112653.819000', '112653.822000', '112653.830000', '112653.833000', '112653.836000', '112653.838000', '112653.841000', '112713.711000', '112713.714000', '112713.717000', '112713.720000', '112713.723000', '112713.726000', '112713.729000', '112713.732000', '112713.734000', '112713.737000', '112713.740000', '112713.743000', '112713.746000', '112713.749000', '112713.752000', '112713.755000', '112713.758000', '112713.761000', '112713.764000', '112713.767000', '112713.770000', '112713.773000', '112713.776000', '112713.780000', '112713.783000', '112713.786000', '112713.789000', '112713.792000', '112713.794000', '112713.798000', '112713.801000', '112713.804000', '112713.806000', '112713.809000', '112713.812000', '112713.815000', '112713.818000', '112713.821000', '112713.824000', '112713.827000', '112713.830000', '112713.833000', '112713.836000', '112733.711000', '112733.714000', '112733.717000', '112733.720000', '112733.723000', '112733.726000', '112733.729000', '112733.731000', '112733.735000', '112733.737000', '112733.740000', '112733.743000', '112733.746000', '112733.749000', '112733.752000', '112733.755000', '112733.758000', '112733.761000', '112733.764000', '112733.767000', '112733.770000', '112733.773000', '112733.775000', '112733.778000', '112733.781000', '112733.784000', '112733.787000', '112733.796000', '112733.799000', '112733.802000', '112733.805000', '112733.808000', '112733.811000', '112733.826000', '112733.829000', '112733.832000', '112733.835000', '112733.838000', '112733.840000', '112733.843000', '112733.846000', '112733.849000', '112733.852000', '112733.855000', '112753.711000', '112753.714000', '112753.717000', '112753.720000', '112753.723000', '112753.726000', '112753.729000', '112753.732000', '112753.735000', '112753.737000', '112753.741000', '112753.743000', '112753.746000', '112753.749000', '112753.752000', '112753.755000', '112753.758000', '112753.761000', '112753.764000', '112753.767000', '112753.770000', '112753.773000', '112753.776000', '112753.781000', '112753.784000', '112753.787000', '112753.790000', '112753.793000', '112753.796000', '112753.798000', '112753.801000', '112753.804000', '112753.807000', '112753.810000', '112753.813000', '112753.816000', '112753.819000', '112753.822000', '112753.825000', '112753.828000', '112753.831000', '112753.833000', '112753.836000', '112813.712000', '112813.715000', '112813.718000', '112813.721000', '112813.724000', '112813.726000', '112813.729000', '112813.732000', '112813.735000', '112813.738000', '112813.741000', '112813.744000', '112813.746000', '112813.749000', '112813.752000', '112813.755000', '112813.758000', '112813.761000', '112813.764000', '112813.773000', '112813.776000', '112813.779000', '112813.782000', '112813.785000', '112813.788000', '112813.791000', '112813.794000', '112813.797000', '112813.800000', '112813.802000', '112813.805000', '112813.808000', '112813.811000', '112813.814000', '112813.817000', '112813.820000', '112813.823000', '112813.826000', '112813.829000', '112813.832000', '112813.835000', '112813.837000', '112813.840000', '112813.843000', '112833.711000', '112833.714000', '112833.717000', '112833.720000', '112833.723000', '112833.726000', '112833.729000', '112833.731000', '112833.734000', '112833.737000', '112833.740000', '112833.744000', '112833.747000', '112833.750000', '112833.753000', '112833.756000', '112833.759000', '112833.762000', '112833.765000', '112833.768000', '112833.771000', '112833.774000', '112833.777000', '112833.780000', '112833.782000', '112833.785000', '112833.788000', '112833.791000', '112833.794000', '112833.798000', '112833.801000', '112833.805000', '112833.807000', '112833.810000', '112833.813000', '112833.816000', '112833.819000', '112833.822000', '112833.825000', '112833.828000', '112833.831000', '112833.834000', '112833.837000', '112853.711000', '112853.714000', '112853.717000', '112853.720000', '112853.723000', '112853.725000', '112853.728000', '112853.731000', '112853.734000', '112853.737000', '112853.740000', '112853.743000', '112853.746000', '112853.749000', '112853.752000', '112853.755000', '112853.758000', '112853.760000', '112853.763000', '112853.766000', '112853.769000', '112853.772000', '112853.775000', '112853.778000', '112853.781000', '112853.784000', '112853.787000', '112853.790000', '112853.792000', '112853.795000', '112853.798000', '112853.801000', '112853.804000', '112853.807000', '112853.810000', '112853.813000', '112853.816000', '112853.819000', '112853.822000', '112853.824000', '112853.827000', '112853.830000', '112853.833000', '112853.836000', '112913.725000', '112913.728000', '112913.731000', '112913.734000', '112913.737000', '112913.740000', '112913.743000', '112913.746000', '112913.749000', '112913.752000', '112913.754000', '112913.757000', '112913.760000', '112913.763000', '112913.766000', '112913.769000', '112913.772000', '112913.775000', '112913.778000', '112913.781000', '112913.784000', '112913.787000', '112913.790000', '112913.793000', '112913.796000', '112913.799000', '112913.801000', '112913.804000', '112913.808000', '112913.810000', '112913.813000', '112913.816000', '112913.819000', '112913.822000', '112913.825000', '112913.830000', '112913.834000', '112913.837000', '112913.840000', '112913.842000', '112913.845000', '112913.848000', '112913.851000', '112933.711000', '112933.714000', '112933.717000', '112933.720000', '112933.723000', '112933.726000', '112933.728000', '112933.731000', '112933.734000', '112933.737000', '112933.740000', '112933.743000', '112933.746000', '112933.749000', '112933.752000', '112933.755000', '112933.758000', '112933.761000', '112933.764000', '112933.767000', '112933.770000', '112933.773000', '112933.776000', '112933.779000', '112933.781000', '112933.785000', '112933.787000', '112933.790000', '112933.793000', '112933.796000', '112933.799000', '112933.802000', '112933.805000', '112933.808000', '112933.811000', '112933.814000', '112933.817000', '112933.820000', '112933.823000', '112933.826000', '112933.829000', '112933.832000', '112933.835000', '112933.837000', '112953.711000', '112953.714000', '112953.717000', '112953.720000', '112953.723000', '112953.726000', '112953.728000', '112953.743000', '112953.746000', '112953.749000', '112953.752000', '112953.755000', '112953.758000', '112953.761000', '112953.764000', '112953.767000', '112953.770000', '112953.773000', '112953.776000', '112953.780000', '112953.783000', '112953.786000', '112953.789000', '112953.792000', '112953.795000', '112953.798000', '112953.801000', '112953.804000', '112953.807000', '112953.810000', '112953.813000', '112953.816000', '112953.819000', '112953.821000', '112953.824000', '112953.827000', '112953.830000', '112953.833000', '112953.836000', '112953.839000', '112953.842000', '112953.845000', '112953.848000', '113013.711000', '113013.714000', '113013.717000', '113013.720000', '113013.723000', '113013.726000', '113013.728000', '113013.731000', '113013.734000', '113013.737000', '113013.740000', '113013.743000', '113013.746000', '113013.749000', '113013.752000', '113013.755000', '113013.758000', '113013.761000', '113013.764000', '113013.766000', '113013.770000', '113013.772000', '113013.775000', '113013.778000', '113013.781000', '113013.784000', '113013.787000', '113013.790000', '113013.793000', '113013.796000', '113013.801000', '113013.804000', '113013.807000', '113013.810000', '113013.813000', '113013.815000', '113013.818000', '113013.821000', '113013.824000', '113013.827000', '113013.830000', '113013.833000', '113013.836000', '113013.839000', '113033.712000', '113033.715000', '113033.718000', '113033.721000', '113033.724000', '113033.726000', '113033.729000', '113033.732000', '113033.735000', '113033.738000', '113033.741000', '113033.744000', '113033.747000', '113033.750000', '113033.753000', '113033.756000', '113033.759000', '113033.762000', '113033.765000', '113033.768000', '113033.770000', '113033.773000', '113033.776000', '113033.779000', '113033.782000', '113033.791000', '113033.794000', '113033.797000', '113033.800000', '113033.803000', '113033.806000', '113033.809000', '113033.811000', '113033.814000', '113033.817000', '113033.820000', '113033.823000', '113033.826000', '113033.829000', '113033.832000', '113033.835000', '113033.838000', '113033.841000', '113053.711000', '113053.714000', '113053.717000', '113053.720000', '113053.723000', '113053.726000', '113053.728000', '113053.731000', '113053.734000', '113053.737000', '113053.740000', '113053.743000', '113053.746000', '113053.749000', '113053.752000', '113053.755000', '113053.758000', '113053.761000', '113053.764000', '113053.767000', '113053.769000', '113053.772000', '113053.775000', '113053.778000', '113053.781000', '113053.784000', '113053.787000', '113053.790000', '113053.793000', '113053.796000', '113053.799000', '113053.802000', '113053.805000', '113053.808000', '113053.810000', '113053.813000', '113053.816000', '113053.819000', '113053.822000', '113053.825000', '113053.828000', '113053.831000', '113053.834000', '113053.837000', '113113.711000', '113113.714000', '113113.717000', '113113.720000', '113113.723000', '113113.726000', '113113.728000', '113113.731000', '113113.734000', '113113.737000', '113113.740000', '113113.743000', '113113.746000', '113113.749000', '113113.752000', '113113.755000', '113113.758000', '113113.761000', '113113.763000', '113113.766000', '113113.769000', '113113.772000', '113113.775000', '113113.778000', '113113.781000', '113113.784000', '113113.787000', '113113.790000', '113113.793000', '113113.796000', '113113.799000', '113113.801000', '113113.804000', '113113.807000', '113113.810000', '113113.813000', '113113.816000', '113113.821000', '113113.824000', '113113.826000', '113113.829000', '113113.832000', '113113.835000', '113133.711000', '113133.714000', '113133.717000', '113133.720000', '113133.723000', '113133.725000', '113133.728000', '113133.731000', '113133.734000', '113133.737000', '113133.740000', '113133.743000', '113133.746000', '113133.749000', '113133.752000', '113133.755000', '113133.758000', '113133.761000', '113133.764000', '113133.766000', '113133.769000', '113133.772000', '113133.775000', '113133.778000', '113133.781000', '113133.784000', '113133.787000', '113133.790000', '113133.793000', '113133.796000', '113133.799000', '113133.801000', '113133.804000', '113133.807000', '113133.810000', '113133.813000', '113133.816000', '113133.819000', '113133.822000', '113133.825000', '113133.828000', '113133.831000', '113133.834000', '113133.837000', '113153.711000', '113153.714000', '113153.717000', '113153.720000', '113153.723000', '113153.726000', '113153.728000', '113153.731000', '113153.734000', '113153.737000', '113153.740000', '113153.743000', '113153.746000', '113153.749000', '113153.752000', '113153.755000', '113153.758000', '113153.761000', '113153.764000', '113153.766000', '113153.769000', '113153.772000', '113153.775000', '113153.778000', '113153.781000', '113153.784000', '113153.787000', '113153.790000', '113153.793000', '113153.796000', '113153.798000', '113153.801000', '113153.804000', '113153.807000', '113153.810000', '113153.813000', '113153.823000', '113153.826000', '113153.829000', '113153.832000', '113153.835000', '113153.838000', '113153.840000', '113213.711000', '113213.714000', '113213.717000', '113213.720000', '113213.723000', '113213.725000', '113213.728000', '113213.731000', '113213.734000', '113213.737000', '113213.740000', '113213.743000', '113213.746000', '113213.749000', '113213.752000', '113213.754000', '113213.757000', '113213.760000', '113213.763000', '113213.766000', '113213.769000', '113213.772000', '113213.775000', '113213.778000', '113213.781000', '113213.784000', '113213.786000', '113213.789000', '113213.792000', '113213.795000', '113213.798000', '113213.801000', '113213.804000', '113213.807000', '113213.810000', '113213.813000', '113213.816000', '113213.819000', '113213.822000', '113213.824000', '113213.827000', '113213.830000', '113213.833000', '113213.836000', '113233.711000', '113233.714000', '113233.717000', '113233.720000', '113233.723000', '113233.726000', '113233.729000', '113233.731000', '113233.734000', '113233.737000', '113233.740000', '113233.743000', '113233.746000', '113233.749000', '113233.752000', '113233.755000', '113233.757000', '113233.760000', '113233.763000', '113233.766000', '113233.769000', '113233.772000', '113233.775000', '113233.778000', '113233.781000', '113233.784000', '113233.787000', '113233.790000', '113233.792000', '113233.795000', '113233.798000', '113233.801000', '113233.804000', '113233.807000', '113233.810000', '113233.813000', '113233.816000', '113233.819000', '113233.822000', '113233.824000', '113233.827000', '113233.830000', '113233.833000', '113253.712000', '113253.715000', '113253.741000', '113253.743000', '113253.746000', '113253.749000', '113253.752000', '113253.755000', '113253.758000', '113253.761000', '113253.764000', '113253.767000', '113253.769000', '113253.772000', '113253.775000', '113253.778000', '113253.788000', '113253.791000', '113253.794000', '113253.797000', '113253.800000', '113253.802000', '113253.805000', '113253.808000', '113253.811000', '113253.814000', '113253.817000', '113253.820000', '113253.824000', '113253.827000', '113253.830000', '113253.833000', '113253.836000', '113253.839000', '113253.842000', '113253.844000', '113253.847000', '113253.850000', '113253.853000', '113253.856000', '113253.859000', '113253.862000', '113253.865000', '113313.711000', '113313.714000', '113313.717000', '113313.720000', '113313.723000', '113313.726000', '113313.729000', '113313.732000', '113313.734000', '113313.737000', '113313.740000', '113313.743000', '113313.746000', '113313.749000', '113313.752000', '113313.755000', '113313.758000', '113313.761000', '113313.764000', '113313.767000', '113313.769000', '113313.772000', '113313.775000', '113313.778000', '113313.781000', '113313.784000', '113313.787000', '113313.790000', '113313.793000', '113313.796000', '113313.798000', '113313.801000', '113313.804000', '113313.819000', '113313.822000', '113313.825000', '113313.827000', '113313.830000', '113313.833000', '113313.836000', '113313.839000', '113313.842000', '113313.845000', '113313.848000', '113333.711000', '113333.715000', '113333.718000', '113333.721000', '113333.723000', '113333.726000', '113333.729000', '113333.732000', '113333.735000', '113333.738000', '113333.741000', '113333.744000', '113333.746000', '113333.749000', '113333.752000', '113333.755000', '113333.758000', '113333.761000', '113333.764000', '113333.767000', '113333.770000', '113333.773000', '113333.776000', '113333.779000', '113333.782000', '113333.785000', '113333.787000', '113333.790000', '113333.793000', '113333.796000', '113333.799000', '113333.802000', '113333.805000', '113333.808000', '113333.811000', '113333.814000', '113333.817000', '113333.820000', '113333.822000', '113333.825000', '113333.828000', '113333.831000', '113333.834000', '113353.711000', '113353.714000', '113353.717000', '113353.720000', '113353.723000', '113353.726000', '113353.729000', '113353.732000', '113353.734000', '113353.737000', '113353.740000', '113353.743000', '113353.746000', '113353.749000', '113353.752000', '113353.755000', '113353.758000', '113353.761000', '113353.764000', '113353.767000', '113353.770000', '113353.772000', '113353.775000', '113353.778000', '113353.781000', '113353.784000', '113353.787000', '113353.790000', '113353.793000', '113353.796000', '113353.800000', '113353.802000', '113353.805000', '113353.808000', '113353.811000', '113353.814000', '113353.817000', '113353.820000', '113353.823000', '113353.826000', '113353.829000', '113353.832000', '113353.835000', '113353.837000', '113408.746000', '113408.749000', '113408.752000', '113408.755000', '113408.757000', '113408.760000', '113408.763000', '113408.766000', '113408.769000', '113408.772000', '113408.775000', '113408.778000', '113408.780000', '113408.783000', '113408.786000', '113408.789000', '113408.792000', '113408.795000', '113408.798000', '113408.801000', '113408.804000', '113408.806000', '113408.809000', '113408.812000', '113408.815000', '113408.818000', '113408.821000', '113408.824000', '113408.827000', '113408.830000', '113408.833000', '113408.835000', '113408.838000'], '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': [11996, 8578, 13118, 8190, 11138, 8042, 10489, 7948, 10078, 10296, 8099, 12424, 8010, 9725, 14487, 8059, 11418, 8610, 8679, 11221, 7845, 9121, 7761, 8699, 12129, 7730, 10785, 7784, 8432, 11723, 7906, 9930, 11044, 7712, 10788, 8025, 7943, 11113, 7826, 8803, 11984, 8075, 8966, 10339, 8219, 9217, 8525, 7751, 11309, 7688, 8912, 11795, 7996, 9612, 12479, 8013, 11400, 8860, 11217, 8521, 9478, 7528, 8801, 12013, 8483, 9509, 11322, 8254, 10800, 8173, 10422, 10178, 8152, 8142, 7612, 11399, 8919, 12810, 10621, 10914, 16802, 9741, 13924, 8413, 10334, 7481, 9546, 7691, 9747, 8370, 7642, 11231, 7405, 9466, 7477, 8665, 7515, 7600, 10436, 7381, 9230, 12707, 7503, 9561, 7535, 7798, 10849, 7484, 9408, 12764, 7961, 8878, 8279, 7873, 9169, 7680, 8313, 10943, 7619, 8513, 7788, 7524, 10465, 8069, 8795, 11552, 8112, 8495, 9462, 7591, 9675, 8036, 7826, 11248, 8201, 9150, 11042, 7910, 9148, 10608, 7442, 10339, 8378, 8450, 10408, 7557, 8967, 11790, 7808, 10083, 9369, 7826, 11390, 8396, 8879, 11537, 7777, 9043, 12238, 7330, 10741, 8802, 7712, 11067, 7505, 8477, 11764, 7432, 9562, 11406, 7764, 9642, 7905, 7572, 9228, 7769, 8271, 11302, 7125, 9309, 8001, 7936, 11003, 7653, 9035, 11675, 7476, 9635, 11367, 7826, 10630, 8163, 7738, 11005, 7448, 8985, 11541, 7696, 8737, 10720, 7445, 8967, 7930, 7551, 10666, 7581, 9029, 11130, 7454, 8789, 10024, 7567, 10360, 8634, 7983, 11262, 7536, 8981, 11640, 7493, 10236, 9708, 7459, 10580, 8346, 8238, 11253, 8049, 9834, 13576, 7991, 10928, 9024, 7674, 10701, 8215, 8691, 11843, 7981, 9848, 12692, 7390, 9890, 8217, 7467, 10779, 8197, 9342, 11391, 7446, 9559, 11956, 7483, 11024, 8365, 7863, 10950, 7862, 8368, 11462, 7522, 9747, 10330, 7353, 9647, 8029, 7882, 10748, 7428, 9644, 11715, 7306, 10443, 8106, 7712, 11226, 7632, 9589, 10938, 7302, 9871, 8368, 7820, 11209, 7994, 9623, 11619, 7361, 10324, 8741, 7820, 10470, 8411, 9348, 11851, 7426, 9259, 8893, 7068, 9644, 8226, 8386, 10847, 7580, 8864, 9949, 7339, 9313, 8424, 8364, 11325, 7774, 9298, 9639, 7367, 10192, 8506, 8776, 11947, 8009, 9410, 11335, 7208, 9866, 8709, 8424, 11139, 7194, 9338, 11714, 7477, 10565, 8405, 7916, 11255, 7250, 8921, 10830, 7919, 10665, 7359, 9596, 10433, 7727, 10795, 8723, 9550, 12553, 8000, 10505, 9592, 7980, 11722, 8399, 10472, 13942, 7837, 10583, 8191, 8281, 11644, 7585, 9889, 12334, 7552, 10186, 8377, 8380, 11516, 7660, 9665, 9135, 7607, 10688, 7521, 9556, 12705, 8095, 9756, 7657, 7768, 11379, 7842, 10098, 11493, 7510, 10342, 8104, 9090, 12165, 7649, 10546, 7956, 8190, 11046, 7652, 9346, 8007, 7640, 10549, 7340, 9209, 10304, 7472, 10954, 8088, 9437, 11801, 7133, 9746, 8279, 8977, 11701, 7951, 9724, 9254, 7465, 10707, 8127, 10104, 11900, 7233, 9641, 9494, 7466, 11130, 7385, 9224, 11381, 7192, 9411, 10917, 7364, 9645, 8158, 8017, 10457, 7179, 9090, 12531, 7278, 9173, 8246, 8115, 11092, 7130, 9199, 10921, 7793, 10990, 8374, 8167, 11612, 7284, 9327, 11740, 7779, 10464, 8384, 7911, 11019, 7849, 8857, 11585, 7796, 10204, 8212, 8296, 11299, 7577, 9436, 11437, 8594, 10731, 8439, 8320, 10973, 7188, 10050, 10067, 8162, 10912, 8040, 9070, 11768, 8012, 10185, 8706, 7784, 11150, 8093, 9889, 12616, 7767, 10485, 7867, 7827, 11922, 8181, 9988, 10654, 7507, 10549, 8089, 9111, 12045, 7995, 9768, 9528, 7623, 10859, 8377, 10022, 12191, 7490, 10555, 8536, 7797, 11411, 7842, 9270, 11478, 7512, 9575, 8029, 8514, 10546, 7698, 9245, 9956, 7530, 10893, 7893, 9013, 11523, 7389, 10526, 7945, 7769, 10782, 7266, 9329, 11037, 7590, 10238, 7904, 8000, 11204, 7767, 9613, 10849, 7794, 10876, 8034, 8690, 11216, 7884, 9635, 10667, 7900, 10767, 7657, 9100, 12096, 7750, 9935, 8105, 7965, 11597, 7843, 9299, 9784, 7895, 11323, 7860, 9319, 12908, 8042, 10919, 8167, 8611, 11802, 8208, 10068, 10944, 7668, 11046, 8397, 9377, 12293, 7885, 9771, 8041, 7608, 11222, 8016, 9673, 12920, 8056, 10768, 8050, 8225, 11306, 7654, 10122, 11132, 7798, 11252, 7954, 9307, 11974, 7864, 10406, 7906, 7945, 11557, 7760, 9472, 9084, 7875, 11000, 7924, 9349, 11968, 7511, 10533, 8405, 8513, 11554, 7886, 10190, 9750, 8048, 11677, 8234, 9509, 12650, 7707, 11317, 8339, 8509, 11289, 7751, 10018, 7881, 7974, 11018, 8176, 9411, 11312, 7846, 10753, 8497, 8334, 11086, 8226, 9078, 9230, 7559, 11244, 7673, 9279, 10703, 7923, 10063, 7637, 8696, 11758, 7958, 9591, 9141, 7836, 10895, 8221, 8927, 11845, 7791, 9244, 9321, 7781, 9754, 7591, 8386, 11439, 7472, 9656, 8253, 7823, 10561, 7628, 9061, 12224, 7436, 10366, 7915, 8496, 10777, 8139, 9482, 10122, 7687, 10466, 7748, 8885, 11681, 7928, 10336, 8461, 8630, 10651, 8188, 9619, 8033, 7973, 11260, 7986, 9903, 8700, 9234, 11524, 7849, 9917, 9286, 8260, 11735, 7995, 10246, 11377, 7644, 11098, 7893, 9488, 12490, 7894, 10474, 8048, 8335, 11063, 8217, 9517, 8994, 7825, 11410, 7967, 10217, 11213, 8017, 10694, 7964, 9874, 12622, 7679, 11731, 8794, 9313, 14253, 8350, 9919, 10735, 7906, 11731, 8216, 9804, 10784, 8514, 9845, 7663, 9235, 10865, 8139, 9760, 7713, 8219, 10649, 8174, 9476, 7791, 8195, 10900, 8170, 9690, 10616, 8045, 10469, 8192, 8986, 11913, 8016, 10547, 8006, 8958, 11732, 8351, 9991, 8841, 7902, 11726, 7970, 10224, 10868, 7591, 7936, 7817, 7725, 8243, 10467, 8261, 9641, 12159, 8178, 10657, 8171, 9277, 12319, 7947, 11235, 8627, 8395, 12022, 8495, 9885, 10331, 7973, 11306, 8243, 9337, 8010, 8370, 11038, 8124, 9614, 8286, 8287, 11019, 8612, 10141, 8107, 8509, 11262, 8219, 9891, 8781, 8296, 10914, 8357, 9360, 11498, 7936, 11274, 8168, 8977, 12082, 8226, 10230, 8096, 8240, 10894, 8181, 9543, 7687, 8009, 10570, 8305, 9795, 7875, 8526, 9272, 7873, 10809, 8327, 9630, 10064, 7949, 10903, 7712, 9718, 12696, 8151, 10954, 7860, 8771, 10322, 7642, 10622, 7829, 10215, 8331, 9848, 10629, 7820, 10953, 7820, 9774, 11341, 7885, 10889, 7777, 9556, 12180, 8442, 10265, 8117, 8881, 11367, 8692, 10417, 7721, 9259, 7947, 8805, 8753, 8100, 10687, 8516, 10240, 8667, 11885, 8466, 11983, 11032, 10127, 11702, 8460, 12336, 8522, 10652, 14694, 8181, 11680, 8263, 10392, 8429, 9579, 11632, 7773, 10398, 8203, 9269, 8028, 8277, 11163, 8445, 10359, 9530, 7921, 12058, 8333, 10189, 8045, 8334, 11656, 8490, 10110, 11299, 7747, 11672, 8087, 9549, 8059, 8313, 10875, 8662, 9599, 9936, 7829, 10851, 8193, 10213, 8639, 9536, 10058, 7745, 11650, 8201, 9390, 11907, 8616, 10012, 8160, 8286, 11936, 8150, 10285, 7981, 8328, 11294, 8498, 10270, 8174, 8138, 12224, 8197, 9737, 8540, 9197, 8232, 8423, 11798, 8202, 10390, 12360, 8266, 11166, 7926, 8697, 11812, 8596, 10571, 9186, 7865, 11254, 8377, 9653, 11865, 8440, 9625, 7872, 8329, 11425, 8736, 9536, 10832, 8043, 10614, 8537, 9828, 7865, 8689, 11992, 8605, 10744, 11479, 8064, 11241, 8399, 9297, 12051, 7943, 10014, 7716, 7961, 11471, 8351, 9313, 12952, 7843, 10679, 7824, 8457, 7708, 8317, 10240, 7943, 9150, 8616, 8373, 11102, 7907, 9235, 12294, 7997, 10821, 7788, 8176, 11273, 7991, 9561, 11085, 7803, 10808, 7790, 8466, 11606, 8423, 10132, 7822, 8629, 7665, 8368, 10657, 8414, 10008, 9833, 8032, 11681, 8398, 9478, 12364, 8142, 10347, 9166, 8100, 11426, 7826, 9152, 11894, 7553, 10320, 7289, 9028, 7221, 8695, 7396, 9579, 9347, 7946, 12077, 8611, 9634, 14035, 7993, 11875, 9270, 8847, 14479, 8119, 11854, 8166, 11713, 8326, 10947, 8458, 10109, 10801, 8009, 12504, 8533, 9989, 12349, 7808, 11845, 9525, 8447, 13159, 8208, 9295, 7926, 7622, 10991, 7812, 9273, 7935, 8986, 7864, 7996, 10405, 8188, 9354, 11136, 8207, 11124, 8766, 8939, 13119, 9088, 11540, 8173, 8550, 13442, 8200, 11032, 10807, 8129, 11750, 8252, 11627, 8720, 8859, 12288, 8429, 11023, 8440, 8066, 13142, 7919, 11004, 8727, 8174, 12249, 8414, 9165, 12246, 7780, 11098, 8114, 9763, 7891, 8479, 11923, 8161, 11056, 9329, 7923, 11766, 8045, 11129, 8441, 8448, 12313, 8724, 10851, 8176, 8744, 12764, 7840, 11139, 8548, 9663, 7326], 'WindowCenter': [4157.0, 4103.0, 4140.0, 4088.0, 4115.0, 4085.0, 4104.0, 4076.0, 4106.0, 4092.0, 4073.0, 4112.0, 4061.0, 4094.0, 4120.0, 4071.0, 4104.0, 4070.0, 4086.0, 4113.0, 4073.0, 4082.0, 4062.0, 4085.0, 4114.0, 4074.0, 4104.0, 4072.0, 4084.0, 4112.0, 4075.0, 4106.0, 4103.0, 4074.0, 4104.0, 4074.0, 4074.0, 4104.0, 4074.0, 4096.0, 4113.0, 4073.0, 4085.0, 4093.0, 4086.0, 4094.0, 4085.0, 4076.0, 4116.0, 4074.0, 4094.0, 4116.0, 4086.0, 4108.0, 4115.0, 4076.0, 4117.0, 4084.0, 4117.0, 4086.0, 4096.0, 4077.0, 4097.0, 4116.0, 4085.0, 4095.0, 4103.0, 4084.0, 4115.0, 4097.0, 4107.0, 4105.0, 4088.0, 4073.0, 4075.0, 4115.0, 4097.0, 4115.0, 4078.0, 4089.0, 4120.0, 4069.0, 4109.0, 4056.0, 4076.0, 4037.0, 4067.0, 4046.0, 4067.0, 4055.0, 4047.0, 4086.0, 4047.0, 4079.0, 4049.0, 4070.0, 4048.0, 4060.0, 4089.0, 4046.0, 4081.0, 4110.0, 4048.0, 4080.0, 4048.0, 4063.0, 4091.0, 4047.0, 4082.0, 4110.0, 4060.0, 4082.0, 4058.0, 4060.0, 4081.0, 4060.0, 4082.0, 4090.0, 4060.0, 4073.0, 4059.0, 4072.0, 4104.0, 4073.0, 4082.0, 4112.0, 4072.0, 4085.0, 4091.0, 4074.0, 4094.0, 4072.0, 4073.0, 4115.0, 4071.0, 4096.0, 4102.0, 4073.0, 4094.0, 4100.0, 4061.0, 4094.0, 4072.0, 4072.0, 4092.0, 4062.0, 4082.0, 4102.0, 4062.0, 4092.0, 4080.0, 4074.0, 4113.0, 4071.0, 4083.0, 4101.0, 4060.0, 4083.0, 4101.0, 4060.0, 4103.0, 4082.0, 4061.0, 4102.0, 4050.0, 4071.0, 4100.0, 4062.0, 4092.0, 4101.0, 4063.0, 4092.0, 4059.0, 4062.0, 4081.0, 4060.0, 4071.0, 4100.0, 4050.0, 4082.0, 4073.0, 4084.0, 4103.0, 4062.0, 4084.0, 4102.0, 4061.0, 4094.0, 4102.0, 4075.0, 4104.0, 4072.0, 4072.0, 4102.0, 4062.0, 4083.0, 4113.0, 4072.0, 4084.0, 4100.0, 4063.0, 4083.0, 4072.0, 4073.0, 4116.0, 4074.0, 4097.0, 4104.0, 4063.0, 4094.0, 4093.0, 4073.0, 4105.0, 4084.0, 4086.0, 4116.0, 4074.0, 4094.0, 4115.0, 4074.0, 4106.0, 4093.0, 4075.0, 4105.0, 4082.0, 4087.0, 4114.0, 4085.0, 4106.0, 4125.0, 4084.0, 4114.0, 4083.0, 4074.0, 4104.0, 4072.0, 4083.0, 4114.0, 4075.0, 4104.0, 4122.0, 4062.0, 4095.0, 4071.0, 4062.0, 4104.0, 4071.0, 4095.0, 4102.0, 4063.0, 4095.0, 4111.0, 4062.0, 4105.0, 4070.0, 4073.0, 4102.0, 4071.0, 4082.0, 4102.0, 4072.0, 4093.0, 4103.0, 4063.0, 4093.0, 4071.0, 4083.0, 4115.0, 4062.0, 4105.0, 4115.0, 4073.0, 4105.0, 4071.0, 4074.0, 4115.0, 4073.0, 4105.0, 4112.0, 4074.0, 4105.0, 4083.0, 4075.0, 4115.0, 4085.0, 4107.0, 4115.0, 4075.0, 4106.0, 4082.0, 4075.0, 4105.0, 4085.0, 4095.0, 4112.0, 4063.0, 4094.0, 4082.0, 4065.0, 4093.0, 4084.0, 4085.0, 4105.0, 4074.0, 4095.0, 4104.0, 4075.0, 4094.0, 4084.0, 4096.0, 4115.0, 4075.0, 4108.0, 4103.0, 4077.0, 4107.0, 4085.0, 4097.0, 4116.0, 4074.0, 4095.0, 4114.0, 4074.0, 4106.0, 4095.0, 4088.0, 4116.0, 4064.0, 4108.0, 4116.0, 4075.0, 4117.0, 4083.0, 4087.0, 4114.0, 4075.0, 4096.0, 4115.0, 4097.0, 4117.0, 4077.0, 4109.0, 4115.0, 4086.0, 4118.0, 4095.0, 4120.0, 4138.0, 4086.0, 4118.0, 4094.0, 4076.0, 4114.0, 4085.0, 4105.0, 4124.0, 4075.0, 4104.0, 4083.0, 4073.0, 4103.0, 4061.0, 4093.0, 4109.0, 4060.0, 4091.0, 4071.0, 4083.0, 4113.0, 4071.0, 4095.0, 4080.0, 4071.0, 4101.0, 4060.0, 4094.0, 4122.0, 4075.0, 4092.0, 4060.0, 4073.0, 4112.0, 4072.0, 4105.0, 4102.0, 4060.0, 4091.0, 4070.0, 4084.0, 4113.0, 4073.0, 4103.0, 4071.0, 4084.0, 4115.0, 4073.0, 4096.0, 4071.0, 4073.0, 4104.0, 4064.0, 4095.0, 4103.0, 4075.0, 4116.0, 4085.0, 4095.0, 4114.0, 4061.0, 4093.0, 4073.0, 4095.0, 4113.0, 4072.0, 4092.0, 4079.0, 4060.0, 4102.0, 4071.0, 4102.0, 4100.0, 4060.0, 4081.0, 4078.0, 4062.0, 4101.0, 4060.0, 4081.0, 4101.0, 4051.0, 4094.0, 4088.0, 4062.0, 4093.0, 4070.0, 4072.0, 4100.0, 4051.0, 4083.0, 4112.0, 4063.0, 4093.0, 4083.0, 4074.0, 4114.0, 4063.0, 4097.0, 4103.0, 4074.0, 4116.0, 4083.0, 4084.0, 4113.0, 4073.0, 4096.0, 4114.0, 4074.0, 4118.0, 4085.0, 4086.0, 4114.0, 4074.0, 4095.0, 4115.0, 4076.0, 4117.0, 4084.0, 4087.0, 4117.0, 4075.0, 4109.0, 4126.0, 4098.0, 4129.0, 4086.0, 4087.0, 4115.0, 4078.0, 4119.0, 4107.0, 4099.0, 4117.0, 4086.0, 4109.0, 4127.0, 4098.0, 4119.0, 4096.0, 4087.0, 4116.0, 4086.0, 4105.0, 4126.0, 4076.0, 4116.0, 4073.0, 4075.0, 4128.0, 4085.0, 4120.0, 4104.0, 4075.0, 4106.0, 4085.0, 4096.0, 4125.0, 4087.0, 4105.0, 4092.0, 4075.0, 4116.0, 4085.0, 4106.0, 4114.0, 4063.0, 4106.0, 4082.0, 4075.0, 4114.0, 4074.0, 4094.0, 4101.0, 4064.0, 4094.0, 4083.0, 4096.0, 4105.0, 4073.0, 4096.0, 4103.0, 4077.0, 4116.0, 4074.0, 4094.0, 4113.0, 4076.0, 4106.0, 4074.0, 4074.0, 4103.0, 4075.0, 4096.0, 4104.0, 4074.0, 4105.0, 4083.0, 4086.0, 4115.0, 4074.0, 4107.0, 4104.0, 4075.0, 4104.0, 4073.0, 4086.0, 4115.0, 4074.0, 4107.0, 4105.0, 4086.0, 4115.0, 4072.0, 4093.0, 4125.0, 4086.0, 4118.0, 4085.0, 4088.0, 4116.0, 4086.0, 4108.0, 4106.0, 4088.0, 4117.0, 4084.0, 4109.0, 4138.0, 4086.0, 4118.0, 4085.0, 4098.0, 4127.0, 4085.0, 4109.0, 4104.0, 4075.0, 4116.0, 4085.0, 4097.0, 4114.0, 4074.0, 4104.0, 4075.0, 4074.0, 4112.0, 4073.0, 4095.0, 4125.0, 4083.0, 4116.0, 4073.0, 4085.0, 4103.0, 4074.0, 4106.0, 4104.0, 4075.0, 4104.0, 4072.0, 4094.0, 4114.0, 4076.0, 4105.0, 4071.0, 4073.0, 4114.0, 4072.0, 4095.0, 4083.0, 4075.0, 4106.0, 4074.0, 4097.0, 4115.0, 4077.0, 4118.0, 4084.0, 4086.0, 4114.0, 4086.0, 4120.0, 4094.0, 4074.0, 4103.0, 4072.0, 4095.0, 4113.0, 4074.0, 4116.0, 4073.0, 4085.0, 4101.0, 4062.0, 4094.0, 4070.0, 4073.0, 4092.0, 4071.0, 4094.0, 4102.0, 4072.0, 4104.0, 4083.0, 4074.0, 4104.0, 4073.0, 4095.0, 4082.0, 4073.0, 4115.0, 4062.0, 4096.0, 4102.0, 4074.0, 4104.0, 4073.0, 4085.0, 4114.0, 4074.0, 4094.0, 4082.0, 4075.0, 4105.0, 4073.0, 4097.0, 4115.0, 4073.0, 4096.0, 4081.0, 4073.0, 4092.0, 4061.0, 4084.0, 4112.0, 4063.0, 4097.0, 4074.0, 4075.0, 4106.0, 4075.0, 4095.0, 4114.0, 4064.0, 4107.0, 4073.0, 4096.0, 4105.0, 4075.0, 4107.0, 4105.0, 4075.0, 4106.0, 4077.0, 4096.0, 4116.0, 4087.0, 4118.0, 4097.0, 4099.0, 4117.0, 4087.0, 4119.0, 4088.0, 4088.0, 4126.0, 4097.0, 4121.0, 4099.0, 4111.0, 4129.0, 4089.0, 4120.0, 4107.0, 4099.0, 4141.0, 4088.0, 4120.0, 4117.0, 4088.0, 4130.0, 4087.0, 4110.0, 4126.0, 4087.0, 4121.0, 4085.0, 4098.0, 4116.0, 4086.0, 4108.0, 4096.0, 4088.0, 4127.0, 4087.0, 4119.0, 4118.0, 4085.0, 4105.0, 4076.0, 4107.0, 4126.0, 4077.0, 4128.0, 4085.0, 4095.0, 4125.0, 4072.0, 4095.0, 4102.0, 4072.0, 4114.0, 4074.0, 4095.0, 4103.0, 4084.0, 4094.0, 4062.0, 4097.0, 4105.0, 4075.0, 4093.0, 4064.0, 4086.0, 4104.0, 4086.0, 4107.0, 4076.0, 4087.0, 4116.0, 4086.0, 4108.0, 4105.0, 4087.0, 4107.0, 4086.0, 4099.0, 4116.0, 4086.0, 4117.0, 4076.0, 4097.0, 4115.0, 4087.0, 4107.0, 4095.0, 4085.0, 4117.0, 4074.0, 4107.0, 4117.0, 4074.0, 4075.0, 4076.0, 4086.0, 4100.0, 4119.0, 4099.0, 4110.0, 4128.0, 4098.0, 4121.0, 4087.0, 4108.0, 4126.0, 4086.0, 4116.0, 4083.0, 4086.0, 4112.0, 4083.0, 4094.0, 4093.0, 4076.0, 4105.0, 4072.0, 4095.0, 4070.0, 4085.0, 4113.0, 4085.0, 4107.0, 4084.0, 4086.0, 4104.0, 4097.0, 4105.0, 4074.0, 4087.0, 4116.0, 4085.0, 4107.0, 4082.0, 4085.0, 4104.0, 4084.0, 4094.0, 4115.0, 4076.0, 4115.0, 4085.0, 4096.0, 4126.0, 4086.0, 4107.0, 4072.0, 4088.0, 4116.0, 4086.0, 4105.0, 4074.0, 4087.0, 4115.0, 4086.0, 4107.0, 4089.0, 4098.0, 4106.0, 4088.0, 4116.0, 4087.0, 4109.0, 4106.0, 4087.0, 4118.0, 4076.0, 4110.0, 4129.0, 4087.0, 4117.0, 4087.0, 4099.0, 4116.0, 4100.0, 4120.0, 4090.0, 4118.0, 4100.0, 4122.0, 4131.0, 4089.0, 4130.0, 4087.0, 4119.0, 4129.0, 4099.0, 4128.0, 4087.0, 4121.0, 4127.0, 4097.0, 4119.0, 4089.0, 4110.0, 4130.0, 4099.0, 4117.0, 4089.0, 4109.0, 4088.0, 4110.0, 4098.0, 4100.0, 4132.0, 4112.0, 4119.0, 4112.0, 4141.0, 4114.0, 4147.0, 4120.0, 4108.0, 4117.0, 4085.0, 4127.0, 4084.0, 4106.0, 4135.0, 4074.0, 4114.0, 4084.0, 4106.0, 4084.0, 4096.0, 4114.0, 4075.0, 4107.0, 4072.0, 4083.0, 4073.0, 4085.0, 4103.0, 4084.0, 4106.0, 4092.0, 4074.0, 4114.0, 4073.0, 4105.0, 4076.0, 4086.0, 4104.0, 4082.0, 4104.0, 4104.0, 4074.0, 4116.0, 4072.0, 4095.0, 4061.0, 4074.0, 4101.0, 4083.0, 4107.0, 4106.0, 4077.0, 4105.0, 4087.0, 4106.0, 4086.0, 4108.0, 4106.0, 4087.0, 4117.0, 4086.0, 4097.0, 4115.0, 4084.0, 4107.0, 4087.0, 4100.0, 4116.0, 4075.0, 4104.0, 4071.0, 4085.0, 4115.0, 4085.0, 4107.0, 4084.0, 4086.0, 4114.0, 4084.0, 4094.0, 4086.0, 4096.0, 4083.0, 4086.0, 4117.0, 4086.0, 4121.0, 4114.0, 4085.0, 4105.0, 4073.0, 4085.0, 4112.0, 4082.0, 4106.0, 4084.0, 4074.0, 4103.0, 4074.0, 4095.0, 4112.0, 4074.0, 4094.0, 4071.0, 4075.0, 4114.0, 4083.0, 4108.0, 4115.0, 4075.0, 4105.0, 4086.0, 4106.0, 4075.0, 4099.0, 4115.0, 4084.0, 4106.0, 4114.0, 4086.0, 4116.0, 4074.0, 4095.0, 4114.0, 4072.0, 4095.0, 4063.0, 4074.0, 4116.0, 4073.0, 4095.0, 4125.0, 4086.0, 4106.0, 4074.0, 4084.0, 4073.0, 4088.0, 4118.0, 4100.0, 4109.0, 4096.0, 4098.0, 4117.0, 4087.0, 4108.0, 4125.0, 4086.0, 4119.0, 4075.0, 4088.0, 4118.0, 4075.0, 4096.0, 4104.0, 4075.0, 4106.0, 4076.0, 4088.0, 4116.0, 4088.0, 4119.0, 4074.0, 4098.0, 4076.0, 4088.0, 4117.0, 4098.0, 4109.0, 4106.0, 4086.0, 4128.0, 4087.0, 4097.0, 4117.0, 4075.0, 4107.0, 4094.0, 4075.0, 4114.0, 4073.0, 4097.0, 4130.0, 4086.0, 4119.0, 4078.0, 4095.0, 4077.0, 4084.0, 4077.0, 4110.0, 4096.0, 4089.0, 4128.0, 4087.0, 4097.0, 4127.0, 4076.0, 4116.0, 4084.0, 4084.0, 4122.0, 4062.0, 4102.0, 4073.0, 4112.0, 4085.0, 4104.0, 4085.0, 4106.0, 4103.0, 4075.0, 4114.0, 4082.0, 4095.0, 4112.0, 4063.0, 4116.0, 4082.0, 4073.0, 4111.0, 4073.0, 4083.0, 4059.0, 4072.0, 4102.0, 4063.0, 4093.0, 4075.0, 4096.0, 4086.0, 4088.0, 4120.0, 4088.0, 4110.0, 4116.0, 4087.0, 4118.0, 4086.0, 4099.0, 4127.0, 4097.0, 4116.0, 4074.0, 4087.0, 4125.0, 4085.0, 4106.0, 4103.0, 4075.0, 4114.0, 4086.0, 4115.0, 4084.0, 4095.0, 4113.0, 4073.0, 4104.0, 4072.0, 4073.0, 4123.0, 4076.0, 4105.0, 4073.0, 4074.0, 4104.0, 4072.0, 4084.0, 4114.0, 4075.0, 4104.0, 4073.0, 4094.0, 4074.0, 4084.0, 4112.0, 4075.0, 4116.0, 4082.0, 4074.0, 4113.0, 4075.0, 4104.0, 4072.0, 4084.0, 4114.0, 4084.0, 4104.0, 4070.0, 4084.0, 4126.0, 4077.0, 4116.0, 4096.0, 4105.0, 4074.0], 'WindowWidth': [9227.0, 9143.0, 9185.0, 9111.0, 9142.0, 9103.0, 9124.0, 9089.0, 9131.0, 9103.0, 9079.0, 9133.0, 9062.0, 9108.0, 9140.0, 9074.0, 9122.0, 9072.0, 9103.0, 9135.0, 9082.0, 9090.0, 9066.0, 9099.0, 9136.0, 9085.0, 9124.0, 9079.0, 9098.0, 9132.0, 9086.0, 9131.0, 9121.0, 9083.0, 9123.0, 9080.0, 9085.0, 9123.0, 9085.0, 9118.0, 9135.0, 9082.0, 9099.0, 9106.0, 9102.0, 9113.0, 9100.0, 9092.0, 9143.0, 9086.0, 9113.0, 9141.0, 9103.0, 9136.0, 9142.0, 9089.0, 9145.0, 9096.0, 9146.0, 9103.0, 9116.0, 9092.0, 9121.0, 9145.0, 9101.0, 9114.0, 9122.0, 9099.0, 9143.0, 9122.0, 9133.0, 9126.0, 9109.0, 9082.0, 9089.0, 9140.0, 9119.0, 9140.0, 9076.0, 9095.0, 9139.0, 9066.0, 9118.0, 9045.0, 9070.0, 9022.0, 9060.0, 9035.0, 9061.0, 9042.0, 9036.0, 9086.0, 9036.0, 9079.0, 9040.0, 9071.0, 9039.0, 9059.0, 9095.0, 9036.0, 9088.0, 9126.0, 9040.0, 9085.0, 9038.0, 9066.0, 9101.0, 9038.0, 9088.0, 9123.0, 9058.0, 9087.0, 9051.0, 9058.0, 9088.0, 9058.0, 9093.0, 9099.0, 9060.0, 9080.0, 9057.0, 9079.0, 9124.0, 9080.0, 9094.0, 9132.0, 9080.0, 9099.0, 9102.0, 9085.0, 9112.0, 9080.0, 9082.0, 9141.0, 9078.0, 9113.0, 9118.0, 9082.0, 9111.0, 9113.0, 9064.0, 9109.0, 9078.0, 9078.0, 9103.0, 9065.0, 9094.0, 9118.0, 9066.0, 9105.0, 9087.0, 9083.0, 9134.0, 9074.0, 9093.0, 9115.0, 9060.0, 9093.0, 9113.0, 9060.0, 9122.0, 9089.0, 9063.0, 9116.0, 9046.0, 9074.0, 9111.0, 9065.0, 9104.0, 9114.0, 9065.0, 9105.0, 9057.0, 9064.0, 9089.0, 9059.0, 9077.0, 9111.0, 9048.0, 9092.0, 9081.0, 9099.0, 9123.0, 9066.0, 9096.0, 9117.0, 9063.0, 9111.0, 9119.0, 9085.0, 9124.0, 9078.0, 9080.0, 9119.0, 9065.0, 9095.0, 9134.0, 9079.0, 9096.0, 9113.0, 9069.0, 9096.0, 9079.0, 9084.0, 9144.0, 9084.0, 9117.0, 9122.0, 9069.0, 9113.0, 9109.0, 9084.0, 9130.0, 9098.0, 9104.0, 9142.0, 9085.0, 9113.0, 9139.0, 9085.0, 9131.0, 9110.0, 9090.0, 9127.0, 9095.0, 9107.0, 9139.0, 9101.0, 9132.0, 9156.0, 9100.0, 9140.0, 9093.0, 9083.0, 9124.0, 9078.0, 9094.0, 9137.0, 9086.0, 9126.0, 9147.0, 9066.0, 9113.0, 9075.0, 9066.0, 9126.0, 9078.0, 9112.0, 9118.0, 9068.0, 9113.0, 9130.0, 9067.0, 9126.0, 9073.0, 9081.0, 9119.0, 9076.0, 9092.0, 9118.0, 9079.0, 9109.0, 9121.0, 9069.0, 9108.0, 9076.0, 9098.0, 9140.0, 9068.0, 9127.0, 9141.0, 9083.0, 9128.0, 9078.0, 9086.0, 9141.0, 9083.0, 9130.0, 9134.0, 9087.0, 9129.0, 9097.0, 9091.0, 9143.0, 9101.0, 9132.0, 9141.0, 9088.0, 9131.0, 9092.0, 9088.0, 9127.0, 9099.0, 9115.0, 9133.0, 9071.0, 9111.0, 9093.0, 9074.0, 9108.0, 9096.0, 9102.0, 9126.0, 9087.0, 9115.0, 9124.0, 9089.0, 9114.0, 9098.0, 9119.0, 9142.0, 9089.0, 9135.0, 9124.0, 9094.0, 9134.0, 9100.0, 9120.0, 9144.0, 9085.0, 9116.0, 9138.0, 9085.0, 9131.0, 9116.0, 9109.0, 9143.0, 9073.0, 9134.0, 9143.0, 9090.0, 9148.0, 9097.0, 9106.0, 9139.0, 9090.0, 9121.0, 9142.0, 9123.0, 9146.0, 9096.0, 9140.0, 9144.0, 9107.0, 9150.0, 9118.0, 9156.0, 9178.0, 9107.0, 9149.0, 9111.0, 9089.0, 9138.0, 9100.0, 9128.0, 9153.0, 9085.0, 9125.0, 9094.0, 9081.0, 9121.0, 9061.0, 9106.0, 9125.0, 9060.0, 9101.0, 9075.0, 9096.0, 9133.0, 9078.0, 9112.0, 9086.0, 9078.0, 9115.0, 9061.0, 9111.0, 9147.0, 9085.0, 9107.0, 9061.0, 9080.0, 9133.0, 9082.0, 9126.0, 9118.0, 9062.0, 9103.0, 9074.0, 9097.0, 9135.0, 9084.0, 9122.0, 9077.0, 9097.0, 9140.0, 9083.0, 9118.0, 9077.0, 9083.0, 9122.0, 9070.0, 9114.0, 9122.0, 9089.0, 9147.0, 9101.0, 9115.0, 9139.0, 9067.0, 9109.0, 9081.0, 9113.0, 9135.0, 9079.0, 9107.0, 9085.0, 9062.0, 9120.0, 9076.0, 9120.0, 9112.0, 9059.0, 9089.0, 9080.0, 9065.0, 9115.0, 9059.0, 9089.0, 9114.0, 9051.0, 9109.0, 9095.0, 9063.0, 9105.0, 9071.0, 9080.0, 9114.0, 9050.0, 9096.0, 9131.0, 9068.0, 9110.0, 9095.0, 9087.0, 9135.0, 9070.0, 9118.0, 9122.0, 9086.0, 9145.0, 9095.0, 9099.0, 9135.0, 9084.0, 9117.0, 9138.0, 9087.0, 9151.0, 9101.0, 9105.0, 9139.0, 9086.0, 9115.0, 9142.0, 9092.0, 9149.0, 9101.0, 9107.0, 9145.0, 9090.0, 9140.0, 9160.0, 9124.0, 9167.0, 9103.0, 9109.0, 9143.0, 9097.0, 9155.0, 9135.0, 9127.0, 9148.0, 9105.0, 9138.0, 9162.0, 9126.0, 9154.0, 9118.0, 9109.0, 9145.0, 9104.0, 9130.0, 9158.0, 9091.0, 9144.0, 9082.0, 9089.0, 9163.0, 9102.0, 9157.0, 9126.0, 9089.0, 9130.0, 9100.0, 9121.0, 9156.0, 9105.0, 9129.0, 9108.0, 9088.0, 9144.0, 9101.0, 9130.0, 9139.0, 9069.0, 9130.0, 9092.0, 9087.0, 9139.0, 9084.0, 9113.0, 9118.0, 9071.0, 9112.0, 9098.0, 9117.0, 9127.0, 9084.0, 9116.0, 9122.0, 9095.0, 9146.0, 9086.0, 9112.0, 9136.0, 9090.0, 9130.0, 9084.0, 9085.0, 9123.0, 9089.0, 9117.0, 9124.0, 9085.0, 9128.0, 9096.0, 9103.0, 9142.0, 9088.0, 9135.0, 9126.0, 9088.0, 9125.0, 9083.0, 9102.0, 9139.0, 9085.0, 9132.0, 9129.0, 9104.0, 9141.0, 9081.0, 9110.0, 9155.0, 9105.0, 9152.0, 9104.0, 9110.0, 9142.0, 9105.0, 9138.0, 9133.0, 9111.0, 9147.0, 9101.0, 9139.0, 9179.0, 9105.0, 9151.0, 9102.0, 9122.0, 9160.0, 9103.0, 9138.0, 9125.0, 9088.0, 9143.0, 9101.0, 9119.0, 9139.0, 9085.0, 9126.0, 9084.0, 9086.0, 9134.0, 9082.0, 9114.0, 9155.0, 9098.0, 9146.0, 9082.0, 9100.0, 9122.0, 9084.0, 9130.0, 9123.0, 9087.0, 9122.0, 9080.0, 9112.0, 9137.0, 9089.0, 9126.0, 9075.0, 9083.0, 9137.0, 9080.0, 9113.0, 9092.0, 9086.0, 9127.0, 9086.0, 9120.0, 9140.0, 9092.0, 9149.0, 9098.0, 9103.0, 9137.0, 9103.0, 9156.0, 9111.0, 9083.0, 9121.0, 9077.0, 9112.0, 9133.0, 9084.0, 9144.0, 9080.0, 9099.0, 9116.0, 9065.0, 9112.0, 9073.0, 9080.0, 9102.0, 9074.0, 9109.0, 9117.0, 9078.0, 9123.0, 9093.0, 9083.0, 9122.0, 9081.0, 9112.0, 9090.0, 9083.0, 9141.0, 9067.0, 9114.0, 9118.0, 9084.0, 9124.0, 9082.0, 9102.0, 9137.0, 9083.0, 9111.0, 9091.0, 9085.0, 9127.0, 9081.0, 9117.0, 9139.0, 9081.0, 9113.0, 9087.0, 9081.0, 9105.0, 9062.0, 9097.0, 9132.0, 9070.0, 9118.0, 9082.0, 9086.0, 9127.0, 9086.0, 9113.0, 9138.0, 9072.0, 9131.0, 9081.0, 9115.0, 9127.0, 9087.0, 9134.0, 9126.0, 9089.0, 9129.0, 9091.0, 9119.0, 9143.0, 9106.0, 9150.0, 9122.0, 9126.0, 9145.0, 9107.0, 9154.0, 9111.0, 9110.0, 9158.0, 9123.0, 9158.0, 9127.0, 9144.0, 9167.0, 9112.0, 9155.0, 9134.0, 9127.0, 9186.0, 9112.0, 9155.0, 9146.0, 9111.0, 9168.0, 9107.0, 9141.0, 9157.0, 9107.0, 9158.0, 9103.0, 9124.0, 9144.0, 9103.0, 9138.0, 9119.0, 9111.0, 9161.0, 9106.0, 9151.0, 9145.0, 9102.0, 9129.0, 9091.0, 9132.0, 9158.0, 9093.0, 9164.0, 9098.0, 9112.0, 9152.0, 9077.0, 9110.0, 9116.0, 9079.0, 9135.0, 9081.0, 9111.0, 9119.0, 9096.0, 9109.0, 9064.0, 9116.0, 9126.0, 9086.0, 9109.0, 9069.0, 9102.0, 9123.0, 9104.0, 9133.0, 9089.0, 9106.0, 9143.0, 9103.0, 9136.0, 9129.0, 9105.0, 9132.0, 9101.0, 9123.0, 9141.0, 9104.0, 9146.0, 9089.0, 9119.0, 9140.0, 9105.0, 9133.0, 9113.0, 9102.0, 9147.0, 9084.0, 9133.0, 9148.0, 9084.0, 9086.0, 9093.0, 9105.0, 9130.0, 9152.0, 9125.0, 9143.0, 9163.0, 9124.0, 9157.0, 9107.0, 9135.0, 9158.0, 9104.0, 9146.0, 9094.0, 9100.0, 9132.0, 9091.0, 9110.0, 9105.0, 9087.0, 9126.0, 9078.0, 9111.0, 9073.0, 9099.0, 9135.0, 9102.0, 9133.0, 9096.0, 9103.0, 9125.0, 9119.0, 9128.0, 9083.0, 9105.0, 9142.0, 9104.0, 9134.0, 9094.0, 9100.0, 9124.0, 9097.0, 9112.0, 9141.0, 9090.0, 9140.0, 9099.0, 9118.0, 9157.0, 9103.0, 9133.0, 9079.0, 9108.0, 9142.0, 9102.0, 9128.0, 9084.0, 9107.0, 9142.0, 9104.0, 9135.0, 9114.0, 9124.0, 9131.0, 9111.0, 9145.0, 9108.0, 9138.0, 9132.0, 9108.0, 9150.0, 9091.0, 9142.0, 9166.0, 9107.0, 9146.0, 9104.0, 9124.0, 9147.0, 9132.0, 9155.0, 9117.0, 9150.0, 9130.0, 9163.0, 9173.0, 9116.0, 9169.0, 9109.0, 9154.0, 9169.0, 9127.0, 9165.0, 9107.0, 9157.0, 9161.0, 9122.0, 9154.0, 9113.0, 9144.0, 9168.0, 9127.0, 9147.0, 9112.0, 9142.0, 9111.0, 9141.0, 9127.0, 9134.0, 9176.0, 9151.0, 9156.0, 9150.0, 9188.0, 9159.0, 9206.0, 9154.0, 9136.0, 9144.0, 9101.0, 9158.0, 9095.0, 9129.0, 9168.0, 9083.0, 9135.0, 9098.0, 9127.0, 9096.0, 9115.0, 9135.0, 9085.0, 9131.0, 9078.0, 9094.0, 9081.0, 9101.0, 9122.0, 9098.0, 9129.0, 9104.0, 9083.0, 9136.0, 9080.0, 9126.0, 9089.0, 9102.0, 9122.0, 9092.0, 9123.0, 9122.0, 9083.0, 9140.0, 9077.0, 9109.0, 9060.0, 9083.0, 9115.0, 9096.0, 9131.0, 9129.0, 9091.0, 9125.0, 9104.0, 9128.0, 9102.0, 9135.0, 9130.0, 9108.0, 9147.0, 9104.0, 9118.0, 9139.0, 9098.0, 9132.0, 9107.0, 9128.0, 9143.0, 9086.0, 9124.0, 9076.0, 9099.0, 9137.0, 9100.0, 9131.0, 9096.0, 9104.0, 9138.0, 9096.0, 9107.0, 9101.0, 9116.0, 9096.0, 9103.0, 9146.0, 9106.0, 9156.0, 9136.0, 9098.0, 9124.0, 9078.0, 9097.0, 9131.0, 9092.0, 9127.0, 9096.0, 9084.0, 9121.0, 9081.0, 9111.0, 9129.0, 9081.0, 9107.0, 9074.0, 9084.0, 9134.0, 9094.0, 9134.0, 9140.0, 9087.0, 9127.0, 9103.0, 9130.0, 9086.0, 9122.0, 9139.0, 9097.0, 9129.0, 9136.0, 9102.0, 9143.0, 9082.0, 9113.0, 9135.0, 9078.0, 9112.0, 9065.0, 9084.0, 9141.0, 9081.0, 9113.0, 9156.0, 9104.0, 9131.0, 9083.0, 9099.0, 9083.0, 9110.0, 9153.0, 9131.0, 9140.0, 9118.0, 9124.0, 9147.0, 9105.0, 9136.0, 9157.0, 9105.0, 9150.0, 9087.0, 9107.0, 9144.0, 9087.0, 9116.0, 9123.0, 9086.0, 9128.0, 9089.0, 9107.0, 9142.0, 9107.0, 9152.0, 9085.0, 9121.0, 9090.0, 9110.0, 9147.0, 9123.0, 9140.0, 9130.0, 9105.0, 9164.0, 9104.0, 9118.0, 9143.0, 9086.0, 9130.0, 9108.0, 9087.0, 9138.0, 9081.0, 9119.0, 9169.0, 9106.0, 9153.0, 9095.0, 9113.0, 9091.0, 9098.0, 9092.0, 9142.0, 9116.0, 9109.0, 9163.0, 9103.0, 9119.0, 9157.0, 9087.0, 9143.0, 9094.0, 9095.0, 9143.0, 9063.0, 9118.0, 9079.0, 9131.0, 9099.0, 9125.0, 9100.0, 9129.0, 9119.0, 9084.0, 9133.0, 9089.0, 9113.0, 9130.0, 9066.0, 9142.0, 9089.0, 9077.0, 9125.0, 9079.0, 9091.0, 9056.0, 9079.0, 9116.0, 9067.0, 9107.0, 9086.0, 9117.0, 9104.0, 9111.0, 9155.0, 9108.0, 9139.0, 9141.0, 9107.0, 9149.0, 9102.0, 9126.0, 9161.0, 9116.0, 9142.0, 9082.0, 9105.0, 9151.0, 9098.0, 9130.0, 9118.0, 9083.0, 9134.0, 9100.0, 9139.0, 9094.0, 9112.0, 9134.0, 9079.0, 9122.0, 9076.0, 9082.0, 9147.0, 9088.0, 9129.0, 9078.0, 9083.0, 9121.0, 9076.0, 9096.0, 9136.0, 9084.0, 9123.0, 9080.0, 9108.0, 9083.0, 9098.0, 9131.0, 9084.0, 9141.0, 9092.0, 9084.0, 9132.0, 9085.0, 9124.0, 9076.0, 9098.0, 9136.0, 9095.0, 9122.0, 9073.0, 9097.0, 9156.0, 9091.0, 9143.0, 9117.0, 9129.0, 9088.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.0007787158243579121</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025019214001657002</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.13415006385575</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2214027838225539</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0029341175538964</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4694</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5578.1938</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09078399596170808</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.396851698425849</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2740194708701256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2707253094980535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.454092214217155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0972408888951684</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00633904</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01131276972591877</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017377886921167374</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.132200209302487</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>33.0907</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8446</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.1453</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303487.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>761.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8543</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.7065</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3342.9657</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3515.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73057.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4325.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.6306</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.94180934375618</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> |