=== 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-0026 --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-0026",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-01/func/sub-0026_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>a7fb3afdba0cff623d333cdab87ede79</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:01:43.707500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995743, 0.0119134, 0.0913957, -0.0151208, 0.999291, 0.0344823]</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.100799</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>[4176, -7734, -7258, 617, 27, -105, 16, 39]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>268.764</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>279c173e-3981-4780-94d1-9c5f118292ab||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671506643295288, -0.04056808352470398, 0.2454841434955597, 107.57950592041016], [-0.03196272253990173, 2.6810245513916016, 0.09643737226724625, -89.59040069580078], [0.24520787596702576, -0.09251360595226288, 2.687087297439575, -58.38887405395508], [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': ['110143.707500', '110144.167500', '110144.627500', '110145.087500', '110145.547500', '110146.007500', '110146.467500', '110146.927500', '110147.387500', '110147.847500', '110148.307500', '110148.767500', '110149.227500', '110149.687500', '110150.147500', '110150.607500', '110151.067500', '110151.527500', '110151.987500', '110152.447500', '110152.907500', '110153.367500', '110153.827500', '110154.287500', '110154.747500', '110155.207500', '110155.667500', '110156.127500', '110156.587500', '110157.047500', '110157.507500', '110157.967500', '110158.427500', '110158.887500', '110159.347500', '110159.807500', '110200.267500', '110200.727500', '110201.187500', '110201.647500', '110202.107500', '110202.567500', '110203.027500', '110203.487500', '110203.947500', '110204.407500', '110204.867500', '110205.327500', '110205.787500', '110206.247500', '110206.707500', '110207.167500', '110207.627500', '110208.087500', '110208.547500', '110209.007500', '110209.467500', '110209.927500', '110210.387500', '110210.847500', '110211.307500', '110211.767500', '110212.227500', '110212.687500', '110213.147500', '110213.607500', '110214.067500', '110214.527500', '110214.987500', '110215.447500', '110215.907500', '110216.367500', '110216.827500', '110217.287500', '110217.747500', '110218.207500', '110218.667500', '110219.127500', '110219.587500', '110220.047500', '110220.507500', '110220.967500', '110221.427500', '110221.887500', '110222.347500', '110222.807500', '110223.267500', '110223.727500', '110224.187500', '110224.647500', '110225.107500', '110225.567500', '110226.027500', '110226.487500', '110226.947500', '110227.407500', '110227.867500', '110228.327500', '110228.787500', '110229.247500', '110229.707500', '110230.167500', '110230.627500', '110231.087500', '110231.547500', '110232.007500', '110232.467500', '110232.927500', '110233.387500', '110233.847500', '110234.307500', '110234.767500', '110235.227500', '110235.687500', '110236.147500', '110236.607500', '110237.067500', '110237.527500', '110237.987500', '110238.447500', '110238.907500', '110239.367500', '110239.827500', '110240.287500', '110240.747500', '110241.207500', '110241.667500', '110242.127500', '110242.587500', '110243.047500', '110243.507500', '110243.967500', '110244.427500', '110244.887500', '110245.347500', '110245.807500', '110246.267500', '110246.727500', '110247.187500', '110247.647500', '110248.107500', '110248.567500', '110249.027500', '110249.487500', '110249.947500', '110250.407500', '110250.867500', '110251.327500', '110251.787500', '110252.247500', '110252.707500', '110253.167500', '110253.627500', '110254.087500', '110254.547500', '110255.007500', '110255.467500', '110255.927500', '110256.387500', '110256.847500', '110257.307500', '110257.767500', '110258.227500', '110258.687500', '110259.147500', '110259.607500', '110300.067500', '110300.527500', '110300.987500', '110301.447500', '110301.907500', '110302.367500', '110302.827500', '110303.287500', '110303.747500', '110304.207500', '110304.667500', '110305.127500', '110305.587500', '110306.047500', '110306.507500', '110306.967500', '110307.427500', '110307.887500', '110308.347500', '110308.807500', '110309.267500', '110309.727500', '110310.187500', '110310.647500', '110311.107500', '110311.567500', '110312.027500', '110312.487500', '110312.947500', '110313.407500', '110313.867500', '110314.327500', '110314.787500', '110315.247500', '110315.707500', '110316.167500', '110316.627500', '110317.087500', '110317.547500', '110318.007500', '110318.467500', '110318.927500', '110319.387500', '110319.847500', '110320.307500', '110320.767500', '110321.227500', '110321.687500', '110322.147500', '110322.607500', '110323.067500', '110323.527500', '110323.987500', '110324.447500', '110324.907500', '110325.367500', '110325.827500', '110326.287500', '110326.747500', '110327.207500', '110327.667500', '110328.127500', '110328.587500', '110329.047500', '110329.507500', '110329.967500', '110330.427500', '110330.887500', '110331.347500', '110331.807500', '110332.267500', '110332.727500', '110333.187500', '110333.647500', '110334.107500', '110334.567500', '110335.027500', '110335.487500', '110335.947500', '110336.407500', '110336.867500', '110337.327500', '110337.787500', '110338.247500', '110338.707500', '110339.167500', '110339.627500', '110340.087500', '110340.547500', '110341.007500', '110341.467500', '110341.927500', '110342.387500', '110342.847500', '110343.307500', '110343.767500', '110344.227500', '110344.687500', '110345.147500', '110345.607500', '110346.067500', '110346.527500', '110346.987500', '110347.447500', '110347.907500', '110348.367500', '110348.827500', '110349.287500', '110349.747500', '110350.207500', '110350.667500', '110351.127500', '110351.587500', '110352.047500', '110352.507500', '110352.967500', '110353.427500', '110353.887500', '110354.347500', '110354.807500', '110355.267500', '110355.727500', '110356.187500', '110356.647500', '110357.107500', '110357.567500', '110358.027500', '110358.487500', '110358.947500', '110359.407500', '110359.867500', '110400.327500', '110400.787500', '110401.247500', '110401.707500', '110402.167500', '110402.627500', '110403.087500', '110403.547500', '110404.007500', '110404.467500', '110404.927500', '110405.387500', '110405.847500', '110406.307500', '110406.767500', '110407.227500', '110407.687500', '110408.147500', '110408.607500', '110409.067500', '110409.527500', '110409.987500', '110410.447500', '110410.907500', '110411.367500', '110411.827500', '110412.287500', '110412.747500', '110413.207500', '110413.667500', '110414.127500', '110414.587500', '110415.047500', '110415.507500', '110415.967500', '110416.427500', '110416.887500', '110417.347500', '110417.807500', '110418.267500', '110418.727500', '110419.187500', '110419.647500', '110420.107500', '110420.567500', '110421.027500', '110421.487500', '110421.947500', '110422.407500', '110422.867500', '110423.327500', '110423.787500', '110424.247500', '110424.707500', '110425.167500', '110425.627500', '110426.087500', '110426.547500', '110427.007500', '110427.467500', '110427.927500', '110428.387500', '110428.847500', '110429.307500', '110429.767500', '110430.227500', '110430.687500', '110431.147500', '110431.607500', '110432.067500', '110432.527500', '110432.987500', '110433.447500', '110433.907500', '110434.367500', '110434.827500', '110435.287500', '110435.747500', '110436.207500', '110436.667500', '110437.127500', '110437.587500', '110438.047500', '110438.507500', '110438.967500', '110439.427500', '110439.887500', '110440.347500', '110440.807500', '110441.267500', '110441.727500', '110442.187500', '110442.647500', '110443.107500', '110443.567500', '110444.027500', '110444.487500', '110444.947500', '110445.407500', '110445.867500', '110446.327500', '110446.787500', '110447.247500', '110447.707500', '110448.167500', '110448.627500', '110449.087500', '110449.547500', '110450.007500', '110450.467500', '110450.927500', '110451.387500', '110451.847500', '110452.307500', '110452.767500', '110453.227500', '110453.687500', '110454.147500', '110454.607500', '110455.067500', '110455.527500', '110455.987500', '110456.447500', '110456.907500', '110457.367500', '110457.827500', '110458.287500', '110458.747500', '110459.207500', '110459.667500', '110500.127500', '110500.587500', '110501.047500', '110501.507500', '110501.967500', '110502.427500', '110502.887500', '110503.347500', '110503.807500', '110504.267500', '110504.727500', '110505.187500', '110505.647500', '110506.107500', '110506.567500', '110507.027500', '110507.487500', '110507.947500', '110508.407500', '110508.867500', '110509.327500', '110509.787500', '110510.247500', '110510.707500', '110511.167500', '110511.627500', '110512.087500', '110512.547500', '110513.007500', '110513.467500', '110513.927500', '110514.387500', '110514.847500', '110515.307500', '110515.767500', '110516.227500', '110516.687500', '110517.147500', '110517.607500', '110518.067500', '110518.527500', '110518.987500', '110519.447500', '110519.907500', '110520.367500', '110520.827500', '110521.287500', '110521.747500', '110522.207500', '110522.667500', '110523.127500', '110523.587500', '110524.047500', '110524.507500', '110524.967500', '110525.427500', '110525.887500', '110526.347500', '110526.807500', '110527.267500', '110527.727500', '110528.187500', '110528.647500', '110529.107500', '110529.567500', '110530.027500', '110530.487500', '110530.947500', '110531.407500', '110531.867500', '110532.327500', '110532.787500', '110533.247500', '110533.707500', '110534.167500', '110534.627500', '110535.087500', '110535.547500', '110536.007500', '110536.467500', '110536.927500', '110537.387500', '110537.847500', '110538.307500', '110538.767500', '110539.227500', '110539.687500', '110540.147500', '110540.607500', '110541.067500', '110541.527500', '110541.987500', '110542.447500', '110542.907500', '110543.367500', '110543.827500', '110544.287500', '110544.747500', '110545.207500', '110545.667500', '110546.127500', '110546.587500', '110547.047500', '110547.507500', '110547.967500', '110548.427500', '110548.887500', '110549.347500', '110549.807500', '110550.267500', '110550.727500', '110551.187500', '110551.647500', '110552.107500', '110552.567500', '110553.027500', '110553.487500', '110553.947500', '110554.407500', '110554.867500', '110555.327500', '110555.787500', '110556.247500', '110556.707500', '110557.167500', '110557.627500', '110558.087500', '110558.547500', '110559.007500', '110559.467500', '110559.927500', '110600.387500', '110600.847500', '110601.307500', '110601.767500', '110602.227500', '110602.687500', '110603.147500', '110603.607500', '110604.067500', '110604.527500', '110604.987500', '110605.447500', '110605.907500', '110606.367500', '110606.827500', '110607.287500', '110607.747500', '110608.207500', '110608.667500', '110609.127500', '110609.587500', '110610.047500', '110610.507500', '110610.967500', '110611.427500', '110611.887500', '110612.347500', '110612.807500', '110613.267500', '110613.727500', '110614.187500', '110614.647500', '110615.107500', '110615.567500', '110616.027500', '110616.487500', '110616.947500', '110617.407500', '110617.867500', '110618.327500', '110618.787500', '110619.247500', '110619.707500', '110620.167500', '110620.627500', '110621.087500', '110621.547500', '110622.007500', '110622.467500', '110622.927500', '110623.387500', '110623.847500', '110624.307500', '110624.767500', '110625.227500', '110625.687500', '110626.147500', '110626.607500', '110627.067500', '110627.527500', '110627.987500', '110628.447500', '110628.907500', '110629.367500', '110629.827500', '110630.287500', '110630.747500', '110631.207500', '110631.667500', '110632.127500', '110632.587500', '110633.047500', '110633.507500', '110633.967500', '110634.427500', '110634.887500', '110635.347500', '110635.807500', '110636.267500', '110636.727500', '110637.187500', '110637.647500', '110638.107500', '110638.567500', '110639.027500', '110639.487500', '110639.947500', '110640.407500', '110640.867500', '110641.327500', '110641.787500', '110642.247500', '110642.707500', '110643.167500', '110643.627500', '110644.087500', '110644.547500', '110645.007500', '110645.467500', '110645.927500', '110646.387500', '110646.847500', '110647.307500', '110647.767500', '110648.227500', '110648.687500', '110649.147500', '110649.607500', '110650.067500', '110650.527500', '110650.987500', '110651.447500', '110651.907500', '110652.367500', '110652.827500', '110653.287500', '110653.747500', '110654.207500', '110654.667500', '110655.127500', '110655.587500', '110656.047500', '110656.507500', '110656.967500', '110657.427500', '110657.887500', '110658.347500', '110658.807500', '110659.267500', '110659.727500', '110700.187500', '110700.647500', '110701.107500', '110701.567500', '110702.027500', '110702.487500', '110702.947500', '110703.407500', '110703.867500', '110704.327500', '110704.787500', '110705.247500', '110705.707500', '110706.167500', '110706.627500', '110707.087500', '110707.547500', '110708.007500', '110708.467500', '110708.927500', '110709.387500', '110709.847500', '110710.307500', '110710.767500', '110711.227500', '110711.687500', '110712.147500', '110712.607500', '110713.067500', '110713.527500', '110713.987500', '110714.447500', '110714.907500', '110715.367500', '110715.827500', '110716.287500', '110716.747500', '110717.207500', '110717.667500', '110718.127500', '110718.587500', '110719.047500', '110719.507500', '110719.967500', '110720.427500', '110720.887500', '110721.347500', '110721.807500', '110722.267500', '110722.727500', '110723.187500', '110723.647500', '110724.107500', '110724.567500', '110725.027500', '110725.487500', '110725.947500', '110726.407500', '110726.867500', '110727.327500', '110727.787500', '110728.247500', '110728.707500', '110729.167500', '110729.627500', '110730.087500', '110730.547500', '110731.007500', '110731.467500', '110731.927500', '110732.387500', '110732.847500', '110733.307500', '110733.767500', '110734.227500', '110734.687500', '110735.147500', '110735.607500', '110736.067500', '110736.527500', '110736.987500', '110737.447500', '110737.907500', '110738.367500', '110738.827500', '110739.287500', '110739.747500', '110740.207500', '110740.667500', '110741.127500', '110741.587500', '110742.047500', '110742.507500', '110742.967500', '110743.427500', '110743.887500', '110744.347500', '110744.807500', '110745.267500', '110745.727500', '110746.187500', '110746.647500', '110747.107500', '110747.567500', '110748.027500', '110748.487500', '110748.947500', '110749.407500', '110749.867500', '110750.327500', '110750.787500', '110751.247500', '110751.707500', '110752.167500', '110752.627500', '110753.087500', '110753.547500', '110754.007500', '110754.467500', '110754.927500', '110755.387500', '110755.847500', '110756.307500', '110756.767500', '110757.227500', '110757.687500', '110758.147500', '110758.607500', '110759.067500', '110759.527500', '110759.987500', '110800.447500', '110800.907500', '110801.367500', '110801.827500', '110802.287500', '110802.747500', '110803.207500', '110803.667500', '110804.127500', '110804.587500', '110805.047500', '110805.507500', '110805.967500', '110806.427500', '110806.887500', '110807.347500', '110807.807500', '110808.267500', '110808.727500', '110809.187500', '110809.647500', '110810.107500', '110810.567500', '110811.027500', '110811.487500', '110811.947500', '110812.407500', '110812.867500', '110813.327500', '110813.787500', '110814.247500', '110814.707500', '110815.167500', '110815.627500', '110816.087500', '110816.547500', '110817.007500', '110817.467500', '110817.927500', '110818.387500', '110818.847500', '110819.307500', '110819.767500', '110820.227500', '110820.687500', '110821.147500', '110821.607500', '110822.067500', '110822.527500', '110822.987500', '110823.447500', '110823.907500', '110824.367500', '110824.827500', '110825.287500', '110825.747500', '110826.207500', '110826.667500', '110827.127500', '110827.587500', '110828.047500', '110828.507500', '110828.967500', '110829.427500', '110829.887500', '110830.347500', '110830.807500', '110831.267500', '110831.727500', '110832.187500', '110832.647500', '110833.107500', '110833.567500', '110834.027500', '110834.487500', '110834.947500', '110835.407500', '110835.867500', '110836.327500', '110836.787500', '110837.247500', '110837.707500', '110838.167500', '110838.627500', '110839.087500', '110839.547500', '110840.007500', '110840.467500', '110840.927500', '110841.387500', '110841.847500', '110842.307500', '110842.767500', '110843.227500', '110843.687500', '110844.147500', '110844.607500', '110845.067500', '110845.527500', '110845.987500', '110846.447500', '110846.907500', '110847.367500', '110847.827500', '110848.287500', '110848.747500', '110849.207500', '110849.667500', '110850.127500', '110850.587500', '110851.047500', '110851.507500', '110851.967500', '110852.427500', '110852.887500', '110853.347500', '110853.807500', '110854.267500', '110854.727500', '110855.187500', '110855.647500', '110856.107500', '110856.567500', '110857.027500', '110857.487500', '110857.947500', '110858.407500', '110858.867500', '110859.327500', '110859.787500', '110900.247500', '110900.707500', '110901.167500', '110901.627500', '110902.087500', '110902.547500', '110903.007500', '110903.467500', '110903.927500', '110904.387500', '110904.847500', '110905.307500', '110905.767500', '110906.227500', '110906.687500', '110907.147500', '110907.607500', '110908.067500', '110908.527500', '110908.987500', '110909.447500', '110909.907500', '110910.367500', '110910.827500', '110911.287500', '110911.747500', '110912.207500', '110912.667500', '110913.127500', '110913.587500', '110914.047500', '110914.507500', '110914.967500', '110915.427500', '110915.887500', '110916.347500', '110916.807500', '110917.267500', '110917.727500', '110918.187500', '110918.647500', '110919.107500', '110919.567500', '110920.027500', '110920.487500', '110920.947500', '110921.407500', '110921.867500', '110922.327500', '110922.787500', '110923.247500', '110923.707500', '110924.167500', '110924.627500', '110925.087500', '110925.547500', '110926.007500', '110926.467500', '110926.927500', '110927.387500', '110927.847500', '110928.307500', '110928.767500', '110929.227500', '110929.687500', '110930.147500', '110930.607500', '110931.067500', '110931.527500', '110931.987500', '110932.447500', '110932.907500', '110933.367500', '110933.827500', '110934.287500', '110934.747500', '110935.207500', '110935.667500', '110936.127500', '110936.587500', '110937.047500', '110937.507500', '110937.967500', '110938.427500', '110938.887500', '110939.347500', '110939.807500', '110940.267500', '110940.727500', '110941.187500', '110941.647500', '110942.107500', '110942.567500', '110943.027500', '110943.487500', '110943.947500', '110944.407500', '110944.867500', '110945.327500', '110945.787500', '110946.247500', '110946.707500', '110947.167500', '110947.627500', '110948.087500', '110948.547500', '110949.007500', '110949.467500', '110949.927500', '110950.387500', '110950.847500', '110951.307500', '110951.767500', '110952.227500', '110952.687500', '110953.147500', '110953.607500', '110954.067500', '110954.527500', '110954.987500', '110955.447500', '110955.907500', '110956.367500', '110956.827500', '110957.287500', '110957.747500', '110958.207500', '110958.667500', '110959.127500', '110959.587500', '111000.047500', '111000.507500', '111000.967500', '111001.427500', '111001.887500', '111002.347500', '111002.807500', '111003.267500', '111003.727500', '111004.187500', '111004.647500', '111005.107500', '111005.567500', '111006.027500', '111006.487500', '111006.947500', '111007.407500', '111007.867500', '111008.327500', '111008.787500', '111009.247500', '111009.707500', '111010.167500', '111010.627500', '111011.087500', '111011.547500', '111012.007500', '111012.467500', '111012.927500', '111013.387500', '111013.847500', '111014.307500', '111014.767500', '111015.227500', '111015.687500', '111016.147500', '111016.607500', '111017.067500', '111017.527500', '111017.987500', '111018.447500', '111018.907500', '111019.367500', '111019.827500', '111020.287500', '111020.747500', '111021.207500', '111021.667500', '111022.127500', '111022.587500', '111023.047500', '111023.507500', '111023.967500', '111024.427500', '111024.887500', '111025.347500', '111025.807500', '111026.267500', '111026.727500', '111027.187500', '111027.647500', '111028.107500', '111028.567500', '111029.027500', '111029.487500', '111029.947500', '111030.407500', '111030.867500', '111031.327500', '111031.787500', '111032.247500', '111032.707500', '111033.167500', '111033.627500', '111034.087500', '111034.547500', '111035.007500', '111035.467500', '111035.927500', '111036.387500', '111036.847500', '111037.307500', '111037.767500', '111038.227500', '111038.687500', '111039.147500', '111039.607500', '111040.067500', '111040.527500', '111040.987500', '111041.447500', '111041.907500', '111042.367500', '111042.827500', '111043.287500', '111043.747500', '111044.207500', '111044.667500', '111045.127500', '111045.587500', '111046.047500', '111046.507500', '111046.967500', '111047.427500', '111047.887500', '111048.347500', '111048.807500', '111049.267500', '111049.727500', '111050.187500', '111050.647500', '111051.107500', '111051.567500', '111052.027500', '111052.487500', '111052.947500', '111053.407500', '111053.867500', '111054.327500', '111054.787500', '111055.247500', '111055.707500', '111056.167500', '111056.627500', '111057.087500', '111057.547500', '111058.007500', '111058.467500', '111058.927500', '111059.387500'], 'ContentTime': ['110200.059000', '110200.062000', '110200.065000', '110200.068000', '110200.078000', '110200.081000', '110200.085000', '110200.088000', '110200.091000', '110200.094000', '110200.102000', '110200.107000', '110200.113000', '110200.120000', '110200.124000', '110200.127000', '110200.137000', '110200.140000', '110200.143000', '110200.156000', '110200.159000', '110200.162000', '110200.165000', '110200.169000', '110200.172000', '110200.175000', '110200.178000', '110200.194000', '110200.198000', '110200.202000', '110200.205000', '110200.209000', '110200.212000', '110220.022000', '110220.025000', '110220.028000', '110220.031000', '110220.034000', '110220.037000', '110220.040000', '110220.043000', '110220.046000', '110220.048000', '110220.051000', '110220.060000', '110220.063000', '110220.066000', '110220.068000', '110220.071000', '110220.074000', '110220.077000', '110220.080000', '110220.083000', '110220.086000', '110220.089000', '110220.092000', '110220.094000', '110220.097000', '110220.100000', '110220.103000', '110220.106000', '110220.109000', '110220.112000', '110220.115000', '110220.118000', '110220.121000', '110220.124000', '110220.126000', '110220.129000', '110220.132000', '110220.135000', '110220.138000', '110220.141000', '110220.144000', '110220.147000', '110220.150000', '110220.153000', '110240.022000', '110240.025000', '110240.028000', '110240.031000', '110240.034000', '110240.037000', '110240.040000', '110240.043000', '110240.046000', '110240.049000', '110240.053000', '110240.056000', '110240.059000', '110240.064000', '110240.067000', '110240.070000', '110240.073000', '110240.076000', '110240.079000', '110240.082000', '110240.085000', '110240.088000', '110240.091000', '110240.094000', '110240.097000', '110240.100000', '110240.103000', '110240.106000', '110240.109000', '110240.112000', '110240.115000', '110240.118000', '110240.123000', '110240.127000', '110240.130000', '110240.133000', '110240.137000', '110240.139000', '110240.142000', '110240.145000', '110240.148000', '110240.151000', '110240.154000', '110300.022000', '110300.025000', '110300.028000', '110300.031000', '110300.034000', '110300.037000', '110300.040000', '110300.043000', '110300.046000', '110300.049000', '110300.052000', '110300.055000', '110300.058000', '110300.060000', '110300.063000', '110300.067000', '110300.069000', '110300.072000', '110300.075000', '110300.078000', '110300.081000', '110300.084000', '110300.087000', '110300.095000', '110300.098000', '110300.101000', '110300.104000', '110300.107000', '110300.110000', '110300.113000', '110300.116000', '110300.119000', '110300.122000', '110300.125000', '110300.128000', '110300.131000', '110300.134000', '110300.137000', '110300.140000', '110300.143000', '110300.145000', '110300.148000', '110300.151000', '110300.154000', '110320.022000', '110320.025000', '110320.028000', '110320.031000', '110320.034000', '110320.037000', '110320.040000', '110320.043000', '110320.046000', '110320.049000', '110320.052000', '110320.055000', '110320.057000', '110320.061000', '110320.063000', '110320.066000', '110320.069000', '110320.072000', '110320.075000', '110320.078000', '110320.081000', '110320.084000', '110320.087000', '110320.090000', '110320.093000', '110320.096000', '110320.098000', '110320.101000', '110320.104000', '110320.107000', '110320.110000', '110320.113000', '110320.116000', '110320.119000', '110320.122000', '110320.125000', '110320.128000', '110320.131000', '110320.134000', '110320.137000', '110320.140000', '110320.143000', '110320.146000', '110340.021000', '110340.024000', '110340.027000', '110340.030000', '110340.033000', '110340.036000', '110340.039000', '110340.042000', '110340.045000', '110340.048000', '110340.051000', '110340.053000', '110340.056000', '110340.059000', '110340.062000', '110340.065000', '110340.068000', '110340.071000', '110340.074000', '110340.077000', '110340.080000', '110340.083000', '110340.086000', '110340.089000', '110340.092000', '110340.095000', '110340.098000', '110340.101000', '110340.103000', '110340.106000', '110340.110000', '110340.112000', '110340.115000', '110340.118000', '110340.121000', '110340.124000', '110340.127000', '110340.130000', '110340.133000', '110340.136000', '110340.139000', '110340.142000', '110340.145000', '110340.148000', '110400.022000', '110400.025000', '110400.028000', '110400.047000', '110400.050000', '110400.053000', '110400.056000', '110400.059000', '110400.062000', '110400.064000', '110400.067000', '110400.070000', '110400.073000', '110400.076000', '110400.079000', '110400.082000', '110400.085000', '110400.088000', '110400.092000', '110400.096000', '110400.099000', '110400.102000', '110400.104000', '110400.107000', '110400.110000', '110400.113000', '110400.116000', '110400.119000', '110400.122000', '110400.125000', '110400.128000', '110400.131000', '110400.134000', '110400.137000', '110400.140000', '110400.143000', '110400.146000', '110400.149000', '110400.152000', '110400.155000', '110400.158000', '110400.163000', '110400.167000', '110420.022000', '110420.032000', '110420.035000', '110420.038000', '110420.041000', '110420.044000', '110420.047000', '110420.050000', '110420.053000', '110420.056000', '110420.059000', '110420.062000', '110420.065000', '110420.068000', '110420.071000', '110420.074000', '110420.077000', '110420.080000', '110420.083000', '110420.086000', '110420.089000', '110420.092000', '110420.095000', '110420.097000', '110420.100000', '110420.103000', '110420.106000', '110420.109000', '110420.112000', '110420.115000', '110420.118000', '110420.121000', '110420.124000', '110420.127000', '110420.130000', '110420.133000', '110420.136000', '110420.139000', '110420.142000', '110420.144000', '110420.147000', '110420.150000', '110420.153000', '110420.156000', '110440.022000', '110440.025000', '110440.028000', '110440.031000', '110440.034000', '110440.037000', '110440.040000', '110440.043000', '110440.046000', '110440.049000', '110440.052000', '110440.055000', '110440.058000', '110440.061000', '110440.064000', '110440.067000', '110440.070000', '110440.072000', '110440.075000', '110440.078000', '110440.081000', '110440.084000', '110440.087000', '110440.090000', '110440.093000', '110440.096000', '110440.099000', '110440.102000', '110440.105000', '110440.108000', '110440.111000', '110440.114000', '110440.117000', '110440.120000', '110440.123000', '110440.126000', '110440.129000', '110440.132000', '110440.135000', '110440.138000', '110440.141000', '110440.144000', '110440.146000', '110500.022000', '110500.025000', '110500.028000', '110500.031000', '110500.034000', '110500.037000', '110500.040000', '110500.043000', '110500.046000', '110500.049000', '110500.052000', '110500.055000', '110500.058000', '110500.060000', '110500.063000', '110500.066000', '110500.069000', '110500.072000', '110500.075000', '110500.078000', '110500.081000', '110500.084000', '110500.087000', '110500.090000', '110500.093000', '110500.096000', '110500.099000', '110500.102000', '110500.105000', '110500.108000', '110500.111000', '110500.114000', '110500.117000', '110500.120000', '110500.122000', '110500.125000', '110500.128000', '110500.131000', '110500.134000', '110500.137000', '110500.140000', '110500.143000', '110500.146000', '110500.149000', '110520.022000', '110520.025000', '110520.028000', '110520.031000', '110520.034000', '110520.037000', '110520.040000', '110520.043000', '110520.046000', '110520.049000', '110520.052000', '110520.055000', '110520.058000', '110520.060000', '110520.064000', '110520.067000', '110520.070000', '110520.072000', '110520.076000', '110520.079000', '110520.081000', '110520.084000', '110520.087000', '110520.090000', '110520.093000', '110520.096000', '110520.099000', '110520.102000', '110520.117000', '110520.120000', '110520.123000', '110520.126000', '110520.130000', '110520.134000', '110520.137000', '110520.140000', '110520.143000', '110520.145000', '110520.149000', '110520.151000', '110520.154000', '110520.157000', '110520.161000', '110540.022000', '110540.025000', '110540.028000', '110540.031000', '110540.034000', '110540.037000', '110540.040000', '110540.043000', '110540.046000', '110540.049000', '110540.051000', '110540.055000', '110540.057000', '110540.060000', '110540.063000', '110540.067000', '110540.069000', '110540.072000', '110540.075000', '110540.078000', '110540.081000', '110540.084000', '110540.087000', '110540.090000', '110540.093000', '110540.096000', '110540.099000', '110540.102000', '110540.105000', '110540.108000', '110540.111000', '110540.114000', '110540.117000', '110540.120000', '110540.123000', '110540.126000', '110540.129000', '110540.132000', '110540.135000', '110540.138000', '110540.141000', '110540.144000', '110540.147000', '110540.150000', '110600.021000', '110600.024000', '110600.027000', '110600.030000', '110600.033000', '110600.036000', '110600.039000', '110600.042000', '110600.045000', '110600.048000', '110600.051000', '110600.054000', '110600.057000', '110600.060000', '110600.063000', '110600.066000', '110600.068000', '110600.072000', '110600.075000', '110600.077000', '110600.080000', '110600.083000', '110600.086000', '110600.089000', '110600.092000', '110600.095000', '110600.098000', '110600.101000', '110600.104000', '110600.107000', '110600.110000', '110600.113000', '110600.116000', '110600.119000', '110600.122000', '110600.125000', '110600.128000', '110600.131000', '110600.134000', '110600.136000', '110600.139000', '110600.142000', '110600.145000', '110620.022000', '110620.025000', '110620.028000', '110620.031000', '110620.034000', '110620.037000', '110620.040000', '110620.043000', '110620.046000', '110620.049000', '110620.052000', '110620.055000', '110620.058000', '110620.061000', '110620.064000', '110620.067000', '110620.069000', '110620.072000', '110620.075000', '110620.078000', '110620.081000', '110620.084000', '110620.087000', '110620.090000', '110620.093000', '110620.096000', '110620.099000', '110620.102000', '110620.105000', '110620.108000', '110620.111000', '110620.114000', '110620.117000', '110620.120000', '110620.123000', '110620.126000', '110620.129000', '110620.132000', '110620.135000', '110620.137000', '110620.140000', '110620.143000', '110620.146000', '110620.149000', '110640.022000', '110640.025000', '110640.028000', '110640.031000', '110640.034000', '110640.037000', '110640.040000', '110640.043000', '110640.046000', '110640.049000', '110640.052000', '110640.055000', '110640.058000', '110640.061000', '110640.064000', '110640.066000', '110640.070000', '110640.072000', '110640.075000', '110640.078000', '110640.081000', '110640.084000', '110640.087000', '110640.090000', '110640.093000', '110640.096000', '110640.099000', '110640.102000', '110640.105000', '110640.108000', '110640.111000', '110640.114000', '110640.117000', '110640.120000', '110640.122000', '110640.125000', '110640.128000', '110640.131000', '110640.134000', '110640.137000', '110640.140000', '110640.143000', '110640.146000', '110700.022000', '110700.025000', '110700.028000', '110700.031000', '110700.034000', '110700.037000', '110700.040000', '110700.043000', '110700.046000', '110700.049000', '110700.052000', '110700.055000', '110700.058000', '110700.061000', '110700.064000', '110700.067000', '110700.070000', '110700.073000', '110700.076000', '110700.079000', '110700.082000', '110700.085000', '110700.088000', '110700.091000', '110700.094000', '110700.097000', '110700.100000', '110700.103000', '110700.106000', '110700.109000', '110700.112000', '110700.115000', '110700.118000', '110700.121000', '110700.124000', '110700.126000', '110700.129000', '110700.133000', '110700.136000', '110700.139000', '110700.141000', '110700.145000', '110700.147000', '110700.150000', '110720.022000', '110720.025000', '110720.028000', '110720.031000', '110720.042000', '110720.045000', '110720.048000', '110720.051000', '110720.054000', '110720.057000', '110720.060000', '110720.063000', '110720.065000', '110720.068000', '110720.071000', '110720.074000', '110720.077000', '110720.080000', '110720.083000', '110720.086000', '110720.089000', '110720.092000', '110720.095000', '110720.098000', '110720.101000', '110720.104000', '110720.107000', '110720.110000', '110720.113000', '110720.115000', '110720.118000', '110720.121000', '110720.124000', '110720.127000', '110720.130000', '110720.133000', '110720.136000', '110720.139000', '110720.142000', '110720.145000', '110720.148000', '110720.151000', '110720.154000', '110740.024000', '110740.028000', '110740.032000', '110740.034000', '110740.038000', '110740.041000', '110740.043000', '110740.046000', '110740.050000', '110740.052000', '110740.055000', '110740.058000', '110740.061000', '110740.064000', '110740.067000', '110740.070000', '110740.073000', '110740.076000', '110740.079000', '110740.082000', '110740.085000', '110740.088000', '110740.091000', '110740.094000', '110740.097000', '110740.100000', '110740.103000', '110740.106000', '110740.109000', '110740.112000', '110740.115000', '110740.117000', '110740.121000', '110740.123000', '110740.126000', '110740.129000', '110740.132000', '110740.135000', '110740.138000', '110740.141000', '110740.144000', '110740.147000', '110740.150000', '110800.021000', '110800.024000', '110800.027000', '110800.030000', '110800.033000', '110800.036000', '110800.039000', '110800.042000', '110800.045000', '110800.048000', '110800.051000', '110800.054000', '110800.057000', '110800.060000', '110800.063000', '110800.066000', '110800.069000', '110800.072000', '110800.074000', '110800.078000', '110800.080000', '110800.083000', '110800.086000', '110800.089000', '110800.092000', '110800.095000', '110800.098000', '110800.101000', '110800.104000', '110800.107000', '110800.110000', '110800.113000', '110800.116000', '110800.118000', '110800.121000', '110800.124000', '110800.127000', '110800.130000', '110800.133000', '110800.136000', '110800.139000', '110800.142000', '110800.145000', '110800.148000', '110820.021000', '110820.024000', '110820.027000', '110820.030000', '110820.033000', '110820.036000', '110820.039000', '110820.042000', '110820.045000', '110820.049000', '110820.054000', '110820.058000', '110820.061000', '110820.063000', '110820.066000', '110820.069000', '110820.072000', '110820.075000', '110820.078000', '110820.081000', '110820.084000', '110820.101000', '110820.104000', '110820.107000', '110820.110000', '110820.112000', '110820.115000', '110820.118000', '110820.121000', '110820.124000', '110820.127000', '110820.130000', '110820.133000', '110820.136000', '110820.139000', '110820.142000', '110820.145000', '110820.148000', '110820.151000', '110820.154000', '110820.157000', '110820.160000', '110820.163000', '110840.022000', '110840.025000', '110840.028000', '110840.035000', '110840.038000', '110840.041000', '110840.044000', '110840.047000', '110840.050000', '110840.053000', '110840.056000', '110840.058000', '110840.061000', '110840.064000', '110840.067000', '110840.070000', '110840.073000', '110840.076000', '110840.079000', '110840.082000', '110840.085000', '110840.088000', '110840.091000', '110840.094000', '110840.097000', '110840.099000', '110840.102000', '110840.105000', '110840.108000', '110840.111000', '110840.114000', '110840.117000', '110840.120000', '110840.123000', '110840.126000', '110840.129000', '110840.132000', '110840.135000', '110840.138000', '110840.141000', '110840.146000', '110840.149000', '110840.152000', '110840.155000', '110900.022000', '110900.025000', '110900.028000', '110900.031000', '110900.034000', '110900.037000', '110900.040000', '110900.043000', '110900.046000', '110900.049000', '110900.052000', '110900.055000', '110900.058000', '110900.061000', '110900.064000', '110900.067000', '110900.072000', '110900.075000', '110900.078000', '110900.081000', '110900.084000', '110900.087000', '110900.090000', '110900.093000', '110900.096000', '110900.099000', '110900.102000', '110900.105000', '110900.108000', '110900.111000', '110900.114000', '110900.117000', '110900.120000', '110900.123000', '110900.126000', '110900.129000', '110900.131000', '110900.134000', '110900.137000', '110900.140000', '110900.143000', '110900.146000', '110900.149000', '110920.022000', '110920.025000', '110920.028000', '110920.031000', '110920.034000', '110920.037000', '110920.040000', '110920.043000', '110920.046000', '110920.049000', '110920.052000', '110920.055000', '110920.058000', '110920.061000', '110920.064000', '110920.067000', '110920.070000', '110920.073000', '110920.076000', '110920.079000', '110920.082000', '110920.085000', '110920.088000', '110920.091000', '110920.093000', '110920.097000', '110920.099000', '110920.102000', '110920.105000', '110920.108000', '110920.111000', '110920.114000', '110920.117000', '110920.120000', '110920.123000', '110920.126000', '110920.129000', '110920.132000', '110920.135000', '110920.138000', '110920.141000', '110920.144000', '110920.147000', '110920.150000', '110940.022000', '110940.025000', '110940.028000', '110940.031000', '110940.034000', '110940.037000', '110940.040000', '110940.043000', '110940.046000', '110940.049000', '110940.052000', '110940.055000', '110940.058000', '110940.061000', '110940.064000', '110940.067000', '110940.070000', '110940.084000', '110940.088000', '110940.091000', '110940.094000', '110940.097000', '110940.100000', '110940.103000', '110940.106000', '110940.109000', '110940.112000', '110940.114000', '110940.117000', '110940.120000', '110940.123000', '110940.126000', '110940.129000', '110940.132000', '110940.135000', '110940.138000', '110940.141000', '110940.144000', '110940.147000', '110940.150000', '110940.153000', '110940.156000', '110940.160000', '111000.022000', '111000.025000', '111000.028000', '111000.031000', '111000.034000', '111000.037000', '111000.040000', '111000.043000', '111000.046000', '111000.049000', '111000.052000', '111000.055000', '111000.058000', '111000.061000', '111000.064000', '111000.067000', '111000.070000', '111000.073000', '111000.076000', '111000.079000', '111000.082000', '111000.085000', '111000.088000', '111000.091000', '111000.094000', '111000.097000', '111000.100000', '111000.103000', '111000.106000', '111000.109000', '111000.112000', '111000.115000', '111000.118000', '111000.121000', '111000.123000', '111000.126000', '111000.130000', '111000.132000', '111000.135000', '111000.138000', '111000.141000', '111000.144000', '111000.147000', '111000.150000', '111020.021000', '111020.024000', '111020.027000', '111020.030000', '111020.033000', '111020.036000', '111020.039000', '111020.043000', '111020.046000', '111020.049000', '111020.052000', '111020.055000', '111020.058000', '111020.061000', '111020.064000', '111020.067000', '111020.070000', '111020.073000', '111020.076000', '111020.079000', '111020.082000', '111020.084000', '111020.088000', '111020.090000', '111020.093000', '111020.096000', '111020.100000', '111020.103000', '111020.107000', '111020.110000', '111020.113000', '111020.116000', '111020.119000', '111020.122000', '111020.125000', '111020.128000', '111020.131000', '111020.134000', '111020.137000', '111020.140000', '111020.143000', '111020.146000', '111020.148000', '111040.021000', '111040.024000', '111040.027000', '111040.030000', '111040.033000', '111040.036000', '111040.039000', '111040.042000', '111040.045000', '111040.048000', '111040.051000', '111040.054000', '111040.057000', '111040.060000', '111040.063000', '111040.066000', '111040.069000', '111040.072000', '111040.074000', '111040.078000', '111040.080000', '111040.083000', '111040.086000', '111040.089000', '111040.092000', '111040.095000', '111040.098000', '111040.101000', '111040.104000', '111040.107000', '111040.110000', '111040.113000', '111040.116000', '111040.119000', '111040.122000', '111040.125000', '111040.128000', '111040.131000', '111040.134000', '111040.137000', '111040.140000', '111040.143000', '111040.146000', '111040.149000', '111100.022000', '111100.025000', '111100.028000', '111100.031000', '111100.034000', '111100.037000', '111100.040000', '111100.043000', '111100.046000', '111100.049000', '111100.052000', '111100.055000', '111100.058000', '111100.061000', '111100.078000', '111100.081000', '111100.084000', '111100.087000', '111100.090000', '111100.093000', '111100.096000', '111100.099000', '111100.102000', '111100.105000', '111100.108000', '111100.111000', '111100.114000', '111100.117000', '111100.120000', '111100.123000', '111100.127000', '111100.132000', '111100.136000', '111100.139000', '111100.142000', '111100.145000', '111100.148000', '111100.151000', '111100.153000', '111100.156000', '111100.159000', '111100.162000', '111100.165000', '111100.645000', '111100.649000'], 'InstanceCreationTime': ['110200.059000', '110200.062000', '110200.065000', '110200.068000', '110200.078000', '110200.081000', '110200.085000', '110200.088000', '110200.091000', '110200.094000', '110200.102000', '110200.107000', '110200.113000', '110200.120000', '110200.124000', '110200.127000', '110200.137000', '110200.140000', '110200.143000', '110200.156000', '110200.159000', '110200.162000', '110200.165000', '110200.169000', '110200.172000', '110200.175000', '110200.178000', '110200.194000', '110200.198000', '110200.202000', '110200.205000', '110200.209000', '110200.212000', '110220.022000', '110220.025000', '110220.028000', '110220.031000', '110220.034000', '110220.037000', '110220.040000', '110220.043000', '110220.046000', '110220.048000', '110220.051000', '110220.060000', '110220.063000', '110220.066000', '110220.068000', '110220.071000', '110220.074000', '110220.077000', '110220.080000', '110220.083000', '110220.086000', '110220.089000', '110220.092000', '110220.094000', '110220.097000', '110220.100000', '110220.103000', '110220.106000', '110220.109000', '110220.112000', '110220.115000', '110220.118000', '110220.121000', '110220.124000', '110220.126000', '110220.129000', '110220.132000', '110220.135000', '110220.138000', '110220.141000', '110220.144000', '110220.147000', '110220.150000', '110220.153000', '110240.022000', '110240.025000', '110240.028000', '110240.031000', '110240.034000', '110240.037000', '110240.040000', '110240.043000', '110240.046000', '110240.049000', '110240.053000', '110240.056000', '110240.059000', '110240.064000', '110240.067000', '110240.070000', '110240.073000', '110240.076000', '110240.079000', '110240.082000', '110240.085000', '110240.088000', '110240.091000', '110240.094000', '110240.097000', '110240.100000', '110240.103000', '110240.106000', '110240.109000', '110240.112000', '110240.115000', '110240.118000', '110240.123000', '110240.127000', '110240.130000', '110240.133000', '110240.137000', '110240.139000', '110240.142000', '110240.145000', '110240.148000', '110240.151000', '110240.154000', '110300.022000', '110300.025000', '110300.028000', '110300.031000', '110300.034000', '110300.037000', '110300.040000', '110300.043000', '110300.046000', '110300.049000', '110300.052000', '110300.055000', '110300.058000', '110300.060000', '110300.063000', '110300.067000', '110300.069000', '110300.072000', '110300.075000', '110300.078000', '110300.081000', '110300.084000', '110300.087000', '110300.095000', '110300.098000', '110300.101000', '110300.104000', '110300.107000', '110300.110000', '110300.113000', '110300.116000', '110300.119000', '110300.122000', '110300.125000', '110300.128000', '110300.131000', '110300.134000', '110300.137000', '110300.140000', '110300.143000', '110300.145000', '110300.148000', '110300.151000', '110300.154000', '110320.022000', '110320.025000', '110320.028000', '110320.031000', '110320.034000', '110320.037000', '110320.040000', '110320.043000', '110320.046000', '110320.049000', '110320.052000', '110320.055000', '110320.057000', '110320.061000', '110320.063000', '110320.066000', '110320.069000', '110320.072000', '110320.075000', '110320.078000', '110320.081000', '110320.084000', '110320.087000', '110320.090000', '110320.093000', '110320.096000', '110320.098000', '110320.101000', '110320.104000', '110320.107000', '110320.110000', '110320.113000', '110320.116000', '110320.119000', '110320.122000', '110320.125000', '110320.128000', '110320.131000', '110320.134000', '110320.137000', '110320.140000', '110320.143000', '110320.146000', '110340.021000', '110340.024000', '110340.027000', '110340.030000', '110340.033000', '110340.036000', '110340.039000', '110340.042000', '110340.045000', '110340.048000', '110340.051000', '110340.053000', '110340.056000', '110340.059000', '110340.062000', '110340.065000', '110340.068000', '110340.071000', '110340.074000', '110340.077000', '110340.080000', '110340.083000', '110340.086000', '110340.089000', '110340.092000', '110340.095000', '110340.098000', '110340.101000', '110340.103000', '110340.106000', '110340.110000', '110340.112000', '110340.115000', '110340.118000', '110340.121000', '110340.124000', '110340.127000', '110340.130000', '110340.133000', '110340.136000', '110340.139000', '110340.142000', '110340.145000', '110340.148000', '110400.022000', '110400.025000', '110400.028000', '110400.047000', '110400.050000', '110400.053000', '110400.056000', '110400.059000', '110400.062000', '110400.064000', '110400.067000', '110400.070000', '110400.073000', '110400.076000', '110400.079000', '110400.082000', '110400.085000', '110400.088000', '110400.092000', '110400.096000', '110400.099000', '110400.102000', '110400.104000', '110400.107000', '110400.110000', '110400.113000', '110400.116000', '110400.119000', '110400.122000', '110400.125000', '110400.128000', '110400.131000', '110400.134000', '110400.137000', '110400.140000', '110400.143000', '110400.146000', '110400.149000', '110400.152000', '110400.155000', '110400.158000', '110400.163000', '110400.167000', '110420.022000', '110420.032000', '110420.035000', '110420.038000', '110420.041000', '110420.044000', '110420.047000', '110420.050000', '110420.053000', '110420.056000', '110420.059000', '110420.062000', '110420.065000', '110420.068000', '110420.071000', '110420.074000', '110420.077000', '110420.080000', '110420.083000', '110420.086000', '110420.089000', '110420.092000', '110420.095000', '110420.097000', '110420.100000', '110420.103000', '110420.106000', '110420.109000', '110420.112000', '110420.115000', '110420.118000', '110420.121000', '110420.124000', '110420.127000', '110420.130000', '110420.133000', '110420.136000', '110420.139000', '110420.142000', '110420.144000', '110420.147000', '110420.150000', '110420.153000', '110420.156000', '110440.022000', '110440.025000', '110440.028000', '110440.031000', '110440.034000', '110440.037000', '110440.040000', '110440.043000', '110440.046000', '110440.049000', '110440.052000', '110440.055000', '110440.058000', '110440.061000', '110440.064000', '110440.067000', '110440.070000', '110440.072000', '110440.075000', '110440.078000', '110440.081000', '110440.084000', '110440.087000', '110440.090000', '110440.093000', '110440.096000', '110440.099000', '110440.102000', '110440.105000', '110440.108000', '110440.111000', '110440.114000', '110440.117000', '110440.120000', '110440.123000', '110440.126000', '110440.129000', '110440.132000', '110440.135000', '110440.138000', '110440.141000', '110440.144000', '110440.146000', '110500.022000', '110500.025000', '110500.028000', '110500.031000', '110500.034000', '110500.037000', '110500.040000', '110500.043000', '110500.046000', '110500.049000', '110500.052000', '110500.055000', '110500.058000', '110500.060000', '110500.063000', '110500.066000', '110500.069000', '110500.072000', '110500.075000', '110500.078000', '110500.081000', '110500.084000', '110500.087000', '110500.090000', '110500.093000', '110500.096000', '110500.099000', '110500.102000', '110500.105000', '110500.108000', '110500.111000', '110500.114000', '110500.117000', '110500.120000', '110500.122000', '110500.125000', '110500.128000', '110500.131000', '110500.134000', '110500.137000', '110500.140000', '110500.143000', '110500.146000', '110500.149000', '110520.022000', '110520.025000', '110520.028000', '110520.031000', '110520.034000', '110520.037000', '110520.040000', '110520.043000', '110520.046000', '110520.049000', '110520.052000', '110520.055000', '110520.058000', '110520.060000', '110520.064000', '110520.067000', '110520.070000', '110520.072000', '110520.076000', '110520.079000', '110520.081000', '110520.084000', '110520.087000', '110520.090000', '110520.093000', '110520.096000', '110520.099000', '110520.102000', '110520.117000', '110520.120000', '110520.123000', '110520.126000', '110520.130000', '110520.134000', '110520.137000', '110520.140000', '110520.143000', '110520.145000', '110520.149000', '110520.151000', '110520.154000', '110520.157000', '110520.161000', '110540.022000', '110540.025000', '110540.028000', '110540.031000', '110540.034000', '110540.037000', '110540.040000', '110540.043000', '110540.046000', '110540.049000', '110540.051000', '110540.055000', '110540.057000', '110540.060000', '110540.063000', '110540.067000', '110540.069000', '110540.072000', '110540.075000', '110540.078000', '110540.081000', '110540.084000', '110540.087000', '110540.090000', '110540.093000', '110540.096000', '110540.099000', '110540.102000', '110540.105000', '110540.108000', '110540.111000', '110540.114000', '110540.117000', '110540.120000', '110540.123000', '110540.126000', '110540.129000', '110540.132000', '110540.135000', '110540.138000', '110540.141000', '110540.144000', '110540.147000', '110540.150000', '110600.021000', '110600.024000', '110600.027000', '110600.030000', '110600.033000', '110600.036000', '110600.039000', '110600.042000', '110600.045000', '110600.048000', '110600.051000', '110600.054000', '110600.057000', '110600.060000', '110600.063000', '110600.066000', '110600.068000', '110600.072000', '110600.075000', '110600.077000', '110600.080000', '110600.083000', '110600.086000', '110600.089000', '110600.092000', '110600.095000', '110600.098000', '110600.101000', '110600.104000', '110600.107000', '110600.110000', '110600.113000', '110600.116000', '110600.119000', '110600.122000', '110600.125000', '110600.128000', '110600.131000', '110600.134000', '110600.136000', '110600.139000', '110600.142000', '110600.145000', '110620.022000', '110620.025000', '110620.028000', '110620.031000', '110620.034000', '110620.037000', '110620.040000', '110620.043000', '110620.046000', '110620.049000', '110620.052000', '110620.055000', '110620.058000', '110620.061000', '110620.064000', '110620.067000', '110620.069000', '110620.072000', '110620.075000', '110620.078000', '110620.081000', '110620.084000', '110620.087000', '110620.090000', '110620.093000', '110620.096000', '110620.099000', '110620.102000', '110620.105000', '110620.108000', '110620.111000', '110620.114000', '110620.117000', '110620.120000', '110620.123000', '110620.126000', '110620.129000', '110620.132000', '110620.135000', '110620.137000', '110620.140000', '110620.143000', '110620.146000', '110620.149000', '110640.022000', '110640.025000', '110640.028000', '110640.031000', '110640.034000', '110640.037000', '110640.040000', '110640.043000', '110640.046000', '110640.049000', '110640.052000', '110640.055000', '110640.058000', '110640.061000', '110640.064000', '110640.066000', '110640.070000', '110640.072000', '110640.075000', '110640.078000', '110640.081000', '110640.084000', '110640.087000', '110640.090000', '110640.093000', '110640.096000', '110640.099000', '110640.102000', '110640.105000', '110640.108000', '110640.111000', '110640.114000', '110640.117000', '110640.120000', '110640.122000', '110640.125000', '110640.128000', '110640.131000', '110640.134000', '110640.137000', '110640.140000', '110640.143000', '110640.146000', '110700.022000', '110700.025000', '110700.028000', '110700.031000', '110700.034000', '110700.037000', '110700.040000', '110700.043000', '110700.046000', '110700.049000', '110700.052000', '110700.055000', '110700.058000', '110700.061000', '110700.064000', '110700.067000', '110700.070000', '110700.073000', '110700.076000', '110700.079000', '110700.082000', '110700.085000', '110700.088000', '110700.091000', '110700.094000', '110700.097000', '110700.100000', '110700.103000', '110700.106000', '110700.109000', '110700.112000', '110700.115000', '110700.118000', '110700.121000', '110700.124000', '110700.126000', '110700.129000', '110700.133000', '110700.136000', '110700.139000', '110700.141000', '110700.145000', '110700.147000', '110700.150000', '110720.022000', '110720.025000', '110720.028000', '110720.031000', '110720.042000', '110720.045000', '110720.048000', '110720.051000', '110720.054000', '110720.057000', '110720.060000', '110720.063000', '110720.065000', '110720.068000', '110720.071000', '110720.074000', '110720.077000', '110720.080000', '110720.083000', '110720.086000', '110720.089000', '110720.092000', '110720.095000', '110720.098000', '110720.101000', '110720.104000', '110720.107000', '110720.110000', '110720.113000', '110720.115000', '110720.118000', '110720.121000', '110720.124000', '110720.127000', '110720.130000', '110720.133000', '110720.136000', '110720.139000', '110720.142000', '110720.145000', '110720.148000', '110720.151000', '110720.154000', '110740.024000', '110740.028000', '110740.032000', '110740.034000', '110740.038000', '110740.041000', '110740.043000', '110740.046000', '110740.050000', '110740.052000', '110740.055000', '110740.058000', '110740.061000', '110740.064000', '110740.067000', '110740.070000', '110740.073000', '110740.076000', '110740.079000', '110740.082000', '110740.085000', '110740.088000', '110740.091000', '110740.094000', '110740.097000', '110740.100000', '110740.103000', '110740.106000', '110740.109000', '110740.112000', '110740.115000', '110740.117000', '110740.121000', '110740.123000', '110740.126000', '110740.129000', '110740.132000', '110740.135000', '110740.138000', '110740.141000', '110740.144000', '110740.147000', '110740.150000', '110800.021000', '110800.024000', '110800.027000', '110800.030000', '110800.033000', '110800.036000', '110800.039000', '110800.042000', '110800.045000', '110800.048000', '110800.051000', '110800.054000', '110800.057000', '110800.060000', '110800.063000', '110800.066000', '110800.069000', '110800.072000', '110800.074000', '110800.078000', '110800.080000', '110800.083000', '110800.086000', '110800.089000', '110800.092000', '110800.095000', '110800.098000', '110800.101000', '110800.104000', '110800.107000', '110800.110000', '110800.113000', '110800.116000', '110800.118000', '110800.121000', '110800.124000', '110800.127000', '110800.130000', '110800.133000', '110800.136000', '110800.139000', '110800.142000', '110800.145000', '110800.148000', '110820.021000', '110820.024000', '110820.027000', '110820.030000', '110820.033000', '110820.036000', '110820.039000', '110820.042000', '110820.045000', '110820.049000', '110820.054000', '110820.058000', '110820.061000', '110820.063000', '110820.066000', '110820.069000', '110820.072000', '110820.075000', '110820.078000', '110820.081000', '110820.084000', '110820.101000', '110820.104000', '110820.107000', '110820.110000', '110820.112000', '110820.115000', '110820.118000', '110820.121000', '110820.124000', '110820.127000', '110820.130000', '110820.133000', '110820.136000', '110820.139000', '110820.142000', '110820.145000', '110820.148000', '110820.151000', '110820.154000', '110820.157000', '110820.160000', '110820.163000', '110840.022000', '110840.025000', '110840.028000', '110840.035000', '110840.038000', '110840.041000', '110840.044000', '110840.047000', '110840.050000', '110840.053000', '110840.056000', '110840.058000', '110840.061000', '110840.064000', '110840.067000', '110840.070000', '110840.073000', '110840.076000', '110840.079000', '110840.082000', '110840.085000', '110840.088000', '110840.091000', '110840.094000', '110840.097000', '110840.099000', '110840.102000', '110840.105000', '110840.108000', '110840.111000', '110840.114000', '110840.117000', '110840.120000', '110840.123000', '110840.126000', '110840.129000', '110840.132000', '110840.135000', '110840.138000', '110840.141000', '110840.146000', '110840.149000', '110840.152000', '110840.155000', '110900.022000', '110900.025000', '110900.028000', '110900.031000', '110900.034000', '110900.037000', '110900.040000', '110900.043000', '110900.046000', '110900.049000', '110900.052000', '110900.055000', '110900.058000', '110900.061000', '110900.064000', '110900.067000', '110900.072000', '110900.075000', '110900.078000', '110900.081000', '110900.084000', '110900.087000', '110900.090000', '110900.093000', '110900.096000', '110900.099000', '110900.102000', '110900.105000', '110900.108000', '110900.111000', '110900.114000', '110900.117000', '110900.120000', '110900.123000', '110900.126000', '110900.129000', '110900.131000', '110900.134000', '110900.137000', '110900.140000', '110900.143000', '110900.146000', '110900.149000', '110920.022000', '110920.025000', '110920.028000', '110920.031000', '110920.034000', '110920.037000', '110920.040000', '110920.043000', '110920.046000', '110920.049000', '110920.052000', '110920.055000', '110920.058000', '110920.061000', '110920.064000', '110920.067000', '110920.070000', '110920.073000', '110920.076000', '110920.079000', '110920.082000', '110920.085000', '110920.088000', '110920.091000', '110920.093000', '110920.097000', '110920.099000', '110920.102000', '110920.105000', '110920.108000', '110920.111000', '110920.114000', '110920.117000', '110920.120000', '110920.123000', '110920.126000', '110920.129000', '110920.132000', '110920.135000', '110920.138000', '110920.141000', '110920.144000', '110920.147000', '110920.150000', '110940.022000', '110940.025000', '110940.028000', '110940.031000', '110940.034000', '110940.037000', '110940.040000', '110940.043000', '110940.046000', '110940.049000', '110940.052000', '110940.055000', '110940.058000', '110940.061000', '110940.064000', '110940.067000', '110940.070000', '110940.084000', '110940.088000', '110940.091000', '110940.094000', '110940.097000', '110940.100000', '110940.103000', '110940.106000', '110940.109000', '110940.112000', '110940.114000', '110940.117000', '110940.120000', '110940.123000', '110940.126000', '110940.129000', '110940.132000', '110940.135000', '110940.138000', '110940.141000', '110940.144000', '110940.147000', '110940.150000', '110940.153000', '110940.156000', '110940.160000', '111000.022000', '111000.025000', '111000.028000', '111000.031000', '111000.034000', '111000.037000', '111000.040000', '111000.043000', '111000.046000', '111000.049000', '111000.052000', '111000.055000', '111000.058000', '111000.061000', '111000.064000', '111000.067000', '111000.070000', '111000.073000', '111000.076000', '111000.079000', '111000.082000', '111000.085000', '111000.088000', '111000.091000', '111000.094000', '111000.097000', '111000.100000', '111000.103000', '111000.106000', '111000.109000', '111000.112000', '111000.115000', '111000.118000', '111000.121000', '111000.123000', '111000.126000', '111000.130000', '111000.132000', '111000.135000', '111000.138000', '111000.141000', '111000.144000', '111000.147000', '111000.150000', '111020.021000', '111020.024000', '111020.027000', '111020.030000', '111020.033000', '111020.036000', '111020.039000', '111020.043000', '111020.046000', '111020.049000', '111020.052000', '111020.055000', '111020.058000', '111020.061000', '111020.064000', '111020.067000', '111020.070000', '111020.073000', '111020.076000', '111020.079000', '111020.082000', '111020.084000', '111020.088000', '111020.090000', '111020.093000', '111020.096000', '111020.100000', '111020.103000', '111020.107000', '111020.110000', '111020.113000', '111020.116000', '111020.119000', '111020.122000', '111020.125000', '111020.128000', '111020.131000', '111020.134000', '111020.137000', '111020.140000', '111020.143000', '111020.146000', '111020.148000', '111040.021000', '111040.024000', '111040.027000', '111040.030000', '111040.033000', '111040.036000', '111040.039000', '111040.042000', '111040.045000', '111040.048000', '111040.051000', '111040.054000', '111040.057000', '111040.060000', '111040.063000', '111040.066000', '111040.069000', '111040.072000', '111040.074000', '111040.078000', '111040.080000', '111040.083000', '111040.086000', '111040.089000', '111040.092000', '111040.095000', '111040.098000', '111040.101000', '111040.104000', '111040.107000', '111040.110000', '111040.113000', '111040.116000', '111040.119000', '111040.122000', '111040.125000', '111040.128000', '111040.131000', '111040.134000', '111040.137000', '111040.140000', '111040.143000', '111040.146000', '111040.149000', '111100.022000', '111100.025000', '111100.028000', '111100.031000', '111100.034000', '111100.037000', '111100.040000', '111100.043000', '111100.046000', '111100.049000', '111100.052000', '111100.055000', '111100.058000', '111100.061000', '111100.078000', '111100.081000', '111100.084000', '111100.087000', '111100.090000', '111100.093000', '111100.096000', '111100.099000', '111100.102000', '111100.105000', '111100.108000', '111100.111000', '111100.114000', '111100.117000', '111100.120000', '111100.123000', '111100.127000', '111100.132000', '111100.136000', '111100.139000', '111100.142000', '111100.145000', '111100.148000', '111100.151000', '111100.153000', '111100.156000', '111100.159000', '111100.162000', '111100.165000', '111100.645000', '111100.649000'], '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': [8346, 9309, 8433, 8340, 8784, 8690, 8914, 8242, 10220, 13084, 15697, 15684, 15461, 11409, 15789, 9763, 14801, 11811, 11145, 15968, 11719, 9292, 15943, 9004, 9816, 8292, 8390, 9055, 8746, 7874, 8448, 8307, 8566, 8733, 8465, 8613, 8544, 8861, 8933, 9062, 8548, 8520, 13113, 8505, 10250, 8608, 8463, 12379, 8505, 8974, 14829, 8436, 9635, 8438, 8554, 11178, 8491, 10104, 8169, 7956, 8036, 8740, 8269, 8430, 8175, 8445, 8956, 9541, 8515, 8553, 12012, 8670, 9085, 8358, 8852, 14753, 9585, 12573, 8807, 9169, 8886, 8707, 8558, 8564, 14993, 9311, 9392, 15500, 8777, 10215, 8766, 11383, 16062, 11756, 15983, 10252, 12697, 15347, 13591, 16523, 12701, 15037, 8823, 10651, 15652, 11266, 16132, 9499, 9267, 9503, 8313, 13213, 8866, 8806, 8553, 7762, 8268, 8498, 8678, 8738, 8888, 8505, 8099, 8656, 7582, 8495, 8421, 8630, 8942, 8185, 8525, 7671, 8384, 8209, 8226, 8346, 8552, 8804, 7827, 8574, 9043, 8165, 8435, 12905, 8239, 8444, 8365, 8528, 8798, 8750, 13578, 14085, 15127, 13424, 11006, 15600, 9610, 16183, 11271, 13624, 10432, 9005, 15993, 12733, 15741, 10434, 10429, 9199, 8506, 14769, 8502, 14972, 8863, 9813, 8334, 8349, 13576, 8732, 16013, 10745, 12261, 8419, 8095, 8215, 8202, 8440, 8479, 8661, 8074, 7827, 8127, 8339, 8184, 8416, 9221, 8121, 9790, 8155, 8395, 8018, 8086, 9020, 8009, 10263, 11701, 8127, 16177, 8541, 9747, 8158, 8186, 8026, 8128, 11915, 8726, 15440, 10288, 13207, 8538, 11003, 8458, 9200, 8620, 8388, 13751, 8235, 15113, 12555, 8969, 16817, 12538, 11737, 12774, 13973, 16716, 12323, 16788, 12516, 15553, 10309, 13132, 8002, 8756, 8163, 15249, 8826, 12400, 8102, 10306, 8050, 8674, 8400, 8312, 8165, 8438, 10108, 8185, 8557, 8228, 8013, 7999, 8070, 8064, 7672, 7975, 7750, 7865, 8300, 7985, 7719, 8043, 7721, 8250, 7994, 8081, 8178, 12323, 8211, 8395, 7939, 8108, 7801, 8387, 8016, 9198, 8554, 8665, 8555, 8536, 11756, 10014, 13713, 10363, 14860, 9344, 11885, 11282, 8348, 15969, 11138, 10091, 10095, 8274, 9318, 8042, 9794, 7712, 14615, 9563, 15786, 10581, 10897, 8934, 10063, 13727, 9982, 14604, 12547, 8236, 17028, 11412, 12263, 9567, 8754, 8943, 8812, 8811, 8326, 12588, 14859, 15006, 15333, 14954, 12878, 14798, 10444, 15280, 11503, 12471, 9420, 8753, 13884, 8593, 10852, 8972, 9286, 8994, 7933, 8600, 8011, 8960, 7771, 8827, 9239, 8657, 7957, 7885, 8334, 8283, 8612, 8786, 8832, 8695, 8480, 9702, 8711, 8922, 11340, 8841, 14609, 11116, 15638, 15526, 15923, 9713, 8683, 8639, 7935, 8497, 7945, 9065, 8812, 8428, 8362, 9943, 8480, 8274, 8696, 8389, 8711, 9019, 8852, 12607, 12423, 15071, 14133, 15361, 11241, 10488, 8785, 10021, 8825, 10346, 8740, 9823, 8733, 10024, 8473, 10305, 8862, 14549, 11906, 15371, 11156, 10945, 9022, 9614, 9001, 15169, 12105, 15117, 11269, 13817, 9002, 9943, 8711, 8676, 10869, 8714, 11949, 8634, 8793, 8070, 8329, 8854, 8393, 9011, 8652, 8093, 8436, 7937, 8285, 8309, 8365, 8516, 8342, 8491, 9998, 8426, 8560, 8432, 8886, 12646, 8287, 11877, 8801, 8849, 8435, 8717, 8417, 8528, 9265, 8550, 8353, 8092, 8208, 8462, 8297, 7803, 8486, 8297, 8423, 8022, 7967, 8583, 7894, 8525, 8559, 8031, 8479, 12272, 8258, 9277, 9072, 8196, 10851, 8021, 8571, 7817, 8133, 9285, 8249, 12413, 8467, 13177, 8552, 13739, 8708, 11499, 14818, 10931, 15706, 12885, 15742, 10265, 9360, 13523, 8585, 15559, 9382, 11162, 8016, 9264, 8402, 10263, 10629, 8209, 8219, 8252, 8773, 8174, 7659, 8095, 8111, 8542, 8702, 8210, 8112, 8009, 8736, 7939, 9524, 7952, 8709, 7887, 8783, 8133, 10361, 10741, 9966, 15389, 9789, 16078, 10958, 15542, 8789, 11461, 8077, 9547, 10411, 10987, 15935, 8791, 8566, 8350, 7864, 8613, 8380, 8430, 8997, 7631, 10479, 7938, 9650, 7957, 8532, 8393, 9670, 8333, 10647, 7754, 10075, 7882, 8826, 8112, 9166, 7895, 9038, 8072, 9503, 9507, 15802, 11245, 15458, 11791, 15794, 9357, 10353, 8130, 9492, 8736, 16009, 13171, 15834, 10807, 16433, 10530, 13983, 8444, 10260, 8237, 9060, 8328, 8843, 8438, 9515, 8221, 9020, 8391, 7928, 8307, 8075, 8035, 8086, 8169, 10722, 7955, 10256, 7983, 7969, 10846, 7749, 13494, 8288, 14756, 9283, 15749, 10989, 15273, 11384, 15931, 15821, 15730, 16131, 13525, 16284, 13698, 15862, 16657, 13282, 16505, 13069, 12870, 8382, 8346, 8527, 8503, 9668, 8249, 8855, 8321, 8350, 8602, 8453, 8323, 8212, 8171, 8301, 7881, 8279, 8048, 8148, 8076, 8197, 9737, 8426, 11909, 8587, 11797, 8539, 8226, 12221, 8157, 9491, 8552, 9706, 8278, 8091, 7892, 8014, 8159, 8266, 7755, 8159, 9222, 8559, 9224, 8418, 10402, 10450, 14928, 12750, 13065, 11347, 8601, 10416, 8357, 14174, 8585, 16333, 13059, 16012, 9813, 8846, 8412, 8009, 9708, 7982, 10077, 8183, 11555, 8219, 8908, 8133, 8118, 8081, 8186, 8022, 8091, 8569, 8023, 8857, 8308, 9414, 8107, 9821, 8040, 7902, 8395, 7735, 8675, 8169, 8151, 8118, 9164, 7825, 9269, 8106, 8089, 7904, 8042, 13142, 7881, 8866, 7813, 7920, 7687, 8219, 7958, 8333, 7895, 8148, 8387, 8177, 11076, 8089, 14417, 8012, 15925, 8048, 9783, 16325, 11146, 10147, 12632, 8012, 10515, 8027, 9060, 7794, 8228, 8253, 8110, 9539, 8199, 8903, 8051, 9524, 8303, 10813, 8293, 13015, 14555, 9476, 16734, 10547, 12643, 8434, 8430, 13795, 7912, 10149, 8869, 8576, 8302, 8972, 8663, 7859, 8366, 8075, 8251, 8216, 8547, 8308, 8485, 7699, 8221, 7944, 7642, 8083, 8056, 8036, 10421, 8255, 14153, 9528, 12504, 8114, 9380, 8430, 11140, 8041, 15326, 8729, 13268, 8432, 12059, 10494, 10589, 16151, 12390, 16307, 13999, 16896, 13532, 12717, 8300, 8747, 8214, 8155, 8342, 8200, 8404, 8064, 8260, 11449, 8198, 16295, 12172, 13527, 7867, 8688, 8100, 8313, 8456, 8331, 8838, 8176, 9472, 8179, 10007, 8131, 8233, 8336, 8557, 8351, 8924, 8338, 8985, 8279, 8439, 8319, 8663, 8338, 8587, 14287, 11162, 16332, 13407, 16587, 13214, 12568, 8188, 8664, 8312, 8431, 8100, 8981, 8532, 9066, 8348, 9939, 8088, 8099, 8082, 8256, 8285, 8441, 8697, 9057, 12763, 15075, 16453, 13407, 16520, 13172, 16359, 10832, 12773, 8476, 8378, 8500, 8209, 8296, 8254, 8324, 8330, 9560, 8492, 9704, 8837, 15315, 11786, 15853, 9835, 10969, 8365, 8727, 8396, 8491, 8379, 8196, 8966, 8481, 8464, 8538, 8447, 10393, 8582, 8740, 9357, 12402, 15505, 13019, 15900, 11534, 15019, 8662, 9719, 8561, 9399, 8903, 9771, 8127, 8307, 8092, 8272, 9154, 8348, 8331, 8743, 8325, 11686, 8754, 13214, 8475, 8245, 8536, 8467, 8254, 8447, 8488, 11728, 9715, 15339, 16216, 13797, 16121, 12804, 12591, 8317, 8114, 8487, 8277, 8772, 8296, 8398, 8362, 8357, 8521, 8465, 8447, 8429, 8670, 8414, 9174, 8709, 8666, 8862, 8417, 10772, 12013, 14856, 11855, 15699, 10536, 12494, 8829, 10295, 8758, 10840, 8610, 8405, 8126, 8424, 8848, 8107, 7953, 8411, 8125, 8670, 8113, 9605, 8302, 8843, 8651, 8728, 14209, 11284, 15833, 13565, 16322, 14807, 16441, 13311, 16408, 11468, 11913, 8369, 8532, 9082, 8153, 9138, 8303, 8205, 7957, 8335, 8147, 8448, 8191, 8334, 8471, 8273, 8345, 8228, 8589, 8399, 8598, 8535, 8618, 10610, 12546, 13495, 10723, 12611, 8564, 13430, 8538, 12508, 8495, 8634, 8084, 8106, 8239, 8124, 8290, 8055, 8371, 8262, 8362, 8720, 8542, 9220, 11301, 15343, 12411, 15817, 10961, 12174, 8532, 8394, 8642, 8317, 9645, 8722, 8957, 11876, 12858, 16498, 12228, 14649, 8335, 8924, 8570, 8337, 8293, 8301, 8229, 8267, 8587, 8506, 10735, 10872, 14511, 13833, 15284, 11586, 9163, 10960, 8362, 9710, 8325, 8344, 8609, 8525, 8700, 8374, 8603, 8260, 8259, 13144, 9336, 15943, 8452, 8587, 8569, 7284, 8453, 8438, 8798, 8547, 8519, 10159, 8303, 11448, 15264, 11591, 16234, 15054, 16102, 15772, 16520, 14942, 9693, 8318, 8167, 8257, 8510, 8471, 8410, 8253, 8370, 8404, 8254, 8687, 8667, 8742, 8619, 8973, 8761, 9043, 8958, 12475, 8988, 13977, 9695, 9331, 7351, 9179, 7527, 11729, 9294, 15805, 9410, 11781, 8806, 7399, 8639, 8842, 8841, 8486, 8768, 8395, 8490, 8432, 8412, 8765, 9615, 8745, 11108, 8934, 14784, 12991, 15804, 13270, 15947, 12176, 12723, 9019], 'WindowCenter': [4259.0, 4252.0, 4229.0, 4226.0, 4225.0, 4213.0, 4224.0, 4212.0, 4232.0, 4261.0, 4283.0, 4281.0, 4283.0, 4240.0, 4271.0, 4219.0, 4259.0, 4238.0, 4229.0, 4270.0, 4237.0, 4207.0, 4267.0, 4195.0, 4205.0, 4186.0, 4197.0, 4196.0, 4197.0, 4186.0, 4198.0, 4199.0, 4208.0, 4211.0, 4199.0, 4209.0, 4208.0, 4209.0, 4207.0, 4208.0, 4197.0, 4198.0, 4249.0, 4198.0, 4218.0, 4197.0, 4198.0, 4249.0, 4208.0, 4209.0, 4270.0, 4199.0, 4219.0, 4198.0, 4210.0, 4239.0, 4209.0, 4231.0, 4211.0, 4212.0, 4213.0, 4235.0, 4225.0, 4224.0, 4225.0, 4224.0, 4249.0, 4249.0, 4239.0, 4239.0, 4278.0, 4236.0, 4235.0, 4238.0, 4236.0, 4297.0, 4247.0, 4289.0, 4250.0, 4260.0, 4249.0, 4251.0, 4250.0, 4251.0, 4312.0, 4249.0, 4248.0, 4309.0, 4238.0, 4257.0, 4236.0, 4267.0, 4306.0, 4266.0, 4295.0, 4243.0, 4262.0, 4283.0, 4273.0, 4292.0, 4262.0, 4270.0, 4209.0, 4229.0, 4269.0, 4238.0, 4269.0, 4217.0, 4205.0, 4216.0, 4196.0, 4248.0, 4207.0, 4206.0, 4196.0, 4187.0, 4198.0, 4209.0, 4209.0, 4210.0, 4219.0, 4221.0, 4211.0, 4221.0, 4200.0, 4222.0, 4224.0, 4236.0, 4235.0, 4225.0, 4236.0, 4213.0, 4224.0, 4224.0, 4236.0, 4225.0, 4236.0, 4248.0, 4228.0, 4250.0, 4250.0, 4238.0, 4239.0, 4288.0, 4239.0, 4238.0, 4238.0, 4249.0, 4238.0, 4238.0, 4289.0, 4298.0, 4298.0, 4287.0, 4254.0, 4296.0, 4245.0, 4306.0, 4255.0, 4285.0, 4243.0, 4223.0, 4294.0, 4274.0, 4282.0, 4240.0, 4240.0, 4220.0, 4209.0, 4270.0, 4210.0, 4281.0, 4220.0, 4230.0, 4210.0, 4209.0, 4260.0, 4209.0, 4281.0, 4240.0, 4249.0, 4208.0, 4198.0, 4198.0, 4210.0, 4210.0, 4211.0, 4220.0, 4212.0, 4201.0, 4211.0, 4222.0, 4222.0, 4224.0, 4235.0, 4226.0, 4256.0, 4225.0, 4234.0, 4225.0, 4226.0, 4236.0, 4227.0, 4256.0, 4267.0, 4226.0, 4307.0, 4236.0, 4244.0, 4225.0, 4225.0, 4224.0, 4226.0, 4277.0, 4237.0, 4307.0, 4257.0, 4288.0, 4238.0, 4267.0, 4236.0, 4246.0, 4235.0, 4226.0, 4286.0, 4226.0, 4297.0, 4275.0, 4235.0, 4304.0, 4263.0, 4252.0, 4262.0, 4272.0, 4292.0, 4250.0, 4293.0, 4261.0, 4281.0, 4230.0, 4249.0, 4187.0, 4197.0, 4198.0, 4268.0, 4208.0, 4237.0, 4186.0, 4216.0, 4186.0, 4196.0, 4186.0, 4185.0, 4195.0, 4195.0, 4217.0, 4197.0, 4197.0, 4198.0, 4187.0, 4198.0, 4198.0, 4199.0, 4199.0, 4201.0, 4201.0, 4213.0, 4213.0, 4215.0, 4213.0, 4213.0, 4203.0, 4223.0, 4214.0, 4215.0, 4226.0, 4277.0, 4226.0, 4224.0, 4225.0, 4213.0, 4214.0, 4226.0, 4226.0, 4248.0, 4236.0, 4237.0, 4237.0, 4237.0, 4266.0, 4246.0, 4287.0, 4257.0, 4298.0, 4235.0, 4265.0, 4253.0, 4213.0, 4296.0, 4254.0, 4243.0, 4244.0, 4213.0, 4223.0, 4213.0, 4243.0, 4216.0, 4297.0, 4246.0, 4296.0, 4256.0, 4254.0, 4223.0, 4233.0, 4262.0, 4231.0, 4271.0, 4250.0, 4211.0, 4294.0, 4252.0, 4250.0, 4219.0, 4209.0, 4221.0, 4220.0, 4220.0, 4210.0, 4262.0, 4270.0, 4272.0, 4270.0, 4270.0, 4236.0, 4257.0, 4214.0, 4254.0, 4212.0, 4221.0, 4191.0, 4179.0, 4231.0, 4181.0, 4211.0, 4180.0, 4191.0, 4193.0, 4182.0, 4194.0, 4183.0, 4206.0, 4186.0, 4208.0, 4218.0, 4207.0, 4198.0, 4186.0, 4212.0, 4209.0, 4209.0, 4210.0, 4221.0, 4211.0, 4211.0, 4221.0, 4210.0, 4210.0, 4240.0, 4210.0, 4270.0, 4240.0, 4270.0, 4281.0, 4280.0, 4220.0, 4209.0, 4210.0, 4199.0, 4221.0, 4212.0, 4233.0, 4235.0, 4226.0, 4227.0, 4247.0, 4236.0, 4225.0, 4236.0, 4226.0, 4237.0, 4236.0, 4237.0, 4277.0, 4280.0, 4313.0, 4288.0, 4285.0, 4243.0, 4230.0, 4210.0, 4230.0, 4211.0, 4230.0, 4212.0, 4232.0, 4213.0, 4231.0, 4212.0, 4231.0, 4221.0, 4255.0, 4225.0, 4267.0, 4240.0, 4241.0, 4223.0, 4233.0, 4223.0, 4284.0, 4252.0, 4284.0, 4256.0, 4272.0, 4221.0, 4232.0, 4210.0, 4223.0, 4258.0, 4239.0, 4266.0, 4225.0, 4212.0, 4201.0, 4199.0, 4209.0, 4199.0, 4208.0, 4210.0, 4214.0, 4226.0, 4214.0, 4213.0, 4212.0, 4212.0, 4211.0, 4200.0, 4211.0, 4220.0, 4199.0, 4199.0, 4200.0, 4209.0, 4251.0, 4200.0, 4250.0, 4209.0, 4210.0, 4199.0, 4211.0, 4211.0, 4211.0, 4222.0, 4224.0, 4224.0, 4215.0, 4224.0, 4227.0, 4238.0, 4227.0, 4250.0, 4239.0, 4240.0, 4226.0, 4239.0, 4249.0, 4240.0, 4251.0, 4250.0, 4253.0, 4253.0, 4291.0, 4240.0, 4261.0, 4252.0, 4239.0, 4270.0, 4241.0, 4251.0, 4230.0, 4241.0, 4261.0, 4252.0, 4293.0, 4241.0, 4291.0, 4251.0, 4301.0, 4238.0, 4268.0, 4297.0, 4258.0, 4298.0, 4278.0, 4310.0, 4247.0, 4234.0, 4264.0, 4211.0, 4283.0, 4220.0, 4242.0, 4201.0, 4222.0, 4212.0, 4244.0, 4255.0, 4226.0, 4226.0, 4225.0, 4237.0, 4236.0, 4217.0, 4230.0, 4230.0, 4240.0, 4239.0, 4241.0, 4242.0, 4241.0, 4238.0, 4228.0, 4247.0, 4228.0, 4239.0, 4230.0, 4239.0, 4231.0, 4262.0, 4272.0, 4260.0, 4310.0, 4259.0, 4309.0, 4256.0, 4297.0, 4236.0, 4265.0, 4215.0, 4245.0, 4256.0, 4268.0, 4309.0, 4237.0, 4224.0, 4225.0, 4214.0, 4224.0, 4225.0, 4225.0, 4236.0, 4215.0, 4269.0, 4228.0, 4262.0, 4228.0, 4235.0, 4239.0, 4246.0, 4225.0, 4258.0, 4218.0, 4247.0, 4227.0, 4237.0, 4240.0, 4237.0, 4227.0, 4237.0, 4226.0, 4248.0, 4249.0, 4310.0, 4270.0, 4298.0, 4265.0, 4297.0, 4237.0, 4247.0, 4229.0, 4249.0, 4227.0, 4296.0, 4275.0, 4284.0, 4243.0, 4294.0, 4242.0, 4272.0, 4212.0, 4244.0, 4213.0, 4222.0, 4213.0, 4222.0, 4226.0, 4234.0, 4226.0, 4236.0, 4227.0, 4213.0, 4226.0, 4225.0, 4227.0, 4239.0, 4241.0, 4270.0, 4230.0, 4260.0, 4229.0, 4228.0, 4257.0, 4217.0, 4286.0, 4229.0, 4311.0, 4237.0, 4283.0, 4242.0, 4282.0, 4251.0, 4296.0, 4285.0, 4285.0, 4284.0, 4262.0, 4281.0, 4249.0, 4269.0, 4268.0, 4235.0, 4254.0, 4221.0, 4222.0, 4171.0, 4171.0, 4171.0, 4182.0, 4190.0, 4185.0, 4181.0, 4172.0, 4172.0, 4183.0, 4184.0, 4184.0, 4186.0, 4197.0, 4198.0, 4200.0, 4211.0, 4201.0, 4201.0, 4201.0, 4213.0, 4222.0, 4216.0, 4254.0, 4211.0, 4241.0, 4211.0, 4199.0, 4251.0, 4201.0, 4233.0, 4223.0, 4234.0, 4215.0, 4217.0, 4216.0, 4217.0, 4217.0, 4228.0, 4217.0, 4228.0, 4248.0, 4252.0, 4265.0, 4242.0, 4271.0, 4259.0, 4300.0, 4290.0, 4276.0, 4256.0, 4226.0, 4244.0, 4225.0, 4287.0, 4227.0, 4297.0, 4276.0, 4296.0, 4235.0, 4224.0, 4214.0, 4214.0, 4234.0, 4228.0, 4235.0, 4215.0, 4256.0, 4226.0, 4224.0, 4216.0, 4214.0, 4212.0, 4216.0, 4215.0, 4216.0, 4225.0, 4216.0, 4236.0, 4228.0, 4238.0, 4227.0, 4247.0, 4217.0, 4216.0, 4227.0, 4218.0, 4239.0, 4240.0, 4230.0, 4241.0, 4251.0, 4229.0, 4248.0, 4229.0, 4229.0, 4228.0, 4229.0, 4301.0, 4228.0, 4238.0, 4217.0, 4228.0, 4216.0, 4227.0, 4228.0, 4239.0, 4241.0, 4242.0, 4252.0, 4240.0, 4271.0, 4230.0, 4300.0, 4240.0, 4311.0, 4229.0, 4260.0, 4309.0, 4257.0, 4247.0, 4265.0, 4228.0, 4244.0, 4215.0, 4226.0, 4214.0, 4225.0, 4225.0, 4229.0, 4237.0, 4226.0, 4235.0, 4230.0, 4236.0, 4227.0, 4257.0, 4215.0, 4275.0, 4274.0, 4234.0, 4293.0, 4243.0, 4262.0, 4213.0, 4201.0, 4261.0, 4200.0, 4230.0, 4221.0, 4223.0, 4211.0, 4221.0, 4212.0, 4212.0, 4225.0, 4240.0, 4238.0, 4227.0, 4238.0, 4239.0, 4240.0, 4230.0, 4241.0, 4242.0, 4232.0, 4244.0, 4244.0, 4256.0, 4271.0, 4241.0, 4302.0, 4262.0, 4293.0, 4241.0, 4252.0, 4254.0, 4282.0, 4243.0, 4312.0, 4251.0, 4293.0, 4229.0, 4280.0, 4259.0, 4258.0, 4308.0, 4268.0, 4298.0, 4288.0, 4306.0, 4275.0, 4265.0, 4213.0, 4235.0, 4214.0, 4214.0, 4215.0, 4223.0, 4223.0, 4215.0, 4226.0, 4265.0, 4225.0, 4295.0, 4263.0, 4273.0, 4212.0, 4223.0, 4212.0, 4224.0, 4224.0, 4214.0, 4235.0, 4227.0, 4236.0, 4224.0, 4244.0, 4212.0, 4212.0, 4213.0, 4223.0, 4225.0, 4235.0, 4225.0, 4236.0, 4228.0, 4226.0, 4226.0, 4224.0, 4212.0, 4221.0, 4283.0, 4254.0, 4294.0, 4276.0, 4306.0, 4275.0, 4263.0, 4212.0, 4222.0, 4223.0, 4223.0, 4227.0, 4234.0, 4235.0, 4236.0, 4238.0, 4258.0, 4226.0, 4226.0, 4226.0, 4226.0, 4227.0, 4227.0, 4237.0, 4237.0, 4278.0, 4298.0, 4307.0, 4287.0, 4306.0, 4261.0, 4292.0, 4241.0, 4261.0, 4211.0, 4211.0, 4211.0, 4211.0, 4212.0, 4213.0, 4212.0, 4212.0, 4232.0, 4221.0, 4232.0, 4220.0, 4282.0, 4252.0, 4282.0, 4232.0, 4242.0, 4212.0, 4210.0, 4213.0, 4222.0, 4211.0, 4211.0, 4219.0, 4210.0, 4210.0, 4210.0, 4210.0, 4229.0, 4208.0, 4210.0, 4220.0, 4249.0, 4270.0, 4250.0, 4280.0, 4239.0, 4281.0, 4210.0, 4219.0, 4211.0, 4222.0, 4223.0, 4231.0, 4201.0, 4211.0, 4199.0, 4213.0, 4221.0, 4211.0, 4212.0, 4224.0, 4211.0, 4249.0, 4208.0, 4261.0, 4213.0, 4214.0, 4223.0, 4239.0, 4223.0, 4213.0, 4221.0, 4254.0, 4232.0, 4283.0, 4283.0, 4261.0, 4282.0, 4249.0, 4250.0, 4198.0, 4186.0, 4196.0, 4208.0, 4207.0, 4210.0, 4199.0, 4210.0, 4212.0, 4211.0, 4211.0, 4212.0, 4213.0, 4220.0, 4212.0, 4232.0, 4223.0, 4222.0, 4223.0, 4213.0, 4242.0, 4264.0, 4285.0, 4253.0, 4295.0, 4253.0, 4262.0, 4222.0, 4242.0, 4225.0, 4254.0, 4222.0, 4223.0, 4211.0, 4214.0, 4221.0, 4212.0, 4212.0, 4211.0, 4213.0, 4235.0, 4213.0, 4234.0, 4213.0, 4223.0, 4211.0, 4211.0, 4260.0, 4241.0, 4268.0, 4259.0, 4269.0, 4260.0, 4269.0, 4258.0, 4268.0, 4238.0, 4237.0, 4196.0, 4195.0, 4207.0, 4198.0, 4207.0, 4197.0, 4196.0, 4197.0, 4196.0, 4198.0, 4201.0, 4211.0, 4199.0, 4197.0, 4208.0, 4211.0, 4210.0, 4210.0, 4210.0, 4222.0, 4210.0, 4209.0, 4239.0, 4251.0, 4261.0, 4240.0, 4260.0, 4210.0, 4260.0, 4212.0, 4261.0, 4233.0, 4211.0, 4201.0, 4211.0, 4212.0, 4213.0, 4213.0, 4213.0, 4213.0, 4224.0, 4224.0, 4223.0, 4224.0, 4233.0, 4255.0, 4283.0, 4263.0, 4282.0, 4242.0, 4249.0, 4209.0, 4210.0, 4208.0, 4211.0, 4219.0, 4210.0, 4211.0, 4252.0, 4262.0, 4292.0, 4251.0, 4271.0, 4210.0, 4220.0, 4221.0, 4211.0, 4216.0, 4214.0, 4212.0, 4213.0, 4223.0, 4224.0, 4245.0, 4254.0, 4284.0, 4273.0, 4282.0, 4253.0, 4233.0, 4243.0, 4212.0, 4230.0, 4211.0, 4211.0, 4211.0, 4212.0, 4223.0, 4208.0, 4210.0, 4210.0, 4211.0, 4262.0, 4221.0, 4293.0, 4212.0, 4212.0, 4224.0, 4201.0, 4224.0, 4236.0, 4224.0, 4225.0, 4225.0, 4243.0, 4213.0, 4242.0, 4270.0, 4240.0, 4268.0, 4258.0, 4269.0, 4269.0, 4267.0, 4268.0, 4206.0, 4184.0, 4197.0, 4185.0, 4197.0, 4197.0, 4198.0, 4198.0, 4198.0, 4199.0, 4198.0, 4197.0, 4209.0, 4198.0, 4210.0, 4206.0, 4209.0, 4210.0, 4209.0, 4248.0, 4207.0, 4259.0, 4217.0, 4219.0, 4187.0, 4220.0, 4200.0, 4251.0, 4221.0, 4295.0, 4223.0, 4262.0, 4209.0, 4188.0, 4209.0, 4221.0, 4220.0, 4222.0, 4210.0, 4209.0, 4210.0, 4224.0, 4222.0, 4211.0, 4219.0, 4209.0, 4242.0, 4209.0, 4269.0, 4263.0, 4270.0, 4249.0, 4281.0, 4238.0, 4249.0, 4208.0], 'WindowWidth': [9456.0, 9432.0, 9395.0, 9385.0, 9380.0, 9361.0, 9374.0, 9355.0, 9382.0, 9421.0, 9450.0, 9446.0, 9452.0, 9389.0, 9431.0, 9358.0, 9413.0, 9382.0, 9371.0, 9430.0, 9378.0, 9340.0, 9419.0, 9321.0, 9334.0, 9310.0, 9326.0, 9323.0, 9328.0, 9311.0, 9330.0, 9334.0, 9346.0, 9352.0, 9336.0, 9346.0, 9346.0, 9347.0, 9342.0, 9344.0, 9326.0, 9329.0, 9397.0, 9329.0, 9357.0, 9329.0, 9331.0, 9401.0, 9346.0, 9348.0, 9430.0, 9335.0, 9360.0, 9332.0, 9349.0, 9388.0, 9349.0, 9381.0, 9354.0, 9357.0, 9362.0, 9394.0, 9380.0, 9380.0, 9381.0, 9377.0, 9419.0, 9421.0, 9406.0, 9407.0, 9456.0, 9398.0, 9396.0, 9405.0, 9398.0, 9481.0, 9413.0, 9475.0, 9427.0, 9440.0, 9425.0, 9428.0, 9423.0, 9428.0, 9512.0, 9423.0, 9421.0, 9501.0, 9404.0, 9428.0, 9399.0, 9442.0, 9493.0, 9437.0, 9477.0, 9403.0, 9427.0, 9455.0, 9440.0, 9466.0, 9423.0, 9433.0, 9349.0, 9377.0, 9430.0, 9386.0, 9428.0, 9356.0, 9337.0, 9354.0, 9328.0, 9398.0, 9343.0, 9342.0, 9328.0, 9317.0, 9333.0, 9350.0, 9350.0, 9353.0, 9366.0, 9371.0, 9359.0, 9371.0, 9343.0, 9374.0, 9380.0, 9403.0, 9397.0, 9383.0, 9397.0, 9365.0, 9381.0, 9382.0, 9400.0, 9385.0, 9400.0, 9419.0, 9395.0, 9427.0, 9428.0, 9407.0, 9409.0, 9474.0, 9409.0, 9406.0, 9405.0, 9422.0, 9405.0, 9406.0, 9476.0, 9485.0, 9487.0, 9469.0, 9422.0, 9477.0, 9410.0, 9492.0, 9420.0, 9463.0, 9403.0, 9376.0, 9472.0, 9444.0, 9455.0, 9394.0, 9394.0, 9367.0, 9350.0, 9433.0, 9352.0, 9451.0, 9368.0, 9382.0, 9352.0, 9350.0, 9419.0, 9351.0, 9449.0, 9391.0, 9403.0, 9347.0, 9335.0, 9333.0, 9352.0, 9354.0, 9358.0, 9369.0, 9360.0, 9345.0, 9356.0, 9374.0, 9374.0, 9380.0, 9396.0, 9386.0, 9428.0, 9385.0, 9396.0, 9384.0, 9388.0, 9400.0, 9388.0, 9428.0, 9440.0, 9386.0, 9495.0, 9398.0, 9407.0, 9382.0, 9382.0, 9381.0, 9386.0, 9455.0, 9404.0, 9497.0, 9428.0, 9470.0, 9405.0, 9444.0, 9400.0, 9411.0, 9397.0, 9386.0, 9465.0, 9385.0, 9482.0, 9447.0, 9393.0, 9486.0, 9426.0, 9410.0, 9423.0, 9439.0, 9463.0, 9406.0, 9468.0, 9419.0, 9447.0, 9376.0, 9400.0, 9314.0, 9327.0, 9331.0, 9425.0, 9342.0, 9380.0, 9312.0, 9350.0, 9310.0, 9323.0, 9309.0, 9307.0, 9322.0, 9322.0, 9353.0, 9327.0, 9328.0, 9330.0, 9315.0, 9332.0, 9332.0, 9334.0, 9336.0, 9342.0, 9341.0, 9360.0, 9359.0, 9367.0, 9360.0, 9361.0, 9346.0, 9375.0, 9363.0, 9365.0, 9381.0, 9450.0, 9381.0, 9378.0, 9382.0, 9363.0, 9364.0, 9383.0, 9385.0, 9415.0, 9398.0, 9398.0, 9400.0, 9399.0, 9435.0, 9409.0, 9464.0, 9425.0, 9480.0, 9392.0, 9432.0, 9412.0, 9360.0, 9475.0, 9414.0, 9398.0, 9401.0, 9359.0, 9372.0, 9359.0, 9401.0, 9372.0, 9478.0, 9410.0, 9475.0, 9423.0, 9417.0, 9373.0, 9387.0, 9421.0, 9378.0, 9433.0, 9402.0, 9354.0, 9473.0, 9411.0, 9404.0, 9363.0, 9351.0, 9370.0, 9366.0, 9367.0, 9354.0, 9426.0, 9435.0, 9439.0, 9434.0, 9431.0, 9379.0, 9407.0, 9345.0, 9400.0, 9339.0, 9350.0, 9310.0, 9290.0, 9363.0, 9296.0, 9335.0, 9294.0, 9311.0, 9316.0, 9303.0, 9324.0, 9306.0, 9342.0, 9315.0, 9345.0, 9360.0, 9344.0, 9332.0, 9312.0, 9358.0, 9349.0, 9350.0, 9353.0, 9369.0, 9355.0, 9355.0, 9368.0, 9352.0, 9351.0, 9390.0, 9351.0, 9432.0, 9391.0, 9433.0, 9446.0, 9445.0, 9365.0, 9349.0, 9352.0, 9337.0, 9370.0, 9361.0, 9389.0, 9395.0, 9384.0, 9388.0, 9415.0, 9399.0, 9385.0, 9399.0, 9385.0, 9400.0, 9399.0, 9400.0, 9456.0, 9463.0, 9514.0, 9470.0, 9459.0, 9399.0, 9377.0, 9349.0, 9378.0, 9353.0, 9380.0, 9359.0, 9384.0, 9360.0, 9381.0, 9357.0, 9380.0, 9368.0, 9400.0, 9360.0, 9422.0, 9392.0, 9395.0, 9374.0, 9388.0, 9375.0, 9457.0, 9412.0, 9459.0, 9424.0, 9439.0, 9370.0, 9384.0, 9353.0, 9375.0, 9431.0, 9407.0, 9440.0, 9380.0, 9358.0, 9343.0, 9334.0, 9347.0, 9334.0, 9345.0, 9350.0, 9365.0, 9382.0, 9364.0, 9361.0, 9358.0, 9355.0, 9353.0, 9338.0, 9351.0, 9363.0, 9332.0, 9334.0, 9334.0, 9347.0, 9404.0, 9337.0, 9403.0, 9349.0, 9350.0, 9335.0, 9353.0, 9353.0, 9356.0, 9372.0, 9376.0, 9376.0, 9365.0, 9379.0, 9386.0, 9405.0, 9391.0, 9423.0, 9407.0, 9411.0, 9387.0, 9407.0, 9422.0, 9414.0, 9430.0, 9428.0, 9434.0, 9435.0, 9482.0, 9413.0, 9442.0, 9427.0, 9411.0, 9453.0, 9415.0, 9428.0, 9399.0, 9416.0, 9443.0, 9433.0, 9485.0, 9415.0, 9481.0, 9426.0, 9494.0, 9405.0, 9444.0, 9481.0, 9430.0, 9486.0, 9456.0, 9502.0, 9414.0, 9390.0, 9427.0, 9355.0, 9452.0, 9365.0, 9396.0, 9343.0, 9371.0, 9359.0, 9402.0, 9421.0, 9384.0, 9385.0, 9382.0, 9403.0, 9400.0, 9374.0, 9398.0, 9398.0, 9410.0, 9408.0, 9412.0, 9416.0, 9414.0, 9406.0, 9392.0, 9416.0, 9393.0, 9407.0, 9398.0, 9407.0, 9400.0, 9442.0, 9455.0, 9439.0, 9505.0, 9434.0, 9502.0, 9426.0, 9481.0, 9399.0, 9435.0, 9369.0, 9407.0, 9423.0, 9446.0, 9501.0, 9403.0, 9379.0, 9381.0, 9366.0, 9379.0, 9380.0, 9381.0, 9400.0, 9372.0, 9448.0, 9392.0, 9447.0, 9391.0, 9397.0, 9409.0, 9409.0, 9382.0, 9431.0, 9377.0, 9414.0, 9390.0, 9400.0, 9412.0, 9400.0, 9387.0, 9400.0, 9385.0, 9416.0, 9419.0, 9503.0, 9447.0, 9480.0, 9433.0, 9478.0, 9398.0, 9412.0, 9397.0, 9416.0, 9387.0, 9477.0, 9445.0, 9455.0, 9400.0, 9469.0, 9398.0, 9435.0, 9356.0, 9405.0, 9358.0, 9370.0, 9361.0, 9371.0, 9387.0, 9390.0, 9383.0, 9399.0, 9386.0, 9363.0, 9383.0, 9383.0, 9389.0, 9410.0, 9416.0, 9454.0, 9398.0, 9438.0, 9394.0, 9394.0, 9428.0, 9376.0, 9466.0, 9394.0, 9506.0, 9400.0, 9454.0, 9395.0, 9450.0, 9407.0, 9478.0, 9462.0, 9461.0, 9458.0, 9424.0, 9446.0, 9398.0, 9425.0, 9423.0, 9372.0, 9398.0, 9348.0, 9348.0, 9281.0, 9279.0, 9282.0, 9296.0, 9306.0, 9307.0, 9293.0, 9284.0, 9284.0, 9301.0, 9302.0, 9306.0, 9309.0, 9328.0, 9329.0, 9337.0, 9352.0, 9338.0, 9339.0, 9339.0, 9357.0, 9369.0, 9367.0, 9415.0, 9353.0, 9392.0, 9353.0, 9334.0, 9404.0, 9341.0, 9386.0, 9373.0, 9390.0, 9366.0, 9372.0, 9370.0, 9372.0, 9371.0, 9389.0, 9374.0, 9390.0, 9417.0, 9428.0, 9452.0, 9417.0, 9451.0, 9431.0, 9486.0, 9475.0, 9449.0, 9421.0, 9381.0, 9402.0, 9380.0, 9463.0, 9385.0, 9479.0, 9450.0, 9476.0, 9391.0, 9373.0, 9362.0, 9360.0, 9387.0, 9390.0, 9392.0, 9366.0, 9421.0, 9381.0, 9376.0, 9368.0, 9363.0, 9359.0, 9367.0, 9366.0, 9370.0, 9379.0, 9368.0, 9397.0, 9387.0, 9402.0, 9387.0, 9410.0, 9371.0, 9370.0, 9386.0, 9377.0, 9407.0, 9407.0, 9396.0, 9412.0, 9425.0, 9395.0, 9418.0, 9393.0, 9392.0, 9389.0, 9392.0, 9495.0, 9390.0, 9402.0, 9373.0, 9388.0, 9370.0, 9387.0, 9388.0, 9405.0, 9414.0, 9418.0, 9430.0, 9409.0, 9450.0, 9394.0, 9490.0, 9412.0, 9506.0, 9392.0, 9437.0, 9499.0, 9423.0, 9410.0, 9432.0, 9392.0, 9404.0, 9366.0, 9381.0, 9364.0, 9380.0, 9379.0, 9394.0, 9397.0, 9383.0, 9395.0, 9397.0, 9397.0, 9387.0, 9425.0, 9368.0, 9445.0, 9441.0, 9387.0, 9466.0, 9396.0, 9421.0, 9362.0, 9338.0, 9419.0, 9338.0, 9377.0, 9365.0, 9375.0, 9352.0, 9366.0, 9356.0, 9358.0, 9379.0, 9412.0, 9405.0, 9388.0, 9403.0, 9407.0, 9408.0, 9398.0, 9414.0, 9416.0, 9402.0, 9422.0, 9421.0, 9443.0, 9451.0, 9413.0, 9495.0, 9441.0, 9481.0, 9413.0, 9428.0, 9434.0, 9468.0, 9417.0, 9509.0, 9427.0, 9480.0, 9393.0, 9460.0, 9431.0, 9429.0, 9495.0, 9441.0, 9482.0, 9467.0, 9491.0, 9445.0, 9432.0, 9359.0, 9396.0, 9364.0, 9363.0, 9367.0, 9376.0, 9376.0, 9368.0, 9383.0, 9434.0, 9381.0, 9474.0, 9427.0, 9441.0, 9357.0, 9373.0, 9360.0, 9377.0, 9378.0, 9365.0, 9394.0, 9388.0, 9397.0, 9381.0, 9406.0, 9361.0, 9359.0, 9362.0, 9374.0, 9380.0, 9395.0, 9383.0, 9396.0, 9390.0, 9385.0, 9383.0, 9378.0, 9359.0, 9371.0, 9455.0, 9418.0, 9473.0, 9450.0, 9493.0, 9446.0, 9429.0, 9359.0, 9373.0, 9375.0, 9375.0, 9385.0, 9394.0, 9394.0, 9397.0, 9405.0, 9431.0, 9390.0, 9388.0, 9385.0, 9384.0, 9389.0, 9388.0, 9401.0, 9400.0, 9455.0, 9483.0, 9497.0, 9468.0, 9491.0, 9423.0, 9466.0, 9395.0, 9423.0, 9355.0, 9356.0, 9354.0, 9357.0, 9358.0, 9360.0, 9358.0, 9358.0, 9384.0, 9370.0, 9384.0, 9368.0, 9452.0, 9410.0, 9449.0, 9383.0, 9396.0, 9358.0, 9354.0, 9361.0, 9372.0, 9355.0, 9355.0, 9364.0, 9352.0, 9353.0, 9350.0, 9352.0, 9375.0, 9346.0, 9349.0, 9361.0, 9401.0, 9429.0, 9403.0, 9444.0, 9387.0, 9447.0, 9350.0, 9362.0, 9355.0, 9370.0, 9372.0, 9381.0, 9341.0, 9354.0, 9335.0, 9357.0, 9366.0, 9354.0, 9357.0, 9375.0, 9355.0, 9403.0, 9343.0, 9418.0, 9360.0, 9361.0, 9373.0, 9407.0, 9375.0, 9362.0, 9372.0, 9417.0, 9385.0, 9453.0, 9452.0, 9421.0, 9451.0, 9402.0, 9401.0, 9330.0, 9313.0, 9327.0, 9347.0, 9343.0, 9353.0, 9336.0, 9353.0, 9356.0, 9355.0, 9355.0, 9357.0, 9360.0, 9367.0, 9359.0, 9385.0, 9374.0, 9372.0, 9374.0, 9359.0, 9397.0, 9429.0, 9459.0, 9414.0, 9475.0, 9416.0, 9425.0, 9372.0, 9398.0, 9380.0, 9417.0, 9373.0, 9375.0, 9357.0, 9362.0, 9371.0, 9360.0, 9360.0, 9356.0, 9362.0, 9398.0, 9362.0, 9392.0, 9360.0, 9373.0, 9355.0, 9355.0, 9418.0, 9391.0, 9426.0, 9413.0, 9429.0, 9415.0, 9428.0, 9410.0, 9424.0, 9383.0, 9380.0, 9326.0, 9323.0, 9340.0, 9330.0, 9341.0, 9329.0, 9326.0, 9329.0, 9326.0, 9332.0, 9338.0, 9357.0, 9333.0, 9330.0, 9346.0, 9357.0, 9352.0, 9351.0, 9351.0, 9374.0, 9351.0, 9350.0, 9389.0, 9407.0, 9422.0, 9391.0, 9418.0, 9352.0, 9418.0, 9356.0, 9422.0, 9391.0, 9356.0, 9341.0, 9355.0, 9358.0, 9362.0, 9360.0, 9363.0, 9361.0, 9378.0, 9377.0, 9377.0, 9378.0, 9388.0, 9422.0, 9456.0, 9426.0, 9450.0, 9395.0, 9400.0, 9348.0, 9351.0, 9347.0, 9353.0, 9362.0, 9352.0, 9354.0, 9408.0, 9423.0, 9465.0, 9406.0, 9433.0, 9353.0, 9366.0, 9369.0, 9356.0, 9365.0, 9362.0, 9359.0, 9363.0, 9374.0, 9377.0, 9406.0, 9416.0, 9459.0, 9442.0, 9452.0, 9414.0, 9388.0, 9400.0, 9359.0, 9379.0, 9354.0, 9355.0, 9354.0, 9356.0, 9378.0, 9347.0, 9351.0, 9352.0, 9355.0, 9423.0, 9369.0, 9467.0, 9357.0, 9356.0, 9377.0, 9341.0, 9377.0, 9400.0, 9378.0, 9379.0, 9378.0, 9400.0, 9358.0, 9395.0, 9427.0, 9390.0, 9424.0, 9408.0, 9426.0, 9423.0, 9420.0, 9424.0, 9336.0, 9306.0, 9330.0, 9307.0, 9327.0, 9325.0, 9329.0, 9329.0, 9331.0, 9334.0, 9332.0, 9329.0, 9345.0, 9329.0, 9349.0, 9338.0, 9345.0, 9348.0, 9347.0, 9397.0, 9342.0, 9414.0, 9356.0, 9360.0, 9318.0, 9365.0, 9338.0, 9407.0, 9368.0, 9475.0, 9372.0, 9427.0, 9349.0, 9318.0, 9347.0, 9368.0, 9366.0, 9376.0, 9352.0, 9350.0, 9351.0, 9378.0, 9373.0, 9354.0, 9362.0, 9348.0, 9397.0, 9346.0, 9428.0, 9423.0, 9433.0, 9401.0, 9449.0, 9384.0, 9402.0, 9346.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.0005966112956810631</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02148676519933555</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.445452388121396</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1686803428512027</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9895733654197841</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4968.2588</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0707233183918168</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.4186954398080562</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3096976722052434</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6315923918034025</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3147962554155233</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0166715</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013623937033116817</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04343806579709053</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>3.7625680996274085</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>15.7793</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6089</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.8925</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296544.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>1063.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.8586</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8021</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.1852</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.4198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80000.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1169.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4596.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.9403</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.9529046980897</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> |