=== 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-0006 --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-0006",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 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-0006_ses-04_task-alignvideo_acq-mb8_run-01_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-0006_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_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-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_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-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_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-0006/ses-04/func/sub-0006_ses-04_task-alignvideo_acq-mb8_run-01_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>6bf2fd7dbb6f67ecc22c1c9d61644ebf</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>11:03:38.405000</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.999756, -0.0166272, 0.0145345, 0.0188472, 0.985418, -0.169101]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0972083</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7707, -7285, 591, -78, -79, -18, 97]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>241.165</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0f81597a-6e1e-49ae-a178-d1ba66877fe6||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.6822726726531982, 0.05056553706526756, 0.031079381704330444, 110.27706909179688], [0.044609569013118744, 2.643805503845215, -0.45720213651657104, -83.22198486328125], [0.03899500519037247, 0.45368677377700806, 2.6608269214630127, -81.53295135498047], [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, 1268]</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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'AcquisitionTime': ['110338.405000', '110338.865000', '110339.325000', '110339.785000', '110340.245000', '110340.705000', '110341.165000', '110341.625000', '110342.085000', '110342.545000', '110343.005000', '110343.465000', '110343.925000', '110344.385000', '110344.845000', '110345.305000', '110345.765000', '110346.225000', '110346.685000', '110347.145000', '110347.605000', '110348.065000', '110348.525000', '110348.985000', '110349.445000', '110349.905000', '110350.365000', '110350.825000', '110351.285000', '110351.745000', '110352.205000', '110352.665000', '110353.125000', '110353.585000', '110354.045000', '110354.505000', '110354.965000', '110355.425000', '110355.885000', '110356.345000', '110356.805000', '110357.265000', '110357.725000', '110358.185000', '110358.645000', '110359.105000', '110359.565000', '110400.025000', '110400.485000', '110400.945000', '110401.405000', '110401.865000', '110402.325000', '110402.785000', '110403.245000', '110403.705000', '110404.165000', '110404.625000', '110405.085000', '110405.545000', '110406.005000', '110406.465000', '110406.925000', '110407.385000', '110407.845000', '110408.305000', '110408.765000', '110409.225000', '110409.685000', '110410.145000', '110410.605000', '110411.065000', '110411.525000', '110411.985000', '110412.445000', '110412.905000', '110413.365000', '110413.825000', '110414.285000', '110414.745000', '110415.205000', '110415.665000', '110416.125000', '110416.585000', '110417.045000', '110417.505000', '110417.965000', '110418.425000', '110418.885000', '110419.345000', '110419.805000', '110420.265000', '110420.725000', '110421.185000', '110421.645000', '110422.105000', '110422.565000', '110423.025000', '110423.485000', '110423.945000', '110424.405000', '110424.865000', '110425.325000', '110425.785000', '110426.245000', '110426.705000', '110427.165000', '110427.625000', '110428.085000', '110428.545000', '110429.005000', '110429.465000', '110429.925000', '110430.385000', '110430.845000', '110431.305000', '110431.765000', '110432.225000', '110432.685000', '110433.145000', '110433.605000', '110434.065000', '110434.525000', '110434.985000', '110435.445000', '110435.905000', '110436.365000', '110436.825000', '110437.285000', '110437.745000', '110438.205000', '110438.665000', '110439.125000', '110439.585000', '110440.045000', '110440.505000', '110440.965000', '110441.425000', '110441.885000', '110442.345000', '110442.805000', '110443.265000', '110443.725000', '110444.185000', '110444.645000', '110445.105000', '110445.565000', '110446.025000', '110446.485000', '110446.945000', '110447.405000', '110447.865000', '110448.325000', '110448.785000', '110449.245000', '110449.705000', '110450.165000', '110450.625000', '110451.085000', '110451.545000', '110452.005000', '110452.465000', '110452.925000', '110453.385000', '110453.845000', '110454.305000', '110454.765000', '110455.225000', '110455.685000', '110456.145000', '110456.605000', '110457.065000', '110457.525000', '110457.985000', '110458.445000', '110458.905000', '110459.365000', '110459.825000', '110500.285000', '110500.745000', '110501.205000', '110501.665000', '110502.125000', '110502.585000', '110503.045000', '110503.505000', '110503.965000', '110504.425000', '110504.885000', '110505.345000', '110505.805000', '110506.265000', '110506.725000', '110507.185000', '110507.645000', '110508.105000', '110508.565000', '110509.025000', '110509.485000', '110509.945000', '110510.405000', '110510.865000', '110511.325000', '110511.785000', '110512.245000', '110512.705000', '110513.165000', '110513.625000', '110514.085000', '110514.545000', '110515.005000', '110515.465000', '110515.925000', '110516.385000', '110516.845000', '110517.305000', '110517.765000', '110518.225000', '110518.685000', '110519.145000', '110519.605000', '110520.065000', '110520.525000', '110520.985000', '110521.445000', '110521.905000', '110522.365000', '110522.825000', '110523.285000', '110523.745000', '110524.205000', '110524.665000', '110525.125000', '110525.585000', '110526.045000', '110526.505000', '110526.965000', '110527.425000', '110527.885000', '110528.345000', '110528.805000', '110529.265000', '110529.725000', '110530.185000', '110530.645000', '110531.105000', '110531.565000', '110532.025000', '110532.485000', '110532.945000', '110533.405000', '110533.865000', '110534.325000', '110534.785000', '110535.245000', '110535.705000', '110536.165000', '110536.625000', '110537.085000', '110537.545000', '110538.005000', '110538.465000', '110538.925000', '110539.385000', '110539.845000', '110540.305000', '110540.765000', '110541.225000', '110541.685000', '110542.145000', '110542.605000', '110543.065000', '110543.525000', '110543.985000', '110544.445000', '110544.905000', '110545.365000', '110545.825000', '110546.285000', '110546.745000', '110547.205000', '110547.665000', '110548.125000', '110548.585000', '110549.045000', '110549.505000', '110549.965000', '110550.425000', '110550.885000', '110551.345000', '110551.805000', '110552.265000', '110552.725000', '110553.185000', '110553.645000', '110554.105000', '110554.565000', '110555.025000', '110555.485000', '110555.945000', '110556.405000', '110556.865000', '110557.325000', '110557.785000', '110558.245000', '110558.705000', '110559.165000', '110559.625000', '110600.085000', '110600.545000', '110601.005000', '110601.465000', '110601.925000', '110602.385000', '110602.845000', '110603.305000', '110603.765000', '110604.225000', '110604.685000', '110605.145000', '110605.605000', '110606.065000', '110606.525000', '110606.985000', '110607.445000', '110607.905000', '110608.365000', '110608.825000', '110609.285000', '110609.745000', '110610.205000', '110610.665000', '110611.125000', '110611.585000', '110612.045000', '110612.505000', '110612.965000', '110613.425000', '110613.885000', '110614.345000', '110614.805000', '110615.265000', '110615.725000', '110616.185000', '110616.645000', '110617.105000', '110617.565000', '110618.025000', '110618.485000', '110618.945000', '110619.405000', '110619.865000', '110620.325000', '110620.785000', '110621.245000', '110621.705000', '110622.165000', '110622.625000', '110623.085000', '110623.545000', '110624.005000', '110624.465000', '110624.925000', '110625.385000', '110625.845000', '110626.305000', '110626.765000', '110627.225000', '110627.685000', '110628.145000', '110628.605000', '110629.065000', '110629.525000', '110629.985000', '110630.445000', '110630.905000', '110631.365000', '110631.825000', '110632.285000', '110632.745000', '110633.205000', '110633.665000', '110634.125000', '110634.585000', '110635.045000', '110635.505000', '110635.965000', '110636.425000', '110636.885000', '110637.345000', '110637.805000', '110638.265000', '110638.725000', '110639.185000', '110639.645000', '110640.105000', '110640.565000', '110641.025000', '110641.485000', '110641.945000', '110642.405000', '110642.865000', '110643.325000', '110643.785000', '110644.245000', '110644.705000', '110645.165000', '110645.625000', '110646.085000', '110646.545000', '110647.005000', '110647.465000', '110647.925000', '110648.385000', '110648.845000', '110649.305000', '110649.765000', '110650.225000', '110650.685000', '110651.145000', '110651.605000', '110652.065000', '110652.525000', '110652.985000', '110653.445000', '110653.905000', '110654.365000', '110654.825000', '110655.285000', '110655.745000', '110656.205000', '110656.665000', '110657.125000', '110657.585000', '110658.045000', '110658.505000', '110658.965000', '110659.425000', '110659.885000', '110700.345000', '110700.805000', '110701.265000', '110701.725000', '110702.185000', '110702.645000', '110703.105000', '110703.565000', '110704.025000', '110704.485000', '110704.945000', '110705.405000', '110705.865000', '110706.325000', '110706.785000', '110707.245000', '110707.705000', '110708.165000', '110708.625000', '110709.085000', '110709.545000', '110710.005000', '110710.465000', '110710.925000', '110711.385000', '110711.845000', '110712.305000', '110712.765000', '110713.225000', '110713.685000', '110714.145000', '110714.605000', '110715.065000', '110715.525000', '110715.985000', '110716.445000', '110716.905000', '110717.365000', '110717.825000', '110718.285000', '110718.745000', '110719.205000', '110719.665000', '110720.125000', '110720.585000', '110721.045000', '110721.505000', '110721.965000', '110722.425000', '110722.885000', '110723.345000', '110723.805000', '110724.265000', '110724.725000', '110725.185000', '110725.645000', '110726.105000', '110726.565000', '110727.025000', '110727.485000', '110727.945000', '110728.405000', '110728.865000', '110729.325000', '110729.785000', '110730.245000', '110730.705000', '110731.165000', '110731.625000', '110732.085000', '110732.545000', '110733.005000', '110733.465000', '110733.925000', '110734.385000', '110734.845000', '110735.305000', '110735.765000', '110736.225000', '110736.685000', '110737.145000', '110737.605000', '110738.065000', '110738.525000', '110738.985000', '110739.445000', '110739.905000', '110740.365000', '110740.825000', '110741.285000', '110741.745000', '110742.205000', '110742.665000', '110743.125000', '110743.585000', '110744.045000', '110744.505000', '110744.965000', '110745.425000', '110745.885000', '110746.345000', '110746.805000', '110747.265000', '110747.725000', '110748.185000', '110748.645000', '110749.105000', '110749.565000', '110750.025000', '110750.485000', '110750.945000', '110751.405000', '110751.865000', '110752.325000', '110752.785000', '110753.245000', '110753.705000', '110754.165000', '110754.625000', '110755.085000', '110755.545000', '110756.005000', '110756.465000', '110756.925000', '110757.385000', '110757.845000', '110758.305000', '110758.765000', '110759.225000', '110759.685000', '110800.145000', '110800.605000', '110801.065000', '110801.525000', '110801.985000', '110802.445000', '110802.905000', '110803.365000', '110803.825000', '110804.285000', '110804.745000', '110805.205000', '110805.665000', '110806.125000', '110806.585000', '110807.045000', '110807.505000', '110807.965000', '110808.425000', '110808.885000', '110809.345000', '110809.805000', '110810.265000', '110810.725000', '110811.185000', '110811.645000', '110812.105000', '110812.565000', '110813.025000', '110813.485000', '110813.945000', '110814.405000', '110814.865000', '110815.325000', '110815.785000', '110816.245000', '110816.705000', '110817.165000', '110817.625000', '110818.085000', '110818.545000', '110819.005000', '110819.465000', '110819.925000', '110820.385000', '110820.845000', '110821.305000', '110821.765000', '110822.225000', '110822.685000', '110823.145000', '110823.605000', '110824.065000', '110824.525000', '110824.985000', '110825.445000', '110825.905000', '110826.365000', '110826.825000', '110827.285000', '110827.745000', '110828.205000', '110828.665000', '110829.125000', '110829.585000', '110830.045000', '110830.505000', '110830.965000', '110831.425000', '110831.885000', '110832.345000', '110832.805000', '110833.265000', '110833.725000', '110834.185000', '110834.645000', '110835.105000', '110835.565000', '110836.025000', '110836.485000', '110836.945000', '110837.405000', '110837.865000', '110838.325000', '110838.785000', '110839.245000', '110839.705000', '110840.165000', '110840.625000', '110841.085000', '110841.545000', '110842.005000', '110842.465000', '110842.925000', '110843.385000', '110843.845000', '110844.305000', '110844.765000', '110845.225000', '110845.685000', '110846.145000', '110846.605000', '110847.065000', '110847.525000', '110847.985000', '110848.445000', '110848.905000', '110849.365000', '110849.825000', '110850.285000', '110850.745000', '110851.205000', '110851.665000', '110852.125000', '110852.585000', '110853.045000', '110853.505000', '110853.965000', '110854.425000', '110854.885000', '110855.345000', '110855.805000', '110856.265000', '110856.725000', '110857.185000', '110857.645000', '110858.105000', '110858.565000', '110859.025000', '110859.485000', '110859.945000', '110900.405000', '110900.865000', '110901.325000', '110901.785000', '110902.245000', '110902.705000', '110903.165000', '110903.625000', '110904.085000', '110904.545000', '110905.005000', '110905.465000', '110905.925000', '110906.385000', '110906.845000', '110907.305000', '110907.765000', '110908.225000', '110908.685000', '110909.145000', '110909.605000', '110910.065000', '110910.525000', '110910.985000', '110911.445000', '110911.905000', '110912.365000', '110912.825000', '110913.285000', '110913.745000', '110914.205000', '110914.665000', '110915.125000', '110915.585000', '110916.045000', '110916.505000', '110916.965000', '110917.425000', '110917.885000', '110918.345000', '110918.805000', '110919.265000', '110919.725000', '110920.185000', '110920.645000', '110921.105000', '110921.565000', '110922.025000', '110922.485000', '110922.945000', '110923.405000', '110923.865000', '110924.325000', '110924.785000', '110925.245000', '110925.705000', '110926.165000', '110926.625000', '110927.085000', '110927.545000', '110928.005000', '110928.465000', '110928.925000', '110929.385000', '110929.845000', '110930.305000', '110930.765000', '110931.225000', '110931.685000', '110932.145000', '110932.605000', '110933.065000', '110933.525000', '110933.985000', '110934.445000', '110934.905000', '110935.365000', '110935.825000', '110936.285000', '110936.745000', '110937.205000', '110937.665000', '110938.125000', '110938.585000', '110939.045000', '110939.505000', '110939.965000', '110940.425000', '110940.885000', '110941.345000', '110941.805000', '110942.265000', '110942.725000', '110943.185000', '110943.645000', '110944.105000', '110944.565000', '110945.025000', '110945.485000', '110945.945000', '110946.405000', '110946.865000', '110947.325000', '110947.785000', '110948.245000', '110948.705000', '110949.165000', '110949.625000', '110950.085000', '110950.545000', '110951.005000', '110951.465000', '110951.925000', '110952.385000', '110952.845000', '110953.305000', '110953.765000', '110954.225000', '110954.685000', '110955.145000', '110955.605000', '110956.065000', '110956.525000', '110956.985000', '110957.445000', '110957.905000', '110958.365000', '110958.825000', '110959.285000', '110959.745000', '111000.205000', '111000.665000', '111001.125000', '111001.585000', '111002.045000', '111002.505000', '111002.965000', '111003.425000', '111003.885000', '111004.345000', '111004.805000', '111005.265000', '111005.725000', '111006.185000', '111006.645000', '111007.105000', '111007.565000', '111008.025000', '111008.485000', '111008.945000', '111009.405000', '111009.865000', '111010.325000', '111010.785000', '111011.245000', '111011.705000', '111012.165000', '111012.625000', '111013.085000', '111013.545000', '111014.005000', '111014.465000', '111014.925000', '111015.385000', '111015.845000', '111016.305000', '111016.765000', '111017.225000', '111017.685000', '111018.145000', '111018.605000', '111019.065000', '111019.525000', '111019.985000', '111020.445000', '111020.905000', '111021.365000', '111021.825000', '111022.285000', '111022.745000', '111023.205000', '111023.665000', '111024.125000', '111024.585000', '111025.045000', '111025.505000', '111025.965000', '111026.425000', '111026.885000', '111027.345000', '111027.805000', '111028.265000', '111028.725000', '111029.185000', '111029.645000', '111030.105000', '111030.565000', '111031.025000', '111031.485000', '111031.945000', '111032.405000', '111032.865000', '111033.325000', '111033.785000', '111034.245000', '111034.705000', '111035.165000', '111035.625000', '111036.085000', '111036.545000', '111037.005000', '111037.465000', '111037.925000', '111038.385000', '111038.845000', '111039.305000', '111039.765000', '111040.225000', '111040.685000', '111041.145000', '111041.605000', '111042.065000', '111042.525000', '111042.985000', '111043.445000', '111043.905000', '111044.365000', '111044.825000', '111045.285000', '111045.745000', '111046.205000', '111046.665000', '111047.125000', '111047.585000', '111048.045000', '111048.505000', '111048.965000', '111049.425000', '111049.885000', '111050.345000', '111050.805000', '111051.265000', '111051.725000', '111052.185000', '111052.645000', '111053.105000', '111053.565000', '111054.025000', '111054.485000', '111054.945000', '111055.405000', '111055.865000', '111056.325000', '111056.785000', '111057.245000', '111057.705000', '111058.165000', '111058.625000', '111059.085000', '111059.545000', '111100.005000', '111100.465000', '111100.925000', '111101.385000', '111101.845000', '111102.305000', '111102.765000', '111103.225000', '111103.685000', '111104.145000', '111104.605000', '111105.065000', '111105.525000', '111105.985000', '111106.445000', '111106.905000', '111107.365000', '111107.825000', '111108.285000', '111108.745000', '111109.205000', '111109.665000', '111110.125000', '111110.585000', '111111.045000', '111111.505000', '111111.965000', '111112.425000', '111112.885000', '111113.345000', '111113.805000', '111114.265000', '111114.725000', '111115.185000', '111115.645000', '111116.105000', '111116.565000', '111117.025000', '111117.485000', '111117.945000', '111118.405000', '111118.865000', '111119.325000', '111119.785000', '111120.245000', '111120.705000', '111121.165000', '111121.625000', '111122.085000', '111122.545000', '111123.005000', '111123.465000', '111123.925000', '111124.385000', '111124.845000', '111125.305000', '111125.765000', '111126.225000', '111126.685000', '111127.145000', '111127.605000', '111128.065000', '111128.525000', '111128.985000', '111129.445000', '111129.905000', '111130.365000', '111130.825000', '111131.285000', '111131.745000', '111132.205000', '111132.665000', '111133.125000', '111133.585000', '111134.045000', '111134.505000', '111134.965000', '111135.425000', '111135.885000', '111136.345000', '111136.805000', '111137.265000', '111137.725000', '111138.185000', '111138.645000', '111139.105000', '111139.565000', '111140.025000', '111140.485000', '111140.945000', '111141.405000', '111141.865000', '111142.325000', '111142.785000', '111143.245000', '111143.705000', '111144.165000', '111144.625000', '111145.085000', '111145.545000', '111146.005000', '111146.465000', '111146.925000', '111147.385000', '111147.845000', '111148.305000', '111148.765000', '111149.225000', '111149.685000', '111150.145000', '111150.605000', '111151.065000', '111151.525000', '111151.985000', '111152.445000', '111152.905000', '111153.365000', '111153.825000', '111154.285000', '111154.745000', '111155.205000', '111155.665000', '111156.125000', '111156.585000', '111157.045000', '111157.505000', '111157.965000', '111158.425000', '111158.885000', '111159.345000', '111159.805000', '111200.265000', '111200.725000', '111201.185000', '111201.645000', '111202.105000', '111202.565000', '111203.025000', '111203.485000', '111203.945000', '111204.405000', '111204.865000', '111205.325000', '111205.785000', '111206.245000', '111206.705000', '111207.165000', '111207.625000', '111208.085000', '111208.545000', '111209.005000', '111209.465000', '111209.925000', '111210.385000', '111210.845000', '111211.305000', '111211.765000', '111212.225000', '111212.685000', '111213.145000', '111213.605000', '111214.065000', '111214.525000', '111214.985000', '111215.445000', '111215.905000', '111216.365000', '111216.825000', '111217.285000', '111217.745000', '111218.205000', '111218.665000', '111219.125000', '111219.585000', '111220.045000', '111220.505000', '111220.965000', '111221.425000', '111221.885000', '111222.345000', '111222.805000', '111223.265000', '111223.725000', '111224.185000', '111224.645000', '111225.105000', '111225.565000', '111226.025000', '111226.485000', '111226.945000', '111227.405000', '111227.865000', '111228.325000', '111228.785000', '111229.245000', '111229.705000', '111230.165000', '111230.625000', '111231.085000', '111231.545000', '111232.005000', '111232.465000', '111232.925000', '111233.385000', '111233.845000', '111234.305000', '111234.765000', '111235.225000', '111235.685000', '111236.145000', '111236.605000', '111237.065000', '111237.525000', '111237.985000', '111238.445000', '111238.905000', '111239.365000', '111239.825000', '111240.285000', '111240.745000', '111241.205000', '111241.665000', '111242.125000', '111242.585000', '111243.045000', '111243.505000', '111243.965000', '111244.425000', '111244.885000', '111245.345000', '111245.805000', '111246.265000', '111246.725000', '111247.185000', '111247.645000', '111248.105000', '111248.565000', '111249.025000', '111249.485000', '111249.945000', '111250.405000', '111250.865000', '111251.325000', '111251.785000', '111252.245000', '111252.705000', '111253.165000', '111253.625000', '111254.085000', '111254.545000', '111255.005000', '111255.465000', '111255.925000', '111256.385000', '111256.845000', '111257.305000', '111257.765000', '111258.225000', '111258.685000', '111259.145000', '111259.605000', '111300.065000', '111300.525000', '111300.985000', '111301.445000', '111301.905000', '111302.365000', '111302.825000', '111303.285000', '111303.745000', '111304.205000', '111304.665000', '111305.125000', '111305.585000', '111306.045000', '111306.505000', '111306.965000', '111307.425000', '111307.885000', '111308.345000', '111308.805000', '111309.265000', '111309.725000', '111310.185000', '111310.645000', '111311.105000', '111311.565000', '111312.025000', '111312.485000', '111312.945000', '111313.405000', '111313.865000', '111314.325000', '111314.785000', '111315.245000', '111315.705000', '111316.165000', '111316.625000', '111317.085000', '111317.545000', '111318.005000', '111318.465000', '111318.925000', '111319.385000', '111319.845000', '111320.305000', '111320.765000', '111321.225000'], 'ContentTime': ['110353.397000', '110353.400000', '110353.403000', '110353.406000', '110353.409000', '110353.422000', '110353.425000', '110353.428000', '110353.431000', '110353.434000', '110353.437000', '110353.440000', '110353.443000', '110353.446000', '110353.449000', '110353.452000', '110353.454000', '110353.457000', '110353.460000', '110353.463000', '110353.466000', '110353.469000', '110353.472000', '110353.475000', '110353.477000', '110353.480000', '110353.483000', '110353.492000', '110353.495000', '110353.498000', '110353.501000', '110413.367000', '110413.370000', '110413.373000', '110413.376000', '110413.379000', '110413.381000', '110413.384000', '110413.387000', '110413.390000', '110413.393000', '110413.396000', '110413.399000', '110413.402000', '110413.405000', '110413.407000', '110413.410000', '110413.413000', '110413.416000', '110413.419000', '110413.422000', '110413.425000', '110413.428000', '110413.437000', '110413.440000', '110413.443000', '110413.446000', '110413.449000', '110413.452000', '110413.455000', '110413.458000', '110413.461000', '110413.463000', '110413.466000', '110413.469000', '110413.472000', '110413.475000', '110413.478000', '110413.481000', '110413.484000', '110413.487000', '110413.490000', '110413.493000', '110413.496000', '110413.499000', '110433.367000', '110433.370000', '110433.373000', '110433.376000', '110433.379000', '110433.382000', '110433.384000', '110433.387000', '110433.390000', '110433.393000', '110433.396000', '110433.399000', '110433.402000', '110433.405000', '110433.408000', '110433.417000', '110433.420000', '110433.423000', '110433.425000', '110433.429000', '110433.435000', '110433.438000', '110433.441000', '110433.459000', '110433.462000', '110433.464000', '110433.467000', '110433.470000', '110433.473000', '110433.476000', '110433.479000', '110433.482000', '110433.485000', '110433.488000', '110433.491000', '110433.493000', '110433.496000', '110433.499000', '110433.502000', '110433.505000', '110433.508000', '110433.511000', '110433.514000', '110453.367000', '110453.370000', '110453.373000', '110453.376000', '110453.379000', '110453.382000', '110453.384000', '110453.387000', '110453.390000', '110453.393000', '110453.396000', '110453.399000', '110453.402000', '110453.405000', '110453.408000', '110453.411000', '110453.414000', '110453.417000', '110453.420000', '110453.422000', '110453.425000', '110453.428000', '110453.431000', '110453.434000', '110453.437000', '110453.440000', '110453.443000', '110453.446000', '110453.449000', '110453.452000', '110453.455000', '110453.457000', '110453.460000', '110453.463000', '110453.466000', '110453.469000', '110453.472000', '110453.475000', '110453.478000', '110453.481000', '110453.484000', '110453.486000', '110453.489000', '110453.492000', '110513.367000', '110513.370000', '110513.373000', '110513.376000', '110513.379000', '110513.382000', '110513.385000', '110513.387000', '110513.390000', '110513.393000', '110513.396000', '110513.399000', '110513.402000', '110513.405000', '110513.408000', '110513.411000', '110513.414000', '110513.417000', '110513.420000', '110513.423000', '110513.425000', '110513.428000', '110513.431000', '110513.434000', '110513.437000', '110513.440000', '110513.443000', '110513.446000', '110513.449000', '110513.452000', '110513.455000', '110513.458000', '110513.461000', '110513.464000', '110513.467000', '110513.470000', '110513.473000', '110513.476000', '110513.479000', '110513.481000', '110513.484000', '110513.487000', '110513.490000', '110533.367000', '110533.370000', '110533.373000', '110533.376000', '110533.379000', '110533.382000', '110533.385000', '110533.388000', '110533.391000', '110533.394000', '110533.397000', '110533.399000', '110533.402000', '110533.405000', '110533.408000', '110533.411000', '110533.414000', '110533.417000', '110533.420000', '110533.423000', '110533.426000', '110533.429000', '110533.431000', '110533.434000', '110533.437000', '110533.440000', '110533.443000', '110533.446000', '110533.449000', '110533.452000', '110533.455000', '110533.458000', '110533.460000', '110533.463000', '110533.466000', '110533.469000', '110533.472000', '110533.475000', '110533.478000', '110533.481000', '110533.492000', '110533.495000', '110533.498000', '110533.501000', '110553.386000', '110553.389000', '110553.392000', '110553.396000', '110553.399000', '110553.402000', '110553.405000', '110553.408000', '110553.411000', '110553.414000', '110553.417000', '110553.420000', '110553.422000', '110553.425000', '110553.428000', '110553.431000', '110553.434000', '110553.437000', '110553.440000', '110553.443000', '110553.446000', '110553.449000', '110553.463000', '110553.466000', '110553.470000', '110553.472000', '110553.475000', '110553.478000', '110553.481000', '110553.484000', '110553.487000', '110553.490000', '110553.493000', '110553.496000', '110553.499000', '110553.502000', '110553.505000', '110553.508000', '110553.511000', '110553.514000', '110553.517000', '110553.520000', '110553.522000', '110613.366000', '110613.369000', '110613.372000', '110613.375000', '110613.378000', '110613.381000', '110613.384000', '110613.387000', '110613.390000', '110613.393000', '110613.395000', '110613.398000', '110613.401000', '110613.404000', '110613.407000', '110613.410000', '110613.413000', '110613.416000', '110613.419000', '110613.431000', '110613.434000', '110613.437000', '110613.440000', '110613.443000', '110613.446000', '110613.449000', '110613.451000', '110613.454000', '110613.457000', '110613.460000', '110613.463000', '110613.466000', '110613.469000', '110613.472000', '110613.475000', '110613.478000', '110613.480000', '110613.483000', '110613.486000', '110613.489000', '110613.492000', '110613.495000', '110613.498000', '110613.501000', '110633.367000', '110633.378000', '110633.381000', '110633.384000', '110633.386000', '110633.389000', '110633.392000', '110633.395000', '110633.398000', '110633.401000', '110633.404000', '110633.407000', '110633.410000', '110633.413000', '110633.416000', '110633.419000', '110633.422000', '110633.425000', '110633.428000', '110633.431000', '110633.434000', '110633.436000', '110633.439000', '110633.442000', '110633.445000', '110633.448000', '110633.451000', '110633.454000', '110633.457000', '110633.460000', '110633.463000', '110633.465000', '110633.468000', '110633.471000', '110633.474000', '110633.477000', '110633.480000', '110633.483000', '110633.486000', '110633.489000', '110633.492000', '110633.495000', '110633.498000', '110653.367000', '110653.370000', '110653.373000', '110653.376000', '110653.379000', '110653.396000', '110653.399000', '110653.402000', '110653.405000', '110653.408000', '110653.411000', '110653.414000', '110653.416000', '110653.419000', '110653.422000', '110653.425000', '110653.428000', '110653.431000', '110653.434000', '110653.437000', '110653.440000', '110653.443000', '110653.446000', '110653.449000', '110653.452000', '110653.454000', '110653.457000', '110653.460000', '110653.463000', '110653.466000', '110653.469000', '110653.472000', '110653.475000', '110653.478000', '110653.481000', '110653.484000', '110653.486000', '110653.489000', '110653.492000', '110653.495000', '110653.498000', '110653.501000', '110653.504000', '110653.507000', '110713.367000', '110713.370000', '110713.373000', '110713.376000', '110713.379000', '110713.382000', '110713.385000', '110713.388000', '110713.391000', '110713.393000', '110713.396000', '110713.399000', '110713.405000', '110713.408000', '110713.411000', '110713.414000', '110713.417000', '110713.420000', '110713.423000', '110713.426000', '110713.429000', '110713.433000', '110713.436000', '110713.439000', '110713.442000', '110713.445000', '110713.448000', '110713.451000', '110713.454000', '110713.457000', '110713.460000', '110713.463000', '110713.466000', '110713.469000', '110713.472000', '110713.474000', '110713.477000', '110713.480000', '110713.483000', '110713.486000', '110713.489000', '110713.492000', '110713.495000', '110733.367000', '110733.370000', '110733.373000', '110733.376000', '110733.379000', '110733.382000', '110733.385000', '110733.388000', '110733.391000', '110733.393000', '110733.396000', '110733.399000', '110733.402000', '110733.405000', '110733.408000', '110733.411000', '110733.414000', '110733.417000', '110733.420000', '110733.423000', '110733.426000', '110733.429000', '110733.432000', '110733.434000', '110733.437000', '110733.440000', '110733.443000', '110733.446000', '110733.449000', '110733.452000', '110733.455000', '110733.458000', '110733.461000', '110733.464000', '110733.467000', '110733.469000', '110733.472000', '110733.475000', '110733.478000', '110733.481000', '110733.484000', '110733.487000', '110733.490000', '110733.493000', '110753.382000', '110753.385000', '110753.388000', '110753.391000', '110753.394000', '110753.397000', '110753.400000', '110753.402000', '110753.405000', '110753.408000', '110753.411000', '110753.414000', '110753.417000', '110753.420000', '110753.423000', '110753.426000', '110753.429000', '110753.432000', '110753.435000', '110753.438000', '110753.441000', '110753.443000', '110753.446000', '110753.450000', '110753.452000', '110753.455000', '110753.458000', '110753.461000', '110753.464000', '110753.467000', '110753.470000', '110753.473000', '110753.476000', '110753.479000', '110753.482000', '110753.485000', '110753.488000', '110753.491000', '110753.494000', '110753.497000', '110753.500000', '110753.503000', '110753.505000', '110813.366000', '110813.369000', '110813.372000', '110813.375000', '110813.378000', '110813.381000', '110813.384000', '110813.387000', '110813.389000', '110813.392000', '110813.395000', '110813.398000', '110813.401000', '110813.404000', '110813.407000', '110813.410000', '110813.413000', '110813.416000', '110813.419000', '110813.422000', '110813.424000', '110813.427000', '110813.430000', '110813.433000', '110813.436000', '110813.439000', '110813.442000', '110813.445000', '110813.448000', '110813.451000', '110813.454000', '110813.457000', '110813.460000', '110813.463000', '110813.465000', '110813.468000', '110813.472000', '110813.474000', '110813.477000', '110813.480000', '110813.483000', '110813.486000', '110813.489000', '110813.492000', '110833.366000', '110833.369000', '110833.372000', '110833.375000', '110833.378000', '110833.381000', '110833.384000', '110833.387000', '110833.390000', '110833.393000', '110833.396000', '110833.399000', '110833.402000', '110833.405000', '110833.408000', '110833.411000', '110833.414000', '110833.417000', '110833.420000', '110833.423000', '110833.426000', '110833.429000', '110833.431000', '110833.434000', '110833.437000', '110833.440000', '110833.443000', '110833.446000', '110833.449000', '110833.452000', '110833.455000', '110833.458000', '110833.461000', '110833.464000', '110833.467000', '110833.470000', '110833.474000', '110833.477000', '110833.480000', '110833.483000', '110833.486000', '110833.489000', '110833.492000', '110853.367000', '110853.370000', '110853.373000', '110853.382000', '110853.385000', '110853.387000', '110853.390000', '110853.393000', '110853.396000', '110853.399000', '110853.402000', '110853.405000', '110853.408000', '110853.411000', '110853.414000', '110853.417000', '110853.420000', '110853.423000', '110853.426000', '110853.429000', '110853.432000', '110853.435000', '110853.438000', '110853.441000', '110853.444000', '110853.447000', '110853.450000', '110853.453000', '110853.456000', '110853.459000', '110853.462000', '110853.465000', '110853.468000', '110853.471000', '110853.474000', '110853.477000', '110853.480000', '110853.483000', '110853.486000', '110853.489000', '110853.492000', '110853.494000', '110853.497000', '110853.500000', '110913.367000', '110913.370000', '110913.373000', '110913.376000', '110913.379000', '110913.382000', '110913.385000', '110913.388000', '110913.391000', '110913.394000', '110913.397000', '110913.400000', '110913.403000', '110913.406000', '110913.409000', '110913.412000', '110913.415000', '110913.418000', '110913.421000', '110913.424000', '110913.427000', '110913.430000', '110913.433000', '110913.436000', '110913.439000', '110913.450000', '110913.453000', '110913.455000', '110913.458000', '110913.462000', '110913.464000', '110913.467000', '110913.470000', '110913.473000', '110913.476000', '110913.479000', '110913.482000', '110913.485000', '110913.488000', '110913.491000', '110913.494000', '110913.497000', '110913.500000', '110933.367000', '110933.370000', '110933.373000', '110933.376000', '110933.379000', '110933.382000', '110933.385000', '110933.388000', '110933.391000', '110933.394000', '110933.397000', '110933.400000', '110933.403000', '110933.405000', '110933.408000', '110933.411000', '110933.414000', '110933.417000', '110933.420000', '110933.423000', '110933.426000', '110933.429000', '110933.432000', '110933.434000', '110933.437000', '110933.440000', '110933.443000', '110933.446000', '110933.449000', '110933.452000', '110933.455000', '110933.458000', '110933.461000', '110933.464000', '110933.467000', '110933.470000', '110933.473000', '110933.476000', '110933.479000', '110933.482000', '110933.485000', '110933.488000', '110933.491000', '110933.494000', '110953.367000', '110953.370000', '110953.373000', '110953.376000', '110953.379000', '110953.382000', '110953.385000', '110953.388000', '110953.391000', '110953.394000', '110953.397000', '110953.400000', '110953.403000', '110953.406000', '110953.409000', '110953.412000', '110953.415000', '110953.418000', '110953.420000', '110953.423000', '110953.426000', '110953.429000', '110953.432000', '110953.435000', '110953.438000', '110953.441000', '110953.444000', '110953.447000', '110953.450000', '110953.453000', '110953.456000', '110953.459000', '110953.461000', '110953.464000', '110953.467000', '110953.470000', '110953.473000', '110953.476000', '110953.479000', '110953.482000', '110953.485000', '110953.488000', '110953.491000', '111013.366000', '111013.369000', '111013.372000', '111013.375000', '111013.378000', '111013.381000', '111013.384000', '111013.387000', '111013.390000', '111013.392000', '111013.395000', '111013.398000', '111013.401000', '111013.404000', '111013.407000', '111013.410000', '111013.413000', '111013.416000', '111013.419000', '111013.422000', '111013.425000', '111013.427000', '111013.430000', '111013.433000', '111013.436000', '111013.439000', '111013.442000', '111013.445000', '111013.448000', '111013.451000', '111013.454000', '111013.457000', '111013.460000', '111013.462000', '111013.465000', '111013.468000', '111013.471000', '111013.474000', '111013.477000', '111013.480000', '111013.483000', '111013.486000', '111013.489000', '111033.366000', '111033.369000', '111033.372000', '111033.375000', '111033.378000', '111033.381000', '111033.384000', '111033.387000', '111033.390000', '111033.393000', '111033.396000', '111033.398000', '111033.401000', '111033.404000', '111033.407000', '111033.410000', '111033.413000', '111033.416000', '111033.419000', '111033.422000', '111033.425000', '111033.428000', '111033.431000', '111033.434000', '111033.437000', '111033.440000', '111033.442000', '111033.445000', '111033.448000', '111033.451000', '111033.454000', '111033.457000', '111033.460000', '111033.463000', '111033.466000', '111033.469000', '111033.489000', '111033.492000', '111033.495000', '111033.498000', '111033.501000', '111033.504000', '111033.507000', '111033.510000', '111053.366000', '111053.370000', '111053.373000', '111053.376000', '111053.379000', '111053.382000', '111053.384000', '111053.387000', '111053.390000', '111053.393000', '111053.396000', '111053.399000', '111053.402000', '111053.405000', '111053.408000', '111053.411000', '111053.414000', '111053.417000', '111053.420000', '111053.422000', '111053.425000', '111053.428000', '111053.431000', '111053.434000', '111053.437000', '111053.440000', '111053.443000', '111053.446000', '111053.449000', '111053.452000', '111053.455000', '111053.458000', '111053.461000', '111053.463000', '111053.466000', '111053.469000', '111053.472000', '111053.475000', '111053.478000', '111053.481000', '111053.484000', '111053.487000', '111053.490000', '111113.367000', '111113.370000', '111113.373000', '111113.376000', '111113.379000', '111113.382000', '111113.385000', '111113.388000', '111113.391000', '111113.394000', '111113.397000', '111113.400000', '111113.403000', '111113.405000', '111113.408000', '111113.411000', '111113.414000', '111113.417000', '111113.420000', '111113.423000', '111113.426000', '111113.429000', '111113.432000', '111113.435000', '111113.438000', '111113.441000', '111113.444000', '111113.447000', '111113.449000', '111113.453000', '111113.456000', '111113.459000', '111113.462000', '111113.465000', '111113.468000', '111113.471000', '111113.473000', '111113.476000', '111113.479000', '111113.482000', '111113.485000', '111113.488000', '111113.491000', '111113.494000', '111133.367000', '111133.370000', '111133.373000', '111133.376000', '111133.379000', '111133.382000', '111133.385000', '111133.388000', '111133.391000', '111133.394000', '111133.397000', '111133.400000', '111133.402000', '111133.405000', '111133.408000', '111133.411000', '111133.414000', '111133.418000', '111133.422000', '111133.426000', '111133.429000', '111133.431000', '111133.434000', '111133.437000', '111133.440000', '111133.443000', '111133.446000', '111133.449000', '111133.452000', '111133.455000', '111133.458000', '111133.461000', '111133.463000', '111133.466000', '111133.469000', '111133.472000', '111133.475000', '111133.478000', '111133.481000', '111133.484000', '111133.487000', '111133.490000', '111133.493000', '111153.367000', '111153.370000', '111153.373000', '111153.376000', '111153.379000', '111153.382000', '111153.385000', '111153.388000', '111153.391000', '111153.394000', '111153.397000', '111153.399000', '111153.402000', '111153.405000', '111153.408000', '111153.411000', '111153.414000', '111153.417000', '111153.420000', '111153.423000', '111153.426000', '111153.428000', '111153.431000', '111153.434000', '111153.437000', '111153.440000', '111153.443000', '111153.446000', '111153.449000', '111153.452000', '111153.455000', '111153.458000', '111153.461000', '111153.474000', '111153.477000', '111153.480000', '111153.483000', '111153.486000', '111153.488000', '111153.491000', '111153.494000', '111153.497000', '111153.500000', '111153.503000', '111213.367000', '111213.370000', '111213.373000', '111213.376000', '111213.379000', '111213.382000', '111213.385000', '111213.388000', '111213.391000', '111213.394000', '111213.397000', '111213.400000', '111213.403000', '111213.406000', '111213.409000', '111213.411000', '111213.414000', '111213.419000', '111213.424000', '111213.427000', '111213.430000', '111213.433000', '111213.436000', '111213.439000', '111213.441000', '111213.444000', '111213.447000', '111213.450000', '111213.453000', '111213.456000', '111213.459000', '111213.462000', '111213.465000', '111213.468000', '111213.471000', '111213.474000', '111213.477000', '111213.480000', '111213.482000', '111213.485000', '111213.488000', '111213.491000', '111213.494000', '111233.366000', '111233.369000', '111233.372000', '111233.376000', '111233.378000', '111233.381000', '111233.384000', '111233.387000', '111233.390000', '111233.393000', '111233.396000', '111233.399000', '111233.402000', '111233.405000', '111233.408000', '111233.411000', '111233.414000', '111233.417000', '111233.420000', '111233.423000', '111233.425000', '111233.428000', '111233.431000', '111233.434000', '111233.437000', '111233.440000', '111233.443000', '111233.446000', '111233.449000', '111233.452000', '111233.455000', '111233.458000', '111233.461000', '111233.464000', '111233.467000', '111233.470000', '111233.472000', '111233.475000', '111233.478000', '111233.481000', '111233.484000', '111233.487000', '111233.490000', '111233.493000', '111253.366000', '111253.369000', '111253.372000', '111253.375000', '111253.378000', '111253.381000', '111253.384000', '111253.387000', '111253.390000', '111253.393000', '111253.396000', '111253.399000', '111253.401000', '111253.404000', '111253.407000', '111253.410000', '111253.413000', '111253.416000', '111253.419000', '111253.422000', '111253.425000', '111253.428000', '111253.431000', '111253.434000', '111253.437000', '111253.442000', '111253.445000', '111253.448000', '111253.451000', '111253.454000', '111253.457000', '111253.460000', '111253.462000', '111253.465000', '111253.468000', '111253.471000', '111253.474000', '111253.477000', '111253.480000', '111253.483000', '111253.486000', '111253.489000', '111253.492000', '111313.366000', '111313.369000', '111313.372000', '111313.375000', '111313.378000', '111313.381000', '111313.384000', '111313.387000', '111313.390000', '111313.393000', '111313.396000', '111313.405000', '111313.408000', '111313.411000', '111313.414000', '111313.426000', '111313.429000', '111313.432000', '111313.434000', '111313.437000', '111313.440000', '111313.443000', '111313.446000', '111313.449000', '111313.452000', '111313.455000', '111313.458000', '111313.461000', '111313.464000', '111313.467000', '111313.470000', '111313.473000', '111313.476000', '111313.478000', '111313.481000', '111313.484000', '111313.495000', '111313.498000', '111313.501000', '111313.504000', '111313.507000', '111313.510000', '111313.513000', '111313.516000', '111321.996000', '111322.001000', '111322.004000', '111322.007000', '111322.011000', '111322.014000', '111322.018000', '111322.021000', '111322.024000', '111322.028000', '111322.031000', '111322.035000', '111322.038000', '111322.042000', '111322.045000', '111322.048000', '111322.051000', '111322.055000', '111322.058000'], 'InstanceCreationTime': ['110353.397000', '110353.400000', '110353.403000', '110353.406000', '110353.409000', '110353.422000', '110353.425000', '110353.428000', '110353.431000', '110353.434000', '110353.437000', '110353.440000', '110353.443000', '110353.446000', '110353.449000', '110353.452000', '110353.454000', '110353.457000', '110353.460000', '110353.463000', '110353.466000', '110353.469000', '110353.472000', '110353.475000', '110353.477000', '110353.480000', '110353.483000', '110353.492000', '110353.495000', '110353.498000', '110353.501000', '110413.367000', '110413.370000', '110413.373000', '110413.376000', '110413.379000', '110413.381000', '110413.384000', '110413.387000', '110413.390000', '110413.393000', '110413.396000', '110413.399000', '110413.402000', '110413.405000', '110413.407000', '110413.410000', '110413.413000', '110413.416000', '110413.419000', '110413.422000', '110413.425000', '110413.428000', '110413.437000', '110413.440000', '110413.443000', '110413.446000', '110413.449000', '110413.452000', '110413.455000', '110413.458000', '110413.461000', '110413.463000', '110413.466000', '110413.469000', '110413.472000', '110413.475000', '110413.478000', '110413.481000', '110413.484000', '110413.487000', '110413.490000', '110413.493000', '110413.496000', '110413.499000', '110433.367000', '110433.370000', '110433.373000', '110433.376000', '110433.379000', '110433.382000', '110433.384000', '110433.387000', '110433.390000', '110433.393000', '110433.396000', '110433.399000', '110433.402000', '110433.405000', '110433.408000', '110433.417000', '110433.420000', '110433.423000', '110433.425000', '110433.429000', '110433.435000', '110433.438000', '110433.441000', '110433.459000', '110433.462000', '110433.464000', '110433.467000', '110433.470000', '110433.473000', '110433.476000', '110433.479000', '110433.482000', '110433.485000', '110433.488000', '110433.491000', '110433.493000', '110433.496000', '110433.499000', '110433.502000', '110433.505000', '110433.508000', '110433.511000', '110433.514000', '110453.367000', '110453.370000', '110453.373000', '110453.376000', '110453.379000', '110453.382000', '110453.384000', '110453.387000', '110453.390000', '110453.393000', '110453.396000', '110453.399000', '110453.402000', '110453.405000', '110453.408000', '110453.411000', '110453.414000', '110453.417000', '110453.420000', '110453.422000', '110453.425000', '110453.428000', '110453.431000', '110453.434000', '110453.437000', '110453.440000', '110453.443000', '110453.446000', '110453.449000', '110453.452000', '110453.455000', '110453.457000', '110453.460000', '110453.463000', '110453.466000', '110453.469000', '110453.472000', '110453.475000', '110453.478000', '110453.481000', '110453.484000', '110453.486000', '110453.489000', '110453.492000', '110513.367000', '110513.370000', '110513.373000', '110513.376000', '110513.379000', '110513.382000', '110513.385000', '110513.387000', '110513.390000', '110513.393000', '110513.396000', '110513.399000', '110513.402000', '110513.405000', '110513.408000', '110513.411000', '110513.414000', '110513.417000', '110513.420000', '110513.423000', '110513.425000', '110513.428000', '110513.431000', '110513.434000', '110513.437000', '110513.440000', '110513.443000', '110513.446000', '110513.449000', '110513.452000', '110513.455000', '110513.458000', '110513.461000', '110513.464000', '110513.467000', '110513.470000', '110513.473000', '110513.476000', '110513.479000', '110513.481000', '110513.484000', '110513.487000', '110513.490000', '110533.367000', '110533.370000', '110533.373000', '110533.376000', '110533.379000', '110533.382000', '110533.385000', '110533.388000', '110533.391000', '110533.394000', '110533.397000', '110533.399000', '110533.402000', '110533.405000', '110533.408000', '110533.411000', '110533.414000', '110533.417000', '110533.420000', '110533.423000', '110533.426000', '110533.429000', '110533.431000', '110533.434000', '110533.437000', '110533.440000', '110533.443000', '110533.446000', '110533.449000', '110533.452000', '110533.455000', '110533.458000', '110533.460000', '110533.463000', '110533.466000', '110533.469000', '110533.472000', '110533.475000', '110533.478000', '110533.481000', '110533.492000', '110533.495000', '110533.498000', '110533.501000', '110553.386000', '110553.389000', '110553.392000', '110553.396000', '110553.399000', '110553.402000', '110553.405000', '110553.408000', '110553.411000', '110553.414000', '110553.417000', '110553.420000', '110553.422000', '110553.425000', '110553.428000', '110553.431000', '110553.434000', '110553.437000', '110553.440000', '110553.443000', '110553.446000', '110553.449000', '110553.463000', '110553.466000', '110553.470000', '110553.472000', '110553.475000', '110553.478000', '110553.481000', '110553.484000', '110553.487000', '110553.490000', '110553.493000', '110553.496000', '110553.499000', '110553.502000', '110553.505000', '110553.508000', '110553.511000', '110553.514000', '110553.517000', '110553.520000', '110553.522000', '110613.366000', '110613.369000', '110613.372000', '110613.375000', '110613.378000', '110613.381000', '110613.384000', '110613.387000', '110613.390000', '110613.393000', '110613.395000', '110613.398000', '110613.401000', '110613.404000', '110613.407000', '110613.410000', '110613.413000', '110613.416000', '110613.419000', '110613.431000', '110613.434000', '110613.437000', '110613.440000', '110613.443000', '110613.446000', '110613.449000', '110613.451000', '110613.454000', '110613.457000', '110613.460000', '110613.463000', '110613.466000', '110613.469000', '110613.472000', '110613.475000', '110613.478000', '110613.480000', '110613.483000', '110613.486000', '110613.489000', '110613.492000', '110613.495000', '110613.498000', '110613.501000', '110633.367000', '110633.378000', '110633.381000', '110633.384000', '110633.386000', '110633.389000', '110633.392000', '110633.395000', '110633.398000', '110633.401000', '110633.404000', '110633.407000', '110633.410000', '110633.413000', '110633.416000', '110633.419000', '110633.422000', '110633.425000', '110633.428000', '110633.431000', '110633.434000', '110633.436000', '110633.439000', '110633.442000', '110633.445000', '110633.448000', '110633.451000', '110633.454000', '110633.457000', '110633.460000', '110633.463000', '110633.465000', '110633.468000', '110633.471000', '110633.474000', '110633.477000', '110633.480000', '110633.483000', '110633.486000', '110633.489000', '110633.492000', '110633.495000', '110633.498000', '110653.367000', '110653.370000', '110653.373000', '110653.376000', '110653.379000', '110653.396000', '110653.399000', '110653.402000', '110653.405000', '110653.408000', '110653.411000', '110653.414000', '110653.416000', '110653.419000', '110653.422000', '110653.425000', '110653.428000', '110653.431000', '110653.434000', '110653.437000', '110653.440000', '110653.443000', '110653.446000', '110653.449000', '110653.452000', '110653.454000', '110653.457000', '110653.460000', '110653.463000', '110653.466000', '110653.469000', '110653.472000', '110653.475000', '110653.478000', '110653.481000', '110653.484000', '110653.486000', '110653.489000', '110653.492000', '110653.495000', '110653.498000', '110653.501000', '110653.504000', '110653.507000', '110713.367000', '110713.370000', '110713.373000', '110713.376000', '110713.379000', '110713.382000', '110713.385000', '110713.388000', '110713.391000', '110713.393000', '110713.396000', '110713.399000', '110713.405000', '110713.408000', '110713.411000', '110713.414000', '110713.417000', '110713.420000', '110713.423000', '110713.426000', '110713.429000', '110713.433000', '110713.436000', '110713.439000', '110713.442000', '110713.445000', '110713.448000', '110713.451000', '110713.454000', '110713.457000', '110713.460000', '110713.463000', '110713.466000', '110713.469000', '110713.472000', '110713.474000', '110713.477000', '110713.480000', '110713.483000', '110713.486000', '110713.489000', '110713.492000', '110713.495000', '110733.367000', '110733.370000', '110733.373000', '110733.376000', '110733.379000', '110733.382000', '110733.385000', '110733.388000', '110733.391000', '110733.393000', '110733.396000', '110733.399000', '110733.402000', '110733.405000', '110733.408000', '110733.411000', '110733.414000', '110733.417000', '110733.420000', '110733.423000', '110733.426000', '110733.429000', '110733.432000', '110733.434000', '110733.437000', '110733.440000', '110733.443000', '110733.446000', '110733.449000', '110733.452000', '110733.455000', '110733.458000', '110733.461000', '110733.464000', '110733.467000', '110733.469000', '110733.472000', '110733.475000', '110733.478000', '110733.481000', '110733.484000', '110733.487000', '110733.490000', '110733.493000', '110753.382000', '110753.385000', '110753.388000', '110753.391000', '110753.394000', '110753.397000', '110753.400000', '110753.402000', '110753.405000', '110753.408000', '110753.411000', '110753.414000', '110753.417000', '110753.420000', '110753.423000', '110753.426000', '110753.429000', '110753.432000', '110753.435000', '110753.438000', '110753.441000', '110753.443000', '110753.446000', '110753.450000', '110753.452000', '110753.455000', '110753.458000', '110753.461000', '110753.464000', '110753.467000', '110753.470000', '110753.473000', '110753.476000', '110753.479000', '110753.482000', '110753.485000', '110753.488000', '110753.491000', '110753.494000', '110753.497000', '110753.500000', '110753.503000', '110753.505000', '110813.366000', '110813.369000', '110813.372000', '110813.375000', '110813.378000', '110813.381000', '110813.384000', '110813.387000', '110813.389000', '110813.392000', '110813.395000', '110813.398000', '110813.401000', '110813.404000', '110813.407000', '110813.410000', '110813.413000', '110813.416000', '110813.419000', '110813.422000', '110813.424000', '110813.427000', '110813.430000', '110813.433000', '110813.436000', '110813.439000', '110813.442000', '110813.445000', '110813.448000', '110813.451000', '110813.454000', '110813.457000', '110813.460000', '110813.463000', '110813.465000', '110813.468000', '110813.472000', '110813.474000', '110813.477000', '110813.480000', '110813.483000', '110813.486000', '110813.489000', '110813.492000', '110833.366000', '110833.369000', '110833.372000', '110833.375000', '110833.378000', '110833.381000', '110833.384000', '110833.387000', '110833.390000', '110833.393000', '110833.396000', '110833.399000', '110833.402000', '110833.405000', '110833.408000', '110833.411000', '110833.414000', '110833.417000', '110833.420000', '110833.423000', '110833.426000', '110833.429000', '110833.431000', '110833.434000', '110833.437000', '110833.440000', '110833.443000', '110833.446000', '110833.449000', '110833.452000', '110833.455000', '110833.458000', '110833.461000', '110833.464000', '110833.467000', '110833.470000', '110833.474000', '110833.477000', '110833.480000', '110833.483000', '110833.486000', '110833.489000', '110833.492000', '110853.367000', '110853.370000', '110853.373000', '110853.382000', '110853.385000', '110853.387000', '110853.390000', '110853.393000', '110853.396000', '110853.399000', '110853.402000', '110853.405000', '110853.408000', '110853.411000', '110853.414000', '110853.417000', '110853.420000', '110853.423000', '110853.426000', '110853.429000', '110853.432000', '110853.435000', '110853.438000', '110853.441000', '110853.444000', '110853.447000', '110853.450000', '110853.453000', '110853.456000', '110853.459000', '110853.462000', '110853.465000', '110853.468000', '110853.471000', '110853.474000', '110853.477000', '110853.480000', '110853.483000', '110853.486000', '110853.489000', '110853.492000', '110853.494000', '110853.497000', '110853.500000', '110913.367000', '110913.370000', '110913.373000', '110913.376000', '110913.379000', '110913.382000', '110913.385000', '110913.388000', '110913.391000', '110913.394000', '110913.397000', '110913.400000', '110913.403000', '110913.406000', '110913.409000', '110913.412000', '110913.415000', '110913.418000', '110913.421000', '110913.424000', '110913.427000', '110913.430000', '110913.433000', '110913.436000', '110913.439000', '110913.450000', '110913.453000', '110913.455000', '110913.458000', '110913.462000', '110913.464000', '110913.467000', '110913.470000', '110913.473000', '110913.476000', '110913.479000', '110913.482000', '110913.485000', '110913.488000', '110913.491000', '110913.494000', '110913.497000', '110913.500000', '110933.367000', '110933.370000', '110933.373000', '110933.376000', '110933.379000', '110933.382000', '110933.385000', '110933.388000', '110933.391000', '110933.394000', '110933.397000', '110933.400000', '110933.403000', '110933.405000', '110933.408000', '110933.411000', '110933.414000', '110933.417000', '110933.420000', '110933.423000', '110933.426000', '110933.429000', '110933.432000', '110933.434000', '110933.437000', '110933.440000', '110933.443000', '110933.446000', '110933.449000', '110933.452000', '110933.455000', '110933.458000', '110933.461000', '110933.464000', '110933.467000', '110933.470000', '110933.473000', '110933.476000', '110933.479000', '110933.482000', '110933.485000', '110933.488000', '110933.491000', '110933.494000', '110953.367000', '110953.370000', '110953.373000', '110953.376000', '110953.379000', '110953.382000', '110953.385000', '110953.388000', '110953.391000', '110953.394000', '110953.397000', '110953.400000', '110953.403000', '110953.406000', '110953.409000', '110953.412000', '110953.415000', '110953.418000', '110953.420000', '110953.423000', '110953.426000', '110953.429000', '110953.432000', '110953.435000', '110953.438000', '110953.441000', '110953.444000', '110953.447000', '110953.450000', '110953.453000', '110953.456000', '110953.459000', '110953.461000', '110953.464000', '110953.467000', '110953.470000', '110953.473000', '110953.476000', '110953.479000', '110953.482000', '110953.485000', '110953.488000', '110953.491000', '111013.366000', '111013.369000', '111013.372000', '111013.375000', '111013.378000', '111013.381000', '111013.384000', '111013.387000', '111013.390000', '111013.392000', '111013.395000', '111013.398000', '111013.401000', '111013.404000', '111013.407000', '111013.410000', '111013.413000', '111013.416000', '111013.419000', '111013.422000', '111013.425000', '111013.427000', '111013.430000', '111013.433000', '111013.436000', '111013.439000', '111013.442000', '111013.445000', '111013.448000', '111013.451000', '111013.454000', '111013.457000', '111013.460000', '111013.462000', '111013.465000', '111013.468000', '111013.471000', '111013.474000', '111013.477000', '111013.480000', '111013.483000', '111013.486000', '111013.489000', '111033.366000', '111033.369000', '111033.372000', '111033.375000', '111033.378000', '111033.381000', '111033.384000', '111033.387000', '111033.390000', '111033.393000', '111033.396000', '111033.398000', '111033.401000', '111033.404000', '111033.407000', '111033.410000', '111033.413000', '111033.416000', '111033.419000', '111033.422000', '111033.425000', '111033.428000', '111033.431000', '111033.434000', '111033.437000', '111033.440000', '111033.442000', '111033.445000', '111033.448000', '111033.451000', '111033.454000', '111033.457000', '111033.460000', '111033.463000', '111033.466000', '111033.469000', '111033.489000', '111033.492000', '111033.495000', '111033.498000', '111033.501000', '111033.504000', '111033.507000', '111033.510000', '111053.366000', '111053.370000', '111053.373000', '111053.376000', '111053.379000', '111053.382000', '111053.384000', '111053.387000', '111053.390000', '111053.393000', '111053.396000', '111053.399000', '111053.402000', '111053.405000', '111053.408000', '111053.411000', '111053.414000', '111053.417000', '111053.420000', '111053.422000', '111053.425000', '111053.428000', '111053.431000', '111053.434000', '111053.437000', '111053.440000', '111053.443000', '111053.446000', '111053.449000', '111053.452000', '111053.455000', '111053.458000', '111053.461000', '111053.463000', '111053.466000', '111053.469000', '111053.472000', '111053.475000', '111053.478000', '111053.481000', '111053.484000', '111053.487000', '111053.490000', '111113.367000', '111113.370000', '111113.373000', '111113.376000', '111113.379000', '111113.382000', '111113.385000', '111113.388000', '111113.391000', '111113.394000', '111113.397000', '111113.400000', '111113.403000', '111113.405000', '111113.408000', '111113.411000', '111113.414000', '111113.417000', '111113.420000', '111113.423000', '111113.426000', '111113.429000', '111113.432000', '111113.435000', '111113.438000', '111113.441000', '111113.444000', '111113.447000', '111113.449000', '111113.453000', '111113.456000', '111113.459000', '111113.462000', '111113.465000', '111113.468000', '111113.471000', '111113.473000', '111113.476000', '111113.479000', '111113.482000', '111113.485000', '111113.488000', '111113.491000', '111113.494000', '111133.367000', '111133.370000', '111133.373000', '111133.376000', '111133.379000', '111133.382000', '111133.385000', '111133.388000', '111133.391000', '111133.394000', '111133.397000', '111133.400000', '111133.402000', '111133.405000', '111133.408000', '111133.411000', '111133.414000', '111133.418000', '111133.422000', '111133.426000', '111133.429000', '111133.431000', '111133.434000', '111133.437000', '111133.440000', '111133.443000', '111133.446000', '111133.449000', '111133.452000', '111133.455000', '111133.458000', '111133.461000', '111133.463000', '111133.466000', '111133.469000', '111133.472000', '111133.475000', '111133.478000', '111133.481000', '111133.484000', '111133.487000', '111133.490000', '111133.493000', '111153.367000', '111153.370000', '111153.373000', '111153.376000', '111153.379000', '111153.382000', '111153.385000', '111153.388000', '111153.391000', '111153.394000', '111153.397000', '111153.399000', '111153.402000', '111153.405000', '111153.408000', '111153.411000', '111153.414000', '111153.417000', '111153.420000', '111153.423000', '111153.426000', '111153.428000', '111153.431000', '111153.434000', '111153.437000', '111153.440000', '111153.443000', '111153.446000', '111153.449000', '111153.452000', '111153.455000', '111153.458000', '111153.461000', '111153.474000', '111153.477000', '111153.480000', '111153.483000', '111153.486000', '111153.488000', '111153.491000', '111153.494000', '111153.497000', '111153.500000', '111153.503000', '111213.367000', '111213.370000', '111213.373000', '111213.376000', '111213.379000', '111213.382000', '111213.385000', '111213.388000', '111213.391000', '111213.394000', '111213.397000', '111213.400000', '111213.403000', '111213.406000', '111213.409000', '111213.411000', '111213.414000', '111213.419000', '111213.424000', '111213.427000', '111213.430000', '111213.433000', '111213.436000', '111213.439000', '111213.441000', '111213.444000', '111213.447000', '111213.450000', '111213.453000', '111213.456000', '111213.459000', '111213.462000', '111213.465000', '111213.468000', '111213.471000', '111213.474000', '111213.477000', '111213.480000', '111213.482000', '111213.485000', '111213.488000', '111213.491000', '111213.494000', '111233.366000', '111233.369000', '111233.372000', '111233.376000', '111233.378000', '111233.381000', '111233.384000', '111233.387000', '111233.390000', '111233.393000', '111233.396000', '111233.399000', '111233.402000', '111233.405000', '111233.408000', '111233.411000', '111233.414000', '111233.417000', '111233.420000', '111233.423000', '111233.425000', '111233.428000', '111233.431000', '111233.434000', '111233.437000', '111233.440000', '111233.443000', '111233.446000', '111233.449000', '111233.452000', '111233.455000', '111233.458000', '111233.461000', '111233.464000', '111233.467000', '111233.470000', '111233.472000', '111233.475000', '111233.478000', '111233.481000', '111233.484000', '111233.487000', '111233.490000', '111233.493000', '111253.366000', '111253.369000', '111253.372000', '111253.375000', '111253.378000', '111253.381000', '111253.384000', '111253.387000', '111253.390000', '111253.393000', '111253.396000', '111253.399000', '111253.401000', '111253.404000', '111253.407000', '111253.410000', '111253.413000', '111253.416000', '111253.419000', '111253.422000', '111253.425000', '111253.428000', '111253.431000', '111253.434000', '111253.437000', '111253.442000', '111253.445000', '111253.448000', '111253.451000', '111253.454000', '111253.457000', '111253.460000', '111253.462000', '111253.465000', '111253.468000', '111253.471000', '111253.474000', '111253.477000', '111253.480000', '111253.483000', '111253.486000', '111253.489000', '111253.492000', '111313.366000', '111313.369000', '111313.372000', '111313.375000', '111313.378000', '111313.381000', '111313.384000', '111313.387000', '111313.390000', '111313.393000', '111313.396000', '111313.405000', '111313.408000', '111313.411000', '111313.414000', '111313.426000', '111313.429000', '111313.432000', '111313.434000', '111313.437000', '111313.440000', '111313.443000', '111313.446000', '111313.449000', '111313.452000', '111313.455000', '111313.458000', '111313.461000', '111313.464000', '111313.467000', '111313.470000', '111313.473000', '111313.476000', '111313.478000', '111313.481000', '111313.484000', '111313.495000', '111313.498000', '111313.501000', '111313.504000', '111313.507000', '111313.510000', '111313.513000', '111313.516000', '111321.996000', '111322.001000', '111322.004000', '111322.007000', '111322.011000', '111322.014000', '111322.018000', '111322.021000', '111322.024000', '111322.028000', '111322.031000', '111322.035000', '111322.038000', '111322.042000', '111322.045000', '111322.048000', '111322.051000', '111322.055000', '111322.058000'], '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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'LargestImagePixelValue': [7625, 11619, 7759, 11975, 7564, 9793, 7163, 7226, 7144, 6893, 7564, 7066, 8631, 7052, 6547, 7313, 6692, 6801, 6988, 6597, 7765, 6625, 9248, 7045, 9863, 7114, 9682, 7432, 10168, 7728, 10699, 7929, 10691, 7411, 10409, 7256, 10359, 7476, 9660, 7154, 6350, 7972, 6759, 9774, 7025, 8200, 7556, 6674, 9230, 6628, 11080, 9279, 9191, 11496, 8663, 11676, 7795, 7636, 8042, 6843, 8165, 6831, 7346, 6847, 6710, 7253, 7597, 8046, 6679, 7823, 6308, 8093, 6482, 8236, 6605, 8892, 7149, 9248, 7054, 9064, 7324, 9031, 7474, 10882, 7360, 7837, 7331, 6565, 8062, 6873, 9350, 7587, 8450, 7301, 6848, 7924, 6801, 8666, 6966, 9522, 7199, 11155, 7544, 10687, 7473, 10103, 7245, 10024, 6999, 6788, 7238, 6674, 8292, 6788, 8580, 6994, 7941, 7229, 6384, 8379, 6850, 8576, 7201, 8797, 6887, 6670, 7658, 6617, 9855, 7616, 8229, 6941, 6447, 10388, 7108, 9829, 7800, 8522, 12244, 10840, 6685, 9138, 7005, 8461, 7325, 7183, 12841, 10040, 9287, 11956, 7988, 10261, 9399, 9420, 12663, 10215, 11357, 8551, 6714, 9450, 7307, 12401, 8056, 8146, 10056, 6968, 7479, 7256, 6952, 8232, 7194, 9140, 7312, 7010, 8981, 7653, 10010, 7748, 6690, 9517, 7250, 6753, 9364, 7317, 7411, 8047, 7048, 11286, 7243, 6810, 8674, 7299, 6938, 8050, 7358, 6735, 7201, 6901, 7281, 8980, 7021, 6811, 6806, 7756, 7196, 9253, 8453, 7418, 11761, 9697, 10350, 7752, 6839, 9067, 7660, 12447, 7648, 9432, 7847, 6769, 8881, 7326, 8947, 7301, 8387, 7698, 6735, 9114, 7284, 9688, 7451, 10156, 7222, 9041, 7789, 6591, 8957, 7220, 9388, 7304, 9271, 7618, 9338, 7591, 9167, 7513, 11501, 7179, 9747, 7352, 9175, 7651, 7960, 7702, 6463, 8293, 6446, 8378, 6678, 8791, 6799, 8944, 7341, 9425, 7481, 9020, 7472, 8864, 7304, 9221, 7237, 6280, 7623, 6309, 8314, 6518, 8880, 6501, 9402, 7479, 10303, 7592, 10649, 7458, 10741, 8678, 9403, 8847, 8985, 7034, 10818, 7325, 6519, 7555, 6530, 8737, 6968, 10217, 7597, 10454, 7466, 11878, 9535, 11170, 10105, 12424, 9331, 12363, 7894, 11695, 8257, 9787, 8162, 12144, 8996, 11769, 7060, 6854, 6985, 6444, 9433, 7326, 12718, 7322, 10286, 7684, 7925, 8758, 9406, 13555, 10630, 13347, 9487, 11479, 9394, 12092, 8306, 11993, 8912, 6790, 8187, 7135, 8404, 7116, 8320, 7022, 8952, 6890, 8320, 7269, 8586, 7247, 8597, 6887, 6950, 7284, 6625, 8113, 7068, 9104, 7155, 9277, 6984, 9033, 7503, 9740, 7574, 11017, 7876, 8685, 7739, 6745, 8006, 6899, 7956, 6774, 8098, 6768, 8451, 6833, 9049, 7425, 9019, 7210, 8923, 7114, 8967, 7321, 9697, 7074, 10310, 7258, 9954, 7599, 9774, 7206, 9133, 7230, 9095, 7413, 10067, 7210, 6563, 6914, 6481, 7498, 6633, 8108, 6529, 8805, 6576, 8408, 11421, 7738, 13061, 9183, 12762, 9896, 10115, 7321, 6592, 7681, 6731, 7790, 6646, 8953, 6971, 9279, 7039, 9197, 7191, 9092, 6993, 9454, 7850, 11667, 8394, 10910, 6957, 6881, 7577, 6508, 9629, 7332, 8171, 7306, 8391, 8164, 13333, 10306, 12342, 10875, 12523, 10041, 12167, 8540, 9793, 7131, 9422, 7153, 8420, 7127, 8612, 6935, 8833, 7027, 8296, 6981, 6639, 7497, 6549, 8215, 6758, 8932, 7054, 9125, 8602, 8214, 11500, 7955, 11315, 7965, 13464, 7819, 10701, 7712, 8758, 7395, 8278, 6847, 8503, 6918, 8331, 6919, 8187, 6885, 8433, 7124, 9144, 7144, 9375, 7249, 8959, 7174, 8787, 7175, 8526, 7114, 9003, 7084, 8901, 7386, 8995, 7339, 6501, 7248, 6593, 8770, 6991, 9458, 7430, 9762, 8711, 10776, 8750, 11228, 8028, 11123, 8702, 11603, 8702, 12135, 9241, 12064, 7713, 10074, 6679, 9050, 6530, 7853, 6910, 8659, 6881, 8752, 7131, 8833, 7300, 9123, 7225, 9556, 7132, 10151, 7383, 10782, 7189, 8442, 7635, 9413, 7715, 6659, 8083, 6592, 8310, 7179, 8594, 6984, 8729, 7300, 9065, 7335, 8918, 6965, 8939, 6987, 8226, 6809, 8977, 7359, 8869, 7125, 6657, 7623, 6625, 8823, 7083, 9808, 7614, 10467, 9176, 10279, 7374, 7254, 7693, 6511, 9169, 7501, 10643, 7410, 7092, 8956, 7136, 6719, 6972, 7120, 7561, 6702, 7263, 7861, 6763, 10502, 11183, 11156, 12900, 13766, 12382, 13102, 12979, 13154, 14303, 13067, 12665, 13992, 11941, 10046, 11511, 9325, 7446, 7265, 8182, 7649, 7401, 7814, 6877, 8048, 7413, 6997, 8060, 6966, 6963, 7441, 6971, 8102, 7357, 8241, 6913, 7088, 7091, 6820, 6675, 7114, 6846, 8320, 7001, 7683, 6920, 10377, 7257, 9289, 7584, 6488, 9345, 7263, 7377, 7242, 6767, 7903, 7131, 6691, 7723, 7068, 7047, 7421, 6801, 6514, 9247, 8327, 13157, 10236, 11475, 11965, 11377, 13012, 11903, 12972, 12025, 12655, 11437, 12338, 13889, 10385, 13338, 11668, 11355, 8832, 9107, 6923, 8047, 6809, 7807, 6956, 7167, 7052, 7390, 7017, 6580, 7018, 6402, 7134, 6467, 7516, 6268, 7690, 6422, 7853, 6475, 8023, 6589, 8839, 7346, 10889, 7114, 9148, 7089, 8045, 7114, 6679, 7833, 6621, 8113, 6688, 8010, 8046, 7833, 10778, 7996, 6688, 8465, 6439, 8612, 6856, 9053, 7433, 9641, 7514, 8446, 7082, 6701, 7847, 6574, 8556, 7048, 9369, 7354, 9346, 7261, 8808, 7955, 6772, 9161, 7230, 10281, 7722, 9939, 7704, 7673, 9462, 7589, 11845, 7660, 11518, 8113, 8723, 9127, 7606, 13565, 7896, 9488, 8064, 6670, 9329, 7518, 10199, 7765, 6390, 8583, 6874, 11909, 7900, 6464, 8987, 7412, 10819, 7587, 6537, 11527, 9376, 12875, 8596, 7527, 11951, 8810, 12808, 10442, 14281, 11249, 8665, 8280, 7576, 9249, 7140, 9696, 7706, 12600, 7703, 6935, 7840, 6780, 6747, 8316, 7374, 6696, 9249, 7346, 11515, 8229, 10375, 10728, 9973, 12395, 11830, 12887, 11905, 12071, 10421, 12107, 9470, 12342, 8239, 10178, 7407, 6831, 7908, 7383, 9869, 6933, 6978, 7340, 7028, 8013, 7338, 8513, 6981, 9074, 7060, 9473, 7163, 7060, 7849, 7169, 7149, 6943, 6869, 7603, 6890, 7979, 6992, 8362, 7188, 8911, 7350, 7389, 7557, 6731, 8671, 7279, 6411, 7608, 6691, 9073, 7252, 10808, 7566, 11752, 8016, 10728, 8405, 10923, 7740, 10277, 7646, 12295, 7305, 9917, 6995, 6683, 7246, 6636, 7712, 6460, 8470, 6654, 8995, 6728, 9100, 6903, 8674, 7499, 10736, 7587, 6632, 7451, 6262, 8591, 7249, 9012, 7430, 10206, 7503, 11260, 7717, 11003, 7903, 12866, 8583, 14194, 11328, 12454, 10459, 12961, 8923, 10799, 7944, 10249, 8046, 9258, 7831, 7271, 8285, 6784, 8440, 6814, 8261, 7052, 8235, 7106, 8894, 7125, 9096, 7239, 8744, 7293, 8447, 7129, 8792, 7270, 6642, 7462, 6606, 8068, 6865, 8569, 7169, 8962, 7286, 9758, 7324, 9552, 7064, 8866, 6985, 8579, 6863, 8040, 6539, 8295, 6809, 8539, 7083, 8834, 7062, 8709, 6898, 8465, 7002, 9641, 7060, 11298, 7523, 10010, 7122, 9026, 7087, 8979, 7199, 9141, 7107, 8733, 7108, 8930, 7361, 6610, 7361, 6353, 7421, 6746, 9136, 6885, 9605, 7548, 11933, 7635, 12683, 9758, 11759, 10066, 11149, 9945, 11972, 10134, 12134, 9118, 11292, 7731, 9539, 7156, 8434, 6966, 9174, 7105, 6494, 7063, 6288, 7638, 6876, 8915, 7091, 9581, 7428, 9916, 7716, 10470, 8904, 10204, 13401, 10128, 11981, 10627, 12161, 8529, 10922, 8147, 10014, 7285, 11906, 8630, 11280, 6768, 9486, 6867, 8923, 6976, 11434, 7419, 13174, 8409, 12284, 8986, 11100, 11884, 8521, 12454, 10619, 9848, 7221, 8817, 6938, 7292, 6858, 7278, 7117, 7125, 8082, 6999, 9452, 7073, 8489, 6940, 7937, 6758, 7751, 6873, 7651, 6999, 7618, 6995, 6470, 6780, 6352, 7537, 6602, 7748, 10985, 7399, 9320, 6999, 9048, 9116, 8406, 11608, 7822, 13171, 7420, 11094, 7518, 9296, 7266, 8766, 7218, 6589, 6977, 6422, 8081, 6850, 9144, 6417, 8683, 11240, 8042, 12463, 8407, 11779, 9136, 10917, 8055, 10856, 8517, 9124, 8639, 8122, 10631, 7955, 11670, 7498, 10494, 7483, 7536, 7666, 6496, 7984, 6780, 7518, 6806, 9061, 6954, 8720, 6603, 8766, 7863, 8377, 12840, 9399, 11221, 8756, 10021, 8645, 10989, 8042, 9942, 8318, 8059, 8084, 8060, 7320, 9013, 7264, 9351, 7010, 9318, 7058, 8797, 7212, 6606, 8114, 6714, 9527, 7274, 9376, 7338, 11704, 7525, 6691, 7713, 7356, 6927, 6718, 6791, 8902, 7139, 6534, 6664, 6774, 6974, 6959, 7357, 7324, 8981, 11541, 10185, 11760, 12147, 12054, 12157, 12256, 14318, 13398, 11083, 11795, 13354, 11469, 7345, 10138, 7609, 7058, 8169, 7108, 7147, 7724, 6858, 7048, 7057, 6851, 8524, 7039, 6684, 7768, 7313, 6902, 7965, 7524, 7645, 7615, 6744, 8034, 7311, 6559, 8685, 6445, 9511, 7124, 9804, 7850, 9277, 6636, 9104, 7142, 9091, 7206, 9337, 7156, 9226, 7488, 9258, 7373, 6697, 7882, 6790, 8591, 6875], 'WindowCenter': [4017.0, 4043.0, 3987.0, 4026.0, 3973.0, 3992.0, 3960.0, 3969.0, 3958.0, 3970.0, 3982.0, 3972.0, 3992.0, 3972.0, 3973.0, 3984.0, 3985.0, 3987.0, 3999.0, 3999.0, 4010.0, 3999.0, 4031.0, 4001.0, 4032.0, 3999.0, 4020.0, 3998.0, 4028.0, 3997.0, 4015.0, 3996.0, 4016.0, 3985.0, 4016.0, 3985.0, 4015.0, 3983.0, 4004.0, 3982.0, 3973.0, 3994.0, 3984.0, 4016.0, 3986.0, 4003.0, 3995.0, 3984.0, 4007.0, 3971.0, 4027.0, 4004.0, 4005.0, 4014.0, 3992.0, 4013.0, 3981.0, 3970.0, 3978.0, 3960.0, 3980.0, 3971.0, 3981.0, 3973.0, 3984.0, 3996.0, 3995.0, 3994.0, 3971.0, 3995.0, 3974.0, 3995.0, 3975.0, 3995.0, 3984.0, 4005.0, 3984.0, 4005.0, 3981.0, 4004.0, 3985.0, 4004.0, 3984.0, 4024.0, 3984.0, 3993.0, 3983.0, 3974.0, 3995.0, 3985.0, 4016.0, 3996.0, 4006.0, 3996.0, 3985.0, 3996.0, 3985.0, 4006.0, 3985.0, 4015.0, 3981.0, 4023.0, 3993.0, 4014.0, 3983.0, 4014.0, 3981.0, 4014.0, 3983.0, 3973.0, 3984.0, 3986.0, 4005.0, 3985.0, 4007.0, 3997.0, 4007.0, 3996.0, 3987.0, 4006.0, 3988.0, 4020.0, 3999.0, 4020.0, 3997.0, 3997.0, 4011.0, 4000.0, 4030.0, 4011.0, 4018.0, 4001.0, 4000.0, 4041.0, 4000.0, 4042.0, 4023.0, 4035.0, 4064.0, 4038.0, 3987.0, 4017.0, 4000.0, 4019.0, 3996.0, 3983.0, 4048.0, 4029.0, 4015.0, 4035.0, 3995.0, 4015.0, 4005.0, 4003.0, 4036.0, 4014.0, 4012.0, 3991.0, 3957.0, 3991.0, 3970.0, 4022.0, 3980.0, 3979.0, 4000.0, 3969.0, 3968.0, 3969.0, 3969.0, 3981.0, 3971.0, 3991.0, 3981.0, 3971.0, 3992.0, 3981.0, 4001.0, 3969.0, 3958.0, 3990.0, 3969.0, 3971.0, 3991.0, 3972.0, 3972.0, 3982.0, 3973.0, 4012.0, 3971.0, 3971.0, 3992.0, 3981.0, 3970.0, 3982.0, 3984.0, 3987.0, 3996.0, 3985.0, 3983.0, 3991.0, 3983.0, 3987.0, 3987.0, 3996.0, 3987.0, 4017.0, 4007.0, 3986.0, 4026.0, 4006.0, 4015.0, 3982.0, 3972.0, 3993.0, 3983.0, 4025.0, 3982.0, 3991.0, 3980.0, 3972.0, 3990.0, 3981.0, 3992.0, 3982.0, 3991.0, 3982.0, 3973.0, 3993.0, 3982.0, 4002.0, 3971.0, 4002.0, 3981.0, 3991.0, 3983.0, 3971.0, 3993.0, 3983.0, 4001.0, 3980.0, 3992.0, 3983.0, 4002.0, 3983.0, 4004.0, 3983.0, 4013.0, 3972.0, 4003.0, 3982.0, 4003.0, 3984.0, 3992.0, 3983.0, 3972.0, 3993.0, 3971.0, 3991.0, 3974.0, 4005.0, 3984.0, 4003.0, 3985.0, 4005.0, 3985.0, 4006.0, 3986.0, 4006.0, 3996.0, 4017.0, 3993.0, 3973.0, 3996.0, 3986.0, 4008.0, 3988.0, 4020.0, 3989.0, 4020.0, 3997.0, 4029.0, 4007.0, 4027.0, 3997.0, 4029.0, 4006.0, 4018.0, 4006.0, 4005.0, 3984.0, 4016.0, 3995.0, 3975.0, 3997.0, 3988.0, 4019.0, 4009.0, 4040.0, 4013.0, 4042.0, 4012.0, 4053.0, 4030.0, 4040.0, 4029.0, 4039.0, 4003.0, 4037.0, 3993.0, 4025.0, 3993.0, 4003.0, 3980.0, 4023.0, 3992.0, 4012.0, 3970.0, 3970.0, 3969.0, 3959.0, 4002.0, 3982.0, 4023.0, 3971.0, 4002.0, 3980.0, 3981.0, 3980.0, 3990.0, 4020.0, 4000.0, 4020.0, 3988.0, 3998.0, 3989.0, 4008.0, 3966.0, 3997.0, 3976.0, 3944.0, 3964.0, 3942.0, 3963.0, 3942.0, 3963.0, 3941.0, 3962.0, 3940.0, 3952.0, 3952.0, 3963.0, 3954.0, 3964.0, 3955.0, 3955.0, 3965.0, 3957.0, 3966.0, 3968.0, 3989.0, 3970.0, 3989.0, 3970.0, 3989.0, 3969.0, 3990.0, 3969.0, 4000.0, 3969.0, 3977.0, 3968.0, 3958.0, 3979.0, 3957.0, 3979.0, 3959.0, 3979.0, 3971.0, 3990.0, 3971.0, 3990.0, 3982.0, 3993.0, 3979.0, 4002.0, 3983.0, 4004.0, 3983.0, 4004.0, 3984.0, 4015.0, 3984.0, 4003.0, 3982.0, 4003.0, 3983.0, 4003.0, 3982.0, 3992.0, 3980.0, 4002.0, 3982.0, 3972.0, 3983.0, 3973.0, 3996.0, 3987.0, 4007.0, 3986.0, 4016.0, 3987.0, 4007.0, 4024.0, 3996.0, 4036.0, 4006.0, 4037.0, 4016.0, 4014.0, 3984.0, 3972.0, 3995.0, 3982.0, 3993.0, 3986.0, 4006.0, 3983.0, 4017.0, 3997.0, 4015.0, 3986.0, 4005.0, 3986.0, 4016.0, 3995.0, 4026.0, 3995.0, 4026.0, 3984.0, 3985.0, 3995.0, 3973.0, 4016.0, 3996.0, 4006.0, 3997.0, 4006.0, 4008.0, 4048.0, 4014.0, 4025.0, 4014.0, 4024.0, 4002.0, 4010.0, 3980.0, 3989.0, 3968.0, 3990.0, 3969.0, 3980.0, 3968.0, 3978.0, 3970.0, 3989.0, 3971.0, 3990.0, 3970.0, 3971.0, 3982.0, 3972.0, 3992.0, 3984.0, 4004.0, 3984.0, 4004.0, 3994.0, 3993.0, 4012.0, 3981.0, 4012.0, 3980.0, 4021.0, 3969.0, 4000.0, 3968.0, 3990.0, 3968.0, 3979.0, 3957.0, 3988.0, 3969.0, 3979.0, 3970.0, 3991.0, 3981.0, 3991.0, 3982.0, 4004.0, 3985.0, 4003.0, 3985.0, 4005.0, 3983.0, 3995.0, 3985.0, 3995.0, 3983.0, 4004.0, 3983.0, 4004.0, 3984.0, 4004.0, 3995.0, 3974.0, 3997.0, 3986.0, 4015.0, 3998.0, 4028.0, 3998.0, 4027.0, 4005.0, 4028.0, 4007.0, 4025.0, 3995.0, 4015.0, 3994.0, 4026.0, 3993.0, 4024.0, 3992.0, 4023.0, 3980.0, 4000.0, 3959.0, 3990.0, 3958.0, 3979.0, 3969.0, 3990.0, 3970.0, 3988.0, 3971.0, 3992.0, 3981.0, 4002.0, 3984.0, 4004.0, 3984.0, 4013.0, 3985.0, 4014.0, 3972.0, 3991.0, 3994.0, 4003.0, 3982.0, 3971.0, 3983.0, 3973.0, 3994.0, 3984.0, 4006.0, 3984.0, 4006.0, 3994.0, 4017.0, 3995.0, 4004.0, 3984.0, 4005.0, 3984.0, 3995.0, 3973.0, 4003.0, 3984.0, 4004.0, 3984.0, 3985.0, 3997.0, 3986.0, 4019.0, 3999.0, 4029.0, 4006.0, 4029.0, 4018.0, 4028.0, 3995.0, 3997.0, 4008.0, 3988.0, 4018.0, 4010.0, 4041.0, 4010.0, 4001.0, 4033.0, 4010.0, 3999.0, 4009.0, 4006.0, 4019.0, 3995.0, 4006.0, 4015.0, 3993.0, 4037.0, 4021.0, 4010.0, 4039.0, 4037.0, 4014.0, 3998.0, 4000.0, 3996.0, 3993.0, 3972.0, 3968.0, 3966.0, 3956.0, 3933.0, 3940.0, 3921.0, 3899.0, 3899.0, 3908.0, 3910.0, 3910.0, 3910.0, 3902.0, 3924.0, 3923.0, 3913.0, 3923.0, 3925.0, 3926.0, 3927.0, 3928.0, 3939.0, 3940.0, 3951.0, 3942.0, 3943.0, 3956.0, 3959.0, 3960.0, 3969.0, 3970.0, 3991.0, 3983.0, 3994.0, 3984.0, 4017.0, 3996.0, 4005.0, 3984.0, 3974.0, 4004.0, 3984.0, 3986.0, 3997.0, 4000.0, 4021.0, 3999.0, 3986.0, 3997.0, 3997.0, 3995.0, 4010.0, 3998.0, 3987.0, 4029.0, 4006.0, 4049.0, 4031.0, 4039.0, 4038.0, 4027.0, 4038.0, 4026.0, 4025.0, 4010.0, 4008.0, 3996.0, 3996.0, 3996.0, 3974.0, 3993.0, 3970.0, 3970.0, 3949.0, 3949.0, 3928.0, 3937.0, 3927.0, 3939.0, 3941.0, 3941.0, 3953.0, 3953.0, 3954.0, 3955.0, 3967.0, 3957.0, 3967.0, 3956.0, 3969.0, 3958.0, 3979.0, 3959.0, 3980.0, 3959.0, 3980.0, 3970.0, 3990.0, 3982.0, 4011.0, 3971.0, 4000.0, 3970.0, 3991.0, 3981.0, 3972.0, 3993.0, 3971.0, 3992.0, 3972.0, 3992.0, 3992.0, 3982.0, 4013.0, 3993.0, 3971.0, 3992.0, 3971.0, 3991.0, 3971.0, 4004.0, 3984.0, 4014.0, 3984.0, 3993.0, 3984.0, 3982.0, 4006.0, 3984.0, 4003.0, 3984.0, 4004.0, 3995.0, 4004.0, 3995.0, 4005.0, 3995.0, 3984.0, 4016.0, 3994.0, 4015.0, 3995.0, 4015.0, 3996.0, 3995.0, 4014.0, 3994.0, 4025.0, 3994.0, 4024.0, 3995.0, 4005.0, 4004.0, 3993.0, 4036.0, 3994.0, 4014.0, 3994.0, 3984.0, 4004.0, 3995.0, 4015.0, 3995.0, 3975.0, 4016.0, 3999.0, 4037.0, 4007.0, 3984.0, 4017.0, 3996.0, 4026.0, 3995.0, 3986.0, 4036.0, 4018.0, 4036.0, 4005.0, 3984.0, 4024.0, 4004.0, 4024.0, 4013.0, 4032.0, 4013.0, 3980.0, 3978.0, 3969.0, 3989.0, 3970.0, 3990.0, 3979.0, 4021.0, 3980.0, 3970.0, 3977.0, 3958.0, 3971.0, 4005.0, 3982.0, 3973.0, 4004.0, 3983.0, 4025.0, 3994.0, 4014.0, 4014.0, 4002.0, 4013.0, 4010.0, 4012.0, 3998.0, 3985.0, 3973.0, 3983.0, 3963.0, 3981.0, 3951.0, 3960.0, 3940.0, 3929.0, 3949.0, 3941.0, 3960.0, 3939.0, 3941.0, 3942.0, 3942.0, 3953.0, 3951.0, 3962.0, 3941.0, 3961.0, 3941.0, 3974.0, 3956.0, 3953.0, 3964.0, 3957.0, 3956.0, 3957.0, 3956.0, 3968.0, 3969.0, 3979.0, 3969.0, 3991.0, 3971.0, 3988.0, 3971.0, 3970.0, 3979.0, 3960.0, 3991.0, 3983.0, 3973.0, 3983.0, 3985.0, 4005.0, 3984.0, 4015.0, 3994.0, 4023.0, 3991.0, 4010.0, 3992.0, 4010.0, 3981.0, 4000.0, 3969.0, 4010.0, 3969.0, 3999.0, 3970.0, 3959.0, 3970.0, 3970.0, 3979.0, 3961.0, 3993.0, 3973.0, 4002.0, 3970.0, 4004.0, 3988.0, 4010.0, 3984.0, 4014.0, 3984.0, 3968.0, 3985.0, 3987.0, 4003.0, 3995.0, 4018.0, 3999.0, 4030.0, 4010.0, 4026.0, 3996.0, 4026.0, 3995.0, 4035.0, 4006.0, 4036.0, 4015.0, 4024.0, 4003.0, 4020.0, 3989.0, 3999.0, 3980.0, 4001.0, 3980.0, 3988.0, 3969.0, 3968.0, 3979.0, 3958.0, 3979.0, 3958.0, 3978.0, 3958.0, 3978.0, 3959.0, 3987.0, 3971.0, 3991.0, 3970.0, 3990.0, 3970.0, 3992.0, 3972.0, 3990.0, 3971.0, 3971.0, 3982.0, 3971.0, 3982.0, 3972.0, 3994.0, 3984.0, 4004.0, 3984.0, 4002.0, 3983.0, 4003.0, 3972.0, 3991.0, 3970.0, 3990.0, 3959.0, 3981.0, 3960.0, 3980.0, 3960.0, 3991.0, 3971.0, 4004.0, 3984.0, 4004.0, 3986.0, 3996.0, 3986.0, 4015.0, 3987.0, 4026.0, 3995.0, 4016.0, 3974.0, 4005.0, 3973.0, 3994.0, 3971.0, 3990.0, 3971.0, 3992.0, 3973.0, 4001.0, 3982.0, 3983.0, 3998.0, 3988.0, 3998.0, 3998.0, 4016.0, 3997.0, 4016.0, 3997.0, 4037.0, 3998.0, 4037.0, 4019.0, 4038.0, 4018.0, 4028.0, 4016.0, 4026.0, 4017.0, 4021.0, 3992.0, 4012.0, 3970.0, 4002.0, 3970.0, 3980.0, 3969.0, 3990.0, 3970.0, 3972.0, 3982.0, 3972.0, 3993.0, 3987.0, 4017.0, 3994.0, 4019.0, 3996.0, 4016.0, 3998.0, 4029.0, 4005.0, 4016.0, 4036.0, 4014.0, 4012.0, 4003.0, 4011.0, 3991.0, 4001.0, 3979.0, 4000.0, 3969.0, 4008.0, 3977.0, 3999.0, 3958.0, 3988.0, 3956.0, 3989.0, 3970.0, 4009.0, 3969.0, 4020.0, 3979.0, 4011.0, 3977.0, 4000.0, 3997.0, 3965.0, 3994.0, 3986.0, 3974.0, 3953.0, 3963.0, 3942.0, 3942.0, 3943.0, 3953.0, 3941.0, 3954.0, 3964.0, 3954.0, 3975.0, 3955.0, 3966.0, 3955.0, 3954.0, 3945.0, 3954.0, 3944.0, 3965.0, 3957.0, 3979.0, 3971.0, 3961.0, 3974.0, 3974.0, 3994.0, 3984.0, 3995.0, 4027.0, 3983.0, 4005.0, 3982.0, 4006.0, 4005.0, 3995.0, 4026.0, 3982.0, 4023.0, 3981.0, 4011.0, 3980.0, 4001.0, 3982.0, 3989.0, 3981.0, 3971.0, 3982.0, 3972.0, 3994.0, 3985.0, 4017.0, 3985.0, 4019.0, 4028.0, 3997.0, 4036.0, 3995.0, 4025.0, 4003.0, 4013.0, 3982.0, 4012.0, 3990.0, 3990.0, 3991.0, 3980.0, 3999.0, 3979.0, 4010.0, 3967.0, 3999.0, 3968.0, 3969.0, 3978.0, 3959.0, 3981.0, 3972.0, 3980.0, 3984.0, 4016.0, 3997.0, 4016.0, 3986.0, 4017.0, 4007.0, 4009.0, 4038.0, 4018.0, 4026.0, 4006.0, 4016.0, 3994.0, 4014.0, 3980.0, 4002.0, 3991.0, 3981.0, 3979.0, 3979.0, 3971.0, 3991.0, 3980.0, 4002.0, 3971.0, 4002.0, 3982.0, 3992.0, 3983.0, 3971.0, 3994.0, 3973.0, 4003.0, 3983.0, 4005.0, 3985.0, 4038.0, 3998.0, 3985.0, 3994.0, 3997.0, 3984.0, 3971.0, 3971.0, 3977.0, 3957.0, 3948.0, 3949.0, 3933.0, 3943.0, 3942.0, 3965.0, 3965.0, 3974.0, 4012.0, 4001.0, 3999.0, 3996.0, 3985.0, 3983.0, 3972.0, 3991.0, 3981.0, 3959.0, 3953.0, 3966.0, 3942.0, 3899.0, 3929.0, 3899.0, 3899.0, 3909.0, 3901.0, 3912.0, 3923.0, 3914.0, 3925.0, 3926.0, 3926.0, 3949.0, 3939.0, 3942.0, 3952.0, 3954.0, 3956.0, 3979.0, 3966.0, 3983.0, 3980.0, 3959.0, 3980.0, 3980.0, 3971.0, 3994.0, 3972.0, 4005.0, 3984.0, 4004.0, 3982.0, 4005.0, 3971.0, 3991.0, 3970.0, 3991.0, 3981.0, 4003.0, 3971.0, 4004.0, 3983.0, 4003.0, 3982.0, 3971.0, 3994.0, 3984.0, 4006.0, 3986.0], 'WindowWidth': [8984.0, 9007.0, 8923.0, 8970.0, 8892.0, 8915.0, 8871.0, 8880.0, 8866.0, 8883.0, 8903.0, 8891.0, 8917.0, 8891.0, 8895.0, 8911.0, 8917.0, 8920.0, 8942.0, 8941.0, 8957.0, 8942.0, 8986.0, 8947.0, 8988.0, 8940.0, 8969.0, 8937.0, 8976.0, 8933.0, 8956.0, 8931.0, 8957.0, 8913.0, 8954.0, 8914.0, 8953.0, 8909.0, 8935.0, 8905.0, 8894.0, 8924.0, 8911.0, 8955.0, 8919.0, 8937.0, 8928.0, 8913.0, 8945.0, 8892.0, 8971.0, 8936.0, 8939.0, 8948.0, 8916.0, 8945.0, 8899.0, 8882.0, 8892.0, 8870.0, 8898.0, 8888.0, 8903.0, 8896.0, 8911.0, 8928.0, 8925.0, 8923.0, 8892.0, 8926.0, 8899.0, 8926.0, 8901.0, 8928.0, 8912.0, 8940.0, 8911.0, 8940.0, 8906.0, 8937.0, 8913.0, 8937.0, 8911.0, 8964.0, 8912.0, 8922.0, 8909.0, 8897.0, 8927.0, 8916.0, 8956.0, 8930.0, 8944.0, 8932.0, 8916.0, 8931.0, 8915.0, 8945.0, 8915.0, 8956.0, 8905.0, 8965.0, 8923.0, 8951.0, 8909.0, 8949.0, 8905.0, 8952.0, 8908.0, 8895.0, 8913.0, 8916.0, 8941.0, 8916.0, 8948.0, 8936.0, 8947.0, 8932.0, 8920.0, 8946.0, 8923.0, 8969.0, 8941.0, 8971.0, 8938.0, 8939.0, 8961.0, 8945.0, 8983.0, 8960.0, 8968.0, 8946.0, 8944.0, 9001.0, 8945.0, 9006.0, 8983.0, 9000.0, 9039.0, 8992.0, 8922.0, 8964.0, 8944.0, 8970.0, 8934.0, 8912.0, 9003.0, 8984.0, 8956.0, 8985.0, 8927.0, 8953.0, 8941.0, 8938.0, 8985.0, 8951.0, 8942.0, 8912.0, 8864.0, 8912.0, 8884.0, 8957.0, 8897.0, 8895.0, 8924.0, 8881.0, 8878.0, 8880.0, 8881.0, 8899.0, 8888.0, 8914.0, 8903.0, 8891.0, 8915.0, 8900.0, 8926.0, 8881.0, 8865.0, 8911.0, 8883.0, 8887.0, 8915.0, 8889.0, 8889.0, 8901.0, 8894.0, 8943.0, 8887.0, 8886.0, 8916.0, 8902.0, 8885.0, 8902.0, 8912.0, 8922.0, 8931.0, 8912.0, 8905.0, 8914.0, 8909.0, 8920.0, 8921.0, 8930.0, 8919.0, 8957.0, 8946.0, 8917.0, 8968.0, 8940.0, 8950.0, 8902.0, 8888.0, 8917.0, 8904.0, 8965.0, 8904.0, 8913.0, 8898.0, 8888.0, 8912.0, 8900.0, 8915.0, 8904.0, 8916.0, 8905.0, 8892.0, 8918.0, 8903.0, 8930.0, 8887.0, 8930.0, 8901.0, 8915.0, 8905.0, 8887.0, 8919.0, 8904.0, 8928.0, 8899.0, 8917.0, 8904.0, 8930.0, 8906.0, 8935.0, 8907.0, 8947.0, 8890.0, 8930.0, 8904.0, 8930.0, 8908.0, 8918.0, 8906.0, 8890.0, 8920.0, 8890.0, 8917.0, 8895.0, 8939.0, 8913.0, 8934.0, 8911.0, 8938.0, 8915.0, 8941.0, 8916.0, 8944.0, 8932.0, 8959.0, 8923.0, 8897.0, 8932.0, 8918.0, 8950.0, 8924.0, 8967.0, 8928.0, 8968.0, 8936.0, 8982.0, 8949.0, 8977.0, 8933.0, 8979.0, 8943.0, 8961.0, 8943.0, 8941.0, 8911.0, 8955.0, 8928.0, 8902.0, 8934.0, 8926.0, 8970.0, 8957.0, 8999.0, 8966.0, 9003.0, 8962.0, 9020.0, 8983.0, 9000.0, 8978.0, 8994.0, 8938.0, 8987.0, 8922.0, 8967.0, 8921.0, 8934.0, 8899.0, 8958.0, 8915.0, 8942.0, 8885.0, 8884.0, 8884.0, 8872.0, 8930.0, 8903.0, 8960.0, 8888.0, 8928.0, 8899.0, 8900.0, 8899.0, 8911.0, 8954.0, 8924.0, 8950.0, 8904.0, 8917.0, 8906.0, 8931.0, 8871.0, 8913.0, 8884.0, 8837.0, 8864.0, 8832.0, 8860.0, 8832.0, 8861.0, 8831.0, 8858.0, 8828.0, 8845.0, 8846.0, 8861.0, 8852.0, 8865.0, 8856.0, 8856.0, 8871.0, 8860.0, 8873.0, 8878.0, 8905.0, 8882.0, 8906.0, 8883.0, 8907.0, 8880.0, 8908.0, 8882.0, 8923.0, 8880.0, 8889.0, 8878.0, 8862.0, 8892.0, 8862.0, 8894.0, 8867.0, 8896.0, 8889.0, 8912.0, 8887.0, 8913.0, 8904.0, 8919.0, 8899.0, 8932.0, 8910.0, 8937.0, 8910.0, 8937.0, 8912.0, 8951.0, 8910.0, 8934.0, 8905.0, 8934.0, 8908.0, 8934.0, 8906.0, 8918.0, 8901.0, 8931.0, 8904.0, 8892.0, 8907.0, 8898.0, 8932.0, 8922.0, 8947.0, 8919.0, 8960.0, 8920.0, 8948.0, 8968.0, 8932.0, 8985.0, 8944.0, 8985.0, 8956.0, 8951.0, 8911.0, 8894.0, 8927.0, 8909.0, 8925.0, 8917.0, 8945.0, 8913.0, 8960.0, 8934.0, 8958.0, 8919.0, 8943.0, 8920.0, 8958.0, 8928.0, 8971.0, 8927.0, 8969.0, 8911.0, 8915.0, 8928.0, 8898.0, 8958.0, 8932.0, 8945.0, 8934.0, 8945.0, 8950.0, 9002.0, 8954.0, 8972.0, 8951.0, 8965.0, 8930.0, 8940.0, 8897.0, 8908.0, 8880.0, 8909.0, 8882.0, 8896.0, 8880.0, 8891.0, 8884.0, 8908.0, 8888.0, 8913.0, 8887.0, 8889.0, 8906.0, 8895.0, 8921.0, 8913.0, 8938.0, 8911.0, 8940.0, 8923.0, 8920.0, 8944.0, 8901.0, 8942.0, 8899.0, 8956.0, 8882.0, 8923.0, 8879.0, 8911.0, 8881.0, 8893.0, 8865.0, 8906.0, 8882.0, 8895.0, 8884.0, 8915.0, 8904.0, 8915.0, 8907.0, 8937.0, 8913.0, 8935.0, 8912.0, 8938.0, 8909.0, 8926.0, 8912.0, 8924.0, 8908.0, 8937.0, 8908.0, 8935.0, 8913.0, 8938.0, 8929.0, 8900.0, 8933.0, 8921.0, 8957.0, 8938.0, 8979.0, 8938.0, 8977.0, 8945.0, 8977.0, 8946.0, 8968.0, 8926.0, 8952.0, 8924.0, 8970.0, 8921.0, 8963.0, 8917.0, 8960.0, 8898.0, 8925.0, 8867.0, 8909.0, 8866.0, 8895.0, 8881.0, 8909.0, 8883.0, 8908.0, 8888.0, 8916.0, 8904.0, 8930.0, 8911.0, 8937.0, 8912.0, 8947.0, 8912.0, 8949.0, 8892.0, 8916.0, 8924.0, 8935.0, 8906.0, 8889.0, 8907.0, 8895.0, 8924.0, 8912.0, 8945.0, 8913.0, 8945.0, 8930.0, 8960.0, 8930.0, 8939.0, 8912.0, 8941.0, 8913.0, 8928.0, 8897.0, 8936.0, 8911.0, 8939.0, 8913.0, 8915.0, 8935.0, 8921.0, 8967.0, 8940.0, 8982.0, 8947.0, 8979.0, 8965.0, 8975.0, 8933.0, 8936.0, 8953.0, 8928.0, 8965.0, 8958.0, 9000.0, 8960.0, 8948.0, 8993.0, 8961.0, 8944.0, 8957.0, 8955.0, 8975.0, 8936.0, 8951.0, 8964.0, 8931.0, 8991.0, 8964.0, 8943.0, 8997.0, 8992.0, 8955.0, 8921.0, 8927.0, 8913.0, 8901.0, 8870.0, 8856.0, 8850.0, 8837.0, 8800.0, 8805.0, 8779.0, 8750.0, 8747.0, 8761.0, 8763.0, 8765.0, 8767.0, 8757.0, 8790.0, 8790.0, 8777.0, 8791.0, 8795.0, 8798.0, 8801.0, 8805.0, 8820.0, 8825.0, 8841.0, 8831.0, 8836.0, 8862.0, 8868.0, 8870.0, 8881.0, 8884.0, 8915.0, 8909.0, 8922.0, 8913.0, 8958.0, 8931.0, 8940.0, 8910.0, 8895.0, 8935.0, 8911.0, 8916.0, 8936.0, 8947.0, 8973.0, 8940.0, 8920.0, 8933.0, 8934.0, 8931.0, 8955.0, 8940.0, 8923.0, 8981.0, 8949.0, 9008.0, 8985.0, 8993.0, 8992.0, 8973.0, 8991.0, 8968.0, 8969.0, 8938.0, 8936.0, 8912.0, 8913.0, 8909.0, 8876.0, 8901.0, 8866.0, 8866.0, 8836.0, 8835.0, 8806.0, 8817.0, 8806.0, 8823.0, 8828.0, 8830.0, 8851.0, 8851.0, 8855.0, 8858.0, 8876.0, 8863.0, 8878.0, 8863.0, 8881.0, 8866.0, 8896.0, 8868.0, 8898.0, 8869.0, 8899.0, 8888.0, 8913.0, 8904.0, 8941.0, 8888.0, 8926.0, 8888.0, 8915.0, 8905.0, 8893.0, 8921.0, 8892.0, 8920.0, 8891.0, 8919.0, 8917.0, 8906.0, 8948.0, 8921.0, 8889.0, 8918.0, 8889.0, 8917.0, 8891.0, 8936.0, 8911.0, 8951.0, 8911.0, 8922.0, 8911.0, 8908.0, 8944.0, 8913.0, 8937.0, 8912.0, 8939.0, 8928.0, 8939.0, 8929.0, 8942.0, 8929.0, 8913.0, 8957.0, 8927.0, 8954.0, 8929.0, 8955.0, 8931.0, 8929.0, 8954.0, 8927.0, 8970.0, 8926.0, 8966.0, 8929.0, 8942.0, 8939.0, 8923.0, 8985.0, 8924.0, 8950.0, 8925.0, 8913.0, 8939.0, 8928.0, 8955.0, 8928.0, 8901.0, 8960.0, 8944.0, 8990.0, 8949.0, 8917.0, 8961.0, 8932.0, 8971.0, 8929.0, 8917.0, 8988.0, 8965.0, 8986.0, 8942.0, 8911.0, 8967.0, 8938.0, 8965.0, 8947.0, 8973.0, 8946.0, 8897.0, 8893.0, 8879.0, 8907.0, 8883.0, 8911.0, 8896.0, 8954.0, 8900.0, 8885.0, 8890.0, 8866.0, 8888.0, 8940.0, 8907.0, 8894.0, 8936.0, 8910.0, 8965.0, 8923.0, 8947.0, 8949.0, 8928.0, 8948.0, 8936.0, 8947.0, 8914.0, 8895.0, 8872.0, 8886.0, 8857.0, 8881.0, 8840.0, 8852.0, 8824.0, 8810.0, 8837.0, 8828.0, 8852.0, 8824.0, 8827.0, 8830.0, 8833.0, 8847.0, 8843.0, 8858.0, 8829.0, 8857.0, 8831.0, 8877.0, 8857.0, 8851.0, 8865.0, 8860.0, 8858.0, 8861.0, 8860.0, 8879.0, 8879.0, 8893.0, 8882.0, 8914.0, 8888.0, 8907.0, 8887.0, 8884.0, 8894.0, 8872.0, 8913.0, 8907.0, 8894.0, 8907.0, 8913.0, 8940.0, 8912.0, 8952.0, 8924.0, 8960.0, 8915.0, 8940.0, 8916.0, 8940.0, 8901.0, 8924.0, 8880.0, 8936.0, 8881.0, 8920.0, 8882.0, 8869.0, 8885.0, 8886.0, 8898.0, 8875.0, 8920.0, 8892.0, 8932.0, 8888.0, 8936.0, 8923.0, 8955.0, 8913.0, 8950.0, 8908.0, 8882.0, 8912.0, 8920.0, 8936.0, 8930.0, 8966.0, 8940.0, 8984.0, 8957.0, 8970.0, 8929.0, 8967.0, 8926.0, 8979.0, 8940.0, 8982.0, 8953.0, 8965.0, 8932.0, 8951.0, 8907.0, 8919.0, 8898.0, 8925.0, 8895.0, 8905.0, 8881.0, 8878.0, 8895.0, 8865.0, 8894.0, 8865.0, 8889.0, 8864.0, 8891.0, 8868.0, 8902.0, 8884.0, 8911.0, 8884.0, 8909.0, 8884.0, 8915.0, 8891.0, 8913.0, 8887.0, 8887.0, 8902.0, 8889.0, 8904.0, 8892.0, 8922.0, 8910.0, 8937.0, 8911.0, 8931.0, 8906.0, 8932.0, 8888.0, 8913.0, 8883.0, 8911.0, 8869.0, 8898.0, 8870.0, 8896.0, 8872.0, 8913.0, 8888.0, 8936.0, 8911.0, 8937.0, 8916.0, 8929.0, 8917.0, 8954.0, 8918.0, 8970.0, 8928.0, 8955.0, 8897.0, 8939.0, 8894.0, 8923.0, 8889.0, 8913.0, 8888.0, 8918.0, 8894.0, 8930.0, 8906.0, 8911.0, 8939.0, 8926.0, 8937.0, 8941.0, 8960.0, 8934.0, 8958.0, 8935.0, 8989.0, 8936.0, 8988.0, 8964.0, 8992.0, 8963.0, 8975.0, 8956.0, 8969.0, 8957.0, 8960.0, 8917.0, 8943.0, 8885.0, 8931.0, 8889.0, 8897.0, 8884.0, 8912.0, 8887.0, 8891.0, 8906.0, 8894.0, 8926.0, 8924.0, 8962.0, 8932.0, 8967.0, 8934.0, 8961.0, 8935.0, 8978.0, 8942.0, 8958.0, 8984.0, 8950.0, 8947.0, 8933.0, 8942.0, 8913.0, 8926.0, 8894.0, 8924.0, 8881.0, 8932.0, 8890.0, 8920.0, 8864.0, 8904.0, 8863.0, 8910.0, 8886.0, 8936.0, 8883.0, 8952.0, 8894.0, 8940.0, 8889.0, 8922.0, 8912.0, 8869.0, 8909.0, 8897.0, 8880.0, 8849.0, 8861.0, 8832.0, 8832.0, 8833.0, 8847.0, 8831.0, 8851.0, 8864.0, 8853.0, 8881.0, 8855.0, 8871.0, 8854.0, 8852.0, 8841.0, 8853.0, 8840.0, 8868.0, 8865.0, 8895.0, 8889.0, 8877.0, 8899.0, 8899.0, 8925.0, 8913.0, 8928.0, 8972.0, 8909.0, 8940.0, 8908.0, 8943.0, 8939.0, 8925.0, 8966.0, 8905.0, 8961.0, 8902.0, 8943.0, 8900.0, 8927.0, 8905.0, 8911.0, 8903.0, 8889.0, 8906.0, 8895.0, 8926.0, 8916.0, 8962.0, 8919.0, 8965.0, 8974.0, 8932.0, 8982.0, 8926.0, 8968.0, 8935.0, 8950.0, 8906.0, 8945.0, 8912.0, 8911.0, 8913.0, 8898.0, 8921.0, 8893.0, 8935.0, 8877.0, 8919.0, 8879.0, 8882.0, 8894.0, 8870.0, 8901.0, 8892.0, 8903.0, 8915.0, 8957.0, 8935.0, 8962.0, 8922.0, 8963.0, 8948.0, 8952.0, 8990.0, 8962.0, 8972.0, 8945.0, 8960.0, 8925.0, 8953.0, 8901.0, 8932.0, 8914.0, 8900.0, 8899.0, 8896.0, 8887.0, 8914.0, 8900.0, 8931.0, 8890.0, 8931.0, 8906.0, 8920.0, 8908.0, 8891.0, 8926.0, 8896.0, 8935.0, 8907.0, 8940.0, 8915.0, 8991.0, 8939.0, 8917.0, 8926.0, 8933.0, 8912.0, 8886.0, 8887.0, 8884.0, 8858.0, 8847.0, 8848.0, 8817.0, 8829.0, 8830.0, 8874.0, 8874.0, 8882.0, 8945.0, 8927.0, 8920.0, 8915.0, 8897.0, 8887.0, 8870.0, 8893.0, 8879.0, 8844.0, 8829.0, 8851.0, 8809.0, 8748.0, 8789.0, 8747.0, 8748.0, 8762.0, 8755.0, 8773.0, 8788.0, 8780.0, 8795.0, 8798.0, 8800.0, 8833.0, 8824.0, 8832.0, 8846.0, 8852.0, 8859.0, 8892.0, 8873.0, 8906.0, 8896.0, 8869.0, 8898.0, 8900.0, 8889.0, 8923.0, 8892.0, 8939.0, 8910.0, 8936.0, 8903.0, 8937.0, 8887.0, 8914.0, 8885.0, 8914.0, 8903.0, 8932.0, 8890.0, 8934.0, 8908.0, 8933.0, 8906.0, 8891.0, 8923.0, 8913.0, 8943.0, 8919.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.0049401499605367</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021401577426992894</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.38697274365716</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2880293247630312</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1027884639810421</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5704.3447</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.086034065403545</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.919494869771113</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4961502831326903</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.438698578220531</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7090115717757675</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3407406994017728</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0345017</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0034438057336956263</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03837849944829941</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1267</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.852943791733726</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>13.1349</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2656</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.7189</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297497.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>994.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.4905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3846</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.7442</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3174.396</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3356.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79047.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1034.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4158.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.0168</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.968206067569554</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> |