=== 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-0073 --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-0073",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-01/func/sub-0073_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>4fedc5e43a7d738b5eeb1920ca1499d9</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>20:26:52.160000</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.999731, 0.00742467, -0.0219846, -0.0033152, 0.983411, 0.181362]</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.0956974</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>[4137, -7782, -7280, 616, -93, -326, 75, 104]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.026</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a1a58204-04f0-40de-bdac-0c9ca55a42c0||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.682204484939575, -0.008894439786672592, -0.06200951710343361, 111.8988265991211], [-0.019919833168387413, 2.6384191513061523, 0.4893498718738556, -98.01946258544922], [-0.05898318812251091, -0.4865821301937103, 2.6545603275299072, -44.15192794799805], [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': ['202652.160000', '202652.620000', '202653.080000', '202653.540000', '202654.000000', '202654.460000', '202654.920000', '202655.380000', '202655.840000', '202656.300000', '202656.760000', '202657.220000', '202657.680000', '202658.140000', '202658.600000', '202659.060000', '202659.520000', '202659.980000', '202700.440000', '202700.900000', '202701.360000', '202701.820000', '202702.280000', '202702.740000', '202703.200000', '202703.660000', '202704.120000', '202704.580000', '202705.040000', '202705.500000', '202705.960000', '202706.420000', '202706.880000', '202707.340000', '202707.800000', '202708.260000', '202708.720000', '202709.180000', '202709.640000', '202710.100000', '202710.560000', '202711.020000', '202711.480000', '202711.940000', '202712.400000', '202712.860000', '202713.320000', '202713.780000', '202714.240000', '202714.700000', '202715.160000', '202715.620000', '202716.080000', '202716.540000', '202717.000000', '202717.460000', '202717.920000', '202718.380000', '202718.840000', '202719.300000', '202719.760000', '202720.220000', '202720.680000', '202721.140000', '202721.600000', '202722.060000', '202722.520000', '202722.980000', '202723.440000', '202723.900000', '202724.360000', '202724.820000', '202725.280000', '202725.740000', '202726.200000', '202726.660000', '202727.120000', '202727.580000', '202728.040000', '202728.500000', '202728.960000', '202729.420000', '202729.880000', '202730.340000', '202730.800000', '202731.260000', '202731.720000', '202732.180000', '202732.640000', '202733.100000', '202733.560000', '202734.020000', '202734.480000', '202734.940000', '202735.400000', '202735.860000', '202736.320000', '202736.780000', '202737.240000', '202737.700000', '202738.160000', '202738.620000', '202739.080000', '202739.540000', '202740.000000', '202740.460000', '202740.920000', '202741.380000', '202741.840000', '202742.300000', '202742.760000', '202743.220000', '202743.680000', '202744.140000', '202744.600000', '202745.060000', '202745.520000', '202745.980000', '202746.440000', '202746.900000', '202747.360000', '202747.820000', '202748.280000', '202748.740000', '202749.200000', '202749.660000', '202750.120000', '202750.580000', '202751.040000', '202751.500000', '202751.960000', '202752.420000', '202752.880000', '202753.340000', '202753.800000', '202754.260000', '202754.720000', '202755.180000', '202755.640000', '202756.100000', '202756.560000', '202757.020000', '202757.480000', '202757.940000', '202758.400000', '202758.860000', '202759.320000', '202759.780000', '202800.240000', '202800.700000', '202801.160000', '202801.620000', '202802.080000', '202802.540000', '202803.000000', '202803.460000', '202803.920000', '202804.380000', '202804.840000', '202805.300000', '202805.760000', '202806.220000', '202806.680000', '202807.140000', '202807.600000', '202808.060000', '202808.520000', '202808.980000', '202809.440000', '202809.900000', '202810.360000', '202810.820000', '202811.280000', '202811.740000', '202812.200000', '202812.660000', '202813.120000', '202813.580000', '202814.040000', '202814.500000', '202814.960000', '202815.420000', '202815.880000', '202816.340000', '202816.800000', '202817.260000', '202817.720000', '202818.180000', '202818.640000', '202819.100000', '202819.560000', '202820.020000', '202820.480000', '202820.940000', '202821.400000', '202821.860000', '202822.320000', '202822.780000', '202823.240000', '202823.700000', '202824.160000', '202824.620000', '202825.080000', '202825.540000', '202826.000000', '202826.460000', '202826.920000', '202827.380000', '202827.840000', '202828.300000', '202828.760000', '202829.220000', '202829.680000', '202830.140000', '202830.600000', '202831.060000', '202831.520000', '202831.980000', '202832.440000', '202832.900000', '202833.360000', '202833.820000', '202834.280000', '202834.740000', '202835.200000', '202835.660000', '202836.120000', '202836.580000', '202837.040000', '202837.500000', '202837.960000', '202838.420000', '202838.880000', '202839.340000', '202839.800000', '202840.260000', '202840.720000', '202841.180000', '202841.640000', '202842.100000', '202842.560000', '202843.020000', '202843.480000', '202843.940000', '202844.400000', '202844.860000', '202845.320000', '202845.780000', '202846.240000', '202846.700000', '202847.160000', '202847.620000', '202848.080000', '202848.540000', '202849.000000', '202849.460000', '202849.920000', '202850.380000', '202850.840000', '202851.300000', '202851.760000', '202852.220000', '202852.680000', '202853.140000', '202853.600000', '202854.060000', '202854.520000', '202854.980000', '202855.440000', '202855.900000', '202856.360000', '202856.820000', '202857.280000', '202857.740000', '202858.200000', '202858.660000', '202859.120000', '202859.580000', '202900.040000', '202900.500000', '202900.960000', '202901.420000', '202901.880000', '202902.340000', '202902.800000', '202903.260000', '202903.720000', '202904.180000', '202904.640000', '202905.100000', '202905.560000', '202906.020000', '202906.480000', '202906.940000', '202907.400000', '202907.860000', '202908.320000', '202908.780000', '202909.240000', '202909.700000', '202910.160000', '202910.620000', '202911.080000', '202911.540000', '202912.000000', '202912.460000', '202912.920000', '202913.380000', '202913.840000', '202914.300000', '202914.760000', '202915.220000', '202915.680000', '202916.140000', '202916.600000', '202917.060000', '202917.520000', '202917.980000', '202918.440000', '202918.900000', '202919.360000', '202919.820000', '202920.280000', '202920.740000', '202921.200000', '202921.660000', '202922.120000', '202922.580000', '202923.040000', '202923.500000', '202923.960000', '202924.420000', '202924.880000', '202925.340000', '202925.800000', '202926.260000', '202926.720000', '202927.180000', '202927.640000', '202928.100000', '202928.560000', '202929.020000', '202929.480000', '202929.940000', '202930.400000', '202930.860000', '202931.320000', '202931.780000', '202932.240000', '202932.700000', '202933.160000', '202933.620000', '202934.080000', '202934.540000', '202935.000000', '202935.460000', '202935.920000', '202936.380000', '202936.840000', '202937.300000', '202937.760000', '202938.220000', '202938.680000', '202939.140000', '202939.600000', '202940.060000', '202940.520000', '202940.980000', '202941.440000', '202941.900000', '202942.360000', '202942.820000', '202943.280000', '202943.740000', '202944.200000', '202944.660000', '202945.120000', '202945.580000', '202946.040000', '202946.500000', '202946.960000', '202947.420000', '202947.880000', '202948.340000', '202948.800000', '202949.260000', '202949.720000', '202950.180000', '202950.640000', '202951.100000', '202951.560000', '202952.020000', '202952.480000', '202952.940000', '202953.400000', '202953.860000', '202954.320000', '202954.780000', '202955.240000', '202955.700000', '202956.160000', '202956.620000', '202957.080000', '202957.540000', '202958.000000', '202958.460000', '202958.920000', '202959.380000', '202959.840000', '203000.300000', '203000.760000', '203001.220000', '203001.680000', '203002.140000', '203002.600000', '203003.060000', '203003.520000', '203003.980000', '203004.440000', '203004.900000', '203005.360000', '203005.820000', '203006.280000', '203006.740000', '203007.200000', '203007.660000', '203008.120000', '203008.580000', '203009.040000', '203009.500000', '203009.960000', '203010.420000', '203010.880000', '203011.340000', '203011.800000', '203012.260000', '203012.720000', '203013.180000', '203013.640000', '203014.100000', '203014.560000', '203015.020000', '203015.480000', '203015.940000', '203016.400000', '203016.860000', '203017.320000', '203017.780000', '203018.240000', '203018.700000', '203019.160000', '203019.620000', '203020.080000', '203020.540000', '203021.000000', '203021.460000', '203021.920000', '203022.380000', '203022.840000', '203023.300000', '203023.760000', '203024.220000', '203024.680000', '203025.140000', '203025.600000', '203026.060000', '203026.520000', '203026.980000', '203027.440000', '203027.900000', '203028.360000', '203028.820000', '203029.280000', '203029.740000', '203030.200000', '203030.660000', '203031.120000', '203031.580000', '203032.040000', '203032.500000', '203032.960000', '203033.420000', '203033.880000', '203034.340000', '203034.800000', '203035.260000', '203035.720000', '203036.180000', '203036.640000', '203037.100000', '203037.560000', '203038.020000', '203038.480000', '203038.940000', '203039.400000', '203039.860000', '203040.320000', '203040.780000', '203041.240000', '203041.700000', '203042.160000', '203042.620000', '203043.080000', '203043.540000', '203044.000000', '203044.460000', '203044.920000', '203045.380000', '203045.840000', '203046.300000', '203046.760000', '203047.220000', '203047.680000', '203048.140000', '203048.600000', '203049.060000', '203049.520000', '203049.980000', '203050.440000', '203050.900000', '203051.360000', '203051.820000', '203052.280000', '203052.740000', '203053.200000', '203053.660000', '203054.120000', '203054.580000', '203055.040000', '203055.500000', '203055.960000', '203056.420000', '203056.880000', '203057.340000', '203057.800000', '203058.260000', '203058.720000', '203059.180000', '203059.640000', '203100.100000', '203100.560000', '203101.020000', '203101.480000', '203101.940000', '203102.400000', '203102.860000', '203103.320000', '203103.780000', '203104.240000', '203104.700000', '203105.160000', '203105.620000', '203106.080000', '203106.540000', '203107.000000', '203107.460000', '203107.920000', '203108.380000', '203108.840000', '203109.300000', '203109.760000', '203110.220000', '203110.680000', '203111.140000', '203111.600000', '203112.060000', '203112.520000', '203112.980000', '203113.440000', '203113.900000', '203114.360000', '203114.820000', '203115.280000', '203115.740000', '203116.200000', '203116.660000', '203117.120000', '203117.580000', '203118.040000', '203118.500000', '203118.960000', '203119.420000', '203119.880000', '203120.340000', '203120.800000', '203121.260000', '203121.720000', '203122.180000', '203122.640000', '203123.100000', '203123.560000', '203124.020000', '203124.480000', '203124.940000', '203125.400000', '203125.860000', '203126.320000', '203126.780000', '203127.240000', '203127.700000', '203128.160000', '203128.620000', '203129.080000', '203129.540000', '203130.000000', '203130.460000', '203130.920000', '203131.380000', '203131.840000', '203132.300000', '203132.760000', '203133.220000', '203133.680000', '203134.140000', '203134.600000', '203135.060000', '203135.520000', '203135.980000', '203136.440000', '203136.900000', '203137.360000', '203137.820000', '203138.280000', '203138.740000', '203139.200000', '203139.660000', '203140.120000', '203140.580000', '203141.040000', '203141.500000', '203141.960000', '203142.420000', '203142.880000', '203143.340000', '203143.800000', '203144.260000', '203144.720000', '203145.180000', '203145.640000', '203146.100000', '203146.560000', '203147.020000', '203147.480000', '203147.940000', '203148.400000', '203148.860000', '203149.320000', '203149.780000', '203150.240000', '203150.700000', '203151.160000', '203151.620000', '203152.080000', '203152.540000', '203153.000000', '203153.460000', '203153.920000', '203154.380000', '203154.840000', '203155.300000', '203155.760000', '203156.220000', '203156.680000', '203157.140000', '203157.600000', '203158.060000', '203158.520000', '203158.980000', '203159.440000', '203159.900000', '203200.360000', '203200.820000', '203201.280000', '203201.740000', '203202.200000', '203202.660000', '203203.120000', '203203.580000', '203204.040000', '203204.500000', '203204.960000', '203205.420000', '203205.880000', '203206.340000', '203206.800000', '203207.260000', '203207.720000', '203208.180000', '203208.640000', '203209.100000', '203209.560000', '203210.020000', '203210.480000', '203210.940000', '203211.400000', '203211.860000', '203212.320000', '203212.780000', '203213.240000', '203213.700000', '203214.160000', '203214.620000', '203215.080000', '203215.540000', '203216.000000', '203216.460000', '203216.920000', '203217.380000', '203217.840000', '203218.300000', '203218.760000', '203219.220000', '203219.680000', '203220.140000', '203220.600000', '203221.060000', '203221.520000', '203221.980000', '203222.440000', '203222.900000', '203223.360000', '203223.820000', '203224.280000', '203224.740000', '203225.200000', '203225.660000', '203226.120000', '203226.580000', '203227.040000', '203227.500000', '203227.960000', '203228.420000', '203228.880000', '203229.340000', '203229.800000', '203230.260000', '203230.720000', '203231.180000', '203231.640000', '203232.100000', '203232.560000', '203233.020000', '203233.480000', '203233.940000', '203234.400000', '203234.860000', '203235.320000', '203235.780000', '203236.240000', '203236.700000', '203237.160000', '203237.620000', '203238.080000', '203238.540000', '203239.000000', '203239.460000', '203239.920000', '203240.380000', '203240.840000', '203241.300000', '203241.760000', '203242.220000', '203242.680000', '203243.140000', '203243.600000', '203244.060000', '203244.520000', '203244.980000', '203245.440000', '203245.900000', '203246.360000', '203246.820000', '203247.280000', '203247.740000', '203248.200000', '203248.660000', '203249.120000', '203249.580000', '203250.040000', '203250.500000', '203250.960000', '203251.420000', '203251.880000', '203252.340000', '203252.800000', '203253.260000', '203253.720000', '203254.180000', '203254.640000', '203255.100000', '203255.560000', '203256.020000', '203256.480000', '203256.940000', '203257.400000', '203257.860000', '203258.320000', '203258.780000', '203259.240000', '203259.700000', '203300.160000', '203300.620000', '203301.080000', '203301.540000', '203302.000000', '203302.460000', '203302.920000', '203303.380000', '203303.840000', '203304.300000', '203304.760000', '203305.220000', '203305.680000', '203306.140000', '203306.600000', '203307.060000', '203307.520000', '203307.980000', '203308.440000', '203308.900000', '203309.360000', '203309.820000', '203310.280000', '203310.740000', '203311.200000', '203311.660000', '203312.120000', '203312.580000', '203313.040000', '203313.500000', '203313.960000', '203314.420000', '203314.880000', '203315.340000', '203315.800000', '203316.260000', '203316.720000', '203317.180000', '203317.640000', '203318.100000', '203318.560000', '203319.020000', '203319.480000', '203319.940000', '203320.400000', '203320.860000', '203321.320000', '203321.780000', '203322.240000', '203322.700000', '203323.160000', '203323.620000', '203324.080000', '203324.540000', '203325.000000', '203325.460000', '203325.920000', '203326.380000', '203326.840000', '203327.300000', '203327.760000', '203328.220000', '203328.680000', '203329.140000', '203329.600000', '203330.060000', '203330.520000', '203330.980000', '203331.440000', '203331.900000', '203332.360000', '203332.820000', '203333.280000', '203333.740000', '203334.200000', '203334.660000', '203335.120000', '203335.580000', '203336.040000', '203336.500000', '203336.960000', '203337.420000', '203337.880000', '203338.340000', '203338.800000', '203339.260000', '203339.720000', '203340.180000', '203340.640000', '203341.100000', '203341.560000', '203342.020000', '203342.480000', '203342.940000', '203343.400000', '203343.860000', '203344.320000', '203344.780000', '203345.240000', '203345.700000', '203346.160000', '203346.620000', '203347.080000', '203347.540000', '203348.000000', '203348.460000', '203348.920000', '203349.380000', '203349.840000', '203350.300000', '203350.760000', '203351.220000', '203351.680000', '203352.140000', '203352.600000', '203353.060000', '203353.520000', '203353.980000', '203354.440000', '203354.900000', '203355.360000', '203355.820000', '203356.280000', '203356.740000', '203357.200000', '203357.660000', '203358.120000', '203358.580000', '203359.040000', '203359.500000', '203359.960000', '203400.420000', '203400.880000', '203401.340000', '203401.800000', '203402.260000', '203402.720000', '203403.180000', '203403.640000', '203404.100000', '203404.560000', '203405.020000', '203405.480000', '203405.940000', '203406.400000', '203406.860000', '203407.320000', '203407.780000', '203408.240000', '203408.700000', '203409.160000', '203409.620000', '203410.080000', '203410.540000', '203411.000000', '203411.460000', '203411.920000', '203412.380000', '203412.840000', '203413.300000', '203413.760000', '203414.220000', '203414.680000', '203415.140000', '203415.600000', '203416.060000', '203416.520000', '203416.980000', '203417.440000', '203417.900000', '203418.360000', '203418.820000', '203419.280000', '203419.740000', '203420.200000', '203420.660000', '203421.120000', '203421.580000', '203422.040000', '203422.500000', '203422.960000', '203423.420000', '203423.880000', '203424.340000', '203424.800000', '203425.260000', '203425.720000', '203426.180000', '203426.640000', '203427.100000', '203427.560000', '203428.020000', '203428.480000', '203428.940000', '203429.400000', '203429.860000', '203430.320000', '203430.780000', '203431.240000', '203431.700000', '203432.160000', '203432.620000', '203433.080000', '203433.540000', '203434.000000', '203434.460000', '203434.920000', '203435.380000', '203435.840000', '203436.300000', '203436.760000', '203437.220000', '203437.680000', '203438.140000', '203438.600000', '203439.060000', '203439.520000', '203439.980000', '203440.440000', '203440.900000', '203441.360000', '203441.820000', '203442.280000', '203442.740000', '203443.200000', '203443.660000', '203444.120000', '203444.580000', '203445.040000', '203445.500000', '203445.960000', '203446.420000', '203446.880000', '203447.340000', '203447.800000', '203448.260000', '203448.720000', '203449.180000', '203449.640000', '203450.100000', '203450.560000', '203451.020000', '203451.480000', '203451.940000', '203452.400000', '203452.860000', '203453.320000', '203453.780000', '203454.240000', '203454.700000', '203455.160000', '203455.620000', '203456.080000', '203456.540000', '203457.000000', '203457.460000', '203457.920000', '203458.380000', '203458.840000', '203459.300000', '203459.760000', '203500.220000', '203500.680000', '203501.140000', '203501.600000', '203502.060000', '203502.520000', '203502.980000', '203503.440000', '203503.900000', '203504.360000', '203504.820000', '203505.280000', '203505.740000', '203506.200000', '203506.660000', '203507.120000', '203507.580000', '203508.040000', '203508.500000', '203508.960000', '203509.420000', '203509.880000', '203510.340000', '203510.800000', '203511.260000', '203511.720000', '203512.180000', '203512.640000', '203513.100000', '203513.560000', '203514.020000', '203514.480000', '203514.940000', '203515.400000', '203515.860000', '203516.320000', '203516.780000', '203517.240000', '203517.700000', '203518.160000', '203518.620000', '203519.080000', '203519.540000', '203520.000000', '203520.460000', '203520.920000', '203521.380000', '203521.840000', '203522.300000', '203522.760000', '203523.220000', '203523.680000', '203524.140000', '203524.600000', '203525.060000', '203525.520000', '203525.980000', '203526.440000', '203526.900000', '203527.360000', '203527.820000', '203528.280000', '203528.740000', '203529.200000', '203529.660000', '203530.120000', '203530.580000', '203531.040000', '203531.500000', '203531.960000', '203532.420000', '203532.880000', '203533.340000', '203533.800000', '203534.260000', '203534.720000', '203535.180000', '203535.640000', '203536.100000', '203536.560000', '203537.020000', '203537.480000', '203537.940000', '203538.400000', '203538.860000', '203539.320000', '203539.780000', '203540.240000', '203540.700000', '203541.160000', '203541.620000', '203542.080000', '203542.540000', '203543.000000', '203543.460000', '203543.920000', '203544.380000', '203544.840000', '203545.300000', '203545.760000', '203546.220000', '203546.680000', '203547.140000', '203547.600000', '203548.060000', '203548.520000', '203548.980000', '203549.440000', '203549.900000', '203550.360000', '203550.820000', '203551.280000', '203551.740000', '203552.200000', '203552.660000', '203553.120000', '203553.580000', '203554.040000', '203554.500000', '203554.960000', '203555.420000', '203555.880000', '203556.340000', '203556.800000', '203557.260000', '203557.720000', '203558.180000', '203558.640000', '203559.100000', '203559.560000', '203600.020000', '203600.480000', '203600.940000', '203601.400000', '203601.860000', '203602.320000', '203602.780000', '203603.240000', '203603.700000', '203604.160000', '203604.620000', '203605.080000', '203605.540000', '203606.000000', '203606.460000', '203606.920000', '203607.380000', '203607.840000'], 'ContentTime': ['202711.823000', '202711.826000', '202711.829000', '202711.831000', '202711.834000', '202711.842000', '202711.845000', '202711.847000', '202711.850000', '202711.853000', '202711.855000', '202711.858000', '202711.861000', '202711.863000', '202711.866000', '202711.869000', '202711.871000', '202711.874000', '202711.877000', '202711.879000', '202711.882000', '202711.885000', '202711.887000', '202711.890000', '202711.892000', '202711.895000', '202711.897000', '202711.900000', '202711.903000', '202711.905000', '202711.908000', '202711.910000', '202711.913000', '202711.916000', '202711.918000', '202711.921000', '202711.924000', '202711.926000', '202711.929000', '202711.931000', '202731.790000', '202731.794000', '202731.796000', '202731.799000', '202731.801000', '202731.804000', '202731.807000', '202731.809000', '202731.812000', '202731.815000', '202731.817000', '202731.820000', '202731.823000', '202731.825000', '202731.828000', '202731.831000', '202731.833000', '202731.836000', '202731.839000', '202731.841000', '202731.844000', '202731.846000', '202731.849000', '202731.852000', '202731.854000', '202731.857000', '202731.859000', '202731.862000', '202731.865000', '202731.867000', '202731.870000', '202731.873000', '202731.876000', '202731.879000', '202731.882000', '202731.885000', '202731.887000', '202731.890000', '202731.892000', '202731.895000', '202731.898000', '202731.900000', '202731.903000', '202751.790000', '202751.793000', '202751.796000', '202751.799000', '202751.801000', '202751.804000', '202751.807000', '202751.809000', '202751.812000', '202751.814000', '202751.817000', '202751.820000', '202751.822000', '202751.825000', '202751.828000', '202751.830000', '202751.833000', '202751.836000', '202751.838000', '202751.841000', '202751.844000', '202751.846000', '202751.849000', '202751.852000', '202751.854000', '202751.857000', '202751.859000', '202751.862000', '202751.865000', '202751.867000', '202751.870000', '202751.872000', '202751.875000', '202751.878000', '202751.880000', '202751.883000', '202751.886000', '202751.888000', '202751.891000', '202751.894000', '202751.896000', '202751.899000', '202751.902000', '202751.916000', '202811.791000', '202811.793000', '202811.796000', '202811.799000', '202811.802000', '202811.804000', '202811.807000', '202811.810000', '202811.812000', '202811.815000', '202811.818000', '202811.820000', '202811.823000', '202811.826000', '202811.828000', '202811.831000', '202811.834000', '202811.836000', '202811.839000', '202811.842000', '202811.844000', '202811.847000', '202811.850000', '202811.852000', '202811.855000', '202811.858000', '202811.860000', '202811.863000', '202811.865000', '202811.868000', '202811.871000', '202811.873000', '202811.876000', '202811.879000', '202811.881000', '202811.884000', '202811.887000', '202811.889000', '202811.892000', '202811.895000', '202811.899000', '202811.902000', '202811.906000', '202831.790000', '202831.793000', '202831.795000', '202831.798000', '202831.801000', '202831.804000', '202831.806000', '202831.809000', '202831.811000', '202831.814000', '202831.817000', '202831.819000', '202831.822000', '202831.825000', '202831.828000', '202831.830000', '202831.833000', '202831.836000', '202831.838000', '202831.841000', '202831.843000', '202831.846000', '202831.849000', '202831.851000', '202831.854000', '202831.857000', '202831.859000', '202831.862000', '202831.864000', '202831.867000', '202831.870000', '202831.872000', '202831.875000', '202831.878000', '202831.880000', '202831.883000', '202831.885000', '202831.888000', '202831.891000', '202831.893000', '202831.896000', '202831.899000', '202831.901000', '202831.904000', '202851.790000', '202851.792000', '202851.795000', '202851.798000', '202851.801000', '202851.803000', '202851.806000', '202851.808000', '202851.811000', '202851.814000', '202851.816000', '202851.819000', '202851.822000', '202851.824000', '202851.827000', '202851.830000', '202851.832000', '202851.835000', '202851.838000', '202851.840000', '202851.843000', '202851.845000', '202851.848000', '202851.851000', '202851.853000', '202851.856000', '202851.858000', '202851.861000', '202851.864000', '202851.867000', '202851.869000', '202851.872000', '202851.875000', '202851.877000', '202851.880000', '202851.883000', '202851.885000', '202851.888000', '202851.891000', '202851.894000', '202851.897000', '202851.900000', '202851.902000', '202911.789000', '202911.792000', '202911.795000', '202911.798000', '202911.801000', '202911.804000', '202911.806000', '202911.809000', '202911.812000', '202911.815000', '202911.817000', '202911.820000', '202911.823000', '202911.825000', '202911.828000', '202911.830000', '202911.833000', '202911.836000', '202911.838000', '202911.841000', '202911.843000', '202911.846000', '202911.849000', '202911.851000', '202911.854000', '202911.857000', '202911.859000', '202911.862000', '202911.865000', '202911.867000', '202911.870000', '202911.872000', '202911.875000', '202911.878000', '202911.880000', '202911.883000', '202911.886000', '202911.888000', '202911.891000', '202911.893000', '202911.896000', '202911.899000', '202911.901000', '202911.904000', '202931.791000', '202931.793000', '202931.796000', '202931.799000', '202931.802000', '202931.804000', '202931.807000', '202931.810000', '202931.812000', '202931.815000', '202931.828000', '202931.831000', '202931.833000', '202931.836000', '202931.839000', '202931.841000', '202931.844000', '202931.847000', '202931.849000', '202931.852000', '202931.855000', '202931.857000', '202931.860000', '202931.863000', '202931.865000', '202931.875000', '202931.878000', '202931.880000', '202931.883000', '202931.886000', '202931.888000', '202931.891000', '202931.894000', '202931.896000', '202931.899000', '202931.901000', '202931.904000', '202931.907000', '202931.919000', '202931.922000', '202931.925000', '202931.927000', '202931.930000', '202951.791000', '202951.793000', '202951.796000', '202951.799000', '202951.802000', '202951.804000', '202951.807000', '202951.810000', '202951.813000', '202951.815000', '202951.818000', '202951.821000', '202951.823000', '202951.826000', '202951.828000', '202951.831000', '202951.834000', '202951.837000', '202951.839000', '202951.842000', '202951.845000', '202951.847000', '202951.850000', '202951.852000', '202951.855000', '202951.858000', '202951.860000', '202951.863000', '202951.866000', '202951.868000', '202951.871000', '202951.873000', '202951.876000', '202951.879000', '202951.881000', '202951.884000', '202951.887000', '202951.889000', '202951.892000', '202951.895000', '202951.897000', '202951.900000', '202951.902000', '202951.905000', '203011.791000', '203011.794000', '203011.796000', '203011.799000', '203011.801000', '203011.804000', '203011.807000', '203011.810000', '203011.812000', '203011.815000', '203011.818000', '203011.820000', '203011.823000', '203011.826000', '203011.828000', '203011.831000', '203011.834000', '203011.836000', '203011.839000', '203011.842000', '203011.844000', '203011.847000', '203011.850000', '203011.852000', '203011.855000', '203011.858000', '203011.860000', '203011.863000', '203011.865000', '203011.868000', '203011.871000', '203011.873000', '203011.876000', '203011.879000', '203011.881000', '203011.884000', '203011.886000', '203011.889000', '203011.898000', '203011.901000', '203011.903000', '203011.906000', '203011.909000', '203031.790000', '203031.793000', '203031.796000', '203031.799000', '203031.801000', '203031.804000', '203031.807000', '203031.809000', '203031.812000', '203031.814000', '203031.817000', '203031.820000', '203031.823000', '203031.825000', '203031.828000', '203031.830000', '203031.833000', '203031.836000', '203031.838000', '203031.841000', '203031.844000', '203031.846000', '203031.849000', '203031.852000', '203031.854000', '203031.857000', '203031.860000', '203031.862000', '203031.865000', '203031.868000', '203031.870000', '203031.873000', '203031.876000', '203031.878000', '203031.881000', '203031.884000', '203031.886000', '203031.889000', '203031.892000', '203031.894000', '203031.897000', '203031.899000', '203031.902000', '203031.905000', '203051.789000', '203051.792000', '203051.795000', '203051.798000', '203051.801000', '203051.803000', '203051.806000', '203051.808000', '203051.811000', '203051.814000', '203051.816000', '203051.819000', '203051.822000', '203051.824000', '203051.827000', '203051.830000', '203051.833000', '203051.835000', '203051.838000', '203051.840000', '203051.843000', '203051.846000', '203051.848000', '203051.851000', '203051.854000', '203051.856000', '203051.859000', '203051.862000', '203051.864000', '203051.867000', '203051.870000', '203051.872000', '203051.875000', '203051.878000', '203051.880000', '203051.883000', '203051.886000', '203051.888000', '203051.891000', '203051.893000', '203051.896000', '203051.899000', '203051.902000', '203111.791000', '203111.794000', '203111.797000', '203111.800000', '203111.802000', '203111.805000', '203111.808000', '203111.810000', '203111.813000', '203111.816000', '203111.818000', '203111.821000', '203111.823000', '203111.826000', '203111.829000', '203111.831000', '203111.834000', '203111.837000', '203111.839000', '203111.842000', '203111.878000', '203111.881000', '203111.884000', '203111.886000', '203111.889000', '203111.892000', '203111.894000', '203111.897000', '203111.899000', '203111.902000', '203111.905000', '203111.907000', '203111.910000', '203111.913000', '203111.915000', '203111.918000', '203111.920000', '203111.923000', '203111.926000', '203111.929000', '203111.931000', '203111.934000', '203111.936000', '203111.939000', '203131.790000', '203131.792000', '203131.795000', '203131.798000', '203131.801000', '203131.803000', '203131.806000', '203131.809000', '203131.811000', '203131.814000', '203131.816000', '203131.819000', '203131.822000', '203131.824000', '203131.827000', '203131.830000', '203131.832000', '203131.835000', '203131.838000', '203131.841000', '203131.843000', '203131.846000', '203131.848000', '203131.851000', '203131.854000', '203131.856000', '203131.859000', '203131.862000', '203131.865000', '203131.867000', '203131.870000', '203131.873000', '203131.875000', '203131.878000', '203131.881000', '203131.883000', '203131.886000', '203131.889000', '203131.891000', '203131.894000', '203131.897000', '203131.899000', '203131.902000', '203151.791000', '203151.794000', '203151.797000', '203151.800000', '203151.803000', '203151.806000', '203151.809000', '203151.812000', '203151.814000', '203151.817000', '203151.820000', '203151.822000', '203151.825000', '203151.828000', '203151.830000', '203151.833000', '203151.836000', '203151.838000', '203151.841000', '203151.843000', '203151.846000', '203151.849000', '203151.852000', '203151.854000', '203151.857000', '203151.859000', '203151.862000', '203151.865000', '203151.867000', '203151.870000', '203151.872000', '203151.875000', '203151.878000', '203151.880000', '203151.883000', '203151.886000', '203151.888000', '203151.891000', '203151.894000', '203151.896000', '203151.899000', '203151.901000', '203151.904000', '203211.791000', '203211.793000', '203211.796000', '203211.799000', '203211.802000', '203211.804000', '203211.807000', '203211.810000', '203211.812000', '203211.815000', '203211.817000', '203211.820000', '203211.823000', '203211.825000', '203211.828000', '203211.831000', '203211.833000', '203211.836000', '203211.839000', '203211.842000', '203211.844000', '203211.847000', '203211.849000', '203211.852000', '203211.855000', '203211.857000', '203211.860000', '203211.863000', '203211.865000', '203211.868000', '203211.871000', '203211.873000', '203211.876000', '203211.879000', '203211.881000', '203211.884000', '203211.887000', '203211.889000', '203211.894000', '203211.896000', '203211.899000', '203211.902000', '203211.904000', '203211.907000', '203231.791000', '203231.794000', '203231.796000', '203231.799000', '203231.802000', '203231.804000', '203231.807000', '203231.810000', '203231.812000', '203231.815000', '203231.818000', '203231.820000', '203231.823000', '203231.826000', '203231.828000', '203231.832000', '203231.835000', '203231.838000', '203231.841000', '203231.843000', '203231.846000', '203231.849000', '203231.851000', '203231.854000', '203231.856000', '203231.859000', '203231.862000', '203231.864000', '203231.867000', '203231.870000', '203231.872000', '203231.875000', '203231.878000', '203231.881000', '203231.884000', '203231.888000', '203231.890000', '203231.893000', '203231.896000', '203231.898000', '203231.901000', '203231.904000', '203231.906000', '203251.790000', '203251.793000', '203251.796000', '203251.799000', '203251.801000', '203251.804000', '203251.807000', '203251.809000', '203251.812000', '203251.814000', '203251.817000', '203251.820000', '203251.822000', '203251.825000', '203251.828000', '203251.831000', '203251.833000', '203251.836000', '203251.838000', '203251.841000', '203251.844000', '203251.846000', '203251.849000', '203251.852000', '203251.854000', '203251.857000', '203251.860000', '203251.862000', '203251.865000', '203251.867000', '203251.870000', '203251.873000', '203251.875000', '203251.878000', '203251.881000', '203251.883000', '203251.886000', '203251.888000', '203251.891000', '203251.894000', '203251.896000', '203251.899000', '203251.901000', '203251.904000', '203311.790000', '203311.793000', '203311.796000', '203311.799000', '203311.802000', '203311.805000', '203311.808000', '203311.811000', '203311.813000', '203311.816000', '203311.819000', '203311.821000', '203311.824000', '203311.826000', '203311.829000', '203311.832000', '203311.835000', '203311.837000', '203311.840000', '203311.843000', '203311.851000', '203311.853000', '203311.856000', '203311.859000', '203311.861000', '203311.864000', '203311.867000', '203311.869000', '203311.872000', '203311.874000', '203311.877000', '203311.880000', '203311.882000', '203311.885000', '203311.888000', '203311.890000', '203311.893000', '203311.896000', '203311.898000', '203311.901000', '203311.904000', '203311.906000', '203311.909000', '203331.790000', '203331.793000', '203331.796000', '203331.799000', '203331.801000', '203331.804000', '203331.807000', '203331.809000', '203331.812000', '203331.815000', '203331.817000', '203331.820000', '203331.823000', '203331.825000', '203331.828000', '203331.831000', '203331.833000', '203331.836000', '203331.839000', '203331.841000', '203331.844000', '203331.847000', '203331.849000', '203331.852000', '203331.854000', '203331.857000', '203331.860000', '203331.862000', '203331.865000', '203331.868000', '203331.870000', '203331.873000', '203331.876000', '203331.878000', '203331.881000', '203331.884000', '203331.886000', '203331.889000', '203331.892000', '203331.894000', '203331.897000', '203331.900000', '203331.902000', '203331.905000', '203351.790000', '203351.793000', '203351.795000', '203351.798000', '203351.801000', '203351.803000', '203351.806000', '203351.809000', '203351.811000', '203351.814000', '203351.816000', '203351.819000', '203351.822000', '203351.825000', '203351.827000', '203351.830000', '203351.833000', '203351.835000', '203351.838000', '203351.840000', '203351.843000', '203351.846000', '203351.848000', '203351.851000', '203351.854000', '203351.856000', '203351.859000', '203351.862000', '203351.865000', '203351.868000', '203351.872000', '203351.875000', '203351.878000', '203351.880000', '203351.883000', '203351.885000', '203351.888000', '203351.891000', '203351.894000', '203351.896000', '203351.899000', '203351.901000', '203351.904000', '203411.791000', '203411.793000', '203411.796000', '203411.799000', '203411.802000', '203411.805000', '203411.808000', '203411.810000', '203411.813000', '203411.816000', '203411.818000', '203411.821000', '203411.823000', '203411.826000', '203411.829000', '203411.832000', '203411.834000', '203411.837000', '203411.840000', '203411.842000', '203411.845000', '203411.848000', '203411.850000', '203411.853000', '203411.856000', '203411.858000', '203411.861000', '203411.864000', '203411.866000', '203411.869000', '203411.872000', '203411.874000', '203411.877000', '203411.879000', '203411.882000', '203411.885000', '203411.887000', '203411.890000', '203411.893000', '203411.895000', '203411.898000', '203411.901000', '203411.903000', '203411.906000', '203431.791000', '203431.793000', '203431.796000', '203431.799000', '203431.802000', '203431.804000', '203431.807000', '203431.810000', '203431.812000', '203431.815000', '203431.821000', '203431.824000', '203431.827000', '203431.829000', '203431.832000', '203431.835000', '203431.838000', '203431.840000', '203431.843000', '203431.846000', '203431.848000', '203431.851000', '203431.854000', '203431.856000', '203431.859000', '203431.862000', '203431.864000', '203431.867000', '203431.870000', '203431.872000', '203431.875000', '203431.877000', '203431.880000', '203431.883000', '203431.885000', '203431.888000', '203431.891000', '203431.893000', '203431.896000', '203431.899000', '203431.902000', '203431.904000', '203431.907000', '203451.791000', '203451.793000', '203451.796000', '203451.799000', '203451.802000', '203451.804000', '203451.807000', '203451.809000', '203451.812000', '203451.815000', '203451.817000', '203451.820000', '203451.823000', '203451.825000', '203451.828000', '203451.831000', '203451.833000', '203451.836000', '203451.839000', '203451.841000', '203451.844000', '203451.847000', '203451.849000', '203451.852000', '203451.854000', '203451.857000', '203451.860000', '203451.863000', '203451.865000', '203451.868000', '203451.870000', '203451.873000', '203451.876000', '203451.878000', '203451.881000', '203451.883000', '203451.886000', '203451.889000', '203451.891000', '203451.894000', '203451.897000', '203451.899000', '203451.902000', '203451.905000', '203511.791000', '203511.794000', '203511.797000', '203511.799000', '203511.802000', '203511.805000', '203511.807000', '203511.810000', '203511.812000', '203511.815000', '203511.818000', '203511.820000', '203511.823000', '203511.826000', '203511.828000', '203511.831000', '203511.834000', '203511.836000', '203511.839000', '203511.842000', '203511.844000', '203511.847000', '203511.850000', '203511.852000', '203511.855000', '203511.858000', '203511.860000', '203511.863000', '203511.866000', '203511.869000', '203511.872000', '203511.874000', '203511.879000', '203511.881000', '203511.884000', '203511.887000', '203511.889000', '203511.892000', '203511.895000', '203511.898000', '203511.901000', '203511.903000', '203511.906000', '203531.790000', '203531.792000', '203531.796000', '203531.798000', '203531.801000', '203531.804000', '203531.807000', '203531.809000', '203531.812000', '203531.814000', '203531.817000', '203531.820000', '203531.822000', '203531.825000', '203531.828000', '203531.830000', '203531.833000', '203531.843000', '203531.846000', '203531.848000', '203531.851000', '203531.853000', '203531.856000', '203531.859000', '203531.861000', '203531.864000', '203531.867000', '203531.869000', '203531.872000', '203531.875000', '203531.877000', '203531.880000', '203531.883000', '203531.885000', '203531.888000', '203531.891000', '203531.893000', '203531.896000', '203531.899000', '203531.902000', '203531.904000', '203531.907000', '203531.910000', '203531.912000', '203551.790000', '203551.793000', '203551.795000', '203551.798000', '203551.801000', '203551.803000', '203551.806000', '203551.809000', '203551.811000', '203551.814000', '203551.817000', '203551.819000', '203551.822000', '203551.825000', '203551.827000', '203551.830000', '203551.833000', '203551.835000', '203551.838000', '203551.841000', '203551.843000', '203551.846000', '203551.849000', '203551.851000', '203551.854000', '203551.857000', '203551.859000', '203551.862000', '203551.864000', '203551.867000', '203551.870000', '203551.872000', '203551.875000', '203551.878000', '203551.880000', '203551.883000', '203551.886000', '203551.888000', '203551.891000', '203551.893000', '203551.896000', '203551.899000', '203551.901000', '203609.352000', '203609.355000', '203609.357000', '203609.360000', '203609.363000', '203609.365000', '203609.368000', '203609.371000', '203609.373000', '203609.376000', '203609.379000', '203609.381000', '203609.384000', '203609.387000', '203609.389000', '203609.392000', '203609.395000', '203609.397000', '203609.400000', '203609.403000', '203609.405000', '203609.408000', '203609.411000', '203609.413000', '203609.416000', '203609.419000', '203609.421000', '203609.424000', '203609.427000', '203609.429000', '203609.432000', '203609.435000', '203609.437000', '203609.440000', '203609.443000', '203609.445000', '203609.448000', '203609.451000', '203609.453000'], 'InstanceCreationTime': ['202711.823000', '202711.826000', '202711.829000', '202711.831000', '202711.834000', '202711.842000', '202711.845000', '202711.847000', '202711.850000', '202711.853000', '202711.855000', '202711.858000', '202711.861000', '202711.863000', '202711.866000', '202711.869000', '202711.871000', '202711.874000', '202711.877000', '202711.879000', '202711.882000', '202711.885000', '202711.887000', '202711.890000', '202711.892000', '202711.895000', '202711.897000', '202711.900000', '202711.903000', '202711.905000', '202711.908000', '202711.910000', '202711.913000', '202711.916000', '202711.918000', '202711.921000', '202711.924000', '202711.926000', '202711.929000', '202711.931000', '202731.790000', '202731.794000', '202731.796000', '202731.799000', '202731.801000', '202731.804000', '202731.807000', '202731.809000', '202731.812000', '202731.815000', '202731.817000', '202731.820000', '202731.823000', '202731.825000', '202731.828000', '202731.831000', '202731.833000', '202731.836000', '202731.839000', '202731.841000', '202731.844000', '202731.846000', '202731.849000', '202731.852000', '202731.854000', '202731.857000', '202731.859000', '202731.862000', '202731.865000', '202731.867000', '202731.870000', '202731.873000', '202731.876000', '202731.879000', '202731.882000', '202731.885000', '202731.887000', '202731.890000', '202731.892000', '202731.895000', '202731.898000', '202731.900000', '202731.903000', '202751.790000', '202751.793000', '202751.796000', '202751.799000', '202751.801000', '202751.804000', '202751.807000', '202751.809000', '202751.812000', '202751.814000', '202751.817000', '202751.820000', '202751.822000', '202751.825000', '202751.828000', '202751.830000', '202751.833000', '202751.836000', '202751.838000', '202751.841000', '202751.844000', '202751.846000', '202751.849000', '202751.852000', '202751.854000', '202751.857000', '202751.859000', '202751.862000', '202751.865000', '202751.867000', '202751.870000', '202751.872000', '202751.875000', '202751.878000', '202751.880000', '202751.883000', '202751.886000', '202751.888000', '202751.891000', '202751.894000', '202751.896000', '202751.899000', '202751.902000', '202751.916000', '202811.791000', '202811.793000', '202811.796000', '202811.799000', '202811.802000', '202811.804000', '202811.807000', '202811.810000', '202811.812000', '202811.815000', '202811.818000', '202811.820000', '202811.823000', '202811.826000', '202811.828000', '202811.831000', '202811.834000', '202811.836000', '202811.839000', '202811.842000', '202811.844000', '202811.847000', '202811.850000', '202811.852000', '202811.855000', '202811.858000', '202811.860000', '202811.863000', '202811.865000', '202811.868000', '202811.871000', '202811.873000', '202811.876000', '202811.879000', '202811.881000', '202811.884000', '202811.887000', '202811.889000', '202811.892000', '202811.895000', '202811.899000', '202811.902000', '202811.906000', '202831.790000', '202831.793000', '202831.795000', '202831.798000', '202831.801000', '202831.804000', '202831.806000', '202831.809000', '202831.811000', '202831.814000', '202831.817000', '202831.819000', '202831.822000', '202831.825000', '202831.828000', '202831.830000', '202831.833000', '202831.836000', '202831.838000', '202831.841000', '202831.843000', '202831.846000', '202831.849000', '202831.851000', '202831.854000', '202831.857000', '202831.859000', '202831.862000', '202831.864000', '202831.867000', '202831.870000', '202831.872000', '202831.875000', '202831.878000', '202831.880000', '202831.883000', '202831.885000', '202831.888000', '202831.891000', '202831.893000', '202831.896000', '202831.899000', '202831.901000', '202831.904000', '202851.790000', '202851.792000', '202851.795000', '202851.798000', '202851.801000', '202851.803000', '202851.806000', '202851.808000', '202851.811000', '202851.814000', '202851.816000', '202851.819000', '202851.822000', '202851.824000', '202851.827000', '202851.830000', '202851.832000', '202851.835000', '202851.838000', '202851.840000', '202851.843000', '202851.845000', '202851.848000', '202851.851000', '202851.853000', '202851.856000', '202851.858000', '202851.861000', '202851.864000', '202851.867000', '202851.869000', '202851.872000', '202851.875000', '202851.877000', '202851.880000', '202851.883000', '202851.885000', '202851.888000', '202851.891000', '202851.894000', '202851.897000', '202851.900000', '202851.902000', '202911.789000', '202911.792000', '202911.795000', '202911.798000', '202911.801000', '202911.804000', '202911.806000', '202911.809000', '202911.812000', '202911.815000', '202911.817000', '202911.820000', '202911.823000', '202911.825000', '202911.828000', '202911.830000', '202911.833000', '202911.836000', '202911.838000', '202911.841000', '202911.843000', '202911.846000', '202911.849000', '202911.851000', '202911.854000', '202911.857000', '202911.859000', '202911.862000', '202911.865000', '202911.867000', '202911.870000', '202911.872000', '202911.875000', '202911.878000', '202911.880000', '202911.883000', '202911.886000', '202911.888000', '202911.891000', '202911.893000', '202911.896000', '202911.899000', '202911.901000', '202911.904000', '202931.791000', '202931.793000', '202931.796000', '202931.799000', '202931.802000', '202931.804000', '202931.807000', '202931.810000', '202931.812000', '202931.815000', '202931.828000', '202931.831000', '202931.833000', '202931.836000', '202931.839000', '202931.841000', '202931.844000', '202931.847000', '202931.849000', '202931.852000', '202931.855000', '202931.857000', '202931.860000', '202931.863000', '202931.865000', '202931.875000', '202931.878000', '202931.880000', '202931.883000', '202931.886000', '202931.888000', '202931.891000', '202931.894000', '202931.896000', '202931.899000', '202931.901000', '202931.904000', '202931.907000', '202931.919000', '202931.922000', '202931.925000', '202931.927000', '202931.930000', '202951.791000', '202951.793000', '202951.796000', '202951.799000', '202951.802000', '202951.804000', '202951.807000', '202951.810000', '202951.813000', '202951.815000', '202951.818000', '202951.821000', '202951.823000', '202951.826000', '202951.828000', '202951.831000', '202951.834000', '202951.837000', '202951.839000', '202951.842000', '202951.845000', '202951.847000', '202951.850000', '202951.852000', '202951.855000', '202951.858000', '202951.860000', '202951.863000', '202951.866000', '202951.868000', '202951.871000', '202951.873000', '202951.876000', '202951.879000', '202951.881000', '202951.884000', '202951.887000', '202951.889000', '202951.892000', '202951.895000', '202951.897000', '202951.900000', '202951.902000', '202951.905000', '203011.791000', '203011.794000', '203011.796000', '203011.799000', '203011.801000', '203011.804000', '203011.807000', '203011.810000', '203011.812000', '203011.815000', '203011.818000', '203011.820000', '203011.823000', '203011.826000', '203011.828000', '203011.831000', '203011.834000', '203011.836000', '203011.839000', '203011.842000', '203011.844000', '203011.847000', '203011.850000', '203011.852000', '203011.855000', '203011.858000', '203011.860000', '203011.863000', '203011.865000', '203011.868000', '203011.871000', '203011.873000', '203011.876000', '203011.879000', '203011.881000', '203011.884000', '203011.886000', '203011.889000', '203011.898000', '203011.901000', '203011.903000', '203011.906000', '203011.909000', '203031.790000', '203031.793000', '203031.796000', '203031.799000', '203031.801000', '203031.804000', '203031.807000', '203031.809000', '203031.812000', '203031.814000', '203031.817000', '203031.820000', '203031.823000', '203031.825000', '203031.828000', '203031.830000', '203031.833000', '203031.836000', '203031.838000', '203031.841000', '203031.844000', '203031.846000', '203031.849000', '203031.852000', '203031.854000', '203031.857000', '203031.860000', '203031.862000', '203031.865000', '203031.868000', '203031.870000', '203031.873000', '203031.876000', '203031.878000', '203031.881000', '203031.884000', '203031.886000', '203031.889000', '203031.892000', '203031.894000', '203031.897000', '203031.899000', '203031.902000', '203031.905000', '203051.789000', '203051.792000', '203051.795000', '203051.798000', '203051.801000', '203051.803000', '203051.806000', '203051.808000', '203051.811000', '203051.814000', '203051.816000', '203051.819000', '203051.822000', '203051.824000', '203051.827000', '203051.830000', '203051.833000', '203051.835000', '203051.838000', '203051.840000', '203051.843000', '203051.846000', '203051.848000', '203051.851000', '203051.854000', '203051.856000', '203051.859000', '203051.862000', '203051.864000', '203051.867000', '203051.870000', '203051.872000', '203051.875000', '203051.878000', '203051.880000', '203051.883000', '203051.886000', '203051.888000', '203051.891000', '203051.893000', '203051.896000', '203051.899000', '203051.902000', '203111.791000', '203111.794000', '203111.797000', '203111.800000', '203111.802000', '203111.805000', '203111.808000', '203111.810000', '203111.813000', '203111.816000', '203111.818000', '203111.821000', '203111.823000', '203111.826000', '203111.829000', '203111.831000', '203111.834000', '203111.837000', '203111.839000', '203111.842000', '203111.878000', '203111.881000', '203111.884000', '203111.886000', '203111.889000', '203111.892000', '203111.894000', '203111.897000', '203111.899000', '203111.902000', '203111.905000', '203111.907000', '203111.910000', '203111.913000', '203111.915000', '203111.918000', '203111.920000', '203111.923000', '203111.926000', '203111.929000', '203111.931000', '203111.934000', '203111.936000', '203111.939000', '203131.790000', '203131.792000', '203131.795000', '203131.798000', '203131.801000', '203131.803000', '203131.806000', '203131.809000', '203131.811000', '203131.814000', '203131.816000', '203131.819000', '203131.822000', '203131.824000', '203131.827000', '203131.830000', '203131.832000', '203131.835000', '203131.838000', '203131.841000', '203131.843000', '203131.846000', '203131.848000', '203131.851000', '203131.854000', '203131.856000', '203131.859000', '203131.862000', '203131.865000', '203131.867000', '203131.870000', '203131.873000', '203131.875000', '203131.878000', '203131.881000', '203131.883000', '203131.886000', '203131.889000', '203131.891000', '203131.894000', '203131.897000', '203131.899000', '203131.902000', '203151.791000', '203151.794000', '203151.797000', '203151.800000', '203151.803000', '203151.806000', '203151.809000', '203151.812000', '203151.814000', '203151.817000', '203151.820000', '203151.822000', '203151.825000', '203151.828000', '203151.830000', '203151.833000', '203151.836000', '203151.838000', '203151.841000', '203151.843000', '203151.846000', '203151.849000', '203151.852000', '203151.854000', '203151.857000', '203151.859000', '203151.862000', '203151.865000', '203151.867000', '203151.870000', '203151.872000', '203151.875000', '203151.878000', '203151.880000', '203151.883000', '203151.886000', '203151.888000', '203151.891000', '203151.894000', '203151.896000', '203151.899000', '203151.901000', '203151.904000', '203211.791000', '203211.793000', '203211.796000', '203211.799000', '203211.802000', '203211.804000', '203211.807000', '203211.810000', '203211.812000', '203211.815000', '203211.817000', '203211.820000', '203211.823000', '203211.825000', '203211.828000', '203211.831000', '203211.833000', '203211.836000', '203211.839000', '203211.842000', '203211.844000', '203211.847000', '203211.849000', '203211.852000', '203211.855000', '203211.857000', '203211.860000', '203211.863000', '203211.865000', '203211.868000', '203211.871000', '203211.873000', '203211.876000', '203211.879000', '203211.881000', '203211.884000', '203211.887000', '203211.889000', '203211.894000', '203211.896000', '203211.899000', '203211.902000', '203211.904000', '203211.907000', '203231.791000', '203231.794000', '203231.796000', '203231.799000', '203231.802000', '203231.804000', '203231.807000', '203231.810000', '203231.812000', '203231.815000', '203231.818000', '203231.820000', '203231.823000', '203231.826000', '203231.828000', '203231.832000', '203231.835000', '203231.838000', '203231.841000', '203231.843000', '203231.846000', '203231.849000', '203231.851000', '203231.854000', '203231.856000', '203231.859000', '203231.862000', '203231.864000', '203231.867000', '203231.870000', '203231.872000', '203231.875000', '203231.878000', '203231.881000', '203231.884000', '203231.888000', '203231.890000', '203231.893000', '203231.896000', '203231.898000', '203231.901000', '203231.904000', '203231.906000', '203251.790000', '203251.793000', '203251.796000', '203251.799000', '203251.801000', '203251.804000', '203251.807000', '203251.809000', '203251.812000', '203251.814000', '203251.817000', '203251.820000', '203251.822000', '203251.825000', '203251.828000', '203251.831000', '203251.833000', '203251.836000', '203251.838000', '203251.841000', '203251.844000', '203251.846000', '203251.849000', '203251.852000', '203251.854000', '203251.857000', '203251.860000', '203251.862000', '203251.865000', '203251.867000', '203251.870000', '203251.873000', '203251.875000', '203251.878000', '203251.881000', '203251.883000', '203251.886000', '203251.888000', '203251.891000', '203251.894000', '203251.896000', '203251.899000', '203251.901000', '203251.904000', '203311.790000', '203311.793000', '203311.796000', '203311.799000', '203311.802000', '203311.805000', '203311.808000', '203311.811000', '203311.813000', '203311.816000', '203311.819000', '203311.821000', '203311.824000', '203311.826000', '203311.829000', '203311.832000', '203311.835000', '203311.837000', '203311.840000', '203311.843000', '203311.851000', '203311.853000', '203311.856000', '203311.859000', '203311.861000', '203311.864000', '203311.867000', '203311.869000', '203311.872000', '203311.874000', '203311.877000', '203311.880000', '203311.882000', '203311.885000', '203311.888000', '203311.890000', '203311.893000', '203311.896000', '203311.898000', '203311.901000', '203311.904000', '203311.906000', '203311.909000', '203331.790000', '203331.793000', '203331.796000', '203331.799000', '203331.801000', '203331.804000', '203331.807000', '203331.809000', '203331.812000', '203331.815000', '203331.817000', '203331.820000', '203331.823000', '203331.825000', '203331.828000', '203331.831000', '203331.833000', '203331.836000', '203331.839000', '203331.841000', '203331.844000', '203331.847000', '203331.849000', '203331.852000', '203331.854000', '203331.857000', '203331.860000', '203331.862000', '203331.865000', '203331.868000', '203331.870000', '203331.873000', '203331.876000', '203331.878000', '203331.881000', '203331.884000', '203331.886000', '203331.889000', '203331.892000', '203331.894000', '203331.897000', '203331.900000', '203331.902000', '203331.905000', '203351.790000', '203351.793000', '203351.795000', '203351.798000', '203351.801000', '203351.803000', '203351.806000', '203351.809000', '203351.811000', '203351.814000', '203351.816000', '203351.819000', '203351.822000', '203351.825000', '203351.827000', '203351.830000', '203351.833000', '203351.835000', '203351.838000', '203351.840000', '203351.843000', '203351.846000', '203351.848000', '203351.851000', '203351.854000', '203351.856000', '203351.859000', '203351.862000', '203351.865000', '203351.868000', '203351.872000', '203351.875000', '203351.878000', '203351.880000', '203351.883000', '203351.885000', '203351.888000', '203351.891000', '203351.894000', '203351.896000', '203351.899000', '203351.901000', '203351.904000', '203411.791000', '203411.793000', '203411.796000', '203411.799000', '203411.802000', '203411.805000', '203411.808000', '203411.810000', '203411.813000', '203411.816000', '203411.818000', '203411.821000', '203411.823000', '203411.826000', '203411.829000', '203411.832000', '203411.834000', '203411.837000', '203411.840000', '203411.842000', '203411.845000', '203411.848000', '203411.850000', '203411.853000', '203411.856000', '203411.858000', '203411.861000', '203411.864000', '203411.866000', '203411.869000', '203411.872000', '203411.874000', '203411.877000', '203411.879000', '203411.882000', '203411.885000', '203411.887000', '203411.890000', '203411.893000', '203411.895000', '203411.898000', '203411.901000', '203411.903000', '203411.906000', '203431.791000', '203431.793000', '203431.796000', '203431.799000', '203431.802000', '203431.804000', '203431.807000', '203431.810000', '203431.812000', '203431.815000', '203431.821000', '203431.824000', '203431.827000', '203431.829000', '203431.832000', '203431.835000', '203431.838000', '203431.840000', '203431.843000', '203431.846000', '203431.848000', '203431.851000', '203431.854000', '203431.856000', '203431.859000', '203431.862000', '203431.864000', '203431.867000', '203431.870000', '203431.872000', '203431.875000', '203431.877000', '203431.880000', '203431.883000', '203431.885000', '203431.888000', '203431.891000', '203431.893000', '203431.896000', '203431.899000', '203431.902000', '203431.904000', '203431.907000', '203451.791000', '203451.793000', '203451.796000', '203451.799000', '203451.802000', '203451.804000', '203451.807000', '203451.809000', '203451.812000', '203451.815000', '203451.817000', '203451.820000', '203451.823000', '203451.825000', '203451.828000', '203451.831000', '203451.833000', '203451.836000', '203451.839000', '203451.841000', '203451.844000', '203451.847000', '203451.849000', '203451.852000', '203451.854000', '203451.857000', '203451.860000', '203451.863000', '203451.865000', '203451.868000', '203451.870000', '203451.873000', '203451.876000', '203451.878000', '203451.881000', '203451.883000', '203451.886000', '203451.889000', '203451.891000', '203451.894000', '203451.897000', '203451.899000', '203451.902000', '203451.905000', '203511.791000', '203511.794000', '203511.797000', '203511.799000', '203511.802000', '203511.805000', '203511.807000', '203511.810000', '203511.812000', '203511.815000', '203511.818000', '203511.820000', '203511.823000', '203511.826000', '203511.828000', '203511.831000', '203511.834000', '203511.836000', '203511.839000', '203511.842000', '203511.844000', '203511.847000', '203511.850000', '203511.852000', '203511.855000', '203511.858000', '203511.860000', '203511.863000', '203511.866000', '203511.869000', '203511.872000', '203511.874000', '203511.879000', '203511.881000', '203511.884000', '203511.887000', '203511.889000', '203511.892000', '203511.895000', '203511.898000', '203511.901000', '203511.903000', '203511.906000', '203531.790000', '203531.792000', '203531.796000', '203531.798000', '203531.801000', '203531.804000', '203531.807000', '203531.809000', '203531.812000', '203531.814000', '203531.817000', '203531.820000', '203531.822000', '203531.825000', '203531.828000', '203531.830000', '203531.833000', '203531.843000', '203531.846000', '203531.848000', '203531.851000', '203531.853000', '203531.856000', '203531.859000', '203531.861000', '203531.864000', '203531.867000', '203531.869000', '203531.872000', '203531.875000', '203531.877000', '203531.880000', '203531.883000', '203531.885000', '203531.888000', '203531.891000', '203531.893000', '203531.896000', '203531.899000', '203531.902000', '203531.904000', '203531.907000', '203531.910000', '203531.912000', '203551.790000', '203551.793000', '203551.795000', '203551.798000', '203551.801000', '203551.803000', '203551.806000', '203551.809000', '203551.811000', '203551.814000', '203551.817000', '203551.819000', '203551.822000', '203551.825000', '203551.827000', '203551.830000', '203551.833000', '203551.835000', '203551.838000', '203551.841000', '203551.843000', '203551.846000', '203551.849000', '203551.851000', '203551.854000', '203551.857000', '203551.859000', '203551.862000', '203551.864000', '203551.867000', '203551.870000', '203551.872000', '203551.875000', '203551.878000', '203551.880000', '203551.883000', '203551.886000', '203551.888000', '203551.891000', '203551.893000', '203551.896000', '203551.899000', '203551.901000', '203609.352000', '203609.355000', '203609.357000', '203609.360000', '203609.363000', '203609.365000', '203609.368000', '203609.371000', '203609.373000', '203609.376000', '203609.379000', '203609.381000', '203609.384000', '203609.387000', '203609.389000', '203609.392000', '203609.395000', '203609.397000', '203609.400000', '203609.403000', '203609.405000', '203609.408000', '203609.411000', '203609.413000', '203609.416000', '203609.419000', '203609.421000', '203609.424000', '203609.427000', '203609.429000', '203609.432000', '203609.435000', '203609.437000', '203609.440000', '203609.443000', '203609.445000', '203609.448000', '203609.451000', '203609.453000'], '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': [14038, 8015, 11700, 16212, 8458, 14775, 9116, 10297, 9089, 8863, 12594, 8245, 10286, 7801, 8199, 15274, 8659, 12228, 8264, 9162, 7507, 7990, 15654, 7394, 12154, 8057, 8553, 7340, 7961, 15444, 7595, 14253, 9397, 9540, 13076, 8824, 15230, 9208, 12016, 8620, 8950, 15223, 9012, 13991, 8044, 9778, 7567, 8376, 15010, 7966, 14197, 8847, 9717, 13479, 9040, 17400, 8637, 13172, 9911, 8908, 14802, 8521, 13969, 7600, 10841, 7819, 8624, 10369, 7824, 15367, 7803, 11916, 7458, 10205, 7894, 8411, 7871, 10243, 8496, 8443, 9077, 7888, 13874, 10146, 15831, 14461, 12181, 11778, 9279, 14012, 8902, 13386, 9418, 11326, 7598, 10316, 7865, 9191, 13585, 8067, 12044, 7725, 10342, 8422, 9335, 14856, 8341, 11712, 7597, 9926, 9560, 8978, 14749, 8952, 13177, 9400, 9588, 14426, 8794, 13537, 8305, 11767, 7671, 9495, 8171, 8708, 8425, 8269, 12284, 8151, 11318, 10077, 11430, 7971, 9482, 7598, 8655, 15806, 9972, 17554, 8627, 14268, 10072, 11503, 8234, 8711, 9205, 9160, 12350, 8979, 10512, 8254, 10122, 8013, 8852, 16250, 8681, 13741, 8725, 11697, 8414, 8709, 14894, 8099, 11030, 8318, 11110, 8080, 9197, 7760, 8793, 14529, 8643, 14775, 8796, 13015, 9216, 9937, 10292, 8519, 17019, 8008, 13464, 7912, 10666, 7700, 8825, 13029, 8699, 10027, 7907, 10086, 7999, 9607, 7752, 8544, 14488, 8587, 12716, 9089, 8886, 15828, 8281, 14448, 8970, 9857, 14212, 8661, 13679, 8035, 10472, 7826, 8660, 10599, 7666, 9655, 7668, 9589, 7438, 8367, 13134, 8209, 11459, 8417, 9939, 12102, 8225, 15469, 9233, 10631, 12326, 8462, 15889, 8194, 10614, 8636, 8983, 13959, 8153, 10929, 7234, 9309, 7500, 8627, 9526, 8019, 10912, 7814, 9954, 7897, 8455, 7369, 8425, 14228, 7977, 11106, 8249, 10209, 7951, 8533, 15868, 10088, 13340, 9542, 10242, 17678, 10622, 15335, 10944, 10966, 8436, 9134, 15509, 8142, 10840, 8495, 9698, 7275, 8667, 9167, 8378, 13115, 9491, 11799, 8440, 9144, 15333, 10195, 15088, 11336, 11590, 8735, 9080, 15428, 8217, 11677, 8822, 9843, 7169, 9210, 7907, 8524, 14013, 8204, 11617, 7826, 10452, 8036, 9150, 10658, 8414, 15506, 8337, 13411, 9138, 10222, 7926, 8764, 12009, 8250, 12741, 8862, 9798, 7993, 9797, 7496, 8568, 7193, 8404, 7843, 7931, 7598, 7299, 9237, 8170, 11878, 10415, 14446, 10840, 15094, 12955, 10471, 17348, 14684, 14469, 10217, 11694, 8813, 9377, 7791, 9071, 7937, 8492, 8412, 7964, 10036, 8414, 9913, 7657, 9270, 7231, 8383, 14522, 10262, 11274, 14826, 10118, 13423, 7796, 11773, 8064, 9163, 14751, 8120, 11579, 7633, 10151, 7500, 8906, 7693, 8348, 7190, 9266, 7360, 7451, 7450, 8959, 9971, 7979, 13338, 7896, 8830, 15289, 8527, 13395, 9600, 10328, 18475, 12725, 14715, 11251, 9689, 18979, 12199, 15516, 11875, 11957, 8744, 10638, 14108, 9690, 12929, 8369, 11127, 7548, 10554, 14284, 8477, 12681, 8369, 10334, 9378, 9211, 12709, 8148, 11718, 8309, 10082, 8670, 9478, 11632, 8950, 13319, 8499, 11187, 8127, 9008, 12171, 8194, 13134, 7416, 11092, 8114, 9633, 7455, 9434, 7396, 9180, 11922, 8617, 12753, 7491, 11572, 8703, 9574, 15070, 7859, 13345, 7506, 9779, 11044, 8265, 13542, 7399, 11707, 7501, 9340, 7311, 8560, 10398, 7983, 9423, 8138, 11398, 7620, 11009, 8385, 10573, 8197, 8943, 9964, 8992, 14892, 9625, 8448, 8667, 15139, 8636, 17232, 11915, 12896, 8966, 7262, 9635, 8177, 14079, 9308, 16127, 12403, 16581, 10980, 13386, 15026, 10865, 16124, 8660, 14901, 9997, 10211, 10993, 8640, 10379, 7983, 10828, 7705, 10277, 7566, 8971, 7155, 8360, 14372, 8228, 11295, 7825, 9319, 16240, 8819, 14683, 10085, 10674, 13071, 8912, 17135, 7942, 13558, 8495, 9778, 7062, 8842, 14519, 7838, 12417, 8634, 9764, 8017, 9241, 9727, 8135, 14583, 8756, 10741, 7629, 9593, 10677, 8741, 15768, 8955, 12246, 7594, 10184, 7676, 9419, 14035, 8761, 14400, 7772, 13619, 8240, 11100, 8933, 9280, 16109, 8037, 13454, 8596, 10676, 10732, 9559, 17052, 8145, 14096, 8865, 10965, 7613, 9332, 13713, 8319, 12220, 8462, 10580, 7790, 9838, 10687, 9134, 16350, 10805, 13001, 7990, 10831, 8793, 10000, 17034, 8624, 13448, 7667, 11044, 8022, 9608, 15202, 8589, 13872, 8265, 11721, 9676, 10020, 19071, 9974, 15614, 10323, 11982, 9780, 8438, 15317, 8529, 12106, 8867, 9601, 8442, 9106, 14397, 8778, 12716, 9224, 10317, 13982, 9001, 14238, 8833, 12401, 8577, 10176, 12536, 8726, 15989, 8525, 11260, 17404, 9120, 15602, 10433, 10591, 13784, 10246, 13072, 8069, 10681, 7700, 9493, 12899, 7930, 10750, 7803, 9514, 13697, 8519, 11742, 7790, 10550, 9954, 9087, 13214, 8951, 10650, 7876, 8756, 14043, 7838, 10924, 7660, 9019, 7367, 8192, 15168, 8279, 12634, 7926, 10657, 10093, 8882, 17531, 8049, 12493, 7656, 9568, 7953, 8779, 8514, 8234, 10747, 7726, 9528, 9604, 8703, 14079, 8083, 11644, 8693, 9050, 17537, 11666, 13990, 8100, 12904, 9487, 9110, 10254, 8427, 16179, 7925, 13335, 7916, 9841, 7844, 8992, 9526, 8213, 14129, 8267, 11770, 8348, 9768, 7687, 8863, 17800, 8414, 14729, 8233, 7848, 8630, 7565, 10399, 8122, 9320, 17582, 11944, 14247, 9993, 12294, 8701, 10762, 7560, 9402, 7547, 10563, 10572, 8957, 13370, 8919, 9440, 7694, 8765, 16549, 10349, 13253, 14248, 9973, 16664, 11564, 13732, 11276, 9529, 16739, 8912, 11937, 7918, 9780, 9457, 8626, 11183, 8135, 9971, 8825, 8772, 11659, 8063, 10516, 8083, 9564, 14841, 8285, 11677, 8391, 10017, 10165, 8749, 13899, 8720, 10907, 7952, 9376, 8383, 8487, 10646, 8448, 10426, 7691, 8924, 16727, 7954, 13460, 9956, 9855, 11076, 8710, 15727, 7892, 10504, 7955, 10324, 8194, 9327, 9634, 8661, 15414, 8458, 11364, 8690, 9204, 15183, 8783, 17182, 11734, 13513, 8353, 10360, 11731, 9021, 16834, 9135, 13307, 8014, 9847, 12083, 9182, 15976, 9186, 13158, 7946, 10607, 7740, 9635, 17562, 9068, 14318, 8122, 12681, 8814, 10570, 7902, 9508, 15584, 8559, 13322, 8946, 12175, 9046, 10015, 16124, 9326, 14811, 11465, 13183, 8920, 10301, 17259, 8507, 14574, 9517, 9954, 7278, 9299, 13805, 8421, 11385, 8644, 9862, 7477, 9310, 16276, 8814, 13260, 9175, 11821, 8731, 10001, 13226, 8996, 13139, 8637, 12588, 8795, 10241, 13657, 9512, 16903, 9675, 15215, 8650, 11703, 13224, 9791, 17614, 10190, 15112, 9204, 10390, 9988, 9749, 15113, 8895, 11807, 8057, 10398, 8165, 9639, 11867, 9209, 8144, 9819, 8191, 9769, 17679, 8967, 14179, 10596, 10219, 10463, 9225, 17480, 9656, 13420, 9823, 10267, 16217, 9120, 16160, 9928, 13023, 9845, 9964, 7743, 10284, 17076, 8858, 13295, 9094, 10583, 7846, 9747, 16361, 8608, 12930, 8980, 10217, 14868, 9205, 16358, 8290, 11228, 9021, 9813, 16861, 9191, 13285, 8294, 10405, 8096, 9627, 9527, 9024, 9855, 8572, 10327, 8739, 7349, 9466, 7645, 12998, 18657, 13181, 15425, 8777, 11542, 12504, 9089, 17737, 9637, 15125, 11908, 12950, 8435, 9964, 7757, 9568, 8102, 8920, 7305, 8812, 7891, 8677, 8947, 9039, 8536, 9410, 7448, 10141, 13737, 10256, 18495, 14229, 15486, 9359, 14147, 9394, 11997, 9563, 9241, 8963, 9551, 16545, 8578, 12528, 8629, 9578, 7849, 9170, 11263, 8328, 12169, 9588, 10363, 8366, 9456, 15646, 8767, 16280, 12390, 12650, 8261, 11404, 9038, 9060, 16951, 9447, 13227, 8065, 9581, 13861, 8450, 15784, 11472, 11321, 8586, 9323, 18959, 8849, 14931, 10346, 12881, 8309, 11102, 8427, 10277, 8395, 9293, 11758, 8732, 15543, 8731, 12788, 16768, 11599, 17510, 10931, 11518, 14642, 9560, 14790, 8969, 11045, 8458, 9267, 14958, 8734, 11093, 8865, 10057, 8060, 9166, 7661, 8988, 12119, 9132, 10838, 8990, 10577, 8482, 9450, 17507, 8991, 14311, 9766, 12976, 8662, 9439, 10397, 8790, 13839, 8791, 10197, 7924, 9152, 18164, 8289, 14756, 10506, 9675, 13217, 9640, 14176, 8689, 10545, 8126, 9134, 7315, 8633, 10940, 8380, 10302, 8925, 11433, 8227, 11245, 9118, 11967, 9373, 11409, 8295, 9238, 15127, 9256, 18649, 14964, 15627, 10256, 14140, 10803, 11101, 8424, 9194, 9186, 9573, 7706, 9028, 11353, 8918, 7823, 8816, 11648, 8603, 11738, 9435, 7638, 9193, 8082, 8761, 17750, 12110, 14269, 9504, 9963, 7366, 9057, 18537, 9213, 17585, 13990, 15331, 9019, 13320, 9514, 9305, 13763, 8858, 11098, 8782, 12021, 8484, 10853, 9231, 9859, 8256, 9851, 8129, 9651, 9783, 9083, 7427, 8886], 'WindowCenter': [4547.0, 4473.0, 4511.0, 4539.0, 4511.0, 4626.0, 4580.0, 4586.0, 4479.0, 4383.0, 4407.0, 4401.0, 4447.0, 4444.0, 4455.0, 4513.0, 4453.0, 4482.0, 4442.0, 4463.0, 4434.0, 4444.0, 4513.0, 4436.0, 4507.0, 4456.0, 4455.0, 4435.0, 4446.0, 4514.0, 4445.0, 4514.0, 4464.0, 4464.0, 4492.0, 4454.0, 4514.0, 4464.0, 4494.0, 4452.0, 4453.0, 4503.0, 4453.0, 4504.0, 4444.0, 4474.0, 4432.0, 4454.0, 4512.0, 4442.0, 4503.0, 4452.0, 4463.0, 4492.0, 4453.0, 4511.0, 4441.0, 4492.0, 4462.0, 4452.0, 4489.0, 4439.0, 4489.0, 4429.0, 4472.0, 4431.0, 4439.0, 4459.0, 4431.0, 4501.0, 4433.0, 4482.0, 4444.0, 4485.0, 4453.0, 4454.0, 4456.0, 4486.0, 4480.0, 4468.0, 4480.0, 4470.0, 4517.0, 4487.0, 4528.0, 4505.0, 4494.0, 4482.0, 4463.0, 4501.0, 4465.0, 4503.0, 4463.0, 4472.0, 4433.0, 4473.0, 4442.0, 4464.0, 4502.0, 4443.0, 4492.0, 4444.0, 4473.0, 4442.0, 4465.0, 4513.0, 4453.0, 4483.0, 4443.0, 4474.0, 4464.0, 4465.0, 4503.0, 4454.0, 4493.0, 4452.0, 4463.0, 4503.0, 4453.0, 4492.0, 4443.0, 4482.0, 4430.0, 4464.0, 4443.0, 4454.0, 4441.0, 4454.0, 4493.0, 4454.0, 4483.0, 4474.0, 4482.0, 4444.0, 4474.0, 4444.0, 4455.0, 4513.0, 4474.0, 4523.0, 4452.0, 4503.0, 4474.0, 4482.0, 4440.0, 4452.0, 4451.0, 4463.0, 4492.0, 4451.0, 4473.0, 4443.0, 4473.0, 4442.0, 4466.0, 4512.0, 4452.0, 4491.0, 4440.0, 4480.0, 4429.0, 4441.0, 4500.0, 4441.0, 4470.0, 4442.0, 4481.0, 4441.0, 4463.0, 4442.0, 4454.0, 4501.0, 4452.0, 4500.0, 4439.0, 4491.0, 4452.0, 4462.0, 4460.0, 4449.0, 4509.0, 4430.0, 4491.0, 4442.0, 4471.0, 4429.0, 4451.0, 4478.0, 4440.0, 4458.0, 4440.0, 4471.0, 4443.0, 4473.0, 4442.0, 4464.0, 4512.0, 4466.0, 4505.0, 4453.0, 4452.0, 4511.0, 4442.0, 4500.0, 4440.0, 4462.0, 4488.0, 4438.0, 4489.0, 4429.0, 4456.0, 4418.0, 4440.0, 4459.0, 4430.0, 4461.0, 4441.0, 4473.0, 4433.0, 4455.0, 4503.0, 4455.0, 4493.0, 4455.0, 4474.0, 4493.0, 4454.0, 4523.0, 4463.0, 4472.0, 4481.0, 4443.0, 4511.0, 4441.0, 4461.0, 4439.0, 4451.0, 4500.0, 4441.0, 4468.0, 4430.0, 4463.0, 4431.0, 4453.0, 4461.0, 4443.0, 4466.0, 4445.0, 4474.0, 4443.0, 4455.0, 4433.0, 4455.0, 4515.0, 4455.0, 4484.0, 4455.0, 4485.0, 4443.0, 4464.0, 4526.0, 4476.0, 4504.0, 4463.0, 4474.0, 4521.0, 4473.0, 4510.0, 4470.0, 4471.0, 4429.0, 4450.0, 4500.0, 4441.0, 4469.0, 4452.0, 4460.0, 4432.0, 4452.0, 4463.0, 4456.0, 4503.0, 4474.0, 4494.0, 4453.0, 4462.0, 4499.0, 4473.0, 4501.0, 4471.0, 4470.0, 4437.0, 4438.0, 4497.0, 4441.0, 4470.0, 4450.0, 4458.0, 4420.0, 4461.0, 4430.0, 4451.0, 4501.0, 4441.0, 4481.0, 4442.0, 4472.0, 4454.0, 4464.0, 4473.0, 4452.0, 4512.0, 4441.0, 4501.0, 4461.0, 4470.0, 4441.0, 4466.0, 4506.0, 4465.0, 4504.0, 4458.0, 4468.0, 4456.0, 4484.0, 4455.0, 4475.0, 4444.0, 4467.0, 4467.0, 4462.0, 4469.0, 4469.0, 4489.0, 4478.0, 4508.0, 4499.0, 4528.0, 4498.0, 4528.0, 4504.0, 4487.0, 4522.0, 4502.0, 4488.0, 4460.0, 4492.0, 4448.0, 4448.0, 4429.0, 4450.0, 4440.0, 4451.0, 4441.0, 4443.0, 4472.0, 4453.0, 4473.0, 4444.0, 4463.0, 4434.0, 4456.0, 4514.0, 4485.0, 4484.0, 4502.0, 4473.0, 4491.0, 4432.0, 4481.0, 4441.0, 4464.0, 4502.0, 4440.0, 4470.0, 4430.0, 4470.0, 4430.0, 4452.0, 4444.0, 4466.0, 4422.0, 4449.0, 4444.0, 4427.0, 4429.0, 4457.0, 4455.0, 4440.0, 4490.0, 4441.0, 4463.0, 4510.0, 4447.0, 4491.0, 4448.0, 4459.0, 4507.0, 4477.0, 4487.0, 4456.0, 4449.0, 4519.0, 4482.0, 4500.0, 4455.0, 4455.0, 4423.0, 4444.0, 4461.0, 4422.0, 4452.0, 4412.0, 4442.0, 4403.0, 4445.0, 4473.0, 4426.0, 4463.0, 4414.0, 4444.0, 4422.0, 4435.0, 4464.0, 4416.0, 4467.0, 4427.0, 4472.0, 4439.0, 4449.0, 4457.0, 4440.0, 4480.0, 4456.0, 4471.0, 4430.0, 4452.0, 4481.0, 4455.0, 4492.0, 4430.0, 4468.0, 4429.0, 4460.0, 4431.0, 4463.0, 4432.0, 4475.0, 4483.0, 4456.0, 4493.0, 4444.0, 4485.0, 4453.0, 4474.0, 4512.0, 4443.0, 4503.0, 4433.0, 4475.0, 4483.0, 4455.0, 4503.0, 4446.0, 4494.0, 4434.0, 4463.0, 4433.0, 4457.0, 4475.0, 4458.0, 4478.0, 4467.0, 4497.0, 4459.0, 4497.0, 4467.0, 4497.0, 4469.0, 4478.0, 4487.0, 4480.0, 4527.0, 4478.0, 4467.0, 4469.0, 4526.0, 4468.0, 4537.0, 4509.0, 4532.0, 4481.0, 4461.0, 4490.0, 4481.0, 4541.0, 4492.0, 4540.0, 4520.0, 4540.0, 4486.0, 4519.0, 4516.0, 4486.0, 4524.0, 4466.0, 4527.0, 4465.0, 4475.0, 4473.0, 4453.0, 4472.0, 4443.0, 4473.0, 4446.0, 4485.0, 4446.0, 4466.0, 4436.0, 4467.0, 4527.0, 4467.0, 4497.0, 4446.0, 4477.0, 4525.0, 4464.0, 4515.0, 4474.0, 4475.0, 4503.0, 4465.0, 4524.0, 4444.0, 4503.0, 4452.0, 4474.0, 4431.0, 4463.0, 4504.0, 4445.0, 4494.0, 4455.0, 4475.0, 4445.0, 4476.0, 4462.0, 4456.0, 4514.0, 4455.0, 4484.0, 4444.0, 4474.0, 4473.0, 4464.0, 4513.0, 4456.0, 4491.0, 4443.0, 4475.0, 4443.0, 4477.0, 4502.0, 4454.0, 4513.0, 4445.0, 4502.0, 4455.0, 4495.0, 4453.0, 4465.0, 4512.0, 4444.0, 4502.0, 4453.0, 4471.0, 4471.0, 4462.0, 4511.0, 4441.0, 4501.0, 4451.0, 4469.0, 4430.0, 4450.0, 4489.0, 4441.0, 4480.0, 4442.0, 4482.0, 4444.0, 4472.0, 4472.0, 4466.0, 4512.0, 4472.0, 4492.0, 4443.0, 4473.0, 4450.0, 4462.0, 4510.0, 4451.0, 4500.0, 4441.0, 4484.0, 4442.0, 4475.0, 4511.0, 4453.0, 4501.0, 4441.0, 4494.0, 4463.0, 4477.0, 4546.0, 4478.0, 4513.0, 4476.0, 4496.0, 4474.0, 4454.0, 4500.0, 4452.0, 4480.0, 4452.0, 4464.0, 4442.0, 4466.0, 4502.0, 4454.0, 4494.0, 4464.0, 4474.0, 4502.0, 4453.0, 4502.0, 4465.0, 4494.0, 4455.0, 4476.0, 4494.0, 4454.0, 4514.0, 4455.0, 4484.0, 4523.0, 4465.0, 4514.0, 4462.0, 4462.0, 4490.0, 4461.0, 4480.0, 4433.0, 4462.0, 4420.0, 4450.0, 4480.0, 4443.0, 4470.0, 4432.0, 4464.0, 4492.0, 4452.0, 4482.0, 4446.0, 4485.0, 4477.0, 4508.0, 4548.0, 4495.0, 4501.0, 4459.0, 4469.0, 4502.0, 4402.0, 4468.0, 4441.0, 4465.0, 4443.0, 4453.0, 4498.0, 4438.0, 4477.0, 4439.0, 4472.0, 4473.0, 4467.0, 4533.0, 4454.0, 4493.0, 4444.0, 4462.0, 4431.0, 4451.0, 4451.0, 4454.0, 4484.0, 4457.0, 4487.0, 4475.0, 4468.0, 4526.0, 4469.0, 4508.0, 4465.0, 4467.0, 4537.0, 4511.0, 4502.0, 4455.0, 4508.0, 4473.0, 4465.0, 4473.0, 4465.0, 4523.0, 4454.0, 4504.0, 4454.0, 4474.0, 4455.0, 4465.0, 4476.0, 4464.0, 4513.0, 4455.0, 4494.0, 4454.0, 4475.0, 4442.0, 4463.0, 4534.0, 4465.0, 4513.0, 4456.0, 4454.0, 4477.0, 4458.0, 4486.0, 4456.0, 4478.0, 4534.0, 4496.0, 4515.0, 4476.0, 4508.0, 4454.0, 4486.0, 4445.0, 4463.0, 4457.0, 4497.0, 4485.0, 4476.0, 4516.0, 4465.0, 4476.0, 4455.0, 4468.0, 4525.0, 4475.0, 4506.0, 4503.0, 4462.0, 4513.0, 4471.0, 4492.0, 4459.0, 4449.0, 4498.0, 4437.0, 4467.0, 4427.0, 4449.0, 4447.0, 4440.0, 4467.0, 4428.0, 4460.0, 4449.0, 4450.0, 4469.0, 4440.0, 4470.0, 4439.0, 4460.0, 4500.0, 4441.0, 4480.0, 4441.0, 4462.0, 4460.0, 4451.0, 4501.0, 4452.0, 4471.0, 4443.0, 4462.0, 4442.0, 4452.0, 4485.0, 4456.0, 4487.0, 4445.0, 4466.0, 4523.0, 4455.0, 4505.0, 4475.0, 4476.0, 4484.0, 4465.0, 4524.0, 4456.0, 4485.0, 4458.0, 4488.0, 4468.0, 4479.0, 4487.0, 4479.0, 4539.0, 4470.0, 4499.0, 4469.0, 4478.0, 4526.0, 4466.0, 4538.0, 4497.0, 4506.0, 4457.0, 4486.0, 4494.0, 4477.0, 4524.0, 4466.0, 4504.0, 4444.0, 4474.0, 4492.0, 4466.0, 4513.0, 4464.0, 4493.0, 4444.0, 4473.0, 4433.0, 4465.0, 4523.0, 4454.0, 4501.0, 4445.0, 4493.0, 4455.0, 4473.0, 4444.0, 4466.0, 4514.0, 4457.0, 4504.0, 4466.0, 4496.0, 4465.0, 4476.0, 4514.0, 4465.0, 4514.0, 4485.0, 4503.0, 4455.0, 4475.0, 4524.0, 4456.0, 4503.0, 4464.0, 4475.0, 4434.0, 4465.0, 4505.0, 4456.0, 4484.0, 4455.0, 4476.0, 4435.0, 4466.0, 4526.0, 4466.0, 4504.0, 4464.0, 4495.0, 4454.0, 4477.0, 4506.0, 4466.0, 4505.0, 4466.0, 4504.0, 4466.0, 4486.0, 4516.0, 4475.0, 4526.0, 4475.0, 4515.0, 4454.0, 4493.0, 4492.0, 4476.0, 4523.0, 4473.0, 4501.0, 4452.0, 4462.0, 4461.0, 4462.0, 4502.0, 4453.0, 4482.0, 4443.0, 4473.0, 4455.0, 4465.0, 4508.0, 4478.0, 4456.0, 4489.0, 4455.0, 4487.0, 4537.0, 4478.0, 4517.0, 4475.0, 4476.0, 4485.0, 4480.0, 4537.0, 4478.0, 4506.0, 4462.0, 4463.0, 4512.0, 4452.0, 4511.0, 4462.0, 4491.0, 4462.0, 4462.0, 4431.0, 4462.0, 4509.0, 4451.0, 4492.0, 4452.0, 4471.0, 4430.0, 4462.0, 4510.0, 4440.0, 4491.0, 4453.0, 4461.0, 4500.0, 4451.0, 4509.0, 4430.0, 4470.0, 4440.0, 4461.0, 4510.0, 4450.0, 4490.0, 4441.0, 4460.0, 4430.0, 4462.0, 4460.0, 4464.0, 4473.0, 4467.0, 4499.0, 4480.0, 4459.0, 4489.0, 4460.0, 4532.0, 4551.0, 4509.0, 4515.0, 4468.0, 4485.0, 4493.0, 4453.0, 4524.0, 4464.0, 4501.0, 4482.0, 4491.0, 4427.0, 4447.0, 4418.0, 4461.0, 4441.0, 4490.0, 4471.0, 4505.0, 4482.0, 4481.0, 4467.0, 4451.0, 4439.0, 4464.0, 4434.0, 4478.0, 4506.0, 4486.0, 4536.0, 4506.0, 4514.0, 4453.0, 4501.0, 4465.0, 4483.0, 4463.0, 4453.0, 4441.0, 4462.0, 4512.0, 4454.0, 4494.0, 4442.0, 4461.0, 4443.0, 4463.0, 4472.0, 4456.0, 4484.0, 4465.0, 4472.0, 4454.0, 4476.0, 4513.0, 4467.0, 4512.0, 4494.0, 4488.0, 4454.0, 4484.0, 4453.0, 4465.0, 4523.0, 4463.0, 4503.0, 4445.0, 4477.0, 4502.0, 4443.0, 4512.0, 4482.0, 4471.0, 4440.0, 4462.0, 4533.0, 4453.0, 4502.0, 4463.0, 4493.0, 4456.0, 4496.0, 4468.0, 4474.0, 4453.0, 4466.0, 4495.0, 4464.0, 4514.0, 4454.0, 4506.0, 4523.0, 4482.0, 4522.0, 4460.0, 4472.0, 4489.0, 4448.0, 4487.0, 4439.0, 4468.0, 4428.0, 4451.0, 4498.0, 4439.0, 4467.0, 4439.0, 4460.0, 4429.0, 4451.0, 4429.0, 4451.0, 4480.0, 4453.0, 4471.0, 4452.0, 4462.0, 4441.0, 4463.0, 4521.0, 4454.0, 4500.0, 4462.0, 4490.0, 4453.0, 4453.0, 4462.0, 4454.0, 4501.0, 4454.0, 4473.0, 4443.0, 4465.0, 4531.0, 4454.0, 4514.0, 4473.0, 4463.0, 4492.0, 4463.0, 4518.0, 4469.0, 4499.0, 4470.0, 4474.0, 4435.0, 4469.0, 4486.0, 4468.0, 4488.0, 4477.0, 4495.0, 4467.0, 4496.0, 4478.0, 4508.0, 4478.0, 4495.0, 4467.0, 4476.0, 4515.0, 4475.0, 4534.0, 4513.0, 4512.0, 4474.0, 4502.0, 4473.0, 4482.0, 4442.0, 4462.0, 4462.0, 4462.0, 4432.0, 4464.0, 4483.0, 4455.0, 4433.0, 4463.0, 4483.0, 4455.0, 4483.0, 4463.0, 4445.0, 4475.0, 4455.0, 4466.0, 4536.0, 4491.0, 4514.0, 4476.0, 4475.0, 4434.0, 4463.0, 4531.0, 4464.0, 4524.0, 4501.0, 4500.0, 4450.0, 4490.0, 4450.0, 4450.0, 4489.0, 4451.0, 4470.0, 4441.0, 4479.0, 4452.0, 4471.0, 4452.0, 4457.0, 4443.0, 4472.0, 4443.0, 4475.0, 4462.0, 4463.0, 4429.0, 4464.0], 'WindowWidth': [9976.0, 9869.0, 9914.0, 9948.0, 9935.0, 10125.0, 10066.0, 10064.0, 9868.0, 9682.0, 9705.0, 9723.0, 9798.0, 9808.0, 9826.0, 9900.0, 9820.0, 9855.0, 9802.0, 9831.0, 9795.0, 9809.0, 9900.0, 9800.0, 9900.0, 9829.0, 9824.0, 9796.0, 9813.0, 9902.0, 9813.0, 9905.0, 9834.0, 9834.0, 9870.0, 9821.0, 9903.0, 9835.0, 9875.0, 9815.0, 9819.0, 9886.0, 9818.0, 9888.0, 9811.0, 9849.0, 9790.0, 9822.0, 9897.0, 9804.0, 9886.0, 9817.0, 9831.0, 9869.0, 9818.0, 9895.0, 9798.0, 9869.0, 9828.0, 9813.0, 9859.0, 9794.0, 9860.0, 9779.0, 9844.0, 9786.0, 9794.0, 9819.0, 9786.0, 9880.0, 9794.0, 9856.0, 9812.0, 9867.0, 9821.0, 9822.0, 9830.0, 9873.0, 9874.0, 9852.0, 9872.0, 9857.0, 9914.0, 9875.0, 9932.0, 9894.0, 9876.0, 9856.0, 9832.0, 9882.0, 9839.0, 9887.0, 9832.0, 9842.0, 9793.0, 9847.0, 9805.0, 9835.0, 9885.0, 9806.0, 9869.0, 9807.0, 9847.0, 9803.0, 9839.0, 9902.0, 9820.0, 9858.0, 9808.0, 9850.0, 9835.0, 9839.0, 9887.0, 9821.0, 9872.0, 9814.0, 9832.0, 9887.0, 9820.0, 9868.0, 9804.0, 9855.0, 9784.0, 9835.0, 9807.0, 9821.0, 9802.0, 9825.0, 9874.0, 9824.0, 9858.0, 9849.0, 9859.0, 9809.0, 9849.0, 9810.0, 9825.0, 9900.0, 9850.0, 9914.0, 9818.0, 9886.0, 9849.0, 9856.0, 9799.0, 9817.0, 9812.0, 9831.0, 9870.0, 9814.0, 9845.0, 9805.0, 9847.0, 9803.0, 9841.0, 9898.0, 9815.0, 9866.0, 9795.0, 9848.0, 9779.0, 9798.0, 9877.0, 9798.0, 9837.0, 9803.0, 9855.0, 9801.0, 9832.0, 9806.0, 9822.0, 9881.0, 9816.0, 9878.0, 9795.0, 9868.0, 9816.0, 9828.0, 9823.0, 9809.0, 9892.0, 9782.0, 9867.0, 9803.0, 9839.0, 9781.0, 9811.0, 9845.0, 9797.0, 9820.0, 9798.0, 9842.0, 9806.0, 9848.0, 9805.0, 9837.0, 9900.0, 9843.0, 9894.0, 9820.0, 9818.0, 9896.0, 9800.0, 9878.0, 9796.0, 9828.0, 9858.0, 9792.0, 9859.0, 9778.0, 9811.0, 9763.0, 9795.0, 9819.0, 9784.0, 9828.0, 9804.0, 9848.0, 9793.0, 9825.0, 9888.0, 9826.0, 9876.0, 9824.0, 9850.0, 9872.0, 9823.0, 9917.0, 9833.0, 9842.0, 9854.0, 9804.0, 9894.0, 9799.0, 9825.0, 9794.0, 9813.0, 9876.0, 9800.0, 9833.0, 9785.0, 9835.0, 9786.0, 9818.0, 9828.0, 9805.0, 9831.0, 9813.0, 9849.0, 9807.0, 9827.0, 9795.0, 9827.0, 9910.0, 9827.0, 9863.0, 9826.0, 9868.0, 9809.0, 9839.0, 9926.0, 9855.0, 9892.0, 9834.0, 9850.0, 9913.0, 9845.0, 9895.0, 9836.0, 9839.0, 9780.0, 9810.0, 9879.0, 9801.0, 9836.0, 9816.0, 9825.0, 9792.0, 9819.0, 9833.0, 9830.0, 9889.0, 9851.0, 9876.0, 9818.0, 9830.0, 9878.0, 9845.0, 9880.0, 9840.0, 9837.0, 9788.0, 9791.0, 9870.0, 9798.0, 9836.0, 9809.0, 9818.0, 9771.0, 9827.0, 9783.0, 9815.0, 9880.0, 9802.0, 9853.0, 9803.0, 9843.0, 9825.0, 9837.0, 9847.0, 9819.0, 9897.0, 9801.0, 9883.0, 9828.0, 9838.0, 9802.0, 9847.0, 9899.0, 9845.0, 9893.0, 9826.0, 9838.0, 9832.0, 9869.0, 9834.0, 9861.0, 9815.0, 9846.0, 9851.0, 9840.0, 9856.0, 9858.0, 9882.0, 9869.0, 9907.0, 9895.0, 9933.0, 9892.0, 9933.0, 9892.0, 9871.0, 9917.0, 9883.0, 9860.0, 9822.0, 9873.0, 9804.0, 9804.0, 9781.0, 9812.0, 9796.0, 9815.0, 9801.0, 9808.0, 9845.0, 9819.0, 9847.0, 9812.0, 9836.0, 9796.0, 9828.0, 9906.0, 9868.0, 9863.0, 9884.0, 9845.0, 9867.0, 9788.0, 9853.0, 9799.0, 9836.0, 9884.0, 9798.0, 9838.0, 9785.0, 9838.0, 9785.0, 9817.0, 9812.0, 9845.0, 9779.0, 9805.0, 9811.0, 9780.0, 9786.0, 9822.0, 9812.0, 9798.0, 9867.0, 9801.0, 9832.0, 9893.0, 9806.0, 9869.0, 9805.0, 9820.0, 9882.0, 9839.0, 9855.0, 9811.0, 9807.0, 9905.0, 9857.0, 9878.0, 9805.0, 9806.0, 9761.0, 9790.0, 9807.0, 9755.0, 9794.0, 9743.0, 9784.0, 9734.0, 9793.0, 9828.0, 9770.0, 9815.0, 9750.0, 9790.0, 9755.0, 9781.0, 9818.0, 9755.0, 9826.0, 9771.0, 9842.0, 9791.0, 9800.0, 9810.0, 9792.0, 9847.0, 9828.0, 9839.0, 9779.0, 9814.0, 9855.0, 9827.0, 9868.0, 9784.0, 9829.0, 9782.0, 9823.0, 9787.0, 9832.0, 9792.0, 9854.0, 9860.0, 9828.0, 9873.0, 9810.0, 9865.0, 9820.0, 9850.0, 9898.0, 9807.0, 9887.0, 9795.0, 9852.0, 9859.0, 9824.0, 9888.0, 9815.0, 9878.0, 9797.0, 9835.0, 9793.0, 9829.0, 9851.0, 9836.0, 9864.0, 9849.0, 9887.0, 9839.0, 9888.0, 9848.0, 9888.0, 9853.0, 9865.0, 9875.0, 9869.0, 9928.0, 9863.0, 9846.0, 9851.0, 9924.0, 9848.0, 9941.0, 9905.0, 9942.0, 9871.0, 9847.0, 9883.0, 9875.0, 9955.0, 9889.0, 9952.0, 9924.0, 9953.0, 9870.0, 9920.0, 9910.0, 9868.0, 9918.0, 9841.0, 9929.0, 9837.0, 9853.0, 9845.0, 9820.0, 9842.0, 9807.0, 9847.0, 9817.0, 9866.0, 9815.0, 9845.0, 9803.0, 9848.0, 9926.0, 9847.0, 9885.0, 9816.0, 9858.0, 9922.0, 9838.0, 9908.0, 9849.0, 9851.0, 9887.0, 9837.0, 9919.0, 9809.0, 9890.0, 9818.0, 9849.0, 9790.0, 9836.0, 9889.0, 9814.0, 9878.0, 9824.0, 9853.0, 9811.0, 9854.0, 9832.0, 9829.0, 9906.0, 9826.0, 9862.0, 9809.0, 9850.0, 9846.0, 9838.0, 9901.0, 9826.0, 9869.0, 9808.0, 9852.0, 9811.0, 9861.0, 9887.0, 9823.0, 9902.0, 9812.0, 9886.0, 9829.0, 9881.0, 9820.0, 9838.0, 9900.0, 9810.0, 9886.0, 9818.0, 9842.0, 9840.0, 9830.0, 9895.0, 9801.0, 9881.0, 9811.0, 9835.0, 9782.0, 9811.0, 9863.0, 9801.0, 9852.0, 9803.0, 9860.0, 9809.0, 9846.0, 9844.0, 9842.0, 9900.0, 9843.0, 9870.0, 9804.0, 9845.0, 9811.0, 9830.0, 9893.0, 9816.0, 9879.0, 9804.0, 9862.0, 9805.0, 9852.0, 9897.0, 9820.0, 9881.0, 9802.0, 9876.0, 9834.0, 9859.0, 9953.0, 9859.0, 9899.0, 9854.0, 9882.0, 9850.0, 9822.0, 9875.0, 9814.0, 9850.0, 9815.0, 9834.0, 9802.0, 9838.0, 9884.0, 9821.0, 9876.0, 9833.0, 9848.0, 9882.0, 9817.0, 9883.0, 9838.0, 9875.0, 9826.0, 9854.0, 9875.0, 9822.0, 9903.0, 9824.0, 9862.0, 9913.0, 9837.0, 9900.0, 9826.0, 9827.0, 9860.0, 9824.0, 9850.0, 9791.0, 9826.0, 9768.0, 9811.0, 9849.0, 9802.0, 9838.0, 9788.0, 9836.0, 9869.0, 9816.0, 9857.0, 9817.0, 9866.0, 9857.0, 9923.0, 9979.0, 9898.0, 9894.0, 9834.0, 9848.0, 9882.0, 9728.0, 9831.0, 9800.0, 9841.0, 9808.0, 9820.0, 9873.0, 9791.0, 9844.0, 9794.0, 9844.0, 9847.0, 9845.0, 9930.0, 9826.0, 9874.0, 9810.0, 9831.0, 9787.0, 9816.0, 9815.0, 9824.0, 9865.0, 9833.0, 9875.0, 9854.0, 9849.0, 9925.0, 9853.0, 9905.0, 9841.0, 9844.0, 9943.0, 9912.0, 9886.0, 9827.0, 9904.0, 9849.0, 9839.0, 9849.0, 9841.0, 9917.0, 9823.0, 9893.0, 9824.0, 9851.0, 9826.0, 9842.0, 9855.0, 9840.0, 9904.0, 9830.0, 9878.0, 9824.0, 9853.0, 9805.0, 9836.0, 9931.0, 9842.0, 9902.0, 9830.0, 9825.0, 9864.0, 9840.0, 9873.0, 9831.0, 9862.0, 9934.0, 9882.0, 9909.0, 9856.0, 9903.0, 9821.0, 9871.0, 9813.0, 9836.0, 9836.0, 9891.0, 9868.0, 9857.0, 9912.0, 9842.0, 9856.0, 9828.0, 9848.0, 9923.0, 9853.0, 9895.0, 9889.0, 9830.0, 9902.0, 9839.0, 9870.0, 9819.0, 9805.0, 9872.0, 9788.0, 9829.0, 9772.0, 9804.0, 9801.0, 9795.0, 9828.0, 9777.0, 9824.0, 9810.0, 9813.0, 9834.0, 9799.0, 9838.0, 9795.0, 9824.0, 9880.0, 9801.0, 9851.0, 9801.0, 9829.0, 9825.0, 9814.0, 9882.0, 9817.0, 9842.0, 9806.0, 9832.0, 9803.0, 9819.0, 9867.0, 9830.0, 9871.0, 9815.0, 9844.0, 9916.0, 9828.0, 9894.0, 9855.0, 9857.0, 9863.0, 9840.0, 9918.0, 9828.0, 9868.0, 9836.0, 9875.0, 9851.0, 9867.0, 9875.0, 9866.0, 9948.0, 9855.0, 9892.0, 9852.0, 9864.0, 9924.0, 9845.0, 9945.0, 9885.0, 9897.0, 9830.0, 9870.0, 9877.0, 9859.0, 9919.0, 9840.0, 9891.0, 9808.0, 9849.0, 9872.0, 9841.0, 9901.0, 9836.0, 9872.0, 9807.0, 9847.0, 9792.0, 9838.0, 9913.0, 9821.0, 9882.0, 9810.0, 9872.0, 9822.0, 9846.0, 9809.0, 9840.0, 9904.0, 9831.0, 9889.0, 9841.0, 9882.0, 9839.0, 9855.0, 9904.0, 9838.0, 9902.0, 9864.0, 9888.0, 9823.0, 9852.0, 9916.0, 9827.0, 9888.0, 9834.0, 9851.0, 9795.0, 9840.0, 9891.0, 9829.0, 9864.0, 9824.0, 9853.0, 9798.0, 9841.0, 9921.0, 9840.0, 9890.0, 9836.0, 9877.0, 9824.0, 9859.0, 9897.0, 9842.0, 9893.0, 9843.0, 9892.0, 9842.0, 9871.0, 9910.0, 9854.0, 9923.0, 9852.0, 9905.0, 9821.0, 9874.0, 9871.0, 9852.0, 9914.0, 9846.0, 9882.0, 9814.0, 9828.0, 9827.0, 9830.0, 9883.0, 9817.0, 9855.0, 9807.0, 9847.0, 9825.0, 9839.0, 9903.0, 9860.0, 9829.0, 9878.0, 9827.0, 9873.0, 9943.0, 9863.0, 9912.0, 9852.0, 9855.0, 9867.0, 9867.0, 9942.0, 9862.0, 9896.0, 9829.0, 9831.0, 9896.0, 9815.0, 9895.0, 9827.0, 9867.0, 9825.0, 9829.0, 9786.0, 9827.0, 9889.0, 9813.0, 9871.0, 9814.0, 9838.0, 9783.0, 9829.0, 9892.0, 9797.0, 9865.0, 9818.0, 9826.0, 9877.0, 9811.0, 9888.0, 9781.0, 9836.0, 9795.0, 9826.0, 9890.0, 9809.0, 9862.0, 9798.0, 9822.0, 9783.0, 9829.0, 9823.0, 9834.0, 9847.0, 9847.0, 9893.0, 9870.0, 9839.0, 9880.0, 9842.0, 9943.0, 9969.0, 9905.0, 9907.0, 9847.0, 9866.0, 9872.0, 9817.0, 9917.0, 9835.0, 9882.0, 9854.0, 9866.0, 9773.0, 9800.0, 9763.0, 9827.0, 9801.0, 9886.0, 9865.0, 9914.0, 9878.0, 9874.0, 9847.0, 9811.0, 9791.0, 9834.0, 9795.0, 9859.0, 9895.0, 9871.0, 9938.0, 9895.0, 9903.0, 9818.0, 9881.0, 9837.0, 9859.0, 9829.0, 9818.0, 9797.0, 9829.0, 9896.0, 9822.0, 9874.0, 9801.0, 9826.0, 9807.0, 9832.0, 9840.0, 9826.0, 9860.0, 9837.0, 9845.0, 9822.0, 9855.0, 9901.0, 9846.0, 9900.0, 9875.0, 9862.0, 9822.0, 9861.0, 9818.0, 9839.0, 9916.0, 9832.0, 9888.0, 9812.0, 9856.0, 9883.0, 9804.0, 9896.0, 9854.0, 9838.0, 9796.0, 9828.0, 9930.0, 9819.0, 9881.0, 9831.0, 9872.0, 9831.0, 9886.0, 9849.0, 9851.0, 9820.0, 9841.0, 9878.0, 9839.0, 9904.0, 9822.0, 9894.0, 9913.0, 9856.0, 9912.0, 9822.0, 9839.0, 9859.0, 9804.0, 9854.0, 9793.0, 9832.0, 9777.0, 9811.0, 9870.0, 9794.0, 9827.0, 9793.0, 9822.0, 9780.0, 9811.0, 9781.0, 9812.0, 9851.0, 9816.0, 9839.0, 9814.0, 9827.0, 9798.0, 9830.0, 9907.0, 9819.0, 9876.0, 9829.0, 9864.0, 9819.0, 9818.0, 9829.0, 9820.0, 9881.0, 9821.0, 9845.0, 9806.0, 9836.0, 9924.0, 9821.0, 9902.0, 9843.0, 9832.0, 9868.0, 9833.0, 9914.0, 9851.0, 9895.0, 9858.0, 9852.0, 9800.0, 9852.0, 9868.0, 9849.0, 9878.0, 9859.0, 9881.0, 9847.0, 9885.0, 9864.0, 9903.0, 9861.0, 9885.0, 9846.0, 9857.0, 9906.0, 9854.0, 9932.0, 9901.0, 9898.0, 9847.0, 9884.0, 9845.0, 9857.0, 9803.0, 9829.0, 9830.0, 9829.0, 9789.0, 9838.0, 9860.0, 9823.0, 9792.0, 9832.0, 9858.0, 9823.0, 9858.0, 9834.0, 9812.0, 9854.0, 9828.0, 9843.0, 9940.0, 9873.0, 9904.0, 9855.0, 9852.0, 9794.0, 9834.0, 9924.0, 9834.0, 9916.0, 9881.0, 9878.0, 9811.0, 9862.0, 9809.0, 9810.0, 9858.0, 9812.0, 9836.0, 9799.0, 9848.0, 9817.0, 9842.0, 9816.0, 9819.0, 9806.0, 9843.0, 9807.0, 9852.0, 9829.0, 9832.0, 9784.0, 9835.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.0022192454394693206</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.031577540713101156</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.70519112376758</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1898375388962659</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.013978620572614</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4626</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7210.3442</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10989524404289588</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.208955223880597</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6160719615673385</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5643710297697213</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8132335692909214</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4706112856413727</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0133318</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010596957057714462</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020299021154642105</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6406593376474263</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.4641</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9848</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.1065</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301714.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>842.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.3865</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7907</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>638.9015</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3646.964</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3880.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1047.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4908.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1065.7339</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.232089605764486</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> |