=== 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-0112 --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-0112",
"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-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-04/func/sub-0112_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>c0905fe86970faa1a1223ad4ba06c4b5</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>15:11:26.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.997384, -0.0331401, 0.0642461, 0.0278595, 0.996291, 0.0814155]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0850457</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4237, -7777, -7278, 256, -153, -238, -121, -38]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>231.334</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3a2af6ec-8b4d-4a04-8c32-19b8b8c7dd8e||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.6759073734283447, 0.07474493980407715, 0.18010596930980682, 106.43302154541016], [0.08891256153583527, 2.6729753017425537, 0.2144140601158142, -115.1297607421875], [0.17236757278442383, -0.21843180060386658, 2.6854400634765625, -77.51204681396484], [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': ['151126.422500', '151126.882500', '151127.342500', '151127.802500', '151128.262500', '151128.722500', '151129.182500', '151129.642500', '151130.102500', '151130.562500', '151131.022500', '151131.482500', '151131.942500', '151132.402500', '151132.862500', '151133.322500', '151133.782500', '151134.242500', '151134.702500', '151135.162500', '151135.622500', '151136.082500', '151136.542500', '151137.002500', '151137.462500', '151137.922500', '151138.382500', '151138.842500', '151139.302500', '151139.762500', '151140.222500', '151140.682500', '151141.142500', '151141.602500', '151142.062500', '151142.522500', '151142.982500', '151143.442500', '151143.902500', '151144.362500', '151144.822500', '151145.282500', '151145.742500', '151146.202500', '151146.662500', '151147.122500', '151147.582500', '151148.042500', '151148.502500', '151148.962500', '151149.422500', '151149.882500', '151150.342500', '151150.802500', '151151.262500', '151151.722500', '151152.182500', '151152.642500', '151153.102500', '151153.562500', '151154.022500', '151154.482500', '151154.942500', '151155.402500', '151155.862500', '151156.322500', '151156.782500', '151157.242500', '151157.702500', '151158.162500', '151158.622500', '151159.082500', '151159.542500', '151200.002500', '151200.462500', '151200.922500', '151201.382500', '151201.842500', '151202.302500', '151202.762500', '151203.222500', '151203.682500', '151204.142500', '151204.602500', '151205.062500', '151205.522500', '151205.982500', '151206.442500', '151206.902500', '151207.362500', '151207.822500', '151208.282500', '151208.742500', '151209.202500', '151209.662500', '151210.122500', '151210.582500', '151211.042500', '151211.502500', '151211.962500', '151212.422500', '151212.882500', '151213.342500', '151213.802500', '151214.262500', '151214.722500', '151215.182500', '151215.642500', '151216.102500', '151216.562500', '151217.022500', '151217.482500', '151217.942500', '151218.402500', '151218.862500', '151219.322500', '151219.782500', '151220.242500', '151220.702500', '151221.162500', '151221.622500', '151222.082500', '151222.542500', '151223.002500', '151223.462500', '151223.922500', '151224.382500', '151224.842500', '151225.302500', '151225.762500', '151226.222500', '151226.682500', '151227.142500', '151227.602500', '151228.062500', '151228.522500', '151228.982500', '151229.442500', '151229.902500', '151230.362500', '151230.822500', '151231.282500', '151231.742500', '151232.202500', '151232.662500', '151233.122500', '151233.582500', '151234.042500', '151234.502500', '151234.962500', '151235.422500', '151235.882500', '151236.342500', '151236.802500', '151237.262500', '151237.722500', '151238.182500', '151238.642500', '151239.102500', '151239.562500', '151240.022500', '151240.482500', '151240.942500', '151241.402500', '151241.862500', '151242.322500', '151242.782500', '151243.242500', '151243.702500', '151244.162500', '151244.622500', '151245.082500', '151245.542500', '151246.002500', '151246.462500', '151246.922500', '151247.382500', '151247.842500', '151248.302500', '151248.762500', '151249.222500', '151249.682500', '151250.142500', '151250.602500', '151251.062500', '151251.522500', '151251.982500', '151252.442500', '151252.902500', '151253.362500', '151253.822500', '151254.282500', '151254.742500', '151255.202500', '151255.662500', '151256.122500', '151256.582500', '151257.042500', '151257.502500', '151257.962500', '151258.422500', '151258.882500', '151259.342500', '151259.802500', '151300.262500', '151300.722500', '151301.182500', '151301.642500', '151302.102500', '151302.562500', '151303.022500', '151303.482500', '151303.942500', '151304.402500', '151304.862500', '151305.322500', '151305.782500', '151306.242500', '151306.702500', '151307.162500', '151307.622500', '151308.082500', '151308.542500', '151309.002500', '151309.462500', '151309.922500', '151310.382500', '151310.842500', '151311.302500', '151311.762500', '151312.222500', '151312.682500', '151313.142500', '151313.602500', '151314.062500', '151314.522500', '151314.982500', '151315.442500', '151315.902500', '151316.362500', '151316.822500', '151317.282500', '151317.742500', '151318.202500', '151318.662500', '151319.122500', '151319.582500', '151320.042500', '151320.502500', '151320.962500', '151321.422500', '151321.882500', '151322.342500', '151322.802500', '151323.262500', '151323.722500', '151324.182500', '151324.642500', '151325.102500', '151325.562500', '151326.022500', '151326.482500', '151326.942500', '151327.402500', '151327.862500', '151328.322500', '151328.782500', '151329.242500', '151329.702500', '151330.162500', '151330.622500', '151331.082500', '151331.542500', '151332.002500', '151332.462500', '151332.922500', '151333.382500', '151333.842500', '151334.302500', '151334.762500', '151335.222500', '151335.682500', '151336.142500', '151336.602500', '151337.062500', '151337.522500', '151337.982500', '151338.442500', '151338.902500', '151339.362500', '151339.822500', '151340.282500', '151340.742500', '151341.202500', '151341.662500', '151342.122500', '151342.582500', '151343.042500', '151343.502500', '151343.962500', '151344.422500', '151344.882500', '151345.342500', '151345.802500', '151346.262500', '151346.722500', '151347.182500', '151347.642500', '151348.102500', '151348.562500', '151349.022500', '151349.482500', '151349.942500', '151350.402500', '151350.862500', '151351.322500', '151351.782500', '151352.242500', '151352.702500', '151353.162500', '151353.622500', '151354.082500', '151354.542500', '151355.002500', '151355.462500', '151355.922500', '151356.382500', '151356.842500', '151357.302500', '151357.762500', '151358.222500', '151358.682500', '151359.142500', '151359.602500', '151400.062500', '151400.522500', '151400.982500', '151401.442500', '151401.902500', '151402.362500', '151402.822500', '151403.282500', '151403.742500', '151404.202500', '151404.662500', '151405.122500', '151405.582500', '151406.042500', '151406.502500', '151406.962500', '151407.422500', '151407.882500', '151408.342500', '151408.802500', '151409.262500', '151409.722500', '151410.182500', '151410.642500', '151411.102500', '151411.562500', '151412.022500', '151412.482500', '151412.942500', '151413.402500', '151413.862500', '151414.322500', '151414.782500', '151415.242500', '151415.702500', '151416.162500', '151416.622500', '151417.082500', '151417.542500', '151418.002500', '151418.462500', '151418.922500', '151419.382500', '151419.842500', '151420.302500', '151420.762500', '151421.222500', '151421.682500', '151422.142500', '151422.602500', '151423.062500', '151423.522500', '151423.982500', '151424.442500', '151424.902500', '151425.362500', '151425.822500', '151426.282500', '151426.742500', '151427.202500', '151427.662500', '151428.122500', '151428.582500', '151429.042500', '151429.502500', '151429.962500', '151430.422500', '151430.882500', '151431.342500', '151431.802500', '151432.262500', '151432.722500', '151433.182500', '151433.642500', '151434.102500', '151434.562500', '151435.022500', '151435.482500', '151435.942500', '151436.402500', '151436.862500', '151437.322500', '151437.782500', '151438.242500', '151438.702500', '151439.162500', '151439.622500', '151440.082500', '151440.542500', '151441.002500', '151441.462500', '151441.922500', '151442.382500', '151442.842500', '151443.302500', '151443.762500', '151444.222500', '151444.682500', '151445.142500', '151445.602500', '151446.062500', '151446.522500', '151446.982500', '151447.442500', '151447.902500', '151448.362500', '151448.822500', '151449.282500', '151449.742500', '151450.202500', '151450.662500', '151451.122500', '151451.582500', '151452.042500', '151452.502500', '151452.962500', '151453.422500', '151453.882500', '151454.342500', '151454.802500', '151455.262500', '151455.722500', '151456.182500', '151456.642500', '151457.102500', '151457.562500', '151458.022500', '151458.482500', '151458.942500', '151459.402500', '151459.862500', '151500.322500', '151500.782500', '151501.242500', '151501.702500', '151502.162500', '151502.622500', '151503.082500', '151503.542500', '151504.002500', '151504.462500', '151504.922500', '151505.382500', '151505.842500', '151506.302500', '151506.762500', '151507.222500', '151507.682500', '151508.142500', '151508.602500', '151509.062500', '151509.522500', '151509.982500', '151510.442500', '151510.902500', '151511.362500', '151511.822500', '151512.282500', '151512.742500', '151513.202500', '151513.662500', '151514.122500', '151514.582500', '151515.042500', '151515.502500', '151515.962500', '151516.422500', '151516.882500', '151517.342500', '151517.802500', '151518.262500', '151518.722500', '151519.182500', '151519.642500', '151520.102500', '151520.562500', '151521.022500', '151521.482500', '151521.942500', '151522.402500', '151522.862500', '151523.322500', '151523.782500', '151524.242500', '151524.702500', '151525.162500', '151525.622500', '151526.082500', '151526.542500', '151527.002500', '151527.462500', '151527.922500', '151528.382500', '151528.842500', '151529.302500', '151529.762500', '151530.222500', '151530.682500', '151531.142500', '151531.602500', '151532.062500', '151532.522500', '151532.982500', '151533.442500', '151533.902500', '151534.362500', '151534.822500', '151535.282500', '151535.742500', '151536.202500', '151536.662500', '151537.122500', '151537.582500', '151538.042500', '151538.502500', '151538.962500', '151539.422500', '151539.882500', '151540.342500', '151540.802500', '151541.262500', '151541.722500', '151542.182500', '151542.642500', '151543.102500', '151543.562500', '151544.022500', '151544.482500', '151544.942500', '151545.402500', '151545.862500', '151546.322500', '151546.782500', '151547.242500', '151547.702500', '151548.162500', '151548.622500', '151549.082500', '151549.542500', '151550.002500', '151550.462500', '151550.922500', '151551.382500', '151551.842500', '151552.302500', '151552.762500', '151553.222500', '151553.682500', '151554.142500', '151554.602500', '151555.062500', '151555.522500', '151555.982500', '151556.442500', '151556.902500', '151557.362500', '151557.822500', '151558.282500', '151558.742500', '151559.202500', '151559.662500', '151600.122500', '151600.582500', '151601.042500', '151601.502500', '151601.962500', '151602.422500', '151602.882500', '151603.342500', '151603.802500', '151604.262500', '151604.722500', '151605.182500', '151605.642500', '151606.102500', '151606.562500', '151607.022500', '151607.482500', '151607.942500', '151608.402500', '151608.862500', '151609.322500', '151609.782500', '151610.242500', '151610.702500', '151611.162500', '151611.622500', '151612.082500', '151612.542500', '151613.002500', '151613.462500', '151613.922500', '151614.382500', '151614.842500', '151615.302500', '151615.762500', '151616.222500', '151616.682500', '151617.142500', '151617.602500', '151618.062500', '151618.522500', '151618.982500', '151619.442500', '151619.902500', '151620.362500', '151620.822500', '151621.282500', '151621.742500', '151622.202500', '151622.662500', '151623.122500', '151623.582500', '151624.042500', '151624.502500', '151624.962500', '151625.422500', '151625.882500', '151626.342500', '151626.802500', '151627.262500', '151627.722500', '151628.182500', '151628.642500', '151629.102500', '151629.562500', '151630.022500', '151630.482500', '151630.942500', '151631.402500', '151631.862500', '151632.322500', '151632.782500', '151633.242500', '151633.702500', '151634.162500', '151634.622500', '151635.082500', '151635.542500', '151636.002500', '151636.462500', '151636.922500', '151637.382500', '151637.842500', '151638.302500', '151638.762500', '151639.222500', '151639.682500', '151640.142500', '151640.602500', '151641.062500', '151641.522500', '151641.982500', '151642.442500', '151642.902500', '151643.362500', '151643.822500', '151644.282500', '151644.742500', '151645.202500', '151645.662500', '151646.122500', '151646.582500', '151647.042500', '151647.502500', '151647.962500', '151648.422500', '151648.882500', '151649.342500', '151649.802500', '151650.262500', '151650.722500', '151651.182500', '151651.642500', '151652.102500', '151652.562500', '151653.022500', '151653.482500', '151653.942500', '151654.402500', '151654.862500', '151655.322500', '151655.782500', '151656.242500', '151656.702500', '151657.162500', '151657.622500', '151658.082500', '151658.542500', '151659.002500', '151659.462500', '151659.922500', '151700.382500', '151700.842500', '151701.302500', '151701.762500', '151702.222500', '151702.682500', '151703.142500', '151703.602500', '151704.062500', '151704.522500', '151704.982500', '151705.442500', '151705.902500', '151706.362500', '151706.822500', '151707.282500', '151707.742500', '151708.202500', '151708.662500', '151709.122500', '151709.582500', '151710.042500', '151710.502500', '151710.962500', '151711.422500', '151711.882500', '151712.342500', '151712.802500', '151713.262500', '151713.722500', '151714.182500', '151714.642500', '151715.102500', '151715.562500', '151716.022500', '151716.482500', '151716.942500', '151717.402500', '151717.862500', '151718.322500', '151718.782500', '151719.242500', '151719.702500', '151720.162500', '151720.622500', '151721.082500', '151721.542500', '151722.002500', '151722.462500', '151722.922500', '151723.382500', '151723.842500', '151724.302500', '151724.762500', '151725.222500', '151725.682500', '151726.142500', '151726.602500', '151727.062500', '151727.522500', '151727.982500', '151728.442500', '151728.902500', '151729.362500', '151729.822500', '151730.282500', '151730.742500', '151731.202500', '151731.662500', '151732.122500', '151732.582500', '151733.042500', '151733.502500', '151733.962500', '151734.422500', '151734.882500', '151735.342500', '151735.802500', '151736.262500', '151736.722500', '151737.182500', '151737.642500', '151738.102500', '151738.562500', '151739.022500', '151739.482500', '151739.942500', '151740.402500', '151740.862500', '151741.322500', '151741.782500', '151742.242500', '151742.702500', '151743.162500', '151743.622500', '151744.082500', '151744.542500', '151745.002500', '151745.462500', '151745.922500', '151746.382500', '151746.842500', '151747.302500', '151747.762500', '151748.222500', '151748.682500', '151749.142500', '151749.602500', '151750.062500', '151750.522500', '151750.982500', '151751.442500', '151751.902500', '151752.362500', '151752.822500', '151753.282500', '151753.742500', '151754.202500', '151754.662500', '151755.122500', '151755.582500', '151756.042500', '151756.502500', '151756.962500', '151757.422500', '151757.882500', '151758.342500', '151758.802500', '151759.262500', '151759.722500', '151800.182500', '151800.642500', '151801.102500', '151801.562500', '151802.022500', '151802.482500', '151802.942500', '151803.402500', '151803.862500', '151804.322500', '151804.782500', '151805.242500', '151805.702500', '151806.162500', '151806.622500', '151807.082500', '151807.542500', '151808.002500', '151808.462500', '151808.922500', '151809.382500', '151809.842500', '151810.302500', '151810.762500', '151811.222500', '151811.682500', '151812.142500', '151812.602500', '151813.062500', '151813.522500', '151813.982500', '151814.442500', '151814.902500', '151815.362500', '151815.822500', '151816.282500', '151816.742500', '151817.202500', '151817.662500', '151818.122500', '151818.582500', '151819.042500', '151819.502500', '151819.962500', '151820.422500', '151820.882500', '151821.342500', '151821.802500', '151822.262500', '151822.722500', '151823.182500', '151823.642500', '151824.102500', '151824.562500', '151825.022500', '151825.482500', '151825.942500', '151826.402500', '151826.862500', '151827.322500', '151827.782500', '151828.242500', '151828.702500', '151829.162500', '151829.622500', '151830.082500', '151830.542500', '151831.002500', '151831.462500', '151831.922500', '151832.382500', '151832.842500', '151833.302500', '151833.762500', '151834.222500', '151834.682500', '151835.142500', '151835.602500', '151836.062500', '151836.522500', '151836.982500', '151837.442500', '151837.902500', '151838.362500', '151838.822500', '151839.282500', '151839.742500', '151840.202500', '151840.662500', '151841.122500', '151841.582500', '151842.042500', '151842.502500', '151842.962500', '151843.422500', '151843.882500', '151844.342500', '151844.802500', '151845.262500', '151845.722500', '151846.182500', '151846.642500', '151847.102500', '151847.562500', '151848.022500', '151848.482500', '151848.942500', '151849.402500', '151849.862500', '151850.322500', '151850.782500', '151851.242500', '151851.702500', '151852.162500', '151852.622500', '151853.082500', '151853.542500', '151854.002500', '151854.462500', '151854.922500', '151855.382500', '151855.842500', '151856.302500', '151856.762500', '151857.222500', '151857.682500', '151858.142500', '151858.602500', '151859.062500', '151859.522500', '151859.982500', '151900.442500', '151900.902500', '151901.362500', '151901.822500', '151902.282500', '151902.742500', '151903.202500', '151903.662500', '151904.122500', '151904.582500', '151905.042500', '151905.502500', '151905.962500', '151906.422500', '151906.882500', '151907.342500', '151907.802500', '151908.262500', '151908.722500', '151909.182500', '151909.642500', '151910.102500', '151910.562500', '151911.022500', '151911.482500', '151911.942500', '151912.402500', '151912.862500', '151913.322500', '151913.782500', '151914.242500', '151914.702500', '151915.162500', '151915.622500', '151916.082500', '151916.542500', '151917.002500', '151917.462500', '151917.922500', '151918.382500', '151918.842500', '151919.302500', '151919.762500', '151920.222500', '151920.682500', '151921.142500', '151921.602500', '151922.062500', '151922.522500', '151922.982500', '151923.442500', '151923.902500', '151924.362500', '151924.822500', '151925.282500', '151925.742500', '151926.202500', '151926.662500', '151927.122500', '151927.582500', '151928.042500', '151928.502500', '151928.962500', '151929.422500', '151929.882500', '151930.342500', '151930.802500', '151931.262500', '151931.722500', '151932.182500', '151932.642500', '151933.102500', '151933.562500', '151934.022500', '151934.482500', '151934.942500', '151935.402500', '151935.862500', '151936.322500', '151936.782500', '151937.242500', '151937.702500', '151938.162500', '151938.622500', '151939.082500', '151939.542500', '151940.002500', '151940.462500', '151940.922500', '151941.382500', '151941.842500', '151942.302500', '151942.762500', '151943.222500', '151943.682500', '151944.142500', '151944.602500', '151945.062500', '151945.522500', '151945.982500', '151946.442500', '151946.902500', '151947.362500', '151947.822500', '151948.282500', '151948.742500', '151949.202500', '151949.662500', '151950.122500', '151950.582500', '151951.042500', '151951.502500', '151951.962500', '151952.422500', '151952.882500', '151953.342500', '151953.802500', '151954.262500', '151954.722500', '151955.182500', '151955.642500', '151956.102500', '151956.562500', '151957.022500', '151957.482500', '151957.942500', '151958.402500', '151958.862500', '151959.322500', '151959.782500', '152000.242500', '152000.702500', '152001.162500', '152001.622500', '152002.082500', '152002.542500', '152003.002500', '152003.462500', '152003.922500', '152004.382500', '152004.842500', '152005.302500', '152005.762500', '152006.222500', '152006.682500', '152007.142500', '152007.602500', '152008.062500', '152008.522500', '152008.982500', '152009.442500', '152009.902500', '152010.362500', '152010.822500', '152011.282500', '152011.742500', '152012.202500', '152012.662500', '152013.122500', '152013.582500', '152014.042500', '152014.502500', '152014.962500', '152015.422500', '152015.882500', '152016.342500', '152016.802500', '152017.262500', '152017.722500', '152018.182500', '152018.642500', '152019.102500', '152019.562500', '152020.022500', '152020.482500', '152020.942500', '152021.402500', '152021.862500', '152022.322500', '152022.782500', '152023.242500', '152023.702500', '152024.162500', '152024.622500', '152025.082500', '152025.542500', '152026.002500', '152026.462500', '152026.922500', '152027.382500', '152027.842500', '152028.302500', '152028.762500', '152029.222500', '152029.682500', '152030.142500', '152030.602500', '152031.062500', '152031.522500', '152031.982500', '152032.442500', '152032.902500', '152033.362500', '152033.822500', '152034.282500', '152034.742500', '152035.202500', '152035.662500', '152036.122500', '152036.582500', '152037.042500', '152037.502500', '152037.962500', '152038.422500', '152038.882500', '152039.342500', '152039.802500', '152040.262500', '152040.722500', '152041.182500', '152041.642500', '152042.102500', '152042.562500', '152043.022500', '152043.482500', '152043.942500', '152044.402500', '152044.862500', '152045.322500', '152045.782500', '152046.242500', '152046.702500', '152047.162500', '152047.622500', '152048.082500', '152048.542500', '152049.002500', '152049.462500', '152049.922500', '152050.382500', '152050.842500', '152051.302500', '152051.762500', '152052.222500', '152052.682500', '152053.142500', '152053.602500', '152054.062500', '152054.522500', '152054.982500', '152055.442500', '152055.902500', '152056.362500', '152056.822500', '152057.282500', '152057.742500', '152058.202500', '152058.662500', '152059.122500', '152059.582500', '152100.042500', '152100.502500', '152100.962500', '152101.422500', '152101.882500', '152102.342500', '152102.802500', '152103.262500', '152103.722500', '152104.182500', '152104.642500', '152105.102500', '152105.562500', '152106.022500', '152106.482500', '152106.942500', '152107.402500', '152107.862500', '152108.322500', '152108.782500', '152109.242500'], 'ContentTime': ['151148.695000', '151148.698000', '151148.700000', '151148.703000', '151148.706000', '151148.716000', '151148.718000', '151148.721000', '151148.724000', '151148.726000', '151148.729000', '151148.731000', '151148.734000', '151148.736000', '151148.739000', '151148.741000', '151148.744000', '151148.746000', '151148.749000', '151148.752000', '151148.754000', '151148.757000', '151148.759000', '151148.762000', '151148.764000', '151148.767000', '151148.770000', '151148.772000', '151148.775000', '151148.777000', '151148.780000', '151148.782000', '151148.785000', '151148.787000', '151148.790000', '151148.793000', '151148.795000', '151148.798000', '151148.800000', '151148.804000', '151148.807000', '151148.809000', '151148.812000', '151148.815000', '151148.817000', '151208.663000', '151208.665000', '151208.668000', '151208.670000', '151208.673000', '151208.676000', '151208.678000', '151208.681000', '151208.683000', '151208.686000', '151208.688000', '151208.691000', '151208.694000', '151208.696000', '151208.699000', '151208.701000', '151208.704000', '151208.706000', '151208.718000', '151208.721000', '151208.723000', '151208.726000', '151208.729000', '151208.732000', '151208.734000', '151208.737000', '151208.739000', '151208.742000', '151208.744000', '151208.747000', '151208.750000', '151208.752000', '151208.755000', '151208.757000', '151208.760000', '151208.762000', '151208.765000', '151208.768000', '151208.770000', '151208.773000', '151208.775000', '151208.778000', '151208.780000', '151208.783000', '151228.662000', '151228.665000', '151228.668000', '151228.670000', '151228.673000', '151228.675000', '151228.678000', '151228.680000', '151228.683000', '151228.686000', '151228.688000', '151228.691000', '151228.693000', '151228.696000', '151228.699000', '151228.701000', '151228.704000', '151228.706000', '151228.709000', '151228.711000', '151228.714000', '151228.717000', '151228.719000', '151228.722000', '151228.731000', '151228.733000', '151228.736000', '151228.738000', '151228.741000', '151228.743000', '151228.746000', '151228.749000', '151228.751000', '151228.754000', '151228.756000', '151228.759000', '151228.761000', '151228.764000', '151228.766000', '151228.769000', '151228.772000', '151228.774000', '151228.777000', '151248.662000', '151248.665000', '151248.668000', '151248.671000', '151248.673000', '151248.676000', '151248.678000', '151248.681000', '151248.684000', '151248.686000', '151248.689000', '151248.691000', '151248.694000', '151248.696000', '151248.699000', '151248.702000', '151248.704000', '151248.707000', '151248.709000', '151248.712000', '151248.715000', '151248.717000', '151248.720000', '151248.722000', '151248.725000', '151248.727000', '151248.730000', '151248.732000', '151248.735000', '151248.738000', '151248.740000', '151248.743000', '151248.745000', '151248.748000', '151248.761000', '151248.763000', '151248.766000', '151248.768000', '151248.771000', '151248.773000', '151248.776000', '151248.779000', '151248.781000', '151248.784000', '151308.663000', '151308.665000', '151308.668000', '151308.670000', '151308.673000', '151308.676000', '151308.678000', '151308.693000', '151308.695000', '151308.698000', '151308.700000', '151308.703000', '151308.705000', '151308.708000', '151308.711000', '151308.713000', '151308.716000', '151308.718000', '151308.721000', '151308.723000', '151308.726000', '151308.729000', '151308.731000', '151308.734000', '151308.736000', '151308.739000', '151308.741000', '151308.744000', '151308.747000', '151308.749000', '151308.753000', '151308.755000', '151308.758000', '151308.760000', '151308.763000', '151308.766000', '151308.768000', '151308.771000', '151308.773000', '151308.776000', '151308.779000', '151308.781000', '151308.784000', '151328.663000', '151328.666000', '151328.669000', '151328.671000', '151328.674000', '151328.677000', '151328.679000', '151328.682000', '151328.684000', '151328.687000', '151328.690000', '151328.692000', '151328.695000', '151328.697000', '151328.700000', '151328.702000', '151328.705000', '151328.708000', '151328.710000', '151328.713000', '151328.716000', '151328.719000', '151328.722000', '151328.725000', '151328.727000', '151328.730000', '151328.732000', '151328.735000', '151328.738000', '151328.740000', '151328.743000', '151328.745000', '151328.748000', '151328.750000', '151328.753000', '151328.756000', '151328.758000', '151328.761000', '151328.763000', '151328.766000', '151328.769000', '151328.771000', '151328.774000', '151348.663000', '151348.666000', '151348.669000', '151348.672000', '151348.674000', '151348.677000', '151348.679000', '151348.682000', '151348.685000', '151348.687000', '151348.690000', '151348.692000', '151348.695000', '151348.697000', '151348.700000', '151348.710000', '151348.713000', '151348.716000', '151348.718000', '151348.721000', '151348.723000', '151348.726000', '151348.728000', '151348.731000', '151348.734000', '151348.736000', '151348.739000', '151348.741000', '151348.744000', '151348.747000', '151348.749000', '151348.752000', '151348.754000', '151348.757000', '151348.760000', '151348.762000', '151348.765000', '151348.767000', '151348.770000', '151348.772000', '151348.775000', '151348.778000', '151348.780000', '151348.783000', '151408.663000', '151408.665000', '151408.668000', '151408.670000', '151408.673000', '151408.676000', '151408.678000', '151408.681000', '151408.683000', '151408.686000', '151408.689000', '151408.691000', '151408.694000', '151408.697000', '151408.700000', '151408.702000', '151408.705000', '151408.707000', '151408.710000', '151408.713000', '151408.716000', '151408.718000', '151408.721000', '151408.723000', '151408.726000', '151408.728000', '151408.731000', '151408.734000', '151408.736000', '151408.739000', '151408.741000', '151408.744000', '151408.747000', '151408.749000', '151408.752000', '151408.755000', '151408.757000', '151408.760000', '151408.762000', '151408.765000', '151408.767000', '151408.770000', '151408.772000', '151408.775000', '151428.663000', '151428.665000', '151428.668000', '151428.671000', '151428.673000', '151428.676000', '151428.679000', '151428.681000', '151428.684000', '151428.686000', '151428.689000', '151428.691000', '151428.694000', '151428.697000', '151428.699000', '151428.702000', '151428.705000', '151428.707000', '151428.710000', '151428.712000', '151428.715000', '151428.718000', '151428.720000', '151428.723000', '151428.725000', '151428.728000', '151428.731000', '151428.733000', '151428.736000', '151428.738000', '151428.741000', '151428.743000', '151428.753000', '151428.755000', '151428.758000', '151428.760000', '151428.763000', '151428.766000', '151428.768000', '151428.771000', '151428.773000', '151428.776000', '151428.779000', '151448.662000', '151448.665000', '151448.668000', '151448.670000', '151448.673000', '151448.676000', '151448.678000', '151448.681000', '151448.683000', '151448.686000', '151448.689000', '151448.691000', '151448.694000', '151448.696000', '151448.699000', '151448.701000', '151448.704000', '151448.707000', '151448.709000', '151448.712000', '151448.714000', '151448.717000', '151448.720000', '151448.722000', '151448.725000', '151448.727000', '151448.730000', '151448.733000', '151448.735000', '151448.738000', '151448.740000', '151448.743000', '151448.746000', '151448.748000', '151448.751000', '151448.754000', '151448.756000', '151448.759000', '151448.761000', '151448.764000', '151448.767000', '151448.769000', '151448.772000', '151448.774000', '151508.663000', '151508.666000', '151508.668000', '151508.671000', '151508.673000', '151508.676000', '151508.679000', '151508.681000', '151508.684000', '151508.686000', '151508.689000', '151508.691000', '151508.694000', '151508.697000', '151508.699000', '151508.702000', '151508.704000', '151508.707000', '151508.710000', '151508.712000', '151508.715000', '151508.717000', '151508.720000', '151508.722000', '151508.725000', '151508.728000', '151508.730000', '151508.733000', '151508.735000', '151508.738000', '151508.740000', '151508.743000', '151508.746000', '151508.748000', '151508.751000', '151508.753000', '151508.756000', '151508.758000', '151508.761000', '151508.764000', '151508.766000', '151508.769000', '151508.771000', '151528.664000', '151528.667000', '151528.669000', '151528.672000', '151528.675000', '151528.677000', '151528.680000', '151528.683000', '151528.686000', '151528.688000', '151528.691000', '151528.694000', '151528.696000', '151528.699000', '151528.701000', '151528.704000', '151528.707000', '151528.709000', '151528.712000', '151528.714000', '151528.717000', '151528.719000', '151528.722000', '151528.725000', '151528.727000', '151528.730000', '151528.733000', '151528.735000', '151528.738000', '151528.741000', '151528.743000', '151528.746000', '151528.749000', '151528.751000', '151528.754000', '151528.756000', '151528.759000', '151528.761000', '151528.764000', '151528.767000', '151528.769000', '151528.772000', '151528.775000', '151528.777000', '151548.664000', '151548.666000', '151548.669000', '151548.672000', '151548.674000', '151548.677000', '151548.679000', '151548.682000', '151548.685000', '151548.687000', '151548.697000', '151548.700000', '151548.702000', '151548.705000', '151548.707000', '151548.710000', '151548.713000', '151548.715000', '151548.718000', '151548.720000', '151548.723000', '151548.726000', '151548.728000', '151548.731000', '151548.733000', '151548.736000', '151548.738000', '151548.741000', '151548.744000', '151548.746000', '151548.749000', '151548.751000', '151548.754000', '151548.756000', '151548.759000', '151548.762000', '151548.764000', '151548.767000', '151548.769000', '151548.772000', '151548.775000', '151548.777000', '151548.780000', '151608.663000', '151608.666000', '151608.669000', '151608.672000', '151608.674000', '151608.677000', '151608.679000', '151608.682000', '151608.685000', '151608.687000', '151608.690000', '151608.692000', '151608.695000', '151608.698000', '151608.700000', '151608.703000', '151608.706000', '151608.708000', '151608.711000', '151608.713000', '151608.716000', '151608.719000', '151608.721000', '151608.724000', '151608.726000', '151608.729000', '151608.731000', '151608.734000', '151608.737000', '151608.739000', '151608.742000', '151608.744000', '151608.747000', '151608.750000', '151608.752000', '151608.755000', '151608.757000', '151608.760000', '151608.762000', '151608.765000', '151608.768000', '151608.770000', '151608.773000', '151608.775000', '151628.663000', '151628.666000', '151628.668000', '151628.671000', '151628.674000', '151628.676000', '151628.679000', '151628.681000', '151628.684000', '151628.686000', '151628.689000', '151628.692000', '151628.694000', '151628.697000', '151628.699000', '151628.702000', '151628.705000', '151628.707000', '151628.710000', '151628.712000', '151628.715000', '151628.718000', '151628.720000', '151628.723000', '151628.725000', '151628.728000', '151628.730000', '151628.733000', '151628.736000', '151628.738000', '151628.741000', '151628.743000', '151628.746000', '151628.749000', '151628.751000', '151628.754000', '151628.756000', '151628.759000', '151628.762000', '151628.764000', '151628.767000', '151628.769000', '151628.772000', '151648.662000', '151648.665000', '151648.668000', '151648.670000', '151648.673000', '151648.676000', '151648.678000', '151648.681000', '151648.684000', '151648.686000', '151648.689000', '151648.692000', '151648.694000', '151648.697000', '151648.700000', '151648.702000', '151648.705000', '151648.708000', '151648.710000', '151648.713000', '151648.715000', '151648.718000', '151648.721000', '151648.724000', '151648.727000', '151648.730000', '151648.732000', '151648.735000', '151648.737000', '151648.740000', '151648.743000', '151648.745000', '151648.748000', '151648.750000', '151648.753000', '151648.756000', '151648.758000', '151648.761000', '151648.763000', '151648.766000', '151648.768000', '151648.771000', '151648.774000', '151708.662000', '151708.665000', '151708.668000', '151708.671000', '151708.673000', '151708.676000', '151708.678000', '151708.681000', '151708.683000', '151708.686000', '151708.688000', '151708.691000', '151708.694000', '151708.696000', '151708.699000', '151708.702000', '151708.704000', '151708.707000', '151708.709000', '151708.712000', '151708.715000', '151708.717000', '151708.720000', '151708.722000', '151708.725000', '151708.727000', '151708.730000', '151708.733000', '151708.735000', '151708.738000', '151708.740000', '151708.743000', '151708.746000', '151708.748000', '151708.751000', '151708.753000', '151708.756000', '151708.759000', '151708.761000', '151708.764000', '151708.766000', '151708.769000', '151708.772000', '151708.774000', '151728.663000', '151728.666000', '151728.668000', '151728.671000', '151728.674000', '151728.676000', '151728.679000', '151728.681000', '151728.684000', '151728.687000', '151728.690000', '151728.693000', '151728.696000', '151728.699000', '151728.702000', '151728.705000', '151728.707000', '151728.710000', '151728.713000', '151728.715000', '151728.718000', '151728.720000', '151728.723000', '151728.725000', '151728.728000', '151728.745000', '151728.748000', '151728.750000', '151728.753000', '151728.756000', '151728.758000', '151728.761000', '151728.763000', '151728.766000', '151728.768000', '151728.771000', '151728.774000', '151728.776000', '151728.779000', '151728.781000', '151728.784000', '151728.787000', '151728.789000', '151748.663000', '151748.666000', '151748.669000', '151748.672000', '151748.674000', '151748.677000', '151748.680000', '151748.682000', '151748.685000', '151748.687000', '151748.690000', '151748.693000', '151748.695000', '151748.698000', '151748.700000', '151748.703000', '151748.706000', '151748.708000', '151748.711000', '151748.713000', '151748.716000', '151748.719000', '151748.721000', '151748.724000', '151748.726000', '151748.729000', '151748.731000', '151748.734000', '151748.737000', '151748.739000', '151748.742000', '151748.744000', '151748.747000', '151748.750000', '151748.752000', '151748.755000', '151748.757000', '151748.760000', '151748.762000', '151748.765000', '151748.768000', '151748.770000', '151748.773000', '151748.775000', '151808.664000', '151808.666000', '151808.669000', '151808.672000', '151808.674000', '151808.677000', '151808.679000', '151808.682000', '151808.684000', '151808.687000', '151808.690000', '151808.692000', '151808.695000', '151808.697000', '151808.700000', '151808.703000', '151808.705000', '151808.708000', '151808.710000', '151808.713000', '151808.715000', '151808.718000', '151808.721000', '151808.723000', '151808.726000', '151808.728000', '151808.731000', '151808.733000', '151808.745000', '151808.748000', '151808.750000', '151808.753000', '151808.756000', '151808.759000', '151808.763000', '151808.765000', '151808.768000', '151808.771000', '151808.774000', '151808.776000', '151808.779000', '151808.782000', '151808.784000', '151828.664000', '151828.666000', '151828.669000', '151828.672000', '151828.674000', '151828.677000', '151828.680000', '151828.682000', '151828.685000', '151828.687000', '151828.690000', '151828.693000', '151828.695000', '151828.698000', '151828.700000', '151828.703000', '151828.706000', '151828.708000', '151828.711000', '151828.714000', '151828.716000', '151828.719000', '151828.721000', '151828.724000', '151828.726000', '151828.729000', '151828.732000', '151828.734000', '151828.737000', '151828.739000', '151828.742000', '151828.744000', '151828.747000', '151828.750000', '151828.752000', '151828.755000', '151828.758000', '151828.760000', '151828.763000', '151828.765000', '151828.768000', '151828.771000', '151828.773000', '151828.776000', '151848.663000', '151848.666000', '151848.668000', '151848.671000', '151848.674000', '151848.676000', '151848.679000', '151848.682000', '151848.684000', '151848.687000', '151848.689000', '151848.692000', '151848.694000', '151848.697000', '151848.700000', '151848.702000', '151848.705000', '151848.707000', '151848.710000', '151848.713000', '151848.715000', '151848.730000', '151848.733000', '151848.735000', '151848.738000', '151848.740000', '151848.743000', '151848.745000', '151848.748000', '151848.751000', '151848.753000', '151848.756000', '151848.759000', '151848.762000', '151848.765000', '151848.768000', '151848.771000', '151848.773000', '151848.776000', '151848.779000', '151848.782000', '151848.784000', '151848.787000', '151908.663000', '151908.665000', '151908.668000', '151908.671000', '151908.673000', '151908.676000', '151908.679000', '151908.681000', '151908.684000', '151908.686000', '151908.689000', '151908.692000', '151908.694000', '151908.697000', '151908.699000', '151908.702000', '151908.704000', '151908.707000', '151908.710000', '151908.712000', '151908.715000', '151908.717000', '151908.720000', '151908.723000', '151908.725000', '151908.728000', '151908.730000', '151908.733000', '151908.735000', '151908.738000', '151908.741000', '151908.743000', '151908.746000', '151908.748000', '151908.751000', '151908.754000', '151908.756000', '151908.759000', '151908.761000', '151908.764000', '151908.767000', '151908.769000', '151908.772000', '151908.774000', '151928.663000', '151928.666000', '151928.668000', '151928.671000', '151928.673000', '151928.676000', '151928.678000', '151928.681000', '151928.684000', '151928.686000', '151928.689000', '151928.691000', '151928.694000', '151928.697000', '151928.705000', '151928.708000', '151928.711000', '151928.713000', '151928.716000', '151928.718000', '151928.721000', '151928.724000', '151928.727000', '151928.730000', '151928.733000', '151928.736000', '151928.738000', '151928.741000', '151928.744000', '151928.747000', '151928.749000', '151928.752000', '151928.754000', '151928.757000', '151928.760000', '151928.762000', '151928.765000', '151928.767000', '151928.770000', '151928.772000', '151928.775000', '151928.778000', '151928.780000', '151948.663000', '151948.666000', '151948.668000', '151948.671000', '151948.674000', '151948.677000', '151948.679000', '151948.682000', '151948.685000', '151948.687000', '151948.690000', '151948.693000', '151948.695000', '151948.698000', '151948.700000', '151948.703000', '151948.706000', '151948.708000', '151948.711000', '151948.714000', '151948.716000', '151948.719000', '151948.721000', '151948.724000', '151948.727000', '151948.729000', '151948.732000', '151948.734000', '151948.737000', '151948.740000', '151948.742000', '151948.745000', '151948.748000', '151948.750000', '151948.753000', '151948.756000', '151948.758000', '151948.761000', '151948.764000', '151948.766000', '151948.769000', '151948.771000', '151948.774000', '151948.777000', '152008.663000', '152008.666000', '152008.669000', '152008.672000', '152008.674000', '152008.677000', '152008.679000', '152008.682000', '152008.685000', '152008.687000', '152008.690000', '152008.692000', '152008.695000', '152008.697000', '152008.700000', '152008.703000', '152008.705000', '152008.708000', '152008.719000', '152008.722000', '152008.725000', '152008.727000', '152008.730000', '152008.732000', '152008.735000', '152008.738000', '152008.740000', '152008.743000', '152008.745000', '152008.749000', '152008.752000', '152008.755000', '152008.758000', '152008.760000', '152008.763000', '152008.766000', '152008.769000', '152008.771000', '152008.774000', '152008.777000', '152008.779000', '152008.782000', '152008.785000', '152028.663000', '152028.666000', '152028.669000', '152028.672000', '152028.674000', '152028.677000', '152028.679000', '152028.682000', '152028.685000', '152028.687000', '152028.690000', '152028.692000', '152028.695000', '152028.697000', '152028.700000', '152028.703000', '152028.705000', '152028.708000', '152028.711000', '152028.713000', '152028.716000', '152028.719000', '152028.721000', '152028.724000', '152028.726000', '152028.729000', '152028.731000', '152028.734000', '152028.737000', '152028.739000', '152028.742000', '152028.744000', '152028.747000', '152028.750000', '152028.752000', '152028.755000', '152028.757000', '152028.760000', '152028.762000', '152028.765000', '152028.768000', '152028.770000', '152028.773000', '152028.775000', '152048.663000', '152048.665000', '152048.668000', '152048.671000', '152048.673000', '152048.676000', '152048.678000', '152048.681000', '152048.684000', '152048.686000', '152048.689000', '152048.691000', '152048.694000', '152048.697000', '152048.699000', '152048.702000', '152048.705000', '152048.713000', '152048.716000', '152048.718000', '152048.721000', '152048.724000', '152048.726000', '152048.729000', '152048.732000', '152048.734000', '152048.737000', '152048.739000', '152048.742000', '152048.745000', '152048.747000', '152048.750000', '152048.752000', '152048.755000', '152048.758000', '152048.760000', '152048.763000', '152048.765000', '152048.768000', '152048.771000', '152048.773000', '152048.776000', '152048.778000', '152108.663000', '152108.666000', '152108.668000', '152108.671000', '152108.673000', '152108.676000', '152108.678000', '152108.681000', '152108.684000', '152108.686000', '152108.689000', '152108.691000', '152108.694000', '152108.696000', '152108.699000', '152108.702000', '152108.704000', '152108.707000', '152108.709000', '152108.712000', '152108.715000', '152108.717000', '152108.720000', '152108.722000', '152108.725000', '152108.727000', '152108.730000', '152108.733000', '152108.735000', '152108.738000', '152108.741000', '152108.743000', '152108.746000', '152108.748000', '152108.751000', '152108.753000', '152108.756000', '152108.759000', '152108.761000', '152108.764000', '152108.766000', '152108.769000', '152108.772000', '152108.774000', '152110.844000', '152110.847000', '152110.850000', '152110.853000', '152110.856000'], 'InstanceCreationTime': ['151148.695000', '151148.698000', '151148.700000', '151148.703000', '151148.706000', '151148.716000', '151148.718000', '151148.721000', '151148.724000', '151148.726000', '151148.729000', '151148.731000', '151148.734000', '151148.736000', '151148.739000', '151148.741000', '151148.744000', '151148.746000', '151148.749000', '151148.752000', '151148.754000', '151148.757000', '151148.759000', '151148.762000', '151148.764000', '151148.767000', '151148.770000', '151148.772000', '151148.775000', '151148.777000', '151148.780000', '151148.782000', '151148.785000', '151148.787000', '151148.790000', '151148.793000', '151148.795000', '151148.798000', '151148.800000', '151148.804000', '151148.807000', '151148.809000', '151148.812000', '151148.815000', '151148.817000', '151208.663000', '151208.665000', '151208.668000', '151208.670000', '151208.673000', '151208.676000', '151208.678000', '151208.681000', '151208.683000', '151208.686000', '151208.688000', '151208.691000', '151208.694000', '151208.696000', '151208.699000', '151208.701000', '151208.704000', '151208.706000', '151208.718000', '151208.721000', '151208.723000', '151208.726000', '151208.729000', '151208.732000', '151208.734000', '151208.737000', '151208.739000', '151208.742000', '151208.744000', '151208.747000', '151208.750000', '151208.752000', '151208.755000', '151208.757000', '151208.760000', '151208.762000', '151208.765000', '151208.768000', '151208.770000', '151208.773000', '151208.775000', '151208.778000', '151208.780000', '151208.783000', '151228.662000', '151228.665000', '151228.668000', '151228.670000', '151228.673000', '151228.675000', '151228.678000', '151228.680000', '151228.683000', '151228.686000', '151228.688000', '151228.691000', '151228.693000', '151228.696000', '151228.699000', '151228.701000', '151228.704000', '151228.706000', '151228.709000', '151228.711000', '151228.714000', '151228.717000', '151228.719000', '151228.722000', '151228.731000', '151228.733000', '151228.736000', '151228.738000', '151228.741000', '151228.743000', '151228.746000', '151228.749000', '151228.751000', '151228.754000', '151228.756000', '151228.759000', '151228.761000', '151228.764000', '151228.766000', '151228.769000', '151228.772000', '151228.774000', '151228.777000', '151248.662000', '151248.665000', '151248.668000', '151248.671000', '151248.673000', '151248.676000', '151248.678000', '151248.681000', '151248.684000', '151248.686000', '151248.689000', '151248.691000', '151248.694000', '151248.696000', '151248.699000', '151248.702000', '151248.704000', '151248.707000', '151248.709000', '151248.712000', '151248.715000', '151248.717000', '151248.720000', '151248.722000', '151248.725000', '151248.727000', '151248.730000', '151248.732000', '151248.735000', '151248.738000', '151248.740000', '151248.743000', '151248.745000', '151248.748000', '151248.761000', '151248.763000', '151248.766000', '151248.768000', '151248.771000', '151248.773000', '151248.776000', '151248.779000', '151248.781000', '151248.784000', '151308.663000', '151308.665000', '151308.668000', '151308.670000', '151308.673000', '151308.676000', '151308.678000', '151308.693000', '151308.695000', '151308.698000', '151308.700000', '151308.703000', '151308.705000', '151308.708000', '151308.711000', '151308.713000', '151308.716000', '151308.718000', '151308.721000', '151308.723000', '151308.726000', '151308.729000', '151308.731000', '151308.734000', '151308.736000', '151308.739000', '151308.741000', '151308.744000', '151308.747000', '151308.749000', '151308.753000', '151308.755000', '151308.758000', '151308.760000', '151308.763000', '151308.766000', '151308.768000', '151308.771000', '151308.773000', '151308.776000', '151308.779000', '151308.781000', '151308.784000', '151328.663000', '151328.666000', '151328.669000', '151328.671000', '151328.674000', '151328.677000', '151328.679000', '151328.682000', '151328.684000', '151328.687000', '151328.690000', '151328.692000', '151328.695000', '151328.697000', '151328.700000', '151328.702000', '151328.705000', '151328.708000', '151328.710000', '151328.713000', '151328.716000', '151328.719000', '151328.722000', '151328.725000', '151328.727000', '151328.730000', '151328.732000', '151328.735000', '151328.738000', '151328.740000', '151328.743000', '151328.745000', '151328.748000', '151328.750000', '151328.753000', '151328.756000', '151328.758000', '151328.761000', '151328.763000', '151328.766000', '151328.769000', '151328.771000', '151328.774000', '151348.663000', '151348.666000', '151348.669000', '151348.672000', '151348.674000', '151348.677000', '151348.679000', '151348.682000', '151348.685000', '151348.687000', '151348.690000', '151348.692000', '151348.695000', '151348.697000', '151348.700000', '151348.710000', '151348.713000', '151348.716000', '151348.718000', '151348.721000', '151348.723000', '151348.726000', '151348.728000', '151348.731000', '151348.734000', '151348.736000', '151348.739000', '151348.741000', '151348.744000', '151348.747000', '151348.749000', '151348.752000', '151348.754000', '151348.757000', '151348.760000', '151348.762000', '151348.765000', '151348.767000', '151348.770000', '151348.772000', '151348.775000', '151348.778000', '151348.780000', '151348.783000', '151408.663000', '151408.665000', '151408.668000', '151408.670000', '151408.673000', '151408.676000', '151408.678000', '151408.681000', '151408.683000', '151408.686000', '151408.689000', '151408.691000', '151408.694000', '151408.697000', '151408.700000', '151408.702000', '151408.705000', '151408.707000', '151408.710000', '151408.713000', '151408.716000', '151408.718000', '151408.721000', '151408.723000', '151408.726000', '151408.728000', '151408.731000', '151408.734000', '151408.736000', '151408.739000', '151408.741000', '151408.744000', '151408.747000', '151408.749000', '151408.752000', '151408.755000', '151408.757000', '151408.760000', '151408.762000', '151408.765000', '151408.767000', '151408.770000', '151408.772000', '151408.775000', '151428.663000', '151428.665000', '151428.668000', '151428.671000', '151428.673000', '151428.676000', '151428.679000', '151428.681000', '151428.684000', '151428.686000', '151428.689000', '151428.691000', '151428.694000', '151428.697000', '151428.699000', '151428.702000', '151428.705000', '151428.707000', '151428.710000', '151428.712000', '151428.715000', '151428.718000', '151428.720000', '151428.723000', '151428.725000', '151428.728000', '151428.731000', '151428.733000', '151428.736000', '151428.738000', '151428.741000', '151428.743000', '151428.753000', '151428.755000', '151428.758000', '151428.760000', '151428.763000', '151428.766000', '151428.768000', '151428.771000', '151428.773000', '151428.776000', '151428.779000', '151448.662000', '151448.665000', '151448.668000', '151448.670000', '151448.673000', '151448.676000', '151448.678000', '151448.681000', '151448.683000', '151448.686000', '151448.689000', '151448.691000', '151448.694000', '151448.696000', '151448.699000', '151448.701000', '151448.704000', '151448.707000', '151448.709000', '151448.712000', '151448.714000', '151448.717000', '151448.720000', '151448.722000', '151448.725000', '151448.727000', '151448.730000', '151448.733000', '151448.735000', '151448.738000', '151448.740000', '151448.743000', '151448.746000', '151448.748000', '151448.751000', '151448.754000', '151448.756000', '151448.759000', '151448.761000', '151448.764000', '151448.767000', '151448.769000', '151448.772000', '151448.774000', '151508.663000', '151508.666000', '151508.668000', '151508.671000', '151508.673000', '151508.676000', '151508.679000', '151508.681000', '151508.684000', '151508.686000', '151508.689000', '151508.691000', '151508.694000', '151508.697000', '151508.699000', '151508.702000', '151508.704000', '151508.707000', '151508.710000', '151508.712000', '151508.715000', '151508.717000', '151508.720000', '151508.722000', '151508.725000', '151508.728000', '151508.730000', '151508.733000', '151508.735000', '151508.738000', '151508.740000', '151508.743000', '151508.746000', '151508.748000', '151508.751000', '151508.753000', '151508.756000', '151508.758000', '151508.761000', '151508.764000', '151508.766000', '151508.769000', '151508.771000', '151528.664000', '151528.667000', '151528.669000', '151528.672000', '151528.675000', '151528.677000', '151528.680000', '151528.683000', '151528.686000', '151528.688000', '151528.691000', '151528.694000', '151528.696000', '151528.699000', '151528.701000', '151528.704000', '151528.707000', '151528.709000', '151528.712000', '151528.714000', '151528.717000', '151528.719000', '151528.722000', '151528.725000', '151528.727000', '151528.730000', '151528.733000', '151528.735000', '151528.738000', '151528.741000', '151528.743000', '151528.746000', '151528.749000', '151528.751000', '151528.754000', '151528.756000', '151528.759000', '151528.761000', '151528.764000', '151528.767000', '151528.769000', '151528.772000', '151528.775000', '151528.777000', '151548.664000', '151548.666000', '151548.669000', '151548.672000', '151548.674000', '151548.677000', '151548.679000', '151548.682000', '151548.685000', '151548.687000', '151548.697000', '151548.700000', '151548.702000', '151548.705000', '151548.707000', '151548.710000', '151548.713000', '151548.715000', '151548.718000', '151548.720000', '151548.723000', '151548.726000', '151548.728000', '151548.731000', '151548.733000', '151548.736000', '151548.738000', '151548.741000', '151548.744000', '151548.746000', '151548.749000', '151548.751000', '151548.754000', '151548.756000', '151548.759000', '151548.762000', '151548.764000', '151548.767000', '151548.769000', '151548.772000', '151548.775000', '151548.777000', '151548.780000', '151608.663000', '151608.666000', '151608.669000', '151608.672000', '151608.674000', '151608.677000', '151608.679000', '151608.682000', '151608.685000', '151608.687000', '151608.690000', '151608.692000', '151608.695000', '151608.698000', '151608.700000', '151608.703000', '151608.706000', '151608.708000', '151608.711000', '151608.713000', '151608.716000', '151608.719000', '151608.721000', '151608.724000', '151608.726000', '151608.729000', '151608.731000', '151608.734000', '151608.737000', '151608.739000', '151608.742000', '151608.744000', '151608.747000', '151608.750000', '151608.752000', '151608.755000', '151608.757000', '151608.760000', '151608.762000', '151608.765000', '151608.768000', '151608.770000', '151608.773000', '151608.775000', '151628.663000', '151628.666000', '151628.668000', '151628.671000', '151628.674000', '151628.676000', '151628.679000', '151628.681000', '151628.684000', '151628.686000', '151628.689000', '151628.692000', '151628.694000', '151628.697000', '151628.699000', '151628.702000', '151628.705000', '151628.707000', '151628.710000', '151628.712000', '151628.715000', '151628.718000', '151628.720000', '151628.723000', '151628.725000', '151628.728000', '151628.730000', '151628.733000', '151628.736000', '151628.738000', '151628.741000', '151628.743000', '151628.746000', '151628.749000', '151628.751000', '151628.754000', '151628.756000', '151628.759000', '151628.762000', '151628.764000', '151628.767000', '151628.769000', '151628.772000', '151648.662000', '151648.665000', '151648.668000', '151648.670000', '151648.673000', '151648.676000', '151648.678000', '151648.681000', '151648.684000', '151648.686000', '151648.689000', '151648.692000', '151648.694000', '151648.697000', '151648.700000', '151648.702000', '151648.705000', '151648.708000', '151648.710000', '151648.713000', '151648.715000', '151648.718000', '151648.721000', '151648.724000', '151648.727000', '151648.730000', '151648.732000', '151648.735000', '151648.737000', '151648.740000', '151648.743000', '151648.745000', '151648.748000', '151648.750000', '151648.753000', '151648.756000', '151648.758000', '151648.761000', '151648.763000', '151648.766000', '151648.768000', '151648.771000', '151648.774000', '151708.662000', '151708.665000', '151708.668000', '151708.671000', '151708.673000', '151708.676000', '151708.678000', '151708.681000', '151708.683000', '151708.686000', '151708.688000', '151708.691000', '151708.694000', '151708.696000', '151708.699000', '151708.702000', '151708.704000', '151708.707000', '151708.709000', '151708.712000', '151708.715000', '151708.717000', '151708.720000', '151708.722000', '151708.725000', '151708.727000', '151708.730000', '151708.733000', '151708.735000', '151708.738000', '151708.740000', '151708.743000', '151708.746000', '151708.748000', '151708.751000', '151708.753000', '151708.756000', '151708.759000', '151708.761000', '151708.764000', '151708.766000', '151708.769000', '151708.772000', '151708.774000', '151728.663000', '151728.666000', '151728.668000', '151728.671000', '151728.674000', '151728.676000', '151728.679000', '151728.681000', '151728.684000', '151728.687000', '151728.690000', '151728.693000', '151728.696000', '151728.699000', '151728.702000', '151728.705000', '151728.707000', '151728.710000', '151728.713000', '151728.715000', '151728.718000', '151728.720000', '151728.723000', '151728.725000', '151728.728000', '151728.745000', '151728.748000', '151728.750000', '151728.753000', '151728.756000', '151728.758000', '151728.761000', '151728.763000', '151728.766000', '151728.768000', '151728.771000', '151728.774000', '151728.776000', '151728.779000', '151728.781000', '151728.784000', '151728.787000', '151728.789000', '151748.663000', '151748.666000', '151748.669000', '151748.672000', '151748.674000', '151748.677000', '151748.680000', '151748.682000', '151748.685000', '151748.687000', '151748.690000', '151748.693000', '151748.695000', '151748.698000', '151748.700000', '151748.703000', '151748.706000', '151748.708000', '151748.711000', '151748.713000', '151748.716000', '151748.719000', '151748.721000', '151748.724000', '151748.726000', '151748.729000', '151748.731000', '151748.734000', '151748.737000', '151748.739000', '151748.742000', '151748.744000', '151748.747000', '151748.750000', '151748.752000', '151748.755000', '151748.757000', '151748.760000', '151748.762000', '151748.765000', '151748.768000', '151748.770000', '151748.773000', '151748.775000', '151808.664000', '151808.666000', '151808.669000', '151808.672000', '151808.674000', '151808.677000', '151808.679000', '151808.682000', '151808.684000', '151808.687000', '151808.690000', '151808.692000', '151808.695000', '151808.697000', '151808.700000', '151808.703000', '151808.705000', '151808.708000', '151808.710000', '151808.713000', '151808.715000', '151808.718000', '151808.721000', '151808.723000', '151808.726000', '151808.728000', '151808.731000', '151808.733000', '151808.745000', '151808.748000', '151808.750000', '151808.753000', '151808.756000', '151808.759000', '151808.763000', '151808.765000', '151808.768000', '151808.771000', '151808.774000', '151808.776000', '151808.779000', '151808.782000', '151808.784000', '151828.664000', '151828.666000', '151828.669000', '151828.672000', '151828.674000', '151828.677000', '151828.680000', '151828.682000', '151828.685000', '151828.687000', '151828.690000', '151828.693000', '151828.695000', '151828.698000', '151828.700000', '151828.703000', '151828.706000', '151828.708000', '151828.711000', '151828.714000', '151828.716000', '151828.719000', '151828.721000', '151828.724000', '151828.726000', '151828.729000', '151828.732000', '151828.734000', '151828.737000', '151828.739000', '151828.742000', '151828.744000', '151828.747000', '151828.750000', '151828.752000', '151828.755000', '151828.758000', '151828.760000', '151828.763000', '151828.765000', '151828.768000', '151828.771000', '151828.773000', '151828.776000', '151848.663000', '151848.666000', '151848.668000', '151848.671000', '151848.674000', '151848.676000', '151848.679000', '151848.682000', '151848.684000', '151848.687000', '151848.689000', '151848.692000', '151848.694000', '151848.697000', '151848.700000', '151848.702000', '151848.705000', '151848.707000', '151848.710000', '151848.713000', '151848.715000', '151848.730000', '151848.733000', '151848.735000', '151848.738000', '151848.740000', '151848.743000', '151848.745000', '151848.748000', '151848.751000', '151848.753000', '151848.756000', '151848.759000', '151848.762000', '151848.765000', '151848.768000', '151848.771000', '151848.773000', '151848.776000', '151848.779000', '151848.782000', '151848.784000', '151848.787000', '151908.663000', '151908.665000', '151908.668000', '151908.671000', '151908.673000', '151908.676000', '151908.679000', '151908.681000', '151908.684000', '151908.686000', '151908.689000', '151908.692000', '151908.694000', '151908.697000', '151908.699000', '151908.702000', '151908.704000', '151908.707000', '151908.710000', '151908.712000', '151908.715000', '151908.717000', '151908.720000', '151908.723000', '151908.725000', '151908.728000', '151908.730000', '151908.733000', '151908.735000', '151908.738000', '151908.741000', '151908.743000', '151908.746000', '151908.748000', '151908.751000', '151908.754000', '151908.756000', '151908.759000', '151908.761000', '151908.764000', '151908.767000', '151908.769000', '151908.772000', '151908.774000', '151928.663000', '151928.666000', '151928.668000', '151928.671000', '151928.673000', '151928.676000', '151928.678000', '151928.681000', '151928.684000', '151928.686000', '151928.689000', '151928.691000', '151928.694000', '151928.697000', '151928.705000', '151928.708000', '151928.711000', '151928.713000', '151928.716000', '151928.718000', '151928.721000', '151928.724000', '151928.727000', '151928.730000', '151928.733000', '151928.736000', '151928.738000', '151928.741000', '151928.744000', '151928.747000', '151928.749000', '151928.752000', '151928.754000', '151928.757000', '151928.760000', '151928.762000', '151928.765000', '151928.767000', '151928.770000', '151928.772000', '151928.775000', '151928.778000', '151928.780000', '151948.663000', '151948.666000', '151948.668000', '151948.671000', '151948.674000', '151948.677000', '151948.679000', '151948.682000', '151948.685000', '151948.687000', '151948.690000', '151948.693000', '151948.695000', '151948.698000', '151948.700000', '151948.703000', '151948.706000', '151948.708000', '151948.711000', '151948.714000', '151948.716000', '151948.719000', '151948.721000', '151948.724000', '151948.727000', '151948.729000', '151948.732000', '151948.734000', '151948.737000', '151948.740000', '151948.742000', '151948.745000', '151948.748000', '151948.750000', '151948.753000', '151948.756000', '151948.758000', '151948.761000', '151948.764000', '151948.766000', '151948.769000', '151948.771000', '151948.774000', '151948.777000', '152008.663000', '152008.666000', '152008.669000', '152008.672000', '152008.674000', '152008.677000', '152008.679000', '152008.682000', '152008.685000', '152008.687000', '152008.690000', '152008.692000', '152008.695000', '152008.697000', '152008.700000', '152008.703000', '152008.705000', '152008.708000', '152008.719000', '152008.722000', '152008.725000', '152008.727000', '152008.730000', '152008.732000', '152008.735000', '152008.738000', '152008.740000', '152008.743000', '152008.745000', '152008.749000', '152008.752000', '152008.755000', '152008.758000', '152008.760000', '152008.763000', '152008.766000', '152008.769000', '152008.771000', '152008.774000', '152008.777000', '152008.779000', '152008.782000', '152008.785000', '152028.663000', '152028.666000', '152028.669000', '152028.672000', '152028.674000', '152028.677000', '152028.679000', '152028.682000', '152028.685000', '152028.687000', '152028.690000', '152028.692000', '152028.695000', '152028.697000', '152028.700000', '152028.703000', '152028.705000', '152028.708000', '152028.711000', '152028.713000', '152028.716000', '152028.719000', '152028.721000', '152028.724000', '152028.726000', '152028.729000', '152028.731000', '152028.734000', '152028.737000', '152028.739000', '152028.742000', '152028.744000', '152028.747000', '152028.750000', '152028.752000', '152028.755000', '152028.757000', '152028.760000', '152028.762000', '152028.765000', '152028.768000', '152028.770000', '152028.773000', '152028.775000', '152048.663000', '152048.665000', '152048.668000', '152048.671000', '152048.673000', '152048.676000', '152048.678000', '152048.681000', '152048.684000', '152048.686000', '152048.689000', '152048.691000', '152048.694000', '152048.697000', '152048.699000', '152048.702000', '152048.705000', '152048.713000', '152048.716000', '152048.718000', '152048.721000', '152048.724000', '152048.726000', '152048.729000', '152048.732000', '152048.734000', '152048.737000', '152048.739000', '152048.742000', '152048.745000', '152048.747000', '152048.750000', '152048.752000', '152048.755000', '152048.758000', '152048.760000', '152048.763000', '152048.765000', '152048.768000', '152048.771000', '152048.773000', '152048.776000', '152048.778000', '152108.663000', '152108.666000', '152108.668000', '152108.671000', '152108.673000', '152108.676000', '152108.678000', '152108.681000', '152108.684000', '152108.686000', '152108.689000', '152108.691000', '152108.694000', '152108.696000', '152108.699000', '152108.702000', '152108.704000', '152108.707000', '152108.709000', '152108.712000', '152108.715000', '152108.717000', '152108.720000', '152108.722000', '152108.725000', '152108.727000', '152108.730000', '152108.733000', '152108.735000', '152108.738000', '152108.741000', '152108.743000', '152108.746000', '152108.748000', '152108.751000', '152108.753000', '152108.756000', '152108.759000', '152108.761000', '152108.764000', '152108.766000', '152108.769000', '152108.772000', '152108.774000', '152110.844000', '152110.847000', '152110.850000', '152110.853000', '152110.856000'], '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': [10229, 9985, 10303, 10279, 9708, 8048, 9894, 12277, 10402, 11265, 9385, 11535, 9287, 12176, 9843, 12162, 9001, 11826, 9092, 11817, 9386, 10998, 10392, 11133, 9552, 11965, 9386, 11738, 9586, 12159, 8506, 11243, 9063, 12255, 9194, 11577, 9072, 11927, 8702, 11923, 8795, 11593, 9412, 10126, 11160, 8059, 8881, 7442, 9954, 7878, 11521, 8199, 11776, 8467, 12036, 8563, 11966, 8923, 12483, 8689, 13029, 10911, 11602, 10910, 11473, 13050, 8445, 13784, 8573, 12885, 9687, 12322, 9086, 10725, 9241, 9566, 9689, 8255, 11698, 8587, 13662, 8996, 10607, 9942, 8440, 13729, 8696, 9806, 9128, 8365, 9707, 8734, 10640, 8355, 11581, 7837, 10690, 8662, 9307, 8435, 8746, 8645, 9467, 8797, 10189, 8625, 9997, 8624, 10984, 9848, 9223, 9622, 10843, 11586, 10032, 14176, 11635, 12836, 12048, 10980, 9702, 10658, 10842, 11109, 9517, 8205, 7898, 9143, 8252, 9294, 9619, 10885, 11028, 9917, 10517, 9053, 10527, 9198, 11369, 9354, 10041, 9113, 9706, 9235, 9825, 9540, 9623, 11539, 9270, 11125, 9679, 11498, 10210, 9288, 9669, 9957, 9449, 9923, 9323, 10669, 9419, 10823, 9589, 10984, 9650, 10204, 9965, 8887, 9752, 9162, 10028, 9338, 11857, 9355, 10849, 9405, 9525, 9455, 10407, 9956, 10671, 9828, 11753, 9983, 8966, 9903, 9387, 10323, 10541, 10965, 10322, 10188, 9945, 10177, 10159, 9967, 10522, 9757, 10842, 9824, 10752, 9850, 11211, 9909, 11252, 9685, 10778, 9899, 10534, 9773, 10687, 9795, 10486, 10476, 10635, 9221, 10702, 9971, 10302, 11494, 10154, 11111, 10219, 10910, 9780, 11152, 9745, 10518, 9704, 10565, 9601, 10744, 9679, 10505, 11328, 10625, 11151, 10226, 10515, 10294, 11345, 9855, 11228, 9817, 11166, 10013, 10840, 9782, 10687, 10151, 10866, 10550, 10650, 10457, 10518, 11999, 11552, 11752, 9219, 11194, 9333, 11684, 9092, 10145, 9636, 9442, 9531, 10065, 10398, 9726, 11440, 9071, 10711, 9820, 9823, 9220, 9786, 10398, 9612, 8634, 9281, 9409, 9136, 10706, 9165, 10403, 9432, 9835, 10649, 8799, 9821, 9941, 9143, 10488, 9258, 11743, 10276, 12360, 9243, 9035, 9528, 9093, 9428, 9106, 9475, 8736, 9614, 8840, 9941, 8644, 10128, 8740, 10175, 9112, 10404, 9529, 9094, 9898, 8726, 9810, 8767, 10008, 8885, 10242, 9034, 9892, 9168, 9503, 9609, 9270, 9866, 8982, 11203, 9170, 10569, 9681, 8583, 9781, 8839, 10161, 9282, 10105, 9571, 7828, 9987, 8675, 10213, 8810, 9907, 9290, 9137, 9413, 8438, 9617, 8713, 9679, 8485, 11388, 9146, 10818, 9398, 12313, 10231, 9318, 10172, 8748, 10679, 9076, 9284, 9402, 8610, 10073, 8780, 9771, 9023, 8675, 9606, 8898, 9946, 8948, 9435, 8947, 7666, 9711, 8872, 9862, 9277, 9489, 9427, 8437, 10108, 9140, 9872, 9332, 8240, 9805, 8899, 10281, 9121, 9591, 9666, 7875, 9855, 8766, 9832, 9133, 10426, 9371, 10052, 9814, 8612, 10429, 9174, 10885, 9042, 9440, 9378, 7843, 9855, 8432, 9774, 8602, 10236, 9135, 9085, 9353, 8648, 9610, 8387, 12215, 8560, 10751, 9349, 9273, 9774, 8703, 10735, 8954, 9233, 9331, 7730, 9853, 8948, 9859, 9002, 9088, 9099, 8324, 9164, 8843, 10276, 8631, 9547, 8532, 9406, 7895, 9880, 8913, 8974, 8811, 10751, 10527, 10544, 8555, 11393, 9846, 10903, 13615, 12284, 15814, 8691, 13337, 9246, 9895, 9054, 8692, 9134, 8529, 8919, 8774, 9339, 8585, 8292, 8656, 8917, 9217, 8620, 9191, 8872, 11607, 8846, 11840, 8662, 11440, 9272, 10332, 9433, 8935, 8782, 7396, 8485, 9094, 8962, 9450, 9066, 8209, 9921, 8470, 12105, 8519, 11992, 9912, 9793, 8281, 8602, 8553, 8355, 9562, 8306, 9995, 8644, 9533, 8593, 9293, 7934, 9062, 8300, 9574, 9152, 10633, 9017, 11428, 8456, 11533, 8914, 12639, 11095, 11130, 9331, 8475, 12072, 8374, 13104, 8442, 10774, 8745, 8865, 8786, 8425, 9137, 8602, 10836, 8720, 11036, 9519, 8544, 8854, 8575, 8886, 8582, 12469, 8780, 12459, 9353, 10340, 9831, 8054, 9719, 8574, 11449, 8499, 9508, 9455, 9889, 9361, 10830, 8866, 9551, 9641, 9052, 9539, 9156, 9495, 9000, 10174, 9018, 13078, 8838, 12642, 9908, 9680, 8845, 8976, 8520, 9406, 7921, 8882, 11367, 8664, 12420, 10400, 9942, 11729, 9519, 8800, 7857, 9371, 9480, 13767, 9902, 14507, 12308, 10777, 7189, 8768, 7962, 8992, 8852, 10280, 11246, 8929, 9056, 8747, 10636, 8708, 12743, 10175, 12294, 8718, 12719, 12069, 10039, 14175, 8689, 13380, 11457, 10774, 9375, 10319, 9229, 8741, 8551, 8855, 7866, 9080, 7962, 9122, 9945, 9586, 9653, 9123, 10027, 8823, 11505, 9208, 12078, 12370, 11845, 8910, 11242, 8821, 10583, 10248, 11920, 9766, 12364, 10625, 10139, 8911, 10468, 8897, 12190, 8957, 11895, 10663, 9865, 8877, 9579, 8808, 11706, 8887, 10581, 7605, 9744, 9034, 9647, 8057, 9091, 12151, 8588, 8975, 8570, 8000, 8581, 10540, 9192, 12366, 9781, 10230, 11379, 13033, 12835, 14184, 14020, 8422, 8915, 7772, 10901, 7680, 8677, 9834, 8052, 11812, 7859, 8226, 8465, 7930, 10895, 10014, 12019, 7534, 8113, 8166, 7936, 10564, 9760, 11937, 7840, 8003, 8032, 8753, 12316, 10767, 8545, 8633, 8097, 10246, 9669, 12478, 11270, 8302, 7723, 8586, 10486, 8858, 12591, 10370, 8745, 9464, 7876, 12470, 10485, 8596, 11369, 7677, 8323, 9044, 7799, 11918, 10310, 9562, 10509, 8404, 10323, 11063, 8813, 12106, 11527, 8943, 10635, 8546, 12414, 10311, 8369, 11420, 8392, 8180, 8702, 7990, 10218, 10229, 8170, 10831, 7861, 8142, 9708, 7782, 12077, 9728, 11027, 8297, 7481, 9192, 8945, 12273, 10222, 9245, 10208, 7933, 12092, 9876, 9859, 11161, 8236, 9561, 9760, 9181, 12233, 15057, 13022, 13153, 10776, 8217, 8765, 7624, 10168, 8305, 9447, 8782, 10323, 9370, 10530, 8784, 10886, 11246, 9055, 9677, 9609, 10516, 11998, 10428, 14384, 11713, 12976, 10174, 13588, 10239, 9217, 10094, 9653, 10067, 9510, 9932, 9480, 10882, 9554, 9930, 9651, 9730, 9577, 9886, 10584, 9456, 11004, 10133, 9395, 8338, 10109, 8505, 9852, 8606, 10545, 10253, 9574, 8881, 9588, 9698, 9734, 10091, 9574, 9337, 9508, 9123, 10104, 9576, 12203, 10462, 11937, 9677, 13332, 9137, 12280, 9471, 11357, 9483, 9420, 9741, 9366, 10037, 9012, 12194, 9720, 9844, 9931, 8907, 9981, 8744, 11259, 9697, 10801, 9575, 9245, 9748, 9024, 10719, 8927, 9537, 8902, 9626, 8909, 10994, 9134, 11897, 9718, 12666, 9105, 12633, 9603, 11417, 9789, 11830, 12377, 9873, 14370, 8512, 11643, 10752, 9417, 10113, 9211, 9873, 8544, 9296, 8832, 10025, 9276, 10065, 8977, 10370, 8957, 9937, 10787, 9689, 10983, 9883, 11996, 9599, 14229, 11556, 14117, 11135, 13801, 11202, 14310, 11627, 14698, 11798, 14559, 11339, 13949, 9511, 12872, 10378, 11913, 9961, 9676, 9636, 9454, 9721, 9068, 9988, 8786, 9705, 9000, 9769, 9026, 9868, 8941, 9743, 9176, 9712, 8775, 9288, 8701, 9740, 8926, 9910, 8800, 9888, 8877, 10697, 8790, 10987, 9810, 9537, 9129, 9360, 9149, 9255, 8920, 10001, 9147, 9846, 9171, 9753, 9649, 9861, 10530, 10717, 13530, 9763, 13117, 9812, 13926, 10286, 13695, 10609, 12728, 10910, 11340, 9412, 8699, 9603, 9023, 9457, 9187, 9203, 9726, 10234, 9667, 8537, 9680, 8764, 9945, 8771, 9791, 8501, 11805, 8860, 11089, 9478, 10771, 9930, 11088, 9448, 11064, 9733, 10170, 9859, 8905, 9638, 8715, 12620, 10181, 13197, 9161, 13102, 9897, 11330, 9399, 10322, 9755, 11636, 9626, 9364, 11276, 8981, 14319, 9317, 13299, 9681, 11563, 9540, 9057, 9934, 9523, 9102, 9688, 8964, 9203, 8927, 8048, 8319, 7911, 10226, 8027, 11608, 8422, 12020, 11935, 9939, 9116, 8966, 7842, 9493, 7855, 12063, 9483, 12698, 10091, 12543, 12231, 12909, 9545, 11487, 11220, 14090, 15273, 12836, 16357, 14891, 12990, 10572, 12549, 9212, 8988, 9261, 9149, 9579, 9365, 9463, 9310, 9737, 9707, 9636, 9886, 9558, 9964, 12893, 10056, 12307, 10103, 10912, 9856, 9756, 9759, 10143, 10018, 9993, 9721, 9786, 9573, 9686, 10954, 9803, 10281, 10213, 9671, 10167, 9588, 9811, 9636, 9733, 9634, 9379, 9363, 9859, 9619, 10254, 9408, 10669, 11387, 10163, 9814, 11735, 8443, 11466, 9163, 10685, 13214, 14689, 13817, 8759, 12965, 14675, 10681, 13634, 9755, 13526, 11399, 13716, 9200, 12421, 9017, 12232, 8993, 10936, 9532, 8383, 9132, 8670, 8830, 8592, 9194, 8761, 9553, 9265, 9396, 11903, 8893, 11321, 9517, 10261, 11509, 9384, 10761, 8978, 12482, 12363, 11070, 8840, 10933, 8857, 11228, 9154, 12116, 10548, 12446, 11687, 10902, 9222, 9706, 10159, 10451, 9523, 12632, 9501, 13353, 9318, 12390, 9044, 12122, 10741, 9291, 9604, 8982, 9196, 9244, 12785, 10082, 10049, 10211, 8923, 10078, 9551, 13597, 11198, 13766, 10999, 9301, 9598, 9415, 9756, 8989, 11563, 10574, 12935, 9003, 8709, 9280, 9249, 9920, 9062, 13396, 9429, 9720, 9586, 9242], 'WindowCenter': [4489.0, 4465.0, 4503.0, 4424.0, 4427.0, 4393.0, 4420.0, 4442.0, 4462.0, 4461.0, 4427.0, 4432.0, 4413.0, 4429.0, 4411.0, 4418.0, 4391.0, 4431.0, 4389.0, 4417.0, 4389.0, 4408.0, 4399.0, 4392.0, 4400.0, 4406.0, 4386.0, 4378.0, 4363.0, 4421.0, 4377.0, 4396.0, 4377.0, 4416.0, 4388.0, 4408.0, 4388.0, 4407.0, 4377.0, 4417.0, 4378.0, 4407.0, 4385.0, 4386.0, 4373.0, 4346.0, 4350.0, 4316.0, 4354.0, 4325.0, 4374.0, 4348.0, 4399.0, 4350.0, 4388.0, 4348.0, 4387.0, 4349.0, 4386.0, 4348.0, 4399.0, 4367.0, 4380.0, 4366.0, 4378.0, 4385.0, 4336.0, 4394.0, 4332.0, 4373.0, 4342.0, 4371.0, 4332.0, 4362.0, 4342.0, 4354.0, 4343.0, 4325.0, 4361.0, 4323.0, 4385.0, 4331.0, 4351.0, 4342.0, 4323.0, 4371.0, 4323.0, 4354.0, 4345.0, 4321.0, 4353.0, 4349.0, 4365.0, 4350.0, 4422.0, 4401.0, 4442.0, 4436.0, 4445.0, 4425.0, 4420.0, 4423.0, 4443.0, 4434.0, 4445.0, 4437.0, 4447.0, 4436.0, 4457.0, 4456.0, 4463.0, 4466.0, 4457.0, 4442.0, 4423.0, 4465.0, 4443.0, 4440.0, 4441.0, 4432.0, 4420.0, 4417.0, 4443.0, 4414.0, 4214.0, 4169.0, 4252.0, 4315.0, 4334.0, 4367.0, 4369.0, 4405.0, 4392.0, 4370.0, 4367.0, 4348.0, 4366.0, 4356.0, 4375.0, 4347.0, 4354.0, 4346.0, 4355.0, 4356.0, 4355.0, 4354.0, 4344.0, 4373.0, 4344.0, 4363.0, 4356.0, 4375.0, 4379.0, 4356.0, 4355.0, 4366.0, 4357.0, 4354.0, 4357.0, 4365.0, 4355.0, 4366.0, 4354.0, 4389.0, 4355.0, 4355.0, 4354.0, 4345.0, 4355.0, 4356.0, 4355.0, 4356.0, 4375.0, 4358.0, 4389.0, 4357.0, 4358.0, 4357.0, 4367.0, 4367.0, 4368.0, 4358.0, 4378.0, 4354.0, 4346.0, 4353.0, 4357.0, 4379.0, 4380.0, 4361.0, 4409.0, 4367.0, 4382.0, 4380.0, 4378.0, 4382.0, 4392.0, 4371.0, 4380.0, 4381.0, 4389.0, 4379.0, 4377.0, 4367.0, 4377.0, 4359.0, 4377.0, 4369.0, 4379.0, 4382.0, 4380.0, 4368.0, 4379.0, 4379.0, 4379.0, 4358.0, 4376.0, 4368.0, 4367.0, 4387.0, 4367.0, 4376.0, 4366.0, 4366.0, 4355.0, 4377.0, 4355.0, 4366.0, 4357.0, 4364.0, 4355.0, 4365.0, 4356.0, 4367.0, 4376.0, 4366.0, 4375.0, 4367.0, 4366.0, 4367.0, 4375.0, 4366.0, 4374.0, 4366.0, 4374.0, 4366.0, 4377.0, 4368.0, 4376.0, 4380.0, 4376.0, 4379.0, 4378.0, 4378.0, 4377.0, 4429.0, 4604.0, 4535.0, 4468.0, 4472.0, 4427.0, 4454.0, 4416.0, 4433.0, 4425.0, 4411.0, 4411.0, 4425.0, 4421.0, 4424.0, 4431.0, 4400.0, 4419.0, 4422.0, 4419.0, 4425.0, 4405.0, 4421.0, 4436.0, 4400.0, 4410.0, 4416.0, 4415.0, 4438.0, 4433.0, 4455.0, 4434.0, 4432.0, 4441.0, 4422.0, 4442.0, 4442.0, 4435.0, 4444.0, 4434.0, 4456.0, 4433.0, 4450.0, 4409.0, 4398.0, 4409.0, 4397.0, 4406.0, 4408.0, 4416.0, 4410.0, 4417.0, 4408.0, 4417.0, 4411.0, 4428.0, 4410.0, 4428.0, 4421.0, 4429.0, 4421.0, 4410.0, 4430.0, 4410.0, 4431.0, 4411.0, 4431.0, 4421.0, 4430.0, 4423.0, 4431.0, 4432.0, 4433.0, 4431.0, 4432.0, 4429.0, 4423.0, 4439.0, 4420.0, 4431.0, 4419.0, 4410.0, 4418.0, 4409.0, 4428.0, 4421.0, 4429.0, 4421.0, 4401.0, 4431.0, 4424.0, 4441.0, 4423.0, 4432.0, 4432.0, 4433.0, 4433.0, 4414.0, 4433.0, 4423.0, 4432.0, 4412.0, 4442.0, 4421.0, 4441.0, 4423.0, 4451.0, 4419.0, 4408.0, 4418.0, 4397.0, 4416.0, 4407.0, 4407.0, 4406.0, 4409.0, 4419.0, 4411.0, 4418.0, 4421.0, 4409.0, 4418.0, 4421.0, 4430.0, 4422.0, 4419.0, 4421.0, 4403.0, 4430.0, 4423.0, 4430.0, 4433.0, 4433.0, 4422.0, 4411.0, 4430.0, 4432.0, 4431.0, 4432.0, 4413.0, 4432.0, 4424.0, 4443.0, 4433.0, 4431.0, 4432.0, 4413.0, 4432.0, 4424.0, 4431.0, 4434.0, 4441.0, 4423.0, 4433.0, 4430.0, 4423.0, 4440.0, 4423.0, 4441.0, 4421.0, 4420.0, 4420.0, 4399.0, 4430.0, 4412.0, 4430.0, 4411.0, 4430.0, 4421.0, 4419.0, 4419.0, 4410.0, 4421.0, 4410.0, 4450.0, 4411.0, 4438.0, 4419.0, 4420.0, 4416.0, 4410.0, 4426.0, 4410.0, 4409.0, 4418.0, 4388.0, 4416.0, 4420.0, 4427.0, 4421.0, 4421.0, 4421.0, 4412.0, 4434.0, 4451.0, 4417.0, 4361.0, 4357.0, 4401.0, 4495.0, 4494.0, 4504.0, 4453.0, 4438.0, 4436.0, 4456.0, 4456.0, 4455.0, 4425.0, 4453.0, 4431.0, 4441.0, 4451.0, 4440.0, 4458.0, 4397.0, 4436.0, 4407.0, 4407.0, 4396.0, 4399.0, 4406.0, 4398.0, 4394.0, 4396.0, 4405.0, 4398.0, 4399.0, 4410.0, 4411.0, 4422.0, 4413.0, 4420.0, 4410.0, 4439.0, 4410.0, 4440.0, 4411.0, 4441.0, 4422.0, 4445.0, 4423.0, 4410.0, 4409.0, 4392.0, 4422.0, 4421.0, 4423.0, 4434.0, 4423.0, 4413.0, 4420.0, 4400.0, 4449.0, 4410.0, 4440.0, 4420.0, 4418.0, 4400.0, 4409.0, 4409.0, 4401.0, 4419.0, 4439.0, 4447.0, 4413.0, 4420.0, 4412.0, 4406.0, 4399.0, 4409.0, 4412.0, 4421.0, 4422.0, 4431.0, 4421.0, 4439.0, 4413.0, 4440.0, 4411.0, 4452.0, 4440.0, 4429.0, 4407.0, 4400.0, 4437.0, 4398.0, 4435.0, 4398.0, 4426.0, 4397.0, 4408.0, 4397.0, 4399.0, 4407.0, 4409.0, 4427.0, 4411.0, 4440.0, 4420.0, 4411.0, 4420.0, 4410.0, 4408.0, 4409.0, 4465.0, 4439.0, 4454.0, 4423.0, 4431.0, 4420.0, 4390.0, 4407.0, 4397.0, 4428.0, 4399.0, 4433.0, 4447.0, 4446.0, 4435.0, 4443.0, 4423.0, 4422.0, 4422.0, 4411.0, 4421.0, 4424.0, 4422.0, 4423.0, 4432.0, 4423.0, 4435.0, 4409.0, 4448.0, 4430.0, 4419.0, 4423.0, 4421.0, 4423.0, 4433.0, 4412.0, 4423.0, 4454.0, 4436.0, 4463.0, 4431.0, 4431.0, 4439.0, 4420.0, 4409.0, 4400.0, 4408.0, 4420.0, 4447.0, 4430.0, 4448.0, 4438.0, 4426.0, 4369.0, 4397.0, 4398.0, 4410.0, 4409.0, 4432.0, 4442.0, 4421.0, 4410.0, 4411.0, 4430.0, 4409.0, 4451.0, 4419.0, 4439.0, 4399.0, 4450.0, 4426.0, 4419.0, 4447.0, 4397.0, 4436.0, 4438.0, 4441.0, 4421.0, 4404.0, 4396.0, 4408.0, 4410.0, 4411.0, 4402.0, 4423.0, 4402.0, 4434.0, 4434.0, 4433.0, 4421.0, 4422.0, 4421.0, 4422.0, 4454.0, 4434.0, 4454.0, 4451.0, 4440.0, 4410.0, 4429.0, 4409.0, 4417.0, 4419.0, 4426.0, 4407.0, 4426.0, 4416.0, 4408.0, 4397.0, 4416.0, 4398.0, 4427.0, 4398.0, 4428.0, 4417.0, 4408.0, 4408.0, 4408.0, 4410.0, 4441.0, 4411.0, 4429.0, 4392.0, 4435.0, 4393.0, 4402.0, 4380.0, 4399.0, 4418.0, 4389.0, 4401.0, 4402.0, 4392.0, 4402.0, 4424.0, 4413.0, 4430.0, 4410.0, 4408.0, 4419.0, 4426.0, 4430.0, 4425.0, 4439.0, 4393.0, 4387.0, 4368.0, 4406.0, 4356.0, 4389.0, 4399.0, 4380.0, 4416.0, 4377.0, 4379.0, 4393.0, 4395.0, 4424.0, 4399.0, 4404.0, 4368.0, 4378.0, 4388.0, 4391.0, 4420.0, 4422.0, 4431.0, 4391.0, 4390.0, 4393.0, 4413.0, 4445.0, 4434.0, 4402.0, 4403.0, 4391.0, 4421.0, 4411.0, 4430.0, 4422.0, 4389.0, 4380.0, 4401.0, 4423.0, 4402.0, 4442.0, 4409.0, 4389.0, 4410.0, 4380.0, 4441.0, 4420.0, 4390.0, 4420.0, 4369.0, 4389.0, 4399.0, 4381.0, 4428.0, 4409.0, 4398.0, 4406.0, 4379.0, 4407.0, 4419.0, 4387.0, 4418.0, 4406.0, 4385.0, 4396.0, 4387.0, 4416.0, 4396.0, 4378.0, 4418.0, 4388.0, 4375.0, 4388.0, 4379.0, 4419.0, 4420.0, 4389.0, 4418.0, 4389.0, 4388.0, 4411.0, 4382.0, 4440.0, 4412.0, 4431.0, 4392.0, 4380.0, 4415.0, 4414.0, 4444.0, 4422.0, 4411.0, 4420.0, 4392.0, 4444.0, 4425.0, 4422.0, 4432.0, 4391.0, 4410.0, 4421.0, 4411.0, 4441.0, 4439.0, 4428.0, 4415.0, 4406.0, 4374.0, 4387.0, 4380.0, 4408.0, 4387.0, 4410.0, 4399.0, 4417.0, 4397.0, 4407.0, 4387.0, 4417.0, 4418.0, 4385.0, 4396.0, 4395.0, 4406.0, 4414.0, 4406.0, 4422.0, 4416.0, 4392.0, 4353.0, 4393.0, 4361.0, 4338.0, 4348.0, 4337.0, 4349.0, 4349.0, 4361.0, 4363.0, 4371.0, 4350.0, 4361.0, 4350.0, 4351.0, 4350.0, 4351.0, 4360.0, 4363.0, 4373.0, 4375.0, 4352.0, 4346.0, 4352.0, 4319.0, 4338.0, 4330.0, 4351.0, 4363.0, 4363.0, 4340.0, 4373.0, 4364.0, 4363.0, 4373.0, 4362.0, 4351.0, 4350.0, 4352.0, 4360.0, 4363.0, 4393.0, 4373.0, 4381.0, 4352.0, 4380.0, 4350.0, 4368.0, 4349.0, 4359.0, 4350.0, 4340.0, 4350.0, 4351.0, 4360.0, 4351.0, 4380.0, 4361.0, 4359.0, 4361.0, 4341.0, 4359.0, 4341.0, 4371.0, 4363.0, 4372.0, 4363.0, 4351.0, 4361.0, 4353.0, 4372.0, 4353.0, 4364.0, 4354.0, 4364.0, 4365.0, 4383.0, 4366.0, 4396.0, 4376.0, 4394.0, 4355.0, 4393.0, 4362.0, 4383.0, 4364.0, 4397.0, 4394.0, 4365.0, 4415.0, 4355.0, 4384.0, 4385.0, 4352.0, 4374.0, 4362.0, 4362.0, 4342.0, 4352.0, 4365.0, 4386.0, 4375.0, 4386.0, 4365.0, 4384.0, 4365.0, 4373.0, 4374.0, 4365.0, 4371.0, 4376.0, 4394.0, 4375.0, 4405.0, 4384.0, 4392.0, 4373.0, 4390.0, 4371.0, 4379.0, 4369.0, 4378.0, 4368.0, 4377.0, 4357.0, 4375.0, 4335.0, 4363.0, 4335.0, 4352.0, 4333.0, 4334.0, 4337.0, 4335.0, 4336.0, 4324.0, 4347.0, 4327.0, 4347.0, 4338.0, 4349.0, 4340.0, 4349.0, 4339.0, 4349.0, 4351.0, 4360.0, 4341.0, 4351.0, 4341.0, 4350.0, 4351.0, 4361.0, 4353.0, 4362.0, 4353.0, 4373.0, 4353.0, 4383.0, 4362.0, 4362.0, 4363.0, 4362.0, 4364.0, 4364.0, 4366.0, 4375.0, 4365.0, 4387.0, 4366.0, 4377.0, 4377.0, 4377.0, 4387.0, 4385.0, 4405.0, 4364.0, 4395.0, 4363.0, 4404.0, 4374.0, 4393.0, 4372.0, 4392.0, 4360.0, 4370.0, 4339.0, 4340.0, 4347.0, 4339.0, 4350.0, 4352.0, 4351.0, 4364.0, 4374.0, 4374.0, 4353.0, 4363.0, 4354.0, 4373.0, 4355.0, 4374.0, 4355.0, 4394.0, 4354.0, 4384.0, 4365.0, 4383.0, 4375.0, 4395.0, 4374.0, 4396.0, 4375.0, 4374.0, 4374.0, 4365.0, 4374.0, 4355.0, 4392.0, 4374.0, 4392.0, 4362.0, 4391.0, 4362.0, 4383.0, 4364.0, 4373.0, 4362.0, 4383.0, 4362.0, 4354.0, 4382.0, 4353.0, 4391.0, 4352.0, 4390.0, 4351.0, 4380.0, 4350.0, 4340.0, 4361.0, 4358.0, 4363.0, 4373.0, 4352.0, 4363.0, 4364.0, 4346.0, 4354.0, 4345.0, 4373.0, 4345.0, 4384.0, 4357.0, 4406.0, 4408.0, 4376.0, 4365.0, 4353.0, 4345.0, 4362.0, 4344.0, 4393.0, 4375.0, 4404.0, 4386.0, 4405.0, 4395.0, 4391.0, 4350.0, 4369.0, 4357.0, 4377.0, 4376.0, 4366.0, 4374.0, 4363.0, 4351.0, 4345.0, 4360.0, 4342.0, 4333.0, 4333.0, 4331.0, 4332.0, 4336.0, 4323.0, 4322.0, 4321.0, 4323.0, 4322.0, 4333.0, 4322.0, 4334.0, 4352.0, 4333.0, 4352.0, 4333.0, 4342.0, 4333.0, 4334.0, 4335.0, 4346.0, 4345.0, 4360.0, 4350.0, 4360.0, 4348.0, 4350.0, 4369.0, 4360.0, 4359.0, 4370.0, 4363.0, 4360.0, 4361.0, 4360.0, 4362.0, 4362.0, 4364.0, 4366.0, 4365.0, 4374.0, 4374.0, 4387.0, 4378.0, 4398.0, 4410.0, 4400.0, 4393.0, 4419.0, 4414.0, 4431.0, 4411.0, 4420.0, 4440.0, 4450.0, 4438.0, 4386.0, 4427.0, 4435.0, 4397.0, 4436.0, 4396.0, 4423.0, 4406.0, 4411.0, 4381.0, 4400.0, 4370.0, 4401.0, 4384.0, 4402.0, 4382.0, 4361.0, 4382.0, 4372.0, 4384.0, 4372.0, 4394.0, 4385.0, 4408.0, 4398.0, 4409.0, 4429.0, 4410.0, 4431.0, 4422.0, 4431.0, 4440.0, 4409.0, 4418.0, 4386.0, 4441.0, 4427.0, 4418.0, 4386.0, 4415.0, 4385.0, 4417.0, 4396.0, 4417.0, 4406.0, 4416.0, 4413.0, 4393.0, 4372.0, 4364.0, 4373.0, 4371.0, 4351.0, 4381.0, 4362.0, 4390.0, 4351.0, 4381.0, 4352.0, 4393.0, 4399.0, 4354.0, 4339.0, 4354.0, 4363.0, 4362.0, 4392.0, 4375.0, 4361.0, 4362.0, 4350.0, 4359.0, 4351.0, 4392.0, 4382.0, 4392.0, 4371.0, 4350.0, 4351.0, 4350.0, 4361.0, 4351.0, 4382.0, 4371.0, 4390.0, 4351.0, 4340.0, 4352.0, 4362.0, 4382.0, 4372.0, 4399.0, 4360.0, 4370.0, 4370.0, 4359.0], 'WindowWidth': [9863.0, 9821.0, 9888.0, 9735.0, 9746.0, 9695.0, 9724.0, 9756.0, 9802.0, 9796.0, 9741.0, 9737.0, 9713.0, 9729.0, 9706.0, 9712.0, 9680.0, 9732.0, 9675.0, 9708.0, 9675.0, 9698.0, 9685.0, 9663.0, 9687.0, 9689.0, 9664.0, 9637.0, 9616.0, 9715.0, 9651.0, 9670.0, 9651.0, 9702.0, 9667.0, 9692.0, 9669.0, 9694.0, 9655.0, 9707.0, 9655.0, 9694.0, 9660.0, 9661.0, 9629.0, 9607.0, 9602.0, 9553.0, 9599.0, 9562.0, 9625.0, 9600.0, 9671.0, 9605.0, 9653.0, 9601.0, 9650.0, 9601.0, 9649.0, 9600.0, 9669.0, 9621.0, 9640.0, 9619.0, 9637.0, 9642.0, 9581.0, 9656.0, 9569.0, 9622.0, 9581.0, 9618.0, 9567.0, 9605.0, 9583.0, 9600.0, 9583.0, 9560.0, 9602.0, 9553.0, 9637.0, 9562.0, 9589.0, 9576.0, 9554.0, 9615.0, 9554.0, 9599.0, 9589.0, 9550.0, 9597.0, 9600.0, 9618.0, 9602.0, 9716.0, 9709.0, 9767.0, 9766.0, 9777.0, 9748.0, 9734.0, 9740.0, 9768.0, 9759.0, 9773.0, 9767.0, 9782.0, 9767.0, 9795.0, 9794.0, 9812.0, 9821.0, 9790.0, 9759.0, 9732.0, 9797.0, 9762.0, 9752.0, 9756.0, 9745.0, 9728.0, 9714.0, 9762.0, 9703.0, 9331.0, 9255.0, 9416.0, 9528.0, 9574.0, 9625.0, 9631.0, 9690.0, 9668.0, 9633.0, 9624.0, 9599.0, 9620.0, 9608.0, 9632.0, 9598.0, 9603.0, 9594.0, 9604.0, 9608.0, 9603.0, 9601.0, 9587.0, 9625.0, 9587.0, 9613.0, 9608.0, 9632.0, 9646.0, 9608.0, 9607.0, 9621.0, 9612.0, 9603.0, 9610.0, 9619.0, 9607.0, 9620.0, 9602.0, 9660.0, 9605.0, 9604.0, 9601.0, 9590.0, 9605.0, 9610.0, 9603.0, 9609.0, 9631.0, 9614.0, 9661.0, 9615.0, 9612.0, 9611.0, 9624.0, 9625.0, 9627.0, 9612.0, 9639.0, 9602.0, 9593.0, 9599.0, 9612.0, 9645.0, 9649.0, 9604.0, 9703.0, 9621.0, 9653.0, 9648.0, 9643.0, 9652.0, 9665.0, 9638.0, 9647.0, 9651.0, 9658.0, 9646.0, 9641.0, 9625.0, 9639.0, 9616.0, 9636.0, 9629.0, 9642.0, 9656.0, 9648.0, 9631.0, 9645.0, 9645.0, 9643.0, 9614.0, 9635.0, 9628.0, 9625.0, 9651.0, 9627.0, 9635.0, 9624.0, 9620.0, 9607.0, 9635.0, 9609.0, 9621.0, 9611.0, 9614.0, 9607.0, 9618.0, 9609.0, 9624.0, 9634.0, 9620.0, 9633.0, 9624.0, 9619.0, 9624.0, 9633.0, 9624.0, 9630.0, 9621.0, 9631.0, 9623.0, 9639.0, 9630.0, 9638.0, 9646.0, 9637.0, 9643.0, 9641.0, 9640.0, 9640.0, 9735.0, 10070.0, 9939.0, 9826.0, 9816.0, 9746.0, 9778.0, 9731.0, 9747.0, 9739.0, 9712.0, 9713.0, 9739.0, 9728.0, 9738.0, 9740.0, 9697.0, 9722.0, 9729.0, 9723.0, 9742.0, 9693.0, 9724.0, 9757.0, 9698.0, 9714.0, 9719.0, 9717.0, 9754.0, 9758.0, 9785.0, 9754.0, 9749.0, 9760.0, 9739.0, 9764.0, 9767.0, 9760.0, 9769.0, 9757.0, 9788.0, 9753.0, 9770.0, 9711.0, 9694.0, 9708.0, 9691.0, 9703.0, 9709.0, 9718.0, 9714.0, 9722.0, 9710.0, 9720.0, 9718.0, 9739.0, 9717.0, 9736.0, 9735.0, 9740.0, 9732.0, 9716.0, 9746.0, 9718.0, 9745.0, 9722.0, 9745.0, 9734.0, 9745.0, 9739.0, 9748.0, 9751.0, 9752.0, 9749.0, 9751.0, 9745.0, 9738.0, 9755.0, 9731.0, 9746.0, 9726.0, 9717.0, 9723.0, 9713.0, 9736.0, 9730.0, 9739.0, 9733.0, 9707.0, 9749.0, 9743.0, 9761.0, 9741.0, 9750.0, 9752.0, 9754.0, 9754.0, 9728.0, 9755.0, 9742.0, 9751.0, 9723.0, 9761.0, 9734.0, 9759.0, 9737.0, 9772.0, 9726.0, 9711.0, 9721.0, 9694.0, 9717.0, 9708.0, 9708.0, 9704.0, 9713.0, 9727.0, 9718.0, 9724.0, 9732.0, 9714.0, 9725.0, 9733.0, 9744.0, 9737.0, 9730.0, 9736.0, 9713.0, 9744.0, 9741.0, 9746.0, 9754.0, 9753.0, 9738.0, 9723.0, 9745.0, 9751.0, 9749.0, 9751.0, 9728.0, 9752.0, 9744.0, 9768.0, 9753.0, 9747.0, 9751.0, 9727.0, 9750.0, 9745.0, 9750.0, 9756.0, 9761.0, 9739.0, 9752.0, 9746.0, 9742.0, 9760.0, 9739.0, 9761.0, 9732.0, 9729.0, 9729.0, 9701.0, 9743.0, 9723.0, 9745.0, 9720.0, 9743.0, 9733.0, 9729.0, 9729.0, 9719.0, 9733.0, 9719.0, 9770.0, 9720.0, 9752.0, 9728.0, 9729.0, 9720.0, 9716.0, 9733.0, 9715.0, 9713.0, 9725.0, 9684.0, 9721.0, 9731.0, 9738.0, 9734.0, 9735.0, 9735.0, 9723.0, 9757.0, 9793.0, 9719.0, 9624.0, 9609.0, 9699.0, 9874.0, 9889.0, 9890.0, 9800.0, 9770.0, 9764.0, 9788.0, 9789.0, 9786.0, 9746.0, 9781.0, 9745.0, 9758.0, 9770.0, 9752.0, 9775.0, 9692.0, 9744.0, 9704.0, 9704.0, 9688.0, 9697.0, 9703.0, 9694.0, 9683.0, 9689.0, 9700.0, 9696.0, 9697.0, 9713.0, 9718.0, 9733.0, 9722.0, 9727.0, 9717.0, 9753.0, 9716.0, 9754.0, 9717.0, 9757.0, 9736.0, 9772.0, 9739.0, 9713.0, 9713.0, 9696.0, 9736.0, 9734.0, 9739.0, 9755.0, 9739.0, 9725.0, 9729.0, 9702.0, 9768.0, 9716.0, 9755.0, 9727.0, 9723.0, 9700.0, 9712.0, 9712.0, 9705.0, 9727.0, 9773.0, 9777.0, 9725.0, 9727.0, 9722.0, 9703.0, 9700.0, 9713.0, 9723.0, 9732.0, 9736.0, 9747.0, 9733.0, 9756.0, 9723.0, 9758.0, 9720.0, 9774.0, 9755.0, 9739.0, 9707.0, 9699.0, 9744.0, 9694.0, 9741.0, 9694.0, 9730.0, 9694.0, 9709.0, 9694.0, 9699.0, 9706.0, 9713.0, 9734.0, 9720.0, 9756.0, 9729.0, 9719.0, 9731.0, 9718.0, 9711.0, 9716.0, 9799.0, 9771.0, 9782.0, 9738.0, 9744.0, 9728.0, 9686.0, 9705.0, 9693.0, 9734.0, 9696.0, 9752.0, 9780.0, 9774.0, 9759.0, 9764.0, 9736.0, 9733.0, 9732.0, 9717.0, 9732.0, 9740.0, 9734.0, 9736.0, 9747.0, 9735.0, 9739.0, 9710.0, 9762.0, 9742.0, 9727.0, 9737.0, 9734.0, 9740.0, 9751.0, 9725.0, 9741.0, 9781.0, 9764.0, 9795.0, 9746.0, 9745.0, 9753.0, 9727.0, 9709.0, 9700.0, 9710.0, 9728.0, 9760.0, 9742.0, 9763.0, 9751.0, 9728.0, 9656.0, 9693.0, 9696.0, 9712.0, 9713.0, 9750.0, 9765.0, 9732.0, 9716.0, 9717.0, 9742.0, 9713.0, 9772.0, 9727.0, 9750.0, 9698.0, 9767.0, 9729.0, 9722.0, 9759.0, 9691.0, 9741.0, 9750.0, 9760.0, 9730.0, 9693.0, 9686.0, 9709.0, 9716.0, 9717.0, 9707.0, 9738.0, 9710.0, 9754.0, 9755.0, 9752.0, 9732.0, 9734.0, 9730.0, 9734.0, 9781.0, 9754.0, 9779.0, 9771.0, 9753.0, 9712.0, 9737.0, 9711.0, 9718.0, 9722.0, 9728.0, 9703.0, 9728.0, 9713.0, 9702.0, 9690.0, 9715.0, 9694.0, 9729.0, 9693.0, 9733.0, 9717.0, 9705.0, 9708.0, 9707.0, 9715.0, 9755.0, 9715.0, 9737.0, 9692.0, 9754.0, 9683.0, 9690.0, 9665.0, 9691.0, 9711.0, 9676.0, 9696.0, 9697.0, 9687.0, 9700.0, 9732.0, 9715.0, 9732.0, 9707.0, 9699.0, 9714.0, 9721.0, 9732.0, 9718.0, 9743.0, 9687.0, 9670.0, 9644.0, 9691.0, 9624.0, 9675.0, 9685.0, 9664.0, 9706.0, 9657.0, 9662.0, 9688.0, 9695.0, 9730.0, 9686.0, 9685.0, 9645.0, 9659.0, 9676.0, 9684.0, 9723.0, 9729.0, 9735.0, 9683.0, 9681.0, 9688.0, 9722.0, 9762.0, 9746.0, 9699.0, 9701.0, 9684.0, 9724.0, 9711.0, 9733.0, 9726.0, 9679.0, 9668.0, 9696.0, 9728.0, 9701.0, 9753.0, 9706.0, 9678.0, 9706.0, 9666.0, 9750.0, 9721.0, 9680.0, 9720.0, 9652.0, 9677.0, 9691.0, 9670.0, 9728.0, 9703.0, 9688.0, 9696.0, 9662.0, 9696.0, 9714.0, 9672.0, 9711.0, 9695.0, 9664.0, 9679.0, 9671.0, 9706.0, 9681.0, 9659.0, 9712.0, 9677.0, 9654.0, 9673.0, 9664.0, 9719.0, 9723.0, 9679.0, 9716.0, 9681.0, 9678.0, 9711.0, 9676.0, 9751.0, 9713.0, 9740.0, 9688.0, 9671.0, 9723.0, 9722.0, 9760.0, 9727.0, 9710.0, 9721.0, 9689.0, 9759.0, 9739.0, 9731.0, 9740.0, 9684.0, 9707.0, 9725.0, 9710.0, 9751.0, 9748.0, 9729.0, 9704.0, 9692.0, 9649.0, 9672.0, 9670.0, 9702.0, 9672.0, 9712.0, 9694.0, 9715.0, 9688.0, 9699.0, 9674.0, 9712.0, 9714.0, 9666.0, 9683.0, 9679.0, 9694.0, 9703.0, 9693.0, 9713.0, 9708.0, 9656.0, 9597.0, 9652.0, 9610.0, 9574.0, 9586.0, 9570.0, 9590.0, 9590.0, 9611.0, 9616.0, 9624.0, 9593.0, 9611.0, 9594.0, 9596.0, 9593.0, 9596.0, 9607.0, 9618.0, 9629.0, 9639.0, 9603.0, 9597.0, 9592.0, 9543.0, 9568.0, 9560.0, 9589.0, 9612.0, 9615.0, 9579.0, 9633.0, 9621.0, 9618.0, 9630.0, 9613.0, 9597.0, 9595.0, 9600.0, 9609.0, 9617.0, 9658.0, 9632.0, 9638.0, 9600.0, 9633.0, 9592.0, 9615.0, 9589.0, 9605.0, 9594.0, 9579.0, 9593.0, 9598.0, 9607.0, 9599.0, 9638.0, 9613.0, 9607.0, 9611.0, 9586.0, 9605.0, 9585.0, 9625.0, 9617.0, 9628.0, 9617.0, 9601.0, 9612.0, 9605.0, 9628.0, 9605.0, 9619.0, 9608.0, 9620.0, 9624.0, 9645.0, 9626.0, 9667.0, 9641.0, 9660.0, 9610.0, 9659.0, 9616.0, 9646.0, 9623.0, 9672.0, 9662.0, 9623.0, 9693.0, 9611.0, 9648.0, 9654.0, 9604.0, 9636.0, 9617.0, 9616.0, 9589.0, 9604.0, 9628.0, 9659.0, 9641.0, 9657.0, 9627.0, 9650.0, 9625.0, 9632.0, 9635.0, 9624.0, 9627.0, 9642.0, 9663.0, 9638.0, 9680.0, 9647.0, 9653.0, 9630.0, 9649.0, 9623.0, 9631.0, 9616.0, 9626.0, 9616.0, 9623.0, 9597.0, 9618.0, 9565.0, 9600.0, 9563.0, 9583.0, 9558.0, 9563.0, 9569.0, 9564.0, 9568.0, 9550.0, 9583.0, 9558.0, 9585.0, 9574.0, 9589.0, 9579.0, 9591.0, 9579.0, 9592.0, 9597.0, 9611.0, 9588.0, 9599.0, 9586.0, 9595.0, 9598.0, 9611.0, 9603.0, 9614.0, 9603.0, 9632.0, 9607.0, 9646.0, 9618.0, 9615.0, 9620.0, 9618.0, 9622.0, 9622.0, 9630.0, 9640.0, 9627.0, 9657.0, 9629.0, 9644.0, 9644.0, 9646.0, 9658.0, 9652.0, 9678.0, 9622.0, 9662.0, 9619.0, 9675.0, 9632.0, 9657.0, 9626.0, 9657.0, 9609.0, 9621.0, 9577.0, 9580.0, 9587.0, 9580.0, 9593.0, 9599.0, 9599.0, 9621.0, 9635.0, 9636.0, 9607.0, 9620.0, 9608.0, 9633.0, 9612.0, 9636.0, 9612.0, 9662.0, 9608.0, 9647.0, 9624.0, 9647.0, 9638.0, 9665.0, 9638.0, 9669.0, 9640.0, 9637.0, 9639.0, 9627.0, 9637.0, 9615.0, 9659.0, 9634.0, 9656.0, 9616.0, 9653.0, 9615.0, 9645.0, 9622.0, 9632.0, 9617.0, 9645.0, 9616.0, 9608.0, 9644.0, 9605.0, 9653.0, 9600.0, 9650.0, 9599.0, 9638.0, 9596.0, 9582.0, 9614.0, 9605.0, 9620.0, 9634.0, 9603.0, 9622.0, 9624.0, 9602.0, 9611.0, 9599.0, 9633.0, 9601.0, 9651.0, 9619.0, 9685.0, 9689.0, 9642.0, 9628.0, 9606.0, 9597.0, 9615.0, 9596.0, 9659.0, 9639.0, 9676.0, 9654.0, 9682.0, 9664.0, 9654.0, 9595.0, 9620.0, 9599.0, 9628.0, 9623.0, 9608.0, 9615.0, 9598.0, 9581.0, 9579.0, 9597.0, 9578.0, 9567.0, 9565.0, 9559.0, 9561.0, 9570.0, 9545.0, 9542.0, 9538.0, 9543.0, 9540.0, 9558.0, 9541.0, 9560.0, 9583.0, 9557.0, 9582.0, 9559.0, 9569.0, 9558.0, 9560.0, 9564.0, 9581.0, 9581.0, 9607.0, 9595.0, 9607.0, 9589.0, 9596.0, 9617.0, 9609.0, 9606.0, 9625.0, 9618.0, 9611.0, 9613.0, 9610.0, 9617.0, 9615.0, 9622.0, 9627.0, 9627.0, 9638.0, 9639.0, 9660.0, 9647.0, 9676.0, 9694.0, 9682.0, 9677.0, 9712.0, 9725.0, 9741.0, 9711.0, 9721.0, 9751.0, 9763.0, 9742.0, 9669.0, 9727.0, 9734.0, 9683.0, 9738.0, 9685.0, 9714.0, 9695.0, 9692.0, 9652.0, 9675.0, 9637.0, 9680.0, 9664.0, 9684.0, 9655.0, 9627.0, 9655.0, 9644.0, 9663.0, 9647.0, 9677.0, 9667.0, 9705.0, 9689.0, 9708.0, 9733.0, 9711.0, 9740.0, 9729.0, 9741.0, 9753.0, 9706.0, 9716.0, 9670.0, 9751.0, 9728.0, 9716.0, 9670.0, 9709.0, 9669.0, 9712.0, 9681.0, 9711.0, 9696.0, 9708.0, 9700.0, 9671.0, 9636.0, 9624.0, 9630.0, 9625.0, 9600.0, 9637.0, 9613.0, 9648.0, 9598.0, 9638.0, 9602.0, 9657.0, 9679.0, 9605.0, 9574.0, 9608.0, 9617.0, 9614.0, 9655.0, 9636.0, 9613.0, 9614.0, 9595.0, 9607.0, 9598.0, 9656.0, 9642.0, 9655.0, 9626.0, 9597.0, 9599.0, 9595.0, 9612.0, 9599.0, 9643.0, 9626.0, 9649.0, 9599.0, 9584.0, 9601.0, 9618.0, 9653.0, 9640.0, 9666.0, 9614.0, 9629.0, 9631.0, 9614.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.005220220994475138</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.13108926227308604</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.51997549340446</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0336904166982623</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9604967182385471</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4699</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3901.4998</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.21357235247409184</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>312</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.62509865824783</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8577839555130353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8019063877428008</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.009582564609597</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.761862914186709</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0300789</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001172856311313808</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.012319314293563366</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.080578846866309</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>20.4364</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.1336</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.9287</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306699.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>875.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.8144</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1321</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.4644</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.1129</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69845.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1289.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.2893</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>19.00534583698027</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> |