=== 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-0118 --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-0118",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
135 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
135 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-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-01/func/sub-0118_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>50b270c987c6ac1e2d6f15dfb55c849d</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>17:12:20.622500</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.999983, 0.00454059, 0.00364012, -0.00488687, 0.994816, 0.101572]</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.259</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.083986</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>37</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4205, -7792, -7220, 348, -97, -26, -123, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>218.897</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>00b971a3-7cdd-46ad-8239-dc66a2280fe3||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.6828813552856445, -0.013111112639307976, 0.008532129228115082, 113.51448059082031], [-0.012182069942355156, 2.6690189838409424, 0.27428823709487915, -110.91435241699219], [0.009766162373125553, -0.27251070737838745, 2.6860179901123047, -50.679378509521484], [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': ['171220.622500', '171221.082500', '171221.542500', '171222.002500', '171222.462500', '171222.922500', '171223.382500', '171223.842500', '171224.302500', '171224.762500', '171225.222500', '171225.682500', '171226.142500', '171226.602500', '171227.062500', '171227.522500', '171227.982500', '171228.442500', '171228.902500', '171229.362500', '171229.822500', '171230.282500', '171230.742500', '171231.202500', '171231.662500', '171232.122500', '171232.582500', '171233.042500', '171233.502500', '171233.962500', '171234.422500', '171234.882500', '171235.342500', '171235.802500', '171236.262500', '171236.722500', '171237.182500', '171237.642500', '171238.102500', '171238.562500', '171239.022500', '171239.482500', '171239.942500', '171240.402500', '171240.862500', '171241.322500', '171241.782500', '171242.242500', '171242.702500', '171243.162500', '171243.622500', '171244.082500', '171244.542500', '171245.002500', '171245.462500', '171245.922500', '171246.382500', '171246.842500', '171247.302500', '171247.762500', '171248.222500', '171248.682500', '171249.142500', '171249.602500', '171250.062500', '171250.522500', '171250.982500', '171251.442500', '171251.902500', '171252.362500', '171252.822500', '171253.282500', '171253.742500', '171254.202500', '171254.662500', '171255.122500', '171255.582500', '171256.042500', '171256.502500', '171256.962500', '171257.422500', '171257.882500', '171258.342500', '171258.802500', '171259.262500', '171259.722500', '171300.182500', '171300.642500', '171301.102500', '171301.562500', '171302.022500', '171302.482500', '171302.942500', '171303.402500', '171303.862500', '171304.322500', '171304.782500', '171305.242500', '171305.702500', '171306.162500', '171306.622500', '171307.082500', '171307.542500', '171308.002500', '171308.462500', '171308.922500', '171309.382500', '171309.842500', '171310.302500', '171310.762500', '171311.222500', '171311.682500', '171312.142500', '171312.602500', '171313.062500', '171313.522500', '171313.982500', '171314.442500', '171314.902500', '171315.362500', '171315.822500', '171316.282500', '171316.742500', '171317.202500', '171317.662500', '171318.122500', '171318.582500', '171319.042500', '171319.502500', '171319.962500', '171320.422500', '171320.882500', '171321.342500', '171321.802500', '171322.262500', '171322.722500', '171323.182500', '171323.642500', '171324.102500', '171324.562500', '171325.022500', '171325.482500', '171325.942500', '171326.402500', '171326.862500', '171327.322500', '171327.782500', '171328.242500', '171328.702500', '171329.162500', '171329.622500', '171330.082500', '171330.542500', '171331.002500', '171331.462500', '171331.922500', '171332.382500', '171332.842500', '171333.302500', '171333.762500', '171334.222500', '171334.682500', '171335.142500', '171335.602500', '171336.062500', '171336.522500', '171336.982500', '171337.442500', '171337.902500', '171338.362500', '171338.822500', '171339.282500', '171339.742500', '171340.202500', '171340.662500', '171341.122500', '171341.582500', '171342.042500', '171342.502500', '171342.962500', '171343.422500', '171343.882500', '171344.342500', '171344.802500', '171345.262500', '171345.722500', '171346.182500', '171346.642500', '171347.102500', '171347.562500', '171348.022500', '171348.482500', '171348.942500', '171349.402500', '171349.862500', '171350.322500', '171350.782500', '171351.242500', '171351.702500', '171352.162500', '171352.622500', '171353.082500', '171353.542500', '171354.002500', '171354.462500', '171354.922500', '171355.382500', '171355.842500', '171356.302500', '171356.762500', '171357.222500', '171357.682500', '171358.142500', '171358.602500', '171359.062500', '171359.522500', '171359.982500', '171400.442500', '171400.902500', '171401.362500', '171401.822500', '171402.282500', '171402.742500', '171403.202500', '171403.662500', '171404.122500', '171404.582500', '171405.042500', '171405.502500', '171405.962500', '171406.422500', '171406.882500', '171407.342500', '171407.802500', '171408.262500', '171408.722500', '171409.182500', '171409.642500', '171410.102500', '171410.562500', '171411.022500', '171411.482500', '171411.942500', '171412.402500', '171412.862500', '171413.322500', '171413.782500', '171414.242500', '171414.702500', '171415.162500', '171415.622500', '171416.082500', '171416.542500', '171417.002500', '171417.462500', '171417.922500', '171418.382500', '171418.842500', '171419.302500', '171419.762500', '171420.222500', '171420.682500', '171421.142500', '171421.602500', '171422.062500', '171422.522500', '171422.982500', '171423.442500', '171423.902500', '171424.362500', '171424.822500', '171425.282500', '171425.742500', '171426.202500', '171426.662500', '171427.122500', '171427.582500', '171428.042500', '171428.502500', '171428.962500', '171429.422500', '171429.882500', '171430.342500', '171430.802500', '171431.262500', '171431.722500', '171432.182500', '171432.642500', '171433.102500', '171433.562500', '171434.022500', '171434.482500', '171434.942500', '171435.402500', '171435.862500', '171436.322500', '171436.782500', '171437.242500', '171437.702500', '171438.162500', '171438.622500', '171439.082500', '171439.542500', '171440.002500', '171440.462500', '171440.922500', '171441.382500', '171441.842500', '171442.302500', '171442.762500', '171443.222500', '171443.682500', '171444.142500', '171444.602500', '171445.062500', '171445.522500', '171445.982500', '171446.442500', '171446.902500', '171447.362500', '171447.822500', '171448.282500', '171448.742500', '171449.202500', '171449.662500', '171450.122500', '171450.582500', '171451.042500', '171451.502500', '171451.962500', '171452.422500', '171452.882500', '171453.342500', '171453.802500', '171454.262500', '171454.722500', '171455.182500', '171455.642500', '171456.102500', '171456.562500', '171457.022500', '171457.482500', '171457.942500', '171458.402500', '171458.862500', '171459.322500', '171459.782500', '171500.242500', '171500.702500', '171501.162500', '171501.622500', '171502.082500', '171502.542500', '171503.002500', '171503.462500', '171503.922500', '171504.382500', '171504.842500', '171505.302500', '171505.762500', '171506.222500', '171506.682500', '171507.142500', '171507.602500', '171508.062500', '171508.522500', '171508.982500', '171509.442500', '171509.902500', '171510.362500', '171510.822500', '171511.282500', '171511.742500', '171512.202500', '171512.662500', '171513.122500', '171513.582500', '171514.042500', '171514.502500', '171514.962500', '171515.422500', '171515.882500', '171516.342500', '171516.802500', '171517.262500', '171517.722500', '171518.182500', '171518.642500', '171519.102500', '171519.562500', '171520.022500', '171520.482500', '171520.942500', '171521.402500', '171521.862500', '171522.322500', '171522.782500', '171523.242500', '171523.702500', '171524.162500', '171524.622500', '171525.082500', '171525.542500', '171526.002500', '171526.462500', '171526.922500', '171527.382500', '171527.842500', '171528.302500', '171528.762500', '171529.222500', '171529.682500', '171530.142500', '171530.602500', '171531.062500', '171531.522500', '171531.982500', '171532.442500', '171532.902500', '171533.362500', '171533.822500', '171534.282500', '171534.742500', '171535.202500', '171535.662500', '171536.122500', '171536.582500', '171537.042500', '171537.502500', '171537.962500', '171538.422500', '171538.882500', '171539.342500', '171539.802500', '171540.262500', '171540.722500', '171541.182500', '171541.642500', '171542.102500', '171542.562500', '171543.022500', '171543.482500', '171543.942500', '171544.402500', '171544.862500', '171545.322500', '171545.782500', '171546.242500', '171546.702500', '171547.162500', '171547.622500', '171548.082500', '171548.542500', '171549.002500', '171549.462500', '171549.922500', '171550.382500', '171550.842500', '171551.302500', '171551.762500', '171552.222500', '171552.682500', '171553.142500', '171553.602500', '171554.062500', '171554.522500', '171554.982500', '171555.442500', '171555.902500', '171556.362500', '171556.822500', '171557.282500', '171557.742500', '171558.202500', '171558.662500', '171559.122500', '171559.582500', '171600.042500', '171600.502500', '171600.962500', '171601.422500', '171601.882500', '171602.342500', '171602.802500', '171603.262500', '171603.722500', '171604.182500', '171604.642500', '171605.102500', '171605.562500', '171606.022500', '171606.482500', '171606.942500', '171607.402500', '171607.862500', '171608.322500', '171608.782500', '171609.242500', '171609.702500', '171610.162500', '171610.622500', '171611.082500', '171611.542500', '171612.002500', '171612.462500', '171612.922500', '171613.382500', '171613.842500', '171614.302500', '171614.762500', '171615.222500', '171615.682500', '171616.142500', '171616.602500', '171617.062500', '171617.522500', '171617.982500', '171618.442500', '171618.902500', '171619.362500', '171619.822500', '171620.282500', '171620.742500', '171621.202500', '171621.662500', '171622.122500', '171622.582500', '171623.042500', '171623.502500', '171623.962500', '171624.422500', '171624.882500', '171625.342500', '171625.802500', '171626.262500', '171626.722500', '171627.182500', '171627.642500', '171628.102500', '171628.562500', '171629.022500', '171629.482500', '171629.942500', '171630.402500', '171630.862500', '171631.322500', '171631.782500', '171632.242500', '171632.702500', '171633.162500', '171633.622500', '171634.082500', '171634.542500', '171635.002500', '171635.462500', '171635.922500', '171636.382500', '171636.842500', '171637.302500', '171637.762500', '171638.222500', '171638.682500', '171639.142500', '171639.602500', '171640.062500', '171640.522500', '171640.982500', '171641.442500', '171641.902500', '171642.362500', '171642.822500', '171643.282500', '171643.742500', '171644.202500', '171644.662500', '171645.122500', '171645.582500', '171646.042500', '171646.502500', '171646.962500', '171647.422500', '171647.882500', '171648.342500', '171648.802500', '171649.262500', '171649.722500', '171650.182500', '171650.642500', '171651.102500', '171651.562500', '171652.022500', '171652.482500', '171652.942500', '171653.402500', '171653.862500', '171654.322500', '171654.782500', '171655.242500', '171655.702500', '171656.162500', '171656.622500', '171657.082500', '171657.542500', '171658.002500', '171658.462500', '171658.922500', '171659.382500', '171659.842500', '171700.302500', '171700.762500', '171701.222500', '171701.682500', '171702.142500', '171702.602500', '171703.062500', '171703.522500', '171703.982500', '171704.442500', '171704.902500', '171705.362500', '171705.822500', '171706.282500', '171706.742500', '171707.202500', '171707.662500', '171708.122500', '171708.582500', '171709.042500', '171709.502500', '171709.962500', '171710.422500', '171710.882500', '171711.342500', '171711.802500', '171712.262500', '171712.722500', '171713.182500', '171713.642500', '171714.102500', '171714.562500', '171715.022500', '171715.482500', '171715.942500', '171716.402500', '171716.862500', '171717.322500', '171717.782500', '171718.242500', '171718.702500', '171719.162500', '171719.622500', '171720.082500', '171720.542500', '171721.002500', '171721.462500', '171721.922500', '171722.382500', '171722.842500', '171723.302500', '171723.762500', '171724.222500', '171724.682500', '171725.142500', '171725.602500', '171726.062500', '171726.522500', '171726.982500', '171727.442500', '171727.902500', '171728.362500', '171728.822500', '171729.282500', '171729.742500', '171730.202500', '171730.662500', '171731.122500', '171731.582500', '171732.042500', '171732.502500', '171732.962500', '171733.422500', '171733.882500', '171734.342500', '171734.802500', '171735.262500', '171735.722500', '171736.182500', '171736.642500', '171737.102500', '171737.562500', '171738.022500', '171738.482500', '171738.942500', '171739.402500', '171739.862500', '171740.322500', '171740.782500', '171741.242500', '171741.702500', '171742.162500', '171742.622500', '171743.082500', '171743.542500', '171744.002500', '171744.462500', '171744.922500', '171745.382500', '171745.842500', '171746.302500', '171746.762500', '171747.222500', '171747.682500', '171748.142500', '171748.602500', '171749.062500', '171749.522500', '171749.982500', '171750.442500', '171750.902500', '171751.362500', '171751.822500', '171752.282500', '171752.742500', '171753.202500', '171753.662500', '171754.122500', '171754.582500', '171755.042500', '171755.502500', '171755.962500', '171756.422500', '171756.882500', '171757.342500', '171757.802500', '171758.262500', '171758.722500', '171759.182500', '171759.642500', '171800.102500', '171800.562500', '171801.022500', '171801.482500', '171801.942500', '171802.402500', '171802.862500', '171803.322500', '171803.782500', '171804.242500', '171804.702500', '171805.162500', '171805.622500', '171806.082500', '171806.542500', '171807.002500', '171807.462500', '171807.922500', '171808.382500', '171808.842500', '171809.302500', '171809.762500', '171810.222500', '171810.682500', '171811.142500', '171811.602500', '171812.062500', '171812.522500', '171812.982500', '171813.442500', '171813.902500', '171814.362500', '171814.822500', '171815.282500', '171815.742500', '171816.202500', '171816.662500', '171817.122500', '171817.582500', '171818.042500', '171818.502500', '171818.962500', '171819.422500', '171819.882500', '171820.342500', '171820.802500', '171821.262500', '171821.722500', '171822.182500', '171822.642500', '171823.102500', '171823.562500', '171824.022500', '171824.482500', '171824.942500', '171825.402500', '171825.862500', '171826.322500', '171826.782500', '171827.242500', '171827.702500', '171828.162500', '171828.622500', '171829.082500', '171829.542500', '171830.002500', '171830.462500', '171830.922500', '171831.382500', '171831.842500', '171832.302500', '171832.762500', '171833.222500', '171833.682500', '171834.142500', '171834.602500', '171835.062500', '171835.522500', '171835.982500', '171836.442500', '171836.902500', '171837.362500', '171837.822500', '171838.282500', '171838.742500', '171839.202500', '171839.662500', '171840.122500', '171840.582500', '171841.042500', '171841.502500', '171841.962500', '171842.422500', '171842.882500', '171843.342500', '171843.802500', '171844.262500', '171844.722500', '171845.182500', '171845.642500', '171846.102500', '171846.562500', '171847.022500', '171847.482500', '171847.942500', '171848.402500', '171848.862500', '171849.322500', '171849.782500', '171850.242500', '171850.702500', '171851.162500', '171851.622500', '171852.082500', '171852.542500', '171853.002500', '171853.462500', '171853.922500', '171854.382500', '171854.842500', '171855.302500', '171855.762500', '171856.222500', '171856.682500', '171857.142500', '171857.602500', '171858.062500', '171858.522500', '171858.982500', '171859.442500', '171859.902500', '171900.362500', '171900.822500', '171901.282500', '171901.742500', '171902.202500', '171902.662500', '171903.122500', '171903.582500', '171904.042500', '171904.502500', '171904.962500', '171905.422500', '171905.882500', '171906.342500', '171906.802500', '171907.262500', '171907.722500', '171908.182500', '171908.642500', '171909.102500', '171909.562500', '171910.022500', '171910.482500', '171910.942500', '171911.402500', '171911.862500', '171912.322500', '171912.782500', '171913.242500', '171913.702500', '171914.162500', '171914.622500', '171915.082500', '171915.542500', '171916.002500', '171916.462500', '171916.922500', '171917.382500', '171917.842500', '171918.302500', '171918.762500', '171919.222500', '171919.682500', '171920.142500', '171920.602500', '171921.062500', '171921.522500', '171921.982500', '171922.442500', '171922.902500', '171923.362500', '171923.822500', '171924.282500', '171924.742500', '171925.202500', '171925.662500', '171926.122500', '171926.582500', '171927.042500', '171927.502500', '171927.962500', '171928.422500', '171928.882500', '171929.342500', '171929.802500', '171930.262500', '171930.722500', '171931.182500', '171931.642500', '171932.102500', '171932.562500', '171933.022500', '171933.482500', '171933.942500', '171934.402500', '171934.862500', '171935.322500', '171935.782500', '171936.242500', '171936.702500', '171937.162500', '171937.622500', '171938.082500', '171938.542500', '171939.002500', '171939.462500', '171939.922500', '171940.382500', '171940.842500', '171941.302500', '171941.762500', '171942.222500', '171942.682500', '171943.142500', '171943.602500', '171944.062500', '171944.522500', '171944.982500', '171945.442500', '171945.902500', '171946.362500', '171946.822500', '171947.282500', '171947.742500', '171948.202500', '171948.662500', '171949.122500', '171949.582500', '171950.042500', '171950.502500', '171950.962500', '171951.422500', '171951.882500', '171952.342500', '171952.802500', '171953.262500', '171953.722500', '171954.182500', '171954.642500', '171955.102500', '171955.562500', '171956.022500', '171956.482500', '171956.942500', '171957.402500', '171957.862500', '171958.322500', '171958.782500', '171959.242500', '171959.702500', '172000.162500', '172000.622500', '172001.082500', '172001.542500', '172002.002500', '172002.462500', '172002.922500', '172003.382500', '172003.842500', '172004.302500', '172004.762500', '172005.222500', '172005.682500', '172006.142500', '172006.602500', '172007.062500', '172007.522500', '172007.982500', '172008.442500', '172008.902500', '172009.362500', '172009.822500', '172010.282500', '172010.742500', '172011.202500', '172011.662500', '172012.122500', '172012.582500', '172013.042500', '172013.502500', '172013.962500', '172014.422500', '172014.882500', '172015.342500', '172015.802500', '172016.262500', '172016.722500', '172017.182500', '172017.642500', '172018.102500', '172018.562500', '172019.022500', '172019.482500', '172019.942500', '172020.402500', '172020.862500', '172021.322500', '172021.782500', '172022.242500', '172022.702500', '172023.162500', '172023.622500', '172024.082500', '172024.542500', '172025.002500', '172025.462500', '172025.922500', '172026.382500', '172026.842500', '172027.302500', '172027.762500', '172028.222500', '172028.682500', '172029.142500', '172029.602500', '172030.062500', '172030.522500', '172030.982500', '172031.442500', '172031.902500', '172032.362500', '172032.822500', '172033.282500', '172033.742500', '172034.202500', '172034.662500', '172035.122500', '172035.582500', '172036.042500', '172036.502500', '172036.962500', '172037.422500', '172037.882500', '172038.342500', '172038.802500', '172039.262500', '172039.722500', '172040.182500', '172040.642500', '172041.102500', '172041.562500', '172042.022500', '172042.482500', '172042.942500', '172043.402500', '172043.862500', '172044.322500', '172044.782500', '172045.242500', '172045.702500', '172046.162500', '172046.622500', '172047.082500', '172047.542500', '172048.002500', '172048.462500', '172048.922500', '172049.382500', '172049.842500', '172050.302500', '172050.762500', '172051.222500', '172051.682500', '172052.142500', '172052.602500', '172053.062500', '172053.522500', '172053.982500', '172054.442500', '172054.902500', '172055.362500', '172055.822500', '172056.282500', '172056.742500', '172057.202500', '172057.662500', '172058.122500', '172058.582500', '172059.042500', '172059.502500', '172059.962500', '172100.422500', '172100.882500', '172101.342500', '172101.802500', '172102.262500', '172102.722500', '172103.182500', '172103.642500', '172104.102500', '172104.562500', '172105.022500', '172105.482500', '172105.942500', '172106.402500', '172106.862500', '172107.322500', '172107.782500', '172108.242500', '172108.702500', '172109.162500', '172109.622500', '172110.082500', '172110.542500', '172111.002500', '172111.462500', '172111.922500', '172112.382500', '172112.842500', '172113.302500', '172113.762500', '172114.222500', '172114.682500', '172115.142500', '172115.602500', '172116.062500', '172116.522500', '172116.982500', '172117.442500', '172117.902500', '172118.362500', '172118.822500', '172119.282500', '172119.742500', '172120.202500', '172120.662500', '172121.122500', '172121.582500', '172122.042500', '172122.502500', '172122.962500', '172123.422500', '172123.882500', '172124.342500', '172124.802500', '172125.262500', '172125.722500', '172126.182500', '172126.642500', '172127.102500', '172127.562500', '172128.022500', '172128.482500', '172128.942500', '172129.402500', '172129.862500', '172130.322500', '172130.782500', '172131.242500', '172131.702500', '172132.162500', '172132.622500', '172133.082500', '172133.542500', '172134.002500', '172134.462500', '172134.922500', '172135.382500', '172135.842500', '172136.302500'], 'ContentTime': ['171242.823000', '171242.826000', '171242.835000', '171242.838000', '171242.840000', '171242.843000', '171242.845000', '171242.848000', '171242.850000', '171242.853000', '171242.855000', '171242.858000', '171242.861000', '171242.863000', '171242.866000', '171242.869000', '171242.871000', '171242.874000', '171242.876000', '171242.879000', '171242.881000', '171242.884000', '171242.887000', '171242.889000', '171242.892000', '171242.894000', '171242.897000', '171242.900000', '171242.902000', '171242.905000', '171242.907000', '171242.910000', '171242.912000', '171242.915000', '171242.918000', '171242.920000', '171242.923000', '171242.925000', '171242.933000', '171242.936000', '171242.939000', '171242.941000', '171242.944000', '171242.947000', '171242.949000', '171242.952000', '171302.783000', '171302.786000', '171302.789000', '171302.791000', '171302.794000', '171302.796000', '171302.799000', '171302.803000', '171302.806000', '171302.809000', '171302.812000', '171302.814000', '171302.817000', '171302.820000', '171302.822000', '171302.825000', '171302.827000', '171302.830000', '171302.832000', '171302.835000', '171302.838000', '171302.840000', '171302.843000', '171302.845000', '171302.848000', '171302.851000', '171302.853000', '171302.856000', '171302.859000', '171302.861000', '171302.864000', '171302.866000', '171302.869000', '171302.871000', '171302.880000', '171302.882000', '171302.885000', '171302.887000', '171302.890000', '171302.892000', '171302.895000', '171302.898000', '171302.900000', '171322.783000', '171322.786000', '171322.789000', '171322.791000', '171322.794000', '171322.796000', '171322.799000', '171322.802000', '171322.804000', '171322.822000', '171322.825000', '171322.827000', '171322.830000', '171322.832000', '171322.835000', '171322.837000', '171322.840000', '171322.843000', '171322.845000', '171322.848000', '171322.850000', '171322.853000', '171322.855000', '171322.858000', '171322.861000', '171322.863000', '171322.866000', '171322.868000', '171322.871000', '171322.874000', '171322.876000', '171322.879000', '171322.881000', '171322.884000', '171322.887000', '171322.889000', '171322.892000', '171322.903000', '171322.905000', '171322.908000', '171322.910000', '171322.913000', '171322.915000', '171322.918000', '171342.784000', '171342.787000', '171342.790000', '171342.793000', '171342.795000', '171342.798000', '171342.801000', '171342.803000', '171342.806000', '171342.808000', '171342.811000', '171342.814000', '171342.816000', '171342.819000', '171342.821000', '171342.824000', '171342.827000', '171342.829000', '171342.832000', '171342.834000', '171342.837000', '171342.839000', '171342.853000', '171342.856000', '171342.858000', '171342.861000', '171342.864000', '171342.866000', '171342.869000', '171342.871000', '171342.874000', '171342.877000', '171342.879000', '171342.882000', '171342.884000', '171342.887000', '171342.890000', '171342.892000', '171342.895000', '171342.897000', '171342.900000', '171342.903000', '171342.905000', '171402.785000', '171402.787000', '171402.790000', '171402.793000', '171402.795000', '171402.798000', '171402.800000', '171402.803000', '171402.806000', '171402.808000', '171402.811000', '171402.813000', '171402.824000', '171402.827000', '171402.829000', '171402.832000', '171402.835000', '171402.837000', '171402.840000', '171402.842000', '171402.845000', '171402.848000', '171402.850000', '171402.853000', '171402.856000', '171402.858000', '171402.861000', '171402.863000', '171402.866000', '171402.869000', '171402.871000', '171402.874000', '171402.876000', '171402.879000', '171402.882000', '171402.884000', '171402.887000', '171402.890000', '171402.892000', '171402.895000', '171402.897000', '171402.900000', '171402.902000', '171402.905000', '171422.783000', '171422.786000', '171422.789000', '171422.792000', '171422.794000', '171422.797000', '171422.800000', '171422.802000', '171422.805000', '171422.808000', '171422.810000', '171422.813000', '171422.816000', '171422.818000', '171422.821000', '171422.824000', '171422.826000', '171422.829000', '171422.832000', '171422.834000', '171422.837000', '171422.839000', '171422.843000', '171422.846000', '171422.849000', '171422.851000', '171422.854000', '171422.857000', '171422.859000', '171422.862000', '171422.864000', '171422.867000', '171422.870000', '171422.872000', '171422.875000', '171422.877000', '171422.880000', '171422.883000', '171422.885000', '171422.888000', '171422.890000', '171422.893000', '171422.896000', '171442.783000', '171442.786000', '171442.789000', '171442.791000', '171442.794000', '171442.797000', '171442.799000', '171442.802000', '171442.805000', '171442.807000', '171442.810000', '171442.812000', '171442.815000', '171442.817000', '171442.820000', '171442.823000', '171442.825000', '171442.828000', '171442.830000', '171442.833000', '171442.836000', '171442.838000', '171442.841000', '171442.843000', '171442.846000', '171442.849000', '171442.851000', '171442.854000', '171442.857000', '171442.859000', '171442.862000', '171442.864000', '171442.867000', '171442.869000', '171442.872000', '171442.875000', '171442.877000', '171442.880000', '171442.882000', '171442.885000', '171442.888000', '171442.890000', '171442.893000', '171442.895000', '171502.783000', '171502.786000', '171502.789000', '171502.791000', '171502.819000', '171502.822000', '171502.825000', '171502.827000', '171502.830000', '171502.833000', '171502.835000', '171502.838000', '171502.841000', '171502.843000', '171502.846000', '171502.848000', '171502.851000', '171502.854000', '171502.856000', '171502.859000', '171502.861000', '171502.864000', '171502.867000', '171502.869000', '171502.872000', '171502.874000', '171502.877000', '171502.880000', '171502.882000', '171502.885000', '171502.887000', '171502.890000', '171502.893000', '171502.895000', '171502.898000', '171502.901000', '171502.903000', '171502.906000', '171502.908000', '171502.911000', '171502.914000', '171502.916000', '171502.927000', '171522.783000', '171522.786000', '171522.789000', '171522.792000', '171522.794000', '171522.797000', '171522.800000', '171522.802000', '171522.805000', '171522.807000', '171522.810000', '171522.813000', '171522.815000', '171522.818000', '171522.820000', '171522.823000', '171522.826000', '171522.828000', '171522.831000', '171522.833000', '171522.836000', '171522.839000', '171522.841000', '171522.844000', '171522.846000', '171522.849000', '171522.852000', '171522.854000', '171522.857000', '171522.859000', '171522.862000', '171522.865000', '171522.867000', '171522.870000', '171522.872000', '171522.875000', '171522.878000', '171522.880000', '171522.883000', '171522.885000', '171522.888000', '171522.891000', '171522.893000', '171522.896000', '171542.784000', '171542.787000', '171542.789000', '171542.792000', '171542.795000', '171542.797000', '171542.800000', '171542.802000', '171542.805000', '171542.807000', '171542.810000', '171542.813000', '171542.815000', '171542.818000', '171542.820000', '171542.823000', '171542.826000', '171542.828000', '171542.831000', '171542.834000', '171542.836000', '171542.839000', '171542.841000', '171542.844000', '171542.846000', '171542.849000', '171542.852000', '171542.854000', '171542.857000', '171542.860000', '171542.862000', '171542.865000', '171542.867000', '171542.870000', '171542.873000', '171542.875000', '171542.878000', '171542.882000', '171542.885000', '171542.888000', '171542.890000', '171542.893000', '171542.896000', '171602.784000', '171602.787000', '171602.790000', '171602.792000', '171602.795000', '171602.798000', '171602.800000', '171602.803000', '171602.806000', '171602.808000', '171602.811000', '171602.813000', '171602.816000', '171602.819000', '171602.821000', '171602.824000', '171602.826000', '171602.829000', '171602.832000', '171602.834000', '171602.837000', '171602.839000', '171602.842000', '171602.844000', '171602.847000', '171602.850000', '171602.852000', '171602.855000', '171602.857000', '171602.860000', '171602.863000', '171602.865000', '171602.868000', '171602.870000', '171602.873000', '171602.876000', '171602.878000', '171602.881000', '171602.883000', '171602.886000', '171602.889000', '171602.891000', '171602.894000', '171602.896000', '171622.785000', '171622.787000', '171622.790000', '171622.793000', '171622.795000', '171622.799000', '171622.802000', '171622.805000', '171622.807000', '171622.810000', '171622.812000', '171622.815000', '171622.817000', '171622.820000', '171622.823000', '171622.825000', '171622.828000', '171622.831000', '171622.833000', '171622.836000', '171622.838000', '171622.841000', '171622.843000', '171622.846000', '171622.848000', '171622.851000', '171622.854000', '171622.856000', '171622.859000', '171622.870000', '171622.872000', '171622.875000', '171622.877000', '171622.880000', '171622.882000', '171622.885000', '171622.888000', '171622.890000', '171622.893000', '171622.895000', '171622.898000', '171622.901000', '171622.903000', '171642.784000', '171642.786000', '171642.789000', '171642.792000', '171642.794000', '171642.797000', '171642.800000', '171642.802000', '171642.805000', '171642.808000', '171642.810000', '171642.813000', '171642.815000', '171642.818000', '171642.820000', '171642.823000', '171642.826000', '171642.828000', '171642.831000', '171642.833000', '171642.836000', '171642.839000', '171642.841000', '171642.844000', '171642.846000', '171642.849000', '171642.852000', '171642.854000', '171642.857000', '171642.860000', '171642.862000', '171642.865000', '171642.867000', '171642.870000', '171642.872000', '171642.875000', '171642.878000', '171642.880000', '171642.883000', '171642.885000', '171642.888000', '171642.890000', '171642.893000', '171642.896000', '171702.784000', '171702.786000', '171702.789000', '171702.792000', '171702.794000', '171702.797000', '171702.800000', '171702.802000', '171702.805000', '171702.807000', '171702.810000', '171702.813000', '171702.815000', '171702.818000', '171702.821000', '171702.823000', '171702.826000', '171702.828000', '171702.831000', '171702.834000', '171702.836000', '171702.839000', '171702.841000', '171702.844000', '171702.846000', '171702.849000', '171702.852000', '171702.855000', '171702.857000', '171702.860000', '171702.863000', '171702.865000', '171702.868000', '171702.870000', '171702.873000', '171702.876000', '171702.878000', '171702.881000', '171702.883000', '171702.886000', '171702.889000', '171702.892000', '171702.895000', '171722.783000', '171722.786000', '171722.789000', '171722.791000', '171722.794000', '171722.797000', '171722.799000', '171722.802000', '171722.804000', '171722.807000', '171722.810000', '171722.812000', '171722.815000', '171722.818000', '171722.820000', '171722.823000', '171722.825000', '171722.828000', '171722.830000', '171722.833000', '171722.836000', '171722.838000', '171722.841000', '171722.844000', '171722.846000', '171722.849000', '171722.851000', '171722.854000', '171722.857000', '171722.859000', '171722.862000', '171722.865000', '171722.867000', '171722.870000', '171722.872000', '171722.875000', '171722.877000', '171722.880000', '171722.883000', '171722.885000', '171722.889000', '171722.891000', '171722.894000', '171722.897000', '171742.783000', '171742.786000', '171742.789000', '171742.792000', '171742.794000', '171742.797000', '171742.800000', '171742.802000', '171742.805000', '171742.808000', '171742.810000', '171742.813000', '171742.815000', '171742.818000', '171742.821000', '171742.823000', '171742.826000', '171742.828000', '171742.831000', '171742.833000', '171742.836000', '171742.839000', '171742.841000', '171742.844000', '171742.847000', '171742.849000', '171742.854000', '171742.857000', '171742.859000', '171742.862000', '171742.864000', '171742.867000', '171742.870000', '171742.872000', '171742.875000', '171742.877000', '171742.880000', '171742.882000', '171742.885000', '171742.888000', '171742.890000', '171742.893000', '171742.896000', '171802.784000', '171802.786000', '171802.789000', '171802.792000', '171802.794000', '171802.797000', '171802.800000', '171802.802000', '171802.805000', '171802.807000', '171802.810000', '171802.813000', '171802.815000', '171802.818000', '171802.821000', '171802.823000', '171802.826000', '171802.828000', '171802.831000', '171802.834000', '171802.836000', '171802.839000', '171802.841000', '171802.844000', '171802.847000', '171802.849000', '171802.852000', '171802.854000', '171802.857000', '171802.860000', '171802.862000', '171802.865000', '171802.867000', '171802.870000', '171802.873000', '171802.875000', '171802.878000', '171802.880000', '171802.883000', '171802.886000', '171802.889000', '171802.891000', '171802.894000', '171802.896000', '171822.785000', '171822.787000', '171822.790000', '171822.793000', '171822.795000', '171822.798000', '171822.801000', '171822.803000', '171822.806000', '171822.808000', '171822.811000', '171822.814000', '171822.816000', '171822.819000', '171822.822000', '171822.824000', '171822.827000', '171822.829000', '171822.832000', '171822.834000', '171822.837000', '171822.840000', '171822.842000', '171822.845000', '171822.848000', '171822.850000', '171822.853000', '171822.855000', '171822.858000', '171822.861000', '171822.863000', '171822.866000', '171822.869000', '171822.871000', '171822.874000', '171822.876000', '171822.879000', '171822.882000', '171822.884000', '171822.887000', '171822.890000', '171822.892000', '171822.895000', '171842.785000', '171842.787000', '171842.790000', '171842.793000', '171842.795000', '171842.798000', '171842.801000', '171842.803000', '171842.806000', '171842.808000', '171842.811000', '171842.814000', '171842.816000', '171842.819000', '171842.821000', '171842.824000', '171842.827000', '171842.829000', '171842.832000', '171842.835000', '171842.837000', '171842.840000', '171842.842000', '171842.845000', '171842.848000', '171842.850000', '171842.853000', '171842.855000', '171842.858000', '171842.861000', '171842.863000', '171842.866000', '171842.868000', '171842.871000', '171842.874000', '171842.876000', '171842.879000', '171842.881000', '171842.884000', '171842.887000', '171842.889000', '171842.892000', '171842.894000', '171842.897000', '171902.784000', '171902.786000', '171902.789000', '171902.792000', '171902.794000', '171902.797000', '171902.800000', '171902.802000', '171902.805000', '171902.807000', '171902.810000', '171902.813000', '171902.815000', '171902.818000', '171902.820000', '171902.823000', '171902.825000', '171902.828000', '171902.831000', '171902.833000', '171902.836000', '171902.838000', '171902.841000', '171902.844000', '171902.846000', '171902.849000', '171902.851000', '171902.854000', '171902.857000', '171902.860000', '171902.862000', '171902.865000', '171902.867000', '171902.870000', '171902.873000', '171902.875000', '171902.878000', '171902.881000', '171902.883000', '171902.886000', '171902.888000', '171902.891000', '171902.893000', '171922.783000', '171922.786000', '171922.789000', '171922.792000', '171922.794000', '171922.797000', '171922.799000', '171922.813000', '171922.816000', '171922.819000', '171922.821000', '171922.824000', '171922.827000', '171922.829000', '171922.832000', '171922.834000', '171922.837000', '171922.840000', '171922.842000', '171922.845000', '171922.847000', '171922.850000', '171922.853000', '171922.855000', '171922.858000', '171922.860000', '171922.863000', '171922.866000', '171922.868000', '171922.871000', '171922.873000', '171922.876000', '171922.879000', '171922.881000', '171922.884000', '171922.886000', '171922.889000', '171922.892000', '171922.894000', '171922.897000', '171922.900000', '171922.902000', '171922.905000', '171922.907000', '171942.784000', '171942.786000', '171942.789000', '171942.792000', '171942.794000', '171942.797000', '171942.800000', '171942.802000', '171942.805000', '171942.808000', '171942.810000', '171942.813000', '171942.816000', '171942.818000', '171942.821000', '171942.823000', '171942.826000', '171942.829000', '171942.831000', '171942.834000', '171942.837000', '171942.839000', '171942.842000', '171942.844000', '171942.847000', '171942.850000', '171942.852000', '171942.855000', '171942.857000', '171942.860000', '171942.863000', '171942.865000', '171942.868000', '171942.870000', '171942.873000', '171942.876000', '171942.878000', '171942.881000', '171942.884000', '171942.886000', '171942.889000', '171942.891000', '171942.894000', '172002.784000', '172002.786000', '172002.789000', '172002.792000', '172002.794000', '172002.797000', '172002.800000', '172002.802000', '172002.805000', '172002.808000', '172002.811000', '172002.813000', '172002.816000', '172002.818000', '172002.821000', '172002.824000', '172002.827000', '172002.829000', '172002.832000', '172002.835000', '172002.837000', '172002.840000', '172002.842000', '172002.845000', '172002.848000', '172002.850000', '172002.853000', '172002.855000', '172002.858000', '172002.861000', '172002.863000', '172002.866000', '172002.868000', '172002.871000', '172002.874000', '172002.876000', '172002.879000', '172002.890000', '172002.892000', '172002.895000', '172002.898000', '172002.900000', '172002.903000', '172022.784000', '172022.786000', '172022.789000', '172022.792000', '172022.794000', '172022.797000', '172022.799000', '172022.802000', '172022.805000', '172022.807000', '172022.810000', '172022.813000', '172022.815000', '172022.818000', '172022.820000', '172022.823000', '172022.826000', '172022.828000', '172022.831000', '172022.834000', '172022.836000', '172022.839000', '172022.842000', '172022.844000', '172022.847000', '172022.849000', '172022.852000', '172022.854000', '172022.857000', '172022.860000', '172022.862000', '172022.865000', '172022.867000', '172022.870000', '172022.873000', '172022.875000', '172022.878000', '172022.881000', '172022.883000', '172022.886000', '172022.889000', '172022.891000', '172022.894000', '172022.896000', '172042.785000', '172042.788000', '172042.790000', '172042.793000', '172042.807000', '172042.810000', '172042.812000', '172042.815000', '172042.818000', '172042.820000', '172042.823000', '172042.825000', '172042.828000', '172042.830000', '172042.833000', '172042.836000', '172042.838000', '172042.841000', '172042.843000', '172042.846000', '172042.849000', '172042.851000', '172042.854000', '172042.857000', '172042.859000', '172042.862000', '172042.865000', '172042.867000', '172042.870000', '172042.873000', '172042.876000', '172042.878000', '172042.881000', '172042.883000', '172042.886000', '172042.889000', '172042.891000', '172042.894000', '172042.896000', '172042.899000', '172042.902000', '172042.904000', '172042.907000', '172042.909000', '172102.785000', '172102.788000', '172102.790000', '172102.793000', '172102.796000', '172102.798000', '172102.801000', '172102.804000', '172102.806000', '172102.809000', '172102.811000', '172102.814000', '172102.817000', '172102.819000', '172102.822000', '172102.824000', '172102.827000', '172102.830000', '172102.832000', '172102.835000', '172102.837000', '172102.840000', '172102.843000', '172102.845000', '172102.848000', '172102.850000', '172102.853000', '172102.856000', '172102.858000', '172102.861000', '172102.863000', '172102.866000', '172102.869000', '172102.871000', '172102.874000', '172102.876000', '172102.879000', '172102.882000', '172102.884000', '172102.887000', '172102.889000', '172102.892000', '172102.895000', '172122.784000', '172122.786000', '172122.789000', '172122.792000', '172122.795000', '172122.798000', '172122.801000', '172122.803000', '172122.806000', '172122.809000', '172122.811000', '172122.814000', '172122.816000', '172122.819000', '172122.822000', '172122.824000', '172122.827000', '172122.829000', '172122.832000', '172122.835000', '172122.837000', '172122.840000', '172122.842000', '172122.845000', '172122.848000', '172122.850000', '172122.853000', '172122.855000', '172122.858000', '172122.861000', '172122.863000', '172122.866000', '172122.869000', '172122.871000', '172122.874000', '172122.876000', '172122.879000', '172122.881000', '172122.884000', '172122.887000', '172122.889000', '172122.892000', '172122.894000', '172137.471000', '172137.473000', '172137.476000', '172137.479000', '172137.481000', '172137.484000', '172137.486000', '172137.489000', '172137.492000', '172137.494000', '172137.497000', '172137.499000', '172137.502000', '172137.505000', '172137.507000', '172137.510000', '172137.512000', '172137.515000', '172137.518000', '172137.520000', '172137.523000', '172137.525000', '172137.528000', '172137.531000', '172137.533000', '172137.536000', '172137.539000', '172137.541000', '172137.544000', '172137.546000', '172137.549000', '172137.552000', '172137.554000'], 'InstanceCreationTime': ['171242.823000', '171242.826000', '171242.835000', '171242.838000', '171242.840000', '171242.843000', '171242.845000', '171242.848000', '171242.850000', '171242.853000', '171242.855000', '171242.858000', '171242.861000', '171242.863000', '171242.866000', '171242.869000', '171242.871000', '171242.874000', '171242.876000', '171242.879000', '171242.881000', '171242.884000', '171242.887000', '171242.889000', '171242.892000', '171242.894000', '171242.897000', '171242.900000', '171242.902000', '171242.905000', '171242.907000', '171242.910000', '171242.912000', '171242.915000', '171242.918000', '171242.920000', '171242.923000', '171242.925000', '171242.933000', '171242.936000', '171242.939000', '171242.941000', '171242.944000', '171242.947000', '171242.949000', '171242.952000', '171302.783000', '171302.786000', '171302.789000', '171302.791000', '171302.794000', '171302.796000', '171302.799000', '171302.803000', '171302.806000', '171302.809000', '171302.812000', '171302.814000', '171302.817000', '171302.820000', '171302.822000', '171302.825000', '171302.827000', '171302.830000', '171302.832000', '171302.835000', '171302.838000', '171302.840000', '171302.843000', '171302.845000', '171302.848000', '171302.851000', '171302.853000', '171302.856000', '171302.859000', '171302.861000', '171302.864000', '171302.866000', '171302.869000', '171302.871000', '171302.880000', '171302.882000', '171302.885000', '171302.887000', '171302.890000', '171302.892000', '171302.895000', '171302.898000', '171302.900000', '171322.783000', '171322.786000', '171322.789000', '171322.791000', '171322.794000', '171322.796000', '171322.799000', '171322.802000', '171322.804000', '171322.822000', '171322.825000', '171322.827000', '171322.830000', '171322.832000', '171322.835000', '171322.837000', '171322.840000', '171322.843000', '171322.845000', '171322.848000', '171322.850000', '171322.853000', '171322.855000', '171322.858000', '171322.861000', '171322.863000', '171322.866000', '171322.868000', '171322.871000', '171322.874000', '171322.876000', '171322.879000', '171322.881000', '171322.884000', '171322.887000', '171322.889000', '171322.892000', '171322.903000', '171322.905000', '171322.908000', '171322.910000', '171322.913000', '171322.915000', '171322.918000', '171342.784000', '171342.787000', '171342.790000', '171342.793000', '171342.795000', '171342.798000', '171342.801000', '171342.803000', '171342.806000', '171342.808000', '171342.811000', '171342.814000', '171342.816000', '171342.819000', '171342.821000', '171342.824000', '171342.827000', '171342.829000', '171342.832000', '171342.834000', '171342.837000', '171342.839000', '171342.853000', '171342.856000', '171342.858000', '171342.861000', '171342.864000', '171342.866000', '171342.869000', '171342.871000', '171342.874000', '171342.877000', '171342.879000', '171342.882000', '171342.884000', '171342.887000', '171342.890000', '171342.892000', '171342.895000', '171342.897000', '171342.900000', '171342.903000', '171342.905000', '171402.785000', '171402.787000', '171402.790000', '171402.793000', '171402.795000', '171402.798000', '171402.800000', '171402.803000', '171402.806000', '171402.808000', '171402.811000', '171402.813000', '171402.824000', '171402.827000', '171402.829000', '171402.832000', '171402.835000', '171402.837000', '171402.840000', '171402.842000', '171402.845000', '171402.848000', '171402.850000', '171402.853000', '171402.856000', '171402.858000', '171402.861000', '171402.863000', '171402.866000', '171402.869000', '171402.871000', '171402.874000', '171402.876000', '171402.879000', '171402.882000', '171402.884000', '171402.887000', '171402.890000', '171402.892000', '171402.895000', '171402.897000', '171402.900000', '171402.902000', '171402.905000', '171422.783000', '171422.786000', '171422.789000', '171422.792000', '171422.794000', '171422.797000', '171422.800000', '171422.802000', '171422.805000', '171422.808000', '171422.810000', '171422.813000', '171422.816000', '171422.818000', '171422.821000', '171422.824000', '171422.826000', '171422.829000', '171422.832000', '171422.834000', '171422.837000', '171422.839000', '171422.843000', '171422.846000', '171422.849000', '171422.851000', '171422.854000', '171422.857000', '171422.859000', '171422.862000', '171422.864000', '171422.867000', '171422.870000', '171422.872000', '171422.875000', '171422.877000', '171422.880000', '171422.883000', '171422.885000', '171422.888000', '171422.890000', '171422.893000', '171422.896000', '171442.783000', '171442.786000', '171442.789000', '171442.791000', '171442.794000', '171442.797000', '171442.799000', '171442.802000', '171442.805000', '171442.807000', '171442.810000', '171442.812000', '171442.815000', '171442.817000', '171442.820000', '171442.823000', '171442.825000', '171442.828000', '171442.830000', '171442.833000', '171442.836000', '171442.838000', '171442.841000', '171442.843000', '171442.846000', '171442.849000', '171442.851000', '171442.854000', '171442.857000', '171442.859000', '171442.862000', '171442.864000', '171442.867000', '171442.869000', '171442.872000', '171442.875000', '171442.877000', '171442.880000', '171442.882000', '171442.885000', '171442.888000', '171442.890000', '171442.893000', '171442.895000', '171502.783000', '171502.786000', '171502.789000', '171502.791000', '171502.819000', '171502.822000', '171502.825000', '171502.827000', '171502.830000', '171502.833000', '171502.835000', '171502.838000', '171502.841000', '171502.843000', '171502.846000', '171502.848000', '171502.851000', '171502.854000', '171502.856000', '171502.859000', '171502.861000', '171502.864000', '171502.867000', '171502.869000', '171502.872000', '171502.874000', '171502.877000', '171502.880000', '171502.882000', '171502.885000', '171502.887000', '171502.890000', '171502.893000', '171502.895000', '171502.898000', '171502.901000', '171502.903000', '171502.906000', '171502.908000', '171502.911000', '171502.914000', '171502.916000', '171502.927000', '171522.783000', '171522.786000', '171522.789000', '171522.792000', '171522.794000', '171522.797000', '171522.800000', '171522.802000', '171522.805000', '171522.807000', '171522.810000', '171522.813000', '171522.815000', '171522.818000', '171522.820000', '171522.823000', '171522.826000', '171522.828000', '171522.831000', '171522.833000', '171522.836000', '171522.839000', '171522.841000', '171522.844000', '171522.846000', '171522.849000', '171522.852000', '171522.854000', '171522.857000', '171522.859000', '171522.862000', '171522.865000', '171522.867000', '171522.870000', '171522.872000', '171522.875000', '171522.878000', '171522.880000', '171522.883000', '171522.885000', '171522.888000', '171522.891000', '171522.893000', '171522.896000', '171542.784000', '171542.787000', '171542.789000', '171542.792000', '171542.795000', '171542.797000', '171542.800000', '171542.802000', '171542.805000', '171542.807000', '171542.810000', '171542.813000', '171542.815000', '171542.818000', '171542.820000', '171542.823000', '171542.826000', '171542.828000', '171542.831000', '171542.834000', '171542.836000', '171542.839000', '171542.841000', '171542.844000', '171542.846000', '171542.849000', '171542.852000', '171542.854000', '171542.857000', '171542.860000', '171542.862000', '171542.865000', '171542.867000', '171542.870000', '171542.873000', '171542.875000', '171542.878000', '171542.882000', '171542.885000', '171542.888000', '171542.890000', '171542.893000', '171542.896000', '171602.784000', '171602.787000', '171602.790000', '171602.792000', '171602.795000', '171602.798000', '171602.800000', '171602.803000', '171602.806000', '171602.808000', '171602.811000', '171602.813000', '171602.816000', '171602.819000', '171602.821000', '171602.824000', '171602.826000', '171602.829000', '171602.832000', '171602.834000', '171602.837000', '171602.839000', '171602.842000', '171602.844000', '171602.847000', '171602.850000', '171602.852000', '171602.855000', '171602.857000', '171602.860000', '171602.863000', '171602.865000', '171602.868000', '171602.870000', '171602.873000', '171602.876000', '171602.878000', '171602.881000', '171602.883000', '171602.886000', '171602.889000', '171602.891000', '171602.894000', '171602.896000', '171622.785000', '171622.787000', '171622.790000', '171622.793000', '171622.795000', '171622.799000', '171622.802000', '171622.805000', '171622.807000', '171622.810000', '171622.812000', '171622.815000', '171622.817000', '171622.820000', '171622.823000', '171622.825000', '171622.828000', '171622.831000', '171622.833000', '171622.836000', '171622.838000', '171622.841000', '171622.843000', '171622.846000', '171622.848000', '171622.851000', '171622.854000', '171622.856000', '171622.859000', '171622.870000', '171622.872000', '171622.875000', '171622.877000', '171622.880000', '171622.882000', '171622.885000', '171622.888000', '171622.890000', '171622.893000', '171622.895000', '171622.898000', '171622.901000', '171622.903000', '171642.784000', '171642.786000', '171642.789000', '171642.792000', '171642.794000', '171642.797000', '171642.800000', '171642.802000', '171642.805000', '171642.808000', '171642.810000', '171642.813000', '171642.815000', '171642.818000', '171642.820000', '171642.823000', '171642.826000', '171642.828000', '171642.831000', '171642.833000', '171642.836000', '171642.839000', '171642.841000', '171642.844000', '171642.846000', '171642.849000', '171642.852000', '171642.854000', '171642.857000', '171642.860000', '171642.862000', '171642.865000', '171642.867000', '171642.870000', '171642.872000', '171642.875000', '171642.878000', '171642.880000', '171642.883000', '171642.885000', '171642.888000', '171642.890000', '171642.893000', '171642.896000', '171702.784000', '171702.786000', '171702.789000', '171702.792000', '171702.794000', '171702.797000', '171702.800000', '171702.802000', '171702.805000', '171702.807000', '171702.810000', '171702.813000', '171702.815000', '171702.818000', '171702.821000', '171702.823000', '171702.826000', '171702.828000', '171702.831000', '171702.834000', '171702.836000', '171702.839000', '171702.841000', '171702.844000', '171702.846000', '171702.849000', '171702.852000', '171702.855000', '171702.857000', '171702.860000', '171702.863000', '171702.865000', '171702.868000', '171702.870000', '171702.873000', '171702.876000', '171702.878000', '171702.881000', '171702.883000', '171702.886000', '171702.889000', '171702.892000', '171702.895000', '171722.783000', '171722.786000', '171722.789000', '171722.791000', '171722.794000', '171722.797000', '171722.799000', '171722.802000', '171722.804000', '171722.807000', '171722.810000', '171722.812000', '171722.815000', '171722.818000', '171722.820000', '171722.823000', '171722.825000', '171722.828000', '171722.830000', '171722.833000', '171722.836000', '171722.838000', '171722.841000', '171722.844000', '171722.846000', '171722.849000', '171722.851000', '171722.854000', '171722.857000', '171722.859000', '171722.862000', '171722.865000', '171722.867000', '171722.870000', '171722.872000', '171722.875000', '171722.877000', '171722.880000', '171722.883000', '171722.885000', '171722.889000', '171722.891000', '171722.894000', '171722.897000', '171742.783000', '171742.786000', '171742.789000', '171742.792000', '171742.794000', '171742.797000', '171742.800000', '171742.802000', '171742.805000', '171742.808000', '171742.810000', '171742.813000', '171742.815000', '171742.818000', '171742.821000', '171742.823000', '171742.826000', '171742.828000', '171742.831000', '171742.833000', '171742.836000', '171742.839000', '171742.841000', '171742.844000', '171742.847000', '171742.849000', '171742.854000', '171742.857000', '171742.859000', '171742.862000', '171742.864000', '171742.867000', '171742.870000', '171742.872000', '171742.875000', '171742.877000', '171742.880000', '171742.882000', '171742.885000', '171742.888000', '171742.890000', '171742.893000', '171742.896000', '171802.784000', '171802.786000', '171802.789000', '171802.792000', '171802.794000', '171802.797000', '171802.800000', '171802.802000', '171802.805000', '171802.807000', '171802.810000', '171802.813000', '171802.815000', '171802.818000', '171802.821000', '171802.823000', '171802.826000', '171802.828000', '171802.831000', '171802.834000', '171802.836000', '171802.839000', '171802.841000', '171802.844000', '171802.847000', '171802.849000', '171802.852000', '171802.854000', '171802.857000', '171802.860000', '171802.862000', '171802.865000', '171802.867000', '171802.870000', '171802.873000', '171802.875000', '171802.878000', '171802.880000', '171802.883000', '171802.886000', '171802.889000', '171802.891000', '171802.894000', '171802.896000', '171822.785000', '171822.787000', '171822.790000', '171822.793000', '171822.795000', '171822.798000', '171822.801000', '171822.803000', '171822.806000', '171822.808000', '171822.811000', '171822.814000', '171822.816000', '171822.819000', '171822.822000', '171822.824000', '171822.827000', '171822.829000', '171822.832000', '171822.834000', '171822.837000', '171822.840000', '171822.842000', '171822.845000', '171822.848000', '171822.850000', '171822.853000', '171822.855000', '171822.858000', '171822.861000', '171822.863000', '171822.866000', '171822.869000', '171822.871000', '171822.874000', '171822.876000', '171822.879000', '171822.882000', '171822.884000', '171822.887000', '171822.890000', '171822.892000', '171822.895000', '171842.785000', '171842.787000', '171842.790000', '171842.793000', '171842.795000', '171842.798000', '171842.801000', '171842.803000', '171842.806000', '171842.808000', '171842.811000', '171842.814000', '171842.816000', '171842.819000', '171842.821000', '171842.824000', '171842.827000', '171842.829000', '171842.832000', '171842.835000', '171842.837000', '171842.840000', '171842.842000', '171842.845000', '171842.848000', '171842.850000', '171842.853000', '171842.855000', '171842.858000', '171842.861000', '171842.863000', '171842.866000', '171842.868000', '171842.871000', '171842.874000', '171842.876000', '171842.879000', '171842.881000', '171842.884000', '171842.887000', '171842.889000', '171842.892000', '171842.894000', '171842.897000', '171902.784000', '171902.786000', '171902.789000', '171902.792000', '171902.794000', '171902.797000', '171902.800000', '171902.802000', '171902.805000', '171902.807000', '171902.810000', '171902.813000', '171902.815000', '171902.818000', '171902.820000', '171902.823000', '171902.825000', '171902.828000', '171902.831000', '171902.833000', '171902.836000', '171902.838000', '171902.841000', '171902.844000', '171902.846000', '171902.849000', '171902.851000', '171902.854000', '171902.857000', '171902.860000', '171902.862000', '171902.865000', '171902.867000', '171902.870000', '171902.873000', '171902.875000', '171902.878000', '171902.881000', '171902.883000', '171902.886000', '171902.888000', '171902.891000', '171902.893000', '171922.783000', '171922.786000', '171922.789000', '171922.792000', '171922.794000', '171922.797000', '171922.799000', '171922.813000', '171922.816000', '171922.819000', '171922.821000', '171922.824000', '171922.827000', '171922.829000', '171922.832000', '171922.834000', '171922.837000', '171922.840000', '171922.842000', '171922.845000', '171922.847000', '171922.850000', '171922.853000', '171922.855000', '171922.858000', '171922.860000', '171922.863000', '171922.866000', '171922.868000', '171922.871000', '171922.873000', '171922.876000', '171922.879000', '171922.881000', '171922.884000', '171922.886000', '171922.889000', '171922.892000', '171922.894000', '171922.897000', '171922.900000', '171922.902000', '171922.905000', '171922.907000', '171942.784000', '171942.786000', '171942.789000', '171942.792000', '171942.794000', '171942.797000', '171942.800000', '171942.802000', '171942.805000', '171942.808000', '171942.810000', '171942.813000', '171942.816000', '171942.818000', '171942.821000', '171942.823000', '171942.826000', '171942.829000', '171942.831000', '171942.834000', '171942.837000', '171942.839000', '171942.842000', '171942.844000', '171942.847000', '171942.850000', '171942.852000', '171942.855000', '171942.857000', '171942.860000', '171942.863000', '171942.865000', '171942.868000', '171942.870000', '171942.873000', '171942.876000', '171942.878000', '171942.881000', '171942.884000', '171942.886000', '171942.889000', '171942.891000', '171942.894000', '172002.784000', '172002.786000', '172002.789000', '172002.792000', '172002.794000', '172002.797000', '172002.800000', '172002.802000', '172002.805000', '172002.808000', '172002.811000', '172002.813000', '172002.816000', '172002.818000', '172002.821000', '172002.824000', '172002.827000', '172002.829000', '172002.832000', '172002.835000', '172002.837000', '172002.840000', '172002.842000', '172002.845000', '172002.848000', '172002.850000', '172002.853000', '172002.855000', '172002.858000', '172002.861000', '172002.863000', '172002.866000', '172002.868000', '172002.871000', '172002.874000', '172002.876000', '172002.879000', '172002.890000', '172002.892000', '172002.895000', '172002.898000', '172002.900000', '172002.903000', '172022.784000', '172022.786000', '172022.789000', '172022.792000', '172022.794000', '172022.797000', '172022.799000', '172022.802000', '172022.805000', '172022.807000', '172022.810000', '172022.813000', '172022.815000', '172022.818000', '172022.820000', '172022.823000', '172022.826000', '172022.828000', '172022.831000', '172022.834000', '172022.836000', '172022.839000', '172022.842000', '172022.844000', '172022.847000', '172022.849000', '172022.852000', '172022.854000', '172022.857000', '172022.860000', '172022.862000', '172022.865000', '172022.867000', '172022.870000', '172022.873000', '172022.875000', '172022.878000', '172022.881000', '172022.883000', '172022.886000', '172022.889000', '172022.891000', '172022.894000', '172022.896000', '172042.785000', '172042.788000', '172042.790000', '172042.793000', '172042.807000', '172042.810000', '172042.812000', '172042.815000', '172042.818000', '172042.820000', '172042.823000', '172042.825000', '172042.828000', '172042.830000', '172042.833000', '172042.836000', '172042.838000', '172042.841000', '172042.843000', '172042.846000', '172042.849000', '172042.851000', '172042.854000', '172042.857000', '172042.859000', '172042.862000', '172042.865000', '172042.867000', '172042.870000', '172042.873000', '172042.876000', '172042.878000', '172042.881000', '172042.883000', '172042.886000', '172042.889000', '172042.891000', '172042.894000', '172042.896000', '172042.899000', '172042.902000', '172042.904000', '172042.907000', '172042.909000', '172102.785000', '172102.788000', '172102.790000', '172102.793000', '172102.796000', '172102.798000', '172102.801000', '172102.804000', '172102.806000', '172102.809000', '172102.811000', '172102.814000', '172102.817000', '172102.819000', '172102.822000', '172102.824000', '172102.827000', '172102.830000', '172102.832000', '172102.835000', '172102.837000', '172102.840000', '172102.843000', '172102.845000', '172102.848000', '172102.850000', '172102.853000', '172102.856000', '172102.858000', '172102.861000', '172102.863000', '172102.866000', '172102.869000', '172102.871000', '172102.874000', '172102.876000', '172102.879000', '172102.882000', '172102.884000', '172102.887000', '172102.889000', '172102.892000', '172102.895000', '172122.784000', '172122.786000', '172122.789000', '172122.792000', '172122.795000', '172122.798000', '172122.801000', '172122.803000', '172122.806000', '172122.809000', '172122.811000', '172122.814000', '172122.816000', '172122.819000', '172122.822000', '172122.824000', '172122.827000', '172122.829000', '172122.832000', '172122.835000', '172122.837000', '172122.840000', '172122.842000', '172122.845000', '172122.848000', '172122.850000', '172122.853000', '172122.855000', '172122.858000', '172122.861000', '172122.863000', '172122.866000', '172122.869000', '172122.871000', '172122.874000', '172122.876000', '172122.879000', '172122.881000', '172122.884000', '172122.887000', '172122.889000', '172122.892000', '172122.894000', '172137.471000', '172137.473000', '172137.476000', '172137.479000', '172137.481000', '172137.484000', '172137.486000', '172137.489000', '172137.492000', '172137.494000', '172137.497000', '172137.499000', '172137.502000', '172137.505000', '172137.507000', '172137.510000', '172137.512000', '172137.515000', '172137.518000', '172137.520000', '172137.523000', '172137.525000', '172137.528000', '172137.531000', '172137.533000', '172137.536000', '172137.539000', '172137.541000', '172137.544000', '172137.546000', '172137.549000', '172137.552000', '172137.554000'], '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': [12179, 10789, 8459, 15646, 13787, 8867, 16919, 11677, 8175, 16365, 11202, 12082, 13486, 8475, 9797, 10134, 8531, 15081, 8719, 8154, 9424, 7873, 15594, 12481, 7932, 13736, 8328, 12943, 9838, 8406, 15489, 8925, 8120, 10485, 8360, 14965, 12797, 8615, 15689, 8451, 14566, 13466, 8640, 16936, 8408, 10270, 13192, 8351, 16442, 9482, 8888, 16089, 11990, 11933, 11808, 8125, 16443, 15670, 10337, 17423, 8332, 9496, 11307, 8664, 16307, 10372, 8205, 16736, 8622, 13332, 13675, 8226, 13134, 11518, 9471, 17047, 9350, 11440, 8469, 8030, 13745, 10421, 8153, 14975, 8266, 9586, 13102, 12681, 9075, 11985, 8459, 11229, 8153, 8011, 15905, 16642, 9372, 12796, 8432, 15302, 12209, 8046, 16744, 8281, 9751, 9115, 8080, 15549, 8254, 8624, 11621, 8675, 9039, 12381, 8523, 9499, 8737, 8215, 9503, 11696, 8263, 10433, 8650, 8578, 16125, 11027, 9729, 14805, 8759, 10342, 14733, 8385, 14545, 9421, 8641, 16340, 12283, 8937, 10009, 8204, 9979, 9446, 8482, 16184, 8826, 9182, 13099, 8753, 8635, 14339, 9791, 8511, 11810, 10207, 8737, 16126, 15857, 9647, 14939, 8487, 9285, 15108, 10299, 12948, 10527, 8088, 14531, 12300, 7980, 16579, 9941, 8643, 10615, 8319, 10317, 14996, 7898, 9061, 8485, 8263, 9055, 9470, 9453, 8906, 16033, 10694, 8943, 8914, 8129, 12364, 8852, 7963, 15894, 8641, 9443, 10077, 8848, 9193, 8796, 8341, 9809, 8473, 8937, 13060, 11033, 8914, 12808, 8757, 16494, 11879, 9500, 15574, 8379, 15579, 10803, 9532, 15630, 9021, 15730, 11996, 9062, 15603, 8760, 14250, 12270, 8789, 16614, 8674, 11287, 9738, 8634, 16732, 8651, 9496, 8889, 9049, 17156, 11243, 9317, 8956, 8345, 13864, 9701, 9365, 16129, 8418, 9440, 8249, 8858, 15659, 16365, 9753, 15935, 8515, 13009, 14390, 9036, 17296, 8123, 9001, 8369, 8689, 15756, 12865, 9163, 10702, 8520, 9548, 8769, 8403, 13652, 8259, 8967, 14900, 8597, 13349, 14268, 8454, 16329, 9340, 9135, 10490, 8482, 14145, 14006, 9012, 16008, 9575, 18000, 8706, 15689, 8395, 9406, 8701, 9309, 9219, 8830, 9480, 7915, 9210, 10376, 8739, 9723, 8499, 9186, 10710, 9297, 9411, 8790, 8847, 16115, 12142, 9170, 13236, 8768, 11443, 9190, 9526, 16589, 9047, 8509, 8837, 8945, 8137, 8303, 8345, 8763, 15984, 11750, 8765, 15404, 9034, 12648, 9576, 8634, 14898, 13802, 12561, 17807, 16027, 13946, 16848, 12202, 16869, 9300, 17955, 13867, 13968, 15782, 10149, 15987, 8541, 11033, 8568, 7982, 10652, 8586, 8317, 9793, 8402, 11513, 8857, 8566, 10819, 8637, 9121, 8953, 8154, 15704, 8982, 8498, 10919, 8850, 12826, 8738, 15058, 12103, 8841, 13637, 8803, 11498, 8941, 8155, 14517, 9128, 8197, 9184, 8886, 11783, 8916, 8436, 13497, 8760, 8648, 9597, 8397, 11194, 10039, 8549, 15578, 10066, 8827, 11101, 8603, 15050, 12389, 8402, 17186, 11725, 12877, 12951, 8731, 17091, 12595, 11892, 10968, 8892, 15295, 11732, 8586, 16024, 8876, 9333, 8931, 8401, 16086, 9024, 15244, 13697, 8893, 11368, 8622, 15517, 9488, 9252, 11394, 8552, 12806, 8758, 8497, 9215, 8463, 8252, 8358, 8325, 12382, 8969, 11501, 10580, 8373, 14521, 8906, 12965, 13112, 8991, 12979, 8766, 16685, 11304, 8566, 10548, 8681, 16787, 12131, 8982, 13007, 8771, 15448, 12063, 9047, 13863, 9188, 11848, 11513, 8803, 12375, 8620, 15310, 10382, 8654, 9664, 8675, 15768, 9837, 8819, 10532, 9119, 12118, 9661, 8564, 15221, 9459, 8980, 9583, 8765, 16457, 14235, 9024, 12898, 8897, 14387, 13526, 8853, 14568, 8497, 12827, 9100, 8671, 11874, 8677, 9669, 8644, 8381, 13484, 8865, 10809, 8952, 8595, 13824, 8721, 8323, 8594, 8270, 15126, 9539, 8532, 8975, 8628, 12735, 8850, 8636, 11183, 8534, 8476, 8559, 8372, 12869, 8931, 8965, 9172, 8429, 13862, 10575, 8902, 12861, 8598, 12795, 10367, 8586, 14679, 8894, 8125, 8994, 8403, 14167, 9337, 8503, 10438, 9039, 9568, 8644, 8409, 14371, 8591, 8741, 9425, 8412, 7932, 9961, 7843, 7810, 9443, 7649, 11062, 10378, 8427, 15880, 10076, 16151, 15050, 11209, 17403, 10214, 12193, 10265, 8700, 14441, 8563, 8253, 9574, 7954, 12622, 8761, 7462, 9472, 8165, 10470, 9181, 7659, 9955, 9190, 7415, 9073, 8367, 12017, 9085, 7729, 9877, 8823, 8559, 9329, 7743, 9993, 8169, 8314, 9254, 7798, 11041, 8602, 8122, 9528, 8033, 12044, 8671, 7599, 9997, 7717, 12513, 9399, 7904, 11350, 7936, 11806, 9688, 8060, 14156, 8506, 7648, 9845, 7750, 16214, 8960, 7934, 10106, 7901, 16074, 8874, 8384, 10635, 8131, 17074, 8901, 8311, 9856, 7916, 13979, 8925, 8023, 10111, 7781, 8894, 8560, 7571, 10432, 8025, 10031, 9144, 7795, 11029, 8286, 15126, 8749, 7830, 9950, 7842, 11431, 8777, 7871, 10034, 8245, 8369, 9188, 7913, 11413, 9778, 7622, 10810, 7967, 9055, 9816, 7722, 15403, 9017, 8608, 9941, 7972, 17961, 9329, 7719, 10223, 7948, 13850, 8901, 8037, 10808, 7748, 8391, 8847, 7523, 12137, 8998, 7700, 9362, 7785, 9573, 9268, 7972, 10389, 8472, 7812, 9231, 7852, 13260, 9919, 7955, 12193, 8511, 8503, 9604, 8386, 17938, 9138, 7877, 9938, 7708, 17195, 9191, 8746, 11510, 7906, 13465, 9046, 7951, 9797, 8085, 12753, 9085, 8090, 9397, 8135, 8402, 9766, 7726, 9865, 8956, 7678, 10758, 8774, 8043, 9256, 8158, 11719, 9155, 10506, 9028, 8039, 11020, 8741, 11683, 10191, 7957, 11215, 8793, 8117, 10086, 8241, 10567, 9285, 8037, 9955, 8458, 9269, 9807, 8396, 13632, 8785, 7944, 9784, 8634, 16652, 9694, 7886, 9909, 8033, 11005, 9779, 8385, 13431, 8711, 7893, 9962, 8152, 12712, 9767, 7696, 12905, 8167, 7698, 9482, 7625, 13476, 10832, 7812, 11629, 7886, 9607, 9030, 7988, 17373, 8706, 7674, 9594, 7732, 9344, 9195, 7853, 11467, 8245, 7459, 9329, 8156, 10110, 8021, 7680, 10754, 9052, 11874, 8782, 7945, 10907, 8900, 8755, 10225, 8016, 12526, 9483, 8182, 11464, 9314, 13940, 12500, 9538, 15724, 13363, 8853, 15763, 11998, 8834, 14723, 9913, 8327, 13254, 9379, 8443, 10419, 8821, 7741, 10517, 8358, 9323, 10683, 8598, 10714, 9893, 8264, 11300, 11333, 8907, 7987, 13967, 9020, 8033, 10941, 8989, 8315, 10886, 8251, 8090, 10826, 7962, 10984, 9629, 8999, 11122, 8925, 8785, 9851, 8145, 11542, 9352, 8879, 10697, 8650, 11624, 10042, 8922, 10897, 8256, 8963, 9938, 8185, 12782, 9259, 9095, 10970, 8148, 14217, 12869, 8596, 15010, 8545, 9157, 11099, 8773, 17950, 9198, 9009, 11618, 8242, 11593, 10119, 8258, 14541, 8238, 8819, 10845, 8271, 11660, 9887, 8918, 10610, 7896, 14452, 10494, 8306, 13053, 8783, 9268, 11085, 7636, 11993, 9965, 8940, 12391, 8898, 11216, 10892, 7867, 14044, 9301, 8732, 11127, 7949, 15170, 10818, 8721, 10991, 8167, 11366, 9564, 8890, 10398, 7806, 14142, 9405, 9014, 10342, 8067, 11301, 9701, 9215, 10569, 8738, 8513, 10020, 7906, 12105, 9369, 8796, 11364, 8335, 8640, 10626, 7856, 9631, 9643, 9208, 11059, 7952, 8966, 10221, 8383, 10972, 9053, 8745, 11453, 9123, 9244, 12511, 8717, 9295, 11926, 9703, 8396, 11435, 10500, 9358, 11464, 7902, 8869, 10308, 8528, 11144, 8286, 8821, 9511, 8420, 13465, 8420, 9272, 10271, 8612, 13335, 8850, 9290, 10671, 8750, 10553, 10254, 8847, 13206, 8262, 8867, 10333, 8208, 16959, 9032, 9465, 10736, 8502, 14484, 9347, 9354, 13447, 8111, 9160, 10590, 7948, 15980, 13703, 8871, 14656, 8044, 8998, 10908, 7838, 8994, 15772, 8617, 8852, 16100, 8943, 12177, 17121, 7693, 12907, 10010, 8839, 10701, 8073, 19365, 9010, 10729, 9458, 8201, 11317, 8614, 9099, 9214, 8263, 10628, 8737, 9446, 10740, 8007, 9124, 10158, 8219, 9588, 9470, 8314, 12954, 8782, 9256, 11977, 8097, 9061, 9369, 8302, 13520, 8366, 9126, 10186, 8591, 11604, 8970, 9033, 10477, 8348, 9308, 8354, 8620, 10468, 7706, 9054, 10182, 7577, 8507, 10277, 8201, 9083, 9708, 9249, 11550, 7942, 8683, 10885, 7909, 11724, 10247, 8280, 15707, 9918, 10066, 17842, 9496, 8701, 10422, 8234, 9504, 9966, 8161, 16681, 11032, 9025, 15555, 13688, 8662, 12895, 10452, 8201, 11593, 9488, 8715, 10569, 8439, 12949, 9729, 8954, 10565, 7889, 10147, 10240, 7919, 11966, 8771, 8638, 10978, 7677, 12518, 9781, 8655, 11409, 8529, 18302, 9566, 15493, 10660, 9578, 13949, 8505, 13927, 9923, 8884, 11111, 8270, 16071, 9733, 8925, 10645, 8192, 9253, 10028, 8786, 11645, 8279, 8652, 9772, 8166], 'WindowCenter': [4688.0, 4653.0, 4587.0, 4677.0, 4668.0, 4609.0, 4663.0, 4625.0, 4583.0, 4663.0, 4624.0, 4634.0, 4644.0, 4584.0, 4614.0, 4614.0, 4594.0, 4652.0, 4583.0, 4585.0, 4604.0, 4585.0, 4652.0, 4645.0, 4585.0, 4655.0, 4595.0, 4643.0, 4615.0, 4585.0, 4652.0, 4605.0, 4598.0, 4637.0, 4608.0, 4663.0, 4645.0, 4582.0, 4665.0, 4608.0, 4653.0, 4642.0, 4583.0, 4651.0, 4583.0, 4601.0, 4642.0, 4583.0, 4651.0, 4602.0, 4593.0, 4663.0, 4633.0, 4622.0, 4621.0, 4571.0, 4639.0, 4651.0, 4612.0, 4637.0, 4582.0, 4601.0, 4611.0, 4583.0, 4649.0, 4601.0, 4582.0, 4649.0, 4568.0, 4628.0, 4630.0, 4572.0, 4629.0, 4609.0, 4601.0, 4648.0, 4592.0, 4610.0, 4569.0, 4559.0, 4629.0, 4610.0, 4570.0, 4650.0, 4584.0, 4591.0, 4631.0, 4631.0, 4581.0, 4621.0, 4583.0, 4611.0, 4573.0, 4573.0, 4639.0, 4651.0, 4579.0, 4619.0, 4571.0, 4639.0, 4608.0, 4559.0, 4637.0, 4571.0, 4590.0, 4581.0, 4562.0, 4649.0, 4571.0, 4580.0, 4621.0, 4593.0, 4593.0, 4619.0, 4594.0, 4616.0, 4593.0, 4595.0, 4615.0, 4634.0, 4595.0, 4611.0, 4595.0, 4595.0, 4662.0, 4623.0, 4603.0, 4639.0, 4593.0, 4615.0, 4640.0, 4584.0, 4652.0, 4602.0, 4593.0, 4652.0, 4633.0, 4591.0, 4611.0, 4595.0, 4613.0, 4588.0, 4594.0, 4663.0, 4593.0, 4603.0, 4641.0, 4594.0, 4594.0, 4654.0, 4612.0, 4593.0, 4633.0, 4624.0, 4593.0, 4663.0, 4663.0, 4603.0, 4650.0, 4582.0, 4593.0, 4640.0, 4612.0, 4631.0, 4612.0, 4572.0, 4639.0, 4632.0, 4574.0, 4651.0, 4600.0, 4581.0, 4610.0, 4572.0, 4601.0, 4641.0, 4561.0, 4570.0, 4570.0, 4558.0, 4580.0, 4602.0, 4602.0, 4594.0, 4651.0, 4625.0, 4593.0, 4593.0, 4573.0, 4631.0, 4592.0, 4572.0, 4649.0, 4582.0, 4601.0, 4613.0, 4594.0, 4603.0, 4593.0, 4594.0, 4613.0, 4595.0, 4604.0, 4654.0, 4635.0, 4605.0, 4644.0, 4607.0, 4673.0, 4633.0, 4616.0, 4663.0, 4586.0, 4663.0, 4623.0, 4613.0, 4664.0, 4593.0, 4652.0, 4633.0, 4605.0, 4662.0, 4593.0, 4652.0, 4634.0, 4594.0, 4650.0, 4584.0, 4622.0, 4602.0, 4594.0, 4661.0, 4583.0, 4603.0, 4594.0, 4592.0, 4661.0, 4623.0, 4602.0, 4603.0, 4596.0, 4642.0, 4613.0, 4602.0, 4664.0, 4584.0, 4604.0, 4585.0, 4594.0, 4662.0, 4664.0, 4602.0, 4651.0, 4593.0, 4631.0, 4653.0, 4593.0, 4661.0, 4584.0, 4593.0, 4584.0, 4594.0, 4650.0, 4607.0, 4592.0, 4635.0, 4595.0, 4600.0, 4582.0, 4583.0, 4642.0, 4585.0, 4592.0, 4640.0, 4596.0, 4642.0, 4642.0, 4583.0, 4638.0, 4593.0, 4592.0, 4600.0, 4584.0, 4629.0, 4618.0, 4579.0, 4639.0, 4591.0, 4647.0, 4570.0, 4625.0, 4569.0, 4579.0, 4570.0, 4577.0, 4590.0, 4592.0, 4601.0, 4558.0, 4605.0, 4612.0, 4593.0, 4614.0, 4595.0, 4605.0, 4624.0, 4615.0, 4616.0, 4597.0, 4607.0, 4664.0, 4647.0, 4605.0, 4644.0, 4595.0, 4634.0, 4605.0, 4614.0, 4662.0, 4606.0, 4595.0, 4607.0, 4606.0, 4600.0, 4612.0, 4599.0, 4609.0, 4677.0, 4659.0, 4608.0, 4665.0, 4604.0, 4632.0, 4613.0, 4609.0, 4667.0, 4658.0, 4647.0, 4666.0, 4655.0, 4630.0, 4627.0, 4586.0, 4589.0, 4555.0, 4601.0, 4594.0, 4580.0, 4602.0, 4564.0, 4601.0, 4544.0, 4560.0, 4541.0, 4533.0, 4572.0, 4555.0, 4558.0, 4588.0, 4572.0, 4610.0, 4582.0, 4583.0, 4611.0, 4583.0, 4591.0, 4581.0, 4573.0, 4652.0, 4594.0, 4584.0, 4624.0, 4594.0, 4632.0, 4595.0, 4643.0, 4634.0, 4594.0, 4643.0, 4597.0, 4634.0, 4593.0, 4575.0, 4653.0, 4606.0, 4596.0, 4605.0, 4607.0, 4636.0, 4607.0, 4597.0, 4655.0, 4597.0, 4607.0, 4617.0, 4610.0, 4637.0, 4630.0, 4609.0, 4666.0, 4617.0, 4607.0, 4636.0, 4608.0, 4666.0, 4635.0, 4596.0, 4675.0, 4622.0, 4646.0, 4647.0, 4596.0, 4663.0, 4633.0, 4623.0, 4613.0, 4594.0, 4654.0, 4623.0, 4595.0, 4653.0, 4596.0, 4594.0, 4594.0, 4584.0, 4653.0, 4593.0, 4652.0, 4643.0, 4583.0, 4622.0, 4584.0, 4641.0, 4604.0, 4593.0, 4622.0, 4583.0, 4632.0, 4594.0, 4594.0, 4605.0, 4595.0, 4596.0, 4597.0, 4584.0, 4634.0, 4607.0, 4637.0, 4627.0, 4598.0, 4656.0, 4606.0, 4646.0, 4646.0, 4593.0, 4642.0, 4597.0, 4663.0, 4624.0, 4595.0, 4614.0, 4597.0, 4663.0, 4634.0, 4606.0, 4644.0, 4594.0, 4664.0, 4646.0, 4605.0, 4644.0, 4604.0, 4635.0, 4635.0, 4605.0, 4644.0, 4596.0, 4653.0, 4615.0, 4595.0, 4615.0, 4596.0, 4664.0, 4615.0, 4618.0, 4625.0, 4608.0, 4647.0, 4617.0, 4605.0, 4652.0, 4617.0, 4606.0, 4617.0, 4597.0, 4665.0, 4657.0, 4606.0, 4644.0, 4594.0, 4653.0, 4645.0, 4594.0, 4642.0, 4584.0, 4631.0, 4594.0, 4594.0, 4620.0, 4606.0, 4604.0, 4595.0, 4584.0, 4642.0, 4606.0, 4625.0, 4605.0, 4595.0, 4655.0, 4594.0, 4596.0, 4607.0, 4597.0, 4663.0, 4628.0, 4607.0, 4595.0, 4609.0, 4658.0, 4618.0, 4607.0, 4635.0, 4609.0, 4608.0, 4607.0, 4598.0, 4646.0, 4607.0, 4606.0, 4617.0, 4608.0, 4656.0, 4637.0, 4607.0, 4656.0, 4608.0, 4645.0, 4614.0, 4606.0, 4665.0, 4607.0, 4586.0, 4606.0, 4584.0, 4655.0, 4617.0, 4607.0, 4626.0, 4617.0, 4616.0, 4607.0, 4596.0, 4668.0, 4609.0, 4619.0, 4616.0, 4593.0, 4596.0, 4611.0, 4584.0, 4574.0, 4602.0, 4577.0, 4636.0, 4625.0, 4587.0, 4652.0, 4593.0, 4629.0, 4619.0, 4598.0, 4626.0, 4575.0, 4594.0, 4578.0, 4544.0, 4603.0, 4556.0, 4544.0, 4564.0, 4536.0, 4593.0, 4546.0, 4525.0, 4565.0, 4556.0, 4584.0, 4579.0, 4549.0, 4588.0, 4589.0, 4550.0, 4579.0, 4572.0, 4619.0, 4592.0, 4564.0, 4602.0, 4594.0, 4582.0, 4605.0, 4574.0, 4615.0, 4596.0, 4595.0, 4606.0, 4576.0, 4634.0, 4607.0, 4585.0, 4603.0, 4585.0, 4644.0, 4606.0, 4588.0, 4616.0, 4577.0, 4642.0, 4605.0, 4585.0, 4633.0, 4586.0, 4634.0, 4615.0, 4587.0, 4654.0, 4594.0, 4576.0, 4614.0, 4577.0, 4663.0, 4605.0, 4587.0, 4625.0, 4585.0, 4662.0, 4595.0, 4581.0, 4623.0, 4584.0, 4661.0, 4592.0, 4582.0, 4602.0, 4583.0, 4641.0, 4593.0, 4572.0, 4612.0, 4574.0, 4592.0, 4591.0, 4573.0, 4623.0, 4583.0, 4613.0, 4613.0, 4584.0, 4633.0, 4582.0, 4661.0, 4593.0, 4573.0, 4612.0, 4571.0, 4620.0, 4593.0, 4584.0, 4611.0, 4596.0, 4594.0, 4602.0, 4584.0, 4632.0, 4624.0, 4597.0, 4634.0, 4596.0, 4615.0, 4612.0, 4585.0, 4662.0, 4605.0, 4603.0, 4614.0, 4583.0, 4672.0, 4614.0, 4583.0, 4611.0, 4583.0, 4651.0, 4592.0, 4583.0, 4635.0, 4585.0, 4593.0, 4603.0, 4585.0, 4643.0, 4603.0, 4584.0, 4615.0, 4597.0, 4623.0, 4613.0, 4593.0, 4624.0, 4596.0, 4585.0, 4615.0, 4595.0, 4653.0, 4625.0, 4596.0, 4643.0, 4604.0, 4592.0, 4601.0, 4594.0, 4670.0, 4604.0, 4583.0, 4611.0, 4573.0, 4669.0, 4603.0, 4592.0, 4631.0, 4583.0, 4638.0, 4592.0, 4570.0, 4600.0, 4580.0, 4640.0, 4590.0, 4581.0, 4602.0, 4582.0, 4581.0, 4611.0, 4571.0, 4610.0, 4603.0, 4585.0, 4632.0, 4604.0, 4584.0, 4615.0, 4594.0, 4643.0, 4604.0, 4634.0, 4615.0, 4593.0, 4632.0, 4603.0, 4641.0, 4624.0, 4582.0, 4632.0, 4603.0, 4593.0, 4624.0, 4604.0, 4634.0, 4615.0, 4594.0, 4624.0, 4595.0, 4612.0, 4624.0, 4605.0, 4654.0, 4604.0, 4593.0, 4623.0, 4604.0, 4671.0, 4601.0, 4594.0, 4623.0, 4584.0, 4622.0, 4613.0, 4593.0, 4652.0, 4603.0, 4582.0, 4624.0, 4583.0, 4655.0, 4637.0, 4587.0, 4655.0, 4595.0, 4574.0, 4612.0, 4573.0, 4641.0, 4623.0, 4573.0, 4631.0, 4584.0, 4601.0, 4603.0, 4585.0, 4660.0, 4590.0, 4573.0, 4602.0, 4571.0, 4601.0, 4603.0, 4584.0, 4643.0, 4594.0, 4573.0, 4614.0, 4584.0, 4621.0, 4583.0, 4572.0, 4630.0, 4601.0, 4641.0, 4615.0, 4594.0, 4632.0, 4604.0, 4606.0, 4624.0, 4596.0, 4643.0, 4614.0, 4592.0, 4630.0, 4604.0, 4664.0, 4644.0, 4602.0, 4650.0, 4641.0, 4591.0, 4648.0, 4621.0, 4589.0, 4650.0, 4601.0, 4581.0, 4641.0, 4613.0, 4594.0, 4623.0, 4603.0, 4570.0, 4623.0, 4595.0, 4602.0, 4624.0, 4604.0, 4623.0, 4613.0, 4585.0, 4621.0, 4623.0, 4603.0, 4585.0, 4664.0, 4618.0, 4596.0, 4622.0, 4604.0, 4594.0, 4632.0, 4593.0, 4584.0, 4634.0, 4596.0, 4634.0, 4615.0, 4615.0, 4643.0, 4615.0, 4603.0, 4625.0, 4597.0, 4642.0, 4624.0, 4614.0, 4636.0, 4606.0, 4643.0, 4626.0, 4615.0, 4634.0, 4596.0, 4603.0, 4614.0, 4594.0, 4652.0, 4615.0, 4605.0, 4633.0, 4595.0, 4649.0, 4644.0, 4604.0, 4650.0, 4593.0, 4602.0, 4622.0, 4602.0, 4683.0, 4614.0, 4613.0, 4644.0, 4606.0, 4643.0, 4612.0, 4593.0, 4661.0, 4594.0, 4590.0, 4622.0, 4593.0, 4630.0, 4612.0, 4589.0, 4621.0, 4582.0, 4652.0, 4621.0, 4580.0, 4639.0, 4579.0, 4601.0, 4620.0, 4571.0, 4619.0, 4610.0, 4589.0, 4630.0, 4592.0, 4619.0, 4620.0, 4570.0, 4638.0, 4600.0, 4576.0, 4620.0, 4571.0, 4647.0, 4620.0, 4579.0, 4619.0, 4580.0, 4617.0, 4600.0, 4590.0, 4609.0, 4569.0, 4637.0, 4588.0, 4589.0, 4609.0, 4568.0, 4617.0, 4599.0, 4600.0, 4621.0, 4591.0, 4590.0, 4611.0, 4582.0, 4631.0, 4614.0, 4604.0, 4644.0, 4605.0, 4604.0, 4622.0, 4583.0, 4610.0, 4611.0, 4601.0, 4644.0, 4593.0, 4626.0, 4636.0, 4605.0, 4634.0, 4615.0, 4604.0, 4631.0, 4614.0, 4602.0, 4653.0, 4618.0, 4614.0, 4645.0, 4626.0, 4606.0, 4642.0, 4622.0, 4602.0, 4631.0, 4584.0, 4604.0, 4625.0, 4604.0, 4643.0, 4595.0, 4603.0, 4613.0, 4593.0, 4652.0, 4594.0, 4614.0, 4624.0, 4593.0, 4653.0, 4615.0, 4614.0, 4622.0, 4605.0, 4634.0, 4635.0, 4615.0, 4655.0, 4605.0, 4604.0, 4625.0, 4595.0, 4672.0, 4604.0, 4613.0, 4632.0, 4603.0, 4651.0, 4612.0, 4602.0, 4642.0, 4584.0, 4612.0, 4621.0, 4583.0, 4660.0, 4652.0, 4614.0, 4662.0, 4582.0, 4590.0, 4618.0, 4572.0, 4591.0, 4661.0, 4592.0, 4588.0, 4661.0, 4591.0, 4630.0, 4659.0, 4571.0, 4627.0, 4599.0, 4576.0, 4607.0, 4570.0, 4657.0, 4579.0, 4607.0, 4587.0, 4567.0, 4606.0, 4578.0, 4577.0, 4589.0, 4580.0, 4609.0, 4590.0, 4600.0, 4620.0, 4569.0, 4601.0, 4611.0, 4593.0, 4613.0, 4614.0, 4593.0, 4655.0, 4605.0, 4615.0, 4643.0, 4596.0, 4604.0, 4614.0, 4594.0, 4651.0, 4594.0, 4612.0, 4622.0, 4603.0, 4630.0, 4615.0, 4613.0, 4634.0, 4595.0, 4613.0, 4603.0, 4604.0, 4634.0, 4607.0, 4614.0, 4635.0, 4597.0, 4616.0, 4649.0, 4607.0, 4614.0, 4623.0, 4611.0, 4642.0, 4594.0, 4603.0, 4635.0, 4596.0, 4643.0, 4637.0, 4594.0, 4661.0, 4612.0, 4612.0, 4670.0, 4612.0, 4580.0, 4609.0, 4580.0, 4598.0, 4599.0, 4581.0, 4658.0, 4621.0, 4590.0, 4648.0, 4650.0, 4592.0, 4616.0, 4608.0, 4567.0, 4606.0, 4598.0, 4577.0, 4609.0, 4580.0, 4627.0, 4588.0, 4576.0, 4607.0, 4569.0, 4607.0, 4608.0, 4580.0, 4632.0, 4592.0, 4591.0, 4619.0, 4571.0, 4642.0, 4625.0, 4593.0, 4634.0, 4604.0, 4671.0, 4603.0, 4638.0, 4610.0, 4588.0, 4638.0, 4579.0, 4639.0, 4601.0, 4588.0, 4621.0, 4580.0, 4648.0, 4601.0, 4587.0, 4610.0, 4593.0, 4587.0, 4611.0, 4591.0, 4631.0, 4580.0, 4591.0, 4611.0, 4582.0], 'WindowWidth': [10229.0, 10171.0, 10065.0, 10191.0, 10179.0, 10099.0, 10161.0, 10110.0, 10050.0, 10163.0, 10112.0, 10124.0, 10137.0, 10057.0, 10096.0, 10097.0, 10071.0, 10146.0, 10052.0, 10060.0, 10085.0, 10061.0, 10146.0, 10142.0, 10059.0, 10155.0, 10075.0, 10133.0, 10099.0, 10057.0, 10145.0, 10089.0, 10084.0, 10137.0, 10096.0, 10163.0, 10143.0, 10048.0, 10170.0, 10099.0, 10147.0, 10131.0, 10054.0, 10141.0, 10054.0, 10074.0, 10132.0, 10053.0, 10143.0, 10076.0, 10068.0, 10162.0, 10121.0, 10102.0, 10100.0, 10032.0, 10119.0, 10142.0, 10090.0, 10115.0, 10048.0, 10074.0, 10088.0, 10053.0, 10135.0, 10072.0, 10048.0, 10134.0, 10020.0, 10103.0, 10109.0, 10034.0, 10108.0, 10079.0, 10071.0, 10131.0, 10061.0, 10082.0, 10023.0, 10009.0, 10108.0, 10083.0, 10028.0, 10140.0, 10054.0, 10058.0, 10112.0, 10112.0, 10044.0, 10100.0, 10050.0, 10085.0, 10037.0, 10038.0, 10119.0, 10141.0, 10037.0, 10093.0, 10030.0, 10120.0, 10074.0, 10011.0, 10113.0, 10031.0, 10057.0, 10042.0, 10020.0, 10136.0, 10031.0, 10041.0, 10101.0, 10069.0, 10068.0, 10094.0, 10070.0, 10104.0, 10067.0, 10074.0, 10103.0, 10124.0, 10074.0, 10084.0, 10072.0, 10072.0, 10159.0, 10106.0, 10079.0, 10121.0, 10065.0, 10098.0, 10123.0, 10057.0, 10145.0, 10077.0, 10067.0, 10142.0, 10122.0, 10059.0, 10087.0, 10073.0, 10095.0, 10046.0, 10070.0, 10163.0, 10065.0, 10081.0, 10127.0, 10071.0, 10070.0, 10151.0, 10091.0, 10067.0, 10122.0, 10111.0, 10065.0, 10162.0, 10163.0, 10080.0, 10136.0, 10049.0, 10065.0, 10125.0, 10089.0, 10114.0, 10091.0, 10033.0, 10120.0, 10116.0, 10040.0, 10141.0, 10068.0, 10045.0, 10084.0, 10034.0, 10073.0, 10126.0, 10016.0, 10023.0, 10027.0, 10005.0, 10039.0, 10078.0, 10074.0, 10070.0, 10141.0, 10111.0, 10065.0, 10066.0, 10039.0, 10111.0, 10060.0, 10034.0, 10134.0, 10048.0, 10071.0, 10093.0, 10068.0, 10080.0, 10068.0, 10070.0, 10093.0, 10073.0, 10082.0, 10150.0, 10129.0, 10084.0, 10136.0, 10094.0, 10177.0, 10120.0, 10101.0, 10163.0, 10061.0, 10161.0, 10106.0, 10093.0, 10162.0, 10066.0, 10147.0, 10121.0, 10086.0, 10159.0, 10068.0, 10143.0, 10124.0, 10068.0, 10137.0, 10054.0, 10105.0, 10075.0, 10069.0, 10157.0, 10049.0, 10078.0, 10069.0, 10061.0, 10156.0, 10107.0, 10078.0, 10081.0, 10075.0, 10129.0, 10095.0, 10076.0, 10163.0, 10056.0, 10082.0, 10058.0, 10067.0, 10159.0, 10163.0, 10076.0, 10142.0, 10067.0, 10114.0, 10146.0, 10065.0, 10155.0, 10055.0, 10064.0, 10056.0, 10071.0, 10138.0, 10068.0, 10062.0, 10129.0, 10074.0, 10069.0, 10047.0, 10051.0, 10129.0, 10057.0, 10062.0, 10123.0, 10074.0, 10128.0, 10131.0, 10051.0, 10118.0, 10062.0, 10060.0, 10067.0, 10054.0, 10104.0, 10087.0, 10035.0, 10121.0, 10055.0, 10128.0, 10026.0, 10090.0, 10023.0, 10037.0, 10025.0, 10032.0, 10055.0, 10063.0, 10073.0, 10006.0, 10084.0, 10092.0, 10067.0, 10095.0, 10072.0, 10085.0, 10110.0, 10102.0, 10102.0, 10079.0, 10091.0, 10164.0, 10144.0, 10082.0, 10137.0, 10073.0, 10122.0, 10085.0, 10097.0, 10156.0, 10088.0, 10071.0, 10090.0, 10088.0, 10089.0, 10111.0, 10084.0, 10100.0, 10191.0, 10168.0, 10097.0, 10167.0, 10080.0, 10113.0, 10093.0, 10097.0, 10174.0, 10165.0, 10147.0, 10170.0, 10152.0, 10108.0, 10098.0, 10035.0, 10027.0, 9991.0, 10048.0, 10042.0, 10017.0, 10053.0, 10003.0, 10049.0, 9973.0, 9991.0, 9968.0, 9959.0, 10012.0, 9994.0, 10003.0, 10047.0, 10032.0, 10080.0, 10045.0, 10048.0, 10082.0, 10047.0, 10057.0, 10041.0, 10034.0, 10142.0, 10067.0, 10053.0, 10106.0, 10066.0, 10115.0, 10070.0, 10130.0, 10121.0, 10066.0, 10131.0, 10074.0, 10120.0, 10065.0, 10042.0, 10145.0, 10086.0, 10072.0, 10083.0, 10091.0, 10128.0, 10090.0, 10076.0, 10151.0, 10078.0, 10091.0, 10104.0, 10099.0, 10133.0, 10127.0, 10097.0, 10169.0, 10103.0, 10090.0, 10129.0, 10093.0, 10169.0, 10124.0, 10074.0, 10182.0, 10100.0, 10141.0, 10144.0, 10075.0, 10161.0, 10116.0, 10105.0, 10092.0, 10067.0, 10148.0, 10104.0, 10069.0, 10147.0, 10071.0, 10065.0, 10067.0, 10053.0, 10145.0, 10064.0, 10141.0, 10131.0, 10050.0, 10101.0, 10051.0, 10126.0, 10079.0, 10063.0, 10100.0, 10051.0, 10115.0, 10066.0, 10067.0, 10084.0, 10074.0, 10076.0, 10078.0, 10053.0, 10120.0, 10093.0, 10133.0, 10120.0, 10081.0, 10156.0, 10086.0, 10141.0, 10142.0, 10066.0, 10131.0, 10076.0, 10162.0, 10110.0, 10070.0, 10096.0, 10079.0, 10161.0, 10123.0, 10088.0, 10136.0, 10068.0, 10164.0, 10142.0, 10086.0, 10134.0, 10084.0, 10125.0, 10127.0, 10086.0, 10138.0, 10074.0, 10149.0, 10099.0, 10070.0, 10099.0, 10076.0, 10164.0, 10100.0, 10111.0, 10115.0, 10095.0, 10146.0, 10104.0, 10087.0, 10145.0, 10104.0, 10089.0, 10106.0, 10076.0, 10168.0, 10160.0, 10087.0, 10137.0, 10068.0, 10147.0, 10138.0, 10069.0, 10129.0, 10055.0, 10115.0, 10066.0, 10066.0, 10095.0, 10090.0, 10082.0, 10073.0, 10056.0, 10132.0, 10087.0, 10112.0, 10086.0, 10073.0, 10153.0, 10073.0, 10074.0, 10091.0, 10080.0, 10164.0, 10122.0, 10093.0, 10072.0, 10099.0, 10165.0, 10111.0, 10091.0, 10126.0, 10096.0, 10098.0, 10094.0, 10081.0, 10143.0, 10092.0, 10091.0, 10106.0, 10096.0, 10156.0, 10133.0, 10094.0, 10158.0, 10097.0, 10142.0, 10096.0, 10091.0, 10168.0, 10093.0, 10064.0, 10089.0, 10056.0, 10154.0, 10107.0, 10092.0, 10118.0, 10107.0, 10105.0, 10092.0, 10077.0, 10178.0, 10101.0, 10115.0, 10104.0, 10069.0, 10081.0, 10089.0, 10058.0, 10043.0, 10078.0, 10051.0, 10129.0, 10114.0, 10061.0, 10143.0, 10061.0, 10104.0, 10088.0, 10057.0, 10093.0, 10021.0, 10044.0, 10027.0, 9975.0, 10057.0, 9996.0, 9977.0, 10005.0, 9969.0, 10042.0, 9980.0, 9954.0, 10009.0, 9999.0, 10034.0, 10035.0, 9996.0, 10048.0, 10051.0, 10000.0, 10039.0, 10032.0, 10092.0, 10060.0, 10024.0, 10074.0, 10069.0, 10046.0, 10085.0, 10041.0, 10098.0, 10076.0, 10072.0, 10086.0, 10049.0, 10126.0, 10093.0, 10060.0, 10081.0, 10059.0, 10139.0, 10092.0, 10070.0, 10103.0, 10050.0, 10132.0, 10087.0, 10059.0, 10121.0, 10062.0, 10124.0, 10100.0, 10065.0, 10152.0, 10070.0, 10047.0, 10098.0, 10051.0, 10162.0, 10086.0, 10066.0, 10112.0, 10059.0, 10159.0, 10071.0, 10047.0, 10109.0, 10056.0, 10156.0, 10063.0, 10050.0, 10076.0, 10053.0, 10129.0, 10067.0, 10039.0, 10093.0, 10044.0, 10065.0, 10063.0, 10043.0, 10109.0, 10054.0, 10096.0, 10099.0, 10061.0, 10126.0, 10052.0, 10160.0, 10071.0, 10042.0, 10093.0, 10035.0, 10101.0, 10071.0, 10059.0, 10089.0, 10079.0, 10072.0, 10080.0, 10060.0, 10123.0, 10117.0, 10084.0, 10129.0, 10081.0, 10105.0, 10093.0, 10065.0, 10162.0, 10089.0, 10084.0, 10100.0, 10055.0, 10177.0, 10101.0, 10058.0, 10090.0, 10056.0, 10146.0, 10065.0, 10058.0, 10132.0, 10064.0, 10070.0, 10084.0, 10065.0, 10139.0, 10085.0, 10060.0, 10105.0, 10085.0, 10114.0, 10099.0, 10073.0, 10116.0, 10079.0, 10065.0, 10105.0, 10079.0, 10154.0, 10117.0, 10080.0, 10139.0, 10088.0, 10069.0, 10075.0, 10074.0, 10172.0, 10086.0, 10057.0, 10093.0, 10042.0, 10170.0, 10083.0, 10066.0, 10119.0, 10055.0, 10124.0, 10065.0, 10031.0, 10074.0, 10049.0, 10128.0, 10058.0, 10053.0, 10080.0, 10054.0, 10050.0, 10090.0, 10039.0, 10087.0, 10084.0, 10064.0, 10124.0, 10088.0, 10061.0, 10103.0, 10077.0, 10137.0, 10085.0, 10129.0, 10104.0, 10073.0, 10122.0, 10084.0, 10134.0, 10113.0, 10056.0, 10122.0, 10087.0, 10070.0, 10115.0, 10090.0, 10127.0, 10106.0, 10077.0, 10114.0, 10078.0, 10096.0, 10115.0, 10092.0, 10156.0, 10090.0, 10073.0, 10113.0, 10088.0, 10175.0, 10076.0, 10077.0, 10111.0, 10061.0, 10108.0, 10097.0, 10073.0, 10150.0, 10086.0, 10054.0, 10113.0, 10059.0, 10159.0, 10138.0, 10070.0, 10156.0, 10075.0, 10046.0, 10094.0, 10042.0, 10130.0, 10111.0, 10042.0, 10116.0, 10057.0, 10077.0, 10083.0, 10059.0, 10158.0, 10061.0, 10043.0, 10079.0, 10038.0, 10076.0, 10083.0, 10059.0, 10140.0, 10074.0, 10044.0, 10099.0, 10061.0, 10107.0, 10056.0, 10040.0, 10118.0, 10080.0, 10134.0, 10108.0, 10076.0, 10122.0, 10087.0, 10093.0, 10115.0, 10080.0, 10139.0, 10098.0, 10066.0, 10115.0, 10084.0, 10170.0, 10142.0, 10080.0, 10142.0, 10131.0, 10062.0, 10137.0, 10102.0, 10058.0, 10141.0, 10075.0, 10050.0, 10131.0, 10099.0, 10075.0, 10111.0, 10085.0, 10034.0, 10109.0, 10074.0, 10081.0, 10113.0, 10087.0, 10110.0, 10095.0, 10059.0, 10104.0, 10108.0, 10084.0, 10063.0, 10169.0, 10115.0, 10080.0, 10107.0, 10088.0, 10073.0, 10121.0, 10071.0, 10059.0, 10125.0, 10080.0, 10130.0, 10105.0, 10105.0, 10142.0, 10107.0, 10087.0, 10118.0, 10084.0, 10135.0, 10118.0, 10104.0, 10135.0, 10095.0, 10141.0, 10121.0, 10105.0, 10128.0, 10080.0, 10083.0, 10100.0, 10073.0, 10151.0, 10106.0, 10090.0, 10127.0, 10078.0, 10140.0, 10141.0, 10088.0, 10143.0, 10070.0, 10081.0, 10107.0, 10083.0, 10197.0, 10099.0, 10101.0, 10141.0, 10097.0, 10140.0, 10092.0, 10071.0, 10162.0, 10075.0, 10061.0, 10107.0, 10072.0, 10116.0, 10095.0, 10061.0, 10104.0, 10054.0, 10149.0, 10105.0, 10049.0, 10127.0, 10043.0, 10076.0, 10101.0, 10037.0, 10097.0, 10089.0, 10058.0, 10112.0, 10065.0, 10099.0, 10099.0, 10033.0, 10123.0, 10073.0, 10034.0, 10100.0, 10034.0, 10134.0, 10099.0, 10045.0, 10097.0, 10046.0, 10092.0, 10072.0, 10060.0, 10085.0, 10032.0, 10121.0, 10052.0, 10058.0, 10085.0, 10028.0, 10093.0, 10072.0, 10075.0, 10103.0, 10063.0, 10061.0, 10090.0, 10053.0, 10118.0, 10102.0, 10089.0, 10141.0, 10092.0, 10089.0, 10108.0, 10058.0, 10090.0, 10093.0, 10077.0, 10143.0, 10074.0, 10126.0, 10136.0, 10094.0, 10128.0, 10104.0, 10088.0, 10120.0, 10100.0, 10080.0, 10154.0, 10113.0, 10102.0, 10145.0, 10124.0, 10095.0, 10138.0, 10108.0, 10079.0, 10119.0, 10059.0, 10088.0, 10119.0, 10087.0, 10141.0, 10078.0, 10083.0, 10098.0, 10071.0, 10151.0, 10076.0, 10101.0, 10113.0, 10071.0, 10153.0, 10105.0, 10103.0, 10108.0, 10093.0, 10128.0, 10133.0, 10106.0, 10160.0, 10092.0, 10089.0, 10118.0, 10076.0, 10176.0, 10087.0, 10098.0, 10124.0, 10085.0, 10147.0, 10096.0, 10082.0, 10133.0, 10061.0, 10096.0, 10106.0, 10057.0, 10157.0, 10148.0, 10102.0, 10162.0, 10054.0, 10062.0, 10097.0, 10039.0, 10063.0, 10158.0, 10067.0, 10055.0, 10158.0, 10062.0, 10116.0, 10153.0, 10036.0, 10105.0, 10069.0, 10033.0, 10079.0, 10030.0, 10146.0, 10041.0, 10076.0, 10050.0, 10023.0, 10073.0, 10041.0, 10038.0, 10057.0, 10046.0, 10085.0, 10062.0, 10075.0, 10102.0, 10031.0, 10077.0, 10093.0, 10071.0, 10096.0, 10100.0, 10072.0, 10158.0, 10093.0, 10102.0, 10138.0, 10081.0, 10087.0, 10101.0, 10074.0, 10145.0, 10073.0, 10096.0, 10109.0, 10085.0, 10117.0, 10105.0, 10101.0, 10128.0, 10078.0, 10099.0, 10086.0, 10089.0, 10130.0, 10102.0, 10102.0, 10134.0, 10087.0, 10111.0, 10160.0, 10100.0, 10104.0, 10113.0, 10094.0, 10138.0, 10077.0, 10087.0, 10131.0, 10082.0, 10140.0, 10139.0, 10074.0, 10161.0, 10096.0, 10094.0, 10172.0, 10094.0, 10048.0, 10084.0, 10046.0, 10066.0, 10068.0, 10049.0, 10151.0, 10103.0, 10060.0, 10137.0, 10143.0, 10067.0, 10087.0, 10079.0, 10023.0, 10076.0, 10066.0, 10037.0, 10084.0, 10046.0, 10104.0, 10051.0, 10034.0, 10076.0, 10028.0, 10078.0, 10082.0, 10047.0, 10120.0, 10066.0, 10063.0, 10098.0, 10039.0, 10133.0, 10115.0, 10070.0, 10127.0, 10088.0, 10171.0, 10081.0, 10121.0, 10085.0, 10049.0, 10122.0, 10043.0, 10123.0, 10074.0, 10054.0, 10100.0, 10046.0, 10134.0, 10076.0, 10052.0, 10087.0, 10070.0, 10051.0, 10089.0, 10064.0, 10116.0, 10045.0, 10063.0, 10091.0, 10053.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.004013852526926263</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.11236386578293289</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.23236974724706</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0398289712023212</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9063709520895528</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6573.4736</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11319568234482975</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.373653686826843</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7265009605761406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7287623894866893</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8401072050138403</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6106332872278903</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00473438</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004984722938388586</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02772129327058792</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.161468369872511</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>21.6044</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3023</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.3112</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310234.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>823.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.8613</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.49</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.4854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3915.8351</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4117.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66310.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1509.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5050.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.3068</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.224041403154843</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> |