=== 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-0080 --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-0080",
"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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-01/func/sub-0080_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>b79ef7d9ab6a9a2407850352a06cdfc9</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>12:02:10.637500</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.991146, -0.00378325, 0.132721, -0.00536268, 0.997638, 0.068486]</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.0894841</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>[4194, -7761, -7264, 580, -38, -273, 66, 17]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.225</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>36fbc293-7d19-44c9-ac54-9b239267a6db||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.659172773361206, -0.014387687668204308, 0.35819944739341736, 107.53964233398438], [0.010150188580155373, 2.676589012145996, 0.1851966232061386, -90.9295654296875], [0.35608047246932983, -0.18374282121658325, 2.6697182655334473, -69.24796295166016], [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': ['120210.637500', '120211.097500', '120211.557500', '120212.017500', '120212.477500', '120212.937500', '120213.397500', '120213.857500', '120214.317500', '120214.777500', '120215.237500', '120215.697500', '120216.157500', '120216.617500', '120217.077500', '120217.537500', '120217.997500', '120218.457500', '120218.917500', '120219.377500', '120219.837500', '120220.297500', '120220.757500', '120221.217500', '120221.677500', '120222.137500', '120222.597500', '120223.057500', '120223.517500', '120223.977500', '120224.437500', '120224.897500', '120225.357500', '120225.817500', '120226.277500', '120226.737500', '120227.197500', '120227.657500', '120228.117500', '120228.577500', '120229.037500', '120229.497500', '120229.957500', '120230.417500', '120230.877500', '120231.337500', '120231.797500', '120232.257500', '120232.717500', '120233.177500', '120233.637500', '120234.097500', '120234.557500', '120235.017500', '120235.477500', '120235.937500', '120236.397500', '120236.857500', '120237.317500', '120237.777500', '120238.237500', '120238.697500', '120239.157500', '120239.617500', '120240.077500', '120240.537500', '120240.997500', '120241.457500', '120241.917500', '120242.377500', '120242.837500', '120243.297500', '120243.757500', '120244.217500', '120244.677500', '120245.137500', '120245.597500', '120246.057500', '120246.517500', '120246.977500', '120247.437500', '120247.897500', '120248.357500', '120248.817500', '120249.277500', '120249.737500', '120250.197500', '120250.657500', '120251.117500', '120251.577500', '120252.037500', '120252.497500', '120252.957500', '120253.417500', '120253.877500', '120254.337500', '120254.797500', '120255.257500', '120255.717500', '120256.177500', '120256.637500', '120257.097500', '120257.557500', '120258.017500', '120258.477500', '120258.937500', '120259.397500', '120259.857500', '120300.317500', '120300.777500', '120301.237500', '120301.697500', '120302.157500', '120302.617500', '120303.077500', '120303.537500', '120303.997500', '120304.457500', '120304.917500', '120305.377500', '120305.837500', '120306.297500', '120306.757500', '120307.217500', '120307.677500', '120308.137500', '120308.597500', '120309.057500', '120309.517500', '120309.977500', '120310.437500', '120310.897500', '120311.357500', '120311.817500', '120312.277500', '120312.737500', '120313.197500', '120313.657500', '120314.117500', '120314.577500', '120315.037500', '120315.497500', '120315.957500', '120316.417500', '120316.877500', '120317.337500', '120317.797500', '120318.257500', '120318.717500', '120319.177500', '120319.637500', '120320.097500', '120320.557500', '120321.017500', '120321.477500', '120321.937500', '120322.397500', '120322.857500', '120323.317500', '120323.777500', '120324.237500', '120324.697500', '120325.157500', '120325.617500', '120326.077500', '120326.537500', '120326.997500', '120327.457500', '120327.917500', '120328.377500', '120328.837500', '120329.297500', '120329.757500', '120330.217500', '120330.677500', '120331.137500', '120331.597500', '120332.057500', '120332.517500', '120332.977500', '120333.437500', '120333.897500', '120334.357500', '120334.817500', '120335.277500', '120335.737500', '120336.197500', '120336.657500', '120337.117500', '120337.577500', '120338.037500', '120338.497500', '120338.957500', '120339.417500', '120339.877500', '120340.337500', '120340.797500', '120341.257500', '120341.717500', '120342.177500', '120342.637500', '120343.097500', '120343.557500', '120344.017500', '120344.477500', '120344.937500', '120345.397500', '120345.857500', '120346.317500', '120346.777500', '120347.237500', '120347.697500', '120348.157500', '120348.617500', '120349.077500', '120349.537500', '120349.997500', '120350.457500', '120350.917500', '120351.377500', '120351.837500', '120352.297500', '120352.757500', '120353.217500', '120353.677500', '120354.137500', '120354.597500', '120355.057500', '120355.517500', '120355.977500', '120356.437500', '120356.897500', '120357.357500', '120357.817500', '120358.277500', '120358.737500', '120359.197500', '120359.657500', '120400.117500', '120400.577500', '120401.037500', '120401.497500', '120401.957500', '120402.417500', '120402.877500', '120403.337500', '120403.797500', '120404.257500', '120404.717500', '120405.177500', '120405.637500', '120406.097500', '120406.557500', '120407.017500', '120407.477500', '120407.937500', '120408.397500', '120408.857500', '120409.317500', '120409.777500', '120410.237500', '120410.697500', '120411.157500', '120411.617500', '120412.077500', '120412.537500', '120412.997500', '120413.457500', '120413.917500', '120414.377500', '120414.837500', '120415.297500', '120415.757500', '120416.217500', '120416.677500', '120417.137500', '120417.597500', '120418.057500', '120418.517500', '120418.977500', '120419.437500', '120419.897500', '120420.357500', '120420.817500', '120421.277500', '120421.737500', '120422.197500', '120422.657500', '120423.117500', '120423.577500', '120424.037500', '120424.497500', '120424.957500', '120425.417500', '120425.877500', '120426.337500', '120426.797500', '120427.257500', '120427.717500', '120428.177500', '120428.637500', '120429.097500', '120429.557500', '120430.017500', '120430.477500', '120430.937500', '120431.397500', '120431.857500', '120432.317500', '120432.777500', '120433.237500', '120433.697500', '120434.157500', '120434.617500', '120435.077500', '120435.537500', '120435.997500', '120436.457500', '120436.917500', '120437.377500', '120437.837500', '120438.297500', '120438.757500', '120439.217500', '120439.677500', '120440.137500', '120440.597500', '120441.057500', '120441.517500', '120441.977500', '120442.437500', '120442.897500', '120443.357500', '120443.817500', '120444.277500', '120444.737500', '120445.197500', '120445.657500', '120446.117500', '120446.577500', '120447.037500', '120447.497500', '120447.957500', '120448.417500', '120448.877500', '120449.337500', '120449.797500', '120450.257500', '120450.717500', '120451.177500', '120451.637500', '120452.097500', '120452.557500', '120453.017500', '120453.477500', '120453.937500', '120454.397500', '120454.857500', '120455.317500', '120455.777500', '120456.237500', '120456.697500', '120457.157500', '120457.617500', '120458.077500', '120458.537500', '120458.997500', '120459.457500', '120459.917500', '120500.377500', '120500.837500', '120501.297500', '120501.757500', '120502.217500', '120502.677500', '120503.137500', '120503.597500', '120504.057500', '120504.517500', '120504.977500', '120505.437500', '120505.897500', '120506.357500', '120506.817500', '120507.277500', '120507.737500', '120508.197500', '120508.657500', '120509.117500', '120509.577500', '120510.037500', '120510.497500', '120510.957500', '120511.417500', '120511.877500', '120512.337500', '120512.797500', '120513.257500', '120513.717500', '120514.177500', '120514.637500', '120515.097500', '120515.557500', '120516.017500', '120516.477500', '120516.937500', '120517.397500', '120517.857500', '120518.317500', '120518.777500', '120519.237500', '120519.697500', '120520.157500', '120520.617500', '120521.077500', '120521.537500', '120521.997500', '120522.457500', '120522.917500', '120523.377500', '120523.837500', '120524.297500', '120524.757500', '120525.217500', '120525.677500', '120526.137500', '120526.597500', '120527.057500', '120527.517500', '120527.977500', '120528.437500', '120528.897500', '120529.357500', '120529.817500', '120530.277500', '120530.737500', '120531.197500', '120531.657500', '120532.117500', '120532.577500', '120533.037500', '120533.497500', '120533.957500', '120534.417500', '120534.877500', '120535.337500', '120535.797500', '120536.257500', '120536.717500', '120537.177500', '120537.637500', '120538.097500', '120538.557500', '120539.017500', '120539.477500', '120539.937500', '120540.397500', '120540.857500', '120541.317500', '120541.777500', '120542.237500', '120542.697500', '120543.157500', '120543.617500', '120544.077500', '120544.537500', '120544.997500', '120545.457500', '120545.917500', '120546.377500', '120546.837500', '120547.297500', '120547.757500', '120548.217500', '120548.677500', '120549.137500', '120549.597500', '120550.057500', '120550.517500', '120550.977500', '120551.437500', '120551.897500', '120552.357500', '120552.817500', '120553.277500', '120553.737500', '120554.197500', '120554.657500', '120555.117500', '120555.577500', '120556.037500', '120556.497500', '120556.957500', '120557.417500', '120557.877500', '120558.337500', '120558.797500', '120559.257500', '120559.717500', '120600.177500', '120600.637500', '120601.097500', '120601.557500', '120602.017500', '120602.477500', '120602.937500', '120603.397500', '120603.857500', '120604.317500', '120604.777500', '120605.237500', '120605.697500', '120606.157500', '120606.617500', '120607.077500', '120607.537500', '120607.997500', '120608.457500', '120608.917500', '120609.377500', '120609.837500', '120610.297500', '120610.757500', '120611.217500', '120611.677500', '120612.137500', '120612.597500', '120613.057500', '120613.517500', '120613.977500', '120614.437500', '120614.897500', '120615.357500', '120615.817500', '120616.277500', '120616.737500', '120617.197500', '120617.657500', '120618.117500', '120618.577500', '120619.037500', '120619.497500', '120619.957500', '120620.417500', '120620.877500', '120621.337500', '120621.797500', '120622.257500', '120622.717500', '120623.177500', '120623.637500', '120624.097500', '120624.557500', '120625.017500', '120625.477500', '120625.937500', '120626.397500', '120626.857500', '120627.317500', '120627.777500', '120628.237500', '120628.697500', '120629.157500', '120629.617500', '120630.077500', '120630.537500', '120630.997500', '120631.457500', '120631.917500', '120632.377500', '120632.837500', '120633.297500', '120633.757500', '120634.217500', '120634.677500', '120635.137500', '120635.597500', '120636.057500', '120636.517500', '120636.977500', '120637.437500', '120637.897500', '120638.357500', '120638.817500', '120639.277500', '120639.737500', '120640.197500', '120640.657500', '120641.117500', '120641.577500', '120642.037500', '120642.497500', '120642.957500', '120643.417500', '120643.877500', '120644.337500', '120644.797500', '120645.257500', '120645.717500', '120646.177500', '120646.637500', '120647.097500', '120647.557500', '120648.017500', '120648.477500', '120648.937500', '120649.397500', '120649.857500', '120650.317500', '120650.777500', '120651.237500', '120651.697500', '120652.157500', '120652.617500', '120653.077500', '120653.537500', '120653.997500', '120654.457500', '120654.917500', '120655.377500', '120655.837500', '120656.297500', '120656.757500', '120657.217500', '120657.677500', '120658.137500', '120658.597500', '120659.057500', '120659.517500', '120659.977500', '120700.437500', '120700.897500', '120701.357500', '120701.817500', '120702.277500', '120702.737500', '120703.197500', '120703.657500', '120704.117500', '120704.577500', '120705.037500', '120705.497500', '120705.957500', '120706.417500', '120706.877500', '120707.337500', '120707.797500', '120708.257500', '120708.717500', '120709.177500', '120709.637500', '120710.097500', '120710.557500', '120711.017500', '120711.477500', '120711.937500', '120712.397500', '120712.857500', '120713.317500', '120713.777500', '120714.237500', '120714.697500', '120715.157500', '120715.617500', '120716.077500', '120716.537500', '120716.997500', '120717.457500', '120717.917500', '120718.377500', '120718.837500', '120719.297500', '120719.757500', '120720.217500', '120720.677500', '120721.137500', '120721.597500', '120722.057500', '120722.517500', '120722.977500', '120723.437500', '120723.897500', '120724.357500', '120724.817500', '120725.277500', '120725.737500', '120726.197500', '120726.657500', '120727.117500', '120727.577500', '120728.037500', '120728.497500', '120728.957500', '120729.417500', '120729.877500', '120730.337500', '120730.797500', '120731.257500', '120731.717500', '120732.177500', '120732.637500', '120733.097500', '120733.557500', '120734.017500', '120734.477500', '120734.937500', '120735.397500', '120735.857500', '120736.317500', '120736.777500', '120737.237500', '120737.697500', '120738.157500', '120738.617500', '120739.077500', '120739.537500', '120739.997500', '120740.457500', '120740.917500', '120741.377500', '120741.837500', '120742.297500', '120742.757500', '120743.217500', '120743.677500', '120744.137500', '120744.597500', '120745.057500', '120745.517500', '120745.977500', '120746.437500', '120746.897500', '120747.357500', '120747.817500', '120748.277500', '120748.737500', '120749.197500', '120749.657500', '120750.117500', '120750.577500', '120751.037500', '120751.497500', '120751.957500', '120752.417500', '120752.877500', '120753.337500', '120753.797500', '120754.257500', '120754.717500', '120755.177500', '120755.637500', '120756.097500', '120756.557500', '120757.017500', '120757.477500', '120757.937500', '120758.397500', '120758.857500', '120759.317500', '120759.777500', '120800.237500', '120800.697500', '120801.157500', '120801.617500', '120802.077500', '120802.537500', '120802.997500', '120803.457500', '120803.917500', '120804.377500', '120804.837500', '120805.297500', '120805.757500', '120806.217500', '120806.677500', '120807.137500', '120807.597500', '120808.057500', '120808.517500', '120808.977500', '120809.437500', '120809.897500', '120810.357500', '120810.817500', '120811.277500', '120811.737500', '120812.197500', '120812.657500', '120813.117500', '120813.577500', '120814.037500', '120814.497500', '120814.957500', '120815.417500', '120815.877500', '120816.337500', '120816.797500', '120817.257500', '120817.717500', '120818.177500', '120818.637500', '120819.097500', '120819.557500', '120820.017500', '120820.477500', '120820.937500', '120821.397500', '120821.857500', '120822.317500', '120822.777500', '120823.237500', '120823.697500', '120824.157500', '120824.617500', '120825.077500', '120825.537500', '120825.997500', '120826.457500', '120826.917500', '120827.377500', '120827.837500', '120828.297500', '120828.757500', '120829.217500', '120829.677500', '120830.137500', '120830.597500', '120831.057500', '120831.517500', '120831.977500', '120832.437500', '120832.897500', '120833.357500', '120833.817500', '120834.277500', '120834.737500', '120835.197500', '120835.657500', '120836.117500', '120836.577500', '120837.037500', '120837.497500', '120837.957500', '120838.417500', '120838.877500', '120839.337500', '120839.797500', '120840.257500', '120840.717500', '120841.177500', '120841.637500', '120842.097500', '120842.557500', '120843.017500', '120843.477500', '120843.937500', '120844.397500', '120844.857500', '120845.317500', '120845.777500', '120846.237500', '120846.697500', '120847.157500', '120847.617500', '120848.077500', '120848.537500', '120848.997500', '120849.457500', '120849.917500', '120850.377500', '120850.837500', '120851.297500', '120851.757500', '120852.217500', '120852.677500', '120853.137500', '120853.597500', '120854.057500', '120854.517500', '120854.977500', '120855.437500', '120855.897500', '120856.357500', '120856.817500', '120857.277500', '120857.737500', '120858.197500', '120858.657500', '120859.117500', '120859.577500', '120900.037500', '120900.497500', '120900.957500', '120901.417500', '120901.877500', '120902.337500', '120902.797500', '120903.257500', '120903.717500', '120904.177500', '120904.637500', '120905.097500', '120905.557500', '120906.017500', '120906.477500', '120906.937500', '120907.397500', '120907.857500', '120908.317500', '120908.777500', '120909.237500', '120909.697500', '120910.157500', '120910.617500', '120911.077500', '120911.537500', '120911.997500', '120912.457500', '120912.917500', '120913.377500', '120913.837500', '120914.297500', '120914.757500', '120915.217500', '120915.677500', '120916.137500', '120916.597500', '120917.057500', '120917.517500', '120917.977500', '120918.437500', '120918.897500', '120919.357500', '120919.817500', '120920.277500', '120920.737500', '120921.197500', '120921.657500', '120922.117500', '120922.577500', '120923.037500', '120923.497500', '120923.957500', '120924.417500', '120924.877500', '120925.337500', '120925.797500', '120926.257500', '120926.717500', '120927.177500', '120927.637500', '120928.097500', '120928.557500', '120929.017500', '120929.477500', '120929.937500', '120930.397500', '120930.857500', '120931.317500', '120931.777500', '120932.237500', '120932.697500', '120933.157500', '120933.617500', '120934.077500', '120934.537500', '120934.997500', '120935.457500', '120935.917500', '120936.377500', '120936.837500', '120937.297500', '120937.757500', '120938.217500', '120938.677500', '120939.137500', '120939.597500', '120940.057500', '120940.517500', '120940.977500', '120941.437500', '120941.897500', '120942.357500', '120942.817500', '120943.277500', '120943.737500', '120944.197500', '120944.657500', '120945.117500', '120945.577500', '120946.037500', '120946.497500', '120946.957500', '120947.417500', '120947.877500', '120948.337500', '120948.797500', '120949.257500', '120949.717500', '120950.177500', '120950.637500', '120951.097500', '120951.557500', '120952.017500', '120952.477500', '120952.937500', '120953.397500', '120953.857500', '120954.317500', '120954.777500', '120955.237500', '120955.697500', '120956.157500', '120956.617500', '120957.077500', '120957.537500', '120957.997500', '120958.457500', '120958.917500', '120959.377500', '120959.837500', '121000.297500', '121000.757500', '121001.217500', '121001.677500', '121002.137500', '121002.597500', '121003.057500', '121003.517500', '121003.977500', '121004.437500', '121004.897500', '121005.357500', '121005.817500', '121006.277500', '121006.737500', '121007.197500', '121007.657500', '121008.117500', '121008.577500', '121009.037500', '121009.497500', '121009.957500', '121010.417500', '121010.877500', '121011.337500', '121011.797500', '121012.257500', '121012.717500', '121013.177500', '121013.637500', '121014.097500', '121014.557500', '121015.017500', '121015.477500', '121015.937500', '121016.397500', '121016.857500', '121017.317500', '121017.777500', '121018.237500', '121018.697500', '121019.157500', '121019.617500', '121020.077500', '121020.537500', '121020.997500', '121021.457500', '121021.917500', '121022.377500', '121022.837500', '121023.297500', '121023.757500', '121024.217500', '121024.677500', '121025.137500', '121025.597500', '121026.057500', '121026.517500', '121026.977500', '121027.437500', '121027.897500', '121028.357500', '121028.817500', '121029.277500', '121029.737500', '121030.197500', '121030.657500', '121031.117500', '121031.577500', '121032.037500', '121032.497500', '121032.957500', '121033.417500', '121033.877500', '121034.337500', '121034.797500', '121035.257500', '121035.717500', '121036.177500', '121036.637500', '121037.097500', '121037.557500', '121038.017500', '121038.477500', '121038.937500', '121039.397500', '121039.857500', '121040.317500', '121040.777500', '121041.237500', '121041.697500', '121042.157500', '121042.617500', '121043.077500', '121043.537500', '121043.997500', '121044.457500', '121044.917500', '121045.377500', '121045.837500', '121046.297500', '121046.757500', '121047.217500', '121047.677500', '121048.137500', '121048.597500', '121049.057500', '121049.517500', '121049.977500', '121050.437500', '121050.897500', '121051.357500', '121051.817500', '121052.277500', '121052.737500', '121053.197500', '121053.657500', '121054.117500', '121054.577500', '121055.037500', '121055.497500', '121055.957500', '121056.417500', '121056.877500', '121057.337500', '121057.797500', '121058.257500', '121058.717500', '121059.177500', '121059.637500', '121100.097500', '121100.557500', '121101.017500', '121101.477500', '121101.937500', '121102.397500', '121102.857500', '121103.317500', '121103.777500', '121104.237500', '121104.697500', '121105.157500', '121105.617500', '121106.077500', '121106.537500', '121106.997500', '121107.457500', '121107.917500', '121108.377500', '121108.837500', '121109.297500', '121109.757500', '121110.217500', '121110.677500', '121111.137500', '121111.597500', '121112.057500', '121112.517500', '121112.977500', '121113.437500', '121113.897500', '121114.357500', '121114.817500', '121115.277500', '121115.737500', '121116.197500', '121116.657500', '121117.117500', '121117.577500', '121118.037500', '121118.497500', '121118.957500', '121119.417500', '121119.877500', '121120.337500', '121120.797500', '121121.257500', '121121.717500', '121122.177500', '121122.637500', '121123.097500', '121123.557500', '121124.017500', '121124.477500', '121124.937500', '121125.397500', '121125.857500', '121126.317500'], 'ContentTime': ['120236.624000', '120236.627000', '120236.630000', '120236.632000', '120236.635000', '120236.637000', '120236.640000', '120236.643000', '120236.645000', '120236.648000', '120236.651000', '120236.653000', '120236.656000', '120236.658000', '120236.661000', '120236.664000', '120236.666000', '120236.669000', '120236.671000', '120236.674000', '120236.677000', '120236.679000', '120236.682000', '120236.685000', '120236.687000', '120236.690000', '120236.693000', '120236.707000', '120236.710000', '120236.713000', '120236.715000', '120236.718000', '120236.722000', '120236.724000', '120236.741000', '120236.744000', '120236.746000', '120236.749000', '120236.751000', '120236.754000', '120236.757000', '120236.759000', '120236.762000', '120236.765000', '120236.767000', '120236.770000', '120236.773000', '120236.775000', '120236.778000', '120236.781000', '120236.783000', '120236.786000', '120236.788000', '120236.791000', '120256.562000', '120256.565000', '120256.568000', '120256.571000', '120256.573000', '120256.576000', '120256.578000', '120256.581000', '120256.584000', '120256.586000', '120256.595000', '120256.597000', '120256.600000', '120256.603000', '120256.605000', '120256.608000', '120256.611000', '120256.613000', '120256.616000', '120256.619000', '120256.621000', '120256.624000', '120256.626000', '120256.629000', '120256.632000', '120256.634000', '120256.637000', '120256.639000', '120256.642000', '120256.644000', '120256.647000', '120256.650000', '120256.652000', '120256.655000', '120256.657000', '120256.660000', '120256.662000', '120256.665000', '120256.668000', '120256.670000', '120256.673000', '120256.675000', '120256.678000', '120256.681000', '120316.563000', '120316.566000', '120316.568000', '120316.571000', '120316.573000', '120316.576000', '120316.579000', '120316.581000', '120316.584000', '120316.587000', '120316.590000', '120316.593000', '120316.595000', '120316.598000', '120316.601000', '120316.603000', '120316.606000', '120316.609000', '120316.611000', '120316.614000', '120316.617000', '120316.619000', '120316.622000', '120316.625000', '120316.627000', '120316.630000', '120316.632000', '120316.635000', '120316.638000', '120316.640000', '120316.653000', '120316.656000', '120316.658000', '120316.661000', '120316.663000', '120316.666000', '120316.669000', '120316.671000', '120316.674000', '120316.676000', '120316.679000', '120316.682000', '120316.684000', '120336.563000', '120336.565000', '120336.572000', '120336.575000', '120336.577000', '120336.580000', '120336.583000', '120336.585000', '120336.588000', '120336.591000', '120336.593000', '120336.596000', '120336.599000', '120336.601000', '120336.604000', '120336.607000', '120336.610000', '120336.612000', '120336.615000', '120336.618000', '120336.621000', '120336.623000', '120336.626000', '120336.629000', '120336.631000', '120336.634000', '120336.637000', '120336.639000', '120336.642000', '120336.645000', '120336.648000', '120336.650000', '120336.653000', '120336.655000', '120336.658000', '120336.661000', '120336.664000', '120336.666000', '120336.669000', '120336.671000', '120336.674000', '120336.677000', '120336.685000', '120336.688000', '120356.562000', '120356.565000', '120356.568000', '120356.570000', '120356.573000', '120356.576000', '120356.579000', '120356.581000', '120356.584000', '120356.586000', '120356.589000', '120356.592000', '120356.595000', '120356.597000', '120356.600000', '120356.603000', '120356.605000', '120356.608000', '120356.611000', '120356.613000', '120356.616000', '120356.619000', '120356.621000', '120356.624000', '120356.627000', '120356.629000', '120356.632000', '120356.635000', '120356.637000', '120356.640000', '120356.642000', '120356.645000', '120356.648000', '120356.650000', '120356.653000', '120356.656000', '120356.658000', '120356.661000', '120356.664000', '120356.666000', '120356.669000', '120356.672000', '120356.674000', '120416.562000', '120416.566000', '120416.568000', '120416.571000', '120416.573000', '120416.576000', '120416.579000', '120416.581000', '120416.584000', '120416.587000', '120416.590000', '120416.592000', '120416.596000', '120416.598000', '120416.601000', '120416.604000', '120416.606000', '120416.609000', '120416.612000', '120416.614000', '120416.617000', '120416.620000', '120416.623000', '120416.625000', '120416.628000', '120416.630000', '120416.640000', '120416.643000', '120416.651000', '120416.654000', '120416.657000', '120416.659000', '120416.662000', '120416.665000', '120416.667000', '120416.670000', '120416.672000', '120416.675000', '120416.678000', '120416.680000', '120416.683000', '120416.686000', '120416.688000', '120416.691000', '120436.562000', '120436.565000', '120436.567000', '120436.570000', '120436.573000', '120436.576000', '120436.578000', '120436.581000', '120436.584000', '120436.587000', '120436.590000', '120436.592000', '120436.595000', '120436.598000', '120436.600000', '120436.603000', '120436.606000', '120436.608000', '120436.611000', '120436.614000', '120436.616000', '120436.619000', '120436.621000', '120436.624000', '120436.627000', '120436.629000', '120436.632000', '120436.635000', '120436.638000', '120436.640000', '120436.643000', '120436.645000', '120436.648000', '120436.651000', '120436.653000', '120436.656000', '120436.659000', '120436.661000', '120436.664000', '120436.667000', '120436.669000', '120436.672000', '120436.675000', '120456.563000', '120456.565000', '120456.568000', '120456.571000', '120456.574000', '120456.576000', '120456.579000', '120456.582000', '120456.584000', '120456.587000', '120456.590000', '120456.592000', '120456.595000', '120456.598000', '120456.601000', '120456.604000', '120456.607000', '120456.610000', '120456.613000', '120456.615000', '120456.618000', '120456.621000', '120456.623000', '120456.626000', '120456.629000', '120456.632000', '120456.634000', '120456.637000', '120456.640000', '120456.642000', '120456.645000', '120456.648000', '120456.650000', '120456.653000', '120456.656000', '120456.658000', '120456.661000', '120456.663000', '120456.666000', '120456.669000', '120456.672000', '120456.674000', '120456.677000', '120516.562000', '120516.569000', '120516.572000', '120516.575000', '120516.577000', '120516.580000', '120516.582000', '120516.585000', '120516.588000', '120516.591000', '120516.593000', '120516.596000', '120516.599000', '120516.601000', '120516.604000', '120516.607000', '120516.609000', '120516.612000', '120516.615000', '120516.617000', '120516.620000', '120516.623000', '120516.625000', '120516.628000', '120516.631000', '120516.633000', '120516.636000', '120516.639000', '120516.641000', '120516.644000', '120516.646000', '120516.649000', '120516.652000', '120516.654000', '120516.657000', '120516.660000', '120516.663000', '120516.665000', '120516.668000', '120516.671000', '120516.673000', '120516.676000', '120516.678000', '120516.681000', '120536.562000', '120536.565000', '120536.568000', '120536.571000', '120536.573000', '120536.576000', '120536.579000', '120536.581000', '120536.584000', '120536.587000', '120536.590000', '120536.593000', '120536.595000', '120536.598000', '120536.601000', '120536.605000', '120536.608000', '120536.610000', '120536.613000', '120536.615000', '120536.618000', '120536.621000', '120536.623000', '120536.626000', '120536.629000', '120536.631000', '120536.635000', '120536.638000', '120536.640000', '120536.643000', '120536.646000', '120536.648000', '120536.651000', '120536.654000', '120536.656000', '120536.659000', '120536.662000', '120536.664000', '120536.667000', '120536.670000', '120536.672000', '120536.675000', '120536.678000', '120556.563000', '120556.565000', '120556.568000', '120556.571000', '120556.574000', '120556.576000', '120556.579000', '120556.582000', '120556.600000', '120556.603000', '120556.606000', '120556.608000', '120556.611000', '120556.614000', '120556.616000', '120556.619000', '120556.622000', '120556.624000', '120556.627000', '120556.630000', '120556.632000', '120556.635000', '120556.638000', '120556.641000', '120556.643000', '120556.646000', '120556.649000', '120556.651000', '120556.654000', '120556.656000', '120556.659000', '120556.662000', '120556.664000', '120556.667000', '120556.670000', '120556.672000', '120556.675000', '120556.677000', '120556.680000', '120556.683000', '120556.686000', '120556.688000', '120556.691000', '120556.694000', '120616.563000', '120616.565000', '120616.568000', '120616.571000', '120616.574000', '120616.576000', '120616.579000', '120616.582000', '120616.584000', '120616.587000', '120616.590000', '120616.592000', '120616.595000', '120616.598000', '120616.600000', '120616.603000', '120616.606000', '120616.609000', '120616.612000', '120616.615000', '120616.618000', '120616.620000', '120616.623000', '120616.626000', '120616.628000', '120616.631000', '120616.634000', '120616.636000', '120616.639000', '120616.641000', '120616.654000', '120616.657000', '120616.659000', '120616.662000', '120616.665000', '120616.667000', '120616.670000', '120616.673000', '120616.675000', '120616.678000', '120616.681000', '120616.683000', '120616.686000', '120636.563000', '120636.566000', '120636.568000', '120636.571000', '120636.574000', '120636.576000', '120636.579000', '120636.582000', '120636.584000', '120636.587000', '120636.590000', '120636.592000', '120636.595000', '120636.598000', '120636.600000', '120636.603000', '120636.605000', '120636.608000', '120636.611000', '120636.613000', '120636.616000', '120636.619000', '120636.621000', '120636.624000', '120636.627000', '120636.629000', '120636.632000', '120636.635000', '120636.637000', '120636.644000', '120636.647000', '120636.650000', '120636.652000', '120636.655000', '120636.658000', '120636.660000', '120636.663000', '120636.666000', '120636.668000', '120636.671000', '120636.673000', '120636.676000', '120636.679000', '120636.681000', '120656.562000', '120656.565000', '120656.567000', '120656.570000', '120656.573000', '120656.575000', '120656.578000', '120656.581000', '120656.583000', '120656.586000', '120656.589000', '120656.591000', '120656.594000', '120656.597000', '120656.599000', '120656.602000', '120656.605000', '120656.607000', '120656.610000', '120656.613000', '120656.615000', '120656.618000', '120656.621000', '120656.623000', '120656.626000', '120656.629000', '120656.631000', '120656.634000', '120656.637000', '120656.640000', '120656.642000', '120656.645000', '120656.648000', '120656.651000', '120656.653000', '120656.656000', '120656.658000', '120656.662000', '120656.665000', '120656.668000', '120656.670000', '120656.674000', '120656.677000', '120716.562000', '120716.565000', '120716.568000', '120716.571000', '120716.574000', '120716.577000', '120716.579000', '120716.582000', '120716.585000', '120716.587000', '120716.590000', '120716.593000', '120716.596000', '120716.598000', '120716.601000', '120716.603000', '120716.606000', '120716.609000', '120716.612000', '120716.614000', '120716.617000', '120716.620000', '120716.622000', '120716.625000', '120716.628000', '120716.630000', '120716.633000', '120716.636000', '120716.638000', '120716.641000', '120716.644000', '120716.646000', '120716.649000', '120716.662000', '120716.665000', '120716.667000', '120716.670000', '120716.673000', '120716.675000', '120716.678000', '120716.681000', '120716.683000', '120716.686000', '120716.689000', '120736.563000', '120736.566000', '120736.569000', '120736.572000', '120736.574000', '120736.577000', '120736.580000', '120736.582000', '120736.585000', '120736.588000', '120736.591000', '120736.593000', '120736.596000', '120736.598000', '120736.601000', '120736.604000', '120736.606000', '120736.609000', '120736.612000', '120736.614000', '120736.619000', '120736.622000', '120736.624000', '120736.627000', '120736.630000', '120736.632000', '120736.635000', '120736.638000', '120736.640000', '120736.643000', '120736.646000', '120736.649000', '120736.651000', '120736.654000', '120736.657000', '120736.660000', '120736.663000', '120736.666000', '120736.679000', '120736.682000', '120736.685000', '120736.687000', '120736.690000', '120756.562000', '120756.565000', '120756.568000', '120756.571000', '120756.574000', '120756.576000', '120756.579000', '120756.582000', '120756.584000', '120756.587000', '120756.589000', '120756.592000', '120756.595000', '120756.597000', '120756.600000', '120756.603000', '120756.605000', '120756.608000', '120756.611000', '120756.613000', '120756.616000', '120756.619000', '120756.621000', '120756.624000', '120756.627000', '120756.629000', '120756.632000', '120756.634000', '120756.637000', '120756.640000', '120756.642000', '120756.645000', '120756.648000', '120756.651000', '120756.653000', '120756.656000', '120756.658000', '120756.661000', '120756.664000', '120756.666000', '120756.669000', '120756.678000', '120756.680000', '120756.683000', '120816.562000', '120816.566000', '120816.568000', '120816.571000', '120816.573000', '120816.576000', '120816.579000', '120816.581000', '120816.584000', '120816.587000', '120816.589000', '120816.592000', '120816.594000', '120816.597000', '120816.600000', '120816.602000', '120816.605000', '120816.608000', '120816.610000', '120816.613000', '120816.616000', '120816.618000', '120816.621000', '120816.624000', '120816.626000', '120816.629000', '120816.632000', '120816.634000', '120816.637000', '120816.640000', '120816.642000', '120816.645000', '120816.648000', '120816.651000', '120816.653000', '120816.656000', '120816.659000', '120816.662000', '120816.665000', '120816.669000', '120816.671000', '120816.674000', '120816.676000', '120836.563000', '120836.565000', '120836.568000', '120836.571000', '120836.574000', '120836.576000', '120836.579000', '120836.582000', '120836.584000', '120836.587000', '120836.590000', '120836.592000', '120836.595000', '120836.598000', '120836.600000', '120836.603000', '120836.606000', '120836.608000', '120836.615000', '120836.618000', '120836.620000', '120836.623000', '120836.626000', '120836.628000', '120836.631000', '120836.634000', '120836.637000', '120836.639000', '120836.642000', '120836.645000', '120836.647000', '120836.650000', '120836.653000', '120836.655000', '120836.658000', '120836.661000', '120836.664000', '120836.666000', '120836.669000', '120836.671000', '120836.674000', '120836.677000', '120836.679000', '120836.682000', '120856.563000', '120856.565000', '120856.568000', '120856.571000', '120856.573000', '120856.576000', '120856.579000', '120856.581000', '120856.584000', '120856.587000', '120856.590000', '120856.592000', '120856.595000', '120856.598000', '120856.600000', '120856.603000', '120856.606000', '120856.609000', '120856.611000', '120856.614000', '120856.617000', '120856.619000', '120856.622000', '120856.624000', '120856.627000', '120856.630000', '120856.632000', '120856.635000', '120856.638000', '120856.641000', '120856.643000', '120856.646000', '120856.649000', '120856.651000', '120856.654000', '120856.656000', '120856.659000', '120856.662000', '120856.665000', '120856.668000', '120856.670000', '120856.673000', '120856.676000', '120916.562000', '120916.565000', '120916.567000', '120916.570000', '120916.573000', '120916.576000', '120916.578000', '120916.581000', '120916.583000', '120916.586000', '120916.589000', '120916.594000', '120916.597000', '120916.600000', '120916.602000', '120916.605000', '120916.608000', '120916.611000', '120916.613000', '120916.616000', '120916.618000', '120916.621000', '120916.624000', '120916.626000', '120916.629000', '120916.632000', '120916.634000', '120916.637000', '120916.640000', '120916.642000', '120916.645000', '120916.648000', '120916.650000', '120916.653000', '120916.656000', '120916.658000', '120916.661000', '120916.664000', '120916.666000', '120916.669000', '120916.671000', '120916.674000', '120916.677000', '120916.679000', '120936.562000', '120936.573000', '120936.576000', '120936.578000', '120936.581000', '120936.584000', '120936.586000', '120936.589000', '120936.592000', '120936.595000', '120936.597000', '120936.600000', '120936.603000', '120936.605000', '120936.608000', '120936.611000', '120936.613000', '120936.616000', '120936.618000', '120936.621000', '120936.624000', '120936.626000', '120936.629000', '120936.632000', '120936.634000', '120936.637000', '120936.640000', '120936.643000', '120936.645000', '120936.648000', '120936.650000', '120936.653000', '120936.656000', '120936.658000', '120936.661000', '120936.664000', '120936.666000', '120936.669000', '120936.672000', '120936.674000', '120936.677000', '120936.680000', '120936.683000', '120956.563000', '120956.566000', '120956.568000', '120956.571000', '120956.574000', '120956.576000', '120956.579000', '120956.582000', '120956.584000', '120956.587000', '120956.590000', '120956.592000', '120956.595000', '120956.598000', '120956.601000', '120956.603000', '120956.606000', '120956.609000', '120956.611000', '120956.614000', '120956.617000', '120956.619000', '120956.622000', '120956.624000', '120956.627000', '120956.630000', '120956.633000', '120956.635000', '120956.638000', '120956.641000', '120956.643000', '120956.646000', '120956.649000', '120956.651000', '120956.654000', '120956.656000', '120956.659000', '120956.662000', '120956.664000', '120956.667000', '120956.678000', '120956.681000', '120956.683000', '120956.686000', '121016.563000', '121016.566000', '121016.568000', '121016.571000', '121016.574000', '121016.576000', '121016.579000', '121016.582000', '121016.584000', '121016.587000', '121016.598000', '121016.601000', '121016.603000', '121016.606000', '121016.609000', '121016.611000', '121016.614000', '121016.617000', '121016.619000', '121016.622000', '121016.625000', '121016.627000', '121016.630000', '121016.633000', '121016.635000', '121016.638000', '121016.641000', '121016.643000', '121016.646000', '121016.649000', '121016.651000', '121016.654000', '121016.657000', '121016.659000', '121016.662000', '121016.665000', '121016.667000', '121016.670000', '121016.673000', '121016.675000', '121016.678000', '121016.681000', '121016.683000', '121036.562000', '121036.565000', '121036.568000', '121036.571000', '121036.573000', '121036.576000', '121036.579000', '121036.581000', '121036.584000', '121036.587000', '121036.590000', '121036.592000', '121036.595000', '121036.598000', '121036.600000', '121036.603000', '121036.606000', '121036.609000', '121036.611000', '121036.614000', '121036.617000', '121036.619000', '121036.622000', '121036.625000', '121036.627000', '121036.630000', '121036.632000', '121036.635000', '121036.638000', '121036.640000', '121036.643000', '121036.646000', '121036.648000', '121036.651000', '121036.654000', '121036.656000', '121036.659000', '121036.662000', '121036.664000', '121036.667000', '121036.670000', '121036.672000', '121036.675000', '121036.678000', '121056.563000', '121056.566000', '121056.569000', '121056.571000', '121056.574000', '121056.577000', '121056.579000', '121056.582000', '121056.584000', '121056.587000', '121056.590000', '121056.593000', '121056.595000', '121056.598000', '121056.601000', '121056.603000', '121056.606000', '121056.609000', '121056.611000', '121056.614000', '121056.616000', '121056.619000', '121056.622000', '121056.625000', '121056.627000', '121056.630000', '121056.633000', '121056.635000', '121056.638000', '121056.641000', '121056.643000', '121056.646000', '121056.649000', '121056.651000', '121056.654000', '121056.657000', '121056.659000', '121056.662000', '121056.665000', '121056.667000', '121056.670000', '121056.673000', '121056.675000', '121116.563000', '121116.565000', '121116.568000', '121116.571000', '121116.574000', '121116.576000', '121116.579000', '121116.582000', '121116.584000', '121116.587000', '121116.590000', '121116.592000', '121116.595000', '121116.597000', '121116.600000', '121116.603000', '121116.606000', '121116.608000', '121116.611000', '121116.614000', '121116.616000', '121116.619000', '121116.622000', '121116.624000', '121116.627000', '121116.630000', '121116.632000', '121116.635000', '121116.638000', '121116.640000', '121116.643000', '121116.646000', '121116.648000', '121116.651000', '121116.654000', '121116.656000', '121116.659000', '121116.686000', '121116.689000', '121116.692000', '121116.694000', '121116.697000', '121116.700000', '121116.702000', '121127.578000', '121127.581000', '121127.584000', '121127.586000', '121127.589000', '121127.592000', '121127.594000', '121127.597000', '121127.600000', '121127.602000', '121127.605000', '121127.608000', '121127.610000', '121127.613000', '121127.616000', '121127.618000', '121127.621000', '121127.624000', '121127.626000', '121127.629000', '121127.632000', '121127.634000', '121127.637000', '121127.640000'], 'InstanceCreationTime': ['120236.624000', '120236.627000', '120236.630000', '120236.632000', '120236.635000', '120236.637000', '120236.640000', '120236.643000', '120236.645000', '120236.648000', '120236.651000', '120236.653000', '120236.656000', '120236.658000', '120236.661000', '120236.664000', '120236.666000', '120236.669000', '120236.671000', '120236.674000', '120236.677000', '120236.679000', '120236.682000', '120236.685000', '120236.687000', '120236.690000', '120236.693000', '120236.707000', '120236.710000', '120236.713000', '120236.715000', '120236.718000', '120236.722000', '120236.724000', '120236.741000', '120236.744000', '120236.746000', '120236.749000', '120236.751000', '120236.754000', '120236.757000', '120236.759000', '120236.762000', '120236.765000', '120236.767000', '120236.770000', '120236.773000', '120236.775000', '120236.778000', '120236.781000', '120236.783000', '120236.786000', '120236.788000', '120236.791000', '120256.562000', '120256.565000', '120256.568000', '120256.571000', '120256.573000', '120256.576000', '120256.578000', '120256.581000', '120256.584000', '120256.586000', '120256.595000', '120256.597000', '120256.600000', '120256.603000', '120256.605000', '120256.608000', '120256.611000', '120256.613000', '120256.616000', '120256.619000', '120256.621000', '120256.624000', '120256.626000', '120256.629000', '120256.632000', '120256.634000', '120256.637000', '120256.639000', '120256.642000', '120256.644000', '120256.647000', '120256.650000', '120256.652000', '120256.655000', '120256.657000', '120256.660000', '120256.662000', '120256.665000', '120256.668000', '120256.670000', '120256.673000', '120256.675000', '120256.678000', '120256.681000', '120316.563000', '120316.566000', '120316.568000', '120316.571000', '120316.573000', '120316.576000', '120316.579000', '120316.581000', '120316.584000', '120316.587000', '120316.590000', '120316.593000', '120316.595000', '120316.598000', '120316.601000', '120316.603000', '120316.606000', '120316.609000', '120316.611000', '120316.614000', '120316.617000', '120316.619000', '120316.622000', '120316.625000', '120316.627000', '120316.630000', '120316.632000', '120316.635000', '120316.638000', '120316.640000', '120316.653000', '120316.656000', '120316.658000', '120316.661000', '120316.663000', '120316.666000', '120316.669000', '120316.671000', '120316.674000', '120316.676000', '120316.679000', '120316.682000', '120316.684000', '120336.563000', '120336.565000', '120336.572000', '120336.575000', '120336.577000', '120336.580000', '120336.583000', '120336.585000', '120336.588000', '120336.591000', '120336.593000', '120336.596000', '120336.599000', '120336.601000', '120336.604000', '120336.607000', '120336.610000', '120336.612000', '120336.615000', '120336.618000', '120336.621000', '120336.623000', '120336.626000', '120336.629000', '120336.631000', '120336.634000', '120336.637000', '120336.639000', '120336.642000', '120336.645000', '120336.648000', '120336.650000', '120336.653000', '120336.655000', '120336.658000', '120336.661000', '120336.664000', '120336.666000', '120336.669000', '120336.671000', '120336.674000', '120336.677000', '120336.685000', '120336.688000', '120356.562000', '120356.565000', '120356.568000', '120356.570000', '120356.573000', '120356.576000', '120356.579000', '120356.581000', '120356.584000', '120356.586000', '120356.589000', '120356.592000', '120356.595000', '120356.597000', '120356.600000', '120356.603000', '120356.605000', '120356.608000', '120356.611000', '120356.613000', '120356.616000', '120356.619000', '120356.621000', '120356.624000', '120356.627000', '120356.629000', '120356.632000', '120356.635000', '120356.637000', '120356.640000', '120356.642000', '120356.645000', '120356.648000', '120356.650000', '120356.653000', '120356.656000', '120356.658000', '120356.661000', '120356.664000', '120356.666000', '120356.669000', '120356.672000', '120356.674000', '120416.562000', '120416.566000', '120416.568000', '120416.571000', '120416.573000', '120416.576000', '120416.579000', '120416.581000', '120416.584000', '120416.587000', '120416.590000', '120416.592000', '120416.596000', '120416.598000', '120416.601000', '120416.604000', '120416.606000', '120416.609000', '120416.612000', '120416.614000', '120416.617000', '120416.620000', '120416.623000', '120416.625000', '120416.628000', '120416.630000', '120416.640000', '120416.643000', '120416.651000', '120416.654000', '120416.657000', '120416.659000', '120416.662000', '120416.665000', '120416.667000', '120416.670000', '120416.672000', '120416.675000', '120416.678000', '120416.680000', '120416.683000', '120416.686000', '120416.688000', '120416.691000', '120436.562000', '120436.565000', '120436.567000', '120436.570000', '120436.573000', '120436.576000', '120436.578000', '120436.581000', '120436.584000', '120436.587000', '120436.590000', '120436.592000', '120436.595000', '120436.598000', '120436.600000', '120436.603000', '120436.606000', '120436.608000', '120436.611000', '120436.614000', '120436.616000', '120436.619000', '120436.621000', '120436.624000', '120436.627000', '120436.629000', '120436.632000', '120436.635000', '120436.638000', '120436.640000', '120436.643000', '120436.645000', '120436.648000', '120436.651000', '120436.653000', '120436.656000', '120436.659000', '120436.661000', '120436.664000', '120436.667000', '120436.669000', '120436.672000', '120436.675000', '120456.563000', '120456.565000', '120456.568000', '120456.571000', '120456.574000', '120456.576000', '120456.579000', '120456.582000', '120456.584000', '120456.587000', '120456.590000', '120456.592000', '120456.595000', '120456.598000', '120456.601000', '120456.604000', '120456.607000', '120456.610000', '120456.613000', '120456.615000', '120456.618000', '120456.621000', '120456.623000', '120456.626000', '120456.629000', '120456.632000', '120456.634000', '120456.637000', '120456.640000', '120456.642000', '120456.645000', '120456.648000', '120456.650000', '120456.653000', '120456.656000', '120456.658000', '120456.661000', '120456.663000', '120456.666000', '120456.669000', '120456.672000', '120456.674000', '120456.677000', '120516.562000', '120516.569000', '120516.572000', '120516.575000', '120516.577000', '120516.580000', '120516.582000', '120516.585000', '120516.588000', '120516.591000', '120516.593000', '120516.596000', '120516.599000', '120516.601000', '120516.604000', '120516.607000', '120516.609000', '120516.612000', '120516.615000', '120516.617000', '120516.620000', '120516.623000', '120516.625000', '120516.628000', '120516.631000', '120516.633000', '120516.636000', '120516.639000', '120516.641000', '120516.644000', '120516.646000', '120516.649000', '120516.652000', '120516.654000', '120516.657000', '120516.660000', '120516.663000', '120516.665000', '120516.668000', '120516.671000', '120516.673000', '120516.676000', '120516.678000', '120516.681000', '120536.562000', '120536.565000', '120536.568000', '120536.571000', '120536.573000', '120536.576000', '120536.579000', '120536.581000', '120536.584000', '120536.587000', '120536.590000', '120536.593000', '120536.595000', '120536.598000', '120536.601000', '120536.605000', '120536.608000', '120536.610000', '120536.613000', '120536.615000', '120536.618000', '120536.621000', '120536.623000', '120536.626000', '120536.629000', '120536.631000', '120536.635000', '120536.638000', '120536.640000', '120536.643000', '120536.646000', '120536.648000', '120536.651000', '120536.654000', '120536.656000', '120536.659000', '120536.662000', '120536.664000', '120536.667000', '120536.670000', '120536.672000', '120536.675000', '120536.678000', '120556.563000', '120556.565000', '120556.568000', '120556.571000', '120556.574000', '120556.576000', '120556.579000', '120556.582000', '120556.600000', '120556.603000', '120556.606000', '120556.608000', '120556.611000', '120556.614000', '120556.616000', '120556.619000', '120556.622000', '120556.624000', '120556.627000', '120556.630000', '120556.632000', '120556.635000', '120556.638000', '120556.641000', '120556.643000', '120556.646000', '120556.649000', '120556.651000', '120556.654000', '120556.656000', '120556.659000', '120556.662000', '120556.664000', '120556.667000', '120556.670000', '120556.672000', '120556.675000', '120556.677000', '120556.680000', '120556.683000', '120556.686000', '120556.688000', '120556.691000', '120556.694000', '120616.563000', '120616.565000', '120616.568000', '120616.571000', '120616.574000', '120616.576000', '120616.579000', '120616.582000', '120616.584000', '120616.587000', '120616.590000', '120616.592000', '120616.595000', '120616.598000', '120616.600000', '120616.603000', '120616.606000', '120616.609000', '120616.612000', '120616.615000', '120616.618000', '120616.620000', '120616.623000', '120616.626000', '120616.628000', '120616.631000', '120616.634000', '120616.636000', '120616.639000', '120616.641000', '120616.654000', '120616.657000', '120616.659000', '120616.662000', '120616.665000', '120616.667000', '120616.670000', '120616.673000', '120616.675000', '120616.678000', '120616.681000', '120616.683000', '120616.686000', '120636.563000', '120636.566000', '120636.568000', '120636.571000', '120636.574000', '120636.576000', '120636.579000', '120636.582000', '120636.584000', '120636.587000', '120636.590000', '120636.592000', '120636.595000', '120636.598000', '120636.600000', '120636.603000', '120636.605000', '120636.608000', '120636.611000', '120636.613000', '120636.616000', '120636.619000', '120636.621000', '120636.624000', '120636.627000', '120636.629000', '120636.632000', '120636.635000', '120636.637000', '120636.644000', '120636.647000', '120636.650000', '120636.652000', '120636.655000', '120636.658000', '120636.660000', '120636.663000', '120636.666000', '120636.668000', '120636.671000', '120636.673000', '120636.676000', '120636.679000', '120636.681000', '120656.562000', '120656.565000', '120656.567000', '120656.570000', '120656.573000', '120656.575000', '120656.578000', '120656.581000', '120656.583000', '120656.586000', '120656.589000', '120656.591000', '120656.594000', '120656.597000', '120656.599000', '120656.602000', '120656.605000', '120656.607000', '120656.610000', '120656.613000', '120656.615000', '120656.618000', '120656.621000', '120656.623000', '120656.626000', '120656.629000', '120656.631000', '120656.634000', '120656.637000', '120656.640000', '120656.642000', '120656.645000', '120656.648000', '120656.651000', '120656.653000', '120656.656000', '120656.658000', '120656.662000', '120656.665000', '120656.668000', '120656.670000', '120656.674000', '120656.677000', '120716.562000', '120716.565000', '120716.568000', '120716.571000', '120716.574000', '120716.577000', '120716.579000', '120716.582000', '120716.585000', '120716.587000', '120716.590000', '120716.593000', '120716.596000', '120716.598000', '120716.601000', '120716.603000', '120716.606000', '120716.609000', '120716.612000', '120716.614000', '120716.617000', '120716.620000', '120716.622000', '120716.625000', '120716.628000', '120716.630000', '120716.633000', '120716.636000', '120716.638000', '120716.641000', '120716.644000', '120716.646000', '120716.649000', '120716.662000', '120716.665000', '120716.667000', '120716.670000', '120716.673000', '120716.675000', '120716.678000', '120716.681000', '120716.683000', '120716.686000', '120716.689000', '120736.563000', '120736.566000', '120736.569000', '120736.572000', '120736.574000', '120736.577000', '120736.580000', '120736.582000', '120736.585000', '120736.588000', '120736.591000', '120736.593000', '120736.596000', '120736.598000', '120736.601000', '120736.604000', '120736.606000', '120736.609000', '120736.612000', '120736.614000', '120736.619000', '120736.622000', '120736.624000', '120736.627000', '120736.630000', '120736.632000', '120736.635000', '120736.638000', '120736.640000', '120736.643000', '120736.646000', '120736.649000', '120736.651000', '120736.654000', '120736.657000', '120736.660000', '120736.663000', '120736.666000', '120736.679000', '120736.682000', '120736.685000', '120736.687000', '120736.690000', '120756.562000', '120756.565000', '120756.568000', '120756.571000', '120756.574000', '120756.576000', '120756.579000', '120756.582000', '120756.584000', '120756.587000', '120756.589000', '120756.592000', '120756.595000', '120756.597000', '120756.600000', '120756.603000', '120756.605000', '120756.608000', '120756.611000', '120756.613000', '120756.616000', '120756.619000', '120756.621000', '120756.624000', '120756.627000', '120756.629000', '120756.632000', '120756.634000', '120756.637000', '120756.640000', '120756.642000', '120756.645000', '120756.648000', '120756.651000', '120756.653000', '120756.656000', '120756.658000', '120756.661000', '120756.664000', '120756.666000', '120756.669000', '120756.678000', '120756.680000', '120756.683000', '120816.562000', '120816.566000', '120816.568000', '120816.571000', '120816.573000', '120816.576000', '120816.579000', '120816.581000', '120816.584000', '120816.587000', '120816.589000', '120816.592000', '120816.594000', '120816.597000', '120816.600000', '120816.602000', '120816.605000', '120816.608000', '120816.610000', '120816.613000', '120816.616000', '120816.618000', '120816.621000', '120816.624000', '120816.626000', '120816.629000', '120816.632000', '120816.634000', '120816.637000', '120816.640000', '120816.642000', '120816.645000', '120816.648000', '120816.651000', '120816.653000', '120816.656000', '120816.659000', '120816.662000', '120816.665000', '120816.669000', '120816.671000', '120816.674000', '120816.676000', '120836.563000', '120836.565000', '120836.568000', '120836.571000', '120836.574000', '120836.576000', '120836.579000', '120836.582000', '120836.584000', '120836.587000', '120836.590000', '120836.592000', '120836.595000', '120836.598000', '120836.600000', '120836.603000', '120836.606000', '120836.608000', '120836.615000', '120836.618000', '120836.620000', '120836.623000', '120836.626000', '120836.628000', '120836.631000', '120836.634000', '120836.637000', '120836.639000', '120836.642000', '120836.645000', '120836.647000', '120836.650000', '120836.653000', '120836.655000', '120836.658000', '120836.661000', '120836.664000', '120836.666000', '120836.669000', '120836.671000', '120836.674000', '120836.677000', '120836.679000', '120836.682000', '120856.563000', '120856.565000', '120856.568000', '120856.571000', '120856.573000', '120856.576000', '120856.579000', '120856.581000', '120856.584000', '120856.587000', '120856.590000', '120856.592000', '120856.595000', '120856.598000', '120856.600000', '120856.603000', '120856.606000', '120856.609000', '120856.611000', '120856.614000', '120856.617000', '120856.619000', '120856.622000', '120856.624000', '120856.627000', '120856.630000', '120856.632000', '120856.635000', '120856.638000', '120856.641000', '120856.643000', '120856.646000', '120856.649000', '120856.651000', '120856.654000', '120856.656000', '120856.659000', '120856.662000', '120856.665000', '120856.668000', '120856.670000', '120856.673000', '120856.676000', '120916.562000', '120916.565000', '120916.567000', '120916.570000', '120916.573000', '120916.576000', '120916.578000', '120916.581000', '120916.583000', '120916.586000', '120916.589000', '120916.594000', '120916.597000', '120916.600000', '120916.602000', '120916.605000', '120916.608000', '120916.611000', '120916.613000', '120916.616000', '120916.618000', '120916.621000', '120916.624000', '120916.626000', '120916.629000', '120916.632000', '120916.634000', '120916.637000', '120916.640000', '120916.642000', '120916.645000', '120916.648000', '120916.650000', '120916.653000', '120916.656000', '120916.658000', '120916.661000', '120916.664000', '120916.666000', '120916.669000', '120916.671000', '120916.674000', '120916.677000', '120916.679000', '120936.562000', '120936.573000', '120936.576000', '120936.578000', '120936.581000', '120936.584000', '120936.586000', '120936.589000', '120936.592000', '120936.595000', '120936.597000', '120936.600000', '120936.603000', '120936.605000', '120936.608000', '120936.611000', '120936.613000', '120936.616000', '120936.618000', '120936.621000', '120936.624000', '120936.626000', '120936.629000', '120936.632000', '120936.634000', '120936.637000', '120936.640000', '120936.643000', '120936.645000', '120936.648000', '120936.650000', '120936.653000', '120936.656000', '120936.658000', '120936.661000', '120936.664000', '120936.666000', '120936.669000', '120936.672000', '120936.674000', '120936.677000', '120936.680000', '120936.683000', '120956.563000', '120956.566000', '120956.568000', '120956.571000', '120956.574000', '120956.576000', '120956.579000', '120956.582000', '120956.584000', '120956.587000', '120956.590000', '120956.592000', '120956.595000', '120956.598000', '120956.601000', '120956.603000', '120956.606000', '120956.609000', '120956.611000', '120956.614000', '120956.617000', '120956.619000', '120956.622000', '120956.624000', '120956.627000', '120956.630000', '120956.633000', '120956.635000', '120956.638000', '120956.641000', '120956.643000', '120956.646000', '120956.649000', '120956.651000', '120956.654000', '120956.656000', '120956.659000', '120956.662000', '120956.664000', '120956.667000', '120956.678000', '120956.681000', '120956.683000', '120956.686000', '121016.563000', '121016.566000', '121016.568000', '121016.571000', '121016.574000', '121016.576000', '121016.579000', '121016.582000', '121016.584000', '121016.587000', '121016.598000', '121016.601000', '121016.603000', '121016.606000', '121016.609000', '121016.611000', '121016.614000', '121016.617000', '121016.619000', '121016.622000', '121016.625000', '121016.627000', '121016.630000', '121016.633000', '121016.635000', '121016.638000', '121016.641000', '121016.643000', '121016.646000', '121016.649000', '121016.651000', '121016.654000', '121016.657000', '121016.659000', '121016.662000', '121016.665000', '121016.667000', '121016.670000', '121016.673000', '121016.675000', '121016.678000', '121016.681000', '121016.683000', '121036.562000', '121036.565000', '121036.568000', '121036.571000', '121036.573000', '121036.576000', '121036.579000', '121036.581000', '121036.584000', '121036.587000', '121036.590000', '121036.592000', '121036.595000', '121036.598000', '121036.600000', '121036.603000', '121036.606000', '121036.609000', '121036.611000', '121036.614000', '121036.617000', '121036.619000', '121036.622000', '121036.625000', '121036.627000', '121036.630000', '121036.632000', '121036.635000', '121036.638000', '121036.640000', '121036.643000', '121036.646000', '121036.648000', '121036.651000', '121036.654000', '121036.656000', '121036.659000', '121036.662000', '121036.664000', '121036.667000', '121036.670000', '121036.672000', '121036.675000', '121036.678000', '121056.563000', '121056.566000', '121056.569000', '121056.571000', '121056.574000', '121056.577000', '121056.579000', '121056.582000', '121056.584000', '121056.587000', '121056.590000', '121056.593000', '121056.595000', '121056.598000', '121056.601000', '121056.603000', '121056.606000', '121056.609000', '121056.611000', '121056.614000', '121056.616000', '121056.619000', '121056.622000', '121056.625000', '121056.627000', '121056.630000', '121056.633000', '121056.635000', '121056.638000', '121056.641000', '121056.643000', '121056.646000', '121056.649000', '121056.651000', '121056.654000', '121056.657000', '121056.659000', '121056.662000', '121056.665000', '121056.667000', '121056.670000', '121056.673000', '121056.675000', '121116.563000', '121116.565000', '121116.568000', '121116.571000', '121116.574000', '121116.576000', '121116.579000', '121116.582000', '121116.584000', '121116.587000', '121116.590000', '121116.592000', '121116.595000', '121116.597000', '121116.600000', '121116.603000', '121116.606000', '121116.608000', '121116.611000', '121116.614000', '121116.616000', '121116.619000', '121116.622000', '121116.624000', '121116.627000', '121116.630000', '121116.632000', '121116.635000', '121116.638000', '121116.640000', '121116.643000', '121116.646000', '121116.648000', '121116.651000', '121116.654000', '121116.656000', '121116.659000', '121116.686000', '121116.689000', '121116.692000', '121116.694000', '121116.697000', '121116.700000', '121116.702000', '121127.578000', '121127.581000', '121127.584000', '121127.586000', '121127.589000', '121127.592000', '121127.594000', '121127.597000', '121127.600000', '121127.602000', '121127.605000', '121127.608000', '121127.610000', '121127.613000', '121127.616000', '121127.618000', '121127.621000', '121127.624000', '121127.626000', '121127.629000', '121127.632000', '121127.634000', '121127.637000', '121127.640000'], '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': [13357, 12279, 11287, 16948, 14286, 12428, 15564, 17014, 14036, 10099, 11641, 9096, 11086, 9111, 11247, 14202, 16131, 16512, 12661, 10804, 11926, 8301, 12237, 13539, 12021, 13567, 9521, 9951, 9174, 12095, 8417, 11780, 14266, 10610, 11608, 9312, 12289, 7918, 11439, 14629, 9989, 11306, 7711, 12028, 12380, 10684, 12745, 9184, 11004, 8622, 10186, 8166, 11594, 13896, 10017, 13389, 8621, 8961, 7222, 8703, 7551, 8741, 8369, 8140, 9469, 13513, 8350, 11479, 8046, 9745, 9206, 9202, 15490, 9545, 11771, 8280, 10622, 9626, 9386, 13522, 8507, 14356, 8580, 12388, 8761, 9139, 13380, 8715, 12855, 8148, 10749, 8298, 9028, 13488, 8727, 10788, 7455, 10015, 10300, 8836, 12462, 7546, 9639, 7254, 10001, 7424, 10002, 13777, 8658, 12914, 8398, 11668, 7734, 11074, 9407, 9334, 15336, 9835, 11449, 7922, 10510, 8133, 12078, 9489, 9487, 16065, 10897, 12146, 8941, 8919, 9861, 14892, 8784, 13473, 9312, 9544, 8013, 10623, 8316, 10414, 15410, 10281, 11587, 8628, 10546, 7581, 10877, 8066, 10965, 15629, 9811, 13365, 9051, 11367, 7898, 10060, 7958, 11171, 8765, 9959, 15269, 9978, 13127, 9105, 12399, 9375, 13796, 8758, 11829, 10751, 10635, 8010, 10968, 7675, 11028, 14861, 9704, 13159, 8624, 10824, 8089, 9674, 7999, 11911, 11859, 11061, 16246, 10455, 12591, 10676, 9997, 11038, 15392, 10257, 14046, 9539, 11297, 8315, 9590, 8124, 11540, 8371, 10988, 15221, 9867, 13585, 10076, 12437, 9731, 12540, 9561, 11331, 8960, 10147, 12536, 9978, 12887, 9367, 11221, 8134, 9660, 13582, 9349, 12019, 8809, 10641, 8462, 10789, 9399, 9764, 13782, 9495, 12220, 9067, 10777, 7995, 10449, 13458, 9614, 14492, 9110, 11911, 7809, 10794, 14843, 9050, 12558, 8808, 10960, 7752, 10787, 13987, 9104, 12140, 9150, 10868, 8731, 9794, 8044, 10994, 10738, 9773, 14260, 9700, 13935, 8429, 12032, 8860, 13164, 9425, 10463, 16767, 10786, 13848, 9317, 12283, 8741, 11176, 8002, 9908, 11588, 8469, 7887, 8243, 7714, 9239, 7638, 11800, 15925, 11026, 13905, 8773, 11006, 8897, 11371, 8438, 12311, 11978, 10948, 15487, 10586, 13670, 10192, 11912, 9976, 10884, 7909, 10978, 16164, 9766, 12493, 8495, 9662, 7486, 10298, 12501, 8708, 10197, 7173, 10129, 10244, 9209, 11328, 9117, 10774, 7509, 10274, 8155, 9606, 8536, 9803, 7727, 10060, 12616, 8467, 11393, 15516, 9763, 11865, 8370, 10037, 11513, 9228, 7209, 8213, 10102, 9321, 9533, 8791, 10710, 16137, 13298, 18288, 16387, 15567, 17444, 10634, 14363, 10388, 12376, 10503, 12021, 12338, 11048, 17028, 11217, 13353, 11537, 11259, 9027, 11614, 11261, 11680, 10798, 11065, 9573, 10721, 9486, 10640, 11172, 11472, 7758, 7268, 9267, 11517, 9262, 7230, 12472, 8624, 7042, 9876, 15956, 9936, 14062, 15663, 9411, 14188, 8025, 11719, 7794, 9872, 8956, 9311, 7096, 7692, 8267, 7925, 9466, 7378, 10244, 9401, 13104, 15513, 13442, 15411, 11786, 9743, 10333, 9239, 10483, 9877, 14153, 10966, 10165, 15394, 9804, 10943, 12702, 11217, 13661, 13582, 11304, 14197, 9865, 13290, 9941, 7876, 10605, 7666, 10196, 8251, 10353, 10948, 10332, 11365, 7365, 8731, 7491, 7251, 8327, 7437, 10446, 14562, 9002, 10750, 7884, 9263, 12405, 8519, 7918, 8805, 10268, 8734, 14407, 8158, 12495, 9004, 11622, 7425, 12465, 9629, 14820, 9752, 13647, 14615, 10146, 14608, 9743, 7487, 8877, 7658, 12949, 16427, 9660, 12904, 14252, 10431, 15362, 9258, 11457, 7724, 10131, 7848, 10011, 11953, 10091, 9293, 9855, 15147, 8690, 11133, 13151, 10120, 13978, 8390, 11893, 7298, 9853, 7412, 13655, 8883, 10605, 16851, 9345, 12947, 7709, 8477, 9774, 7999, 10136, 15208, 9374, 14333, 9896, 10949, 8122, 9903, 16644, 9998, 14214, 8502, 10717, 7281, 9600, 7647, 7986, 7402, 9020, 8145, 10296, 8372, 14009, 8853, 9646, 10660, 9846, 13961, 8319, 11703, 7661, 9621, 12425, 9529, 8560, 9096, 8221, 9072, 12804, 7787, 11885, 9006, 9253, 8701, 9111, 8030, 9578, 14209, 8179, 13464, 10418, 9856, 10063, 9610, 13391, 8220, 11911, 7534, 9799, 14934, 9636, 10607, 9367, 10008, 9798, 13870, 9187, 14630, 10257, 10345, 7675, 10939, 9197, 11748, 16422, 10878, 15017, 9030, 12380, 8735, 12027, 8966, 11498, 8924, 14527, 9180, 11213, 10288, 15595, 9843, 14664, 9372, 10732, 9126, 9702, 8274, 9415, 8633, 13030, 8878, 10210, 14514, 9980, 8413, 9884, 7511, 9805, 14482, 9630, 14030, 8750, 11793, 8234, 12704, 12578, 10167, 15189, 8713, 11079, 8293, 9583, 8134, 8970, 7808, 9233, 10318, 9679, 13351, 9005, 13368, 8149, 14095, 8276, 9985, 15280, 9704, 12762, 10392, 12853, 9973, 13530, 8910, 12786, 7923, 9633, 7201, 10255, 7824, 10366, 13463, 8823, 12904, 7574, 10438, 10390, 10414, 14287, 8693, 10967, 7786, 10444, 14571, 9095, 12421, 8859, 9179, 9607, 11451, 7403, 10724, 12868, 9534, 7453, 7790, 7488, 12559, 14655, 9375, 12367, 14911, 9685, 13155, 9244, 10955, 7934, 11596, 8731, 10057, 15211, 8780, 12138, 8088, 10383, 8536, 10017, 13599, 8320, 12276, 8331, 9813, 7147, 9535, 12998, 9068, 11272, 7170, 10238, 12227, 10037, 9284, 9988, 12237, 8836, 12304, 7864, 10703, 13112, 10040, 13660, 7966, 11198, 7535, 9713, 14362, 9177, 13406, 8132, 10954, 8585, 11003, 8194, 14871, 9166, 12962, 9602, 9347, 7252, 10690, 16339, 9672, 14841, 9890, 10890, 7782, 9502, 7181, 9527, 15475, 9654, 14595, 8875, 12450, 8568, 11332, 8285, 11046, 15217, 9722, 14105, 8587, 11342, 8845, 10711, 8462, 11657, 9894, 10007, 15178, 9004, 11761, 8402, 10844, 7849, 12168, 8447, 10213, 12156, 10003, 7310, 9625, 8110, 9815, 15551, 9177, 14649, 10012, 9314, 7152, 9318, 7891, 9716, 14309, 8621, 12332, 7395, 10219, 7531, 9441, 13987, 9757, 14333, 8458, 11009, 8286, 10237, 7262, 9466, 14545, 9298, 12591, 8552, 12180, 10094, 7744, 10218, 14340, 9466, 14380, 14388, 9846, 12815, 9983, 13359, 9291, 12801, 8138, 14217, 10565, 10542, 7275, 9287, 7739, 10238, 13901, 10368, 15664, 10050, 7940, 9769, 8250, 9721, 15761, 8974, 11488, 11704, 9817, 13390, 8602, 10872, 8336, 9847, 7840, 10544, 8081, 10263, 14710, 9636, 11604, 8626, 10426, 7996, 10556, 8760, 9807, 9406, 10080, 12779, 8619, 11802, 7995, 11645, 8270, 9490, 7725, 10106, 9921, 10114, 14763, 8373, 11366, 7990, 10829, 8680, 12011, 7933, 10413, 8349, 9410, 8142, 8502, 7165, 9620, 8546, 11124, 10072, 7920, 14791, 14895, 12487, 16202, 8914, 11825, 11342, 8955, 10892, 9351, 7564, 9105, 9293, 14326, 9977, 16234, 10972, 11330, 10507, 10498, 14187, 8906, 10505, 7612, 10552, 7358, 10202, 10905, 9729, 10081, 8248, 9508, 7084, 7237, 7037, 7021, 7165, 7106, 11118, 10220, 13571, 12400, 12848, 15056, 9966, 14691, 9843, 15202, 10791, 14474, 10853, 12581, 9970, 11648, 7716, 10402, 9585, 9890, 9617, 7439, 8299, 8945, 10485, 9600, 12153, 9554, 11450, 8039, 10615, 7404, 10268, 11037, 9670, 8933, 9368, 7123, 8577, 7473, 8159, 7895, 8485, 7276, 9649, 7795, 9818, 8003, 10480, 7900, 10615, 8024, 9636, 8819, 10653, 8517, 7416, 9025, 12526, 8358, 13609, 7697, 10758, 7127, 9023, 7211, 8096, 7282, 8138, 7181, 9695, 7657, 7425, 8658, 7297, 6966, 7341, 7486, 14403, 9584, 11220, 11151, 12201, 9240, 12853, 7469, 7630, 7725, 7842, 15075, 13737, 10364, 14972, 8488, 10912, 7683, 9121, 13966, 8528, 13944, 9431, 14675, 9548, 7798, 10684, 7856, 14221, 15744, 10153, 13653, 13574, 12190, 13561, 10782, 7558, 10557, 7678, 7542, 14245, 16818, 11397, 12355, 7212, 7599, 8085, 8197, 11203, 8811, 9201, 13274, 9456, 14576, 10668, 12389, 10959, 9938, 14736, 10238, 8431, 10621, 8925, 8973, 9736, 9789, 8383, 7279, 8079, 7094, 7364, 7690, 7307, 7198, 7750, 7389, 9692, 11844, 9258, 11825, 8356, 13392, 12289, 15436, 11131, 10906, 13112, 7674, 13355, 7317, 11048, 8079, 8482, 14743, 8084, 12812, 7194, 10132, 12785, 8915, 14382, 7746, 11651, 10276, 9049, 14891, 11061, 13322, 7551, 8398, 13319, 7799, 11349, 7781, 7561, 7344, 7418, 9865, 13498, 8107, 10493, 7721, 7810, 13147, 8682, 13836, 7322, 9869, 7348, 11409, 8996, 13186, 9140, 11246, 7852, 7950, 10049, 14804, 9133, 13578, 9041, 14672, 11585, 15292, 12239, 11482, 10039, 9806, 15963, 15471, 9269, 17377, 13018, 10812, 17735, 16523, 8460, 9493, 9053, 11691, 8285, 9750, 16271, 8818, 12582, 8199, 9737, 7654, 9250, 8083, 7383, 8087, 7935, 10914, 12871, 8559, 11754, 7575], 'WindowCenter': [4398.0, 4374.0, 4322.0, 4359.0, 4340.0, 4298.0, 4318.0, 4340.0, 4332.0, 4328.0, 4354.0, 4339.0, 4372.0, 4367.0, 4386.0, 4420.0, 4434.0, 4437.0, 4400.0, 4377.0, 4386.0, 4333.0, 4386.0, 4382.0, 4374.0, 4383.0, 4353.0, 4350.0, 4340.0, 4371.0, 4330.0, 4371.0, 4390.0, 4361.0, 4361.0, 4342.0, 4383.0, 4332.0, 4373.0, 4403.0, 4352.0, 4362.0, 4321.0, 4382.0, 4382.0, 4364.0, 4395.0, 4355.0, 4374.0, 4345.0, 4366.0, 4346.0, 4389.0, 4407.0, 4366.0, 4398.0, 4358.0, 4370.0, 4338.0, 4372.0, 4362.0, 4370.0, 4374.0, 4363.0, 4409.0, 4437.0, 4375.0, 4403.0, 4363.0, 4395.0, 4384.0, 4384.0, 4444.0, 4384.0, 4413.0, 4362.0, 4404.0, 4383.0, 4384.0, 4435.0, 4385.0, 4434.0, 4386.0, 4425.0, 4373.0, 4383.0, 4422.0, 4372.0, 4412.0, 4362.0, 4392.0, 4360.0, 4372.0, 4422.0, 4372.0, 4391.0, 4353.0, 4394.0, 4392.0, 4385.0, 4424.0, 4363.0, 4394.0, 4354.0, 4395.0, 4365.0, 4396.0, 4436.0, 4386.0, 4425.0, 4375.0, 4403.0, 4363.0, 4404.0, 4385.0, 4384.0, 4445.0, 4393.0, 4413.0, 4363.0, 4392.0, 4373.0, 4425.0, 4394.0, 4395.0, 4445.0, 4416.0, 4424.0, 4383.0, 4384.0, 4395.0, 4435.0, 4386.0, 4425.0, 4383.0, 4395.0, 4362.0, 4393.0, 4373.0, 4405.0, 4435.0, 4392.0, 4402.0, 4363.0, 4392.0, 4351.0, 4391.0, 4362.0, 4403.0, 4432.0, 4382.0, 4411.0, 4370.0, 4400.0, 4350.0, 4381.0, 4361.0, 4402.0, 4373.0, 4382.0, 4432.0, 4383.0, 4411.0, 4372.0, 4411.0, 4383.0, 4422.0, 4374.0, 4415.0, 4390.0, 4380.0, 4348.0, 4389.0, 4350.0, 4401.0, 4421.0, 4381.0, 4411.0, 4358.0, 4378.0, 4348.0, 4368.0, 4350.0, 4400.0, 4390.0, 4390.0, 4430.0, 4378.0, 4398.0, 4378.0, 4379.0, 4390.0, 4419.0, 4380.0, 4409.0, 4367.0, 4387.0, 4347.0, 4368.0, 4349.0, 4389.0, 4360.0, 4390.0, 4431.0, 4379.0, 4408.0, 4378.0, 4399.0, 4369.0, 4400.0, 4370.0, 4402.0, 4359.0, 4379.0, 4399.0, 4380.0, 4398.0, 4368.0, 4389.0, 4348.0, 4369.0, 4408.0, 4368.0, 4397.0, 4359.0, 4378.0, 4361.0, 4393.0, 4370.0, 4381.0, 4421.0, 4369.0, 4399.0, 4370.0, 4391.0, 4363.0, 4391.0, 4411.0, 4371.0, 4421.0, 4371.0, 4402.0, 4349.0, 4392.0, 4431.0, 4369.0, 4412.0, 4370.0, 4390.0, 4349.0, 4391.0, 4420.0, 4370.0, 4400.0, 4370.0, 4392.0, 4360.0, 4380.0, 4351.0, 4392.0, 4393.0, 4384.0, 4421.0, 4383.0, 4421.0, 4363.0, 4412.0, 4374.0, 4425.0, 4373.0, 4394.0, 4441.0, 4392.0, 4411.0, 4370.0, 4401.0, 4361.0, 4391.0, 4351.0, 4382.0, 4401.0, 4362.0, 4361.0, 4362.0, 4376.0, 4385.0, 4365.0, 4417.0, 4447.0, 4405.0, 4425.0, 4375.0, 4394.0, 4375.0, 4404.0, 4363.0, 4404.0, 4403.0, 4393.0, 4423.0, 4381.0, 4410.0, 4379.0, 4398.0, 4379.0, 4389.0, 4349.0, 4390.0, 4429.0, 4369.0, 4399.0, 4359.0, 4369.0, 4339.0, 4381.0, 4409.0, 4360.0, 4379.0, 4342.0, 4406.0, 4390.0, 4393.0, 4399.0, 4370.0, 4389.0, 4350.0, 4392.0, 4362.0, 4393.0, 4387.0, 4408.0, 4377.0, 4420.0, 4439.0, 4376.0, 4416.0, 4445.0, 4393.0, 4429.0, 4375.0, 4395.0, 4427.0, 4396.0, 4377.0, 4373.0, 4391.0, 4395.0, 4406.0, 4399.0, 4430.0, 4471.0, 4436.0, 4468.0, 4433.0, 4419.0, 4429.0, 4365.0, 4396.0, 4353.0, 4373.0, 4351.0, 4371.0, 4368.0, 4348.0, 4387.0, 4345.0, 4365.0, 4345.0, 4346.0, 4325.0, 4355.0, 4346.0, 4357.0, 4347.0, 4359.0, 4350.0, 4372.0, 4364.0, 4376.0, 4384.0, 4399.0, 4349.0, 4351.0, 4393.0, 4413.0, 4381.0, 4361.0, 4419.0, 4369.0, 4349.0, 4392.0, 4442.0, 4391.0, 4432.0, 4441.0, 4379.0, 4418.0, 4372.0, 4423.0, 4360.0, 4403.0, 4394.0, 4392.0, 4361.0, 4370.0, 4382.0, 4384.0, 4406.0, 4363.0, 4394.0, 4369.0, 4413.0, 4421.0, 4398.0, 4419.0, 4373.0, 4362.0, 4346.0, 4349.0, 4372.0, 4377.0, 4402.0, 4373.0, 4364.0, 4403.0, 4362.0, 4371.0, 4381.0, 4371.0, 4392.0, 4391.0, 4371.0, 4390.0, 4351.0, 4402.0, 4362.0, 4331.0, 4372.0, 4333.0, 4375.0, 4355.0, 4387.0, 4388.0, 4404.0, 4413.0, 4364.0, 4394.0, 4364.0, 4374.0, 4386.0, 4378.0, 4429.0, 4457.0, 4385.0, 4416.0, 4374.0, 4396.0, 4448.0, 4411.0, 4399.0, 4422.0, 4417.0, 4397.0, 4456.0, 4386.0, 4448.0, 4409.0, 4439.0, 4379.0, 4449.0, 4420.0, 4472.0, 4408.0, 4447.0, 4457.0, 4416.0, 4455.0, 4406.0, 4376.0, 4396.0, 4376.0, 4448.0, 4457.0, 4393.0, 4424.0, 4443.0, 4403.0, 4442.0, 4393.0, 4412.0, 4361.0, 4391.0, 4372.0, 4393.0, 4412.0, 4404.0, 4392.0, 4393.0, 4444.0, 4372.0, 4402.0, 4421.0, 4390.0, 4430.0, 4371.0, 4423.0, 4377.0, 4404.0, 4375.0, 4443.0, 4382.0, 4402.0, 4462.0, 4394.0, 4435.0, 4386.0, 4395.0, 4405.0, 4373.0, 4416.0, 4457.0, 4384.0, 4433.0, 4391.0, 4416.0, 4373.0, 4404.0, 4451.0, 4390.0, 4418.0, 4381.0, 4401.0, 4350.0, 4391.0, 4362.0, 4359.0, 4352.0, 4382.0, 4375.0, 4403.0, 4374.0, 4446.0, 4385.0, 4395.0, 4403.0, 4393.0, 4433.0, 4372.0, 4411.0, 4360.0, 4394.0, 4422.0, 4394.0, 4382.0, 4383.0, 4373.0, 4384.0, 4423.0, 4363.0, 4427.0, 4396.0, 4395.0, 4385.0, 4396.0, 4374.0, 4406.0, 4435.0, 4386.0, 4437.0, 4403.0, 4406.0, 4394.0, 4394.0, 4423.0, 4372.0, 4413.0, 4363.0, 4393.0, 4432.0, 4395.0, 4403.0, 4394.0, 4392.0, 4395.0, 4435.0, 4395.0, 4445.0, 4406.0, 4405.0, 4363.0, 4417.0, 4385.0, 4416.0, 4445.0, 4393.0, 4434.0, 4372.0, 4424.0, 4384.0, 4424.0, 4396.0, 4412.0, 4384.0, 4443.0, 4382.0, 4412.0, 4403.0, 4443.0, 4381.0, 4432.0, 4368.0, 4389.0, 4368.0, 4379.0, 4359.0, 4379.0, 4371.0, 4422.0, 4383.0, 4392.0, 4430.0, 4380.0, 4370.0, 4391.0, 4351.0, 4393.0, 4432.0, 4392.0, 4432.0, 4370.0, 4401.0, 4359.0, 4409.0, 4409.0, 4379.0, 4418.0, 4358.0, 4388.0, 4357.0, 4367.0, 4348.0, 4383.0, 4351.0, 4382.0, 4402.0, 4395.0, 4434.0, 4397.0, 4444.0, 4375.0, 4420.0, 4372.0, 4391.0, 4443.0, 4393.0, 4420.0, 4402.0, 4421.0, 4392.0, 4431.0, 4381.0, 4419.0, 4359.0, 4380.0, 4350.0, 4402.0, 4360.0, 4402.0, 4421.0, 4381.0, 4421.0, 4360.0, 4389.0, 4390.0, 4400.0, 4430.0, 4369.0, 4389.0, 4349.0, 4400.0, 4430.0, 4369.0, 4421.0, 4381.0, 4381.0, 4393.0, 4413.0, 4363.0, 4414.0, 4422.0, 4393.0, 4363.0, 4375.0, 4376.0, 4438.0, 4447.0, 4396.0, 4426.0, 4443.0, 4392.0, 4433.0, 4393.0, 4402.0, 4372.0, 4412.0, 4383.0, 4404.0, 4443.0, 4372.0, 4412.0, 4361.0, 4391.0, 4369.0, 4378.0, 4419.0, 4370.0, 4410.0, 4359.0, 4391.0, 4348.0, 4391.0, 4421.0, 4380.0, 4400.0, 4352.0, 4392.0, 4411.0, 4394.0, 4380.0, 4391.0, 4422.0, 4382.0, 4423.0, 4373.0, 4403.0, 4421.0, 4393.0, 4431.0, 4360.0, 4400.0, 4360.0, 4393.0, 4442.0, 4381.0, 4432.0, 4373.0, 4401.0, 4383.0, 4414.0, 4386.0, 4457.0, 4394.0, 4435.0, 4395.0, 4394.0, 4362.0, 4405.0, 4455.0, 4395.0, 4442.0, 4390.0, 4402.0, 4360.0, 4381.0, 4351.0, 4392.0, 4443.0, 4392.0, 4431.0, 4371.0, 4411.0, 4371.0, 4400.0, 4370.0, 4402.0, 4442.0, 4380.0, 4418.0, 4370.0, 4401.0, 4382.0, 4401.0, 4371.0, 4412.0, 4392.0, 4393.0, 4430.0, 4371.0, 4410.0, 4371.0, 4401.0, 4361.0, 4412.0, 4371.0, 4391.0, 4411.0, 4393.0, 4362.0, 4393.0, 4373.0, 4393.0, 4443.0, 4384.0, 4432.0, 4392.0, 4381.0, 4350.0, 4382.0, 4361.0, 4394.0, 4444.0, 4382.0, 4424.0, 4362.0, 4392.0, 4361.0, 4393.0, 4433.0, 4393.0, 4443.0, 4372.0, 4403.0, 4371.0, 4402.0, 4352.0, 4393.0, 4443.0, 4383.0, 4421.0, 4384.0, 4424.0, 4404.0, 4375.0, 4417.0, 4447.0, 4395.0, 4445.0, 4432.0, 4394.0, 4422.0, 4392.0, 4433.0, 4381.0, 4422.0, 4360.0, 4421.0, 4403.0, 4391.0, 4350.0, 4394.0, 4373.0, 4414.0, 4431.0, 4414.0, 4439.0, 4388.0, 4369.0, 4389.0, 4367.0, 4389.0, 4453.0, 4379.0, 4400.0, 4396.0, 4376.0, 4417.0, 4369.0, 4397.0, 4368.0, 4387.0, 4357.0, 4398.0, 4357.0, 4389.0, 4429.0, 4389.0, 4397.0, 4369.0, 4387.0, 4358.0, 4398.0, 4368.0, 4389.0, 4379.0, 4389.0, 4418.0, 4370.0, 4409.0, 4370.0, 4411.0, 4368.0, 4390.0, 4359.0, 4401.0, 4402.0, 4401.0, 4440.0, 4371.0, 4411.0, 4384.0, 4423.0, 4396.0, 4448.0, 4384.0, 4414.0, 4371.0, 4393.0, 4383.0, 4394.0, 4378.0, 4404.0, 4383.0, 4425.0, 4407.0, 4385.0, 4469.0, 4469.0, 4436.0, 4455.0, 4382.0, 4423.0, 4413.0, 4392.0, 4413.0, 4394.0, 4375.0, 4395.0, 4394.0, 4443.0, 4405.0, 4455.0, 4402.0, 4401.0, 4389.0, 4389.0, 4418.0, 4367.0, 4376.0, 4335.0, 4376.0, 4336.0, 4377.0, 4386.0, 4391.0, 4402.0, 4356.0, 4390.0, 4364.0, 4388.0, 4378.0, 4377.0, 4390.0, 4391.0, 4452.0, 4432.0, 4464.0, 4439.0, 4438.0, 4446.0, 4395.0, 4434.0, 4392.0, 4432.0, 4389.0, 4418.0, 4374.0, 4384.0, 4351.0, 4372.0, 4318.0, 4363.0, 4351.0, 4350.0, 4353.0, 4321.0, 4330.0, 4340.0, 4361.0, 4353.0, 4370.0, 4351.0, 4371.0, 4319.0, 4360.0, 4309.0, 4350.0, 4358.0, 4350.0, 4339.0, 4351.0, 4321.0, 4353.0, 4334.0, 4345.0, 4358.0, 4383.0, 4364.0, 4394.0, 4389.0, 4406.0, 4391.0, 4416.0, 4388.0, 4418.0, 4388.0, 4394.0, 4385.0, 4416.0, 4398.0, 4365.0, 4395.0, 4425.0, 4373.0, 4433.0, 4362.0, 4402.0, 4366.0, 4395.0, 4366.0, 4374.0, 4364.0, 4385.0, 4378.0, 4419.0, 4401.0, 4392.0, 4411.0, 4392.0, 4391.0, 4403.0, 4393.0, 4485.0, 4434.0, 4442.0, 4454.0, 4465.0, 4448.0, 4488.0, 4421.0, 4443.0, 4430.0, 4441.0, 4499.0, 4473.0, 4434.0, 4473.0, 4410.0, 4431.0, 4389.0, 4421.0, 4470.0, 4412.0, 4484.0, 4433.0, 4470.0, 4420.0, 4388.0, 4430.0, 4387.0, 4460.0, 4458.0, 4405.0, 4436.0, 4435.0, 4426.0, 4446.0, 4413.0, 4375.0, 4405.0, 4375.0, 4376.0, 4448.0, 4469.0, 4417.0, 4402.0, 4354.0, 4377.0, 4377.0, 4388.0, 4416.0, 4397.0, 4383.0, 4411.0, 4370.0, 4410.0, 4365.0, 4395.0, 4362.0, 4350.0, 4391.0, 4363.0, 4344.0, 4361.0, 4339.0, 4325.0, 4336.0, 4349.0, 4341.0, 4332.0, 4345.0, 4351.0, 4364.0, 4375.0, 4377.0, 4380.0, 4404.0, 4404.0, 4434.0, 4468.0, 4449.0, 4482.0, 4441.0, 4479.0, 4469.0, 4489.0, 4432.0, 4423.0, 4437.0, 4379.0, 4439.0, 4367.0, 4417.0, 4374.0, 4387.0, 4445.0, 4377.0, 4427.0, 4355.0, 4407.0, 4424.0, 4385.0, 4435.0, 4367.0, 4431.0, 4420.0, 4398.0, 4446.0, 4402.0, 4422.0, 4350.0, 4361.0, 4420.0, 4361.0, 4412.0, 4362.0, 4374.0, 4375.0, 4377.0, 4421.0, 4449.0, 4377.0, 4408.0, 4365.0, 4378.0, 4447.0, 4397.0, 4447.0, 4367.0, 4407.0, 4381.0, 4441.0, 4409.0, 4450.0, 4396.0, 4427.0, 4401.0, 4400.0, 4433.0, 4473.0, 4398.0, 4438.0, 4396.0, 4446.0, 4427.0, 4459.0, 4441.0, 4441.0, 4410.0, 4409.0, 4472.0, 4463.0, 4401.0, 4474.0, 4439.0, 4394.0, 4430.0, 4443.0, 4359.0, 4369.0, 4383.0, 4413.0, 4360.0, 4369.0, 4427.0, 4356.0, 4384.0, 4344.0, 4353.0, 4323.0, 4365.0, 4358.0, 4351.0, 4374.0, 4377.0, 4419.0, 4426.0, 4375.0, 4414.0, 4353.0], 'WindowWidth': [9685.0, 9647.0, 9550.0, 9600.0, 9570.0, 9498.0, 9529.0, 9564.0, 9552.0, 9562.0, 9606.0, 9597.0, 9646.0, 9646.0, 9668.0, 9724.0, 9750.0, 9768.0, 9693.0, 9654.0, 9664.0, 9592.0, 9664.0, 9656.0, 9646.0, 9658.0, 9616.0, 9607.0, 9593.0, 9636.0, 9580.0, 9636.0, 9663.0, 9622.0, 9624.0, 9600.0, 9657.0, 9588.0, 9644.0, 9685.0, 9614.0, 9628.0, 9571.0, 9655.0, 9654.0, 9633.0, 9678.0, 9624.0, 9647.0, 9610.0, 9641.0, 9615.0, 9676.0, 9695.0, 9640.0, 9686.0, 9631.0, 9653.0, 9611.0, 9661.0, 9648.0, 9657.0, 9668.0, 9652.0, 9725.0, 9758.0, 9668.0, 9704.0, 9650.0, 9697.0, 9680.0, 9682.0, 9762.0, 9679.0, 9717.0, 9648.0, 9707.0, 9677.0, 9682.0, 9752.0, 9682.0, 9749.0, 9686.0, 9738.0, 9663.0, 9676.0, 9729.0, 9660.0, 9715.0, 9646.0, 9686.0, 9641.0, 9660.0, 9728.0, 9660.0, 9686.0, 9636.0, 9693.0, 9689.0, 9681.0, 9734.0, 9651.0, 9694.0, 9640.0, 9697.0, 9658.0, 9701.0, 9754.0, 9686.0, 9739.0, 9671.0, 9704.0, 9651.0, 9710.0, 9683.0, 9681.0, 9766.0, 9690.0, 9719.0, 9651.0, 9688.0, 9666.0, 9737.0, 9694.0, 9697.0, 9765.0, 9728.0, 9735.0, 9678.0, 9683.0, 9698.0, 9753.0, 9688.0, 9738.0, 9677.0, 9696.0, 9648.0, 9689.0, 9664.0, 9708.0, 9750.0, 9685.0, 9700.0, 9646.0, 9686.0, 9631.0, 9685.0, 9646.0, 9702.0, 9743.0, 9674.0, 9710.0, 9654.0, 9692.0, 9627.0, 9671.0, 9645.0, 9702.0, 9663.0, 9674.0, 9741.0, 9676.0, 9711.0, 9660.0, 9712.0, 9677.0, 9730.0, 9668.0, 9723.0, 9679.0, 9665.0, 9620.0, 9676.0, 9628.0, 9698.0, 9726.0, 9669.0, 9708.0, 9633.0, 9660.0, 9620.0, 9648.0, 9627.0, 9693.0, 9676.0, 9679.0, 9735.0, 9661.0, 9685.0, 9659.0, 9661.0, 9677.0, 9718.0, 9664.0, 9704.0, 9645.0, 9671.0, 9618.0, 9646.0, 9624.0, 9679.0, 9640.0, 9680.0, 9737.0, 9663.0, 9700.0, 9661.0, 9689.0, 9649.0, 9692.0, 9653.0, 9699.0, 9636.0, 9664.0, 9689.0, 9664.0, 9687.0, 9645.0, 9676.0, 9622.0, 9650.0, 9700.0, 9648.0, 9685.0, 9636.0, 9659.0, 9641.0, 9688.0, 9654.0, 9669.0, 9723.0, 9650.0, 9691.0, 9652.0, 9685.0, 9647.0, 9684.0, 9709.0, 9655.0, 9721.0, 9655.0, 9699.0, 9624.0, 9685.0, 9738.0, 9651.0, 9712.0, 9654.0, 9680.0, 9622.0, 9680.0, 9720.0, 9653.0, 9694.0, 9652.0, 9686.0, 9641.0, 9666.0, 9629.0, 9686.0, 9687.0, 9676.0, 9725.0, 9676.0, 9725.0, 9649.0, 9714.0, 9664.0, 9737.0, 9661.0, 9690.0, 9752.0, 9685.0, 9711.0, 9652.0, 9695.0, 9643.0, 9684.0, 9628.0, 9672.0, 9694.0, 9645.0, 9643.0, 9647.0, 9674.0, 9684.0, 9658.0, 9729.0, 9769.0, 9706.0, 9735.0, 9666.0, 9690.0, 9665.0, 9706.0, 9648.0, 9705.0, 9698.0, 9685.0, 9729.0, 9666.0, 9706.0, 9662.0, 9687.0, 9663.0, 9678.0, 9622.0, 9677.0, 9729.0, 9648.0, 9689.0, 9634.0, 9649.0, 9611.0, 9668.0, 9705.0, 9639.0, 9664.0, 9617.0, 9713.0, 9683.0, 9693.0, 9693.0, 9655.0, 9680.0, 9629.0, 9689.0, 9648.0, 9692.0, 9692.0, 9721.0, 9680.0, 9740.0, 9765.0, 9674.0, 9727.0, 9764.0, 9690.0, 9751.0, 9672.0, 9699.0, 9746.0, 9702.0, 9681.0, 9664.0, 9684.0, 9700.0, 9718.0, 9713.0, 9755.0, 9815.0, 9754.0, 9805.0, 9746.0, 9719.0, 9731.0, 9636.0, 9678.0, 9613.0, 9644.0, 9608.0, 9637.0, 9628.0, 9600.0, 9650.0, 9591.0, 9617.0, 9588.0, 9593.0, 9563.0, 9606.0, 9593.0, 9612.0, 9599.0, 9617.0, 9608.0, 9642.0, 9634.0, 9656.0, 9665.0, 9691.0, 9625.0, 9634.0, 9696.0, 9719.0, 9672.0, 9652.0, 9722.0, 9656.0, 9629.0, 9691.0, 9764.0, 9690.0, 9746.0, 9758.0, 9669.0, 9720.0, 9667.0, 9735.0, 9647.0, 9709.0, 9700.0, 9695.0, 9651.0, 9661.0, 9680.0, 9689.0, 9720.0, 9655.0, 9693.0, 9653.0, 9718.0, 9728.0, 9692.0, 9726.0, 9647.0, 9631.0, 9599.0, 9609.0, 9647.0, 9662.0, 9688.0, 9651.0, 9638.0, 9688.0, 9631.0, 9642.0, 9656.0, 9641.0, 9672.0, 9669.0, 9642.0, 9668.0, 9614.0, 9687.0, 9634.0, 9590.0, 9646.0, 9597.0, 9655.0, 9629.0, 9677.0, 9678.0, 9711.0, 9723.0, 9659.0, 9703.0, 9660.0, 9674.0, 9693.0, 9686.0, 9754.0, 9789.0, 9686.0, 9733.0, 9673.0, 9704.0, 9782.0, 9739.0, 9719.0, 9755.0, 9737.0, 9709.0, 9789.0, 9694.0, 9783.0, 9730.0, 9769.0, 9690.0, 9782.0, 9747.0, 9821.0, 9726.0, 9777.0, 9789.0, 9734.0, 9784.0, 9721.0, 9681.0, 9708.0, 9681.0, 9778.0, 9792.0, 9696.0, 9738.0, 9762.0, 9708.0, 9761.0, 9693.0, 9718.0, 9649.0, 9689.0, 9666.0, 9695.0, 9719.0, 9710.0, 9693.0, 9694.0, 9768.0, 9664.0, 9703.0, 9726.0, 9686.0, 9741.0, 9662.0, 9735.0, 9684.0, 9715.0, 9681.0, 9766.0, 9681.0, 9708.0, 9791.0, 9698.0, 9757.0, 9697.0, 9704.0, 9714.0, 9670.0, 9730.0, 9789.0, 9682.0, 9749.0, 9687.0, 9732.0, 9671.0, 9712.0, 9770.0, 9685.0, 9719.0, 9677.0, 9703.0, 9633.0, 9690.0, 9651.0, 9642.0, 9638.0, 9676.0, 9674.0, 9708.0, 9671.0, 9770.0, 9687.0, 9699.0, 9707.0, 9693.0, 9747.0, 9664.0, 9713.0, 9645.0, 9699.0, 9730.0, 9695.0, 9678.0, 9680.0, 9667.0, 9685.0, 9735.0, 9654.0, 9747.0, 9703.0, 9702.0, 9689.0, 9703.0, 9673.0, 9715.0, 9753.0, 9690.0, 9760.0, 9707.0, 9715.0, 9696.0, 9694.0, 9735.0, 9664.0, 9720.0, 9655.0, 9692.0, 9744.0, 9700.0, 9707.0, 9696.0, 9693.0, 9699.0, 9755.0, 9700.0, 9767.0, 9717.0, 9714.0, 9653.0, 9733.0, 9685.0, 9728.0, 9768.0, 9691.0, 9750.0, 9662.0, 9738.0, 9684.0, 9738.0, 9704.0, 9720.0, 9684.0, 9760.0, 9679.0, 9719.0, 9708.0, 9764.0, 9674.0, 9745.0, 9650.0, 9680.0, 9651.0, 9666.0, 9640.0, 9669.0, 9662.0, 9731.0, 9683.0, 9692.0, 9736.0, 9670.0, 9659.0, 9686.0, 9635.0, 9693.0, 9746.0, 9692.0, 9744.0, 9658.0, 9700.0, 9641.0, 9709.0, 9706.0, 9666.0, 9720.0, 9637.0, 9679.0, 9633.0, 9648.0, 9625.0, 9681.0, 9633.0, 9675.0, 9706.0, 9700.0, 9751.0, 9709.0, 9769.0, 9675.0, 9724.0, 9666.0, 9688.0, 9764.0, 9693.0, 9726.0, 9703.0, 9731.0, 9692.0, 9742.0, 9674.0, 9724.0, 9644.0, 9673.0, 9633.0, 9705.0, 9647.0, 9704.0, 9730.0, 9675.0, 9731.0, 9647.0, 9684.0, 9685.0, 9699.0, 9739.0, 9655.0, 9683.0, 9628.0, 9697.0, 9739.0, 9657.0, 9728.0, 9677.0, 9676.0, 9696.0, 9723.0, 9657.0, 9726.0, 9732.0, 9694.0, 9658.0, 9677.0, 9679.0, 9764.0, 9776.0, 9704.0, 9744.0, 9765.0, 9691.0, 9750.0, 9693.0, 9705.0, 9665.0, 9720.0, 9680.0, 9711.0, 9764.0, 9664.0, 9720.0, 9648.0, 9687.0, 9656.0, 9667.0, 9723.0, 9659.0, 9712.0, 9641.0, 9689.0, 9627.0, 9688.0, 9728.0, 9672.0, 9702.0, 9638.0, 9691.0, 9714.0, 9695.0, 9673.0, 9690.0, 9732.0, 9679.0, 9737.0, 9668.0, 9708.0, 9730.0, 9694.0, 9742.0, 9646.0, 9701.0, 9645.0, 9694.0, 9761.0, 9676.0, 9745.0, 9670.0, 9704.0, 9683.0, 9724.0, 9693.0, 9789.0, 9699.0, 9756.0, 9700.0, 9699.0, 9653.0, 9713.0, 9786.0, 9700.0, 9762.0, 9685.0, 9707.0, 9646.0, 9675.0, 9634.0, 9690.0, 9765.0, 9691.0, 9743.0, 9660.0, 9715.0, 9661.0, 9699.0, 9659.0, 9705.0, 9760.0, 9673.0, 9721.0, 9658.0, 9701.0, 9677.0, 9700.0, 9663.0, 9718.0, 9693.0, 9694.0, 9740.0, 9661.0, 9712.0, 9662.0, 9702.0, 9648.0, 9717.0, 9661.0, 9688.0, 9715.0, 9696.0, 9650.0, 9695.0, 9668.0, 9694.0, 9763.0, 9682.0, 9746.0, 9689.0, 9676.0, 9632.0, 9678.0, 9649.0, 9696.0, 9766.0, 9679.0, 9738.0, 9652.0, 9691.0, 9649.0, 9695.0, 9747.0, 9693.0, 9761.0, 9665.0, 9707.0, 9662.0, 9704.0, 9638.0, 9693.0, 9761.0, 9680.0, 9730.0, 9684.0, 9737.0, 9712.0, 9676.0, 9736.0, 9778.0, 9702.0, 9767.0, 9745.0, 9695.0, 9732.0, 9691.0, 9746.0, 9675.0, 9732.0, 9644.0, 9728.0, 9706.0, 9687.0, 9631.0, 9698.0, 9673.0, 9728.0, 9743.0, 9730.0, 9754.0, 9684.0, 9658.0, 9685.0, 9653.0, 9687.0, 9778.0, 9671.0, 9699.0, 9688.0, 9662.0, 9718.0, 9656.0, 9692.0, 9655.0, 9678.0, 9639.0, 9694.0, 9639.0, 9683.0, 9739.0, 9684.0, 9693.0, 9657.0, 9678.0, 9641.0, 9694.0, 9653.0, 9685.0, 9670.0, 9683.0, 9721.0, 9661.0, 9714.0, 9660.0, 9716.0, 9655.0, 9685.0, 9646.0, 9704.0, 9705.0, 9704.0, 9756.0, 9662.0, 9717.0, 9688.0, 9742.0, 9710.0, 9779.0, 9687.0, 9728.0, 9662.0, 9698.0, 9685.0, 9704.0, 9687.0, 9712.0, 9685.0, 9744.0, 9722.0, 9690.0, 9809.0, 9812.0, 9761.0, 9785.0, 9680.0, 9735.0, 9726.0, 9697.0, 9725.0, 9700.0, 9676.0, 9702.0, 9698.0, 9762.0, 9714.0, 9783.0, 9702.0, 9701.0, 9680.0, 9677.0, 9717.0, 9645.0, 9657.0, 9602.0, 9658.0, 9603.0, 9659.0, 9671.0, 9689.0, 9708.0, 9633.0, 9685.0, 9659.0, 9702.0, 9688.0, 9687.0, 9706.0, 9712.0, 9795.0, 9764.0, 9810.0, 9766.0, 9762.0, 9769.0, 9698.0, 9749.0, 9688.0, 9746.0, 9680.0, 9719.0, 9649.0, 9662.0, 9612.0, 9640.0, 9565.0, 9630.0, 9613.0, 9612.0, 9619.0, 9577.0, 9584.0, 9597.0, 9627.0, 9617.0, 9637.0, 9612.0, 9638.0, 9568.0, 9623.0, 9553.0, 9608.0, 9619.0, 9609.0, 9593.0, 9612.0, 9576.0, 9620.0, 9599.0, 9616.0, 9639.0, 9682.0, 9657.0, 9697.0, 9700.0, 9716.0, 9705.0, 9730.0, 9693.0, 9733.0, 9694.0, 9695.0, 9684.0, 9728.0, 9708.0, 9662.0, 9701.0, 9739.0, 9667.0, 9745.0, 9649.0, 9702.0, 9664.0, 9700.0, 9664.0, 9672.0, 9658.0, 9689.0, 9686.0, 9743.0, 9723.0, 9714.0, 9737.0, 9711.0, 9712.0, 9730.0, 9715.0, 9842.0, 9771.0, 9780.0, 9800.0, 9818.0, 9799.0, 9856.0, 9769.0, 9803.0, 9781.0, 9796.0, 9872.0, 9825.0, 9770.0, 9823.0, 9732.0, 9760.0, 9701.0, 9747.0, 9812.0, 9739.0, 9844.0, 9771.0, 9814.0, 9745.0, 9699.0, 9757.0, 9698.0, 9799.0, 9796.0, 9711.0, 9760.0, 9756.0, 9744.0, 9774.0, 9725.0, 9676.0, 9713.0, 9675.0, 9678.0, 9777.0, 9811.0, 9730.0, 9698.0, 9641.0, 9677.0, 9677.0, 9694.0, 9729.0, 9705.0, 9681.0, 9713.0, 9654.0, 9706.0, 9636.0, 9680.0, 9629.0, 9609.0, 9667.0, 9634.0, 9611.0, 9627.0, 9593.0, 9569.0, 9584.0, 9607.0, 9600.0, 9593.0, 9617.0, 9636.0, 9659.0, 9676.0, 9684.0, 9695.0, 9732.0, 9733.0, 9774.0, 9825.0, 9801.0, 9853.0, 9793.0, 9839.0, 9826.0, 9856.0, 9761.0, 9748.0, 9758.0, 9681.0, 9761.0, 9661.0, 9730.0, 9669.0, 9690.0, 9766.0, 9674.0, 9744.0, 9644.0, 9716.0, 9736.0, 9683.0, 9752.0, 9661.0, 9758.0, 9740.0, 9710.0, 9773.0, 9703.0, 9731.0, 9628.0, 9644.0, 9724.0, 9646.0, 9719.0, 9650.0, 9670.0, 9677.0, 9682.0, 9744.0, 9779.0, 9677.0, 9719.0, 9657.0, 9682.0, 9775.0, 9707.0, 9772.0, 9666.0, 9718.0, 9690.0, 9772.0, 9728.0, 9785.0, 9705.0, 9750.0, 9724.0, 9722.0, 9768.0, 9823.0, 9711.0, 9767.0, 9704.0, 9773.0, 9748.0, 9797.0, 9773.0, 9773.0, 9731.0, 9725.0, 9819.0, 9807.0, 9714.0, 9824.0, 9767.0, 9694.0, 9736.0, 9762.0, 9638.0, 9652.0, 9679.0, 9722.0, 9644.0, 9653.0, 9729.0, 9628.0, 9662.0, 9609.0, 9619.0, 9578.0, 9640.0, 9638.0, 9636.0, 9669.0, 9680.0, 9741.0, 9740.0, 9670.0, 9720.0, 9636.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.004150289495450785</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05636223184449958</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.35021144340232</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2078055233692049</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0350333710099344</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4911</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5472.6343</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16688379956300295</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>284</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>23.49048800661704</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5080718745004282</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3747572161086485</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7205251169558085</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4289332904368277</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0209836</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010089341551065445</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04221352934837341</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1209</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.224863146823269</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>16.716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9671</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.053</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299184.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>950.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.658</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7465</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.3245</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3616.7151</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3814.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77360.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4636.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.7453</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.97439849143848</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> |