=== 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-0086 --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-0086",
"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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-04/func/sub-0086_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>2b2e2e7c7b1a281558f8e6f01799e261</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:14:44.422500</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.999718, -0.0144242, 0.0188667, 0.0116909, 0.990404, 0.137708]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.103915</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>[4139, -7742, -7295, 565, -79, -124, 8, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>05d04c28-72c4-433d-a28a-ba7a701e823d||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.6821701526641846, 0.03136592358350754, 0.05581434816122055, 109.13540649414062], [0.038698960095644, 2.6571810245513916, 0.3711123466491699, -98.88445281982422], [0.05061797797679901, -0.36946162581443787, 2.6737914085388184, -58.79390335083008], [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': ['171444.422500', '171444.882500', '171445.342500', '171445.802500', '171446.262500', '171446.722500', '171447.182500', '171447.642500', '171448.102500', '171448.562500', '171449.022500', '171449.482500', '171449.942500', '171450.402500', '171450.862500', '171451.322500', '171451.782500', '171452.242500', '171452.702500', '171453.162500', '171453.622500', '171454.082500', '171454.542500', '171455.002500', '171455.462500', '171455.922500', '171456.382500', '171456.842500', '171457.302500', '171457.762500', '171458.222500', '171458.682500', '171459.142500', '171459.602500', '171500.062500', '171500.522500', '171500.982500', '171501.442500', '171501.902500', '171502.362500', '171502.822500', '171503.282500', '171503.742500', '171504.202500', '171504.662500', '171505.122500', '171505.582500', '171506.042500', '171506.502500', '171506.962500', '171507.422500', '171507.882500', '171508.342500', '171508.802500', '171509.262500', '171509.722500', '171510.182500', '171510.642500', '171511.102500', '171511.562500', '171512.022500', '171512.482500', '171512.942500', '171513.402500', '171513.862500', '171514.322500', '171514.782500', '171515.242500', '171515.702500', '171516.162500', '171516.622500', '171517.082500', '171517.542500', '171518.002500', '171518.462500', '171518.922500', '171519.382500', '171519.842500', '171520.302500', '171520.762500', '171521.222500', '171521.682500', '171522.142500', '171522.602500', '171523.062500', '171523.522500', '171523.982500', '171524.442500', '171524.902500', '171525.362500', '171525.822500', '171526.282500', '171526.742500', '171527.202500', '171527.662500', '171528.122500', '171528.582500', '171529.042500', '171529.502500', '171529.962500', '171530.422500', '171530.882500', '171531.342500', '171531.802500', '171532.262500', '171532.722500', '171533.182500', '171533.642500', '171534.102500', '171534.562500', '171535.022500', '171535.482500', '171535.942500', '171536.402500', '171536.862500', '171537.322500', '171537.782500', '171538.242500', '171538.702500', '171539.162500', '171539.622500', '171540.082500', '171540.542500', '171541.002500', '171541.462500', '171541.922500', '171542.382500', '171542.842500', '171543.302500', '171543.762500', '171544.222500', '171544.682500', '171545.142500', '171545.602500', '171546.062500', '171546.522500', '171546.982500', '171547.442500', '171547.902500', '171548.362500', '171548.822500', '171549.282500', '171549.742500', '171550.202500', '171550.662500', '171551.122500', '171551.582500', '171552.042500', '171552.502500', '171552.962500', '171553.422500', '171553.882500', '171554.342500', '171554.802500', '171555.262500', '171555.722500', '171556.182500', '171556.642500', '171557.102500', '171557.562500', '171558.022500', '171558.482500', '171558.942500', '171559.402500', '171559.862500', '171600.322500', '171600.782500', '171601.242500', '171601.702500', '171602.162500', '171602.622500', '171603.082500', '171603.542500', '171604.002500', '171604.462500', '171604.922500', '171605.382500', '171605.842500', '171606.302500', '171606.762500', '171607.222500', '171607.682500', '171608.142500', '171608.602500', '171609.062500', '171609.522500', '171609.982500', '171610.442500', '171610.902500', '171611.362500', '171611.822500', '171612.282500', '171612.742500', '171613.202500', '171613.662500', '171614.122500', '171614.582500', '171615.042500', '171615.502500', '171615.962500', '171616.422500', '171616.882500', '171617.342500', '171617.802500', '171618.262500', '171618.722500', '171619.182500', '171619.642500', '171620.102500', '171620.562500', '171621.022500', '171621.482500', '171621.942500', '171622.402500', '171622.862500', '171623.322500', '171623.782500', '171624.242500', '171624.702500', '171625.162500', '171625.622500', '171626.082500', '171626.542500', '171627.002500', '171627.462500', '171627.922500', '171628.382500', '171628.842500', '171629.302500', '171629.762500', '171630.222500', '171630.682500', '171631.142500', '171631.602500', '171632.062500', '171632.522500', '171632.982500', '171633.442500', '171633.902500', '171634.362500', '171634.822500', '171635.282500', '171635.742500', '171636.202500', '171636.662500', '171637.122500', '171637.582500', '171638.042500', '171638.502500', '171638.962500', '171639.422500', '171639.882500', '171640.342500', '171640.802500', '171641.262500', '171641.722500', '171642.182500', '171642.642500', '171643.102500', '171643.562500', '171644.022500', '171644.482500', '171644.942500', '171645.402500', '171645.862500', '171646.322500', '171646.782500', '171647.242500', '171647.702500', '171648.162500', '171648.622500', '171649.082500', '171649.542500', '171650.002500', '171650.462500', '171650.922500', '171651.382500', '171651.842500', '171652.302500', '171652.762500', '171653.222500', '171653.682500', '171654.142500', '171654.602500', '171655.062500', '171655.522500', '171655.982500', '171656.442500', '171656.902500', '171657.362500', '171657.822500', '171658.282500', '171658.742500', '171659.202500', '171659.662500', '171700.122500', '171700.582500', '171701.042500', '171701.502500', '171701.962500', '171702.422500', '171702.882500', '171703.342500', '171703.802500', '171704.262500', '171704.722500', '171705.182500', '171705.642500', '171706.102500', '171706.562500', '171707.022500', '171707.482500', '171707.942500', '171708.402500', '171708.862500', '171709.322500', '171709.782500', '171710.242500', '171710.702500', '171711.162500', '171711.622500', '171712.082500', '171712.542500', '171713.002500', '171713.462500', '171713.922500', '171714.382500', '171714.842500', '171715.302500', '171715.762500', '171716.222500', '171716.682500', '171717.142500', '171717.602500', '171718.062500', '171718.522500', '171718.982500', '171719.442500', '171719.902500', '171720.362500', '171720.822500', '171721.282500', '171721.742500', '171722.202500', '171722.662500', '171723.122500', '171723.582500', '171724.042500', '171724.502500', '171724.962500', '171725.422500', '171725.882500', '171726.342500', '171726.802500', '171727.262500', '171727.722500', '171728.182500', '171728.642500', '171729.102500', '171729.562500', '171730.022500', '171730.482500', '171730.942500', '171731.402500', '171731.862500', '171732.322500', '171732.782500', '171733.242500', '171733.702500', '171734.162500', '171734.622500', '171735.082500', '171735.542500', '171736.002500', '171736.462500', '171736.922500', '171737.382500', '171737.842500', '171738.302500', '171738.762500', '171739.222500', '171739.682500', '171740.142500', '171740.602500', '171741.062500', '171741.522500', '171741.982500', '171742.442500', '171742.902500', '171743.362500', '171743.822500', '171744.282500', '171744.742500', '171745.202500', '171745.662500', '171746.122500', '171746.582500', '171747.042500', '171747.502500', '171747.962500', '171748.422500', '171748.882500', '171749.342500', '171749.802500', '171750.262500', '171750.722500', '171751.182500', '171751.642500', '171752.102500', '171752.562500', '171753.022500', '171753.482500', '171753.942500', '171754.402500', '171754.862500', '171755.322500', '171755.782500', '171756.242500', '171756.702500', '171757.162500', '171757.622500', '171758.082500', '171758.542500', '171759.002500', '171759.462500', '171759.922500', '171800.382500', '171800.842500', '171801.302500', '171801.762500', '171802.222500', '171802.682500', '171803.142500', '171803.602500', '171804.062500', '171804.522500', '171804.982500', '171805.442500', '171805.902500', '171806.362500', '171806.822500', '171807.282500', '171807.742500', '171808.202500', '171808.662500', '171809.122500', '171809.582500', '171810.042500', '171810.502500', '171810.962500', '171811.422500', '171811.882500', '171812.342500', '171812.802500', '171813.262500', '171813.722500', '171814.182500', '171814.642500', '171815.102500', '171815.562500', '171816.022500', '171816.482500', '171816.942500', '171817.402500', '171817.862500', '171818.322500', '171818.782500', '171819.242500', '171819.702500', '171820.162500', '171820.622500', '171821.082500', '171821.542500', '171822.002500', '171822.462500', '171822.922500', '171823.382500', '171823.842500', '171824.302500', '171824.762500', '171825.222500', '171825.682500', '171826.142500', '171826.602500', '171827.062500', '171827.522500', '171827.982500', '171828.442500', '171828.902500', '171829.362500', '171829.822500', '171830.282500', '171830.742500', '171831.202500', '171831.662500', '171832.122500', '171832.582500', '171833.042500', '171833.502500', '171833.962500', '171834.422500', '171834.882500', '171835.342500', '171835.802500', '171836.262500', '171836.722500', '171837.182500', '171837.642500', '171838.102500', '171838.562500', '171839.022500', '171839.482500', '171839.942500', '171840.402500', '171840.862500', '171841.322500', '171841.782500', '171842.242500', '171842.702500', '171843.162500', '171843.622500', '171844.082500', '171844.542500', '171845.002500', '171845.462500', '171845.922500', '171846.382500', '171846.842500', '171847.302500', '171847.762500', '171848.222500', '171848.682500', '171849.142500', '171849.602500', '171850.062500', '171850.522500', '171850.982500', '171851.442500', '171851.902500', '171852.362500', '171852.822500', '171853.282500', '171853.742500', '171854.202500', '171854.662500', '171855.122500', '171855.582500', '171856.042500', '171856.502500', '171856.962500', '171857.422500', '171857.882500', '171858.342500', '171858.802500', '171859.262500', '171859.722500', '171900.182500', '171900.642500', '171901.102500', '171901.562500', '171902.022500', '171902.482500', '171902.942500', '171903.402500', '171903.862500', '171904.322500', '171904.782500', '171905.242500', '171905.702500', '171906.162500', '171906.622500', '171907.082500', '171907.542500', '171908.002500', '171908.462500', '171908.922500', '171909.382500', '171909.842500', '171910.302500', '171910.762500', '171911.222500', '171911.682500', '171912.142500', '171912.602500', '171913.062500', '171913.522500', '171913.982500', '171914.442500', '171914.902500', '171915.362500', '171915.822500', '171916.282500', '171916.742500', '171917.202500', '171917.662500', '171918.122500', '171918.582500', '171919.042500', '171919.502500', '171919.962500', '171920.422500', '171920.882500', '171921.342500', '171921.802500', '171922.262500', '171922.722500', '171923.182500', '171923.642500', '171924.102500', '171924.562500', '171925.022500', '171925.482500', '171925.942500', '171926.402500', '171926.862500', '171927.322500', '171927.782500', '171928.242500', '171928.702500', '171929.162500', '171929.622500', '171930.082500', '171930.542500', '171931.002500', '171931.462500', '171931.922500', '171932.382500', '171932.842500', '171933.302500', '171933.762500', '171934.222500', '171934.682500', '171935.142500', '171935.602500', '171936.062500', '171936.522500', '171936.982500', '171937.442500', '171937.902500', '171938.362500', '171938.822500', '171939.282500', '171939.742500', '171940.202500', '171940.662500', '171941.122500', '171941.582500', '171942.042500', '171942.502500', '171942.962500', '171943.422500', '171943.882500', '171944.342500', '171944.802500', '171945.262500', '171945.722500', '171946.182500', '171946.642500', '171947.102500', '171947.562500', '171948.022500', '171948.482500', '171948.942500', '171949.402500', '171949.862500', '171950.322500', '171950.782500', '171951.242500', '171951.702500', '171952.162500', '171952.622500', '171953.082500', '171953.542500', '171954.002500', '171954.462500', '171954.922500', '171955.382500', '171955.842500', '171956.302500', '171956.762500', '171957.222500', '171957.682500', '171958.142500', '171958.602500', '171959.062500', '171959.522500', '171959.982500', '172000.442500', '172000.902500', '172001.362500', '172001.822500', '172002.282500', '172002.742500', '172003.202500', '172003.662500', '172004.122500', '172004.582500', '172005.042500', '172005.502500', '172005.962500', '172006.422500', '172006.882500', '172007.342500', '172007.802500', '172008.262500', '172008.722500', '172009.182500', '172009.642500', '172010.102500', '172010.562500', '172011.022500', '172011.482500', '172011.942500', '172012.402500', '172012.862500', '172013.322500', '172013.782500', '172014.242500', '172014.702500', '172015.162500', '172015.622500', '172016.082500', '172016.542500', '172017.002500', '172017.462500', '172017.922500', '172018.382500', '172018.842500', '172019.302500', '172019.762500', '172020.222500', '172020.682500', '172021.142500', '172021.602500', '172022.062500', '172022.522500', '172022.982500', '172023.442500', '172023.902500', '172024.362500', '172024.822500', '172025.282500', '172025.742500', '172026.202500', '172026.662500', '172027.122500', '172027.582500', '172028.042500', '172028.502500', '172028.962500', '172029.422500', '172029.882500', '172030.342500', '172030.802500', '172031.262500', '172031.722500', '172032.182500', '172032.642500', '172033.102500', '172033.562500', '172034.022500', '172034.482500', '172034.942500', '172035.402500', '172035.862500', '172036.322500', '172036.782500', '172037.242500', '172037.702500', '172038.162500', '172038.622500', '172039.082500', '172039.542500', '172040.002500', '172040.462500', '172040.922500', '172041.382500', '172041.842500', '172042.302500', '172042.762500', '172043.222500', '172043.682500', '172044.142500', '172044.602500', '172045.062500', '172045.522500', '172045.982500', '172046.442500', '172046.902500', '172047.362500', '172047.822500', '172048.282500', '172048.742500', '172049.202500', '172049.662500', '172050.122500', '172050.582500', '172051.042500', '172051.502500', '172051.962500', '172052.422500', '172052.882500', '172053.342500', '172053.802500', '172054.262500', '172054.722500', '172055.182500', '172055.642500', '172056.102500', '172056.562500', '172057.022500', '172057.482500', '172057.942500', '172058.402500', '172058.862500', '172059.322500', '172059.782500', '172100.242500', '172100.702500', '172101.162500', '172101.622500', '172102.082500', '172102.542500', '172103.002500', '172103.462500', '172103.922500', '172104.382500', '172104.842500', '172105.302500', '172105.762500', '172106.222500', '172106.682500', '172107.142500', '172107.602500', '172108.062500', '172108.522500', '172108.982500', '172109.442500', '172109.902500', '172110.362500', '172110.822500', '172111.282500', '172111.742500', '172112.202500', '172112.662500', '172113.122500', '172113.582500', '172114.042500', '172114.502500', '172114.962500', '172115.422500', '172115.882500', '172116.342500', '172116.802500', '172117.262500', '172117.722500', '172118.182500', '172118.642500', '172119.102500', '172119.562500', '172120.022500', '172120.482500', '172120.942500', '172121.402500', '172121.862500', '172122.322500', '172122.782500', '172123.242500', '172123.702500', '172124.162500', '172124.622500', '172125.082500', '172125.542500', '172126.002500', '172126.462500', '172126.922500', '172127.382500', '172127.842500', '172128.302500', '172128.762500', '172129.222500', '172129.682500', '172130.142500', '172130.602500', '172131.062500', '172131.522500', '172131.982500', '172132.442500', '172132.902500', '172133.362500', '172133.822500', '172134.282500', '172134.742500', '172135.202500', '172135.662500', '172136.122500', '172136.582500', '172137.042500', '172137.502500', '172137.962500', '172138.422500', '172138.882500', '172139.342500', '172139.802500', '172140.262500', '172140.722500', '172141.182500', '172141.642500', '172142.102500', '172142.562500', '172143.022500', '172143.482500', '172143.942500', '172144.402500', '172144.862500', '172145.322500', '172145.782500', '172146.242500', '172146.702500', '172147.162500', '172147.622500', '172148.082500', '172148.542500', '172149.002500', '172149.462500', '172149.922500', '172150.382500', '172150.842500', '172151.302500', '172151.762500', '172152.222500', '172152.682500', '172153.142500', '172153.602500', '172154.062500', '172154.522500', '172154.982500', '172155.442500', '172155.902500', '172156.362500', '172156.822500', '172157.282500', '172157.742500', '172158.202500', '172158.662500', '172159.122500', '172159.582500', '172200.042500', '172200.502500', '172200.962500', '172201.422500', '172201.882500', '172202.342500', '172202.802500', '172203.262500', '172203.722500', '172204.182500', '172204.642500', '172205.102500', '172205.562500', '172206.022500', '172206.482500', '172206.942500', '172207.402500', '172207.862500', '172208.322500', '172208.782500', '172209.242500', '172209.702500', '172210.162500', '172210.622500', '172211.082500', '172211.542500', '172212.002500', '172212.462500', '172212.922500', '172213.382500', '172213.842500', '172214.302500', '172214.762500', '172215.222500', '172215.682500', '172216.142500', '172216.602500', '172217.062500', '172217.522500', '172217.982500', '172218.442500', '172218.902500', '172219.362500', '172219.822500', '172220.282500', '172220.742500', '172221.202500', '172221.662500', '172222.122500', '172222.582500', '172223.042500', '172223.502500', '172223.962500', '172224.422500', '172224.882500', '172225.342500', '172225.802500', '172226.262500', '172226.722500', '172227.182500', '172227.642500', '172228.102500', '172228.562500', '172229.022500', '172229.482500', '172229.942500', '172230.402500', '172230.862500', '172231.322500', '172231.782500', '172232.242500', '172232.702500', '172233.162500', '172233.622500', '172234.082500', '172234.542500', '172235.002500', '172235.462500', '172235.922500', '172236.382500', '172236.842500', '172237.302500', '172237.762500', '172238.222500', '172238.682500', '172239.142500', '172239.602500', '172240.062500', '172240.522500', '172240.982500', '172241.442500', '172241.902500', '172242.362500', '172242.822500', '172243.282500', '172243.742500', '172244.202500', '172244.662500', '172245.122500', '172245.582500', '172246.042500', '172246.502500', '172246.962500', '172247.422500', '172247.882500', '172248.342500', '172248.802500', '172249.262500', '172249.722500', '172250.182500', '172250.642500', '172251.102500', '172251.562500', '172252.022500', '172252.482500', '172252.942500', '172253.402500', '172253.862500', '172254.322500', '172254.782500', '172255.242500', '172255.702500', '172256.162500', '172256.622500', '172257.082500', '172257.542500', '172258.002500', '172258.462500', '172258.922500', '172259.382500', '172259.842500', '172300.302500', '172300.762500', '172301.222500', '172301.682500', '172302.142500', '172302.602500', '172303.062500', '172303.522500', '172303.982500', '172304.442500', '172304.902500', '172305.362500', '172305.822500', '172306.282500', '172306.742500', '172307.202500', '172307.662500', '172308.122500', '172308.582500', '172309.042500', '172309.502500', '172309.962500', '172310.422500', '172310.882500', '172311.342500', '172311.802500', '172312.262500', '172312.722500', '172313.182500', '172313.642500', '172314.102500', '172314.562500', '172315.022500', '172315.482500', '172315.942500', '172316.402500', '172316.862500', '172317.322500', '172317.782500', '172318.242500', '172318.702500', '172319.162500', '172319.622500', '172320.082500', '172320.542500', '172321.002500', '172321.462500', '172321.922500', '172322.382500', '172322.842500', '172323.302500', '172323.762500', '172324.222500', '172324.682500', '172325.142500', '172325.602500', '172326.062500', '172326.522500', '172326.982500', '172327.442500', '172327.902500', '172328.362500', '172328.822500', '172329.282500', '172329.742500', '172330.202500', '172330.662500', '172331.122500', '172331.582500', '172332.042500', '172332.502500', '172332.962500', '172333.422500', '172333.882500', '172334.342500', '172334.802500', '172335.262500', '172335.722500', '172336.182500', '172336.642500', '172337.102500', '172337.562500', '172338.022500', '172338.482500', '172338.942500', '172339.402500', '172339.862500', '172340.322500', '172340.782500', '172341.242500', '172341.702500', '172342.162500', '172342.622500', '172343.082500', '172343.542500', '172344.002500', '172344.462500', '172344.922500', '172345.382500', '172345.842500', '172346.302500', '172346.762500', '172347.222500', '172347.682500', '172348.142500', '172348.602500', '172349.062500', '172349.522500', '172349.982500', '172350.442500', '172350.902500', '172351.362500', '172351.822500', '172352.282500', '172352.742500', '172353.202500', '172353.662500', '172354.122500', '172354.582500', '172355.042500', '172355.502500', '172355.962500', '172356.422500', '172356.882500', '172357.342500', '172357.802500', '172358.262500', '172358.722500', '172359.182500', '172359.642500', '172400.102500', '172400.562500', '172401.022500', '172401.482500', '172401.942500', '172402.402500', '172402.862500', '172403.322500', '172403.782500', '172404.242500', '172404.702500', '172405.162500', '172405.622500', '172406.082500', '172406.542500', '172407.002500', '172407.462500', '172407.922500', '172408.382500', '172408.842500', '172409.302500', '172409.762500', '172410.222500', '172410.682500', '172411.142500', '172411.602500', '172412.062500', '172412.522500', '172412.982500', '172413.442500', '172413.902500', '172414.362500', '172414.822500', '172415.282500', '172415.742500', '172416.202500', '172416.662500', '172417.122500', '172417.582500', '172418.042500', '172418.502500', '172418.962500', '172419.422500', '172419.882500', '172420.342500', '172420.802500', '172421.262500', '172421.722500', '172422.182500', '172422.642500', '172423.102500', '172423.562500', '172424.022500', '172424.482500', '172424.942500', '172425.402500', '172425.862500', '172426.322500', '172426.782500', '172427.242500'], 'ContentTime': ['171508.471000', '171508.476000', '171508.478000', '171508.481000', '171508.484000', '171508.486000', '171508.489000', '171508.491000', '171508.494000', '171508.496000', '171508.499000', '171508.502000', '171508.504000', '171508.507000', '171508.509000', '171508.512000', '171508.515000', '171508.517000', '171508.520000', '171508.522000', '171508.525000', '171508.528000', '171508.530000', '171508.533000', '171508.535000', '171508.538000', '171508.541000', '171508.543000', '171508.546000', '171508.549000', '171508.551000', '171508.554000', '171508.556000', '171508.559000', '171508.561000', '171508.564000', '171508.566000', '171508.573000', '171508.576000', '171508.579000', '171508.581000', '171508.584000', '171508.586000', '171508.589000', '171508.592000', '171508.594000', '171508.597000', '171508.599000', '171508.602000', '171528.446000', '171528.449000', '171528.452000', '171528.454000', '171528.457000', '171528.460000', '171528.462000', '171528.465000', '171528.467000', '171528.470000', '171528.473000', '171528.475000', '171528.478000', '171528.480000', '171528.483000', '171528.486000', '171528.488000', '171528.491000', '171528.493000', '171528.496000', '171528.511000', '171528.514000', '171528.516000', '171528.519000', '171528.522000', '171528.524000', '171528.527000', '171528.529000', '171528.532000', '171528.535000', '171528.537000', '171528.540000', '171528.542000', '171528.550000', '171528.553000', '171528.555000', '171528.558000', '171528.560000', '171528.563000', '171528.565000', '171528.568000', '171528.571000', '171528.573000', '171548.447000', '171548.449000', '171548.452000', '171548.455000', '171548.457000', '171548.460000', '171548.462000', '171548.465000', '171548.467000', '171548.470000', '171548.473000', '171548.475000', '171548.478000', '171548.480000', '171548.483000', '171548.485000', '171548.488000', '171548.491000', '171548.493000', '171548.496000', '171548.498000', '171548.501000', '171548.504000', '171548.506000', '171548.509000', '171548.511000', '171548.514000', '171548.516000', '171548.519000', '171548.522000', '171548.524000', '171548.527000', '171548.529000', '171548.532000', '171548.535000', '171548.537000', '171548.540000', '171548.542000', '171548.545000', '171548.548000', '171548.550000', '171548.553000', '171548.555000', '171548.566000', '171608.446000', '171608.449000', '171608.452000', '171608.455000', '171608.457000', '171608.460000', '171608.463000', '171608.465000', '171608.468000', '171608.470000', '171608.473000', '171608.475000', '171608.478000', '171608.481000', '171608.484000', '171608.486000', '171608.489000', '171608.491000', '171608.494000', '171608.497000', '171608.499000', '171608.502000', '171608.504000', '171608.507000', '171608.509000', '171608.512000', '171608.515000', '171608.525000', '171608.528000', '171608.530000', '171608.533000', '171608.535000', '171608.538000', '171608.541000', '171608.543000', '171608.546000', '171608.548000', '171608.551000', '171608.554000', '171608.556000', '171608.559000', '171608.562000', '171608.564000', '171628.445000', '171628.448000', '171628.451000', '171628.453000', '171628.456000', '171628.459000', '171628.461000', '171628.464000', '171628.467000', '171628.469000', '171628.472000', '171628.474000', '171628.477000', '171628.479000', '171628.482000', '171628.484000', '171628.487000', '171628.490000', '171628.492000', '171628.495000', '171628.497000', '171628.500000', '171628.503000', '171628.505000', '171628.508000', '171628.510000', '171628.513000', '171628.516000', '171628.518000', '171628.521000', '171628.523000', '171628.526000', '171628.529000', '171628.531000', '171628.534000', '171628.537000', '171628.539000', '171628.542000', '171628.544000', '171628.547000', '171628.550000', '171628.552000', '171628.555000', '171628.558000', '171648.446000', '171648.449000', '171648.452000', '171648.455000', '171648.457000', '171648.460000', '171648.463000', '171648.465000', '171648.468000', '171648.470000', '171648.473000', '171648.476000', '171648.478000', '171648.481000', '171648.483000', '171648.486000', '171648.489000', '171648.491000', '171648.494000', '171648.497000', '171648.499000', '171648.502000', '171648.504000', '171648.507000', '171648.510000', '171648.512000', '171648.515000', '171648.518000', '171648.520000', '171648.523000', '171648.525000', '171648.528000', '171648.531000', '171648.534000', '171648.537000', '171648.540000', '171648.542000', '171648.545000', '171648.548000', '171648.550000', '171648.553000', '171648.556000', '171648.558000', '171708.447000', '171708.450000', '171708.452000', '171708.455000', '171708.458000', '171708.460000', '171708.463000', '171708.465000', '171708.468000', '171708.471000', '171708.473000', '171708.476000', '171708.478000', '171708.481000', '171708.483000', '171708.486000', '171708.516000', '171708.519000', '171708.521000', '171708.524000', '171708.526000', '171708.529000', '171708.532000', '171708.534000', '171708.537000', '171708.539000', '171708.542000', '171708.544000', '171708.547000', '171708.550000', '171708.552000', '171708.555000', '171708.558000', '171708.560000', '171708.563000', '171708.565000', '171708.568000', '171708.571000', '171708.573000', '171708.576000', '171708.578000', '171708.581000', '171708.583000', '171708.586000', '171728.446000', '171728.449000', '171728.452000', '171728.455000', '171728.457000', '171728.460000', '171728.463000', '171728.465000', '171728.468000', '171728.470000', '171728.473000', '171728.476000', '171728.478000', '171728.481000', '171728.483000', '171728.486000', '171728.489000', '171728.491000', '171728.494000', '171728.496000', '171728.499000', '171728.502000', '171728.504000', '171728.507000', '171728.509000', '171728.512000', '171728.515000', '171728.517000', '171728.520000', '171728.522000', '171728.525000', '171728.528000', '171728.530000', '171728.533000', '171728.535000', '171728.538000', '171728.540000', '171728.544000', '171728.546000', '171728.549000', '171728.552000', '171728.554000', '171728.557000', '171748.446000', '171748.449000', '171748.452000', '171748.454000', '171748.457000', '171748.460000', '171748.462000', '171748.465000', '171748.467000', '171748.470000', '171748.473000', '171748.475000', '171748.478000', '171748.480000', '171748.483000', '171748.485000', '171748.488000', '171748.491000', '171748.493000', '171748.496000', '171748.499000', '171748.501000', '171748.504000', '171748.506000', '171748.509000', '171748.512000', '171748.514000', '171748.517000', '171748.519000', '171748.522000', '171748.525000', '171748.527000', '171748.530000', '171748.532000', '171748.535000', '171748.537000', '171748.540000', '171748.543000', '171748.545000', '171748.548000', '171748.550000', '171748.553000', '171748.556000', '171748.558000', '171808.446000', '171808.449000', '171808.452000', '171808.454000', '171808.457000', '171808.460000', '171808.462000', '171808.465000', '171808.467000', '171808.470000', '171808.473000', '171808.475000', '171808.478000', '171808.480000', '171808.483000', '171808.486000', '171808.488000', '171808.491000', '171808.493000', '171808.496000', '171808.499000', '171808.501000', '171808.504000', '171808.506000', '171808.509000', '171808.512000', '171808.514000', '171808.517000', '171808.519000', '171808.522000', '171808.525000', '171808.527000', '171808.530000', '171808.533000', '171808.535000', '171808.538000', '171808.541000', '171808.543000', '171808.546000', '171808.548000', '171808.551000', '171808.554000', '171808.556000', '171828.447000', '171828.449000', '171828.452000', '171828.455000', '171828.457000', '171828.460000', '171828.463000', '171828.465000', '171828.468000', '171828.470000', '171828.473000', '171828.476000', '171828.479000', '171828.481000', '171828.484000', '171828.487000', '171828.489000', '171828.492000', '171828.494000', '171828.497000', '171828.500000', '171828.502000', '171828.505000', '171828.508000', '171828.510000', '171828.513000', '171828.515000', '171828.518000', '171828.521000', '171828.523000', '171828.526000', '171828.528000', '171828.531000', '171828.533000', '171828.536000', '171828.539000', '171828.541000', '171828.544000', '171828.546000', '171828.549000', '171828.552000', '171828.554000', '171828.557000', '171828.560000', '171848.446000', '171848.448000', '171848.451000', '171848.454000', '171848.456000', '171848.459000', '171848.462000', '171848.464000', '171848.467000', '171848.469000', '171848.472000', '171848.475000', '171848.477000', '171848.480000', '171848.483000', '171848.485000', '171848.488000', '171848.490000', '171848.493000', '171848.495000', '171848.498000', '171848.501000', '171848.503000', '171848.506000', '171848.508000', '171848.511000', '171848.514000', '171848.516000', '171848.519000', '171848.521000', '171848.524000', '171848.527000', '171848.529000', '171848.532000', '171848.534000', '171848.537000', '171848.540000', '171848.542000', '171848.545000', '171848.547000', '171848.552000', '171848.554000', '171848.557000', '171908.447000', '171908.449000', '171908.452000', '171908.455000', '171908.457000', '171908.460000', '171908.462000', '171908.465000', '171908.467000', '171908.470000', '171908.473000', '171908.475000', '171908.478000', '171908.480000', '171908.483000', '171908.486000', '171908.488000', '171908.491000', '171908.494000', '171908.496000', '171908.499000', '171908.501000', '171908.504000', '171908.506000', '171908.509000', '171908.512000', '171908.514000', '171908.517000', '171908.519000', '171908.522000', '171908.525000', '171908.527000', '171908.530000', '171908.532000', '171908.535000', '171908.538000', '171908.540000', '171908.543000', '171908.545000', '171908.548000', '171908.551000', '171908.553000', '171908.556000', '171908.559000', '171928.447000', '171928.450000', '171928.452000', '171928.455000', '171928.457000', '171928.460000', '171928.463000', '171928.465000', '171928.468000', '171928.470000', '171928.473000', '171928.476000', '171928.478000', '171928.481000', '171928.483000', '171928.486000', '171928.489000', '171928.491000', '171928.494000', '171928.496000', '171928.499000', '171928.502000', '171928.504000', '171928.507000', '171928.510000', '171928.512000', '171928.515000', '171928.517000', '171928.520000', '171928.523000', '171928.525000', '171928.528000', '171928.530000', '171928.533000', '171928.535000', '171928.538000', '171928.541000', '171928.543000', '171928.546000', '171928.549000', '171928.551000', '171928.554000', '171928.556000', '171948.447000', '171948.449000', '171948.452000', '171948.454000', '171948.457000', '171948.460000', '171948.463000', '171948.466000', '171948.469000', '171948.472000', '171948.474000', '171948.477000', '171948.480000', '171948.482000', '171948.485000', '171948.487000', '171948.490000', '171948.493000', '171948.495000', '171948.498000', '171948.500000', '171948.503000', '171948.505000', '171948.508000', '171948.511000', '171948.513000', '171948.516000', '171948.519000', '171948.521000', '171948.524000', '171948.527000', '171948.529000', '171948.532000', '171948.534000', '171948.537000', '171948.540000', '171948.542000', '171948.545000', '171948.548000', '171948.550000', '171948.553000', '171948.555000', '171948.558000', '171948.561000', '172008.447000', '172008.450000', '172008.452000', '172008.455000', '172008.458000', '172008.460000', '172008.463000', '172008.466000', '172008.468000', '172008.471000', '172008.473000', '172008.476000', '172008.479000', '172008.481000', '172008.484000', '172008.487000', '172008.489000', '172008.492000', '172008.495000', '172008.497000', '172008.500000', '172008.502000', '172008.515000', '172008.518000', '172008.520000', '172008.523000', '172008.526000', '172008.528000', '172008.531000', '172008.534000', '172008.536000', '172008.539000', '172008.541000', '172008.544000', '172008.547000', '172008.549000', '172008.552000', '172008.555000', '172008.557000', '172008.560000', '172008.563000', '172008.565000', '172008.568000', '172028.447000', '172028.449000', '172028.452000', '172028.455000', '172028.457000', '172028.460000', '172028.462000', '172028.465000', '172028.468000', '172028.470000', '172028.473000', '172028.475000', '172028.478000', '172028.480000', '172028.483000', '172028.485000', '172028.488000', '172028.491000', '172028.493000', '172028.496000', '172028.498000', '172028.501000', '172028.504000', '172028.506000', '172028.509000', '172028.511000', '172028.514000', '172028.516000', '172028.519000', '172028.521000', '172028.524000', '172028.527000', '172028.529000', '172028.532000', '172028.535000', '172028.537000', '172028.540000', '172028.542000', '172028.545000', '172028.548000', '172028.550000', '172028.553000', '172028.555000', '172028.558000', '172048.447000', '172048.449000', '172048.452000', '172048.455000', '172048.457000', '172048.460000', '172048.463000', '172048.465000', '172048.468000', '172048.470000', '172048.473000', '172048.476000', '172048.478000', '172048.481000', '172048.483000', '172048.486000', '172048.488000', '172048.491000', '172048.494000', '172048.496000', '172048.499000', '172048.502000', '172048.504000', '172048.507000', '172048.509000', '172048.512000', '172048.515000', '172048.517000', '172048.520000', '172048.522000', '172048.525000', '172048.528000', '172048.530000', '172048.533000', '172048.535000', '172048.538000', '172048.541000', '172048.543000', '172048.546000', '172048.548000', '172048.551000', '172048.554000', '172048.556000', '172108.446000', '172108.449000', '172108.451000', '172108.454000', '172108.457000', '172108.460000', '172108.463000', '172108.466000', '172108.469000', '172108.471000', '172108.474000', '172108.477000', '172108.480000', '172108.483000', '172108.485000', '172108.488000', '172108.491000', '172108.493000', '172108.496000', '172108.499000', '172108.501000', '172108.505000', '172108.508000', '172108.510000', '172108.513000', '172108.516000', '172108.518000', '172108.521000', '172108.524000', '172108.526000', '172108.529000', '172108.531000', '172108.534000', '172108.537000', '172108.539000', '172108.542000', '172108.545000', '172108.547000', '172108.550000', '172108.552000', '172108.555000', '172108.558000', '172108.560000', '172128.447000', '172128.449000', '172128.452000', '172128.455000', '172128.457000', '172128.460000', '172128.463000', '172128.465000', '172128.468000', '172128.470000', '172128.473000', '172128.476000', '172128.478000', '172128.481000', '172128.484000', '172128.486000', '172128.489000', '172128.491000', '172128.494000', '172128.496000', '172128.499000', '172128.502000', '172128.504000', '172128.507000', '172128.509000', '172128.512000', '172128.515000', '172128.517000', '172128.520000', '172128.522000', '172128.525000', '172128.527000', '172128.530000', '172128.533000', '172128.542000', '172128.545000', '172128.547000', '172128.550000', '172128.553000', '172128.555000', '172128.558000', '172128.560000', '172128.563000', '172128.566000', '172148.447000', '172148.450000', '172148.452000', '172148.455000', '172148.457000', '172148.460000', '172148.463000', '172148.465000', '172148.468000', '172148.470000', '172148.473000', '172148.475000', '172148.478000', '172148.481000', '172148.484000', '172148.487000', '172148.490000', '172148.493000', '172148.495000', '172148.498000', '172148.500000', '172148.503000', '172148.506000', '172148.508000', '172148.511000', '172148.513000', '172148.516000', '172148.519000', '172148.521000', '172148.524000', '172148.526000', '172148.529000', '172148.532000', '172148.534000', '172148.537000', '172148.539000', '172148.542000', '172148.545000', '172148.547000', '172148.550000', '172148.552000', '172148.555000', '172148.557000', '172208.447000', '172208.449000', '172208.452000', '172208.455000', '172208.457000', '172208.460000', '172208.463000', '172208.465000', '172208.468000', '172208.470000', '172208.473000', '172208.476000', '172208.478000', '172208.481000', '172208.483000', '172208.486000', '172208.489000', '172208.491000', '172208.494000', '172208.496000', '172208.499000', '172208.502000', '172208.505000', '172208.507000', '172208.510000', '172208.512000', '172208.515000', '172208.518000', '172208.520000', '172208.523000', '172208.525000', '172208.528000', '172208.531000', '172208.533000', '172208.536000', '172208.539000', '172208.541000', '172208.544000', '172208.547000', '172208.549000', '172208.552000', '172208.554000', '172208.557000', '172208.560000', '172228.446000', '172228.449000', '172228.452000', '172228.455000', '172228.457000', '172228.460000', '172228.462000', '172228.465000', '172228.467000', '172228.470000', '172228.473000', '172228.476000', '172228.478000', '172228.481000', '172228.484000', '172228.486000', '172228.489000', '172228.492000', '172228.494000', '172228.497000', '172228.499000', '172228.502000', '172228.505000', '172228.507000', '172228.510000', '172228.512000', '172228.515000', '172228.517000', '172228.520000', '172228.523000', '172228.525000', '172228.528000', '172228.531000', '172228.533000', '172228.536000', '172228.539000', '172228.542000', '172228.545000', '172228.548000', '172228.550000', '172228.553000', '172228.556000', '172228.558000', '172248.447000', '172248.450000', '172248.452000', '172248.455000', '172248.458000', '172248.460000', '172248.463000', '172248.465000', '172248.468000', '172248.471000', '172248.473000', '172248.476000', '172248.478000', '172248.481000', '172248.484000', '172248.486000', '172248.489000', '172248.492000', '172248.494000', '172248.497000', '172248.499000', '172248.502000', '172248.505000', '172248.507000', '172248.510000', '172248.512000', '172248.515000', '172248.518000', '172248.520000', '172248.523000', '172248.525000', '172248.537000', '172248.539000', '172248.542000', '172248.544000', '172248.547000', '172248.550000', '172248.552000', '172248.555000', '172248.557000', '172248.560000', '172248.563000', '172248.565000', '172248.568000', '172308.447000', '172308.450000', '172308.452000', '172308.455000', '172308.457000', '172308.460000', '172308.463000', '172308.465000', '172308.468000', '172308.470000', '172308.473000', '172308.476000', '172308.478000', '172308.481000', '172308.483000', '172308.486000', '172308.489000', '172308.492000', '172308.494000', '172308.497000', '172308.499000', '172308.502000', '172308.504000', '172308.507000', '172308.510000', '172308.512000', '172308.515000', '172308.518000', '172308.521000', '172308.525000', '172308.528000', '172308.531000', '172308.533000', '172308.536000', '172308.538000', '172308.541000', '172308.544000', '172308.546000', '172308.549000', '172308.551000', '172308.554000', '172308.556000', '172308.559000', '172328.446000', '172328.448000', '172328.451000', '172328.454000', '172328.456000', '172328.459000', '172328.462000', '172328.464000', '172328.467000', '172328.470000', '172328.472000', '172328.475000', '172328.478000', '172328.480000', '172328.483000', '172328.485000', '172328.488000', '172328.491000', '172328.493000', '172328.496000', '172328.498000', '172328.501000', '172328.504000', '172328.506000', '172328.509000', '172328.511000', '172328.514000', '172328.517000', '172328.519000', '172328.522000', '172328.525000', '172328.527000', '172328.530000', '172328.533000', '172328.535000', '172328.538000', '172328.540000', '172328.543000', '172328.546000', '172328.548000', '172328.551000', '172328.553000', '172328.556000', '172328.559000', '172348.447000', '172348.450000', '172348.452000', '172348.455000', '172348.457000', '172348.460000', '172348.462000', '172348.465000', '172348.468000', '172348.470000', '172348.473000', '172348.475000', '172348.478000', '172348.481000', '172348.483000', '172348.486000', '172348.489000', '172348.491000', '172348.494000', '172348.496000', '172348.499000', '172348.501000', '172348.504000', '172348.507000', '172348.509000', '172348.512000', '172348.514000', '172348.517000', '172348.520000', '172348.522000', '172348.525000', '172348.527000', '172348.530000', '172348.533000', '172348.535000', '172348.538000', '172348.540000', '172348.543000', '172348.546000', '172348.549000', '172348.552000', '172348.555000', '172348.558000', '172408.447000', '172408.449000', '172408.452000', '172408.455000', '172408.457000', '172408.460000', '172408.463000', '172408.465000', '172408.468000', '172408.470000', '172408.473000', '172408.476000', '172408.478000', '172408.481000', '172408.483000', '172408.486000', '172408.489000', '172408.491000', '172408.494000', '172408.497000', '172408.499000', '172408.502000', '172408.505000', '172408.507000', '172408.510000', '172408.512000', '172408.515000', '172408.527000', '172408.529000', '172408.532000', '172408.535000', '172408.537000', '172408.540000', '172408.542000', '172408.545000', '172408.548000', '172408.550000', '172408.553000', '172408.556000', '172408.559000', '172408.561000', '172408.564000', '172408.567000', '172408.569000', '172428.447000', '172428.450000', '172428.452000', '172428.455000', '172428.457000', '172428.460000', '172428.463000', '172428.465000', '172428.468000', '172428.471000', '172428.473000', '172428.476000', '172428.479000', '172428.481000', '172428.484000', '172428.487000', '172428.489000', '172428.492000', '172428.495000', '172428.497000', '172428.500000', '172428.502000', '172428.505000', '172428.508000', '172428.510000', '172428.513000', '172428.515000', '172428.518000', '172428.521000', '172428.523000', '172428.526000', '172428.528000', '172428.531000', '172428.534000', '172428.536000', '172428.539000', '172428.541000', '172428.544000', '172428.547000', '172428.550000', '172428.552000', '172428.555000', '172428.558000', '172429.029000', '172429.032000'], 'InstanceCreationTime': ['171508.471000', '171508.476000', '171508.478000', '171508.481000', '171508.484000', '171508.486000', '171508.489000', '171508.491000', '171508.494000', '171508.496000', '171508.499000', '171508.502000', '171508.504000', '171508.507000', '171508.509000', '171508.512000', '171508.515000', '171508.517000', '171508.520000', '171508.522000', '171508.525000', '171508.528000', '171508.530000', '171508.533000', '171508.535000', '171508.538000', '171508.541000', '171508.543000', '171508.546000', '171508.549000', '171508.551000', '171508.554000', '171508.556000', '171508.559000', '171508.561000', '171508.564000', '171508.566000', '171508.573000', '171508.576000', '171508.579000', '171508.581000', '171508.584000', '171508.586000', '171508.589000', '171508.592000', '171508.594000', '171508.597000', '171508.599000', '171508.602000', '171528.446000', '171528.449000', '171528.452000', '171528.454000', '171528.457000', '171528.460000', '171528.462000', '171528.465000', '171528.467000', '171528.470000', '171528.473000', '171528.475000', '171528.478000', '171528.480000', '171528.483000', '171528.486000', '171528.488000', '171528.491000', '171528.493000', '171528.496000', '171528.511000', '171528.514000', '171528.516000', '171528.519000', '171528.522000', '171528.524000', '171528.527000', '171528.529000', '171528.532000', '171528.535000', '171528.537000', '171528.540000', '171528.542000', '171528.550000', '171528.553000', '171528.555000', '171528.558000', '171528.560000', '171528.563000', '171528.565000', '171528.568000', '171528.571000', '171528.573000', '171548.447000', '171548.449000', '171548.452000', '171548.455000', '171548.457000', '171548.460000', '171548.462000', '171548.465000', '171548.467000', '171548.470000', '171548.473000', '171548.475000', '171548.478000', '171548.480000', '171548.483000', '171548.485000', '171548.488000', '171548.491000', '171548.493000', '171548.496000', '171548.498000', '171548.501000', '171548.504000', '171548.506000', '171548.509000', '171548.511000', '171548.514000', '171548.516000', '171548.519000', '171548.522000', '171548.524000', '171548.527000', '171548.529000', '171548.532000', '171548.535000', '171548.537000', '171548.540000', '171548.542000', '171548.545000', '171548.548000', '171548.550000', '171548.553000', '171548.555000', '171548.566000', '171608.446000', '171608.449000', '171608.452000', '171608.455000', '171608.457000', '171608.460000', '171608.463000', '171608.465000', '171608.468000', '171608.470000', '171608.473000', '171608.475000', '171608.478000', '171608.481000', '171608.484000', '171608.486000', '171608.489000', '171608.491000', '171608.494000', '171608.497000', '171608.499000', '171608.502000', '171608.504000', '171608.507000', '171608.509000', '171608.512000', '171608.515000', '171608.525000', '171608.528000', '171608.530000', '171608.533000', '171608.535000', '171608.538000', '171608.541000', '171608.543000', '171608.546000', '171608.548000', '171608.551000', '171608.554000', '171608.556000', '171608.559000', '171608.562000', '171608.564000', '171628.445000', '171628.448000', '171628.451000', '171628.453000', '171628.456000', '171628.459000', '171628.461000', '171628.464000', '171628.467000', '171628.469000', '171628.472000', '171628.474000', '171628.477000', '171628.479000', '171628.482000', '171628.484000', '171628.487000', '171628.490000', '171628.492000', '171628.495000', '171628.497000', '171628.500000', '171628.503000', '171628.505000', '171628.508000', '171628.510000', '171628.513000', '171628.516000', '171628.518000', '171628.521000', '171628.523000', '171628.526000', '171628.529000', '171628.531000', '171628.534000', '171628.537000', '171628.539000', '171628.542000', '171628.544000', '171628.547000', '171628.550000', '171628.552000', '171628.555000', '171628.558000', '171648.446000', '171648.449000', '171648.452000', '171648.455000', '171648.457000', '171648.460000', '171648.463000', '171648.465000', '171648.468000', '171648.470000', '171648.473000', '171648.476000', '171648.478000', '171648.481000', '171648.483000', '171648.486000', '171648.489000', '171648.491000', '171648.494000', '171648.497000', '171648.499000', '171648.502000', '171648.504000', '171648.507000', '171648.510000', '171648.512000', '171648.515000', '171648.518000', '171648.520000', '171648.523000', '171648.525000', '171648.528000', '171648.531000', '171648.534000', '171648.537000', '171648.540000', '171648.542000', '171648.545000', '171648.548000', '171648.550000', '171648.553000', '171648.556000', '171648.558000', '171708.447000', '171708.450000', '171708.452000', '171708.455000', '171708.458000', '171708.460000', '171708.463000', '171708.465000', '171708.468000', '171708.471000', '171708.473000', '171708.476000', '171708.478000', '171708.481000', '171708.483000', '171708.486000', '171708.516000', '171708.519000', '171708.521000', '171708.524000', '171708.526000', '171708.529000', '171708.532000', '171708.534000', '171708.537000', '171708.539000', '171708.542000', '171708.544000', '171708.547000', '171708.550000', '171708.552000', '171708.555000', '171708.558000', '171708.560000', '171708.563000', '171708.565000', '171708.568000', '171708.571000', '171708.573000', '171708.576000', '171708.578000', '171708.581000', '171708.583000', '171708.586000', '171728.446000', '171728.449000', '171728.452000', '171728.455000', '171728.457000', '171728.460000', '171728.463000', '171728.465000', '171728.468000', '171728.470000', '171728.473000', '171728.476000', '171728.478000', '171728.481000', '171728.483000', '171728.486000', '171728.489000', '171728.491000', '171728.494000', '171728.496000', '171728.499000', '171728.502000', '171728.504000', '171728.507000', '171728.509000', '171728.512000', '171728.515000', '171728.517000', '171728.520000', '171728.522000', '171728.525000', '171728.528000', '171728.530000', '171728.533000', '171728.535000', '171728.538000', '171728.540000', '171728.544000', '171728.546000', '171728.549000', '171728.552000', '171728.554000', '171728.557000', '171748.446000', '171748.449000', '171748.452000', '171748.454000', '171748.457000', '171748.460000', '171748.462000', '171748.465000', '171748.467000', '171748.470000', '171748.473000', '171748.475000', '171748.478000', '171748.480000', '171748.483000', '171748.485000', '171748.488000', '171748.491000', '171748.493000', '171748.496000', '171748.499000', '171748.501000', '171748.504000', '171748.506000', '171748.509000', '171748.512000', '171748.514000', '171748.517000', '171748.519000', '171748.522000', '171748.525000', '171748.527000', '171748.530000', '171748.532000', '171748.535000', '171748.537000', '171748.540000', '171748.543000', '171748.545000', '171748.548000', '171748.550000', '171748.553000', '171748.556000', '171748.558000', '171808.446000', '171808.449000', '171808.452000', '171808.454000', '171808.457000', '171808.460000', '171808.462000', '171808.465000', '171808.467000', '171808.470000', '171808.473000', '171808.475000', '171808.478000', '171808.480000', '171808.483000', '171808.486000', '171808.488000', '171808.491000', '171808.493000', '171808.496000', '171808.499000', '171808.501000', '171808.504000', '171808.506000', '171808.509000', '171808.512000', '171808.514000', '171808.517000', '171808.519000', '171808.522000', '171808.525000', '171808.527000', '171808.530000', '171808.533000', '171808.535000', '171808.538000', '171808.541000', '171808.543000', '171808.546000', '171808.548000', '171808.551000', '171808.554000', '171808.556000', '171828.447000', '171828.449000', '171828.452000', '171828.455000', '171828.457000', '171828.460000', '171828.463000', '171828.465000', '171828.468000', '171828.470000', '171828.473000', '171828.476000', '171828.479000', '171828.481000', '171828.484000', '171828.487000', '171828.489000', '171828.492000', '171828.494000', '171828.497000', '171828.500000', '171828.502000', '171828.505000', '171828.508000', '171828.510000', '171828.513000', '171828.515000', '171828.518000', '171828.521000', '171828.523000', '171828.526000', '171828.528000', '171828.531000', '171828.533000', '171828.536000', '171828.539000', '171828.541000', '171828.544000', '171828.546000', '171828.549000', '171828.552000', '171828.554000', '171828.557000', '171828.560000', '171848.446000', '171848.448000', '171848.451000', '171848.454000', '171848.456000', '171848.459000', '171848.462000', '171848.464000', '171848.467000', '171848.469000', '171848.472000', '171848.475000', '171848.477000', '171848.480000', '171848.483000', '171848.485000', '171848.488000', '171848.490000', '171848.493000', '171848.495000', '171848.498000', '171848.501000', '171848.503000', '171848.506000', '171848.508000', '171848.511000', '171848.514000', '171848.516000', '171848.519000', '171848.521000', '171848.524000', '171848.527000', '171848.529000', '171848.532000', '171848.534000', '171848.537000', '171848.540000', '171848.542000', '171848.545000', '171848.547000', '171848.552000', '171848.554000', '171848.557000', '171908.447000', '171908.449000', '171908.452000', '171908.455000', '171908.457000', '171908.460000', '171908.462000', '171908.465000', '171908.467000', '171908.470000', '171908.473000', '171908.475000', '171908.478000', '171908.480000', '171908.483000', '171908.486000', '171908.488000', '171908.491000', '171908.494000', '171908.496000', '171908.499000', '171908.501000', '171908.504000', '171908.506000', '171908.509000', '171908.512000', '171908.514000', '171908.517000', '171908.519000', '171908.522000', '171908.525000', '171908.527000', '171908.530000', '171908.532000', '171908.535000', '171908.538000', '171908.540000', '171908.543000', '171908.545000', '171908.548000', '171908.551000', '171908.553000', '171908.556000', '171908.559000', '171928.447000', '171928.450000', '171928.452000', '171928.455000', '171928.457000', '171928.460000', '171928.463000', '171928.465000', '171928.468000', '171928.470000', '171928.473000', '171928.476000', '171928.478000', '171928.481000', '171928.483000', '171928.486000', '171928.489000', '171928.491000', '171928.494000', '171928.496000', '171928.499000', '171928.502000', '171928.504000', '171928.507000', '171928.510000', '171928.512000', '171928.515000', '171928.517000', '171928.520000', '171928.523000', '171928.525000', '171928.528000', '171928.530000', '171928.533000', '171928.535000', '171928.538000', '171928.541000', '171928.543000', '171928.546000', '171928.549000', '171928.551000', '171928.554000', '171928.556000', '171948.447000', '171948.449000', '171948.452000', '171948.454000', '171948.457000', '171948.460000', '171948.463000', '171948.466000', '171948.469000', '171948.472000', '171948.474000', '171948.477000', '171948.480000', '171948.482000', '171948.485000', '171948.487000', '171948.490000', '171948.493000', '171948.495000', '171948.498000', '171948.500000', '171948.503000', '171948.505000', '171948.508000', '171948.511000', '171948.513000', '171948.516000', '171948.519000', '171948.521000', '171948.524000', '171948.527000', '171948.529000', '171948.532000', '171948.534000', '171948.537000', '171948.540000', '171948.542000', '171948.545000', '171948.548000', '171948.550000', '171948.553000', '171948.555000', '171948.558000', '171948.561000', '172008.447000', '172008.450000', '172008.452000', '172008.455000', '172008.458000', '172008.460000', '172008.463000', '172008.466000', '172008.468000', '172008.471000', '172008.473000', '172008.476000', '172008.479000', '172008.481000', '172008.484000', '172008.487000', '172008.489000', '172008.492000', '172008.495000', '172008.497000', '172008.500000', '172008.502000', '172008.515000', '172008.518000', '172008.520000', '172008.523000', '172008.526000', '172008.528000', '172008.531000', '172008.534000', '172008.536000', '172008.539000', '172008.541000', '172008.544000', '172008.547000', '172008.549000', '172008.552000', '172008.555000', '172008.557000', '172008.560000', '172008.563000', '172008.565000', '172008.568000', '172028.447000', '172028.449000', '172028.452000', '172028.455000', '172028.457000', '172028.460000', '172028.462000', '172028.465000', '172028.468000', '172028.470000', '172028.473000', '172028.475000', '172028.478000', '172028.480000', '172028.483000', '172028.485000', '172028.488000', '172028.491000', '172028.493000', '172028.496000', '172028.498000', '172028.501000', '172028.504000', '172028.506000', '172028.509000', '172028.511000', '172028.514000', '172028.516000', '172028.519000', '172028.521000', '172028.524000', '172028.527000', '172028.529000', '172028.532000', '172028.535000', '172028.537000', '172028.540000', '172028.542000', '172028.545000', '172028.548000', '172028.550000', '172028.553000', '172028.555000', '172028.558000', '172048.447000', '172048.449000', '172048.452000', '172048.455000', '172048.457000', '172048.460000', '172048.463000', '172048.465000', '172048.468000', '172048.470000', '172048.473000', '172048.476000', '172048.478000', '172048.481000', '172048.483000', '172048.486000', '172048.488000', '172048.491000', '172048.494000', '172048.496000', '172048.499000', '172048.502000', '172048.504000', '172048.507000', '172048.509000', '172048.512000', '172048.515000', '172048.517000', '172048.520000', '172048.522000', '172048.525000', '172048.528000', '172048.530000', '172048.533000', '172048.535000', '172048.538000', '172048.541000', '172048.543000', '172048.546000', '172048.548000', '172048.551000', '172048.554000', '172048.556000', '172108.446000', '172108.449000', '172108.451000', '172108.454000', '172108.457000', '172108.460000', '172108.463000', '172108.466000', '172108.469000', '172108.471000', '172108.474000', '172108.477000', '172108.480000', '172108.483000', '172108.485000', '172108.488000', '172108.491000', '172108.493000', '172108.496000', '172108.499000', '172108.501000', '172108.505000', '172108.508000', '172108.510000', '172108.513000', '172108.516000', '172108.518000', '172108.521000', '172108.524000', '172108.526000', '172108.529000', '172108.531000', '172108.534000', '172108.537000', '172108.539000', '172108.542000', '172108.545000', '172108.547000', '172108.550000', '172108.552000', '172108.555000', '172108.558000', '172108.560000', '172128.447000', '172128.449000', '172128.452000', '172128.455000', '172128.457000', '172128.460000', '172128.463000', '172128.465000', '172128.468000', '172128.470000', '172128.473000', '172128.476000', '172128.478000', '172128.481000', '172128.484000', '172128.486000', '172128.489000', '172128.491000', '172128.494000', '172128.496000', '172128.499000', '172128.502000', '172128.504000', '172128.507000', '172128.509000', '172128.512000', '172128.515000', '172128.517000', '172128.520000', '172128.522000', '172128.525000', '172128.527000', '172128.530000', '172128.533000', '172128.542000', '172128.545000', '172128.547000', '172128.550000', '172128.553000', '172128.555000', '172128.558000', '172128.560000', '172128.563000', '172128.566000', '172148.447000', '172148.450000', '172148.452000', '172148.455000', '172148.457000', '172148.460000', '172148.463000', '172148.465000', '172148.468000', '172148.470000', '172148.473000', '172148.475000', '172148.478000', '172148.481000', '172148.484000', '172148.487000', '172148.490000', '172148.493000', '172148.495000', '172148.498000', '172148.500000', '172148.503000', '172148.506000', '172148.508000', '172148.511000', '172148.513000', '172148.516000', '172148.519000', '172148.521000', '172148.524000', '172148.526000', '172148.529000', '172148.532000', '172148.534000', '172148.537000', '172148.539000', '172148.542000', '172148.545000', '172148.547000', '172148.550000', '172148.552000', '172148.555000', '172148.557000', '172208.447000', '172208.449000', '172208.452000', '172208.455000', '172208.457000', '172208.460000', '172208.463000', '172208.465000', '172208.468000', '172208.470000', '172208.473000', '172208.476000', '172208.478000', '172208.481000', '172208.483000', '172208.486000', '172208.489000', '172208.491000', '172208.494000', '172208.496000', '172208.499000', '172208.502000', '172208.505000', '172208.507000', '172208.510000', '172208.512000', '172208.515000', '172208.518000', '172208.520000', '172208.523000', '172208.525000', '172208.528000', '172208.531000', '172208.533000', '172208.536000', '172208.539000', '172208.541000', '172208.544000', '172208.547000', '172208.549000', '172208.552000', '172208.554000', '172208.557000', '172208.560000', '172228.446000', '172228.449000', '172228.452000', '172228.455000', '172228.457000', '172228.460000', '172228.462000', '172228.465000', '172228.467000', '172228.470000', '172228.473000', '172228.476000', '172228.478000', '172228.481000', '172228.484000', '172228.486000', '172228.489000', '172228.492000', '172228.494000', '172228.497000', '172228.499000', '172228.502000', '172228.505000', '172228.507000', '172228.510000', '172228.512000', '172228.515000', '172228.517000', '172228.520000', '172228.523000', '172228.525000', '172228.528000', '172228.531000', '172228.533000', '172228.536000', '172228.539000', '172228.542000', '172228.545000', '172228.548000', '172228.550000', '172228.553000', '172228.556000', '172228.558000', '172248.447000', '172248.450000', '172248.452000', '172248.455000', '172248.458000', '172248.460000', '172248.463000', '172248.465000', '172248.468000', '172248.471000', '172248.473000', '172248.476000', '172248.478000', '172248.481000', '172248.484000', '172248.486000', '172248.489000', '172248.492000', '172248.494000', '172248.497000', '172248.499000', '172248.502000', '172248.505000', '172248.507000', '172248.510000', '172248.512000', '172248.515000', '172248.518000', '172248.520000', '172248.523000', '172248.525000', '172248.537000', '172248.539000', '172248.542000', '172248.544000', '172248.547000', '172248.550000', '172248.552000', '172248.555000', '172248.557000', '172248.560000', '172248.563000', '172248.565000', '172248.568000', '172308.447000', '172308.450000', '172308.452000', '172308.455000', '172308.457000', '172308.460000', '172308.463000', '172308.465000', '172308.468000', '172308.470000', '172308.473000', '172308.476000', '172308.478000', '172308.481000', '172308.483000', '172308.486000', '172308.489000', '172308.492000', '172308.494000', '172308.497000', '172308.499000', '172308.502000', '172308.504000', '172308.507000', '172308.510000', '172308.512000', '172308.515000', '172308.518000', '172308.521000', '172308.525000', '172308.528000', '172308.531000', '172308.533000', '172308.536000', '172308.538000', '172308.541000', '172308.544000', '172308.546000', '172308.549000', '172308.551000', '172308.554000', '172308.556000', '172308.559000', '172328.446000', '172328.448000', '172328.451000', '172328.454000', '172328.456000', '172328.459000', '172328.462000', '172328.464000', '172328.467000', '172328.470000', '172328.472000', '172328.475000', '172328.478000', '172328.480000', '172328.483000', '172328.485000', '172328.488000', '172328.491000', '172328.493000', '172328.496000', '172328.498000', '172328.501000', '172328.504000', '172328.506000', '172328.509000', '172328.511000', '172328.514000', '172328.517000', '172328.519000', '172328.522000', '172328.525000', '172328.527000', '172328.530000', '172328.533000', '172328.535000', '172328.538000', '172328.540000', '172328.543000', '172328.546000', '172328.548000', '172328.551000', '172328.553000', '172328.556000', '172328.559000', '172348.447000', '172348.450000', '172348.452000', '172348.455000', '172348.457000', '172348.460000', '172348.462000', '172348.465000', '172348.468000', '172348.470000', '172348.473000', '172348.475000', '172348.478000', '172348.481000', '172348.483000', '172348.486000', '172348.489000', '172348.491000', '172348.494000', '172348.496000', '172348.499000', '172348.501000', '172348.504000', '172348.507000', '172348.509000', '172348.512000', '172348.514000', '172348.517000', '172348.520000', '172348.522000', '172348.525000', '172348.527000', '172348.530000', '172348.533000', '172348.535000', '172348.538000', '172348.540000', '172348.543000', '172348.546000', '172348.549000', '172348.552000', '172348.555000', '172348.558000', '172408.447000', '172408.449000', '172408.452000', '172408.455000', '172408.457000', '172408.460000', '172408.463000', '172408.465000', '172408.468000', '172408.470000', '172408.473000', '172408.476000', '172408.478000', '172408.481000', '172408.483000', '172408.486000', '172408.489000', '172408.491000', '172408.494000', '172408.497000', '172408.499000', '172408.502000', '172408.505000', '172408.507000', '172408.510000', '172408.512000', '172408.515000', '172408.527000', '172408.529000', '172408.532000', '172408.535000', '172408.537000', '172408.540000', '172408.542000', '172408.545000', '172408.548000', '172408.550000', '172408.553000', '172408.556000', '172408.559000', '172408.561000', '172408.564000', '172408.567000', '172408.569000', '172428.447000', '172428.450000', '172428.452000', '172428.455000', '172428.457000', '172428.460000', '172428.463000', '172428.465000', '172428.468000', '172428.471000', '172428.473000', '172428.476000', '172428.479000', '172428.481000', '172428.484000', '172428.487000', '172428.489000', '172428.492000', '172428.495000', '172428.497000', '172428.500000', '172428.502000', '172428.505000', '172428.508000', '172428.510000', '172428.513000', '172428.515000', '172428.518000', '172428.521000', '172428.523000', '172428.526000', '172428.528000', '172428.531000', '172428.534000', '172428.536000', '172428.539000', '172428.541000', '172428.544000', '172428.547000', '172428.550000', '172428.552000', '172428.555000', '172428.558000', '172429.029000', '172429.032000'], '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': [10380, 11297, 12468, 11668, 10450, 10374, 9607, 12508, 9701, 9078, 9409, 10119, 7213, 9695, 8653, 7412, 8921, 7188, 8284, 6561, 8609, 7976, 6934, 9698, 7719, 8564, 6674, 7090, 7286, 7734, 6907, 9433, 8146, 7853, 9207, 7329, 6588, 6754, 7708, 9550, 9134, 7631, 8557, 7720, 9808, 8875, 7129, 11069, 7327, 7003, 9520, 7143, 11175, 7594, 9026, 8501, 7021, 10838, 6926, 10946, 7079, 10652, 8133, 10700, 8652, 6940, 9215, 6780, 8845, 7527, 10996, 6725, 10033, 8483, 9816, 9405, 10149, 9078, 8373, 7326, 6792, 8312, 6342, 6797, 7347, 6909, 7500, 8693, 6796, 10507, 8657, 6926, 9386, 6907, 10923, 7067, 11582, 8688, 7201, 10727, 7223, 9800, 8199, 6706, 9797, 6877, 11561, 6938, 9586, 9789, 9520, 9618, 6783, 10015, 7212, 11363, 6960, 10453, 7346, 9577, 9721, 9325, 10104, 6760, 9860, 7030, 11612, 7018, 10356, 7466, 10198, 10595, 9827, 9018, 6493, 9950, 6881, 11035, 7477, 12458, 7006, 11683, 8225, 10550, 11294, 6795, 9295, 6752, 10634, 7314, 12104, 7717, 11392, 7385, 11741, 8680, 10867, 7577, 9857, 10336, 11048, 11177, 6789, 9994, 7377, 10116, 7760, 10813, 8307, 10668, 8717, 11291, 7637, 10597, 7427, 10488, 8526, 9360, 7526, 9182, 9908, 7567, 8010, 7100, 8655, 8220, 11416, 8640, 10971, 7757, 9977, 10381, 7054, 9711, 7070, 10639, 8270, 7300, 8430, 8333, 11623, 7765, 6751, 9697, 7160, 12318, 7554, 11682, 7656, 11032, 8666, 11027, 9304, 8842, 7033, 8113, 9558, 9741, 7655, 6715, 7272, 6788, 9376, 6906, 9587, 7232, 8983, 7583, 11210, 7746, 10359, 7337, 9766, 9844, 10503, 7941, 7624, 8495, 10029, 10314, 6908, 7776, 6823, 10155, 6860, 8641, 6977, 8014, 6772, 11114, 7786, 10933, 7564, 9856, 9867, 8552, 8391, 6597, 10008, 7024, 11571, 6940, 10233, 7678, 11738, 7872, 10464, 8040, 10365, 7926, 9074, 7374, 9630, 10003, 6600, 8098, 6803, 9825, 7205, 10627, 7296, 8864, 6942, 11288, 7411, 9887, 8246, 9968, 8377, 10840, 7572, 11108, 7296, 10468, 8207, 11126, 8089, 10346, 8291, 10205, 8731, 10626, 7130, 9861, 7540, 10467, 7501, 9936, 7286, 9604, 9743, 6827, 9997, 6712, 10333, 7734, 10794, 8877, 10327, 8656, 11029, 7565, 11282, 6765, 10778, 7288, 9938, 6963, 9779, 8515, 10845, 7570, 6627, 7903, 6655, 9277, 6736, 8858, 7096, 9048, 8160, 10826, 6967, 9906, 7081, 6662, 9441, 6756, 9153, 7819, 10793, 7362, 10808, 6952, 10516, 8410, 10674, 8906, 8390, 8632, 7246, 10004, 6943, 9713, 7266, 9860, 8553, 11290, 7234, 10917, 7046, 10444, 9266, 8759, 8185, 6781, 9710, 7303, 9058, 6906, 9225, 7051, 11302, 8410, 10893, 7103, 10668, 7965, 10835, 7034, 10667, 9249, 9792, 8989, 6882, 9250, 7022, 10761, 8086, 10603, 8360, 10405, 8277, 10731, 7473, 10055, 8682, 8324, 9305, 7275, 9184, 8854, 10894, 7502, 9901, 8341, 10516, 10419, 7562, 9311, 7091, 9748, 7338, 9597, 6801, 8850, 6708, 11531, 9187, 11456, 7818, 10885, 8728, 11465, 8287, 10599, 8053, 10824, 9085, 10382, 8490, 9775, 8482, 10682, 7640, 10551, 7104, 10476, 8422, 9912, 7586, 6884, 9583, 7097, 8920, 8460, 10154, 8533, 10885, 7757, 10856, 7905, 10688, 7732, 10202, 7363, 10345, 7710, 10181, 8446, 8769, 7665, 6839, 9253, 7851, 8750, 8183, 10119, 8733, 10535, 6967, 10276, 8124, 10478, 10396, 7085, 9446, 7153, 11180, 8652, 11181, 7294, 11241, 7759, 10865, 10703, 7107, 8710, 6833, 9858, 6847, 10925, 8037, 10673, 7040, 10775, 7884, 7525, 8433, 7666, 10325, 6736, 8989, 7039, 10761, 7608, 9999, 7087, 10355, 9400, 10876, 10379, 6907, 9702, 6831, 11309, 8118, 9716, 7334, 7404, 9253, 6814, 8461, 7690, 10535, 7495, 11201, 7415, 10773, 9512, 10679, 8035, 10016, 7435, 9986, 10572, 11511, 7834, 10586, 8695, 10793, 8052, 10055, 7514, 10597, 9938, 10478, 7851, 6591, 8365, 6826, 9298, 7469, 9893, 7048, 10359, 7266, 10440, 7487, 10382, 9303, 11077, 10132, 6252, 10141, 6520, 8990, 6687, 9887, 7331, 10434, 7361, 10236, 8057, 9893, 8016, 6670, 9521, 6979, 11009, 7326, 9079, 7510, 7266, 7632, 6962, 11385, 9079, 6964, 7828, 7432, 11030, 8959, 9210, 9060, 7457, 10412, 7653, 12016, 9915, 9163, 8394, 6572, 8169, 7578, 11998, 7561, 10505, 7635, 10174, 10032, 7075, 10825, 7335, 11006, 7362, 11114, 9350, 8297, 7960, 6861, 9551, 7170, 11580, 7321, 10875, 7244, 11131, 9221, 9384, 8430, 10390, 10456, 10583, 7618, 6796, 8672, 6929, 11272, 7296, 9812, 7151, 9473, 7437, 11645, 8221, 9531, 7455, 10007, 7675, 10649, 8574, 9783, 8539, 10499, 8185, 11027, 8890, 6831, 8026, 8712, 10021, 8682, 8120, 6726, 8528, 7719, 10505, 7076, 8510, 7020, 10211, 7735, 10062, 7111, 9173, 7692, 10154, 8514, 11314, 7558, 9322, 7287, 9089, 10157, 6856, 8255, 7255, 11489, 8058, 11292, 7502, 11023, 8336, 10558, 7968, 10045, 9194, 10468, 7988, 6707, 8572, 6674, 9885, 7180, 8811, 6768, 11262, 7166, 11427, 7623, 10837, 7604, 10202, 7628, 9416, 8891, 9995, 10216, 6664, 7758, 6782, 9977, 6951, 7834, 6944, 9120, 6994, 10752, 8052, 8832, 7854, 10681, 7578, 10486, 7115, 10345, 7247, 9668, 7208, 10158, 8552, 9575, 7352, 6829, 8733, 6728, 9844, 6807, 8531, 8024, 10983, 8120, 11463, 6967, 10811, 7676, 11232, 7496, 10932, 6986, 10156, 7276, 10332, 7280, 9385, 8666, 9703, 9476, 6746, 8073, 6881, 9870, 6874, 8387, 8021, 10433, 8426, 11031, 7490, 9611, 7368, 9733, 7492, 6775, 8798, 6979, 9990, 7253, 10016, 7128, 10469, 7088, 12081, 7993, 11205, 8196, 11886, 8331, 11887, 8199, 11216, 8512, 11484, 9191, 10260, 8613, 11301, 9409, 10618, 9208, 10709, 9123, 10265, 8970, 6851, 7800, 9892, 9337, 10150, 9535, 6897, 8484, 7130, 10210, 7833, 9650, 8309, 9787, 8895, 11461, 8623, 11124, 8276, 10955, 8415, 10904, 8260, 10317, 8141, 10389, 8829, 10658, 7917, 11174, 8609, 10869, 8457, 10738, 8444, 10171, 8784, 8790, 8010, 10242, 10456, 9279, 8342, 6818, 9378, 10388, 10839, 7521, 8376, 10527, 8140, 10550, 8911, 9699, 8082, 9934, 8385, 8590, 8050, 9723, 8403, 10686, 9042, 6954, 7778, 9169, 9915, 8127, 8051, 6938, 9056, 9581, 10331, 6849, 8283, 7643, 9858, 7516, 8576, 7444, 9077, 8435, 11239, 8747, 9935, 7505, 9319, 9738, 8571, 9063, 6904, 9417, 7507, 11459, 7862, 9645, 7876, 10960, 8218, 10210, 8090, 9707, 8431, 10540, 7834, 6854, 8652, 7476, 10083, 7086, 8282, 7297, 9076, 8813, 11672, 8194, 10974, 7525, 11013, 8622, 10224, 7660, 8205, 10019, 7049, 8513, 8175, 9131, 9028, 11477, 8187, 10450, 7989, 10052, 9935, 6806, 8280, 6884, 10350, 7210, 10728, 7861, 10571, 8235, 11596, 8005, 10864, 7466, 10739, 7585, 10694, 7881, 10019, 7768, 9895, 6988, 7757, 8069, 9765, 9271, 6909, 8008, 6868, 10748, 8399, 10862, 7293, 10525, 7571, 10574, 7767, 9957, 8232, 10923, 11154, 8152, 8665, 6859, 10159, 7237, 10490, 8146, 9341, 8283, 11144, 8519, 10317, 7671, 10600, 7815, 10711, 7295, 10118, 7868, 10230, 7719, 7341, 8280, 8494, 10018, 6751, 9198, 6824, 9820, 7422, 11415, 8499, 9751, 8373, 11350, 7823, 10496, 7688, 10092, 10126, 7378, 7910, 7113, 9036, 7336, 10772, 8342, 10592, 8637, 11195, 7660, 11214, 8504, 10643, 8706, 10423, 7890, 8237, 9675, 7367, 8370, 7722, 9004, 8703, 11633, 8401, 10719, 8068, 10715, 8620, 10248, 8520, 10624, 8484, 11136, 7953, 9036, 8349, 10860, 9893, 7573, 7991, 7489, 9950, 7341, 8929, 6935, 9606, 7807, 11184, 8819, 10020, 8299, 10497, 9301, 10211, 7939, 9846, 10313, 6878, 9152, 7309, 9564, 8224, 11463, 8609, 9684, 8430, 11421, 8727, 10754, 7944, 10291, 8238, 10887, 8461, 9889, 7636, 10082, 9456, 7049, 7687, 6828, 9610, 7070, 8923, 7958, 9673, 8572, 11529, 7886, 10769, 7194, 10170, 8393, 8378, 7507, 6754, 9748, 7175, 8435, 6924, 9004, 7424, 11081, 7489, 10606, 7879, 10909, 7910, 10099, 7126, 9673, 10095, 7109, 8399, 6959, 10942, 8397, 11373, 7448, 10527, 8103, 10780, 7973, 6735, 9352, 7508, 11296, 8280, 10282, 7933, 11143, 7941, 10936, 7351, 8843, 9831, 7004, 9278, 8291, 9483, 8257, 11113, 8353, 9170, 7749, 6800, 9209, 7690, 8892, 8382, 10917, 8792, 10527, 8648, 10500, 11086, 11590, 8561, 6770, 9724, 8383, 11884, 9317, 10633, 9356, 11474, 9061, 11278, 9342, 10070, 8791, 10522, 8990, 6717, 8670, 7386, 10476, 8478, 10432, 8996, 10307, 9274, 11825, 9510, 9989, 9157, 11116, 8840, 11129, 9321, 10451, 9287, 10416, 9612, 10420, 8789, 10722, 10534, 7618, 9161, 6906, 9691, 8413, 9323, 7896, 9898, 9322, 8375, 8733, 6761, 9245, 9508, 10299, 6816, 9663, 7092, 11142, 8127, 9952, 8167, 9786, 8948, 11507, 8236, 10257, 8096], 'WindowCenter': [4157.0, 4128.0, 4123.0, 4094.0, 4081.0, 4069.0, 4068.0, 4087.0, 4052.0, 4040.0, 4041.0, 4051.0, 4018.0, 4066.0, 4056.0, 4046.0, 4067.0, 4050.0, 4056.0, 4037.0, 4069.0, 4058.0, 4049.0, 4080.0, 4061.0, 4082.0, 4039.0, 4051.0, 4060.0, 4072.0, 4075.0, 4108.0, 4098.0, 4087.0, 4109.0, 4076.0, 4062.0, 4050.0, 4072.0, 4093.0, 4104.0, 4088.0, 4094.0, 4087.0, 4116.0, 4095.0, 4074.0, 4116.0, 4073.0, 4072.0, 4106.0, 4076.0, 4127.0, 4084.0, 4095.0, 4096.0, 4075.0, 4127.0, 4074.0, 4112.0, 4063.0, 4115.0, 4085.0, 4114.0, 4095.0, 4072.0, 4095.0, 4063.0, 4106.0, 4084.0, 4113.0, 4063.0, 4103.0, 4094.0, 4142.0, 4130.0, 4128.0, 4117.0, 4092.0, 4069.0, 4067.0, 4086.0, 4038.0, 4038.0, 4050.0, 4032.0, 4100.0, 4120.0, 4093.0, 4144.0, 4123.0, 4093.0, 4135.0, 4110.0, 4145.0, 4105.0, 4143.0, 4125.0, 4103.0, 4145.0, 4104.0, 4146.0, 4127.0, 4104.0, 4147.0, 4104.0, 4155.0, 4105.0, 4136.0, 4146.0, 4136.0, 4134.0, 4091.0, 4131.0, 4104.0, 4154.0, 4106.0, 4143.0, 4103.0, 4146.0, 4148.0, 4147.0, 4146.0, 4096.0, 4146.0, 4116.0, 4155.0, 4104.0, 4144.0, 4115.0, 4143.0, 4157.0, 4145.0, 4124.0, 4080.0, 4131.0, 4103.0, 4154.0, 4103.0, 4152.0, 4090.0, 4154.0, 4123.0, 4142.0, 4144.0, 4079.0, 4119.0, 4079.0, 4132.0, 4101.0, 4140.0, 4099.0, 4139.0, 4089.0, 4141.0, 4109.0, 4128.0, 4087.0, 4116.0, 4118.0, 4125.0, 4126.0, 4064.0, 4116.0, 4076.0, 4117.0, 4085.0, 4115.0, 4095.0, 4114.0, 4094.0, 4126.0, 4085.0, 4114.0, 4073.0, 4116.0, 4105.0, 4105.0, 4085.0, 4105.0, 4118.0, 4086.0, 4097.0, 4075.0, 4107.0, 4109.0, 4138.0, 4108.0, 4127.0, 4087.0, 4118.0, 4130.0, 4088.0, 4120.0, 4091.0, 4131.0, 4111.0, 4099.0, 4108.0, 4110.0, 4140.0, 4100.0, 4075.0, 4120.0, 4088.0, 4151.0, 4098.0, 4137.0, 4100.0, 4128.0, 4110.0, 4126.0, 4107.0, 4106.0, 4076.0, 4095.0, 4118.0, 4105.0, 4086.0, 4065.0, 4085.0, 4075.0, 4105.0, 4076.0, 4105.0, 4085.0, 4105.0, 4098.0, 4125.0, 4086.0, 4115.0, 4086.0, 4115.0, 4119.0, 4128.0, 4096.0, 4085.0, 4096.0, 4116.0, 4117.0, 4073.0, 4084.0, 4063.0, 4116.0, 4076.0, 4096.0, 4074.0, 4084.0, 4075.0, 4126.0, 4085.0, 4126.0, 4096.0, 4115.0, 4117.0, 4108.0, 4096.0, 4076.0, 4117.0, 4076.0, 4137.0, 4076.0, 4118.0, 4098.0, 4135.0, 4097.0, 4116.0, 4094.0, 4127.0, 4096.0, 4107.0, 4085.0, 4115.0, 4116.0, 4075.0, 4096.0, 4073.0, 4119.0, 4086.0, 4129.0, 4083.0, 4105.0, 4086.0, 4128.0, 4087.0, 4115.0, 4095.0, 4117.0, 4107.0, 4126.0, 4087.0, 4126.0, 4085.0, 4127.0, 4095.0, 4127.0, 4095.0, 4114.0, 4095.0, 4115.0, 4096.0, 4115.0, 4074.0, 4116.0, 4096.0, 4126.0, 4086.0, 4117.0, 4087.0, 4119.0, 4119.0, 4076.0, 4128.0, 4078.0, 4128.0, 4097.0, 4128.0, 4108.0, 4116.0, 4108.0, 4128.0, 4097.0, 4125.0, 4076.0, 4128.0, 4087.0, 4118.0, 4086.0, 4116.0, 4107.0, 4127.0, 4098.0, 4075.0, 4099.0, 4087.0, 4120.0, 4076.0, 4108.0, 4086.0, 4118.0, 4108.0, 4129.0, 4087.0, 4128.0, 4088.0, 4089.0, 4131.0, 4089.0, 4121.0, 4099.0, 4142.0, 4099.0, 4141.0, 4100.0, 4140.0, 4110.0, 4141.0, 4119.0, 4109.0, 4109.0, 4099.0, 4131.0, 4088.0, 4120.0, 4088.0, 4129.0, 4109.0, 4139.0, 4100.0, 4129.0, 4089.0, 4129.0, 4118.0, 4107.0, 4109.0, 4090.0, 4132.0, 4099.0, 4121.0, 4086.0, 4118.0, 4087.0, 4139.0, 4108.0, 4127.0, 4087.0, 4128.0, 4099.0, 4129.0, 4087.0, 4128.0, 4119.0, 4131.0, 4121.0, 4088.0, 4120.0, 4100.0, 4141.0, 4109.0, 4130.0, 4120.0, 4154.0, 4122.0, 4128.0, 4088.0, 4128.0, 4120.0, 4109.0, 4119.0, 4098.0, 4121.0, 4121.0, 4139.0, 4100.0, 4128.0, 4121.0, 4142.0, 4143.0, 4101.0, 4120.0, 4088.0, 4132.0, 4090.0, 4119.0, 4078.0, 4118.0, 4089.0, 4140.0, 4118.0, 4138.0, 4098.0, 4129.0, 4108.0, 4136.0, 4096.0, 4126.0, 4099.0, 4127.0, 4107.0, 4116.0, 4106.0, 4117.0, 4110.0, 4126.0, 4097.0, 4116.0, 4088.0, 4128.0, 4108.0, 4117.0, 4097.0, 4087.0, 4129.0, 4087.0, 4108.0, 4108.0, 4129.0, 4109.0, 4129.0, 4098.0, 4128.0, 4110.0, 4129.0, 4099.0, 4129.0, 4098.0, 4129.0, 4099.0, 4130.0, 4110.0, 4105.0, 4098.0, 4078.0, 4118.0, 4096.0, 4109.0, 4110.0, 4129.0, 4120.0, 4131.0, 4090.0, 4130.0, 4111.0, 4141.0, 4142.0, 4088.0, 4129.0, 4100.0, 4141.0, 4119.0, 4138.0, 4088.0, 4141.0, 4098.0, 4139.0, 4130.0, 4086.0, 4107.0, 4077.0, 4118.0, 4076.0, 4129.0, 4098.0, 4128.0, 4090.0, 4128.0, 4098.0, 4085.0, 4109.0, 4096.0, 4129.0, 4076.0, 4109.0, 4087.0, 4129.0, 4098.0, 4118.0, 4088.0, 4131.0, 4120.0, 4139.0, 4130.0, 4087.0, 4119.0, 4088.0, 4139.0, 4098.0, 4116.0, 4100.0, 4098.0, 4133.0, 4089.0, 4110.0, 4112.0, 4142.0, 4103.0, 4142.0, 4103.0, 4140.0, 4132.0, 4140.0, 4109.0, 4128.0, 4088.0, 4128.0, 4131.0, 4136.0, 4087.0, 4126.0, 4107.0, 4126.0, 4098.0, 4115.0, 4086.0, 4130.0, 4117.0, 4128.0, 4096.0, 4074.0, 4095.0, 4076.0, 4119.0, 4087.0, 4117.0, 4087.0, 4128.0, 4097.0, 4128.0, 4098.0, 4128.0, 4120.0, 4140.0, 4144.0, 4078.0, 4127.0, 4066.0, 4118.0, 4088.0, 4128.0, 4097.0, 4127.0, 4087.0, 4127.0, 4109.0, 4129.0, 4096.0, 4076.0, 4119.0, 4101.0, 4152.0, 4114.0, 4122.0, 4103.0, 4099.0, 4113.0, 4102.0, 4154.0, 4133.0, 4100.0, 4109.0, 4100.0, 4141.0, 4134.0, 4132.0, 4120.0, 4101.0, 4141.0, 4112.0, 4163.0, 4133.0, 4121.0, 4110.0, 4087.0, 4109.0, 4099.0, 4150.0, 4100.0, 4127.0, 4098.0, 4132.0, 4132.0, 4088.0, 4139.0, 4089.0, 4127.0, 4100.0, 4139.0, 4120.0, 4108.0, 4098.0, 4087.0, 4130.0, 4088.0, 4139.0, 4086.0, 4128.0, 4098.0, 4139.0, 4118.0, 4119.0, 4110.0, 4127.0, 4130.0, 4127.0, 4086.0, 4073.0, 4106.0, 4084.0, 4127.0, 4085.0, 4116.0, 4073.0, 4106.0, 4085.0, 4127.0, 4096.0, 4104.0, 4087.0, 4116.0, 4096.0, 4127.0, 4106.0, 4114.0, 4095.0, 4114.0, 4095.0, 4124.0, 4105.0, 4064.0, 4094.0, 4094.0, 4116.0, 4094.0, 4084.0, 4063.0, 4097.0, 4084.0, 4126.0, 4075.0, 4094.0, 4074.0, 4117.0, 4084.0, 4115.0, 4075.0, 4107.0, 4096.0, 4129.0, 4109.0, 4137.0, 4098.0, 4117.0, 4097.0, 4119.0, 4131.0, 4089.0, 4108.0, 4099.0, 4140.0, 4109.0, 4139.0, 4100.0, 4127.0, 4109.0, 4127.0, 4100.0, 4117.0, 4117.0, 4126.0, 4097.0, 4076.0, 4108.0, 4076.0, 4128.0, 4086.0, 4106.0, 4087.0, 4139.0, 4086.0, 4137.0, 4096.0, 4127.0, 4097.0, 4127.0, 4097.0, 4106.0, 4107.0, 4116.0, 4127.0, 4075.0, 4085.0, 4075.0, 4117.0, 4074.0, 4086.0, 4073.0, 4116.0, 4086.0, 4127.0, 4095.0, 4107.0, 4110.0, 4129.0, 4098.0, 4128.0, 4089.0, 4129.0, 4099.0, 4118.0, 4099.0, 4130.0, 4123.0, 4130.0, 4100.0, 4088.0, 4123.0, 4089.0, 4133.0, 4089.0, 4109.0, 4109.0, 4141.0, 4111.0, 4141.0, 4088.0, 4140.0, 4111.0, 4140.0, 4098.0, 4139.0, 4089.0, 4139.0, 4099.0, 4129.0, 4102.0, 4120.0, 4121.0, 4130.0, 4131.0, 4087.0, 4112.0, 4099.0, 4131.0, 4090.0, 4110.0, 4111.0, 4141.0, 4122.0, 4141.0, 4099.0, 4131.0, 4113.0, 4142.0, 4115.0, 4104.0, 4136.0, 4104.0, 4146.0, 4113.0, 4143.0, 4100.0, 4142.0, 4091.0, 4151.0, 4109.0, 4141.0, 4106.0, 4140.0, 4109.0, 4139.0, 4098.0, 4128.0, 4107.0, 4138.0, 4106.0, 4115.0, 4108.0, 4125.0, 4106.0, 4117.0, 4107.0, 4115.0, 4118.0, 4118.0, 4105.0, 4062.0, 4086.0, 4114.0, 4115.0, 4127.0, 4116.0, 4075.0, 4108.0, 4087.0, 4127.0, 4085.0, 4116.0, 4096.0, 4115.0, 4107.0, 4137.0, 4109.0, 4127.0, 4105.0, 4127.0, 4107.0, 4126.0, 4105.0, 4126.0, 4109.0, 4130.0, 4118.0, 4127.0, 4097.0, 4140.0, 4108.0, 4125.0, 4096.0, 4125.0, 4108.0, 4127.0, 4107.0, 4104.0, 4095.0, 4127.0, 4128.0, 4116.0, 4106.0, 4074.0, 4119.0, 4128.0, 4139.0, 4097.0, 4109.0, 4128.0, 4096.0, 4115.0, 4105.0, 4115.0, 4095.0, 4118.0, 4096.0, 4107.0, 4099.0, 4117.0, 4110.0, 4127.0, 4106.0, 4078.0, 4099.0, 4118.0, 4129.0, 4097.0, 4099.0, 4086.0, 4107.0, 4117.0, 4128.0, 4074.0, 4109.0, 4096.0, 4129.0, 4088.0, 4108.0, 4088.0, 4108.0, 4108.0, 4139.0, 4120.0, 4131.0, 4099.0, 4130.0, 4130.0, 4122.0, 4121.0, 4090.0, 4132.0, 4100.0, 4153.0, 4112.0, 4130.0, 4111.0, 4141.0, 4123.0, 4132.0, 4112.0, 4132.0, 4112.0, 4140.0, 4099.0, 4088.0, 4119.0, 4099.0, 4130.0, 4091.0, 4111.0, 4098.0, 4119.0, 4121.0, 4151.0, 4109.0, 4140.0, 4110.0, 4140.0, 4119.0, 4132.0, 4101.0, 4110.0, 4129.0, 4089.0, 4119.0, 4109.0, 4119.0, 4121.0, 4150.0, 4110.0, 4141.0, 4112.0, 4130.0, 4132.0, 4088.0, 4110.0, 4090.0, 4131.0, 4099.0, 4140.0, 4109.0, 4140.0, 4111.0, 4139.0, 4110.0, 4127.0, 4098.0, 4127.0, 4099.0, 4128.0, 4098.0, 4130.0, 4099.0, 4129.0, 4090.0, 4098.0, 4110.0, 4129.0, 4132.0, 4099.0, 4111.0, 4093.0, 4142.0, 4121.0, 4142.0, 4101.0, 4142.0, 4113.0, 4143.0, 4112.0, 4131.0, 4122.0, 4141.0, 4141.0, 4111.0, 4109.0, 4079.0, 4130.0, 4099.0, 4141.0, 4111.0, 4119.0, 4110.0, 4140.0, 4121.0, 4129.0, 4100.0, 4140.0, 4098.0, 4141.0, 4099.0, 4132.0, 4109.0, 4142.0, 4111.0, 4099.0, 4109.0, 4120.0, 4131.0, 4089.0, 4120.0, 4089.0, 4130.0, 4099.0, 4151.0, 4121.0, 4128.0, 4109.0, 4141.0, 4110.0, 4140.0, 4100.0, 4129.0, 4140.0, 4100.0, 4110.0, 4100.0, 4132.0, 4101.0, 4142.0, 4121.0, 4141.0, 4121.0, 4143.0, 4110.0, 4141.0, 4121.0, 4141.0, 4121.0, 4140.0, 4111.0, 4110.0, 4131.0, 4100.0, 4111.0, 4099.0, 4120.0, 4121.0, 4151.0, 4111.0, 4141.0, 4110.0, 4141.0, 4123.0, 4129.0, 4122.0, 4141.0, 4121.0, 4140.0, 4111.0, 4119.0, 4110.0, 4140.0, 4131.0, 4099.0, 4109.0, 4088.0, 4131.0, 4097.0, 4119.0, 4087.0, 4119.0, 4099.0, 4140.0, 4119.0, 4129.0, 4109.0, 4140.0, 4131.0, 4129.0, 4111.0, 4131.0, 4141.0, 4089.0, 4121.0, 4088.0, 4132.0, 4112.0, 4141.0, 4109.0, 4119.0, 4109.0, 4139.0, 4109.0, 4139.0, 4108.0, 4129.0, 4109.0, 4139.0, 4110.0, 4128.0, 4099.0, 4129.0, 4129.0, 4088.0, 4099.0, 4091.0, 4130.0, 4089.0, 4119.0, 4109.0, 4130.0, 4121.0, 4141.0, 4110.0, 4139.0, 4088.0, 4130.0, 4111.0, 4108.0, 4100.0, 4091.0, 4132.0, 4101.0, 4110.0, 4101.0, 4123.0, 4101.0, 4142.0, 4101.0, 4141.0, 4112.0, 4141.0, 4112.0, 4141.0, 4100.0, 4132.0, 4144.0, 4100.0, 4111.0, 4103.0, 4142.0, 4122.0, 4152.0, 4101.0, 4142.0, 4111.0, 4140.0, 4113.0, 4089.0, 4131.0, 4099.0, 4152.0, 4112.0, 4141.0, 4110.0, 4142.0, 4114.0, 4141.0, 4101.0, 4121.0, 4142.0, 4099.0, 4132.0, 4121.0, 4131.0, 4121.0, 4141.0, 4121.0, 4132.0, 4111.0, 4090.0, 4132.0, 4111.0, 4121.0, 4123.0, 4153.0, 4123.0, 4142.0, 4122.0, 4144.0, 4154.0, 4152.0, 4121.0, 4078.0, 4119.0, 4112.0, 4150.0, 4119.0, 4130.0, 4117.0, 4139.0, 4118.0, 4139.0, 4118.0, 4128.0, 4108.0, 4128.0, 4119.0, 4087.0, 4109.0, 4086.0, 4140.0, 4108.0, 4131.0, 4118.0, 4129.0, 4118.0, 4138.0, 4118.0, 4117.0, 4118.0, 4138.0, 4118.0, 4130.0, 4118.0, 4126.0, 4117.0, 4127.0, 4117.0, 4126.0, 4107.0, 4126.0, 4127.0, 4085.0, 4119.0, 4088.0, 4129.0, 4109.0, 4130.0, 4111.0, 4142.0, 4133.0, 4122.0, 4123.0, 4091.0, 4135.0, 4132.0, 4144.0, 4088.0, 4131.0, 4089.0, 4143.0, 4097.0, 4131.0, 4108.0, 4117.0, 4118.0, 4139.0, 4108.0, 4129.0, 4112.0], 'WindowWidth': [9261.0, 9200.0, 9178.0, 9125.0, 9100.0, 9079.0, 9075.0, 9098.0, 9045.0, 9025.0, 9026.0, 9038.0, 8991.0, 9068.0, 9058.0, 9046.0, 9074.0, 9057.0, 9054.0, 9033.0, 9078.0, 9062.0, 9052.0, 9093.0, 9073.0, 9101.0, 9038.0, 9058.0, 9068.0, 9090.0, 9099.0, 9152.0, 9138.0, 9117.0, 9151.0, 9102.0, 9077.0, 9055.0, 9087.0, 9118.0, 9138.0, 9124.0, 9124.0, 9121.0, 9157.0, 9126.0, 9097.0, 9154.0, 9092.0, 9095.0, 9144.0, 9105.0, 9173.0, 9113.0, 9128.0, 9132.0, 9105.0, 9175.0, 9100.0, 9147.0, 9082.0, 9155.0, 9116.0, 9154.0, 9127.0, 9094.0, 9126.0, 9084.0, 9146.0, 9113.0, 9151.0, 9083.0, 9133.0, 9128.0, 9209.0, 9190.0, 9183.0, 9168.0, 9125.0, 9086.0, 9092.0, 9110.0, 9036.0, 9032.0, 9052.0, 9021.0, 9144.0, 9171.0, 9138.0, 9204.0, 9178.0, 9137.0, 9197.0, 9171.0, 9211.0, 9158.0, 9202.0, 9183.0, 9156.0, 9211.0, 9157.0, 9214.0, 9192.0, 9161.0, 9218.0, 9159.0, 9226.0, 9158.0, 9202.0, 9216.0, 9201.0, 9196.0, 9135.0, 9188.0, 9159.0, 9224.0, 9163.0, 9208.0, 9156.0, 9216.0, 9223.0, 9221.0, 9218.0, 9149.0, 9217.0, 9180.0, 9229.0, 9159.0, 9211.0, 9174.0, 9210.0, 9233.0, 9214.0, 9184.0, 9121.0, 9190.0, 9156.0, 9226.0, 9156.0, 9221.0, 9136.0, 9225.0, 9182.0, 9207.0, 9210.0, 9119.0, 9170.0, 9117.0, 9189.0, 9147.0, 9198.0, 9141.0, 9194.0, 9131.0, 9201.0, 9155.0, 9177.0, 9122.0, 9160.0, 9166.0, 9172.0, 9175.0, 9088.0, 9160.0, 9107.0, 9161.0, 9116.0, 9156.0, 9130.0, 9153.0, 9129.0, 9172.0, 9116.0, 9153.0, 9099.0, 9160.0, 9146.0, 9144.0, 9118.0, 9144.0, 9166.0, 9121.0, 9138.0, 9105.0, 9150.0, 9155.0, 9194.0, 9154.0, 9176.0, 9124.0, 9168.0, 9183.0, 9127.0, 9171.0, 9137.0, 9187.0, 9162.0, 9147.0, 9158.0, 9161.0, 9200.0, 9147.0, 9109.0, 9173.0, 9130.0, 9215.0, 9144.0, 9193.0, 9144.0, 9181.0, 9159.0, 9177.0, 9152.0, 9148.0, 9108.0, 9132.0, 9165.0, 9145.0, 9121.0, 9092.0, 9119.0, 9107.0, 9147.0, 9107.0, 9144.0, 9120.0, 9145.0, 9141.0, 9174.0, 9122.0, 9160.0, 9122.0, 9160.0, 9169.0, 9180.0, 9135.0, 9118.0, 9134.0, 9160.0, 9163.0, 9101.0, 9116.0, 9088.0, 9161.0, 9108.0, 9135.0, 9104.0, 9117.0, 9107.0, 9174.0, 9121.0, 9176.0, 9136.0, 9160.0, 9166.0, 9154.0, 9135.0, 9109.0, 9165.0, 9110.0, 9192.0, 9108.0, 9165.0, 9140.0, 9186.0, 9137.0, 9160.0, 9133.0, 9179.0, 9137.0, 9150.0, 9120.0, 9160.0, 9164.0, 9107.0, 9135.0, 9101.0, 9168.0, 9123.0, 9183.0, 9117.0, 9146.0, 9126.0, 9180.0, 9124.0, 9159.0, 9132.0, 9165.0, 9153.0, 9176.0, 9124.0, 9173.0, 9120.0, 9177.0, 9134.0, 9175.0, 9131.0, 9155.0, 9132.0, 9160.0, 9133.0, 9158.0, 9106.0, 9162.0, 9138.0, 9175.0, 9123.0, 9163.0, 9126.0, 9170.0, 9171.0, 9111.0, 9182.0, 9115.0, 9183.0, 9140.0, 9181.0, 9154.0, 9162.0, 9156.0, 9182.0, 9141.0, 9175.0, 9111.0, 9182.0, 9126.0, 9167.0, 9124.0, 9163.0, 9153.0, 9178.0, 9140.0, 9109.0, 9142.0, 9127.0, 9173.0, 9111.0, 9154.0, 9125.0, 9170.0, 9158.0, 9184.0, 9128.0, 9182.0, 9131.0, 9134.0, 9191.0, 9133.0, 9178.0, 9146.0, 9206.0, 9148.0, 9204.0, 9149.0, 9202.0, 9164.0, 9204.0, 9174.0, 9157.0, 9160.0, 9147.0, 9190.0, 9131.0, 9172.0, 9129.0, 9183.0, 9158.0, 9197.0, 9147.0, 9183.0, 9133.0, 9185.0, 9171.0, 9154.0, 9158.0, 9138.0, 9194.0, 9146.0, 9175.0, 9126.0, 9171.0, 9127.0, 9197.0, 9154.0, 9179.0, 9128.0, 9182.0, 9145.0, 9185.0, 9128.0, 9182.0, 9171.0, 9190.0, 9180.0, 9129.0, 9174.0, 9150.0, 9203.0, 9159.0, 9187.0, 9176.0, 9228.0, 9181.0, 9184.0, 9129.0, 9183.0, 9174.0, 9159.0, 9172.0, 9142.0, 9176.0, 9179.0, 9200.0, 9151.0, 9184.0, 9179.0, 9206.0, 9210.0, 9149.0, 9175.0, 9130.0, 9194.0, 9135.0, 9172.0, 9114.0, 9168.0, 9133.0, 9200.0, 9169.0, 9195.0, 9141.0, 9182.0, 9155.0, 9191.0, 9137.0, 9175.0, 9143.0, 9178.0, 9153.0, 9162.0, 9149.0, 9165.0, 9159.0, 9176.0, 9139.0, 9162.0, 9131.0, 9183.0, 9157.0, 9165.0, 9140.0, 9129.0, 9185.0, 9127.0, 9155.0, 9154.0, 9183.0, 9158.0, 9185.0, 9142.0, 9183.0, 9162.0, 9187.0, 9145.0, 9184.0, 9142.0, 9184.0, 9148.0, 9187.0, 9161.0, 9148.0, 9141.0, 9116.0, 9171.0, 9138.0, 9157.0, 9160.0, 9186.0, 9174.0, 9190.0, 9135.0, 9188.0, 9167.0, 9204.0, 9207.0, 9131.0, 9186.0, 9148.0, 9205.0, 9173.0, 9196.0, 9129.0, 9202.0, 9145.0, 9200.0, 9189.0, 9125.0, 9153.0, 9113.0, 9169.0, 9112.0, 9183.0, 9141.0, 9181.0, 9134.0, 9183.0, 9142.0, 9122.0, 9157.0, 9138.0, 9185.0, 9112.0, 9157.0, 9128.0, 9185.0, 9144.0, 9170.0, 9129.0, 9188.0, 9176.0, 9198.0, 9187.0, 9127.0, 9171.0, 9129.0, 9199.0, 9144.0, 9165.0, 9148.0, 9145.0, 9195.0, 9136.0, 9164.0, 9167.0, 9207.0, 9159.0, 9208.0, 9156.0, 9201.0, 9192.0, 9202.0, 9160.0, 9182.0, 9129.0, 9182.0, 9190.0, 9191.0, 9125.0, 9175.0, 9151.0, 9177.0, 9141.0, 9160.0, 9122.0, 9185.0, 9167.0, 9180.0, 9135.0, 9105.0, 9134.0, 9112.0, 9171.0, 9126.0, 9167.0, 9127.0, 9182.0, 9143.0, 9184.0, 9144.0, 9182.0, 9176.0, 9200.0, 9215.0, 9117.0, 9178.0, 9095.0, 9170.0, 9133.0, 9184.0, 9141.0, 9179.0, 9127.0, 9180.0, 9159.0, 9184.0, 9138.0, 9111.0, 9170.0, 9151.0, 9223.0, 9174.0, 9180.0, 9155.0, 9148.0, 9169.0, 9158.0, 9228.0, 9199.0, 9152.0, 9161.0, 9150.0, 9206.0, 9200.0, 9195.0, 9177.0, 9151.0, 9205.0, 9169.0, 9239.0, 9198.0, 9178.0, 9160.0, 9128.0, 9160.0, 9148.0, 9216.0, 9148.0, 9181.0, 9146.0, 9190.0, 9191.0, 9129.0, 9198.0, 9131.0, 9180.0, 9148.0, 9198.0, 9175.0, 9156.0, 9144.0, 9130.0, 9187.0, 9129.0, 9199.0, 9126.0, 9182.0, 9144.0, 9200.0, 9171.0, 9170.0, 9159.0, 9178.0, 9185.0, 9178.0, 9124.0, 9102.0, 9148.0, 9120.0, 9180.0, 9120.0, 9163.0, 9101.0, 9148.0, 9121.0, 9178.0, 9134.0, 9142.0, 9122.0, 9161.0, 9138.0, 9177.0, 9149.0, 9156.0, 9132.0, 9155.0, 9131.0, 9170.0, 9145.0, 9088.0, 9131.0, 9130.0, 9162.0, 9130.0, 9117.0, 9087.0, 9137.0, 9118.0, 9175.0, 9106.0, 9131.0, 9105.0, 9163.0, 9118.0, 9161.0, 9107.0, 9148.0, 9135.0, 9185.0, 9156.0, 9193.0, 9141.0, 9165.0, 9142.0, 9171.0, 9190.0, 9133.0, 9158.0, 9148.0, 9202.0, 9160.0, 9199.0, 9148.0, 9181.0, 9159.0, 9181.0, 9147.0, 9166.0, 9168.0, 9178.0, 9141.0, 9110.0, 9154.0, 9111.0, 9182.0, 9125.0, 9150.0, 9129.0, 9198.0, 9126.0, 9194.0, 9139.0, 9180.0, 9141.0, 9181.0, 9140.0, 9148.0, 9154.0, 9164.0, 9179.0, 9106.0, 9121.0, 9109.0, 9165.0, 9106.0, 9124.0, 9104.0, 9164.0, 9125.0, 9180.0, 9136.0, 9153.0, 9160.0, 9184.0, 9144.0, 9182.0, 9132.0, 9187.0, 9145.0, 9170.0, 9146.0, 9188.0, 9183.0, 9188.0, 9148.0, 9131.0, 9181.0, 9135.0, 9196.0, 9132.0, 9159.0, 9163.0, 9205.0, 9164.0, 9204.0, 9132.0, 9202.0, 9165.0, 9203.0, 9145.0, 9200.0, 9135.0, 9202.0, 9150.0, 9187.0, 9152.0, 9176.0, 9177.0, 9188.0, 9191.0, 9130.0, 9166.0, 9148.0, 9191.0, 9136.0, 9161.0, 9165.0, 9205.0, 9181.0, 9207.0, 9148.0, 9193.0, 9173.0, 9211.0, 9177.0, 9162.0, 9205.0, 9163.0, 9221.0, 9172.0, 9212.0, 9149.0, 9208.0, 9138.0, 9219.0, 9158.0, 9201.0, 9151.0, 9200.0, 9157.0, 9197.0, 9140.0, 9180.0, 9153.0, 9194.0, 9150.0, 9159.0, 9151.0, 9174.0, 9149.0, 9164.0, 9151.0, 9159.0, 9166.0, 9166.0, 9146.0, 9085.0, 9122.0, 9158.0, 9162.0, 9178.0, 9164.0, 9107.0, 9152.0, 9125.0, 9179.0, 9122.0, 9163.0, 9135.0, 9161.0, 9153.0, 9193.0, 9157.0, 9180.0, 9149.0, 9178.0, 9153.0, 9177.0, 9148.0, 9177.0, 9159.0, 9185.0, 9169.0, 9179.0, 9141.0, 9203.0, 9155.0, 9174.0, 9137.0, 9173.0, 9157.0, 9178.0, 9152.0, 9147.0, 9137.0, 9179.0, 9184.0, 9165.0, 9153.0, 9108.0, 9171.0, 9181.0, 9198.0, 9141.0, 9158.0, 9180.0, 9137.0, 9161.0, 9147.0, 9159.0, 9134.0, 9166.0, 9138.0, 9151.0, 9144.0, 9166.0, 9160.0, 9181.0, 9153.0, 9114.0, 9144.0, 9168.0, 9184.0, 9139.0, 9145.0, 9124.0, 9154.0, 9167.0, 9182.0, 9107.0, 9155.0, 9138.0, 9184.0, 9128.0, 9155.0, 9127.0, 9156.0, 9159.0, 9199.0, 9175.0, 9189.0, 9146.0, 9190.0, 9192.0, 9181.0, 9179.0, 9135.0, 9194.0, 9150.0, 9223.0, 9167.0, 9189.0, 9166.0, 9205.0, 9182.0, 9193.0, 9165.0, 9193.0, 9168.0, 9201.0, 9148.0, 9132.0, 9175.0, 9148.0, 9191.0, 9137.0, 9164.0, 9145.0, 9174.0, 9177.0, 9218.0, 9160.0, 9203.0, 9165.0, 9204.0, 9175.0, 9192.0, 9150.0, 9162.0, 9188.0, 9134.0, 9175.0, 9160.0, 9174.0, 9179.0, 9218.0, 9163.0, 9203.0, 9167.0, 9190.0, 9196.0, 9132.0, 9162.0, 9136.0, 9192.0, 9148.0, 9204.0, 9158.0, 9201.0, 9164.0, 9200.0, 9160.0, 9179.0, 9143.0, 9181.0, 9144.0, 9183.0, 9143.0, 9187.0, 9147.0, 9186.0, 9135.0, 9143.0, 9162.0, 9187.0, 9193.0, 9148.0, 9165.0, 9144.0, 9209.0, 9181.0, 9208.0, 9154.0, 9209.0, 9173.0, 9211.0, 9169.0, 9191.0, 9181.0, 9205.0, 9207.0, 9165.0, 9161.0, 9118.0, 9188.0, 9147.0, 9204.0, 9165.0, 9172.0, 9162.0, 9202.0, 9177.0, 9187.0, 9151.0, 9202.0, 9146.0, 9203.0, 9147.0, 9192.0, 9163.0, 9208.0, 9167.0, 9148.0, 9162.0, 9177.0, 9194.0, 9135.0, 9175.0, 9136.0, 9191.0, 9147.0, 9219.0, 9176.0, 9185.0, 9161.0, 9206.0, 9163.0, 9201.0, 9149.0, 9186.0, 9204.0, 9150.0, 9164.0, 9150.0, 9195.0, 9153.0, 9210.0, 9180.0, 9206.0, 9181.0, 9211.0, 9163.0, 9204.0, 9178.0, 9204.0, 9178.0, 9203.0, 9166.0, 9162.0, 9194.0, 9150.0, 9164.0, 9147.0, 9175.0, 9178.0, 9219.0, 9165.0, 9205.0, 9164.0, 9205.0, 9184.0, 9187.0, 9180.0, 9204.0, 9179.0, 9202.0, 9164.0, 9171.0, 9164.0, 9201.0, 9192.0, 9145.0, 9159.0, 9131.0, 9192.0, 9142.0, 9174.0, 9128.0, 9174.0, 9148.0, 9202.0, 9172.0, 9185.0, 9161.0, 9203.0, 9192.0, 9186.0, 9165.0, 9191.0, 9207.0, 9134.0, 9178.0, 9130.0, 9194.0, 9165.0, 9204.0, 9159.0, 9172.0, 9161.0, 9200.0, 9158.0, 9199.0, 9157.0, 9186.0, 9161.0, 9200.0, 9163.0, 9183.0, 9146.0, 9186.0, 9188.0, 9131.0, 9146.0, 9137.0, 9190.0, 9133.0, 9174.0, 9159.0, 9188.0, 9179.0, 9204.0, 9161.0, 9198.0, 9134.0, 9191.0, 9166.0, 9159.0, 9148.0, 9138.0, 9195.0, 9151.0, 9163.0, 9153.0, 9184.0, 9153.0, 9207.0, 9152.0, 9207.0, 9168.0, 9207.0, 9168.0, 9205.0, 9151.0, 9194.0, 9213.0, 9151.0, 9166.0, 9158.0, 9209.0, 9180.0, 9222.0, 9152.0, 9209.0, 9168.0, 9204.0, 9170.0, 9135.0, 9193.0, 9149.0, 9222.0, 9167.0, 9206.0, 9166.0, 9209.0, 9172.0, 9205.0, 9152.0, 9179.0, 9209.0, 9148.0, 9194.0, 9179.0, 9192.0, 9180.0, 9207.0, 9182.0, 9196.0, 9167.0, 9138.0, 9195.0, 9166.0, 9180.0, 9185.0, 9225.0, 9185.0, 9209.0, 9182.0, 9212.0, 9225.0, 9221.0, 9178.0, 9116.0, 9172.0, 9165.0, 9216.0, 9173.0, 9187.0, 9169.0, 9198.0, 9170.0, 9200.0, 9170.0, 9182.0, 9157.0, 9183.0, 9173.0, 9129.0, 9158.0, 9127.0, 9203.0, 9157.0, 9191.0, 9170.0, 9184.0, 9170.0, 9196.0, 9166.0, 9167.0, 9168.0, 9195.0, 9169.0, 9185.0, 9167.0, 9176.0, 9167.0, 9179.0, 9166.0, 9175.0, 9152.0, 9175.0, 9179.0, 9122.0, 9170.0, 9130.0, 9185.0, 9161.0, 9190.0, 9166.0, 9208.0, 9199.0, 9184.0, 9184.0, 9141.0, 9203.0, 9195.0, 9212.0, 9132.0, 9190.0, 9132.0, 9207.0, 9142.0, 9189.0, 9154.0, 9166.0, 9169.0, 9199.0, 9157.0, 9185.0, 9166.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.015350829383886258</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.031567681990521325</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.142395305920914</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3789413258498053</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2974009683082997</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5272.9888</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10783376478626693</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.161137440758294</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4481490800522216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3721108525353793</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.612199392265768</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.360136995355518</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0139177</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011300643905997276</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04770476371049881</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1266</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.208019782402974</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>21.9158</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0703</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.7833</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293302.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>809.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.1389</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.037</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.9225</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.1924</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3419.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83242.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1419.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4340.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>812.4913</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.970973295741715</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> |