=== 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-0102 --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-0102",
"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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-01/func/sub-0102_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>929b7133313576d4ea53eaad76448c97</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:11:10.085000</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.995179, 0.0156896, -0.0968125, -0.0170234, 0.999771, -0.0129662]</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.107131</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>[4211, -7806, -7284, 214, -89, -83, -62, 105]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.66</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4c3637fa-a6c7-4725-8a6c-748fb42d9b2a||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.669992446899414, -0.04567256197333336, -0.26078474521636963, 119.35115814208984], [-0.0420941561460495, 2.682312488555908, -0.03928980976343155, -96.31464385986328], [-0.2597409784793854, 0.03478739783167839, 2.687089204788208, -68.3446044921875], [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': ['171110.085000', '171110.545000', '171111.005000', '171111.465000', '171111.925000', '171112.385000', '171112.845000', '171113.305000', '171113.765000', '171114.225000', '171114.685000', '171115.145000', '171115.605000', '171116.065000', '171116.525000', '171116.985000', '171117.445000', '171117.905000', '171118.365000', '171118.825000', '171119.285000', '171119.745000', '171120.205000', '171120.665000', '171121.125000', '171121.585000', '171122.045000', '171122.505000', '171122.965000', '171123.425000', '171123.885000', '171124.345000', '171124.805000', '171125.265000', '171125.725000', '171126.185000', '171126.645000', '171127.105000', '171127.565000', '171128.025000', '171128.485000', '171128.945000', '171129.405000', '171129.865000', '171130.325000', '171130.785000', '171131.245000', '171131.705000', '171132.165000', '171132.625000', '171133.085000', '171133.545000', '171134.005000', '171134.465000', '171134.925000', '171135.385000', '171135.845000', '171136.305000', '171136.765000', '171137.225000', '171137.685000', '171138.145000', '171138.605000', '171139.065000', '171139.525000', '171139.985000', '171140.445000', '171140.905000', '171141.365000', '171141.825000', '171142.285000', '171142.745000', '171143.205000', '171143.665000', '171144.125000', '171144.585000', '171145.045000', '171145.505000', '171145.965000', '171146.425000', '171146.885000', '171147.345000', '171147.805000', '171148.265000', '171148.725000', '171149.185000', '171149.645000', '171150.105000', '171150.565000', '171151.025000', '171151.485000', '171151.945000', '171152.405000', '171152.865000', '171153.325000', '171153.785000', '171154.245000', '171154.705000', '171155.165000', '171155.625000', '171156.085000', '171156.545000', '171157.005000', '171157.465000', '171157.925000', '171158.385000', '171158.845000', '171159.305000', '171159.765000', '171200.225000', '171200.685000', '171201.145000', '171201.605000', '171202.065000', '171202.525000', '171202.985000', '171203.445000', '171203.905000', '171204.365000', '171204.825000', '171205.285000', '171205.745000', '171206.205000', '171206.665000', '171207.125000', '171207.585000', '171208.045000', '171208.505000', '171208.965000', '171209.425000', '171209.885000', '171210.345000', '171210.805000', '171211.265000', '171211.725000', '171212.185000', '171212.645000', '171213.105000', '171213.565000', '171214.025000', '171214.485000', '171214.945000', '171215.405000', '171215.865000', '171216.325000', '171216.785000', '171217.245000', '171217.705000', '171218.165000', '171218.625000', '171219.085000', '171219.545000', '171220.005000', '171220.465000', '171220.925000', '171221.385000', '171221.845000', '171222.305000', '171222.765000', '171223.225000', '171223.685000', '171224.145000', '171224.605000', '171225.065000', '171225.525000', '171225.985000', '171226.445000', '171226.905000', '171227.365000', '171227.825000', '171228.285000', '171228.745000', '171229.205000', '171229.665000', '171230.125000', '171230.585000', '171231.045000', '171231.505000', '171231.965000', '171232.425000', '171232.885000', '171233.345000', '171233.805000', '171234.265000', '171234.725000', '171235.185000', '171235.645000', '171236.105000', '171236.565000', '171237.025000', '171237.485000', '171237.945000', '171238.405000', '171238.865000', '171239.325000', '171239.785000', '171240.245000', '171240.705000', '171241.165000', '171241.625000', '171242.085000', '171242.545000', '171243.005000', '171243.465000', '171243.925000', '171244.385000', '171244.845000', '171245.305000', '171245.765000', '171246.225000', '171246.685000', '171247.145000', '171247.605000', '171248.065000', '171248.525000', '171248.985000', '171249.445000', '171249.905000', '171250.365000', '171250.825000', '171251.285000', '171251.745000', '171252.205000', '171252.665000', '171253.125000', '171253.585000', '171254.045000', '171254.505000', '171254.965000', '171255.425000', '171255.885000', '171256.345000', '171256.805000', '171257.265000', '171257.725000', '171258.185000', '171258.645000', '171259.105000', '171259.565000', '171300.025000', '171300.485000', '171300.945000', '171301.405000', '171301.865000', '171302.325000', '171302.785000', '171303.245000', '171303.705000', '171304.165000', '171304.625000', '171305.085000', '171305.545000', '171306.005000', '171306.465000', '171306.925000', '171307.385000', '171307.845000', '171308.305000', '171308.765000', '171309.225000', '171309.685000', '171310.145000', '171310.605000', '171311.065000', '171311.525000', '171311.985000', '171312.445000', '171312.905000', '171313.365000', '171313.825000', '171314.285000', '171314.745000', '171315.205000', '171315.665000', '171316.125000', '171316.585000', '171317.045000', '171317.505000', '171317.965000', '171318.425000', '171318.885000', '171319.345000', '171319.805000', '171320.265000', '171320.725000', '171321.185000', '171321.645000', '171322.105000', '171322.565000', '171323.025000', '171323.485000', '171323.945000', '171324.405000', '171324.865000', '171325.325000', '171325.785000', '171326.245000', '171326.705000', '171327.165000', '171327.625000', '171328.085000', '171328.545000', '171329.005000', '171329.465000', '171329.925000', '171330.385000', '171330.845000', '171331.305000', '171331.765000', '171332.225000', '171332.685000', '171333.145000', '171333.605000', '171334.065000', '171334.525000', '171334.985000', '171335.445000', '171335.905000', '171336.365000', '171336.825000', '171337.285000', '171337.745000', '171338.205000', '171338.665000', '171339.125000', '171339.585000', '171340.045000', '171340.505000', '171340.965000', '171341.425000', '171341.885000', '171342.345000', '171342.805000', '171343.265000', '171343.725000', '171344.185000', '171344.645000', '171345.105000', '171345.565000', '171346.025000', '171346.485000', '171346.945000', '171347.405000', '171347.865000', '171348.325000', '171348.785000', '171349.245000', '171349.705000', '171350.165000', '171350.625000', '171351.085000', '171351.545000', '171352.005000', '171352.465000', '171352.925000', '171353.385000', '171353.845000', '171354.305000', '171354.765000', '171355.225000', '171355.685000', '171356.145000', '171356.605000', '171357.065000', '171357.525000', '171357.985000', '171358.445000', '171358.905000', '171359.365000', '171359.825000', '171400.285000', '171400.745000', '171401.205000', '171401.665000', '171402.125000', '171402.585000', '171403.045000', '171403.505000', '171403.965000', '171404.425000', '171404.885000', '171405.345000', '171405.805000', '171406.265000', '171406.725000', '171407.185000', '171407.645000', '171408.105000', '171408.565000', '171409.025000', '171409.485000', '171409.945000', '171410.405000', '171410.865000', '171411.325000', '171411.785000', '171412.245000', '171412.705000', '171413.165000', '171413.625000', '171414.085000', '171414.545000', '171415.005000', '171415.465000', '171415.925000', '171416.385000', '171416.845000', '171417.305000', '171417.765000', '171418.225000', '171418.685000', '171419.145000', '171419.605000', '171420.065000', '171420.525000', '171420.985000', '171421.445000', '171421.905000', '171422.365000', '171422.825000', '171423.285000', '171423.745000', '171424.205000', '171424.665000', '171425.125000', '171425.585000', '171426.045000', '171426.505000', '171426.965000', '171427.425000', '171427.885000', '171428.345000', '171428.805000', '171429.265000', '171429.725000', '171430.185000', '171430.645000', '171431.105000', '171431.565000', '171432.025000', '171432.485000', '171432.945000', '171433.405000', '171433.865000', '171434.325000', '171434.785000', '171435.245000', '171435.705000', '171436.165000', '171436.625000', '171437.085000', '171437.545000', '171438.005000', '171438.465000', '171438.925000', '171439.385000', '171439.845000', '171440.305000', '171440.765000', '171441.225000', '171441.685000', '171442.145000', '171442.605000', '171443.065000', '171443.525000', '171443.985000', '171444.445000', '171444.905000', '171445.365000', '171445.825000', '171446.285000', '171446.745000', '171447.205000', '171447.665000', '171448.125000', '171448.585000', '171449.045000', '171449.505000', '171449.965000', '171450.425000', '171450.885000', '171451.345000', '171451.805000', '171452.265000', '171452.725000', '171453.185000', '171453.645000', '171454.105000', '171454.565000', '171455.025000', '171455.485000', '171455.945000', '171456.405000', '171456.865000', '171457.325000', '171457.785000', '171458.245000', '171458.705000', '171459.165000', '171459.625000', '171500.085000', '171500.545000', '171501.005000', '171501.465000', '171501.925000', '171502.385000', '171502.845000', '171503.305000', '171503.765000', '171504.225000', '171504.685000', '171505.145000', '171505.605000', '171506.065000', '171506.525000', '171506.985000', '171507.445000', '171507.905000', '171508.365000', '171508.825000', '171509.285000', '171509.745000', '171510.205000', '171510.665000', '171511.125000', '171511.585000', '171512.045000', '171512.505000', '171512.965000', '171513.425000', '171513.885000', '171514.345000', '171514.805000', '171515.265000', '171515.725000', '171516.185000', '171516.645000', '171517.105000', '171517.565000', '171518.025000', '171518.485000', '171518.945000', '171519.405000', '171519.865000', '171520.325000', '171520.785000', '171521.245000', '171521.705000', '171522.165000', '171522.625000', '171523.085000', '171523.545000', '171524.005000', '171524.465000', '171524.925000', '171525.385000', '171525.845000', '171526.305000', '171526.765000', '171527.225000', '171527.685000', '171528.145000', '171528.605000', '171529.065000', '171529.525000', '171529.985000', '171530.445000', '171530.905000', '171531.365000', '171531.825000', '171532.285000', '171532.745000', '171533.205000', '171533.665000', '171534.125000', '171534.585000', '171535.045000', '171535.505000', '171535.965000', '171536.425000', '171536.885000', '171537.345000', '171537.805000', '171538.265000', '171538.725000', '171539.185000', '171539.645000', '171540.105000', '171540.565000', '171541.025000', '171541.485000', '171541.945000', '171542.405000', '171542.865000', '171543.325000', '171543.785000', '171544.245000', '171544.705000', '171545.165000', '171545.625000', '171546.085000', '171546.545000', '171547.005000', '171547.465000', '171547.925000', '171548.385000', '171548.845000', '171549.305000', '171549.765000', '171550.225000', '171550.685000', '171551.145000', '171551.605000', '171552.065000', '171552.525000', '171552.985000', '171553.445000', '171553.905000', '171554.365000', '171554.825000', '171555.285000', '171555.745000', '171556.205000', '171556.665000', '171557.125000', '171557.585000', '171558.045000', '171558.505000', '171558.965000', '171559.425000', '171559.885000', '171600.345000', '171600.805000', '171601.265000', '171601.725000', '171602.185000', '171602.645000', '171603.105000', '171603.565000', '171604.025000', '171604.485000', '171604.945000', '171605.405000', '171605.865000', '171606.325000', '171606.785000', '171607.245000', '171607.705000', '171608.165000', '171608.625000', '171609.085000', '171609.545000', '171610.005000', '171610.465000', '171610.925000', '171611.385000', '171611.845000', '171612.305000', '171612.765000', '171613.225000', '171613.685000', '171614.145000', '171614.605000', '171615.065000', '171615.525000', '171615.985000', '171616.445000', '171616.905000', '171617.365000', '171617.825000', '171618.285000', '171618.745000', '171619.205000', '171619.665000', '171620.125000', '171620.585000', '171621.045000', '171621.505000', '171621.965000', '171622.425000', '171622.885000', '171623.345000', '171623.805000', '171624.265000', '171624.725000', '171625.185000', '171625.645000', '171626.105000', '171626.565000', '171627.025000', '171627.485000', '171627.945000', '171628.405000', '171628.865000', '171629.325000', '171629.785000', '171630.245000', '171630.705000', '171631.165000', '171631.625000', '171632.085000', '171632.545000', '171633.005000', '171633.465000', '171633.925000', '171634.385000', '171634.845000', '171635.305000', '171635.765000', '171636.225000', '171636.685000', '171637.145000', '171637.605000', '171638.065000', '171638.525000', '171638.985000', '171639.445000', '171639.905000', '171640.365000', '171640.825000', '171641.285000', '171641.745000', '171642.205000', '171642.665000', '171643.125000', '171643.585000', '171644.045000', '171644.505000', '171644.965000', '171645.425000', '171645.885000', '171646.345000', '171646.805000', '171647.265000', '171647.725000', '171648.185000', '171648.645000', '171649.105000', '171649.565000', '171650.025000', '171650.485000', '171650.945000', '171651.405000', '171651.865000', '171652.325000', '171652.785000', '171653.245000', '171653.705000', '171654.165000', '171654.625000', '171655.085000', '171655.545000', '171656.005000', '171656.465000', '171656.925000', '171657.385000', '171657.845000', '171658.305000', '171658.765000', '171659.225000', '171659.685000', '171700.145000', '171700.605000', '171701.065000', '171701.525000', '171701.985000', '171702.445000', '171702.905000', '171703.365000', '171703.825000', '171704.285000', '171704.745000', '171705.205000', '171705.665000', '171706.125000', '171706.585000', '171707.045000', '171707.505000', '171707.965000', '171708.425000', '171708.885000', '171709.345000', '171709.805000', '171710.265000', '171710.725000', '171711.185000', '171711.645000', '171712.105000', '171712.565000', '171713.025000', '171713.485000', '171713.945000', '171714.405000', '171714.865000', '171715.325000', '171715.785000', '171716.245000', '171716.705000', '171717.165000', '171717.625000', '171718.085000', '171718.545000', '171719.005000', '171719.465000', '171719.925000', '171720.385000', '171720.845000', '171721.305000', '171721.765000', '171722.225000', '171722.685000', '171723.145000', '171723.605000', '171724.065000', '171724.525000', '171724.985000', '171725.445000', '171725.905000', '171726.365000', '171726.825000', '171727.285000', '171727.745000', '171728.205000', '171728.665000', '171729.125000', '171729.585000', '171730.045000', '171730.505000', '171730.965000', '171731.425000', '171731.885000', '171732.345000', '171732.805000', '171733.265000', '171733.725000', '171734.185000', '171734.645000', '171735.105000', '171735.565000', '171736.025000', '171736.485000', '171736.945000', '171737.405000', '171737.865000', '171738.325000', '171738.785000', '171739.245000', '171739.705000', '171740.165000', '171740.625000', '171741.085000', '171741.545000', '171742.005000', '171742.465000', '171742.925000', '171743.385000', '171743.845000', '171744.305000', '171744.765000', '171745.225000', '171745.685000', '171746.145000', '171746.605000', '171747.065000', '171747.525000', '171747.985000', '171748.445000', '171748.905000', '171749.365000', '171749.825000', '171750.285000', '171750.745000', '171751.205000', '171751.665000', '171752.125000', '171752.585000', '171753.045000', '171753.505000', '171753.965000', '171754.425000', '171754.885000', '171755.345000', '171755.805000', '171756.265000', '171756.725000', '171757.185000', '171757.645000', '171758.105000', '171758.565000', '171759.025000', '171759.485000', '171759.945000', '171800.405000', '171800.865000', '171801.325000', '171801.785000', '171802.245000', '171802.705000', '171803.165000', '171803.625000', '171804.085000', '171804.545000', '171805.005000', '171805.465000', '171805.925000', '171806.385000', '171806.845000', '171807.305000', '171807.765000', '171808.225000', '171808.685000', '171809.145000', '171809.605000', '171810.065000', '171810.525000', '171810.985000', '171811.445000', '171811.905000', '171812.365000', '171812.825000', '171813.285000', '171813.745000', '171814.205000', '171814.665000', '171815.125000', '171815.585000', '171816.045000', '171816.505000', '171816.965000', '171817.425000', '171817.885000', '171818.345000', '171818.805000', '171819.265000', '171819.725000', '171820.185000', '171820.645000', '171821.105000', '171821.565000', '171822.025000', '171822.485000', '171822.945000', '171823.405000', '171823.865000', '171824.325000', '171824.785000', '171825.245000', '171825.705000', '171826.165000', '171826.625000', '171827.085000', '171827.545000', '171828.005000', '171828.465000', '171828.925000', '171829.385000', '171829.845000', '171830.305000', '171830.765000', '171831.225000', '171831.685000', '171832.145000', '171832.605000', '171833.065000', '171833.525000', '171833.985000', '171834.445000', '171834.905000', '171835.365000', '171835.825000', '171836.285000', '171836.745000', '171837.205000', '171837.665000', '171838.125000', '171838.585000', '171839.045000', '171839.505000', '171839.965000', '171840.425000', '171840.885000', '171841.345000', '171841.805000', '171842.265000', '171842.725000', '171843.185000', '171843.645000', '171844.105000', '171844.565000', '171845.025000', '171845.485000', '171845.945000', '171846.405000', '171846.865000', '171847.325000', '171847.785000', '171848.245000', '171848.705000', '171849.165000', '171849.625000', '171850.085000', '171850.545000', '171851.005000', '171851.465000', '171851.925000', '171852.385000', '171852.845000', '171853.305000', '171853.765000', '171854.225000', '171854.685000', '171855.145000', '171855.605000', '171856.065000', '171856.525000', '171856.985000', '171857.445000', '171857.905000', '171858.365000', '171858.825000', '171859.285000', '171859.745000', '171900.205000', '171900.665000', '171901.125000', '171901.585000', '171902.045000', '171902.505000', '171902.965000', '171903.425000', '171903.885000', '171904.345000', '171904.805000', '171905.265000', '171905.725000', '171906.185000', '171906.645000', '171907.105000', '171907.565000', '171908.025000', '171908.485000', '171908.945000', '171909.405000', '171909.865000', '171910.325000', '171910.785000', '171911.245000', '171911.705000', '171912.165000', '171912.625000', '171913.085000', '171913.545000', '171914.005000', '171914.465000', '171914.925000', '171915.385000', '171915.845000', '171916.305000', '171916.765000', '171917.225000', '171917.685000', '171918.145000', '171918.605000', '171919.065000', '171919.525000', '171919.985000', '171920.445000', '171920.905000', '171921.365000', '171921.825000', '171922.285000', '171922.745000', '171923.205000', '171923.665000', '171924.125000', '171924.585000', '171925.045000', '171925.505000', '171925.965000', '171926.425000', '171926.885000', '171927.345000', '171927.805000', '171928.265000', '171928.725000', '171929.185000', '171929.645000', '171930.105000', '171930.565000', '171931.025000', '171931.485000', '171931.945000', '171932.405000', '171932.865000', '171933.325000', '171933.785000', '171934.245000', '171934.705000', '171935.165000', '171935.625000', '171936.085000', '171936.545000', '171937.005000', '171937.465000', '171937.925000', '171938.385000', '171938.845000', '171939.305000', '171939.765000', '171940.225000', '171940.685000', '171941.145000', '171941.605000', '171942.065000', '171942.525000', '171942.985000', '171943.445000', '171943.905000', '171944.365000', '171944.825000', '171945.285000', '171945.745000', '171946.205000', '171946.665000', '171947.125000', '171947.585000', '171948.045000', '171948.505000', '171948.965000', '171949.425000', '171949.885000', '171950.345000', '171950.805000', '171951.265000', '171951.725000', '171952.185000', '171952.645000', '171953.105000', '171953.565000', '171954.025000', '171954.485000', '171954.945000', '171955.405000', '171955.865000', '171956.325000', '171956.785000', '171957.245000', '171957.705000', '171958.165000', '171958.625000', '171959.085000', '171959.545000', '172000.005000', '172000.465000', '172000.925000', '172001.385000', '172001.845000', '172002.305000', '172002.765000', '172003.225000', '172003.685000', '172004.145000', '172004.605000', '172005.065000', '172005.525000', '172005.985000', '172006.445000', '172006.905000', '172007.365000', '172007.825000', '172008.285000', '172008.745000', '172009.205000', '172009.665000', '172010.125000', '172010.585000', '172011.045000', '172011.505000', '172011.965000', '172012.425000', '172012.885000', '172013.345000', '172013.805000', '172014.265000', '172014.725000', '172015.185000', '172015.645000', '172016.105000', '172016.565000', '172017.025000', '172017.485000', '172017.945000', '172018.405000', '172018.865000', '172019.325000', '172019.785000', '172020.245000', '172020.705000', '172021.165000', '172021.625000', '172022.085000', '172022.545000', '172023.005000', '172023.465000', '172023.925000', '172024.385000', '172024.845000', '172025.305000', '172025.765000'], 'ContentTime': ['171137.340000', '171137.343000', '171137.346000', '171137.349000', '171137.351000', '171137.360000', '171137.362000', '171137.365000', '171137.367000', '171137.370000', '171137.372000', '171137.375000', '171137.378000', '171137.380000', '171137.383000', '171137.386000', '171137.388000', '171137.391000', '171137.393000', '171137.396000', '171137.399000', '171137.401000', '171137.404000', '171137.406000', '171137.409000', '171137.411000', '171137.414000', '171137.417000', '171137.419000', '171137.422000', '171137.424000', '171137.427000', '171137.429000', '171137.432000', '171137.434000', '171137.437000', '171137.440000', '171137.442000', '171137.445000', '171137.448000', '171137.450000', '171137.453000', '171137.455000', '171137.458000', '171137.460000', '171137.463000', '171137.466000', '171137.468000', '171137.471000', '171137.473000', '171137.476000', '171137.479000', '171137.481000', '171137.484000', '171137.487000', '171137.489000', '171137.492000', '171157.310000', '171157.313000', '171157.316000', '171157.318000', '171157.321000', '171157.324000', '171157.326000', '171157.329000', '171157.331000', '171157.340000', '171157.343000', '171157.345000', '171157.348000', '171157.351000', '171157.353000', '171157.356000', '171157.358000', '171157.361000', '171157.363000', '171157.366000', '171157.369000', '171157.371000', '171157.374000', '171157.376000', '171157.379000', '171157.381000', '171157.384000', '171157.397000', '171157.400000', '171157.402000', '171157.405000', '171157.407000', '171157.410000', '171157.413000', '171157.415000', '171157.418000', '171157.420000', '171157.423000', '171157.426000', '171157.428000', '171157.431000', '171157.434000', '171157.436000', '171217.311000', '171217.313000', '171217.316000', '171217.319000', '171217.322000', '171217.324000', '171217.327000', '171217.330000', '171217.333000', '171217.335000', '171217.338000', '171217.340000', '171217.343000', '171217.346000', '171217.348000', '171217.351000', '171217.353000', '171217.356000', '171217.359000', '171217.361000', '171217.364000', '171217.366000', '171217.369000', '171217.371000', '171217.374000', '171217.377000', '171217.379000', '171217.382000', '171217.385000', '171217.387000', '171217.390000', '171217.392000', '171217.395000', '171217.398000', '171217.400000', '171217.403000', '171217.405000', '171217.408000', '171217.411000', '171217.413000', '171217.416000', '171217.419000', '171217.421000', '171217.424000', '171237.311000', '171237.314000', '171237.317000', '171237.327000', '171237.329000', '171237.332000', '171237.341000', '171237.343000', '171237.346000', '171237.349000', '171237.351000', '171237.354000', '171237.357000', '171237.359000', '171237.362000', '171237.365000', '171237.367000', '171237.370000', '171237.373000', '171237.375000', '171237.378000', '171237.381000', '171237.384000', '171237.386000', '171237.389000', '171237.391000', '171237.394000', '171237.397000', '171237.399000', '171237.402000', '171237.404000', '171237.407000', '171237.410000', '171237.412000', '171237.415000', '171237.417000', '171237.420000', '171237.423000', '171237.425000', '171237.428000', '171237.431000', '171237.433000', '171237.436000', '171257.311000', '171257.314000', '171257.317000', '171257.320000', '171257.322000', '171257.325000', '171257.327000', '171257.330000', '171257.333000', '171257.335000', '171257.344000', '171257.347000', '171257.350000', '171257.352000', '171257.355000', '171257.358000', '171257.360000', '171257.363000', '171257.365000', '171257.368000', '171257.371000', '171257.373000', '171257.376000', '171257.378000', '171257.381000', '171257.384000', '171257.386000', '171257.389000', '171257.391000', '171257.394000', '171257.397000', '171257.399000', '171257.402000', '171257.404000', '171257.407000', '171257.409000', '171257.412000', '171257.415000', '171257.417000', '171257.420000', '171257.422000', '171257.425000', '171257.428000', '171257.431000', '171317.311000', '171317.315000', '171317.317000', '171317.320000', '171317.322000', '171317.325000', '171317.328000', '171317.330000', '171317.333000', '171317.336000', '171317.338000', '171317.341000', '171317.343000', '171317.346000', '171317.349000', '171317.351000', '171317.354000', '171317.357000', '171317.359000', '171317.362000', '171317.364000', '171317.367000', '171317.370000', '171317.372000', '171317.375000', '171317.377000', '171317.380000', '171317.383000', '171317.385000', '171317.388000', '171317.390000', '171317.393000', '171317.395000', '171317.398000', '171317.401000', '171317.403000', '171317.406000', '171317.408000', '171317.411000', '171317.414000', '171317.416000', '171317.419000', '171317.421000', '171337.311000', '171337.314000', '171337.317000', '171337.320000', '171337.322000', '171337.325000', '171337.328000', '171337.330000', '171337.333000', '171337.336000', '171337.338000', '171337.341000', '171337.343000', '171337.346000', '171337.349000', '171337.351000', '171337.354000', '171337.356000', '171337.359000', '171337.362000', '171337.365000', '171337.367000', '171337.370000', '171337.379000', '171337.382000', '171337.385000', '171337.387000', '171337.390000', '171337.393000', '171337.395000', '171337.398000', '171337.401000', '171337.403000', '171337.406000', '171337.409000', '171337.411000', '171337.414000', '171337.416000', '171337.419000', '171337.422000', '171337.424000', '171337.427000', '171337.429000', '171337.432000', '171357.311000', '171357.314000', '171357.316000', '171357.319000', '171357.322000', '171357.324000', '171357.327000', '171357.329000', '171357.332000', '171357.335000', '171357.337000', '171357.347000', '171357.349000', '171357.352000', '171357.355000', '171357.357000', '171357.360000', '171357.362000', '171357.365000', '171357.368000', '171357.370000', '171357.373000', '171357.376000', '171357.378000', '171357.381000', '171357.383000', '171357.386000', '171357.389000', '171357.391000', '171357.394000', '171357.396000', '171357.399000', '171357.402000', '171357.404000', '171357.407000', '171357.409000', '171357.412000', '171357.415000', '171357.417000', '171357.420000', '171357.423000', '171357.425000', '171357.428000', '171417.310000', '171417.313000', '171417.316000', '171417.318000', '171417.321000', '171417.324000', '171417.326000', '171417.329000', '171417.332000', '171417.334000', '171417.337000', '171417.339000', '171417.342000', '171417.345000', '171417.347000', '171417.350000', '171417.353000', '171417.355000', '171417.358000', '171417.360000', '171417.363000', '171417.366000', '171417.368000', '171417.371000', '171417.374000', '171417.376000', '171417.379000', '171417.382000', '171417.384000', '171417.387000', '171417.389000', '171417.392000', '171417.395000', '171417.397000', '171417.400000', '171417.402000', '171417.405000', '171417.408000', '171417.410000', '171417.413000', '171417.415000', '171417.418000', '171417.421000', '171417.423000', '171437.311000', '171437.313000', '171437.316000', '171437.319000', '171437.321000', '171437.324000', '171437.327000', '171437.330000', '171437.332000', '171437.335000', '171437.337000', '171437.340000', '171437.343000', '171437.345000', '171437.348000', '171437.350000', '171437.353000', '171437.356000', '171437.358000', '171437.361000', '171437.363000', '171437.366000', '171437.369000', '171437.371000', '171437.374000', '171437.376000', '171437.379000', '171437.382000', '171437.384000', '171437.387000', '171437.389000', '171437.392000', '171437.395000', '171437.397000', '171437.400000', '171437.403000', '171437.405000', '171437.408000', '171437.410000', '171437.421000', '171437.424000', '171437.426000', '171437.429000', '171457.311000', '171457.314000', '171457.317000', '171457.319000', '171457.324000', '171457.326000', '171457.329000', '171457.331000', '171457.334000', '171457.337000', '171457.339000', '171457.342000', '171457.344000', '171457.347000', '171457.350000', '171457.353000', '171457.356000', '171457.359000', '171457.361000', '171457.364000', '171457.367000', '171457.369000', '171457.372000', '171457.374000', '171457.377000', '171457.380000', '171457.382000', '171457.385000', '171457.388000', '171457.390000', '171457.393000', '171457.396000', '171457.399000', '171457.401000', '171457.404000', '171457.407000', '171457.409000', '171457.412000', '171457.414000', '171457.417000', '171457.420000', '171457.422000', '171457.425000', '171457.428000', '171517.312000', '171517.315000', '171517.317000', '171517.320000', '171517.344000', '171517.347000', '171517.355000', '171517.358000', '171517.361000', '171517.363000', '171517.366000', '171517.369000', '171517.371000', '171517.374000', '171517.377000', '171517.379000', '171517.382000', '171517.385000', '171517.387000', '171517.390000', '171517.393000', '171517.395000', '171517.398000', '171517.401000', '171517.403000', '171517.406000', '171517.409000', '171517.411000', '171517.414000', '171517.416000', '171517.419000', '171517.422000', '171517.424000', '171517.427000', '171517.430000', '171517.432000', '171517.435000', '171517.437000', '171517.440000', '171517.443000', '171517.445000', '171517.448000', '171517.450000', '171537.311000', '171537.314000', '171537.317000', '171537.320000', '171537.322000', '171537.325000', '171537.327000', '171537.330000', '171537.333000', '171537.336000', '171537.338000', '171537.341000', '171537.344000', '171537.346000', '171537.349000', '171537.352000', '171537.354000', '171537.357000', '171537.359000', '171537.362000', '171537.365000', '171537.368000', '171537.370000', '171537.373000', '171537.376000', '171537.378000', '171537.381000', '171537.384000', '171537.386000', '171537.389000', '171537.392000', '171537.394000', '171537.397000', '171537.399000', '171537.402000', '171537.405000', '171537.407000', '171537.410000', '171537.413000', '171537.415000', '171537.418000', '171537.421000', '171537.423000', '171557.310000', '171557.313000', '171557.316000', '171557.319000', '171557.321000', '171557.324000', '171557.326000', '171557.329000', '171557.332000', '171557.334000', '171557.337000', '171557.339000', '171557.342000', '171557.345000', '171557.347000', '171557.350000', '171557.352000', '171557.355000', '171557.358000', '171557.360000', '171557.363000', '171557.366000', '171557.368000', '171557.371000', '171557.373000', '171557.376000', '171557.379000', '171557.381000', '171557.384000', '171557.386000', '171557.389000', '171557.392000', '171557.394000', '171557.397000', '171557.400000', '171557.402000', '171557.405000', '171557.408000', '171557.410000', '171557.413000', '171557.415000', '171557.418000', '171557.421000', '171557.423000', '171617.310000', '171617.313000', '171617.316000', '171617.319000', '171617.329000', '171617.332000', '171617.334000', '171617.337000', '171617.340000', '171617.342000', '171617.345000', '171617.348000', '171617.351000', '171617.353000', '171617.356000', '171617.358000', '171617.361000', '171617.364000', '171617.366000', '171617.369000', '171617.372000', '171617.374000', '171617.377000', '171617.380000', '171617.382000', '171617.385000', '171617.388000', '171617.392000', '171617.395000', '171617.397000', '171617.400000', '171617.403000', '171617.405000', '171617.408000', '171617.411000', '171617.413000', '171617.416000', '171617.418000', '171617.421000', '171617.424000', '171617.426000', '171617.429000', '171617.432000', '171637.310000', '171637.314000', '171637.316000', '171637.319000', '171637.322000', '171637.324000', '171637.327000', '171637.330000', '171637.332000', '171637.335000', '171637.338000', '171637.340000', '171637.343000', '171637.346000', '171637.348000', '171637.362000', '171637.365000', '171637.368000', '171637.372000', '171637.375000', '171637.377000', '171637.380000', '171637.383000', '171637.385000', '171637.388000', '171637.391000', '171637.393000', '171637.396000', '171637.398000', '171637.401000', '171637.404000', '171637.406000', '171637.409000', '171637.411000', '171637.414000', '171637.417000', '171637.419000', '171637.422000', '171637.424000', '171637.427000', '171637.430000', '171637.432000', '171637.435000', '171637.437000', '171657.311000', '171657.313000', '171657.317000', '171657.319000', '171657.322000', '171657.324000', '171657.327000', '171657.330000', '171657.332000', '171657.335000', '171657.338000', '171657.340000', '171657.343000', '171657.345000', '171657.348000', '171657.351000', '171657.353000', '171657.356000', '171657.358000', '171657.361000', '171657.364000', '171657.366000', '171657.369000', '171657.371000', '171657.374000', '171657.377000', '171657.379000', '171657.382000', '171657.385000', '171657.387000', '171657.390000', '171657.393000', '171657.395000', '171657.398000', '171657.401000', '171657.403000', '171657.406000', '171657.409000', '171657.411000', '171657.414000', '171657.417000', '171657.419000', '171657.422000', '171717.312000', '171717.314000', '171717.317000', '171717.320000', '171717.323000', '171717.326000', '171717.328000', '171717.331000', '171717.334000', '171717.336000', '171717.339000', '171717.341000', '171717.344000', '171717.347000', '171717.349000', '171717.359000', '171717.362000', '171717.364000', '171717.367000', '171717.370000', '171717.372000', '171717.375000', '171717.377000', '171717.380000', '171717.383000', '171717.385000', '171717.388000', '171717.391000', '171717.393000', '171717.396000', '171717.398000', '171717.401000', '171717.404000', '171717.406000', '171717.409000', '171717.411000', '171717.414000', '171717.417000', '171717.419000', '171717.422000', '171717.424000', '171717.427000', '171717.430000', '171717.432000', '171737.312000', '171737.315000', '171737.317000', '171737.320000', '171737.322000', '171737.325000', '171737.328000', '171737.331000', '171737.333000', '171737.336000', '171737.339000', '171737.341000', '171737.344000', '171737.347000', '171737.349000', '171737.352000', '171737.355000', '171737.357000', '171737.360000', '171737.362000', '171737.365000', '171737.368000', '171737.370000', '171737.373000', '171737.375000', '171737.378000', '171737.381000', '171737.384000', '171737.386000', '171737.389000', '171737.392000', '171737.394000', '171737.397000', '171737.400000', '171737.402000', '171737.405000', '171737.408000', '171737.410000', '171737.413000', '171737.416000', '171737.419000', '171737.421000', '171737.424000', '171757.311000', '171757.314000', '171757.317000', '171757.320000', '171757.322000', '171757.325000', '171757.328000', '171757.330000', '171757.333000', '171757.336000', '171757.338000', '171757.341000', '171757.344000', '171757.346000', '171757.349000', '171757.351000', '171757.354000', '171757.357000', '171757.359000', '171757.362000', '171757.364000', '171757.367000', '171757.370000', '171757.372000', '171757.375000', '171757.378000', '171757.389000', '171757.392000', '171757.395000', '171757.397000', '171757.400000', '171757.403000', '171757.405000', '171757.408000', '171757.411000', '171757.413000', '171757.416000', '171757.418000', '171757.421000', '171757.424000', '171757.426000', '171757.429000', '171757.432000', '171757.442000', '171817.311000', '171817.314000', '171817.316000', '171817.319000', '171817.322000', '171817.324000', '171817.327000', '171817.329000', '171817.332000', '171817.335000', '171817.337000', '171817.340000', '171817.342000', '171817.345000', '171817.348000', '171817.350000', '171817.353000', '171817.356000', '171817.358000', '171817.361000', '171817.363000', '171817.366000', '171817.369000', '171817.371000', '171817.374000', '171817.377000', '171817.380000', '171817.383000', '171817.385000', '171817.388000', '171817.391000', '171817.395000', '171817.398000', '171817.400000', '171817.403000', '171817.406000', '171817.408000', '171817.411000', '171817.414000', '171817.416000', '171817.419000', '171817.421000', '171817.424000', '171837.311000', '171837.314000', '171837.316000', '171837.319000', '171837.321000', '171837.324000', '171837.327000', '171837.329000', '171837.332000', '171837.335000', '171837.337000', '171837.340000', '171837.343000', '171837.345000', '171837.348000', '171837.351000', '171837.353000', '171837.356000', '171837.358000', '171837.361000', '171837.364000', '171837.366000', '171837.369000', '171837.372000', '171837.374000', '171837.377000', '171837.380000', '171837.382000', '171837.385000', '171837.388000', '171837.390000', '171837.393000', '171837.396000', '171837.398000', '171837.401000', '171837.403000', '171837.406000', '171837.409000', '171837.411000', '171837.414000', '171837.417000', '171837.419000', '171837.422000', '171837.425000', '171857.311000', '171857.313000', '171857.316000', '171857.319000', '171857.321000', '171857.324000', '171857.327000', '171857.329000', '171857.332000', '171857.335000', '171857.337000', '171857.340000', '171857.342000', '171857.345000', '171857.348000', '171857.350000', '171857.353000', '171857.356000', '171857.358000', '171857.361000', '171857.364000', '171857.366000', '171857.369000', '171857.371000', '171857.374000', '171857.377000', '171857.379000', '171857.382000', '171857.384000', '171857.387000', '171857.390000', '171857.392000', '171857.395000', '171857.398000', '171857.400000', '171857.403000', '171857.405000', '171857.408000', '171857.411000', '171857.413000', '171857.416000', '171857.418000', '171857.421000', '171917.310000', '171917.313000', '171917.316000', '171917.319000', '171917.321000', '171917.324000', '171917.327000', '171917.329000', '171917.332000', '171917.335000', '171917.337000', '171917.340000', '171917.343000', '171917.345000', '171917.348000', '171917.351000', '171917.353000', '171917.356000', '171917.359000', '171917.361000', '171917.364000', '171917.367000', '171917.369000', '171917.372000', '171917.375000', '171917.377000', '171917.380000', '171917.382000', '171917.385000', '171917.388000', '171917.391000', '171917.393000', '171917.396000', '171917.398000', '171917.401000', '171917.404000', '171917.406000', '171917.421000', '171917.424000', '171917.426000', '171917.429000', '171917.432000', '171917.434000', '171937.312000', '171937.315000', '171937.317000', '171937.321000', '171937.323000', '171937.326000', '171937.329000', '171937.332000', '171937.334000', '171937.337000', '171937.339000', '171937.342000', '171937.345000', '171937.348000', '171937.350000', '171937.353000', '171937.356000', '171937.358000', '171937.361000', '171937.364000', '171937.366000', '171937.369000', '171937.371000', '171937.374000', '171937.377000', '171937.379000', '171937.382000', '171937.385000', '171937.387000', '171937.390000', '171937.392000', '171937.395000', '171937.398000', '171937.400000', '171937.403000', '171937.406000', '171937.408000', '171937.411000', '171937.413000', '171937.416000', '171937.419000', '171937.421000', '171937.424000', '171937.427000', '171957.312000', '171957.314000', '171957.317000', '171957.320000', '171957.323000', '171957.325000', '171957.328000', '171957.331000', '171957.333000', '171957.336000', '171957.338000', '171957.341000', '171957.344000', '171957.346000', '171957.349000', '171957.352000', '171957.354000', '171957.357000', '171957.360000', '171957.362000', '171957.365000', '171957.368000', '171957.370000', '171957.373000', '171957.376000', '171957.378000', '171957.381000', '171957.384000', '171957.386000', '171957.389000', '171957.392000', '171957.394000', '171957.397000', '171957.400000', '171957.402000', '171957.405000', '171957.407000', '171957.410000', '171957.413000', '171957.415000', '171957.418000', '171957.420000', '171957.423000', '171957.426000', '172017.312000', '172017.315000', '172017.317000', '172017.320000', '172017.322000', '172017.325000', '172017.328000', '172017.330000', '172017.333000', '172017.336000', '172017.338000', '172017.341000', '172017.343000', '172017.346000', '172017.349000', '172017.351000', '172017.354000', '172017.356000', '172017.359000', '172017.362000', '172017.364000', '172017.367000', '172017.370000', '172017.372000', '172017.375000', '172017.378000', '172017.380000', '172017.383000', '172017.386000', '172017.388000', '172017.391000', '172017.393000', '172017.396000', '172017.399000', '172017.401000', '172017.404000', '172017.406000', '172017.409000', '172017.412000', '172017.414000', '172017.417000', '172017.420000', '172017.422000', '172027.127000', '172027.130000', '172027.132000', '172027.135000', '172027.138000', '172027.140000', '172027.143000', '172027.146000', '172027.148000', '172027.151000', '172027.153000', '172027.156000', '172027.159000', '172027.161000', '172027.164000', '172027.167000', '172027.169000', '172027.172000', '172027.174000', '172027.177000', '172027.180000', '172027.182000'], 'InstanceCreationTime': ['171137.340000', '171137.343000', '171137.346000', '171137.349000', '171137.351000', '171137.360000', '171137.362000', '171137.365000', '171137.367000', '171137.370000', '171137.372000', '171137.375000', '171137.378000', '171137.380000', '171137.383000', '171137.386000', '171137.388000', '171137.391000', '171137.393000', '171137.396000', '171137.399000', '171137.401000', '171137.404000', '171137.406000', '171137.409000', '171137.411000', '171137.414000', '171137.417000', '171137.419000', '171137.422000', '171137.424000', '171137.427000', '171137.429000', '171137.432000', '171137.434000', '171137.437000', '171137.440000', '171137.442000', '171137.445000', '171137.448000', '171137.450000', '171137.453000', '171137.455000', '171137.458000', '171137.460000', '171137.463000', '171137.466000', '171137.468000', '171137.471000', '171137.473000', '171137.476000', '171137.479000', '171137.481000', '171137.484000', '171137.487000', '171137.489000', '171137.492000', '171157.310000', '171157.313000', '171157.316000', '171157.318000', '171157.321000', '171157.324000', '171157.326000', '171157.329000', '171157.331000', '171157.340000', '171157.343000', '171157.345000', '171157.348000', '171157.351000', '171157.353000', '171157.356000', '171157.358000', '171157.361000', '171157.363000', '171157.366000', '171157.369000', '171157.371000', '171157.374000', '171157.376000', '171157.379000', '171157.381000', '171157.384000', '171157.397000', '171157.400000', '171157.402000', '171157.405000', '171157.407000', '171157.410000', '171157.413000', '171157.415000', '171157.418000', '171157.420000', '171157.423000', '171157.426000', '171157.428000', '171157.431000', '171157.434000', '171157.436000', '171217.311000', '171217.313000', '171217.316000', '171217.319000', '171217.322000', '171217.324000', '171217.327000', '171217.330000', '171217.333000', '171217.335000', '171217.338000', '171217.340000', '171217.343000', '171217.346000', '171217.348000', '171217.351000', '171217.353000', '171217.356000', '171217.359000', '171217.361000', '171217.364000', '171217.366000', '171217.369000', '171217.371000', '171217.374000', '171217.377000', '171217.379000', '171217.382000', '171217.385000', '171217.387000', '171217.390000', '171217.392000', '171217.395000', '171217.398000', '171217.400000', '171217.403000', '171217.405000', '171217.408000', '171217.411000', '171217.413000', '171217.416000', '171217.419000', '171217.421000', '171217.424000', '171237.311000', '171237.314000', '171237.317000', '171237.327000', '171237.329000', '171237.332000', '171237.341000', '171237.343000', '171237.346000', '171237.349000', '171237.351000', '171237.354000', '171237.357000', '171237.359000', '171237.362000', '171237.365000', '171237.367000', '171237.370000', '171237.373000', '171237.375000', '171237.378000', '171237.381000', '171237.384000', '171237.386000', '171237.389000', '171237.391000', '171237.394000', '171237.397000', '171237.399000', '171237.402000', '171237.404000', '171237.407000', '171237.410000', '171237.412000', '171237.415000', '171237.417000', '171237.420000', '171237.423000', '171237.425000', '171237.428000', '171237.431000', '171237.433000', '171237.436000', '171257.311000', '171257.314000', '171257.317000', '171257.320000', '171257.322000', '171257.325000', '171257.327000', '171257.330000', '171257.333000', '171257.335000', '171257.344000', '171257.347000', '171257.350000', '171257.352000', '171257.355000', '171257.358000', '171257.360000', '171257.363000', '171257.365000', '171257.368000', '171257.371000', '171257.373000', '171257.376000', '171257.378000', '171257.381000', '171257.384000', '171257.386000', '171257.389000', '171257.391000', '171257.394000', '171257.397000', '171257.399000', '171257.402000', '171257.404000', '171257.407000', '171257.409000', '171257.412000', '171257.415000', '171257.417000', '171257.420000', '171257.422000', '171257.425000', '171257.428000', '171257.431000', '171317.311000', '171317.315000', '171317.317000', '171317.320000', '171317.322000', '171317.325000', '171317.328000', '171317.330000', '171317.333000', '171317.336000', '171317.338000', '171317.341000', '171317.343000', '171317.346000', '171317.349000', '171317.351000', '171317.354000', '171317.357000', '171317.359000', '171317.362000', '171317.364000', '171317.367000', '171317.370000', '171317.372000', '171317.375000', '171317.377000', '171317.380000', '171317.383000', '171317.385000', '171317.388000', '171317.390000', '171317.393000', '171317.395000', '171317.398000', '171317.401000', '171317.403000', '171317.406000', '171317.408000', '171317.411000', '171317.414000', '171317.416000', '171317.419000', '171317.421000', '171337.311000', '171337.314000', '171337.317000', '171337.320000', '171337.322000', '171337.325000', '171337.328000', '171337.330000', '171337.333000', '171337.336000', '171337.338000', '171337.341000', '171337.343000', '171337.346000', '171337.349000', '171337.351000', '171337.354000', '171337.356000', '171337.359000', '171337.362000', '171337.365000', '171337.367000', '171337.370000', '171337.379000', '171337.382000', '171337.385000', '171337.387000', '171337.390000', '171337.393000', '171337.395000', '171337.398000', '171337.401000', '171337.403000', '171337.406000', '171337.409000', '171337.411000', '171337.414000', '171337.416000', '171337.419000', '171337.422000', '171337.424000', '171337.427000', '171337.429000', '171337.432000', '171357.311000', '171357.314000', '171357.316000', '171357.319000', '171357.322000', '171357.324000', '171357.327000', '171357.329000', '171357.332000', '171357.335000', '171357.337000', '171357.347000', '171357.349000', '171357.352000', '171357.355000', '171357.357000', '171357.360000', '171357.362000', '171357.365000', '171357.368000', '171357.370000', '171357.373000', '171357.376000', '171357.378000', '171357.381000', '171357.383000', '171357.386000', '171357.389000', '171357.391000', '171357.394000', '171357.396000', '171357.399000', '171357.402000', '171357.404000', '171357.407000', '171357.409000', '171357.412000', '171357.415000', '171357.417000', '171357.420000', '171357.423000', '171357.425000', '171357.428000', '171417.310000', '171417.313000', '171417.316000', '171417.318000', '171417.321000', '171417.324000', '171417.326000', '171417.329000', '171417.332000', '171417.334000', '171417.337000', '171417.339000', '171417.342000', '171417.345000', '171417.347000', '171417.350000', '171417.353000', '171417.355000', '171417.358000', '171417.360000', '171417.363000', '171417.366000', '171417.368000', '171417.371000', '171417.374000', '171417.376000', '171417.379000', '171417.382000', '171417.384000', '171417.387000', '171417.389000', '171417.392000', '171417.395000', '171417.397000', '171417.400000', '171417.402000', '171417.405000', '171417.408000', '171417.410000', '171417.413000', '171417.415000', '171417.418000', '171417.421000', '171417.423000', '171437.311000', '171437.313000', '171437.316000', '171437.319000', '171437.321000', '171437.324000', '171437.327000', '171437.330000', '171437.332000', '171437.335000', '171437.337000', '171437.340000', '171437.343000', '171437.345000', '171437.348000', '171437.350000', '171437.353000', '171437.356000', '171437.358000', '171437.361000', '171437.363000', '171437.366000', '171437.369000', '171437.371000', '171437.374000', '171437.376000', '171437.379000', '171437.382000', '171437.384000', '171437.387000', '171437.389000', '171437.392000', '171437.395000', '171437.397000', '171437.400000', '171437.403000', '171437.405000', '171437.408000', '171437.410000', '171437.421000', '171437.424000', '171437.426000', '171437.429000', '171457.311000', '171457.314000', '171457.317000', '171457.319000', '171457.324000', '171457.326000', '171457.329000', '171457.331000', '171457.334000', '171457.337000', '171457.339000', '171457.342000', '171457.344000', '171457.347000', '171457.350000', '171457.353000', '171457.356000', '171457.359000', '171457.361000', '171457.364000', '171457.367000', '171457.369000', '171457.372000', '171457.374000', '171457.377000', '171457.380000', '171457.382000', '171457.385000', '171457.388000', '171457.390000', '171457.393000', '171457.396000', '171457.399000', '171457.401000', '171457.404000', '171457.407000', '171457.409000', '171457.412000', '171457.414000', '171457.417000', '171457.420000', '171457.422000', '171457.425000', '171457.428000', '171517.312000', '171517.315000', '171517.317000', '171517.320000', '171517.344000', '171517.347000', '171517.355000', '171517.358000', '171517.361000', '171517.363000', '171517.366000', '171517.369000', '171517.371000', '171517.374000', '171517.377000', '171517.379000', '171517.382000', '171517.385000', '171517.387000', '171517.390000', '171517.393000', '171517.395000', '171517.398000', '171517.401000', '171517.403000', '171517.406000', '171517.409000', '171517.411000', '171517.414000', '171517.416000', '171517.419000', '171517.422000', '171517.424000', '171517.427000', '171517.430000', '171517.432000', '171517.435000', '171517.437000', '171517.440000', '171517.443000', '171517.445000', '171517.448000', '171517.450000', '171537.311000', '171537.314000', '171537.317000', '171537.320000', '171537.322000', '171537.325000', '171537.327000', '171537.330000', '171537.333000', '171537.336000', '171537.338000', '171537.341000', '171537.344000', '171537.346000', '171537.349000', '171537.352000', '171537.354000', '171537.357000', '171537.359000', '171537.362000', '171537.365000', '171537.368000', '171537.370000', '171537.373000', '171537.376000', '171537.378000', '171537.381000', '171537.384000', '171537.386000', '171537.389000', '171537.392000', '171537.394000', '171537.397000', '171537.399000', '171537.402000', '171537.405000', '171537.407000', '171537.410000', '171537.413000', '171537.415000', '171537.418000', '171537.421000', '171537.423000', '171557.310000', '171557.313000', '171557.316000', '171557.319000', '171557.321000', '171557.324000', '171557.326000', '171557.329000', '171557.332000', '171557.334000', '171557.337000', '171557.339000', '171557.342000', '171557.345000', '171557.347000', '171557.350000', '171557.352000', '171557.355000', '171557.358000', '171557.360000', '171557.363000', '171557.366000', '171557.368000', '171557.371000', '171557.373000', '171557.376000', '171557.379000', '171557.381000', '171557.384000', '171557.386000', '171557.389000', '171557.392000', '171557.394000', '171557.397000', '171557.400000', '171557.402000', '171557.405000', '171557.408000', '171557.410000', '171557.413000', '171557.415000', '171557.418000', '171557.421000', '171557.423000', '171617.310000', '171617.313000', '171617.316000', '171617.319000', '171617.329000', '171617.332000', '171617.334000', '171617.337000', '171617.340000', '171617.342000', '171617.345000', '171617.348000', '171617.351000', '171617.353000', '171617.356000', '171617.358000', '171617.361000', '171617.364000', '171617.366000', '171617.369000', '171617.372000', '171617.374000', '171617.377000', '171617.380000', '171617.382000', '171617.385000', '171617.388000', '171617.392000', '171617.395000', '171617.397000', '171617.400000', '171617.403000', '171617.405000', '171617.408000', '171617.411000', '171617.413000', '171617.416000', '171617.418000', '171617.421000', '171617.424000', '171617.426000', '171617.429000', '171617.432000', '171637.310000', '171637.314000', '171637.316000', '171637.319000', '171637.322000', '171637.324000', '171637.327000', '171637.330000', '171637.332000', '171637.335000', '171637.338000', '171637.340000', '171637.343000', '171637.346000', '171637.348000', '171637.362000', '171637.365000', '171637.368000', '171637.372000', '171637.375000', '171637.377000', '171637.380000', '171637.383000', '171637.385000', '171637.388000', '171637.391000', '171637.393000', '171637.396000', '171637.398000', '171637.401000', '171637.404000', '171637.406000', '171637.409000', '171637.411000', '171637.414000', '171637.417000', '171637.419000', '171637.422000', '171637.424000', '171637.427000', '171637.430000', '171637.432000', '171637.435000', '171637.437000', '171657.311000', '171657.313000', '171657.317000', '171657.319000', '171657.322000', '171657.324000', '171657.327000', '171657.330000', '171657.332000', '171657.335000', '171657.338000', '171657.340000', '171657.343000', '171657.345000', '171657.348000', '171657.351000', '171657.353000', '171657.356000', '171657.358000', '171657.361000', '171657.364000', '171657.366000', '171657.369000', '171657.371000', '171657.374000', '171657.377000', '171657.379000', '171657.382000', '171657.385000', '171657.387000', '171657.390000', '171657.393000', '171657.395000', '171657.398000', '171657.401000', '171657.403000', '171657.406000', '171657.409000', '171657.411000', '171657.414000', '171657.417000', '171657.419000', '171657.422000', '171717.312000', '171717.314000', '171717.317000', '171717.320000', '171717.323000', '171717.326000', '171717.328000', '171717.331000', '171717.334000', '171717.336000', '171717.339000', '171717.341000', '171717.344000', '171717.347000', '171717.349000', '171717.359000', '171717.362000', '171717.364000', '171717.367000', '171717.370000', '171717.372000', '171717.375000', '171717.377000', '171717.380000', '171717.383000', '171717.385000', '171717.388000', '171717.391000', '171717.393000', '171717.396000', '171717.398000', '171717.401000', '171717.404000', '171717.406000', '171717.409000', '171717.411000', '171717.414000', '171717.417000', '171717.419000', '171717.422000', '171717.424000', '171717.427000', '171717.430000', '171717.432000', '171737.312000', '171737.315000', '171737.317000', '171737.320000', '171737.322000', '171737.325000', '171737.328000', '171737.331000', '171737.333000', '171737.336000', '171737.339000', '171737.341000', '171737.344000', '171737.347000', '171737.349000', '171737.352000', '171737.355000', '171737.357000', '171737.360000', '171737.362000', '171737.365000', '171737.368000', '171737.370000', '171737.373000', '171737.375000', '171737.378000', '171737.381000', '171737.384000', '171737.386000', '171737.389000', '171737.392000', '171737.394000', '171737.397000', '171737.400000', '171737.402000', '171737.405000', '171737.408000', '171737.410000', '171737.413000', '171737.416000', '171737.419000', '171737.421000', '171737.424000', '171757.311000', '171757.314000', '171757.317000', '171757.320000', '171757.322000', '171757.325000', '171757.328000', '171757.330000', '171757.333000', '171757.336000', '171757.338000', '171757.341000', '171757.344000', '171757.346000', '171757.349000', '171757.351000', '171757.354000', '171757.357000', '171757.359000', '171757.362000', '171757.364000', '171757.367000', '171757.370000', '171757.372000', '171757.375000', '171757.378000', '171757.389000', '171757.392000', '171757.395000', '171757.397000', '171757.400000', '171757.403000', '171757.405000', '171757.408000', '171757.411000', '171757.413000', '171757.416000', '171757.418000', '171757.421000', '171757.424000', '171757.426000', '171757.429000', '171757.432000', '171757.442000', '171817.311000', '171817.314000', '171817.316000', '171817.319000', '171817.322000', '171817.324000', '171817.327000', '171817.329000', '171817.332000', '171817.335000', '171817.337000', '171817.340000', '171817.342000', '171817.345000', '171817.348000', '171817.350000', '171817.353000', '171817.356000', '171817.358000', '171817.361000', '171817.363000', '171817.366000', '171817.369000', '171817.371000', '171817.374000', '171817.377000', '171817.380000', '171817.383000', '171817.385000', '171817.388000', '171817.391000', '171817.395000', '171817.398000', '171817.400000', '171817.403000', '171817.406000', '171817.408000', '171817.411000', '171817.414000', '171817.416000', '171817.419000', '171817.421000', '171817.424000', '171837.311000', '171837.314000', '171837.316000', '171837.319000', '171837.321000', '171837.324000', '171837.327000', '171837.329000', '171837.332000', '171837.335000', '171837.337000', '171837.340000', '171837.343000', '171837.345000', '171837.348000', '171837.351000', '171837.353000', '171837.356000', '171837.358000', '171837.361000', '171837.364000', '171837.366000', '171837.369000', '171837.372000', '171837.374000', '171837.377000', '171837.380000', '171837.382000', '171837.385000', '171837.388000', '171837.390000', '171837.393000', '171837.396000', '171837.398000', '171837.401000', '171837.403000', '171837.406000', '171837.409000', '171837.411000', '171837.414000', '171837.417000', '171837.419000', '171837.422000', '171837.425000', '171857.311000', '171857.313000', '171857.316000', '171857.319000', '171857.321000', '171857.324000', '171857.327000', '171857.329000', '171857.332000', '171857.335000', '171857.337000', '171857.340000', '171857.342000', '171857.345000', '171857.348000', '171857.350000', '171857.353000', '171857.356000', '171857.358000', '171857.361000', '171857.364000', '171857.366000', '171857.369000', '171857.371000', '171857.374000', '171857.377000', '171857.379000', '171857.382000', '171857.384000', '171857.387000', '171857.390000', '171857.392000', '171857.395000', '171857.398000', '171857.400000', '171857.403000', '171857.405000', '171857.408000', '171857.411000', '171857.413000', '171857.416000', '171857.418000', '171857.421000', '171917.310000', '171917.313000', '171917.316000', '171917.319000', '171917.321000', '171917.324000', '171917.327000', '171917.329000', '171917.332000', '171917.335000', '171917.337000', '171917.340000', '171917.343000', '171917.345000', '171917.348000', '171917.351000', '171917.353000', '171917.356000', '171917.359000', '171917.361000', '171917.364000', '171917.367000', '171917.369000', '171917.372000', '171917.375000', '171917.377000', '171917.380000', '171917.382000', '171917.385000', '171917.388000', '171917.391000', '171917.393000', '171917.396000', '171917.398000', '171917.401000', '171917.404000', '171917.406000', '171917.421000', '171917.424000', '171917.426000', '171917.429000', '171917.432000', '171917.434000', '171937.312000', '171937.315000', '171937.317000', '171937.321000', '171937.323000', '171937.326000', '171937.329000', '171937.332000', '171937.334000', '171937.337000', '171937.339000', '171937.342000', '171937.345000', '171937.348000', '171937.350000', '171937.353000', '171937.356000', '171937.358000', '171937.361000', '171937.364000', '171937.366000', '171937.369000', '171937.371000', '171937.374000', '171937.377000', '171937.379000', '171937.382000', '171937.385000', '171937.387000', '171937.390000', '171937.392000', '171937.395000', '171937.398000', '171937.400000', '171937.403000', '171937.406000', '171937.408000', '171937.411000', '171937.413000', '171937.416000', '171937.419000', '171937.421000', '171937.424000', '171937.427000', '171957.312000', '171957.314000', '171957.317000', '171957.320000', '171957.323000', '171957.325000', '171957.328000', '171957.331000', '171957.333000', '171957.336000', '171957.338000', '171957.341000', '171957.344000', '171957.346000', '171957.349000', '171957.352000', '171957.354000', '171957.357000', '171957.360000', '171957.362000', '171957.365000', '171957.368000', '171957.370000', '171957.373000', '171957.376000', '171957.378000', '171957.381000', '171957.384000', '171957.386000', '171957.389000', '171957.392000', '171957.394000', '171957.397000', '171957.400000', '171957.402000', '171957.405000', '171957.407000', '171957.410000', '171957.413000', '171957.415000', '171957.418000', '171957.420000', '171957.423000', '171957.426000', '172017.312000', '172017.315000', '172017.317000', '172017.320000', '172017.322000', '172017.325000', '172017.328000', '172017.330000', '172017.333000', '172017.336000', '172017.338000', '172017.341000', '172017.343000', '172017.346000', '172017.349000', '172017.351000', '172017.354000', '172017.356000', '172017.359000', '172017.362000', '172017.364000', '172017.367000', '172017.370000', '172017.372000', '172017.375000', '172017.378000', '172017.380000', '172017.383000', '172017.386000', '172017.388000', '172017.391000', '172017.393000', '172017.396000', '172017.399000', '172017.401000', '172017.404000', '172017.406000', '172017.409000', '172017.412000', '172017.414000', '172017.417000', '172017.420000', '172017.422000', '172027.127000', '172027.130000', '172027.132000', '172027.135000', '172027.138000', '172027.140000', '172027.143000', '172027.146000', '172027.148000', '172027.151000', '172027.153000', '172027.156000', '172027.159000', '172027.161000', '172027.164000', '172027.167000', '172027.169000', '172027.172000', '172027.174000', '172027.177000', '172027.180000', '172027.182000'], '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': [11566, 14295, 11510, 8698, 10962, 11676, 9900, 11854, 10701, 11082, 13044, 12124, 9383, 10994, 9533, 12320, 10361, 9889, 12573, 11214, 12476, 10051, 9090, 10518, 9126, 11509, 10071, 12350, 10231, 8765, 10069, 8571, 10998, 9116, 9871, 9956, 9263, 10573, 9143, 11919, 9651, 8881, 12114, 9966, 13009, 9995, 10630, 10288, 9717, 11875, 9315, 12159, 10240, 11754, 9908, 9704, 10334, 9694, 11745, 10246, 11861, 9618, 9442, 10460, 9566, 12037, 10113, 12153, 9844, 9535, 10224, 9666, 12284, 10859, 9487, 10425, 9356, 11566, 10132, 10362, 11781, 9461, 11674, 10428, 11334, 10071, 9702, 14622, 11525, 9710, 10599, 9678, 12117, 9949, 9729, 11630, 10004, 12664, 10211, 10698, 10143, 10133, 11954, 10285, 13139, 10212, 10208, 10953, 10027, 12270, 10496, 10402, 10713, 10083, 11451, 10232, 10613, 11185, 9958, 11576, 10318, 10116, 10587, 10045, 12831, 10190, 9944, 10229, 9737, 12181, 10223, 10084, 10361, 10007, 11231, 10180, 10018, 10892, 10015, 11775, 10246, 10175, 10566, 10330, 11384, 10598, 10025, 10686, 9809, 11516, 10047, 10014, 10757, 9875, 11764, 10225, 10032, 11022, 9962, 11834, 10258, 9937, 11451, 10190, 12427, 10218, 9869, 10821, 10949, 12060, 10350, 9844, 10572, 10760, 12915, 10859, 9883, 10813, 10781, 11929, 10333, 10967, 11309, 9892, 11725, 10336, 10630, 10297, 9756, 11806, 10332, 10624, 10241, 9972, 11553, 10565, 10431, 10226, 10202, 11323, 10827, 13588, 10164, 9960, 10449, 9949, 11930, 10341, 9826, 10470, 9458, 12020, 10290, 9907, 10894, 9764, 11439, 10317, 12210, 10169, 9809, 11263, 10797, 12060, 10338, 10168, 10717, 10047, 10284, 10764, 9918, 12054, 10460, 9929, 10615, 9844, 12306, 10621, 13406, 10365, 9929, 12635, 10697, 12806, 10030, 9846, 12158, 10415, 12439, 10269, 9805, 11400, 10885, 11452, 10075, 9682, 11062, 10636, 13416, 10344, 9603, 10755, 9885, 12421, 10542, 9946, 10931, 10208, 11357, 9974, 9780, 12305, 10083, 12325, 9757, 9711, 11003, 10439, 12679, 9989, 9981, 10454, 9893, 12756, 10306, 9655, 10691, 10163, 12957, 9973, 11680, 11830, 10027, 11650, 10550, 11715, 10095, 9870, 12083, 10186, 11801, 10050, 9897, 11361, 10803, 10404, 10255, 10019, 11162, 10412, 12675, 11414, 10031, 11254, 10418, 12111, 10180, 9860, 11788, 10099, 12988, 10184, 9476, 11249, 10380, 9559, 11293, 10163, 9577, 10463, 10035, 10221, 10158, 10192, 12195, 9849, 10770, 15636, 12714, 11347, 9385, 11993, 10171, 9686, 11013, 9946, 12206, 10601, 14340, 11592, 9868, 13835, 11258, 15015, 11276, 9169, 14841, 11749, 9703, 13048, 11792, 11428, 11350, 11388, 10400, 11015, 9950, 9622, 11576, 10688, 10872, 13088, 10009, 13007, 10032, 9758, 11086, 9587, 9932, 12702, 11508, 9738, 12603, 9591, 9721, 9989, 9866, 11360, 10308, 10377, 9910, 10118, 12515, 11421, 13546, 12293, 9926, 13718, 11401, 12376, 14576, 10716, 13873, 10616, 10636, 10899, 9903, 12151, 10806, 11493, 11068, 9820, 11532, 10291, 10312, 10684, 10058, 11922, 10357, 9951, 10966, 10021, 12241, 10083, 9786, 11278, 9981, 11854, 10168, 9916, 10611, 10017, 11507, 10422, 9936, 10297, 9888, 12382, 10220, 10027, 10464, 9653, 12074, 10024, 10084, 10992, 9944, 12575, 10219, 10065, 10822, 10198, 12743, 10079, 10028, 11099, 10036, 12099, 10312, 12750, 10197, 9884, 10720, 9761, 9617, 10057, 9660, 11507, 10158, 9480, 11047, 9872, 11730, 9954, 9187, 13086, 11123, 14684, 10590, 9644, 11164, 9900, 12628, 11217, 11283, 10131, 9867, 11444, 10180, 13141, 10041, 9530, 12117, 10022, 10384, 10423, 9930, 12318, 11263, 14536, 10921, 9863, 11149, 10240, 12107, 10679, 12907, 10233, 9746, 11338, 10451, 10047, 11112, 9671, 12176, 10091, 9787, 10441, 9783, 12543, 10428, 13237, 10249, 9582, 11252, 10483, 12191, 10458, 9968, 10495, 9928, 11538, 10462, 10062, 11078, 9596, 12457, 10108, 9616, 11195, 10277, 9737, 11908, 10203, 10282, 11453, 11282, 14413, 11501, 10171, 11891, 10197, 10855, 12547, 10561, 13840, 10523, 9741, 12717, 10536, 9841, 11521, 10360, 12285, 10882, 10064, 14027, 10542, 9922, 11845, 10423, 13422, 11586, 9864, 12332, 10340, 9721, 11308, 10029, 12531, 10344, 9712, 11410, 10228, 12941, 10087, 9704, 11100, 9619, 13457, 10369, 9988, 11912, 10365, 13512, 10769, 11270, 11505, 10089, 12345, 10407, 12438, 10118, 9928, 11438, 10137, 10281, 10192, 9977, 11534, 10449, 10050, 10753, 10013, 11597, 10336, 10952, 11665, 10163, 12576, 10088, 9974, 11723, 10308, 12012, 10387, 10075, 10864, 10174, 9659, 12155, 10094, 11344, 10168, 9948, 11822, 10913, 10241, 11857, 10265, 10233, 10280, 9952, 12350, 10252, 9971, 14355, 10507, 10056, 11278, 10400, 14684, 11076, 10059, 12505, 10766, 13762, 10498, 10204, 12766, 10536, 13661, 10281, 9869, 10987, 10412, 12436, 10410, 9662, 10371, 10109, 10114, 10577, 9996, 12792, 10082, 9750, 10622, 9907, 11699, 10367, 11783, 10391, 9848, 11508, 10262, 9949, 9973, 9738, 12699, 10241, 9780, 10724, 9855, 11532, 10449, 9802, 12330, 9854, 9644, 10753, 10549, 13821, 10557, 9572, 11234, 9814, 10599, 11787, 10254, 12999, 10029, 9728, 11638, 10720, 9687, 11237, 10280, 11972, 10201, 9976, 11127, 10593, 10328, 11097, 12071, 9933, 9229, 11224, 9949, 10101, 12970, 10679, 9731, 10676, 10628, 13723, 11347, 9493, 11991, 10578, 12712, 10624, 9402, 11587, 9767, 9665, 10912, 10143, 9435, 10091, 9678, 10832, 10060, 9787, 13399, 10773, 9485, 11147, 10294, 12387, 11912, 9883, 13675, 10189, 9761, 11074, 10622, 11766, 11339, 9845, 12877, 9621, 9426, 11680, 10564, 9595, 10722, 9684, 11826, 11113, 9967, 13968, 10217, 9541, 11786, 11172, 10677, 11117, 10270, 12457, 10713, 9765, 13547, 10620, 9233, 12621, 10590, 9642, 13089, 9813, 9495, 11209, 10095, 9908, 12990, 10445, 9479, 11451, 10987, 13544, 11441, 9904, 12366, 10121, 9518, 13572, 10831, 9438, 11467, 9803, 9373, 11372, 10641, 10678, 11310, 10024, 12980, 10336, 9862, 13217, 10562, 9697, 10576, 10280, 13402, 10894, 9401, 11245, 9463, 9294, 10953, 9942, 12982, 10095, 9323, 11286, 10318, 13262, 10842, 9454, 12552, 9744, 9241, 10757, 9841, 12080, 10509, 9817, 11857, 9595, 9638, 10633, 10217, 12581, 10659, 9308, 11509, 10608, 12692, 10653, 9530, 10962, 10149, 11928, 10274, 9393, 11226, 10093, 10773, 10105, 9961, 12211, 9604, 9530, 10239, 9956, 11939, 10128, 9692, 10736, 9511, 10710, 10790, 9828, 12294, 9705, 9378, 10868, 10252, 12153, 10092, 9358, 11399, 9701, 9042, 9597, 10093, 12198, 9805, 9810, 10926, 10248, 12412, 11160, 14751, 11823, 9521, 11358, 10128, 9412, 10569, 11108, 14711, 11656, 8886, 10995, 9367, 10809, 10228, 11013, 12748, 11303, 14290, 11849, 13894, 11146, 10811, 12486, 10784, 14562, 12084, 15629, 11543, 9133, 11074, 10199, 13313, 10488, 8665, 11685, 9822, 9975, 9710, 9090, 12743, 10539, 9690, 11000, 10093, 12358, 10656, 9087, 11878, 10994, 12326, 10274, 10548, 11579, 10229, 13160, 9399, 8372, 10617, 9856, 12556, 10709, 8555, 11092, 9977, 12143, 8940, 9115, 13243, 12994, 9201, 12058, 9789, 9063, 9459, 8880, 10318, 9865, 9216, 11561, 10799, 12402, 13189, 9910, 13840, 10292, 10069, 14180, 13595, 12323, 13079, 10197, 13093, 9893, 8836, 12822, 10925, 13743, 11367, 9054, 12526, 10637, 8809, 10039, 9076, 11714, 9724, 8843, 12191, 9593, 9037, 10479, 10094, 11220, 11148, 9208, 12114, 9421, 9150, 11452, 11455, 12724, 10313, 9235, 11389, 10573, 10332, 11560, 10276, 12937, 9351, 9075, 10134, 9201, 9426, 11345, 10142, 11253, 9103, 9307, 11753, 11446, 12712, 10553, 9572, 11502, 10826, 12436, 11245, 10676, 13268, 9683, 9215, 10051, 9566, 9490, 11534, 10163, 10273, 10736, 9701, 14065, 11169, 9823, 12996, 10888, 10988, 11001, 10894, 13840, 11548, 9840, 11408, 10887, 13673, 10721, 9866, 12474, 10166, 9565, 10507, 9746, 12571, 10851, 9651, 12648, 10387, 11007, 10860, 10597, 13487, 11569, 10410, 10748, 10214, 12401, 10821, 10054, 11852, 10458, 12166, 9542, 9551, 12353, 10748, 9945, 10624, 9509, 11993, 11013, 14867, 11188, 9607, 11104, 10114, 12599, 11357, 10685, 11116, 9602, 11839, 9639, 9354, 10415, 9804, 10510, 9664, 9673, 11003, 10142, 13749, 10578, 9383, 12643, 10592, 12673, 10374, 9909, 13223, 11884, 9545, 11993, 10573, 12856, 10770, 10670, 12817, 11306, 9447, 10723, 9898, 12366, 10849, 10073, 14397, 10008, 9710, 11704, 11179, 14931, 11979, 9618, 13422, 11323, 11400, 10073, 10257, 13659, 10881, 10193, 11279, 12104, 10001, 9665, 10659, 9736, 9849, 11498, 10801, 13590, 13798, 10644, 9924, 10302, 10263, 10125, 10847, 10312, 13709, 11325, 9537, 11922, 10346, 10541], 'WindowCenter': [4312.0, 4311.0, 4273.0, 4244.0, 4249.0, 4262.0, 4232.0, 4240.0, 4234.0, 4233.0, 4255.0, 4235.0, 4212.0, 4220.0, 4211.0, 4243.0, 4225.0, 4223.0, 4238.0, 4232.0, 4231.0, 4212.0, 4201.0, 4223.0, 4202.0, 4231.0, 4222.0, 4242.0, 4223.0, 4202.0, 4213.0, 4203.0, 4232.0, 4215.0, 4228.0, 4226.0, 4228.0, 4235.0, 4216.0, 4238.0, 4226.0, 4209.0, 4248.0, 4219.0, 4249.0, 4219.0, 4237.0, 4230.0, 4227.0, 4248.0, 4214.0, 4246.0, 4226.0, 4235.0, 4227.0, 4207.0, 4221.0, 4228.0, 4245.0, 4220.0, 4246.0, 4216.0, 4214.0, 4236.0, 4219.0, 4241.0, 4231.0, 4246.0, 4228.0, 4226.0, 4219.0, 4220.0, 4240.0, 4230.0, 4208.0, 4218.0, 4216.0, 4239.0, 4227.0, 4237.0, 4239.0, 4227.0, 4247.0, 4233.0, 4237.0, 4222.0, 4229.0, 4263.0, 4248.0, 4207.0, 4217.0, 4215.0, 4237.0, 4226.0, 4226.0, 4240.0, 4227.0, 4245.0, 4226.0, 4225.0, 4224.0, 4225.0, 4235.0, 4218.0, 4237.0, 4213.0, 4213.0, 4216.0, 4206.0, 4233.0, 4216.0, 4222.0, 4210.0, 4211.0, 4214.0, 4205.0, 4222.0, 4221.0, 4203.0, 4214.0, 4212.0, 4223.0, 4216.0, 4216.0, 4243.0, 4205.0, 4205.0, 4205.0, 4207.0, 4233.0, 4222.0, 4213.0, 4213.0, 4223.0, 4235.0, 4220.0, 4205.0, 4224.0, 4207.0, 4227.0, 4218.0, 4223.0, 4218.0, 4238.0, 4239.0, 4237.0, 4218.0, 4235.0, 4219.0, 4247.0, 4228.0, 4226.0, 4230.0, 4227.0, 4244.0, 4240.0, 4219.0, 4231.0, 4227.0, 4246.0, 4231.0, 4231.0, 4242.0, 4231.0, 4245.0, 4227.0, 4227.0, 4242.0, 4243.0, 4258.0, 4239.0, 4228.0, 4231.0, 4243.0, 4260.0, 4240.0, 4228.0, 4231.0, 4231.0, 4248.0, 4239.0, 4239.0, 4239.0, 4227.0, 4240.0, 4220.0, 4229.0, 4231.0, 4221.0, 4249.0, 4227.0, 4226.0, 4225.0, 4220.0, 4249.0, 4239.0, 4232.0, 4227.0, 4227.0, 4230.0, 4240.0, 4251.0, 4221.0, 4228.0, 4220.0, 4220.0, 4241.0, 4220.0, 4219.0, 4222.0, 4227.0, 4248.0, 4232.0, 4228.0, 4231.0, 4219.0, 4247.0, 4233.0, 4244.0, 4228.0, 4227.0, 4231.0, 4235.0, 4240.0, 4219.0, 4220.0, 4225.0, 4228.0, 4235.0, 4230.0, 4221.0, 4248.0, 4231.0, 4224.0, 4233.0, 4224.0, 4242.0, 4239.0, 4252.0, 4239.0, 4220.0, 4244.0, 4219.0, 4238.0, 4227.0, 4227.0, 4240.0, 4225.0, 4236.0, 4217.0, 4225.0, 4240.0, 4230.0, 4235.0, 4226.0, 4209.0, 4231.0, 4233.0, 4253.0, 4227.0, 4217.0, 4228.0, 4223.0, 4251.0, 4238.0, 4219.0, 4229.0, 4227.0, 4237.0, 4232.0, 4227.0, 4246.0, 4225.0, 4238.0, 4228.0, 4219.0, 4230.0, 4230.0, 4257.0, 4220.0, 4223.0, 4236.0, 4220.0, 4258.0, 4237.0, 4220.0, 4238.0, 4239.0, 4257.0, 4222.0, 4242.0, 4246.0, 4220.0, 4237.0, 4227.0, 4228.0, 4219.0, 4227.0, 4240.0, 4227.0, 4228.0, 4218.0, 4227.0, 4247.0, 4238.0, 4220.0, 4218.0, 4219.0, 4237.0, 4232.0, 4259.0, 4241.0, 4220.0, 4229.0, 4233.0, 4240.0, 4221.0, 4223.0, 4243.0, 4222.0, 4246.0, 4218.0, 4222.0, 4241.0, 4230.0, 4220.0, 4248.0, 4237.0, 4224.0, 4243.0, 4239.0, 4254.0, 4244.0, 4244.0, 4273.0, 4246.0, 4257.0, 4286.0, 4254.0, 4245.0, 4230.0, 4257.0, 4237.0, 4232.0, 4243.0, 4233.0, 4254.0, 4244.0, 4274.0, 4244.0, 4233.0, 4264.0, 4241.0, 4266.0, 4235.0, 4195.0, 4255.0, 4215.0, 4193.0, 4224.0, 4215.0, 4213.0, 4203.0, 4199.0, 4201.0, 4208.0, 4191.0, 4199.0, 4215.0, 4210.0, 4207.0, 4219.0, 4188.0, 4217.0, 4198.0, 4201.0, 4207.0, 4198.0, 4205.0, 4245.0, 4227.0, 4194.0, 4225.0, 4191.0, 4221.0, 4224.0, 4226.0, 4228.0, 4219.0, 4228.0, 4218.0, 4220.0, 4253.0, 4244.0, 4251.0, 4247.0, 4219.0, 4240.0, 4217.0, 4225.0, 4236.0, 4204.0, 4229.0, 4211.0, 4198.0, 4201.0, 4195.0, 4219.0, 4209.0, 4203.0, 4199.0, 4185.0, 4205.0, 4198.0, 4198.0, 4198.0, 4211.0, 4221.0, 4211.0, 4200.0, 4210.0, 4210.0, 4222.0, 4203.0, 4212.0, 4224.0, 4213.0, 4233.0, 4213.0, 4213.0, 4205.0, 4214.0, 4235.0, 4225.0, 4206.0, 4205.0, 4207.0, 4240.0, 4225.0, 4215.0, 4219.0, 4221.0, 4247.0, 4219.0, 4226.0, 4226.0, 4227.0, 4248.0, 4229.0, 4220.0, 4237.0, 4226.0, 4251.0, 4228.0, 4227.0, 4230.0, 4218.0, 4245.0, 4239.0, 4251.0, 4239.0, 4228.0, 4232.0, 4240.0, 4220.0, 4220.0, 4232.0, 4253.0, 4233.0, 4241.0, 4249.0, 4239.0, 4261.0, 4246.0, 4244.0, 4265.0, 4253.0, 4274.0, 4241.0, 4229.0, 4248.0, 4233.0, 4261.0, 4251.0, 4239.0, 4233.0, 4229.0, 4249.0, 4232.0, 4259.0, 4233.0, 4235.0, 4255.0, 4234.0, 4233.0, 4240.0, 4238.0, 4262.0, 4244.0, 4264.0, 4240.0, 4221.0, 4238.0, 4234.0, 4251.0, 4233.0, 4259.0, 4227.0, 4216.0, 4231.0, 4237.0, 4240.0, 4250.0, 4229.0, 4259.0, 4240.0, 4240.0, 4252.0, 4236.0, 4261.0, 4240.0, 4259.0, 4228.0, 4221.0, 4231.0, 4232.0, 4259.0, 4240.0, 4227.0, 4238.0, 4227.0, 4249.0, 4244.0, 4238.0, 4248.0, 4231.0, 4255.0, 4233.0, 4234.0, 4263.0, 4253.0, 4243.0, 4263.0, 4241.0, 4242.0, 4264.0, 4256.0, 4275.0, 4251.0, 4239.0, 4261.0, 4253.0, 4239.0, 4262.0, 4240.0, 4259.0, 4231.0, 4229.0, 4259.0, 4239.0, 4227.0, 4248.0, 4234.0, 4255.0, 4250.0, 4228.0, 4262.0, 4235.0, 4221.0, 4247.0, 4238.0, 4258.0, 4229.0, 4226.0, 4246.0, 4218.0, 4226.0, 4237.0, 4226.0, 4239.0, 4225.0, 4222.0, 4240.0, 4226.0, 4257.0, 4226.0, 4216.0, 4237.0, 4229.0, 4270.0, 4239.0, 4228.0, 4241.0, 4228.0, 4258.0, 4231.0, 4239.0, 4244.0, 4226.0, 4249.0, 4227.0, 4245.0, 4227.0, 4229.0, 4239.0, 4219.0, 4219.0, 4219.0, 4238.0, 4248.0, 4234.0, 4221.0, 4231.0, 4224.0, 4250.0, 4234.0, 4250.0, 4241.0, 4238.0, 4247.0, 4220.0, 4239.0, 4242.0, 4233.0, 4242.0, 4221.0, 4219.0, 4237.0, 4231.0, 4229.0, 4253.0, 4239.0, 4249.0, 4235.0, 4239.0, 4260.0, 4243.0, 4239.0, 4244.0, 4236.0, 4229.0, 4233.0, 4229.0, 4255.0, 4234.0, 4234.0, 4275.0, 4241.0, 4235.0, 4246.0, 4240.0, 4271.0, 4243.0, 4221.0, 4249.0, 4238.0, 4249.0, 4220.0, 4219.0, 4247.0, 4221.0, 4248.0, 4213.0, 4214.0, 4225.0, 4233.0, 4244.0, 4237.0, 4227.0, 4218.0, 4220.0, 4239.0, 4232.0, 4228.0, 4241.0, 4219.0, 4217.0, 4221.0, 4223.0, 4243.0, 4225.0, 4240.0, 4219.0, 4219.0, 4237.0, 4220.0, 4208.0, 4225.0, 4220.0, 4257.0, 4231.0, 4225.0, 4237.0, 4228.0, 4249.0, 4233.0, 4226.0, 4253.0, 4220.0, 4221.0, 4232.0, 4241.0, 4263.0, 4239.0, 4228.0, 4242.0, 4239.0, 4244.0, 4260.0, 4240.0, 4254.0, 4229.0, 4230.0, 4243.0, 4251.0, 4222.0, 4249.0, 4240.0, 4244.0, 4238.0, 4233.0, 4241.0, 4241.0, 4244.0, 4243.0, 4255.0, 4229.0, 4228.0, 4230.0, 4240.0, 4237.0, 4271.0, 4233.0, 4222.0, 4239.0, 4237.0, 4263.0, 4242.0, 4220.0, 4247.0, 4237.0, 4253.0, 4235.0, 4209.0, 4237.0, 4228.0, 4228.0, 4239.0, 4239.0, 4220.0, 4239.0, 4229.0, 4250.0, 4241.0, 4239.0, 4273.0, 4252.0, 4229.0, 4243.0, 4242.0, 4258.0, 4262.0, 4224.0, 4262.0, 4232.0, 4221.0, 4234.0, 4239.0, 4242.0, 4230.0, 4227.0, 4242.0, 4229.0, 4229.0, 4242.0, 4233.0, 4222.0, 4234.0, 4223.0, 4254.0, 4246.0, 4230.0, 4262.0, 4223.0, 4229.0, 4243.0, 4252.0, 4233.0, 4238.0, 4223.0, 4258.0, 4238.0, 4222.0, 4254.0, 4238.0, 4213.0, 4253.0, 4234.0, 4222.0, 4266.0, 4240.0, 4222.0, 4249.0, 4233.0, 4225.0, 4261.0, 4239.0, 4222.0, 4250.0, 4243.0, 4259.0, 4251.0, 4220.0, 4246.0, 4228.0, 4223.0, 4254.0, 4234.0, 4216.0, 4243.0, 4222.0, 4228.0, 4244.0, 4233.0, 4232.0, 4232.0, 4229.0, 4259.0, 4237.0, 4223.0, 4254.0, 4239.0, 4228.0, 4227.0, 4232.0, 4251.0, 4231.0, 4211.0, 4237.0, 4221.0, 4218.0, 4239.0, 4234.0, 4252.0, 4237.0, 4218.0, 4239.0, 4222.0, 4252.0, 4232.0, 4227.0, 4249.0, 4219.0, 4218.0, 4238.0, 4230.0, 4253.0, 4233.0, 4222.0, 4242.0, 4228.0, 4229.0, 4238.0, 4235.0, 4253.0, 4232.0, 4211.0, 4246.0, 4231.0, 4258.0, 4234.0, 4221.0, 4237.0, 4234.0, 4241.0, 4227.0, 4214.0, 4230.0, 4229.0, 4231.0, 4221.0, 4230.0, 4243.0, 4222.0, 4223.0, 4231.0, 4240.0, 4249.0, 4228.0, 4227.0, 4231.0, 4231.0, 4233.0, 4243.0, 4232.0, 4245.0, 4221.0, 4222.0, 4239.0, 4233.0, 4254.0, 4241.0, 4231.0, 4257.0, 4247.0, 4234.0, 4234.0, 4240.0, 4252.0, 4233.0, 4240.0, 4233.0, 4232.0, 4261.0, 4244.0, 4264.0, 4243.0, 4220.0, 4258.0, 4234.0, 4221.0, 4230.0, 4241.0, 4262.0, 4241.0, 4209.0, 4237.0, 4221.0, 4231.0, 4232.0, 4232.0, 4252.0, 4243.0, 4262.0, 4237.0, 4249.0, 4218.0, 4216.0, 4232.0, 4223.0, 4235.0, 4228.0, 4246.0, 4221.0, 4181.0, 4208.0, 4202.0, 4233.0, 4211.0, 4185.0, 4221.0, 4210.0, 4192.0, 4193.0, 4195.0, 4226.0, 4222.0, 4205.0, 4221.0, 4213.0, 4226.0, 4222.0, 4195.0, 4214.0, 4214.0, 4224.0, 4205.0, 4217.0, 4234.0, 4204.0, 4223.0, 4192.0, 4189.0, 4203.0, 4211.0, 4225.0, 4216.0, 4196.0, 4217.0, 4213.0, 4225.0, 4203.0, 4196.0, 4258.0, 4259.0, 4211.0, 4246.0, 4218.0, 4221.0, 4226.0, 4216.0, 4225.0, 4218.0, 4215.0, 4247.0, 4239.0, 4249.0, 4250.0, 4226.0, 4249.0, 4212.0, 4204.0, 4234.0, 4233.0, 4214.0, 4230.0, 4191.0, 4228.0, 4191.0, 4187.0, 4214.0, 4207.0, 4227.0, 4207.0, 4185.0, 4216.0, 4195.0, 4185.0, 4195.0, 4179.0, 4210.0, 4198.0, 4188.0, 4218.0, 4192.0, 4181.0, 4208.0, 4211.0, 4213.0, 4221.0, 4200.0, 4230.0, 4200.0, 4201.0, 4227.0, 4226.0, 4242.0, 4211.0, 4194.0, 4220.0, 4215.0, 4211.0, 4225.0, 4216.0, 4242.0, 4195.0, 4203.0, 4218.0, 4226.0, 4219.0, 4229.0, 4229.0, 4228.0, 4209.0, 4227.0, 4248.0, 4241.0, 4251.0, 4229.0, 4226.0, 4228.0, 4236.0, 4240.0, 4236.0, 4218.0, 4248.0, 4217.0, 4209.0, 4226.0, 4230.0, 4231.0, 4254.0, 4248.0, 4238.0, 4232.0, 4228.0, 4261.0, 4231.0, 4233.0, 4253.0, 4232.0, 4231.0, 4233.0, 4250.0, 4252.0, 4249.0, 4221.0, 4229.0, 4230.0, 4250.0, 4231.0, 4221.0, 4251.0, 4239.0, 4220.0, 4238.0, 4222.0, 4253.0, 4244.0, 4223.0, 4261.0, 4239.0, 4239.0, 4243.0, 4232.0, 4255.0, 4243.0, 4227.0, 4221.0, 4219.0, 4248.0, 4239.0, 4219.0, 4247.0, 4219.0, 4230.0, 4208.0, 4220.0, 4251.0, 4230.0, 4227.0, 4219.0, 4209.0, 4240.0, 4232.0, 4261.0, 4238.0, 4208.0, 4228.0, 4216.0, 4238.0, 4230.0, 4218.0, 4229.0, 4215.0, 4227.0, 4222.0, 4221.0, 4232.0, 4231.0, 4233.0, 4222.0, 4223.0, 4244.0, 4233.0, 4272.0, 4245.0, 4222.0, 4255.0, 4233.0, 4254.0, 4221.0, 4240.0, 4253.0, 4240.0, 4221.0, 4239.0, 4232.0, 4252.0, 4234.0, 4230.0, 4257.0, 4237.0, 4228.0, 4237.0, 4219.0, 4251.0, 4232.0, 4224.0, 4263.0, 4228.0, 4228.0, 4248.0, 4231.0, 4261.0, 4241.0, 4209.0, 4251.0, 4231.0, 4235.0, 4229.0, 4217.0, 4237.0, 4214.0, 4217.0, 4228.0, 4236.0, 4215.0, 4211.0, 4223.0, 4213.0, 4207.0, 4229.0, 4242.0, 4252.0, 4251.0, 4224.0, 4209.0, 4205.0, 4211.0, 4223.0, 4218.0, 4218.0, 4250.0, 4230.0, 4209.0, 4234.0, 4208.0, 4217.0], 'WindowWidth': [9539.0, 9522.0, 9454.0, 9412.0, 9409.0, 9427.0, 9380.0, 9385.0, 9376.0, 9372.0, 9408.0, 9372.0, 9340.0, 9349.0, 9342.0, 9385.0, 9364.0, 9359.0, 9379.0, 9369.0, 9367.0, 9342.0, 9325.0, 9356.0, 9327.0, 9367.0, 9359.0, 9385.0, 9359.0, 9327.0, 9343.0, 9332.0, 9371.0, 9354.0, 9368.0, 9367.0, 9370.0, 9377.0, 9353.0, 9379.0, 9368.0, 9344.0, 9401.0, 9357.0, 9396.0, 9355.0, 9382.0, 9372.0, 9371.0, 9400.0, 9348.0, 9392.0, 9367.0, 9378.0, 9368.0, 9336.0, 9356.0, 9373.0, 9394.0, 9356.0, 9393.0, 9352.0, 9348.0, 9380.0, 9357.0, 9388.0, 9371.0, 9393.0, 9372.0, 9367.0, 9354.0, 9357.0, 9386.0, 9372.0, 9338.0, 9351.0, 9352.0, 9381.0, 9366.0, 9384.0, 9383.0, 9370.0, 9397.0, 9375.0, 9383.0, 9363.0, 9377.0, 9421.0, 9400.0, 9333.0, 9346.0, 9348.0, 9374.0, 9364.0, 9365.0, 9382.0, 9369.0, 9393.0, 9366.0, 9362.0, 9361.0, 9361.0, 9378.0, 9350.0, 9376.0, 9344.0, 9342.0, 9343.0, 9329.0, 9373.0, 9345.0, 9353.0, 9335.0, 9336.0, 9338.0, 9329.0, 9353.0, 9352.0, 9322.0, 9339.0, 9340.0, 9356.0, 9346.0, 9347.0, 9385.0, 9327.0, 9326.0, 9328.0, 9335.0, 9371.0, 9356.0, 9342.0, 9342.0, 9357.0, 9376.0, 9354.0, 9329.0, 9358.0, 9333.0, 9360.0, 9349.0, 9357.0, 9350.0, 9385.0, 9383.0, 9382.0, 9350.0, 9377.0, 9355.0, 9399.0, 9372.0, 9367.0, 9370.0, 9370.0, 9394.0, 9392.0, 9356.0, 9374.0, 9369.0, 9396.0, 9373.0, 9375.0, 9390.0, 9374.0, 9395.0, 9364.0, 9370.0, 9391.0, 9392.0, 9414.0, 9388.0, 9372.0, 9372.0, 9393.0, 9421.0, 9391.0, 9372.0, 9372.0, 9371.0, 9400.0, 9389.0, 9391.0, 9390.0, 9369.0, 9383.0, 9355.0, 9367.0, 9374.0, 9358.0, 9400.0, 9368.0, 9365.0, 9365.0, 9357.0, 9403.0, 9388.0, 9373.0, 9368.0, 9367.0, 9369.0, 9391.0, 9401.0, 9358.0, 9369.0, 9355.0, 9357.0, 9385.0, 9356.0, 9352.0, 9358.0, 9368.0, 9400.0, 9377.0, 9373.0, 9372.0, 9355.0, 9396.0, 9377.0, 9392.0, 9371.0, 9367.0, 9371.0, 9381.0, 9384.0, 9353.0, 9354.0, 9364.0, 9372.0, 9379.0, 9372.0, 9359.0, 9400.0, 9371.0, 9365.0, 9378.0, 9364.0, 9391.0, 9386.0, 9402.0, 9388.0, 9357.0, 9393.0, 9353.0, 9378.0, 9368.0, 9367.0, 9382.0, 9362.0, 9371.0, 9347.0, 9364.0, 9382.0, 9368.0, 9376.0, 9365.0, 9340.0, 9371.0, 9378.0, 9403.0, 9370.0, 9353.0, 9365.0, 9362.0, 9401.0, 9386.0, 9353.0, 9367.0, 9368.0, 9384.0, 9376.0, 9369.0, 9395.0, 9365.0, 9377.0, 9369.0, 9353.0, 9369.0, 9370.0, 9409.0, 9356.0, 9361.0, 9380.0, 9356.0, 9413.0, 9383.0, 9356.0, 9384.0, 9385.0, 9411.0, 9364.0, 9390.0, 9397.0, 9356.0, 9382.0, 9368.0, 9365.0, 9354.0, 9369.0, 9383.0, 9366.0, 9364.0, 9350.0, 9366.0, 9397.0, 9386.0, 9355.0, 9352.0, 9352.0, 9381.0, 9374.0, 9415.0, 9387.0, 9354.0, 9367.0, 9373.0, 9381.0, 9358.0, 9362.0, 9391.0, 9360.0, 9392.0, 9352.0, 9362.0, 9388.0, 9371.0, 9356.0, 9399.0, 9383.0, 9367.0, 9393.0, 9393.0, 9417.0, 9397.0, 9394.0, 9440.0, 9407.0, 9419.0, 9458.0, 9410.0, 9398.0, 9378.0, 9415.0, 9389.0, 9379.0, 9394.0, 9380.0, 9410.0, 9396.0, 9437.0, 9397.0, 9378.0, 9423.0, 9387.0, 9425.0, 9379.0, 9314.0, 9402.0, 9340.0, 9305.0, 9352.0, 9341.0, 9336.0, 9320.0, 9311.0, 9313.0, 9325.0, 9303.0, 9317.0, 9336.0, 9329.0, 9323.0, 9339.0, 9296.0, 9334.0, 9311.0, 9319.0, 9324.0, 9315.0, 9328.0, 9388.0, 9359.0, 9309.0, 9354.0, 9302.0, 9361.0, 9361.0, 9364.0, 9363.0, 9354.0, 9369.0, 9352.0, 9355.0, 9403.0, 9395.0, 9402.0, 9397.0, 9349.0, 9379.0, 9346.0, 9352.0, 9371.0, 9320.0, 9358.0, 9332.0, 9312.0, 9312.0, 9304.0, 9341.0, 9330.0, 9314.0, 9309.0, 9290.0, 9318.0, 9310.0, 9310.0, 9313.0, 9335.0, 9348.0, 9333.0, 9318.0, 9331.0, 9332.0, 9345.0, 9320.0, 9337.0, 9356.0, 9341.0, 9367.0, 9341.0, 9340.0, 9325.0, 9344.0, 9375.0, 9359.0, 9327.0, 9325.0, 9330.0, 9376.0, 9361.0, 9348.0, 9353.0, 9358.0, 9392.0, 9351.0, 9363.0, 9363.0, 9365.0, 9396.0, 9372.0, 9352.0, 9378.0, 9364.0, 9400.0, 9372.0, 9367.0, 9367.0, 9350.0, 9390.0, 9385.0, 9399.0, 9389.0, 9372.0, 9376.0, 9390.0, 9356.0, 9357.0, 9376.0, 9407.0, 9379.0, 9393.0, 9404.0, 9389.0, 9420.0, 9400.0, 9403.0, 9427.0, 9412.0, 9435.0, 9393.0, 9373.0, 9400.0, 9377.0, 9422.0, 9406.0, 9387.0, 9376.0, 9372.0, 9400.0, 9375.0, 9415.0, 9380.0, 9384.0, 9412.0, 9381.0, 9377.0, 9390.0, 9387.0, 9424.0, 9395.0, 9420.0, 9390.0, 9358.0, 9384.0, 9379.0, 9404.0, 9375.0, 9413.0, 9368.0, 9350.0, 9372.0, 9385.0, 9389.0, 9404.0, 9375.0, 9413.0, 9389.0, 9391.0, 9410.0, 9386.0, 9421.0, 9390.0, 9414.0, 9371.0, 9356.0, 9371.0, 9376.0, 9414.0, 9390.0, 9368.0, 9383.0, 9367.0, 9402.0, 9394.0, 9386.0, 9400.0, 9378.0, 9407.0, 9377.0, 9380.0, 9426.0, 9414.0, 9398.0, 9426.0, 9393.0, 9398.0, 9429.0, 9414.0, 9440.0, 9408.0, 9387.0, 9421.0, 9412.0, 9388.0, 9424.0, 9388.0, 9413.0, 9372.0, 9375.0, 9416.0, 9388.0, 9368.0, 9397.0, 9376.0, 9408.0, 9404.0, 9372.0, 9416.0, 9380.0, 9357.0, 9394.0, 9385.0, 9413.0, 9369.0, 9364.0, 9391.0, 9350.0, 9366.0, 9382.0, 9365.0, 9379.0, 9362.0, 9358.0, 9383.0, 9367.0, 9408.0, 9365.0, 9351.0, 9381.0, 9375.0, 9432.0, 9389.0, 9372.0, 9387.0, 9372.0, 9412.0, 9374.0, 9387.0, 9394.0, 9366.0, 9398.0, 9366.0, 9389.0, 9366.0, 9373.0, 9380.0, 9352.0, 9352.0, 9353.0, 9387.0, 9400.0, 9380.0, 9358.0, 9372.0, 9364.0, 9403.0, 9381.0, 9403.0, 9388.0, 9384.0, 9396.0, 9356.0, 9388.0, 9391.0, 9380.0, 9388.0, 9357.0, 9352.0, 9381.0, 9372.0, 9373.0, 9403.0, 9387.0, 9400.0, 9381.0, 9388.0, 9420.0, 9394.0, 9388.0, 9392.0, 9381.0, 9372.0, 9376.0, 9373.0, 9409.0, 9383.0, 9381.0, 9439.0, 9395.0, 9380.0, 9396.0, 9390.0, 9435.0, 9391.0, 9358.0, 9400.0, 9381.0, 9392.0, 9355.0, 9353.0, 9396.0, 9353.0, 9388.0, 9341.0, 9343.0, 9362.0, 9375.0, 9387.0, 9382.0, 9366.0, 9349.0, 9355.0, 9387.0, 9374.0, 9370.0, 9385.0, 9352.0, 9352.0, 9356.0, 9359.0, 9387.0, 9363.0, 9382.0, 9354.0, 9351.0, 9379.0, 9352.0, 9333.0, 9362.0, 9355.0, 9409.0, 9372.0, 9364.0, 9380.0, 9370.0, 9401.0, 9378.0, 9368.0, 9403.0, 9356.0, 9356.0, 9373.0, 9392.0, 9418.0, 9390.0, 9372.0, 9387.0, 9389.0, 9393.0, 9418.0, 9389.0, 9405.0, 9373.0, 9375.0, 9392.0, 9405.0, 9361.0, 9399.0, 9388.0, 9391.0, 9386.0, 9377.0, 9387.0, 9392.0, 9396.0, 9391.0, 9409.0, 9374.0, 9369.0, 9369.0, 9390.0, 9386.0, 9433.0, 9378.0, 9360.0, 9384.0, 9384.0, 9419.0, 9388.0, 9355.0, 9394.0, 9381.0, 9402.0, 9377.0, 9338.0, 9381.0, 9368.0, 9371.0, 9388.0, 9387.0, 9356.0, 9385.0, 9375.0, 9404.0, 9395.0, 9392.0, 9440.0, 9410.0, 9375.0, 9390.0, 9395.0, 9417.0, 9423.0, 9364.0, 9415.0, 9374.0, 9358.0, 9378.0, 9388.0, 9387.0, 9369.0, 9367.0, 9384.0, 9371.0, 9372.0, 9389.0, 9376.0, 9360.0, 9377.0, 9363.0, 9406.0, 9397.0, 9376.0, 9415.0, 9360.0, 9372.0, 9390.0, 9406.0, 9374.0, 9383.0, 9360.0, 9411.0, 9384.0, 9359.0, 9405.0, 9384.0, 9348.0, 9404.0, 9380.0, 9361.0, 9426.0, 9389.0, 9361.0, 9401.0, 9378.0, 9368.0, 9420.0, 9387.0, 9361.0, 9403.0, 9391.0, 9414.0, 9403.0, 9353.0, 9391.0, 9370.0, 9362.0, 9403.0, 9376.0, 9353.0, 9387.0, 9358.0, 9371.0, 9393.0, 9377.0, 9374.0, 9373.0, 9372.0, 9413.0, 9383.0, 9362.0, 9405.0, 9386.0, 9368.0, 9367.0, 9374.0, 9399.0, 9370.0, 9343.0, 9381.0, 9356.0, 9355.0, 9386.0, 9379.0, 9401.0, 9384.0, 9356.0, 9383.0, 9358.0, 9403.0, 9375.0, 9368.0, 9398.0, 9357.0, 9354.0, 9382.0, 9376.0, 9404.0, 9377.0, 9362.0, 9390.0, 9372.0, 9374.0, 9384.0, 9379.0, 9404.0, 9373.0, 9343.0, 9393.0, 9371.0, 9412.0, 9377.0, 9357.0, 9382.0, 9377.0, 9384.0, 9366.0, 9347.0, 9366.0, 9369.0, 9368.0, 9358.0, 9376.0, 9390.0, 9358.0, 9360.0, 9371.0, 9390.0, 9400.0, 9372.0, 9367.0, 9371.0, 9376.0, 9377.0, 9392.0, 9374.0, 9394.0, 9357.0, 9358.0, 9385.0, 9376.0, 9407.0, 9395.0, 9380.0, 9420.0, 9406.0, 9385.0, 9381.0, 9391.0, 9403.0, 9377.0, 9391.0, 9378.0, 9375.0, 9419.0, 9395.0, 9422.0, 9391.0, 9355.0, 9418.0, 9383.0, 9363.0, 9369.0, 9387.0, 9418.0, 9389.0, 9340.0, 9381.0, 9359.0, 9373.0, 9376.0, 9376.0, 9404.0, 9391.0, 9417.0, 9384.0, 9395.0, 9348.0, 9343.0, 9369.0, 9353.0, 9368.0, 9359.0, 9383.0, 9349.0, 9287.0, 9326.0, 9317.0, 9361.0, 9335.0, 9297.0, 9350.0, 9333.0, 9304.0, 9308.0, 9313.0, 9356.0, 9354.0, 9326.0, 9348.0, 9341.0, 9357.0, 9354.0, 9311.0, 9337.0, 9336.0, 9349.0, 9326.0, 9346.0, 9371.0, 9324.0, 9348.0, 9304.0, 9303.0, 9320.0, 9337.0, 9354.0, 9342.0, 9315.0, 9343.0, 9342.0, 9353.0, 9330.0, 9316.0, 9412.0, 9416.0, 9346.0, 9395.0, 9353.0, 9361.0, 9369.0, 9353.0, 9364.0, 9352.0, 9351.0, 9396.0, 9387.0, 9402.0, 9400.0, 9366.0, 9395.0, 9342.0, 9324.0, 9369.0, 9372.0, 9338.0, 9360.0, 9302.0, 9353.0, 9299.0, 9296.0, 9333.0, 9323.0, 9351.0, 9324.0, 9292.0, 9335.0, 9305.0, 9292.0, 9306.0, 9284.0, 9326.0, 9315.0, 9301.0, 9343.0, 9304.0, 9289.0, 9328.0, 9337.0, 9336.0, 9350.0, 9322.0, 9363.0, 9323.0, 9324.0, 9358.0, 9357.0, 9381.0, 9337.0, 9311.0, 9350.0, 9340.0, 9338.0, 9355.0, 9344.0, 9381.0, 9315.0, 9330.0, 9350.0, 9368.0, 9354.0, 9367.0, 9368.0, 9367.0, 9341.0, 9369.0, 9399.0, 9389.0, 9401.0, 9369.0, 9364.0, 9363.0, 9377.0, 9382.0, 9382.0, 9352.0, 9392.0, 9348.0, 9339.0, 9366.0, 9373.0, 9374.0, 9410.0, 9406.0, 9391.0, 9374.0, 9369.0, 9412.0, 9373.0, 9377.0, 9406.0, 9374.0, 9370.0, 9377.0, 9403.0, 9403.0, 9403.0, 9357.0, 9366.0, 9368.0, 9395.0, 9372.0, 9358.0, 9400.0, 9385.0, 9355.0, 9382.0, 9361.0, 9405.0, 9394.0, 9365.0, 9419.0, 9388.0, 9386.0, 9391.0, 9377.0, 9409.0, 9389.0, 9367.0, 9354.0, 9350.0, 9398.0, 9386.0, 9352.0, 9394.0, 9350.0, 9364.0, 9335.0, 9356.0, 9398.0, 9370.0, 9366.0, 9352.0, 9337.0, 9380.0, 9374.0, 9411.0, 9382.0, 9333.0, 9360.0, 9343.0, 9375.0, 9367.0, 9348.0, 9363.0, 9345.0, 9358.0, 9358.0, 9359.0, 9376.0, 9374.0, 9376.0, 9361.0, 9362.0, 9392.0, 9379.0, 9438.0, 9397.0, 9362.0, 9408.0, 9375.0, 9404.0, 9358.0, 9389.0, 9407.0, 9386.0, 9356.0, 9380.0, 9373.0, 9400.0, 9376.0, 9369.0, 9410.0, 9383.0, 9368.0, 9379.0, 9352.0, 9399.0, 9376.0, 9365.0, 9418.0, 9371.0, 9368.0, 9396.0, 9371.0, 9414.0, 9386.0, 9338.0, 9397.0, 9367.0, 9374.0, 9370.0, 9343.0, 9372.0, 9338.0, 9345.0, 9362.0, 9378.0, 9346.0, 9338.0, 9354.0, 9340.0, 9332.0, 9366.0, 9389.0, 9402.0, 9398.0, 9358.0, 9334.0, 9325.0, 9337.0, 9357.0, 9350.0, 9351.0, 9397.0, 9370.0, 9336.0, 9371.0, 9332.0, 9345.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.005090961060480531</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03125714424192212</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.33911860641793</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2465638473466005</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0683043685655043</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5192</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2838.156</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10749912201073403</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.367854183927092</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3840493227200574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.375454216092031</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.495341940506412</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2813518115617293</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00784195</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005860563833266497</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02482142113149166</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.263757670077471</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>14.8522</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.1285</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.7804</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292927.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1146.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.5146</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1522</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.9359</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3419.3737</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3546.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83617.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1481.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4428.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.6558</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.840071915998124</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> |