=== 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-0036 --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-0036",
"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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-01/func/sub-0036_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>8fc6c79ce58706213ead5747cee41d1d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:27:11.137500</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_VE11C_LATEST_20160120</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.996458, 0.0677121, -0.0498683, -0.0672328, 0.997674, 0.0112292]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.142079</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7716, -7177, 528, -71, -46, 87, 71]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>323.927</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c8e747fd-5d93-451e-9e53-32b4e588892c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6734235286712646, -0.18038073182106018, -0.13638417422771454, 125.09634399414062], [-0.18166671693325043, 2.6766867637634277, 0.02115897834300995, -73.76412963867188], [-0.13379298150539398, -0.030127177014946938, 2.696470260620117, -24.771530151367188], [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': ['102711.137500', '102711.597500', '102712.057500', '102712.517500', '102712.977500', '102713.437500', '102713.897500', '102714.357500', '102714.817500', '102715.277500', '102715.737500', '102716.197500', '102716.657500', '102717.117500', '102717.577500', '102718.037500', '102718.497500', '102718.957500', '102719.417500', '102719.877500', '102720.337500', '102720.797500', '102721.257500', '102721.717500', '102722.177500', '102722.637500', '102723.097500', '102723.557500', '102724.017500', '102724.477500', '102724.937500', '102725.397500', '102725.857500', '102726.317500', '102726.777500', '102727.237500', '102727.697500', '102728.157500', '102728.617500', '102729.077500', '102729.537500', '102729.997500', '102730.457500', '102730.917500', '102731.377500', '102731.837500', '102732.297500', '102732.757500', '102733.217500', '102733.677500', '102734.137500', '102734.597500', '102735.057500', '102735.517500', '102735.977500', '102736.437500', '102736.897500', '102737.357500', '102737.817500', '102738.277500', '102738.737500', '102739.197500', '102739.657500', '102740.117500', '102740.577500', '102741.037500', '102741.497500', '102741.957500', '102742.417500', '102742.877500', '102743.337500', '102743.797500', '102744.257500', '102744.717500', '102745.177500', '102745.637500', '102746.097500', '102746.557500', '102747.017500', '102747.477500', '102747.937500', '102748.397500', '102748.857500', '102749.317500', '102749.777500', '102750.237500', '102750.697500', '102751.157500', '102751.617500', '102752.077500', '102752.537500', '102752.997500', '102753.457500', '102753.917500', '102754.377500', '102754.837500', '102755.297500', '102755.757500', '102756.217500', '102756.677500', '102757.137500', '102757.597500', '102758.057500', '102758.517500', '102758.977500', '102759.437500', '102759.897500', '102800.357500', '102800.817500', '102801.277500', '102801.737500', '102802.197500', '102802.657500', '102803.117500', '102803.577500', '102804.037500', '102804.497500', '102804.957500', '102805.417500', '102805.877500', '102806.337500', '102806.797500', '102807.257500', '102807.717500', '102808.177500', '102808.637500', '102809.097500', '102809.557500', '102810.017500', '102810.477500', '102810.937500', '102811.397500', '102811.857500', '102812.317500', '102812.777500', '102813.237500', '102813.697500', '102814.157500', '102814.617500', '102815.077500', '102815.537500', '102815.997500', '102816.457500', '102816.917500', '102817.377500', '102817.837500', '102818.297500', '102818.757500', '102819.217500', '102819.677500', '102820.137500', '102820.597500', '102821.057500', '102821.517500', '102821.977500', '102822.437500', '102822.897500', '102823.357500', '102823.817500', '102824.277500', '102824.737500', '102825.197500', '102825.657500', '102826.117500', '102826.577500', '102827.037500', '102827.497500', '102827.957500', '102828.417500', '102828.877500', '102829.337500', '102829.797500', '102830.257500', '102830.717500', '102831.177500', '102831.637500', '102832.097500', '102832.557500', '102833.017500', '102833.477500', '102833.937500', '102834.397500', '102834.857500', '102835.317500', '102835.777500', '102836.237500', '102836.697500', '102837.157500', '102837.617500', '102838.077500', '102838.537500', '102838.997500', '102839.457500', '102839.917500', '102840.377500', '102840.837500', '102841.297500', '102841.757500', '102842.217500', '102842.677500', '102843.137500', '102843.597500', '102844.057500', '102844.517500', '102844.977500', '102845.437500', '102845.897500', '102846.357500', '102846.817500', '102847.277500', '102847.737500', '102848.197500', '102848.657500', '102849.117500', '102849.577500', '102850.037500', '102850.497500', '102850.957500', '102851.417500', '102851.877500', '102852.337500', '102852.797500', '102853.257500', '102853.717500', '102854.177500', '102854.637500', '102855.097500', '102855.557500', '102856.017500', '102856.477500', '102856.937500', '102857.397500', '102857.857500', '102858.317500', '102858.777500', '102859.237500', '102859.697500', '102900.157500', '102900.617500', '102901.077500', '102901.537500', '102901.997500', '102902.457500', '102902.917500', '102903.377500', '102903.837500', '102904.297500', '102904.757500', '102905.217500', '102905.677500', '102906.137500', '102906.597500', '102907.057500', '102907.517500', '102907.977500', '102908.437500', '102908.897500', '102909.357500', '102909.817500', '102910.277500', '102910.737500', '102911.197500', '102911.657500', '102912.117500', '102912.577500', '102913.037500', '102913.497500', '102913.957500', '102914.417500', '102914.877500', '102915.337500', '102915.797500', '102916.257500', '102916.717500', '102917.177500', '102917.637500', '102918.097500', '102918.557500', '102919.017500', '102919.477500', '102919.937500', '102920.397500', '102920.857500', '102921.317500', '102921.777500', '102922.237500', '102922.697500', '102923.157500', '102923.617500', '102924.077500', '102924.537500', '102924.997500', '102925.457500', '102925.917500', '102926.377500', '102926.837500', '102927.297500', '102927.757500', '102928.217500', '102928.677500', '102929.137500', '102929.597500', '102930.057500', '102930.517500', '102930.977500', '102931.437500', '102931.897500', '102932.357500', '102932.817500', '102933.277500', '102933.737500', '102934.197500', '102934.657500', '102935.117500', '102935.577500', '102936.037500', '102936.497500', '102936.957500', '102937.417500', '102937.877500', '102938.337500', '102938.797500', '102939.257500', '102939.717500', '102940.177500', '102940.637500', '102941.097500', '102941.557500', '102942.017500', '102942.477500', '102942.937500', '102943.397500', '102943.857500', '102944.317500', '102944.777500', '102945.237500', '102945.697500', '102946.157500', '102946.617500', '102947.077500', '102947.537500', '102947.997500', '102948.457500', '102948.917500', '102949.377500', '102949.837500', '102950.297500', '102950.757500', '102951.217500', '102951.677500', '102952.137500', '102952.597500', '102953.057500', '102953.517500', '102953.977500', '102954.437500', '102954.897500', '102955.357500', '102955.817500', '102956.277500', '102956.737500', '102957.197500', '102957.657500', '102958.117500', '102958.577500', '102959.037500', '102959.497500', '102959.957500', '103000.417500', '103000.877500', '103001.337500', '103001.797500', '103002.257500', '103002.717500', '103003.177500', '103003.637500', '103004.097500', '103004.557500', '103005.017500', '103005.477500', '103005.937500', '103006.397500', '103006.857500', '103007.317500', '103007.777500', '103008.237500', '103008.697500', '103009.157500', '103009.617500', '103010.077500', '103010.537500', '103010.997500', '103011.457500', '103011.917500', '103012.377500', '103012.837500', '103013.297500', '103013.757500', '103014.217500', '103014.677500', '103015.137500', '103015.597500', '103016.057500', '103016.517500', '103016.977500', '103017.437500', '103017.897500', '103018.357500', '103018.817500', '103019.277500', '103019.737500', '103020.197500', '103020.657500', '103021.117500', '103021.577500', '103022.037500', '103022.497500', '103022.957500', '103023.417500', '103023.877500', '103024.337500', '103024.797500', '103025.257500', '103025.717500', '103026.177500', '103026.637500', '103027.097500', '103027.557500', '103028.017500', '103028.477500', '103028.937500', '103029.397500', '103029.857500', '103030.317500', '103030.777500', '103031.237500', '103031.697500', '103032.157500', '103032.617500', '103033.077500', '103033.537500', '103033.997500', '103034.457500', '103034.917500', '103035.377500', '103035.837500', '103036.297500', '103036.757500', '103037.217500', '103037.677500', '103038.137500', '103038.597500', '103039.057500', '103039.517500', '103039.977500', '103040.437500', '103040.897500', '103041.357500', '103041.817500', '103042.277500', '103042.737500', '103043.197500', '103043.657500', '103044.117500', '103044.577500', '103045.037500', '103045.497500', '103045.957500', '103046.417500', '103046.877500', '103047.337500', '103047.797500', '103048.257500', '103048.717500', '103049.177500', '103049.637500', '103050.097500', '103050.557500', '103051.017500', '103051.477500', '103051.937500', '103052.397500', '103052.857500', '103053.317500', '103053.777500', '103054.237500', '103054.697500', '103055.157500', '103055.617500', '103056.077500', '103056.537500', '103056.997500', '103057.457500', '103057.917500', '103058.377500', '103058.837500', '103059.297500', '103059.757500', '103100.217500', '103100.677500', '103101.137500', '103101.597500', '103102.057500', '103102.517500', '103102.977500', '103103.437500', '103103.897500', '103104.357500', '103104.817500', '103105.277500', '103105.737500', '103106.197500', '103106.657500', '103107.117500', '103107.577500', '103108.037500', '103108.497500', '103108.957500', '103109.417500', '103109.877500', '103110.337500', '103110.797500', '103111.257500', '103111.717500', '103112.177500', '103112.637500', '103113.097500', '103113.557500', '103114.017500', '103114.477500', '103114.937500', '103115.397500', '103115.857500', '103116.317500', '103116.777500', '103117.237500', '103117.697500', '103118.157500', '103118.617500', '103119.077500', '103119.537500', '103119.997500', '103120.457500', '103120.917500', '103121.377500', '103121.837500', '103122.297500', '103122.757500', '103123.217500', '103123.677500', '103124.137500', '103124.597500', '103125.057500', '103125.517500', '103125.977500', '103126.437500', '103126.897500', '103127.357500', '103127.817500', '103128.277500', '103128.737500', '103129.197500', '103129.657500', '103130.117500', '103130.577500', '103131.037500', '103131.497500', '103131.957500', '103132.417500', '103132.877500', '103133.337500', '103133.797500', '103134.257500', '103134.717500', '103135.177500', '103135.637500', '103136.097500', '103136.557500', '103137.017500', '103137.477500', '103137.937500', '103138.397500', '103138.857500', '103139.317500', '103139.777500', '103140.237500', '103140.697500', '103141.157500', '103141.617500', '103142.077500', '103142.537500', '103142.997500', '103143.457500', '103143.917500', '103144.377500', '103144.837500', '103145.297500', '103145.757500', '103146.217500', '103146.677500', '103147.137500', '103147.597500', '103148.057500', '103148.517500', '103148.977500', '103149.437500', '103149.897500', '103150.357500', '103150.817500', '103151.277500', '103151.737500', '103152.197500', '103152.657500', '103153.117500', '103153.577500', '103154.037500', '103154.497500', '103154.957500', '103155.417500', '103155.877500', '103156.337500', '103156.797500', '103157.257500', '103157.717500', '103158.177500', '103158.637500', '103159.097500', '103159.557500', '103200.017500', '103200.477500', '103200.937500', '103201.397500', '103201.857500', '103202.317500', '103202.777500', '103203.237500', '103203.697500', '103204.157500', '103204.617500', '103205.077500', '103205.537500', '103205.997500', '103206.457500', '103206.917500', '103207.377500', '103207.837500', '103208.297500', '103208.757500', '103209.217500', '103209.677500', '103210.137500', '103210.597500', '103211.057500', '103211.517500', '103211.977500', '103212.437500', '103212.897500', '103213.357500', '103213.817500', '103214.277500', '103214.737500', '103215.197500', '103215.657500', '103216.117500', '103216.577500', '103217.037500', '103217.497500', '103217.957500', '103218.417500', '103218.877500', '103219.337500', '103219.797500', '103220.257500', '103220.717500', '103221.177500', '103221.637500', '103222.097500', '103222.557500', '103223.017500', '103223.477500', '103223.937500', '103224.397500', '103224.857500', '103225.317500', '103225.777500', '103226.237500', '103226.697500', '103227.157500', '103227.617500', '103228.077500', '103228.537500', '103228.997500', '103229.457500', '103229.917500', '103230.377500', '103230.837500', '103231.297500', '103231.757500', '103232.217500', '103232.677500', '103233.137500', '103233.597500', '103234.057500', '103234.517500', '103234.977500', '103235.437500', '103235.897500', '103236.357500', '103236.817500', '103237.277500', '103237.737500', '103238.197500', '103238.657500', '103239.117500', '103239.577500', '103240.037500', '103240.497500', '103240.957500', '103241.417500', '103241.877500', '103242.337500', '103242.797500', '103243.257500', '103243.717500', '103244.177500', '103244.637500', '103245.097500', '103245.557500', '103246.017500', '103246.477500', '103246.937500', '103247.397500', '103247.857500', '103248.317500', '103248.777500', '103249.237500', '103249.697500', '103250.157500', '103250.617500', '103251.077500', '103251.537500', '103251.997500', '103252.457500', '103252.917500', '103253.377500', '103253.837500', '103254.297500', '103254.757500', '103255.217500', '103255.677500', '103256.137500', '103256.597500', '103257.057500', '103257.517500', '103257.977500', '103258.437500', '103258.897500', '103259.357500', '103259.817500', '103300.277500', '103300.737500', '103301.197500', '103301.657500', '103302.117500', '103302.577500', '103303.037500', '103303.497500', '103303.957500', '103304.417500', '103304.877500', '103305.337500', '103305.797500', '103306.257500', '103306.717500', '103307.177500', '103307.637500', '103308.097500', '103308.557500', '103309.017500', '103309.477500', '103309.937500', '103310.397500', '103310.857500', '103311.317500', '103311.777500', '103312.237500', '103312.697500', '103313.157500', '103313.617500', '103314.077500', '103314.537500', '103314.997500', '103315.457500', '103315.917500', '103316.377500', '103316.837500', '103317.297500', '103317.757500', '103318.217500', '103318.677500', '103319.137500', '103319.597500', '103320.057500', '103320.517500', '103320.977500', '103321.437500', '103321.897500', '103322.357500', '103322.817500', '103323.277500', '103323.737500', '103324.197500', '103324.657500', '103325.117500', '103325.577500', '103326.037500', '103326.497500', '103326.957500', '103327.417500', '103327.877500', '103328.337500', '103328.797500', '103329.257500', '103329.717500', '103330.177500', '103330.637500', '103331.097500', '103331.557500', '103332.017500', '103332.477500', '103332.937500', '103333.397500', '103333.857500', '103334.317500', '103334.777500', '103335.237500', '103335.697500', '103336.157500', '103336.617500', '103337.077500', '103337.537500', '103337.997500', '103338.457500', '103338.917500', '103339.377500', '103339.837500', '103340.297500', '103340.757500', '103341.217500', '103341.677500', '103342.137500', '103342.597500', '103343.057500', '103343.517500', '103343.977500', '103344.437500', '103344.897500', '103345.357500', '103345.817500', '103346.277500', '103346.737500', '103347.197500', '103347.657500', '103348.117500', '103348.577500', '103349.037500', '103349.497500', '103349.957500', '103350.417500', '103350.877500', '103351.337500', '103351.797500', '103352.257500', '103352.717500', '103353.177500', '103353.637500', '103354.097500', '103354.557500', '103355.017500', '103355.477500', '103355.937500', '103356.397500', '103356.857500', '103357.317500', '103357.777500', '103358.237500', '103358.697500', '103359.157500', '103359.617500', '103400.077500', '103400.537500', '103400.997500', '103401.457500', '103401.917500', '103402.377500', '103402.837500', '103403.297500', '103403.757500', '103404.217500', '103404.677500', '103405.137500', '103405.597500', '103406.057500', '103406.517500', '103406.977500', '103407.437500', '103407.897500', '103408.357500', '103408.817500', '103409.277500', '103409.737500', '103410.197500', '103410.657500', '103411.117500', '103411.577500', '103412.037500', '103412.497500', '103412.957500', '103413.417500', '103413.877500', '103414.337500', '103414.797500', '103415.257500', '103415.717500', '103416.177500', '103416.637500', '103417.097500', '103417.557500', '103418.017500', '103418.477500', '103418.937500', '103419.397500', '103419.857500', '103420.317500', '103420.777500', '103421.237500', '103421.697500', '103422.157500', '103422.617500', '103423.077500', '103423.537500', '103423.997500', '103424.457500', '103424.917500', '103425.377500', '103425.837500', '103426.297500', '103426.757500', '103427.217500', '103427.677500', '103428.137500', '103428.597500', '103429.057500', '103429.517500', '103429.977500', '103430.437500', '103430.897500', '103431.357500', '103431.817500', '103432.277500', '103432.737500', '103433.197500', '103433.657500', '103434.117500', '103434.577500', '103435.037500', '103435.497500', '103435.957500', '103436.417500', '103436.877500', '103437.337500', '103437.797500', '103438.257500', '103438.717500', '103439.177500', '103439.637500', '103440.097500', '103440.557500', '103441.017500', '103441.477500', '103441.937500', '103442.397500', '103442.857500', '103443.317500', '103443.777500', '103444.237500', '103444.697500', '103445.157500', '103445.617500', '103446.077500', '103446.537500', '103446.997500', '103447.457500', '103447.917500', '103448.377500', '103448.837500', '103449.297500', '103449.757500', '103450.217500', '103450.677500', '103451.137500', '103451.597500', '103452.057500', '103452.517500', '103452.977500', '103453.437500', '103453.897500', '103454.357500', '103454.817500', '103455.277500', '103455.737500', '103456.197500', '103456.657500', '103457.117500', '103457.577500', '103458.037500', '103458.497500', '103458.957500', '103459.417500', '103459.877500', '103500.337500', '103500.797500', '103501.257500', '103501.717500', '103502.177500', '103502.637500', '103503.097500', '103503.557500', '103504.017500', '103504.477500', '103504.937500', '103505.397500', '103505.857500', '103506.317500', '103506.777500', '103507.237500', '103507.697500', '103508.157500', '103508.617500', '103509.077500', '103509.537500', '103509.997500', '103510.457500', '103510.917500', '103511.377500', '103511.837500', '103512.297500', '103512.757500', '103513.217500', '103513.677500', '103514.137500', '103514.597500', '103515.057500', '103515.517500', '103515.977500', '103516.437500', '103516.897500', '103517.357500', '103517.817500', '103518.277500', '103518.737500', '103519.197500', '103519.657500', '103520.117500', '103520.577500', '103521.037500', '103521.497500', '103521.957500', '103522.417500', '103522.877500', '103523.337500', '103523.797500', '103524.257500', '103524.717500', '103525.177500', '103525.637500', '103526.097500', '103526.557500', '103527.017500', '103527.477500', '103527.937500', '103528.397500', '103528.857500', '103529.317500', '103529.777500', '103530.237500', '103530.697500', '103531.157500', '103531.617500', '103532.077500', '103532.537500', '103532.997500', '103533.457500', '103533.917500', '103534.377500', '103534.837500', '103535.297500', '103535.757500', '103536.217500', '103536.677500', '103537.137500', '103537.597500', '103538.057500', '103538.517500', '103538.977500', '103539.437500', '103539.897500', '103540.357500', '103540.817500', '103541.277500', '103541.737500', '103542.197500', '103542.657500', '103543.117500', '103543.577500', '103544.037500', '103544.497500', '103544.957500', '103545.417500', '103545.877500', '103546.337500', '103546.797500', '103547.257500', '103547.717500', '103548.177500', '103548.637500', '103549.097500', '103549.557500', '103550.017500', '103550.477500', '103550.937500', '103551.397500', '103551.857500', '103552.317500', '103552.777500', '103553.237500', '103553.697500', '103554.157500', '103554.617500', '103555.077500', '103555.537500', '103555.997500', '103556.457500', '103556.917500', '103557.377500', '103557.837500', '103558.297500', '103558.757500', '103559.217500', '103559.677500', '103600.137500', '103600.597500', '103601.057500', '103601.517500', '103601.977500', '103602.437500', '103602.897500', '103603.357500', '103603.817500', '103604.277500', '103604.737500', '103605.197500', '103605.657500', '103606.117500', '103606.577500', '103607.037500', '103607.497500', '103607.957500', '103608.417500', '103608.877500', '103609.337500', '103609.797500', '103610.257500', '103610.717500', '103611.177500', '103611.637500', '103612.097500', '103612.557500', '103613.017500', '103613.477500', '103613.937500', '103614.397500', '103614.857500', '103615.317500', '103615.777500', '103616.237500', '103616.697500', '103617.157500', '103617.617500', '103618.077500', '103618.537500', '103618.997500', '103619.457500', '103619.917500', '103620.377500', '103620.837500', '103621.297500', '103621.757500', '103622.217500', '103622.677500', '103623.137500', '103623.597500', '103624.057500', '103624.517500', '103624.977500', '103625.437500', '103625.897500', '103626.357500', '103626.817500'], 'ContentTime': ['102735.225000', '102735.229000', '102735.232000', '102735.235000', '102735.237000', '102735.240000', '102735.243000', '102735.246000', '102735.249000', '102735.251000', '102735.254000', '102735.257000', '102735.260000', '102735.263000', '102735.265000', '102735.268000', '102735.271000', '102735.274000', '102735.285000', '102735.288000', '102735.291000', '102735.294000', '102735.297000', '102735.299000', '102735.302000', '102735.305000', '102735.308000', '102735.311000', '102735.313000', '102735.316000', '102735.319000', '102735.322000', '102735.324000', '102735.327000', '102735.330000', '102735.333000', '102735.336000', '102735.338000', '102735.341000', '102735.344000', '102735.347000', '102735.350000', '102735.352000', '102735.355000', '102735.358000', '102735.361000', '102735.363000', '102735.366000', '102735.369000', '102755.194000', '102755.197000', '102755.200000', '102755.202000', '102755.205000', '102755.208000', '102755.211000', '102755.214000', '102755.217000', '102755.219000', '102755.222000', '102755.225000', '102755.228000', '102755.230000', '102755.233000', '102755.236000', '102755.239000', '102755.242000', '102755.244000', '102755.247000', '102755.250000', '102755.253000', '102755.262000', '102755.265000', '102755.268000', '102755.271000', '102755.273000', '102755.276000', '102755.279000', '102755.282000', '102755.284000', '102755.287000', '102755.290000', '102755.293000', '102755.296000', '102755.298000', '102755.301000', '102755.304000', '102755.307000', '102755.310000', '102755.312000', '102755.315000', '102755.318000', '102755.321000', '102815.194000', '102815.197000', '102815.200000', '102815.202000', '102815.205000', '102815.223000', '102815.226000', '102815.228000', '102815.231000', '102815.234000', '102815.237000', '102815.240000', '102815.242000', '102815.245000', '102815.248000', '102815.251000', '102815.254000', '102815.256000', '102815.259000', '102815.262000', '102815.265000', '102815.268000', '102815.276000', '102815.278000', '102815.281000', '102815.284000', '102815.287000', '102815.290000', '102815.292000', '102815.295000', '102815.298000', '102815.301000', '102815.303000', '102815.306000', '102815.309000', '102815.312000', '102815.315000', '102815.317000', '102815.320000', '102815.323000', '102815.326000', '102815.329000', '102815.331000', '102835.194000', '102835.197000', '102835.200000', '102835.202000', '102835.205000', '102835.208000', '102835.211000', '102835.214000', '102835.217000', '102835.219000', '102835.222000', '102835.225000', '102835.228000', '102835.231000', '102835.233000', '102835.236000', '102835.239000', '102835.242000', '102835.245000', '102835.247000', '102835.250000', '102835.253000', '102835.256000', '102835.259000', '102835.261000', '102835.264000', '102835.267000', '102835.270000', '102835.273000', '102835.276000', '102835.278000', '102835.281000', '102835.284000', '102835.287000', '102835.290000', '102835.292000', '102835.295000', '102835.298000', '102835.301000', '102835.304000', '102835.315000', '102835.318000', '102835.321000', '102835.323000', '102855.194000', '102855.197000', '102855.200000', '102855.203000', '102855.205000', '102855.208000', '102855.211000', '102855.214000', '102855.217000', '102855.220000', '102855.223000', '102855.226000', '102855.229000', '102855.231000', '102855.234000', '102855.237000', '102855.240000', '102855.249000', '102855.252000', '102855.254000', '102855.257000', '102855.260000', '102855.263000', '102855.265000', '102855.268000', '102855.271000', '102855.274000', '102855.277000', '102855.280000', '102855.282000', '102855.285000', '102855.288000', '102855.291000', '102855.294000', '102855.296000', '102855.299000', '102855.302000', '102855.305000', '102855.308000', '102855.310000', '102855.313000', '102855.316000', '102855.319000', '102915.194000', '102915.197000', '102915.200000', '102915.203000', '102915.205000', '102915.208000', '102915.211000', '102915.214000', '102915.217000', '102915.219000', '102915.222000', '102915.225000', '102915.228000', '102915.231000', '102915.233000', '102915.236000', '102915.239000', '102915.242000', '102915.245000', '102915.248000', '102915.251000', '102915.253000', '102915.262000', '102915.265000', '102915.268000', '102915.271000', '102915.274000', '102915.276000', '102915.279000', '102915.282000', '102915.285000', '102915.288000', '102915.290000', '102915.293000', '102915.296000', '102915.299000', '102915.302000', '102915.304000', '102915.307000', '102915.310000', '102915.313000', '102915.316000', '102915.318000', '102915.321000', '102935.194000', '102935.197000', '102935.200000', '102935.203000', '102935.206000', '102935.208000', '102935.211000', '102935.214000', '102935.217000', '102935.220000', '102935.222000', '102935.225000', '102935.228000', '102935.231000', '102935.234000', '102935.237000', '102935.240000', '102935.243000', '102935.245000', '102935.248000', '102935.251000', '102935.254000', '102935.257000', '102935.260000', '102935.262000', '102935.265000', '102935.268000', '102935.271000', '102935.274000', '102935.276000', '102935.279000', '102935.282000', '102935.285000', '102935.288000', '102935.291000', '102935.293000', '102935.296000', '102935.299000', '102935.302000', '102935.304000', '102935.307000', '102935.310000', '102935.313000', '102955.194000', '102955.213000', '102955.216000', '102955.219000', '102955.222000', '102955.225000', '102955.227000', '102955.230000', '102955.233000', '102955.236000', '102955.239000', '102955.241000', '102955.244000', '102955.247000', '102955.250000', '102955.253000', '102955.256000', '102955.258000', '102955.261000', '102955.264000', '102955.267000', '102955.270000', '102955.272000', '102955.275000', '102955.278000', '102955.281000', '102955.284000', '102955.286000', '102955.289000', '102955.292000', '102955.295000', '102955.298000', '102955.300000', '102955.303000', '102955.306000', '102955.309000', '102955.312000', '102955.314000', '102955.317000', '102955.320000', '102955.323000', '102955.325000', '102955.328000', '102955.331000', '103015.194000', '103015.197000', '103015.200000', '103015.203000', '103015.205000', '103015.208000', '103015.211000', '103015.214000', '103015.217000', '103015.220000', '103015.222000', '103015.225000', '103015.228000', '103015.231000', '103015.234000', '103015.237000', '103015.240000', '103015.242000', '103015.245000', '103015.248000', '103015.251000', '103015.253000', '103015.256000', '103015.259000', '103015.262000', '103015.265000', '103015.268000', '103015.272000', '103015.275000', '103015.278000', '103015.281000', '103015.283000', '103015.286000', '103015.289000', '103015.292000', '103015.295000', '103015.297000', '103015.300000', '103015.303000', '103015.306000', '103015.309000', '103015.311000', '103015.314000', '103035.194000', '103035.197000', '103035.200000', '103035.203000', '103035.205000', '103035.208000', '103035.211000', '103035.214000', '103035.217000', '103035.219000', '103035.222000', '103035.225000', '103035.228000', '103035.231000', '103035.234000', '103035.236000', '103035.239000', '103035.242000', '103035.245000', '103035.248000', '103035.250000', '103035.253000', '103035.256000', '103035.259000', '103035.262000', '103035.265000', '103035.267000', '103035.270000', '103035.273000', '103035.276000', '103035.279000', '103035.281000', '103035.284000', '103035.287000', '103035.290000', '103035.293000', '103035.296000', '103035.298000', '103035.301000', '103035.304000', '103035.307000', '103035.309000', '103035.312000', '103035.315000', '103055.194000', '103055.197000', '103055.200000', '103055.202000', '103055.205000', '103055.208000', '103055.211000', '103055.215000', '103055.218000', '103055.220000', '103055.223000', '103055.226000', '103055.229000', '103055.232000', '103055.235000', '103055.238000', '103055.240000', '103055.243000', '103055.246000', '103055.249000', '103055.252000', '103055.255000', '103055.257000', '103055.260000', '103055.263000', '103055.267000', '103055.270000', '103055.272000', '103055.275000', '103055.278000', '103055.281000', '103055.284000', '103055.287000', '103055.290000', '103055.292000', '103055.295000', '103055.298000', '103055.301000', '103055.304000', '103055.306000', '103055.309000', '103055.312000', '103055.315000', '103115.194000', '103115.197000', '103115.200000', '103115.202000', '103115.205000', '103115.208000', '103115.211000', '103115.214000', '103115.216000', '103115.219000', '103115.222000', '103115.225000', '103115.228000', '103115.230000', '103115.233000', '103115.236000', '103115.239000', '103115.242000', '103115.244000', '103115.247000', '103115.250000', '103115.253000', '103115.256000', '103115.259000', '103115.261000', '103115.264000', '103115.267000', '103115.270000', '103115.273000', '103115.275000', '103115.278000', '103115.281000', '103115.284000', '103115.287000', '103115.290000', '103115.292000', '103115.295000', '103115.298000', '103115.301000', '103115.304000', '103115.315000', '103115.318000', '103115.320000', '103115.323000', '103135.194000', '103135.197000', '103135.200000', '103135.203000', '103135.205000', '103135.208000', '103135.211000', '103135.214000', '103135.217000', '103135.219000', '103135.222000', '103135.225000', '103135.228000', '103135.231000', '103135.234000', '103135.237000', '103135.239000', '103135.242000', '103135.245000', '103135.248000', '103135.251000', '103135.253000', '103135.256000', '103135.259000', '103135.262000', '103135.265000', '103135.268000', '103135.270000', '103135.273000', '103135.276000', '103135.279000', '103135.282000', '103135.285000', '103135.288000', '103135.291000', '103135.293000', '103135.296000', '103135.299000', '103135.302000', '103135.305000', '103135.308000', '103135.310000', '103135.313000', '103155.194000', '103155.197000', '103155.200000', '103155.203000', '103155.205000', '103155.208000', '103155.211000', '103155.214000', '103155.217000', '103155.220000', '103155.222000', '103155.225000', '103155.228000', '103155.231000', '103155.234000', '103155.236000', '103155.239000', '103155.242000', '103155.245000', '103155.248000', '103155.250000', '103155.253000', '103155.256000', '103155.259000', '103155.262000', '103155.265000', '103155.267000', '103155.270000', '103155.273000', '103155.276000', '103155.279000', '103155.282000', '103155.284000', '103155.287000', '103155.290000', '103155.293000', '103155.296000', '103155.298000', '103155.301000', '103155.304000', '103155.307000', '103155.310000', '103155.312000', '103155.315000', '103215.194000', '103215.197000', '103215.200000', '103215.203000', '103215.206000', '103215.208000', '103215.211000', '103215.214000', '103215.217000', '103215.220000', '103215.223000', '103215.225000', '103215.228000', '103215.231000', '103215.234000', '103215.237000', '103215.239000', '103215.242000', '103215.245000', '103215.248000', '103215.252000', '103215.255000', '103215.258000', '103215.261000', '103215.264000', '103215.267000', '103215.270000', '103215.272000', '103215.275000', '103215.278000', '103215.281000', '103215.284000', '103215.286000', '103215.289000', '103215.292000', '103215.295000', '103215.298000', '103215.301000', '103215.303000', '103215.306000', '103215.309000', '103215.312000', '103215.315000', '103235.194000', '103235.197000', '103235.200000', '103235.202000', '103235.205000', '103235.208000', '103235.211000', '103235.214000', '103235.217000', '103235.219000', '103235.222000', '103235.225000', '103235.228000', '103235.231000', '103235.234000', '103235.237000', '103235.239000', '103235.242000', '103235.245000', '103235.248000', '103235.251000', '103235.253000', '103235.256000', '103235.259000', '103235.262000', '103235.265000', '103235.270000', '103235.273000', '103235.275000', '103235.278000', '103235.281000', '103235.284000', '103235.287000', '103235.289000', '103235.292000', '103235.295000', '103235.298000', '103235.301000', '103235.303000', '103235.306000', '103235.309000', '103235.312000', '103235.315000', '103235.325000', '103255.194000', '103255.197000', '103255.200000', '103255.203000', '103255.205000', '103255.208000', '103255.211000', '103255.226000', '103255.229000', '103255.232000', '103255.234000', '103255.237000', '103255.240000', '103255.243000', '103255.246000', '103255.248000', '103255.251000', '103255.254000', '103255.257000', '103255.260000', '103255.262000', '103255.265000', '103255.268000', '103255.271000', '103255.274000', '103255.276000', '103255.279000', '103255.282000', '103255.285000', '103255.288000', '103255.291000', '103255.293000', '103255.296000', '103255.299000', '103255.302000', '103255.305000', '103255.307000', '103255.310000', '103255.313000', '103255.316000', '103255.319000', '103255.322000', '103255.324000', '103315.194000', '103315.197000', '103315.200000', '103315.203000', '103315.206000', '103315.208000', '103315.211000', '103315.214000', '103315.217000', '103315.220000', '103315.223000', '103315.225000', '103315.228000', '103315.231000', '103315.234000', '103315.236000', '103315.239000', '103315.242000', '103315.245000', '103315.248000', '103315.250000', '103315.253000', '103315.256000', '103315.259000', '103315.262000', '103315.265000', '103315.267000', '103315.270000', '103315.273000', '103315.276000', '103315.279000', '103315.281000', '103315.284000', '103315.287000', '103315.290000', '103315.293000', '103315.296000', '103315.298000', '103315.301000', '103315.304000', '103315.307000', '103315.310000', '103315.313000', '103315.315000', '103335.194000', '103335.197000', '103335.200000', '103335.203000', '103335.205000', '103335.208000', '103335.211000', '103335.214000', '103335.217000', '103335.219000', '103335.222000', '103335.225000', '103335.228000', '103335.231000', '103335.234000', '103335.236000', '103335.239000', '103335.242000', '103335.245000', '103335.248000', '103335.251000', '103335.253000', '103335.256000', '103335.259000', '103335.262000', '103335.265000', '103335.268000', '103335.270000', '103335.273000', '103335.276000', '103335.279000', '103335.281000', '103335.284000', '103335.288000', '103335.291000', '103335.294000', '103335.297000', '103335.300000', '103335.302000', '103335.305000', '103335.308000', '103335.311000', '103335.314000', '103355.194000', '103355.197000', '103355.200000', '103355.202000', '103355.205000', '103355.208000', '103355.211000', '103355.214000', '103355.216000', '103355.219000', '103355.222000', '103355.225000', '103355.228000', '103355.230000', '103355.233000', '103355.236000', '103355.239000', '103355.242000', '103355.244000', '103355.247000', '103355.250000', '103355.253000', '103355.257000', '103355.260000', '103355.263000', '103355.265000', '103355.268000', '103355.271000', '103355.274000', '103355.277000', '103355.279000', '103355.282000', '103355.285000', '103355.288000', '103355.291000', '103355.293000', '103355.296000', '103355.299000', '103355.302000', '103355.305000', '103355.307000', '103355.310000', '103355.313000', '103355.316000', '103415.194000', '103415.197000', '103415.200000', '103415.214000', '103415.217000', '103415.220000', '103415.223000', '103415.226000', '103415.228000', '103415.231000', '103415.234000', '103415.237000', '103415.240000', '103415.242000', '103415.245000', '103415.248000', '103415.251000', '103415.254000', '103415.257000', '103415.260000', '103415.262000', '103415.265000', '103415.268000', '103415.271000', '103415.274000', '103415.276000', '103415.279000', '103415.282000', '103415.285000', '103415.288000', '103415.290000', '103415.293000', '103415.296000', '103415.299000', '103415.302000', '103415.305000', '103415.307000', '103415.310000', '103415.313000', '103415.316000', '103415.319000', '103415.321000', '103415.324000', '103435.194000', '103435.197000', '103435.200000', '103435.202000', '103435.205000', '103435.208000', '103435.211000', '103435.214000', '103435.217000', '103435.219000', '103435.222000', '103435.225000', '103435.228000', '103435.231000', '103435.233000', '103435.236000', '103435.239000', '103435.242000', '103435.245000', '103435.248000', '103435.251000', '103435.253000', '103435.256000', '103435.259000', '103435.262000', '103435.265000', '103435.267000', '103435.270000', '103435.273000', '103435.276000', '103435.279000', '103435.281000', '103435.284000', '103435.287000', '103435.290000', '103435.293000', '103435.296000', '103435.299000', '103435.301000', '103435.304000', '103435.307000', '103435.310000', '103435.313000', '103435.315000', '103455.194000', '103455.197000', '103455.200000', '103455.203000', '103455.206000', '103455.208000', '103455.211000', '103455.214000', '103455.217000', '103455.220000', '103455.222000', '103455.225000', '103455.228000', '103455.231000', '103455.234000', '103455.237000', '103455.240000', '103455.243000', '103455.245000', '103455.248000', '103455.251000', '103455.254000', '103455.257000', '103455.259000', '103455.262000', '103455.265000', '103455.268000', '103455.271000', '103455.274000', '103455.277000', '103455.279000', '103455.282000', '103455.285000', '103455.288000', '103455.291000', '103455.294000', '103455.296000', '103455.299000', '103455.302000', '103455.305000', '103455.308000', '103455.310000', '103455.313000', '103515.194000', '103515.197000', '103515.200000', '103515.203000', '103515.205000', '103515.208000', '103515.211000', '103515.214000', '103515.217000', '103515.219000', '103515.222000', '103515.225000', '103515.228000', '103515.231000', '103515.233000', '103515.236000', '103515.239000', '103515.242000', '103515.245000', '103515.248000', '103515.251000', '103515.253000', '103515.256000', '103515.259000', '103515.262000', '103515.264000', '103515.267000', '103515.270000', '103515.273000', '103515.276000', '103515.279000', '103515.281000', '103515.284000', '103515.287000', '103515.290000', '103515.294000', '103515.297000', '103515.299000', '103515.302000', '103515.305000', '103515.308000', '103515.311000', '103515.313000', '103515.316000', '103535.194000', '103535.197000', '103535.200000', '103535.203000', '103535.206000', '103535.209000', '103535.211000', '103535.214000', '103535.217000', '103535.220000', '103535.223000', '103535.225000', '103535.228000', '103535.231000', '103535.245000', '103535.248000', '103535.251000', '103535.253000', '103535.256000', '103535.259000', '103535.262000', '103535.265000', '103535.268000', '103535.271000', '103535.273000', '103535.276000', '103535.279000', '103535.282000', '103535.285000', '103535.288000', '103535.290000', '103535.300000', '103535.303000', '103535.306000', '103535.309000', '103535.311000', '103535.314000', '103535.317000', '103535.320000', '103535.323000', '103535.325000', '103535.328000', '103535.331000', '103555.194000', '103555.197000', '103555.200000', '103555.203000', '103555.205000', '103555.208000', '103555.211000', '103555.214000', '103555.217000', '103555.220000', '103555.222000', '103555.225000', '103555.228000', '103555.231000', '103555.234000', '103555.237000', '103555.239000', '103555.242000', '103555.245000', '103555.248000', '103555.251000', '103555.254000', '103555.256000', '103555.259000', '103555.262000', '103555.265000', '103555.268000', '103555.270000', '103555.273000', '103555.276000', '103555.279000', '103555.282000', '103555.285000', '103555.288000', '103555.290000', '103555.293000', '103555.296000', '103555.299000', '103555.302000', '103555.304000', '103555.307000', '103555.310000', '103555.313000', '103555.316000', '103615.194000', '103615.197000', '103615.200000', '103615.203000', '103615.205000', '103615.208000', '103615.211000', '103615.214000', '103615.217000', '103615.220000', '103615.222000', '103615.225000', '103615.228000', '103615.231000', '103615.234000', '103615.237000', '103615.239000', '103615.242000', '103615.245000', '103615.248000', '103615.250000', '103615.253000', '103615.256000', '103615.259000', '103615.262000', '103615.264000', '103615.267000', '103615.270000', '103615.273000', '103615.276000', '103615.279000', '103615.281000', '103615.284000', '103615.287000', '103615.290000', '103615.293000', '103615.295000', '103615.298000', '103615.301000', '103615.304000', '103615.307000', '103615.310000', '103615.312000', '103628.367000', '103628.370000', '103628.373000', '103628.376000', '103628.379000', '103628.382000', '103628.385000', '103628.388000', '103628.391000', '103628.393000', '103628.396000', '103628.399000', '103628.402000', '103628.405000', '103628.408000', '103628.411000', '103628.413000', '103628.416000', '103628.419000', '103628.422000', '103628.425000', '103628.427000', '103628.430000', '103628.433000', '103628.436000', '103628.439000', '103628.442000', '103628.445000', '103628.448000'], 'InstanceCreationTime': ['102735.225000', '102735.229000', '102735.232000', '102735.235000', '102735.237000', '102735.240000', '102735.243000', '102735.246000', '102735.249000', '102735.251000', '102735.254000', '102735.257000', '102735.260000', '102735.263000', '102735.265000', '102735.268000', '102735.271000', '102735.274000', '102735.285000', '102735.288000', '102735.291000', '102735.294000', '102735.297000', '102735.299000', '102735.302000', '102735.305000', '102735.308000', '102735.311000', '102735.313000', '102735.316000', '102735.319000', '102735.322000', '102735.324000', '102735.327000', '102735.330000', '102735.333000', '102735.336000', '102735.338000', '102735.341000', '102735.344000', '102735.347000', '102735.350000', '102735.352000', '102735.355000', '102735.358000', '102735.361000', '102735.363000', '102735.366000', '102735.369000', '102755.194000', '102755.197000', '102755.200000', '102755.202000', '102755.205000', '102755.208000', '102755.211000', '102755.214000', '102755.217000', '102755.219000', '102755.222000', '102755.225000', '102755.228000', '102755.230000', '102755.233000', '102755.236000', '102755.239000', '102755.242000', '102755.244000', '102755.247000', '102755.250000', '102755.253000', '102755.262000', '102755.265000', '102755.268000', '102755.271000', '102755.273000', '102755.276000', '102755.279000', '102755.282000', '102755.284000', '102755.287000', '102755.290000', '102755.293000', '102755.296000', '102755.298000', '102755.301000', '102755.304000', '102755.307000', '102755.310000', '102755.312000', '102755.315000', '102755.318000', '102755.321000', '102815.194000', '102815.197000', '102815.200000', '102815.202000', '102815.205000', '102815.223000', '102815.226000', '102815.228000', '102815.231000', '102815.234000', '102815.237000', '102815.240000', '102815.242000', '102815.245000', '102815.248000', '102815.251000', '102815.254000', '102815.256000', '102815.259000', '102815.262000', '102815.265000', '102815.268000', '102815.276000', '102815.278000', '102815.281000', '102815.284000', '102815.287000', '102815.290000', '102815.292000', '102815.295000', '102815.298000', '102815.301000', '102815.303000', '102815.306000', '102815.309000', '102815.312000', '102815.315000', '102815.317000', '102815.320000', '102815.323000', '102815.326000', '102815.329000', '102815.331000', '102835.194000', '102835.197000', '102835.200000', '102835.202000', '102835.205000', '102835.208000', '102835.211000', '102835.214000', '102835.217000', '102835.219000', '102835.222000', '102835.225000', '102835.228000', '102835.231000', '102835.233000', '102835.236000', '102835.239000', '102835.242000', '102835.245000', '102835.247000', '102835.250000', '102835.253000', '102835.256000', '102835.259000', '102835.261000', '102835.264000', '102835.267000', '102835.270000', '102835.273000', '102835.276000', '102835.278000', '102835.281000', '102835.284000', '102835.287000', '102835.290000', '102835.292000', '102835.295000', '102835.298000', '102835.301000', '102835.304000', '102835.315000', '102835.318000', '102835.321000', '102835.323000', '102855.194000', '102855.197000', '102855.200000', '102855.203000', '102855.205000', '102855.208000', '102855.211000', '102855.214000', '102855.217000', '102855.220000', '102855.223000', '102855.226000', '102855.229000', '102855.231000', '102855.234000', '102855.237000', '102855.240000', '102855.249000', '102855.252000', '102855.254000', '102855.257000', '102855.260000', '102855.263000', '102855.265000', '102855.268000', '102855.271000', '102855.274000', '102855.277000', '102855.280000', '102855.282000', '102855.285000', '102855.288000', '102855.291000', '102855.294000', '102855.296000', '102855.299000', '102855.302000', '102855.305000', '102855.308000', '102855.310000', '102855.313000', '102855.316000', '102855.319000', '102915.194000', '102915.197000', '102915.200000', '102915.203000', '102915.205000', '102915.208000', '102915.211000', '102915.214000', '102915.217000', '102915.219000', '102915.222000', '102915.225000', '102915.228000', '102915.231000', '102915.233000', '102915.236000', '102915.239000', '102915.242000', '102915.245000', '102915.248000', '102915.251000', '102915.253000', '102915.262000', '102915.265000', '102915.268000', '102915.271000', '102915.274000', '102915.276000', '102915.279000', '102915.282000', '102915.285000', '102915.288000', '102915.290000', '102915.293000', '102915.296000', '102915.299000', '102915.302000', '102915.304000', '102915.307000', '102915.310000', '102915.313000', '102915.316000', '102915.318000', '102915.321000', '102935.194000', '102935.197000', '102935.200000', '102935.203000', '102935.206000', '102935.208000', '102935.211000', '102935.214000', '102935.217000', '102935.220000', '102935.222000', '102935.225000', '102935.228000', '102935.231000', '102935.234000', '102935.237000', '102935.240000', '102935.243000', '102935.245000', '102935.248000', '102935.251000', '102935.254000', '102935.257000', '102935.260000', '102935.262000', '102935.265000', '102935.268000', '102935.271000', '102935.274000', '102935.276000', '102935.279000', '102935.282000', '102935.285000', '102935.288000', '102935.291000', '102935.293000', '102935.296000', '102935.299000', '102935.302000', '102935.304000', '102935.307000', '102935.310000', '102935.313000', '102955.194000', '102955.213000', '102955.216000', '102955.219000', '102955.222000', '102955.225000', '102955.227000', '102955.230000', '102955.233000', '102955.236000', '102955.239000', '102955.241000', '102955.244000', '102955.247000', '102955.250000', '102955.253000', '102955.256000', '102955.258000', '102955.261000', '102955.264000', '102955.267000', '102955.270000', '102955.272000', '102955.275000', '102955.278000', '102955.281000', '102955.284000', '102955.286000', '102955.289000', '102955.292000', '102955.295000', '102955.298000', '102955.300000', '102955.303000', '102955.306000', '102955.309000', '102955.312000', '102955.314000', '102955.317000', '102955.320000', '102955.323000', '102955.325000', '102955.328000', '102955.331000', '103015.194000', '103015.197000', '103015.200000', '103015.203000', '103015.205000', '103015.208000', '103015.211000', '103015.214000', '103015.217000', '103015.220000', '103015.222000', '103015.225000', '103015.228000', '103015.231000', '103015.234000', '103015.237000', '103015.240000', '103015.242000', '103015.245000', '103015.248000', '103015.251000', '103015.253000', '103015.256000', '103015.259000', '103015.262000', '103015.265000', '103015.268000', '103015.272000', '103015.275000', '103015.278000', '103015.281000', '103015.283000', '103015.286000', '103015.289000', '103015.292000', '103015.295000', '103015.297000', '103015.300000', '103015.303000', '103015.306000', '103015.309000', '103015.311000', '103015.314000', '103035.194000', '103035.197000', '103035.200000', '103035.203000', '103035.205000', '103035.208000', '103035.211000', '103035.214000', '103035.217000', '103035.219000', '103035.222000', '103035.225000', '103035.228000', '103035.231000', '103035.234000', '103035.236000', '103035.239000', '103035.242000', '103035.245000', '103035.248000', '103035.250000', '103035.253000', '103035.256000', '103035.259000', '103035.262000', '103035.265000', '103035.267000', '103035.270000', '103035.273000', '103035.276000', '103035.279000', '103035.281000', '103035.284000', '103035.287000', '103035.290000', '103035.293000', '103035.296000', '103035.298000', '103035.301000', '103035.304000', '103035.307000', '103035.309000', '103035.312000', '103035.315000', '103055.194000', '103055.197000', '103055.200000', '103055.202000', '103055.205000', '103055.208000', '103055.211000', '103055.215000', '103055.218000', '103055.220000', '103055.223000', '103055.226000', '103055.229000', '103055.232000', '103055.235000', '103055.238000', '103055.240000', '103055.243000', '103055.246000', '103055.249000', '103055.252000', '103055.255000', '103055.257000', '103055.260000', '103055.263000', '103055.267000', '103055.270000', '103055.272000', '103055.275000', '103055.278000', '103055.281000', '103055.284000', '103055.287000', '103055.290000', '103055.292000', '103055.295000', '103055.298000', '103055.301000', '103055.304000', '103055.306000', '103055.309000', '103055.312000', '103055.315000', '103115.194000', '103115.197000', '103115.200000', '103115.202000', '103115.205000', '103115.208000', '103115.211000', '103115.214000', '103115.216000', '103115.219000', '103115.222000', '103115.225000', '103115.228000', '103115.230000', '103115.233000', '103115.236000', '103115.239000', '103115.242000', '103115.244000', '103115.247000', '103115.250000', '103115.253000', '103115.256000', '103115.259000', '103115.261000', '103115.264000', '103115.267000', '103115.270000', '103115.273000', '103115.275000', '103115.278000', '103115.281000', '103115.284000', '103115.287000', '103115.290000', '103115.292000', '103115.295000', '103115.298000', '103115.301000', '103115.304000', '103115.315000', '103115.318000', '103115.320000', '103115.323000', '103135.194000', '103135.197000', '103135.200000', '103135.203000', '103135.205000', '103135.208000', '103135.211000', '103135.214000', '103135.217000', '103135.219000', '103135.222000', '103135.225000', '103135.228000', '103135.231000', '103135.234000', '103135.237000', '103135.239000', '103135.242000', '103135.245000', '103135.248000', '103135.251000', '103135.253000', '103135.256000', '103135.259000', '103135.262000', '103135.265000', '103135.268000', '103135.270000', '103135.273000', '103135.276000', '103135.279000', '103135.282000', '103135.285000', '103135.288000', '103135.291000', '103135.293000', '103135.296000', '103135.299000', '103135.302000', '103135.305000', '103135.308000', '103135.310000', '103135.313000', '103155.194000', '103155.197000', '103155.200000', '103155.203000', '103155.205000', '103155.208000', '103155.211000', '103155.214000', '103155.217000', '103155.220000', '103155.222000', '103155.225000', '103155.228000', '103155.231000', '103155.234000', '103155.236000', '103155.239000', '103155.242000', '103155.245000', '103155.248000', '103155.250000', '103155.253000', '103155.256000', '103155.259000', '103155.262000', '103155.265000', '103155.267000', '103155.270000', '103155.273000', '103155.276000', '103155.279000', '103155.282000', '103155.284000', '103155.287000', '103155.290000', '103155.293000', '103155.296000', '103155.298000', '103155.301000', '103155.304000', '103155.307000', '103155.310000', '103155.312000', '103155.315000', '103215.194000', '103215.197000', '103215.200000', '103215.203000', '103215.206000', '103215.208000', '103215.211000', '103215.214000', '103215.217000', '103215.220000', '103215.223000', '103215.225000', '103215.228000', '103215.231000', '103215.234000', '103215.237000', '103215.239000', '103215.242000', '103215.245000', '103215.248000', '103215.252000', '103215.255000', '103215.258000', '103215.261000', '103215.264000', '103215.267000', '103215.270000', '103215.272000', '103215.275000', '103215.278000', '103215.281000', '103215.284000', '103215.286000', '103215.289000', '103215.292000', '103215.295000', '103215.298000', '103215.301000', '103215.303000', '103215.306000', '103215.309000', '103215.312000', '103215.315000', '103235.194000', '103235.197000', '103235.200000', '103235.202000', '103235.205000', '103235.208000', '103235.211000', '103235.214000', '103235.217000', '103235.219000', '103235.222000', '103235.225000', '103235.228000', '103235.231000', '103235.234000', '103235.237000', '103235.239000', '103235.242000', '103235.245000', '103235.248000', '103235.251000', '103235.253000', '103235.256000', '103235.259000', '103235.262000', '103235.265000', '103235.270000', '103235.273000', '103235.275000', '103235.278000', '103235.281000', '103235.284000', '103235.287000', '103235.289000', '103235.292000', '103235.295000', '103235.298000', '103235.301000', '103235.303000', '103235.306000', '103235.309000', '103235.312000', '103235.315000', '103235.325000', '103255.194000', '103255.197000', '103255.200000', '103255.203000', '103255.205000', '103255.208000', '103255.211000', '103255.226000', '103255.229000', '103255.232000', '103255.234000', '103255.237000', '103255.240000', '103255.243000', '103255.246000', '103255.248000', '103255.251000', '103255.254000', '103255.257000', '103255.260000', '103255.262000', '103255.265000', '103255.268000', '103255.271000', '103255.274000', '103255.276000', '103255.279000', '103255.282000', '103255.285000', '103255.288000', '103255.291000', '103255.293000', '103255.296000', '103255.299000', '103255.302000', '103255.305000', '103255.307000', '103255.310000', '103255.313000', '103255.316000', '103255.319000', '103255.322000', '103255.324000', '103315.194000', '103315.197000', '103315.200000', '103315.203000', '103315.206000', '103315.208000', '103315.211000', '103315.214000', '103315.217000', '103315.220000', '103315.223000', '103315.225000', '103315.228000', '103315.231000', '103315.234000', '103315.236000', '103315.239000', '103315.242000', '103315.245000', '103315.248000', '103315.250000', '103315.253000', '103315.256000', '103315.259000', '103315.262000', '103315.265000', '103315.267000', '103315.270000', '103315.273000', '103315.276000', '103315.279000', '103315.281000', '103315.284000', '103315.287000', '103315.290000', '103315.293000', '103315.296000', '103315.298000', '103315.301000', '103315.304000', '103315.307000', '103315.310000', '103315.313000', '103315.315000', '103335.194000', '103335.197000', '103335.200000', '103335.203000', '103335.205000', '103335.208000', '103335.211000', '103335.214000', '103335.217000', '103335.219000', '103335.222000', '103335.225000', '103335.228000', '103335.231000', '103335.234000', '103335.236000', '103335.239000', '103335.242000', '103335.245000', '103335.248000', '103335.251000', '103335.253000', '103335.256000', '103335.259000', '103335.262000', '103335.265000', '103335.268000', '103335.270000', '103335.273000', '103335.276000', '103335.279000', '103335.281000', '103335.284000', '103335.288000', '103335.291000', '103335.294000', '103335.297000', '103335.300000', '103335.302000', '103335.305000', '103335.308000', '103335.311000', '103335.314000', '103355.194000', '103355.197000', '103355.200000', '103355.202000', '103355.205000', '103355.208000', '103355.211000', '103355.214000', '103355.216000', '103355.219000', '103355.222000', '103355.225000', '103355.228000', '103355.230000', '103355.233000', '103355.236000', '103355.239000', '103355.242000', '103355.244000', '103355.247000', '103355.250000', '103355.253000', '103355.257000', '103355.260000', '103355.263000', '103355.265000', '103355.268000', '103355.271000', '103355.274000', '103355.277000', '103355.279000', '103355.282000', '103355.285000', '103355.288000', '103355.291000', '103355.293000', '103355.296000', '103355.299000', '103355.302000', '103355.305000', '103355.307000', '103355.310000', '103355.313000', '103355.316000', '103415.194000', '103415.197000', '103415.200000', '103415.214000', '103415.217000', '103415.220000', '103415.223000', '103415.226000', '103415.228000', '103415.231000', '103415.234000', '103415.237000', '103415.240000', '103415.242000', '103415.245000', '103415.248000', '103415.251000', '103415.254000', '103415.257000', '103415.260000', '103415.262000', '103415.265000', '103415.268000', '103415.271000', '103415.274000', '103415.276000', '103415.279000', '103415.282000', '103415.285000', '103415.288000', '103415.290000', '103415.293000', '103415.296000', '103415.299000', '103415.302000', '103415.305000', '103415.307000', '103415.310000', '103415.313000', '103415.316000', '103415.319000', '103415.321000', '103415.324000', '103435.194000', '103435.197000', '103435.200000', '103435.202000', '103435.205000', '103435.208000', '103435.211000', '103435.214000', '103435.217000', '103435.219000', '103435.222000', '103435.225000', '103435.228000', '103435.231000', '103435.233000', '103435.236000', '103435.239000', '103435.242000', '103435.245000', '103435.248000', '103435.251000', '103435.253000', '103435.256000', '103435.259000', '103435.262000', '103435.265000', '103435.267000', '103435.270000', '103435.273000', '103435.276000', '103435.279000', '103435.281000', '103435.284000', '103435.287000', '103435.290000', '103435.293000', '103435.296000', '103435.299000', '103435.301000', '103435.304000', '103435.307000', '103435.310000', '103435.313000', '103435.315000', '103455.194000', '103455.197000', '103455.200000', '103455.203000', '103455.206000', '103455.208000', '103455.211000', '103455.214000', '103455.217000', '103455.220000', '103455.222000', '103455.225000', '103455.228000', '103455.231000', '103455.234000', '103455.237000', '103455.240000', '103455.243000', '103455.245000', '103455.248000', '103455.251000', '103455.254000', '103455.257000', '103455.259000', '103455.262000', '103455.265000', '103455.268000', '103455.271000', '103455.274000', '103455.277000', '103455.279000', '103455.282000', '103455.285000', '103455.288000', '103455.291000', '103455.294000', '103455.296000', '103455.299000', '103455.302000', '103455.305000', '103455.308000', '103455.310000', '103455.313000', '103515.194000', '103515.197000', '103515.200000', '103515.203000', '103515.205000', '103515.208000', '103515.211000', '103515.214000', '103515.217000', '103515.219000', '103515.222000', '103515.225000', '103515.228000', '103515.231000', '103515.233000', '103515.236000', '103515.239000', '103515.242000', '103515.245000', '103515.248000', '103515.251000', '103515.253000', '103515.256000', '103515.259000', '103515.262000', '103515.264000', '103515.267000', '103515.270000', '103515.273000', '103515.276000', '103515.279000', '103515.281000', '103515.284000', '103515.287000', '103515.290000', '103515.294000', '103515.297000', '103515.299000', '103515.302000', '103515.305000', '103515.308000', '103515.311000', '103515.313000', '103515.316000', '103535.194000', '103535.197000', '103535.200000', '103535.203000', '103535.206000', '103535.209000', '103535.211000', '103535.214000', '103535.217000', '103535.220000', '103535.223000', '103535.225000', '103535.228000', '103535.231000', '103535.245000', '103535.248000', '103535.251000', '103535.253000', '103535.256000', '103535.259000', '103535.262000', '103535.265000', '103535.268000', '103535.271000', '103535.273000', '103535.276000', '103535.279000', '103535.282000', '103535.285000', '103535.288000', '103535.290000', '103535.300000', '103535.303000', '103535.306000', '103535.309000', '103535.311000', '103535.314000', '103535.317000', '103535.320000', '103535.323000', '103535.325000', '103535.328000', '103535.331000', '103555.194000', '103555.197000', '103555.200000', '103555.203000', '103555.205000', '103555.208000', '103555.211000', '103555.214000', '103555.217000', '103555.220000', '103555.222000', '103555.225000', '103555.228000', '103555.231000', '103555.234000', '103555.237000', '103555.239000', '103555.242000', '103555.245000', '103555.248000', '103555.251000', '103555.254000', '103555.256000', '103555.259000', '103555.262000', '103555.265000', '103555.268000', '103555.270000', '103555.273000', '103555.276000', '103555.279000', '103555.282000', '103555.285000', '103555.288000', '103555.290000', '103555.293000', '103555.296000', '103555.299000', '103555.302000', '103555.304000', '103555.307000', '103555.310000', '103555.313000', '103555.316000', '103615.194000', '103615.197000', '103615.200000', '103615.203000', '103615.205000', '103615.208000', '103615.211000', '103615.214000', '103615.217000', '103615.220000', '103615.222000', '103615.225000', '103615.228000', '103615.231000', '103615.234000', '103615.237000', '103615.239000', '103615.242000', '103615.245000', '103615.248000', '103615.250000', '103615.253000', '103615.256000', '103615.259000', '103615.262000', '103615.264000', '103615.267000', '103615.270000', '103615.273000', '103615.276000', '103615.279000', '103615.281000', '103615.284000', '103615.287000', '103615.290000', '103615.293000', '103615.295000', '103615.298000', '103615.301000', '103615.304000', '103615.307000', '103615.310000', '103615.312000', '103628.367000', '103628.370000', '103628.373000', '103628.376000', '103628.379000', '103628.382000', '103628.385000', '103628.388000', '103628.391000', '103628.393000', '103628.396000', '103628.399000', '103628.402000', '103628.405000', '103628.408000', '103628.411000', '103628.413000', '103628.416000', '103628.419000', '103628.422000', '103628.425000', '103628.427000', '103628.430000', '103628.433000', '103628.436000', '103628.439000', '103628.442000', '103628.445000', '103628.448000'], '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': [12185, 15383, 12903, 12291, 17793, 13101, 16700, 12443, 13696, 12923, 12741, 19442, 12627, 14729, 12480, 12672, 19122, 13039, 15131, 12575, 12539, 17861, 12305, 13752, 13057, 12813, 18640, 12499, 14088, 11863, 12633, 17438, 12406, 13176, 12846, 12829, 18367, 12093, 12288, 19409, 12233, 13409, 18029, 12501, 15995, 12415, 12764, 19847, 12660, 14691, 12678, 12392, 18304, 12018, 12766, 20662, 12043, 13643, 16725, 12835, 15300, 12419, 12197, 20335, 11978, 13235, 20036, 12755, 14763, 12496, 12333, 17363, 11786, 13012, 12434, 12692, 16080, 12256, 12086, 19700, 12166, 14326, 14441, 12557, 17285, 12437, 12623, 18631, 12004, 13931, 12869, 12512, 17865, 11983, 13551, 12624, 12796, 18758, 12092, 13624, 13865, 12555, 18160, 12043, 14139, 12940, 12327, 18175, 11735, 13933, 12690, 12324, 18292, 11935, 13514, 12677, 12325, 19013, 12044, 14668, 12141, 12393, 18788, 12646, 16305, 12502, 12863, 15008, 12831, 18371, 12141, 14110, 12798, 12526, 19302, 12372, 14355, 12582, 12643, 19688, 13064, 15226, 12329, 13004, 17718, 12736, 16445, 12430, 13000, 17942, 12945, 16417, 11720, 13328, 12499, 13081, 12611, 13644, 13124, 13631, 22169, 12422, 14430, 13727, 12600, 19257, 12566, 12421, 19926, 11906, 13255, 12728, 12276, 15877, 12126, 11956, 12083, 12872, 16177, 12239, 12615, 19085, 12812, 13989, 12577, 12690, 18058, 12174, 13259, 13878, 12713, 17099, 12412, 12799, 20248, 12888, 15324, 12047, 12188, 19066, 12057, 12575, 18376, 12768, 15098, 13150, 12457, 18000, 12970, 12706, 18988, 12267, 13585, 12714, 12827, 17002, 12262, 12998, 19659, 12686, 14512, 12932, 12659, 18237, 12244, 12551, 20198, 12518, 14682, 12586, 12766, 18592, 12449, 12743, 19558, 12563, 14491, 12573, 12493, 18415, 11825, 13758, 15541, 12690, 15087, 11902, 12426, 18084, 11988, 13398, 12774, 12788, 16981, 12292, 13283, 14559, 12808, 16495, 12074, 13130, 12934, 12961, 17011, 12628, 14345, 12512, 12753, 19649, 12260, 14549, 12578, 12499, 20218, 12610, 16336, 12065, 12533, 20544, 12838, 15314, 12448, 12961, 20718, 12219, 14311, 12556, 12503, 20074, 12224, 13217, 14217, 12347, 19458, 11883, 11905, 12608, 12604, 16609, 12087, 13945, 19495, 12664, 15258, 12050, 12674, 18647, 12182, 13832, 12880, 12828, 18332, 11967, 13738, 15089, 13493, 16721, 12100, 13484, 20977, 12510, 14472, 12447, 12191, 17139, 12479, 15083, 12392, 14259, 11789, 12529, 18183, 13491, 18482, 12604, 14931, 11815, 12891, 22864, 15212, 20074, 12618, 11954, 13427, 13627, 12565, 15557, 19699, 13290, 15702, 11777, 13163, 20217, 12958, 13918, 17766, 12785, 21291, 13236, 17171, 12907, 17376, 13159, 19176, 13098, 15411, 20375, 13323, 17510, 13103, 13009, 13152, 13182, 17677, 13261, 13690, 13169, 13187, 12330, 13561, 18001, 12507, 14852, 12813, 13386, 11425, 13222, 12956, 13642, 17551, 12630, 14501, 11624, 12984, 18174, 13468, 16909, 12482, 14773, 11449, 13364, 19316, 12726, 15214, 12265, 13201, 20545, 13203, 16133, 12551, 13714, 14623, 13310, 18070, 12942, 14432, 18703, 12957, 16125, 12462, 13172, 19245, 12868, 15071, 12226, 13031, 17746, 12683, 14237, 11889, 12503, 17838, 13504, 13852, 12180, 12525, 19180, 13080, 14254, 12523, 12984, 18256, 12743, 15000, 14308, 12994, 16931, 13401, 14836, 19484, 13234, 15761, 12893, 12954, 19069, 13356, 15458, 11614, 12195, 18298, 12433, 14152, 20454, 12699, 16186, 13137, 12828, 19653, 12941, 15128, 11685, 12818, 19798, 13020, 14776, 19304, 13116, 17920, 12198, 13955, 22225, 13242, 15259, 12582, 13039, 20842, 12676, 15432, 12813, 12826, 17069, 12849, 16686, 11930, 14387, 11309, 13278, 21798, 12785, 14820, 12296, 13016, 21894, 13106, 15693, 12202, 13204, 12334, 12961, 20706, 12852, 15693, 11873, 13376, 11698, 12670, 20351, 13443, 16958, 12801, 14593, 13095, 13038, 12811, 13162, 19505, 13045, 17267, 13794, 15717, 12430, 14671, 12359, 12816, 21563, 12818, 18550, 13272, 16279, 12802, 14673, 12339, 12828, 19145, 12608, 19295, 12539, 16287, 13101, 15253, 12428, 13477, 11181, 12952, 23109, 13013, 18910, 12707, 16082, 13073, 14943, 12780, 13118, 13641, 13077, 23139, 12500, 17311, 12890, 14539, 12433, 13021, 15136, 13052, 21243, 13276, 17032, 13037, 14352, 11299, 13286, 17984, 13364, 19959, 13157, 17274, 12612, 14678, 13029, 13535, 13870, 13099, 22471, 13176, 17354, 12864, 14394, 11394, 13282, 21678, 12930, 17561, 12477, 14389, 12427, 13146, 19758, 13110, 17570, 12794, 14837, 12044, 12968, 16409, 13327, 19891, 12752, 15280, 12962, 13391, 19978, 13168, 19115, 12421, 13983, 15322, 13331, 19858, 12406, 14710, 11366, 13016, 21656, 12661, 15399, 12720, 13251, 20416, 13142, 15266, 12885, 13284, 14548, 12936, 19746, 12792, 15033, 12439, 12761, 21959, 12820, 15748, 12404, 12875, 20743, 12906, 15838, 12492, 13156, 13690, 12761, 20036, 12696, 15728, 12562, 13970, 16549, 13061, 18757, 12933, 13518, 22480, 13398, 16192, 12492, 13098, 21155, 12813, 14816, 12469, 13009, 14893, 13378, 17771, 13423, 14749, 12646, 13454, 18936, 13485, 17390, 13031, 13908, 13337, 13191, 19237, 12672, 13870, 20673, 13207, 16419, 12399, 12952, 13708, 12945, 17686, 12876, 14376, 12118, 12899, 21831, 12933, 16079, 12997, 12867, 21823, 12711, 16387, 12418, 13330, 15222, 12880, 19148, 12828, 14876, 11444, 13353, 22833, 12558, 16003, 12913, 12822, 11577, 13007, 21611, 12645, 17370, 12156, 14213, 11332, 12904, 21890, 13015, 17364, 13128, 15009, 12332, 13135, 23064, 12977, 18155, 12948, 14615, 12018, 13316, 18828, 13028, 20659, 12977, 15006, 12351, 13844, 11163, 12731, 21592, 12601, 16371, 13063, 13795, 10478, 13116, 22475, 12382, 16663, 12806, 13887, 11104, 12946, 19996, 12752, 18790, 12812, 16432, 12096, 13211, 11043, 13241, 20991, 12885, 18954, 12854, 16514, 12482, 14872, 12503, 13030, 12304, 12834, 18230, 12846, 21931, 12787, 17711, 13049, 16951, 12549, 15072, 12489, 14850, 11923, 13121, 14843, 12964, 21367, 12597, 19664, 12573, 18045, 13169, 17675, 12500, 15775, 12931, 15842, 11956, 16581, 12251, 14943, 12637, 16405, 11641, 18115, 11990, 17023, 12604, 16824, 13259, 20089, 12861, 19317, 12967, 19477, 12964, 18419, 12394, 18934, 13086, 18139, 12852, 16890, 12144, 15405, 12481, 14008, 11768, 13741, 11765, 12825, 19481, 12922, 17160, 12696, 17432, 13018, 15741, 12955, 16760, 12858, 21069, 13794, 19455, 12132, 15072, 12595, 12800, 19301, 13239, 19458, 12866, 15394, 11941, 13802, 11382, 12857, 22019, 12296, 16199, 12607, 14454, 12747, 13090, 11112, 13020, 20259, 12780, 19000, 12424, 14989, 11891, 13041, 20261, 12427, 14232, 11319, 12827, 20815, 12993, 15810, 12634, 13135, 15233, 13223, 16949, 11658, 13891, 13331, 13071, 17243, 12137, 13823, 19315, 13007, 15559, 11726, 13097, 20392, 12512, 13603, 11257, 12567, 17940, 12038, 14931, 11087, 12947, 18648, 12490, 14228, 12021, 12887, 20491, 12726, 15750, 12314, 13918, 17320, 13067, 16850, 12462, 13407, 21535, 12682, 15057, 11907, 12912, 15392, 12825, 16449, 12149, 13372, 13186, 13150, 17630, 12285, 14361, 10867, 12941, 18890, 12215, 15626, 11807, 15769, 11916, 11617, 11872, 12985, 12304, 15439, 23390, 11834, 16480, 12357, 11512, 22644, 16560, 15317, 15810, 11503, 23787, 16384, 15878, 12383, 12011, 21892, 12234, 17233, 12035, 15515, 12316, 12213, 19820, 12452, 18394, 12017, 15547, 12601, 12118, 18303, 12209, 17357, 12235, 14709, 12301, 11900, 19537, 12271, 14043, 12700, 12309, 17475, 12336, 15520, 12537, 12443, 12625, 12585, 12538, 16174, 12391, 18879, 12302, 14111, 20700, 12187, 15718, 11892, 12112, 19561, 12299, 14828, 11342, 12442, 17128, 11728, 13755, 11356, 12389, 15916, 12365, 16318, 11313, 13855, 11750, 10959, 12685, 11654, 11644, 12278, 16414, 12233, 19426, 23722, 13857, 12128, 17439, 13849, 12782, 20507, 10980, 12270, 21359, 11461, 12454, 10662, 11951, 10563, 12004, 16714, 12098, 17728, 11605, 13619, 16398, 12073, 15372, 11603, 13142, 10644, 12452, 19707, 11410, 13809, 13552, 12277, 18175, 11412, 13084, 16588, 12603, 18076, 11235, 13055, 11070, 12717, 19906, 12274, 15804, 11733, 12529, 19365, 12369, 14448, 11149, 12444, 19194, 12066, 13199, 20052, 12239, 14600, 11317, 12115, 17971, 11520, 13663, 11485, 11941, 16804, 11041, 12201, 18789, 11547, 14193, 10824, 11900, 17969, 11180, 13529, 12066, 13238, 11741, 12355, 13788, 12893, 18746, 12831, 19761, 12259, 15315, 20298, 12583, 21775, 12434, 14231, 17893, 12328, 23878, 12045, 15398, 12365, 12485, 11830, 12293, 21319, 12437, 16100, 12213, 14928, 12202, 13523, 12518, 12471, 22899, 13954, 17363, 12198, 12339, 23239, 13044, 16794, 12273, 12482, 20820, 12428, 17213, 11855, 13978, 12502, 12831, 17926, 11871, 14304, 12371, 12196, 19093, 11941, 14394, 12576, 12040, 19587, 12176, 14629, 11962, 12343, 11992, 12305, 18642, 12406, 15614, 11909], 'WindowCenter': [4813.0, 4827.0, 4791.0, 4781.0, 4809.0, 4778.0, 4797.0, 4765.0, 4787.0, 4777.0, 4779.0, 4817.0, 4778.0, 4798.0, 4779.0, 4778.0, 4816.0, 4789.0, 4799.0, 4778.0, 4780.0, 4819.0, 4769.0, 4787.0, 4778.0, 4791.0, 4818.0, 4779.0, 4789.0, 4766.0, 4779.0, 4819.0, 4779.0, 4791.0, 4778.0, 4781.0, 4820.0, 4779.0, 4779.0, 4817.0, 4767.0, 4788.0, 4817.0, 4777.0, 4799.0, 4776.0, 4779.0, 4828.0, 4778.0, 4797.0, 4778.0, 4778.0, 4807.0, 4766.0, 4777.0, 4816.0, 4764.0, 4776.0, 4793.0, 4766.0, 4784.0, 4764.0, 4765.0, 4815.0, 4752.0, 4776.0, 4813.0, 4764.0, 4773.0, 4752.0, 4763.0, 4794.0, 4753.0, 4763.0, 4764.0, 4765.0, 4795.0, 4764.0, 4766.0, 4816.0, 4764.0, 4787.0, 4774.0, 4763.0, 4793.0, 4762.0, 4762.0, 4802.0, 4764.0, 4774.0, 4763.0, 4766.0, 4803.0, 4765.0, 4776.0, 4764.0, 4772.0, 4816.0, 4765.0, 4786.0, 4776.0, 4777.0, 4814.0, 4766.0, 4786.0, 4776.0, 4778.0, 4816.0, 4765.0, 4787.0, 4775.0, 4779.0, 4816.0, 4766.0, 4777.0, 4766.0, 4777.0, 4814.0, 4766.0, 4786.0, 4766.0, 4779.0, 4815.0, 4779.0, 4808.0, 4776.0, 4789.0, 4794.0, 4778.0, 4817.0, 4766.0, 4797.0, 4777.0, 4777.0, 4817.0, 4765.0, 4787.0, 4774.0, 4777.0, 4818.0, 4775.0, 4795.0, 4776.0, 4776.0, 4805.0, 4777.0, 4795.0, 4765.0, 4775.0, 4816.0, 4790.0, 4806.0, 4769.0, 4777.0, 4777.0, 4775.0, 4779.0, 4785.0, 4788.0, 4790.0, 4839.0, 4778.0, 4790.0, 4777.0, 4765.0, 4815.0, 4763.0, 4767.0, 4803.0, 4753.0, 4763.0, 4752.0, 4751.0, 4781.0, 4752.0, 4754.0, 4754.0, 4776.0, 4794.0, 4767.0, 4777.0, 4817.0, 4778.0, 4788.0, 4766.0, 4779.0, 4806.0, 4768.0, 4777.0, 4778.0, 4778.0, 4795.0, 4766.0, 4777.0, 4818.0, 4778.0, 4786.0, 4753.0, 4767.0, 4817.0, 4764.0, 4764.0, 4802.0, 4765.0, 4787.0, 4765.0, 4765.0, 4804.0, 4764.0, 4776.0, 4805.0, 4765.0, 4776.0, 4764.0, 4775.0, 4795.0, 4765.0, 4776.0, 4814.0, 4776.0, 4786.0, 4766.0, 4767.0, 4805.0, 4765.0, 4766.0, 4815.0, 4767.0, 4785.0, 4762.0, 4765.0, 4805.0, 4764.0, 4763.0, 4814.0, 4766.0, 4783.0, 4763.0, 4765.0, 4805.0, 4767.0, 4774.0, 4795.0, 4765.0, 4782.0, 4765.0, 4767.0, 4803.0, 4766.0, 4776.0, 4774.0, 4775.0, 4807.0, 4766.0, 4777.0, 4785.0, 4776.0, 4805.0, 4765.0, 4777.0, 4775.0, 4789.0, 4807.0, 4778.0, 4798.0, 4776.0, 4778.0, 4828.0, 4779.0, 4799.0, 4779.0, 4780.0, 4826.0, 4780.0, 4808.0, 4768.0, 4778.0, 4828.0, 4777.0, 4796.0, 4765.0, 4778.0, 4826.0, 4765.0, 4785.0, 4765.0, 4765.0, 4815.0, 4764.0, 4775.0, 4773.0, 4765.0, 4815.0, 4755.0, 4752.0, 4760.0, 4763.0, 4794.0, 4766.0, 4786.0, 4815.0, 4778.0, 4796.0, 4763.0, 4778.0, 4816.0, 4765.0, 4775.0, 4763.0, 4764.0, 4805.0, 4766.0, 4774.0, 4784.0, 4775.0, 4794.0, 4766.0, 4776.0, 4825.0, 4765.0, 4784.0, 4777.0, 4778.0, 4816.0, 4792.0, 4809.0, 4791.0, 4813.0, 4792.0, 4794.0, 4831.0, 4793.0, 4821.0, 4780.0, 4799.0, 4770.0, 4779.0, 4843.0, 4787.0, 4819.0, 4753.0, 4751.0, 4778.0, 4787.0, 4780.0, 4811.0, 4818.0, 4779.0, 4799.0, 4768.0, 4777.0, 4818.0, 4764.0, 4776.0, 4804.0, 4763.0, 4814.0, 4763.0, 4781.0, 4752.0, 4780.0, 4750.0, 4791.0, 4749.0, 4760.0, 4778.0, 4735.0, 4753.0, 4722.0, 4722.0, 4721.0, 4732.0, 4776.0, 4747.0, 4745.0, 4734.0, 4744.0, 4734.0, 4747.0, 4775.0, 4739.0, 4760.0, 4749.0, 4759.0, 4741.0, 4761.0, 4752.0, 4762.0, 4790.0, 4762.0, 4774.0, 4757.0, 4778.0, 4808.0, 4778.0, 4808.0, 4779.0, 4789.0, 4768.0, 4777.0, 4818.0, 4768.0, 4799.0, 4767.0, 4779.0, 4817.0, 4768.0, 4797.0, 4768.0, 4776.0, 4773.0, 4763.0, 4795.0, 4762.0, 4775.0, 4794.0, 4763.0, 4784.0, 4750.0, 4766.0, 4805.0, 4765.0, 4771.0, 4753.0, 4766.0, 4804.0, 4767.0, 4774.0, 4755.0, 4765.0, 4806.0, 4789.0, 4789.0, 4768.0, 4779.0, 4818.0, 4790.0, 4801.0, 4780.0, 4793.0, 4818.0, 4779.0, 4812.0, 4802.0, 4791.0, 4810.0, 4790.0, 4803.0, 4834.0, 4793.0, 4813.0, 4791.0, 4793.0, 4832.0, 4804.0, 4812.0, 4781.0, 4782.0, 4821.0, 4792.0, 4802.0, 4844.0, 4794.0, 4811.0, 4791.0, 4794.0, 4830.0, 4792.0, 4803.0, 4769.0, 4792.0, 4832.0, 4791.0, 4802.0, 4821.0, 4781.0, 4819.0, 4770.0, 4790.0, 4830.0, 4778.0, 4799.0, 4768.0, 4778.0, 4829.0, 4780.0, 4797.0, 4776.0, 4778.0, 4798.0, 4779.0, 4809.0, 4768.0, 4789.0, 4756.0, 4776.0, 4840.0, 4778.0, 4789.0, 4765.0, 4778.0, 4829.0, 4778.0, 4787.0, 4755.0, 4777.0, 4769.0, 4775.0, 4818.0, 4768.0, 4795.0, 4769.0, 4777.0, 4768.0, 4779.0, 4828.0, 4788.0, 4809.0, 4780.0, 4788.0, 4776.0, 4789.0, 4779.0, 4790.0, 4830.0, 4789.0, 4821.0, 4803.0, 4812.0, 4793.0, 4799.0, 4780.0, 4793.0, 4841.0, 4781.0, 4821.0, 4781.0, 4810.0, 4781.0, 4798.0, 4768.0, 4781.0, 4830.0, 4781.0, 4820.0, 4778.0, 4797.0, 4790.0, 4800.0, 4780.0, 4789.0, 4756.0, 4779.0, 4840.0, 4779.0, 4807.0, 4767.0, 4796.0, 4775.0, 4800.0, 4766.0, 4776.0, 4774.0, 4778.0, 4828.0, 4768.0, 4795.0, 4766.0, 4775.0, 4765.0, 4766.0, 4773.0, 4766.0, 4816.0, 4767.0, 4795.0, 4763.0, 4776.0, 4745.0, 4777.0, 4795.0, 4774.0, 4817.0, 4767.0, 4807.0, 4768.0, 4786.0, 4765.0, 4777.0, 4777.0, 4777.0, 4826.0, 4767.0, 4809.0, 4766.0, 4788.0, 4756.0, 4775.0, 4828.0, 4766.0, 4807.0, 4763.0, 4776.0, 4767.0, 4777.0, 4817.0, 4777.0, 4806.0, 4766.0, 4785.0, 4764.0, 4778.0, 4796.0, 4777.0, 4817.0, 4766.0, 4786.0, 4763.0, 4774.0, 4814.0, 4777.0, 4807.0, 4766.0, 4775.0, 4784.0, 4765.0, 4802.0, 4754.0, 4774.0, 4743.0, 4763.0, 4815.0, 4753.0, 4774.0, 4750.0, 4765.0, 4802.0, 4764.0, 4784.0, 4764.0, 4778.0, 4785.0, 4777.0, 4816.0, 4766.0, 4787.0, 4766.0, 4767.0, 4830.0, 4767.0, 4785.0, 4766.0, 4778.0, 4818.0, 4767.0, 4787.0, 4767.0, 4777.0, 4776.0, 4780.0, 4825.0, 4778.0, 4799.0, 4776.0, 4791.0, 4808.0, 4780.0, 4817.0, 4766.0, 4780.0, 4830.0, 4775.0, 4797.0, 4755.0, 4768.0, 4817.0, 4764.0, 4774.0, 4755.0, 4776.0, 4783.0, 4774.0, 4803.0, 4778.0, 4785.0, 4767.0, 4778.0, 4816.0, 4778.0, 4808.0, 4780.0, 4790.0, 4775.0, 4780.0, 4818.0, 4768.0, 4778.0, 4817.0, 4776.0, 4795.0, 4767.0, 4768.0, 4774.0, 4777.0, 4806.0, 4778.0, 4787.0, 4766.0, 4780.0, 4829.0, 4781.0, 4800.0, 4777.0, 4779.0, 4829.0, 4779.0, 4811.0, 4768.0, 4791.0, 4796.0, 4780.0, 4818.0, 4779.0, 4799.0, 4758.0, 4781.0, 4837.0, 4768.0, 4798.0, 4766.0, 4779.0, 4758.0, 4779.0, 4830.0, 4779.0, 4809.0, 4769.0, 4789.0, 4759.0, 4778.0, 4841.0, 4779.0, 4808.0, 4779.0, 4789.0, 4768.0, 4777.0, 4827.0, 4777.0, 4806.0, 4767.0, 4776.0, 4753.0, 4765.0, 4805.0, 4765.0, 4815.0, 4763.0, 4771.0, 4765.0, 4775.0, 4745.0, 4765.0, 4814.0, 4765.0, 4795.0, 4765.0, 4776.0, 4746.0, 4778.0, 4828.0, 4768.0, 4797.0, 4766.0, 4777.0, 4756.0, 4768.0, 4817.0, 4767.0, 4805.0, 4767.0, 4798.0, 4766.0, 4777.0, 4758.0, 4779.0, 4829.0, 4770.0, 4807.0, 4778.0, 4809.0, 4780.0, 4801.0, 4769.0, 4780.0, 4769.0, 4781.0, 4821.0, 4781.0, 4843.0, 4779.0, 4811.0, 4792.0, 4811.0, 4781.0, 4799.0, 4782.0, 4800.0, 4771.0, 4781.0, 4788.0, 4781.0, 4830.0, 4780.0, 4818.0, 4780.0, 4819.0, 4790.0, 4810.0, 4780.0, 4800.0, 4781.0, 4811.0, 4782.0, 4810.0, 4780.0, 4798.0, 4780.0, 4822.0, 4786.0, 4834.0, 4773.0, 4811.0, 4769.0, 4808.0, 4779.0, 4820.0, 4779.0, 4819.0, 4781.0, 4816.0, 4777.0, 4808.0, 4769.0, 4808.0, 4769.0, 4796.0, 4767.0, 4783.0, 4756.0, 4773.0, 4754.0, 4765.0, 4742.0, 4766.0, 4745.0, 4755.0, 4805.0, 4765.0, 4794.0, 4766.0, 4797.0, 4778.0, 4787.0, 4779.0, 4798.0, 4782.0, 4828.0, 4780.0, 4809.0, 4758.0, 4788.0, 4754.0, 4765.0, 4795.0, 4754.0, 4806.0, 4756.0, 4776.0, 4744.0, 4764.0, 4755.0, 4766.0, 4816.0, 4757.0, 4784.0, 4767.0, 4776.0, 4764.0, 4767.0, 4744.0, 4779.0, 4819.0, 4767.0, 4804.0, 4757.0, 4788.0, 4757.0, 4767.0, 4806.0, 4755.0, 4765.0, 4734.0, 4754.0, 4805.0, 4754.0, 4784.0, 4751.0, 4766.0, 4770.0, 4754.0, 4784.0, 4746.0, 4776.0, 4765.0, 4765.0, 4795.0, 4756.0, 4776.0, 4807.0, 4766.0, 4786.0, 4745.0, 4767.0, 4806.0, 4757.0, 4763.0, 4745.0, 4766.0, 4795.0, 4756.0, 4786.0, 4746.0, 4768.0, 4806.0, 4768.0, 4778.0, 4757.0, 4769.0, 4818.0, 4779.0, 4796.0, 4768.0, 4780.0, 4808.0, 4778.0, 4799.0, 4766.0, 4779.0, 4821.0, 4768.0, 4777.0, 4755.0, 4766.0, 4786.0, 4767.0, 4797.0, 4757.0, 4778.0, 4766.0, 4778.0, 4806.0, 4765.0, 4787.0, 4747.0, 4768.0, 4816.0, 4769.0, 4811.0, 4768.0, 4796.0, 4768.0, 4766.0, 4768.0, 4777.0, 4779.0, 4812.0, 4843.0, 4770.0, 4800.0, 4769.0, 4759.0, 4830.0, 4798.0, 4785.0, 4772.0, 4756.0, 4827.0, 4796.0, 4782.0, 4751.0, 4739.0, 4812.0, 4740.0, 4777.0, 4738.0, 4767.0, 4735.0, 4736.0, 4784.0, 4737.0, 4774.0, 4734.0, 4767.0, 4735.0, 4736.0, 4787.0, 4750.0, 4775.0, 4736.0, 4758.0, 4737.0, 4738.0, 4788.0, 4737.0, 4757.0, 4762.0, 4753.0, 4792.0, 4766.0, 4792.0, 4763.0, 4764.0, 4776.0, 4777.0, 4778.0, 4808.0, 4779.0, 4818.0, 4768.0, 4789.0, 4827.0, 4767.0, 4798.0, 4755.0, 4766.0, 4815.0, 4765.0, 4784.0, 4752.0, 4766.0, 4805.0, 4767.0, 4776.0, 4755.0, 4778.0, 4796.0, 4789.0, 4822.0, 4770.0, 4797.0, 4777.0, 4771.0, 4790.0, 4793.0, 4795.0, 4805.0, 4837.0, 4809.0, 4863.0, 4871.0, 4793.0, 4784.0, 4824.0, 4803.0, 4790.0, 4830.0, 4743.0, 4763.0, 4825.0, 4754.0, 4763.0, 4742.0, 4764.0, 4745.0, 4778.0, 4807.0, 4780.0, 4818.0, 4781.0, 4801.0, 4807.0, 4768.0, 4797.0, 4767.0, 4778.0, 4757.0, 4780.0, 4829.0, 4767.0, 4790.0, 4776.0, 4769.0, 4815.0, 4755.0, 4778.0, 4805.0, 4777.0, 4815.0, 4755.0, 4775.0, 4767.0, 4788.0, 4827.0, 4778.0, 4810.0, 4780.0, 4791.0, 4831.0, 4781.0, 4801.0, 4769.0, 4779.0, 4829.0, 4766.0, 4778.0, 4829.0, 4777.0, 4798.0, 4766.0, 4781.0, 4818.0, 4781.0, 4801.0, 4770.0, 4783.0, 4821.0, 4772.0, 4792.0, 4830.0, 4781.0, 4801.0, 4771.0, 4781.0, 4832.0, 4784.0, 4805.0, 4817.0, 4844.0, 4825.0, 4820.0, 4818.0, 4821.0, 4849.0, 4806.0, 4846.0, 4794.0, 4817.0, 4834.0, 4783.0, 4843.0, 4783.0, 4804.0, 4819.0, 4770.0, 4839.0, 4766.0, 4784.0, 4766.0, 4766.0, 4755.0, 4766.0, 4825.0, 4777.0, 4811.0, 4780.0, 4800.0, 4769.0, 4779.0, 4768.0, 4781.0, 4842.0, 4790.0, 4811.0, 4765.0, 4768.0, 4840.0, 4767.0, 4794.0, 4754.0, 4755.0, 4813.0, 4764.0, 4795.0, 4753.0, 4764.0, 4752.0, 4753.0, 4790.0, 4754.0, 4774.0, 4752.0, 4755.0, 4804.0, 4765.0, 4783.0, 4766.0, 4768.0, 4813.0, 4766.0, 4787.0, 4766.0, 4768.0, 4763.0, 4768.0, 4818.0, 4780.0, 4796.0, 4780.0], 'WindowWidth': [10493.0, 10502.0, 10440.0, 10424.0, 10456.0, 10411.0, 10435.0, 10391.0, 10423.0, 10404.0, 10412.0, 10466.0, 10409.0, 10439.0, 10411.0, 10413.0, 10468.0, 10426.0, 10440.0, 10410.0, 10414.0, 10469.0, 10400.0, 10425.0, 10410.0, 10434.0, 10472.0, 10414.0, 10428.0, 10390.0, 10416.0, 10472.0, 10414.0, 10434.0, 10411.0, 10419.0, 10476.0, 10414.0, 10413.0, 10474.0, 10395.0, 10425.0, 10466.0, 10408.0, 10441.0, 10405.0, 10413.0, 10485.0, 10411.0, 10438.0, 10407.0, 10409.0, 10452.0, 10390.0, 10407.0, 10472.0, 10388.0, 10406.0, 10423.0, 10388.0, 10414.0, 10383.0, 10388.0, 10461.0, 10367.0, 10406.0, 10457.0, 10385.0, 10399.0, 10364.0, 10384.0, 10427.0, 10370.0, 10385.0, 10383.0, 10388.0, 10432.0, 10385.0, 10392.0, 10465.0, 10388.0, 10421.0, 10401.0, 10385.0, 10428.0, 10379.0, 10383.0, 10441.0, 10386.0, 10401.0, 10382.0, 10389.0, 10441.0, 10389.0, 10406.0, 10388.0, 10399.0, 10463.0, 10389.0, 10421.0, 10406.0, 10408.0, 10459.0, 10392.0, 10422.0, 10406.0, 10409.0, 10465.0, 10391.0, 10423.0, 10404.0, 10413.0, 10464.0, 10393.0, 10409.0, 10391.0, 10409.0, 10462.0, 10394.0, 10422.0, 10391.0, 10414.0, 10461.0, 10413.0, 10453.0, 10406.0, 10428.0, 10431.0, 10412.0, 10468.0, 10394.0, 10441.0, 10409.0, 10407.0, 10469.0, 10391.0, 10424.0, 10402.0, 10410.0, 10473.0, 10403.0, 10434.0, 10406.0, 10408.0, 10449.0, 10407.0, 10431.0, 10390.0, 10405.0, 10466.0, 10432.0, 10451.0, 10398.0, 10408.0, 10409.0, 10403.0, 10416.0, 10418.0, 10425.0, 10431.0, 10504.0, 10412.0, 10430.0, 10406.0, 10388.0, 10462.0, 10381.0, 10393.0, 10445.0, 10369.0, 10382.0, 10361.0, 10363.0, 10406.0, 10367.0, 10370.0, 10369.0, 10403.0, 10428.0, 10392.0, 10410.0, 10466.0, 10410.0, 10424.0, 10391.0, 10412.0, 10451.0, 10397.0, 10409.0, 10408.0, 10409.0, 10432.0, 10391.0, 10408.0, 10468.0, 10408.0, 10420.0, 10369.0, 10395.0, 10466.0, 10384.0, 10388.0, 10439.0, 10388.0, 10420.0, 10385.0, 10388.0, 10443.0, 10384.0, 10404.0, 10445.0, 10388.0, 10405.0, 10383.0, 10403.0, 10431.0, 10387.0, 10405.0, 10460.0, 10404.0, 10419.0, 10390.0, 10394.0, 10446.0, 10389.0, 10391.0, 10464.0, 10392.0, 10419.0, 10382.0, 10387.0, 10447.0, 10384.0, 10385.0, 10462.0, 10390.0, 10413.0, 10383.0, 10387.0, 10445.0, 10392.0, 10402.0, 10431.0, 10388.0, 10411.0, 10386.0, 10393.0, 10443.0, 10392.0, 10405.0, 10400.0, 10405.0, 10449.0, 10391.0, 10409.0, 10416.0, 10406.0, 10447.0, 10391.0, 10410.0, 10404.0, 10428.0, 10454.0, 10411.0, 10441.0, 10405.0, 10411.0, 10484.0, 10414.0, 10442.0, 10412.0, 10417.0, 10486.0, 10419.0, 10457.0, 10397.0, 10411.0, 10490.0, 10410.0, 10436.0, 10388.0, 10409.0, 10482.0, 10390.0, 10419.0, 10385.0, 10389.0, 10464.0, 10385.0, 10405.0, 10399.0, 10386.0, 10462.0, 10372.0, 10367.0, 10373.0, 10385.0, 10429.0, 10391.0, 10421.0, 10463.0, 10409.0, 10435.0, 10385.0, 10408.0, 10464.0, 10390.0, 10403.0, 10382.0, 10386.0, 10444.0, 10391.0, 10403.0, 10415.0, 10402.0, 10429.0, 10390.0, 10405.0, 10476.0, 10389.0, 10415.0, 10408.0, 10414.0, 10464.0, 10437.0, 10456.0, 10434.0, 10468.0, 10438.0, 10443.0, 10492.0, 10440.0, 10478.0, 10414.0, 10440.0, 10402.0, 10412.0, 10521.0, 10425.0, 10475.0, 10364.0, 10360.0, 10408.0, 10422.0, 10414.0, 10460.0, 10468.0, 10411.0, 10442.0, 10393.0, 10406.0, 10474.0, 10385.0, 10407.0, 10440.0, 10380.0, 10462.0, 10380.0, 10402.0, 10363.0, 10400.0, 10359.0, 10422.0, 10352.0, 10373.0, 10400.0, 10327.0, 10352.0, 10305.0, 10303.0, 10300.0, 10320.0, 10386.0, 10348.0, 10340.0, 10326.0, 10340.0, 10323.0, 10346.0, 10387.0, 10340.0, 10372.0, 10354.0, 10370.0, 10345.0, 10375.0, 10361.0, 10376.0, 10414.0, 10380.0, 10399.0, 10375.0, 10410.0, 10452.0, 10410.0, 10449.0, 10413.0, 10426.0, 10396.0, 10406.0, 10469.0, 10394.0, 10439.0, 10389.0, 10410.0, 10473.0, 10392.0, 10435.0, 10391.0, 10403.0, 10395.0, 10381.0, 10428.0, 10378.0, 10400.0, 10431.0, 10380.0, 10409.0, 10358.0, 10389.0, 10444.0, 10384.0, 10392.0, 10364.0, 10386.0, 10444.0, 10391.0, 10399.0, 10369.0, 10388.0, 10449.0, 10427.0, 10426.0, 10394.0, 10412.0, 10465.0, 10428.0, 10447.0, 10413.0, 10436.0, 10469.0, 10413.0, 10464.0, 10450.0, 10432.0, 10459.0, 10428.0, 10450.0, 10501.0, 10436.0, 10468.0, 10431.0, 10437.0, 10494.0, 10453.0, 10465.0, 10419.0, 10421.0, 10476.0, 10436.0, 10451.0, 10517.0, 10441.0, 10462.0, 10431.0, 10440.0, 10492.0, 10437.0, 10451.0, 10400.0, 10437.0, 10494.0, 10434.0, 10450.0, 10477.0, 10417.0, 10473.0, 10399.0, 10426.0, 10501.0, 10411.0, 10440.0, 10395.0, 10411.0, 10490.0, 10413.0, 10437.0, 10403.0, 10409.0, 10439.0, 10411.0, 10455.0, 10396.0, 10426.0, 10376.0, 10406.0, 10507.0, 10410.0, 10425.0, 10386.0, 10407.0, 10490.0, 10407.0, 10420.0, 10373.0, 10405.0, 10395.0, 10402.0, 10470.0, 10394.0, 10431.0, 10399.0, 10407.0, 10394.0, 10411.0, 10484.0, 10424.0, 10454.0, 10416.0, 10424.0, 10406.0, 10428.0, 10412.0, 10431.0, 10487.0, 10428.0, 10474.0, 10450.0, 10465.0, 10437.0, 10445.0, 10417.0, 10436.0, 10514.0, 10420.0, 10477.0, 10418.0, 10459.0, 10416.0, 10440.0, 10394.0, 10417.0, 10492.0, 10418.0, 10473.0, 10411.0, 10436.0, 10429.0, 10442.0, 10414.0, 10429.0, 10377.0, 10411.0, 10515.0, 10410.0, 10451.0, 10391.0, 10431.0, 10404.0, 10440.0, 10388.0, 10406.0, 10400.0, 10408.0, 10485.0, 10394.0, 10430.0, 10386.0, 10401.0, 10383.0, 10389.0, 10397.0, 10387.0, 10460.0, 10390.0, 10429.0, 10380.0, 10402.0, 10357.0, 10404.0, 10430.0, 10398.0, 10463.0, 10392.0, 10447.0, 10394.0, 10416.0, 10386.0, 10406.0, 10404.0, 10406.0, 10480.0, 10391.0, 10453.0, 10390.0, 10423.0, 10372.0, 10401.0, 10487.0, 10388.0, 10448.0, 10383.0, 10402.0, 10389.0, 10406.0, 10468.0, 10405.0, 10446.0, 10390.0, 10418.0, 10384.0, 10409.0, 10432.0, 10404.0, 10465.0, 10391.0, 10419.0, 10380.0, 10398.0, 10461.0, 10403.0, 10451.0, 10386.0, 10400.0, 10412.0, 10385.0, 10440.0, 10368.0, 10397.0, 10350.0, 10381.0, 10461.0, 10367.0, 10395.0, 10357.0, 10385.0, 10436.0, 10384.0, 10412.0, 10382.0, 10407.0, 10415.0, 10405.0, 10461.0, 10389.0, 10418.0, 10388.0, 10394.0, 10489.0, 10392.0, 10416.0, 10387.0, 10408.0, 10466.0, 10392.0, 10420.0, 10390.0, 10408.0, 10403.0, 10412.0, 10475.0, 10409.0, 10440.0, 10407.0, 10431.0, 10454.0, 10411.0, 10467.0, 10389.0, 10414.0, 10494.0, 10400.0, 10437.0, 10371.0, 10392.0, 10470.0, 10382.0, 10399.0, 10368.0, 10402.0, 10409.0, 10397.0, 10438.0, 10406.0, 10416.0, 10390.0, 10408.0, 10461.0, 10410.0, 10453.0, 10412.0, 10428.0, 10402.0, 10411.0, 10468.0, 10393.0, 10408.0, 10463.0, 10403.0, 10430.0, 10389.0, 10393.0, 10399.0, 10406.0, 10446.0, 10407.0, 10421.0, 10388.0, 10413.0, 10483.0, 10417.0, 10441.0, 10405.0, 10412.0, 10485.0, 10412.0, 10456.0, 10394.0, 10430.0, 10435.0, 10414.0, 10467.0, 10410.0, 10441.0, 10381.0, 10415.0, 10500.0, 10394.0, 10438.0, 10389.0, 10411.0, 10378.0, 10410.0, 10486.0, 10413.0, 10455.0, 10397.0, 10426.0, 10382.0, 10409.0, 10511.0, 10412.0, 10452.0, 10410.0, 10427.0, 10393.0, 10404.0, 10486.0, 10402.0, 10448.0, 10388.0, 10404.0, 10365.0, 10385.0, 10442.0, 10383.0, 10461.0, 10380.0, 10390.0, 10384.0, 10397.0, 10355.0, 10385.0, 10456.0, 10384.0, 10428.0, 10386.0, 10405.0, 10360.0, 10405.0, 10480.0, 10392.0, 10432.0, 10387.0, 10404.0, 10373.0, 10394.0, 10463.0, 10392.0, 10445.0, 10392.0, 10436.0, 10388.0, 10405.0, 10376.0, 10410.0, 10484.0, 10397.0, 10447.0, 10407.0, 10452.0, 10413.0, 10444.0, 10396.0, 10413.0, 10396.0, 10418.0, 10474.0, 10419.0, 10515.0, 10413.0, 10462.0, 10433.0, 10458.0, 10417.0, 10440.0, 10418.0, 10442.0, 10402.0, 10415.0, 10421.0, 10416.0, 10490.0, 10415.0, 10470.0, 10414.0, 10469.0, 10429.0, 10456.0, 10414.0, 10440.0, 10419.0, 10456.0, 10420.0, 10457.0, 10413.0, 10437.0, 10412.0, 10481.0, 10428.0, 10497.0, 10407.0, 10457.0, 10395.0, 10452.0, 10413.0, 10474.0, 10411.0, 10468.0, 10414.0, 10464.0, 10405.0, 10450.0, 10394.0, 10449.0, 10394.0, 10433.0, 10387.0, 10409.0, 10372.0, 10393.0, 10364.0, 10380.0, 10346.0, 10383.0, 10350.0, 10368.0, 10438.0, 10383.0, 10421.0, 10383.0, 10430.0, 10406.0, 10419.0, 10409.0, 10434.0, 10415.0, 10483.0, 10414.0, 10453.0, 10377.0, 10422.0, 10367.0, 10386.0, 10429.0, 10365.0, 10446.0, 10371.0, 10399.0, 10353.0, 10382.0, 10370.0, 10385.0, 10464.0, 10374.0, 10409.0, 10389.0, 10400.0, 10381.0, 10388.0, 10355.0, 10409.0, 10467.0, 10391.0, 10441.0, 10374.0, 10420.0, 10372.0, 10385.0, 10449.0, 10365.0, 10385.0, 10336.0, 10365.0, 10445.0, 10364.0, 10409.0, 10357.0, 10384.0, 10386.0, 10365.0, 10407.0, 10356.0, 10399.0, 10381.0, 10382.0, 10425.0, 10374.0, 10402.0, 10448.0, 10385.0, 10415.0, 10355.0, 10388.0, 10447.0, 10372.0, 10380.0, 10353.0, 10386.0, 10428.0, 10374.0, 10416.0, 10358.0, 10389.0, 10444.0, 10391.0, 10403.0, 10372.0, 10394.0, 10466.0, 10410.0, 10431.0, 10392.0, 10411.0, 10451.0, 10407.0, 10439.0, 10387.0, 10407.0, 10479.0, 10389.0, 10405.0, 10370.0, 10388.0, 10415.0, 10388.0, 10432.0, 10376.0, 10406.0, 10388.0, 10406.0, 10448.0, 10386.0, 10418.0, 10359.0, 10392.0, 10460.0, 10397.0, 10462.0, 10395.0, 10432.0, 10394.0, 10390.0, 10395.0, 10405.0, 10412.0, 10464.0, 10514.0, 10399.0, 10445.0, 10392.0, 10380.0, 10494.0, 10430.0, 10414.0, 10389.0, 10373.0, 10492.0, 10431.0, 10409.0, 10358.0, 10342.0, 10455.0, 10343.0, 10396.0, 10338.0, 10378.0, 10331.0, 10335.0, 10404.0, 10336.0, 10386.0, 10330.0, 10378.0, 10329.0, 10337.0, 10408.0, 10361.0, 10392.0, 10335.0, 10367.0, 10337.0, 10339.0, 10410.0, 10336.0, 10365.0, 10380.0, 10368.0, 10418.0, 10391.0, 10422.0, 10384.0, 10386.0, 10407.0, 10409.0, 10414.0, 10454.0, 10412.0, 10471.0, 10395.0, 10429.0, 10479.0, 10393.0, 10438.0, 10371.0, 10392.0, 10464.0, 10387.0, 10415.0, 10366.0, 10390.0, 10448.0, 10394.0, 10404.0, 10375.0, 10410.0, 10432.0, 10432.0, 10478.0, 10404.0, 10438.0, 10411.0, 10406.0, 10433.0, 10444.0, 10450.0, 10463.0, 10509.0, 10475.0, 10563.0, 10590.0, 10437.0, 10427.0, 10489.0, 10455.0, 10431.0, 10495.0, 10354.0, 10384.0, 10478.0, 10370.0, 10381.0, 10351.0, 10387.0, 10360.0, 10410.0, 10453.0, 10420.0, 10470.0, 10422.0, 10449.0, 10454.0, 10397.0, 10437.0, 10395.0, 10411.0, 10381.0, 10416.0, 10485.0, 10394.0, 10430.0, 10408.0, 10398.0, 10463.0, 10377.0, 10412.0, 10446.0, 10409.0, 10462.0, 10379.0, 10405.0, 10394.0, 10427.0, 10484.0, 10414.0, 10463.0, 10418.0, 10435.0, 10495.0, 10420.0, 10450.0, 10403.0, 10414.0, 10490.0, 10393.0, 10414.0, 10492.0, 10410.0, 10442.0, 10395.0, 10419.0, 10471.0, 10421.0, 10448.0, 10404.0, 10426.0, 10474.0, 10408.0, 10439.0, 10491.0, 10422.0, 10450.0, 10409.0, 10424.0, 10495.0, 10431.0, 10461.0, 10486.0, 10532.0, 10506.0, 10493.0, 10485.0, 10490.0, 10529.0, 10461.0, 10522.0, 10443.0, 10479.0, 10497.0, 10421.0, 10516.0, 10421.0, 10453.0, 10467.0, 10400.0, 10509.0, 10387.0, 10414.0, 10388.0, 10390.0, 10373.0, 10389.0, 10476.0, 10410.0, 10461.0, 10416.0, 10443.0, 10398.0, 10413.0, 10395.0, 10419.0, 10514.0, 10430.0, 10462.0, 10386.0, 10394.0, 10510.0, 10392.0, 10430.0, 10367.0, 10370.0, 10454.0, 10382.0, 10428.0, 10364.0, 10382.0, 10360.0, 10364.0, 10418.0, 10371.0, 10399.0, 10363.0, 10370.0, 10439.0, 10387.0, 10410.0, 10386.0, 10394.0, 10456.0, 10392.0, 10420.0, 10388.0, 10395.0, 10382.0, 10395.0, 10466.0, 10418.0, 10437.0, 10416.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.0018925849212924606</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03389898094449047</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.964682248548925</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1872374307960198</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9975532771973472</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5427</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2141.7227</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09422774194885361</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.556752278376139</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6854581690772648</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5700066659989935</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9287752938089193</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5575925474238828</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00918014</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015580421313643456</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02675885707139969</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8843186674759838</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>17.7886</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>94.6482</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>333.9164</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>88.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288429.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1639.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>575.7261</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3048</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.0656</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3851.9837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4080.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88115.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1050.3713</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.28081857971847</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> |