=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-01/func/sub-0086_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>9bc86420299f573a87a22a20014079d0</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>10:21:45.580000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999919, -0.0104312, -0.00731716, 0.0108206, 0.998408, 0.0553624]</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.091368</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>[4152, -7746, -7304, 651, -79, -131, 72, 96]</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>236.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>94af7e2c-1341-4d41-9b60-6e2925b86963||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682708978652954, 0.02903081849217415, -0.018165625631809235, 111.24127960205078], [0.027986183762550354, 2.678654909133911, 0.14968007802963257, -103.5846939086914], [-0.0196313988417387, -0.14853322505950928, 2.695786714553833, -77.10964965820312], [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': ['102145.580000', '102146.040000', '102146.500000', '102146.960000', '102147.420000', '102147.880000', '102148.340000', '102148.800000', '102149.260000', '102149.720000', '102150.180000', '102150.640000', '102151.100000', '102151.560000', '102152.020000', '102152.480000', '102152.940000', '102153.400000', '102153.860000', '102154.320000', '102154.780000', '102155.240000', '102155.700000', '102156.160000', '102156.620000', '102157.080000', '102157.540000', '102158.000000', '102158.460000', '102158.920000', '102159.380000', '102159.840000', '102200.300000', '102200.760000', '102201.220000', '102201.680000', '102202.140000', '102202.600000', '102203.060000', '102203.520000', '102203.980000', '102204.440000', '102204.900000', '102205.360000', '102205.820000', '102206.280000', '102206.740000', '102207.200000', '102207.660000', '102208.120000', '102208.580000', '102209.040000', '102209.500000', '102209.960000', '102210.420000', '102210.880000', '102211.340000', '102211.800000', '102212.260000', '102212.720000', '102213.180000', '102213.640000', '102214.100000', '102214.560000', '102215.020000', '102215.480000', '102215.940000', '102216.400000', '102216.860000', '102217.320000', '102217.780000', '102218.240000', '102218.700000', '102219.160000', '102219.620000', '102220.080000', '102220.540000', '102221.000000', '102221.460000', '102221.920000', '102222.380000', '102222.840000', '102223.300000', '102223.760000', '102224.220000', '102224.680000', '102225.140000', '102225.600000', '102226.060000', '102226.520000', '102226.980000', '102227.440000', '102227.900000', '102228.360000', '102228.820000', '102229.280000', '102229.740000', '102230.200000', '102230.660000', '102231.120000', '102231.580000', '102232.040000', '102232.500000', '102232.960000', '102233.420000', '102233.880000', '102234.340000', '102234.800000', '102235.260000', '102235.720000', '102236.180000', '102236.640000', '102237.100000', '102237.560000', '102238.020000', '102238.480000', '102238.940000', '102239.400000', '102239.860000', '102240.320000', '102240.780000', '102241.240000', '102241.700000', '102242.160000', '102242.620000', '102243.080000', '102243.540000', '102244.000000', '102244.460000', '102244.920000', '102245.380000', '102245.840000', '102246.300000', '102246.760000', '102247.220000', '102247.680000', '102248.140000', '102248.600000', '102249.060000', '102249.520000', '102249.980000', '102250.440000', '102250.900000', '102251.360000', '102251.820000', '102252.280000', '102252.740000', '102253.200000', '102253.660000', '102254.120000', '102254.580000', '102255.040000', '102255.500000', '102255.960000', '102256.420000', '102256.880000', '102257.340000', '102257.800000', '102258.260000', '102258.720000', '102259.180000', '102259.640000', '102300.100000', '102300.560000', '102301.020000', '102301.480000', '102301.940000', '102302.400000', '102302.860000', '102303.320000', '102303.780000', '102304.240000', '102304.700000', '102305.160000', '102305.620000', '102306.080000', '102306.540000', '102307.000000', '102307.460000', '102307.920000', '102308.380000', '102308.840000', '102309.300000', '102309.760000', '102310.220000', '102310.680000', '102311.140000', '102311.600000', '102312.060000', '102312.520000', '102312.980000', '102313.440000', '102313.900000', '102314.360000', '102314.820000', '102315.280000', '102315.740000', '102316.200000', '102316.660000', '102317.120000', '102317.580000', '102318.040000', '102318.500000', '102318.960000', '102319.420000', '102319.880000', '102320.340000', '102320.800000', '102321.260000', '102321.720000', '102322.180000', '102322.640000', '102323.100000', '102323.560000', '102324.020000', '102324.480000', '102324.940000', '102325.400000', '102325.860000', '102326.320000', '102326.780000', '102327.240000', '102327.700000', '102328.160000', '102328.620000', '102329.080000', '102329.540000', '102330.000000', '102330.460000', '102330.920000', '102331.380000', '102331.840000', '102332.300000', '102332.760000', '102333.220000', '102333.680000', '102334.140000', '102334.600000', '102335.060000', '102335.520000', '102335.980000', '102336.440000', '102336.900000', '102337.360000', '102337.820000', '102338.280000', '102338.740000', '102339.200000', '102339.660000', '102340.120000', '102340.580000', '102341.040000', '102341.500000', '102341.960000', '102342.420000', '102342.880000', '102343.340000', '102343.800000', '102344.260000', '102344.720000', '102345.180000', '102345.640000', '102346.100000', '102346.560000', '102347.020000', '102347.480000', '102347.940000', '102348.400000', '102348.860000', '102349.320000', '102349.780000', '102350.240000', '102350.700000', '102351.160000', '102351.620000', '102352.080000', '102352.540000', '102353.000000', '102353.460000', '102353.920000', '102354.380000', '102354.840000', '102355.300000', '102355.760000', '102356.220000', '102356.680000', '102357.140000', '102357.600000', '102358.060000', '102358.520000', '102358.980000', '102359.440000', '102359.900000', '102400.360000', '102400.820000', '102401.280000', '102401.740000', '102402.200000', '102402.660000', '102403.120000', '102403.580000', '102404.040000', '102404.500000', '102404.960000', '102405.420000', '102405.880000', '102406.340000', '102406.800000', '102407.260000', '102407.720000', '102408.180000', '102408.640000', '102409.100000', '102409.560000', '102410.020000', '102410.480000', '102410.940000', '102411.400000', '102411.860000', '102412.320000', '102412.780000', '102413.240000', '102413.700000', '102414.160000', '102414.620000', '102415.080000', '102415.540000', '102416.000000', '102416.460000', '102416.920000', '102417.380000', '102417.840000', '102418.300000', '102418.760000', '102419.220000', '102419.680000', '102420.140000', '102420.600000', '102421.060000', '102421.520000', '102421.980000', '102422.440000', '102422.900000', '102423.360000', '102423.820000', '102424.280000', '102424.740000', '102425.200000', '102425.660000', '102426.120000', '102426.580000', '102427.040000', '102427.500000', '102427.960000', '102428.420000', '102428.880000', '102429.340000', '102429.800000', '102430.260000', '102430.720000', '102431.180000', '102431.640000', '102432.100000', '102432.560000', '102433.020000', '102433.480000', '102433.940000', '102434.400000', '102434.860000', '102435.320000', '102435.780000', '102436.240000', '102436.700000', '102437.160000', '102437.620000', '102438.080000', '102438.540000', '102439.000000', '102439.460000', '102439.920000', '102440.380000', '102440.840000', '102441.300000', '102441.760000', '102442.220000', '102442.680000', '102443.140000', '102443.600000', '102444.060000', '102444.520000', '102444.980000', '102445.440000', '102445.900000', '102446.360000', '102446.820000', '102447.280000', '102447.740000', '102448.200000', '102448.660000', '102449.120000', '102449.580000', '102450.040000', '102450.500000', '102450.960000', '102451.420000', '102451.880000', '102452.340000', '102452.800000', '102453.260000', '102453.720000', '102454.180000', '102454.640000', '102455.100000', '102455.560000', '102456.020000', '102456.480000', '102456.940000', '102457.400000', '102457.860000', '102458.320000', '102458.780000', '102459.240000', '102459.700000', '102500.160000', '102500.620000', '102501.080000', '102501.540000', '102502.000000', '102502.460000', '102502.920000', '102503.380000', '102503.840000', '102504.300000', '102504.760000', '102505.220000', '102505.680000', '102506.140000', '102506.600000', '102507.060000', '102507.520000', '102507.980000', '102508.440000', '102508.900000', '102509.360000', '102509.820000', '102510.280000', '102510.740000', '102511.200000', '102511.660000', '102512.120000', '102512.580000', '102513.040000', '102513.500000', '102513.960000', '102514.420000', '102514.880000', '102515.340000', '102515.800000', '102516.260000', '102516.720000', '102517.180000', '102517.640000', '102518.100000', '102518.560000', '102519.020000', '102519.480000', '102519.940000', '102520.400000', '102520.860000', '102521.320000', '102521.780000', '102522.240000', '102522.700000', '102523.160000', '102523.620000', '102524.080000', '102524.540000', '102525.000000', '102525.460000', '102525.920000', '102526.380000', '102526.840000', '102527.300000', '102527.760000', '102528.220000', '102528.680000', '102529.140000', '102529.600000', '102530.060000', '102530.520000', '102530.980000', '102531.440000', '102531.900000', '102532.360000', '102532.820000', '102533.280000', '102533.740000', '102534.200000', '102534.660000', '102535.120000', '102535.580000', '102536.040000', '102536.500000', '102536.960000', '102537.420000', '102537.880000', '102538.340000', '102538.800000', '102539.260000', '102539.720000', '102540.180000', '102540.640000', '102541.100000', '102541.560000', '102542.020000', '102542.480000', '102542.940000', '102543.400000', '102543.860000', '102544.320000', '102544.780000', '102545.240000', '102545.700000', '102546.160000', '102546.620000', '102547.080000', '102547.540000', '102548.000000', '102548.460000', '102548.920000', '102549.380000', '102549.840000', '102550.300000', '102550.760000', '102551.220000', '102551.680000', '102552.140000', '102552.600000', '102553.060000', '102553.520000', '102553.980000', '102554.440000', '102554.900000', '102555.360000', '102555.820000', '102556.280000', '102556.740000', '102557.200000', '102557.660000', '102558.120000', '102558.580000', '102559.040000', '102559.500000', '102559.960000', '102600.420000', '102600.880000', '102601.340000', '102601.800000', '102602.260000', '102602.720000', '102603.180000', '102603.640000', '102604.100000', '102604.560000', '102605.020000', '102605.480000', '102605.940000', '102606.400000', '102606.860000', '102607.320000', '102607.780000', '102608.240000', '102608.700000', '102609.160000', '102609.620000', '102610.080000', '102610.540000', '102611.000000', '102611.460000', '102611.920000', '102612.380000', '102612.840000', '102613.300000', '102613.760000', '102614.220000', '102614.680000', '102615.140000', '102615.600000', '102616.060000', '102616.520000', '102616.980000', '102617.440000', '102617.900000', '102618.360000', '102618.820000', '102619.280000', '102619.740000', '102620.200000', '102620.660000', '102621.120000', '102621.580000', '102622.040000', '102622.500000', '102622.960000', '102623.420000', '102623.880000', '102624.340000', '102624.800000', '102625.260000', '102625.720000', '102626.180000', '102626.640000', '102627.100000', '102627.560000', '102628.020000', '102628.480000', '102628.940000', '102629.400000', '102629.860000', '102630.320000', '102630.780000', '102631.240000', '102631.700000', '102632.160000', '102632.620000', '102633.080000', '102633.540000', '102634.000000', '102634.460000', '102634.920000', '102635.380000', '102635.840000', '102636.300000', '102636.760000', '102637.220000', '102637.680000', '102638.140000', '102638.600000', '102639.060000', '102639.520000', '102639.980000', '102640.440000', '102640.900000', '102641.360000', '102641.820000', '102642.280000', '102642.740000', '102643.200000', '102643.660000', '102644.120000', '102644.580000', '102645.040000', '102645.500000', '102645.960000', '102646.420000', '102646.880000', '102647.340000', '102647.800000', '102648.260000', '102648.720000', '102649.180000', '102649.640000', '102650.100000', '102650.560000', '102651.020000', '102651.480000', '102651.940000', '102652.400000', '102652.860000', '102653.320000', '102653.780000', '102654.240000', '102654.700000', '102655.160000', '102655.620000', '102656.080000', '102656.540000', '102657.000000', '102657.460000', '102657.920000', '102658.380000', '102658.840000', '102659.300000', '102659.760000', '102700.220000', '102700.680000', '102701.140000', '102701.600000', '102702.060000', '102702.520000', '102702.980000', '102703.440000', '102703.900000', '102704.360000', '102704.820000', '102705.280000', '102705.740000', '102706.200000', '102706.660000', '102707.120000', '102707.580000', '102708.040000', '102708.500000', '102708.960000', '102709.420000', '102709.880000', '102710.340000', '102710.800000', '102711.260000', '102711.720000', '102712.180000', '102712.640000', '102713.100000', '102713.560000', '102714.020000', '102714.480000', '102714.940000', '102715.400000', '102715.860000', '102716.320000', '102716.780000', '102717.240000', '102717.700000', '102718.160000', '102718.620000', '102719.080000', '102719.540000', '102720.000000', '102720.460000', '102720.920000', '102721.380000', '102721.840000', '102722.300000', '102722.760000', '102723.220000', '102723.680000', '102724.140000', '102724.600000', '102725.060000', '102725.520000', '102725.980000', '102726.440000', '102726.900000', '102727.360000', '102727.820000', '102728.280000', '102728.740000', '102729.200000', '102729.660000', '102730.120000', '102730.580000', '102731.040000', '102731.500000', '102731.960000', '102732.420000', '102732.880000', '102733.340000', '102733.800000', '102734.260000', '102734.720000', '102735.180000', '102735.640000', '102736.100000', '102736.560000', '102737.020000', '102737.480000', '102737.940000', '102738.400000', '102738.860000', '102739.320000', '102739.780000', '102740.240000', '102740.700000', '102741.160000', '102741.620000', '102742.080000', '102742.540000', '102743.000000', '102743.460000', '102743.920000', '102744.380000', '102744.840000', '102745.300000', '102745.760000', '102746.220000', '102746.680000', '102747.140000', '102747.600000', '102748.060000', '102748.520000', '102748.980000', '102749.440000', '102749.900000', '102750.360000', '102750.820000', '102751.280000', '102751.740000', '102752.200000', '102752.660000', '102753.120000', '102753.580000', '102754.040000', '102754.500000', '102754.960000', '102755.420000', '102755.880000', '102756.340000', '102756.800000', '102757.260000', '102757.720000', '102758.180000', '102758.640000', '102759.100000', '102759.560000', '102800.020000', '102800.480000', '102800.940000', '102801.400000', '102801.860000', '102802.320000', '102802.780000', '102803.240000', '102803.700000', '102804.160000', '102804.620000', '102805.080000', '102805.540000', '102806.000000', '102806.460000', '102806.920000', '102807.380000', '102807.840000', '102808.300000', '102808.760000', '102809.220000', '102809.680000', '102810.140000', '102810.600000', '102811.060000', '102811.520000', '102811.980000', '102812.440000', '102812.900000', '102813.360000', '102813.820000', '102814.280000', '102814.740000', '102815.200000', '102815.660000', '102816.120000', '102816.580000', '102817.040000', '102817.500000', '102817.960000', '102818.420000', '102818.880000', '102819.340000', '102819.800000', '102820.260000', '102820.720000', '102821.180000', '102821.640000', '102822.100000', '102822.560000', '102823.020000', '102823.480000', '102823.940000', '102824.400000', '102824.860000', '102825.320000', '102825.780000', '102826.240000', '102826.700000', '102827.160000', '102827.620000', '102828.080000', '102828.540000', '102829.000000', '102829.460000', '102829.920000', '102830.380000', '102830.840000', '102831.300000', '102831.760000', '102832.220000', '102832.680000', '102833.140000', '102833.600000', '102834.060000', '102834.520000', '102834.980000', '102835.440000', '102835.900000', '102836.360000', '102836.820000', '102837.280000', '102837.740000', '102838.200000', '102838.660000', '102839.120000', '102839.580000', '102840.040000', '102840.500000', '102840.960000', '102841.420000', '102841.880000', '102842.340000', '102842.800000', '102843.260000', '102843.720000', '102844.180000', '102844.640000', '102845.100000', '102845.560000', '102846.020000', '102846.480000', '102846.940000', '102847.400000', '102847.860000', '102848.320000', '102848.780000', '102849.240000', '102849.700000', '102850.160000', '102850.620000', '102851.080000', '102851.540000', '102852.000000', '102852.460000', '102852.920000', '102853.380000', '102853.840000', '102854.300000', '102854.760000', '102855.220000', '102855.680000', '102856.140000', '102856.600000', '102857.060000', '102857.520000', '102857.980000', '102858.440000', '102858.900000', '102859.360000', '102859.820000', '102900.280000', '102900.740000', '102901.200000', '102901.660000', '102902.120000', '102902.580000', '102903.040000', '102903.500000', '102903.960000', '102904.420000', '102904.880000', '102905.340000', '102905.800000', '102906.260000', '102906.720000', '102907.180000', '102907.640000', '102908.100000', '102908.560000', '102909.020000', '102909.480000', '102909.940000', '102910.400000', '102910.860000', '102911.320000', '102911.780000', '102912.240000', '102912.700000', '102913.160000', '102913.620000', '102914.080000', '102914.540000', '102915.000000', '102915.460000', '102915.920000', '102916.380000', '102916.840000', '102917.300000', '102917.760000', '102918.220000', '102918.680000', '102919.140000', '102919.600000', '102920.060000', '102920.520000', '102920.980000', '102921.440000', '102921.900000', '102922.360000', '102922.820000', '102923.280000', '102923.740000', '102924.200000', '102924.660000', '102925.120000', '102925.580000', '102926.040000', '102926.500000', '102926.960000', '102927.420000', '102927.880000', '102928.340000', '102928.800000', '102929.260000', '102929.720000', '102930.180000', '102930.640000', '102931.100000', '102931.560000', '102932.020000', '102932.480000', '102932.940000', '102933.400000', '102933.860000', '102934.320000', '102934.780000', '102935.240000', '102935.700000', '102936.160000', '102936.620000', '102937.080000', '102937.540000', '102938.000000', '102938.460000', '102938.920000', '102939.380000', '102939.840000', '102940.300000', '102940.760000', '102941.220000', '102941.680000', '102942.140000', '102942.600000', '102943.060000', '102943.520000', '102943.980000', '102944.440000', '102944.900000', '102945.360000', '102945.820000', '102946.280000', '102946.740000', '102947.200000', '102947.660000', '102948.120000', '102948.580000', '102949.040000', '102949.500000', '102949.960000', '102950.420000', '102950.880000', '102951.340000', '102951.800000', '102952.260000', '102952.720000', '102953.180000', '102953.640000', '102954.100000', '102954.560000', '102955.020000', '102955.480000', '102955.940000', '102956.400000', '102956.860000', '102957.320000', '102957.780000', '102958.240000', '102958.700000', '102959.160000', '102959.620000', '103000.080000', '103000.540000', '103001.000000', '103001.460000', '103001.920000', '103002.380000', '103002.840000', '103003.300000', '103003.760000', '103004.220000', '103004.680000', '103005.140000', '103005.600000', '103006.060000', '103006.520000', '103006.980000', '103007.440000', '103007.900000', '103008.360000', '103008.820000', '103009.280000', '103009.740000', '103010.200000', '103010.660000', '103011.120000', '103011.580000', '103012.040000', '103012.500000', '103012.960000', '103013.420000', '103013.880000', '103014.340000', '103014.800000', '103015.260000', '103015.720000', '103016.180000', '103016.640000', '103017.100000', '103017.560000', '103018.020000', '103018.480000', '103018.940000', '103019.400000', '103019.860000', '103020.320000', '103020.780000', '103021.240000', '103021.700000', '103022.160000', '103022.620000', '103023.080000', '103023.540000', '103024.000000', '103024.460000', '103024.920000', '103025.380000', '103025.840000', '103026.300000', '103026.760000', '103027.220000', '103027.680000', '103028.140000', '103028.600000', '103029.060000', '103029.520000', '103029.980000', '103030.440000', '103030.900000', '103031.360000', '103031.820000', '103032.280000', '103032.740000', '103033.200000', '103033.660000', '103034.120000', '103034.580000', '103035.040000', '103035.500000', '103035.960000', '103036.420000', '103036.880000', '103037.340000', '103037.800000', '103038.260000', '103038.720000', '103039.180000', '103039.640000', '103040.100000', '103040.560000', '103041.020000', '103041.480000', '103041.940000', '103042.400000', '103042.860000', '103043.320000', '103043.780000', '103044.240000', '103044.700000', '103045.160000', '103045.620000', '103046.080000', '103046.540000', '103047.000000', '103047.460000', '103047.920000', '103048.380000', '103048.840000', '103049.300000', '103049.760000', '103050.220000', '103050.680000', '103051.140000', '103051.600000', '103052.060000', '103052.520000', '103052.980000', '103053.440000', '103053.900000', '103054.360000', '103054.820000', '103055.280000', '103055.740000', '103056.200000', '103056.660000', '103057.120000', '103057.580000', '103058.040000', '103058.500000', '103058.960000', '103059.420000', '103059.880000', '103100.340000', '103100.800000', '103101.260000'], 'ContentTime': ['102207.644000', '102207.647000', '102207.650000', '102207.652000', '102207.655000', '102207.657000', '102207.660000', '102207.663000', '102207.665000', '102207.668000', '102207.670000', '102207.673000', '102207.676000', '102207.678000', '102207.681000', '102207.684000', '102207.686000', '102207.689000', '102207.691000', '102207.694000', '102207.697000', '102207.699000', '102207.702000', '102207.705000', '102207.707000', '102207.710000', '102207.712000', '102207.715000', '102207.718000', '102207.720000', '102207.723000', '102207.725000', '102207.728000', '102207.731000', '102207.733000', '102207.736000', '102207.738000', '102207.741000', '102207.743000', '102207.746000', '102207.749000', '102207.751000', '102207.754000', '102207.757000', '102207.759000', '102227.610000', '102227.613000', '102227.615000', '102227.618000', '102227.621000', '102227.623000', '102227.626000', '102227.628000', '102227.631000', '102227.634000', '102227.636000', '102227.639000', '102227.642000', '102227.644000', '102227.647000', '102227.649000', '102227.652000', '102227.655000', '102227.657000', '102227.660000', '102227.662000', '102227.665000', '102227.667000', '102227.670000', '102227.673000', '102227.676000', '102227.678000', '102227.681000', '102227.684000', '102227.686000', '102227.689000', '102227.691000', '102227.701000', '102227.704000', '102227.707000', '102227.709000', '102227.712000', '102227.715000', '102227.717000', '102227.720000', '102227.722000', '102227.725000', '102227.728000', '102247.609000', '102247.612000', '102247.615000', '102247.618000', '102247.620000', '102247.623000', '102247.625000', '102247.628000', '102247.631000', '102247.633000', '102247.636000', '102247.638000', '102247.641000', '102247.644000', '102247.646000', '102247.649000', '102247.651000', '102247.654000', '102247.657000', '102247.659000', '102247.662000', '102247.665000', '102247.668000', '102247.670000', '102247.673000', '102247.676000', '102247.678000', '102247.681000', '102247.684000', '102247.686000', '102247.689000', '102247.692000', '102247.694000', '102247.697000', '102247.700000', '102247.704000', '102247.707000', '102247.709000', '102247.712000', '102247.715000', '102247.717000', '102247.720000', '102247.722000', '102247.725000', '102307.610000', '102307.613000', '102307.616000', '102307.618000', '102307.621000', '102307.624000', '102307.626000', '102307.629000', '102307.647000', '102307.650000', '102307.652000', '102307.655000', '102307.658000', '102307.660000', '102307.663000', '102307.665000', '102307.672000', '102307.674000', '102307.677000', '102307.680000', '102307.682000', '102307.685000', '102307.688000', '102307.691000', '102307.696000', '102307.698000', '102307.701000', '102307.704000', '102307.706000', '102307.709000', '102307.711000', '102307.714000', '102307.717000', '102307.719000', '102307.722000', '102307.725000', '102307.727000', '102307.730000', '102307.733000', '102307.735000', '102307.738000', '102307.741000', '102307.743000', '102327.611000', '102327.613000', '102327.616000', '102327.619000', '102327.621000', '102327.624000', '102327.626000', '102327.629000', '102327.632000', '102327.634000', '102327.637000', '102327.639000', '102327.642000', '102327.645000', '102327.647000', '102327.650000', '102327.653000', '102327.655000', '102327.658000', '102327.660000', '102327.663000', '102327.665000', '102327.668000', '102327.671000', '102327.673000', '102327.676000', '102327.679000', '102327.681000', '102327.684000', '102327.686000', '102327.694000', '102327.696000', '102327.699000', '102327.702000', '102327.705000', '102327.707000', '102327.710000', '102327.713000', '102327.715000', '102327.718000', '102327.721000', '102327.723000', '102327.726000', '102327.728000', '102347.611000', '102347.613000', '102347.616000', '102347.618000', '102347.621000', '102347.624000', '102347.626000', '102347.629000', '102347.632000', '102347.634000', '102347.637000', '102347.640000', '102347.642000', '102347.645000', '102347.648000', '102347.650000', '102347.653000', '102347.656000', '102347.658000', '102347.661000', '102347.664000', '102347.666000', '102347.669000', '102347.672000', '102347.674000', '102347.677000', '102347.679000', '102347.682000', '102347.685000', '102347.687000', '102347.690000', '102347.693000', '102347.695000', '102347.698000', '102347.701000', '102347.703000', '102347.706000', '102347.709000', '102347.712000', '102347.715000', '102347.718000', '102347.720000', '102347.723000', '102407.609000', '102407.612000', '102407.615000', '102407.618000', '102407.620000', '102407.623000', '102407.626000', '102407.628000', '102407.631000', '102407.634000', '102407.636000', '102407.639000', '102407.642000', '102407.644000', '102407.647000', '102407.650000', '102407.652000', '102407.655000', '102407.658000', '102407.660000', '102407.663000', '102407.666000', '102407.668000', '102407.671000', '102407.673000', '102407.676000', '102407.679000', '102407.681000', '102407.684000', '102407.687000', '102407.689000', '102407.692000', '102407.695000', '102407.697000', '102407.700000', '102407.703000', '102407.705000', '102407.708000', '102407.711000', '102407.713000', '102407.716000', '102407.718000', '102407.721000', '102407.724000', '102427.610000', '102427.613000', '102427.615000', '102427.618000', '102427.620000', '102427.623000', '102427.626000', '102427.628000', '102427.631000', '102427.634000', '102427.636000', '102427.639000', '102427.642000', '102427.644000', '102427.647000', '102427.649000', '102427.652000', '102427.655000', '102427.657000', '102427.660000', '102427.663000', '102427.665000', '102427.668000', '102427.671000', '102427.673000', '102427.676000', '102427.678000', '102427.681000', '102427.684000', '102427.686000', '102427.689000', '102427.691000', '102427.694000', '102427.697000', '102427.699000', '102427.702000', '102427.705000', '102427.707000', '102427.710000', '102427.713000', '102427.716000', '102427.718000', '102427.721000', '102447.610000', '102447.612000', '102447.615000', '102447.617000', '102447.631000', '102447.633000', '102447.636000', '102447.638000', '102447.641000', '102447.644000', '102447.646000', '102447.649000', '102447.651000', '102447.654000', '102447.657000', '102447.659000', '102447.662000', '102447.664000', '102447.667000', '102447.670000', '102447.672000', '102447.675000', '102447.678000', '102447.680000', '102447.683000', '102447.686000', '102447.688000', '102447.691000', '102447.694000', '102447.696000', '102447.699000', '102447.702000', '102447.704000', '102447.707000', '102447.710000', '102447.712000', '102447.715000', '102447.718000', '102447.720000', '102447.723000', '102447.726000', '102447.728000', '102447.731000', '102447.734000', '102507.609000', '102507.612000', '102507.615000', '102507.618000', '102507.620000', '102507.623000', '102507.626000', '102507.628000', '102507.631000', '102507.634000', '102507.636000', '102507.639000', '102507.642000', '102507.644000', '102507.647000', '102507.649000', '102507.652000', '102507.655000', '102507.657000', '102507.660000', '102507.663000', '102507.665000', '102507.668000', '102507.670000', '102507.673000', '102507.676000', '102507.678000', '102507.681000', '102507.686000', '102507.689000', '102507.692000', '102507.694000', '102507.697000', '102507.700000', '102507.703000', '102507.705000', '102507.708000', '102507.711000', '102507.713000', '102507.716000', '102507.718000', '102507.721000', '102507.724000', '102527.611000', '102527.614000', '102527.616000', '102527.619000', '102527.621000', '102527.624000', '102527.627000', '102527.629000', '102527.632000', '102527.635000', '102527.637000', '102527.640000', '102527.643000', '102527.645000', '102527.648000', '102527.650000', '102527.653000', '102527.656000', '102527.658000', '102527.661000', '102527.664000', '102527.666000', '102527.669000', '102527.672000', '102527.674000', '102527.677000', '102527.679000', '102527.682000', '102527.685000', '102527.687000', '102527.690000', '102527.692000', '102527.695000', '102527.698000', '102527.700000', '102527.703000', '102527.706000', '102527.708000', '102527.711000', '102527.714000', '102527.716000', '102527.719000', '102527.722000', '102547.611000', '102547.613000', '102547.616000', '102547.619000', '102547.621000', '102547.624000', '102547.627000', '102547.629000', '102547.632000', '102547.634000', '102547.637000', '102547.640000', '102547.642000', '102547.645000', '102547.648000', '102547.650000', '102547.653000', '102547.656000', '102547.658000', '102547.661000', '102547.664000', '102547.666000', '102547.669000', '102547.672000', '102547.674000', '102547.677000', '102547.680000', '102547.682000', '102547.685000', '102547.688000', '102547.690000', '102547.693000', '102547.695000', '102547.698000', '102547.701000', '102547.703000', '102547.706000', '102547.709000', '102547.711000', '102547.714000', '102547.717000', '102547.719000', '102547.722000', '102547.725000', '102607.611000', '102607.613000', '102607.616000', '102607.619000', '102607.621000', '102607.624000', '102607.627000', '102607.629000', '102607.632000', '102607.634000', '102607.637000', '102607.640000', '102607.642000', '102607.645000', '102607.647000', '102607.650000', '102607.653000', '102607.655000', '102607.658000', '102607.661000', '102607.663000', '102607.666000', '102607.669000', '102607.671000', '102607.674000', '102607.676000', '102607.679000', '102607.682000', '102607.684000', '102607.698000', '102607.700000', '102607.703000', '102607.705000', '102607.708000', '102607.711000', '102607.713000', '102607.716000', '102607.718000', '102607.721000', '102607.724000', '102607.726000', '102607.729000', '102607.732000', '102607.734000', '102627.610000', '102627.612000', '102627.615000', '102627.618000', '102627.620000', '102627.623000', '102627.625000', '102627.628000', '102627.631000', '102627.633000', '102627.636000', '102627.639000', '102627.641000', '102627.644000', '102627.647000', '102627.649000', '102627.652000', '102627.654000', '102627.657000', '102627.660000', '102627.662000', '102627.665000', '102627.667000', '102627.670000', '102627.673000', '102627.676000', '102627.678000', '102627.681000', '102627.684000', '102627.686000', '102627.689000', '102627.692000', '102627.694000', '102627.697000', '102627.700000', '102627.702000', '102627.705000', '102627.708000', '102627.710000', '102627.713000', '102627.716000', '102627.718000', '102627.721000', '102647.610000', '102647.612000', '102647.615000', '102647.618000', '102647.621000', '102647.624000', '102647.627000', '102647.629000', '102647.632000', '102647.634000', '102647.637000', '102647.640000', '102647.642000', '102647.645000', '102647.647000', '102647.650000', '102647.653000', '102647.655000', '102647.658000', '102647.661000', '102647.663000', '102647.666000', '102647.668000', '102647.671000', '102647.674000', '102647.676000', '102647.679000', '102647.682000', '102647.684000', '102647.687000', '102647.690000', '102647.692000', '102647.695000', '102647.697000', '102647.700000', '102647.703000', '102647.705000', '102647.708000', '102647.711000', '102647.713000', '102647.716000', '102647.719000', '102647.722000', '102707.609000', '102707.612000', '102707.615000', '102707.618000', '102707.621000', '102707.623000', '102707.626000', '102707.628000', '102707.631000', '102707.634000', '102707.636000', '102707.639000', '102707.642000', '102707.645000', '102707.647000', '102707.650000', '102707.652000', '102707.655000', '102707.658000', '102707.660000', '102707.663000', '102707.666000', '102707.668000', '102707.671000', '102707.674000', '102707.676000', '102707.679000', '102707.681000', '102707.684000', '102707.687000', '102707.689000', '102707.692000', '102707.697000', '102707.699000', '102707.702000', '102707.705000', '102707.707000', '102707.710000', '102707.712000', '102707.715000', '102707.718000', '102707.720000', '102707.723000', '102707.726000', '102727.610000', '102727.612000', '102727.615000', '102727.618000', '102727.620000', '102727.623000', '102727.625000', '102727.628000', '102727.631000', '102727.633000', '102727.636000', '102727.638000', '102727.641000', '102727.644000', '102727.646000', '102727.649000', '102727.652000', '102727.654000', '102727.657000', '102727.659000', '102727.662000', '102727.665000', '102727.667000', '102727.670000', '102727.673000', '102727.675000', '102727.678000', '102727.680000', '102727.683000', '102727.686000', '102727.688000', '102727.691000', '102727.694000', '102727.696000', '102727.699000', '102727.701000', '102727.704000', '102727.707000', '102727.709000', '102727.712000', '102727.714000', '102727.717000', '102727.720000', '102747.610000', '102747.613000', '102747.616000', '102747.619000', '102747.621000', '102747.624000', '102747.626000', '102747.629000', '102747.632000', '102747.634000', '102747.637000', '102747.639000', '102747.642000', '102747.645000', '102747.647000', '102747.650000', '102747.652000', '102747.655000', '102747.658000', '102747.660000', '102747.663000', '102747.665000', '102747.675000', '102747.677000', '102747.680000', '102747.682000', '102747.685000', '102747.688000', '102747.690000', '102747.693000', '102747.696000', '102747.698000', '102747.701000', '102747.703000', '102747.706000', '102747.709000', '102747.711000', '102747.714000', '102747.716000', '102747.719000', '102747.722000', '102747.724000', '102747.727000', '102747.729000', '102807.611000', '102807.613000', '102807.616000', '102807.619000', '102807.621000', '102807.624000', '102807.627000', '102807.629000', '102807.632000', '102807.635000', '102807.637000', '102807.640000', '102807.642000', '102807.645000', '102807.648000', '102807.650000', '102807.653000', '102807.656000', '102807.658000', '102807.661000', '102807.664000', '102807.667000', '102807.670000', '102807.672000', '102807.675000', '102807.678000', '102807.680000', '102807.683000', '102807.686000', '102807.688000', '102807.691000', '102807.693000', '102807.696000', '102807.699000', '102807.701000', '102807.704000', '102807.707000', '102807.709000', '102807.712000', '102807.715000', '102807.718000', '102807.721000', '102807.723000', '102827.611000', '102827.613000', '102827.616000', '102827.619000', '102827.621000', '102827.624000', '102827.627000', '102827.629000', '102827.632000', '102827.635000', '102827.637000', '102827.640000', '102827.643000', '102827.645000', '102827.648000', '102827.651000', '102827.653000', '102827.656000', '102827.659000', '102827.661000', '102827.664000', '102827.666000', '102827.669000', '102827.672000', '102827.674000', '102827.677000', '102827.680000', '102827.682000', '102827.685000', '102827.688000', '102827.690000', '102827.693000', '102827.695000', '102827.698000', '102827.701000', '102827.703000', '102827.706000', '102827.708000', '102827.711000', '102827.714000', '102827.716000', '102827.719000', '102827.722000', '102827.724000', '102847.610000', '102847.612000', '102847.615000', '102847.617000', '102847.620000', '102847.623000', '102847.625000', '102847.628000', '102847.631000', '102847.634000', '102847.636000', '102847.639000', '102847.642000', '102847.644000', '102847.647000', '102847.649000', '102847.652000', '102847.655000', '102847.657000', '102847.660000', '102847.662000', '102847.665000', '102847.668000', '102847.671000', '102847.673000', '102847.676000', '102847.678000', '102847.681000', '102847.684000', '102847.686000', '102847.689000', '102847.691000', '102847.694000', '102847.697000', '102847.699000', '102847.702000', '102847.704000', '102847.707000', '102847.710000', '102847.712000', '102847.715000', '102847.717000', '102847.720000', '102907.610000', '102907.612000', '102907.615000', '102907.618000', '102907.621000', '102907.624000', '102907.626000', '102907.629000', '102907.656000', '102907.659000', '102907.662000', '102907.664000', '102907.667000', '102907.670000', '102907.672000', '102907.675000', '102907.678000', '102907.680000', '102907.683000', '102907.685000', '102907.688000', '102907.691000', '102907.693000', '102907.696000', '102907.699000', '102907.701000', '102907.704000', '102907.707000', '102907.709000', '102907.712000', '102907.714000', '102907.717000', '102907.720000', '102907.722000', '102907.725000', '102907.728000', '102907.730000', '102907.733000', '102907.736000', '102907.738000', '102907.741000', '102907.743000', '102907.746000', '102907.749000', '102927.610000', '102927.613000', '102927.616000', '102927.618000', '102927.621000', '102927.623000', '102927.626000', '102927.629000', '102927.632000', '102927.634000', '102927.637000', '102927.640000', '102927.642000', '102927.645000', '102927.647000', '102927.650000', '102927.653000', '102927.655000', '102927.658000', '102927.661000', '102927.663000', '102927.666000', '102927.669000', '102927.671000', '102927.674000', '102927.676000', '102927.679000', '102927.682000', '102927.685000', '102927.688000', '102927.691000', '102927.694000', '102927.698000', '102927.700000', '102927.703000', '102927.706000', '102927.709000', '102927.712000', '102927.714000', '102927.717000', '102927.720000', '102927.722000', '102927.725000', '102947.610000', '102947.613000', '102947.615000', '102947.618000', '102947.621000', '102947.623000', '102947.626000', '102947.629000', '102947.631000', '102947.634000', '102947.636000', '102947.639000', '102947.642000', '102947.644000', '102947.647000', '102947.650000', '102947.652000', '102947.655000', '102947.657000', '102947.660000', '102947.663000', '102947.665000', '102947.668000', '102947.670000', '102947.673000', '102947.676000', '102947.678000', '102947.681000', '102947.683000', '102947.686000', '102947.689000', '102947.691000', '102947.694000', '102947.696000', '102947.699000', '102947.702000', '102947.704000', '102947.707000', '102947.710000', '102947.712000', '102947.715000', '102947.718000', '102947.720000', '102947.723000', '103007.611000', '103007.613000', '103007.616000', '103007.619000', '103007.621000', '103007.624000', '103007.627000', '103007.629000', '103007.632000', '103007.634000', '103007.637000', '103007.640000', '103007.642000', '103007.645000', '103007.647000', '103007.650000', '103007.653000', '103007.655000', '103007.658000', '103007.661000', '103007.663000', '103007.666000', '103007.669000', '103007.671000', '103007.674000', '103007.676000', '103007.679000', '103007.682000', '103007.684000', '103007.687000', '103007.689000', '103007.692000', '103007.695000', '103007.697000', '103007.700000', '103007.702000', '103007.705000', '103007.708000', '103007.710000', '103007.713000', '103007.716000', '103007.718000', '103007.721000', '103027.611000', '103027.614000', '103027.617000', '103027.620000', '103027.634000', '103027.637000', '103027.640000', '103027.642000', '103027.645000', '103027.648000', '103027.650000', '103027.653000', '103027.656000', '103027.658000', '103027.661000', '103027.664000', '103027.666000', '103027.669000', '103027.672000', '103027.674000', '103027.677000', '103027.680000', '103027.683000', '103027.685000', '103027.688000', '103027.690000', '103027.693000', '103027.696000', '103027.698000', '103027.701000', '103027.704000', '103027.706000', '103027.709000', '103027.711000', '103027.714000', '103027.717000', '103027.719000', '103027.722000', '103027.725000', '103027.727000', '103027.730000', '103027.733000', '103027.735000', '103027.738000', '103047.611000', '103047.613000', '103047.616000', '103047.619000', '103047.622000', '103047.624000', '103047.627000', '103047.629000', '103047.632000', '103047.635000', '103047.637000', '103047.640000', '103047.642000', '103047.645000', '103047.648000', '103047.650000', '103047.653000', '103047.656000', '103047.658000', '103047.661000', '103047.663000', '103047.666000', '103047.669000', '103047.671000', '103047.674000', '103047.677000', '103047.679000', '103047.682000', '103047.685000', '103047.687000', '103047.690000', '103047.693000', '103047.695000', '103047.698000', '103047.701000', '103047.704000', '103047.706000', '103047.709000', '103047.712000', '103047.715000', '103047.717000', '103047.720000', '103047.723000', '103102.876000', '103102.879000', '103102.882000', '103102.885000', '103102.887000', '103102.890000', '103102.893000', '103102.895000', '103102.898000', '103102.901000', '103102.903000', '103102.906000', '103102.909000', '103102.911000', '103102.914000', '103102.917000', '103102.919000', '103102.922000', '103102.925000', '103102.927000', '103102.930000', '103102.933000', '103102.935000', '103102.938000', '103102.947000', '103102.950000', '103102.953000', '103102.955000', '103102.958000', '103102.961000', '103102.963000', '103102.966000', '103102.969000', '103102.971000'], 'InstanceCreationTime': ['102207.644000', '102207.647000', '102207.650000', '102207.652000', '102207.655000', '102207.657000', '102207.660000', '102207.663000', '102207.665000', '102207.668000', '102207.670000', '102207.673000', '102207.676000', '102207.678000', '102207.681000', '102207.684000', '102207.686000', '102207.689000', '102207.691000', '102207.694000', '102207.697000', '102207.699000', '102207.702000', '102207.705000', '102207.707000', '102207.710000', '102207.712000', '102207.715000', '102207.718000', '102207.720000', '102207.723000', '102207.725000', '102207.728000', '102207.731000', '102207.733000', '102207.736000', '102207.738000', '102207.741000', '102207.743000', '102207.746000', '102207.749000', '102207.751000', '102207.754000', '102207.757000', '102207.759000', '102227.610000', '102227.613000', '102227.615000', '102227.618000', '102227.621000', '102227.623000', '102227.626000', '102227.628000', '102227.631000', '102227.634000', '102227.636000', '102227.639000', '102227.642000', '102227.644000', '102227.647000', '102227.649000', '102227.652000', '102227.655000', '102227.657000', '102227.660000', '102227.662000', '102227.665000', '102227.667000', '102227.670000', '102227.673000', '102227.676000', '102227.678000', '102227.681000', '102227.684000', '102227.686000', '102227.689000', '102227.691000', '102227.701000', '102227.704000', '102227.707000', '102227.709000', '102227.712000', '102227.715000', '102227.717000', '102227.720000', '102227.722000', '102227.725000', '102227.728000', '102247.609000', '102247.612000', '102247.615000', '102247.618000', '102247.620000', '102247.623000', '102247.625000', '102247.628000', '102247.631000', '102247.633000', '102247.636000', '102247.638000', '102247.641000', '102247.644000', '102247.646000', '102247.649000', '102247.651000', '102247.654000', '102247.657000', '102247.659000', '102247.662000', '102247.665000', '102247.668000', '102247.670000', '102247.673000', '102247.676000', '102247.678000', '102247.681000', '102247.684000', '102247.686000', '102247.689000', '102247.692000', '102247.694000', '102247.697000', '102247.700000', '102247.704000', '102247.707000', '102247.709000', '102247.712000', '102247.715000', '102247.717000', '102247.720000', '102247.722000', '102247.725000', '102307.610000', '102307.613000', '102307.616000', '102307.618000', '102307.621000', '102307.624000', '102307.626000', '102307.629000', '102307.647000', '102307.650000', '102307.652000', '102307.655000', '102307.658000', '102307.660000', '102307.663000', '102307.665000', '102307.672000', '102307.674000', '102307.677000', '102307.680000', '102307.682000', '102307.685000', '102307.688000', '102307.691000', '102307.696000', '102307.698000', '102307.701000', '102307.704000', '102307.706000', '102307.709000', '102307.711000', '102307.714000', '102307.717000', '102307.719000', '102307.722000', '102307.725000', '102307.727000', '102307.730000', '102307.733000', '102307.735000', '102307.738000', '102307.741000', '102307.743000', '102327.611000', '102327.613000', '102327.616000', '102327.619000', '102327.621000', '102327.624000', '102327.626000', '102327.629000', '102327.632000', '102327.634000', '102327.637000', '102327.639000', '102327.642000', '102327.645000', '102327.647000', '102327.650000', '102327.653000', '102327.655000', '102327.658000', '102327.660000', '102327.663000', '102327.665000', '102327.668000', '102327.671000', '102327.673000', '102327.676000', '102327.679000', '102327.681000', '102327.684000', '102327.686000', '102327.694000', '102327.696000', '102327.699000', '102327.702000', '102327.705000', '102327.707000', '102327.710000', '102327.713000', '102327.715000', '102327.718000', '102327.721000', '102327.723000', '102327.726000', '102327.728000', '102347.611000', '102347.613000', '102347.616000', '102347.618000', '102347.621000', '102347.624000', '102347.626000', '102347.629000', '102347.632000', '102347.634000', '102347.637000', '102347.640000', '102347.642000', '102347.645000', '102347.648000', '102347.650000', '102347.653000', '102347.656000', '102347.658000', '102347.661000', '102347.664000', '102347.666000', '102347.669000', '102347.672000', '102347.674000', '102347.677000', '102347.679000', '102347.682000', '102347.685000', '102347.687000', '102347.690000', '102347.693000', '102347.695000', '102347.698000', '102347.701000', '102347.703000', '102347.706000', '102347.709000', '102347.712000', '102347.715000', '102347.718000', '102347.720000', '102347.723000', '102407.609000', '102407.612000', '102407.615000', '102407.618000', '102407.620000', '102407.623000', '102407.626000', '102407.628000', '102407.631000', '102407.634000', '102407.636000', '102407.639000', '102407.642000', '102407.644000', '102407.647000', '102407.650000', '102407.652000', '102407.655000', '102407.658000', '102407.660000', '102407.663000', '102407.666000', '102407.668000', '102407.671000', '102407.673000', '102407.676000', '102407.679000', '102407.681000', '102407.684000', '102407.687000', '102407.689000', '102407.692000', '102407.695000', '102407.697000', '102407.700000', '102407.703000', '102407.705000', '102407.708000', '102407.711000', '102407.713000', '102407.716000', '102407.718000', '102407.721000', '102407.724000', '102427.610000', '102427.613000', '102427.615000', '102427.618000', '102427.620000', '102427.623000', '102427.626000', '102427.628000', '102427.631000', '102427.634000', '102427.636000', '102427.639000', '102427.642000', '102427.644000', '102427.647000', '102427.649000', '102427.652000', '102427.655000', '102427.657000', '102427.660000', '102427.663000', '102427.665000', '102427.668000', '102427.671000', '102427.673000', '102427.676000', '102427.678000', '102427.681000', '102427.684000', '102427.686000', '102427.689000', '102427.691000', '102427.694000', '102427.697000', '102427.699000', '102427.702000', '102427.705000', '102427.707000', '102427.710000', '102427.713000', '102427.716000', '102427.718000', '102427.721000', '102447.610000', '102447.612000', '102447.615000', '102447.617000', '102447.631000', '102447.633000', '102447.636000', '102447.638000', '102447.641000', '102447.644000', '102447.646000', '102447.649000', '102447.651000', '102447.654000', '102447.657000', '102447.659000', '102447.662000', '102447.664000', '102447.667000', '102447.670000', '102447.672000', '102447.675000', '102447.678000', '102447.680000', '102447.683000', '102447.686000', '102447.688000', '102447.691000', '102447.694000', '102447.696000', '102447.699000', '102447.702000', '102447.704000', '102447.707000', '102447.710000', '102447.712000', '102447.715000', '102447.718000', '102447.720000', '102447.723000', '102447.726000', '102447.728000', '102447.731000', '102447.734000', '102507.609000', '102507.612000', '102507.615000', '102507.618000', '102507.620000', '102507.623000', '102507.626000', '102507.628000', '102507.631000', '102507.634000', '102507.636000', '102507.639000', '102507.642000', '102507.644000', '102507.647000', '102507.649000', '102507.652000', '102507.655000', '102507.657000', '102507.660000', '102507.663000', '102507.665000', '102507.668000', '102507.670000', '102507.673000', '102507.676000', '102507.678000', '102507.681000', '102507.686000', '102507.689000', '102507.692000', '102507.694000', '102507.697000', '102507.700000', '102507.703000', '102507.705000', '102507.708000', '102507.711000', '102507.713000', '102507.716000', '102507.718000', '102507.721000', '102507.724000', '102527.611000', '102527.614000', '102527.616000', '102527.619000', '102527.621000', '102527.624000', '102527.627000', '102527.629000', '102527.632000', '102527.635000', '102527.637000', '102527.640000', '102527.643000', '102527.645000', '102527.648000', '102527.650000', '102527.653000', '102527.656000', '102527.658000', '102527.661000', '102527.664000', '102527.666000', '102527.669000', '102527.672000', '102527.674000', '102527.677000', '102527.679000', '102527.682000', '102527.685000', '102527.687000', '102527.690000', '102527.692000', '102527.695000', '102527.698000', '102527.700000', '102527.703000', '102527.706000', '102527.708000', '102527.711000', '102527.714000', '102527.716000', '102527.719000', '102527.722000', '102547.611000', '102547.613000', '102547.616000', '102547.619000', '102547.621000', '102547.624000', '102547.627000', '102547.629000', '102547.632000', '102547.634000', '102547.637000', '102547.640000', '102547.642000', '102547.645000', '102547.648000', '102547.650000', '102547.653000', '102547.656000', '102547.658000', '102547.661000', '102547.664000', '102547.666000', '102547.669000', '102547.672000', '102547.674000', '102547.677000', '102547.680000', '102547.682000', '102547.685000', '102547.688000', '102547.690000', '102547.693000', '102547.695000', '102547.698000', '102547.701000', '102547.703000', '102547.706000', '102547.709000', '102547.711000', '102547.714000', '102547.717000', '102547.719000', '102547.722000', '102547.725000', '102607.611000', '102607.613000', '102607.616000', '102607.619000', '102607.621000', '102607.624000', '102607.627000', '102607.629000', '102607.632000', '102607.634000', '102607.637000', '102607.640000', '102607.642000', '102607.645000', '102607.647000', '102607.650000', '102607.653000', '102607.655000', '102607.658000', '102607.661000', '102607.663000', '102607.666000', '102607.669000', '102607.671000', '102607.674000', '102607.676000', '102607.679000', '102607.682000', '102607.684000', '102607.698000', '102607.700000', '102607.703000', '102607.705000', '102607.708000', '102607.711000', '102607.713000', '102607.716000', '102607.718000', '102607.721000', '102607.724000', '102607.726000', '102607.729000', '102607.732000', '102607.734000', '102627.610000', '102627.612000', '102627.615000', '102627.618000', '102627.620000', '102627.623000', '102627.625000', '102627.628000', '102627.631000', '102627.633000', '102627.636000', '102627.639000', '102627.641000', '102627.644000', '102627.647000', '102627.649000', '102627.652000', '102627.654000', '102627.657000', '102627.660000', '102627.662000', '102627.665000', '102627.667000', '102627.670000', '102627.673000', '102627.676000', '102627.678000', '102627.681000', '102627.684000', '102627.686000', '102627.689000', '102627.692000', '102627.694000', '102627.697000', '102627.700000', '102627.702000', '102627.705000', '102627.708000', '102627.710000', '102627.713000', '102627.716000', '102627.718000', '102627.721000', '102647.610000', '102647.612000', '102647.615000', '102647.618000', '102647.621000', '102647.624000', '102647.627000', '102647.629000', '102647.632000', '102647.634000', '102647.637000', '102647.640000', '102647.642000', '102647.645000', '102647.647000', '102647.650000', '102647.653000', '102647.655000', '102647.658000', '102647.661000', '102647.663000', '102647.666000', '102647.668000', '102647.671000', '102647.674000', '102647.676000', '102647.679000', '102647.682000', '102647.684000', '102647.687000', '102647.690000', '102647.692000', '102647.695000', '102647.697000', '102647.700000', '102647.703000', '102647.705000', '102647.708000', '102647.711000', '102647.713000', '102647.716000', '102647.719000', '102647.722000', '102707.609000', '102707.612000', '102707.615000', '102707.618000', '102707.621000', '102707.623000', '102707.626000', '102707.628000', '102707.631000', '102707.634000', '102707.636000', '102707.639000', '102707.642000', '102707.645000', '102707.647000', '102707.650000', '102707.652000', '102707.655000', '102707.658000', '102707.660000', '102707.663000', '102707.666000', '102707.668000', '102707.671000', '102707.674000', '102707.676000', '102707.679000', '102707.681000', '102707.684000', '102707.687000', '102707.689000', '102707.692000', '102707.697000', '102707.699000', '102707.702000', '102707.705000', '102707.707000', '102707.710000', '102707.712000', '102707.715000', '102707.718000', '102707.720000', '102707.723000', '102707.726000', '102727.610000', '102727.612000', '102727.615000', '102727.618000', '102727.620000', '102727.623000', '102727.625000', '102727.628000', '102727.631000', '102727.633000', '102727.636000', '102727.638000', '102727.641000', '102727.644000', '102727.646000', '102727.649000', '102727.652000', '102727.654000', '102727.657000', '102727.659000', '102727.662000', '102727.665000', '102727.667000', '102727.670000', '102727.673000', '102727.675000', '102727.678000', '102727.680000', '102727.683000', '102727.686000', '102727.688000', '102727.691000', '102727.694000', '102727.696000', '102727.699000', '102727.701000', '102727.704000', '102727.707000', '102727.709000', '102727.712000', '102727.714000', '102727.717000', '102727.720000', '102747.610000', '102747.613000', '102747.616000', '102747.619000', '102747.621000', '102747.624000', '102747.626000', '102747.629000', '102747.632000', '102747.634000', '102747.637000', '102747.639000', '102747.642000', '102747.645000', '102747.647000', '102747.650000', '102747.652000', '102747.655000', '102747.658000', '102747.660000', '102747.663000', '102747.665000', '102747.675000', '102747.677000', '102747.680000', '102747.682000', '102747.685000', '102747.688000', '102747.690000', '102747.693000', '102747.696000', '102747.698000', '102747.701000', '102747.703000', '102747.706000', '102747.709000', '102747.711000', '102747.714000', '102747.716000', '102747.719000', '102747.722000', '102747.724000', '102747.727000', '102747.729000', '102807.611000', '102807.613000', '102807.616000', '102807.619000', '102807.621000', '102807.624000', '102807.627000', '102807.629000', '102807.632000', '102807.635000', '102807.637000', '102807.640000', '102807.642000', '102807.645000', '102807.648000', '102807.650000', '102807.653000', '102807.656000', '102807.658000', '102807.661000', '102807.664000', '102807.667000', '102807.670000', '102807.672000', '102807.675000', '102807.678000', '102807.680000', '102807.683000', '102807.686000', '102807.688000', '102807.691000', '102807.693000', '102807.696000', '102807.699000', '102807.701000', '102807.704000', '102807.707000', '102807.709000', '102807.712000', '102807.715000', '102807.718000', '102807.721000', '102807.723000', '102827.611000', '102827.613000', '102827.616000', '102827.619000', '102827.621000', '102827.624000', '102827.627000', '102827.629000', '102827.632000', '102827.635000', '102827.637000', '102827.640000', '102827.643000', '102827.645000', '102827.648000', '102827.651000', '102827.653000', '102827.656000', '102827.659000', '102827.661000', '102827.664000', '102827.666000', '102827.669000', '102827.672000', '102827.674000', '102827.677000', '102827.680000', '102827.682000', '102827.685000', '102827.688000', '102827.690000', '102827.693000', '102827.695000', '102827.698000', '102827.701000', '102827.703000', '102827.706000', '102827.708000', '102827.711000', '102827.714000', '102827.716000', '102827.719000', '102827.722000', '102827.724000', '102847.610000', '102847.612000', '102847.615000', '102847.617000', '102847.620000', '102847.623000', '102847.625000', '102847.628000', '102847.631000', '102847.634000', '102847.636000', '102847.639000', '102847.642000', '102847.644000', '102847.647000', '102847.649000', '102847.652000', '102847.655000', '102847.657000', '102847.660000', '102847.662000', '102847.665000', '102847.668000', '102847.671000', '102847.673000', '102847.676000', '102847.678000', '102847.681000', '102847.684000', '102847.686000', '102847.689000', '102847.691000', '102847.694000', '102847.697000', '102847.699000', '102847.702000', '102847.704000', '102847.707000', '102847.710000', '102847.712000', '102847.715000', '102847.717000', '102847.720000', '102907.610000', '102907.612000', '102907.615000', '102907.618000', '102907.621000', '102907.624000', '102907.626000', '102907.629000', '102907.656000', '102907.659000', '102907.662000', '102907.664000', '102907.667000', '102907.670000', '102907.672000', '102907.675000', '102907.678000', '102907.680000', '102907.683000', '102907.685000', '102907.688000', '102907.691000', '102907.693000', '102907.696000', '102907.699000', '102907.701000', '102907.704000', '102907.707000', '102907.709000', '102907.712000', '102907.714000', '102907.717000', '102907.720000', '102907.722000', '102907.725000', '102907.728000', '102907.730000', '102907.733000', '102907.736000', '102907.738000', '102907.741000', '102907.743000', '102907.746000', '102907.749000', '102927.610000', '102927.613000', '102927.616000', '102927.618000', '102927.621000', '102927.623000', '102927.626000', '102927.629000', '102927.632000', '102927.634000', '102927.637000', '102927.640000', '102927.642000', '102927.645000', '102927.647000', '102927.650000', '102927.653000', '102927.655000', '102927.658000', '102927.661000', '102927.663000', '102927.666000', '102927.669000', '102927.671000', '102927.674000', '102927.676000', '102927.679000', '102927.682000', '102927.685000', '102927.688000', '102927.691000', '102927.694000', '102927.698000', '102927.700000', '102927.703000', '102927.706000', '102927.709000', '102927.712000', '102927.714000', '102927.717000', '102927.720000', '102927.722000', '102927.725000', '102947.610000', '102947.613000', '102947.615000', '102947.618000', '102947.621000', '102947.623000', '102947.626000', '102947.629000', '102947.631000', '102947.634000', '102947.636000', '102947.639000', '102947.642000', '102947.644000', '102947.647000', '102947.650000', '102947.652000', '102947.655000', '102947.657000', '102947.660000', '102947.663000', '102947.665000', '102947.668000', '102947.670000', '102947.673000', '102947.676000', '102947.678000', '102947.681000', '102947.683000', '102947.686000', '102947.689000', '102947.691000', '102947.694000', '102947.696000', '102947.699000', '102947.702000', '102947.704000', '102947.707000', '102947.710000', '102947.712000', '102947.715000', '102947.718000', '102947.720000', '102947.723000', '103007.611000', '103007.613000', '103007.616000', '103007.619000', '103007.621000', '103007.624000', '103007.627000', '103007.629000', '103007.632000', '103007.634000', '103007.637000', '103007.640000', '103007.642000', '103007.645000', '103007.647000', '103007.650000', '103007.653000', '103007.655000', '103007.658000', '103007.661000', '103007.663000', '103007.666000', '103007.669000', '103007.671000', '103007.674000', '103007.676000', '103007.679000', '103007.682000', '103007.684000', '103007.687000', '103007.689000', '103007.692000', '103007.695000', '103007.697000', '103007.700000', '103007.702000', '103007.705000', '103007.708000', '103007.710000', '103007.713000', '103007.716000', '103007.718000', '103007.721000', '103027.611000', '103027.614000', '103027.617000', '103027.620000', '103027.634000', '103027.637000', '103027.640000', '103027.642000', '103027.645000', '103027.648000', '103027.650000', '103027.653000', '103027.656000', '103027.658000', '103027.661000', '103027.664000', '103027.666000', '103027.669000', '103027.672000', '103027.674000', '103027.677000', '103027.680000', '103027.683000', '103027.685000', '103027.688000', '103027.690000', '103027.693000', '103027.696000', '103027.698000', '103027.701000', '103027.704000', '103027.706000', '103027.709000', '103027.711000', '103027.714000', '103027.717000', '103027.719000', '103027.722000', '103027.725000', '103027.727000', '103027.730000', '103027.733000', '103027.735000', '103027.738000', '103047.611000', '103047.613000', '103047.616000', '103047.619000', '103047.622000', '103047.624000', '103047.627000', '103047.629000', '103047.632000', '103047.635000', '103047.637000', '103047.640000', '103047.642000', '103047.645000', '103047.648000', '103047.650000', '103047.653000', '103047.656000', '103047.658000', '103047.661000', '103047.663000', '103047.666000', '103047.669000', '103047.671000', '103047.674000', '103047.677000', '103047.679000', '103047.682000', '103047.685000', '103047.687000', '103047.690000', '103047.693000', '103047.695000', '103047.698000', '103047.701000', '103047.704000', '103047.706000', '103047.709000', '103047.712000', '103047.715000', '103047.717000', '103047.720000', '103047.723000', '103102.876000', '103102.879000', '103102.882000', '103102.885000', '103102.887000', '103102.890000', '103102.893000', '103102.895000', '103102.898000', '103102.901000', '103102.903000', '103102.906000', '103102.909000', '103102.911000', '103102.914000', '103102.917000', '103102.919000', '103102.922000', '103102.925000', '103102.927000', '103102.930000', '103102.933000', '103102.935000', '103102.938000', '103102.947000', '103102.950000', '103102.953000', '103102.955000', '103102.958000', '103102.961000', '103102.963000', '103102.966000', '103102.969000', '103102.971000'], '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': [13636, 9546, 13602, 8452, 11642, 7568, 9513, 14082, 9197, 12871, 9834, 9854, 12761, 8582, 13270, 7524, 9838, 13956, 9133, 12612, 7501, 10171, 14279, 9198, 13281, 8279, 9804, 13470, 8661, 13036, 7870, 9387, 14017, 8167, 12485, 7601, 9805, 13812, 9030, 12831, 11030, 9861, 12656, 8575, 12542, 12018, 9051, 13266, 7941, 11135, 9518, 8757, 13622, 8273, 10975, 13119, 8969, 12904, 7563, 11046, 13584, 8827, 12528, 7329, 9085, 12815, 8310, 12599, 11662, 8851, 12832, 7727, 10805, 7288, 8642, 13077, 8145, 12590, 7539, 9339, 13178, 8151, 12888, 9381, 9532, 13860, 9209, 13251, 7865, 9233, 14044, 8211, 11787, 11287, 9024, 12845, 8197, 11984, 11791, 8397, 12954, 7656, 11479, 8396, 8649, 13710, 8653, 11096, 11815, 9097, 13219, 7597, 11256, 13844, 9227, 13115, 7290, 9761, 13157, 8289, 12354, 9999, 8854, 11854, 8180, 12661, 8539, 8401, 14140, 7892, 11675, 9970, 8582, 13657, 8035, 11377, 13128, 9216, 12713, 7681, 11250, 13330, 8711, 12718, 8096, 9267, 12152, 8220, 12218, 13623, 8571, 12314, 8397, 8933, 11170, 7746, 11809, 9559, 8096, 13143, 7473, 10738, 8214, 8263, 13221, 7308, 10285, 13625, 9003, 12873, 8338, 12424, 8473, 9091, 13963, 9235, 13651, 7450, 10945, 14438, 8997, 13446, 7803, 9756, 13519, 8659, 12951, 10777, 9158, 13290, 8285, 12145, 8332, 8168, 13071, 7342, 11144, 11181, 8704, 12524, 8171, 12650, 7372, 10622, 13846, 9243, 12947, 8367, 12799, 7542, 9852, 14062, 9280, 12873, 8402, 12493, 9485, 9317, 14130, 9174, 13339, 7343, 10278, 14106, 8564, 12780, 10391, 9638, 13733, 8586, 12545, 12736, 9272, 13225, 8086, 11262, 7558, 8739, 13115, 7611, 11909, 10439, 8778, 12601, 8285, 12153, 10780, 8810, 13429, 7951, 11812, 11443, 8705, 13099, 7826, 10503, 13092, 8831, 13026, 7454, 10579, 13351, 8868, 12837, 7283, 9964, 13622, 8784, 12625, 14366, 9433, 12435, 7887, 10956, 12628, 8471, 12047, 10888, 8877, 11783, 7403, 11024, 13153, 8440, 12169, 9062, 8233, 12505, 8268, 11611, 7752, 8085, 12720, 7446, 9569, 13370, 8718, 12912, 7540, 8234, 13999, 8201, 10725, 13950, 8995, 13166, 7415, 8979, 14293, 8080, 11732, 11769, 8552, 13279, 7352, 9509, 14016, 9036, 12623, 7528, 8927, 14015, 7869, 11804, 10175, 8827, 13035, 7979, 12184, 7741, 8919, 13559, 8822, 13260, 7856, 11298, 15021, 9164, 13319, 7804, 11239, 14308, 9054, 13122, 8270, 9909, 12477, 8781, 13877, 8053, 9944, 14474, 8847, 12157, 7627, 8752, 13354, 7744, 11305, 11645, 8900, 12807, 8217, 11863, 14183, 9059, 12901, 7521, 10582, 12417, 8707, 13424, 8139, 10894, 13878, 9374, 13256, 7438, 11325, 14431, 8957, 13446, 7497, 11128, 13138, 8846, 13101, 8138, 10799, 11431, 9515, 13449, 8462, 12415, 14362, 9341, 13091, 7946, 11259, 7567, 8994, 13764, 8560, 12685, 10560, 10005, 11834, 9141, 13372, 8463, 12539, 12424, 9838, 12373, 8738, 12749, 7757, 12159, 12848, 9649, 12548, 9150, 12889, 8048, 12033, 12867, 9399, 13967, 8619, 12644, 7351, 9543, 13626, 9103, 12773, 12202, 8893, 12845, 8264, 12043, 7411, 8988, 12880, 8353, 11973, 8948, 8667, 12537, 7956, 12692, 7357, 9904, 14052, 8543, 13024, 8500, 12196, 7587, 10731, 14136, 8674, 13690, 8071, 11442, 8000, 9439, 14341, 8537, 13143, 7315, 12552, 10273, 10096, 12087, 9722, 14494, 10090, 13675, 9053, 13308, 8947, 10304, 14976, 9984, 13144, 7938, 11636, 14206, 8910, 12838, 7694, 9914, 8595, 8437, 13316, 7561, 11719, 12571, 9202, 12423, 8208, 12567, 7938, 9352, 14143, 9254, 13319, 7737, 12088, 15165, 9384, 13428, 10022, 10291, 12459, 9482, 14022, 9151, 13054, 9617, 9925, 14280, 9416, 13116, 7470, 10659, 14362, 9247, 13308, 9893, 10105, 14272, 8900, 12819, 13907, 9158, 13158, 8011, 11266, 9380, 8713, 13317, 7940, 10679, 13239, 8676, 12626, 7729, 11305, 13428, 8734, 13342, 8104, 11373, 7840, 8839, 13877, 8038, 11735, 13426, 9202, 13084, 7911, 10936, 13878, 8863, 12790, 7981, 10140, 7257, 10092, 12591, 8447, 11709, 13544, 9163, 13027, 8409, 12007, 7245, 11240, 14000, 9224, 12797, 11714, 10412, 14222, 9946, 13487, 8318, 11901, 13935, 9546, 13192, 9420, 10765, 13365, 8737, 12264, 11351, 9564, 13188, 8493, 11846, 8950, 9477, 12516, 8128, 11598, 13321, 9526, 11961, 8261, 11533, 12166, 9283, 13648, 9176, 12631, 9034, 10568, 13754, 8946, 12263, 13996, 9488, 12179, 8434, 11850, 12988, 8911, 12328, 9272, 11155, 10810, 9115, 12711, 8125, 11406, 13098, 8907, 12757, 9092, 12341, 8070, 10557, 13419, 9096, 12957, 9621, 10331, 13196, 7337, 11227, 11905, 10853, 13720, 9750, 12400, 8862, 11586, 13989, 8982, 11733, 8588, 12268, 7156, 10831, 12619, 8707, 11968, 11124, 10707, 13203, 9090, 12601, 8392, 10789, 13455, 9844, 13018, 8001, 12078, 13315, 9329, 12695, 9518, 11998, 12604, 10215, 13733, 8904, 12424, 13656, 9709, 12765, 9339, 12588, 7702, 10508, 12882, 8842, 12675, 7385, 10241, 12611, 8722, 11787, 9958, 9954, 13277, 9107, 11845, 8488, 11450, 8707, 10024, 13033, 9168, 11999, 7603, 9506, 13041, 9629, 13161, 9064, 12207, 9790, 9439, 13027, 9384, 11763, 12745, 8898, 11885, 7272, 10194, 11861, 8379, 11867, 7483, 10158, 12264, 8456, 11848, 9705, 9328, 12929, 9094, 12075, 7267, 11204, 12944, 8596, 12317, 8744, 10450, 11269, 8620, 12539, 7800, 11262, 13921, 9455, 12414, 8867, 12936, 7633, 10578, 13845, 8913, 12994, 7621, 11655, 9827, 8963, 13779, 8151, 12057, 12750, 9117, 12237, 8068, 11933, 11766, 8711, 13021, 8544, 12321, 7046, 10778, 13735, 8468, 11761, 7501, 12428, 7965, 11539, 11879, 10460, 13744, 9546, 12372, 9986, 13700, 9828, 13210, 9133, 12332, 8429, 11366, 13622, 8843, 12367, 8104, 11103, 7527, 9038, 11753, 8164, 11749, 7308, 9604, 13846, 7491, 10267, 8954, 11520, 14400, 10332, 12596, 8580, 11806, 7800, 9734, 13407, 9233, 12163, 7578, 11346, 13440, 8674, 12262, 8372, 11435, 7030, 10511, 13255, 8978, 12156, 11276, 9548, 12776, 9352, 11715, 8039, 10909, 10852, 10231, 8389, 8910, 11482, 9227, 13227, 9022, 11718, 8083, 10882, 13189, 9002, 11563, 13867, 8799, 12243, 8418, 11112, 10093, 8576, 11824, 8179, 10187, 12759, 8830, 11444, 7378, 10412, 12094, 8600, 11037, 9665, 9057, 11251, 8284, 12227, 7468, 9450, 13368, 9060, 12009, 7471, 11114, 13157, 8816, 12385, 8536, 11577, 7581, 10374, 13612, 8550, 11895, 10485, 9321, 12390, 8749, 12864, 7941, 11062, 13316, 8718, 12996, 7802, 11591, 12472, 8395, 11187, 7634, 9473, 11619, 8344, 12232, 7584, 10601, 12491, 8438, 11489, 7751, 11372, 7278, 10325, 8490, 8892, 12505, 9507, 11924, 11772, 9502, 13287, 9160, 9637, 10481, 14456, 10016, 14601, 10331, 13757, 9579, 13526, 10676, 17106, 12081, 14263, 12404, 14613, 10561, 14362, 11023, 11689, 16680, 10278, 12545, 9732, 11887, 8465, 11676, 8481, 10839, 7318, 11364, 7591, 10784, 8173, 11829, 9291, 11325, 8382, 11703, 7781, 10790, 7849, 10651, 11983, 8189, 11827, 8016, 11178, 7896, 10907, 7550, 10798, 8730, 8871, 12649, 8652, 12336, 7925, 11029, 7537, 9368, 7388, 9338, 7478, 11625, 8308, 7581, 10815, 7585, 12173, 8940, 11967, 8391, 11959, 8205, 11331, 14692, 10421, 11271, 9636, 12154, 8546, 11807, 7795, 10756, 12448, 8499, 12231, 8740, 11699, 8138, 11581, 7961, 11459, 7422, 9826, 11970, 8974, 11319, 9437, 13005, 9012, 12327, 8162, 10464, 14844, 9302, 12047, 8424, 11912, 8185, 9518, 12872, 8771, 12035, 8763, 12138, 8332, 11667, 9015, 9709, 13403, 9451, 12243, 8895, 12474, 8517, 10605, 13335, 8926, 12523, 8923, 11829, 7635, 10061, 12799, 8477, 12107, 7653, 9831, 7783, 8856, 12665, 8580, 11670, 7930, 9839, 12217, 9416, 13021, 8912, 12324, 9848, 9541, 13773, 9502, 12431, 8433, 12254, 8061, 11112, 12974, 9302, 12971, 8678, 12360, 7935, 11220, 13615, 9059, 12624, 8453, 9918, 12620, 8777, 12487, 7652, 9472, 12245, 8052, 12119, 7659, 9487, 13172, 8950, 11492, 8118, 11102, 7494, 8728, 12925, 8519, 11991, 8248, 12208, 8083, 9172, 13633, 9433, 12371, 8013, 11621, 13715, 9387, 12583, 8380, 11803, 8519, 9341, 13471, 8786, 13164, 7995, 10979, 9590, 9487, 13880, 8975, 13384, 8807, 10760, 7665, 9222, 13383, 8673, 12659, 8168, 10353, 10242, 8925, 13308, 8463, 11908, 11254, 9308, 12561, 8620, 12531, 8103, 10882, 10840, 8827, 11969, 8326, 12112, 8007, 10009, 12191, 8844, 12337, 7986, 11206, 10403, 9229, 12045, 8496, 12710, 7793, 11322, 12337, 9549], 'WindowCenter': [4522.0, 4474.0, 4502.0, 4438.0, 4452.0, 4398.0, 4428.0, 4455.0, 4415.0, 4459.0, 4426.0, 4426.0, 4444.0, 4405.0, 4444.0, 4393.0, 4427.0, 4467.0, 4413.0, 4445.0, 4383.0, 4425.0, 4454.0, 4417.0, 4458.0, 4394.0, 4414.0, 4443.0, 4392.0, 4443.0, 4381.0, 4415.0, 4456.0, 4393.0, 4433.0, 4382.0, 4413.0, 4442.0, 4402.0, 4446.0, 4424.0, 4412.0, 4431.0, 4402.0, 4433.0, 4432.0, 4404.0, 4443.0, 4390.0, 4423.0, 4401.0, 4392.0, 4441.0, 4404.0, 4425.0, 4443.0, 4402.0, 4432.0, 4381.0, 4419.0, 4431.0, 4403.0, 4433.0, 4370.0, 4391.0, 4430.0, 4389.0, 4420.0, 4419.0, 4400.0, 4431.0, 4369.0, 4410.0, 4370.0, 4391.0, 4431.0, 4393.0, 4443.0, 4381.0, 4414.0, 4442.0, 4393.0, 4444.0, 4413.0, 4416.0, 4444.0, 4402.0, 4443.0, 4380.0, 4401.0, 4440.0, 4393.0, 4432.0, 4409.0, 4389.0, 4429.0, 4390.0, 4421.0, 4432.0, 4392.0, 4431.0, 4380.0, 4423.0, 4390.0, 4391.0, 4442.0, 4402.0, 4422.0, 4420.0, 4401.0, 4433.0, 4380.0, 4419.0, 4441.0, 4402.0, 4431.0, 4368.0, 4400.0, 4427.0, 4380.0, 4430.0, 4410.0, 4391.0, 4419.0, 4390.0, 4431.0, 4388.0, 4392.0, 4442.0, 4380.0, 4422.0, 4399.0, 4391.0, 4431.0, 4379.0, 4433.0, 4431.0, 4388.0, 4419.0, 4368.0, 4409.0, 4428.0, 4389.0, 4432.0, 4379.0, 4389.0, 4418.0, 4378.0, 4420.0, 4427.0, 4388.0, 4430.0, 4389.0, 4388.0, 4407.0, 4378.0, 4420.0, 4398.0, 4391.0, 4442.0, 4380.0, 4423.0, 4391.0, 4392.0, 4441.0, 4383.0, 4425.0, 4442.0, 4402.0, 4432.0, 4393.0, 4444.0, 4394.0, 4415.0, 4454.0, 4404.0, 4445.0, 4383.0, 4423.0, 4454.0, 4416.0, 4445.0, 4382.0, 4414.0, 4432.0, 4391.0, 4432.0, 4422.0, 4403.0, 4441.0, 4391.0, 4432.0, 4390.0, 4391.0, 4429.0, 4383.0, 4434.0, 4422.0, 4402.0, 4432.0, 4404.0, 4444.0, 4395.0, 4437.0, 4455.0, 4414.0, 4444.0, 4405.0, 4447.0, 4393.0, 4427.0, 4455.0, 4415.0, 4444.0, 4404.0, 4446.0, 4414.0, 4428.0, 4458.0, 4415.0, 4445.0, 4384.0, 4425.0, 4443.0, 4405.0, 4444.0, 4412.0, 4412.0, 4442.0, 4390.0, 4431.0, 4430.0, 4402.0, 4441.0, 4379.0, 4409.0, 4368.0, 4389.0, 4429.0, 4381.0, 4432.0, 4410.0, 4391.0, 4430.0, 4390.0, 4431.0, 4420.0, 4403.0, 4443.0, 4381.0, 4422.0, 4420.0, 4391.0, 4431.0, 4382.0, 4423.0, 4430.0, 4390.0, 4430.0, 4370.0, 4411.0, 4441.0, 4402.0, 4432.0, 4371.0, 4412.0, 4440.0, 4389.0, 4431.0, 4440.0, 4401.0, 4419.0, 4379.0, 4410.0, 4418.0, 4379.0, 4432.0, 4409.0, 4390.0, 4419.0, 4368.0, 4411.0, 4429.0, 4380.0, 4432.0, 4401.0, 4393.0, 4432.0, 4391.0, 4422.0, 4381.0, 4393.0, 4443.0, 4383.0, 4425.0, 4444.0, 4404.0, 4445.0, 4383.0, 4405.0, 4455.0, 4405.0, 4435.0, 4444.0, 4404.0, 4445.0, 4383.0, 4405.0, 4454.0, 4395.0, 4435.0, 4434.0, 4403.0, 4445.0, 4383.0, 4426.0, 4455.0, 4404.0, 4444.0, 4394.0, 4404.0, 4455.0, 4405.0, 4446.0, 4424.0, 4415.0, 4456.0, 4406.0, 4448.0, 4408.0, 4429.0, 4459.0, 4430.0, 4460.0, 4408.0, 4451.0, 4481.0, 4429.0, 4470.0, 4408.0, 4449.0, 4467.0, 4419.0, 4471.0, 4407.0, 4428.0, 4446.0, 4405.0, 4457.0, 4394.0, 4426.0, 4457.0, 4406.0, 4435.0, 4383.0, 4403.0, 4443.0, 4395.0, 4437.0, 4434.0, 4415.0, 4444.0, 4404.0, 4435.0, 4467.0, 4418.0, 4447.0, 4395.0, 4427.0, 4444.0, 4405.0, 4445.0, 4396.0, 4437.0, 4446.0, 4414.0, 4445.0, 4383.0, 4435.0, 4456.0, 4416.0, 4444.0, 4385.0, 4435.0, 4444.0, 4404.0, 4447.0, 4405.0, 4436.0, 4432.0, 4415.0, 4444.0, 4393.0, 4446.0, 4454.0, 4415.0, 4444.0, 4393.0, 4436.0, 4381.0, 4404.0, 4444.0, 4403.0, 4446.0, 4438.0, 4440.0, 4448.0, 4416.0, 4444.0, 4406.0, 4460.0, 4436.0, 4416.0, 4435.0, 4406.0, 4447.0, 4396.0, 4447.0, 4435.0, 4417.0, 4447.0, 4417.0, 4445.0, 4396.0, 4432.0, 4420.0, 4401.0, 4441.0, 4391.0, 4420.0, 4368.0, 4399.0, 4428.0, 4376.0, 4418.0, 4418.0, 4389.0, 4418.0, 4377.0, 4418.0, 4357.0, 4389.0, 4420.0, 4380.0, 4433.0, 4402.0, 4402.0, 4431.0, 4391.0, 4442.0, 4382.0, 4425.0, 4468.0, 4419.0, 4458.0, 4414.0, 4446.0, 4407.0, 4438.0, 4468.0, 4430.0, 4483.0, 4421.0, 4450.0, 4410.0, 4430.0, 4466.0, 4417.0, 4461.0, 4412.0, 4471.0, 4442.0, 4451.0, 4472.0, 4455.0, 4484.0, 4441.0, 4469.0, 4418.0, 4459.0, 4417.0, 4441.0, 4480.0, 4428.0, 4460.0, 4405.0, 4436.0, 4455.0, 4417.0, 4459.0, 4396.0, 4427.0, 4405.0, 4407.0, 4457.0, 4407.0, 4460.0, 4460.0, 4428.0, 4448.0, 4418.0, 4459.0, 4409.0, 4443.0, 4482.0, 4430.0, 4460.0, 4409.0, 4461.0, 4480.0, 4442.0, 4485.0, 4456.0, 4455.0, 4461.0, 4429.0, 4457.0, 4428.0, 4459.0, 4427.0, 4439.0, 4468.0, 4430.0, 4460.0, 4397.0, 4438.0, 4456.0, 4430.0, 4458.0, 4426.0, 4427.0, 4456.0, 4404.0, 4445.0, 4454.0, 4416.0, 4445.0, 4394.0, 4425.0, 4403.0, 4403.0, 4442.0, 4393.0, 4426.0, 4443.0, 4405.0, 4434.0, 4393.0, 4435.0, 4444.0, 4417.0, 4457.0, 4395.0, 4436.0, 4394.0, 4415.0, 4454.0, 4394.0, 4448.0, 4445.0, 4414.0, 4445.0, 4394.0, 4425.0, 4444.0, 4405.0, 4461.0, 4410.0, 4440.0, 4388.0, 4428.0, 4447.0, 4404.0, 4436.0, 4443.0, 4415.0, 4446.0, 4409.0, 4436.0, 4384.0, 4437.0, 4456.0, 4415.0, 4442.0, 4434.0, 4426.0, 4445.0, 4416.0, 4440.0, 4394.0, 4435.0, 4445.0, 4416.0, 4449.0, 4404.0, 4425.0, 4445.0, 4394.0, 4421.0, 4409.0, 4404.0, 4442.0, 4394.0, 4421.0, 4390.0, 4401.0, 4415.0, 4382.0, 4418.0, 4431.0, 4400.0, 4419.0, 4379.0, 4422.0, 4420.0, 4401.0, 4443.0, 4402.0, 4427.0, 4391.0, 4411.0, 4430.0, 4389.0, 4423.0, 4431.0, 4399.0, 4416.0, 4374.0, 4421.0, 4417.0, 4389.0, 4420.0, 4401.0, 4405.0, 4408.0, 4391.0, 4419.0, 4381.0, 4422.0, 4432.0, 4404.0, 4431.0, 4392.0, 4432.0, 4381.0, 4411.0, 4442.0, 4403.0, 4433.0, 4401.0, 4412.0, 4429.0, 4371.0, 4418.0, 4420.0, 4419.0, 4445.0, 4417.0, 4435.0, 4403.0, 4435.0, 4440.0, 4402.0, 4417.0, 4392.0, 4418.0, 4361.0, 4422.0, 4431.0, 4395.0, 4435.0, 4423.0, 4412.0, 4427.0, 4402.0, 4432.0, 4392.0, 4438.0, 4448.0, 4418.0, 4444.0, 4394.0, 4434.0, 4433.0, 4403.0, 4433.0, 4403.0, 4434.0, 4432.0, 4412.0, 4431.0, 4390.0, 4432.0, 4443.0, 4403.0, 4420.0, 4391.0, 4421.0, 4369.0, 4411.0, 4431.0, 4391.0, 4432.0, 4370.0, 4412.0, 4420.0, 4390.0, 4423.0, 4412.0, 4430.0, 4443.0, 4405.0, 4434.0, 4404.0, 4434.0, 4402.0, 4417.0, 4447.0, 4416.0, 4435.0, 4384.0, 4414.0, 4444.0, 4415.0, 4446.0, 4406.0, 4435.0, 4413.0, 4404.0, 4435.0, 4403.0, 4434.0, 4432.0, 4391.0, 4423.0, 4369.0, 4412.0, 4419.0, 4391.0, 4424.0, 4371.0, 4414.0, 4423.0, 4394.0, 4423.0, 4402.0, 4404.0, 4435.0, 4392.0, 4428.0, 4374.0, 4438.0, 4431.0, 4394.0, 4436.0, 4394.0, 4414.0, 4424.0, 4404.0, 4448.0, 4395.0, 4438.0, 4455.0, 4441.0, 4446.0, 4417.0, 4444.0, 4383.0, 4423.0, 4454.0, 4415.0, 4459.0, 4396.0, 4435.0, 4414.0, 4403.0, 4445.0, 4394.0, 4446.0, 4445.0, 4406.0, 4433.0, 4393.0, 4435.0, 4434.0, 4405.0, 4446.0, 4406.0, 4437.0, 4374.0, 4425.0, 4445.0, 4405.0, 4447.0, 4396.0, 4448.0, 4409.0, 4448.0, 4450.0, 4429.0, 4456.0, 4428.0, 4448.0, 4443.0, 4473.0, 4431.0, 4447.0, 4418.0, 4443.0, 4397.0, 4436.0, 4445.0, 4406.0, 4435.0, 4395.0, 4426.0, 4382.0, 4405.0, 4435.0, 4405.0, 4436.0, 4385.0, 4417.0, 4456.0, 4388.0, 4415.0, 4405.0, 4450.0, 4471.0, 4430.0, 4446.0, 4407.0, 4436.0, 4394.0, 4431.0, 4460.0, 4419.0, 4448.0, 4397.0, 4438.0, 4446.0, 4408.0, 4461.0, 4408.0, 4438.0, 4376.0, 4426.0, 4446.0, 4407.0, 4435.0, 4439.0, 4429.0, 4435.0, 4417.0, 4424.0, 4395.0, 4426.0, 4423.0, 4414.0, 4393.0, 4404.0, 4436.0, 4419.0, 4448.0, 4394.0, 4424.0, 4383.0, 4413.0, 4432.0, 4391.0, 4422.0, 4442.0, 4404.0, 4422.0, 4382.0, 4411.0, 4397.0, 4379.0, 4409.0, 4380.0, 4425.0, 4431.0, 4391.0, 4420.0, 4369.0, 4410.0, 4418.0, 4392.0, 4427.0, 4416.0, 4404.0, 4422.0, 4392.0, 4433.0, 4371.0, 4425.0, 4456.0, 4404.0, 4434.0, 4384.0, 4425.0, 4432.0, 4403.0, 4448.0, 4407.0, 4434.0, 4384.0, 4424.0, 4443.0, 4394.0, 4435.0, 4423.0, 4414.0, 4433.0, 4404.0, 4435.0, 4383.0, 4423.0, 4445.0, 4406.0, 4432.0, 4381.0, 4421.0, 4419.0, 4381.0, 4423.0, 4382.0, 4402.0, 4420.0, 4394.0, 4421.0, 4379.0, 4424.0, 4432.0, 4391.0, 4421.0, 4384.0, 4433.0, 4384.0, 4425.0, 4405.0, 4418.0, 4460.0, 4445.0, 4464.0, 4450.0, 4443.0, 4472.0, 4431.0, 4431.0, 4441.0, 4466.0, 4442.0, 4472.0, 4442.0, 4460.0, 4416.0, 4433.0, 4412.0, 4440.0, 4422.0, 4428.0, 4408.0, 4416.0, 4374.0, 4405.0, 4372.0, 4380.0, 4399.0, 4345.0, 4366.0, 4344.0, 4364.0, 4324.0, 4364.0, 4335.0, 4367.0, 4329.0, 4379.0, 4326.0, 4369.0, 4353.0, 4392.0, 4371.0, 4392.0, 4364.0, 4406.0, 4366.0, 4399.0, 4380.0, 4410.0, 4418.0, 4378.0, 4405.0, 4365.0, 4393.0, 4364.0, 4396.0, 4367.0, 4409.0, 4378.0, 4389.0, 4430.0, 4392.0, 4433.0, 4392.0, 4438.0, 4395.0, 4418.0, 4398.0, 4430.0, 4410.0, 4461.0, 4433.0, 4422.0, 4465.0, 4425.0, 4465.0, 4422.0, 4465.0, 4436.0, 4466.0, 4424.0, 4464.0, 4471.0, 4444.0, 4440.0, 4432.0, 4451.0, 4409.0, 4438.0, 4398.0, 4427.0, 4448.0, 4421.0, 4448.0, 4408.0, 4435.0, 4408.0, 4436.0, 4408.0, 4465.0, 4401.0, 4455.0, 4457.0, 4432.0, 4452.0, 4433.0, 4460.0, 4419.0, 4460.0, 4421.0, 4454.0, 4485.0, 4431.0, 4461.0, 4423.0, 4475.0, 4434.0, 4443.0, 4460.0, 4421.0, 4449.0, 4420.0, 4448.0, 4409.0, 4439.0, 4417.0, 4429.0, 4460.0, 4428.0, 4447.0, 4418.0, 4448.0, 4405.0, 4428.0, 4456.0, 4416.0, 4446.0, 4417.0, 4448.0, 4396.0, 4427.0, 4446.0, 4408.0, 4460.0, 4409.0, 4428.0, 4397.0, 4416.0, 4456.0, 4418.0, 4449.0, 4408.0, 4439.0, 4449.0, 4429.0, 4457.0, 4419.0, 4448.0, 4427.0, 4429.0, 4458.0, 4417.0, 4446.0, 4405.0, 4436.0, 4394.0, 4438.0, 4446.0, 4418.0, 4459.0, 4407.0, 4436.0, 4394.0, 4425.0, 4444.0, 4393.0, 4433.0, 4381.0, 4402.0, 4432.0, 4394.0, 4434.0, 4370.0, 4399.0, 4420.0, 4380.0, 4418.0, 4369.0, 4402.0, 4432.0, 4402.0, 4422.0, 4393.0, 4423.0, 4383.0, 4417.0, 4457.0, 4417.0, 4447.0, 4408.0, 4447.0, 4405.0, 4431.0, 4471.0, 4429.0, 4449.0, 4407.0, 4448.0, 4458.0, 4428.0, 4448.0, 4407.0, 4436.0, 4404.0, 4416.0, 4457.0, 4418.0, 4447.0, 4395.0, 4435.0, 4413.0, 4413.0, 4444.0, 4406.0, 4445.0, 4403.0, 4423.0, 4380.0, 4402.0, 4432.0, 4403.0, 4433.0, 4391.0, 4413.0, 4400.0, 4391.0, 4431.0, 4392.0, 4423.0, 4411.0, 4391.0, 4419.0, 4390.0, 4420.0, 4380.0, 4422.0, 4410.0, 4391.0, 4420.0, 4391.0, 4421.0, 4392.0, 4413.0, 4421.0, 4400.0, 4431.0, 4379.0, 4422.0, 4423.0, 4403.0, 4430.0, 4392.0, 4432.0, 4382.0, 4433.0, 4433.0, 4403.0], 'WindowWidth': [9949.0, 9868.0, 9898.0, 9801.0, 9808.0, 9730.0, 9767.0, 9799.0, 9744.0, 9806.0, 9760.0, 9759.0, 9781.0, 9731.0, 9781.0, 9710.0, 9764.0, 9817.0, 9739.0, 9784.0, 9698.0, 9755.0, 9792.0, 9749.0, 9805.0, 9712.0, 9738.0, 9775.0, 9708.0, 9774.0, 9689.0, 9742.0, 9798.0, 9710.0, 9762.0, 9694.0, 9735.0, 9771.0, 9721.0, 9787.0, 9753.0, 9733.0, 9757.0, 9719.0, 9762.0, 9760.0, 9728.0, 9776.0, 9702.0, 9749.0, 9715.0, 9705.0, 9771.0, 9728.0, 9756.0, 9775.0, 9719.0, 9760.0, 9689.0, 9738.0, 9755.0, 9722.0, 9761.0, 9672.0, 9702.0, 9754.0, 9698.0, 9739.0, 9739.0, 9717.0, 9756.0, 9670.0, 9726.0, 9674.0, 9704.0, 9756.0, 9712.0, 9778.0, 9692.0, 9738.0, 9774.0, 9711.0, 9779.0, 9739.0, 9746.0, 9779.0, 9720.0, 9776.0, 9687.0, 9715.0, 9768.0, 9710.0, 9760.0, 9725.0, 9698.0, 9750.0, 9701.0, 9743.0, 9759.0, 9707.0, 9757.0, 9687.0, 9747.0, 9701.0, 9704.0, 9773.0, 9721.0, 9746.0, 9742.0, 9717.0, 9759.0, 9686.0, 9739.0, 9771.0, 9720.0, 9757.0, 9669.0, 9714.0, 9747.0, 9685.0, 9753.0, 9730.0, 9703.0, 9737.0, 9700.0, 9756.0, 9694.0, 9708.0, 9776.0, 9687.0, 9743.0, 9711.0, 9702.0, 9755.0, 9686.0, 9763.0, 9758.0, 9696.0, 9736.0, 9667.0, 9724.0, 9746.0, 9696.0, 9759.0, 9684.0, 9696.0, 9733.0, 9681.0, 9738.0, 9744.0, 9693.0, 9756.0, 9697.0, 9695.0, 9718.0, 9683.0, 9740.0, 9709.0, 9705.0, 9773.0, 9688.0, 9748.0, 9705.0, 9708.0, 9771.0, 9699.0, 9757.0, 9774.0, 9721.0, 9760.0, 9710.0, 9779.0, 9712.0, 9743.0, 9793.0, 9726.0, 9782.0, 9696.0, 9750.0, 9792.0, 9744.0, 9782.0, 9693.0, 9736.0, 9760.0, 9703.0, 9760.0, 9745.0, 9723.0, 9771.0, 9702.0, 9758.0, 9700.0, 9702.0, 9753.0, 9697.0, 9765.0, 9748.0, 9720.0, 9759.0, 9726.0, 9781.0, 9717.0, 9775.0, 9798.0, 9741.0, 9780.0, 9729.0, 9786.0, 9714.0, 9762.0, 9797.0, 9743.0, 9782.0, 9728.0, 9785.0, 9740.0, 9766.0, 9804.0, 9742.0, 9782.0, 9700.0, 9755.0, 9777.0, 9730.0, 9782.0, 9732.0, 9734.0, 9772.0, 9701.0, 9756.0, 9755.0, 9720.0, 9772.0, 9686.0, 9725.0, 9668.0, 9698.0, 9751.0, 9693.0, 9762.0, 9728.0, 9702.0, 9754.0, 9701.0, 9757.0, 9743.0, 9724.0, 9775.0, 9689.0, 9746.0, 9741.0, 9702.0, 9755.0, 9693.0, 9748.0, 9754.0, 9701.0, 9754.0, 9672.0, 9730.0, 9771.0, 9721.0, 9759.0, 9676.0, 9733.0, 9767.0, 9699.0, 9757.0, 9770.0, 9716.0, 9737.0, 9682.0, 9726.0, 9734.0, 9684.0, 9758.0, 9725.0, 9699.0, 9737.0, 9667.0, 9728.0, 9750.0, 9686.0, 9758.0, 9719.0, 9709.0, 9760.0, 9703.0, 9745.0, 9690.0, 9709.0, 9776.0, 9699.0, 9757.0, 9779.0, 9727.0, 9782.0, 9697.0, 9728.0, 9797.0, 9728.0, 9770.0, 9779.0, 9726.0, 9781.0, 9695.0, 9728.0, 9794.0, 9716.0, 9768.0, 9765.0, 9725.0, 9782.0, 9698.0, 9759.0, 9797.0, 9727.0, 9781.0, 9712.0, 9727.0, 9795.0, 9733.0, 9787.0, 9753.0, 9743.0, 9799.0, 9734.0, 9791.0, 9740.0, 9770.0, 9807.0, 9773.0, 9812.0, 9740.0, 9801.0, 9845.0, 9773.0, 9823.0, 9739.0, 9795.0, 9816.0, 9753.0, 9828.0, 9737.0, 9763.0, 9787.0, 9732.0, 9802.0, 9714.0, 9759.0, 9802.0, 9730.0, 9767.0, 9696.0, 9723.0, 9776.0, 9719.0, 9774.0, 9766.0, 9743.0, 9781.0, 9726.0, 9769.0, 9817.0, 9753.0, 9788.0, 9715.0, 9761.0, 9781.0, 9729.0, 9781.0, 9719.0, 9774.0, 9783.0, 9739.0, 9782.0, 9697.0, 9767.0, 9800.0, 9747.0, 9782.0, 9701.0, 9768.0, 9780.0, 9725.0, 9787.0, 9731.0, 9771.0, 9763.0, 9740.0, 9779.0, 9711.0, 9783.0, 9794.0, 9743.0, 9779.0, 9710.0, 9771.0, 9693.0, 9725.0, 9778.0, 9724.0, 9786.0, 9780.0, 9786.0, 9790.0, 9748.0, 9778.0, 9730.0, 9812.0, 9770.0, 9742.0, 9766.0, 9731.0, 9785.0, 9720.0, 9786.0, 9767.0, 9748.0, 9788.0, 9750.0, 9783.0, 9719.0, 9759.0, 9740.0, 9716.0, 9770.0, 9701.0, 9737.0, 9666.0, 9708.0, 9745.0, 9674.0, 9732.0, 9733.0, 9696.0, 9733.0, 9677.0, 9732.0, 9651.0, 9695.0, 9737.0, 9685.0, 9761.0, 9720.0, 9719.0, 9756.0, 9706.0, 9773.0, 9694.0, 9757.0, 9821.0, 9756.0, 9803.0, 9742.0, 9785.0, 9735.0, 9780.0, 9819.0, 9774.0, 9848.0, 9764.0, 9798.0, 9745.0, 9771.0, 9815.0, 9749.0, 9811.0, 9752.0, 9830.0, 9788.0, 9802.0, 9833.0, 9814.0, 9850.0, 9787.0, 9822.0, 9752.0, 9807.0, 9748.0, 9787.0, 9840.0, 9765.0, 9809.0, 9730.0, 9771.0, 9795.0, 9746.0, 9807.0, 9719.0, 9761.0, 9730.0, 9734.0, 9801.0, 9735.0, 9812.0, 9811.0, 9765.0, 9791.0, 9753.0, 9808.0, 9742.0, 9794.0, 9846.0, 9770.0, 9811.0, 9742.0, 9813.0, 9840.0, 9791.0, 9853.0, 9819.0, 9816.0, 9817.0, 9767.0, 9801.0, 9764.0, 9808.0, 9765.0, 9782.0, 9819.0, 9771.0, 9809.0, 9722.0, 9779.0, 9801.0, 9771.0, 9806.0, 9759.0, 9762.0, 9798.0, 9725.0, 9782.0, 9796.0, 9746.0, 9784.0, 9711.0, 9754.0, 9722.0, 9722.0, 9773.0, 9712.0, 9759.0, 9776.0, 9730.0, 9765.0, 9711.0, 9768.0, 9782.0, 9749.0, 9804.0, 9718.0, 9772.0, 9713.0, 9743.0, 9793.0, 9715.0, 9790.0, 9784.0, 9742.0, 9782.0, 9712.0, 9756.0, 9779.0, 9730.0, 9812.0, 9740.0, 9785.0, 9709.0, 9761.0, 9787.0, 9726.0, 9768.0, 9777.0, 9740.0, 9784.0, 9738.0, 9768.0, 9697.0, 9771.0, 9795.0, 9741.0, 9775.0, 9766.0, 9757.0, 9779.0, 9742.0, 9769.0, 9710.0, 9766.0, 9779.0, 9744.0, 9789.0, 9724.0, 9753.0, 9782.0, 9709.0, 9741.0, 9720.0, 9720.0, 9775.0, 9709.0, 9739.0, 9696.0, 9714.0, 9728.0, 9689.0, 9735.0, 9756.0, 9711.0, 9736.0, 9684.0, 9742.0, 9740.0, 9716.0, 9773.0, 9718.0, 9747.0, 9701.0, 9727.0, 9752.0, 9696.0, 9745.0, 9756.0, 9710.0, 9730.0, 9672.0, 9740.0, 9730.0, 9696.0, 9741.0, 9714.0, 9715.0, 9719.0, 9699.0, 9736.0, 9687.0, 9745.0, 9759.0, 9723.0, 9754.0, 9704.0, 9757.0, 9687.0, 9730.0, 9772.0, 9721.0, 9761.0, 9713.0, 9730.0, 9751.0, 9675.0, 9736.0, 9738.0, 9739.0, 9783.0, 9745.0, 9767.0, 9721.0, 9765.0, 9766.0, 9718.0, 9734.0, 9703.0, 9735.0, 9660.0, 9745.0, 9756.0, 9712.0, 9767.0, 9748.0, 9730.0, 9748.0, 9719.0, 9758.0, 9705.0, 9778.0, 9787.0, 9748.0, 9778.0, 9711.0, 9764.0, 9760.0, 9719.0, 9760.0, 9721.0, 9763.0, 9757.0, 9729.0, 9754.0, 9699.0, 9759.0, 9773.0, 9719.0, 9739.0, 9700.0, 9741.0, 9668.0, 9726.0, 9754.0, 9701.0, 9757.0, 9671.0, 9730.0, 9738.0, 9699.0, 9746.0, 9732.0, 9772.0, 9776.0, 9728.0, 9765.0, 9723.0, 9765.0, 9720.0, 9744.0, 9785.0, 9741.0, 9766.0, 9698.0, 9737.0, 9778.0, 9740.0, 9784.0, 9729.0, 9766.0, 9733.0, 9723.0, 9765.0, 9719.0, 9763.0, 9756.0, 9703.0, 9745.0, 9670.0, 9731.0, 9737.0, 9703.0, 9747.0, 9674.0, 9734.0, 9746.0, 9709.0, 9747.0, 9717.0, 9724.0, 9766.0, 9705.0, 9751.0, 9684.0, 9773.0, 9756.0, 9711.0, 9770.0, 9711.0, 9734.0, 9751.0, 9726.0, 9788.0, 9718.0, 9779.0, 9799.0, 9787.0, 9784.0, 9747.0, 9781.0, 9695.0, 9749.0, 9792.0, 9743.0, 9807.0, 9717.0, 9768.0, 9736.0, 9724.0, 9779.0, 9713.0, 9784.0, 9781.0, 9729.0, 9763.0, 9709.0, 9767.0, 9765.0, 9729.0, 9784.0, 9729.0, 9770.0, 9684.0, 9753.0, 9779.0, 9731.0, 9788.0, 9720.0, 9792.0, 9741.0, 9793.0, 9795.0, 9763.0, 9799.0, 9762.0, 9790.0, 9792.0, 9834.0, 9772.0, 9788.0, 9749.0, 9778.0, 9716.0, 9768.0, 9783.0, 9731.0, 9766.0, 9712.0, 9753.0, 9692.0, 9725.0, 9768.0, 9729.0, 9768.0, 9698.0, 9742.0, 9797.0, 9706.0, 9739.0, 9725.0, 9795.0, 9825.0, 9769.0, 9784.0, 9733.0, 9771.0, 9713.0, 9771.0, 9808.0, 9751.0, 9790.0, 9718.0, 9775.0, 9783.0, 9737.0, 9814.0, 9738.0, 9774.0, 9691.0, 9755.0, 9783.0, 9733.0, 9767.0, 9777.0, 9765.0, 9765.0, 9745.0, 9749.0, 9715.0, 9755.0, 9747.0, 9735.0, 9707.0, 9724.0, 9767.0, 9750.0, 9790.0, 9709.0, 9749.0, 9692.0, 9732.0, 9756.0, 9704.0, 9745.0, 9773.0, 9728.0, 9745.0, 9689.0, 9729.0, 9703.0, 9682.0, 9722.0, 9686.0, 9754.0, 9757.0, 9702.0, 9739.0, 9669.0, 9726.0, 9734.0, 9702.0, 9759.0, 9746.0, 9725.0, 9748.0, 9706.0, 9761.0, 9677.0, 9759.0, 9800.0, 9724.0, 9765.0, 9699.0, 9753.0, 9759.0, 9723.0, 9791.0, 9736.0, 9766.0, 9699.0, 9752.0, 9774.0, 9712.0, 9769.0, 9753.0, 9741.0, 9762.0, 9727.0, 9767.0, 9694.0, 9749.0, 9783.0, 9731.0, 9760.0, 9690.0, 9743.0, 9737.0, 9686.0, 9749.0, 9694.0, 9719.0, 9741.0, 9708.0, 9741.0, 9686.0, 9753.0, 9762.0, 9703.0, 9742.0, 9698.0, 9761.0, 9696.0, 9754.0, 9729.0, 9751.0, 9814.0, 9797.0, 9819.0, 9796.0, 9795.0, 9829.0, 9773.0, 9774.0, 9787.0, 9818.0, 9789.0, 9829.0, 9788.0, 9806.0, 9741.0, 9760.0, 9729.0, 9764.0, 9741.0, 9746.0, 9717.0, 9727.0, 9664.0, 9707.0, 9654.0, 9664.0, 9687.0, 9610.0, 9638.0, 9607.0, 9633.0, 9580.0, 9633.0, 9596.0, 9641.0, 9598.0, 9661.0, 9588.0, 9647.0, 9636.0, 9685.0, 9659.0, 9686.0, 9656.0, 9714.0, 9661.0, 9705.0, 9688.0, 9727.0, 9735.0, 9681.0, 9709.0, 9656.0, 9691.0, 9656.0, 9699.0, 9663.0, 9721.0, 9679.0, 9695.0, 9751.0, 9705.0, 9761.0, 9706.0, 9781.0, 9719.0, 9752.0, 9728.0, 9772.0, 9745.0, 9816.0, 9783.0, 9766.0, 9827.0, 9772.0, 9825.0, 9759.0, 9822.0, 9787.0, 9827.0, 9768.0, 9822.0, 9827.0, 9791.0, 9782.0, 9774.0, 9799.0, 9737.0, 9774.0, 9719.0, 9757.0, 9791.0, 9759.0, 9790.0, 9735.0, 9768.0, 9735.0, 9771.0, 9738.0, 9827.0, 9734.0, 9814.0, 9807.0, 9777.0, 9801.0, 9777.0, 9809.0, 9754.0, 9809.0, 9759.0, 9809.0, 9853.0, 9777.0, 9814.0, 9763.0, 9841.0, 9786.0, 9793.0, 9810.0, 9760.0, 9793.0, 9754.0, 9790.0, 9739.0, 9778.0, 9747.0, 9769.0, 9810.0, 9764.0, 9788.0, 9751.0, 9791.0, 9729.0, 9762.0, 9799.0, 9745.0, 9786.0, 9748.0, 9790.0, 9719.0, 9762.0, 9787.0, 9739.0, 9811.0, 9741.0, 9762.0, 9724.0, 9748.0, 9801.0, 9752.0, 9792.0, 9742.0, 9783.0, 9795.0, 9769.0, 9803.0, 9752.0, 9791.0, 9761.0, 9769.0, 9803.0, 9747.0, 9785.0, 9730.0, 9770.0, 9715.0, 9775.0, 9784.0, 9749.0, 9806.0, 9735.0, 9770.0, 9711.0, 9753.0, 9777.0, 9707.0, 9761.0, 9688.0, 9718.0, 9758.0, 9710.0, 9764.0, 9673.0, 9709.0, 9736.0, 9684.0, 9735.0, 9669.0, 9719.0, 9759.0, 9718.0, 9746.0, 9709.0, 9750.0, 9696.0, 9750.0, 9802.0, 9748.0, 9789.0, 9739.0, 9790.0, 9732.0, 9773.0, 9827.0, 9766.0, 9794.0, 9734.0, 9790.0, 9807.0, 9766.0, 9791.0, 9736.0, 9772.0, 9726.0, 9744.0, 9803.0, 9752.0, 9787.0, 9716.0, 9769.0, 9736.0, 9737.0, 9778.0, 9732.0, 9784.0, 9721.0, 9748.0, 9687.0, 9719.0, 9759.0, 9723.0, 9763.0, 9702.0, 9733.0, 9713.0, 9701.0, 9754.0, 9704.0, 9749.0, 9727.0, 9700.0, 9736.0, 9699.0, 9738.0, 9687.0, 9746.0, 9725.0, 9703.0, 9741.0, 9702.0, 9743.0, 9707.0, 9736.0, 9743.0, 9714.0, 9754.0, 9685.0, 9748.0, 9749.0, 9721.0, 9756.0, 9705.0, 9757.0, 9693.0, 9765.0, 9763.0, 9722.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.0013829734219269103</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03666233239202658</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.159107195536194</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1427488975893596</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9673329860099744</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5882.4741</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08822896517370822</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.312292358803987</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5164153624958847</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4373455782527893</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6932116630615575</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.418688846173307</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0141814</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01483467873185873</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04199269786477089</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1204</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.119460122344635</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>19.1023</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6394</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.069</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291306.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>928.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9857</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.761</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3575.7013</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3725.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85238.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1431.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4683.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.2394</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.639180781843606</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> |