=== 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-0098 --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-0098",
"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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-01/func/sub-0098_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>e78d7cfb5a2c8aa5d8b7e47ef2531832</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:19:26.702500</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.995876, -0.0832133, -0.0361561, 0.0888795, 0.974814, 0.204544]</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.0898485</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>38</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4216, -7815, -7158, 234, -135, 68, -50, 94]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.026</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1bb3c00e-2aff-4c07-83ef-8f5feff2a5c4||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.6718616485595703, 0.23845729231834412, -0.04920675978064537, 105.46257019042969], [0.22325512766838074, 2.6153547763824463, 0.5586665868759155, -110.32652282714844], [-0.09700416028499603, -0.5487755537033081, 2.6411116123199463, -26.136022567749023], [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': ['151926.702500', '151927.162500', '151927.622500', '151928.082500', '151928.542500', '151929.002500', '151929.462500', '151929.922500', '151930.382500', '151930.842500', '151931.302500', '151931.762500', '151932.222500', '151932.682500', '151933.142500', '151933.602500', '151934.062500', '151934.522500', '151934.982500', '151935.442500', '151935.902500', '151936.362500', '151936.822500', '151937.282500', '151937.742500', '151938.202500', '151938.662500', '151939.122500', '151939.582500', '151940.042500', '151940.502500', '151940.962500', '151941.422500', '151941.882500', '151942.342500', '151942.802500', '151943.262500', '151943.722500', '151944.182500', '151944.642500', '151945.102500', '151945.562500', '151946.022500', '151946.482500', '151946.942500', '151947.402500', '151947.862500', '151948.322500', '151948.782500', '151949.242500', '151949.702500', '151950.162500', '151950.622500', '151951.082500', '151951.542500', '151952.002500', '151952.462500', '151952.922500', '151953.382500', '151953.842500', '151954.302500', '151954.762500', '151955.222500', '151955.682500', '151956.142500', '151956.602500', '151957.062500', '151957.522500', '151957.982500', '151958.442500', '151958.902500', '151959.362500', '151959.822500', '152000.282500', '152000.742500', '152001.202500', '152001.662500', '152002.122500', '152002.582500', '152003.042500', '152003.502500', '152003.962500', '152004.422500', '152004.882500', '152005.342500', '152005.802500', '152006.262500', '152006.722500', '152007.182500', '152007.642500', '152008.102500', '152008.562500', '152009.022500', '152009.482500', '152009.942500', '152010.402500', '152010.862500', '152011.322500', '152011.782500', '152012.242500', '152012.702500', '152013.162500', '152013.622500', '152014.082500', '152014.542500', '152015.002500', '152015.462500', '152015.922500', '152016.382500', '152016.842500', '152017.302500', '152017.762500', '152018.222500', '152018.682500', '152019.142500', '152019.602500', '152020.062500', '152020.522500', '152020.982500', '152021.442500', '152021.902500', '152022.362500', '152022.822500', '152023.282500', '152023.742500', '152024.202500', '152024.662500', '152025.122500', '152025.582500', '152026.042500', '152026.502500', '152026.962500', '152027.422500', '152027.882500', '152028.342500', '152028.802500', '152029.262500', '152029.722500', '152030.182500', '152030.642500', '152031.102500', '152031.562500', '152032.022500', '152032.482500', '152032.942500', '152033.402500', '152033.862500', '152034.322500', '152034.782500', '152035.242500', '152035.702500', '152036.162500', '152036.622500', '152037.082500', '152037.542500', '152038.002500', '152038.462500', '152038.922500', '152039.382500', '152039.842500', '152040.302500', '152040.762500', '152041.222500', '152041.682500', '152042.142500', '152042.602500', '152043.062500', '152043.522500', '152043.982500', '152044.442500', '152044.902500', '152045.362500', '152045.822500', '152046.282500', '152046.742500', '152047.202500', '152047.662500', '152048.122500', '152048.582500', '152049.042500', '152049.502500', '152049.962500', '152050.422500', '152050.882500', '152051.342500', '152051.802500', '152052.262500', '152052.722500', '152053.182500', '152053.642500', '152054.102500', '152054.562500', '152055.022500', '152055.482500', '152055.942500', '152056.402500', '152056.862500', '152057.322500', '152057.782500', '152058.242500', '152058.702500', '152059.162500', '152059.622500', '152100.082500', '152100.542500', '152101.002500', '152101.462500', '152101.922500', '152102.382500', '152102.842500', '152103.302500', '152103.762500', '152104.222500', '152104.682500', '152105.142500', '152105.602500', '152106.062500', '152106.522500', '152106.982500', '152107.442500', '152107.902500', '152108.362500', '152108.822500', '152109.282500', '152109.742500', '152110.202500', '152110.662500', '152111.122500', '152111.582500', '152112.042500', '152112.502500', '152112.962500', '152113.422500', '152113.882500', '152114.342500', '152114.802500', '152115.262500', '152115.722500', '152116.182500', '152116.642500', '152117.102500', '152117.562500', '152118.022500', '152118.482500', '152118.942500', '152119.402500', '152119.862500', '152120.322500', '152120.782500', '152121.242500', '152121.702500', '152122.162500', '152122.622500', '152123.082500', '152123.542500', '152124.002500', '152124.462500', '152124.922500', '152125.382500', '152125.842500', '152126.302500', '152126.762500', '152127.222500', '152127.682500', '152128.142500', '152128.602500', '152129.062500', '152129.522500', '152129.982500', '152130.442500', '152130.902500', '152131.362500', '152131.822500', '152132.282500', '152132.742500', '152133.202500', '152133.662500', '152134.122500', '152134.582500', '152135.042500', '152135.502500', '152135.962500', '152136.422500', '152136.882500', '152137.342500', '152137.802500', '152138.262500', '152138.722500', '152139.182500', '152139.642500', '152140.102500', '152140.562500', '152141.022500', '152141.482500', '152141.942500', '152142.402500', '152142.862500', '152143.322500', '152143.782500', '152144.242500', '152144.702500', '152145.162500', '152145.622500', '152146.082500', '152146.542500', '152147.002500', '152147.462500', '152147.922500', '152148.382500', '152148.842500', '152149.302500', '152149.762500', '152150.222500', '152150.682500', '152151.142500', '152151.602500', '152152.062500', '152152.522500', '152152.982500', '152153.442500', '152153.902500', '152154.362500', '152154.822500', '152155.282500', '152155.742500', '152156.202500', '152156.662500', '152157.122500', '152157.582500', '152158.042500', '152158.502500', '152158.962500', '152159.422500', '152159.882500', '152200.342500', '152200.802500', '152201.262500', '152201.722500', '152202.182500', '152202.642500', '152203.102500', '152203.562500', '152204.022500', '152204.482500', '152204.942500', '152205.402500', '152205.862500', '152206.322500', '152206.782500', '152207.242500', '152207.702500', '152208.162500', '152208.622500', '152209.082500', '152209.542500', '152210.002500', '152210.462500', '152210.922500', '152211.382500', '152211.842500', '152212.302500', '152212.762500', '152213.222500', '152213.682500', '152214.142500', '152214.602500', '152215.062500', '152215.522500', '152215.982500', '152216.442500', '152216.902500', '152217.362500', '152217.822500', '152218.282500', '152218.742500', '152219.202500', '152219.662500', '152220.122500', '152220.582500', '152221.042500', '152221.502500', '152221.962500', '152222.422500', '152222.882500', '152223.342500', '152223.802500', '152224.262500', '152224.722500', '152225.182500', '152225.642500', '152226.102500', '152226.562500', '152227.022500', '152227.482500', '152227.942500', '152228.402500', '152228.862500', '152229.322500', '152229.782500', '152230.242500', '152230.702500', '152231.162500', '152231.622500', '152232.082500', '152232.542500', '152233.002500', '152233.462500', '152233.922500', '152234.382500', '152234.842500', '152235.302500', '152235.762500', '152236.222500', '152236.682500', '152237.142500', '152237.602500', '152238.062500', '152238.522500', '152238.982500', '152239.442500', '152239.902500', '152240.362500', '152240.822500', '152241.282500', '152241.742500', '152242.202500', '152242.662500', '152243.122500', '152243.582500', '152244.042500', '152244.502500', '152244.962500', '152245.422500', '152245.882500', '152246.342500', '152246.802500', '152247.262500', '152247.722500', '152248.182500', '152248.642500', '152249.102500', '152249.562500', '152250.022500', '152250.482500', '152250.942500', '152251.402500', '152251.862500', '152252.322500', '152252.782500', '152253.242500', '152253.702500', '152254.162500', '152254.622500', '152255.082500', '152255.542500', '152256.002500', '152256.462500', '152256.922500', '152257.382500', '152257.842500', '152258.302500', '152258.762500', '152259.222500', '152259.682500', '152300.142500', '152300.602500', '152301.062500', '152301.522500', '152301.982500', '152302.442500', '152302.902500', '152303.362500', '152303.822500', '152304.282500', '152304.742500', '152305.202500', '152305.662500', '152306.122500', '152306.582500', '152307.042500', '152307.502500', '152307.962500', '152308.422500', '152308.882500', '152309.342500', '152309.802500', '152310.262500', '152310.722500', '152311.182500', '152311.642500', '152312.102500', '152312.562500', '152313.022500', '152313.482500', '152313.942500', '152314.402500', '152314.862500', '152315.322500', '152315.782500', '152316.242500', '152316.702500', '152317.162500', '152317.622500', '152318.082500', '152318.542500', '152319.002500', '152319.462500', '152319.922500', '152320.382500', '152320.842500', '152321.302500', '152321.762500', '152322.222500', '152322.682500', '152323.142500', '152323.602500', '152324.062500', '152324.522500', '152324.982500', '152325.442500', '152325.902500', '152326.362500', '152326.822500', '152327.282500', '152327.742500', '152328.202500', '152328.662500', '152329.122500', '152329.582500', '152330.042500', '152330.502500', '152330.962500', '152331.422500', '152331.882500', '152332.342500', '152332.802500', '152333.262500', '152333.722500', '152334.182500', '152334.642500', '152335.102500', '152335.562500', '152336.022500', '152336.482500', '152336.942500', '152337.402500', '152337.862500', '152338.322500', '152338.782500', '152339.242500', '152339.702500', '152340.162500', '152340.622500', '152341.082500', '152341.542500', '152342.002500', '152342.462500', '152342.922500', '152343.382500', '152343.842500', '152344.302500', '152344.762500', '152345.222500', '152345.682500', '152346.142500', '152346.602500', '152347.062500', '152347.522500', '152347.982500', '152348.442500', '152348.902500', '152349.362500', '152349.822500', '152350.282500', '152350.742500', '152351.202500', '152351.662500', '152352.122500', '152352.582500', '152353.042500', '152353.502500', '152353.962500', '152354.422500', '152354.882500', '152355.342500', '152355.802500', '152356.262500', '152356.722500', '152357.182500', '152357.642500', '152358.102500', '152358.562500', '152359.022500', '152359.482500', '152359.942500', '152400.402500', '152400.862500', '152401.322500', '152401.782500', '152402.242500', '152402.702500', '152403.162500', '152403.622500', '152404.082500', '152404.542500', '152405.002500', '152405.462500', '152405.922500', '152406.382500', '152406.842500', '152407.302500', '152407.762500', '152408.222500', '152408.682500', '152409.142500', '152409.602500', '152410.062500', '152410.522500', '152410.982500', '152411.442500', '152411.902500', '152412.362500', '152412.822500', '152413.282500', '152413.742500', '152414.202500', '152414.662500', '152415.122500', '152415.582500', '152416.042500', '152416.502500', '152416.962500', '152417.422500', '152417.882500', '152418.342500', '152418.802500', '152419.262500', '152419.722500', '152420.182500', '152420.642500', '152421.102500', '152421.562500', '152422.022500', '152422.482500', '152422.942500', '152423.402500', '152423.862500', '152424.322500', '152424.782500', '152425.242500', '152425.702500', '152426.162500', '152426.622500', '152427.082500', '152427.542500', '152428.002500', '152428.462500', '152428.922500', '152429.382500', '152429.842500', '152430.302500', '152430.762500', '152431.222500', '152431.682500', '152432.142500', '152432.602500', '152433.062500', '152433.522500', '152433.982500', '152434.442500', '152434.902500', '152435.362500', '152435.822500', '152436.282500', '152436.742500', '152437.202500', '152437.662500', '152438.122500', '152438.582500', '152439.042500', '152439.502500', '152439.962500', '152440.422500', '152440.882500', '152441.342500', '152441.802500', '152442.262500', '152442.722500', '152443.182500', '152443.642500', '152444.102500', '152444.562500', '152445.022500', '152445.482500', '152445.942500', '152446.402500', '152446.862500', '152447.322500', '152447.782500', '152448.242500', '152448.702500', '152449.162500', '152449.622500', '152450.082500', '152450.542500', '152451.002500', '152451.462500', '152451.922500', '152452.382500', '152452.842500', '152453.302500', '152453.762500', '152454.222500', '152454.682500', '152455.142500', '152455.602500', '152456.062500', '152456.522500', '152456.982500', '152457.442500', '152457.902500', '152458.362500', '152458.822500', '152459.282500', '152459.742500', '152500.202500', '152500.662500', '152501.122500', '152501.582500', '152502.042500', '152502.502500', '152502.962500', '152503.422500', '152503.882500', '152504.342500', '152504.802500', '152505.262500', '152505.722500', '152506.182500', '152506.642500', '152507.102500', '152507.562500', '152508.022500', '152508.482500', '152508.942500', '152509.402500', '152509.862500', '152510.322500', '152510.782500', '152511.242500', '152511.702500', '152512.162500', '152512.622500', '152513.082500', '152513.542500', '152514.002500', '152514.462500', '152514.922500', '152515.382500', '152515.842500', '152516.302500', '152516.762500', '152517.222500', '152517.682500', '152518.142500', '152518.602500', '152519.062500', '152519.522500', '152519.982500', '152520.442500', '152520.902500', '152521.362500', '152521.822500', '152522.282500', '152522.742500', '152523.202500', '152523.662500', '152524.122500', '152524.582500', '152525.042500', '152525.502500', '152525.962500', '152526.422500', '152526.882500', '152527.342500', '152527.802500', '152528.262500', '152528.722500', '152529.182500', '152529.642500', '152530.102500', '152530.562500', '152531.022500', '152531.482500', '152531.942500', '152532.402500', '152532.862500', '152533.322500', '152533.782500', '152534.242500', '152534.702500', '152535.162500', '152535.622500', '152536.082500', '152536.542500', '152537.002500', '152537.462500', '152537.922500', '152538.382500', '152538.842500', '152539.302500', '152539.762500', '152540.222500', '152540.682500', '152541.142500', '152541.602500', '152542.062500', '152542.522500', '152542.982500', '152543.442500', '152543.902500', '152544.362500', '152544.822500', '152545.282500', '152545.742500', '152546.202500', '152546.662500', '152547.122500', '152547.582500', '152548.042500', '152548.502500', '152548.962500', '152549.422500', '152549.882500', '152550.342500', '152550.802500', '152551.262500', '152551.722500', '152552.182500', '152552.642500', '152553.102500', '152553.562500', '152554.022500', '152554.482500', '152554.942500', '152555.402500', '152555.862500', '152556.322500', '152556.782500', '152557.242500', '152557.702500', '152558.162500', '152558.622500', '152559.082500', '152559.542500', '152600.002500', '152600.462500', '152600.922500', '152601.382500', '152601.842500', '152602.302500', '152602.762500', '152603.222500', '152603.682500', '152604.142500', '152604.602500', '152605.062500', '152605.522500', '152605.982500', '152606.442500', '152606.902500', '152607.362500', '152607.822500', '152608.282500', '152608.742500', '152609.202500', '152609.662500', '152610.122500', '152610.582500', '152611.042500', '152611.502500', '152611.962500', '152612.422500', '152612.882500', '152613.342500', '152613.802500', '152614.262500', '152614.722500', '152615.182500', '152615.642500', '152616.102500', '152616.562500', '152617.022500', '152617.482500', '152617.942500', '152618.402500', '152618.862500', '152619.322500', '152619.782500', '152620.242500', '152620.702500', '152621.162500', '152621.622500', '152622.082500', '152622.542500', '152623.002500', '152623.462500', '152623.922500', '152624.382500', '152624.842500', '152625.302500', '152625.762500', '152626.222500', '152626.682500', '152627.142500', '152627.602500', '152628.062500', '152628.522500', '152628.982500', '152629.442500', '152629.902500', '152630.362500', '152630.822500', '152631.282500', '152631.742500', '152632.202500', '152632.662500', '152633.122500', '152633.582500', '152634.042500', '152634.502500', '152634.962500', '152635.422500', '152635.882500', '152636.342500', '152636.802500', '152637.262500', '152637.722500', '152638.182500', '152638.642500', '152639.102500', '152639.562500', '152640.022500', '152640.482500', '152640.942500', '152641.402500', '152641.862500', '152642.322500', '152642.782500', '152643.242500', '152643.702500', '152644.162500', '152644.622500', '152645.082500', '152645.542500', '152646.002500', '152646.462500', '152646.922500', '152647.382500', '152647.842500', '152648.302500', '152648.762500', '152649.222500', '152649.682500', '152650.142500', '152650.602500', '152651.062500', '152651.522500', '152651.982500', '152652.442500', '152652.902500', '152653.362500', '152653.822500', '152654.282500', '152654.742500', '152655.202500', '152655.662500', '152656.122500', '152656.582500', '152657.042500', '152657.502500', '152657.962500', '152658.422500', '152658.882500', '152659.342500', '152659.802500', '152700.262500', '152700.722500', '152701.182500', '152701.642500', '152702.102500', '152702.562500', '152703.022500', '152703.482500', '152703.942500', '152704.402500', '152704.862500', '152705.322500', '152705.782500', '152706.242500', '152706.702500', '152707.162500', '152707.622500', '152708.082500', '152708.542500', '152709.002500', '152709.462500', '152709.922500', '152710.382500', '152710.842500', '152711.302500', '152711.762500', '152712.222500', '152712.682500', '152713.142500', '152713.602500', '152714.062500', '152714.522500', '152714.982500', '152715.442500', '152715.902500', '152716.362500', '152716.822500', '152717.282500', '152717.742500', '152718.202500', '152718.662500', '152719.122500', '152719.582500', '152720.042500', '152720.502500', '152720.962500', '152721.422500', '152721.882500', '152722.342500', '152722.802500', '152723.262500', '152723.722500', '152724.182500', '152724.642500', '152725.102500', '152725.562500', '152726.022500', '152726.482500', '152726.942500', '152727.402500', '152727.862500', '152728.322500', '152728.782500', '152729.242500', '152729.702500', '152730.162500', '152730.622500', '152731.082500', '152731.542500', '152732.002500', '152732.462500', '152732.922500', '152733.382500', '152733.842500', '152734.302500', '152734.762500', '152735.222500', '152735.682500', '152736.142500', '152736.602500', '152737.062500', '152737.522500', '152737.982500', '152738.442500', '152738.902500', '152739.362500', '152739.822500', '152740.282500', '152740.742500', '152741.202500', '152741.662500', '152742.122500', '152742.582500', '152743.042500', '152743.502500', '152743.962500', '152744.422500', '152744.882500', '152745.342500', '152745.802500', '152746.262500', '152746.722500', '152747.182500', '152747.642500', '152748.102500', '152748.562500', '152749.022500', '152749.482500', '152749.942500', '152750.402500', '152750.862500', '152751.322500', '152751.782500', '152752.242500', '152752.702500', '152753.162500', '152753.622500', '152754.082500', '152754.542500', '152755.002500', '152755.462500', '152755.922500', '152756.382500', '152756.842500', '152757.302500', '152757.762500', '152758.222500', '152758.682500', '152759.142500', '152759.602500', '152800.062500', '152800.522500', '152800.982500', '152801.442500', '152801.902500', '152802.362500', '152802.822500', '152803.282500', '152803.742500', '152804.202500', '152804.662500', '152805.122500', '152805.582500', '152806.042500', '152806.502500', '152806.962500', '152807.422500', '152807.882500', '152808.342500', '152808.802500', '152809.262500', '152809.722500', '152810.182500', '152810.642500', '152811.102500', '152811.562500', '152812.022500', '152812.482500', '152812.942500', '152813.402500', '152813.862500', '152814.322500', '152814.782500', '152815.242500', '152815.702500', '152816.162500', '152816.622500', '152817.082500', '152817.542500', '152818.002500', '152818.462500', '152818.922500', '152819.382500', '152819.842500', '152820.302500', '152820.762500', '152821.222500', '152821.682500', '152822.142500', '152822.602500', '152823.062500', '152823.522500', '152823.982500', '152824.442500', '152824.902500', '152825.362500', '152825.822500', '152826.282500', '152826.742500', '152827.202500', '152827.662500', '152828.122500', '152828.582500', '152829.042500', '152829.502500', '152829.962500', '152830.422500', '152830.882500', '152831.342500', '152831.802500', '152832.262500', '152832.722500', '152833.182500', '152833.642500', '152834.102500', '152834.562500', '152835.022500', '152835.482500', '152835.942500', '152836.402500', '152836.862500', '152837.322500', '152837.782500', '152838.242500', '152838.702500', '152839.162500', '152839.622500', '152840.082500', '152840.542500', '152841.002500', '152841.462500', '152841.922500', '152842.382500'], 'ContentTime': ['151945.418000', '151945.423000', '151945.426000', '151945.428000', '151945.431000', '151945.433000', '151945.436000', '151945.439000', '151945.441000', '151945.444000', '151945.446000', '151945.449000', '151945.451000', '151945.454000', '151945.457000', '151945.459000', '151945.462000', '151945.465000', '151945.467000', '151945.470000', '151945.472000', '151945.475000', '151945.478000', '151945.480000', '151945.483000', '151945.485000', '151945.488000', '151945.491000', '151945.500000', '151945.503000', '151945.505000', '151945.508000', '151945.511000', '151945.513000', '151945.516000', '151945.518000', '151945.521000', '151945.524000', '151945.526000', '152005.388000', '152005.391000', '152005.394000', '152005.397000', '152005.399000', '152005.402000', '152005.405000', '152005.407000', '152005.410000', '152005.412000', '152005.415000', '152005.417000', '152005.420000', '152005.423000', '152005.425000', '152005.428000', '152005.430000', '152005.433000', '152005.435000', '152005.438000', '152005.440000', '152005.443000', '152005.446000', '152005.448000', '152005.451000', '152005.453000', '152005.456000', '152005.459000', '152005.461000', '152005.464000', '152005.466000', '152005.469000', '152005.471000', '152005.474000', '152005.476000', '152005.479000', '152005.482000', '152005.484000', '152005.487000', '152005.489000', '152005.492000', '152005.495000', '152005.497000', '152025.389000', '152025.427000', '152025.430000', '152025.433000', '152025.435000', '152025.438000', '152025.441000', '152025.443000', '152025.446000', '152025.449000', '152025.452000', '152025.454000', '152025.457000', '152025.460000', '152025.462000', '152025.465000', '152025.468000', '152025.471000', '152025.473000', '152025.476000', '152025.479000', '152025.481000', '152025.484000', '152025.486000', '152025.489000', '152025.492000', '152025.494000', '152025.497000', '152025.499000', '152025.502000', '152025.504000', '152025.507000', '152025.510000', '152025.512000', '152025.515000', '152025.517000', '152025.520000', '152025.522000', '152025.525000', '152025.527000', '152025.530000', '152025.532000', '152025.535000', '152025.538000', '152045.390000', '152045.392000', '152045.395000', '152045.398000', '152045.400000', '152045.403000', '152045.405000', '152045.408000', '152045.411000', '152045.413000', '152045.416000', '152045.418000', '152045.421000', '152045.424000', '152045.427000', '152045.429000', '152045.432000', '152045.435000', '152045.437000', '152045.440000', '152045.442000', '152045.445000', '152045.447000', '152045.450000', '152045.453000', '152045.455000', '152045.467000', '152045.471000', '152045.474000', '152045.477000', '152045.480000', '152045.482000', '152045.485000', '152045.487000', '152045.490000', '152045.493000', '152045.495000', '152045.498000', '152045.500000', '152045.503000', '152045.505000', '152045.515000', '152045.517000', '152105.388000', '152105.391000', '152105.394000', '152105.397000', '152105.399000', '152105.402000', '152105.404000', '152105.407000', '152105.410000', '152105.412000', '152105.415000', '152105.418000', '152105.420000', '152105.423000', '152105.425000', '152105.428000', '152105.431000', '152105.433000', '152105.436000', '152105.438000', '152105.441000', '152105.444000', '152105.446000', '152105.449000', '152105.451000', '152105.454000', '152105.456000', '152105.459000', '152105.462000', '152105.464000', '152105.467000', '152105.469000', '152105.472000', '152105.475000', '152105.477000', '152105.480000', '152105.483000', '152105.485000', '152105.488000', '152105.490000', '152105.493000', '152105.495000', '152105.498000', '152105.500000', '152125.389000', '152125.391000', '152125.394000', '152125.397000', '152125.399000', '152125.402000', '152125.404000', '152125.407000', '152125.410000', '152125.412000', '152125.415000', '152125.418000', '152125.420000', '152125.423000', '152125.426000', '152125.428000', '152125.431000', '152125.433000', '152125.436000', '152125.438000', '152125.441000', '152125.444000', '152125.447000', '152125.449000', '152125.452000', '152125.455000', '152125.457000', '152125.460000', '152125.463000', '152125.465000', '152125.468000', '152125.470000', '152125.473000', '152125.476000', '152125.478000', '152125.481000', '152125.483000', '152125.486000', '152125.489000', '152125.491000', '152125.494000', '152125.497000', '152125.499000', '152145.388000', '152145.391000', '152145.394000', '152145.396000', '152145.399000', '152145.401000', '152145.404000', '152145.407000', '152145.409000', '152145.412000', '152145.414000', '152145.417000', '152145.420000', '152145.422000', '152145.425000', '152145.427000', '152145.430000', '152145.432000', '152145.435000', '152145.438000', '152145.440000', '152145.443000', '152145.445000', '152145.448000', '152145.450000', '152145.453000', '152145.456000', '152145.458000', '152145.461000', '152145.463000', '152145.466000', '152145.469000', '152145.471000', '152145.474000', '152145.476000', '152145.479000', '152145.481000', '152145.484000', '152145.487000', '152145.489000', '152145.492000', '152145.529000', '152145.531000', '152145.534000', '152205.388000', '152205.391000', '152205.394000', '152205.396000', '152205.399000', '152205.402000', '152205.404000', '152205.407000', '152205.409000', '152205.412000', '152205.415000', '152205.417000', '152205.420000', '152205.423000', '152205.425000', '152205.428000', '152205.430000', '152205.433000', '152205.436000', '152205.438000', '152205.441000', '152205.443000', '152205.446000', '152205.449000', '152205.451000', '152205.454000', '152205.457000', '152205.460000', '152205.463000', '152205.465000', '152205.468000', '152205.471000', '152205.473000', '152205.476000', '152205.478000', '152205.481000', '152205.483000', '152205.486000', '152205.489000', '152205.491000', '152205.494000', '152205.496000', '152205.499000', '152225.388000', '152225.391000', '152225.394000', '152225.397000', '152225.399000', '152225.402000', '152225.404000', '152225.407000', '152225.410000', '152225.413000', '152225.415000', '152225.418000', '152225.420000', '152225.423000', '152225.426000', '152225.428000', '152225.431000', '152225.433000', '152225.436000', '152225.439000', '152225.441000', '152225.444000', '152225.446000', '152225.449000', '152225.451000', '152225.454000', '152225.457000', '152225.460000', '152225.462000', '152225.465000', '152225.468000', '152225.470000', '152225.473000', '152225.475000', '152225.478000', '152225.481000', '152225.483000', '152225.486000', '152225.489000', '152225.491000', '152225.494000', '152225.496000', '152225.499000', '152225.502000', '152245.389000', '152245.393000', '152245.395000', '152245.398000', '152245.400000', '152245.403000', '152245.406000', '152245.408000', '152245.411000', '152245.414000', '152245.416000', '152245.419000', '152245.421000', '152245.424000', '152245.427000', '152245.429000', '152245.432000', '152245.435000', '152245.437000', '152245.440000', '152245.442000', '152245.445000', '152245.448000', '152245.450000', '152245.453000', '152245.455000', '152245.458000', '152245.461000', '152245.463000', '152245.466000', '152245.469000', '152245.471000', '152245.474000', '152245.477000', '152245.479000', '152245.482000', '152245.484000', '152245.487000', '152245.490000', '152245.492000', '152245.495000', '152245.497000', '152245.500000', '152305.389000', '152305.392000', '152305.395000', '152305.398000', '152305.400000', '152305.403000', '152305.405000', '152305.408000', '152305.411000', '152305.413000', '152305.416000', '152305.419000', '152305.421000', '152305.424000', '152305.426000', '152305.429000', '152305.431000', '152305.434000', '152305.437000', '152305.440000', '152305.443000', '152305.445000', '152305.448000', '152305.451000', '152305.453000', '152305.456000', '152305.459000', '152305.461000', '152305.464000', '152305.466000', '152305.469000', '152305.472000', '152305.474000', '152305.477000', '152305.479000', '152305.482000', '152305.485000', '152305.487000', '152305.490000', '152305.492000', '152305.495000', '152305.498000', '152305.500000', '152305.503000', '152325.388000', '152325.391000', '152325.394000', '152325.397000', '152325.399000', '152325.402000', '152325.405000', '152325.407000', '152325.410000', '152325.413000', '152325.416000', '152325.418000', '152325.421000', '152325.423000', '152325.426000', '152325.429000', '152325.431000', '152325.434000', '152325.436000', '152325.439000', '152325.441000', '152325.444000', '152325.460000', '152325.463000', '152325.465000', '152325.468000', '152325.470000', '152325.473000', '152325.475000', '152325.478000', '152325.481000', '152325.483000', '152325.486000', '152325.488000', '152325.491000', '152325.494000', '152325.496000', '152325.499000', '152325.501000', '152325.504000', '152325.507000', '152325.509000', '152325.512000', '152345.389000', '152345.391000', '152345.394000', '152345.397000', '152345.399000', '152345.402000', '152345.404000', '152345.407000', '152345.410000', '152345.413000', '152345.415000', '152345.418000', '152345.420000', '152345.423000', '152345.426000', '152345.428000', '152345.431000', '152345.433000', '152345.436000', '152345.439000', '152345.441000', '152345.444000', '152345.447000', '152345.449000', '152345.452000', '152345.454000', '152345.457000', '152345.459000', '152345.462000', '152345.465000', '152345.467000', '152345.470000', '152345.473000', '152345.475000', '152345.478000', '152345.481000', '152345.483000', '152345.486000', '152345.489000', '152345.491000', '152345.494000', '152345.497000', '152345.499000', '152345.502000', '152405.388000', '152405.391000', '152405.394000', '152405.396000', '152405.399000', '152405.402000', '152405.404000', '152405.407000', '152405.409000', '152405.412000', '152405.415000', '152405.417000', '152405.420000', '152405.423000', '152405.425000', '152405.428000', '152405.430000', '152405.433000', '152405.436000', '152405.438000', '152405.441000', '152405.443000', '152405.446000', '152405.457000', '152405.459000', '152405.462000', '152405.465000', '152405.467000', '152405.470000', '152405.472000', '152405.475000', '152405.478000', '152405.480000', '152405.483000', '152405.486000', '152405.488000', '152405.491000', '152405.494000', '152405.496000', '152405.499000', '152405.501000', '152405.504000', '152405.507000', '152425.389000', '152425.391000', '152425.394000', '152425.397000', '152425.400000', '152425.402000', '152425.405000', '152425.408000', '152425.410000', '152425.413000', '152425.415000', '152425.418000', '152425.421000', '152425.423000', '152425.426000', '152425.428000', '152425.431000', '152425.434000', '152425.436000', '152425.439000', '152425.442000', '152425.444000', '152425.447000', '152425.449000', '152425.452000', '152425.455000', '152425.457000', '152425.460000', '152425.463000', '152425.465000', '152425.468000', '152425.470000', '152425.473000', '152425.476000', '152425.478000', '152425.481000', '152425.483000', '152425.486000', '152425.489000', '152425.491000', '152425.494000', '152425.497000', '152425.499000', '152425.502000', '152445.388000', '152445.391000', '152445.394000', '152445.397000', '152445.399000', '152445.402000', '152445.404000', '152445.407000', '152445.410000', '152445.412000', '152445.415000', '152445.418000', '152445.420000', '152445.423000', '152445.425000', '152445.428000', '152445.431000', '152445.433000', '152445.436000', '152445.439000', '152445.441000', '152445.444000', '152445.446000', '152445.449000', '152445.452000', '152445.455000', '152445.458000', '152445.460000', '152445.463000', '152445.466000', '152445.468000', '152445.471000', '152445.474000', '152445.476000', '152445.479000', '152445.481000', '152445.484000', '152445.488000', '152445.491000', '152445.494000', '152445.496000', '152445.499000', '152445.502000', '152505.389000', '152505.392000', '152505.395000', '152505.398000', '152505.400000', '152505.403000', '152505.406000', '152505.408000', '152505.411000', '152505.414000', '152505.416000', '152505.419000', '152505.421000', '152505.424000', '152505.427000', '152505.429000', '152505.432000', '152505.435000', '152505.437000', '152505.440000', '152505.443000', '152505.445000', '152505.448000', '152505.450000', '152505.453000', '152505.456000', '152505.458000', '152505.461000', '152505.463000', '152505.466000', '152505.469000', '152505.471000', '152505.474000', '152505.476000', '152505.479000', '152505.482000', '152505.484000', '152505.487000', '152505.489000', '152505.492000', '152505.494000', '152505.497000', '152505.500000', '152505.502000', '152525.390000', '152525.393000', '152525.395000', '152525.398000', '152525.400000', '152525.403000', '152525.406000', '152525.408000', '152525.411000', '152525.413000', '152525.416000', '152525.419000', '152525.421000', '152525.424000', '152525.426000', '152525.429000', '152525.432000', '152525.434000', '152525.437000', '152525.439000', '152525.442000', '152525.445000', '152525.447000', '152525.450000', '152525.452000', '152525.455000', '152525.458000', '152525.460000', '152525.463000', '152525.466000', '152525.468000', '152525.471000', '152525.473000', '152525.476000', '152525.479000', '152525.481000', '152525.484000', '152525.486000', '152525.489000', '152525.491000', '152525.494000', '152525.497000', '152525.499000', '152545.390000', '152545.393000', '152545.395000', '152545.398000', '152545.401000', '152545.403000', '152545.406000', '152545.408000', '152545.411000', '152545.414000', '152545.416000', '152545.419000', '152545.421000', '152545.424000', '152545.427000', '152545.429000', '152545.432000', '152545.434000', '152545.437000', '152545.440000', '152545.442000', '152545.445000', '152545.448000', '152545.450000', '152545.453000', '152545.455000', '152545.458000', '152545.461000', '152545.463000', '152545.466000', '152545.469000', '152545.471000', '152545.474000', '152545.477000', '152545.480000', '152545.482000', '152545.485000', '152545.487000', '152545.490000', '152545.493000', '152545.495000', '152545.498000', '152545.500000', '152545.503000', '152605.388000', '152605.391000', '152605.394000', '152605.397000', '152605.399000', '152605.402000', '152605.405000', '152605.407000', '152605.410000', '152605.413000', '152605.415000', '152605.418000', '152605.420000', '152605.423000', '152605.426000', '152605.428000', '152605.431000', '152605.434000', '152605.436000', '152605.439000', '152605.442000', '152605.444000', '152605.447000', '152605.449000', '152605.452000', '152605.455000', '152605.457000', '152605.460000', '152605.462000', '152605.465000', '152605.467000', '152605.470000', '152605.473000', '152605.475000', '152605.478000', '152605.480000', '152605.483000', '152605.485000', '152605.488000', '152605.491000', '152605.493000', '152605.496000', '152605.498000', '152625.399000', '152625.402000', '152625.405000', '152625.407000', '152625.410000', '152625.413000', '152625.415000', '152625.418000', '152625.420000', '152625.423000', '152625.426000', '152625.428000', '152625.431000', '152625.434000', '152625.436000', '152625.439000', '152625.441000', '152625.444000', '152625.447000', '152625.449000', '152625.452000', '152625.455000', '152625.457000', '152625.460000', '152625.462000', '152625.465000', '152625.467000', '152625.470000', '152625.473000', '152625.475000', '152625.478000', '152625.480000', '152625.483000', '152625.486000', '152625.488000', '152625.491000', '152625.493000', '152625.496000', '152625.498000', '152625.501000', '152625.504000', '152625.506000', '152625.509000', '152625.512000', '152645.388000', '152645.391000', '152645.394000', '152645.396000', '152645.399000', '152645.402000', '152645.404000', '152645.407000', '152645.409000', '152645.412000', '152645.414000', '152645.417000', '152645.420000', '152645.422000', '152645.425000', '152645.427000', '152645.430000', '152645.433000', '152645.435000', '152645.438000', '152645.440000', '152645.443000', '152645.445000', '152645.448000', '152645.451000', '152645.453000', '152645.456000', '152645.458000', '152645.461000', '152645.464000', '152645.466000', '152645.469000', '152645.471000', '152645.474000', '152645.477000', '152645.479000', '152645.482000', '152645.484000', '152645.487000', '152645.490000', '152645.492000', '152645.495000', '152645.498000', '152705.388000', '152705.391000', '152705.394000', '152705.396000', '152705.399000', '152705.402000', '152705.404000', '152705.407000', '152705.409000', '152705.412000', '152705.415000', '152705.417000', '152705.420000', '152705.422000', '152705.425000', '152705.428000', '152705.431000', '152705.434000', '152705.436000', '152705.439000', '152705.441000', '152705.444000', '152705.446000', '152705.449000', '152705.452000', '152705.454000', '152705.457000', '152705.460000', '152705.462000', '152705.465000', '152705.467000', '152705.470000', '152705.473000', '152705.475000', '152705.478000', '152705.481000', '152705.484000', '152705.486000', '152705.489000', '152705.492000', '152705.494000', '152705.497000', '152705.500000', '152705.502000', '152725.389000', '152725.392000', '152725.395000', '152725.398000', '152725.400000', '152725.403000', '152725.405000', '152725.408000', '152725.411000', '152725.413000', '152725.416000', '152725.418000', '152725.421000', '152725.424000', '152725.426000', '152725.429000', '152725.432000', '152725.434000', '152725.437000', '152725.440000', '152725.442000', '152725.445000', '152725.448000', '152725.450000', '152725.453000', '152725.455000', '152725.458000', '152725.461000', '152725.463000', '152725.466000', '152725.469000', '152725.471000', '152725.474000', '152725.476000', '152725.479000', '152725.482000', '152725.484000', '152725.487000', '152725.489000', '152725.492000', '152725.494000', '152725.497000', '152725.500000', '152745.390000', '152745.393000', '152745.395000', '152745.398000', '152745.400000', '152745.403000', '152745.406000', '152745.408000', '152745.411000', '152745.414000', '152745.416000', '152745.419000', '152745.422000', '152745.424000', '152745.427000', '152745.430000', '152745.432000', '152745.435000', '152745.438000', '152745.441000', '152745.443000', '152745.446000', '152745.448000', '152745.451000', '152745.454000', '152745.456000', '152745.459000', '152745.462000', '152745.464000', '152745.467000', '152745.469000', '152745.472000', '152745.475000', '152745.477000', '152745.480000', '152745.482000', '152745.485000', '152745.488000', '152745.490000', '152745.493000', '152745.496000', '152745.498000', '152745.501000', '152805.389000', '152805.391000', '152805.394000', '152805.397000', '152805.399000', '152805.402000', '152805.405000', '152805.407000', '152805.410000', '152805.413000', '152805.415000', '152805.418000', '152805.421000', '152805.423000', '152805.426000', '152805.429000', '152805.431000', '152805.434000', '152805.437000', '152805.439000', '152805.442000', '152805.444000', '152805.447000', '152805.450000', '152805.452000', '152805.455000', '152805.457000', '152805.460000', '152805.463000', '152805.465000', '152805.468000', '152805.470000', '152805.473000', '152805.476000', '152805.478000', '152805.481000', '152805.483000', '152805.486000', '152805.489000', '152805.491000', '152805.494000', '152805.496000', '152805.499000', '152805.502000', '152825.388000', '152825.391000', '152825.394000', '152825.397000', '152825.399000', '152825.402000', '152825.404000', '152825.407000', '152825.409000', '152825.412000', '152825.415000', '152825.417000', '152825.420000', '152825.423000', '152825.425000', '152825.428000', '152825.431000', '152825.433000', '152825.436000', '152825.439000', '152825.441000', '152825.444000', '152825.447000', '152825.449000', '152825.452000', '152825.455000', '152825.457000', '152825.460000', '152825.462000', '152825.465000', '152825.469000', '152825.471000', '152825.474000', '152825.477000', '152825.479000', '152825.482000', '152825.484000', '152825.487000', '152825.489000', '152825.492000', '152825.495000', '152825.497000', '152825.500000', '152843.393000', '152843.395000', '152843.398000', '152843.401000', '152843.403000', '152843.406000', '152843.408000', '152843.411000', '152843.413000', '152843.416000', '152843.419000', '152843.421000', '152843.424000', '152843.427000', '152843.429000', '152843.432000', '152843.434000', '152843.437000', '152843.440000', '152843.442000', '152843.445000', '152843.447000', '152843.450000', '152843.453000', '152843.455000', '152843.458000', '152843.461000', '152843.464000', '152843.466000', '152843.469000', '152843.472000', '152843.475000', '152843.478000', '152843.502000', '152843.505000', '152843.508000', '152843.510000', '152843.513000', '152843.516000', '152843.518000'], 'InstanceCreationTime': ['151945.418000', '151945.423000', '151945.426000', '151945.428000', '151945.431000', '151945.433000', '151945.436000', '151945.439000', '151945.441000', '151945.444000', '151945.446000', '151945.449000', '151945.451000', '151945.454000', '151945.457000', '151945.459000', '151945.462000', '151945.465000', '151945.467000', '151945.470000', '151945.472000', '151945.475000', '151945.478000', '151945.480000', '151945.483000', '151945.485000', '151945.488000', '151945.491000', '151945.500000', '151945.503000', '151945.505000', '151945.508000', '151945.511000', '151945.513000', '151945.516000', '151945.518000', '151945.521000', '151945.524000', '151945.526000', '152005.388000', '152005.391000', '152005.394000', '152005.397000', '152005.399000', '152005.402000', '152005.405000', '152005.407000', '152005.410000', '152005.412000', '152005.415000', '152005.417000', '152005.420000', '152005.423000', '152005.425000', '152005.428000', '152005.430000', '152005.433000', '152005.435000', '152005.438000', '152005.440000', '152005.443000', '152005.446000', '152005.448000', '152005.451000', '152005.453000', '152005.456000', '152005.459000', '152005.461000', '152005.464000', '152005.466000', '152005.469000', '152005.471000', '152005.474000', '152005.476000', '152005.479000', '152005.482000', '152005.484000', '152005.487000', '152005.489000', '152005.492000', '152005.495000', '152005.497000', '152025.389000', '152025.427000', '152025.430000', '152025.433000', '152025.435000', '152025.438000', '152025.441000', '152025.443000', '152025.446000', '152025.449000', '152025.452000', '152025.454000', '152025.457000', '152025.460000', '152025.462000', '152025.465000', '152025.468000', '152025.471000', '152025.473000', '152025.476000', '152025.479000', '152025.481000', '152025.484000', '152025.486000', '152025.489000', '152025.492000', '152025.494000', '152025.497000', '152025.499000', '152025.502000', '152025.504000', '152025.507000', '152025.510000', '152025.512000', '152025.515000', '152025.517000', '152025.520000', '152025.522000', '152025.525000', '152025.527000', '152025.530000', '152025.532000', '152025.535000', '152025.538000', '152045.390000', '152045.392000', '152045.395000', '152045.398000', '152045.400000', '152045.403000', '152045.405000', '152045.408000', '152045.411000', '152045.413000', '152045.416000', '152045.418000', '152045.421000', '152045.424000', '152045.427000', '152045.429000', '152045.432000', '152045.435000', '152045.437000', '152045.440000', '152045.442000', '152045.445000', '152045.447000', '152045.450000', '152045.453000', '152045.455000', '152045.467000', '152045.471000', '152045.474000', '152045.477000', '152045.480000', '152045.482000', '152045.485000', '152045.487000', '152045.490000', '152045.493000', '152045.495000', '152045.498000', '152045.500000', '152045.503000', '152045.505000', '152045.515000', '152045.517000', '152105.388000', '152105.391000', '152105.394000', '152105.397000', '152105.399000', '152105.402000', '152105.404000', '152105.407000', '152105.410000', '152105.412000', '152105.415000', '152105.418000', '152105.420000', '152105.423000', '152105.425000', '152105.428000', '152105.431000', '152105.433000', '152105.436000', '152105.438000', '152105.441000', '152105.444000', '152105.446000', '152105.449000', '152105.451000', '152105.454000', '152105.456000', '152105.459000', '152105.462000', '152105.464000', '152105.467000', '152105.469000', '152105.472000', '152105.475000', '152105.477000', '152105.480000', '152105.483000', '152105.485000', '152105.488000', '152105.490000', '152105.493000', '152105.495000', '152105.498000', '152105.500000', '152125.389000', '152125.391000', '152125.394000', '152125.397000', '152125.399000', '152125.402000', '152125.404000', '152125.407000', '152125.410000', '152125.412000', '152125.415000', '152125.418000', '152125.420000', '152125.423000', '152125.426000', '152125.428000', '152125.431000', '152125.433000', '152125.436000', '152125.438000', '152125.441000', '152125.444000', '152125.447000', '152125.449000', '152125.452000', '152125.455000', '152125.457000', '152125.460000', '152125.463000', '152125.465000', '152125.468000', '152125.470000', '152125.473000', '152125.476000', '152125.478000', '152125.481000', '152125.483000', '152125.486000', '152125.489000', '152125.491000', '152125.494000', '152125.497000', '152125.499000', '152145.388000', '152145.391000', '152145.394000', '152145.396000', '152145.399000', '152145.401000', '152145.404000', '152145.407000', '152145.409000', '152145.412000', '152145.414000', '152145.417000', '152145.420000', '152145.422000', '152145.425000', '152145.427000', '152145.430000', '152145.432000', '152145.435000', '152145.438000', '152145.440000', '152145.443000', '152145.445000', '152145.448000', '152145.450000', '152145.453000', '152145.456000', '152145.458000', '152145.461000', '152145.463000', '152145.466000', '152145.469000', '152145.471000', '152145.474000', '152145.476000', '152145.479000', '152145.481000', '152145.484000', '152145.487000', '152145.489000', '152145.492000', '152145.529000', '152145.531000', '152145.534000', '152205.388000', '152205.391000', '152205.394000', '152205.396000', '152205.399000', '152205.402000', '152205.404000', '152205.407000', '152205.409000', '152205.412000', '152205.415000', '152205.417000', '152205.420000', '152205.423000', '152205.425000', '152205.428000', '152205.430000', '152205.433000', '152205.436000', '152205.438000', '152205.441000', '152205.443000', '152205.446000', '152205.449000', '152205.451000', '152205.454000', '152205.457000', '152205.460000', '152205.463000', '152205.465000', '152205.468000', '152205.471000', '152205.473000', '152205.476000', '152205.478000', '152205.481000', '152205.483000', '152205.486000', '152205.489000', '152205.491000', '152205.494000', '152205.496000', '152205.499000', '152225.388000', '152225.391000', '152225.394000', '152225.397000', '152225.399000', '152225.402000', '152225.404000', '152225.407000', '152225.410000', '152225.413000', '152225.415000', '152225.418000', '152225.420000', '152225.423000', '152225.426000', '152225.428000', '152225.431000', '152225.433000', '152225.436000', '152225.439000', '152225.441000', '152225.444000', '152225.446000', '152225.449000', '152225.451000', '152225.454000', '152225.457000', '152225.460000', '152225.462000', '152225.465000', '152225.468000', '152225.470000', '152225.473000', '152225.475000', '152225.478000', '152225.481000', '152225.483000', '152225.486000', '152225.489000', '152225.491000', '152225.494000', '152225.496000', '152225.499000', '152225.502000', '152245.389000', '152245.393000', '152245.395000', '152245.398000', '152245.400000', '152245.403000', '152245.406000', '152245.408000', '152245.411000', '152245.414000', '152245.416000', '152245.419000', '152245.421000', '152245.424000', '152245.427000', '152245.429000', '152245.432000', '152245.435000', '152245.437000', '152245.440000', '152245.442000', '152245.445000', '152245.448000', '152245.450000', '152245.453000', '152245.455000', '152245.458000', '152245.461000', '152245.463000', '152245.466000', '152245.469000', '152245.471000', '152245.474000', '152245.477000', '152245.479000', '152245.482000', '152245.484000', '152245.487000', '152245.490000', '152245.492000', '152245.495000', '152245.497000', '152245.500000', '152305.389000', '152305.392000', '152305.395000', '152305.398000', '152305.400000', '152305.403000', '152305.405000', '152305.408000', '152305.411000', '152305.413000', '152305.416000', '152305.419000', '152305.421000', '152305.424000', '152305.426000', '152305.429000', '152305.431000', '152305.434000', '152305.437000', '152305.440000', '152305.443000', '152305.445000', '152305.448000', '152305.451000', '152305.453000', '152305.456000', '152305.459000', '152305.461000', '152305.464000', '152305.466000', '152305.469000', '152305.472000', '152305.474000', '152305.477000', '152305.479000', '152305.482000', '152305.485000', '152305.487000', '152305.490000', '152305.492000', '152305.495000', '152305.498000', '152305.500000', '152305.503000', '152325.388000', '152325.391000', '152325.394000', '152325.397000', '152325.399000', '152325.402000', '152325.405000', '152325.407000', '152325.410000', '152325.413000', '152325.416000', '152325.418000', '152325.421000', '152325.423000', '152325.426000', '152325.429000', '152325.431000', '152325.434000', '152325.436000', '152325.439000', '152325.441000', '152325.444000', '152325.460000', '152325.463000', '152325.465000', '152325.468000', '152325.470000', '152325.473000', '152325.475000', '152325.478000', '152325.481000', '152325.483000', '152325.486000', '152325.488000', '152325.491000', '152325.494000', '152325.496000', '152325.499000', '152325.501000', '152325.504000', '152325.507000', '152325.509000', '152325.512000', '152345.389000', '152345.391000', '152345.394000', '152345.397000', '152345.399000', '152345.402000', '152345.404000', '152345.407000', '152345.410000', '152345.413000', '152345.415000', '152345.418000', '152345.420000', '152345.423000', '152345.426000', '152345.428000', '152345.431000', '152345.433000', '152345.436000', '152345.439000', '152345.441000', '152345.444000', '152345.447000', '152345.449000', '152345.452000', '152345.454000', '152345.457000', '152345.459000', '152345.462000', '152345.465000', '152345.467000', '152345.470000', '152345.473000', '152345.475000', '152345.478000', '152345.481000', '152345.483000', '152345.486000', '152345.489000', '152345.491000', '152345.494000', '152345.497000', '152345.499000', '152345.502000', '152405.388000', '152405.391000', '152405.394000', '152405.396000', '152405.399000', '152405.402000', '152405.404000', '152405.407000', '152405.409000', '152405.412000', '152405.415000', '152405.417000', '152405.420000', '152405.423000', '152405.425000', '152405.428000', '152405.430000', '152405.433000', '152405.436000', '152405.438000', '152405.441000', '152405.443000', '152405.446000', '152405.457000', '152405.459000', '152405.462000', '152405.465000', '152405.467000', '152405.470000', '152405.472000', '152405.475000', '152405.478000', '152405.480000', '152405.483000', '152405.486000', '152405.488000', '152405.491000', '152405.494000', '152405.496000', '152405.499000', '152405.501000', '152405.504000', '152405.507000', '152425.389000', '152425.391000', '152425.394000', '152425.397000', '152425.400000', '152425.402000', '152425.405000', '152425.408000', '152425.410000', '152425.413000', '152425.415000', '152425.418000', '152425.421000', '152425.423000', '152425.426000', '152425.428000', '152425.431000', '152425.434000', '152425.436000', '152425.439000', '152425.442000', '152425.444000', '152425.447000', '152425.449000', '152425.452000', '152425.455000', '152425.457000', '152425.460000', '152425.463000', '152425.465000', '152425.468000', '152425.470000', '152425.473000', '152425.476000', '152425.478000', '152425.481000', '152425.483000', '152425.486000', '152425.489000', '152425.491000', '152425.494000', '152425.497000', '152425.499000', '152425.502000', '152445.388000', '152445.391000', '152445.394000', '152445.397000', '152445.399000', '152445.402000', '152445.404000', '152445.407000', '152445.410000', '152445.412000', '152445.415000', '152445.418000', '152445.420000', '152445.423000', '152445.425000', '152445.428000', '152445.431000', '152445.433000', '152445.436000', '152445.439000', '152445.441000', '152445.444000', '152445.446000', '152445.449000', '152445.452000', '152445.455000', '152445.458000', '152445.460000', '152445.463000', '152445.466000', '152445.468000', '152445.471000', '152445.474000', '152445.476000', '152445.479000', '152445.481000', '152445.484000', '152445.488000', '152445.491000', '152445.494000', '152445.496000', '152445.499000', '152445.502000', '152505.389000', '152505.392000', '152505.395000', '152505.398000', '152505.400000', '152505.403000', '152505.406000', '152505.408000', '152505.411000', '152505.414000', '152505.416000', '152505.419000', '152505.421000', '152505.424000', '152505.427000', '152505.429000', '152505.432000', '152505.435000', '152505.437000', '152505.440000', '152505.443000', '152505.445000', '152505.448000', '152505.450000', '152505.453000', '152505.456000', '152505.458000', '152505.461000', '152505.463000', '152505.466000', '152505.469000', '152505.471000', '152505.474000', '152505.476000', '152505.479000', '152505.482000', '152505.484000', '152505.487000', '152505.489000', '152505.492000', '152505.494000', '152505.497000', '152505.500000', '152505.502000', '152525.390000', '152525.393000', '152525.395000', '152525.398000', '152525.400000', '152525.403000', '152525.406000', '152525.408000', '152525.411000', '152525.413000', '152525.416000', '152525.419000', '152525.421000', '152525.424000', '152525.426000', '152525.429000', '152525.432000', '152525.434000', '152525.437000', '152525.439000', '152525.442000', '152525.445000', '152525.447000', '152525.450000', '152525.452000', '152525.455000', '152525.458000', '152525.460000', '152525.463000', '152525.466000', '152525.468000', '152525.471000', '152525.473000', '152525.476000', '152525.479000', '152525.481000', '152525.484000', '152525.486000', '152525.489000', '152525.491000', '152525.494000', '152525.497000', '152525.499000', '152545.390000', '152545.393000', '152545.395000', '152545.398000', '152545.401000', '152545.403000', '152545.406000', '152545.408000', '152545.411000', '152545.414000', '152545.416000', '152545.419000', '152545.421000', '152545.424000', '152545.427000', '152545.429000', '152545.432000', '152545.434000', '152545.437000', '152545.440000', '152545.442000', '152545.445000', '152545.448000', '152545.450000', '152545.453000', '152545.455000', '152545.458000', '152545.461000', '152545.463000', '152545.466000', '152545.469000', '152545.471000', '152545.474000', '152545.477000', '152545.480000', '152545.482000', '152545.485000', '152545.487000', '152545.490000', '152545.493000', '152545.495000', '152545.498000', '152545.500000', '152545.503000', '152605.388000', '152605.391000', '152605.394000', '152605.397000', '152605.399000', '152605.402000', '152605.405000', '152605.407000', '152605.410000', '152605.413000', '152605.415000', '152605.418000', '152605.420000', '152605.423000', '152605.426000', '152605.428000', '152605.431000', '152605.434000', '152605.436000', '152605.439000', '152605.442000', '152605.444000', '152605.447000', '152605.449000', '152605.452000', '152605.455000', '152605.457000', '152605.460000', '152605.462000', '152605.465000', '152605.467000', '152605.470000', '152605.473000', '152605.475000', '152605.478000', '152605.480000', '152605.483000', '152605.485000', '152605.488000', '152605.491000', '152605.493000', '152605.496000', '152605.498000', '152625.399000', '152625.402000', '152625.405000', '152625.407000', '152625.410000', '152625.413000', '152625.415000', '152625.418000', '152625.420000', '152625.423000', '152625.426000', '152625.428000', '152625.431000', '152625.434000', '152625.436000', '152625.439000', '152625.441000', '152625.444000', '152625.447000', '152625.449000', '152625.452000', '152625.455000', '152625.457000', '152625.460000', '152625.462000', '152625.465000', '152625.467000', '152625.470000', '152625.473000', '152625.475000', '152625.478000', '152625.480000', '152625.483000', '152625.486000', '152625.488000', '152625.491000', '152625.493000', '152625.496000', '152625.498000', '152625.501000', '152625.504000', '152625.506000', '152625.509000', '152625.512000', '152645.388000', '152645.391000', '152645.394000', '152645.396000', '152645.399000', '152645.402000', '152645.404000', '152645.407000', '152645.409000', '152645.412000', '152645.414000', '152645.417000', '152645.420000', '152645.422000', '152645.425000', '152645.427000', '152645.430000', '152645.433000', '152645.435000', '152645.438000', '152645.440000', '152645.443000', '152645.445000', '152645.448000', '152645.451000', '152645.453000', '152645.456000', '152645.458000', '152645.461000', '152645.464000', '152645.466000', '152645.469000', '152645.471000', '152645.474000', '152645.477000', '152645.479000', '152645.482000', '152645.484000', '152645.487000', '152645.490000', '152645.492000', '152645.495000', '152645.498000', '152705.388000', '152705.391000', '152705.394000', '152705.396000', '152705.399000', '152705.402000', '152705.404000', '152705.407000', '152705.409000', '152705.412000', '152705.415000', '152705.417000', '152705.420000', '152705.422000', '152705.425000', '152705.428000', '152705.431000', '152705.434000', '152705.436000', '152705.439000', '152705.441000', '152705.444000', '152705.446000', '152705.449000', '152705.452000', '152705.454000', '152705.457000', '152705.460000', '152705.462000', '152705.465000', '152705.467000', '152705.470000', '152705.473000', '152705.475000', '152705.478000', '152705.481000', '152705.484000', '152705.486000', '152705.489000', '152705.492000', '152705.494000', '152705.497000', '152705.500000', '152705.502000', '152725.389000', '152725.392000', '152725.395000', '152725.398000', '152725.400000', '152725.403000', '152725.405000', '152725.408000', '152725.411000', '152725.413000', '152725.416000', '152725.418000', '152725.421000', '152725.424000', '152725.426000', '152725.429000', '152725.432000', '152725.434000', '152725.437000', '152725.440000', '152725.442000', '152725.445000', '152725.448000', '152725.450000', '152725.453000', '152725.455000', '152725.458000', '152725.461000', '152725.463000', '152725.466000', '152725.469000', '152725.471000', '152725.474000', '152725.476000', '152725.479000', '152725.482000', '152725.484000', '152725.487000', '152725.489000', '152725.492000', '152725.494000', '152725.497000', '152725.500000', '152745.390000', '152745.393000', '152745.395000', '152745.398000', '152745.400000', '152745.403000', '152745.406000', '152745.408000', '152745.411000', '152745.414000', '152745.416000', '152745.419000', '152745.422000', '152745.424000', '152745.427000', '152745.430000', '152745.432000', '152745.435000', '152745.438000', '152745.441000', '152745.443000', '152745.446000', '152745.448000', '152745.451000', '152745.454000', '152745.456000', '152745.459000', '152745.462000', '152745.464000', '152745.467000', '152745.469000', '152745.472000', '152745.475000', '152745.477000', '152745.480000', '152745.482000', '152745.485000', '152745.488000', '152745.490000', '152745.493000', '152745.496000', '152745.498000', '152745.501000', '152805.389000', '152805.391000', '152805.394000', '152805.397000', '152805.399000', '152805.402000', '152805.405000', '152805.407000', '152805.410000', '152805.413000', '152805.415000', '152805.418000', '152805.421000', '152805.423000', '152805.426000', '152805.429000', '152805.431000', '152805.434000', '152805.437000', '152805.439000', '152805.442000', '152805.444000', '152805.447000', '152805.450000', '152805.452000', '152805.455000', '152805.457000', '152805.460000', '152805.463000', '152805.465000', '152805.468000', '152805.470000', '152805.473000', '152805.476000', '152805.478000', '152805.481000', '152805.483000', '152805.486000', '152805.489000', '152805.491000', '152805.494000', '152805.496000', '152805.499000', '152805.502000', '152825.388000', '152825.391000', '152825.394000', '152825.397000', '152825.399000', '152825.402000', '152825.404000', '152825.407000', '152825.409000', '152825.412000', '152825.415000', '152825.417000', '152825.420000', '152825.423000', '152825.425000', '152825.428000', '152825.431000', '152825.433000', '152825.436000', '152825.439000', '152825.441000', '152825.444000', '152825.447000', '152825.449000', '152825.452000', '152825.455000', '152825.457000', '152825.460000', '152825.462000', '152825.465000', '152825.469000', '152825.471000', '152825.474000', '152825.477000', '152825.479000', '152825.482000', '152825.484000', '152825.487000', '152825.489000', '152825.492000', '152825.495000', '152825.497000', '152825.500000', '152843.393000', '152843.395000', '152843.398000', '152843.401000', '152843.403000', '152843.406000', '152843.408000', '152843.411000', '152843.413000', '152843.416000', '152843.419000', '152843.421000', '152843.424000', '152843.427000', '152843.429000', '152843.432000', '152843.434000', '152843.437000', '152843.440000', '152843.442000', '152843.445000', '152843.447000', '152843.450000', '152843.453000', '152843.455000', '152843.458000', '152843.461000', '152843.464000', '152843.466000', '152843.469000', '152843.472000', '152843.475000', '152843.478000', '152843.502000', '152843.505000', '152843.508000', '152843.510000', '152843.513000', '152843.516000', '152843.518000'], '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': [14951, 9661, 13722, 10451, 17733, 13116, 16636, 11080, 13878, 10833, 14232, 10777, 14506, 9914, 13305, 8905, 13071, 8686, 13342, 8404, 12606, 8514, 12156, 9011, 13030, 8725, 12214, 8839, 12880, 9311, 13769, 9802, 13761, 9765, 14708, 11444, 16141, 10457, 13691, 9846, 13383, 10817, 14428, 10347, 13578, 10633, 12400, 13608, 12268, 11566, 12320, 12392, 11949, 12488, 11456, 9546, 11972, 9653, 11918, 11914, 12426, 11461, 13407, 11636, 12685, 13429, 11883, 14031, 12672, 13092, 12513, 14471, 11865, 16059, 12197, 14601, 11851, 14952, 11420, 14977, 11626, 11929, 12654, 8481, 12671, 8736, 12780, 9563, 13739, 9659, 12768, 9663, 13384, 10540, 14038, 11801, 12952, 11394, 13066, 11900, 15278, 12072, 15603, 12217, 14147, 12038, 15900, 12303, 14393, 11909, 13376, 11777, 8961, 13140, 9043, 12743, 9445, 13613, 11628, 14370, 12116, 13767, 12459, 15101, 12440, 15609, 12289, 15168, 11678, 14798, 12887, 10440, 12938, 9164, 13209, 9201, 13985, 9574, 13115, 9784, 13520, 12037, 14485, 12074, 14027, 12001, 15293, 12595, 13260, 12452, 10533, 12901, 9525, 13885, 9380, 13693, 9318, 13595, 9578, 13623, 11210, 14432, 12145, 14262, 11488, 12952, 12035, 8817, 13255, 9034, 12931, 9298, 13896, 11581, 14141, 10893, 8279, 10881, 9716, 8571, 12305, 10050, 15174, 12293, 15257, 11284, 14711, 11767, 15406, 12379, 16277, 12145, 14614, 11078, 12000, 11306, 10777, 12472, 8811, 12908, 8643, 12806, 9102, 13139, 9685, 13239, 8871, 12994, 8697, 12438, 8945, 13200, 8932, 13600, 8666, 12883, 8640, 12768, 9908, 12850, 10607, 13411, 10715, 12920, 11147, 9910, 13698, 9756, 14038, 11724, 14850, 11638, 15816, 12681, 15303, 11698, 14104, 11416, 15275, 12214, 13149, 12307, 9752, 12221, 8833, 12897, 9267, 13410, 8907, 12796, 9430, 13065, 11346, 14314, 11992, 13801, 11483, 13587, 12664, 9204, 13689, 8932, 13557, 9345, 13891, 9915, 14338, 10936, 13622, 11925, 14592, 13245, 15537, 12226, 13025, 12079, 12235, 13663, 8918, 13569, 9486, 13058, 11483, 14131, 12338, 14159, 12092, 13317, 12261, 14060, 13291, 10796, 13208, 11594, 13342, 13322, 13130, 9207, 13457, 9084, 13262, 9664, 14250, 9724, 13959, 10777, 13384, 11933, 13928, 12134, 14757, 12103, 15001, 12365, 14822, 12806, 9971, 12912, 9156, 13471, 9372, 14143, 9696, 13079, 11276, 13303, 12759, 15573, 12825, 13132, 12495, 12022, 13263, 9429, 13733, 9097, 12766, 9321, 14117, 11492, 8538, 12046, 10188, 8378, 13838, 10997, 15001, 13603, 15320, 14200, 12524, 14180, 13401, 15271, 16483, 16189, 10485, 13836, 9518, 13188, 9980, 14607, 12811, 14520, 11867, 8644, 11786, 8445, 13226, 9712, 12966, 11216, 11371, 12470, 9669, 13606, 10711, 13276, 11417, 14649, 11040, 9782, 13515, 9881, 13151, 10764, 11941, 12107, 9926, 14806, 12194, 9419, 11554, 9202, 13747, 12590, 12532, 16394, 11314, 11905, 10672, 9668, 11490, 11583, 13816, 9459, 13234, 9209, 13007, 9082, 13756, 9791, 14240, 10616, 13534, 11375, 13753, 11777, 14156, 12242, 14638, 12076, 14305, 11347, 14015, 11772, 12080, 11446, 12141, 11164, 11058, 12089, 9107, 12348, 9035, 12090, 10147, 12788, 11658, 11843, 12086, 11578, 12224, 12589, 12882, 11917, 12737, 14564, 11868, 15452, 12302, 12506, 11774, 9468, 12090, 10393, 13109, 12277, 9228, 12347, 9778, 13927, 10218, 13685, 9863, 14084, 10504, 14287, 9439, 13774, 12315, 12841, 15464, 12763, 14211, 11963, 14803, 11707, 13045, 11942, 11382, 11401, 10996, 11775, 9292, 12837, 9766, 12651, 12312, 12874, 12361, 13196, 14074, 12471, 15734, 13059, 15550, 12878, 15377, 12690, 14100, 12981, 14378, 12545, 14026, 12434, 13937, 12081, 14146, 12320, 13825, 11643, 13234, 10457, 13784, 11044, 13077, 10208, 12917, 10187, 13155, 10951, 12983, 9929, 13174, 10137, 13497, 10051, 12857, 9832, 12876, 10073, 13866, 10451, 13595, 10271, 13297, 10279, 14100, 10950, 13379, 10539, 13230, 10077, 13494, 10258, 13164, 9929, 13586, 12204, 14054, 12389, 8977, 12381, 9164, 13855, 9499, 14341, 10462, 13806, 12322, 13195, 10527, 13932, 11328, 13520, 12587, 13187, 13092, 13417, 12107, 12650, 13072, 12052, 13453, 12283, 12137, 12569, 13107, 11791, 13345, 11786, 10392, 12305, 11369, 11971, 11845, 12114, 9904, 13296, 8784, 13139, 9027, 13226, 9803, 13721, 10026, 13582, 10646, 13790, 11018, 14467, 12481, 13983, 11816, 13796, 11613, 14149, 12257, 13589, 11982, 13281, 12216, 14763, 12526, 11424, 11756, 9740, 12376, 9231, 14271, 11958, 9279, 14141, 11959, 14463, 12435, 12588, 14019, 10703, 14158, 14731, 13206, 18028, 13083, 11743, 12299, 8857, 12654, 8449, 13882, 9529, 12872, 11669, 13222, 11954, 14476, 13037, 12773, 13170, 14957, 12498, 15148, 13090, 14381, 11853, 14145, 10514, 13948, 9596, 14231, 9122, 13620, 8999, 13367, 8714, 13371, 9174, 13906, 9343, 13615, 9380, 13461, 9128, 14408, 8906, 13776, 10702, 13035, 14182, 12798, 13158, 12119, 12884, 12127, 12968, 12780, 9721, 13554, 9014, 13243, 9117, 13535, 9880, 13932, 9473, 13523, 9386, 13408, 9384, 14094, 9485, 13450, 13399, 12110, 15855, 12823, 14509, 12054, 13761, 12425, 14253, 12539, 13641, 11699, 12735, 11243, 13208, 11031, 12980, 9685, 12854, 9701, 13333, 9410, 12353, 9277, 12927, 9186, 13508, 9000, 12585, 8992, 12719, 9242, 13763, 9027, 13441, 9237, 14138, 9447, 14788, 10555, 13993, 16079, 13115, 15102, 13030, 13053, 12797, 11852, 14195, 8923, 13881, 9424, 13329, 10482, 14596, 10559, 14002, 10472, 14926, 15441, 13676, 17051, 12743, 14451, 12698, 13934, 11768, 13425, 10913, 12908, 10414, 13789, 10474, 13091, 9551, 13655, 9114, 13937, 8939, 13673, 12241, 12670, 14277, 12806, 12663, 12246, 12617, 12196, 13732, 12354, 12604, 11867, 12378, 11798, 12487, 12836, 11845, 12838, 13629, 12419, 14010, 12709, 14368, 12303, 15103, 12755, 12363, 12735, 11496, 12766, 12299, 13199, 8798, 13298, 8947, 13209, 9083, 14358, 9168, 13964, 9229, 13604, 9270, 14115, 8922, 13982, 9425, 13373, 10049, 14478, 9719, 13774, 10370, 13851, 10857, 14404, 10918, 13923, 11439, 14303, 12303, 14182, 12389, 14103, 12744, 14563, 12493, 14304, 12339, 14083, 12340, 14575, 11926, 13734, 11720, 13844, 12006, 13663, 11750, 13556, 12221, 13167, 11541, 12776, 11892, 14574, 12525, 14373, 12804, 13554, 12407, 14705, 12765, 10909, 13148, 9122, 12756, 9199, 13536, 9423, 13309, 10732, 13478, 11956, 13620, 12261, 13611, 12559, 13303, 12181, 9902, 12991, 9512, 13153, 9927, 13660, 12546, 12974, 11845, 9066, 13125, 9919, 14056, 11986, 13573, 12712, 14836, 12427, 12760, 12203, 13524, 12712, 9572, 13151, 8825, 13448, 9502, 13603, 11424, 13596, 12198, 12865, 12443, 10479, 12552, 12576, 13163, 10351, 13731, 10307, 13171, 9648, 13586, 12170, 9356, 12092, 9026, 13118, 9511, 13201, 9856, 14108, 9721, 13426, 9831, 14318, 10712, 13406, 10095, 13070, 11322, 12106, 11124, 12537, 8537, 12174, 9779, 12502, 11008, 8504, 12046, 8650, 12402, 10290, 12820, 11609, 14836, 11623, 14056, 12036, 14245, 12063, 13800, 11352, 15227, 12083, 10283, 12696, 8854, 13672, 11212, 11595, 12386, 9370, 12828, 11686, 8388, 12566, 11665, 8275, 13118, 11966, 10887, 13707, 15594, 16469, 14015, 15477, 8718, 13533, 11002, 15902, 12834, 9097, 12659, 10849, 10602, 12592, 9251, 14177, 12520, 10843, 12633, 9149, 15250, 10813, 14999, 11921, 13931, 11810, 15063, 11967, 8662, 12642, 8517, 12365, 9210, 12897, 11442, 12665, 11247, 10103, 11583, 9151, 12246, 8527, 12853, 9456, 12637, 9182, 13395, 10595, 13652, 11273, 13214, 10231, 13307, 10178, 14044, 11021, 13647, 10909, 12943, 10975, 13536, 11502, 13297, 11324, 12538, 11373, 13663, 10875, 14019, 9144, 13238, 11421, 14128, 10889, 13195, 9508, 12799, 8913, 13337, 9532, 13232, 11567, 10595, 12204, 10346, 13556, 10535, 13180, 14444, 12977, 14024, 12718, 15308, 12058, 13633, 12296, 13187, 12000, 12935, 12183, 12704, 11526, 12615, 11494, 11750, 11342, 9387, 11885, 8823, 12294, 8530, 12869, 8795, 12998, 9558, 13714, 9396, 13129, 11041, 15762, 11274, 13820, 10451, 13196, 14779, 11849, 13570, 12143, 13293, 11734, 12782, 10537, 13458, 9685, 12914, 9527, 12677, 11035, 12699, 10973, 8462, 11825, 9540, 11580, 10877, 13731, 12154, 14255, 12153, 13641, 10458, 14518, 10121, 13857, 10155, 13353, 10139, 13859, 10578, 13556, 11835, 12552, 11493, 13514, 11913, 11233, 12171, 8686, 12417, 9114, 13140, 8703, 13278, 8715, 13156, 10810, 13696, 10273, 13563, 11730, 12518, 16317, 12134, 14534, 12242, 9094, 11896, 8328, 11909, 10411, 10350, 10052, 7907, 11877, 9598, 13531, 11792, 15465, 12428, 8704, 13390, 9017, 13627, 10721, 13993, 11907, 15604, 12042, 14217, 11777, 13664, 11209], 'WindowCenter': [4941.0, 4856.0, 4891.0, 4849.0, 4905.0, 4853.0, 4881.0, 4831.0, 4848.0, 4820.0, 4847.0, 4819.0, 4847.0, 4806.0, 4835.0, 4787.0, 4837.0, 4788.0, 4837.0, 4778.0, 4835.0, 4788.0, 4838.0, 4800.0, 4849.0, 4800.0, 4840.0, 4801.0, 4850.0, 4812.0, 4861.0, 4822.0, 4861.0, 4821.0, 4861.0, 4830.0, 4869.0, 4819.0, 4849.0, 4808.0, 4849.0, 4818.0, 4858.0, 4808.0, 4848.0, 4817.0, 4838.0, 4846.0, 4838.0, 4827.0, 4838.0, 4836.0, 4827.0, 4837.0, 4829.0, 4809.0, 4840.0, 4810.0, 4841.0, 4840.0, 4851.0, 4840.0, 4861.0, 4830.0, 4851.0, 4849.0, 4841.0, 4859.0, 4850.0, 4849.0, 4840.0, 4857.0, 4840.0, 4868.0, 4840.0, 4855.0, 4829.0, 4857.0, 4827.0, 4857.0, 4830.0, 4828.0, 4848.0, 4789.0, 4838.0, 4790.0, 4849.0, 4809.0, 4847.0, 4810.0, 4838.0, 4810.0, 4849.0, 4820.0, 4858.0, 4830.0, 4837.0, 4830.0, 4849.0, 4841.0, 4868.0, 4841.0, 4868.0, 4840.0, 4858.0, 4841.0, 4868.0, 4840.0, 4857.0, 4830.0, 4848.0, 4830.0, 4800.0, 4850.0, 4801.0, 4850.0, 4812.0, 4860.0, 4842.0, 4860.0, 4842.0, 4860.0, 4852.0, 4870.0, 4852.0, 4869.0, 4841.0, 4868.0, 4841.0, 4859.0, 4850.0, 4820.0, 4849.0, 4798.0, 4849.0, 4800.0, 4859.0, 4810.0, 4849.0, 4810.0, 4849.0, 4840.0, 4858.0, 4840.0, 4848.0, 4840.0, 4867.0, 4840.0, 4838.0, 4839.0, 4816.0, 4848.0, 4809.0, 4848.0, 4798.0, 4845.0, 4798.0, 4847.0, 4806.0, 4847.0, 4817.0, 4846.0, 4838.0, 4846.0, 4829.0, 4838.0, 4839.0, 4800.0, 4849.0, 4800.0, 4849.0, 4812.0, 4873.0, 4853.0, 4869.0, 4829.0, 4803.0, 4841.0, 4835.0, 4826.0, 4864.0, 4837.0, 4885.0, 4855.0, 4872.0, 4843.0, 4860.0, 4840.0, 4857.0, 4837.0, 4856.0, 4825.0, 4843.0, 4817.0, 4826.0, 4817.0, 4815.0, 4837.0, 4787.0, 4836.0, 4786.0, 4836.0, 4787.0, 4837.0, 4796.0, 4836.0, 4786.0, 4836.0, 4786.0, 4837.0, 4787.0, 4837.0, 4798.0, 4847.0, 4789.0, 4838.0, 4790.0, 4851.0, 4822.0, 4848.0, 4833.0, 4860.0, 4834.0, 4851.0, 4843.0, 4823.0, 4863.0, 4824.0, 4861.0, 4843.0, 4860.0, 4843.0, 4871.0, 4852.0, 4869.0, 4841.0, 4848.0, 4830.0, 4868.0, 4840.0, 4838.0, 4839.0, 4798.0, 4839.0, 4800.0, 4849.0, 4800.0, 4849.0, 4800.0, 4849.0, 4811.0, 4850.0, 4831.0, 4859.0, 4841.0, 4859.0, 4842.0, 4849.0, 4851.0, 4811.0, 4861.0, 4801.0, 4850.0, 4812.0, 4861.0, 4821.0, 4860.0, 4830.0, 4859.0, 4841.0, 4859.0, 4850.0, 4868.0, 4840.0, 4845.0, 4841.0, 4838.0, 4849.0, 4800.0, 4848.0, 4810.0, 4849.0, 4840.0, 4859.0, 4851.0, 4859.0, 4852.0, 4850.0, 4853.0, 4860.0, 4861.0, 4820.0, 4850.0, 4829.0, 4850.0, 4848.0, 4849.0, 4796.0, 4847.0, 4798.0, 4848.0, 4809.0, 4858.0, 4809.0, 4848.0, 4829.0, 4848.0, 4838.0, 4858.0, 4841.0, 4858.0, 4840.0, 4867.0, 4852.0, 4859.0, 4850.0, 4809.0, 4850.0, 4809.0, 4860.0, 4810.0, 4858.0, 4811.0, 4850.0, 4842.0, 4861.0, 4862.0, 4880.0, 4863.0, 4850.0, 4852.0, 4841.0, 4851.0, 4811.0, 4860.0, 4800.0, 4864.0, 4837.0, 4873.0, 4843.0, 4814.0, 4852.0, 4835.0, 4817.0, 4876.0, 4858.0, 4886.0, 4876.0, 4873.0, 4864.0, 4841.0, 4851.0, 4838.0, 4859.0, 4856.0, 4857.0, 4805.0, 4833.0, 4795.0, 4824.0, 4796.0, 4844.0, 4825.0, 4833.0, 4815.0, 4775.0, 4826.0, 4788.0, 4837.0, 4809.0, 4835.0, 4819.0, 4827.0, 4838.0, 4799.0, 4848.0, 4809.0, 4838.0, 4829.0, 4859.0, 4831.0, 4810.0, 4849.0, 4810.0, 4839.0, 4820.0, 4829.0, 4830.0, 4810.0, 4859.0, 4839.0, 4798.0, 4829.0, 4800.0, 4850.0, 4841.0, 4839.0, 4869.0, 4832.0, 4830.0, 4819.0, 4799.0, 4830.0, 4828.0, 4849.0, 4798.0, 4834.0, 4787.0, 4835.0, 4775.0, 4834.0, 4784.0, 4832.0, 4793.0, 4821.0, 4802.0, 4821.0, 4803.0, 4819.0, 4810.0, 4829.0, 4811.0, 4819.0, 4802.0, 4818.0, 4812.0, 4810.0, 4803.0, 4809.0, 4803.0, 4802.0, 4824.0, 4774.0, 4824.0, 4786.0, 4837.0, 4807.0, 4836.0, 4829.0, 4827.0, 4840.0, 4828.0, 4841.0, 4839.0, 4840.0, 4827.0, 4840.0, 4857.0, 4841.0, 4860.0, 4840.0, 4827.0, 4839.0, 4810.0, 4841.0, 4822.0, 4849.0, 4851.0, 4812.0, 4852.0, 4823.0, 4863.0, 4822.0, 4852.0, 4810.0, 4860.0, 4820.0, 4849.0, 4799.0, 4848.0, 4827.0, 4837.0, 4846.0, 4837.0, 4835.0, 4826.0, 4845.0, 4829.0, 4836.0, 4828.0, 4827.0, 4830.0, 4829.0, 4840.0, 4810.0, 4851.0, 4810.0, 4851.0, 4840.0, 4852.0, 4840.0, 4851.0, 4849.0, 4840.0, 4869.0, 4850.0, 4858.0, 4839.0, 4856.0, 4837.0, 4846.0, 4838.0, 4845.0, 4838.0, 4846.0, 4838.0, 4846.0, 4828.0, 4846.0, 4837.0, 4836.0, 4817.0, 4836.0, 4817.0, 4845.0, 4817.0, 4836.0, 4807.0, 4837.0, 4818.0, 4837.0, 4818.0, 4837.0, 4809.0, 4848.0, 4819.0, 4848.0, 4810.0, 4839.0, 4818.0, 4849.0, 4820.0, 4859.0, 4820.0, 4849.0, 4819.0, 4849.0, 4820.0, 4859.0, 4829.0, 4848.0, 4819.0, 4848.0, 4809.0, 4848.0, 4819.0, 4862.0, 4834.0, 4850.0, 4840.0, 4858.0, 4850.0, 4811.0, 4852.0, 4812.0, 4862.0, 4812.0, 4871.0, 4819.0, 4860.0, 4839.0, 4849.0, 4818.0, 4857.0, 4817.0, 4847.0, 4837.0, 4848.0, 4835.0, 4837.0, 4825.0, 4826.0, 4824.0, 4826.0, 4834.0, 4824.0, 4824.0, 4826.0, 4834.0, 4826.0, 4834.0, 4825.0, 4805.0, 4827.0, 4816.0, 4828.0, 4827.0, 4837.0, 4806.0, 4846.0, 4788.0, 4848.0, 4799.0, 4848.0, 4820.0, 4849.0, 4820.0, 4848.0, 4829.0, 4861.0, 4831.0, 4860.0, 4840.0, 4858.0, 4828.0, 4849.0, 4829.0, 4848.0, 4839.0, 4847.0, 4829.0, 4846.0, 4839.0, 4857.0, 4840.0, 4828.0, 4840.0, 4811.0, 4839.0, 4812.0, 4872.0, 4841.0, 4812.0, 4860.0, 4843.0, 4871.0, 4852.0, 4851.0, 4862.0, 4820.0, 4861.0, 4858.0, 4850.0, 4876.0, 4835.0, 4814.0, 4824.0, 4783.0, 4835.0, 4787.0, 4845.0, 4797.0, 4835.0, 4828.0, 4847.0, 4839.0, 4856.0, 4849.0, 4837.0, 4838.0, 4845.0, 4836.0, 4855.0, 4836.0, 4845.0, 4815.0, 4834.0, 4804.0, 4833.0, 4784.0, 4833.0, 4783.0, 4832.0, 4784.0, 4833.0, 4784.0, 4835.0, 4795.0, 4845.0, 4796.0, 4845.0, 4796.0, 4836.0, 4786.0, 4845.0, 4785.0, 4835.0, 4804.0, 4836.0, 4834.0, 4835.0, 4833.0, 4825.0, 4822.0, 4827.0, 4835.0, 4837.0, 4796.0, 4836.0, 4786.0, 4836.0, 4798.0, 4848.0, 4808.0, 4847.0, 4808.0, 4847.0, 4799.0, 4848.0, 4799.0, 4849.0, 4808.0, 4848.0, 4847.0, 4838.0, 4866.0, 4838.0, 4845.0, 4827.0, 4846.0, 4837.0, 4844.0, 4837.0, 4844.0, 4826.0, 4836.0, 4828.0, 4837.0, 4828.0, 4847.0, 4807.0, 4848.0, 4809.0, 4848.0, 4810.0, 4839.0, 4811.0, 4850.0, 4811.0, 4849.0, 4801.0, 4849.0, 4811.0, 4851.0, 4812.0, 4860.0, 4811.0, 4861.0, 4811.0, 4861.0, 4810.0, 4871.0, 4820.0, 4860.0, 4868.0, 4848.0, 4857.0, 4849.0, 4847.0, 4848.0, 4829.0, 4859.0, 4800.0, 4848.0, 4810.0, 4849.0, 4820.0, 4860.0, 4820.0, 4859.0, 4819.0, 4870.0, 4856.0, 4849.0, 4866.0, 4837.0, 4846.0, 4836.0, 4844.0, 4825.0, 4834.0, 4816.0, 4835.0, 4817.0, 4845.0, 4817.0, 4836.0, 4798.0, 4847.0, 4787.0, 4847.0, 4787.0, 4846.0, 4825.0, 4837.0, 4845.0, 4837.0, 4835.0, 4827.0, 4835.0, 4836.0, 4845.0, 4837.0, 4835.0, 4828.0, 4837.0, 4839.0, 4836.0, 4849.0, 4827.0, 4837.0, 4847.0, 4839.0, 4847.0, 4839.0, 4846.0, 4839.0, 4857.0, 4839.0, 4837.0, 4838.0, 4827.0, 4849.0, 4836.0, 4848.0, 4788.0, 4848.0, 4798.0, 4849.0, 4799.0, 4859.0, 4799.0, 4847.0, 4798.0, 4848.0, 4798.0, 4858.0, 4799.0, 4847.0, 4799.0, 4849.0, 4808.0, 4858.0, 4809.0, 4848.0, 4819.0, 4847.0, 4819.0, 4857.0, 4818.0, 4857.0, 4829.0, 4857.0, 4839.0, 4847.0, 4839.0, 4856.0, 4839.0, 4856.0, 4838.0, 4846.0, 4838.0, 4847.0, 4836.0, 4846.0, 4825.0, 4846.0, 4827.0, 4845.0, 4827.0, 4845.0, 4828.0, 4846.0, 4839.0, 4836.0, 4829.0, 4838.0, 4840.0, 4858.0, 4840.0, 4858.0, 4839.0, 4847.0, 4838.0, 4857.0, 4838.0, 4817.0, 4837.0, 4797.0, 4836.0, 4798.0, 4846.0, 4799.0, 4848.0, 4829.0, 4849.0, 4840.0, 4849.0, 4840.0, 4859.0, 4851.0, 4849.0, 4840.0, 4808.0, 4850.0, 4809.0, 4849.0, 4822.0, 4861.0, 4852.0, 4850.0, 4841.0, 4801.0, 4851.0, 4822.0, 4860.0, 4841.0, 4860.0, 4852.0, 4858.0, 4851.0, 4839.0, 4841.0, 4849.0, 4850.0, 4808.0, 4848.0, 4799.0, 4849.0, 4810.0, 4849.0, 4830.0, 4849.0, 4841.0, 4839.0, 4840.0, 4819.0, 4840.0, 4838.0, 4849.0, 4808.0, 4859.0, 4809.0, 4838.0, 4798.0, 4847.0, 4838.0, 4799.0, 4839.0, 4800.0, 4849.0, 4810.0, 4849.0, 4809.0, 4848.0, 4798.0, 4837.0, 4797.0, 4847.0, 4806.0, 4835.0, 4793.0, 4835.0, 4814.0, 4838.0, 4815.0, 4824.0, 4774.0, 4826.0, 4807.0, 4825.0, 4818.0, 4789.0, 4839.0, 4801.0, 4840.0, 4822.0, 4851.0, 4832.0, 4860.0, 4830.0, 4848.0, 4830.0, 4847.0, 4829.0, 4837.0, 4819.0, 4857.0, 4828.0, 4807.0, 4839.0, 4799.0, 4848.0, 4829.0, 4828.0, 4839.0, 4801.0, 4852.0, 4853.0, 4802.0, 4840.0, 4840.0, 4792.0, 4863.0, 4844.0, 4832.0, 4862.0, 4883.0, 4880.0, 4848.0, 4836.0, 4788.0, 4825.0, 4806.0, 4844.0, 4825.0, 4776.0, 4826.0, 4806.0, 4804.0, 4825.0, 4785.0, 4833.0, 4824.0, 4803.0, 4823.0, 4783.0, 4843.0, 4803.0, 4830.0, 4812.0, 4831.0, 4813.0, 4829.0, 4812.0, 4761.0, 4809.0, 4770.0, 4821.0, 4784.0, 4823.0, 4815.0, 4823.0, 4815.0, 4805.0, 4827.0, 4795.0, 4825.0, 4785.0, 4836.0, 4806.0, 4838.0, 4798.0, 4847.0, 4818.0, 4847.0, 4828.0, 4837.0, 4819.0, 4847.0, 4808.0, 4846.0, 4816.0, 4845.0, 4817.0, 4837.0, 4816.0, 4846.0, 4827.0, 4844.0, 4828.0, 4838.0, 4828.0, 4847.0, 4818.0, 4848.0, 4796.0, 4848.0, 4826.0, 4846.0, 4815.0, 4836.0, 4794.0, 4834.0, 4797.0, 4845.0, 4797.0, 4834.0, 4828.0, 4819.0, 4840.0, 4818.0, 4848.0, 4817.0, 4838.0, 4845.0, 4837.0, 4844.0, 4835.0, 4853.0, 4826.0, 4834.0, 4825.0, 4823.0, 4824.0, 4824.0, 4824.0, 4822.0, 4814.0, 4823.0, 4825.0, 4824.0, 4827.0, 4795.0, 4827.0, 4797.0, 4837.0, 4788.0, 4837.0, 4789.0, 4848.0, 4809.0, 4847.0, 4799.0, 4848.0, 4827.0, 4867.0, 4816.0, 4846.0, 4805.0, 4835.0, 4844.0, 4825.0, 4833.0, 4824.0, 4833.0, 4814.0, 4823.0, 4803.0, 4832.0, 4793.0, 4822.0, 4794.0, 4833.0, 4815.0, 4836.0, 4816.0, 4787.0, 4839.0, 4821.0, 4842.0, 4844.0, 4861.0, 4853.0, 4860.0, 4839.0, 4849.0, 4818.0, 4845.0, 4807.0, 4834.0, 4806.0, 4836.0, 4805.0, 4834.0, 4805.0, 4823.0, 4815.0, 4824.0, 4827.0, 4836.0, 4826.0, 4816.0, 4827.0, 4787.0, 4837.0, 4788.0, 4837.0, 4788.0, 4836.0, 4787.0, 4837.0, 4816.0, 4836.0, 4805.0, 4836.0, 4814.0, 4825.0, 4855.0, 4827.0, 4845.0, 4826.0, 4786.0, 4824.0, 4777.0, 4851.0, 4859.0, 4846.0, 4833.0, 4790.0, 4840.0, 4822.0, 4849.0, 4840.0, 4859.0, 4839.0, 4788.0, 4836.0, 4786.0, 4835.0, 4806.0, 4835.0, 4816.0, 4844.0, 4825.0, 4832.0, 4814.0, 4821.0, 4802.0], 'WindowWidth': [10739.0, 10609.0, 10646.0, 10583.0, 10657.0, 10578.0, 10614.0, 10542.0, 10563.0, 10526.0, 10560.0, 10522.0, 10558.0, 10502.0, 10541.0, 10478.0, 10546.0, 10479.0, 10545.0, 10466.0, 10542.0, 10482.0, 10550.0, 10500.0, 10567.0, 10502.0, 10557.0, 10505.0, 10570.0, 10519.0, 10585.0, 10533.0, 10585.0, 10529.0, 10585.0, 10539.0, 10596.0, 10524.0, 10565.0, 10508.0, 10567.0, 10522.0, 10576.0, 10506.0, 10561.0, 10518.0, 10548.0, 10558.0, 10548.0, 10531.0, 10548.0, 10542.0, 10534.0, 10545.0, 10538.0, 10510.0, 10556.0, 10514.0, 10559.0, 10556.0, 10572.0, 10557.0, 10585.0, 10540.0, 10570.0, 10566.0, 10559.0, 10579.0, 10569.0, 10564.0, 10555.0, 10575.0, 10556.0, 10591.0, 10553.0, 10570.0, 10537.0, 10573.0, 10533.0, 10573.0, 10541.0, 10535.0, 10564.0, 10485.0, 10550.0, 10486.0, 10566.0, 10511.0, 10563.0, 10512.0, 10550.0, 10514.0, 10565.0, 10528.0, 10576.0, 10540.0, 10547.0, 10542.0, 10565.0, 10557.0, 10591.0, 10558.0, 10590.0, 10556.0, 10578.0, 10556.0, 10590.0, 10554.0, 10573.0, 10539.0, 10562.0, 10540.0, 10499.0, 10567.0, 10502.0, 10570.0, 10520.0, 10584.0, 10561.0, 10583.0, 10559.0, 10584.0, 10575.0, 10597.0, 10574.0, 10593.0, 10559.0, 10592.0, 10558.0, 10579.0, 10569.0, 10525.0, 10566.0, 10495.0, 10565.0, 10498.0, 10578.0, 10512.0, 10564.0, 10513.0, 10565.0, 10553.0, 10577.0, 10554.0, 10562.0, 10555.0, 10589.0, 10555.0, 10548.0, 10551.0, 10517.0, 10563.0, 10509.0, 10562.0, 10495.0, 10557.0, 10493.0, 10559.0, 10504.0, 10561.0, 10519.0, 10557.0, 10548.0, 10558.0, 10539.0, 10549.0, 10552.0, 10499.0, 10566.0, 10500.0, 10566.0, 10519.0, 10607.0, 10580.0, 10597.0, 10540.0, 10513.0, 10561.0, 10559.0, 10548.0, 10597.0, 10564.0, 10628.0, 10586.0, 10603.0, 10564.0, 10584.0, 10556.0, 10574.0, 10547.0, 10571.0, 10526.0, 10548.0, 10518.0, 10530.0, 10518.0, 10511.0, 10546.0, 10479.0, 10544.0, 10475.0, 10543.0, 10477.0, 10546.0, 10490.0, 10544.0, 10475.0, 10544.0, 10475.0, 10547.0, 10479.0, 10547.0, 10494.0, 10562.0, 10483.0, 10549.0, 10486.0, 10573.0, 10534.0, 10566.0, 10551.0, 10583.0, 10552.0, 10572.0, 10562.0, 10537.0, 10590.0, 10539.0, 10586.0, 10563.0, 10583.0, 10563.0, 10600.0, 10574.0, 10594.0, 10557.0, 10562.0, 10542.0, 10591.0, 10553.0, 10547.0, 10551.0, 10494.0, 10552.0, 10499.0, 10566.0, 10500.0, 10567.0, 10500.0, 10566.0, 10516.0, 10570.0, 10543.0, 10579.0, 10558.0, 10579.0, 10561.0, 10567.0, 10573.0, 10517.0, 10584.0, 10503.0, 10570.0, 10520.0, 10585.0, 10530.0, 10583.0, 10541.0, 10581.0, 10557.0, 10581.0, 10568.0, 10590.0, 10554.0, 10556.0, 10557.0, 10549.0, 10565.0, 10498.0, 10563.0, 10513.0, 10566.0, 10557.0, 10580.0, 10572.0, 10581.0, 10573.0, 10569.0, 10576.0, 10582.0, 10584.0, 10527.0, 10568.0, 10537.0, 10569.0, 10563.0, 10563.0, 10490.0, 10559.0, 10493.0, 10562.0, 10509.0, 10577.0, 10510.0, 10562.0, 10538.0, 10562.0, 10551.0, 10578.0, 10557.0, 10578.0, 10555.0, 10590.0, 10573.0, 10580.0, 10568.0, 10512.0, 10568.0, 10511.0, 10582.0, 10515.0, 10579.0, 10518.0, 10568.0, 10560.0, 10586.0, 10590.0, 10612.0, 10590.0, 10568.0, 10574.0, 10556.0, 10572.0, 10518.0, 10583.0, 10502.0, 10595.0, 10563.0, 10607.0, 10563.0, 10525.0, 10575.0, 10557.0, 10535.0, 10616.0, 10594.0, 10627.0, 10615.0, 10607.0, 10594.0, 10556.0, 10570.0, 10547.0, 10579.0, 10570.0, 10572.0, 10497.0, 10535.0, 10484.0, 10524.0, 10487.0, 10550.0, 10525.0, 10533.0, 10510.0, 10458.0, 10531.0, 10481.0, 10547.0, 10510.0, 10540.0, 10522.0, 10531.0, 10549.0, 10497.0, 10563.0, 10508.0, 10548.0, 10536.0, 10580.0, 10542.0, 10512.0, 10564.0, 10511.0, 10549.0, 10526.0, 10536.0, 10539.0, 10512.0, 10579.0, 10551.0, 10494.0, 10536.0, 10500.0, 10568.0, 10556.0, 10551.0, 10593.0, 10545.0, 10539.0, 10524.0, 10494.0, 10539.0, 10532.0, 10564.0, 10491.0, 10537.0, 10473.0, 10539.0, 10454.0, 10536.0, 10466.0, 10528.0, 10476.0, 10512.0, 10488.0, 10512.0, 10489.0, 10510.0, 10499.0, 10522.0, 10499.0, 10507.0, 10487.0, 10505.0, 10501.0, 10496.0, 10490.0, 10495.0, 10492.0, 10487.0, 10521.0, 10454.0, 10522.0, 10473.0, 10548.0, 10504.0, 10543.0, 10537.0, 10533.0, 10553.0, 10534.0, 10557.0, 10550.0, 10553.0, 10532.0, 10552.0, 10575.0, 10556.0, 10581.0, 10552.0, 10531.0, 10551.0, 10515.0, 10558.0, 10532.0, 10568.0, 10574.0, 10521.0, 10576.0, 10536.0, 10591.0, 10533.0, 10573.0, 10514.0, 10584.0, 10525.0, 10565.0, 10494.0, 10561.0, 10530.0, 10544.0, 10556.0, 10543.0, 10538.0, 10527.0, 10554.0, 10536.0, 10542.0, 10535.0, 10532.0, 10540.0, 10537.0, 10555.0, 10512.0, 10569.0, 10513.0, 10571.0, 10555.0, 10572.0, 10553.0, 10570.0, 10564.0, 10554.0, 10592.0, 10566.0, 10575.0, 10549.0, 10570.0, 10545.0, 10557.0, 10549.0, 10555.0, 10547.0, 10555.0, 10546.0, 10556.0, 10533.0, 10555.0, 10544.0, 10541.0, 10516.0, 10543.0, 10518.0, 10554.0, 10517.0, 10542.0, 10505.0, 10545.0, 10520.0, 10547.0, 10522.0, 10547.0, 10511.0, 10563.0, 10525.0, 10563.0, 10512.0, 10550.0, 10523.0, 10567.0, 10527.0, 10579.0, 10526.0, 10565.0, 10525.0, 10568.0, 10526.0, 10579.0, 10537.0, 10564.0, 10523.0, 10564.0, 10512.0, 10562.0, 10525.0, 10590.0, 10554.0, 10568.0, 10556.0, 10578.0, 10570.0, 10516.0, 10574.0, 10520.0, 10590.0, 10519.0, 10599.0, 10525.0, 10582.0, 10551.0, 10565.0, 10521.0, 10574.0, 10518.0, 10559.0, 10544.0, 10560.0, 10540.0, 10543.0, 10523.0, 10526.0, 10522.0, 10528.0, 10535.0, 10525.0, 10521.0, 10527.0, 10535.0, 10528.0, 10538.0, 10526.0, 10498.0, 10530.0, 10514.0, 10534.0, 10530.0, 10546.0, 10501.0, 10556.0, 10481.0, 10560.0, 10498.0, 10563.0, 10526.0, 10565.0, 10528.0, 10564.0, 10540.0, 10584.0, 10542.0, 10581.0, 10554.0, 10577.0, 10536.0, 10565.0, 10538.0, 10562.0, 10549.0, 10558.0, 10536.0, 10558.0, 10551.0, 10573.0, 10553.0, 10535.0, 10555.0, 10516.0, 10552.0, 10523.0, 10604.0, 10560.0, 10522.0, 10582.0, 10564.0, 10601.0, 10576.0, 10573.0, 10588.0, 10528.0, 10583.0, 10577.0, 10566.0, 10600.0, 10541.0, 10509.0, 10523.0, 10467.0, 10541.0, 10479.0, 10557.0, 10492.0, 10542.0, 10536.0, 10560.0, 10554.0, 10573.0, 10567.0, 10546.0, 10548.0, 10555.0, 10542.0, 10569.0, 10542.0, 10552.0, 10512.0, 10536.0, 10494.0, 10535.0, 10466.0, 10534.0, 10466.0, 10531.0, 10467.0, 10534.0, 10470.0, 10539.0, 10486.0, 10553.0, 10487.0, 10554.0, 10489.0, 10544.0, 10474.0, 10553.0, 10471.0, 10540.0, 10497.0, 10542.0, 10538.0, 10541.0, 10535.0, 10526.0, 10519.0, 10531.0, 10539.0, 10545.0, 10489.0, 10543.0, 10476.0, 10544.0, 10494.0, 10562.0, 10506.0, 10562.0, 10508.0, 10560.0, 10496.0, 10565.0, 10496.0, 10564.0, 10506.0, 10561.0, 10559.0, 10549.0, 10584.0, 10547.0, 10553.0, 10532.0, 10556.0, 10545.0, 10553.0, 10545.0, 10551.0, 10531.0, 10544.0, 10534.0, 10545.0, 10535.0, 10560.0, 10508.0, 10564.0, 10511.0, 10564.0, 10514.0, 10551.0, 10516.0, 10568.0, 10515.0, 10566.0, 10502.0, 10567.0, 10518.0, 10572.0, 10519.0, 10583.0, 10518.0, 10584.0, 10518.0, 10587.0, 10514.0, 10598.0, 10526.0, 10581.0, 10592.0, 10563.0, 10575.0, 10564.0, 10559.0, 10563.0, 10537.0, 10579.0, 10499.0, 10563.0, 10514.0, 10568.0, 10528.0, 10582.0, 10527.0, 10579.0, 10525.0, 10597.0, 10573.0, 10564.0, 10586.0, 10546.0, 10555.0, 10540.0, 10551.0, 10526.0, 10536.0, 10514.0, 10540.0, 10517.0, 10553.0, 10519.0, 10543.0, 10493.0, 10560.0, 10478.0, 10559.0, 10475.0, 10556.0, 10526.0, 10544.0, 10554.0, 10544.0, 10539.0, 10532.0, 10541.0, 10543.0, 10555.0, 10546.0, 10541.0, 10536.0, 10546.0, 10552.0, 10545.0, 10565.0, 10532.0, 10548.0, 10561.0, 10550.0, 10558.0, 10550.0, 10558.0, 10552.0, 10575.0, 10551.0, 10544.0, 10549.0, 10530.0, 10564.0, 10544.0, 10563.0, 10480.0, 10561.0, 10495.0, 10566.0, 10497.0, 10578.0, 10496.0, 10560.0, 10495.0, 10564.0, 10494.0, 10577.0, 10496.0, 10560.0, 10496.0, 10565.0, 10507.0, 10577.0, 10510.0, 10561.0, 10525.0, 10560.0, 10525.0, 10574.0, 10522.0, 10573.0, 10537.0, 10574.0, 10551.0, 10558.0, 10551.0, 10570.0, 10550.0, 10571.0, 10549.0, 10557.0, 10548.0, 10560.0, 10543.0, 10557.0, 10526.0, 10556.0, 10531.0, 10553.0, 10532.0, 10553.0, 10535.0, 10557.0, 10551.0, 10543.0, 10539.0, 10548.0, 10554.0, 10577.0, 10554.0, 10575.0, 10552.0, 10559.0, 10550.0, 10575.0, 10549.0, 10517.0, 10545.0, 10490.0, 10544.0, 10493.0, 10558.0, 10495.0, 10562.0, 10538.0, 10566.0, 10554.0, 10564.0, 10553.0, 10578.0, 10569.0, 10565.0, 10555.0, 10509.0, 10566.0, 10509.0, 10566.0, 10532.0, 10584.0, 10573.0, 10567.0, 10557.0, 10503.0, 10571.0, 10532.0, 10581.0, 10557.0, 10583.0, 10572.0, 10577.0, 10569.0, 10550.0, 10555.0, 10564.0, 10567.0, 10508.0, 10562.0, 10495.0, 10564.0, 10512.0, 10565.0, 10541.0, 10565.0, 10557.0, 10550.0, 10553.0, 10522.0, 10555.0, 10548.0, 10565.0, 10505.0, 10580.0, 10510.0, 10547.0, 10493.0, 10559.0, 10548.0, 10494.0, 10550.0, 10498.0, 10564.0, 10512.0, 10564.0, 10509.0, 10561.0, 10492.0, 10545.0, 10489.0, 10557.0, 10498.0, 10538.0, 10477.0, 10537.0, 10509.0, 10546.0, 10509.0, 10522.0, 10453.0, 10526.0, 10503.0, 10524.0, 10519.0, 10482.0, 10551.0, 10501.0, 10553.0, 10532.0, 10569.0, 10544.0, 10579.0, 10538.0, 10561.0, 10536.0, 10557.0, 10535.0, 10542.0, 10522.0, 10570.0, 10533.0, 10503.0, 10550.0, 10494.0, 10560.0, 10536.0, 10534.0, 10550.0, 10501.0, 10575.0, 10577.0, 10506.0, 10552.0, 10553.0, 10490.0, 10592.0, 10565.0, 10546.0, 10586.0, 10617.0, 10609.0, 10559.0, 10536.0, 10475.0, 10520.0, 10495.0, 10549.0, 10518.0, 10454.0, 10525.0, 10498.0, 10492.0, 10523.0, 10469.0, 10532.0, 10519.0, 10489.0, 10518.0, 10463.0, 10546.0, 10489.0, 10524.0, 10500.0, 10525.0, 10504.0, 10522.0, 10500.0, 10430.0, 10494.0, 10443.0, 10513.0, 10466.0, 10518.0, 10510.0, 10519.0, 10512.0, 10497.0, 10531.0, 10485.0, 10525.0, 10472.0, 10542.0, 10501.0, 10547.0, 10493.0, 10558.0, 10519.0, 10557.0, 10532.0, 10544.0, 10521.0, 10559.0, 10505.0, 10555.0, 10515.0, 10552.0, 10516.0, 10544.0, 10516.0, 10555.0, 10532.0, 10552.0, 10536.0, 10548.0, 10535.0, 10560.0, 10519.0, 10561.0, 10488.0, 10562.0, 10528.0, 10556.0, 10511.0, 10540.0, 10482.0, 10537.0, 10492.0, 10554.0, 10489.0, 10539.0, 10536.0, 10524.0, 10554.0, 10522.0, 10562.0, 10517.0, 10547.0, 10553.0, 10544.0, 10551.0, 10539.0, 10563.0, 10527.0, 10536.0, 10525.0, 10519.0, 10522.0, 10521.0, 10523.0, 10517.0, 10509.0, 10520.0, 10527.0, 10524.0, 10531.0, 10486.0, 10532.0, 10490.0, 10545.0, 10480.0, 10547.0, 10482.0, 10563.0, 10511.0, 10561.0, 10496.0, 10563.0, 10532.0, 10587.0, 10514.0, 10556.0, 10496.0, 10538.0, 10549.0, 10524.0, 10532.0, 10522.0, 10532.0, 10508.0, 10520.0, 10492.0, 10530.0, 10478.0, 10515.0, 10482.0, 10533.0, 10512.0, 10541.0, 10515.0, 10479.0, 10551.0, 10531.0, 10560.0, 10566.0, 10585.0, 10576.0, 10581.0, 10550.0, 10564.0, 10518.0, 10555.0, 10501.0, 10536.0, 10498.0, 10541.0, 10498.0, 10537.0, 10494.0, 10518.0, 10510.0, 10520.0, 10532.0, 10540.0, 10528.0, 10515.0, 10530.0, 10475.0, 10545.0, 10477.0, 10545.0, 10478.0, 10542.0, 10476.0, 10546.0, 10513.0, 10542.0, 10496.0, 10540.0, 10507.0, 10523.0, 10566.0, 10531.0, 10554.0, 10528.0, 10473.0, 10520.0, 10463.0, 10574.0, 10599.0, 10574.0, 10550.0, 10485.0, 10552.0, 10530.0, 10563.0, 10552.0, 10575.0, 10549.0, 10477.0, 10539.0, 10471.0, 10537.0, 10499.0, 10537.0, 10511.0, 10551.0, 10523.0, 10531.0, 10505.0, 10512.0, 10486.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.003201917012448133</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024359397676348545</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.13121437621265</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1862940844684389</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0222683865199353</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5034</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3931.6121</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08847037854587617</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.1535269709543567</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6110543411383023</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.496967031376758</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9279552938284694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4082406982096796</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00665389</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011334103532135487</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025264520198106766</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.561090858105201</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>18.5639</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.2514</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.1583</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292483.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1147.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.0517</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8619</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.1865</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3921.5685</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4158.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84061.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1092.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5318.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1167.6128</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.93801101669669</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> |