=== 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-0077 --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-0077",
"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-0077_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-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0077/figures/sub-0077_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-0077/figures/sub-0077_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_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-0077/ses-01/func/sub-0077_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>725212c515b196cfcbf3ae336caa72d7</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:21:30.127500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999637, -0.0190852, 0.0190337, 0.019194, 0.9998, -0.0055544]</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.0822846</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7723, -7239, 714, -51, -84, -66, 24]</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>232.593</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0310045e-b380-4f1a-b52c-8faa427b2416||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819519996643066, 0.051496196538209915, 0.05109459161758423, 107.78429412841797], [0.05120407044887543, 2.6823911666870117, -0.01597782038152218, -89.27147674560547], [0.05106610432267189, 0.014902036637067795, 2.6994690895080566, -64.20228576660156], [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': ['172130.127500', '172130.587500', '172131.047500', '172131.507500', '172131.967500', '172132.427500', '172132.887500', '172133.347500', '172133.807500', '172134.267500', '172134.727500', '172135.187500', '172135.647500', '172136.107500', '172136.567500', '172137.027500', '172137.487500', '172137.947500', '172138.407500', '172138.867500', '172139.327500', '172139.787500', '172140.247500', '172140.707500', '172141.167500', '172141.627500', '172142.087500', '172142.547500', '172143.007500', '172143.467500', '172143.927500', '172144.387500', '172144.847500', '172145.307500', '172145.767500', '172146.227500', '172146.687500', '172147.147500', '172147.607500', '172148.067500', '172148.527500', '172148.987500', '172149.447500', '172149.907500', '172150.367500', '172150.827500', '172151.287500', '172151.747500', '172152.207500', '172152.667500', '172153.127500', '172153.587500', '172154.047500', '172154.507500', '172154.967500', '172155.427500', '172155.887500', '172156.347500', '172156.807500', '172157.267500', '172157.727500', '172158.187500', '172158.647500', '172159.107500', '172159.567500', '172200.027500', '172200.487500', '172200.947500', '172201.407500', '172201.867500', '172202.327500', '172202.787500', '172203.247500', '172203.707500', '172204.167500', '172204.627500', '172205.087500', '172205.547500', '172206.007500', '172206.467500', '172206.927500', '172207.387500', '172207.847500', '172208.307500', '172208.767500', '172209.227500', '172209.687500', '172210.147500', '172210.607500', '172211.067500', '172211.527500', '172211.987500', '172212.447500', '172212.907500', '172213.367500', '172213.827500', '172214.287500', '172214.747500', '172215.207500', '172215.667500', '172216.127500', '172216.587500', '172217.047500', '172217.507500', '172217.967500', '172218.427500', '172218.887500', '172219.347500', '172219.807500', '172220.267500', '172220.727500', '172221.187500', '172221.647500', '172222.107500', '172222.567500', '172223.027500', '172223.487500', '172223.947500', '172224.407500', '172224.867500', '172225.327500', '172225.787500', '172226.247500', '172226.707500', '172227.167500', '172227.627500', '172228.087500', '172228.547500', '172229.007500', '172229.467500', '172229.927500', '172230.387500', '172230.847500', '172231.307500', '172231.767500', '172232.227500', '172232.687500', '172233.147500', '172233.607500', '172234.067500', '172234.527500', '172234.987500', '172235.447500', '172235.907500', '172236.367500', '172236.827500', '172237.287500', '172237.747500', '172238.207500', '172238.667500', '172239.127500', '172239.587500', '172240.047500', '172240.507500', '172240.967500', '172241.427500', '172241.887500', '172242.347500', '172242.807500', '172243.267500', '172243.727500', '172244.187500', '172244.647500', '172245.107500', '172245.567500', '172246.027500', '172246.487500', '172246.947500', '172247.407500', '172247.867500', '172248.327500', '172248.787500', '172249.247500', '172249.707500', '172250.167500', '172250.627500', '172251.087500', '172251.547500', '172252.007500', '172252.467500', '172252.927500', '172253.387500', '172253.847500', '172254.307500', '172254.767500', '172255.227500', '172255.687500', '172256.147500', '172256.607500', '172257.067500', '172257.527500', '172257.987500', '172258.447500', '172258.907500', '172259.367500', '172259.827500', '172300.287500', '172300.747500', '172301.207500', '172301.667500', '172302.127500', '172302.587500', '172303.047500', '172303.507500', '172303.967500', '172304.427500', '172304.887500', '172305.347500', '172305.807500', '172306.267500', '172306.727500', '172307.187500', '172307.647500', '172308.107500', '172308.567500', '172309.027500', '172309.487500', '172309.947500', '172310.407500', '172310.867500', '172311.327500', '172311.787500', '172312.247500', '172312.707500', '172313.167500', '172313.627500', '172314.087500', '172314.547500', '172315.007500', '172315.467500', '172315.927500', '172316.387500', '172316.847500', '172317.307500', '172317.767500', '172318.227500', '172318.687500', '172319.147500', '172319.607500', '172320.067500', '172320.527500', '172320.987500', '172321.447500', '172321.907500', '172322.367500', '172322.827500', '172323.287500', '172323.747500', '172324.207500', '172324.667500', '172325.127500', '172325.587500', '172326.047500', '172326.507500', '172326.967500', '172327.427500', '172327.887500', '172328.347500', '172328.807500', '172329.267500', '172329.727500', '172330.187500', '172330.647500', '172331.107500', '172331.567500', '172332.027500', '172332.487500', '172332.947500', '172333.407500', '172333.867500', '172334.327500', '172334.787500', '172335.247500', '172335.707500', '172336.167500', '172336.627500', '172337.087500', '172337.547500', '172338.007500', '172338.467500', '172338.927500', '172339.387500', '172339.847500', '172340.307500', '172340.767500', '172341.227500', '172341.687500', '172342.147500', '172342.607500', '172343.067500', '172343.527500', '172343.987500', '172344.447500', '172344.907500', '172345.367500', '172345.827500', '172346.287500', '172346.747500', '172347.207500', '172347.667500', '172348.127500', '172348.587500', '172349.047500', '172349.507500', '172349.967500', '172350.427500', '172350.887500', '172351.347500', '172351.807500', '172352.267500', '172352.727500', '172353.187500', '172353.647500', '172354.107500', '172354.567500', '172355.027500', '172355.487500', '172355.947500', '172356.407500', '172356.867500', '172357.327500', '172357.787500', '172358.247500', '172358.707500', '172359.167500', '172359.627500', '172400.087500', '172400.547500', '172401.007500', '172401.467500', '172401.927500', '172402.387500', '172402.847500', '172403.307500', '172403.767500', '172404.227500', '172404.687500', '172405.147500', '172405.607500', '172406.067500', '172406.527500', '172406.987500', '172407.447500', '172407.907500', '172408.367500', '172408.827500', '172409.287500', '172409.747500', '172410.207500', '172410.667500', '172411.127500', '172411.587500', '172412.047500', '172412.507500', '172412.967500', '172413.427500', '172413.887500', '172414.347500', '172414.807500', '172415.267500', '172415.727500', '172416.187500', '172416.647500', '172417.107500', '172417.567500', '172418.027500', '172418.487500', '172418.947500', '172419.407500', '172419.867500', '172420.327500', '172420.787500', '172421.247500', '172421.707500', '172422.167500', '172422.627500', '172423.087500', '172423.547500', '172424.007500', '172424.467500', '172424.927500', '172425.387500', '172425.847500', '172426.307500', '172426.767500', '172427.227500', '172427.687500', '172428.147500', '172428.607500', '172429.067500', '172429.527500', '172429.987500', '172430.447500', '172430.907500', '172431.367500', '172431.827500', '172432.287500', '172432.747500', '172433.207500', '172433.667500', '172434.127500', '172434.587500', '172435.047500', '172435.507500', '172435.967500', '172436.427500', '172436.887500', '172437.347500', '172437.807500', '172438.267500', '172438.727500', '172439.187500', '172439.647500', '172440.107500', '172440.567500', '172441.027500', '172441.487500', '172441.947500', '172442.407500', '172442.867500', '172443.327500', '172443.787500', '172444.247500', '172444.707500', '172445.167500', '172445.627500', '172446.087500', '172446.547500', '172447.007500', '172447.467500', '172447.927500', '172448.387500', '172448.847500', '172449.307500', '172449.767500', '172450.227500', '172450.687500', '172451.147500', '172451.607500', '172452.067500', '172452.527500', '172452.987500', '172453.447500', '172453.907500', '172454.367500', '172454.827500', '172455.287500', '172455.747500', '172456.207500', '172456.667500', '172457.127500', '172457.587500', '172458.047500', '172458.507500', '172458.967500', '172459.427500', '172459.887500', '172500.347500', '172500.807500', '172501.267500', '172501.727500', '172502.187500', '172502.647500', '172503.107500', '172503.567500', '172504.027500', '172504.487500', '172504.947500', '172505.407500', '172505.867500', '172506.327500', '172506.787500', '172507.247500', '172507.707500', '172508.167500', '172508.627500', '172509.087500', '172509.547500', '172510.007500', '172510.467500', '172510.927500', '172511.387500', '172511.847500', '172512.307500', '172512.767500', '172513.227500', '172513.687500', '172514.147500', '172514.607500', '172515.067500', '172515.527500', '172515.987500', '172516.447500', '172516.907500', '172517.367500', '172517.827500', '172518.287500', '172518.747500', '172519.207500', '172519.667500', '172520.127500', '172520.587500', '172521.047500', '172521.507500', '172521.967500', '172522.427500', '172522.887500', '172523.347500', '172523.807500', '172524.267500', '172524.727500', '172525.187500', '172525.647500', '172526.107500', '172526.567500', '172527.027500', '172527.487500', '172527.947500', '172528.407500', '172528.867500', '172529.327500', '172529.787500', '172530.247500', '172530.707500', '172531.167500', '172531.627500', '172532.087500', '172532.547500', '172533.007500', '172533.467500', '172533.927500', '172534.387500', '172534.847500', '172535.307500', '172535.767500', '172536.227500', '172536.687500', '172537.147500', '172537.607500', '172538.067500', '172538.527500', '172538.987500', '172539.447500', '172539.907500', '172540.367500', '172540.827500', '172541.287500', '172541.747500', '172542.207500', '172542.667500', '172543.127500', '172543.587500', '172544.047500', '172544.507500', '172544.967500', '172545.427500', '172545.887500', '172546.347500', '172546.807500', '172547.267500', '172547.727500', '172548.187500', '172548.647500', '172549.107500', '172549.567500', '172550.027500', '172550.487500', '172550.947500', '172551.407500', '172551.867500', '172552.327500', '172552.787500', '172553.247500', '172553.707500', '172554.167500', '172554.627500', '172555.087500', '172555.547500', '172556.007500', '172556.467500', '172556.927500', '172557.387500', '172557.847500', '172558.307500', '172558.767500', '172559.227500', '172559.687500', '172600.147500', '172600.607500', '172601.067500', '172601.527500', '172601.987500', '172602.447500', '172602.907500', '172603.367500', '172603.827500', '172604.287500', '172604.747500', '172605.207500', '172605.667500', '172606.127500', '172606.587500', '172607.047500', '172607.507500', '172607.967500', '172608.427500', '172608.887500', '172609.347500', '172609.807500', '172610.267500', '172610.727500', '172611.187500', '172611.647500', '172612.107500', '172612.567500', '172613.027500', '172613.487500', '172613.947500', '172614.407500', '172614.867500', '172615.327500', '172615.787500', '172616.247500', '172616.707500', '172617.167500', '172617.627500', '172618.087500', '172618.547500', '172619.007500', '172619.467500', '172619.927500', '172620.387500', '172620.847500', '172621.307500', '172621.767500', '172622.227500', '172622.687500', '172623.147500', '172623.607500', '172624.067500', '172624.527500', '172624.987500', '172625.447500', '172625.907500', '172626.367500', '172626.827500', '172627.287500', '172627.747500', '172628.207500', '172628.667500', '172629.127500', '172629.587500', '172630.047500', '172630.507500', '172630.967500', '172631.427500', '172631.887500', '172632.347500', '172632.807500', '172633.267500', '172633.727500', '172634.187500', '172634.647500', '172635.107500', '172635.567500', '172636.027500', '172636.487500', '172636.947500', '172637.407500', '172637.867500', '172638.327500', '172638.787500', '172639.247500', '172639.707500', '172640.167500', '172640.627500', '172641.087500', '172641.547500', '172642.007500', '172642.467500', '172642.927500', '172643.387500', '172643.847500', '172644.307500', '172644.767500', '172645.227500', '172645.687500', '172646.147500', '172646.607500', '172647.067500', '172647.527500', '172647.987500', '172648.447500', '172648.907500', '172649.367500', '172649.827500', '172650.287500', '172650.747500', '172651.207500', '172651.667500', '172652.127500', '172652.587500', '172653.047500', '172653.507500', '172653.967500', '172654.427500', '172654.887500', '172655.347500', '172655.807500', '172656.267500', '172656.727500', '172657.187500', '172657.647500', '172658.107500', '172658.567500', '172659.027500', '172659.487500', '172659.947500', '172700.407500', '172700.867500', '172701.327500', '172701.787500', '172702.247500', '172702.707500', '172703.167500', '172703.627500', '172704.087500', '172704.547500', '172705.007500', '172705.467500', '172705.927500', '172706.387500', '172706.847500', '172707.307500', '172707.767500', '172708.227500', '172708.687500', '172709.147500', '172709.607500', '172710.067500', '172710.527500', '172710.987500', '172711.447500', '172711.907500', '172712.367500', '172712.827500', '172713.287500', '172713.747500', '172714.207500', '172714.667500', '172715.127500', '172715.587500', '172716.047500', '172716.507500', '172716.967500', '172717.427500', '172717.887500', '172718.347500', '172718.807500', '172719.267500', '172719.727500', '172720.187500', '172720.647500', '172721.107500', '172721.567500', '172722.027500', '172722.487500', '172722.947500', '172723.407500', '172723.867500', '172724.327500', '172724.787500', '172725.247500', '172725.707500', '172726.167500', '172726.627500', '172727.087500', '172727.547500', '172728.007500', '172728.467500', '172728.927500', '172729.387500', '172729.847500', '172730.307500', '172730.767500', '172731.227500', '172731.687500', '172732.147500', '172732.607500', '172733.067500', '172733.527500', '172733.987500', '172734.447500', '172734.907500', '172735.367500', '172735.827500', '172736.287500', '172736.747500', '172737.207500', '172737.667500', '172738.127500', '172738.587500', '172739.047500', '172739.507500', '172739.967500', '172740.427500', '172740.887500', '172741.347500', '172741.807500', '172742.267500', '172742.727500', '172743.187500', '172743.647500', '172744.107500', '172744.567500', '172745.027500', '172745.487500', '172745.947500', '172746.407500', '172746.867500', '172747.327500', '172747.787500', '172748.247500', '172748.707500', '172749.167500', '172749.627500', '172750.087500', '172750.547500', '172751.007500', '172751.467500', '172751.927500', '172752.387500', '172752.847500', '172753.307500', '172753.767500', '172754.227500', '172754.687500', '172755.147500', '172755.607500', '172756.067500', '172756.527500', '172756.987500', '172757.447500', '172757.907500', '172758.367500', '172758.827500', '172759.287500', '172759.747500', '172800.207500', '172800.667500', '172801.127500', '172801.587500', '172802.047500', '172802.507500', '172802.967500', '172803.427500', '172803.887500', '172804.347500', '172804.807500', '172805.267500', '172805.727500', '172806.187500', '172806.647500', '172807.107500', '172807.567500', '172808.027500', '172808.487500', '172808.947500', '172809.407500', '172809.867500', '172810.327500', '172810.787500', '172811.247500', '172811.707500', '172812.167500', '172812.627500', '172813.087500', '172813.547500', '172814.007500', '172814.467500', '172814.927500', '172815.387500', '172815.847500', '172816.307500', '172816.767500', '172817.227500', '172817.687500', '172818.147500', '172818.607500', '172819.067500', '172819.527500', '172819.987500', '172820.447500', '172820.907500', '172821.367500', '172821.827500', '172822.287500', '172822.747500', '172823.207500', '172823.667500', '172824.127500', '172824.587500', '172825.047500', '172825.507500', '172825.967500', '172826.427500', '172826.887500', '172827.347500', '172827.807500', '172828.267500', '172828.727500', '172829.187500', '172829.647500', '172830.107500', '172830.567500', '172831.027500', '172831.487500', '172831.947500', '172832.407500', '172832.867500', '172833.327500', '172833.787500', '172834.247500', '172834.707500', '172835.167500', '172835.627500', '172836.087500', '172836.547500', '172837.007500', '172837.467500', '172837.927500', '172838.387500', '172838.847500', '172839.307500', '172839.767500', '172840.227500', '172840.687500', '172841.147500', '172841.607500', '172842.067500', '172842.527500', '172842.987500', '172843.447500', '172843.907500', '172844.367500', '172844.827500', '172845.287500', '172845.747500', '172846.207500', '172846.667500', '172847.127500', '172847.587500', '172848.047500', '172848.507500', '172848.967500', '172849.427500', '172849.887500', '172850.347500', '172850.807500', '172851.267500', '172851.727500', '172852.187500', '172852.647500', '172853.107500', '172853.567500', '172854.027500', '172854.487500', '172854.947500', '172855.407500', '172855.867500', '172856.327500', '172856.787500', '172857.247500', '172857.707500', '172858.167500', '172858.627500', '172859.087500', '172859.547500', '172900.007500', '172900.467500', '172900.927500', '172901.387500', '172901.847500', '172902.307500', '172902.767500', '172903.227500', '172903.687500', '172904.147500', '172904.607500', '172905.067500', '172905.527500', '172905.987500', '172906.447500', '172906.907500', '172907.367500', '172907.827500', '172908.287500', '172908.747500', '172909.207500', '172909.667500', '172910.127500', '172910.587500', '172911.047500', '172911.507500', '172911.967500', '172912.427500', '172912.887500', '172913.347500', '172913.807500', '172914.267500', '172914.727500', '172915.187500', '172915.647500', '172916.107500', '172916.567500', '172917.027500', '172917.487500', '172917.947500', '172918.407500', '172918.867500', '172919.327500', '172919.787500', '172920.247500', '172920.707500', '172921.167500', '172921.627500', '172922.087500', '172922.547500', '172923.007500', '172923.467500', '172923.927500', '172924.387500', '172924.847500', '172925.307500', '172925.767500', '172926.227500', '172926.687500', '172927.147500', '172927.607500', '172928.067500', '172928.527500', '172928.987500', '172929.447500', '172929.907500', '172930.367500', '172930.827500', '172931.287500', '172931.747500', '172932.207500', '172932.667500', '172933.127500', '172933.587500', '172934.047500', '172934.507500', '172934.967500', '172935.427500', '172935.887500', '172936.347500', '172936.807500', '172937.267500', '172937.727500', '172938.187500', '172938.647500', '172939.107500', '172939.567500', '172940.027500', '172940.487500', '172940.947500', '172941.407500', '172941.867500', '172942.327500', '172942.787500', '172943.247500', '172943.707500', '172944.167500', '172944.627500', '172945.087500', '172945.547500', '172946.007500', '172946.467500', '172946.927500', '172947.387500', '172947.847500', '172948.307500', '172948.767500', '172949.227500', '172949.687500', '172950.147500', '172950.607500', '172951.067500', '172951.527500', '172951.987500', '172952.447500', '172952.907500', '172953.367500', '172953.827500', '172954.287500', '172954.747500', '172955.207500', '172955.667500', '172956.127500', '172956.587500', '172957.047500', '172957.507500', '172957.967500', '172958.427500', '172958.887500', '172959.347500', '172959.807500', '173000.267500', '173000.727500', '173001.187500', '173001.647500', '173002.107500', '173002.567500', '173003.027500', '173003.487500', '173003.947500', '173004.407500', '173004.867500', '173005.327500', '173005.787500', '173006.247500', '173006.707500', '173007.167500', '173007.627500', '173008.087500', '173008.547500', '173009.007500', '173009.467500', '173009.927500', '173010.387500', '173010.847500', '173011.307500', '173011.767500', '173012.227500', '173012.687500', '173013.147500', '173013.607500', '173014.067500', '173014.527500', '173014.987500', '173015.447500', '173015.907500', '173016.367500', '173016.827500', '173017.287500', '173017.747500', '173018.207500', '173018.667500', '173019.127500', '173019.587500', '173020.047500', '173020.507500', '173020.967500', '173021.427500', '173021.887500', '173022.347500', '173022.807500', '173023.267500', '173023.727500', '173024.187500', '173024.647500', '173025.107500', '173025.567500', '173026.027500', '173026.487500', '173026.947500', '173027.407500', '173027.867500', '173028.327500', '173028.787500', '173029.247500', '173029.707500', '173030.167500', '173030.627500', '173031.087500', '173031.547500', '173032.007500', '173032.467500', '173032.927500', '173033.387500', '173033.847500', '173034.307500', '173034.767500', '173035.227500', '173035.687500', '173036.147500', '173036.607500', '173037.067500', '173037.527500', '173037.987500', '173038.447500', '173038.907500', '173039.367500', '173039.827500', '173040.287500', '173040.747500', '173041.207500', '173041.667500', '173042.127500', '173042.587500', '173043.047500', '173043.507500', '173043.967500', '173044.427500', '173044.887500', '173045.347500', '173045.807500'], 'ContentTime': ['172155.377000', '172155.380000', '172155.383000', '172155.385000', '172155.388000', '172155.391000', '172155.393000', '172155.396000', '172155.399000', '172155.401000', '172155.404000', '172155.406000', '172155.409000', '172155.412000', '172155.414000', '172155.417000', '172155.420000', '172155.422000', '172155.425000', '172155.427000', '172155.430000', '172155.433000', '172155.435000', '172155.438000', '172155.441000', '172155.443000', '172155.446000', '172155.449000', '172155.451000', '172155.454000', '172155.456000', '172155.459000', '172155.462000', '172155.468000', '172155.471000', '172155.474000', '172155.476000', '172155.479000', '172155.481000', '172155.484000', '172155.487000', '172155.489000', '172155.492000', '172155.495000', '172155.497000', '172155.500000', '172155.502000', '172155.505000', '172155.508000', '172155.510000', '172155.513000', '172155.515000', '172215.340000', '172215.343000', '172215.346000', '172215.349000', '172215.351000', '172215.354000', '172215.356000', '172215.359000', '172215.361000', '172215.364000', '172215.367000', '172215.369000', '172215.372000', '172215.374000', '172215.377000', '172215.379000', '172215.382000', '172215.385000', '172215.387000', '172215.390000', '172215.393000', '172215.395000', '172215.398000', '172215.401000', '172215.403000', '172215.406000', '172215.408000', '172215.411000', '172215.413000', '172215.416000', '172215.419000', '172215.421000', '172215.424000', '172215.427000', '172215.429000', '172215.432000', '172215.435000', '172215.437000', '172215.440000', '172215.443000', '172215.445000', '172215.448000', '172215.450000', '172215.453000', '172235.339000', '172235.342000', '172235.345000', '172235.348000', '172235.350000', '172235.353000', '172235.355000', '172235.364000', '172235.367000', '172235.370000', '172235.372000', '172235.375000', '172235.377000', '172235.380000', '172235.383000', '172235.385000', '172235.388000', '172235.391000', '172235.393000', '172235.396000', '172235.399000', '172235.401000', '172235.404000', '172235.407000', '172235.410000', '172235.418000', '172235.421000', '172235.423000', '172235.426000', '172235.429000', '172235.431000', '172235.434000', '172235.436000', '172235.439000', '172235.442000', '172235.444000', '172235.447000', '172235.450000', '172235.453000', '172235.456000', '172235.459000', '172235.462000', '172235.464000', '172255.339000', '172255.342000', '172255.345000', '172255.348000', '172255.350000', '172255.353000', '172255.356000', '172255.358000', '172255.361000', '172255.363000', '172255.366000', '172255.369000', '172255.371000', '172255.374000', '172255.377000', '172255.379000', '172255.382000', '172255.385000', '172255.387000', '172255.390000', '172255.392000', '172255.395000', '172255.398000', '172255.400000', '172255.403000', '172255.405000', '172255.408000', '172255.411000', '172255.413000', '172255.416000', '172255.419000', '172255.421000', '172255.424000', '172255.427000', '172255.429000', '172255.432000', '172255.435000', '172255.437000', '172255.440000', '172255.442000', '172255.445000', '172255.448000', '172255.450000', '172255.453000', '172315.340000', '172315.342000', '172315.345000', '172315.348000', '172315.350000', '172315.353000', '172315.355000', '172315.364000', '172315.367000', '172315.370000', '172315.372000', '172315.375000', '172315.377000', '172315.380000', '172315.392000', '172315.394000', '172315.397000', '172315.400000', '172315.402000', '172315.405000', '172315.407000', '172315.410000', '172315.412000', '172315.415000', '172315.418000', '172315.420000', '172315.423000', '172315.426000', '172315.428000', '172315.431000', '172315.433000', '172315.436000', '172315.439000', '172315.442000', '172315.445000', '172315.448000', '172315.451000', '172315.453000', '172315.456000', '172315.458000', '172315.461000', '172315.463000', '172315.466000', '172335.339000', '172335.342000', '172335.345000', '172335.348000', '172335.350000', '172335.353000', '172335.355000', '172335.358000', '172335.361000', '172335.363000', '172335.366000', '172335.368000', '172335.371000', '172335.374000', '172335.386000', '172335.389000', '172335.391000', '172335.394000', '172335.397000', '172335.399000', '172335.402000', '172335.404000', '172335.407000', '172335.410000', '172335.412000', '172335.415000', '172335.417000', '172335.420000', '172335.423000', '172335.425000', '172335.428000', '172335.430000', '172335.433000', '172335.436000', '172335.438000', '172335.441000', '172335.443000', '172335.446000', '172335.448000', '172335.451000', '172335.454000', '172335.456000', '172335.459000', '172335.461000', '172355.339000', '172355.342000', '172355.345000', '172355.347000', '172355.350000', '172355.353000', '172355.355000', '172355.358000', '172355.360000', '172355.363000', '172355.365000', '172355.368000', '172355.371000', '172355.373000', '172355.376000', '172355.378000', '172355.381000', '172355.384000', '172355.386000', '172355.389000', '172355.391000', '172355.394000', '172355.397000', '172355.399000', '172355.402000', '172355.404000', '172355.407000', '172355.409000', '172355.412000', '172355.415000', '172355.417000', '172355.420000', '172355.423000', '172355.425000', '172355.428000', '172355.431000', '172355.433000', '172355.436000', '172355.438000', '172355.441000', '172355.444000', '172355.446000', '172355.449000', '172415.340000', '172415.343000', '172415.345000', '172415.348000', '172415.351000', '172415.353000', '172415.356000', '172415.358000', '172415.361000', '172415.364000', '172415.366000', '172415.369000', '172415.371000', '172415.374000', '172415.377000', '172415.379000', '172415.382000', '172415.384000', '172415.387000', '172415.389000', '172415.392000', '172415.394000', '172415.397000', '172415.400000', '172415.402000', '172415.405000', '172415.407000', '172415.410000', '172415.412000', '172415.415000', '172415.418000', '172415.420000', '172415.423000', '172415.425000', '172415.428000', '172415.431000', '172415.433000', '172415.436000', '172415.438000', '172415.441000', '172415.444000', '172415.446000', '172415.449000', '172415.451000', '172435.340000', '172435.342000', '172435.345000', '172435.348000', '172435.350000', '172435.353000', '172435.355000', '172435.358000', '172435.360000', '172435.363000', '172435.366000', '172435.368000', '172435.371000', '172435.373000', '172435.376000', '172435.379000', '172435.381000', '172435.384000', '172435.386000', '172435.389000', '172435.391000', '172435.394000', '172435.397000', '172435.399000', '172435.402000', '172435.404000', '172435.407000', '172435.410000', '172435.412000', '172435.415000', '172435.417000', '172435.420000', '172435.422000', '172435.425000', '172435.428000', '172435.430000', '172435.433000', '172435.435000', '172435.438000', '172435.453000', '172435.456000', '172435.458000', '172435.461000', '172455.339000', '172455.342000', '172455.345000', '172455.348000', '172455.350000', '172455.353000', '172455.356000', '172455.358000', '172455.361000', '172455.363000', '172455.369000', '172455.372000', '172455.374000', '172455.377000', '172455.380000', '172455.382000', '172455.385000', '172455.388000', '172455.390000', '172455.393000', '172455.395000', '172455.398000', '172455.401000', '172455.403000', '172455.406000', '172455.408000', '172455.411000', '172455.413000', '172455.416000', '172455.419000', '172455.421000', '172455.424000', '172455.426000', '172455.429000', '172455.432000', '172455.434000', '172455.437000', '172455.440000', '172455.442000', '172455.445000', '172455.447000', '172455.450000', '172455.453000', '172455.455000', '172515.340000', '172515.342000', '172515.345000', '172515.348000', '172515.350000', '172515.353000', '172515.356000', '172515.358000', '172515.361000', '172515.363000', '172515.366000', '172515.369000', '172515.371000', '172515.374000', '172515.376000', '172515.379000', '172515.381000', '172515.384000', '172515.386000', '172515.389000', '172515.392000', '172515.394000', '172515.397000', '172515.399000', '172515.402000', '172515.405000', '172515.407000', '172515.410000', '172515.412000', '172515.415000', '172515.417000', '172515.420000', '172515.423000', '172515.425000', '172515.428000', '172515.430000', '172515.433000', '172515.436000', '172515.438000', '172515.441000', '172515.443000', '172515.446000', '172515.448000', '172535.339000', '172535.342000', '172535.345000', '172535.347000', '172535.350000', '172535.353000', '172535.355000', '172535.358000', '172535.360000', '172535.363000', '172535.366000', '172535.368000', '172535.371000', '172535.373000', '172535.376000', '172535.379000', '172535.381000', '172535.384000', '172535.386000', '172535.389000', '172535.391000', '172535.394000', '172535.397000', '172535.399000', '172535.402000', '172535.405000', '172535.407000', '172535.410000', '172535.412000', '172535.415000', '172535.417000', '172535.420000', '172535.423000', '172535.425000', '172535.428000', '172535.430000', '172535.433000', '172535.436000', '172535.438000', '172535.441000', '172535.444000', '172535.446000', '172535.449000', '172535.451000', '172555.339000', '172555.342000', '172555.345000', '172555.348000', '172555.350000', '172555.353000', '172555.355000', '172555.358000', '172555.361000', '172555.363000', '172555.366000', '172555.368000', '172555.371000', '172555.374000', '172555.376000', '172555.379000', '172555.381000', '172555.384000', '172555.387000', '172555.389000', '172555.392000', '172555.395000', '172555.397000', '172555.400000', '172555.403000', '172555.405000', '172555.408000', '172555.410000', '172555.413000', '172555.416000', '172555.418000', '172555.421000', '172555.423000', '172555.426000', '172555.429000', '172555.431000', '172555.434000', '172555.436000', '172555.439000', '172555.441000', '172555.444000', '172555.447000', '172555.449000', '172615.340000', '172615.342000', '172615.345000', '172615.348000', '172615.350000', '172615.353000', '172615.356000', '172615.358000', '172615.361000', '172615.363000', '172615.366000', '172615.369000', '172615.371000', '172615.374000', '172615.376000', '172615.379000', '172615.382000', '172615.384000', '172615.387000', '172615.390000', '172615.392000', '172615.404000', '172615.407000', '172615.409000', '172615.412000', '172615.414000', '172615.417000', '172615.419000', '172615.422000', '172615.425000', '172615.427000', '172615.430000', '172615.432000', '172615.435000', '172615.438000', '172615.440000', '172615.443000', '172615.445000', '172615.448000', '172615.451000', '172615.453000', '172615.456000', '172615.458000', '172615.461000', '172635.340000', '172635.343000', '172635.345000', '172635.348000', '172635.350000', '172635.353000', '172635.356000', '172635.358000', '172635.361000', '172635.363000', '172635.366000', '172635.369000', '172635.371000', '172635.374000', '172635.376000', '172635.379000', '172635.381000', '172635.384000', '172635.387000', '172635.389000', '172635.392000', '172635.395000', '172635.397000', '172635.400000', '172635.402000', '172635.405000', '172635.407000', '172635.410000', '172635.413000', '172635.415000', '172635.418000', '172635.420000', '172635.423000', '172635.426000', '172635.428000', '172635.431000', '172635.433000', '172635.436000', '172635.438000', '172635.441000', '172635.444000', '172635.446000', '172635.449000', '172655.339000', '172655.342000', '172655.345000', '172655.348000', '172655.350000', '172655.353000', '172655.356000', '172655.358000', '172655.361000', '172655.363000', '172655.366000', '172655.368000', '172655.371000', '172655.374000', '172655.376000', '172655.379000', '172655.381000', '172655.384000', '172655.386000', '172655.389000', '172655.392000', '172655.394000', '172655.397000', '172655.400000', '172655.402000', '172655.405000', '172655.407000', '172655.410000', '172655.413000', '172655.415000', '172655.418000', '172655.420000', '172655.423000', '172655.426000', '172655.428000', '172655.431000', '172655.434000', '172655.436000', '172655.439000', '172655.441000', '172655.444000', '172655.447000', '172655.449000', '172655.452000', '172715.339000', '172715.342000', '172715.345000', '172715.347000', '172715.350000', '172715.353000', '172715.355000', '172715.358000', '172715.361000', '172715.363000', '172715.366000', '172715.368000', '172715.371000', '172715.374000', '172715.376000', '172715.379000', '172715.381000', '172715.384000', '172715.387000', '172715.389000', '172715.392000', '172715.394000', '172715.397000', '172715.399000', '172715.402000', '172715.405000', '172715.407000', '172715.410000', '172715.412000', '172715.415000', '172715.418000', '172715.420000', '172715.423000', '172715.426000', '172715.428000', '172715.431000', '172715.433000', '172715.436000', '172715.438000', '172715.441000', '172715.444000', '172715.446000', '172715.449000', '172735.339000', '172735.342000', '172735.345000', '172735.348000', '172735.350000', '172735.353000', '172735.355000', '172735.358000', '172735.361000', '172735.363000', '172735.366000', '172735.368000', '172735.371000', '172735.374000', '172735.377000', '172735.379000', '172735.382000', '172735.384000', '172735.387000', '172735.390000', '172735.392000', '172735.395000', '172735.397000', '172735.400000', '172735.403000', '172735.405000', '172735.408000', '172735.410000', '172735.413000', '172735.415000', '172735.418000', '172735.421000', '172735.431000', '172735.434000', '172735.437000', '172735.439000', '172735.442000', '172735.444000', '172735.447000', '172735.449000', '172735.452000', '172735.454000', '172735.457000', '172755.339000', '172755.342000', '172755.345000', '172755.347000', '172755.350000', '172755.353000', '172755.355000', '172755.358000', '172755.360000', '172755.363000', '172755.366000', '172755.368000', '172755.371000', '172755.373000', '172755.376000', '172755.379000', '172755.381000', '172755.384000', '172755.386000', '172755.389000', '172755.392000', '172755.394000', '172755.397000', '172755.399000', '172755.402000', '172755.404000', '172755.407000', '172755.410000', '172755.412000', '172755.415000', '172755.417000', '172755.420000', '172755.422000', '172755.425000', '172755.428000', '172755.430000', '172755.433000', '172755.436000', '172755.438000', '172755.441000', '172755.444000', '172755.446000', '172755.449000', '172755.451000', '172815.340000', '172815.343000', '172815.345000', '172815.348000', '172815.351000', '172815.353000', '172815.356000', '172815.358000', '172815.361000', '172815.364000', '172815.366000', '172815.369000', '172815.371000', '172815.374000', '172815.376000', '172815.379000', '172815.382000', '172815.384000', '172815.387000', '172815.389000', '172815.392000', '172815.395000', '172815.397000', '172815.400000', '172815.402000', '172815.405000', '172815.407000', '172815.410000', '172815.413000', '172815.415000', '172815.418000', '172815.420000', '172815.423000', '172815.426000', '172815.428000', '172815.431000', '172815.434000', '172815.437000', '172815.439000', '172815.442000', '172815.445000', '172815.447000', '172815.450000', '172835.340000', '172835.343000', '172835.345000', '172835.348000', '172835.351000', '172835.353000', '172835.356000', '172835.358000', '172835.361000', '172835.363000', '172835.366000', '172835.369000', '172835.371000', '172835.374000', '172835.376000', '172835.379000', '172835.382000', '172835.384000', '172835.387000', '172835.390000', '172835.392000', '172835.395000', '172835.397000', '172835.400000', '172835.402000', '172835.405000', '172835.408000', '172835.410000', '172835.413000', '172835.415000', '172835.418000', '172835.421000', '172835.423000', '172835.426000', '172835.428000', '172835.431000', '172835.433000', '172835.436000', '172835.439000', '172835.441000', '172835.444000', '172835.446000', '172835.449000', '172835.452000', '172855.340000', '172855.343000', '172855.345000', '172855.348000', '172855.351000', '172855.353000', '172855.356000', '172855.358000', '172855.361000', '172855.363000', '172855.366000', '172855.368000', '172855.371000', '172855.374000', '172855.376000', '172855.379000', '172855.382000', '172855.384000', '172855.387000', '172855.389000', '172855.392000', '172855.395000', '172855.397000', '172855.400000', '172855.403000', '172855.406000', '172855.409000', '172855.412000', '172855.416000', '172855.419000', '172855.421000', '172855.424000', '172855.426000', '172855.429000', '172855.432000', '172855.434000', '172855.437000', '172855.440000', '172855.442000', '172855.445000', '172855.447000', '172855.450000', '172855.470000', '172915.340000', '172915.343000', '172915.345000', '172915.348000', '172915.350000', '172915.353000', '172915.356000', '172915.359000', '172915.361000', '172915.364000', '172915.366000', '172915.369000', '172915.372000', '172915.374000', '172915.377000', '172915.380000', '172915.382000', '172915.385000', '172915.388000', '172915.390000', '172915.393000', '172915.395000', '172915.398000', '172915.401000', '172915.403000', '172915.406000', '172915.408000', '172915.411000', '172915.414000', '172915.416000', '172915.419000', '172915.422000', '172915.424000', '172915.427000', '172915.430000', '172915.432000', '172915.435000', '172915.437000', '172915.440000', '172915.443000', '172915.445000', '172915.448000', '172915.451000', '172915.453000', '172935.339000', '172935.342000', '172935.345000', '172935.348000', '172935.350000', '172935.353000', '172935.355000', '172935.358000', '172935.361000', '172935.363000', '172935.366000', '172935.368000', '172935.371000', '172935.374000', '172935.376000', '172935.379000', '172935.381000', '172935.384000', '172935.387000', '172935.389000', '172935.392000', '172935.395000', '172935.397000', '172935.400000', '172935.402000', '172935.405000', '172935.407000', '172935.410000', '172935.413000', '172935.415000', '172935.418000', '172935.421000', '172935.423000', '172935.426000', '172935.429000', '172935.431000', '172935.434000', '172935.436000', '172935.439000', '172935.442000', '172935.444000', '172935.447000', '172935.449000', '172935.452000', '172955.339000', '172955.342000', '172955.345000', '172955.348000', '172955.350000', '172955.353000', '172955.355000', '172955.358000', '172955.360000', '172955.363000', '172955.366000', '172955.368000', '172955.371000', '172955.374000', '172955.376000', '172955.379000', '172955.381000', '172955.384000', '172955.386000', '172955.389000', '172955.392000', '172955.394000', '172955.397000', '172955.399000', '172955.402000', '172955.405000', '172955.407000', '172955.410000', '172955.413000', '172955.415000', '172955.418000', '172955.420000', '172955.423000', '172955.425000', '172955.428000', '172955.431000', '172955.433000', '172955.436000', '172955.438000', '172955.441000', '172955.444000', '172955.447000', '172955.449000', '173015.340000', '173015.343000', '173015.345000', '173015.348000', '173015.351000', '173015.353000', '173015.356000', '173015.359000', '173015.361000', '173015.364000', '173015.366000', '173015.369000', '173015.371000', '173015.374000', '173015.377000', '173015.379000', '173015.382000', '173015.385000', '173015.387000', '173015.390000', '173015.393000', '173015.395000', '173015.398000', '173015.400000', '173015.403000', '173015.406000', '173015.408000', '173015.411000', '173015.413000', '173015.416000', '173015.419000', '173015.422000', '173015.425000', '173015.428000', '173015.431000', '173015.433000', '173015.436000', '173015.438000', '173015.441000', '173015.456000', '173015.459000', '173015.461000', '173015.464000', '173035.340000', '173035.343000', '173035.345000', '173035.348000', '173035.351000', '173035.353000', '173035.356000', '173035.359000', '173035.361000', '173035.364000', '173035.366000', '173035.369000', '173035.372000', '173035.374000', '173035.377000', '173035.379000', '173035.382000', '173035.385000', '173035.387000', '173035.390000', '173035.392000', '173035.395000', '173035.398000', '173035.400000', '173035.403000', '173035.405000', '173035.408000', '173035.410000', '173035.413000', '173035.416000', '173035.418000', '173035.421000', '173035.424000', '173035.426000', '173035.429000', '173035.431000', '173035.434000', '173035.437000', '173035.439000', '173035.442000', '173035.445000', '173035.447000', '173035.450000', '173035.452000', '173047.132000', '173047.135000', '173047.138000', '173047.140000', '173047.143000', '173047.146000', '173047.148000', '173047.151000', '173047.154000', '173047.156000', '173047.159000', '173047.161000', '173047.164000', '173047.167000', '173047.169000', '173047.172000', '173047.174000', '173047.177000', '173047.180000', '173047.182000', '173047.185000', '173047.187000', '173047.190000', '173047.193000', '173047.195000', '173047.198000'], 'InstanceCreationTime': ['172155.377000', '172155.380000', '172155.383000', '172155.385000', '172155.388000', '172155.391000', '172155.393000', '172155.396000', '172155.399000', '172155.401000', '172155.404000', '172155.406000', '172155.409000', '172155.412000', '172155.414000', '172155.417000', '172155.420000', '172155.422000', '172155.425000', '172155.427000', '172155.430000', '172155.433000', '172155.435000', '172155.438000', '172155.441000', '172155.443000', '172155.446000', '172155.449000', '172155.451000', '172155.454000', '172155.456000', '172155.459000', '172155.462000', '172155.468000', '172155.471000', '172155.474000', '172155.476000', '172155.479000', '172155.481000', '172155.484000', '172155.487000', '172155.489000', '172155.492000', '172155.495000', '172155.497000', '172155.500000', '172155.502000', '172155.505000', '172155.508000', '172155.510000', '172155.513000', '172155.515000', '172215.340000', '172215.343000', '172215.346000', '172215.349000', '172215.351000', '172215.354000', '172215.356000', '172215.359000', '172215.361000', '172215.364000', '172215.367000', '172215.369000', '172215.372000', '172215.374000', '172215.377000', '172215.379000', '172215.382000', '172215.385000', '172215.387000', '172215.390000', '172215.393000', '172215.395000', '172215.398000', '172215.401000', '172215.403000', '172215.406000', '172215.408000', '172215.411000', '172215.413000', '172215.416000', '172215.419000', '172215.421000', '172215.424000', '172215.427000', '172215.429000', '172215.432000', '172215.435000', '172215.437000', '172215.440000', '172215.443000', '172215.445000', '172215.448000', '172215.450000', '172215.453000', '172235.339000', '172235.342000', '172235.345000', '172235.348000', '172235.350000', '172235.353000', '172235.355000', '172235.364000', '172235.367000', '172235.370000', '172235.372000', '172235.375000', '172235.377000', '172235.380000', '172235.383000', '172235.385000', '172235.388000', '172235.391000', '172235.393000', '172235.396000', '172235.399000', '172235.401000', '172235.404000', '172235.407000', '172235.410000', '172235.418000', '172235.421000', '172235.423000', '172235.426000', '172235.429000', '172235.431000', '172235.434000', '172235.436000', '172235.439000', '172235.442000', '172235.444000', '172235.447000', '172235.450000', '172235.453000', '172235.456000', '172235.459000', '172235.462000', '172235.464000', '172255.339000', '172255.342000', '172255.345000', '172255.348000', '172255.350000', '172255.353000', '172255.356000', '172255.358000', '172255.361000', '172255.363000', '172255.366000', '172255.369000', '172255.371000', '172255.374000', '172255.377000', '172255.379000', '172255.382000', '172255.385000', '172255.387000', '172255.390000', '172255.392000', '172255.395000', '172255.398000', '172255.400000', '172255.403000', '172255.405000', '172255.408000', '172255.411000', '172255.413000', '172255.416000', '172255.419000', '172255.421000', '172255.424000', '172255.427000', '172255.429000', '172255.432000', '172255.435000', '172255.437000', '172255.440000', '172255.442000', '172255.445000', '172255.448000', '172255.450000', '172255.453000', '172315.340000', '172315.342000', '172315.345000', '172315.348000', '172315.350000', '172315.353000', '172315.355000', '172315.364000', '172315.367000', '172315.370000', '172315.372000', '172315.375000', '172315.377000', '172315.380000', '172315.392000', '172315.394000', '172315.397000', '172315.400000', '172315.402000', '172315.405000', '172315.407000', '172315.410000', '172315.412000', '172315.415000', '172315.418000', '172315.420000', '172315.423000', '172315.426000', '172315.428000', '172315.431000', '172315.433000', '172315.436000', '172315.439000', '172315.442000', '172315.445000', '172315.448000', '172315.451000', '172315.453000', '172315.456000', '172315.458000', '172315.461000', '172315.463000', '172315.466000', '172335.339000', '172335.342000', '172335.345000', '172335.348000', '172335.350000', '172335.353000', '172335.355000', '172335.358000', '172335.361000', '172335.363000', '172335.366000', '172335.368000', '172335.371000', '172335.374000', '172335.386000', '172335.389000', '172335.391000', '172335.394000', '172335.397000', '172335.399000', '172335.402000', '172335.404000', '172335.407000', '172335.410000', '172335.412000', '172335.415000', '172335.417000', '172335.420000', '172335.423000', '172335.425000', '172335.428000', '172335.430000', '172335.433000', '172335.436000', '172335.438000', '172335.441000', '172335.443000', '172335.446000', '172335.448000', '172335.451000', '172335.454000', '172335.456000', '172335.459000', '172335.461000', '172355.339000', '172355.342000', '172355.345000', '172355.347000', '172355.350000', '172355.353000', '172355.355000', '172355.358000', '172355.360000', '172355.363000', '172355.365000', '172355.368000', '172355.371000', '172355.373000', '172355.376000', '172355.378000', '172355.381000', '172355.384000', '172355.386000', '172355.389000', '172355.391000', '172355.394000', '172355.397000', '172355.399000', '172355.402000', '172355.404000', '172355.407000', '172355.409000', '172355.412000', '172355.415000', '172355.417000', '172355.420000', '172355.423000', '172355.425000', '172355.428000', '172355.431000', '172355.433000', '172355.436000', '172355.438000', '172355.441000', '172355.444000', '172355.446000', '172355.449000', '172415.340000', '172415.343000', '172415.345000', '172415.348000', '172415.351000', '172415.353000', '172415.356000', '172415.358000', '172415.361000', '172415.364000', '172415.366000', '172415.369000', '172415.371000', '172415.374000', '172415.377000', '172415.379000', '172415.382000', '172415.384000', '172415.387000', '172415.389000', '172415.392000', '172415.394000', '172415.397000', '172415.400000', '172415.402000', '172415.405000', '172415.407000', '172415.410000', '172415.412000', '172415.415000', '172415.418000', '172415.420000', '172415.423000', '172415.425000', '172415.428000', '172415.431000', '172415.433000', '172415.436000', '172415.438000', '172415.441000', '172415.444000', '172415.446000', '172415.449000', '172415.451000', '172435.340000', '172435.342000', '172435.345000', '172435.348000', '172435.350000', '172435.353000', '172435.355000', '172435.358000', '172435.360000', '172435.363000', '172435.366000', '172435.368000', '172435.371000', '172435.373000', '172435.376000', '172435.379000', '172435.381000', '172435.384000', '172435.386000', '172435.389000', '172435.391000', '172435.394000', '172435.397000', '172435.399000', '172435.402000', '172435.404000', '172435.407000', '172435.410000', '172435.412000', '172435.415000', '172435.417000', '172435.420000', '172435.422000', '172435.425000', '172435.428000', '172435.430000', '172435.433000', '172435.435000', '172435.438000', '172435.453000', '172435.456000', '172435.458000', '172435.461000', '172455.339000', '172455.342000', '172455.345000', '172455.348000', '172455.350000', '172455.353000', '172455.356000', '172455.358000', '172455.361000', '172455.363000', '172455.369000', '172455.372000', '172455.374000', '172455.377000', '172455.380000', '172455.382000', '172455.385000', '172455.388000', '172455.390000', '172455.393000', '172455.395000', '172455.398000', '172455.401000', '172455.403000', '172455.406000', '172455.408000', '172455.411000', '172455.413000', '172455.416000', '172455.419000', '172455.421000', '172455.424000', '172455.426000', '172455.429000', '172455.432000', '172455.434000', '172455.437000', '172455.440000', '172455.442000', '172455.445000', '172455.447000', '172455.450000', '172455.453000', '172455.455000', '172515.340000', '172515.342000', '172515.345000', '172515.348000', '172515.350000', '172515.353000', '172515.356000', '172515.358000', '172515.361000', '172515.363000', '172515.366000', '172515.369000', '172515.371000', '172515.374000', '172515.376000', '172515.379000', '172515.381000', '172515.384000', '172515.386000', '172515.389000', '172515.392000', '172515.394000', '172515.397000', '172515.399000', '172515.402000', '172515.405000', '172515.407000', '172515.410000', '172515.412000', '172515.415000', '172515.417000', '172515.420000', '172515.423000', '172515.425000', '172515.428000', '172515.430000', '172515.433000', '172515.436000', '172515.438000', '172515.441000', '172515.443000', '172515.446000', '172515.448000', '172535.339000', '172535.342000', '172535.345000', '172535.347000', '172535.350000', '172535.353000', '172535.355000', '172535.358000', '172535.360000', '172535.363000', '172535.366000', '172535.368000', '172535.371000', '172535.373000', '172535.376000', '172535.379000', '172535.381000', '172535.384000', '172535.386000', '172535.389000', '172535.391000', '172535.394000', '172535.397000', '172535.399000', '172535.402000', '172535.405000', '172535.407000', '172535.410000', '172535.412000', '172535.415000', '172535.417000', '172535.420000', '172535.423000', '172535.425000', '172535.428000', '172535.430000', '172535.433000', '172535.436000', '172535.438000', '172535.441000', '172535.444000', '172535.446000', '172535.449000', '172535.451000', '172555.339000', '172555.342000', '172555.345000', '172555.348000', '172555.350000', '172555.353000', '172555.355000', '172555.358000', '172555.361000', '172555.363000', '172555.366000', '172555.368000', '172555.371000', '172555.374000', '172555.376000', '172555.379000', '172555.381000', '172555.384000', '172555.387000', '172555.389000', '172555.392000', '172555.395000', '172555.397000', '172555.400000', '172555.403000', '172555.405000', '172555.408000', '172555.410000', '172555.413000', '172555.416000', '172555.418000', '172555.421000', '172555.423000', '172555.426000', '172555.429000', '172555.431000', '172555.434000', '172555.436000', '172555.439000', '172555.441000', '172555.444000', '172555.447000', '172555.449000', '172615.340000', '172615.342000', '172615.345000', '172615.348000', '172615.350000', '172615.353000', '172615.356000', '172615.358000', '172615.361000', '172615.363000', '172615.366000', '172615.369000', '172615.371000', '172615.374000', '172615.376000', '172615.379000', '172615.382000', '172615.384000', '172615.387000', '172615.390000', '172615.392000', '172615.404000', '172615.407000', '172615.409000', '172615.412000', '172615.414000', '172615.417000', '172615.419000', '172615.422000', '172615.425000', '172615.427000', '172615.430000', '172615.432000', '172615.435000', '172615.438000', '172615.440000', '172615.443000', '172615.445000', '172615.448000', '172615.451000', '172615.453000', '172615.456000', '172615.458000', '172615.461000', '172635.340000', '172635.343000', '172635.345000', '172635.348000', '172635.350000', '172635.353000', '172635.356000', '172635.358000', '172635.361000', '172635.363000', '172635.366000', '172635.369000', '172635.371000', '172635.374000', '172635.376000', '172635.379000', '172635.381000', '172635.384000', '172635.387000', '172635.389000', '172635.392000', '172635.395000', '172635.397000', '172635.400000', '172635.402000', '172635.405000', '172635.407000', '172635.410000', '172635.413000', '172635.415000', '172635.418000', '172635.420000', '172635.423000', '172635.426000', '172635.428000', '172635.431000', '172635.433000', '172635.436000', '172635.438000', '172635.441000', '172635.444000', '172635.446000', '172635.449000', '172655.339000', '172655.342000', '172655.345000', '172655.348000', '172655.350000', '172655.353000', '172655.356000', '172655.358000', '172655.361000', '172655.363000', '172655.366000', '172655.368000', '172655.371000', '172655.374000', '172655.376000', '172655.379000', '172655.381000', '172655.384000', '172655.386000', '172655.389000', '172655.392000', '172655.394000', '172655.397000', '172655.400000', '172655.402000', '172655.405000', '172655.407000', '172655.410000', '172655.413000', '172655.415000', '172655.418000', '172655.420000', '172655.423000', '172655.426000', '172655.428000', '172655.431000', '172655.434000', '172655.436000', '172655.439000', '172655.441000', '172655.444000', '172655.447000', '172655.449000', '172655.452000', '172715.339000', '172715.342000', '172715.345000', '172715.347000', '172715.350000', '172715.353000', '172715.355000', '172715.358000', '172715.361000', '172715.363000', '172715.366000', '172715.368000', '172715.371000', '172715.374000', '172715.376000', '172715.379000', '172715.381000', '172715.384000', '172715.387000', '172715.389000', '172715.392000', '172715.394000', '172715.397000', '172715.399000', '172715.402000', '172715.405000', '172715.407000', '172715.410000', '172715.412000', '172715.415000', '172715.418000', '172715.420000', '172715.423000', '172715.426000', '172715.428000', '172715.431000', '172715.433000', '172715.436000', '172715.438000', '172715.441000', '172715.444000', '172715.446000', '172715.449000', '172735.339000', '172735.342000', '172735.345000', '172735.348000', '172735.350000', '172735.353000', '172735.355000', '172735.358000', '172735.361000', '172735.363000', '172735.366000', '172735.368000', '172735.371000', '172735.374000', '172735.377000', '172735.379000', '172735.382000', '172735.384000', '172735.387000', '172735.390000', '172735.392000', '172735.395000', '172735.397000', '172735.400000', '172735.403000', '172735.405000', '172735.408000', '172735.410000', '172735.413000', '172735.415000', '172735.418000', '172735.421000', '172735.431000', '172735.434000', '172735.437000', '172735.439000', '172735.442000', '172735.444000', '172735.447000', '172735.449000', '172735.452000', '172735.454000', '172735.457000', '172755.339000', '172755.342000', '172755.345000', '172755.347000', '172755.350000', '172755.353000', '172755.355000', '172755.358000', '172755.360000', '172755.363000', '172755.366000', '172755.368000', '172755.371000', '172755.373000', '172755.376000', '172755.379000', '172755.381000', '172755.384000', '172755.386000', '172755.389000', '172755.392000', '172755.394000', '172755.397000', '172755.399000', '172755.402000', '172755.404000', '172755.407000', '172755.410000', '172755.412000', '172755.415000', '172755.417000', '172755.420000', '172755.422000', '172755.425000', '172755.428000', '172755.430000', '172755.433000', '172755.436000', '172755.438000', '172755.441000', '172755.444000', '172755.446000', '172755.449000', '172755.451000', '172815.340000', '172815.343000', '172815.345000', '172815.348000', '172815.351000', '172815.353000', '172815.356000', '172815.358000', '172815.361000', '172815.364000', '172815.366000', '172815.369000', '172815.371000', '172815.374000', '172815.376000', '172815.379000', '172815.382000', '172815.384000', '172815.387000', '172815.389000', '172815.392000', '172815.395000', '172815.397000', '172815.400000', '172815.402000', '172815.405000', '172815.407000', '172815.410000', '172815.413000', '172815.415000', '172815.418000', '172815.420000', '172815.423000', '172815.426000', '172815.428000', '172815.431000', '172815.434000', '172815.437000', '172815.439000', '172815.442000', '172815.445000', '172815.447000', '172815.450000', '172835.340000', '172835.343000', '172835.345000', '172835.348000', '172835.351000', '172835.353000', '172835.356000', '172835.358000', '172835.361000', '172835.363000', '172835.366000', '172835.369000', '172835.371000', '172835.374000', '172835.376000', '172835.379000', '172835.382000', '172835.384000', '172835.387000', '172835.390000', '172835.392000', '172835.395000', '172835.397000', '172835.400000', '172835.402000', '172835.405000', '172835.408000', '172835.410000', '172835.413000', '172835.415000', '172835.418000', '172835.421000', '172835.423000', '172835.426000', '172835.428000', '172835.431000', '172835.433000', '172835.436000', '172835.439000', '172835.441000', '172835.444000', '172835.446000', '172835.449000', '172835.452000', '172855.340000', '172855.343000', '172855.345000', '172855.348000', '172855.351000', '172855.353000', '172855.356000', '172855.358000', '172855.361000', '172855.363000', '172855.366000', '172855.368000', '172855.371000', '172855.374000', '172855.376000', '172855.379000', '172855.382000', '172855.384000', '172855.387000', '172855.389000', '172855.392000', '172855.395000', '172855.397000', '172855.400000', '172855.403000', '172855.406000', '172855.409000', '172855.412000', '172855.416000', '172855.419000', '172855.421000', '172855.424000', '172855.426000', '172855.429000', '172855.432000', '172855.434000', '172855.437000', '172855.440000', '172855.442000', '172855.445000', '172855.447000', '172855.450000', '172855.470000', '172915.340000', '172915.343000', '172915.345000', '172915.348000', '172915.350000', '172915.353000', '172915.356000', '172915.359000', '172915.361000', '172915.364000', '172915.366000', '172915.369000', '172915.372000', '172915.374000', '172915.377000', '172915.380000', '172915.382000', '172915.385000', '172915.388000', '172915.390000', '172915.393000', '172915.395000', '172915.398000', '172915.401000', '172915.403000', '172915.406000', '172915.408000', '172915.411000', '172915.414000', '172915.416000', '172915.419000', '172915.422000', '172915.424000', '172915.427000', '172915.430000', '172915.432000', '172915.435000', '172915.437000', '172915.440000', '172915.443000', '172915.445000', '172915.448000', '172915.451000', '172915.453000', '172935.339000', '172935.342000', '172935.345000', '172935.348000', '172935.350000', '172935.353000', '172935.355000', '172935.358000', '172935.361000', '172935.363000', '172935.366000', '172935.368000', '172935.371000', '172935.374000', '172935.376000', '172935.379000', '172935.381000', '172935.384000', '172935.387000', '172935.389000', '172935.392000', '172935.395000', '172935.397000', '172935.400000', '172935.402000', '172935.405000', '172935.407000', '172935.410000', '172935.413000', '172935.415000', '172935.418000', '172935.421000', '172935.423000', '172935.426000', '172935.429000', '172935.431000', '172935.434000', '172935.436000', '172935.439000', '172935.442000', '172935.444000', '172935.447000', '172935.449000', '172935.452000', '172955.339000', '172955.342000', '172955.345000', '172955.348000', '172955.350000', '172955.353000', '172955.355000', '172955.358000', '172955.360000', '172955.363000', '172955.366000', '172955.368000', '172955.371000', '172955.374000', '172955.376000', '172955.379000', '172955.381000', '172955.384000', '172955.386000', '172955.389000', '172955.392000', '172955.394000', '172955.397000', '172955.399000', '172955.402000', '172955.405000', '172955.407000', '172955.410000', '172955.413000', '172955.415000', '172955.418000', '172955.420000', '172955.423000', '172955.425000', '172955.428000', '172955.431000', '172955.433000', '172955.436000', '172955.438000', '172955.441000', '172955.444000', '172955.447000', '172955.449000', '173015.340000', '173015.343000', '173015.345000', '173015.348000', '173015.351000', '173015.353000', '173015.356000', '173015.359000', '173015.361000', '173015.364000', '173015.366000', '173015.369000', '173015.371000', '173015.374000', '173015.377000', '173015.379000', '173015.382000', '173015.385000', '173015.387000', '173015.390000', '173015.393000', '173015.395000', '173015.398000', '173015.400000', '173015.403000', '173015.406000', '173015.408000', '173015.411000', '173015.413000', '173015.416000', '173015.419000', '173015.422000', '173015.425000', '173015.428000', '173015.431000', '173015.433000', '173015.436000', '173015.438000', '173015.441000', '173015.456000', '173015.459000', '173015.461000', '173015.464000', '173035.340000', '173035.343000', '173035.345000', '173035.348000', '173035.351000', '173035.353000', '173035.356000', '173035.359000', '173035.361000', '173035.364000', '173035.366000', '173035.369000', '173035.372000', '173035.374000', '173035.377000', '173035.379000', '173035.382000', '173035.385000', '173035.387000', '173035.390000', '173035.392000', '173035.395000', '173035.398000', '173035.400000', '173035.403000', '173035.405000', '173035.408000', '173035.410000', '173035.413000', '173035.416000', '173035.418000', '173035.421000', '173035.424000', '173035.426000', '173035.429000', '173035.431000', '173035.434000', '173035.437000', '173035.439000', '173035.442000', '173035.445000', '173035.447000', '173035.450000', '173035.452000', '173047.132000', '173047.135000', '173047.138000', '173047.140000', '173047.143000', '173047.146000', '173047.148000', '173047.151000', '173047.154000', '173047.156000', '173047.159000', '173047.161000', '173047.164000', '173047.167000', '173047.169000', '173047.172000', '173047.174000', '173047.177000', '173047.180000', '173047.182000', '173047.185000', '173047.187000', '173047.190000', '173047.193000', '173047.195000', '173047.198000'], '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': [15082, 14478, 11245, 11253, 19211, 13096, 16215, 14257, 13262, 10482, 10656, 19565, 15018, 14626, 13044, 11802, 12044, 12657, 16733, 15789, 12455, 10225, 11300, 20299, 15062, 14859, 10844, 12849, 14522, 11586, 16231, 15317, 13158, 11820, 11053, 17101, 14867, 14637, 13010, 13784, 18300, 13127, 14591, 12130, 14597, 11849, 13314, 12623, 10898, 16624, 15368, 14980, 13158, 13698, 12229, 14570, 19432, 14878, 14566, 12344, 13474, 10442, 14847, 18434, 13952, 15577, 11159, 13950, 10234, 14972, 18483, 13406, 17192, 11378, 14163, 10016, 15035, 17755, 13368, 16205, 10898, 14553, 10166, 14943, 15789, 12468, 17531, 11521, 13717, 11140, 15083, 11790, 12635, 20136, 14502, 13844, 12673, 14551, 14749, 11039, 16943, 13582, 14779, 15893, 13613, 19311, 12676, 13945, 10662, 14094, 18716, 14216, 15092, 12365, 11460, 11452, 12487, 19392, 14693, 14263, 12338, 12096, 10647, 13975, 14081, 14497, 10991, 12499, 20937, 15501, 15509, 13503, 14318, 14016, 10614, 17649, 14641, 15487, 16349, 13046, 16892, 11108, 13396, 9875, 14971, 16872, 12607, 18340, 11449, 13485, 11163, 14859, 11526, 13558, 11159, 10700, 17788, 15171, 14722, 11110, 12120, 19139, 14302, 15320, 12820, 14506, 16316, 11142, 16206, 11219, 15119, 18866, 13548, 16591, 12755, 12119, 12499, 12568, 17692, 15485, 12969, 9771, 10321, 16317, 11821, 16050, 13752, 13233, 11741, 12911, 10247, 10372, 17045, 14049, 15343, 13386, 15271, 10941, 11756, 18383, 14025, 16633, 15648, 14266, 10963, 12062, 17678, 13155, 17307, 15811, 13307, 10451, 10960, 20747, 15358, 14763, 12404, 13527, 13653, 9769, 17391, 11587, 14481, 17456, 12258, 17557, 13039, 12114, 13841, 12322, 17489, 15419, 12657, 10106, 11029, 16868, 12977, 16768, 15307, 14264, 11156, 11693, 11719, 13236, 16961, 15153, 13617, 12062, 12260, 11060, 14005, 17963, 15895, 14148, 12473, 13307, 11706, 10786, 18511, 15190, 16045, 15798, 14767, 12529, 13799, 12669, 15543, 17709, 16016, 12431, 10393, 9829, 16901, 11744, 16792, 13941, 14519, 10627, 12388, 14823, 12162, 17376, 15927, 15886, 14206, 14196, 11431, 14015, 14871, 15034, 17679, 15916, 13224, 12065, 10737, 11239, 13243, 19175, 14961, 15921, 11629, 14166, 11559, 14736, 13224, 14671, 10124, 10517, 19890, 14669, 15618, 13677, 14339, 10136, 9809, 20105, 15015, 15444, 13200, 12773, 9610, 10873, 17641, 15595, 13959, 11856, 13376, 15658, 11251, 16392, 14578, 15024, 12177, 13486, 12140, 10229, 17367, 15317, 15975, 13316, 13430, 10906, 11947, 19751, 14963, 16874, 14372, 13574, 10602, 9936, 18300, 14247, 15763, 12014, 13504, 15351, 9721, 16124, 12064, 13099, 14061, 11718, 17210, 15212, 13875, 10156, 11652, 11654, 12203, 19403, 15259, 15382, 12869, 13501, 11772, 14409, 14616, 15500, 11434, 12258, 17948, 13576, 17257, 15795, 14987, 11445, 11770, 19392, 14389, 16863, 14138, 13560, 10082, 9562, 21056, 14287, 14847, 11809, 13190, 9597, 9554, 19196, 14544, 15441, 15249, 13692, 11260, 12672, 12106, 15980, 18276, 13874, 16238, 10837, 16745, 13436, 16015, 18504, 13388, 17650, 11388, 12812, 10895, 15619, 15785, 14266, 15237, 9822, 16193, 12523, 14771, 15823, 12985, 16797, 11220, 14563, 11792, 12317, 11812, 13722, 18578, 14758, 14663, 12173, 12557, 10453, 14690, 17241, 14250, 13850, 10850, 16962, 14654, 15917, 14174, 14960, 11645, 10466, 17443, 15127, 15964, 15389, 13596, 18195, 12276, 14347, 11055, 15107, 18528, 13314, 15039, 11094, 13937, 12479, 15586, 13762, 15893, 11371, 14299, 13898, 14849, 17495, 15870, 14675, 11623, 11835, 18323, 11744, 16397, 13088, 12404, 10817, 10755, 17645, 15281, 15229, 11131, 12404, 18794, 14422, 14663, 10997, 14160, 18029, 13532, 19278, 12971, 13219, 12340, 12716, 13175, 15127, 14890, 13121, 19002, 14626, 14504, 11765, 14797, 14123, 13803, 18615, 12777, 17054, 12647, 14887, 17572, 13151, 16415, 11930, 18378, 12499, 14948, 14028, 15568, 11656, 13371, 15800, 12753, 17224, 15669, 15422, 11806, 13832, 20731, 15574, 15241, 15397, 12689, 17080, 14615, 12461, 10320, 8825, 16848, 12832, 13723, 12300, 14699, 15338, 11095, 16626, 12445, 14525, 15895, 13559, 17389, 12761, 13595, 12354, 13354, 11894, 14094, 10821, 12391, 16070, 14049, 16844, 15502, 16097, 14279, 14988, 18037, 12679, 16899, 11946, 12961, 18777, 14275, 14164, 11914, 11048, 13434, 12079, 16938, 15373, 14456, 10817, 12583, 11031, 12648, 19217, 16035, 15331, 13903, 14689, 12261, 15003, 17766, 14209, 19090, 13807, 14708, 13363, 11582, 17584, 14976, 12356, 10917, 9616, 17084, 14339, 13081, 12101, 13215, 16602, 12048, 15641, 13136, 13900, 13560, 15526, 14414, 12852, 17102, 15361, 14184, 13506, 12316, 16999, 15624, 12690, 10422, 10295, 17773, 13956, 14090, 11343, 14092, 17350, 13924, 15663, 13676, 12546, 10944, 13839, 19811, 15924, 15315, 14709, 14447, 12020, 15088, 20020, 15654, 15169, 13439, 11919, 14324, 11846, 17637, 12091, 12407, 14276, 11078, 16763, 14054, 12631, 15538, 12808, 16889, 15350, 12897, 10305, 11885, 16650, 13320, 15844, 12055, 14293, 14556, 14166, 11229, 12816, 15015, 13130, 16668, 13254, 15241, 18821, 14410, 14970, 13187, 12990, 12053, 15011, 20738, 16003, 14201, 12504, 11492, 15695, 11897, 16684, 15544, 14460, 12082, 13083, 10714, 13294, 20368, 15939, 15768, 13160, 15154, 12116, 12421, 18442, 15147, 15790, 13917, 15704, 14514, 11286, 16947, 14301, 14348, 14993, 13187, 19421, 14958, 15630, 12086, 15670, 12457, 15262, 19329, 15218, 14936, 13441, 12045, 14425, 11710, 17455, 15060, 13591, 11701, 13121, 17276, 12224, 15645, 12933, 14968, 16321, 14156, 16371, 12598, 17559, 12898, 13038, 11796, 15138, 13985, 14552, 11226, 12235, 18479, 15857, 15580, 14658, 14454, 11537, 13283, 18109, 15876, 14465, 14316, 11569, 17614, 12856, 11613, 17041, 11821, 16200, 14365, 12891, 10111, 10971, 17316, 13231, 15647, 11911, 14522, 12206, 13304, 17389, 14497, 14493, 11935, 14903, 16259, 14180, 15787, 12977, 14671, 12078, 15478, 14513, 15686, 13682, 15131, 11955, 14864, 16236, 13902, 18263, 14127, 13076, 13608, 9813, 17691, 12974, 13708, 19586, 15413, 13984, 11599, 12181, 11494, 9882, 17259, 14815, 14744, 17111, 12988, 16628, 13183, 12337, 11490, 13832, 18035, 14851, 15517, 13268, 12701, 11489, 14135, 17447, 15782, 14460, 12458, 14259, 11567, 12355, 16811, 15240, 15350, 13944, 15123, 12097, 14041, 11915, 14873, 21226, 16419, 16379, 14796, 15245, 11357, 13681, 14959, 13596, 18926, 16217, 15560, 15015, 15457, 14009, 17860, 12828, 16226, 13857, 16602, 14605, 15870, 11684, 15547, 16547, 15466, 20757, 15582, 15799, 12841, 13237, 17461, 12749, 17725, 12102, 13387, 11739, 12825, 19402, 14538, 14436, 11639, 11841, 15530, 10540, 17578, 10939, 11439, 18408, 10133, 12517, 10917, 10571, 17939, 14655, 13893, 13242, 15087, 14713, 10396, 18164, 14302, 14596, 18725, 11970, 16902, 10401, 13343, 13746, 9891, 15757, 12782, 12556, 15552, 12275, 16535, 14475, 13957, 12137, 11867, 10894, 13931, 17746, 14181, 17290, 13658, 16556, 14792, 15490, 19663, 12957, 16273, 13840, 13375, 10956, 11184, 17574, 14999, 14094, 15315, 12193, 17025, 11309, 12144, 10897, 11414, 18978, 14740, 14169, 11956, 13581, 10856, 11324, 19254, 15307, 15844, 12641, 14720, 15346, 11180, 17446, 13205, 14018, 17644, 12873, 16425, 14683, 14332, 10898, 13093, 14386, 13136, 17062, 15901, 13326, 10919, 12639, 17732, 14145, 15772, 13955, 14249, 11529, 13524, 9713, 13901, 18206, 15255, 15774, 15672, 12857, 11815, 13481, 16742, 13549, 16528, 15863, 13321, 12542, 12989, 13458, 14754, 16885, 16142, 12446, 12650, 11309, 19348, 14734, 15636, 12359, 12023, 17521, 10333, 12356, 11691, 10715, 17568, 15488, 12118, 10505, 10302, 18498, 14116, 14681, 11014, 13774, 13153, 11207, 15533, 14364, 13045, 16306, 13055, 15780, 15322, 13404, 12390, 12886, 18336, 13966, 16799, 12640, 14529, 12786, 12206, 17696, 14725, 14252, 19128, 14101, 16088, 13068, 13986, 10659, 13157, 18431, 15226, 15369, 13669, 14739, 14644, 11793, 16365, 14888, 15021, 13962, 14235, 18735, 16163, 14258, 12536, 12333, 15408, 13109, 17061, 13095, 15061, 17423, 14330, 17085, 13106, 15569, 13773, 15892, 17461, 15133, 17284, 12652, 14587, 11225, 17221, 15940, 14186, 17012, 15710, 11180, 10572, 11626, 19565, 15341, 14379, 13196, 12890, 18383, 12348, 13655, 11405, 13289, 19069, 14562, 15434, 12448, 14775, 13245, 11812, 17285, 14546, 13563, 15227, 13495, 18126, 14446, 13830, 12741, 13946, 12784, 13961, 16234, 12676, 14702, 12989, 14312, 14012, 15399, 12769, 15313, 12361, 14951, 18086, 15717, 15617, 17486, 13377, 16768, 14220, 13827, 13304, 12983, 17906, 14702, 13632, 16199, 13776, 19189, 14306, 13856, 11812, 12570, 18398, 15913, 13422, 13177, 13978, 16889, 11727, 15734, 13590, 14135, 11959, 14728, 14589, 14703, 13111, 12481, 19479], 'WindowCenter': [4045.0, 4019.0, 3993.0, 3994.0, 4008.0, 3991.0, 4001.0, 3989.0, 3990.0, 3966.0, 3969.0, 4010.0, 4000.0, 3989.0, 3989.0, 3979.0, 3979.0, 3990.0, 3997.0, 4001.0, 3979.0, 3965.0, 3981.0, 4011.0, 4001.0, 3990.0, 3970.0, 3986.0, 3988.0, 3981.0, 4000.0, 4000.0, 3979.0, 3978.0, 3980.0, 3999.0, 3989.0, 3986.0, 3973.0, 3986.0, 3999.0, 3979.0, 3988.0, 3980.0, 3989.0, 3978.0, 3990.0, 3990.0, 3981.0, 4001.0, 4002.0, 4001.0, 3992.0, 3990.0, 3990.0, 4002.0, 4012.0, 3998.0, 3988.0, 3991.0, 3990.0, 3969.0, 4001.0, 4011.0, 3989.0, 4000.0, 3977.0, 3986.0, 3968.0, 3997.0, 4009.0, 3990.0, 4000.0, 3979.0, 3985.0, 3967.0, 3997.0, 3999.0, 3988.0, 3994.0, 3979.0, 3989.0, 3968.0, 3996.0, 3996.0, 3977.0, 3995.0, 3974.0, 3989.0, 3979.0, 4000.0, 3975.0, 3990.0, 4009.0, 3988.0, 3990.0, 3978.0, 3989.0, 3988.0, 3979.0, 3998.0, 3989.0, 3990.0, 3988.0, 3989.0, 3999.0, 3988.0, 3988.0, 3968.0, 3990.0, 3997.0, 3988.0, 3986.0, 3978.0, 3978.0, 3977.0, 3986.0, 4009.0, 3997.0, 3986.0, 3990.0, 3989.0, 3980.0, 4000.0, 4000.0, 3998.0, 3981.0, 3992.0, 4023.0, 3999.0, 4001.0, 3987.0, 3991.0, 3989.0, 3970.0, 3999.0, 3988.0, 3990.0, 3988.0, 3978.0, 3998.0, 3977.0, 3988.0, 3957.0, 3985.0, 3996.0, 3974.0, 3999.0, 3978.0, 3988.0, 3979.0, 3986.0, 3979.0, 3990.0, 3978.0, 3980.0, 4010.0, 4001.0, 3989.0, 3979.0, 3979.0, 4009.0, 3989.0, 3999.0, 3977.0, 3989.0, 3998.0, 3978.0, 3998.0, 3966.0, 3988.0, 3999.0, 3978.0, 3987.0, 3977.0, 3978.0, 3977.0, 3978.0, 3995.0, 3985.0, 3978.0, 3968.0, 3968.0, 4000.0, 3976.0, 3999.0, 4002.0, 3990.0, 3980.0, 3990.0, 3981.0, 3982.0, 4012.0, 4004.0, 4014.0, 4002.0, 4003.0, 3978.0, 3991.0, 4011.0, 4004.0, 4002.0, 4001.0, 3990.0, 3980.0, 3978.0, 3996.0, 3990.0, 3999.0, 3991.0, 3978.0, 3964.0, 3978.0, 4009.0, 3990.0, 3989.0, 3978.0, 3978.0, 3977.0, 3967.0, 3998.0, 3967.0, 3984.0, 3997.0, 3978.0, 3998.0, 3985.0, 3977.0, 3987.0, 3989.0, 3999.0, 3999.0, 3977.0, 3965.0, 3980.0, 3999.0, 3987.0, 4001.0, 3999.0, 3989.0, 3979.0, 3980.0, 3979.0, 4000.0, 4012.0, 4002.0, 3991.0, 3992.0, 3989.0, 3982.0, 4003.0, 4012.0, 4012.0, 4003.0, 3991.0, 4002.0, 3990.0, 3992.0, 4013.0, 4014.0, 4013.0, 4014.0, 4002.0, 3992.0, 4003.0, 3988.0, 4014.0, 4014.0, 4003.0, 3978.0, 3970.0, 3970.0, 4011.0, 3989.0, 4012.0, 4001.0, 4001.0, 3981.0, 3988.0, 4001.0, 3991.0, 4012.0, 4001.0, 4000.0, 3992.0, 3990.0, 3976.0, 3991.0, 4001.0, 4002.0, 3999.0, 4001.0, 3989.0, 3986.0, 3979.0, 3979.0, 3990.0, 4006.0, 4000.0, 3999.0, 3980.0, 3988.0, 3979.0, 4001.0, 3990.0, 4001.0, 3968.0, 3980.0, 4010.0, 4002.0, 4001.0, 3989.0, 3989.0, 3967.0, 3970.0, 4010.0, 4001.0, 3999.0, 3990.0, 3990.0, 3965.0, 3981.0, 3999.0, 4001.0, 3990.0, 3979.0, 3989.0, 3999.0, 3980.0, 3999.0, 4000.0, 3990.0, 3975.0, 3988.0, 3978.0, 3969.0, 3999.0, 4000.0, 3999.0, 3989.0, 3990.0, 3979.0, 3979.0, 4010.0, 4001.0, 4000.0, 3989.0, 3978.0, 3963.0, 3969.0, 3999.0, 3989.0, 3988.0, 3977.0, 3978.0, 3986.0, 3968.0, 3995.0, 3978.0, 3990.0, 3988.0, 3980.0, 4000.0, 4001.0, 3990.0, 3970.0, 3981.0, 3979.0, 3991.0, 4012.0, 4012.0, 4002.0, 4001.0, 4002.0, 3992.0, 4003.0, 4003.0, 3999.0, 3980.0, 3989.0, 4012.0, 4002.0, 4012.0, 4002.0, 3990.0, 3979.0, 3980.0, 4010.0, 3990.0, 3997.0, 3989.0, 3978.0, 3968.0, 3957.0, 4008.0, 3985.0, 3989.0, 3978.0, 3977.0, 3968.0, 3965.0, 4010.0, 4001.0, 4000.0, 4000.0, 3990.0, 3981.0, 3992.0, 3980.0, 4004.0, 4010.0, 3991.0, 4000.0, 3981.0, 3999.0, 3990.0, 4001.0, 4000.0, 3975.0, 3995.0, 3979.0, 3978.0, 3964.0, 3999.0, 3988.0, 3989.0, 3988.0, 3968.0, 3999.0, 3989.0, 3989.0, 3999.0, 3989.0, 3998.0, 3979.0, 3987.0, 3990.0, 3991.0, 3976.0, 4001.0, 4012.0, 4002.0, 4002.0, 3991.0, 3991.0, 3981.0, 4000.0, 4012.0, 4002.0, 4000.0, 3983.0, 4013.0, 4002.0, 4003.0, 3991.0, 4001.0, 3979.0, 3980.0, 4011.0, 4000.0, 4001.0, 4000.0, 3989.0, 3999.0, 3979.0, 3990.0, 3979.0, 4001.0, 4009.0, 3986.0, 3995.0, 3978.0, 3997.0, 3992.0, 4013.0, 4003.0, 4002.0, 3992.0, 4003.0, 3991.0, 4002.0, 4002.0, 3999.0, 3989.0, 3980.0, 3981.0, 3997.0, 3980.0, 3999.0, 3989.0, 3979.0, 3978.0, 3979.0, 4011.0, 4000.0, 3996.0, 3979.0, 3980.0, 4009.0, 3991.0, 3991.0, 3969.0, 4001.0, 4000.0, 3990.0, 4011.0, 3990.0, 3990.0, 3992.0, 3993.0, 3992.0, 4003.0, 3997.0, 3993.0, 4011.0, 4003.0, 3998.0, 3978.0, 4003.0, 3991.0, 3991.0, 4012.0, 3992.0, 4013.0, 3987.0, 4004.0, 4011.0, 3992.0, 3998.0, 3991.0, 4011.0, 4003.0, 4011.0, 4002.0, 4002.0, 3979.0, 4003.0, 4012.0, 4002.0, 4013.0, 4002.0, 4001.0, 3980.0, 3992.0, 4011.0, 3998.0, 3990.0, 3985.0, 3979.0, 3988.0, 3987.0, 3977.0, 3955.0, 3958.0, 3998.0, 3990.0, 3990.0, 3979.0, 3989.0, 3999.0, 3979.0, 4001.0, 3989.0, 4002.0, 4001.0, 3991.0, 4008.0, 3988.0, 3991.0, 3990.0, 4004.0, 3993.0, 4005.0, 3994.0, 4002.0, 4013.0, 4017.0, 4026.0, 4015.0, 4015.0, 4003.0, 4003.0, 4013.0, 3992.0, 4004.0, 3981.0, 3992.0, 4007.0, 3991.0, 3990.0, 3980.0, 3981.0, 3990.0, 3993.0, 4001.0, 3997.0, 3998.0, 3981.0, 3991.0, 3981.0, 3992.0, 4012.0, 4003.0, 4001.0, 4002.0, 4002.0, 3992.0, 4004.0, 4012.0, 4003.0, 4011.0, 3991.0, 3991.0, 3989.0, 3980.0, 3996.0, 3990.0, 3977.0, 3964.0, 3970.0, 3999.0, 3990.0, 3990.0, 3990.0, 3992.0, 3999.0, 3992.0, 4001.0, 4002.0, 4003.0, 3999.0, 4014.0, 4002.0, 3992.0, 4011.0, 4003.0, 4002.0, 3991.0, 3992.0, 4002.0, 4002.0, 3987.0, 3980.0, 3982.0, 4012.0, 4003.0, 4003.0, 3993.0, 4004.0, 4014.0, 4004.0, 4013.0, 4004.0, 4003.0, 3993.0, 4015.0, 4025.0, 4015.0, 4001.0, 4004.0, 4003.0, 3989.0, 4012.0, 4010.0, 3999.0, 3990.0, 3990.0, 3977.0, 3989.0, 3979.0, 4000.0, 3979.0, 3979.0, 3986.0, 3980.0, 4000.0, 4002.0, 3987.0, 3998.0, 3992.0, 4001.0, 4001.0, 3987.0, 3981.0, 3992.0, 4011.0, 4005.0, 4014.0, 3993.0, 4001.0, 4004.0, 4004.0, 3990.0, 4005.0, 4012.0, 4002.0, 4027.0, 4005.0, 4015.0, 4015.0, 4004.0, 4002.0, 4003.0, 4004.0, 3993.0, 4010.0, 4021.0, 4012.0, 3992.0, 3989.0, 3990.0, 4012.0, 3991.0, 4013.0, 4015.0, 4004.0, 3990.0, 4003.0, 3994.0, 4013.0, 4036.0, 4026.0, 4017.0, 4006.0, 4015.0, 3995.0, 4006.0, 4022.0, 4016.0, 4015.0, 4004.0, 4015.0, 4000.0, 3994.0, 4012.0, 4001.0, 4004.0, 4014.0, 4005.0, 4025.0, 4001.0, 4010.0, 4004.0, 4015.0, 4004.0, 4017.0, 4014.0, 4001.0, 4002.0, 3992.0, 3993.0, 4002.0, 3993.0, 4014.0, 4003.0, 3992.0, 3982.0, 3992.0, 4010.0, 3991.0, 4003.0, 3993.0, 4003.0, 4013.0, 4002.0, 4013.0, 3994.0, 4013.0, 4005.0, 4005.0, 4005.0, 4016.0, 4005.0, 4015.0, 3994.0, 4006.0, 4026.0, 4016.0, 4016.0, 4005.0, 4004.0, 3982.0, 4004.0, 4011.0, 4003.0, 3991.0, 3989.0, 3965.0, 3989.0, 3978.0, 3978.0, 3999.0, 3975.0, 3999.0, 3987.0, 3990.0, 3965.0, 3982.0, 4010.0, 4003.0, 4014.0, 3992.0, 4004.0, 3989.0, 4005.0, 4014.0, 4015.0, 4014.0, 4006.0, 4016.0, 4016.0, 4016.0, 4010.0, 4006.0, 4015.0, 4007.0, 4017.0, 4016.0, 4017.0, 4006.0, 4005.0, 3995.0, 4014.0, 4014.0, 4003.0, 4015.0, 3992.0, 3990.0, 3987.0, 3971.0, 4011.0, 3990.0, 3990.0, 4011.0, 4000.0, 3989.0, 3979.0, 3976.0, 3979.0, 3970.0, 4011.0, 3999.0, 4002.0, 4001.0, 3991.0, 4001.0, 3987.0, 3993.0, 3991.0, 4005.0, 4010.0, 4003.0, 4003.0, 4004.0, 4005.0, 3993.0, 4004.0, 4025.0, 4014.0, 4004.0, 3990.0, 4004.0, 3992.0, 4006.0, 4026.0, 4016.0, 4017.0, 4015.0, 4016.0, 4005.0, 4017.0, 4006.0, 4029.0, 4035.0, 4029.0, 4017.0, 4017.0, 4015.0, 3992.0, 4016.0, 4016.0, 4017.0, 4027.0, 4025.0, 4028.0, 4018.0, 4014.0, 4017.0, 4038.0, 4017.0, 4028.0, 4014.0, 4028.0, 4017.0, 4017.0, 4004.0, 4017.0, 4015.0, 4017.0, 4026.0, 4004.0, 4002.0, 3987.0, 3991.0, 4000.0, 3979.0, 3999.0, 3978.0, 3977.0, 3978.0, 3979.0, 4000.0, 3978.0, 3975.0, 3966.0, 3966.0, 3986.0, 3952.0, 3983.0, 3955.0, 3965.0, 3984.0, 3954.0, 3975.0, 3965.0, 3966.0, 3997.0, 3988.0, 3985.0, 3977.0, 3988.0, 3988.0, 3966.0, 3998.0, 3987.0, 3988.0, 3993.0, 3966.0, 3987.0, 3955.0, 3976.0, 3972.0, 3955.0, 3987.0, 3978.0, 3977.0, 4000.0, 3979.0, 4000.0, 4002.0, 3989.0, 3988.0, 3991.0, 3993.0, 4005.0, 4013.0, 4001.0, 4012.0, 4004.0, 4013.0, 4004.0, 4000.0, 4010.0, 3991.0, 3997.0, 3990.0, 3989.0, 3966.0, 3969.0, 3997.0, 3990.0, 3989.0, 3987.0, 3967.0, 3988.0, 3968.0, 3978.0, 3966.0, 3977.0, 4011.0, 4001.0, 3990.0, 3980.0, 3991.0, 3980.0, 3978.0, 4012.0, 4003.0, 4003.0, 3991.0, 4002.0, 4001.0, 3982.0, 4012.0, 3991.0, 4001.0, 4012.0, 3990.0, 4001.0, 3998.0, 4001.0, 3982.0, 3993.0, 4003.0, 4004.0, 4013.0, 4002.0, 3992.0, 3981.0, 3994.0, 4014.0, 4004.0, 4012.0, 4004.0, 4004.0, 3994.0, 4005.0, 3984.0, 4017.0, 4026.0, 4016.0, 4015.0, 4004.0, 3989.0, 3994.0, 4004.0, 4013.0, 4004.0, 4003.0, 4002.0, 3991.0, 3993.0, 3992.0, 3990.0, 4003.0, 4002.0, 4002.0, 3979.0, 3991.0, 3982.0, 4011.0, 3991.0, 3992.0, 3979.0, 3979.0, 3999.0, 3964.0, 3978.0, 3978.0, 3969.0, 4001.0, 4000.0, 3977.0, 3969.0, 3981.0, 4012.0, 4004.0, 4003.0, 3982.0, 3999.0, 3991.0, 3992.0, 4003.0, 4003.0, 4006.0, 4013.0, 4005.0, 4013.0, 4014.0, 4002.0, 4005.0, 4006.0, 4014.0, 4004.0, 4014.0, 3993.0, 4003.0, 3992.0, 3992.0, 4013.0, 4004.0, 4004.0, 4011.0, 4004.0, 4002.0, 3993.0, 4003.0, 3982.0, 4004.0, 4013.0, 4015.0, 4018.0, 4006.0, 4003.0, 4003.0, 3995.0, 4015.0, 4016.0, 4016.0, 4016.0, 4006.0, 4026.0, 4016.0, 4004.0, 4004.0, 4006.0, 4013.0, 4007.0, 4027.0, 4006.0, 4016.0, 4013.0, 4005.0, 4013.0, 4004.0, 4015.0, 4016.0, 4028.0, 4026.0, 4002.0, 4014.0, 3994.0, 4002.0, 3995.0, 4017.0, 4003.0, 4002.0, 4002.0, 4002.0, 3977.0, 3980.0, 3982.0, 4012.0, 4003.0, 4002.0, 3991.0, 3992.0, 4011.0, 3992.0, 4001.0, 3993.0, 4004.0, 4013.0, 4004.0, 4004.0, 3991.0, 4003.0, 3991.0, 3993.0, 4013.0, 4004.0, 4002.0, 4002.0, 4004.0, 4012.0, 4004.0, 4004.0, 4005.0, 4005.0, 4005.0, 4015.0, 4015.0, 4006.0, 4016.0, 4016.0, 4018.0, 4017.0, 4014.0, 4006.0, 4018.0, 4005.0, 4017.0, 4028.0, 4015.0, 4017.0, 4014.0, 3994.0, 4002.0, 4004.0, 4004.0, 3991.0, 4005.0, 4014.0, 4004.0, 4003.0, 4002.0, 3992.0, 4012.0, 4001.0, 3992.0, 3981.0, 3991.0, 4012.0, 4012.0, 3992.0, 3991.0, 4002.0, 4012.0, 3993.0, 4013.0, 4004.0, 4015.0, 4005.0, 4017.0, 4016.0, 4016.0, 4004.0, 4005.0, 4037.0], 'WindowWidth': [8991.0, 8945.0, 8900.0, 8900.0, 8914.0, 8890.0, 8902.0, 8884.0, 8884.0, 8849.0, 8856.0, 8914.0, 8899.0, 8882.0, 8884.0, 8871.0, 8869.0, 8886.0, 8894.0, 8903.0, 8869.0, 8849.0, 8875.0, 8918.0, 8903.0, 8887.0, 8859.0, 8876.0, 8880.0, 8874.0, 8900.0, 8899.0, 8870.0, 8866.0, 8871.0, 8898.0, 8883.0, 8876.0, 8855.0, 8874.0, 8895.0, 8867.0, 8879.0, 8870.0, 8884.0, 8867.0, 8885.0, 8884.0, 8876.0, 8904.0, 8906.0, 8903.0, 8891.0, 8890.0, 8886.0, 8907.0, 8919.0, 8897.0, 8882.0, 8889.0, 8886.0, 8857.0, 8904.0, 8915.0, 8884.0, 8900.0, 8865.0, 8878.0, 8854.0, 8894.0, 8912.0, 8885.0, 8899.0, 8870.0, 8874.0, 8852.0, 8894.0, 8898.0, 8881.0, 8885.0, 8870.0, 8882.0, 8853.0, 8890.0, 8888.0, 8864.0, 8889.0, 8860.0, 8883.0, 8868.0, 8898.0, 8860.0, 8885.0, 8915.0, 8882.0, 8885.0, 8865.0, 8883.0, 8879.0, 8869.0, 8894.0, 8882.0, 8885.0, 8879.0, 8880.0, 8896.0, 8879.0, 8879.0, 8851.0, 8885.0, 8893.0, 8879.0, 8875.0, 8865.0, 8868.0, 8864.0, 8878.0, 8913.0, 8893.0, 8876.0, 8887.0, 8885.0, 8871.0, 8902.0, 8901.0, 8898.0, 8877.0, 8892.0, 8939.0, 8901.0, 8906.0, 8881.0, 8888.0, 8883.0, 8859.0, 8899.0, 8881.0, 8886.0, 8880.0, 8866.0, 8893.0, 8864.0, 8877.0, 8836.0, 8875.0, 8889.0, 8857.0, 8896.0, 8867.0, 8880.0, 8868.0, 8877.0, 8869.0, 8886.0, 8868.0, 8872.0, 8915.0, 8902.0, 8884.0, 8868.0, 8870.0, 8911.0, 8884.0, 8897.0, 8863.0, 8881.0, 8892.0, 8867.0, 8895.0, 8849.0, 8881.0, 8896.0, 8865.0, 8877.0, 8863.0, 8865.0, 8862.0, 8866.0, 8888.0, 8874.0, 8865.0, 8853.0, 8855.0, 8898.0, 8863.0, 8899.0, 8905.0, 8889.0, 8873.0, 8888.0, 8878.0, 8880.0, 8920.0, 8913.0, 8926.0, 8908.0, 8908.0, 8871.0, 8891.0, 8918.0, 8910.0, 8909.0, 8903.0, 8885.0, 8873.0, 8869.0, 8891.0, 8885.0, 8899.0, 8887.0, 8866.0, 8845.0, 8867.0, 8912.0, 8884.0, 8883.0, 8864.0, 8865.0, 8862.0, 8849.0, 8894.0, 8850.0, 8871.0, 8890.0, 8865.0, 8892.0, 8872.0, 8864.0, 8877.0, 8882.0, 8896.0, 8896.0, 8865.0, 8847.0, 8871.0, 8898.0, 8881.0, 8902.0, 8899.0, 8882.0, 8871.0, 8874.0, 8871.0, 8903.0, 8921.0, 8907.0, 8888.0, 8894.0, 8886.0, 8879.0, 8909.0, 8922.0, 8921.0, 8909.0, 8889.0, 8905.0, 8888.0, 8893.0, 8925.0, 8925.0, 8922.0, 8925.0, 8905.0, 8892.0, 8908.0, 8882.0, 8926.0, 8924.0, 8907.0, 8866.0, 8858.0, 8860.0, 8914.0, 8885.0, 8920.0, 8902.0, 8902.0, 8875.0, 8883.0, 8902.0, 8890.0, 8919.0, 8904.0, 8901.0, 8891.0, 8885.0, 8866.0, 8889.0, 8901.0, 8906.0, 8901.0, 8901.0, 8881.0, 8877.0, 8871.0, 8869.0, 8887.0, 8905.0, 8900.0, 8897.0, 8874.0, 8881.0, 8871.0, 8903.0, 8885.0, 8901.0, 8856.0, 8873.0, 8916.0, 8903.0, 8905.0, 8884.0, 8884.0, 8853.0, 8858.0, 8917.0, 8901.0, 8899.0, 8884.0, 8885.0, 8848.0, 8875.0, 8899.0, 8902.0, 8887.0, 8869.0, 8883.0, 8896.0, 8871.0, 8897.0, 8898.0, 8887.0, 8860.0, 8881.0, 8867.0, 8857.0, 8898.0, 8900.0, 8899.0, 8883.0, 8885.0, 8869.0, 8870.0, 8914.0, 8902.0, 8900.0, 8882.0, 8867.0, 8842.0, 8855.0, 8898.0, 8884.0, 8883.0, 8863.0, 8865.0, 8875.0, 8852.0, 8886.0, 8866.0, 8885.0, 8880.0, 8872.0, 8899.0, 8903.0, 8885.0, 8859.0, 8875.0, 8870.0, 8890.0, 8922.0, 8921.0, 8906.0, 8905.0, 8905.0, 8893.0, 8911.0, 8907.0, 8901.0, 8874.0, 8886.0, 8919.0, 8906.0, 8924.0, 8906.0, 8886.0, 8869.0, 8872.0, 8914.0, 8886.0, 8894.0, 8882.0, 8865.0, 8852.0, 8838.0, 8911.0, 8873.0, 8883.0, 8864.0, 8862.0, 8851.0, 8847.0, 8913.0, 8901.0, 8900.0, 8900.0, 8885.0, 8875.0, 8891.0, 8874.0, 8910.0, 8914.0, 8890.0, 8899.0, 8874.0, 8898.0, 8884.0, 8903.0, 8898.0, 8858.0, 8886.0, 8868.0, 8864.0, 8845.0, 8897.0, 8880.0, 8880.0, 8878.0, 8853.0, 8896.0, 8882.0, 8885.0, 8896.0, 8882.0, 8894.0, 8869.0, 8878.0, 8886.0, 8888.0, 8865.0, 8905.0, 8920.0, 8907.0, 8905.0, 8890.0, 8890.0, 8876.0, 8903.0, 8920.0, 8905.0, 8900.0, 8881.0, 8920.0, 8906.0, 8910.0, 8888.0, 8901.0, 8869.0, 8873.0, 8916.0, 8901.0, 8904.0, 8898.0, 8882.0, 8898.0, 8869.0, 8885.0, 8869.0, 8902.0, 8910.0, 8875.0, 8888.0, 8868.0, 8894.0, 8893.0, 8923.0, 8908.0, 8906.0, 8891.0, 8908.0, 8888.0, 8907.0, 8908.0, 8898.0, 8882.0, 8871.0, 8874.0, 8892.0, 8870.0, 8897.0, 8881.0, 8870.0, 8866.0, 8871.0, 8915.0, 8900.0, 8890.0, 8869.0, 8872.0, 8911.0, 8888.0, 8887.0, 8857.0, 8902.0, 8899.0, 8884.0, 8916.0, 8887.0, 8886.0, 8893.0, 8896.0, 8891.0, 8909.0, 8894.0, 8893.0, 8919.0, 8907.0, 8898.0, 8869.0, 8907.0, 8888.0, 8890.0, 8918.0, 8892.0, 8922.0, 8880.0, 8912.0, 8921.0, 8892.0, 8896.0, 8891.0, 8919.0, 8909.0, 8921.0, 8906.0, 8906.0, 8872.0, 8907.0, 8920.0, 8907.0, 8925.0, 8906.0, 8905.0, 8873.0, 8892.0, 8918.0, 8894.0, 8885.0, 8873.0, 8866.0, 8879.0, 8875.0, 8861.0, 8831.0, 8838.0, 8894.0, 8885.0, 8888.0, 8870.0, 8884.0, 8896.0, 8870.0, 8902.0, 8883.0, 8904.0, 8900.0, 8889.0, 8909.0, 8884.0, 8891.0, 8889.0, 8910.0, 8895.0, 8914.0, 8898.0, 8909.0, 8926.0, 8934.0, 8946.0, 8931.0, 8929.0, 8911.0, 8911.0, 8922.0, 8892.0, 8911.0, 8875.0, 8890.0, 8909.0, 8888.0, 8884.0, 8872.0, 8876.0, 8885.0, 8892.0, 8904.0, 8895.0, 8895.0, 8875.0, 8889.0, 8876.0, 8892.0, 8923.0, 8908.0, 8903.0, 8905.0, 8905.0, 8893.0, 8912.0, 8919.0, 8907.0, 8918.0, 8888.0, 8889.0, 8881.0, 8871.0, 8891.0, 8885.0, 8864.0, 8843.0, 8857.0, 8897.0, 8885.0, 8884.0, 8885.0, 8891.0, 8898.0, 8891.0, 8904.0, 8907.0, 8909.0, 8898.0, 8925.0, 8905.0, 8892.0, 8919.0, 8909.0, 8907.0, 8888.0, 8893.0, 8906.0, 8906.0, 8880.0, 8874.0, 8880.0, 8921.0, 8909.0, 8910.0, 8895.0, 8913.0, 8926.0, 8911.0, 8924.0, 8912.0, 8911.0, 8896.0, 8928.0, 8945.0, 8929.0, 8906.0, 8911.0, 8910.0, 8887.0, 8921.0, 8919.0, 8900.0, 8885.0, 8886.0, 8864.0, 8883.0, 8869.0, 8900.0, 8869.0, 8869.0, 8874.0, 8872.0, 8900.0, 8904.0, 8881.0, 8895.0, 8890.0, 8904.0, 8903.0, 8880.0, 8876.0, 8892.0, 8919.0, 8914.0, 8927.0, 8896.0, 8905.0, 8911.0, 8913.0, 8889.0, 8916.0, 8923.0, 8911.0, 8951.0, 8915.0, 8930.0, 8929.0, 8911.0, 8906.0, 8908.0, 8913.0, 8894.0, 8918.0, 8936.0, 8922.0, 8892.0, 8887.0, 8889.0, 8919.0, 8892.0, 8925.0, 8928.0, 8910.0, 8891.0, 8911.0, 8900.0, 8925.0, 8962.0, 8947.0, 8936.0, 8918.0, 8930.0, 8901.0, 8917.0, 8938.0, 8933.0, 8932.0, 8911.0, 8928.0, 8901.0, 8897.0, 8923.0, 8905.0, 8913.0, 8926.0, 8913.0, 8942.0, 8905.0, 8917.0, 8912.0, 8930.0, 8913.0, 8934.0, 8929.0, 8904.0, 8905.0, 8893.0, 8893.0, 8905.0, 8893.0, 8925.0, 8908.0, 8893.0, 8877.0, 8892.0, 8915.0, 8891.0, 8910.0, 8896.0, 8911.0, 8923.0, 8905.0, 8921.0, 8897.0, 8926.0, 8915.0, 8914.0, 8916.0, 8932.0, 8915.0, 8929.0, 8899.0, 8919.0, 8950.0, 8933.0, 8932.0, 8913.0, 8912.0, 8879.0, 8910.0, 8922.0, 8907.0, 8888.0, 8882.0, 8846.0, 8883.0, 8866.0, 8866.0, 8897.0, 8862.0, 8898.0, 8879.0, 8886.0, 8849.0, 8877.0, 8915.0, 8908.0, 8925.0, 8893.0, 8911.0, 8887.0, 8914.0, 8928.0, 8929.0, 8928.0, 8917.0, 8933.0, 8933.0, 8932.0, 8917.0, 8917.0, 8930.0, 8922.0, 8936.0, 8935.0, 8938.0, 8918.0, 8916.0, 8901.0, 8926.0, 8925.0, 8910.0, 8933.0, 8891.0, 8885.0, 8878.0, 8860.0, 8918.0, 8885.0, 8885.0, 8918.0, 8898.0, 8884.0, 8869.0, 8862.0, 8869.0, 8860.0, 8917.0, 8899.0, 8905.0, 8902.0, 8888.0, 8903.0, 8881.0, 8894.0, 8891.0, 8914.0, 8917.0, 8909.0, 8908.0, 8911.0, 8914.0, 8896.0, 8913.0, 8946.0, 8928.0, 8914.0, 8891.0, 8912.0, 8895.0, 8918.0, 8948.0, 8934.0, 8935.0, 8932.0, 8932.0, 8918.0, 8937.0, 8919.0, 8955.0, 8965.0, 8955.0, 8939.0, 8936.0, 8930.0, 8896.0, 8933.0, 8932.0, 8935.0, 8953.0, 8946.0, 8951.0, 8938.0, 8930.0, 8936.0, 8967.0, 8939.0, 8956.0, 8929.0, 8956.0, 8935.0, 8935.0, 8916.0, 8934.0, 8930.0, 8935.0, 8949.0, 8913.0, 8907.0, 8880.0, 8890.0, 8901.0, 8869.0, 8898.0, 8865.0, 8863.0, 8864.0, 8870.0, 8901.0, 8865.0, 8857.0, 8846.0, 8848.0, 8871.0, 8822.0, 8868.0, 8826.0, 8840.0, 8868.0, 8828.0, 8856.0, 8841.0, 8847.0, 8891.0, 8881.0, 8872.0, 8863.0, 8880.0, 8877.0, 8847.0, 8893.0, 8876.0, 8879.0, 8881.0, 8846.0, 8876.0, 8830.0, 8859.0, 8849.0, 8831.0, 8877.0, 8866.0, 8867.0, 8899.0, 8870.0, 8902.0, 8904.0, 8884.0, 8883.0, 8890.0, 8895.0, 8915.0, 8926.0, 8906.0, 8922.0, 8912.0, 8922.0, 8910.0, 8905.0, 8919.0, 8889.0, 8893.0, 8884.0, 8882.0, 8848.0, 8856.0, 8892.0, 8884.0, 8883.0, 8875.0, 8846.0, 8878.0, 8850.0, 8865.0, 8846.0, 8863.0, 8916.0, 8901.0, 8884.0, 8871.0, 8886.0, 8871.0, 8869.0, 8923.0, 8908.0, 8909.0, 8889.0, 8904.0, 8902.0, 8876.0, 8920.0, 8888.0, 8903.0, 8918.0, 8887.0, 8903.0, 8896.0, 8902.0, 8877.0, 8894.0, 8907.0, 8912.0, 8923.0, 8908.0, 8892.0, 8877.0, 8898.0, 8924.0, 8912.0, 8922.0, 8912.0, 8911.0, 8897.0, 8914.0, 8886.0, 8935.0, 8948.0, 8933.0, 8930.0, 8912.0, 8887.0, 8897.0, 8913.0, 8923.0, 8911.0, 8911.0, 8905.0, 8888.0, 8893.0, 8892.0, 8887.0, 8907.0, 8907.0, 8905.0, 8868.0, 8888.0, 8877.0, 8917.0, 8887.0, 8891.0, 8866.0, 8866.0, 8896.0, 8844.0, 8866.0, 8863.0, 8855.0, 8900.0, 8898.0, 8864.0, 8857.0, 8875.0, 8920.0, 8910.0, 8907.0, 8877.0, 8899.0, 8888.0, 8893.0, 8910.0, 8911.0, 8918.0, 8923.0, 8913.0, 8922.0, 8925.0, 8907.0, 8913.0, 8917.0, 8926.0, 8912.0, 8928.0, 8893.0, 8907.0, 8890.0, 8892.0, 8923.0, 8908.0, 8911.0, 8918.0, 8910.0, 8906.0, 8893.0, 8907.0, 8878.0, 8912.0, 8925.0, 8929.0, 8940.0, 8919.0, 8910.0, 8907.0, 8899.0, 8928.0, 8931.0, 8934.0, 8931.0, 8919.0, 8946.0, 8930.0, 8910.0, 8912.0, 8918.0, 8924.0, 8921.0, 8951.0, 8918.0, 8933.0, 8925.0, 8914.0, 8923.0, 8913.0, 8928.0, 8932.0, 8952.0, 8947.0, 8909.0, 8924.0, 8898.0, 8907.0, 8902.0, 8936.0, 8910.0, 8906.0, 8907.0, 8904.0, 8865.0, 8874.0, 8878.0, 8921.0, 8907.0, 8906.0, 8889.0, 8891.0, 8917.0, 8890.0, 8904.0, 8894.0, 8910.0, 8922.0, 8910.0, 8913.0, 8892.0, 8908.0, 8889.0, 8895.0, 8923.0, 8910.0, 8909.0, 8906.0, 8910.0, 8921.0, 8913.0, 8914.0, 8916.0, 8917.0, 8914.0, 8930.0, 8929.0, 8919.0, 8934.0, 8935.0, 8940.0, 8936.0, 8929.0, 8918.0, 8939.0, 8916.0, 8937.0, 8954.0, 8931.0, 8935.0, 8927.0, 8897.0, 8908.0, 8910.0, 8912.0, 8889.0, 8913.0, 8926.0, 8911.0, 8910.0, 8905.0, 8892.0, 8923.0, 8903.0, 8892.0, 8874.0, 8890.0, 8921.0, 8920.0, 8892.0, 8889.0, 8905.0, 8917.0, 8894.0, 8923.0, 8912.0, 8930.0, 8919.0, 8936.0, 8932.0, 8934.0, 8915.0, 8918.0, 8964.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.00010605809128630708</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022464559999999998</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.19851725754988</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1659491553737533</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9797553972425245</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4439</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7690.9609</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.060267616639746106</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.08298755186721991</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5605965441749077</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.452556577890131</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9115590214921143</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.317674033142478</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0122478</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021306006237864494</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023511771112680435</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.92518095048714</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>61.4052</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.728</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.8492</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308931.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>681.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.7508</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5615</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.9616</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3225.0636</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3441.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67613.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1047.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4157.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.641</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.72066932427697</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> |