=== 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-0081 --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-0081",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
133 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
133 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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-01/func/sub-0081_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>02d4b845e6682e9b94fbeeda9d824bd3</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>10:07:16.110000</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.998095, 0.0394194, -0.0474504, -0.037994, 0.99881, 0.0305751]</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.0866174</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7711, -7288, 581, -37, -59, 88, 142]</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>245.544</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7884311a-b7d6-48fa-a7a7-a7e8fbadbad4||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.6778171062469482, -0.10193522274494171, -0.1312178075313568, 117.65731811523438], [-0.10575930774211884, 2.679734468460083, 0.07752779871225357, -102.86856842041016], [-0.12730595469474792, -0.08203065395355225, 2.695694923400879, -72.5688247680664], [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': ['100716.110000', '100716.570000', '100717.030000', '100717.490000', '100717.950000', '100718.410000', '100718.870000', '100719.330000', '100719.790000', '100720.250000', '100720.710000', '100721.170000', '100721.630000', '100722.090000', '100722.550000', '100723.010000', '100723.470000', '100723.930000', '100724.390000', '100724.850000', '100725.310000', '100725.770000', '100726.230000', '100726.690000', '100727.150000', '100727.610000', '100728.070000', '100728.530000', '100728.990000', '100729.450000', '100729.910000', '100730.370000', '100730.830000', '100731.290000', '100731.750000', '100732.210000', '100732.670000', '100733.130000', '100733.590000', '100734.050000', '100734.510000', '100734.970000', '100735.430000', '100735.890000', '100736.350000', '100736.810000', '100737.270000', '100737.730000', '100738.190000', '100738.650000', '100739.110000', '100739.570000', '100740.030000', '100740.490000', '100740.950000', '100741.410000', '100741.870000', '100742.330000', '100742.790000', '100743.250000', '100743.710000', '100744.170000', '100744.630000', '100745.090000', '100745.550000', '100746.010000', '100746.470000', '100746.930000', '100747.390000', '100747.850000', '100748.310000', '100748.770000', '100749.230000', '100749.690000', '100750.150000', '100750.610000', '100751.070000', '100751.530000', '100751.990000', '100752.450000', '100752.910000', '100753.370000', '100753.830000', '100754.290000', '100754.750000', '100755.210000', '100755.670000', '100756.130000', '100756.590000', '100757.050000', '100757.510000', '100757.970000', '100758.430000', '100758.890000', '100759.350000', '100759.810000', '100800.270000', '100800.730000', '100801.190000', '100801.650000', '100802.110000', '100802.570000', '100803.030000', '100803.490000', '100803.950000', '100804.410000', '100804.870000', '100805.330000', '100805.790000', '100806.250000', '100806.710000', '100807.170000', '100807.630000', '100808.090000', '100808.550000', '100809.010000', '100809.470000', '100809.930000', '100810.390000', '100810.850000', '100811.310000', '100811.770000', '100812.230000', '100812.690000', '100813.150000', '100813.610000', '100814.070000', '100814.530000', '100814.990000', '100815.450000', '100815.910000', '100816.370000', '100816.830000', '100817.290000', '100817.750000', '100818.210000', '100818.670000', '100819.130000', '100819.590000', '100820.050000', '100820.510000', '100820.970000', '100821.430000', '100821.890000', '100822.350000', '100822.810000', '100823.270000', '100823.730000', '100824.190000', '100824.650000', '100825.110000', '100825.570000', '100826.030000', '100826.490000', '100826.950000', '100827.410000', '100827.870000', '100828.330000', '100828.790000', '100829.250000', '100829.710000', '100830.170000', '100830.630000', '100831.090000', '100831.550000', '100832.010000', '100832.470000', '100832.930000', '100833.390000', '100833.850000', '100834.310000', '100834.770000', '100835.230000', '100835.690000', '100836.150000', '100836.610000', '100837.070000', '100837.530000', '100837.990000', '100838.450000', '100838.910000', '100839.370000', '100839.830000', '100840.290000', '100840.750000', '100841.210000', '100841.670000', '100842.130000', '100842.590000', '100843.050000', '100843.510000', '100843.970000', '100844.430000', '100844.890000', '100845.350000', '100845.810000', '100846.270000', '100846.730000', '100847.190000', '100847.650000', '100848.110000', '100848.570000', '100849.030000', '100849.490000', '100849.950000', '100850.410000', '100850.870000', '100851.330000', '100851.790000', '100852.250000', '100852.710000', '100853.170000', '100853.630000', '100854.090000', '100854.550000', '100855.010000', '100855.470000', '100855.930000', '100856.390000', '100856.850000', '100857.310000', '100857.770000', '100858.230000', '100858.690000', '100859.150000', '100859.610000', '100900.070000', '100900.530000', '100900.990000', '100901.450000', '100901.910000', '100902.370000', '100902.830000', '100903.290000', '100903.750000', '100904.210000', '100904.670000', '100905.130000', '100905.590000', '100906.050000', '100906.510000', '100906.970000', '100907.430000', '100907.890000', '100908.350000', '100908.810000', '100909.270000', '100909.730000', '100910.190000', '100910.650000', '100911.110000', '100911.570000', '100912.030000', '100912.490000', '100912.950000', '100913.410000', '100913.870000', '100914.330000', '100914.790000', '100915.250000', '100915.710000', '100916.170000', '100916.630000', '100917.090000', '100917.550000', '100918.010000', '100918.470000', '100918.930000', '100919.390000', '100919.850000', '100920.310000', '100920.770000', '100921.230000', '100921.690000', '100922.150000', '100922.610000', '100923.070000', '100923.530000', '100923.990000', '100924.450000', '100924.910000', '100925.370000', '100925.830000', '100926.290000', '100926.750000', '100927.210000', '100927.670000', '100928.130000', '100928.590000', '100929.050000', '100929.510000', '100929.970000', '100930.430000', '100930.890000', '100931.350000', '100931.810000', '100932.270000', '100932.730000', '100933.190000', '100933.650000', '100934.110000', '100934.570000', '100935.030000', '100935.490000', '100935.950000', '100936.410000', '100936.870000', '100937.330000', '100937.790000', '100938.250000', '100938.710000', '100939.170000', '100939.630000', '100940.090000', '100940.550000', '100941.010000', '100941.470000', '100941.930000', '100942.390000', '100942.850000', '100943.310000', '100943.770000', '100944.230000', '100944.690000', '100945.150000', '100945.610000', '100946.070000', '100946.530000', '100946.990000', '100947.450000', '100947.910000', '100948.370000', '100948.830000', '100949.290000', '100949.750000', '100950.210000', '100950.670000', '100951.130000', '100951.590000', '100952.050000', '100952.510000', '100952.970000', '100953.430000', '100953.890000', '100954.350000', '100954.810000', '100955.270000', '100955.730000', '100956.190000', '100956.650000', '100957.110000', '100957.570000', '100958.030000', '100958.490000', '100958.950000', '100959.410000', '100959.870000', '101000.330000', '101000.790000', '101001.250000', '101001.710000', '101002.170000', '101002.630000', '101003.090000', '101003.550000', '101004.010000', '101004.470000', '101004.930000', '101005.390000', '101005.850000', '101006.310000', '101006.770000', '101007.230000', '101007.690000', '101008.150000', '101008.610000', '101009.070000', '101009.530000', '101009.990000', '101010.450000', '101010.910000', '101011.370000', '101011.830000', '101012.290000', '101012.750000', '101013.210000', '101013.670000', '101014.130000', '101014.590000', '101015.050000', '101015.510000', '101015.970000', '101016.430000', '101016.890000', '101017.350000', '101017.810000', '101018.270000', '101018.730000', '101019.190000', '101019.650000', '101020.110000', '101020.570000', '101021.030000', '101021.490000', '101021.950000', '101022.410000', '101022.870000', '101023.330000', '101023.790000', '101024.250000', '101024.710000', '101025.170000', '101025.630000', '101026.090000', '101026.550000', '101027.010000', '101027.470000', '101027.930000', '101028.390000', '101028.850000', '101029.310000', '101029.770000', '101030.230000', '101030.690000', '101031.150000', '101031.610000', '101032.070000', '101032.530000', '101032.990000', '101033.450000', '101033.910000', '101034.370000', '101034.830000', '101035.290000', '101035.750000', '101036.210000', '101036.670000', '101037.130000', '101037.590000', '101038.050000', '101038.510000', '101038.970000', '101039.430000', '101039.890000', '101040.350000', '101040.810000', '101041.270000', '101041.730000', '101042.190000', '101042.650000', '101043.110000', '101043.570000', '101044.030000', '101044.490000', '101044.950000', '101045.410000', '101045.870000', '101046.330000', '101046.790000', '101047.250000', '101047.710000', '101048.170000', '101048.630000', '101049.090000', '101049.550000', '101050.010000', '101050.470000', '101050.930000', '101051.390000', '101051.850000', '101052.310000', '101052.770000', '101053.230000', '101053.690000', '101054.150000', '101054.610000', '101055.070000', '101055.530000', '101055.990000', '101056.450000', '101056.910000', '101057.370000', '101057.830000', '101058.290000', '101058.750000', '101059.210000', '101059.670000', '101100.130000', '101100.590000', '101101.050000', '101101.510000', '101101.970000', '101102.430000', '101102.890000', '101103.350000', '101103.810000', '101104.270000', '101104.730000', '101105.190000', '101105.650000', '101106.110000', '101106.570000', '101107.030000', '101107.490000', '101107.950000', '101108.410000', '101108.870000', '101109.330000', '101109.790000', '101110.250000', '101110.710000', '101111.170000', '101111.630000', '101112.090000', '101112.550000', '101113.010000', '101113.470000', '101113.930000', '101114.390000', '101114.850000', '101115.310000', '101115.770000', '101116.230000', '101116.690000', '101117.150000', '101117.610000', '101118.070000', '101118.530000', '101118.990000', '101119.450000', '101119.910000', '101120.370000', '101120.830000', '101121.290000', '101121.750000', '101122.210000', '101122.670000', '101123.130000', '101123.590000', '101124.050000', '101124.510000', '101124.970000', '101125.430000', '101125.890000', '101126.350000', '101126.810000', '101127.270000', '101127.730000', '101128.190000', '101128.650000', '101129.110000', '101129.570000', '101130.030000', '101130.490000', '101130.950000', '101131.410000', '101131.870000', '101132.330000', '101132.790000', '101133.250000', '101133.710000', '101134.170000', '101134.630000', '101135.090000', '101135.550000', '101136.010000', '101136.470000', '101136.930000', '101137.390000', '101137.850000', '101138.310000', '101138.770000', '101139.230000', '101139.690000', '101140.150000', '101140.610000', '101141.070000', '101141.530000', '101141.990000', '101142.450000', '101142.910000', '101143.370000', '101143.830000', '101144.290000', '101144.750000', '101145.210000', '101145.670000', '101146.130000', '101146.590000', '101147.050000', '101147.510000', '101147.970000', '101148.430000', '101148.890000', '101149.350000', '101149.810000', '101150.270000', '101150.730000', '101151.190000', '101151.650000', '101152.110000', '101152.570000', '101153.030000', '101153.490000', '101153.950000', '101154.410000', '101154.870000', '101155.330000', '101155.790000', '101156.250000', '101156.710000', '101157.170000', '101157.630000', '101158.090000', '101158.550000', '101159.010000', '101159.470000', '101159.930000', '101200.390000', '101200.850000', '101201.310000', '101201.770000', '101202.230000', '101202.690000', '101203.150000', '101203.610000', '101204.070000', '101204.530000', '101204.990000', '101205.450000', '101205.910000', '101206.370000', '101206.830000', '101207.290000', '101207.750000', '101208.210000', '101208.670000', '101209.130000', '101209.590000', '101210.050000', '101210.510000', '101210.970000', '101211.430000', '101211.890000', '101212.350000', '101212.810000', '101213.270000', '101213.730000', '101214.190000', '101214.650000', '101215.110000', '101215.570000', '101216.030000', '101216.490000', '101216.950000', '101217.410000', '101217.870000', '101218.330000', '101218.790000', '101219.250000', '101219.710000', '101220.170000', '101220.630000', '101221.090000', '101221.550000', '101222.010000', '101222.470000', '101222.930000', '101223.390000', '101223.850000', '101224.310000', '101224.770000', '101225.230000', '101225.690000', '101226.150000', '101226.610000', '101227.070000', '101227.530000', '101227.990000', '101228.450000', '101228.910000', '101229.370000', '101229.830000', '101230.290000', '101230.750000', '101231.210000', '101231.670000', '101232.130000', '101232.590000', '101233.050000', '101233.510000', '101233.970000', '101234.430000', '101234.890000', '101235.350000', '101235.810000', '101236.270000', '101236.730000', '101237.190000', '101237.650000', '101238.110000', '101238.570000', '101239.030000', '101239.490000', '101239.950000', '101240.410000', '101240.870000', '101241.330000', '101241.790000', '101242.250000', '101242.710000', '101243.170000', '101243.630000', '101244.090000', '101244.550000', '101245.010000', '101245.470000', '101245.930000', '101246.390000', '101246.850000', '101247.310000', '101247.770000', '101248.230000', '101248.690000', '101249.150000', '101249.610000', '101250.070000', '101250.530000', '101250.990000', '101251.450000', '101251.910000', '101252.370000', '101252.830000', '101253.290000', '101253.750000', '101254.210000', '101254.670000', '101255.130000', '101255.590000', '101256.050000', '101256.510000', '101256.970000', '101257.430000', '101257.890000', '101258.350000', '101258.810000', '101259.270000', '101259.730000', '101300.190000', '101300.650000', '101301.110000', '101301.570000', '101302.030000', '101302.490000', '101302.950000', '101303.410000', '101303.870000', '101304.330000', '101304.790000', '101305.250000', '101305.710000', '101306.170000', '101306.630000', '101307.090000', '101307.550000', '101308.010000', '101308.470000', '101308.930000', '101309.390000', '101309.850000', '101310.310000', '101310.770000', '101311.230000', '101311.690000', '101312.150000', '101312.610000', '101313.070000', '101313.530000', '101313.990000', '101314.450000', '101314.910000', '101315.370000', '101315.830000', '101316.290000', '101316.750000', '101317.210000', '101317.670000', '101318.130000', '101318.590000', '101319.050000', '101319.510000', '101319.970000', '101320.430000', '101320.890000', '101321.350000', '101321.810000', '101322.270000', '101322.730000', '101323.190000', '101323.650000', '101324.110000', '101324.570000', '101325.030000', '101325.490000', '101325.950000', '101326.410000', '101326.870000', '101327.330000', '101327.790000', '101328.250000', '101328.710000', '101329.170000', '101329.630000', '101330.090000', '101330.550000', '101331.010000', '101331.470000', '101331.930000', '101332.390000', '101332.850000', '101333.310000', '101333.770000', '101334.230000', '101334.690000', '101335.150000', '101335.610000', '101336.070000', '101336.530000', '101336.990000', '101337.450000', '101337.910000', '101338.370000', '101338.830000', '101339.290000', '101339.750000', '101340.210000', '101340.670000', '101341.130000', '101341.590000', '101342.050000', '101342.510000', '101342.970000', '101343.430000', '101343.890000', '101344.350000', '101344.810000', '101345.270000', '101345.730000', '101346.190000', '101346.650000', '101347.110000', '101347.570000', '101348.030000', '101348.490000', '101348.950000', '101349.410000', '101349.870000', '101350.330000', '101350.790000', '101351.250000', '101351.710000', '101352.170000', '101352.630000', '101353.090000', '101353.550000', '101354.010000', '101354.470000', '101354.930000', '101355.390000', '101355.850000', '101356.310000', '101356.770000', '101357.230000', '101357.690000', '101358.150000', '101358.610000', '101359.070000', '101359.530000', '101359.990000', '101400.450000', '101400.910000', '101401.370000', '101401.830000', '101402.290000', '101402.750000', '101403.210000', '101403.670000', '101404.130000', '101404.590000', '101405.050000', '101405.510000', '101405.970000', '101406.430000', '101406.890000', '101407.350000', '101407.810000', '101408.270000', '101408.730000', '101409.190000', '101409.650000', '101410.110000', '101410.570000', '101411.030000', '101411.490000', '101411.950000', '101412.410000', '101412.870000', '101413.330000', '101413.790000', '101414.250000', '101414.710000', '101415.170000', '101415.630000', '101416.090000', '101416.550000', '101417.010000', '101417.470000', '101417.930000', '101418.390000', '101418.850000', '101419.310000', '101419.770000', '101420.230000', '101420.690000', '101421.150000', '101421.610000', '101422.070000', '101422.530000', '101422.990000', '101423.450000', '101423.910000', '101424.370000', '101424.830000', '101425.290000', '101425.750000', '101426.210000', '101426.670000', '101427.130000', '101427.590000', '101428.050000', '101428.510000', '101428.970000', '101429.430000', '101429.890000', '101430.350000', '101430.810000', '101431.270000', '101431.730000', '101432.190000', '101432.650000', '101433.110000', '101433.570000', '101434.030000', '101434.490000', '101434.950000', '101435.410000', '101435.870000', '101436.330000', '101436.790000', '101437.250000', '101437.710000', '101438.170000', '101438.630000', '101439.090000', '101439.550000', '101440.010000', '101440.470000', '101440.930000', '101441.390000', '101441.850000', '101442.310000', '101442.770000', '101443.230000', '101443.690000', '101444.150000', '101444.610000', '101445.070000', '101445.530000', '101445.990000', '101446.450000', '101446.910000', '101447.370000', '101447.830000', '101448.290000', '101448.750000', '101449.210000', '101449.670000', '101450.130000', '101450.590000', '101451.050000', '101451.510000', '101451.970000', '101452.430000', '101452.890000', '101453.350000', '101453.810000', '101454.270000', '101454.730000', '101455.190000', '101455.650000', '101456.110000', '101456.570000', '101457.030000', '101457.490000', '101457.950000', '101458.410000', '101458.870000', '101459.330000', '101459.790000', '101500.250000', '101500.710000', '101501.170000', '101501.630000', '101502.090000', '101502.550000', '101503.010000', '101503.470000', '101503.930000', '101504.390000', '101504.850000', '101505.310000', '101505.770000', '101506.230000', '101506.690000', '101507.150000', '101507.610000', '101508.070000', '101508.530000', '101508.990000', '101509.450000', '101509.910000', '101510.370000', '101510.830000', '101511.290000', '101511.750000', '101512.210000', '101512.670000', '101513.130000', '101513.590000', '101514.050000', '101514.510000', '101514.970000', '101515.430000', '101515.890000', '101516.350000', '101516.810000', '101517.270000', '101517.730000', '101518.190000', '101518.650000', '101519.110000', '101519.570000', '101520.030000', '101520.490000', '101520.950000', '101521.410000', '101521.870000', '101522.330000', '101522.790000', '101523.250000', '101523.710000', '101524.170000', '101524.630000', '101525.090000', '101525.550000', '101526.010000', '101526.470000', '101526.930000', '101527.390000', '101527.850000', '101528.310000', '101528.770000', '101529.230000', '101529.690000', '101530.150000', '101530.610000', '101531.070000', '101531.530000', '101531.990000', '101532.450000', '101532.910000', '101533.370000', '101533.830000', '101534.290000', '101534.750000', '101535.210000', '101535.670000', '101536.130000', '101536.590000', '101537.050000', '101537.510000', '101537.970000', '101538.430000', '101538.890000', '101539.350000', '101539.810000', '101540.270000', '101540.730000', '101541.190000', '101541.650000', '101542.110000', '101542.570000', '101543.030000', '101543.490000', '101543.950000', '101544.410000', '101544.870000', '101545.330000', '101545.790000', '101546.250000', '101546.710000', '101547.170000', '101547.630000', '101548.090000', '101548.550000', '101549.010000', '101549.470000', '101549.930000', '101550.390000', '101550.850000', '101551.310000', '101551.770000', '101552.230000', '101552.690000', '101553.150000', '101553.610000', '101554.070000', '101554.530000', '101554.990000', '101555.450000', '101555.910000', '101556.370000', '101556.830000', '101557.290000', '101557.750000', '101558.210000', '101558.670000', '101559.130000', '101559.590000', '101600.050000', '101600.510000', '101600.970000', '101601.430000', '101601.890000', '101602.350000', '101602.810000', '101603.270000', '101603.730000', '101604.190000', '101604.650000', '101605.110000', '101605.570000', '101606.030000', '101606.490000', '101606.950000', '101607.410000', '101607.870000', '101608.330000', '101608.790000', '101609.250000', '101609.710000', '101610.170000', '101610.630000', '101611.090000', '101611.550000', '101612.010000', '101612.470000', '101612.930000', '101613.390000', '101613.850000', '101614.310000', '101614.770000', '101615.230000', '101615.690000', '101616.150000', '101616.610000', '101617.070000', '101617.530000', '101617.990000', '101618.450000', '101618.910000', '101619.370000', '101619.830000', '101620.290000', '101620.750000', '101621.210000', '101621.670000', '101622.130000', '101622.590000', '101623.050000', '101623.510000', '101623.970000', '101624.430000', '101624.890000', '101625.350000', '101625.810000', '101626.270000', '101626.730000', '101627.190000', '101627.650000', '101628.110000', '101628.570000', '101629.030000', '101629.490000', '101629.950000', '101630.410000', '101630.870000', '101631.330000', '101631.790000'], 'ContentTime': ['100744.864000', '100744.867000', '100744.870000', '100744.872000', '100744.875000', '100744.877000', '100744.880000', '100744.883000', '100744.885000', '100744.888000', '100744.891000', '100744.893000', '100744.896000', '100744.901000', '100744.904000', '100744.906000', '100744.909000', '100744.911000', '100744.914000', '100744.916000', '100744.919000', '100744.921000', '100744.924000', '100744.927000', '100744.929000', '100744.932000', '100744.934000', '100744.937000', '100744.939000', '100744.942000', '100744.944000', '100744.947000', '100744.950000', '100744.952000', '100744.955000', '100744.957000', '100744.960000', '100744.969000', '100744.971000', '100744.974000', '100744.976000', '100744.979000', '100744.981000', '100744.984000', '100744.987000', '100744.989000', '100744.992000', '100744.994000', '100744.997000', '100745.000000', '100745.003000', '100745.006000', '100745.008000', '100745.011000', '100745.013000', '100745.044000', '100745.047000', '100745.050000', '100745.052000', '100745.055000', '100804.830000', '100804.833000', '100804.836000', '100804.838000', '100804.852000', '100804.854000', '100804.857000', '100804.859000', '100804.862000', '100804.865000', '100804.867000', '100804.870000', '100804.872000', '100804.875000', '100804.877000', '100804.880000', '100804.882000', '100804.885000', '100804.887000', '100804.890000', '100804.893000', '100804.895000', '100804.898000', '100804.900000', '100804.903000', '100804.906000', '100804.908000', '100804.911000', '100804.913000', '100804.916000', '100804.918000', '100804.921000', '100804.924000', '100804.926000', '100804.929000', '100804.931000', '100804.934000', '100804.936000', '100804.939000', '100804.942000', '100804.944000', '100804.947000', '100804.949000', '100824.830000', '100824.833000', '100824.836000', '100824.838000', '100824.841000', '100824.843000', '100824.846000', '100824.849000', '100824.851000', '100824.854000', '100824.856000', '100824.859000', '100824.862000', '100824.869000', '100824.872000', '100824.874000', '100824.877000', '100824.879000', '100824.882000', '100824.885000', '100824.887000', '100824.890000', '100824.892000', '100824.895000', '100824.898000', '100824.900000', '100824.903000', '100824.905000', '100824.908000', '100824.911000', '100824.913000', '100824.916000', '100824.918000', '100824.921000', '100824.924000', '100824.926000', '100824.929000', '100824.931000', '100824.934000', '100824.936000', '100824.939000', '100824.942000', '100824.944000', '100844.832000', '100844.834000', '100844.837000', '100844.839000', '100844.842000', '100844.845000', '100844.847000', '100844.850000', '100844.852000', '100844.855000', '100844.858000', '100844.860000', '100844.863000', '100844.865000', '100844.868000', '100844.870000', '100844.873000', '100844.876000', '100844.878000', '100844.881000', '100844.883000', '100844.886000', '100844.889000', '100844.891000', '100844.894000', '100844.896000', '100844.899000', '100844.901000', '100844.904000', '100844.907000', '100844.909000', '100844.912000', '100844.914000', '100844.917000', '100844.919000', '100844.922000', '100844.925000', '100844.927000', '100844.930000', '100844.932000', '100844.935000', '100844.937000', '100844.940000', '100844.942000', '100904.831000', '100904.834000', '100904.837000', '100904.839000', '100904.842000', '100904.844000', '100904.847000', '100904.850000', '100904.852000', '100904.855000', '100904.858000', '100904.860000', '100904.863000', '100904.867000', '100904.869000', '100904.872000', '100904.874000', '100904.877000', '100904.880000', '100904.882000', '100904.885000', '100904.887000', '100904.890000', '100904.893000', '100904.895000', '100904.898000', '100904.900000', '100904.903000', '100904.906000', '100904.908000', '100904.911000', '100904.913000', '100904.916000', '100904.919000', '100904.922000', '100904.925000', '100904.928000', '100904.930000', '100904.933000', '100904.935000', '100904.938000', '100904.941000', '100904.943000', '100924.830000', '100924.833000', '100924.836000', '100924.839000', '100924.841000', '100924.844000', '100924.847000', '100924.849000', '100924.852000', '100924.855000', '100924.857000', '100924.860000', '100924.862000', '100924.865000', '100924.867000', '100924.870000', '100924.873000', '100924.875000', '100924.878000', '100924.881000', '100924.883000', '100924.886000', '100924.888000', '100924.891000', '100924.894000', '100924.896000', '100924.899000', '100924.901000', '100924.904000', '100924.907000', '100924.909000', '100924.912000', '100924.914000', '100924.917000', '100924.920000', '100924.935000', '100924.938000', '100924.940000', '100924.943000', '100924.945000', '100924.948000', '100924.950000', '100924.953000', '100924.956000', '100944.830000', '100944.833000', '100944.836000', '100944.838000', '100944.841000', '100944.844000', '100944.846000', '100944.849000', '100944.851000', '100944.854000', '100944.857000', '100944.859000', '100944.862000', '100944.865000', '100944.867000', '100944.870000', '100944.876000', '100944.879000', '100944.881000', '100944.884000', '100944.887000', '100944.889000', '100944.892000', '100944.894000', '100944.897000', '100944.900000', '100944.902000', '100944.905000', '100944.907000', '100944.910000', '100944.912000', '100944.915000', '100944.918000', '100944.920000', '100944.923000', '100944.926000', '100944.928000', '100944.931000', '100944.933000', '100944.936000', '100944.938000', '100944.941000', '100944.944000', '101004.831000', '101004.834000', '101004.836000', '101004.839000', '101004.841000', '101004.844000', '101004.847000', '101004.849000', '101004.852000', '101004.854000', '101004.857000', '101004.860000', '101004.862000', '101004.865000', '101004.867000', '101004.870000', '101004.873000', '101004.875000', '101004.878000', '101004.881000', '101004.883000', '101004.886000', '101004.888000', '101004.891000', '101004.893000', '101004.896000', '101004.899000', '101004.901000', '101004.904000', '101004.907000', '101004.909000', '101004.912000', '101004.914000', '101004.917000', '101004.920000', '101004.922000', '101004.925000', '101004.927000', '101004.930000', '101004.933000', '101004.935000', '101004.938000', '101004.940000', '101004.943000', '101024.831000', '101024.834000', '101024.836000', '101024.839000', '101024.841000', '101024.844000', '101024.847000', '101024.849000', '101024.852000', '101024.854000', '101024.857000', '101024.860000', '101024.862000', '101024.865000', '101024.867000', '101024.870000', '101024.873000', '101024.875000', '101024.885000', '101024.888000', '101024.891000', '101024.893000', '101024.896000', '101024.899000', '101024.901000', '101024.904000', '101024.907000', '101024.910000', '101024.913000', '101024.915000', '101024.918000', '101024.921000', '101024.923000', '101024.926000', '101024.928000', '101024.931000', '101024.934000', '101024.936000', '101024.939000', '101024.941000', '101024.944000', '101024.947000', '101024.949000', '101044.830000', '101044.833000', '101044.836000', '101044.838000', '101044.841000', '101044.844000', '101044.846000', '101044.849000', '101044.851000', '101044.854000', '101044.857000', '101044.859000', '101044.862000', '101044.864000', '101044.867000', '101044.870000', '101044.872000', '101044.875000', '101044.878000', '101044.880000', '101044.883000', '101044.886000', '101044.888000', '101044.891000', '101044.893000', '101044.896000', '101044.899000', '101044.901000', '101044.904000', '101044.906000', '101044.909000', '101044.912000', '101044.914000', '101044.917000', '101044.919000', '101044.922000', '101044.924000', '101044.927000', '101044.930000', '101044.932000', '101044.935000', '101044.937000', '101044.940000', '101044.942000', '101104.832000', '101104.835000', '101104.837000', '101104.840000', '101104.842000', '101104.845000', '101104.848000', '101104.850000', '101104.853000', '101104.855000', '101104.858000', '101104.860000', '101104.863000', '101104.866000', '101104.868000', '101104.871000', '101104.897000', '101104.900000', '101104.903000', '101104.905000', '101104.908000', '101104.911000', '101104.913000', '101104.916000', '101104.919000', '101104.921000', '101104.924000', '101104.926000', '101104.929000', '101104.931000', '101104.934000', '101104.937000', '101104.939000', '101104.942000', '101104.944000', '101104.947000', '101104.950000', '101104.952000', '101104.955000', '101104.957000', '101104.960000', '101104.962000', '101104.965000', '101124.832000', '101124.844000', '101124.847000', '101124.849000', '101124.852000', '101124.854000', '101124.857000', '101124.860000', '101124.862000', '101124.865000', '101124.867000', '101124.870000', '101124.873000', '101124.875000', '101124.878000', '101124.880000', '101124.883000', '101124.886000', '101124.888000', '101124.891000', '101124.894000', '101124.896000', '101124.899000', '101124.901000', '101124.904000', '101124.906000', '101124.909000', '101124.912000', '101124.914000', '101124.917000', '101124.919000', '101124.922000', '101124.925000', '101124.927000', '101124.930000', '101124.932000', '101124.935000', '101124.937000', '101124.940000', '101124.943000', '101124.945000', '101124.948000', '101124.951000', '101124.953000', '101144.830000', '101144.833000', '101144.836000', '101144.838000', '101144.841000', '101144.844000', '101144.846000', '101144.849000', '101144.851000', '101144.854000', '101144.856000', '101144.859000', '101144.862000', '101144.864000', '101144.867000', '101144.869000', '101144.872000', '101144.875000', '101144.877000', '101144.880000', '101144.882000', '101144.885000', '101144.888000', '101144.890000', '101144.893000', '101144.895000', '101144.898000', '101144.901000', '101144.903000', '101144.906000', '101144.908000', '101144.911000', '101144.914000', '101144.916000', '101144.919000', '101144.921000', '101144.924000', '101144.926000', '101144.929000', '101144.932000', '101144.934000', '101144.937000', '101144.940000', '101204.831000', '101204.834000', '101204.836000', '101204.839000', '101204.842000', '101204.844000', '101204.847000', '101204.849000', '101204.852000', '101204.854000', '101204.857000', '101204.860000', '101204.862000', '101204.865000', '101204.868000', '101204.870000', '101204.873000', '101204.875000', '101204.888000', '101204.890000', '101204.893000', '101204.895000', '101204.898000', '101204.901000', '101204.903000', '101204.906000', '101204.908000', '101204.911000', '101204.914000', '101204.916000', '101204.919000', '101204.921000', '101204.924000', '101204.927000', '101204.929000', '101204.932000', '101204.935000', '101204.937000', '101204.940000', '101204.942000', '101204.945000', '101204.947000', '101204.950000', '101204.953000', '101224.831000', '101224.834000', '101224.836000', '101224.839000', '101224.841000', '101224.844000', '101224.847000', '101224.849000', '101224.852000', '101224.854000', '101224.857000', '101224.859000', '101224.862000', '101224.865000', '101224.867000', '101224.870000', '101224.873000', '101224.875000', '101224.878000', '101224.880000', '101224.883000', '101224.886000', '101224.888000', '101224.891000', '101224.893000', '101224.896000', '101224.899000', '101224.901000', '101224.904000', '101224.906000', '101224.909000', '101224.912000', '101224.914000', '101224.917000', '101224.919000', '101224.922000', '101224.925000', '101224.927000', '101224.930000', '101224.932000', '101224.935000', '101224.938000', '101224.940000', '101244.831000', '101244.833000', '101244.836000', '101244.839000', '101244.841000', '101244.844000', '101244.846000', '101244.849000', '101244.852000', '101244.854000', '101244.857000', '101244.859000', '101244.862000', '101244.864000', '101244.869000', '101244.872000', '101244.874000', '101244.877000', '101244.880000', '101244.882000', '101244.885000', '101244.887000', '101244.890000', '101244.893000', '101244.895000', '101244.898000', '101244.900000', '101244.903000', '101244.906000', '101244.908000', '101244.911000', '101244.913000', '101244.916000', '101244.918000', '101244.921000', '101244.924000', '101244.926000', '101244.929000', '101244.931000', '101244.934000', '101244.936000', '101244.939000', '101244.942000', '101244.944000', '101304.831000', '101304.833000', '101304.836000', '101304.839000', '101304.841000', '101304.844000', '101304.847000', '101304.849000', '101304.852000', '101304.855000', '101304.858000', '101304.860000', '101304.863000', '101304.866000', '101304.868000', '101304.871000', '101304.873000', '101304.876000', '101304.879000', '101304.881000', '101304.884000', '101304.886000', '101304.889000', '101304.892000', '101304.894000', '101304.897000', '101304.899000', '101304.902000', '101304.905000', '101304.907000', '101304.910000', '101304.912000', '101304.915000', '101304.917000', '101304.920000', '101304.923000', '101304.925000', '101304.928000', '101304.930000', '101304.933000', '101304.936000', '101304.938000', '101304.941000', '101324.832000', '101324.834000', '101324.837000', '101324.839000', '101324.842000', '101324.845000', '101324.847000', '101324.850000', '101324.852000', '101324.855000', '101324.858000', '101324.860000', '101324.863000', '101324.866000', '101324.868000', '101324.871000', '101324.873000', '101324.876000', '101324.879000', '101324.881000', '101324.884000', '101324.887000', '101324.889000', '101324.892000', '101324.894000', '101324.897000', '101324.900000', '101324.902000', '101324.905000', '101324.907000', '101324.910000', '101324.913000', '101324.915000', '101324.918000', '101324.920000', '101324.923000', '101324.925000', '101324.928000', '101324.930000', '101324.933000', '101324.936000', '101324.938000', '101324.941000', '101324.944000', '101344.832000', '101344.835000', '101344.837000', '101344.840000', '101344.842000', '101344.845000', '101344.848000', '101344.850000', '101344.853000', '101344.855000', '101344.858000', '101344.861000', '101344.863000', '101344.866000', '101344.868000', '101344.871000', '101344.874000', '101344.876000', '101344.879000', '101344.881000', '101344.884000', '101344.887000', '101344.889000', '101344.892000', '101344.894000', '101344.897000', '101344.900000', '101344.902000', '101344.905000', '101344.907000', '101344.910000', '101344.913000', '101344.915000', '101344.918000', '101344.920000', '101344.923000', '101344.925000', '101344.928000', '101344.931000', '101344.933000', '101344.936000', '101344.939000', '101344.941000', '101404.830000', '101404.833000', '101404.836000', '101404.843000', '101404.845000', '101404.848000', '101404.850000', '101404.853000', '101404.856000', '101404.871000', '101404.874000', '101404.877000', '101404.879000', '101404.882000', '101404.884000', '101404.887000', '101404.890000', '101404.892000', '101404.895000', '101404.897000', '101404.900000', '101404.902000', '101404.905000', '101404.908000', '101404.910000', '101404.913000', '101404.915000', '101404.918000', '101404.921000', '101404.923000', '101404.926000', '101404.928000', '101404.931000', '101404.934000', '101404.936000', '101404.939000', '101404.941000', '101404.944000', '101404.947000', '101404.949000', '101404.952000', '101404.954000', '101404.957000', '101404.959000', '101424.831000', '101424.833000', '101424.836000', '101424.839000', '101424.841000', '101424.844000', '101424.846000', '101424.849000', '101424.852000', '101424.854000', '101424.857000', '101424.859000', '101424.862000', '101424.865000', '101424.867000', '101424.870000', '101424.873000', '101424.875000', '101424.878000', '101424.880000', '101424.883000', '101424.886000', '101424.888000', '101424.891000', '101424.893000', '101424.896000', '101424.899000', '101424.901000', '101424.904000', '101424.906000', '101424.909000', '101424.912000', '101424.914000', '101424.917000', '101424.919000', '101424.922000', '101424.924000', '101424.927000', '101424.930000', '101424.932000', '101424.935000', '101424.937000', '101424.940000', '101444.830000', '101444.833000', '101444.836000', '101444.839000', '101444.841000', '101444.844000', '101444.846000', '101444.849000', '101444.852000', '101444.854000', '101444.857000', '101444.859000', '101444.862000', '101444.865000', '101444.867000', '101444.870000', '101444.872000', '101444.875000', '101444.877000', '101444.880000', '101444.883000', '101444.885000', '101444.888000', '101444.891000', '101444.893000', '101444.896000', '101444.898000', '101444.901000', '101444.904000', '101444.906000', '101444.909000', '101444.911000', '101444.914000', '101444.916000', '101444.919000', '101444.922000', '101444.924000', '101444.927000', '101444.929000', '101444.932000', '101444.935000', '101444.937000', '101444.940000', '101444.942000', '101504.831000', '101504.833000', '101504.836000', '101504.839000', '101504.841000', '101504.844000', '101504.847000', '101504.849000', '101504.852000', '101504.854000', '101504.857000', '101504.860000', '101504.862000', '101504.865000', '101504.868000', '101504.870000', '101504.873000', '101504.875000', '101504.878000', '101504.880000', '101504.883000', '101504.886000', '101504.889000', '101504.892000', '101504.894000', '101504.897000', '101504.899000', '101504.902000', '101504.904000', '101504.907000', '101504.910000', '101504.912000', '101504.915000', '101504.917000', '101504.920000', '101504.923000', '101504.925000', '101504.928000', '101504.931000', '101504.933000', '101504.936000', '101504.938000', '101504.941000', '101524.831000', '101524.833000', '101524.836000', '101524.839000', '101524.841000', '101524.887000', '101524.890000', '101524.893000', '101524.896000', '101524.898000', '101524.901000', '101524.904000', '101524.917000', '101524.919000', '101524.922000', '101524.924000', '101524.927000', '101524.930000', '101524.932000', '101524.935000', '101524.938000', '101524.940000', '101524.943000', '101524.945000', '101524.948000', '101524.951000', '101524.953000', '101524.956000', '101524.958000', '101524.961000', '101524.964000', '101524.966000', '101524.969000', '101524.971000', '101524.974000', '101524.977000', '101524.979000', '101524.982000', '101524.985000', '101524.987000', '101524.990000', '101524.993000', '101524.995000', '101544.832000', '101544.834000', '101544.837000', '101544.840000', '101544.842000', '101544.845000', '101544.848000', '101544.850000', '101544.853000', '101544.855000', '101544.858000', '101544.860000', '101544.863000', '101544.866000', '101544.868000', '101544.871000', '101544.874000', '101544.876000', '101544.879000', '101544.882000', '101544.884000', '101544.887000', '101544.889000', '101544.892000', '101544.894000', '101544.897000', '101544.900000', '101544.902000', '101544.905000', '101544.908000', '101544.910000', '101544.913000', '101544.916000', '101544.918000', '101544.921000', '101544.923000', '101544.926000', '101544.929000', '101544.931000', '101544.934000', '101544.936000', '101544.939000', '101544.942000', '101544.944000', '101604.832000', '101604.834000', '101604.837000', '101604.840000', '101604.843000', '101604.846000', '101604.849000', '101604.851000', '101604.854000', '101604.857000', '101604.859000', '101604.862000', '101604.864000', '101604.867000', '101604.869000', '101604.872000', '101604.875000', '101604.877000', '101604.880000', '101604.883000', '101604.885000', '101604.888000', '101604.890000', '101604.893000', '101604.896000', '101604.898000', '101604.901000', '101604.904000', '101604.907000', '101604.909000', '101604.912000', '101604.918000', '101604.921000', '101604.923000', '101604.926000', '101604.929000', '101604.931000', '101604.934000', '101604.936000', '101604.939000', '101604.941000', '101604.944000', '101604.947000', '101624.831000', '101624.833000', '101624.836000', '101624.839000', '101624.841000', '101624.844000', '101624.846000', '101624.849000', '101624.852000', '101624.854000', '101624.857000', '101624.859000', '101624.862000', '101624.865000', '101624.867000', '101624.870000', '101624.872000', '101624.875000', '101624.878000', '101624.880000', '101624.883000', '101624.885000', '101624.888000', '101624.891000', '101624.893000', '101624.896000', '101624.899000', '101624.901000', '101624.904000', '101624.906000', '101624.909000', '101624.912000', '101624.914000', '101624.917000', '101624.920000', '101624.922000', '101624.925000', '101624.927000', '101624.930000', '101624.933000', '101624.935000', '101624.938000', '101624.940000', '101624.943000', '101633.310000', '101633.313000', '101633.324000', '101633.327000', '101633.329000', '101633.332000', '101633.335000', '101633.337000', '101633.340000', '101633.342000', '101633.345000', '101633.348000', '101633.350000', '101633.353000', '101633.355000', '101633.358000', '101633.361000', '101633.363000', '101633.366000'], 'InstanceCreationTime': ['100744.864000', '100744.867000', '100744.870000', '100744.872000', '100744.875000', '100744.877000', '100744.880000', '100744.883000', '100744.885000', '100744.888000', '100744.891000', '100744.893000', '100744.896000', '100744.901000', '100744.904000', '100744.906000', '100744.909000', '100744.911000', '100744.914000', '100744.916000', '100744.919000', '100744.921000', '100744.924000', '100744.927000', '100744.929000', '100744.932000', '100744.934000', '100744.937000', '100744.939000', '100744.942000', '100744.944000', '100744.947000', '100744.950000', '100744.952000', '100744.955000', '100744.957000', '100744.960000', '100744.969000', '100744.971000', '100744.974000', '100744.976000', '100744.979000', '100744.981000', '100744.984000', '100744.987000', '100744.989000', '100744.992000', '100744.994000', '100744.997000', '100745.000000', '100745.003000', '100745.006000', '100745.008000', '100745.011000', '100745.013000', '100745.044000', '100745.047000', '100745.050000', '100745.052000', '100745.055000', '100804.830000', '100804.833000', '100804.836000', '100804.838000', '100804.852000', '100804.854000', '100804.857000', '100804.859000', '100804.862000', '100804.865000', '100804.867000', '100804.870000', '100804.872000', '100804.875000', '100804.877000', '100804.880000', '100804.882000', '100804.885000', '100804.887000', '100804.890000', '100804.893000', '100804.895000', '100804.898000', '100804.900000', '100804.903000', '100804.906000', '100804.908000', '100804.911000', '100804.913000', '100804.916000', '100804.918000', '100804.921000', '100804.924000', '100804.926000', '100804.929000', '100804.931000', '100804.934000', '100804.936000', '100804.939000', '100804.942000', '100804.944000', '100804.947000', '100804.949000', '100824.830000', '100824.833000', '100824.836000', '100824.838000', '100824.841000', '100824.843000', '100824.846000', '100824.849000', '100824.851000', '100824.854000', '100824.856000', '100824.859000', '100824.862000', '100824.869000', '100824.872000', '100824.874000', '100824.877000', '100824.879000', '100824.882000', '100824.885000', '100824.887000', '100824.890000', '100824.892000', '100824.895000', '100824.898000', '100824.900000', '100824.903000', '100824.905000', '100824.908000', '100824.911000', '100824.913000', '100824.916000', '100824.918000', '100824.921000', '100824.924000', '100824.926000', '100824.929000', '100824.931000', '100824.934000', '100824.936000', '100824.939000', '100824.942000', '100824.944000', '100844.832000', '100844.834000', '100844.837000', '100844.839000', '100844.842000', '100844.845000', '100844.847000', '100844.850000', '100844.852000', '100844.855000', '100844.858000', '100844.860000', '100844.863000', '100844.865000', '100844.868000', '100844.870000', '100844.873000', '100844.876000', '100844.878000', '100844.881000', '100844.883000', '100844.886000', '100844.889000', '100844.891000', '100844.894000', '100844.896000', '100844.899000', '100844.901000', '100844.904000', '100844.907000', '100844.909000', '100844.912000', '100844.914000', '100844.917000', '100844.919000', '100844.922000', '100844.925000', '100844.927000', '100844.930000', '100844.932000', '100844.935000', '100844.937000', '100844.940000', '100844.942000', '100904.831000', '100904.834000', '100904.837000', '100904.839000', '100904.842000', '100904.844000', '100904.847000', '100904.850000', '100904.852000', '100904.855000', '100904.858000', '100904.860000', '100904.863000', '100904.867000', '100904.869000', '100904.872000', '100904.874000', '100904.877000', '100904.880000', '100904.882000', '100904.885000', '100904.887000', '100904.890000', '100904.893000', '100904.895000', '100904.898000', '100904.900000', '100904.903000', '100904.906000', '100904.908000', '100904.911000', '100904.913000', '100904.916000', '100904.919000', '100904.922000', '100904.925000', '100904.928000', '100904.930000', '100904.933000', '100904.935000', '100904.938000', '100904.941000', '100904.943000', '100924.830000', '100924.833000', '100924.836000', '100924.839000', '100924.841000', '100924.844000', '100924.847000', '100924.849000', '100924.852000', '100924.855000', '100924.857000', '100924.860000', '100924.862000', '100924.865000', '100924.867000', '100924.870000', '100924.873000', '100924.875000', '100924.878000', '100924.881000', '100924.883000', '100924.886000', '100924.888000', '100924.891000', '100924.894000', '100924.896000', '100924.899000', '100924.901000', '100924.904000', '100924.907000', '100924.909000', '100924.912000', '100924.914000', '100924.917000', '100924.920000', '100924.935000', '100924.938000', '100924.940000', '100924.943000', '100924.945000', '100924.948000', '100924.950000', '100924.953000', '100924.956000', '100944.830000', '100944.833000', '100944.836000', '100944.838000', '100944.841000', '100944.844000', '100944.846000', '100944.849000', '100944.851000', '100944.854000', '100944.857000', '100944.859000', '100944.862000', '100944.865000', '100944.867000', '100944.870000', '100944.876000', '100944.879000', '100944.881000', '100944.884000', '100944.887000', '100944.889000', '100944.892000', '100944.894000', '100944.897000', '100944.900000', '100944.902000', '100944.905000', '100944.907000', '100944.910000', '100944.912000', '100944.915000', '100944.918000', '100944.920000', '100944.923000', '100944.926000', '100944.928000', '100944.931000', '100944.933000', '100944.936000', '100944.938000', '100944.941000', '100944.944000', '101004.831000', '101004.834000', '101004.836000', '101004.839000', '101004.841000', '101004.844000', '101004.847000', '101004.849000', '101004.852000', '101004.854000', '101004.857000', '101004.860000', '101004.862000', '101004.865000', '101004.867000', '101004.870000', '101004.873000', '101004.875000', '101004.878000', '101004.881000', '101004.883000', '101004.886000', '101004.888000', '101004.891000', '101004.893000', '101004.896000', '101004.899000', '101004.901000', '101004.904000', '101004.907000', '101004.909000', '101004.912000', '101004.914000', '101004.917000', '101004.920000', '101004.922000', '101004.925000', '101004.927000', '101004.930000', '101004.933000', '101004.935000', '101004.938000', '101004.940000', '101004.943000', '101024.831000', '101024.834000', '101024.836000', '101024.839000', '101024.841000', '101024.844000', '101024.847000', '101024.849000', '101024.852000', '101024.854000', '101024.857000', '101024.860000', '101024.862000', '101024.865000', '101024.867000', '101024.870000', '101024.873000', '101024.875000', '101024.885000', '101024.888000', '101024.891000', '101024.893000', '101024.896000', '101024.899000', '101024.901000', '101024.904000', '101024.907000', '101024.910000', '101024.913000', '101024.915000', '101024.918000', '101024.921000', '101024.923000', '101024.926000', '101024.928000', '101024.931000', '101024.934000', '101024.936000', '101024.939000', '101024.941000', '101024.944000', '101024.947000', '101024.949000', '101044.830000', '101044.833000', '101044.836000', '101044.838000', '101044.841000', '101044.844000', '101044.846000', '101044.849000', '101044.851000', '101044.854000', '101044.857000', '101044.859000', '101044.862000', '101044.864000', '101044.867000', '101044.870000', '101044.872000', '101044.875000', '101044.878000', '101044.880000', '101044.883000', '101044.886000', '101044.888000', '101044.891000', '101044.893000', '101044.896000', '101044.899000', '101044.901000', '101044.904000', '101044.906000', '101044.909000', '101044.912000', '101044.914000', '101044.917000', '101044.919000', '101044.922000', '101044.924000', '101044.927000', '101044.930000', '101044.932000', '101044.935000', '101044.937000', '101044.940000', '101044.942000', '101104.832000', '101104.835000', '101104.837000', '101104.840000', '101104.842000', '101104.845000', '101104.848000', '101104.850000', '101104.853000', '101104.855000', '101104.858000', '101104.860000', '101104.863000', '101104.866000', '101104.868000', '101104.871000', '101104.897000', '101104.900000', '101104.903000', '101104.905000', '101104.908000', '101104.911000', '101104.913000', '101104.916000', '101104.919000', '101104.921000', '101104.924000', '101104.926000', '101104.929000', '101104.931000', '101104.934000', '101104.937000', '101104.939000', '101104.942000', '101104.944000', '101104.947000', '101104.950000', '101104.952000', '101104.955000', '101104.957000', '101104.960000', '101104.962000', '101104.965000', '101124.832000', '101124.844000', '101124.847000', '101124.849000', '101124.852000', '101124.854000', '101124.857000', '101124.860000', '101124.862000', '101124.865000', '101124.867000', '101124.870000', '101124.873000', '101124.875000', '101124.878000', '101124.880000', '101124.883000', '101124.886000', '101124.888000', '101124.891000', '101124.894000', '101124.896000', '101124.899000', '101124.901000', '101124.904000', '101124.906000', '101124.909000', '101124.912000', '101124.914000', '101124.917000', '101124.919000', '101124.922000', '101124.925000', '101124.927000', '101124.930000', '101124.932000', '101124.935000', '101124.937000', '101124.940000', '101124.943000', '101124.945000', '101124.948000', '101124.951000', '101124.953000', '101144.830000', '101144.833000', '101144.836000', '101144.838000', '101144.841000', '101144.844000', '101144.846000', '101144.849000', '101144.851000', '101144.854000', '101144.856000', '101144.859000', '101144.862000', '101144.864000', '101144.867000', '101144.869000', '101144.872000', '101144.875000', '101144.877000', '101144.880000', '101144.882000', '101144.885000', '101144.888000', '101144.890000', '101144.893000', '101144.895000', '101144.898000', '101144.901000', '101144.903000', '101144.906000', '101144.908000', '101144.911000', '101144.914000', '101144.916000', '101144.919000', '101144.921000', '101144.924000', '101144.926000', '101144.929000', '101144.932000', '101144.934000', '101144.937000', '101144.940000', '101204.831000', '101204.834000', '101204.836000', '101204.839000', '101204.842000', '101204.844000', '101204.847000', '101204.849000', '101204.852000', '101204.854000', '101204.857000', '101204.860000', '101204.862000', '101204.865000', '101204.868000', '101204.870000', '101204.873000', '101204.875000', '101204.888000', '101204.890000', '101204.893000', '101204.895000', '101204.898000', '101204.901000', '101204.903000', '101204.906000', '101204.908000', '101204.911000', '101204.914000', '101204.916000', '101204.919000', '101204.921000', '101204.924000', '101204.927000', '101204.929000', '101204.932000', '101204.935000', '101204.937000', '101204.940000', '101204.942000', '101204.945000', '101204.947000', '101204.950000', '101204.953000', '101224.831000', '101224.834000', '101224.836000', '101224.839000', '101224.841000', '101224.844000', '101224.847000', '101224.849000', '101224.852000', '101224.854000', '101224.857000', '101224.859000', '101224.862000', '101224.865000', '101224.867000', '101224.870000', '101224.873000', '101224.875000', '101224.878000', '101224.880000', '101224.883000', '101224.886000', '101224.888000', '101224.891000', '101224.893000', '101224.896000', '101224.899000', '101224.901000', '101224.904000', '101224.906000', '101224.909000', '101224.912000', '101224.914000', '101224.917000', '101224.919000', '101224.922000', '101224.925000', '101224.927000', '101224.930000', '101224.932000', '101224.935000', '101224.938000', '101224.940000', '101244.831000', '101244.833000', '101244.836000', '101244.839000', '101244.841000', '101244.844000', '101244.846000', '101244.849000', '101244.852000', '101244.854000', '101244.857000', '101244.859000', '101244.862000', '101244.864000', '101244.869000', '101244.872000', '101244.874000', '101244.877000', '101244.880000', '101244.882000', '101244.885000', '101244.887000', '101244.890000', '101244.893000', '101244.895000', '101244.898000', '101244.900000', '101244.903000', '101244.906000', '101244.908000', '101244.911000', '101244.913000', '101244.916000', '101244.918000', '101244.921000', '101244.924000', '101244.926000', '101244.929000', '101244.931000', '101244.934000', '101244.936000', '101244.939000', '101244.942000', '101244.944000', '101304.831000', '101304.833000', '101304.836000', '101304.839000', '101304.841000', '101304.844000', '101304.847000', '101304.849000', '101304.852000', '101304.855000', '101304.858000', '101304.860000', '101304.863000', '101304.866000', '101304.868000', '101304.871000', '101304.873000', '101304.876000', '101304.879000', '101304.881000', '101304.884000', '101304.886000', '101304.889000', '101304.892000', '101304.894000', '101304.897000', '101304.899000', '101304.902000', '101304.905000', '101304.907000', '101304.910000', '101304.912000', '101304.915000', '101304.917000', '101304.920000', '101304.923000', '101304.925000', '101304.928000', '101304.930000', '101304.933000', '101304.936000', '101304.938000', '101304.941000', '101324.832000', '101324.834000', '101324.837000', '101324.839000', '101324.842000', '101324.845000', '101324.847000', '101324.850000', '101324.852000', '101324.855000', '101324.858000', '101324.860000', '101324.863000', '101324.866000', '101324.868000', '101324.871000', '101324.873000', '101324.876000', '101324.879000', '101324.881000', '101324.884000', '101324.887000', '101324.889000', '101324.892000', '101324.894000', '101324.897000', '101324.900000', '101324.902000', '101324.905000', '101324.907000', '101324.910000', '101324.913000', '101324.915000', '101324.918000', '101324.920000', '101324.923000', '101324.925000', '101324.928000', '101324.930000', '101324.933000', '101324.936000', '101324.938000', '101324.941000', '101324.944000', '101344.832000', '101344.835000', '101344.837000', '101344.840000', '101344.842000', '101344.845000', '101344.848000', '101344.850000', '101344.853000', '101344.855000', '101344.858000', '101344.861000', '101344.863000', '101344.866000', '101344.868000', '101344.871000', '101344.874000', '101344.876000', '101344.879000', '101344.881000', '101344.884000', '101344.887000', '101344.889000', '101344.892000', '101344.894000', '101344.897000', '101344.900000', '101344.902000', '101344.905000', '101344.907000', '101344.910000', '101344.913000', '101344.915000', '101344.918000', '101344.920000', '101344.923000', '101344.925000', '101344.928000', '101344.931000', '101344.933000', '101344.936000', '101344.939000', '101344.941000', '101404.830000', '101404.833000', '101404.836000', '101404.843000', '101404.845000', '101404.848000', '101404.850000', '101404.853000', '101404.856000', '101404.871000', '101404.874000', '101404.877000', '101404.879000', '101404.882000', '101404.884000', '101404.887000', '101404.890000', '101404.892000', '101404.895000', '101404.897000', '101404.900000', '101404.902000', '101404.905000', '101404.908000', '101404.910000', '101404.913000', '101404.915000', '101404.918000', '101404.921000', '101404.923000', '101404.926000', '101404.928000', '101404.931000', '101404.934000', '101404.936000', '101404.939000', '101404.941000', '101404.944000', '101404.947000', '101404.949000', '101404.952000', '101404.954000', '101404.957000', '101404.959000', '101424.831000', '101424.833000', '101424.836000', '101424.839000', '101424.841000', '101424.844000', '101424.846000', '101424.849000', '101424.852000', '101424.854000', '101424.857000', '101424.859000', '101424.862000', '101424.865000', '101424.867000', '101424.870000', '101424.873000', '101424.875000', '101424.878000', '101424.880000', '101424.883000', '101424.886000', '101424.888000', '101424.891000', '101424.893000', '101424.896000', '101424.899000', '101424.901000', '101424.904000', '101424.906000', '101424.909000', '101424.912000', '101424.914000', '101424.917000', '101424.919000', '101424.922000', '101424.924000', '101424.927000', '101424.930000', '101424.932000', '101424.935000', '101424.937000', '101424.940000', '101444.830000', '101444.833000', '101444.836000', '101444.839000', '101444.841000', '101444.844000', '101444.846000', '101444.849000', '101444.852000', '101444.854000', '101444.857000', '101444.859000', '101444.862000', '101444.865000', '101444.867000', '101444.870000', '101444.872000', '101444.875000', '101444.877000', '101444.880000', '101444.883000', '101444.885000', '101444.888000', '101444.891000', '101444.893000', '101444.896000', '101444.898000', '101444.901000', '101444.904000', '101444.906000', '101444.909000', '101444.911000', '101444.914000', '101444.916000', '101444.919000', '101444.922000', '101444.924000', '101444.927000', '101444.929000', '101444.932000', '101444.935000', '101444.937000', '101444.940000', '101444.942000', '101504.831000', '101504.833000', '101504.836000', '101504.839000', '101504.841000', '101504.844000', '101504.847000', '101504.849000', '101504.852000', '101504.854000', '101504.857000', '101504.860000', '101504.862000', '101504.865000', '101504.868000', '101504.870000', '101504.873000', '101504.875000', '101504.878000', '101504.880000', '101504.883000', '101504.886000', '101504.889000', '101504.892000', '101504.894000', '101504.897000', '101504.899000', '101504.902000', '101504.904000', '101504.907000', '101504.910000', '101504.912000', '101504.915000', '101504.917000', '101504.920000', '101504.923000', '101504.925000', '101504.928000', '101504.931000', '101504.933000', '101504.936000', '101504.938000', '101504.941000', '101524.831000', '101524.833000', '101524.836000', '101524.839000', '101524.841000', '101524.887000', '101524.890000', '101524.893000', '101524.896000', '101524.898000', '101524.901000', '101524.904000', '101524.917000', '101524.919000', '101524.922000', '101524.924000', '101524.927000', '101524.930000', '101524.932000', '101524.935000', '101524.938000', '101524.940000', '101524.943000', '101524.945000', '101524.948000', '101524.951000', '101524.953000', '101524.956000', '101524.958000', '101524.961000', '101524.964000', '101524.966000', '101524.969000', '101524.971000', '101524.974000', '101524.977000', '101524.979000', '101524.982000', '101524.985000', '101524.987000', '101524.990000', '101524.993000', '101524.995000', '101544.832000', '101544.834000', '101544.837000', '101544.840000', '101544.842000', '101544.845000', '101544.848000', '101544.850000', '101544.853000', '101544.855000', '101544.858000', '101544.860000', '101544.863000', '101544.866000', '101544.868000', '101544.871000', '101544.874000', '101544.876000', '101544.879000', '101544.882000', '101544.884000', '101544.887000', '101544.889000', '101544.892000', '101544.894000', '101544.897000', '101544.900000', '101544.902000', '101544.905000', '101544.908000', '101544.910000', '101544.913000', '101544.916000', '101544.918000', '101544.921000', '101544.923000', '101544.926000', '101544.929000', '101544.931000', '101544.934000', '101544.936000', '101544.939000', '101544.942000', '101544.944000', '101604.832000', '101604.834000', '101604.837000', '101604.840000', '101604.843000', '101604.846000', '101604.849000', '101604.851000', '101604.854000', '101604.857000', '101604.859000', '101604.862000', '101604.864000', '101604.867000', '101604.869000', '101604.872000', '101604.875000', '101604.877000', '101604.880000', '101604.883000', '101604.885000', '101604.888000', '101604.890000', '101604.893000', '101604.896000', '101604.898000', '101604.901000', '101604.904000', '101604.907000', '101604.909000', '101604.912000', '101604.918000', '101604.921000', '101604.923000', '101604.926000', '101604.929000', '101604.931000', '101604.934000', '101604.936000', '101604.939000', '101604.941000', '101604.944000', '101604.947000', '101624.831000', '101624.833000', '101624.836000', '101624.839000', '101624.841000', '101624.844000', '101624.846000', '101624.849000', '101624.852000', '101624.854000', '101624.857000', '101624.859000', '101624.862000', '101624.865000', '101624.867000', '101624.870000', '101624.872000', '101624.875000', '101624.878000', '101624.880000', '101624.883000', '101624.885000', '101624.888000', '101624.891000', '101624.893000', '101624.896000', '101624.899000', '101624.901000', '101624.904000', '101624.906000', '101624.909000', '101624.912000', '101624.914000', '101624.917000', '101624.920000', '101624.922000', '101624.925000', '101624.927000', '101624.930000', '101624.933000', '101624.935000', '101624.938000', '101624.940000', '101624.943000', '101633.310000', '101633.313000', '101633.324000', '101633.327000', '101633.329000', '101633.332000', '101633.335000', '101633.337000', '101633.340000', '101633.342000', '101633.345000', '101633.348000', '101633.350000', '101633.353000', '101633.355000', '101633.358000', '101633.361000', '101633.363000', '101633.366000'], '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': [10797, 13064, 10000, 9361, 8618, 10238, 8628, 9837, 10796, 9952, 10096, 9148, 9107, 8162, 10053, 11493, 9647, 10768, 8646, 10131, 13417, 9536, 11462, 8513, 10051, 13537, 9112, 10020, 11365, 9653, 12121, 8843, 9656, 9282, 8974, 11087, 7861, 9701, 13083, 8676, 9708, 8239, 9071, 11801, 7626, 9196, 12850, 8045, 8876, 8773, 8491, 11073, 7469, 9009, 10429, 7738, 10161, 7302, 8419, 12288, 7188, 9133, 12403, 7611, 9861, 8052, 8981, 11490, 7873, 9347, 7586, 8261, 11934, 7651, 9047, 10470, 7673, 10590, 7685, 9359, 12471, 7763, 10441, 7910, 8397, 12580, 7695, 10712, 7298, 8865, 12087, 7942, 11922, 8390, 8584, 8498, 8464, 12864, 7944, 11042, 8455, 9359, 12863, 8508, 11763, 8246, 9361, 8214, 9706, 11453, 9374, 12138, 9235, 11097, 9046, 9328, 8547, 9618, 12178, 9613, 12758, 8804, 10323, 8639, 8970, 8219, 9694, 12967, 9010, 10683, 8132, 8821, 12036, 9292, 11362, 9818, 12375, 10768, 9095, 13160, 8997, 11748, 8382, 9015, 13780, 9102, 11547, 8067, 8990, 12870, 8918, 10749, 8844, 8589, 7543, 9028, 8201, 9255, 8535, 9147, 13229, 8909, 12532, 13594, 9282, 11609, 7996, 9452, 12682, 8961, 10302, 7928, 9336, 12188, 8925, 10007, 8002, 9097, 11529, 9114, 10669, 7779, 9604, 10181, 8931, 11391, 7724, 9514, 7191, 8448, 11951, 7535, 10600, 7947, 8618, 12381, 8172, 11707, 6868, 8570, 12139, 7948, 11605, 6906, 8683, 9679, 8108, 12635, 7324, 11186, 9001, 8649, 13485, 8631, 12294, 8698, 8790, 13363, 8270, 11834, 8819, 9153, 12947, 8977, 11763, 7881, 9637, 11770, 9027, 12283, 8116, 10961, 6975, 9070, 13131, 8501, 12061, 7424, 9302, 11719, 8806, 12551, 8015, 9689, 12450, 9058, 12885, 7901, 9372, 12802, 9171, 11946, 8028, 9465, 12264, 9306, 11278, 7959, 9487, 12410, 9107, 10813, 8043, 9332, 12157, 8968, 10643, 7573, 9301, 11847, 9013, 11139, 7701, 9457, 13099, 8183, 10308, 10843, 9082, 12255, 7936, 9365, 13420, 8523, 10245, 9723, 8981, 11670, 7715, 9204, 12555, 8570, 10350, 7504, 9226, 11626, 7746, 9366, 11893, 8179, 10882, 7061, 8453, 8151, 8604, 9380, 8966, 12704, 8781, 11939, 9198, 9711, 12512, 9387, 12030, 9107, 10932, 8470, 9414, 8945, 9645, 12343, 9077, 8918, 8952, 8962, 8860, 9349, 8973, 9887, 8837, 9460, 13126, 9047, 9462, 11905, 9412, 10387, 8761, 9630, 12927, 9697, 10736, 9185, 9577, 13657, 9560, 12158, 9256, 8791, 9220, 9300, 9001, 9601, 10854, 9380, 8665, 9226, 9314, 10986, 9459, 11408, 9404, 8904, 9480, 9457, 10854, 8932, 8462, 10812, 9980, 10615, 10251, 9784, 10469, 10129, 9736, 9316, 14624, 10947, 14813, 12868, 10177, 14531, 8211, 12132, 10692, 7903, 14945, 7967, 10131, 9466, 8099, 10184, 8097, 14116, 7920, 13414, 8719, 8212, 14867, 7588, 10501, 8503, 7719, 13038, 7784, 8988, 9613, 7709, 10730, 7781, 9172, 8177, 7836, 10814, 8027, 9284, 8172, 8103, 11163, 8071, 9549, 8312, 8132, 10757, 8183, 9619, 13255, 7902, 12854, 7770, 8749, 15040, 8258, 11404, 8142, 8039, 14472, 7962, 10261, 11639, 8064, 12021, 8009, 8404, 15031, 8252, 11100, 8144, 8286, 12865, 8046, 9951, 8428, 8203, 12529, 8309, 9830, 12354, 8417, 10540, 9182, 8452, 12666, 8025, 10252, 11974, 8152, 10998, 7527, 8324, 14663, 8048, 10929, 7657, 8216, 13979, 7909, 10385, 8350, 8025, 12790, 7733, 9591, 13530, 7643, 10471, 7904, 7640, 11555, 7531, 9545, 12811, 7733, 10043, 7074, 8008, 11191, 7708, 10384, 7423, 8662, 13727, 7775, 11046, 7634, 9647, 15241, 7898, 11538, 7810, 8746, 15558, 7700, 11357, 7294, 7962, 13824, 7722, 11377, 7340, 7448, 13230, 7240, 9958, 11741, 7669, 12398, 7953, 11095, 8060, 7704, 12238, 7698, 11068, 8115, 7455, 11797, 7488, 8628, 12241, 7421, 10651, 7406, 7626, 11316, 7417, 10495, 7390, 7424, 10947, 7539, 10216, 7245, 7377, 11492, 7614, 10229, 8474, 7337, 11192, 7334, 8455, 12075, 7380, 10811, 7546, 7677, 11798, 7394, 10441, 11579, 7407, 11073, 7481, 8014, 12344, 7583, 10752, 10452, 7374, 11206, 7582, 9225, 10500, 7446, 10917, 7035, 8028, 11558, 7272, 10251, 6672, 7599, 11979, 7428, 10698, 6813, 7512, 10914, 7407, 8295, 9316, 7285, 13354, 8505, 12193, 7560, 8677, 13691, 7928, 12634, 8207, 11471, 7984, 11649, 7938, 10605, 12999, 7906, 13207, 7450, 9173, 14460, 7692, 10566, 9787, 7736, 12973, 7568, 9677, 7547, 7330, 10713, 7252, 9748, 7135, 7332, 10985, 7533, 9764, 7039, 7524, 11140, 7232, 10046, 8739, 7335, 12229, 7386, 10372, 7144, 7265, 12519, 8053, 11235, 6981, 8329, 10672, 8135, 12134, 8098, 11447, 8552, 12030, 7865, 10948, 13391, 9346, 12360, 7746, 8921, 12132, 8053, 11138, 8874, 9366, 12423, 8407, 9183, 8212, 7959, 12443, 7899, 10794, 7297, 9033, 11109, 9003, 9260, 9276, 9179, 11078, 7526, 9560, 14180, 8986, 9912, 9268, 9565, 11387, 8059, 9758, 13385, 9210, 10199, 7928, 9444, 11549, 8623, 9610, 11601, 9105, 10602, 7201, 9089, 11528, 8045, 9477, 12117, 8696, 9587, 6765, 8882, 11371, 8162, 8893, 7330, 8466, 10068, 6730, 8835, 11258, 8297, 10463, 6711, 8852, 12005, 8129, 9357, 13192, 8472, 10995, 7422, 9184, 13370, 8866, 10651, 9211, 9076, 13979, 9036, 10997, 7990, 9167, 11114, 9114, 11986, 8399, 9119, 12390, 8929, 9626, 9212, 9015, 11251, 7460, 9463, 12666, 8728, 10380, 7663, 9554, 11776, 8478, 8748, 7534, 8678, 11105, 8170, 10048, 7000, 9193, 11952, 8367, 10051, 7386, 8968, 11301, 8409, 9365, 11396, 8531, 11086, 8103, 9368, 12118, 8885, 10224, 6957, 9094, 11940, 8277, 9502, 8494, 8403, 11032, 7417, 8780, 8837, 8265, 10759, 6819, 8437, 11235, 8037, 10726, 7137, 8556, 12291, 7690, 9781, 7335, 8524, 12930, 7955, 10625, 7957, 9074, 12301, 8676, 10677, 6998, 10155, 9871, 9197, 7688, 9102, 9089, 9277, 12852, 8433, 10222, 11071, 9079, 11903, 8041, 9224, 14697, 9297, 10638, 7550, 9431, 12282, 8793, 9786, 7397, 9332, 12437, 8672, 9751, 6844, 9036, 9980, 8426, 9981, 7706, 9395, 10805, 8575, 10422, 7788, 9368, 13608, 8647, 10170, 10430, 9221, 11699, 8254, 9620, 7379, 8936, 11595, 8387, 9588, 7810, 8668, 13100, 8503, 9590, 7269, 8613, 11466, 7953, 8922, 9017, 8401, 10681, 8330, 10213, 7834, 9739, 8378, 8425, 8603, 8556, 8177, 8333, 9399, 10517, 8472, 8125, 12007, 11706, 12319, 14721, 12835, 11200, 15205, 11011, 14315, 9812, 11232, 9280, 9208, 13929, 9426, 12827, 9264, 9665, 8805, 9222, 8993, 9288, 10150, 8886, 8995, 7974, 9300, 9388, 8849, 9804, 7897, 9365, 11326, 8646, 9500, 7307, 8935, 11117, 8895, 9118, 7813, 8822, 11061, 8275, 9158, 7758, 8562, 7404, 8770, 8051, 7693, 7814, 8472, 7838, 9170, 7385, 9720, 8131, 11049, 13486, 11796, 9147, 13542, 7680, 10000, 7548, 8988, 11605, 8344, 12989, 9214, 11270, 7648, 9135, 9928, 8598, 11700, 8269, 9972, 7799, 8692, 7191, 8581, 9377, 8624, 11167, 7983, 9877, 7541, 8461, 8286, 8605, 11256, 7858, 8886, 12910, 8366, 10804, 7517, 8879, 13079, 8157, 10014, 7493, 8321, 11591, 8067, 9797, 7825, 8954, 7301, 8263, 7120, 9510, 7995, 9863, 7458, 9274, 9021, 10031, 12189, 10002, 13639, 10174, 14158, 10169, 14963, 10485, 13143, 9627, 13611, 9743, 13303, 9518, 11700, 8949, 9502, 10629, 9711, 11598, 8761, 8308, 8343, 9536, 7352, 9587, 13098, 8991, 9889, 8116, 9687, 11345, 9106, 9158, 8522, 9678, 11800, 8824, 9777, 12192, 8978, 10270, 8134, 9478, 11864, 9720, 11230, 8745, 10437, 8261, 9558, 11410, 9411, 11357, 8076, 9413, 11602, 9396, 10599, 9089, 11617, 9374, 10370, 8652, 9907, 9234, 8590, 9037, 9152, 10283, 9554, 11353, 15345, 11881, 11180, 9774, 9295, 11383, 9473, 9395, 8914, 8867, 7882, 8408, 7666, 8248, 7654, 7774, 9194, 9582, 8333, 8252, 8890, 8753, 10940, 12650, 9582, 14219, 9719, 11042, 13905, 10688, 12888, 8957, 8930, 12750, 9190, 10322, 9374, 9144, 11608, 9414, 9301, 8967, 9220, 9206, 8804, 8254, 8411, 8519, 8418, 9376, 10600, 9326, 10225, 8772, 8938, 11870, 9280, 9518, 8330, 8902, 11322, 9239, 9235, 10188, 9169, 9908, 8414, 8697, 9844, 8913, 10247, 8791, 8459, 8094, 9190, 9507, 8657, 8611, 8551, 8337, 8038, 8236, 7910, 9044, 12575, 8728, 9555, 8009, 8730, 11700, 8579, 10991, 7886, 8908, 12401, 8744, 9054, 8567, 10188, 13725, 9434, 13723, 10385], 'WindowCenter': [4063.0, 4067.0, 4032.0, 4007.0, 3995.0, 4027.0, 4004.0, 4014.0, 4010.0, 4001.0, 3999.0, 3990.0, 3991.0, 3992.0, 4015.0, 4025.0, 4016.0, 4027.0, 4006.0, 4029.0, 4047.0, 4018.0, 4038.0, 3995.0, 4016.0, 4047.0, 4005.0, 4017.0, 4025.0, 4004.0, 4035.0, 4003.0, 4004.0, 4004.0, 4004.0, 4025.0, 3994.0, 4017.0, 4046.0, 4006.0, 4017.0, 3996.0, 4007.0, 4038.0, 3985.0, 4017.0, 4047.0, 3996.0, 4008.0, 4006.0, 4008.0, 4039.0, 3998.0, 4017.0, 4039.0, 3999.0, 4031.0, 3999.0, 4011.0, 4051.0, 3989.0, 4020.0, 4048.0, 4013.0, 4041.0, 4010.0, 4018.0, 4039.0, 4009.0, 4020.0, 3998.0, 4010.0, 4051.0, 4010.0, 4031.0, 4040.0, 4011.0, 4039.0, 4008.0, 4032.0, 4061.0, 4008.0, 4042.0, 4022.0, 4020.0, 4062.0, 4011.0, 4043.0, 3997.0, 4019.0, 4049.0, 4021.0, 4065.0, 4020.0, 4018.0, 4016.0, 4009.0, 4049.0, 4006.0, 4040.0, 4006.0, 4031.0, 4048.0, 4008.0, 4039.0, 4008.0, 4019.0, 3993.0, 4018.0, 4036.0, 4019.0, 4048.0, 4018.0, 4037.0, 4007.0, 4017.0, 4006.0, 4028.0, 4048.0, 4016.0, 4035.0, 4004.0, 4014.0, 4004.0, 4005.0, 3993.0, 4017.0, 4047.0, 4006.0, 4025.0, 3999.0, 3976.0, 4034.0, 4003.0, 4011.0, 4004.0, 4038.0, 4016.0, 4006.0, 4037.0, 4006.0, 4038.0, 3996.0, 4006.0, 4047.0, 3994.0, 4026.0, 3983.0, 3995.0, 4037.0, 3996.0, 4029.0, 4007.0, 4006.0, 3986.0, 4008.0, 3996.0, 4008.0, 4006.0, 4019.0, 4050.0, 4009.0, 4052.0, 4050.0, 4006.0, 4028.0, 3985.0, 4005.0, 4036.0, 3994.0, 4015.0, 3984.0, 4006.0, 4040.0, 4008.0, 4018.0, 3995.0, 4008.0, 4027.0, 4009.0, 4030.0, 3998.0, 4022.0, 4041.0, 4022.0, 4038.0, 4001.0, 4031.0, 3990.0, 4011.0, 4053.0, 4001.0, 4045.0, 4012.0, 4024.0, 4052.0, 4014.0, 4051.0, 3992.0, 4023.0, 4053.0, 4015.0, 4055.0, 4003.0, 4024.0, 4032.0, 4015.0, 4060.0, 4003.0, 4055.0, 4024.0, 4024.0, 4067.0, 4023.0, 4055.0, 4022.0, 4024.0, 4063.0, 4012.0, 4054.0, 4022.0, 4032.0, 4051.0, 4022.0, 4053.0, 4010.0, 4032.0, 4053.0, 4021.0, 4053.0, 4011.0, 4041.0, 3989.0, 4022.0, 4063.0, 4012.0, 4053.0, 4000.0, 4022.0, 4051.0, 4021.0, 4052.0, 4010.0, 4029.0, 4050.0, 4010.0, 4051.0, 3998.0, 4018.0, 4050.0, 4019.0, 4040.0, 3996.0, 4018.0, 4038.0, 4018.0, 4038.0, 3997.0, 4019.0, 4048.0, 4008.0, 4030.0, 3997.0, 4019.0, 4049.0, 4019.0, 4041.0, 3998.0, 4021.0, 4051.0, 4021.0, 4043.0, 4001.0, 4033.0, 4063.0, 4009.0, 4033.0, 4039.0, 4021.0, 4052.0, 3999.0, 4021.0, 4061.0, 4008.0, 4029.0, 4017.0, 4018.0, 4040.0, 3999.0, 4020.0, 4050.0, 4009.0, 4030.0, 4000.0, 4032.0, 4038.0, 4000.0, 4034.0, 4051.0, 4010.0, 4041.0, 3990.0, 4012.0, 4012.0, 4025.0, 4031.0, 4034.0, 4063.0, 4023.0, 4054.0, 4033.0, 4033.0, 4051.0, 4020.0, 4040.0, 4008.0, 4028.0, 4006.0, 4022.0, 4019.0, 4030.0, 4052.0, 4021.0, 4004.0, 4003.0, 4006.0, 4004.0, 4004.0, 4016.0, 4026.0, 4017.0, 4030.0, 4061.0, 4006.0, 4020.0, 4036.0, 4014.0, 4015.0, 3991.0, 4004.0, 4034.0, 4002.0, 4014.0, 4003.0, 4002.0, 4033.0, 4003.0, 4025.0, 3992.0, 3980.0, 3990.0, 3988.0, 3976.0, 3989.0, 3999.0, 3988.0, 3978.0, 4002.0, 3991.0, 4000.0, 3989.0, 4009.0, 3989.0, 3980.0, 3988.0, 4001.0, 4012.0, 3992.0, 3982.0, 4022.0, 4008.0, 4005.0, 4009.0, 3995.0, 4005.0, 4011.0, 4001.0, 4006.0, 4032.0, 3975.0, 4057.0, 4038.0, 4014.0, 4057.0, 4008.0, 4062.0, 4047.0, 4020.0, 4081.0, 4007.0, 4024.0, 4014.0, 3992.0, 4011.0, 3992.0, 4055.0, 3994.0, 4057.0, 4005.0, 4007.0, 4067.0, 3995.0, 4023.0, 4003.0, 3983.0, 4044.0, 3996.0, 4014.0, 4016.0, 3997.0, 4035.0, 3994.0, 4015.0, 4004.0, 3995.0, 4035.0, 3995.0, 4015.0, 4006.0, 4008.0, 4049.0, 4008.0, 4028.0, 4007.0, 4005.0, 4037.0, 4020.0, 4041.0, 4072.0, 4004.0, 4059.0, 3998.0, 4015.0, 4080.0, 4008.0, 4049.0, 4007.0, 4005.0, 4066.0, 4007.0, 4038.0, 4047.0, 4007.0, 4047.0, 4006.0, 4008.0, 4078.0, 4008.0, 4048.0, 4006.0, 4019.0, 4060.0, 4004.0, 4040.0, 4006.0, 4019.0, 4059.0, 4018.0, 4041.0, 4061.0, 4021.0, 4050.0, 4040.0, 4020.0, 4060.0, 4007.0, 4039.0, 4049.0, 4004.0, 4047.0, 4007.0, 4018.0, 4078.0, 4009.0, 4048.0, 4008.0, 4020.0, 4069.0, 4020.0, 4039.0, 4013.0, 4008.0, 4058.0, 4008.0, 4029.0, 4067.0, 4006.0, 4038.0, 4007.0, 4005.0, 4044.0, 4006.0, 4027.0, 4058.0, 4008.0, 4037.0, 3997.0, 4018.0, 4048.0, 4008.0, 4037.0, 4008.0, 4030.0, 4079.0, 4009.0, 4059.0, 4009.0, 4041.0, 4091.0, 4019.0, 4061.0, 4009.0, 4019.0, 4090.0, 4008.0, 4049.0, 3997.0, 4018.0, 4067.0, 4007.0, 4059.0, 3992.0, 4004.0, 4066.0, 4009.0, 4038.0, 4058.0, 4006.0, 4044.0, 4004.0, 4046.0, 4003.0, 4007.0, 4057.0, 4004.0, 4047.0, 4005.0, 3994.0, 4045.0, 3995.0, 4016.0, 4045.0, 3993.0, 4034.0, 3993.0, 4004.0, 4045.0, 3995.0, 4036.0, 3993.0, 3994.0, 4033.0, 4004.0, 4035.0, 3995.0, 3995.0, 4042.0, 4005.0, 4037.0, 4014.0, 3995.0, 4045.0, 3994.0, 4015.0, 4054.0, 3994.0, 4035.0, 4004.0, 4005.0, 4044.0, 3995.0, 4036.0, 4044.0, 3993.0, 4044.0, 3992.0, 4003.0, 4055.0, 3991.0, 4034.0, 4032.0, 3992.0, 4034.0, 3991.0, 4013.0, 4032.0, 3993.0, 4032.0, 3981.0, 4003.0, 4043.0, 3994.0, 4034.0, 3981.0, 4004.0, 4043.0, 3992.0, 4034.0, 3982.0, 4007.0, 4056.0, 4004.0, 4014.0, 4021.0, 3991.0, 4067.0, 4003.0, 4044.0, 3993.0, 4016.0, 4068.0, 4019.0, 4070.0, 4015.0, 4060.0, 4019.0, 4059.0, 4007.0, 4037.0, 4057.0, 4006.0, 4055.0, 3995.0, 4014.0, 4066.0, 3995.0, 4035.0, 4022.0, 3992.0, 4043.0, 3991.0, 4012.0, 3991.0, 3981.0, 4022.0, 3993.0, 4025.0, 3983.0, 3994.0, 4034.0, 3994.0, 4025.0, 3994.0, 4008.0, 4049.0, 4008.0, 4040.0, 4017.0, 3998.0, 4059.0, 3997.0, 4038.0, 3997.0, 4009.0, 4070.0, 4019.0, 4047.0, 4009.0, 4030.0, 4047.0, 4017.0, 4059.0, 4019.0, 4058.0, 4017.0, 4059.0, 4006.0, 4037.0, 4057.0, 4013.0, 4043.0, 3991.0, 4001.0, 4044.0, 3991.0, 4033.0, 4011.0, 4024.0, 4050.0, 3996.0, 3997.0, 3987.0, 3976.0, 4027.0, 3975.0, 4018.0, 3991.0, 4022.0, 4029.0, 4007.0, 4008.0, 4005.0, 4007.0, 4028.0, 3975.0, 4006.0, 4047.0, 4008.0, 4020.0, 4007.0, 4009.0, 4040.0, 3997.0, 4009.0, 4037.0, 4008.0, 4017.0, 3985.0, 4008.0, 4028.0, 3998.0, 4019.0, 4028.0, 4008.0, 4018.0, 3975.0, 4008.0, 4028.0, 3988.0, 4007.0, 4037.0, 3998.0, 4019.0, 3978.0, 4010.0, 4040.0, 4000.0, 4010.0, 3988.0, 4010.0, 4020.0, 3979.0, 4022.0, 4040.0, 4013.0, 4032.0, 3980.0, 4023.0, 4053.0, 4001.0, 4023.0, 4052.0, 4011.0, 4031.0, 3989.0, 4022.0, 4051.0, 4011.0, 4031.0, 4021.0, 4022.0, 4061.0, 4011.0, 4030.0, 3999.0, 4021.0, 4040.0, 4011.0, 4042.0, 4010.0, 4021.0, 4052.0, 4010.0, 4020.0, 4008.0, 4008.0, 4029.0, 3987.0, 4020.0, 4050.0, 4009.0, 4030.0, 3987.0, 4020.0, 4052.0, 4023.0, 4019.0, 3995.0, 4006.0, 4024.0, 4008.0, 4029.0, 3977.0, 4018.0, 4038.0, 4009.0, 4029.0, 3986.0, 4008.0, 4028.0, 3997.0, 4016.0, 4038.0, 4009.0, 4039.0, 3997.0, 4019.0, 4039.0, 4007.0, 4029.0, 3976.0, 4005.0, 4038.0, 3997.0, 4018.0, 4008.0, 4009.0, 4028.0, 3987.0, 4009.0, 4009.0, 4009.0, 4040.0, 3989.0, 4010.0, 4040.0, 4010.0, 4041.0, 3989.0, 4011.0, 4050.0, 4000.0, 4032.0, 3999.0, 4011.0, 4062.0, 4014.0, 4044.0, 4001.0, 4022.0, 4054.0, 4010.0, 4029.0, 3989.0, 4031.0, 4030.0, 4021.0, 3998.0, 4020.0, 4021.0, 4033.0, 4064.0, 4011.0, 4031.0, 4039.0, 4009.0, 4039.0, 3998.0, 4009.0, 4059.0, 4007.0, 4018.0, 3985.0, 4006.0, 4037.0, 3996.0, 4016.0, 3975.0, 4006.0, 4036.0, 3995.0, 4016.0, 3977.0, 4008.0, 4017.0, 4008.0, 4018.0, 3999.0, 4019.0, 4029.0, 4012.0, 4032.0, 4000.0, 4020.0, 4061.0, 4009.0, 4031.0, 4029.0, 4019.0, 4039.0, 3997.0, 4017.0, 3985.0, 4007.0, 4038.0, 4008.0, 4020.0, 3998.0, 4009.0, 4049.0, 4008.0, 4020.0, 3986.0, 4009.0, 4040.0, 3998.0, 4021.0, 4021.0, 4010.0, 4029.0, 3997.0, 4025.0, 3998.0, 4016.0, 4008.0, 4018.0, 4033.0, 4031.0, 4021.0, 4006.0, 4030.0, 4042.0, 4019.0, 4007.0, 4052.0, 4037.0, 4040.0, 4061.0, 4026.0, 4014.0, 4044.0, 4012.0, 4034.0, 3991.0, 4001.0, 3967.0, 3978.0, 4030.0, 3977.0, 4008.0, 3976.0, 3975.0, 3965.0, 3976.0, 3965.0, 3978.0, 3989.0, 3979.0, 3979.0, 3967.0, 3990.0, 3989.0, 3981.0, 3992.0, 3969.0, 3993.0, 4014.0, 3993.0, 4005.0, 3972.0, 3994.0, 4014.0, 3995.0, 3996.0, 3985.0, 3995.0, 4026.0, 3997.0, 4007.0, 3999.0, 4009.0, 3988.0, 4008.0, 3999.0, 3999.0, 3999.0, 4012.0, 3999.0, 4023.0, 4003.0, 4030.0, 4014.0, 4057.0, 4068.0, 4054.0, 4021.0, 4046.0, 3987.0, 4017.0, 3985.0, 4008.0, 4027.0, 3997.0, 4038.0, 4006.0, 4027.0, 3984.0, 4005.0, 4004.0, 3995.0, 4027.0, 3994.0, 4004.0, 3972.0, 3992.0, 3961.0, 3993.0, 3993.0, 3994.0, 4027.0, 3983.0, 4015.0, 3984.0, 3996.0, 3983.0, 3995.0, 4026.0, 3985.0, 4007.0, 4036.0, 3993.0, 4015.0, 3973.0, 4005.0, 4035.0, 3984.0, 4016.0, 3986.0, 3996.0, 4026.0, 3984.0, 4016.0, 3986.0, 4006.0, 3985.0, 3997.0, 3992.0, 4035.0, 4006.0, 4027.0, 3985.0, 4012.0, 4012.0, 4032.0, 4053.0, 4022.0, 4062.0, 4021.0, 4063.0, 4020.0, 4059.0, 4019.0, 4038.0, 4007.0, 4037.0, 4006.0, 4049.0, 4005.0, 4024.0, 3981.0, 3991.0, 4001.0, 3991.0, 4025.0, 3995.0, 3994.0, 3992.0, 4003.0, 3971.0, 4007.0, 4023.0, 3982.0, 4006.0, 3985.0, 4006.0, 4026.0, 3996.0, 4008.0, 3996.0, 4007.0, 4028.0, 3997.0, 4020.0, 4041.0, 4021.0, 4018.0, 3986.0, 4009.0, 4027.0, 4008.0, 4026.0, 4009.0, 4030.0, 3998.0, 4020.0, 4029.0, 4008.0, 4042.0, 4000.0, 4008.0, 4026.0, 4006.0, 4015.0, 3995.0, 4026.0, 4008.0, 4017.0, 4010.0, 4020.0, 4020.0, 4009.0, 4008.0, 4006.0, 4017.0, 4006.0, 4028.0, 4047.0, 4013.0, 4002.0, 3991.0, 3991.0, 4010.0, 3991.0, 3978.0, 3979.0, 3979.0, 3969.0, 3979.0, 3957.0, 3967.0, 3970.0, 3982.0, 4004.0, 4017.0, 3978.0, 3988.0, 3999.0, 3990.0, 4011.0, 4023.0, 3977.0, 4007.0, 3965.0, 3988.0, 4019.0, 3987.0, 4009.0, 3966.0, 3966.0, 4005.0, 3963.0, 3971.0, 3960.0, 3960.0, 3980.0, 3961.0, 3960.0, 3962.0, 3973.0, 3976.0, 3978.0, 3965.0, 3962.0, 3962.0, 3951.0, 3988.0, 3986.0, 3977.0, 3974.0, 3978.0, 3979.0, 4010.0, 3979.0, 3989.0, 3966.0, 3979.0, 3997.0, 3976.0, 3978.0, 3988.0, 3990.0, 4003.0, 3980.0, 3978.0, 3988.0, 3978.0, 3988.0, 3978.0, 3969.0, 3968.0, 3991.0, 3991.0, 3981.0, 3978.0, 3989.0, 3982.0, 3982.0, 3982.0, 3980.0, 3992.0, 4022.0, 3982.0, 3993.0, 3984.0, 3979.0, 4008.0, 3981.0, 4012.0, 3968.0, 3991.0, 4020.0, 3981.0, 3993.0, 3967.0, 4015.0, 3999.0, 3983.0, 4010.0, 3993.0], 'WindowWidth': [9057.0, 9051.0, 8992.0, 8951.0, 8929.0, 8976.0, 8941.0, 8953.0, 8940.0, 8928.0, 8924.0, 8914.0, 8918.0, 8920.0, 8958.0, 8969.0, 8960.0, 8976.0, 8946.0, 8981.0, 9003.0, 8964.0, 8992.0, 8930.0, 8959.0, 9003.0, 8943.0, 8962.0, 8970.0, 8941.0, 8983.0, 8938.0, 8940.0, 8940.0, 8940.0, 8969.0, 8928.0, 8962.0, 9001.0, 8946.0, 8964.0, 8934.0, 8948.0, 8993.0, 8918.0, 8962.0, 9003.0, 8933.0, 8954.0, 8949.0, 8952.0, 8995.0, 8942.0, 8968.0, 8996.0, 8945.0, 8990.0, 8943.0, 8963.0, 9017.0, 8932.0, 8974.0, 9011.0, 8972.0, 9007.0, 8961.0, 8971.0, 8997.0, 8959.0, 8973.0, 8942.0, 8961.0, 9017.0, 8962.0, 8992.0, 9004.0, 8965.0, 9001.0, 8958.0, 8994.0, 9031.0, 8958.0, 9009.0, 8982.0, 8980.0, 9035.0, 8967.0, 9010.0, 8942.0, 8973.0, 9014.0, 8982.0, 9044.0, 8978.0, 8972.0, 8965.0, 8958.0, 9013.0, 8952.0, 9000.0, 8953.0, 8990.0, 9012.0, 8956.0, 8998.0, 8954.0, 8971.0, 8928.0, 8967.0, 8993.0, 8971.0, 9008.0, 8968.0, 8993.0, 8949.0, 8965.0, 8948.0, 8982.0, 9008.0, 8961.0, 8987.0, 8944.0, 8958.0, 8942.0, 8945.0, 8927.0, 8963.0, 9006.0, 8948.0, 8974.0, 8942.0, 8890.0, 8983.0, 8940.0, 8942.0, 8942.0, 8991.0, 8955.0, 8944.0, 8986.0, 8944.0, 8991.0, 8931.0, 8945.0, 9000.0, 8926.0, 8971.0, 8910.0, 8927.0, 8986.0, 8931.0, 8982.0, 8950.0, 8946.0, 8918.0, 8952.0, 8934.0, 8950.0, 8948.0, 8967.0, 9010.0, 8954.0, 9016.0, 9011.0, 8944.0, 8977.0, 8914.0, 8941.0, 8983.0, 8925.0, 8955.0, 8911.0, 8945.0, 8996.0, 8953.0, 8964.0, 8930.0, 8950.0, 8974.0, 8953.0, 8982.0, 8938.0, 8976.0, 9002.0, 8978.0, 8996.0, 8947.0, 8988.0, 8933.0, 8962.0, 9020.0, 8950.0, 9014.0, 8968.0, 8984.0, 9019.0, 8969.0, 9018.0, 8938.0, 8980.0, 9021.0, 8974.0, 9029.0, 8957.0, 8986.0, 8994.0, 8973.0, 9030.0, 8955.0, 9029.0, 8985.0, 8987.0, 9046.0, 8981.0, 9028.0, 8977.0, 8983.0, 9036.0, 8967.0, 9025.0, 8978.0, 8992.0, 9016.0, 8978.0, 9020.0, 8960.0, 8994.0, 9021.0, 8976.0, 9020.0, 8963.0, 9004.0, 8931.0, 8978.0, 9037.0, 8966.0, 9022.0, 8947.0, 8979.0, 9015.0, 8976.0, 9019.0, 8960.0, 8986.0, 9015.0, 8958.0, 9015.0, 8939.0, 8967.0, 9013.0, 8968.0, 8998.0, 8935.0, 8965.0, 8994.0, 8966.0, 8993.0, 8937.0, 8970.0, 9008.0, 8953.0, 8985.0, 8938.0, 8971.0, 9009.0, 8971.0, 9003.0, 8940.0, 8976.0, 9015.0, 8976.0, 9008.0, 8949.0, 8994.0, 9035.0, 8958.0, 8994.0, 8996.0, 8975.0, 9020.0, 8944.0, 8975.0, 9031.0, 8953.0, 8985.0, 8966.0, 8969.0, 9000.0, 8943.0, 8973.0, 9014.0, 8957.0, 8987.0, 8946.0, 8993.0, 8997.0, 8949.0, 8999.0, 9016.0, 8960.0, 9001.0, 8932.0, 8967.0, 8967.0, 8989.0, 8994.0, 8999.0, 9035.0, 8982.0, 9029.0, 8996.0, 8995.0, 9015.0, 8969.0, 8996.0, 8953.0, 8980.0, 8948.0, 8979.0, 8974.0, 8989.0, 9019.0, 8976.0, 8945.0, 8940.0, 8946.0, 8944.0, 8942.0, 8962.0, 8978.0, 8965.0, 8988.0, 9030.0, 8950.0, 8975.0, 8990.0, 8957.0, 8961.0, 8922.0, 8942.0, 8983.0, 8937.0, 8956.0, 8938.0, 8936.0, 8979.0, 8937.0, 8968.0, 8920.0, 8901.0, 8912.0, 8907.0, 8889.0, 8908.0, 8925.0, 8908.0, 8895.0, 8932.0, 8917.0, 8926.0, 8909.0, 8937.0, 8909.0, 8898.0, 8908.0, 8928.0, 8948.0, 8921.0, 8907.0, 8961.0, 8940.0, 8929.0, 8938.0, 8916.0, 8929.0, 8944.0, 8930.0, 8946.0, 8970.0, 8873.0, 9033.0, 9002.0, 8959.0, 9021.0, 8958.0, 9038.0, 9014.0, 8983.0, 9064.0, 8957.0, 8975.0, 8959.0, 8927.0, 8952.0, 8929.0, 9016.0, 8935.0, 9023.0, 8952.0, 8954.0, 9036.0, 8937.0, 8972.0, 8945.0, 8917.0, 8999.0, 8938.0, 8963.0, 8966.0, 8945.0, 8992.0, 8936.0, 8964.0, 8947.0, 8938.0, 8990.0, 8937.0, 8967.0, 8953.0, 8961.0, 9016.0, 8959.0, 8988.0, 8959.0, 8956.0, 9001.0, 8980.0, 9012.0, 9050.0, 8955.0, 9030.0, 8947.0, 8970.0, 9058.0, 8961.0, 9017.0, 8960.0, 8959.0, 9039.0, 8960.0, 9004.0, 9011.0, 8958.0, 9014.0, 8958.0, 8963.0, 9056.0, 8961.0, 9017.0, 8958.0, 8979.0, 9034.0, 8956.0, 9008.0, 8958.0, 8977.0, 9031.0, 8976.0, 9012.0, 9036.0, 8986.0, 9024.0, 9010.0, 8982.0, 9035.0, 8962.0, 9007.0, 9016.0, 8955.0, 9015.0, 8961.0, 8977.0, 9057.0, 8966.0, 9017.0, 8964.0, 8983.0, 9048.0, 8983.0, 9007.0, 8968.0, 8965.0, 9031.0, 8963.0, 8994.0, 9042.0, 8961.0, 9006.0, 8961.0, 8960.0, 9010.0, 8959.0, 8990.0, 9029.0, 8964.0, 9003.0, 8949.0, 8979.0, 9016.0, 8965.0, 9004.0, 8965.0, 8998.0, 9062.0, 8969.0, 9037.0, 8967.0, 9014.0, 9080.0, 8982.0, 9040.0, 8967.0, 8981.0, 9078.0, 8966.0, 9024.0, 8949.0, 8980.0, 9046.0, 8965.0, 9037.0, 8940.0, 8957.0, 9044.0, 8974.0, 9006.0, 9034.0, 8960.0, 9008.0, 8952.0, 9012.0, 8952.0, 8961.0, 9029.0, 8955.0, 9014.0, 8955.0, 8942.0, 9012.0, 8943.0, 8972.0, 9012.0, 8938.0, 8995.0, 8936.0, 8955.0, 9009.0, 8944.0, 8999.0, 8939.0, 8942.0, 8993.0, 8954.0, 8999.0, 8942.0, 8944.0, 9006.0, 8956.0, 9003.0, 8967.0, 8945.0, 9011.0, 8940.0, 8971.0, 9023.0, 8941.0, 8999.0, 8955.0, 8957.0, 9009.0, 8944.0, 9000.0, 9007.0, 8938.0, 9009.0, 8936.0, 8952.0, 9022.0, 8934.0, 8995.0, 8987.0, 8934.0, 8993.0, 8932.0, 8964.0, 8988.0, 8938.0, 8990.0, 8919.0, 8951.0, 9004.0, 8939.0, 8995.0, 8921.0, 8955.0, 9006.0, 8936.0, 8995.0, 8921.0, 8967.0, 9031.0, 8957.0, 8968.0, 8972.0, 8930.0, 9044.0, 8948.0, 9004.0, 8935.0, 8973.0, 9043.0, 8979.0, 9050.0, 8975.0, 9037.0, 8982.0, 9037.0, 8962.0, 9000.0, 9025.0, 8955.0, 9023.0, 8939.0, 8966.0, 9038.0, 8941.0, 8996.0, 8972.0, 8931.0, 8999.0, 8927.0, 8956.0, 8928.0, 8917.0, 8972.0, 8936.0, 8980.0, 8921.0, 8939.0, 8991.0, 8938.0, 8981.0, 8940.0, 8964.0, 9019.0, 8963.0, 9010.0, 8974.0, 8950.0, 9032.0, 8950.0, 9004.0, 8949.0, 8971.0, 9054.0, 8983.0, 9018.0, 8972.0, 9001.0, 9016.0, 8976.0, 9036.0, 8982.0, 9031.0, 8975.0, 9035.0, 8959.0, 9003.0, 9028.0, 8963.0, 9004.0, 8929.0, 8943.0, 9004.0, 8930.0, 8988.0, 8955.0, 8978.0, 9009.0, 8931.0, 8930.0, 8915.0, 8898.0, 8967.0, 8898.0, 8960.0, 8929.0, 8976.0, 8977.0, 8945.0, 8949.0, 8939.0, 8945.0, 8975.0, 8899.0, 8942.0, 8999.0, 8946.0, 8966.0, 8944.0, 8952.0, 8997.0, 8935.0, 8950.0, 8986.0, 8947.0, 8960.0, 8914.0, 8948.0, 8977.0, 8936.0, 8966.0, 8975.0, 8949.0, 8965.0, 8903.0, 8951.0, 8976.0, 8921.0, 8949.0, 8987.0, 8937.0, 8967.0, 8911.0, 8958.0, 8996.0, 8942.0, 8957.0, 8925.0, 8959.0, 8972.0, 8917.0, 8977.0, 9000.0, 8965.0, 8992.0, 8919.0, 8980.0, 9020.0, 8948.0, 8980.0, 9018.0, 8960.0, 8988.0, 8929.0, 8976.0, 9015.0, 8959.0, 8990.0, 8973.0, 8976.0, 9029.0, 8958.0, 8983.0, 8940.0, 8974.0, 8996.0, 8957.0, 9003.0, 8958.0, 8975.0, 9017.0, 8956.0, 8970.0, 8950.0, 8952.0, 8979.0, 8922.0, 8970.0, 9010.0, 8954.0, 8984.0, 8924.0, 8972.0, 9018.0, 8984.0, 8974.0, 8933.0, 8949.0, 8969.0, 8953.0, 8982.0, 8908.0, 8966.0, 8994.0, 8955.0, 8984.0, 8922.0, 8954.0, 8981.0, 8935.0, 8963.0, 8993.0, 8953.0, 8994.0, 8936.0, 8968.0, 8993.0, 8951.0, 8982.0, 8907.0, 8947.0, 8992.0, 8936.0, 8966.0, 8951.0, 8955.0, 8981.0, 8925.0, 8957.0, 8955.0, 8957.0, 8999.0, 8933.0, 8962.0, 8999.0, 8960.0, 9002.0, 8930.0, 8962.0, 9015.0, 8946.0, 8993.0, 8944.0, 8964.0, 9032.0, 8971.0, 9011.0, 8949.0, 8980.0, 9024.0, 8958.0, 8985.0, 8929.0, 8988.0, 8984.0, 8974.0, 8940.0, 8974.0, 8978.0, 8994.0, 9037.0, 8961.0, 8990.0, 8995.0, 8954.0, 8997.0, 8938.0, 8954.0, 9021.0, 8947.0, 8966.0, 8916.0, 8947.0, 8990.0, 8933.0, 8961.0, 8902.0, 8945.0, 8985.0, 8930.0, 8959.0, 8911.0, 8953.0, 8964.0, 8954.0, 8968.0, 8944.0, 8971.0, 8983.0, 8963.0, 8992.0, 8947.0, 8972.0, 9027.0, 8954.0, 8988.0, 8981.0, 8970.0, 8997.0, 8937.0, 8964.0, 8917.0, 8951.0, 8992.0, 8954.0, 8973.0, 8939.0, 8955.0, 9009.0, 8953.0, 8972.0, 8920.0, 8957.0, 9001.0, 8942.0, 8974.0, 8976.0, 8958.0, 8981.0, 8937.0, 8972.0, 8939.0, 8961.0, 8955.0, 8972.0, 8999.0, 8993.0, 8981.0, 8953.0, 8989.0, 9007.0, 8974.0, 8954.0, 9020.0, 8992.0, 9000.0, 9035.0, 8972.0, 8951.0, 8992.0, 8945.0, 8977.0, 8914.0, 8926.0, 8872.0, 8892.0, 8963.0, 8886.0, 8928.0, 8883.0, 8881.0, 8867.0, 8884.0, 8868.0, 8890.0, 8908.0, 8894.0, 8893.0, 8876.0, 8909.0, 8907.0, 8901.0, 8915.0, 8884.0, 8922.0, 8951.0, 8921.0, 8938.0, 8893.0, 8925.0, 8951.0, 8926.0, 8929.0, 8914.0, 8928.0, 8969.0, 8933.0, 8948.0, 8940.0, 8955.0, 8924.0, 8952.0, 8940.0, 8941.0, 8943.0, 8963.0, 8942.0, 8980.0, 8954.0, 8987.0, 8970.0, 9034.0, 9053.0, 9021.0, 8974.0, 9001.0, 8919.0, 8961.0, 8916.0, 8949.0, 8972.0, 8934.0, 8991.0, 8944.0, 8974.0, 8911.0, 8939.0, 8936.0, 8926.0, 8973.0, 8924.0, 8938.0, 8893.0, 8920.0, 8877.0, 8922.0, 8921.0, 8924.0, 8972.0, 8911.0, 8955.0, 8913.0, 8929.0, 8909.0, 8927.0, 8970.0, 8913.0, 8945.0, 8982.0, 8923.0, 8955.0, 8896.0, 8941.0, 8980.0, 8910.0, 8957.0, 8920.0, 8932.0, 8972.0, 8913.0, 8959.0, 8919.0, 8944.0, 8917.0, 8935.0, 8938.0, 8997.0, 8959.0, 8986.0, 8924.0, 8958.0, 8959.0, 8991.0, 9019.0, 8975.0, 9029.0, 8970.0, 9031.0, 8967.0, 9020.0, 8964.0, 8987.0, 8944.0, 8984.0, 8943.0, 9006.0, 8940.0, 8964.0, 8899.0, 8914.0, 8924.0, 8913.0, 8963.0, 8927.0, 8928.0, 8921.0, 8934.0, 8891.0, 8944.0, 8960.0, 8902.0, 8942.0, 8915.0, 8945.0, 8970.0, 8929.0, 8948.0, 8929.0, 8946.0, 8975.0, 8933.0, 8969.0, 8999.0, 8975.0, 8967.0, 8918.0, 8951.0, 8970.0, 8947.0, 8970.0, 8955.0, 8985.0, 8935.0, 8968.0, 8977.0, 8950.0, 9003.0, 8944.0, 8951.0, 8972.0, 8944.0, 8953.0, 8927.0, 8971.0, 8950.0, 8960.0, 8956.0, 8967.0, 8971.0, 8952.0, 8951.0, 8944.0, 8959.0, 8942.0, 8974.0, 9003.0, 8944.0, 8929.0, 8914.0, 8913.0, 8938.0, 8913.0, 8893.0, 8893.0, 8894.0, 8883.0, 8895.0, 8862.0, 8875.0, 8886.0, 8908.0, 8940.0, 8965.0, 8899.0, 8917.0, 8934.0, 8918.0, 8944.0, 8963.0, 8886.0, 8930.0, 8866.0, 8904.0, 8948.0, 8900.0, 8935.0, 8871.0, 8870.0, 8921.0, 8860.0, 8869.0, 8850.0, 8852.0, 8880.0, 8855.0, 8855.0, 8859.0, 8875.0, 8884.0, 8892.0, 8870.0, 8861.0, 8859.0, 8843.0, 8905.0, 8894.0, 8885.0, 8879.0, 8890.0, 8895.0, 8939.0, 8893.0, 8909.0, 8873.0, 8895.0, 8917.0, 8886.0, 8892.0, 8903.0, 8911.0, 8935.0, 8899.0, 8892.0, 8906.0, 8891.0, 8905.0, 8891.0, 8881.0, 8879.0, 8916.0, 8916.0, 8902.0, 8896.0, 8912.0, 8906.0, 8906.0, 8906.0, 8899.0, 8920.0, 8960.0, 8905.0, 8920.0, 8912.0, 8895.0, 8931.0, 8901.0, 8944.0, 8881.0, 8914.0, 8953.0, 8899.0, 8923.0, 8873.0, 8954.0, 8917.0, 8906.0, 8933.0, 8916.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.010740215410107706</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.10372655907207952</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.217615415464365</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0953580813515755</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9786925523548903</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4711.6006</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.20525505255822352</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>233</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.304059652029824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0187791092232548</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7404921164797584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3492563746929602</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.966588836497045</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00805381</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008296769112348557</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04357301443815231</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.622235114177263</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>12.9304</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4482</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.7417</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301135.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1064.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.762</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5718</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.9142</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3167.4762</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3422.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75409.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>895.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4196.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.7143</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>20.030341610545292</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> |