=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
135 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
135 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-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-01/func/sub-0100_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>b206f033822a224dffcc4d9edfd33840</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>15:14:49.260000</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.99971, 0.0213447, -0.0111396, -0.0230357, 0.982529, -0.184679]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.125004</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>[4238, -7769, -7233, 98, -149, -54, 54, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>370ff34a-2f8b-4d61-9433-e56f55c1be49||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.6821491718292236, -0.06180316209793091, -0.01890825480222702, 112.98595428466797], [-0.05726630240678787, 2.6360533237457275, -0.49918144941329956, -86.59651947021484], [-0.029886726289987564, 0.49548012018203735, 2.6533865928649902, -95.28754425048828], [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': ['151449.260000', '151449.720000', '151450.180000', '151450.640000', '151451.100000', '151451.560000', '151452.020000', '151452.480000', '151452.940000', '151453.400000', '151453.860000', '151454.320000', '151454.780000', '151455.240000', '151455.700000', '151456.160000', '151456.620000', '151457.080000', '151457.540000', '151458.000000', '151458.460000', '151458.920000', '151459.380000', '151459.840000', '151500.300000', '151500.760000', '151501.220000', '151501.680000', '151502.140000', '151502.600000', '151503.060000', '151503.520000', '151503.980000', '151504.440000', '151504.900000', '151505.360000', '151505.820000', '151506.280000', '151506.740000', '151507.200000', '151507.660000', '151508.120000', '151508.580000', '151509.040000', '151509.500000', '151509.960000', '151510.420000', '151510.880000', '151511.340000', '151511.800000', '151512.260000', '151512.720000', '151513.180000', '151513.640000', '151514.100000', '151514.560000', '151515.020000', '151515.480000', '151515.940000', '151516.400000', '151516.860000', '151517.320000', '151517.780000', '151518.240000', '151518.700000', '151519.160000', '151519.620000', '151520.080000', '151520.540000', '151521.000000', '151521.460000', '151521.920000', '151522.380000', '151522.840000', '151523.300000', '151523.760000', '151524.220000', '151524.680000', '151525.140000', '151525.600000', '151526.060000', '151526.520000', '151526.980000', '151527.440000', '151527.900000', '151528.360000', '151528.820000', '151529.280000', '151529.740000', '151530.200000', '151530.660000', '151531.120000', '151531.580000', '151532.040000', '151532.500000', '151532.960000', '151533.420000', '151533.880000', '151534.340000', '151534.800000', '151535.260000', '151535.720000', '151536.180000', '151536.640000', '151537.100000', '151537.560000', '151538.020000', '151538.480000', '151538.940000', '151539.400000', '151539.860000', '151540.320000', '151540.780000', '151541.240000', '151541.700000', '151542.160000', '151542.620000', '151543.080000', '151543.540000', '151544.000000', '151544.460000', '151544.920000', '151545.380000', '151545.840000', '151546.300000', '151546.760000', '151547.220000', '151547.680000', '151548.140000', '151548.600000', '151549.060000', '151549.520000', '151549.980000', '151550.440000', '151550.900000', '151551.360000', '151551.820000', '151552.280000', '151552.740000', '151553.200000', '151553.660000', '151554.120000', '151554.580000', '151555.040000', '151555.500000', '151555.960000', '151556.420000', '151556.880000', '151557.340000', '151557.800000', '151558.260000', '151558.720000', '151559.180000', '151559.640000', '151600.100000', '151600.560000', '151601.020000', '151601.480000', '151601.940000', '151602.400000', '151602.860000', '151603.320000', '151603.780000', '151604.240000', '151604.700000', '151605.160000', '151605.620000', '151606.080000', '151606.540000', '151607.000000', '151607.460000', '151607.920000', '151608.380000', '151608.840000', '151609.300000', '151609.760000', '151610.220000', '151610.680000', '151611.140000', '151611.600000', '151612.060000', '151612.520000', '151612.980000', '151613.440000', '151613.900000', '151614.360000', '151614.820000', '151615.280000', '151615.740000', '151616.200000', '151616.660000', '151617.120000', '151617.580000', '151618.040000', '151618.500000', '151618.960000', '151619.420000', '151619.880000', '151620.340000', '151620.800000', '151621.260000', '151621.720000', '151622.180000', '151622.640000', '151623.100000', '151623.560000', '151624.020000', '151624.480000', '151624.940000', '151625.400000', '151625.860000', '151626.320000', '151626.780000', '151627.240000', '151627.700000', '151628.160000', '151628.620000', '151629.080000', '151629.540000', '151630.000000', '151630.460000', '151630.920000', '151631.380000', '151631.840000', '151632.300000', '151632.760000', '151633.220000', '151633.680000', '151634.140000', '151634.600000', '151635.060000', '151635.520000', '151635.980000', '151636.440000', '151636.900000', '151637.360000', '151637.820000', '151638.280000', '151638.740000', '151639.200000', '151639.660000', '151640.120000', '151640.580000', '151641.040000', '151641.500000', '151641.960000', '151642.420000', '151642.880000', '151643.340000', '151643.800000', '151644.260000', '151644.720000', '151645.180000', '151645.640000', '151646.100000', '151646.560000', '151647.020000', '151647.480000', '151647.940000', '151648.400000', '151648.860000', '151649.320000', '151649.780000', '151650.240000', '151650.700000', '151651.160000', '151651.620000', '151652.080000', '151652.540000', '151653.000000', '151653.460000', '151653.920000', '151654.380000', '151654.840000', '151655.300000', '151655.760000', '151656.220000', '151656.680000', '151657.140000', '151657.600000', '151658.060000', '151658.520000', '151658.980000', '151659.440000', '151659.900000', '151700.360000', '151700.820000', '151701.280000', '151701.740000', '151702.200000', '151702.660000', '151703.120000', '151703.580000', '151704.040000', '151704.500000', '151704.960000', '151705.420000', '151705.880000', '151706.340000', '151706.800000', '151707.260000', '151707.720000', '151708.180000', '151708.640000', '151709.100000', '151709.560000', '151710.020000', '151710.480000', '151710.940000', '151711.400000', '151711.860000', '151712.320000', '151712.780000', '151713.240000', '151713.700000', '151714.160000', '151714.620000', '151715.080000', '151715.540000', '151716.000000', '151716.460000', '151716.920000', '151717.380000', '151717.840000', '151718.300000', '151718.760000', '151719.220000', '151719.680000', '151720.140000', '151720.600000', '151721.060000', '151721.520000', '151721.980000', '151722.440000', '151722.900000', '151723.360000', '151723.820000', '151724.280000', '151724.740000', '151725.200000', '151725.660000', '151726.120000', '151726.580000', '151727.040000', '151727.500000', '151727.960000', '151728.420000', '151728.880000', '151729.340000', '151729.800000', '151730.260000', '151730.720000', '151731.180000', '151731.640000', '151732.100000', '151732.560000', '151733.020000', '151733.480000', '151733.940000', '151734.400000', '151734.860000', '151735.320000', '151735.780000', '151736.240000', '151736.700000', '151737.160000', '151737.620000', '151738.080000', '151738.540000', '151739.000000', '151739.460000', '151739.920000', '151740.380000', '151740.840000', '151741.300000', '151741.760000', '151742.220000', '151742.680000', '151743.140000', '151743.600000', '151744.060000', '151744.520000', '151744.980000', '151745.440000', '151745.900000', '151746.360000', '151746.820000', '151747.280000', '151747.740000', '151748.200000', '151748.660000', '151749.120000', '151749.580000', '151750.040000', '151750.500000', '151750.960000', '151751.420000', '151751.880000', '151752.340000', '151752.800000', '151753.260000', '151753.720000', '151754.180000', '151754.640000', '151755.100000', '151755.560000', '151756.020000', '151756.480000', '151756.940000', '151757.400000', '151757.860000', '151758.320000', '151758.780000', '151759.240000', '151759.700000', '151800.160000', '151800.620000', '151801.080000', '151801.540000', '151802.000000', '151802.460000', '151802.920000', '151803.380000', '151803.840000', '151804.300000', '151804.760000', '151805.220000', '151805.680000', '151806.140000', '151806.600000', '151807.060000', '151807.520000', '151807.980000', '151808.440000', '151808.900000', '151809.360000', '151809.820000', '151810.280000', '151810.740000', '151811.200000', '151811.660000', '151812.120000', '151812.580000', '151813.040000', '151813.500000', '151813.960000', '151814.420000', '151814.880000', '151815.340000', '151815.800000', '151816.260000', '151816.720000', '151817.180000', '151817.640000', '151818.100000', '151818.560000', '151819.020000', '151819.480000', '151819.940000', '151820.400000', '151820.860000', '151821.320000', '151821.780000', '151822.240000', '151822.700000', '151823.160000', '151823.620000', '151824.080000', '151824.540000', '151825.000000', '151825.460000', '151825.920000', '151826.380000', '151826.840000', '151827.300000', '151827.760000', '151828.220000', '151828.680000', '151829.140000', '151829.600000', '151830.060000', '151830.520000', '151830.980000', '151831.440000', '151831.900000', '151832.360000', '151832.820000', '151833.280000', '151833.740000', '151834.200000', '151834.660000', '151835.120000', '151835.580000', '151836.040000', '151836.500000', '151836.960000', '151837.420000', '151837.880000', '151838.340000', '151838.800000', '151839.260000', '151839.720000', '151840.180000', '151840.640000', '151841.100000', '151841.560000', '151842.020000', '151842.480000', '151842.940000', '151843.400000', '151843.860000', '151844.320000', '151844.780000', '151845.240000', '151845.700000', '151846.160000', '151846.620000', '151847.080000', '151847.540000', '151848.000000', '151848.460000', '151848.920000', '151849.380000', '151849.840000', '151850.300000', '151850.760000', '151851.220000', '151851.680000', '151852.140000', '151852.600000', '151853.060000', '151853.520000', '151853.980000', '151854.440000', '151854.900000', '151855.360000', '151855.820000', '151856.280000', '151856.740000', '151857.200000', '151857.660000', '151858.120000', '151858.580000', '151859.040000', '151859.500000', '151859.960000', '151900.420000', '151900.880000', '151901.340000', '151901.800000', '151902.260000', '151902.720000', '151903.180000', '151903.640000', '151904.100000', '151904.560000', '151905.020000', '151905.480000', '151905.940000', '151906.400000', '151906.860000', '151907.320000', '151907.780000', '151908.240000', '151908.700000', '151909.160000', '151909.620000', '151910.080000', '151910.540000', '151911.000000', '151911.460000', '151911.920000', '151912.380000', '151912.840000', '151913.300000', '151913.760000', '151914.220000', '151914.680000', '151915.140000', '151915.600000', '151916.060000', '151916.520000', '151916.980000', '151917.440000', '151917.900000', '151918.360000', '151918.820000', '151919.280000', '151919.740000', '151920.200000', '151920.660000', '151921.120000', '151921.580000', '151922.040000', '151922.500000', '151922.960000', '151923.420000', '151923.880000', '151924.340000', '151924.800000', '151925.260000', '151925.720000', '151926.180000', '151926.640000', '151927.100000', '151927.560000', '151928.020000', '151928.480000', '151928.940000', '151929.400000', '151929.860000', '151930.320000', '151930.780000', '151931.240000', '151931.700000', '151932.160000', '151932.620000', '151933.080000', '151933.540000', '151934.000000', '151934.460000', '151934.920000', '151935.380000', '151935.840000', '151936.300000', '151936.760000', '151937.220000', '151937.680000', '151938.140000', '151938.600000', '151939.060000', '151939.520000', '151939.980000', '151940.440000', '151940.900000', '151941.360000', '151941.820000', '151942.280000', '151942.740000', '151943.200000', '151943.660000', '151944.120000', '151944.580000', '151945.040000', '151945.500000', '151945.960000', '151946.420000', '151946.880000', '151947.340000', '151947.800000', '151948.260000', '151948.720000', '151949.180000', '151949.640000', '151950.100000', '151950.560000', '151951.020000', '151951.480000', '151951.940000', '151952.400000', '151952.860000', '151953.320000', '151953.780000', '151954.240000', '151954.700000', '151955.160000', '151955.620000', '151956.080000', '151956.540000', '151957.000000', '151957.460000', '151957.920000', '151958.380000', '151958.840000', '151959.300000', '151959.760000', '152000.220000', '152000.680000', '152001.140000', '152001.600000', '152002.060000', '152002.520000', '152002.980000', '152003.440000', '152003.900000', '152004.360000', '152004.820000', '152005.280000', '152005.740000', '152006.200000', '152006.660000', '152007.120000', '152007.580000', '152008.040000', '152008.500000', '152008.960000', '152009.420000', '152009.880000', '152010.340000', '152010.800000', '152011.260000', '152011.720000', '152012.180000', '152012.640000', '152013.100000', '152013.560000', '152014.020000', '152014.480000', '152014.940000', '152015.400000', '152015.860000', '152016.320000', '152016.780000', '152017.240000', '152017.700000', '152018.160000', '152018.620000', '152019.080000', '152019.540000', '152020.000000', '152020.460000', '152020.920000', '152021.380000', '152021.840000', '152022.300000', '152022.760000', '152023.220000', '152023.680000', '152024.140000', '152024.600000', '152025.060000', '152025.520000', '152025.980000', '152026.440000', '152026.900000', '152027.360000', '152027.820000', '152028.280000', '152028.740000', '152029.200000', '152029.660000', '152030.120000', '152030.580000', '152031.040000', '152031.500000', '152031.960000', '152032.420000', '152032.880000', '152033.340000', '152033.800000', '152034.260000', '152034.720000', '152035.180000', '152035.640000', '152036.100000', '152036.560000', '152037.020000', '152037.480000', '152037.940000', '152038.400000', '152038.860000', '152039.320000', '152039.780000', '152040.240000', '152040.700000', '152041.160000', '152041.620000', '152042.080000', '152042.540000', '152043.000000', '152043.460000', '152043.920000', '152044.380000', '152044.840000', '152045.300000', '152045.760000', '152046.220000', '152046.680000', '152047.140000', '152047.600000', '152048.060000', '152048.520000', '152048.980000', '152049.440000', '152049.900000', '152050.360000', '152050.820000', '152051.280000', '152051.740000', '152052.200000', '152052.660000', '152053.120000', '152053.580000', '152054.040000', '152054.500000', '152054.960000', '152055.420000', '152055.880000', '152056.340000', '152056.800000', '152057.260000', '152057.720000', '152058.180000', '152058.640000', '152059.100000', '152059.560000', '152100.020000', '152100.480000', '152100.940000', '152101.400000', '152101.860000', '152102.320000', '152102.780000', '152103.240000', '152103.700000', '152104.160000', '152104.620000', '152105.080000', '152105.540000', '152106.000000', '152106.460000', '152106.920000', '152107.380000', '152107.840000', '152108.300000', '152108.760000', '152109.220000', '152109.680000', '152110.140000', '152110.600000', '152111.060000', '152111.520000', '152111.980000', '152112.440000', '152112.900000', '152113.360000', '152113.820000', '152114.280000', '152114.740000', '152115.200000', '152115.660000', '152116.120000', '152116.580000', '152117.040000', '152117.500000', '152117.960000', '152118.420000', '152118.880000', '152119.340000', '152119.800000', '152120.260000', '152120.720000', '152121.180000', '152121.640000', '152122.100000', '152122.560000', '152123.020000', '152123.480000', '152123.940000', '152124.400000', '152124.860000', '152125.320000', '152125.780000', '152126.240000', '152126.700000', '152127.160000', '152127.620000', '152128.080000', '152128.540000', '152129.000000', '152129.460000', '152129.920000', '152130.380000', '152130.840000', '152131.300000', '152131.760000', '152132.220000', '152132.680000', '152133.140000', '152133.600000', '152134.060000', '152134.520000', '152134.980000', '152135.440000', '152135.900000', '152136.360000', '152136.820000', '152137.280000', '152137.740000', '152138.200000', '152138.660000', '152139.120000', '152139.580000', '152140.040000', '152140.500000', '152140.960000', '152141.420000', '152141.880000', '152142.340000', '152142.800000', '152143.260000', '152143.720000', '152144.180000', '152144.640000', '152145.100000', '152145.560000', '152146.020000', '152146.480000', '152146.940000', '152147.400000', '152147.860000', '152148.320000', '152148.780000', '152149.240000', '152149.700000', '152150.160000', '152150.620000', '152151.080000', '152151.540000', '152152.000000', '152152.460000', '152152.920000', '152153.380000', '152153.840000', '152154.300000', '152154.760000', '152155.220000', '152155.680000', '152156.140000', '152156.600000', '152157.060000', '152157.520000', '152157.980000', '152158.440000', '152158.900000', '152159.360000', '152159.820000', '152200.280000', '152200.740000', '152201.200000', '152201.660000', '152202.120000', '152202.580000', '152203.040000', '152203.500000', '152203.960000', '152204.420000', '152204.880000', '152205.340000', '152205.800000', '152206.260000', '152206.720000', '152207.180000', '152207.640000', '152208.100000', '152208.560000', '152209.020000', '152209.480000', '152209.940000', '152210.400000', '152210.860000', '152211.320000', '152211.780000', '152212.240000', '152212.700000', '152213.160000', '152213.620000', '152214.080000', '152214.540000', '152215.000000', '152215.460000', '152215.920000', '152216.380000', '152216.840000', '152217.300000', '152217.760000', '152218.220000', '152218.680000', '152219.140000', '152219.600000', '152220.060000', '152220.520000', '152220.980000', '152221.440000', '152221.900000', '152222.360000', '152222.820000', '152223.280000', '152223.740000', '152224.200000', '152224.660000', '152225.120000', '152225.580000', '152226.040000', '152226.500000', '152226.960000', '152227.420000', '152227.880000', '152228.340000', '152228.800000', '152229.260000', '152229.720000', '152230.180000', '152230.640000', '152231.100000', '152231.560000', '152232.020000', '152232.480000', '152232.940000', '152233.400000', '152233.860000', '152234.320000', '152234.780000', '152235.240000', '152235.700000', '152236.160000', '152236.620000', '152237.080000', '152237.540000', '152238.000000', '152238.460000', '152238.920000', '152239.380000', '152239.840000', '152240.300000', '152240.760000', '152241.220000', '152241.680000', '152242.140000', '152242.600000', '152243.060000', '152243.520000', '152243.980000', '152244.440000', '152244.900000', '152245.360000', '152245.820000', '152246.280000', '152246.740000', '152247.200000', '152247.660000', '152248.120000', '152248.580000', '152249.040000', '152249.500000', '152249.960000', '152250.420000', '152250.880000', '152251.340000', '152251.800000', '152252.260000', '152252.720000', '152253.180000', '152253.640000', '152254.100000', '152254.560000', '152255.020000', '152255.480000', '152255.940000', '152256.400000', '152256.860000', '152257.320000', '152257.780000', '152258.240000', '152258.700000', '152259.160000', '152259.620000', '152300.080000', '152300.540000', '152301.000000', '152301.460000', '152301.920000', '152302.380000', '152302.840000', '152303.300000', '152303.760000', '152304.220000', '152304.680000', '152305.140000', '152305.600000', '152306.060000', '152306.520000', '152306.980000', '152307.440000', '152307.900000', '152308.360000', '152308.820000', '152309.280000', '152309.740000', '152310.200000', '152310.660000', '152311.120000', '152311.580000', '152312.040000', '152312.500000', '152312.960000', '152313.420000', '152313.880000', '152314.340000', '152314.800000', '152315.260000', '152315.720000', '152316.180000', '152316.640000', '152317.100000', '152317.560000', '152318.020000', '152318.480000', '152318.940000', '152319.400000', '152319.860000', '152320.320000', '152320.780000', '152321.240000', '152321.700000', '152322.160000', '152322.620000', '152323.080000', '152323.540000', '152324.000000', '152324.460000', '152324.920000', '152325.380000', '152325.840000', '152326.300000', '152326.760000', '152327.220000', '152327.680000', '152328.140000', '152328.600000', '152329.060000', '152329.520000', '152329.980000', '152330.440000', '152330.900000', '152331.360000', '152331.820000', '152332.280000', '152332.740000', '152333.200000', '152333.660000', '152334.120000', '152334.580000', '152335.040000', '152335.500000', '152335.960000', '152336.420000', '152336.880000', '152337.340000', '152337.800000', '152338.260000', '152338.720000', '152339.180000', '152339.640000', '152340.100000', '152340.560000', '152341.020000', '152341.480000', '152341.940000', '152342.400000', '152342.860000', '152343.320000', '152343.780000', '152344.240000', '152344.700000', '152345.160000', '152345.620000', '152346.080000', '152346.540000', '152347.000000', '152347.460000', '152347.920000', '152348.380000', '152348.840000', '152349.300000', '152349.760000', '152350.220000', '152350.680000', '152351.140000', '152351.600000', '152352.060000', '152352.520000', '152352.980000', '152353.440000', '152353.900000', '152354.360000', '152354.820000', '152355.280000', '152355.740000', '152356.200000', '152356.660000', '152357.120000', '152357.580000', '152358.040000', '152358.500000', '152358.960000', '152359.420000', '152359.880000', '152400.340000', '152400.800000', '152401.260000', '152401.720000', '152402.180000', '152402.640000', '152403.100000', '152403.560000', '152404.020000', '152404.480000', '152404.940000'], 'ContentTime': ['151500.681000', '151500.684000', '151500.695000', '151500.697000', '151500.700000', '151500.702000', '151500.706000', '151500.709000', '151500.711000', '151500.727000', '151500.729000', '151500.732000', '151500.735000', '151500.738000', '151500.741000', '151500.743000', '151500.746000', '151500.748000', '151500.751000', '151500.753000', '151500.756000', '151520.653000', '151520.656000', '151520.658000', '151520.661000', '151520.663000', '151520.666000', '151520.668000', '151520.671000', '151520.674000', '151520.676000', '151520.679000', '151520.681000', '151520.684000', '151520.686000', '151520.689000', '151520.691000', '151520.694000', '151520.697000', '151520.699000', '151520.702000', '151520.704000', '151520.707000', '151520.709000', '151520.712000', '151520.714000', '151520.717000', '151520.719000', '151520.722000', '151520.725000', '151520.727000', '151520.730000', '151520.737000', '151520.740000', '151520.742000', '151520.745000', '151520.748000', '151520.750000', '151520.753000', '151520.755000', '151520.761000', '151520.764000', '151520.766000', '151520.769000', '151520.771000', '151540.652000', '151540.656000', '151540.659000', '151540.661000', '151540.664000', '151540.667000', '151540.669000', '151540.672000', '151540.674000', '151540.677000', '151540.679000', '151540.682000', '151540.685000', '151540.687000', '151540.690000', '151540.692000', '151540.695000', '151540.697000', '151540.700000', '151540.703000', '151540.705000', '151540.708000', '151540.710000', '151540.713000', '151540.715000', '151540.718000', '151540.720000', '151540.723000', '151540.726000', '151540.728000', '151540.731000', '151540.733000', '151540.736000', '151540.738000', '151540.741000', '151540.744000', '151540.746000', '151540.749000', '151540.751000', '151540.754000', '151540.756000', '151540.759000', '151540.762000', '151600.652000', '151600.654000', '151600.657000', '151600.660000', '151600.662000', '151600.665000', '151600.667000', '151600.670000', '151600.673000', '151600.675000', '151600.678000', '151600.680000', '151600.683000', '151600.685000', '151600.688000', '151600.691000', '151600.693000', '151600.696000', '151600.698000', '151600.701000', '151600.704000', '151600.706000', '151600.709000', '151600.711000', '151600.714000', '151600.716000', '151600.719000', '151600.722000', '151600.724000', '151600.727000', '151600.729000', '151600.732000', '151600.735000', '151600.737000', '151600.740000', '151600.742000', '151600.745000', '151600.748000', '151600.750000', '151600.753000', '151600.755000', '151600.758000', '151600.761000', '151600.763000', '151620.652000', '151620.655000', '151620.657000', '151620.660000', '151620.662000', '151620.665000', '151620.668000', '151620.670000', '151620.673000', '151620.675000', '151620.678000', '151620.680000', '151620.683000', '151620.686000', '151620.688000', '151620.691000', '151620.693000', '151620.696000', '151620.699000', '151620.701000', '151620.704000', '151620.706000', '151620.709000', '151620.711000', '151620.714000', '151620.716000', '151620.719000', '151620.722000', '151620.724000', '151620.727000', '151620.730000', '151620.732000', '151620.735000', '151620.738000', '151620.740000', '151620.743000', '151620.745000', '151620.748000', '151620.752000', '151620.755000', '151620.758000', '151620.760000', '151620.763000', '151640.651000', '151640.654000', '151640.679000', '151640.681000', '151640.684000', '151640.687000', '151640.689000', '151640.692000', '151640.694000', '151640.697000', '151640.699000', '151640.702000', '151640.705000', '151640.707000', '151640.710000', '151640.712000', '151640.715000', '151640.718000', '151640.720000', '151640.723000', '151640.725000', '151640.728000', '151640.730000', '151640.733000', '151640.736000', '151640.738000', '151640.741000', '151640.743000', '151640.746000', '151640.748000', '151640.751000', '151640.754000', '151640.756000', '151640.759000', '151640.761000', '151640.764000', '151640.766000', '151640.769000', '151640.772000', '151640.774000', '151640.777000', '151640.779000', '151640.782000', '151640.784000', '151700.652000', '151700.654000', '151700.657000', '151700.660000', '151700.662000', '151700.665000', '151700.667000', '151700.670000', '151700.673000', '151700.675000', '151700.678000', '151700.680000', '151700.683000', '151700.685000', '151700.688000', '151700.691000', '151700.693000', '151700.696000', '151700.698000', '151700.701000', '151700.704000', '151700.706000', '151700.709000', '151700.712000', '151700.714000', '151700.717000', '151700.720000', '151700.722000', '151700.725000', '151700.728000', '151700.730000', '151700.733000', '151700.736000', '151700.738000', '151700.741000', '151700.743000', '151700.746000', '151700.749000', '151700.751000', '151700.754000', '151700.756000', '151700.759000', '151700.761000', '151720.652000', '151720.654000', '151720.657000', '151720.660000', '151720.662000', '151720.665000', '151720.667000', '151720.670000', '151720.673000', '151720.675000', '151720.678000', '151720.680000', '151720.683000', '151720.685000', '151720.688000', '151720.691000', '151720.695000', '151720.697000', '151720.700000', '151720.703000', '151720.706000', '151720.709000', '151720.711000', '151720.714000', '151720.717000', '151720.719000', '151720.722000', '151720.724000', '151720.727000', '151720.730000', '151720.732000', '151720.735000', '151720.737000', '151720.740000', '151720.742000', '151720.745000', '151720.748000', '151720.750000', '151720.753000', '151720.755000', '151720.758000', '151720.760000', '151720.763000', '151740.653000', '151740.655000', '151740.658000', '151740.661000', '151740.663000', '151740.666000', '151740.668000', '151740.671000', '151740.673000', '151740.676000', '151740.679000', '151740.681000', '151740.684000', '151740.686000', '151740.689000', '151740.692000', '151740.694000', '151740.697000', '151740.700000', '151740.702000', '151740.705000', '151740.707000', '151740.710000', '151740.712000', '151740.715000', '151740.717000', '151740.720000', '151740.723000', '151740.725000', '151740.728000', '151740.730000', '151740.733000', '151740.736000', '151740.738000', '151740.741000', '151740.744000', '151740.746000', '151740.749000', '151740.751000', '151740.754000', '151740.756000', '151740.759000', '151740.762000', '151740.764000', '151800.652000', '151800.655000', '151800.658000', '151800.660000', '151800.663000', '151800.666000', '151800.668000', '151800.671000', '151800.673000', '151800.676000', '151800.678000', '151800.681000', '151800.684000', '151800.686000', '151800.689000', '151800.691000', '151800.694000', '151800.696000', '151800.699000', '151800.702000', '151800.704000', '151800.707000', '151800.709000', '151800.712000', '151800.714000', '151800.717000', '151800.720000', '151800.722000', '151800.725000', '151800.728000', '151800.730000', '151800.733000', '151800.736000', '151800.738000', '151800.741000', '151800.743000', '151800.746000', '151800.749000', '151800.751000', '151800.754000', '151800.757000', '151800.769000', '151800.772000', '151800.774000', '151820.652000', '151820.655000', '151820.657000', '151820.660000', '151820.663000', '151820.665000', '151820.668000', '151820.670000', '151820.673000', '151820.676000', '151820.678000', '151820.681000', '151820.683000', '151820.686000', '151820.689000', '151820.691000', '151820.694000', '151820.696000', '151820.699000', '151820.701000', '151820.704000', '151820.707000', '151820.709000', '151820.712000', '151820.714000', '151820.717000', '151820.720000', '151820.722000', '151820.725000', '151820.728000', '151820.730000', '151820.733000', '151820.735000', '151820.738000', '151820.740000', '151820.743000', '151820.746000', '151820.748000', '151820.751000', '151820.753000', '151820.756000', '151820.759000', '151820.761000', '151840.652000', '151840.654000', '151840.657000', '151840.660000', '151840.662000', '151840.665000', '151840.667000', '151840.670000', '151840.673000', '151840.675000', '151840.678000', '151840.680000', '151840.683000', '151840.686000', '151840.688000', '151840.691000', '151840.694000', '151840.696000', '151840.699000', '151840.701000', '151840.704000', '151840.707000', '151840.709000', '151840.712000', '151840.714000', '151840.717000', '151840.720000', '151840.722000', '151840.725000', '151840.727000', '151840.730000', '151840.733000', '151840.735000', '151840.738000', '151840.740000', '151840.743000', '151840.746000', '151840.748000', '151840.751000', '151840.753000', '151840.756000', '151840.759000', '151840.761000', '151840.764000', '151900.652000', '151900.655000', '151900.657000', '151900.673000', '151900.675000', '151900.678000', '151900.681000', '151900.683000', '151900.686000', '151900.689000', '151900.692000', '151900.694000', '151900.697000', '151900.700000', '151900.702000', '151900.705000', '151900.707000', '151900.710000', '151900.713000', '151900.715000', '151900.718000', '151900.721000', '151900.723000', '151900.726000', '151900.729000', '151900.731000', '151900.734000', '151900.736000', '151900.739000', '151900.741000', '151900.744000', '151900.747000', '151900.749000', '151900.752000', '151900.754000', '151900.757000', '151900.759000', '151900.762000', '151900.765000', '151900.768000', '151900.770000', '151900.773000', '151900.775000', '151920.651000', '151920.654000', '151920.657000', '151920.659000', '151920.662000', '151920.665000', '151920.667000', '151920.670000', '151920.673000', '151920.675000', '151920.678000', '151920.680000', '151920.683000', '151920.686000', '151920.688000', '151920.691000', '151920.693000', '151920.696000', '151920.699000', '151920.701000', '151920.704000', '151920.706000', '151920.709000', '151920.712000', '151920.714000', '151920.717000', '151920.719000', '151920.722000', '151920.725000', '151920.727000', '151920.730000', '151920.732000', '151920.735000', '151920.738000', '151920.740000', '151920.743000', '151920.745000', '151920.748000', '151920.751000', '151920.753000', '151920.756000', '151920.758000', '151920.761000', '151940.652000', '151940.655000', '151940.658000', '151940.660000', '151940.663000', '151940.666000', '151940.668000', '151940.671000', '151940.674000', '151940.690000', '151940.692000', '151940.695000', '151940.698000', '151940.700000', '151940.703000', '151940.705000', '151940.708000', '151940.711000', '151940.713000', '151940.716000', '151940.719000', '151940.722000', '151940.724000', '151940.727000', '151940.729000', '151940.732000', '151940.735000', '151940.737000', '151940.740000', '151940.743000', '151940.745000', '151940.748000', '151940.751000', '151940.753000', '151940.756000', '151940.759000', '151940.761000', '151940.764000', '151940.767000', '151940.769000', '151940.772000', '151940.774000', '151940.777000', '151940.780000', '152000.652000', '152000.655000', '152000.658000', '152000.661000', '152000.664000', '152000.667000', '152000.669000', '152000.672000', '152000.674000', '152000.677000', '152000.680000', '152000.682000', '152000.685000', '152000.688000', '152000.690000', '152000.693000', '152000.695000', '152000.698000', '152000.701000', '152000.703000', '152000.706000', '152000.709000', '152000.711000', '152000.714000', '152000.717000', '152000.719000', '152000.722000', '152000.725000', '152000.727000', '152000.730000', '152000.732000', '152000.735000', '152000.738000', '152000.740000', '152000.743000', '152000.745000', '152000.748000', '152000.751000', '152000.753000', '152000.756000', '152000.759000', '152000.761000', '152000.764000', '152000.766000', '152020.652000', '152020.655000', '152020.658000', '152020.661000', '152020.663000', '152020.666000', '152020.668000', '152020.673000', '152020.676000', '152020.678000', '152020.681000', '152020.684000', '152020.686000', '152020.689000', '152020.692000', '152020.694000', '152020.697000', '152020.700000', '152020.702000', '152020.705000', '152020.708000', '152020.710000', '152020.713000', '152020.715000', '152020.718000', '152020.721000', '152020.723000', '152020.726000', '152020.728000', '152020.731000', '152020.734000', '152020.736000', '152020.739000', '152020.741000', '152020.744000', '152020.747000', '152020.749000', '152020.752000', '152020.754000', '152020.757000', '152020.760000', '152020.762000', '152020.765000', '152040.652000', '152040.655000', '152040.657000', '152040.660000', '152040.663000', '152040.665000', '152040.668000', '152040.671000', '152040.673000', '152040.676000', '152040.679000', '152040.681000', '152040.684000', '152040.686000', '152040.689000', '152040.692000', '152040.694000', '152040.697000', '152040.700000', '152040.703000', '152040.705000', '152040.708000', '152040.711000', '152040.713000', '152040.716000', '152040.718000', '152040.721000', '152040.724000', '152040.726000', '152040.729000', '152040.732000', '152040.734000', '152040.737000', '152040.739000', '152040.742000', '152040.745000', '152040.747000', '152040.750000', '152040.753000', '152040.755000', '152040.758000', '152040.761000', '152040.764000', '152100.652000', '152100.654000', '152100.657000', '152100.660000', '152100.663000', '152100.665000', '152100.668000', '152100.671000', '152100.673000', '152100.676000', '152100.679000', '152100.681000', '152100.684000', '152100.686000', '152100.689000', '152100.692000', '152100.694000', '152100.697000', '152100.699000', '152100.702000', '152100.705000', '152100.707000', '152100.710000', '152100.713000', '152100.715000', '152100.718000', '152100.720000', '152100.723000', '152100.726000', '152100.728000', '152100.731000', '152100.734000', '152100.736000', '152100.739000', '152100.753000', '152100.756000', '152100.758000', '152100.761000', '152100.763000', '152100.766000', '152100.769000', '152100.771000', '152100.774000', '152100.776000', '152120.651000', '152120.654000', '152120.657000', '152120.660000', '152120.662000', '152120.665000', '152120.668000', '152120.671000', '152120.674000', '152120.677000', '152120.679000', '152120.683000', '152120.685000', '152120.688000', '152120.691000', '152120.708000', '152120.711000', '152120.713000', '152120.716000', '152120.719000', '152120.722000', '152120.724000', '152120.727000', '152120.730000', '152120.733000', '152120.735000', '152120.738000', '152120.740000', '152120.743000', '152120.746000', '152120.749000', '152120.751000', '152120.754000', '152120.757000', '152120.759000', '152120.762000', '152120.765000', '152120.767000', '152120.770000', '152120.772000', '152120.775000', '152120.778000', '152120.780000', '152140.651000', '152140.654000', '152140.657000', '152140.660000', '152140.663000', '152140.665000', '152140.668000', '152140.671000', '152140.673000', '152140.676000', '152140.678000', '152140.681000', '152140.684000', '152140.686000', '152140.689000', '152140.692000', '152140.694000', '152140.697000', '152140.700000', '152140.702000', '152140.705000', '152140.708000', '152140.710000', '152140.713000', '152140.715000', '152140.718000', '152140.721000', '152140.723000', '152140.726000', '152140.728000', '152140.731000', '152140.734000', '152140.737000', '152140.739000', '152140.742000', '152140.744000', '152140.747000', '152140.750000', '152140.752000', '152140.755000', '152140.758000', '152140.760000', '152140.763000', '152140.766000', '152200.653000', '152200.656000', '152200.658000', '152200.661000', '152200.664000', '152200.666000', '152200.669000', '152200.672000', '152200.674000', '152200.677000', '152200.679000', '152200.682000', '152200.685000', '152200.687000', '152200.690000', '152200.692000', '152200.695000', '152200.698000', '152200.700000', '152200.703000', '152200.705000', '152200.708000', '152200.710000', '152200.713000', '152200.716000', '152200.718000', '152200.721000', '152200.724000', '152200.727000', '152200.730000', '152200.733000', '152200.735000', '152200.738000', '152200.741000', '152200.743000', '152200.746000', '152200.748000', '152200.751000', '152200.753000', '152200.756000', '152200.759000', '152200.761000', '152200.764000', '152220.653000', '152220.656000', '152220.659000', '152220.661000', '152220.664000', '152220.667000', '152220.669000', '152220.672000', '152220.674000', '152220.677000', '152220.679000', '152220.682000', '152220.685000', '152220.687000', '152220.690000', '152220.692000', '152220.695000', '152220.698000', '152220.700000', '152220.703000', '152220.705000', '152220.708000', '152220.711000', '152220.713000', '152220.716000', '152220.718000', '152220.721000', '152220.723000', '152220.726000', '152220.729000', '152220.731000', '152220.734000', '152220.736000', '152220.739000', '152220.742000', '152220.744000', '152220.747000', '152220.749000', '152220.752000', '152220.755000', '152220.757000', '152220.760000', '152220.763000', '152220.765000', '152240.653000', '152240.656000', '152240.658000', '152240.661000', '152240.663000', '152240.666000', '152240.669000', '152240.671000', '152240.674000', '152240.677000', '152240.679000', '152240.682000', '152240.684000', '152240.687000', '152240.690000', '152240.692000', '152240.695000', '152240.697000', '152240.700000', '152240.703000', '152240.705000', '152240.708000', '152240.710000', '152240.713000', '152240.716000', '152240.719000', '152240.722000', '152240.725000', '152240.727000', '152240.730000', '152240.733000', '152240.737000', '152240.739000', '152240.742000', '152240.745000', '152240.747000', '152240.750000', '152240.752000', '152240.755000', '152240.757000', '152240.760000', '152240.763000', '152240.765000', '152300.652000', '152300.654000', '152300.657000', '152300.660000', '152300.662000', '152300.665000', '152300.667000', '152300.670000', '152300.673000', '152300.675000', '152300.678000', '152300.680000', '152300.683000', '152300.686000', '152300.688000', '152300.691000', '152300.694000', '152300.696000', '152300.699000', '152300.701000', '152300.704000', '152300.707000', '152300.709000', '152300.712000', '152300.715000', '152300.717000', '152300.720000', '152300.723000', '152300.725000', '152300.728000', '152300.731000', '152300.733000', '152300.736000', '152300.739000', '152300.741000', '152300.744000', '152300.746000', '152300.749000', '152300.752000', '152300.754000', '152300.757000', '152300.759000', '152300.762000', '152300.765000', '152320.652000', '152320.655000', '152320.657000', '152320.660000', '152320.663000', '152320.665000', '152320.668000', '152320.670000', '152320.673000', '152320.675000', '152320.678000', '152320.681000', '152320.683000', '152320.686000', '152320.689000', '152320.691000', '152320.694000', '152320.696000', '152320.699000', '152320.702000', '152320.705000', '152320.708000', '152320.711000', '152320.714000', '152320.716000', '152320.719000', '152320.722000', '152320.724000', '152320.727000', '152320.730000', '152320.732000', '152320.735000', '152320.737000', '152320.740000', '152320.743000', '152320.745000', '152320.748000', '152320.750000', '152320.753000', '152320.755000', '152320.758000', '152320.761000', '152320.763000', '152340.652000', '152340.655000', '152340.657000', '152340.660000', '152340.663000', '152340.665000', '152340.668000', '152340.670000', '152340.673000', '152340.676000', '152340.678000', '152340.681000', '152340.683000', '152340.686000', '152340.689000', '152340.692000', '152340.694000', '152340.697000', '152340.699000', '152340.702000', '152340.704000', '152340.707000', '152340.710000', '152340.712000', '152340.715000', '152340.718000', '152340.720000', '152340.723000', '152340.726000', '152340.728000', '152340.731000', '152340.733000', '152340.736000', '152340.738000', '152340.741000', '152340.744000', '152340.746000', '152340.749000', '152340.751000', '152340.754000', '152340.757000', '152340.771000', '152340.774000', '152340.777000', '152400.652000', '152400.654000', '152400.657000', '152400.660000', '152400.662000', '152400.665000', '152400.668000', '152400.670000', '152400.673000', '152400.675000', '152400.678000', '152400.681000', '152400.683000', '152400.686000', '152400.689000', '152400.691000', '152400.694000', '152400.696000', '152400.699000', '152400.702000', '152400.704000', '152400.707000', '152400.710000', '152400.712000', '152400.715000', '152400.717000', '152400.720000', '152400.723000', '152400.725000', '152400.728000', '152400.731000', '152400.733000', '152400.736000', '152400.738000', '152400.741000', '152400.744000', '152400.746000', '152400.749000', '152400.751000', '152400.754000', '152400.757000', '152400.759000', '152400.762000', '152406.677000', '152406.680000', '152406.683000', '152406.685000', '152406.688000', '152406.691000', '152406.693000', '152406.696000', '152406.699000', '152406.701000', '152406.704000', '152406.706000', '152406.709000', '152406.712000'], 'InstanceCreationTime': ['151500.681000', '151500.684000', '151500.695000', '151500.697000', '151500.700000', '151500.702000', '151500.706000', '151500.709000', '151500.711000', '151500.727000', '151500.729000', '151500.732000', '151500.735000', '151500.738000', '151500.741000', '151500.743000', '151500.746000', '151500.748000', '151500.751000', '151500.753000', '151500.756000', '151520.653000', '151520.656000', '151520.658000', '151520.661000', '151520.663000', '151520.666000', '151520.668000', '151520.671000', '151520.674000', '151520.676000', '151520.679000', '151520.681000', '151520.684000', '151520.686000', '151520.689000', '151520.691000', '151520.694000', '151520.697000', '151520.699000', '151520.702000', '151520.704000', '151520.707000', '151520.709000', '151520.712000', '151520.714000', '151520.717000', '151520.719000', '151520.722000', '151520.725000', '151520.727000', '151520.730000', '151520.737000', '151520.740000', '151520.742000', '151520.745000', '151520.748000', '151520.750000', '151520.753000', '151520.755000', '151520.761000', '151520.764000', '151520.766000', '151520.769000', '151520.771000', '151540.652000', '151540.656000', '151540.659000', '151540.661000', '151540.664000', '151540.667000', '151540.669000', '151540.672000', '151540.674000', '151540.677000', '151540.679000', '151540.682000', '151540.685000', '151540.687000', '151540.690000', '151540.692000', '151540.695000', '151540.697000', '151540.700000', '151540.703000', '151540.705000', '151540.708000', '151540.710000', '151540.713000', '151540.715000', '151540.718000', '151540.720000', '151540.723000', '151540.726000', '151540.728000', '151540.731000', '151540.733000', '151540.736000', '151540.738000', '151540.741000', '151540.744000', '151540.746000', '151540.749000', '151540.751000', '151540.754000', '151540.756000', '151540.759000', '151540.762000', '151600.652000', '151600.654000', '151600.657000', '151600.660000', '151600.662000', '151600.665000', '151600.667000', '151600.670000', '151600.673000', '151600.675000', '151600.678000', '151600.680000', '151600.683000', '151600.685000', '151600.688000', '151600.691000', '151600.693000', '151600.696000', '151600.698000', '151600.701000', '151600.704000', '151600.706000', '151600.709000', '151600.711000', '151600.714000', '151600.716000', '151600.719000', '151600.722000', '151600.724000', '151600.727000', '151600.729000', '151600.732000', '151600.735000', '151600.737000', '151600.740000', '151600.742000', '151600.745000', '151600.748000', '151600.750000', '151600.753000', '151600.755000', '151600.758000', '151600.761000', '151600.763000', '151620.652000', '151620.655000', '151620.657000', '151620.660000', '151620.662000', '151620.665000', '151620.668000', '151620.670000', '151620.673000', '151620.675000', '151620.678000', '151620.680000', '151620.683000', '151620.686000', '151620.688000', '151620.691000', '151620.693000', '151620.696000', '151620.699000', '151620.701000', '151620.704000', '151620.706000', '151620.709000', '151620.711000', '151620.714000', '151620.716000', '151620.719000', '151620.722000', '151620.724000', '151620.727000', '151620.730000', '151620.732000', '151620.735000', '151620.738000', '151620.740000', '151620.743000', '151620.745000', '151620.748000', '151620.752000', '151620.755000', '151620.758000', '151620.760000', '151620.763000', '151640.651000', '151640.654000', '151640.679000', '151640.681000', '151640.684000', '151640.687000', '151640.689000', '151640.692000', '151640.694000', '151640.697000', '151640.699000', '151640.702000', '151640.705000', '151640.707000', '151640.710000', '151640.712000', '151640.715000', '151640.718000', '151640.720000', '151640.723000', '151640.725000', '151640.728000', '151640.730000', '151640.733000', '151640.736000', '151640.738000', '151640.741000', '151640.743000', '151640.746000', '151640.748000', '151640.751000', '151640.754000', '151640.756000', '151640.759000', '151640.761000', '151640.764000', '151640.766000', '151640.769000', '151640.772000', '151640.774000', '151640.777000', '151640.779000', '151640.782000', '151640.784000', '151700.652000', '151700.654000', '151700.657000', '151700.660000', '151700.662000', '151700.665000', '151700.667000', '151700.670000', '151700.673000', '151700.675000', '151700.678000', '151700.680000', '151700.683000', '151700.685000', '151700.688000', '151700.691000', '151700.693000', '151700.696000', '151700.698000', '151700.701000', '151700.704000', '151700.706000', '151700.709000', '151700.712000', '151700.714000', '151700.717000', '151700.720000', '151700.722000', '151700.725000', '151700.728000', '151700.730000', '151700.733000', '151700.736000', '151700.738000', '151700.741000', '151700.743000', '151700.746000', '151700.749000', '151700.751000', '151700.754000', '151700.756000', '151700.759000', '151700.761000', '151720.652000', '151720.654000', '151720.657000', '151720.660000', '151720.662000', '151720.665000', '151720.667000', '151720.670000', '151720.673000', '151720.675000', '151720.678000', '151720.680000', '151720.683000', '151720.685000', '151720.688000', '151720.691000', '151720.695000', '151720.697000', '151720.700000', '151720.703000', '151720.706000', '151720.709000', '151720.711000', '151720.714000', '151720.717000', '151720.719000', '151720.722000', '151720.724000', '151720.727000', '151720.730000', '151720.732000', '151720.735000', '151720.737000', '151720.740000', '151720.742000', '151720.745000', '151720.748000', '151720.750000', '151720.753000', '151720.755000', '151720.758000', '151720.760000', '151720.763000', '151740.653000', '151740.655000', '151740.658000', '151740.661000', '151740.663000', '151740.666000', '151740.668000', '151740.671000', '151740.673000', '151740.676000', '151740.679000', '151740.681000', '151740.684000', '151740.686000', '151740.689000', '151740.692000', '151740.694000', '151740.697000', '151740.700000', '151740.702000', '151740.705000', '151740.707000', '151740.710000', '151740.712000', '151740.715000', '151740.717000', '151740.720000', '151740.723000', '151740.725000', '151740.728000', '151740.730000', '151740.733000', '151740.736000', '151740.738000', '151740.741000', '151740.744000', '151740.746000', '151740.749000', '151740.751000', '151740.754000', '151740.756000', '151740.759000', '151740.762000', '151740.764000', '151800.652000', '151800.655000', '151800.658000', '151800.660000', '151800.663000', '151800.666000', '151800.668000', '151800.671000', '151800.673000', '151800.676000', '151800.678000', '151800.681000', '151800.684000', '151800.686000', '151800.689000', '151800.691000', '151800.694000', '151800.696000', '151800.699000', '151800.702000', '151800.704000', '151800.707000', '151800.709000', '151800.712000', '151800.714000', '151800.717000', '151800.720000', '151800.722000', '151800.725000', '151800.728000', '151800.730000', '151800.733000', '151800.736000', '151800.738000', '151800.741000', '151800.743000', '151800.746000', '151800.749000', '151800.751000', '151800.754000', '151800.757000', '151800.769000', '151800.772000', '151800.774000', '151820.652000', '151820.655000', '151820.657000', '151820.660000', '151820.663000', '151820.665000', '151820.668000', '151820.670000', '151820.673000', '151820.676000', '151820.678000', '151820.681000', '151820.683000', '151820.686000', '151820.689000', '151820.691000', '151820.694000', '151820.696000', '151820.699000', '151820.701000', '151820.704000', '151820.707000', '151820.709000', '151820.712000', '151820.714000', '151820.717000', '151820.720000', '151820.722000', '151820.725000', '151820.728000', '151820.730000', '151820.733000', '151820.735000', '151820.738000', '151820.740000', '151820.743000', '151820.746000', '151820.748000', '151820.751000', '151820.753000', '151820.756000', '151820.759000', '151820.761000', '151840.652000', '151840.654000', '151840.657000', '151840.660000', '151840.662000', '151840.665000', '151840.667000', '151840.670000', '151840.673000', '151840.675000', '151840.678000', '151840.680000', '151840.683000', '151840.686000', '151840.688000', '151840.691000', '151840.694000', '151840.696000', '151840.699000', '151840.701000', '151840.704000', '151840.707000', '151840.709000', '151840.712000', '151840.714000', '151840.717000', '151840.720000', '151840.722000', '151840.725000', '151840.727000', '151840.730000', '151840.733000', '151840.735000', '151840.738000', '151840.740000', '151840.743000', '151840.746000', '151840.748000', '151840.751000', '151840.753000', '151840.756000', '151840.759000', '151840.761000', '151840.764000', '151900.652000', '151900.655000', '151900.657000', '151900.673000', '151900.675000', '151900.678000', '151900.681000', '151900.683000', '151900.686000', '151900.689000', '151900.692000', '151900.694000', '151900.697000', '151900.700000', '151900.702000', '151900.705000', '151900.707000', '151900.710000', '151900.713000', '151900.715000', '151900.718000', '151900.721000', '151900.723000', '151900.726000', '151900.729000', '151900.731000', '151900.734000', '151900.736000', '151900.739000', '151900.741000', '151900.744000', '151900.747000', '151900.749000', '151900.752000', '151900.754000', '151900.757000', '151900.759000', '151900.762000', '151900.765000', '151900.768000', '151900.770000', '151900.773000', '151900.775000', '151920.651000', '151920.654000', '151920.657000', '151920.659000', '151920.662000', '151920.665000', '151920.667000', '151920.670000', '151920.673000', '151920.675000', '151920.678000', '151920.680000', '151920.683000', '151920.686000', '151920.688000', '151920.691000', '151920.693000', '151920.696000', '151920.699000', '151920.701000', '151920.704000', '151920.706000', '151920.709000', '151920.712000', '151920.714000', '151920.717000', '151920.719000', '151920.722000', '151920.725000', '151920.727000', '151920.730000', '151920.732000', '151920.735000', '151920.738000', '151920.740000', '151920.743000', '151920.745000', '151920.748000', '151920.751000', '151920.753000', '151920.756000', '151920.758000', '151920.761000', '151940.652000', '151940.655000', '151940.658000', '151940.660000', '151940.663000', '151940.666000', '151940.668000', '151940.671000', '151940.674000', '151940.690000', '151940.692000', '151940.695000', '151940.698000', '151940.700000', '151940.703000', '151940.705000', '151940.708000', '151940.711000', '151940.713000', '151940.716000', '151940.719000', '151940.722000', '151940.724000', '151940.727000', '151940.729000', '151940.732000', '151940.735000', '151940.737000', '151940.740000', '151940.743000', '151940.745000', '151940.748000', '151940.751000', '151940.753000', '151940.756000', '151940.759000', '151940.761000', '151940.764000', '151940.767000', '151940.769000', '151940.772000', '151940.774000', '151940.777000', '151940.780000', '152000.652000', '152000.655000', '152000.658000', '152000.661000', '152000.664000', '152000.667000', '152000.669000', '152000.672000', '152000.674000', '152000.677000', '152000.680000', '152000.682000', '152000.685000', '152000.688000', '152000.690000', '152000.693000', '152000.695000', '152000.698000', '152000.701000', '152000.703000', '152000.706000', '152000.709000', '152000.711000', '152000.714000', '152000.717000', '152000.719000', '152000.722000', '152000.725000', '152000.727000', '152000.730000', '152000.732000', '152000.735000', '152000.738000', '152000.740000', '152000.743000', '152000.745000', '152000.748000', '152000.751000', '152000.753000', '152000.756000', '152000.759000', '152000.761000', '152000.764000', '152000.766000', '152020.652000', '152020.655000', '152020.658000', '152020.661000', '152020.663000', '152020.666000', '152020.668000', '152020.673000', '152020.676000', '152020.678000', '152020.681000', '152020.684000', '152020.686000', '152020.689000', '152020.692000', '152020.694000', '152020.697000', '152020.700000', '152020.702000', '152020.705000', '152020.708000', '152020.710000', '152020.713000', '152020.715000', '152020.718000', '152020.721000', '152020.723000', '152020.726000', '152020.728000', '152020.731000', '152020.734000', '152020.736000', '152020.739000', '152020.741000', '152020.744000', '152020.747000', '152020.749000', '152020.752000', '152020.754000', '152020.757000', '152020.760000', '152020.762000', '152020.765000', '152040.652000', '152040.655000', '152040.657000', '152040.660000', '152040.663000', '152040.665000', '152040.668000', '152040.671000', '152040.673000', '152040.676000', '152040.679000', '152040.681000', '152040.684000', '152040.686000', '152040.689000', '152040.692000', '152040.694000', '152040.697000', '152040.700000', '152040.703000', '152040.705000', '152040.708000', '152040.711000', '152040.713000', '152040.716000', '152040.718000', '152040.721000', '152040.724000', '152040.726000', '152040.729000', '152040.732000', '152040.734000', '152040.737000', '152040.739000', '152040.742000', '152040.745000', '152040.747000', '152040.750000', '152040.753000', '152040.755000', '152040.758000', '152040.761000', '152040.764000', '152100.652000', '152100.654000', '152100.657000', '152100.660000', '152100.663000', '152100.665000', '152100.668000', '152100.671000', '152100.673000', '152100.676000', '152100.679000', '152100.681000', '152100.684000', '152100.686000', '152100.689000', '152100.692000', '152100.694000', '152100.697000', '152100.699000', '152100.702000', '152100.705000', '152100.707000', '152100.710000', '152100.713000', '152100.715000', '152100.718000', '152100.720000', '152100.723000', '152100.726000', '152100.728000', '152100.731000', '152100.734000', '152100.736000', '152100.739000', '152100.753000', '152100.756000', '152100.758000', '152100.761000', '152100.763000', '152100.766000', '152100.769000', '152100.771000', '152100.774000', '152100.776000', '152120.651000', '152120.654000', '152120.657000', '152120.660000', '152120.662000', '152120.665000', '152120.668000', '152120.671000', '152120.674000', '152120.677000', '152120.679000', '152120.683000', '152120.685000', '152120.688000', '152120.691000', '152120.708000', '152120.711000', '152120.713000', '152120.716000', '152120.719000', '152120.722000', '152120.724000', '152120.727000', '152120.730000', '152120.733000', '152120.735000', '152120.738000', '152120.740000', '152120.743000', '152120.746000', '152120.749000', '152120.751000', '152120.754000', '152120.757000', '152120.759000', '152120.762000', '152120.765000', '152120.767000', '152120.770000', '152120.772000', '152120.775000', '152120.778000', '152120.780000', '152140.651000', '152140.654000', '152140.657000', '152140.660000', '152140.663000', '152140.665000', '152140.668000', '152140.671000', '152140.673000', '152140.676000', '152140.678000', '152140.681000', '152140.684000', '152140.686000', '152140.689000', '152140.692000', '152140.694000', '152140.697000', '152140.700000', '152140.702000', '152140.705000', '152140.708000', '152140.710000', '152140.713000', '152140.715000', '152140.718000', '152140.721000', '152140.723000', '152140.726000', '152140.728000', '152140.731000', '152140.734000', '152140.737000', '152140.739000', '152140.742000', '152140.744000', '152140.747000', '152140.750000', '152140.752000', '152140.755000', '152140.758000', '152140.760000', '152140.763000', '152140.766000', '152200.653000', '152200.656000', '152200.658000', '152200.661000', '152200.664000', '152200.666000', '152200.669000', '152200.672000', '152200.674000', '152200.677000', '152200.679000', '152200.682000', '152200.685000', '152200.687000', '152200.690000', '152200.692000', '152200.695000', '152200.698000', '152200.700000', '152200.703000', '152200.705000', '152200.708000', '152200.710000', '152200.713000', '152200.716000', '152200.718000', '152200.721000', '152200.724000', '152200.727000', '152200.730000', '152200.733000', '152200.735000', '152200.738000', '152200.741000', '152200.743000', '152200.746000', '152200.748000', '152200.751000', '152200.753000', '152200.756000', '152200.759000', '152200.761000', '152200.764000', '152220.653000', '152220.656000', '152220.659000', '152220.661000', '152220.664000', '152220.667000', '152220.669000', '152220.672000', '152220.674000', '152220.677000', '152220.679000', '152220.682000', '152220.685000', '152220.687000', '152220.690000', '152220.692000', '152220.695000', '152220.698000', '152220.700000', '152220.703000', '152220.705000', '152220.708000', '152220.711000', '152220.713000', '152220.716000', '152220.718000', '152220.721000', '152220.723000', '152220.726000', '152220.729000', '152220.731000', '152220.734000', '152220.736000', '152220.739000', '152220.742000', '152220.744000', '152220.747000', '152220.749000', '152220.752000', '152220.755000', '152220.757000', '152220.760000', '152220.763000', '152220.765000', '152240.653000', '152240.656000', '152240.658000', '152240.661000', '152240.663000', '152240.666000', '152240.669000', '152240.671000', '152240.674000', '152240.677000', '152240.679000', '152240.682000', '152240.684000', '152240.687000', '152240.690000', '152240.692000', '152240.695000', '152240.697000', '152240.700000', '152240.703000', '152240.705000', '152240.708000', '152240.710000', '152240.713000', '152240.716000', '152240.719000', '152240.722000', '152240.725000', '152240.727000', '152240.730000', '152240.733000', '152240.737000', '152240.739000', '152240.742000', '152240.745000', '152240.747000', '152240.750000', '152240.752000', '152240.755000', '152240.757000', '152240.760000', '152240.763000', '152240.765000', '152300.652000', '152300.654000', '152300.657000', '152300.660000', '152300.662000', '152300.665000', '152300.667000', '152300.670000', '152300.673000', '152300.675000', '152300.678000', '152300.680000', '152300.683000', '152300.686000', '152300.688000', '152300.691000', '152300.694000', '152300.696000', '152300.699000', '152300.701000', '152300.704000', '152300.707000', '152300.709000', '152300.712000', '152300.715000', '152300.717000', '152300.720000', '152300.723000', '152300.725000', '152300.728000', '152300.731000', '152300.733000', '152300.736000', '152300.739000', '152300.741000', '152300.744000', '152300.746000', '152300.749000', '152300.752000', '152300.754000', '152300.757000', '152300.759000', '152300.762000', '152300.765000', '152320.652000', '152320.655000', '152320.657000', '152320.660000', '152320.663000', '152320.665000', '152320.668000', '152320.670000', '152320.673000', '152320.675000', '152320.678000', '152320.681000', '152320.683000', '152320.686000', '152320.689000', '152320.691000', '152320.694000', '152320.696000', '152320.699000', '152320.702000', '152320.705000', '152320.708000', '152320.711000', '152320.714000', '152320.716000', '152320.719000', '152320.722000', '152320.724000', '152320.727000', '152320.730000', '152320.732000', '152320.735000', '152320.737000', '152320.740000', '152320.743000', '152320.745000', '152320.748000', '152320.750000', '152320.753000', '152320.755000', '152320.758000', '152320.761000', '152320.763000', '152340.652000', '152340.655000', '152340.657000', '152340.660000', '152340.663000', '152340.665000', '152340.668000', '152340.670000', '152340.673000', '152340.676000', '152340.678000', '152340.681000', '152340.683000', '152340.686000', '152340.689000', '152340.692000', '152340.694000', '152340.697000', '152340.699000', '152340.702000', '152340.704000', '152340.707000', '152340.710000', '152340.712000', '152340.715000', '152340.718000', '152340.720000', '152340.723000', '152340.726000', '152340.728000', '152340.731000', '152340.733000', '152340.736000', '152340.738000', '152340.741000', '152340.744000', '152340.746000', '152340.749000', '152340.751000', '152340.754000', '152340.757000', '152340.771000', '152340.774000', '152340.777000', '152400.652000', '152400.654000', '152400.657000', '152400.660000', '152400.662000', '152400.665000', '152400.668000', '152400.670000', '152400.673000', '152400.675000', '152400.678000', '152400.681000', '152400.683000', '152400.686000', '152400.689000', '152400.691000', '152400.694000', '152400.696000', '152400.699000', '152400.702000', '152400.704000', '152400.707000', '152400.710000', '152400.712000', '152400.715000', '152400.717000', '152400.720000', '152400.723000', '152400.725000', '152400.728000', '152400.731000', '152400.733000', '152400.736000', '152400.738000', '152400.741000', '152400.744000', '152400.746000', '152400.749000', '152400.751000', '152400.754000', '152400.757000', '152400.759000', '152400.762000', '152406.677000', '152406.680000', '152406.683000', '152406.685000', '152406.688000', '152406.691000', '152406.693000', '152406.696000', '152406.699000', '152406.701000', '152406.704000', '152406.706000', '152406.709000', '152406.712000'], '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': [8860, 8773, 8294, 9014, 12928, 10265, 8841, 7764, 8753, 8101, 8502, 12244, 11299, 8930, 9019, 8727, 10370, 9158, 8768, 8434, 9330, 8921, 8554, 12635, 13836, 8867, 9146, 8137, 9795, 9657, 11933, 12139, 10121, 9196, 8440, 11392, 12149, 8413, 8966, 8405, 10792, 14119, 10908, 8910, 8397, 9437, 15554, 11574, 9524, 8369, 9941, 15264, 11125, 9701, 7868, 9734, 9111, 11665, 14942, 11832, 8989, 7994, 9744, 12115, 9589, 12223, 10171, 9205, 8132, 8498, 9569, 12413, 12047, 10695, 8132, 9937, 11319, 11263, 11300, 8393, 9864, 10094, 10378, 12724, 8814, 9709, 9790, 9012, 14056, 10719, 9519, 8856, 8817, 13363, 11026, 9147, 8537, 8537, 12604, 14405, 9990, 8758, 8166, 9870, 10993, 9794, 10556, 8562, 9440, 9086, 8705, 12402, 12418, 9316, 8759, 8147, 9665, 14756, 11056, 9501, 8483, 10067, 13215, 10363, 9804, 8753, 9936, 15368, 11863, 8929, 8426, 9972, 9222, 9038, 11477, 9523, 9892, 9347, 8935, 12274, 12521, 9084, 8802, 8654, 9976, 10604, 10905, 10035, 9107, 9836, 11883, 12841, 13836, 9938, 9389, 8990, 9392, 13159, 10008, 9474, 8797, 9698, 12955, 8233, 9789, 10443, 9328, 14482, 10295, 9331, 8763, 9297, 13150, 12546, 12680, 11505, 9709, 9591, 8599, 10279, 13622, 9569, 9313, 9152, 10086, 11898, 8958, 9288, 9131, 10826, 11297, 8479, 9937, 10996, 11046, 10456, 8053, 10328, 10585, 11349, 12452, 8149, 9725, 8750, 10490, 15336, 11684, 9073, 8315, 9247, 8768, 8540, 9706, 9979, 9922, 10592, 10793, 9067, 10273, 9280, 8983, 10185, 15429, 11788, 9672, 9136, 10392, 14374, 9771, 10019, 9432, 9949, 13845, 9509, 10760, 9516, 9239, 11579, 9081, 10764, 9407, 8925, 12157, 10308, 10058, 9291, 8862, 11755, 13366, 9840, 9219, 9340, 9559, 9409, 9469, 10795, 8448, 9552, 9623, 10525, 9217, 8288, 9726, 11392, 10793, 9909, 8836, 10230, 13891, 10309, 9590, 9478, 10091, 15024, 12151, 10715, 8929, 10004, 9183, 8658, 10302, 14847, 11529, 9544, 9319, 10604, 9431, 9641, 9564, 10851, 9277, 9945, 11802, 10396, 11938, 9566, 11853, 12541, 9653, 9089, 10640, 9957, 11851, 14742, 14197, 9507, 8762, 9006, 10124, 10560, 12105, 10735, 9931, 9722, 8976, 9397, 10407, 10188, 9916, 9041, 9386, 9263, 10285, 11602, 9690, 9672, 9242, 9561, 9549, 9246, 12781, 10035, 9584, 8541, 10286, 13758, 9677, 9378, 9301, 9831, 12381, 9061, 9368, 9074, 9654, 13656, 10348, 9629, 9018, 9943, 13496, 10844, 11135, 9354, 9598, 14055, 12742, 12594, 8876, 9781, 10351, 12061, 15767, 13066, 9227, 8485, 9912, 15392, 10792, 9569, 8266, 10142, 10083, 9773, 10110, 8369, 9906, 10626, 9905, 9871, 8453, 10034, 11105, 10552, 10231, 7958, 9877, 10997, 11157, 11008, 8072, 9621, 9270, 10120, 14007, 10249, 9271, 9216, 9741, 11338, 9644, 9443, 9155, 9998, 12533, 9790, 9412, 8761, 9912, 14108, 10739, 9769, 8940, 9847, 13404, 10348, 9505, 8405, 10054, 12531, 12391, 13117, 8002, 9662, 8625, 10389, 13424, 10212, 9266, 8380, 9808, 11643, 10178, 8893, 8882, 9372, 9291, 9110, 10011, 9340, 9859, 8804, 9561, 9506, 9890, 14325, 10532, 9761, 8427, 10331, 13566, 11139, 10981, 8735, 9621, 10148, 12785, 13419, 8615, 8872, 8774, 10986, 13708, 9239, 8388, 10303, 9183, 8751, 8952, 8782, 10540, 8905, 9416, 9088, 8285, 9500, 10816, 10130, 10050, 7941, 9634, 12540, 10272, 10306, 8238, 9742, 12925, 11473, 11921, 9541, 9338, 10541, 11808, 14332, 9467, 9160, 8458, 9957, 14252, 11585, 9426, 8805, 10379, 12856, 9448, 9359, 9169, 10145, 12749, 9701, 9280, 9650, 10453, 13371, 9784, 9922, 9200, 10029, 13755, 11005, 9143, 9535, 9876, 14665, 10298, 8900, 9085, 9859, 12873, 10870, 10178, 9240, 9657, 9508, 9522, 10832, 7808, 9546, 9513, 10232, 12363, 7888, 9680, 9628, 10991, 12206, 8097, 9525, 8923, 10103, 14957, 11191, 9241, 7995, 9590, 13162, 10496, 9767, 7965, 9336, 10339, 10433, 11934, 8113, 8689, 8260, 8641, 8738, 8515, 10034, 13712, 11631, 8965, 8528, 8326, 12703, 10046, 8999, 9020, 9708, 13429, 10678, 9326, 8461, 9588, 9186, 10804, 9211, 8076, 9639, 10155, 10098, 12426, 9663, 9203, 8656, 9751, 13665, 9969, 9314, 8263, 9469, 11464, 10127, 10200, 10091, 9125, 10997, 10066, 12234, 8707, 9482, 9245, 10775, 12624, 9521, 9110, 9554, 10184, 11854, 9766, 8955, 10306, 10392, 9825, 9467, 8626, 10232, 11577, 8999, 9326, 8511, 9637, 12922, 9732, 8775, 7822, 9344, 10599, 9930, 9557, 7876, 9655, 12570, 9874, 9598, 7975, 9638, 10546, 8847, 10731, 8241, 9456, 10151, 10733, 13373, 9472, 9190, 9297, 10264, 12893, 9860, 9478, 8863, 10000, 13891, 9597, 9137, 8918, 10243, 12784, 8996, 8972, 8926, 9674, 13252, 9569, 9515, 10040, 9604, 11411, 9450, 9395, 9286, 9042, 9436, 11423, 11123, 10400, 9404, 9456, 10373, 12991, 9761, 8780, 9779, 9680, 10833, 9980, 10317, 9209, 9588, 11663, 9681, 9955, 9472, 9979, 12922, 9800, 11600, 9741, 9647, 13932, 9693, 8869, 9528, 9496, 13710, 9924, 8233, 9364, 9235, 8976, 10090, 8190, 8094, 9219, 9206, 9374, 11663, 8721, 9580, 10150, 9501, 12952, 9710, 9334, 11223, 10353, 12832, 9622, 9460, 10946, 10509, 13701, 9097, 9775, 10970, 11023, 15156, 12916, 9151, 9460, 10043, 13678, 11680, 9227, 8148, 9497, 9692, 8633, 9460, 8794, 10519, 9730, 9574, 9768, 8993, 9541, 9588, 13061, 9760, 9491, 9154, 9800, 14537, 9536, 9926, 9530, 9777, 15237, 8657, 9300, 9109, 10730, 14560, 8498, 9274, 9608, 9714, 14221, 9164, 9390, 9699, 9890, 13416, 8988, 9190, 9223, 9860, 12436, 9620, 9174, 9044, 10130, 12079, 9800, 9871, 9308, 9936, 13797, 10205, 9270, 8394, 9445, 11730, 11653, 9809, 9534, 10328, 9589, 14120, 9972, 8801, 8250, 9899, 12577, 9906, 8567, 7950, 10262, 9862, 8930, 9137, 8586, 8611, 9481, 9814, 9941, 13091, 9408, 9459, 12439, 12457, 15810, 12019, 9890, 9724, 9190, 15106, 11628, 10172, 11288, 9845, 14360, 9325, 9925, 11682, 9777, 9108, 9212, 10432, 13331, 11582, 9063, 8874, 10208, 9689, 9660, 10290, 9718, 9151, 9607, 9247, 10667, 12147, 9984, 9391, 9647, 10619, 12844, 9602, 9455, 9674, 10749, 14253, 9908, 9024, 9513, 9599, 14430, 9934, 9351, 9378, 9079, 14432, 11276, 9548, 9190, 9477, 12649, 11132, 12612, 8451, 9385, 9471, 9067, 9389, 9443, 8661, 13182, 14097, 10118, 9798, 9324, 13461, 14706, 10679, 9197, 9275, 9673, 9724, 11774, 13735, 8585, 9496, 8930, 10621, 12993, 9325, 9453, 9336, 10135, 11058, 9160, 9626, 8171, 9915, 9860, 9941, 9583, 8344, 10002, 11622, 9948, 15387, 11240, 10201, 8981, 9980, 11479, 13855, 10252, 8548, 9876, 9693, 11173, 12699, 10470, 8503, 9393, 9345, 12414, 14630, 8817, 9223, 9571, 9604, 13973, 11071, 11796, 9199, 9728, 9571, 11236, 14222, 8515, 9237, 9569, 12635, 14448, 9689, 8966, 9686, 9784, 14296, 10415, 9163, 10281, 9559, 13406, 10017, 8282, 9158, 9472, 11158, 10483, 10410, 8816, 9298, 10097, 12700, 12547, 9750, 9233, 9617, 9561, 13552, 9609, 9084, 9828, 9702, 13220, 10244, 9265, 10220, 13887, 13467, 9836, 8631, 9356, 9910, 11922, 12040, 11628, 9250, 9758, 8841, 11932, 13732, 8150, 9785, 9000, 9786, 14657, 9364, 9020, 9428, 9946, 14005, 9566, 8765, 9474, 9946, 10094, 12419, 14262, 9548, 9668, 9169, 9675, 15544, 8486, 9174, 8865, 10151, 15018, 10044, 9039, 9258, 9517, 14258, 10989, 8645, 9434, 9021, 8978, 11128, 14998, 9528, 8785, 8916, 9721, 14473, 11274, 8564, 8780, 9636, 11564, 9101, 9674, 8798, 9322, 9579, 8021, 14512, 11800, 9906, 8352, 10213, 14455, 11199, 9999, 7702, 9955, 14228, 11995, 10056, 7593, 9674, 13770, 11138, 9455, 8044, 9893, 11739, 11791, 10693, 8729, 9406, 8532, 9910, 12947, 8747, 9341, 8574, 10600, 12270, 9122, 9090, 8756, 9047, 13666, 9202, 8837, 8726, 9977, 13534, 9434, 8329, 8405, 10203, 14056, 10660, 8605, 8540, 9808, 13155, 9298, 8517, 8967, 10047, 12776, 11079, 10011, 8534, 9994, 11147, 9532, 13836, 8731, 9872, 8683, 9509, 13691, 10634, 9431, 8325, 10044, 12087, 13253, 10269, 9138, 10325, 14867, 12000, 10665, 8826, 8397, 15415, 12919, 10408, 8728, 8808, 9655, 12681, 12674, 11841, 9040, 9336, 9146, 13177, 13597, 10477, 8702, 10077, 10812, 13158, 10450, 8446, 10156, 9244, 12618, 10369, 9029, 9398, 9137, 11717, 9573, 8106, 8985, 8779, 11482, 9453, 8272, 9150, 9375, 13396, 9019], 'WindowCenter': [4918.0, 4877.0, 4871.0, 4866.0, 4899.0, 4870.0, 4835.0, 4802.0, 4811.0, 4801.0, 4831.0, 4857.0, 4864.0, 4823.0, 4819.0, 4823.0, 4852.0, 4830.0, 4822.0, 4797.0, 4816.0, 4818.0, 4831.0, 4870.0, 4889.0, 4821.0, 4806.0, 4787.0, 4838.0, 4827.0, 4872.0, 4860.0, 4829.0, 4829.0, 4820.0, 4860.0, 4859.0, 4809.0, 4818.0, 4820.0, 4851.0, 4880.0, 4838.0, 4807.0, 4821.0, 4817.0, 4890.0, 4839.0, 4803.0, 4808.0, 4824.0, 4885.0, 4851.0, 4814.0, 4785.0, 4814.0, 4814.0, 4843.0, 4889.0, 4849.0, 4804.0, 4782.0, 4829.0, 4857.0, 4813.0, 4856.0, 4839.0, 4817.0, 4783.0, 4819.0, 4826.0, 4856.0, 4871.0, 4827.0, 4786.0, 4826.0, 4846.0, 4848.0, 4836.0, 4795.0, 4814.0, 4826.0, 4837.0, 4856.0, 4793.0, 4812.0, 4825.0, 4814.0, 4877.0, 4825.0, 4816.0, 4805.0, 4817.0, 4872.0, 4834.0, 4814.0, 4794.0, 4806.0, 4866.0, 4873.0, 4825.0, 4806.0, 4794.0, 4828.0, 4834.0, 4824.0, 4848.0, 4806.0, 4828.0, 4816.0, 4818.0, 4866.0, 4871.0, 4820.0, 4806.0, 4798.0, 4827.0, 4890.0, 4851.0, 4813.0, 4793.0, 4827.0, 4866.0, 4828.0, 4812.0, 4793.0, 4826.0, 4873.0, 4859.0, 4803.0, 4781.0, 4814.0, 4813.0, 4804.0, 4849.0, 4812.0, 4815.0, 4814.0, 4815.0, 4852.0, 4867.0, 4816.0, 4803.0, 4807.0, 4837.0, 4837.0, 4851.0, 4827.0, 4808.0, 4838.0, 4856.0, 4868.0, 4878.0, 4815.0, 4803.0, 4802.0, 4814.0, 4866.0, 4829.0, 4816.0, 4819.0, 4825.0, 4855.0, 4794.0, 4826.0, 4835.0, 4814.0, 4890.0, 4828.0, 4803.0, 4794.0, 4817.0, 4853.0, 4855.0, 4870.0, 4835.0, 4805.0, 4815.0, 4804.0, 4822.0, 4877.0, 4819.0, 4805.0, 4812.0, 4837.0, 4847.0, 4819.0, 4817.0, 4830.0, 4847.0, 4849.0, 4799.0, 4841.0, 4846.0, 4860.0, 4827.0, 4798.0, 4835.0, 4835.0, 4847.0, 4856.0, 4788.0, 4815.0, 4805.0, 4823.0, 4884.0, 4860.0, 4806.0, 4796.0, 4805.0, 4806.0, 4807.0, 4829.0, 4839.0, 4842.0, 4847.0, 4849.0, 4817.0, 4828.0, 4816.0, 4830.0, 4839.0, 4900.0, 4862.0, 4818.0, 4817.0, 4837.0, 4877.0, 4819.0, 4813.0, 4816.0, 4814.0, 4866.0, 4815.0, 4826.0, 4816.0, 4827.0, 4845.0, 4805.0, 4836.0, 4826.0, 4816.0, 4861.0, 4826.0, 4827.0, 4814.0, 4817.0, 4844.0, 4876.0, 4840.0, 4818.0, 4820.0, 4827.0, 4826.0, 4842.0, 4838.0, 4809.0, 4841.0, 4839.0, 4866.0, 4830.0, 4821.0, 4855.0, 4871.0, 4866.0, 4839.0, 4833.0, 4851.0, 4894.0, 4845.0, 4829.0, 4844.0, 4849.0, 4889.0, 4871.0, 4852.0, 4817.0, 4826.0, 4805.0, 4809.0, 4840.0, 4877.0, 4860.0, 4831.0, 4817.0, 4838.0, 4829.0, 4825.0, 4841.0, 4837.0, 4832.0, 4840.0, 4869.0, 4840.0, 4858.0, 4840.0, 4859.0, 4872.0, 4816.0, 4793.0, 4837.0, 4825.0, 4845.0, 4879.0, 4867.0, 4815.0, 4794.0, 4804.0, 4825.0, 4824.0, 4857.0, 4822.0, 4804.0, 4816.0, 4804.0, 4818.0, 4824.0, 4839.0, 4826.0, 4818.0, 4818.0, 4815.0, 4838.0, 4856.0, 4843.0, 4826.0, 4815.0, 4830.0, 4839.0, 4827.0, 4877.0, 4829.0, 4819.0, 4820.0, 4838.0, 4875.0, 4842.0, 4815.0, 4816.0, 4840.0, 4865.0, 4834.0, 4819.0, 4828.0, 4840.0, 4890.0, 4839.0, 4818.0, 4832.0, 4838.0, 4880.0, 4851.0, 4837.0, 4829.0, 4829.0, 4878.0, 4882.0, 4859.0, 4806.0, 4827.0, 4837.0, 4856.0, 4900.0, 4871.0, 4804.0, 4805.0, 4826.0, 4883.0, 4854.0, 4819.0, 4795.0, 4837.0, 4837.0, 4842.0, 4840.0, 4795.0, 4840.0, 4849.0, 4841.0, 4829.0, 4794.0, 4841.0, 4847.0, 4851.0, 4829.0, 4796.0, 4841.0, 4848.0, 4862.0, 4838.0, 4786.0, 4827.0, 4829.0, 4840.0, 4878.0, 4840.0, 4816.0, 4804.0, 4839.0, 4845.0, 4844.0, 4827.0, 4818.0, 4841.0, 4869.0, 4842.0, 4816.0, 4806.0, 4842.0, 4878.0, 4850.0, 4814.0, 4804.0, 4841.0, 4868.0, 4839.0, 4813.0, 4797.0, 4837.0, 4867.0, 4867.0, 4865.0, 4798.0, 4816.0, 4806.0, 4834.0, 4876.0, 4841.0, 4817.0, 4807.0, 4839.0, 4857.0, 4843.0, 4817.0, 4819.0, 4830.0, 4830.0, 4820.0, 4828.0, 4833.0, 4852.0, 4833.0, 4842.0, 4829.0, 4855.0, 4890.0, 4856.0, 4830.0, 4797.0, 4854.0, 4880.0, 4863.0, 4838.0, 4806.0, 4828.0, 4848.0, 4877.0, 4868.0, 4808.0, 4815.0, 4817.0, 4846.0, 4877.0, 4829.0, 4798.0, 4838.0, 4827.0, 4819.0, 4830.0, 4818.0, 4851.0, 4841.0, 4844.0, 4844.0, 4823.0, 4843.0, 4874.0, 4865.0, 4853.0, 4813.0, 4856.0, 4882.0, 4866.0, 4842.0, 4822.0, 4856.0, 4891.0, 4874.0, 4861.0, 4828.0, 4842.0, 4851.0, 4869.0, 4903.0, 4833.0, 4817.0, 4821.0, 4849.0, 4887.0, 4874.0, 4831.0, 4817.0, 4850.0, 4867.0, 4844.0, 4831.0, 4830.0, 4854.0, 4881.0, 4844.0, 4831.0, 4844.0, 4851.0, 4891.0, 4840.0, 4841.0, 4844.0, 4852.0, 4891.0, 4851.0, 4831.0, 4830.0, 4839.0, 4886.0, 4852.0, 4819.0, 4806.0, 4852.0, 4878.0, 4858.0, 4838.0, 4818.0, 4830.0, 4828.0, 4840.0, 4849.0, 4811.0, 4832.0, 4841.0, 4851.0, 4881.0, 4811.0, 4842.0, 4853.0, 4861.0, 4873.0, 4811.0, 4831.0, 4842.0, 4851.0, 4902.0, 4876.0, 4832.0, 4798.0, 4841.0, 4878.0, 4854.0, 4841.0, 4800.0, 4829.0, 4850.0, 4851.0, 4859.0, 4809.0, 4821.0, 4809.0, 4809.0, 4807.0, 4831.0, 4851.0, 4894.0, 4859.0, 4821.0, 4822.0, 4821.0, 4869.0, 4842.0, 4808.0, 4808.0, 4831.0, 4865.0, 4849.0, 4817.0, 4794.0, 4828.0, 4828.0, 4848.0, 4831.0, 4801.0, 4830.0, 4842.0, 4840.0, 4872.0, 4832.0, 4818.0, 4809.0, 4828.0, 4875.0, 4842.0, 4816.0, 4797.0, 4840.0, 4860.0, 4852.0, 4827.0, 4830.0, 4828.0, 4849.0, 4841.0, 4850.0, 4808.0, 4830.0, 4830.0, 4850.0, 4860.0, 4829.0, 4807.0, 4829.0, 4839.0, 4858.0, 4826.0, 4806.0, 4840.0, 4838.0, 4839.0, 4830.0, 4809.0, 4852.0, 4858.0, 4835.0, 4818.0, 4809.0, 4843.0, 4867.0, 4843.0, 4809.0, 4788.0, 4830.0, 4839.0, 4839.0, 4830.0, 4799.0, 4830.0, 4868.0, 4841.0, 4831.0, 4798.0, 4828.0, 4847.0, 4831.0, 4850.0, 4812.0, 4829.0, 4852.0, 4850.0, 4881.0, 4831.0, 4818.0, 4826.0, 4851.0, 4880.0, 4846.0, 4830.0, 4817.0, 4853.0, 4880.0, 4842.0, 4820.0, 4820.0, 4850.0, 4869.0, 4832.0, 4819.0, 4829.0, 4840.0, 4880.0, 4834.0, 4817.0, 4842.0, 4840.0, 4858.0, 4840.0, 4818.0, 4818.0, 4830.0, 4830.0, 4871.0, 4847.0, 4839.0, 4828.0, 4839.0, 4839.0, 4882.0, 4842.0, 4821.0, 4831.0, 4841.0, 4849.0, 4844.0, 4840.0, 4831.0, 4841.0, 4870.0, 4842.0, 4828.0, 4829.0, 4842.0, 4868.0, 4844.0, 4848.0, 4841.0, 4829.0, 4890.0, 4829.0, 4804.0, 4830.0, 4827.0, 4878.0, 4828.0, 4795.0, 4826.0, 4829.0, 4816.0, 4852.0, 4820.0, 4811.0, 4841.0, 4842.0, 4844.0, 4863.0, 4825.0, 4842.0, 4853.0, 4844.0, 4882.0, 4832.0, 4832.0, 4861.0, 4853.0, 4868.0, 4827.0, 4841.0, 4861.0, 4853.0, 4878.0, 4806.0, 4840.0, 4848.0, 4846.0, 4902.0, 4869.0, 4805.0, 4828.0, 4828.0, 4865.0, 4860.0, 4819.0, 4786.0, 4827.0, 4829.0, 4818.0, 4832.0, 4807.0, 4839.0, 4839.0, 4839.0, 4852.0, 4817.0, 4839.0, 4842.0, 4881.0, 4843.0, 4828.0, 4844.0, 4841.0, 4895.0, 4830.0, 4840.0, 4841.0, 4839.0, 4900.0, 4810.0, 4829.0, 4830.0, 4859.0, 4889.0, 4821.0, 4819.0, 4828.0, 4827.0, 4888.0, 4829.0, 4818.0, 4839.0, 4840.0, 4880.0, 4842.0, 4831.0, 4830.0, 4853.0, 4880.0, 4854.0, 4844.0, 4822.0, 4852.0, 4872.0, 4851.0, 4854.0, 4831.0, 4841.0, 4890.0, 4854.0, 4831.0, 4798.0, 4842.0, 4859.0, 4860.0, 4840.0, 4817.0, 4851.0, 4838.0, 4887.0, 4840.0, 4809.0, 4808.0, 4837.0, 4865.0, 4851.0, 4822.0, 4798.0, 4839.0, 4840.0, 4830.0, 4844.0, 4809.0, 4820.0, 4839.0, 4839.0, 4854.0, 4879.0, 4816.0, 4839.0, 4866.0, 4869.0, 4899.0, 4857.0, 4827.0, 4830.0, 4826.0, 4887.0, 4836.0, 4825.0, 4847.0, 4826.0, 4877.0, 4805.0, 4826.0, 4845.0, 4831.0, 4807.0, 4805.0, 4848.0, 4876.0, 4860.0, 4818.0, 4806.0, 4827.0, 4826.0, 4826.0, 4840.0, 4818.0, 4816.0, 4830.0, 4827.0, 4849.0, 4858.0, 4826.0, 4819.0, 4827.0, 4849.0, 4869.0, 4829.0, 4829.0, 4830.0, 4847.0, 4891.0, 4829.0, 4806.0, 4841.0, 4828.0, 4889.0, 4855.0, 4836.0, 4833.0, 4831.0, 4892.0, 4864.0, 4828.0, 4817.0, 4831.0, 4867.0, 4847.0, 4854.0, 4796.0, 4818.0, 4817.0, 4807.0, 4818.0, 4820.0, 4820.0, 4871.0, 4879.0, 4816.0, 4814.0, 4817.0, 4864.0, 4865.0, 4827.0, 4794.0, 4792.0, 4814.0, 4812.0, 4845.0, 4852.0, 4782.0, 4791.0, 4806.0, 4836.0, 4852.0, 4820.0, 4805.0, 4805.0, 4840.0, 4848.0, 4822.0, 4817.0, 4785.0, 4828.0, 4825.0, 4826.0, 4818.0, 4784.0, 4828.0, 4848.0, 4828.0, 4887.0, 4836.0, 4828.0, 4796.0, 4829.0, 4846.0, 4868.0, 4832.0, 4797.0, 4817.0, 4828.0, 4849.0, 4859.0, 4826.0, 4797.0, 4817.0, 4827.0, 4858.0, 4878.0, 4808.0, 4805.0, 4828.0, 4826.0, 4880.0, 4851.0, 4848.0, 4806.0, 4830.0, 4828.0, 4850.0, 4868.0, 4808.0, 4819.0, 4827.0, 4857.0, 4879.0, 4816.0, 4792.0, 4829.0, 4825.0, 4878.0, 4828.0, 4805.0, 4829.0, 4826.0, 4867.0, 4829.0, 4785.0, 4817.0, 4828.0, 4846.0, 4839.0, 4826.0, 4806.0, 4815.0, 4824.0, 4868.0, 4858.0, 4804.0, 4805.0, 4826.0, 4827.0, 4868.0, 4818.0, 4804.0, 4827.0, 4829.0, 4868.0, 4817.0, 4806.0, 4836.0, 4866.0, 4869.0, 4817.0, 4783.0, 4818.0, 4826.0, 4844.0, 4848.0, 4822.0, 4803.0, 4814.0, 4805.0, 4847.0, 4867.0, 4786.0, 4813.0, 4805.0, 4825.0, 4876.0, 4819.0, 4794.0, 4815.0, 4824.0, 4866.0, 4817.0, 4795.0, 4804.0, 4823.0, 4824.0, 4858.0, 4864.0, 4804.0, 4815.0, 4816.0, 4826.0, 4876.0, 4808.0, 4805.0, 4805.0, 4824.0, 4879.0, 4831.0, 4797.0, 4803.0, 4814.0, 4865.0, 4828.0, 4796.0, 4794.0, 4806.0, 4806.0, 4836.0, 4867.0, 4802.0, 4794.0, 4818.0, 4813.0, 4877.0, 4839.0, 4798.0, 4795.0, 4830.0, 4848.0, 4819.0, 4830.0, 4810.0, 4820.0, 4829.0, 4807.0, 4879.0, 4851.0, 4817.0, 4799.0, 4839.0, 4879.0, 4840.0, 4817.0, 4787.0, 4828.0, 4864.0, 4850.0, 4816.0, 4772.0, 4819.0, 4865.0, 4837.0, 4805.0, 4785.0, 4815.0, 4846.0, 4848.0, 4814.0, 4783.0, 4804.0, 4805.0, 4828.0, 4844.0, 4797.0, 4806.0, 4805.0, 4836.0, 4844.0, 4807.0, 4807.0, 4807.0, 4818.0, 4866.0, 4808.0, 4807.0, 4809.0, 4839.0, 4878.0, 4821.0, 4799.0, 4809.0, 4838.0, 4877.0, 4839.0, 4796.0, 4795.0, 4840.0, 4867.0, 4833.0, 4798.0, 4818.0, 4840.0, 4869.0, 4863.0, 4828.0, 4794.0, 4830.0, 4847.0, 4828.0, 4876.0, 4811.0, 4829.0, 4808.0, 4826.0, 4878.0, 4829.0, 4807.0, 4797.0, 4828.0, 4857.0, 4870.0, 4817.0, 4818.0, 4827.0, 4876.0, 4847.0, 4814.0, 4805.0, 4796.0, 4873.0, 4868.0, 4825.0, 4783.0, 4808.0, 4816.0, 4853.0, 4856.0, 4834.0, 4783.0, 4806.0, 4804.0, 4856.0, 4856.0, 4815.0, 4794.0, 4826.0, 4832.0, 4869.0, 4828.0, 4782.0, 4827.0, 4817.0, 4856.0, 4830.0, 4796.0, 4817.0, 4818.0, 4859.0, 4818.0, 4785.0, 4807.0, 4806.0, 4849.0, 4820.0, 4786.0, 4829.0, 4828.0, 4869.0, 4822.0], 'WindowWidth': [10765.0, 10681.0, 10658.0, 10640.0, 10669.0, 10624.0, 10570.0, 10515.0, 10524.0, 10511.0, 10558.0, 10586.0, 10603.0, 10543.0, 10531.0, 10543.0, 10583.0, 10551.0, 10543.0, 10499.0, 10522.0, 10531.0, 10557.0, 10606.0, 10632.0, 10538.0, 10507.0, 10481.0, 10560.0, 10545.0, 10612.0, 10590.0, 10543.0, 10547.0, 10540.0, 10593.0, 10589.0, 10517.0, 10528.0, 10540.0, 10581.0, 10619.0, 10557.0, 10511.0, 10540.0, 10531.0, 10632.0, 10554.0, 10501.0, 10519.0, 10539.0, 10622.0, 10576.0, 10515.0, 10476.0, 10518.0, 10523.0, 10558.0, 10630.0, 10571.0, 10503.0, 10468.0, 10549.0, 10582.0, 10519.0, 10583.0, 10560.0, 10523.0, 10474.0, 10533.0, 10543.0, 10583.0, 10605.0, 10538.0, 10479.0, 10542.0, 10568.0, 10575.0, 10549.0, 10491.0, 10518.0, 10540.0, 10556.0, 10575.0, 10486.0, 10516.0, 10540.0, 10524.0, 10611.0, 10533.0, 10521.0, 10508.0, 10529.0, 10602.0, 10548.0, 10519.0, 10492.0, 10515.0, 10594.0, 10603.0, 10540.0, 10507.0, 10487.0, 10545.0, 10550.0, 10536.0, 10573.0, 10511.0, 10541.0, 10530.0, 10534.0, 10596.0, 10608.0, 10532.0, 10509.0, 10504.0, 10545.0, 10633.0, 10577.0, 10516.0, 10485.0, 10542.0, 10594.0, 10544.0, 10511.0, 10487.0, 10541.0, 10603.0, 10590.0, 10501.0, 10467.0, 10519.0, 10520.0, 10507.0, 10575.0, 10516.0, 10517.0, 10521.0, 10525.0, 10573.0, 10598.0, 10526.0, 10500.0, 10512.0, 10557.0, 10558.0, 10581.0, 10539.0, 10512.0, 10560.0, 10583.0, 10597.0, 10612.0, 10518.0, 10499.0, 10501.0, 10522.0, 10596.0, 10542.0, 10522.0, 10533.0, 10539.0, 10577.0, 10490.0, 10539.0, 10555.0, 10522.0, 10631.0, 10539.0, 10501.0, 10489.0, 10529.0, 10572.0, 10577.0, 10602.0, 10546.0, 10504.0, 10520.0, 10508.0, 10528.0, 10608.0, 10529.0, 10505.0, 10514.0, 10556.0, 10567.0, 10532.0, 10526.0, 10553.0, 10569.0, 10572.0, 10501.0, 10567.0, 10569.0, 10591.0, 10538.0, 10498.0, 10554.0, 10556.0, 10571.0, 10577.0, 10483.0, 10522.0, 10510.0, 10530.0, 10617.0, 10590.0, 10510.0, 10493.0, 10504.0, 10510.0, 10511.0, 10545.0, 10566.0, 10570.0, 10571.0, 10574.0, 10523.0, 10537.0, 10521.0, 10550.0, 10562.0, 10646.0, 10591.0, 10525.0, 10525.0, 10554.0, 10611.0, 10528.0, 10511.0, 10525.0, 10519.0, 10590.0, 10517.0, 10534.0, 10526.0, 10541.0, 10562.0, 10504.0, 10548.0, 10542.0, 10528.0, 10590.0, 10536.0, 10537.0, 10519.0, 10528.0, 10561.0, 10607.0, 10566.0, 10527.0, 10533.0, 10544.0, 10543.0, 10568.0, 10555.0, 10516.0, 10570.0, 10563.0, 10608.0, 10549.0, 10540.0, 10593.0, 10611.0, 10608.0, 10561.0, 10560.0, 10586.0, 10646.0, 10576.0, 10543.0, 10575.0, 10579.0, 10632.0, 10610.0, 10585.0, 10525.0, 10536.0, 10505.0, 10518.0, 10563.0, 10611.0, 10591.0, 10551.0, 10525.0, 10555.0, 10549.0, 10540.0, 10567.0, 10554.0, 10550.0, 10567.0, 10604.0, 10564.0, 10585.0, 10565.0, 10589.0, 10610.0, 10524.0, 10485.0, 10551.0, 10538.0, 10564.0, 10614.0, 10598.0, 10519.0, 10489.0, 10502.0, 10534.0, 10535.0, 10579.0, 10523.0, 10497.0, 10523.0, 10506.0, 10528.0, 10529.0, 10557.0, 10541.0, 10531.0, 10529.0, 10522.0, 10563.0, 10583.0, 10571.0, 10539.0, 10519.0, 10546.0, 10563.0, 10546.0, 10613.0, 10545.0, 10529.0, 10535.0, 10560.0, 10608.0, 10568.0, 10520.0, 10520.0, 10566.0, 10594.0, 10559.0, 10530.0, 10546.0, 10567.0, 10634.0, 10564.0, 10527.0, 10553.0, 10563.0, 10622.0, 10579.0, 10553.0, 10549.0, 10550.0, 10614.0, 10625.0, 10584.0, 10508.0, 10541.0, 10558.0, 10580.0, 10646.0, 10600.0, 10500.0, 10511.0, 10539.0, 10613.0, 10586.0, 10528.0, 10491.0, 10553.0, 10557.0, 10569.0, 10559.0, 10493.0, 10565.0, 10575.0, 10568.0, 10542.0, 10492.0, 10569.0, 10572.0, 10582.0, 10544.0, 10496.0, 10567.0, 10575.0, 10598.0, 10554.0, 10481.0, 10541.0, 10549.0, 10565.0, 10615.0, 10561.0, 10522.0, 10500.0, 10562.0, 10565.0, 10572.0, 10540.0, 10527.0, 10569.0, 10602.0, 10568.0, 10523.0, 10512.0, 10570.0, 10615.0, 10575.0, 10517.0, 10504.0, 10567.0, 10599.0, 10562.0, 10514.0, 10494.0, 10560.0, 10599.0, 10598.0, 10589.0, 10498.0, 10522.0, 10514.0, 10550.0, 10609.0, 10564.0, 10522.0, 10514.0, 10559.0, 10584.0, 10569.0, 10526.0, 10532.0, 10551.0, 10552.0, 10537.0, 10541.0, 10558.0, 10585.0, 10559.0, 10568.0, 10543.0, 10591.0, 10634.0, 10593.0, 10547.0, 10498.0, 10589.0, 10623.0, 10601.0, 10558.0, 10510.0, 10548.0, 10576.0, 10614.0, 10598.0, 10515.0, 10520.0, 10533.0, 10570.0, 10614.0, 10546.0, 10499.0, 10556.0, 10546.0, 10536.0, 10552.0, 10530.0, 10576.0, 10572.0, 10577.0, 10578.0, 10544.0, 10572.0, 10620.0, 10608.0, 10588.0, 10529.0, 10599.0, 10628.0, 10612.0, 10567.0, 10540.0, 10595.0, 10642.0, 10620.0, 10591.0, 10541.0, 10572.0, 10584.0, 10606.0, 10655.0, 10553.0, 10526.0, 10543.0, 10581.0, 10629.0, 10615.0, 10552.0, 10527.0, 10583.0, 10601.0, 10575.0, 10552.0, 10547.0, 10590.0, 10623.0, 10575.0, 10550.0, 10573.0, 10584.0, 10640.0, 10565.0, 10564.0, 10577.0, 10589.0, 10639.0, 10582.0, 10550.0, 10550.0, 10565.0, 10626.0, 10588.0, 10533.0, 10509.0, 10585.0, 10619.0, 10589.0, 10558.0, 10528.0, 10547.0, 10549.0, 10568.0, 10576.0, 10527.0, 10553.0, 10568.0, 10582.0, 10622.0, 10526.0, 10569.0, 10591.0, 10600.0, 10613.0, 10524.0, 10548.0, 10575.0, 10585.0, 10655.0, 10623.0, 10555.0, 10503.0, 10570.0, 10619.0, 10589.0, 10564.0, 10506.0, 10550.0, 10581.0, 10583.0, 10588.0, 10518.0, 10538.0, 10517.0, 10517.0, 10513.0, 10556.0, 10582.0, 10644.0, 10586.0, 10532.0, 10538.0, 10542.0, 10604.0, 10566.0, 10511.0, 10514.0, 10552.0, 10594.0, 10576.0, 10523.0, 10487.0, 10542.0, 10547.0, 10573.0, 10550.0, 10507.0, 10544.0, 10568.0, 10565.0, 10610.0, 10552.0, 10526.0, 10515.0, 10548.0, 10607.0, 10568.0, 10523.0, 10498.0, 10565.0, 10589.0, 10583.0, 10539.0, 10545.0, 10548.0, 10575.0, 10568.0, 10571.0, 10513.0, 10549.0, 10553.0, 10579.0, 10589.0, 10543.0, 10512.0, 10550.0, 10560.0, 10584.0, 10534.0, 10507.0, 10563.0, 10559.0, 10563.0, 10546.0, 10514.0, 10583.0, 10585.0, 10561.0, 10527.0, 10514.0, 10571.0, 10602.0, 10572.0, 10517.0, 10487.0, 10548.0, 10563.0, 10563.0, 10546.0, 10503.0, 10551.0, 10601.0, 10568.0, 10548.0, 10501.0, 10545.0, 10573.0, 10554.0, 10575.0, 10525.0, 10546.0, 10582.0, 10578.0, 10623.0, 10549.0, 10528.0, 10541.0, 10583.0, 10620.0, 10578.0, 10548.0, 10526.0, 10586.0, 10621.0, 10571.0, 10532.0, 10536.0, 10579.0, 10603.0, 10557.0, 10530.0, 10550.0, 10564.0, 10621.0, 10558.0, 10525.0, 10569.0, 10567.0, 10586.0, 10565.0, 10528.0, 10525.0, 10552.0, 10550.0, 10611.0, 10569.0, 10554.0, 10546.0, 10565.0, 10562.0, 10625.0, 10569.0, 10536.0, 10549.0, 10567.0, 10577.0, 10575.0, 10561.0, 10550.0, 10569.0, 10608.0, 10569.0, 10540.0, 10543.0, 10571.0, 10603.0, 10573.0, 10568.0, 10567.0, 10550.0, 10634.0, 10542.0, 10502.0, 10550.0, 10547.0, 10614.0, 10543.0, 10492.0, 10540.0, 10549.0, 10530.0, 10586.0, 10537.0, 10521.0, 10570.0, 10570.0, 10577.0, 10598.0, 10548.0, 10569.0, 10587.0, 10577.0, 10622.0, 10551.0, 10556.0, 10594.0, 10585.0, 10597.0, 10539.0, 10572.0, 10597.0, 10587.0, 10613.0, 10510.0, 10564.0, 10576.0, 10570.0, 10652.0, 10598.0, 10502.0, 10542.0, 10545.0, 10592.0, 10592.0, 10529.0, 10478.0, 10540.0, 10550.0, 10533.0, 10553.0, 10512.0, 10558.0, 10563.0, 10563.0, 10583.0, 10526.0, 10561.0, 10573.0, 10620.0, 10570.0, 10542.0, 10577.0, 10570.0, 10645.0, 10548.0, 10565.0, 10568.0, 10565.0, 10646.0, 10520.0, 10548.0, 10554.0, 10592.0, 10631.0, 10535.0, 10532.0, 10546.0, 10544.0, 10629.0, 10546.0, 10525.0, 10563.0, 10566.0, 10621.0, 10573.0, 10549.0, 10546.0, 10588.0, 10621.0, 10591.0, 10575.0, 10538.0, 10585.0, 10613.0, 10583.0, 10591.0, 10550.0, 10566.0, 10637.0, 10589.0, 10550.0, 10499.0, 10570.0, 10592.0, 10591.0, 10563.0, 10524.0, 10581.0, 10562.0, 10628.0, 10564.0, 10515.0, 10515.0, 10561.0, 10597.0, 10585.0, 10540.0, 10500.0, 10560.0, 10566.0, 10554.0, 10572.0, 10517.0, 10537.0, 10564.0, 10564.0, 10592.0, 10614.0, 10525.0, 10566.0, 10598.0, 10605.0, 10646.0, 10580.0, 10538.0, 10551.0, 10541.0, 10626.0, 10549.0, 10533.0, 10571.0, 10539.0, 10605.0, 10503.0, 10538.0, 10565.0, 10551.0, 10509.0, 10505.0, 10574.0, 10612.0, 10589.0, 10528.0, 10504.0, 10537.0, 10541.0, 10540.0, 10565.0, 10527.0, 10523.0, 10550.0, 10545.0, 10579.0, 10584.0, 10537.0, 10532.0, 10545.0, 10578.0, 10602.0, 10542.0, 10546.0, 10551.0, 10573.0, 10636.0, 10543.0, 10508.0, 10570.0, 10547.0, 10634.0, 10592.0, 10564.0, 10554.0, 10553.0, 10638.0, 10602.0, 10541.0, 10522.0, 10552.0, 10596.0, 10570.0, 10571.0, 10494.0, 10525.0, 10522.0, 10511.0, 10525.0, 10531.0, 10537.0, 10605.0, 10614.0, 10519.0, 10515.0, 10528.0, 10587.0, 10593.0, 10534.0, 10482.0, 10475.0, 10516.0, 10513.0, 10558.0, 10563.0, 10464.0, 10475.0, 10507.0, 10549.0, 10569.0, 10528.0, 10501.0, 10500.0, 10560.0, 10570.0, 10535.0, 10521.0, 10473.0, 10539.0, 10536.0, 10538.0, 10523.0, 10471.0, 10539.0, 10569.0, 10544.0, 10623.0, 10549.0, 10538.0, 10490.0, 10545.0, 10568.0, 10595.0, 10548.0, 10494.0, 10520.0, 10544.0, 10570.0, 10583.0, 10530.0, 10492.0, 10528.0, 10542.0, 10584.0, 10609.0, 10511.0, 10501.0, 10543.0, 10541.0, 10615.0, 10575.0, 10563.0, 10503.0, 10548.0, 10543.0, 10575.0, 10592.0, 10511.0, 10530.0, 10542.0, 10580.0, 10615.0, 10522.0, 10481.0, 10545.0, 10536.0, 10614.0, 10539.0, 10501.0, 10542.0, 10539.0, 10594.0, 10542.0, 10474.0, 10524.0, 10543.0, 10564.0, 10556.0, 10530.0, 10502.0, 10522.0, 10532.0, 10595.0, 10578.0, 10500.0, 10505.0, 10539.0, 10540.0, 10594.0, 10525.0, 10503.0, 10542.0, 10545.0, 10594.0, 10519.0, 10504.0, 10552.0, 10589.0, 10597.0, 10521.0, 10466.0, 10526.0, 10537.0, 10560.0, 10566.0, 10520.0, 10495.0, 10521.0, 10505.0, 10566.0, 10590.0, 10477.0, 10514.0, 10507.0, 10535.0, 10604.0, 10526.0, 10485.0, 10521.0, 10533.0, 10591.0, 10522.0, 10489.0, 10497.0, 10530.0, 10533.0, 10582.0, 10581.0, 10498.0, 10516.0, 10524.0, 10538.0, 10602.0, 10511.0, 10501.0, 10508.0, 10534.0, 10610.0, 10546.0, 10491.0, 10497.0, 10515.0, 10588.0, 10538.0, 10490.0, 10480.0, 10505.0, 10508.0, 10548.0, 10587.0, 10493.0, 10487.0, 10529.0, 10516.0, 10604.0, 10555.0, 10495.0, 10488.0, 10549.0, 10571.0, 10532.0, 10545.0, 10516.0, 10528.0, 10546.0, 10515.0, 10613.0, 10570.0, 10520.0, 10501.0, 10560.0, 10614.0, 10557.0, 10519.0, 10480.0, 10542.0, 10590.0, 10572.0, 10514.0, 10455.0, 10528.0, 10587.0, 10550.0, 10499.0, 10474.0, 10521.0, 10561.0, 10564.0, 10510.0, 10469.0, 10502.0, 10506.0, 10540.0, 10555.0, 10490.0, 10504.0, 10508.0, 10549.0, 10553.0, 10505.0, 10509.0, 10515.0, 10529.0, 10588.0, 10509.0, 10507.0, 10519.0, 10558.0, 10612.0, 10532.0, 10498.0, 10515.0, 10558.0, 10609.0, 10557.0, 10491.0, 10488.0, 10561.0, 10594.0, 10555.0, 10495.0, 10526.0, 10564.0, 10599.0, 10596.0, 10540.0, 10488.0, 10548.0, 10571.0, 10545.0, 10605.0, 10520.0, 10542.0, 10516.0, 10540.0, 10613.0, 10541.0, 10507.0, 10495.0, 10542.0, 10581.0, 10601.0, 10522.0, 10526.0, 10539.0, 10607.0, 10565.0, 10512.0, 10503.0, 10497.0, 10597.0, 10598.0, 10533.0, 10469.0, 10512.0, 10525.0, 10571.0, 10574.0, 10538.0, 10465.0, 10508.0, 10500.0, 10576.0, 10574.0, 10514.0, 10487.0, 10535.0, 10541.0, 10597.0, 10537.0, 10467.0, 10538.0, 10526.0, 10579.0, 10545.0, 10491.0, 10524.0, 10528.0, 10586.0, 10527.0, 10476.0, 10512.0, 10512.0, 10573.0, 10530.0, 10476.0, 10545.0, 10546.0, 10600.0, 10538.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.0004986887966804979</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04811095203319502</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.98594007138706</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1266141660382045</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9517963529318942</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5278</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3498.3386</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2866888979624386</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>849</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>70.45643153526972</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3818884789694152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.269551218616955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.500921667646108</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375192550645183</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00753933</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.00014666419883724302</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05001433566212654</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.550084718013409</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.0142</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.2105</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>271.721</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287692.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1216.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>493.2441</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1375</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.1125</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4031.816</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4126.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88852.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>2073.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5244.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.7912</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.604169291676953</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> |