=== 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-0061 --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-0061",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-01/func/sub-0061_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>d495d196d8504e8172117139808a0109</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>13:51:37.820000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997945, -0.0608871, 0.0199451, 0.0582402, 0.991807, 0.113698]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0786742</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7767, -7272, 585, -90, -154, -12, 59]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.122</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dc1de612-e954-47a9-9614-b8a9bee71cf9||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774144172668457, 0.15625421702861786, 0.07210192829370499, 101.62539672851562], [0.16335567831993103, 2.660945415496826, 0.3032171428203583, -110.36578369140625], [0.05351123586297035, -0.3050430417060852, 2.6819510459899902, -53.168033599853516], [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': ['135137.820000', '135138.280000', '135138.740000', '135139.200000', '135139.660000', '135140.120000', '135140.580000', '135141.040000', '135141.500000', '135141.960000', '135142.420000', '135142.880000', '135143.340000', '135143.800000', '135144.260000', '135144.720000', '135145.180000', '135145.640000', '135146.100000', '135146.560000', '135147.020000', '135147.480000', '135147.940000', '135148.400000', '135148.860000', '135149.320000', '135149.780000', '135150.240000', '135150.700000', '135151.160000', '135151.620000', '135152.080000', '135152.540000', '135153.000000', '135153.460000', '135153.920000', '135154.380000', '135154.840000', '135155.300000', '135155.760000', '135156.220000', '135156.680000', '135157.140000', '135157.600000', '135158.060000', '135158.520000', '135158.980000', '135159.440000', '135159.900000', '135200.360000', '135200.820000', '135201.280000', '135201.740000', '135202.200000', '135202.660000', '135203.120000', '135203.580000', '135204.040000', '135204.500000', '135204.960000', '135205.420000', '135205.880000', '135206.340000', '135206.800000', '135207.260000', '135207.720000', '135208.180000', '135208.640000', '135209.100000', '135209.560000', '135210.020000', '135210.480000', '135210.940000', '135211.400000', '135211.860000', '135212.320000', '135212.780000', '135213.240000', '135213.700000', '135214.160000', '135214.620000', '135215.080000', '135215.540000', '135216.000000', '135216.460000', '135216.920000', '135217.380000', '135217.840000', '135218.300000', '135218.760000', '135219.220000', '135219.680000', '135220.140000', '135220.600000', '135221.060000', '135221.520000', '135221.980000', '135222.440000', '135222.900000', '135223.360000', '135223.820000', '135224.280000', '135224.740000', '135225.200000', '135225.660000', '135226.120000', '135226.580000', '135227.040000', '135227.500000', '135227.960000', '135228.420000', '135228.880000', '135229.340000', '135229.800000', '135230.260000', '135230.720000', '135231.180000', '135231.640000', '135232.100000', '135232.560000', '135233.020000', '135233.480000', '135233.940000', '135234.400000', '135234.860000', '135235.320000', '135235.780000', '135236.240000', '135236.700000', '135237.160000', '135237.620000', '135238.080000', '135238.540000', '135239.000000', '135239.460000', '135239.920000', '135240.380000', '135240.840000', '135241.300000', '135241.760000', '135242.220000', '135242.680000', '135243.140000', '135243.600000', '135244.060000', '135244.520000', '135244.980000', '135245.440000', '135245.900000', '135246.360000', '135246.820000', '135247.280000', '135247.740000', '135248.200000', '135248.660000', '135249.120000', '135249.580000', '135250.040000', '135250.500000', '135250.960000', '135251.420000', '135251.880000', '135252.340000', '135252.800000', '135253.260000', '135253.720000', '135254.180000', '135254.640000', '135255.100000', '135255.560000', '135256.020000', '135256.480000', '135256.940000', '135257.400000', '135257.860000', '135258.320000', '135258.780000', '135259.240000', '135259.700000', '135300.160000', '135300.620000', '135301.080000', '135301.540000', '135302.000000', '135302.460000', '135302.920000', '135303.380000', '135303.840000', '135304.300000', '135304.760000', '135305.220000', '135305.680000', '135306.140000', '135306.600000', '135307.060000', '135307.520000', '135307.980000', '135308.440000', '135308.900000', '135309.360000', '135309.820000', '135310.280000', '135310.740000', '135311.200000', '135311.660000', '135312.120000', '135312.580000', '135313.040000', '135313.500000', '135313.960000', '135314.420000', '135314.880000', '135315.340000', '135315.800000', '135316.260000', '135316.720000', '135317.180000', '135317.640000', '135318.100000', '135318.560000', '135319.020000', '135319.480000', '135319.940000', '135320.400000', '135320.860000', '135321.320000', '135321.780000', '135322.240000', '135322.700000', '135323.160000', '135323.620000', '135324.080000', '135324.540000', '135325.000000', '135325.460000', '135325.920000', '135326.380000', '135326.840000', '135327.300000', '135327.760000', '135328.220000', '135328.680000', '135329.140000', '135329.600000', '135330.060000', '135330.520000', '135330.980000', '135331.440000', '135331.900000', '135332.360000', '135332.820000', '135333.280000', '135333.740000', '135334.200000', '135334.660000', '135335.120000', '135335.580000', '135336.040000', '135336.500000', '135336.960000', '135337.420000', '135337.880000', '135338.340000', '135338.800000', '135339.260000', '135339.720000', '135340.180000', '135340.640000', '135341.100000', '135341.560000', '135342.020000', '135342.480000', '135342.940000', '135343.400000', '135343.860000', '135344.320000', '135344.780000', '135345.240000', '135345.700000', '135346.160000', '135346.620000', '135347.080000', '135347.540000', '135348.000000', '135348.460000', '135348.920000', '135349.380000', '135349.840000', '135350.300000', '135350.760000', '135351.220000', '135351.680000', '135352.140000', '135352.600000', '135353.060000', '135353.520000', '135353.980000', '135354.440000', '135354.900000', '135355.360000', '135355.820000', '135356.280000', '135356.740000', '135357.200000', '135357.660000', '135358.120000', '135358.580000', '135359.040000', '135359.500000', '135359.960000', '135400.420000', '135400.880000', '135401.340000', '135401.800000', '135402.260000', '135402.720000', '135403.180000', '135403.640000', '135404.100000', '135404.560000', '135405.020000', '135405.480000', '135405.940000', '135406.400000', '135406.860000', '135407.320000', '135407.780000', '135408.240000', '135408.700000', '135409.160000', '135409.620000', '135410.080000', '135410.540000', '135411.000000', '135411.460000', '135411.920000', '135412.380000', '135412.840000', '135413.300000', '135413.760000', '135414.220000', '135414.680000', '135415.140000', '135415.600000', '135416.060000', '135416.520000', '135416.980000', '135417.440000', '135417.900000', '135418.360000', '135418.820000', '135419.280000', '135419.740000', '135420.200000', '135420.660000', '135421.120000', '135421.580000', '135422.040000', '135422.500000', '135422.960000', '135423.420000', '135423.880000', '135424.340000', '135424.800000', '135425.260000', '135425.720000', '135426.180000', '135426.640000', '135427.100000', '135427.560000', '135428.020000', '135428.480000', '135428.940000', '135429.400000', '135429.860000', '135430.320000', '135430.780000', '135431.240000', '135431.700000', '135432.160000', '135432.620000', '135433.080000', '135433.540000', '135434.000000', '135434.460000', '135434.920000', '135435.380000', '135435.840000', '135436.300000', '135436.760000', '135437.220000', '135437.680000', '135438.140000', '135438.600000', '135439.060000', '135439.520000', '135439.980000', '135440.440000', '135440.900000', '135441.360000', '135441.820000', '135442.280000', '135442.740000', '135443.200000', '135443.660000', '135444.120000', '135444.580000', '135445.040000', '135445.500000', '135445.960000', '135446.420000', '135446.880000', '135447.340000', '135447.800000', '135448.260000', '135448.720000', '135449.180000', '135449.640000', '135450.100000', '135450.560000', '135451.020000', '135451.480000', '135451.940000', '135452.400000', '135452.860000', '135453.320000', '135453.780000', '135454.240000', '135454.700000', '135455.160000', '135455.620000', '135456.080000', '135456.540000', '135457.000000', '135457.460000', '135457.920000', '135458.380000', '135458.840000', '135459.300000', '135459.760000', '135500.220000', '135500.680000', '135501.140000', '135501.600000', '135502.060000', '135502.520000', '135502.980000', '135503.440000', '135503.900000', '135504.360000', '135504.820000', '135505.280000', '135505.740000', '135506.200000', '135506.660000', '135507.120000', '135507.580000', '135508.040000', '135508.500000', '135508.960000', '135509.420000', '135509.880000', '135510.340000', '135510.800000', '135511.260000', '135511.720000', '135512.180000', '135512.640000', '135513.100000', '135513.560000', '135514.020000', '135514.480000', '135514.940000', '135515.400000', '135515.860000', '135516.320000', '135516.780000', '135517.240000', '135517.700000', '135518.160000', '135518.620000', '135519.080000', '135519.540000', '135520.000000', '135520.460000', '135520.920000', '135521.380000', '135521.840000', '135522.300000', '135522.760000', '135523.220000', '135523.680000', '135524.140000', '135524.600000', '135525.060000', '135525.520000', '135525.980000', '135526.440000', '135526.900000', '135527.360000', '135527.820000', '135528.280000', '135528.740000', '135529.200000', '135529.660000', '135530.120000', '135530.580000', '135531.040000', '135531.500000', '135531.960000', '135532.420000', '135532.880000', '135533.340000', '135533.800000', '135534.260000', '135534.720000', '135535.180000', '135535.640000', '135536.100000', '135536.560000', '135537.020000', '135537.480000', '135537.940000', '135538.400000', '135538.860000', '135539.320000', '135539.780000', '135540.240000', '135540.700000', '135541.160000', '135541.620000', '135542.080000', '135542.540000', '135543.000000', '135543.460000', '135543.920000', '135544.380000', '135544.840000', '135545.300000', '135545.760000', '135546.220000', '135546.680000', '135547.140000', '135547.600000', '135548.060000', '135548.520000', '135548.980000', '135549.440000', '135549.900000', '135550.360000', '135550.820000', '135551.280000', '135551.740000', '135552.200000', '135552.660000', '135553.120000', '135553.580000', '135554.040000', '135554.500000', '135554.960000', '135555.420000', '135555.880000', '135556.340000', '135556.800000', '135557.260000', '135557.720000', '135558.180000', '135558.640000', '135559.100000', '135559.560000', '135600.020000', '135600.480000', '135600.940000', '135601.400000', '135601.860000', '135602.320000', '135602.780000', '135603.240000', '135603.700000', '135604.160000', '135604.620000', '135605.080000', '135605.540000', '135606.000000', '135606.460000', '135606.920000', '135607.380000', '135607.840000', '135608.300000', '135608.760000', '135609.220000', '135609.680000', '135610.140000', '135610.600000', '135611.060000', '135611.520000', '135611.980000', '135612.440000', '135612.900000', '135613.360000', '135613.820000', '135614.280000', '135614.740000', '135615.200000', '135615.660000', '135616.120000', '135616.580000', '135617.040000', '135617.500000', '135617.960000', '135618.420000', '135618.880000', '135619.340000', '135619.800000', '135620.260000', '135620.720000', '135621.180000', '135621.640000', '135622.100000', '135622.560000', '135623.020000', '135623.480000', '135623.940000', '135624.400000', '135624.860000', '135625.320000', '135625.780000', '135626.240000', '135626.700000', '135627.160000', '135627.620000', '135628.080000', '135628.540000', '135629.000000', '135629.460000', '135629.920000', '135630.380000', '135630.840000', '135631.300000', '135631.760000', '135632.220000', '135632.680000', '135633.140000', '135633.600000', '135634.060000', '135634.520000', '135634.980000', '135635.440000', '135635.900000', '135636.360000', '135636.820000', '135637.280000', '135637.740000', '135638.200000', '135638.660000', '135639.120000', '135639.580000', '135640.040000', '135640.500000', '135640.960000', '135641.420000', '135641.880000', '135642.340000', '135642.800000', '135643.260000', '135643.720000', '135644.180000', '135644.640000', '135645.100000', '135645.560000', '135646.020000', '135646.480000', '135646.940000', '135647.400000', '135647.860000', '135648.320000', '135648.780000', '135649.240000', '135649.700000', '135650.160000', '135650.620000', '135651.080000', '135651.540000', '135652.000000', '135652.460000', '135652.920000', '135653.380000', '135653.840000', '135654.300000', '135654.760000', '135655.220000', '135655.680000', '135656.140000', '135656.600000', '135657.060000', '135657.520000', '135657.980000', '135658.440000', '135658.900000', '135659.360000', '135659.820000', '135700.280000', '135700.740000', '135701.200000', '135701.660000', '135702.120000', '135702.580000', '135703.040000', '135703.500000', '135703.960000', '135704.420000', '135704.880000', '135705.340000', '135705.800000', '135706.260000', '135706.720000', '135707.180000', '135707.640000', '135708.100000', '135708.560000', '135709.020000', '135709.480000', '135709.940000', '135710.400000', '135710.860000', '135711.320000', '135711.780000', '135712.240000', '135712.700000', '135713.160000', '135713.620000', '135714.080000', '135714.540000', '135715.000000', '135715.460000', '135715.920000', '135716.380000', '135716.840000', '135717.300000', '135717.760000', '135718.220000', '135718.680000', '135719.140000', '135719.600000', '135720.060000', '135720.520000', '135720.980000', '135721.440000', '135721.900000', '135722.360000', '135722.820000', '135723.280000', '135723.740000', '135724.200000', '135724.660000', '135725.120000', '135725.580000', '135726.040000', '135726.500000', '135726.960000', '135727.420000', '135727.880000', '135728.340000', '135728.800000', '135729.260000', '135729.720000', '135730.180000', '135730.640000', '135731.100000', '135731.560000', '135732.020000', '135732.480000', '135732.940000', '135733.400000', '135733.860000', '135734.320000', '135734.780000', '135735.240000', '135735.700000', '135736.160000', '135736.620000', '135737.080000', '135737.540000', '135738.000000', '135738.460000', '135738.920000', '135739.380000', '135739.840000', '135740.300000', '135740.760000', '135741.220000', '135741.680000', '135742.140000', '135742.600000', '135743.060000', '135743.520000', '135743.980000', '135744.440000', '135744.900000', '135745.360000', '135745.820000', '135746.280000', '135746.740000', '135747.200000', '135747.660000', '135748.120000', '135748.580000', '135749.040000', '135749.500000', '135749.960000', '135750.420000', '135750.880000', '135751.340000', '135751.800000', '135752.260000', '135752.720000', '135753.180000', '135753.640000', '135754.100000', '135754.560000', '135755.020000', '135755.480000', '135755.940000', '135756.400000', '135756.860000', '135757.320000', '135757.780000', '135758.240000', '135758.700000', '135759.160000', '135759.620000', '135800.080000', '135800.540000', '135801.000000', '135801.460000', '135801.920000', '135802.380000', '135802.840000', '135803.300000', '135803.760000', '135804.220000', '135804.680000', '135805.140000', '135805.600000', '135806.060000', '135806.520000', '135806.980000', '135807.440000', '135807.900000', '135808.360000', '135808.820000', '135809.280000', '135809.740000', '135810.200000', '135810.660000', '135811.120000', '135811.580000', '135812.040000', '135812.500000', '135812.960000', '135813.420000', '135813.880000', '135814.340000', '135814.800000', '135815.260000', '135815.720000', '135816.180000', '135816.640000', '135817.100000', '135817.560000', '135818.020000', '135818.480000', '135818.940000', '135819.400000', '135819.860000', '135820.320000', '135820.780000', '135821.240000', '135821.700000', '135822.160000', '135822.620000', '135823.080000', '135823.540000', '135824.000000', '135824.460000', '135824.920000', '135825.380000', '135825.840000', '135826.300000', '135826.760000', '135827.220000', '135827.680000', '135828.140000', '135828.600000', '135829.060000', '135829.520000', '135829.980000', '135830.440000', '135830.900000', '135831.360000', '135831.820000', '135832.280000', '135832.740000', '135833.200000', '135833.660000', '135834.120000', '135834.580000', '135835.040000', '135835.500000', '135835.960000', '135836.420000', '135836.880000', '135837.340000', '135837.800000', '135838.260000', '135838.720000', '135839.180000', '135839.640000', '135840.100000', '135840.560000', '135841.020000', '135841.480000', '135841.940000', '135842.400000', '135842.860000', '135843.320000', '135843.780000', '135844.240000', '135844.700000', '135845.160000', '135845.620000', '135846.080000', '135846.540000', '135847.000000', '135847.460000', '135847.920000', '135848.380000', '135848.840000', '135849.300000', '135849.760000', '135850.220000', '135850.680000', '135851.140000', '135851.600000', '135852.060000', '135852.520000', '135852.980000', '135853.440000', '135853.900000', '135854.360000', '135854.820000', '135855.280000', '135855.740000', '135856.200000', '135856.660000', '135857.120000', '135857.580000', '135858.040000', '135858.500000', '135858.960000', '135859.420000', '135859.880000', '135900.340000', '135900.800000', '135901.260000', '135901.720000', '135902.180000', '135902.640000', '135903.100000', '135903.560000', '135904.020000', '135904.480000', '135904.940000', '135905.400000', '135905.860000', '135906.320000', '135906.780000', '135907.240000', '135907.700000', '135908.160000', '135908.620000', '135909.080000', '135909.540000', '135910.000000', '135910.460000', '135910.920000', '135911.380000', '135911.840000', '135912.300000', '135912.760000', '135913.220000', '135913.680000', '135914.140000', '135914.600000', '135915.060000', '135915.520000', '135915.980000', '135916.440000', '135916.900000', '135917.360000', '135917.820000', '135918.280000', '135918.740000', '135919.200000', '135919.660000', '135920.120000', '135920.580000', '135921.040000', '135921.500000', '135921.960000', '135922.420000', '135922.880000', '135923.340000', '135923.800000', '135924.260000', '135924.720000', '135925.180000', '135925.640000', '135926.100000', '135926.560000', '135927.020000', '135927.480000', '135927.940000', '135928.400000', '135928.860000', '135929.320000', '135929.780000', '135930.240000', '135930.700000', '135931.160000', '135931.620000', '135932.080000', '135932.540000', '135933.000000', '135933.460000', '135933.920000', '135934.380000', '135934.840000', '135935.300000', '135935.760000', '135936.220000', '135936.680000', '135937.140000', '135937.600000', '135938.060000', '135938.520000', '135938.980000', '135939.440000', '135939.900000', '135940.360000', '135940.820000', '135941.280000', '135941.740000', '135942.200000', '135942.660000', '135943.120000', '135943.580000', '135944.040000', '135944.500000', '135944.960000', '135945.420000', '135945.880000', '135946.340000', '135946.800000', '135947.260000', '135947.720000', '135948.180000', '135948.640000', '135949.100000', '135949.560000', '135950.020000', '135950.480000', '135950.940000', '135951.400000', '135951.860000', '135952.320000', '135952.780000', '135953.240000', '135953.700000', '135954.160000', '135954.620000', '135955.080000', '135955.540000', '135956.000000', '135956.460000', '135956.920000', '135957.380000', '135957.840000', '135958.300000', '135958.760000', '135959.220000', '135959.680000', '140000.140000', '140000.600000', '140001.060000', '140001.520000', '140001.980000', '140002.440000', '140002.900000', '140003.360000', '140003.820000', '140004.280000', '140004.740000', '140005.200000', '140005.660000', '140006.120000', '140006.580000', '140007.040000', '140007.500000', '140007.960000', '140008.420000', '140008.880000', '140009.340000', '140009.800000', '140010.260000', '140010.720000', '140011.180000', '140011.640000', '140012.100000', '140012.560000', '140013.020000', '140013.480000', '140013.940000', '140014.400000', '140014.860000', '140015.320000', '140015.780000', '140016.240000', '140016.700000', '140017.160000', '140017.620000', '140018.080000', '140018.540000', '140019.000000', '140019.460000', '140019.920000', '140020.380000', '140020.840000', '140021.300000', '140021.760000', '140022.220000', '140022.680000', '140023.140000', '140023.600000', '140024.060000', '140024.520000', '140024.980000', '140025.440000', '140025.900000', '140026.360000', '140026.820000', '140027.280000', '140027.740000', '140028.200000', '140028.660000', '140029.120000', '140029.580000', '140030.040000', '140030.500000', '140030.960000', '140031.420000', '140031.880000', '140032.340000', '140032.800000', '140033.260000', '140033.720000', '140034.180000', '140034.640000', '140035.100000', '140035.560000', '140036.020000', '140036.480000', '140036.940000', '140037.400000', '140037.860000', '140038.320000', '140038.780000', '140039.240000', '140039.700000', '140040.160000', '140040.620000', '140041.080000', '140041.540000', '140042.000000', '140042.460000', '140042.920000', '140043.380000', '140043.840000', '140044.300000', '140044.760000', '140045.220000', '140045.680000', '140046.140000', '140046.600000', '140047.060000', '140047.520000', '140047.980000', '140048.440000', '140048.900000', '140049.360000', '140049.820000', '140050.280000', '140050.740000', '140051.200000', '140051.660000', '140052.120000', '140052.580000', '140053.040000', '140053.500000'], 'ContentTime': ['135154.818000', '135154.821000', '135154.824000', '135154.827000', '135154.829000', '135154.832000', '135154.834000', '135154.837000', '135154.840000', '135154.843000', '135154.846000', '135154.849000', '135154.852000', '135154.854000', '135154.869000', '135154.872000', '135154.874000', '135154.877000', '135154.879000', '135154.882000', '135154.884000', '135154.887000', '135154.889000', '135154.892000', '135154.895000', '135154.897000', '135154.900000', '135154.902000', '135154.905000', '135154.908000', '135154.910000', '135154.913000', '135154.915000', '135154.918000', '135214.771000', '135214.774000', '135214.777000', '135214.779000', '135214.782000', '135214.784000', '135214.787000', '135214.797000', '135214.799000', '135214.802000', '135214.805000', '135214.807000', '135214.810000', '135214.812000', '135214.815000', '135214.817000', '135214.820000', '135214.822000', '135214.825000', '135214.828000', '135214.830000', '135214.833000', '135214.835000', '135214.838000', '135214.841000', '135214.843000', '135214.846000', '135214.848000', '135214.851000', '135214.853000', '135214.856000', '135214.858000', '135214.861000', '135214.864000', '135214.866000', '135214.869000', '135214.871000', '135214.874000', '135214.876000', '135214.879000', '135214.882000', '135214.884000', '135214.887000', '135214.889000', '135234.771000', '135234.774000', '135234.777000', '135234.779000', '135234.782000', '135234.785000', '135234.787000', '135234.790000', '135234.792000', '135234.795000', '135234.798000', '135234.800000', '135234.803000', '135234.805000', '135234.808000', '135234.810000', '135234.813000', '135234.816000', '135234.818000', '135234.821000', '135234.824000', '135234.826000', '135234.829000', '135234.831000', '135234.834000', '135234.837000', '135234.839000', '135234.842000', '135234.844000', '135234.847000', '135234.849000', '135234.852000', '135234.855000', '135234.857000', '135234.860000', '135234.863000', '135234.865000', '135234.868000', '135234.870000', '135234.873000', '135234.875000', '135234.878000', '135234.881000', '135254.772000', '135254.775000', '135254.778000', '135254.780000', '135254.783000', '135254.785000', '135254.788000', '135254.791000', '135254.793000', '135254.796000', '135254.798000', '135254.801000', '135254.804000', '135254.806000', '135254.809000', '135254.811000', '135254.814000', '135254.816000', '135254.819000', '135254.822000', '135254.824000', '135254.827000', '135254.829000', '135254.832000', '135254.835000', '135254.837000', '135254.840000', '135254.842000', '135254.845000', '135254.848000', '135254.850000', '135254.853000', '135254.855000', '135254.858000', '135254.861000', '135254.863000', '135254.866000', '135254.868000', '135254.871000', '135254.874000', '135254.876000', '135254.879000', '135254.881000', '135254.884000', '135314.772000', '135314.775000', '135314.778000', '135314.781000', '135314.783000', '135314.786000', '135314.788000', '135314.791000', '135314.794000', '135314.797000', '135314.799000', '135314.802000', '135314.804000', '135314.807000', '135314.810000', '135314.812000', '135314.815000', '135314.817000', '135314.820000', '135314.823000', '135314.825000', '135314.828000', '135314.831000', '135314.833000', '135314.836000', '135314.838000', '135314.841000', '135314.843000', '135314.846000', '135314.849000', '135314.851000', '135314.854000', '135314.856000', '135314.859000', '135314.862000', '135314.864000', '135314.867000', '135314.869000', '135314.872000', '135314.874000', '135314.877000', '135314.880000', '135314.882000', '135334.773000', '135334.776000', '135334.778000', '135334.788000', '135334.790000', '135334.793000', '135334.796000', '135334.798000', '135334.801000', '135334.803000', '135334.806000', '135334.809000', '135334.811000', '135334.814000', '135334.816000', '135334.819000', '135334.822000', '135334.824000', '135334.827000', '135334.829000', '135334.832000', '135334.835000', '135334.837000', '135334.840000', '135334.842000', '135334.845000', '135334.847000', '135334.850000', '135334.853000', '135334.855000', '135334.858000', '135334.861000', '135334.864000', '135334.866000', '135334.869000', '135334.871000', '135334.874000', '135334.876000', '135334.879000', '135334.882000', '135334.884000', '135334.887000', '135334.889000', '135334.892000', '135354.772000', '135354.775000', '135354.778000', '135354.780000', '135354.783000', '135354.786000', '135354.788000', '135354.791000', '135354.793000', '135354.796000', '135354.799000', '135354.801000', '135354.804000', '135354.806000', '135354.809000', '135354.811000', '135354.814000', '135354.817000', '135354.819000', '135354.822000', '135354.824000', '135354.827000', '135354.830000', '135354.832000', '135354.835000', '135354.837000', '135354.840000', '135354.843000', '135354.845000', '135354.848000', '135354.850000', '135354.853000', '135354.856000', '135354.858000', '135354.861000', '135354.863000', '135354.866000', '135354.869000', '135354.871000', '135354.874000', '135354.876000', '135354.879000', '135354.881000', '135414.771000', '135414.774000', '135414.777000', '135414.780000', '135414.782000', '135414.785000', '135414.787000', '135414.790000', '135414.793000', '135414.795000', '135414.798000', '135414.800000', '135414.803000', '135414.805000', '135414.808000', '135414.811000', '135414.813000', '135414.816000', '135414.818000', '135414.821000', '135414.824000', '135414.826000', '135414.829000', '135414.831000', '135414.834000', '135414.836000', '135414.839000', '135414.842000', '135414.844000', '135414.847000', '135414.849000', '135414.852000', '135414.855000', '135414.857000', '135414.860000', '135414.862000', '135414.865000', '135414.867000', '135414.870000', '135414.873000', '135414.875000', '135414.878000', '135414.881000', '135414.883000', '135434.771000', '135434.774000', '135434.777000', '135434.779000', '135434.782000', '135434.785000', '135434.787000', '135434.790000', '135434.792000', '135434.795000', '135434.798000', '135434.800000', '135434.803000', '135434.806000', '135434.808000', '135434.811000', '135434.814000', '135434.816000', '135434.819000', '135434.821000', '135434.824000', '135434.826000', '135434.829000', '135434.832000', '135434.834000', '135434.837000', '135434.839000', '135434.842000', '135434.845000', '135434.847000', '135434.850000', '135434.852000', '135434.855000', '135434.858000', '135434.860000', '135434.863000', '135434.865000', '135434.868000', '135434.871000', '135434.873000', '135434.876000', '135434.878000', '135434.881000', '135454.771000', '135454.774000', '135454.777000', '135454.780000', '135454.782000', '135454.785000', '135454.788000', '135454.790000', '135454.793000', '135454.797000', '135454.799000', '135454.802000', '135454.804000', '135454.807000', '135454.810000', '135454.812000', '135454.815000', '135454.818000', '135454.820000', '135454.823000', '135454.826000', '135454.828000', '135454.831000', '135454.833000', '135454.836000', '135454.838000', '135454.841000', '135454.844000', '135454.846000', '135454.849000', '135454.851000', '135454.854000', '135454.857000', '135454.859000', '135454.862000', '135454.865000', '135454.867000', '135454.870000', '135454.873000', '135454.875000', '135454.878000', '135454.880000', '135454.883000', '135454.897000', '135514.773000', '135514.776000', '135514.778000', '135514.781000', '135514.784000', '135514.786000', '135514.789000', '135514.791000', '135514.794000', '135514.797000', '135514.799000', '135514.802000', '135514.805000', '135514.807000', '135514.810000', '135514.813000', '135514.815000', '135514.818000', '135514.820000', '135514.823000', '135514.825000', '135514.828000', '135514.831000', '135514.833000', '135514.836000', '135514.838000', '135514.841000', '135514.844000', '135514.846000', '135514.849000', '135514.851000', '135514.854000', '135514.857000', '135514.859000', '135514.862000', '135514.864000', '135514.867000', '135514.870000', '135514.872000', '135514.875000', '135514.877000', '135514.880000', '135514.883000', '135534.773000', '135534.775000', '135534.778000', '135534.781000', '135534.783000', '135534.786000', '135534.789000', '135534.791000', '135534.794000', '135534.797000', '135534.799000', '135534.802000', '135534.805000', '135534.807000', '135534.810000', '135534.813000', '135534.815000', '135534.818000', '135534.821000', '135534.823000', '135534.826000', '135534.828000', '135534.831000', '135534.833000', '135534.836000', '135534.839000', '135534.841000', '135534.844000', '135534.847000', '135534.849000', '135534.852000', '135534.854000', '135534.857000', '135534.860000', '135534.862000', '135534.865000', '135534.868000', '135534.870000', '135534.873000', '135534.875000', '135534.878000', '135534.881000', '135534.883000', '135534.886000', '135554.773000', '135554.775000', '135554.778000', '135554.781000', '135554.783000', '135554.786000', '135554.789000', '135554.791000', '135554.794000', '135554.804000', '135554.807000', '135554.810000', '135554.812000', '135554.815000', '135554.817000', '135554.820000', '135554.823000', '135554.825000', '135554.828000', '135554.831000', '135554.833000', '135554.836000', '135554.838000', '135554.841000', '135554.843000', '135554.846000', '135554.849000', '135554.851000', '135554.854000', '135554.857000', '135554.859000', '135554.862000', '135554.864000', '135554.867000', '135554.869000', '135554.872000', '135554.875000', '135554.877000', '135554.880000', '135554.882000', '135554.885000', '135554.888000', '135554.890000', '135614.772000', '135614.775000', '135614.778000', '135614.781000', '135614.783000', '135614.786000', '135614.789000', '135614.791000', '135614.794000', '135614.796000', '135614.799000', '135614.803000', '135614.805000', '135614.808000', '135614.811000', '135614.813000', '135614.816000', '135614.818000', '135614.821000', '135614.824000', '135614.826000', '135614.829000', '135614.831000', '135614.834000', '135614.837000', '135614.840000', '135614.842000', '135614.845000', '135614.847000', '135614.850000', '135614.853000', '135614.855000', '135614.858000', '135614.861000', '135614.863000', '135614.866000', '135614.869000', '135614.871000', '135614.874000', '135614.876000', '135614.879000', '135614.882000', '135614.884000', '135614.887000', '135634.771000', '135634.774000', '135634.777000', '135634.780000', '135634.782000', '135634.785000', '135634.788000', '135634.790000', '135634.793000', '135634.806000', '135634.808000', '135634.811000', '135634.813000', '135634.816000', '135634.819000', '135634.821000', '135634.824000', '135634.826000', '135634.829000', '135634.832000', '135634.834000', '135634.837000', '135634.839000', '135634.842000', '135634.845000', '135634.847000', '135634.850000', '135634.853000', '135634.855000', '135634.858000', '135634.861000', '135634.863000', '135634.866000', '135634.868000', '135634.871000', '135634.874000', '135634.876000', '135634.879000', '135634.882000', '135634.884000', '135634.887000', '135634.889000', '135634.892000', '135654.771000', '135654.774000', '135654.777000', '135654.780000', '135654.782000', '135654.785000', '135654.788000', '135654.790000', '135654.793000', '135654.795000', '135654.798000', '135654.801000', '135654.803000', '135654.806000', '135654.809000', '135654.811000', '135654.814000', '135654.817000', '135654.819000', '135654.822000', '135654.824000', '135654.827000', '135654.830000', '135654.832000', '135654.835000', '135654.838000', '135654.840000', '135654.843000', '135654.845000', '135654.848000', '135654.851000', '135654.853000', '135654.856000', '135654.858000', '135654.861000', '135654.864000', '135654.866000', '135654.869000', '135654.871000', '135654.874000', '135654.877000', '135654.879000', '135654.882000', '135714.773000', '135714.775000', '135714.778000', '135714.781000', '135714.783000', '135714.786000', '135714.789000', '135714.791000', '135714.794000', '135714.797000', '135714.799000', '135714.802000', '135714.805000', '135714.807000', '135714.810000', '135714.813000', '135714.815000', '135714.818000', '135714.821000', '135714.823000', '135714.826000', '135714.828000', '135714.831000', '135714.834000', '135714.836000', '135714.839000', '135714.842000', '135714.844000', '135714.847000', '135714.849000', '135714.852000', '135714.855000', '135714.857000', '135714.860000', '135714.863000', '135714.865000', '135714.868000', '135714.870000', '135714.873000', '135714.876000', '135714.878000', '135714.881000', '135714.883000', '135714.886000', '135734.772000', '135734.775000', '135734.778000', '135734.781000', '135734.783000', '135734.786000', '135734.789000', '135734.791000', '135734.794000', '135734.796000', '135734.799000', '135734.802000', '135734.804000', '135734.807000', '135734.810000', '135734.813000', '135734.825000', '135734.828000', '135734.831000', '135734.833000', '135734.836000', '135734.838000', '135734.841000', '135734.844000', '135734.847000', '135734.850000', '135734.852000', '135734.855000', '135734.857000', '135734.860000', '135734.863000', '135734.865000', '135734.868000', '135734.870000', '135734.873000', '135734.875000', '135734.878000', '135734.881000', '135734.883000', '135734.886000', '135734.889000', '135734.891000', '135734.894000', '135754.772000', '135754.775000', '135754.778000', '135754.781000', '135754.783000', '135754.786000', '135754.788000', '135754.791000', '135754.794000', '135754.796000', '135754.799000', '135754.801000', '135754.804000', '135754.807000', '135754.809000', '135754.812000', '135754.815000', '135754.817000', '135754.820000', '135754.822000', '135754.825000', '135754.839000', '135754.841000', '135754.844000', '135754.846000', '135754.849000', '135754.852000', '135754.854000', '135754.857000', '135754.859000', '135754.862000', '135754.865000', '135754.867000', '135754.870000', '135754.872000', '135754.875000', '135754.878000', '135754.880000', '135754.883000', '135754.885000', '135754.888000', '135754.891000', '135754.893000', '135754.896000', '135814.773000', '135814.775000', '135814.778000', '135814.781000', '135814.783000', '135814.786000', '135814.788000', '135814.791000', '135814.794000', '135814.796000', '135814.799000', '135814.801000', '135814.804000', '135814.807000', '135814.809000', '135814.812000', '135814.814000', '135814.817000', '135814.820000', '135814.822000', '135814.825000', '135814.827000', '135814.830000', '135814.832000', '135814.835000', '135814.838000', '135814.840000', '135814.843000', '135814.846000', '135814.848000', '135814.851000', '135814.854000', '135814.856000', '135814.859000', '135814.861000', '135814.864000', '135814.867000', '135814.869000', '135814.872000', '135814.875000', '135814.877000', '135814.880000', '135814.882000', '135814.885000', '135834.773000', '135834.775000', '135834.778000', '135834.781000', '135834.783000', '135834.786000', '135834.788000', '135834.791000', '135834.794000', '135834.796000', '135834.799000', '135834.801000', '135834.804000', '135834.807000', '135834.810000', '135834.812000', '135834.815000', '135834.817000', '135834.820000', '135834.823000', '135834.825000', '135834.828000', '135834.830000', '135834.833000', '135834.835000', '135834.838000', '135834.841000', '135834.843000', '135834.846000', '135834.848000', '135834.851000', '135834.854000', '135834.856000', '135834.859000', '135834.862000', '135834.864000', '135834.867000', '135834.869000', '135834.872000', '135834.875000', '135834.877000', '135834.880000', '135834.883000', '135854.772000', '135854.775000', '135854.777000', '135854.780000', '135854.783000', '135854.785000', '135854.788000', '135854.790000', '135854.793000', '135854.796000', '135854.798000', '135854.801000', '135854.803000', '135854.806000', '135854.809000', '135854.811000', '135854.814000', '135854.816000', '135854.819000', '135854.822000', '135854.825000', '135854.827000', '135854.830000', '135854.832000', '135854.835000', '135854.838000', '135854.840000', '135854.843000', '135854.846000', '135854.848000', '135854.851000', '135854.854000', '135854.856000', '135854.859000', '135854.862000', '135854.864000', '135854.867000', '135854.869000', '135854.872000', '135854.875000', '135854.877000', '135854.880000', '135854.884000', '135914.772000', '135914.775000', '135914.777000', '135914.780000', '135914.782000', '135914.785000', '135914.788000', '135914.790000', '135914.793000', '135914.796000', '135914.798000', '135914.801000', '135914.803000', '135914.806000', '135914.809000', '135914.811000', '135914.814000', '135914.816000', '135914.819000', '135914.822000', '135914.824000', '135914.827000', '135914.829000', '135914.832000', '135914.835000', '135914.837000', '135914.840000', '135914.842000', '135914.845000', '135914.848000', '135914.850000', '135914.853000', '135914.873000', '135914.876000', '135914.879000', '135914.881000', '135914.884000', '135914.886000', '135914.889000', '135914.892000', '135914.894000', '135914.897000', '135914.900000', '135914.902000', '135934.773000', '135934.775000', '135934.778000', '135934.781000', '135934.783000', '135934.786000', '135934.789000', '135934.791000', '135934.794000', '135934.797000', '135934.799000', '135934.802000', '135934.805000', '135934.807000', '135934.810000', '135934.812000', '135934.815000', '135934.818000', '135934.820000', '135934.823000', '135934.826000', '135934.828000', '135934.831000', '135934.833000', '135934.836000', '135934.839000', '135934.841000', '135934.844000', '135934.847000', '135934.849000', '135934.852000', '135934.855000', '135934.857000', '135934.860000', '135934.863000', '135934.865000', '135934.868000', '135934.870000', '135934.873000', '135934.876000', '135934.878000', '135934.881000', '135934.883000', '135954.773000', '135954.775000', '135954.778000', '135954.781000', '135954.783000', '135954.786000', '135954.789000', '135954.791000', '135954.794000', '135954.796000', '135954.799000', '135954.802000', '135954.804000', '135954.807000', '135954.809000', '135954.812000', '135954.815000', '135954.817000', '135954.820000', '135954.822000', '135954.825000', '135954.828000', '135954.830000', '135954.833000', '135954.835000', '135954.838000', '135954.840000', '135954.843000', '135954.846000', '135954.848000', '135954.851000', '135954.854000', '135954.856000', '135954.859000', '135954.861000', '135954.864000', '135954.867000', '135954.869000', '135954.872000', '135954.874000', '135954.877000', '135954.880000', '135954.882000', '135954.885000', '140014.773000', '140014.776000', '140014.778000', '140014.781000', '140014.784000', '140014.786000', '140014.789000', '140014.791000', '140014.794000', '140014.796000', '140014.799000', '140014.802000', '140014.804000', '140014.807000', '140014.809000', '140014.812000', '140014.815000', '140014.817000', '140014.820000', '140014.822000', '140014.825000', '140014.828000', '140014.830000', '140014.833000', '140014.835000', '140014.838000', '140014.841000', '140014.843000', '140014.846000', '140014.849000', '140014.851000', '140014.854000', '140014.856000', '140014.859000', '140014.862000', '140014.865000', '140014.868000', '140014.870000', '140014.873000', '140014.876000', '140014.878000', '140014.881000', '140014.884000', '140034.773000', '140034.776000', '140034.779000', '140034.782000', '140034.784000', '140034.787000', '140034.790000', '140034.792000', '140034.795000', '140034.797000', '140034.800000', '140034.802000', '140034.805000', '140034.808000', '140034.810000', '140034.813000', '140034.815000', '140034.818000', '140034.821000', '140034.823000', '140034.826000', '140034.828000', '140034.831000', '140034.834000', '140034.836000', '140034.839000', '140034.841000', '140034.844000', '140034.857000', '140034.860000', '140034.862000', '140034.865000', '140034.867000', '140034.870000', '140034.873000', '140034.875000', '140034.878000', '140034.881000', '140034.883000', '140034.886000', '140034.888000', '140034.891000', '140034.894000', '140054.773000', '140054.775000', '140054.778000', '140054.781000', '140054.783000', '140054.786000', '140054.788000', '140054.791000', '140054.794000', '140054.796000', '140054.799000', '140054.802000', '140054.804000', '140054.807000', '140054.809000', '140054.812000', '140054.815000', '140054.817000', '140054.820000', '140054.822000', '140054.825000', '140054.828000', '140054.831000', '140054.834000', '140054.838000', '140054.840000', '140054.843000', '140054.846000', '140054.860000', '140054.862000', '140054.865000', '140054.868000', '140054.870000', '140054.873000', '140054.875000', '140054.878000', '140054.881000', '140054.883000', '140054.886000', '140054.888000', '140054.891000', '140054.894000', '140054.896000', '140054.899000', '140054.962000'], 'InstanceCreationTime': ['135154.818000', '135154.821000', '135154.824000', '135154.827000', '135154.829000', '135154.832000', '135154.834000', '135154.837000', '135154.840000', '135154.843000', '135154.846000', '135154.849000', '135154.852000', '135154.854000', '135154.869000', '135154.872000', '135154.874000', '135154.877000', '135154.879000', '135154.882000', '135154.884000', '135154.887000', '135154.889000', '135154.892000', '135154.895000', '135154.897000', '135154.900000', '135154.902000', '135154.905000', '135154.908000', '135154.910000', '135154.913000', '135154.915000', '135154.918000', '135214.771000', '135214.774000', '135214.777000', '135214.779000', '135214.782000', '135214.784000', '135214.787000', '135214.797000', '135214.799000', '135214.802000', '135214.805000', '135214.807000', '135214.810000', '135214.812000', '135214.815000', '135214.817000', '135214.820000', '135214.822000', '135214.825000', '135214.828000', '135214.830000', '135214.833000', '135214.835000', '135214.838000', '135214.841000', '135214.843000', '135214.846000', '135214.848000', '135214.851000', '135214.853000', '135214.856000', '135214.858000', '135214.861000', '135214.864000', '135214.866000', '135214.869000', '135214.871000', '135214.874000', '135214.876000', '135214.879000', '135214.882000', '135214.884000', '135214.887000', '135214.889000', '135234.771000', '135234.774000', '135234.777000', '135234.779000', '135234.782000', '135234.785000', '135234.787000', '135234.790000', '135234.792000', '135234.795000', '135234.798000', '135234.800000', '135234.803000', '135234.805000', '135234.808000', '135234.810000', '135234.813000', '135234.816000', '135234.818000', '135234.821000', '135234.824000', '135234.826000', '135234.829000', '135234.831000', '135234.834000', '135234.837000', '135234.839000', '135234.842000', '135234.844000', '135234.847000', '135234.849000', '135234.852000', '135234.855000', '135234.857000', '135234.860000', '135234.863000', '135234.865000', '135234.868000', '135234.870000', '135234.873000', '135234.875000', '135234.878000', '135234.881000', '135254.772000', '135254.775000', '135254.778000', '135254.780000', '135254.783000', '135254.785000', '135254.788000', '135254.791000', '135254.793000', '135254.796000', '135254.798000', '135254.801000', '135254.804000', '135254.806000', '135254.809000', '135254.811000', '135254.814000', '135254.816000', '135254.819000', '135254.822000', '135254.824000', '135254.827000', '135254.829000', '135254.832000', '135254.835000', '135254.837000', '135254.840000', '135254.842000', '135254.845000', '135254.848000', '135254.850000', '135254.853000', '135254.855000', '135254.858000', '135254.861000', '135254.863000', '135254.866000', '135254.868000', '135254.871000', '135254.874000', '135254.876000', '135254.879000', '135254.881000', '135254.884000', '135314.772000', '135314.775000', '135314.778000', '135314.781000', '135314.783000', '135314.786000', '135314.788000', '135314.791000', '135314.794000', '135314.797000', '135314.799000', '135314.802000', '135314.804000', '135314.807000', '135314.810000', '135314.812000', '135314.815000', '135314.817000', '135314.820000', '135314.823000', '135314.825000', '135314.828000', '135314.831000', '135314.833000', '135314.836000', '135314.838000', '135314.841000', '135314.843000', '135314.846000', '135314.849000', '135314.851000', '135314.854000', '135314.856000', '135314.859000', '135314.862000', '135314.864000', '135314.867000', '135314.869000', '135314.872000', '135314.874000', '135314.877000', '135314.880000', '135314.882000', '135334.773000', '135334.776000', '135334.778000', '135334.788000', '135334.790000', '135334.793000', '135334.796000', '135334.798000', '135334.801000', '135334.803000', '135334.806000', '135334.809000', '135334.811000', '135334.814000', '135334.816000', '135334.819000', '135334.822000', '135334.824000', '135334.827000', '135334.829000', '135334.832000', '135334.835000', '135334.837000', '135334.840000', '135334.842000', '135334.845000', '135334.847000', '135334.850000', '135334.853000', '135334.855000', '135334.858000', '135334.861000', '135334.864000', '135334.866000', '135334.869000', '135334.871000', '135334.874000', '135334.876000', '135334.879000', '135334.882000', '135334.884000', '135334.887000', '135334.889000', '135334.892000', '135354.772000', '135354.775000', '135354.778000', '135354.780000', '135354.783000', '135354.786000', '135354.788000', '135354.791000', '135354.793000', '135354.796000', '135354.799000', '135354.801000', '135354.804000', '135354.806000', '135354.809000', '135354.811000', '135354.814000', '135354.817000', '135354.819000', '135354.822000', '135354.824000', '135354.827000', '135354.830000', '135354.832000', '135354.835000', '135354.837000', '135354.840000', '135354.843000', '135354.845000', '135354.848000', '135354.850000', '135354.853000', '135354.856000', '135354.858000', '135354.861000', '135354.863000', '135354.866000', '135354.869000', '135354.871000', '135354.874000', '135354.876000', '135354.879000', '135354.881000', '135414.771000', '135414.774000', '135414.777000', '135414.780000', '135414.782000', '135414.785000', '135414.787000', '135414.790000', '135414.793000', '135414.795000', '135414.798000', '135414.800000', '135414.803000', '135414.805000', '135414.808000', '135414.811000', '135414.813000', '135414.816000', '135414.818000', '135414.821000', '135414.824000', '135414.826000', '135414.829000', '135414.831000', '135414.834000', '135414.836000', '135414.839000', '135414.842000', '135414.844000', '135414.847000', '135414.849000', '135414.852000', '135414.855000', '135414.857000', '135414.860000', '135414.862000', '135414.865000', '135414.867000', '135414.870000', '135414.873000', '135414.875000', '135414.878000', '135414.881000', '135414.883000', '135434.771000', '135434.774000', '135434.777000', '135434.779000', '135434.782000', '135434.785000', '135434.787000', '135434.790000', '135434.792000', '135434.795000', '135434.798000', '135434.800000', '135434.803000', '135434.806000', '135434.808000', '135434.811000', '135434.814000', '135434.816000', '135434.819000', '135434.821000', '135434.824000', '135434.826000', '135434.829000', '135434.832000', '135434.834000', '135434.837000', '135434.839000', '135434.842000', '135434.845000', '135434.847000', '135434.850000', '135434.852000', '135434.855000', '135434.858000', '135434.860000', '135434.863000', '135434.865000', '135434.868000', '135434.871000', '135434.873000', '135434.876000', '135434.878000', '135434.881000', '135454.771000', '135454.774000', '135454.777000', '135454.780000', '135454.782000', '135454.785000', '135454.788000', '135454.790000', '135454.793000', '135454.797000', '135454.799000', '135454.802000', '135454.804000', '135454.807000', '135454.810000', '135454.812000', '135454.815000', '135454.818000', '135454.820000', '135454.823000', '135454.826000', '135454.828000', '135454.831000', '135454.833000', '135454.836000', '135454.838000', '135454.841000', '135454.844000', '135454.846000', '135454.849000', '135454.851000', '135454.854000', '135454.857000', '135454.859000', '135454.862000', '135454.865000', '135454.867000', '135454.870000', '135454.873000', '135454.875000', '135454.878000', '135454.880000', '135454.883000', '135454.897000', '135514.773000', '135514.776000', '135514.778000', '135514.781000', '135514.784000', '135514.786000', '135514.789000', '135514.791000', '135514.794000', '135514.797000', '135514.799000', '135514.802000', '135514.805000', '135514.807000', '135514.810000', '135514.813000', '135514.815000', '135514.818000', '135514.820000', '135514.823000', '135514.825000', '135514.828000', '135514.831000', '135514.833000', '135514.836000', '135514.838000', '135514.841000', '135514.844000', '135514.846000', '135514.849000', '135514.851000', '135514.854000', '135514.857000', '135514.859000', '135514.862000', '135514.864000', '135514.867000', '135514.870000', '135514.872000', '135514.875000', '135514.877000', '135514.880000', '135514.883000', '135534.773000', '135534.775000', '135534.778000', '135534.781000', '135534.783000', '135534.786000', '135534.789000', '135534.791000', '135534.794000', '135534.797000', '135534.799000', '135534.802000', '135534.805000', '135534.807000', '135534.810000', '135534.813000', '135534.815000', '135534.818000', '135534.821000', '135534.823000', '135534.826000', '135534.828000', '135534.831000', '135534.833000', '135534.836000', '135534.839000', '135534.841000', '135534.844000', '135534.847000', '135534.849000', '135534.852000', '135534.854000', '135534.857000', '135534.860000', '135534.862000', '135534.865000', '135534.868000', '135534.870000', '135534.873000', '135534.875000', '135534.878000', '135534.881000', '135534.883000', '135534.886000', '135554.773000', '135554.775000', '135554.778000', '135554.781000', '135554.783000', '135554.786000', '135554.789000', '135554.791000', '135554.794000', '135554.804000', '135554.807000', '135554.810000', '135554.812000', '135554.815000', '135554.817000', '135554.820000', '135554.823000', '135554.825000', '135554.828000', '135554.831000', '135554.833000', '135554.836000', '135554.838000', '135554.841000', '135554.843000', '135554.846000', '135554.849000', '135554.851000', '135554.854000', '135554.857000', '135554.859000', '135554.862000', '135554.864000', '135554.867000', '135554.869000', '135554.872000', '135554.875000', '135554.877000', '135554.880000', '135554.882000', '135554.885000', '135554.888000', '135554.890000', '135614.772000', '135614.775000', '135614.778000', '135614.781000', '135614.783000', '135614.786000', '135614.789000', '135614.791000', '135614.794000', '135614.796000', '135614.799000', '135614.803000', '135614.805000', '135614.808000', '135614.811000', '135614.813000', '135614.816000', '135614.818000', '135614.821000', '135614.824000', '135614.826000', '135614.829000', '135614.831000', '135614.834000', '135614.837000', '135614.840000', '135614.842000', '135614.845000', '135614.847000', '135614.850000', '135614.853000', '135614.855000', '135614.858000', '135614.861000', '135614.863000', '135614.866000', '135614.869000', '135614.871000', '135614.874000', '135614.876000', '135614.879000', '135614.882000', '135614.884000', '135614.887000', '135634.771000', '135634.774000', '135634.777000', '135634.780000', '135634.782000', '135634.785000', '135634.788000', '135634.790000', '135634.793000', '135634.806000', '135634.808000', '135634.811000', '135634.813000', '135634.816000', '135634.819000', '135634.821000', '135634.824000', '135634.826000', '135634.829000', '135634.832000', '135634.834000', '135634.837000', '135634.839000', '135634.842000', '135634.845000', '135634.847000', '135634.850000', '135634.853000', '135634.855000', '135634.858000', '135634.861000', '135634.863000', '135634.866000', '135634.868000', '135634.871000', '135634.874000', '135634.876000', '135634.879000', '135634.882000', '135634.884000', '135634.887000', '135634.889000', '135634.892000', '135654.771000', '135654.774000', '135654.777000', '135654.780000', '135654.782000', '135654.785000', '135654.788000', '135654.790000', '135654.793000', '135654.795000', '135654.798000', '135654.801000', '135654.803000', '135654.806000', '135654.809000', '135654.811000', '135654.814000', '135654.817000', '135654.819000', '135654.822000', '135654.824000', '135654.827000', '135654.830000', '135654.832000', '135654.835000', '135654.838000', '135654.840000', '135654.843000', '135654.845000', '135654.848000', '135654.851000', '135654.853000', '135654.856000', '135654.858000', '135654.861000', '135654.864000', '135654.866000', '135654.869000', '135654.871000', '135654.874000', '135654.877000', '135654.879000', '135654.882000', '135714.773000', '135714.775000', '135714.778000', '135714.781000', '135714.783000', '135714.786000', '135714.789000', '135714.791000', '135714.794000', '135714.797000', '135714.799000', '135714.802000', '135714.805000', '135714.807000', '135714.810000', '135714.813000', '135714.815000', '135714.818000', '135714.821000', '135714.823000', '135714.826000', '135714.828000', '135714.831000', '135714.834000', '135714.836000', '135714.839000', '135714.842000', '135714.844000', '135714.847000', '135714.849000', '135714.852000', '135714.855000', '135714.857000', '135714.860000', '135714.863000', '135714.865000', '135714.868000', '135714.870000', '135714.873000', '135714.876000', '135714.878000', '135714.881000', '135714.883000', '135714.886000', '135734.772000', '135734.775000', '135734.778000', '135734.781000', '135734.783000', '135734.786000', '135734.789000', '135734.791000', '135734.794000', '135734.796000', '135734.799000', '135734.802000', '135734.804000', '135734.807000', '135734.810000', '135734.813000', '135734.825000', '135734.828000', '135734.831000', '135734.833000', '135734.836000', '135734.838000', '135734.841000', '135734.844000', '135734.847000', '135734.850000', '135734.852000', '135734.855000', '135734.857000', '135734.860000', '135734.863000', '135734.865000', '135734.868000', '135734.870000', '135734.873000', '135734.875000', '135734.878000', '135734.881000', '135734.883000', '135734.886000', '135734.889000', '135734.891000', '135734.894000', '135754.772000', '135754.775000', '135754.778000', '135754.781000', '135754.783000', '135754.786000', '135754.788000', '135754.791000', '135754.794000', '135754.796000', '135754.799000', '135754.801000', '135754.804000', '135754.807000', '135754.809000', '135754.812000', '135754.815000', '135754.817000', '135754.820000', '135754.822000', '135754.825000', '135754.839000', '135754.841000', '135754.844000', '135754.846000', '135754.849000', '135754.852000', '135754.854000', '135754.857000', '135754.859000', '135754.862000', '135754.865000', '135754.867000', '135754.870000', '135754.872000', '135754.875000', '135754.878000', '135754.880000', '135754.883000', '135754.885000', '135754.888000', '135754.891000', '135754.893000', '135754.896000', '135814.773000', '135814.775000', '135814.778000', '135814.781000', '135814.783000', '135814.786000', '135814.788000', '135814.791000', '135814.794000', '135814.796000', '135814.799000', '135814.801000', '135814.804000', '135814.807000', '135814.809000', '135814.812000', '135814.814000', '135814.817000', '135814.820000', '135814.822000', '135814.825000', '135814.827000', '135814.830000', '135814.832000', '135814.835000', '135814.838000', '135814.840000', '135814.843000', '135814.846000', '135814.848000', '135814.851000', '135814.854000', '135814.856000', '135814.859000', '135814.861000', '135814.864000', '135814.867000', '135814.869000', '135814.872000', '135814.875000', '135814.877000', '135814.880000', '135814.882000', '135814.885000', '135834.773000', '135834.775000', '135834.778000', '135834.781000', '135834.783000', '135834.786000', '135834.788000', '135834.791000', '135834.794000', '135834.796000', '135834.799000', '135834.801000', '135834.804000', '135834.807000', '135834.810000', '135834.812000', '135834.815000', '135834.817000', '135834.820000', '135834.823000', '135834.825000', '135834.828000', '135834.830000', '135834.833000', '135834.835000', '135834.838000', '135834.841000', '135834.843000', '135834.846000', '135834.848000', '135834.851000', '135834.854000', '135834.856000', '135834.859000', '135834.862000', '135834.864000', '135834.867000', '135834.869000', '135834.872000', '135834.875000', '135834.877000', '135834.880000', '135834.883000', '135854.772000', '135854.775000', '135854.777000', '135854.780000', '135854.783000', '135854.785000', '135854.788000', '135854.790000', '135854.793000', '135854.796000', '135854.798000', '135854.801000', '135854.803000', '135854.806000', '135854.809000', '135854.811000', '135854.814000', '135854.816000', '135854.819000', '135854.822000', '135854.825000', '135854.827000', '135854.830000', '135854.832000', '135854.835000', '135854.838000', '135854.840000', '135854.843000', '135854.846000', '135854.848000', '135854.851000', '135854.854000', '135854.856000', '135854.859000', '135854.862000', '135854.864000', '135854.867000', '135854.869000', '135854.872000', '135854.875000', '135854.877000', '135854.880000', '135854.884000', '135914.772000', '135914.775000', '135914.777000', '135914.780000', '135914.782000', '135914.785000', '135914.788000', '135914.790000', '135914.793000', '135914.796000', '135914.798000', '135914.801000', '135914.803000', '135914.806000', '135914.809000', '135914.811000', '135914.814000', '135914.816000', '135914.819000', '135914.822000', '135914.824000', '135914.827000', '135914.829000', '135914.832000', '135914.835000', '135914.837000', '135914.840000', '135914.842000', '135914.845000', '135914.848000', '135914.850000', '135914.853000', '135914.873000', '135914.876000', '135914.879000', '135914.881000', '135914.884000', '135914.886000', '135914.889000', '135914.892000', '135914.894000', '135914.897000', '135914.900000', '135914.902000', '135934.773000', '135934.775000', '135934.778000', '135934.781000', '135934.783000', '135934.786000', '135934.789000', '135934.791000', '135934.794000', '135934.797000', '135934.799000', '135934.802000', '135934.805000', '135934.807000', '135934.810000', '135934.812000', '135934.815000', '135934.818000', '135934.820000', '135934.823000', '135934.826000', '135934.828000', '135934.831000', '135934.833000', '135934.836000', '135934.839000', '135934.841000', '135934.844000', '135934.847000', '135934.849000', '135934.852000', '135934.855000', '135934.857000', '135934.860000', '135934.863000', '135934.865000', '135934.868000', '135934.870000', '135934.873000', '135934.876000', '135934.878000', '135934.881000', '135934.883000', '135954.773000', '135954.775000', '135954.778000', '135954.781000', '135954.783000', '135954.786000', '135954.789000', '135954.791000', '135954.794000', '135954.796000', '135954.799000', '135954.802000', '135954.804000', '135954.807000', '135954.809000', '135954.812000', '135954.815000', '135954.817000', '135954.820000', '135954.822000', '135954.825000', '135954.828000', '135954.830000', '135954.833000', '135954.835000', '135954.838000', '135954.840000', '135954.843000', '135954.846000', '135954.848000', '135954.851000', '135954.854000', '135954.856000', '135954.859000', '135954.861000', '135954.864000', '135954.867000', '135954.869000', '135954.872000', '135954.874000', '135954.877000', '135954.880000', '135954.882000', '135954.885000', '140014.773000', '140014.776000', '140014.778000', '140014.781000', '140014.784000', '140014.786000', '140014.789000', '140014.791000', '140014.794000', '140014.796000', '140014.799000', '140014.802000', '140014.804000', '140014.807000', '140014.809000', '140014.812000', '140014.815000', '140014.817000', '140014.820000', '140014.822000', '140014.825000', '140014.828000', '140014.830000', '140014.833000', '140014.835000', '140014.838000', '140014.841000', '140014.843000', '140014.846000', '140014.849000', '140014.851000', '140014.854000', '140014.856000', '140014.859000', '140014.862000', '140014.865000', '140014.868000', '140014.870000', '140014.873000', '140014.876000', '140014.878000', '140014.881000', '140014.884000', '140034.773000', '140034.776000', '140034.779000', '140034.782000', '140034.784000', '140034.787000', '140034.790000', '140034.792000', '140034.795000', '140034.797000', '140034.800000', '140034.802000', '140034.805000', '140034.808000', '140034.810000', '140034.813000', '140034.815000', '140034.818000', '140034.821000', '140034.823000', '140034.826000', '140034.828000', '140034.831000', '140034.834000', '140034.836000', '140034.839000', '140034.841000', '140034.844000', '140034.857000', '140034.860000', '140034.862000', '140034.865000', '140034.867000', '140034.870000', '140034.873000', '140034.875000', '140034.878000', '140034.881000', '140034.883000', '140034.886000', '140034.888000', '140034.891000', '140034.894000', '140054.773000', '140054.775000', '140054.778000', '140054.781000', '140054.783000', '140054.786000', '140054.788000', '140054.791000', '140054.794000', '140054.796000', '140054.799000', '140054.802000', '140054.804000', '140054.807000', '140054.809000', '140054.812000', '140054.815000', '140054.817000', '140054.820000', '140054.822000', '140054.825000', '140054.828000', '140054.831000', '140054.834000', '140054.838000', '140054.840000', '140054.843000', '140054.846000', '140054.860000', '140054.862000', '140054.865000', '140054.868000', '140054.870000', '140054.873000', '140054.875000', '140054.878000', '140054.881000', '140054.883000', '140054.886000', '140054.888000', '140054.891000', '140054.894000', '140054.896000', '140054.899000', '140054.962000'], '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': [9835, 14718, 10990, 14622, 11222, 13792, 9512, 14001, 10311, 13834, 11575, 14546, 10470, 13659, 10512, 15152, 10702, 13250, 10599, 13285, 9407, 13198, 9714, 13105, 11116, 11288, 10453, 11411, 10990, 11185, 11910, 10014, 11823, 10256, 11361, 9864, 11704, 11220, 11752, 10400, 10979, 9912, 11641, 9493, 12286, 9686, 11655, 9553, 11641, 8919, 11901, 8893, 11818, 8960, 12243, 8550, 13212, 9963, 12607, 9050, 12322, 9316, 12752, 10573, 12822, 9378, 13211, 9621, 13613, 10676, 13481, 10943, 13408, 10022, 13359, 10947, 13354, 11818, 11330, 10839, 10981, 10952, 12038, 11661, 10792, 11241, 10269, 10880, 9696, 12121, 9336, 12217, 8289, 13097, 8908, 13657, 10376, 12542, 8748, 12773, 9394, 12999, 10831, 13126, 9497, 14351, 10027, 14813, 11370, 12675, 10472, 12799, 10905, 13269, 11435, 11557, 10654, 12233, 11053, 14173, 12111, 12830, 10328, 11960, 9862, 12767, 10902, 11437, 10911, 12984, 9765, 13468, 10196, 12975, 8958, 13314, 8221, 13027, 10431, 13234, 9138, 13683, 8637, 13448, 9091, 14293, 10648, 13678, 8505, 13134, 9465, 13940, 10399, 13490, 8838, 13505, 8999, 13387, 9733, 12021, 10503, 11712, 10743, 11449, 14413, 12376, 11376, 10966, 10391, 10207, 10047, 10878, 11085, 11108, 10747, 10505, 12583, 10552, 14435, 10962, 13356, 10052, 13630, 10250, 14815, 10844, 11913, 10123, 11644, 10892, 13156, 11710, 11317, 11454, 11065, 11122, 14593, 11816, 13883, 10193, 13627, 9671, 12846, 10475, 12160, 9161, 12053, 8571, 12271, 9508, 12764, 9948, 12531, 9269, 12679, 9983, 13042, 11747, 12688, 8761, 12076, 9504, 11837, 9823, 11173, 9687, 11259, 10006, 11378, 10110, 11671, 10130, 11624, 10162, 11791, 10149, 11861, 9936, 12238, 10030, 11452, 10605, 11792, 10635, 11950, 10134, 11349, 11653, 11575, 11803, 11946, 9753, 11150, 9803, 11439, 10008, 11213, 9833, 11303, 9509, 13035, 9303, 12903, 8941, 12555, 9265, 12790, 9990, 15039, 10187, 13113, 11338, 13318, 12603, 11647, 11518, 11678, 11862, 12789, 13438, 11063, 11167, 11255, 11504, 12658, 11562, 10561, 11490, 10257, 11998, 10052, 12352, 10188, 12493, 9759, 11825, 10207, 11638, 12137, 12418, 10090, 11405, 10588, 11484, 10788, 12277, 9935, 11163, 10275, 11197, 9604, 11273, 9696, 11553, 9767, 11212, 10151, 11589, 9628, 12476, 9964, 11792, 10481, 11501, 10065, 11808, 9439, 12170, 9921, 12213, 9800, 12699, 9822, 12268, 9890, 11919, 9643, 12228, 8979, 12947, 9141, 12740, 9301, 12645, 9955, 12764, 9428, 12471, 9785, 13214, 11353, 12580, 9601, 13383, 9955, 13344, 10538, 12329, 9803, 12987, 9439, 12585, 10209, 12226, 9887, 12683, 9553, 12702, 10213, 12842, 10314, 13434, 9887, 13080, 10484, 15278, 11593, 13166, 10574, 13317, 11507, 12984, 12599, 11151, 11107, 10440, 11271, 11879, 12649, 10038, 11469, 10222, 11371, 10213, 12096, 9707, 12592, 9605, 12980, 8530, 13507, 10505, 13545, 9241, 13088, 10120, 13343, 10401, 13299, 9498, 12941, 9189, 12639, 9363, 13080, 10358, 12714, 9201, 12511, 9947, 13081, 11105, 12907, 9972, 13259, 10478, 13538, 10291, 12952, 11278, 12095, 9272, 12739, 9797, 13300, 10560, 13059, 10960, 12568, 9734, 13018, 9946, 12900, 11003, 14966, 10416, 13140, 10705, 13392, 11162, 13626, 12029, 12234, 10596, 12340, 10539, 13326, 11274, 11345, 11227, 11496, 11174, 12322, 11391, 10556, 12043, 10887, 11847, 10853, 11992, 10114, 13239, 10313, 12429, 10111, 12215, 10916, 12629, 10103, 12293, 10332, 12044, 10141, 12260, 10070, 12771, 9919, 13352, 9643, 13267, 9128, 15184, 10449, 14004, 9152, 14000, 9675, 13680, 10463, 12880, 9159, 13156, 9642, 13337, 11031, 13181, 10001, 13137, 9797, 13232, 10075, 13254, 10716, 12500, 9950, 13028, 10357, 14506, 11114, 13151, 11683, 12418, 10560, 12515, 11194, 11451, 12893, 11186, 11159, 8463, 13110, 9407, 11406, 11911, 10328, 14124, 9270, 13268, 8626, 12441, 9538, 13028, 9247, 11871, 10154, 11072, 10082, 11380, 9860, 11289, 10271, 11004, 9596, 12370, 9665, 12834, 9205, 12803, 9440, 12754, 9835, 12823, 9634, 12131, 10201, 11805, 10053, 12467, 9517, 12478, 9804, 11856, 9855, 11968, 10284, 11827, 10483, 11835, 9612, 10890, 10354, 12170, 14072, 13089, 10134, 11023, 9929, 11593, 9860, 12273, 12734, 11977, 11946, 10134, 14065, 10468, 13811, 11407, 12462, 9530, 12269, 9421, 12219, 10220, 13055, 9359, 12417, 9191, 12588, 8975, 12435, 9679, 11737, 9624, 11071, 9795, 11047, 9560, 11681, 9297, 10939, 9837, 10565, 10608, 11297, 13519, 11108, 13176, 9871, 14201, 10470, 13049, 11355, 12254, 9845, 12396, 9669, 11928, 10143, 12459, 10523, 11890, 9327, 12083, 9305, 12013, 9651, 12293, 8845, 10749, 9599, 10657, 11435, 10855, 12387, 10672, 10968, 10416, 11552, 10858, 13267, 12429, 11930, 11700, 10686, 10737, 10255, 11609, 10695, 11538, 9750, 11450, 9654, 12357, 9150, 13888, 9622, 12812, 9230, 12802, 9362, 13412, 10689, 12825, 9485, 12472, 9843, 12905, 11279, 14031, 12192, 11652, 10225, 11744, 10775, 12961, 12198, 11213, 10966, 10774, 11084, 12768, 11846, 13290, 12059, 11275, 10269, 11776, 10815, 14416, 12480, 12246, 10394, 11475, 10461, 13047, 11268, 14610, 11567, 13397, 9867, 14092, 10288, 12414, 10569, 12471, 10864, 13521, 9713, 14145, 10813, 14179, 12478, 12274, 10531, 12388, 10860, 13575, 11406, 14935, 11785, 12091, 10569, 12766, 10811, 14500, 11873, 12527, 10625, 12555, 10177, 11763, 10998, 12344, 9584, 11158, 9275, 11609, 9153, 12723, 9603, 12845, 9199, 12947, 9633, 13364, 10712, 14241, 11114, 12705, 9448, 12529, 10224, 12902, 11220, 12208, 9693, 11931, 10034, 12276, 10645, 12908, 11656, 12112, 9578, 12181, 9887, 12340, 11874, 12502, 10154, 12009, 9655, 12044, 10708, 12659, 11148, 12056, 9781, 12601, 10328, 12941, 11950, 14297, 10223, 14275, 10498, 14833, 11905, 12429, 11750, 10482, 11034, 10639, 11905, 11629, 12797, 10136, 11744, 9673, 12314, 9581, 12800, 9233, 12137, 9619, 12047, 9214, 12597, 9596, 12631, 8790, 13141, 9147, 13354, 9753, 14134, 10196, 13162, 9641, 13504, 10454, 14146, 11231, 13188, 10052, 13341, 10408, 13501, 11450, 13051, 9870, 12556, 10294, 12970, 11847, 12973, 10607, 12198, 10225, 12278, 11527, 12237, 10842, 12272, 9949, 12713, 10572, 13037, 11676, 12648, 9891, 12440, 10704, 13210, 11508, 13360, 9791, 13196, 9700, 13052, 10091, 13980, 10700, 13217, 9576, 13572, 9913, 14121, 10978, 13259, 9728, 12699, 10217, 12741, 11821, 13173, 10257, 12581, 9807, 13495, 10211, 13852, 11589, 13154, 9458, 13069, 9889, 13275, 10395, 13977, 9709, 12338, 9387, 12273, 9715, 12491, 9992, 11998, 9629, 11824, 9579, 11854, 10694, 12821, 9657, 11756, 9240, 11654, 9174, 12327, 10024, 12125, 9218, 12439, 9326, 12905, 10178, 13318, 9853, 12094, 9971, 12023, 10710, 12637, 11718, 12509, 9773, 11387, 10915, 11965, 12884, 13276, 11146, 11330, 11257, 11329, 12401, 12277, 12461, 12326, 10632, 11035, 12623, 11081, 13267, 12639, 13199, 10340, 11103, 10790, 12063, 11549, 16192, 11868, 11827, 10333, 14302, 10952, 13578, 12648, 14370, 11244, 12529, 11017, 12677, 12397, 11965, 10086, 12003, 9844, 12963, 10143, 13067, 9075, 11521, 9456, 11693, 9384, 12224, 12361, 12755, 9393, 11612, 10085, 11592, 13279, 12700, 12196, 10987, 15091, 10641, 12626, 11635, 12336, 11087, 11746, 9813, 12091, 11211, 12822, 12235, 13748, 10146, 13195, 10488, 12796, 11309, 13116, 10261, 12919, 10279, 13706, 11953, 15467, 12239, 10691, 11769, 11580, 12492, 14171, 13499, 11459, 11290, 12542, 11391, 14049, 11563, 12992, 12579, 12032, 9871, 12418, 9923, 12412, 11465, 12648, 10993, 13410, 10975, 12351, 11429, 12956, 12288, 11745, 10164, 12470, 10171, 12252, 10623, 11350, 8713, 11406, 10589, 11501, 15625, 12396, 13773, 10299, 14655, 10479, 12502, 11616, 12387, 9773, 12067, 10463, 12919, 11350, 13089, 10396, 12381, 8857, 11889, 9057, 11820, 11907, 12493, 9985, 11396, 10229, 11803, 14879, 12330, 13979, 12443, 12967, 9755, 12818, 10248, 13552, 11576, 13346, 9763, 14356, 10589, 14327, 12124, 14684, 11065, 14096, 10068, 14279, 10800, 15136, 11936, 14472, 9630, 14413, 10204, 14443, 11018, 15137, 11435, 14170, 9436, 13244, 9460, 13600, 11013, 12866, 9608, 12858, 10402, 13449, 11882, 13154, 10321, 12622, 10065, 12672, 11562, 12558, 11072, 12331, 10213, 12457, 10916, 12766, 11822, 14331, 10440, 15870, 11229, 14590, 12676, 12588, 11047, 12720, 11096, 15033, 11808, 13158, 11613, 9987, 10713, 10242, 11133, 13118, 12406, 9162, 11320, 9094, 11419, 12433, 12195, 14205, 12214, 10563, 11116, 11876, 11604, 13029, 12093, 8920, 11250, 8430, 12752, 9983, 14170, 10151, 13007, 9773, 12508, 10413, 12668, 11742, 12447, 9914], 'WindowCenter': [4358.0, 4372.0, 4340.0, 4357.0, 4335.0, 4342.0, 4312.0, 4330.0, 4311.0, 4331.0, 4322.0, 4330.0, 4311.0, 4329.0, 4310.0, 4339.0, 4311.0, 4319.0, 4310.0, 4317.0, 4299.0, 4318.0, 4301.0, 4330.0, 4321.0, 4309.0, 4310.0, 4319.0, 4320.0, 4321.0, 4321.0, 4310.0, 4320.0, 4310.0, 4319.0, 4310.0, 4321.0, 4309.0, 4319.0, 4309.0, 4310.0, 4298.0, 4320.0, 4300.0, 4320.0, 4299.0, 4320.0, 4299.0, 4321.0, 4301.0, 4320.0, 4289.0, 4319.0, 4299.0, 4321.0, 4291.0, 4332.0, 4311.0, 4330.0, 4300.0, 4330.0, 4301.0, 4332.0, 4322.0, 4331.0, 4301.0, 4330.0, 4312.0, 4331.0, 4323.0, 4332.0, 4323.0, 4331.0, 4312.0, 4331.0, 4323.0, 4342.0, 4333.0, 4321.0, 4323.0, 4320.0, 4322.0, 4332.0, 4332.0, 4321.0, 4321.0, 4310.0, 4321.0, 4311.0, 4332.0, 4301.0, 4329.0, 4291.0, 4331.0, 4303.0, 4344.0, 4322.0, 4332.0, 4302.0, 4331.0, 4314.0, 4343.0, 4323.0, 4342.0, 4312.0, 4342.0, 4324.0, 4354.0, 4334.0, 4332.0, 4324.0, 4331.0, 4324.0, 4342.0, 4333.0, 4322.0, 4323.0, 4332.0, 4322.0, 4342.0, 4333.0, 4331.0, 4312.0, 4320.0, 4313.0, 4342.0, 4333.0, 4332.0, 4323.0, 4342.0, 4314.0, 4342.0, 4324.0, 4343.0, 4301.0, 4342.0, 4291.0, 4342.0, 4322.0, 4343.0, 4313.0, 4353.0, 4303.0, 4342.0, 4314.0, 4354.0, 4324.0, 4344.0, 4303.0, 4343.0, 4314.0, 4343.0, 4325.0, 4343.0, 4313.0, 4342.0, 4312.0, 4344.0, 4312.0, 4332.0, 4320.0, 4332.0, 4310.0, 4321.0, 4340.0, 4331.0, 4318.0, 4319.0, 4310.0, 4309.0, 4310.0, 4322.0, 4320.0, 4321.0, 4320.0, 4322.0, 4330.0, 4322.0, 4341.0, 4322.0, 4330.0, 4311.0, 4341.0, 4321.0, 4342.0, 4323.0, 4331.0, 4323.0, 4331.0, 4333.0, 4343.0, 4334.0, 4323.0, 4332.0, 4321.0, 4323.0, 4341.0, 4332.0, 4341.0, 4311.0, 4330.0, 4300.0, 4330.0, 4319.0, 4319.0, 4299.0, 4319.0, 4290.0, 4330.0, 4311.0, 4331.0, 4312.0, 4330.0, 4300.0, 4329.0, 4312.0, 4342.0, 4320.0, 4331.0, 4289.0, 4320.0, 4299.0, 4320.0, 4310.0, 4321.0, 4310.0, 4321.0, 4310.0, 4332.0, 4322.0, 4332.0, 4322.0, 4333.0, 4322.0, 4332.0, 4323.0, 4334.0, 4313.0, 4333.0, 4312.0, 4333.0, 4322.0, 4333.0, 4322.0, 4332.0, 4310.0, 4321.0, 4321.0, 4331.0, 4322.0, 4331.0, 4299.0, 4320.0, 4310.0, 4321.0, 4310.0, 4321.0, 4310.0, 4321.0, 4323.0, 4342.0, 4310.0, 4331.0, 4302.0, 4332.0, 4313.0, 4343.0, 4325.0, 4353.0, 4324.0, 4343.0, 4335.0, 4343.0, 4344.0, 4331.0, 4332.0, 4332.0, 4334.0, 4343.0, 4344.0, 4321.0, 4323.0, 4319.0, 4332.0, 4342.0, 4332.0, 4321.0, 4331.0, 4321.0, 4332.0, 4323.0, 4345.0, 4323.0, 4343.0, 4311.0, 4332.0, 4310.0, 4332.0, 4331.0, 4331.0, 4310.0, 4320.0, 4310.0, 4332.0, 4321.0, 4332.0, 4310.0, 4322.0, 4311.0, 4321.0, 4312.0, 4333.0, 4311.0, 4331.0, 4308.0, 4321.0, 4321.0, 4332.0, 4312.0, 4333.0, 4311.0, 4331.0, 4310.0, 4331.0, 4311.0, 4332.0, 4312.0, 4332.0, 4311.0, 4344.0, 4322.0, 4343.0, 4312.0, 4332.0, 4311.0, 4332.0, 4310.0, 4332.0, 4301.0, 4331.0, 4310.0, 4330.0, 4311.0, 4343.0, 4323.0, 4343.0, 4312.0, 4331.0, 4322.0, 4342.0, 4322.0, 4331.0, 4311.0, 4331.0, 4312.0, 4332.0, 4321.0, 4330.0, 4310.0, 4328.0, 4300.0, 4331.0, 4321.0, 4331.0, 4311.0, 4330.0, 4311.0, 4330.0, 4322.0, 4331.0, 4322.0, 4340.0, 4310.0, 4342.0, 4323.0, 4351.0, 4333.0, 4330.0, 4323.0, 4340.0, 4332.0, 4330.0, 4332.0, 4320.0, 4322.0, 4321.0, 4333.0, 4332.0, 4331.0, 4310.0, 4320.0, 4310.0, 4331.0, 4322.0, 4332.0, 4311.0, 4332.0, 4310.0, 4330.0, 4300.0, 4341.0, 4321.0, 4330.0, 4300.0, 4330.0, 4311.0, 4330.0, 4310.0, 4328.0, 4299.0, 4329.0, 4300.0, 4330.0, 4313.0, 4330.0, 4310.0, 4329.0, 4299.0, 4330.0, 4310.0, 4330.0, 4321.0, 4329.0, 4310.0, 4330.0, 4310.0, 4329.0, 4310.0, 4329.0, 4320.0, 4319.0, 4300.0, 4328.0, 4309.0, 4330.0, 4321.0, 4330.0, 4321.0, 4319.0, 4310.0, 4329.0, 4311.0, 4330.0, 4322.0, 4340.0, 4321.0, 4330.0, 4321.0, 4331.0, 4334.0, 4341.0, 4333.0, 4330.0, 4321.0, 4330.0, 4322.0, 4340.0, 4333.0, 4322.0, 4333.0, 4321.0, 4333.0, 4332.0, 4334.0, 4322.0, 4332.0, 4321.0, 4332.0, 4333.0, 4334.0, 4322.0, 4343.0, 4323.0, 4332.0, 4310.0, 4342.0, 4322.0, 4333.0, 4322.0, 4332.0, 4321.0, 4333.0, 4323.0, 4344.0, 4323.0, 4344.0, 4323.0, 4344.0, 4322.0, 4344.0, 4314.0, 4354.0, 4324.0, 4343.0, 4313.0, 4353.0, 4315.0, 4343.0, 4324.0, 4331.0, 4312.0, 4331.0, 4312.0, 4342.0, 4323.0, 4342.0, 4313.0, 4330.0, 4311.0, 4330.0, 4311.0, 4331.0, 4322.0, 4331.0, 4311.0, 4330.0, 4322.0, 4342.0, 4333.0, 4342.0, 4334.0, 4331.0, 4322.0, 4331.0, 4332.0, 4332.0, 4342.0, 4323.0, 4321.0, 4303.0, 4343.0, 4314.0, 4334.0, 4346.0, 4325.0, 4355.0, 4312.0, 4343.0, 4302.0, 4333.0, 4312.0, 4333.0, 4301.0, 4320.0, 4310.0, 4322.0, 4312.0, 4322.0, 4309.0, 4321.0, 4310.0, 4321.0, 4312.0, 4344.0, 4313.0, 4343.0, 4312.0, 4333.0, 4312.0, 4343.0, 4324.0, 4343.0, 4312.0, 4332.0, 4310.0, 4332.0, 4312.0, 4344.0, 4313.0, 4333.0, 4312.0, 4331.0, 4310.0, 4332.0, 4322.0, 4331.0, 4311.0, 4321.0, 4299.0, 4320.0, 4311.0, 4334.0, 4342.0, 4332.0, 4310.0, 4321.0, 4310.0, 4322.0, 4312.0, 4333.0, 4343.0, 4333.0, 4320.0, 4312.0, 4331.0, 4322.0, 4341.0, 4322.0, 4331.0, 4300.0, 4319.0, 4297.0, 4331.0, 4311.0, 4330.0, 4300.0, 4329.0, 4300.0, 4319.0, 4300.0, 4331.0, 4300.0, 4320.0, 4299.0, 4319.0, 4299.0, 4320.0, 4310.0, 4321.0, 4300.0, 4320.0, 4309.0, 4310.0, 4311.0, 4322.0, 4331.0, 4321.0, 4329.0, 4311.0, 4331.0, 4321.0, 4331.0, 4321.0, 4331.0, 4310.0, 4318.0, 4299.0, 4319.0, 4311.0, 4331.0, 4310.0, 4319.0, 4300.0, 4319.0, 4300.0, 4332.0, 4311.0, 4332.0, 4298.0, 4310.0, 4298.0, 4310.0, 4320.0, 4321.0, 4319.0, 4322.0, 4320.0, 4321.0, 4320.0, 4323.0, 4330.0, 4332.0, 4331.0, 4331.0, 4310.0, 4321.0, 4320.0, 4332.0, 4322.0, 4332.0, 4310.0, 4333.0, 4312.0, 4332.0, 4313.0, 4343.0, 4313.0, 4332.0, 4312.0, 4332.0, 4312.0, 4343.0, 4323.0, 4342.0, 4313.0, 4332.0, 4323.0, 4342.0, 4334.0, 4343.0, 4334.0, 4332.0, 4323.0, 4332.0, 4335.0, 4344.0, 4345.0, 4322.0, 4324.0, 4323.0, 4333.0, 4342.0, 4334.0, 4343.0, 4334.0, 4321.0, 4322.0, 4322.0, 4322.0, 4341.0, 4331.0, 4330.0, 4311.0, 4320.0, 4320.0, 4343.0, 4331.0, 4342.0, 4333.0, 4330.0, 4311.0, 4330.0, 4311.0, 4332.0, 4323.0, 4331.0, 4320.0, 4330.0, 4311.0, 4341.0, 4323.0, 4343.0, 4333.0, 4332.0, 4322.0, 4330.0, 4321.0, 4341.0, 4333.0, 4341.0, 4332.0, 4320.0, 4321.0, 4330.0, 4321.0, 4341.0, 4331.0, 4330.0, 4311.0, 4319.0, 4310.0, 4320.0, 4308.0, 4318.0, 4298.0, 4307.0, 4298.0, 4318.0, 4311.0, 4331.0, 4311.0, 4332.0, 4311.0, 4330.0, 4311.0, 4342.0, 4323.0, 4342.0, 4322.0, 4330.0, 4300.0, 4330.0, 4321.0, 4342.0, 4320.0, 4321.0, 4299.0, 4319.0, 4309.0, 4320.0, 4322.0, 4331.0, 4322.0, 4320.0, 4300.0, 4318.0, 4309.0, 4331.0, 4331.0, 4331.0, 4310.0, 4329.0, 4309.0, 4330.0, 4321.0, 4329.0, 4320.0, 4330.0, 4311.0, 4331.0, 4322.0, 4342.0, 4333.0, 4341.0, 4322.0, 4339.0, 4321.0, 4352.0, 4333.0, 4331.0, 4333.0, 4310.0, 4322.0, 4321.0, 4331.0, 4332.0, 4333.0, 4311.0, 4332.0, 4301.0, 4332.0, 4312.0, 4333.0, 4301.0, 4330.0, 4310.0, 4331.0, 4300.0, 4332.0, 4312.0, 4331.0, 4301.0, 4341.0, 4310.0, 4341.0, 4311.0, 4341.0, 4311.0, 4330.0, 4310.0, 4340.0, 4322.0, 4342.0, 4321.0, 4330.0, 4299.0, 4328.0, 4310.0, 4329.0, 4320.0, 4329.0, 4309.0, 4318.0, 4310.0, 4330.0, 4320.0, 4330.0, 4310.0, 4319.0, 4310.0, 4329.0, 4321.0, 4319.0, 4321.0, 4320.0, 4310.0, 4329.0, 4309.0, 4331.0, 4322.0, 4330.0, 4310.0, 4329.0, 4310.0, 4329.0, 4320.0, 4329.0, 4299.0, 4328.0, 4298.0, 4328.0, 4311.0, 4330.0, 4309.0, 4328.0, 4299.0, 4329.0, 4310.0, 4341.0, 4322.0, 4330.0, 4311.0, 4330.0, 4311.0, 4331.0, 4332.0, 4331.0, 4311.0, 4330.0, 4311.0, 4331.0, 4313.0, 4342.0, 4321.0, 4330.0, 4299.0, 4329.0, 4310.0, 4331.0, 4311.0, 4330.0, 4299.0, 4329.0, 4299.0, 4318.0, 4310.0, 4331.0, 4311.0, 4319.0, 4299.0, 4320.0, 4299.0, 4319.0, 4309.0, 4330.0, 4300.0, 4319.0, 4298.0, 4319.0, 4300.0, 4331.0, 4310.0, 4331.0, 4300.0, 4331.0, 4300.0, 4332.0, 4322.0, 4341.0, 4310.0, 4319.0, 4299.0, 4320.0, 4311.0, 4330.0, 4320.0, 4330.0, 4298.0, 4319.0, 4309.0, 4321.0, 4329.0, 4329.0, 4308.0, 4309.0, 4308.0, 4320.0, 4330.0, 4329.0, 4318.0, 4329.0, 4308.0, 4320.0, 4328.0, 4320.0, 4330.0, 4331.0, 4330.0, 4311.0, 4319.0, 4321.0, 4330.0, 4332.0, 4350.0, 4332.0, 4319.0, 4311.0, 4340.0, 4322.0, 4340.0, 4344.0, 4341.0, 4322.0, 4330.0, 4321.0, 4329.0, 4332.0, 4320.0, 4311.0, 4317.0, 4297.0, 4329.0, 4310.0, 4329.0, 4298.0, 4318.0, 4298.0, 4320.0, 4301.0, 4330.0, 4329.0, 4329.0, 4299.0, 4319.0, 4309.0, 4320.0, 4329.0, 4332.0, 4319.0, 4319.0, 4338.0, 4308.0, 4330.0, 4320.0, 4329.0, 4319.0, 4319.0, 4309.0, 4319.0, 4321.0, 4329.0, 4330.0, 4329.0, 4310.0, 4328.0, 4311.0, 4330.0, 4321.0, 4330.0, 4310.0, 4331.0, 4309.0, 4339.0, 4331.0, 4341.0, 4331.0, 4309.0, 4331.0, 4320.0, 4332.0, 4341.0, 4329.0, 4318.0, 4319.0, 4316.0, 4318.0, 4328.0, 4319.0, 4327.0, 4317.0, 4316.0, 4298.0, 4317.0, 4309.0, 4328.0, 4320.0, 4329.0, 4319.0, 4329.0, 4319.0, 4319.0, 4319.0, 4331.0, 4319.0, 4318.0, 4298.0, 4316.0, 4308.0, 4319.0, 4307.0, 4307.0, 4287.0, 4317.0, 4309.0, 4319.0, 4337.0, 4317.0, 4327.0, 4307.0, 4327.0, 4319.0, 4328.0, 4320.0, 4317.0, 4308.0, 4318.0, 4308.0, 4328.0, 4321.0, 4317.0, 4297.0, 4316.0, 4286.0, 4318.0, 4287.0, 4319.0, 4317.0, 4318.0, 4296.0, 4318.0, 4296.0, 4317.0, 4339.0, 4330.0, 4328.0, 4317.0, 4317.0, 4297.0, 4316.0, 4308.0, 4329.0, 4318.0, 4329.0, 4309.0, 4338.0, 4320.0, 4341.0, 4332.0, 4341.0, 4321.0, 4328.0, 4310.0, 4339.0, 4321.0, 4341.0, 4319.0, 4338.0, 4299.0, 4329.0, 4308.0, 4340.0, 4319.0, 4339.0, 4318.0, 4327.0, 4297.0, 4328.0, 4298.0, 4328.0, 4320.0, 4344.0, 4311.0, 4328.0, 4320.0, 4340.0, 4329.0, 4328.0, 4309.0, 4317.0, 4297.0, 4328.0, 4320.0, 4317.0, 4318.0, 4327.0, 4308.0, 4328.0, 4319.0, 4327.0, 4319.0, 4328.0, 4309.0, 4338.0, 4319.0, 4339.0, 4329.0, 4317.0, 4307.0, 4316.0, 4307.0, 4326.0, 4318.0, 4316.0, 4307.0, 4296.0, 4308.0, 4296.0, 4319.0, 4328.0, 4328.0, 4299.0, 4319.0, 4287.0, 4318.0, 4329.0, 4329.0, 4328.0, 4318.0, 4306.0, 4307.0, 4317.0, 4318.0, 4329.0, 4318.0, 4297.0, 4318.0, 4290.0, 4329.0, 4321.0, 4340.0, 4308.0, 4329.0, 4308.0, 4317.0, 4309.0, 4318.0, 4319.0, 4316.0, 4297.0], 'WindowWidth': [9633.0, 9639.0, 9590.0, 9605.0, 9571.0, 9575.0, 9534.0, 9556.0, 9531.0, 9557.0, 9545.0, 9554.0, 9528.0, 9551.0, 9526.0, 9564.0, 9528.0, 9537.0, 9524.0, 9531.0, 9511.0, 9535.0, 9517.0, 9555.0, 9542.0, 9524.0, 9527.0, 9538.0, 9541.0, 9544.0, 9544.0, 9528.0, 9541.0, 9525.0, 9537.0, 9526.0, 9543.0, 9525.0, 9537.0, 9522.0, 9526.0, 9508.0, 9541.0, 9513.0, 9542.0, 9511.0, 9540.0, 9511.0, 9543.0, 9516.0, 9542.0, 9498.0, 9539.0, 9511.0, 9542.0, 9504.0, 9558.0, 9529.0, 9554.0, 9514.0, 9554.0, 9517.0, 9560.0, 9546.0, 9558.0, 9518.0, 9553.0, 9532.0, 9558.0, 9550.0, 9560.0, 9550.0, 9557.0, 9532.0, 9556.0, 9549.0, 9574.0, 9563.0, 9545.0, 9548.0, 9542.0, 9547.0, 9561.0, 9561.0, 9545.0, 9544.0, 9528.0, 9544.0, 9532.0, 9561.0, 9518.0, 9555.0, 9505.0, 9559.0, 9523.0, 9580.0, 9548.0, 9561.0, 9522.0, 9559.0, 9539.0, 9579.0, 9552.0, 9575.0, 9534.0, 9574.0, 9552.0, 9594.0, 9566.0, 9561.0, 9553.0, 9560.0, 9552.0, 9576.0, 9563.0, 9547.0, 9549.0, 9561.0, 9548.0, 9577.0, 9563.0, 9558.0, 9534.0, 9543.0, 9537.0, 9576.0, 9565.0, 9562.0, 9551.0, 9574.0, 9539.0, 9577.0, 9554.0, 9577.0, 9520.0, 9573.0, 9506.0, 9576.0, 9551.0, 9579.0, 9538.0, 9592.0, 9524.0, 9577.0, 9542.0, 9596.0, 9553.0, 9580.0, 9526.0, 9577.0, 9540.0, 9580.0, 9554.0, 9577.0, 9538.0, 9576.0, 9536.0, 9581.0, 9534.0, 9560.0, 9542.0, 9559.0, 9527.0, 9544.0, 9570.0, 9556.0, 9536.0, 9538.0, 9525.0, 9525.0, 9527.0, 9546.0, 9543.0, 9544.0, 9541.0, 9547.0, 9556.0, 9547.0, 9572.0, 9547.0, 9554.0, 9532.0, 9571.0, 9548.0, 9576.0, 9552.0, 9559.0, 9550.0, 9559.0, 9566.0, 9579.0, 9568.0, 9550.0, 9561.0, 9545.0, 9551.0, 9573.0, 9560.0, 9570.0, 9529.0, 9554.0, 9514.0, 9554.0, 9540.0, 9540.0, 9512.0, 9538.0, 9500.0, 9555.0, 9534.0, 9559.0, 9533.0, 9557.0, 9516.0, 9554.0, 9534.0, 9575.0, 9542.0, 9555.0, 9497.0, 9541.0, 9511.0, 9542.0, 9527.0, 9544.0, 9528.0, 9545.0, 9530.0, 9561.0, 9547.0, 9562.0, 9548.0, 9565.0, 9549.0, 9562.0, 9551.0, 9567.0, 9537.0, 9563.0, 9533.0, 9564.0, 9550.0, 9563.0, 9547.0, 9559.0, 9529.0, 9543.0, 9546.0, 9559.0, 9546.0, 9556.0, 9512.0, 9541.0, 9531.0, 9545.0, 9529.0, 9546.0, 9527.0, 9547.0, 9552.0, 9577.0, 9532.0, 9560.0, 9521.0, 9562.0, 9539.0, 9578.0, 9557.0, 9591.0, 9555.0, 9581.0, 9572.0, 9579.0, 9583.0, 9560.0, 9562.0, 9563.0, 9568.0, 9578.0, 9581.0, 9546.0, 9549.0, 9541.0, 9563.0, 9576.0, 9563.0, 9546.0, 9559.0, 9546.0, 9563.0, 9554.0, 9585.0, 9551.0, 9577.0, 9531.0, 9561.0, 9530.0, 9562.0, 9559.0, 9558.0, 9527.0, 9543.0, 9527.0, 9560.0, 9547.0, 9560.0, 9530.0, 9546.0, 9530.0, 9545.0, 9536.0, 9564.0, 9532.0, 9560.0, 9525.0, 9545.0, 9544.0, 9563.0, 9536.0, 9564.0, 9531.0, 9558.0, 9528.0, 9559.0, 9533.0, 9562.0, 9534.0, 9563.0, 9532.0, 9582.0, 9550.0, 9578.0, 9534.0, 9560.0, 9531.0, 9560.0, 9529.0, 9564.0, 9520.0, 9560.0, 9529.0, 9557.0, 9531.0, 9576.0, 9552.0, 9579.0, 9535.0, 9560.0, 9548.0, 9577.0, 9548.0, 9558.0, 9531.0, 9558.0, 9535.0, 9560.0, 9545.0, 9555.0, 9529.0, 9550.0, 9515.0, 9558.0, 9545.0, 9558.0, 9531.0, 9556.0, 9531.0, 9557.0, 9547.0, 9558.0, 9548.0, 9570.0, 9530.0, 9577.0, 9551.0, 9587.0, 9563.0, 9556.0, 9549.0, 9571.0, 9560.0, 9557.0, 9560.0, 9542.0, 9546.0, 9544.0, 9563.0, 9563.0, 9559.0, 9528.0, 9543.0, 9528.0, 9558.0, 9547.0, 9562.0, 9531.0, 9561.0, 9529.0, 9556.0, 9516.0, 9573.0, 9543.0, 9557.0, 9515.0, 9554.0, 9529.0, 9555.0, 9527.0, 9550.0, 9512.0, 9551.0, 9512.0, 9554.0, 9538.0, 9557.0, 9529.0, 9552.0, 9513.0, 9554.0, 9528.0, 9557.0, 9543.0, 9553.0, 9527.0, 9553.0, 9527.0, 9552.0, 9529.0, 9553.0, 9541.0, 9537.0, 9514.0, 9551.0, 9526.0, 9555.0, 9545.0, 9555.0, 9543.0, 9539.0, 9528.0, 9552.0, 9531.0, 9557.0, 9548.0, 9569.0, 9546.0, 9556.0, 9546.0, 9559.0, 9566.0, 9573.0, 9564.0, 9555.0, 9545.0, 9556.0, 9550.0, 9572.0, 9564.0, 9547.0, 9564.0, 9545.0, 9564.0, 9564.0, 9566.0, 9547.0, 9562.0, 9546.0, 9563.0, 9565.0, 9568.0, 9549.0, 9577.0, 9549.0, 9561.0, 9530.0, 9577.0, 9550.0, 9564.0, 9548.0, 9562.0, 9546.0, 9564.0, 9553.0, 9583.0, 9553.0, 9583.0, 9552.0, 9581.0, 9550.0, 9584.0, 9542.0, 9597.0, 9554.0, 9579.0, 9538.0, 9592.0, 9543.0, 9580.0, 9553.0, 9561.0, 9534.0, 9558.0, 9534.0, 9575.0, 9551.0, 9576.0, 9536.0, 9556.0, 9532.0, 9555.0, 9533.0, 9559.0, 9549.0, 9558.0, 9532.0, 9557.0, 9548.0, 9576.0, 9565.0, 9576.0, 9566.0, 9557.0, 9547.0, 9560.0, 9562.0, 9563.0, 9577.0, 9548.0, 9542.0, 9523.0, 9578.0, 9540.0, 9567.0, 9587.0, 9559.0, 9597.0, 9537.0, 9577.0, 9519.0, 9563.0, 9536.0, 9563.0, 9516.0, 9541.0, 9525.0, 9544.0, 9533.0, 9546.0, 9527.0, 9544.0, 9527.0, 9544.0, 9533.0, 9580.0, 9537.0, 9577.0, 9534.0, 9564.0, 9533.0, 9578.0, 9554.0, 9579.0, 9535.0, 9562.0, 9530.0, 9562.0, 9534.0, 9580.0, 9539.0, 9565.0, 9533.0, 9558.0, 9529.0, 9561.0, 9548.0, 9560.0, 9529.0, 9543.0, 9511.0, 9541.0, 9530.0, 9567.0, 9576.0, 9559.0, 9529.0, 9544.0, 9529.0, 9547.0, 9533.0, 9566.0, 9578.0, 9562.0, 9543.0, 9532.0, 9558.0, 9548.0, 9574.0, 9546.0, 9557.0, 9514.0, 9539.0, 9508.0, 9557.0, 9530.0, 9555.0, 9514.0, 9552.0, 9513.0, 9539.0, 9514.0, 9557.0, 9513.0, 9540.0, 9512.0, 9539.0, 9510.0, 9542.0, 9530.0, 9543.0, 9514.0, 9542.0, 9525.0, 9528.0, 9532.0, 9548.0, 9559.0, 9544.0, 9552.0, 9529.0, 9556.0, 9544.0, 9557.0, 9546.0, 9558.0, 9527.0, 9536.0, 9511.0, 9539.0, 9531.0, 9558.0, 9528.0, 9539.0, 9513.0, 9538.0, 9514.0, 9562.0, 9531.0, 9558.0, 9509.0, 9526.0, 9508.0, 9526.0, 9542.0, 9543.0, 9540.0, 9545.0, 9541.0, 9543.0, 9541.0, 9549.0, 9557.0, 9562.0, 9558.0, 9558.0, 9528.0, 9544.0, 9544.0, 9562.0, 9547.0, 9562.0, 9531.0, 9564.0, 9534.0, 9564.0, 9540.0, 9579.0, 9537.0, 9562.0, 9534.0, 9561.0, 9534.0, 9579.0, 9550.0, 9576.0, 9537.0, 9562.0, 9551.0, 9576.0, 9568.0, 9578.0, 9567.0, 9561.0, 9551.0, 9562.0, 9571.0, 9581.0, 9583.0, 9548.0, 9554.0, 9550.0, 9564.0, 9578.0, 9567.0, 9578.0, 9565.0, 9545.0, 9546.0, 9546.0, 9549.0, 9574.0, 9560.0, 9557.0, 9532.0, 9540.0, 9543.0, 9578.0, 9561.0, 9576.0, 9563.0, 9555.0, 9531.0, 9554.0, 9531.0, 9564.0, 9553.0, 9559.0, 9543.0, 9556.0, 9532.0, 9571.0, 9552.0, 9578.0, 9563.0, 9560.0, 9546.0, 9554.0, 9545.0, 9573.0, 9563.0, 9573.0, 9559.0, 9541.0, 9544.0, 9554.0, 9544.0, 9572.0, 9557.0, 9555.0, 9529.0, 9539.0, 9526.0, 9541.0, 9523.0, 9537.0, 9509.0, 9519.0, 9507.0, 9536.0, 9531.0, 9558.0, 9531.0, 9560.0, 9530.0, 9555.0, 9532.0, 9573.0, 9550.0, 9575.0, 9546.0, 9555.0, 9516.0, 9554.0, 9547.0, 9575.0, 9543.0, 9544.0, 9513.0, 9539.0, 9526.0, 9541.0, 9546.0, 9558.0, 9545.0, 9540.0, 9514.0, 9536.0, 9527.0, 9558.0, 9557.0, 9557.0, 9529.0, 9552.0, 9527.0, 9556.0, 9545.0, 9554.0, 9544.0, 9554.0, 9530.0, 9558.0, 9549.0, 9577.0, 9563.0, 9571.0, 9547.0, 9567.0, 9544.0, 9590.0, 9565.0, 9559.0, 9562.0, 9528.0, 9546.0, 9544.0, 9560.0, 9560.0, 9562.0, 9529.0, 9560.0, 9516.0, 9561.0, 9533.0, 9563.0, 9517.0, 9555.0, 9528.0, 9557.0, 9515.0, 9560.0, 9533.0, 9559.0, 9519.0, 9572.0, 9528.0, 9574.0, 9534.0, 9571.0, 9531.0, 9556.0, 9527.0, 9569.0, 9547.0, 9573.0, 9542.0, 9555.0, 9511.0, 9549.0, 9527.0, 9553.0, 9539.0, 9552.0, 9524.0, 9536.0, 9527.0, 9556.0, 9542.0, 9555.0, 9526.0, 9537.0, 9526.0, 9553.0, 9544.0, 9539.0, 9544.0, 9540.0, 9526.0, 9551.0, 9526.0, 9556.0, 9544.0, 9553.0, 9528.0, 9552.0, 9527.0, 9554.0, 9539.0, 9551.0, 9509.0, 9547.0, 9508.0, 9550.0, 9529.0, 9553.0, 9525.0, 9548.0, 9510.0, 9551.0, 9529.0, 9570.0, 9546.0, 9556.0, 9531.0, 9554.0, 9530.0, 9559.0, 9559.0, 9557.0, 9532.0, 9556.0, 9530.0, 9557.0, 9534.0, 9574.0, 9543.0, 9555.0, 9511.0, 9551.0, 9526.0, 9556.0, 9529.0, 9555.0, 9511.0, 9551.0, 9510.0, 9536.0, 9527.0, 9556.0, 9528.0, 9539.0, 9510.0, 9540.0, 9510.0, 9539.0, 9524.0, 9552.0, 9513.0, 9537.0, 9508.0, 9538.0, 9515.0, 9557.0, 9528.0, 9559.0, 9514.0, 9557.0, 9514.0, 9560.0, 9548.0, 9572.0, 9528.0, 9539.0, 9510.0, 9540.0, 9530.0, 9553.0, 9541.0, 9552.0, 9509.0, 9537.0, 9524.0, 9543.0, 9553.0, 9552.0, 9523.0, 9524.0, 9520.0, 9539.0, 9554.0, 9553.0, 9536.0, 9551.0, 9522.0, 9539.0, 9550.0, 9540.0, 9556.0, 9557.0, 9556.0, 9530.0, 9538.0, 9544.0, 9558.0, 9561.0, 9585.0, 9560.0, 9540.0, 9532.0, 9570.0, 9548.0, 9572.0, 9579.0, 9573.0, 9547.0, 9555.0, 9543.0, 9554.0, 9558.0, 9539.0, 9528.0, 9533.0, 9507.0, 9552.0, 9528.0, 9551.0, 9509.0, 9535.0, 9507.0, 9540.0, 9518.0, 9556.0, 9551.0, 9552.0, 9511.0, 9536.0, 9523.0, 9540.0, 9552.0, 9557.0, 9539.0, 9537.0, 9561.0, 9523.0, 9555.0, 9540.0, 9552.0, 9537.0, 9536.0, 9524.0, 9538.0, 9543.0, 9553.0, 9555.0, 9552.0, 9527.0, 9548.0, 9530.0, 9556.0, 9544.0, 9554.0, 9528.0, 9555.0, 9527.0, 9568.0, 9558.0, 9571.0, 9559.0, 9526.0, 9556.0, 9540.0, 9559.0, 9573.0, 9553.0, 9535.0, 9537.0, 9529.0, 9534.0, 9549.0, 9538.0, 9547.0, 9533.0, 9529.0, 9507.0, 9532.0, 9523.0, 9549.0, 9541.0, 9552.0, 9539.0, 9551.0, 9538.0, 9539.0, 9540.0, 9555.0, 9537.0, 9535.0, 9507.0, 9529.0, 9522.0, 9538.0, 9518.0, 9520.0, 9491.0, 9531.0, 9521.0, 9537.0, 9559.0, 9532.0, 9544.0, 9517.0, 9546.0, 9538.0, 9551.0, 9539.0, 9533.0, 9520.0, 9532.0, 9520.0, 9550.0, 9541.0, 9532.0, 9503.0, 9529.0, 9487.0, 9531.0, 9491.0, 9538.0, 9533.0, 9535.0, 9502.0, 9534.0, 9503.0, 9533.0, 9566.0, 9551.0, 9548.0, 9533.0, 9532.0, 9505.0, 9530.0, 9521.0, 9550.0, 9536.0, 9549.0, 9526.0, 9563.0, 9544.0, 9574.0, 9561.0, 9571.0, 9544.0, 9550.0, 9527.0, 9566.0, 9545.0, 9572.0, 9540.0, 9562.0, 9510.0, 9550.0, 9522.0, 9566.0, 9539.0, 9566.0, 9536.0, 9546.0, 9504.0, 9547.0, 9508.0, 9550.0, 9542.0, 9582.0, 9531.0, 9550.0, 9541.0, 9571.0, 9553.0, 9550.0, 9524.0, 9531.0, 9506.0, 9549.0, 9539.0, 9533.0, 9535.0, 9547.0, 9520.0, 9549.0, 9540.0, 9547.0, 9537.0, 9548.0, 9523.0, 9562.0, 9537.0, 9566.0, 9551.0, 9531.0, 9518.0, 9529.0, 9518.0, 9544.0, 9534.0, 9529.0, 9518.0, 9503.0, 9520.0, 9503.0, 9538.0, 9549.0, 9548.0, 9510.0, 9536.0, 9491.0, 9535.0, 9550.0, 9551.0, 9549.0, 9533.0, 9517.0, 9518.0, 9533.0, 9535.0, 9549.0, 9533.0, 9507.0, 9534.0, 9500.0, 9551.0, 9545.0, 9567.0, 9522.0, 9549.0, 9520.0, 9533.0, 9524.0, 9534.0, 9537.0, 9529.0, 9503.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.0008976744186046512</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026749449335548178</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.70915239283458</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2250041626101436</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9808797857024099</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4598</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6760.4331</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08167672694955032</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6644518272425249</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4214645385016915</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.383449215901415</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.568951847842324</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311992551761335</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00353468</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011636096052825451</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0239163376390934</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1204</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.036011082996754</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>27.2477</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6659</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.2676</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303528.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>723.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.0929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7911</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.0669</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.1315</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3770.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73016.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4595.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.0842</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.67131674638949</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> |