=== 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-0127 --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-0127",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-04/func/sub-0127_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>ee702bff904221e8eea09581dd7a9fc8</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>21:28:1.425000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998666, -0.00338627, -0.0515294, 0.000522822, 0.99846, -0.0554815]</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.259</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.0879313</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4200, -7750, -7242, 260, -199, 112, -78, 128]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>62909d5d-db0f-44d7-b479-5932689fef8b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679347276687622, 0.0014026928693056107, -0.13942241668701172, 116.70128631591797], [0.009085113182663918, 2.6787941455841064, -0.14952737092971802, -99.59321594238281], [-0.1382496953010559, 0.14885273575782776, 2.692248582839966, -90.7495346069336], [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': ['212801.425000', '212801.885000', '212802.345000', '212802.805000', '212803.265000', '212803.725000', '212804.185000', '212804.645000', '212805.105000', '212805.565000', '212806.025000', '212806.485000', '212806.945000', '212807.405000', '212807.865000', '212808.325000', '212808.785000', '212809.245000', '212809.705000', '212810.165000', '212810.625000', '212811.085000', '212811.545000', '212812.005000', '212812.465000', '212812.925000', '212813.385000', '212813.845000', '212814.305000', '212814.765000', '212815.225000', '212815.685000', '212816.145000', '212816.605000', '212817.065000', '212817.525000', '212817.985000', '212818.445000', '212818.905000', '212819.365000', '212819.825000', '212820.285000', '212820.745000', '212821.205000', '212821.665000', '212822.125000', '212822.585000', '212823.045000', '212823.505000', '212823.965000', '212824.425000', '212824.885000', '212825.345000', '212825.805000', '212826.265000', '212826.725000', '212827.185000', '212827.645000', '212828.105000', '212828.565000', '212829.025000', '212829.485000', '212829.945000', '212830.405000', '212830.865000', '212831.325000', '212831.785000', '212832.245000', '212832.705000', '212833.165000', '212833.625000', '212834.085000', '212834.545000', '212835.005000', '212835.465000', '212835.925000', '212836.385000', '212836.845000', '212837.305000', '212837.765000', '212838.225000', '212838.685000', '212839.145000', '212839.605000', '212840.065000', '212840.525000', '212840.985000', '212841.445000', '212841.905000', '212842.365000', '212842.825000', '212843.285000', '212843.745000', '212844.205000', '212844.665000', '212845.125000', '212845.585000', '212846.045000', '212846.505000', '212846.965000', '212847.425000', '212847.885000', '212848.345000', '212848.805000', '212849.265000', '212849.725000', '212850.185000', '212850.645000', '212851.105000', '212851.565000', '212852.025000', '212852.485000', '212852.945000', '212853.405000', '212853.865000', '212854.325000', '212854.785000', '212855.245000', '212855.705000', '212856.165000', '212856.625000', '212857.085000', '212857.545000', '212858.005000', '212858.465000', '212858.925000', '212859.385000', '212859.845000', '212900.305000', '212900.765000', '212901.225000', '212901.685000', '212902.145000', '212902.605000', '212903.065000', '212903.525000', '212903.985000', '212904.445000', '212904.905000', '212905.365000', '212905.825000', '212906.285000', '212906.745000', '212907.205000', '212907.665000', '212908.125000', '212908.585000', '212909.045000', '212909.505000', '212909.965000', '212910.425000', '212910.885000', '212911.345000', '212911.805000', '212912.265000', '212912.725000', '212913.185000', '212913.645000', '212914.105000', '212914.565000', '212915.025000', '212915.485000', '212915.945000', '212916.405000', '212916.865000', '212917.325000', '212917.785000', '212918.245000', '212918.705000', '212919.165000', '212919.625000', '212920.085000', '212920.545000', '212921.005000', '212921.465000', '212921.925000', '212922.385000', '212922.845000', '212923.305000', '212923.765000', '212924.225000', '212924.685000', '212925.145000', '212925.605000', '212926.065000', '212926.525000', '212926.985000', '212927.445000', '212927.905000', '212928.365000', '212928.825000', '212929.285000', '212929.745000', '212930.205000', '212930.665000', '212931.125000', '212931.585000', '212932.045000', '212932.505000', '212932.965000', '212933.425000', '212933.885000', '212934.345000', '212934.805000', '212935.265000', '212935.725000', '212936.185000', '212936.645000', '212937.105000', '212937.565000', '212938.025000', '212938.485000', '212938.945000', '212939.405000', '212939.865000', '212940.325000', '212940.785000', '212941.245000', '212941.705000', '212942.165000', '212942.625000', '212943.085000', '212943.545000', '212944.005000', '212944.465000', '212944.925000', '212945.385000', '212945.845000', '212946.305000', '212946.765000', '212947.225000', '212947.685000', '212948.145000', '212948.605000', '212949.065000', '212949.525000', '212949.985000', '212950.445000', '212950.905000', '212951.365000', '212951.825000', '212952.285000', '212952.745000', '212953.205000', '212953.665000', '212954.125000', '212954.585000', '212955.045000', '212955.505000', '212955.965000', '212956.425000', '212956.885000', '212957.345000', '212957.805000', '212958.265000', '212958.725000', '212959.185000', '212959.645000', '213000.105000', '213000.565000', '213001.025000', '213001.485000', '213001.945000', '213002.405000', '213002.865000', '213003.325000', '213003.785000', '213004.245000', '213004.705000', '213005.165000', '213005.625000', '213006.085000', '213006.545000', '213007.005000', '213007.465000', '213007.925000', '213008.385000', '213008.845000', '213009.305000', '213009.765000', '213010.225000', '213010.685000', '213011.145000', '213011.605000', '213012.065000', '213012.525000', '213012.985000', '213013.445000', '213013.905000', '213014.365000', '213014.825000', '213015.285000', '213015.745000', '213016.205000', '213016.665000', '213017.125000', '213017.585000', '213018.045000', '213018.505000', '213018.965000', '213019.425000', '213019.885000', '213020.345000', '213020.805000', '213021.265000', '213021.725000', '213022.185000', '213022.645000', '213023.105000', '213023.565000', '213024.025000', '213024.485000', '213024.945000', '213025.405000', '213025.865000', '213026.325000', '213026.785000', '213027.245000', '213027.705000', '213028.165000', '213028.625000', '213029.085000', '213029.545000', '213030.005000', '213030.465000', '213030.925000', '213031.385000', '213031.845000', '213032.305000', '213032.765000', '213033.225000', '213033.685000', '213034.145000', '213034.605000', '213035.065000', '213035.525000', '213035.985000', '213036.445000', '213036.905000', '213037.365000', '213037.825000', '213038.285000', '213038.745000', '213039.205000', '213039.665000', '213040.125000', '213040.585000', '213041.045000', '213041.505000', '213041.965000', '213042.425000', '213042.885000', '213043.345000', '213043.805000', '213044.265000', '213044.725000', '213045.185000', '213045.645000', '213046.105000', '213046.565000', '213047.025000', '213047.485000', '213047.945000', '213048.405000', '213048.865000', '213049.325000', '213049.785000', '213050.245000', '213050.705000', '213051.165000', '213051.625000', '213052.085000', '213052.545000', '213053.005000', '213053.465000', '213053.925000', '213054.385000', '213054.845000', '213055.305000', '213055.765000', '213056.225000', '213056.685000', '213057.145000', '213057.605000', '213058.065000', '213058.525000', '213058.985000', '213059.445000', '213059.905000', '213100.365000', '213100.825000', '213101.285000', '213101.745000', '213102.205000', '213102.665000', '213103.125000', '213103.585000', '213104.045000', '213104.505000', '213104.965000', '213105.425000', '213105.885000', '213106.345000', '213106.805000', '213107.265000', '213107.725000', '213108.185000', '213108.645000', '213109.105000', '213109.565000', '213110.025000', '213110.485000', '213110.945000', '213111.405000', '213111.865000', '213112.325000', '213112.785000', '213113.245000', '213113.705000', '213114.165000', '213114.625000', '213115.085000', '213115.545000', '213116.005000', '213116.465000', '213116.925000', '213117.385000', '213117.845000', '213118.305000', '213118.765000', '213119.225000', '213119.685000', '213120.145000', '213120.605000', '213121.065000', '213121.525000', '213121.985000', '213122.445000', '213122.905000', '213123.365000', '213123.825000', '213124.285000', '213124.745000', '213125.205000', '213125.665000', '213126.125000', '213126.585000', '213127.045000', '213127.505000', '213127.965000', '213128.425000', '213128.885000', '213129.345000', '213129.805000', '213130.265000', '213130.725000', '213131.185000', '213131.645000', '213132.105000', '213132.565000', '213133.025000', '213133.485000', '213133.945000', '213134.405000', '213134.865000', '213135.325000', '213135.785000', '213136.245000', '213136.705000', '213137.165000', '213137.625000', '213138.085000', '213138.545000', '213139.005000', '213139.465000', '213139.925000', '213140.385000', '213140.845000', '213141.305000', '213141.765000', '213142.225000', '213142.685000', '213143.145000', '213143.605000', '213144.065000', '213144.525000', '213144.985000', '213145.445000', '213145.905000', '213146.365000', '213146.825000', '213147.285000', '213147.745000', '213148.205000', '213148.665000', '213149.125000', '213149.585000', '213150.045000', '213150.505000', '213150.965000', '213151.425000', '213151.885000', '213152.345000', '213152.805000', '213153.265000', '213153.725000', '213154.185000', '213154.645000', '213155.105000', '213155.565000', '213156.025000', '213156.485000', '213156.945000', '213157.405000', '213157.865000', '213158.325000', '213158.785000', '213159.245000', '213159.705000', '213200.165000', '213200.625000', '213201.085000', '213201.545000', '213202.005000', '213202.465000', '213202.925000', '213203.385000', '213203.845000', '213204.305000', '213204.765000', '213205.225000', '213205.685000', '213206.145000', '213206.605000', '213207.065000', '213207.525000', '213207.985000', '213208.445000', '213208.905000', '213209.365000', '213209.825000', '213210.285000', '213210.745000', '213211.205000', '213211.665000', '213212.125000', '213212.585000', '213213.045000', '213213.505000', '213213.965000', '213214.425000', '213214.885000', '213215.345000', '213215.805000', '213216.265000', '213216.725000', '213217.185000', '213217.645000', '213218.105000', '213218.565000', '213219.025000', '213219.485000', '213219.945000', '213220.405000', '213220.865000', '213221.325000', '213221.785000', '213222.245000', '213222.705000', '213223.165000', '213223.625000', '213224.085000', '213224.545000', '213225.005000', '213225.465000', '213225.925000', '213226.385000', '213226.845000', '213227.305000', '213227.765000', '213228.225000', '213228.685000', '213229.145000', '213229.605000', '213230.065000', '213230.525000', '213230.985000', '213231.445000', '213231.905000', '213232.365000', '213232.825000', '213233.285000', '213233.745000', '213234.205000', '213234.665000', '213235.125000', '213235.585000', '213236.045000', '213236.505000', '213236.965000', '213237.425000', '213237.885000', '213238.345000', '213238.805000', '213239.265000', '213239.725000', '213240.185000', '213240.645000', '213241.105000', '213241.565000', '213242.025000', '213242.485000', '213242.945000', '213243.405000', '213243.865000', '213244.325000', '213244.785000', '213245.245000', '213245.705000', '213246.165000', '213246.625000', '213247.085000', '213247.545000', '213248.005000', '213248.465000', '213248.925000', '213249.385000', '213249.845000', '213250.305000', '213250.765000', '213251.225000', '213251.685000', '213252.145000', '213252.605000', '213253.065000', '213253.525000', '213253.985000', '213254.445000', '213254.905000', '213255.365000', '213255.825000', '213256.285000', '213256.745000', '213257.205000', '213257.665000', '213258.125000', '213258.585000', '213259.045000', '213259.505000', '213259.965000', '213300.425000', '213300.885000', '213301.345000', '213301.805000', '213302.265000', '213302.725000', '213303.185000', '213303.645000', '213304.105000', '213304.565000', '213305.025000', '213305.485000', '213305.945000', '213306.405000', '213306.865000', '213307.325000', '213307.785000', '213308.245000', '213308.705000', '213309.165000', '213309.625000', '213310.085000', '213310.545000', '213311.005000', '213311.465000', '213311.925000', '213312.385000', '213312.845000', '213313.305000', '213313.765000', '213314.225000', '213314.685000', '213315.145000', '213315.605000', '213316.065000', '213316.525000', '213316.985000', '213317.445000', '213317.905000', '213318.365000', '213318.825000', '213319.285000', '213319.745000', '213320.205000', '213320.665000', '213321.125000', '213321.585000', '213322.045000', '213322.505000', '213322.965000', '213323.425000', '213323.885000', '213324.345000', '213324.805000', '213325.265000', '213325.725000', '213326.185000', '213326.645000', '213327.105000', '213327.565000', '213328.025000', '213328.485000', '213328.945000', '213329.405000', '213329.865000', '213330.325000', '213330.785000', '213331.245000', '213331.705000', '213332.165000', '213332.625000', '213333.085000', '213333.545000', '213334.005000', '213334.465000', '213334.925000', '213335.385000', '213335.845000', '213336.305000', '213336.765000', '213337.225000', '213337.685000', '213338.145000', '213338.605000', '213339.065000', '213339.525000', '213339.985000', '213340.445000', '213340.905000', '213341.365000', '213341.825000', '213342.285000', '213342.745000', '213343.205000', '213343.665000', '213344.125000', '213344.585000', '213345.045000', '213345.505000', '213345.965000', '213346.425000', '213346.885000', '213347.345000', '213347.805000', '213348.265000', '213348.725000', '213349.185000', '213349.645000', '213350.105000', '213350.565000', '213351.025000', '213351.485000', '213351.945000', '213352.405000', '213352.865000', '213353.325000', '213353.785000', '213354.245000', '213354.705000', '213355.165000', '213355.625000', '213356.085000', '213356.545000', '213357.005000', '213357.465000', '213357.925000', '213358.385000', '213358.845000', '213359.305000', '213359.765000', '213400.225000', '213400.685000', '213401.145000', '213401.605000', '213402.065000', '213402.525000', '213402.985000', '213403.445000', '213403.905000', '213404.365000', '213404.825000', '213405.285000', '213405.745000', '213406.205000', '213406.665000', '213407.125000', '213407.585000', '213408.045000', '213408.505000', '213408.965000', '213409.425000', '213409.885000', '213410.345000', '213410.805000', '213411.265000', '213411.725000', '213412.185000', '213412.645000', '213413.105000', '213413.565000', '213414.025000', '213414.485000', '213414.945000', '213415.405000', '213415.865000', '213416.325000', '213416.785000', '213417.245000', '213417.705000', '213418.165000', '213418.625000', '213419.085000', '213419.545000', '213420.005000', '213420.465000', '213420.925000', '213421.385000', '213421.845000', '213422.305000', '213422.765000', '213423.225000', '213423.685000', '213424.145000', '213424.605000', '213425.065000', '213425.525000', '213425.985000', '213426.445000', '213426.905000', '213427.365000', '213427.825000', '213428.285000', '213428.745000', '213429.205000', '213429.665000', '213430.125000', '213430.585000', '213431.045000', '213431.505000', '213431.965000', '213432.425000', '213432.885000', '213433.345000', '213433.805000', '213434.265000', '213434.725000', '213435.185000', '213435.645000', '213436.105000', '213436.565000', '213437.025000', '213437.485000', '213437.945000', '213438.405000', '213438.865000', '213439.325000', '213439.785000', '213440.245000', '213440.705000', '213441.165000', '213441.625000', '213442.085000', '213442.545000', '213443.005000', '213443.465000', '213443.925000', '213444.385000', '213444.845000', '213445.305000', '213445.765000', '213446.225000', '213446.685000', '213447.145000', '213447.605000', '213448.065000', '213448.525000', '213448.985000', '213449.445000', '213449.905000', '213450.365000', '213450.825000', '213451.285000', '213451.745000', '213452.205000', '213452.665000', '213453.125000', '213453.585000', '213454.045000', '213454.505000', '213454.965000', '213455.425000', '213455.885000', '213456.345000', '213456.805000', '213457.265000', '213457.725000', '213458.185000', '213458.645000', '213459.105000', '213459.565000', '213500.025000', '213500.485000', '213500.945000', '213501.405000', '213501.865000', '213502.325000', '213502.785000', '213503.245000', '213503.705000', '213504.165000', '213504.625000', '213505.085000', '213505.545000', '213506.005000', '213506.465000', '213506.925000', '213507.385000', '213507.845000', '213508.305000', '213508.765000', '213509.225000', '213509.685000', '213510.145000', '213510.605000', '213511.065000', '213511.525000', '213511.985000', '213512.445000', '213512.905000', '213513.365000', '213513.825000', '213514.285000', '213514.745000', '213515.205000', '213515.665000', '213516.125000', '213516.585000', '213517.045000', '213517.505000', '213517.965000', '213518.425000', '213518.885000', '213519.345000', '213519.805000', '213520.265000', '213520.725000', '213521.185000', '213521.645000', '213522.105000', '213522.565000', '213523.025000', '213523.485000', '213523.945000', '213524.405000', '213524.865000', '213525.325000', '213525.785000', '213526.245000', '213526.705000', '213527.165000', '213527.625000', '213528.085000', '213528.545000', '213529.005000', '213529.465000', '213529.925000', '213530.385000', '213530.845000', '213531.305000', '213531.765000', '213532.225000', '213532.685000', '213533.145000', '213533.605000', '213534.065000', '213534.525000', '213534.985000', '213535.445000', '213535.905000', '213536.365000', '213536.825000', '213537.285000', '213537.745000', '213538.205000', '213538.665000', '213539.125000', '213539.585000', '213540.045000', '213540.505000', '213540.965000', '213541.425000', '213541.885000', '213542.345000', '213542.805000', '213543.265000', '213543.725000', '213544.185000', '213544.645000', '213545.105000', '213545.565000', '213546.025000', '213546.485000', '213546.945000', '213547.405000', '213547.865000', '213548.325000', '213548.785000', '213549.245000', '213549.705000', '213550.165000', '213550.625000', '213551.085000', '213551.545000', '213552.005000', '213552.465000', '213552.925000', '213553.385000', '213553.845000', '213554.305000', '213554.765000', '213555.225000', '213555.685000', '213556.145000', '213556.605000', '213557.065000', '213557.525000', '213557.985000', '213558.445000', '213558.905000', '213559.365000', '213559.825000', '213600.285000', '213600.745000', '213601.205000', '213601.665000', '213602.125000', '213602.585000', '213603.045000', '213603.505000', '213603.965000', '213604.425000', '213604.885000', '213605.345000', '213605.805000', '213606.265000', '213606.725000', '213607.185000', '213607.645000', '213608.105000', '213608.565000', '213609.025000', '213609.485000', '213609.945000', '213610.405000', '213610.865000', '213611.325000', '213611.785000', '213612.245000', '213612.705000', '213613.165000', '213613.625000', '213614.085000', '213614.545000', '213615.005000', '213615.465000', '213615.925000', '213616.385000', '213616.845000', '213617.305000', '213617.765000', '213618.225000', '213618.685000', '213619.145000', '213619.605000', '213620.065000', '213620.525000', '213620.985000', '213621.445000', '213621.905000', '213622.365000', '213622.825000', '213623.285000', '213623.745000', '213624.205000', '213624.665000', '213625.125000', '213625.585000', '213626.045000', '213626.505000', '213626.965000', '213627.425000', '213627.885000', '213628.345000', '213628.805000', '213629.265000', '213629.725000', '213630.185000', '213630.645000', '213631.105000', '213631.565000', '213632.025000', '213632.485000', '213632.945000', '213633.405000', '213633.865000', '213634.325000', '213634.785000', '213635.245000', '213635.705000', '213636.165000', '213636.625000', '213637.085000', '213637.545000', '213638.005000', '213638.465000', '213638.925000', '213639.385000', '213639.845000', '213640.305000', '213640.765000', '213641.225000', '213641.685000', '213642.145000', '213642.605000', '213643.065000', '213643.525000', '213643.985000', '213644.445000', '213644.905000', '213645.365000', '213645.825000', '213646.285000', '213646.745000', '213647.205000', '213647.665000', '213648.125000', '213648.585000', '213649.045000', '213649.505000', '213649.965000', '213650.425000', '213650.885000', '213651.345000', '213651.805000', '213652.265000', '213652.725000', '213653.185000', '213653.645000', '213654.105000', '213654.565000', '213655.025000', '213655.485000', '213655.945000', '213656.405000', '213656.865000', '213657.325000', '213657.785000', '213658.245000', '213658.705000', '213659.165000', '213659.625000', '213700.085000', '213700.545000', '213701.005000', '213701.465000', '213701.925000', '213702.385000', '213702.845000', '213703.305000', '213703.765000', '213704.225000', '213704.685000', '213705.145000', '213705.605000', '213706.065000', '213706.525000', '213706.985000', '213707.445000', '213707.905000', '213708.365000', '213708.825000', '213709.285000', '213709.745000', '213710.205000', '213710.665000', '213711.125000', '213711.585000', '213712.045000', '213712.505000', '213712.965000', '213713.425000', '213713.885000', '213714.345000', '213714.805000', '213715.265000', '213715.725000', '213716.185000', '213716.645000', '213717.105000', '213717.565000', '213718.025000', '213718.485000', '213718.945000', '213719.405000', '213719.865000', '213720.325000', '213720.785000', '213721.245000', '213721.705000', '213722.165000', '213722.625000', '213723.085000', '213723.545000', '213724.005000', '213724.465000', '213724.925000', '213725.385000', '213725.845000', '213726.305000', '213726.765000', '213727.225000', '213727.685000', '213728.145000', '213728.605000', '213729.065000', '213729.525000', '213729.985000', '213730.445000', '213730.905000', '213731.365000', '213731.825000', '213732.285000', '213732.745000', '213733.205000', '213733.665000', '213734.125000', '213734.585000', '213735.045000', '213735.505000', '213735.965000', '213736.425000', '213736.885000', '213737.345000', '213737.805000', '213738.265000', '213738.725000', '213739.185000', '213739.645000', '213740.105000', '213740.565000', '213741.025000', '213741.485000', '213741.945000', '213742.405000', '213742.865000', '213743.325000', '213743.785000', '213744.245000'], 'ContentTime': ['212828.284000', '212828.287000', '212828.290000', '212828.293000', '212828.295000', '212828.298000', '212828.300000', '212828.303000', '212828.306000', '212828.308000', '212828.311000', '212828.313000', '212828.316000', '212828.319000', '212828.321000', '212828.324000', '212828.327000', '212828.329000', '212828.332000', '212828.334000', '212828.337000', '212828.339000', '212828.342000', '212828.345000', '212828.347000', '212828.354000', '212828.356000', '212828.369000', '212828.372000', '212828.375000', '212828.377000', '212828.380000', '212828.382000', '212828.385000', '212828.387000', '212828.390000', '212828.392000', '212828.395000', '212828.397000', '212828.400000', '212828.403000', '212828.405000', '212828.408000', '212828.410000', '212828.413000', '212828.416000', '212828.418000', '212828.421000', '212828.424000', '212828.426000', '212828.429000', '212828.431000', '212828.434000', '212828.437000', '212828.439000', '212828.442000', '212828.444000', '212848.256000', '212848.259000', '212848.262000', '212848.264000', '212848.267000', '212848.270000', '212848.272000', '212848.275000', '212848.277000', '212848.280000', '212848.283000', '212848.285000', '212848.288000', '212848.290000', '212848.293000', '212848.296000', '212848.298000', '212848.301000', '212848.303000', '212848.306000', '212848.308000', '212848.311000', '212848.324000', '212848.326000', '212848.329000', '212848.331000', '212848.334000', '212848.337000', '212848.339000', '212848.342000', '212848.344000', '212848.347000', '212848.349000', '212848.352000', '212848.355000', '212848.357000', '212848.360000', '212848.362000', '212848.365000', '212848.367000', '212848.370000', '212848.373000', '212848.375000', '212908.256000', '212908.260000', '212908.262000', '212908.265000', '212908.267000', '212908.270000', '212908.273000', '212908.275000', '212908.278000', '212908.281000', '212908.283000', '212908.286000', '212908.288000', '212908.291000', '212908.294000', '212908.296000', '212908.299000', '212908.301000', '212908.304000', '212908.307000', '212908.309000', '212908.312000', '212908.314000', '212908.317000', '212908.320000', '212908.322000', '212908.325000', '212908.327000', '212908.330000', '212908.332000', '212908.335000', '212908.338000', '212908.340000', '212908.343000', '212908.346000', '212908.348000', '212908.351000', '212908.353000', '212908.356000', '212908.359000', '212908.361000', '212908.364000', '212908.366000', '212908.369000', '212928.256000', '212928.259000', '212928.262000', '212928.264000', '212928.267000', '212928.269000', '212928.272000', '212928.275000', '212928.277000', '212928.280000', '212928.282000', '212928.285000', '212928.288000', '212928.290000', '212928.293000', '212928.295000', '212928.298000', '212928.300000', '212928.303000', '212928.306000', '212928.308000', '212928.311000', '212928.313000', '212928.316000', '212928.319000', '212928.321000', '212928.324000', '212928.326000', '212928.329000', '212928.332000', '212928.334000', '212928.337000', '212928.339000', '212928.342000', '212928.345000', '212928.347000', '212928.350000', '212928.352000', '212928.355000', '212928.357000', '212928.360000', '212928.363000', '212928.365000', '212948.256000', '212948.259000', '212948.262000', '212948.265000', '212948.267000', '212948.270000', '212948.272000', '212948.275000', '212948.277000', '212948.280000', '212948.283000', '212948.285000', '212948.288000', '212948.291000', '212948.293000', '212948.296000', '212948.298000', '212948.301000', '212948.309000', '212948.311000', '212948.314000', '212948.316000', '212948.319000', '212948.322000', '212948.324000', '212948.327000', '212948.330000', '212948.332000', '212948.335000', '212948.337000', '212948.340000', '212948.343000', '212948.345000', '212948.348000', '212948.350000', '212948.353000', '212948.355000', '212948.358000', '212948.361000', '212948.363000', '212948.366000', '212948.369000', '212948.371000', '212948.374000', '213008.256000', '213008.259000', '213008.262000', '213008.264000', '213008.267000', '213008.270000', '213008.272000', '213008.275000', '213008.278000', '213008.280000', '213008.283000', '213008.286000', '213008.288000', '213008.291000', '213008.293000', '213008.296000', '213008.299000', '213008.301000', '213008.304000', '213008.307000', '213008.309000', '213008.312000', '213008.315000', '213008.327000', '213008.330000', '213008.332000', '213008.335000', '213008.338000', '213008.340000', '213008.343000', '213008.346000', '213008.348000', '213008.351000', '213008.353000', '213008.356000', '213008.359000', '213008.361000', '213008.364000', '213008.367000', '213008.369000', '213008.372000', '213008.374000', '213008.377000', '213028.256000', '213028.258000', '213028.261000', '213028.264000', '213028.266000', '213028.269000', '213028.271000', '213028.274000', '213028.277000', '213028.279000', '213028.282000', '213028.284000', '213028.287000', '213028.290000', '213028.292000', '213028.295000', '213028.298000', '213028.300000', '213028.303000', '213028.305000', '213028.308000', '213028.311000', '213028.313000', '213028.316000', '213028.319000', '213028.321000', '213028.324000', '213028.326000', '213028.329000', '213028.332000', '213028.334000', '213028.337000', '213028.339000', '213028.342000', '213028.345000', '213028.347000', '213028.350000', '213028.352000', '213028.355000', '213028.358000', '213028.360000', '213028.363000', '213028.365000', '213028.368000', '213048.255000', '213048.258000', '213048.261000', '213048.263000', '213048.266000', '213048.269000', '213048.271000', '213048.274000', '213048.276000', '213048.279000', '213048.282000', '213048.284000', '213048.287000', '213048.289000', '213048.292000', '213048.295000', '213048.297000', '213048.300000', '213048.302000', '213048.305000', '213048.308000', '213048.310000', '213048.313000', '213048.315000', '213048.318000', '213048.321000', '213048.324000', '213048.326000', '213048.329000', '213048.331000', '213048.334000', '213048.337000', '213048.339000', '213048.342000', '213048.344000', '213048.347000', '213048.349000', '213048.352000', '213048.355000', '213048.357000', '213048.360000', '213048.362000', '213048.365000', '213108.256000', '213108.259000', '213108.262000', '213108.264000', '213108.267000', '213108.270000', '213108.272000', '213108.275000', '213108.278000', '213108.280000', '213108.283000', '213108.285000', '213108.288000', '213108.291000', '213108.293000', '213108.296000', '213108.298000', '213108.301000', '213108.304000', '213108.306000', '213108.309000', '213108.311000', '213108.314000', '213108.317000', '213108.319000', '213108.322000', '213108.324000', '213108.327000', '213108.330000', '213108.332000', '213108.335000', '213108.337000', '213108.340000', '213108.343000', '213108.345000', '213108.348000', '213108.350000', '213108.353000', '213108.356000', '213108.358000', '213108.361000', '213108.363000', '213108.366000', '213108.368000', '213128.257000', '213128.259000', '213128.262000', '213128.265000', '213128.267000', '213128.270000', '213128.272000', '213128.275000', '213128.278000', '213128.280000', '213128.283000', '213128.285000', '213128.288000', '213128.291000', '213128.293000', '213128.296000', '213128.298000', '213128.301000', '213128.304000', '213128.306000', '213128.309000', '213128.311000', '213128.314000', '213128.317000', '213128.319000', '213128.322000', '213128.324000', '213128.327000', '213128.330000', '213128.332000', '213128.335000', '213128.343000', '213128.346000', '213128.349000', '213128.351000', '213128.354000', '213128.357000', '213128.359000', '213128.362000', '213128.364000', '213128.367000', '213128.370000', '213128.372000', '213148.256000', '213148.259000', '213148.262000', '213148.264000', '213148.267000', '213148.285000', '213148.288000', '213148.290000', '213148.293000', '213148.295000', '213148.298000', '213148.301000', '213148.303000', '213148.306000', '213148.308000', '213148.311000', '213148.314000', '213148.316000', '213148.319000', '213148.322000', '213148.324000', '213148.327000', '213148.330000', '213148.332000', '213148.335000', '213148.338000', '213148.340000', '213148.343000', '213148.345000', '213148.348000', '213148.351000', '213148.353000', '213148.356000', '213148.359000', '213148.361000', '213148.364000', '213148.366000', '213148.369000', '213148.371000', '213148.374000', '213148.377000', '213148.379000', '213148.382000', '213148.384000', '213208.256000', '213208.259000', '213208.262000', '213208.264000', '213208.267000', '213208.270000', '213208.272000', '213208.275000', '213208.277000', '213208.280000', '213208.282000', '213208.285000', '213208.288000', '213208.290000', '213208.293000', '213208.296000', '213208.298000', '213208.301000', '213208.303000', '213208.306000', '213208.308000', '213208.319000', '213208.321000', '213208.324000', '213208.327000', '213208.329000', '213208.332000', '213208.334000', '213208.337000', '213208.340000', '213208.342000', '213208.345000', '213208.347000', '213208.350000', '213208.353000', '213208.355000', '213208.358000', '213208.361000', '213208.363000', '213208.366000', '213208.368000', '213208.371000', '213208.373000', '213228.256000', '213228.259000', '213228.262000', '213228.264000', '213228.267000', '213228.270000', '213228.272000', '213228.275000', '213228.278000', '213228.280000', '213228.283000', '213228.285000', '213228.288000', '213228.291000', '213228.293000', '213228.296000', '213228.298000', '213228.301000', '213228.304000', '213228.306000', '213228.309000', '213228.311000', '213228.314000', '213228.316000', '213228.319000', '213228.322000', '213228.324000', '213228.327000', '213228.329000', '213228.332000', '213228.335000', '213228.337000', '213228.340000', '213228.342000', '213228.345000', '213228.348000', '213228.350000', '213228.353000', '213228.355000', '213228.358000', '213228.361000', '213228.363000', '213228.366000', '213228.368000', '213248.256000', '213248.258000', '213248.261000', '213248.264000', '213248.266000', '213248.269000', '213248.272000', '213248.274000', '213248.277000', '213248.279000', '213248.282000', '213248.284000', '213248.287000', '213248.290000', '213248.292000', '213248.295000', '213248.298000', '213248.300000', '213248.303000', '213248.305000', '213248.308000', '213248.311000', '213248.313000', '213248.316000', '213248.318000', '213248.321000', '213248.324000', '213248.326000', '213248.329000', '213248.331000', '213248.334000', '213248.337000', '213248.339000', '213248.342000', '213248.344000', '213248.347000', '213248.350000', '213248.352000', '213248.355000', '213248.358000', '213248.360000', '213248.363000', '213248.365000', '213308.256000', '213308.258000', '213308.261000', '213308.264000', '213308.266000', '213308.269000', '213308.272000', '213308.274000', '213308.277000', '213308.279000', '213308.282000', '213308.284000', '213308.287000', '213308.290000', '213308.292000', '213308.295000', '213308.298000', '213308.301000', '213308.303000', '213308.306000', '213308.308000', '213308.311000', '213308.314000', '213308.316000', '213308.319000', '213308.322000', '213308.325000', '213308.328000', '213308.331000', '213308.334000', '213308.378000', '213308.380000', '213308.383000', '213308.386000', '213308.388000', '213308.391000', '213308.393000', '213308.396000', '213308.399000', '213308.401000', '213308.404000', '213308.407000', '213308.409000', '213328.256000', '213328.259000', '213328.262000', '213328.265000', '213328.267000', '213328.270000', '213328.272000', '213328.275000', '213328.278000', '213328.280000', '213328.283000', '213328.285000', '213328.288000', '213328.290000', '213328.293000', '213328.296000', '213328.298000', '213328.301000', '213328.304000', '213328.306000', '213328.309000', '213328.311000', '213328.314000', '213328.317000', '213328.319000', '213328.322000', '213328.325000', '213328.327000', '213328.330000', '213328.332000', '213328.335000', '213328.338000', '213328.340000', '213328.343000', '213328.345000', '213328.348000', '213328.351000', '213328.355000', '213328.358000', '213328.360000', '213328.363000', '213328.365000', '213328.368000', '213328.371000', '213348.256000', '213348.259000', '213348.262000', '213348.265000', '213348.267000', '213348.270000', '213348.272000', '213348.275000', '213348.278000', '213348.280000', '213348.283000', '213348.286000', '213348.288000', '213348.291000', '213348.294000', '213348.296000', '213348.299000', '213348.302000', '213348.305000', '213348.308000', '213348.310000', '213348.313000', '213348.316000', '213348.318000', '213348.321000', '213348.324000', '213348.326000', '213348.329000', '213348.332000', '213348.334000', '213348.337000', '213348.339000', '213348.342000', '213348.345000', '213348.347000', '213348.350000', '213348.353000', '213348.355000', '213348.358000', '213348.361000', '213348.363000', '213348.366000', '213348.368000', '213408.257000', '213408.259000', '213408.262000', '213408.265000', '213408.267000', '213408.270000', '213408.272000', '213408.275000', '213408.278000', '213408.280000', '213408.283000', '213408.285000', '213408.288000', '213408.291000', '213408.293000', '213408.296000', '213408.298000', '213408.301000', '213408.304000', '213408.306000', '213408.309000', '213408.311000', '213408.314000', '213408.317000', '213408.319000', '213408.322000', '213408.325000', '213408.327000', '213408.330000', '213408.332000', '213408.335000', '213408.338000', '213408.340000', '213408.343000', '213408.346000', '213408.348000', '213408.351000', '213408.353000', '213408.356000', '213408.358000', '213408.361000', '213408.364000', '213408.366000', '213408.369000', '213428.257000', '213428.259000', '213428.262000', '213428.265000', '213428.267000', '213428.270000', '213428.272000', '213428.275000', '213428.278000', '213428.280000', '213428.283000', '213428.285000', '213428.288000', '213428.291000', '213428.293000', '213428.296000', '213428.298000', '213428.301000', '213428.304000', '213428.306000', '213428.309000', '213428.311000', '213428.314000', '213428.316000', '213428.320000', '213428.323000', '213428.326000', '213428.328000', '213428.331000', '213428.334000', '213428.336000', '213428.339000', '213428.341000', '213428.344000', '213428.347000', '213428.349000', '213428.352000', '213428.354000', '213428.357000', '213428.359000', '213428.363000', '213428.376000', '213428.379000', '213448.256000', '213448.259000', '213448.262000', '213448.264000', '213448.267000', '213448.270000', '213448.272000', '213448.275000', '213448.277000', '213448.280000', '213448.283000', '213448.285000', '213448.288000', '213448.290000', '213448.293000', '213448.296000', '213448.298000', '213448.301000', '213448.303000', '213448.306000', '213448.309000', '213448.311000', '213448.314000', '213448.317000', '213448.319000', '213448.322000', '213448.325000', '213448.327000', '213448.330000', '213448.332000', '213448.335000', '213448.337000', '213448.340000', '213448.343000', '213448.345000', '213448.348000', '213448.351000', '213448.353000', '213448.356000', '213448.358000', '213448.361000', '213448.364000', '213448.366000', '213448.369000', '213508.256000', '213508.258000', '213508.261000', '213508.264000', '213508.266000', '213508.269000', '213508.271000', '213508.274000', '213508.277000', '213508.279000', '213508.282000', '213508.285000', '213508.287000', '213508.290000', '213508.292000', '213508.295000', '213508.297000', '213508.300000', '213508.303000', '213508.305000', '213508.308000', '213508.311000', '213508.313000', '213508.316000', '213508.318000', '213508.321000', '213508.324000', '213508.326000', '213508.329000', '213508.331000', '213508.334000', '213508.337000', '213508.339000', '213508.342000', '213508.344000', '213508.347000', '213508.350000', '213508.352000', '213508.355000', '213508.357000', '213508.360000', '213508.362000', '213508.365000', '213528.256000', '213528.258000', '213528.261000', '213528.264000', '213528.266000', '213528.269000', '213528.272000', '213528.275000', '213528.277000', '213528.280000', '213528.283000', '213528.285000', '213528.288000', '213528.290000', '213528.293000', '213528.296000', '213528.298000', '213528.301000', '213528.303000', '213528.306000', '213528.308000', '213528.311000', '213528.314000', '213528.316000', '213528.319000', '213528.322000', '213528.324000', '213528.327000', '213528.330000', '213528.332000', '213528.335000', '213528.337000', '213528.340000', '213528.343000', '213528.345000', '213528.348000', '213528.350000', '213528.353000', '213528.356000', '213528.358000', '213528.361000', '213528.363000', '213528.366000', '213528.369000', '213548.257000', '213548.259000', '213548.262000', '213548.265000', '213548.267000', '213548.270000', '213548.273000', '213548.275000', '213548.278000', '213548.280000', '213548.283000', '213548.286000', '213548.288000', '213548.291000', '213548.293000', '213548.296000', '213548.299000', '213548.301000', '213548.304000', '213548.306000', '213548.309000', '213548.312000', '213548.314000', '213548.317000', '213548.320000', '213548.322000', '213548.325000', '213548.327000', '213548.330000', '213548.333000', '213548.335000', '213548.338000', '213548.341000', '213548.344000', '213548.346000', '213548.349000', '213548.351000', '213548.365000', '213548.367000', '213548.370000', '213548.373000', '213548.375000', '213548.378000', '213608.257000', '213608.259000', '213608.262000', '213608.265000', '213608.267000', '213608.270000', '213608.272000', '213608.275000', '213608.278000', '213608.280000', '213608.283000', '213608.286000', '213608.288000', '213608.291000', '213608.294000', '213608.296000', '213608.299000', '213608.302000', '213608.304000', '213608.307000', '213608.309000', '213608.312000', '213608.315000', '213608.318000', '213608.320000', '213608.323000', '213608.325000', '213608.328000', '213608.331000', '213608.333000', '213608.336000', '213608.338000', '213608.341000', '213608.344000', '213608.346000', '213608.349000', '213608.352000', '213608.354000', '213608.357000', '213608.359000', '213608.362000', '213608.365000', '213608.367000', '213608.370000', '213628.257000', '213628.259000', '213628.262000', '213628.265000', '213628.267000', '213628.270000', '213628.273000', '213628.275000', '213628.278000', '213628.280000', '213628.283000', '213628.286000', '213628.288000', '213628.291000', '213628.294000', '213628.296000', '213628.299000', '213628.302000', '213628.304000', '213628.307000', '213628.309000', '213628.312000', '213628.315000', '213628.317000', '213628.320000', '213628.322000', '213628.325000', '213628.328000', '213628.330000', '213628.333000', '213628.335000', '213628.338000', '213628.341000', '213628.343000', '213628.346000', '213628.348000', '213628.351000', '213628.354000', '213628.356000', '213628.359000', '213628.361000', '213628.364000', '213628.367000', '213648.257000', '213648.260000', '213648.262000', '213648.265000', '213648.268000', '213648.271000', '213648.273000', '213648.276000', '213648.279000', '213648.281000', '213648.284000', '213648.287000', '213648.289000', '213648.292000', '213648.294000', '213648.297000', '213648.300000', '213648.302000', '213648.305000', '213648.307000', '213648.310000', '213648.313000', '213648.315000', '213648.318000', '213648.321000', '213648.323000', '213648.326000', '213648.328000', '213648.331000', '213648.334000', '213648.336000', '213648.339000', '213648.341000', '213648.344000', '213648.347000', '213648.349000', '213648.352000', '213648.355000', '213648.357000', '213648.360000', '213648.362000', '213648.365000', '213648.368000', '213708.257000', '213708.259000', '213708.262000', '213708.265000', '213708.267000', '213708.270000', '213708.273000', '213708.275000', '213708.278000', '213708.280000', '213708.283000', '213708.286000', '213708.288000', '213708.291000', '213708.294000', '213708.296000', '213708.299000', '213708.301000', '213708.304000', '213708.307000', '213708.309000', '213708.312000', '213708.315000', '213708.317000', '213708.320000', '213708.322000', '213708.325000', '213708.328000', '213708.330000', '213708.333000', '213708.335000', '213708.338000', '213708.341000', '213708.343000', '213708.346000', '213708.358000', '213708.361000', '213708.363000', '213708.366000', '213708.368000', '213708.371000', '213708.374000', '213708.376000', '213708.379000', '213728.255000', '213728.258000', '213728.261000', '213728.263000', '213728.266000', '213728.269000', '213728.271000', '213728.274000', '213728.277000', '213728.279000', '213728.282000', '213728.284000', '213728.287000', '213728.290000', '213728.292000', '213728.295000', '213728.297000', '213728.300000', '213728.303000', '213728.305000', '213728.308000', '213728.311000', '213728.313000', '213728.316000', '213728.319000', '213728.321000', '213728.324000', '213728.326000', '213728.329000', '213728.332000', '213728.334000', '213728.337000', '213728.340000', '213728.342000', '213728.345000', '213728.347000', '213728.350000', '213728.353000', '213728.355000', '213728.358000', '213728.360000', '213728.363000', '213728.366000', '213728.368000', '213745.176000', '213745.179000', '213745.181000', '213745.184000', '213745.187000', '213745.190000', '213745.192000', '213745.195000', '213745.198000', '213745.201000', '213745.204000', '213745.206000', '213745.209000', '213745.212000', '213745.214000', '213745.217000', '213745.220000', '213745.222000', '213745.225000', '213745.228000', '213745.230000', '213745.234000', '213745.236000', '213745.239000', '213745.242000', '213745.245000', '213745.249000', '213745.252000', '213745.255000', '213745.258000', '213745.261000', '213745.265000', '213745.268000', '213745.271000', '213745.273000', '213745.276000', '213745.279000'], 'InstanceCreationTime': ['212828.284000', '212828.287000', '212828.290000', '212828.293000', '212828.295000', '212828.298000', '212828.300000', '212828.303000', '212828.306000', '212828.308000', '212828.311000', '212828.313000', '212828.316000', '212828.319000', '212828.321000', '212828.324000', '212828.327000', '212828.329000', '212828.332000', '212828.334000', '212828.337000', '212828.339000', '212828.342000', '212828.345000', '212828.347000', '212828.354000', '212828.356000', '212828.369000', '212828.372000', '212828.375000', '212828.377000', '212828.380000', '212828.382000', '212828.385000', '212828.387000', '212828.390000', '212828.392000', '212828.395000', '212828.397000', '212828.400000', '212828.403000', '212828.405000', '212828.408000', '212828.410000', '212828.413000', '212828.416000', '212828.418000', '212828.421000', '212828.424000', '212828.426000', '212828.429000', '212828.431000', '212828.434000', '212828.437000', '212828.439000', '212828.442000', '212828.444000', '212848.256000', '212848.259000', '212848.262000', '212848.264000', '212848.267000', '212848.270000', '212848.272000', '212848.275000', '212848.277000', '212848.280000', '212848.283000', '212848.285000', '212848.288000', '212848.290000', '212848.293000', '212848.296000', '212848.298000', '212848.301000', '212848.303000', '212848.306000', '212848.308000', '212848.311000', '212848.324000', '212848.326000', '212848.329000', '212848.331000', '212848.334000', '212848.337000', '212848.339000', '212848.342000', '212848.344000', '212848.347000', '212848.349000', '212848.352000', '212848.355000', '212848.357000', '212848.360000', '212848.362000', '212848.365000', '212848.367000', '212848.370000', '212848.373000', '212848.375000', '212908.256000', '212908.260000', '212908.262000', '212908.265000', '212908.267000', '212908.270000', '212908.273000', '212908.275000', '212908.278000', '212908.281000', '212908.283000', '212908.286000', '212908.288000', '212908.291000', '212908.294000', '212908.296000', '212908.299000', '212908.301000', '212908.304000', '212908.307000', '212908.309000', '212908.312000', '212908.314000', '212908.317000', '212908.320000', '212908.322000', '212908.325000', '212908.327000', '212908.330000', '212908.332000', '212908.335000', '212908.338000', '212908.340000', '212908.343000', '212908.346000', '212908.348000', '212908.351000', '212908.353000', '212908.356000', '212908.359000', '212908.361000', '212908.364000', '212908.366000', '212908.369000', '212928.256000', '212928.259000', '212928.262000', '212928.264000', '212928.267000', '212928.269000', '212928.272000', '212928.275000', '212928.277000', '212928.280000', '212928.282000', '212928.285000', '212928.288000', '212928.290000', '212928.293000', '212928.295000', '212928.298000', '212928.300000', '212928.303000', '212928.306000', '212928.308000', '212928.311000', '212928.313000', '212928.316000', '212928.319000', '212928.321000', '212928.324000', '212928.326000', '212928.329000', '212928.332000', '212928.334000', '212928.337000', '212928.339000', '212928.342000', '212928.345000', '212928.347000', '212928.350000', '212928.352000', '212928.355000', '212928.357000', '212928.360000', '212928.363000', '212928.365000', '212948.256000', '212948.259000', '212948.262000', '212948.265000', '212948.267000', '212948.270000', '212948.272000', '212948.275000', '212948.277000', '212948.280000', '212948.283000', '212948.285000', '212948.288000', '212948.291000', '212948.293000', '212948.296000', '212948.298000', '212948.301000', '212948.309000', '212948.311000', '212948.314000', '212948.316000', '212948.319000', '212948.322000', '212948.324000', '212948.327000', '212948.330000', '212948.332000', '212948.335000', '212948.337000', '212948.340000', '212948.343000', '212948.345000', '212948.348000', '212948.350000', '212948.353000', '212948.355000', '212948.358000', '212948.361000', '212948.363000', '212948.366000', '212948.369000', '212948.371000', '212948.374000', '213008.256000', '213008.259000', '213008.262000', '213008.264000', '213008.267000', '213008.270000', '213008.272000', '213008.275000', '213008.278000', '213008.280000', '213008.283000', '213008.286000', '213008.288000', '213008.291000', '213008.293000', '213008.296000', '213008.299000', '213008.301000', '213008.304000', '213008.307000', '213008.309000', '213008.312000', '213008.315000', '213008.327000', '213008.330000', '213008.332000', '213008.335000', '213008.338000', '213008.340000', '213008.343000', '213008.346000', '213008.348000', '213008.351000', '213008.353000', '213008.356000', '213008.359000', '213008.361000', '213008.364000', '213008.367000', '213008.369000', '213008.372000', '213008.374000', '213008.377000', '213028.256000', '213028.258000', '213028.261000', '213028.264000', '213028.266000', '213028.269000', '213028.271000', '213028.274000', '213028.277000', '213028.279000', '213028.282000', '213028.284000', '213028.287000', '213028.290000', '213028.292000', '213028.295000', '213028.298000', '213028.300000', '213028.303000', '213028.305000', '213028.308000', '213028.311000', '213028.313000', '213028.316000', '213028.319000', '213028.321000', '213028.324000', '213028.326000', '213028.329000', '213028.332000', '213028.334000', '213028.337000', '213028.339000', '213028.342000', '213028.345000', '213028.347000', '213028.350000', '213028.352000', '213028.355000', '213028.358000', '213028.360000', '213028.363000', '213028.365000', '213028.368000', '213048.255000', '213048.258000', '213048.261000', '213048.263000', '213048.266000', '213048.269000', '213048.271000', '213048.274000', '213048.276000', '213048.279000', '213048.282000', '213048.284000', '213048.287000', '213048.289000', '213048.292000', '213048.295000', '213048.297000', '213048.300000', '213048.302000', '213048.305000', '213048.308000', '213048.310000', '213048.313000', '213048.315000', '213048.318000', '213048.321000', '213048.324000', '213048.326000', '213048.329000', '213048.331000', '213048.334000', '213048.337000', '213048.339000', '213048.342000', '213048.344000', '213048.347000', '213048.349000', '213048.352000', '213048.355000', '213048.357000', '213048.360000', '213048.362000', '213048.365000', '213108.256000', '213108.259000', '213108.262000', '213108.264000', '213108.267000', '213108.270000', '213108.272000', '213108.275000', '213108.278000', '213108.280000', '213108.283000', '213108.285000', '213108.288000', '213108.291000', '213108.293000', '213108.296000', '213108.298000', '213108.301000', '213108.304000', '213108.306000', '213108.309000', '213108.311000', '213108.314000', '213108.317000', '213108.319000', '213108.322000', '213108.324000', '213108.327000', '213108.330000', '213108.332000', '213108.335000', '213108.337000', '213108.340000', '213108.343000', '213108.345000', '213108.348000', '213108.350000', '213108.353000', '213108.356000', '213108.358000', '213108.361000', '213108.363000', '213108.366000', '213108.368000', '213128.257000', '213128.259000', '213128.262000', '213128.265000', '213128.267000', '213128.270000', '213128.272000', '213128.275000', '213128.278000', '213128.280000', '213128.283000', '213128.285000', '213128.288000', '213128.291000', '213128.293000', '213128.296000', '213128.298000', '213128.301000', '213128.304000', '213128.306000', '213128.309000', '213128.311000', '213128.314000', '213128.317000', '213128.319000', '213128.322000', '213128.324000', '213128.327000', '213128.330000', '213128.332000', '213128.335000', '213128.343000', '213128.346000', '213128.349000', '213128.351000', '213128.354000', '213128.357000', '213128.359000', '213128.362000', '213128.364000', '213128.367000', '213128.370000', '213128.372000', '213148.256000', '213148.259000', '213148.262000', '213148.264000', '213148.267000', '213148.285000', '213148.288000', '213148.290000', '213148.293000', '213148.295000', '213148.298000', '213148.301000', '213148.303000', '213148.306000', '213148.308000', '213148.311000', '213148.314000', '213148.316000', '213148.319000', '213148.322000', '213148.324000', '213148.327000', '213148.330000', '213148.332000', '213148.335000', '213148.338000', '213148.340000', '213148.343000', '213148.345000', '213148.348000', '213148.351000', '213148.353000', '213148.356000', '213148.359000', '213148.361000', '213148.364000', '213148.366000', '213148.369000', '213148.371000', '213148.374000', '213148.377000', '213148.379000', '213148.382000', '213148.384000', '213208.256000', '213208.259000', '213208.262000', '213208.264000', '213208.267000', '213208.270000', '213208.272000', '213208.275000', '213208.277000', '213208.280000', '213208.282000', '213208.285000', '213208.288000', '213208.290000', '213208.293000', '213208.296000', '213208.298000', '213208.301000', '213208.303000', '213208.306000', '213208.308000', '213208.319000', '213208.321000', '213208.324000', '213208.327000', '213208.329000', '213208.332000', '213208.334000', '213208.337000', '213208.340000', '213208.342000', '213208.345000', '213208.347000', '213208.350000', '213208.353000', '213208.355000', '213208.358000', '213208.361000', '213208.363000', '213208.366000', '213208.368000', '213208.371000', '213208.373000', '213228.256000', '213228.259000', '213228.262000', '213228.264000', '213228.267000', '213228.270000', '213228.272000', '213228.275000', '213228.278000', '213228.280000', '213228.283000', '213228.285000', '213228.288000', '213228.291000', '213228.293000', '213228.296000', '213228.298000', '213228.301000', '213228.304000', '213228.306000', '213228.309000', '213228.311000', '213228.314000', '213228.316000', '213228.319000', '213228.322000', '213228.324000', '213228.327000', '213228.329000', '213228.332000', '213228.335000', '213228.337000', '213228.340000', '213228.342000', '213228.345000', '213228.348000', '213228.350000', '213228.353000', '213228.355000', '213228.358000', '213228.361000', '213228.363000', '213228.366000', '213228.368000', '213248.256000', '213248.258000', '213248.261000', '213248.264000', '213248.266000', '213248.269000', '213248.272000', '213248.274000', '213248.277000', '213248.279000', '213248.282000', '213248.284000', '213248.287000', '213248.290000', '213248.292000', '213248.295000', '213248.298000', '213248.300000', '213248.303000', '213248.305000', '213248.308000', '213248.311000', '213248.313000', '213248.316000', '213248.318000', '213248.321000', '213248.324000', '213248.326000', '213248.329000', '213248.331000', '213248.334000', '213248.337000', '213248.339000', '213248.342000', '213248.344000', '213248.347000', '213248.350000', '213248.352000', '213248.355000', '213248.358000', '213248.360000', '213248.363000', '213248.365000', '213308.256000', '213308.258000', '213308.261000', '213308.264000', '213308.266000', '213308.269000', '213308.272000', '213308.274000', '213308.277000', '213308.279000', '213308.282000', '213308.284000', '213308.287000', '213308.290000', '213308.292000', '213308.295000', '213308.298000', '213308.301000', '213308.303000', '213308.306000', '213308.308000', '213308.311000', '213308.314000', '213308.316000', '213308.319000', '213308.322000', '213308.325000', '213308.328000', '213308.331000', '213308.334000', '213308.378000', '213308.380000', '213308.383000', '213308.386000', '213308.388000', '213308.391000', '213308.393000', '213308.396000', '213308.399000', '213308.401000', '213308.404000', '213308.407000', '213308.409000', '213328.256000', '213328.259000', '213328.262000', '213328.265000', '213328.267000', '213328.270000', '213328.272000', '213328.275000', '213328.278000', '213328.280000', '213328.283000', '213328.285000', '213328.288000', '213328.290000', '213328.293000', '213328.296000', '213328.298000', '213328.301000', '213328.304000', '213328.306000', '213328.309000', '213328.311000', '213328.314000', '213328.317000', '213328.319000', '213328.322000', '213328.325000', '213328.327000', '213328.330000', '213328.332000', '213328.335000', '213328.338000', '213328.340000', '213328.343000', '213328.345000', '213328.348000', '213328.351000', '213328.355000', '213328.358000', '213328.360000', '213328.363000', '213328.365000', '213328.368000', '213328.371000', '213348.256000', '213348.259000', '213348.262000', '213348.265000', '213348.267000', '213348.270000', '213348.272000', '213348.275000', '213348.278000', '213348.280000', '213348.283000', '213348.286000', '213348.288000', '213348.291000', '213348.294000', '213348.296000', '213348.299000', '213348.302000', '213348.305000', '213348.308000', '213348.310000', '213348.313000', '213348.316000', '213348.318000', '213348.321000', '213348.324000', '213348.326000', '213348.329000', '213348.332000', '213348.334000', '213348.337000', '213348.339000', '213348.342000', '213348.345000', '213348.347000', '213348.350000', '213348.353000', '213348.355000', '213348.358000', '213348.361000', '213348.363000', '213348.366000', '213348.368000', '213408.257000', '213408.259000', '213408.262000', '213408.265000', '213408.267000', '213408.270000', '213408.272000', '213408.275000', '213408.278000', '213408.280000', '213408.283000', '213408.285000', '213408.288000', '213408.291000', '213408.293000', '213408.296000', '213408.298000', '213408.301000', '213408.304000', '213408.306000', '213408.309000', '213408.311000', '213408.314000', '213408.317000', '213408.319000', '213408.322000', '213408.325000', '213408.327000', '213408.330000', '213408.332000', '213408.335000', '213408.338000', '213408.340000', '213408.343000', '213408.346000', '213408.348000', '213408.351000', '213408.353000', '213408.356000', '213408.358000', '213408.361000', '213408.364000', '213408.366000', '213408.369000', '213428.257000', '213428.259000', '213428.262000', '213428.265000', '213428.267000', '213428.270000', '213428.272000', '213428.275000', '213428.278000', '213428.280000', '213428.283000', '213428.285000', '213428.288000', '213428.291000', '213428.293000', '213428.296000', '213428.298000', '213428.301000', '213428.304000', '213428.306000', '213428.309000', '213428.311000', '213428.314000', '213428.316000', '213428.320000', '213428.323000', '213428.326000', '213428.328000', '213428.331000', '213428.334000', '213428.336000', '213428.339000', '213428.341000', '213428.344000', '213428.347000', '213428.349000', '213428.352000', '213428.354000', '213428.357000', '213428.359000', '213428.363000', '213428.376000', '213428.379000', '213448.256000', '213448.259000', '213448.262000', '213448.264000', '213448.267000', '213448.270000', '213448.272000', '213448.275000', '213448.277000', '213448.280000', '213448.283000', '213448.285000', '213448.288000', '213448.290000', '213448.293000', '213448.296000', '213448.298000', '213448.301000', '213448.303000', '213448.306000', '213448.309000', '213448.311000', '213448.314000', '213448.317000', '213448.319000', '213448.322000', '213448.325000', '213448.327000', '213448.330000', '213448.332000', '213448.335000', '213448.337000', '213448.340000', '213448.343000', '213448.345000', '213448.348000', '213448.351000', '213448.353000', '213448.356000', '213448.358000', '213448.361000', '213448.364000', '213448.366000', '213448.369000', '213508.256000', '213508.258000', '213508.261000', '213508.264000', '213508.266000', '213508.269000', '213508.271000', '213508.274000', '213508.277000', '213508.279000', '213508.282000', '213508.285000', '213508.287000', '213508.290000', '213508.292000', '213508.295000', '213508.297000', '213508.300000', '213508.303000', '213508.305000', '213508.308000', '213508.311000', '213508.313000', '213508.316000', '213508.318000', '213508.321000', '213508.324000', '213508.326000', '213508.329000', '213508.331000', '213508.334000', '213508.337000', '213508.339000', '213508.342000', '213508.344000', '213508.347000', '213508.350000', '213508.352000', '213508.355000', '213508.357000', '213508.360000', '213508.362000', '213508.365000', '213528.256000', '213528.258000', '213528.261000', '213528.264000', '213528.266000', '213528.269000', '213528.272000', '213528.275000', '213528.277000', '213528.280000', '213528.283000', '213528.285000', '213528.288000', '213528.290000', '213528.293000', '213528.296000', '213528.298000', '213528.301000', '213528.303000', '213528.306000', '213528.308000', '213528.311000', '213528.314000', '213528.316000', '213528.319000', '213528.322000', '213528.324000', '213528.327000', '213528.330000', '213528.332000', '213528.335000', '213528.337000', '213528.340000', '213528.343000', '213528.345000', '213528.348000', '213528.350000', '213528.353000', '213528.356000', '213528.358000', '213528.361000', '213528.363000', '213528.366000', '213528.369000', '213548.257000', '213548.259000', '213548.262000', '213548.265000', '213548.267000', '213548.270000', '213548.273000', '213548.275000', '213548.278000', '213548.280000', '213548.283000', '213548.286000', '213548.288000', '213548.291000', '213548.293000', '213548.296000', '213548.299000', '213548.301000', '213548.304000', '213548.306000', '213548.309000', '213548.312000', '213548.314000', '213548.317000', '213548.320000', '213548.322000', '213548.325000', '213548.327000', '213548.330000', '213548.333000', '213548.335000', '213548.338000', '213548.341000', '213548.344000', '213548.346000', '213548.349000', '213548.351000', '213548.365000', '213548.367000', '213548.370000', '213548.373000', '213548.375000', '213548.378000', '213608.257000', '213608.259000', '213608.262000', '213608.265000', '213608.267000', '213608.270000', '213608.272000', '213608.275000', '213608.278000', '213608.280000', '213608.283000', '213608.286000', '213608.288000', '213608.291000', '213608.294000', '213608.296000', '213608.299000', '213608.302000', '213608.304000', '213608.307000', '213608.309000', '213608.312000', '213608.315000', '213608.318000', '213608.320000', '213608.323000', '213608.325000', '213608.328000', '213608.331000', '213608.333000', '213608.336000', '213608.338000', '213608.341000', '213608.344000', '213608.346000', '213608.349000', '213608.352000', '213608.354000', '213608.357000', '213608.359000', '213608.362000', '213608.365000', '213608.367000', '213608.370000', '213628.257000', '213628.259000', '213628.262000', '213628.265000', '213628.267000', '213628.270000', '213628.273000', '213628.275000', '213628.278000', '213628.280000', '213628.283000', '213628.286000', '213628.288000', '213628.291000', '213628.294000', '213628.296000', '213628.299000', '213628.302000', '213628.304000', '213628.307000', '213628.309000', '213628.312000', '213628.315000', '213628.317000', '213628.320000', '213628.322000', '213628.325000', '213628.328000', '213628.330000', '213628.333000', '213628.335000', '213628.338000', '213628.341000', '213628.343000', '213628.346000', '213628.348000', '213628.351000', '213628.354000', '213628.356000', '213628.359000', '213628.361000', '213628.364000', '213628.367000', '213648.257000', '213648.260000', '213648.262000', '213648.265000', '213648.268000', '213648.271000', '213648.273000', '213648.276000', '213648.279000', '213648.281000', '213648.284000', '213648.287000', '213648.289000', '213648.292000', '213648.294000', '213648.297000', '213648.300000', '213648.302000', '213648.305000', '213648.307000', '213648.310000', '213648.313000', '213648.315000', '213648.318000', '213648.321000', '213648.323000', '213648.326000', '213648.328000', '213648.331000', '213648.334000', '213648.336000', '213648.339000', '213648.341000', '213648.344000', '213648.347000', '213648.349000', '213648.352000', '213648.355000', '213648.357000', '213648.360000', '213648.362000', '213648.365000', '213648.368000', '213708.257000', '213708.259000', '213708.262000', '213708.265000', '213708.267000', '213708.270000', '213708.273000', '213708.275000', '213708.278000', '213708.280000', '213708.283000', '213708.286000', '213708.288000', '213708.291000', '213708.294000', '213708.296000', '213708.299000', '213708.301000', '213708.304000', '213708.307000', '213708.309000', '213708.312000', '213708.315000', '213708.317000', '213708.320000', '213708.322000', '213708.325000', '213708.328000', '213708.330000', '213708.333000', '213708.335000', '213708.338000', '213708.341000', '213708.343000', '213708.346000', '213708.358000', '213708.361000', '213708.363000', '213708.366000', '213708.368000', '213708.371000', '213708.374000', '213708.376000', '213708.379000', '213728.255000', '213728.258000', '213728.261000', '213728.263000', '213728.266000', '213728.269000', '213728.271000', '213728.274000', '213728.277000', '213728.279000', '213728.282000', '213728.284000', '213728.287000', '213728.290000', '213728.292000', '213728.295000', '213728.297000', '213728.300000', '213728.303000', '213728.305000', '213728.308000', '213728.311000', '213728.313000', '213728.316000', '213728.319000', '213728.321000', '213728.324000', '213728.326000', '213728.329000', '213728.332000', '213728.334000', '213728.337000', '213728.340000', '213728.342000', '213728.345000', '213728.347000', '213728.350000', '213728.353000', '213728.355000', '213728.358000', '213728.360000', '213728.363000', '213728.366000', '213728.368000', '213745.176000', '213745.179000', '213745.181000', '213745.184000', '213745.187000', '213745.190000', '213745.192000', '213745.195000', '213745.198000', '213745.201000', '213745.204000', '213745.206000', '213745.209000', '213745.212000', '213745.214000', '213745.217000', '213745.220000', '213745.222000', '213745.225000', '213745.228000', '213745.230000', '213745.234000', '213745.236000', '213745.239000', '213745.242000', '213745.245000', '213745.249000', '213745.252000', '213745.255000', '213745.258000', '213745.261000', '213745.265000', '213745.268000', '213745.271000', '213745.273000', '213745.276000', '213745.279000'], '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': [12980, 9142, 11943, 9399, 10032, 8997, 13378, 8503, 11502, 8132, 11051, 8364, 11897, 15163, 9559, 11401, 14337, 11567, 12959, 9377, 7046, 10197, 13943, 8665, 10850, 14430, 8991, 10914, 14819, 9457, 12408, 14582, 8664, 11950, 8828, 10394, 14938, 8763, 11694, 14502, 8472, 11877, 7927, 10006, 13728, 8566, 10855, 7240, 9150, 12287, 8812, 10742, 7353, 9816, 11093, 8856, 7196, 9933, 11545, 9241, 13373, 11913, 10093, 10455, 10038, 7050, 11961, 14500, 9595, 12207, 9220, 10463, 8444, 11276, 9155, 11971, 8341, 10461, 14667, 9170, 13439, 15392, 10173, 12883, 8634, 9838, 13791, 8370, 10791, 7837, 9208, 13099, 9927, 11029, 8217, 10289, 8568, 10531, 8579, 12306, 9933, 11528, 9606, 13455, 16535, 12125, 14801, 11700, 10576, 16353, 9139, 10100, 15093, 9165, 12968, 9159, 10670, 8473, 10310, 8170, 9433, 11952, 9323, 7427, 9551, 9271, 9362, 12696, 9335, 8652, 9681, 14638, 10954, 9989, 15444, 10619, 11747, 8997, 11540, 9604, 9542, 15481, 8991, 10210, 9018, 11335, 9021, 12910, 9601, 11715, 9187, 14865, 16128, 10968, 14620, 14351, 10335, 11146, 9254, 7499, 9619, 14183, 13109, 9625, 15145, 9428, 11004, 8920, 10707, 14131, 8972, 11899, 7940, 9769, 7880, 8872, 13406, 8306, 10591, 9530, 11257, 8560, 11811, 10933, 9709, 12894, 8262, 10165, 12506, 15728, 11605, 12103, 15187, 15199, 17851, 10967, 8152, 11569, 9778, 8069, 12454, 9536, 7953, 13786, 11486, 11440, 15187, 12404, 12669, 15999, 14054, 15338, 12432, 12330, 12669, 14163, 9886, 8203, 9713, 8950, 9886, 12072, 9255, 7614, 8189, 8942, 10157, 7389, 9469, 8717, 8323, 9999, 8083, 9760, 9701, 9702, 15464, 9523, 11009, 8405, 9806, 10044, 9551, 7963, 9772, 7299, 10255, 9125, 11257, 9275, 8535, 10148, 11813, 9816, 8226, 11270, 8205, 10833, 9682, 14405, 12863, 12785, 10174, 13000, 10176, 15805, 14577, 13610, 16931, 9694, 12782, 8660, 9948, 7995, 9808, 7775, 9105, 12222, 8524, 11591, 8776, 9157, 8626, 12152, 8830, 11444, 9188, 8710, 9296, 12584, 16375, 9535, 12174, 9422, 10312, 16646, 9827, 11084, 8090, 10318, 7453, 9145, 6745, 9354, 7413, 10774, 7661, 11996, 9386, 13639, 10316, 10697, 8414, 15313, 16215, 12209, 14947, 13090, 9550, 16350, 11726, 12290, 8436, 9613, 11872, 8568, 10089, 7527, 9888, 7239, 9816, 7401, 9773, 13299, 10344, 10129, 15060, 8758, 10735, 7475, 10065, 7797, 9395, 7304, 9586, 7097, 10580, 7923, 10685, 7599, 11214, 15770, 11182, 12699, 11698, 10451, 7607, 10910, 14138, 9179, 12284, 10607, 10186, 7814, 11121, 7929, 11103, 14078, 10622, 13050, 9375, 11085, 9679, 11439, 14813, 10619, 14279, 10196, 10662, 8026, 10152, 7870, 10137, 7922, 10969, 7469, 10974, 14802, 11250, 14245, 12409, 9700, 15412, 8988, 11493, 9106, 10402, 8723, 10442, 10555, 9513, 14959, 9132, 12283, 9034, 10349, 13670, 9563, 14034, 8678, 9527, 9172, 12715, 11594, 9966, 14571, 8884, 10137, 8967, 10278, 8388, 10801, 8077, 10486, 8309, 10685, 14500, 9373, 13662, 14501, 9880, 14590, 8290, 10375, 15122, 8786, 13234, 8813, 11361, 9011, 10952, 13647, 9507, 7648, 10005, 7195, 10274, 14102, 9405, 11578, 16550, 11548, 7815, 9800, 14554, 12265, 10863, 16020, 10146, 11756, 8743, 11148, 10848, 9841, 14821, 9523, 10156, 7375, 9761, 9482, 8919, 12116, 9486, 10815, 8432, 10475, 14894, 9189, 11509, 7761, 9825, 7237, 10410, 7496, 11352, 8257, 11659, 7959, 10637, 8456, 12117, 16382, 14517, 15658, 9192, 15153, 13772, 11318, 16351, 11689, 7884, 10108, 15057, 9124, 14457, 9696, 12981, 9241, 9131, 9297, 15378, 9788, 15597, 9194, 14232, 15088, 10705, 16048, 12691, 11866, 7552, 9605, 9245, 8852, 7727, 9500, 6811, 10234, 14484, 8580, 12388, 10807, 9170, 7676, 8952, 12693, 8803, 10874, 9340, 9810, 7627, 9812, 14242, 9021, 10588, 14554, 8949, 13181, 7727, 10068, 14534, 8458, 10968, 8647, 10563, 8600, 11117, 8756, 10853, 8760, 10963, 15524, 9302, 13728, 11197, 9493, 7128, 9833, 13839, 10520, 10866, 16093, 9126, 10541, 9127, 11864, 8499, 9824, 13945, 8626, 10937, 8729, 11503, 9345, 9980, 11968, 9029, 12006, 9415, 11577, 9002, 9182, 9433, 7254, 10373, 14967, 10101, 9679, 12395, 16951, 9882, 7666, 13236, 16713, 16084, 15047, 8441, 9900, 16879, 9542, 15447, 10603, 9766, 8872, 9918, 9002, 9305, 8880, 15001, 9244, 12873, 10027, 11339, 9365, 15992, 13003, 12229, 15660, 10328, 11386, 8299, 10078, 7155, 9677, 12892, 9241, 12938, 7690, 9655, 7135, 9537, 13804, 9426, 9996, 7607, 9560, 7616, 10191, 8789, 10965, 8923, 10965, 15309, 10790, 13592, 10341, 10534, 7472, 9699, 15926, 11136, 13679, 13211, 9223, 7773, 9114, 12590, 9063, 10434, 8479, 9953, 7062, 9722, 15411, 10916, 13925, 9228, 11239, 8450, 10759, 7711, 10251, 7841, 10556, 15485, 13059, 14348, 10190, 9868, 7655, 9475, 8455, 11063, 8775, 14553, 8142, 10452, 7463, 11984, 16677, 15535, 15186, 9314, 8703, 13720, 8910, 10460, 8586, 8873, 8696, 7975, 9189, 13344, 9135, 13167, 9607, 9939, 7615, 9095, 12455, 8997, 12078, 10326, 9654, 7496, 8978, 12830, 8119, 10715, 16404, 11222, 12111, 8395, 10635, 11113, 8600, 11694, 7882, 9459, 12140, 8809, 11537, 7833, 10166, 9876, 9129, 12643, 8094, 11081, 13742, 9332, 12018, 8760, 10833, 9873, 9215, 14711, 10623, 13142, 8176, 9378, 15981, 11439, 15250, 10554, 10542, 16550, 8334, 11507, 7645, 9823, 13539, 8442, 11297, 7678, 10324, 15911, 8393, 11798, 7243, 9727, 12823, 9162, 11724, 6940, 10154, 8143, 9168, 12899, 8953, 10832, 8560, 10597, 15617, 8802, 14424, 9909, 11468, 8480, 11211, 16355, 14104, 15541, 8301, 10525, 16215, 9860, 13949, 15376, 9693, 6921, 8966, 11925, 7876, 13662, 7675, 10564, 7530, 10877, 16349, 12462, 15181, 11744, 10306, 7324, 10358, 16103, 8951, 14068, 15193, 11683, 6908, 8936, 8589, 9307, 12904, 9126, 14510, 8401, 9562, 8903, 13029, 15342, 13944, 10304, 9196, 13542, 8677, 9958, 16186, 10674, 9796, 7218, 9670, 12783, 8463, 10194, 7574, 8996, 6773, 9859, 7389, 10840, 8551, 11937, 9465, 11619, 9151, 8484, 10278, 14590, 14740, 14411, 14994, 9556, 9609, 15581, 8900, 11218, 7556, 8917, 11987, 8515, 10403, 13165, 8270, 10948, 8252, 10564, 7366, 10184, 13671, 9246, 11542, 8462, 10997, 7582, 9976, 12834, 9660, 11048, 8832, 11198, 16207, 11095, 13352, 9528, 9897, 7426, 10155, 15665, 12529, 13435, 12162, 9230, 13678, 8450, 11227, 10290, 9128, 7923, 10535, 7403, 11659, 8203, 10842, 8945, 15328, 16897, 16227, 15121, 16583, 10301, 13087, 17479, 8881, 15261, 15318, 8032, 8700, 7261, 9162, 11809, 8558, 9433, 7846, 12011, 8438, 11197, 8365, 10403, 7540, 10524, 13723, 8961, 12375, 8636, 9645, 7336, 10346, 15209, 8745, 13099, 10181, 12783, 8375, 10416, 11054, 9232, 15991, 10300, 11646, 8460, 10476, 7453, 10995, 7781, 10698, 6964, 10466, 16113, 11085, 14573, 14141, 9729, 14721, 8507, 11781, 8662, 9568, 12407, 9083, 9287, 9011, 12114, 12411, 9475, 16453, 10259, 10442, 16536, 8238, 11554, 7733, 10417, 8019, 10615, 7775, 9924, 13934, 9666, 13419, 8806, 11079, 11846, 9342, 14662, 9909, 11978, 7911, 10514, 16721, 8380, 13349, 8152, 9787, 6892, 9858, 13238, 8057, 10686, 13111, 8665, 6789, 9606, 12774, 7301, 10947, 15145, 8839, 10792, 8259, 10341, 15160, 8480, 12468, 8124, 9430, 12734, 8161, 10869, 7667, 10273, 11707, 8773, 11908, 8645, 11271, 7606, 10999, 11450, 9478, 14601, 8669, 11747, 8156, 10684, 15647, 12129, 14872, 8419, 11169, 8757, 11241, 9495, 13048, 9181, 15434, 8609, 9958, 10005, 16119, 16356, 15913, 10562, 15702, 15156, 15645, 15724, 9448, 10397, 14093, 7944, 11485, 8357, 12250, 15843, 8052, 9156, 6877, 9582, 13019, 8524, 11034, 8149, 11519, 9299, 9813, 13268, 10444, 13646, 7934, 10753, 8785, 7444, 9839, 6987, 11687, 15227, 13691, 15308, 9200, 10127, 7959, 9545, 12938, 7883, 10438, 7724, 9062, 12153, 7357, 10250, 13097, 8613, 10435, 6531, 10110, 13164, 8182, 12197, 10123, 10513, 7305, 9854, 7212, 11242, 9845, 12531, 9232, 12060, 8428, 11660, 12179, 10484, 9769, 15783, 16613, 11090, 11877, 16156, 11909, 13962, 9241, 9608, 16000, 8512, 10129, 14565, 8173, 12986, 8856, 10238, 8508, 9870, 12972, 8641, 11467, 8926, 7141, 9376, 12454, 9133, 12528, 14860, 11422, 14719, 8856, 7216, 8954, 10869, 8810, 12629, 8937, 14513, 9521, 12700, 7731, 10226, 8933, 16152, 10711, 14636, 8249, 11717, 15904, 13795, 14079, 14624, 7242, 9534, 6890, 10097, 12927, 8196, 11676, 14116, 8627, 7070, 9014, 7988, 9761, 12738, 9467, 12788, 9351, 16218, 13412, 12584, 16744, 14081, 12470, 7958, 9644, 8385, 10130, 7953, 11730, 6846, 9174, 7047, 10707, 15564, 11856, 13855, 7065, 9163, 11856, 7934, 10036, 7296, 9901, 6968, 10348, 7716, 11080, 7399, 10005, 7566, 11616, 14440, 11116, 13150, 13901, 8616, 6917, 9445, 12702], 'WindowCenter': [4234.0, 4204.0, 4208.0, 4188.0, 4200.0, 4191.0, 4206.0, 4173.0, 4196.0, 4164.0, 4210.0, 4178.0, 4208.0, 4216.0, 4171.0, 4198.0, 4203.0, 4196.0, 4204.0, 4187.0, 4169.0, 4213.0, 4230.0, 4174.0, 4199.0, 4215.0, 4176.0, 4196.0, 4218.0, 4176.0, 4198.0, 4202.0, 4162.0, 4182.0, 4160.0, 4172.0, 4190.0, 4147.0, 4181.0, 4186.0, 4148.0, 4168.0, 4137.0, 4158.0, 4188.0, 4148.0, 4168.0, 4125.0, 4158.0, 4177.0, 4158.0, 4169.0, 4138.0, 4170.0, 4180.0, 4161.0, 4153.0, 4186.0, 4195.0, 4187.0, 4218.0, 4194.0, 4185.0, 4193.0, 4184.0, 4164.0, 4213.0, 4213.0, 4140.0, 4179.0, 4158.0, 4182.0, 4174.0, 4198.0, 4186.0, 4210.0, 4176.0, 4198.0, 4215.0, 4172.0, 4206.0, 4205.0, 4174.0, 4194.0, 4162.0, 4173.0, 4188.0, 4158.0, 4171.0, 4139.0, 4171.0, 4189.0, 4174.0, 4173.0, 4152.0, 4173.0, 4163.0, 4185.0, 4174.0, 4204.0, 4187.0, 4208.0, 4188.0, 4219.0, 4214.0, 4182.0, 4206.0, 4179.0, 4173.0, 4203.0, 4157.0, 4171.0, 4200.0, 4159.0, 4190.0, 4161.0, 4170.0, 4150.0, 4169.0, 4150.0, 4162.0, 4181.0, 4172.0, 4149.0, 4172.0, 4171.0, 4172.0, 4206.0, 4177.0, 4178.0, 4185.0, 4220.0, 4182.0, 4173.0, 4216.0, 4181.0, 4190.0, 4173.0, 4196.0, 4170.0, 4170.0, 4213.0, 4159.0, 4172.0, 4173.0, 4196.0, 4176.0, 4207.0, 4185.0, 4204.0, 4185.0, 4222.0, 4214.0, 4183.0, 4203.0, 4187.0, 4158.0, 4168.0, 4161.0, 4138.0, 4170.0, 4206.0, 4178.0, 4157.0, 4191.0, 4160.0, 4170.0, 4159.0, 4184.0, 4188.0, 4157.0, 4178.0, 4138.0, 4157.0, 4135.0, 4161.0, 4191.0, 4150.0, 4171.0, 4173.0, 4191.0, 4174.0, 4208.0, 4182.0, 4175.0, 4195.0, 4160.0, 4183.0, 4204.0, 4249.0, 4180.0, 4193.0, 4134.0, 4066.0, 4245.0, 4232.0, 4155.0, 4186.0, 4172.0, 4156.0, 4205.0, 4191.0, 4181.0, 4234.0, 4200.0, 4211.0, 4221.0, 4202.0, 4199.0, 4210.0, 4183.0, 4181.0, 4159.0, 4170.0, 4182.0, 4167.0, 4138.0, 4107.0, 4120.0, 4133.0, 4144.0, 4168.0, 4133.0, 4111.0, 4152.0, 4150.0, 4157.0, 4140.0, 4128.0, 4152.0, 4141.0, 4160.0, 4139.0, 4150.0, 4149.0, 4150.0, 4192.0, 4149.0, 4160.0, 4138.0, 4148.0, 4148.0, 4149.0, 4139.0, 4172.0, 4141.0, 4173.0, 4164.0, 4182.0, 4176.0, 4166.0, 4188.0, 4197.0, 4185.0, 4170.0, 4201.0, 4169.0, 4189.0, 4189.0, 4222.0, 4196.0, 4209.0, 4199.0, 4219.0, 4198.0, 4223.0, 4207.0, 4197.0, 4215.0, 4161.0, 4182.0, 4151.0, 4161.0, 4140.0, 4162.0, 4138.0, 4162.0, 4182.0, 4163.0, 4183.0, 4165.0, 4175.0, 4177.0, 4197.0, 4177.0, 4198.0, 4190.0, 4180.0, 4192.0, 4213.0, 4218.0, 4173.0, 4196.0, 4178.0, 4188.0, 4218.0, 4171.0, 4184.0, 4152.0, 4188.0, 4156.0, 4188.0, 4156.0, 4188.0, 4167.0, 4208.0, 4167.0, 4210.0, 4160.0, 4222.0, 4176.0, 4187.0, 4168.0, 4223.0, 4218.0, 4186.0, 4207.0, 4179.0, 4161.0, 4199.0, 4170.0, 4169.0, 4137.0, 4159.0, 4168.0, 4149.0, 4159.0, 4138.0, 4160.0, 4140.0, 4172.0, 4140.0, 4173.0, 4194.0, 4160.0, 4171.0, 4191.0, 4148.0, 4170.0, 4140.0, 4172.0, 4141.0, 4161.0, 4140.0, 4174.0, 4145.0, 4197.0, 4163.0, 4197.0, 4168.0, 4198.0, 4235.0, 4188.0, 4197.0, 4183.0, 4184.0, 4153.0, 4185.0, 4207.0, 4161.0, 4185.0, 4172.0, 4174.0, 4156.0, 4195.0, 4166.0, 4196.0, 4207.0, 4187.0, 4205.0, 4177.0, 4186.0, 4188.0, 4198.0, 4206.0, 4175.0, 4205.0, 4174.0, 4173.0, 4152.0, 4174.0, 4153.0, 4185.0, 4163.0, 4187.0, 4156.0, 4197.0, 4218.0, 4185.0, 4207.0, 4193.0, 4175.0, 4203.0, 4164.0, 4184.0, 4163.0, 4185.0, 4165.0, 4186.0, 4173.0, 4174.0, 4204.0, 4163.0, 4181.0, 4164.0, 4174.0, 4192.0, 4174.0, 4204.0, 4165.0, 4172.0, 4176.0, 4197.0, 4183.0, 4173.0, 4203.0, 4162.0, 4172.0, 4163.0, 4173.0, 4165.0, 4184.0, 4166.0, 4185.0, 4167.0, 4199.0, 4207.0, 4175.0, 4207.0, 4204.0, 4172.0, 4202.0, 4151.0, 4172.0, 4200.0, 4162.0, 4193.0, 4163.0, 4194.0, 4176.0, 4200.0, 4206.0, 4175.0, 4153.0, 4187.0, 4155.0, 4189.0, 4209.0, 4173.0, 4197.0, 4216.0, 4185.0, 4152.0, 4186.0, 4208.0, 4179.0, 4184.0, 4204.0, 4174.0, 4193.0, 4162.0, 4185.0, 4170.0, 4171.0, 4201.0, 4162.0, 4172.0, 4142.0, 4174.0, 4170.0, 4164.0, 4193.0, 4175.0, 4182.0, 4164.0, 4186.0, 4204.0, 4174.0, 4185.0, 4151.0, 4172.0, 4155.0, 4183.0, 4157.0, 4197.0, 4178.0, 4208.0, 4167.0, 4197.0, 4178.0, 4213.0, 4232.0, 4220.0, 4217.0, 4177.0, 4217.0, 4205.0, 4185.0, 4215.0, 4184.0, 4152.0, 4186.0, 4206.0, 4163.0, 4206.0, 4176.0, 4206.0, 4176.0, 4175.0, 4177.0, 4217.0, 4187.0, 4215.0, 4174.0, 4208.0, 4204.0, 4174.0, 4204.0, 4191.0, 4182.0, 4140.0, 4161.0, 4160.0, 4162.0, 4151.0, 4173.0, 4142.0, 4187.0, 4204.0, 4163.0, 4194.0, 4181.0, 4163.0, 4150.0, 4163.0, 4191.0, 4163.0, 4183.0, 4163.0, 4174.0, 4152.0, 4175.0, 4204.0, 4162.0, 4173.0, 4201.0, 4163.0, 4193.0, 4138.0, 4172.0, 4202.0, 4151.0, 4182.0, 4162.0, 4180.0, 4173.0, 4194.0, 4174.0, 4186.0, 4175.0, 4200.0, 4216.0, 4172.0, 4204.0, 4183.0, 4171.0, 4141.0, 4183.0, 4192.0, 4172.0, 4170.0, 4211.0, 4162.0, 4171.0, 4173.0, 4192.0, 4161.0, 4171.0, 4203.0, 4161.0, 4183.0, 4173.0, 4196.0, 4174.0, 4172.0, 4192.0, 4176.0, 4197.0, 4185.0, 4197.0, 4178.0, 4186.0, 4178.0, 4157.0, 4198.0, 4220.0, 4189.0, 4187.0, 4227.0, 4231.0, 4185.0, 4157.0, 4210.0, 4220.0, 4217.0, 4203.0, 4150.0, 4174.0, 4213.0, 4160.0, 4215.0, 4172.0, 4159.0, 4161.0, 4171.0, 4175.0, 4175.0, 4176.0, 4217.0, 4175.0, 4194.0, 4173.0, 4184.0, 4175.0, 4218.0, 4192.0, 4179.0, 4189.0, 4154.0, 4166.0, 4136.0, 4156.0, 4127.0, 4159.0, 4179.0, 4147.0, 4178.0, 4135.0, 4158.0, 4126.0, 4161.0, 4191.0, 4148.0, 4159.0, 4139.0, 4169.0, 4151.0, 4172.0, 4162.0, 4185.0, 4177.0, 4200.0, 4204.0, 4184.0, 4193.0, 4169.0, 4171.0, 4141.0, 4173.0, 4203.0, 4171.0, 4192.0, 4178.0, 4157.0, 4137.0, 4159.0, 4181.0, 4161.0, 4171.0, 4162.0, 4173.0, 4140.0, 4174.0, 4205.0, 4172.0, 4206.0, 4175.0, 4184.0, 4155.0, 4185.0, 4155.0, 4185.0, 4165.0, 4188.0, 4217.0, 4194.0, 4204.0, 4184.0, 4189.0, 4153.0, 4174.0, 4138.0, 4198.0, 4162.0, 4219.0, 4166.0, 4186.0, 4150.0, 4196.0, 4213.0, 4212.0, 4204.0, 4159.0, 4149.0, 4186.0, 4160.0, 4165.0, 4158.0, 4173.0, 4175.0, 4164.0, 4176.0, 4204.0, 4173.0, 4195.0, 4160.0, 4172.0, 4150.0, 4160.0, 4191.0, 4162.0, 4194.0, 4172.0, 4172.0, 4148.0, 4171.0, 4191.0, 4147.0, 4182.0, 4213.0, 4182.0, 4188.0, 4160.0, 4184.0, 4179.0, 4162.0, 4191.0, 4150.0, 4171.0, 4193.0, 4174.0, 4194.0, 4150.0, 4186.0, 4183.0, 4184.0, 4206.0, 4164.0, 4197.0, 4217.0, 4187.0, 4207.0, 4176.0, 4197.0, 4183.0, 4187.0, 4218.0, 4197.0, 4207.0, 4163.0, 4185.0, 4227.0, 4193.0, 4216.0, 4181.0, 4183.0, 4225.0, 4162.0, 4195.0, 4150.0, 4182.0, 4204.0, 4161.0, 4192.0, 4163.0, 4185.0, 4225.0, 4162.0, 4192.0, 4149.0, 4183.0, 4191.0, 4174.0, 4195.0, 4150.0, 4183.0, 4162.0, 4183.0, 4204.0, 4177.0, 4195.0, 4177.0, 4198.0, 4226.0, 4173.0, 4214.0, 4187.0, 4207.0, 4176.0, 4197.0, 4227.0, 4205.0, 4215.0, 4162.0, 4184.0, 4213.0, 4171.0, 4204.0, 4201.0, 4159.0, 4140.0, 4170.0, 4194.0, 4151.0, 4200.0, 4151.0, 4180.0, 4152.0, 4195.0, 4215.0, 4191.0, 4201.0, 4179.0, 4168.0, 4137.0, 4182.0, 4200.0, 4147.0, 4191.0, 4188.0, 4167.0, 4126.0, 4158.0, 4144.0, 4170.0, 4188.0, 4169.0, 4201.0, 4149.0, 4167.0, 4171.0, 4193.0, 4200.0, 4190.0, 4154.0, 4157.0, 4189.0, 4145.0, 4156.0, 4197.0, 4156.0, 4154.0, 4125.0, 4155.0, 4179.0, 4136.0, 4156.0, 4135.0, 4158.0, 4140.0, 4181.0, 4152.0, 4193.0, 4186.0, 4207.0, 4198.0, 4207.0, 4201.0, 4179.0, 4201.0, 4232.0, 4207.0, 4204.0, 4202.0, 4157.0, 4159.0, 4198.0, 4146.0, 4169.0, 4136.0, 4158.0, 4167.0, 4147.0, 4169.0, 4188.0, 4147.0, 4165.0, 4149.0, 4170.0, 4150.0, 4180.0, 4201.0, 4169.0, 4192.0, 4164.0, 4192.0, 4152.0, 4170.0, 4193.0, 4173.0, 4180.0, 4171.0, 4196.0, 4214.0, 4182.0, 4204.0, 4171.0, 4170.0, 4150.0, 4184.0, 4213.0, 4192.0, 4192.0, 4179.0, 4160.0, 4201.0, 4147.0, 4181.0, 4169.0, 4159.0, 4150.0, 4184.0, 4153.0, 4197.0, 4163.0, 4195.0, 4177.0, 4232.0, 4229.0, 4218.0, 4207.0, 4205.0, 4170.0, 4182.0, 4200.0, 4145.0, 4190.0, 4189.0, 4150.0, 4148.0, 4124.0, 4146.0, 4167.0, 4147.0, 4158.0, 4162.0, 4192.0, 4174.0, 4195.0, 4162.0, 4182.0, 4152.0, 4194.0, 4203.0, 4161.0, 4193.0, 4161.0, 4170.0, 4152.0, 4185.0, 4213.0, 4162.0, 4203.0, 4183.0, 4193.0, 4175.0, 4183.0, 4181.0, 4172.0, 4214.0, 4184.0, 4182.0, 4163.0, 4183.0, 4150.0, 4184.0, 4153.0, 4184.0, 4152.0, 4195.0, 4212.0, 4182.0, 4203.0, 4202.0, 4171.0, 4198.0, 4158.0, 4181.0, 4148.0, 4157.0, 4179.0, 4160.0, 4169.0, 4171.0, 4189.0, 4178.0, 4157.0, 4200.0, 4167.0, 4169.0, 4197.0, 4144.0, 4166.0, 4134.0, 4168.0, 4150.0, 4181.0, 4149.0, 4171.0, 4201.0, 4168.0, 4190.0, 4172.0, 4181.0, 4180.0, 4161.0, 4198.0, 4168.0, 4179.0, 4150.0, 4180.0, 4211.0, 4148.0, 4191.0, 4148.0, 4170.0, 4139.0, 4172.0, 4190.0, 4148.0, 4169.0, 4188.0, 4148.0, 4128.0, 4170.0, 4189.0, 4138.0, 4179.0, 4200.0, 4159.0, 4168.0, 4161.0, 4180.0, 4200.0, 4159.0, 4191.0, 4148.0, 4169.0, 4190.0, 4158.0, 4178.0, 4148.0, 4181.0, 4190.0, 4161.0, 4191.0, 4171.0, 4190.0, 4151.0, 4191.0, 4190.0, 4173.0, 4213.0, 4171.0, 4191.0, 4161.0, 4184.0, 4214.0, 4194.0, 4202.0, 4159.0, 4179.0, 4159.0, 4192.0, 4185.0, 4216.0, 4186.0, 4215.0, 4160.0, 4183.0, 4186.0, 4218.0, 4214.0, 4214.0, 4182.0, 4219.0, 4204.0, 4215.0, 4201.0, 4157.0, 4158.0, 4188.0, 4137.0, 4179.0, 4147.0, 4191.0, 4204.0, 4149.0, 4158.0, 4127.0, 4169.0, 4188.0, 4159.0, 4181.0, 4163.0, 4193.0, 4160.0, 4169.0, 4180.0, 4168.0, 4187.0, 4149.0, 4180.0, 4159.0, 4150.0, 4185.0, 4155.0, 4205.0, 4216.0, 4192.0, 4200.0, 4157.0, 4169.0, 4146.0, 4170.0, 4180.0, 4134.0, 4168.0, 4137.0, 4159.0, 4178.0, 4125.0, 4165.0, 4175.0, 4146.0, 4165.0, 4125.0, 4170.0, 4187.0, 4162.0, 4194.0, 4162.0, 4139.0, 4124.0, 4157.0, 4155.0, 4195.0, 4188.0, 4210.0, 4190.0, 4208.0, 4175.0, 4198.0, 4197.0, 4185.0, 4186.0, 4231.0, 4217.0, 4171.0, 4182.0, 4199.0, 4168.0, 4189.0, 4147.0, 4156.0, 4198.0, 4147.0, 4157.0, 4184.0, 4135.0, 4176.0, 4158.0, 4168.0, 4159.0, 4170.0, 4185.0, 4148.0, 4180.0, 4160.0, 4141.0, 4174.0, 4201.0, 4173.0, 4195.0, 4202.0, 4181.0, 4202.0, 4161.0, 4150.0, 4175.0, 4181.0, 4174.0, 4205.0, 4176.0, 4216.0, 4176.0, 4193.0, 4150.0, 4181.0, 4173.0, 4217.0, 4184.0, 4203.0, 4159.0, 4195.0, 4213.0, 4192.0, 4203.0, 4213.0, 4155.0, 4173.0, 4138.0, 4171.0, 4179.0, 4147.0, 4180.0, 4190.0, 4147.0, 4136.0, 4161.0, 4150.0, 4170.0, 4192.0, 4171.0, 4190.0, 4159.0, 4203.0, 4175.0, 4178.0, 4187.0, 4173.0, 4163.0, 4133.0, 4155.0, 4144.0, 4169.0, 4136.0, 4178.0, 4125.0, 4156.0, 4127.0, 4169.0, 4199.0, 4167.0, 4177.0, 4122.0, 4155.0, 4165.0, 4131.0, 4155.0, 4125.0, 4155.0, 4138.0, 4169.0, 4151.0, 4183.0, 4152.0, 4172.0, 4161.0, 4195.0, 4203.0, 4168.0, 4179.0, 4188.0, 4148.0, 4136.0, 4170.0, 4191.0], 'WindowWidth': [9376.0, 9329.0, 9323.0, 9298.0, 9314.0, 9303.0, 9316.0, 9271.0, 9300.0, 9257.0, 9327.0, 9278.0, 9325.0, 9332.0, 9264.0, 9307.0, 9311.0, 9301.0, 9313.0, 9296.0, 9272.0, 9335.0, 9357.0, 9273.0, 9309.0, 9331.0, 9274.0, 9304.0, 9337.0, 9275.0, 9307.0, 9307.0, 9247.0, 9280.0, 9242.0, 9259.0, 9288.0, 9222.0, 9274.0, 9275.0, 9222.0, 9253.0, 9207.0, 9238.0, 9280.0, 9223.0, 9250.0, 9189.0, 9236.0, 9262.0, 9239.0, 9254.0, 9211.0, 9258.0, 9270.0, 9248.0, 9241.0, 9289.0, 9300.0, 9293.0, 9336.0, 9295.0, 9286.0, 9296.0, 9287.0, 9263.0, 9334.0, 9326.0, 9200.0, 9268.0, 9240.0, 9280.0, 9273.0, 9306.0, 9292.0, 9327.0, 9282.0, 9312.0, 9336.0, 9266.0, 9318.0, 9314.0, 9268.0, 9299.0, 9251.0, 9266.0, 9286.0, 9242.0, 9260.0, 9215.0, 9260.0, 9285.0, 9264.0, 9260.0, 9234.0, 9262.0, 9251.0, 9283.0, 9272.0, 9313.0, 9293.0, 9323.0, 9296.0, 9342.0, 9325.0, 9275.0, 9315.0, 9268.0, 9264.0, 9306.0, 9235.0, 9257.0, 9295.0, 9238.0, 9283.0, 9244.0, 9256.0, 9230.0, 9256.0, 9229.0, 9249.0, 9275.0, 9264.0, 9231.0, 9265.0, 9262.0, 9266.0, 9314.0, 9279.0, 9282.0, 9290.0, 9344.0, 9277.0, 9266.0, 9330.0, 9276.0, 9289.0, 9269.0, 9303.0, 9259.0, 9259.0, 9323.0, 9243.0, 9263.0, 9268.0, 9302.0, 9277.0, 9320.0, 9287.0, 9314.0, 9289.0, 9348.0, 9326.0, 9280.0, 9311.0, 9279.0, 9238.0, 9251.0, 9245.0, 9214.0, 9259.0, 9318.0, 9265.0, 9237.0, 9286.0, 9243.0, 9258.0, 9245.0, 9281.0, 9278.0, 9237.0, 9267.0, 9211.0, 9237.0, 9205.0, 9247.0, 9285.0, 9229.0, 9259.0, 9266.0, 9292.0, 9274.0, 9321.0, 9279.0, 9272.0, 9299.0, 9249.0, 9284.0, 9315.0, 9419.0, 9279.0, 9299.0, 9185.0, 9059.0, 9403.0, 9377.0, 9246.0, 9282.0, 9262.0, 9245.0, 9315.0, 9302.0, 9291.0, 9365.0, 9313.0, 9328.0, 9343.0, 9312.0, 9304.0, 9328.0, 9274.0, 9270.0, 9234.0, 9249.0, 9271.0, 9239.0, 9194.0, 9146.0, 9164.0, 9191.0, 9207.0, 9245.0, 9190.0, 9157.0, 9234.0, 9223.0, 9228.0, 9217.0, 9175.0, 9232.0, 9211.0, 9237.0, 9206.0, 9223.0, 9220.0, 9224.0, 9285.0, 9221.0, 9237.0, 9203.0, 9218.0, 9219.0, 9222.0, 9212.0, 9260.0, 9217.0, 9262.0, 9252.0, 9273.0, 9269.0, 9256.0, 9290.0, 9302.0, 9284.0, 9268.0, 9314.0, 9265.0, 9293.0, 9294.0, 9345.0, 9297.0, 9320.0, 9310.0, 9337.0, 9308.0, 9357.0, 9315.0, 9302.0, 9323.0, 9245.0, 9273.0, 9228.0, 9242.0, 9214.0, 9246.0, 9210.0, 9246.0, 9272.0, 9250.0, 9277.0, 9256.0, 9272.0, 9276.0, 9302.0, 9278.0, 9305.0, 9298.0, 9286.0, 9303.0, 9336.0, 9331.0, 9267.0, 9302.0, 9277.0, 9293.0, 9331.0, 9259.0, 9280.0, 9236.0, 9292.0, 9248.0, 9294.0, 9251.0, 9295.0, 9269.0, 9327.0, 9266.0, 9326.0, 9240.0, 9346.0, 9270.0, 9287.0, 9263.0, 9353.0, 9343.0, 9285.0, 9317.0, 9264.0, 9241.0, 9296.0, 9253.0, 9254.0, 9206.0, 9237.0, 9251.0, 9224.0, 9240.0, 9210.0, 9240.0, 9215.0, 9261.0, 9217.0, 9264.0, 9296.0, 9241.0, 9257.0, 9284.0, 9225.0, 9257.0, 9215.0, 9261.0, 9219.0, 9246.0, 9220.0, 9269.0, 9231.0, 9304.0, 9256.0, 9305.0, 9266.0, 9307.0, 9371.0, 9290.0, 9302.0, 9274.0, 9281.0, 9239.0, 9285.0, 9318.0, 9248.0, 9284.0, 9262.0, 9264.0, 9246.0, 9299.0, 9261.0, 9304.0, 9320.0, 9287.0, 9311.0, 9275.0, 9287.0, 9292.0, 9307.0, 9314.0, 9269.0, 9315.0, 9264.0, 9264.0, 9235.0, 9267.0, 9238.0, 9285.0, 9255.0, 9291.0, 9249.0, 9305.0, 9338.0, 9283.0, 9320.0, 9291.0, 9268.0, 9308.0, 9252.0, 9281.0, 9252.0, 9285.0, 9257.0, 9286.0, 9264.0, 9268.0, 9311.0, 9252.0, 9274.0, 9253.0, 9270.0, 9289.0, 9267.0, 9310.0, 9256.0, 9264.0, 9274.0, 9305.0, 9275.0, 9264.0, 9306.0, 9248.0, 9260.0, 9253.0, 9266.0, 9257.0, 9285.0, 9260.0, 9286.0, 9265.0, 9311.0, 9320.0, 9271.0, 9319.0, 9307.0, 9262.0, 9305.0, 9233.0, 9264.0, 9301.0, 9249.0, 9293.0, 9253.0, 9295.0, 9273.0, 9312.0, 9312.0, 9269.0, 9241.0, 9289.0, 9247.0, 9297.0, 9325.0, 9267.0, 9304.0, 9331.0, 9282.0, 9238.0, 9286.0, 9327.0, 9271.0, 9282.0, 9312.0, 9266.0, 9293.0, 9252.0, 9286.0, 9257.0, 9262.0, 9304.0, 9249.0, 9261.0, 9223.0, 9270.0, 9259.0, 9254.0, 9293.0, 9270.0, 9278.0, 9256.0, 9287.0, 9312.0, 9268.0, 9285.0, 9235.0, 9265.0, 9245.0, 9284.0, 9252.0, 9308.0, 9283.0, 9325.0, 9266.0, 9306.0, 9284.0, 9338.0, 9366.0, 9340.0, 9332.0, 9277.0, 9335.0, 9311.0, 9283.0, 9326.0, 9281.0, 9236.0, 9287.0, 9319.0, 9252.0, 9314.0, 9274.0, 9314.0, 9276.0, 9270.0, 9276.0, 9335.0, 9291.0, 9330.0, 9272.0, 9323.0, 9308.0, 9265.0, 9311.0, 9287.0, 9275.0, 9217.0, 9246.0, 9244.0, 9248.0, 9234.0, 9266.0, 9228.0, 9292.0, 9313.0, 9253.0, 9296.0, 9274.0, 9252.0, 9232.0, 9253.0, 9291.0, 9254.0, 9284.0, 9252.0, 9268.0, 9238.0, 9272.0, 9312.0, 9248.0, 9265.0, 9301.0, 9249.0, 9294.0, 9215.0, 9262.0, 9304.0, 9233.0, 9275.0, 9249.0, 9274.0, 9268.0, 9297.0, 9272.0, 9288.0, 9275.0, 9313.0, 9331.0, 9266.0, 9313.0, 9278.0, 9261.0, 9221.0, 9280.0, 9296.0, 9262.0, 9258.0, 9314.0, 9248.0, 9260.0, 9265.0, 9292.0, 9247.0, 9261.0, 9308.0, 9249.0, 9282.0, 9269.0, 9303.0, 9267.0, 9265.0, 9293.0, 9274.0, 9307.0, 9289.0, 9306.0, 9281.0, 9291.0, 9281.0, 9253.0, 9311.0, 9341.0, 9298.0, 9293.0, 9362.0, 9357.0, 9287.0, 9250.0, 9331.0, 9351.0, 9334.0, 9306.0, 9233.0, 9269.0, 9319.0, 9244.0, 9328.0, 9262.0, 9242.0, 9248.0, 9262.0, 9271.0, 9273.0, 9274.0, 9331.0, 9271.0, 9296.0, 9265.0, 9281.0, 9271.0, 9339.0, 9286.0, 9268.0, 9283.0, 9226.0, 9248.0, 9203.0, 9232.0, 9193.0, 9239.0, 9266.0, 9218.0, 9261.0, 9203.0, 9237.0, 9194.0, 9246.0, 9286.0, 9223.0, 9238.0, 9215.0, 9257.0, 9235.0, 9263.0, 9254.0, 9286.0, 9279.0, 9313.0, 9309.0, 9278.0, 9293.0, 9256.0, 9259.0, 9220.0, 9265.0, 9309.0, 9257.0, 9289.0, 9264.0, 9236.0, 9210.0, 9241.0, 9274.0, 9246.0, 9261.0, 9252.0, 9267.0, 9219.0, 9269.0, 9311.0, 9258.0, 9312.0, 9271.0, 9281.0, 9243.0, 9284.0, 9246.0, 9286.0, 9260.0, 9293.0, 9334.0, 9294.0, 9310.0, 9282.0, 9299.0, 9243.0, 9271.0, 9208.0, 9310.0, 9252.0, 9340.0, 9266.0, 9288.0, 9235.0, 9303.0, 9333.0, 9322.0, 9312.0, 9242.0, 9225.0, 9279.0, 9244.0, 9250.0, 9245.0, 9269.0, 9274.0, 9259.0, 9276.0, 9312.0, 9268.0, 9299.0, 9245.0, 9262.0, 9231.0, 9249.0, 9291.0, 9252.0, 9298.0, 9265.0, 9264.0, 9231.0, 9264.0, 9291.0, 9226.0, 9278.0, 9324.0, 9277.0, 9284.0, 9250.0, 9284.0, 9272.0, 9252.0, 9292.0, 9233.0, 9264.0, 9295.0, 9271.0, 9301.0, 9239.0, 9291.0, 9285.0, 9290.0, 9320.0, 9260.0, 9309.0, 9337.0, 9293.0, 9320.0, 9278.0, 9308.0, 9285.0, 9293.0, 9339.0, 9306.0, 9322.0, 9258.0, 9289.0, 9350.0, 9298.0, 9336.0, 9280.0, 9284.0, 9344.0, 9254.0, 9301.0, 9239.0, 9282.0, 9312.0, 9254.0, 9296.0, 9258.0, 9289.0, 9346.0, 9254.0, 9298.0, 9236.0, 9283.0, 9293.0, 9273.0, 9301.0, 9238.0, 9285.0, 9257.0, 9286.0, 9316.0, 9281.0, 9302.0, 9283.0, 9312.0, 9345.0, 9271.0, 9329.0, 9295.0, 9323.0, 9280.0, 9310.0, 9348.0, 9315.0, 9329.0, 9252.0, 9284.0, 9324.0, 9263.0, 9311.0, 9303.0, 9242.0, 9220.0, 9263.0, 9300.0, 9237.0, 9301.0, 9235.0, 9272.0, 9239.0, 9300.0, 9331.0, 9287.0, 9303.0, 9269.0, 9253.0, 9213.0, 9278.0, 9303.0, 9225.0, 9289.0, 9281.0, 9248.0, 9193.0, 9241.0, 9219.0, 9259.0, 9285.0, 9258.0, 9303.0, 9231.0, 9253.0, 9263.0, 9299.0, 9301.0, 9284.0, 9231.0, 9240.0, 9285.0, 9216.0, 9234.0, 9293.0, 9233.0, 9228.0, 9192.0, 9233.0, 9268.0, 9206.0, 9234.0, 9206.0, 9239.0, 9220.0, 9281.0, 9241.0, 9300.0, 9294.0, 9325.0, 9311.0, 9324.0, 9319.0, 9287.0, 9317.0, 9370.0, 9322.0, 9310.0, 9305.0, 9237.0, 9242.0, 9294.0, 9221.0, 9254.0, 9205.0, 9239.0, 9250.0, 9224.0, 9255.0, 9279.0, 9224.0, 9248.0, 9231.0, 9258.0, 9233.0, 9276.0, 9303.0, 9260.0, 9290.0, 9258.0, 9296.0, 9237.0, 9263.0, 9295.0, 9267.0, 9273.0, 9267.0, 9303.0, 9327.0, 9279.0, 9311.0, 9262.0, 9261.0, 9235.0, 9285.0, 9327.0, 9290.0, 9293.0, 9271.0, 9246.0, 9303.0, 9227.0, 9276.0, 9255.0, 9244.0, 9232.0, 9284.0, 9244.0, 9307.0, 9256.0, 9302.0, 9281.0, 9366.0, 9366.0, 9342.0, 9322.0, 9319.0, 9260.0, 9278.0, 9302.0, 9219.0, 9288.0, 9285.0, 9231.0, 9226.0, 9188.0, 9219.0, 9246.0, 9223.0, 9241.0, 9253.0, 9294.0, 9273.0, 9301.0, 9251.0, 9279.0, 9240.0, 9300.0, 9310.0, 9250.0, 9295.0, 9250.0, 9261.0, 9238.0, 9287.0, 9325.0, 9251.0, 9310.0, 9283.0, 9294.0, 9275.0, 9285.0, 9277.0, 9264.0, 9326.0, 9284.0, 9279.0, 9257.0, 9280.0, 9237.0, 9285.0, 9243.0, 9286.0, 9243.0, 9302.0, 9327.0, 9276.0, 9310.0, 9305.0, 9262.0, 9298.0, 9244.0, 9278.0, 9226.0, 9239.0, 9269.0, 9244.0, 9259.0, 9262.0, 9288.0, 9266.0, 9238.0, 9301.0, 9249.0, 9253.0, 9292.0, 9217.0, 9247.0, 9205.0, 9252.0, 9233.0, 9277.0, 9230.0, 9263.0, 9304.0, 9257.0, 9286.0, 9266.0, 9278.0, 9272.0, 9248.0, 9298.0, 9256.0, 9270.0, 9234.0, 9275.0, 9320.0, 9228.0, 9289.0, 9228.0, 9259.0, 9216.0, 9265.0, 9288.0, 9228.0, 9257.0, 9281.0, 9227.0, 9203.0, 9263.0, 9287.0, 9216.0, 9271.0, 9300.0, 9244.0, 9254.0, 9249.0, 9276.0, 9301.0, 9244.0, 9289.0, 9226.0, 9258.0, 9288.0, 9243.0, 9270.0, 9228.0, 9276.0, 9288.0, 9249.0, 9291.0, 9266.0, 9290.0, 9237.0, 9293.0, 9290.0, 9268.0, 9324.0, 9265.0, 9293.0, 9251.0, 9284.0, 9327.0, 9297.0, 9305.0, 9245.0, 9273.0, 9248.0, 9294.0, 9288.0, 9333.0, 9291.0, 9332.0, 9250.0, 9283.0, 9289.0, 9343.0, 9328.0, 9325.0, 9281.0, 9347.0, 9313.0, 9328.0, 9306.0, 9236.0, 9239.0, 9279.0, 9209.0, 9270.0, 9222.0, 9287.0, 9317.0, 9230.0, 9241.0, 9197.0, 9255.0, 9280.0, 9244.0, 9275.0, 9255.0, 9297.0, 9244.0, 9255.0, 9272.0, 9251.0, 9277.0, 9231.0, 9272.0, 9247.0, 9238.0, 9289.0, 9249.0, 9317.0, 9337.0, 9292.0, 9299.0, 9240.0, 9257.0, 9223.0, 9259.0, 9272.0, 9204.0, 9250.0, 9209.0, 9242.0, 9267.0, 9189.0, 9245.0, 9258.0, 9220.0, 9243.0, 9194.0, 9258.0, 9279.0, 9253.0, 9296.0, 9244.0, 9196.0, 9187.0, 9228.0, 9247.0, 9300.0, 9296.0, 9328.0, 9300.0, 9325.0, 9276.0, 9308.0, 9305.0, 9287.0, 9291.0, 9366.0, 9340.0, 9262.0, 9276.0, 9298.0, 9251.0, 9284.0, 9222.0, 9234.0, 9295.0, 9220.0, 9235.0, 9269.0, 9204.0, 9260.0, 9237.0, 9252.0, 9243.0, 9259.0, 9273.0, 9226.0, 9271.0, 9246.0, 9224.0, 9272.0, 9305.0, 9269.0, 9301.0, 9305.0, 9271.0, 9304.0, 9249.0, 9237.0, 9273.0, 9279.0, 9271.0, 9313.0, 9276.0, 9330.0, 9274.0, 9293.0, 9233.0, 9277.0, 9270.0, 9335.0, 9283.0, 9307.0, 9245.0, 9298.0, 9322.0, 9292.0, 9305.0, 9325.0, 9248.0, 9267.0, 9217.0, 9262.0, 9270.0, 9223.0, 9273.0, 9283.0, 9223.0, 9210.0, 9248.0, 9233.0, 9261.0, 9292.0, 9262.0, 9287.0, 9243.0, 9316.0, 9258.0, 9264.0, 9279.0, 9251.0, 9237.0, 9200.0, 9230.0, 9218.0, 9254.0, 9207.0, 9265.0, 9191.0, 9232.0, 9196.0, 9256.0, 9298.0, 9249.0, 9261.0, 9182.0, 9231.0, 9242.0, 9192.0, 9229.0, 9191.0, 9233.0, 9216.0, 9257.0, 9236.0, 9281.0, 9237.0, 9264.0, 9253.0, 9301.0, 9311.0, 9254.0, 9270.0, 9279.0, 9224.0, 9209.0, 9259.0, 9288.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.004643004731861199</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.053704071924290234</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.049920705990445</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2577238687924241</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.029045455138123</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5128</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4499.9531</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1646414802816448</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>181</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.274447949526813</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4966122159954574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3707131252959766</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6745939362327116</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4445295864576835</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108781</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018268104642629623</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.042790062725543976</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1268</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.522006059424144</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>16.5863</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1764</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.3467</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292794.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1042.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.4939</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7507</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.9622</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3378.7069</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3519.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83750.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1523.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4269.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>778.1898</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.6363360658288</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> |