=== 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-0029 --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-0029",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0029_ses-04_task-fractional_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-0029_ses-04_task-fractional_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-0029_suffix-bold_task-fractional" 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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0029_suffix-bold_task-fractional" 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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0029_suffix-bold_task-fractional" 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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0029_suffix-bold_task-fractional" 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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_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-0029_suffix-bold_task-fractional" 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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_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-0029_suffix-bold_task-fractional" 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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0029_suffix-bold_task-fractional" 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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-fractional_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-0029/figures/sub-0029_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-fractional_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-0029/ses-04/func/sub-0029_ses-04_task-fractional_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>dbfa8a702899f15ed2d8e49f96d83738</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>11:10:8.995000</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.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</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-fractional_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.110857</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-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7760, -7247, 655, -33, -150, 51, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.446</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7114a265-e864-4fdd-aafc-547e62861142||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.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [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, 1322]</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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['111008.995000', '111009.455000', '111009.915000', '111010.375000', '111010.835000', '111011.295000', '111011.755000', '111012.215000', '111012.675000', '111013.135000', '111013.595000', '111014.055000', '111014.515000', '111014.975000', '111015.435000', '111015.895000', '111016.355000', '111016.815000', '111017.275000', '111017.735000', '111018.195000', '111018.655000', '111019.115000', '111019.575000', '111020.035000', '111020.495000', '111020.955000', '111021.415000', '111021.875000', '111022.335000', '111022.795000', '111023.255000', '111023.715000', '111024.175000', '111024.635000', '111025.095000', '111025.555000', '111026.015000', '111026.475000', '111026.935000', '111027.395000', '111027.855000', '111028.315000', '111028.775000', '111029.235000', '111029.695000', '111030.155000', '111030.615000', '111031.075000', '111031.535000', '111031.995000', '111032.455000', '111032.915000', '111033.375000', '111033.835000', '111034.295000', '111034.755000', '111035.215000', '111035.675000', '111036.135000', '111036.595000', '111037.055000', '111037.515000', '111037.975000', '111038.435000', '111038.895000', '111039.355000', '111039.815000', '111040.275000', '111040.735000', '111041.195000', '111041.655000', '111042.115000', '111042.575000', '111043.035000', '111043.495000', '111043.955000', '111044.415000', '111044.875000', '111045.335000', '111045.795000', '111046.255000', '111046.715000', '111047.175000', '111047.635000', '111048.095000', '111048.555000', '111049.015000', '111049.475000', '111049.935000', '111050.395000', '111050.855000', '111051.315000', '111051.775000', '111052.235000', '111052.695000', '111053.155000', '111053.615000', '111054.075000', '111054.535000', '111054.995000', '111055.455000', '111055.915000', '111056.375000', '111056.835000', '111057.295000', '111057.755000', '111058.215000', '111058.675000', '111059.135000', '111059.595000', '111100.055000', '111100.515000', '111100.975000', '111101.435000', '111101.895000', '111102.355000', '111102.815000', '111103.275000', '111103.735000', '111104.195000', '111104.655000', '111105.115000', '111105.575000', '111106.035000', '111106.495000', '111106.955000', '111107.415000', '111107.875000', '111108.335000', '111108.795000', '111109.255000', '111109.715000', '111110.175000', '111110.635000', '111111.095000', '111111.555000', '111112.015000', '111112.475000', '111112.935000', '111113.395000', '111113.855000', '111114.315000', '111114.775000', '111115.235000', '111115.695000', '111116.155000', '111116.615000', '111117.075000', '111117.535000', '111117.995000', '111118.455000', '111118.915000', '111119.375000', '111119.835000', '111120.295000', '111120.755000', '111121.215000', '111121.675000', '111122.135000', '111122.595000', '111123.055000', '111123.515000', '111123.975000', '111124.435000', '111124.895000', '111125.355000', '111125.815000', '111126.275000', '111126.735000', '111127.195000', '111127.655000', '111128.115000', '111128.575000', '111129.035000', '111129.495000', '111129.955000', '111130.415000', '111130.875000', '111131.335000', '111131.795000', '111132.255000', '111132.715000', '111133.175000', '111133.635000', '111134.095000', '111134.555000', '111135.015000', '111135.475000', '111135.935000', '111136.395000', '111136.855000', '111137.315000', '111137.775000', '111138.235000', '111138.695000', '111139.155000', '111139.615000', '111140.075000', '111140.535000', '111140.995000', '111141.455000', '111141.915000', '111142.375000', '111142.835000', '111143.295000', '111143.755000', '111144.215000', '111144.675000', '111145.135000', '111145.595000', '111146.055000', '111146.515000', '111146.975000', '111147.435000', '111147.895000', '111148.355000', '111148.815000', '111149.275000', '111149.735000', '111150.195000', '111150.655000', '111151.115000', '111151.575000', '111152.035000', '111152.495000', '111152.955000', '111153.415000', '111153.875000', '111154.335000', '111154.795000', '111155.255000', '111155.715000', '111156.175000', '111156.635000', '111157.095000', '111157.555000', '111158.015000', '111158.475000', '111158.935000', '111159.395000', '111159.855000', '111200.315000', '111200.775000', '111201.235000', '111201.695000', '111202.155000', '111202.615000', '111203.075000', '111203.535000', '111203.995000', '111204.455000', '111204.915000', '111205.375000', '111205.835000', '111206.295000', '111206.755000', '111207.215000', '111207.675000', '111208.135000', '111208.595000', '111209.055000', '111209.515000', '111209.975000', '111210.435000', '111210.895000', '111211.355000', '111211.815000', '111212.275000', '111212.735000', '111213.195000', '111213.655000', '111214.115000', '111214.575000', '111215.035000', '111215.495000', '111215.955000', '111216.415000', '111216.875000', '111217.335000', '111217.795000', '111218.255000', '111218.715000', '111219.175000', '111219.635000', '111220.095000', '111220.555000', '111221.015000', '111221.475000', '111221.935000', '111222.395000', '111222.855000', '111223.315000', '111223.775000', '111224.235000', '111224.695000', '111225.155000', '111225.615000', '111226.075000', '111226.535000', '111226.995000', '111227.455000', '111227.915000', '111228.375000', '111228.835000', '111229.295000', '111229.755000', '111230.215000', '111230.675000', '111231.135000', '111231.595000', '111232.055000', '111232.515000', '111232.975000', '111233.435000', '111233.895000', '111234.355000', '111234.815000', '111235.275000', '111235.735000', '111236.195000', '111236.655000', '111237.115000', '111237.575000', '111238.035000', '111238.495000', '111238.955000', '111239.415000', '111239.875000', '111240.335000', '111240.795000', '111241.255000', '111241.715000', '111242.175000', '111242.635000', '111243.095000', '111243.555000', '111244.015000', '111244.475000', '111244.935000', '111245.395000', '111245.855000', '111246.315000', '111246.775000', '111247.235000', '111247.695000', '111248.155000', '111248.615000', '111249.075000', '111249.535000', '111249.995000', '111250.455000', '111250.915000', '111251.375000', '111251.835000', '111252.295000', '111252.755000', '111253.215000', '111253.675000', '111254.135000', '111254.595000', '111255.055000', '111255.515000', '111255.975000', '111256.435000', '111256.895000', '111257.355000', '111257.815000', '111258.275000', '111258.735000', '111259.195000', '111259.655000', '111300.115000', '111300.575000', '111301.035000', '111301.495000', '111301.955000', '111302.415000', '111302.875000', '111303.335000', '111303.795000', '111304.255000', '111304.715000', '111305.175000', '111305.635000', '111306.095000', '111306.555000', '111307.015000', '111307.475000', '111307.935000', '111308.395000', '111308.855000', '111309.315000', '111309.775000', '111310.235000', '111310.695000', '111311.155000', '111311.615000', '111312.075000', '111312.535000', '111312.995000', '111313.455000', '111313.915000', '111314.375000', '111314.835000', '111315.295000', '111315.755000', '111316.215000', '111316.675000', '111317.135000', '111317.595000', '111318.055000', '111318.515000', '111318.975000', '111319.435000', '111319.895000', '111320.355000', '111320.815000', '111321.275000', '111321.735000', '111322.195000', '111322.655000', '111323.115000', '111323.575000', '111324.035000', '111324.495000', '111324.955000', '111325.415000', '111325.875000', '111326.335000', '111326.795000', '111327.255000', '111327.715000', '111328.175000', '111328.635000', '111329.095000', '111329.555000', '111330.015000', '111330.475000', '111330.935000', '111331.395000', '111331.855000', '111332.315000', '111332.775000', '111333.235000', '111333.695000', '111334.155000', '111334.615000', '111335.075000', '111335.535000', '111335.995000', '111336.455000', '111336.915000', '111337.375000', '111337.835000', '111338.295000', '111338.755000', '111339.215000', '111339.675000', '111340.135000', '111340.595000', '111341.055000', '111341.515000', '111341.975000', '111342.435000', '111342.895000', '111343.355000', '111343.815000', '111344.275000', '111344.735000', '111345.195000', '111345.655000', '111346.115000', '111346.575000', '111347.035000', '111347.495000', '111347.955000', '111348.415000', '111348.875000', '111349.335000', '111349.795000', '111350.255000', '111350.715000', '111351.175000', '111351.635000', '111352.095000', '111352.555000', '111353.015000', '111353.475000', '111353.935000', '111354.395000', '111354.855000', '111355.315000', '111355.775000', '111356.235000', '111356.695000', '111357.155000', '111357.615000', '111358.075000', '111358.535000', '111358.995000', '111359.455000', '111359.915000', '111400.375000', '111400.835000', '111401.295000', '111401.755000', '111402.215000', '111402.675000', '111403.135000', '111403.595000', '111404.055000', '111404.515000', '111404.975000', '111405.435000', '111405.895000', '111406.355000', '111406.815000', '111407.275000', '111407.735000', '111408.195000', '111408.655000', '111409.115000', '111409.575000', '111410.035000', '111410.495000', '111410.955000', '111411.415000', '111411.875000', '111412.335000', '111412.795000', '111413.255000', '111413.715000', '111414.175000', '111414.635000', '111415.095000', '111415.555000', '111416.015000', '111416.475000', '111416.935000', '111417.395000', '111417.855000', '111418.315000', '111418.775000', '111419.235000', '111419.695000', '111420.155000', '111420.615000', '111421.075000', '111421.535000', '111421.995000', '111422.455000', '111422.915000', '111423.375000', '111423.835000', '111424.295000', '111424.755000', '111425.215000', '111425.675000', '111426.135000', '111426.595000', '111427.055000', '111427.515000', '111427.975000', '111428.435000', '111428.895000', '111429.355000', '111429.815000', '111430.275000', '111430.735000', '111431.195000', '111431.655000', '111432.115000', '111432.575000', '111433.035000', '111433.495000', '111433.955000', '111434.415000', '111434.875000', '111435.335000', '111435.795000', '111436.255000', '111436.715000', '111437.175000', '111437.635000', '111438.095000', '111438.555000', '111439.015000', '111439.475000', '111439.935000', '111440.395000', '111440.855000', '111441.315000', '111441.775000', '111442.235000', '111442.695000', '111443.155000', '111443.615000', '111444.075000', '111444.535000', '111444.995000', '111445.455000', '111445.915000', '111446.375000', '111446.835000', '111447.295000', '111447.755000', '111448.215000', '111448.675000', '111449.135000', '111449.595000', '111450.055000', '111450.515000', '111450.975000', '111451.435000', '111451.895000', '111452.355000', '111452.815000', '111453.275000', '111453.735000', '111454.195000', '111454.655000', '111455.115000', '111455.575000', '111456.035000', '111456.495000', '111456.955000', '111457.415000', '111457.875000', '111458.335000', '111458.795000', '111459.255000', '111459.715000', '111500.175000', '111500.635000', '111501.095000', '111501.555000', '111502.015000', '111502.475000', '111502.935000', '111503.395000', '111503.855000', '111504.315000', '111504.775000', '111505.235000', '111505.695000', '111506.155000', '111506.615000', '111507.075000', '111507.535000', '111507.995000', '111508.455000', '111508.915000', '111509.375000', '111509.835000', '111510.295000', '111510.755000', '111511.215000', '111511.675000', '111512.135000', '111512.595000', '111513.055000', '111513.515000', '111513.975000', '111514.435000', '111514.895000', '111515.355000', '111515.815000', '111516.275000', '111516.735000', '111517.195000', '111517.655000', '111518.115000', '111518.575000', '111519.035000', '111519.495000', '111519.955000', '111520.415000', '111520.875000', '111521.335000', '111521.795000', '111522.255000', '111522.715000', '111523.175000', '111523.635000', '111524.095000', '111524.555000', '111525.015000', '111525.475000', '111525.935000', '111526.395000', '111526.855000', '111527.315000', '111527.775000', '111528.235000', '111528.695000', '111529.155000', '111529.615000', '111530.075000', '111530.535000', '111530.995000', '111531.455000', '111531.915000', '111532.375000', '111532.835000', '111533.295000', '111533.755000', '111534.215000', '111534.675000', '111535.135000', '111535.595000', '111536.055000', '111536.515000', '111536.975000', '111537.435000', '111537.895000', '111538.355000', '111538.815000', '111539.275000', '111539.735000', '111540.195000', '111540.655000', '111541.115000', '111541.575000', '111542.035000', '111542.495000', '111542.955000', '111543.415000', '111543.875000', '111544.335000', '111544.795000', '111545.255000', '111545.715000', '111546.175000', '111546.635000', '111547.095000', '111547.555000', '111548.015000', '111548.475000', '111548.935000', '111549.395000', '111549.855000', '111550.315000', '111550.775000', '111551.235000', '111551.695000', '111552.155000', '111552.615000', '111553.075000', '111553.535000', '111553.995000', '111554.455000', '111554.915000', '111555.375000', '111555.835000', '111556.295000', '111556.755000', '111557.215000', '111557.675000', '111558.135000', '111558.595000', '111559.055000', '111559.515000', '111559.975000', '111600.435000', '111600.895000', '111601.355000', '111601.815000', '111602.275000', '111602.735000', '111603.195000', '111603.655000', '111604.115000', '111604.575000', '111605.035000', '111605.495000', '111605.955000', '111606.415000', '111606.875000', '111607.335000', '111607.795000', '111608.255000', '111608.715000', '111609.175000', '111609.635000', '111610.095000', '111610.555000', '111611.015000', '111611.475000', '111611.935000', '111612.395000', '111612.855000', '111613.315000', '111613.775000', '111614.235000', '111614.695000', '111615.155000', '111615.615000', '111616.075000', '111616.535000', '111616.995000', '111617.455000', '111617.915000', '111618.375000', '111618.835000', '111619.295000', '111619.755000', '111620.215000', '111620.675000', '111621.135000', '111621.595000', '111622.055000', '111622.515000', '111622.975000', '111623.435000', '111623.895000', '111624.355000', '111624.815000', '111625.275000', '111625.735000', '111626.195000', '111626.655000', '111627.115000', '111627.575000', '111628.035000', '111628.495000', '111628.955000', '111629.415000', '111629.875000', '111630.335000', '111630.795000', '111631.255000', '111631.715000', '111632.175000', '111632.635000', '111633.095000', '111633.555000', '111634.015000', '111634.475000', '111634.935000', '111635.395000', '111635.855000', '111636.315000', '111636.775000', '111637.235000', '111637.695000', '111638.155000', '111638.615000', '111639.075000', '111639.535000', '111639.995000', '111640.455000', '111640.915000', '111641.375000', '111641.835000', '111642.295000', '111642.755000', '111643.215000', '111643.675000', '111644.135000', '111644.595000', '111645.055000', '111645.515000', '111645.975000', '111646.435000', '111646.895000', '111647.355000', '111647.815000', '111648.275000', '111648.735000', '111649.195000', '111649.655000', '111650.115000', '111650.575000', '111651.035000', '111651.495000', '111651.955000', '111652.415000', '111652.875000', '111653.335000', '111653.795000', '111654.255000', '111654.715000', '111655.175000', '111655.635000', '111656.095000', '111656.555000', '111657.015000', '111657.475000', '111657.935000', '111658.395000', '111658.855000', '111659.315000', '111659.775000', '111700.235000', '111700.695000', '111701.155000', '111701.615000', '111702.075000', '111702.535000', '111702.995000', '111703.455000', '111703.915000', '111704.375000', '111704.835000', '111705.295000', '111705.755000', '111706.215000', '111706.675000', '111707.135000', '111707.595000', '111708.055000', '111708.515000', '111708.975000', '111709.435000', '111709.895000', '111710.355000', '111710.815000', '111711.275000', '111711.735000', '111712.195000', '111712.655000', '111713.115000', '111713.575000', '111714.035000', '111714.495000', '111714.955000', '111715.415000', '111715.875000', '111716.335000', '111716.795000', '111717.255000', '111717.715000', '111718.175000', '111718.635000', '111719.095000', '111719.555000', '111720.015000', '111720.475000', '111720.935000', '111721.395000', '111721.855000', '111722.315000', '111722.775000', '111723.235000', '111723.695000', '111724.155000', '111724.615000', '111725.075000', '111725.535000', '111725.995000', '111726.455000', '111726.915000', '111727.375000', '111727.835000', '111728.295000', '111728.755000', '111729.215000', '111729.675000', '111730.135000', '111730.595000', '111731.055000', '111731.515000', '111731.975000', '111732.435000', '111732.895000', '111733.355000', '111733.815000', '111734.275000', '111734.735000', '111735.195000', '111735.655000', '111736.115000', '111736.575000', '111737.035000', '111737.495000', '111737.955000', '111738.415000', '111738.875000', '111739.335000', '111739.795000', '111740.255000', '111740.715000', '111741.175000', '111741.635000', '111742.095000', '111742.555000', '111743.015000', '111743.475000', '111743.935000', '111744.395000', '111744.855000', '111745.315000', '111745.775000', '111746.235000', '111746.695000', '111747.155000', '111747.615000', '111748.075000', '111748.535000', '111748.995000', '111749.455000', '111749.915000', '111750.375000', '111750.835000', '111751.295000', '111751.755000', '111752.215000', '111752.675000', '111753.135000', '111753.595000', '111754.055000', '111754.515000', '111754.975000', '111755.435000', '111755.895000', '111756.355000', '111756.815000', '111757.275000', '111757.735000', '111758.195000', '111758.655000', '111759.115000', '111759.575000', '111800.035000', '111800.495000', '111800.955000', '111801.415000', '111801.875000', '111802.335000', '111802.795000', '111803.255000', '111803.715000', '111804.175000', '111804.635000', '111805.095000', '111805.555000', '111806.015000', '111806.475000', '111806.935000', '111807.395000', '111807.855000', '111808.315000', '111808.775000', '111809.235000', '111809.695000', '111810.155000', '111810.615000', '111811.075000', '111811.535000', '111811.995000', '111812.455000', '111812.915000', '111813.375000', '111813.835000', '111814.295000', '111814.755000', '111815.215000', '111815.675000', '111816.135000', '111816.595000', '111817.055000', '111817.515000', '111817.975000', '111818.435000', '111818.895000', '111819.355000', '111819.815000', '111820.275000', '111820.735000', '111821.195000', '111821.655000', '111822.115000', '111822.575000', '111823.035000', '111823.495000', '111823.955000', '111824.415000', '111824.875000', '111825.335000', '111825.795000', '111826.255000', '111826.715000', '111827.175000', '111827.635000', '111828.095000', '111828.555000', '111829.015000', '111829.475000', '111829.935000', '111830.395000', '111830.855000', '111831.315000', '111831.775000', '111832.235000', '111832.695000', '111833.155000', '111833.615000', '111834.075000', '111834.535000', '111834.995000', '111835.455000', '111835.915000', '111836.375000', '111836.835000', '111837.295000', '111837.755000', '111838.215000', '111838.675000', '111839.135000', '111839.595000', '111840.055000', '111840.515000', '111840.975000', '111841.435000', '111841.895000', '111842.355000', '111842.815000', '111843.275000', '111843.735000', '111844.195000', '111844.655000', '111845.115000', '111845.575000', '111846.035000', '111846.495000', '111846.955000', '111847.415000', '111847.875000', '111848.335000', '111848.795000', '111849.255000', '111849.715000', '111850.175000', '111850.635000', '111851.095000', '111851.555000', '111852.015000', '111852.475000', '111852.935000', '111853.395000', '111853.855000', '111854.315000', '111854.775000', '111855.235000', '111855.695000', '111856.155000', '111856.615000', '111857.075000', '111857.535000', '111857.995000', '111858.455000', '111858.915000', '111859.375000', '111859.835000', '111900.295000', '111900.755000', '111901.215000', '111901.675000', '111902.135000', '111902.595000', '111903.055000', '111903.515000', '111903.975000', '111904.435000', '111904.895000', '111905.355000', '111905.815000', '111906.275000', '111906.735000', '111907.195000', '111907.655000', '111908.115000', '111908.575000', '111909.035000', '111909.495000', '111909.955000', '111910.415000', '111910.875000', '111911.335000', '111911.795000', '111912.255000', '111912.715000', '111913.175000', '111913.635000', '111914.095000', '111914.555000', '111915.015000', '111915.475000', '111915.935000', '111916.395000', '111916.855000', '111917.315000', '111917.775000', '111918.235000', '111918.695000', '111919.155000', '111919.615000', '111920.075000', '111920.535000', '111920.995000', '111921.455000', '111921.915000', '111922.375000', '111922.835000', '111923.295000', '111923.755000', '111924.215000', '111924.675000', '111925.135000', '111925.595000', '111926.055000', '111926.515000', '111926.975000', '111927.435000', '111927.895000', '111928.355000', '111928.815000', '111929.275000', '111929.735000', '111930.195000', '111930.655000', '111931.115000', '111931.575000', '111932.035000', '111932.495000', '111932.955000', '111933.415000', '111933.875000', '111934.335000', '111934.795000', '111935.255000', '111935.715000', '111936.175000', '111936.635000', '111937.095000', '111937.555000', '111938.015000', '111938.475000', '111938.935000', '111939.395000', '111939.855000', '111940.315000', '111940.775000', '111941.235000', '111941.695000', '111942.155000', '111942.615000', '111943.075000', '111943.535000', '111943.995000', '111944.455000', '111944.915000', '111945.375000', '111945.835000', '111946.295000', '111946.755000', '111947.215000', '111947.675000', '111948.135000', '111948.595000', '111949.055000', '111949.515000', '111949.975000', '111950.435000', '111950.895000', '111951.355000', '111951.815000', '111952.275000', '111952.735000', '111953.195000', '111953.655000', '111954.115000', '111954.575000', '111955.035000', '111955.495000', '111955.955000', '111956.415000', '111956.875000', '111957.335000', '111957.795000', '111958.255000', '111958.715000', '111959.175000', '111959.635000', '112000.095000', '112000.555000', '112001.015000', '112001.475000', '112001.935000', '112002.395000', '112002.855000', '112003.315000', '112003.775000', '112004.235000', '112004.695000', '112005.155000', '112005.615000', '112006.075000', '112006.535000', '112006.995000', '112007.455000', '112007.915000', '112008.375000', '112008.835000', '112009.295000', '112009.755000', '112010.215000', '112010.675000', '112011.135000', '112011.595000', '112012.055000', '112012.515000', '112012.975000', '112013.435000', '112013.895000', '112014.355000', '112014.815000', '112015.275000', '112015.735000', '112016.195000', '112016.655000'], 'ContentTime': ['111029.937000', '111029.941000', '111029.944000', '111029.947000', '111029.949000', '111029.957000', '111029.960000', '111029.963000', '111029.966000', '111029.969000', '111029.971000', '111029.974000', '111029.977000', '111029.980000', '111029.983000', '111029.986000', '111029.989000', '111029.991000', '111029.994000', '111029.998000', '111030.002000', '111030.005000', '111030.008000', '111030.011000', '111030.014000', '111030.016000', '111030.019000', '111030.022000', '111030.025000', '111030.028000', '111030.031000', '111030.034000', '111030.036000', '111030.039000', '111030.042000', '111030.045000', '111030.048000', '111030.050000', '111030.053000', '111030.056000', '111030.059000', '111030.073000', '111030.092000', '111030.095000', '111049.904000', '111049.907000', '111049.910000', '111049.913000', '111049.915000', '111049.918000', '111049.921000', '111049.924000', '111049.927000', '111049.930000', '111049.932000', '111049.935000', '111049.938000', '111049.941000', '111049.944000', '111049.947000', '111049.950000', '111049.952000', '111049.955000', '111049.958000', '111049.961000', '111049.964000', '111049.967000', '111049.970000', '111049.972000', '111049.975000', '111049.978000', '111049.981000', '111049.984000', '111049.987000', '111049.990000', '111049.992000', '111049.995000', '111049.998000', '111050.002000', '111050.005000', '111050.008000', '111050.010000', '111050.013000', '111050.016000', '111050.019000', '111050.022000', '111050.025000', '111050.027000', '111109.904000', '111109.907000', '111109.910000', '111109.913000', '111109.915000', '111109.918000', '111109.921000', '111109.924000', '111109.927000', '111109.930000', '111109.933000', '111109.935000', '111109.938000', '111109.941000', '111109.944000', '111109.947000', '111109.950000', '111109.952000', '111109.955000', '111109.958000', '111109.961000', '111109.964000', '111109.967000', '111109.969000', '111109.977000', '111109.980000', '111109.983000', '111109.985000', '111109.988000', '111109.991000', '111109.994000', '111109.997000', '111110.001000', '111110.003000', '111110.006000', '111110.009000', '111110.012000', '111110.015000', '111110.018000', '111110.021000', '111110.023000', '111110.026000', '111110.029000', '111129.904000', '111129.907000', '111129.910000', '111129.912000', '111129.915000', '111129.918000', '111129.921000', '111129.924000', '111129.927000', '111129.930000', '111129.932000', '111129.935000', '111129.938000', '111129.941000', '111129.944000', '111129.947000', '111129.949000', '111129.952000', '111129.955000', '111129.958000', '111129.961000', '111129.964000', '111129.966000', '111129.969000', '111129.972000', '111129.975000', '111129.978000', '111129.981000', '111129.984000', '111129.986000', '111129.989000', '111129.992000', '111129.995000', '111129.998000', '111130.002000', '111130.005000', '111130.007000', '111130.010000', '111130.013000', '111130.016000', '111130.019000', '111130.022000', '111130.025000', '111130.027000', '111149.904000', '111149.907000', '111149.910000', '111149.913000', '111149.916000', '111149.918000', '111149.921000', '111149.924000', '111149.927000', '111149.930000', '111149.933000', '111149.935000', '111149.938000', '111149.941000', '111149.944000', '111149.947000', '111149.950000', '111149.953000', '111149.955000', '111149.958000', '111149.961000', '111149.964000', '111149.967000', '111149.970000', '111149.973000', '111149.975000', '111149.978000', '111149.981000', '111149.984000', '111149.987000', '111149.989000', '111149.992000', '111149.995000', '111149.998000', '111150.011000', '111150.013000', '111150.016000', '111150.019000', '111150.022000', '111150.025000', '111150.028000', '111150.031000', '111150.033000', '111209.905000', '111209.908000', '111209.911000', '111209.914000', '111209.916000', '111209.919000', '111209.922000', '111209.925000', '111209.928000', '111209.931000', '111209.934000', '111209.937000', '111209.939000', '111209.942000', '111209.945000', '111209.948000', '111209.951000', '111209.954000', '111209.957000', '111209.959000', '111209.962000', '111209.965000', '111209.968000', '111209.971000', '111209.974000', '111209.977000', '111209.979000', '111209.989000', '111209.992000', '111209.995000', '111209.997000', '111210.001000', '111210.004000', '111210.007000', '111210.010000', '111210.013000', '111210.016000', '111210.019000', '111210.022000', '111210.024000', '111210.027000', '111210.030000', '111210.033000', '111210.036000', '111229.904000', '111229.907000', '111229.910000', '111229.913000', '111229.916000', '111229.918000', '111229.921000', '111229.924000', '111229.927000', '111229.930000', '111229.933000', '111229.936000', '111229.938000', '111229.941000', '111229.944000', '111229.947000', '111229.950000', '111229.953000', '111229.956000', '111229.958000', '111229.961000', '111229.964000', '111229.967000', '111229.970000', '111229.973000', '111229.976000', '111229.978000', '111229.981000', '111229.984000', '111229.987000', '111229.990000', '111229.993000', '111229.995000', '111229.998000', '111230.002000', '111230.005000', '111230.008000', '111230.011000', '111230.014000', '111230.017000', '111230.019000', '111230.022000', '111230.025000', '111249.904000', '111249.907000', '111249.910000', '111249.913000', '111249.915000', '111249.918000', '111249.921000', '111249.924000', '111249.934000', '111249.937000', '111249.940000', '111249.943000', '111249.946000', '111249.949000', '111249.951000', '111249.954000', '111249.957000', '111249.960000', '111249.963000', '111249.966000', '111249.969000', '111249.971000', '111249.974000', '111249.977000', '111249.980000', '111249.983000', '111249.986000', '111249.989000', '111249.991000', '111249.994000', '111249.997000', '111250.001000', '111250.004000', '111250.007000', '111250.010000', '111250.013000', '111250.015000', '111250.018000', '111250.021000', '111250.024000', '111250.027000', '111250.030000', '111250.032000', '111309.904000', '111309.907000', '111309.910000', '111309.913000', '111309.916000', '111309.918000', '111309.921000', '111309.924000', '111309.927000', '111309.930000', '111309.933000', '111309.936000', '111309.938000', '111309.941000', '111309.944000', '111309.947000', '111309.950000', '111309.953000', '111309.955000', '111309.958000', '111309.961000', '111309.964000', '111309.967000', '111309.970000', '111309.973000', '111309.976000', '111309.978000', '111309.981000', '111309.984000', '111309.987000', '111309.990000', '111309.993000', '111309.996000', '111309.998000', '111310.002000', '111310.005000', '111310.008000', '111310.011000', '111310.014000', '111310.017000', '111310.019000', '111310.022000', '111310.025000', '111310.028000', '111329.904000', '111329.907000', '111329.910000', '111329.913000', '111329.915000', '111329.918000', '111329.921000', '111329.924000', '111329.928000', '111329.931000', '111329.942000', '111329.945000', '111329.948000', '111329.951000', '111329.954000', '111329.956000', '111329.959000', '111329.962000', '111329.965000', '111329.968000', '111329.971000', '111329.974000', '111329.977000', '111329.979000', '111329.982000', '111329.985000', '111329.988000', '111329.991000', '111329.994000', '111329.996000', '111330.000000', '111330.003000', '111330.006000', '111330.009000', '111330.012000', '111330.015000', '111330.017000', '111330.020000', '111330.023000', '111330.026000', '111330.029000', '111330.032000', '111330.035000', '111349.904000', '111349.907000', '111349.910000', '111349.913000', '111349.915000', '111349.918000', '111349.921000', '111349.924000', '111349.927000', '111349.930000', '111349.933000', '111349.935000', '111349.938000', '111349.941000', '111349.944000', '111349.947000', '111349.950000', '111349.952000', '111349.955000', '111349.958000', '111349.961000', '111349.964000', '111349.967000', '111349.970000', '111349.973000', '111349.975000', '111349.978000', '111349.981000', '111349.984000', '111349.987000', '111349.990000', '111349.993000', '111350.007000', '111350.010000', '111350.013000', '111350.016000', '111350.019000', '111350.022000', '111350.025000', '111350.027000', '111350.030000', '111350.033000', '111350.036000', '111350.039000', '111409.904000', '111409.907000', '111409.910000', '111409.913000', '111409.916000', '111409.919000', '111409.922000', '111409.924000', '111409.927000', '111409.930000', '111409.933000', '111409.936000', '111409.939000', '111409.942000', '111409.945000', '111409.949000', '111409.952000', '111409.955000', '111409.958000', '111409.961000', '111409.964000', '111409.967000', '111409.969000', '111409.972000', '111409.975000', '111409.978000', '111409.981000', '111409.984000', '111409.986000', '111409.989000', '111409.992000', '111409.995000', '111409.998000', '111410.002000', '111410.005000', '111410.007000', '111410.010000', '111410.013000', '111410.016000', '111410.019000', '111410.022000', '111410.025000', '111410.027000', '111429.905000', '111429.908000', '111429.911000', '111429.914000', '111429.917000', '111429.920000', '111429.922000', '111429.925000', '111429.928000', '111429.931000', '111429.934000', '111429.937000', '111429.939000', '111429.942000', '111429.945000', '111429.948000', '111429.951000', '111429.954000', '111429.957000', '111429.960000', '111429.962000', '111429.965000', '111429.968000', '111429.971000', '111429.974000', '111429.976000', '111429.979000', '111429.982000', '111429.985000', '111429.988000', '111429.991000', '111429.994000', '111429.997000', '111430.000000', '111430.003000', '111430.006000', '111430.009000', '111430.012000', '111430.015000', '111430.017000', '111430.020000', '111430.023000', '111430.026000', '111430.029000', '111449.904000', '111449.907000', '111449.910000', '111449.913000', '111449.916000', '111449.918000', '111449.921000', '111449.924000', '111449.927000', '111449.930000', '111449.933000', '111449.936000', '111449.938000', '111449.941000', '111449.944000', '111449.947000', '111449.950000', '111449.953000', '111449.956000', '111449.959000', '111449.962000', '111449.965000', '111449.967000', '111449.970000', '111449.973000', '111449.976000', '111449.979000', '111449.982000', '111449.985000', '111449.988000', '111449.991000', '111449.993000', '111449.996000', '111450.000000', '111450.003000', '111450.006000', '111450.009000', '111450.012000', '111450.014000', '111450.017000', '111450.020000', '111450.023000', '111450.026000', '111509.905000', '111509.909000', '111509.911000', '111509.914000', '111509.917000', '111509.920000', '111509.923000', '111509.926000', '111509.929000', '111509.932000', '111509.935000', '111509.938000', '111509.941000', '111509.943000', '111509.946000', '111509.949000', '111509.952000', '111509.955000', '111509.958000', '111509.961000', '111509.963000', '111509.966000', '111509.969000', '111509.972000', '111509.975000', '111509.978000', '111509.981000', '111509.984000', '111509.986000', '111509.989000', '111509.992000', '111509.995000', '111509.998000', '111510.002000', '111510.005000', '111510.008000', '111510.010000', '111510.013000', '111510.016000', '111510.019000', '111510.022000', '111510.025000', '111510.028000', '111510.030000', '111529.904000', '111529.907000', '111529.911000', '111529.914000', '111529.917000', '111529.920000', '111529.923000', '111529.926000', '111529.929000', '111529.932000', '111529.934000', '111529.937000', '111529.940000', '111529.943000', '111529.946000', '111529.949000', '111529.952000', '111529.955000', '111529.958000', '111529.960000', '111529.963000', '111529.966000', '111529.969000', '111529.972000', '111529.975000', '111529.980000', '111529.983000', '111529.986000', '111529.989000', '111529.992000', '111529.995000', '111529.998000', '111530.002000', '111530.005000', '111530.007000', '111530.010000', '111530.013000', '111530.016000', '111530.019000', '111530.022000', '111530.025000', '111530.028000', '111530.030000', '111549.904000', '111549.907000', '111549.910000', '111549.913000', '111549.916000', '111549.919000', '111549.921000', '111549.924000', '111549.927000', '111549.930000', '111549.933000', '111549.936000', '111549.939000', '111549.942000', '111549.944000', '111549.947000', '111549.950000', '111549.953000', '111549.956000', '111549.959000', '111549.962000', '111549.965000', '111549.967000', '111549.970000', '111549.973000', '111549.976000', '111549.979000', '111549.982000', '111549.985000', '111549.988000', '111549.991000', '111549.993000', '111549.996000', '111550.000000', '111550.003000', '111550.006000', '111550.009000', '111550.012000', '111550.015000', '111550.017000', '111550.020000', '111550.023000', '111550.026000', '111550.029000', '111609.904000', '111609.907000', '111609.910000', '111609.913000', '111609.915000', '111609.918000', '111609.921000', '111609.924000', '111609.927000', '111609.930000', '111609.933000', '111609.936000', '111609.939000', '111609.941000', '111609.944000', '111609.947000', '111609.950000', '111609.953000', '111609.956000', '111609.959000', '111609.962000', '111609.965000', '111609.968000', '111609.970000', '111609.973000', '111609.976000', '111609.979000', '111609.982000', '111609.985000', '111609.988000', '111609.991000', '111609.994000', '111609.996000', '111610.000000', '111610.003000', '111610.006000', '111610.009000', '111610.012000', '111610.015000', '111610.018000', '111610.021000', '111610.024000', '111610.027000', '111629.904000', '111629.907000', '111629.910000', '111629.913000', '111629.916000', '111629.919000', '111629.922000', '111629.924000', '111629.929000', '111629.932000', '111629.934000', '111629.937000', '111629.940000', '111629.943000', '111629.946000', '111629.949000', '111629.952000', '111629.955000', '111629.957000', '111629.960000', '111629.963000', '111629.966000', '111629.969000', '111629.972000', '111629.975000', '111629.977000', '111629.980000', '111629.983000', '111629.986000', '111629.989000', '111629.992000', '111629.995000', '111629.998000', '111630.001000', '111630.004000', '111630.008000', '111630.011000', '111630.014000', '111630.017000', '111630.020000', '111630.022000', '111630.025000', '111630.028000', '111630.031000', '111649.904000', '111649.907000', '111649.910000', '111649.913000', '111649.916000', '111649.919000', '111649.921000', '111649.924000', '111649.927000', '111649.930000', '111649.940000', '111649.943000', '111649.946000', '111649.951000', '111649.954000', '111649.957000', '111649.960000', '111649.963000', '111649.966000', '111649.968000', '111649.971000', '111649.974000', '111649.977000', '111649.980000', '111649.983000', '111649.986000', '111649.989000', '111649.991000', '111649.994000', '111649.997000', '111650.001000', '111650.004000', '111650.008000', '111650.011000', '111650.014000', '111650.016000', '111650.019000', '111650.022000', '111650.025000', '111650.028000', '111650.031000', '111650.034000', '111650.037000', '111709.904000', '111709.907000', '111709.910000', '111709.913000', '111709.916000', '111709.919000', '111709.921000', '111709.924000', '111709.927000', '111709.930000', '111709.933000', '111709.936000', '111709.939000', '111709.941000', '111709.944000', '111709.947000', '111709.950000', '111709.953000', '111709.956000', '111709.959000', '111709.961000', '111709.964000', '111709.967000', '111709.970000', '111709.973000', '111709.976000', '111709.979000', '111709.981000', '111709.984000', '111709.987000', '111709.990000', '111709.993000', '111709.996000', '111710.000000', '111710.003000', '111710.006000', '111710.009000', '111710.012000', '111710.015000', '111710.018000', '111710.020000', '111710.023000', '111710.026000', '111710.029000', '111729.904000', '111729.907000', '111729.910000', '111729.913000', '111729.916000', '111729.919000', '111729.921000', '111729.924000', '111729.927000', '111729.930000', '111729.933000', '111729.936000', '111729.939000', '111729.942000', '111729.944000', '111729.947000', '111729.950000', '111729.953000', '111729.956000', '111729.959000', '111729.962000', '111729.964000', '111729.967000', '111729.970000', '111729.973000', '111729.976000', '111729.979000', '111729.982000', '111729.985000', '111729.987000', '111729.990000', '111729.993000', '111729.996000', '111730.000000', '111730.003000', '111730.006000', '111730.009000', '111730.012000', '111730.015000', '111730.017000', '111730.020000', '111730.023000', '111730.026000', '111749.904000', '111749.907000', '111749.910000', '111749.913000', '111749.916000', '111749.919000', '111749.921000', '111749.924000', '111749.927000', '111749.930000', '111749.933000', '111749.936000', '111749.939000', '111749.941000', '111749.944000', '111749.947000', '111749.950000', '111749.953000', '111749.956000', '111749.959000', '111749.961000', '111749.964000', '111749.967000', '111749.970000', '111749.973000', '111749.976000', '111749.979000', '111749.982000', '111749.984000', '111749.987000', '111749.990000', '111749.993000', '111749.996000', '111750.000000', '111750.003000', '111750.006000', '111750.009000', '111750.012000', '111750.014000', '111750.017000', '111750.020000', '111750.023000', '111750.026000', '111750.029000', '111809.904000', '111809.907000', '111809.910000', '111809.913000', '111809.916000', '111809.919000', '111809.922000', '111809.924000', '111809.927000', '111809.930000', '111809.933000', '111809.936000', '111809.939000', '111809.942000', '111809.944000', '111809.947000', '111809.950000', '111809.953000', '111809.956000', '111809.959000', '111809.987000', '111809.991000', '111809.993000', '111809.996000', '111810.000000', '111810.003000', '111810.006000', '111810.009000', '111810.012000', '111810.015000', '111810.017000', '111810.020000', '111810.023000', '111810.026000', '111810.029000', '111810.032000', '111810.035000', '111810.038000', '111810.041000', '111810.044000', '111810.047000', '111810.050000', '111810.053000', '111829.904000', '111829.907000', '111829.910000', '111829.913000', '111829.916000', '111829.919000', '111829.921000', '111829.924000', '111829.927000', '111829.930000', '111829.933000', '111829.936000', '111829.939000', '111829.941000', '111829.944000', '111829.947000', '111829.950000', '111829.953000', '111829.956000', '111829.959000', '111829.962000', '111829.964000', '111829.967000', '111829.970000', '111829.973000', '111829.976000', '111829.979000', '111829.982000', '111829.984000', '111829.987000', '111829.990000', '111829.993000', '111829.996000', '111830.000000', '111830.003000', '111830.006000', '111830.009000', '111830.012000', '111830.015000', '111830.018000', '111830.020000', '111830.023000', '111830.026000', '111830.029000', '111849.905000', '111849.908000', '111849.911000', '111849.914000', '111849.917000', '111849.920000', '111849.923000', '111849.925000', '111849.928000', '111849.931000', '111849.934000', '111849.937000', '111849.940000', '111849.943000', '111849.945000', '111849.948000', '111849.951000', '111849.954000', '111849.957000', '111849.960000', '111849.963000', '111849.966000', '111849.968000', '111849.971000', '111849.974000', '111849.977000', '111849.980000', '111849.983000', '111849.986000', '111849.988000', '111849.991000', '111849.994000', '111849.997000', '111850.000000', '111850.003000', '111850.006000', '111850.009000', '111850.012000', '111850.014000', '111850.017000', '111850.020000', '111850.023000', '111850.026000', '111909.904000', '111909.907000', '111909.910000', '111909.913000', '111909.916000', '111909.919000', '111909.921000', '111909.924000', '111909.927000', '111909.930000', '111909.933000', '111909.936000', '111909.939000', '111909.942000', '111909.944000', '111909.947000', '111909.950000', '111909.953000', '111909.956000', '111909.959000', '111909.962000', '111909.965000', '111909.968000', '111909.970000', '111909.973000', '111909.976000', '111909.979000', '111909.982000', '111909.985000', '111909.988000', '111909.990000', '111909.993000', '111909.996000', '111910.000000', '111910.003000', '111910.006000', '111910.009000', '111910.012000', '111910.015000', '111910.018000', '111910.020000', '111910.023000', '111910.026000', '111910.029000', '111929.904000', '111929.907000', '111929.910000', '111929.928000', '111929.931000', '111929.934000', '111929.937000', '111929.940000', '111929.942000', '111929.945000', '111929.948000', '111929.951000', '111929.954000', '111929.957000', '111929.959000', '111929.962000', '111929.965000', '111929.968000', '111929.971000', '111929.974000', '111929.977000', '111929.980000', '111929.982000', '111929.985000', '111929.988000', '111929.991000', '111929.994000', '111929.997000', '111930.001000', '111930.004000', '111930.006000', '111930.009000', '111930.012000', '111930.015000', '111930.018000', '111930.021000', '111930.025000', '111930.028000', '111930.031000', '111930.034000', '111930.037000', '111930.040000', '111930.043000', '111949.904000', '111949.907000', '111949.910000', '111949.913000', '111949.916000', '111949.919000', '111949.921000', '111949.924000', '111949.927000', '111949.930000', '111949.933000', '111949.936000', '111949.939000', '111949.941000', '111949.944000', '111949.947000', '111949.950000', '111949.953000', '111949.956000', '111949.959000', '111949.962000', '111949.964000', '111949.967000', '111949.970000', '111949.973000', '111949.976000', '111949.979000', '111949.982000', '111949.984000', '111949.987000', '111949.990000', '111949.993000', '111949.996000', '111950.000000', '111950.003000', '111950.006000', '111950.009000', '111950.012000', '111950.015000', '111950.017000', '111950.020000', '111950.023000', '111950.026000', '112009.904000', '112009.907000', '112009.910000', '112009.913000', '112009.916000', '112009.919000', '112009.921000', '112009.924000', '112009.927000', '112009.930000', '112009.933000', '112009.936000', '112009.939000', '112009.942000', '112009.945000', '112009.947000', '112009.950000', '112009.953000', '112009.956000', '112009.959000', '112009.962000', '112009.965000', '112009.968000', '112009.971000', '112009.973000', '112009.976000', '112009.979000', '112009.982000', '112009.985000', '112009.988000', '112009.991000', '112009.994000', '112009.996000', '112010.000000', '112010.003000', '112010.006000', '112010.009000', '112010.012000', '112010.015000', '112010.018000', '112010.020000', '112010.023000', '112010.026000', '112010.029000', '112017.528000', '112017.532000', '112017.535000', '112017.538000', '112017.541000', '112017.544000', '112017.547000', '112017.550000', '112017.553000', '112017.556000', '112017.559000', '112017.562000', '112017.565000', '112017.568000', '112017.571000', '112017.574000', '112017.577000'], 'InstanceCreationTime': ['111029.937000', '111029.941000', '111029.944000', '111029.947000', '111029.949000', '111029.957000', '111029.960000', '111029.963000', '111029.966000', '111029.969000', '111029.971000', '111029.974000', '111029.977000', '111029.980000', '111029.983000', '111029.986000', '111029.989000', '111029.991000', '111029.994000', '111029.998000', '111030.002000', '111030.005000', '111030.008000', '111030.011000', '111030.014000', '111030.016000', '111030.019000', '111030.022000', '111030.025000', '111030.028000', '111030.031000', '111030.034000', '111030.036000', '111030.039000', '111030.042000', '111030.045000', '111030.048000', '111030.050000', '111030.053000', '111030.056000', '111030.059000', '111030.073000', '111030.092000', '111030.095000', '111049.904000', '111049.907000', '111049.910000', '111049.913000', '111049.915000', '111049.918000', '111049.921000', '111049.924000', '111049.927000', '111049.930000', '111049.932000', '111049.935000', '111049.938000', '111049.941000', '111049.944000', '111049.947000', '111049.950000', '111049.952000', '111049.955000', '111049.958000', '111049.961000', '111049.964000', '111049.967000', '111049.970000', '111049.972000', '111049.975000', '111049.978000', '111049.981000', '111049.984000', '111049.987000', '111049.990000', '111049.992000', '111049.995000', '111049.998000', '111050.002000', '111050.005000', '111050.008000', '111050.010000', '111050.013000', '111050.016000', '111050.019000', '111050.022000', '111050.025000', '111050.027000', '111109.904000', '111109.907000', '111109.910000', '111109.913000', '111109.915000', '111109.918000', '111109.921000', '111109.924000', '111109.927000', '111109.930000', '111109.933000', '111109.935000', '111109.938000', '111109.941000', '111109.944000', '111109.947000', '111109.950000', '111109.952000', '111109.955000', '111109.958000', '111109.961000', '111109.964000', '111109.967000', '111109.969000', '111109.977000', '111109.980000', '111109.983000', '111109.985000', '111109.988000', '111109.991000', '111109.994000', '111109.997000', '111110.001000', '111110.003000', '111110.006000', '111110.009000', '111110.012000', '111110.015000', '111110.018000', '111110.021000', '111110.023000', '111110.026000', '111110.029000', '111129.904000', '111129.907000', '111129.910000', '111129.912000', '111129.915000', '111129.918000', '111129.921000', '111129.924000', '111129.927000', '111129.930000', '111129.932000', '111129.935000', '111129.938000', '111129.941000', '111129.944000', '111129.947000', '111129.949000', '111129.952000', '111129.955000', '111129.958000', '111129.961000', '111129.964000', '111129.966000', '111129.969000', '111129.972000', '111129.975000', '111129.978000', '111129.981000', '111129.984000', '111129.986000', '111129.989000', '111129.992000', '111129.995000', '111129.998000', '111130.002000', '111130.005000', '111130.007000', '111130.010000', '111130.013000', '111130.016000', '111130.019000', '111130.022000', '111130.025000', '111130.027000', '111149.904000', '111149.907000', '111149.910000', '111149.913000', '111149.916000', '111149.918000', '111149.921000', '111149.924000', '111149.927000', '111149.930000', '111149.933000', '111149.935000', '111149.938000', '111149.941000', '111149.944000', '111149.947000', '111149.950000', '111149.953000', '111149.955000', '111149.958000', '111149.961000', '111149.964000', '111149.967000', '111149.970000', '111149.973000', '111149.975000', '111149.978000', '111149.981000', '111149.984000', '111149.987000', '111149.989000', '111149.992000', '111149.995000', '111149.998000', '111150.011000', '111150.013000', '111150.016000', '111150.019000', '111150.022000', '111150.025000', '111150.028000', '111150.031000', '111150.033000', '111209.905000', '111209.908000', '111209.911000', '111209.914000', '111209.916000', '111209.919000', '111209.922000', '111209.925000', '111209.928000', '111209.931000', '111209.934000', '111209.937000', '111209.939000', '111209.942000', '111209.945000', '111209.948000', '111209.951000', '111209.954000', '111209.957000', '111209.959000', '111209.962000', '111209.965000', '111209.968000', '111209.971000', '111209.974000', '111209.977000', '111209.979000', '111209.989000', '111209.992000', '111209.995000', '111209.997000', '111210.001000', '111210.004000', '111210.007000', '111210.010000', '111210.013000', '111210.016000', '111210.019000', '111210.022000', '111210.024000', '111210.027000', '111210.030000', '111210.033000', '111210.036000', '111229.904000', '111229.907000', '111229.910000', '111229.913000', '111229.916000', '111229.918000', '111229.921000', '111229.924000', '111229.927000', '111229.930000', '111229.933000', '111229.936000', '111229.938000', '111229.941000', '111229.944000', '111229.947000', '111229.950000', '111229.953000', '111229.956000', '111229.958000', '111229.961000', '111229.964000', '111229.967000', '111229.970000', '111229.973000', '111229.976000', '111229.978000', '111229.981000', '111229.984000', '111229.987000', '111229.990000', '111229.993000', '111229.995000', '111229.998000', '111230.002000', '111230.005000', '111230.008000', '111230.011000', '111230.014000', '111230.017000', '111230.019000', '111230.022000', '111230.025000', '111249.904000', '111249.907000', '111249.910000', '111249.913000', '111249.915000', '111249.918000', '111249.921000', '111249.924000', '111249.934000', '111249.937000', '111249.940000', '111249.943000', '111249.946000', '111249.949000', '111249.951000', '111249.954000', '111249.957000', '111249.960000', '111249.963000', '111249.966000', '111249.969000', '111249.971000', '111249.974000', '111249.977000', '111249.980000', '111249.983000', '111249.986000', '111249.989000', '111249.991000', '111249.994000', '111249.997000', '111250.001000', '111250.004000', '111250.007000', '111250.010000', '111250.013000', '111250.015000', '111250.018000', '111250.021000', '111250.024000', '111250.027000', '111250.030000', '111250.032000', '111309.904000', '111309.907000', '111309.910000', '111309.913000', '111309.916000', '111309.918000', '111309.921000', '111309.924000', '111309.927000', '111309.930000', '111309.933000', '111309.936000', '111309.938000', '111309.941000', '111309.944000', '111309.947000', '111309.950000', '111309.953000', '111309.955000', '111309.958000', '111309.961000', '111309.964000', '111309.967000', '111309.970000', '111309.973000', '111309.976000', '111309.978000', '111309.981000', '111309.984000', '111309.987000', '111309.990000', '111309.993000', '111309.996000', '111309.998000', '111310.002000', '111310.005000', '111310.008000', '111310.011000', '111310.014000', '111310.017000', '111310.019000', '111310.022000', '111310.025000', '111310.028000', '111329.904000', '111329.907000', '111329.910000', '111329.913000', '111329.915000', '111329.918000', '111329.921000', '111329.924000', '111329.928000', '111329.931000', '111329.942000', '111329.945000', '111329.948000', '111329.951000', '111329.954000', '111329.956000', '111329.959000', '111329.962000', '111329.965000', '111329.968000', '111329.971000', '111329.974000', '111329.977000', '111329.979000', '111329.982000', '111329.985000', '111329.988000', '111329.991000', '111329.994000', '111329.996000', '111330.000000', '111330.003000', '111330.006000', '111330.009000', '111330.012000', '111330.015000', '111330.017000', '111330.020000', '111330.023000', '111330.026000', '111330.029000', '111330.032000', '111330.035000', '111349.904000', '111349.907000', '111349.910000', '111349.913000', '111349.915000', '111349.918000', '111349.921000', '111349.924000', '111349.927000', '111349.930000', '111349.933000', '111349.935000', '111349.938000', '111349.941000', '111349.944000', '111349.947000', '111349.950000', '111349.952000', '111349.955000', '111349.958000', '111349.961000', '111349.964000', '111349.967000', '111349.970000', '111349.973000', '111349.975000', '111349.978000', '111349.981000', '111349.984000', '111349.987000', '111349.990000', '111349.993000', '111350.007000', '111350.010000', '111350.013000', '111350.016000', '111350.019000', '111350.022000', '111350.025000', '111350.027000', '111350.030000', '111350.033000', '111350.036000', '111350.039000', '111409.904000', '111409.907000', '111409.910000', '111409.913000', '111409.916000', '111409.919000', '111409.922000', '111409.924000', '111409.927000', '111409.930000', '111409.933000', '111409.936000', '111409.939000', '111409.942000', '111409.945000', '111409.949000', '111409.952000', '111409.955000', '111409.958000', '111409.961000', '111409.964000', '111409.967000', '111409.969000', '111409.972000', '111409.975000', '111409.978000', '111409.981000', '111409.984000', '111409.986000', '111409.989000', '111409.992000', '111409.995000', '111409.998000', '111410.002000', '111410.005000', '111410.007000', '111410.010000', '111410.013000', '111410.016000', '111410.019000', '111410.022000', '111410.025000', '111410.027000', '111429.905000', '111429.908000', '111429.911000', '111429.914000', '111429.917000', '111429.920000', '111429.922000', '111429.925000', '111429.928000', '111429.931000', '111429.934000', '111429.937000', '111429.939000', '111429.942000', '111429.945000', '111429.948000', '111429.951000', '111429.954000', '111429.957000', '111429.960000', '111429.962000', '111429.965000', '111429.968000', '111429.971000', '111429.974000', '111429.976000', '111429.979000', '111429.982000', '111429.985000', '111429.988000', '111429.991000', '111429.994000', '111429.997000', '111430.000000', '111430.003000', '111430.006000', '111430.009000', '111430.012000', '111430.015000', '111430.017000', '111430.020000', '111430.023000', '111430.026000', '111430.029000', '111449.904000', '111449.907000', '111449.910000', '111449.913000', '111449.916000', '111449.918000', '111449.921000', '111449.924000', '111449.927000', '111449.930000', '111449.933000', '111449.936000', '111449.938000', '111449.941000', '111449.944000', '111449.947000', '111449.950000', '111449.953000', '111449.956000', '111449.959000', '111449.962000', '111449.965000', '111449.967000', '111449.970000', '111449.973000', '111449.976000', '111449.979000', '111449.982000', '111449.985000', '111449.988000', '111449.991000', '111449.993000', '111449.996000', '111450.000000', '111450.003000', '111450.006000', '111450.009000', '111450.012000', '111450.014000', '111450.017000', '111450.020000', '111450.023000', '111450.026000', '111509.905000', '111509.909000', '111509.911000', '111509.914000', '111509.917000', '111509.920000', '111509.923000', '111509.926000', '111509.929000', '111509.932000', '111509.935000', '111509.938000', '111509.941000', '111509.943000', '111509.946000', '111509.949000', '111509.952000', '111509.955000', '111509.958000', '111509.961000', '111509.963000', '111509.966000', '111509.969000', '111509.972000', '111509.975000', '111509.978000', '111509.981000', '111509.984000', '111509.986000', '111509.989000', '111509.992000', '111509.995000', '111509.998000', '111510.002000', '111510.005000', '111510.008000', '111510.010000', '111510.013000', '111510.016000', '111510.019000', '111510.022000', '111510.025000', '111510.028000', '111510.030000', '111529.904000', '111529.907000', '111529.911000', '111529.914000', '111529.917000', '111529.920000', '111529.923000', '111529.926000', '111529.929000', '111529.932000', '111529.934000', '111529.937000', '111529.940000', '111529.943000', '111529.946000', '111529.949000', '111529.952000', '111529.955000', '111529.958000', '111529.960000', '111529.963000', '111529.966000', '111529.969000', '111529.972000', '111529.975000', '111529.980000', '111529.983000', '111529.986000', '111529.989000', '111529.992000', '111529.995000', '111529.998000', '111530.002000', '111530.005000', '111530.007000', '111530.010000', '111530.013000', '111530.016000', '111530.019000', '111530.022000', '111530.025000', '111530.028000', '111530.030000', '111549.904000', '111549.907000', '111549.910000', '111549.913000', '111549.916000', '111549.919000', '111549.921000', '111549.924000', '111549.927000', '111549.930000', '111549.933000', '111549.936000', '111549.939000', '111549.942000', '111549.944000', '111549.947000', '111549.950000', '111549.953000', '111549.956000', '111549.959000', '111549.962000', '111549.965000', '111549.967000', '111549.970000', '111549.973000', '111549.976000', '111549.979000', '111549.982000', '111549.985000', '111549.988000', '111549.991000', '111549.993000', '111549.996000', '111550.000000', '111550.003000', '111550.006000', '111550.009000', '111550.012000', '111550.015000', '111550.017000', '111550.020000', '111550.023000', '111550.026000', '111550.029000', '111609.904000', '111609.907000', '111609.910000', '111609.913000', '111609.915000', '111609.918000', '111609.921000', '111609.924000', '111609.927000', '111609.930000', '111609.933000', '111609.936000', '111609.939000', '111609.941000', '111609.944000', '111609.947000', '111609.950000', '111609.953000', '111609.956000', '111609.959000', '111609.962000', '111609.965000', '111609.968000', '111609.970000', '111609.973000', '111609.976000', '111609.979000', '111609.982000', '111609.985000', '111609.988000', '111609.991000', '111609.994000', '111609.996000', '111610.000000', '111610.003000', '111610.006000', '111610.009000', '111610.012000', '111610.015000', '111610.018000', '111610.021000', '111610.024000', '111610.027000', '111629.904000', '111629.907000', '111629.910000', '111629.913000', '111629.916000', '111629.919000', '111629.922000', '111629.924000', '111629.929000', '111629.932000', '111629.934000', '111629.937000', '111629.940000', '111629.943000', '111629.946000', '111629.949000', '111629.952000', '111629.955000', '111629.957000', '111629.960000', '111629.963000', '111629.966000', '111629.969000', '111629.972000', '111629.975000', '111629.977000', '111629.980000', '111629.983000', '111629.986000', '111629.989000', '111629.992000', '111629.995000', '111629.998000', '111630.001000', '111630.004000', '111630.008000', '111630.011000', '111630.014000', '111630.017000', '111630.020000', '111630.022000', '111630.025000', '111630.028000', '111630.031000', '111649.904000', '111649.907000', '111649.910000', '111649.913000', '111649.916000', '111649.919000', '111649.921000', '111649.924000', '111649.927000', '111649.930000', '111649.940000', '111649.943000', '111649.946000', '111649.951000', '111649.954000', '111649.957000', '111649.960000', '111649.963000', '111649.966000', '111649.968000', '111649.971000', '111649.974000', '111649.977000', '111649.980000', '111649.983000', '111649.986000', '111649.989000', '111649.991000', '111649.994000', '111649.997000', '111650.001000', '111650.004000', '111650.008000', '111650.011000', '111650.014000', '111650.016000', '111650.019000', '111650.022000', '111650.025000', '111650.028000', '111650.031000', '111650.034000', '111650.037000', '111709.904000', '111709.907000', '111709.910000', '111709.913000', '111709.916000', '111709.919000', '111709.921000', '111709.924000', '111709.927000', '111709.930000', '111709.933000', '111709.936000', '111709.939000', '111709.941000', '111709.944000', '111709.947000', '111709.950000', '111709.953000', '111709.956000', '111709.959000', '111709.961000', '111709.964000', '111709.967000', '111709.970000', '111709.973000', '111709.976000', '111709.979000', '111709.981000', '111709.984000', '111709.987000', '111709.990000', '111709.993000', '111709.996000', '111710.000000', '111710.003000', '111710.006000', '111710.009000', '111710.012000', '111710.015000', '111710.018000', '111710.020000', '111710.023000', '111710.026000', '111710.029000', '111729.904000', '111729.907000', '111729.910000', '111729.913000', '111729.916000', '111729.919000', '111729.921000', '111729.924000', '111729.927000', '111729.930000', '111729.933000', '111729.936000', '111729.939000', '111729.942000', '111729.944000', '111729.947000', '111729.950000', '111729.953000', '111729.956000', '111729.959000', '111729.962000', '111729.964000', '111729.967000', '111729.970000', '111729.973000', '111729.976000', '111729.979000', '111729.982000', '111729.985000', '111729.987000', '111729.990000', '111729.993000', '111729.996000', '111730.000000', '111730.003000', '111730.006000', '111730.009000', '111730.012000', '111730.015000', '111730.017000', '111730.020000', '111730.023000', '111730.026000', '111749.904000', '111749.907000', '111749.910000', '111749.913000', '111749.916000', '111749.919000', '111749.921000', '111749.924000', '111749.927000', '111749.930000', '111749.933000', '111749.936000', '111749.939000', '111749.941000', '111749.944000', '111749.947000', '111749.950000', '111749.953000', '111749.956000', '111749.959000', '111749.961000', '111749.964000', '111749.967000', '111749.970000', '111749.973000', '111749.976000', '111749.979000', '111749.982000', '111749.984000', '111749.987000', '111749.990000', '111749.993000', '111749.996000', '111750.000000', '111750.003000', '111750.006000', '111750.009000', '111750.012000', '111750.014000', '111750.017000', '111750.020000', '111750.023000', '111750.026000', '111750.029000', '111809.904000', '111809.907000', '111809.910000', '111809.913000', '111809.916000', '111809.919000', '111809.922000', '111809.924000', '111809.927000', '111809.930000', '111809.933000', '111809.936000', '111809.939000', '111809.942000', '111809.944000', '111809.947000', '111809.950000', '111809.953000', '111809.956000', '111809.959000', '111809.987000', '111809.991000', '111809.993000', '111809.996000', '111810.000000', '111810.003000', '111810.006000', '111810.009000', '111810.012000', '111810.015000', '111810.017000', '111810.020000', '111810.023000', '111810.026000', '111810.029000', '111810.032000', '111810.035000', '111810.038000', '111810.041000', '111810.044000', '111810.047000', '111810.050000', '111810.053000', '111829.904000', '111829.907000', '111829.910000', '111829.913000', '111829.916000', '111829.919000', '111829.921000', '111829.924000', '111829.927000', '111829.930000', '111829.933000', '111829.936000', '111829.939000', '111829.941000', '111829.944000', '111829.947000', '111829.950000', '111829.953000', '111829.956000', '111829.959000', '111829.962000', '111829.964000', '111829.967000', '111829.970000', '111829.973000', '111829.976000', '111829.979000', '111829.982000', '111829.984000', '111829.987000', '111829.990000', '111829.993000', '111829.996000', '111830.000000', '111830.003000', '111830.006000', '111830.009000', '111830.012000', '111830.015000', '111830.018000', '111830.020000', '111830.023000', '111830.026000', '111830.029000', '111849.905000', '111849.908000', '111849.911000', '111849.914000', '111849.917000', '111849.920000', '111849.923000', '111849.925000', '111849.928000', '111849.931000', '111849.934000', '111849.937000', '111849.940000', '111849.943000', '111849.945000', '111849.948000', '111849.951000', '111849.954000', '111849.957000', '111849.960000', '111849.963000', '111849.966000', '111849.968000', '111849.971000', '111849.974000', '111849.977000', '111849.980000', '111849.983000', '111849.986000', '111849.988000', '111849.991000', '111849.994000', '111849.997000', '111850.000000', '111850.003000', '111850.006000', '111850.009000', '111850.012000', '111850.014000', '111850.017000', '111850.020000', '111850.023000', '111850.026000', '111909.904000', '111909.907000', '111909.910000', '111909.913000', '111909.916000', '111909.919000', '111909.921000', '111909.924000', '111909.927000', '111909.930000', '111909.933000', '111909.936000', '111909.939000', '111909.942000', '111909.944000', '111909.947000', '111909.950000', '111909.953000', '111909.956000', '111909.959000', '111909.962000', '111909.965000', '111909.968000', '111909.970000', '111909.973000', '111909.976000', '111909.979000', '111909.982000', '111909.985000', '111909.988000', '111909.990000', '111909.993000', '111909.996000', '111910.000000', '111910.003000', '111910.006000', '111910.009000', '111910.012000', '111910.015000', '111910.018000', '111910.020000', '111910.023000', '111910.026000', '111910.029000', '111929.904000', '111929.907000', '111929.910000', '111929.928000', '111929.931000', '111929.934000', '111929.937000', '111929.940000', '111929.942000', '111929.945000', '111929.948000', '111929.951000', '111929.954000', '111929.957000', '111929.959000', '111929.962000', '111929.965000', '111929.968000', '111929.971000', '111929.974000', '111929.977000', '111929.980000', '111929.982000', '111929.985000', '111929.988000', '111929.991000', '111929.994000', '111929.997000', '111930.001000', '111930.004000', '111930.006000', '111930.009000', '111930.012000', '111930.015000', '111930.018000', '111930.021000', '111930.025000', '111930.028000', '111930.031000', '111930.034000', '111930.037000', '111930.040000', '111930.043000', '111949.904000', '111949.907000', '111949.910000', '111949.913000', '111949.916000', '111949.919000', '111949.921000', '111949.924000', '111949.927000', '111949.930000', '111949.933000', '111949.936000', '111949.939000', '111949.941000', '111949.944000', '111949.947000', '111949.950000', '111949.953000', '111949.956000', '111949.959000', '111949.962000', '111949.964000', '111949.967000', '111949.970000', '111949.973000', '111949.976000', '111949.979000', '111949.982000', '111949.984000', '111949.987000', '111949.990000', '111949.993000', '111949.996000', '111950.000000', '111950.003000', '111950.006000', '111950.009000', '111950.012000', '111950.015000', '111950.017000', '111950.020000', '111950.023000', '111950.026000', '112009.904000', '112009.907000', '112009.910000', '112009.913000', '112009.916000', '112009.919000', '112009.921000', '112009.924000', '112009.927000', '112009.930000', '112009.933000', '112009.936000', '112009.939000', '112009.942000', '112009.945000', '112009.947000', '112009.950000', '112009.953000', '112009.956000', '112009.959000', '112009.962000', '112009.965000', '112009.968000', '112009.971000', '112009.973000', '112009.976000', '112009.979000', '112009.982000', '112009.985000', '112009.988000', '112009.991000', '112009.994000', '112009.996000', '112010.000000', '112010.003000', '112010.006000', '112010.009000', '112010.012000', '112010.015000', '112010.018000', '112010.020000', '112010.023000', '112010.026000', '112010.029000', '112017.528000', '112017.532000', '112017.535000', '112017.538000', '112017.541000', '112017.544000', '112017.547000', '112017.550000', '112017.553000', '112017.556000', '112017.559000', '112017.562000', '112017.565000', '112017.568000', '112017.571000', '112017.574000', '112017.577000'], '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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [9257, 11690, 8306, 11076, 8212, 11159, 7883, 10277, 7861, 8990, 7400, 7857, 10755, 8288, 8958, 8089, 10869, 8050, 12977, 8840, 10975, 8174, 10824, 7562, 9611, 8140, 8655, 7319, 8330, 7948, 8405, 10111, 8553, 9581, 8501, 10196, 8206, 12945, 7832, 10867, 7508, 10603, 7543, 10616, 7710, 9860, 7609, 10486, 7316, 10328, 7474, 10084, 7540, 10494, 7320, 10616, 7674, 10167, 7640, 10139, 7249, 10733, 7526, 10122, 7201, 10588, 7555, 11040, 7758, 10659, 7330, 10850, 7059, 10844, 7470, 11140, 7235, 11132, 7344, 11273, 7131, 10009, 7037, 9424, 8630, 9873, 12189, 9577, 9819, 9079, 11847, 8888, 11801, 8340, 11295, 7828, 11724, 8096, 11025, 7021, 9691, 6984, 9623, 6815, 9442, 7023, 9390, 7364, 9591, 7165, 10163, 7675, 10445, 8254, 11009, 8391, 10865, 12884, 9653, 10591, 9148, 7530, 9543, 9652, 9300, 7943, 8887, 8609, 8997, 13009, 8565, 11426, 7649, 11038, 7461, 10978, 6862, 9745, 6900, 9129, 9494, 8702, 13081, 8562, 11671, 7797, 11612, 7659, 11557, 7433, 10977, 7527, 10848, 7379, 10396, 12643, 9150, 12030, 8478, 11706, 7625, 11505, 9660, 9109, 13329, 9620, 10693, 7103, 9232, 6678, 8746, 7094, 8405, 6957, 9707, 11894, 9013, 12698, 9102, 11649, 7369, 10305, 14780, 9214, 10775, 11258, 8556, 12596, 7469, 10585, 6999, 8677, 6750, 7963, 13331, 7826, 11472, 7602, 9786, 11737, 8044, 12218, 7407, 9904, 9336, 8182, 12334, 7274, 10306, 12813, 8388, 11278, 7419, 10782, 7147, 8890, 13155, 7933, 11313, 7150, 9501, 13178, 7687, 11189, 7122, 8597, 12955, 8076, 11180, 7131, 8829, 7525, 7945, 12475, 7666, 11706, 7421, 10603, 8473, 8110, 13218, 8140, 11859, 8308, 10493, 7106, 8301, 9415, 8074, 12861, 8312, 11425, 7540, 11379, 6996, 9641, 12396, 8451, 11921, 7477, 11059, 7806, 8288, 12866, 7672, 10508, 7572, 10955, 7391, 10831, 7204, 8973, 7182, 8065, 13781, 7964, 12132, 8113, 9107, 10861, 8013, 12693, 7600, 10889, 8010, 8603, 13187, 7545, 11309, 7433, 9268, 13155, 7762, 11525, 7644, 10341, 7045, 8754, 8330, 7806, 13106, 7577, 11931, 8283, 8673, 12981, 8004, 11686, 7422, 10633, 7999, 8415, 11531, 7981, 12223, 7400, 11262, 7645, 8744, 7806, 8126, 13295, 7916, 11820, 8194, 8757, 8141, 8388, 12243, 7391, 10880, 7051, 8700, 6948, 7990, 13473, 8165, 12445, 8349, 9982, 7527, 8737, 13208, 8215, 10881, 7549, 8580, 8878, 8616, 12369, 7879, 10339, 7327, 8451, 14078, 8200, 11489, 7804, 8672, 7167, 8600, 7547, 8584, 13604, 7879, 10741, 7541, 10890, 7583, 9817, 10945, 8937, 11751, 7965, 11069, 7952, 9461, 13626, 8804, 11846, 7310, 10049, 7375, 8832, 7285, 8065, 12617, 7476, 10898, 7618, 9300, 10250, 8171, 11749, 7513, 10778, 7340, 9287, 7203, 8332, 8891, 8370, 11985, 7301, 10997, 8457, 8230, 10397, 8306, 11553, 7585, 10314, 8965, 8290, 11861, 7288, 10657, 7061, 8279, 12501, 7920, 9671, 6972, 8053, 12048, 7201, 10252, 6940, 8978, 7756, 8433, 12357, 7522, 10771, 7272, 9120, 8248, 8259, 12111, 7285, 10547, 7075, 8515, 8926, 8581, 12094, 7521, 9415, 13090, 7928, 10750, 7271, 9392, 7659, 8480, 10801, 7866, 11426, 7563, 10790, 7060, 8705, 7935, 8180, 12624, 7349, 11099, 7104, 8597, 7345, 8619, 12243, 7938, 11445, 7734, 8686, 7986, 8227, 12235, 7567, 10343, 7326, 8497, 12210, 8120, 11416, 7320, 9061, 7015, 8452, 9061, 8476, 11959, 7498, 10884, 7379, 9276, 8107, 8427, 13203, 7420, 10478, 11710, 8606, 12997, 8409, 10723, 14183, 8113, 12006, 7152, 9385, 6960, 7854, 11978, 7352, 10715, 7003, 8114, 12675, 7156, 10681, 6990, 7958, 12068, 7370, 11519, 7082, 10271, 11048, 7936, 12001, 7404, 11226, 6909, 8826, 14210, 7479, 10815, 7116, 8210, 7385, 8231, 12620, 7371, 10744, 12141, 7972, 11645, 7052, 8252, 12821, 7722, 11015, 7215, 10487, 7158, 9813, 9082, 8308, 12739, 7665, 11733, 7442, 9079, 13125, 8011, 11027, 6999, 8175, 12759, 8093, 11140, 6916, 7975, 10872, 7587, 11263, 7237, 9240, 12840, 7705, 10802, 6827, 7972, 12562, 7233, 10467, 10252, 7895, 11968, 7185, 9918, 12810, 7472, 11449, 7015, 8411, 8577, 7961, 12076, 7202, 9412, 12787, 7704, 11273, 7036, 8541, 14232, 7401, 10185, 10402, 7964, 12623, 7235, 10300, 8632, 7963, 10765, 7358, 11233, 7275, 10672, 10398, 8015, 12548, 7442, 10738, 14032, 7592, 12432, 14934, 7894, 11852, 7105, 9471, 11377, 7554, 11365, 6980, 8069, 12109, 7437, 10999, 6843, 7632, 12581, 7245, 10976, 6963, 8042, 12380, 7498, 10891, 7294, 7810, 12617, 7355, 10758, 11219, 7992, 12159, 7022, 9735, 13919, 7684, 11570, 7220, 7911, 12731, 7373, 10440, 7160, 7963, 12704, 7407, 10758, 7227, 10032, 9703, 7491, 12374, 7360, 10303, 6992, 8243, 12733, 7486, 10819, 8816, 7730, 12678, 7488, 11101, 7040, 8179, 13071, 7504, 11024, 7202, 10198, 7353, 7805, 12487, 7253, 10707, 7067, 10237, 9880, 7675, 12472, 7325, 9921, 6982, 7721, 12705, 7175, 11440, 6911, 7676, 13160, 7091, 11190, 7126, 8742, 12901, 7358, 11246, 7297, 10308, 8145, 7925, 12853, 7813, 11785, 7536, 11515, 7285, 10541, 12485, 7887, 11813, 7140, 10877, 6971, 8140, 8342, 7537, 8496, 7780, 12532, 7350, 12007, 7522, 8769, 8171, 7880, 12684, 7494, 11522, 14078, 7657, 11855, 6866, 9608, 7245, 7237, 12276, 7151, 10821, 6944, 11429, 7243, 11179, 12837, 7395, 11161, 7067, 9232, 13105, 6946, 11002, 7485, 7467, 12495, 7025, 11092, 7441, 10336, 7031, 7543, 7574, 7331, 12521, 7269, 11158, 9285, 7417, 12157, 7375, 11062, 7508, 9725, 7731, 7590, 9491, 7682, 12425, 7631, 11049, 7372, 9692, 10463, 7821, 12695, 8058, 11156, 7136, 8096, 14069, 7514, 11224, 7468, 8444, 14456, 7305, 10650, 7091, 7951, 12399, 7195, 10256, 6891, 9192, 7322, 8465, 12341, 7395, 10813, 7002, 8370, 13135, 7424, 11394, 7305, 8568, 7149, 8074, 12345, 7382, 11581, 7233, 9346, 7236, 7969, 13140, 7403, 10828, 8082, 7875, 12585, 7760, 11061, 7257, 7617, 12521, 7252, 10414, 7069, 8103, 12553, 7488, 11410, 7622, 10502, 7218, 10539, 7104, 8921, 11711, 7845, 11890, 7530, 11306, 7688, 10584, 13984, 10388, 12908, 8239, 9569, 7048, 8497, 14079, 8235, 10038, 6771, 7849, 7050, 7452, 11105, 7193, 10521, 6853, 8071, 6829, 7805, 12516, 7420, 11492, 12666, 7862, 11611, 7220, 9198, 13661, 7532, 11646, 7021, 8136, 8547, 7847, 11722, 7403, 11043, 7603, 10781, 6969, 10200, 8115, 8230, 12440, 7974, 10761, 7052, 9329, 9949, 8258, 12245, 7991, 11284, 7761, 10574, 7051, 8345, 9814, 8221, 12280, 7756, 11239, 7200, 8602, 13414, 8018, 10978, 7560, 9876, 7069, 7866, 9213, 7702, 10764, 7930, 11349, 7038, 10025, 12808, 7831, 9860, 7063, 8090, 12109, 7100, 10768, 7003, 7891, 7650, 7529, 11699, 7287, 10580, 10166, 7400, 11993, 7333, 11393, 7002, 9651, 13710, 8269, 11499, 7834, 10721, 8898, 8649, 14311, 7919, 11237, 7636, 9966, 7214, 8505, 13653, 8170, 11088, 7761, 11003, 6929, 9768, 8681, 8419, 10200, 8090, 12690, 7846, 11466, 7100, 8198, 7424, 8302, 12990, 8069, 10910, 7302, 8276, 8129, 8129, 12084, 7750, 10827, 6762, 7854, 12632, 7587, 10498, 6738, 9075, 10271, 8028, 11892, 7021, 9088, 6982, 8360, 13163, 7428, 10276, 10460, 8061, 10857, 7303, 10483, 7411, 7912, 12653, 7667, 10542, 7347, 10792, 7117, 8975, 12892, 8128, 10662, 6896, 8290, 9340, 8342, 12904, 7681, 10074, 7262, 8478, 12923, 8141, 11211, 7372, 8507, 12777, 8295, 11384, 7220, 9146, 11909, 8144, 10674, 7564, 9612, 6840, 8385, 10500, 8026, 12133, 7770, 9643, 6833, 8810, 13029, 7991, 10124, 8607, 8097, 10833, 7251, 9727, 6747, 7917, 12376, 7346, 10043, 6964, 8266, 12683, 7439, 10976, 7164, 8342, 7546, 8097, 12898, 7712, 10708, 7514, 8215, 12536, 7916, 10875, 7152, 8398, 7046, 8012, 11372, 7852, 11444, 7099, 9460, 7697, 8026, 10599, 8110, 12743, 7588, 10665, 7336, 8205, 12531, 8242, 12567, 7317, 10274, 11398, 8322, 12947, 7876, 10728, 6790, 8170, 12446, 7849, 10495, 7079, 9723, 6928, 7877, 12845, 7762, 9620, 6625, 8017, 7680, 9421, 8151, 8206, 8362, 11159, 8139, 11670, 8162, 12406, 8222, 12144, 8076, 10272, 7668, 10105, 6874, 8619, 10510, 8031, 11914, 8140, 11331, 7983, 11077, 7533, 10224, 6906, 8653, 6852, 9538, 6862, 9008, 7425, 7910, 8224, 8026, 10336, 8431, 13282, 7892, 12042, 7544, 9769, 7036, 9522, 6930, 8164, 10539, 8129, 10293, 8447, 11965, 7665, 11886, 7799, 9958, 7126, 9363, 6790, 9039, 7271, 8275, 12899, 8020, 11424, 8250, 11698, 7463, 10656, 6885, 8174, 6857, 7957, 10860, 8251, 13151, 8035, 10939, 7634, 10967, 6858, 8066, 13116, 7854, 10963, 7250, 9430, 6576, 7931, 11315, 8007, 11523, 8073, 11217, 7660, 10639, 8439, 8065, 11294, 8104, 12354, 7501, 11215, 8451, 8076, 10148, 7944, 12753, 7782, 11878, 7224, 8281, 6764, 8462, 8574, 7935, 13558, 7987, 8021, 12657, 7928, 10627, 6957, 8334, 12365, 7795, 11307, 7236, 9061, 6851, 7945, 13262, 7904, 10129, 6782, 7732, 11874, 8014, 11522, 6900, 8136, 9232, 7888, 12201, 7734, 10914, 6824, 8038, 10970, 8195, 11723, 7752], 'WindowCenter': [4187.0, 4192.0, 4149.0, 4166.0, 4145.0, 4165.0, 4133.0, 4152.0, 4131.0, 4142.0, 4110.0, 4132.0, 4151.0, 4131.0, 4130.0, 4121.0, 4150.0, 4132.0, 4162.0, 4142.0, 4151.0, 4130.0, 4152.0, 4119.0, 4141.0, 4119.0, 4129.0, 4108.0, 4119.0, 4118.0, 4119.0, 4139.0, 4130.0, 4139.0, 4130.0, 4139.0, 4132.0, 4161.0, 4121.0, 4151.0, 4121.0, 4151.0, 4134.0, 4153.0, 4133.0, 4152.0, 4132.0, 4153.0, 4124.0, 4154.0, 4122.0, 4152.0, 4134.0, 4152.0, 4123.0, 4153.0, 4134.0, 4153.0, 4134.0, 4166.0, 4135.0, 4164.0, 4134.0, 4154.0, 4136.0, 4179.0, 4149.0, 4165.0, 4136.0, 4154.0, 4125.0, 4165.0, 4138.0, 4168.0, 4126.0, 4166.0, 4125.0, 4166.0, 4125.0, 4166.0, 4113.0, 4156.0, 4113.0, 4145.0, 4134.0, 4155.0, 4164.0, 4145.0, 4144.0, 4144.0, 4164.0, 4145.0, 4164.0, 4136.0, 4155.0, 4124.0, 4164.0, 4123.0, 4154.0, 4112.0, 4144.0, 4113.0, 4144.0, 4112.0, 4155.0, 4114.0, 4156.0, 4125.0, 4157.0, 4124.0, 4159.0, 4126.0, 4167.0, 4134.0, 4166.0, 4134.0, 4156.0, 4164.0, 4145.0, 4153.0, 4144.0, 4122.0, 4145.0, 4144.0, 4143.0, 4122.0, 4143.0, 4132.0, 4145.0, 4164.0, 4133.0, 4152.0, 4111.0, 4152.0, 4112.0, 4155.0, 4114.0, 4144.0, 4113.0, 4145.0, 4144.0, 4133.0, 4164.0, 4135.0, 4155.0, 4124.0, 4153.0, 4124.0, 4155.0, 4124.0, 4154.0, 4124.0, 4156.0, 4124.0, 4157.0, 4164.0, 4145.0, 4165.0, 4133.0, 4154.0, 4124.0, 4165.0, 4143.0, 4134.0, 4163.0, 4133.0, 4142.0, 4102.0, 4132.0, 4102.0, 4134.0, 4113.0, 4146.0, 4126.0, 4160.0, 4181.0, 4159.0, 4179.0, 4148.0, 4168.0, 4125.0, 4156.0, 4177.0, 4133.0, 4145.0, 4141.0, 4122.0, 4151.0, 4112.0, 4142.0, 4101.0, 4133.0, 4101.0, 4136.0, 4175.0, 4127.0, 4165.0, 4123.0, 4145.0, 4155.0, 4124.0, 4156.0, 4112.0, 4144.0, 4133.0, 4123.0, 4155.0, 4112.0, 4145.0, 4152.0, 4122.0, 4143.0, 4113.0, 4154.0, 4103.0, 4135.0, 4164.0, 4113.0, 4144.0, 4102.0, 4132.0, 4152.0, 4113.0, 4143.0, 4089.0, 4121.0, 4151.0, 4110.0, 4142.0, 4101.0, 4122.0, 4111.0, 4123.0, 4152.0, 4125.0, 4154.0, 4113.0, 4155.0, 4123.0, 4124.0, 4163.0, 4124.0, 4154.0, 4122.0, 4142.0, 4100.0, 4122.0, 4130.0, 4124.0, 4162.0, 4122.0, 4154.0, 4124.0, 4155.0, 4114.0, 4146.0, 4154.0, 4124.0, 4154.0, 4111.0, 4154.0, 4125.0, 4125.0, 4154.0, 4113.0, 4142.0, 4124.0, 4154.0, 4115.0, 4156.0, 4114.0, 4137.0, 4115.0, 4126.0, 4166.0, 4126.0, 4168.0, 4114.0, 4136.0, 4144.0, 4124.0, 4164.0, 4113.0, 4155.0, 4112.0, 4124.0, 4153.0, 4114.0, 4143.0, 4113.0, 4136.0, 4153.0, 4113.0, 4153.0, 4113.0, 4144.0, 4114.0, 4134.0, 4124.0, 4127.0, 4166.0, 4125.0, 4167.0, 4124.0, 4136.0, 4165.0, 4125.0, 4154.0, 4112.0, 4144.0, 4112.0, 4124.0, 4152.0, 4124.0, 4153.0, 4113.0, 4155.0, 4113.0, 4134.0, 4113.0, 4125.0, 4164.0, 4123.0, 4155.0, 4123.0, 4124.0, 4110.0, 4124.0, 4153.0, 4115.0, 4155.0, 4104.0, 4136.0, 4115.0, 4137.0, 4177.0, 4139.0, 4179.0, 4137.0, 4147.0, 4114.0, 4136.0, 4167.0, 4126.0, 4145.0, 4113.0, 4124.0, 4123.0, 4124.0, 4155.0, 4125.0, 4145.0, 4102.0, 4126.0, 4164.0, 4124.0, 4155.0, 4115.0, 4124.0, 4103.0, 4136.0, 4113.0, 4136.0, 4176.0, 4126.0, 4155.0, 4126.0, 4157.0, 4126.0, 4147.0, 4156.0, 4137.0, 4156.0, 4124.0, 4155.0, 4113.0, 4136.0, 4166.0, 4123.0, 4141.0, 4102.0, 4132.0, 4101.0, 4133.0, 4102.0, 4125.0, 4154.0, 4115.0, 4144.0, 4114.0, 4135.0, 4132.0, 4124.0, 4154.0, 4105.0, 4145.0, 4116.0, 4137.0, 4102.0, 4126.0, 4124.0, 4126.0, 4155.0, 4115.0, 4147.0, 4121.0, 4124.0, 4144.0, 4124.0, 4145.0, 4115.0, 4146.0, 4124.0, 4125.0, 4154.0, 4115.0, 4145.0, 4103.0, 4126.0, 4155.0, 4113.0, 4133.0, 4091.0, 4115.0, 4154.0, 4115.0, 4146.0, 4106.0, 4137.0, 4114.0, 4128.0, 4167.0, 4116.0, 4146.0, 4105.0, 4135.0, 4114.0, 4126.0, 4154.0, 4104.0, 4145.0, 4104.0, 4125.0, 4124.0, 4126.0, 4156.0, 4114.0, 4133.0, 4153.0, 4111.0, 4142.0, 4103.0, 4133.0, 4113.0, 4125.0, 4144.0, 4126.0, 4156.0, 4125.0, 4158.0, 4105.0, 4126.0, 4113.0, 4127.0, 4156.0, 4115.0, 4157.0, 4102.0, 4124.0, 4103.0, 4126.0, 4153.0, 4113.0, 4156.0, 4102.0, 4125.0, 4113.0, 4122.0, 4154.0, 4113.0, 4133.0, 4102.0, 4125.0, 4153.0, 4115.0, 4144.0, 4102.0, 4125.0, 4090.0, 4126.0, 4122.0, 4127.0, 4156.0, 4116.0, 4156.0, 4116.0, 4135.0, 4126.0, 4126.0, 4166.0, 4115.0, 4145.0, 4143.0, 4120.0, 4152.0, 4111.0, 4145.0, 4151.0, 4112.0, 4143.0, 4089.0, 4121.0, 4089.0, 4112.0, 4140.0, 4102.0, 4143.0, 4103.0, 4124.0, 4155.0, 4104.0, 4145.0, 4104.0, 4124.0, 4154.0, 4116.0, 4155.0, 4104.0, 4146.0, 4155.0, 4126.0, 4155.0, 4116.0, 4153.0, 4103.0, 4123.0, 4164.0, 4102.0, 4143.0, 4090.0, 4112.0, 4102.0, 4124.0, 4153.0, 4102.0, 4144.0, 4143.0, 4112.0, 4141.0, 4090.0, 4114.0, 4151.0, 4102.0, 4132.0, 4102.0, 4143.0, 4102.0, 4147.0, 4123.0, 4127.0, 4165.0, 4116.0, 4154.0, 4104.0, 4126.0, 4155.0, 4113.0, 4145.0, 4092.0, 4111.0, 4150.0, 4114.0, 4144.0, 4090.0, 4112.0, 4131.0, 4113.0, 4143.0, 4101.0, 4135.0, 4154.0, 4115.0, 4143.0, 4090.0, 4115.0, 4152.0, 4113.0, 4144.0, 4132.0, 4114.0, 4153.0, 4103.0, 4134.0, 4153.0, 4104.0, 4152.0, 4102.0, 4125.0, 4124.0, 4126.0, 4155.0, 4114.0, 4136.0, 4155.0, 4115.0, 4144.0, 4092.0, 4124.0, 4165.0, 4102.0, 4134.0, 4130.0, 4113.0, 4142.0, 4101.0, 4131.0, 4110.0, 4112.0, 4141.0, 4103.0, 4143.0, 4114.0, 4156.0, 4144.0, 4115.0, 4153.0, 4104.0, 4146.0, 4154.0, 4101.0, 4155.0, 4150.0, 4100.0, 4129.0, 4086.0, 4119.0, 4129.0, 4098.0, 4129.0, 4088.0, 4101.0, 4138.0, 4100.0, 4141.0, 4091.0, 4113.0, 4150.0, 4101.0, 4142.0, 4087.0, 4111.0, 4142.0, 4100.0, 4142.0, 4099.0, 4102.0, 4139.0, 4090.0, 4132.0, 4129.0, 4098.0, 4140.0, 4087.0, 4117.0, 4139.0, 4098.0, 4128.0, 4086.0, 4098.0, 4136.0, 4088.0, 4129.0, 4077.0, 4099.0, 4138.0, 4089.0, 4129.0, 4101.0, 4133.0, 4121.0, 4101.0, 4152.0, 4101.0, 4132.0, 4091.0, 4113.0, 4141.0, 4089.0, 4132.0, 4108.0, 4099.0, 4140.0, 4099.0, 4132.0, 4090.0, 4112.0, 4139.0, 4090.0, 4130.0, 4100.0, 4132.0, 4098.0, 4111.0, 4150.0, 4100.0, 4131.0, 4101.0, 4142.0, 4127.0, 4111.0, 4152.0, 4101.0, 4133.0, 4089.0, 4103.0, 4142.0, 4100.0, 4142.0, 4090.0, 4101.0, 4150.0, 4091.0, 4140.0, 4090.0, 4124.0, 4152.0, 4100.0, 4139.0, 4101.0, 4130.0, 4110.0, 4113.0, 4150.0, 4112.0, 4142.0, 4113.0, 4142.0, 4101.0, 4143.0, 4143.0, 4101.0, 4142.0, 4092.0, 4142.0, 4089.0, 4111.0, 4109.0, 4101.0, 4121.0, 4111.0, 4151.0, 4113.0, 4156.0, 4102.0, 4122.0, 4111.0, 4113.0, 4150.0, 4102.0, 4145.0, 4152.0, 4101.0, 4138.0, 4077.0, 4120.0, 4086.0, 4099.0, 4139.0, 4091.0, 4142.0, 4101.0, 4143.0, 4101.0, 4157.0, 4151.0, 4103.0, 4142.0, 4088.0, 4120.0, 4151.0, 4088.0, 4132.0, 4089.0, 4099.0, 4139.0, 4090.0, 4140.0, 4101.0, 4144.0, 4089.0, 4100.0, 4101.0, 4102.0, 4152.0, 4101.0, 4144.0, 4122.0, 4101.0, 4139.0, 4100.0, 4140.0, 4103.0, 4132.0, 4112.0, 4114.0, 4134.0, 4115.0, 4154.0, 4112.0, 4144.0, 4103.0, 4135.0, 4132.0, 4114.0, 4153.0, 4111.0, 4143.0, 4091.0, 4110.0, 4159.0, 4101.0, 4141.0, 4100.0, 4109.0, 4150.0, 4087.0, 4127.0, 4075.0, 4101.0, 4137.0, 4085.0, 4125.0, 4086.0, 4119.0, 4099.0, 4122.0, 4150.0, 4102.0, 4142.0, 4091.0, 4124.0, 4152.0, 4112.0, 4153.0, 4102.0, 4120.0, 4100.0, 4111.0, 4153.0, 4103.0, 4142.0, 4100.0, 4120.0, 4098.0, 4112.0, 4151.0, 4102.0, 4144.0, 4099.0, 4110.0, 4140.0, 4100.0, 4140.0, 4090.0, 4100.0, 4141.0, 4089.0, 4129.0, 4090.0, 4112.0, 4151.0, 4102.0, 4141.0, 4099.0, 4131.0, 4102.0, 4145.0, 4102.0, 4132.0, 4153.0, 4113.0, 4143.0, 4112.0, 4143.0, 4102.0, 4133.0, 4152.0, 4130.0, 4140.0, 4099.0, 4120.0, 4089.0, 4111.0, 4150.0, 4098.0, 4119.0, 4077.0, 4099.0, 4088.0, 4089.0, 4140.0, 4101.0, 4143.0, 4104.0, 4114.0, 4090.0, 4116.0, 4154.0, 4116.0, 4158.0, 4154.0, 4112.0, 4143.0, 4090.0, 4123.0, 4150.0, 4100.0, 4141.0, 4088.0, 4100.0, 4110.0, 4109.0, 4151.0, 4102.0, 4142.0, 4102.0, 4140.0, 4102.0, 4145.0, 4111.0, 4123.0, 4153.0, 4111.0, 4143.0, 4090.0, 4122.0, 4131.0, 4112.0, 4139.0, 4110.0, 4128.0, 4100.0, 4132.0, 4090.0, 4112.0, 4121.0, 4110.0, 4139.0, 4098.0, 4132.0, 4090.0, 4112.0, 4140.0, 4100.0, 4131.0, 4100.0, 4119.0, 4087.0, 4110.0, 4118.0, 4099.0, 4129.0, 4112.0, 4143.0, 4088.0, 4135.0, 4154.0, 4102.0, 4131.0, 4086.0, 4111.0, 4139.0, 4090.0, 4140.0, 4087.0, 4113.0, 4100.0, 4112.0, 4153.0, 4102.0, 4147.0, 4143.0, 4103.0, 4151.0, 4104.0, 4157.0, 4103.0, 4136.0, 4166.0, 4113.0, 4143.0, 4112.0, 4144.0, 4123.0, 4125.0, 4163.0, 4101.0, 4144.0, 4101.0, 4132.0, 4101.0, 4124.0, 4154.0, 4112.0, 4142.0, 4101.0, 4141.0, 4091.0, 4132.0, 4111.0, 4112.0, 4132.0, 4113.0, 4142.0, 4110.0, 4144.0, 4090.0, 4110.0, 4085.0, 4109.0, 4139.0, 4099.0, 4131.0, 4088.0, 4111.0, 4098.0, 4101.0, 4140.0, 4102.0, 4131.0, 4091.0, 4113.0, 4141.0, 4101.0, 4131.0, 4081.0, 4123.0, 4132.0, 4112.0, 4141.0, 4090.0, 4120.0, 4087.0, 4111.0, 4150.0, 4090.0, 4133.0, 4130.0, 4100.0, 4129.0, 4090.0, 4132.0, 4098.0, 4113.0, 4150.0, 4098.0, 4128.0, 4102.0, 4144.0, 4103.0, 4124.0, 4153.0, 4113.0, 4132.0, 4091.0, 4112.0, 4120.0, 4112.0, 4153.0, 4102.0, 4132.0, 4090.0, 4112.0, 4142.0, 4101.0, 4131.0, 4090.0, 4112.0, 4140.0, 4112.0, 4130.0, 4088.0, 4121.0, 4140.0, 4100.0, 4129.0, 4100.0, 4120.0, 4090.0, 4111.0, 4144.0, 4114.0, 4141.0, 4102.0, 4122.0, 4092.0, 4123.0, 4152.0, 4110.0, 4132.0, 4109.0, 4100.0, 4129.0, 4099.0, 4131.0, 4090.0, 4113.0, 4153.0, 4102.0, 4133.0, 4090.0, 4114.0, 4153.0, 4104.0, 4145.0, 4091.0, 4113.0, 4101.0, 4113.0, 4152.0, 4113.0, 4143.0, 4089.0, 4111.0, 4141.0, 4112.0, 4128.0, 4092.0, 4112.0, 4090.0, 4113.0, 4142.0, 4113.0, 4143.0, 4104.0, 4135.0, 4102.0, 4115.0, 4144.0, 4115.0, 4154.0, 4115.0, 4145.0, 4102.0, 4113.0, 4152.0, 4113.0, 4142.0, 4101.0, 4131.0, 4140.0, 4110.0, 4139.0, 4100.0, 4131.0, 4079.0, 4111.0, 4140.0, 4099.0, 4129.0, 4090.0, 4121.0, 4088.0, 4111.0, 4140.0, 4100.0, 4118.0, 4078.0, 4111.0, 4112.0, 4133.0, 4126.0, 4125.0, 4138.0, 4155.0, 4117.0, 4144.0, 4125.0, 4152.0, 4114.0, 4142.0, 4101.0, 4128.0, 4101.0, 4132.0, 4080.0, 4112.0, 4133.0, 4112.0, 4142.0, 4111.0, 4140.0, 4111.0, 4141.0, 4114.0, 4131.0, 4092.0, 4112.0, 4089.0, 4134.0, 4090.0, 4135.0, 4103.0, 4113.0, 4112.0, 4113.0, 4133.0, 4114.0, 4154.0, 4112.0, 4143.0, 4102.0, 4130.0, 4090.0, 4124.0, 4091.0, 4113.0, 4131.0, 4112.0, 4133.0, 4113.0, 4141.0, 4102.0, 4142.0, 4113.0, 4134.0, 4093.0, 4124.0, 4092.0, 4123.0, 4101.0, 4123.0, 4153.0, 4112.0, 4143.0, 4114.0, 4154.0, 4103.0, 4142.0, 4091.0, 4112.0, 4092.0, 4115.0, 4143.0, 4123.0, 4154.0, 4112.0, 4142.0, 4113.0, 4145.0, 4091.0, 4113.0, 4154.0, 4101.0, 4129.0, 4091.0, 4121.0, 4080.0, 4114.0, 4143.0, 4112.0, 4142.0, 4114.0, 4143.0, 4103.0, 4144.0, 4112.0, 4113.0, 4143.0, 4114.0, 4154.0, 4102.0, 4141.0, 4111.0, 4102.0, 4120.0, 4103.0, 4140.0, 4103.0, 4141.0, 4100.0, 4112.0, 4080.0, 4113.0, 4111.0, 4114.0, 4154.0, 4101.0, 4101.0, 4139.0, 4100.0, 4131.0, 4089.0, 4110.0, 4140.0, 4100.0, 4140.0, 4098.0, 4122.0, 4080.0, 4112.0, 4152.0, 4112.0, 4133.0, 4090.0, 4103.0, 4142.0, 4111.0, 4152.0, 4099.0, 4114.0, 4123.0, 4115.0, 4153.0, 4115.0, 4144.0, 4093.0, 4114.0, 4143.0, 4114.0, 4154.0, 4113.0], 'WindowWidth': [9297.0, 9293.0, 9228.0, 9244.0, 9214.0, 9240.0, 9193.0, 9218.0, 9188.0, 9202.0, 9157.0, 9191.0, 9215.0, 9186.0, 9182.0, 9173.0, 9210.0, 9190.0, 9230.0, 9202.0, 9215.0, 9185.0, 9216.0, 9167.0, 9197.0, 9164.0, 9179.0, 9149.0, 9168.0, 9162.0, 9168.0, 9192.0, 9185.0, 9194.0, 9183.0, 9193.0, 9187.0, 9224.0, 9170.0, 9211.0, 9173.0, 9214.0, 9196.0, 9221.0, 9193.0, 9215.0, 9190.0, 9218.0, 9182.0, 9221.0, 9177.0, 9217.0, 9194.0, 9216.0, 9178.0, 9220.0, 9196.0, 9218.0, 9196.0, 9242.0, 9199.0, 9237.0, 9195.0, 9221.0, 9203.0, 9265.0, 9225.0, 9239.0, 9200.0, 9221.0, 9184.0, 9237.0, 9208.0, 9246.0, 9186.0, 9239.0, 9183.0, 9238.0, 9183.0, 9239.0, 9166.0, 9224.0, 9165.0, 9210.0, 9192.0, 9223.0, 9235.0, 9208.0, 9205.0, 9206.0, 9234.0, 9209.0, 9234.0, 9197.0, 9221.0, 9181.0, 9234.0, 9177.0, 9221.0, 9161.0, 9205.0, 9161.0, 9205.0, 9161.0, 9222.0, 9166.0, 9226.0, 9184.0, 9229.0, 9183.0, 9234.0, 9186.0, 9241.0, 9194.0, 9239.0, 9193.0, 9225.0, 9235.0, 9207.0, 9215.0, 9205.0, 9172.0, 9207.0, 9204.0, 9202.0, 9173.0, 9203.0, 9186.0, 9208.0, 9233.0, 9187.0, 9211.0, 9156.0, 9212.0, 9158.0, 9219.0, 9166.0, 9205.0, 9161.0, 9208.0, 9203.0, 9191.0, 9233.0, 9192.0, 9220.0, 9176.0, 9215.0, 9177.0, 9220.0, 9180.0, 9219.0, 9179.0, 9222.0, 9179.0, 9227.0, 9233.0, 9206.0, 9233.0, 9188.0, 9217.0, 9176.0, 9235.0, 9200.0, 9190.0, 9231.0, 9185.0, 9196.0, 9143.0, 9185.0, 9147.0, 9192.0, 9163.0, 9213.0, 9188.0, 9239.0, 9266.0, 9234.0, 9261.0, 9217.0, 9244.0, 9181.0, 9225.0, 9258.0, 9189.0, 9205.0, 9194.0, 9171.0, 9211.0, 9158.0, 9197.0, 9141.0, 9187.0, 9145.0, 9197.0, 9248.0, 9186.0, 9234.0, 9176.0, 9206.0, 9221.0, 9176.0, 9220.0, 9157.0, 9201.0, 9184.0, 9173.0, 9216.0, 9156.0, 9204.0, 9211.0, 9169.0, 9197.0, 9159.0, 9215.0, 9146.0, 9191.0, 9228.0, 9159.0, 9200.0, 9142.0, 9183.0, 9212.0, 9156.0, 9196.0, 9119.0, 9166.0, 9206.0, 9151.0, 9196.0, 9139.0, 9170.0, 9152.0, 9174.0, 9211.0, 9179.0, 9218.0, 9161.0, 9218.0, 9174.0, 9176.0, 9229.0, 9177.0, 9216.0, 9170.0, 9198.0, 9139.0, 9173.0, 9180.0, 9177.0, 9226.0, 9171.0, 9216.0, 9177.0, 9219.0, 9164.0, 9207.0, 9217.0, 9175.0, 9215.0, 9155.0, 9215.0, 9179.0, 9179.0, 9213.0, 9159.0, 9195.0, 9176.0, 9215.0, 9167.0, 9222.0, 9163.0, 9196.0, 9165.0, 9184.0, 9237.0, 9181.0, 9240.0, 9160.0, 9192.0, 9201.0, 9175.0, 9228.0, 9158.0, 9217.0, 9155.0, 9175.0, 9212.0, 9161.0, 9198.0, 9158.0, 9191.0, 9212.0, 9158.0, 9211.0, 9159.0, 9202.0, 9162.0, 9190.0, 9175.0, 9184.0, 9234.0, 9179.0, 9237.0, 9176.0, 9193.0, 9233.0, 9178.0, 9215.0, 9156.0, 9203.0, 9157.0, 9174.0, 9210.0, 9174.0, 9213.0, 9160.0, 9219.0, 9159.0, 9189.0, 9157.0, 9178.0, 9229.0, 9173.0, 9220.0, 9171.0, 9175.0, 9151.0, 9174.0, 9212.0, 9165.0, 9217.0, 9148.0, 9192.0, 9164.0, 9199.0, 9251.0, 9203.0, 9257.0, 9197.0, 9210.0, 9160.0, 9193.0, 9237.0, 9180.0, 9204.0, 9158.0, 9173.0, 9168.0, 9172.0, 9216.0, 9175.0, 9203.0, 9142.0, 9178.0, 9226.0, 9174.0, 9219.0, 9165.0, 9173.0, 9143.0, 9191.0, 9158.0, 9194.0, 9248.0, 9182.0, 9219.0, 9183.0, 9224.0, 9180.0, 9211.0, 9220.0, 9195.0, 9219.0, 9175.0, 9219.0, 9158.0, 9192.0, 9235.0, 9168.0, 9193.0, 9141.0, 9181.0, 9140.0, 9185.0, 9140.0, 9176.0, 9215.0, 9163.0, 9200.0, 9160.0, 9189.0, 9181.0, 9172.0, 9213.0, 9148.0, 9202.0, 9164.0, 9194.0, 9141.0, 9177.0, 9172.0, 9177.0, 9215.0, 9162.0, 9208.0, 9165.0, 9173.0, 9198.0, 9174.0, 9202.0, 9162.0, 9206.0, 9173.0, 9175.0, 9213.0, 9162.0, 9203.0, 9142.0, 9177.0, 9217.0, 9156.0, 9181.0, 9124.0, 9162.0, 9211.0, 9162.0, 9204.0, 9152.0, 9194.0, 9159.0, 9183.0, 9236.0, 9165.0, 9203.0, 9147.0, 9189.0, 9156.0, 9177.0, 9213.0, 9146.0, 9200.0, 9144.0, 9176.0, 9172.0, 9177.0, 9217.0, 9158.0, 9185.0, 9211.0, 9151.0, 9193.0, 9143.0, 9184.0, 9157.0, 9176.0, 9201.0, 9178.0, 9219.0, 9179.0, 9224.0, 9149.0, 9179.0, 9157.0, 9182.0, 9220.0, 9162.0, 9219.0, 9141.0, 9172.0, 9143.0, 9178.0, 9211.0, 9158.0, 9217.0, 9141.0, 9175.0, 9154.0, 9168.0, 9212.0, 9156.0, 9182.0, 9140.0, 9175.0, 9209.0, 9159.0, 9198.0, 9142.0, 9174.0, 9123.0, 9178.0, 9169.0, 9181.0, 9219.0, 9167.0, 9219.0, 9165.0, 9192.0, 9178.0, 9180.0, 9236.0, 9163.0, 9203.0, 9194.0, 9163.0, 9208.0, 9150.0, 9201.0, 9205.0, 9152.0, 9193.0, 9117.0, 9163.0, 9118.0, 9154.0, 9189.0, 9143.0, 9198.0, 9144.0, 9174.0, 9215.0, 9149.0, 9205.0, 9149.0, 9176.0, 9213.0, 9167.0, 9218.0, 9147.0, 9207.0, 9217.0, 9179.0, 9214.0, 9164.0, 9211.0, 9142.0, 9170.0, 9228.0, 9140.0, 9195.0, 9122.0, 9154.0, 9139.0, 9173.0, 9211.0, 9142.0, 9199.0, 9195.0, 9152.0, 9192.0, 9119.0, 9157.0, 9203.0, 9139.0, 9178.0, 9141.0, 9196.0, 9141.0, 9208.0, 9170.0, 9181.0, 9228.0, 9164.0, 9215.0, 9145.0, 9178.0, 9217.0, 9154.0, 9200.0, 9125.0, 9152.0, 9202.0, 9157.0, 9198.0, 9119.0, 9153.0, 9175.0, 9156.0, 9195.0, 9138.0, 9190.0, 9212.0, 9159.0, 9197.0, 9122.0, 9161.0, 9208.0, 9157.0, 9200.0, 9180.0, 9157.0, 9209.0, 9144.0, 9187.0, 9209.0, 9145.0, 9209.0, 9141.0, 9175.0, 9171.0, 9178.0, 9216.0, 9161.0, 9194.0, 9218.0, 9162.0, 9200.0, 9127.0, 9172.0, 9230.0, 9140.0, 9183.0, 9174.0, 9155.0, 9193.0, 9136.0, 9178.0, 9146.0, 9152.0, 9191.0, 9143.0, 9197.0, 9159.0, 9221.0, 9200.0, 9163.0, 9213.0, 9146.0, 9204.0, 9215.0, 9135.0, 9214.0, 9201.0, 9132.0, 9169.0, 9109.0, 9158.0, 9169.0, 9127.0, 9170.0, 9113.0, 9136.0, 9181.0, 9136.0, 9191.0, 9124.0, 9156.0, 9200.0, 9137.0, 9193.0, 9114.0, 9152.0, 9192.0, 9136.0, 9191.0, 9131.0, 9140.0, 9187.0, 9120.0, 9177.0, 9169.0, 9127.0, 9186.0, 9111.0, 9153.0, 9183.0, 9126.0, 9167.0, 9109.0, 9127.0, 9176.0, 9114.0, 9169.0, 9098.0, 9132.0, 9181.0, 9117.0, 9169.0, 9135.0, 9182.0, 9160.0, 9136.0, 9204.0, 9135.0, 9177.0, 9121.0, 9154.0, 9191.0, 9118.0, 9177.0, 9140.0, 9130.0, 9185.0, 9131.0, 9178.0, 9118.0, 9152.0, 9186.0, 9120.0, 9173.0, 9134.0, 9180.0, 9130.0, 9153.0, 9201.0, 9135.0, 9177.0, 9138.0, 9196.0, 9169.0, 9153.0, 9207.0, 9138.0, 9180.0, 9118.0, 9141.0, 9191.0, 9136.0, 9193.0, 9120.0, 9138.0, 9200.0, 9124.0, 9187.0, 9121.0, 9172.0, 9205.0, 9135.0, 9184.0, 9137.0, 9176.0, 9148.0, 9155.0, 9200.0, 9153.0, 9193.0, 9157.0, 9196.0, 9141.0, 9199.0, 9197.0, 9137.0, 9191.0, 9124.0, 9192.0, 9118.0, 9151.0, 9146.0, 9137.0, 9165.0, 9154.0, 9205.0, 9158.0, 9218.0, 9139.0, 9168.0, 9150.0, 9157.0, 9204.0, 9141.0, 9202.0, 9205.0, 9133.0, 9181.0, 9099.0, 9160.0, 9111.0, 9134.0, 9184.0, 9124.0, 9192.0, 9140.0, 9197.0, 9140.0, 9221.0, 9208.0, 9143.0, 9192.0, 9118.0, 9163.0, 9204.0, 9116.0, 9178.0, 9116.0, 9130.0, 9185.0, 9121.0, 9187.0, 9138.0, 9200.0, 9121.0, 9137.0, 9138.0, 9143.0, 9208.0, 9138.0, 9199.0, 9165.0, 9138.0, 9186.0, 9135.0, 9188.0, 9144.0, 9183.0, 9153.0, 9160.0, 9184.0, 9162.0, 9213.0, 9157.0, 9201.0, 9144.0, 9189.0, 9181.0, 9159.0, 9212.0, 9150.0, 9196.0, 9123.0, 9149.0, 9217.0, 9138.0, 9192.0, 9134.0, 9144.0, 9203.0, 9114.0, 9167.0, 9093.0, 9135.0, 9179.0, 9109.0, 9161.0, 9111.0, 9157.0, 9132.0, 9169.0, 9204.0, 9142.0, 9193.0, 9126.0, 9173.0, 9210.0, 9156.0, 9211.0, 9142.0, 9163.0, 9136.0, 9154.0, 9212.0, 9143.0, 9195.0, 9136.0, 9162.0, 9129.0, 9154.0, 9206.0, 9140.0, 9197.0, 9129.0, 9148.0, 9188.0, 9133.0, 9187.0, 9119.0, 9135.0, 9187.0, 9117.0, 9170.0, 9118.0, 9153.0, 9203.0, 9142.0, 9191.0, 9134.0, 9177.0, 9141.0, 9199.0, 9140.0, 9183.0, 9211.0, 9156.0, 9197.0, 9155.0, 9195.0, 9139.0, 9183.0, 9206.0, 9173.0, 9186.0, 9129.0, 9157.0, 9115.0, 9148.0, 9202.0, 9127.0, 9155.0, 9095.0, 9129.0, 9111.0, 9118.0, 9186.0, 9138.0, 9194.0, 9146.0, 9158.0, 9124.0, 9165.0, 9213.0, 9165.0, 9224.0, 9212.0, 9153.0, 9194.0, 9120.0, 9166.0, 9203.0, 9133.0, 9188.0, 9112.0, 9132.0, 9143.0, 9145.0, 9205.0, 9140.0, 9192.0, 9140.0, 9189.0, 9140.0, 9200.0, 9152.0, 9170.0, 9210.0, 9150.0, 9193.0, 9120.0, 9165.0, 9175.0, 9152.0, 9184.0, 9146.0, 9168.0, 9134.0, 9178.0, 9120.0, 9151.0, 9160.0, 9146.0, 9183.0, 9128.0, 9177.0, 9117.0, 9152.0, 9187.0, 9129.0, 9171.0, 9130.0, 9156.0, 9112.0, 9148.0, 9154.0, 9130.0, 9171.0, 9154.0, 9194.0, 9118.0, 9188.0, 9212.0, 9140.0, 9175.0, 9109.0, 9148.0, 9183.0, 9121.0, 9188.0, 9112.0, 9154.0, 9135.0, 9155.0, 9210.0, 9142.0, 9206.0, 9195.0, 9144.0, 9206.0, 9147.0, 9220.0, 9143.0, 9192.0, 9232.0, 9157.0, 9196.0, 9153.0, 9199.0, 9167.0, 9173.0, 9224.0, 9135.0, 9196.0, 9136.0, 9179.0, 9137.0, 9171.0, 9212.0, 9152.0, 9192.0, 9138.0, 9190.0, 9124.0, 9180.0, 9148.0, 9151.0, 9177.0, 9154.0, 9191.0, 9146.0, 9197.0, 9121.0, 9147.0, 9107.0, 9145.0, 9182.0, 9129.0, 9175.0, 9114.0, 9146.0, 9125.0, 9134.0, 9186.0, 9136.0, 9175.0, 9123.0, 9156.0, 9188.0, 9135.0, 9175.0, 9108.0, 9167.0, 9177.0, 9152.0, 9189.0, 9117.0, 9158.0, 9111.0, 9148.0, 9199.0, 9120.0, 9181.0, 9172.0, 9130.0, 9168.0, 9118.0, 9178.0, 9129.0, 9155.0, 9200.0, 9131.0, 9170.0, 9141.0, 9197.0, 9142.0, 9172.0, 9211.0, 9153.0, 9179.0, 9121.0, 9152.0, 9157.0, 9150.0, 9206.0, 9136.0, 9176.0, 9119.0, 9150.0, 9192.0, 9135.0, 9175.0, 9119.0, 9151.0, 9186.0, 9147.0, 9172.0, 9113.0, 9161.0, 9187.0, 9133.0, 9169.0, 9132.0, 9160.0, 9120.0, 9150.0, 9198.0, 9158.0, 9190.0, 9137.0, 9164.0, 9124.0, 9169.0, 9207.0, 9147.0, 9178.0, 9143.0, 9132.0, 9170.0, 9131.0, 9176.0, 9120.0, 9156.0, 9208.0, 9140.0, 9182.0, 9122.0, 9158.0, 9210.0, 9145.0, 9199.0, 9124.0, 9156.0, 9137.0, 9157.0, 9207.0, 9156.0, 9195.0, 9118.0, 9149.0, 9190.0, 9151.0, 9171.0, 9126.0, 9154.0, 9120.0, 9154.0, 9191.0, 9155.0, 9195.0, 9144.0, 9187.0, 9138.0, 9161.0, 9196.0, 9161.0, 9214.0, 9162.0, 9200.0, 9139.0, 9154.0, 9208.0, 9153.0, 9193.0, 9135.0, 9178.0, 9187.0, 9147.0, 9186.0, 9131.0, 9174.0, 9102.0, 9150.0, 9187.0, 9129.0, 9169.0, 9120.0, 9161.0, 9115.0, 9151.0, 9187.0, 9133.0, 9152.0, 9102.0, 9148.0, 9155.0, 9184.0, 9177.0, 9177.0, 9199.0, 9217.0, 9166.0, 9199.0, 9172.0, 9208.0, 9157.0, 9193.0, 9135.0, 9168.0, 9135.0, 9176.0, 9104.0, 9151.0, 9181.0, 9151.0, 9190.0, 9149.0, 9186.0, 9148.0, 9187.0, 9157.0, 9177.0, 9125.0, 9152.0, 9120.0, 9185.0, 9122.0, 9187.0, 9143.0, 9155.0, 9151.0, 9153.0, 9179.0, 9156.0, 9208.0, 9151.0, 9193.0, 9137.0, 9173.0, 9120.0, 9168.0, 9120.0, 9155.0, 9176.0, 9150.0, 9177.0, 9152.0, 9188.0, 9139.0, 9192.0, 9156.0, 9184.0, 9128.0, 9169.0, 9127.0, 9168.0, 9138.0, 9170.0, 9209.0, 9153.0, 9195.0, 9157.0, 9211.0, 9141.0, 9193.0, 9123.0, 9152.0, 9124.0, 9160.0, 9193.0, 9170.0, 9211.0, 9151.0, 9190.0, 9154.0, 9200.0, 9122.0, 9155.0, 9211.0, 9135.0, 9171.0, 9120.0, 9162.0, 9105.0, 9157.0, 9194.0, 9150.0, 9189.0, 9156.0, 9194.0, 9142.0, 9199.0, 9151.0, 9154.0, 9192.0, 9156.0, 9209.0, 9138.0, 9191.0, 9147.0, 9137.0, 9156.0, 9137.0, 9186.0, 9139.0, 9189.0, 9134.0, 9150.0, 9106.0, 9153.0, 9148.0, 9155.0, 9211.0, 9133.0, 9133.0, 9183.0, 9132.0, 9174.0, 9114.0, 9146.0, 9185.0, 9134.0, 9186.0, 9128.0, 9165.0, 9107.0, 9153.0, 9205.0, 9153.0, 9180.0, 9119.0, 9142.0, 9192.0, 9151.0, 9208.0, 9134.0, 9157.0, 9167.0, 9160.0, 9207.0, 9159.0, 9197.0, 9128.0, 9157.0, 9194.0, 9157.0, 9210.0, 9156.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.013706515151515152</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.1057762096969697</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.98000140761941</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2425339927520855</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0416504351175124</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4621</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6465.2324</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08131767692137022</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5303030303030303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8378428505483537</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.590510392782874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.132362652591382</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.790655506270806</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00281565</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011254980228841305</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027646685019135475</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.946003775803241</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.8111</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.7685</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.6401</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303530.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>691.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.0886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1164</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.2144</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3325.3163</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3561.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73014.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1131.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4326.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.4258</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.20721347129438</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> |