=== 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-0078 --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-0078",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-01/func/sub-0078_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>d72793cf096bd95b331d8f111525de86</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>22:06:43.772500</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.995515, 0.0921222, -0.0215058, -0.0904238, 0.993455, 0.0697938]</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.0771347</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>[4144, -7754, -7332, 804, -81, -243, -83, 132]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.052</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c4ae7867-5215-4695-9ea9-d6e3b7408e4c||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.6708950996398926, -0.24260053038597107, -0.07504529505968094, 120.90858459472656], [-0.2471572607755661, 2.6653664112091064, 0.18234755098819733, -101.50504302978516], [-0.05769836902618408, -0.18725155293941498, 2.6927900314331055, -80.87049102783203], [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': ['220643.772500', '220644.232500', '220644.692500', '220645.152500', '220645.612500', '220646.072500', '220646.532500', '220646.992500', '220647.452500', '220647.912500', '220648.372500', '220648.832500', '220649.292500', '220649.752500', '220650.212500', '220650.672500', '220651.132500', '220651.592500', '220652.052500', '220652.512500', '220652.972500', '220653.432500', '220653.892500', '220654.352500', '220654.812500', '220655.272500', '220655.732500', '220656.192500', '220656.652500', '220657.112500', '220657.572500', '220658.032500', '220658.492500', '220658.952500', '220659.412500', '220659.872500', '220700.332500', '220700.792500', '220701.252500', '220701.712500', '220702.172500', '220702.632500', '220703.092500', '220703.552500', '220704.012500', '220704.472500', '220704.932500', '220705.392500', '220705.852500', '220706.312500', '220706.772500', '220707.232500', '220707.692500', '220708.152500', '220708.612500', '220709.072500', '220709.532500', '220709.992500', '220710.452500', '220710.912500', '220711.372500', '220711.832500', '220712.292500', '220712.752500', '220713.212500', '220713.672500', '220714.132500', '220714.592500', '220715.052500', '220715.512500', '220715.972500', '220716.432500', '220716.892500', '220717.352500', '220717.812500', '220718.272500', '220718.732500', '220719.192500', '220719.652500', '220720.112500', '220720.572500', '220721.032500', '220721.492500', '220721.952500', '220722.412500', '220722.872500', '220723.332500', '220723.792500', '220724.252500', '220724.712500', '220725.172500', '220725.632500', '220726.092500', '220726.552500', '220727.012500', '220727.472500', '220727.932500', '220728.392500', '220728.852500', '220729.312500', '220729.772500', '220730.232500', '220730.692500', '220731.152500', '220731.612500', '220732.072500', '220732.532500', '220732.992500', '220733.452500', '220733.912500', '220734.372500', '220734.832500', '220735.292500', '220735.752500', '220736.212500', '220736.672500', '220737.132500', '220737.592500', '220738.052500', '220738.512500', '220738.972500', '220739.432500', '220739.892500', '220740.352500', '220740.812500', '220741.272500', '220741.732500', '220742.192500', '220742.652500', '220743.112500', '220743.572500', '220744.032500', '220744.492500', '220744.952500', '220745.412500', '220745.872500', '220746.332500', '220746.792500', '220747.252500', '220747.712500', '220748.172500', '220748.632500', '220749.092500', '220749.552500', '220750.012500', '220750.472500', '220750.932500', '220751.392500', '220751.852500', '220752.312500', '220752.772500', '220753.232500', '220753.692500', '220754.152500', '220754.612500', '220755.072500', '220755.532500', '220755.992500', '220756.452500', '220756.912500', '220757.372500', '220757.832500', '220758.292500', '220758.752500', '220759.212500', '220759.672500', '220800.132500', '220800.592500', '220801.052500', '220801.512500', '220801.972500', '220802.432500', '220802.892500', '220803.352500', '220803.812500', '220804.272500', '220804.732500', '220805.192500', '220805.652500', '220806.112500', '220806.572500', '220807.032500', '220807.492500', '220807.952500', '220808.412500', '220808.872500', '220809.332500', '220809.792500', '220810.252500', '220810.712500', '220811.172500', '220811.632500', '220812.092500', '220812.552500', '220813.012500', '220813.472500', '220813.932500', '220814.392500', '220814.852500', '220815.312500', '220815.772500', '220816.232500', '220816.692500', '220817.152500', '220817.612500', '220818.072500', '220818.532500', '220818.992500', '220819.452500', '220819.912500', '220820.372500', '220820.832500', '220821.292500', '220821.752500', '220822.212500', '220822.672500', '220823.132500', '220823.592500', '220824.052500', '220824.512500', '220824.972500', '220825.432500', '220825.892500', '220826.352500', '220826.812500', '220827.272500', '220827.732500', '220828.192500', '220828.652500', '220829.112500', '220829.572500', '220830.032500', '220830.492500', '220830.952500', '220831.412500', '220831.872500', '220832.332500', '220832.792500', '220833.252500', '220833.712500', '220834.172500', '220834.632500', '220835.092500', '220835.552500', '220836.012500', '220836.472500', '220836.932500', '220837.392500', '220837.852500', '220838.312500', '220838.772500', '220839.232500', '220839.692500', '220840.152500', '220840.612500', '220841.072500', '220841.532500', '220841.992500', '220842.452500', '220842.912500', '220843.372500', '220843.832500', '220844.292500', '220844.752500', '220845.212500', '220845.672500', '220846.132500', '220846.592500', '220847.052500', '220847.512500', '220847.972500', '220848.432500', '220848.892500', '220849.352500', '220849.812500', '220850.272500', '220850.732500', '220851.192500', '220851.652500', '220852.112500', '220852.572500', '220853.032500', '220853.492500', '220853.952500', '220854.412500', '220854.872500', '220855.332500', '220855.792500', '220856.252500', '220856.712500', '220857.172500', '220857.632500', '220858.092500', '220858.552500', '220859.012500', '220859.472500', '220859.932500', '220900.392500', '220900.852500', '220901.312500', '220901.772500', '220902.232500', '220902.692500', '220903.152500', '220903.612500', '220904.072500', '220904.532500', '220904.992500', '220905.452500', '220905.912500', '220906.372500', '220906.832500', '220907.292500', '220907.752500', '220908.212500', '220908.672500', '220909.132500', '220909.592500', '220910.052500', '220910.512500', '220910.972500', '220911.432500', '220911.892500', '220912.352500', '220912.812500', '220913.272500', '220913.732500', '220914.192500', '220914.652500', '220915.112500', '220915.572500', '220916.032500', '220916.492500', '220916.952500', '220917.412500', '220917.872500', '220918.332500', '220918.792500', '220919.252500', '220919.712500', '220920.172500', '220920.632500', '220921.092500', '220921.552500', '220922.012500', '220922.472500', '220922.932500', '220923.392500', '220923.852500', '220924.312500', '220924.772500', '220925.232500', '220925.692500', '220926.152500', '220926.612500', '220927.072500', '220927.532500', '220927.992500', '220928.452500', '220928.912500', '220929.372500', '220929.832500', '220930.292500', '220930.752500', '220931.212500', '220931.672500', '220932.132500', '220932.592500', '220933.052500', '220933.512500', '220933.972500', '220934.432500', '220934.892500', '220935.352500', '220935.812500', '220936.272500', '220936.732500', '220937.192500', '220937.652500', '220938.112500', '220938.572500', '220939.032500', '220939.492500', '220939.952500', '220940.412500', '220940.872500', '220941.332500', '220941.792500', '220942.252500', '220942.712500', '220943.172500', '220943.632500', '220944.092500', '220944.552500', '220945.012500', '220945.472500', '220945.932500', '220946.392500', '220946.852500', '220947.312500', '220947.772500', '220948.232500', '220948.692500', '220949.152500', '220949.612500', '220950.072500', '220950.532500', '220950.992500', '220951.452500', '220951.912500', '220952.372500', '220952.832500', '220953.292500', '220953.752500', '220954.212500', '220954.672500', '220955.132500', '220955.592500', '220956.052500', '220956.512500', '220956.972500', '220957.432500', '220957.892500', '220958.352500', '220958.812500', '220959.272500', '220959.732500', '221000.192500', '221000.652500', '221001.112500', '221001.572500', '221002.032500', '221002.492500', '221002.952500', '221003.412500', '221003.872500', '221004.332500', '221004.792500', '221005.252500', '221005.712500', '221006.172500', '221006.632500', '221007.092500', '221007.552500', '221008.012500', '221008.472500', '221008.932500', '221009.392500', '221009.852500', '221010.312500', '221010.772500', '221011.232500', '221011.692500', '221012.152500', '221012.612500', '221013.072500', '221013.532500', '221013.992500', '221014.452500', '221014.912500', '221015.372500', '221015.832500', '221016.292500', '221016.752500', '221017.212500', '221017.672500', '221018.132500', '221018.592500', '221019.052500', '221019.512500', '221019.972500', '221020.432500', '221020.892500', '221021.352500', '221021.812500', '221022.272500', '221022.732500', '221023.192500', '221023.652500', '221024.112500', '221024.572500', '221025.032500', '221025.492500', '221025.952500', '221026.412500', '221026.872500', '221027.332500', '221027.792500', '221028.252500', '221028.712500', '221029.172500', '221029.632500', '221030.092500', '221030.552500', '221031.012500', '221031.472500', '221031.932500', '221032.392500', '221032.852500', '221033.312500', '221033.772500', '221034.232500', '221034.692500', '221035.152500', '221035.612500', '221036.072500', '221036.532500', '221036.992500', '221037.452500', '221037.912500', '221038.372500', '221038.832500', '221039.292500', '221039.752500', '221040.212500', '221040.672500', '221041.132500', '221041.592500', '221042.052500', '221042.512500', '221042.972500', '221043.432500', '221043.892500', '221044.352500', '221044.812500', '221045.272500', '221045.732500', '221046.192500', '221046.652500', '221047.112500', '221047.572500', '221048.032500', '221048.492500', '221048.952500', '221049.412500', '221049.872500', '221050.332500', '221050.792500', '221051.252500', '221051.712500', '221052.172500', '221052.632500', '221053.092500', '221053.552500', '221054.012500', '221054.472500', '221054.932500', '221055.392500', '221055.852500', '221056.312500', '221056.772500', '221057.232500', '221057.692500', '221058.152500', '221058.612500', '221059.072500', '221059.532500', '221059.992500', '221100.452500', '221100.912500', '221101.372500', '221101.832500', '221102.292500', '221102.752500', '221103.212500', '221103.672500', '221104.132500', '221104.592500', '221105.052500', '221105.512500', '221105.972500', '221106.432500', '221106.892500', '221107.352500', '221107.812500', '221108.272500', '221108.732500', '221109.192500', '221109.652500', '221110.112500', '221110.572500', '221111.032500', '221111.492500', '221111.952500', '221112.412500', '221112.872500', '221113.332500', '221113.792500', '221114.252500', '221114.712500', '221115.172500', '221115.632500', '221116.092500', '221116.552500', '221117.012500', '221117.472500', '221117.932500', '221118.392500', '221118.852500', '221119.312500', '221119.772500', '221120.232500', '221120.692500', '221121.152500', '221121.612500', '221122.072500', '221122.532500', '221122.992500', '221123.452500', '221123.912500', '221124.372500', '221124.832500', '221125.292500', '221125.752500', '221126.212500', '221126.672500', '221127.132500', '221127.592500', '221128.052500', '221128.512500', '221128.972500', '221129.432500', '221129.892500', '221130.352500', '221130.812500', '221131.272500', '221131.732500', '221132.192500', '221132.652500', '221133.112500', '221133.572500', '221134.032500', '221134.492500', '221134.952500', '221135.412500', '221135.872500', '221136.332500', '221136.792500', '221137.252500', '221137.712500', '221138.172500', '221138.632500', '221139.092500', '221139.552500', '221140.012500', '221140.472500', '221140.932500', '221141.392500', '221141.852500', '221142.312500', '221142.772500', '221143.232500', '221143.692500', '221144.152500', '221144.612500', '221145.072500', '221145.532500', '221145.992500', '221146.452500', '221146.912500', '221147.372500', '221147.832500', '221148.292500', '221148.752500', '221149.212500', '221149.672500', '221150.132500', '221150.592500', '221151.052500', '221151.512500', '221151.972500', '221152.432500', '221152.892500', '221153.352500', '221153.812500', '221154.272500', '221154.732500', '221155.192500', '221155.652500', '221156.112500', '221156.572500', '221157.032500', '221157.492500', '221157.952500', '221158.412500', '221158.872500', '221159.332500', '221159.792500', '221200.252500', '221200.712500', '221201.172500', '221201.632500', '221202.092500', '221202.552500', '221203.012500', '221203.472500', '221203.932500', '221204.392500', '221204.852500', '221205.312500', '221205.772500', '221206.232500', '221206.692500', '221207.152500', '221207.612500', '221208.072500', '221208.532500', '221208.992500', '221209.452500', '221209.912500', '221210.372500', '221210.832500', '221211.292500', '221211.752500', '221212.212500', '221212.672500', '221213.132500', '221213.592500', '221214.052500', '221214.512500', '221214.972500', '221215.432500', '221215.892500', '221216.352500', '221216.812500', '221217.272500', '221217.732500', '221218.192500', '221218.652500', '221219.112500', '221219.572500', '221220.032500', '221220.492500', '221220.952500', '221221.412500', '221221.872500', '221222.332500', '221222.792500', '221223.252500', '221223.712500', '221224.172500', '221224.632500', '221225.092500', '221225.552500', '221226.012500', '221226.472500', '221226.932500', '221227.392500', '221227.852500', '221228.312500', '221228.772500', '221229.232500', '221229.692500', '221230.152500', '221230.612500', '221231.072500', '221231.532500', '221231.992500', '221232.452500', '221232.912500', '221233.372500', '221233.832500', '221234.292500', '221234.752500', '221235.212500', '221235.672500', '221236.132500', '221236.592500', '221237.052500', '221237.512500', '221237.972500', '221238.432500', '221238.892500', '221239.352500', '221239.812500', '221240.272500', '221240.732500', '221241.192500', '221241.652500', '221242.112500', '221242.572500', '221243.032500', '221243.492500', '221243.952500', '221244.412500', '221244.872500', '221245.332500', '221245.792500', '221246.252500', '221246.712500', '221247.172500', '221247.632500', '221248.092500', '221248.552500', '221249.012500', '221249.472500', '221249.932500', '221250.392500', '221250.852500', '221251.312500', '221251.772500', '221252.232500', '221252.692500', '221253.152500', '221253.612500', '221254.072500', '221254.532500', '221254.992500', '221255.452500', '221255.912500', '221256.372500', '221256.832500', '221257.292500', '221257.752500', '221258.212500', '221258.672500', '221259.132500', '221259.592500', '221300.052500', '221300.512500', '221300.972500', '221301.432500', '221301.892500', '221302.352500', '221302.812500', '221303.272500', '221303.732500', '221304.192500', '221304.652500', '221305.112500', '221305.572500', '221306.032500', '221306.492500', '221306.952500', '221307.412500', '221307.872500', '221308.332500', '221308.792500', '221309.252500', '221309.712500', '221310.172500', '221310.632500', '221311.092500', '221311.552500', '221312.012500', '221312.472500', '221312.932500', '221313.392500', '221313.852500', '221314.312500', '221314.772500', '221315.232500', '221315.692500', '221316.152500', '221316.612500', '221317.072500', '221317.532500', '221317.992500', '221318.452500', '221318.912500', '221319.372500', '221319.832500', '221320.292500', '221320.752500', '221321.212500', '221321.672500', '221322.132500', '221322.592500', '221323.052500', '221323.512500', '221323.972500', '221324.432500', '221324.892500', '221325.352500', '221325.812500', '221326.272500', '221326.732500', '221327.192500', '221327.652500', '221328.112500', '221328.572500', '221329.032500', '221329.492500', '221329.952500', '221330.412500', '221330.872500', '221331.332500', '221331.792500', '221332.252500', '221332.712500', '221333.172500', '221333.632500', '221334.092500', '221334.552500', '221335.012500', '221335.472500', '221335.932500', '221336.392500', '221336.852500', '221337.312500', '221337.772500', '221338.232500', '221338.692500', '221339.152500', '221339.612500', '221340.072500', '221340.532500', '221340.992500', '221341.452500', '221341.912500', '221342.372500', '221342.832500', '221343.292500', '221343.752500', '221344.212500', '221344.672500', '221345.132500', '221345.592500', '221346.052500', '221346.512500', '221346.972500', '221347.432500', '221347.892500', '221348.352500', '221348.812500', '221349.272500', '221349.732500', '221350.192500', '221350.652500', '221351.112500', '221351.572500', '221352.032500', '221352.492500', '221352.952500', '221353.412500', '221353.872500', '221354.332500', '221354.792500', '221355.252500', '221355.712500', '221356.172500', '221356.632500', '221357.092500', '221357.552500', '221358.012500', '221358.472500', '221358.932500', '221359.392500', '221359.852500', '221400.312500', '221400.772500', '221401.232500', '221401.692500', '221402.152500', '221402.612500', '221403.072500', '221403.532500', '221403.992500', '221404.452500', '221404.912500', '221405.372500', '221405.832500', '221406.292500', '221406.752500', '221407.212500', '221407.672500', '221408.132500', '221408.592500', '221409.052500', '221409.512500', '221409.972500', '221410.432500', '221410.892500', '221411.352500', '221411.812500', '221412.272500', '221412.732500', '221413.192500', '221413.652500', '221414.112500', '221414.572500', '221415.032500', '221415.492500', '221415.952500', '221416.412500', '221416.872500', '221417.332500', '221417.792500', '221418.252500', '221418.712500', '221419.172500', '221419.632500', '221420.092500', '221420.552500', '221421.012500', '221421.472500', '221421.932500', '221422.392500', '221422.852500', '221423.312500', '221423.772500', '221424.232500', '221424.692500', '221425.152500', '221425.612500', '221426.072500', '221426.532500', '221426.992500', '221427.452500', '221427.912500', '221428.372500', '221428.832500', '221429.292500', '221429.752500', '221430.212500', '221430.672500', '221431.132500', '221431.592500', '221432.052500', '221432.512500', '221432.972500', '221433.432500', '221433.892500', '221434.352500', '221434.812500', '221435.272500', '221435.732500', '221436.192500', '221436.652500', '221437.112500', '221437.572500', '221438.032500', '221438.492500', '221438.952500', '221439.412500', '221439.872500', '221440.332500', '221440.792500', '221441.252500', '221441.712500', '221442.172500', '221442.632500', '221443.092500', '221443.552500', '221444.012500', '221444.472500', '221444.932500', '221445.392500', '221445.852500', '221446.312500', '221446.772500', '221447.232500', '221447.692500', '221448.152500', '221448.612500', '221449.072500', '221449.532500', '221449.992500', '221450.452500', '221450.912500', '221451.372500', '221451.832500', '221452.292500', '221452.752500', '221453.212500', '221453.672500', '221454.132500', '221454.592500', '221455.052500', '221455.512500', '221455.972500', '221456.432500', '221456.892500', '221457.352500', '221457.812500', '221458.272500', '221458.732500', '221459.192500', '221459.652500', '221500.112500', '221500.572500', '221501.032500', '221501.492500', '221501.952500', '221502.412500', '221502.872500', '221503.332500', '221503.792500', '221504.252500', '221504.712500', '221505.172500', '221505.632500', '221506.092500', '221506.552500', '221507.012500', '221507.472500', '221507.932500', '221508.392500', '221508.852500', '221509.312500', '221509.772500', '221510.232500', '221510.692500', '221511.152500', '221511.612500', '221512.072500', '221512.532500', '221512.992500', '221513.452500', '221513.912500', '221514.372500', '221514.832500', '221515.292500', '221515.752500', '221516.212500', '221516.672500', '221517.132500', '221517.592500', '221518.052500', '221518.512500', '221518.972500', '221519.432500', '221519.892500', '221520.352500', '221520.812500', '221521.272500', '221521.732500', '221522.192500', '221522.652500', '221523.112500', '221523.572500', '221524.032500', '221524.492500', '221524.952500', '221525.412500', '221525.872500', '221526.332500', '221526.792500', '221527.252500', '221527.712500', '221528.172500', '221528.632500', '221529.092500', '221529.552500', '221530.012500', '221530.472500', '221530.932500', '221531.392500', '221531.852500', '221532.312500', '221532.772500', '221533.232500', '221533.692500', '221534.152500', '221534.612500', '221535.072500', '221535.532500', '221535.992500', '221536.452500', '221536.912500', '221537.372500', '221537.832500', '221538.292500', '221538.752500', '221539.212500', '221539.672500', '221540.132500', '221540.592500', '221541.052500', '221541.512500', '221541.972500', '221542.432500', '221542.892500', '221543.352500', '221543.812500', '221544.272500', '221544.732500', '221545.192500', '221545.652500', '221546.112500', '221546.572500', '221547.032500', '221547.492500', '221547.952500', '221548.412500', '221548.872500', '221549.332500', '221549.792500', '221550.252500', '221550.712500', '221551.172500', '221551.632500', '221552.092500', '221552.552500', '221553.012500', '221553.472500', '221553.932500', '221554.392500', '221554.852500', '221555.312500', '221555.772500', '221556.232500', '221556.692500', '221557.152500', '221557.612500', '221558.072500', '221558.532500', '221558.992500', '221559.452500'], 'ContentTime': ['220712.705000', '220712.708000', '220712.711000', '220712.713000', '220712.716000', '220712.718000', '220712.721000', '220712.723000', '220712.726000', '220712.729000', '220712.731000', '220712.734000', '220712.736000', '220712.739000', '220712.742000', '220712.744000', '220712.747000', '220712.749000', '220712.752000', '220712.754000', '220712.757000', '220712.759000', '220712.762000', '220712.764000', '220712.767000', '220712.770000', '220712.772000', '220712.775000', '220712.777000', '220712.780000', '220712.792000', '220712.795000', '220712.797000', '220712.800000', '220712.802000', '220712.805000', '220712.808000', '220712.810000', '220712.813000', '220712.815000', '220712.818000', '220712.821000', '220712.829000', '220712.832000', '220712.835000', '220712.837000', '220712.840000', '220712.842000', '220712.845000', '220712.847000', '220712.850000', '220712.852000', '220712.855000', '220712.858000', '220712.860000', '220712.863000', '220712.865000', '220712.868000', '220712.870000', '220712.873000', '220732.680000', '220732.683000', '220732.686000', '220732.688000', '220732.691000', '220732.693000', '220732.696000', '220732.699000', '220732.701000', '220732.704000', '220732.706000', '220732.709000', '220732.712000', '220732.714000', '220732.723000', '220732.725000', '220732.728000', '220732.731000', '220732.733000', '220732.736000', '220732.738000', '220732.741000', '220732.744000', '220732.746000', '220732.758000', '220732.761000', '220732.764000', '220732.767000', '220732.769000', '220732.772000', '220732.775000', '220732.777000', '220732.780000', '220732.782000', '220732.785000', '220732.788000', '220732.790000', '220732.793000', '220732.795000', '220732.798000', '220732.826000', '220732.829000', '220732.831000', '220752.680000', '220752.683000', '220752.686000', '220752.688000', '220752.691000', '220752.694000', '220752.696000', '220752.699000', '220752.701000', '220752.704000', '220752.706000', '220752.709000', '220752.712000', '220752.714000', '220752.717000', '220752.719000', '220752.722000', '220752.724000', '220752.727000', '220752.731000', '220752.733000', '220752.736000', '220752.739000', '220752.741000', '220752.744000', '220752.746000', '220752.749000', '220752.751000', '220752.754000', '220752.757000', '220752.759000', '220752.762000', '220752.764000', '220752.767000', '220752.769000', '220752.772000', '220752.775000', '220752.777000', '220752.780000', '220752.782000', '220752.785000', '220752.788000', '220752.790000', '220752.793000', '220812.681000', '220812.683000', '220812.686000', '220812.688000', '220812.691000', '220812.694000', '220812.696000', '220812.699000', '220812.702000', '220812.704000', '220812.716000', '220812.718000', '220812.721000', '220812.724000', '220812.726000', '220812.729000', '220812.731000', '220812.734000', '220812.736000', '220812.739000', '220812.742000', '220812.744000', '220812.747000', '220812.749000', '220812.752000', '220812.755000', '220812.757000', '220812.760000', '220812.763000', '220812.765000', '220812.768000', '220812.770000', '220812.773000', '220812.776000', '220812.778000', '220812.781000', '220812.783000', '220812.786000', '220812.789000', '220812.791000', '220812.794000', '220812.796000', '220812.799000', '220832.681000', '220832.683000', '220832.686000', '220832.688000', '220832.691000', '220832.694000', '220832.696000', '220832.699000', '220832.701000', '220832.704000', '220832.706000', '220832.709000', '220832.712000', '220832.714000', '220832.717000', '220832.719000', '220832.722000', '220832.725000', '220832.727000', '220832.730000', '220832.732000', '220832.735000', '220832.738000', '220832.740000', '220832.743000', '220832.745000', '220832.748000', '220832.751000', '220832.753000', '220832.756000', '220832.758000', '220832.761000', '220832.764000', '220832.766000', '220832.769000', '220832.771000', '220832.774000', '220832.777000', '220832.779000', '220832.782000', '220832.784000', '220832.787000', '220832.790000', '220832.792000', '220852.682000', '220852.684000', '220852.687000', '220852.690000', '220852.692000', '220852.695000', '220852.698000', '220852.700000', '220852.703000', '220852.706000', '220852.708000', '220852.711000', '220852.713000', '220852.716000', '220852.719000', '220852.721000', '220852.724000', '220852.727000', '220852.729000', '220852.732000', '220852.734000', '220852.737000', '220852.740000', '220852.742000', '220852.745000', '220852.747000', '220852.750000', '220852.753000', '220852.755000', '220852.758000', '220852.761000', '220852.763000', '220852.766000', '220852.768000', '220852.771000', '220852.774000', '220852.776000', '220852.779000', '220852.781000', '220852.784000', '220852.787000', '220852.789000', '220852.792000', '220912.681000', '220912.684000', '220912.687000', '220912.689000', '220912.693000', '220912.695000', '220912.698000', '220912.701000', '220912.703000', '220912.706000', '220912.708000', '220912.711000', '220912.714000', '220912.716000', '220912.719000', '220912.722000', '220912.724000', '220912.727000', '220912.730000', '220912.732000', '220912.744000', '220912.746000', '220912.749000', '220912.751000', '220912.754000', '220912.757000', '220912.759000', '220912.762000', '220912.765000', '220912.767000', '220912.770000', '220912.773000', '220912.775000', '220912.778000', '220912.780000', '220912.783000', '220912.786000', '220912.788000', '220912.791000', '220912.794000', '220912.796000', '220912.799000', '220912.801000', '220912.804000', '220932.681000', '220932.683000', '220932.686000', '220932.689000', '220932.692000', '220932.694000', '220932.697000', '220932.700000', '220932.702000', '220932.705000', '220932.707000', '220932.718000', '220932.721000', '220932.724000', '220932.726000', '220932.729000', '220932.731000', '220932.734000', '220932.737000', '220932.739000', '220932.742000', '220932.745000', '220932.747000', '220932.750000', '220932.752000', '220932.755000', '220932.757000', '220932.760000', '220932.763000', '220932.765000', '220932.768000', '220932.770000', '220932.773000', '220932.776000', '220932.778000', '220932.781000', '220932.784000', '220932.786000', '220932.789000', '220932.791000', '220932.794000', '220932.796000', '220932.799000', '220952.681000', '220952.683000', '220952.686000', '220952.689000', '220952.692000', '220952.694000', '220952.697000', '220952.699000', '220952.702000', '220952.705000', '220952.707000', '220952.710000', '220952.712000', '220952.715000', '220952.718000', '220952.720000', '220952.723000', '220952.725000', '220952.728000', '220952.730000', '220952.733000', '220952.736000', '220952.738000', '220952.741000', '220952.743000', '220952.746000', '220952.749000', '220952.751000', '220952.754000', '220952.757000', '220952.759000', '220952.762000', '220952.765000', '220952.767000', '220952.770000', '220952.773000', '220952.775000', '220952.778000', '220952.781000', '220952.783000', '220952.786000', '220952.789000', '220952.791000', '220952.794000', '221012.681000', '221012.683000', '221012.686000', '221012.689000', '221012.691000', '221012.694000', '221012.697000', '221012.699000', '221012.702000', '221012.704000', '221012.707000', '221012.709000', '221012.712000', '221012.715000', '221012.717000', '221012.720000', '221012.722000', '221012.725000', '221012.728000', '221012.730000', '221012.733000', '221012.743000', '221012.746000', '221012.749000', '221012.751000', '221012.754000', '221012.757000', '221012.759000', '221012.762000', '221012.765000', '221012.767000', '221012.770000', '221012.773000', '221012.775000', '221012.778000', '221012.781000', '221012.783000', '221012.786000', '221012.789000', '221012.791000', '221012.794000', '221012.797000', '221012.799000', '221032.680000', '221032.683000', '221032.686000', '221032.689000', '221032.691000', '221032.694000', '221032.702000', '221032.704000', '221032.707000', '221032.710000', '221032.712000', '221032.715000', '221032.718000', '221032.720000', '221032.723000', '221032.726000', '221032.728000', '221032.731000', '221032.734000', '221032.736000', '221032.739000', '221032.741000', '221032.744000', '221032.747000', '221032.749000', '221032.752000', '221032.755000', '221032.757000', '221032.760000', '221032.763000', '221032.765000', '221032.768000', '221032.770000', '221032.773000', '221032.776000', '221032.778000', '221032.781000', '221032.783000', '221032.786000', '221032.789000', '221032.791000', '221032.794000', '221032.796000', '221032.799000', '221052.680000', '221052.695000', '221052.698000', '221052.701000', '221052.703000', '221052.706000', '221052.708000', '221052.711000', '221052.714000', '221052.716000', '221052.719000', '221052.722000', '221052.724000', '221052.727000', '221052.730000', '221052.738000', '221052.741000', '221052.744000', '221052.746000', '221052.749000', '221052.751000', '221052.754000', '221052.756000', '221052.759000', '221052.762000', '221052.764000', '221052.767000', '221052.769000', '221052.772000', '221052.775000', '221052.777000', '221052.780000', '221052.783000', '221052.785000', '221052.788000', '221052.790000', '221052.793000', '221052.796000', '221052.798000', '221052.837000', '221052.840000', '221052.842000', '221052.845000', '221112.682000', '221112.685000', '221112.687000', '221112.690000', '221112.692000', '221112.695000', '221112.698000', '221112.701000', '221112.704000', '221112.706000', '221112.709000', '221112.712000', '221112.714000', '221112.717000', '221112.720000', '221112.722000', '221112.725000', '221112.727000', '221112.730000', '221112.733000', '221112.735000', '221112.738000', '221112.741000', '221112.743000', '221112.746000', '221112.748000', '221112.751000', '221112.753000', '221112.756000', '221112.759000', '221112.761000', '221112.764000', '221112.767000', '221112.769000', '221112.772000', '221112.775000', '221112.777000', '221112.780000', '221112.783000', '221112.785000', '221112.788000', '221112.790000', '221112.793000', '221112.796000', '221132.682000', '221132.684000', '221132.687000', '221132.690000', '221132.692000', '221132.695000', '221132.697000', '221132.700000', '221132.703000', '221132.705000', '221132.708000', '221132.710000', '221132.713000', '221132.716000', '221132.718000', '221132.721000', '221132.723000', '221132.726000', '221132.729000', '221132.731000', '221132.734000', '221132.737000', '221132.739000', '221132.742000', '221132.744000', '221132.747000', '221132.750000', '221132.752000', '221132.755000', '221132.758000', '221132.760000', '221132.763000', '221132.765000', '221132.768000', '221132.770000', '221132.773000', '221132.776000', '221132.778000', '221132.781000', '221132.783000', '221132.786000', '221132.789000', '221132.791000', '221152.681000', '221152.683000', '221152.686000', '221152.689000', '221152.691000', '221152.694000', '221152.697000', '221152.699000', '221152.702000', '221152.704000', '221152.707000', '221152.710000', '221152.712000', '221152.715000', '221152.718000', '221152.720000', '221152.723000', '221152.726000', '221152.728000', '221152.731000', '221152.733000', '221152.736000', '221152.739000', '221152.741000', '221152.744000', '221152.746000', '221152.749000', '221152.752000', '221152.754000', '221152.757000', '221152.759000', '221152.762000', '221152.765000', '221152.767000', '221152.770000', '221152.773000', '221152.775000', '221152.778000', '221152.780000', '221152.783000', '221152.786000', '221152.788000', '221152.791000', '221152.794000', '221212.681000', '221212.684000', '221212.686000', '221212.689000', '221212.692000', '221212.694000', '221212.697000', '221212.700000', '221212.702000', '221212.705000', '221212.707000', '221212.710000', '221212.713000', '221212.717000', '221212.720000', '221212.722000', '221212.725000', '221212.728000', '221212.730000', '221212.733000', '221212.736000', '221212.738000', '221212.741000', '221212.744000', '221212.746000', '221212.749000', '221212.799000', '221212.863000', '221212.866000', '221212.868000', '221212.871000', '221212.874000', '221212.876000', '221212.879000', '221212.882000', '221212.884000', '221212.887000', '221212.889000', '221212.892000', '221212.894000', '221212.897000', '221212.900000', '221212.902000', '221232.681000', '221232.684000', '221232.687000', '221232.690000', '221232.692000', '221232.695000', '221232.697000', '221232.700000', '221232.703000', '221232.705000', '221232.708000', '221232.711000', '221232.713000', '221232.716000', '221232.719000', '221232.721000', '221232.724000', '221232.726000', '221232.729000', '221232.732000', '221232.735000', '221232.738000', '221232.740000', '221232.743000', '221232.746000', '221232.749000', '221232.751000', '221232.754000', '221232.757000', '221232.759000', '221232.762000', '221232.765000', '221232.767000', '221232.770000', '221232.772000', '221232.775000', '221232.778000', '221232.780000', '221232.783000', '221232.786000', '221232.788000', '221232.791000', '221232.794000', '221232.796000', '221252.681000', '221252.684000', '221252.686000', '221252.689000', '221252.691000', '221252.694000', '221252.697000', '221252.699000', '221252.702000', '221252.704000', '221252.707000', '221252.710000', '221252.712000', '221252.715000', '221252.717000', '221252.720000', '221252.723000', '221252.725000', '221252.728000', '221252.730000', '221252.733000', '221252.736000', '221252.738000', '221252.741000', '221252.743000', '221252.746000', '221252.749000', '221252.751000', '221252.754000', '221252.757000', '221252.759000', '221252.762000', '221252.764000', '221252.767000', '221252.770000', '221252.772000', '221252.775000', '221252.777000', '221252.780000', '221252.783000', '221252.785000', '221252.788000', '221252.790000', '221312.680000', '221312.683000', '221312.686000', '221312.690000', '221312.693000', '221312.695000', '221312.698000', '221312.701000', '221312.703000', '221312.706000', '221312.709000', '221312.711000', '221312.714000', '221312.716000', '221312.719000', '221312.722000', '221312.724000', '221312.727000', '221312.730000', '221312.733000', '221312.735000', '221312.738000', '221312.741000', '221312.743000', '221312.746000', '221312.748000', '221312.751000', '221312.754000', '221312.756000', '221312.759000', '221312.761000', '221312.764000', '221312.767000', '221312.769000', '221312.772000', '221312.774000', '221312.777000', '221312.780000', '221312.782000', '221312.785000', '221312.788000', '221312.790000', '221312.793000', '221332.682000', '221332.685000', '221332.687000', '221332.690000', '221332.692000', '221332.695000', '221332.698000', '221332.700000', '221332.703000', '221332.706000', '221332.708000', '221332.711000', '221332.713000', '221332.716000', '221332.718000', '221332.721000', '221332.724000', '221332.726000', '221332.729000', '221332.732000', '221332.734000', '221332.737000', '221332.739000', '221332.742000', '221332.745000', '221332.756000', '221332.759000', '221332.762000', '221332.764000', '221332.767000', '221332.769000', '221332.772000', '221332.775000', '221332.777000', '221332.780000', '221332.783000', '221332.785000', '221332.798000', '221332.801000', '221332.804000', '221332.806000', '221332.809000', '221332.811000', '221332.814000', '221352.681000', '221352.685000', '221352.687000', '221352.690000', '221352.693000', '221352.696000', '221352.698000', '221352.701000', '221352.704000', '221352.706000', '221352.709000', '221352.712000', '221352.714000', '221352.717000', '221352.721000', '221352.723000', '221352.726000', '221352.729000', '221352.731000', '221352.734000', '221352.736000', '221352.739000', '221352.742000', '221352.744000', '221352.747000', '221352.750000', '221352.752000', '221352.755000', '221352.757000', '221352.760000', '221352.763000', '221352.765000', '221352.768000', '221352.771000', '221352.773000', '221352.776000', '221352.779000', '221352.781000', '221352.784000', '221352.787000', '221352.789000', '221352.792000', '221352.794000', '221412.681000', '221412.683000', '221412.686000', '221412.689000', '221412.691000', '221412.694000', '221412.696000', '221412.699000', '221412.702000', '221412.704000', '221412.707000', '221412.709000', '221412.712000', '221412.715000', '221412.717000', '221412.720000', '221412.723000', '221412.725000', '221412.728000', '221412.730000', '221412.733000', '221412.736000', '221412.738000', '221412.741000', '221412.744000', '221412.746000', '221412.749000', '221412.751000', '221412.754000', '221412.757000', '221412.759000', '221412.762000', '221412.764000', '221412.767000', '221412.770000', '221412.772000', '221412.775000', '221412.778000', '221412.780000', '221412.783000', '221412.785000', '221412.788000', '221412.791000', '221412.793000', '221432.681000', '221432.683000', '221432.686000', '221432.689000', '221432.691000', '221432.694000', '221432.697000', '221432.700000', '221432.702000', '221432.705000', '221432.708000', '221432.710000', '221432.713000', '221432.716000', '221432.718000', '221432.721000', '221432.724000', '221432.726000', '221432.729000', '221432.731000', '221432.734000', '221432.737000', '221432.739000', '221432.742000', '221432.745000', '221432.747000', '221432.750000', '221432.753000', '221432.755000', '221432.758000', '221432.761000', '221432.763000', '221432.766000', '221432.769000', '221432.771000', '221432.774000', '221432.777000', '221432.780000', '221432.782000', '221432.785000', '221432.787000', '221432.790000', '221432.793000', '221452.681000', '221452.683000', '221452.686000', '221452.689000', '221452.691000', '221452.694000', '221452.697000', '221452.700000', '221452.702000', '221452.705000', '221452.707000', '221452.710000', '221452.713000', '221452.715000', '221452.718000', '221452.721000', '221452.723000', '221452.726000', '221452.728000', '221452.731000', '221452.734000', '221452.736000', '221452.739000', '221452.742000', '221452.744000', '221452.747000', '221452.749000', '221452.752000', '221452.755000', '221452.757000', '221452.760000', '221452.763000', '221452.765000', '221452.768000', '221452.779000', '221452.782000', '221452.785000', '221452.787000', '221452.790000', '221452.792000', '221452.795000', '221452.798000', '221452.878000', '221452.881000', '221512.680000', '221512.683000', '221512.686000', '221512.689000', '221512.691000', '221512.694000', '221512.696000', '221512.699000', '221512.702000', '221512.704000', '221512.707000', '221512.709000', '221512.712000', '221512.715000', '221512.717000', '221512.720000', '221512.722000', '221512.725000', '221512.728000', '221512.730000', '221512.733000', '221512.735000', '221512.738000', '221512.741000', '221512.743000', '221512.746000', '221512.748000', '221512.751000', '221512.754000', '221512.756000', '221512.760000', '221512.762000', '221512.765000', '221512.768000', '221512.770000', '221512.773000', '221512.776000', '221512.778000', '221512.781000', '221512.784000', '221512.787000', '221512.790000', '221512.793000', '221532.701000', '221532.703000', '221532.713000', '221532.716000', '221532.719000', '221532.722000', '221532.724000', '221532.727000', '221532.730000', '221532.732000', '221532.735000', '221532.738000', '221532.740000', '221532.743000', '221532.746000', '221532.748000', '221532.751000', '221532.753000', '221532.756000', '221532.759000', '221532.761000', '221532.764000', '221532.766000', '221532.769000', '221532.772000', '221532.774000', '221532.777000', '221532.780000', '221532.782000', '221532.785000', '221532.787000', '221532.790000', '221532.793000', '221532.795000', '221532.798000', '221532.860000', '221532.862000', '221532.865000', '221532.868000', '221532.870000', '221532.873000', '221532.875000', '221532.878000', '221532.880000', '221552.682000', '221552.685000', '221552.687000', '221552.690000', '221552.693000', '221552.695000', '221552.698000', '221552.700000', '221552.703000', '221552.706000', '221552.708000', '221552.711000', '221552.714000', '221552.716000', '221552.719000', '221552.721000', '221552.724000', '221552.727000', '221552.729000', '221552.732000', '221552.734000', '221552.737000', '221552.739000', '221552.742000', '221552.745000', '221552.747000', '221552.750000', '221552.753000', '221552.755000', '221552.758000', '221552.760000', '221552.763000', '221552.766000', '221552.768000', '221552.771000', '221552.773000', '221552.776000', '221552.779000', '221552.781000', '221552.784000', '221552.786000', '221552.789000', '221552.792000', '221600.992000', '221600.995000', '221600.997000', '221601.000000', '221601.002000', '221601.005000', '221601.008000', '221601.010000', '221601.013000', '221601.015000', '221601.018000', '221601.021000', '221601.023000', '221601.026000', '221601.028000', '221601.031000', '221601.034000', '221601.036000', '221601.039000'], 'InstanceCreationTime': ['220712.705000', '220712.708000', '220712.711000', '220712.713000', '220712.716000', '220712.718000', '220712.721000', '220712.723000', '220712.726000', '220712.729000', '220712.731000', '220712.734000', '220712.736000', '220712.739000', '220712.742000', '220712.744000', '220712.747000', '220712.749000', '220712.752000', '220712.754000', '220712.757000', '220712.759000', '220712.762000', '220712.764000', '220712.767000', '220712.770000', '220712.772000', '220712.775000', '220712.777000', '220712.780000', '220712.792000', '220712.795000', '220712.797000', '220712.800000', '220712.802000', '220712.805000', '220712.808000', '220712.810000', '220712.813000', '220712.815000', '220712.818000', '220712.821000', '220712.829000', '220712.832000', '220712.835000', '220712.837000', '220712.840000', '220712.842000', '220712.845000', '220712.847000', '220712.850000', '220712.852000', '220712.855000', '220712.858000', '220712.860000', '220712.863000', '220712.865000', '220712.868000', '220712.870000', '220712.873000', '220732.680000', '220732.683000', '220732.686000', '220732.688000', '220732.691000', '220732.693000', '220732.696000', '220732.699000', '220732.701000', '220732.704000', '220732.706000', '220732.709000', '220732.712000', '220732.714000', '220732.723000', '220732.725000', '220732.728000', '220732.731000', '220732.733000', '220732.736000', '220732.738000', '220732.741000', '220732.744000', '220732.746000', '220732.758000', '220732.761000', '220732.764000', '220732.767000', '220732.769000', '220732.772000', '220732.775000', '220732.777000', '220732.780000', '220732.782000', '220732.785000', '220732.788000', '220732.790000', '220732.793000', '220732.795000', '220732.798000', '220732.826000', '220732.829000', '220732.831000', '220752.680000', '220752.683000', '220752.686000', '220752.688000', '220752.691000', '220752.694000', '220752.696000', '220752.699000', '220752.701000', '220752.704000', '220752.706000', '220752.709000', '220752.712000', '220752.714000', '220752.717000', '220752.719000', '220752.722000', '220752.724000', '220752.727000', '220752.731000', '220752.733000', '220752.736000', '220752.739000', '220752.741000', '220752.744000', '220752.746000', '220752.749000', '220752.751000', '220752.754000', '220752.757000', '220752.759000', '220752.762000', '220752.764000', '220752.767000', '220752.769000', '220752.772000', '220752.775000', '220752.777000', '220752.780000', '220752.782000', '220752.785000', '220752.788000', '220752.790000', '220752.793000', '220812.681000', '220812.683000', '220812.686000', '220812.688000', '220812.691000', '220812.694000', '220812.696000', '220812.699000', '220812.702000', '220812.704000', '220812.716000', '220812.718000', '220812.721000', '220812.724000', '220812.726000', '220812.729000', '220812.731000', '220812.734000', '220812.736000', '220812.739000', '220812.742000', '220812.744000', '220812.747000', '220812.749000', '220812.752000', '220812.755000', '220812.757000', '220812.760000', '220812.763000', '220812.765000', '220812.768000', '220812.770000', '220812.773000', '220812.776000', '220812.778000', '220812.781000', '220812.783000', '220812.786000', '220812.789000', '220812.791000', '220812.794000', '220812.796000', '220812.799000', '220832.681000', '220832.683000', '220832.686000', '220832.688000', '220832.691000', '220832.694000', '220832.696000', '220832.699000', '220832.701000', '220832.704000', '220832.706000', '220832.709000', '220832.712000', '220832.714000', '220832.717000', '220832.719000', '220832.722000', '220832.725000', '220832.727000', '220832.730000', '220832.732000', '220832.735000', '220832.738000', '220832.740000', '220832.743000', '220832.745000', '220832.748000', '220832.751000', '220832.753000', '220832.756000', '220832.758000', '220832.761000', '220832.764000', '220832.766000', '220832.769000', '220832.771000', '220832.774000', '220832.777000', '220832.779000', '220832.782000', '220832.784000', '220832.787000', '220832.790000', '220832.792000', '220852.682000', '220852.684000', '220852.687000', '220852.690000', '220852.692000', '220852.695000', '220852.698000', '220852.700000', '220852.703000', '220852.706000', '220852.708000', '220852.711000', '220852.713000', '220852.716000', '220852.719000', '220852.721000', '220852.724000', '220852.727000', '220852.729000', '220852.732000', '220852.734000', '220852.737000', '220852.740000', '220852.742000', '220852.745000', '220852.747000', '220852.750000', '220852.753000', '220852.755000', '220852.758000', '220852.761000', '220852.763000', '220852.766000', '220852.768000', '220852.771000', '220852.774000', '220852.776000', '220852.779000', '220852.781000', '220852.784000', '220852.787000', '220852.789000', '220852.792000', '220912.681000', '220912.684000', '220912.687000', '220912.689000', '220912.693000', '220912.695000', '220912.698000', '220912.701000', '220912.703000', '220912.706000', '220912.708000', '220912.711000', '220912.714000', '220912.716000', '220912.719000', '220912.722000', '220912.724000', '220912.727000', '220912.730000', '220912.732000', '220912.744000', '220912.746000', '220912.749000', '220912.751000', '220912.754000', '220912.757000', '220912.759000', '220912.762000', '220912.765000', '220912.767000', '220912.770000', '220912.773000', '220912.775000', '220912.778000', '220912.780000', '220912.783000', '220912.786000', '220912.788000', '220912.791000', '220912.794000', '220912.796000', '220912.799000', '220912.801000', '220912.804000', '220932.681000', '220932.683000', '220932.686000', '220932.689000', '220932.692000', '220932.694000', '220932.697000', '220932.700000', '220932.702000', '220932.705000', '220932.707000', '220932.718000', '220932.721000', '220932.724000', '220932.726000', '220932.729000', '220932.731000', '220932.734000', '220932.737000', '220932.739000', '220932.742000', '220932.745000', '220932.747000', '220932.750000', '220932.752000', '220932.755000', '220932.757000', '220932.760000', '220932.763000', '220932.765000', '220932.768000', '220932.770000', '220932.773000', '220932.776000', '220932.778000', '220932.781000', '220932.784000', '220932.786000', '220932.789000', '220932.791000', '220932.794000', '220932.796000', '220932.799000', '220952.681000', '220952.683000', '220952.686000', '220952.689000', '220952.692000', '220952.694000', '220952.697000', '220952.699000', '220952.702000', '220952.705000', '220952.707000', '220952.710000', '220952.712000', '220952.715000', '220952.718000', '220952.720000', '220952.723000', '220952.725000', '220952.728000', '220952.730000', '220952.733000', '220952.736000', '220952.738000', '220952.741000', '220952.743000', '220952.746000', '220952.749000', '220952.751000', '220952.754000', '220952.757000', '220952.759000', '220952.762000', '220952.765000', '220952.767000', '220952.770000', '220952.773000', '220952.775000', '220952.778000', '220952.781000', '220952.783000', '220952.786000', '220952.789000', '220952.791000', '220952.794000', '221012.681000', '221012.683000', '221012.686000', '221012.689000', '221012.691000', '221012.694000', '221012.697000', '221012.699000', '221012.702000', '221012.704000', '221012.707000', '221012.709000', '221012.712000', '221012.715000', '221012.717000', '221012.720000', '221012.722000', '221012.725000', '221012.728000', '221012.730000', '221012.733000', '221012.743000', '221012.746000', '221012.749000', '221012.751000', '221012.754000', '221012.757000', '221012.759000', '221012.762000', '221012.765000', '221012.767000', '221012.770000', '221012.773000', '221012.775000', '221012.778000', '221012.781000', '221012.783000', '221012.786000', '221012.789000', '221012.791000', '221012.794000', '221012.797000', '221012.799000', '221032.680000', '221032.683000', '221032.686000', '221032.689000', '221032.691000', '221032.694000', '221032.702000', '221032.704000', '221032.707000', '221032.710000', '221032.712000', '221032.715000', '221032.718000', '221032.720000', '221032.723000', '221032.726000', '221032.728000', '221032.731000', '221032.734000', '221032.736000', '221032.739000', '221032.741000', '221032.744000', '221032.747000', '221032.749000', '221032.752000', '221032.755000', '221032.757000', '221032.760000', '221032.763000', '221032.765000', '221032.768000', '221032.770000', '221032.773000', '221032.776000', '221032.778000', '221032.781000', '221032.783000', '221032.786000', '221032.789000', '221032.791000', '221032.794000', '221032.796000', '221032.799000', '221052.680000', '221052.695000', '221052.698000', '221052.701000', '221052.703000', '221052.706000', '221052.708000', '221052.711000', '221052.714000', '221052.716000', '221052.719000', '221052.722000', '221052.724000', '221052.727000', '221052.730000', '221052.738000', '221052.741000', '221052.744000', '221052.746000', '221052.749000', '221052.751000', '221052.754000', '221052.756000', '221052.759000', '221052.762000', '221052.764000', '221052.767000', '221052.769000', '221052.772000', '221052.775000', '221052.777000', '221052.780000', '221052.783000', '221052.785000', '221052.788000', '221052.790000', '221052.793000', '221052.796000', '221052.798000', '221052.837000', '221052.840000', '221052.842000', '221052.845000', '221112.682000', '221112.685000', '221112.687000', '221112.690000', '221112.692000', '221112.695000', '221112.698000', '221112.701000', '221112.704000', '221112.706000', '221112.709000', '221112.712000', '221112.714000', '221112.717000', '221112.720000', '221112.722000', '221112.725000', '221112.727000', '221112.730000', '221112.733000', '221112.735000', '221112.738000', '221112.741000', '221112.743000', '221112.746000', '221112.748000', '221112.751000', '221112.753000', '221112.756000', '221112.759000', '221112.761000', '221112.764000', '221112.767000', '221112.769000', '221112.772000', '221112.775000', '221112.777000', '221112.780000', '221112.783000', '221112.785000', '221112.788000', '221112.790000', '221112.793000', '221112.796000', '221132.682000', '221132.684000', '221132.687000', '221132.690000', '221132.692000', '221132.695000', '221132.697000', '221132.700000', '221132.703000', '221132.705000', '221132.708000', '221132.710000', '221132.713000', '221132.716000', '221132.718000', '221132.721000', '221132.723000', '221132.726000', '221132.729000', '221132.731000', '221132.734000', '221132.737000', '221132.739000', '221132.742000', '221132.744000', '221132.747000', '221132.750000', '221132.752000', '221132.755000', '221132.758000', '221132.760000', '221132.763000', '221132.765000', '221132.768000', '221132.770000', '221132.773000', '221132.776000', '221132.778000', '221132.781000', '221132.783000', '221132.786000', '221132.789000', '221132.791000', '221152.681000', '221152.683000', '221152.686000', '221152.689000', '221152.691000', '221152.694000', '221152.697000', '221152.699000', '221152.702000', '221152.704000', '221152.707000', '221152.710000', '221152.712000', '221152.715000', '221152.718000', '221152.720000', '221152.723000', '221152.726000', '221152.728000', '221152.731000', '221152.733000', '221152.736000', '221152.739000', '221152.741000', '221152.744000', '221152.746000', '221152.749000', '221152.752000', '221152.754000', '221152.757000', '221152.759000', '221152.762000', '221152.765000', '221152.767000', '221152.770000', '221152.773000', '221152.775000', '221152.778000', '221152.780000', '221152.783000', '221152.786000', '221152.788000', '221152.791000', '221152.794000', '221212.681000', '221212.684000', '221212.686000', '221212.689000', '221212.692000', '221212.694000', '221212.697000', '221212.700000', '221212.702000', '221212.705000', '221212.707000', '221212.710000', '221212.713000', '221212.717000', '221212.720000', '221212.722000', '221212.725000', '221212.728000', '221212.730000', '221212.733000', '221212.736000', '221212.738000', '221212.741000', '221212.744000', '221212.746000', '221212.749000', '221212.799000', '221212.863000', '221212.866000', '221212.868000', '221212.871000', '221212.874000', '221212.876000', '221212.879000', '221212.882000', '221212.884000', '221212.887000', '221212.889000', '221212.892000', '221212.894000', '221212.897000', '221212.900000', '221212.902000', '221232.681000', '221232.684000', '221232.687000', '221232.690000', '221232.692000', '221232.695000', '221232.697000', '221232.700000', '221232.703000', '221232.705000', '221232.708000', '221232.711000', '221232.713000', '221232.716000', '221232.719000', '221232.721000', '221232.724000', '221232.726000', '221232.729000', '221232.732000', '221232.735000', '221232.738000', '221232.740000', '221232.743000', '221232.746000', '221232.749000', '221232.751000', '221232.754000', '221232.757000', '221232.759000', '221232.762000', '221232.765000', '221232.767000', '221232.770000', '221232.772000', '221232.775000', '221232.778000', '221232.780000', '221232.783000', '221232.786000', '221232.788000', '221232.791000', '221232.794000', '221232.796000', '221252.681000', '221252.684000', '221252.686000', '221252.689000', '221252.691000', '221252.694000', '221252.697000', '221252.699000', '221252.702000', '221252.704000', '221252.707000', '221252.710000', '221252.712000', '221252.715000', '221252.717000', '221252.720000', '221252.723000', '221252.725000', '221252.728000', '221252.730000', '221252.733000', '221252.736000', '221252.738000', '221252.741000', '221252.743000', '221252.746000', '221252.749000', '221252.751000', '221252.754000', '221252.757000', '221252.759000', '221252.762000', '221252.764000', '221252.767000', '221252.770000', '221252.772000', '221252.775000', '221252.777000', '221252.780000', '221252.783000', '221252.785000', '221252.788000', '221252.790000', '221312.680000', '221312.683000', '221312.686000', '221312.690000', '221312.693000', '221312.695000', '221312.698000', '221312.701000', '221312.703000', '221312.706000', '221312.709000', '221312.711000', '221312.714000', '221312.716000', '221312.719000', '221312.722000', '221312.724000', '221312.727000', '221312.730000', '221312.733000', '221312.735000', '221312.738000', '221312.741000', '221312.743000', '221312.746000', '221312.748000', '221312.751000', '221312.754000', '221312.756000', '221312.759000', '221312.761000', '221312.764000', '221312.767000', '221312.769000', '221312.772000', '221312.774000', '221312.777000', '221312.780000', '221312.782000', '221312.785000', '221312.788000', '221312.790000', '221312.793000', '221332.682000', '221332.685000', '221332.687000', '221332.690000', '221332.692000', '221332.695000', '221332.698000', '221332.700000', '221332.703000', '221332.706000', '221332.708000', '221332.711000', '221332.713000', '221332.716000', '221332.718000', '221332.721000', '221332.724000', '221332.726000', '221332.729000', '221332.732000', '221332.734000', '221332.737000', '221332.739000', '221332.742000', '221332.745000', '221332.756000', '221332.759000', '221332.762000', '221332.764000', '221332.767000', '221332.769000', '221332.772000', '221332.775000', '221332.777000', '221332.780000', '221332.783000', '221332.785000', '221332.798000', '221332.801000', '221332.804000', '221332.806000', '221332.809000', '221332.811000', '221332.814000', '221352.681000', '221352.685000', '221352.687000', '221352.690000', '221352.693000', '221352.696000', '221352.698000', '221352.701000', '221352.704000', '221352.706000', '221352.709000', '221352.712000', '221352.714000', '221352.717000', '221352.721000', '221352.723000', '221352.726000', '221352.729000', '221352.731000', '221352.734000', '221352.736000', '221352.739000', '221352.742000', '221352.744000', '221352.747000', '221352.750000', '221352.752000', '221352.755000', '221352.757000', '221352.760000', '221352.763000', '221352.765000', '221352.768000', '221352.771000', '221352.773000', '221352.776000', '221352.779000', '221352.781000', '221352.784000', '221352.787000', '221352.789000', '221352.792000', '221352.794000', '221412.681000', '221412.683000', '221412.686000', '221412.689000', '221412.691000', '221412.694000', '221412.696000', '221412.699000', '221412.702000', '221412.704000', '221412.707000', '221412.709000', '221412.712000', '221412.715000', '221412.717000', '221412.720000', '221412.723000', '221412.725000', '221412.728000', '221412.730000', '221412.733000', '221412.736000', '221412.738000', '221412.741000', '221412.744000', '221412.746000', '221412.749000', '221412.751000', '221412.754000', '221412.757000', '221412.759000', '221412.762000', '221412.764000', '221412.767000', '221412.770000', '221412.772000', '221412.775000', '221412.778000', '221412.780000', '221412.783000', '221412.785000', '221412.788000', '221412.791000', '221412.793000', '221432.681000', '221432.683000', '221432.686000', '221432.689000', '221432.691000', '221432.694000', '221432.697000', '221432.700000', '221432.702000', '221432.705000', '221432.708000', '221432.710000', '221432.713000', '221432.716000', '221432.718000', '221432.721000', '221432.724000', '221432.726000', '221432.729000', '221432.731000', '221432.734000', '221432.737000', '221432.739000', '221432.742000', '221432.745000', '221432.747000', '221432.750000', '221432.753000', '221432.755000', '221432.758000', '221432.761000', '221432.763000', '221432.766000', '221432.769000', '221432.771000', '221432.774000', '221432.777000', '221432.780000', '221432.782000', '221432.785000', '221432.787000', '221432.790000', '221432.793000', '221452.681000', '221452.683000', '221452.686000', '221452.689000', '221452.691000', '221452.694000', '221452.697000', '221452.700000', '221452.702000', '221452.705000', '221452.707000', '221452.710000', '221452.713000', '221452.715000', '221452.718000', '221452.721000', '221452.723000', '221452.726000', '221452.728000', '221452.731000', '221452.734000', '221452.736000', '221452.739000', '221452.742000', '221452.744000', '221452.747000', '221452.749000', '221452.752000', '221452.755000', '221452.757000', '221452.760000', '221452.763000', '221452.765000', '221452.768000', '221452.779000', '221452.782000', '221452.785000', '221452.787000', '221452.790000', '221452.792000', '221452.795000', '221452.798000', '221452.878000', '221452.881000', '221512.680000', '221512.683000', '221512.686000', '221512.689000', '221512.691000', '221512.694000', '221512.696000', '221512.699000', '221512.702000', '221512.704000', '221512.707000', '221512.709000', '221512.712000', '221512.715000', '221512.717000', '221512.720000', '221512.722000', '221512.725000', '221512.728000', '221512.730000', '221512.733000', '221512.735000', '221512.738000', '221512.741000', '221512.743000', '221512.746000', '221512.748000', '221512.751000', '221512.754000', '221512.756000', '221512.760000', '221512.762000', '221512.765000', '221512.768000', '221512.770000', '221512.773000', '221512.776000', '221512.778000', '221512.781000', '221512.784000', '221512.787000', '221512.790000', '221512.793000', '221532.701000', '221532.703000', '221532.713000', '221532.716000', '221532.719000', '221532.722000', '221532.724000', '221532.727000', '221532.730000', '221532.732000', '221532.735000', '221532.738000', '221532.740000', '221532.743000', '221532.746000', '221532.748000', '221532.751000', '221532.753000', '221532.756000', '221532.759000', '221532.761000', '221532.764000', '221532.766000', '221532.769000', '221532.772000', '221532.774000', '221532.777000', '221532.780000', '221532.782000', '221532.785000', '221532.787000', '221532.790000', '221532.793000', '221532.795000', '221532.798000', '221532.860000', '221532.862000', '221532.865000', '221532.868000', '221532.870000', '221532.873000', '221532.875000', '221532.878000', '221532.880000', '221552.682000', '221552.685000', '221552.687000', '221552.690000', '221552.693000', '221552.695000', '221552.698000', '221552.700000', '221552.703000', '221552.706000', '221552.708000', '221552.711000', '221552.714000', '221552.716000', '221552.719000', '221552.721000', '221552.724000', '221552.727000', '221552.729000', '221552.732000', '221552.734000', '221552.737000', '221552.739000', '221552.742000', '221552.745000', '221552.747000', '221552.750000', '221552.753000', '221552.755000', '221552.758000', '221552.760000', '221552.763000', '221552.766000', '221552.768000', '221552.771000', '221552.773000', '221552.776000', '221552.779000', '221552.781000', '221552.784000', '221552.786000', '221552.789000', '221552.792000', '221600.992000', '221600.995000', '221600.997000', '221601.000000', '221601.002000', '221601.005000', '221601.008000', '221601.010000', '221601.013000', '221601.015000', '221601.018000', '221601.021000', '221601.023000', '221601.026000', '221601.028000', '221601.031000', '221601.034000', '221601.036000', '221601.039000'], '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': [8692, 8069, 10342, 9511, 9309, 11805, 8819, 10330, 7290, 10768, 7318, 10220, 7464, 8841, 7315, 7871, 6960, 7374, 8850, 7181, 7708, 7888, 7843, 7492, 7784, 7504, 8249, 7591, 8271, 7008, 7532, 7082, 7276, 7324, 8074, 7351, 8705, 7326, 7759, 7200, 7364, 6847, 7519, 9317, 7673, 9466, 7601, 9115, 7468, 9609, 7577, 9485, 8039, 9439, 7341, 8678, 7313, 8688, 7646, 10444, 7877, 8847, 7633, 9001, 7463, 7957, 7668, 8092, 7637, 7713, 7434, 8169, 7126, 7489, 7089, 7657, 7390, 7594, 6934, 7738, 8461, 7881, 10173, 7605, 8387, 7469, 8427, 7518, 9483, 7915, 10058, 7871, 8459, 7387, 8307, 7156, 8411, 7421, 9055, 7620, 7689, 7066, 8119, 8090, 7472, 9270, 7332, 9277, 7904, 9633, 7488, 8468, 7550, 8356, 7467, 8434, 7363, 7531, 7982, 8215, 7717, 8850, 7938, 9072, 7517, 8498, 7523, 8536, 7901, 9693, 7308, 7041, 7764, 7097, 8106, 7118, 8675, 7316, 7956, 7147, 8068, 7048, 8232, 7480, 8147, 9159, 7644, 9214, 7790, 9142, 7738, 7961, 7803, 8228, 8044, 8263, 7612, 8299, 7300, 8292, 7539, 8045, 7342, 8109, 7287, 8948, 7735, 8233, 7373, 7876, 7015, 8637, 7219, 7859, 7494, 7735, 7469, 7192, 7373, 7417, 7453, 9780, 7790, 9210, 7389, 9565, 7575, 10096, 7585, 10121, 8209, 11224, 8641, 10564, 8791, 9142, 8140, 8551, 7242, 8308, 7507, 9046, 10466, 8677, 9058, 8771, 8528, 7995, 8412, 7390, 8414, 7648, 8321, 7513, 8106, 7106, 7788, 6828, 8777, 8467, 8042, 9428, 7846, 9252, 7932, 8935, 7876, 8392, 7612, 8263, 7621, 8203, 7552, 7626, 7442, 8233, 7857, 7854, 7664, 7586, 7490, 7917, 8063, 7877, 7583, 7924, 7473, 7995, 7768, 8098, 8080, 9060, 7543, 9006, 7233, 8377, 7722, 10890, 7446, 9395, 7689, 10015, 7571, 9774, 7832, 9397, 7804, 9914, 7854, 9608, 7943, 8737, 7692, 7577, 8313, 7053, 8177, 7460, 8136, 7980, 8178, 7444, 7920, 6976, 7952, 7779, 7960, 7864, 8316, 7268, 8201, 7458, 7932, 7103, 7852, 7139, 8273, 7182, 8548, 7064, 8102, 7287, 8134, 7071, 8175, 7232, 8390, 7109, 8091, 7337, 8343, 7327, 8310, 7472, 8423, 7238, 8264, 7199, 8145, 7150, 8349, 7295, 7837, 7118, 8033, 7081, 8484, 7910, 7577, 8027, 8057, 8343, 7228, 8006, 7624, 9565, 7425, 9501, 7996, 9515, 8098, 9840, 7981, 9650, 7948, 10274, 7737, 7402, 8761, 7186, 8339, 7403, 8393, 8824, 7885, 9117, 9128, 8989, 8374, 10318, 8439, 8337, 8171, 9125, 7835, 9426, 10038, 8901, 9730, 9265, 9438, 9140, 10254, 9467, 9315, 9475, 9361, 8654, 8933, 8226, 8224, 9098, 7903, 8588, 7870, 8305, 8716, 8528, 9316, 8866, 8872, 8575, 8534, 7744, 8107, 8576, 8272, 8048, 8023, 7154, 8283, 7421, 7767, 7768, 8652, 7567, 8266, 7470, 7971, 7413, 7906, 7257, 8154, 7180, 8345, 7652, 7709, 7206, 9165, 9318, 8349, 10060, 8210, 9439, 8471, 8718, 8312, 8355, 7629, 8339, 7404, 8327, 7210, 8227, 6940, 8377, 7578, 8636, 9147, 8398, 8974, 8347, 8656, 7870, 8881, 7567, 9234, 8092, 9942, 7998, 8684, 7593, 8466, 7878, 8288, 7348, 8176, 7197, 8665, 7060, 7814, 7119, 7713, 6895, 7588, 7047, 8429, 9433, 8242, 9437, 7583, 10572, 7431, 8952, 7396, 9323, 7246, 9562, 7506, 8141, 7221, 8224, 7219, 8990, 7347, 8003, 7126, 8452, 7204, 8489, 7697, 7916, 8468, 6797, 7538, 9447, 8536, 7505, 9468, 7998, 10613, 9127, 10991, 8320, 10647, 7429, 8925, 9097, 8540, 11692, 8117, 9429, 7642, 8539, 7603, 8177, 7205, 8389, 7327, 8072, 7228, 8596, 7200, 8181, 6944, 7916, 7169, 8579, 11144, 7332, 10396, 7726, 10689, 7799, 9586, 7113, 8954, 7279, 7784, 7446, 7851, 8830, 7392, 8421, 7162, 8541, 7254, 8190, 7557, 8408, 7282, 8743, 7169, 8018, 7127, 8423, 8907, 7815, 9423, 7287, 9034, 7630, 9157, 7390, 9158, 7144, 8662, 7068, 8156, 7137, 8206, 8373, 7310, 9584, 7549, 8802, 7340, 7966, 7031, 8433, 7395, 8335, 7113, 8265, 7310, 8316, 6895, 8815, 7299, 8562, 7147, 8168, 7520, 8399, 10324, 7467, 10048, 7654, 9278, 7614, 8123, 7451, 8482, 7395, 8123, 7279, 8142, 7401, 8328, 7151, 8026, 7164, 8046, 7037, 8012, 6962, 8067, 8308, 7828, 9023, 8172, 10166, 7752, 9863, 7446, 8985, 7196, 8364, 7253, 8242, 7264, 8087, 8499, 7583, 9322, 7796, 9616, 7852, 8472, 7796, 8386, 7991, 8042, 7723, 7873, 7343, 8567, 7335, 8290, 7408, 8519, 7227, 8380, 7268, 8185, 6969, 7945, 7015, 8435, 8867, 7907, 9656, 7809, 9450, 7933, 8994, 7537, 8778, 7400, 8382, 7119, 8286, 7328, 8403, 8054, 7921, 8889, 8083, 8239, 8026, 7617, 7833, 7437, 7662, 7251, 8173, 7356, 8208, 8097, 7983, 7338, 8414, 8923, 8668, 9721, 8216, 9944, 7822, 9812, 8056, 7666, 7577, 8664, 7290, 8791, 7812, 8613, 7537, 8396, 7125, 8485, 7062, 8210, 7131, 8222, 7023, 8086, 7194, 7666, 7061, 7754, 7168, 7332, 8682, 7331, 9219, 7514, 9648, 7424, 8464, 7175, 8638, 8512, 7526, 7779, 7043, 8142, 7744, 8303, 8250, 7734, 8772, 7830, 9768, 7355, 9673, 7570, 9041, 7888, 7130, 8086, 7194, 7479, 7373, 9758, 7894, 10487, 8029, 10192, 7557, 9436, 7736, 9928, 7936, 9856, 8118, 9234, 8063, 9453, 8617, 9886, 8200, 9042, 8080, 9439, 7909, 9383, 8426, 8644, 8201, 8715, 7961, 8754, 7622, 8672, 7449, 8683, 7307, 8647, 7774, 8275, 8079, 9238, 8157, 8755, 7920, 9205, 8452, 10592, 8222, 10379, 8071, 8968, 7289, 7168, 8142, 7177, 8605, 7178, 8756, 8478, 10744, 8562, 8674, 7937, 9077, 8103, 8620, 8312, 8084, 7893, 8231, 7664, 9367, 8359, 9599, 8643, 8731, 8787, 8044, 8822, 7298, 8615, 7005, 8822, 7295, 8584, 7634, 8726, 7975, 8607, 7609, 8896, 7958, 8664, 8377, 7985, 8223, 8905, 8537, 9321, 8444, 9614, 8406, 8706, 8330, 8504, 8254, 8468, 7729, 7741, 8101, 7387, 9715, 7412, 7657, 7934, 9599, 8115, 9062, 8797, 7784, 8770, 7201, 8528, 7420, 8683, 7455, 8806, 8213, 8261, 8122, 9376, 8102, 8485, 8399, 7511, 8374, 7369, 8626, 7654, 8553, 7816, 9335, 8114, 8656, 8212, 8501, 8166, 7381, 8337, 7258, 8185, 7331, 8461, 7356, 7714, 7398, 9551, 7981, 8370, 8164, 7498, 8359, 7404, 8136, 7617, 8642, 7367, 8695, 7676, 9250, 7973, 9149, 7706, 9064, 7574, 8719, 7580, 8569, 7561, 8415, 7437, 7963, 7404, 9360, 7240, 9079, 7296, 8708, 7875, 9762, 7465, 9267, 7412, 9490, 7451, 8454, 7534, 8408, 7278, 8087, 7509, 8922, 7776, 8626, 7363, 7622, 7429, 7696, 7778, 9619, 7276, 7303, 7799, 7502, 8408, 7576, 9202, 7535, 8561, 7320, 8490, 7821, 8358, 7658, 8379, 7382, 8159, 7444, 8143, 7749, 8450, 7747, 8723, 7674, 7975, 7492, 9935, 7570, 8898, 7692, 8669, 7392, 9273, 7450, 8040, 7697, 8329, 7443, 7982, 7680, 7232, 7662, 7826, 8234, 7594, 8188, 7497, 7418, 7704, 7543, 8634, 7432, 8734, 7760, 10217, 8032, 10950, 8080, 9144, 7483, 8658, 7841, 8253, 7820, 9609, 7770, 8632, 7643, 7495, 8073, 7507, 8409, 7475, 8871, 7562, 8745, 7890, 9008, 7755, 8641, 8012, 8449, 7720, 7337, 8068, 7477, 8439, 7521, 8495, 7787, 8512, 7518, 8455, 7592, 8039, 7458, 7644, 7806, 8967, 7271, 7259, 7788, 8067, 7956, 8929, 10477, 7764, 7282, 7129, 7752, 9272, 7693, 10045, 7793, 9620, 8243, 9142, 8233, 10163, 7891, 10176, 7698, 9944, 7664, 8491, 9209, 9749, 8876, 9694, 8699, 9425, 8791, 9249, 8315, 8236, 7865, 8279, 7777, 8511, 7938, 8648, 7745, 8101, 8280, 8416, 8243, 9058, 7694, 9311, 7852, 8613, 7714, 9429, 7925, 9827, 7972, 10539, 8196, 9388, 8041, 10375, 8129, 8882, 8310, 9932, 8035, 8018, 8169, 8517, 8435, 9317, 8087, 8170, 7229, 6944, 7282, 7293, 8084, 7689, 7508, 7646, 8322, 8274, 7991, 9342, 7324, 9056, 7266, 7920, 7467, 7376, 7231, 7395, 7330, 7514, 7096, 7676, 7301, 7435, 7353, 7678, 7147, 7422, 7511, 8100, 7350, 7142, 7209, 7505, 7212, 7700, 7549, 8403, 7806, 8174, 7586, 8263, 7914, 8396, 7614, 8650, 7926, 8878, 7685, 6963, 7676, 8093, 7872, 7596, 7926, 7530, 8153, 7489, 8120, 7770, 8415, 7750, 9064, 7271, 7533, 7337, 7547, 7230, 8479, 7684, 10699, 7467], 'WindowCenter': [4300.0, 4274.0, 4291.0, 4265.0, 4266.0, 4282.0, 4241.0, 4247.0, 4207.0, 4243.0, 4205.0, 4232.0, 4191.0, 4223.0, 4191.0, 4202.0, 4179.0, 4190.0, 4211.0, 4191.0, 4202.0, 4212.0, 4212.0, 4201.0, 4202.0, 4204.0, 4225.0, 4213.0, 4226.0, 4206.0, 4218.0, 4206.0, 4217.0, 4215.0, 4228.0, 4217.0, 4239.0, 4217.0, 4217.0, 4205.0, 4218.0, 4196.0, 4206.0, 4235.0, 4217.0, 4235.0, 4216.0, 4224.0, 4205.0, 4234.0, 4214.0, 4233.0, 4215.0, 4233.0, 4205.0, 4224.0, 4205.0, 4224.0, 4216.0, 4255.0, 4226.0, 4234.0, 4215.0, 4233.0, 4205.0, 4214.0, 4217.0, 4214.0, 4214.0, 4204.0, 4203.0, 4224.0, 4194.0, 4204.0, 4192.0, 4203.0, 4202.0, 4203.0, 4190.0, 4204.0, 4212.0, 4213.0, 4242.0, 4213.0, 4212.0, 4202.0, 4212.0, 4204.0, 4233.0, 4216.0, 4245.0, 4217.0, 4215.0, 4207.0, 4213.0, 4194.0, 4214.0, 4205.0, 4235.0, 4213.0, 4206.0, 4193.0, 4214.0, 4212.0, 4202.0, 4223.0, 4201.0, 4221.0, 4201.0, 4220.0, 4190.0, 4211.0, 4202.0, 4212.0, 4191.0, 4210.0, 4190.0, 4201.0, 4201.0, 4212.0, 4203.0, 4222.0, 4211.0, 4221.0, 4191.0, 4211.0, 4203.0, 4210.0, 4214.0, 4233.0, 4193.0, 4192.0, 4203.0, 4192.0, 4213.0, 4192.0, 4224.0, 4203.0, 4215.0, 4192.0, 4214.0, 4193.0, 4211.0, 4190.0, 4202.0, 4232.0, 4201.0, 4221.0, 4201.0, 4220.0, 4201.0, 4200.0, 4202.0, 4210.0, 4201.0, 4211.0, 4201.0, 4211.0, 4202.0, 4223.0, 4202.0, 4214.0, 4203.0, 4214.0, 4203.0, 4225.0, 4213.0, 4225.0, 4203.0, 4228.0, 4206.0, 4225.0, 4203.0, 4225.0, 4217.0, 4230.0, 4204.0, 4218.0, 4219.0, 4216.0, 4219.0, 4256.0, 4230.0, 4248.0, 4220.0, 4258.0, 4231.0, 4259.0, 4230.0, 4258.0, 4227.0, 4256.0, 4225.0, 4243.0, 4212.0, 4221.0, 4202.0, 4210.0, 4189.0, 4210.0, 4189.0, 4209.0, 4228.0, 4198.0, 4207.0, 4208.0, 4197.0, 4188.0, 4197.0, 4176.0, 4199.0, 4188.0, 4199.0, 4187.0, 4198.0, 4178.0, 4190.0, 4178.0, 4209.0, 4200.0, 4202.0, 4220.0, 4201.0, 4219.0, 4200.0, 4219.0, 4201.0, 4211.0, 4202.0, 4211.0, 4203.0, 4211.0, 4203.0, 4202.0, 4204.0, 4224.0, 4226.0, 4214.0, 4215.0, 4214.0, 4205.0, 4215.0, 4227.0, 4227.0, 4217.0, 4225.0, 4206.0, 4226.0, 4217.0, 4227.0, 4227.0, 4236.0, 4216.0, 4236.0, 4217.0, 4226.0, 4229.0, 4268.0, 4218.0, 4235.0, 4217.0, 4245.0, 4216.0, 4246.0, 4217.0, 4234.0, 4214.0, 4244.0, 4214.0, 4233.0, 4215.0, 4223.0, 4216.0, 4214.0, 4224.0, 4194.0, 4226.0, 4203.0, 4226.0, 4213.0, 4224.0, 4202.0, 4215.0, 4192.0, 4216.0, 4202.0, 4212.0, 4211.0, 4213.0, 4191.0, 4213.0, 4202.0, 4214.0, 4191.0, 4212.0, 4191.0, 4213.0, 4191.0, 4224.0, 4193.0, 4214.0, 4202.0, 4213.0, 4191.0, 4213.0, 4200.0, 4223.0, 4193.0, 4214.0, 4192.0, 4214.0, 4202.0, 4214.0, 4204.0, 4224.0, 4201.0, 4212.0, 4191.0, 4213.0, 4191.0, 4214.0, 4201.0, 4214.0, 4191.0, 4216.0, 4193.0, 4224.0, 4225.0, 4216.0, 4226.0, 4226.0, 4237.0, 4217.0, 4227.0, 4217.0, 4249.0, 4217.0, 4246.0, 4227.0, 4246.0, 4226.0, 4245.0, 4226.0, 4234.0, 4214.0, 4243.0, 4214.0, 4202.0, 4224.0, 4203.0, 4224.0, 4203.0, 4225.0, 4224.0, 4226.0, 4236.0, 4234.0, 4236.0, 4225.0, 4256.0, 4239.0, 4238.0, 4225.0, 4235.0, 4203.0, 4236.0, 4234.0, 4224.0, 4233.0, 4222.0, 4220.0, 4221.0, 4229.0, 4220.0, 4207.0, 4220.0, 4209.0, 4209.0, 4209.0, 4198.0, 4199.0, 4209.0, 4197.0, 4210.0, 4199.0, 4212.0, 4212.0, 4222.0, 4222.0, 4223.0, 4221.0, 4212.0, 4223.0, 4202.0, 4213.0, 4222.0, 4211.0, 4201.0, 4201.0, 4192.0, 4213.0, 4192.0, 4202.0, 4202.0, 4223.0, 4203.0, 4214.0, 4203.0, 4213.0, 4190.0, 4203.0, 4192.0, 4214.0, 4192.0, 4225.0, 4203.0, 4203.0, 4191.0, 4224.0, 4221.0, 4212.0, 4231.0, 4212.0, 4219.0, 4201.0, 4211.0, 4200.0, 4201.0, 4203.0, 4212.0, 4189.0, 4213.0, 4192.0, 4212.0, 4191.0, 4213.0, 4203.0, 4224.0, 4222.0, 4213.0, 4222.0, 4214.0, 4211.0, 4213.0, 4223.0, 4215.0, 4222.0, 4216.0, 4234.0, 4214.0, 4223.0, 4214.0, 4215.0, 4213.0, 4213.0, 4202.0, 4215.0, 4194.0, 4225.0, 4204.0, 4217.0, 4195.0, 4216.0, 4205.0, 4215.0, 4205.0, 4238.0, 4246.0, 4228.0, 4236.0, 4219.0, 4255.0, 4205.0, 4237.0, 4206.0, 4235.0, 4206.0, 4235.0, 4204.0, 4213.0, 4205.0, 4225.0, 4206.0, 4226.0, 4204.0, 4216.0, 4194.0, 4239.0, 4217.0, 4237.0, 4228.0, 4230.0, 4227.0, 4208.0, 4228.0, 4248.0, 4239.0, 4232.0, 4273.0, 4243.0, 4271.0, 4250.0, 4259.0, 4227.0, 4247.0, 4203.0, 4225.0, 4223.0, 4213.0, 4242.0, 4201.0, 4221.0, 4201.0, 4210.0, 4202.0, 4211.0, 4203.0, 4213.0, 4203.0, 4215.0, 4216.0, 4239.0, 4205.0, 4227.0, 4205.0, 4227.0, 4194.0, 4226.0, 4255.0, 4205.0, 4243.0, 4215.0, 4244.0, 4204.0, 4234.0, 4194.0, 4235.0, 4200.0, 4203.0, 4201.0, 4213.0, 4221.0, 4203.0, 4212.0, 4205.0, 4226.0, 4202.0, 4224.0, 4214.0, 4224.0, 4204.0, 4237.0, 4205.0, 4214.0, 4194.0, 4225.0, 4224.0, 4216.0, 4235.0, 4207.0, 4233.0, 4214.0, 4232.0, 4205.0, 4233.0, 4194.0, 4235.0, 4204.0, 4216.0, 4193.0, 4226.0, 4212.0, 4206.0, 4233.0, 4214.0, 4222.0, 4205.0, 4212.0, 4193.0, 4215.0, 4204.0, 4216.0, 4204.0, 4224.0, 4204.0, 4225.0, 4203.0, 4236.0, 4204.0, 4227.0, 4194.0, 4227.0, 4203.0, 4214.0, 4242.0, 4204.0, 4231.0, 4203.0, 4222.0, 4202.0, 4200.0, 4202.0, 4224.0, 4204.0, 4214.0, 4203.0, 4214.0, 4203.0, 4224.0, 4204.0, 4215.0, 4195.0, 4214.0, 4194.0, 4214.0, 4205.0, 4227.0, 4224.0, 4215.0, 4223.0, 4225.0, 4243.0, 4203.0, 4243.0, 4204.0, 4224.0, 4192.0, 4212.0, 4191.0, 4212.0, 4202.0, 4215.0, 4221.0, 4204.0, 4221.0, 4202.0, 4232.0, 4212.0, 4211.0, 4202.0, 4211.0, 4212.0, 4200.0, 4202.0, 4212.0, 4203.0, 4222.0, 4203.0, 4213.0, 4203.0, 4223.0, 4190.0, 4224.0, 4203.0, 4225.0, 4192.0, 4214.0, 4192.0, 4213.0, 4221.0, 4213.0, 4233.0, 4201.0, 4221.0, 4202.0, 4220.0, 4202.0, 4222.0, 4190.0, 4210.0, 4190.0, 4213.0, 4189.0, 4212.0, 4200.0, 4203.0, 4220.0, 4213.0, 4211.0, 4212.0, 4200.0, 4213.0, 4204.0, 4215.0, 4204.0, 4224.0, 4204.0, 4226.0, 4214.0, 4216.0, 4203.0, 4215.0, 4222.0, 4225.0, 4232.0, 4223.0, 4232.0, 4202.0, 4231.0, 4211.0, 4199.0, 4213.0, 4223.0, 4203.0, 4222.0, 4203.0, 4223.0, 4201.0, 4214.0, 4203.0, 4225.0, 4191.0, 4214.0, 4192.0, 4214.0, 4192.0, 4215.0, 4203.0, 4213.0, 4191.0, 4214.0, 4192.0, 4205.0, 4222.0, 4215.0, 4233.0, 4207.0, 4234.0, 4205.0, 4223.0, 4206.0, 4234.0, 4236.0, 4212.0, 4216.0, 4203.0, 4215.0, 4215.0, 4226.0, 4224.0, 4216.0, 4224.0, 4216.0, 4244.0, 4205.0, 4233.0, 4214.0, 4223.0, 4215.0, 4194.0, 4214.0, 4204.0, 4214.0, 4216.0, 4245.0, 4226.0, 4255.0, 4214.0, 4245.0, 4215.0, 4233.0, 4212.0, 4233.0, 4214.0, 4232.0, 4213.0, 4232.0, 4212.0, 4231.0, 4222.0, 4231.0, 4213.0, 4221.0, 4213.0, 4220.0, 4211.0, 4220.0, 4211.0, 4209.0, 4210.0, 4209.0, 4210.0, 4211.0, 4200.0, 4208.0, 4190.0, 4210.0, 4203.0, 4222.0, 4203.0, 4210.0, 4213.0, 4232.0, 4212.0, 4223.0, 4213.0, 4232.0, 4226.0, 4246.0, 4213.0, 4230.0, 4212.0, 4222.0, 4202.0, 4191.0, 4213.0, 4190.0, 4223.0, 4204.0, 4223.0, 4214.0, 4242.0, 4222.0, 4210.0, 4213.0, 4220.0, 4200.0, 4209.0, 4210.0, 4198.0, 4211.0, 4211.0, 4201.0, 4220.0, 4211.0, 4230.0, 4221.0, 4221.0, 4222.0, 4200.0, 4222.0, 4189.0, 4212.0, 4190.0, 4222.0, 4188.0, 4210.0, 4188.0, 4211.0, 4198.0, 4210.0, 4200.0, 4210.0, 4200.0, 4210.0, 4209.0, 4198.0, 4210.0, 4220.0, 4210.0, 4218.0, 4208.0, 4218.0, 4198.0, 4208.0, 4209.0, 4207.0, 4208.0, 4197.0, 4199.0, 4199.0, 4211.0, 4200.0, 4231.0, 4201.0, 4202.0, 4212.0, 4231.0, 4213.0, 4222.0, 4223.0, 4200.0, 4210.0, 4189.0, 4210.0, 4191.0, 4222.0, 4200.0, 4220.0, 4212.0, 4210.0, 4200.0, 4231.0, 4212.0, 4219.0, 4212.0, 4189.0, 4213.0, 4201.0, 4223.0, 4212.0, 4222.0, 4212.0, 4231.0, 4212.0, 4221.0, 4224.0, 4221.0, 4212.0, 4202.0, 4213.0, 4191.0, 4211.0, 4200.0, 4211.0, 4201.0, 4202.0, 4201.0, 4231.0, 4212.0, 4222.0, 4224.0, 4201.0, 4211.0, 4201.0, 4211.0, 4201.0, 4221.0, 4203.0, 4221.0, 4202.0, 4220.0, 4212.0, 4221.0, 4202.0, 4220.0, 4202.0, 4210.0, 4200.0, 4210.0, 4201.0, 4209.0, 4201.0, 4211.0, 4201.0, 4231.0, 4202.0, 4220.0, 4202.0, 4223.0, 4213.0, 4232.0, 4202.0, 4221.0, 4202.0, 4231.0, 4203.0, 4211.0, 4203.0, 4211.0, 4202.0, 4201.0, 4203.0, 4222.0, 4213.0, 4221.0, 4203.0, 4202.0, 4202.0, 4213.0, 4215.0, 4245.0, 4216.0, 4204.0, 4216.0, 4215.0, 4228.0, 4226.0, 4248.0, 4215.0, 4226.0, 4203.0, 4224.0, 4202.0, 4225.0, 4202.0, 4213.0, 4190.0, 4211.0, 4192.0, 4211.0, 4202.0, 4224.0, 4213.0, 4223.0, 4212.0, 4212.0, 4203.0, 4232.0, 4215.0, 4234.0, 4214.0, 4223.0, 4204.0, 4232.0, 4204.0, 4213.0, 4213.0, 4212.0, 4203.0, 4213.0, 4215.0, 4202.0, 4214.0, 4214.0, 4224.0, 4215.0, 4226.0, 4216.0, 4215.0, 4228.0, 4215.0, 4236.0, 4214.0, 4225.0, 4216.0, 4244.0, 4225.0, 4254.0, 4225.0, 4233.0, 4203.0, 4211.0, 4201.0, 4210.0, 4201.0, 4231.0, 4202.0, 4221.0, 4202.0, 4201.0, 4213.0, 4202.0, 4223.0, 4204.0, 4234.0, 4202.0, 4223.0, 4213.0, 4222.0, 4214.0, 4222.0, 4214.0, 4213.0, 4203.0, 4201.0, 4213.0, 4201.0, 4225.0, 4213.0, 4222.0, 4202.0, 4224.0, 4202.0, 4213.0, 4214.0, 4213.0, 4217.0, 4216.0, 4215.0, 4236.0, 4219.0, 4229.0, 4229.0, 4240.0, 4242.0, 4263.0, 4282.0, 4229.0, 4219.0, 4206.0, 4230.0, 4249.0, 4232.0, 4246.0, 4216.0, 4234.0, 4225.0, 4234.0, 4213.0, 4245.0, 4201.0, 4232.0, 4188.0, 4219.0, 4175.0, 4195.0, 4194.0, 4206.0, 4194.0, 4204.0, 4193.0, 4205.0, 4193.0, 4205.0, 4184.0, 4197.0, 4184.0, 4197.0, 4184.0, 4210.0, 4197.0, 4208.0, 4189.0, 4197.0, 4200.0, 4198.0, 4210.0, 4219.0, 4203.0, 4222.0, 4212.0, 4210.0, 4201.0, 4220.0, 4213.0, 4232.0, 4213.0, 4254.0, 4225.0, 4234.0, 4216.0, 4242.0, 4215.0, 4234.0, 4227.0, 4245.0, 4215.0, 4213.0, 4225.0, 4224.0, 4226.0, 4246.0, 4228.0, 4226.0, 4219.0, 4207.0, 4229.0, 4229.0, 4228.0, 4229.0, 4230.0, 4230.0, 4239.0, 4241.0, 4240.0, 4250.0, 4218.0, 4248.0, 4217.0, 4227.0, 4206.0, 4217.0, 4204.0, 4205.0, 4203.0, 4205.0, 4194.0, 4215.0, 4204.0, 4205.0, 4203.0, 4216.0, 4192.0, 4203.0, 4202.0, 4213.0, 4203.0, 4193.0, 4203.0, 4204.0, 4203.0, 4213.0, 4213.0, 4224.0, 4214.0, 4213.0, 4202.0, 4214.0, 4213.0, 4212.0, 4214.0, 4223.0, 4212.0, 4223.0, 4204.0, 4192.0, 4202.0, 4212.0, 4213.0, 4202.0, 4213.0, 4202.0, 4212.0, 4203.0, 4212.0, 4213.0, 4223.0, 4215.0, 4233.0, 4217.0, 4215.0, 4205.0, 4226.0, 4215.0, 4236.0, 4227.0, 4259.0, 4218.0], 'WindowWidth': [9524.0, 9471.0, 9486.0, 9440.0, 9439.0, 9455.0, 9396.0, 9397.0, 9343.0, 9386.0, 9335.0, 9368.0, 9312.0, 9356.0, 9310.0, 9326.0, 9292.0, 9308.0, 9335.0, 9311.0, 9325.0, 9342.0, 9340.0, 9326.0, 9327.0, 9332.0, 9362.0, 9345.0, 9367.0, 9343.0, 9360.0, 9340.0, 9358.0, 9352.0, 9373.0, 9358.0, 9390.0, 9358.0, 9359.0, 9339.0, 9359.0, 9327.0, 9340.0, 9379.0, 9357.0, 9376.0, 9353.0, 9361.0, 9338.0, 9372.0, 9348.0, 9374.0, 9353.0, 9373.0, 9339.0, 9361.0, 9339.0, 9361.0, 9356.0, 9407.0, 9368.0, 9376.0, 9352.0, 9372.0, 9339.0, 9349.0, 9357.0, 9349.0, 9349.0, 9335.0, 9333.0, 9362.0, 9322.0, 9337.0, 9317.0, 9332.0, 9327.0, 9332.0, 9311.0, 9332.0, 9341.0, 9345.0, 9383.0, 9345.0, 9342.0, 9331.0, 9341.0, 9333.0, 9371.0, 9353.0, 9391.0, 9355.0, 9349.0, 9342.0, 9345.0, 9322.0, 9348.0, 9337.0, 9378.0, 9346.0, 9338.0, 9318.0, 9347.0, 9343.0, 9330.0, 9358.0, 9327.0, 9351.0, 9324.0, 9347.0, 9307.0, 9335.0, 9327.0, 9339.0, 9311.0, 9335.0, 9310.0, 9323.0, 9325.0, 9341.0, 9333.0, 9353.0, 9339.0, 9350.0, 9313.0, 9337.0, 9331.0, 9337.0, 9347.0, 9371.0, 9318.0, 9315.0, 9330.0, 9315.0, 9346.0, 9316.0, 9362.0, 9334.0, 9352.0, 9317.0, 9347.0, 9317.0, 9340.0, 9310.0, 9328.0, 9367.0, 9328.0, 9350.0, 9325.0, 9348.0, 9324.0, 9322.0, 9328.0, 9335.0, 9324.0, 9336.0, 9326.0, 9338.0, 9331.0, 9358.0, 9330.0, 9347.0, 9332.0, 9347.0, 9332.0, 9363.0, 9346.0, 9365.0, 9333.0, 9371.0, 9342.0, 9365.0, 9332.0, 9367.0, 9360.0, 9381.0, 9337.0, 9361.0, 9367.0, 9357.0, 9366.0, 9412.0, 9381.0, 9403.0, 9370.0, 9416.0, 9383.0, 9417.0, 9381.0, 9416.0, 9371.0, 9406.0, 9361.0, 9384.0, 9342.0, 9350.0, 9324.0, 9337.0, 9307.0, 9333.0, 9304.0, 9331.0, 9353.0, 9314.0, 9323.0, 9326.0, 9311.0, 9299.0, 9311.0, 9282.0, 9316.0, 9299.0, 9317.0, 9298.0, 9316.0, 9287.0, 9307.0, 9289.0, 9332.0, 9319.0, 9326.0, 9349.0, 9324.0, 9345.0, 9322.0, 9345.0, 9324.0, 9338.0, 9329.0, 9338.0, 9330.0, 9339.0, 9331.0, 9327.0, 9334.0, 9360.0, 9368.0, 9348.0, 9352.0, 9349.0, 9340.0, 9353.0, 9374.0, 9371.0, 9358.0, 9366.0, 9342.0, 9367.0, 9358.0, 9370.0, 9372.0, 9383.0, 9357.0, 9382.0, 9360.0, 9370.0, 9379.0, 9427.0, 9361.0, 9379.0, 9358.0, 9391.0, 9354.0, 9394.0, 9357.0, 9375.0, 9350.0, 9389.0, 9348.0, 9371.0, 9352.0, 9359.0, 9353.0, 9348.0, 9363.0, 9323.0, 9367.0, 9335.0, 9369.0, 9346.0, 9361.0, 9330.0, 9348.0, 9317.0, 9352.0, 9329.0, 9342.0, 9339.0, 9344.0, 9313.0, 9343.0, 9329.0, 9349.0, 9314.0, 9341.0, 9313.0, 9344.0, 9313.0, 9360.0, 9319.0, 9349.0, 9330.0, 9345.0, 9311.0, 9344.0, 9324.0, 9359.0, 9319.0, 9349.0, 9315.0, 9348.0, 9329.0, 9347.0, 9336.0, 9362.0, 9328.0, 9342.0, 9314.0, 9345.0, 9314.0, 9347.0, 9328.0, 9348.0, 9315.0, 9353.0, 9319.0, 9362.0, 9366.0, 9356.0, 9370.0, 9370.0, 9387.0, 9359.0, 9374.0, 9359.0, 9404.0, 9360.0, 9395.0, 9372.0, 9395.0, 9369.0, 9390.0, 9369.0, 9375.0, 9348.0, 9384.0, 9348.0, 9330.0, 9361.0, 9334.0, 9363.0, 9332.0, 9363.0, 9359.0, 9367.0, 9382.0, 9375.0, 9382.0, 9367.0, 9409.0, 9389.0, 9388.0, 9365.0, 9379.0, 9334.0, 9379.0, 9373.0, 9359.0, 9370.0, 9353.0, 9348.0, 9351.0, 9357.0, 9347.0, 9326.0, 9344.0, 9328.0, 9331.0, 9329.0, 9315.0, 9316.0, 9329.0, 9313.0, 9334.0, 9318.0, 9341.0, 9341.0, 9354.0, 9354.0, 9356.0, 9351.0, 9339.0, 9357.0, 9329.0, 9341.0, 9355.0, 9337.0, 9325.0, 9324.0, 9314.0, 9345.0, 9315.0, 9330.0, 9328.0, 9358.0, 9330.0, 9346.0, 9331.0, 9345.0, 9310.0, 9330.0, 9314.0, 9344.0, 9314.0, 9363.0, 9330.0, 9332.0, 9313.0, 9358.0, 9351.0, 9340.0, 9362.0, 9338.0, 9346.0, 9322.0, 9334.0, 9322.0, 9323.0, 9329.0, 9343.0, 9307.0, 9343.0, 9313.0, 9342.0, 9310.0, 9342.0, 9331.0, 9361.0, 9355.0, 9345.0, 9354.0, 9345.0, 9339.0, 9345.0, 9358.0, 9350.0, 9355.0, 9351.0, 9373.0, 9347.0, 9359.0, 9349.0, 9349.0, 9346.0, 9342.0, 9328.0, 9349.0, 9319.0, 9365.0, 9337.0, 9357.0, 9324.0, 9353.0, 9337.0, 9354.0, 9339.0, 9389.0, 9396.0, 9374.0, 9381.0, 9361.0, 9404.0, 9341.0, 9384.0, 9343.0, 9379.0, 9340.0, 9376.0, 9335.0, 9346.0, 9339.0, 9365.0, 9341.0, 9366.0, 9336.0, 9352.0, 9322.0, 9390.0, 9357.0, 9385.0, 9376.0, 9377.0, 9371.0, 9347.0, 9374.0, 9403.0, 9392.0, 9388.0, 9444.0, 9405.0, 9436.0, 9407.0, 9416.0, 9368.0, 9394.0, 9332.0, 9364.0, 9357.0, 9342.0, 9379.0, 9324.0, 9349.0, 9324.0, 9337.0, 9329.0, 9338.0, 9330.0, 9342.0, 9332.0, 9350.0, 9357.0, 9389.0, 9340.0, 9370.0, 9339.0, 9369.0, 9322.0, 9367.0, 9405.0, 9338.0, 9384.0, 9349.0, 9385.0, 9334.0, 9373.0, 9322.0, 9376.0, 9325.0, 9331.0, 9325.0, 9343.0, 9353.0, 9332.0, 9343.0, 9338.0, 9365.0, 9331.0, 9362.0, 9348.0, 9363.0, 9337.0, 9384.0, 9338.0, 9349.0, 9322.0, 9365.0, 9360.0, 9355.0, 9379.0, 9344.0, 9374.0, 9348.0, 9369.0, 9337.0, 9372.0, 9321.0, 9378.0, 9336.0, 9352.0, 9319.0, 9365.0, 9344.0, 9341.0, 9372.0, 9349.0, 9357.0, 9338.0, 9343.0, 9320.0, 9349.0, 9336.0, 9353.0, 9337.0, 9361.0, 9336.0, 9364.0, 9333.0, 9379.0, 9338.0, 9370.0, 9321.0, 9368.0, 9332.0, 9346.0, 9383.0, 9336.0, 9367.0, 9330.0, 9354.0, 9328.0, 9324.0, 9330.0, 9359.0, 9334.0, 9346.0, 9331.0, 9348.0, 9331.0, 9363.0, 9336.0, 9352.0, 9325.0, 9348.0, 9321.0, 9349.0, 9338.0, 9371.0, 9362.0, 9351.0, 9359.0, 9364.0, 9384.0, 9332.0, 9386.0, 9334.0, 9358.0, 9314.0, 9340.0, 9312.0, 9342.0, 9329.0, 9351.0, 9353.0, 9332.0, 9351.0, 9329.0, 9366.0, 9342.0, 9337.0, 9330.0, 9338.0, 9342.0, 9324.0, 9329.0, 9340.0, 9333.0, 9357.0, 9332.0, 9343.0, 9331.0, 9358.0, 9311.0, 9361.0, 9334.0, 9364.0, 9315.0, 9346.0, 9314.0, 9344.0, 9351.0, 9346.0, 9371.0, 9326.0, 9350.0, 9326.0, 9348.0, 9327.0, 9356.0, 9311.0, 9336.0, 9309.0, 9342.0, 9307.0, 9341.0, 9323.0, 9329.0, 9349.0, 9345.0, 9338.0, 9343.0, 9324.0, 9348.0, 9333.0, 9350.0, 9336.0, 9364.0, 9335.0, 9369.0, 9351.0, 9354.0, 9332.0, 9349.0, 9354.0, 9361.0, 9369.0, 9360.0, 9367.0, 9327.0, 9363.0, 9339.0, 9320.0, 9345.0, 9359.0, 9333.0, 9353.0, 9332.0, 9357.0, 9327.0, 9347.0, 9334.0, 9363.0, 9314.0, 9346.0, 9314.0, 9346.0, 9318.0, 9353.0, 9335.0, 9346.0, 9315.0, 9348.0, 9317.0, 9339.0, 9359.0, 9354.0, 9373.0, 9343.0, 9374.0, 9338.0, 9361.0, 9345.0, 9379.0, 9382.0, 9345.0, 9355.0, 9334.0, 9354.0, 9356.0, 9370.0, 9362.0, 9354.0, 9362.0, 9354.0, 9389.0, 9341.0, 9374.0, 9349.0, 9359.0, 9352.0, 9322.0, 9348.0, 9338.0, 9351.0, 9356.0, 9392.0, 9369.0, 9403.0, 9349.0, 9391.0, 9353.0, 9372.0, 9344.0, 9371.0, 9347.0, 9367.0, 9345.0, 9371.0, 9344.0, 9366.0, 9355.0, 9364.0, 9344.0, 9352.0, 9346.0, 9350.0, 9340.0, 9347.0, 9338.0, 9332.0, 9334.0, 9335.0, 9338.0, 9336.0, 9322.0, 9330.0, 9311.0, 9336.0, 9333.0, 9357.0, 9333.0, 9338.0, 9345.0, 9369.0, 9344.0, 9358.0, 9348.0, 9369.0, 9371.0, 9393.0, 9344.0, 9362.0, 9342.0, 9353.0, 9330.0, 9312.0, 9344.0, 9311.0, 9359.0, 9337.0, 9360.0, 9346.0, 9381.0, 9354.0, 9337.0, 9346.0, 9350.0, 9324.0, 9333.0, 9336.0, 9317.0, 9340.0, 9338.0, 9326.0, 9350.0, 9340.0, 9362.0, 9353.0, 9353.0, 9357.0, 9323.0, 9354.0, 9307.0, 9339.0, 9311.0, 9353.0, 9305.0, 9335.0, 9303.0, 9336.0, 9315.0, 9336.0, 9323.0, 9335.0, 9321.0, 9333.0, 9332.0, 9317.0, 9337.0, 9350.0, 9337.0, 9342.0, 9330.0, 9341.0, 9316.0, 9330.0, 9333.0, 9327.0, 9329.0, 9313.0, 9320.0, 9320.0, 9341.0, 9325.0, 9367.0, 9325.0, 9327.0, 9341.0, 9366.0, 9347.0, 9355.0, 9357.0, 9323.0, 9337.0, 9307.0, 9336.0, 9312.0, 9356.0, 9323.0, 9350.0, 9340.0, 9335.0, 9324.0, 9367.0, 9343.0, 9349.0, 9340.0, 9307.0, 9343.0, 9325.0, 9357.0, 9344.0, 9355.0, 9345.0, 9367.0, 9344.0, 9353.0, 9362.0, 9354.0, 9342.0, 9328.0, 9345.0, 9313.0, 9340.0, 9324.0, 9340.0, 9326.0, 9328.0, 9327.0, 9366.0, 9343.0, 9356.0, 9361.0, 9328.0, 9340.0, 9326.0, 9340.0, 9327.0, 9353.0, 9333.0, 9353.0, 9330.0, 9351.0, 9343.0, 9350.0, 9329.0, 9349.0, 9329.0, 9336.0, 9322.0, 9334.0, 9325.0, 9334.0, 9327.0, 9340.0, 9329.0, 9365.0, 9331.0, 9350.0, 9330.0, 9359.0, 9348.0, 9368.0, 9331.0, 9352.0, 9330.0, 9366.0, 9333.0, 9341.0, 9331.0, 9338.0, 9327.0, 9326.0, 9331.0, 9357.0, 9345.0, 9353.0, 9332.0, 9329.0, 9331.0, 9346.0, 9354.0, 9395.0, 9357.0, 9339.0, 9356.0, 9355.0, 9375.0, 9370.0, 9402.0, 9354.0, 9368.0, 9332.0, 9361.0, 9329.0, 9365.0, 9331.0, 9345.0, 9309.0, 9340.0, 9314.0, 9341.0, 9329.0, 9363.0, 9346.0, 9358.0, 9344.0, 9342.0, 9333.0, 9370.0, 9352.0, 9377.0, 9349.0, 9358.0, 9335.0, 9369.0, 9335.0, 9344.0, 9347.0, 9343.0, 9336.0, 9345.0, 9351.0, 9332.0, 9351.0, 9348.0, 9363.0, 9353.0, 9368.0, 9358.0, 9354.0, 9375.0, 9354.0, 9382.0, 9352.0, 9367.0, 9354.0, 9390.0, 9366.0, 9402.0, 9366.0, 9373.0, 9332.0, 9337.0, 9326.0, 9334.0, 9327.0, 9367.0, 9330.0, 9351.0, 9329.0, 9327.0, 9344.0, 9330.0, 9358.0, 9337.0, 9374.0, 9331.0, 9358.0, 9346.0, 9356.0, 9349.0, 9358.0, 9349.0, 9344.0, 9333.0, 9326.0, 9346.0, 9328.0, 9364.0, 9347.0, 9358.0, 9330.0, 9359.0, 9330.0, 9345.0, 9350.0, 9346.0, 9360.0, 9356.0, 9353.0, 9379.0, 9364.0, 9380.0, 9380.0, 9396.0, 9403.0, 9433.0, 9456.0, 9378.0, 9365.0, 9343.0, 9378.0, 9403.0, 9386.0, 9394.0, 9353.0, 9373.0, 9361.0, 9373.0, 9345.0, 9387.0, 9323.0, 9365.0, 9300.0, 9341.0, 9278.0, 9304.0, 9299.0, 9318.0, 9300.0, 9314.0, 9299.0, 9318.0, 9299.0, 9316.0, 9289.0, 9309.0, 9290.0, 9309.0, 9293.0, 9332.0, 9311.0, 9328.0, 9304.0, 9312.0, 9321.0, 9314.0, 9334.0, 9345.0, 9331.0, 9353.0, 9342.0, 9335.0, 9326.0, 9349.0, 9344.0, 9367.0, 9347.0, 9402.0, 9364.0, 9375.0, 9352.0, 9382.0, 9351.0, 9378.0, 9371.0, 9390.0, 9352.0, 9347.0, 9367.0, 9364.0, 9369.0, 9396.0, 9375.0, 9371.0, 9365.0, 9347.0, 9379.0, 9382.0, 9379.0, 9380.0, 9382.0, 9383.0, 9392.0, 9400.0, 9397.0, 9408.0, 9363.0, 9403.0, 9359.0, 9372.0, 9342.0, 9357.0, 9336.0, 9339.0, 9332.0, 9339.0, 9321.0, 9352.0, 9337.0, 9337.0, 9332.0, 9354.0, 9316.0, 9332.0, 9329.0, 9344.0, 9331.0, 9320.0, 9331.0, 9334.0, 9331.0, 9345.0, 9344.0, 9363.0, 9347.0, 9345.0, 9328.0, 9346.0, 9343.0, 9340.0, 9348.0, 9358.0, 9344.0, 9357.0, 9333.0, 9316.0, 9328.0, 9340.0, 9346.0, 9329.0, 9343.0, 9328.0, 9342.0, 9329.0, 9341.0, 9346.0, 9360.0, 9353.0, 9375.0, 9358.0, 9352.0, 9338.0, 9370.0, 9354.0, 9384.0, 9373.0, 9418.0, 9360.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.00035059701492537313</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018836160116086235</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.26596526477176</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1968312214190884</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0013732079087134</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4553</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6558.1704</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07387131953536884</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4096185737976783</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5503137522865393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4550277596493952</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7643802068193124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4315332903909104</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.013402</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014312772080302238</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02925833873450756</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.720836796798308</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>24.041</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.5606</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308050.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>812.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.8497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.0066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3468.1383</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3729.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68494.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1001.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4555.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1002.1866</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.3581738214707</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> |