=== 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-0018 --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-0018",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0018_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0018/ses-04/func/sub-0018_ses-04_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>59dd21d4d776b57d1f8ce09d4acefaf6</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>10:25:41.170000</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.993297, -0.0702151, 0.0918257, 0.0638854, 0.995489, 0.0701456]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100508</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7237, 641, -66, -212, -22, 12]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.903</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0ce6f444-afb1-4c59-b012-0f9c2cf3b408||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.6649417877197266, 0.17139987647533417, 0.26010915637016296, 96.83263397216797], [0.1883818656206131, 2.6708240509033203, 0.1722843497991562, -92.81416320800781], [0.24636156857013702, -0.18819540739059448, 2.6819138526916504, -64.05291748046875], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1268]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'AcquisitionTime': ['102541.170000', '102541.630000', '102542.090000', '102542.550000', '102543.010000', '102543.470000', '102543.930000', '102544.390000', '102544.850000', '102545.310000', '102545.770000', '102546.230000', '102546.690000', '102547.150000', '102547.610000', '102548.070000', '102548.530000', '102548.990000', '102549.450000', '102549.910000', '102550.370000', '102550.830000', '102551.290000', '102551.750000', '102552.210000', '102552.670000', '102553.130000', '102553.590000', '102554.050000', '102554.510000', '102554.970000', '102555.430000', '102555.890000', '102556.350000', '102556.810000', '102557.270000', '102557.730000', '102558.190000', '102558.650000', '102559.110000', '102559.570000', '102600.030000', '102600.490000', '102600.950000', '102601.410000', '102601.870000', '102602.330000', '102602.790000', '102603.250000', '102603.710000', '102604.170000', '102604.630000', '102605.090000', '102605.550000', '102606.010000', '102606.470000', '102606.930000', '102607.390000', '102607.850000', '102608.310000', '102608.770000', '102609.230000', '102609.690000', '102610.150000', '102610.610000', '102611.070000', '102611.530000', '102611.990000', '102612.450000', '102612.910000', '102613.370000', '102613.830000', '102614.290000', '102614.750000', '102615.210000', '102615.670000', '102616.130000', '102616.590000', '102617.050000', '102617.510000', '102617.970000', '102618.430000', '102618.890000', '102619.350000', '102619.810000', '102620.270000', '102620.730000', '102621.190000', '102621.650000', '102622.110000', '102622.570000', '102623.030000', '102623.490000', '102623.950000', '102624.410000', '102624.870000', '102625.330000', '102625.790000', '102626.250000', '102626.710000', '102627.170000', '102627.630000', '102628.090000', '102628.550000', '102629.010000', '102629.470000', '102629.930000', '102630.390000', '102630.850000', '102631.310000', '102631.770000', '102632.230000', '102632.690000', '102633.150000', '102633.610000', '102634.070000', '102634.530000', '102634.990000', '102635.450000', '102635.910000', '102636.370000', '102636.830000', '102637.290000', '102637.750000', '102638.210000', '102638.670000', '102639.130000', '102639.590000', '102640.050000', '102640.510000', '102640.970000', '102641.430000', '102641.890000', '102642.350000', '102642.810000', '102643.270000', '102643.730000', '102644.190000', '102644.650000', '102645.110000', '102645.570000', '102646.030000', '102646.490000', '102646.950000', '102647.410000', '102647.870000', '102648.330000', '102648.790000', '102649.250000', '102649.710000', '102650.170000', '102650.630000', '102651.090000', '102651.550000', '102652.010000', '102652.470000', '102652.930000', '102653.390000', '102653.850000', '102654.310000', '102654.770000', '102655.230000', '102655.690000', '102656.150000', '102656.610000', '102657.070000', '102657.530000', '102657.990000', '102658.450000', '102658.910000', '102659.370000', '102659.830000', '102700.290000', '102700.750000', '102701.210000', '102701.670000', '102702.130000', '102702.590000', '102703.050000', '102703.510000', '102703.970000', '102704.430000', '102704.890000', '102705.350000', '102705.810000', '102706.270000', '102706.730000', '102707.190000', '102707.650000', '102708.110000', '102708.570000', '102709.030000', '102709.490000', '102709.950000', '102710.410000', '102710.870000', '102711.330000', '102711.790000', '102712.250000', '102712.710000', '102713.170000', '102713.630000', '102714.090000', '102714.550000', '102715.010000', '102715.470000', '102715.930000', '102716.390000', '102716.850000', '102717.310000', '102717.770000', '102718.230000', '102718.690000', '102719.150000', '102719.610000', '102720.070000', '102720.530000', '102720.990000', '102721.450000', '102721.910000', '102722.370000', '102722.830000', '102723.290000', '102723.750000', '102724.210000', '102724.670000', '102725.130000', '102725.590000', '102726.050000', '102726.510000', '102726.970000', '102727.430000', '102727.890000', '102728.350000', '102728.810000', '102729.270000', '102729.730000', '102730.190000', '102730.650000', '102731.110000', '102731.570000', '102732.030000', '102732.490000', '102732.950000', '102733.410000', '102733.870000', '102734.330000', '102734.790000', '102735.250000', '102735.710000', '102736.170000', '102736.630000', '102737.090000', '102737.550000', '102738.010000', '102738.470000', '102738.930000', '102739.390000', '102739.850000', '102740.310000', '102740.770000', '102741.230000', '102741.690000', '102742.150000', '102742.610000', '102743.070000', '102743.530000', '102743.990000', '102744.450000', '102744.910000', '102745.370000', '102745.830000', '102746.290000', '102746.750000', '102747.210000', '102747.670000', '102748.130000', '102748.590000', '102749.050000', '102749.510000', '102749.970000', '102750.430000', '102750.890000', '102751.350000', '102751.810000', '102752.270000', '102752.730000', '102753.190000', '102753.650000', '102754.110000', '102754.570000', '102755.030000', '102755.490000', '102755.950000', '102756.410000', '102756.870000', '102757.330000', '102757.790000', '102758.250000', '102758.710000', '102759.170000', '102759.630000', '102800.090000', '102800.550000', '102801.010000', '102801.470000', '102801.930000', '102802.390000', '102802.850000', '102803.310000', '102803.770000', '102804.230000', '102804.690000', '102805.150000', '102805.610000', '102806.070000', '102806.530000', '102806.990000', '102807.450000', '102807.910000', '102808.370000', '102808.830000', '102809.290000', '102809.750000', '102810.210000', '102810.670000', '102811.130000', '102811.590000', '102812.050000', '102812.510000', '102812.970000', '102813.430000', '102813.890000', '102814.350000', '102814.810000', '102815.270000', '102815.730000', '102816.190000', '102816.650000', '102817.110000', '102817.570000', '102818.030000', '102818.490000', '102818.950000', '102819.410000', '102819.870000', '102820.330000', '102820.790000', '102821.250000', '102821.710000', '102822.170000', '102822.630000', '102823.090000', '102823.550000', '102824.010000', '102824.470000', '102824.930000', '102825.390000', '102825.850000', '102826.310000', '102826.770000', '102827.230000', '102827.690000', '102828.150000', '102828.610000', '102829.070000', '102829.530000', '102829.990000', '102830.450000', '102830.910000', '102831.370000', '102831.830000', '102832.290000', '102832.750000', '102833.210000', '102833.670000', '102834.130000', '102834.590000', '102835.050000', '102835.510000', '102835.970000', '102836.430000', '102836.890000', '102837.350000', '102837.810000', '102838.270000', '102838.730000', '102839.190000', '102839.650000', '102840.110000', '102840.570000', '102841.030000', '102841.490000', '102841.950000', '102842.410000', '102842.870000', '102843.330000', '102843.790000', '102844.250000', '102844.710000', '102845.170000', '102845.630000', '102846.090000', '102846.550000', '102847.010000', '102847.470000', '102847.930000', '102848.390000', '102848.850000', '102849.310000', '102849.770000', '102850.230000', '102850.690000', '102851.150000', '102851.610000', '102852.070000', '102852.530000', '102852.990000', '102853.450000', '102853.910000', '102854.370000', '102854.830000', '102855.290000', '102855.750000', '102856.210000', '102856.670000', '102857.130000', '102857.590000', '102858.050000', '102858.510000', '102858.970000', '102859.430000', '102859.890000', '102900.350000', '102900.810000', '102901.270000', '102901.730000', '102902.190000', '102902.650000', '102903.110000', '102903.570000', '102904.030000', '102904.490000', '102904.950000', '102905.410000', '102905.870000', '102906.330000', '102906.790000', '102907.250000', '102907.710000', '102908.170000', '102908.630000', '102909.090000', '102909.550000', '102910.010000', '102910.470000', '102910.930000', '102911.390000', '102911.850000', '102912.310000', '102912.770000', '102913.230000', '102913.690000', '102914.150000', '102914.610000', '102915.070000', '102915.530000', '102915.990000', '102916.450000', '102916.910000', '102917.370000', '102917.830000', '102918.290000', '102918.750000', '102919.210000', '102919.670000', '102920.130000', '102920.590000', '102921.050000', '102921.510000', '102921.970000', '102922.430000', '102922.890000', '102923.350000', '102923.810000', '102924.270000', '102924.730000', '102925.190000', '102925.650000', '102926.110000', '102926.570000', '102927.030000', '102927.490000', '102927.950000', '102928.410000', '102928.870000', '102929.330000', '102929.790000', '102930.250000', '102930.710000', '102931.170000', '102931.630000', '102932.090000', '102932.550000', '102933.010000', '102933.470000', '102933.930000', '102934.390000', '102934.850000', '102935.310000', '102935.770000', '102936.230000', '102936.690000', '102937.150000', '102937.610000', '102938.070000', '102938.530000', '102938.990000', '102939.450000', '102939.910000', '102940.370000', '102940.830000', '102941.290000', '102941.750000', '102942.210000', '102942.670000', '102943.130000', '102943.590000', '102944.050000', '102944.510000', '102944.970000', '102945.430000', '102945.890000', '102946.350000', '102946.810000', '102947.270000', '102947.730000', '102948.190000', '102948.650000', '102949.110000', '102949.570000', '102950.030000', '102950.490000', '102950.950000', '102951.410000', '102951.870000', '102952.330000', '102952.790000', '102953.250000', '102953.710000', '102954.170000', '102954.630000', '102955.090000', '102955.550000', '102956.010000', '102956.470000', '102956.930000', '102957.390000', '102957.850000', '102958.310000', '102958.770000', '102959.230000', '102959.690000', '103000.150000', '103000.610000', '103001.070000', '103001.530000', '103001.990000', '103002.450000', '103002.910000', '103003.370000', '103003.830000', '103004.290000', '103004.750000', '103005.210000', '103005.670000', '103006.130000', '103006.590000', '103007.050000', '103007.510000', '103007.970000', '103008.430000', '103008.890000', '103009.350000', '103009.810000', '103010.270000', '103010.730000', '103011.190000', '103011.650000', '103012.110000', '103012.570000', '103013.030000', '103013.490000', '103013.950000', '103014.410000', '103014.870000', '103015.330000', '103015.790000', '103016.250000', '103016.710000', '103017.170000', '103017.630000', '103018.090000', '103018.550000', '103019.010000', '103019.470000', '103019.930000', '103020.390000', '103020.850000', '103021.310000', '103021.770000', '103022.230000', '103022.690000', '103023.150000', '103023.610000', '103024.070000', '103024.530000', '103024.990000', '103025.450000', '103025.910000', '103026.370000', '103026.830000', '103027.290000', '103027.750000', '103028.210000', '103028.670000', '103029.130000', '103029.590000', '103030.050000', '103030.510000', '103030.970000', '103031.430000', '103031.890000', '103032.350000', '103032.810000', '103033.270000', '103033.730000', '103034.190000', '103034.650000', '103035.110000', '103035.570000', '103036.030000', '103036.490000', '103036.950000', '103037.410000', '103037.870000', '103038.330000', '103038.790000', '103039.250000', '103039.710000', '103040.170000', '103040.630000', '103041.090000', '103041.550000', '103042.010000', '103042.470000', '103042.930000', '103043.390000', '103043.850000', '103044.310000', '103044.770000', '103045.230000', '103045.690000', '103046.150000', '103046.610000', '103047.070000', '103047.530000', '103047.990000', '103048.450000', '103048.910000', '103049.370000', '103049.830000', '103050.290000', '103050.750000', '103051.210000', '103051.670000', '103052.130000', '103052.590000', '103053.050000', '103053.510000', '103053.970000', '103054.430000', '103054.890000', '103055.350000', '103055.810000', '103056.270000', '103056.730000', '103057.190000', '103057.650000', '103058.110000', '103058.570000', '103059.030000', '103059.490000', '103059.950000', '103100.410000', '103100.870000', '103101.330000', '103101.790000', '103102.250000', '103102.710000', '103103.170000', '103103.630000', '103104.090000', '103104.550000', '103105.010000', '103105.470000', '103105.930000', '103106.390000', '103106.850000', '103107.310000', '103107.770000', '103108.230000', '103108.690000', '103109.150000', '103109.610000', '103110.070000', '103110.530000', '103110.990000', '103111.450000', '103111.910000', '103112.370000', '103112.830000', '103113.290000', '103113.750000', '103114.210000', '103114.670000', '103115.130000', '103115.590000', '103116.050000', '103116.510000', '103116.970000', '103117.430000', '103117.890000', '103118.350000', '103118.810000', '103119.270000', '103119.730000', '103120.190000', '103120.650000', '103121.110000', '103121.570000', '103122.030000', '103122.490000', '103122.950000', '103123.410000', '103123.870000', '103124.330000', '103124.790000', '103125.250000', '103125.710000', '103126.170000', '103126.630000', '103127.090000', '103127.550000', '103128.010000', '103128.470000', '103128.930000', '103129.390000', '103129.850000', '103130.310000', '103130.770000', '103131.230000', '103131.690000', '103132.150000', '103132.610000', '103133.070000', '103133.530000', '103133.990000', '103134.450000', '103134.910000', '103135.370000', '103135.830000', '103136.290000', '103136.750000', '103137.210000', '103137.670000', '103138.130000', '103138.590000', '103139.050000', '103139.510000', '103139.970000', '103140.430000', '103140.890000', '103141.350000', '103141.810000', '103142.270000', '103142.730000', '103143.190000', '103143.650000', '103144.110000', '103144.570000', '103145.030000', '103145.490000', '103145.950000', '103146.410000', '103146.870000', '103147.330000', '103147.790000', '103148.250000', '103148.710000', '103149.170000', '103149.630000', '103150.090000', '103150.550000', '103151.010000', '103151.470000', '103151.930000', '103152.390000', '103152.850000', '103153.310000', '103153.770000', '103154.230000', '103154.690000', '103155.150000', '103155.610000', '103156.070000', '103156.530000', '103156.990000', '103157.450000', '103157.910000', '103158.370000', '103158.830000', '103159.290000', '103159.750000', '103200.210000', '103200.670000', '103201.130000', '103201.590000', '103202.050000', '103202.510000', '103202.970000', '103203.430000', '103203.890000', '103204.350000', '103204.810000', '103205.270000', '103205.730000', '103206.190000', '103206.650000', '103207.110000', '103207.570000', '103208.030000', '103208.490000', '103208.950000', '103209.410000', '103209.870000', '103210.330000', '103210.790000', '103211.250000', '103211.710000', '103212.170000', '103212.630000', '103213.090000', '103213.550000', '103214.010000', '103214.470000', '103214.930000', '103215.390000', '103215.850000', '103216.310000', '103216.770000', '103217.230000', '103217.690000', '103218.150000', '103218.610000', '103219.070000', '103219.530000', '103219.990000', '103220.450000', '103220.910000', '103221.370000', '103221.830000', '103222.290000', '103222.750000', '103223.210000', '103223.670000', '103224.130000', '103224.590000', '103225.050000', '103225.510000', '103225.970000', '103226.430000', '103226.890000', '103227.350000', '103227.810000', '103228.270000', '103228.730000', '103229.190000', '103229.650000', '103230.110000', '103230.570000', '103231.030000', '103231.490000', '103231.950000', '103232.410000', '103232.870000', '103233.330000', '103233.790000', '103234.250000', '103234.710000', '103235.170000', '103235.630000', '103236.090000', '103236.550000', '103237.010000', '103237.470000', '103237.930000', '103238.390000', '103238.850000', '103239.310000', '103239.770000', '103240.230000', '103240.690000', '103241.150000', '103241.610000', '103242.070000', '103242.530000', '103242.990000', '103243.450000', '103243.910000', '103244.370000', '103244.830000', '103245.290000', '103245.750000', '103246.210000', '103246.670000', '103247.130000', '103247.590000', '103248.050000', '103248.510000', '103248.970000', '103249.430000', '103249.890000', '103250.350000', '103250.810000', '103251.270000', '103251.730000', '103252.190000', '103252.650000', '103253.110000', '103253.570000', '103254.030000', '103254.490000', '103254.950000', '103255.410000', '103255.870000', '103256.330000', '103256.790000', '103257.250000', '103257.710000', '103258.170000', '103258.630000', '103259.090000', '103259.550000', '103300.010000', '103300.470000', '103300.930000', '103301.390000', '103301.850000', '103302.310000', '103302.770000', '103303.230000', '103303.690000', '103304.150000', '103304.610000', '103305.070000', '103305.530000', '103305.990000', '103306.450000', '103306.910000', '103307.370000', '103307.830000', '103308.290000', '103308.750000', '103309.210000', '103309.670000', '103310.130000', '103310.590000', '103311.050000', '103311.510000', '103311.970000', '103312.430000', '103312.890000', '103313.350000', '103313.810000', '103314.270000', '103314.730000', '103315.190000', '103315.650000', '103316.110000', '103316.570000', '103317.030000', '103317.490000', '103317.950000', '103318.410000', '103318.870000', '103319.330000', '103319.790000', '103320.250000', '103320.710000', '103321.170000', '103321.630000', '103322.090000', '103322.550000', '103323.010000', '103323.470000', '103323.930000', '103324.390000', '103324.850000', '103325.310000', '103325.770000', '103326.230000', '103326.690000', '103327.150000', '103327.610000', '103328.070000', '103328.530000', '103328.990000', '103329.450000', '103329.910000', '103330.370000', '103330.830000', '103331.290000', '103331.750000', '103332.210000', '103332.670000', '103333.130000', '103333.590000', '103334.050000', '103334.510000', '103334.970000', '103335.430000', '103335.890000', '103336.350000', '103336.810000', '103337.270000', '103337.730000', '103338.190000', '103338.650000', '103339.110000', '103339.570000', '103340.030000', '103340.490000', '103340.950000', '103341.410000', '103341.870000', '103342.330000', '103342.790000', '103343.250000', '103343.710000', '103344.170000', '103344.630000', '103345.090000', '103345.550000', '103346.010000', '103346.470000', '103346.930000', '103347.390000', '103347.850000', '103348.310000', '103348.770000', '103349.230000', '103349.690000', '103350.150000', '103350.610000', '103351.070000', '103351.530000', '103351.990000', '103352.450000', '103352.910000', '103353.370000', '103353.830000', '103354.290000', '103354.750000', '103355.210000', '103355.670000', '103356.130000', '103356.590000', '103357.050000', '103357.510000', '103357.970000', '103358.430000', '103358.890000', '103359.350000', '103359.810000', '103400.270000', '103400.730000', '103401.190000', '103401.650000', '103402.110000', '103402.570000', '103403.030000', '103403.490000', '103403.950000', '103404.410000', '103404.870000', '103405.330000', '103405.790000', '103406.250000', '103406.710000', '103407.170000', '103407.630000', '103408.090000', '103408.550000', '103409.010000', '103409.470000', '103409.930000', '103410.390000', '103410.850000', '103411.310000', '103411.770000', '103412.230000', '103412.690000', '103413.150000', '103413.610000', '103414.070000', '103414.530000', '103414.990000', '103415.450000', '103415.910000', '103416.370000', '103416.830000', '103417.290000', '103417.750000', '103418.210000', '103418.670000', '103419.130000', '103419.590000', '103420.050000', '103420.510000', '103420.970000', '103421.430000', '103421.890000', '103422.350000', '103422.810000', '103423.270000', '103423.730000', '103424.190000', '103424.650000', '103425.110000', '103425.570000', '103426.030000', '103426.490000', '103426.950000', '103427.410000', '103427.870000', '103428.330000', '103428.790000', '103429.250000', '103429.710000', '103430.170000', '103430.630000', '103431.090000', '103431.550000', '103432.010000', '103432.470000', '103432.930000', '103433.390000', '103433.850000', '103434.310000', '103434.770000', '103435.230000', '103435.690000', '103436.150000', '103436.610000', '103437.070000', '103437.530000', '103437.990000', '103438.450000', '103438.910000', '103439.370000', '103439.830000', '103440.290000', '103440.750000', '103441.210000', '103441.670000', '103442.130000', '103442.590000', '103443.050000', '103443.510000', '103443.970000', '103444.430000', '103444.890000', '103445.350000', '103445.810000', '103446.270000', '103446.730000', '103447.190000', '103447.650000', '103448.110000', '103448.570000', '103449.030000', '103449.490000', '103449.950000', '103450.410000', '103450.870000', '103451.330000', '103451.790000', '103452.250000', '103452.710000', '103453.170000', '103453.630000', '103454.090000', '103454.550000', '103455.010000', '103455.470000', '103455.930000', '103456.390000', '103456.850000', '103457.310000', '103457.770000', '103458.230000', '103458.690000', '103459.150000', '103459.610000', '103500.070000', '103500.530000', '103500.990000', '103501.450000', '103501.910000', '103502.370000', '103502.830000', '103503.290000', '103503.750000', '103504.210000', '103504.670000', '103505.130000', '103505.590000', '103506.050000', '103506.510000', '103506.970000', '103507.430000', '103507.890000', '103508.350000', '103508.810000', '103509.270000', '103509.730000', '103510.190000', '103510.650000', '103511.110000', '103511.570000', '103512.030000', '103512.490000', '103512.950000', '103513.410000', '103513.870000', '103514.330000', '103514.790000', '103515.250000', '103515.710000', '103516.170000', '103516.630000', '103517.090000', '103517.550000', '103518.010000', '103518.470000', '103518.930000', '103519.390000', '103519.850000', '103520.310000', '103520.770000', '103521.230000', '103521.690000', '103522.150000', '103522.610000', '103523.070000', '103523.530000', '103523.990000'], 'ContentTime': ['102557.946000', '102557.950000', '102557.953000', '102557.956000', '102557.958000', '102557.961000', '102557.964000', '102557.967000', '102557.970000', '102557.975000', '102557.978000', '102557.981000', '102557.984000', '102557.987000', '102557.990000', '102557.993000', '102557.995000', '102557.998000', '102558.002000', '102558.005000', '102558.014000', '102558.016000', '102558.019000', '102558.022000', '102558.025000', '102558.027000', '102558.030000', '102558.033000', '102558.039000', '102558.042000', '102558.044000', '102558.047000', '102558.050000', '102558.053000', '102617.909000', '102617.912000', '102617.915000', '102617.917000', '102617.920000', '102617.923000', '102617.926000', '102617.929000', '102617.931000', '102617.934000', '102617.937000', '102617.940000', '102617.949000', '102617.952000', '102617.955000', '102617.958000', '102617.960000', '102617.963000', '102617.966000', '102617.969000', '102617.972000', '102617.991000', '102617.993000', '102617.996000', '102618.000000', '102618.003000', '102618.006000', '102618.008000', '102618.011000', '102618.014000', '102618.017000', '102618.020000', '102618.022000', '102618.025000', '102618.028000', '102618.031000', '102618.034000', '102618.037000', '102618.039000', '102618.042000', '102618.045000', '102618.048000', '102618.051000', '102618.053000', '102637.909000', '102637.912000', '102637.915000', '102637.917000', '102637.920000', '102637.923000', '102637.926000', '102637.929000', '102637.932000', '102637.934000', '102637.937000', '102637.940000', '102637.943000', '102637.946000', '102637.948000', '102637.951000', '102637.954000', '102637.957000', '102637.960000', '102637.962000', '102637.965000', '102637.968000', '102637.971000', '102637.974000', '102637.977000', '102637.980000', '102637.986000', '102637.989000', '102637.991000', '102637.994000', '102637.997000', '102638.001000', '102638.004000', '102638.006000', '102638.009000', '102638.012000', '102638.015000', '102638.018000', '102638.020000', '102638.023000', '102638.026000', '102638.029000', '102638.032000', '102657.909000', '102657.912000', '102657.915000', '102657.918000', '102657.920000', '102657.923000', '102657.926000', '102657.929000', '102657.932000', '102657.935000', '102657.937000', '102657.940000', '102657.943000', '102657.946000', '102657.949000', '102657.952000', '102657.954000', '102657.957000', '102657.960000', '102657.963000', '102657.966000', '102657.969000', '102657.972000', '102657.974000', '102657.977000', '102657.980000', '102657.983000', '102657.986000', '102657.989000', '102657.991000', '102657.994000', '102657.997000', '102658.001000', '102658.004000', '102658.007000', '102658.009000', '102658.012000', '102658.015000', '102658.018000', '102658.021000', '102658.023000', '102658.026000', '102658.029000', '102658.032000', '102717.909000', '102717.912000', '102717.915000', '102717.917000', '102717.920000', '102717.923000', '102717.926000', '102717.929000', '102717.932000', '102717.935000', '102717.938000', '102717.941000', '102717.943000', '102717.946000', '102717.949000', '102717.952000', '102717.955000', '102717.957000', '102717.960000', '102717.963000', '102717.966000', '102717.969000', '102717.972000', '102717.974000', '102717.977000', '102717.980000', '102717.983000', '102717.986000', '102717.988000', '102717.991000', '102717.994000', '102717.997000', '102718.003000', '102718.007000', '102718.010000', '102718.013000', '102718.016000', '102718.018000', '102718.021000', '102718.024000', '102718.027000', '102718.029000', '102718.032000', '102737.909000', '102737.912000', '102737.915000', '102737.918000', '102737.920000', '102737.923000', '102737.926000', '102737.929000', '102737.932000', '102737.934000', '102737.937000', '102737.940000', '102737.943000', '102737.946000', '102737.949000', '102737.951000', '102737.954000', '102737.957000', '102737.960000', '102737.963000', '102737.966000', '102737.969000', '102737.971000', '102737.974000', '102737.977000', '102737.980000', '102737.982000', '102737.985000', '102737.988000', '102737.991000', '102737.994000', '102737.996000', '102738.000000', '102738.003000', '102738.006000', '102738.009000', '102738.012000', '102738.014000', '102738.017000', '102738.020000', '102738.023000', '102738.026000', '102738.028000', '102738.031000', '102757.909000', '102757.912000', '102757.915000', '102757.918000', '102757.921000', '102757.923000', '102757.926000', '102757.929000', '102757.932000', '102757.935000', '102757.937000', '102757.940000', '102757.943000', '102757.946000', '102757.949000', '102757.951000', '102757.970000', '102757.973000', '102757.976000', '102757.978000', '102757.981000', '102757.984000', '102757.987000', '102757.990000', '102757.992000', '102757.995000', '102757.998000', '102758.003000', '102758.008000', '102758.011000', '102758.014000', '102758.017000', '102758.020000', '102758.022000', '102758.025000', '102758.028000', '102758.031000', '102758.034000', '102758.037000', '102758.039000', '102758.042000', '102758.045000', '102758.048000', '102817.909000', '102817.912000', '102817.915000', '102817.918000', '102817.920000', '102817.923000', '102817.926000', '102817.929000', '102817.932000', '102817.934000', '102817.937000', '102817.940000', '102817.943000', '102817.946000', '102817.948000', '102817.951000', '102817.954000', '102817.957000', '102817.960000', '102817.963000', '102817.965000', '102817.968000', '102817.971000', '102817.974000', '102817.977000', '102817.980000', '102817.982000', '102817.985000', '102817.988000', '102817.991000', '102817.994000', '102817.996000', '102818.000000', '102818.003000', '102818.006000', '102818.009000', '102818.011000', '102818.014000', '102818.017000', '102818.020000', '102818.023000', '102818.025000', '102818.028000', '102818.031000', '102837.909000', '102837.912000', '102837.915000', '102837.918000', '102837.920000', '102837.923000', '102837.926000', '102837.929000', '102837.932000', '102837.934000', '102837.937000', '102837.940000', '102837.943000', '102837.946000', '102837.949000', '102837.952000', '102837.954000', '102837.957000', '102837.960000', '102837.963000', '102837.966000', '102837.969000', '102837.972000', '102837.975000', '102837.978000', '102837.981000', '102837.984000', '102837.987000', '102837.989000', '102837.992000', '102837.995000', '102837.998000', '102838.002000', '102838.004000', '102838.007000', '102838.010000', '102838.013000', '102838.016000', '102838.019000', '102838.021000', '102838.024000', '102838.027000', '102838.030000', '102857.911000', '102857.914000', '102857.918000', '102857.922000', '102857.925000', '102857.928000', '102857.931000', '102857.934000', '102857.937000', '102857.940000', '102857.943000', '102857.946000', '102857.949000', '102857.952000', '102857.955000', '102857.958000', '102857.961000', '102857.964000', '102857.967000', '102857.970000', '102857.973000', '102857.976000', '102857.979000', '102857.981000', '102857.984000', '102857.987000', '102857.990000', '102857.993000', '102857.996000', '102858.000000', '102858.002000', '102858.005000', '102858.008000', '102858.011000', '102858.014000', '102858.017000', '102858.019000', '102858.022000', '102858.025000', '102858.028000', '102858.031000', '102858.034000', '102858.036000', '102858.039000', '102917.909000', '102917.912000', '102917.915000', '102917.918000', '102917.920000', '102917.923000', '102917.926000', '102917.929000', '102917.932000', '102917.935000', '102917.937000', '102917.940000', '102917.943000', '102917.946000', '102917.949000', '102917.952000', '102917.955000', '102917.957000', '102917.960000', '102917.963000', '102917.966000', '102917.969000', '102917.972000', '102917.974000', '102917.977000', '102917.980000', '102917.983000', '102917.986000', '102917.989000', '102917.992000', '102917.994000', '102917.997000', '102918.001000', '102918.004000', '102918.007000', '102918.010000', '102918.012000', '102918.015000', '102918.018000', '102918.021000', '102918.024000', '102918.027000', '102918.030000', '102937.909000', '102937.912000', '102937.915000', '102937.918000', '102937.920000', '102937.923000', '102937.927000', '102937.930000', '102937.933000', '102937.936000', '102937.938000', '102937.941000', '102937.959000', '102937.962000', '102937.965000', '102937.968000', '102937.970000', '102937.973000', '102937.976000', '102937.979000', '102937.982000', '102937.985000', '102937.987000', '102937.990000', '102937.993000', '102937.996000', '102938.000000', '102938.003000', '102938.005000', '102938.008000', '102938.011000', '102938.014000', '102938.017000', '102938.020000', '102938.022000', '102938.025000', '102938.028000', '102938.031000', '102938.034000', '102938.036000', '102938.039000', '102938.042000', '102938.045000', '102938.048000', '102957.909000', '102957.912000', '102957.915000', '102957.918000', '102957.920000', '102957.923000', '102957.926000', '102957.929000', '102957.932000', '102957.935000', '102957.937000', '102957.940000', '102957.943000', '102957.946000', '102957.949000', '102957.952000', '102957.954000', '102957.957000', '102957.960000', '102957.963000', '102957.966000', '102957.968000', '102957.971000', '102957.974000', '102957.977000', '102957.985000', '102957.987000', '102957.990000', '102957.993000', '102957.996000', '102958.000000', '102958.002000', '102958.005000', '102958.009000', '102958.012000', '102958.015000', '102958.017000', '102958.020000', '102958.023000', '102958.026000', '102958.029000', '102958.032000', '102958.035000', '103017.909000', '103017.912000', '103017.915000', '103017.918000', '103017.921000', '103017.923000', '103017.926000', '103017.929000', '103017.932000', '103017.935000', '103017.937000', '103017.940000', '103017.943000', '103017.946000', '103017.949000', '103017.952000', '103017.955000', '103017.957000', '103017.960000', '103017.963000', '103017.966000', '103017.969000', '103017.972000', '103017.974000', '103017.977000', '103017.980000', '103017.983000', '103017.986000', '103017.989000', '103017.991000', '103017.994000', '103017.997000', '103018.001000', '103018.004000', '103018.006000', '103018.009000', '103018.012000', '103018.015000', '103018.018000', '103018.021000', '103018.023000', '103018.026000', '103018.029000', '103018.032000', '103037.909000', '103037.912000', '103037.915000', '103037.919000', '103037.921000', '103037.924000', '103037.927000', '103037.930000', '103037.933000', '103037.936000', '103037.939000', '103037.941000', '103037.944000', '103037.947000', '103037.950000', '103037.953000', '103037.955000', '103037.958000', '103037.961000', '103037.964000', '103037.967000', '103037.970000', '103037.972000', '103037.975000', '103037.978000', '103037.981000', '103037.984000', '103037.987000', '103037.989000', '103037.992000', '103037.995000', '103037.998000', '103038.001000', '103038.004000', '103038.007000', '103038.010000', '103038.013000', '103038.015000', '103038.018000', '103038.021000', '103038.024000', '103038.027000', '103038.030000', '103057.909000', '103057.912000', '103057.915000', '103057.918000', '103057.921000', '103057.924000', '103057.927000', '103057.930000', '103057.933000', '103057.936000', '103057.939000', '103057.942000', '103057.945000', '103057.948000', '103057.950000', '103057.953000', '103057.956000', '103057.959000', '103057.962000', '103057.965000', '103057.968000', '103057.970000', '103057.973000', '103057.991000', '103057.994000', '103057.997000', '103058.002000', '103058.005000', '103058.008000', '103058.011000', '103058.014000', '103058.017000', '103058.020000', '103058.023000', '103058.025000', '103058.029000', '103058.032000', '103058.035000', '103058.038000', '103058.041000', '103058.044000', '103058.047000', '103058.050000', '103058.053000', '103117.909000', '103117.912000', '103117.915000', '103117.918000', '103117.921000', '103117.924000', '103117.927000', '103117.930000', '103117.933000', '103117.937000', '103117.940000', '103117.943000', '103117.946000', '103117.949000', '103117.952000', '103117.955000', '103117.958000', '103117.960000', '103117.963000', '103117.966000', '103117.969000', '103117.972000', '103117.975000', '103117.978000', '103117.980000', '103117.983000', '103117.986000', '103117.989000', '103117.992000', '103117.995000', '103117.997000', '103118.001000', '103118.004000', '103118.007000', '103118.010000', '103118.012000', '103118.015000', '103118.018000', '103118.021000', '103118.024000', '103118.026000', '103118.029000', '103118.032000', '103137.909000', '103137.912000', '103137.915000', '103137.918000', '103137.921000', '103137.924000', '103137.926000', '103137.929000', '103137.932000', '103137.935000', '103137.938000', '103137.941000', '103137.944000', '103137.947000', '103137.950000', '103137.952000', '103137.955000', '103137.958000', '103137.961000', '103137.964000', '103137.966000', '103137.969000', '103137.972000', '103137.975000', '103137.978000', '103137.980000', '103137.983000', '103137.986000', '103137.989000', '103137.992000', '103137.994000', '103137.997000', '103138.001000', '103138.004000', '103138.007000', '103138.009000', '103138.013000', '103138.016000', '103138.019000', '103138.022000', '103138.025000', '103138.027000', '103138.030000', '103157.909000', '103157.912000', '103157.915000', '103157.918000', '103157.920000', '103157.923000', '103157.926000', '103157.929000', '103157.932000', '103157.934000', '103157.937000', '103157.940000', '103157.943000', '103157.946000', '103157.948000', '103157.951000', '103157.954000', '103157.957000', '103157.960000', '103157.963000', '103157.965000', '103157.968000', '103157.971000', '103157.974000', '103157.977000', '103157.980000', '103157.982000', '103157.985000', '103157.988000', '103157.991000', '103157.994000', '103157.996000', '103158.000000', '103158.003000', '103158.006000', '103158.009000', '103158.012000', '103158.014000', '103158.017000', '103158.020000', '103158.023000', '103158.026000', '103158.028000', '103158.031000', '103217.908000', '103217.911000', '103217.914000', '103217.917000', '103217.919000', '103217.922000', '103217.925000', '103217.928000', '103217.931000', '103217.934000', '103217.936000', '103217.939000', '103217.942000', '103217.945000', '103217.948000', '103217.950000', '103217.953000', '103217.956000', '103217.959000', '103217.962000', '103217.965000', '103217.967000', '103217.970000', '103217.973000', '103217.976000', '103217.979000', '103217.981000', '103217.984000', '103217.987000', '103217.990000', '103217.993000', '103217.996000', '103217.998000', '103218.002000', '103218.016000', '103218.019000', '103218.021000', '103218.024000', '103218.027000', '103218.030000', '103218.032000', '103218.035000', '103218.038000', '103237.909000', '103237.912000', '103237.915000', '103237.918000', '103237.921000', '103237.923000', '103237.926000', '103237.929000', '103237.932000', '103237.935000', '103237.937000', '103237.940000', '103237.943000', '103237.946000', '103237.949000', '103237.951000', '103237.954000', '103237.957000', '103237.960000', '103237.963000', '103237.966000', '103237.968000', '103237.971000', '103237.974000', '103237.977000', '103237.980000', '103237.982000', '103237.985000', '103237.988000', '103237.991000', '103237.994000', '103237.996000', '103238.000000', '103238.003000', '103238.006000', '103238.009000', '103238.012000', '103238.014000', '103238.017000', '103238.020000', '103238.023000', '103238.026000', '103238.028000', '103238.031000', '103257.909000', '103257.912000', '103257.915000', '103257.918000', '103257.923000', '103257.926000', '103257.928000', '103257.931000', '103257.934000', '103257.937000', '103257.940000', '103257.943000', '103257.945000', '103257.948000', '103257.951000', '103257.954000', '103257.957000', '103257.959000', '103257.962000', '103257.965000', '103257.968000', '103257.971000', '103257.974000', '103257.976000', '103257.979000', '103257.982000', '103257.985000', '103257.988000', '103257.990000', '103257.993000', '103257.996000', '103258.000000', '103258.003000', '103258.005000', '103258.008000', '103258.011000', '103258.014000', '103258.016000', '103258.019000', '103258.022000', '103258.025000', '103258.028000', '103258.030000', '103317.909000', '103317.912000', '103317.915000', '103317.918000', '103317.921000', '103317.924000', '103317.926000', '103317.929000', '103317.932000', '103317.935000', '103317.938000', '103317.940000', '103317.943000', '103317.946000', '103317.949000', '103317.952000', '103317.954000', '103317.957000', '103317.960000', '103317.963000', '103317.966000', '103317.969000', '103317.971000', '103317.974000', '103317.977000', '103317.980000', '103317.983000', '103317.986000', '103317.988000', '103317.991000', '103317.994000', '103317.997000', '103318.001000', '103318.004000', '103318.006000', '103318.009000', '103318.012000', '103318.015000', '103318.018000', '103318.020000', '103318.023000', '103318.026000', '103318.029000', '103318.032000', '103337.909000', '103337.912000', '103337.915000', '103337.918000', '103337.920000', '103337.923000', '103337.926000', '103337.929000', '103337.932000', '103337.935000', '103337.937000', '103337.940000', '103337.943000', '103337.946000', '103337.950000', '103337.955000', '103337.958000', '103337.961000', '103337.964000', '103337.967000', '103337.969000', '103337.972000', '103337.975000', '103337.978000', '103337.981000', '103337.984000', '103337.986000', '103337.989000', '103337.992000', '103337.995000', '103337.998000', '103338.001000', '103338.004000', '103338.007000', '103338.010000', '103338.013000', '103338.015000', '103338.018000', '103338.021000', '103338.024000', '103338.027000', '103338.029000', '103338.032000', '103357.909000', '103357.912000', '103357.915000', '103357.918000', '103357.921000', '103357.923000', '103357.926000', '103357.929000', '103357.932000', '103357.935000', '103357.938000', '103357.941000', '103357.943000', '103357.946000', '103357.949000', '103357.952000', '103357.955000', '103357.957000', '103357.960000', '103357.963000', '103357.966000', '103357.969000', '103357.972000', '103357.974000', '103357.977000', '103357.980000', '103357.983000', '103357.986000', '103357.988000', '103357.991000', '103357.994000', '103357.997000', '103358.001000', '103358.004000', '103358.006000', '103358.009000', '103358.012000', '103358.015000', '103358.018000', '103358.020000', '103358.023000', '103358.026000', '103358.029000', '103358.032000', '103417.909000', '103417.912000', '103417.915000', '103417.918000', '103417.921000', '103417.923000', '103417.926000', '103417.929000', '103417.932000', '103417.935000', '103417.938000', '103417.940000', '103417.943000', '103417.946000', '103417.949000', '103417.952000', '103417.955000', '103417.958000', '103417.963000', '103417.967000', '103417.970000', '103417.973000', '103417.976000', '103417.979000', '103417.981000', '103417.984000', '103417.987000', '103417.990000', '103417.993000', '103417.996000', '103417.998000', '103418.002000', '103418.005000', '103418.008000', '103418.011000', '103418.013000', '103418.016000', '103418.019000', '103418.022000', '103418.025000', '103418.027000', '103418.030000', '103418.033000', '103437.908000', '103437.911000', '103437.914000', '103437.917000', '103437.919000', '103437.922000', '103437.925000', '103437.928000', '103437.931000', '103437.934000', '103437.936000', '103437.939000', '103437.942000', '103437.945000', '103437.948000', '103437.950000', '103437.953000', '103437.956000', '103437.959000', '103437.962000', '103437.965000', '103437.967000', '103437.970000', '103437.973000', '103437.976000', '103437.979000', '103437.982000', '103437.984000', '103437.987000', '103437.990000', '103437.993000', '103437.996000', '103438.000000', '103438.003000', '103438.006000', '103438.008000', '103438.011000', '103438.014000', '103438.017000', '103438.020000', '103438.023000', '103438.025000', '103438.028000', '103438.031000', '103457.909000', '103457.912000', '103457.915000', '103457.918000', '103457.922000', '103457.925000', '103457.927000', '103457.930000', '103457.933000', '103457.936000', '103457.939000', '103457.942000', '103457.944000', '103457.947000', '103457.950000', '103457.953000', '103457.956000', '103457.959000', '103457.961000', '103457.964000', '103457.967000', '103457.970000', '103457.973000', '103457.976000', '103457.979000', '103457.981000', '103457.985000', '103458.001000', '103458.004000', '103458.007000', '103458.010000', '103458.012000', '103458.015000', '103458.018000', '103458.021000', '103458.024000', '103458.026000', '103458.029000', '103458.032000', '103458.035000', '103458.038000', '103458.041000', '103458.043000', '103517.909000', '103517.912000', '103517.915000', '103517.918000', '103517.921000', '103517.923000', '103517.926000', '103517.929000', '103517.932000', '103517.935000', '103517.938000', '103517.940000', '103517.943000', '103517.946000', '103517.949000', '103517.952000', '103517.955000', '103517.958000', '103517.961000', '103517.964000', '103517.967000', '103517.969000', '103517.972000', '103517.975000', '103517.978000', '103517.981000', '103517.984000', '103517.986000', '103517.989000', '103517.992000', '103517.995000', '103517.998000', '103518.002000', '103518.004000', '103518.007000', '103518.010000', '103518.013000', '103518.016000', '103518.018000', '103518.021000', '103518.024000', '103518.027000', '103518.030000', '103518.033000', '103525.190000', '103525.194000', '103525.198000', '103525.201000', '103525.204000', '103525.207000', '103525.210000', '103525.213000', '103525.216000', '103525.219000', '103525.222000', '103525.225000', '103525.228000', '103525.231000', '103525.234000', '103525.237000'], 'InstanceCreationTime': ['102557.946000', '102557.950000', '102557.953000', '102557.956000', '102557.958000', '102557.961000', '102557.964000', '102557.967000', '102557.970000', '102557.975000', '102557.978000', '102557.981000', '102557.984000', '102557.987000', '102557.990000', '102557.993000', '102557.995000', '102557.998000', '102558.002000', '102558.005000', '102558.014000', '102558.016000', '102558.019000', '102558.022000', '102558.025000', '102558.027000', '102558.030000', '102558.033000', '102558.039000', '102558.042000', '102558.044000', '102558.047000', '102558.050000', '102558.053000', '102617.909000', '102617.912000', '102617.915000', '102617.917000', '102617.920000', '102617.923000', '102617.926000', '102617.929000', '102617.931000', '102617.934000', '102617.937000', '102617.940000', '102617.949000', '102617.952000', '102617.955000', '102617.958000', '102617.960000', '102617.963000', '102617.966000', '102617.969000', '102617.972000', '102617.991000', '102617.993000', '102617.996000', '102618.000000', '102618.003000', '102618.006000', '102618.008000', '102618.011000', '102618.014000', '102618.017000', '102618.020000', '102618.022000', '102618.025000', '102618.028000', '102618.031000', '102618.034000', '102618.037000', '102618.039000', '102618.042000', '102618.045000', '102618.048000', '102618.051000', '102618.053000', '102637.909000', '102637.912000', '102637.915000', '102637.917000', '102637.920000', '102637.923000', '102637.926000', '102637.929000', '102637.932000', '102637.934000', '102637.937000', '102637.940000', '102637.943000', '102637.946000', '102637.948000', '102637.951000', '102637.954000', '102637.957000', '102637.960000', '102637.962000', '102637.965000', '102637.968000', '102637.971000', '102637.974000', '102637.977000', '102637.980000', '102637.986000', '102637.989000', '102637.991000', '102637.994000', '102637.997000', '102638.001000', '102638.004000', '102638.006000', '102638.009000', '102638.012000', '102638.015000', '102638.018000', '102638.020000', '102638.023000', '102638.026000', '102638.029000', '102638.032000', '102657.909000', '102657.912000', '102657.915000', '102657.918000', '102657.920000', '102657.923000', '102657.926000', '102657.929000', '102657.932000', '102657.935000', '102657.937000', '102657.940000', '102657.943000', '102657.946000', '102657.949000', '102657.952000', '102657.954000', '102657.957000', '102657.960000', '102657.963000', '102657.966000', '102657.969000', '102657.972000', '102657.974000', '102657.977000', '102657.980000', '102657.983000', '102657.986000', '102657.989000', '102657.991000', '102657.994000', '102657.997000', '102658.001000', '102658.004000', '102658.007000', '102658.009000', '102658.012000', '102658.015000', '102658.018000', '102658.021000', '102658.023000', '102658.026000', '102658.029000', '102658.032000', '102717.909000', '102717.912000', '102717.915000', '102717.917000', '102717.920000', '102717.923000', '102717.926000', '102717.929000', '102717.932000', '102717.935000', '102717.938000', '102717.941000', '102717.943000', '102717.946000', '102717.949000', '102717.952000', '102717.955000', '102717.957000', '102717.960000', '102717.963000', '102717.966000', '102717.969000', '102717.972000', '102717.974000', '102717.977000', '102717.980000', '102717.983000', '102717.986000', '102717.988000', '102717.991000', '102717.994000', '102717.997000', '102718.003000', '102718.007000', '102718.010000', '102718.013000', '102718.016000', '102718.018000', '102718.021000', '102718.024000', '102718.027000', '102718.029000', '102718.032000', '102737.909000', '102737.912000', '102737.915000', '102737.918000', '102737.920000', '102737.923000', '102737.926000', '102737.929000', '102737.932000', '102737.934000', '102737.937000', '102737.940000', '102737.943000', '102737.946000', '102737.949000', '102737.951000', '102737.954000', '102737.957000', '102737.960000', '102737.963000', '102737.966000', '102737.969000', '102737.971000', '102737.974000', '102737.977000', '102737.980000', '102737.982000', '102737.985000', '102737.988000', '102737.991000', '102737.994000', '102737.996000', '102738.000000', '102738.003000', '102738.006000', '102738.009000', '102738.012000', '102738.014000', '102738.017000', '102738.020000', '102738.023000', '102738.026000', '102738.028000', '102738.031000', '102757.909000', '102757.912000', '102757.915000', '102757.918000', '102757.921000', '102757.923000', '102757.926000', '102757.929000', '102757.932000', '102757.935000', '102757.937000', '102757.940000', '102757.943000', '102757.946000', '102757.949000', '102757.951000', '102757.970000', '102757.973000', '102757.976000', '102757.978000', '102757.981000', '102757.984000', '102757.987000', '102757.990000', '102757.992000', '102757.995000', '102757.998000', '102758.003000', '102758.008000', '102758.011000', '102758.014000', '102758.017000', '102758.020000', '102758.022000', '102758.025000', '102758.028000', '102758.031000', '102758.034000', '102758.037000', '102758.039000', '102758.042000', '102758.045000', '102758.048000', '102817.909000', '102817.912000', '102817.915000', '102817.918000', '102817.920000', '102817.923000', '102817.926000', '102817.929000', '102817.932000', '102817.934000', '102817.937000', '102817.940000', '102817.943000', '102817.946000', '102817.948000', '102817.951000', '102817.954000', '102817.957000', '102817.960000', '102817.963000', '102817.965000', '102817.968000', '102817.971000', '102817.974000', '102817.977000', '102817.980000', '102817.982000', '102817.985000', '102817.988000', '102817.991000', '102817.994000', '102817.996000', '102818.000000', '102818.003000', '102818.006000', '102818.009000', '102818.011000', '102818.014000', '102818.017000', '102818.020000', '102818.023000', '102818.025000', '102818.028000', '102818.031000', '102837.909000', '102837.912000', '102837.915000', '102837.918000', '102837.920000', '102837.923000', '102837.926000', '102837.929000', '102837.932000', '102837.934000', '102837.937000', '102837.940000', '102837.943000', '102837.946000', '102837.949000', '102837.952000', '102837.954000', '102837.957000', '102837.960000', '102837.963000', '102837.966000', '102837.969000', '102837.972000', '102837.975000', '102837.978000', '102837.981000', '102837.984000', '102837.987000', '102837.989000', '102837.992000', '102837.995000', '102837.998000', '102838.002000', '102838.004000', '102838.007000', '102838.010000', '102838.013000', '102838.016000', '102838.019000', '102838.021000', '102838.024000', '102838.027000', '102838.030000', '102857.911000', '102857.914000', '102857.918000', '102857.922000', '102857.925000', '102857.928000', '102857.931000', '102857.934000', '102857.937000', '102857.940000', '102857.943000', '102857.946000', '102857.949000', '102857.952000', '102857.955000', '102857.958000', '102857.961000', '102857.964000', '102857.967000', '102857.970000', '102857.973000', '102857.976000', '102857.979000', '102857.981000', '102857.984000', '102857.987000', '102857.990000', '102857.993000', '102857.996000', '102858.000000', '102858.002000', '102858.005000', '102858.008000', '102858.011000', '102858.014000', '102858.017000', '102858.019000', '102858.022000', '102858.025000', '102858.028000', '102858.031000', '102858.034000', '102858.036000', '102858.039000', '102917.909000', '102917.912000', '102917.915000', '102917.918000', '102917.920000', '102917.923000', '102917.926000', '102917.929000', '102917.932000', '102917.935000', '102917.937000', '102917.940000', '102917.943000', '102917.946000', '102917.949000', '102917.952000', '102917.955000', '102917.957000', '102917.960000', '102917.963000', '102917.966000', '102917.969000', '102917.972000', '102917.974000', '102917.977000', '102917.980000', '102917.983000', '102917.986000', '102917.989000', '102917.992000', '102917.994000', '102917.997000', '102918.001000', '102918.004000', '102918.007000', '102918.010000', '102918.012000', '102918.015000', '102918.018000', '102918.021000', '102918.024000', '102918.027000', '102918.030000', '102937.909000', '102937.912000', '102937.915000', '102937.918000', '102937.920000', '102937.923000', '102937.927000', '102937.930000', '102937.933000', '102937.936000', '102937.938000', '102937.941000', '102937.959000', '102937.962000', '102937.965000', '102937.968000', '102937.970000', '102937.973000', '102937.976000', '102937.979000', '102937.982000', '102937.985000', '102937.987000', '102937.990000', '102937.993000', '102937.996000', '102938.000000', '102938.003000', '102938.005000', '102938.008000', '102938.011000', '102938.014000', '102938.017000', '102938.020000', '102938.022000', '102938.025000', '102938.028000', '102938.031000', '102938.034000', '102938.036000', '102938.039000', '102938.042000', '102938.045000', '102938.048000', '102957.909000', '102957.912000', '102957.915000', '102957.918000', '102957.920000', '102957.923000', '102957.926000', '102957.929000', '102957.932000', '102957.935000', '102957.937000', '102957.940000', '102957.943000', '102957.946000', '102957.949000', '102957.952000', '102957.954000', '102957.957000', '102957.960000', '102957.963000', '102957.966000', '102957.968000', '102957.971000', '102957.974000', '102957.977000', '102957.985000', '102957.987000', '102957.990000', '102957.993000', '102957.996000', '102958.000000', '102958.002000', '102958.005000', '102958.009000', '102958.012000', '102958.015000', '102958.017000', '102958.020000', '102958.023000', '102958.026000', '102958.029000', '102958.032000', '102958.035000', '103017.909000', '103017.912000', '103017.915000', '103017.918000', '103017.921000', '103017.923000', '103017.926000', '103017.929000', '103017.932000', '103017.935000', '103017.937000', '103017.940000', '103017.943000', '103017.946000', '103017.949000', '103017.952000', '103017.955000', '103017.957000', '103017.960000', '103017.963000', '103017.966000', '103017.969000', '103017.972000', '103017.974000', '103017.977000', '103017.980000', '103017.983000', '103017.986000', '103017.989000', '103017.991000', '103017.994000', '103017.997000', '103018.001000', '103018.004000', '103018.006000', '103018.009000', '103018.012000', '103018.015000', '103018.018000', '103018.021000', '103018.023000', '103018.026000', '103018.029000', '103018.032000', '103037.909000', '103037.912000', '103037.915000', '103037.919000', '103037.921000', '103037.924000', '103037.927000', '103037.930000', '103037.933000', '103037.936000', '103037.939000', '103037.941000', '103037.944000', '103037.947000', '103037.950000', '103037.953000', '103037.955000', '103037.958000', '103037.961000', '103037.964000', '103037.967000', '103037.970000', '103037.972000', '103037.975000', '103037.978000', '103037.981000', '103037.984000', '103037.987000', '103037.989000', '103037.992000', '103037.995000', '103037.998000', '103038.001000', '103038.004000', '103038.007000', '103038.010000', '103038.013000', '103038.015000', '103038.018000', '103038.021000', '103038.024000', '103038.027000', '103038.030000', '103057.909000', '103057.912000', '103057.915000', '103057.918000', '103057.921000', '103057.924000', '103057.927000', '103057.930000', '103057.933000', '103057.936000', '103057.939000', '103057.942000', '103057.945000', '103057.948000', '103057.950000', '103057.953000', '103057.956000', '103057.959000', '103057.962000', '103057.965000', '103057.968000', '103057.970000', '103057.973000', '103057.991000', '103057.994000', '103057.997000', '103058.002000', '103058.005000', '103058.008000', '103058.011000', '103058.014000', '103058.017000', '103058.020000', '103058.023000', '103058.025000', '103058.029000', '103058.032000', '103058.035000', '103058.038000', '103058.041000', '103058.044000', '103058.047000', '103058.050000', '103058.053000', '103117.909000', '103117.912000', '103117.915000', '103117.918000', '103117.921000', '103117.924000', '103117.927000', '103117.930000', '103117.933000', '103117.937000', '103117.940000', '103117.943000', '103117.946000', '103117.949000', '103117.952000', '103117.955000', '103117.958000', '103117.960000', '103117.963000', '103117.966000', '103117.969000', '103117.972000', '103117.975000', '103117.978000', '103117.980000', '103117.983000', '103117.986000', '103117.989000', '103117.992000', '103117.995000', '103117.997000', '103118.001000', '103118.004000', '103118.007000', '103118.010000', '103118.012000', '103118.015000', '103118.018000', '103118.021000', '103118.024000', '103118.026000', '103118.029000', '103118.032000', '103137.909000', '103137.912000', '103137.915000', '103137.918000', '103137.921000', '103137.924000', '103137.926000', '103137.929000', '103137.932000', '103137.935000', '103137.938000', '103137.941000', '103137.944000', '103137.947000', '103137.950000', '103137.952000', '103137.955000', '103137.958000', '103137.961000', '103137.964000', '103137.966000', '103137.969000', '103137.972000', '103137.975000', '103137.978000', '103137.980000', '103137.983000', '103137.986000', '103137.989000', '103137.992000', '103137.994000', '103137.997000', '103138.001000', '103138.004000', '103138.007000', '103138.009000', '103138.013000', '103138.016000', '103138.019000', '103138.022000', '103138.025000', '103138.027000', '103138.030000', '103157.909000', '103157.912000', '103157.915000', '103157.918000', '103157.920000', '103157.923000', '103157.926000', '103157.929000', '103157.932000', '103157.934000', '103157.937000', '103157.940000', '103157.943000', '103157.946000', '103157.948000', '103157.951000', '103157.954000', '103157.957000', '103157.960000', '103157.963000', '103157.965000', '103157.968000', '103157.971000', '103157.974000', '103157.977000', '103157.980000', '103157.982000', '103157.985000', '103157.988000', '103157.991000', '103157.994000', '103157.996000', '103158.000000', '103158.003000', '103158.006000', '103158.009000', '103158.012000', '103158.014000', '103158.017000', '103158.020000', '103158.023000', '103158.026000', '103158.028000', '103158.031000', '103217.908000', '103217.911000', '103217.914000', '103217.917000', '103217.919000', '103217.922000', '103217.925000', '103217.928000', '103217.931000', '103217.934000', '103217.936000', '103217.939000', '103217.942000', '103217.945000', '103217.948000', '103217.950000', '103217.953000', '103217.956000', '103217.959000', '103217.962000', '103217.965000', '103217.967000', '103217.970000', '103217.973000', '103217.976000', '103217.979000', '103217.981000', '103217.984000', '103217.987000', '103217.990000', '103217.993000', '103217.996000', '103217.998000', '103218.002000', '103218.016000', '103218.019000', '103218.021000', '103218.024000', '103218.027000', '103218.030000', '103218.032000', '103218.035000', '103218.038000', '103237.909000', '103237.912000', '103237.915000', '103237.918000', '103237.921000', '103237.923000', '103237.926000', '103237.929000', '103237.932000', '103237.935000', '103237.937000', '103237.940000', '103237.943000', '103237.946000', '103237.949000', '103237.951000', '103237.954000', '103237.957000', '103237.960000', '103237.963000', '103237.966000', '103237.968000', '103237.971000', '103237.974000', '103237.977000', '103237.980000', '103237.982000', '103237.985000', '103237.988000', '103237.991000', '103237.994000', '103237.996000', '103238.000000', '103238.003000', '103238.006000', '103238.009000', '103238.012000', '103238.014000', '103238.017000', '103238.020000', '103238.023000', '103238.026000', '103238.028000', '103238.031000', '103257.909000', '103257.912000', '103257.915000', '103257.918000', '103257.923000', '103257.926000', '103257.928000', '103257.931000', '103257.934000', '103257.937000', '103257.940000', '103257.943000', '103257.945000', '103257.948000', '103257.951000', '103257.954000', '103257.957000', '103257.959000', '103257.962000', '103257.965000', '103257.968000', '103257.971000', '103257.974000', '103257.976000', '103257.979000', '103257.982000', '103257.985000', '103257.988000', '103257.990000', '103257.993000', '103257.996000', '103258.000000', '103258.003000', '103258.005000', '103258.008000', '103258.011000', '103258.014000', '103258.016000', '103258.019000', '103258.022000', '103258.025000', '103258.028000', '103258.030000', '103317.909000', '103317.912000', '103317.915000', '103317.918000', '103317.921000', '103317.924000', '103317.926000', '103317.929000', '103317.932000', '103317.935000', '103317.938000', '103317.940000', '103317.943000', '103317.946000', '103317.949000', '103317.952000', '103317.954000', '103317.957000', '103317.960000', '103317.963000', '103317.966000', '103317.969000', '103317.971000', '103317.974000', '103317.977000', '103317.980000', '103317.983000', '103317.986000', '103317.988000', '103317.991000', '103317.994000', '103317.997000', '103318.001000', '103318.004000', '103318.006000', '103318.009000', '103318.012000', '103318.015000', '103318.018000', '103318.020000', '103318.023000', '103318.026000', '103318.029000', '103318.032000', '103337.909000', '103337.912000', '103337.915000', '103337.918000', '103337.920000', '103337.923000', '103337.926000', '103337.929000', '103337.932000', '103337.935000', '103337.937000', '103337.940000', '103337.943000', '103337.946000', '103337.950000', '103337.955000', '103337.958000', '103337.961000', '103337.964000', '103337.967000', '103337.969000', '103337.972000', '103337.975000', '103337.978000', '103337.981000', '103337.984000', '103337.986000', '103337.989000', '103337.992000', '103337.995000', '103337.998000', '103338.001000', '103338.004000', '103338.007000', '103338.010000', '103338.013000', '103338.015000', '103338.018000', '103338.021000', '103338.024000', '103338.027000', '103338.029000', '103338.032000', '103357.909000', '103357.912000', '103357.915000', '103357.918000', '103357.921000', '103357.923000', '103357.926000', '103357.929000', '103357.932000', '103357.935000', '103357.938000', '103357.941000', '103357.943000', '103357.946000', '103357.949000', '103357.952000', '103357.955000', '103357.957000', '103357.960000', '103357.963000', '103357.966000', '103357.969000', '103357.972000', '103357.974000', '103357.977000', '103357.980000', '103357.983000', '103357.986000', '103357.988000', '103357.991000', '103357.994000', '103357.997000', '103358.001000', '103358.004000', '103358.006000', '103358.009000', '103358.012000', '103358.015000', '103358.018000', '103358.020000', '103358.023000', '103358.026000', '103358.029000', '103358.032000', '103417.909000', '103417.912000', '103417.915000', '103417.918000', '103417.921000', '103417.923000', '103417.926000', '103417.929000', '103417.932000', '103417.935000', '103417.938000', '103417.940000', '103417.943000', '103417.946000', '103417.949000', '103417.952000', '103417.955000', '103417.958000', '103417.963000', '103417.967000', '103417.970000', '103417.973000', '103417.976000', '103417.979000', '103417.981000', '103417.984000', '103417.987000', '103417.990000', '103417.993000', '103417.996000', '103417.998000', '103418.002000', '103418.005000', '103418.008000', '103418.011000', '103418.013000', '103418.016000', '103418.019000', '103418.022000', '103418.025000', '103418.027000', '103418.030000', '103418.033000', '103437.908000', '103437.911000', '103437.914000', '103437.917000', '103437.919000', '103437.922000', '103437.925000', '103437.928000', '103437.931000', '103437.934000', '103437.936000', '103437.939000', '103437.942000', '103437.945000', '103437.948000', '103437.950000', '103437.953000', '103437.956000', '103437.959000', '103437.962000', '103437.965000', '103437.967000', '103437.970000', '103437.973000', '103437.976000', '103437.979000', '103437.982000', '103437.984000', '103437.987000', '103437.990000', '103437.993000', '103437.996000', '103438.000000', '103438.003000', '103438.006000', '103438.008000', '103438.011000', '103438.014000', '103438.017000', '103438.020000', '103438.023000', '103438.025000', '103438.028000', '103438.031000', '103457.909000', '103457.912000', '103457.915000', '103457.918000', '103457.922000', '103457.925000', '103457.927000', '103457.930000', '103457.933000', '103457.936000', '103457.939000', '103457.942000', '103457.944000', '103457.947000', '103457.950000', '103457.953000', '103457.956000', '103457.959000', '103457.961000', '103457.964000', '103457.967000', '103457.970000', '103457.973000', '103457.976000', '103457.979000', '103457.981000', '103457.985000', '103458.001000', '103458.004000', '103458.007000', '103458.010000', '103458.012000', '103458.015000', '103458.018000', '103458.021000', '103458.024000', '103458.026000', '103458.029000', '103458.032000', '103458.035000', '103458.038000', '103458.041000', '103458.043000', '103517.909000', '103517.912000', '103517.915000', '103517.918000', '103517.921000', '103517.923000', '103517.926000', '103517.929000', '103517.932000', '103517.935000', '103517.938000', '103517.940000', '103517.943000', '103517.946000', '103517.949000', '103517.952000', '103517.955000', '103517.958000', '103517.961000', '103517.964000', '103517.967000', '103517.969000', '103517.972000', '103517.975000', '103517.978000', '103517.981000', '103517.984000', '103517.986000', '103517.989000', '103517.992000', '103517.995000', '103517.998000', '103518.002000', '103518.004000', '103518.007000', '103518.010000', '103518.013000', '103518.016000', '103518.018000', '103518.021000', '103518.024000', '103518.027000', '103518.030000', '103518.033000', '103525.190000', '103525.194000', '103525.198000', '103525.201000', '103525.204000', '103525.207000', '103525.210000', '103525.213000', '103525.216000', '103525.219000', '103525.222000', '103525.225000', '103525.228000', '103525.231000', '103525.234000', '103525.237000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268], 'LargestImagePixelValue': [9906, 10496, 10398, 9842, 12964, 9924, 10517, 11464, 10225, 10953, 10842, 9913, 10478, 10563, 9424, 10055, 11022, 9418, 10422, 9598, 10023, 11039, 9345, 9998, 9238, 9914, 11431, 9485, 10274, 8580, 10220, 9657, 9908, 10645, 9563, 10319, 8700, 9956, 9936, 9893, 10656, 9539, 10576, 9220, 10227, 9594, 10278, 11299, 9969, 10402, 9576, 10048, 9388, 10356, 11389, 9955, 10548, 9327, 10411, 10209, 10198, 10848, 9393, 10578, 10493, 10172, 12565, 9980, 10732, 10595, 10323, 10770, 9877, 10642, 9999, 10308, 12290, 9861, 10641, 9596, 10743, 11219, 10052, 12968, 10808, 10635, 11188, 10125, 10971, 9427, 10686, 10355, 10030, 10913, 9807, 10634, 11265, 10399, 10629, 9998, 10534, 12343, 10173, 11876, 9822, 10703, 10382, 10241, 10856, 9902, 10959, 9718, 10659, 10359, 9860, 10625, 10502, 10553, 10781, 9992, 10690, 9411, 10139, 10401, 10199, 10977, 8705, 10330, 11460, 9864, 10393, 11649, 9152, 10655, 10582, 9856, 10409, 11947, 10075, 10519, 10273, 10147, 12816, 11766, 10337, 13069, 9687, 10401, 10825, 9743, 10326, 12151, 9852, 10696, 9386, 10249, 11799, 9933, 10381, 12353, 9840, 10585, 9746, 9951, 12375, 9779, 10173, 13146, 8738, 10418, 10085, 9884, 10530, 10591, 10197, 11529, 9953, 10532, 10164, 10316, 12914, 9724, 10167, 10440, 10061, 10247, 9515, 9847, 11743, 9818, 9854, 12076, 9318, 10576, 11167, 9675, 10523, 10499, 10605, 10111, 10717, 10253, 10109, 10689, 9161, 10302, 11419, 10064, 10683, 9864, 10564, 10726, 9974, 10632, 9871, 10449, 11062, 10062, 10544, 10210, 10395, 10751, 10041, 10777, 11623, 10238, 10775, 10107, 10580, 12269, 10300, 10640, 10681, 10506, 11992, 10226, 10770, 10098, 10560, 12175, 10256, 10851, 10072, 10630, 11625, 10305, 10763, 10198, 10722, 11511, 10030, 10721, 11374, 10428, 10937, 9217, 10707, 10772, 10202, 11168, 9739, 10846, 10667, 10327, 10737, 10295, 10636, 10835, 11155, 10808, 10392, 10601, 11595, 10571, 10691, 10362, 10533, 12071, 10228, 10802, 10329, 10690, 10458, 10387, 10789, 10315, 10664, 11043, 10471, 10726, 9459, 10807, 11470, 10556, 12634, 10491, 10879, 10381, 10613, 11929, 10496, 11571, 10258, 10898, 9670, 10897, 10645, 10509, 11196, 9496, 10792, 10788, 10334, 10984, 10160, 10871, 11357, 10423, 11172, 10449, 10843, 10470, 10595, 12860, 10161, 10893, 10568, 10631, 11353, 10384, 10725, 10742, 10615, 11102, 10586, 10770, 10382, 10519, 10983, 9357, 10826, 10596, 10451, 11102, 9833, 10730, 11486, 10257, 10838, 10017, 10608, 12471, 10523, 10821, 10412, 10641, 12440, 10020, 10867, 10524, 10406, 10842, 10099, 10675, 12302, 9843, 10747, 10488, 10475, 12188, 10111, 10787, 11694, 10567, 11140, 11008, 10808, 10026, 10658, 12975, 11014, 10718, 10262, 10601, 11565, 10083, 10864, 11117, 10538, 11339, 9413, 10695, 11686, 10299, 11220, 9768, 10704, 11254, 10182, 10691, 10524, 10641, 10861, 10792, 10729, 11252, 10350, 10961, 10798, 10663, 10937, 10120, 10679, 10799, 10652, 12941, 10467, 11124, 10007, 10654, 11960, 10305, 10956, 10027, 10876, 10405, 10181, 10852, 10127, 10783, 10757, 10137, 10810, 9418, 11031, 11788, 10453, 11160, 10072, 10622, 10591, 10478, 11019, 9572, 10860, 10262, 10486, 11080, 10052, 10901, 10632, 10484, 11198, 10500, 10866, 12186, 10441, 11060, 10104, 10883, 9832, 10534, 12631, 10282, 10696, 10563, 10569, 11609, 10964, 10951, 10590, 10606, 11022, 10812, 10855, 10939, 10510, 11297, 9994, 11035, 10717, 10467, 11094, 10024, 10969, 12066, 10316, 11036, 9769, 10794, 13106, 10220, 10884, 10413, 10544, 11931, 10165, 10814, 10722, 10680, 10802, 10763, 10759, 10634, 10572, 11251, 10032, 10826, 11294, 10279, 10816, 10093, 10621, 12392, 10260, 10777, 10365, 10743, 11493, 10001, 10634, 12080, 10648, 11255, 10100, 10804, 11072, 10299, 10888, 10339, 10719, 11118, 10402, 11085, 9954, 10838, 12251, 10526, 11194, 9862, 10775, 11722, 10319, 10879, 10396, 10854, 10285, 10557, 10995, 10750, 10704, 11215, 9461, 11068, 10935, 10642, 11388, 9682, 11098, 11038, 10440, 11002, 10361, 10965, 11322, 10456, 11267, 9213, 10764, 12320, 10698, 11089, 10675, 10614, 11504, 10206, 10994, 11418, 10618, 12618, 10316, 11214, 10167, 10886, 12064, 10157, 10748, 10088, 10674, 11054, 9450, 11097, 10513, 10413, 11041, 10567, 10126, 10922, 12067, 10274, 10958, 11319, 10252, 10894, 11014, 11328, 10984, 11462, 10440, 10763, 13674, 11231, 10764, 11215, 11526, 10970, 11480, 10233, 11206, 10570, 10717, 11149, 9768, 10684, 11464, 9969, 10931, 11363, 10416, 10862, 10786, 10772, 10771, 10863, 10931, 10892, 10448, 10806, 10956, 10609, 11144, 10598, 10822, 12625, 10222, 10729, 10601, 10544, 11209, 9320, 10945, 13228, 10349, 10853, 11481, 10426, 11051, 9816, 10647, 12719, 10274, 10701, 11023, 10112, 10899, 10633, 10353, 10791, 11498, 10707, 11230, 10122, 10862, 11838, 10328, 10865, 10582, 10750, 11038, 10046, 11084, 10916, 10433, 11073, 10365, 11006, 10940, 10351, 10961, 10084, 10711, 11250, 9637, 11046, 11339, 11195, 11053, 12349, 10333, 11204, 10698, 10953, 11482, 10413, 11029, 11226, 9918, 11140, 11108, 10681, 11045, 10481, 10860, 11322, 9991, 11188, 12082, 11458, 11080, 11016, 10504, 11120, 11305, 10765, 11386, 10471, 11054, 12225, 10587, 11017, 10934, 10542, 11328, 10123, 10779, 11369, 10437, 10809, 11255, 10105, 10905, 11468, 10467, 10808, 11147, 9910, 11248, 11438, 9490, 11095, 12276, 10434, 11035, 12692, 10367, 10830, 10617, 10626, 11438, 11282, 10476, 11354, 9927, 10716, 12316, 10563, 10761, 11477, 9871, 10815, 10632, 9564, 10991, 10885, 9493, 11033, 10858, 9487, 10866, 11205, 10168, 10951, 11265, 10151, 11076, 12455, 10599, 10948, 11274, 10654, 10968, 11814, 10544, 11151, 10785, 10605, 11843, 11215, 10732, 12898, 10100, 10664, 11674, 9819, 10707, 12368, 10512, 10506, 11062, 10503, 10523, 10988, 10451, 10282, 10939, 11157, 10182, 10683, 10705, 10370, 11110, 11213, 10321, 11009, 10959, 10239, 10993, 10069, 10413, 13583, 11907, 10455, 11642, 10103, 10579, 11846, 11144, 10640, 11051, 10341, 10303, 11071, 9675, 10609, 11630, 10165, 10800, 12201, 11155, 10737, 12112, 9996, 10986, 12445, 10175, 10969, 10531, 10335, 11074, 9718, 10559, 13282, 11378, 10329, 10755, 10661, 10075, 10843, 10869, 10424, 11075, 10425, 10369, 12628, 10267, 10175, 12185, 9969, 10595, 10716, 10118, 11848, 10593, 10375, 11877, 9395, 10578, 11475, 10266, 10481, 10816, 9846, 10606, 10698, 9902, 10465, 11604, 10937, 10872, 10764, 10075, 10811, 10457, 10467, 13161, 11065, 10863, 12222, 10090, 10766, 10536, 10346, 10705, 12381, 10116, 10841, 11030, 10170, 11117, 10301, 10577, 11223, 10876, 10470, 11202, 10469, 10631, 11192, 9998, 10903, 11959, 10310, 11047, 11612, 11430, 10899, 10916, 11482, 11127, 11719, 9945, 10597, 11416, 10712, 10796, 11263, 10412, 10957, 12947, 10834, 11012, 12151, 9950, 10841, 11155, 10023, 10822, 12825, 10699, 10867, 11044, 10258, 10952, 11148, 10261, 10770, 10902, 10543, 11088, 10607, 10753, 12813, 11233, 10655, 10984, 10445, 10879, 11071, 10651, 11400, 10374, 10799, 12299, 10600, 11050, 11297, 10489, 11207, 10669, 10558, 11266, 10359, 10764, 12635, 10011, 10798, 12770, 10290, 10637, 11377, 11172, 11020, 12076, 10220, 10746, 9985, 10451, 11092, 10732, 10601, 12624, 10301, 11042, 12850, 10614, 10938, 10829, 10421, 11230, 10165, 10479, 11093, 10122, 10711, 11280, 9969, 10920, 11220, 10444, 10913, 9993, 10859, 12920, 10418, 11927, 11834, 10539, 12868, 11323, 11048, 10974, 10587, 11035, 10560, 10668, 12318, 10153, 11008, 10787, 10670, 10605, 11136, 10568, 11226, 10289, 10770, 11933, 10319, 11077, 11933, 10611, 12633, 10261, 10729, 9908, 10366, 11056, 10461, 10520, 11343, 9657, 10685, 11090, 10168, 10586, 12061, 10427, 11032, 9948, 10711, 12682, 10193, 10731, 11157, 10718, 10986, 11072, 10567, 10694, 11009, 11247, 10748, 11257, 11042, 10673, 13177, 10417, 11186, 11791, 10624, 14128, 11136, 10762, 11136, 9809, 10874, 10844, 10000, 10803, 13313, 10540, 10631, 11274, 10452, 10768, 12205, 10793, 10676, 11409, 10503, 12224, 10147, 10694, 11521, 10407, 11063, 10231, 10615, 12688, 10217, 10723, 10649, 10373, 10623, 10871, 10465, 10893, 10330, 10575, 11507, 9574, 10917, 12039, 10343, 10758, 10808, 10551, 11122, 10671, 10691, 10885, 10394, 10552, 11382, 9835, 10728, 11542, 10807, 10861, 12696, 10404, 10734, 11798, 10624, 14278, 11074, 10609, 11128, 10340, 11071, 9549, 10751, 11814, 10845, 10638, 10614, 10492, 11029, 9953, 10655, 11346, 9775, 10866, 10961, 10368, 11922, 10190, 10706, 10406, 10436, 10889, 10098, 9964, 10279, 10273, 10081, 10397, 9762, 10470, 10599, 10239, 10209, 10929, 12803, 10936, 10558, 10842, 10892, 10593, 11615, 10604, 10820, 13390, 10574, 10790, 10929, 11129, 10850, 10614, 10473, 10727, 12020, 10272, 10566, 10552, 10460, 11195, 9805, 10623, 13109, 10325, 10617, 11920, 10456, 10834, 10313, 10552, 12276, 9994, 10651, 12953, 10389, 11007, 9543, 10468, 10811, 10266, 10649, 12746, 10347, 10518, 10510, 10460, 10998, 10322, 10686, 12538, 10083, 10904, 10389, 10492, 12439, 10262, 10608, 10989, 10267, 10566, 10590], 'WindowCenter': [4130.0, 4138.0, 4113.0, 4110.0, 4129.0, 4085.0, 4083.0, 4093.0, 4081.0, 4080.0, 4080.0, 4068.0, 4077.0, 4079.0, 4071.0, 4094.0, 4092.0, 4069.0, 4078.0, 4056.0, 4066.0, 4067.0, 4057.0, 4068.0, 4056.0, 4067.0, 4076.0, 4066.0, 4067.0, 4056.0, 4077.0, 4070.0, 4079.0, 4079.0, 4069.0, 4080.0, 4060.0, 4081.0, 4093.0, 4082.0, 4081.0, 4081.0, 4080.0, 4070.0, 4081.0, 4082.0, 4081.0, 4091.0, 4081.0, 4080.0, 4082.0, 4082.0, 4082.0, 4092.0, 4091.0, 4081.0, 4092.0, 4082.0, 4104.0, 4094.0, 4095.0, 4106.0, 4082.0, 4093.0, 4093.0, 4096.0, 4116.0, 4095.0, 4093.0, 4093.0, 4093.0, 4093.0, 4082.0, 4093.0, 4094.0, 4094.0, 4102.0, 4082.0, 4092.0, 4081.0, 4091.0, 4092.0, 4095.0, 4113.0, 4091.0, 4091.0, 4091.0, 4080.0, 4080.0, 4069.0, 4080.0, 4093.0, 4082.0, 4093.0, 4081.0, 4091.0, 4091.0, 4081.0, 4091.0, 4094.0, 4091.0, 4102.0, 4080.0, 4089.0, 4079.0, 4078.0, 4080.0, 4082.0, 4079.0, 4080.0, 4078.0, 4068.0, 4079.0, 4080.0, 4094.0, 4092.0, 4093.0, 4093.0, 4103.0, 4093.0, 4093.0, 4096.0, 4093.0, 4094.0, 4093.0, 4092.0, 4073.0, 4106.0, 4128.0, 4095.0, 4105.0, 4115.0, 4082.0, 4091.0, 4105.0, 4094.0, 4092.0, 4103.0, 4092.0, 4092.0, 4091.0, 4092.0, 4112.0, 4102.0, 4081.0, 4100.0, 4068.0, 4078.0, 4078.0, 4080.0, 4080.0, 4089.0, 4068.0, 4077.0, 4056.0, 4076.0, 4088.0, 4067.0, 4067.0, 4088.0, 4066.0, 4066.0, 4065.0, 4066.0, 4088.0, 4068.0, 4067.0, 4099.0, 4057.0, 4076.0, 4066.0, 4066.0, 4077.0, 4077.0, 4078.0, 4089.0, 4080.0, 4078.0, 4078.0, 4078.0, 4099.0, 4066.0, 4066.0, 4076.0, 4067.0, 4066.0, 4054.0, 4066.0, 4076.0, 4066.0, 4066.0, 4085.0, 4055.0, 4064.0, 4075.0, 4054.0, 4076.0, 4076.0, 4076.0, 4078.0, 4078.0, 4079.0, 4079.0, 4079.0, 4068.0, 4078.0, 4077.0, 4069.0, 4078.0, 4067.0, 4067.0, 4076.0, 4067.0, 4078.0, 4079.0, 4092.0, 4090.0, 4080.0, 4091.0, 4092.0, 4091.0, 4092.0, 4093.0, 4104.0, 4103.0, 4093.0, 4092.0, 4081.0, 4080.0, 4101.0, 4083.0, 4080.0, 4080.0, 4079.0, 4089.0, 4079.0, 4079.0, 4080.0, 4080.0, 4089.0, 4079.0, 4089.0, 4080.0, 4092.0, 4103.0, 4093.0, 4091.0, 4080.0, 4091.0, 4091.0, 4095.0, 4092.0, 4103.0, 4091.0, 4090.0, 4070.0, 4091.0, 4103.0, 4082.0, 4092.0, 4080.0, 4091.0, 4080.0, 4093.0, 4103.0, 4093.0, 4092.0, 4091.0, 4102.0, 4092.0, 4094.0, 4104.0, 4103.0, 4093.0, 4092.0, 4091.0, 4092.0, 4102.0, 4082.0, 4091.0, 4080.0, 4080.0, 4079.0, 4093.0, 4092.0, 4092.0, 4092.0, 4092.0, 4093.0, 4103.0, 4095.0, 4105.0, 4104.0, 4093.0, 4102.0, 4092.0, 4091.0, 4081.0, 4080.0, 4090.0, 4079.0, 4078.0, 4079.0, 4079.0, 4069.0, 4078.0, 4078.0, 4079.0, 4089.0, 4081.0, 4092.0, 4092.0, 4092.0, 4092.0, 4081.0, 4091.0, 4103.0, 4093.0, 4091.0, 4080.0, 4080.0, 4080.0, 4081.0, 4100.0, 4080.0, 4079.0, 4078.0, 4079.0, 4089.0, 4080.0, 4091.0, 4090.0, 4090.0, 4090.0, 4090.0, 4092.0, 4092.0, 4092.0, 4091.0, 4070.0, 4091.0, 4092.0, 4094.0, 4092.0, 4082.0, 4091.0, 4091.0, 4081.0, 4092.0, 4083.0, 4092.0, 4101.0, 4091.0, 4090.0, 4091.0, 4093.0, 4102.0, 4081.0, 4090.0, 4080.0, 4091.0, 4092.0, 4093.0, 4093.0, 4102.0, 4082.0, 4091.0, 4091.0, 4090.0, 4102.0, 4094.0, 4104.0, 4091.0, 4093.0, 4090.0, 4079.0, 4079.0, 4080.0, 4091.0, 4101.0, 4091.0, 4079.0, 4079.0, 4079.0, 4091.0, 4081.0, 4091.0, 4090.0, 4080.0, 4090.0, 4070.0, 4091.0, 4101.0, 4082.0, 4090.0, 4080.0, 4092.0, 4092.0, 4081.0, 4091.0, 4080.0, 4080.0, 4080.0, 4091.0, 4104.0, 4104.0, 4092.0, 4091.0, 4091.0, 4092.0, 4091.0, 4093.0, 4091.0, 4092.0, 4092.0, 4101.0, 4080.0, 4089.0, 4080.0, 4080.0, 4089.0, 4080.0, 4078.0, 4067.0, 4078.0, 4079.0, 4080.0, 4091.0, 4081.0, 4091.0, 4090.0, 4081.0, 4092.0, 4082.0, 4092.0, 4091.0, 4081.0, 4090.0, 4080.0, 4091.0, 4080.0, 4081.0, 4079.0, 4069.0, 4079.0, 4080.0, 4091.0, 4090.0, 4082.0, 4091.0, 4081.0, 4091.0, 4090.0, 4082.0, 4091.0, 4102.0, 4080.0, 4089.0, 4081.0, 4091.0, 4081.0, 4080.0, 4100.0, 4079.0, 4078.0, 4079.0, 4080.0, 4091.0, 4091.0, 4091.0, 4080.0, 4080.0, 4091.0, 4093.0, 4093.0, 4094.0, 4093.0, 4091.0, 4081.0, 4092.0, 4092.0, 4094.0, 4103.0, 4082.0, 4093.0, 4101.0, 4080.0, 4091.0, 4081.0, 4093.0, 4102.0, 4082.0, 4079.0, 4078.0, 4078.0, 4089.0, 4080.0, 4079.0, 4079.0, 4078.0, 4077.0, 4078.0, 4078.0, 4079.0, 4080.0, 4089.0, 4069.0, 4079.0, 4078.0, 4079.0, 4078.0, 4079.0, 4080.0, 4089.0, 4080.0, 4079.0, 4079.0, 4090.0, 4090.0, 4081.0, 4092.0, 4101.0, 4091.0, 4090.0, 4079.0, 4090.0, 4090.0, 4082.0, 4091.0, 4081.0, 4092.0, 4090.0, 4091.0, 4091.0, 4082.0, 4092.0, 4102.0, 4082.0, 4090.0, 4080.0, 4092.0, 4090.0, 4080.0, 4079.0, 4079.0, 4090.0, 4081.0, 4093.0, 4092.0, 4093.0, 4093.0, 4092.0, 4082.0, 4104.0, 4104.0, 4094.0, 4092.0, 4081.0, 4091.0, 4091.0, 4093.0, 4091.0, 4082.0, 4091.0, 4090.0, 4092.0, 4090.0, 4071.0, 4092.0, 4101.0, 4091.0, 4091.0, 4080.0, 4081.0, 4091.0, 4092.0, 4091.0, 4092.0, 4091.0, 4100.0, 4081.0, 4091.0, 4080.0, 4090.0, 4089.0, 4079.0, 4078.0, 4080.0, 4091.0, 4091.0, 4082.0, 4092.0, 4104.0, 4104.0, 4115.0, 4107.0, 4106.0, 4106.0, 4116.0, 4095.0, 4105.0, 4105.0, 4108.0, 4094.0, 4092.0, 4103.0, 4093.0, 4092.0, 4093.0, 4092.0, 4112.0, 4093.0, 4080.0, 4089.0, 4089.0, 4079.0, 4089.0, 4079.0, 4089.0, 4079.0, 4082.0, 4079.0, 4068.0, 4079.0, 4088.0, 4069.0, 4078.0, 4090.0, 4080.0, 4078.0, 4080.0, 4080.0, 4090.0, 4079.0, 4080.0, 4091.0, 4081.0, 4091.0, 4080.0, 4080.0, 4079.0, 4079.0, 4080.0, 4091.0, 4080.0, 4079.0, 4078.0, 4080.0, 4079.0, 4071.0, 4092.0, 4112.0, 4081.0, 4090.0, 4090.0, 4091.0, 4090.0, 4080.0, 4080.0, 4101.0, 4081.0, 4080.0, 4079.0, 4080.0, 4091.0, 4079.0, 4082.0, 4092.0, 4103.0, 4092.0, 4091.0, 4081.0, 4091.0, 4102.0, 4093.0, 4091.0, 4091.0, 4080.0, 4079.0, 4069.0, 4090.0, 4092.0, 4092.0, 4092.0, 4081.0, 4093.0, 4093.0, 4095.0, 4105.0, 4094.0, 4094.0, 4093.0, 4081.0, 4092.0, 4092.0, 4093.0, 4093.0, 4103.0, 4081.0, 4091.0, 4092.0, 4104.0, 4104.0, 4094.0, 4104.0, 4091.0, 4083.0, 4104.0, 4105.0, 4095.0, 4104.0, 4093.0, 4093.0, 4092.0, 4083.0, 4104.0, 4104.0, 4103.0, 4092.0, 4092.0, 4094.0, 4105.0, 4094.0, 4093.0, 4091.0, 4081.0, 4092.0, 4103.0, 4092.0, 4092.0, 4091.0, 4091.0, 4091.0, 4093.0, 4093.0, 4102.0, 4091.0, 4092.0, 4103.0, 4093.0, 4093.0, 4103.0, 4093.0, 4104.0, 4104.0, 4096.0, 4106.0, 4116.0, 4095.0, 4105.0, 4114.0, 4106.0, 4105.0, 4115.0, 4094.0, 4092.0, 4092.0, 4094.0, 4103.0, 4092.0, 4092.0, 4090.0, 4069.0, 4080.0, 4102.0, 4080.0, 4090.0, 4089.0, 4079.0, 4091.0, 4092.0, 4082.0, 4103.0, 4103.0, 4083.0, 4105.0, 4106.0, 4096.0, 4105.0, 4104.0, 4094.0, 4104.0, 4104.0, 4096.0, 4116.0, 4115.0, 4108.0, 4104.0, 4092.0, 4105.0, 4106.0, 4114.0, 4093.0, 4103.0, 4104.0, 4093.0, 4102.0, 4092.0, 4092.0, 4103.0, 4080.0, 4079.0, 4089.0, 4080.0, 4081.0, 4100.0, 4080.0, 4080.0, 4090.0, 4079.0, 4079.0, 4090.0, 4090.0, 4080.0, 4079.0, 4089.0, 4079.0, 4078.0, 4078.0, 4080.0, 4092.0, 4090.0, 4080.0, 4078.0, 4078.0, 4079.0, 4078.0, 4069.0, 4080.0, 4100.0, 4089.0, 4080.0, 4077.0, 4067.0, 4076.0, 4087.0, 4078.0, 4078.0, 4077.0, 4067.0, 4078.0, 4077.0, 4068.0, 4079.0, 4089.0, 4081.0, 4092.0, 4101.0, 4092.0, 4090.0, 4090.0, 4069.0, 4090.0, 4090.0, 4080.0, 4077.0, 4066.0, 4067.0, 4078.0, 4068.0, 4079.0, 4113.0, 4091.0, 4079.0, 4078.0, 4078.0, 4079.0, 4078.0, 4079.0, 4090.0, 4089.0, 4079.0, 4079.0, 4101.0, 4079.0, 4068.0, 4087.0, 4066.0, 4065.0, 4064.0, 4065.0, 4075.0, 4065.0, 4065.0, 4075.0, 4054.0, 4064.0, 4089.0, 4066.0, 4065.0, 4065.0, 4065.0, 4065.0, 4075.0, 4080.0, 4080.0, 4088.0, 4078.0, 4079.0, 4079.0, 4079.0, 4090.0, 4080.0, 4092.0, 4114.0, 4104.0, 4092.0, 4101.0, 4081.0, 4090.0, 4079.0, 4080.0, 4079.0, 4100.0, 4079.0, 4079.0, 4090.0, 4080.0, 4089.0, 4079.0, 4081.0, 4091.0, 4091.0, 4081.0, 4090.0, 4080.0, 4081.0, 4091.0, 4081.0, 4091.0, 4105.0, 4082.0, 4091.0, 4092.0, 4091.0, 4092.0, 4092.0, 4102.0, 4103.0, 4103.0, 4093.0, 4093.0, 4103.0, 4093.0, 4104.0, 4103.0, 4092.0, 4093.0, 4113.0, 4093.0, 4091.0, 4101.0, 4081.0, 4092.0, 4090.0, 4081.0, 4092.0, 4101.0, 4080.0, 4079.0, 4090.0, 4080.0, 4090.0, 4092.0, 4081.0, 4091.0, 4091.0, 4092.0, 4091.0, 4092.0, 4092.0, 4102.0, 4091.0, 4081.0, 4090.0, 4080.0, 4091.0, 4092.0, 4091.0, 4102.0, 4081.0, 4093.0, 4103.0, 4093.0, 4092.0, 4092.0, 4092.0, 4092.0, 4092.0, 4092.0, 4091.0, 4081.0, 4091.0, 4102.0, 4081.0, 4092.0, 4101.0, 4081.0, 4091.0, 4091.0, 4091.0, 4091.0, 4101.0, 4082.0, 4091.0, 4081.0, 4091.0, 4091.0, 4080.0, 4080.0, 4089.0, 4079.0, 4090.0, 4100.0, 4079.0, 4079.0, 4078.0, 4078.0, 4079.0, 4079.0, 4079.0, 4089.0, 4068.0, 4079.0, 4089.0, 4080.0, 4091.0, 4091.0, 4092.0, 4092.0, 4081.0, 4091.0, 4102.0, 4092.0, 4090.0, 4090.0, 4078.0, 4088.0, 4077.0, 4077.0, 4077.0, 4079.0, 4078.0, 4078.0, 4078.0, 4087.0, 4067.0, 4078.0, 4078.0, 4080.0, 4078.0, 4090.0, 4079.0, 4089.0, 4079.0, 4090.0, 4089.0, 4081.0, 4091.0, 4090.0, 4079.0, 4089.0, 4079.0, 4078.0, 4067.0, 4067.0, 4077.0, 4078.0, 4078.0, 4077.0, 4068.0, 4090.0, 4089.0, 4091.0, 4092.0, 4101.0, 4090.0, 4089.0, 4080.0, 4079.0, 4100.0, 4079.0, 4091.0, 4090.0, 4078.0, 4091.0, 4091.0, 4091.0, 4092.0, 4103.0, 4104.0, 4104.0, 4104.0, 4103.0, 4092.0, 4113.0, 4092.0, 4079.0, 4078.0, 4067.0, 4098.0, 4066.0, 4065.0, 4064.0, 4055.0, 4065.0, 4077.0, 4080.0, 4089.0, 4098.0, 4077.0, 4079.0, 4089.0, 4079.0, 4079.0, 4088.0, 4079.0, 4078.0, 4089.0, 4079.0, 4088.0, 4067.0, 4067.0, 4076.0, 4066.0, 4077.0, 4066.0, 4066.0, 4086.0, 4065.0, 4076.0, 4066.0, 4078.0, 4078.0, 4078.0, 4078.0, 4078.0, 4068.0, 4079.0, 4090.0, 4081.0, 4092.0, 4102.0, 4081.0, 4090.0, 4091.0, 4093.0, 4104.0, 4081.0, 4080.0, 4092.0, 4081.0, 4091.0, 4091.0, 4081.0, 4104.0, 4104.0, 4094.0, 4092.0, 4102.0, 4081.0, 4080.0, 4090.0, 4080.0, 4099.0, 4079.0, 4065.0, 4076.0, 4066.0, 4077.0, 4068.0, 4077.0, 4077.0, 4077.0, 4077.0, 4078.0, 4091.0, 4091.0, 4080.0, 4080.0, 4089.0, 4079.0, 4079.0, 4080.0, 4069.0, 4089.0, 4079.0, 4079.0, 4080.0, 4091.0, 4091.0, 4092.0, 4093.0, 4092.0, 4092.0, 4092.0, 4092.0, 4092.0, 4104.0, 4105.0, 4105.0, 4105.0, 4106.0, 4115.0, 4104.0, 4094.0, 4092.0, 4091.0, 4081.0, 4089.0, 4079.0, 4091.0, 4101.0, 4079.0, 4080.0, 4079.0, 4089.0, 4089.0, 4078.0, 4079.0, 4091.0, 4102.0, 4081.0, 4080.0, 4080.0, 4080.0, 4089.0, 4068.0, 4080.0, 4101.0, 4069.0, 4080.0, 4088.0, 4078.0, 4078.0, 4067.0, 4077.0, 4087.0, 4069.0, 4079.0, 4090.0, 4068.0, 4077.0, 4067.0, 4078.0, 4077.0, 4079.0, 4079.0, 4100.0, 4079.0, 4079.0, 4079.0, 4080.0, 4080.0, 4079.0, 4079.0, 4101.0, 4080.0, 4079.0, 4068.0, 4079.0, 4088.0, 4068.0, 4067.0, 4078.0, 4068.0, 4079.0, 4079.0], 'WindowWidth': [9198.0, 9198.0, 9156.0, 9145.0, 9165.0, 9101.0, 9090.0, 9103.0, 9084.0, 9083.0, 9078.0, 9061.0, 9071.0, 9076.0, 9072.0, 9107.0, 9099.0, 9065.0, 9074.0, 9042.0, 9054.0, 9055.0, 9045.0, 9060.0, 9042.0, 9056.0, 9068.0, 9054.0, 9057.0, 9042.0, 9072.0, 9067.0, 9078.0, 9079.0, 9066.0, 9079.0, 9053.0, 9085.0, 9105.0, 9087.0, 9083.0, 9084.0, 9081.0, 9068.0, 9084.0, 9088.0, 9086.0, 9099.0, 9085.0, 9080.0, 9085.0, 9087.0, 9088.0, 9100.0, 9098.0, 9085.0, 9099.0, 9087.0, 9121.0, 9108.0, 9109.0, 9123.0, 9089.0, 9102.0, 9104.0, 9112.0, 9141.0, 9108.0, 9103.0, 9103.0, 9104.0, 9103.0, 9088.0, 9103.0, 9110.0, 9105.0, 9116.0, 9090.0, 9100.0, 9084.0, 9098.0, 9101.0, 9110.0, 9132.0, 9099.0, 9098.0, 9097.0, 9081.0, 9081.0, 9066.0, 9081.0, 9105.0, 9089.0, 9103.0, 9086.0, 9097.0, 9097.0, 9086.0, 9098.0, 9108.0, 9099.0, 9113.0, 9081.0, 9091.0, 9078.0, 9075.0, 9083.0, 9086.0, 9078.0, 9080.0, 9075.0, 9062.0, 9079.0, 9083.0, 9109.0, 9102.0, 9104.0, 9104.0, 9117.0, 9105.0, 9104.0, 9114.0, 9105.0, 9105.0, 9105.0, 9101.0, 9080.0, 9130.0, 9163.0, 9113.0, 9126.0, 9138.0, 9089.0, 9100.0, 9126.0, 9109.0, 9102.0, 9119.0, 9104.0, 9101.0, 9099.0, 9101.0, 9131.0, 9116.0, 9084.0, 9109.0, 9063.0, 9075.0, 9075.0, 9082.0, 9083.0, 9091.0, 9061.0, 9070.0, 9043.0, 9070.0, 9088.0, 9061.0, 9058.0, 9087.0, 9055.0, 9055.0, 9052.0, 9055.0, 9090.0, 9062.0, 9058.0, 9104.0, 9045.0, 9069.0, 9055.0, 9057.0, 9070.0, 9073.0, 9077.0, 9091.0, 9081.0, 9076.0, 9077.0, 9076.0, 9105.0, 9059.0, 9057.0, 9071.0, 9058.0, 9054.0, 9038.0, 9056.0, 9068.0, 9056.0, 9054.0, 9081.0, 9040.0, 9050.0, 9065.0, 9037.0, 9069.0, 9071.0, 9068.0, 9074.0, 9074.0, 9078.0, 9077.0, 9077.0, 9061.0, 9074.0, 9070.0, 9062.0, 9075.0, 9059.0, 9057.0, 9067.0, 9058.0, 9073.0, 9078.0, 9104.0, 9096.0, 9082.0, 9097.0, 9099.0, 9099.0, 9101.0, 9105.0, 9119.0, 9117.0, 9102.0, 9101.0, 9085.0, 9081.0, 9110.0, 9088.0, 9082.0, 9079.0, 9078.0, 9090.0, 9077.0, 9076.0, 9082.0, 9082.0, 9092.0, 9079.0, 9092.0, 9080.0, 9101.0, 9120.0, 9102.0, 9096.0, 9082.0, 9096.0, 9098.0, 9110.0, 9102.0, 9116.0, 9098.0, 9094.0, 9068.0, 9097.0, 9120.0, 9088.0, 9099.0, 9082.0, 9095.0, 9081.0, 9104.0, 9119.0, 9103.0, 9102.0, 9098.0, 9115.0, 9101.0, 9110.0, 9122.0, 9119.0, 9103.0, 9100.0, 9099.0, 9099.0, 9116.0, 9088.0, 9098.0, 9081.0, 9080.0, 9079.0, 9105.0, 9102.0, 9103.0, 9102.0, 9101.0, 9104.0, 9117.0, 9113.0, 9124.0, 9121.0, 9104.0, 9115.0, 9102.0, 9098.0, 9086.0, 9081.0, 9094.0, 9076.0, 9074.0, 9078.0, 9077.0, 9064.0, 9074.0, 9075.0, 9078.0, 9093.0, 9085.0, 9100.0, 9100.0, 9101.0, 9099.0, 9085.0, 9098.0, 9119.0, 9104.0, 9098.0, 9083.0, 9079.0, 9080.0, 9084.0, 9109.0, 9082.0, 9076.0, 9075.0, 9077.0, 9091.0, 9082.0, 9096.0, 9095.0, 9095.0, 9093.0, 9096.0, 9100.0, 9100.0, 9102.0, 9096.0, 9070.0, 9097.0, 9101.0, 9107.0, 9100.0, 9089.0, 9098.0, 9097.0, 9085.0, 9102.0, 9092.0, 9102.0, 9112.0, 9097.0, 9095.0, 9097.0, 9106.0, 9114.0, 9086.0, 9095.0, 9081.0, 9096.0, 9099.0, 9107.0, 9106.0, 9115.0, 9089.0, 9095.0, 9097.0, 9095.0, 9114.0, 9106.0, 9120.0, 9099.0, 9102.0, 9094.0, 9079.0, 9077.0, 9083.0, 9097.0, 9110.0, 9096.0, 9076.0, 9077.0, 9079.0, 9099.0, 9084.0, 9097.0, 9094.0, 9080.0, 9092.0, 9069.0, 9099.0, 9112.0, 9087.0, 9093.0, 9079.0, 9098.0, 9103.0, 9085.0, 9097.0, 9081.0, 9080.0, 9078.0, 9097.0, 9120.0, 9122.0, 9102.0, 9097.0, 9098.0, 9100.0, 9097.0, 9103.0, 9097.0, 9101.0, 9101.0, 9111.0, 9082.0, 9092.0, 9079.0, 9081.0, 9091.0, 9079.0, 9072.0, 9058.0, 9074.0, 9079.0, 9082.0, 9096.0, 9083.0, 9096.0, 9094.0, 9084.0, 9100.0, 9087.0, 9099.0, 9098.0, 9082.0, 9093.0, 9080.0, 9096.0, 9082.0, 9083.0, 9079.0, 9065.0, 9078.0, 9080.0, 9098.0, 9094.0, 9086.0, 9095.0, 9083.0, 9098.0, 9095.0, 9087.0, 9097.0, 9113.0, 9081.0, 9091.0, 9083.0, 9095.0, 9084.0, 9080.0, 9107.0, 9076.0, 9074.0, 9075.0, 9080.0, 9098.0, 9097.0, 9095.0, 9081.0, 9082.0, 9096.0, 9103.0, 9102.0, 9104.0, 9104.0, 9097.0, 9084.0, 9099.0, 9100.0, 9108.0, 9119.0, 9089.0, 9104.0, 9112.0, 9083.0, 9096.0, 9083.0, 9103.0, 9114.0, 9086.0, 9076.0, 9074.0, 9074.0, 9089.0, 9080.0, 9074.0, 9077.0, 9074.0, 9072.0, 9074.0, 9075.0, 9079.0, 9081.0, 9091.0, 9064.0, 9076.0, 9074.0, 9076.0, 9074.0, 9078.0, 9081.0, 9092.0, 9080.0, 9077.0, 9078.0, 9093.0, 9094.0, 9086.0, 9098.0, 9111.0, 9097.0, 9092.0, 9077.0, 9094.0, 9093.0, 9086.0, 9096.0, 9085.0, 9100.0, 9096.0, 9098.0, 9098.0, 9089.0, 9100.0, 9115.0, 9086.0, 9094.0, 9082.0, 9099.0, 9095.0, 9082.0, 9077.0, 9077.0, 9094.0, 9085.0, 9103.0, 9102.0, 9103.0, 9102.0, 9100.0, 9089.0, 9122.0, 9121.0, 9105.0, 9100.0, 9085.0, 9096.0, 9096.0, 9103.0, 9100.0, 9087.0, 9096.0, 9095.0, 9098.0, 9094.0, 9072.0, 9100.0, 9111.0, 9098.0, 9095.0, 9081.0, 9082.0, 9096.0, 9101.0, 9097.0, 9099.0, 9095.0, 9108.0, 9084.0, 9097.0, 9081.0, 9092.0, 9091.0, 9076.0, 9074.0, 9083.0, 9098.0, 9096.0, 9088.0, 9101.0, 9121.0, 9121.0, 9140.0, 9132.0, 9130.0, 9128.0, 9141.0, 9112.0, 9123.0, 9123.0, 9134.0, 9105.0, 9101.0, 9116.0, 9104.0, 9099.0, 9102.0, 9097.0, 9126.0, 9104.0, 9078.0, 9091.0, 9091.0, 9075.0, 9090.0, 9076.0, 9090.0, 9077.0, 9084.0, 9075.0, 9060.0, 9076.0, 9088.0, 9062.0, 9074.0, 9094.0, 9080.0, 9074.0, 9078.0, 9078.0, 9095.0, 9077.0, 9079.0, 9096.0, 9083.0, 9095.0, 9081.0, 9080.0, 9077.0, 9077.0, 9078.0, 9095.0, 9081.0, 9074.0, 9074.0, 9078.0, 9076.0, 9069.0, 9100.0, 9127.0, 9083.0, 9092.0, 9093.0, 9096.0, 9091.0, 9080.0, 9081.0, 9109.0, 9083.0, 9078.0, 9078.0, 9078.0, 9095.0, 9079.0, 9087.0, 9099.0, 9116.0, 9100.0, 9096.0, 9082.0, 9094.0, 9112.0, 9102.0, 9095.0, 9096.0, 9078.0, 9077.0, 9065.0, 9092.0, 9100.0, 9099.0, 9101.0, 9085.0, 9104.0, 9104.0, 9110.0, 9124.0, 9107.0, 9108.0, 9102.0, 9085.0, 9101.0, 9099.0, 9103.0, 9102.0, 9116.0, 9085.0, 9097.0, 9098.0, 9120.0, 9120.0, 9105.0, 9120.0, 9099.0, 9089.0, 9120.0, 9125.0, 9110.0, 9120.0, 9103.0, 9102.0, 9100.0, 9092.0, 9119.0, 9120.0, 9117.0, 9099.0, 9101.0, 9107.0, 9122.0, 9106.0, 9105.0, 9098.0, 9084.0, 9098.0, 9118.0, 9102.0, 9099.0, 9098.0, 9098.0, 9098.0, 9105.0, 9104.0, 9115.0, 9098.0, 9099.0, 9118.0, 9104.0, 9104.0, 9118.0, 9103.0, 9120.0, 9123.0, 9114.0, 9127.0, 9141.0, 9110.0, 9124.0, 9136.0, 9127.0, 9123.0, 9137.0, 9106.0, 9101.0, 9101.0, 9106.0, 9117.0, 9100.0, 9100.0, 9094.0, 9065.0, 9080.0, 9115.0, 9081.0, 9094.0, 9091.0, 9077.0, 9098.0, 9103.0, 9087.0, 9118.0, 9119.0, 9091.0, 9124.0, 9130.0, 9114.0, 9125.0, 9122.0, 9108.0, 9121.0, 9121.0, 9113.0, 9140.0, 9139.0, 9134.0, 9119.0, 9102.0, 9125.0, 9126.0, 9135.0, 9105.0, 9118.0, 9119.0, 9106.0, 9115.0, 9101.0, 9100.0, 9117.0, 9080.0, 9078.0, 9091.0, 9080.0, 9083.0, 9108.0, 9080.0, 9081.0, 9092.0, 9076.0, 9078.0, 9093.0, 9095.0, 9079.0, 9077.0, 9092.0, 9076.0, 9074.0, 9075.0, 9079.0, 9098.0, 9094.0, 9082.0, 9075.0, 9075.0, 9078.0, 9074.0, 9064.0, 9081.0, 9109.0, 9090.0, 9079.0, 9071.0, 9057.0, 9068.0, 9083.0, 9073.0, 9072.0, 9071.0, 9057.0, 9072.0, 9072.0, 9060.0, 9076.0, 9092.0, 9086.0, 9101.0, 9111.0, 9100.0, 9094.0, 9092.0, 9064.0, 9093.0, 9094.0, 9078.0, 9070.0, 9053.0, 9057.0, 9072.0, 9060.0, 9077.0, 9131.0, 9096.0, 9077.0, 9075.0, 9073.0, 9077.0, 9074.0, 9076.0, 9094.0, 9091.0, 9078.0, 9076.0, 9110.0, 9078.0, 9060.0, 9084.0, 9054.0, 9049.0, 9048.0, 9049.0, 9063.0, 9050.0, 9050.0, 9063.0, 9035.0, 9047.0, 9092.0, 9056.0, 9050.0, 9050.0, 9051.0, 9051.0, 9067.0, 9083.0, 9081.0, 9088.0, 9074.0, 9076.0, 9076.0, 9079.0, 9093.0, 9082.0, 9101.0, 9134.0, 9120.0, 9099.0, 9112.0, 9085.0, 9093.0, 9077.0, 9079.0, 9077.0, 9106.0, 9077.0, 9076.0, 9092.0, 9082.0, 9091.0, 9078.0, 9081.0, 9095.0, 9096.0, 9081.0, 9091.0, 9078.0, 9082.0, 9096.0, 9084.0, 9097.0, 9120.0, 9088.0, 9098.0, 9098.0, 9098.0, 9098.0, 9099.0, 9113.0, 9116.0, 9117.0, 9103.0, 9105.0, 9117.0, 9103.0, 9119.0, 9118.0, 9102.0, 9104.0, 9130.0, 9103.0, 9097.0, 9110.0, 9085.0, 9098.0, 9094.0, 9084.0, 9096.0, 9110.0, 9080.0, 9077.0, 9093.0, 9080.0, 9094.0, 9099.0, 9085.0, 9097.0, 9098.0, 9101.0, 9097.0, 9099.0, 9099.0, 9113.0, 9097.0, 9082.0, 9094.0, 9081.0, 9095.0, 9099.0, 9098.0, 9113.0, 9084.0, 9102.0, 9116.0, 9105.0, 9100.0, 9101.0, 9101.0, 9100.0, 9099.0, 9099.0, 9095.0, 9082.0, 9096.0, 9114.0, 9086.0, 9098.0, 9110.0, 9082.0, 9096.0, 9098.0, 9098.0, 9097.0, 9111.0, 9086.0, 9094.0, 9085.0, 9098.0, 9095.0, 9079.0, 9081.0, 9091.0, 9076.0, 9093.0, 9106.0, 9079.0, 9075.0, 9075.0, 9075.0, 9076.0, 9078.0, 9077.0, 9090.0, 9060.0, 9077.0, 9089.0, 9081.0, 9098.0, 9098.0, 9101.0, 9099.0, 9085.0, 9097.0, 9113.0, 9100.0, 9094.0, 9093.0, 9073.0, 9086.0, 9071.0, 9068.0, 9069.0, 9076.0, 9076.0, 9073.0, 9075.0, 9085.0, 9059.0, 9072.0, 9075.0, 9080.0, 9076.0, 9093.0, 9079.0, 9090.0, 9077.0, 9093.0, 9092.0, 9084.0, 9098.0, 9093.0, 9076.0, 9090.0, 9077.0, 9073.0, 9059.0, 9059.0, 9070.0, 9072.0, 9073.0, 9072.0, 9061.0, 9093.0, 9092.0, 9098.0, 9099.0, 9111.0, 9095.0, 9091.0, 9079.0, 9079.0, 9107.0, 9080.0, 9098.0, 9094.0, 9075.0, 9098.0, 9097.0, 9097.0, 9102.0, 9117.0, 9121.0, 9122.0, 9119.0, 9118.0, 9101.0, 9130.0, 9099.0, 9076.0, 9074.0, 9058.0, 9099.0, 9055.0, 9050.0, 9049.0, 9037.0, 9050.0, 9071.0, 9080.0, 9092.0, 9102.0, 9072.0, 9077.0, 9091.0, 9077.0, 9076.0, 9087.0, 9076.0, 9072.0, 9089.0, 9075.0, 9086.0, 9058.0, 9055.0, 9068.0, 9052.0, 9068.0, 9053.0, 9053.0, 9078.0, 9050.0, 9068.0, 9052.0, 9072.0, 9074.0, 9074.0, 9073.0, 9073.0, 9060.0, 9078.0, 9092.0, 9085.0, 9100.0, 9112.0, 9084.0, 9094.0, 9095.0, 9104.0, 9119.0, 9083.0, 9081.0, 9098.0, 9084.0, 9097.0, 9096.0, 9084.0, 9120.0, 9120.0, 9105.0, 9099.0, 9112.0, 9082.0, 9078.0, 9092.0, 9079.0, 9103.0, 9077.0, 9052.0, 9067.0, 9054.0, 9070.0, 9059.0, 9071.0, 9071.0, 9070.0, 9072.0, 9074.0, 9097.0, 9096.0, 9081.0, 9081.0, 9092.0, 9078.0, 9079.0, 9080.0, 9063.0, 9089.0, 9078.0, 9075.0, 9079.0, 9098.0, 9097.0, 9100.0, 9104.0, 9101.0, 9101.0, 9101.0, 9101.0, 9102.0, 9120.0, 9123.0, 9127.0, 9125.0, 9127.0, 9138.0, 9122.0, 9105.0, 9099.0, 9096.0, 9081.0, 9090.0, 9077.0, 9094.0, 9111.0, 9077.0, 9079.0, 9076.0, 9091.0, 9090.0, 9075.0, 9078.0, 9096.0, 9113.0, 9082.0, 9081.0, 9080.0, 9081.0, 9091.0, 9062.0, 9077.0, 9108.0, 9063.0, 9077.0, 9087.0, 9071.0, 9072.0, 9057.0, 9071.0, 9085.0, 9066.0, 9076.0, 9091.0, 9060.0, 9071.0, 9059.0, 9072.0, 9071.0, 9077.0, 9076.0, 9106.0, 9076.0, 9075.0, 9075.0, 9079.0, 9080.0, 9075.0, 9078.0, 9111.0, 9081.0, 9076.0, 9061.0, 9074.0, 9087.0, 9059.0, 9056.0, 9074.0, 9061.0, 9075.0, 9075.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.0005577786561264822</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01848604308300395</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.90106623367887</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.21351760465981</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0123699923259475</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4762</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4996.9868</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0900393328788458</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.608695652173913</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3231653813215765</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2317082195192026</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4996916676754335</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.238096256770094</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00953056</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01178806647658348</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02780747041106224</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1265</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.044958401584439</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>25.4427</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.047</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.7008</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301817.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>846.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.503</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5772</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.7898</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.7858</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3466.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74727.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1296.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4362.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.8634</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.837243367917836</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> |