=== 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-0106 --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-0106",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-01/func/sub-0106_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>c0dabfc879d9171f54e2bcbb5ca81435</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>16:52:57.997500</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.995808, 0.0122371, 0.0906472, -0.0272936, 0.985616, 0.16678]</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.0811281</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4252, -7774, -7266, 282, -56, 16, -119, 75]</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>227.379</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>89c6b778-0f79-4daa-9dc4-6d5583c7e6ac||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.671679735183716, -0.07322680205106735, 0.23571664094924927, 107.97418212890625], [-0.03283127024769783, 2.644336700439453, 0.455097496509552, -96.99999237060547], [0.24319981038570404, -0.44745776057243347, 2.650909900665283, -61.79804992675781], [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': ['165257.997500', '165258.457500', '165258.917500', '165259.377500', '165259.837500', '165300.297500', '165300.757500', '165301.217500', '165301.677500', '165302.137500', '165302.597500', '165303.057500', '165303.517500', '165303.977500', '165304.437500', '165304.897500', '165305.357500', '165305.817500', '165306.277500', '165306.737500', '165307.197500', '165307.657500', '165308.117500', '165308.577500', '165309.037500', '165309.497500', '165309.957500', '165310.417500', '165310.877500', '165311.337500', '165311.797500', '165312.257500', '165312.717500', '165313.177500', '165313.637500', '165314.097500', '165314.557500', '165315.017500', '165315.477500', '165315.937500', '165316.397500', '165316.857500', '165317.317500', '165317.777500', '165318.237500', '165318.697500', '165319.157500', '165319.617500', '165320.077500', '165320.537500', '165320.997500', '165321.457500', '165321.917500', '165322.377500', '165322.837500', '165323.297500', '165323.757500', '165324.217500', '165324.677500', '165325.137500', '165325.597500', '165326.057500', '165326.517500', '165326.977500', '165327.437500', '165327.897500', '165328.357500', '165328.817500', '165329.277500', '165329.737500', '165330.197500', '165330.657500', '165331.117500', '165331.577500', '165332.037500', '165332.497500', '165332.957500', '165333.417500', '165333.877500', '165334.337500', '165334.797500', '165335.257500', '165335.717500', '165336.177500', '165336.637500', '165337.097500', '165337.557500', '165338.017500', '165338.477500', '165338.937500', '165339.397500', '165339.857500', '165340.317500', '165340.777500', '165341.237500', '165341.697500', '165342.157500', '165342.617500', '165343.077500', '165343.537500', '165343.997500', '165344.457500', '165344.917500', '165345.377500', '165345.837500', '165346.297500', '165346.757500', '165347.217500', '165347.677500', '165348.137500', '165348.597500', '165349.057500', '165349.517500', '165349.977500', '165350.437500', '165350.897500', '165351.357500', '165351.817500', '165352.277500', '165352.737500', '165353.197500', '165353.657500', '165354.117500', '165354.577500', '165355.037500', '165355.497500', '165355.957500', '165356.417500', '165356.877500', '165357.337500', '165357.797500', '165358.257500', '165358.717500', '165359.177500', '165359.637500', '165400.097500', '165400.557500', '165401.017500', '165401.477500', '165401.937500', '165402.397500', '165402.857500', '165403.317500', '165403.777500', '165404.237500', '165404.697500', '165405.157500', '165405.617500', '165406.077500', '165406.537500', '165406.997500', '165407.457500', '165407.917500', '165408.377500', '165408.837500', '165409.297500', '165409.757500', '165410.217500', '165410.677500', '165411.137500', '165411.597500', '165412.057500', '165412.517500', '165412.977500', '165413.437500', '165413.897500', '165414.357500', '165414.817500', '165415.277500', '165415.737500', '165416.197500', '165416.657500', '165417.117500', '165417.577500', '165418.037500', '165418.497500', '165418.957500', '165419.417500', '165419.877500', '165420.337500', '165420.797500', '165421.257500', '165421.717500', '165422.177500', '165422.637500', '165423.097500', '165423.557500', '165424.017500', '165424.477500', '165424.937500', '165425.397500', '165425.857500', '165426.317500', '165426.777500', '165427.237500', '165427.697500', '165428.157500', '165428.617500', '165429.077500', '165429.537500', '165429.997500', '165430.457500', '165430.917500', '165431.377500', '165431.837500', '165432.297500', '165432.757500', '165433.217500', '165433.677500', '165434.137500', '165434.597500', '165435.057500', '165435.517500', '165435.977500', '165436.437500', '165436.897500', '165437.357500', '165437.817500', '165438.277500', '165438.737500', '165439.197500', '165439.657500', '165440.117500', '165440.577500', '165441.037500', '165441.497500', '165441.957500', '165442.417500', '165442.877500', '165443.337500', '165443.797500', '165444.257500', '165444.717500', '165445.177500', '165445.637500', '165446.097500', '165446.557500', '165447.017500', '165447.477500', '165447.937500', '165448.397500', '165448.857500', '165449.317500', '165449.777500', '165450.237500', '165450.697500', '165451.157500', '165451.617500', '165452.077500', '165452.537500', '165452.997500', '165453.457500', '165453.917500', '165454.377500', '165454.837500', '165455.297500', '165455.757500', '165456.217500', '165456.677500', '165457.137500', '165457.597500', '165458.057500', '165458.517500', '165458.977500', '165459.437500', '165459.897500', '165500.357500', '165500.817500', '165501.277500', '165501.737500', '165502.197500', '165502.657500', '165503.117500', '165503.577500', '165504.037500', '165504.497500', '165504.957500', '165505.417500', '165505.877500', '165506.337500', '165506.797500', '165507.257500', '165507.717500', '165508.177500', '165508.637500', '165509.097500', '165509.557500', '165510.017500', '165510.477500', '165510.937500', '165511.397500', '165511.857500', '165512.317500', '165512.777500', '165513.237500', '165513.697500', '165514.157500', '165514.617500', '165515.077500', '165515.537500', '165515.997500', '165516.457500', '165516.917500', '165517.377500', '165517.837500', '165518.297500', '165518.757500', '165519.217500', '165519.677500', '165520.137500', '165520.597500', '165521.057500', '165521.517500', '165521.977500', '165522.437500', '165522.897500', '165523.357500', '165523.817500', '165524.277500', '165524.737500', '165525.197500', '165525.657500', '165526.117500', '165526.577500', '165527.037500', '165527.497500', '165527.957500', '165528.417500', '165528.877500', '165529.337500', '165529.797500', '165530.257500', '165530.717500', '165531.177500', '165531.637500', '165532.097500', '165532.557500', '165533.017500', '165533.477500', '165533.937500', '165534.397500', '165534.857500', '165535.317500', '165535.777500', '165536.237500', '165536.697500', '165537.157500', '165537.617500', '165538.077500', '165538.537500', '165538.997500', '165539.457500', '165539.917500', '165540.377500', '165540.837500', '165541.297500', '165541.757500', '165542.217500', '165542.677500', '165543.137500', '165543.597500', '165544.057500', '165544.517500', '165544.977500', '165545.437500', '165545.897500', '165546.357500', '165546.817500', '165547.277500', '165547.737500', '165548.197500', '165548.657500', '165549.117500', '165549.577500', '165550.037500', '165550.497500', '165550.957500', '165551.417500', '165551.877500', '165552.337500', '165552.797500', '165553.257500', '165553.717500', '165554.177500', '165554.637500', '165555.097500', '165555.557500', '165556.017500', '165556.477500', '165556.937500', '165557.397500', '165557.857500', '165558.317500', '165558.777500', '165559.237500', '165559.697500', '165600.157500', '165600.617500', '165601.077500', '165601.537500', '165601.997500', '165602.457500', '165602.917500', '165603.377500', '165603.837500', '165604.297500', '165604.757500', '165605.217500', '165605.677500', '165606.137500', '165606.597500', '165607.057500', '165607.517500', '165607.977500', '165608.437500', '165608.897500', '165609.357500', '165609.817500', '165610.277500', '165610.737500', '165611.197500', '165611.657500', '165612.117500', '165612.577500', '165613.037500', '165613.497500', '165613.957500', '165614.417500', '165614.877500', '165615.337500', '165615.797500', '165616.257500', '165616.717500', '165617.177500', '165617.637500', '165618.097500', '165618.557500', '165619.017500', '165619.477500', '165619.937500', '165620.397500', '165620.857500', '165621.317500', '165621.777500', '165622.237500', '165622.697500', '165623.157500', '165623.617500', '165624.077500', '165624.537500', '165624.997500', '165625.457500', '165625.917500', '165626.377500', '165626.837500', '165627.297500', '165627.757500', '165628.217500', '165628.677500', '165629.137500', '165629.597500', '165630.057500', '165630.517500', '165630.977500', '165631.437500', '165631.897500', '165632.357500', '165632.817500', '165633.277500', '165633.737500', '165634.197500', '165634.657500', '165635.117500', '165635.577500', '165636.037500', '165636.497500', '165636.957500', '165637.417500', '165637.877500', '165638.337500', '165638.797500', '165639.257500', '165639.717500', '165640.177500', '165640.637500', '165641.097500', '165641.557500', '165642.017500', '165642.477500', '165642.937500', '165643.397500', '165643.857500', '165644.317500', '165644.777500', '165645.237500', '165645.697500', '165646.157500', '165646.617500', '165647.077500', '165647.537500', '165647.997500', '165648.457500', '165648.917500', '165649.377500', '165649.837500', '165650.297500', '165650.757500', '165651.217500', '165651.677500', '165652.137500', '165652.597500', '165653.057500', '165653.517500', '165653.977500', '165654.437500', '165654.897500', '165655.357500', '165655.817500', '165656.277500', '165656.737500', '165657.197500', '165657.657500', '165658.117500', '165658.577500', '165659.037500', '165659.497500', '165659.957500', '165700.417500', '165700.877500', '165701.337500', '165701.797500', '165702.257500', '165702.717500', '165703.177500', '165703.637500', '165704.097500', '165704.557500', '165705.017500', '165705.477500', '165705.937500', '165706.397500', '165706.857500', '165707.317500', '165707.777500', '165708.237500', '165708.697500', '165709.157500', '165709.617500', '165710.077500', '165710.537500', '165710.997500', '165711.457500', '165711.917500', '165712.377500', '165712.837500', '165713.297500', '165713.757500', '165714.217500', '165714.677500', '165715.137500', '165715.597500', '165716.057500', '165716.517500', '165716.977500', '165717.437500', '165717.897500', '165718.357500', '165718.817500', '165719.277500', '165719.737500', '165720.197500', '165720.657500', '165721.117500', '165721.577500', '165722.037500', '165722.497500', '165722.957500', '165723.417500', '165723.877500', '165724.337500', '165724.797500', '165725.257500', '165725.717500', '165726.177500', '165726.637500', '165727.097500', '165727.557500', '165728.017500', '165728.477500', '165728.937500', '165729.397500', '165729.857500', '165730.317500', '165730.777500', '165731.237500', '165731.697500', '165732.157500', '165732.617500', '165733.077500', '165733.537500', '165733.997500', '165734.457500', '165734.917500', '165735.377500', '165735.837500', '165736.297500', '165736.757500', '165737.217500', '165737.677500', '165738.137500', '165738.597500', '165739.057500', '165739.517500', '165739.977500', '165740.437500', '165740.897500', '165741.357500', '165741.817500', '165742.277500', '165742.737500', '165743.197500', '165743.657500', '165744.117500', '165744.577500', '165745.037500', '165745.497500', '165745.957500', '165746.417500', '165746.877500', '165747.337500', '165747.797500', '165748.257500', '165748.717500', '165749.177500', '165749.637500', '165750.097500', '165750.557500', '165751.017500', '165751.477500', '165751.937500', '165752.397500', '165752.857500', '165753.317500', '165753.777500', '165754.237500', '165754.697500', '165755.157500', '165755.617500', '165756.077500', '165756.537500', '165756.997500', '165757.457500', '165757.917500', '165758.377500', '165758.837500', '165759.297500', '165759.757500', '165800.217500', '165800.677500', '165801.137500', '165801.597500', '165802.057500', '165802.517500', '165802.977500', '165803.437500', '165803.897500', '165804.357500', '165804.817500', '165805.277500', '165805.737500', '165806.197500', '165806.657500', '165807.117500', '165807.577500', '165808.037500', '165808.497500', '165808.957500', '165809.417500', '165809.877500', '165810.337500', '165810.797500', '165811.257500', '165811.717500', '165812.177500', '165812.637500', '165813.097500', '165813.557500', '165814.017500', '165814.477500', '165814.937500', '165815.397500', '165815.857500', '165816.317500', '165816.777500', '165817.237500', '165817.697500', '165818.157500', '165818.617500', '165819.077500', '165819.537500', '165819.997500', '165820.457500', '165820.917500', '165821.377500', '165821.837500', '165822.297500', '165822.757500', '165823.217500', '165823.677500', '165824.137500', '165824.597500', '165825.057500', '165825.517500', '165825.977500', '165826.437500', '165826.897500', '165827.357500', '165827.817500', '165828.277500', '165828.737500', '165829.197500', '165829.657500', '165830.117500', '165830.577500', '165831.037500', '165831.497500', '165831.957500', '165832.417500', '165832.877500', '165833.337500', '165833.797500', '165834.257500', '165834.717500', '165835.177500', '165835.637500', '165836.097500', '165836.557500', '165837.017500', '165837.477500', '165837.937500', '165838.397500', '165838.857500', '165839.317500', '165839.777500', '165840.237500', '165840.697500', '165841.157500', '165841.617500', '165842.077500', '165842.537500', '165842.997500', '165843.457500', '165843.917500', '165844.377500', '165844.837500', '165845.297500', '165845.757500', '165846.217500', '165846.677500', '165847.137500', '165847.597500', '165848.057500', '165848.517500', '165848.977500', '165849.437500', '165849.897500', '165850.357500', '165850.817500', '165851.277500', '165851.737500', '165852.197500', '165852.657500', '165853.117500', '165853.577500', '165854.037500', '165854.497500', '165854.957500', '165855.417500', '165855.877500', '165856.337500', '165856.797500', '165857.257500', '165857.717500', '165858.177500', '165858.637500', '165859.097500', '165859.557500', '165900.017500', '165900.477500', '165900.937500', '165901.397500', '165901.857500', '165902.317500', '165902.777500', '165903.237500', '165903.697500', '165904.157500', '165904.617500', '165905.077500', '165905.537500', '165905.997500', '165906.457500', '165906.917500', '165907.377500', '165907.837500', '165908.297500', '165908.757500', '165909.217500', '165909.677500', '165910.137500', '165910.597500', '165911.057500', '165911.517500', '165911.977500', '165912.437500', '165912.897500', '165913.357500', '165913.817500', '165914.277500', '165914.737500', '165915.197500', '165915.657500', '165916.117500', '165916.577500', '165917.037500', '165917.497500', '165917.957500', '165918.417500', '165918.877500', '165919.337500', '165919.797500', '165920.257500', '165920.717500', '165921.177500', '165921.637500', '165922.097500', '165922.557500', '165923.017500', '165923.477500', '165923.937500', '165924.397500', '165924.857500', '165925.317500', '165925.777500', '165926.237500', '165926.697500', '165927.157500', '165927.617500', '165928.077500', '165928.537500', '165928.997500', '165929.457500', '165929.917500', '165930.377500', '165930.837500', '165931.297500', '165931.757500', '165932.217500', '165932.677500', '165933.137500', '165933.597500', '165934.057500', '165934.517500', '165934.977500', '165935.437500', '165935.897500', '165936.357500', '165936.817500', '165937.277500', '165937.737500', '165938.197500', '165938.657500', '165939.117500', '165939.577500', '165940.037500', '165940.497500', '165940.957500', '165941.417500', '165941.877500', '165942.337500', '165942.797500', '165943.257500', '165943.717500', '165944.177500', '165944.637500', '165945.097500', '165945.557500', '165946.017500', '165946.477500', '165946.937500', '165947.397500', '165947.857500', '165948.317500', '165948.777500', '165949.237500', '165949.697500', '165950.157500', '165950.617500', '165951.077500', '165951.537500', '165951.997500', '165952.457500', '165952.917500', '165953.377500', '165953.837500', '165954.297500', '165954.757500', '165955.217500', '165955.677500', '165956.137500', '165956.597500', '165957.057500', '165957.517500', '165957.977500', '165958.437500', '165958.897500', '165959.357500', '165959.817500', '170000.277500', '170000.737500', '170001.197500', '170001.657500', '170002.117500', '170002.577500', '170003.037500', '170003.497500', '170003.957500', '170004.417500', '170004.877500', '170005.337500', '170005.797500', '170006.257500', '170006.717500', '170007.177500', '170007.637500', '170008.097500', '170008.557500', '170009.017500', '170009.477500', '170009.937500', '170010.397500', '170010.857500', '170011.317500', '170011.777500', '170012.237500', '170012.697500', '170013.157500', '170013.617500', '170014.077500', '170014.537500', '170014.997500', '170015.457500', '170015.917500', '170016.377500', '170016.837500', '170017.297500', '170017.757500', '170018.217500', '170018.677500', '170019.137500', '170019.597500', '170020.057500', '170020.517500', '170020.977500', '170021.437500', '170021.897500', '170022.357500', '170022.817500', '170023.277500', '170023.737500', '170024.197500', '170024.657500', '170025.117500', '170025.577500', '170026.037500', '170026.497500', '170026.957500', '170027.417500', '170027.877500', '170028.337500', '170028.797500', '170029.257500', '170029.717500', '170030.177500', '170030.637500', '170031.097500', '170031.557500', '170032.017500', '170032.477500', '170032.937500', '170033.397500', '170033.857500', '170034.317500', '170034.777500', '170035.237500', '170035.697500', '170036.157500', '170036.617500', '170037.077500', '170037.537500', '170037.997500', '170038.457500', '170038.917500', '170039.377500', '170039.837500', '170040.297500', '170040.757500', '170041.217500', '170041.677500', '170042.137500', '170042.597500', '170043.057500', '170043.517500', '170043.977500', '170044.437500', '170044.897500', '170045.357500', '170045.817500', '170046.277500', '170046.737500', '170047.197500', '170047.657500', '170048.117500', '170048.577500', '170049.037500', '170049.497500', '170049.957500', '170050.417500', '170050.877500', '170051.337500', '170051.797500', '170052.257500', '170052.717500', '170053.177500', '170053.637500', '170054.097500', '170054.557500', '170055.017500', '170055.477500', '170055.937500', '170056.397500', '170056.857500', '170057.317500', '170057.777500', '170058.237500', '170058.697500', '170059.157500', '170059.617500', '170100.077500', '170100.537500', '170100.997500', '170101.457500', '170101.917500', '170102.377500', '170102.837500', '170103.297500', '170103.757500', '170104.217500', '170104.677500', '170105.137500', '170105.597500', '170106.057500', '170106.517500', '170106.977500', '170107.437500', '170107.897500', '170108.357500', '170108.817500', '170109.277500', '170109.737500', '170110.197500', '170110.657500', '170111.117500', '170111.577500', '170112.037500', '170112.497500', '170112.957500', '170113.417500', '170113.877500', '170114.337500', '170114.797500', '170115.257500', '170115.717500', '170116.177500', '170116.637500', '170117.097500', '170117.557500', '170118.017500', '170118.477500', '170118.937500', '170119.397500', '170119.857500', '170120.317500', '170120.777500', '170121.237500', '170121.697500', '170122.157500', '170122.617500', '170123.077500', '170123.537500', '170123.997500', '170124.457500', '170124.917500', '170125.377500', '170125.837500', '170126.297500', '170126.757500', '170127.217500', '170127.677500', '170128.137500', '170128.597500', '170129.057500', '170129.517500', '170129.977500', '170130.437500', '170130.897500', '170131.357500', '170131.817500', '170132.277500', '170132.737500', '170133.197500', '170133.657500', '170134.117500', '170134.577500', '170135.037500', '170135.497500', '170135.957500', '170136.417500', '170136.877500', '170137.337500', '170137.797500', '170138.257500', '170138.717500', '170139.177500', '170139.637500', '170140.097500', '170140.557500', '170141.017500', '170141.477500', '170141.937500', '170142.397500', '170142.857500', '170143.317500', '170143.777500', '170144.237500', '170144.697500', '170145.157500', '170145.617500', '170146.077500', '170146.537500', '170146.997500', '170147.457500', '170147.917500', '170148.377500', '170148.837500', '170149.297500', '170149.757500', '170150.217500', '170150.677500', '170151.137500', '170151.597500', '170152.057500', '170152.517500', '170152.977500', '170153.437500', '170153.897500', '170154.357500', '170154.817500', '170155.277500', '170155.737500', '170156.197500', '170156.657500', '170157.117500', '170157.577500', '170158.037500', '170158.497500', '170158.957500', '170159.417500', '170159.877500', '170200.337500', '170200.797500', '170201.257500', '170201.717500', '170202.177500', '170202.637500', '170203.097500', '170203.557500', '170204.017500', '170204.477500', '170204.937500', '170205.397500', '170205.857500', '170206.317500', '170206.777500', '170207.237500', '170207.697500', '170208.157500', '170208.617500', '170209.077500', '170209.537500', '170209.997500', '170210.457500', '170210.917500', '170211.377500', '170211.837500', '170212.297500', '170212.757500', '170213.217500', '170213.677500'], 'ContentTime': ['165318.078000', '165318.081000', '165318.084000', '165318.086000', '165318.089000', '165318.091000', '165318.094000', '165318.097000', '165318.099000', '165318.102000', '165318.104000', '165318.107000', '165318.110000', '165318.112000', '165318.115000', '165318.117000', '165318.120000', '165318.123000', '165318.125000', '165318.128000', '165318.130000', '165318.133000', '165318.143000', '165318.145000', '165318.148000', '165318.150000', '165318.153000', '165318.156000', '165318.158000', '165318.161000', '165318.163000', '165318.166000', '165318.169000', '165318.171000', '165318.174000', '165318.176000', '165318.179000', '165318.181000', '165318.184000', '165318.186000', '165318.189000', '165318.192000', '165338.044000', '165338.046000', '165338.049000', '165338.052000', '165338.054000', '165338.057000', '165338.059000', '165338.062000', '165338.064000', '165338.067000', '165338.070000', '165338.072000', '165338.075000', '165338.077000', '165338.080000', '165338.082000', '165338.085000', '165338.087000', '165338.090000', '165338.092000', '165338.095000', '165338.098000', '165338.100000', '165338.103000', '165338.105000', '165338.108000', '165338.110000', '165338.148000', '165338.151000', '165338.153000', '165338.156000', '165338.159000', '165338.161000', '165338.164000', '165338.166000', '165338.169000', '165338.171000', '165338.174000', '165338.176000', '165338.179000', '165338.181000', '165338.184000', '165338.187000', '165358.043000', '165358.046000', '165358.049000', '165358.055000', '165358.058000', '165358.060000', '165358.063000', '165358.066000', '165358.068000', '165358.071000', '165358.073000', '165358.076000', '165358.079000', '165358.081000', '165358.084000', '165358.086000', '165358.089000', '165358.091000', '165358.094000', '165358.097000', '165358.099000', '165358.102000', '165358.104000', '165358.107000', '165358.109000', '165358.112000', '165358.115000', '165358.117000', '165358.120000', '165358.123000', '165358.125000', '165358.128000', '165358.130000', '165358.133000', '165358.135000', '165358.138000', '165358.140000', '165358.143000', '165358.146000', '165358.148000', '165358.151000', '165358.153000', '165358.156000', '165358.159000', '165418.043000', '165418.046000', '165418.049000', '165418.051000', '165418.054000', '165418.057000', '165418.059000', '165418.062000', '165418.065000', '165418.067000', '165418.070000', '165418.072000', '165418.075000', '165418.078000', '165418.080000', '165418.083000', '165418.085000', '165418.088000', '165418.091000', '165418.093000', '165418.096000', '165418.098000', '165418.101000', '165418.104000', '165418.106000', '165418.109000', '165418.112000', '165418.114000', '165418.117000', '165418.120000', '165418.122000', '165418.125000', '165418.127000', '165418.130000', '165418.132000', '165418.135000', '165418.138000', '165418.140000', '165418.143000', '165418.145000', '165418.148000', '165418.151000', '165418.153000', '165438.043000', '165438.046000', '165438.049000', '165438.051000', '165438.054000', '165438.058000', '165438.061000', '165438.064000', '165438.066000', '165438.069000', '165438.071000', '165438.074000', '165438.077000', '165438.080000', '165438.082000', '165438.085000', '165438.087000', '165438.090000', '165438.093000', '165438.095000', '165438.098000', '165438.101000', '165438.103000', '165438.106000', '165438.109000', '165438.112000', '165438.115000', '165438.117000', '165438.120000', '165438.123000', '165438.131000', '165438.133000', '165438.136000', '165438.139000', '165438.141000', '165438.144000', '165438.147000', '165438.149000', '165438.152000', '165438.155000', '165438.157000', '165438.160000', '165438.162000', '165438.165000', '165458.043000', '165458.046000', '165458.052000', '165458.058000', '165458.061000', '165458.063000', '165458.066000', '165458.068000', '165458.071000', '165458.074000', '165458.076000', '165458.079000', '165458.081000', '165458.084000', '165458.087000', '165458.089000', '165458.092000', '165458.094000', '165458.097000', '165458.099000', '165458.102000', '165458.105000', '165458.107000', '165458.110000', '165458.112000', '165458.115000', '165458.117000', '165458.120000', '165458.123000', '165458.125000', '165458.128000', '165458.130000', '165458.133000', '165458.136000', '165458.138000', '165458.141000', '165458.143000', '165458.146000', '165458.149000', '165458.151000', '165458.154000', '165458.156000', '165458.159000', '165518.043000', '165518.046000', '165518.049000', '165518.051000', '165518.054000', '165518.057000', '165518.059000', '165518.062000', '165518.065000', '165518.067000', '165518.070000', '165518.073000', '165518.075000', '165518.078000', '165518.081000', '165518.083000', '165518.086000', '165518.088000', '165518.091000', '165518.094000', '165518.096000', '165518.099000', '165518.101000', '165518.115000', '165518.117000', '165518.120000', '165518.123000', '165518.125000', '165518.128000', '165518.130000', '165518.133000', '165518.136000', '165518.138000', '165518.141000', '165518.143000', '165518.146000', '165518.149000', '165518.151000', '165518.154000', '165518.156000', '165518.159000', '165518.162000', '165518.164000', '165518.167000', '165538.044000', '165538.046000', '165538.049000', '165538.052000', '165538.055000', '165538.057000', '165538.060000', '165538.062000', '165538.065000', '165538.068000', '165538.070000', '165538.073000', '165538.076000', '165538.078000', '165538.081000', '165538.084000', '165538.086000', '165538.089000', '165538.092000', '165538.094000', '165538.097000', '165538.099000', '165538.102000', '165538.105000', '165538.108000', '165538.110000', '165538.113000', '165538.115000', '165538.118000', '165538.121000', '165538.123000', '165538.126000', '165538.128000', '165538.131000', '165538.134000', '165538.136000', '165538.139000', '165538.142000', '165538.144000', '165538.147000', '165538.150000', '165538.152000', '165538.157000', '165558.044000', '165558.046000', '165558.049000', '165558.052000', '165558.054000', '165558.057000', '165558.060000', '165558.062000', '165558.065000', '165558.068000', '165558.070000', '165558.073000', '165558.076000', '165558.078000', '165558.081000', '165558.084000', '165558.086000', '165558.089000', '165558.092000', '165558.094000', '165558.098000', '165558.101000', '165558.104000', '165558.107000', '165558.109000', '165558.112000', '165558.115000', '165558.117000', '165558.120000', '165558.122000', '165558.125000', '165558.128000', '165558.130000', '165558.133000', '165558.135000', '165558.138000', '165558.141000', '165558.143000', '165558.146000', '165558.148000', '165558.151000', '165558.154000', '165558.156000', '165618.044000', '165618.046000', '165618.049000', '165618.052000', '165618.054000', '165618.057000', '165618.060000', '165618.063000', '165618.065000', '165618.068000', '165618.070000', '165618.073000', '165618.076000', '165618.078000', '165618.081000', '165618.084000', '165618.086000', '165618.089000', '165618.091000', '165618.094000', '165618.097000', '165618.099000', '165618.102000', '165618.105000', '165618.107000', '165618.110000', '165618.113000', '165618.115000', '165618.118000', '165618.120000', '165618.123000', '165618.126000', '165618.128000', '165618.131000', '165618.134000', '165618.136000', '165618.139000', '165618.141000', '165618.144000', '165618.147000', '165618.149000', '165618.152000', '165618.155000', '165618.157000', '165638.044000', '165638.047000', '165638.049000', '165638.052000', '165638.055000', '165638.057000', '165638.060000', '165638.062000', '165638.065000', '165638.068000', '165638.071000', '165638.073000', '165638.076000', '165638.079000', '165638.081000', '165638.084000', '165638.086000', '165638.089000', '165638.092000', '165638.094000', '165638.097000', '165638.100000', '165638.102000', '165638.105000', '165638.108000', '165638.110000', '165638.113000', '165638.116000', '165638.118000', '165638.121000', '165638.124000', '165638.126000', '165638.129000', '165638.132000', '165638.135000', '165638.137000', '165638.140000', '165638.143000', '165638.145000', '165638.148000', '165638.151000', '165638.153000', '165638.156000', '165658.044000', '165658.046000', '165658.049000', '165658.052000', '165658.054000', '165658.057000', '165658.060000', '165658.062000', '165658.065000', '165658.068000', '165658.070000', '165658.073000', '165658.075000', '165658.078000', '165658.080000', '165658.083000', '165658.086000', '165658.088000', '165658.091000', '165658.093000', '165658.104000', '165658.106000', '165658.109000', '165658.111000', '165658.114000', '165658.116000', '165658.119000', '165658.122000', '165658.124000', '165658.127000', '165658.129000', '165658.132000', '165658.135000', '165658.137000', '165658.140000', '165658.143000', '165658.145000', '165658.148000', '165658.150000', '165658.153000', '165658.155000', '165658.158000', '165658.161000', '165658.163000', '165718.044000', '165718.046000', '165718.049000', '165718.052000', '165718.054000', '165718.057000', '165718.060000', '165718.062000', '165718.065000', '165718.067000', '165718.070000', '165718.073000', '165718.075000', '165718.078000', '165718.080000', '165718.083000', '165718.086000', '165718.088000', '165718.091000', '165718.094000', '165718.096000', '165718.099000', '165718.101000', '165718.104000', '165718.107000', '165718.109000', '165718.112000', '165718.115000', '165718.118000', '165718.121000', '165718.123000', '165718.126000', '165718.129000', '165718.132000', '165718.134000', '165718.138000', '165718.141000', '165718.144000', '165718.147000', '165718.149000', '165718.152000', '165718.155000', '165718.157000', '165738.044000', '165738.046000', '165738.049000', '165738.052000', '165738.055000', '165738.058000', '165738.060000', '165738.063000', '165738.066000', '165738.068000', '165738.071000', '165738.073000', '165738.076000', '165738.079000', '165738.081000', '165738.084000', '165738.087000', '165738.089000', '165738.092000', '165738.095000', '165738.097000', '165738.100000', '165738.103000', '165738.105000', '165738.108000', '165738.111000', '165738.113000', '165738.116000', '165738.119000', '165738.121000', '165738.124000', '165738.127000', '165738.129000', '165738.132000', '165738.135000', '165738.137000', '165738.140000', '165738.143000', '165738.145000', '165738.148000', '165738.151000', '165738.153000', '165738.156000', '165738.158000', '165758.043000', '165758.046000', '165758.049000', '165758.052000', '165758.055000', '165758.057000', '165758.060000', '165758.063000', '165758.065000', '165758.068000', '165758.071000', '165758.073000', '165758.076000', '165758.078000', '165758.081000', '165758.084000', '165758.086000', '165758.089000', '165758.092000', '165758.094000', '165758.097000', '165758.100000', '165758.102000', '165758.105000', '165758.108000', '165758.110000', '165758.113000', '165758.116000', '165758.118000', '165758.121000', '165758.124000', '165758.126000', '165758.129000', '165758.132000', '165758.134000', '165758.137000', '165758.140000', '165758.143000', '165758.145000', '165758.148000', '165758.152000', '165758.154000', '165758.157000', '165818.044000', '165818.047000', '165818.049000', '165818.052000', '165818.055000', '165818.058000', '165818.060000', '165818.063000', '165818.066000', '165818.068000', '165818.071000', '165818.074000', '165818.076000', '165818.079000', '165818.081000', '165818.084000', '165818.087000', '165818.090000', '165818.092000', '165818.095000', '165818.098000', '165818.100000', '165818.103000', '165818.105000', '165818.108000', '165818.111000', '165818.113000', '165818.116000', '165818.118000', '165818.121000', '165818.133000', '165818.136000', '165818.139000', '165818.141000', '165818.144000', '165818.146000', '165818.151000', '165818.153000', '165818.156000', '165818.159000', '165818.161000', '165818.164000', '165818.167000', '165818.169000', '165838.044000', '165838.047000', '165838.050000', '165838.052000', '165838.055000', '165838.057000', '165838.060000', '165838.063000', '165838.066000', '165838.068000', '165838.071000', '165838.074000', '165838.076000', '165838.079000', '165838.082000', '165838.084000', '165838.087000', '165838.090000', '165838.092000', '165838.095000', '165838.097000', '165838.100000', '165838.102000', '165838.105000', '165838.108000', '165838.110000', '165838.113000', '165838.116000', '165838.118000', '165838.121000', '165838.124000', '165838.126000', '165838.129000', '165838.131000', '165838.134000', '165838.136000', '165838.139000', '165838.142000', '165838.144000', '165838.147000', '165838.149000', '165838.152000', '165838.155000', '165858.044000', '165858.047000', '165858.049000', '165858.052000', '165858.054000', '165858.057000', '165858.059000', '165858.062000', '165858.065000', '165858.067000', '165858.070000', '165858.072000', '165858.075000', '165858.078000', '165858.080000', '165858.083000', '165858.086000', '165858.088000', '165858.091000', '165858.093000', '165858.096000', '165858.098000', '165858.101000', '165858.104000', '165858.106000', '165858.109000', '165858.112000', '165858.114000', '165858.117000', '165858.119000', '165858.122000', '165858.125000', '165858.127000', '165858.130000', '165858.132000', '165858.135000', '165858.138000', '165858.140000', '165858.144000', '165858.147000', '165858.149000', '165858.152000', '165858.154000', '165858.157000', '165918.044000', '165918.047000', '165918.049000', '165918.052000', '165918.055000', '165918.057000', '165918.060000', '165918.062000', '165918.065000', '165918.067000', '165918.070000', '165918.073000', '165918.075000', '165918.078000', '165918.081000', '165918.083000', '165918.086000', '165918.088000', '165918.091000', '165918.094000', '165918.096000', '165918.099000', '165918.102000', '165918.104000', '165918.107000', '165918.109000', '165918.112000', '165918.115000', '165918.117000', '165918.120000', '165918.122000', '165918.125000', '165918.128000', '165918.130000', '165918.133000', '165918.135000', '165918.138000', '165918.141000', '165918.144000', '165918.147000', '165918.150000', '165918.153000', '165918.155000', '165938.044000', '165938.047000', '165938.049000', '165938.052000', '165938.054000', '165938.057000', '165938.060000', '165938.062000', '165938.065000', '165938.068000', '165938.070000', '165938.073000', '165938.076000', '165938.078000', '165938.081000', '165938.084000', '165938.086000', '165938.089000', '165938.092000', '165938.095000', '165938.097000', '165938.100000', '165938.102000', '165938.105000', '165938.108000', '165938.110000', '165938.113000', '165938.115000', '165938.118000', '165938.121000', '165938.123000', '165938.126000', '165938.129000', '165938.131000', '165938.134000', '165938.136000', '165938.139000', '165938.142000', '165938.144000', '165938.147000', '165938.149000', '165938.166000', '165938.169000', '165938.171000', '165958.043000', '165958.046000', '165958.049000', '165958.051000', '165958.054000', '165958.057000', '165958.059000', '165958.062000', '165958.065000', '165958.067000', '165958.070000', '165958.072000', '165958.075000', '165958.078000', '165958.080000', '165958.083000', '165958.086000', '165958.088000', '165958.091000', '165958.093000', '165958.096000', '165958.099000', '165958.101000', '165958.104000', '165958.106000', '165958.109000', '165958.112000', '165958.114000', '165958.117000', '165958.119000', '165958.122000', '165958.125000', '165958.127000', '165958.130000', '165958.133000', '165958.135000', '165958.138000', '165958.140000', '165958.143000', '165958.146000', '165958.148000', '165958.151000', '165958.153000', '170018.044000', '170018.047000', '170018.049000', '170018.052000', '170018.055000', '170018.057000', '170018.060000', '170018.062000', '170018.065000', '170018.067000', '170018.070000', '170018.073000', '170018.075000', '170018.078000', '170018.081000', '170018.083000', '170018.086000', '170018.088000', '170018.091000', '170018.094000', '170018.096000', '170018.099000', '170018.102000', '170018.104000', '170018.107000', '170018.110000', '170018.112000', '170018.115000', '170018.118000', '170018.120000', '170018.123000', '170018.125000', '170018.128000', '170018.130000', '170018.133000', '170018.136000', '170018.138000', '170018.141000', '170018.143000', '170018.146000', '170018.149000', '170018.151000', '170018.154000', '170018.156000', '170038.044000', '170038.047000', '170038.049000', '170038.052000', '170038.054000', '170038.057000', '170038.060000', '170038.062000', '170038.065000', '170038.068000', '170038.070000', '170038.073000', '170038.075000', '170038.078000', '170038.081000', '170038.083000', '170038.086000', '170038.089000', '170038.091000', '170038.094000', '170038.096000', '170038.099000', '170038.102000', '170038.104000', '170038.107000', '170038.110000', '170038.112000', '170038.115000', '170038.117000', '170038.120000', '170038.122000', '170038.125000', '170038.128000', '170038.130000', '170038.133000', '170038.135000', '170038.138000', '170038.141000', '170038.143000', '170038.146000', '170038.149000', '170038.151000', '170038.154000', '170058.044000', '170058.046000', '170058.049000', '170058.052000', '170058.054000', '170058.057000', '170058.060000', '170058.062000', '170058.065000', '170058.067000', '170058.070000', '170058.073000', '170058.075000', '170058.078000', '170058.081000', '170058.083000', '170058.086000', '170058.089000', '170058.091000', '170058.094000', '170058.096000', '170058.099000', '170058.101000', '170058.104000', '170058.107000', '170058.109000', '170058.112000', '170058.115000', '170058.117000', '170058.120000', '170058.122000', '170058.125000', '170058.127000', '170058.130000', '170058.133000', '170058.135000', '170058.138000', '170058.140000', '170058.143000', '170058.146000', '170058.148000', '170058.151000', '170058.154000', '170058.156000', '170118.044000', '170118.047000', '170118.049000', '170118.052000', '170118.054000', '170118.057000', '170118.060000', '170118.062000', '170118.065000', '170118.068000', '170118.070000', '170118.073000', '170118.075000', '170118.078000', '170118.081000', '170118.083000', '170118.086000', '170118.088000', '170118.091000', '170118.094000', '170118.096000', '170118.099000', '170118.101000', '170118.104000', '170118.107000', '170118.109000', '170118.112000', '170118.115000', '170118.117000', '170118.120000', '170118.122000', '170118.125000', '170118.128000', '170118.130000', '170118.133000', '170118.135000', '170118.138000', '170118.141000', '170118.143000', '170118.146000', '170118.148000', '170118.151000', '170118.154000', '170138.044000', '170138.046000', '170138.049000', '170138.052000', '170138.054000', '170138.057000', '170138.059000', '170138.062000', '170138.065000', '170138.067000', '170138.073000', '170138.076000', '170138.078000', '170138.081000', '170138.084000', '170138.087000', '170138.089000', '170138.092000', '170138.095000', '170138.097000', '170138.100000', '170138.102000', '170138.105000', '170138.108000', '170138.110000', '170138.113000', '170138.116000', '170138.118000', '170138.121000', '170138.123000', '170138.126000', '170138.129000', '170138.131000', '170138.134000', '170138.136000', '170138.139000', '170138.142000', '170138.144000', '170138.147000', '170138.150000', '170138.152000', '170138.155000', '170138.157000', '170138.160000', '170158.044000', '170158.047000', '170158.049000', '170158.052000', '170158.054000', '170158.057000', '170158.060000', '170158.062000', '170158.065000', '170158.068000', '170158.070000', '170158.073000', '170158.076000', '170158.078000', '170158.081000', '170158.083000', '170158.086000', '170158.088000', '170158.091000', '170158.094000', '170158.096000', '170158.099000', '170158.102000', '170158.104000', '170158.107000', '170158.110000', '170158.112000', '170158.115000', '170158.118000', '170158.127000', '170158.130000', '170158.132000', '170158.135000', '170158.138000', '170158.141000', '170158.143000', '170158.146000', '170158.149000', '170158.151000', '170158.154000', '170158.156000', '170158.159000', '170158.162000', '170214.805000', '170214.808000', '170214.811000', '170214.813000', '170214.816000', '170214.819000', '170214.821000', '170214.824000', '170214.826000', '170214.829000', '170214.832000', '170214.834000', '170214.837000', '170214.839000', '170214.842000', '170214.845000', '170214.847000', '170214.850000', '170214.852000', '170214.855000', '170214.858000', '170214.860000', '170214.863000', '170214.865000', '170214.868000', '170214.871000', '170214.873000', '170214.876000', '170214.878000', '170214.881000', '170214.884000', '170214.886000', '170214.889000', '170214.891000', '170214.911000', '170214.914000', '170214.916000'], 'InstanceCreationTime': ['165318.078000', '165318.081000', '165318.084000', '165318.086000', '165318.089000', '165318.091000', '165318.094000', '165318.097000', '165318.099000', '165318.102000', '165318.104000', '165318.107000', '165318.110000', '165318.112000', '165318.115000', '165318.117000', '165318.120000', '165318.123000', '165318.125000', '165318.128000', '165318.130000', '165318.133000', '165318.143000', '165318.145000', '165318.148000', '165318.150000', '165318.153000', '165318.156000', '165318.158000', '165318.161000', '165318.163000', '165318.166000', '165318.169000', '165318.171000', '165318.174000', '165318.176000', '165318.179000', '165318.181000', '165318.184000', '165318.186000', '165318.189000', '165318.192000', '165338.044000', '165338.046000', '165338.049000', '165338.052000', '165338.054000', '165338.057000', '165338.059000', '165338.062000', '165338.064000', '165338.067000', '165338.070000', '165338.072000', '165338.075000', '165338.077000', '165338.080000', '165338.082000', '165338.085000', '165338.087000', '165338.090000', '165338.092000', '165338.095000', '165338.098000', '165338.100000', '165338.103000', '165338.105000', '165338.108000', '165338.110000', '165338.148000', '165338.151000', '165338.153000', '165338.156000', '165338.159000', '165338.161000', '165338.164000', '165338.166000', '165338.169000', '165338.171000', '165338.174000', '165338.176000', '165338.179000', '165338.181000', '165338.184000', '165338.187000', '165358.043000', '165358.046000', '165358.049000', '165358.055000', '165358.058000', '165358.060000', '165358.063000', '165358.066000', '165358.068000', '165358.071000', '165358.073000', '165358.076000', '165358.079000', '165358.081000', '165358.084000', '165358.086000', '165358.089000', '165358.091000', '165358.094000', '165358.097000', '165358.099000', '165358.102000', '165358.104000', '165358.107000', '165358.109000', '165358.112000', '165358.115000', '165358.117000', '165358.120000', '165358.123000', '165358.125000', '165358.128000', '165358.130000', '165358.133000', '165358.135000', '165358.138000', '165358.140000', '165358.143000', '165358.146000', '165358.148000', '165358.151000', '165358.153000', '165358.156000', '165358.159000', '165418.043000', '165418.046000', '165418.049000', '165418.051000', '165418.054000', '165418.057000', '165418.059000', '165418.062000', '165418.065000', '165418.067000', '165418.070000', '165418.072000', '165418.075000', '165418.078000', '165418.080000', '165418.083000', '165418.085000', '165418.088000', '165418.091000', '165418.093000', '165418.096000', '165418.098000', '165418.101000', '165418.104000', '165418.106000', '165418.109000', '165418.112000', '165418.114000', '165418.117000', '165418.120000', '165418.122000', '165418.125000', '165418.127000', '165418.130000', '165418.132000', '165418.135000', '165418.138000', '165418.140000', '165418.143000', '165418.145000', '165418.148000', '165418.151000', '165418.153000', '165438.043000', '165438.046000', '165438.049000', '165438.051000', '165438.054000', '165438.058000', '165438.061000', '165438.064000', '165438.066000', '165438.069000', '165438.071000', '165438.074000', '165438.077000', '165438.080000', '165438.082000', '165438.085000', '165438.087000', '165438.090000', '165438.093000', '165438.095000', '165438.098000', '165438.101000', '165438.103000', '165438.106000', '165438.109000', '165438.112000', '165438.115000', '165438.117000', '165438.120000', '165438.123000', '165438.131000', '165438.133000', '165438.136000', '165438.139000', '165438.141000', '165438.144000', '165438.147000', '165438.149000', '165438.152000', '165438.155000', '165438.157000', '165438.160000', '165438.162000', '165438.165000', '165458.043000', '165458.046000', '165458.052000', '165458.058000', '165458.061000', '165458.063000', '165458.066000', '165458.068000', '165458.071000', '165458.074000', '165458.076000', '165458.079000', '165458.081000', '165458.084000', '165458.087000', '165458.089000', '165458.092000', '165458.094000', '165458.097000', '165458.099000', '165458.102000', '165458.105000', '165458.107000', '165458.110000', '165458.112000', '165458.115000', '165458.117000', '165458.120000', '165458.123000', '165458.125000', '165458.128000', '165458.130000', '165458.133000', '165458.136000', '165458.138000', '165458.141000', '165458.143000', '165458.146000', '165458.149000', '165458.151000', '165458.154000', '165458.156000', '165458.159000', '165518.043000', '165518.046000', '165518.049000', '165518.051000', '165518.054000', '165518.057000', '165518.059000', '165518.062000', '165518.065000', '165518.067000', '165518.070000', '165518.073000', '165518.075000', '165518.078000', '165518.081000', '165518.083000', '165518.086000', '165518.088000', '165518.091000', '165518.094000', '165518.096000', '165518.099000', '165518.101000', '165518.115000', '165518.117000', '165518.120000', '165518.123000', '165518.125000', '165518.128000', '165518.130000', '165518.133000', '165518.136000', '165518.138000', '165518.141000', '165518.143000', '165518.146000', '165518.149000', '165518.151000', '165518.154000', '165518.156000', '165518.159000', '165518.162000', '165518.164000', '165518.167000', '165538.044000', '165538.046000', '165538.049000', '165538.052000', '165538.055000', '165538.057000', '165538.060000', '165538.062000', '165538.065000', '165538.068000', '165538.070000', '165538.073000', '165538.076000', '165538.078000', '165538.081000', '165538.084000', '165538.086000', '165538.089000', '165538.092000', '165538.094000', '165538.097000', '165538.099000', '165538.102000', '165538.105000', '165538.108000', '165538.110000', '165538.113000', '165538.115000', '165538.118000', '165538.121000', '165538.123000', '165538.126000', '165538.128000', '165538.131000', '165538.134000', '165538.136000', '165538.139000', '165538.142000', '165538.144000', '165538.147000', '165538.150000', '165538.152000', '165538.157000', '165558.044000', '165558.046000', '165558.049000', '165558.052000', '165558.054000', '165558.057000', '165558.060000', '165558.062000', '165558.065000', '165558.068000', '165558.070000', '165558.073000', '165558.076000', '165558.078000', '165558.081000', '165558.084000', '165558.086000', '165558.089000', '165558.092000', '165558.094000', '165558.098000', '165558.101000', '165558.104000', '165558.107000', '165558.109000', '165558.112000', '165558.115000', '165558.117000', '165558.120000', '165558.122000', '165558.125000', '165558.128000', '165558.130000', '165558.133000', '165558.135000', '165558.138000', '165558.141000', '165558.143000', '165558.146000', '165558.148000', '165558.151000', '165558.154000', '165558.156000', '165618.044000', '165618.046000', '165618.049000', '165618.052000', '165618.054000', '165618.057000', '165618.060000', '165618.063000', '165618.065000', '165618.068000', '165618.070000', '165618.073000', '165618.076000', '165618.078000', '165618.081000', '165618.084000', '165618.086000', '165618.089000', '165618.091000', '165618.094000', '165618.097000', '165618.099000', '165618.102000', '165618.105000', '165618.107000', '165618.110000', '165618.113000', '165618.115000', '165618.118000', '165618.120000', '165618.123000', '165618.126000', '165618.128000', '165618.131000', '165618.134000', '165618.136000', '165618.139000', '165618.141000', '165618.144000', '165618.147000', '165618.149000', '165618.152000', '165618.155000', '165618.157000', '165638.044000', '165638.047000', '165638.049000', '165638.052000', '165638.055000', '165638.057000', '165638.060000', '165638.062000', '165638.065000', '165638.068000', '165638.071000', '165638.073000', '165638.076000', '165638.079000', '165638.081000', '165638.084000', '165638.086000', '165638.089000', '165638.092000', '165638.094000', '165638.097000', '165638.100000', '165638.102000', '165638.105000', '165638.108000', '165638.110000', '165638.113000', '165638.116000', '165638.118000', '165638.121000', '165638.124000', '165638.126000', '165638.129000', '165638.132000', '165638.135000', '165638.137000', '165638.140000', '165638.143000', '165638.145000', '165638.148000', '165638.151000', '165638.153000', '165638.156000', '165658.044000', '165658.046000', '165658.049000', '165658.052000', '165658.054000', '165658.057000', '165658.060000', '165658.062000', '165658.065000', '165658.068000', '165658.070000', '165658.073000', '165658.075000', '165658.078000', '165658.080000', '165658.083000', '165658.086000', '165658.088000', '165658.091000', '165658.093000', '165658.104000', '165658.106000', '165658.109000', '165658.111000', '165658.114000', '165658.116000', '165658.119000', '165658.122000', '165658.124000', '165658.127000', '165658.129000', '165658.132000', '165658.135000', '165658.137000', '165658.140000', '165658.143000', '165658.145000', '165658.148000', '165658.150000', '165658.153000', '165658.155000', '165658.158000', '165658.161000', '165658.163000', '165718.044000', '165718.046000', '165718.049000', '165718.052000', '165718.054000', '165718.057000', '165718.060000', '165718.062000', '165718.065000', '165718.067000', '165718.070000', '165718.073000', '165718.075000', '165718.078000', '165718.080000', '165718.083000', '165718.086000', '165718.088000', '165718.091000', '165718.094000', '165718.096000', '165718.099000', '165718.101000', '165718.104000', '165718.107000', '165718.109000', '165718.112000', '165718.115000', '165718.118000', '165718.121000', '165718.123000', '165718.126000', '165718.129000', '165718.132000', '165718.134000', '165718.138000', '165718.141000', '165718.144000', '165718.147000', '165718.149000', '165718.152000', '165718.155000', '165718.157000', '165738.044000', '165738.046000', '165738.049000', '165738.052000', '165738.055000', '165738.058000', '165738.060000', '165738.063000', '165738.066000', '165738.068000', '165738.071000', '165738.073000', '165738.076000', '165738.079000', '165738.081000', '165738.084000', '165738.087000', '165738.089000', '165738.092000', '165738.095000', '165738.097000', '165738.100000', '165738.103000', '165738.105000', '165738.108000', '165738.111000', '165738.113000', '165738.116000', '165738.119000', '165738.121000', '165738.124000', '165738.127000', '165738.129000', '165738.132000', '165738.135000', '165738.137000', '165738.140000', '165738.143000', '165738.145000', '165738.148000', '165738.151000', '165738.153000', '165738.156000', '165738.158000', '165758.043000', '165758.046000', '165758.049000', '165758.052000', '165758.055000', '165758.057000', '165758.060000', '165758.063000', '165758.065000', '165758.068000', '165758.071000', '165758.073000', '165758.076000', '165758.078000', '165758.081000', '165758.084000', '165758.086000', '165758.089000', '165758.092000', '165758.094000', '165758.097000', '165758.100000', '165758.102000', '165758.105000', '165758.108000', '165758.110000', '165758.113000', '165758.116000', '165758.118000', '165758.121000', '165758.124000', '165758.126000', '165758.129000', '165758.132000', '165758.134000', '165758.137000', '165758.140000', '165758.143000', '165758.145000', '165758.148000', '165758.152000', '165758.154000', '165758.157000', '165818.044000', '165818.047000', '165818.049000', '165818.052000', '165818.055000', '165818.058000', '165818.060000', '165818.063000', '165818.066000', '165818.068000', '165818.071000', '165818.074000', '165818.076000', '165818.079000', '165818.081000', '165818.084000', '165818.087000', '165818.090000', '165818.092000', '165818.095000', '165818.098000', '165818.100000', '165818.103000', '165818.105000', '165818.108000', '165818.111000', '165818.113000', '165818.116000', '165818.118000', '165818.121000', '165818.133000', '165818.136000', '165818.139000', '165818.141000', '165818.144000', '165818.146000', '165818.151000', '165818.153000', '165818.156000', '165818.159000', '165818.161000', '165818.164000', '165818.167000', '165818.169000', '165838.044000', '165838.047000', '165838.050000', '165838.052000', '165838.055000', '165838.057000', '165838.060000', '165838.063000', '165838.066000', '165838.068000', '165838.071000', '165838.074000', '165838.076000', '165838.079000', '165838.082000', '165838.084000', '165838.087000', '165838.090000', '165838.092000', '165838.095000', '165838.097000', '165838.100000', '165838.102000', '165838.105000', '165838.108000', '165838.110000', '165838.113000', '165838.116000', '165838.118000', '165838.121000', '165838.124000', '165838.126000', '165838.129000', '165838.131000', '165838.134000', '165838.136000', '165838.139000', '165838.142000', '165838.144000', '165838.147000', '165838.149000', '165838.152000', '165838.155000', '165858.044000', '165858.047000', '165858.049000', '165858.052000', '165858.054000', '165858.057000', '165858.059000', '165858.062000', '165858.065000', '165858.067000', '165858.070000', '165858.072000', '165858.075000', '165858.078000', '165858.080000', '165858.083000', '165858.086000', '165858.088000', '165858.091000', '165858.093000', '165858.096000', '165858.098000', '165858.101000', '165858.104000', '165858.106000', '165858.109000', '165858.112000', '165858.114000', '165858.117000', '165858.119000', '165858.122000', '165858.125000', '165858.127000', '165858.130000', '165858.132000', '165858.135000', '165858.138000', '165858.140000', '165858.144000', '165858.147000', '165858.149000', '165858.152000', '165858.154000', '165858.157000', '165918.044000', '165918.047000', '165918.049000', '165918.052000', '165918.055000', '165918.057000', '165918.060000', '165918.062000', '165918.065000', '165918.067000', '165918.070000', '165918.073000', '165918.075000', '165918.078000', '165918.081000', '165918.083000', '165918.086000', '165918.088000', '165918.091000', '165918.094000', '165918.096000', '165918.099000', '165918.102000', '165918.104000', '165918.107000', '165918.109000', '165918.112000', '165918.115000', '165918.117000', '165918.120000', '165918.122000', '165918.125000', '165918.128000', '165918.130000', '165918.133000', '165918.135000', '165918.138000', '165918.141000', '165918.144000', '165918.147000', '165918.150000', '165918.153000', '165918.155000', '165938.044000', '165938.047000', '165938.049000', '165938.052000', '165938.054000', '165938.057000', '165938.060000', '165938.062000', '165938.065000', '165938.068000', '165938.070000', '165938.073000', '165938.076000', '165938.078000', '165938.081000', '165938.084000', '165938.086000', '165938.089000', '165938.092000', '165938.095000', '165938.097000', '165938.100000', '165938.102000', '165938.105000', '165938.108000', '165938.110000', '165938.113000', '165938.115000', '165938.118000', '165938.121000', '165938.123000', '165938.126000', '165938.129000', '165938.131000', '165938.134000', '165938.136000', '165938.139000', '165938.142000', '165938.144000', '165938.147000', '165938.149000', '165938.166000', '165938.169000', '165938.171000', '165958.043000', '165958.046000', '165958.049000', '165958.051000', '165958.054000', '165958.057000', '165958.059000', '165958.062000', '165958.065000', '165958.067000', '165958.070000', '165958.072000', '165958.075000', '165958.078000', '165958.080000', '165958.083000', '165958.086000', '165958.088000', '165958.091000', '165958.093000', '165958.096000', '165958.099000', '165958.101000', '165958.104000', '165958.106000', '165958.109000', '165958.112000', '165958.114000', '165958.117000', '165958.119000', '165958.122000', '165958.125000', '165958.127000', '165958.130000', '165958.133000', '165958.135000', '165958.138000', '165958.140000', '165958.143000', '165958.146000', '165958.148000', '165958.151000', '165958.153000', '170018.044000', '170018.047000', '170018.049000', '170018.052000', '170018.055000', '170018.057000', '170018.060000', '170018.062000', '170018.065000', '170018.067000', '170018.070000', '170018.073000', '170018.075000', '170018.078000', '170018.081000', '170018.083000', '170018.086000', '170018.088000', '170018.091000', '170018.094000', '170018.096000', '170018.099000', '170018.102000', '170018.104000', '170018.107000', '170018.110000', '170018.112000', '170018.115000', '170018.118000', '170018.120000', '170018.123000', '170018.125000', '170018.128000', '170018.130000', '170018.133000', '170018.136000', '170018.138000', '170018.141000', '170018.143000', '170018.146000', '170018.149000', '170018.151000', '170018.154000', '170018.156000', '170038.044000', '170038.047000', '170038.049000', '170038.052000', '170038.054000', '170038.057000', '170038.060000', '170038.062000', '170038.065000', '170038.068000', '170038.070000', '170038.073000', '170038.075000', '170038.078000', '170038.081000', '170038.083000', '170038.086000', '170038.089000', '170038.091000', '170038.094000', '170038.096000', '170038.099000', '170038.102000', '170038.104000', '170038.107000', '170038.110000', '170038.112000', '170038.115000', '170038.117000', '170038.120000', '170038.122000', '170038.125000', '170038.128000', '170038.130000', '170038.133000', '170038.135000', '170038.138000', '170038.141000', '170038.143000', '170038.146000', '170038.149000', '170038.151000', '170038.154000', '170058.044000', '170058.046000', '170058.049000', '170058.052000', '170058.054000', '170058.057000', '170058.060000', '170058.062000', '170058.065000', '170058.067000', '170058.070000', '170058.073000', '170058.075000', '170058.078000', '170058.081000', '170058.083000', '170058.086000', '170058.089000', '170058.091000', '170058.094000', '170058.096000', '170058.099000', '170058.101000', '170058.104000', '170058.107000', '170058.109000', '170058.112000', '170058.115000', '170058.117000', '170058.120000', '170058.122000', '170058.125000', '170058.127000', '170058.130000', '170058.133000', '170058.135000', '170058.138000', '170058.140000', '170058.143000', '170058.146000', '170058.148000', '170058.151000', '170058.154000', '170058.156000', '170118.044000', '170118.047000', '170118.049000', '170118.052000', '170118.054000', '170118.057000', '170118.060000', '170118.062000', '170118.065000', '170118.068000', '170118.070000', '170118.073000', '170118.075000', '170118.078000', '170118.081000', '170118.083000', '170118.086000', '170118.088000', '170118.091000', '170118.094000', '170118.096000', '170118.099000', '170118.101000', '170118.104000', '170118.107000', '170118.109000', '170118.112000', '170118.115000', '170118.117000', '170118.120000', '170118.122000', '170118.125000', '170118.128000', '170118.130000', '170118.133000', '170118.135000', '170118.138000', '170118.141000', '170118.143000', '170118.146000', '170118.148000', '170118.151000', '170118.154000', '170138.044000', '170138.046000', '170138.049000', '170138.052000', '170138.054000', '170138.057000', '170138.059000', '170138.062000', '170138.065000', '170138.067000', '170138.073000', '170138.076000', '170138.078000', '170138.081000', '170138.084000', '170138.087000', '170138.089000', '170138.092000', '170138.095000', '170138.097000', '170138.100000', '170138.102000', '170138.105000', '170138.108000', '170138.110000', '170138.113000', '170138.116000', '170138.118000', '170138.121000', '170138.123000', '170138.126000', '170138.129000', '170138.131000', '170138.134000', '170138.136000', '170138.139000', '170138.142000', '170138.144000', '170138.147000', '170138.150000', '170138.152000', '170138.155000', '170138.157000', '170138.160000', '170158.044000', '170158.047000', '170158.049000', '170158.052000', '170158.054000', '170158.057000', '170158.060000', '170158.062000', '170158.065000', '170158.068000', '170158.070000', '170158.073000', '170158.076000', '170158.078000', '170158.081000', '170158.083000', '170158.086000', '170158.088000', '170158.091000', '170158.094000', '170158.096000', '170158.099000', '170158.102000', '170158.104000', '170158.107000', '170158.110000', '170158.112000', '170158.115000', '170158.118000', '170158.127000', '170158.130000', '170158.132000', '170158.135000', '170158.138000', '170158.141000', '170158.143000', '170158.146000', '170158.149000', '170158.151000', '170158.154000', '170158.156000', '170158.159000', '170158.162000', '170214.805000', '170214.808000', '170214.811000', '170214.813000', '170214.816000', '170214.819000', '170214.821000', '170214.824000', '170214.826000', '170214.829000', '170214.832000', '170214.834000', '170214.837000', '170214.839000', '170214.842000', '170214.845000', '170214.847000', '170214.850000', '170214.852000', '170214.855000', '170214.858000', '170214.860000', '170214.863000', '170214.865000', '170214.868000', '170214.871000', '170214.873000', '170214.876000', '170214.878000', '170214.881000', '170214.884000', '170214.886000', '170214.889000', '170214.891000', '170214.911000', '170214.914000', '170214.916000'], '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': [13363, 11912, 12923, 12465, 8462, 9568, 8445, 9728, 8908, 10885, 10172, 10890, 8517, 9382, 10134, 8581, 9971, 9600, 10210, 10196, 10567, 8820, 9687, 9537, 9565, 9684, 9483, 10429, 10542, 10604, 8439, 9661, 9300, 9903, 9114, 11759, 9997, 10403, 10140, 8566, 10534, 9349, 9876, 8684, 10126, 9943, 8555, 9409, 8322, 9798, 10488, 8614, 10191, 8640, 10508, 12013, 11707, 8788, 9338, 9408, 9406, 9750, 9791, 10784, 11801, 10042, 8334, 9445, 9109, 9917, 9793, 10598, 11535, 8357, 9823, 8573, 10984, 9803, 11438, 10287, 10275, 8761, 9122, 9395, 9100, 10153, 11100, 10661, 8947, 9301, 9332, 9216, 9970, 9234, 9816, 9448, 10333, 8583, 10726, 8282, 10852, 8770, 9111, 8782, 9469, 9785, 8575, 10558, 9597, 10565, 11238, 9417, 10318, 9338, 9187, 9834, 9002, 9314, 10509, 8549, 10618, 9126, 10355, 8819, 8941, 9328, 10651, 11609, 11473, 9899, 10125, 8748, 10645, 9030, 11053, 12831, 12673, 8528, 10611, 8870, 10826, 12524, 12535, 8840, 10430, 8723, 11169, 9092, 11208, 9374, 8786, 9643, 9189, 10090, 9653, 9826, 9779, 9940, 8882, 10368, 8844, 10616, 9500, 10671, 8521, 9799, 9379, 10926, 9256, 10958, 9194, 8921, 10042, 8810, 10991, 9708, 10605, 8925, 10825, 9570, 11264, 11551, 10906, 8420, 9061, 9636, 9284, 9882, 8414, 10705, 8629, 11127, 12789, 12277, 10958, 11226, 9039, 9644, 9222, 9766, 10021, 10558, 9751, 8454, 10527, 8828, 11105, 9037, 11331, 9203, 9639, 9005, 9427, 9009, 11217, 9344, 11308, 9028, 9588, 9464, 9184, 9867, 8504, 10329, 9390, 12363, 8771, 10203, 9409, 10438, 9396, 11336, 9668, 9619, 9481, 9600, 8785, 10214, 9733, 9962, 9839, 9798, 9734, 9519, 8723, 10159, 9296, 11107, 11482, 10273, 9162, 10269, 9550, 10841, 9477, 9114, 9690, 9049, 10039, 9379, 9769, 9281, 9723, 9756, 10002, 8940, 9896, 8706, 11228, 9503, 8997, 10201, 10370, 10332, 11051, 11725, 10738, 8739, 9684, 9154, 9744, 9156, 10833, 9401, 10430, 9328, 10076, 8703, 10755, 10811, 10219, 11312, 10313, 9340, 9568, 9528, 9955, 9226, 9303, 9347, 9726, 9544, 11921, 10295, 12324, 9777, 10154, 10106, 10405, 10809, 12992, 8987, 10092, 9546, 10070, 9327, 10598, 13621, 12926, 9518, 10094, 9160, 9978, 8821, 10015, 9092, 12223, 9004, 8674, 9739, 9408, 10466, 11478, 12255, 9726, 10096, 9583, 9944, 9484, 10962, 9437, 10137, 9391, 11449, 9827, 9807, 9403, 9874, 10013, 9894, 11244, 10026, 9395, 10269, 8834, 9922, 9698, 10323, 9876, 10567, 10963, 10968, 9553, 9681, 9576, 10588, 9529, 10793, 9744, 10290, 9999, 9301, 9856, 10016, 10267, 10056, 11538, 10442, 10077, 10215, 9794, 9041, 9835, 10787, 10321, 10576, 12898, 11412, 9627, 9888, 10034, 10082, 9841, 10233, 10082, 11715, 9672, 9745, 10187, 9494, 10107, 9228, 12668, 13149, 11001, 10155, 9193, 10043, 9841, 12461, 10184, 13236, 10134, 9488, 9501, 10439, 10253, 13036, 10723, 11794, 11024, 10967, 13223, 10744, 11516, 9628, 10730, 10079, 11147, 11481, 11214, 9959, 10169, 9828, 9991, 9971, 10755, 10257, 10315, 9827, 10303, 10209, 9992, 9674, 9083, 10500, 10184, 10715, 10661, 11772, 9653, 10719, 11637, 10918, 9789, 11145, 10273, 9674, 10181, 10020, 10009, 9519, 10305, 9806, 8873, 10648, 10684, 10527, 10472, 10260, 9399, 10726, 9635, 10562, 10156, 10984, 11917, 12249, 11634, 12207, 9867, 10321, 10133, 10457, 11387, 10738, 10577, 11085, 10171, 10041, 10536, 10265, 9569, 12517, 11033, 10265, 10088, 9880, 8691, 10742, 10161, 13311, 10285, 11486, 13674, 11299, 10327, 9764, 9924, 8611, 10384, 9861, 10272, 9933, 11151, 10024, 9008, 10305, 9535, 10434, 10559, 11487, 10454, 9219, 10371, 10595, 9157, 10562, 9349, 10886, 10059, 9876, 10666, 10462, 8908, 10215, 11954, 10378, 8832, 10316, 9783, 10816, 9703, 9169, 10214, 10201, 8614, 10387, 9344, 10771, 9544, 13466, 11748, 9623, 14523, 10155, 13803, 10388, 11518, 13098, 11458, 14576, 10969, 11078, 10414, 9956, 10173, 10831, 10480, 12392, 13241, 10204, 10295, 10622, 10142, 10298, 10863, 11085, 10745, 13341, 10237, 10361, 10794, 10978, 10705, 10589, 10252, 10389, 11185, 11868, 11269, 13116, 10203, 11925, 10689, 9815, 11173, 13609, 13944, 11842, 11676, 9456, 10594, 9594, 8777, 10655, 10166, 11699, 9652, 9471, 10828, 9870, 10919, 9885, 13927, 11327, 9588, 10555, 10397, 11063, 10473, 14320, 11252, 14720, 10722, 9732, 10193, 9784, 10861, 10614, 14426, 11955, 10263, 10285, 10451, 10133, 10434, 10872, 12696, 12173, 10840, 9792, 10893, 10252, 10933, 11078, 12820, 9851, 10286, 10830, 10173, 9553, 10954, 10599, 9612, 9967, 9898, 11511, 10325, 12433, 10719, 11735, 10729, 11789, 12279, 9938, 10601, 10061, 9034, 10776, 11638, 9855, 11821, 10594, 10452, 10604, 9958, 10524, 9951, 10802, 10116, 11171, 11336, 11253, 9806, 11047, 10484, 9032, 10322, 10086, 10560, 10567, 9976, 11067, 10232, 9896, 10142, 10373, 9508, 10323, 9901, 11188, 10160, 9421, 10730, 10377, 9066, 9855, 10201, 8610, 10037, 10708, 8610, 10658, 9885, 12932, 10076, 11355, 12191, 11013, 8605, 10817, 9730, 11104, 9298, 12335, 9702, 9121, 10496, 9339, 12461, 10388, 9677, 11245, 9510, 12833, 10483, 10806, 13415, 9800, 12649, 10474, 11683, 10860, 11101, 10997, 11735, 13144, 10203, 10621, 10494, 10905, 10911, 13967, 13039, 10578, 10534, 10899, 10438, 11118, 11455, 10041, 12735, 11040, 10169, 10748, 10432, 11739, 10448, 11436, 8936, 10746, 9788, 10830, 9959, 11833, 9124, 10879, 9653, 11024, 9853, 11110, 13739, 12380, 10096, 10789, 9863, 11002, 9808, 11033, 9594, 10980, 9701, 10483, 10433, 10881, 9954, 11434, 9648, 10771, 9401, 10603, 9675, 11165, 10269, 12692, 9795, 10490, 9627, 10830, 9524, 12498, 10642, 10598, 10601, 10223, 10685, 10513, 12483, 9281, 9978, 9186, 10624, 10841, 10715, 10858, 9936, 10626, 10485, 10196, 11153, 9801, 10683, 10168, 12844, 10332, 12986, 10631, 9646, 10834, 10664, 10342, 10745, 9601, 10831, 10935, 10570, 10745, 9656, 10906, 10125, 9318, 10707, 9600, 9491, 10775, 9303, 10987, 9942, 9380, 10415, 10252, 8761, 10042, 9181, 9316, 9509, 10495, 10769, 9543, 9697, 10091, 9569, 10518, 9787, 9323, 9921, 9314, 10702, 10126, 10409, 9668, 9285, 12132, 11007, 10888, 10288, 11282, 10304, 10181, 10974, 10397, 9968, 9936, 10333, 10736, 9473, 9441, 10668, 12603, 10567, 11222, 10910, 11036, 9744, 10447, 8868, 10278, 10257, 10124, 10060, 10333, 12421, 10818, 10471, 13324, 10551, 13307, 11421, 10611, 12926, 11161, 11635, 13640, 12445, 9943, 10714, 10462, 10661, 11158, 10906, 11112, 10328, 12475, 10711, 10163, 11123, 10904, 9751, 11018, 10811, 11055, 10696, 10070, 11046, 10457, 12824, 10519, 10051, 11000, 9950, 11872, 10529, 11835, 10922, 9951, 10803, 9978, 9804, 10504, 11001, 10965, 10972, 11837, 10567, 10198, 12760, 13024, 9689, 11316, 9972, 10243, 10679, 10447, 12331, 11281, 12616, 9559, 11212, 10224, 10244, 10944, 10281, 11233, 10781, 10224, 10485, 10630, 10906, 10910, 10428, 10799, 10466, 10253, 10252, 9886, 10505, 10711, 8502, 10642, 10500, 12536, 10017, 10910, 9969, 10973, 9807, 9894, 10937, 9739, 11719, 10678, 10276, 11977, 10542, 12666, 11038, 11130, 12672, 11780, 12702, 12285, 10677, 13811, 11595, 10533, 10734, 10503, 11832, 10622, 10439, 9295, 10934, 8686, 10768, 9861, 10695, 9956, 9763, 10569, 10157, 10328, 11038, 11340, 10547, 9926, 10921, 9988, 10898, 10738, 10011, 10600, 10119, 12839, 11929, 10098, 10648, 10623, 12573, 10401, 11124, 12314, 12739, 10516, 9839, 9980, 10245, 9783, 11133, 10255, 12547, 10210, 10192, 10429, 9940, 10050, 11437, 10186, 11408, 10255, 9149, 10816, 10062, 10013, 10340, 11637, 10753, 10329, 10043, 9824, 9919, 10021, 11125, 10207, 11089, 11200, 12884, 12238, 10447, 9979, 10733, 10115, 10069, 10437, 10314, 13211, 10359, 9465, 10177, 10191, 10640, 9598, 11566, 10595, 9923, 10250, 9106, 10517, 10107, 10112, 10424, 11457, 10307, 9887, 9850, 10460, 10005, 10666, 11138, 10919, 10550, 11272, 11199, 10388, 10118, 10176, 9796, 11038, 10237, 10365, 9994, 10366, 10559, 9841, 10948, 9812, 9450, 9684, 9942, 9980, 10134, 9803, 9739, 9892, 10082, 9748, 10597, 10886, 10530, 11543, 10033, 10117, 10140, 10306, 11150, 10332, 12038, 10840, 9906, 10661, 10972, 11236, 10227, 11743, 10244, 10215, 10630, 9854, 11401, 11780, 11763, 10278, 9792, 10326, 9797, 10703, 10163, 11085, 10426, 12450, 9747, 8736, 10290, 9745, 11517, 10006, 10541, 10255, 10341, 9622, 9230, 9765, 9382, 10306, 9524, 9248, 9756, 10077, 10648], 'WindowCenter': [4332.0, 4280.0, 4276.0, 4262.0, 4208.0, 4226.0, 4205.0, 4226.0, 4230.0, 4250.0, 4225.0, 4249.0, 4218.0, 4214.0, 4240.0, 4229.0, 4240.0, 4238.0, 4235.0, 4250.0, 4237.0, 4231.0, 4241.0, 4225.0, 4226.0, 4241.0, 4242.0, 4254.0, 4237.0, 4237.0, 4220.0, 4241.0, 4216.0, 4240.0, 4232.0, 4251.0, 4240.0, 4238.0, 4240.0, 4204.0, 4240.0, 4242.0, 4242.0, 4231.0, 4226.0, 4240.0, 4229.0, 4240.0, 4218.0, 4252.0, 4238.0, 4217.0, 4237.0, 4231.0, 4253.0, 4259.0, 4263.0, 4231.0, 4240.0, 4230.0, 4241.0, 4241.0, 4253.0, 4251.0, 4261.0, 4226.0, 4220.0, 4240.0, 4214.0, 4240.0, 4241.0, 4251.0, 4251.0, 4219.0, 4238.0, 4204.0, 4250.0, 4237.0, 4251.0, 4228.0, 4228.0, 4202.0, 4216.0, 4217.0, 4216.0, 4223.0, 4250.0, 4239.0, 4228.0, 4228.0, 4212.0, 4227.0, 4228.0, 4229.0, 4225.0, 4228.0, 4223.0, 4217.0, 4222.0, 4216.0, 4249.0, 4204.0, 4230.0, 4230.0, 4229.0, 4240.0, 4218.0, 4250.0, 4228.0, 4239.0, 4249.0, 4229.0, 4228.0, 4228.0, 4227.0, 4224.0, 4217.0, 4227.0, 4238.0, 4217.0, 4251.0, 4229.0, 4239.0, 4229.0, 4240.0, 4227.0, 4253.0, 4264.0, 4249.0, 4241.0, 4241.0, 4230.0, 4251.0, 4229.0, 4261.0, 4272.0, 4246.0, 4218.0, 4239.0, 4203.0, 4251.0, 4246.0, 4260.0, 4217.0, 4238.0, 4217.0, 4250.0, 4215.0, 4235.0, 4213.0, 4216.0, 4213.0, 4227.0, 4225.0, 4230.0, 4212.0, 4212.0, 4212.0, 4215.0, 4237.0, 4229.0, 4239.0, 4227.0, 4237.0, 4206.0, 4212.0, 4216.0, 4235.0, 4228.0, 4237.0, 4216.0, 4215.0, 4223.0, 4214.0, 4239.0, 4227.0, 4235.0, 4201.0, 4237.0, 4212.0, 4250.0, 4248.0, 4222.0, 4191.0, 4216.0, 4227.0, 4229.0, 4224.0, 4217.0, 4239.0, 4215.0, 4248.0, 4260.0, 4245.0, 4222.0, 4236.0, 4215.0, 4225.0, 4216.0, 4228.0, 4224.0, 4238.0, 4224.0, 4207.0, 4238.0, 4217.0, 4249.0, 4225.0, 4250.0, 4214.0, 4227.0, 4217.0, 4213.0, 4217.0, 4235.0, 4215.0, 4235.0, 4217.0, 4212.0, 4228.0, 4228.0, 4238.0, 4228.0, 4238.0, 4243.0, 4258.0, 4219.0, 4241.0, 4215.0, 4237.0, 4229.0, 4251.0, 4241.0, 4215.0, 4229.0, 4240.0, 4218.0, 4239.0, 4229.0, 4239.0, 4225.0, 4226.0, 4229.0, 4225.0, 4214.0, 4240.0, 4242.0, 4248.0, 4251.0, 4252.0, 4215.0, 4227.0, 4229.0, 4238.0, 4229.0, 4219.0, 4240.0, 4230.0, 4239.0, 4215.0, 4224.0, 4240.0, 4240.0, 4226.0, 4241.0, 4215.0, 4241.0, 4232.0, 4237.0, 4241.0, 4215.0, 4250.0, 4241.0, 4238.0, 4246.0, 4248.0, 4237.0, 4218.0, 4229.0, 4214.0, 4215.0, 4227.0, 4250.0, 4216.0, 4240.0, 4229.0, 4225.0, 4216.0, 4251.0, 4236.0, 4240.0, 4249.0, 4226.0, 4239.0, 4237.0, 4242.0, 4237.0, 4243.0, 4241.0, 4228.0, 4228.0, 4240.0, 4272.0, 4239.0, 4263.0, 4227.0, 4251.0, 4226.0, 4252.0, 4253.0, 4258.0, 4229.0, 4240.0, 4237.0, 4226.0, 4228.0, 4238.0, 4272.0, 4261.0, 4214.0, 4239.0, 4228.0, 4240.0, 4228.0, 4238.0, 4243.0, 4258.0, 4217.0, 4216.0, 4227.0, 4226.0, 4238.0, 4263.0, 4263.0, 4242.0, 4226.0, 4226.0, 4241.0, 4215.0, 4249.0, 4228.0, 4239.0, 4230.0, 4250.0, 4225.0, 4224.0, 4230.0, 4251.0, 4253.0, 4241.0, 4237.0, 4242.0, 4231.0, 4240.0, 4215.0, 4240.0, 4240.0, 4240.0, 4239.0, 4238.0, 4251.0, 4236.0, 4215.0, 4230.0, 4226.0, 4237.0, 4215.0, 4237.0, 4227.0, 4227.0, 4226.0, 4241.0, 4227.0, 4241.0, 4238.0, 4227.0, 4251.0, 4237.0, 4227.0, 4225.0, 4242.0, 4230.0, 4241.0, 4237.0, 4225.0, 4238.0, 4260.0, 4249.0, 4213.0, 4224.0, 4225.0, 4251.0, 4226.0, 4249.0, 4253.0, 4258.0, 4241.0, 4226.0, 4227.0, 4241.0, 4240.0, 4255.0, 4298.0, 4281.0, 4250.0, 4238.0, 4214.0, 4227.0, 4240.0, 4261.0, 4226.0, 4246.0, 4223.0, 4214.0, 4225.0, 4237.0, 4225.0, 4244.0, 4249.0, 4233.0, 4239.0, 4238.0, 4232.0, 4210.0, 4220.0, 4213.0, 4209.0, 4198.0, 4221.0, 4232.0, 4224.0, 4198.0, 4208.0, 4199.0, 4198.0, 4210.0, 4220.0, 4209.0, 4210.0, 4212.0, 4225.0, 4224.0, 4211.0, 4227.0, 4213.0, 4251.0, 4236.0, 4264.0, 4238.0, 4248.0, 4227.0, 4238.0, 4251.0, 4246.0, 4242.0, 4236.0, 4225.0, 4240.0, 4240.0, 4225.0, 4242.0, 4228.0, 4237.0, 4238.0, 4228.0, 4250.0, 4250.0, 4251.0, 4250.0, 4252.0, 4242.0, 4251.0, 4241.0, 4265.0, 4263.0, 4266.0, 4250.0, 4264.0, 4252.0, 4248.0, 4226.0, 4227.0, 4240.0, 4251.0, 4247.0, 4253.0, 4240.0, 4236.0, 4225.0, 4225.0, 4247.0, 4237.0, 4242.0, 4275.0, 4265.0, 4240.0, 4239.0, 4239.0, 4233.0, 4250.0, 4250.0, 4274.0, 4237.0, 4237.0, 4259.0, 4253.0, 4227.0, 4242.0, 4227.0, 4232.0, 4239.0, 4238.0, 4239.0, 4250.0, 4263.0, 4241.0, 4230.0, 4241.0, 4254.0, 4265.0, 4254.0, 4249.0, 4241.0, 4230.0, 4256.0, 4251.0, 4231.0, 4267.0, 4231.0, 4264.0, 4270.0, 4242.0, 4253.0, 4251.0, 4231.0, 4242.0, 4264.0, 4243.0, 4220.0, 4255.0, 4240.0, 4265.0, 4254.0, 4255.0, 4253.0, 4269.0, 4248.0, 4269.0, 4244.0, 4278.0, 4256.0, 4287.0, 4278.0, 4255.0, 4285.0, 4267.0, 4273.0, 4243.0, 4252.0, 4276.0, 4267.0, 4281.0, 4253.0, 4238.0, 4252.0, 4240.0, 4242.0, 4252.0, 4238.0, 4274.0, 4259.0, 4227.0, 4242.0, 4238.0, 4253.0, 4238.0, 4239.0, 4251.0, 4239.0, 4259.0, 4239.0, 4227.0, 4251.0, 4237.0, 4240.0, 4239.0, 4240.0, 4240.0, 4251.0, 4262.0, 4263.0, 4262.0, 4239.0, 4250.0, 4253.0, 4227.0, 4249.0, 4270.0, 4285.0, 4262.0, 4263.0, 4226.0, 4252.0, 4239.0, 4232.0, 4266.0, 4250.0, 4260.0, 4255.0, 4240.0, 4251.0, 4241.0, 4253.0, 4253.0, 4285.0, 4251.0, 4240.0, 4265.0, 4254.0, 4250.0, 4251.0, 4286.0, 4251.0, 4269.0, 4253.0, 4242.0, 4228.0, 4227.0, 4240.0, 4251.0, 4280.0, 4250.0, 4238.0, 4239.0, 4238.0, 4238.0, 4240.0, 4265.0, 4261.0, 4249.0, 4249.0, 4241.0, 4237.0, 4226.0, 4239.0, 4250.0, 4273.0, 4241.0, 4227.0, 4247.0, 4237.0, 4229.0, 4249.0, 4265.0, 4253.0, 4252.0, 4241.0, 4261.0, 4253.0, 4271.0, 4251.0, 4261.0, 4251.0, 4263.0, 4276.0, 4254.0, 4240.0, 4240.0, 4242.0, 4261.0, 4277.0, 4242.0, 4265.0, 4252.0, 4253.0, 4239.0, 4239.0, 4252.0, 4254.0, 4261.0, 4239.0, 4261.0, 4249.0, 4264.0, 4251.0, 4249.0, 4250.0, 4243.0, 4263.0, 4265.0, 4277.0, 4264.0, 4254.0, 4263.0, 4264.0, 4241.0, 4251.0, 4255.0, 4254.0, 4256.0, 4242.0, 4261.0, 4255.0, 4256.0, 4278.0, 4266.0, 4260.0, 4255.0, 4281.0, 4258.0, 4256.0, 4267.0, 4260.0, 4267.0, 4267.0, 4277.0, 4296.0, 4289.0, 4277.0, 4266.0, 4233.0, 4269.0, 4252.0, 4266.0, 4253.0, 4273.0, 4256.0, 4243.0, 4264.0, 4256.0, 4290.0, 4266.0, 4265.0, 4264.0, 4256.0, 4286.0, 4266.0, 4267.0, 4275.0, 4258.0, 4286.0, 4254.0, 4262.0, 4252.0, 4266.0, 4254.0, 4262.0, 4261.0, 4254.0, 4240.0, 4240.0, 4259.0, 4262.0, 4287.0, 4274.0, 4255.0, 4254.0, 4264.0, 4250.0, 4249.0, 4252.0, 4251.0, 4274.0, 4254.0, 4237.0, 4240.0, 4240.0, 4250.0, 4253.0, 4263.0, 4230.0, 4238.0, 4227.0, 4254.0, 4250.0, 4250.0, 4229.0, 4238.0, 4237.0, 4248.0, 4227.0, 4249.0, 4259.0, 4263.0, 4227.0, 4251.0, 4237.0, 4249.0, 4242.0, 4254.0, 4228.0, 4239.0, 4228.0, 4248.0, 4240.0, 4251.0, 4255.0, 4276.0, 4229.0, 4253.0, 4243.0, 4251.0, 4239.0, 4276.0, 4240.0, 4260.0, 4228.0, 4253.0, 4242.0, 4250.0, 4252.0, 4260.0, 4252.0, 4248.0, 4249.0, 4240.0, 4266.0, 4241.0, 4261.0, 4243.0, 4254.0, 4229.0, 4260.0, 4250.0, 4252.0, 4277.0, 4241.0, 4251.0, 4250.0, 4254.0, 4261.0, 4239.0, 4265.0, 4253.0, 4275.0, 4239.0, 4274.0, 4239.0, 4228.0, 4239.0, 4254.0, 4239.0, 4239.0, 4229.0, 4238.0, 4250.0, 4253.0, 4266.0, 4241.0, 4239.0, 4255.0, 4245.0, 4265.0, 4241.0, 4241.0, 4266.0, 4232.0, 4252.0, 4243.0, 4233.0, 4254.0, 4254.0, 4234.0, 4258.0, 4257.0, 4257.0, 4271.0, 4269.0, 4268.0, 4272.0, 4256.0, 4257.0, 4246.0, 4257.0, 4272.0, 4244.0, 4271.0, 4259.0, 4255.0, 4271.0, 4270.0, 4246.0, 4246.0, 4277.0, 4267.0, 4268.0, 4257.0, 4283.0, 4268.0, 4268.0, 4282.0, 4269.0, 4273.0, 4259.0, 4268.0, 4268.0, 4271.0, 4285.0, 4270.0, 4290.0, 4256.0, 4270.0, 4283.0, 4281.0, 4259.0, 4268.0, 4247.0, 4257.0, 4267.0, 4258.0, 4270.0, 4269.0, 4291.0, 4284.0, 4283.0, 4288.0, 4272.0, 4276.0, 4256.0, 4260.0, 4265.0, 4270.0, 4266.0, 4276.0, 4264.0, 4232.0, 4242.0, 4241.0, 4240.0, 4252.0, 4254.0, 4254.0, 4258.0, 4279.0, 4271.0, 4256.0, 4256.0, 4256.0, 4248.0, 4258.0, 4256.0, 4269.0, 4245.0, 4243.0, 4267.0, 4269.0, 4277.0, 4245.0, 4243.0, 4254.0, 4245.0, 4278.0, 4284.0, 4267.0, 4269.0, 4273.0, 4270.0, 4259.0, 4258.0, 4284.0, 4267.0, 4280.0, 4256.0, 4281.0, 4257.0, 4259.0, 4307.0, 4290.0, 4245.0, 4270.0, 4256.0, 4244.0, 4256.0, 4243.0, 4266.0, 4252.0, 4254.0, 4235.0, 4242.0, 4231.0, 4244.0, 4241.0, 4230.0, 4241.0, 4256.0, 4230.0, 4230.0, 4229.0, 4255.0, 4240.0, 4241.0, 4257.0, 4243.0, 4254.0, 4255.0, 4258.0, 4266.0, 4266.0, 4234.0, 4267.0, 4282.0, 4279.0, 4245.0, 4254.0, 4232.0, 4267.0, 4257.0, 4257.0, 4270.0, 4271.0, 4290.0, 4281.0, 4270.0, 4292.0, 4269.0, 4293.0, 4257.0, 4256.0, 4291.0, 4265.0, 4263.0, 4266.0, 4230.0, 4264.0, 4229.0, 4228.0, 4241.0, 4229.0, 4252.0, 4244.0, 4229.0, 4218.0, 4239.0, 4221.0, 4280.0, 4242.0, 4253.0, 4244.0, 4243.0, 4254.0, 4271.0, 4266.0, 4268.0, 4266.0, 4270.0, 4271.0, 4255.0, 4243.0, 4254.0, 4268.0, 4244.0, 4257.0, 4257.0, 4278.0, 4254.0, 4242.0, 4242.0, 4255.0, 4268.0, 4231.0, 4256.0, 4252.0, 4250.0, 4253.0, 4230.0, 4243.0, 4239.0, 4243.0, 4251.0, 4241.0, 4265.0, 4240.0, 4239.0, 4239.0, 4230.0, 4229.0, 4266.0, 4230.0, 4238.0, 4243.0, 4231.0, 4238.0, 4242.0, 4244.0, 4255.0, 4265.0, 4255.0, 4239.0, 4230.0, 4229.0, 4229.0, 4243.0, 4253.0, 4229.0, 4239.0, 4253.0, 4262.0, 4249.0, 4228.0, 4237.0, 4238.0, 4226.0, 4227.0, 4238.0, 4254.0, 4259.0, 4228.0, 4232.0, 4242.0, 4242.0, 4238.0, 4241.0, 4251.0, 4238.0, 4242.0, 4227.0, 4231.0, 4238.0, 4238.0, 4241.0, 4251.0, 4249.0, 4255.0, 4228.0, 4243.0, 4238.0, 4244.0, 4253.0, 4253.0, 4239.0, 4252.0, 4251.0, 4251.0, 4252.0, 4253.0, 4242.0, 4240.0, 4239.0, 4238.0, 4239.0, 4239.0, 4253.0, 4250.0, 4262.0, 4265.0, 4243.0, 4255.0, 4240.0, 4240.0, 4267.0, 4254.0, 4266.0, 4243.0, 4242.0, 4242.0, 4256.0, 4252.0, 4267.0, 4255.0, 4251.0, 4240.0, 4254.0, 4254.0, 4254.0, 4251.0, 4239.0, 4264.0, 4239.0, 4226.0, 4241.0, 4251.0, 4238.0, 4241.0, 4237.0, 4238.0, 4226.0, 4241.0, 4215.0, 4251.0, 4237.0, 4248.0, 4225.0, 4238.0, 4226.0, 4239.0, 4226.0, 4252.0, 4239.0, 4237.0, 4262.0, 4216.0, 4219.0, 4241.0, 4227.0, 4237.0, 4229.0, 4238.0, 4240.0, 4242.0, 4229.0, 4231.0, 4242.0, 4241.0, 4239.0, 4227.0, 4242.0, 4229.0, 4242.0, 4252.0], 'WindowWidth': [9566.0, 9472.0, 9458.0, 9425.0, 9345.0, 9365.0, 9336.0, 9364.0, 9376.0, 9405.0, 9362.0, 9403.0, 9358.0, 9343.0, 9389.0, 9374.0, 9392.0, 9386.0, 9375.0, 9407.0, 9379.0, 9380.0, 9393.0, 9361.0, 9363.0, 9395.0, 9397.0, 9416.0, 9378.0, 9380.0, 9365.0, 9393.0, 9350.0, 9394.0, 9385.0, 9407.0, 9390.0, 9384.0, 9390.0, 9331.0, 9390.0, 9398.0, 9397.0, 9381.0, 9363.0, 9391.0, 9374.0, 9392.0, 9357.0, 9411.0, 9383.0, 9352.0, 9379.0, 9382.0, 9412.0, 9414.0, 9426.0, 9382.0, 9392.0, 9378.0, 9392.0, 9393.0, 9413.0, 9410.0, 9421.0, 9363.0, 9363.0, 9390.0, 9344.0, 9389.0, 9393.0, 9409.0, 9406.0, 9360.0, 9385.0, 9329.0, 9403.0, 9385.0, 9406.0, 9371.0, 9370.0, 9321.0, 9352.0, 9353.0, 9351.0, 9354.0, 9405.0, 9388.0, 9370.0, 9372.0, 9339.0, 9369.0, 9371.0, 9376.0, 9358.0, 9370.0, 9354.0, 9356.0, 9352.0, 9353.0, 9400.0, 9331.0, 9379.0, 9379.0, 9376.0, 9391.0, 9359.0, 9405.0, 9374.0, 9386.0, 9401.0, 9374.0, 9369.0, 9370.0, 9367.0, 9357.0, 9356.0, 9367.0, 9383.0, 9357.0, 9408.0, 9376.0, 9388.0, 9377.0, 9392.0, 9366.0, 9415.0, 9432.0, 9400.0, 9394.0, 9394.0, 9378.0, 9405.0, 9375.0, 9423.0, 9439.0, 9388.0, 9357.0, 9386.0, 9327.0, 9406.0, 9392.0, 9418.0, 9356.0, 9383.0, 9355.0, 9403.0, 9349.0, 9373.0, 9341.0, 9355.0, 9342.0, 9368.0, 9360.0, 9377.0, 9339.0, 9335.0, 9337.0, 9350.0, 9381.0, 9374.0, 9387.0, 9369.0, 9380.0, 9337.0, 9336.0, 9352.0, 9372.0, 9370.0, 9382.0, 9353.0, 9348.0, 9353.0, 9345.0, 9387.0, 9367.0, 9377.0, 9321.0, 9381.0, 9340.0, 9403.0, 9397.0, 9350.0, 9307.0, 9351.0, 9370.0, 9376.0, 9358.0, 9357.0, 9387.0, 9351.0, 9397.0, 9418.0, 9387.0, 9352.0, 9377.0, 9348.0, 9364.0, 9351.0, 9371.0, 9357.0, 9384.0, 9363.0, 9341.0, 9385.0, 9356.0, 9400.0, 9369.0, 9405.0, 9342.0, 9370.0, 9355.0, 9341.0, 9356.0, 9372.0, 9349.0, 9374.0, 9356.0, 9338.0, 9371.0, 9371.0, 9387.0, 9373.0, 9382.0, 9401.0, 9408.0, 9363.0, 9394.0, 9348.0, 9379.0, 9376.0, 9409.0, 9394.0, 9346.0, 9373.0, 9391.0, 9359.0, 9389.0, 9375.0, 9387.0, 9359.0, 9361.0, 9373.0, 9360.0, 9343.0, 9391.0, 9396.0, 9395.0, 9406.0, 9410.0, 9347.0, 9363.0, 9374.0, 9385.0, 9373.0, 9359.0, 9389.0, 9375.0, 9386.0, 9346.0, 9356.0, 9391.0, 9390.0, 9361.0, 9392.0, 9346.0, 9394.0, 9385.0, 9378.0, 9394.0, 9347.0, 9406.0, 9393.0, 9384.0, 9394.0, 9400.0, 9382.0, 9356.0, 9373.0, 9345.0, 9347.0, 9369.0, 9404.0, 9348.0, 9389.0, 9373.0, 9359.0, 9354.0, 9407.0, 9376.0, 9390.0, 9400.0, 9362.0, 9390.0, 9386.0, 9398.0, 9378.0, 9400.0, 9395.0, 9372.0, 9371.0, 9390.0, 9441.0, 9384.0, 9425.0, 9366.0, 9408.0, 9364.0, 9410.0, 9413.0, 9406.0, 9374.0, 9390.0, 9383.0, 9362.0, 9373.0, 9381.0, 9439.0, 9420.0, 9343.0, 9387.0, 9372.0, 9390.0, 9374.0, 9383.0, 9400.0, 9408.0, 9354.0, 9351.0, 9367.0, 9364.0, 9383.0, 9427.0, 9427.0, 9394.0, 9363.0, 9362.0, 9393.0, 9345.0, 9400.0, 9371.0, 9386.0, 9377.0, 9405.0, 9358.0, 9357.0, 9378.0, 9409.0, 9415.0, 9396.0, 9380.0, 9397.0, 9381.0, 9390.0, 9344.0, 9390.0, 9391.0, 9393.0, 9388.0, 9382.0, 9408.0, 9375.0, 9346.0, 9378.0, 9362.0, 9378.0, 9346.0, 9379.0, 9365.0, 9365.0, 9362.0, 9393.0, 9366.0, 9394.0, 9382.0, 9367.0, 9407.0, 9379.0, 9364.0, 9360.0, 9396.0, 9378.0, 9395.0, 9379.0, 9359.0, 9380.0, 9418.0, 9398.0, 9341.0, 9357.0, 9361.0, 9406.0, 9363.0, 9404.0, 9414.0, 9414.0, 9394.0, 9362.0, 9365.0, 9393.0, 9388.0, 9420.0, 9485.0, 9453.0, 9401.0, 9382.0, 9344.0, 9362.0, 9391.0, 9421.0, 9361.0, 9387.0, 9353.0, 9341.0, 9359.0, 9377.0, 9359.0, 9383.0, 9401.0, 9367.0, 9386.0, 9383.0, 9363.0, 9329.0, 9341.0, 9340.0, 9327.0, 9311.0, 9345.0, 9364.0, 9359.0, 9309.0, 9324.0, 9312.0, 9310.0, 9329.0, 9344.0, 9326.0, 9331.0, 9336.0, 9360.0, 9361.0, 9335.0, 9370.0, 9342.0, 9407.0, 9376.0, 9431.0, 9385.0, 9397.0, 9364.0, 9383.0, 9407.0, 9397.0, 9397.0, 9377.0, 9358.0, 9391.0, 9389.0, 9359.0, 9398.0, 9371.0, 9381.0, 9383.0, 9370.0, 9402.0, 9402.0, 9406.0, 9403.0, 9410.0, 9398.0, 9407.0, 9393.0, 9436.0, 9431.0, 9439.0, 9402.0, 9430.0, 9408.0, 9393.0, 9360.0, 9364.0, 9390.0, 9407.0, 9392.0, 9412.0, 9392.0, 9376.0, 9359.0, 9361.0, 9399.0, 9380.0, 9399.0, 9447.0, 9432.0, 9388.0, 9384.0, 9385.0, 9387.0, 9403.0, 9409.0, 9442.0, 9387.0, 9380.0, 9411.0, 9412.0, 9364.0, 9396.0, 9367.0, 9383.0, 9386.0, 9384.0, 9386.0, 9408.0, 9427.0, 9392.0, 9375.0, 9391.0, 9417.0, 9431.0, 9416.0, 9399.0, 9390.0, 9374.0, 9420.0, 9402.0, 9376.0, 9436.0, 9378.0, 9428.0, 9449.0, 9394.0, 9408.0, 9404.0, 9375.0, 9393.0, 9427.0, 9397.0, 9360.0, 9418.0, 9386.0, 9431.0, 9416.0, 9419.0, 9412.0, 9445.0, 9416.0, 9445.0, 9401.0, 9459.0, 9421.0, 9466.0, 9454.0, 9419.0, 9457.0, 9439.0, 9435.0, 9396.0, 9408.0, 9447.0, 9437.0, 9449.0, 9410.0, 9380.0, 9409.0, 9392.0, 9396.0, 9409.0, 9381.0, 9443.0, 9411.0, 9365.0, 9395.0, 9381.0, 9412.0, 9383.0, 9384.0, 9404.0, 9386.0, 9410.0, 9383.0, 9366.0, 9409.0, 9380.0, 9387.0, 9385.0, 9388.0, 9389.0, 9404.0, 9419.0, 9426.0, 9420.0, 9385.0, 9398.0, 9414.0, 9366.0, 9397.0, 9428.0, 9460.0, 9423.0, 9424.0, 9364.0, 9409.0, 9384.0, 9384.0, 9439.0, 9403.0, 9417.0, 9421.0, 9388.0, 9405.0, 9391.0, 9414.0, 9412.0, 9461.0, 9405.0, 9389.0, 9434.0, 9416.0, 9403.0, 9407.0, 9463.0, 9404.0, 9426.0, 9413.0, 9396.0, 9368.0, 9366.0, 9386.0, 9407.0, 9451.0, 9401.0, 9382.0, 9383.0, 9382.0, 9382.0, 9388.0, 9436.0, 9418.0, 9397.0, 9404.0, 9395.0, 9381.0, 9364.0, 9385.0, 9405.0, 9441.0, 9393.0, 9364.0, 9399.0, 9379.0, 9372.0, 9398.0, 9436.0, 9415.0, 9417.0, 9393.0, 9419.0, 9412.0, 9440.0, 9407.0, 9419.0, 9404.0, 9423.0, 9451.0, 9418.0, 9388.0, 9389.0, 9400.0, 9428.0, 9454.0, 9398.0, 9432.0, 9413.0, 9413.0, 9386.0, 9387.0, 9406.0, 9418.0, 9424.0, 9387.0, 9424.0, 9400.0, 9429.0, 9409.0, 9399.0, 9402.0, 9403.0, 9433.0, 9434.0, 9456.0, 9429.0, 9415.0, 9425.0, 9434.0, 9392.0, 9410.0, 9421.0, 9416.0, 9421.0, 9393.0, 9420.0, 9416.0, 9423.0, 9454.0, 9435.0, 9435.0, 9419.0, 9466.0, 9431.0, 9421.0, 9436.0, 9436.0, 9437.0, 9442.0, 9449.0, 9495.0, 9477.0, 9449.0, 9432.0, 9385.0, 9444.0, 9419.0, 9432.0, 9418.0, 9438.0, 9425.0, 9398.0, 9433.0, 9421.0, 9476.0, 9440.0, 9436.0, 9429.0, 9419.0, 9466.0, 9434.0, 9438.0, 9444.0, 9428.0, 9464.0, 9413.0, 9420.0, 9407.0, 9434.0, 9414.0, 9423.0, 9418.0, 9416.0, 9388.0, 9387.0, 9419.0, 9428.0, 9466.0, 9445.0, 9418.0, 9418.0, 9430.0, 9408.0, 9400.0, 9410.0, 9412.0, 9442.0, 9416.0, 9380.0, 9387.0, 9388.0, 9404.0, 9415.0, 9426.0, 9378.0, 9382.0, 9366.0, 9416.0, 9409.0, 9404.0, 9372.0, 9384.0, 9387.0, 9402.0, 9365.0, 9399.0, 9413.0, 9426.0, 9366.0, 9409.0, 9386.0, 9405.0, 9398.0, 9417.0, 9369.0, 9383.0, 9369.0, 9403.0, 9388.0, 9406.0, 9424.0, 9449.0, 9372.0, 9415.0, 9400.0, 9404.0, 9386.0, 9452.0, 9389.0, 9415.0, 9369.0, 9415.0, 9399.0, 9405.0, 9415.0, 9414.0, 9413.0, 9405.0, 9409.0, 9389.0, 9439.0, 9394.0, 9420.0, 9403.0, 9417.0, 9374.0, 9425.0, 9405.0, 9411.0, 9455.0, 9394.0, 9406.0, 9403.0, 9418.0, 9427.0, 9388.0, 9434.0, 9414.0, 9447.0, 9386.0, 9443.0, 9385.0, 9371.0, 9384.0, 9415.0, 9385.0, 9384.0, 9372.0, 9382.0, 9401.0, 9413.0, 9436.0, 9392.0, 9384.0, 9417.0, 9407.0, 9432.0, 9391.0, 9390.0, 9435.0, 9378.0, 9406.0, 9395.0, 9382.0, 9411.0, 9413.0, 9385.0, 9428.0, 9424.0, 9423.0, 9447.0, 9440.0, 9438.0, 9451.0, 9420.0, 9421.0, 9403.0, 9418.0, 9451.0, 9399.0, 9449.0, 9429.0, 9414.0, 9447.0, 9443.0, 9404.0, 9403.0, 9447.0, 9434.0, 9436.0, 9420.0, 9468.0, 9442.0, 9437.0, 9465.0, 9442.0, 9456.0, 9425.0, 9436.0, 9438.0, 9447.0, 9475.0, 9442.0, 9473.0, 9413.0, 9441.0, 9465.0, 9463.0, 9427.0, 9436.0, 9406.0, 9419.0, 9435.0, 9424.0, 9442.0, 9439.0, 9474.0, 9468.0, 9469.0, 9462.0, 9449.0, 9442.0, 9415.0, 9427.0, 9427.0, 9443.0, 9430.0, 9444.0, 9422.0, 9374.0, 9392.0, 9386.0, 9383.0, 9401.0, 9406.0, 9408.0, 9423.0, 9452.0, 9445.0, 9415.0, 9414.0, 9413.0, 9410.0, 9421.0, 9414.0, 9440.0, 9397.0, 9393.0, 9432.0, 9440.0, 9448.0, 9398.0, 9394.0, 9411.0, 9398.0, 9452.0, 9469.0, 9431.0, 9442.0, 9456.0, 9442.0, 9424.0, 9422.0, 9469.0, 9433.0, 9459.0, 9415.0, 9460.0, 9419.0, 9425.0, 9509.0, 9468.0, 9401.0, 9442.0, 9422.0, 9397.0, 9419.0, 9393.0, 9430.0, 9404.0, 9408.0, 9388.0, 9388.0, 9372.0, 9399.0, 9385.0, 9370.0, 9386.0, 9415.0, 9371.0, 9369.0, 9366.0, 9413.0, 9383.0, 9385.0, 9419.0, 9392.0, 9411.0, 9415.0, 9424.0, 9434.0, 9433.0, 9384.0, 9438.0, 9464.0, 9452.0, 9401.0, 9410.0, 9376.0, 9434.0, 9421.0, 9423.0, 9445.0, 9449.0, 9475.0, 9462.0, 9447.0, 9478.0, 9439.0, 9480.0, 9420.0, 9415.0, 9476.0, 9426.0, 9419.0, 9430.0, 9368.0, 9424.0, 9365.0, 9360.0, 9389.0, 9367.0, 9406.0, 9396.0, 9365.0, 9352.0, 9380.0, 9360.0, 9458.0, 9392.0, 9406.0, 9397.0, 9394.0, 9411.0, 9449.0, 9432.0, 9438.0, 9432.0, 9448.0, 9449.0, 9415.0, 9395.0, 9410.0, 9439.0, 9397.0, 9423.0, 9421.0, 9453.0, 9412.0, 9389.0, 9390.0, 9417.0, 9437.0, 9373.0, 9421.0, 9403.0, 9397.0, 9410.0, 9371.0, 9399.0, 9384.0, 9395.0, 9404.0, 9390.0, 9429.0, 9391.0, 9383.0, 9384.0, 9374.0, 9368.0, 9434.0, 9371.0, 9380.0, 9395.0, 9379.0, 9380.0, 9395.0, 9402.0, 9419.0, 9429.0, 9417.0, 9385.0, 9372.0, 9370.0, 9371.0, 9399.0, 9413.0, 9369.0, 9381.0, 9411.0, 9419.0, 9398.0, 9364.0, 9384.0, 9380.0, 9360.0, 9363.0, 9380.0, 9416.0, 9410.0, 9366.0, 9381.0, 9396.0, 9395.0, 9381.0, 9396.0, 9402.0, 9379.0, 9395.0, 9363.0, 9379.0, 9380.0, 9382.0, 9391.0, 9405.0, 9398.0, 9416.0, 9368.0, 9399.0, 9381.0, 9401.0, 9411.0, 9412.0, 9385.0, 9410.0, 9406.0, 9403.0, 9411.0, 9411.0, 9397.0, 9392.0, 9384.0, 9381.0, 9385.0, 9385.0, 9413.0, 9403.0, 9430.0, 9434.0, 9397.0, 9418.0, 9389.0, 9389.0, 9440.0, 9416.0, 9439.0, 9398.0, 9395.0, 9393.0, 9421.0, 9406.0, 9439.0, 9421.0, 9404.0, 9386.0, 9416.0, 9415.0, 9417.0, 9406.0, 9384.0, 9428.0, 9383.0, 9362.0, 9392.0, 9407.0, 9382.0, 9393.0, 9378.0, 9383.0, 9362.0, 9392.0, 9345.0, 9408.0, 9379.0, 9399.0, 9357.0, 9384.0, 9361.0, 9388.0, 9362.0, 9411.0, 9384.0, 9379.0, 9422.0, 9349.0, 9362.0, 9394.0, 9366.0, 9378.0, 9372.0, 9382.0, 9390.0, 9394.0, 9373.0, 9381.0, 9398.0, 9395.0, 9384.0, 9366.0, 9398.0, 9370.0, 9395.0, 9409.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.0006732448132780083</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0325981265560166</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.016252505016595</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1564791331727564</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9758738827740865</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4661</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5793.5063</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09322670340801877</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.149377593360996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.493598212412978</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4071323062458574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.768588297628075</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3050740333650017</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0102254</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015507686883211136</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031157659366726875</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8795879010527363</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>34.1706</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6092</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.1879</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302186.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>756.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.9962</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2523</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.7483</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3449.2621</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3637.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74358.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4548.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.4644</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.00283444020897</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> |