=== 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-0053 --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-0053",
"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-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-04/func/sub-0053_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>a3ef2f89d1b4e7e888099e15d570d3ed</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>17:12:0.095000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997973, 0.0324374, -0.0547584, -0.0322344, 0.99947, 0.00458703]</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.0910613</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4135, -7724, -7257, 529, -5, 11, -14, 88]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.486</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8951289b-f3a4-407d-9ad3-f14f09a9c2d4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67748761177063, -0.0864824652671814, -0.148171067237854, 119.20677185058594], [-0.0870271623134613, 2.681504487991333, 0.0075940899550914764, -82.81146240234375], [-0.1469128280878067, -0.012306662276387215, 2.695920467376709, -48.58913040161133], [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': ['171200.095000', '171200.555000', '171201.015000', '171201.475000', '171201.935000', '171202.395000', '171202.855000', '171203.315000', '171203.775000', '171204.235000', '171204.695000', '171205.155000', '171205.615000', '171206.075000', '171206.535000', '171206.995000', '171207.455000', '171207.915000', '171208.375000', '171208.835000', '171209.295000', '171209.755000', '171210.215000', '171210.675000', '171211.135000', '171211.595000', '171212.055000', '171212.515000', '171212.975000', '171213.435000', '171213.895000', '171214.355000', '171214.815000', '171215.275000', '171215.735000', '171216.195000', '171216.655000', '171217.115000', '171217.575000', '171218.035000', '171218.495000', '171218.955000', '171219.415000', '171219.875000', '171220.335000', '171220.795000', '171221.255000', '171221.715000', '171222.175000', '171222.635000', '171223.095000', '171223.555000', '171224.015000', '171224.475000', '171224.935000', '171225.395000', '171225.855000', '171226.315000', '171226.775000', '171227.235000', '171227.695000', '171228.155000', '171228.615000', '171229.075000', '171229.535000', '171229.995000', '171230.455000', '171230.915000', '171231.375000', '171231.835000', '171232.295000', '171232.755000', '171233.215000', '171233.675000', '171234.135000', '171234.595000', '171235.055000', '171235.515000', '171235.975000', '171236.435000', '171236.895000', '171237.355000', '171237.815000', '171238.275000', '171238.735000', '171239.195000', '171239.655000', '171240.115000', '171240.575000', '171241.035000', '171241.495000', '171241.955000', '171242.415000', '171242.875000', '171243.335000', '171243.795000', '171244.255000', '171244.715000', '171245.175000', '171245.635000', '171246.095000', '171246.555000', '171247.015000', '171247.475000', '171247.935000', '171248.395000', '171248.855000', '171249.315000', '171249.775000', '171250.235000', '171250.695000', '171251.155000', '171251.615000', '171252.075000', '171252.535000', '171252.995000', '171253.455000', '171253.915000', '171254.375000', '171254.835000', '171255.295000', '171255.755000', '171256.215000', '171256.675000', '171257.135000', '171257.595000', '171258.055000', '171258.515000', '171258.975000', '171259.435000', '171259.895000', '171300.355000', '171300.815000', '171301.275000', '171301.735000', '171302.195000', '171302.655000', '171303.115000', '171303.575000', '171304.035000', '171304.495000', '171304.955000', '171305.415000', '171305.875000', '171306.335000', '171306.795000', '171307.255000', '171307.715000', '171308.175000', '171308.635000', '171309.095000', '171309.555000', '171310.015000', '171310.475000', '171310.935000', '171311.395000', '171311.855000', '171312.315000', '171312.775000', '171313.235000', '171313.695000', '171314.155000', '171314.615000', '171315.075000', '171315.535000', '171315.995000', '171316.455000', '171316.915000', '171317.375000', '171317.835000', '171318.295000', '171318.755000', '171319.215000', '171319.675000', '171320.135000', '171320.595000', '171321.055000', '171321.515000', '171321.975000', '171322.435000', '171322.895000', '171323.355000', '171323.815000', '171324.275000', '171324.735000', '171325.195000', '171325.655000', '171326.115000', '171326.575000', '171327.035000', '171327.495000', '171327.955000', '171328.415000', '171328.875000', '171329.335000', '171329.795000', '171330.255000', '171330.715000', '171331.175000', '171331.635000', '171332.095000', '171332.555000', '171333.015000', '171333.475000', '171333.935000', '171334.395000', '171334.855000', '171335.315000', '171335.775000', '171336.235000', '171336.695000', '171337.155000', '171337.615000', '171338.075000', '171338.535000', '171338.995000', '171339.455000', '171339.915000', '171340.375000', '171340.835000', '171341.295000', '171341.755000', '171342.215000', '171342.675000', '171343.135000', '171343.595000', '171344.055000', '171344.515000', '171344.975000', '171345.435000', '171345.895000', '171346.355000', '171346.815000', '171347.275000', '171347.735000', '171348.195000', '171348.655000', '171349.115000', '171349.575000', '171350.035000', '171350.495000', '171350.955000', '171351.415000', '171351.875000', '171352.335000', '171352.795000', '171353.255000', '171353.715000', '171354.175000', '171354.635000', '171355.095000', '171355.555000', '171356.015000', '171356.475000', '171356.935000', '171357.395000', '171357.855000', '171358.315000', '171358.775000', '171359.235000', '171359.695000', '171400.155000', '171400.615000', '171401.075000', '171401.535000', '171401.995000', '171402.455000', '171402.915000', '171403.375000', '171403.835000', '171404.295000', '171404.755000', '171405.215000', '171405.675000', '171406.135000', '171406.595000', '171407.055000', '171407.515000', '171407.975000', '171408.435000', '171408.895000', '171409.355000', '171409.815000', '171410.275000', '171410.735000', '171411.195000', '171411.655000', '171412.115000', '171412.575000', '171413.035000', '171413.495000', '171413.955000', '171414.415000', '171414.875000', '171415.335000', '171415.795000', '171416.255000', '171416.715000', '171417.175000', '171417.635000', '171418.095000', '171418.555000', '171419.015000', '171419.475000', '171419.935000', '171420.395000', '171420.855000', '171421.315000', '171421.775000', '171422.235000', '171422.695000', '171423.155000', '171423.615000', '171424.075000', '171424.535000', '171424.995000', '171425.455000', '171425.915000', '171426.375000', '171426.835000', '171427.295000', '171427.755000', '171428.215000', '171428.675000', '171429.135000', '171429.595000', '171430.055000', '171430.515000', '171430.975000', '171431.435000', '171431.895000', '171432.355000', '171432.815000', '171433.275000', '171433.735000', '171434.195000', '171434.655000', '171435.115000', '171435.575000', '171436.035000', '171436.495000', '171436.955000', '171437.415000', '171437.875000', '171438.335000', '171438.795000', '171439.255000', '171439.715000', '171440.175000', '171440.635000', '171441.095000', '171441.555000', '171442.015000', '171442.475000', '171442.935000', '171443.395000', '171443.855000', '171444.315000', '171444.775000', '171445.235000', '171445.695000', '171446.155000', '171446.615000', '171447.075000', '171447.535000', '171447.995000', '171448.455000', '171448.915000', '171449.375000', '171449.835000', '171450.295000', '171450.755000', '171451.215000', '171451.675000', '171452.135000', '171452.595000', '171453.055000', '171453.515000', '171453.975000', '171454.435000', '171454.895000', '171455.355000', '171455.815000', '171456.275000', '171456.735000', '171457.195000', '171457.655000', '171458.115000', '171458.575000', '171459.035000', '171459.495000', '171459.955000', '171500.415000', '171500.875000', '171501.335000', '171501.795000', '171502.255000', '171502.715000', '171503.175000', '171503.635000', '171504.095000', '171504.555000', '171505.015000', '171505.475000', '171505.935000', '171506.395000', '171506.855000', '171507.315000', '171507.775000', '171508.235000', '171508.695000', '171509.155000', '171509.615000', '171510.075000', '171510.535000', '171510.995000', '171511.455000', '171511.915000', '171512.375000', '171512.835000', '171513.295000', '171513.755000', '171514.215000', '171514.675000', '171515.135000', '171515.595000', '171516.055000', '171516.515000', '171516.975000', '171517.435000', '171517.895000', '171518.355000', '171518.815000', '171519.275000', '171519.735000', '171520.195000', '171520.655000', '171521.115000', '171521.575000', '171522.035000', '171522.495000', '171522.955000', '171523.415000', '171523.875000', '171524.335000', '171524.795000', '171525.255000', '171525.715000', '171526.175000', '171526.635000', '171527.095000', '171527.555000', '171528.015000', '171528.475000', '171528.935000', '171529.395000', '171529.855000', '171530.315000', '171530.775000', '171531.235000', '171531.695000', '171532.155000', '171532.615000', '171533.075000', '171533.535000', '171533.995000', '171534.455000', '171534.915000', '171535.375000', '171535.835000', '171536.295000', '171536.755000', '171537.215000', '171537.675000', '171538.135000', '171538.595000', '171539.055000', '171539.515000', '171539.975000', '171540.435000', '171540.895000', '171541.355000', '171541.815000', '171542.275000', '171542.735000', '171543.195000', '171543.655000', '171544.115000', '171544.575000', '171545.035000', '171545.495000', '171545.955000', '171546.415000', '171546.875000', '171547.335000', '171547.795000', '171548.255000', '171548.715000', '171549.175000', '171549.635000', '171550.095000', '171550.555000', '171551.015000', '171551.475000', '171551.935000', '171552.395000', '171552.855000', '171553.315000', '171553.775000', '171554.235000', '171554.695000', '171555.155000', '171555.615000', '171556.075000', '171556.535000', '171556.995000', '171557.455000', '171557.915000', '171558.375000', '171558.835000', '171559.295000', '171559.755000', '171600.215000', '171600.675000', '171601.135000', '171601.595000', '171602.055000', '171602.515000', '171602.975000', '171603.435000', '171603.895000', '171604.355000', '171604.815000', '171605.275000', '171605.735000', '171606.195000', '171606.655000', '171607.115000', '171607.575000', '171608.035000', '171608.495000', '171608.955000', '171609.415000', '171609.875000', '171610.335000', '171610.795000', '171611.255000', '171611.715000', '171612.175000', '171612.635000', '171613.095000', '171613.555000', '171614.015000', '171614.475000', '171614.935000', '171615.395000', '171615.855000', '171616.315000', '171616.775000', '171617.235000', '171617.695000', '171618.155000', '171618.615000', '171619.075000', '171619.535000', '171619.995000', '171620.455000', '171620.915000', '171621.375000', '171621.835000', '171622.295000', '171622.755000', '171623.215000', '171623.675000', '171624.135000', '171624.595000', '171625.055000', '171625.515000', '171625.975000', '171626.435000', '171626.895000', '171627.355000', '171627.815000', '171628.275000', '171628.735000', '171629.195000', '171629.655000', '171630.115000', '171630.575000', '171631.035000', '171631.495000', '171631.955000', '171632.415000', '171632.875000', '171633.335000', '171633.795000', '171634.255000', '171634.715000', '171635.175000', '171635.635000', '171636.095000', '171636.555000', '171637.015000', '171637.475000', '171637.935000', '171638.395000', '171638.855000', '171639.315000', '171639.775000', '171640.235000', '171640.695000', '171641.155000', '171641.615000', '171642.075000', '171642.535000', '171642.995000', '171643.455000', '171643.915000', '171644.375000', '171644.835000', '171645.295000', '171645.755000', '171646.215000', '171646.675000', '171647.135000', '171647.595000', '171648.055000', '171648.515000', '171648.975000', '171649.435000', '171649.895000', '171650.355000', '171650.815000', '171651.275000', '171651.735000', '171652.195000', '171652.655000', '171653.115000', '171653.575000', '171654.035000', '171654.495000', '171654.955000', '171655.415000', '171655.875000', '171656.335000', '171656.795000', '171657.255000', '171657.715000', '171658.175000', '171658.635000', '171659.095000', '171659.555000', '171700.015000', '171700.475000', '171700.935000', '171701.395000', '171701.855000', '171702.315000', '171702.775000', '171703.235000', '171703.695000', '171704.155000', '171704.615000', '171705.075000', '171705.535000', '171705.995000', '171706.455000', '171706.915000', '171707.375000', '171707.835000', '171708.295000', '171708.755000', '171709.215000', '171709.675000', '171710.135000', '171710.595000', '171711.055000', '171711.515000', '171711.975000', '171712.435000', '171712.895000', '171713.355000', '171713.815000', '171714.275000', '171714.735000', '171715.195000', '171715.655000', '171716.115000', '171716.575000', '171717.035000', '171717.495000', '171717.955000', '171718.415000', '171718.875000', '171719.335000', '171719.795000', '171720.255000', '171720.715000', '171721.175000', '171721.635000', '171722.095000', '171722.555000', '171723.015000', '171723.475000', '171723.935000', '171724.395000', '171724.855000', '171725.315000', '171725.775000', '171726.235000', '171726.695000', '171727.155000', '171727.615000', '171728.075000', '171728.535000', '171728.995000', '171729.455000', '171729.915000', '171730.375000', '171730.835000', '171731.295000', '171731.755000', '171732.215000', '171732.675000', '171733.135000', '171733.595000', '171734.055000', '171734.515000', '171734.975000', '171735.435000', '171735.895000', '171736.355000', '171736.815000', '171737.275000', '171737.735000', '171738.195000', '171738.655000', '171739.115000', '171739.575000', '171740.035000', '171740.495000', '171740.955000', '171741.415000', '171741.875000', '171742.335000', '171742.795000', '171743.255000', '171743.715000', '171744.175000', '171744.635000', '171745.095000', '171745.555000', '171746.015000', '171746.475000', '171746.935000', '171747.395000', '171747.855000', '171748.315000', '171748.775000', '171749.235000', '171749.695000', '171750.155000', '171750.615000', '171751.075000', '171751.535000', '171751.995000', '171752.455000', '171752.915000', '171753.375000', '171753.835000', '171754.295000', '171754.755000', '171755.215000', '171755.675000', '171756.135000', '171756.595000', '171757.055000', '171757.515000', '171757.975000', '171758.435000', '171758.895000', '171759.355000', '171759.815000', '171800.275000', '171800.735000', '171801.195000', '171801.655000', '171802.115000', '171802.575000', '171803.035000', '171803.495000', '171803.955000', '171804.415000', '171804.875000', '171805.335000', '171805.795000', '171806.255000', '171806.715000', '171807.175000', '171807.635000', '171808.095000', '171808.555000', '171809.015000', '171809.475000', '171809.935000', '171810.395000', '171810.855000', '171811.315000', '171811.775000', '171812.235000', '171812.695000', '171813.155000', '171813.615000', '171814.075000', '171814.535000', '171814.995000', '171815.455000', '171815.915000', '171816.375000', '171816.835000', '171817.295000', '171817.755000', '171818.215000', '171818.675000', '171819.135000', '171819.595000', '171820.055000', '171820.515000', '171820.975000', '171821.435000', '171821.895000', '171822.355000', '171822.815000', '171823.275000', '171823.735000', '171824.195000', '171824.655000', '171825.115000', '171825.575000', '171826.035000', '171826.495000', '171826.955000', '171827.415000', '171827.875000', '171828.335000', '171828.795000', '171829.255000', '171829.715000', '171830.175000', '171830.635000', '171831.095000', '171831.555000', '171832.015000', '171832.475000', '171832.935000', '171833.395000', '171833.855000', '171834.315000', '171834.775000', '171835.235000', '171835.695000', '171836.155000', '171836.615000', '171837.075000', '171837.535000', '171837.995000', '171838.455000', '171838.915000', '171839.375000', '171839.835000', '171840.295000', '171840.755000', '171841.215000', '171841.675000', '171842.135000', '171842.595000', '171843.055000', '171843.515000', '171843.975000', '171844.435000', '171844.895000', '171845.355000', '171845.815000', '171846.275000', '171846.735000', '171847.195000', '171847.655000', '171848.115000', '171848.575000', '171849.035000', '171849.495000', '171849.955000', '171850.415000', '171850.875000', '171851.335000', '171851.795000', '171852.255000', '171852.715000', '171853.175000', '171853.635000', '171854.095000', '171854.555000', '171855.015000', '171855.475000', '171855.935000', '171856.395000', '171856.855000', '171857.315000', '171857.775000', '171858.235000', '171858.695000', '171859.155000', '171859.615000', '171900.075000', '171900.535000', '171900.995000', '171901.455000', '171901.915000', '171902.375000', '171902.835000', '171903.295000', '171903.755000', '171904.215000', '171904.675000', '171905.135000', '171905.595000', '171906.055000', '171906.515000', '171906.975000', '171907.435000', '171907.895000', '171908.355000', '171908.815000', '171909.275000', '171909.735000', '171910.195000', '171910.655000', '171911.115000', '171911.575000', '171912.035000', '171912.495000', '171912.955000', '171913.415000', '171913.875000', '171914.335000', '171914.795000', '171915.255000', '171915.715000', '171916.175000', '171916.635000', '171917.095000', '171917.555000', '171918.015000', '171918.475000', '171918.935000', '171919.395000', '171919.855000', '171920.315000', '171920.775000', '171921.235000', '171921.695000', '171922.155000', '171922.615000', '171923.075000', '171923.535000', '171923.995000', '171924.455000', '171924.915000', '171925.375000', '171925.835000', '171926.295000', '171926.755000', '171927.215000', '171927.675000', '171928.135000', '171928.595000', '171929.055000', '171929.515000', '171929.975000', '171930.435000', '171930.895000', '171931.355000', '171931.815000', '171932.275000', '171932.735000', '171933.195000', '171933.655000', '171934.115000', '171934.575000', '171935.035000', '171935.495000', '171935.955000', '171936.415000', '171936.875000', '171937.335000', '171937.795000', '171938.255000', '171938.715000', '171939.175000', '171939.635000', '171940.095000', '171940.555000', '171941.015000', '171941.475000', '171941.935000', '171942.395000', '171942.855000', '171943.315000', '171943.775000', '171944.235000', '171944.695000', '171945.155000', '171945.615000', '171946.075000', '171946.535000', '171946.995000', '171947.455000', '171947.915000', '171948.375000', '171948.835000', '171949.295000', '171949.755000', '171950.215000', '171950.675000', '171951.135000', '171951.595000', '171952.055000', '171952.515000', '171952.975000', '171953.435000', '171953.895000', '171954.355000', '171954.815000', '171955.275000', '171955.735000', '171956.195000', '171956.655000', '171957.115000', '171957.575000', '171958.035000', '171958.495000', '171958.955000', '171959.415000', '171959.875000', '172000.335000', '172000.795000', '172001.255000', '172001.715000', '172002.175000', '172002.635000', '172003.095000', '172003.555000', '172004.015000', '172004.475000', '172004.935000', '172005.395000', '172005.855000', '172006.315000', '172006.775000', '172007.235000', '172007.695000', '172008.155000', '172008.615000', '172009.075000', '172009.535000', '172009.995000', '172010.455000', '172010.915000', '172011.375000', '172011.835000', '172012.295000', '172012.755000', '172013.215000', '172013.675000', '172014.135000', '172014.595000', '172015.055000', '172015.515000', '172015.975000', '172016.435000', '172016.895000', '172017.355000', '172017.815000', '172018.275000', '172018.735000', '172019.195000', '172019.655000', '172020.115000', '172020.575000', '172021.035000', '172021.495000', '172021.955000', '172022.415000', '172022.875000', '172023.335000', '172023.795000', '172024.255000', '172024.715000', '172025.175000', '172025.635000', '172026.095000', '172026.555000', '172027.015000', '172027.475000', '172027.935000', '172028.395000', '172028.855000', '172029.315000', '172029.775000', '172030.235000', '172030.695000', '172031.155000', '172031.615000', '172032.075000', '172032.535000', '172032.995000', '172033.455000', '172033.915000', '172034.375000', '172034.835000', '172035.295000', '172035.755000', '172036.215000', '172036.675000', '172037.135000', '172037.595000', '172038.055000', '172038.515000', '172038.975000', '172039.435000', '172039.895000', '172040.355000', '172040.815000', '172041.275000', '172041.735000', '172042.195000', '172042.655000', '172043.115000', '172043.575000', '172044.035000', '172044.495000', '172044.955000', '172045.415000', '172045.875000', '172046.335000', '172046.795000', '172047.255000', '172047.715000', '172048.175000', '172048.635000', '172049.095000', '172049.555000', '172050.015000', '172050.475000', '172050.935000', '172051.395000', '172051.855000', '172052.315000', '172052.775000', '172053.235000', '172053.695000', '172054.155000', '172054.615000', '172055.075000', '172055.535000', '172055.995000', '172056.455000', '172056.915000', '172057.375000', '172057.835000', '172058.295000', '172058.755000', '172059.215000', '172059.675000', '172100.135000', '172100.595000', '172101.055000', '172101.515000', '172101.975000', '172102.435000', '172102.895000', '172103.355000', '172103.815000', '172104.275000', '172104.735000', '172105.195000', '172105.655000', '172106.115000', '172106.575000', '172107.035000', '172107.495000', '172107.955000', '172108.415000', '172108.875000', '172109.335000', '172109.795000', '172110.255000', '172110.715000', '172111.175000', '172111.635000', '172112.095000', '172112.555000', '172113.015000', '172113.475000', '172113.935000', '172114.395000', '172114.855000', '172115.315000', '172115.775000', '172116.235000', '172116.695000', '172117.155000', '172117.615000', '172118.075000', '172118.535000', '172118.995000', '172119.455000', '172119.915000', '172120.375000', '172120.835000', '172121.295000', '172121.755000', '172122.215000', '172122.675000', '172123.135000', '172123.595000', '172124.055000', '172124.515000', '172124.975000', '172125.435000', '172125.895000', '172126.355000', '172126.815000', '172127.275000', '172127.735000', '172128.195000', '172128.655000', '172129.115000', '172129.575000', '172130.035000', '172130.495000', '172130.955000', '172131.415000', '172131.875000', '172132.335000', '172132.795000', '172133.255000', '172133.715000', '172134.175000', '172134.635000', '172135.095000', '172135.555000', '172136.015000', '172136.475000', '172136.935000', '172137.395000', '172137.855000', '172138.315000', '172138.775000', '172139.235000', '172139.695000', '172140.155000', '172140.615000', '172141.075000', '172141.535000', '172141.995000', '172142.455000', '172142.915000'], 'ContentTime': ['171210.815000', '171210.819000', '171210.821000', '171210.824000', '171210.826000', '171210.829000', '171210.839000', '171210.842000', '171210.849000', '171210.852000', '171210.854000', '171210.857000', '171210.860000', '171210.862000', '171210.865000', '171210.867000', '171210.870000', '171210.873000', '171210.875000', '171210.878000', '171210.880000', '171230.782000', '171230.784000', '171230.787000', '171230.790000', '171230.792000', '171230.795000', '171230.797000', '171230.800000', '171230.802000', '171230.805000', '171230.808000', '171230.810000', '171230.813000', '171230.819000', '171230.822000', '171230.824000', '171230.827000', '171230.829000', '171230.832000', '171230.834000', '171230.837000', '171230.840000', '171230.842000', '171230.845000', '171230.847000', '171230.850000', '171230.853000', '171230.855000', '171230.858000', '171230.860000', '171230.863000', '171230.865000', '171230.868000', '171230.871000', '171230.873000', '171230.876000', '171230.878000', '171230.881000', '171230.883000', '171230.886000', '171230.889000', '171230.891000', '171230.894000', '171230.896000', '171250.781000', '171250.784000', '171250.787000', '171250.789000', '171250.792000', '171250.795000', '171250.797000', '171250.800000', '171250.803000', '171250.805000', '171250.808000', '171250.810000', '171250.813000', '171250.816000', '171250.819000', '171250.821000', '171250.832000', '171250.834000', '171250.837000', '171250.840000', '171250.842000', '171250.845000', '171250.847000', '171250.850000', '171250.853000', '171250.855000', '171250.858000', '171250.860000', '171250.863000', '171250.866000', '171250.868000', '171250.871000', '171250.873000', '171250.876000', '171250.878000', '171250.881000', '171250.884000', '171250.886000', '171250.889000', '171250.891000', '171250.894000', '171250.896000', '171250.899000', '171310.782000', '171310.785000', '171310.788000', '171310.791000', '171310.793000', '171310.796000', '171310.799000', '171310.801000', '171310.804000', '171310.806000', '171310.809000', '171310.811000', '171310.814000', '171310.817000', '171310.819000', '171310.822000', '171310.824000', '171310.827000', '171310.830000', '171310.832000', '171310.835000', '171310.838000', '171310.840000', '171310.843000', '171310.845000', '171310.848000', '171310.851000', '171310.853000', '171310.856000', '171310.858000', '171310.861000', '171310.863000', '171310.894000', '171310.896000', '171310.899000', '171310.902000', '171310.904000', '171310.907000', '171310.909000', '171310.912000', '171310.914000', '171310.917000', '171310.920000', '171310.922000', '171330.782000', '171330.784000', '171330.787000', '171330.790000', '171330.792000', '171330.795000', '171330.798000', '171330.800000', '171330.803000', '171330.806000', '171330.808000', '171330.811000', '171330.813000', '171330.816000', '171330.819000', '171330.821000', '171330.824000', '171330.827000', '171330.829000', '171330.832000', '171330.834000', '171330.837000', '171330.840000', '171330.842000', '171330.845000', '171330.847000', '171330.850000', '171330.853000', '171330.855000', '171330.858000', '171330.860000', '171330.863000', '171330.866000', '171330.868000', '171330.871000', '171330.873000', '171330.876000', '171330.879000', '171330.881000', '171330.884000', '171330.886000', '171330.889000', '171330.892000', '171350.781000', '171350.784000', '171350.787000', '171350.790000', '171350.793000', '171350.796000', '171350.799000', '171350.801000', '171350.804000', '171350.807000', '171350.809000', '171350.812000', '171350.815000', '171350.817000', '171350.820000', '171350.822000', '171350.825000', '171350.828000', '171350.830000', '171350.833000', '171350.836000', '171350.838000', '171350.841000', '171350.843000', '171350.846000', '171350.849000', '171350.851000', '171350.854000', '171350.856000', '171350.859000', '171350.861000', '171350.864000', '171350.867000', '171350.869000', '171350.872000', '171350.875000', '171350.877000', '171350.880000', '171350.882000', '171350.885000', '171350.888000', '171350.890000', '171350.893000', '171410.781000', '171410.784000', '171410.787000', '171410.790000', '171410.792000', '171410.795000', '171410.798000', '171410.800000', '171410.803000', '171410.805000', '171410.808000', '171410.811000', '171410.813000', '171410.816000', '171410.818000', '171410.821000', '171410.824000', '171410.826000', '171410.829000', '171410.831000', '171410.834000', '171410.837000', '171410.839000', '171410.842000', '171410.844000', '171410.847000', '171410.849000', '171410.852000', '171410.855000', '171410.857000', '171410.860000', '171410.863000', '171410.865000', '171410.868000', '171410.870000', '171410.873000', '171410.876000', '171410.878000', '171410.881000', '171410.883000', '171410.886000', '171410.888000', '171410.891000', '171410.894000', '171430.781000', '171430.784000', '171430.787000', '171430.790000', '171430.792000', '171430.795000', '171430.797000', '171430.800000', '171430.803000', '171430.805000', '171430.808000', '171430.811000', '171430.815000', '171430.817000', '171430.820000', '171430.823000', '171430.826000', '171430.829000', '171430.831000', '171430.834000', '171430.837000', '171430.839000', '171430.842000', '171430.845000', '171430.847000', '171430.850000', '171430.853000', '171430.855000', '171430.858000', '171430.860000', '171430.863000', '171430.866000', '171430.868000', '171430.871000', '171430.874000', '171430.876000', '171430.879000', '171430.882000', '171430.884000', '171430.887000', '171430.889000', '171430.892000', '171430.895000', '171450.782000', '171450.784000', '171450.787000', '171450.790000', '171450.792000', '171450.795000', '171450.797000', '171450.800000', '171450.803000', '171450.805000', '171450.808000', '171450.810000', '171450.813000', '171451.005000', '171451.008000', '171451.011000', '171451.013000', '171451.016000', '171451.018000', '171451.021000', '171451.024000', '171451.026000', '171451.029000', '171451.031000', '171451.034000', '171451.036000', '171451.039000', '171451.042000', '171451.061000', '171451.064000', '171451.066000', '171451.069000', '171451.072000', '171451.075000', '171451.077000', '171451.080000', '171451.082000', '171451.085000', '171451.087000', '171451.090000', '171451.093000', '171451.095000', '171451.098000', '171451.100000', '171510.782000', '171510.785000', '171510.787000', '171510.790000', '171510.793000', '171510.795000', '171510.798000', '171510.800000', '171510.803000', '171510.806000', '171510.808000', '171510.811000', '171510.813000', '171510.816000', '171510.819000', '171510.821000', '171510.824000', '171510.827000', '171510.829000', '171510.832000', '171510.834000', '171510.837000', '171510.840000', '171510.842000', '171510.845000', '171510.847000', '171510.850000', '171510.853000', '171510.855000', '171510.858000', '171510.860000', '171510.863000', '171510.866000', '171510.868000', '171510.871000', '171510.874000', '171510.876000', '171510.879000', '171510.881000', '171510.884000', '171510.887000', '171510.889000', '171510.892000', '171530.782000', '171530.785000', '171530.788000', '171530.790000', '171530.793000', '171530.796000', '171530.798000', '171530.801000', '171530.803000', '171530.806000', '171530.809000', '171530.811000', '171530.814000', '171530.863000', '171530.866000', '171530.869000', '171530.871000', '171530.874000', '171530.876000', '171530.879000', '171530.882000', '171530.884000', '171530.887000', '171530.889000', '171530.892000', '171530.895000', '171530.897000', '171530.900000', '171530.902000', '171530.905000', '171530.908000', '171530.910000', '171530.913000', '171530.915000', '171530.918000', '171530.921000', '171530.923000', '171530.926000', '171530.928000', '171530.931000', '171530.934000', '171530.936000', '171530.939000', '171530.942000', '171550.781000', '171550.784000', '171550.787000', '171550.790000', '171550.792000', '171550.795000', '171550.798000', '171550.800000', '171550.803000', '171550.805000', '171550.808000', '171550.811000', '171550.813000', '171550.816000', '171550.834000', '171550.836000', '171550.839000', '171550.841000', '171550.844000', '171550.847000', '171550.849000', '171550.853000', '171550.856000', '171550.858000', '171550.861000', '171550.864000', '171550.866000', '171550.869000', '171550.872000', '171550.874000', '171550.877000', '171550.880000', '171550.882000', '171550.885000', '171550.887000', '171550.890000', '171550.892000', '171550.895000', '171550.898000', '171550.900000', '171550.903000', '171550.906000', '171550.908000', '171610.782000', '171610.785000', '171610.787000', '171610.790000', '171610.792000', '171610.795000', '171610.798000', '171610.800000', '171610.803000', '171610.806000', '171610.808000', '171610.811000', '171610.813000', '171610.862000', '171610.865000', '171610.867000', '171610.870000', '171610.873000', '171610.875000', '171610.878000', '171610.880000', '171610.883000', '171610.886000', '171610.888000', '171610.891000', '171610.894000', '171610.896000', '171610.899000', '171610.902000', '171610.904000', '171610.907000', '171610.909000', '171610.912000', '171610.914000', '171610.917000', '171610.920000', '171610.922000', '171610.925000', '171610.927000', '171610.930000', '171610.933000', '171610.935000', '171610.938000', '171610.940000', '171630.781000', '171630.784000', '171630.787000', '171630.790000', '171630.792000', '171630.795000', '171630.797000', '171630.800000', '171630.803000', '171630.813000', '171630.855000', '171630.858000', '171630.861000', '171630.863000', '171630.866000', '171630.868000', '171630.871000', '171630.874000', '171630.876000', '171630.879000', '171630.881000', '171630.884000', '171630.886000', '171630.889000', '171630.892000', '171630.894000', '171630.897000', '171630.900000', '171630.902000', '171630.905000', '171630.907000', '171630.910000', '171630.913000', '171630.915000', '171630.918000', '171630.920000', '171630.923000', '171630.926000', '171630.928000', '171630.931000', '171630.934000', '171630.936000', '171630.939000', '171650.782000', '171650.784000', '171650.787000', '171650.790000', '171650.792000', '171650.795000', '171650.797000', '171650.800000', '171650.803000', '171650.805000', '171650.808000', '171650.811000', '171650.813000', '171650.865000', '171650.868000', '171650.870000', '171650.873000', '171650.875000', '171650.878000', '171650.881000', '171650.883000', '171650.886000', '171650.888000', '171650.891000', '171650.894000', '171650.896000', '171650.899000', '171650.901000', '171650.904000', '171650.907000', '171650.909000', '171650.912000', '171650.914000', '171650.917000', '171650.920000', '171650.922000', '171650.925000', '171650.927000', '171650.930000', '171650.933000', '171650.935000', '171650.938000', '171650.940000', '171650.943000', '171710.782000', '171710.785000', '171710.787000', '171710.790000', '171710.793000', '171710.795000', '171710.798000', '171710.800000', '171710.803000', '171710.806000', '171710.808000', '171710.811000', '171710.814000', '171710.864000', '171710.867000', '171710.870000', '171710.872000', '171710.875000', '171710.877000', '171710.880000', '171710.883000', '171710.885000', '171710.888000', '171710.890000', '171710.894000', '171710.896000', '171710.899000', '171710.902000', '171710.904000', '171710.907000', '171710.910000', '171710.912000', '171710.915000', '171710.917000', '171710.920000', '171710.922000', '171710.925000', '171710.928000', '171710.930000', '171710.933000', '171710.936000', '171710.939000', '171710.942000', '171730.782000', '171730.784000', '171730.787000', '171730.790000', '171730.792000', '171730.795000', '171730.798000', '171730.800000', '171730.803000', '171730.806000', '171730.808000', '171730.811000', '171730.814000', '171730.906000', '171730.908000', '171730.911000', '171730.914000', '171730.916000', '171730.919000', '171730.921000', '171730.924000', '171730.927000', '171730.929000', '171730.932000', '171730.934000', '171730.937000', '171730.940000', '171730.944000', '171730.947000', '171730.949000', '171730.952000', '171730.955000', '171730.957000', '171730.960000', '171730.962000', '171730.965000', '171730.968000', '171730.970000', '171730.973000', '171730.975000', '171730.978000', '171730.981000', '171730.983000', '171730.986000', '171750.782000', '171750.785000', '171750.788000', '171750.791000', '171750.793000', '171750.796000', '171750.799000', '171750.801000', '171750.804000', '171750.806000', '171750.809000', '171750.812000', '171750.814000', '171750.876000', '171750.879000', '171750.881000', '171750.884000', '171750.887000', '171750.889000', '171750.892000', '171750.908000', '171750.911000', '171750.914000', '171750.916000', '171750.919000', '171750.921000', '171750.924000', '171750.927000', '171750.929000', '171750.932000', '171750.935000', '171750.937000', '171750.940000', '171750.943000', '171750.945000', '171750.948000', '171750.950000', '171750.953000', '171750.956000', '171750.958000', '171750.961000', '171750.964000', '171750.966000', '171810.782000', '171810.784000', '171810.787000', '171810.790000', '171810.792000', '171810.795000', '171810.797000', '171810.800000', '171810.803000', '171810.805000', '171810.808000', '171810.811000', '171810.813000', '171810.868000', '171810.871000', '171810.873000', '171810.876000', '171810.879000', '171810.881000', '171810.884000', '171810.886000', '171810.889000', '171810.892000', '171810.894000', '171810.897000', '171810.899000', '171810.902000', '171810.905000', '171810.907000', '171810.910000', '171810.912000', '171810.915000', '171810.917000', '171810.920000', '171810.923000', '171810.925000', '171810.928000', '171810.930000', '171810.933000', '171810.936000', '171810.938000', '171810.941000', '171810.944000', '171810.946000', '171830.781000', '171830.784000', '171830.787000', '171830.790000', '171830.792000', '171830.795000', '171830.797000', '171830.800000', '171830.803000', '171830.805000', '171830.808000', '171830.810000', '171830.813000', '171830.862000', '171830.865000', '171830.868000', '171830.870000', '171830.873000', '171830.875000', '171830.878000', '171830.881000', '171830.883000', '171830.886000', '171830.889000', '171830.891000', '171830.894000', '171830.897000', '171830.899000', '171830.902000', '171830.904000', '171830.907000', '171830.910000', '171830.912000', '171830.915000', '171830.917000', '171830.920000', '171830.923000', '171830.925000', '171830.928000', '171830.931000', '171830.934000', '171830.937000', '171830.939000', '171850.781000', '171850.784000', '171850.787000', '171850.790000', '171850.792000', '171850.795000', '171850.797000', '171850.800000', '171850.803000', '171850.805000', '171850.808000', '171850.810000', '171850.813000', '171850.864000', '171850.866000', '171850.869000', '171850.872000', '171850.874000', '171850.877000', '171850.879000', '171850.882000', '171850.885000', '171850.887000', '171850.890000', '171850.893000', '171850.895000', '171850.898000', '171850.900000', '171850.903000', '171850.906000', '171850.908000', '171850.911000', '171850.914000', '171850.916000', '171850.919000', '171850.921000', '171850.924000', '171850.926000', '171850.929000', '171850.932000', '171850.934000', '171850.937000', '171850.939000', '171850.942000', '171910.782000', '171910.784000', '171910.787000', '171910.790000', '171910.792000', '171910.795000', '171910.798000', '171910.800000', '171910.803000', '171910.805000', '171910.808000', '171910.811000', '171910.813000', '171910.872000', '171910.875000', '171910.877000', '171910.880000', '171910.883000', '171910.885000', '171910.888000', '171910.891000', '171910.893000', '171910.896000', '171910.898000', '171910.901000', '171910.904000', '171910.906000', '171910.909000', '171910.911000', '171910.914000', '171910.917000', '171910.931000', '171910.934000', '171910.936000', '171910.939000', '171910.942000', '171910.944000', '171910.947000', '171910.950000', '171910.952000', '171910.955000', '171910.957000', '171910.960000', '171930.782000', '171930.785000', '171930.787000', '171930.790000', '171930.793000', '171930.795000', '171930.798000', '171930.800000', '171930.803000', '171930.806000', '171930.808000', '171930.811000', '171930.814000', '171930.895000', '171930.898000', '171930.900000', '171930.903000', '171930.906000', '171930.908000', '171930.911000', '171930.914000', '171930.916000', '171930.919000', '171930.921000', '171930.924000', '171930.926000', '171930.929000', '171930.932000', '171930.934000', '171930.937000', '171930.940000', '171930.942000', '171930.945000', '171930.948000', '171930.950000', '171930.953000', '171930.955000', '171930.958000', '171930.961000', '171930.963000', '171930.966000', '171930.968000', '171930.971000', '171930.974000', '171950.782000', '171950.784000', '171950.787000', '171950.790000', '171950.792000', '171950.795000', '171950.798000', '171950.800000', '171950.803000', '171950.806000', '171950.808000', '171950.811000', '171950.813000', '171950.882000', '171950.885000', '171950.887000', '171950.890000', '171950.892000', '171950.895000', '171950.898000', '171950.900000', '171950.903000', '171950.906000', '171950.908000', '171950.911000', '171950.914000', '171950.916000', '171950.919000', '171950.921000', '171950.924000', '171950.927000', '171950.929000', '171950.932000', '171950.935000', '171950.937000', '171950.940000', '171950.943000', '171950.945000', '171950.948000', '171950.951000', '171950.953000', '171950.956000', '171950.959000', '172010.783000', '172010.786000', '172010.788000', '172010.791000', '172010.793000', '172010.796000', '172010.799000', '172010.801000', '172010.804000', '172010.806000', '172010.809000', '172010.812000', '172010.814000', '172010.867000', '172010.870000', '172010.873000', '172010.875000', '172010.878000', '172010.880000', '172010.883000', '172010.886000', '172010.888000', '172010.891000', '172010.893000', '172010.896000', '172010.898000', '172010.901000', '172010.904000', '172010.906000', '172010.909000', '172010.912000', '172010.914000', '172010.917000', '172010.919000', '172010.922000', '172010.925000', '172010.927000', '172010.930000', '172010.932000', '172010.935000', '172010.937000', '172010.941000', '172010.944000', '172010.946000', '172030.782000', '172030.784000', '172030.787000', '172030.790000', '172030.792000', '172030.795000', '172030.797000', '172030.800000', '172030.803000', '172030.805000', '172030.808000', '172030.810000', '172030.813000', '172030.816000', '172030.819000', '172030.821000', '172030.824000', '172030.827000', '172030.829000', '172030.832000', '172030.834000', '172030.837000', '172030.840000', '172030.842000', '172030.845000', '172030.847000', '172030.850000', '172030.864000', '172030.867000', '172030.869000', '172030.872000', '172030.875000', '172030.877000', '172030.880000', '172030.882000', '172030.885000', '172030.888000', '172030.890000', '172030.893000', '172030.895000', '172030.898000', '172030.901000', '172030.903000', '172050.782000', '172050.784000', '172050.787000', '172050.790000', '172050.792000', '172050.795000', '172050.797000', '172050.800000', '172050.803000', '172050.805000', '172050.808000', '172050.811000', '172050.813000', '172050.870000', '172050.873000', '172050.875000', '172050.878000', '172050.881000', '172050.883000', '172050.886000', '172050.888000', '172050.891000', '172050.894000', '172050.896000', '172050.899000', '172050.901000', '172050.904000', '172050.907000', '172050.909000', '172050.912000', '172050.915000', '172050.917000', '172050.920000', '172050.923000', '172050.925000', '172050.928000', '172050.930000', '172050.933000', '172050.936000', '172050.938000', '172050.941000', '172050.944000', '172050.946000', '172050.949000', '172110.782000', '172110.784000', '172110.787000', '172110.790000', '172110.792000', '172110.795000', '172110.797000', '172110.800000', '172110.803000', '172110.805000', '172110.808000', '172110.810000', '172110.813000', '172110.862000', '172110.865000', '172110.868000', '172110.870000', '172110.873000', '172110.875000', '172110.878000', '172110.881000', '172110.883000', '172110.886000', '172110.888000', '172110.891000', '172110.894000', '172110.896000', '172110.899000', '172110.902000', '172110.904000', '172110.907000', '172110.909000', '172110.912000', '172110.914000', '172110.917000', '172110.920000', '172110.922000', '172110.925000', '172110.928000', '172110.930000', '172110.933000', '172110.935000', '172110.938000', '172130.782000', '172130.785000', '172130.788000', '172130.790000', '172130.793000', '172130.795000', '172130.798000', '172130.801000', '172130.803000', '172130.806000', '172130.808000', '172130.811000', '172130.814000', '172130.816000', '172130.819000', '172130.822000', '172130.825000', '172130.827000', '172130.830000', '172130.832000', '172130.835000', '172130.838000', '172130.840000', '172130.843000', '172130.845000', '172130.848000', '172130.851000', '172130.853000', '172130.856000', '172130.858000', '172130.861000', '172130.864000', '172130.866000', '172130.869000', '172130.871000', '172130.874000', '172130.876000', '172130.879000', '172130.882000', '172130.884000', '172130.887000', '172130.889000', '172130.892000', '172130.895000', '172144.078000', '172144.081000', '172144.084000', '172144.086000', '172144.089000', '172144.092000', '172144.094000', '172144.097000', '172144.100000', '172144.103000', '172144.105000', '172144.108000', '172144.111000', '172144.114000', '172144.117000', '172144.119000', '172144.122000', '172144.125000', '172144.127000', '172144.130000', '172144.133000', '172144.135000', '172144.138000', '172144.141000', '172144.160000', '172144.162000', '172144.165000', '172144.168000', '172144.170000'], 'InstanceCreationTime': ['171210.815000', '171210.819000', '171210.821000', '171210.824000', '171210.826000', '171210.829000', '171210.839000', '171210.842000', '171210.849000', '171210.852000', '171210.854000', '171210.857000', '171210.860000', '171210.862000', '171210.865000', '171210.867000', '171210.870000', '171210.873000', '171210.875000', '171210.878000', '171210.880000', '171230.782000', '171230.784000', '171230.787000', '171230.790000', '171230.792000', '171230.795000', '171230.797000', '171230.800000', '171230.802000', '171230.805000', '171230.808000', '171230.810000', '171230.813000', '171230.819000', '171230.822000', '171230.824000', '171230.827000', '171230.829000', '171230.832000', '171230.834000', '171230.837000', '171230.840000', '171230.842000', '171230.845000', '171230.847000', '171230.850000', '171230.853000', '171230.855000', '171230.858000', '171230.860000', '171230.863000', '171230.865000', '171230.868000', '171230.871000', '171230.873000', '171230.876000', '171230.878000', '171230.881000', '171230.883000', '171230.886000', '171230.889000', '171230.891000', '171230.894000', '171230.896000', '171250.781000', '171250.784000', '171250.787000', '171250.789000', '171250.792000', '171250.795000', '171250.797000', '171250.800000', '171250.803000', '171250.805000', '171250.808000', '171250.810000', '171250.813000', '171250.816000', '171250.819000', '171250.821000', '171250.832000', '171250.834000', '171250.837000', '171250.840000', '171250.842000', '171250.845000', '171250.847000', '171250.850000', '171250.853000', '171250.855000', '171250.858000', '171250.860000', '171250.863000', '171250.866000', '171250.868000', '171250.871000', '171250.873000', '171250.876000', '171250.878000', '171250.881000', '171250.884000', '171250.886000', '171250.889000', '171250.891000', '171250.894000', '171250.896000', '171250.899000', '171310.782000', '171310.785000', '171310.788000', '171310.791000', '171310.793000', '171310.796000', '171310.799000', '171310.801000', '171310.804000', '171310.806000', '171310.809000', '171310.811000', '171310.814000', '171310.817000', '171310.819000', '171310.822000', '171310.824000', '171310.827000', '171310.830000', '171310.832000', '171310.835000', '171310.838000', '171310.840000', '171310.843000', '171310.845000', '171310.848000', '171310.851000', '171310.853000', '171310.856000', '171310.858000', '171310.861000', '171310.863000', '171310.894000', '171310.896000', '171310.899000', '171310.902000', '171310.904000', '171310.907000', '171310.909000', '171310.912000', '171310.914000', '171310.917000', '171310.920000', '171310.922000', '171330.782000', '171330.784000', '171330.787000', '171330.790000', '171330.792000', '171330.795000', '171330.798000', '171330.800000', '171330.803000', '171330.806000', '171330.808000', '171330.811000', '171330.813000', '171330.816000', '171330.819000', '171330.821000', '171330.824000', '171330.827000', '171330.829000', '171330.832000', '171330.834000', '171330.837000', '171330.840000', '171330.842000', '171330.845000', '171330.847000', '171330.850000', '171330.853000', '171330.855000', '171330.858000', '171330.860000', '171330.863000', '171330.866000', '171330.868000', '171330.871000', '171330.873000', '171330.876000', '171330.879000', '171330.881000', '171330.884000', '171330.886000', '171330.889000', '171330.892000', '171350.781000', '171350.784000', '171350.787000', '171350.790000', '171350.793000', '171350.796000', '171350.799000', '171350.801000', '171350.804000', '171350.807000', '171350.809000', '171350.812000', '171350.815000', '171350.817000', '171350.820000', '171350.822000', '171350.825000', '171350.828000', '171350.830000', '171350.833000', '171350.836000', '171350.838000', '171350.841000', '171350.843000', '171350.846000', '171350.849000', '171350.851000', '171350.854000', '171350.856000', '171350.859000', '171350.861000', '171350.864000', '171350.867000', '171350.869000', '171350.872000', '171350.875000', '171350.877000', '171350.880000', '171350.882000', '171350.885000', '171350.888000', '171350.890000', '171350.893000', '171410.781000', '171410.784000', '171410.787000', '171410.790000', '171410.792000', '171410.795000', '171410.798000', '171410.800000', '171410.803000', '171410.805000', '171410.808000', '171410.811000', '171410.813000', '171410.816000', '171410.818000', '171410.821000', '171410.824000', '171410.826000', '171410.829000', '171410.831000', '171410.834000', '171410.837000', '171410.839000', '171410.842000', '171410.844000', '171410.847000', '171410.849000', '171410.852000', '171410.855000', '171410.857000', '171410.860000', '171410.863000', '171410.865000', '171410.868000', '171410.870000', '171410.873000', '171410.876000', '171410.878000', '171410.881000', '171410.883000', '171410.886000', '171410.888000', '171410.891000', '171410.894000', '171430.781000', '171430.784000', '171430.787000', '171430.790000', '171430.792000', '171430.795000', '171430.797000', '171430.800000', '171430.803000', '171430.805000', '171430.808000', '171430.811000', '171430.815000', '171430.817000', '171430.820000', '171430.823000', '171430.826000', '171430.829000', '171430.831000', '171430.834000', '171430.837000', '171430.839000', '171430.842000', '171430.845000', '171430.847000', '171430.850000', '171430.853000', '171430.855000', '171430.858000', '171430.860000', '171430.863000', '171430.866000', '171430.868000', '171430.871000', '171430.874000', '171430.876000', '171430.879000', '171430.882000', '171430.884000', '171430.887000', '171430.889000', '171430.892000', '171430.895000', '171450.782000', '171450.784000', '171450.787000', '171450.790000', '171450.792000', '171450.795000', '171450.797000', '171450.800000', '171450.803000', '171450.805000', '171450.808000', '171450.810000', '171450.813000', '171451.005000', '171451.008000', '171451.011000', '171451.013000', '171451.016000', '171451.018000', '171451.021000', '171451.024000', '171451.026000', '171451.029000', '171451.031000', '171451.034000', '171451.036000', '171451.039000', '171451.042000', '171451.061000', '171451.064000', '171451.066000', '171451.069000', '171451.072000', '171451.075000', '171451.077000', '171451.080000', '171451.082000', '171451.085000', '171451.087000', '171451.090000', '171451.093000', '171451.095000', '171451.098000', '171451.100000', '171510.782000', '171510.785000', '171510.787000', '171510.790000', '171510.793000', '171510.795000', '171510.798000', '171510.800000', '171510.803000', '171510.806000', '171510.808000', '171510.811000', '171510.813000', '171510.816000', '171510.819000', '171510.821000', '171510.824000', '171510.827000', '171510.829000', '171510.832000', '171510.834000', '171510.837000', '171510.840000', '171510.842000', '171510.845000', '171510.847000', '171510.850000', '171510.853000', '171510.855000', '171510.858000', '171510.860000', '171510.863000', '171510.866000', '171510.868000', '171510.871000', '171510.874000', '171510.876000', '171510.879000', '171510.881000', '171510.884000', '171510.887000', '171510.889000', '171510.892000', '171530.782000', '171530.785000', '171530.788000', '171530.790000', '171530.793000', '171530.796000', '171530.798000', '171530.801000', '171530.803000', '171530.806000', '171530.809000', '171530.811000', '171530.814000', '171530.863000', '171530.866000', '171530.869000', '171530.871000', '171530.874000', '171530.876000', '171530.879000', '171530.882000', '171530.884000', '171530.887000', '171530.889000', '171530.892000', '171530.895000', '171530.897000', '171530.900000', '171530.902000', '171530.905000', '171530.908000', '171530.910000', '171530.913000', '171530.915000', '171530.918000', '171530.921000', '171530.923000', '171530.926000', '171530.928000', '171530.931000', '171530.934000', '171530.936000', '171530.939000', '171530.942000', '171550.781000', '171550.784000', '171550.787000', '171550.790000', '171550.792000', '171550.795000', '171550.798000', '171550.800000', '171550.803000', '171550.805000', '171550.808000', '171550.811000', '171550.813000', '171550.816000', '171550.834000', '171550.836000', '171550.839000', '171550.841000', '171550.844000', '171550.847000', '171550.849000', '171550.853000', '171550.856000', '171550.858000', '171550.861000', '171550.864000', '171550.866000', '171550.869000', '171550.872000', '171550.874000', '171550.877000', '171550.880000', '171550.882000', '171550.885000', '171550.887000', '171550.890000', '171550.892000', '171550.895000', '171550.898000', '171550.900000', '171550.903000', '171550.906000', '171550.908000', '171610.782000', '171610.785000', '171610.787000', '171610.790000', '171610.792000', '171610.795000', '171610.798000', '171610.800000', '171610.803000', '171610.806000', '171610.808000', '171610.811000', '171610.813000', '171610.862000', '171610.865000', '171610.867000', '171610.870000', '171610.873000', '171610.875000', '171610.878000', '171610.880000', '171610.883000', '171610.886000', '171610.888000', '171610.891000', '171610.894000', '171610.896000', '171610.899000', '171610.902000', '171610.904000', '171610.907000', '171610.909000', '171610.912000', '171610.914000', '171610.917000', '171610.920000', '171610.922000', '171610.925000', '171610.927000', '171610.930000', '171610.933000', '171610.935000', '171610.938000', '171610.940000', '171630.781000', '171630.784000', '171630.787000', '171630.790000', '171630.792000', '171630.795000', '171630.797000', '171630.800000', '171630.803000', '171630.813000', '171630.855000', '171630.858000', '171630.861000', '171630.863000', '171630.866000', '171630.868000', '171630.871000', '171630.874000', '171630.876000', '171630.879000', '171630.881000', '171630.884000', '171630.886000', '171630.889000', '171630.892000', '171630.894000', '171630.897000', '171630.900000', '171630.902000', '171630.905000', '171630.907000', '171630.910000', '171630.913000', '171630.915000', '171630.918000', '171630.920000', '171630.923000', '171630.926000', '171630.928000', '171630.931000', '171630.934000', '171630.936000', '171630.939000', '171650.782000', '171650.784000', '171650.787000', '171650.790000', '171650.792000', '171650.795000', '171650.797000', '171650.800000', '171650.803000', '171650.805000', '171650.808000', '171650.811000', '171650.813000', '171650.865000', '171650.868000', '171650.870000', '171650.873000', '171650.875000', '171650.878000', '171650.881000', '171650.883000', '171650.886000', '171650.888000', '171650.891000', '171650.894000', '171650.896000', '171650.899000', '171650.901000', '171650.904000', '171650.907000', '171650.909000', '171650.912000', '171650.914000', '171650.917000', '171650.920000', '171650.922000', '171650.925000', '171650.927000', '171650.930000', '171650.933000', '171650.935000', '171650.938000', '171650.940000', '171650.943000', '171710.782000', '171710.785000', '171710.787000', '171710.790000', '171710.793000', '171710.795000', '171710.798000', '171710.800000', '171710.803000', '171710.806000', '171710.808000', '171710.811000', '171710.814000', '171710.864000', '171710.867000', '171710.870000', '171710.872000', '171710.875000', '171710.877000', '171710.880000', '171710.883000', '171710.885000', '171710.888000', '171710.890000', '171710.894000', '171710.896000', '171710.899000', '171710.902000', '171710.904000', '171710.907000', '171710.910000', '171710.912000', '171710.915000', '171710.917000', '171710.920000', '171710.922000', '171710.925000', '171710.928000', '171710.930000', '171710.933000', '171710.936000', '171710.939000', '171710.942000', '171730.782000', '171730.784000', '171730.787000', '171730.790000', '171730.792000', '171730.795000', '171730.798000', '171730.800000', '171730.803000', '171730.806000', '171730.808000', '171730.811000', '171730.814000', '171730.906000', '171730.908000', '171730.911000', '171730.914000', '171730.916000', '171730.919000', '171730.921000', '171730.924000', '171730.927000', '171730.929000', '171730.932000', '171730.934000', '171730.937000', '171730.940000', '171730.944000', '171730.947000', '171730.949000', '171730.952000', '171730.955000', '171730.957000', '171730.960000', '171730.962000', '171730.965000', '171730.968000', '171730.970000', '171730.973000', '171730.975000', '171730.978000', '171730.981000', '171730.983000', '171730.986000', '171750.782000', '171750.785000', '171750.788000', '171750.791000', '171750.793000', '171750.796000', '171750.799000', '171750.801000', '171750.804000', '171750.806000', '171750.809000', '171750.812000', '171750.814000', '171750.876000', '171750.879000', '171750.881000', '171750.884000', '171750.887000', '171750.889000', '171750.892000', '171750.908000', '171750.911000', '171750.914000', '171750.916000', '171750.919000', '171750.921000', '171750.924000', '171750.927000', '171750.929000', '171750.932000', '171750.935000', '171750.937000', '171750.940000', '171750.943000', '171750.945000', '171750.948000', '171750.950000', '171750.953000', '171750.956000', '171750.958000', '171750.961000', '171750.964000', '171750.966000', '171810.782000', '171810.784000', '171810.787000', '171810.790000', '171810.792000', '171810.795000', '171810.797000', '171810.800000', '171810.803000', '171810.805000', '171810.808000', '171810.811000', '171810.813000', '171810.868000', '171810.871000', '171810.873000', '171810.876000', '171810.879000', '171810.881000', '171810.884000', '171810.886000', '171810.889000', '171810.892000', '171810.894000', '171810.897000', '171810.899000', '171810.902000', '171810.905000', '171810.907000', '171810.910000', '171810.912000', '171810.915000', '171810.917000', '171810.920000', '171810.923000', '171810.925000', '171810.928000', '171810.930000', '171810.933000', '171810.936000', '171810.938000', '171810.941000', '171810.944000', '171810.946000', '171830.781000', '171830.784000', '171830.787000', '171830.790000', '171830.792000', '171830.795000', '171830.797000', '171830.800000', '171830.803000', '171830.805000', '171830.808000', '171830.810000', '171830.813000', '171830.862000', '171830.865000', '171830.868000', '171830.870000', '171830.873000', '171830.875000', '171830.878000', '171830.881000', '171830.883000', '171830.886000', '171830.889000', '171830.891000', '171830.894000', '171830.897000', '171830.899000', '171830.902000', '171830.904000', '171830.907000', '171830.910000', '171830.912000', '171830.915000', '171830.917000', '171830.920000', '171830.923000', '171830.925000', '171830.928000', '171830.931000', '171830.934000', '171830.937000', '171830.939000', '171850.781000', '171850.784000', '171850.787000', '171850.790000', '171850.792000', '171850.795000', '171850.797000', '171850.800000', '171850.803000', '171850.805000', '171850.808000', '171850.810000', '171850.813000', '171850.864000', '171850.866000', '171850.869000', '171850.872000', '171850.874000', '171850.877000', '171850.879000', '171850.882000', '171850.885000', '171850.887000', '171850.890000', '171850.893000', '171850.895000', '171850.898000', '171850.900000', '171850.903000', '171850.906000', '171850.908000', '171850.911000', '171850.914000', '171850.916000', '171850.919000', '171850.921000', '171850.924000', '171850.926000', '171850.929000', '171850.932000', '171850.934000', '171850.937000', '171850.939000', '171850.942000', '171910.782000', '171910.784000', '171910.787000', '171910.790000', '171910.792000', '171910.795000', '171910.798000', '171910.800000', '171910.803000', '171910.805000', '171910.808000', '171910.811000', '171910.813000', '171910.872000', '171910.875000', '171910.877000', '171910.880000', '171910.883000', '171910.885000', '171910.888000', '171910.891000', '171910.893000', '171910.896000', '171910.898000', '171910.901000', '171910.904000', '171910.906000', '171910.909000', '171910.911000', '171910.914000', '171910.917000', '171910.931000', '171910.934000', '171910.936000', '171910.939000', '171910.942000', '171910.944000', '171910.947000', '171910.950000', '171910.952000', '171910.955000', '171910.957000', '171910.960000', '171930.782000', '171930.785000', '171930.787000', '171930.790000', '171930.793000', '171930.795000', '171930.798000', '171930.800000', '171930.803000', '171930.806000', '171930.808000', '171930.811000', '171930.814000', '171930.895000', '171930.898000', '171930.900000', '171930.903000', '171930.906000', '171930.908000', '171930.911000', '171930.914000', '171930.916000', '171930.919000', '171930.921000', '171930.924000', '171930.926000', '171930.929000', '171930.932000', '171930.934000', '171930.937000', '171930.940000', '171930.942000', '171930.945000', '171930.948000', '171930.950000', '171930.953000', '171930.955000', '171930.958000', '171930.961000', '171930.963000', '171930.966000', '171930.968000', '171930.971000', '171930.974000', '171950.782000', '171950.784000', '171950.787000', '171950.790000', '171950.792000', '171950.795000', '171950.798000', '171950.800000', '171950.803000', '171950.806000', '171950.808000', '171950.811000', '171950.813000', '171950.882000', '171950.885000', '171950.887000', '171950.890000', '171950.892000', '171950.895000', '171950.898000', '171950.900000', '171950.903000', '171950.906000', '171950.908000', '171950.911000', '171950.914000', '171950.916000', '171950.919000', '171950.921000', '171950.924000', '171950.927000', '171950.929000', '171950.932000', '171950.935000', '171950.937000', '171950.940000', '171950.943000', '171950.945000', '171950.948000', '171950.951000', '171950.953000', '171950.956000', '171950.959000', '172010.783000', '172010.786000', '172010.788000', '172010.791000', '172010.793000', '172010.796000', '172010.799000', '172010.801000', '172010.804000', '172010.806000', '172010.809000', '172010.812000', '172010.814000', '172010.867000', '172010.870000', '172010.873000', '172010.875000', '172010.878000', '172010.880000', '172010.883000', '172010.886000', '172010.888000', '172010.891000', '172010.893000', '172010.896000', '172010.898000', '172010.901000', '172010.904000', '172010.906000', '172010.909000', '172010.912000', '172010.914000', '172010.917000', '172010.919000', '172010.922000', '172010.925000', '172010.927000', '172010.930000', '172010.932000', '172010.935000', '172010.937000', '172010.941000', '172010.944000', '172010.946000', '172030.782000', '172030.784000', '172030.787000', '172030.790000', '172030.792000', '172030.795000', '172030.797000', '172030.800000', '172030.803000', '172030.805000', '172030.808000', '172030.810000', '172030.813000', '172030.816000', '172030.819000', '172030.821000', '172030.824000', '172030.827000', '172030.829000', '172030.832000', '172030.834000', '172030.837000', '172030.840000', '172030.842000', '172030.845000', '172030.847000', '172030.850000', '172030.864000', '172030.867000', '172030.869000', '172030.872000', '172030.875000', '172030.877000', '172030.880000', '172030.882000', '172030.885000', '172030.888000', '172030.890000', '172030.893000', '172030.895000', '172030.898000', '172030.901000', '172030.903000', '172050.782000', '172050.784000', '172050.787000', '172050.790000', '172050.792000', '172050.795000', '172050.797000', '172050.800000', '172050.803000', '172050.805000', '172050.808000', '172050.811000', '172050.813000', '172050.870000', '172050.873000', '172050.875000', '172050.878000', '172050.881000', '172050.883000', '172050.886000', '172050.888000', '172050.891000', '172050.894000', '172050.896000', '172050.899000', '172050.901000', '172050.904000', '172050.907000', '172050.909000', '172050.912000', '172050.915000', '172050.917000', '172050.920000', '172050.923000', '172050.925000', '172050.928000', '172050.930000', '172050.933000', '172050.936000', '172050.938000', '172050.941000', '172050.944000', '172050.946000', '172050.949000', '172110.782000', '172110.784000', '172110.787000', '172110.790000', '172110.792000', '172110.795000', '172110.797000', '172110.800000', '172110.803000', '172110.805000', '172110.808000', '172110.810000', '172110.813000', '172110.862000', '172110.865000', '172110.868000', '172110.870000', '172110.873000', '172110.875000', '172110.878000', '172110.881000', '172110.883000', '172110.886000', '172110.888000', '172110.891000', '172110.894000', '172110.896000', '172110.899000', '172110.902000', '172110.904000', '172110.907000', '172110.909000', '172110.912000', '172110.914000', '172110.917000', '172110.920000', '172110.922000', '172110.925000', '172110.928000', '172110.930000', '172110.933000', '172110.935000', '172110.938000', '172130.782000', '172130.785000', '172130.788000', '172130.790000', '172130.793000', '172130.795000', '172130.798000', '172130.801000', '172130.803000', '172130.806000', '172130.808000', '172130.811000', '172130.814000', '172130.816000', '172130.819000', '172130.822000', '172130.825000', '172130.827000', '172130.830000', '172130.832000', '172130.835000', '172130.838000', '172130.840000', '172130.843000', '172130.845000', '172130.848000', '172130.851000', '172130.853000', '172130.856000', '172130.858000', '172130.861000', '172130.864000', '172130.866000', '172130.869000', '172130.871000', '172130.874000', '172130.876000', '172130.879000', '172130.882000', '172130.884000', '172130.887000', '172130.889000', '172130.892000', '172130.895000', '172144.078000', '172144.081000', '172144.084000', '172144.086000', '172144.089000', '172144.092000', '172144.094000', '172144.097000', '172144.100000', '172144.103000', '172144.105000', '172144.108000', '172144.111000', '172144.114000', '172144.117000', '172144.119000', '172144.122000', '172144.125000', '172144.127000', '172144.130000', '172144.133000', '172144.135000', '172144.138000', '172144.141000', '172144.160000', '172144.162000', '172144.165000', '172144.168000', '172144.170000'], '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': [7576, 8061, 7303, 8444, 7457, 8074, 7335, 8176, 7129, 8238, 9603, 7203, 9271, 7826, 8386, 7343, 8438, 7150, 8232, 8986, 7738, 8644, 7435, 8185, 7230, 8316, 7806, 8104, 8659, 7236, 8401, 7379, 8181, 7185, 8359, 7030, 7913, 8688, 8296, 8882, 7268, 8376, 7446, 8312, 7048, 8296, 7622, 8234, 7844, 7998, 9102, 7959, 9159, 7251, 8355, 7899, 8497, 8050, 8292, 8675, 7289, 8297, 7256, 8072, 7606, 8230, 9171, 7523, 8624, 7033, 8134, 9407, 7975, 8902, 7253, 8099, 6898, 8086, 6955, 7850, 8604, 7262, 8105, 7085, 8054, 6988, 8040, 9396, 7480, 8835, 7655, 8586, 7130, 8172, 7184, 8090, 9238, 7337, 8197, 7156, 8034, 7041, 8064, 6977, 7778, 8795, 7188, 8158, 7687, 7899, 7130, 8202, 9325, 7876, 8507, 7462, 8423, 7183, 8265, 7619, 8194, 7077, 8265, 7261, 8140, 7318, 7915, 7603, 7944, 9024, 7328, 9313, 7112, 8559, 7248, 8554, 7651, 8492, 7285, 8496, 7269, 8568, 7173, 8990, 7476, 8235, 7422, 8211, 8127, 7992, 7898, 8164, 8967, 8053, 8816, 7272, 8685, 7723, 8018, 7313, 8372, 7403, 8487, 7603, 8461, 7468, 8292, 9734, 7218, 9010, 7995, 8390, 7270, 7174, 8122, 6917, 8810, 7481, 8540, 7221, 7555, 7406, 7116, 8806, 7679, 8984, 9891, 7505, 9273, 8274, 8503, 8073, 8722, 7197, 8281, 9107, 8168, 8787, 7284, 7105, 8008, 6866, 8386, 7053, 8117, 8289, 8334, 8758, 7914, 8035, 7834, 8388, 9046, 8297, 8666, 7793, 8409, 7649, 8277, 7388, 8394, 7620, 8287, 7205, 8517, 9124, 8129, 8944, 7302, 8677, 7818, 8292, 7767, 8474, 7948, 8509, 7112, 8236, 9401, 8152, 9057, 7182, 8325, 7888, 8167, 7359, 8558, 8223, 8558, 7874, 8236, 7783, 8469, 7366, 8244, 8435, 8512, 8957, 7621, 8740, 7503, 8064, 7710, 8218, 7338, 8424, 7622, 8451, 7191, 8183, 8611, 8143, 8523, 7630, 8270, 7151, 8043, 6889, 7944, 8965, 7999, 8487, 7392, 7904, 7875, 7869, 8031, 8260, 7246, 8790, 7313, 8079, 7466, 7921, 9008, 7161, 8688, 7135, 8057, 6976, 7717, 6920, 8003, 8896, 7908, 8777, 7416, 8415, 7245, 8593, 7458, 9026, 7391, 8721, 7511, 7960, 7371, 8084, 7574, 8137, 7992, 8230, 7294, 8022, 7163, 7794, 7263, 7862, 9205, 7133, 8526, 7316, 7724, 7068, 7990, 7686, 7764, 7874, 7943, 7201, 7867, 6978, 7821, 7278, 8059, 9015, 7363, 8800, 7123, 8135, 7114, 8168, 7410, 8031, 7685, 7334, 7854, 7238, 7684, 9464, 7674, 8200, 7071, 8046, 9345, 7744, 8604, 7330, 8892, 7382, 8630, 7631, 8341, 7805, 9227, 7846, 9122, 7344, 9117, 7508, 9201, 7478, 9226, 8044, 7502, 8225, 7373, 7976, 7353, 7949, 7299, 7953, 7387, 7874, 8122, 8205, 9287, 8158, 7821, 8027, 7310, 7984, 7553, 8266, 7450, 7953, 7333, 8136, 9555, 7534, 9223, 7595, 7847, 7371, 8139, 7190, 7957, 7268, 7932, 7089, 8060, 6921, 8191, 9002, 7696, 9072, 7585, 7917, 7857, 8075, 8830, 7247, 8117, 7739, 7863, 7390, 7906, 7758, 8253, 8365, 7131, 8324, 7456, 7927, 6949, 8077, 7204, 8116, 7767, 8059, 8900, 7541, 8625, 7474, 8225, 7193, 7946, 7975, 8081, 9139, 7845, 8628, 7290, 8372, 7188, 8280, 7474, 7940, 7960, 8142, 8774, 7377, 8065, 7271, 7729, 7989, 7036, 8037, 9078, 8133, 9143, 7955, 8658, 7847, 8199, 7419, 8393, 8064, 8152, 7181, 8244, 6764, 8198, 6911, 8323, 7103, 8303, 7321, 8401, 7152, 8482, 7787, 8219, 7394, 8330, 8391, 8471, 7379, 8209, 7145, 8173, 7770, 8324, 7398, 8213, 7762, 8345, 8435, 8680, 7899, 8258, 7896, 8864, 7867, 8327, 7681, 8241, 7516, 8195, 7459, 8527, 7892, 8231, 7659, 8173, 7747, 8307, 8166, 8293, 7498, 8139, 8062, 8049, 7758, 8168, 7461, 8082, 7548, 8244, 7969, 8417, 7837, 8082, 8149, 8540, 8068, 7990, 7667, 8317, 7218, 8253, 7466, 8422, 7968, 8452, 7469, 8526, 7893, 8242, 8428, 7778, 8302, 7794, 8416, 8316, 8605, 9620, 8707, 9137, 8350, 7551, 8351, 6912, 7084, 6948, 8255, 7428, 7292, 8115, 7152, 8560, 7191, 8689, 8753, 8180, 9082, 7262, 8300, 7275, 8477, 7621, 8385, 7088, 8503, 7223, 7931, 7571, 8132, 7651, 8541, 7209, 8498, 7292, 8370, 7064, 8543, 7272, 8766, 8203, 7747, 8157, 8309, 8216, 9483, 8420, 9044, 7350, 8875, 7443, 9039, 7418, 8880, 7369, 8837, 7575, 8853, 7456, 9087, 8192, 8872, 8373, 8104, 7807, 8220, 7327, 8679, 7132, 8823, 7145, 9270, 7955, 8202, 8183, 9278, 8277, 9093, 8532, 8491, 8270, 8233, 7367, 7739, 8532, 8495, 8697, 9112, 7382, 8788, 7937, 8658, 8226, 8620, 8438, 8459, 7541, 8562, 7730, 8651, 8078, 8485, 7134, 8180, 7175, 8339, 7239, 8462, 7649, 8422, 7305, 8129, 9170, 8092, 9130, 8186, 8798, 7897, 8488, 7514, 8121, 7431, 8621, 8470, 8438, 7295, 8509, 8202, 9113, 7988, 8897, 7773, 8434, 9685, 7752, 9222, 8372, 8490, 7814, 8371, 7861, 8419, 7710, 8350, 8035, 8366, 7925, 8488, 7538, 8172, 7582, 8404, 7543, 8335, 8298, 8373, 7584, 8414, 7248, 8731, 8008, 9169, 7394, 9122, 7386, 8710, 7235, 9120, 7895, 8959, 8331, 7529, 8362, 7636, 8235, 7354, 8236, 8018, 8562, 7491, 8801, 7654, 9410, 7898, 9747, 7998, 8062, 8300, 7739, 8112, 8515, 8635, 8343, 7197, 8217, 7969, 8361, 7408, 9282, 8456, 7255, 8156, 7434, 7989, 7441, 8971, 8622, 7847, 8145, 7689, 8355, 8119, 7137, 8358, 7677, 8286, 7812, 7119, 8320, 7670, 8896, 8287, 7210, 8349, 7632, 8703, 7470, 7915, 8199, 7037, 8417, 7303, 8782, 8352, 6791, 7932, 7239, 8363, 7667, 9122, 7093, 8995, 7349, 8493, 8189, 7356, 8523, 7744, 8828, 7788, 6875, 7846, 7405, 7519, 8701, 7801, 8292, 8786, 7175, 8146, 7730, 7186, 8676, 7957, 8642, 8855, 7907, 8997, 7652, 8664, 8901, 9287, 8425, 8762, 8073, 8756, 7457, 8511, 7275, 8844, 7229, 7009, 8442, 6832, 6999, 7747, 8792, 7502, 7083, 8878, 7842, 8902, 8840, 8843, 9356, 8710, 8866, 8319, 8772, 8782, 8880, 7817, 8450, 7535, 8840, 7401, 8653, 7323, 8910, 7602, 8903, 7495, 8841, 7406, 8613, 8747, 8889, 8516, 8758, 8328, 8620, 8138, 8549, 7800, 9235, 7352, 9044, 7796, 8748, 8773, 8923, 7430, 9552, 8284, 9346, 8293, 9269, 7428, 9218, 7296, 8866, 7315, 9048, 8185, 8964, 8177, 9041, 7399, 7365, 8762, 7210, 8946, 7080, 9007, 9976, 8368, 9150, 8952, 8849, 8758, 7691, 8360, 7943, 9254, 7342, 6706, 8179, 7187, 8453, 7200, 7121, 8410, 8943, 7663, 8584, 9051, 8687, 8857, 8435, 8873, 8269, 8949, 7933, 8953, 7924, 9345, 8389, 8895, 7823, 8589, 7964, 8856, 9086, 7658, 9119, 8830, 9183, 7694, 8727, 7330, 7458, 8163, 6789, 9015, 7370, 8436, 8449, 9272, 8049, 9758, 9359, 8161, 9358, 8220, 9183, 9075, 8398, 8216, 7994, 8884, 7688, 8665, 7056, 8318, 7978, 6977, 8815, 8168, 7516, 8157, 9893, 9069, 9675, 8516, 8760, 9204, 8407, 8596, 9062, 9105, 8964, 9099, 8649, 9090, 8783, 9078, 8647, 8794, 8259, 8944, 8365, 8378, 8548, 8449, 8435, 8329, 8656, 8211, 8800, 7750, 8536, 7910, 8722, 7435, 8834, 8573, 8466, 8859, 7781, 8617, 8663, 7142, 8504, 8212, 8494, 8168, 8912, 7245, 8301, 7677, 8601, 7059, 8666, 8650, 8486, 8721, 7714, 8649, 7396, 8777, 7873, 8687, 7570, 8633, 7667, 8391, 7303, 8399, 6893, 8721, 7376, 8397, 9025, 7180, 8690, 7812, 8619, 9389, 8579, 8866, 7425, 8439, 7379, 7828, 8170, 8327, 8469, 8583, 8299, 8963, 8395, 8677, 8484, 8860, 7208, 9008, 7497, 8825, 7978, 8441, 8007, 8430, 6883, 8442, 7918, 8397, 8556, 8341, 8053, 8598, 6855, 8348, 8577, 8479, 8711, 7539, 8715, 7599, 8528, 8966, 8235, 8672, 7256, 8980, 7259, 8720, 7244, 8833, 7142, 8650, 7444, 8847, 7886, 8737, 8701, 8520, 8501, 7781, 7660, 8055, 7424, 8078, 7856, 8104, 7815, 7913, 8959, 7393, 8521, 9609, 8225, 8573, 8113, 8724, 7439, 8419, 7203, 8294, 7117, 8581, 7155, 8244, 9295, 8339, 9106, 7320, 8609, 7370, 8687, 7345, 8327, 8466, 8605, 8896, 8363, 8784, 7376, 8671, 8157, 8685, 7567, 8425, 7317, 8557, 7034, 8632, 7185, 8416, 8077, 8587, 7320, 8784, 8454, 8309, 8739, 7387, 8768, 7277, 8839, 7326, 8818, 7132, 8638, 7229, 8803, 7148, 7754, 7421, 7116, 9009, 7557, 8286, 9295, 7612, 9162, 7538, 9605, 8874, 8721, 7620, 8749, 7682, 9323, 8131, 9117, 7876, 7863, 9029, 7397, 9249, 8554, 9419, 8178, 9375, 7752, 8884, 7918, 8774, 7520, 9086, 7757, 8977, 7730, 8864, 7855, 7307, 8567, 7284, 8686, 7665, 8801, 7774, 8669, 7896, 8025, 8052, 8552, 7690, 8772, 8745], 'WindowCenter': [4037.0, 4032.0, 3998.0, 4016.0, 3994.0, 4004.0, 3982.0, 4003.0, 3981.0, 4002.0, 3996.0, 3980.0, 3999.0, 3978.0, 3987.0, 3967.0, 3988.0, 3966.0, 3987.0, 3986.0, 3978.0, 3987.0, 3967.0, 3987.0, 3978.0, 3989.0, 3977.0, 3977.0, 3987.0, 3967.0, 3973.0, 3966.0, 3988.0, 3968.0, 3987.0, 3967.0, 3990.0, 3988.0, 3989.0, 3999.0, 3967.0, 3988.0, 3978.0, 3987.0, 3955.0, 3988.0, 3977.0, 3988.0, 3977.0, 3988.0, 3998.0, 3988.0, 3997.0, 3966.0, 3987.0, 3976.0, 3987.0, 3976.0, 3976.0, 3987.0, 3977.0, 3987.0, 3966.0, 3977.0, 3977.0, 3988.0, 3998.0, 3978.0, 3987.0, 3966.0, 3976.0, 3985.0, 3974.0, 3986.0, 3964.0, 3975.0, 3950.0, 3976.0, 3954.0, 3976.0, 3986.0, 3977.0, 3987.0, 3969.0, 3988.0, 3968.0, 3989.0, 3997.0, 3967.0, 3999.0, 3978.0, 3999.0, 3968.0, 3988.0, 3965.0, 3977.0, 3997.0, 3966.0, 3975.0, 3965.0, 3975.0, 3965.0, 3976.0, 3954.0, 3976.0, 3986.0, 3967.0, 3977.0, 3978.0, 3988.0, 3967.0, 3987.0, 3996.0, 3976.0, 3986.0, 3966.0, 3975.0, 3966.0, 3989.0, 3977.0, 3986.0, 3966.0, 3987.0, 3966.0, 3989.0, 3978.0, 3990.0, 3963.0, 3988.0, 3997.0, 3977.0, 3997.0, 3967.0, 3987.0, 3977.0, 3986.0, 3977.0, 3986.0, 3966.0, 3986.0, 3967.0, 3987.0, 3966.0, 3985.0, 3950.0, 3987.0, 3965.0, 3975.0, 3960.0, 3975.0, 3974.0, 3975.0, 3984.0, 3976.0, 3986.0, 3965.0, 3986.0, 3976.0, 3975.0, 3965.0, 3986.0, 3965.0, 3987.0, 3964.0, 3986.0, 3965.0, 3987.0, 3996.0, 3964.0, 3985.0, 3975.0, 3974.0, 3951.0, 3954.0, 3988.0, 3968.0, 3998.0, 3980.0, 4000.0, 3981.0, 3978.0, 3979.0, 3981.0, 4012.0, 3991.0, 4012.0, 4009.0, 3966.0, 3986.0, 3963.0, 3974.0, 3977.0, 3985.0, 3941.0, 3972.0, 3982.0, 3973.0, 3973.0, 3963.0, 3954.0, 3976.0, 3955.0, 3987.0, 3966.0, 3975.0, 3988.0, 3989.0, 3988.0, 3977.0, 3977.0, 3977.0, 3987.0, 3985.0, 3975.0, 3985.0, 3965.0, 3975.0, 3976.0, 3986.0, 3966.0, 3986.0, 3976.0, 3988.0, 3967.0, 3988.0, 3998.0, 3973.0, 3997.0, 3965.0, 3986.0, 3965.0, 3987.0, 3965.0, 3987.0, 3977.0, 3987.0, 3966.0, 3987.0, 3997.0, 3978.0, 3987.0, 3951.0, 3986.0, 3977.0, 3986.0, 3965.0, 3986.0, 3986.0, 3987.0, 3976.0, 3987.0, 3977.0, 3988.0, 3967.0, 3973.0, 3987.0, 3988.0, 3997.0, 3977.0, 3987.0, 3967.0, 3976.0, 3974.0, 3986.0, 3965.0, 3986.0, 3965.0, 3976.0, 3966.0, 3988.0, 3984.0, 3988.0, 3998.0, 3978.0, 3988.0, 3980.0, 3989.0, 3967.0, 3988.0, 3997.0, 3988.0, 3998.0, 3978.0, 3989.0, 3990.0, 3990.0, 3990.0, 4000.0, 3980.0, 4001.0, 3980.0, 3991.0, 3979.0, 3989.0, 3998.0, 3967.0, 3989.0, 3967.0, 3973.0, 3968.0, 3979.0, 3968.0, 3990.0, 3999.0, 3990.0, 4000.0, 3980.0, 3990.0, 3965.0, 4000.0, 3980.0, 4010.0, 3980.0, 4000.0, 3979.0, 3989.0, 3978.0, 3990.0, 3977.0, 3988.0, 3977.0, 3988.0, 3967.0, 3988.0, 3968.0, 3990.0, 3978.0, 3990.0, 3999.0, 3953.0, 4000.0, 3978.0, 3977.0, 3952.0, 3987.0, 3976.0, 3979.0, 3977.0, 3988.0, 3963.0, 3988.0, 3968.0, 3977.0, 3978.0, 3990.0, 3998.0, 3967.0, 3997.0, 3966.0, 3976.0, 3966.0, 3986.0, 3977.0, 3989.0, 3979.0, 3979.0, 3991.0, 3979.0, 3991.0, 4012.0, 3980.0, 3975.0, 3967.0, 3988.0, 3998.0, 3966.0, 3985.0, 3966.0, 3997.0, 3966.0, 3987.0, 3978.0, 3987.0, 3978.0, 3998.0, 3990.0, 3999.0, 3979.0, 3998.0, 3978.0, 3997.0, 3963.0, 3997.0, 3978.0, 3967.0, 3988.0, 3966.0, 3977.0, 3978.0, 3988.0, 3967.0, 3988.0, 3966.0, 3988.0, 3975.0, 3987.0, 3997.0, 3976.0, 3976.0, 3976.0, 3965.0, 3976.0, 3977.0, 3988.0, 3978.0, 3988.0, 3977.0, 3978.0, 3997.0, 3966.0, 3985.0, 3964.0, 3975.0, 3965.0, 3964.0, 3952.0, 3974.0, 3963.0, 3975.0, 3966.0, 3988.0, 3968.0, 4001.0, 3999.0, 3979.0, 3998.0, 3977.0, 3988.0, 3975.0, 3975.0, 3985.0, 3964.0, 3975.0, 3965.0, 3975.0, 3965.0, 3976.0, 3964.0, 3986.0, 3985.0, 3965.0, 3971.0, 3966.0, 3976.0, 3967.0, 3988.0, 3966.0, 3989.0, 3979.0, 3990.0, 3999.0, 3979.0, 3999.0, 3978.0, 3988.0, 3966.0, 3989.0, 3977.0, 3978.0, 3998.0, 3988.0, 3987.0, 3966.0, 3986.0, 3955.0, 3987.0, 3965.0, 3977.0, 3976.0, 3988.0, 3988.0, 3979.0, 3988.0, 3979.0, 3989.0, 3992.0, 3981.0, 4003.0, 4012.0, 3992.0, 4011.0, 3990.0, 4000.0, 3989.0, 3989.0, 3966.0, 3987.0, 3976.0, 3988.0, 3968.0, 3988.0, 3969.0, 3989.0, 3968.0, 3990.0, 3970.0, 4001.0, 3966.0, 3989.0, 3968.0, 4000.0, 3979.0, 3989.0, 3968.0, 3988.0, 3976.0, 3987.0, 3967.0, 3987.0, 3966.0, 3986.0, 3977.0, 3989.0, 3978.0, 3988.0, 3978.0, 3987.0, 3988.0, 3989.0, 3989.0, 3988.0, 3977.0, 3997.0, 3976.0, 3987.0, 3977.0, 3976.0, 3965.0, 3975.0, 3965.0, 3988.0, 3977.0, 3987.0, 3977.0, 3987.0, 3979.0, 3988.0, 3988.0, 3987.0, 3967.0, 3977.0, 3976.0, 3977.0, 3965.0, 3986.0, 3966.0, 3975.0, 3966.0, 3987.0, 3962.0, 3987.0, 3963.0, 3977.0, 3988.0, 3988.0, 3978.0, 3978.0, 3978.0, 3976.0, 3967.0, 3987.0, 3968.0, 3987.0, 3978.0, 3988.0, 3968.0, 3999.0, 3990.0, 3988.0, 3990.0, 3978.0, 3989.0, 3978.0, 3990.0, 3988.0, 3988.0, 3997.0, 3987.0, 3996.0, 3976.0, 3965.0, 3988.0, 3968.0, 3967.0, 3967.0, 3988.0, 3980.0, 3979.0, 3990.0, 3970.0, 4002.0, 3982.0, 4002.0, 3988.0, 3978.0, 3987.0, 3967.0, 3975.0, 3965.0, 3959.0, 3965.0, 3960.0, 3956.0, 3999.0, 3979.0, 3989.0, 3990.0, 3989.0, 3992.0, 4001.0, 3981.0, 4002.0, 3981.0, 3989.0, 3955.0, 4000.0, 3981.0, 4000.0, 3991.0, 3980.0, 3991.0, 3989.0, 3992.0, 4010.0, 3991.0, 3984.0, 3968.0, 3987.0, 3967.0, 3986.0, 3967.0, 3989.0, 3967.0, 3998.0, 3979.0, 4013.0, 3995.0, 4015.0, 3992.0, 3999.0, 3987.0, 3976.0, 3966.0, 3974.0, 3966.0, 3988.0, 3967.0, 3998.0, 3981.0, 3999.0, 3990.0, 3989.0, 3988.0, 3997.0, 3989.0, 3999.0, 3989.0, 3989.0, 3977.0, 3976.0, 3966.0, 3965.0, 3973.0, 3987.0, 3999.0, 3998.0, 3968.0, 3987.0, 3977.0, 3986.0, 3986.0, 3988.0, 3987.0, 3986.0, 3978.0, 3987.0, 3978.0, 4000.0, 3988.0, 3999.0, 3967.0, 3988.0, 3966.0, 3987.0, 3966.0, 3988.0, 3978.0, 3990.0, 3979.0, 3991.0, 4010.0, 3989.0, 3984.0, 3988.0, 3988.0, 3977.0, 3986.0, 3951.0, 3975.0, 3966.0, 3986.0, 3988.0, 3987.0, 3979.0, 3999.0, 3989.0, 3999.0, 3988.0, 3999.0, 3977.0, 3987.0, 3996.0, 3965.0, 3984.0, 3973.0, 3973.0, 3963.0, 3974.0, 3973.0, 3973.0, 3964.0, 3973.0, 3975.0, 3975.0, 3975.0, 3986.0, 3974.0, 3985.0, 3975.0, 3985.0, 3976.0, 3986.0, 3987.0, 3986.0, 3977.0, 3972.0, 3977.0, 3997.0, 3989.0, 4009.0, 3978.0, 4009.0, 3978.0, 3987.0, 3978.0, 3997.0, 3989.0, 3998.0, 3988.0, 3977.0, 3973.0, 3978.0, 3989.0, 3978.0, 3988.0, 3988.0, 3998.0, 3979.0, 3998.0, 3978.0, 3998.0, 3988.0, 3997.0, 3976.0, 3975.0, 3985.0, 3961.0, 3986.0, 3998.0, 3998.0, 3988.0, 3979.0, 3999.0, 3991.0, 4000.0, 3980.0, 4011.0, 3990.0, 3979.0, 3989.0, 3979.0, 3989.0, 3979.0, 3999.0, 4000.0, 3990.0, 3989.0, 3989.0, 3999.0, 3990.0, 3980.0, 4013.0, 3992.0, 4002.0, 3992.0, 3981.0, 3987.0, 3978.0, 4012.0, 4002.0, 3980.0, 4001.0, 3976.0, 4002.0, 3981.0, 3975.0, 3990.0, 3981.0, 4000.0, 3980.0, 4000.0, 3990.0, 3969.0, 3989.0, 3980.0, 4003.0, 3991.0, 3996.0, 3956.0, 4000.0, 3980.0, 3988.0, 3988.0, 3978.0, 4012.0, 3977.0, 4012.0, 4004.0, 3970.0, 3990.0, 3995.0, 3994.0, 4001.0, 3991.0, 4003.0, 4002.0, 3982.0, 3991.0, 3992.0, 3982.0, 4001.0, 3991.0, 4000.0, 4001.0, 3980.0, 4000.0, 3979.0, 3988.0, 3999.0, 3999.0, 3977.0, 3987.0, 3965.0, 3976.0, 3953.0, 3973.0, 3965.0, 3996.0, 3978.0, 3968.0, 3986.0, 3970.0, 3980.0, 3993.0, 4013.0, 3996.0, 3984.0, 4015.0, 4004.0, 4016.0, 4003.0, 4002.0, 3999.0, 3987.0, 3987.0, 3977.0, 3976.0, 3975.0, 3985.0, 3966.0, 3975.0, 3966.0, 3986.0, 3978.0, 3984.0, 3979.0, 3999.0, 3979.0, 3984.0, 3952.0, 3986.0, 3966.0, 3987.0, 3987.0, 3998.0, 3987.0, 3986.0, 3961.0, 4000.0, 3991.0, 4012.0, 3990.0, 4008.0, 3979.0, 3998.0, 3977.0, 3985.0, 3986.0, 3995.0, 3977.0, 3997.0, 3976.0, 3997.0, 3974.0, 3985.0, 3963.0, 3983.0, 3951.0, 3983.0, 3963.0, 3985.0, 3988.0, 4013.0, 4004.0, 4000.0, 3978.0, 3977.0, 3999.0, 3991.0, 4011.0, 3978.0, 4000.0, 4010.0, 3976.0, 3997.0, 3984.0, 3984.0, 3973.0, 3961.0, 3972.0, 3962.0, 3983.0, 3963.0, 3954.0, 3986.0, 3978.0, 4001.0, 3992.0, 3981.0, 4002.0, 4013.0, 3979.0, 4001.0, 4000.0, 3989.0, 3999.0, 3974.0, 3985.0, 3973.0, 3972.0, 3961.0, 3983.0, 3974.0, 3996.0, 3975.0, 3985.0, 3976.0, 3985.0, 3976.0, 3998.0, 3985.0, 3991.0, 4010.0, 4008.0, 4006.0, 3972.0, 3983.0, 3961.0, 3962.0, 3988.0, 3954.0, 3985.0, 3967.0, 3989.0, 4002.0, 4015.0, 4004.0, 4010.0, 3997.0, 3974.0, 3985.0, 3974.0, 3984.0, 3971.0, 3960.0, 3961.0, 3961.0, 3984.0, 3964.0, 3972.0, 3952.0, 3958.0, 3976.0, 3964.0, 3984.0, 3985.0, 3964.0, 3977.0, 4007.0, 3985.0, 3984.0, 3961.0, 3959.0, 3957.0, 3945.0, 3943.0, 3943.0, 3943.0, 3955.0, 3955.0, 3945.0, 3956.0, 3956.0, 3956.0, 3956.0, 3957.0, 3945.0, 3957.0, 3946.0, 3946.0, 3956.0, 3946.0, 3946.0, 3958.0, 3957.0, 3958.0, 3969.0, 3950.0, 3971.0, 3962.0, 3984.0, 3962.0, 3983.0, 3972.0, 3972.0, 3972.0, 3950.0, 3972.0, 3971.0, 3941.0, 3972.0, 3973.0, 3983.0, 3974.0, 3996.0, 3976.0, 3986.0, 3988.0, 3998.0, 3967.0, 4000.0, 3998.0, 3999.0, 3988.0, 3978.0, 3987.0, 3965.0, 3985.0, 3974.0, 3986.0, 3975.0, 3999.0, 3989.0, 3985.0, 3979.0, 4000.0, 3980.0, 4000.0, 3978.0, 3989.0, 3999.0, 3968.0, 4000.0, 3977.0, 3988.0, 3997.0, 3987.0, 3997.0, 3966.0, 3975.0, 3966.0, 3975.0, 3988.0, 3987.0, 3989.0, 3999.0, 3989.0, 3999.0, 3989.0, 3998.0, 3998.0, 3998.0, 3967.0, 3999.0, 3967.0, 3997.0, 3977.0, 3987.0, 3975.0, 3986.0, 3954.0, 3986.0, 3974.0, 3987.0, 3986.0, 3988.0, 3987.0, 3998.0, 3967.0, 3989.0, 3987.0, 3988.0, 3988.0, 3977.0, 3998.0, 3976.0, 3987.0, 3997.0, 3986.0, 3985.0, 3965.0, 3985.0, 3966.0, 3986.0, 3966.0, 3998.0, 3968.0, 3998.0, 3978.0, 3998.0, 3987.0, 3999.0, 3987.0, 3987.0, 3987.0, 3976.0, 3965.0, 3976.0, 3965.0, 3988.0, 3973.0, 3975.0, 3990.0, 3990.0, 4011.0, 3979.0, 4000.0, 4009.0, 3988.0, 3988.0, 3978.0, 3987.0, 3967.0, 3986.0, 3966.0, 3987.0, 3967.0, 3999.0, 3968.0, 4000.0, 4009.0, 3990.0, 3999.0, 3978.0, 3987.0, 3966.0, 3998.0, 3962.0, 3988.0, 3989.0, 3999.0, 3998.0, 3988.0, 3986.0, 3966.0, 3986.0, 3976.0, 3987.0, 3976.0, 3987.0, 3978.0, 3999.0, 3968.0, 3998.0, 3969.0, 4001.0, 3991.0, 4001.0, 3981.0, 4001.0, 3989.0, 3990.0, 3999.0, 3968.0, 3987.0, 3978.0, 3998.0, 3978.0, 3997.0, 3968.0, 3999.0, 3979.0, 3999.0, 3981.0, 3992.0, 3980.0, 3978.0, 4013.0, 3992.0, 4017.0, 4039.0, 4005.0, 4024.0, 3992.0, 4010.0, 3998.0, 3988.0, 3976.0, 3985.0, 3976.0, 3996.0, 3976.0, 3997.0, 3976.0, 3975.0, 3984.0, 3952.0, 3984.0, 3985.0, 3995.0, 3975.0, 3984.0, 3964.0, 3983.0, 3973.0, 3972.0, 3976.0, 3971.0, 3949.0, 3983.0, 3962.0, 3983.0, 3974.0, 3949.0, 3985.0, 3950.0, 3998.0, 3962.0, 3999.0, 3978.0, 4014.0, 4031.0, 3946.0, 3961.0, 3958.0, 3936.0, 3986.0, 4058.0], 'WindowWidth': [9025.0, 9008.0, 8951.0, 8972.0, 8938.0, 8951.0, 8916.0, 8945.0, 8913.0, 8942.0, 8920.0, 8910.0, 8933.0, 8900.0, 8912.0, 8885.0, 8914.0, 8886.0, 8914.0, 8909.0, 8902.0, 8914.0, 8887.0, 8914.0, 8904.0, 8918.0, 8900.0, 8900.0, 8911.0, 8886.0, 8884.0, 8884.0, 8915.0, 8892.0, 8915.0, 8886.0, 8921.0, 8917.0, 8919.0, 8930.0, 8888.0, 8915.0, 8903.0, 8912.0, 8868.0, 8914.0, 8900.0, 8915.0, 8901.0, 8915.0, 8929.0, 8916.0, 8927.0, 8883.0, 8912.0, 8896.0, 8910.0, 8895.0, 8897.0, 8914.0, 8902.0, 8912.0, 8884.0, 8900.0, 8898.0, 8916.0, 8931.0, 8902.0, 8912.0, 8883.0, 8896.0, 8905.0, 8891.0, 8908.0, 8877.0, 8892.0, 8851.0, 8896.0, 8864.0, 8895.0, 8909.0, 8902.0, 8914.0, 8892.0, 8918.0, 8891.0, 8918.0, 8928.0, 8888.0, 8932.0, 8903.0, 8933.0, 8891.0, 8915.0, 8882.0, 8898.0, 8925.0, 8885.0, 8895.0, 8882.0, 8895.0, 8882.0, 8897.0, 8865.0, 8898.0, 8910.0, 8887.0, 8899.0, 8903.0, 8917.0, 8887.0, 8914.0, 8922.0, 8896.0, 8909.0, 8883.0, 8892.0, 8883.0, 8919.0, 8902.0, 8909.0, 8885.0, 8915.0, 8885.0, 8920.0, 8904.0, 8923.0, 8873.0, 8917.0, 8926.0, 8902.0, 8927.0, 8887.0, 8914.0, 8901.0, 8909.0, 8899.0, 8910.0, 8885.0, 8911.0, 8887.0, 8913.0, 8886.0, 8908.0, 8851.0, 8913.0, 8881.0, 8894.0, 8862.0, 8894.0, 8891.0, 8892.0, 8903.0, 8896.0, 8908.0, 8881.0, 8910.0, 8899.0, 8895.0, 8881.0, 8909.0, 8882.0, 8914.0, 8878.0, 8910.0, 8882.0, 8914.0, 8923.0, 8877.0, 8906.0, 8892.0, 8890.0, 8854.0, 8864.0, 8917.0, 8891.0, 8930.0, 8911.0, 8937.0, 8914.0, 8902.0, 8908.0, 8914.0, 8956.0, 8926.0, 8956.0, 8945.0, 8882.0, 8906.0, 8872.0, 8887.0, 8899.0, 8905.0, 8840.0, 8883.0, 8897.0, 8887.0, 8884.0, 8873.0, 8864.0, 8896.0, 8868.0, 8913.0, 8885.0, 8894.0, 8917.0, 8918.0, 8914.0, 8899.0, 8901.0, 8900.0, 8912.0, 8904.0, 8893.0, 8905.0, 8879.0, 8891.0, 8898.0, 8910.0, 8885.0, 8912.0, 8897.0, 8916.0, 8887.0, 8915.0, 8930.0, 8886.0, 8925.0, 8882.0, 8911.0, 8881.0, 8912.0, 8881.0, 8913.0, 8901.0, 8914.0, 8883.0, 8913.0, 8925.0, 8903.0, 8911.0, 8854.0, 8910.0, 8899.0, 8911.0, 8882.0, 8911.0, 8910.0, 8913.0, 8897.0, 8913.0, 8900.0, 8916.0, 8886.0, 8885.0, 8913.0, 8916.0, 8926.0, 8899.0, 8913.0, 8886.0, 8898.0, 8893.0, 8910.0, 8880.0, 8910.0, 8880.0, 8896.0, 8884.0, 8917.0, 8907.0, 8916.0, 8930.0, 8902.0, 8918.0, 8909.0, 8920.0, 8887.0, 8916.0, 8928.0, 8917.0, 8929.0, 8905.0, 8919.0, 8924.0, 8924.0, 8926.0, 8937.0, 8911.0, 8941.0, 8909.0, 8925.0, 8908.0, 8920.0, 8928.0, 8888.0, 8918.0, 8887.0, 8884.0, 8891.0, 8907.0, 8890.0, 8923.0, 8932.0, 8922.0, 8936.0, 8909.0, 8922.0, 8881.0, 8936.0, 8910.0, 8950.0, 8910.0, 8937.0, 8907.0, 8921.0, 8905.0, 8922.0, 8899.0, 8917.0, 8901.0, 8917.0, 8888.0, 8917.0, 8893.0, 8923.0, 8904.0, 8923.0, 8935.0, 8862.0, 8933.0, 8905.0, 8902.0, 8856.0, 8914.0, 8898.0, 8905.0, 8900.0, 8916.0, 8875.0, 8919.0, 8892.0, 8904.0, 8903.0, 8923.0, 8931.0, 8887.0, 8925.0, 8884.0, 8897.0, 8885.0, 8910.0, 8902.0, 8919.0, 8908.0, 8910.0, 8927.0, 8909.0, 8928.0, 8955.0, 8910.0, 8892.0, 8888.0, 8917.0, 8929.0, 8882.0, 8906.0, 8883.0, 8924.0, 8885.0, 8914.0, 8905.0, 8913.0, 8903.0, 8929.0, 8923.0, 8931.0, 8907.0, 8929.0, 8903.0, 8927.0, 8873.0, 8926.0, 8902.0, 8887.0, 8915.0, 8883.0, 8901.0, 8903.0, 8915.0, 8887.0, 8915.0, 8885.0, 8916.0, 8895.0, 8911.0, 8925.0, 8896.0, 8898.0, 8896.0, 8880.0, 8898.0, 8899.0, 8916.0, 8903.0, 8918.0, 8902.0, 8903.0, 8925.0, 8883.0, 8905.0, 8877.0, 8892.0, 8882.0, 8876.0, 8859.0, 8889.0, 8876.0, 8894.0, 8887.0, 8917.0, 8893.0, 8939.0, 8934.0, 8906.0, 8929.0, 8901.0, 8914.0, 8894.0, 8894.0, 8905.0, 8878.0, 8892.0, 8879.0, 8893.0, 8880.0, 8898.0, 8878.0, 8910.0, 8908.0, 8882.0, 8878.0, 8883.0, 8897.0, 8888.0, 8917.0, 8886.0, 8921.0, 8905.0, 8922.0, 8933.0, 8907.0, 8934.0, 8905.0, 8916.0, 8885.0, 8918.0, 8900.0, 8903.0, 8928.0, 8916.0, 8912.0, 8883.0, 8909.0, 8868.0, 8913.0, 8883.0, 8901.0, 8899.0, 8916.0, 8916.0, 8906.0, 8918.0, 8907.0, 8921.0, 8928.0, 8913.0, 8947.0, 8955.0, 8928.0, 8953.0, 8921.0, 8935.0, 8917.0, 8918.0, 8885.0, 8913.0, 8897.0, 8915.0, 8888.0, 8916.0, 8894.0, 8920.0, 8892.0, 8922.0, 8896.0, 8938.0, 8883.0, 8921.0, 8890.0, 8935.0, 8905.0, 8920.0, 8889.0, 8915.0, 8897.0, 8913.0, 8886.0, 8914.0, 8883.0, 8911.0, 8898.0, 8918.0, 8903.0, 8916.0, 8901.0, 8913.0, 8915.0, 8918.0, 8919.0, 8915.0, 8900.0, 8926.0, 8897.0, 8913.0, 8899.0, 8896.0, 8880.0, 8893.0, 8880.0, 8913.0, 8898.0, 8913.0, 8901.0, 8912.0, 8905.0, 8917.0, 8916.0, 8914.0, 8886.0, 8899.0, 8895.0, 8899.0, 8881.0, 8910.0, 8882.0, 8894.0, 8882.0, 8914.0, 8869.0, 8915.0, 8873.0, 8899.0, 8916.0, 8916.0, 8902.0, 8901.0, 8902.0, 8896.0, 8884.0, 8912.0, 8887.0, 8911.0, 8901.0, 8914.0, 8890.0, 8930.0, 8922.0, 8917.0, 8921.0, 8902.0, 8919.0, 8903.0, 8920.0, 8913.0, 8914.0, 8923.0, 8911.0, 8922.0, 8895.0, 8880.0, 8914.0, 8888.0, 8886.0, 8886.0, 8918.0, 8910.0, 8906.0, 8923.0, 8895.0, 8939.0, 8914.0, 8940.0, 8915.0, 8899.0, 8912.0, 8883.0, 8892.0, 8880.0, 8858.0, 8878.0, 8862.0, 8870.0, 8931.0, 8907.0, 8918.0, 8923.0, 8920.0, 8928.0, 8938.0, 8912.0, 8939.0, 8911.0, 8918.0, 8865.0, 8934.0, 8912.0, 8935.0, 8923.0, 8908.0, 8923.0, 8918.0, 8925.0, 8947.0, 8923.0, 8900.0, 8890.0, 8913.0, 8885.0, 8909.0, 8885.0, 8915.0, 8885.0, 8927.0, 8906.0, 8959.0, 8942.0, 8964.0, 8926.0, 8930.0, 8911.0, 8895.0, 8880.0, 8890.0, 8883.0, 8914.0, 8889.0, 8927.0, 8910.0, 8932.0, 8920.0, 8917.0, 8916.0, 8924.0, 8917.0, 8931.0, 8917.0, 8915.0, 8897.0, 8895.0, 8884.0, 8880.0, 8884.0, 8912.0, 8933.0, 8928.0, 8888.0, 8913.0, 8899.0, 8910.0, 8909.0, 8912.0, 8912.0, 8911.0, 8902.0, 8912.0, 8903.0, 8935.0, 8915.0, 8933.0, 8887.0, 8917.0, 8885.0, 8913.0, 8884.0, 8917.0, 8903.0, 8921.0, 8905.0, 8924.0, 8947.0, 8919.0, 8900.0, 8916.0, 8916.0, 8897.0, 8909.0, 8852.0, 8892.0, 8881.0, 8909.0, 8913.0, 8911.0, 8905.0, 8932.0, 8921.0, 8932.0, 8918.0, 8932.0, 8899.0, 8911.0, 8922.0, 8880.0, 8903.0, 8887.0, 8887.0, 8872.0, 8889.0, 8887.0, 8888.0, 8877.0, 8887.0, 8892.0, 8893.0, 8894.0, 8909.0, 8893.0, 8907.0, 8894.0, 8906.0, 8895.0, 8909.0, 8912.0, 8911.0, 8900.0, 8882.0, 8902.0, 8927.0, 8919.0, 8946.0, 8904.0, 8945.0, 8905.0, 8913.0, 8902.0, 8927.0, 8920.0, 8928.0, 8917.0, 8901.0, 8885.0, 8904.0, 8919.0, 8904.0, 8917.0, 8918.0, 8930.0, 8906.0, 8930.0, 8905.0, 8928.0, 8917.0, 8925.0, 8897.0, 8894.0, 8907.0, 8865.0, 8910.0, 8928.0, 8930.0, 8918.0, 8906.0, 8933.0, 8926.0, 8935.0, 8909.0, 8950.0, 8923.0, 8905.0, 8918.0, 8907.0, 8920.0, 8909.0, 8934.0, 8937.0, 8921.0, 8918.0, 8921.0, 8934.0, 8922.0, 8909.0, 8961.0, 8931.0, 8942.0, 8929.0, 8914.0, 8913.0, 8901.0, 8956.0, 8941.0, 8910.0, 8939.0, 8895.0, 8940.0, 8911.0, 8892.0, 8921.0, 8912.0, 8936.0, 8910.0, 8935.0, 8922.0, 8894.0, 8920.0, 8910.0, 8943.0, 8925.0, 8920.0, 8867.0, 8933.0, 8907.0, 8914.0, 8916.0, 8903.0, 8956.0, 8899.0, 8952.0, 8949.0, 8894.0, 8923.0, 8941.0, 8936.0, 8940.0, 8928.0, 8943.0, 8942.0, 8915.0, 8923.0, 8929.0, 8915.0, 8939.0, 8923.0, 8934.0, 8937.0, 8907.0, 8935.0, 8904.0, 8913.0, 8931.0, 8930.0, 8897.0, 8911.0, 8875.0, 8891.0, 8857.0, 8884.0, 8879.0, 8921.0, 8901.0, 8889.0, 8907.0, 8895.0, 8909.0, 8932.0, 8958.0, 8939.0, 8921.0, 8964.0, 8945.0, 8964.0, 8941.0, 8937.0, 8929.0, 8909.0, 8908.0, 8893.0, 8892.0, 8889.0, 8903.0, 8880.0, 8891.0, 8881.0, 8908.0, 8901.0, 8900.0, 8905.0, 8932.0, 8904.0, 8898.0, 8856.0, 8908.0, 8883.0, 8910.0, 8911.0, 8928.0, 8908.0, 8906.0, 8862.0, 8933.0, 8924.0, 8957.0, 8924.0, 8945.0, 8908.0, 8930.0, 8900.0, 8907.0, 8911.0, 8919.0, 8899.0, 8927.0, 8894.0, 8923.0, 8889.0, 8904.0, 8873.0, 8898.0, 8854.0, 8898.0, 8873.0, 8907.0, 8917.0, 8961.0, 8949.0, 8936.0, 8904.0, 8902.0, 8934.0, 8928.0, 8953.0, 8904.0, 8936.0, 8948.0, 8897.0, 8926.0, 8903.0, 8903.0, 8887.0, 8867.0, 8883.0, 8870.0, 8901.0, 8874.0, 8863.0, 8910.0, 8906.0, 8943.0, 8933.0, 8915.0, 8945.0, 8959.0, 8906.0, 8938.0, 8933.0, 8917.0, 8931.0, 8888.0, 8902.0, 8882.0, 8882.0, 8867.0, 8900.0, 8888.0, 8922.0, 8893.0, 8905.0, 8897.0, 8907.0, 8896.0, 8928.0, 8907.0, 8928.0, 8952.0, 8947.0, 8941.0, 8887.0, 8902.0, 8871.0, 8875.0, 8915.0, 8862.0, 8904.0, 8886.0, 8918.0, 8942.0, 8960.0, 8949.0, 8950.0, 8927.0, 8890.0, 8904.0, 8887.0, 8901.0, 8879.0, 8862.0, 8864.0, 8867.0, 8901.0, 8875.0, 8880.0, 8855.0, 8858.0, 8898.0, 8880.0, 8904.0, 8907.0, 8878.0, 8899.0, 8938.0, 8903.0, 8902.0, 8863.0, 8856.0, 8850.0, 8830.0, 8825.0, 8825.0, 8825.0, 8844.0, 8847.0, 8834.0, 8848.0, 8851.0, 8849.0, 8850.0, 8852.0, 8835.0, 8853.0, 8837.0, 8838.0, 8850.0, 8838.0, 8837.0, 8855.0, 8852.0, 8856.0, 8873.0, 8850.0, 8880.0, 8871.0, 8903.0, 8872.0, 8900.0, 8883.0, 8882.0, 8883.0, 8851.0, 8881.0, 8878.0, 8839.0, 8881.0, 8888.0, 8900.0, 8890.0, 8922.0, 8899.0, 8909.0, 8917.0, 8931.0, 8888.0, 8934.0, 8930.0, 8932.0, 8914.0, 8902.0, 8912.0, 8881.0, 8905.0, 8890.0, 8908.0, 8894.0, 8931.0, 8920.0, 8904.0, 8906.0, 8937.0, 8909.0, 8935.0, 8903.0, 8919.0, 8932.0, 8889.0, 8934.0, 8900.0, 8915.0, 8925.0, 8912.0, 8926.0, 8883.0, 8892.0, 8882.0, 8894.0, 8915.0, 8913.0, 8919.0, 8932.0, 8920.0, 8933.0, 8919.0, 8928.0, 8929.0, 8928.0, 8886.0, 8930.0, 8885.0, 8926.0, 8898.0, 8911.0, 8893.0, 8908.0, 8864.0, 8908.0, 8891.0, 8911.0, 8911.0, 8915.0, 8912.0, 8930.0, 8889.0, 8918.0, 8912.0, 8915.0, 8915.0, 8899.0, 8929.0, 8898.0, 8913.0, 8924.0, 8910.0, 8907.0, 8880.0, 8906.0, 8883.0, 8910.0, 8886.0, 8929.0, 8890.0, 8928.0, 8902.0, 8930.0, 8913.0, 8932.0, 8913.0, 8912.0, 8911.0, 8897.0, 8880.0, 8896.0, 8882.0, 8918.0, 8886.0, 8892.0, 8923.0, 8925.0, 8952.0, 8908.0, 8934.0, 8944.0, 8916.0, 8915.0, 8900.0, 8910.0, 8886.0, 8910.0, 8884.0, 8912.0, 8888.0, 8933.0, 8890.0, 8935.0, 8945.0, 8921.0, 8932.0, 8902.0, 8912.0, 8884.0, 8929.0, 8869.0, 8916.0, 8916.0, 8931.0, 8928.0, 8914.0, 8910.0, 8884.0, 8910.0, 8896.0, 8912.0, 8896.0, 8912.0, 8902.0, 8930.0, 8889.0, 8929.0, 8892.0, 8938.0, 8924.0, 8938.0, 8911.0, 8939.0, 8917.0, 8920.0, 8932.0, 8888.0, 8912.0, 8902.0, 8927.0, 8902.0, 8925.0, 8889.0, 8931.0, 8906.0, 8931.0, 8914.0, 8928.0, 8910.0, 8903.0, 8958.0, 8929.0, 8972.0, 9008.0, 8955.0, 8976.0, 8931.0, 8950.0, 8930.0, 8915.0, 8896.0, 8907.0, 8897.0, 8922.0, 8898.0, 8926.0, 8899.0, 8896.0, 8904.0, 8859.0, 8903.0, 8906.0, 8919.0, 8892.0, 8903.0, 8876.0, 8900.0, 8888.0, 8884.0, 8898.0, 8878.0, 8845.0, 8897.0, 8868.0, 8898.0, 8889.0, 8844.0, 8905.0, 8847.0, 8929.0, 8869.0, 8932.0, 8902.0, 8960.0, 9000.0, 8832.0, 8865.0, 8853.0, 8824.0, 8908.0, 9050.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.0020840000000000003</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019176949761904764</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.88434848980145</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1961734877998424</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0320611010246221</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4741</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4872.7686</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08922958591546044</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.9523809523809526</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520959524935971</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5122078491952067</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7242300259583856</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3264406996543197</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113747</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>1.55227735376684e-05</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028657684102654457</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1260</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.6063581888866434</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.7447</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3838</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.0678</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300212.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>751.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.6761</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8611</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.1157</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3166.6792</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3354.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76332.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>898.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4261.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.018</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.567502258578315</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> |