=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
139 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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-04/func/sub-0005_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>cc62f278ec7c860ea493ba5c364ae912</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:02:29.412500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998867, 0.041017, -0.0241454, -0.0411664, 0.999136, -0.00572143]</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.0922812</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4133, -7768, -7215, 506, -52, 21, -86, 69]</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>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c8292187-5730-44ff-9a49-17a3a6389f66||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6798863410949707, -0.11044637858867645, -0.06450255215167999, 120.5915298461914], [-0.1100456565618515, 2.6806087493896484, -0.01811409555375576, -82.03800964355469], [-0.06478027254343033, 0.015350181609392166, 2.6991686820983887, -32.126800537109375], [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': ['160229.412500', '160229.872500', '160230.332500', '160230.792500', '160231.252500', '160231.712500', '160232.172500', '160232.632500', '160233.092500', '160233.552500', '160234.012500', '160234.472500', '160234.932500', '160235.392500', '160235.852500', '160236.312500', '160236.772500', '160237.232500', '160237.692500', '160238.152500', '160238.612500', '160239.072500', '160239.532500', '160239.992500', '160240.452500', '160240.912500', '160241.372500', '160241.832500', '160242.292500', '160242.752500', '160243.212500', '160243.672500', '160244.132500', '160244.592500', '160245.052500', '160245.512500', '160245.972500', '160246.432500', '160246.892500', '160247.352500', '160247.812500', '160248.272500', '160248.732500', '160249.192500', '160249.652500', '160250.112500', '160250.572500', '160251.032500', '160251.492500', '160251.952500', '160252.412500', '160252.872500', '160253.332500', '160253.792500', '160254.252500', '160254.712500', '160255.172500', '160255.632500', '160256.092500', '160256.552500', '160257.012500', '160257.472500', '160257.932500', '160258.392500', '160258.852500', '160259.312500', '160259.772500', '160300.232500', '160300.692500', '160301.152500', '160301.612500', '160302.072500', '160302.532500', '160302.992500', '160303.452500', '160303.912500', '160304.372500', '160304.832500', '160305.292500', '160305.752500', '160306.212500', '160306.672500', '160307.132500', '160307.592500', '160308.052500', '160308.512500', '160308.972500', '160309.432500', '160309.892500', '160310.352500', '160310.812500', '160311.272500', '160311.732500', '160312.192500', '160312.652500', '160313.112500', '160313.572500', '160314.032500', '160314.492500', '160314.952500', '160315.412500', '160315.872500', '160316.332500', '160316.792500', '160317.252500', '160317.712500', '160318.172500', '160318.632500', '160319.092500', '160319.552500', '160320.012500', '160320.472500', '160320.932500', '160321.392500', '160321.852500', '160322.312500', '160322.772500', '160323.232500', '160323.692500', '160324.152500', '160324.612500', '160325.072500', '160325.532500', '160325.992500', '160326.452500', '160326.912500', '160327.372500', '160327.832500', '160328.292500', '160328.752500', '160329.212500', '160329.672500', '160330.132500', '160330.592500', '160331.052500', '160331.512500', '160331.972500', '160332.432500', '160332.892500', '160333.352500', '160333.812500', '160334.272500', '160334.732500', '160335.192500', '160335.652500', '160336.112500', '160336.572500', '160337.032500', '160337.492500', '160337.952500', '160338.412500', '160338.872500', '160339.332500', '160339.792500', '160340.252500', '160340.712500', '160341.172500', '160341.632500', '160342.092500', '160342.552500', '160343.012500', '160343.472500', '160343.932500', '160344.392500', '160344.852500', '160345.312500', '160345.772500', '160346.232500', '160346.692500', '160347.152500', '160347.612500', '160348.072500', '160348.532500', '160348.992500', '160349.452500', '160349.912500', '160350.372500', '160350.832500', '160351.292500', '160351.752500', '160352.212500', '160352.672500', '160353.132500', '160353.592500', '160354.052500', '160354.512500', '160354.972500', '160355.432500', '160355.892500', '160356.352500', '160356.812500', '160357.272500', '160357.732500', '160358.192500', '160358.652500', '160359.112500', '160359.572500', '160400.032500', '160400.492500', '160400.952500', '160401.412500', '160401.872500', '160402.332500', '160402.792500', '160403.252500', '160403.712500', '160404.172500', '160404.632500', '160405.092500', '160405.552500', '160406.012500', '160406.472500', '160406.932500', '160407.392500', '160407.852500', '160408.312500', '160408.772500', '160409.232500', '160409.692500', '160410.152500', '160410.612500', '160411.072500', '160411.532500', '160411.992500', '160412.452500', '160412.912500', '160413.372500', '160413.832500', '160414.292500', '160414.752500', '160415.212500', '160415.672500', '160416.132500', '160416.592500', '160417.052500', '160417.512500', '160417.972500', '160418.432500', '160418.892500', '160419.352500', '160419.812500', '160420.272500', '160420.732500', '160421.192500', '160421.652500', '160422.112500', '160422.572500', '160423.032500', '160423.492500', '160423.952500', '160424.412500', '160424.872500', '160425.332500', '160425.792500', '160426.252500', '160426.712500', '160427.172500', '160427.632500', '160428.092500', '160428.552500', '160429.012500', '160429.472500', '160429.932500', '160430.392500', '160430.852500', '160431.312500', '160431.772500', '160432.232500', '160432.692500', '160433.152500', '160433.612500', '160434.072500', '160434.532500', '160434.992500', '160435.452500', '160435.912500', '160436.372500', '160436.832500', '160437.292500', '160437.752500', '160438.212500', '160438.672500', '160439.132500', '160439.592500', '160440.052500', '160440.512500', '160440.972500', '160441.432500', '160441.892500', '160442.352500', '160442.812500', '160443.272500', '160443.732500', '160444.192500', '160444.652500', '160445.112500', '160445.572500', '160446.032500', '160446.492500', '160446.952500', '160447.412500', '160447.872500', '160448.332500', '160448.792500', '160449.252500', '160449.712500', '160450.172500', '160450.632500', '160451.092500', '160451.552500', '160452.012500', '160452.472500', '160452.932500', '160453.392500', '160453.852500', '160454.312500', '160454.772500', '160455.232500', '160455.692500', '160456.152500', '160456.612500', '160457.072500', '160457.532500', '160457.992500', '160458.452500', '160458.912500', '160459.372500', '160459.832500', '160500.292500', '160500.752500', '160501.212500', '160501.672500', '160502.132500', '160502.592500', '160503.052500', '160503.512500', '160503.972500', '160504.432500', '160504.892500', '160505.352500', '160505.812500', '160506.272500', '160506.732500', '160507.192500', '160507.652500', '160508.112500', '160508.572500', '160509.032500', '160509.492500', '160509.952500', '160510.412500', '160510.872500', '160511.332500', '160511.792500', '160512.252500', '160512.712500', '160513.172500', '160513.632500', '160514.092500', '160514.552500', '160515.012500', '160515.472500', '160515.932500', '160516.392500', '160516.852500', '160517.312500', '160517.772500', '160518.232500', '160518.692500', '160519.152500', '160519.612500', '160520.072500', '160520.532500', '160520.992500', '160521.452500', '160521.912500', '160522.372500', '160522.832500', '160523.292500', '160523.752500', '160524.212500', '160524.672500', '160525.132500', '160525.592500', '160526.052500', '160526.512500', '160526.972500', '160527.432500', '160527.892500', '160528.352500', '160528.812500', '160529.272500', '160529.732500', '160530.192500', '160530.652500', '160531.112500', '160531.572500', '160532.032500', '160532.492500', '160532.952500', '160533.412500', '160533.872500', '160534.332500', '160534.792500', '160535.252500', '160535.712500', '160536.172500', '160536.632500', '160537.092500', '160537.552500', '160538.012500', '160538.472500', '160538.932500', '160539.392500', '160539.852500', '160540.312500', '160540.772500', '160541.232500', '160541.692500', '160542.152500', '160542.612500', '160543.072500', '160543.532500', '160543.992500', '160544.452500', '160544.912500', '160545.372500', '160545.832500', '160546.292500', '160546.752500', '160547.212500', '160547.672500', '160548.132500', '160548.592500', '160549.052500', '160549.512500', '160549.972500', '160550.432500', '160550.892500', '160551.352500', '160551.812500', '160552.272500', '160552.732500', '160553.192500', '160553.652500', '160554.112500', '160554.572500', '160555.032500', '160555.492500', '160555.952500', '160556.412500', '160556.872500', '160557.332500', '160557.792500', '160558.252500', '160558.712500', '160559.172500', '160559.632500', '160600.092500', '160600.552500', '160601.012500', '160601.472500', '160601.932500', '160602.392500', '160602.852500', '160603.312500', '160603.772500', '160604.232500', '160604.692500', '160605.152500', '160605.612500', '160606.072500', '160606.532500', '160606.992500', '160607.452500', '160607.912500', '160608.372500', '160608.832500', '160609.292500', '160609.752500', '160610.212500', '160610.672500', '160611.132500', '160611.592500', '160612.052500', '160612.512500', '160612.972500', '160613.432500', '160613.892500', '160614.352500', '160614.812500', '160615.272500', '160615.732500', '160616.192500', '160616.652500', '160617.112500', '160617.572500', '160618.032500', '160618.492500', '160618.952500', '160619.412500', '160619.872500', '160620.332500', '160620.792500', '160621.252500', '160621.712500', '160622.172500', '160622.632500', '160623.092500', '160623.552500', '160624.012500', '160624.472500', '160624.932500', '160625.392500', '160625.852500', '160626.312500', '160626.772500', '160627.232500', '160627.692500', '160628.152500', '160628.612500', '160629.072500', '160629.532500', '160629.992500', '160630.452500', '160630.912500', '160631.372500', '160631.832500', '160632.292500', '160632.752500', '160633.212500', '160633.672500', '160634.132500', '160634.592500', '160635.052500', '160635.512500', '160635.972500', '160636.432500', '160636.892500', '160637.352500', '160637.812500', '160638.272500', '160638.732500', '160639.192500', '160639.652500', '160640.112500', '160640.572500', '160641.032500', '160641.492500', '160641.952500', '160642.412500', '160642.872500', '160643.332500', '160643.792500', '160644.252500', '160644.712500', '160645.172500', '160645.632500', '160646.092500', '160646.552500', '160647.012500', '160647.472500', '160647.932500', '160648.392500', '160648.852500', '160649.312500', '160649.772500', '160650.232500', '160650.692500', '160651.152500', '160651.612500', '160652.072500', '160652.532500', '160652.992500', '160653.452500', '160653.912500', '160654.372500', '160654.832500', '160655.292500', '160655.752500', '160656.212500', '160656.672500', '160657.132500', '160657.592500', '160658.052500', '160658.512500', '160658.972500', '160659.432500', '160659.892500', '160700.352500', '160700.812500', '160701.272500', '160701.732500', '160702.192500', '160702.652500', '160703.112500', '160703.572500', '160704.032500', '160704.492500', '160704.952500', '160705.412500', '160705.872500', '160706.332500', '160706.792500', '160707.252500', '160707.712500', '160708.172500', '160708.632500', '160709.092500', '160709.552500', '160710.012500', '160710.472500', '160710.932500', '160711.392500', '160711.852500', '160712.312500', '160712.772500', '160713.232500', '160713.692500', '160714.152500', '160714.612500', '160715.072500', '160715.532500', '160715.992500', '160716.452500', '160716.912500', '160717.372500', '160717.832500', '160718.292500', '160718.752500', '160719.212500', '160719.672500', '160720.132500', '160720.592500', '160721.052500', '160721.512500', '160721.972500', '160722.432500', '160722.892500', '160723.352500', '160723.812500', '160724.272500', '160724.732500', '160725.192500', '160725.652500', '160726.112500', '160726.572500', '160727.032500', '160727.492500', '160727.952500', '160728.412500', '160728.872500', '160729.332500', '160729.792500', '160730.252500', '160730.712500', '160731.172500', '160731.632500', '160732.092500', '160732.552500', '160733.012500', '160733.472500', '160733.932500', '160734.392500', '160734.852500', '160735.312500', '160735.772500', '160736.232500', '160736.692500', '160737.152500', '160737.612500', '160738.072500', '160738.532500', '160738.992500', '160739.452500', '160739.912500', '160740.372500', '160740.832500', '160741.292500', '160741.752500', '160742.212500', '160742.672500', '160743.132500', '160743.592500', '160744.052500', '160744.512500', '160744.972500', '160745.432500', '160745.892500', '160746.352500', '160746.812500', '160747.272500', '160747.732500', '160748.192500', '160748.652500', '160749.112500', '160749.572500', '160750.032500', '160750.492500', '160750.952500', '160751.412500', '160751.872500', '160752.332500', '160752.792500', '160753.252500', '160753.712500', '160754.172500', '160754.632500', '160755.092500', '160755.552500', '160756.012500', '160756.472500', '160756.932500', '160757.392500', '160757.852500', '160758.312500', '160758.772500', '160759.232500', '160759.692500', '160800.152500', '160800.612500', '160801.072500', '160801.532500', '160801.992500', '160802.452500', '160802.912500', '160803.372500', '160803.832500', '160804.292500', '160804.752500', '160805.212500', '160805.672500', '160806.132500', '160806.592500', '160807.052500', '160807.512500', '160807.972500', '160808.432500', '160808.892500', '160809.352500', '160809.812500', '160810.272500', '160810.732500', '160811.192500', '160811.652500', '160812.112500', '160812.572500', '160813.032500', '160813.492500', '160813.952500', '160814.412500', '160814.872500', '160815.332500', '160815.792500', '160816.252500', '160816.712500', '160817.172500', '160817.632500', '160818.092500', '160818.552500', '160819.012500', '160819.472500', '160819.932500', '160820.392500', '160820.852500', '160821.312500', '160821.772500', '160822.232500', '160822.692500', '160823.152500', '160823.612500', '160824.072500', '160824.532500', '160824.992500', '160825.452500', '160825.912500', '160826.372500', '160826.832500', '160827.292500', '160827.752500', '160828.212500', '160828.672500', '160829.132500', '160829.592500', '160830.052500', '160830.512500', '160830.972500', '160831.432500', '160831.892500', '160832.352500', '160832.812500', '160833.272500', '160833.732500', '160834.192500', '160834.652500', '160835.112500', '160835.572500', '160836.032500', '160836.492500', '160836.952500', '160837.412500', '160837.872500', '160838.332500', '160838.792500', '160839.252500', '160839.712500', '160840.172500', '160840.632500', '160841.092500', '160841.552500', '160842.012500', '160842.472500', '160842.932500', '160843.392500', '160843.852500', '160844.312500', '160844.772500', '160845.232500', '160845.692500', '160846.152500', '160846.612500', '160847.072500', '160847.532500', '160847.992500', '160848.452500', '160848.912500', '160849.372500', '160849.832500', '160850.292500', '160850.752500', '160851.212500', '160851.672500', '160852.132500', '160852.592500', '160853.052500', '160853.512500', '160853.972500', '160854.432500', '160854.892500', '160855.352500', '160855.812500', '160856.272500', '160856.732500', '160857.192500', '160857.652500', '160858.112500', '160858.572500', '160859.032500', '160859.492500', '160859.952500', '160900.412500', '160900.872500', '160901.332500', '160901.792500', '160902.252500', '160902.712500', '160903.172500', '160903.632500', '160904.092500', '160904.552500', '160905.012500', '160905.472500', '160905.932500', '160906.392500', '160906.852500', '160907.312500', '160907.772500', '160908.232500', '160908.692500', '160909.152500', '160909.612500', '160910.072500', '160910.532500', '160910.992500', '160911.452500', '160911.912500', '160912.372500', '160912.832500', '160913.292500', '160913.752500', '160914.212500', '160914.672500', '160915.132500', '160915.592500', '160916.052500', '160916.512500', '160916.972500', '160917.432500', '160917.892500', '160918.352500', '160918.812500', '160919.272500', '160919.732500', '160920.192500', '160920.652500', '160921.112500', '160921.572500', '160922.032500', '160922.492500', '160922.952500', '160923.412500', '160923.872500', '160924.332500', '160924.792500', '160925.252500', '160925.712500', '160926.172500', '160926.632500', '160927.092500', '160927.552500', '160928.012500', '160928.472500', '160928.932500', '160929.392500', '160929.852500', '160930.312500', '160930.772500', '160931.232500', '160931.692500', '160932.152500', '160932.612500', '160933.072500', '160933.532500', '160933.992500', '160934.452500', '160934.912500', '160935.372500', '160935.832500', '160936.292500', '160936.752500', '160937.212500', '160937.672500', '160938.132500', '160938.592500', '160939.052500', '160939.512500', '160939.972500', '160940.432500', '160940.892500', '160941.352500', '160941.812500', '160942.272500', '160942.732500', '160943.192500', '160943.652500', '160944.112500', '160944.572500', '160945.032500', '160945.492500', '160945.952500', '160946.412500', '160946.872500', '160947.332500', '160947.792500', '160948.252500', '160948.712500', '160949.172500', '160949.632500', '160950.092500', '160950.552500', '160951.012500', '160951.472500', '160951.932500', '160952.392500', '160952.852500', '160953.312500', '160953.772500', '160954.232500', '160954.692500', '160955.152500', '160955.612500', '160956.072500', '160956.532500', '160956.992500', '160957.452500', '160957.912500', '160958.372500', '160958.832500', '160959.292500', '160959.752500', '161000.212500', '161000.672500', '161001.132500', '161001.592500', '161002.052500', '161002.512500', '161002.972500', '161003.432500', '161003.892500', '161004.352500', '161004.812500', '161005.272500', '161005.732500', '161006.192500', '161006.652500', '161007.112500', '161007.572500', '161008.032500', '161008.492500', '161008.952500', '161009.412500', '161009.872500', '161010.332500', '161010.792500', '161011.252500', '161011.712500', '161012.172500', '161012.632500', '161013.092500', '161013.552500', '161014.012500', '161014.472500', '161014.932500', '161015.392500', '161015.852500', '161016.312500', '161016.772500', '161017.232500', '161017.692500', '161018.152500', '161018.612500', '161019.072500', '161019.532500', '161019.992500', '161020.452500', '161020.912500', '161021.372500', '161021.832500', '161022.292500', '161022.752500', '161023.212500', '161023.672500', '161024.132500', '161024.592500', '161025.052500', '161025.512500', '161025.972500', '161026.432500', '161026.892500', '161027.352500', '161027.812500', '161028.272500', '161028.732500', '161029.192500', '161029.652500', '161030.112500', '161030.572500', '161031.032500', '161031.492500', '161031.952500', '161032.412500', '161032.872500', '161033.332500', '161033.792500', '161034.252500', '161034.712500', '161035.172500', '161035.632500', '161036.092500', '161036.552500', '161037.012500', '161037.472500', '161037.932500', '161038.392500', '161038.852500', '161039.312500', '161039.772500', '161040.232500', '161040.692500', '161041.152500', '161041.612500', '161042.072500', '161042.532500', '161042.992500', '161043.452500', '161043.912500', '161044.372500', '161044.832500', '161045.292500', '161045.752500', '161046.212500', '161046.672500', '161047.132500', '161047.592500', '161048.052500', '161048.512500', '161048.972500', '161049.432500', '161049.892500', '161050.352500', '161050.812500', '161051.272500', '161051.732500', '161052.192500', '161052.652500', '161053.112500', '161053.572500', '161054.032500', '161054.492500', '161054.952500', '161055.412500', '161055.872500', '161056.332500', '161056.792500', '161057.252500', '161057.712500', '161058.172500', '161058.632500', '161059.092500', '161059.552500', '161100.012500', '161100.472500', '161100.932500', '161101.392500', '161101.852500', '161102.312500', '161102.772500', '161103.232500', '161103.692500', '161104.152500', '161104.612500', '161105.072500', '161105.532500', '161105.992500', '161106.452500', '161106.912500', '161107.372500', '161107.832500', '161108.292500', '161108.752500', '161109.212500', '161109.672500', '161110.132500', '161110.592500', '161111.052500', '161111.512500', '161111.972500', '161112.432500', '161112.892500', '161113.352500', '161113.812500', '161114.272500', '161114.732500', '161115.192500', '161115.652500', '161116.112500', '161116.572500', '161117.032500', '161117.492500', '161117.952500', '161118.412500', '161118.872500', '161119.332500', '161119.792500', '161120.252500', '161120.712500', '161121.172500', '161121.632500', '161122.092500', '161122.552500', '161123.012500', '161123.472500', '161123.932500', '161124.392500', '161124.852500', '161125.312500', '161125.772500', '161126.232500', '161126.692500', '161127.152500', '161127.612500', '161128.072500', '161128.532500', '161128.992500', '161129.452500', '161129.912500', '161130.372500', '161130.832500', '161131.292500', '161131.752500', '161132.212500', '161132.672500', '161133.132500', '161133.592500', '161134.052500', '161134.512500', '161134.972500', '161135.432500', '161135.892500', '161136.352500', '161136.812500', '161137.272500', '161137.732500', '161138.192500', '161138.652500', '161139.112500', '161139.572500', '161140.032500', '161140.492500', '161140.952500', '161141.412500', '161141.872500', '161142.332500', '161142.792500', '161143.252500', '161143.712500', '161144.172500', '161144.632500', '161145.092500', '161145.552500', '161146.012500', '161146.472500', '161146.932500', '161147.392500', '161147.852500', '161148.312500', '161148.772500', '161149.232500', '161149.692500', '161150.152500', '161150.612500', '161151.072500', '161151.532500', '161151.992500', '161152.452500', '161152.912500', '161153.372500', '161153.832500', '161154.292500', '161154.752500', '161155.212500', '161155.672500', '161156.132500', '161156.592500', '161157.052500', '161157.512500', '161157.972500', '161158.432500', '161158.892500', '161159.352500', '161159.812500', '161200.272500', '161200.732500', '161201.192500', '161201.652500', '161202.112500', '161202.572500', '161203.032500', '161203.492500', '161203.952500', '161204.412500', '161204.872500', '161205.332500', '161205.792500', '161206.252500', '161206.712500', '161207.172500', '161207.632500', '161208.092500', '161208.552500', '161209.012500', '161209.472500', '161209.932500', '161210.392500', '161210.852500', '161211.312500', '161211.772500', '161212.232500'], 'ContentTime': ['160258.862000', '160258.866000', '160258.869000', '160258.872000', '160258.875000', '160258.878000', '160258.881000', '160258.884000', '160258.887000', '160258.892000', '160258.895000', '160258.898000', '160258.901000', '160258.904000', '160258.907000', '160258.910000', '160258.913000', '160258.916000', '160258.919000', '160258.922000', '160258.925000', '160258.928000', '160258.930000', '160258.934000', '160258.936000', '160258.939000', '160258.942000', '160258.945000', '160258.948000', '160258.951000', '160258.954000', '160258.957000', '160258.960000', '160258.963000', '160258.968000', '160258.971000', '160258.974000', '160258.977000', '160258.980000', '160258.983000', '160258.986000', '160258.989000', '160258.992000', '160258.995000', '160258.998000', '160259.002000', '160259.005000', '160259.008000', '160259.011000', '160259.014000', '160259.017000', '160259.020000', '160259.022000', '160259.026000', '160259.028000', '160259.032000', '160259.034000', '160259.037000', '160259.040000', '160259.043000', '160259.046000', '160259.049000', '160318.832000', '160318.835000', '160318.838000', '160318.841000', '160318.844000', '160318.847000', '160318.850000', '160318.853000', '160318.856000', '160318.859000', '160318.862000', '160318.865000', '160318.867000', '160318.870000', '160318.873000', '160318.876000', '160318.879000', '160318.882000', '160318.885000', '160318.888000', '160318.891000', '160318.894000', '160318.897000', '160318.900000', '160318.903000', '160318.906000', '160318.909000', '160318.912000', '160318.915000', '160318.917000', '160318.920000', '160318.923000', '160318.926000', '160318.929000', '160318.932000', '160318.935000', '160318.938000', '160318.941000', '160318.944000', '160318.947000', '160318.950000', '160318.953000', '160318.956000', '160318.959000', '160338.831000', '160338.834000', '160338.837000', '160338.840000', '160338.843000', '160338.846000', '160338.849000', '160338.852000', '160338.855000', '160338.858000', '160338.861000', '160338.864000', '160338.867000', '160338.870000', '160338.872000', '160338.875000', '160338.878000', '160338.881000', '160338.884000', '160338.887000', '160338.890000', '160338.893000', '160338.896000', '160338.899000', '160338.902000', '160338.908000', '160338.911000', '160338.914000', '160338.917000', '160338.920000', '160338.923000', '160338.926000', '160338.929000', '160338.932000', '160338.935000', '160338.938000', '160338.941000', '160338.944000', '160338.947000', '160338.950000', '160338.953000', '160338.956000', '160338.959000', '160358.831000', '160358.834000', '160358.837000', '160358.840000', '160358.843000', '160358.846000', '160358.849000', '160358.852000', '160358.855000', '160358.858000', '160358.861000', '160358.864000', '160358.867000', '160358.870000', '160358.873000', '160358.876000', '160358.879000', '160358.882000', '160358.885000', '160358.887000', '160358.890000', '160358.894000', '160358.896000', '160358.899000', '160358.902000', '160358.905000', '160358.908000', '160358.911000', '160358.914000', '160358.933000', '160358.936000', '160358.939000', '160358.941000', '160358.944000', '160358.947000', '160358.950000', '160358.953000', '160358.956000', '160358.959000', '160358.962000', '160358.965000', '160358.968000', '160358.971000', '160358.974000', '160418.831000', '160418.834000', '160418.837000', '160418.840000', '160418.843000', '160418.846000', '160418.849000', '160418.852000', '160418.855000', '160418.858000', '160418.861000', '160418.864000', '160418.867000', '160418.870000', '160418.873000', '160418.876000', '160418.879000', '160418.882000', '160418.885000', '160418.888000', '160418.891000', '160418.894000', '160418.898000', '160418.902000', '160418.905000', '160418.908000', '160418.911000', '160418.914000', '160418.917000', '160418.920000', '160418.923000', '160418.926000', '160418.928000', '160418.932000', '160418.934000', '160418.937000', '160418.940000', '160418.943000', '160418.946000', '160418.949000', '160418.952000', '160418.955000', '160418.958000', '160438.831000', '160438.834000', '160438.837000', '160438.840000', '160438.843000', '160438.846000', '160438.849000', '160438.852000', '160438.855000', '160438.858000', '160438.861000', '160438.864000', '160438.867000', '160438.870000', '160438.873000', '160438.876000', '160438.879000', '160438.882000', '160438.885000', '160438.888000', '160438.891000', '160438.894000', '160438.897000', '160438.900000', '160438.903000', '160438.906000', '160438.909000', '160438.912000', '160438.915000', '160438.918000', '160438.921000', '160438.924000', '160438.927000', '160438.930000', '160438.932000', '160438.935000', '160438.938000', '160438.941000', '160438.944000', '160438.947000', '160438.950000', '160438.953000', '160438.956000', '160438.959000', '160458.832000', '160458.835000', '160458.838000', '160458.841000', '160458.844000', '160458.847000', '160458.850000', '160458.853000', '160458.856000', '160458.859000', '160458.862000', '160458.865000', '160458.868000', '160458.871000', '160458.874000', '160458.877000', '160458.880000', '160458.883000', '160458.886000', '160458.889000', '160458.892000', '160458.894000', '160458.898000', '160458.901000', '160458.904000', '160458.910000', '160458.913000', '160458.916000', '160458.919000', '160458.922000', '160458.925000', '160458.928000', '160458.931000', '160458.934000', '160458.937000', '160458.939000', '160458.943000', '160458.946000', '160458.948000', '160458.951000', '160458.954000', '160458.957000', '160458.960000', '160518.832000', '160518.835000', '160518.838000', '160518.841000', '160518.844000', '160518.847000', '160518.850000', '160518.853000', '160518.856000', '160518.859000', '160518.862000', '160518.865000', '160518.868000', '160518.871000', '160518.874000', '160518.877000', '160518.880000', '160518.882000', '160518.885000', '160518.889000', '160518.891000', '160518.895000', '160518.897000', '160518.901000', '160518.904000', '160518.906000', '160518.909000', '160518.913000', '160518.916000', '160518.918000', '160518.921000', '160518.924000', '160518.927000', '160518.930000', '160518.933000', '160518.936000', '160518.939000', '160518.942000', '160518.945000', '160518.948000', '160518.951000', '160518.954000', '160518.957000', '160518.960000', '160538.832000', '160538.835000', '160538.838000', '160538.841000', '160538.844000', '160538.847000', '160538.850000', '160538.853000', '160538.856000', '160538.859000', '160538.862000', '160538.866000', '160538.869000', '160538.872000', '160538.875000', '160538.878000', '160538.881000', '160538.884000', '160538.900000', '160538.903000', '160538.906000', '160538.909000', '160538.912000', '160538.915000', '160538.918000', '160538.921000', '160538.924000', '160538.928000', '160538.931000', '160538.935000', '160538.938000', '160538.941000', '160538.944000', '160538.947000', '160538.950000', '160538.953000', '160538.956000', '160538.959000', '160538.962000', '160538.965000', '160538.968000', '160538.971000', '160538.974000', '160558.831000', '160558.834000', '160558.837000', '160558.840000', '160558.843000', '160558.846000', '160558.849000', '160558.852000', '160558.855000', '160558.858000', '160558.861000', '160558.864000', '160558.867000', '160558.870000', '160558.873000', '160558.876000', '160558.879000', '160558.882000', '160558.885000', '160558.888000', '160558.891000', '160558.894000', '160558.897000', '160558.900000', '160558.903000', '160558.906000', '160558.909000', '160558.912000', '160558.915000', '160558.918000', '160558.921000', '160558.924000', '160558.927000', '160558.929000', '160558.932000', '160558.935000', '160558.938000', '160558.946000', '160558.949000', '160558.952000', '160558.955000', '160558.958000', '160558.961000', '160558.964000', '160618.831000', '160618.834000', '160618.837000', '160618.840000', '160618.843000', '160618.846000', '160618.849000', '160618.852000', '160618.855000', '160618.858000', '160618.861000', '160618.864000', '160618.867000', '160618.870000', '160618.873000', '160618.876000', '160618.879000', '160618.882000', '160618.885000', '160618.888000', '160618.891000', '160618.894000', '160618.896000', '160618.899000', '160618.902000', '160618.905000', '160618.908000', '160618.911000', '160618.914000', '160618.917000', '160618.920000', '160618.923000', '160618.926000', '160618.929000', '160618.932000', '160618.935000', '160618.938000', '160618.941000', '160618.944000', '160618.947000', '160618.950000', '160618.953000', '160618.956000', '160638.831000', '160638.840000', '160638.843000', '160638.846000', '160638.849000', '160638.852000', '160638.855000', '160638.858000', '160638.861000', '160638.864000', '160638.867000', '160638.870000', '160638.873000', '160638.876000', '160638.879000', '160638.882000', '160638.885000', '160638.888000', '160638.891000', '160638.893000', '160638.896000', '160638.899000', '160638.902000', '160638.905000', '160638.908000', '160638.911000', '160638.914000', '160638.917000', '160638.920000', '160638.923000', '160638.926000', '160638.929000', '160638.932000', '160638.935000', '160638.938000', '160638.941000', '160638.944000', '160638.947000', '160638.950000', '160638.953000', '160638.956000', '160638.959000', '160638.962000', '160638.971000', '160658.831000', '160658.834000', '160658.837000', '160658.840000', '160658.843000', '160658.846000', '160658.849000', '160658.852000', '160658.855000', '160658.858000', '160658.861000', '160658.864000', '160658.867000', '160658.870000', '160658.873000', '160658.876000', '160658.879000', '160658.882000', '160658.885000', '160658.888000', '160658.891000', '160658.893000', '160658.896000', '160658.899000', '160658.904000', '160658.907000', '160658.910000', '160658.913000', '160658.916000', '160658.919000', '160658.922000', '160658.925000', '160658.928000', '160658.931000', '160658.934000', '160658.937000', '160658.940000', '160658.943000', '160658.960000', '160658.963000', '160658.966000', '160658.970000', '160658.973000', '160718.832000', '160718.835000', '160718.838000', '160718.841000', '160718.844000', '160718.847000', '160718.850000', '160718.853000', '160718.856000', '160718.859000', '160718.862000', '160718.865000', '160718.869000', '160718.872000', '160718.875000', '160718.878000', '160718.881000', '160718.884000', '160718.887000', '160718.889000', '160718.893000', '160718.895000', '160718.898000', '160718.901000', '160718.904000', '160718.907000', '160718.910000', '160718.913000', '160718.916000', '160718.919000', '160718.922000', '160718.925000', '160718.928000', '160718.931000', '160718.934000', '160718.937000', '160718.940000', '160718.943000', '160718.946000', '160718.949000', '160718.952000', '160718.955000', '160718.958000', '160718.960000', '160738.832000', '160738.835000', '160738.845000', '160738.848000', '160738.851000', '160738.854000', '160738.857000', '160738.860000', '160738.863000', '160738.866000', '160738.869000', '160738.872000', '160738.875000', '160738.878000', '160738.881000', '160738.884000', '160738.887000', '160738.890000', '160738.893000', '160738.896000', '160738.899000', '160738.902000', '160738.905000', '160738.908000', '160738.911000', '160738.913000', '160738.917000', '160738.919000', '160738.922000', '160738.925000', '160738.928000', '160738.931000', '160738.934000', '160738.937000', '160738.940000', '160738.943000', '160738.946000', '160738.949000', '160738.952000', '160738.955000', '160738.958000', '160738.961000', '160738.964000', '160758.831000', '160758.834000', '160758.837000', '160758.840000', '160758.843000', '160758.846000', '160758.849000', '160758.852000', '160758.855000', '160758.858000', '160758.863000', '160758.866000', '160758.869000', '160758.872000', '160758.875000', '160758.878000', '160758.881000', '160758.884000', '160758.887000', '160758.890000', '160758.893000', '160758.896000', '160758.899000', '160758.902000', '160758.905000', '160758.908000', '160758.911000', '160758.914000', '160758.917000', '160758.920000', '160758.922000', '160758.926000', '160758.929000', '160758.932000', '160758.935000', '160758.938000', '160758.941000', '160758.944000', '160758.946000', '160758.950000', '160758.953000', '160758.955000', '160758.964000', '160758.967000', '160818.831000', '160818.834000', '160818.837000', '160818.840000', '160818.843000', '160818.846000', '160818.849000', '160818.852000', '160818.855000', '160818.858000', '160818.861000', '160818.864000', '160818.867000', '160818.870000', '160818.873000', '160818.876000', '160818.879000', '160818.882000', '160818.885000', '160818.888000', '160818.890000', '160818.894000', '160818.897000', '160818.899000', '160818.902000', '160818.905000', '160818.908000', '160818.911000', '160818.914000', '160818.917000', '160818.920000', '160818.923000', '160818.926000', '160818.929000', '160818.932000', '160818.935000', '160818.938000', '160818.943000', '160818.946000', '160818.949000', '160818.952000', '160818.955000', '160818.958000', '160838.831000', '160838.834000', '160838.837000', '160838.840000', '160838.843000', '160838.846000', '160838.849000', '160838.852000', '160838.855000', '160838.858000', '160838.861000', '160838.864000', '160838.867000', '160838.870000', '160838.873000', '160838.876000', '160838.879000', '160838.882000', '160838.885000', '160838.888000', '160838.891000', '160838.893000', '160838.897000', '160838.899000', '160838.902000', '160838.905000', '160838.908000', '160838.911000', '160838.915000', '160838.917000', '160838.921000', '160838.923000', '160838.926000', '160838.929000', '160838.932000', '160838.935000', '160838.938000', '160838.941000', '160838.944000', '160838.947000', '160838.950000', '160838.953000', '160838.956000', '160838.959000', '160858.831000', '160858.834000', '160858.837000', '160858.840000', '160858.843000', '160858.846000', '160858.849000', '160858.852000', '160858.855000', '160858.858000', '160858.861000', '160858.864000', '160858.867000', '160858.870000', '160858.873000', '160858.876000', '160858.879000', '160858.882000', '160858.885000', '160858.887000', '160858.891000', '160858.893000', '160858.896000', '160858.899000', '160858.902000', '160858.905000', '160858.908000', '160858.911000', '160858.914000', '160858.917000', '160858.920000', '160858.923000', '160858.926000', '160858.929000', '160858.932000', '160858.935000', '160858.938000', '160858.941000', '160858.944000', '160858.947000', '160858.950000', '160858.953000', '160858.956000', '160918.831000', '160918.834000', '160918.837000', '160918.840000', '160918.843000', '160918.846000', '160918.849000', '160918.852000', '160918.855000', '160918.858000', '160918.861000', '160918.864000', '160918.867000', '160918.870000', '160918.873000', '160918.876000', '160918.879000', '160918.882000', '160918.885000', '160918.888000', '160918.891000', '160918.894000', '160918.897000', '160918.900000', '160918.903000', '160918.906000', '160918.909000', '160918.911000', '160918.914000', '160918.917000', '160918.920000', '160918.923000', '160918.926000', '160918.929000', '160918.932000', '160918.935000', '160918.938000', '160918.941000', '160918.944000', '160918.947000', '160918.950000', '160918.953000', '160918.956000', '160918.959000', '160938.832000', '160938.835000', '160938.838000', '160938.841000', '160938.844000', '160938.847000', '160938.850000', '160938.853000', '160938.856000', '160938.859000', '160938.862000', '160938.865000', '160938.868000', '160938.871000', '160938.874000', '160938.877000', '160938.880000', '160938.882000', '160938.885000', '160938.888000', '160938.891000', '160938.894000', '160938.897000', '160938.900000', '160938.903000', '160938.906000', '160938.909000', '160938.912000', '160938.915000', '160938.918000', '160938.921000', '160938.924000', '160938.927000', '160938.930000', '160938.933000', '160938.936000', '160938.939000', '160938.942000', '160938.945000', '160938.948000', '160938.951000', '160938.954000', '160938.957000', '160958.832000', '160958.835000', '160958.838000', '160958.842000', '160958.845000', '160958.848000', '160958.851000', '160958.854000', '160958.857000', '160958.860000', '160958.863000', '160958.866000', '160958.869000', '160958.872000', '160958.875000', '160958.877000', '160958.880000', '160958.883000', '160958.886000', '160958.889000', '160958.892000', '160958.895000', '160958.898000', '160958.901000', '160958.904000', '160958.907000', '160958.910000', '160958.913000', '160958.916000', '160958.919000', '160958.922000', '160958.925000', '160958.928000', '160958.931000', '160958.934000', '160958.937000', '160958.940000', '160958.943000', '160958.947000', '160958.950000', '160958.953000', '160958.956000', '160958.959000', '161018.831000', '161018.834000', '161018.837000', '161018.840000', '161018.843000', '161018.846000', '161018.849000', '161018.852000', '161018.855000', '161018.858000', '161018.861000', '161018.864000', '161018.867000', '161018.870000', '161018.873000', '161018.879000', '161018.882000', '161018.885000', '161018.888000', '161018.891000', '161018.894000', '161018.897000', '161018.900000', '161018.903000', '161018.906000', '161018.909000', '161018.912000', '161018.915000', '161018.918000', '161018.920000', '161018.923000', '161018.926000', '161018.929000', '161018.932000', '161018.935000', '161018.938000', '161018.941000', '161018.944000', '161018.947000', '161018.950000', '161018.953000', '161018.956000', '161018.959000', '161018.962000', '161038.831000', '161038.835000', '161038.838000', '161038.841000', '161038.844000', '161038.847000', '161038.850000', '161038.853000', '161038.856000', '161038.859000', '161038.862000', '161038.865000', '161038.867000', '161038.871000', '161038.874000', '161038.878000', '161038.883000', '161038.886000', '161038.889000', '161038.892000', '161038.895000', '161038.898000', '161038.901000', '161038.904000', '161038.907000', '161038.910000', '161038.912000', '161038.916000', '161038.918000', '161038.921000', '161038.924000', '161038.927000', '161038.930000', '161038.933000', '161038.936000', '161038.939000', '161038.942000', '161038.945000', '161038.948000', '161038.951000', '161038.954000', '161038.957000', '161038.960000', '161058.831000', '161058.834000', '161058.844000', '161058.847000', '161058.850000', '161058.853000', '161058.856000', '161058.859000', '161058.862000', '161058.865000', '161058.868000', '161058.871000', '161058.874000', '161058.877000', '161058.880000', '161058.883000', '161058.886000', '161058.889000', '161058.892000', '161058.895000', '161058.897000', '161058.900000', '161058.904000', '161058.906000', '161058.909000', '161058.912000', '161058.915000', '161058.918000', '161058.921000', '161058.924000', '161058.927000', '161058.930000', '161058.933000', '161058.936000', '161058.939000', '161058.942000', '161058.945000', '161058.948000', '161058.951000', '161058.954000', '161058.957000', '161058.960000', '161058.973000', '161058.976000', '161118.831000', '161118.834000', '161118.837000', '161118.840000', '161118.843000', '161118.846000', '161118.849000', '161118.852000', '161118.855000', '161118.858000', '161118.861000', '161118.864000', '161118.867000', '161118.872000', '161118.875000', '161118.878000', '161118.881000', '161118.884000', '161118.887000', '161118.890000', '161118.893000', '161118.896000', '161118.899000', '161118.902000', '161118.905000', '161118.908000', '161118.911000', '161118.914000', '161118.917000', '161118.920000', '161118.923000', '161118.926000', '161118.929000', '161118.932000', '161118.935000', '161118.938000', '161118.941000', '161118.944000', '161118.947000', '161118.950000', '161118.953000', '161118.956000', '161118.959000', '161138.831000', '161138.834000', '161138.837000', '161138.840000', '161138.843000', '161138.846000', '161138.849000', '161138.852000', '161138.855000', '161138.858000', '161138.861000', '161138.864000', '161138.867000', '161138.870000', '161138.873000', '161138.876000', '161138.879000', '161138.882000', '161138.885000', '161138.888000', '161138.891000', '161138.894000', '161138.897000', '161138.900000', '161138.903000', '161138.906000', '161138.909000', '161138.912000', '161138.915000', '161138.918000', '161138.921000', '161138.924000', '161138.927000', '161138.930000', '161138.933000', '161138.936000', '161138.939000', '161138.942000', '161138.945000', '161138.948000', '161138.951000', '161138.954000', '161138.957000', '161138.960000', '161158.832000', '161158.835000', '161158.838000', '161158.842000', '161158.845000', '161158.847000', '161158.850000', '161158.853000', '161158.856000', '161158.859000', '161158.862000', '161158.865000', '161158.868000', '161158.871000', '161158.874000', '161158.878000', '161158.881000', '161158.884000', '161158.887000', '161158.890000', '161158.893000', '161158.896000', '161158.899000', '161158.902000', '161158.905000', '161158.908000', '161158.911000', '161158.914000', '161158.917000', '161158.920000', '161158.923000', '161158.926000', '161158.929000', '161158.932000', '161158.935000', '161158.938000', '161158.941000', '161158.944000', '161158.947000', '161158.950000', '161158.953000', '161158.956000', '161158.959000', '161213.192000', '161213.196000', '161213.199000', '161213.203000', '161213.206000', '161213.209000', '161213.213000', '161213.216000', '161213.219000', '161213.222000', '161213.225000', '161213.228000', '161213.231000', '161213.234000', '161213.237000', '161213.241000', '161213.244000', '161213.247000', '161213.250000', '161213.254000', '161213.257000', '161213.260000', '161213.263000', '161213.266000', '161213.269000', '161213.272000', '161213.275000', '161213.278000', '161213.281000', '161213.284000', '161213.287000', '161213.290000'], 'InstanceCreationTime': ['160258.862000', '160258.866000', '160258.869000', '160258.872000', '160258.875000', '160258.878000', '160258.881000', '160258.884000', '160258.887000', '160258.892000', '160258.895000', '160258.898000', '160258.901000', '160258.904000', '160258.907000', '160258.910000', '160258.913000', '160258.916000', '160258.919000', '160258.922000', '160258.925000', '160258.928000', '160258.930000', '160258.934000', '160258.936000', '160258.939000', '160258.942000', '160258.945000', '160258.948000', '160258.951000', '160258.954000', '160258.957000', '160258.960000', '160258.963000', '160258.968000', '160258.971000', '160258.974000', '160258.977000', '160258.980000', '160258.983000', '160258.986000', '160258.989000', '160258.992000', '160258.995000', '160258.998000', '160259.002000', '160259.005000', '160259.008000', '160259.011000', '160259.014000', '160259.017000', '160259.020000', '160259.022000', '160259.026000', '160259.028000', '160259.032000', '160259.034000', '160259.037000', '160259.040000', '160259.043000', '160259.046000', '160259.049000', '160318.832000', '160318.835000', '160318.838000', '160318.841000', '160318.844000', '160318.847000', '160318.850000', '160318.853000', '160318.856000', '160318.859000', '160318.862000', '160318.865000', '160318.867000', '160318.870000', '160318.873000', '160318.876000', '160318.879000', '160318.882000', '160318.885000', '160318.888000', '160318.891000', '160318.894000', '160318.897000', '160318.900000', '160318.903000', '160318.906000', '160318.909000', '160318.912000', '160318.915000', '160318.917000', '160318.920000', '160318.923000', '160318.926000', '160318.929000', '160318.932000', '160318.935000', '160318.938000', '160318.941000', '160318.944000', '160318.947000', '160318.950000', '160318.953000', '160318.956000', '160318.959000', '160338.831000', '160338.834000', '160338.837000', '160338.840000', '160338.843000', '160338.846000', '160338.849000', '160338.852000', '160338.855000', '160338.858000', '160338.861000', '160338.864000', '160338.867000', '160338.870000', '160338.872000', '160338.875000', '160338.878000', '160338.881000', '160338.884000', '160338.887000', '160338.890000', '160338.893000', '160338.896000', '160338.899000', '160338.902000', '160338.908000', '160338.911000', '160338.914000', '160338.917000', '160338.920000', '160338.923000', '160338.926000', '160338.929000', '160338.932000', '160338.935000', '160338.938000', '160338.941000', '160338.944000', '160338.947000', '160338.950000', '160338.953000', '160338.956000', '160338.959000', '160358.831000', '160358.834000', '160358.837000', '160358.840000', '160358.843000', '160358.846000', '160358.849000', '160358.852000', '160358.855000', '160358.858000', '160358.861000', '160358.864000', '160358.867000', '160358.870000', '160358.873000', '160358.876000', '160358.879000', '160358.882000', '160358.885000', '160358.887000', '160358.890000', '160358.894000', '160358.896000', '160358.899000', '160358.902000', '160358.905000', '160358.908000', '160358.911000', '160358.914000', '160358.933000', '160358.936000', '160358.939000', '160358.941000', '160358.944000', '160358.947000', '160358.950000', '160358.953000', '160358.956000', '160358.959000', '160358.962000', '160358.965000', '160358.968000', '160358.971000', '160358.974000', '160418.831000', '160418.834000', '160418.837000', '160418.840000', '160418.843000', '160418.846000', '160418.849000', '160418.852000', '160418.855000', '160418.858000', '160418.861000', '160418.864000', '160418.867000', '160418.870000', '160418.873000', '160418.876000', '160418.879000', '160418.882000', '160418.885000', '160418.888000', '160418.891000', '160418.894000', '160418.898000', '160418.902000', '160418.905000', '160418.908000', '160418.911000', '160418.914000', '160418.917000', '160418.920000', '160418.923000', '160418.926000', '160418.928000', '160418.932000', '160418.934000', '160418.937000', '160418.940000', '160418.943000', '160418.946000', '160418.949000', '160418.952000', '160418.955000', '160418.958000', '160438.831000', '160438.834000', '160438.837000', '160438.840000', '160438.843000', '160438.846000', '160438.849000', '160438.852000', '160438.855000', '160438.858000', '160438.861000', '160438.864000', '160438.867000', '160438.870000', '160438.873000', '160438.876000', '160438.879000', '160438.882000', '160438.885000', '160438.888000', '160438.891000', '160438.894000', '160438.897000', '160438.900000', '160438.903000', '160438.906000', '160438.909000', '160438.912000', '160438.915000', '160438.918000', '160438.921000', '160438.924000', '160438.927000', '160438.930000', '160438.932000', '160438.935000', '160438.938000', '160438.941000', '160438.944000', '160438.947000', '160438.950000', '160438.953000', '160438.956000', '160438.959000', '160458.832000', '160458.835000', '160458.838000', '160458.841000', '160458.844000', '160458.847000', '160458.850000', '160458.853000', '160458.856000', '160458.859000', '160458.862000', '160458.865000', '160458.868000', '160458.871000', '160458.874000', '160458.877000', '160458.880000', '160458.883000', '160458.886000', '160458.889000', '160458.892000', '160458.894000', '160458.898000', '160458.901000', '160458.904000', '160458.910000', '160458.913000', '160458.916000', '160458.919000', '160458.922000', '160458.925000', '160458.928000', '160458.931000', '160458.934000', '160458.937000', '160458.939000', '160458.943000', '160458.946000', '160458.948000', '160458.951000', '160458.954000', '160458.957000', '160458.960000', '160518.832000', '160518.835000', '160518.838000', '160518.841000', '160518.844000', '160518.847000', '160518.850000', '160518.853000', '160518.856000', '160518.859000', '160518.862000', '160518.865000', '160518.868000', '160518.871000', '160518.874000', '160518.877000', '160518.880000', '160518.882000', '160518.885000', '160518.889000', '160518.891000', '160518.895000', '160518.897000', '160518.901000', '160518.904000', '160518.906000', '160518.909000', '160518.913000', '160518.916000', '160518.918000', '160518.921000', '160518.924000', '160518.927000', '160518.930000', '160518.933000', '160518.936000', '160518.939000', '160518.942000', '160518.945000', '160518.948000', '160518.951000', '160518.954000', '160518.957000', '160518.960000', '160538.832000', '160538.835000', '160538.838000', '160538.841000', '160538.844000', '160538.847000', '160538.850000', '160538.853000', '160538.856000', '160538.859000', '160538.862000', '160538.866000', '160538.869000', '160538.872000', '160538.875000', '160538.878000', '160538.881000', '160538.884000', '160538.900000', '160538.903000', '160538.906000', '160538.909000', '160538.912000', '160538.915000', '160538.918000', '160538.921000', '160538.924000', '160538.928000', '160538.931000', '160538.935000', '160538.938000', '160538.941000', '160538.944000', '160538.947000', '160538.950000', '160538.953000', '160538.956000', '160538.959000', '160538.962000', '160538.965000', '160538.968000', '160538.971000', '160538.974000', '160558.831000', '160558.834000', '160558.837000', '160558.840000', '160558.843000', '160558.846000', '160558.849000', '160558.852000', '160558.855000', '160558.858000', '160558.861000', '160558.864000', '160558.867000', '160558.870000', '160558.873000', '160558.876000', '160558.879000', '160558.882000', '160558.885000', '160558.888000', '160558.891000', '160558.894000', '160558.897000', '160558.900000', '160558.903000', '160558.906000', '160558.909000', '160558.912000', '160558.915000', '160558.918000', '160558.921000', '160558.924000', '160558.927000', '160558.929000', '160558.932000', '160558.935000', '160558.938000', '160558.946000', '160558.949000', '160558.952000', '160558.955000', '160558.958000', '160558.961000', '160558.964000', '160618.831000', '160618.834000', '160618.837000', '160618.840000', '160618.843000', '160618.846000', '160618.849000', '160618.852000', '160618.855000', '160618.858000', '160618.861000', '160618.864000', '160618.867000', '160618.870000', '160618.873000', '160618.876000', '160618.879000', '160618.882000', '160618.885000', '160618.888000', '160618.891000', '160618.894000', '160618.896000', '160618.899000', '160618.902000', '160618.905000', '160618.908000', '160618.911000', '160618.914000', '160618.917000', '160618.920000', '160618.923000', '160618.926000', '160618.929000', '160618.932000', '160618.935000', '160618.938000', '160618.941000', '160618.944000', '160618.947000', '160618.950000', '160618.953000', '160618.956000', '160638.831000', '160638.840000', '160638.843000', '160638.846000', '160638.849000', '160638.852000', '160638.855000', '160638.858000', '160638.861000', '160638.864000', '160638.867000', '160638.870000', '160638.873000', '160638.876000', '160638.879000', '160638.882000', '160638.885000', '160638.888000', '160638.891000', '160638.893000', '160638.896000', '160638.899000', '160638.902000', '160638.905000', '160638.908000', '160638.911000', '160638.914000', '160638.917000', '160638.920000', '160638.923000', '160638.926000', '160638.929000', '160638.932000', '160638.935000', '160638.938000', '160638.941000', '160638.944000', '160638.947000', '160638.950000', '160638.953000', '160638.956000', '160638.959000', '160638.962000', '160638.971000', '160658.831000', '160658.834000', '160658.837000', '160658.840000', '160658.843000', '160658.846000', '160658.849000', '160658.852000', '160658.855000', '160658.858000', '160658.861000', '160658.864000', '160658.867000', '160658.870000', '160658.873000', '160658.876000', '160658.879000', '160658.882000', '160658.885000', '160658.888000', '160658.891000', '160658.893000', '160658.896000', '160658.899000', '160658.904000', '160658.907000', '160658.910000', '160658.913000', '160658.916000', '160658.919000', '160658.922000', '160658.925000', '160658.928000', '160658.931000', '160658.934000', '160658.937000', '160658.940000', '160658.943000', '160658.960000', '160658.963000', '160658.966000', '160658.970000', '160658.973000', '160718.832000', '160718.835000', '160718.838000', '160718.841000', '160718.844000', '160718.847000', '160718.850000', '160718.853000', '160718.856000', '160718.859000', '160718.862000', '160718.865000', '160718.869000', '160718.872000', '160718.875000', '160718.878000', '160718.881000', '160718.884000', '160718.887000', '160718.889000', '160718.893000', '160718.895000', '160718.898000', '160718.901000', '160718.904000', '160718.907000', '160718.910000', '160718.913000', '160718.916000', '160718.919000', '160718.922000', '160718.925000', '160718.928000', '160718.931000', '160718.934000', '160718.937000', '160718.940000', '160718.943000', '160718.946000', '160718.949000', '160718.952000', '160718.955000', '160718.958000', '160718.960000', '160738.832000', '160738.835000', '160738.845000', '160738.848000', '160738.851000', '160738.854000', '160738.857000', '160738.860000', '160738.863000', '160738.866000', '160738.869000', '160738.872000', '160738.875000', '160738.878000', '160738.881000', '160738.884000', '160738.887000', '160738.890000', '160738.893000', '160738.896000', '160738.899000', '160738.902000', '160738.905000', '160738.908000', '160738.911000', '160738.913000', '160738.917000', '160738.919000', '160738.922000', '160738.925000', '160738.928000', '160738.931000', '160738.934000', '160738.937000', '160738.940000', '160738.943000', '160738.946000', '160738.949000', '160738.952000', '160738.955000', '160738.958000', '160738.961000', '160738.964000', '160758.831000', '160758.834000', '160758.837000', '160758.840000', '160758.843000', '160758.846000', '160758.849000', '160758.852000', '160758.855000', '160758.858000', '160758.863000', '160758.866000', '160758.869000', '160758.872000', '160758.875000', '160758.878000', '160758.881000', '160758.884000', '160758.887000', '160758.890000', '160758.893000', '160758.896000', '160758.899000', '160758.902000', '160758.905000', '160758.908000', '160758.911000', '160758.914000', '160758.917000', '160758.920000', '160758.922000', '160758.926000', '160758.929000', '160758.932000', '160758.935000', '160758.938000', '160758.941000', '160758.944000', '160758.946000', '160758.950000', '160758.953000', '160758.955000', '160758.964000', '160758.967000', '160818.831000', '160818.834000', '160818.837000', '160818.840000', '160818.843000', '160818.846000', '160818.849000', '160818.852000', '160818.855000', '160818.858000', '160818.861000', '160818.864000', '160818.867000', '160818.870000', '160818.873000', '160818.876000', '160818.879000', '160818.882000', '160818.885000', '160818.888000', '160818.890000', '160818.894000', '160818.897000', '160818.899000', '160818.902000', '160818.905000', '160818.908000', '160818.911000', '160818.914000', '160818.917000', '160818.920000', '160818.923000', '160818.926000', '160818.929000', '160818.932000', '160818.935000', '160818.938000', '160818.943000', '160818.946000', '160818.949000', '160818.952000', '160818.955000', '160818.958000', '160838.831000', '160838.834000', '160838.837000', '160838.840000', '160838.843000', '160838.846000', '160838.849000', '160838.852000', '160838.855000', '160838.858000', '160838.861000', '160838.864000', '160838.867000', '160838.870000', '160838.873000', '160838.876000', '160838.879000', '160838.882000', '160838.885000', '160838.888000', '160838.891000', '160838.893000', '160838.897000', '160838.899000', '160838.902000', '160838.905000', '160838.908000', '160838.911000', '160838.915000', '160838.917000', '160838.921000', '160838.923000', '160838.926000', '160838.929000', '160838.932000', '160838.935000', '160838.938000', '160838.941000', '160838.944000', '160838.947000', '160838.950000', '160838.953000', '160838.956000', '160838.959000', '160858.831000', '160858.834000', '160858.837000', '160858.840000', '160858.843000', '160858.846000', '160858.849000', '160858.852000', '160858.855000', '160858.858000', '160858.861000', '160858.864000', '160858.867000', '160858.870000', '160858.873000', '160858.876000', '160858.879000', '160858.882000', '160858.885000', '160858.887000', '160858.891000', '160858.893000', '160858.896000', '160858.899000', '160858.902000', '160858.905000', '160858.908000', '160858.911000', '160858.914000', '160858.917000', '160858.920000', '160858.923000', '160858.926000', '160858.929000', '160858.932000', '160858.935000', '160858.938000', '160858.941000', '160858.944000', '160858.947000', '160858.950000', '160858.953000', '160858.956000', '160918.831000', '160918.834000', '160918.837000', '160918.840000', '160918.843000', '160918.846000', '160918.849000', '160918.852000', '160918.855000', '160918.858000', '160918.861000', '160918.864000', '160918.867000', '160918.870000', '160918.873000', '160918.876000', '160918.879000', '160918.882000', '160918.885000', '160918.888000', '160918.891000', '160918.894000', '160918.897000', '160918.900000', '160918.903000', '160918.906000', '160918.909000', '160918.911000', '160918.914000', '160918.917000', '160918.920000', '160918.923000', '160918.926000', '160918.929000', '160918.932000', '160918.935000', '160918.938000', '160918.941000', '160918.944000', '160918.947000', '160918.950000', '160918.953000', '160918.956000', '160918.959000', '160938.832000', '160938.835000', '160938.838000', '160938.841000', '160938.844000', '160938.847000', '160938.850000', '160938.853000', '160938.856000', '160938.859000', '160938.862000', '160938.865000', '160938.868000', '160938.871000', '160938.874000', '160938.877000', '160938.880000', '160938.882000', '160938.885000', '160938.888000', '160938.891000', '160938.894000', '160938.897000', '160938.900000', '160938.903000', '160938.906000', '160938.909000', '160938.912000', '160938.915000', '160938.918000', '160938.921000', '160938.924000', '160938.927000', '160938.930000', '160938.933000', '160938.936000', '160938.939000', '160938.942000', '160938.945000', '160938.948000', '160938.951000', '160938.954000', '160938.957000', '160958.832000', '160958.835000', '160958.838000', '160958.842000', '160958.845000', '160958.848000', '160958.851000', '160958.854000', '160958.857000', '160958.860000', '160958.863000', '160958.866000', '160958.869000', '160958.872000', '160958.875000', '160958.877000', '160958.880000', '160958.883000', '160958.886000', '160958.889000', '160958.892000', '160958.895000', '160958.898000', '160958.901000', '160958.904000', '160958.907000', '160958.910000', '160958.913000', '160958.916000', '160958.919000', '160958.922000', '160958.925000', '160958.928000', '160958.931000', '160958.934000', '160958.937000', '160958.940000', '160958.943000', '160958.947000', '160958.950000', '160958.953000', '160958.956000', '160958.959000', '161018.831000', '161018.834000', '161018.837000', '161018.840000', '161018.843000', '161018.846000', '161018.849000', '161018.852000', '161018.855000', '161018.858000', '161018.861000', '161018.864000', '161018.867000', '161018.870000', '161018.873000', '161018.879000', '161018.882000', '161018.885000', '161018.888000', '161018.891000', '161018.894000', '161018.897000', '161018.900000', '161018.903000', '161018.906000', '161018.909000', '161018.912000', '161018.915000', '161018.918000', '161018.920000', '161018.923000', '161018.926000', '161018.929000', '161018.932000', '161018.935000', '161018.938000', '161018.941000', '161018.944000', '161018.947000', '161018.950000', '161018.953000', '161018.956000', '161018.959000', '161018.962000', '161038.831000', '161038.835000', '161038.838000', '161038.841000', '161038.844000', '161038.847000', '161038.850000', '161038.853000', '161038.856000', '161038.859000', '161038.862000', '161038.865000', '161038.867000', '161038.871000', '161038.874000', '161038.878000', '161038.883000', '161038.886000', '161038.889000', '161038.892000', '161038.895000', '161038.898000', '161038.901000', '161038.904000', '161038.907000', '161038.910000', '161038.912000', '161038.916000', '161038.918000', '161038.921000', '161038.924000', '161038.927000', '161038.930000', '161038.933000', '161038.936000', '161038.939000', '161038.942000', '161038.945000', '161038.948000', '161038.951000', '161038.954000', '161038.957000', '161038.960000', '161058.831000', '161058.834000', '161058.844000', '161058.847000', '161058.850000', '161058.853000', '161058.856000', '161058.859000', '161058.862000', '161058.865000', '161058.868000', '161058.871000', '161058.874000', '161058.877000', '161058.880000', '161058.883000', '161058.886000', '161058.889000', '161058.892000', '161058.895000', '161058.897000', '161058.900000', '161058.904000', '161058.906000', '161058.909000', '161058.912000', '161058.915000', '161058.918000', '161058.921000', '161058.924000', '161058.927000', '161058.930000', '161058.933000', '161058.936000', '161058.939000', '161058.942000', '161058.945000', '161058.948000', '161058.951000', '161058.954000', '161058.957000', '161058.960000', '161058.973000', '161058.976000', '161118.831000', '161118.834000', '161118.837000', '161118.840000', '161118.843000', '161118.846000', '161118.849000', '161118.852000', '161118.855000', '161118.858000', '161118.861000', '161118.864000', '161118.867000', '161118.872000', '161118.875000', '161118.878000', '161118.881000', '161118.884000', '161118.887000', '161118.890000', '161118.893000', '161118.896000', '161118.899000', '161118.902000', '161118.905000', '161118.908000', '161118.911000', '161118.914000', '161118.917000', '161118.920000', '161118.923000', '161118.926000', '161118.929000', '161118.932000', '161118.935000', '161118.938000', '161118.941000', '161118.944000', '161118.947000', '161118.950000', '161118.953000', '161118.956000', '161118.959000', '161138.831000', '161138.834000', '161138.837000', '161138.840000', '161138.843000', '161138.846000', '161138.849000', '161138.852000', '161138.855000', '161138.858000', '161138.861000', '161138.864000', '161138.867000', '161138.870000', '161138.873000', '161138.876000', '161138.879000', '161138.882000', '161138.885000', '161138.888000', '161138.891000', '161138.894000', '161138.897000', '161138.900000', '161138.903000', '161138.906000', '161138.909000', '161138.912000', '161138.915000', '161138.918000', '161138.921000', '161138.924000', '161138.927000', '161138.930000', '161138.933000', '161138.936000', '161138.939000', '161138.942000', '161138.945000', '161138.948000', '161138.951000', '161138.954000', '161138.957000', '161138.960000', '161158.832000', '161158.835000', '161158.838000', '161158.842000', '161158.845000', '161158.847000', '161158.850000', '161158.853000', '161158.856000', '161158.859000', '161158.862000', '161158.865000', '161158.868000', '161158.871000', '161158.874000', '161158.878000', '161158.881000', '161158.884000', '161158.887000', '161158.890000', '161158.893000', '161158.896000', '161158.899000', '161158.902000', '161158.905000', '161158.908000', '161158.911000', '161158.914000', '161158.917000', '161158.920000', '161158.923000', '161158.926000', '161158.929000', '161158.932000', '161158.935000', '161158.938000', '161158.941000', '161158.944000', '161158.947000', '161158.950000', '161158.953000', '161158.956000', '161158.959000', '161213.192000', '161213.196000', '161213.199000', '161213.203000', '161213.206000', '161213.209000', '161213.213000', '161213.216000', '161213.219000', '161213.222000', '161213.225000', '161213.228000', '161213.231000', '161213.234000', '161213.237000', '161213.241000', '161213.244000', '161213.247000', '161213.250000', '161213.254000', '161213.257000', '161213.260000', '161213.263000', '161213.266000', '161213.269000', '161213.272000', '161213.275000', '161213.278000', '161213.281000', '161213.284000', '161213.287000', '161213.290000'], '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': [9228, 8701, 8751, 13697, 8746, 14184, 10836, 10058, 7977, 8501, 7940, 14713, 9243, 11862, 7764, 9151, 7741, 8636, 8591, 8318, 13558, 9369, 11718, 7734, 13461, 7801, 9465, 8882, 8489, 12325, 8568, 7699, 7789, 9553, 7808, 13155, 9724, 11733, 7789, 11866, 7771, 8816, 12329, 8689, 11119, 7925, 13147, 7736, 10857, 7844, 8457, 11883, 8370, 11574, 7717, 12118, 7707, 9954, 8380, 8594, 8150, 8472, 14754, 8485, 12825, 7758, 10167, 9297, 8661, 7780, 8178, 12354, 8156, 11835, 7801, 10304, 7738, 9681, 8711, 8111, 13932, 8457, 12549, 8296, 11138, 7731, 10000, 7701, 8851, 12621, 8659, 10196, 7762, 14190, 8728, 11977, 7774, 9105, 7761, 8598, 13703, 8386, 13851, 9011, 10915, 7689, 10200, 7786, 9463, 7840, 8525, 11402, 7844, 13701, 8668, 11707, 7778, 11039, 7753, 8410, 12605, 8126, 13739, 8714, 9882, 7826, 11991, 7789, 11305, 7709, 10251, 8132, 10636, 7869, 7812, 9093, 7758, 12787, 10257, 10683, 14217, 9292, 14613, 8336, 11862, 7841, 10227, 7877, 10478, 7866, 9647, 8001, 8253, 7856, 8175, 7835, 8335, 8004, 8132, 12492, 9250, 9281, 7869, 13196, 8221, 13511, 7995, 9487, 9002, 8810, 7931, 9189, 11932, 8290, 14504, 10210, 11636, 7770, 10359, 7815, 8832, 7892, 8368, 7908, 8661, 7862, 9171, 9339, 8151, 9392, 7923, 7991, 8016, 16099, 11214, 12245, 8187, 10810, 7929, 10701, 7876, 9307, 9938, 8497, 7871, 8317, 14431, 8017, 13015, 7877, 10325, 7886, 9328, 7902, 8154, 11935, 8148, 8854, 7823, 7781, 7921, 13894, 9041, 13462, 9173, 13170, 8053, 11849, 7891, 10359, 8453, 8978, 7889, 8694, 14564, 8599, 13858, 8460, 10658, 7872, 9781, 7855, 8031, 13079, 8073, 11641, 7893, 10094, 7838, 10189, 7906, 8780, 13162, 8347, 13812, 10146, 12047, 7848, 10850, 7834, 8188, 12501, 8383, 11397, 7940, 11598, 7880, 10183, 7890, 8523, 10290, 8026, 12970, 7874, 11225, 7846, 8543, 7839, 8134, 8104, 8035, 13650, 7901, 13465, 9633, 10668, 7907, 9812, 10804, 8001, 14284, 8073, 12773, 7967, 10211, 7821, 10043, 7811, 8819, 8908, 8396, 9538, 7876, 13268, 7839, 11209, 7858, 11021, 7857, 10269, 7792, 8212, 14583, 8261, 12944, 8324, 10345, 7770, 9583, 7790, 8220, 11282, 8395, 10232, 7918, 12618, 8043, 10415, 7933, 8213, 7899, 7860, 7838, 7866, 13211, 7832, 11236, 7815, 8691, 7840, 7951, 7975, 7987, 11566, 8478, 9387, 7890, 11904, 7933, 9516, 7898, 7825, 8334, 7868, 12214, 8338, 13903, 9843, 10514, 13348, 9085, 14718, 10191, 12053, 7874, 10545, 7837, 8932, 7745, 7938, 10170, 7924, 8205, 7888, 11950, 7912, 9363, 13007, 8814, 12353, 7858, 12120, 7835, 10720, 7815, 9948, 7822, 10417, 7860, 10495, 16339, 9774, 13524, 8474, 10642, 7875, 8355, 14453, 7885, 12638, 7768, 8673, 12593, 8592, 11734, 7830, 10543, 7833, 8986, 7811, 8502, 7839, 7958, 14382, 7803, 11069, 7764, 8058, 9873, 7974, 7736, 7890, 12434, 7840, 10861, 7856, 8674, 7791, 7991, 15119, 9726, 11539, 9341, 8478, 14401, 10212, 13387, 7841, 11099, 7776, 8609, 8728, 8307, 9729, 8064, 12179, 7792, 10672, 7812, 9885, 7771, 9178, 7832, 8203, 10312, 8005, 13148, 9579, 11892, 7903, 11712, 7831, 12529, 8869, 12077, 7892, 10844, 12023, 8841, 14531, 9281, 11638, 7935, 8463, 7844, 7863, 12568, 7767, 10414, 7749, 8033, 7853, 7939, 13054, 7716, 10246, 7762, 8038, 7788, 7899, 11965, 7835, 10285, 7773, 9090, 8062, 8100, 14550, 8708, 11100, 7610, 8455, 7956, 7920, 13269, 7694, 10157, 7786, 8862, 7593, 8502, 7664, 7701, 9914, 7991, 11441, 7951, 9503, 14533, 9890, 13642, 10415, 12215, 7759, 12199, 7727, 11786, 7645, 10489, 7746, 8659, 7879, 8587, 10418, 7817, 13254, 9053, 12413, 7840, 11506, 7878, 8044, 13129, 8103, 11146, 7764, 11518, 7763, 8887, 7958, 8062, 7721, 7833, 13140, 7751, 12191, 7783, 9338, 11479, 9018, 7709, 7993, 14278, 9393, 12520, 8032, 11303, 7965, 9230, 7653, 7890, 13576, 8986, 12413, 7775, 11524, 7743, 8157, 12805, 9140, 12614, 7737, 11734, 7680, 8133, 7682, 7705, 7816, 7811, 8992, 7935, 12539, 7754, 12428, 8798, 11916, 7791, 12169, 7701, 11082, 7919, 9089, 8127, 9415, 7742, 8240, 15354, 12225, 12800, 8226, 11880, 7726, 8844, 7754, 8284, 7983, 8908, 9406, 7760, 13363, 8899, 11479, 7782, 11274, 7753, 10797, 7737, 8547, 7713, 8084, 7778, 7864, 13925, 9642, 11975, 9300, 8771, 9472, 7765, 11070, 8494, 15516, 11139, 10946, 8049, 8133, 8111, 7827, 12307, 8073, 7669, 7743, 12891, 7710, 10663, 7634, 8539, 7812, 8846, 7714, 9353, 7674, 9574, 7687, 10520, 7846, 10144, 7823, 8482, 7997, 8899, 7744, 9102, 12271, 8897, 14096, 10101, 11567, 7826, 8810, 7695, 8545, 7695, 9022, 7774, 10895, 8044, 11874, 8753, 10142, 7880, 13774, 8623, 13316, 10458, 11217, 7806, 12135, 7874, 10320, 7673, 8422, 8929, 8945, 8041, 8706, 7993, 8568, 7853, 10542, 7833, 11802, 7865, 12394, 8492, 12145, 9184, 8053, 8016, 7908, 8959, 9522, 10228, 7743, 9863, 13767, 9173, 14887, 8916, 10179, 7799, 8657, 7876, 7920, 9327, 7775, 12301, 8187, 10723, 7681, 9327, 13407, 7730, 12659, 7818, 8588, 11207, 8008, 12811, 7672, 9608, 7654, 8149, 13618, 9534, 11330, 7772, 10341, 7544, 8412, 13096, 8243, 11929, 7554, 11250, 7676, 8288, 10576, 8009, 12599, 7757, 11638, 7750, 9869, 9582, 8604, 13536, 8239, 13098, 8025, 8731, 8068, 7868, 13637, 8975, 11866, 7622, 10664, 7601, 7913, 13379, 8171, 11116, 7603, 10743, 7556, 10946, 9808, 8622, 11629, 7728, 13254, 8458, 12165, 7668, 10014, 7685, 9181, 14352, 10235, 14434, 10721, 10567, 7748, 12128, 8186, 7607, 7735, 7697, 9481, 16167, 11599, 11503, 8035, 12928, 8178, 11622, 7791, 9222, 7935, 7772, 13591, 7805, 12065, 7721, 10915, 7775, 10323, 7719, 9869, 7790, 8149, 7974, 8029, 11800, 7703, 12682, 9149, 11125, 7704, 12589, 8418, 12262, 10195, 8686, 8107, 7991, 12540, 7991, 12680, 9340, 10867, 7769, 9656, 7941, 8335, 8109, 8102, 7966, 7845, 8202, 8205, 12622, 7885, 12249, 7651, 11098, 7682, 9354, 10718, 7982, 11089, 8000, 12116, 7689, 11232, 7822, 10580, 8020, 11630, 7775, 9815, 17605, 11254, 13322, 8486, 9457, 8026, 7999, 12809, 8027, 11422, 7898, 7995, 13496, 7728, 10375, 7907, 7952, 8195, 7907, 10538, 7926, 9116, 8149, 7831, 8147, 7986, 13763, 8212, 10850, 8361, 8593, 13945, 8029, 10569, 7962, 8519, 7829, 7883, 8018, 8130, 12062, 7861, 10080, 12675, 8729, 12370, 7833, 10741, 7783, 8035, 13338, 8135, 11826, 7894, 9356, 7769, 8095, 12360, 7979, 10926, 8781, 8070, 13210, 7878, 9449, 7967, 8109, 12291, 8211, 9622, 7786, 8318, 7805, 7871, 11473, 7895, 9830, 7722, 8002, 11805, 7765, 10998, 7897, 8066, 14290, 8758, 12035, 7730, 9882, 7818, 7853, 13519, 7832, 12013, 7743, 9485, 8138, 9007, 9422, 8055, 12654, 8404, 11696, 7588, 11185, 7705, 11004, 7991, 11279, 7919, 10287, 7933, 14793, 9566, 13217, 10933, 9269, 7824, 8264, 7788, 7924, 13191, 7929, 12811, 7676, 10553, 7645, 8242, 13750, 7692, 12143, 7696, 8269, 7689, 7782, 12120, 7704, 8782, 9337, 7920, 9853, 7822, 11200, 7711, 8147, 10680, 7787, 11284, 7799, 11575, 7807, 8085, 15053, 10135, 11984, 7768, 9011, 15729, 8081, 11840, 7678, 7806, 13819, 8587, 11641, 7803, 8814, 8727, 7793, 12945, 9595, 11283, 7740, 10581, 9962, 7967, 13466, 8606, 9572, 7748, 7862, 7974, 7922, 12885, 9073, 11100, 7765, 11135, 7837, 8276, 15510, 9407, 12226, 7790, 9238, 7834, 8005, 12430, 7745, 10896, 7726, 8365, 8060, 8090, 13638, 7728, 12241, 7692, 9697, 7787, 7887, 14117, 8013, 10752, 8018, 7880, 10046, 8064, 12093, 7834, 9073, 11246, 7962, 12831, 7756, 10844, 7868, 7766, 10415, 7970, 11973, 7939, 9157, 7820, 7932, 11787, 7839, 9845, 7763, 7828, 8091, 7871, 12119, 7700, 10045, 8001, 8109, 9055, 7989, 12022, 7978, 10681, 7702, 9663, 7844, 7990, 8231, 10007, 7818, 10598, 7985, 12620, 18291, 12837, 14224, 9957, 12914, 8153, 10980, 8042, 9462, 8045, 10117, 8021, 8278, 10443, 7638, 12351, 9453, 8412, 7795, 7727, 8040, 7820, 9588, 7866, 9949, 7735, 10312, 7925, 10055, 7956, 11112, 7753, 10162, 7705, 8628, 8307, 8135, 7872, 7887, 7743, 8397, 7822, 9181, 7793, 10211, 7787, 10413, 7932, 11814, 7878, 12366, 8257, 8888, 15768, 10622, 11205, 7752, 7815, 8099, 7801, 9837, 7681, 12741, 8530, 13904, 9958, 13227, 9129, 11659, 8272, 11927, 7765, 11520, 7658, 9218, 13666, 10831, 9382, 7789, 12621, 7782, 12508, 7675, 9874, 7788, 8681, 7775, 7885, 9419, 8090, 7674, 8089, 14788, 8190, 12778, 8216, 9290, 11110, 8386, 8391, 7751, 12799, 7703, 11210, 7702, 8959, 7851, 7917, 11192, 7733, 12392, 7740, 12240, 8549], 'WindowCenter': [4658.0, 4619.0, 4604.0, 4649.0, 4576.0, 4634.0, 4602.0, 4582.0, 4558.0, 4559.0, 4549.0, 4628.0, 4569.0, 4598.0, 4537.0, 4568.0, 4550.0, 4557.0, 4555.0, 4557.0, 4607.0, 4569.0, 4597.0, 4537.0, 4607.0, 4533.0, 4567.0, 4556.0, 4555.0, 4596.0, 4546.0, 4536.0, 4536.0, 4567.0, 4539.0, 4606.0, 4568.0, 4598.0, 4546.0, 4596.0, 4536.0, 4555.0, 4597.0, 4548.0, 4584.0, 4537.0, 4595.0, 4533.0, 4573.0, 4546.0, 4545.0, 4585.0, 4544.0, 4585.0, 4537.0, 4595.0, 4532.0, 4565.0, 4545.0, 4556.0, 4535.0, 4548.0, 4606.0, 4543.0, 4592.0, 4534.0, 4564.0, 4551.0, 4544.0, 4534.0, 4546.0, 4592.0, 4534.0, 4584.0, 4535.0, 4574.0, 4534.0, 4566.0, 4556.0, 4535.0, 4605.0, 4546.0, 4595.0, 4545.0, 4584.0, 4532.0, 4564.0, 4524.0, 4554.0, 4592.0, 4546.0, 4565.0, 4534.0, 4606.0, 4544.0, 4584.0, 4535.0, 4554.0, 4535.0, 4544.0, 4602.0, 4545.0, 4593.0, 4544.0, 4572.0, 4534.0, 4562.0, 4533.0, 4562.0, 4535.0, 4546.0, 4584.0, 4535.0, 4593.0, 4544.0, 4585.0, 4534.0, 4573.0, 4534.0, 4544.0, 4595.0, 4535.0, 4604.0, 4545.0, 4564.0, 4535.0, 4594.0, 4545.0, 4585.0, 4536.0, 4577.0, 4550.0, 4588.0, 4547.0, 4547.0, 4568.0, 4548.0, 4607.0, 4576.0, 4577.0, 4605.0, 4553.0, 4603.0, 4534.0, 4582.0, 4531.0, 4563.0, 4547.0, 4588.0, 4546.0, 4554.0, 4532.0, 4543.0, 4531.0, 4544.0, 4546.0, 4545.0, 4533.0, 4546.0, 4595.0, 4566.0, 4568.0, 4547.0, 4606.0, 4545.0, 4594.0, 4535.0, 4566.0, 4546.0, 4552.0, 4534.0, 4557.0, 4585.0, 4544.0, 4603.0, 4565.0, 4574.0, 4533.0, 4564.0, 4525.0, 4555.0, 4533.0, 4545.0, 4547.0, 4555.0, 4546.0, 4566.0, 4566.0, 4548.0, 4567.0, 4546.0, 4546.0, 4548.0, 4626.0, 4574.0, 4585.0, 4545.0, 4573.0, 4535.0, 4576.0, 4535.0, 4555.0, 4565.0, 4544.0, 4535.0, 4543.0, 4605.0, 4534.0, 4592.0, 4533.0, 4563.0, 4533.0, 4554.0, 4534.0, 4545.0, 4584.0, 4536.0, 4554.0, 4536.0, 4536.0, 4546.0, 4605.0, 4556.0, 4605.0, 4563.0, 4606.0, 4546.0, 4586.0, 4536.0, 4564.0, 4534.0, 4552.0, 4534.0, 4543.0, 4602.0, 4544.0, 4593.0, 4532.0, 4559.0, 4534.0, 4561.0, 4533.0, 4531.0, 4593.0, 4533.0, 4572.0, 4534.0, 4562.0, 4534.0, 4564.0, 4533.0, 4542.0, 4592.0, 4543.0, 4595.0, 4563.0, 4582.0, 4533.0, 4573.0, 4524.0, 4531.0, 4581.0, 4532.0, 4573.0, 4532.0, 4582.0, 4533.0, 4563.0, 4535.0, 4545.0, 4563.0, 4536.0, 4594.0, 4534.0, 4575.0, 4535.0, 4545.0, 4532.0, 4534.0, 4545.0, 4544.0, 4607.0, 4546.0, 4606.0, 4564.0, 4573.0, 4534.0, 4564.0, 4575.0, 4534.0, 4602.0, 4533.0, 4593.0, 4534.0, 4562.0, 4532.0, 4563.0, 4536.0, 4553.0, 4555.0, 4543.0, 4565.0, 4545.0, 4593.0, 4536.0, 4572.0, 4536.0, 4573.0, 4534.0, 4564.0, 4523.0, 4531.0, 4602.0, 4532.0, 4582.0, 4531.0, 4562.0, 4522.0, 4551.0, 4522.0, 4544.0, 4574.0, 4533.0, 4562.0, 4535.0, 4583.0, 4532.0, 4566.0, 4532.0, 4543.0, 4533.0, 4535.0, 4535.0, 4535.0, 4594.0, 4532.0, 4573.0, 4534.0, 4543.0, 4535.0, 4535.0, 4533.0, 4546.0, 4587.0, 4547.0, 4554.0, 4547.0, 4595.0, 4535.0, 4565.0, 4547.0, 4537.0, 4556.0, 4547.0, 4599.0, 4547.0, 4606.0, 4566.0, 4575.0, 4594.0, 4542.0, 4604.0, 4561.0, 4572.0, 4533.0, 4563.0, 4522.0, 4540.0, 4524.0, 4535.0, 4563.0, 4534.0, 4543.0, 4537.0, 4586.0, 4537.0, 4557.0, 4595.0, 4546.0, 4585.0, 4535.0, 4584.0, 4535.0, 4574.0, 4536.0, 4567.0, 4537.0, 4574.0, 4547.0, 4579.0, 4617.0, 4564.0, 4595.0, 4534.0, 4563.0, 4534.0, 4545.0, 4603.0, 4533.0, 4582.0, 4521.0, 4544.0, 4582.0, 4532.0, 4572.0, 4522.0, 4562.0, 4523.0, 4542.0, 4523.0, 4545.0, 4524.0, 4533.0, 4604.0, 4524.0, 4574.0, 4525.0, 4536.0, 4564.0, 4535.0, 4522.0, 4535.0, 4595.0, 4545.0, 4577.0, 4534.0, 4545.0, 4536.0, 4546.0, 4606.0, 4556.0, 4574.0, 4553.0, 4545.0, 4594.0, 4565.0, 4594.0, 4533.0, 4561.0, 4522.0, 4532.0, 4544.0, 4534.0, 4553.0, 4534.0, 4582.0, 4523.0, 4562.0, 4524.0, 4554.0, 4537.0, 4557.0, 4534.0, 4547.0, 4567.0, 4549.0, 4596.0, 4566.0, 4584.0, 4538.0, 4588.0, 4537.0, 4597.0, 4556.0, 4586.0, 4536.0, 4577.0, 4585.0, 4545.0, 4592.0, 4543.0, 4573.0, 4521.0, 4529.0, 4523.0, 4533.0, 4583.0, 4519.0, 4564.0, 4523.0, 4533.0, 4533.0, 4533.0, 4592.0, 4524.0, 4564.0, 4525.0, 4532.0, 4523.0, 4536.0, 4583.0, 4534.0, 4564.0, 4525.0, 4543.0, 4534.0, 4535.0, 4607.0, 4560.0, 4572.0, 4521.0, 4534.0, 4521.0, 4533.0, 4591.0, 4523.0, 4563.0, 4535.0, 4556.0, 4537.0, 4555.0, 4536.0, 4537.0, 4577.0, 4548.0, 4589.0, 4537.0, 4568.0, 4606.0, 4565.0, 4594.0, 4564.0, 4583.0, 4526.0, 4584.0, 4534.0, 4585.0, 4523.0, 4565.0, 4524.0, 4546.0, 4533.0, 4545.0, 4564.0, 4523.0, 4595.0, 4545.0, 4593.0, 4536.0, 4585.0, 4530.0, 4534.0, 4593.0, 4535.0, 4573.0, 4535.0, 4585.0, 4536.0, 4553.0, 4535.0, 4546.0, 4536.0, 4539.0, 4606.0, 4535.0, 4586.0, 4535.0, 4555.0, 4583.0, 4557.0, 4535.0, 4534.0, 4604.0, 4552.0, 4581.0, 4535.0, 4572.0, 4536.0, 4550.0, 4523.0, 4535.0, 4594.0, 4541.0, 4582.0, 4533.0, 4572.0, 4523.0, 4532.0, 4595.0, 4553.0, 4582.0, 4522.0, 4583.0, 4524.0, 4532.0, 4524.0, 4533.0, 4522.0, 4534.0, 4553.0, 4534.0, 4594.0, 4533.0, 4597.0, 4557.0, 4595.0, 4537.0, 4597.0, 4538.0, 4576.0, 4534.0, 4553.0, 4535.0, 4555.0, 4535.0, 4544.0, 4603.0, 4585.0, 4582.0, 4535.0, 4573.0, 4520.0, 4541.0, 4520.0, 4532.0, 4534.0, 4543.0, 4553.0, 4524.0, 4592.0, 4544.0, 4571.0, 4524.0, 4574.0, 4526.0, 4573.0, 4522.0, 4545.0, 4534.0, 4537.0, 4534.0, 4536.0, 4606.0, 4566.0, 4586.0, 4568.0, 4556.0, 4565.0, 4536.0, 4582.0, 4544.0, 4603.0, 4572.0, 4559.0, 4522.0, 4520.0, 4518.0, 4519.0, 4570.0, 4520.0, 4522.0, 4522.0, 4580.0, 4521.0, 4561.0, 4523.0, 4532.0, 4523.0, 4541.0, 4534.0, 4553.0, 4532.0, 4563.0, 4536.0, 4575.0, 4546.0, 4574.0, 4535.0, 4546.0, 4534.0, 4556.0, 4533.0, 4557.0, 4584.0, 4554.0, 4616.0, 4577.0, 4571.0, 4534.0, 4555.0, 4537.0, 4543.0, 4536.0, 4556.0, 4549.0, 4598.0, 4562.0, 4600.0, 4557.0, 4566.0, 4562.0, 4609.0, 4530.0, 4570.0, 4568.0, 4562.0, 4514.0, 4573.0, 4522.0, 4553.0, 4513.0, 4533.0, 4545.0, 4540.0, 4534.0, 4558.0, 4545.0, 4546.0, 4533.0, 4572.0, 4534.0, 4596.0, 4548.0, 4595.0, 4559.0, 4596.0, 4567.0, 4546.0, 4545.0, 4537.0, 4556.0, 4565.0, 4576.0, 4537.0, 4567.0, 4606.0, 4555.0, 4604.0, 4545.0, 4566.0, 4524.0, 4544.0, 4533.0, 4534.0, 4554.0, 4534.0, 4585.0, 4545.0, 4578.0, 4536.0, 4556.0, 4595.0, 4536.0, 4594.0, 4538.0, 4546.0, 4576.0, 4536.0, 4594.0, 4535.0, 4556.0, 4535.0, 4546.0, 4606.0, 4567.0, 4588.0, 4547.0, 4576.0, 4535.0, 4557.0, 4606.0, 4547.0, 4595.0, 4535.0, 4583.0, 4537.0, 4546.0, 4576.0, 4546.0, 4595.0, 4535.0, 4584.0, 4536.0, 4566.0, 4568.0, 4557.0, 4606.0, 4546.0, 4595.0, 4535.0, 4545.0, 4534.0, 4535.0, 4595.0, 4554.0, 4582.0, 4535.0, 4575.0, 4533.0, 4535.0, 4602.0, 4546.0, 4582.0, 4538.0, 4573.0, 4536.0, 4576.0, 4565.0, 4545.0, 4584.0, 4535.0, 4595.0, 4535.0, 4585.0, 4526.0, 4565.0, 4533.0, 4554.0, 4602.0, 4565.0, 4605.0, 4576.0, 4566.0, 4537.0, 4584.0, 4535.0, 4521.0, 4524.0, 4525.0, 4564.0, 4614.0, 4575.0, 4573.0, 4534.0, 4584.0, 4532.0, 4572.0, 4510.0, 4541.0, 4520.0, 4524.0, 4582.0, 4520.0, 4570.0, 4520.0, 4560.0, 4525.0, 4563.0, 4521.0, 4552.0, 4522.0, 4532.0, 4533.0, 4535.0, 4585.0, 4525.0, 4593.0, 4553.0, 4575.0, 4535.0, 4584.0, 4535.0, 4586.0, 4564.0, 4543.0, 4533.0, 4533.0, 4581.0, 4533.0, 4585.0, 4554.0, 4573.0, 4535.0, 4552.0, 4533.0, 4545.0, 4531.0, 4535.0, 4534.0, 4531.0, 4545.0, 4545.0, 4597.0, 4537.0, 4595.0, 4538.0, 4576.0, 4535.0, 4556.0, 4576.0, 4535.0, 4584.0, 4548.0, 4596.0, 4538.0, 4585.0, 4539.0, 4575.0, 4549.0, 4599.0, 4536.0, 4568.0, 4624.0, 4577.0, 4597.0, 4533.0, 4553.0, 4519.0, 4523.0, 4578.0, 4532.0, 4572.0, 4520.0, 4520.0, 4583.0, 4511.0, 4552.0, 4519.0, 4519.0, 4531.0, 4531.0, 4559.0, 4532.0, 4554.0, 4533.0, 4533.0, 4536.0, 4536.0, 4606.0, 4542.0, 4576.0, 4535.0, 4542.0, 4593.0, 4533.0, 4563.0, 4533.0, 4543.0, 4525.0, 4535.0, 4535.0, 4546.0, 4596.0, 4535.0, 4567.0, 4596.0, 4546.0, 4594.0, 4536.0, 4574.0, 4524.0, 4532.0, 4592.0, 4536.0, 4574.0, 4532.0, 4553.0, 4522.0, 4531.0, 4582.0, 4533.0, 4573.0, 4533.0, 4534.0, 4591.0, 4522.0, 4553.0, 4523.0, 4534.0, 4582.0, 4533.0, 4552.0, 4535.0, 4546.0, 4535.0, 4538.0, 4586.0, 4546.0, 4579.0, 4536.0, 4548.0, 4597.0, 4538.0, 4575.0, 4536.0, 4535.0, 4606.0, 4547.0, 4586.0, 4537.0, 4567.0, 4535.0, 4534.0, 4606.0, 4536.0, 4585.0, 4536.0, 4565.0, 4560.0, 4571.0, 4565.0, 4561.0, 4608.0, 4561.0, 4596.0, 4548.0, 4588.0, 4549.0, 4587.0, 4547.0, 4586.0, 4549.0, 4578.0, 4545.0, 4617.0, 4580.0, 4612.0, 4574.0, 4552.0, 4534.0, 4546.0, 4536.0, 4548.0, 4606.0, 4548.0, 4592.0, 4534.0, 4575.0, 4538.0, 4544.0, 4603.0, 4535.0, 4584.0, 4523.0, 4543.0, 4536.0, 4535.0, 4583.0, 4523.0, 4544.0, 4553.0, 4535.0, 4565.0, 4537.0, 4585.0, 4537.0, 4546.0, 4577.0, 4536.0, 4586.0, 4539.0, 4586.0, 4537.0, 4536.0, 4616.0, 4564.0, 4587.0, 4536.0, 4557.0, 4612.0, 4534.0, 4582.0, 4523.0, 4524.0, 4591.0, 4544.0, 4584.0, 4525.0, 4542.0, 4544.0, 4535.0, 4593.0, 4556.0, 4573.0, 4536.0, 4576.0, 4566.0, 4535.0, 4594.0, 4533.0, 4553.0, 4524.0, 4534.0, 4532.0, 4532.0, 4592.0, 4555.0, 4573.0, 4535.0, 4584.0, 4533.0, 4545.0, 4614.0, 4556.0, 4583.0, 4523.0, 4553.0, 4522.0, 4532.0, 4582.0, 4522.0, 4574.0, 4524.0, 4535.0, 4534.0, 4533.0, 4602.0, 4523.0, 4583.0, 4524.0, 4553.0, 4522.0, 4534.0, 4603.0, 4532.0, 4573.0, 4531.0, 4534.0, 4562.0, 4532.0, 4581.0, 4522.0, 4544.0, 4572.0, 4532.0, 4583.0, 4521.0, 4570.0, 4531.0, 4523.0, 4562.0, 4533.0, 4582.0, 4532.0, 4554.0, 4533.0, 4536.0, 4586.0, 4536.0, 4567.0, 4535.0, 4535.0, 4546.0, 4549.0, 4597.0, 4539.0, 4579.0, 4549.0, 4550.0, 4567.0, 4560.0, 4608.0, 4559.0, 4587.0, 4551.0, 4579.0, 4562.0, 4561.0, 4561.0, 4592.0, 4564.0, 4601.0, 4562.0, 4639.0, 4667.0, 4612.0, 4620.0, 4567.0, 4583.0, 4532.0, 4576.0, 4553.0, 4571.0, 4544.0, 4565.0, 4535.0, 4543.0, 4548.0, 4492.0, 4580.0, 4577.0, 4555.0, 4532.0, 4520.0, 4521.0, 4510.0, 4549.0, 4520.0, 4552.0, 4523.0, 4564.0, 4535.0, 4566.0, 4535.0, 4572.0, 4535.0, 4562.0, 4522.0, 4543.0, 4533.0, 4531.0, 4544.0, 4544.0, 4535.0, 4545.0, 4540.0, 4570.0, 4548.0, 4576.0, 4548.0, 4576.0, 4547.0, 4599.0, 4550.0, 4608.0, 4547.0, 4558.0, 4627.0, 4580.0, 4588.0, 4538.0, 4548.0, 4548.0, 4550.0, 4580.0, 4549.0, 4608.0, 4559.0, 4621.0, 4580.0, 4609.0, 4558.0, 4586.0, 4546.0, 4585.0, 4537.0, 4587.0, 4525.0, 4558.0, 4596.0, 4575.0, 4555.0, 4535.0, 4593.0, 4537.0, 4594.0, 4536.0, 4564.0, 4536.0, 4545.0, 4526.0, 4533.0, 4555.0, 4535.0, 4536.0, 4549.0, 4615.0, 4545.0, 4595.0, 4547.0, 4560.0, 4572.0, 4547.0, 4548.0, 4536.0, 4594.0, 4537.0, 4586.0, 4535.0, 4555.0, 4535.0, 4536.0, 4585.0, 4535.0, 4597.0, 4539.0, 4596.0, 4556.0], 'WindowWidth': [10234.0, 10160.0, 10125.0, 10177.0, 10071.0, 10144.0, 10096.0, 10066.0, 10030.0, 10031.0, 10017.0, 10125.0, 10042.0, 10082.0, 9996.0, 10038.0, 10017.0, 10024.0, 10020.0, 10024.0, 10092.0, 10040.0, 10076.0, 9997.0, 10091.0, 9988.0, 10034.0, 10019.0, 10017.0, 10075.0, 10005.0, 9993.0, 9994.0, 10035.0, 9999.0, 10089.0, 10039.0, 10079.0, 10009.0, 10076.0, 9994.0, 10018.0, 10076.0, 10009.0, 10056.0, 9994.0, 10072.0, 9986.0, 10040.0, 10006.0, 10005.0, 10058.0, 10002.0, 10060.0, 9995.0, 10071.0, 9984.0, 10031.0, 10005.0, 10019.0, 9990.0, 10008.0, 10087.0, 9997.0, 10064.0, 9985.0, 10028.0, 10008.0, 10000.0, 9986.0, 10005.0, 10064.0, 9987.0, 10056.0, 9991.0, 10041.0, 9988.0, 10033.0, 10019.0, 9991.0, 10087.0, 10006.0, 10071.0, 10002.0, 10055.0, 9985.0, 10029.0, 9973.0, 10014.0, 10067.0, 10006.0, 10029.0, 9988.0, 10088.0, 10001.0, 10056.0, 9988.0, 10013.0, 9988.0, 10001.0, 10079.0, 10002.0, 10065.0, 9999.0, 10035.0, 9988.0, 10024.0, 9987.0, 10025.0, 9989.0, 10004.0, 10055.0, 9989.0, 10067.0, 10001.0, 10057.0, 9988.0, 10041.0, 9987.0, 10001.0, 10071.0, 9990.0, 10082.0, 10005.0, 10029.0, 9991.0, 10071.0, 10006.0, 10060.0, 9996.0, 10048.0, 10017.0, 10067.0, 10011.0, 10013.0, 10040.0, 10013.0, 10095.0, 10047.0, 10050.0, 10086.0, 10010.0, 10078.0, 9985.0, 10048.0, 9979.0, 10024.0, 10015.0, 10067.0, 10007.0, 10013.0, 9979.0, 9998.0, 9980.0, 10000.0, 10012.0, 10006.0, 9985.0, 10007.0, 10073.0, 10034.0, 10039.0, 10010.0, 10090.0, 10003.0, 10070.0, 9991.0, 10032.0, 10003.0, 10009.0, 9989.0, 10021.0, 10058.0, 10000.0, 10081.0, 10029.0, 10040.0, 9984.0, 10026.0, 9976.0, 10015.0, 9987.0, 10004.0, 10009.0, 10018.0, 10008.0, 10034.0, 10033.0, 10011.0, 10036.0, 10008.0, 10009.0, 10014.0, 10119.0, 10043.0, 10058.0, 10002.0, 10038.0, 9991.0, 10045.0, 9990.0, 10018.0, 10030.0, 10002.0, 9991.0, 10000.0, 10087.0, 9986.0, 10064.0, 9984.0, 10025.0, 9986.0, 10016.0, 9987.0, 10003.0, 10057.0, 9991.0, 10015.0, 9992.0, 9992.0, 10006.0, 10085.0, 10021.0, 10086.0, 10028.0, 10088.0, 10006.0, 10060.0, 9990.0, 10029.0, 9985.0, 10010.0, 9986.0, 9997.0, 10077.0, 9997.0, 10064.0, 9981.0, 10015.0, 9984.0, 10018.0, 9981.0, 9978.0, 10063.0, 9983.0, 10036.0, 9985.0, 10022.0, 9988.0, 10028.0, 9985.0, 9997.0, 10063.0, 9998.0, 10068.0, 10023.0, 10049.0, 9983.0, 10039.0, 9970.0, 9980.0, 10047.0, 9982.0, 10036.0, 9983.0, 10050.0, 9986.0, 10027.0, 9989.0, 10003.0, 10024.0, 9990.0, 10067.0, 9985.0, 10043.0, 9988.0, 10002.0, 9983.0, 9988.0, 10004.0, 10003.0, 10089.0, 10006.0, 10088.0, 10028.0, 10038.0, 9987.0, 10028.0, 10042.0, 9985.0, 10078.0, 9984.0, 10065.0, 9986.0, 10020.0, 9983.0, 10023.0, 9991.0, 10013.0, 10016.0, 10000.0, 10029.0, 10004.0, 10067.0, 9991.0, 10039.0, 9991.0, 10037.0, 9988.0, 10028.0, 9970.0, 9980.0, 10076.0, 9982.0, 10049.0, 9980.0, 10021.0, 9968.0, 10006.0, 9968.0, 9999.0, 10040.0, 9984.0, 10023.0, 9988.0, 10052.0, 9983.0, 10031.0, 9982.0, 9997.0, 9983.0, 9988.0, 9989.0, 9989.0, 10068.0, 9985.0, 10040.0, 9986.0, 9998.0, 9990.0, 9990.0, 9986.0, 10006.0, 10061.0, 10007.0, 10016.0, 10011.0, 10074.0, 9991.0, 10034.0, 10009.0, 9995.0, 10021.0, 10010.0, 10082.0, 10010.0, 10091.0, 10032.0, 10044.0, 10067.0, 9994.0, 10078.0, 10018.0, 10032.0, 9981.0, 10022.0, 9967.0, 9989.0, 9971.0, 9988.0, 10024.0, 9986.0, 9997.0, 9993.0, 10058.0, 9991.0, 10020.0, 10070.0, 10002.0, 10055.0, 9988.0, 10052.0, 9989.0, 10039.0, 9991.0, 10031.0, 9992.0, 10040.0, 10008.0, 10052.0, 10103.0, 10027.0, 10070.0, 9986.0, 10024.0, 9986.0, 10002.0, 10079.0, 9982.0, 10049.0, 9963.0, 9999.0, 10048.0, 9979.0, 10034.0, 9967.0, 10021.0, 9968.0, 9995.0, 9970.0, 9999.0, 9971.0, 9983.0, 10081.0, 9972.0, 10038.0, 9973.0, 9990.0, 10025.0, 9986.0, 9970.0, 9990.0, 10071.0, 10003.0, 10048.0, 9986.0, 10002.0, 9991.0, 10005.0, 10087.0, 10017.0, 10040.0, 10010.0, 10002.0, 10068.0, 10026.0, 10065.0, 9982.0, 10019.0, 9966.0, 9979.0, 9997.0, 9984.0, 10007.0, 9984.0, 10048.0, 9968.0, 10020.0, 9971.0, 10012.0, 9995.0, 10020.0, 9989.0, 10007.0, 10035.0, 10014.0, 10074.0, 10032.0, 10054.0, 9995.0, 10063.0, 9995.0, 10075.0, 10019.0, 10059.0, 9992.0, 10047.0, 10054.0, 9999.0, 10062.0, 9996.0, 10036.0, 9962.0, 9973.0, 9968.0, 9982.0, 10050.0, 9961.0, 10025.0, 9969.0, 9983.0, 9981.0, 9983.0, 10061.0, 9972.0, 10024.0, 9973.0, 9981.0, 9969.0, 9989.0, 10052.0, 9987.0, 10026.0, 9974.0, 9998.0, 9984.0, 9987.0, 10090.0, 10034.0, 10036.0, 9963.0, 9982.0, 9961.0, 9986.0, 10063.0, 9971.0, 10024.0, 9988.0, 10019.0, 9996.0, 10017.0, 9994.0, 9997.0, 10049.0, 10009.0, 10067.0, 9994.0, 10037.0, 10089.0, 10028.0, 10067.0, 10025.0, 10051.0, 9978.0, 10053.0, 9985.0, 10055.0, 9971.0, 10029.0, 9972.0, 10005.0, 9986.0, 10001.0, 10027.0, 9971.0, 10069.0, 10002.0, 10066.0, 9991.0, 10058.0, 9978.0, 9986.0, 10067.0, 9988.0, 10038.0, 9988.0, 10057.0, 9990.0, 10013.0, 9990.0, 10007.0, 9993.0, 10000.0, 10088.0, 9991.0, 10061.0, 9991.0, 10017.0, 10054.0, 10019.0, 9990.0, 9988.0, 10083.0, 10008.0, 10048.0, 9986.0, 10034.0, 9988.0, 10003.0, 9969.0, 9988.0, 10068.0, 9993.0, 10049.0, 9983.0, 10037.0, 9970.0, 9983.0, 10069.0, 10011.0, 10049.0, 9969.0, 10052.0, 9972.0, 9981.0, 9973.0, 9985.0, 9970.0, 9988.0, 10012.0, 9989.0, 10068.0, 9989.0, 10075.0, 10022.0, 10073.0, 9997.0, 10078.0, 9996.0, 10046.0, 9986.0, 10013.0, 9991.0, 10017.0, 9989.0, 10001.0, 10083.0, 10054.0, 10050.0, 9986.0, 10036.0, 9963.0, 9991.0, 9962.0, 9980.0, 9986.0, 9998.0, 10009.0, 9971.0, 10062.0, 9997.0, 10033.0, 9971.0, 10037.0, 9976.0, 10038.0, 9969.0, 10001.0, 9987.0, 9993.0, 9989.0, 9992.0, 10088.0, 10031.0, 10059.0, 10040.0, 10023.0, 10033.0, 9992.0, 10051.0, 10000.0, 10085.0, 10034.0, 10013.0, 9964.0, 9959.0, 9956.0, 9959.0, 10028.0, 9961.0, 9966.0, 9967.0, 10043.0, 9964.0, 10017.0, 9966.0, 9978.0, 9968.0, 9993.0, 9988.0, 10011.0, 9984.0, 10025.0, 9991.0, 10044.0, 10008.0, 10043.0, 9991.0, 10006.0, 9987.0, 10019.0, 9987.0, 10021.0, 10055.0, 10015.0, 10106.0, 10051.0, 10034.0, 9987.0, 10014.0, 9993.0, 10000.0, 9992.0, 10021.0, 10020.0, 10084.0, 10037.0, 10087.0, 10020.0, 10030.0, 10036.0, 10091.0, 9970.0, 10021.0, 10029.0, 10017.0, 9955.0, 10034.0, 9964.0, 10006.0, 9950.0, 9980.0, 10002.0, 9987.0, 9986.0, 10024.0, 10005.0, 10002.0, 9983.0, 10035.0, 9987.0, 10074.0, 10010.0, 10068.0, 10025.0, 10073.0, 10036.0, 10006.0, 10004.0, 9992.0, 10020.0, 10031.0, 10048.0, 9994.0, 10033.0, 10086.0, 10015.0, 10084.0, 10000.0, 10029.0, 9970.0, 9997.0, 9983.0, 9986.0, 10011.0, 9988.0, 10058.0, 10003.0, 10048.0, 9992.0, 10020.0, 10071.0, 9990.0, 10067.0, 9995.0, 10004.0, 10044.0, 9991.0, 10069.0, 9989.0, 10017.0, 9988.0, 10005.0, 10086.0, 10034.0, 10069.0, 10012.0, 10050.0, 9992.0, 10024.0, 10089.0, 10009.0, 10072.0, 9993.0, 10056.0, 9994.0, 10009.0, 10046.0, 10005.0, 10073.0, 9990.0, 10056.0, 9993.0, 10034.0, 10035.0, 10021.0, 10089.0, 10003.0, 10071.0, 9987.0, 10002.0, 9986.0, 9988.0, 10070.0, 10014.0, 10050.0, 9989.0, 10042.0, 9983.0, 9991.0, 10078.0, 10006.0, 10052.0, 9997.0, 10041.0, 9993.0, 10048.0, 10030.0, 10002.0, 10055.0, 9988.0, 10068.0, 9988.0, 10054.0, 9978.0, 10033.0, 9985.0, 10013.0, 10078.0, 10030.0, 10085.0, 10045.0, 10030.0, 9995.0, 10054.0, 9987.0, 9966.0, 9972.0, 9973.0, 10027.0, 10095.0, 10041.0, 10038.0, 9984.0, 10050.0, 9979.0, 10034.0, 9946.0, 9989.0, 9961.0, 9968.0, 10046.0, 9961.0, 10027.0, 9962.0, 10017.0, 9973.0, 10022.0, 9964.0, 10007.0, 9967.0, 9982.0, 9983.0, 9989.0, 10055.0, 9976.0, 10065.0, 10012.0, 10044.0, 9990.0, 10055.0, 9989.0, 10060.0, 10025.0, 9997.0, 9982.0, 9984.0, 10047.0, 9985.0, 10054.0, 10013.0, 10040.0, 9990.0, 10009.0, 9985.0, 10001.0, 9979.0, 9988.0, 9985.0, 9981.0, 10002.0, 10005.0, 10075.0, 9995.0, 10071.0, 9996.0, 10047.0, 9990.0, 10019.0, 10046.0, 9990.0, 10057.0, 10011.0, 10074.0, 9998.0, 10058.0, 9999.0, 10046.0, 10016.0, 10082.0, 9994.0, 10037.0, 10113.0, 10048.0, 10076.0, 9983.0, 10009.0, 9960.0, 9968.0, 10041.0, 9979.0, 10034.0, 9962.0, 9962.0, 10048.0, 9950.0, 10004.0, 9960.0, 9959.0, 9977.0, 9979.0, 10015.0, 9982.0, 10013.0, 9985.0, 9987.0, 9991.0, 9993.0, 10087.0, 9997.0, 10045.0, 9986.0, 9995.0, 10065.0, 9982.0, 10022.0, 9983.0, 9997.0, 9973.0, 9989.0, 9990.0, 10006.0, 10073.0, 9991.0, 10034.0, 10073.0, 10005.0, 10069.0, 9990.0, 10041.0, 9972.0, 9982.0, 10063.0, 9989.0, 10039.0, 9981.0, 10010.0, 9968.0, 9980.0, 10050.0, 9984.0, 10039.0, 9982.0, 9984.0, 10060.0, 9966.0, 10009.0, 9967.0, 9985.0, 10048.0, 9983.0, 10008.0, 9989.0, 10004.0, 9988.0, 9997.0, 10059.0, 10007.0, 10054.0, 9992.0, 10010.0, 10077.0, 9997.0, 10046.0, 9993.0, 9991.0, 10088.0, 10009.0, 10060.0, 9994.0, 10034.0, 9990.0, 9989.0, 10086.0, 9995.0, 10056.0, 9993.0, 10032.0, 10034.0, 10049.0, 10034.0, 10038.0, 10098.0, 10037.0, 10077.0, 10012.0, 10065.0, 10017.0, 10067.0, 10012.0, 10061.0, 10015.0, 10051.0, 10007.0, 10107.0, 10062.0, 10107.0, 10042.0, 10010.0, 9988.0, 10005.0, 9992.0, 10010.0, 10088.0, 10011.0, 10063.0, 9987.0, 10042.0, 9994.0, 10002.0, 10081.0, 9990.0, 10056.0, 9971.0, 9998.0, 9990.0, 9990.0, 10053.0, 9971.0, 10000.0, 10011.0, 9988.0, 10030.0, 9994.0, 10059.0, 9994.0, 10007.0, 10049.0, 9994.0, 10061.0, 9999.0, 10062.0, 9994.0, 9993.0, 10102.0, 10030.0, 10062.0, 9992.0, 10021.0, 10092.0, 9986.0, 10051.0, 9970.0, 9974.0, 10063.0, 10000.0, 10054.0, 9975.0, 9997.0, 10000.0, 9990.0, 10066.0, 10017.0, 10039.0, 9991.0, 10046.0, 10031.0, 9989.0, 10070.0, 9983.0, 10011.0, 9973.0, 9985.0, 9983.0, 9984.0, 10065.0, 10016.0, 10041.0, 9991.0, 10057.0, 9986.0, 10003.0, 10096.0, 10017.0, 10054.0, 9971.0, 10011.0, 9968.0, 9981.0, 10049.0, 9969.0, 10041.0, 9972.0, 9988.0, 9988.0, 9986.0, 10079.0, 9972.0, 10054.0, 9973.0, 10011.0, 9970.0, 9987.0, 10079.0, 9982.0, 10038.0, 9980.0, 9986.0, 10023.0, 9983.0, 10049.0, 9968.0, 9999.0, 10035.0, 9983.0, 10052.0, 9967.0, 10032.0, 9979.0, 9971.0, 10022.0, 9985.0, 10051.0, 9984.0, 10014.0, 9985.0, 9992.0, 10058.0, 9993.0, 10036.0, 9992.0, 9993.0, 10008.0, 10016.0, 10078.0, 10003.0, 10055.0, 10016.0, 10019.0, 10042.0, 10033.0, 10097.0, 10031.0, 10067.0, 10025.0, 10060.0, 10039.0, 10036.0, 10035.0, 10081.0, 10045.0, 10092.0, 10042.0, 10160.0, 10195.0, 10108.0, 10114.0, 10038.0, 10051.0, 9981.0, 10046.0, 10026.0, 10046.0, 10004.0, 10032.0, 9988.0, 10000.0, 9994.0, 9906.0, 10043.0, 10055.0, 10020.0, 9981.0, 9961.0, 9960.0, 9945.0, 10001.0, 9960.0, 10008.0, 9972.0, 10026.0, 9990.0, 10031.0, 9989.0, 10037.0, 9989.0, 10022.0, 9967.0, 9995.0, 9984.0, 9980.0, 10004.0, 10005.0, 9992.0, 10006.0, 10002.0, 10045.0, 10013.0, 10049.0, 10013.0, 10048.0, 10012.0, 10081.0, 10017.0, 10095.0, 10010.0, 10025.0, 10122.0, 10056.0, 10065.0, 9999.0, 10013.0, 10016.0, 10018.0, 10057.0, 10015.0, 10094.0, 10031.0, 10116.0, 10058.0, 10097.0, 10023.0, 10059.0, 10004.0, 10058.0, 9995.0, 10061.0, 9976.0, 10022.0, 10074.0, 10041.0, 10016.0, 9989.0, 10065.0, 9994.0, 10071.0, 9991.0, 10028.0, 9992.0, 10003.0, 9978.0, 9984.0, 10016.0, 9989.0, 9994.0, 10013.0, 10100.0, 10005.0, 10073.0, 10008.0, 10027.0, 10037.0, 10006.0, 10009.0, 9991.0, 10068.0, 9993.0, 10059.0, 9992.0, 10018.0, 9991.0, 9993.0, 10058.0, 9990.0, 10074.0, 10000.0, 10075.0, 10021.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.0007413639968279144</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017729699920697856</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.186805364865045</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2275902546428568</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0103755627142854</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4978</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5506.6274</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08420893638167176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.582077716098334</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.512951954190664</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4876376679628236</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.563636757059955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4875814375492125</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00572375</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.009062002412974834</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.031335946172475815</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1261</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>4.059453173715967</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>23.6245</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.5208</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.4557</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293973.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>1040.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.7837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5922</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>625.3548</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3746.6149</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3897.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82571.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1516.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4944.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.9757</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.027068491559476</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> |