=== 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-0019 --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-0019",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-04/func/sub-0019_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>fdc5133c288a62d5225945d1863ef8b8</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:38:34.302500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994262, 0.106575, 0.00920527, -0.106431, 0.976924, 0.185182]</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.0836175</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>[4156, -7774, -7248, 549, 56, -205, 99, -3]</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>237.359</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>171a61d7-eb61-4df0-b822-1761dc8c4673||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.667532205581665, -0.2855479121208191, -0.02900605835020542, 136.27891540527344], [-0.2859342694282532, 2.6210150718688965, 0.49976691603660583, -101.4508285522461], [0.024697067216038704, -0.49682897329330444, 2.6531851291656494, -42.28669738769531], [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': ['163834.302500', '163834.762500', '163835.222500', '163835.682500', '163836.142500', '163836.602500', '163837.062500', '163837.522500', '163837.982500', '163838.442500', '163838.902500', '163839.362500', '163839.822500', '163840.282500', '163840.742500', '163841.202500', '163841.662500', '163842.122500', '163842.582500', '163843.042500', '163843.502500', '163843.962500', '163844.422500', '163844.882500', '163845.342500', '163845.802500', '163846.262500', '163846.722500', '163847.182500', '163847.642500', '163848.102500', '163848.562500', '163849.022500', '163849.482500', '163849.942500', '163850.402500', '163850.862500', '163851.322500', '163851.782500', '163852.242500', '163852.702500', '163853.162500', '163853.622500', '163854.082500', '163854.542500', '163855.002500', '163855.462500', '163855.922500', '163856.382500', '163856.842500', '163857.302500', '163857.762500', '163858.222500', '163858.682500', '163859.142500', '163859.602500', '163900.062500', '163900.522500', '163900.982500', '163901.442500', '163901.902500', '163902.362500', '163902.822500', '163903.282500', '163903.742500', '163904.202500', '163904.662500', '163905.122500', '163905.582500', '163906.042500', '163906.502500', '163906.962500', '163907.422500', '163907.882500', '163908.342500', '163908.802500', '163909.262500', '163909.722500', '163910.182500', '163910.642500', '163911.102500', '163911.562500', '163912.022500', '163912.482500', '163912.942500', '163913.402500', '163913.862500', '163914.322500', '163914.782500', '163915.242500', '163915.702500', '163916.162500', '163916.622500', '163917.082500', '163917.542500', '163918.002500', '163918.462500', '163918.922500', '163919.382500', '163919.842500', '163920.302500', '163920.762500', '163921.222500', '163921.682500', '163922.142500', '163922.602500', '163923.062500', '163923.522500', '163923.982500', '163924.442500', '163924.902500', '163925.362500', '163925.822500', '163926.282500', '163926.742500', '163927.202500', '163927.662500', '163928.122500', '163928.582500', '163929.042500', '163929.502500', '163929.962500', '163930.422500', '163930.882500', '163931.342500', '163931.802500', '163932.262500', '163932.722500', '163933.182500', '163933.642500', '163934.102500', '163934.562500', '163935.022500', '163935.482500', '163935.942500', '163936.402500', '163936.862500', '163937.322500', '163937.782500', '163938.242500', '163938.702500', '163939.162500', '163939.622500', '163940.082500', '163940.542500', '163941.002500', '163941.462500', '163941.922500', '163942.382500', '163942.842500', '163943.302500', '163943.762500', '163944.222500', '163944.682500', '163945.142500', '163945.602500', '163946.062500', '163946.522500', '163946.982500', '163947.442500', '163947.902500', '163948.362500', '163948.822500', '163949.282500', '163949.742500', '163950.202500', '163950.662500', '163951.122500', '163951.582500', '163952.042500', '163952.502500', '163952.962500', '163953.422500', '163953.882500', '163954.342500', '163954.802500', '163955.262500', '163955.722500', '163956.182500', '163956.642500', '163957.102500', '163957.562500', '163958.022500', '163958.482500', '163958.942500', '163959.402500', '163959.862500', '164000.322500', '164000.782500', '164001.242500', '164001.702500', '164002.162500', '164002.622500', '164003.082500', '164003.542500', '164004.002500', '164004.462500', '164004.922500', '164005.382500', '164005.842500', '164006.302500', '164006.762500', '164007.222500', '164007.682500', '164008.142500', '164008.602500', '164009.062500', '164009.522500', '164009.982500', '164010.442500', '164010.902500', '164011.362500', '164011.822500', '164012.282500', '164012.742500', '164013.202500', '164013.662500', '164014.122500', '164014.582500', '164015.042500', '164015.502500', '164015.962500', '164016.422500', '164016.882500', '164017.342500', '164017.802500', '164018.262500', '164018.722500', '164019.182500', '164019.642500', '164020.102500', '164020.562500', '164021.022500', '164021.482500', '164021.942500', '164022.402500', '164022.862500', '164023.322500', '164023.782500', '164024.242500', '164024.702500', '164025.162500', '164025.622500', '164026.082500', '164026.542500', '164027.002500', '164027.462500', '164027.922500', '164028.382500', '164028.842500', '164029.302500', '164029.762500', '164030.222500', '164030.682500', '164031.142500', '164031.602500', '164032.062500', '164032.522500', '164032.982500', '164033.442500', '164033.902500', '164034.362500', '164034.822500', '164035.282500', '164035.742500', '164036.202500', '164036.662500', '164037.122500', '164037.582500', '164038.042500', '164038.502500', '164038.962500', '164039.422500', '164039.882500', '164040.342500', '164040.802500', '164041.262500', '164041.722500', '164042.182500', '164042.642500', '164043.102500', '164043.562500', '164044.022500', '164044.482500', '164044.942500', '164045.402500', '164045.862500', '164046.322500', '164046.782500', '164047.242500', '164047.702500', '164048.162500', '164048.622500', '164049.082500', '164049.542500', '164050.002500', '164050.462500', '164050.922500', '164051.382500', '164051.842500', '164052.302500', '164052.762500', '164053.222500', '164053.682500', '164054.142500', '164054.602500', '164055.062500', '164055.522500', '164055.982500', '164056.442500', '164056.902500', '164057.362500', '164057.822500', '164058.282500', '164058.742500', '164059.202500', '164059.662500', '164100.122500', '164100.582500', '164101.042500', '164101.502500', '164101.962500', '164102.422500', '164102.882500', '164103.342500', '164103.802500', '164104.262500', '164104.722500', '164105.182500', '164105.642500', '164106.102500', '164106.562500', '164107.022500', '164107.482500', '164107.942500', '164108.402500', '164108.862500', '164109.322500', '164109.782500', '164110.242500', '164110.702500', '164111.162500', '164111.622500', '164112.082500', '164112.542500', '164113.002500', '164113.462500', '164113.922500', '164114.382500', '164114.842500', '164115.302500', '164115.762500', '164116.222500', '164116.682500', '164117.142500', '164117.602500', '164118.062500', '164118.522500', '164118.982500', '164119.442500', '164119.902500', '164120.362500', '164120.822500', '164121.282500', '164121.742500', '164122.202500', '164122.662500', '164123.122500', '164123.582500', '164124.042500', '164124.502500', '164124.962500', '164125.422500', '164125.882500', '164126.342500', '164126.802500', '164127.262500', '164127.722500', '164128.182500', '164128.642500', '164129.102500', '164129.562500', '164130.022500', '164130.482500', '164130.942500', '164131.402500', '164131.862500', '164132.322500', '164132.782500', '164133.242500', '164133.702500', '164134.162500', '164134.622500', '164135.082500', '164135.542500', '164136.002500', '164136.462500', '164136.922500', '164137.382500', '164137.842500', '164138.302500', '164138.762500', '164139.222500', '164139.682500', '164140.142500', '164140.602500', '164141.062500', '164141.522500', '164141.982500', '164142.442500', '164142.902500', '164143.362500', '164143.822500', '164144.282500', '164144.742500', '164145.202500', '164145.662500', '164146.122500', '164146.582500', '164147.042500', '164147.502500', '164147.962500', '164148.422500', '164148.882500', '164149.342500', '164149.802500', '164150.262500', '164150.722500', '164151.182500', '164151.642500', '164152.102500', '164152.562500', '164153.022500', '164153.482500', '164153.942500', '164154.402500', '164154.862500', '164155.322500', '164155.782500', '164156.242500', '164156.702500', '164157.162500', '164157.622500', '164158.082500', '164158.542500', '164159.002500', '164159.462500', '164159.922500', '164200.382500', '164200.842500', '164201.302500', '164201.762500', '164202.222500', '164202.682500', '164203.142500', '164203.602500', '164204.062500', '164204.522500', '164204.982500', '164205.442500', '164205.902500', '164206.362500', '164206.822500', '164207.282500', '164207.742500', '164208.202500', '164208.662500', '164209.122500', '164209.582500', '164210.042500', '164210.502500', '164210.962500', '164211.422500', '164211.882500', '164212.342500', '164212.802500', '164213.262500', '164213.722500', '164214.182500', '164214.642500', '164215.102500', '164215.562500', '164216.022500', '164216.482500', '164216.942500', '164217.402500', '164217.862500', '164218.322500', '164218.782500', '164219.242500', '164219.702500', '164220.162500', '164220.622500', '164221.082500', '164221.542500', '164222.002500', '164222.462500', '164222.922500', '164223.382500', '164223.842500', '164224.302500', '164224.762500', '164225.222500', '164225.682500', '164226.142500', '164226.602500', '164227.062500', '164227.522500', '164227.982500', '164228.442500', '164228.902500', '164229.362500', '164229.822500', '164230.282500', '164230.742500', '164231.202500', '164231.662500', '164232.122500', '164232.582500', '164233.042500', '164233.502500', '164233.962500', '164234.422500', '164234.882500', '164235.342500', '164235.802500', '164236.262500', '164236.722500', '164237.182500', '164237.642500', '164238.102500', '164238.562500', '164239.022500', '164239.482500', '164239.942500', '164240.402500', '164240.862500', '164241.322500', '164241.782500', '164242.242500', '164242.702500', '164243.162500', '164243.622500', '164244.082500', '164244.542500', '164245.002500', '164245.462500', '164245.922500', '164246.382500', '164246.842500', '164247.302500', '164247.762500', '164248.222500', '164248.682500', '164249.142500', '164249.602500', '164250.062500', '164250.522500', '164250.982500', '164251.442500', '164251.902500', '164252.362500', '164252.822500', '164253.282500', '164253.742500', '164254.202500', '164254.662500', '164255.122500', '164255.582500', '164256.042500', '164256.502500', '164256.962500', '164257.422500', '164257.882500', '164258.342500', '164258.802500', '164259.262500', '164259.722500', '164300.182500', '164300.642500', '164301.102500', '164301.562500', '164302.022500', '164302.482500', '164302.942500', '164303.402500', '164303.862500', '164304.322500', '164304.782500', '164305.242500', '164305.702500', '164306.162500', '164306.622500', '164307.082500', '164307.542500', '164308.002500', '164308.462500', '164308.922500', '164309.382500', '164309.842500', '164310.302500', '164310.762500', '164311.222500', '164311.682500', '164312.142500', '164312.602500', '164313.062500', '164313.522500', '164313.982500', '164314.442500', '164314.902500', '164315.362500', '164315.822500', '164316.282500', '164316.742500', '164317.202500', '164317.662500', '164318.122500', '164318.582500', '164319.042500', '164319.502500', '164319.962500', '164320.422500', '164320.882500', '164321.342500', '164321.802500', '164322.262500', '164322.722500', '164323.182500', '164323.642500', '164324.102500', '164324.562500', '164325.022500', '164325.482500', '164325.942500', '164326.402500', '164326.862500', '164327.322500', '164327.782500', '164328.242500', '164328.702500', '164329.162500', '164329.622500', '164330.082500', '164330.542500', '164331.002500', '164331.462500', '164331.922500', '164332.382500', '164332.842500', '164333.302500', '164333.762500', '164334.222500', '164334.682500', '164335.142500', '164335.602500', '164336.062500', '164336.522500', '164336.982500', '164337.442500', '164337.902500', '164338.362500', '164338.822500', '164339.282500', '164339.742500', '164340.202500', '164340.662500', '164341.122500', '164341.582500', '164342.042500', '164342.502500', '164342.962500', '164343.422500', '164343.882500', '164344.342500', '164344.802500', '164345.262500', '164345.722500', '164346.182500', '164346.642500', '164347.102500', '164347.562500', '164348.022500', '164348.482500', '164348.942500', '164349.402500', '164349.862500', '164350.322500', '164350.782500', '164351.242500', '164351.702500', '164352.162500', '164352.622500', '164353.082500', '164353.542500', '164354.002500', '164354.462500', '164354.922500', '164355.382500', '164355.842500', '164356.302500', '164356.762500', '164357.222500', '164357.682500', '164358.142500', '164358.602500', '164359.062500', '164359.522500', '164359.982500', '164400.442500', '164400.902500', '164401.362500', '164401.822500', '164402.282500', '164402.742500', '164403.202500', '164403.662500', '164404.122500', '164404.582500', '164405.042500', '164405.502500', '164405.962500', '164406.422500', '164406.882500', '164407.342500', '164407.802500', '164408.262500', '164408.722500', '164409.182500', '164409.642500', '164410.102500', '164410.562500', '164411.022500', '164411.482500', '164411.942500', '164412.402500', '164412.862500', '164413.322500', '164413.782500', '164414.242500', '164414.702500', '164415.162500', '164415.622500', '164416.082500', '164416.542500', '164417.002500', '164417.462500', '164417.922500', '164418.382500', '164418.842500', '164419.302500', '164419.762500', '164420.222500', '164420.682500', '164421.142500', '164421.602500', '164422.062500', '164422.522500', '164422.982500', '164423.442500', '164423.902500', '164424.362500', '164424.822500', '164425.282500', '164425.742500', '164426.202500', '164426.662500', '164427.122500', '164427.582500', '164428.042500', '164428.502500', '164428.962500', '164429.422500', '164429.882500', '164430.342500', '164430.802500', '164431.262500', '164431.722500', '164432.182500', '164432.642500', '164433.102500', '164433.562500', '164434.022500', '164434.482500', '164434.942500', '164435.402500', '164435.862500', '164436.322500', '164436.782500', '164437.242500', '164437.702500', '164438.162500', '164438.622500', '164439.082500', '164439.542500', '164440.002500', '164440.462500', '164440.922500', '164441.382500', '164441.842500', '164442.302500', '164442.762500', '164443.222500', '164443.682500', '164444.142500', '164444.602500', '164445.062500', '164445.522500', '164445.982500', '164446.442500', '164446.902500', '164447.362500', '164447.822500', '164448.282500', '164448.742500', '164449.202500', '164449.662500', '164450.122500', '164450.582500', '164451.042500', '164451.502500', '164451.962500', '164452.422500', '164452.882500', '164453.342500', '164453.802500', '164454.262500', '164454.722500', '164455.182500', '164455.642500', '164456.102500', '164456.562500', '164457.022500', '164457.482500', '164457.942500', '164458.402500', '164458.862500', '164459.322500', '164459.782500', '164500.242500', '164500.702500', '164501.162500', '164501.622500', '164502.082500', '164502.542500', '164503.002500', '164503.462500', '164503.922500', '164504.382500', '164504.842500', '164505.302500', '164505.762500', '164506.222500', '164506.682500', '164507.142500', '164507.602500', '164508.062500', '164508.522500', '164508.982500', '164509.442500', '164509.902500', '164510.362500', '164510.822500', '164511.282500', '164511.742500', '164512.202500', '164512.662500', '164513.122500', '164513.582500', '164514.042500', '164514.502500', '164514.962500', '164515.422500', '164515.882500', '164516.342500', '164516.802500', '164517.262500', '164517.722500', '164518.182500', '164518.642500', '164519.102500', '164519.562500', '164520.022500', '164520.482500', '164520.942500', '164521.402500', '164521.862500', '164522.322500', '164522.782500', '164523.242500', '164523.702500', '164524.162500', '164524.622500', '164525.082500', '164525.542500', '164526.002500', '164526.462500', '164526.922500', '164527.382500', '164527.842500', '164528.302500', '164528.762500', '164529.222500', '164529.682500', '164530.142500', '164530.602500', '164531.062500', '164531.522500', '164531.982500', '164532.442500', '164532.902500', '164533.362500', '164533.822500', '164534.282500', '164534.742500', '164535.202500', '164535.662500', '164536.122500', '164536.582500', '164537.042500', '164537.502500', '164537.962500', '164538.422500', '164538.882500', '164539.342500', '164539.802500', '164540.262500', '164540.722500', '164541.182500', '164541.642500', '164542.102500', '164542.562500', '164543.022500', '164543.482500', '164543.942500', '164544.402500', '164544.862500', '164545.322500', '164545.782500', '164546.242500', '164546.702500', '164547.162500', '164547.622500', '164548.082500', '164548.542500', '164549.002500', '164549.462500', '164549.922500', '164550.382500', '164550.842500', '164551.302500', '164551.762500', '164552.222500', '164552.682500', '164553.142500', '164553.602500', '164554.062500', '164554.522500', '164554.982500', '164555.442500', '164555.902500', '164556.362500', '164556.822500', '164557.282500', '164557.742500', '164558.202500', '164558.662500', '164559.122500', '164559.582500', '164600.042500', '164600.502500', '164600.962500', '164601.422500', '164601.882500', '164602.342500', '164602.802500', '164603.262500', '164603.722500', '164604.182500', '164604.642500', '164605.102500', '164605.562500', '164606.022500', '164606.482500', '164606.942500', '164607.402500', '164607.862500', '164608.322500', '164608.782500', '164609.242500', '164609.702500', '164610.162500', '164610.622500', '164611.082500', '164611.542500', '164612.002500', '164612.462500', '164612.922500', '164613.382500', '164613.842500', '164614.302500', '164614.762500', '164615.222500', '164615.682500', '164616.142500', '164616.602500', '164617.062500', '164617.522500', '164617.982500', '164618.442500', '164618.902500', '164619.362500', '164619.822500', '164620.282500', '164620.742500', '164621.202500', '164621.662500', '164622.122500', '164622.582500', '164623.042500', '164623.502500', '164623.962500', '164624.422500', '164624.882500', '164625.342500', '164625.802500', '164626.262500', '164626.722500', '164627.182500', '164627.642500', '164628.102500', '164628.562500', '164629.022500', '164629.482500', '164629.942500', '164630.402500', '164630.862500', '164631.322500', '164631.782500', '164632.242500', '164632.702500', '164633.162500', '164633.622500', '164634.082500', '164634.542500', '164635.002500', '164635.462500', '164635.922500', '164636.382500', '164636.842500', '164637.302500', '164637.762500', '164638.222500', '164638.682500', '164639.142500', '164639.602500', '164640.062500', '164640.522500', '164640.982500', '164641.442500', '164641.902500', '164642.362500', '164642.822500', '164643.282500', '164643.742500', '164644.202500', '164644.662500', '164645.122500', '164645.582500', '164646.042500', '164646.502500', '164646.962500', '164647.422500', '164647.882500', '164648.342500', '164648.802500', '164649.262500', '164649.722500', '164650.182500', '164650.642500', '164651.102500', '164651.562500', '164652.022500', '164652.482500', '164652.942500', '164653.402500', '164653.862500', '164654.322500', '164654.782500', '164655.242500', '164655.702500', '164656.162500', '164656.622500', '164657.082500', '164657.542500', '164658.002500', '164658.462500', '164658.922500', '164659.382500', '164659.842500', '164700.302500', '164700.762500', '164701.222500', '164701.682500', '164702.142500', '164702.602500', '164703.062500', '164703.522500', '164703.982500', '164704.442500', '164704.902500', '164705.362500', '164705.822500', '164706.282500', '164706.742500', '164707.202500', '164707.662500', '164708.122500', '164708.582500', '164709.042500', '164709.502500', '164709.962500', '164710.422500', '164710.882500', '164711.342500', '164711.802500', '164712.262500', '164712.722500', '164713.182500', '164713.642500', '164714.102500', '164714.562500', '164715.022500', '164715.482500', '164715.942500', '164716.402500', '164716.862500', '164717.322500', '164717.782500', '164718.242500', '164718.702500', '164719.162500', '164719.622500', '164720.082500', '164720.542500', '164721.002500', '164721.462500', '164721.922500', '164722.382500', '164722.842500', '164723.302500', '164723.762500', '164724.222500', '164724.682500', '164725.142500', '164725.602500', '164726.062500', '164726.522500', '164726.982500', '164727.442500', '164727.902500', '164728.362500', '164728.822500', '164729.282500', '164729.742500', '164730.202500', '164730.662500', '164731.122500', '164731.582500', '164732.042500', '164732.502500', '164732.962500', '164733.422500', '164733.882500', '164734.342500', '164734.802500', '164735.262500', '164735.722500', '164736.182500', '164736.642500', '164737.102500', '164737.562500', '164738.022500', '164738.482500', '164738.942500', '164739.402500', '164739.862500', '164740.322500', '164740.782500', '164741.242500', '164741.702500', '164742.162500', '164742.622500', '164743.082500', '164743.542500', '164744.002500', '164744.462500', '164744.922500', '164745.382500', '164745.842500', '164746.302500', '164746.762500', '164747.222500', '164747.682500', '164748.142500', '164748.602500', '164749.062500', '164749.522500', '164749.982500', '164750.442500', '164750.902500', '164751.362500', '164751.822500', '164752.282500', '164752.742500', '164753.202500', '164753.662500', '164754.122500', '164754.582500', '164755.042500', '164755.502500', '164755.962500', '164756.422500', '164756.882500', '164757.342500', '164757.802500', '164758.262500', '164758.722500', '164759.182500', '164759.642500', '164800.102500', '164800.562500', '164801.022500', '164801.482500', '164801.942500', '164802.402500', '164802.862500', '164803.322500', '164803.782500', '164804.242500', '164804.702500', '164805.162500', '164805.622500', '164806.082500', '164806.542500', '164807.002500', '164807.462500', '164807.922500', '164808.382500', '164808.842500', '164809.302500', '164809.762500', '164810.222500', '164810.682500', '164811.142500', '164811.602500', '164812.062500', '164812.522500', '164812.982500', '164813.442500', '164813.902500', '164814.362500', '164814.822500', '164815.282500', '164815.742500', '164816.202500', '164816.662500', '164817.122500'], 'ContentTime': ['163843.956000', '163843.965000', '163843.968000', '163843.971000', '163843.973000', '163843.976000', '163843.979000', '163843.982000', '163843.985000', '163843.988000', '163843.994000', '163843.997000', '163844.000000', '163844.007000', '163844.010000', '163844.012000', '163844.015000', '163844.018000', '163844.021000', '163844.024000', '163903.913000', '163903.916000', '163903.919000', '163903.922000', '163903.925000', '163903.928000', '163903.930000', '163903.933000', '163903.936000', '163903.939000', '163903.942000', '163903.945000', '163903.948000', '163903.950000', '163903.953000', '163903.956000', '163903.959000', '163903.962000', '163903.966000', '163903.969000', '163903.972000', '163903.975000', '163903.984000', '163903.987000', '163903.990000', '163903.993000', '163903.996000', '163904.000000', '163904.003000', '163904.006000', '163904.009000', '163904.011000', '163904.014000', '163904.017000', '163904.020000', '163904.023000', '163904.026000', '163904.029000', '163904.031000', '163904.034000', '163904.037000', '163904.040000', '163904.043000', '163923.913000', '163923.916000', '163923.919000', '163923.922000', '163923.925000', '163923.928000', '163923.930000', '163923.934000', '163923.937000', '163923.944000', '163923.947000', '163923.950000', '163923.953000', '163923.955000', '163923.958000', '163923.961000', '163923.964000', '163923.967000', '163923.970000', '163923.973000', '163923.976000', '163923.979000', '163923.982000', '163923.985000', '163923.987000', '163923.990000', '163923.993000', '163923.996000', '163924.000000', '163924.003000', '163924.006000', '163924.009000', '163924.011000', '163924.014000', '163924.017000', '163924.020000', '163924.023000', '163924.026000', '163924.029000', '163924.032000', '163924.034000', '163924.037000', '163924.040000', '163924.043000', '163943.913000', '163943.916000', '163943.919000', '163943.922000', '163943.925000', '163943.928000', '163943.931000', '163943.934000', '163943.937000', '163943.941000', '163943.944000', '163943.947000', '163943.950000', '163943.953000', '163943.956000', '163943.959000', '163943.961000', '163943.965000', '163943.967000', '163943.970000', '163943.973000', '163943.976000', '163943.979000', '163943.982000', '163943.985000', '163943.988000', '163943.990000', '163943.993000', '163943.997000', '163944.006000', '163944.009000', '163944.012000', '163944.015000', '163944.018000', '163944.020000', '163944.023000', '163944.026000', '163944.029000', '163944.032000', '163944.035000', '163944.038000', '163944.041000', '163944.043000', '164003.913000', '164003.916000', '164003.919000', '164003.922000', '164003.925000', '164003.937000', '164003.940000', '164003.942000', '164003.945000', '164003.948000', '164003.951000', '164003.954000', '164003.957000', '164003.960000', '164003.963000', '164003.966000', '164003.969000', '164003.971000', '164003.974000', '164003.977000', '164003.980000', '164003.983000', '164003.986000', '164003.989000', '164003.992000', '164003.995000', '164003.998000', '164004.001000', '164004.004000', '164004.007000', '164004.010000', '164004.013000', '164004.016000', '164004.019000', '164004.021000', '164004.024000', '164004.027000', '164004.030000', '164004.033000', '164004.036000', '164004.039000', '164004.041000', '164004.044000', '164004.047000', '164023.913000', '164023.916000', '164023.919000', '164023.922000', '164023.925000', '164023.928000', '164023.930000', '164023.933000', '164023.936000', '164023.939000', '164023.942000', '164023.945000', '164023.948000', '164023.951000', '164023.954000', '164023.957000', '164023.960000', '164023.963000', '164023.966000', '164023.969000', '164023.972000', '164023.975000', '164023.978000', '164023.980000', '164023.984000', '164023.986000', '164023.989000', '164023.992000', '164023.995000', '164023.998000', '164024.002000', '164024.005000', '164024.008000', '164024.011000', '164024.014000', '164024.016000', '164024.019000', '164024.022000', '164024.026000', '164024.030000', '164024.034000', '164024.037000', '164024.040000', '164043.913000', '164043.916000', '164043.919000', '164043.922000', '164043.925000', '164043.928000', '164043.931000', '164043.934000', '164043.936000', '164043.939000', '164043.942000', '164043.945000', '164043.948000', '164043.951000', '164043.954000', '164043.957000', '164043.960000', '164043.963000', '164043.966000', '164043.969000', '164043.971000', '164043.974000', '164043.977000', '164043.980000', '164043.983000', '164043.986000', '164043.989000', '164043.992000', '164043.995000', '164043.998000', '164044.002000', '164044.005000', '164044.007000', '164044.010000', '164044.013000', '164044.016000', '164044.019000', '164044.022000', '164044.025000', '164044.028000', '164044.031000', '164044.034000', '164044.037000', '164044.040000', '164103.914000', '164103.917000', '164103.920000', '164103.923000', '164103.926000', '164103.929000', '164103.931000', '164103.935000', '164103.938000', '164103.940000', '164103.943000', '164103.946000', '164103.949000', '164103.952000', '164103.955000', '164103.958000', '164103.961000', '164103.963000', '164103.966000', '164103.969000', '164103.972000', '164103.975000', '164103.978000', '164103.982000', '164103.985000', '164103.988000', '164103.991000', '164103.994000', '164103.997000', '164104.000000', '164104.003000', '164104.006000', '164104.009000', '164104.012000', '164104.014000', '164104.017000', '164104.020000', '164104.023000', '164104.026000', '164104.029000', '164104.032000', '164104.035000', '164104.038000', '164123.913000', '164123.916000', '164123.919000', '164123.922000', '164123.925000', '164123.927000', '164123.930000', '164123.933000', '164123.936000', '164123.939000', '164123.942000', '164123.945000', '164123.948000', '164123.951000', '164123.954000', '164123.956000', '164123.960000', '164123.962000', '164123.965000', '164123.968000', '164123.972000', '164123.975000', '164123.977000', '164123.980000', '164123.983000', '164123.986000', '164123.989000', '164124.000000', '164124.003000', '164124.006000', '164124.009000', '164124.012000', '164124.015000', '164124.018000', '164124.021000', '164124.024000', '164124.027000', '164124.030000', '164124.033000', '164124.035000', '164124.038000', '164124.041000', '164124.044000', '164124.047000', '164143.927000', '164143.930000', '164143.933000', '164143.936000', '164143.939000', '164143.941000', '164143.944000', '164143.947000', '164143.950000', '164143.953000', '164143.956000', '164143.959000', '164143.962000', '164143.965000', '164143.968000', '164143.971000', '164143.974000', '164143.977000', '164143.980000', '164143.982000', '164143.985000', '164143.988000', '164143.991000', '164143.994000', '164143.997000', '164144.001000', '164144.004000', '164144.007000', '164144.010000', '164144.013000', '164144.016000', '164144.018000', '164144.021000', '164144.024000', '164144.027000', '164144.030000', '164144.033000', '164144.036000', '164144.039000', '164144.042000', '164144.044000', '164144.047000', '164144.050000', '164203.913000', '164203.916000', '164203.919000', '164203.928000', '164203.931000', '164203.934000', '164203.937000', '164203.940000', '164203.943000', '164203.945000', '164203.948000', '164203.951000', '164203.954000', '164203.957000', '164203.960000', '164203.963000', '164203.966000', '164203.969000', '164203.971000', '164203.975000', '164203.977000', '164203.980000', '164203.983000', '164203.986000', '164203.989000', '164203.992000', '164203.995000', '164203.998000', '164204.002000', '164204.005000', '164204.008000', '164204.011000', '164204.014000', '164204.016000', '164204.019000', '164204.022000', '164204.025000', '164204.028000', '164204.031000', '164204.034000', '164204.037000', '164204.040000', '164204.042000', '164204.045000', '164223.913000', '164223.916000', '164223.919000', '164223.922000', '164223.925000', '164223.928000', '164223.931000', '164223.933000', '164223.936000', '164223.939000', '164223.942000', '164223.945000', '164223.948000', '164223.951000', '164223.954000', '164223.957000', '164223.960000', '164223.963000', '164223.966000', '164223.969000', '164223.972000', '164223.975000', '164223.978000', '164223.981000', '164223.984000', '164223.987000', '164223.990000', '164223.993000', '164223.996000', '164224.000000', '164224.003000', '164224.005000', '164224.008000', '164224.011000', '164224.015000', '164224.019000', '164224.022000', '164224.025000', '164224.028000', '164224.031000', '164224.034000', '164224.037000', '164224.040000', '164243.913000', '164243.916000', '164243.919000', '164243.922000', '164243.925000', '164243.928000', '164243.931000', '164243.933000', '164243.936000', '164243.939000', '164243.942000', '164243.945000', '164243.948000', '164243.951000', '164243.954000', '164243.957000', '164243.960000', '164243.963000', '164243.966000', '164243.968000', '164243.971000', '164243.974000', '164243.977000', '164243.980000', '164243.983000', '164243.986000', '164243.989000', '164243.992000', '164243.995000', '164243.998000', '164244.002000', '164244.005000', '164244.008000', '164244.011000', '164244.014000', '164244.016000', '164244.019000', '164244.022000', '164244.025000', '164244.028000', '164244.031000', '164244.034000', '164244.037000', '164244.040000', '164303.913000', '164303.916000', '164303.919000', '164303.922000', '164303.925000', '164303.927000', '164303.930000', '164303.933000', '164303.936000', '164303.939000', '164303.942000', '164303.945000', '164303.948000', '164303.951000', '164303.954000', '164303.957000', '164303.960000', '164303.963000', '164303.965000', '164303.968000', '164303.971000', '164303.974000', '164303.977000', '164303.980000', '164303.983000', '164303.997000', '164304.001000', '164304.003000', '164304.006000', '164304.009000', '164304.012000', '164304.015000', '164304.018000', '164304.021000', '164304.024000', '164304.027000', '164304.034000', '164304.037000', '164304.040000', '164304.043000', '164304.046000', '164304.049000', '164304.052000', '164323.914000', '164323.917000', '164323.920000', '164323.923000', '164323.926000', '164323.929000', '164323.932000', '164323.935000', '164323.937000', '164323.941000', '164323.943000', '164323.946000', '164323.949000', '164323.952000', '164323.955000', '164323.958000', '164323.961000', '164323.964000', '164323.967000', '164323.970000', '164323.973000', '164323.976000', '164323.978000', '164323.981000', '164323.984000', '164323.987000', '164323.990000', '164323.993000', '164323.996000', '164323.999000', '164324.002000', '164324.005000', '164324.008000', '164324.011000', '164324.014000', '164324.017000', '164324.019000', '164324.022000', '164324.025000', '164324.028000', '164324.031000', '164324.034000', '164324.037000', '164324.040000', '164343.913000', '164343.916000', '164343.919000', '164343.922000', '164343.925000', '164343.928000', '164343.931000', '164343.934000', '164343.937000', '164343.940000', '164343.942000', '164343.945000', '164343.948000', '164343.951000', '164343.954000', '164343.957000', '164343.960000', '164343.963000', '164343.966000', '164343.969000', '164343.972000', '164343.975000', '164343.978000', '164343.981000', '164343.984000', '164343.987000', '164343.990000', '164343.993000', '164343.995000', '164343.998000', '164344.007000', '164344.010000', '164344.013000', '164344.016000', '164344.019000', '164344.022000', '164344.024000', '164344.027000', '164344.030000', '164344.033000', '164344.036000', '164344.039000', '164344.042000', '164403.913000', '164403.916000', '164403.919000', '164403.922000', '164403.925000', '164403.928000', '164403.930000', '164403.933000', '164403.936000', '164403.939000', '164403.942000', '164403.952000', '164403.955000', '164403.958000', '164403.960000', '164403.963000', '164403.966000', '164403.969000', '164403.972000', '164403.975000', '164403.978000', '164403.981000', '164403.984000', '164403.987000', '164403.990000', '164403.993000', '164403.996000', '164403.998000', '164404.002000', '164404.007000', '164404.010000', '164404.013000', '164404.016000', '164404.019000', '164404.022000', '164404.025000', '164404.028000', '164404.031000', '164404.034000', '164404.036000', '164404.039000', '164404.042000', '164404.045000', '164404.048000', '164423.913000', '164423.916000', '164423.919000', '164423.922000', '164423.925000', '164423.928000', '164423.931000', '164423.939000', '164423.942000', '164423.945000', '164423.948000', '164423.951000', '164423.953000', '164423.956000', '164423.959000', '164423.962000', '164423.965000', '164423.968000', '164423.971000', '164423.974000', '164423.977000', '164423.979000', '164423.982000', '164423.985000', '164423.988000', '164423.991000', '164423.994000', '164423.997000', '164424.001000', '164424.003000', '164424.006000', '164424.009000', '164424.012000', '164424.015000', '164424.018000', '164424.032000', '164424.036000', '164424.038000', '164424.041000', '164424.044000', '164424.047000', '164424.050000', '164424.053000', '164443.913000', '164443.917000', '164443.922000', '164443.926000', '164443.928000', '164443.931000', '164443.934000', '164443.937000', '164443.940000', '164443.943000', '164443.946000', '164443.949000', '164443.952000', '164443.955000', '164443.958000', '164443.961000', '164443.964000', '164443.966000', '164443.969000', '164443.972000', '164443.975000', '164443.978000', '164443.981000', '164443.984000', '164443.987000', '164443.990000', '164443.993000', '164443.996000', '164444.000000', '164444.003000', '164444.005000', '164444.008000', '164444.011000', '164444.014000', '164444.017000', '164444.020000', '164444.023000', '164444.026000', '164444.029000', '164444.032000', '164444.035000', '164444.038000', '164444.041000', '164503.913000', '164503.916000', '164503.919000', '164503.922000', '164503.925000', '164503.928000', '164503.931000', '164503.934000', '164503.936000', '164503.939000', '164503.942000', '164503.945000', '164503.948000', '164503.951000', '164503.954000', '164503.957000', '164503.960000', '164503.963000', '164503.966000', '164503.969000', '164503.972000', '164503.975000', '164503.978000', '164503.981000', '164503.983000', '164503.986000', '164503.989000', '164503.992000', '164503.995000', '164503.998000', '164504.002000', '164504.005000', '164504.008000', '164504.011000', '164504.014000', '164504.017000', '164504.019000', '164504.022000', '164504.025000', '164504.028000', '164504.031000', '164504.034000', '164504.037000', '164504.040000', '164523.913000', '164523.916000', '164523.919000', '164523.922000', '164523.925000', '164523.928000', '164523.931000', '164523.934000', '164523.937000', '164523.939000', '164523.942000', '164523.945000', '164523.948000', '164523.951000', '164523.954000', '164523.957000', '164523.960000', '164523.963000', '164523.965000', '164523.968000', '164523.971000', '164523.974000', '164523.977000', '164523.980000', '164523.989000', '164523.992000', '164523.995000', '164523.998000', '164524.002000', '164524.005000', '164524.008000', '164524.011000', '164524.014000', '164524.017000', '164524.020000', '164524.023000', '164524.025000', '164524.028000', '164524.031000', '164524.034000', '164524.037000', '164524.040000', '164524.043000', '164543.914000', '164543.917000', '164543.920000', '164543.923000', '164543.926000', '164543.929000', '164543.932000', '164543.935000', '164543.938000', '164543.941000', '164543.944000', '164543.947000', '164543.949000', '164543.952000', '164543.955000', '164543.958000', '164543.961000', '164543.964000', '164543.967000', '164543.970000', '164543.973000', '164543.976000', '164543.979000', '164543.982000', '164543.985000', '164543.987000', '164543.990000', '164543.993000', '164543.996000', '164543.999000', '164544.002000', '164544.005000', '164544.008000', '164544.011000', '164544.014000', '164544.017000', '164544.019000', '164544.022000', '164544.025000', '164544.028000', '164544.031000', '164544.034000', '164544.037000', '164544.040000', '164603.913000', '164603.916000', '164603.919000', '164603.922000', '164603.925000', '164603.928000', '164603.931000', '164603.934000', '164603.937000', '164603.940000', '164603.943000', '164603.946000', '164603.948000', '164603.951000', '164603.954000', '164603.957000', '164603.960000', '164603.966000', '164603.970000', '164603.973000', '164603.975000', '164603.978000', '164603.981000', '164603.984000', '164603.987000', '164603.990000', '164603.993000', '164603.996000', '164604.000000', '164604.003000', '164604.005000', '164604.008000', '164604.011000', '164604.014000', '164604.017000', '164604.020000', '164604.023000', '164604.026000', '164604.029000', '164604.032000', '164604.035000', '164604.038000', '164604.040000', '164623.913000', '164623.916000', '164623.919000', '164623.922000', '164623.925000', '164623.928000', '164623.931000', '164623.934000', '164623.937000', '164623.940000', '164623.942000', '164623.945000', '164623.948000', '164623.951000', '164623.954000', '164623.957000', '164623.960000', '164623.963000', '164623.966000', '164623.969000', '164623.972000', '164623.975000', '164623.978000', '164623.980000', '164623.984000', '164623.986000', '164623.989000', '164623.992000', '164623.995000', '164623.998000', '164624.002000', '164624.005000', '164624.008000', '164624.011000', '164624.014000', '164624.016000', '164624.019000', '164624.022000', '164624.025000', '164624.028000', '164624.031000', '164624.034000', '164624.037000', '164624.039000', '164643.913000', '164643.916000', '164643.919000', '164643.922000', '164643.925000', '164643.928000', '164643.931000', '164643.934000', '164643.937000', '164643.940000', '164643.943000', '164643.945000', '164643.948000', '164643.951000', '164643.954000', '164643.957000', '164643.960000', '164643.963000', '164643.966000', '164643.969000', '164643.972000', '164643.975000', '164643.980000', '164643.983000', '164643.986000', '164643.989000', '164643.992000', '164643.995000', '164643.998000', '164644.002000', '164644.005000', '164644.007000', '164644.010000', '164644.013000', '164644.016000', '164644.019000', '164644.022000', '164644.025000', '164644.028000', '164644.031000', '164644.034000', '164644.037000', '164644.039000', '164703.913000', '164703.916000', '164703.919000', '164703.922000', '164703.925000', '164703.928000', '164703.930000', '164703.934000', '164703.936000', '164703.939000', '164703.942000', '164703.945000', '164703.948000', '164703.951000', '164703.954000', '164703.957000', '164703.960000', '164703.963000', '164703.965000', '164703.969000', '164703.971000', '164703.974000', '164703.977000', '164703.980000', '164703.983000', '164703.986000', '164703.989000', '164703.992000', '164703.995000', '164703.998000', '164704.002000', '164704.005000', '164704.007000', '164704.010000', '164704.013000', '164704.016000', '164704.019000', '164704.022000', '164704.025000', '164704.028000', '164704.031000', '164704.034000', '164704.036000', '164704.039000', '164723.913000', '164723.916000', '164723.919000', '164723.922000', '164723.925000', '164723.928000', '164723.932000', '164723.935000', '164723.938000', '164723.941000', '164723.944000', '164723.947000', '164723.950000', '164723.953000', '164723.956000', '164723.959000', '164723.962000', '164723.965000', '164723.968000', '164723.970000', '164723.973000', '164723.976000', '164723.979000', '164723.982000', '164723.985000', '164723.988000', '164723.991000', '164723.994000', '164723.997000', '164724.001000', '164724.006000', '164724.010000', '164724.013000', '164724.016000', '164724.019000', '164724.022000', '164724.025000', '164724.028000', '164724.031000', '164724.034000', '164724.037000', '164724.039000', '164724.042000', '164743.913000', '164743.916000', '164743.919000', '164743.922000', '164743.925000', '164743.928000', '164743.931000', '164743.934000', '164743.937000', '164743.940000', '164743.943000', '164743.946000', '164743.949000', '164743.952000', '164743.955000', '164743.958000', '164743.960000', '164743.963000', '164743.966000', '164743.969000', '164743.972000', '164743.975000', '164743.978000', '164743.981000', '164743.984000', '164743.987000', '164743.990000', '164743.992000', '164743.995000', '164743.998000', '164744.002000', '164744.005000', '164744.008000', '164744.011000', '164744.014000', '164744.017000', '164744.020000', '164744.022000', '164744.026000', '164744.028000', '164744.031000', '164744.034000', '164744.045000', '164744.048000', '164803.914000', '164803.917000', '164803.920000', '164803.923000', '164803.926000', '164803.929000', '164803.932000', '164803.935000', '164803.938000', '164803.940000', '164803.943000', '164803.946000', '164803.949000', '164803.952000', '164803.955000', '164803.958000', '164803.961000', '164803.964000', '164803.967000', '164803.969000', '164803.972000', '164803.975000', '164803.978000', '164803.981000', '164803.984000', '164803.987000', '164803.990000', '164803.993000', '164803.996000', '164803.999000', '164804.002000', '164804.005000', '164804.008000', '164804.010000', '164804.013000', '164804.016000', '164804.019000', '164804.022000', '164804.025000', '164804.028000', '164804.031000', '164804.034000', '164804.037000', '164817.878000', '164817.881000', '164817.884000', '164817.898000', '164817.901000', '164817.904000', '164817.907000', '164817.910000', '164817.913000', '164817.916000', '164817.919000', '164817.922000', '164817.925000', '164817.928000', '164817.931000', '164817.934000', '164817.937000', '164817.940000', '164817.943000', '164817.946000', '164817.949000', '164817.952000', '164817.955000', '164817.958000', '164817.961000', '164817.964000', '164817.967000', '164817.970000', '164817.973000', '164817.976000', '164817.978000'], 'InstanceCreationTime': ['163843.956000', '163843.965000', '163843.968000', '163843.971000', '163843.973000', '163843.976000', '163843.979000', '163843.982000', '163843.985000', '163843.988000', '163843.994000', '163843.997000', '163844.000000', '163844.007000', '163844.010000', '163844.012000', '163844.015000', '163844.018000', '163844.021000', '163844.024000', '163903.913000', '163903.916000', '163903.919000', '163903.922000', '163903.925000', '163903.928000', '163903.930000', '163903.933000', '163903.936000', '163903.939000', '163903.942000', '163903.945000', '163903.948000', '163903.950000', '163903.953000', '163903.956000', '163903.959000', '163903.962000', '163903.966000', '163903.969000', '163903.972000', '163903.975000', '163903.984000', '163903.987000', '163903.990000', '163903.993000', '163903.996000', '163904.000000', '163904.003000', '163904.006000', '163904.009000', '163904.011000', '163904.014000', '163904.017000', '163904.020000', '163904.023000', '163904.026000', '163904.029000', '163904.031000', '163904.034000', '163904.037000', '163904.040000', '163904.043000', '163923.913000', '163923.916000', '163923.919000', '163923.922000', '163923.925000', '163923.928000', '163923.930000', '163923.934000', '163923.937000', '163923.944000', '163923.947000', '163923.950000', '163923.953000', '163923.955000', '163923.958000', '163923.961000', '163923.964000', '163923.967000', '163923.970000', '163923.973000', '163923.976000', '163923.979000', '163923.982000', '163923.985000', '163923.987000', '163923.990000', '163923.993000', '163923.996000', '163924.000000', '163924.003000', '163924.006000', '163924.009000', '163924.011000', '163924.014000', '163924.017000', '163924.020000', '163924.023000', '163924.026000', '163924.029000', '163924.032000', '163924.034000', '163924.037000', '163924.040000', '163924.043000', '163943.913000', '163943.916000', '163943.919000', '163943.922000', '163943.925000', '163943.928000', '163943.931000', '163943.934000', '163943.937000', '163943.941000', '163943.944000', '163943.947000', '163943.950000', '163943.953000', '163943.956000', '163943.959000', '163943.961000', '163943.965000', '163943.967000', '163943.970000', '163943.973000', '163943.976000', '163943.979000', '163943.982000', '163943.985000', '163943.988000', '163943.990000', '163943.993000', '163943.997000', '163944.006000', '163944.009000', '163944.012000', '163944.015000', '163944.018000', '163944.020000', '163944.023000', '163944.026000', '163944.029000', '163944.032000', '163944.035000', '163944.038000', '163944.041000', '163944.043000', '164003.913000', '164003.916000', '164003.919000', '164003.922000', '164003.925000', '164003.937000', '164003.940000', '164003.942000', '164003.945000', '164003.948000', '164003.951000', '164003.954000', '164003.957000', '164003.960000', '164003.963000', '164003.966000', '164003.969000', '164003.971000', '164003.974000', '164003.977000', '164003.980000', '164003.983000', '164003.986000', '164003.989000', '164003.992000', '164003.995000', '164003.998000', '164004.001000', '164004.004000', '164004.007000', '164004.010000', '164004.013000', '164004.016000', '164004.019000', '164004.021000', '164004.024000', '164004.027000', '164004.030000', '164004.033000', '164004.036000', '164004.039000', '164004.041000', '164004.044000', '164004.047000', '164023.913000', '164023.916000', '164023.919000', '164023.922000', '164023.925000', '164023.928000', '164023.930000', '164023.933000', '164023.936000', '164023.939000', '164023.942000', '164023.945000', '164023.948000', '164023.951000', '164023.954000', '164023.957000', '164023.960000', '164023.963000', '164023.966000', '164023.969000', '164023.972000', '164023.975000', '164023.978000', '164023.980000', '164023.984000', '164023.986000', '164023.989000', '164023.992000', '164023.995000', '164023.998000', '164024.002000', '164024.005000', '164024.008000', '164024.011000', '164024.014000', '164024.016000', '164024.019000', '164024.022000', '164024.026000', '164024.030000', '164024.034000', '164024.037000', '164024.040000', '164043.913000', '164043.916000', '164043.919000', '164043.922000', '164043.925000', '164043.928000', '164043.931000', '164043.934000', '164043.936000', '164043.939000', '164043.942000', '164043.945000', '164043.948000', '164043.951000', '164043.954000', '164043.957000', '164043.960000', '164043.963000', '164043.966000', '164043.969000', '164043.971000', '164043.974000', '164043.977000', '164043.980000', '164043.983000', '164043.986000', '164043.989000', '164043.992000', '164043.995000', '164043.998000', '164044.002000', '164044.005000', '164044.007000', '164044.010000', '164044.013000', '164044.016000', '164044.019000', '164044.022000', '164044.025000', '164044.028000', '164044.031000', '164044.034000', '164044.037000', '164044.040000', '164103.914000', '164103.917000', '164103.920000', '164103.923000', '164103.926000', '164103.929000', '164103.931000', '164103.935000', '164103.938000', '164103.940000', '164103.943000', '164103.946000', '164103.949000', '164103.952000', '164103.955000', '164103.958000', '164103.961000', '164103.963000', '164103.966000', '164103.969000', '164103.972000', '164103.975000', '164103.978000', '164103.982000', '164103.985000', '164103.988000', '164103.991000', '164103.994000', '164103.997000', '164104.000000', '164104.003000', '164104.006000', '164104.009000', '164104.012000', '164104.014000', '164104.017000', '164104.020000', '164104.023000', '164104.026000', '164104.029000', '164104.032000', '164104.035000', '164104.038000', '164123.913000', '164123.916000', '164123.919000', '164123.922000', '164123.925000', '164123.927000', '164123.930000', '164123.933000', '164123.936000', '164123.939000', '164123.942000', '164123.945000', '164123.948000', '164123.951000', '164123.954000', '164123.956000', '164123.960000', '164123.962000', '164123.965000', '164123.968000', '164123.972000', '164123.975000', '164123.977000', '164123.980000', '164123.983000', '164123.986000', '164123.989000', '164124.000000', '164124.003000', '164124.006000', '164124.009000', '164124.012000', '164124.015000', '164124.018000', '164124.021000', '164124.024000', '164124.027000', '164124.030000', '164124.033000', '164124.035000', '164124.038000', '164124.041000', '164124.044000', '164124.047000', '164143.927000', '164143.930000', '164143.933000', '164143.936000', '164143.939000', '164143.941000', '164143.944000', '164143.947000', '164143.950000', '164143.953000', '164143.956000', '164143.959000', '164143.962000', '164143.965000', '164143.968000', '164143.971000', '164143.974000', '164143.977000', '164143.980000', '164143.982000', '164143.985000', '164143.988000', '164143.991000', '164143.994000', '164143.997000', '164144.001000', '164144.004000', '164144.007000', '164144.010000', '164144.013000', '164144.016000', '164144.018000', '164144.021000', '164144.024000', '164144.027000', '164144.030000', '164144.033000', '164144.036000', '164144.039000', '164144.042000', '164144.044000', '164144.047000', '164144.050000', '164203.913000', '164203.916000', '164203.919000', '164203.928000', '164203.931000', '164203.934000', '164203.937000', '164203.940000', '164203.943000', '164203.945000', '164203.948000', '164203.951000', '164203.954000', '164203.957000', '164203.960000', '164203.963000', '164203.966000', '164203.969000', '164203.971000', '164203.975000', '164203.977000', '164203.980000', '164203.983000', '164203.986000', '164203.989000', '164203.992000', '164203.995000', '164203.998000', '164204.002000', '164204.005000', '164204.008000', '164204.011000', '164204.014000', '164204.016000', '164204.019000', '164204.022000', '164204.025000', '164204.028000', '164204.031000', '164204.034000', '164204.037000', '164204.040000', '164204.042000', '164204.045000', '164223.913000', '164223.916000', '164223.919000', '164223.922000', '164223.925000', '164223.928000', '164223.931000', '164223.933000', '164223.936000', '164223.939000', '164223.942000', '164223.945000', '164223.948000', '164223.951000', '164223.954000', '164223.957000', '164223.960000', '164223.963000', '164223.966000', '164223.969000', '164223.972000', '164223.975000', '164223.978000', '164223.981000', '164223.984000', '164223.987000', '164223.990000', '164223.993000', '164223.996000', '164224.000000', '164224.003000', '164224.005000', '164224.008000', '164224.011000', '164224.015000', '164224.019000', '164224.022000', '164224.025000', '164224.028000', '164224.031000', '164224.034000', '164224.037000', '164224.040000', '164243.913000', '164243.916000', '164243.919000', '164243.922000', '164243.925000', '164243.928000', '164243.931000', '164243.933000', '164243.936000', '164243.939000', '164243.942000', '164243.945000', '164243.948000', '164243.951000', '164243.954000', '164243.957000', '164243.960000', '164243.963000', '164243.966000', '164243.968000', '164243.971000', '164243.974000', '164243.977000', '164243.980000', '164243.983000', '164243.986000', '164243.989000', '164243.992000', '164243.995000', '164243.998000', '164244.002000', '164244.005000', '164244.008000', '164244.011000', '164244.014000', '164244.016000', '164244.019000', '164244.022000', '164244.025000', '164244.028000', '164244.031000', '164244.034000', '164244.037000', '164244.040000', '164303.913000', '164303.916000', '164303.919000', '164303.922000', '164303.925000', '164303.927000', '164303.930000', '164303.933000', '164303.936000', '164303.939000', '164303.942000', '164303.945000', '164303.948000', '164303.951000', '164303.954000', '164303.957000', '164303.960000', '164303.963000', '164303.965000', '164303.968000', '164303.971000', '164303.974000', '164303.977000', '164303.980000', '164303.983000', '164303.997000', '164304.001000', '164304.003000', '164304.006000', '164304.009000', '164304.012000', '164304.015000', '164304.018000', '164304.021000', '164304.024000', '164304.027000', '164304.034000', '164304.037000', '164304.040000', '164304.043000', '164304.046000', '164304.049000', '164304.052000', '164323.914000', '164323.917000', '164323.920000', '164323.923000', '164323.926000', '164323.929000', '164323.932000', '164323.935000', '164323.937000', '164323.941000', '164323.943000', '164323.946000', '164323.949000', '164323.952000', '164323.955000', '164323.958000', '164323.961000', '164323.964000', '164323.967000', '164323.970000', '164323.973000', '164323.976000', '164323.978000', '164323.981000', '164323.984000', '164323.987000', '164323.990000', '164323.993000', '164323.996000', '164323.999000', '164324.002000', '164324.005000', '164324.008000', '164324.011000', '164324.014000', '164324.017000', '164324.019000', '164324.022000', '164324.025000', '164324.028000', '164324.031000', '164324.034000', '164324.037000', '164324.040000', '164343.913000', '164343.916000', '164343.919000', '164343.922000', '164343.925000', '164343.928000', '164343.931000', '164343.934000', '164343.937000', '164343.940000', '164343.942000', '164343.945000', '164343.948000', '164343.951000', '164343.954000', '164343.957000', '164343.960000', '164343.963000', '164343.966000', '164343.969000', '164343.972000', '164343.975000', '164343.978000', '164343.981000', '164343.984000', '164343.987000', '164343.990000', '164343.993000', '164343.995000', '164343.998000', '164344.007000', '164344.010000', '164344.013000', '164344.016000', '164344.019000', '164344.022000', '164344.024000', '164344.027000', '164344.030000', '164344.033000', '164344.036000', '164344.039000', '164344.042000', '164403.913000', '164403.916000', '164403.919000', '164403.922000', '164403.925000', '164403.928000', '164403.930000', '164403.933000', '164403.936000', '164403.939000', '164403.942000', '164403.952000', '164403.955000', '164403.958000', '164403.960000', '164403.963000', '164403.966000', '164403.969000', '164403.972000', '164403.975000', '164403.978000', '164403.981000', '164403.984000', '164403.987000', '164403.990000', '164403.993000', '164403.996000', '164403.998000', '164404.002000', '164404.007000', '164404.010000', '164404.013000', '164404.016000', '164404.019000', '164404.022000', '164404.025000', '164404.028000', '164404.031000', '164404.034000', '164404.036000', '164404.039000', '164404.042000', '164404.045000', '164404.048000', '164423.913000', '164423.916000', '164423.919000', '164423.922000', '164423.925000', '164423.928000', '164423.931000', '164423.939000', '164423.942000', '164423.945000', '164423.948000', '164423.951000', '164423.953000', '164423.956000', '164423.959000', '164423.962000', '164423.965000', '164423.968000', '164423.971000', '164423.974000', '164423.977000', '164423.979000', '164423.982000', '164423.985000', '164423.988000', '164423.991000', '164423.994000', '164423.997000', '164424.001000', '164424.003000', '164424.006000', '164424.009000', '164424.012000', '164424.015000', '164424.018000', '164424.032000', '164424.036000', '164424.038000', '164424.041000', '164424.044000', '164424.047000', '164424.050000', '164424.053000', '164443.913000', '164443.917000', '164443.922000', '164443.926000', '164443.928000', '164443.931000', '164443.934000', '164443.937000', '164443.940000', '164443.943000', '164443.946000', '164443.949000', '164443.952000', '164443.955000', '164443.958000', '164443.961000', '164443.964000', '164443.966000', '164443.969000', '164443.972000', '164443.975000', '164443.978000', '164443.981000', '164443.984000', '164443.987000', '164443.990000', '164443.993000', '164443.996000', '164444.000000', '164444.003000', '164444.005000', '164444.008000', '164444.011000', '164444.014000', '164444.017000', '164444.020000', '164444.023000', '164444.026000', '164444.029000', '164444.032000', '164444.035000', '164444.038000', '164444.041000', '164503.913000', '164503.916000', '164503.919000', '164503.922000', '164503.925000', '164503.928000', '164503.931000', '164503.934000', '164503.936000', '164503.939000', '164503.942000', '164503.945000', '164503.948000', '164503.951000', '164503.954000', '164503.957000', '164503.960000', '164503.963000', '164503.966000', '164503.969000', '164503.972000', '164503.975000', '164503.978000', '164503.981000', '164503.983000', '164503.986000', '164503.989000', '164503.992000', '164503.995000', '164503.998000', '164504.002000', '164504.005000', '164504.008000', '164504.011000', '164504.014000', '164504.017000', '164504.019000', '164504.022000', '164504.025000', '164504.028000', '164504.031000', '164504.034000', '164504.037000', '164504.040000', '164523.913000', '164523.916000', '164523.919000', '164523.922000', '164523.925000', '164523.928000', '164523.931000', '164523.934000', '164523.937000', '164523.939000', '164523.942000', '164523.945000', '164523.948000', '164523.951000', '164523.954000', '164523.957000', '164523.960000', '164523.963000', '164523.965000', '164523.968000', '164523.971000', '164523.974000', '164523.977000', '164523.980000', '164523.989000', '164523.992000', '164523.995000', '164523.998000', '164524.002000', '164524.005000', '164524.008000', '164524.011000', '164524.014000', '164524.017000', '164524.020000', '164524.023000', '164524.025000', '164524.028000', '164524.031000', '164524.034000', '164524.037000', '164524.040000', '164524.043000', '164543.914000', '164543.917000', '164543.920000', '164543.923000', '164543.926000', '164543.929000', '164543.932000', '164543.935000', '164543.938000', '164543.941000', '164543.944000', '164543.947000', '164543.949000', '164543.952000', '164543.955000', '164543.958000', '164543.961000', '164543.964000', '164543.967000', '164543.970000', '164543.973000', '164543.976000', '164543.979000', '164543.982000', '164543.985000', '164543.987000', '164543.990000', '164543.993000', '164543.996000', '164543.999000', '164544.002000', '164544.005000', '164544.008000', '164544.011000', '164544.014000', '164544.017000', '164544.019000', '164544.022000', '164544.025000', '164544.028000', '164544.031000', '164544.034000', '164544.037000', '164544.040000', '164603.913000', '164603.916000', '164603.919000', '164603.922000', '164603.925000', '164603.928000', '164603.931000', '164603.934000', '164603.937000', '164603.940000', '164603.943000', '164603.946000', '164603.948000', '164603.951000', '164603.954000', '164603.957000', '164603.960000', '164603.966000', '164603.970000', '164603.973000', '164603.975000', '164603.978000', '164603.981000', '164603.984000', '164603.987000', '164603.990000', '164603.993000', '164603.996000', '164604.000000', '164604.003000', '164604.005000', '164604.008000', '164604.011000', '164604.014000', '164604.017000', '164604.020000', '164604.023000', '164604.026000', '164604.029000', '164604.032000', '164604.035000', '164604.038000', '164604.040000', '164623.913000', '164623.916000', '164623.919000', '164623.922000', '164623.925000', '164623.928000', '164623.931000', '164623.934000', '164623.937000', '164623.940000', '164623.942000', '164623.945000', '164623.948000', '164623.951000', '164623.954000', '164623.957000', '164623.960000', '164623.963000', '164623.966000', '164623.969000', '164623.972000', '164623.975000', '164623.978000', '164623.980000', '164623.984000', '164623.986000', '164623.989000', '164623.992000', '164623.995000', '164623.998000', '164624.002000', '164624.005000', '164624.008000', '164624.011000', '164624.014000', '164624.016000', '164624.019000', '164624.022000', '164624.025000', '164624.028000', '164624.031000', '164624.034000', '164624.037000', '164624.039000', '164643.913000', '164643.916000', '164643.919000', '164643.922000', '164643.925000', '164643.928000', '164643.931000', '164643.934000', '164643.937000', '164643.940000', '164643.943000', '164643.945000', '164643.948000', '164643.951000', '164643.954000', '164643.957000', '164643.960000', '164643.963000', '164643.966000', '164643.969000', '164643.972000', '164643.975000', '164643.980000', '164643.983000', '164643.986000', '164643.989000', '164643.992000', '164643.995000', '164643.998000', '164644.002000', '164644.005000', '164644.007000', '164644.010000', '164644.013000', '164644.016000', '164644.019000', '164644.022000', '164644.025000', '164644.028000', '164644.031000', '164644.034000', '164644.037000', '164644.039000', '164703.913000', '164703.916000', '164703.919000', '164703.922000', '164703.925000', '164703.928000', '164703.930000', '164703.934000', '164703.936000', '164703.939000', '164703.942000', '164703.945000', '164703.948000', '164703.951000', '164703.954000', '164703.957000', '164703.960000', '164703.963000', '164703.965000', '164703.969000', '164703.971000', '164703.974000', '164703.977000', '164703.980000', '164703.983000', '164703.986000', '164703.989000', '164703.992000', '164703.995000', '164703.998000', '164704.002000', '164704.005000', '164704.007000', '164704.010000', '164704.013000', '164704.016000', '164704.019000', '164704.022000', '164704.025000', '164704.028000', '164704.031000', '164704.034000', '164704.036000', '164704.039000', '164723.913000', '164723.916000', '164723.919000', '164723.922000', '164723.925000', '164723.928000', '164723.932000', '164723.935000', '164723.938000', '164723.941000', '164723.944000', '164723.947000', '164723.950000', '164723.953000', '164723.956000', '164723.959000', '164723.962000', '164723.965000', '164723.968000', '164723.970000', '164723.973000', '164723.976000', '164723.979000', '164723.982000', '164723.985000', '164723.988000', '164723.991000', '164723.994000', '164723.997000', '164724.001000', '164724.006000', '164724.010000', '164724.013000', '164724.016000', '164724.019000', '164724.022000', '164724.025000', '164724.028000', '164724.031000', '164724.034000', '164724.037000', '164724.039000', '164724.042000', '164743.913000', '164743.916000', '164743.919000', '164743.922000', '164743.925000', '164743.928000', '164743.931000', '164743.934000', '164743.937000', '164743.940000', '164743.943000', '164743.946000', '164743.949000', '164743.952000', '164743.955000', '164743.958000', '164743.960000', '164743.963000', '164743.966000', '164743.969000', '164743.972000', '164743.975000', '164743.978000', '164743.981000', '164743.984000', '164743.987000', '164743.990000', '164743.992000', '164743.995000', '164743.998000', '164744.002000', '164744.005000', '164744.008000', '164744.011000', '164744.014000', '164744.017000', '164744.020000', '164744.022000', '164744.026000', '164744.028000', '164744.031000', '164744.034000', '164744.045000', '164744.048000', '164803.914000', '164803.917000', '164803.920000', '164803.923000', '164803.926000', '164803.929000', '164803.932000', '164803.935000', '164803.938000', '164803.940000', '164803.943000', '164803.946000', '164803.949000', '164803.952000', '164803.955000', '164803.958000', '164803.961000', '164803.964000', '164803.967000', '164803.969000', '164803.972000', '164803.975000', '164803.978000', '164803.981000', '164803.984000', '164803.987000', '164803.990000', '164803.993000', '164803.996000', '164803.999000', '164804.002000', '164804.005000', '164804.008000', '164804.010000', '164804.013000', '164804.016000', '164804.019000', '164804.022000', '164804.025000', '164804.028000', '164804.031000', '164804.034000', '164804.037000', '164817.878000', '164817.881000', '164817.884000', '164817.898000', '164817.901000', '164817.904000', '164817.907000', '164817.910000', '164817.913000', '164817.916000', '164817.919000', '164817.922000', '164817.925000', '164817.928000', '164817.931000', '164817.934000', '164817.937000', '164817.940000', '164817.943000', '164817.946000', '164817.949000', '164817.952000', '164817.955000', '164817.958000', '164817.961000', '164817.964000', '164817.967000', '164817.970000', '164817.973000', '164817.976000', '164817.978000'], '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': [15059, 11901, 10961, 12932, 8423, 13014, 7716, 14808, 9267, 14932, 10824, 14922, 11353, 13903, 10017, 10761, 9980, 9492, 11528, 8374, 14415, 8207, 14128, 9424, 14272, 10588, 14211, 11344, 14657, 10848, 9866, 9977, 8599, 11870, 8160, 14375, 9187, 13852, 10204, 14138, 10869, 14750, 11449, 15706, 10990, 11168, 10281, 9901, 11518, 9034, 14264, 8264, 15211, 9094, 14370, 10513, 14369, 11489, 15561, 11160, 11411, 10105, 10212, 10924, 9743, 12386, 8222, 13912, 7649, 13494, 9065, 14385, 11178, 15951, 11201, 11694, 10098, 10359, 10796, 9844, 13357, 8017, 14616, 7636, 14355, 8984, 14830, 11306, 15540, 11322, 13061, 10066, 12611, 10443, 12594, 10653, 9396, 11524, 7814, 12864, 7857, 13457, 8001, 15160, 9782, 14992, 10282, 13791, 10403, 13977, 10797, 14676, 11235, 10925, 10210, 9446, 10713, 9636, 12875, 8639, 14666, 7848, 13205, 7307, 13964, 9127, 15589, 10942, 13574, 10209, 13188, 10560, 12692, 10801, 9958, 10466, 8298, 11670, 8437, 13639, 8272, 16071, 9933, 14717, 10346, 14411, 10747, 15052, 11630, 14770, 11183, 9086, 10523, 8159, 12436, 8145, 13920, 8693, 16273, 10626, 14475, 10278, 14406, 10841, 14722, 10920, 14224, 10352, 10918, 10083, 10052, 11831, 8385, 14924, 8491, 13827, 9510, 13014, 10163, 13829, 10912, 14700, 11193, 10646, 9868, 9662, 10662, 9521, 12679, 8132, 14315, 8051, 13602, 9255, 13710, 11065, 14791, 11074, 9723, 9785, 8253, 11964, 7555, 14469, 11191, 14603, 10117, 12922, 10562, 11396, 10913, 8731, 12489, 8344, 13545, 8752, 15564, 11680, 15823, 10486, 12421, 10302, 10186, 11585, 8413, 14804, 8537, 14858, 10064, 14878, 10954, 15084, 11608, 16240, 11234, 12335, 10218, 9852, 10868, 8274, 14104, 8183, 14837, 9746, 13425, 10580, 13877, 11252, 10156, 11066, 8625, 11842, 7978, 13339, 8467, 15514, 11252, 14045, 10249, 9954, 10631, 8288, 13470, 9027, 14289, 10840, 13672, 10682, 10341, 10186, 8027, 13914, 9856, 11580, 10710, 8608, 13443, 8769, 16154, 10719, 13587, 10190, 10772, 9975, 8491, 13269, 8374, 14736, 9829, 13550, 10150, 12486, 10410, 9094, 11954, 8320, 13608, 8805, 14300, 10335, 15303, 11502, 14911, 10693, 12311, 10400, 11357, 11317, 9148, 14727, 8439, 13758, 8181, 13863, 10053, 13982, 10747, 14345, 10779, 10112, 10357, 9778, 10851, 9552, 13007, 8498, 14080, 8637, 12974, 8704, 13639, 9260, 14905, 10610, 13717, 10354, 12803, 10101, 12629, 10189, 13211, 10595, 13720, 10303, 10644, 10120, 9769, 10764, 8687, 12494, 8419, 13242, 8984, 12903, 9936, 13821, 10897, 15943, 11043, 13039, 9941, 11133, 10366, 9852, 12589, 8595, 13552, 8397, 13305, 8644, 13674, 9213, 14697, 10511, 13472, 10043, 12852, 9975, 10875, 10427, 8837, 11600, 8454, 12420, 8582, 13944, 10417, 14885, 10098, 14029, 10046, 13951, 10189, 14333, 10575, 11557, 10284, 9623, 10348, 10199, 10305, 9120, 12194, 8491, 12521, 8546, 12086, 9669, 12242, 9991, 13577, 10649, 14408, 9917, 13924, 10043, 14449, 10444, 14662, 11062, 10861, 11094, 8932, 11475, 8735, 12217, 8558, 13866, 9764, 13444, 10301, 12867, 10247, 13389, 10358, 14520, 10670, 14721, 10117, 14202, 10106, 12946, 9923, 10569, 10938, 8928, 12077, 8463, 12309, 9315, 12547, 10564, 14007, 10284, 11984, 10210, 11564, 10309, 10508, 11446, 9459, 12434, 9211, 11394, 8944, 11455, 9033, 12803, 8359, 15044, 10276, 13375, 10187, 12129, 10151, 13395, 10612, 11101, 10820, 9072, 11671, 8502, 12932, 8677, 15930, 11010, 15460, 10549, 14333, 10513, 14287, 10630, 14833, 11188, 9484, 11538, 8627, 12426, 8518, 14623, 10659, 15764, 11035, 13806, 10562, 10260, 10742, 8642, 12938, 9056, 13670, 10299, 12977, 10518, 13451, 10603, 14413, 10847, 10108, 10844, 9157, 11572, 8972, 12842, 8445, 15522, 10232, 13154, 10265, 12346, 10235, 13173, 10234, 11068, 10409, 9019, 11201, 8988, 11823, 8788, 13117, 8799, 14416, 10421, 12789, 10325, 12860, 10281, 13837, 10348, 10455, 11080, 8913, 11920, 9432, 12463, 10149, 10886, 10829, 8807, 12070, 8747, 14041, 10126, 16312, 11259, 14810, 10236, 11309, 10784, 9241, 12571, 8549, 14634, 10495, 13780, 10334, 12099, 9976, 8764, 12464, 9035, 13167, 10145, 12617, 10414, 9570, 12817, 8666, 13804, 10206, 13682, 10471, 12954, 11137, 9122, 12249, 8483, 13130, 10298, 13798, 10933, 9525, 10859, 8700, 12140, 8835, 13238, 10431, 14684, 10527, 11690, 10197, 9222, 10705, 8205, 14588, 10383, 13307, 10292, 11650, 10160, 9315, 10945, 8359, 14341, 10369, 14280, 10521, 10812, 10800, 8996, 14643, 8806, 14172, 10124, 14689, 10932, 13078, 11883, 9305, 13060, 9163, 13702, 10610, 14627, 10906, 9474, 11719, 8872, 12788, 9452, 15286, 11145, 11912, 10748, 8863, 12013, 8750, 15227, 11144, 12433, 10768, 8755, 12181, 8461, 14223, 10849, 15236, 10586, 9439, 11294, 8569, 12508, 10131, 14764, 10926, 9098, 11198, 8429, 12546, 10430, 13475, 10387, 10115, 11520, 8533, 12711, 10328, 13449, 10282, 11898, 11253, 8979, 12688, 8901, 13162, 10299, 13852, 10769, 11598, 10854, 8971, 11928, 8469, 12714, 9234, 14450, 10813, 12551, 10697, 8393, 11802, 8473, 13096, 10885, 13202, 10912, 9489, 10824, 8512, 12395, 9143, 14772, 10724, 11776, 10274, 8875, 11457, 8430, 11563, 10109, 13386, 10248, 8983, 11718, 8539, 15021, 11208, 15022, 10413, 13353, 10646, 12733, 10637, 10669, 11251, 8901, 11691, 8585, 12128, 8254, 13187, 10656, 13198, 9793, 12626, 9960, 10773, 10446, 9313, 12676, 8884, 12678, 9483, 13621, 10599, 15368, 11510, 15744, 10574, 14507, 10747, 12775, 10519, 10611, 11842, 9073, 12289, 8334, 12646, 9395, 12775, 10461, 14279, 10676, 12368, 10154, 11973, 9879, 12558, 10175, 11387, 11535, 9215, 12064, 8884, 12185, 8669, 13170, 8503, 14793, 9581, 13870, 10051, 12695, 10144, 12851, 10363, 13707, 10442, 10378, 10460, 9371, 11112, 9322, 12689, 8779, 15426, 9074, 13733, 9425, 12438, 9208, 13098, 10564, 12835, 10043, 11255, 10098, 9014, 11195, 8528, 11762, 8621, 13097, 10330, 13717, 10506, 11192, 10970, 8865, 11686, 8455, 12309, 8444, 13271, 9079, 14207, 10534, 13028, 10287, 13321, 10242, 11484, 10405, 8865, 11245, 8492, 11657, 8298, 14060, 9229, 12579, 10116, 12761, 10083, 12614, 10491, 14490, 10546, 10214, 10562, 9297, 11089, 8990, 12615, 8510, 14416, 9894, 12828, 10377, 13316, 10323, 12802, 11124, 9349, 11806, 9154, 12149, 8496, 12956, 9410, 14999, 10406, 13064, 10329, 10267, 10554, 8566, 12679, 9324, 12686, 10336, 12952, 10323, 14083, 10710, 10387, 10782, 9208, 11638, 9258, 12447, 8692, 14566, 9085, 13202, 9919, 12580, 10510, 12709, 10366, 13609, 10567, 11369, 10241, 9539, 10666, 8830, 11383, 8296, 13728, 10098, 12735, 10381, 12418, 10319, 12573, 10526, 9233, 11767, 8844, 12427, 8465, 12828, 9386, 14705, 11037, 13549, 10495, 11658, 10394, 9763, 10886, 8432, 13082, 9267, 12706, 10493, 12403, 10223, 12455, 10793, 9180, 11918, 8608, 12688, 9736, 13222, 10626, 14306, 10792, 10625, 10768, 9129, 11500, 8665, 13360, 9746, 14108, 10251, 13343, 10451, 10477, 10525, 8701, 13403, 10220, 12657, 10254, 13905, 10415, 9571, 11476, 8829, 12757, 9886, 12905, 10298, 13377, 10358, 10690, 10620, 8805, 11898, 8425, 13139, 9908, 14449, 10477, 10815, 10614, 9044, 11291, 8620, 13800, 10284, 12923, 10543, 13509, 10470, 12416, 10238, 9458, 11971, 8618, 12766, 9326, 12876, 10693, 13354, 10694, 12040, 10541, 10078, 10728, 9346, 11488, 8519, 13699, 9620, 12778, 10850, 12735, 10268, 13452, 10513, 9399, 11188, 8945, 11788, 8867, 12611, 8478, 13949, 9786, 12797, 10772, 12644, 10504, 12708, 10578, 11083, 10540, 9149, 11124, 8929, 11637, 8635, 13794, 9444, 13306, 10587, 12855, 10537, 13262, 10446, 14619, 10792, 10527, 10354, 8961, 11269, 8913, 12518, 8925, 13576, 10557, 12489, 10504, 13685, 10246, 10514, 10536, 8690, 13083, 9208, 12934, 10389, 13075, 10573, 13834, 10421, 9066, 11444, 8562, 12383, 9061, 12938, 10424, 13606, 10435, 12228, 10375, 11010, 10679, 9969, 11112, 8582, 13368, 9124, 12584, 10809, 12760, 10455, 11381, 10917, 8876, 12078, 8785, 12864, 9953, 14378, 10858, 13144, 10460, 9584, 11153, 8684, 13281, 9543, 13797, 10526, 11340, 10652, 9038, 11486, 9070, 14074, 10838, 13112, 10476, 12739, 10451, 9580, 11559, 8728, 14127, 10103, 12907, 10625, 13986, 10296, 10106, 11309, 8841, 12202, 8976, 12636, 9709, 12841, 10774, 13745, 10499, 10437, 10514, 9215, 11120, 8853, 12303, 8655, 14116, 10585, 12912, 10576, 14063, 10196, 10675, 10503, 8700, 12167, 8651, 12799, 9538, 13264, 10715, 14246, 10449, 12821, 10293, 9677, 10871, 8874, 12345, 8998, 13679, 10666, 13063, 10849, 12685, 10325, 12242, 10407, 8949, 12165, 8736, 12781, 10072, 13308, 10745, 14175, 10614, 11233, 10779, 9963, 11446, 9593, 11826, 8944, 13715, 8791, 12863, 9538, 13153, 10682, 13430, 10688, 12319, 10651, 9611, 11090, 8950, 11520, 8601, 13884, 9894, 13631, 10597, 13101, 10537, 12999, 10255, 12370, 10450, 8980, 11549, 8601, 12357, 9297, 13781, 10877, 13340, 10436, 10121, 10836, 9032, 11531], 'WindowCenter': [4390.0, 4357.0, 4330.0, 4340.0, 4285.0, 4325.0, 4264.0, 4321.0, 4281.0, 4321.0, 4301.0, 4321.0, 4302.0, 4321.0, 4292.0, 4301.0, 4292.0, 4291.0, 4312.0, 4272.0, 4332.0, 4273.0, 4322.0, 4293.0, 4321.0, 4291.0, 4321.0, 4302.0, 4321.0, 4303.0, 4291.0, 4301.0, 4281.0, 4313.0, 4269.0, 4332.0, 4293.0, 4323.0, 4303.0, 4322.0, 4301.0, 4332.0, 4314.0, 4330.0, 4302.0, 4302.0, 4303.0, 4289.0, 4309.0, 4281.0, 4332.0, 4270.0, 4332.0, 4281.0, 4331.0, 4302.0, 4320.0, 4312.0, 4331.0, 4312.0, 4311.0, 4302.0, 4290.0, 4301.0, 4290.0, 4321.0, 4271.0, 4322.0, 4272.0, 4323.0, 4292.0, 4331.0, 4314.0, 4343.0, 4314.0, 4313.0, 4303.0, 4302.0, 4302.0, 4290.0, 4322.0, 4271.0, 4332.0, 4261.0, 4322.0, 4281.0, 4319.0, 4302.0, 4330.0, 4312.0, 4322.0, 4303.0, 4311.0, 4301.0, 4311.0, 4301.0, 4280.0, 4311.0, 4262.0, 4322.0, 4271.0, 4322.0, 4271.0, 4332.0, 4292.0, 4331.0, 4304.0, 4322.0, 4301.0, 4320.0, 4302.0, 4330.0, 4312.0, 4301.0, 4300.0, 4290.0, 4302.0, 4289.0, 4321.0, 4271.0, 4331.0, 4271.0, 4320.0, 4250.0, 4321.0, 4292.0, 4332.0, 4313.0, 4333.0, 4301.0, 4321.0, 4302.0, 4321.0, 4312.0, 4303.0, 4314.0, 4282.0, 4314.0, 4272.0, 4324.0, 4272.0, 4331.0, 4291.0, 4321.0, 4291.0, 4320.0, 4300.0, 4320.0, 4313.0, 4321.0, 4302.0, 4279.0, 4301.0, 4261.0, 4312.0, 4260.0, 4333.0, 4281.0, 4332.0, 4302.0, 4331.0, 4302.0, 4321.0, 4291.0, 4319.0, 4291.0, 4309.0, 4290.0, 4289.0, 4289.0, 4278.0, 4299.0, 4258.0, 4319.0, 4270.0, 4318.0, 4292.0, 4309.0, 4291.0, 4320.0, 4303.0, 4321.0, 4301.0, 4289.0, 4291.0, 4280.0, 4290.0, 4278.0, 4309.0, 4259.0, 4319.0, 4260.0, 4319.0, 4280.0, 4310.0, 4302.0, 4320.0, 4301.0, 4281.0, 4289.0, 4270.0, 4311.0, 4260.0, 4333.0, 4313.0, 4333.0, 4302.0, 4321.0, 4302.0, 4299.0, 4303.0, 4272.0, 4311.0, 4272.0, 4320.0, 4271.0, 4331.0, 4311.0, 4331.0, 4302.0, 4309.0, 4291.0, 4290.0, 4300.0, 4270.0, 4322.0, 4271.0, 4321.0, 4290.0, 4319.0, 4290.0, 4318.0, 4301.0, 4318.0, 4290.0, 4297.0, 4287.0, 4278.0, 4287.0, 4256.0, 4308.0, 4259.0, 4318.0, 4280.0, 4309.0, 4288.0, 4307.0, 4299.0, 4290.0, 4301.0, 4268.0, 4310.0, 4272.0, 4307.0, 4257.0, 4345.0, 4318.0, 4298.0, 4251.0, 4253.0, 4267.0, 4236.0, 4287.0, 4271.0, 4322.0, 4276.0, 4346.0, 4328.0, 4327.0, 4302.0, 4272.0, 4320.0, 4292.0, 4300.0, 4303.0, 4272.0, 4323.0, 4284.0, 4334.0, 4304.0, 4322.0, 4302.0, 4289.0, 4290.0, 4270.0, 4323.0, 4273.0, 4321.0, 4294.0, 4322.0, 4293.0, 4310.0, 4302.0, 4280.0, 4300.0, 4262.0, 4321.0, 4282.0, 4322.0, 4293.0, 4322.0, 4304.0, 4321.0, 4292.0, 4298.0, 4290.0, 4289.0, 4290.0, 4269.0, 4310.0, 4258.0, 4307.0, 4259.0, 4308.0, 4279.0, 4309.0, 4290.0, 4321.0, 4290.0, 4289.0, 4290.0, 4277.0, 4291.0, 4279.0, 4310.0, 4268.0, 4319.0, 4270.0, 4310.0, 4270.0, 4309.0, 4281.0, 4318.0, 4289.0, 4309.0, 4290.0, 4297.0, 4290.0, 4299.0, 4291.0, 4309.0, 4292.0, 4309.0, 4291.0, 4289.0, 4290.0, 4279.0, 4290.0, 4270.0, 4310.0, 4260.0, 4312.0, 4281.0, 4311.0, 4291.0, 4310.0, 4302.0, 4320.0, 4301.0, 4310.0, 4291.0, 4288.0, 4290.0, 4280.0, 4311.0, 4260.0, 4310.0, 4270.0, 4309.0, 4258.0, 4309.0, 4269.0, 4310.0, 4289.0, 4310.0, 4281.0, 4307.0, 4279.0, 4288.0, 4290.0, 4270.0, 4299.0, 4272.0, 4312.0, 4271.0, 4321.0, 4302.0, 4322.0, 4293.0, 4320.0, 4291.0, 4307.0, 4291.0, 4309.0, 4291.0, 4288.0, 4291.0, 4280.0, 4291.0, 4277.0, 4289.0, 4267.0, 4299.0, 4269.0, 4310.0, 4271.0, 4309.0, 4293.0, 4311.0, 4291.0, 4311.0, 4303.0, 4321.0, 4294.0, 4322.0, 4291.0, 4311.0, 4292.0, 4319.0, 4302.0, 4288.0, 4300.0, 4269.0, 4300.0, 4269.0, 4301.0, 4269.0, 4322.0, 4293.0, 4321.0, 4302.0, 4310.0, 4292.0, 4310.0, 4291.0, 4320.0, 4292.0, 4319.0, 4291.0, 4310.0, 4292.0, 4300.0, 4291.0, 4288.0, 4289.0, 4270.0, 4300.0, 4271.0, 4300.0, 4280.0, 4311.0, 4302.0, 4322.0, 4303.0, 4300.0, 4294.0, 4299.0, 4293.0, 4290.0, 4302.0, 4280.0, 4312.0, 4281.0, 4302.0, 4269.0, 4301.0, 4267.0, 4311.0, 4258.0, 4320.0, 4292.0, 4311.0, 4292.0, 4300.0, 4291.0, 4311.0, 4303.0, 4300.0, 4301.0, 4281.0, 4303.0, 4270.0, 4311.0, 4271.0, 4322.0, 4291.0, 4320.0, 4291.0, 4309.0, 4289.0, 4309.0, 4290.0, 4309.0, 4290.0, 4267.0, 4287.0, 4259.0, 4298.0, 4257.0, 4307.0, 4280.0, 4308.0, 4290.0, 4309.0, 4279.0, 4277.0, 4289.0, 4257.0, 4300.0, 4267.0, 4309.0, 4289.0, 4310.0, 4291.0, 4306.0, 4289.0, 4310.0, 4288.0, 4277.0, 4290.0, 4267.0, 4289.0, 4257.0, 4298.0, 4247.0, 4318.0, 4277.0, 4296.0, 4288.0, 4298.0, 4290.0, 4309.0, 4291.0, 4290.0, 4289.0, 4269.0, 4300.0, 4270.0, 4302.0, 4269.0, 4310.0, 4269.0, 4309.0, 4291.0, 4299.0, 4290.0, 4298.0, 4290.0, 4310.0, 4289.0, 4289.0, 4289.0, 4269.0, 4300.0, 4281.0, 4309.0, 4293.0, 4302.0, 4301.0, 4282.0, 4313.0, 4272.0, 4321.0, 4293.0, 4321.0, 4302.0, 4310.0, 4291.0, 4288.0, 4290.0, 4268.0, 4299.0, 4259.0, 4309.0, 4291.0, 4310.0, 4292.0, 4300.0, 4279.0, 4270.0, 4311.0, 4281.0, 4312.0, 4293.0, 4300.0, 4291.0, 4281.0, 4301.0, 4260.0, 4309.0, 4290.0, 4309.0, 4290.0, 4300.0, 4291.0, 4268.0, 4301.0, 4269.0, 4298.0, 4279.0, 4310.0, 4289.0, 4279.0, 4290.0, 4269.0, 4299.0, 4270.0, 4311.0, 4291.0, 4310.0, 4292.0, 4299.0, 4290.0, 4268.0, 4290.0, 4262.0, 4323.0, 4291.0, 4311.0, 4292.0, 4300.0, 4291.0, 4280.0, 4290.0, 4272.0, 4324.0, 4304.0, 4321.0, 4302.0, 4290.0, 4291.0, 4271.0, 4321.0, 4271.0, 4311.0, 4290.0, 4320.0, 4291.0, 4299.0, 4291.0, 4267.0, 4299.0, 4268.0, 4298.0, 4291.0, 4310.0, 4290.0, 4279.0, 4301.0, 4270.0, 4299.0, 4279.0, 4309.0, 4289.0, 4288.0, 4289.0, 4268.0, 4297.0, 4259.0, 4321.0, 4290.0, 4299.0, 4290.0, 4256.0, 4299.0, 4258.0, 4309.0, 4291.0, 4319.0, 4290.0, 4268.0, 4288.0, 4259.0, 4299.0, 4290.0, 4308.0, 4290.0, 4269.0, 4289.0, 4260.0, 4299.0, 4291.0, 4308.0, 4290.0, 4290.0, 4302.0, 4270.0, 4311.0, 4290.0, 4298.0, 4290.0, 4289.0, 4288.0, 4270.0, 4299.0, 4270.0, 4298.0, 4279.0, 4298.0, 4290.0, 4287.0, 4289.0, 4269.0, 4299.0, 4260.0, 4300.0, 4269.0, 4295.0, 4279.0, 4305.0, 4270.0, 4215.0, 4254.0, 4214.0, 4275.0, 4255.0, 4278.0, 4270.0, 4268.0, 4315.0, 4283.0, 4323.0, 4292.0, 4321.0, 4291.0, 4288.0, 4279.0, 4259.0, 4312.0, 4273.0, 4310.0, 4302.0, 4320.0, 4302.0, 4283.0, 4313.0, 4284.0, 4333.0, 4302.0, 4322.0, 4302.0, 4311.0, 4302.0, 4309.0, 4291.0, 4289.0, 4301.0, 4268.0, 4312.0, 4269.0, 4311.0, 4270.0, 4311.0, 4291.0, 4321.0, 4293.0, 4312.0, 4303.0, 4304.0, 4315.0, 4293.0, 4325.0, 4283.0, 4314.0, 4293.0, 4311.0, 4292.0, 4321.0, 4304.0, 4321.0, 4292.0, 4320.0, 4291.0, 4299.0, 4292.0, 4291.0, 4313.0, 4282.0, 4311.0, 4271.0, 4311.0, 4280.0, 4311.0, 4302.0, 4321.0, 4302.0, 4311.0, 4292.0, 4300.0, 4291.0, 4299.0, 4292.0, 4301.0, 4301.0, 4280.0, 4312.0, 4270.0, 4300.0, 4259.0, 4309.0, 4259.0, 4309.0, 4279.0, 4309.0, 4290.0, 4310.0, 4291.0, 4297.0, 4289.0, 4309.0, 4290.0, 4279.0, 4291.0, 4268.0, 4300.0, 4268.0, 4310.0, 4258.0, 4320.0, 4268.0, 4308.0, 4282.0, 4285.0, 4253.0, 4326.0, 4304.0, 4299.0, 4280.0, 4289.0, 4280.0, 4260.0, 4274.0, 4285.0, 4326.0, 4283.0, 4310.0, 4290.0, 4309.0, 4291.0, 4288.0, 4290.0, 4257.0, 4290.0, 4259.0, 4299.0, 4259.0, 4309.0, 4269.0, 4310.0, 4289.0, 4299.0, 4280.0, 4308.0, 4289.0, 4299.0, 4290.0, 4269.0, 4300.0, 4269.0, 4300.0, 4259.0, 4310.0, 4280.0, 4311.0, 4293.0, 4309.0, 4291.0, 4310.0, 4304.0, 4322.0, 4292.0, 4290.0, 4302.0, 4279.0, 4300.0, 4269.0, 4311.0, 4271.0, 4310.0, 4292.0, 4310.0, 4291.0, 4310.0, 4292.0, 4299.0, 4300.0, 4269.0, 4300.0, 4268.0, 4300.0, 4257.0, 4300.0, 4269.0, 4309.0, 4290.0, 4310.0, 4289.0, 4290.0, 4290.0, 4270.0, 4312.0, 4282.0, 4310.0, 4291.0, 4300.0, 4292.0, 4310.0, 4291.0, 4279.0, 4290.0, 4268.0, 4289.0, 4268.0, 4298.0, 4256.0, 4308.0, 4257.0, 4298.0, 4278.0, 4297.0, 4279.0, 4297.0, 4280.0, 4308.0, 4289.0, 4287.0, 4277.0, 4276.0, 4289.0, 4268.0, 4300.0, 4259.0, 4310.0, 4291.0, 4310.0, 4291.0, 4298.0, 4291.0, 4299.0, 4290.0, 4269.0, 4300.0, 4270.0, 4299.0, 4258.0, 4299.0, 4269.0, 4308.0, 4289.0, 4308.0, 4291.0, 4298.0, 4290.0, 4279.0, 4289.0, 4259.0, 4310.0, 4281.0, 4309.0, 4292.0, 4298.0, 4289.0, 4300.0, 4290.0, 4280.0, 4300.0, 4270.0, 4310.0, 4280.0, 4308.0, 4292.0, 4309.0, 4291.0, 4290.0, 4290.0, 4269.0, 4299.0, 4258.0, 4309.0, 4281.0, 4308.0, 4290.0, 4310.0, 4289.0, 4288.0, 4290.0, 4269.0, 4310.0, 4290.0, 4310.0, 4291.0, 4309.0, 4292.0, 4280.0, 4301.0, 4281.0, 4311.0, 4289.0, 4311.0, 4291.0, 4309.0, 4291.0, 4290.0, 4290.0, 4269.0, 4300.0, 4257.0, 4309.0, 4280.0, 4310.0, 4292.0, 4289.0, 4290.0, 4268.0, 4290.0, 4259.0, 4310.0, 4290.0, 4310.0, 4302.0, 4310.0, 4292.0, 4299.0, 4291.0, 4279.0, 4300.0, 4271.0, 4310.0, 4280.0, 4309.0, 4290.0, 4309.0, 4291.0, 4299.0, 4290.0, 4279.0, 4289.0, 4268.0, 4301.0, 4270.0, 4311.0, 4280.0, 4310.0, 4292.0, 4299.0, 4290.0, 4310.0, 4290.0, 4269.0, 4300.0, 4269.0, 4299.0, 4269.0, 4309.0, 4260.0, 4310.0, 4279.0, 4299.0, 4289.0, 4298.0, 4290.0, 4298.0, 4291.0, 4290.0, 4289.0, 4280.0, 4300.0, 4270.0, 4301.0, 4270.0, 4311.0, 4281.0, 4309.0, 4290.0, 4309.0, 4290.0, 4309.0, 4292.0, 4320.0, 4290.0, 4289.0, 4291.0, 4269.0, 4300.0, 4270.0, 4310.0, 4270.0, 4310.0, 4291.0, 4310.0, 4291.0, 4309.0, 4291.0, 4291.0, 4292.0, 4270.0, 4311.0, 4281.0, 4311.0, 4290.0, 4308.0, 4290.0, 4309.0, 4290.0, 4269.0, 4300.0, 4269.0, 4310.0, 4268.0, 4311.0, 4291.0, 4310.0, 4292.0, 4301.0, 4291.0, 4289.0, 4290.0, 4278.0, 4289.0, 4258.0, 4309.0, 4280.0, 4299.0, 4300.0, 4309.0, 4291.0, 4300.0, 4290.0, 4269.0, 4300.0, 4270.0, 4311.0, 4290.0, 4320.0, 4292.0, 4309.0, 4290.0, 4278.0, 4289.0, 4270.0, 4311.0, 4280.0, 4311.0, 4290.0, 4299.0, 4291.0, 4269.0, 4302.0, 4281.0, 4322.0, 4302.0, 4310.0, 4302.0, 4310.0, 4290.0, 4281.0, 4301.0, 4269.0, 4311.0, 4291.0, 4311.0, 4291.0, 4309.0, 4292.0, 4290.0, 4300.0, 4269.0, 4300.0, 4270.0, 4299.0, 4279.0, 4309.0, 4301.0, 4311.0, 4291.0, 4290.0, 4291.0, 4279.0, 4300.0, 4269.0, 4301.0, 4271.0, 4310.0, 4290.0, 4299.0, 4292.0, 4309.0, 4291.0, 4289.0, 4291.0, 4270.0, 4301.0, 4270.0, 4311.0, 4282.0, 4310.0, 4291.0, 4310.0, 4291.0, 4310.0, 4291.0, 4279.0, 4300.0, 4271.0, 4311.0, 4270.0, 4311.0, 4292.0, 4310.0, 4291.0, 4299.0, 4291.0, 4309.0, 4293.0, 4272.0, 4312.0, 4271.0, 4310.0, 4291.0, 4310.0, 4302.0, 4322.0, 4293.0, 4290.0, 4291.0, 4280.0, 4300.0, 4268.0, 4298.0, 4268.0, 4309.0, 4257.0, 4299.0, 4279.0, 4299.0, 4289.0, 4309.0, 4290.0, 4298.0, 4289.0, 4268.0, 4289.0, 4257.0, 4289.0, 4258.0, 4310.0, 4279.0, 4309.0, 4290.0, 4298.0, 4279.0, 4297.0, 4280.0, 4298.0, 4279.0, 4270.0, 4300.0, 4269.0, 4299.0, 4280.0, 4309.0, 4290.0, 4309.0, 4291.0, 4280.0, 4290.0, 4270.0, 4301.0], 'WindowWidth': [9665.0, 9608.0, 9558.0, 9568.0, 9484.0, 9537.0, 9452.0, 9525.0, 9470.0, 9522.0, 9497.0, 9523.0, 9500.0, 9524.0, 9486.0, 9498.0, 9487.0, 9482.0, 9513.0, 9458.0, 9541.0, 9462.0, 9526.0, 9488.0, 9523.0, 9483.0, 9520.0, 9500.0, 9523.0, 9500.0, 9484.0, 9497.0, 9468.0, 9514.0, 9452.0, 9541.0, 9488.0, 9528.0, 9503.0, 9526.0, 9499.0, 9538.0, 9517.0, 9536.0, 9500.0, 9499.0, 9501.0, 9478.0, 9506.0, 9467.0, 9540.0, 9454.0, 9540.0, 9471.0, 9538.0, 9499.0, 9522.0, 9513.0, 9538.0, 9513.0, 9510.0, 9499.0, 9479.0, 9497.0, 9480.0, 9525.0, 9457.0, 9528.0, 9461.0, 9529.0, 9487.0, 9539.0, 9521.0, 9559.0, 9521.0, 9517.0, 9504.0, 9500.0, 9499.0, 9482.0, 9527.0, 9456.0, 9540.0, 9444.0, 9525.0, 9470.0, 9518.0, 9500.0, 9536.0, 9512.0, 9525.0, 9503.0, 9511.0, 9499.0, 9509.0, 9498.0, 9468.0, 9511.0, 9446.0, 9528.0, 9457.0, 9527.0, 9457.0, 9541.0, 9486.0, 9538.0, 9507.0, 9526.0, 9498.0, 9521.0, 9500.0, 9535.0, 9514.0, 9496.0, 9497.0, 9481.0, 9499.0, 9478.0, 9523.0, 9455.0, 9538.0, 9457.0, 9522.0, 9428.0, 9524.0, 9486.0, 9541.0, 9518.0, 9543.0, 9501.0, 9525.0, 9501.0, 9524.0, 9516.0, 9501.0, 9520.0, 9474.0, 9520.0, 9460.0, 9531.0, 9459.0, 9539.0, 9483.0, 9524.0, 9483.0, 9519.0, 9493.0, 9521.0, 9516.0, 9525.0, 9500.0, 9465.0, 9496.0, 9442.0, 9511.0, 9441.0, 9543.0, 9469.0, 9541.0, 9501.0, 9538.0, 9501.0, 9521.0, 9480.0, 9516.0, 9482.0, 9504.0, 9479.0, 9477.0, 9477.0, 9459.0, 9491.0, 9433.0, 9519.0, 9452.0, 9515.0, 9484.0, 9502.0, 9482.0, 9518.0, 9501.0, 9524.0, 9498.0, 9478.0, 9483.0, 9463.0, 9478.0, 9458.0, 9501.0, 9434.0, 9517.0, 9440.0, 9517.0, 9467.0, 9505.0, 9498.0, 9519.0, 9497.0, 9468.0, 9479.0, 9453.0, 9510.0, 9442.0, 9541.0, 9516.0, 9541.0, 9502.0, 9524.0, 9500.0, 9492.0, 9501.0, 9457.0, 9511.0, 9459.0, 9521.0, 9456.0, 9536.0, 9510.0, 9536.0, 9499.0, 9505.0, 9483.0, 9478.0, 9495.0, 9453.0, 9525.0, 9454.0, 9522.0, 9480.0, 9515.0, 9478.0, 9513.0, 9494.0, 9515.0, 9478.0, 9484.0, 9472.0, 9457.0, 9471.0, 9427.0, 9502.0, 9435.0, 9515.0, 9466.0, 9503.0, 9476.0, 9500.0, 9492.0, 9477.0, 9494.0, 9448.0, 9508.0, 9461.0, 9497.0, 9431.0, 9563.0, 9530.0, 9478.0, 9399.0, 9410.0, 9432.0, 9387.0, 9461.0, 9448.0, 9525.0, 9448.0, 9570.0, 9548.0, 9547.0, 9503.0, 9456.0, 9521.0, 9482.0, 9492.0, 9500.0, 9459.0, 9530.0, 9478.0, 9546.0, 9506.0, 9528.0, 9499.0, 9475.0, 9476.0, 9449.0, 9528.0, 9458.0, 9523.0, 9489.0, 9525.0, 9487.0, 9506.0, 9496.0, 9465.0, 9493.0, 9441.0, 9521.0, 9471.0, 9522.0, 9487.0, 9525.0, 9503.0, 9522.0, 9484.0, 9486.0, 9477.0, 9471.0, 9476.0, 9446.0, 9505.0, 9430.0, 9495.0, 9434.0, 9498.0, 9461.0, 9500.0, 9478.0, 9519.0, 9478.0, 9474.0, 9477.0, 9456.0, 9480.0, 9459.0, 9505.0, 9445.0, 9517.0, 9451.0, 9503.0, 9450.0, 9501.0, 9466.0, 9512.0, 9476.0, 9501.0, 9477.0, 9483.0, 9477.0, 9488.0, 9480.0, 9501.0, 9484.0, 9502.0, 9480.0, 9473.0, 9477.0, 9460.0, 9476.0, 9450.0, 9506.0, 9437.0, 9509.0, 9467.0, 9507.0, 9480.0, 9505.0, 9497.0, 9521.0, 9496.0, 9504.0, 9481.0, 9471.0, 9477.0, 9464.0, 9508.0, 9435.0, 9507.0, 9453.0, 9502.0, 9431.0, 9500.0, 9446.0, 9502.0, 9475.0, 9503.0, 9467.0, 9496.0, 9463.0, 9472.0, 9478.0, 9450.0, 9490.0, 9455.0, 9510.0, 9453.0, 9521.0, 9498.0, 9525.0, 9487.0, 9520.0, 9481.0, 9499.0, 9481.0, 9503.0, 9479.0, 9472.0, 9480.0, 9463.0, 9480.0, 9454.0, 9475.0, 9444.0, 9491.0, 9449.0, 9505.0, 9455.0, 9505.0, 9485.0, 9508.0, 9484.0, 9509.0, 9500.0, 9521.0, 9490.0, 9524.0, 9481.0, 9506.0, 9483.0, 9518.0, 9496.0, 9473.0, 9491.0, 9447.0, 9490.0, 9447.0, 9494.0, 9449.0, 9524.0, 9486.0, 9522.0, 9499.0, 9507.0, 9484.0, 9505.0, 9482.0, 9519.0, 9483.0, 9516.0, 9481.0, 9506.0, 9484.0, 9490.0, 9482.0, 9471.0, 9476.0, 9448.0, 9492.0, 9455.0, 9491.0, 9465.0, 9508.0, 9499.0, 9524.0, 9500.0, 9494.0, 9489.0, 9490.0, 9485.0, 9479.0, 9497.0, 9464.0, 9510.0, 9466.0, 9496.0, 9447.0, 9493.0, 9442.0, 9508.0, 9433.0, 9519.0, 9482.0, 9507.0, 9484.0, 9490.0, 9482.0, 9507.0, 9500.0, 9492.0, 9495.0, 9468.0, 9500.0, 9452.0, 9507.0, 9452.0, 9525.0, 9480.0, 9520.0, 9481.0, 9502.0, 9476.0, 9500.0, 9478.0, 9502.0, 9476.0, 9440.0, 9468.0, 9432.0, 9484.0, 9427.0, 9496.0, 9462.0, 9499.0, 9475.0, 9501.0, 9459.0, 9453.0, 9472.0, 9428.0, 9488.0, 9442.0, 9499.0, 9475.0, 9502.0, 9478.0, 9494.0, 9476.0, 9502.0, 9473.0, 9454.0, 9477.0, 9441.0, 9474.0, 9426.0, 9484.0, 9414.0, 9512.0, 9455.0, 9481.0, 9472.0, 9485.0, 9477.0, 9501.0, 9480.0, 9476.0, 9476.0, 9449.0, 9492.0, 9450.0, 9497.0, 9447.0, 9503.0, 9449.0, 9502.0, 9479.0, 9487.0, 9478.0, 9485.0, 9477.0, 9502.0, 9476.0, 9474.0, 9475.0, 9450.0, 9492.0, 9468.0, 9502.0, 9487.0, 9496.0, 9495.0, 9469.0, 9513.0, 9455.0, 9522.0, 9486.0, 9523.0, 9495.0, 9504.0, 9480.0, 9470.0, 9476.0, 9443.0, 9487.0, 9432.0, 9501.0, 9479.0, 9502.0, 9482.0, 9488.0, 9461.0, 9449.0, 9507.0, 9466.0, 9509.0, 9486.0, 9489.0, 9479.0, 9464.0, 9493.0, 9434.0, 9501.0, 9477.0, 9500.0, 9477.0, 9490.0, 9480.0, 9444.0, 9491.0, 9447.0, 9483.0, 9461.0, 9501.0, 9475.0, 9459.0, 9476.0, 9448.0, 9487.0, 9450.0, 9505.0, 9480.0, 9503.0, 9481.0, 9486.0, 9477.0, 9444.0, 9477.0, 9441.0, 9527.0, 9481.0, 9507.0, 9483.0, 9490.0, 9479.0, 9463.0, 9480.0, 9457.0, 9531.0, 9505.0, 9522.0, 9498.0, 9478.0, 9482.0, 9453.0, 9522.0, 9452.0, 9506.0, 9477.0, 9517.0, 9481.0, 9488.0, 9479.0, 9441.0, 9486.0, 9443.0, 9484.0, 9478.0, 9504.0, 9478.0, 9461.0, 9494.0, 9450.0, 9488.0, 9461.0, 9500.0, 9474.0, 9470.0, 9472.0, 9442.0, 9481.0, 9433.0, 9519.0, 9477.0, 9486.0, 9476.0, 9426.0, 9487.0, 9431.0, 9501.0, 9480.0, 9514.0, 9475.0, 9444.0, 9472.0, 9431.0, 9486.0, 9478.0, 9500.0, 9477.0, 9445.0, 9473.0, 9434.0, 9486.0, 9478.0, 9500.0, 9479.0, 9476.0, 9495.0, 9452.0, 9506.0, 9477.0, 9485.0, 9477.0, 9471.0, 9472.0, 9446.0, 9489.0, 9448.0, 9482.0, 9459.0, 9482.0, 9477.0, 9467.0, 9472.0, 9446.0, 9487.0, 9434.0, 9490.0, 9446.0, 9473.0, 9457.0, 9498.0, 9438.0, 9353.0, 9403.0, 9350.0, 9435.0, 9410.0, 9445.0, 9440.0, 9439.0, 9521.0, 9479.0, 9530.0, 9486.0, 9520.0, 9480.0, 9469.0, 9459.0, 9430.0, 9511.0, 9461.0, 9509.0, 9499.0, 9522.0, 9501.0, 9475.0, 9516.0, 9476.0, 9542.0, 9500.0, 9527.0, 9498.0, 9509.0, 9497.0, 9502.0, 9481.0, 9476.0, 9495.0, 9446.0, 9514.0, 9451.0, 9509.0, 9452.0, 9509.0, 9482.0, 9522.0, 9488.0, 9512.0, 9501.0, 9502.0, 9521.0, 9487.0, 9533.0, 9472.0, 9515.0, 9485.0, 9507.0, 9483.0, 9522.0, 9501.0, 9523.0, 9482.0, 9519.0, 9480.0, 9486.0, 9484.0, 9479.0, 9513.0, 9471.0, 9510.0, 9454.0, 9506.0, 9463.0, 9505.0, 9496.0, 9520.0, 9498.0, 9506.0, 9485.0, 9492.0, 9482.0, 9488.0, 9482.0, 9493.0, 9495.0, 9462.0, 9510.0, 9450.0, 9489.0, 9433.0, 9502.0, 9434.0, 9502.0, 9461.0, 9502.0, 9479.0, 9504.0, 9480.0, 9483.0, 9477.0, 9501.0, 9476.0, 9459.0, 9479.0, 9445.0, 9490.0, 9445.0, 9506.0, 9432.0, 9518.0, 9444.0, 9498.0, 9468.0, 9459.0, 9411.0, 9536.0, 9503.0, 9484.0, 9459.0, 9470.0, 9462.0, 9432.0, 9440.0, 9479.0, 9540.0, 9473.0, 9505.0, 9478.0, 9500.0, 9480.0, 9470.0, 9475.0, 9428.0, 9476.0, 9434.0, 9489.0, 9432.0, 9502.0, 9447.0, 9503.0, 9475.0, 9487.0, 9462.0, 9497.0, 9475.0, 9485.0, 9475.0, 9446.0, 9490.0, 9447.0, 9490.0, 9436.0, 9507.0, 9464.0, 9507.0, 9485.0, 9502.0, 9480.0, 9504.0, 9503.0, 9525.0, 9484.0, 9477.0, 9497.0, 9461.0, 9490.0, 9448.0, 9507.0, 9451.0, 9505.0, 9481.0, 9503.0, 9479.0, 9503.0, 9482.0, 9487.0, 9492.0, 9446.0, 9491.0, 9444.0, 9489.0, 9428.0, 9491.0, 9447.0, 9501.0, 9476.0, 9503.0, 9475.0, 9474.0, 9478.0, 9449.0, 9510.0, 9470.0, 9505.0, 9481.0, 9489.0, 9484.0, 9503.0, 9480.0, 9459.0, 9477.0, 9445.0, 9472.0, 9440.0, 9483.0, 9424.0, 9498.0, 9427.0, 9483.0, 9456.0, 9479.0, 9458.0, 9479.0, 9463.0, 9497.0, 9473.0, 9468.0, 9456.0, 9452.0, 9474.0, 9442.0, 9491.0, 9435.0, 9505.0, 9480.0, 9504.0, 9480.0, 9484.0, 9480.0, 9487.0, 9477.0, 9446.0, 9490.0, 9448.0, 9488.0, 9429.0, 9487.0, 9446.0, 9500.0, 9475.0, 9500.0, 9480.0, 9485.0, 9476.0, 9459.0, 9475.0, 9433.0, 9504.0, 9465.0, 9503.0, 9482.0, 9486.0, 9477.0, 9491.0, 9479.0, 9463.0, 9492.0, 9453.0, 9504.0, 9463.0, 9498.0, 9483.0, 9502.0, 9480.0, 9477.0, 9478.0, 9446.0, 9488.0, 9430.0, 9502.0, 9464.0, 9500.0, 9478.0, 9504.0, 9474.0, 9471.0, 9478.0, 9448.0, 9505.0, 9477.0, 9504.0, 9481.0, 9504.0, 9484.0, 9462.0, 9494.0, 9467.0, 9508.0, 9477.0, 9506.0, 9481.0, 9501.0, 9480.0, 9475.0, 9478.0, 9446.0, 9490.0, 9429.0, 9502.0, 9464.0, 9504.0, 9483.0, 9474.0, 9476.0, 9443.0, 9477.0, 9434.0, 9506.0, 9477.0, 9507.0, 9497.0, 9504.0, 9482.0, 9488.0, 9480.0, 9461.0, 9492.0, 9452.0, 9504.0, 9463.0, 9501.0, 9479.0, 9501.0, 9479.0, 9487.0, 9477.0, 9460.0, 9474.0, 9444.0, 9492.0, 9448.0, 9506.0, 9464.0, 9504.0, 9482.0, 9487.0, 9479.0, 9503.0, 9478.0, 9446.0, 9491.0, 9446.0, 9488.0, 9447.0, 9503.0, 9435.0, 9504.0, 9461.0, 9487.0, 9475.0, 9485.0, 9477.0, 9485.0, 9479.0, 9475.0, 9476.0, 9464.0, 9491.0, 9449.0, 9495.0, 9450.0, 9508.0, 9468.0, 9503.0, 9480.0, 9502.0, 9478.0, 9501.0, 9483.0, 9519.0, 9478.0, 9473.0, 9480.0, 9446.0, 9491.0, 9448.0, 9506.0, 9450.0, 9506.0, 9480.0, 9505.0, 9481.0, 9503.0, 9480.0, 9478.0, 9484.0, 9451.0, 9509.0, 9468.0, 9508.0, 9478.0, 9499.0, 9477.0, 9502.0, 9478.0, 9447.0, 9492.0, 9449.0, 9505.0, 9447.0, 9506.0, 9480.0, 9504.0, 9483.0, 9492.0, 9479.0, 9475.0, 9476.0, 9457.0, 9475.0, 9430.0, 9502.0, 9463.0, 9488.0, 9490.0, 9500.0, 9481.0, 9490.0, 9479.0, 9449.0, 9492.0, 9450.0, 9506.0, 9479.0, 9518.0, 9482.0, 9502.0, 9478.0, 9459.0, 9475.0, 9448.0, 9507.0, 9464.0, 9506.0, 9478.0, 9490.0, 9481.0, 9448.0, 9497.0, 9466.0, 9525.0, 9498.0, 9508.0, 9497.0, 9503.0, 9478.0, 9465.0, 9493.0, 9448.0, 9506.0, 9479.0, 9506.0, 9479.0, 9500.0, 9482.0, 9477.0, 9492.0, 9446.0, 9491.0, 9449.0, 9488.0, 9461.0, 9500.0, 9494.0, 9506.0, 9480.0, 9477.0, 9480.0, 9460.0, 9490.0, 9447.0, 9494.0, 9452.0, 9506.0, 9479.0, 9489.0, 9482.0, 9501.0, 9480.0, 9475.0, 9480.0, 9449.0, 9495.0, 9452.0, 9507.0, 9468.0, 9505.0, 9483.0, 9505.0, 9481.0, 9502.0, 9479.0, 9462.0, 9492.0, 9454.0, 9508.0, 9452.0, 9506.0, 9481.0, 9503.0, 9481.0, 9489.0, 9482.0, 9503.0, 9485.0, 9454.0, 9511.0, 9453.0, 9505.0, 9480.0, 9503.0, 9498.0, 9524.0, 9485.0, 9476.0, 9479.0, 9463.0, 9490.0, 9442.0, 9485.0, 9442.0, 9501.0, 9428.0, 9487.0, 9458.0, 9486.0, 9473.0, 9500.0, 9476.0, 9483.0, 9472.0, 9443.0, 9472.0, 9426.0, 9473.0, 9432.0, 9504.0, 9461.0, 9502.0, 9476.0, 9484.0, 9459.0, 9482.0, 9463.0, 9482.0, 9461.0, 9447.0, 9489.0, 9446.0, 9487.0, 9463.0, 9503.0, 9478.0, 9500.0, 9478.0, 9460.0, 9475.0, 9447.0, 9493.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.00210503164556962</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02649406178797468</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.57635867121142</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.246465433357086</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014131960007918</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4501</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5745.1079</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07904430592249148</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.4525316455696204</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.298508260527137</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2605237642867317</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.479504759065818</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1554962582288626</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0067281</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01558363065123558</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02106790617108345</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.056181993899948</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>38.6305</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0588</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.6729</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309233.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>722.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.3199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.2885</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3576.4783</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3768.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67311.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1302.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4647.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.9455</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.66455771145411</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> |