=== 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-0033 --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-0033",
"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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-01/func/sub-0033_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>a259fdacb00015f4d9ea4f212c11f331</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>14:30:21.820000</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_VE11C_LATEST_20160120</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.999443, 0.0235107, 0.0236838, -0.0204117, 0.992132, -0.123518]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.115033</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>[4169, -7708, -7227, 365, -39, -103, 16, 74]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>300.573</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d6b64a55-debe-48a8-aecd-8aae34a88e40||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814324855804443, -0.054763223975896835, 0.0712839886546135, 112.165283203125], [-0.06307757645845413, 2.661818504333496, -0.3320082724094391, -78.21653747558594], [0.06354192644357681, 0.3313904404640198, 2.678560972213745, -74.63758087158203], [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': ['143021.820000', '143022.280000', '143022.740000', '143023.200000', '143023.660000', '143024.120000', '143024.580000', '143025.040000', '143025.500000', '143025.960000', '143026.420000', '143026.880000', '143027.340000', '143027.800000', '143028.260000', '143028.720000', '143029.180000', '143029.640000', '143030.100000', '143030.560000', '143031.020000', '143031.480000', '143031.940000', '143032.400000', '143032.860000', '143033.320000', '143033.780000', '143034.240000', '143034.700000', '143035.160000', '143035.620000', '143036.080000', '143036.540000', '143037.000000', '143037.460000', '143037.920000', '143038.380000', '143038.840000', '143039.300000', '143039.760000', '143040.220000', '143040.680000', '143041.140000', '143041.600000', '143042.060000', '143042.520000', '143042.980000', '143043.440000', '143043.900000', '143044.360000', '143044.820000', '143045.280000', '143045.740000', '143046.200000', '143046.660000', '143047.120000', '143047.580000', '143048.040000', '143048.500000', '143048.960000', '143049.420000', '143049.880000', '143050.340000', '143050.800000', '143051.260000', '143051.720000', '143052.180000', '143052.640000', '143053.100000', '143053.560000', '143054.020000', '143054.480000', '143054.940000', '143055.400000', '143055.860000', '143056.320000', '143056.780000', '143057.240000', '143057.700000', '143058.160000', '143058.620000', '143059.080000', '143059.540000', '143100.000000', '143100.460000', '143100.920000', '143101.380000', '143101.840000', '143102.300000', '143102.760000', '143103.220000', '143103.680000', '143104.140000', '143104.600000', '143105.060000', '143105.520000', '143105.980000', '143106.440000', '143106.900000', '143107.360000', '143107.820000', '143108.280000', '143108.740000', '143109.200000', '143109.660000', '143110.120000', '143110.580000', '143111.040000', '143111.500000', '143111.960000', '143112.420000', '143112.880000', '143113.340000', '143113.800000', '143114.260000', '143114.720000', '143115.180000', '143115.640000', '143116.100000', '143116.560000', '143117.020000', '143117.480000', '143117.940000', '143118.400000', '143118.860000', '143119.320000', '143119.780000', '143120.240000', '143120.700000', '143121.160000', '143121.620000', '143122.080000', '143122.540000', '143123.000000', '143123.460000', '143123.920000', '143124.380000', '143124.840000', '143125.300000', '143125.760000', '143126.220000', '143126.680000', '143127.140000', '143127.600000', '143128.060000', '143128.520000', '143128.980000', '143129.440000', '143129.900000', '143130.360000', '143130.820000', '143131.280000', '143131.740000', '143132.200000', '143132.660000', '143133.120000', '143133.580000', '143134.040000', '143134.500000', '143134.960000', '143135.420000', '143135.880000', '143136.340000', '143136.800000', '143137.260000', '143137.720000', '143138.180000', '143138.640000', '143139.100000', '143139.560000', '143140.020000', '143140.480000', '143140.940000', '143141.400000', '143141.860000', '143142.320000', '143142.780000', '143143.240000', '143143.700000', '143144.160000', '143144.620000', '143145.080000', '143145.540000', '143146.000000', '143146.460000', '143146.920000', '143147.380000', '143147.840000', '143148.300000', '143148.760000', '143149.220000', '143149.680000', '143150.140000', '143150.600000', '143151.060000', '143151.520000', '143151.980000', '143152.440000', '143152.900000', '143153.360000', '143153.820000', '143154.280000', '143154.740000', '143155.200000', '143155.660000', '143156.120000', '143156.580000', '143157.040000', '143157.500000', '143157.960000', '143158.420000', '143158.880000', '143159.340000', '143159.800000', '143200.260000', '143200.720000', '143201.180000', '143201.640000', '143202.100000', '143202.560000', '143203.020000', '143203.480000', '143203.940000', '143204.400000', '143204.860000', '143205.320000', '143205.780000', '143206.240000', '143206.700000', '143207.160000', '143207.620000', '143208.080000', '143208.540000', '143209.000000', '143209.460000', '143209.920000', '143210.380000', '143210.840000', '143211.300000', '143211.760000', '143212.220000', '143212.680000', '143213.140000', '143213.600000', '143214.060000', '143214.520000', '143214.980000', '143215.440000', '143215.900000', '143216.360000', '143216.820000', '143217.280000', '143217.740000', '143218.200000', '143218.660000', '143219.120000', '143219.580000', '143220.040000', '143220.500000', '143220.960000', '143221.420000', '143221.880000', '143222.340000', '143222.800000', '143223.260000', '143223.720000', '143224.180000', '143224.640000', '143225.100000', '143225.560000', '143226.020000', '143226.480000', '143226.940000', '143227.400000', '143227.860000', '143228.320000', '143228.780000', '143229.240000', '143229.700000', '143230.160000', '143230.620000', '143231.080000', '143231.540000', '143232.000000', '143232.460000', '143232.920000', '143233.380000', '143233.840000', '143234.300000', '143234.760000', '143235.220000', '143235.680000', '143236.140000', '143236.600000', '143237.060000', '143237.520000', '143237.980000', '143238.440000', '143238.900000', '143239.360000', '143239.820000', '143240.280000', '143240.740000', '143241.200000', '143241.660000', '143242.120000', '143242.580000', '143243.040000', '143243.500000', '143243.960000', '143244.420000', '143244.880000', '143245.340000', '143245.800000', '143246.260000', '143246.720000', '143247.180000', '143247.640000', '143248.100000', '143248.560000', '143249.020000', '143249.480000', '143249.940000', '143250.400000', '143250.860000', '143251.320000', '143251.780000', '143252.240000', '143252.700000', '143253.160000', '143253.620000', '143254.080000', '143254.540000', '143255.000000', '143255.460000', '143255.920000', '143256.380000', '143256.840000', '143257.300000', '143257.760000', '143258.220000', '143258.680000', '143259.140000', '143259.600000', '143300.060000', '143300.520000', '143300.980000', '143301.440000', '143301.900000', '143302.360000', '143302.820000', '143303.280000', '143303.740000', '143304.200000', '143304.660000', '143305.120000', '143305.580000', '143306.040000', '143306.500000', '143306.960000', '143307.420000', '143307.880000', '143308.340000', '143308.800000', '143309.260000', '143309.720000', '143310.180000', '143310.640000', '143311.100000', '143311.560000', '143312.020000', '143312.480000', '143312.940000', '143313.400000', '143313.860000', '143314.320000', '143314.780000', '143315.240000', '143315.700000', '143316.160000', '143316.620000', '143317.080000', '143317.540000', '143318.000000', '143318.460000', '143318.920000', '143319.380000', '143319.840000', '143320.300000', '143320.760000', '143321.220000', '143321.680000', '143322.140000', '143322.600000', '143323.060000', '143323.520000', '143323.980000', '143324.440000', '143324.900000', '143325.360000', '143325.820000', '143326.280000', '143326.740000', '143327.200000', '143327.660000', '143328.120000', '143328.580000', '143329.040000', '143329.500000', '143329.960000', '143330.420000', '143330.880000', '143331.340000', '143331.800000', '143332.260000', '143332.720000', '143333.180000', '143333.640000', '143334.100000', '143334.560000', '143335.020000', '143335.480000', '143335.940000', '143336.400000', '143336.860000', '143337.320000', '143337.780000', '143338.240000', '143338.700000', '143339.160000', '143339.620000', '143340.080000', '143340.540000', '143341.000000', '143341.460000', '143341.920000', '143342.380000', '143342.840000', '143343.300000', '143343.760000', '143344.220000', '143344.680000', '143345.140000', '143345.600000', '143346.060000', '143346.520000', '143346.980000', '143347.440000', '143347.900000', '143348.360000', '143348.820000', '143349.280000', '143349.740000', '143350.200000', '143350.660000', '143351.120000', '143351.580000', '143352.040000', '143352.500000', '143352.960000', '143353.420000', '143353.880000', '143354.340000', '143354.800000', '143355.260000', '143355.720000', '143356.180000', '143356.640000', '143357.100000', '143357.560000', '143358.020000', '143358.480000', '143358.940000', '143359.400000', '143359.860000', '143400.320000', '143400.780000', '143401.240000', '143401.700000', '143402.160000', '143402.620000', '143403.080000', '143403.540000', '143404.000000', '143404.460000', '143404.920000', '143405.380000', '143405.840000', '143406.300000', '143406.760000', '143407.220000', '143407.680000', '143408.140000', '143408.600000', '143409.060000', '143409.520000', '143409.980000', '143410.440000', '143410.900000', '143411.360000', '143411.820000', '143412.280000', '143412.740000', '143413.200000', '143413.660000', '143414.120000', '143414.580000', '143415.040000', '143415.500000', '143415.960000', '143416.420000', '143416.880000', '143417.340000', '143417.800000', '143418.260000', '143418.720000', '143419.180000', '143419.640000', '143420.100000', '143420.560000', '143421.020000', '143421.480000', '143421.940000', '143422.400000', '143422.860000', '143423.320000', '143423.780000', '143424.240000', '143424.700000', '143425.160000', '143425.620000', '143426.080000', '143426.540000', '143427.000000', '143427.460000', '143427.920000', '143428.380000', '143428.840000', '143429.300000', '143429.760000', '143430.220000', '143430.680000', '143431.140000', '143431.600000', '143432.060000', '143432.520000', '143432.980000', '143433.440000', '143433.900000', '143434.360000', '143434.820000', '143435.280000', '143435.740000', '143436.200000', '143436.660000', '143437.120000', '143437.580000', '143438.040000', '143438.500000', '143438.960000', '143439.420000', '143439.880000', '143440.340000', '143440.800000', '143441.260000', '143441.720000', '143442.180000', '143442.640000', '143443.100000', '143443.560000', '143444.020000', '143444.480000', '143444.940000', '143445.400000', '143445.860000', '143446.320000', '143446.780000', '143447.240000', '143447.700000', '143448.160000', '143448.620000', '143449.080000', '143449.540000', '143450.000000', '143450.460000', '143450.920000', '143451.380000', '143451.840000', '143452.300000', '143452.760000', '143453.220000', '143453.680000', '143454.140000', '143454.600000', '143455.060000', '143455.520000', '143455.980000', '143456.440000', '143456.900000', '143457.360000', '143457.820000', '143458.280000', '143458.740000', '143459.200000', '143459.660000', '143500.120000', '143500.580000', '143501.040000', '143501.500000', '143501.960000', '143502.420000', '143502.880000', '143503.340000', '143503.800000', '143504.260000', '143504.720000', '143505.180000', '143505.640000', '143506.100000', '143506.560000', '143507.020000', '143507.480000', '143507.940000', '143508.400000', '143508.860000', '143509.320000', '143509.780000', '143510.240000', '143510.700000', '143511.160000', '143511.620000', '143512.080000', '143512.540000', '143513.000000', '143513.460000', '143513.920000', '143514.380000', '143514.840000', '143515.300000', '143515.760000', '143516.220000', '143516.680000', '143517.140000', '143517.600000', '143518.060000', '143518.520000', '143518.980000', '143519.440000', '143519.900000', '143520.360000', '143520.820000', '143521.280000', '143521.740000', '143522.200000', '143522.660000', '143523.120000', '143523.580000', '143524.040000', '143524.500000', '143524.960000', '143525.420000', '143525.880000', '143526.340000', '143526.800000', '143527.260000', '143527.720000', '143528.180000', '143528.640000', '143529.100000', '143529.560000', '143530.020000', '143530.480000', '143530.940000', '143531.400000', '143531.860000', '143532.320000', '143532.780000', '143533.240000', '143533.700000', '143534.160000', '143534.620000', '143535.080000', '143535.540000', '143536.000000', '143536.460000', '143536.920000', '143537.380000', '143537.840000', '143538.300000', '143538.760000', '143539.220000', '143539.680000', '143540.140000', '143540.600000', '143541.060000', '143541.520000', '143541.980000', '143542.440000', '143542.900000', '143543.360000', '143543.820000', '143544.280000', '143544.740000', '143545.200000', '143545.660000', '143546.120000', '143546.580000', '143547.040000', '143547.500000', '143547.960000', '143548.420000', '143548.880000', '143549.340000', '143549.800000', '143550.260000', '143550.720000', '143551.180000', '143551.640000', '143552.100000', '143552.560000', '143553.020000', '143553.480000', '143553.940000', '143554.400000', '143554.860000', '143555.320000', '143555.780000', '143556.240000', '143556.700000', '143557.160000', '143557.620000', '143558.080000', '143558.540000', '143559.000000', '143559.460000', '143559.920000', '143600.380000', '143600.840000', '143601.300000', '143601.760000', '143602.220000', '143602.680000', '143603.140000', '143603.600000', '143604.060000', '143604.520000', '143604.980000', '143605.440000', '143605.900000', '143606.360000', '143606.820000', '143607.280000', '143607.740000', '143608.200000', '143608.660000', '143609.120000', '143609.580000', '143610.040000', '143610.500000', '143610.960000', '143611.420000', '143611.880000', '143612.340000', '143612.800000', '143613.260000', '143613.720000', '143614.180000', '143614.640000', '143615.100000', '143615.560000', '143616.020000', '143616.480000', '143616.940000', '143617.400000', '143617.860000', '143618.320000', '143618.780000', '143619.240000', '143619.700000', '143620.160000', '143620.620000', '143621.080000', '143621.540000', '143622.000000', '143622.460000', '143622.920000', '143623.380000', '143623.840000', '143624.300000', '143624.760000', '143625.220000', '143625.680000', '143626.140000', '143626.600000', '143627.060000', '143627.520000', '143627.980000', '143628.440000', '143628.900000', '143629.360000', '143629.820000', '143630.280000', '143630.740000', '143631.200000', '143631.660000', '143632.120000', '143632.580000', '143633.040000', '143633.500000', '143633.960000', '143634.420000', '143634.880000', '143635.340000', '143635.800000', '143636.260000', '143636.720000', '143637.180000', '143637.640000', '143638.100000', '143638.560000', '143639.020000', '143639.480000', '143639.940000', '143640.400000', '143640.860000', '143641.320000', '143641.780000', '143642.240000', '143642.700000', '143643.160000', '143643.620000', '143644.080000', '143644.540000', '143645.000000', '143645.460000', '143645.920000', '143646.380000', '143646.840000', '143647.300000', '143647.760000', '143648.220000', '143648.680000', '143649.140000', '143649.600000', '143650.060000', '143650.520000', '143650.980000', '143651.440000', '143651.900000', '143652.360000', '143652.820000', '143653.280000', '143653.740000', '143654.200000', '143654.660000', '143655.120000', '143655.580000', '143656.040000', '143656.500000', '143656.960000', '143657.420000', '143657.880000', '143658.340000', '143658.800000', '143659.260000', '143659.720000', '143700.180000', '143700.640000', '143701.100000', '143701.560000', '143702.020000', '143702.480000', '143702.940000', '143703.400000', '143703.860000', '143704.320000', '143704.780000', '143705.240000', '143705.700000', '143706.160000', '143706.620000', '143707.080000', '143707.540000', '143708.000000', '143708.460000', '143708.920000', '143709.380000', '143709.840000', '143710.300000', '143710.760000', '143711.220000', '143711.680000', '143712.140000', '143712.600000', '143713.060000', '143713.520000', '143713.980000', '143714.440000', '143714.900000', '143715.360000', '143715.820000', '143716.280000', '143716.740000', '143717.200000', '143717.660000', '143718.120000', '143718.580000', '143719.040000', '143719.500000', '143719.960000', '143720.420000', '143720.880000', '143721.340000', '143721.800000', '143722.260000', '143722.720000', '143723.180000', '143723.640000', '143724.100000', '143724.560000', '143725.020000', '143725.480000', '143725.940000', '143726.400000', '143726.860000', '143727.320000', '143727.780000', '143728.240000', '143728.700000', '143729.160000', '143729.620000', '143730.080000', '143730.540000', '143731.000000', '143731.460000', '143731.920000', '143732.380000', '143732.840000', '143733.300000', '143733.760000', '143734.220000', '143734.680000', '143735.140000', '143735.600000', '143736.060000', '143736.520000', '143736.980000', '143737.440000', '143737.900000', '143738.360000', '143738.820000', '143739.280000', '143739.740000', '143740.200000', '143740.660000', '143741.120000', '143741.580000', '143742.040000', '143742.500000', '143742.960000', '143743.420000', '143743.880000', '143744.340000', '143744.800000', '143745.260000', '143745.720000', '143746.180000', '143746.640000', '143747.100000', '143747.560000', '143748.020000', '143748.480000', '143748.940000', '143749.400000', '143749.860000', '143750.320000', '143750.780000', '143751.240000', '143751.700000', '143752.160000', '143752.620000', '143753.080000', '143753.540000', '143754.000000', '143754.460000', '143754.920000', '143755.380000', '143755.840000', '143756.300000', '143756.760000', '143757.220000', '143757.680000', '143758.140000', '143758.600000', '143759.060000', '143759.520000', '143759.980000', '143800.440000', '143800.900000', '143801.360000', '143801.820000', '143802.280000', '143802.740000', '143803.200000', '143803.660000', '143804.120000', '143804.580000', '143805.040000', '143805.500000', '143805.960000', '143806.420000', '143806.880000', '143807.340000', '143807.800000', '143808.260000', '143808.720000', '143809.180000', '143809.640000', '143810.100000', '143810.560000', '143811.020000', '143811.480000', '143811.940000', '143812.400000', '143812.860000', '143813.320000', '143813.780000', '143814.240000', '143814.700000', '143815.160000', '143815.620000', '143816.080000', '143816.540000', '143817.000000', '143817.460000', '143817.920000', '143818.380000', '143818.840000', '143819.300000', '143819.760000', '143820.220000', '143820.680000', '143821.140000', '143821.600000', '143822.060000', '143822.520000', '143822.980000', '143823.440000', '143823.900000', '143824.360000', '143824.820000', '143825.280000', '143825.740000', '143826.200000', '143826.660000', '143827.120000', '143827.580000', '143828.040000', '143828.500000', '143828.960000', '143829.420000', '143829.880000', '143830.340000', '143830.800000', '143831.260000', '143831.720000', '143832.180000', '143832.640000', '143833.100000', '143833.560000', '143834.020000', '143834.480000', '143834.940000', '143835.400000', '143835.860000', '143836.320000', '143836.780000', '143837.240000', '143837.700000', '143838.160000', '143838.620000', '143839.080000', '143839.540000', '143840.000000', '143840.460000', '143840.920000', '143841.380000', '143841.840000', '143842.300000', '143842.760000', '143843.220000', '143843.680000', '143844.140000', '143844.600000', '143845.060000', '143845.520000', '143845.980000', '143846.440000', '143846.900000', '143847.360000', '143847.820000', '143848.280000', '143848.740000', '143849.200000', '143849.660000', '143850.120000', '143850.580000', '143851.040000', '143851.500000', '143851.960000', '143852.420000', '143852.880000', '143853.340000', '143853.800000', '143854.260000', '143854.720000', '143855.180000', '143855.640000', '143856.100000', '143856.560000', '143857.020000', '143857.480000', '143857.940000', '143858.400000', '143858.860000', '143859.320000', '143859.780000', '143900.240000', '143900.700000', '143901.160000', '143901.620000', '143902.080000', '143902.540000', '143903.000000', '143903.460000', '143903.920000', '143904.380000', '143904.840000', '143905.300000', '143905.760000', '143906.220000', '143906.680000', '143907.140000', '143907.600000', '143908.060000', '143908.520000', '143908.980000', '143909.440000', '143909.900000', '143910.360000', '143910.820000', '143911.280000', '143911.740000', '143912.200000', '143912.660000', '143913.120000', '143913.580000', '143914.040000', '143914.500000', '143914.960000', '143915.420000', '143915.880000', '143916.340000', '143916.800000', '143917.260000', '143917.720000', '143918.180000', '143918.640000', '143919.100000', '143919.560000', '143920.020000', '143920.480000', '143920.940000', '143921.400000', '143921.860000', '143922.320000', '143922.780000', '143923.240000', '143923.700000', '143924.160000', '143924.620000', '143925.080000', '143925.540000', '143926.000000', '143926.460000', '143926.920000', '143927.380000', '143927.840000', '143928.300000', '143928.760000', '143929.220000', '143929.680000', '143930.140000', '143930.600000', '143931.060000', '143931.520000', '143931.980000', '143932.440000', '143932.900000', '143933.360000', '143933.820000', '143934.280000', '143934.740000', '143935.200000', '143935.660000', '143936.120000', '143936.580000', '143937.040000', '143937.500000'], 'ContentTime': ['143037.607000', '143037.610000', '143037.614000', '143037.617000', '143037.619000', '143037.622000', '143037.626000', '143037.629000', '143037.632000', '143037.642000', '143037.645000', '143037.648000', '143037.650000', '143037.654000', '143037.657000', '143037.660000', '143037.663000', '143037.666000', '143037.669000', '143037.672000', '143037.675000', '143037.678000', '143037.681000', '143037.684000', '143037.687000', '143037.690000', '143037.693000', '143037.696000', '143037.699000', '143037.702000', '143037.705000', '143037.707000', '143037.710000', '143057.567000', '143057.570000', '143057.573000', '143057.583000', '143057.586000', '143057.589000', '143057.592000', '143057.595000', '143057.598000', '143057.600000', '143057.603000', '143057.606000', '143057.609000', '143057.611000', '143057.614000', '143057.617000', '143057.620000', '143057.623000', '143057.625000', '143057.628000', '143057.631000', '143057.634000', '143057.637000', '143057.639000', '143057.642000', '143057.645000', '143057.648000', '143057.651000', '143057.653000', '143057.656000', '143057.659000', '143057.662000', '143057.664000', '143057.667000', '143057.670000', '143057.673000', '143057.676000', '143057.678000', '143057.681000', '143057.684000', '143057.687000', '143057.690000', '143057.692000', '143117.567000', '143117.570000', '143117.573000', '143117.575000', '143117.578000', '143117.581000', '143117.584000', '143117.587000', '143117.590000', '143117.592000', '143117.595000', '143117.598000', '143117.601000', '143117.603000', '143117.606000', '143117.609000', '143117.612000', '143117.615000', '143117.622000', '143117.625000', '143117.627000', '143117.630000', '143117.633000', '143117.636000', '143117.639000', '143117.641000', '143117.644000', '143117.647000', '143117.650000', '143117.653000', '143117.655000', '143117.658000', '143117.661000', '143117.664000', '143117.667000', '143117.669000', '143117.672000', '143117.675000', '143117.678000', '143117.681000', '143117.683000', '143117.686000', '143117.689000', '143117.692000', '143137.567000', '143137.570000', '143137.573000', '143137.576000', '143137.579000', '143137.582000', '143137.584000', '143137.587000', '143137.590000', '143137.593000', '143137.596000', '143137.599000', '143137.601000', '143137.604000', '143137.607000', '143137.610000', '143137.613000', '143137.616000', '143137.618000', '143137.621000', '143137.636000', '143137.639000', '143137.642000', '143137.645000', '143137.647000', '143137.650000', '143137.653000', '143137.656000', '143137.659000', '143137.661000', '143137.664000', '143137.667000', '143137.670000', '143137.673000', '143137.675000', '143137.678000', '143137.681000', '143137.684000', '143137.687000', '143137.689000', '143137.692000', '143137.695000', '143137.698000', '143157.567000', '143157.570000', '143157.573000', '143157.575000', '143157.578000', '143157.581000', '143157.584000', '143157.587000', '143157.590000', '143157.592000', '143157.595000', '143157.598000', '143157.601000', '143157.604000', '143157.606000', '143157.609000', '143157.612000', '143157.615000', '143157.618000', '143157.620000', '143157.623000', '143157.626000', '143157.629000', '143157.632000', '143157.635000', '143157.637000', '143157.640000', '143157.643000', '143157.646000', '143157.649000', '143157.651000', '143157.654000', '143157.657000', '143157.660000', '143157.663000', '143157.666000', '143157.668000', '143157.671000', '143157.674000', '143157.677000', '143157.680000', '143157.682000', '143157.685000', '143157.688000', '143217.567000', '143217.570000', '143217.573000', '143217.576000', '143217.578000', '143217.581000', '143217.584000', '143217.587000', '143217.590000', '143217.592000', '143217.595000', '143217.598000', '143217.601000', '143217.604000', '143217.606000', '143217.609000', '143217.612000', '143217.615000', '143217.618000', '143217.621000', '143217.624000', '143217.627000', '143217.630000', '143217.633000', '143217.635000', '143217.638000', '143217.641000', '143217.644000', '143217.647000', '143217.649000', '143217.652000', '143217.655000', '143217.658000', '143217.660000', '143217.663000', '143217.666000', '143217.669000', '143217.672000', '143217.674000', '143217.677000', '143217.680000', '143217.683000', '143217.685000', '143237.567000', '143237.570000', '143237.573000', '143237.575000', '143237.578000', '143237.583000', '143237.586000', '143237.589000', '143237.592000', '143237.594000', '143237.597000', '143237.600000', '143237.603000', '143237.606000', '143237.609000', '143237.612000', '143237.615000', '143237.617000', '143237.620000', '143237.623000', '143237.626000', '143237.629000', '143237.632000', '143237.634000', '143237.637000', '143237.640000', '143237.643000', '143237.646000', '143237.648000', '143237.651000', '143237.654000', '143237.657000', '143237.660000', '143237.662000', '143237.665000', '143237.668000', '143237.671000', '143237.674000', '143237.676000', '143237.679000', '143237.682000', '143237.685000', '143237.688000', '143237.690000', '143257.567000', '143257.570000', '143257.573000', '143257.576000', '143257.578000', '143257.581000', '143257.584000', '143257.587000', '143257.590000', '143257.592000', '143257.595000', '143257.598000', '143257.601000', '143257.604000', '143257.607000', '143257.609000', '143257.612000', '143257.615000', '143257.618000', '143257.621000', '143257.624000', '143257.626000', '143257.629000', '143257.632000', '143257.635000', '143257.638000', '143257.640000', '143257.643000', '143257.647000', '143257.650000', '143257.653000', '143257.656000', '143257.659000', '143257.661000', '143257.664000', '143257.667000', '143257.670000', '143257.673000', '143257.675000', '143257.678000', '143257.681000', '143257.684000', '143257.687000', '143317.567000', '143317.570000', '143317.573000', '143317.575000', '143317.578000', '143317.581000', '143317.584000', '143317.587000', '143317.590000', '143317.592000', '143317.595000', '143317.598000', '143317.601000', '143317.604000', '143317.606000', '143317.609000', '143317.627000', '143317.629000', '143317.632000', '143317.635000', '143317.638000', '143317.641000', '143317.643000', '143317.646000', '143317.649000', '143317.652000', '143317.655000', '143317.657000', '143317.660000', '143317.663000', '143317.666000', '143317.669000', '143317.672000', '143317.674000', '143317.677000', '143317.680000', '143317.683000', '143317.686000', '143317.688000', '143317.691000', '143317.694000', '143317.697000', '143317.700000', '143317.703000', '143337.567000', '143337.570000', '143337.573000', '143337.576000', '143337.578000', '143337.581000', '143337.584000', '143337.587000', '143337.590000', '143337.592000', '143337.595000', '143337.600000', '143337.603000', '143337.606000', '143337.609000', '143337.612000', '143337.614000', '143337.617000', '143337.620000', '143337.623000', '143337.626000', '143337.628000', '143337.631000', '143337.634000', '143337.637000', '143337.640000', '143337.643000', '143337.646000', '143337.648000', '143337.651000', '143337.654000', '143337.657000', '143337.660000', '143337.663000', '143337.666000', '143337.669000', '143337.672000', '143337.674000', '143337.677000', '143337.680000', '143337.683000', '143337.685000', '143337.688000', '143357.567000', '143357.570000', '143357.573000', '143357.576000', '143357.578000', '143357.581000', '143357.584000', '143357.587000', '143357.590000', '143357.593000', '143357.595000', '143357.598000', '143357.601000', '143357.604000', '143357.607000', '143357.610000', '143357.612000', '143357.615000', '143357.618000', '143357.621000', '143357.624000', '143357.626000', '143357.629000', '143357.632000', '143357.635000', '143357.638000', '143357.640000', '143357.643000', '143357.646000', '143357.649000', '143357.652000', '143357.655000', '143357.657000', '143357.660000', '143357.663000', '143357.666000', '143357.669000', '143357.671000', '143357.674000', '143357.677000', '143357.680000', '143357.683000', '143357.685000', '143357.688000', '143417.567000', '143417.570000', '143417.573000', '143417.576000', '143417.578000', '143417.581000', '143417.584000', '143417.587000', '143417.590000', '143417.592000', '143417.595000', '143417.598000', '143417.601000', '143417.604000', '143417.607000', '143417.609000', '143417.612000', '143417.615000', '143417.618000', '143417.621000', '143417.623000', '143417.626000', '143417.630000', '143417.633000', '143417.636000', '143417.638000', '143417.641000', '143417.644000', '143417.647000', '143417.650000', '143417.653000', '143417.656000', '143417.658000', '143417.661000', '143417.664000', '143417.667000', '143417.670000', '143417.672000', '143417.675000', '143417.678000', '143417.681000', '143417.684000', '143417.687000', '143437.567000', '143437.570000', '143437.573000', '143437.575000', '143437.578000', '143437.581000', '143437.584000', '143437.587000', '143437.589000', '143437.592000', '143437.595000', '143437.598000', '143437.600000', '143437.603000', '143437.606000', '143437.609000', '143437.612000', '143437.615000', '143437.617000', '143437.620000', '143437.623000', '143437.626000', '143437.629000', '143437.631000', '143437.634000', '143437.637000', '143437.640000', '143437.643000', '143437.646000', '143437.648000', '143437.651000', '143437.654000', '143437.657000', '143437.659000', '143437.662000', '143437.665000', '143437.668000', '143437.671000', '143437.674000', '143437.676000', '143437.679000', '143437.698000', '143437.701000', '143437.704000', '143457.567000', '143457.570000', '143457.573000', '143457.576000', '143457.578000', '143457.581000', '143457.584000', '143457.587000', '143457.590000', '143457.593000', '143457.595000', '143457.598000', '143457.601000', '143457.604000', '143457.607000', '143457.610000', '143457.612000', '143457.615000', '143457.618000', '143457.621000', '143457.624000', '143457.626000', '143457.629000', '143457.632000', '143457.635000', '143457.639000', '143457.642000', '143457.645000', '143457.648000', '143457.650000', '143457.653000', '143457.656000', '143457.659000', '143457.662000', '143457.664000', '143457.667000', '143457.670000', '143457.673000', '143457.676000', '143457.679000', '143457.681000', '143457.684000', '143457.687000', '143517.567000', '143517.570000', '143517.573000', '143517.575000', '143517.578000', '143517.581000', '143517.584000', '143517.587000', '143517.590000', '143517.592000', '143517.595000', '143517.598000', '143517.601000', '143517.604000', '143517.607000', '143517.610000', '143517.612000', '143517.615000', '143517.618000', '143517.621000', '143517.624000', '143517.626000', '143517.629000', '143517.632000', '143517.635000', '143517.638000', '143517.641000', '143517.643000', '143517.646000', '143517.649000', '143517.652000', '143517.655000', '143517.658000', '143517.660000', '143517.663000', '143517.666000', '143517.669000', '143517.672000', '143517.674000', '143517.677000', '143517.680000', '143517.683000', '143517.686000', '143517.688000', '143537.567000', '143537.570000', '143537.573000', '143537.576000', '143537.578000', '143537.581000', '143537.584000', '143537.587000', '143537.590000', '143537.592000', '143537.595000', '143537.598000', '143537.601000', '143537.604000', '143537.606000', '143537.609000', '143537.612000', '143537.615000', '143537.618000', '143537.621000', '143537.623000', '143537.626000', '143537.629000', '143537.632000', '143537.635000', '143537.638000', '143537.641000', '143537.643000', '143537.646000', '143537.649000', '143537.652000', '143537.655000', '143537.658000', '143537.660000', '143537.663000', '143537.666000', '143537.669000', '143537.672000', '143537.674000', '143537.677000', '143537.680000', '143537.683000', '143537.686000', '143557.567000', '143557.570000', '143557.573000', '143557.576000', '143557.578000', '143557.581000', '143557.584000', '143557.587000', '143557.590000', '143557.592000', '143557.595000', '143557.598000', '143557.601000', '143557.604000', '143557.606000', '143557.609000', '143557.612000', '143557.615000', '143557.618000', '143557.620000', '143557.623000', '143557.626000', '143557.629000', '143557.632000', '143557.635000', '143557.637000', '143557.640000', '143557.643000', '143557.646000', '143557.649000', '143557.651000', '143557.655000', '143557.658000', '143557.660000', '143557.663000', '143557.666000', '143557.669000', '143557.672000', '143557.674000', '143557.677000', '143557.680000', '143557.683000', '143557.686000', '143557.689000', '143617.567000', '143617.570000', '143617.573000', '143617.576000', '143617.578000', '143617.581000', '143617.584000', '143617.587000', '143617.608000', '143617.611000', '143617.613000', '143617.616000', '143617.619000', '143617.622000', '143617.625000', '143617.627000', '143617.630000', '143617.633000', '143617.636000', '143617.638000', '143617.641000', '143617.644000', '143617.647000', '143617.650000', '143617.653000', '143617.655000', '143617.658000', '143617.661000', '143617.664000', '143617.667000', '143617.669000', '143617.672000', '143617.677000', '143617.680000', '143617.683000', '143617.686000', '143617.689000', '143617.692000', '143617.695000', '143617.697000', '143617.700000', '143617.703000', '143617.706000', '143637.568000', '143637.571000', '143637.574000', '143637.577000', '143637.579000', '143637.582000', '143637.585000', '143637.588000', '143637.591000', '143637.594000', '143637.596000', '143637.599000', '143637.602000', '143637.605000', '143637.607000', '143637.610000', '143637.613000', '143637.616000', '143637.619000', '143637.621000', '143637.624000', '143637.627000', '143637.630000', '143637.633000', '143637.635000', '143637.638000', '143637.641000', '143637.644000', '143637.647000', '143637.650000', '143637.652000', '143637.655000', '143637.658000', '143637.661000', '143637.663000', '143637.666000', '143637.669000', '143637.672000', '143637.675000', '143637.678000', '143637.680000', '143637.683000', '143637.686000', '143637.689000', '143657.567000', '143657.570000', '143657.573000', '143657.576000', '143657.578000', '143657.581000', '143657.584000', '143657.587000', '143657.590000', '143657.592000', '143657.595000', '143657.598000', '143657.601000', '143657.604000', '143657.606000', '143657.609000', '143657.612000', '143657.615000', '143657.617000', '143657.620000', '143657.623000', '143657.626000', '143657.629000', '143657.632000', '143657.634000', '143657.637000', '143657.640000', '143657.643000', '143657.646000', '143657.648000', '143657.651000', '143657.654000', '143657.657000', '143657.660000', '143657.662000', '143657.665000', '143657.668000', '143657.671000', '143657.674000', '143657.677000', '143657.679000', '143657.682000', '143657.685000', '143717.567000', '143717.570000', '143717.573000', '143717.576000', '143717.578000', '143717.581000', '143717.584000', '143717.587000', '143717.590000', '143717.593000', '143717.595000', '143717.598000', '143717.601000', '143717.604000', '143717.606000', '143717.609000', '143717.612000', '143717.615000', '143717.618000', '143717.621000', '143717.623000', '143717.626000', '143717.629000', '143717.632000', '143717.635000', '143717.637000', '143717.640000', '143717.643000', '143717.646000', '143717.649000', '143717.652000', '143717.654000', '143717.657000', '143717.660000', '143717.663000', '143717.666000', '143717.668000', '143717.671000', '143717.674000', '143717.687000', '143717.689000', '143717.692000', '143717.695000', '143717.698000', '143737.567000', '143737.570000', '143737.573000', '143737.576000', '143737.579000', '143737.581000', '143737.584000', '143737.587000', '143737.590000', '143737.593000', '143737.596000', '143737.598000', '143737.601000', '143737.604000', '143737.607000', '143737.609000', '143737.612000', '143737.615000', '143737.618000', '143737.634000', '143737.637000', '143737.639000', '143737.642000', '143737.645000', '143737.648000', '143737.651000', '143737.653000', '143737.656000', '143737.659000', '143737.662000', '143737.665000', '143737.667000', '143737.670000', '143737.673000', '143737.676000', '143737.679000', '143737.682000', '143737.684000', '143737.687000', '143737.690000', '143737.693000', '143737.696000', '143737.698000', '143757.567000', '143757.570000', '143757.573000', '143757.576000', '143757.578000', '143757.581000', '143757.584000', '143757.587000', '143757.590000', '143757.593000', '143757.595000', '143757.598000', '143757.601000', '143757.604000', '143757.606000', '143757.609000', '143757.612000', '143757.615000', '143757.618000', '143757.621000', '143757.623000', '143757.626000', '143757.629000', '143757.632000', '143757.635000', '143757.637000', '143757.640000', '143757.643000', '143757.646000', '143757.649000', '143757.652000', '143757.654000', '143757.657000', '143757.660000', '143757.663000', '143757.666000', '143757.668000', '143757.671000', '143757.674000', '143757.677000', '143757.680000', '143757.683000', '143757.686000', '143817.567000', '143817.570000', '143817.573000', '143817.576000', '143817.578000', '143817.581000', '143817.584000', '143817.587000', '143817.590000', '143817.593000', '143817.595000', '143817.598000', '143817.601000', '143817.604000', '143817.607000', '143817.610000', '143817.612000', '143817.615000', '143817.618000', '143817.621000', '143817.624000', '143817.627000', '143817.629000', '143817.632000', '143817.635000', '143817.638000', '143817.641000', '143817.643000', '143817.646000', '143817.649000', '143817.652000', '143817.655000', '143817.658000', '143817.660000', '143817.663000', '143817.666000', '143817.669000', '143817.672000', '143817.674000', '143817.677000', '143817.680000', '143817.683000', '143817.686000', '143817.689000', '143837.567000', '143837.570000', '143837.573000', '143837.576000', '143837.579000', '143837.582000', '143837.585000', '143837.588000', '143837.590000', '143837.593000', '143837.596000', '143837.599000', '143837.602000', '143837.604000', '143837.607000', '143837.610000', '143837.613000', '143837.616000', '143837.619000', '143837.621000', '143837.624000', '143837.627000', '143837.630000', '143837.633000', '143837.635000', '143837.638000', '143837.641000', '143837.644000', '143837.647000', '143837.650000', '143837.652000', '143837.655000', '143837.658000', '143837.661000', '143837.664000', '143837.667000', '143837.669000', '143837.672000', '143837.675000', '143837.678000', '143837.681000', '143837.683000', '143837.686000', '143857.568000', '143857.571000', '143857.579000', '143857.582000', '143857.585000', '143857.588000', '143857.591000', '143857.593000', '143857.596000', '143857.599000', '143857.602000', '143857.605000', '143857.608000', '143857.610000', '143857.613000', '143857.616000', '143857.619000', '143857.622000', '143857.625000', '143857.628000', '143857.630000', '143857.633000', '143857.636000', '143857.639000', '143857.642000', '143857.644000', '143857.647000', '143857.650000', '143857.653000', '143857.656000', '143857.658000', '143857.661000', '143857.664000', '143857.667000', '143857.670000', '143857.673000', '143857.675000', '143857.678000', '143857.681000', '143857.684000', '143857.687000', '143857.689000', '143857.692000', '143857.695000', '143917.567000', '143917.570000', '143917.573000', '143917.576000', '143917.579000', '143917.581000', '143917.584000', '143917.587000', '143917.590000', '143917.593000', '143917.595000', '143917.598000', '143917.601000', '143917.604000', '143917.607000', '143917.610000', '143917.613000', '143917.616000', '143917.619000', '143917.622000', '143917.624000', '143917.627000', '143917.630000', '143917.633000', '143917.635000', '143917.638000', '143917.641000', '143917.644000', '143917.647000', '143917.650000', '143917.653000', '143917.655000', '143917.658000', '143917.661000', '143917.664000', '143917.667000', '143917.669000', '143917.672000', '143917.675000', '143917.678000', '143917.681000', '143917.683000', '143917.686000', '143937.567000', '143937.570000', '143937.573000', '143937.576000', '143937.579000', '143937.581000', '143937.584000', '143937.587000', '143937.590000', '143937.593000', '143937.595000', '143937.598000', '143937.601000', '143937.604000', '143937.607000', '143937.610000', '143937.612000', '143937.615000', '143937.618000', '143937.621000', '143937.624000', '143937.627000', '143937.629000', '143937.632000', '143937.635000', '143937.638000', '143937.641000', '143937.643000', '143937.646000', '143937.649000', '143937.652000', '143937.655000', '143937.657000', '143937.660000', '143937.663000', '143937.666000', '143937.669000', '143937.672000', '143937.674000', '143937.677000', '143937.680000', '143937.683000', '143937.686000', '143937.689000', '143938.353000', '143938.356000'], 'InstanceCreationTime': ['143037.607000', '143037.610000', '143037.614000', '143037.617000', '143037.619000', '143037.622000', '143037.626000', '143037.629000', '143037.632000', '143037.642000', '143037.645000', '143037.648000', '143037.650000', '143037.654000', '143037.657000', '143037.660000', '143037.663000', '143037.666000', '143037.669000', '143037.672000', '143037.675000', '143037.678000', '143037.681000', '143037.684000', '143037.687000', '143037.690000', '143037.693000', '143037.696000', '143037.699000', '143037.702000', '143037.705000', '143037.707000', '143037.710000', '143057.567000', '143057.570000', '143057.573000', '143057.583000', '143057.586000', '143057.589000', '143057.592000', '143057.595000', '143057.598000', '143057.600000', '143057.603000', '143057.606000', '143057.609000', '143057.611000', '143057.614000', '143057.617000', '143057.620000', '143057.623000', '143057.625000', '143057.628000', '143057.631000', '143057.634000', '143057.637000', '143057.639000', '143057.642000', '143057.645000', '143057.648000', '143057.651000', '143057.653000', '143057.656000', '143057.659000', '143057.662000', '143057.664000', '143057.667000', '143057.670000', '143057.673000', '143057.676000', '143057.678000', '143057.681000', '143057.684000', '143057.687000', '143057.690000', '143057.692000', '143117.567000', '143117.570000', '143117.573000', '143117.575000', '143117.578000', '143117.581000', '143117.584000', '143117.587000', '143117.590000', '143117.592000', '143117.595000', '143117.598000', '143117.601000', '143117.603000', '143117.606000', '143117.609000', '143117.612000', '143117.615000', '143117.622000', '143117.625000', '143117.627000', '143117.630000', '143117.633000', '143117.636000', '143117.639000', '143117.641000', '143117.644000', '143117.647000', '143117.650000', '143117.653000', '143117.655000', '143117.658000', '143117.661000', '143117.664000', '143117.667000', '143117.669000', '143117.672000', '143117.675000', '143117.678000', '143117.681000', '143117.683000', '143117.686000', '143117.689000', '143117.692000', '143137.567000', '143137.570000', '143137.573000', '143137.576000', '143137.579000', '143137.582000', '143137.584000', '143137.587000', '143137.590000', '143137.593000', '143137.596000', '143137.599000', '143137.601000', '143137.604000', '143137.607000', '143137.610000', '143137.613000', '143137.616000', '143137.618000', '143137.621000', '143137.636000', '143137.639000', '143137.642000', '143137.645000', '143137.647000', '143137.650000', '143137.653000', '143137.656000', '143137.659000', '143137.661000', '143137.664000', '143137.667000', '143137.670000', '143137.673000', '143137.675000', '143137.678000', '143137.681000', '143137.684000', '143137.687000', '143137.689000', '143137.692000', '143137.695000', '143137.698000', '143157.567000', '143157.570000', '143157.573000', '143157.575000', '143157.578000', '143157.581000', '143157.584000', '143157.587000', '143157.590000', '143157.592000', '143157.595000', '143157.598000', '143157.601000', '143157.604000', '143157.606000', '143157.609000', '143157.612000', '143157.615000', '143157.618000', '143157.620000', '143157.623000', '143157.626000', '143157.629000', '143157.632000', '143157.635000', '143157.637000', '143157.640000', '143157.643000', '143157.646000', '143157.649000', '143157.651000', '143157.654000', '143157.657000', '143157.660000', '143157.663000', '143157.666000', '143157.668000', '143157.671000', '143157.674000', '143157.677000', '143157.680000', '143157.682000', '143157.685000', '143157.688000', '143217.567000', '143217.570000', '143217.573000', '143217.576000', '143217.578000', '143217.581000', '143217.584000', '143217.587000', '143217.590000', '143217.592000', '143217.595000', '143217.598000', '143217.601000', '143217.604000', '143217.606000', '143217.609000', '143217.612000', '143217.615000', '143217.618000', '143217.621000', '143217.624000', '143217.627000', '143217.630000', '143217.633000', '143217.635000', '143217.638000', '143217.641000', '143217.644000', '143217.647000', '143217.649000', '143217.652000', '143217.655000', '143217.658000', '143217.660000', '143217.663000', '143217.666000', '143217.669000', '143217.672000', '143217.674000', '143217.677000', '143217.680000', '143217.683000', '143217.685000', '143237.567000', '143237.570000', '143237.573000', '143237.575000', '143237.578000', '143237.583000', '143237.586000', '143237.589000', '143237.592000', '143237.594000', '143237.597000', '143237.600000', '143237.603000', '143237.606000', '143237.609000', '143237.612000', '143237.615000', '143237.617000', '143237.620000', '143237.623000', '143237.626000', '143237.629000', '143237.632000', '143237.634000', '143237.637000', '143237.640000', '143237.643000', '143237.646000', '143237.648000', '143237.651000', '143237.654000', '143237.657000', '143237.660000', '143237.662000', '143237.665000', '143237.668000', '143237.671000', '143237.674000', '143237.676000', '143237.679000', '143237.682000', '143237.685000', '143237.688000', '143237.690000', '143257.567000', '143257.570000', '143257.573000', '143257.576000', '143257.578000', '143257.581000', '143257.584000', '143257.587000', '143257.590000', '143257.592000', '143257.595000', '143257.598000', '143257.601000', '143257.604000', '143257.607000', '143257.609000', '143257.612000', '143257.615000', '143257.618000', '143257.621000', '143257.624000', '143257.626000', '143257.629000', '143257.632000', '143257.635000', '143257.638000', '143257.640000', '143257.643000', '143257.647000', '143257.650000', '143257.653000', '143257.656000', '143257.659000', '143257.661000', '143257.664000', '143257.667000', '143257.670000', '143257.673000', '143257.675000', '143257.678000', '143257.681000', '143257.684000', '143257.687000', '143317.567000', '143317.570000', '143317.573000', '143317.575000', '143317.578000', '143317.581000', '143317.584000', '143317.587000', '143317.590000', '143317.592000', '143317.595000', '143317.598000', '143317.601000', '143317.604000', '143317.606000', '143317.609000', '143317.627000', '143317.629000', '143317.632000', '143317.635000', '143317.638000', '143317.641000', '143317.643000', '143317.646000', '143317.649000', '143317.652000', '143317.655000', '143317.657000', '143317.660000', '143317.663000', '143317.666000', '143317.669000', '143317.672000', '143317.674000', '143317.677000', '143317.680000', '143317.683000', '143317.686000', '143317.688000', '143317.691000', '143317.694000', '143317.697000', '143317.700000', '143317.703000', '143337.567000', '143337.570000', '143337.573000', '143337.576000', '143337.578000', '143337.581000', '143337.584000', '143337.587000', '143337.590000', '143337.592000', '143337.595000', '143337.600000', '143337.603000', '143337.606000', '143337.609000', '143337.612000', '143337.614000', '143337.617000', '143337.620000', '143337.623000', '143337.626000', '143337.628000', '143337.631000', '143337.634000', '143337.637000', '143337.640000', '143337.643000', '143337.646000', '143337.648000', '143337.651000', '143337.654000', '143337.657000', '143337.660000', '143337.663000', '143337.666000', '143337.669000', '143337.672000', '143337.674000', '143337.677000', '143337.680000', '143337.683000', '143337.685000', '143337.688000', '143357.567000', '143357.570000', '143357.573000', '143357.576000', '143357.578000', '143357.581000', '143357.584000', '143357.587000', '143357.590000', '143357.593000', '143357.595000', '143357.598000', '143357.601000', '143357.604000', '143357.607000', '143357.610000', '143357.612000', '143357.615000', '143357.618000', '143357.621000', '143357.624000', '143357.626000', '143357.629000', '143357.632000', '143357.635000', '143357.638000', '143357.640000', '143357.643000', '143357.646000', '143357.649000', '143357.652000', '143357.655000', '143357.657000', '143357.660000', '143357.663000', '143357.666000', '143357.669000', '143357.671000', '143357.674000', '143357.677000', '143357.680000', '143357.683000', '143357.685000', '143357.688000', '143417.567000', '143417.570000', '143417.573000', '143417.576000', '143417.578000', '143417.581000', '143417.584000', '143417.587000', '143417.590000', '143417.592000', '143417.595000', '143417.598000', '143417.601000', '143417.604000', '143417.607000', '143417.609000', '143417.612000', '143417.615000', '143417.618000', '143417.621000', '143417.623000', '143417.626000', '143417.630000', '143417.633000', '143417.636000', '143417.638000', '143417.641000', '143417.644000', '143417.647000', '143417.650000', '143417.653000', '143417.656000', '143417.658000', '143417.661000', '143417.664000', '143417.667000', '143417.670000', '143417.672000', '143417.675000', '143417.678000', '143417.681000', '143417.684000', '143417.687000', '143437.567000', '143437.570000', '143437.573000', '143437.575000', '143437.578000', '143437.581000', '143437.584000', '143437.587000', '143437.589000', '143437.592000', '143437.595000', '143437.598000', '143437.600000', '143437.603000', '143437.606000', '143437.609000', '143437.612000', '143437.615000', '143437.617000', '143437.620000', '143437.623000', '143437.626000', '143437.629000', '143437.631000', '143437.634000', '143437.637000', '143437.640000', '143437.643000', '143437.646000', '143437.648000', '143437.651000', '143437.654000', '143437.657000', '143437.659000', '143437.662000', '143437.665000', '143437.668000', '143437.671000', '143437.674000', '143437.676000', '143437.679000', '143437.698000', '143437.701000', '143437.704000', '143457.567000', '143457.570000', '143457.573000', '143457.576000', '143457.578000', '143457.581000', '143457.584000', '143457.587000', '143457.590000', '143457.593000', '143457.595000', '143457.598000', '143457.601000', '143457.604000', '143457.607000', '143457.610000', '143457.612000', '143457.615000', '143457.618000', '143457.621000', '143457.624000', '143457.626000', '143457.629000', '143457.632000', '143457.635000', '143457.639000', '143457.642000', '143457.645000', '143457.648000', '143457.650000', '143457.653000', '143457.656000', '143457.659000', '143457.662000', '143457.664000', '143457.667000', '143457.670000', '143457.673000', '143457.676000', '143457.679000', '143457.681000', '143457.684000', '143457.687000', '143517.567000', '143517.570000', '143517.573000', '143517.575000', '143517.578000', '143517.581000', '143517.584000', '143517.587000', '143517.590000', '143517.592000', '143517.595000', '143517.598000', '143517.601000', '143517.604000', '143517.607000', '143517.610000', '143517.612000', '143517.615000', '143517.618000', '143517.621000', '143517.624000', '143517.626000', '143517.629000', '143517.632000', '143517.635000', '143517.638000', '143517.641000', '143517.643000', '143517.646000', '143517.649000', '143517.652000', '143517.655000', '143517.658000', '143517.660000', '143517.663000', '143517.666000', '143517.669000', '143517.672000', '143517.674000', '143517.677000', '143517.680000', '143517.683000', '143517.686000', '143517.688000', '143537.567000', '143537.570000', '143537.573000', '143537.576000', '143537.578000', '143537.581000', '143537.584000', '143537.587000', '143537.590000', '143537.592000', '143537.595000', '143537.598000', '143537.601000', '143537.604000', '143537.606000', '143537.609000', '143537.612000', '143537.615000', '143537.618000', '143537.621000', '143537.623000', '143537.626000', '143537.629000', '143537.632000', '143537.635000', '143537.638000', '143537.641000', '143537.643000', '143537.646000', '143537.649000', '143537.652000', '143537.655000', '143537.658000', '143537.660000', '143537.663000', '143537.666000', '143537.669000', '143537.672000', '143537.674000', '143537.677000', '143537.680000', '143537.683000', '143537.686000', '143557.567000', '143557.570000', '143557.573000', '143557.576000', '143557.578000', '143557.581000', '143557.584000', '143557.587000', '143557.590000', '143557.592000', '143557.595000', '143557.598000', '143557.601000', '143557.604000', '143557.606000', '143557.609000', '143557.612000', '143557.615000', '143557.618000', '143557.620000', '143557.623000', '143557.626000', '143557.629000', '143557.632000', '143557.635000', '143557.637000', '143557.640000', '143557.643000', '143557.646000', '143557.649000', '143557.651000', '143557.655000', '143557.658000', '143557.660000', '143557.663000', '143557.666000', '143557.669000', '143557.672000', '143557.674000', '143557.677000', '143557.680000', '143557.683000', '143557.686000', '143557.689000', '143617.567000', '143617.570000', '143617.573000', '143617.576000', '143617.578000', '143617.581000', '143617.584000', '143617.587000', '143617.608000', '143617.611000', '143617.613000', '143617.616000', '143617.619000', '143617.622000', '143617.625000', '143617.627000', '143617.630000', '143617.633000', '143617.636000', '143617.638000', '143617.641000', '143617.644000', '143617.647000', '143617.650000', '143617.653000', '143617.655000', '143617.658000', '143617.661000', '143617.664000', '143617.667000', '143617.669000', '143617.672000', '143617.677000', '143617.680000', '143617.683000', '143617.686000', '143617.689000', '143617.692000', '143617.695000', '143617.697000', '143617.700000', '143617.703000', '143617.706000', '143637.568000', '143637.571000', '143637.574000', '143637.577000', '143637.579000', '143637.582000', '143637.585000', '143637.588000', '143637.591000', '143637.594000', '143637.596000', '143637.599000', '143637.602000', '143637.605000', '143637.607000', '143637.610000', '143637.613000', '143637.616000', '143637.619000', '143637.621000', '143637.624000', '143637.627000', '143637.630000', '143637.633000', '143637.635000', '143637.638000', '143637.641000', '143637.644000', '143637.647000', '143637.650000', '143637.652000', '143637.655000', '143637.658000', '143637.661000', '143637.663000', '143637.666000', '143637.669000', '143637.672000', '143637.675000', '143637.678000', '143637.680000', '143637.683000', '143637.686000', '143637.689000', '143657.567000', '143657.570000', '143657.573000', '143657.576000', '143657.578000', '143657.581000', '143657.584000', '143657.587000', '143657.590000', '143657.592000', '143657.595000', '143657.598000', '143657.601000', '143657.604000', '143657.606000', '143657.609000', '143657.612000', '143657.615000', '143657.617000', '143657.620000', '143657.623000', '143657.626000', '143657.629000', '143657.632000', '143657.634000', '143657.637000', '143657.640000', '143657.643000', '143657.646000', '143657.648000', '143657.651000', '143657.654000', '143657.657000', '143657.660000', '143657.662000', '143657.665000', '143657.668000', '143657.671000', '143657.674000', '143657.677000', '143657.679000', '143657.682000', '143657.685000', '143717.567000', '143717.570000', '143717.573000', '143717.576000', '143717.578000', '143717.581000', '143717.584000', '143717.587000', '143717.590000', '143717.593000', '143717.595000', '143717.598000', '143717.601000', '143717.604000', '143717.606000', '143717.609000', '143717.612000', '143717.615000', '143717.618000', '143717.621000', '143717.623000', '143717.626000', '143717.629000', '143717.632000', '143717.635000', '143717.637000', '143717.640000', '143717.643000', '143717.646000', '143717.649000', '143717.652000', '143717.654000', '143717.657000', '143717.660000', '143717.663000', '143717.666000', '143717.668000', '143717.671000', '143717.674000', '143717.687000', '143717.689000', '143717.692000', '143717.695000', '143717.698000', '143737.567000', '143737.570000', '143737.573000', '143737.576000', '143737.579000', '143737.581000', '143737.584000', '143737.587000', '143737.590000', '143737.593000', '143737.596000', '143737.598000', '143737.601000', '143737.604000', '143737.607000', '143737.609000', '143737.612000', '143737.615000', '143737.618000', '143737.634000', '143737.637000', '143737.639000', '143737.642000', '143737.645000', '143737.648000', '143737.651000', '143737.653000', '143737.656000', '143737.659000', '143737.662000', '143737.665000', '143737.667000', '143737.670000', '143737.673000', '143737.676000', '143737.679000', '143737.682000', '143737.684000', '143737.687000', '143737.690000', '143737.693000', '143737.696000', '143737.698000', '143757.567000', '143757.570000', '143757.573000', '143757.576000', '143757.578000', '143757.581000', '143757.584000', '143757.587000', '143757.590000', '143757.593000', '143757.595000', '143757.598000', '143757.601000', '143757.604000', '143757.606000', '143757.609000', '143757.612000', '143757.615000', '143757.618000', '143757.621000', '143757.623000', '143757.626000', '143757.629000', '143757.632000', '143757.635000', '143757.637000', '143757.640000', '143757.643000', '143757.646000', '143757.649000', '143757.652000', '143757.654000', '143757.657000', '143757.660000', '143757.663000', '143757.666000', '143757.668000', '143757.671000', '143757.674000', '143757.677000', '143757.680000', '143757.683000', '143757.686000', '143817.567000', '143817.570000', '143817.573000', '143817.576000', '143817.578000', '143817.581000', '143817.584000', '143817.587000', '143817.590000', '143817.593000', '143817.595000', '143817.598000', '143817.601000', '143817.604000', '143817.607000', '143817.610000', '143817.612000', '143817.615000', '143817.618000', '143817.621000', '143817.624000', '143817.627000', '143817.629000', '143817.632000', '143817.635000', '143817.638000', '143817.641000', '143817.643000', '143817.646000', '143817.649000', '143817.652000', '143817.655000', '143817.658000', '143817.660000', '143817.663000', '143817.666000', '143817.669000', '143817.672000', '143817.674000', '143817.677000', '143817.680000', '143817.683000', '143817.686000', '143817.689000', '143837.567000', '143837.570000', '143837.573000', '143837.576000', '143837.579000', '143837.582000', '143837.585000', '143837.588000', '143837.590000', '143837.593000', '143837.596000', '143837.599000', '143837.602000', '143837.604000', '143837.607000', '143837.610000', '143837.613000', '143837.616000', '143837.619000', '143837.621000', '143837.624000', '143837.627000', '143837.630000', '143837.633000', '143837.635000', '143837.638000', '143837.641000', '143837.644000', '143837.647000', '143837.650000', '143837.652000', '143837.655000', '143837.658000', '143837.661000', '143837.664000', '143837.667000', '143837.669000', '143837.672000', '143837.675000', '143837.678000', '143837.681000', '143837.683000', '143837.686000', '143857.568000', '143857.571000', '143857.579000', '143857.582000', '143857.585000', '143857.588000', '143857.591000', '143857.593000', '143857.596000', '143857.599000', '143857.602000', '143857.605000', '143857.608000', '143857.610000', '143857.613000', '143857.616000', '143857.619000', '143857.622000', '143857.625000', '143857.628000', '143857.630000', '143857.633000', '143857.636000', '143857.639000', '143857.642000', '143857.644000', '143857.647000', '143857.650000', '143857.653000', '143857.656000', '143857.658000', '143857.661000', '143857.664000', '143857.667000', '143857.670000', '143857.673000', '143857.675000', '143857.678000', '143857.681000', '143857.684000', '143857.687000', '143857.689000', '143857.692000', '143857.695000', '143917.567000', '143917.570000', '143917.573000', '143917.576000', '143917.579000', '143917.581000', '143917.584000', '143917.587000', '143917.590000', '143917.593000', '143917.595000', '143917.598000', '143917.601000', '143917.604000', '143917.607000', '143917.610000', '143917.613000', '143917.616000', '143917.619000', '143917.622000', '143917.624000', '143917.627000', '143917.630000', '143917.633000', '143917.635000', '143917.638000', '143917.641000', '143917.644000', '143917.647000', '143917.650000', '143917.653000', '143917.655000', '143917.658000', '143917.661000', '143917.664000', '143917.667000', '143917.669000', '143917.672000', '143917.675000', '143917.678000', '143917.681000', '143917.683000', '143917.686000', '143937.567000', '143937.570000', '143937.573000', '143937.576000', '143937.579000', '143937.581000', '143937.584000', '143937.587000', '143937.590000', '143937.593000', '143937.595000', '143937.598000', '143937.601000', '143937.604000', '143937.607000', '143937.610000', '143937.612000', '143937.615000', '143937.618000', '143937.621000', '143937.624000', '143937.627000', '143937.629000', '143937.632000', '143937.635000', '143937.638000', '143937.641000', '143937.643000', '143937.646000', '143937.649000', '143937.652000', '143937.655000', '143937.657000', '143937.660000', '143937.663000', '143937.666000', '143937.669000', '143937.672000', '143937.674000', '143937.677000', '143937.680000', '143937.683000', '143937.686000', '143937.689000', '143938.353000', '143938.356000'], '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': [11733, 10465, 11753, 8380, 10947, 7556, 10707, 10895, 10897, 8499, 10659, 10221, 9375, 11516, 10481, 11487, 8270, 10644, 7018, 9892, 11573, 8859, 11199, 9607, 10947, 7621, 10255, 10724, 9379, 11441, 10388, 10892, 7640, 10393, 9727, 9461, 11421, 9407, 10833, 9441, 10521, 6847, 9208, 8990, 8175, 9624, 7568, 10324, 7791, 10108, 6977, 8798, 10439, 8386, 10503, 8172, 10036, 7900, 9429, 9550, 9191, 10696, 7726, 10167, 7519, 9239, 8208, 8849, 10581, 7988, 10429, 7453, 9502, 8589, 8989, 9515, 8146, 11007, 8684, 10343, 7104, 9259, 8482, 9366, 10395, 8368, 10994, 9546, 10260, 7795, 10061, 8600, 9194, 10612, 8357, 10906, 9925, 10528, 8421, 9808, 7080, 9201, 11483, 8277, 11010, 8709, 10884, 8027, 10441, 8786, 9314, 11055, 9748, 10004, 8219, 10645, 9260, 10166, 8461, 9892, 7237, 9818, 8151, 8776, 10888, 8369, 10857, 8736, 10554, 7274, 9683, 11171, 8337, 11143, 9653, 11191, 9281, 10284, 8090, 9561, 11344, 8779, 11246, 9479, 10858, 7119, 9526, 11100, 8758, 11358, 9600, 10860, 8372, 10204, 9187, 9512, 11402, 8984, 11210, 9337, 10586, 7108, 9795, 10885, 8649, 11675, 10113, 10882, 7683, 10096, 9027, 9605, 11064, 8903, 11149, 9912, 10661, 7456, 9895, 10190, 9165, 10099, 8546, 10910, 8882, 10285, 7525, 9470, 11249, 7964, 10567, 8620, 10639, 8585, 9746, 7536, 8855, 10975, 8379, 10976, 8319, 10517, 7697, 9938, 8990, 8723, 9773, 8588, 10917, 8715, 10390, 7549, 9427, 9160, 9394, 8510, 8500, 10595, 8053, 10088, 7397, 9385, 7843, 8968, 10129, 8043, 10432, 8362, 9849, 9901, 9163, 11945, 8734, 10866, 8988, 10483, 7516, 9349, 10990, 8669, 9751, 8147, 10595, 8530, 10342, 7262, 9081, 8791, 8816, 11061, 8575, 10439, 8122, 10054, 7795, 9196, 10210, 9022, 11298, 9492, 10393, 9009, 9972, 7559, 9238, 10271, 8806, 10704, 8963, 10365, 8007, 10088, 8984, 8684, 11012, 8876, 10347, 8838, 10021, 7655, 9057, 10818, 8032, 10532, 8909, 10306, 7431, 9095, 10538, 8470, 10391, 8912, 10347, 8155, 9776, 7575, 9141, 11059, 8698, 9108, 8179, 10657, 8689, 9751, 7871, 9619, 7446, 9191, 7289, 8922, 10323, 8430, 10235, 8630, 9929, 7837, 9565, 7060, 9089, 9849, 8539, 10691, 9347, 9880, 8449, 9887, 7489, 10203, 7311, 8660, 10172, 8434, 8355, 8493, 10634, 8935, 10023, 8670, 11014, 10232, 12947, 7950, 9385, 7794, 8504, 9661, 9912, 10171, 10332, 12088, 8604, 10618, 8019, 9826, 10720, 9145, 12310, 10946, 11993, 9203, 11212, 8517, 10512, 9431, 9181, 11287, 10226, 11541, 10212, 11165, 8340, 10960, 8186, 9312, 11301, 9581, 10751, 9783, 10876, 7692, 10080, 8989, 8551, 10971, 10026, 10219, 7894, 9795, 7449, 9072, 9259, 8284, 10168, 9453, 10093, 7341, 9800, 8837, 8690, 10332, 8945, 9905, 7787, 9508, 9151, 8368, 10516, 8724, 9910, 7542, 9031, 9284, 8395, 10391, 8697, 9772, 7465, 8929, 9186, 8775, 10679, 8873, 9947, 7569, 9112, 8931, 8498, 10509, 8709, 9511, 7707, 8491, 8316, 8630, 10286, 9128, 9687, 7887, 8845, 7197, 8206, 9726, 8768, 9334, 7772, 8874, 7057, 8073, 10127, 8480, 9520, 7339, 9251, 7414, 8074, 9700, 8322, 9385, 7539, 8845, 9043, 8537, 10343, 8185, 9969, 8131, 8723, 6991, 8470, 10924, 8822, 9414, 8168, 9486, 7456, 8899, 8260, 8106, 8512, 7821, 9821, 8533, 9183, 7539, 8532, 8032, 8628, 9912, 8799, 10055, 8684, 10836, 8693, 9957, 7988, 9060, 9645, 8237, 10668, 8504, 10540, 8366, 10130, 7629, 9757, 8065, 8829, 9820, 8647, 9856, 8502, 10244, 8128, 10203, 7878, 9856, 8117, 9234, 10757, 8283, 10785, 9210, 10710, 9256, 10172, 7550, 9405, 9016, 8920, 10680, 8510, 10474, 8175, 10503, 8085, 10130, 7878, 9437, 9351, 9588, 9886, 8083, 10390, 9148, 10261, 8441, 9990, 7711, 9644, 8019, 9185, 11010, 9097, 9761, 8680, 10710, 8666, 10309, 9507, 10072, 7651, 9885, 8017, 9104, 10945, 8383, 10204, 8332, 10530, 9463, 10495, 7889, 9375, 8246, 9372, 10677, 8814, 10685, 9913, 10287, 9061, 10367, 8567, 9818, 7922, 8989, 10889, 8745, 10726, 8220, 10500, 9124, 10264, 9327, 10138, 7836, 9771, 7644, 8767, 11851, 8479, 10306, 8318, 10035, 7287, 9451, 11347, 8479, 11008, 8447, 10755, 8405, 10650, 7440, 10188, 11503, 10009, 10723, 11000, 10025, 9202, 9483, 9708, 9095, 11543, 9475, 10956, 9705, 10326, 9075, 9521, 11557, 10377, 11169, 9495, 10768, 9109, 9717, 7613, 10032, 11935, 9907, 10471, 11030, 10207, 9773, 9844, 7869, 9822, 11601, 10000, 10930, 11553, 10479, 9252, 9470, 7831, 9367, 12565, 9457, 10752, 9970, 10295, 8654, 9277, 10947, 9805, 11296, 11478, 9721, 7839, 9940, 11584, 9741, 10755, 9393, 9950, 7752, 9355, 11953, 9481, 11544, 9970, 10324, 8406, 9611, 10551, 9830, 10790, 9564, 10323, 9193, 10100, 7622, 8865, 10443, 8878, 11498, 8763, 10074, 7863, 9137, 11795, 9498, 11828, 8775, 10218, 11219, 9418, 12122, 9371, 10774, 8873, 10107, 8792, 9588, 11277, 8990, 10973, 9334, 10012, 7149, 9817, 10891, 9211, 11123, 9445, 11008, 8831, 9925, 8456, 9576, 9977, 9087, 11476, 10388, 10650, 7935, 10136, 9085, 9322, 11735, 8960, 11024, 9304, 10075, 8735, 9764, 7912, 9318, 11420, 8901, 11261, 10803, 10656, 8490, 9971, 7324, 9140, 12106, 8902, 10772, 9657, 9920, 7620, 9154, 11208, 9369, 10885, 9688, 10152, 8661, 10244, 10789, 10169, 12534, 9759, 11361, 10045, 11104, 8232, 10419, 9195, 9555, 10738, 9253, 11368, 9750, 10744, 7929, 10205, 8019, 9922, 9845, 9572, 11853, 9430, 10754, 8567, 9790, 8224, 10221, 9918, 9560, 12033, 9376, 11225, 9933, 9529, 8492, 10230, 10551, 9970, 11611, 9414, 11030, 9508, 10749, 9637, 10179, 7952, 10245, 10280, 10221, 9488, 9820, 11279, 9933, 11218, 9776, 11123, 9562, 10414, 8525, 10244, 12954, 10103, 11588, 9672, 10751, 9923, 10961, 8491, 10599, 9119, 10477, 8570, 9997, 11781, 9296, 11013, 10740, 10770, 9740, 10065, 7948, 10301, 8197, 9789, 8909, 9399, 10799, 10477, 11633, 9295, 10459, 9251, 10606, 9935, 10103, 8576, 10082, 8463, 9859, 8182, 9744, 11842, 10162, 10564, 9822, 11490, 9976, 11152, 11417, 10557, 9885, 9783, 9161, 9568, 8417, 10549, 10064, 10326, 12944, 9965, 11761, 9410, 11292, 10833, 10649, 8586, 9072, 8105, 10059, 8890, 9498, 11345, 9444, 9430, 9780, 7945, 9640, 8039, 10146, 8903, 10346, 10897, 9902, 11712, 11088, 10473, 9228, 9816, 9531, 9426, 11332, 9630, 10895, 11048, 9910, 8731, 9733, 7572, 10082, 11447, 10539, 10333, 9678, 11686, 9702, 10751, 9398, 10016, 8435, 9541, 7294, 9226, 10743, 9825, 11020, 10703, 11076, 9204, 10140, 8949, 9660, 7956, 9554, 11810, 9716, 10754, 9954, 10300, 9073, 10216, 8605, 10537, 12938, 11436, 10317, 10018, 7759, 9728, 11423, 9675, 10994, 9281, 10372, 9088, 9882, 8165, 10328, 10868, 9930, 11009, 12571, 12403, 11517, 10434, 8788, 10401, 8578, 10827, 12240, 10183, 10942, 10496, 10620, 9412, 10513, 8473, 11472, 12702, 10781, 9626, 10062, 9956, 9860, 8340, 9719, 12084, 9764, 11211, 11736, 12913, 12120, 10515, 9887, 10560, 11298, 10432, 10790, 9609, 10375, 9443, 10200, 8508, 10066, 9660, 10492, 10801, 10674, 10236, 8900, 10281, 8543, 10761, 11078, 9003, 10570, 8571, 10524, 10875, 10052, 12501, 9787, 10360, 7917, 10140, 9833, 9623, 10884, 11135, 10237, 8968, 9950, 8350, 9455, 7230, 9087, 11429, 9381, 9964, 8175, 9637, 8692, 10613, 11284, 10088, 9916, 8579, 9660, 10718, 9678, 10900, 11159, 10146, 8486, 9674, 9696, 10113, 11259, 10528, 10134, 8286, 9567, 9258, 9910, 11040, 9667, 10065, 8311, 9612, 8729, 10035, 10897, 9859, 9978, 8555, 9488, 8474, 9753, 11032, 9838, 9883, 8495, 9497, 8977, 10953, 10314, 9810, 7161, 8813, 11196, 8470, 9456, 7915, 9081, 11662, 9047, 10276, 8283, 9433, 7845, 9772, 11551, 9456, 11243, 11483, 12289, 9002, 10149, 8245, 10840, 11613, 9827, 10618, 10978, 9602, 11246, 11321, 12372, 10754, 9949, 7895, 9585, 11431, 11282, 11575, 8855, 10344, 9676, 13419, 12927, 13244, 9782, 10628, 10195, 10927, 9499, 11032, 9999, 10775, 9662, 12728, 9839, 13127, 12740, 13452, 9951, 12473, 10099, 11704, 10732, 8756, 10065, 7318, 9786, 9354, 10826, 10109, 11573, 8653, 11291, 10450, 10426, 11936, 8986, 10479, 8787, 10953, 7969, 11521, 10629, 11713, 12422, 10512, 12028, 8478, 11156, 10851, 9289, 11783, 9045, 11095, 7495, 10588, 9936, 10473], 'WindowCenter': [4238.0, 4224.0, 4219.0, 4173.0, 4194.0, 4160.0, 4179.0, 4178.0, 4179.0, 4157.0, 4178.0, 4166.0, 4167.0, 4187.0, 4178.0, 4187.0, 4159.0, 4191.0, 4148.0, 4181.0, 4189.0, 4168.0, 4178.0, 4168.0, 4189.0, 4159.0, 4179.0, 4178.0, 4168.0, 4188.0, 4167.0, 4179.0, 4146.0, 4178.0, 4167.0, 4166.0, 4177.0, 4167.0, 4177.0, 4168.0, 4179.0, 4136.0, 4167.0, 4168.0, 4160.0, 4181.0, 4174.0, 4192.0, 4160.0, 4192.0, 4151.0, 4172.0, 4193.0, 4173.0, 4194.0, 4172.0, 4183.0, 4161.0, 4182.0, 4181.0, 4185.0, 4194.0, 4160.0, 4181.0, 4149.0, 4181.0, 4173.0, 4182.0, 4193.0, 4160.0, 4192.0, 4148.0, 4182.0, 4172.0, 4172.0, 4181.0, 4161.0, 4191.0, 4169.0, 4180.0, 4149.0, 4170.0, 4170.0, 4182.0, 4182.0, 4160.0, 4191.0, 4168.0, 4180.0, 4148.0, 4180.0, 4168.0, 4168.0, 4177.0, 4158.0, 4180.0, 4178.0, 4180.0, 4159.0, 4181.0, 4149.0, 4169.0, 4189.0, 4168.0, 4190.0, 4172.0, 4192.0, 4159.0, 4180.0, 4169.0, 4170.0, 4190.0, 4180.0, 4180.0, 4160.0, 4177.0, 4168.0, 4179.0, 4169.0, 4180.0, 4161.0, 4192.0, 4160.0, 4170.0, 4190.0, 4170.0, 4190.0, 4169.0, 4192.0, 4148.0, 4179.0, 4189.0, 4171.0, 4189.0, 4181.0, 4188.0, 4180.0, 4179.0, 4156.0, 4167.0, 4188.0, 4170.0, 4188.0, 4178.0, 4190.0, 4147.0, 4166.0, 4176.0, 4158.0, 4188.0, 4168.0, 4189.0, 4159.0, 4178.0, 4166.0, 4167.0, 4187.0, 4167.0, 4189.0, 4169.0, 4178.0, 4146.0, 4178.0, 4176.0, 4157.0, 4187.0, 4178.0, 4187.0, 4145.0, 4176.0, 4166.0, 4164.0, 4176.0, 4167.0, 4187.0, 4177.0, 4178.0, 4146.0, 4174.0, 4176.0, 4169.0, 4179.0, 4168.0, 4190.0, 4168.0, 4177.0, 4158.0, 4177.0, 4188.0, 4159.0, 4180.0, 4170.0, 4191.0, 4169.0, 4178.0, 4155.0, 4168.0, 4189.0, 4169.0, 4190.0, 4170.0, 4190.0, 4158.0, 4179.0, 4168.0, 4168.0, 4181.0, 4170.0, 4190.0, 4169.0, 4178.0, 4146.0, 4170.0, 4169.0, 4170.0, 4170.0, 4170.0, 4190.0, 4158.0, 4177.0, 4147.0, 4180.0, 4159.0, 4170.0, 4180.0, 4157.0, 4178.0, 4157.0, 4177.0, 4167.0, 4167.0, 4188.0, 4157.0, 4188.0, 4167.0, 4177.0, 4145.0, 4168.0, 4188.0, 4169.0, 4178.0, 4159.0, 4191.0, 4168.0, 4180.0, 4147.0, 4170.0, 4169.0, 4171.0, 4191.0, 4168.0, 4179.0, 4157.0, 4179.0, 4157.0, 4179.0, 4178.0, 4167.0, 4187.0, 4178.0, 4178.0, 4169.0, 4179.0, 4159.0, 4168.0, 4177.0, 4166.0, 4177.0, 4169.0, 4179.0, 4159.0, 4179.0, 4167.0, 4157.0, 4177.0, 4166.0, 4179.0, 4168.0, 4180.0, 4158.0, 4167.0, 4175.0, 4157.0, 4178.0, 4168.0, 4180.0, 4149.0, 4168.0, 4178.0, 4169.0, 4180.0, 4168.0, 4180.0, 4159.0, 4178.0, 4159.0, 4180.0, 4190.0, 4169.0, 4169.0, 4170.0, 4191.0, 4167.0, 4180.0, 4159.0, 4181.0, 4160.0, 4182.0, 4163.0, 4185.0, 4192.0, 4172.0, 4191.0, 4182.0, 4193.0, 4161.0, 4193.0, 4164.0, 4183.0, 4191.0, 4182.0, 4193.0, 4183.0, 4193.0, 4186.0, 4194.0, 4175.0, 4194.0, 4161.0, 4184.0, 4194.0, 4185.0, 4187.0, 4184.0, 4192.0, 4180.0, 4191.0, 4171.0, 4191.0, 4180.0, 4213.0, 4174.0, 4181.0, 4158.0, 4168.0, 4176.0, 4179.0, 4178.0, 4179.0, 4200.0, 4168.0, 4177.0, 4144.0, 4163.0, 4161.0, 4152.0, 4173.0, 4173.0, 4173.0, 4153.0, 4172.0, 4140.0, 4160.0, 4138.0, 4147.0, 4157.0, 4149.0, 4159.0, 4160.0, 4159.0, 4137.0, 4157.0, 4137.0, 4137.0, 4157.0, 4148.0, 4158.0, 4148.0, 4159.0, 4128.0, 4148.0, 4137.0, 4137.0, 4158.0, 4148.0, 4159.0, 4139.0, 4162.0, 4131.0, 4151.0, 4151.0, 4155.0, 4175.0, 4165.0, 4176.0, 4146.0, 4175.0, 4154.0, 4154.0, 4176.0, 4165.0, 4176.0, 4146.0, 4177.0, 4167.0, 4154.0, 4175.0, 4155.0, 4167.0, 4144.0, 4166.0, 4166.0, 4155.0, 4175.0, 4155.0, 4166.0, 4144.0, 4165.0, 4165.0, 4154.0, 4174.0, 4155.0, 4177.0, 4145.0, 4167.0, 4167.0, 4167.0, 4177.0, 4155.0, 4166.0, 4146.0, 4167.0, 4157.0, 4168.0, 4178.0, 4167.0, 4166.0, 4155.0, 4168.0, 4148.0, 4170.0, 4178.0, 4168.0, 4179.0, 4159.0, 4180.0, 4149.0, 4173.0, 4191.0, 4169.0, 4180.0, 4160.0, 4183.0, 4160.0, 4171.0, 4182.0, 4171.0, 4181.0, 4159.0, 4181.0, 4181.0, 4172.0, 4192.0, 4171.0, 4191.0, 4171.0, 4170.0, 4148.0, 4173.0, 4202.0, 4182.0, 4183.0, 4174.0, 4184.0, 4161.0, 4182.0, 4174.0, 4172.0, 4183.0, 4173.0, 4193.0, 4182.0, 4185.0, 4173.0, 4184.0, 4173.0, 4184.0, 4193.0, 4171.0, 4183.0, 4184.0, 4195.0, 4171.0, 4182.0, 4171.0, 4180.0, 4179.0, 4170.0, 4191.0, 4172.0, 4191.0, 4171.0, 4191.0, 4159.0, 4180.0, 4160.0, 4170.0, 4181.0, 4170.0, 4179.0, 4170.0, 4180.0, 4158.0, 4190.0, 4158.0, 4182.0, 4159.0, 4179.0, 4190.0, 4158.0, 4188.0, 4169.0, 4180.0, 4167.0, 4179.0, 4157.0, 4166.0, 4168.0, 4168.0, 4188.0, 4169.0, 4190.0, 4169.0, 4179.0, 4157.0, 4178.0, 4158.0, 4181.0, 4170.0, 4177.0, 4179.0, 4157.0, 4179.0, 4179.0, 4179.0, 4171.0, 4181.0, 4172.0, 4181.0, 4158.0, 4179.0, 4190.0, 4170.0, 4180.0, 4169.0, 4188.0, 4169.0, 4178.0, 4179.0, 4181.0, 4158.0, 4180.0, 4158.0, 4168.0, 4188.0, 4159.0, 4178.0, 4158.0, 4179.0, 4169.0, 4177.0, 4158.0, 4169.0, 4157.0, 4167.0, 4178.0, 4166.0, 4178.0, 4178.0, 4178.0, 4168.0, 4178.0, 4169.0, 4179.0, 4157.0, 4168.0, 4188.0, 4169.0, 4192.0, 4160.0, 4179.0, 4170.0, 4179.0, 4169.0, 4180.0, 4160.0, 4178.0, 4158.0, 4170.0, 4189.0, 4170.0, 4180.0, 4171.0, 4192.0, 4160.0, 4180.0, 4192.0, 4170.0, 4191.0, 4170.0, 4193.0, 4171.0, 4192.0, 4147.0, 4179.0, 4192.0, 4182.0, 4179.0, 4177.0, 4168.0, 4165.0, 4169.0, 4169.0, 4169.0, 4192.0, 4182.0, 4191.0, 4182.0, 4180.0, 4170.0, 4170.0, 4178.0, 4170.0, 4179.0, 4170.0, 4180.0, 4158.0, 4171.0, 4161.0, 4181.0, 4191.0, 4170.0, 4180.0, 4180.0, 4180.0, 4181.0, 4181.0, 4148.0, 4169.0, 4177.0, 4170.0, 4180.0, 4190.0, 4180.0, 4171.0, 4185.0, 4162.0, 4174.0, 4205.0, 4185.0, 4183.0, 4172.0, 4182.0, 4160.0, 4171.0, 4179.0, 4170.0, 4181.0, 4179.0, 4172.0, 4151.0, 4170.0, 4180.0, 4169.0, 4183.0, 4171.0, 4172.0, 4150.0, 4172.0, 4191.0, 4184.0, 4193.0, 4172.0, 4172.0, 4150.0, 4170.0, 4182.0, 4172.0, 4194.0, 4171.0, 4182.0, 4173.0, 4185.0, 4167.0, 4189.0, 4198.0, 4176.0, 4205.0, 4176.0, 4188.0, 4165.0, 4189.0, 4212.0, 4200.0, 4208.0, 4176.0, 4198.0, 4196.0, 4175.0, 4207.0, 4186.0, 4194.0, 4173.0, 4182.0, 4161.0, 4173.0, 4194.0, 4175.0, 4194.0, 4172.0, 4183.0, 4141.0, 4182.0, 4193.0, 4173.0, 4193.0, 4183.0, 4183.0, 4171.0, 4182.0, 4161.0, 4173.0, 4184.0, 4172.0, 4191.0, 4181.0, 4182.0, 4161.0, 4183.0, 4173.0, 4173.0, 4192.0, 4171.0, 4181.0, 4169.0, 4170.0, 4159.0, 4171.0, 4160.0, 4171.0, 4192.0, 4171.0, 4192.0, 4182.0, 4181.0, 4173.0, 4184.0, 4151.0, 4170.0, 4191.0, 4171.0, 4182.0, 4171.0, 4183.0, 4151.0, 4173.0, 4192.0, 4172.0, 4183.0, 4182.0, 4183.0, 4176.0, 4198.0, 4196.0, 4184.0, 4194.0, 4174.0, 4195.0, 4183.0, 4182.0, 4150.0, 4182.0, 4172.0, 4174.0, 4194.0, 4172.0, 4192.0, 4173.0, 4183.0, 4152.0, 4185.0, 4165.0, 4186.0, 4186.0, 4185.0, 4193.0, 4172.0, 4182.0, 4162.0, 4184.0, 4164.0, 4195.0, 4184.0, 4185.0, 4207.0, 4174.0, 4182.0, 4185.0, 4186.0, 4175.0, 4185.0, 4183.0, 4183.0, 4194.0, 4174.0, 4185.0, 4174.0, 4184.0, 4184.0, 4183.0, 4152.0, 4184.0, 4185.0, 4198.0, 4188.0, 4198.0, 4196.0, 4186.0, 4195.0, 4184.0, 4194.0, 4183.0, 4195.0, 4163.0, 4183.0, 4193.0, 4172.0, 4183.0, 4172.0, 4182.0, 4171.0, 4180.0, 4159.0, 4182.0, 4162.0, 4182.0, 4160.0, 4171.0, 4192.0, 4171.0, 4182.0, 4183.0, 4182.0, 4185.0, 4183.0, 4150.0, 4171.0, 4162.0, 4171.0, 4173.0, 4174.0, 4194.0, 4194.0, 4193.0, 4175.0, 4185.0, 4185.0, 4197.0, 4183.0, 4181.0, 4162.0, 4183.0, 4163.0, 4183.0, 4161.0, 4172.0, 4192.0, 4183.0, 4184.0, 4171.0, 4192.0, 4173.0, 4183.0, 4193.0, 4182.0, 4171.0, 4183.0, 4173.0, 4172.0, 4150.0, 4183.0, 4171.0, 4171.0, 4192.0, 4170.0, 4180.0, 4159.0, 4181.0, 4179.0, 4170.0, 4161.0, 4161.0, 4148.0, 4171.0, 4160.0, 4170.0, 4178.0, 4170.0, 4172.0, 4184.0, 4161.0, 4172.0, 4152.0, 4182.0, 4173.0, 4183.0, 4183.0, 4172.0, 4192.0, 4181.0, 4183.0, 4162.0, 4170.0, 4170.0, 4160.0, 4182.0, 4170.0, 4183.0, 4181.0, 4172.0, 4171.0, 4173.0, 4150.0, 4184.0, 4193.0, 4184.0, 4184.0, 4173.0, 4204.0, 4185.0, 4183.0, 4174.0, 4185.0, 4163.0, 4184.0, 4155.0, 4174.0, 4194.0, 4169.0, 4168.0, 4183.0, 4183.0, 4173.0, 4195.0, 4173.0, 4185.0, 4162.0, 4184.0, 4194.0, 4172.0, 4183.0, 4184.0, 4182.0, 4160.0, 4170.0, 4159.0, 4180.0, 4191.0, 4181.0, 4170.0, 4171.0, 4149.0, 4172.0, 4181.0, 4169.0, 4180.0, 4159.0, 4171.0, 4160.0, 4170.0, 4160.0, 4180.0, 4179.0, 4165.0, 4166.0, 4177.0, 4188.0, 4178.0, 4167.0, 4144.0, 4165.0, 4145.0, 4167.0, 4176.0, 4167.0, 4167.0, 4165.0, 4165.0, 4153.0, 4165.0, 4134.0, 4163.0, 4175.0, 4163.0, 4153.0, 4167.0, 4168.0, 4156.0, 4146.0, 4156.0, 4177.0, 4156.0, 4168.0, 4178.0, 4178.0, 4177.0, 4167.0, 4155.0, 4154.0, 4152.0, 4154.0, 4154.0, 4144.0, 4155.0, 4155.0, 4167.0, 4144.0, 4165.0, 4154.0, 4164.0, 4163.0, 4166.0, 4167.0, 4145.0, 4168.0, 4147.0, 4179.0, 4180.0, 4159.0, 4168.0, 4144.0, 4166.0, 4165.0, 4168.0, 4179.0, 4170.0, 4170.0, 4146.0, 4166.0, 4152.0, 4143.0, 4151.0, 4165.0, 4155.0, 4142.0, 4156.0, 4146.0, 4168.0, 4134.0, 4155.0, 4162.0, 4155.0, 4156.0, 4145.0, 4157.0, 4148.0, 4168.0, 4177.0, 4166.0, 4157.0, 4143.0, 4156.0, 4165.0, 4158.0, 4168.0, 4167.0, 4166.0, 4145.0, 4154.0, 4153.0, 4154.0, 4164.0, 4163.0, 4154.0, 4145.0, 4157.0, 4155.0, 4166.0, 4176.0, 4169.0, 4168.0, 4146.0, 4169.0, 4157.0, 4168.0, 4168.0, 4168.0, 4167.0, 4144.0, 4170.0, 4148.0, 4167.0, 4166.0, 4168.0, 4167.0, 4158.0, 4170.0, 4157.0, 4167.0, 4168.0, 4181.0, 4149.0, 4170.0, 4180.0, 4159.0, 4169.0, 4149.0, 4173.0, 4194.0, 4173.0, 4195.0, 4172.0, 4173.0, 4150.0, 4171.0, 4190.0, 4170.0, 4181.0, 4179.0, 4192.0, 4160.0, 4168.0, 4148.0, 4166.0, 4175.0, 4166.0, 4166.0, 4166.0, 4155.0, 4178.0, 4176.0, 4190.0, 4166.0, 4156.0, 4133.0, 4156.0, 4178.0, 4167.0, 4162.0, 4129.0, 4154.0, 4154.0, 4184.0, 4159.0, 4188.0, 4152.0, 4161.0, 4164.0, 4149.0, 4142.0, 4152.0, 4141.0, 4151.0, 4141.0, 4173.0, 4154.0, 4173.0, 4177.0, 4174.0, 4153.0, 4159.0, 4135.0, 4131.0, 4133.0, 4112.0, 4136.0, 4118.0, 4162.0, 4165.0, 4177.0, 4178.0, 4186.0, 4156.0, 4179.0, 4165.0, 4164.0, 4163.0, 4140.0, 4151.0, 4143.0, 4164.0, 4131.0, 4161.0, 4151.0, 4174.0, 4186.0, 4163.0, 4173.0, 4131.0, 4163.0, 4161.0, 4150.0, 4174.0, 4140.0, 4159.0, 4117.0, 4148.0, 4139.0, 4151.0], 'WindowWidth': [9380.0, 9352.0, 9333.0, 9263.0, 9292.0, 9240.0, 9263.0, 9261.0, 9263.0, 9231.0, 9259.0, 9242.0, 9244.0, 9272.0, 9260.0, 9273.0, 9237.0, 9283.0, 9224.0, 9269.0, 9278.0, 9249.0, 9262.0, 9247.0, 9277.0, 9238.0, 9266.0, 9264.0, 9247.0, 9277.0, 9244.0, 9263.0, 9219.0, 9262.0, 9246.0, 9243.0, 9259.0, 9246.0, 9259.0, 9248.0, 9265.0, 9205.0, 9247.0, 9249.0, 9242.0, 9273.0, 9266.0, 9291.0, 9245.0, 9288.0, 9233.0, 9262.0, 9292.0, 9264.0, 9294.0, 9259.0, 9276.0, 9244.0, 9274.0, 9274.0, 9281.0, 9297.0, 9243.0, 9271.0, 9226.0, 9271.0, 9262.0, 9276.0, 9293.0, 9245.0, 9287.0, 9223.0, 9272.0, 9259.0, 9258.0, 9275.0, 9245.0, 9285.0, 9253.0, 9269.0, 9227.0, 9256.0, 9256.0, 9272.0, 9276.0, 9241.0, 9283.0, 9250.0, 9268.0, 9223.0, 9269.0, 9252.0, 9251.0, 9262.0, 9238.0, 9269.0, 9263.0, 9267.0, 9242.0, 9271.0, 9226.0, 9252.0, 9280.0, 9253.0, 9284.0, 9260.0, 9288.0, 9240.0, 9267.0, 9253.0, 9255.0, 9284.0, 9268.0, 9273.0, 9242.0, 9264.0, 9251.0, 9269.0, 9254.0, 9270.0, 9249.0, 9290.0, 9244.0, 9256.0, 9284.0, 9256.0, 9285.0, 9256.0, 9288.0, 9224.0, 9265.0, 9282.0, 9259.0, 9283.0, 9269.0, 9280.0, 9269.0, 9267.0, 9232.0, 9248.0, 9277.0, 9254.0, 9278.0, 9265.0, 9283.0, 9224.0, 9246.0, 9257.0, 9236.0, 9277.0, 9251.0, 9280.0, 9239.0, 9263.0, 9246.0, 9247.0, 9275.0, 9249.0, 9280.0, 9254.0, 9264.0, 9219.0, 9262.0, 9260.0, 9234.0, 9275.0, 9264.0, 9276.0, 9217.0, 9259.0, 9245.0, 9242.0, 9260.0, 9247.0, 9274.0, 9263.0, 9264.0, 9220.0, 9256.0, 9259.0, 9253.0, 9268.0, 9253.0, 9284.0, 9253.0, 9263.0, 9236.0, 9262.0, 9278.0, 9241.0, 9269.0, 9257.0, 9287.0, 9256.0, 9265.0, 9232.0, 9252.0, 9281.0, 9255.0, 9284.0, 9259.0, 9285.0, 9238.0, 9267.0, 9252.0, 9254.0, 9272.0, 9259.0, 9286.0, 9255.0, 9267.0, 9220.0, 9255.0, 9255.0, 9255.0, 9259.0, 9257.0, 9285.0, 9238.0, 9265.0, 9222.0, 9270.0, 9242.0, 9258.0, 9274.0, 9237.0, 9266.0, 9234.0, 9261.0, 9247.0, 9248.0, 9281.0, 9235.0, 9278.0, 9249.0, 9261.0, 9216.0, 9250.0, 9277.0, 9253.0, 9266.0, 9242.0, 9285.0, 9253.0, 9269.0, 9223.0, 9256.0, 9255.0, 9259.0, 9286.0, 9252.0, 9269.0, 9236.0, 9266.0, 9237.0, 9266.0, 9264.0, 9249.0, 9276.0, 9265.0, 9265.0, 9254.0, 9267.0, 9239.0, 9251.0, 9262.0, 9248.0, 9264.0, 9254.0, 9267.0, 9241.0, 9268.0, 9249.0, 9234.0, 9262.0, 9246.0, 9268.0, 9250.0, 9268.0, 9238.0, 9249.0, 9259.0, 9235.0, 9265.0, 9251.0, 9269.0, 9227.0, 9252.0, 9265.0, 9253.0, 9270.0, 9252.0, 9270.0, 9243.0, 9266.0, 9239.0, 9270.0, 9283.0, 9254.0, 9257.0, 9257.0, 9285.0, 9251.0, 9269.0, 9241.0, 9275.0, 9244.0, 9276.0, 9255.0, 9284.0, 9291.0, 9262.0, 9290.0, 9277.0, 9293.0, 9248.0, 9294.0, 9256.0, 9281.0, 9288.0, 9277.0, 9294.0, 9280.0, 9294.0, 9289.0, 9298.0, 9274.0, 9295.0, 9249.0, 9282.0, 9297.0, 9286.0, 9290.0, 9284.0, 9292.0, 9271.0, 9291.0, 9259.0, 9287.0, 9268.0, 9322.0, 9269.0, 9275.0, 9241.0, 9252.0, 9262.0, 9267.0, 9266.0, 9269.0, 9299.0, 9253.0, 9264.0, 9213.0, 9236.0, 9232.0, 9219.0, 9254.0, 9251.0, 9252.0, 9223.0, 9248.0, 9201.0, 9227.0, 9196.0, 9207.0, 9223.0, 9211.0, 9225.0, 9226.0, 9226.0, 9195.0, 9222.0, 9193.0, 9193.0, 9220.0, 9207.0, 9223.0, 9207.0, 9223.0, 9183.0, 9209.0, 9193.0, 9192.0, 9221.0, 9209.0, 9226.0, 9200.0, 9234.0, 9192.0, 9219.0, 9219.0, 9229.0, 9255.0, 9244.0, 9260.0, 9220.0, 9258.0, 9227.0, 9227.0, 9259.0, 9244.0, 9260.0, 9219.0, 9262.0, 9249.0, 9227.0, 9256.0, 9228.0, 9247.0, 9215.0, 9246.0, 9247.0, 9230.0, 9258.0, 9228.0, 9244.0, 9214.0, 9243.0, 9245.0, 9228.0, 9255.0, 9229.0, 9261.0, 9216.0, 9248.0, 9250.0, 9249.0, 9262.0, 9230.0, 9246.0, 9217.0, 9247.0, 9236.0, 9250.0, 9264.0, 9249.0, 9248.0, 9231.0, 9251.0, 9225.0, 9256.0, 9268.0, 9253.0, 9269.0, 9242.0, 9272.0, 9230.0, 9265.0, 9289.0, 9257.0, 9273.0, 9243.0, 9277.0, 9245.0, 9260.0, 9277.0, 9261.0, 9274.0, 9243.0, 9274.0, 9272.0, 9263.0, 9293.0, 9261.0, 9290.0, 9260.0, 9258.0, 9228.0, 9266.0, 9304.0, 9277.0, 9280.0, 9268.0, 9282.0, 9248.0, 9277.0, 9267.0, 9264.0, 9279.0, 9266.0, 9295.0, 9278.0, 9286.0, 9266.0, 9283.0, 9266.0, 9282.0, 9295.0, 9261.0, 9280.0, 9280.0, 9299.0, 9261.0, 9277.0, 9261.0, 9272.0, 9269.0, 9257.0, 9288.0, 9261.0, 9287.0, 9259.0, 9286.0, 9243.0, 9269.0, 9243.0, 9256.0, 9273.0, 9257.0, 9272.0, 9257.0, 9271.0, 9238.0, 9285.0, 9238.0, 9274.0, 9243.0, 9268.0, 9284.0, 9237.0, 9280.0, 9254.0, 9268.0, 9249.0, 9267.0, 9238.0, 9248.0, 9251.0, 9250.0, 9279.0, 9256.0, 9288.0, 9255.0, 9269.0, 9236.0, 9266.0, 9238.0, 9271.0, 9258.0, 9264.0, 9269.0, 9237.0, 9267.0, 9267.0, 9268.0, 9258.0, 9273.0, 9264.0, 9273.0, 9240.0, 9269.0, 9284.0, 9257.0, 9274.0, 9256.0, 9281.0, 9252.0, 9267.0, 9266.0, 9272.0, 9241.0, 9272.0, 9240.0, 9252.0, 9278.0, 9240.0, 9267.0, 9238.0, 9267.0, 9251.0, 9261.0, 9235.0, 9252.0, 9235.0, 9249.0, 9265.0, 9246.0, 9264.0, 9264.0, 9263.0, 9250.0, 9266.0, 9255.0, 9265.0, 9234.0, 9251.0, 9277.0, 9253.0, 9288.0, 9241.0, 9267.0, 9254.0, 9266.0, 9253.0, 9268.0, 9242.0, 9266.0, 9237.0, 9256.0, 9280.0, 9258.0, 9270.0, 9259.0, 9291.0, 9246.0, 9271.0, 9286.0, 9256.0, 9287.0, 9256.0, 9292.0, 9260.0, 9289.0, 9222.0, 9264.0, 9290.0, 9272.0, 9263.0, 9255.0, 9249.0, 9241.0, 9251.0, 9252.0, 9251.0, 9288.0, 9272.0, 9285.0, 9275.0, 9269.0, 9253.0, 9253.0, 9261.0, 9250.0, 9265.0, 9251.0, 9267.0, 9234.0, 9253.0, 9244.0, 9272.0, 9282.0, 9251.0, 9265.0, 9267.0, 9266.0, 9267.0, 9270.0, 9220.0, 9248.0, 9261.0, 9252.0, 9264.0, 9278.0, 9265.0, 9254.0, 9280.0, 9247.0, 9262.0, 9308.0, 9278.0, 9272.0, 9254.0, 9271.0, 9238.0, 9254.0, 9264.0, 9252.0, 9268.0, 9262.0, 9256.0, 9227.0, 9253.0, 9267.0, 9249.0, 9274.0, 9254.0, 9256.0, 9221.0, 9255.0, 9283.0, 9276.0, 9285.0, 9254.0, 9257.0, 9220.0, 9249.0, 9269.0, 9255.0, 9290.0, 9254.0, 9268.0, 9257.0, 9277.0, 9258.0, 9292.0, 9301.0, 9269.0, 9306.0, 9267.0, 9287.0, 9252.0, 9290.0, 9329.0, 9305.0, 9317.0, 9270.0, 9300.0, 9295.0, 9265.0, 9315.0, 9281.0, 9292.0, 9259.0, 9271.0, 9241.0, 9258.0, 9292.0, 9265.0, 9292.0, 9259.0, 9272.0, 9216.0, 9270.0, 9288.0, 9260.0, 9290.0, 9273.0, 9273.0, 9253.0, 9272.0, 9243.0, 9257.0, 9277.0, 9258.0, 9284.0, 9268.0, 9272.0, 9241.0, 9273.0, 9260.0, 9259.0, 9289.0, 9254.0, 9269.0, 9248.0, 9252.0, 9236.0, 9252.0, 9241.0, 9256.0, 9283.0, 9253.0, 9283.0, 9270.0, 9268.0, 9259.0, 9276.0, 9230.0, 9254.0, 9283.0, 9255.0, 9271.0, 9255.0, 9274.0, 9228.0, 9259.0, 9286.0, 9258.0, 9275.0, 9272.0, 9274.0, 9270.0, 9301.0, 9295.0, 9273.0, 9291.0, 9260.0, 9291.0, 9272.0, 9268.0, 9223.0, 9268.0, 9257.0, 9260.0, 9291.0, 9259.0, 9286.0, 9259.0, 9274.0, 9231.0, 9277.0, 9253.0, 9282.0, 9284.0, 9278.0, 9289.0, 9257.0, 9273.0, 9241.0, 9276.0, 9250.0, 9295.0, 9277.0, 9281.0, 9314.0, 9263.0, 9271.0, 9276.0, 9281.0, 9266.0, 9279.0, 9273.0, 9273.0, 9289.0, 9262.0, 9277.0, 9262.0, 9276.0, 9275.0, 9273.0, 9230.0, 9275.0, 9277.0, 9301.0, 9287.0, 9299.0, 9298.0, 9281.0, 9294.0, 9274.0, 9290.0, 9273.0, 9293.0, 9247.0, 9272.0, 9288.0, 9253.0, 9274.0, 9256.0, 9271.0, 9252.0, 9264.0, 9235.0, 9267.0, 9241.0, 9267.0, 9238.0, 9253.0, 9282.0, 9252.0, 9269.0, 9269.0, 9270.0, 9278.0, 9272.0, 9224.0, 9251.0, 9241.0, 9254.0, 9259.0, 9263.0, 9290.0, 9291.0, 9288.0, 9264.0, 9280.0, 9280.0, 9300.0, 9273.0, 9268.0, 9241.0, 9272.0, 9246.0, 9271.0, 9241.0, 9256.0, 9283.0, 9272.0, 9276.0, 9253.0, 9282.0, 9258.0, 9271.0, 9283.0, 9268.0, 9254.0, 9272.0, 9260.0, 9254.0, 9223.0, 9270.0, 9251.0, 9250.0, 9284.0, 9249.0, 9264.0, 9233.0, 9264.0, 9258.0, 9248.0, 9241.0, 9240.0, 9220.0, 9251.0, 9237.0, 9247.0, 9256.0, 9250.0, 9255.0, 9276.0, 9242.0, 9256.0, 9229.0, 9269.0, 9258.0, 9273.0, 9273.0, 9254.0, 9283.0, 9267.0, 9271.0, 9240.0, 9250.0, 9250.0, 9236.0, 9268.0, 9252.0, 9271.0, 9262.0, 9256.0, 9256.0, 9257.0, 9223.0, 9273.0, 9284.0, 9274.0, 9274.0, 9259.0, 9304.0, 9276.0, 9272.0, 9260.0, 9277.0, 9246.0, 9275.0, 9238.0, 9262.0, 9291.0, 9247.0, 9246.0, 9269.0, 9273.0, 9259.0, 9293.0, 9261.0, 9279.0, 9244.0, 9275.0, 9292.0, 9256.0, 9274.0, 9274.0, 9271.0, 9237.0, 9251.0, 9237.0, 9265.0, 9281.0, 9265.0, 9250.0, 9252.0, 9222.0, 9254.0, 9267.0, 9247.0, 9264.0, 9234.0, 9253.0, 9235.0, 9253.0, 9237.0, 9264.0, 9265.0, 9239.0, 9242.0, 9253.0, 9275.0, 9258.0, 9243.0, 9207.0, 9236.0, 9211.0, 9241.0, 9254.0, 9240.0, 9245.0, 9238.0, 9237.0, 9217.0, 9236.0, 9193.0, 9230.0, 9250.0, 9227.0, 9218.0, 9241.0, 9244.0, 9226.0, 9213.0, 9225.0, 9257.0, 9222.0, 9244.0, 9254.0, 9256.0, 9251.0, 9239.0, 9220.0, 9219.0, 9213.0, 9216.0, 9219.0, 9204.0, 9222.0, 9220.0, 9238.0, 9207.0, 9236.0, 9220.0, 9232.0, 9231.0, 9236.0, 9241.0, 9209.0, 9243.0, 9215.0, 9259.0, 9265.0, 9234.0, 9244.0, 9205.0, 9236.0, 9237.0, 9243.0, 9263.0, 9250.0, 9250.0, 9215.0, 9239.0, 9216.0, 9201.0, 9214.0, 9235.0, 9222.0, 9201.0, 9225.0, 9215.0, 9247.0, 9198.0, 9226.0, 9231.0, 9222.0, 9227.0, 9211.0, 9230.0, 9218.0, 9244.0, 9258.0, 9241.0, 9228.0, 9205.0, 9226.0, 9238.0, 9229.0, 9245.0, 9241.0, 9240.0, 9210.0, 9222.0, 9219.0, 9220.0, 9235.0, 9231.0, 9221.0, 9209.0, 9227.0, 9226.0, 9240.0, 9252.0, 9246.0, 9246.0, 9214.0, 9247.0, 9230.0, 9245.0, 9245.0, 9245.0, 9244.0, 9210.0, 9249.0, 9220.0, 9243.0, 9241.0, 9245.0, 9245.0, 9232.0, 9250.0, 9231.0, 9242.0, 9247.0, 9267.0, 9225.0, 9252.0, 9266.0, 9235.0, 9252.0, 9223.0, 9262.0, 9290.0, 9261.0, 9294.0, 9262.0, 9262.0, 9225.0, 9254.0, 9282.0, 9252.0, 9268.0, 9261.0, 9285.0, 9238.0, 9248.0, 9219.0, 9241.0, 9251.0, 9240.0, 9240.0, 9238.0, 9225.0, 9258.0, 9254.0, 9276.0, 9241.0, 9224.0, 9191.0, 9221.0, 9257.0, 9238.0, 9228.0, 9177.0, 9218.0, 9219.0, 9265.0, 9221.0, 9277.0, 9214.0, 9223.0, 9230.0, 9200.0, 9197.0, 9210.0, 9192.0, 9206.0, 9193.0, 9242.0, 9216.0, 9246.0, 9256.0, 9249.0, 9220.0, 9219.0, 9180.0, 9169.0, 9174.0, 9147.0, 9185.0, 9167.0, 9231.0, 9242.0, 9260.0, 9262.0, 9271.0, 9230.0, 9264.0, 9238.0, 9235.0, 9231.0, 9197.0, 9211.0, 9207.0, 9235.0, 9187.0, 9224.0, 9212.0, 9246.0, 9268.0, 9230.0, 9246.0, 9184.0, 9232.0, 9229.0, 9212.0, 9250.0, 9194.0, 9217.0, 9158.0, 9200.0, 9189.0, 9208.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.0018546019900497512</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08400960903814263</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.287124947244735</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1010018565643147</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9394212109626553</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5403</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2791.9624</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11597094003332174</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.613598673300165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6779722514423057</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.546942302912527</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.805063387667532</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6819110637468575</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00742307</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002790215890854597</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024834590032696724</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.43994514370442</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>13.4658</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.0304</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.581</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284482.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1134.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.108</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1045</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.3274</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3303.7291</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3446.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1503.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4235.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>776.1315</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.875050314702094</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> |