=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
134 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-01/func/sub-0014_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>eb02cf6d8d6a35445ed51c010bea8538</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>16:35:47.355000</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.999092, 0.0218391, 0.0365696, -0.0151717, 0.984706, -0.173562]</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_brain_imaging_center</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.107336</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7718, -7246, 379, -82, 11, 17, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.462</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>caf52b75-b628-4770-919d-8e43dac50070||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.6804919242858887, -0.04070466756820679, 0.1074620857834816, 113.3653335571289], [-0.05859266594052315, 2.6418943405151367, -0.4666948616504669, -71.08614349365234], [0.09811363369226456, 0.4656549394130707, 2.6571879386901855, -69.59120178222656], [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': ['163547.355000', '163547.815000', '163548.275000', '163548.735000', '163549.195000', '163549.655000', '163550.115000', '163550.575000', '163551.035000', '163551.495000', '163551.955000', '163552.415000', '163552.875000', '163553.335000', '163553.795000', '163554.255000', '163554.715000', '163555.175000', '163555.635000', '163556.095000', '163556.555000', '163557.015000', '163557.475000', '163557.935000', '163558.395000', '163558.855000', '163559.315000', '163559.775000', '163600.235000', '163600.695000', '163601.155000', '163601.615000', '163602.075000', '163602.535000', '163602.995000', '163603.455000', '163603.915000', '163604.375000', '163604.835000', '163605.295000', '163605.755000', '163606.215000', '163606.675000', '163607.135000', '163607.595000', '163608.055000', '163608.515000', '163608.975000', '163609.435000', '163609.895000', '163610.355000', '163610.815000', '163611.275000', '163611.735000', '163612.195000', '163612.655000', '163613.115000', '163613.575000', '163614.035000', '163614.495000', '163614.955000', '163615.415000', '163615.875000', '163616.335000', '163616.795000', '163617.255000', '163617.715000', '163618.175000', '163618.635000', '163619.095000', '163619.555000', '163620.015000', '163620.475000', '163620.935000', '163621.395000', '163621.855000', '163622.315000', '163622.775000', '163623.235000', '163623.695000', '163624.155000', '163624.615000', '163625.075000', '163625.535000', '163625.995000', '163626.455000', '163626.915000', '163627.375000', '163627.835000', '163628.295000', '163628.755000', '163629.215000', '163629.675000', '163630.135000', '163630.595000', '163631.055000', '163631.515000', '163631.975000', '163632.435000', '163632.895000', '163633.355000', '163633.815000', '163634.275000', '163634.735000', '163635.195000', '163635.655000', '163636.115000', '163636.575000', '163637.035000', '163637.495000', '163637.955000', '163638.415000', '163638.875000', '163639.335000', '163639.795000', '163640.255000', '163640.715000', '163641.175000', '163641.635000', '163642.095000', '163642.555000', '163643.015000', '163643.475000', '163643.935000', '163644.395000', '163644.855000', '163645.315000', '163645.775000', '163646.235000', '163646.695000', '163647.155000', '163647.615000', '163648.075000', '163648.535000', '163648.995000', '163649.455000', '163649.915000', '163650.375000', '163650.835000', '163651.295000', '163651.755000', '163652.215000', '163652.675000', '163653.135000', '163653.595000', '163654.055000', '163654.515000', '163654.975000', '163655.435000', '163655.895000', '163656.355000', '163656.815000', '163657.275000', '163657.735000', '163658.195000', '163658.655000', '163659.115000', '163659.575000', '163700.035000', '163700.495000', '163700.955000', '163701.415000', '163701.875000', '163702.335000', '163702.795000', '163703.255000', '163703.715000', '163704.175000', '163704.635000', '163705.095000', '163705.555000', '163706.015000', '163706.475000', '163706.935000', '163707.395000', '163707.855000', '163708.315000', '163708.775000', '163709.235000', '163709.695000', '163710.155000', '163710.615000', '163711.075000', '163711.535000', '163711.995000', '163712.455000', '163712.915000', '163713.375000', '163713.835000', '163714.295000', '163714.755000', '163715.215000', '163715.675000', '163716.135000', '163716.595000', '163717.055000', '163717.515000', '163717.975000', '163718.435000', '163718.895000', '163719.355000', '163719.815000', '163720.275000', '163720.735000', '163721.195000', '163721.655000', '163722.115000', '163722.575000', '163723.035000', '163723.495000', '163723.955000', '163724.415000', '163724.875000', '163725.335000', '163725.795000', '163726.255000', '163726.715000', '163727.175000', '163727.635000', '163728.095000', '163728.555000', '163729.015000', '163729.475000', '163729.935000', '163730.395000', '163730.855000', '163731.315000', '163731.775000', '163732.235000', '163732.695000', '163733.155000', '163733.615000', '163734.075000', '163734.535000', '163734.995000', '163735.455000', '163735.915000', '163736.375000', '163736.835000', '163737.295000', '163737.755000', '163738.215000', '163738.675000', '163739.135000', '163739.595000', '163740.055000', '163740.515000', '163740.975000', '163741.435000', '163741.895000', '163742.355000', '163742.815000', '163743.275000', '163743.735000', '163744.195000', '163744.655000', '163745.115000', '163745.575000', '163746.035000', '163746.495000', '163746.955000', '163747.415000', '163747.875000', '163748.335000', '163748.795000', '163749.255000', '163749.715000', '163750.175000', '163750.635000', '163751.095000', '163751.555000', '163752.015000', '163752.475000', '163752.935000', '163753.395000', '163753.855000', '163754.315000', '163754.775000', '163755.235000', '163755.695000', '163756.155000', '163756.615000', '163757.075000', '163757.535000', '163757.995000', '163758.455000', '163758.915000', '163759.375000', '163759.835000', '163800.295000', '163800.755000', '163801.215000', '163801.675000', '163802.135000', '163802.595000', '163803.055000', '163803.515000', '163803.975000', '163804.435000', '163804.895000', '163805.355000', '163805.815000', '163806.275000', '163806.735000', '163807.195000', '163807.655000', '163808.115000', '163808.575000', '163809.035000', '163809.495000', '163809.955000', '163810.415000', '163810.875000', '163811.335000', '163811.795000', '163812.255000', '163812.715000', '163813.175000', '163813.635000', '163814.095000', '163814.555000', '163815.015000', '163815.475000', '163815.935000', '163816.395000', '163816.855000', '163817.315000', '163817.775000', '163818.235000', '163818.695000', '163819.155000', '163819.615000', '163820.075000', '163820.535000', '163820.995000', '163821.455000', '163821.915000', '163822.375000', '163822.835000', '163823.295000', '163823.755000', '163824.215000', '163824.675000', '163825.135000', '163825.595000', '163826.055000', '163826.515000', '163826.975000', '163827.435000', '163827.895000', '163828.355000', '163828.815000', '163829.275000', '163829.735000', '163830.195000', '163830.655000', '163831.115000', '163831.575000', '163832.035000', '163832.495000', '163832.955000', '163833.415000', '163833.875000', '163834.335000', '163834.795000', '163835.255000', '163835.715000', '163836.175000', '163836.635000', '163837.095000', '163837.555000', '163838.015000', '163838.475000', '163838.935000', '163839.395000', '163839.855000', '163840.315000', '163840.775000', '163841.235000', '163841.695000', '163842.155000', '163842.615000', '163843.075000', '163843.535000', '163843.995000', '163844.455000', '163844.915000', '163845.375000', '163845.835000', '163846.295000', '163846.755000', '163847.215000', '163847.675000', '163848.135000', '163848.595000', '163849.055000', '163849.515000', '163849.975000', '163850.435000', '163850.895000', '163851.355000', '163851.815000', '163852.275000', '163852.735000', '163853.195000', '163853.655000', '163854.115000', '163854.575000', '163855.035000', '163855.495000', '163855.955000', '163856.415000', '163856.875000', '163857.335000', '163857.795000', '163858.255000', '163858.715000', '163859.175000', '163859.635000', '163900.095000', '163900.555000', '163901.015000', '163901.475000', '163901.935000', '163902.395000', '163902.855000', '163903.315000', '163903.775000', '163904.235000', '163904.695000', '163905.155000', '163905.615000', '163906.075000', '163906.535000', '163906.995000', '163907.455000', '163907.915000', '163908.375000', '163908.835000', '163909.295000', '163909.755000', '163910.215000', '163910.675000', '163911.135000', '163911.595000', '163912.055000', '163912.515000', '163912.975000', '163913.435000', '163913.895000', '163914.355000', '163914.815000', '163915.275000', '163915.735000', '163916.195000', '163916.655000', '163917.115000', '163917.575000', '163918.035000', '163918.495000', '163918.955000', '163919.415000', '163919.875000', '163920.335000', '163920.795000', '163921.255000', '163921.715000', '163922.175000', '163922.635000', '163923.095000', '163923.555000', '163924.015000', '163924.475000', '163924.935000', '163925.395000', '163925.855000', '163926.315000', '163926.775000', '163927.235000', '163927.695000', '163928.155000', '163928.615000', '163929.075000', '163929.535000', '163929.995000', '163930.455000', '163930.915000', '163931.375000', '163931.835000', '163932.295000', '163932.755000', '163933.215000', '163933.675000', '163934.135000', '163934.595000', '163935.055000', '163935.515000', '163935.975000', '163936.435000', '163936.895000', '163937.355000', '163937.815000', '163938.275000', '163938.735000', '163939.195000', '163939.655000', '163940.115000', '163940.575000', '163941.035000', '163941.495000', '163941.955000', '163942.415000', '163942.875000', '163943.335000', '163943.795000', '163944.255000', '163944.715000', '163945.175000', '163945.635000', '163946.095000', '163946.555000', '163947.015000', '163947.475000', '163947.935000', '163948.395000', '163948.855000', '163949.315000', '163949.775000', '163950.235000', '163950.695000', '163951.155000', '163951.615000', '163952.075000', '163952.535000', '163952.995000', '163953.455000', '163953.915000', '163954.375000', '163954.835000', '163955.295000', '163955.755000', '163956.215000', '163956.675000', '163957.135000', '163957.595000', '163958.055000', '163958.515000', '163958.975000', '163959.435000', '163959.895000', '164000.355000', '164000.815000', '164001.275000', '164001.735000', '164002.195000', '164002.655000', '164003.115000', '164003.575000', '164004.035000', '164004.495000', '164004.955000', '164005.415000', '164005.875000', '164006.335000', '164006.795000', '164007.255000', '164007.715000', '164008.175000', '164008.635000', '164009.095000', '164009.555000', '164010.015000', '164010.475000', '164010.935000', '164011.395000', '164011.855000', '164012.315000', '164012.775000', '164013.235000', '164013.695000', '164014.155000', '164014.615000', '164015.075000', '164015.535000', '164015.995000', '164016.455000', '164016.915000', '164017.375000', '164017.835000', '164018.295000', '164018.755000', '164019.215000', '164019.675000', '164020.135000', '164020.595000', '164021.055000', '164021.515000', '164021.975000', '164022.435000', '164022.895000', '164023.355000', '164023.815000', '164024.275000', '164024.735000', '164025.195000', '164025.655000', '164026.115000', '164026.575000', '164027.035000', '164027.495000', '164027.955000', '164028.415000', '164028.875000', '164029.335000', '164029.795000', '164030.255000', '164030.715000', '164031.175000', '164031.635000', '164032.095000', '164032.555000', '164033.015000', '164033.475000', '164033.935000', '164034.395000', '164034.855000', '164035.315000', '164035.775000', '164036.235000', '164036.695000', '164037.155000', '164037.615000', '164038.075000', '164038.535000', '164038.995000', '164039.455000', '164039.915000', '164040.375000', '164040.835000', '164041.295000', '164041.755000', '164042.215000', '164042.675000', '164043.135000', '164043.595000', '164044.055000', '164044.515000', '164044.975000', '164045.435000', '164045.895000', '164046.355000', '164046.815000', '164047.275000', '164047.735000', '164048.195000', '164048.655000', '164049.115000', '164049.575000', '164050.035000', '164050.495000', '164050.955000', '164051.415000', '164051.875000', '164052.335000', '164052.795000', '164053.255000', '164053.715000', '164054.175000', '164054.635000', '164055.095000', '164055.555000', '164056.015000', '164056.475000', '164056.935000', '164057.395000', '164057.855000', '164058.315000', '164058.775000', '164059.235000', '164059.695000', '164100.155000', '164100.615000', '164101.075000', '164101.535000', '164101.995000', '164102.455000', '164102.915000', '164103.375000', '164103.835000', '164104.295000', '164104.755000', '164105.215000', '164105.675000', '164106.135000', '164106.595000', '164107.055000', '164107.515000', '164107.975000', '164108.435000', '164108.895000', '164109.355000', '164109.815000', '164110.275000', '164110.735000', '164111.195000', '164111.655000', '164112.115000', '164112.575000', '164113.035000', '164113.495000', '164113.955000', '164114.415000', '164114.875000', '164115.335000', '164115.795000', '164116.255000', '164116.715000', '164117.175000', '164117.635000', '164118.095000', '164118.555000', '164119.015000', '164119.475000', '164119.935000', '164120.395000', '164120.855000', '164121.315000', '164121.775000', '164122.235000', '164122.695000', '164123.155000', '164123.615000', '164124.075000', '164124.535000', '164124.995000', '164125.455000', '164125.915000', '164126.375000', '164126.835000', '164127.295000', '164127.755000', '164128.215000', '164128.675000', '164129.135000', '164129.595000', '164130.055000', '164130.515000', '164130.975000', '164131.435000', '164131.895000', '164132.355000', '164132.815000', '164133.275000', '164133.735000', '164134.195000', '164134.655000', '164135.115000', '164135.575000', '164136.035000', '164136.495000', '164136.955000', '164137.415000', '164137.875000', '164138.335000', '164138.795000', '164139.255000', '164139.715000', '164140.175000', '164140.635000', '164141.095000', '164141.555000', '164142.015000', '164142.475000', '164142.935000', '164143.395000', '164143.855000', '164144.315000', '164144.775000', '164145.235000', '164145.695000', '164146.155000', '164146.615000', '164147.075000', '164147.535000', '164147.995000', '164148.455000', '164148.915000', '164149.375000', '164149.835000', '164150.295000', '164150.755000', '164151.215000', '164151.675000', '164152.135000', '164152.595000', '164153.055000', '164153.515000', '164153.975000', '164154.435000', '164154.895000', '164155.355000', '164155.815000', '164156.275000', '164156.735000', '164157.195000', '164157.655000', '164158.115000', '164158.575000', '164159.035000', '164159.495000', '164159.955000', '164200.415000', '164200.875000', '164201.335000', '164201.795000', '164202.255000', '164202.715000', '164203.175000', '164203.635000', '164204.095000', '164204.555000', '164205.015000', '164205.475000', '164205.935000', '164206.395000', '164206.855000', '164207.315000', '164207.775000', '164208.235000', '164208.695000', '164209.155000', '164209.615000', '164210.075000', '164210.535000', '164210.995000', '164211.455000', '164211.915000', '164212.375000', '164212.835000', '164213.295000', '164213.755000', '164214.215000', '164214.675000', '164215.135000', '164215.595000', '164216.055000', '164216.515000', '164216.975000', '164217.435000', '164217.895000', '164218.355000', '164218.815000', '164219.275000', '164219.735000', '164220.195000', '164220.655000', '164221.115000', '164221.575000', '164222.035000', '164222.495000', '164222.955000', '164223.415000', '164223.875000', '164224.335000', '164224.795000', '164225.255000', '164225.715000', '164226.175000', '164226.635000', '164227.095000', '164227.555000', '164228.015000', '164228.475000', '164228.935000', '164229.395000', '164229.855000', '164230.315000', '164230.775000', '164231.235000', '164231.695000', '164232.155000', '164232.615000', '164233.075000', '164233.535000', '164233.995000', '164234.455000', '164234.915000', '164235.375000', '164235.835000', '164236.295000', '164236.755000', '164237.215000', '164237.675000', '164238.135000', '164238.595000', '164239.055000', '164239.515000', '164239.975000', '164240.435000', '164240.895000', '164241.355000', '164241.815000', '164242.275000', '164242.735000', '164243.195000', '164243.655000', '164244.115000', '164244.575000', '164245.035000', '164245.495000', '164245.955000', '164246.415000', '164246.875000', '164247.335000', '164247.795000', '164248.255000', '164248.715000', '164249.175000', '164249.635000', '164250.095000', '164250.555000', '164251.015000', '164251.475000', '164251.935000', '164252.395000', '164252.855000', '164253.315000', '164253.775000', '164254.235000', '164254.695000', '164255.155000', '164255.615000', '164256.075000', '164256.535000', '164256.995000', '164257.455000', '164257.915000', '164258.375000', '164258.835000', '164259.295000', '164259.755000', '164300.215000', '164300.675000', '164301.135000', '164301.595000', '164302.055000', '164302.515000', '164302.975000', '164303.435000', '164303.895000', '164304.355000', '164304.815000', '164305.275000', '164305.735000', '164306.195000', '164306.655000', '164307.115000', '164307.575000', '164308.035000', '164308.495000', '164308.955000', '164309.415000', '164309.875000', '164310.335000', '164310.795000', '164311.255000', '164311.715000', '164312.175000', '164312.635000', '164313.095000', '164313.555000', '164314.015000', '164314.475000', '164314.935000', '164315.395000', '164315.855000', '164316.315000', '164316.775000', '164317.235000', '164317.695000', '164318.155000', '164318.615000', '164319.075000', '164319.535000', '164319.995000', '164320.455000', '164320.915000', '164321.375000', '164321.835000', '164322.295000', '164322.755000', '164323.215000', '164323.675000', '164324.135000', '164324.595000', '164325.055000', '164325.515000', '164325.975000', '164326.435000', '164326.895000', '164327.355000', '164327.815000', '164328.275000', '164328.735000', '164329.195000', '164329.655000', '164330.115000', '164330.575000', '164331.035000', '164331.495000', '164331.955000', '164332.415000', '164332.875000', '164333.335000', '164333.795000', '164334.255000', '164334.715000', '164335.175000', '164335.635000', '164336.095000', '164336.555000', '164337.015000', '164337.475000', '164337.935000', '164338.395000', '164338.855000', '164339.315000', '164339.775000', '164340.235000', '164340.695000', '164341.155000', '164341.615000', '164342.075000', '164342.535000', '164342.995000', '164343.455000', '164343.915000', '164344.375000', '164344.835000', '164345.295000', '164345.755000', '164346.215000', '164346.675000', '164347.135000', '164347.595000', '164348.055000', '164348.515000', '164348.975000', '164349.435000', '164349.895000', '164350.355000', '164350.815000', '164351.275000', '164351.735000', '164352.195000', '164352.655000', '164353.115000', '164353.575000', '164354.035000', '164354.495000', '164354.955000', '164355.415000', '164355.875000', '164356.335000', '164356.795000', '164357.255000', '164357.715000', '164358.175000', '164358.635000', '164359.095000', '164359.555000', '164400.015000', '164400.475000', '164400.935000', '164401.395000', '164401.855000', '164402.315000', '164402.775000', '164403.235000', '164403.695000', '164404.155000', '164404.615000', '164405.075000', '164405.535000', '164405.995000', '164406.455000', '164406.915000', '164407.375000', '164407.835000', '164408.295000', '164408.755000', '164409.215000', '164409.675000', '164410.135000', '164410.595000', '164411.055000', '164411.515000', '164411.975000', '164412.435000', '164412.895000', '164413.355000', '164413.815000', '164414.275000', '164414.735000', '164415.195000', '164415.655000', '164416.115000', '164416.575000', '164417.035000', '164417.495000', '164417.955000', '164418.415000', '164418.875000', '164419.335000', '164419.795000', '164420.255000', '164420.715000', '164421.175000', '164421.635000', '164422.095000', '164422.555000', '164423.015000', '164423.475000', '164423.935000', '164424.395000', '164424.855000', '164425.315000', '164425.775000', '164426.235000', '164426.695000', '164427.155000', '164427.615000', '164428.075000', '164428.535000', '164428.995000', '164429.455000', '164429.915000', '164430.375000', '164430.835000', '164431.295000', '164431.755000', '164432.215000', '164432.675000', '164433.135000', '164433.595000', '164434.055000', '164434.515000', '164434.975000', '164435.435000', '164435.895000', '164436.355000', '164436.815000', '164437.275000', '164437.735000', '164438.195000', '164438.655000', '164439.115000', '164439.575000', '164440.035000', '164440.495000', '164440.955000', '164441.415000', '164441.875000', '164442.335000', '164442.795000', '164443.255000', '164443.715000', '164444.175000', '164444.635000', '164445.095000', '164445.555000', '164446.015000', '164446.475000', '164446.935000', '164447.395000', '164447.855000', '164448.315000', '164448.775000', '164449.235000', '164449.695000', '164450.155000', '164450.615000', '164451.075000', '164451.535000', '164451.995000', '164452.455000', '164452.915000', '164453.375000', '164453.835000', '164454.295000', '164454.755000', '164455.215000', '164455.675000', '164456.135000', '164456.595000', '164457.055000', '164457.515000', '164457.975000', '164458.435000', '164458.895000', '164459.355000', '164459.815000', '164500.275000', '164500.735000', '164501.195000', '164501.655000', '164502.115000', '164502.575000', '164503.035000'], 'ContentTime': ['163602.961000', '163602.965000', '163602.968000', '163602.971000', '163602.974000', '163602.977000', '163602.980000', '163602.982000', '163602.985000', '163602.988000', '163602.991000', '163602.994000', '163602.997000', '163603.001000', '163603.004000', '163603.007000', '163603.010000', '163603.013000', '163603.015000', '163603.018000', '163603.021000', '163603.024000', '163603.026000', '163603.029000', '163603.032000', '163603.035000', '163603.038000', '163603.041000', '163603.044000', '163603.046000', '163603.049000', '163603.052000', '163622.925000', '163622.928000', '163622.930000', '163622.933000', '163622.936000', '163622.939000', '163622.951000', '163622.954000', '163622.957000', '163622.960000', '163622.962000', '163622.965000', '163622.968000', '163622.971000', '163622.973000', '163622.976000', '163622.979000', '163622.982000', '163622.984000', '163622.987000', '163622.990000', '163622.993000', '163622.996000', '163623.000000', '163623.002000', '163623.005000', '163623.008000', '163623.011000', '163623.014000', '163623.016000', '163623.019000', '163623.022000', '163623.025000', '163623.027000', '163623.030000', '163623.033000', '163623.036000', '163623.038000', '163623.041000', '163623.044000', '163623.047000', '163623.050000', '163623.052000', '163623.055000', '163642.924000', '163642.927000', '163642.929000', '163642.932000', '163642.935000', '163642.938000', '163642.941000', '163642.943000', '163642.946000', '163642.949000', '163642.952000', '163642.955000', '163642.958000', '163642.960000', '163642.963000', '163642.966000', '163642.969000', '163642.971000', '163642.974000', '163642.977000', '163642.980000', '163642.983000', '163642.997000', '163643.001000', '163643.004000', '163643.013000', '163643.016000', '163643.019000', '163643.021000', '163643.024000', '163643.027000', '163643.030000', '163643.033000', '163643.036000', '163643.039000', '163643.041000', '163643.044000', '163643.047000', '163643.050000', '163643.053000', '163643.055000', '163643.058000', '163643.061000', '163702.924000', '163702.927000', '163702.930000', '163702.932000', '163702.935000', '163702.938000', '163702.941000', '163702.944000', '163702.947000', '163702.949000', '163702.953000', '163702.955000', '163702.958000', '163702.961000', '163702.964000', '163702.967000', '163702.970000', '163702.972000', '163702.975000', '163702.978000', '163702.981000', '163702.984000', '163702.987000', '163702.989000', '163702.992000', '163702.995000', '163702.998000', '163703.001000', '163703.004000', '163703.007000', '163703.010000', '163703.013000', '163703.015000', '163703.018000', '163703.021000', '163703.024000', '163703.027000', '163703.029000', '163703.032000', '163703.035000', '163703.038000', '163703.041000', '163703.044000', '163703.046000', '163722.924000', '163722.927000', '163722.930000', '163722.932000', '163722.935000', '163722.938000', '163722.941000', '163722.944000', '163722.946000', '163722.949000', '163722.952000', '163722.955000', '163722.958000', '163722.960000', '163722.963000', '163722.966000', '163722.969000', '163722.972000', '163722.974000', '163722.977000', '163722.980000', '163722.983000', '163722.986000', '163722.988000', '163722.991000', '163722.994000', '163722.997000', '163723.001000', '163723.003000', '163723.006000', '163723.009000', '163723.012000', '163723.015000', '163723.018000', '163723.020000', '163723.023000', '163723.026000', '163723.029000', '163723.032000', '163723.034000', '163723.037000', '163723.040000', '163723.043000', '163742.924000', '163742.927000', '163742.930000', '163742.934000', '163742.937000', '163742.940000', '163742.943000', '163742.946000', '163742.949000', '163742.952000', '163742.954000', '163742.957000', '163742.960000', '163742.963000', '163742.966000', '163742.969000', '163742.971000', '163742.974000', '163742.977000', '163742.980000', '163742.983000', '163742.986000', '163742.989000', '163742.992000', '163742.995000', '163742.998000', '163743.001000', '163743.004000', '163743.007000', '163743.010000', '163743.013000', '163743.015000', '163743.018000', '163743.021000', '163743.024000', '163743.027000', '163743.030000', '163743.033000', '163743.035000', '163743.038000', '163743.041000', '163743.044000', '163743.047000', '163802.924000', '163802.927000', '163802.930000', '163802.932000', '163802.935000', '163802.938000', '163802.941000', '163802.944000', '163802.947000', '163802.950000', '163802.953000', '163802.955000', '163802.958000', '163802.961000', '163802.964000', '163802.967000', '163802.970000', '163802.973000', '163802.976000', '163802.979000', '163802.982000', '163802.984000', '163802.987000', '163802.990000', '163802.993000', '163802.996000', '163803.000000', '163803.002000', '163803.005000', '163803.008000', '163803.011000', '163803.014000', '163803.017000', '163803.019000', '163803.022000', '163803.025000', '163803.028000', '163803.031000', '163803.034000', '163803.036000', '163803.039000', '163803.042000', '163803.045000', '163803.047000', '163822.924000', '163822.927000', '163822.930000', '163822.933000', '163822.936000', '163822.938000', '163822.941000', '163822.944000', '163822.947000', '163822.950000', '163822.955000', '163822.958000', '163822.961000', '163822.964000', '163822.967000', '163822.970000', '163822.973000', '163822.976000', '163822.992000', '163822.995000', '163822.998000', '163823.002000', '163823.005000', '163823.008000', '163823.011000', '163823.013000', '163823.016000', '163823.019000', '163823.022000', '163823.025000', '163823.027000', '163823.030000', '163823.033000', '163823.036000', '163823.039000', '163823.041000', '163823.044000', '163823.047000', '163823.050000', '163823.053000', '163823.055000', '163823.058000', '163823.061000', '163842.924000', '163842.927000', '163842.930000', '163842.933000', '163842.935000', '163842.938000', '163842.941000', '163842.944000', '163842.947000', '163842.950000', '163842.952000', '163842.955000', '163842.958000', '163842.961000', '163842.964000', '163842.966000', '163842.969000', '163842.972000', '163842.975000', '163842.978000', '163842.981000', '163842.983000', '163842.986000', '163842.989000', '163842.992000', '163842.995000', '163842.998000', '163843.001000', '163843.004000', '163843.007000', '163843.010000', '163843.013000', '163843.016000', '163843.018000', '163843.021000', '163843.024000', '163843.027000', '163843.030000', '163843.032000', '163843.035000', '163843.038000', '163843.041000', '163843.044000', '163843.046000', '163902.924000', '163902.927000', '163902.930000', '163902.933000', '163902.935000', '163902.938000', '163902.941000', '163902.944000', '163902.947000', '163902.949000', '163902.952000', '163902.955000', '163902.958000', '163902.961000', '163902.964000', '163902.967000', '163902.970000', '163902.973000', '163902.976000', '163902.978000', '163902.981000', '163902.984000', '163902.987000', '163902.990000', '163902.992000', '163902.995000', '163902.998000', '163903.002000', '163903.005000', '163903.007000', '163903.010000', '163903.013000', '163903.016000', '163903.019000', '163903.022000', '163903.024000', '163903.027000', '163903.030000', '163903.033000', '163903.036000', '163903.038000', '163903.041000', '163903.044000', '163922.924000', '163922.927000', '163922.930000', '163922.932000', '163922.935000', '163922.938000', '163922.941000', '163922.944000', '163922.946000', '163922.949000', '163922.952000', '163922.955000', '163922.958000', '163922.961000', '163922.964000', '163922.966000', '163922.969000', '163922.972000', '163922.975000', '163922.978000', '163922.981000', '163922.983000', '163922.986000', '163922.989000', '163922.992000', '163922.995000', '163922.998000', '163923.001000', '163923.004000', '163923.007000', '163923.010000', '163923.013000', '163923.016000', '163923.018000', '163923.021000', '163923.024000', '163923.027000', '163923.030000', '163923.033000', '163923.035000', '163923.038000', '163923.041000', '163923.044000', '163923.046000', '163942.924000', '163942.927000', '163942.930000', '163942.933000', '163942.936000', '163942.939000', '163942.942000', '163942.945000', '163942.947000', '163942.950000', '163942.953000', '163942.956000', '163942.959000', '163942.962000', '163942.964000', '163942.967000', '163942.970000', '163942.973000', '163942.976000', '163942.979000', '163942.981000', '163942.984000', '163942.987000', '163942.990000', '163942.993000', '163942.996000', '163943.000000', '163943.003000', '163943.006000', '163943.009000', '163943.012000', '163943.014000', '163943.017000', '163943.020000', '163943.023000', '163943.026000', '163943.029000', '163943.031000', '163943.034000', '163943.037000', '163943.040000', '163943.043000', '163943.045000', '164002.937000', '164002.948000', '164002.951000', '164002.954000', '164002.957000', '164002.960000', '164002.962000', '164002.965000', '164002.968000', '164002.971000', '164002.974000', '164002.977000', '164002.980000', '164002.983000', '164002.986000', '164002.988000', '164002.991000', '164002.994000', '164002.997000', '164003.001000', '164003.003000', '164003.006000', '164003.009000', '164003.012000', '164003.015000', '164003.018000', '164003.020000', '164003.023000', '164003.026000', '164003.029000', '164003.032000', '164003.035000', '164003.037000', '164003.040000', '164003.043000', '164003.046000', '164003.049000', '164003.052000', '164003.055000', '164003.057000', '164003.060000', '164003.063000', '164003.066000', '164003.069000', '164022.924000', '164022.927000', '164022.930000', '164022.932000', '164022.935000', '164022.938000', '164022.941000', '164022.944000', '164022.947000', '164022.950000', '164022.952000', '164022.955000', '164022.958000', '164022.961000', '164022.964000', '164022.967000', '164022.970000', '164022.972000', '164022.975000', '164022.978000', '164022.981000', '164022.984000', '164022.987000', '164022.990000', '164022.992000', '164022.995000', '164022.998000', '164023.002000', '164023.005000', '164023.008000', '164023.011000', '164023.014000', '164023.017000', '164023.020000', '164023.022000', '164023.025000', '164023.028000', '164023.031000', '164023.034000', '164023.036000', '164023.039000', '164023.042000', '164023.048000', '164042.924000', '164042.927000', '164042.930000', '164042.933000', '164042.936000', '164042.939000', '164042.942000', '164042.944000', '164042.947000', '164042.950000', '164042.953000', '164042.956000', '164042.959000', '164042.962000', '164042.965000', '164042.967000', '164042.971000', '164042.973000', '164042.976000', '164042.979000', '164042.982000', '164042.985000', '164042.988000', '164042.990000', '164042.993000', '164042.996000', '164043.000000', '164043.003000', '164043.006000', '164043.009000', '164043.011000', '164043.014000', '164043.017000', '164043.020000', '164043.023000', '164043.026000', '164043.028000', '164043.031000', '164043.034000', '164043.037000', '164043.040000', '164043.042000', '164043.045000', '164043.048000', '164102.924000', '164102.927000', '164102.930000', '164102.933000', '164102.936000', '164102.938000', '164102.941000', '164102.944000', '164102.947000', '164102.950000', '164102.953000', '164102.955000', '164102.958000', '164102.961000', '164102.964000', '164102.967000', '164102.971000', '164102.974000', '164102.976000', '164102.979000', '164102.982000', '164102.985000', '164102.988000', '164102.991000', '164102.993000', '164102.996000', '164103.000000', '164103.003000', '164103.006000', '164103.009000', '164103.012000', '164103.015000', '164103.018000', '164103.020000', '164103.024000', '164103.027000', '164103.029000', '164103.032000', '164103.037000', '164103.041000', '164103.044000', '164103.047000', '164103.050000', '164122.924000', '164122.927000', '164122.930000', '164122.933000', '164122.936000', '164122.938000', '164122.941000', '164122.944000', '164122.947000', '164122.950000', '164122.969000', '164122.971000', '164122.974000', '164122.977000', '164122.980000', '164122.983000', '164122.985000', '164122.988000', '164122.991000', '164122.994000', '164123.000000', '164123.003000', '164123.005000', '164123.008000', '164123.011000', '164123.014000', '164123.017000', '164123.020000', '164123.022000', '164123.025000', '164123.028000', '164123.031000', '164123.034000', '164123.036000', '164123.039000', '164123.042000', '164123.045000', '164123.048000', '164123.050000', '164123.053000', '164123.056000', '164123.059000', '164123.062000', '164123.065000', '164142.924000', '164142.927000', '164142.930000', '164142.933000', '164142.935000', '164142.938000', '164142.941000', '164142.944000', '164142.947000', '164142.950000', '164142.952000', '164142.955000', '164142.958000', '164142.961000', '164142.964000', '164142.967000', '164142.969000', '164142.972000', '164142.975000', '164142.978000', '164142.981000', '164142.984000', '164142.986000', '164142.989000', '164142.992000', '164142.995000', '164142.998000', '164143.002000', '164143.005000', '164143.008000', '164143.010000', '164143.013000', '164143.016000', '164143.019000', '164143.022000', '164143.025000', '164143.027000', '164143.030000', '164143.033000', '164143.036000', '164143.039000', '164143.041000', '164143.044000', '164202.924000', '164202.927000', '164202.930000', '164202.932000', '164202.935000', '164202.938000', '164202.941000', '164202.944000', '164202.946000', '164202.949000', '164202.952000', '164202.955000', '164202.958000', '164202.961000', '164202.964000', '164202.966000', '164202.969000', '164202.972000', '164202.975000', '164202.978000', '164202.980000', '164202.983000', '164202.986000', '164202.989000', '164202.992000', '164202.995000', '164202.997000', '164203.001000', '164203.004000', '164203.007000', '164203.010000', '164203.013000', '164203.015000', '164203.018000', '164203.021000', '164203.024000', '164203.027000', '164203.030000', '164203.032000', '164203.035000', '164203.038000', '164203.041000', '164203.044000', '164203.046000', '164222.924000', '164222.927000', '164222.930000', '164222.932000', '164222.935000', '164222.938000', '164222.941000', '164222.944000', '164222.947000', '164222.949000', '164222.952000', '164222.955000', '164222.958000', '164222.961000', '164222.963000', '164222.966000', '164222.969000', '164222.972000', '164222.975000', '164222.978000', '164222.980000', '164222.983000', '164222.986000', '164222.989000', '164222.992000', '164222.995000', '164222.997000', '164223.001000', '164223.004000', '164223.008000', '164223.011000', '164223.014000', '164223.016000', '164223.019000', '164223.022000', '164223.025000', '164223.028000', '164223.031000', '164223.033000', '164223.036000', '164223.039000', '164223.042000', '164223.045000', '164242.924000', '164242.929000', '164242.932000', '164242.935000', '164242.937000', '164242.940000', '164242.943000', '164242.946000', '164242.949000', '164242.951000', '164242.954000', '164242.957000', '164242.960000', '164242.963000', '164242.966000', '164242.968000', '164242.972000', '164242.975000', '164242.978000', '164242.981000', '164242.984000', '164243.000000', '164243.003000', '164243.006000', '164243.008000', '164243.011000', '164243.014000', '164243.017000', '164243.020000', '164243.022000', '164243.025000', '164243.028000', '164243.031000', '164243.034000', '164243.036000', '164243.039000', '164243.042000', '164243.045000', '164243.048000', '164243.051000', '164243.053000', '164243.056000', '164243.059000', '164243.062000', '164302.924000', '164302.927000', '164302.930000', '164302.933000', '164302.935000', '164302.938000', '164302.941000', '164302.944000', '164302.947000', '164302.950000', '164302.952000', '164302.964000', '164302.966000', '164302.969000', '164302.972000', '164302.975000', '164302.978000', '164302.981000', '164302.984000', '164302.987000', '164302.990000', '164302.992000', '164302.995000', '164302.998000', '164303.002000', '164303.005000', '164303.008000', '164303.010000', '164303.013000', '164303.016000', '164303.019000', '164303.022000', '164303.025000', '164303.027000', '164303.030000', '164303.034000', '164303.036000', '164303.039000', '164303.042000', '164303.045000', '164303.048000', '164303.050000', '164303.053000', '164322.924000', '164322.927000', '164322.930000', '164322.933000', '164322.935000', '164322.938000', '164322.941000', '164322.944000', '164322.947000', '164322.949000', '164322.952000', '164322.955000', '164322.958000', '164322.961000', '164322.964000', '164322.966000', '164322.969000', '164322.972000', '164322.975000', '164322.978000', '164322.981000', '164322.983000', '164322.986000', '164322.989000', '164322.992000', '164322.995000', '164322.997000', '164323.001000', '164323.004000', '164323.007000', '164323.010000', '164323.012000', '164323.015000', '164323.018000', '164323.021000', '164323.024000', '164323.027000', '164323.029000', '164323.032000', '164323.035000', '164323.044000', '164323.047000', '164323.050000', '164323.053000', '164342.924000', '164342.927000', '164342.930000', '164342.933000', '164342.936000', '164342.939000', '164342.942000', '164342.944000', '164342.947000', '164342.950000', '164342.953000', '164342.956000', '164342.958000', '164342.961000', '164342.964000', '164342.967000', '164342.970000', '164342.972000', '164342.975000', '164342.978000', '164342.981000', '164342.984000', '164342.987000', '164342.990000', '164342.992000', '164342.995000', '164342.998000', '164343.002000', '164343.005000', '164343.007000', '164343.010000', '164343.013000', '164343.016000', '164343.019000', '164343.022000', '164343.024000', '164343.027000', '164343.030000', '164343.033000', '164343.036000', '164343.039000', '164343.041000', '164343.045000', '164402.924000', '164402.927000', '164402.930000', '164402.933000', '164402.935000', '164402.938000', '164402.941000', '164402.944000', '164402.947000', '164402.950000', '164402.952000', '164402.955000', '164402.958000', '164402.961000', '164402.964000', '164402.967000', '164402.970000', '164402.973000', '164402.986000', '164402.989000', '164402.991000', '164402.994000', '164402.997000', '164403.001000', '164403.004000', '164403.006000', '164403.009000', '164403.012000', '164403.023000', '164403.026000', '164403.029000', '164403.031000', '164403.034000', '164403.037000', '164403.040000', '164403.043000', '164403.045000', '164403.048000', '164403.051000', '164403.054000', '164403.057000', '164403.059000', '164403.062000', '164403.065000', '164422.924000', '164422.927000', '164422.930000', '164422.933000', '164422.936000', '164422.939000', '164422.941000', '164422.944000', '164422.947000', '164422.950000', '164422.953000', '164422.956000', '164422.959000', '164422.962000', '164422.965000', '164422.967000', '164422.970000', '164422.973000', '164422.976000', '164422.979000', '164422.982000', '164422.985000', '164422.988000', '164422.991000', '164422.993000', '164422.996000', '164423.000000', '164423.003000', '164423.006000', '164423.009000', '164423.012000', '164423.015000', '164423.018000', '164423.021000', '164423.023000', '164423.026000', '164423.029000', '164423.032000', '164423.035000', '164423.038000', '164423.041000', '164423.044000', '164423.046000', '164442.924000', '164442.927000', '164442.930000', '164442.933000', '164442.935000', '164442.938000', '164442.941000', '164442.944000', '164442.947000', '164442.950000', '164442.953000', '164442.956000', '164442.959000', '164442.961000', '164442.964000', '164442.967000', '164442.970000', '164442.973000', '164442.976000', '164442.979000', '164442.982000', '164442.984000', '164442.987000', '164442.990000', '164442.993000', '164442.996000', '164443.000000', '164443.003000', '164443.005000', '164443.008000', '164443.011000', '164443.014000', '164443.017000', '164443.020000', '164443.022000', '164443.025000', '164443.028000', '164443.031000', '164443.034000', '164443.036000', '164443.039000', '164443.042000', '164443.045000', '164502.924000', '164502.928000', '164502.931000', '164502.934000', '164502.936000', '164502.939000', '164502.942000', '164502.945000', '164502.948000', '164502.951000', '164502.954000', '164502.957000', '164502.960000', '164502.962000', '164502.965000', '164502.968000', '164502.971000', '164502.974000', '164502.977000', '164502.980000', '164502.983000', '164502.986000', '164502.989000', '164502.992000', '164502.995000', '164502.998000', '164503.002000', '164503.005000', '164503.008000', '164503.011000', '164503.014000', '164503.017000', '164503.020000', '164503.023000', '164503.026000', '164503.028000', '164503.031000', '164503.034000', '164503.037000', '164503.040000', '164503.043000', '164503.046000', '164503.049000', '164503.052000', '164504.123000', '164504.126000', '164504.129000'], 'InstanceCreationTime': ['163602.961000', '163602.965000', '163602.968000', '163602.971000', '163602.974000', '163602.977000', '163602.980000', '163602.982000', '163602.985000', '163602.988000', '163602.991000', '163602.994000', '163602.997000', '163603.001000', '163603.004000', '163603.007000', '163603.010000', '163603.013000', '163603.015000', '163603.018000', '163603.021000', '163603.024000', '163603.026000', '163603.029000', '163603.032000', '163603.035000', '163603.038000', '163603.041000', '163603.044000', '163603.046000', '163603.049000', '163603.052000', '163622.925000', '163622.928000', '163622.930000', '163622.933000', '163622.936000', '163622.939000', '163622.951000', '163622.954000', '163622.957000', '163622.960000', '163622.962000', '163622.965000', '163622.968000', '163622.971000', '163622.973000', '163622.976000', '163622.979000', '163622.982000', '163622.984000', '163622.987000', '163622.990000', '163622.993000', '163622.996000', '163623.000000', '163623.002000', '163623.005000', '163623.008000', '163623.011000', '163623.014000', '163623.016000', '163623.019000', '163623.022000', '163623.025000', '163623.027000', '163623.030000', '163623.033000', '163623.036000', '163623.038000', '163623.041000', '163623.044000', '163623.047000', '163623.050000', '163623.052000', '163623.055000', '163642.924000', '163642.927000', '163642.929000', '163642.932000', '163642.935000', '163642.938000', '163642.941000', '163642.943000', '163642.946000', '163642.949000', '163642.952000', '163642.955000', '163642.958000', '163642.960000', '163642.963000', '163642.966000', '163642.969000', '163642.971000', '163642.974000', '163642.977000', '163642.980000', '163642.983000', '163642.997000', '163643.001000', '163643.004000', '163643.013000', '163643.016000', '163643.019000', '163643.021000', '163643.024000', '163643.027000', '163643.030000', '163643.033000', '163643.036000', '163643.039000', '163643.041000', '163643.044000', '163643.047000', '163643.050000', '163643.053000', '163643.055000', '163643.058000', '163643.061000', '163702.924000', '163702.927000', '163702.930000', '163702.932000', '163702.935000', '163702.938000', '163702.941000', '163702.944000', '163702.947000', '163702.949000', '163702.953000', '163702.955000', '163702.958000', '163702.961000', '163702.964000', '163702.967000', '163702.970000', '163702.972000', '163702.975000', '163702.978000', '163702.981000', '163702.984000', '163702.987000', '163702.989000', '163702.992000', '163702.995000', '163702.998000', '163703.001000', '163703.004000', '163703.007000', '163703.010000', '163703.013000', '163703.015000', '163703.018000', '163703.021000', '163703.024000', '163703.027000', '163703.029000', '163703.032000', '163703.035000', '163703.038000', '163703.041000', '163703.044000', '163703.046000', '163722.924000', '163722.927000', '163722.930000', '163722.932000', '163722.935000', '163722.938000', '163722.941000', '163722.944000', '163722.946000', '163722.949000', '163722.952000', '163722.955000', '163722.958000', '163722.960000', '163722.963000', '163722.966000', '163722.969000', '163722.972000', '163722.974000', '163722.977000', '163722.980000', '163722.983000', '163722.986000', '163722.988000', '163722.991000', '163722.994000', '163722.997000', '163723.001000', '163723.003000', '163723.006000', '163723.009000', '163723.012000', '163723.015000', '163723.018000', '163723.020000', '163723.023000', '163723.026000', '163723.029000', '163723.032000', '163723.034000', '163723.037000', '163723.040000', '163723.043000', '163742.924000', '163742.927000', '163742.930000', '163742.934000', '163742.937000', '163742.940000', '163742.943000', '163742.946000', '163742.949000', '163742.952000', '163742.954000', '163742.957000', '163742.960000', '163742.963000', '163742.966000', '163742.969000', '163742.971000', '163742.974000', '163742.977000', '163742.980000', '163742.983000', '163742.986000', '163742.989000', '163742.992000', '163742.995000', '163742.998000', '163743.001000', '163743.004000', '163743.007000', '163743.010000', '163743.013000', '163743.015000', '163743.018000', '163743.021000', '163743.024000', '163743.027000', '163743.030000', '163743.033000', '163743.035000', '163743.038000', '163743.041000', '163743.044000', '163743.047000', '163802.924000', '163802.927000', '163802.930000', '163802.932000', '163802.935000', '163802.938000', '163802.941000', '163802.944000', '163802.947000', '163802.950000', '163802.953000', '163802.955000', '163802.958000', '163802.961000', '163802.964000', '163802.967000', '163802.970000', '163802.973000', '163802.976000', '163802.979000', '163802.982000', '163802.984000', '163802.987000', '163802.990000', '163802.993000', '163802.996000', '163803.000000', '163803.002000', '163803.005000', '163803.008000', '163803.011000', '163803.014000', '163803.017000', '163803.019000', '163803.022000', '163803.025000', '163803.028000', '163803.031000', '163803.034000', '163803.036000', '163803.039000', '163803.042000', '163803.045000', '163803.047000', '163822.924000', '163822.927000', '163822.930000', '163822.933000', '163822.936000', '163822.938000', '163822.941000', '163822.944000', '163822.947000', '163822.950000', '163822.955000', '163822.958000', '163822.961000', '163822.964000', '163822.967000', '163822.970000', '163822.973000', '163822.976000', '163822.992000', '163822.995000', '163822.998000', '163823.002000', '163823.005000', '163823.008000', '163823.011000', '163823.013000', '163823.016000', '163823.019000', '163823.022000', '163823.025000', '163823.027000', '163823.030000', '163823.033000', '163823.036000', '163823.039000', '163823.041000', '163823.044000', '163823.047000', '163823.050000', '163823.053000', '163823.055000', '163823.058000', '163823.061000', '163842.924000', '163842.927000', '163842.930000', '163842.933000', '163842.935000', '163842.938000', '163842.941000', '163842.944000', '163842.947000', '163842.950000', '163842.952000', '163842.955000', '163842.958000', '163842.961000', '163842.964000', '163842.966000', '163842.969000', '163842.972000', '163842.975000', '163842.978000', '163842.981000', '163842.983000', '163842.986000', '163842.989000', '163842.992000', '163842.995000', '163842.998000', '163843.001000', '163843.004000', '163843.007000', '163843.010000', '163843.013000', '163843.016000', '163843.018000', '163843.021000', '163843.024000', '163843.027000', '163843.030000', '163843.032000', '163843.035000', '163843.038000', '163843.041000', '163843.044000', '163843.046000', '163902.924000', '163902.927000', '163902.930000', '163902.933000', '163902.935000', '163902.938000', '163902.941000', '163902.944000', '163902.947000', '163902.949000', '163902.952000', '163902.955000', '163902.958000', '163902.961000', '163902.964000', '163902.967000', '163902.970000', '163902.973000', '163902.976000', '163902.978000', '163902.981000', '163902.984000', '163902.987000', '163902.990000', '163902.992000', '163902.995000', '163902.998000', '163903.002000', '163903.005000', '163903.007000', '163903.010000', '163903.013000', '163903.016000', '163903.019000', '163903.022000', '163903.024000', '163903.027000', '163903.030000', '163903.033000', '163903.036000', '163903.038000', '163903.041000', '163903.044000', '163922.924000', '163922.927000', '163922.930000', '163922.932000', '163922.935000', '163922.938000', '163922.941000', '163922.944000', '163922.946000', '163922.949000', '163922.952000', '163922.955000', '163922.958000', '163922.961000', '163922.964000', '163922.966000', '163922.969000', '163922.972000', '163922.975000', '163922.978000', '163922.981000', '163922.983000', '163922.986000', '163922.989000', '163922.992000', '163922.995000', '163922.998000', '163923.001000', '163923.004000', '163923.007000', '163923.010000', '163923.013000', '163923.016000', '163923.018000', '163923.021000', '163923.024000', '163923.027000', '163923.030000', '163923.033000', '163923.035000', '163923.038000', '163923.041000', '163923.044000', '163923.046000', '163942.924000', '163942.927000', '163942.930000', '163942.933000', '163942.936000', '163942.939000', '163942.942000', '163942.945000', '163942.947000', '163942.950000', '163942.953000', '163942.956000', '163942.959000', '163942.962000', '163942.964000', '163942.967000', '163942.970000', '163942.973000', '163942.976000', '163942.979000', '163942.981000', '163942.984000', '163942.987000', '163942.990000', '163942.993000', '163942.996000', '163943.000000', '163943.003000', '163943.006000', '163943.009000', '163943.012000', '163943.014000', '163943.017000', '163943.020000', '163943.023000', '163943.026000', '163943.029000', '163943.031000', '163943.034000', '163943.037000', '163943.040000', '163943.043000', '163943.045000', '164002.937000', '164002.948000', '164002.951000', '164002.954000', '164002.957000', '164002.960000', '164002.962000', '164002.965000', '164002.968000', '164002.971000', '164002.974000', '164002.977000', '164002.980000', '164002.983000', '164002.986000', '164002.988000', '164002.991000', '164002.994000', '164002.997000', '164003.001000', '164003.003000', '164003.006000', '164003.009000', '164003.012000', '164003.015000', '164003.018000', '164003.020000', '164003.023000', '164003.026000', '164003.029000', '164003.032000', '164003.035000', '164003.037000', '164003.040000', '164003.043000', '164003.046000', '164003.049000', '164003.052000', '164003.055000', '164003.057000', '164003.060000', '164003.063000', '164003.066000', '164003.069000', '164022.924000', '164022.927000', '164022.930000', '164022.932000', '164022.935000', '164022.938000', '164022.941000', '164022.944000', '164022.947000', '164022.950000', '164022.952000', '164022.955000', '164022.958000', '164022.961000', '164022.964000', '164022.967000', '164022.970000', '164022.972000', '164022.975000', '164022.978000', '164022.981000', '164022.984000', '164022.987000', '164022.990000', '164022.992000', '164022.995000', '164022.998000', '164023.002000', '164023.005000', '164023.008000', '164023.011000', '164023.014000', '164023.017000', '164023.020000', '164023.022000', '164023.025000', '164023.028000', '164023.031000', '164023.034000', '164023.036000', '164023.039000', '164023.042000', '164023.048000', '164042.924000', '164042.927000', '164042.930000', '164042.933000', '164042.936000', '164042.939000', '164042.942000', '164042.944000', '164042.947000', '164042.950000', '164042.953000', '164042.956000', '164042.959000', '164042.962000', '164042.965000', '164042.967000', '164042.971000', '164042.973000', '164042.976000', '164042.979000', '164042.982000', '164042.985000', '164042.988000', '164042.990000', '164042.993000', '164042.996000', '164043.000000', '164043.003000', '164043.006000', '164043.009000', '164043.011000', '164043.014000', '164043.017000', '164043.020000', '164043.023000', '164043.026000', '164043.028000', '164043.031000', '164043.034000', '164043.037000', '164043.040000', '164043.042000', '164043.045000', '164043.048000', '164102.924000', '164102.927000', '164102.930000', '164102.933000', '164102.936000', '164102.938000', '164102.941000', '164102.944000', '164102.947000', '164102.950000', '164102.953000', '164102.955000', '164102.958000', '164102.961000', '164102.964000', '164102.967000', '164102.971000', '164102.974000', '164102.976000', '164102.979000', '164102.982000', '164102.985000', '164102.988000', '164102.991000', '164102.993000', '164102.996000', '164103.000000', '164103.003000', '164103.006000', '164103.009000', '164103.012000', '164103.015000', '164103.018000', '164103.020000', '164103.024000', '164103.027000', '164103.029000', '164103.032000', '164103.037000', '164103.041000', '164103.044000', '164103.047000', '164103.050000', '164122.924000', '164122.927000', '164122.930000', '164122.933000', '164122.936000', '164122.938000', '164122.941000', '164122.944000', '164122.947000', '164122.950000', '164122.969000', '164122.971000', '164122.974000', '164122.977000', '164122.980000', '164122.983000', '164122.985000', '164122.988000', '164122.991000', '164122.994000', '164123.000000', '164123.003000', '164123.005000', '164123.008000', '164123.011000', '164123.014000', '164123.017000', '164123.020000', '164123.022000', '164123.025000', '164123.028000', '164123.031000', '164123.034000', '164123.036000', '164123.039000', '164123.042000', '164123.045000', '164123.048000', '164123.050000', '164123.053000', '164123.056000', '164123.059000', '164123.062000', '164123.065000', '164142.924000', '164142.927000', '164142.930000', '164142.933000', '164142.935000', '164142.938000', '164142.941000', '164142.944000', '164142.947000', '164142.950000', '164142.952000', '164142.955000', '164142.958000', '164142.961000', '164142.964000', '164142.967000', '164142.969000', '164142.972000', '164142.975000', '164142.978000', '164142.981000', '164142.984000', '164142.986000', '164142.989000', '164142.992000', '164142.995000', '164142.998000', '164143.002000', '164143.005000', '164143.008000', '164143.010000', '164143.013000', '164143.016000', '164143.019000', '164143.022000', '164143.025000', '164143.027000', '164143.030000', '164143.033000', '164143.036000', '164143.039000', '164143.041000', '164143.044000', '164202.924000', '164202.927000', '164202.930000', '164202.932000', '164202.935000', '164202.938000', '164202.941000', '164202.944000', '164202.946000', '164202.949000', '164202.952000', '164202.955000', '164202.958000', '164202.961000', '164202.964000', '164202.966000', '164202.969000', '164202.972000', '164202.975000', '164202.978000', '164202.980000', '164202.983000', '164202.986000', '164202.989000', '164202.992000', '164202.995000', '164202.997000', '164203.001000', '164203.004000', '164203.007000', '164203.010000', '164203.013000', '164203.015000', '164203.018000', '164203.021000', '164203.024000', '164203.027000', '164203.030000', '164203.032000', '164203.035000', '164203.038000', '164203.041000', '164203.044000', '164203.046000', '164222.924000', '164222.927000', '164222.930000', '164222.932000', '164222.935000', '164222.938000', '164222.941000', '164222.944000', '164222.947000', '164222.949000', '164222.952000', '164222.955000', '164222.958000', '164222.961000', '164222.963000', '164222.966000', '164222.969000', '164222.972000', '164222.975000', '164222.978000', '164222.980000', '164222.983000', '164222.986000', '164222.989000', '164222.992000', '164222.995000', '164222.997000', '164223.001000', '164223.004000', '164223.008000', '164223.011000', '164223.014000', '164223.016000', '164223.019000', '164223.022000', '164223.025000', '164223.028000', '164223.031000', '164223.033000', '164223.036000', '164223.039000', '164223.042000', '164223.045000', '164242.924000', '164242.929000', '164242.932000', '164242.935000', '164242.937000', '164242.940000', '164242.943000', '164242.946000', '164242.949000', '164242.951000', '164242.954000', '164242.957000', '164242.960000', '164242.963000', '164242.966000', '164242.968000', '164242.972000', '164242.975000', '164242.978000', '164242.981000', '164242.984000', '164243.000000', '164243.003000', '164243.006000', '164243.008000', '164243.011000', '164243.014000', '164243.017000', '164243.020000', '164243.022000', '164243.025000', '164243.028000', '164243.031000', '164243.034000', '164243.036000', '164243.039000', '164243.042000', '164243.045000', '164243.048000', '164243.051000', '164243.053000', '164243.056000', '164243.059000', '164243.062000', '164302.924000', '164302.927000', '164302.930000', '164302.933000', '164302.935000', '164302.938000', '164302.941000', '164302.944000', '164302.947000', '164302.950000', '164302.952000', '164302.964000', '164302.966000', '164302.969000', '164302.972000', '164302.975000', '164302.978000', '164302.981000', '164302.984000', '164302.987000', '164302.990000', '164302.992000', '164302.995000', '164302.998000', '164303.002000', '164303.005000', '164303.008000', '164303.010000', '164303.013000', '164303.016000', '164303.019000', '164303.022000', '164303.025000', '164303.027000', '164303.030000', '164303.034000', '164303.036000', '164303.039000', '164303.042000', '164303.045000', '164303.048000', '164303.050000', '164303.053000', '164322.924000', '164322.927000', '164322.930000', '164322.933000', '164322.935000', '164322.938000', '164322.941000', '164322.944000', '164322.947000', '164322.949000', '164322.952000', '164322.955000', '164322.958000', '164322.961000', '164322.964000', '164322.966000', '164322.969000', '164322.972000', '164322.975000', '164322.978000', '164322.981000', '164322.983000', '164322.986000', '164322.989000', '164322.992000', '164322.995000', '164322.997000', '164323.001000', '164323.004000', '164323.007000', '164323.010000', '164323.012000', '164323.015000', '164323.018000', '164323.021000', '164323.024000', '164323.027000', '164323.029000', '164323.032000', '164323.035000', '164323.044000', '164323.047000', '164323.050000', '164323.053000', '164342.924000', '164342.927000', '164342.930000', '164342.933000', '164342.936000', '164342.939000', '164342.942000', '164342.944000', '164342.947000', '164342.950000', '164342.953000', '164342.956000', '164342.958000', '164342.961000', '164342.964000', '164342.967000', '164342.970000', '164342.972000', '164342.975000', '164342.978000', '164342.981000', '164342.984000', '164342.987000', '164342.990000', '164342.992000', '164342.995000', '164342.998000', '164343.002000', '164343.005000', '164343.007000', '164343.010000', '164343.013000', '164343.016000', '164343.019000', '164343.022000', '164343.024000', '164343.027000', '164343.030000', '164343.033000', '164343.036000', '164343.039000', '164343.041000', '164343.045000', '164402.924000', '164402.927000', '164402.930000', '164402.933000', '164402.935000', '164402.938000', '164402.941000', '164402.944000', '164402.947000', '164402.950000', '164402.952000', '164402.955000', '164402.958000', '164402.961000', '164402.964000', '164402.967000', '164402.970000', '164402.973000', '164402.986000', '164402.989000', '164402.991000', '164402.994000', '164402.997000', '164403.001000', '164403.004000', '164403.006000', '164403.009000', '164403.012000', '164403.023000', '164403.026000', '164403.029000', '164403.031000', '164403.034000', '164403.037000', '164403.040000', '164403.043000', '164403.045000', '164403.048000', '164403.051000', '164403.054000', '164403.057000', '164403.059000', '164403.062000', '164403.065000', '164422.924000', '164422.927000', '164422.930000', '164422.933000', '164422.936000', '164422.939000', '164422.941000', '164422.944000', '164422.947000', '164422.950000', '164422.953000', '164422.956000', '164422.959000', '164422.962000', '164422.965000', '164422.967000', '164422.970000', '164422.973000', '164422.976000', '164422.979000', '164422.982000', '164422.985000', '164422.988000', '164422.991000', '164422.993000', '164422.996000', '164423.000000', '164423.003000', '164423.006000', '164423.009000', '164423.012000', '164423.015000', '164423.018000', '164423.021000', '164423.023000', '164423.026000', '164423.029000', '164423.032000', '164423.035000', '164423.038000', '164423.041000', '164423.044000', '164423.046000', '164442.924000', '164442.927000', '164442.930000', '164442.933000', '164442.935000', '164442.938000', '164442.941000', '164442.944000', '164442.947000', '164442.950000', '164442.953000', '164442.956000', '164442.959000', '164442.961000', '164442.964000', '164442.967000', '164442.970000', '164442.973000', '164442.976000', '164442.979000', '164442.982000', '164442.984000', '164442.987000', '164442.990000', '164442.993000', '164442.996000', '164443.000000', '164443.003000', '164443.005000', '164443.008000', '164443.011000', '164443.014000', '164443.017000', '164443.020000', '164443.022000', '164443.025000', '164443.028000', '164443.031000', '164443.034000', '164443.036000', '164443.039000', '164443.042000', '164443.045000', '164502.924000', '164502.928000', '164502.931000', '164502.934000', '164502.936000', '164502.939000', '164502.942000', '164502.945000', '164502.948000', '164502.951000', '164502.954000', '164502.957000', '164502.960000', '164502.962000', '164502.965000', '164502.968000', '164502.971000', '164502.974000', '164502.977000', '164502.980000', '164502.983000', '164502.986000', '164502.989000', '164502.992000', '164502.995000', '164502.998000', '164503.002000', '164503.005000', '164503.008000', '164503.011000', '164503.014000', '164503.017000', '164503.020000', '164503.023000', '164503.026000', '164503.028000', '164503.031000', '164503.034000', '164503.037000', '164503.040000', '164503.043000', '164503.046000', '164503.049000', '164503.052000', '164504.123000', '164504.126000', '164504.129000'], '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': [10478, 15244, 11159, 8439, 15032, 10457, 9690, 14592, 10678, 12667, 10621, 8345, 13985, 9807, 9330, 13354, 9040, 10815, 9422, 8219, 14460, 10552, 8003, 11750, 8376, 10845, 9682, 8029, 15221, 10844, 7808, 11676, 8542, 13009, 10921, 8562, 14875, 10290, 10855, 10743, 8456, 15991, 11749, 15092, 11581, 8384, 14072, 9319, 9576, 11934, 8549, 14880, 9371, 8026, 11476, 8412, 14308, 11164, 8416, 12668, 8526, 13608, 9937, 8565, 14113, 9763, 8630, 9086, 8258, 13739, 9707, 11065, 11350, 8401, 13491, 9244, 12159, 10679, 8428, 14004, 8735, 9317, 9318, 8236, 14617, 10325, 8289, 10359, 8442, 12705, 9873, 8883, 14226, 9418, 12134, 9639, 8258, 12732, 9318, 14770, 11351, 8300, 12033, 8745, 9204, 11700, 8958, 14672, 9668, 8020, 11912, 8936, 14639, 11098, 8471, 12153, 8439, 11620, 10870, 8129, 13950, 8801, 7474, 11019, 8414, 14214, 10578, 8184, 11476, 8164, 9840, 10012, 7924, 14732, 9876, 8556, 10790, 8005, 15292, 10993, 8459, 12558, 8455, 8982, 10580, 8319, 15012, 11143, 8525, 12163, 8776, 11698, 11536, 8950, 16546, 10686, 11352, 10528, 8443, 15174, 10781, 16069, 11230, 8160, 12054, 8591, 11641, 10406, 8044, 13303, 8560, 7888, 10636, 8246, 15554, 11162, 8582, 11620, 8210, 12745, 9931, 8065, 13921, 10010, 8601, 10090, 8190, 10156, 10062, 8187, 15704, 11725, 8524, 12431, 8772, 14278, 11418, 9059, 16418, 10041, 10213, 10512, 8566, 16231, 11266, 8308, 11001, 8491, 12085, 9964, 8503, 15319, 10257, 8214, 11144, 8583, 13973, 10962, 8679, 15442, 10229, 9743, 10504, 8652, 14924, 10300, 8554, 12485, 8049, 8042, 10476, 8412, 11984, 11263, 8282, 13337, 8892, 8140, 12094, 9341, 13689, 10889, 8355, 12338, 8790, 8367, 12869, 8950, 8768, 9054, 7925, 12491, 9862, 7984, 13678, 9143, 8649, 11051, 8280, 15570, 11618, 8605, 12666, 8707, 9235, 10467, 8525, 15474, 11230, 8126, 11925, 8825, 8611, 12491, 9302, 10604, 9806, 8109, 13173, 9830, 8337, 14379, 10360, 7982, 10624, 8273, 9612, 10735, 8290, 13601, 10140, 7997, 13165, 9426, 8102, 14587, 10351, 7890, 11366, 8712, 8954, 13086, 9525, 10047, 10627, 8332, 11010, 11821, 8615, 11122, 11526, 8376, 10525, 11017, 8378, 9126, 13001, 10140, 11024, 12110, 8563, 8681, 11129, 8887, 12910, 12244, 8539, 9956, 10872, 9198, 9576, 10127, 8153, 9325, 11609, 9283, 12013, 11660, 8240, 12509, 10423, 8469, 15731, 11792, 8796, 11993, 8440, 11919, 10900, 8498, 18200, 10826, 8187, 12201, 8841, 8933, 13964, 9803, 14850, 10655, 8610, 13265, 10023, 16993, 12397, 8936, 11705, 8463, 14209, 9901, 8309, 14026, 8987, 8912, 8808, 8285, 13442, 9491, 8259, 11959, 8443, 11731, 9541, 8800, 13053, 9075, 15126, 9827, 10533, 9751, 8793, 14565, 9982, 10811, 8799, 8423, 12350, 9163, 8580, 12608, 8387, 8776, 9618, 8117, 14296, 10146, 10092, 11034, 7970, 13534, 9462, 14445, 11313, 9547, 10036, 8125, 10690, 9289, 8037, 13376, 9554, 8607, 13878, 9264, 9134, 9781, 8412, 14081, 10264, 15398, 11965, 8885, 11228, 8265, 14407, 9648, 9136, 11432, 8250, 13792, 8235, 7971, 9180, 8120, 13586, 9618, 8688, 9761, 8186, 12689, 8628, 14670, 10834, 9779, 11639, 7816, 12984, 8926, 10771, 10046, 8160, 14084, 9331, 11282, 9004, 7686, 12645, 9607, 10257, 10092, 7795, 13423, 9434, 10925, 11520, 8795, 15614, 10125, 11495, 10442, 8346, 14926, 10711, 14178, 9396, 7813, 11297, 7992, 15025, 11214, 10052, 10137, 8118, 12976, 9019, 14060, 10529, 8956, 12013, 7986, 13487, 9065, 9330, 10386, 8246, 14832, 10104, 14263, 9759, 9881, 10342, 8092, 14565, 10199, 14541, 9180, 7661, 10761, 7978, 14318, 10474, 8856, 10268, 8031, 13226, 9008, 11544, 10632, 8206, 13938, 9258, 12471, 9995, 7898, 14067, 10426, 14828, 11516, 7963, 11551, 8640, 9895, 10003, 7901, 14396, 9476, 14179, 9943, 10823, 10625, 9033, 14749, 10071, 15538, 10099, 9898, 10719, 8188, 15160, 10083, 11130, 9364, 7840, 12669, 9439, 13580, 10531, 8218, 12443, 8695, 10643, 10714, 8254, 14889, 10175, 12895, 10100, 8973, 12388, 9198, 15323, 10258, 10003, 10433, 8078, 14903, 10660, 8030, 11228, 8405, 11630, 10021, 8328, 15145, 10545, 10887, 10346, 8409, 14409, 9654, 11765, 9819, 8025, 11987, 8671, 9338, 10886, 8223, 14373, 10118, 11672, 9957, 8309, 12957, 9510, 16620, 11526, 10002, 9362, 8274, 12717, 9300, 15922, 11131, 8099, 10253, 8173, 13421, 9844, 7879, 11593, 8116, 9594, 9558, 8635, 14894, 10740, 12219, 10030, 8635, 14858, 10833, 15685, 11704, 8684, 13771, 9079, 8475, 10790, 8333, 14664, 9551, 8337, 10921, 8255, 10667, 10244, 8216, 13149, 8327, 9369, 10072, 7650, 14782, 10179, 7938, 11704, 8373, 7734, 10051, 8406, 10587, 9936, 7931, 12862, 8914, 8117, 11486, 8680, 15690, 10429, 8465, 10662, 8280, 14566, 10316, 8502, 11521, 7858, 11373, 9130, 8012, 14148, 10309, 8097, 11235, 8212, 9460, 10318, 8353, 15082, 12013, 10497, 9739, 8327, 13814, 9658, 15637, 11795, 9277, 12414, 8400, 10102, 9794, 8110, 14724, 10152, 8931, 9976, 8109, 14171, 10235, 15258, 11416, 8587, 10722, 8176, 14351, 10239, 12668, 10520, 8215, 11421, 8140, 14016, 10064, 9303, 10716, 7807, 12918, 8964, 10740, 10304, 7898, 13322, 8794, 13517, 10379, 8754, 13487, 9881, 16504, 10260, 8011, 11237, 8184, 14451, 10976, 10949, 11227, 8036, 13844, 9451, 11248, 10641, 8268, 14474, 9467, 11475, 10038, 8125, 13528, 9947, 13256, 10511, 8129, 11757, 8364, 13491, 10716, 8331, 12548, 8169, 14027, 9495, 9422, 11845, 8467, 14416, 9475, 8780, 10869, 8076, 15293, 11655, 8600, 11379, 8354, 12960, 10338, 7982, 13959, 8787, 8173, 10614, 8051, 15633, 10737, 8445, 11799, 8196, 8631, 10486, 8595, 13945, 10691, 8339, 13269, 9440, 12781, 11717, 11803, 17092, 11328, 16446, 10453, 9008, 13501, 9945, 14308, 9785, 8342, 12093, 8424, 9358, 11800, 8013, 13259, 9120, 9468, 10972, 8391, 13939, 9391, 13638, 9993, 9070, 12419, 8973, 15196, 9618, 7958, 10596, 8194, 13655, 10457, 8049, 11826, 7969, 14023, 10006, 11323, 10931, 8421, 12729, 8528, 14310, 10101, 9152, 12647, 8024, 13682, 9133, 8228, 11044, 8289, 14603, 10513, 8306, 10801, 8133, 14732, 10892, 8407, 12063, 8664, 9934, 10489, 8341, 15023, 9978, 10016, 10569, 8258, 14409, 9747, 9668, 11529, 8623, 17650, 9892, 10305, 12613, 8801, 9260, 10006, 8014, 9601, 9335, 7976, 14858, 10707, 8088, 11660, 8614, 7900, 11293, 8928, 14909, 10805, 8250, 11475, 8180, 11399, 10156, 7885, 12446, 8312, 7424, 10539, 8034, 10383, 10091, 7890, 10047, 9467, 8395, 9024, 10801, 9054, 14075, 12547, 8138, 17019, 10774, 10986, 14474, 13583, 19375, 13001, 9565, 12314, 8996, 18274, 12136, 9465, 11198, 8197, 12221, 9520, 8623, 13766, 9587, 9460, 9492, 8286, 13675, 9449, 10210, 11504, 7983, 13410, 8913, 9114, 10342, 8476, 15710, 10078, 16589, 9575, 8819, 10606, 8197, 14615, 9729, 9295, 9370, 8288, 13128, 9129, 8584, 10271, 7988, 11896, 8787, 8528, 13238, 9396, 13220, 9750, 8238, 12506, 8800, 16424, 11319, 12411, 9989, 8317, 12818, 8769, 10617, 9121, 8271, 12625, 8128, 9766, 8452, 7786, 10537, 8277, 13134, 9452, 9519, 9660, 8356, 11862, 8558, 12030, 10011, 8434, 12655, 8074, 10544, 8703, 8624, 13076, 8982, 7916, 9550, 8071, 12796, 9866, 9414, 14704, 10455, 17144, 10589, 10404, 12375, 10309, 19991, 13074, 9436, 10916, 8362, 13831, 10230, 8734, 11480, 8240, 8945, 9634, 8624, 14450, 10224, 13731, 9152, 8403, 10683, 8476, 13405, 9235, 8173, 10163, 8026, 8979, 8633, 8128, 12589, 9226, 8409, 9771, 8207, 12489, 9412, 8220, 13199, 9113, 9415, 10757, 8120, 9116, 9920, 8588, 12123, 10669, 8237, 13696, 9399, 8504, 12126, 9241, 14721, 10959, 8704, 11361, 8237, 13792, 10048, 8440, 12244, 8255, 11004, 8903, 8433, 12862, 9168, 12169, 9294, 8115, 12023, 8664, 15017, 11349, 8811, 9924, 8035, 13308, 9259, 13195, 10923, 8851, 12168, 8704, 11511, 9262, 8376, 12996, 9103, 8832, 8747, 8168, 13006, 9254, 10085, 11217, 8098, 12789, 9131, 9316, 11862, 7999, 15532, 9546, 8822, 10796, 8403, 15873, 10643, 8253, 10128, 8059, 14435, 10512, 8552, 11809, 8763, 8552, 10180, 8508, 15017, 11797, 9935, 10464, 8226, 16006, 10514, 9880, 16306, 9924, 9760, 9606, 8336, 14995, 10789, 8749, 10570, 7956, 11549, 9580, 8628, 13714, 9501, 7736, 9488, 8339, 14103, 10052, 8409, 11982, 8523, 8870, 9691, 8604, 15731, 10932, 8612, 10964, 9092], 'WindowCenter': [3849.0, 3875.0, 3829.0, 3794.0, 3844.0, 3802.0, 3791.0, 3832.0, 3799.0, 3809.0, 3787.0, 3766.0, 3818.0, 3788.0, 3779.0, 3820.0, 3778.0, 3798.0, 3776.0, 3779.0, 3831.0, 3800.0, 3768.0, 3809.0, 3779.0, 3800.0, 3790.0, 3780.0, 3832.0, 3801.0, 3769.0, 3811.0, 3791.0, 3822.0, 3812.0, 3780.0, 3833.0, 3801.0, 3800.0, 3799.0, 3768.0, 3831.0, 3810.0, 3831.0, 3797.0, 3765.0, 3817.0, 3778.0, 3787.0, 3808.0, 3777.0, 3830.0, 3777.0, 3767.0, 3798.0, 3780.0, 3831.0, 3799.0, 3767.0, 3809.0, 3777.0, 3818.0, 3787.0, 3777.0, 3819.0, 3788.0, 3777.0, 3776.0, 3778.0, 3821.0, 3790.0, 3810.0, 3799.0, 3767.0, 3819.0, 3778.0, 3810.0, 3798.0, 3766.0, 3819.0, 3777.0, 3776.0, 3776.0, 3779.0, 3832.0, 3801.0, 3779.0, 3799.0, 3778.0, 3820.0, 3800.0, 3789.0, 3832.0, 3789.0, 3809.0, 3787.0, 3767.0, 3819.0, 3789.0, 3829.0, 3798.0, 3766.0, 3807.0, 3777.0, 3788.0, 3808.0, 3777.0, 3830.0, 3787.0, 3767.0, 3808.0, 3789.0, 3830.0, 3798.0, 3765.0, 3796.0, 3766.0, 3797.0, 3797.0, 3765.0, 3818.0, 3776.0, 3756.0, 3798.0, 3778.0, 3819.0, 3799.0, 3777.0, 3809.0, 3778.0, 3799.0, 3799.0, 3778.0, 3831.0, 3788.0, 3778.0, 3798.0, 3779.0, 3831.0, 3799.0, 3778.0, 3809.0, 3778.0, 3778.0, 3799.0, 3779.0, 3830.0, 3810.0, 3779.0, 3809.0, 3780.0, 3810.0, 3810.0, 3778.0, 3843.0, 3799.0, 3797.0, 3786.0, 3766.0, 3829.0, 3798.0, 3828.0, 3796.0, 3764.0, 3806.0, 3776.0, 3807.0, 3797.0, 3766.0, 3819.0, 3777.0, 3767.0, 3799.0, 3780.0, 3842.0, 3811.0, 3779.0, 3809.0, 3778.0, 3819.0, 3788.0, 3779.0, 3832.0, 3801.0, 3790.0, 3800.0, 3780.0, 3801.0, 3802.0, 3792.0, 3844.0, 3822.0, 3780.0, 3821.0, 3779.0, 3831.0, 3810.0, 3777.0, 3831.0, 3787.0, 3787.0, 3786.0, 3777.0, 3828.0, 3797.0, 3765.0, 3784.0, 3764.0, 3806.0, 3786.0, 3775.0, 3829.0, 3786.0, 3765.0, 3795.0, 3777.0, 3818.0, 3786.0, 3764.0, 3818.0, 3785.0, 3773.0, 3783.0, 3764.0, 3816.0, 3784.0, 3763.0, 3806.0, 3764.0, 3764.0, 3796.0, 3777.0, 3808.0, 3797.0, 3766.0, 3817.0, 3777.0, 3766.0, 3808.0, 3776.0, 3817.0, 3796.0, 3764.0, 3807.0, 3776.0, 3776.0, 3818.0, 3777.0, 3776.0, 3775.0, 3778.0, 3820.0, 3799.0, 3778.0, 3831.0, 3789.0, 3778.0, 3809.0, 3779.0, 3841.0, 3809.0, 3777.0, 3808.0, 3776.0, 3776.0, 3797.0, 3777.0, 3829.0, 3797.0, 3766.0, 3807.0, 3777.0, 3777.0, 3808.0, 3788.0, 3798.0, 3787.0, 3767.0, 3819.0, 3799.0, 3779.0, 3830.0, 3799.0, 3767.0, 3798.0, 3778.0, 3790.0, 3810.0, 3779.0, 3832.0, 3799.0, 3779.0, 3831.0, 3792.0, 3780.0, 3832.0, 3801.0, 3780.0, 3810.0, 3790.0, 3791.0, 3822.0, 3790.0, 3801.0, 3800.0, 3780.0, 3811.0, 3822.0, 3791.0, 3811.0, 3810.0, 3780.0, 3811.0, 3811.0, 3780.0, 3802.0, 3833.0, 3801.0, 3811.0, 3811.0, 3780.0, 3778.0, 3811.0, 3791.0, 3822.0, 3811.0, 3778.0, 3799.0, 3799.0, 3791.0, 3801.0, 3800.0, 3768.0, 3791.0, 3813.0, 3803.0, 3824.0, 3812.0, 3780.0, 3822.0, 3800.0, 3782.0, 3843.0, 3812.0, 3779.0, 3809.0, 3767.0, 3809.0, 3799.0, 3778.0, 3842.0, 3798.0, 3767.0, 3808.0, 3779.0, 3789.0, 3821.0, 3789.0, 3820.0, 3787.0, 3766.0, 3808.0, 3788.0, 3830.0, 3797.0, 3765.0, 3795.0, 3754.0, 3806.0, 3786.0, 3764.0, 3807.0, 3764.0, 3776.0, 3775.0, 3777.0, 3820.0, 3789.0, 3778.0, 3810.0, 3778.0, 3809.0, 3789.0, 3790.0, 3820.0, 3778.0, 3830.0, 3787.0, 3786.0, 3775.0, 3777.0, 3819.0, 3787.0, 3796.0, 3764.0, 3765.0, 3808.0, 3789.0, 3778.0, 3823.0, 3793.0, 3806.0, 3804.0, 3780.0, 3832.0, 3800.0, 3788.0, 3785.0, 3754.0, 3806.0, 3788.0, 3819.0, 3798.0, 3777.0, 3774.0, 3754.0, 3786.0, 3777.0, 3766.0, 3819.0, 3788.0, 3777.0, 3819.0, 3776.0, 3775.0, 3774.0, 3765.0, 3818.0, 3789.0, 3817.0, 3796.0, 3763.0, 3783.0, 3752.0, 3803.0, 3773.0, 3763.0, 3794.0, 3752.0, 3805.0, 3752.0, 3752.0, 3773.0, 3767.0, 3818.0, 3788.0, 3778.0, 3787.0, 3767.0, 3808.0, 3778.0, 3830.0, 3799.0, 3788.0, 3799.0, 3755.0, 3807.0, 3778.0, 3797.0, 3788.0, 3777.0, 3820.0, 3788.0, 3798.0, 3777.0, 3769.0, 3822.0, 3802.0, 3801.0, 3801.0, 3770.0, 3832.0, 3792.0, 3812.0, 3812.0, 3779.0, 3832.0, 3800.0, 3798.0, 3798.0, 3778.0, 3831.0, 3799.0, 3819.0, 3776.0, 3756.0, 3796.0, 3767.0, 3830.0, 3799.0, 3788.0, 3787.0, 3766.0, 3809.0, 3777.0, 3818.0, 3798.0, 3777.0, 3808.0, 3766.0, 3819.0, 3777.0, 3777.0, 3789.0, 3767.0, 3831.0, 3788.0, 3819.0, 3777.0, 3787.0, 3787.0, 3767.0, 3830.0, 3787.0, 3818.0, 3776.0, 3756.0, 3797.0, 3779.0, 3830.0, 3800.0, 3790.0, 3799.0, 3769.0, 3820.0, 3790.0, 3812.0, 3801.0, 3780.0, 3832.0, 3790.0, 3820.0, 3789.0, 3768.0, 3831.0, 3800.0, 3831.0, 3799.0, 3767.0, 3808.0, 3779.0, 3801.0, 3801.0, 3780.0, 3833.0, 3801.0, 3832.0, 3800.0, 3812.0, 3802.0, 3789.0, 3832.0, 3788.0, 3829.0, 3789.0, 3788.0, 3798.0, 3777.0, 3830.0, 3798.0, 3798.0, 3788.0, 3767.0, 3820.0, 3790.0, 3820.0, 3799.0, 3779.0, 3820.0, 3779.0, 3811.0, 3800.0, 3779.0, 3832.0, 3799.0, 3809.0, 3787.0, 3777.0, 3808.0, 3776.0, 3829.0, 3786.0, 3785.0, 3785.0, 3766.0, 3828.0, 3787.0, 3765.0, 3797.0, 3766.0, 3797.0, 3788.0, 3777.0, 3830.0, 3798.0, 3797.0, 3785.0, 3765.0, 3818.0, 3786.0, 3796.0, 3786.0, 3765.0, 3796.0, 3778.0, 3789.0, 3799.0, 3777.0, 3830.0, 3798.0, 3808.0, 3786.0, 3777.0, 3819.0, 3787.0, 3829.0, 3797.0, 3786.0, 3775.0, 3765.0, 3807.0, 3776.0, 3828.0, 3797.0, 3764.0, 3786.0, 3776.0, 3817.0, 3786.0, 3767.0, 3808.0, 3767.0, 3787.0, 3788.0, 3778.0, 3831.0, 3799.0, 3808.0, 3786.0, 3776.0, 3818.0, 3786.0, 3828.0, 3795.0, 3763.0, 3804.0, 3762.0, 3763.0, 3784.0, 3763.0, 3815.0, 3773.0, 3763.0, 3794.0, 3765.0, 3796.0, 3786.0, 3765.0, 3807.0, 3765.0, 3776.0, 3786.0, 3755.0, 3817.0, 3786.0, 3765.0, 3807.0, 3779.0, 3767.0, 3787.0, 3779.0, 3799.0, 3789.0, 3769.0, 3820.0, 3779.0, 3778.0, 3809.0, 3778.0, 3830.0, 3798.0, 3766.0, 3786.0, 3766.0, 3829.0, 3798.0, 3777.0, 3799.0, 3766.0, 3797.0, 3776.0, 3767.0, 3819.0, 3799.0, 3768.0, 3798.0, 3778.0, 3788.0, 3800.0, 3780.0, 3833.0, 3823.0, 3799.0, 3787.0, 3777.0, 3820.0, 3789.0, 3830.0, 3809.0, 3777.0, 3807.0, 3767.0, 3786.0, 3787.0, 3768.0, 3830.0, 3799.0, 3778.0, 3787.0, 3768.0, 3820.0, 3799.0, 3830.0, 3809.0, 3778.0, 3797.0, 3766.0, 3819.0, 3798.0, 3808.0, 3797.0, 3766.0, 3797.0, 3767.0, 3830.0, 3799.0, 3788.0, 3799.0, 3767.0, 3819.0, 3789.0, 3811.0, 3800.0, 3778.0, 3821.0, 3778.0, 3819.0, 3799.0, 3779.0, 3820.0, 3788.0, 3840.0, 3787.0, 3766.0, 3797.0, 3777.0, 3830.0, 3800.0, 3799.0, 3798.0, 3766.0, 3818.0, 3788.0, 3798.0, 3798.0, 3766.0, 3820.0, 3787.0, 3797.0, 3786.0, 3768.0, 3819.0, 3788.0, 3818.0, 3798.0, 3766.0, 3808.0, 3778.0, 3819.0, 3799.0, 3777.0, 3809.0, 3766.0, 3818.0, 3787.0, 3787.0, 3808.0, 3766.0, 3820.0, 3787.0, 3776.0, 3797.0, 3778.0, 3829.0, 3809.0, 3777.0, 3797.0, 3777.0, 3819.0, 3798.0, 3766.0, 3820.0, 3777.0, 3777.0, 3798.0, 3779.0, 3841.0, 3800.0, 3778.0, 3809.0, 3778.0, 3789.0, 3811.0, 3791.0, 3832.0, 3801.0, 3779.0, 3820.0, 3790.0, 3821.0, 3810.0, 3809.0, 3840.0, 3797.0, 3827.0, 3785.0, 3776.0, 3807.0, 3785.0, 3817.0, 3785.0, 3764.0, 3807.0, 3777.0, 3787.0, 3808.0, 3766.0, 3819.0, 3788.0, 3788.0, 3799.0, 3777.0, 3820.0, 3787.0, 3818.0, 3787.0, 3777.0, 3807.0, 3776.0, 3828.0, 3775.0, 3765.0, 3785.0, 3778.0, 3818.0, 3798.0, 3766.0, 3808.0, 3766.0, 3818.0, 3788.0, 3797.0, 3797.0, 3765.0, 3807.0, 3765.0, 3818.0, 3786.0, 3776.0, 3807.0, 3765.0, 3817.0, 3776.0, 3776.0, 3798.0, 3777.0, 3831.0, 3798.0, 3777.0, 3796.0, 3767.0, 3830.0, 3799.0, 3777.0, 3808.0, 3777.0, 3787.0, 3798.0, 3777.0, 3830.0, 3788.0, 3787.0, 3796.0, 3766.0, 3818.0, 3787.0, 3786.0, 3796.0, 3776.0, 3840.0, 3786.0, 3786.0, 3807.0, 3776.0, 3776.0, 3787.0, 3767.0, 3786.0, 3787.0, 3779.0, 3830.0, 3798.0, 3767.0, 3808.0, 3777.0, 3766.0, 3798.0, 3788.0, 3830.0, 3798.0, 3766.0, 3797.0, 3767.0, 3808.0, 3798.0, 3766.0, 3809.0, 3777.0, 3756.0, 3799.0, 3780.0, 3800.0, 3801.0, 3781.0, 3800.0, 3801.0, 3792.0, 3792.0, 3814.0, 3805.0, 3834.0, 3823.0, 3781.0, 3843.0, 3800.0, 3801.0, 3832.0, 3821.0, 3851.0, 3807.0, 3775.0, 3796.0, 3777.0, 3839.0, 3808.0, 3775.0, 3784.0, 3764.0, 3795.0, 3786.0, 3776.0, 3818.0, 3776.0, 3775.0, 3774.0, 3765.0, 3819.0, 3788.0, 3787.0, 3797.0, 3765.0, 3807.0, 3776.0, 3776.0, 3787.0, 3765.0, 3829.0, 3775.0, 3826.0, 3774.0, 3763.0, 3784.0, 3764.0, 3817.0, 3774.0, 3774.0, 3774.0, 3764.0, 3807.0, 3777.0, 3765.0, 3786.0, 3765.0, 3796.0, 3776.0, 3778.0, 3820.0, 3788.0, 3819.0, 3776.0, 3765.0, 3807.0, 3776.0, 3829.0, 3797.0, 3796.0, 3774.0, 3753.0, 3794.0, 3764.0, 3786.0, 3775.0, 3765.0, 3807.0, 3766.0, 3785.0, 3777.0, 3766.0, 3798.0, 3779.0, 3821.0, 3802.0, 3800.0, 3789.0, 3779.0, 3810.0, 3779.0, 3811.0, 3789.0, 3778.0, 3809.0, 3767.0, 3786.0, 3776.0, 3777.0, 3819.0, 3779.0, 3767.0, 3788.0, 3768.0, 3821.0, 3800.0, 3789.0, 3831.0, 3798.0, 3839.0, 3786.0, 3787.0, 3807.0, 3785.0, 3838.0, 3805.0, 3762.0, 3782.0, 3763.0, 3804.0, 3773.0, 3763.0, 3783.0, 3753.0, 3762.0, 3774.0, 3765.0, 3817.0, 3774.0, 3804.0, 3762.0, 3751.0, 3771.0, 3762.0, 3804.0, 3774.0, 3763.0, 3784.0, 3764.0, 3774.0, 3775.0, 3767.0, 3819.0, 3789.0, 3779.0, 3788.0, 3778.0, 3809.0, 3789.0, 3779.0, 3821.0, 3778.0, 3777.0, 3799.0, 3768.0, 3778.0, 3788.0, 3779.0, 3810.0, 3799.0, 3779.0, 3821.0, 3790.0, 3779.0, 3809.0, 3777.0, 3818.0, 3786.0, 3766.0, 3797.0, 3766.0, 3819.0, 3788.0, 3766.0, 3808.0, 3766.0, 3797.0, 3776.0, 3779.0, 3820.0, 3789.0, 3809.0, 3777.0, 3767.0, 3809.0, 3779.0, 3830.0, 3799.0, 3777.0, 3786.0, 3766.0, 3818.0, 3777.0, 3808.0, 3798.0, 3776.0, 3807.0, 3766.0, 3796.0, 3776.0, 3767.0, 3819.0, 3778.0, 3778.0, 3777.0, 3778.0, 3820.0, 3791.0, 3800.0, 3811.0, 3779.0, 3820.0, 3789.0, 3790.0, 3810.0, 3768.0, 3830.0, 3788.0, 3777.0, 3799.0, 3778.0, 3830.0, 3800.0, 3767.0, 3786.0, 3767.0, 3830.0, 3799.0, 3777.0, 3809.0, 3778.0, 3778.0, 3799.0, 3790.0, 3832.0, 3811.0, 3788.0, 3786.0, 3766.0, 3829.0, 3787.0, 3786.0, 3829.0, 3786.0, 3785.0, 3775.0, 3766.0, 3829.0, 3798.0, 3765.0, 3785.0, 3765.0, 3795.0, 3775.0, 3765.0, 3818.0, 3776.0, 3755.0, 3775.0, 3766.0, 3819.0, 3787.0, 3766.0, 3797.0, 3776.0, 3775.0, 3776.0, 3777.0, 3829.0, 3800.0, 3781.0, 3816.0, 3789.0], 'WindowWidth': [8641.0, 8666.0, 8591.0, 8536.0, 8599.0, 8541.0, 8525.0, 8579.0, 8531.0, 8545.0, 8512.0, 8482.0, 8552.0, 8514.0, 8502.0, 8559.0, 8502.0, 8526.0, 8496.0, 8506.0, 8576.0, 8534.0, 8490.0, 8544.0, 8504.0, 8532.0, 8521.0, 8509.0, 8581.0, 8536.0, 8493.0, 8548.0, 8524.0, 8567.0, 8554.0, 8509.0, 8584.0, 8537.0, 8533.0, 8529.0, 8489.0, 8577.0, 8546.0, 8574.0, 8524.0, 8480.0, 8551.0, 8500.0, 8513.0, 8541.0, 8498.0, 8574.0, 8498.0, 8485.0, 8528.0, 8508.0, 8577.0, 8531.0, 8487.0, 8542.0, 8497.0, 8554.0, 8513.0, 8500.0, 8556.0, 8514.0, 8498.0, 8497.0, 8502.0, 8563.0, 8523.0, 8548.0, 8533.0, 8488.0, 8556.0, 8501.0, 8546.0, 8529.0, 8485.0, 8560.0, 8499.0, 8497.0, 8498.0, 8506.0, 8579.0, 8537.0, 8506.0, 8532.0, 8504.0, 8563.0, 8536.0, 8520.0, 8580.0, 8518.0, 8544.0, 8513.0, 8486.0, 8559.0, 8520.0, 8574.0, 8528.0, 8484.0, 8537.0, 8500.0, 8515.0, 8544.0, 8500.0, 8575.0, 8512.0, 8486.0, 8542.0, 8520.0, 8575.0, 8528.0, 8482.0, 8521.0, 8484.0, 8525.0, 8525.0, 8481.0, 8555.0, 8496.0, 8470.0, 8528.0, 8504.0, 8558.0, 8531.0, 8501.0, 8544.0, 8503.0, 8533.0, 8533.0, 8505.0, 8579.0, 8517.0, 8502.0, 8527.0, 8508.0, 8578.0, 8534.0, 8502.0, 8545.0, 8502.0, 8502.0, 8532.0, 8506.0, 8577.0, 8548.0, 8506.0, 8545.0, 8509.0, 8549.0, 8550.0, 8504.0, 8596.0, 8530.0, 8526.0, 8509.0, 8484.0, 8571.0, 8528.0, 8571.0, 8521.0, 8478.0, 8533.0, 8499.0, 8540.0, 8528.0, 8484.0, 8558.0, 8501.0, 8487.0, 8533.0, 8511.0, 8593.0, 8550.0, 8505.0, 8545.0, 8503.0, 8558.0, 8517.0, 8508.0, 8581.0, 8538.0, 8522.0, 8534.0, 8510.0, 8538.0, 8542.0, 8529.0, 8601.0, 8569.0, 8510.0, 8563.0, 8508.0, 8579.0, 8548.0, 8502.0, 8579.0, 8513.0, 8511.0, 8510.0, 8499.0, 8571.0, 8524.0, 8481.0, 8504.0, 8478.0, 8538.0, 8510.0, 8495.0, 8572.0, 8511.0, 8481.0, 8520.0, 8499.0, 8554.0, 8510.0, 8478.0, 8555.0, 8506.0, 8488.0, 8499.0, 8478.0, 8549.0, 8506.0, 8477.0, 8537.0, 8478.0, 8480.0, 8525.0, 8502.0, 8543.0, 8528.0, 8484.0, 8554.0, 8498.0, 8487.0, 8542.0, 8499.0, 8554.0, 8522.0, 8480.0, 8538.0, 8497.0, 8498.0, 8555.0, 8499.0, 8498.0, 8496.0, 8504.0, 8561.0, 8534.0, 8505.0, 8578.0, 8519.0, 8503.0, 8546.0, 8509.0, 8594.0, 8548.0, 8501.0, 8542.0, 8498.0, 8496.0, 8526.0, 8501.0, 8573.0, 8527.0, 8483.0, 8539.0, 8501.0, 8502.0, 8544.0, 8515.0, 8529.0, 8513.0, 8487.0, 8558.0, 8532.0, 8507.0, 8576.0, 8532.0, 8489.0, 8530.0, 8503.0, 8522.0, 8548.0, 8508.0, 8581.0, 8534.0, 8507.0, 8579.0, 8527.0, 8511.0, 8583.0, 8538.0, 8509.0, 8548.0, 8525.0, 8526.0, 8568.0, 8524.0, 8539.0, 8535.0, 8511.0, 8552.0, 8569.0, 8525.0, 8550.0, 8549.0, 8510.0, 8552.0, 8551.0, 8510.0, 8541.0, 8585.0, 8539.0, 8552.0, 8550.0, 8508.0, 8503.0, 8549.0, 8525.0, 8566.0, 8550.0, 8504.0, 8533.0, 8533.0, 8525.0, 8537.0, 8533.0, 8491.0, 8524.0, 8556.0, 8546.0, 8573.0, 8553.0, 8510.0, 8565.0, 8536.0, 8514.0, 8597.0, 8552.0, 8504.0, 8543.0, 8486.0, 8543.0, 8530.0, 8501.0, 8594.0, 8528.0, 8486.0, 8541.0, 8505.0, 8520.0, 8563.0, 8517.0, 8561.0, 8512.0, 8483.0, 8542.0, 8516.0, 8575.0, 8526.0, 8477.0, 8517.0, 8461.0, 8535.0, 8507.0, 8478.0, 8537.0, 8476.0, 8493.0, 8491.0, 8499.0, 8561.0, 8518.0, 8504.0, 8548.0, 8504.0, 8544.0, 8519.0, 8522.0, 8562.0, 8501.0, 8576.0, 8512.0, 8508.0, 8494.0, 8499.0, 8556.0, 8512.0, 8522.0, 8477.0, 8481.0, 8541.0, 8519.0, 8505.0, 8572.0, 8533.0, 8555.0, 8549.0, 8509.0, 8579.0, 8536.0, 8515.0, 8506.0, 8462.0, 8536.0, 8515.0, 8559.0, 8529.0, 8498.0, 8488.0, 8463.0, 8509.0, 8498.0, 8484.0, 8557.0, 8516.0, 8499.0, 8559.0, 8497.0, 8493.0, 8490.0, 8479.0, 8554.0, 8516.0, 8554.0, 8522.0, 8474.0, 8499.0, 8457.0, 8526.0, 8487.0, 8474.0, 8517.0, 8458.0, 8531.0, 8459.0, 8459.0, 8488.0, 8486.0, 8555.0, 8516.0, 8502.0, 8514.0, 8487.0, 8542.0, 8503.0, 8575.0, 8532.0, 8515.0, 8528.0, 8468.0, 8537.0, 8499.0, 8524.0, 8514.0, 8500.0, 8561.0, 8516.0, 8527.0, 8500.0, 8495.0, 8566.0, 8542.0, 8539.0, 8537.0, 8496.0, 8580.0, 8527.0, 8553.0, 8554.0, 8507.0, 8582.0, 8533.0, 8528.0, 8527.0, 8502.0, 8575.0, 8530.0, 8557.0, 8494.0, 8470.0, 8524.0, 8488.0, 8575.0, 8533.0, 8515.0, 8511.0, 8484.0, 8542.0, 8499.0, 8556.0, 8530.0, 8500.0, 8542.0, 8485.0, 8557.0, 8500.0, 8499.0, 8517.0, 8486.0, 8576.0, 8515.0, 8557.0, 8499.0, 8511.0, 8513.0, 8488.0, 8572.0, 8512.0, 8556.0, 8496.0, 8470.0, 8526.0, 8506.0, 8575.0, 8535.0, 8521.0, 8531.0, 8492.0, 8560.0, 8523.0, 8553.0, 8537.0, 8507.0, 8579.0, 8521.0, 8561.0, 8517.0, 8492.0, 8577.0, 8535.0, 8578.0, 8532.0, 8486.0, 8543.0, 8507.0, 8539.0, 8539.0, 8510.0, 8586.0, 8538.0, 8579.0, 8536.0, 8553.0, 8539.0, 8520.0, 8582.0, 8517.0, 8573.0, 8517.0, 8517.0, 8529.0, 8501.0, 8576.0, 8529.0, 8529.0, 8516.0, 8488.0, 8561.0, 8523.0, 8562.0, 8534.0, 8506.0, 8562.0, 8507.0, 8551.0, 8536.0, 8506.0, 8581.0, 8532.0, 8545.0, 8513.0, 8502.0, 8543.0, 8498.0, 8573.0, 8510.0, 8507.0, 8505.0, 8484.0, 8569.0, 8512.0, 8483.0, 8525.0, 8485.0, 8527.0, 8515.0, 8501.0, 8576.0, 8529.0, 8526.0, 8507.0, 8481.0, 8555.0, 8511.0, 8523.0, 8509.0, 8481.0, 8524.0, 8504.0, 8520.0, 8534.0, 8502.0, 8577.0, 8531.0, 8541.0, 8511.0, 8502.0, 8558.0, 8514.0, 8575.0, 8527.0, 8510.0, 8493.0, 8483.0, 8540.0, 8498.0, 8572.0, 8525.0, 8480.0, 8508.0, 8499.0, 8554.0, 8512.0, 8487.0, 8542.0, 8488.0, 8516.0, 8518.0, 8504.0, 8579.0, 8534.0, 8545.0, 8510.0, 8495.0, 8556.0, 8511.0, 8568.0, 8519.0, 8473.0, 8531.0, 8472.0, 8476.0, 8503.0, 8476.0, 8549.0, 8490.0, 8475.0, 8518.0, 8482.0, 8523.0, 8511.0, 8481.0, 8539.0, 8480.0, 8497.0, 8509.0, 8468.0, 8551.0, 8510.0, 8482.0, 8541.0, 8505.0, 8489.0, 8513.0, 8506.0, 8533.0, 8520.0, 8492.0, 8560.0, 8505.0, 8505.0, 8546.0, 8504.0, 8577.0, 8529.0, 8483.0, 8509.0, 8485.0, 8571.0, 8530.0, 8500.0, 8529.0, 8485.0, 8524.0, 8496.0, 8489.0, 8560.0, 8532.0, 8491.0, 8530.0, 8504.0, 8517.0, 8534.0, 8511.0, 8583.0, 8570.0, 8533.0, 8514.0, 8501.0, 8560.0, 8520.0, 8576.0, 8545.0, 8499.0, 8539.0, 8485.0, 8512.0, 8514.0, 8490.0, 8575.0, 8532.0, 8502.0, 8514.0, 8491.0, 8562.0, 8533.0, 8576.0, 8544.0, 8501.0, 8525.0, 8485.0, 8558.0, 8531.0, 8541.0, 8526.0, 8483.0, 8525.0, 8487.0, 8575.0, 8534.0, 8517.0, 8532.0, 8489.0, 8558.0, 8521.0, 8551.0, 8536.0, 8505.0, 8564.0, 8505.0, 8559.0, 8532.0, 8505.0, 8561.0, 8516.0, 8590.0, 8514.0, 8485.0, 8526.0, 8501.0, 8575.0, 8536.0, 8531.0, 8531.0, 8486.0, 8556.0, 8516.0, 8531.0, 8529.0, 8485.0, 8562.0, 8511.0, 8526.0, 8509.0, 8490.0, 8558.0, 8516.0, 8557.0, 8528.0, 8485.0, 8542.0, 8504.0, 8560.0, 8532.0, 8502.0, 8545.0, 8485.0, 8556.0, 8515.0, 8515.0, 8543.0, 8485.0, 8561.0, 8514.0, 8498.0, 8528.0, 8505.0, 8574.0, 8545.0, 8500.0, 8527.0, 8502.0, 8559.0, 8531.0, 8486.0, 8561.0, 8502.0, 8501.0, 8529.0, 8508.0, 8593.0, 8537.0, 8504.0, 8546.0, 8505.0, 8520.0, 8552.0, 8526.0, 8582.0, 8539.0, 8507.0, 8563.0, 8523.0, 8567.0, 8549.0, 8544.0, 8590.0, 8524.0, 8567.0, 8508.0, 8497.0, 8538.0, 8508.0, 8554.0, 8507.0, 8479.0, 8539.0, 8501.0, 8515.0, 8544.0, 8486.0, 8558.0, 8517.0, 8517.0, 8532.0, 8501.0, 8561.0, 8514.0, 8554.0, 8513.0, 8500.0, 8540.0, 8496.0, 8571.0, 8495.0, 8480.0, 8508.0, 8505.0, 8558.0, 8529.0, 8486.0, 8543.0, 8485.0, 8557.0, 8518.0, 8528.0, 8528.0, 8482.0, 8538.0, 8481.0, 8556.0, 8512.0, 8497.0, 8541.0, 8482.0, 8554.0, 8497.0, 8500.0, 8529.0, 8501.0, 8577.0, 8529.0, 8500.0, 8525.0, 8490.0, 8575.0, 8534.0, 8502.0, 8543.0, 8502.0, 8515.0, 8531.0, 8502.0, 8578.0, 8515.0, 8513.0, 8524.0, 8484.0, 8556.0, 8513.0, 8512.0, 8525.0, 8497.0, 8591.0, 8509.0, 8509.0, 8540.0, 8497.0, 8497.0, 8511.0, 8487.0, 8511.0, 8512.0, 8507.0, 8576.0, 8529.0, 8488.0, 8543.0, 8500.0, 8486.0, 8528.0, 8517.0, 8574.0, 8528.0, 8485.0, 8525.0, 8486.0, 8543.0, 8529.0, 8484.0, 8545.0, 8501.0, 8471.0, 8532.0, 8509.0, 8534.0, 8539.0, 8512.0, 8533.0, 8539.0, 8529.0, 8528.0, 8560.0, 8551.0, 8588.0, 8572.0, 8511.0, 8597.0, 8535.0, 8537.0, 8580.0, 8563.0, 8607.0, 8539.0, 8493.0, 8521.0, 8500.0, 8586.0, 8543.0, 8493.0, 8502.0, 8477.0, 8519.0, 8509.0, 8495.0, 8555.0, 8496.0, 8493.0, 8491.0, 8479.0, 8556.0, 8515.0, 8512.0, 8526.0, 8480.0, 8538.0, 8495.0, 8496.0, 8512.0, 8482.0, 8573.0, 8493.0, 8563.0, 8489.0, 8474.0, 8504.0, 8476.0, 8552.0, 8489.0, 8488.0, 8489.0, 8478.0, 8537.0, 8498.0, 8480.0, 8508.0, 8481.0, 8523.0, 8497.0, 8504.0, 8561.0, 8517.0, 8557.0, 8497.0, 8481.0, 8537.0, 8497.0, 8572.0, 8526.0, 8521.0, 8487.0, 8459.0, 8514.0, 8476.0, 8509.0, 8494.0, 8479.0, 8537.0, 8482.0, 8506.0, 8498.0, 8486.0, 8529.0, 8506.0, 8565.0, 8541.0, 8536.0, 8519.0, 8506.0, 8547.0, 8506.0, 8549.0, 8518.0, 8502.0, 8546.0, 8487.0, 8510.0, 8497.0, 8502.0, 8557.0, 8505.0, 8488.0, 8517.0, 8490.0, 8564.0, 8537.0, 8519.0, 8580.0, 8529.0, 8586.0, 8508.0, 8511.0, 8538.0, 8506.0, 8584.0, 8532.0, 8472.0, 8498.0, 8476.0, 8531.0, 8488.0, 8472.0, 8500.0, 8461.0, 8471.0, 8489.0, 8480.0, 8551.0, 8491.0, 8530.0, 8469.0, 8453.0, 8481.0, 8472.0, 8531.0, 8490.0, 8474.0, 8504.0, 8480.0, 8493.0, 8495.0, 8489.0, 8560.0, 8520.0, 8505.0, 8516.0, 8503.0, 8545.0, 8518.0, 8506.0, 8566.0, 8500.0, 8501.0, 8532.0, 8490.0, 8502.0, 8515.0, 8507.0, 8548.0, 8533.0, 8507.0, 8563.0, 8522.0, 8504.0, 8544.0, 8500.0, 8555.0, 8510.0, 8483.0, 8524.0, 8485.0, 8557.0, 8515.0, 8484.0, 8541.0, 8484.0, 8525.0, 8497.0, 8504.0, 8559.0, 8518.0, 8544.0, 8499.0, 8485.0, 8545.0, 8505.0, 8575.0, 8533.0, 8500.0, 8509.0, 8482.0, 8552.0, 8501.0, 8541.0, 8528.0, 8495.0, 8537.0, 8482.0, 8521.0, 8496.0, 8487.0, 8557.0, 8504.0, 8501.0, 8501.0, 8504.0, 8563.0, 8527.0, 8537.0, 8552.0, 8507.0, 8560.0, 8519.0, 8522.0, 8549.0, 8489.0, 8577.0, 8515.0, 8500.0, 8532.0, 8504.0, 8577.0, 8533.0, 8487.0, 8510.0, 8489.0, 8575.0, 8531.0, 8501.0, 8545.0, 8502.0, 8501.0, 8533.0, 8522.0, 8583.0, 8552.0, 8516.0, 8510.0, 8482.0, 8572.0, 8513.0, 8510.0, 8572.0, 8509.0, 8506.0, 8493.0, 8483.0, 8572.0, 8529.0, 8481.0, 8506.0, 8479.0, 8519.0, 8494.0, 8480.0, 8556.0, 8495.0, 8466.0, 8493.0, 8485.0, 8557.0, 8514.0, 8483.0, 8525.0, 8496.0, 8493.0, 8496.0, 8501.0, 8572.0, 8534.0, 8512.0, 8565.0, 8518.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.0001603231151615576</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017252577547638776</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.671433067529016</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1681556883333342</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9961187392868978</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5033</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3563.7617</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07955832285159553</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.7456503728251864</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5838350275664737</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.558765211721556</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7685510249016905</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.424188846076173</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00689114</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008777201175689697</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030459843575954437</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.590112119230124</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>18.336</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9713</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.8994</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297400.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1049.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.2669</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7661</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.601</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2941.4651</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3131.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79144.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>812.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3960.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.1121</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.906982474029064</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> |