=== 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-0043 --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-0043",
"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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-04/func/sub-0043_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>1e08041e81440530f1c5f50c441aadd9</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:56:32.702500</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.98419, 0.168916, 0.0532724, -0.172477, 0.982424, 0.071377]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0922646</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7768, -7308, 643, -46, -332, -57, 51]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>242.88</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a1b7d460-d2be-4ab2-9276-61834f63662a||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.6405091285705566, -0.46274232864379883, 0.10875420272350311, 126.88543701171875], [-0.4531898498535156, 2.6357719898223877, 0.21447931230068207, -86.77754974365234], [0.1429259181022644, -0.19149936735630035, 2.689269542694092, -89.68659973144531], [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': ['155632.702500', '155633.162500', '155633.622500', '155634.082500', '155634.542500', '155635.002500', '155635.462500', '155635.922500', '155636.382500', '155636.842500', '155637.302500', '155637.762500', '155638.222500', '155638.682500', '155639.142500', '155639.602500', '155640.062500', '155640.522500', '155640.982500', '155641.442500', '155641.902500', '155642.362500', '155642.822500', '155643.282500', '155643.742500', '155644.202500', '155644.662500', '155645.122500', '155645.582500', '155646.042500', '155646.502500', '155646.962500', '155647.422500', '155647.882500', '155648.342500', '155648.802500', '155649.262500', '155649.722500', '155650.182500', '155650.642500', '155651.102500', '155651.562500', '155652.022500', '155652.482500', '155652.942500', '155653.402500', '155653.862500', '155654.322500', '155654.782500', '155655.242500', '155655.702500', '155656.162500', '155656.622500', '155657.082500', '155657.542500', '155658.002500', '155658.462500', '155658.922500', '155659.382500', '155659.842500', '155700.302500', '155700.762500', '155701.222500', '155701.682500', '155702.142500', '155702.602500', '155703.062500', '155703.522500', '155703.982500', '155704.442500', '155704.902500', '155705.362500', '155705.822500', '155706.282500', '155706.742500', '155707.202500', '155707.662500', '155708.122500', '155708.582500', '155709.042500', '155709.502500', '155709.962500', '155710.422500', '155710.882500', '155711.342500', '155711.802500', '155712.262500', '155712.722500', '155713.182500', '155713.642500', '155714.102500', '155714.562500', '155715.022500', '155715.482500', '155715.942500', '155716.402500', '155716.862500', '155717.322500', '155717.782500', '155718.242500', '155718.702500', '155719.162500', '155719.622500', '155720.082500', '155720.542500', '155721.002500', '155721.462500', '155721.922500', '155722.382500', '155722.842500', '155723.302500', '155723.762500', '155724.222500', '155724.682500', '155725.142500', '155725.602500', '155726.062500', '155726.522500', '155726.982500', '155727.442500', '155727.902500', '155728.362500', '155728.822500', '155729.282500', '155729.742500', '155730.202500', '155730.662500', '155731.122500', '155731.582500', '155732.042500', '155732.502500', '155732.962500', '155733.422500', '155733.882500', '155734.342500', '155734.802500', '155735.262500', '155735.722500', '155736.182500', '155736.642500', '155737.102500', '155737.562500', '155738.022500', '155738.482500', '155738.942500', '155739.402500', '155739.862500', '155740.322500', '155740.782500', '155741.242500', '155741.702500', '155742.162500', '155742.622500', '155743.082500', '155743.542500', '155744.002500', '155744.462500', '155744.922500', '155745.382500', '155745.842500', '155746.302500', '155746.762500', '155747.222500', '155747.682500', '155748.142500', '155748.602500', '155749.062500', '155749.522500', '155749.982500', '155750.442500', '155750.902500', '155751.362500', '155751.822500', '155752.282500', '155752.742500', '155753.202500', '155753.662500', '155754.122500', '155754.582500', '155755.042500', '155755.502500', '155755.962500', '155756.422500', '155756.882500', '155757.342500', '155757.802500', '155758.262500', '155758.722500', '155759.182500', '155759.642500', '155800.102500', '155800.562500', '155801.022500', '155801.482500', '155801.942500', '155802.402500', '155802.862500', '155803.322500', '155803.782500', '155804.242500', '155804.702500', '155805.162500', '155805.622500', '155806.082500', '155806.542500', '155807.002500', '155807.462500', '155807.922500', '155808.382500', '155808.842500', '155809.302500', '155809.762500', '155810.222500', '155810.682500', '155811.142500', '155811.602500', '155812.062500', '155812.522500', '155812.982500', '155813.442500', '155813.902500', '155814.362500', '155814.822500', '155815.282500', '155815.742500', '155816.202500', '155816.662500', '155817.122500', '155817.582500', '155818.042500', '155818.502500', '155818.962500', '155819.422500', '155819.882500', '155820.342500', '155820.802500', '155821.262500', '155821.722500', '155822.182500', '155822.642500', '155823.102500', '155823.562500', '155824.022500', '155824.482500', '155824.942500', '155825.402500', '155825.862500', '155826.322500', '155826.782500', '155827.242500', '155827.702500', '155828.162500', '155828.622500', '155829.082500', '155829.542500', '155830.002500', '155830.462500', '155830.922500', '155831.382500', '155831.842500', '155832.302500', '155832.762500', '155833.222500', '155833.682500', '155834.142500', '155834.602500', '155835.062500', '155835.522500', '155835.982500', '155836.442500', '155836.902500', '155837.362500', '155837.822500', '155838.282500', '155838.742500', '155839.202500', '155839.662500', '155840.122500', '155840.582500', '155841.042500', '155841.502500', '155841.962500', '155842.422500', '155842.882500', '155843.342500', '155843.802500', '155844.262500', '155844.722500', '155845.182500', '155845.642500', '155846.102500', '155846.562500', '155847.022500', '155847.482500', '155847.942500', '155848.402500', '155848.862500', '155849.322500', '155849.782500', '155850.242500', '155850.702500', '155851.162500', '155851.622500', '155852.082500', '155852.542500', '155853.002500', '155853.462500', '155853.922500', '155854.382500', '155854.842500', '155855.302500', '155855.762500', '155856.222500', '155856.682500', '155857.142500', '155857.602500', '155858.062500', '155858.522500', '155858.982500', '155859.442500', '155859.902500', '155900.362500', '155900.822500', '155901.282500', '155901.742500', '155902.202500', '155902.662500', '155903.122500', '155903.582500', '155904.042500', '155904.502500', '155904.962500', '155905.422500', '155905.882500', '155906.342500', '155906.802500', '155907.262500', '155907.722500', '155908.182500', '155908.642500', '155909.102500', '155909.562500', '155910.022500', '155910.482500', '155910.942500', '155911.402500', '155911.862500', '155912.322500', '155912.782500', '155913.242500', '155913.702500', '155914.162500', '155914.622500', '155915.082500', '155915.542500', '155916.002500', '155916.462500', '155916.922500', '155917.382500', '155917.842500', '155918.302500', '155918.762500', '155919.222500', '155919.682500', '155920.142500', '155920.602500', '155921.062500', '155921.522500', '155921.982500', '155922.442500', '155922.902500', '155923.362500', '155923.822500', '155924.282500', '155924.742500', '155925.202500', '155925.662500', '155926.122500', '155926.582500', '155927.042500', '155927.502500', '155927.962500', '155928.422500', '155928.882500', '155929.342500', '155929.802500', '155930.262500', '155930.722500', '155931.182500', '155931.642500', '155932.102500', '155932.562500', '155933.022500', '155933.482500', '155933.942500', '155934.402500', '155934.862500', '155935.322500', '155935.782500', '155936.242500', '155936.702500', '155937.162500', '155937.622500', '155938.082500', '155938.542500', '155939.002500', '155939.462500', '155939.922500', '155940.382500', '155940.842500', '155941.302500', '155941.762500', '155942.222500', '155942.682500', '155943.142500', '155943.602500', '155944.062500', '155944.522500', '155944.982500', '155945.442500', '155945.902500', '155946.362500', '155946.822500', '155947.282500', '155947.742500', '155948.202500', '155948.662500', '155949.122500', '155949.582500', '155950.042500', '155950.502500', '155950.962500', '155951.422500', '155951.882500', '155952.342500', '155952.802500', '155953.262500', '155953.722500', '155954.182500', '155954.642500', '155955.102500', '155955.562500', '155956.022500', '155956.482500', '155956.942500', '155957.402500', '155957.862500', '155958.322500', '155958.782500', '155959.242500', '155959.702500', '160000.162500', '160000.622500', '160001.082500', '160001.542500', '160002.002500', '160002.462500', '160002.922500', '160003.382500', '160003.842500', '160004.302500', '160004.762500', '160005.222500', '160005.682500', '160006.142500', '160006.602500', '160007.062500', '160007.522500', '160007.982500', '160008.442500', '160008.902500', '160009.362500', '160009.822500', '160010.282500', '160010.742500', '160011.202500', '160011.662500', '160012.122500', '160012.582500', '160013.042500', '160013.502500', '160013.962500', '160014.422500', '160014.882500', '160015.342500', '160015.802500', '160016.262500', '160016.722500', '160017.182500', '160017.642500', '160018.102500', '160018.562500', '160019.022500', '160019.482500', '160019.942500', '160020.402500', '160020.862500', '160021.322500', '160021.782500', '160022.242500', '160022.702500', '160023.162500', '160023.622500', '160024.082500', '160024.542500', '160025.002500', '160025.462500', '160025.922500', '160026.382500', '160026.842500', '160027.302500', '160027.762500', '160028.222500', '160028.682500', '160029.142500', '160029.602500', '160030.062500', '160030.522500', '160030.982500', '160031.442500', '160031.902500', '160032.362500', '160032.822500', '160033.282500', '160033.742500', '160034.202500', '160034.662500', '160035.122500', '160035.582500', '160036.042500', '160036.502500', '160036.962500', '160037.422500', '160037.882500', '160038.342500', '160038.802500', '160039.262500', '160039.722500', '160040.182500', '160040.642500', '160041.102500', '160041.562500', '160042.022500', '160042.482500', '160042.942500', '160043.402500', '160043.862500', '160044.322500', '160044.782500', '160045.242500', '160045.702500', '160046.162500', '160046.622500', '160047.082500', '160047.542500', '160048.002500', '160048.462500', '160048.922500', '160049.382500', '160049.842500', '160050.302500', '160050.762500', '160051.222500', '160051.682500', '160052.142500', '160052.602500', '160053.062500', '160053.522500', '160053.982500', '160054.442500', '160054.902500', '160055.362500', '160055.822500', '160056.282500', '160056.742500', '160057.202500', '160057.662500', '160058.122500', '160058.582500', '160059.042500', '160059.502500', '160059.962500', '160100.422500', '160100.882500', '160101.342500', '160101.802500', '160102.262500', '160102.722500', '160103.182500', '160103.642500', '160104.102500', '160104.562500', '160105.022500', '160105.482500', '160105.942500', '160106.402500', '160106.862500', '160107.322500', '160107.782500', '160108.242500', '160108.702500', '160109.162500', '160109.622500', '160110.082500', '160110.542500', '160111.002500', '160111.462500', '160111.922500', '160112.382500', '160112.842500', '160113.302500', '160113.762500', '160114.222500', '160114.682500', '160115.142500', '160115.602500', '160116.062500', '160116.522500', '160116.982500', '160117.442500', '160117.902500', '160118.362500', '160118.822500', '160119.282500', '160119.742500', '160120.202500', '160120.662500', '160121.122500', '160121.582500', '160122.042500', '160122.502500', '160122.962500', '160123.422500', '160123.882500', '160124.342500', '160124.802500', '160125.262500', '160125.722500', '160126.182500', '160126.642500', '160127.102500', '160127.562500', '160128.022500', '160128.482500', '160128.942500', '160129.402500', '160129.862500', '160130.322500', '160130.782500', '160131.242500', '160131.702500', '160132.162500', '160132.622500', '160133.082500', '160133.542500', '160134.002500', '160134.462500', '160134.922500', '160135.382500', '160135.842500', '160136.302500', '160136.762500', '160137.222500', '160137.682500', '160138.142500', '160138.602500', '160139.062500', '160139.522500', '160139.982500', '160140.442500', '160140.902500', '160141.362500', '160141.822500', '160142.282500', '160142.742500', '160143.202500', '160143.662500', '160144.122500', '160144.582500', '160145.042500', '160145.502500', '160145.962500', '160146.422500', '160146.882500', '160147.342500', '160147.802500', '160148.262500', '160148.722500', '160149.182500', '160149.642500', '160150.102500', '160150.562500', '160151.022500', '160151.482500', '160151.942500', '160152.402500', '160152.862500', '160153.322500', '160153.782500', '160154.242500', '160154.702500', '160155.162500', '160155.622500', '160156.082500', '160156.542500', '160157.002500', '160157.462500', '160157.922500', '160158.382500', '160158.842500', '160159.302500', '160159.762500', '160200.222500', '160200.682500', '160201.142500', '160201.602500', '160202.062500', '160202.522500', '160202.982500', '160203.442500', '160203.902500', '160204.362500', '160204.822500', '160205.282500', '160205.742500', '160206.202500', '160206.662500', '160207.122500', '160207.582500', '160208.042500', '160208.502500', '160208.962500', '160209.422500', '160209.882500', '160210.342500', '160210.802500', '160211.262500', '160211.722500', '160212.182500', '160212.642500', '160213.102500', '160213.562500', '160214.022500', '160214.482500', '160214.942500', '160215.402500', '160215.862500', '160216.322500', '160216.782500', '160217.242500', '160217.702500', '160218.162500', '160218.622500', '160219.082500', '160219.542500', '160220.002500', '160220.462500', '160220.922500', '160221.382500', '160221.842500', '160222.302500', '160222.762500', '160223.222500', '160223.682500', '160224.142500', '160224.602500', '160225.062500', '160225.522500', '160225.982500', '160226.442500', '160226.902500', '160227.362500', '160227.822500', '160228.282500', '160228.742500', '160229.202500', '160229.662500', '160230.122500', '160230.582500', '160231.042500', '160231.502500', '160231.962500', '160232.422500', '160232.882500', '160233.342500', '160233.802500', '160234.262500', '160234.722500', '160235.182500', '160235.642500', '160236.102500', '160236.562500', '160237.022500', '160237.482500', '160237.942500', '160238.402500', '160238.862500', '160239.322500', '160239.782500', '160240.242500', '160240.702500', '160241.162500', '160241.622500', '160242.082500', '160242.542500', '160243.002500', '160243.462500', '160243.922500', '160244.382500', '160244.842500', '160245.302500', '160245.762500', '160246.222500', '160246.682500', '160247.142500', '160247.602500', '160248.062500', '160248.522500', '160248.982500', '160249.442500', '160249.902500', '160250.362500', '160250.822500', '160251.282500', '160251.742500', '160252.202500', '160252.662500', '160253.122500', '160253.582500', '160254.042500', '160254.502500', '160254.962500', '160255.422500', '160255.882500', '160256.342500', '160256.802500', '160257.262500', '160257.722500', '160258.182500', '160258.642500', '160259.102500', '160259.562500', '160300.022500', '160300.482500', '160300.942500', '160301.402500', '160301.862500', '160302.322500', '160302.782500', '160303.242500', '160303.702500', '160304.162500', '160304.622500', '160305.082500', '160305.542500', '160306.002500', '160306.462500', '160306.922500', '160307.382500', '160307.842500', '160308.302500', '160308.762500', '160309.222500', '160309.682500', '160310.142500', '160310.602500', '160311.062500', '160311.522500', '160311.982500', '160312.442500', '160312.902500', '160313.362500', '160313.822500', '160314.282500', '160314.742500', '160315.202500', '160315.662500', '160316.122500', '160316.582500', '160317.042500', '160317.502500', '160317.962500', '160318.422500', '160318.882500', '160319.342500', '160319.802500', '160320.262500', '160320.722500', '160321.182500', '160321.642500', '160322.102500', '160322.562500', '160323.022500', '160323.482500', '160323.942500', '160324.402500', '160324.862500', '160325.322500', '160325.782500', '160326.242500', '160326.702500', '160327.162500', '160327.622500', '160328.082500', '160328.542500', '160329.002500', '160329.462500', '160329.922500', '160330.382500', '160330.842500', '160331.302500', '160331.762500', '160332.222500', '160332.682500', '160333.142500', '160333.602500', '160334.062500', '160334.522500', '160334.982500', '160335.442500', '160335.902500', '160336.362500', '160336.822500', '160337.282500', '160337.742500', '160338.202500', '160338.662500', '160339.122500', '160339.582500', '160340.042500', '160340.502500', '160340.962500', '160341.422500', '160341.882500', '160342.342500', '160342.802500', '160343.262500', '160343.722500', '160344.182500', '160344.642500', '160345.102500', '160345.562500', '160346.022500', '160346.482500', '160346.942500', '160347.402500', '160347.862500', '160348.322500', '160348.782500', '160349.242500', '160349.702500', '160350.162500', '160350.622500', '160351.082500', '160351.542500', '160352.002500', '160352.462500', '160352.922500', '160353.382500', '160353.842500', '160354.302500', '160354.762500', '160355.222500', '160355.682500', '160356.142500', '160356.602500', '160357.062500', '160357.522500', '160357.982500', '160358.442500', '160358.902500', '160359.362500', '160359.822500', '160400.282500', '160400.742500', '160401.202500', '160401.662500', '160402.122500', '160402.582500', '160403.042500', '160403.502500', '160403.962500', '160404.422500', '160404.882500', '160405.342500', '160405.802500', '160406.262500', '160406.722500', '160407.182500', '160407.642500', '160408.102500', '160408.562500', '160409.022500', '160409.482500', '160409.942500', '160410.402500', '160410.862500', '160411.322500', '160411.782500', '160412.242500', '160412.702500', '160413.162500', '160413.622500', '160414.082500', '160414.542500', '160415.002500', '160415.462500', '160415.922500', '160416.382500', '160416.842500', '160417.302500', '160417.762500', '160418.222500', '160418.682500', '160419.142500', '160419.602500', '160420.062500', '160420.522500', '160420.982500', '160421.442500', '160421.902500', '160422.362500', '160422.822500', '160423.282500', '160423.742500', '160424.202500', '160424.662500', '160425.122500', '160425.582500', '160426.042500', '160426.502500', '160426.962500', '160427.422500', '160427.882500', '160428.342500', '160428.802500', '160429.262500', '160429.722500', '160430.182500', '160430.642500', '160431.102500', '160431.562500', '160432.022500', '160432.482500', '160432.942500', '160433.402500', '160433.862500', '160434.322500', '160434.782500', '160435.242500', '160435.702500', '160436.162500', '160436.622500', '160437.082500', '160437.542500', '160438.002500', '160438.462500', '160438.922500', '160439.382500', '160439.842500', '160440.302500', '160440.762500', '160441.222500', '160441.682500', '160442.142500', '160442.602500', '160443.062500', '160443.522500', '160443.982500', '160444.442500', '160444.902500', '160445.362500', '160445.822500', '160446.282500', '160446.742500', '160447.202500', '160447.662500', '160448.122500', '160448.582500', '160449.042500', '160449.502500', '160449.962500', '160450.422500', '160450.882500', '160451.342500', '160451.802500', '160452.262500', '160452.722500', '160453.182500', '160453.642500', '160454.102500', '160454.562500', '160455.022500', '160455.482500', '160455.942500', '160456.402500', '160456.862500', '160457.322500', '160457.782500', '160458.242500', '160458.702500', '160459.162500', '160459.622500', '160500.082500', '160500.542500', '160501.002500', '160501.462500', '160501.922500', '160502.382500', '160502.842500', '160503.302500', '160503.762500', '160504.222500', '160504.682500', '160505.142500', '160505.602500', '160506.062500', '160506.522500', '160506.982500', '160507.442500', '160507.902500', '160508.362500', '160508.822500', '160509.282500', '160509.742500', '160510.202500', '160510.662500', '160511.122500', '160511.582500', '160512.042500', '160512.502500', '160512.962500', '160513.422500', '160513.882500', '160514.342500', '160514.802500', '160515.262500', '160515.722500', '160516.182500', '160516.642500', '160517.102500', '160517.562500', '160518.022500', '160518.482500', '160518.942500', '160519.402500', '160519.862500', '160520.322500', '160520.782500', '160521.242500', '160521.702500', '160522.162500', '160522.622500', '160523.082500', '160523.542500', '160524.002500', '160524.462500', '160524.922500', '160525.382500', '160525.842500', '160526.302500', '160526.762500', '160527.222500', '160527.682500', '160528.142500', '160528.602500', '160529.062500', '160529.522500', '160529.982500', '160530.442500', '160530.902500', '160531.362500', '160531.822500', '160532.282500', '160532.742500', '160533.202500', '160533.662500', '160534.122500', '160534.582500', '160535.042500', '160535.502500', '160535.962500', '160536.422500', '160536.882500', '160537.342500', '160537.802500', '160538.262500', '160538.722500', '160539.182500', '160539.642500', '160540.102500', '160540.562500', '160541.022500', '160541.482500', '160541.942500', '160542.402500', '160542.862500', '160543.322500', '160543.782500', '160544.242500', '160544.702500', '160545.162500', '160545.622500', '160546.082500', '160546.542500', '160547.002500', '160547.462500', '160547.922500', '160548.382500', '160548.842500', '160549.302500', '160549.762500', '160550.222500', '160550.682500', '160551.142500', '160551.602500', '160552.062500', '160552.522500', '160552.982500', '160553.442500', '160553.902500', '160554.362500', '160554.822500', '160555.282500', '160555.742500', '160556.202500', '160556.662500', '160557.122500', '160557.582500', '160558.042500', '160558.502500', '160558.962500', '160559.422500', '160559.882500', '160600.342500', '160600.802500', '160601.262500', '160601.722500', '160602.182500', '160602.642500', '160603.102500', '160603.562500', '160604.022500', '160604.482500', '160604.942500', '160605.402500', '160605.862500', '160606.322500', '160606.782500', '160607.242500', '160607.702500', '160608.162500', '160608.622500', '160609.082500', '160609.542500', '160610.002500', '160610.462500', '160610.922500', '160611.382500', '160611.842500', '160612.302500', '160612.762500', '160613.222500', '160613.682500', '160614.142500', '160614.602500', '160615.062500', '160615.522500'], 'ContentTime': ['155649.153000', '155649.156000', '155649.159000', '155649.162000', '155649.166000', '155649.169000', '155649.172000', '155649.174000', '155649.177000', '155649.179000', '155649.182000', '155649.185000', '155649.187000', '155649.190000', '155649.192000', '155649.195000', '155649.197000', '155649.200000', '155649.203000', '155649.205000', '155649.213000', '155649.216000', '155649.218000', '155649.221000', '155649.224000', '155649.226000', '155649.229000', '155649.231000', '155649.234000', '155649.237000', '155649.239000', '155649.242000', '155709.122000', '155709.125000', '155709.128000', '155709.130000', '155709.133000', '155709.136000', '155709.138000', '155709.141000', '155709.143000', '155709.146000', '155709.149000', '155709.151000', '155709.154000', '155709.156000', '155709.159000', '155709.161000', '155709.164000', '155709.167000', '155709.169000', '155709.172000', '155709.174000', '155709.177000', '155709.179000', '155709.182000', '155709.185000', '155709.188000', '155709.190000', '155709.193000', '155709.195000', '155709.198000', '155709.200000', '155709.203000', '155709.205000', '155709.208000', '155709.210000', '155709.213000', '155709.215000', '155709.218000', '155709.226000', '155709.229000', '155709.231000', '155709.234000', '155709.237000', '155709.239000', '155729.122000', '155729.125000', '155729.128000', '155729.130000', '155729.133000', '155729.136000', '155729.138000', '155729.141000', '155729.143000', '155729.146000', '155729.149000', '155729.151000', '155729.154000', '155729.156000', '155729.159000', '155729.161000', '155729.164000', '155729.166000', '155729.169000', '155729.172000', '155729.174000', '155729.177000', '155729.179000', '155729.182000', '155729.199000', '155729.201000', '155729.204000', '155729.206000', '155729.209000', '155729.212000', '155729.214000', '155729.217000', '155729.219000', '155729.222000', '155729.224000', '155729.227000', '155729.238000', '155729.241000', '155729.243000', '155729.246000', '155729.249000', '155729.251000', '155729.254000', '155749.122000', '155749.125000', '155749.128000', '155749.130000', '155749.133000', '155749.136000', '155749.138000', '155749.141000', '155749.143000', '155749.146000', '155749.149000', '155749.151000', '155749.154000', '155749.156000', '155749.159000', '155749.162000', '155749.164000', '155749.167000', '155749.170000', '155749.172000', '155749.175000', '155749.177000', '155749.180000', '155749.183000', '155749.185000', '155749.188000', '155749.191000', '155749.194000', '155749.196000', '155749.199000', '155749.201000', '155749.204000', '155749.207000', '155749.209000', '155749.212000', '155749.214000', '155749.217000', '155749.220000', '155749.222000', '155749.225000', '155749.227000', '155749.230000', '155749.233000', '155749.235000', '155809.122000', '155809.125000', '155809.128000', '155809.130000', '155809.133000', '155809.135000', '155809.138000', '155809.141000', '155809.143000', '155809.146000', '155809.148000', '155809.151000', '155809.154000', '155809.156000', '155809.159000', '155809.161000', '155809.164000', '155809.166000', '155809.169000', '155809.172000', '155809.174000', '155809.177000', '155809.179000', '155809.182000', '155809.184000', '155809.187000', '155809.190000', '155809.192000', '155809.195000', '155809.198000', '155809.200000', '155809.203000', '155809.206000', '155809.208000', '155809.211000', '155809.213000', '155809.216000', '155809.219000', '155809.221000', '155809.224000', '155809.226000', '155809.229000', '155809.231000', '155829.124000', '155829.127000', '155829.130000', '155829.132000', '155829.135000', '155829.137000', '155829.140000', '155829.143000', '155829.145000', '155829.148000', '155829.151000', '155829.153000', '155829.156000', '155829.158000', '155829.161000', '155829.163000', '155829.166000', '155829.169000', '155829.171000', '155829.174000', '155829.177000', '155829.180000', '155829.182000', '155829.185000', '155829.188000', '155829.190000', '155829.193000', '155829.196000', '155829.198000', '155829.201000', '155829.203000', '155829.206000', '155829.209000', '155829.211000', '155829.214000', '155829.217000', '155829.219000', '155829.222000', '155829.224000', '155829.227000', '155829.230000', '155829.232000', '155829.235000', '155829.237000', '155849.122000', '155849.125000', '155849.128000', '155849.130000', '155849.133000', '155849.136000', '155849.138000', '155849.141000', '155849.144000', '155849.146000', '155849.149000', '155849.151000', '155849.154000', '155849.156000', '155849.159000', '155849.162000', '155849.164000', '155849.167000', '155849.170000', '155849.172000', '155849.175000', '155849.177000', '155849.180000', '155849.183000', '155849.185000', '155849.188000', '155849.190000', '155849.193000', '155849.196000', '155849.198000', '155849.201000', '155849.204000', '155849.206000', '155849.209000', '155849.211000', '155849.214000', '155849.217000', '155849.219000', '155849.222000', '155849.224000', '155849.227000', '155849.229000', '155849.232000', '155909.122000', '155909.125000', '155909.128000', '155909.131000', '155909.133000', '155909.136000', '155909.139000', '155909.141000', '155909.144000', '155909.147000', '155909.149000', '155909.152000', '155909.154000', '155909.157000', '155909.160000', '155909.162000', '155909.165000', '155909.167000', '155909.170000', '155909.173000', '155909.175000', '155909.178000', '155909.180000', '155909.183000', '155909.185000', '155909.188000', '155909.191000', '155909.193000', '155909.196000', '155909.198000', '155909.201000', '155909.204000', '155909.219000', '155909.221000', '155909.224000', '155909.226000', '155909.229000', '155909.232000', '155909.234000', '155909.237000', '155909.239000', '155909.242000', '155909.244000', '155929.122000', '155929.125000', '155929.128000', '155929.130000', '155929.133000', '155929.136000', '155929.138000', '155929.141000', '155929.144000', '155929.146000', '155929.149000', '155929.151000', '155929.154000', '155929.157000', '155929.159000', '155929.162000', '155929.165000', '155929.167000', '155929.170000', '155929.172000', '155929.175000', '155929.178000', '155929.180000', '155929.183000', '155929.185000', '155929.188000', '155929.190000', '155929.193000', '155929.196000', '155929.198000', '155929.201000', '155929.204000', '155929.206000', '155929.209000', '155929.211000', '155929.214000', '155929.217000', '155929.219000', '155929.222000', '155929.225000', '155929.227000', '155929.230000', '155929.233000', '155929.235000', '155949.122000', '155949.125000', '155949.128000', '155949.130000', '155949.133000', '155949.136000', '155949.138000', '155949.141000', '155949.143000', '155949.146000', '155949.148000', '155949.151000', '155949.154000', '155949.156000', '155949.159000', '155949.163000', '155949.166000', '155949.169000', '155949.171000', '155949.174000', '155949.177000', '155949.179000', '155949.182000', '155949.185000', '155949.187000', '155949.190000', '155949.193000', '155949.195000', '155949.198000', '155949.201000', '155949.203000', '155949.206000', '155949.209000', '155949.211000', '155949.214000', '155949.217000', '155949.219000', '155949.222000', '155949.225000', '155949.227000', '155949.230000', '155949.232000', '155949.235000', '155949.238000', '160009.122000', '160009.125000', '160009.128000', '160009.130000', '160009.133000', '160009.136000', '160009.138000', '160009.141000', '160009.144000', '160009.146000', '160009.149000', '160009.151000', '160009.154000', '160009.156000', '160009.159000', '160009.162000', '160009.164000', '160009.167000', '160009.170000', '160009.172000', '160009.175000', '160009.177000', '160009.180000', '160009.182000', '160009.185000', '160009.188000', '160009.190000', '160009.193000', '160009.195000', '160009.198000', '160009.200000', '160009.203000', '160009.206000', '160009.208000', '160009.211000', '160009.213000', '160009.216000', '160009.218000', '160009.221000', '160009.224000', '160009.226000', '160009.229000', '160009.231000', '160029.123000', '160029.125000', '160029.128000', '160029.131000', '160029.134000', '160029.136000', '160029.139000', '160029.141000', '160029.144000', '160029.147000', '160029.149000', '160029.152000', '160029.154000', '160029.157000', '160029.160000', '160029.162000', '160029.165000', '160029.167000', '160029.170000', '160029.173000', '160029.175000', '160029.178000', '160029.180000', '160029.183000', '160029.185000', '160029.188000', '160029.191000', '160029.193000', '160029.196000', '160029.198000', '160029.201000', '160029.204000', '160029.206000', '160029.209000', '160029.211000', '160029.214000', '160029.217000', '160029.219000', '160029.222000', '160029.224000', '160029.227000', '160029.229000', '160029.232000', '160049.122000', '160049.125000', '160049.128000', '160049.131000', '160049.133000', '160049.136000', '160049.138000', '160049.141000', '160049.144000', '160049.146000', '160049.149000', '160049.152000', '160049.154000', '160049.157000', '160049.170000', '160049.172000', '160049.175000', '160049.178000', '160049.180000', '160049.183000', '160049.186000', '160049.188000', '160049.191000', '160049.193000', '160049.196000', '160049.198000', '160049.201000', '160049.204000', '160049.207000', '160049.209000', '160049.212000', '160049.214000', '160049.217000', '160049.219000', '160049.222000', '160049.225000', '160049.227000', '160049.230000', '160049.232000', '160049.235000', '160049.238000', '160049.240000', '160049.243000', '160049.245000', '160109.122000', '160109.125000', '160109.128000', '160109.130000', '160109.133000', '160109.136000', '160109.138000', '160109.141000', '160109.143000', '160109.146000', '160109.149000', '160109.151000', '160109.154000', '160109.156000', '160109.159000', '160109.162000', '160109.164000', '160109.167000', '160109.170000', '160109.172000', '160109.175000', '160109.178000', '160109.180000', '160109.183000', '160109.185000', '160109.188000', '160109.190000', '160109.193000', '160109.196000', '160109.198000', '160109.202000', '160109.205000', '160109.208000', '160109.210000', '160109.213000', '160109.215000', '160109.218000', '160109.221000', '160109.223000', '160109.226000', '160109.228000', '160109.231000', '160109.234000', '160129.122000', '160129.125000', '160129.128000', '160129.131000', '160129.133000', '160129.136000', '160129.138000', '160129.141000', '160129.144000', '160129.146000', '160129.149000', '160129.151000', '160129.154000', '160129.157000', '160129.159000', '160129.162000', '160129.164000', '160129.167000', '160129.170000', '160129.172000', '160129.175000', '160129.177000', '160129.180000', '160129.183000', '160129.185000', '160129.188000', '160129.191000', '160129.193000', '160129.196000', '160129.198000', '160129.201000', '160129.204000', '160129.207000', '160129.209000', '160129.212000', '160129.215000', '160129.217000', '160129.220000', '160129.222000', '160129.225000', '160129.228000', '160129.230000', '160129.233000', '160129.235000', '160149.122000', '160149.125000', '160149.128000', '160149.131000', '160149.133000', '160149.136000', '160149.138000', '160149.141000', '160149.144000', '160149.146000', '160149.149000', '160149.151000', '160149.154000', '160149.157000', '160149.159000', '160149.162000', '160149.165000', '160149.167000', '160149.170000', '160149.172000', '160149.175000', '160149.178000', '160149.180000', '160149.183000', '160149.185000', '160149.188000', '160149.191000', '160149.194000', '160149.196000', '160149.199000', '160149.202000', '160149.204000', '160149.207000', '160149.210000', '160149.212000', '160149.215000', '160149.217000', '160149.220000', '160149.223000', '160149.225000', '160149.228000', '160149.230000', '160149.233000', '160209.122000', '160209.125000', '160209.128000', '160209.130000', '160209.133000', '160209.136000', '160209.138000', '160209.141000', '160209.143000', '160209.146000', '160209.149000', '160209.151000', '160209.154000', '160209.157000', '160209.159000', '160209.164000', '160209.167000', '160209.169000', '160209.172000', '160209.174000', '160209.177000', '160209.180000', '160209.182000', '160209.185000', '160209.188000', '160209.203000', '160209.205000', '160209.208000', '160209.211000', '160209.213000', '160209.216000', '160209.218000', '160209.221000', '160209.223000', '160209.226000', '160209.229000', '160209.231000', '160209.234000', '160209.237000', '160209.239000', '160209.242000', '160209.244000', '160209.247000', '160209.249000', '160229.122000', '160229.125000', '160229.128000', '160229.131000', '160229.133000', '160229.136000', '160229.138000', '160229.141000', '160229.144000', '160229.147000', '160229.149000', '160229.152000', '160229.154000', '160229.157000', '160229.160000', '160229.162000', '160229.165000', '160229.167000', '160229.170000', '160229.172000', '160229.175000', '160229.178000', '160229.180000', '160229.183000', '160229.186000', '160229.188000', '160229.191000', '160229.193000', '160229.196000', '160229.199000', '160229.201000', '160229.204000', '160229.207000', '160229.209000', '160229.212000', '160229.215000', '160229.217000', '160229.220000', '160229.222000', '160229.225000', '160229.227000', '160229.230000', '160229.233000', '160249.122000', '160249.125000', '160249.128000', '160249.131000', '160249.133000', '160249.136000', '160249.139000', '160249.141000', '160249.144000', '160249.146000', '160249.149000', '160249.152000', '160249.154000', '160249.157000', '160249.160000', '160249.162000', '160249.165000', '160249.167000', '160249.170000', '160249.173000', '160249.175000', '160249.178000', '160249.180000', '160249.183000', '160249.186000', '160249.188000', '160249.191000', '160249.194000', '160249.196000', '160249.199000', '160249.201000', '160249.204000', '160249.207000', '160249.209000', '160249.212000', '160249.215000', '160249.217000', '160249.220000', '160249.223000', '160249.225000', '160249.228000', '160249.230000', '160249.233000', '160249.236000', '160309.123000', '160309.125000', '160309.128000', '160309.130000', '160309.133000', '160309.136000', '160309.138000', '160309.141000', '160309.144000', '160309.146000', '160309.149000', '160309.151000', '160309.154000', '160309.156000', '160309.159000', '160309.162000', '160309.164000', '160309.167000', '160309.169000', '160309.172000', '160309.175000', '160309.177000', '160309.180000', '160309.182000', '160309.185000', '160309.188000', '160309.190000', '160309.193000', '160309.196000', '160309.198000', '160309.201000', '160309.203000', '160309.206000', '160309.209000', '160309.211000', '160309.214000', '160309.217000', '160309.220000', '160309.222000', '160309.225000', '160309.227000', '160309.230000', '160309.233000', '160329.123000', '160329.125000', '160329.128000', '160329.131000', '160329.134000', '160329.136000', '160329.139000', '160329.141000', '160329.144000', '160329.147000', '160329.149000', '160329.152000', '160329.154000', '160329.157000', '160329.160000', '160329.162000', '160329.165000', '160329.167000', '160329.170000', '160329.173000', '160329.175000', '160329.178000', '160329.180000', '160329.183000', '160329.186000', '160329.188000', '160329.191000', '160329.193000', '160329.196000', '160329.199000', '160329.201000', '160329.204000', '160329.207000', '160329.209000', '160329.212000', '160329.223000', '160329.226000', '160329.228000', '160329.231000', '160329.234000', '160329.236000', '160329.239000', '160329.241000', '160329.244000', '160349.122000', '160349.125000', '160349.128000', '160349.131000', '160349.133000', '160349.136000', '160349.138000', '160349.141000', '160349.144000', '160349.146000', '160349.149000', '160349.151000', '160349.154000', '160349.157000', '160349.159000', '160349.162000', '160349.164000', '160349.167000', '160349.169000', '160349.172000', '160349.175000', '160349.177000', '160349.180000', '160349.182000', '160349.185000', '160349.188000', '160349.190000', '160349.193000', '160349.195000', '160349.198000', '160349.201000', '160349.203000', '160349.206000', '160349.208000', '160349.211000', '160349.214000', '160349.217000', '160349.220000', '160349.223000', '160349.226000', '160349.228000', '160349.231000', '160349.233000', '160409.123000', '160409.125000', '160409.128000', '160409.130000', '160409.133000', '160409.136000', '160409.138000', '160409.141000', '160409.144000', '160409.146000', '160409.149000', '160409.151000', '160409.154000', '160409.157000', '160409.159000', '160409.162000', '160409.164000', '160409.167000', '160409.170000', '160409.172000', '160409.175000', '160409.177000', '160409.180000', '160409.183000', '160409.185000', '160409.188000', '160409.190000', '160409.193000', '160409.196000', '160409.198000', '160409.201000', '160409.203000', '160409.206000', '160409.209000', '160409.211000', '160409.214000', '160409.216000', '160409.219000', '160409.222000', '160409.224000', '160409.227000', '160409.229000', '160409.232000', '160409.234000', '160429.122000', '160429.125000', '160429.128000', '160429.131000', '160429.133000', '160429.136000', '160429.138000', '160429.141000', '160429.144000', '160429.146000', '160429.149000', '160429.152000', '160429.154000', '160429.157000', '160429.160000', '160429.162000', '160429.165000', '160429.167000', '160429.170000', '160429.173000', '160429.175000', '160429.178000', '160429.180000', '160429.183000', '160429.186000', '160429.188000', '160429.191000', '160429.194000', '160429.196000', '160429.199000', '160429.201000', '160429.204000', '160429.207000', '160429.209000', '160429.212000', '160429.214000', '160429.217000', '160429.220000', '160429.222000', '160429.225000', '160429.228000', '160429.230000', '160429.233000', '160449.123000', '160449.125000', '160449.128000', '160449.131000', '160449.134000', '160449.136000', '160449.139000', '160449.142000', '160449.144000', '160449.147000', '160449.149000', '160449.152000', '160449.155000', '160449.157000', '160449.160000', '160449.162000', '160449.165000', '160449.168000', '160449.170000', '160449.173000', '160449.176000', '160449.178000', '160449.181000', '160449.183000', '160449.186000', '160449.189000', '160449.191000', '160449.194000', '160449.196000', '160449.199000', '160449.202000', '160449.204000', '160449.215000', '160449.217000', '160449.220000', '160449.223000', '160449.226000', '160449.228000', '160449.231000', '160449.233000', '160449.236000', '160449.239000', '160449.241000', '160449.244000', '160509.123000', '160509.125000', '160509.128000', '160509.131000', '160509.133000', '160509.136000', '160509.138000', '160509.141000', '160509.144000', '160509.146000', '160509.149000', '160509.151000', '160509.154000', '160509.157000', '160509.159000', '160509.162000', '160509.165000', '160509.167000', '160509.170000', '160509.172000', '160509.175000', '160509.177000', '160509.180000', '160509.183000', '160509.185000', '160509.188000', '160509.190000', '160509.193000', '160509.195000', '160509.198000', '160509.201000', '160509.203000', '160509.206000', '160509.208000', '160509.211000', '160509.214000', '160509.216000', '160509.219000', '160509.221000', '160509.224000', '160509.227000', '160509.229000', '160509.232000', '160529.122000', '160529.125000', '160529.128000', '160529.131000', '160529.133000', '160529.136000', '160529.139000', '160529.141000', '160529.144000', '160529.146000', '160529.149000', '160529.152000', '160529.154000', '160529.157000', '160529.160000', '160529.162000', '160529.165000', '160529.168000', '160529.170000', '160529.173000', '160529.175000', '160529.178000', '160529.181000', '160529.183000', '160529.186000', '160529.188000', '160529.191000', '160529.194000', '160529.196000', '160529.199000', '160529.202000', '160529.204000', '160529.207000', '160529.209000', '160529.212000', '160529.215000', '160529.217000', '160529.220000', '160529.223000', '160529.225000', '160529.228000', '160529.231000', '160529.233000', '160529.236000', '160549.123000', '160549.125000', '160549.128000', '160549.131000', '160549.133000', '160549.136000', '160549.138000', '160549.141000', '160549.144000', '160549.146000', '160549.149000', '160549.152000', '160549.154000', '160549.157000', '160549.159000', '160549.162000', '160549.165000', '160549.167000', '160549.170000', '160549.173000', '160549.175000', '160549.178000', '160549.181000', '160549.183000', '160549.186000', '160549.188000', '160549.191000', '160549.194000', '160549.196000', '160549.199000', '160549.201000', '160549.204000', '160549.207000', '160549.209000', '160549.212000', '160549.214000', '160549.217000', '160549.220000', '160549.222000', '160549.225000', '160549.227000', '160549.230000', '160549.233000', '160609.124000', '160609.127000', '160609.129000', '160609.132000', '160609.134000', '160609.137000', '160609.139000', '160609.142000', '160609.145000', '160609.147000', '160609.150000', '160609.152000', '160609.155000', '160609.157000', '160609.160000', '160609.163000', '160609.165000', '160609.168000', '160609.170000', '160609.176000', '160609.179000', '160609.182000', '160609.184000', '160609.187000', '160609.190000', '160609.192000', '160609.195000', '160609.197000', '160609.213000', '160609.216000', '160609.218000', '160609.221000', '160609.223000', '160609.226000', '160609.229000', '160609.231000', '160609.234000', '160609.237000', '160609.239000', '160609.242000', '160609.244000', '160609.247000', '160609.250000', '160609.252000', '160617.342000', '160617.345000', '160617.347000', '160617.350000', '160617.353000', '160617.356000', '160617.359000', '160617.361000', '160617.364000', '160617.367000', '160617.370000', '160617.372000', '160617.375000', '160617.378000', '160617.381000', '160617.384000', '160617.386000', '160617.389000'], 'InstanceCreationTime': ['155649.153000', '155649.156000', '155649.159000', '155649.162000', '155649.166000', '155649.169000', '155649.172000', '155649.174000', '155649.177000', '155649.179000', '155649.182000', '155649.185000', '155649.187000', '155649.190000', '155649.192000', '155649.195000', '155649.197000', '155649.200000', '155649.203000', '155649.205000', '155649.213000', '155649.216000', '155649.218000', '155649.221000', '155649.224000', '155649.226000', '155649.229000', '155649.231000', '155649.234000', '155649.237000', '155649.239000', '155649.242000', '155709.122000', '155709.125000', '155709.128000', '155709.130000', '155709.133000', '155709.136000', '155709.138000', '155709.141000', '155709.143000', '155709.146000', '155709.149000', '155709.151000', '155709.154000', '155709.156000', '155709.159000', '155709.161000', '155709.164000', '155709.167000', '155709.169000', '155709.172000', '155709.174000', '155709.177000', '155709.179000', '155709.182000', '155709.185000', '155709.188000', '155709.190000', '155709.193000', '155709.195000', '155709.198000', '155709.200000', '155709.203000', '155709.205000', '155709.208000', '155709.210000', '155709.213000', '155709.215000', '155709.218000', '155709.226000', '155709.229000', '155709.231000', '155709.234000', '155709.237000', '155709.239000', '155729.122000', '155729.125000', '155729.128000', '155729.130000', '155729.133000', '155729.136000', '155729.138000', '155729.141000', '155729.143000', '155729.146000', '155729.149000', '155729.151000', '155729.154000', '155729.156000', '155729.159000', '155729.161000', '155729.164000', '155729.166000', '155729.169000', '155729.172000', '155729.174000', '155729.177000', '155729.179000', '155729.182000', '155729.199000', '155729.201000', '155729.204000', '155729.206000', '155729.209000', '155729.212000', '155729.214000', '155729.217000', '155729.219000', '155729.222000', '155729.224000', '155729.227000', '155729.238000', '155729.241000', '155729.243000', '155729.246000', '155729.249000', '155729.251000', '155729.254000', '155749.122000', '155749.125000', '155749.128000', '155749.130000', '155749.133000', '155749.136000', '155749.138000', '155749.141000', '155749.143000', '155749.146000', '155749.149000', '155749.151000', '155749.154000', '155749.156000', '155749.159000', '155749.162000', '155749.164000', '155749.167000', '155749.170000', '155749.172000', '155749.175000', '155749.177000', '155749.180000', '155749.183000', '155749.185000', '155749.188000', '155749.191000', '155749.194000', '155749.196000', '155749.199000', '155749.201000', '155749.204000', '155749.207000', '155749.209000', '155749.212000', '155749.214000', '155749.217000', '155749.220000', '155749.222000', '155749.225000', '155749.227000', '155749.230000', '155749.233000', '155749.235000', '155809.122000', '155809.125000', '155809.128000', '155809.130000', '155809.133000', '155809.135000', '155809.138000', '155809.141000', '155809.143000', '155809.146000', '155809.148000', '155809.151000', '155809.154000', '155809.156000', '155809.159000', '155809.161000', '155809.164000', '155809.166000', '155809.169000', '155809.172000', '155809.174000', '155809.177000', '155809.179000', '155809.182000', '155809.184000', '155809.187000', '155809.190000', '155809.192000', '155809.195000', '155809.198000', '155809.200000', '155809.203000', '155809.206000', '155809.208000', '155809.211000', '155809.213000', '155809.216000', '155809.219000', '155809.221000', '155809.224000', '155809.226000', '155809.229000', '155809.231000', '155829.124000', '155829.127000', '155829.130000', '155829.132000', '155829.135000', '155829.137000', '155829.140000', '155829.143000', '155829.145000', '155829.148000', '155829.151000', '155829.153000', '155829.156000', '155829.158000', '155829.161000', '155829.163000', '155829.166000', '155829.169000', '155829.171000', '155829.174000', '155829.177000', '155829.180000', '155829.182000', '155829.185000', '155829.188000', '155829.190000', '155829.193000', '155829.196000', '155829.198000', '155829.201000', '155829.203000', '155829.206000', '155829.209000', '155829.211000', '155829.214000', '155829.217000', '155829.219000', '155829.222000', '155829.224000', '155829.227000', '155829.230000', '155829.232000', '155829.235000', '155829.237000', '155849.122000', '155849.125000', '155849.128000', '155849.130000', '155849.133000', '155849.136000', '155849.138000', '155849.141000', '155849.144000', '155849.146000', '155849.149000', '155849.151000', '155849.154000', '155849.156000', '155849.159000', '155849.162000', '155849.164000', '155849.167000', '155849.170000', '155849.172000', '155849.175000', '155849.177000', '155849.180000', '155849.183000', '155849.185000', '155849.188000', '155849.190000', '155849.193000', '155849.196000', '155849.198000', '155849.201000', '155849.204000', '155849.206000', '155849.209000', '155849.211000', '155849.214000', '155849.217000', '155849.219000', '155849.222000', '155849.224000', '155849.227000', '155849.229000', '155849.232000', '155909.122000', '155909.125000', '155909.128000', '155909.131000', '155909.133000', '155909.136000', '155909.139000', '155909.141000', '155909.144000', '155909.147000', '155909.149000', '155909.152000', '155909.154000', '155909.157000', '155909.160000', '155909.162000', '155909.165000', '155909.167000', '155909.170000', '155909.173000', '155909.175000', '155909.178000', '155909.180000', '155909.183000', '155909.185000', '155909.188000', '155909.191000', '155909.193000', '155909.196000', '155909.198000', '155909.201000', '155909.204000', '155909.219000', '155909.221000', '155909.224000', '155909.226000', '155909.229000', '155909.232000', '155909.234000', '155909.237000', '155909.239000', '155909.242000', '155909.244000', '155929.122000', '155929.125000', '155929.128000', '155929.130000', '155929.133000', '155929.136000', '155929.138000', '155929.141000', '155929.144000', '155929.146000', '155929.149000', '155929.151000', '155929.154000', '155929.157000', '155929.159000', '155929.162000', '155929.165000', '155929.167000', '155929.170000', '155929.172000', '155929.175000', '155929.178000', '155929.180000', '155929.183000', '155929.185000', '155929.188000', '155929.190000', '155929.193000', '155929.196000', '155929.198000', '155929.201000', '155929.204000', '155929.206000', '155929.209000', '155929.211000', '155929.214000', '155929.217000', '155929.219000', '155929.222000', '155929.225000', '155929.227000', '155929.230000', '155929.233000', '155929.235000', '155949.122000', '155949.125000', '155949.128000', '155949.130000', '155949.133000', '155949.136000', '155949.138000', '155949.141000', '155949.143000', '155949.146000', '155949.148000', '155949.151000', '155949.154000', '155949.156000', '155949.159000', '155949.163000', '155949.166000', '155949.169000', '155949.171000', '155949.174000', '155949.177000', '155949.179000', '155949.182000', '155949.185000', '155949.187000', '155949.190000', '155949.193000', '155949.195000', '155949.198000', '155949.201000', '155949.203000', '155949.206000', '155949.209000', '155949.211000', '155949.214000', '155949.217000', '155949.219000', '155949.222000', '155949.225000', '155949.227000', '155949.230000', '155949.232000', '155949.235000', '155949.238000', '160009.122000', '160009.125000', '160009.128000', '160009.130000', '160009.133000', '160009.136000', '160009.138000', '160009.141000', '160009.144000', '160009.146000', '160009.149000', '160009.151000', '160009.154000', '160009.156000', '160009.159000', '160009.162000', '160009.164000', '160009.167000', '160009.170000', '160009.172000', '160009.175000', '160009.177000', '160009.180000', '160009.182000', '160009.185000', '160009.188000', '160009.190000', '160009.193000', '160009.195000', '160009.198000', '160009.200000', '160009.203000', '160009.206000', '160009.208000', '160009.211000', '160009.213000', '160009.216000', '160009.218000', '160009.221000', '160009.224000', '160009.226000', '160009.229000', '160009.231000', '160029.123000', '160029.125000', '160029.128000', '160029.131000', '160029.134000', '160029.136000', '160029.139000', '160029.141000', '160029.144000', '160029.147000', '160029.149000', '160029.152000', '160029.154000', '160029.157000', '160029.160000', '160029.162000', '160029.165000', '160029.167000', '160029.170000', '160029.173000', '160029.175000', '160029.178000', '160029.180000', '160029.183000', '160029.185000', '160029.188000', '160029.191000', '160029.193000', '160029.196000', '160029.198000', '160029.201000', '160029.204000', '160029.206000', '160029.209000', '160029.211000', '160029.214000', '160029.217000', '160029.219000', '160029.222000', '160029.224000', '160029.227000', '160029.229000', '160029.232000', '160049.122000', '160049.125000', '160049.128000', '160049.131000', '160049.133000', '160049.136000', '160049.138000', '160049.141000', '160049.144000', '160049.146000', '160049.149000', '160049.152000', '160049.154000', '160049.157000', '160049.170000', '160049.172000', '160049.175000', '160049.178000', '160049.180000', '160049.183000', '160049.186000', '160049.188000', '160049.191000', '160049.193000', '160049.196000', '160049.198000', '160049.201000', '160049.204000', '160049.207000', '160049.209000', '160049.212000', '160049.214000', '160049.217000', '160049.219000', '160049.222000', '160049.225000', '160049.227000', '160049.230000', '160049.232000', '160049.235000', '160049.238000', '160049.240000', '160049.243000', '160049.245000', '160109.122000', '160109.125000', '160109.128000', '160109.130000', '160109.133000', '160109.136000', '160109.138000', '160109.141000', '160109.143000', '160109.146000', '160109.149000', '160109.151000', '160109.154000', '160109.156000', '160109.159000', '160109.162000', '160109.164000', '160109.167000', '160109.170000', '160109.172000', '160109.175000', '160109.178000', '160109.180000', '160109.183000', '160109.185000', '160109.188000', '160109.190000', '160109.193000', '160109.196000', '160109.198000', '160109.202000', '160109.205000', '160109.208000', '160109.210000', '160109.213000', '160109.215000', '160109.218000', '160109.221000', '160109.223000', '160109.226000', '160109.228000', '160109.231000', '160109.234000', '160129.122000', '160129.125000', '160129.128000', '160129.131000', '160129.133000', '160129.136000', '160129.138000', '160129.141000', '160129.144000', '160129.146000', '160129.149000', '160129.151000', '160129.154000', '160129.157000', '160129.159000', '160129.162000', '160129.164000', '160129.167000', '160129.170000', '160129.172000', '160129.175000', '160129.177000', '160129.180000', '160129.183000', '160129.185000', '160129.188000', '160129.191000', '160129.193000', '160129.196000', '160129.198000', '160129.201000', '160129.204000', '160129.207000', '160129.209000', '160129.212000', '160129.215000', '160129.217000', '160129.220000', '160129.222000', '160129.225000', '160129.228000', '160129.230000', '160129.233000', '160129.235000', '160149.122000', '160149.125000', '160149.128000', '160149.131000', '160149.133000', '160149.136000', '160149.138000', '160149.141000', '160149.144000', '160149.146000', '160149.149000', '160149.151000', '160149.154000', '160149.157000', '160149.159000', '160149.162000', '160149.165000', '160149.167000', '160149.170000', '160149.172000', '160149.175000', '160149.178000', '160149.180000', '160149.183000', '160149.185000', '160149.188000', '160149.191000', '160149.194000', '160149.196000', '160149.199000', '160149.202000', '160149.204000', '160149.207000', '160149.210000', '160149.212000', '160149.215000', '160149.217000', '160149.220000', '160149.223000', '160149.225000', '160149.228000', '160149.230000', '160149.233000', '160209.122000', '160209.125000', '160209.128000', '160209.130000', '160209.133000', '160209.136000', '160209.138000', '160209.141000', '160209.143000', '160209.146000', '160209.149000', '160209.151000', '160209.154000', '160209.157000', '160209.159000', '160209.164000', '160209.167000', '160209.169000', '160209.172000', '160209.174000', '160209.177000', '160209.180000', '160209.182000', '160209.185000', '160209.188000', '160209.203000', '160209.205000', '160209.208000', '160209.211000', '160209.213000', '160209.216000', '160209.218000', '160209.221000', '160209.223000', '160209.226000', '160209.229000', '160209.231000', '160209.234000', '160209.237000', '160209.239000', '160209.242000', '160209.244000', '160209.247000', '160209.249000', '160229.122000', '160229.125000', '160229.128000', '160229.131000', '160229.133000', '160229.136000', '160229.138000', '160229.141000', '160229.144000', '160229.147000', '160229.149000', '160229.152000', '160229.154000', '160229.157000', '160229.160000', '160229.162000', '160229.165000', '160229.167000', '160229.170000', '160229.172000', '160229.175000', '160229.178000', '160229.180000', '160229.183000', '160229.186000', '160229.188000', '160229.191000', '160229.193000', '160229.196000', '160229.199000', '160229.201000', '160229.204000', '160229.207000', '160229.209000', '160229.212000', '160229.215000', '160229.217000', '160229.220000', '160229.222000', '160229.225000', '160229.227000', '160229.230000', '160229.233000', '160249.122000', '160249.125000', '160249.128000', '160249.131000', '160249.133000', '160249.136000', '160249.139000', '160249.141000', '160249.144000', '160249.146000', '160249.149000', '160249.152000', '160249.154000', '160249.157000', '160249.160000', '160249.162000', '160249.165000', '160249.167000', '160249.170000', '160249.173000', '160249.175000', '160249.178000', '160249.180000', '160249.183000', '160249.186000', '160249.188000', '160249.191000', '160249.194000', '160249.196000', '160249.199000', '160249.201000', '160249.204000', '160249.207000', '160249.209000', '160249.212000', '160249.215000', '160249.217000', '160249.220000', '160249.223000', '160249.225000', '160249.228000', '160249.230000', '160249.233000', '160249.236000', '160309.123000', '160309.125000', '160309.128000', '160309.130000', '160309.133000', '160309.136000', '160309.138000', '160309.141000', '160309.144000', '160309.146000', '160309.149000', '160309.151000', '160309.154000', '160309.156000', '160309.159000', '160309.162000', '160309.164000', '160309.167000', '160309.169000', '160309.172000', '160309.175000', '160309.177000', '160309.180000', '160309.182000', '160309.185000', '160309.188000', '160309.190000', '160309.193000', '160309.196000', '160309.198000', '160309.201000', '160309.203000', '160309.206000', '160309.209000', '160309.211000', '160309.214000', '160309.217000', '160309.220000', '160309.222000', '160309.225000', '160309.227000', '160309.230000', '160309.233000', '160329.123000', '160329.125000', '160329.128000', '160329.131000', '160329.134000', '160329.136000', '160329.139000', '160329.141000', '160329.144000', '160329.147000', '160329.149000', '160329.152000', '160329.154000', '160329.157000', '160329.160000', '160329.162000', '160329.165000', '160329.167000', '160329.170000', '160329.173000', '160329.175000', '160329.178000', '160329.180000', '160329.183000', '160329.186000', '160329.188000', '160329.191000', '160329.193000', '160329.196000', '160329.199000', '160329.201000', '160329.204000', '160329.207000', '160329.209000', '160329.212000', '160329.223000', '160329.226000', '160329.228000', '160329.231000', '160329.234000', '160329.236000', '160329.239000', '160329.241000', '160329.244000', '160349.122000', '160349.125000', '160349.128000', '160349.131000', '160349.133000', '160349.136000', '160349.138000', '160349.141000', '160349.144000', '160349.146000', '160349.149000', '160349.151000', '160349.154000', '160349.157000', '160349.159000', '160349.162000', '160349.164000', '160349.167000', '160349.169000', '160349.172000', '160349.175000', '160349.177000', '160349.180000', '160349.182000', '160349.185000', '160349.188000', '160349.190000', '160349.193000', '160349.195000', '160349.198000', '160349.201000', '160349.203000', '160349.206000', '160349.208000', '160349.211000', '160349.214000', '160349.217000', '160349.220000', '160349.223000', '160349.226000', '160349.228000', '160349.231000', '160349.233000', '160409.123000', '160409.125000', '160409.128000', '160409.130000', '160409.133000', '160409.136000', '160409.138000', '160409.141000', '160409.144000', '160409.146000', '160409.149000', '160409.151000', '160409.154000', '160409.157000', '160409.159000', '160409.162000', '160409.164000', '160409.167000', '160409.170000', '160409.172000', '160409.175000', '160409.177000', '160409.180000', '160409.183000', '160409.185000', '160409.188000', '160409.190000', '160409.193000', '160409.196000', '160409.198000', '160409.201000', '160409.203000', '160409.206000', '160409.209000', '160409.211000', '160409.214000', '160409.216000', '160409.219000', '160409.222000', '160409.224000', '160409.227000', '160409.229000', '160409.232000', '160409.234000', '160429.122000', '160429.125000', '160429.128000', '160429.131000', '160429.133000', '160429.136000', '160429.138000', '160429.141000', '160429.144000', '160429.146000', '160429.149000', '160429.152000', '160429.154000', '160429.157000', '160429.160000', '160429.162000', '160429.165000', '160429.167000', '160429.170000', '160429.173000', '160429.175000', '160429.178000', '160429.180000', '160429.183000', '160429.186000', '160429.188000', '160429.191000', '160429.194000', '160429.196000', '160429.199000', '160429.201000', '160429.204000', '160429.207000', '160429.209000', '160429.212000', '160429.214000', '160429.217000', '160429.220000', '160429.222000', '160429.225000', '160429.228000', '160429.230000', '160429.233000', '160449.123000', '160449.125000', '160449.128000', '160449.131000', '160449.134000', '160449.136000', '160449.139000', '160449.142000', '160449.144000', '160449.147000', '160449.149000', '160449.152000', '160449.155000', '160449.157000', '160449.160000', '160449.162000', '160449.165000', '160449.168000', '160449.170000', '160449.173000', '160449.176000', '160449.178000', '160449.181000', '160449.183000', '160449.186000', '160449.189000', '160449.191000', '160449.194000', '160449.196000', '160449.199000', '160449.202000', '160449.204000', '160449.215000', '160449.217000', '160449.220000', '160449.223000', '160449.226000', '160449.228000', '160449.231000', '160449.233000', '160449.236000', '160449.239000', '160449.241000', '160449.244000', '160509.123000', '160509.125000', '160509.128000', '160509.131000', '160509.133000', '160509.136000', '160509.138000', '160509.141000', '160509.144000', '160509.146000', '160509.149000', '160509.151000', '160509.154000', '160509.157000', '160509.159000', '160509.162000', '160509.165000', '160509.167000', '160509.170000', '160509.172000', '160509.175000', '160509.177000', '160509.180000', '160509.183000', '160509.185000', '160509.188000', '160509.190000', '160509.193000', '160509.195000', '160509.198000', '160509.201000', '160509.203000', '160509.206000', '160509.208000', '160509.211000', '160509.214000', '160509.216000', '160509.219000', '160509.221000', '160509.224000', '160509.227000', '160509.229000', '160509.232000', '160529.122000', '160529.125000', '160529.128000', '160529.131000', '160529.133000', '160529.136000', '160529.139000', '160529.141000', '160529.144000', '160529.146000', '160529.149000', '160529.152000', '160529.154000', '160529.157000', '160529.160000', '160529.162000', '160529.165000', '160529.168000', '160529.170000', '160529.173000', '160529.175000', '160529.178000', '160529.181000', '160529.183000', '160529.186000', '160529.188000', '160529.191000', '160529.194000', '160529.196000', '160529.199000', '160529.202000', '160529.204000', '160529.207000', '160529.209000', '160529.212000', '160529.215000', '160529.217000', '160529.220000', '160529.223000', '160529.225000', '160529.228000', '160529.231000', '160529.233000', '160529.236000', '160549.123000', '160549.125000', '160549.128000', '160549.131000', '160549.133000', '160549.136000', '160549.138000', '160549.141000', '160549.144000', '160549.146000', '160549.149000', '160549.152000', '160549.154000', '160549.157000', '160549.159000', '160549.162000', '160549.165000', '160549.167000', '160549.170000', '160549.173000', '160549.175000', '160549.178000', '160549.181000', '160549.183000', '160549.186000', '160549.188000', '160549.191000', '160549.194000', '160549.196000', '160549.199000', '160549.201000', '160549.204000', '160549.207000', '160549.209000', '160549.212000', '160549.214000', '160549.217000', '160549.220000', '160549.222000', '160549.225000', '160549.227000', '160549.230000', '160549.233000', '160609.124000', '160609.127000', '160609.129000', '160609.132000', '160609.134000', '160609.137000', '160609.139000', '160609.142000', '160609.145000', '160609.147000', '160609.150000', '160609.152000', '160609.155000', '160609.157000', '160609.160000', '160609.163000', '160609.165000', '160609.168000', '160609.170000', '160609.176000', '160609.179000', '160609.182000', '160609.184000', '160609.187000', '160609.190000', '160609.192000', '160609.195000', '160609.197000', '160609.213000', '160609.216000', '160609.218000', '160609.221000', '160609.223000', '160609.226000', '160609.229000', '160609.231000', '160609.234000', '160609.237000', '160609.239000', '160609.242000', '160609.244000', '160609.247000', '160609.250000', '160609.252000', '160617.342000', '160617.345000', '160617.347000', '160617.350000', '160617.353000', '160617.356000', '160617.359000', '160617.361000', '160617.364000', '160617.367000', '160617.370000', '160617.372000', '160617.375000', '160617.378000', '160617.381000', '160617.384000', '160617.386000', '160617.389000'], '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': [9010, 8945, 7350, 10682, 8709, 8284, 7793, 6696, 9560, 7591, 11004, 8275, 12425, 8777, 12107, 8803, 12567, 9118, 7443, 8675, 7193, 9463, 8303, 11578, 9301, 8648, 8530, 7055, 9344, 7933, 11428, 8805, 11285, 8841, 11935, 9344, 10648, 8971, 7166, 9345, 7370, 9971, 8359, 11651, 8761, 9737, 8217, 6847, 8373, 7243, 9282, 8187, 7036, 9674, 7934, 11715, 8671, 8164, 8565, 7016, 9499, 7669, 11460, 8547, 10616, 8488, 9946, 8280, 7695, 8299, 6626, 8484, 7595, 8912, 7686, 6726, 8571, 7805, 10559, 8160, 11074, 8995, 9542, 9911, 7072, 10307, 7957, 11397, 8782, 12440, 9376, 11616, 8814, 11805, 8867, 9553, 8405, 6903, 8873, 7018, 9764, 7945, 10972, 8333, 11007, 8798, 11552, 8728, 9412, 8893, 7033, 9775, 8103, 11329, 8975, 9580, 8586, 6800, 9116, 7255, 10695, 8394, 10933, 8293, 9048, 8525, 7015, 9154, 7216, 9876, 8648, 9643, 8659, 7291, 9599, 8202, 8937, 8490, 6770, 9082, 8041, 7624, 10257, 9073, 12802, 9972, 9304, 8948, 7211, 10032, 8369, 12222, 9189, 7826, 8388, 6684, 9003, 8073, 7499, 8274, 6908, 9820, 7261, 10929, 8901, 12605, 9829, 10814, 8890, 7966, 8407, 7123, 9365, 7674, 11129, 8197, 9958, 8296, 7650, 7992, 6776, 9021, 7926, 10181, 8361, 7643, 8463, 7238, 12187, 9628, 12259, 8689, 8721, 8775, 7675, 11926, 8262, 11277, 8248, 10623, 8355, 8802, 8347, 6708, 8887, 7563, 9729, 7944, 7571, 8098, 7034, 8674, 7173, 10255, 8306, 11170, 8557, 8776, 8323, 7403, 9924, 7555, 10634, 8373, 11322, 8517, 8713, 8696, 7082, 9852, 8082, 11267, 8806, 9053, 8533, 6946, 9248, 7869, 10960, 8360, 6993, 8310, 6970, 9567, 8106, 11999, 9310, 7726, 8639, 6782, 9715, 8097, 12326, 8801, 10455, 7957, 7433, 9036, 7603, 12037, 8503, 10550, 8342, 7517, 8800, 6983, 9705, 8092, 10178, 8029, 10157, 8228, 6653, 8309, 6834, 9036, 7579, 10312, 8313, 10714, 8476, 9400, 8489, 6597, 9047, 7381, 9667, 8368, 11469, 8535, 7272, 8267, 7003, 9270, 7482, 10742, 8318, 10698, 8545, 11707, 8864, 11277, 8375, 7570, 8304, 7285, 9961, 8138, 10348, 8278, 9667, 8370, 6861, 8794, 7094, 9642, 8158, 11704, 8877, 10299, 8270, 7696, 9284, 7388, 10548, 8177, 10649, 8777, 7621, 8126, 7164, 10275, 8337, 6799, 9089, 7510, 10116, 8255, 11771, 9047, 10498, 8704, 7196, 9141, 8123, 7730, 8017, 7096, 8560, 7237, 9134, 7895, 10017, 8421, 7693, 9253, 7136, 10572, 8073, 11682, 9222, 12743, 9170, 11322, 8877, 11085, 8893, 7419, 8734, 7107, 9377, 7822, 11233, 8628, 10809, 8616, 8406, 8461, 6998, 9568, 7431, 9877, 8034, 10963, 8469, 11162, 8275, 8078, 8046, 9691, 9609, 8047, 9420, 7279, 9895, 7496, 10382, 8332, 11951, 8798, 10015, 8252, 6985, 8584, 7205, 9885, 7825, 9806, 8210, 8364, 8218, 6880, 8779, 6848, 9913, 8024, 11680, 8707, 10966, 8595, 9285, 8441, 7162, 9579, 7693, 9956, 8417, 8018, 8158, 6704, 9300, 7726, 10450, 8523, 11398, 8519, 7255, 8626, 7227, 10409, 7964, 11291, 8710, 9957, 8195, 6909, 8545, 7310, 9266, 7936, 10591, 8498, 11694, 8893, 10515, 8436, 10218, 8653, 7304, 8793, 7159, 9184, 7599, 10282, 7663, 10054, 8201, 9814, 8129, 10521, 8375, 6798, 8253, 7009, 9111, 7549, 10412, 8168, 10943, 8366, 10824, 8754, 7309, 9053, 6971, 10071, 8293, 11498, 8466, 9486, 8239, 7307, 9218, 7259, 10145, 7865, 10719, 8288, 11150, 8577, 12195, 8871, 11188, 8644, 10974, 8817, 7947, 8195, 6862, 8870, 6997, 9319, 7446, 10584, 8152, 10505, 7866, 10828, 8610, 11646, 8669, 6740, 8442, 6795, 8967, 7409, 9195, 7631, 8763, 7629, 8614, 7574, 6934, 9574, 7681, 10502, 9075, 7141, 10803, 8094, 11950, 8788, 12349, 9053, 11518, 9185, 7258, 8642, 6924, 9104, 7277, 10094, 8352, 11065, 8581, 11384, 8436, 11724, 8807, 7922, 8621, 7122, 9038, 7134, 10025, 8210, 11642, 8702, 10804, 8489, 9912, 8509, 7589, 8928, 6767, 9918, 7543, 10589, 8195, 9007, 8557, 7182, 11229, 8306, 9833, 8339, 8096, 9747, 7685, 11459, 8146, 6811, 7865, 6832, 9029, 8024, 6925, 8453, 7227, 8453, 7852, 6860, 9304, 7954, 8601, 9233, 7171, 11823, 8778, 14058, 10574, 11573, 10535, 9250, 10733, 7852, 11871, 8552, 11912, 9087, 10149, 8587, 7061, 9161, 7661, 9442, 7841, 8485, 7850, 8474, 8924, 8059, 11896, 8069, 11039, 8298, 8383, 8645, 7270, 9736, 7601, 7283, 8049, 6737, 10535, 8519, 10144, 7908, 7290, 9897, 7974, 10573, 7598, 7463, 8061, 6928, 8329, 7374, 6728, 7972, 7061, 10085, 7936, 6820, 9261, 6894, 8891, 7645, 7117, 11902, 8695, 9349, 8337, 7011, 9499, 7561, 11761, 8510, 6882, 8939, 7109, 7351, 7463, 7029, 7968, 7829, 7212, 11995, 9651, 8856, 10588, 7493, 9279, 8029, 6840, 9550, 7896, 8600, 9538, 7149, 8698, 7548, 6738, 8126, 6991, 9879, 7516, 10945, 8181, 9777, 8078, 6987, 8786, 7290, 11558, 8606, 9151, 8580, 6907, 9983, 7827, 11068, 8224, 12210, 10248, 9132, 8280, 6749, 8706, 7275, 9473, 7763, 10931, 8248, 11140, 8059, 6910, 8032, 6637, 8235, 6604, 8415, 7025, 9160, 7284, 10412, 7949, 10031, 7899, 10054, 7435, 10087, 7524, 11130, 8214, 10197, 7825, 9519, 7955, 9649, 7812, 10147, 8469, 11091, 8329, 9067, 8033, 8720, 8354, 8028, 8737, 7051, 9027, 7113, 9064, 7108, 9604, 7697, 9468, 7528, 9747, 7785, 10221, 8680, 10872, 8510, 10805, 8387, 10841, 8622, 7322, 8348, 6924, 8784, 7313, 10803, 8697, 11479, 8492, 11448, 8618, 11210, 8749, 8069, 9422, 7715, 9168, 8323, 6771, 8745, 7525, 8957, 8047, 8376, 11261, 9323, 12776, 9656, 12844, 9125, 11751, 9035, 11572, 9256, 7576, 8296, 6844, 9194, 7430, 10493, 7870, 8315, 7529, 6778, 8399, 7204, 9410, 7639, 10943, 8231, 11135, 9559, 7877, 11264, 7861, 8117, 7914, 6999, 10006, 7605, 9892, 8489, 7181, 11112, 8113, 6905, 10775, 10521, 12301, 9690, 7325, 10388, 8106, 7575, 8200, 7011, 11600, 7385, 8596, 7637, 6882, 8150, 7312, 10484, 7891, 10785, 7869, 7855, 7876, 7047, 9034, 7127, 10251, 7722, 9509, 8159, 8278, 7986, 6891, 8596, 7392, 7456, 7993, 7058, 9573, 7913, 6727, 7861, 7161, 10408, 8163, 12084, 10088, 11722, 9470, 8771, 8563, 7181, 9787, 7959, 12145, 8850, 8856, 8072, 6664, 8364, 6953, 9281, 7545, 9928, 7915, 10096, 7956, 10942, 8501, 11391, 8396, 6834, 8674, 6872, 8792, 7271, 10007, 8327, 11471, 8189, 8911, 7776, 6681, 7969, 6892, 9473, 7892, 7017, 8780, 7531, 8576, 9685, 10895, 12233, 10141, 7982, 8614, 7180, 9663, 7947, 10261, 8296, 7199, 9527, 7365, 6909, 7504, 6997, 8345, 7418, 10272, 8181, 9955, 9369, 8938, 10501, 7618, 11203, 8401, 11765, 8856, 11946, 8627, 10825, 8392, 8140, 8746, 6999, 11112, 7632, 8042, 7997, 7054, 7773, 6978, 8664, 7557, 11141, 8664, 11865, 8314, 9434, 8115, 7092, 8422, 7532, 8994, 7225, 9915, 7703, 9744, 8164, 10031, 8269, 8585, 8723, 7194, 10322, 7721, 10236, 8131, 10904, 8221, 11411, 8614, 9524, 8131, 6601, 8526, 6886, 8959, 7350, 10066, 8393, 12023, 8529, 8172, 8110, 6897, 8362, 7186, 9380, 7652, 11977, 8488, 10043, 7781, 7405, 7984, 7039, 8680, 7196, 10686, 8104, 12049, 8372, 10527, 8397, 9441, 8110, 7399, 8187, 7159, 9490, 7498, 10101, 7938, 10233, 8357, 10239, 8145, 7869, 9167, 7316, 10787, 7948, 10022, 8305, 10149, 8019, 9679, 8547, 7773, 9119, 7560, 9633, 8125, 10214, 8228, 9909, 8269, 7433, 9054, 7127, 9726, 7681, 10375, 8288, 11861, 9424, 8217, 8173, 6960, 8957, 7199, 9547, 8218, 11411, 8561, 7965, 8073, 6961, 8881, 7492, 9709, 8120, 11235, 8703, 9534, 8186, 6725, 8617, 7212, 9716, 8063, 11611, 8701, 9026, 8158, 7271, 8322, 7461, 9144, 7711, 10638, 8373, 12086, 8507, 8562, 8257, 7194, 8548, 7373, 9958, 7828, 11111, 8160, 10862, 8249, 10354, 8200, 10224, 8247, 7686, 8537, 7311, 9511, 7749, 8842, 7957, 6979, 7614, 6956, 8746, 7831, 6945, 9308, 8361, 12520, 9128, 10937, 8712, 9754, 8335, 8043, 9973, 7533, 10486, 8068, 8634, 8247, 7056, 8009, 7119, 9736, 7676, 9764, 7999, 7052, 8012, 7237, 9338, 7783, 11485, 8403, 6772, 8107, 7371, 10888, 8779, 11651, 9488, 7946, 10222, 8344, 8973, 8523, 7460, 12069, 8919, 8228, 8766, 7322, 11033, 8736, 8750, 9005, 7275, 11018, 8260, 10445, 8442, 7250, 9049, 7258, 9656, 8302, 9016, 8269, 7093, 9737, 7769, 11022, 8408, 10322, 8318, 8842, 8736, 7115, 9314, 7595, 9520, 8062, 10282, 8764, 10155, 8502, 6823, 8429, 7195, 10194, 8601, 9646, 8425, 7492, 8526, 7329, 9624, 7982, 10815, 8766, 8300, 9206, 7483, 11373, 8427, 8174, 8319, 6805, 10590, 8544, 11492], 'WindowCenter': [4032.0, 4013.0, 3979.0, 4019.0, 4000.0, 4001.0, 3978.0, 3968.0, 3997.0, 3964.0, 4004.0, 3972.0, 4012.0, 3983.0, 4016.0, 3984.0, 4013.0, 3980.0, 3950.0, 3970.0, 3950.0, 3982.0, 3973.0, 4003.0, 3982.0, 3969.0, 3969.0, 3937.0, 3981.0, 3961.0, 4002.0, 3982.0, 4000.0, 3970.0, 4000.0, 3969.0, 3987.0, 3966.0, 3936.0, 3964.0, 3936.0, 3977.0, 3956.0, 3988.0, 3967.0, 3980.0, 3958.0, 3938.0, 3956.0, 3947.0, 3979.0, 3969.0, 3951.0, 3983.0, 3960.0, 4003.0, 3970.0, 3969.0, 3967.0, 3939.0, 3980.0, 3948.0, 4000.0, 3968.0, 3988.0, 3968.0, 3979.0, 3969.0, 3973.0, 3973.0, 3941.0, 3984.0, 3972.0, 3993.0, 3975.0, 3954.0, 3984.0, 3973.0, 4005.0, 3986.0, 4017.0, 3984.0, 3996.0, 3993.0, 3953.0, 3994.0, 3973.0, 4004.0, 3971.0, 4012.0, 3979.0, 4002.0, 3981.0, 4001.0, 3983.0, 3994.0, 3970.0, 3949.0, 3982.0, 3948.0, 3990.0, 3973.0, 4015.0, 3972.0, 4002.0, 3983.0, 4003.0, 3971.0, 3981.0, 3979.0, 3949.0, 3989.0, 3958.0, 4001.0, 3981.0, 3980.0, 3969.0, 3938.0, 3981.0, 3964.0, 4002.0, 3970.0, 4002.0, 3971.0, 3981.0, 3983.0, 3951.0, 3993.0, 3961.0, 3994.0, 3983.0, 3993.0, 3982.0, 3961.0, 3993.0, 3982.0, 3994.0, 3983.0, 3953.0, 3983.0, 3974.0, 3973.0, 4005.0, 3984.0, 4016.0, 3993.0, 3984.0, 3981.0, 3948.0, 3978.0, 3970.0, 4000.0, 3982.0, 3960.0, 3971.0, 3940.0, 3981.0, 3973.0, 3962.0, 3984.0, 3962.0, 4004.0, 3962.0, 4005.0, 3983.0, 4013.0, 3992.0, 3992.0, 3980.0, 3958.0, 3968.0, 3949.0, 3979.0, 3959.0, 4001.0, 3970.0, 3991.0, 3972.0, 3961.0, 3972.0, 3939.0, 3984.0, 3973.0, 3993.0, 3972.0, 3962.0, 3971.0, 3961.0, 4013.0, 3995.0, 4001.0, 3969.0, 3969.0, 3968.0, 3946.0, 4002.0, 3958.0, 3992.0, 3959.0, 3988.0, 3959.0, 3968.0, 3958.0, 3937.0, 3969.0, 3950.0, 3979.0, 3958.0, 3960.0, 3959.0, 3950.0, 3970.0, 3951.0, 3990.0, 3970.0, 4000.0, 3971.0, 3968.0, 3971.0, 3948.0, 3980.0, 3959.0, 3992.0, 3970.0, 3999.0, 3969.0, 3969.0, 3967.0, 3936.0, 3979.0, 3959.0, 3989.0, 3970.0, 3968.0, 3969.0, 3937.0, 3978.0, 3961.0, 3990.0, 3970.0, 3949.0, 3971.0, 3949.0, 3981.0, 3961.0, 4003.0, 3981.0, 3958.0, 3971.0, 3954.0, 3991.0, 3970.0, 4012.0, 3981.0, 3992.0, 3960.0, 3950.0, 3971.0, 3957.0, 4001.0, 3971.0, 3989.0, 3967.0, 3948.0, 3968.0, 3938.0, 3979.0, 3957.0, 3990.0, 3959.0, 3990.0, 3969.0, 3937.0, 3969.0, 3940.0, 3978.0, 3960.0, 3989.0, 3970.0, 3990.0, 3969.0, 3980.0, 3969.0, 3938.0, 3979.0, 3961.0, 3990.0, 3971.0, 4003.0, 3970.0, 3959.0, 3969.0, 3950.0, 3993.0, 3960.0, 4002.0, 3972.0, 3992.0, 3970.0, 4002.0, 3979.0, 3999.0, 3969.0, 3959.0, 3970.0, 3949.0, 3993.0, 3969.0, 3991.0, 3972.0, 3990.0, 3972.0, 3939.0, 3982.0, 3950.0, 3990.0, 3972.0, 4013.0, 3982.0, 3992.0, 3972.0, 3961.0, 3981.0, 3950.0, 3992.0, 3971.0, 4002.0, 3970.0, 3961.0, 3959.0, 3951.0, 4004.0, 3983.0, 3951.0, 3982.0, 3961.0, 3992.0, 3972.0, 4011.0, 3982.0, 4002.0, 3971.0, 3952.0, 3982.0, 3972.0, 3961.0, 3972.0, 3951.0, 3984.0, 3964.0, 3994.0, 3986.0, 4007.0, 3986.0, 3975.0, 3996.0, 3964.0, 4005.0, 3972.0, 4015.0, 3983.0, 4014.0, 3982.0, 4003.0, 3981.0, 4001.0, 3980.0, 3950.0, 3970.0, 3950.0, 3978.0, 3959.0, 4000.0, 3968.0, 4001.0, 3971.0, 3970.0, 3968.0, 3949.0, 3981.0, 3950.0, 3989.0, 3961.0, 3992.0, 3970.0, 4001.0, 3970.0, 3960.0, 3972.0, 3980.0, 3979.0, 3959.0, 3979.0, 3947.0, 3977.0, 3948.0, 3990.0, 3958.0, 4000.0, 3969.0, 3989.0, 3968.0, 3948.0, 3970.0, 3948.0, 3989.0, 3960.0, 3990.0, 3972.0, 3971.0, 3971.0, 3949.0, 3981.0, 3940.0, 3993.0, 3970.0, 4003.0, 3970.0, 4001.0, 3970.0, 3980.0, 3969.0, 3950.0, 3980.0, 3960.0, 3991.0, 3970.0, 3960.0, 3961.0, 3939.0, 3979.0, 3962.0, 3992.0, 3971.0, 4001.0, 3970.0, 3948.0, 3969.0, 3949.0, 3990.0, 3958.0, 3999.0, 3969.0, 3991.0, 3970.0, 3949.0, 3970.0, 3949.0, 3980.0, 3971.0, 3992.0, 3971.0, 4001.0, 3979.0, 3991.0, 3971.0, 3989.0, 3970.0, 3949.0, 3969.0, 3938.0, 3979.0, 3958.0, 3989.0, 3959.0, 3988.0, 3969.0, 3990.0, 3960.0, 3991.0, 3970.0, 3940.0, 3970.0, 3950.0, 3983.0, 3960.0, 4001.0, 3971.0, 4003.0, 3972.0, 4004.0, 3982.0, 3960.0, 3981.0, 3953.0, 3992.0, 3972.0, 4003.0, 3972.0, 3992.0, 3974.0, 3962.0, 3982.0, 3951.0, 3992.0, 3960.0, 3992.0, 3971.0, 4000.0, 3969.0, 4001.0, 3969.0, 4000.0, 3971.0, 3990.0, 3970.0, 3958.0, 3968.0, 3939.0, 3979.0, 3950.0, 3981.0, 3949.0, 4002.0, 3975.0, 4004.0, 3971.0, 3991.0, 3969.0, 4001.0, 3969.0, 3937.0, 3970.0, 3938.0, 3982.0, 3960.0, 3982.0, 3973.0, 3983.0, 3973.0, 3985.0, 3976.0, 3980.0, 4010.0, 3978.0, 4018.0, 3997.0, 3963.0, 4005.0, 3973.0, 4016.0, 3972.0, 4013.0, 3983.0, 4001.0, 3983.0, 3948.0, 3971.0, 3950.0, 3979.0, 3960.0, 3991.0, 3970.0, 3999.0, 3971.0, 4001.0, 3971.0, 4001.0, 3971.0, 3959.0, 3970.0, 3937.0, 3969.0, 3937.0, 3980.0, 3959.0, 4001.0, 3969.0, 3990.0, 3969.0, 3980.0, 3969.0, 3947.0, 3969.0, 3939.0, 3979.0, 3950.0, 3980.0, 3957.0, 3969.0, 3969.0, 3939.0, 3989.0, 3959.0, 3980.0, 3974.0, 3959.0, 3979.0, 3948.0, 3999.0, 3959.0, 3940.0, 3974.0, 3941.0, 3980.0, 3959.0, 3951.0, 3985.0, 3976.0, 3986.0, 3972.0, 3954.0, 3995.0, 3973.0, 3984.0, 3984.0, 3965.0, 4015.0, 3972.0, 4012.0, 3991.0, 3991.0, 3980.0, 3967.0, 3979.0, 3944.0, 3986.0, 3955.0, 3975.0, 3956.0, 3963.0, 3943.0, 3922.0, 3953.0, 3935.0, 3965.0, 3944.0, 3954.0, 3944.0, 3944.0, 3955.0, 3944.0, 3985.0, 3943.0, 3976.0, 3943.0, 3943.0, 3953.0, 3921.0, 3951.0, 3931.0, 3933.0, 3944.0, 3924.0, 3975.0, 3952.0, 3976.0, 3946.0, 3948.0, 3966.0, 3944.0, 3976.0, 3947.0, 3948.0, 3960.0, 3937.0, 3956.0, 3947.0, 3926.0, 3945.0, 3937.0, 3978.0, 3960.0, 3939.0, 3978.0, 3949.0, 3969.0, 3949.0, 3938.0, 4000.0, 3969.0, 3980.0, 3957.0, 3936.0, 3967.0, 3947.0, 3989.0, 3956.0, 3936.0, 3969.0, 3936.0, 3934.0, 3935.0, 3937.0, 3957.0, 3948.0, 3950.0, 4001.0, 3980.0, 3971.0, 3991.0, 3948.0, 3979.0, 3959.0, 3922.0, 3966.0, 3945.0, 3956.0, 3977.0, 3938.0, 3968.0, 3959.0, 3937.0, 3957.0, 3937.0, 3978.0, 3948.0, 3988.0, 3957.0, 3979.0, 3958.0, 3937.0, 3968.0, 3948.0, 4001.0, 3967.0, 3968.0, 3956.0, 3938.0, 3977.0, 3947.0, 3987.0, 3957.0, 4000.0, 3977.0, 3967.0, 3954.0, 3924.0, 3956.0, 3936.0, 3965.0, 3946.0, 3975.0, 3955.0, 3988.0, 3957.0, 3938.0, 3958.0, 3924.0, 3955.0, 3925.0, 3958.0, 3938.0, 3979.0, 3948.0, 3989.0, 3960.0, 3988.0, 3958.0, 3979.0, 3947.0, 3977.0, 3946.0, 3989.0, 3957.0, 3978.0, 3958.0, 3977.0, 3958.0, 3977.0, 3947.0, 3978.0, 3957.0, 3990.0, 3957.0, 3968.0, 3958.0, 3970.0, 3957.0, 3959.0, 3968.0, 3936.0, 3967.0, 3937.0, 3967.0, 3937.0, 3977.0, 3958.0, 3979.0, 3958.0, 3979.0, 3959.0, 3989.0, 3970.0, 4000.0, 3980.0, 4015.0, 3973.0, 4002.0, 3970.0, 3949.0, 3981.0, 3950.0, 3981.0, 3960.0, 4002.0, 3983.0, 4015.0, 3983.0, 4003.0, 3983.0, 4003.0, 3970.0, 3959.0, 3981.0, 3960.0, 3983.0, 3971.0, 3939.0, 3983.0, 3964.0, 3982.0, 3972.0, 3972.0, 4004.0, 3982.0, 4013.0, 3981.0, 4012.0, 3968.0, 3988.0, 3967.0, 3989.0, 3965.0, 3946.0, 3956.0, 3938.0, 3982.0, 3950.0, 3989.0, 3959.0, 3984.0, 3962.0, 3939.0, 3970.0, 3961.0, 3980.0, 3962.0, 4003.0, 3973.0, 4002.0, 3982.0, 3970.0, 4002.0, 3959.0, 3960.0, 3958.0, 3938.0, 3979.0, 3947.0, 3979.0, 3967.0, 3937.0, 3988.0, 3972.0, 3950.0, 3987.0, 3977.0, 3999.0, 3965.0, 3933.0, 3974.0, 3943.0, 3945.0, 3954.0, 3935.0, 3986.0, 3934.0, 3957.0, 3944.0, 3934.0, 3944.0, 3936.0, 3978.0, 3956.0, 3988.0, 3945.0, 3955.0, 3955.0, 3936.0, 3966.0, 3934.0, 3976.0, 3946.0, 3965.0, 3956.0, 3959.0, 3946.0, 3933.0, 3968.0, 3946.0, 3959.0, 3969.0, 3951.0, 3990.0, 3969.0, 3940.0, 3960.0, 3949.0, 3990.0, 3968.0, 4001.0, 3990.0, 4001.0, 3979.0, 3955.0, 3956.0, 3934.0, 3976.0, 3945.0, 3997.0, 3965.0, 3966.0, 3945.0, 3924.0, 3955.0, 3935.0, 3966.0, 3946.0, 3976.0, 3945.0, 3976.0, 3945.0, 3988.0, 3955.0, 3986.0, 3955.0, 3924.0, 3955.0, 3924.0, 3954.0, 3935.0, 3967.0, 3955.0, 3986.0, 3955.0, 3966.0, 3946.0, 3925.0, 3945.0, 3936.0, 3966.0, 3958.0, 3937.0, 3969.0, 3960.0, 3970.0, 3979.0, 3990.0, 4003.0, 3991.0, 3959.0, 3969.0, 3938.0, 3976.0, 3956.0, 3977.0, 3956.0, 3937.0, 3979.0, 3948.0, 3950.0, 3949.0, 3948.0, 3957.0, 3947.0, 3991.0, 3970.0, 3990.0, 3982.0, 3982.0, 3993.0, 3960.0, 4001.0, 3959.0, 3989.0, 3955.0, 3986.0, 3954.0, 3975.0, 3943.0, 3943.0, 3954.0, 3933.0, 3984.0, 3944.0, 3955.0, 3955.0, 3933.0, 3945.0, 3923.0, 3955.0, 3947.0, 3987.0, 3967.0, 3987.0, 3957.0, 3967.0, 3943.0, 3934.0, 3953.0, 3933.0, 3954.0, 3932.0, 3965.0, 3944.0, 3967.0, 3956.0, 3976.0, 3955.0, 3954.0, 3955.0, 3934.0, 3977.0, 3946.0, 3977.0, 3946.0, 3976.0, 3957.0, 3988.0, 3956.0, 3967.0, 3946.0, 3925.0, 3955.0, 3933.0, 3955.0, 3935.0, 3977.0, 3957.0, 3998.0, 3968.0, 3958.0, 3958.0, 3936.0, 3957.0, 3936.0, 3969.0, 3948.0, 3998.0, 3967.0, 3978.0, 3947.0, 3949.0, 3958.0, 3935.0, 3968.0, 3937.0, 3990.0, 3958.0, 3999.0, 3958.0, 3988.0, 3958.0, 3978.0, 3955.0, 3936.0, 3957.0, 3937.0, 3979.0, 3948.0, 3989.0, 3956.0, 3988.0, 3956.0, 3977.0, 3958.0, 3957.0, 3979.0, 3947.0, 3989.0, 3956.0, 3980.0, 3959.0, 3989.0, 3957.0, 3978.0, 3969.0, 3946.0, 3967.0, 3959.0, 3978.0, 3958.0, 3990.0, 3969.0, 3978.0, 3957.0, 3948.0, 3968.0, 3937.0, 3978.0, 3948.0, 3979.0, 3958.0, 3988.0, 3966.0, 3956.0, 3956.0, 3937.0, 3968.0, 3936.0, 3976.0, 3957.0, 3988.0, 3969.0, 3958.0, 3957.0, 3935.0, 3967.0, 3947.0, 3977.0, 3958.0, 3988.0, 3958.0, 3979.0, 3957.0, 3924.0, 3967.0, 3946.0, 3977.0, 3958.0, 3998.0, 3968.0, 3970.0, 3958.0, 3945.0, 3958.0, 3946.0, 3968.0, 3958.0, 3990.0, 3969.0, 4000.0, 3968.0, 3969.0, 3958.0, 3937.0, 3967.0, 3946.0, 3977.0, 3946.0, 3986.0, 3957.0, 3986.0, 3958.0, 3977.0, 3957.0, 3978.0, 3958.0, 3946.0, 3969.0, 3948.0, 3976.0, 3957.0, 3979.0, 3960.0, 3947.0, 3959.0, 3950.0, 3971.0, 3959.0, 3951.0, 3983.0, 3972.0, 4013.0, 3981.0, 3990.0, 3968.0, 3979.0, 3958.0, 3947.0, 3979.0, 3948.0, 3986.0, 3959.0, 3968.0, 3957.0, 3937.0, 3960.0, 3949.0, 3982.0, 3960.0, 3991.0, 3985.0, 3967.0, 3985.0, 3963.0, 3993.0, 3972.0, 4016.0, 3997.0, 3955.0, 3986.0, 3963.0, 4003.0, 3980.0, 4027.0, 3992.0, 3972.0, 3993.0, 3972.0, 3981.0, 3980.0, 3959.0, 4013.0, 3982.0, 3973.0, 3970.0, 3949.0, 3990.0, 3967.0, 3970.0, 3970.0, 3949.0, 3990.0, 3969.0, 3990.0, 3970.0, 3948.0, 3969.0, 3948.0, 3978.0, 3968.0, 3979.0, 3971.0, 3951.0, 3992.0, 3959.0, 3989.0, 3969.0, 3979.0, 3970.0, 3970.0, 3966.0, 3937.0, 3979.0, 3960.0, 3979.0, 3958.0, 3991.0, 3969.0, 4002.0, 3969.0, 3939.0, 3969.0, 3949.0, 3991.0, 3971.0, 3992.0, 3969.0, 3961.0, 3981.0, 3962.0, 3995.0, 3984.0, 4005.0, 3985.0, 3973.0, 3982.0, 3962.0, 4016.0, 3972.0, 3984.0, 3972.0, 3951.0, 4004.0, 3983.0, 4014.0], 'WindowWidth': [9000.0, 8960.0, 8908.0, 8957.0, 8931.0, 8935.0, 8900.0, 8884.0, 8919.0, 8870.0, 8925.0, 8879.0, 8936.0, 8894.0, 8945.0, 8896.0, 8935.0, 8886.0, 8846.0, 8872.0, 8847.0, 8892.0, 8881.0, 8924.0, 8892.0, 8871.0, 8869.0, 8826.0, 8889.0, 8862.0, 8919.0, 8891.0, 8915.0, 8873.0, 8915.0, 8870.0, 8892.0, 8862.0, 8821.0, 8857.0, 8822.0, 8877.0, 8849.0, 8894.0, 8865.0, 8884.0, 8853.0, 8827.0, 8848.0, 8838.0, 8884.0, 8871.0, 8851.0, 8894.0, 8862.0, 8923.0, 8873.0, 8871.0, 8864.0, 8828.0, 8885.0, 8841.0, 8913.0, 8867.0, 8896.0, 8868.0, 8884.0, 8871.0, 8887.0, 8885.0, 8839.0, 8898.0, 8882.0, 8911.0, 8891.0, 8862.0, 8901.0, 8887.0, 8930.0, 8906.0, 8948.0, 8902.0, 8918.0, 8912.0, 8857.0, 8913.0, 8882.0, 8927.0, 8876.0, 8935.0, 8886.0, 8920.0, 8889.0, 8917.0, 8897.0, 8912.0, 8878.0, 8848.0, 8892.0, 8844.0, 8903.0, 8885.0, 8944.0, 8882.0, 8922.0, 8896.0, 8924.0, 8878.0, 8890.0, 8886.0, 8845.0, 8899.0, 8858.0, 8917.0, 8890.0, 8889.0, 8873.0, 8830.0, 8889.0, 8875.0, 8923.0, 8877.0, 8921.0, 8877.0, 8891.0, 8896.0, 8852.0, 8910.0, 8867.0, 8912.0, 8898.0, 8911.0, 8895.0, 8866.0, 8910.0, 8897.0, 8914.0, 8898.0, 8858.0, 8898.0, 8886.0, 8884.0, 8930.0, 8899.0, 8947.0, 8910.0, 8898.0, 8890.0, 8843.0, 8883.0, 8874.0, 8917.0, 8890.0, 8862.0, 8876.0, 8835.0, 8892.0, 8882.0, 8869.0, 8898.0, 8869.0, 8926.0, 8867.0, 8929.0, 8895.0, 8940.0, 8905.0, 8906.0, 8888.0, 8858.0, 8869.0, 8845.0, 8886.0, 8859.0, 8918.0, 8876.0, 8905.0, 8879.0, 8865.0, 8880.0, 8834.0, 8899.0, 8883.0, 8908.0, 8880.0, 8866.0, 8876.0, 8866.0, 8939.0, 8913.0, 8920.0, 8871.0, 8869.0, 8867.0, 8836.0, 8919.0, 8855.0, 8905.0, 8858.0, 8896.0, 8857.0, 8868.0, 8854.0, 8826.0, 8870.0, 8845.0, 8885.0, 8856.0, 8861.0, 8859.0, 8848.0, 8874.0, 8850.0, 8902.0, 8874.0, 8917.0, 8875.0, 8871.0, 8875.0, 8843.0, 8888.0, 8856.0, 8904.0, 8872.0, 8913.0, 8872.0, 8871.0, 8866.0, 8825.0, 8884.0, 8859.0, 8899.0, 8873.0, 8869.0, 8871.0, 8826.0, 8883.0, 8862.0, 8901.0, 8875.0, 8846.0, 8876.0, 8845.0, 8890.0, 8864.0, 8924.0, 8890.0, 8858.0, 8878.0, 8863.0, 8907.0, 8875.0, 8936.0, 8889.0, 8906.0, 8862.0, 8846.0, 8875.0, 8855.0, 8919.0, 8875.0, 8899.0, 8868.0, 8843.0, 8871.0, 8828.0, 8885.0, 8854.0, 8901.0, 8858.0, 8900.0, 8872.0, 8827.0, 8872.0, 8834.0, 8884.0, 8859.0, 8900.0, 8873.0, 8902.0, 8873.0, 8888.0, 8872.0, 8829.0, 8886.0, 8863.0, 8903.0, 8878.0, 8922.0, 8874.0, 8861.0, 8872.0, 8849.0, 8909.0, 8863.0, 8920.0, 8879.0, 8907.0, 8876.0, 8921.0, 8888.0, 8914.0, 8873.0, 8859.0, 8874.0, 8846.0, 8908.0, 8874.0, 8905.0, 8880.0, 8904.0, 8881.0, 8835.0, 8893.0, 8850.0, 8903.0, 8881.0, 8938.0, 8895.0, 8907.0, 8881.0, 8865.0, 8891.0, 8849.0, 8907.0, 8877.0, 8921.0, 8875.0, 8863.0, 8859.0, 8852.0, 8927.0, 8898.0, 8853.0, 8894.0, 8866.0, 8908.0, 8879.0, 8934.0, 8893.0, 8921.0, 8878.0, 8855.0, 8894.0, 8881.0, 8866.0, 8882.0, 8852.0, 8899.0, 8875.0, 8915.0, 8908.0, 8936.0, 8908.0, 8890.0, 8920.0, 8874.0, 8930.0, 8882.0, 8943.0, 8896.0, 8941.0, 8893.0, 8924.0, 8890.0, 8919.0, 8887.0, 8848.0, 8872.0, 8846.0, 8884.0, 8857.0, 8916.0, 8871.0, 8918.0, 8876.0, 8875.0, 8872.0, 8846.0, 8889.0, 8847.0, 8898.0, 8863.0, 8906.0, 8876.0, 8917.0, 8874.0, 8862.0, 8879.0, 8889.0, 8888.0, 8857.0, 8885.0, 8840.0, 8879.0, 8843.0, 8899.0, 8854.0, 8916.0, 8871.0, 8899.0, 8870.0, 8844.0, 8874.0, 8844.0, 8900.0, 8861.0, 8903.0, 8880.0, 8878.0, 8879.0, 8846.0, 8892.0, 8836.0, 8909.0, 8876.0, 8923.0, 8875.0, 8918.0, 8873.0, 8888.0, 8874.0, 8847.0, 8888.0, 8861.0, 8904.0, 8876.0, 8861.0, 8864.0, 8832.0, 8886.0, 8867.0, 8906.0, 8878.0, 8919.0, 8875.0, 8844.0, 8872.0, 8844.0, 8902.0, 8857.0, 8913.0, 8871.0, 8903.0, 8874.0, 8846.0, 8875.0, 8847.0, 8888.0, 8878.0, 8906.0, 8876.0, 8919.0, 8886.0, 8903.0, 8876.0, 8899.0, 8874.0, 8844.0, 8870.0, 8829.0, 8884.0, 8856.0, 8899.0, 8857.0, 8896.0, 8871.0, 8901.0, 8861.0, 8905.0, 8874.0, 8835.0, 8874.0, 8848.0, 8895.0, 8862.0, 8918.0, 8878.0, 8923.0, 8881.0, 8925.0, 8895.0, 8862.0, 8892.0, 8856.0, 8907.0, 8880.0, 8925.0, 8881.0, 8906.0, 8884.0, 8867.0, 8894.0, 8851.0, 8906.0, 8862.0, 8905.0, 8876.0, 8915.0, 8872.0, 8917.0, 8872.0, 8915.0, 8875.0, 8902.0, 8874.0, 8856.0, 8870.0, 8831.0, 8884.0, 8846.0, 8890.0, 8845.0, 8920.0, 8889.0, 8927.0, 8877.0, 8902.0, 8871.0, 8916.0, 8871.0, 8826.0, 8874.0, 8831.0, 8892.0, 8864.0, 8894.0, 8885.0, 8898.0, 8884.0, 8902.0, 8892.0, 8906.0, 8948.0, 8899.0, 8952.0, 8921.0, 8871.0, 8929.0, 8883.0, 8944.0, 8879.0, 8936.0, 8895.0, 8918.0, 8893.0, 8845.0, 8876.0, 8847.0, 8885.0, 8861.0, 8901.0, 8874.0, 8914.0, 8875.0, 8916.0, 8876.0, 8918.0, 8876.0, 8857.0, 8872.0, 8825.0, 8868.0, 8827.0, 8885.0, 8855.0, 8915.0, 8869.0, 8900.0, 8869.0, 8887.0, 8871.0, 8840.0, 8870.0, 8830.0, 8883.0, 8843.0, 8884.0, 8852.0, 8871.0, 8869.0, 8831.0, 8900.0, 8857.0, 8885.0, 8886.0, 8860.0, 8886.0, 8840.0, 8912.0, 8859.0, 8834.0, 8887.0, 8837.0, 8887.0, 8860.0, 8851.0, 8905.0, 8893.0, 8908.0, 8880.0, 8861.0, 8917.0, 8884.0, 8898.0, 8898.0, 8875.0, 8942.0, 8879.0, 8938.0, 8902.0, 8904.0, 8886.0, 8863.0, 8881.0, 8827.0, 8888.0, 8842.0, 8871.0, 8843.0, 8851.0, 8823.0, 8795.0, 8838.0, 8816.0, 8856.0, 8830.0, 8842.0, 8826.0, 8827.0, 8844.0, 8826.0, 8885.0, 8825.0, 8874.0, 8825.0, 8824.0, 8837.0, 8791.0, 8833.0, 8806.0, 8811.0, 8826.0, 8801.0, 8870.0, 8837.0, 8871.0, 8833.0, 8841.0, 8858.0, 8826.0, 8873.0, 8836.0, 8840.0, 8857.0, 8824.0, 8849.0, 8836.0, 8809.0, 8832.0, 8823.0, 8881.0, 8859.0, 8831.0, 8881.0, 8844.0, 8868.0, 8842.0, 8828.0, 8915.0, 8870.0, 8886.0, 8852.0, 8823.0, 8864.0, 8838.0, 8896.0, 8848.0, 8822.0, 8868.0, 8821.0, 8816.0, 8819.0, 8823.0, 8850.0, 8841.0, 8846.0, 8917.0, 8887.0, 8874.0, 8902.0, 8841.0, 8883.0, 8857.0, 8797.0, 8859.0, 8832.0, 8848.0, 8879.0, 8828.0, 8869.0, 8857.0, 8827.0, 8852.0, 8825.0, 8881.0, 8840.0, 8893.0, 8852.0, 8883.0, 8853.0, 8827.0, 8866.0, 8840.0, 8915.0, 8865.0, 8866.0, 8849.0, 8826.0, 8877.0, 8836.0, 8892.0, 8851.0, 8913.0, 8877.0, 8862.0, 8844.0, 8804.0, 8846.0, 8819.0, 8857.0, 8833.0, 8872.0, 8846.0, 8894.0, 8850.0, 8826.0, 8852.0, 8804.0, 8846.0, 8805.0, 8852.0, 8827.0, 8883.0, 8842.0, 8900.0, 8860.0, 8897.0, 8855.0, 8882.0, 8837.0, 8878.0, 8835.0, 8897.0, 8850.0, 8880.0, 8854.0, 8878.0, 8853.0, 8878.0, 8838.0, 8881.0, 8854.0, 8899.0, 8854.0, 8868.0, 8855.0, 8874.0, 8853.0, 8856.0, 8867.0, 8822.0, 8864.0, 8824.0, 8866.0, 8826.0, 8880.0, 8854.0, 8882.0, 8855.0, 8884.0, 8859.0, 8897.0, 8874.0, 8914.0, 8891.0, 8946.0, 8884.0, 8921.0, 8877.0, 8847.0, 8893.0, 8850.0, 8890.0, 8862.0, 8921.0, 8896.0, 8942.0, 8896.0, 8923.0, 8896.0, 8924.0, 8877.0, 8859.0, 8890.0, 8863.0, 8897.0, 8877.0, 8834.0, 8896.0, 8870.0, 8894.0, 8880.0, 8882.0, 8929.0, 8895.0, 8939.0, 8890.0, 8935.0, 8868.0, 8897.0, 8867.0, 8897.0, 8861.0, 8836.0, 8849.0, 8830.0, 8893.0, 8849.0, 8896.0, 8857.0, 8899.0, 8867.0, 8832.0, 8876.0, 8865.0, 8891.0, 8869.0, 8925.0, 8884.0, 8920.0, 8895.0, 8877.0, 8922.0, 8859.0, 8862.0, 8855.0, 8829.0, 8885.0, 8839.0, 8883.0, 8865.0, 8826.0, 8896.0, 8881.0, 8847.0, 8893.0, 8877.0, 8909.0, 8858.0, 8814.0, 8870.0, 8827.0, 8831.0, 8843.0, 8819.0, 8889.0, 8817.0, 8851.0, 8830.0, 8817.0, 8829.0, 8822.0, 8881.0, 8849.0, 8893.0, 8833.0, 8848.0, 8847.0, 8822.0, 8864.0, 8819.0, 8874.0, 8835.0, 8859.0, 8849.0, 8858.0, 8835.0, 8816.0, 8869.0, 8838.0, 8861.0, 8874.0, 8850.0, 8902.0, 8873.0, 8836.0, 8860.0, 8845.0, 8901.0, 8870.0, 8918.0, 8901.0, 8919.0, 8884.0, 8848.0, 8849.0, 8816.0, 8875.0, 8833.0, 8906.0, 8858.0, 8860.0, 8830.0, 8802.0, 8844.0, 8819.0, 8861.0, 8833.0, 8875.0, 8831.0, 8874.0, 8833.0, 8894.0, 8847.0, 8890.0, 8844.0, 8803.0, 8845.0, 8804.0, 8842.0, 8819.0, 8864.0, 8846.0, 8891.0, 8846.0, 8861.0, 8836.0, 8806.0, 8834.0, 8822.0, 8863.0, 8854.0, 8826.0, 8870.0, 8862.0, 8876.0, 8886.0, 8902.0, 8925.0, 8905.0, 8859.0, 8870.0, 8827.0, 8876.0, 8848.0, 8878.0, 8847.0, 8825.0, 8885.0, 8844.0, 8849.0, 8845.0, 8843.0, 8854.0, 8840.0, 8902.0, 8875.0, 8903.0, 8893.0, 8892.0, 8910.0, 8861.0, 8918.0, 8857.0, 8898.0, 8845.0, 8889.0, 8843.0, 8870.0, 8827.0, 8827.0, 8842.0, 8815.0, 8884.0, 8831.0, 8846.0, 8846.0, 8815.0, 8832.0, 8800.0, 8845.0, 8836.0, 8892.0, 8864.0, 8894.0, 8850.0, 8863.0, 8829.0, 8816.0, 8839.0, 8812.0, 8842.0, 8810.0, 8859.0, 8830.0, 8863.0, 8846.0, 8876.0, 8846.0, 8845.0, 8847.0, 8817.0, 8878.0, 8836.0, 8877.0, 8834.0, 8876.0, 8849.0, 8893.0, 8848.0, 8864.0, 8835.0, 8807.0, 8846.0, 8816.0, 8844.0, 8820.0, 8877.0, 8852.0, 8909.0, 8866.0, 8853.0, 8854.0, 8823.0, 8851.0, 8822.0, 8868.0, 8840.0, 8909.0, 8865.0, 8881.0, 8838.0, 8843.0, 8853.0, 8822.0, 8866.0, 8824.0, 8900.0, 8853.0, 8913.0, 8855.0, 8896.0, 8853.0, 8880.0, 8847.0, 8821.0, 8850.0, 8825.0, 8883.0, 8842.0, 8897.0, 8851.0, 8895.0, 8851.0, 8877.0, 8854.0, 8852.0, 8883.0, 8839.0, 8898.0, 8852.0, 8888.0, 8858.0, 8897.0, 8852.0, 8881.0, 8870.0, 8836.0, 8867.0, 8858.0, 8883.0, 8856.0, 8900.0, 8872.0, 8882.0, 8854.0, 8841.0, 8868.0, 8826.0, 8882.0, 8841.0, 8884.0, 8853.0, 8896.0, 8863.0, 8850.0, 8850.0, 8824.0, 8866.0, 8823.0, 8877.0, 8852.0, 8896.0, 8869.0, 8854.0, 8852.0, 8822.0, 8865.0, 8839.0, 8877.0, 8853.0, 8895.0, 8854.0, 8882.0, 8852.0, 8807.0, 8865.0, 8837.0, 8879.0, 8854.0, 8910.0, 8868.0, 8871.0, 8855.0, 8835.0, 8854.0, 8838.0, 8868.0, 8856.0, 8900.0, 8871.0, 8915.0, 8868.0, 8870.0, 8854.0, 8825.0, 8865.0, 8836.0, 8880.0, 8836.0, 8892.0, 8851.0, 8892.0, 8854.0, 8880.0, 8852.0, 8880.0, 8854.0, 8838.0, 8871.0, 8841.0, 8878.0, 8855.0, 8886.0, 8861.0, 8842.0, 8857.0, 8849.0, 8879.0, 8860.0, 8852.0, 8898.0, 8880.0, 8938.0, 8890.0, 8902.0, 8868.0, 8883.0, 8853.0, 8838.0, 8884.0, 8841.0, 8893.0, 8857.0, 8869.0, 8852.0, 8826.0, 8859.0, 8845.0, 8892.0, 8862.0, 8906.0, 8906.0, 8886.0, 8905.0, 8873.0, 8912.0, 8883.0, 8947.0, 8926.0, 8865.0, 8908.0, 8872.0, 8923.0, 8890.0, 8964.0, 8911.0, 8879.0, 8909.0, 8878.0, 8894.0, 8891.0, 8861.0, 8940.0, 8893.0, 8884.0, 8875.0, 8845.0, 8902.0, 8868.0, 8874.0, 8874.0, 8844.0, 8900.0, 8872.0, 8902.0, 8873.0, 8842.0, 8870.0, 8842.0, 8881.0, 8870.0, 8887.0, 8878.0, 8853.0, 8908.0, 8860.0, 8901.0, 8871.0, 8885.0, 8875.0, 8874.0, 8865.0, 8826.0, 8882.0, 8860.0, 8884.0, 8856.0, 8902.0, 8872.0, 8921.0, 8872.0, 8832.0, 8872.0, 8847.0, 8905.0, 8878.0, 8907.0, 8874.0, 8865.0, 8890.0, 8868.0, 8913.0, 8900.0, 8930.0, 8904.0, 8884.0, 8895.0, 8868.0, 8946.0, 8882.0, 8899.0, 8882.0, 8853.0, 8927.0, 8897.0, 8941.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.0007670355731225296</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01919456490118577</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.564342870047476</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1781185864003176</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007580816637656</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4866</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3640.5679</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.082137412612747</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.8735177865612647</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.614981549942581</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6582722093491244</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7086872990562263</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.477985141422393</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0125235</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0010293183149769902</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01586226187646389</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9224290076314428</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.346</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9406</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.8994</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299660.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>781.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.2798</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5232</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.8886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3172.8329</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3372.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76884.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1047.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4126.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.6658</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.29354804940522</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> |