=== 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-0023 --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-0023",
"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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-04/func/sub-0023_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>0c397cf687349f14a5ea415bd8ee7ae4</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>13:43:40.285000</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.999737, 0.0185205, 0.0135246, -0.0160542, 0.986337, -0.163958]</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.103321</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7266, 500, 12, -115, -58, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>270.675</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>092a33c1-77e6-49ae-91a1-cb0fe10da470||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.6822211742401123, -0.04307231679558754, 0.04421620815992355, 115.96106719970703], [-0.04968921095132828, 2.6462690830230713, -0.44198477268218994, -71.24944305419922], [0.036285433918237686, 0.4398881793022156, 2.6632111072540283, -85.79299926757812], [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': ['134340.285000', '134340.745000', '134341.205000', '134341.665000', '134342.125000', '134342.585000', '134343.045000', '134343.505000', '134343.965000', '134344.425000', '134344.885000', '134345.345000', '134345.805000', '134346.265000', '134346.725000', '134347.185000', '134347.645000', '134348.105000', '134348.565000', '134349.025000', '134349.485000', '134349.945000', '134350.405000', '134350.865000', '134351.325000', '134351.785000', '134352.245000', '134352.705000', '134353.165000', '134353.625000', '134354.085000', '134354.545000', '134355.005000', '134355.465000', '134355.925000', '134356.385000', '134356.845000', '134357.305000', '134357.765000', '134358.225000', '134358.685000', '134359.145000', '134359.605000', '134400.065000', '134400.525000', '134400.985000', '134401.445000', '134401.905000', '134402.365000', '134402.825000', '134403.285000', '134403.745000', '134404.205000', '134404.665000', '134405.125000', '134405.585000', '134406.045000', '134406.505000', '134406.965000', '134407.425000', '134407.885000', '134408.345000', '134408.805000', '134409.265000', '134409.725000', '134410.185000', '134410.645000', '134411.105000', '134411.565000', '134412.025000', '134412.485000', '134412.945000', '134413.405000', '134413.865000', '134414.325000', '134414.785000', '134415.245000', '134415.705000', '134416.165000', '134416.625000', '134417.085000', '134417.545000', '134418.005000', '134418.465000', '134418.925000', '134419.385000', '134419.845000', '134420.305000', '134420.765000', '134421.225000', '134421.685000', '134422.145000', '134422.605000', '134423.065000', '134423.525000', '134423.985000', '134424.445000', '134424.905000', '134425.365000', '134425.825000', '134426.285000', '134426.745000', '134427.205000', '134427.665000', '134428.125000', '134428.585000', '134429.045000', '134429.505000', '134429.965000', '134430.425000', '134430.885000', '134431.345000', '134431.805000', '134432.265000', '134432.725000', '134433.185000', '134433.645000', '134434.105000', '134434.565000', '134435.025000', '134435.485000', '134435.945000', '134436.405000', '134436.865000', '134437.325000', '134437.785000', '134438.245000', '134438.705000', '134439.165000', '134439.625000', '134440.085000', '134440.545000', '134441.005000', '134441.465000', '134441.925000', '134442.385000', '134442.845000', '134443.305000', '134443.765000', '134444.225000', '134444.685000', '134445.145000', '134445.605000', '134446.065000', '134446.525000', '134446.985000', '134447.445000', '134447.905000', '134448.365000', '134448.825000', '134449.285000', '134449.745000', '134450.205000', '134450.665000', '134451.125000', '134451.585000', '134452.045000', '134452.505000', '134452.965000', '134453.425000', '134453.885000', '134454.345000', '134454.805000', '134455.265000', '134455.725000', '134456.185000', '134456.645000', '134457.105000', '134457.565000', '134458.025000', '134458.485000', '134458.945000', '134459.405000', '134459.865000', '134500.325000', '134500.785000', '134501.245000', '134501.705000', '134502.165000', '134502.625000', '134503.085000', '134503.545000', '134504.005000', '134504.465000', '134504.925000', '134505.385000', '134505.845000', '134506.305000', '134506.765000', '134507.225000', '134507.685000', '134508.145000', '134508.605000', '134509.065000', '134509.525000', '134509.985000', '134510.445000', '134510.905000', '134511.365000', '134511.825000', '134512.285000', '134512.745000', '134513.205000', '134513.665000', '134514.125000', '134514.585000', '134515.045000', '134515.505000', '134515.965000', '134516.425000', '134516.885000', '134517.345000', '134517.805000', '134518.265000', '134518.725000', '134519.185000', '134519.645000', '134520.105000', '134520.565000', '134521.025000', '134521.485000', '134521.945000', '134522.405000', '134522.865000', '134523.325000', '134523.785000', '134524.245000', '134524.705000', '134525.165000', '134525.625000', '134526.085000', '134526.545000', '134527.005000', '134527.465000', '134527.925000', '134528.385000', '134528.845000', '134529.305000', '134529.765000', '134530.225000', '134530.685000', '134531.145000', '134531.605000', '134532.065000', '134532.525000', '134532.985000', '134533.445000', '134533.905000', '134534.365000', '134534.825000', '134535.285000', '134535.745000', '134536.205000', '134536.665000', '134537.125000', '134537.585000', '134538.045000', '134538.505000', '134538.965000', '134539.425000', '134539.885000', '134540.345000', '134540.805000', '134541.265000', '134541.725000', '134542.185000', '134542.645000', '134543.105000', '134543.565000', '134544.025000', '134544.485000', '134544.945000', '134545.405000', '134545.865000', '134546.325000', '134546.785000', '134547.245000', '134547.705000', '134548.165000', '134548.625000', '134549.085000', '134549.545000', '134550.005000', '134550.465000', '134550.925000', '134551.385000', '134551.845000', '134552.305000', '134552.765000', '134553.225000', '134553.685000', '134554.145000', '134554.605000', '134555.065000', '134555.525000', '134555.985000', '134556.445000', '134556.905000', '134557.365000', '134557.825000', '134558.285000', '134558.745000', '134559.205000', '134559.665000', '134600.125000', '134600.585000', '134601.045000', '134601.505000', '134601.965000', '134602.425000', '134602.885000', '134603.345000', '134603.805000', '134604.265000', '134604.725000', '134605.185000', '134605.645000', '134606.105000', '134606.565000', '134607.025000', '134607.485000', '134607.945000', '134608.405000', '134608.865000', '134609.325000', '134609.785000', '134610.245000', '134610.705000', '134611.165000', '134611.625000', '134612.085000', '134612.545000', '134613.005000', '134613.465000', '134613.925000', '134614.385000', '134614.845000', '134615.305000', '134615.765000', '134616.225000', '134616.685000', '134617.145000', '134617.605000', '134618.065000', '134618.525000', '134618.985000', '134619.445000', '134619.905000', '134620.365000', '134620.825000', '134621.285000', '134621.745000', '134622.205000', '134622.665000', '134623.125000', '134623.585000', '134624.045000', '134624.505000', '134624.965000', '134625.425000', '134625.885000', '134626.345000', '134626.805000', '134627.265000', '134627.725000', '134628.185000', '134628.645000', '134629.105000', '134629.565000', '134630.025000', '134630.485000', '134630.945000', '134631.405000', '134631.865000', '134632.325000', '134632.785000', '134633.245000', '134633.705000', '134634.165000', '134634.625000', '134635.085000', '134635.545000', '134636.005000', '134636.465000', '134636.925000', '134637.385000', '134637.845000', '134638.305000', '134638.765000', '134639.225000', '134639.685000', '134640.145000', '134640.605000', '134641.065000', '134641.525000', '134641.985000', '134642.445000', '134642.905000', '134643.365000', '134643.825000', '134644.285000', '134644.745000', '134645.205000', '134645.665000', '134646.125000', '134646.585000', '134647.045000', '134647.505000', '134647.965000', '134648.425000', '134648.885000', '134649.345000', '134649.805000', '134650.265000', '134650.725000', '134651.185000', '134651.645000', '134652.105000', '134652.565000', '134653.025000', '134653.485000', '134653.945000', '134654.405000', '134654.865000', '134655.325000', '134655.785000', '134656.245000', '134656.705000', '134657.165000', '134657.625000', '134658.085000', '134658.545000', '134659.005000', '134659.465000', '134659.925000', '134700.385000', '134700.845000', '134701.305000', '134701.765000', '134702.225000', '134702.685000', '134703.145000', '134703.605000', '134704.065000', '134704.525000', '134704.985000', '134705.445000', '134705.905000', '134706.365000', '134706.825000', '134707.285000', '134707.745000', '134708.205000', '134708.665000', '134709.125000', '134709.585000', '134710.045000', '134710.505000', '134710.965000', '134711.425000', '134711.885000', '134712.345000', '134712.805000', '134713.265000', '134713.725000', '134714.185000', '134714.645000', '134715.105000', '134715.565000', '134716.025000', '134716.485000', '134716.945000', '134717.405000', '134717.865000', '134718.325000', '134718.785000', '134719.245000', '134719.705000', '134720.165000', '134720.625000', '134721.085000', '134721.545000', '134722.005000', '134722.465000', '134722.925000', '134723.385000', '134723.845000', '134724.305000', '134724.765000', '134725.225000', '134725.685000', '134726.145000', '134726.605000', '134727.065000', '134727.525000', '134727.985000', '134728.445000', '134728.905000', '134729.365000', '134729.825000', '134730.285000', '134730.745000', '134731.205000', '134731.665000', '134732.125000', '134732.585000', '134733.045000', '134733.505000', '134733.965000', '134734.425000', '134734.885000', '134735.345000', '134735.805000', '134736.265000', '134736.725000', '134737.185000', '134737.645000', '134738.105000', '134738.565000', '134739.025000', '134739.485000', '134739.945000', '134740.405000', '134740.865000', '134741.325000', '134741.785000', '134742.245000', '134742.705000', '134743.165000', '134743.625000', '134744.085000', '134744.545000', '134745.005000', '134745.465000', '134745.925000', '134746.385000', '134746.845000', '134747.305000', '134747.765000', '134748.225000', '134748.685000', '134749.145000', '134749.605000', '134750.065000', '134750.525000', '134750.985000', '134751.445000', '134751.905000', '134752.365000', '134752.825000', '134753.285000', '134753.745000', '134754.205000', '134754.665000', '134755.125000', '134755.585000', '134756.045000', '134756.505000', '134756.965000', '134757.425000', '134757.885000', '134758.345000', '134758.805000', '134759.265000', '134759.725000', '134800.185000', '134800.645000', '134801.105000', '134801.565000', '134802.025000', '134802.485000', '134802.945000', '134803.405000', '134803.865000', '134804.325000', '134804.785000', '134805.245000', '134805.705000', '134806.165000', '134806.625000', '134807.085000', '134807.545000', '134808.005000', '134808.465000', '134808.925000', '134809.385000', '134809.845000', '134810.305000', '134810.765000', '134811.225000', '134811.685000', '134812.145000', '134812.605000', '134813.065000', '134813.525000', '134813.985000', '134814.445000', '134814.905000', '134815.365000', '134815.825000', '134816.285000', '134816.745000', '134817.205000', '134817.665000', '134818.125000', '134818.585000', '134819.045000', '134819.505000', '134819.965000', '134820.425000', '134820.885000', '134821.345000', '134821.805000', '134822.265000', '134822.725000', '134823.185000', '134823.645000', '134824.105000', '134824.565000', '134825.025000', '134825.485000', '134825.945000', '134826.405000', '134826.865000', '134827.325000', '134827.785000', '134828.245000', '134828.705000', '134829.165000', '134829.625000', '134830.085000', '134830.545000', '134831.005000', '134831.465000', '134831.925000', '134832.385000', '134832.845000', '134833.305000', '134833.765000', '134834.225000', '134834.685000', '134835.145000', '134835.605000', '134836.065000', '134836.525000', '134836.985000', '134837.445000', '134837.905000', '134838.365000', '134838.825000', '134839.285000', '134839.745000', '134840.205000', '134840.665000', '134841.125000', '134841.585000', '134842.045000', '134842.505000', '134842.965000', '134843.425000', '134843.885000', '134844.345000', '134844.805000', '134845.265000', '134845.725000', '134846.185000', '134846.645000', '134847.105000', '134847.565000', '134848.025000', '134848.485000', '134848.945000', '134849.405000', '134849.865000', '134850.325000', '134850.785000', '134851.245000', '134851.705000', '134852.165000', '134852.625000', '134853.085000', '134853.545000', '134854.005000', '134854.465000', '134854.925000', '134855.385000', '134855.845000', '134856.305000', '134856.765000', '134857.225000', '134857.685000', '134858.145000', '134858.605000', '134859.065000', '134859.525000', '134859.985000', '134900.445000', '134900.905000', '134901.365000', '134901.825000', '134902.285000', '134902.745000', '134903.205000', '134903.665000', '134904.125000', '134904.585000', '134905.045000', '134905.505000', '134905.965000', '134906.425000', '134906.885000', '134907.345000', '134907.805000', '134908.265000', '134908.725000', '134909.185000', '134909.645000', '134910.105000', '134910.565000', '134911.025000', '134911.485000', '134911.945000', '134912.405000', '134912.865000', '134913.325000', '134913.785000', '134914.245000', '134914.705000', '134915.165000', '134915.625000', '134916.085000', '134916.545000', '134917.005000', '134917.465000', '134917.925000', '134918.385000', '134918.845000', '134919.305000', '134919.765000', '134920.225000', '134920.685000', '134921.145000', '134921.605000', '134922.065000', '134922.525000', '134922.985000', '134923.445000', '134923.905000', '134924.365000', '134924.825000', '134925.285000', '134925.745000', '134926.205000', '134926.665000', '134927.125000', '134927.585000', '134928.045000', '134928.505000', '134928.965000', '134929.425000', '134929.885000', '134930.345000', '134930.805000', '134931.265000', '134931.725000', '134932.185000', '134932.645000', '134933.105000', '134933.565000', '134934.025000', '134934.485000', '134934.945000', '134935.405000', '134935.865000', '134936.325000', '134936.785000', '134937.245000', '134937.705000', '134938.165000', '134938.625000', '134939.085000', '134939.545000', '134940.005000', '134940.465000', '134940.925000', '134941.385000', '134941.845000', '134942.305000', '134942.765000', '134943.225000', '134943.685000', '134944.145000', '134944.605000', '134945.065000', '134945.525000', '134945.985000', '134946.445000', '134946.905000', '134947.365000', '134947.825000', '134948.285000', '134948.745000', '134949.205000', '134949.665000', '134950.125000', '134950.585000', '134951.045000', '134951.505000', '134951.965000', '134952.425000', '134952.885000', '134953.345000', '134953.805000', '134954.265000', '134954.725000', '134955.185000', '134955.645000', '134956.105000', '134956.565000', '134957.025000', '134957.485000', '134957.945000', '134958.405000', '134958.865000', '134959.325000', '134959.785000', '135000.245000', '135000.705000', '135001.165000', '135001.625000', '135002.085000', '135002.545000', '135003.005000', '135003.465000', '135003.925000', '135004.385000', '135004.845000', '135005.305000', '135005.765000', '135006.225000', '135006.685000', '135007.145000', '135007.605000', '135008.065000', '135008.525000', '135008.985000', '135009.445000', '135009.905000', '135010.365000', '135010.825000', '135011.285000', '135011.745000', '135012.205000', '135012.665000', '135013.125000', '135013.585000', '135014.045000', '135014.505000', '135014.965000', '135015.425000', '135015.885000', '135016.345000', '135016.805000', '135017.265000', '135017.725000', '135018.185000', '135018.645000', '135019.105000', '135019.565000', '135020.025000', '135020.485000', '135020.945000', '135021.405000', '135021.865000', '135022.325000', '135022.785000', '135023.245000', '135023.705000', '135024.165000', '135024.625000', '135025.085000', '135025.545000', '135026.005000', '135026.465000', '135026.925000', '135027.385000', '135027.845000', '135028.305000', '135028.765000', '135029.225000', '135029.685000', '135030.145000', '135030.605000', '135031.065000', '135031.525000', '135031.985000', '135032.445000', '135032.905000', '135033.365000', '135033.825000', '135034.285000', '135034.745000', '135035.205000', '135035.665000', '135036.125000', '135036.585000', '135037.045000', '135037.505000', '135037.965000', '135038.425000', '135038.885000', '135039.345000', '135039.805000', '135040.265000', '135040.725000', '135041.185000', '135041.645000', '135042.105000', '135042.565000', '135043.025000', '135043.485000', '135043.945000', '135044.405000', '135044.865000', '135045.325000', '135045.785000', '135046.245000', '135046.705000', '135047.165000', '135047.625000', '135048.085000', '135048.545000', '135049.005000', '135049.465000', '135049.925000', '135050.385000', '135050.845000', '135051.305000', '135051.765000', '135052.225000', '135052.685000', '135053.145000', '135053.605000', '135054.065000', '135054.525000', '135054.985000', '135055.445000', '135055.905000', '135056.365000', '135056.825000', '135057.285000', '135057.745000', '135058.205000', '135058.665000', '135059.125000', '135059.585000', '135100.045000', '135100.505000', '135100.965000', '135101.425000', '135101.885000', '135102.345000', '135102.805000', '135103.265000', '135103.725000', '135104.185000', '135104.645000', '135105.105000', '135105.565000', '135106.025000', '135106.485000', '135106.945000', '135107.405000', '135107.865000', '135108.325000', '135108.785000', '135109.245000', '135109.705000', '135110.165000', '135110.625000', '135111.085000', '135111.545000', '135112.005000', '135112.465000', '135112.925000', '135113.385000', '135113.845000', '135114.305000', '135114.765000', '135115.225000', '135115.685000', '135116.145000', '135116.605000', '135117.065000', '135117.525000', '135117.985000', '135118.445000', '135118.905000', '135119.365000', '135119.825000', '135120.285000', '135120.745000', '135121.205000', '135121.665000', '135122.125000', '135122.585000', '135123.045000', '135123.505000', '135123.965000', '135124.425000', '135124.885000', '135125.345000', '135125.805000', '135126.265000', '135126.725000', '135127.185000', '135127.645000', '135128.105000', '135128.565000', '135129.025000', '135129.485000', '135129.945000', '135130.405000', '135130.865000', '135131.325000', '135131.785000', '135132.245000', '135132.705000', '135133.165000', '135133.625000', '135134.085000', '135134.545000', '135135.005000', '135135.465000', '135135.925000', '135136.385000', '135136.845000', '135137.305000', '135137.765000', '135138.225000', '135138.685000', '135139.145000', '135139.605000', '135140.065000', '135140.525000', '135140.985000', '135141.445000', '135141.905000', '135142.365000', '135142.825000', '135143.285000', '135143.745000', '135144.205000', '135144.665000', '135145.125000', '135145.585000', '135146.045000', '135146.505000', '135146.965000', '135147.425000', '135147.885000', '135148.345000', '135148.805000', '135149.265000', '135149.725000', '135150.185000', '135150.645000', '135151.105000', '135151.565000', '135152.025000', '135152.485000', '135152.945000', '135153.405000', '135153.865000', '135154.325000', '135154.785000', '135155.245000', '135155.705000', '135156.165000', '135156.625000', '135157.085000', '135157.545000', '135158.005000', '135158.465000', '135158.925000', '135159.385000', '135159.845000', '135200.305000', '135200.765000', '135201.225000', '135201.685000', '135202.145000', '135202.605000', '135203.065000', '135203.525000', '135203.985000', '135204.445000', '135204.905000', '135205.365000', '135205.825000', '135206.285000', '135206.745000', '135207.205000', '135207.665000', '135208.125000', '135208.585000', '135209.045000', '135209.505000', '135209.965000', '135210.425000', '135210.885000', '135211.345000', '135211.805000', '135212.265000', '135212.725000', '135213.185000', '135213.645000', '135214.105000', '135214.565000', '135215.025000', '135215.485000', '135215.945000', '135216.405000', '135216.865000', '135217.325000', '135217.785000', '135218.245000', '135218.705000', '135219.165000', '135219.625000', '135220.085000', '135220.545000', '135221.005000', '135221.465000', '135221.925000', '135222.385000', '135222.845000', '135223.305000', '135223.765000', '135224.225000', '135224.685000', '135225.145000', '135225.605000', '135226.065000', '135226.525000', '135226.985000', '135227.445000', '135227.905000', '135228.365000', '135228.825000', '135229.285000', '135229.745000', '135230.205000', '135230.665000', '135231.125000', '135231.585000', '135232.045000', '135232.505000', '135232.965000', '135233.425000', '135233.885000', '135234.345000', '135234.805000', '135235.265000', '135235.725000', '135236.185000', '135236.645000', '135237.105000', '135237.565000', '135238.025000', '135238.485000', '135238.945000', '135239.405000', '135239.865000', '135240.325000', '135240.785000', '135241.245000', '135241.705000', '135242.165000', '135242.625000', '135243.085000', '135243.545000', '135244.005000', '135244.465000', '135244.925000', '135245.385000', '135245.845000', '135246.305000', '135246.765000', '135247.225000', '135247.685000', '135248.145000', '135248.605000', '135249.065000', '135249.525000', '135249.985000', '135250.445000', '135250.905000', '135251.365000', '135251.825000', '135252.285000', '135252.745000', '135253.205000', '135253.665000', '135254.125000', '135254.585000', '135255.045000', '135255.505000', '135255.965000', '135256.425000', '135256.885000', '135257.345000', '135257.805000', '135258.265000', '135258.725000', '135259.185000', '135259.645000', '135300.105000', '135300.565000', '135301.025000', '135301.485000', '135301.945000', '135302.405000', '135302.865000', '135303.325000', '135303.785000', '135304.245000', '135304.705000', '135305.165000', '135305.625000', '135306.085000', '135306.545000', '135307.005000', '135307.465000', '135307.925000', '135308.385000', '135308.845000', '135309.305000', '135309.765000', '135310.225000', '135310.685000', '135311.145000', '135311.605000', '135312.065000', '135312.525000', '135312.985000', '135313.445000', '135313.905000', '135314.365000', '135314.825000', '135315.285000', '135315.745000', '135316.205000', '135316.665000', '135317.125000', '135317.585000', '135318.045000', '135318.505000', '135318.965000', '135319.425000', '135319.885000', '135320.345000', '135320.805000', '135321.265000', '135321.725000', '135322.185000', '135322.645000', '135323.105000'], 'ContentTime': ['134352.215000', '134352.226000', '134352.229000', '134352.232000', '134352.235000', '134352.238000', '134352.241000', '134352.244000', '134352.247000', '134352.250000', '134352.253000', '134352.256000', '134352.259000', '134352.262000', '134352.280000', '134352.283000', '134352.289000', '134352.292000', '134352.295000', '134352.298000', '134352.300000', '134352.303000', '134352.306000', '134412.181000', '134412.184000', '134412.187000', '134412.190000', '134412.193000', '134412.196000', '134412.203000', '134412.205000', '134412.209000', '134412.211000', '134412.214000', '134412.217000', '134412.220000', '134412.223000', '134412.226000', '134412.229000', '134412.232000', '134412.235000', '134412.249000', '134412.252000', '134412.263000', '134412.266000', '134412.269000', '134412.272000', '134412.275000', '134412.278000', '134412.281000', '134412.284000', '134412.287000', '134412.290000', '134412.293000', '134412.296000', '134412.299000', '134412.302000', '134412.305000', '134412.307000', '134412.311000', '134412.313000', '134412.316000', '134412.319000', '134412.322000', '134412.325000', '134412.328000', '134412.331000', '134432.181000', '134432.184000', '134432.187000', '134432.190000', '134432.194000', '134432.197000', '134432.200000', '134432.203000', '134432.206000', '134432.209000', '134432.212000', '134432.215000', '134432.218000', '134432.221000', '134432.224000', '134432.227000', '134432.230000', '134432.233000', '134432.236000', '134432.239000', '134432.241000', '134432.244000', '134432.247000', '134432.251000', '134432.253000', '134432.256000', '134432.262000', '134432.266000', '134432.272000', '134432.275000', '134432.278000', '134432.281000', '134432.284000', '134432.287000', '134432.290000', '134432.293000', '134432.296000', '134432.299000', '134432.302000', '134432.305000', '134432.308000', '134432.311000', '134432.314000', '134452.181000', '134452.184000', '134452.187000', '134452.190000', '134452.193000', '134452.196000', '134452.199000', '134452.202000', '134452.205000', '134452.208000', '134452.211000', '134452.214000', '134452.217000', '134452.220000', '134452.223000', '134452.226000', '134452.229000', '134452.232000', '134452.235000', '134452.238000', '134452.241000', '134452.243000', '134452.246000', '134452.250000', '134452.252000', '134452.255000', '134452.258000', '134452.261000', '134452.264000', '134452.267000', '134452.270000', '134452.273000', '134452.276000', '134452.279000', '134452.282000', '134452.285000', '134452.288000', '134452.291000', '134452.293000', '134452.297000', '134452.300000', '134452.303000', '134452.305000', '134452.309000', '134512.181000', '134512.184000', '134512.187000', '134512.190000', '134512.193000', '134512.196000', '134512.199000', '134512.202000', '134512.205000', '134512.208000', '134512.211000', '134512.214000', '134512.217000', '134512.220000', '134512.223000', '134512.226000', '134512.229000', '134512.232000', '134512.235000', '134512.238000', '134512.241000', '134512.244000', '134512.247000', '134512.250000', '134512.253000', '134512.256000', '134512.259000', '134512.262000', '134512.265000', '134512.269000', '134512.273000', '134512.276000', '134512.279000', '134512.282000', '134512.285000', '134512.288000', '134512.291000', '134512.294000', '134512.297000', '134512.300000', '134512.303000', '134512.306000', '134512.309000', '134532.181000', '134532.184000', '134532.187000', '134532.190000', '134532.193000', '134532.196000', '134532.199000', '134532.202000', '134532.205000', '134532.208000', '134532.211000', '134532.214000', '134532.217000', '134532.220000', '134532.223000', '134532.226000', '134532.229000', '134532.232000', '134532.235000', '134532.238000', '134532.241000', '134532.244000', '134532.247000', '134532.250000', '134532.253000', '134532.256000', '134532.259000', '134532.262000', '134532.265000', '134532.268000', '134532.271000', '134532.274000', '134532.277000', '134532.280000', '134532.283000', '134532.286000', '134532.288000', '134532.291000', '134532.294000', '134532.297000', '134532.300000', '134532.303000', '134532.306000', '134532.309000', '134552.180000', '134552.183000', '134552.186000', '134552.189000', '134552.192000', '134552.195000', '134552.198000', '134552.201000', '134552.204000', '134552.207000', '134552.210000', '134552.213000', '134552.216000', '134552.219000', '134552.222000', '134552.225000', '134552.228000', '134552.232000', '134552.235000', '134552.238000', '134552.241000', '134552.244000', '134552.247000', '134552.250000', '134552.253000', '134552.256000', '134552.259000', '134552.278000', '134552.282000', '134552.285000', '134552.288000', '134552.291000', '134552.294000', '134552.297000', '134552.300000', '134552.303000', '134552.306000', '134552.309000', '134552.312000', '134552.315000', '134552.318000', '134552.321000', '134552.324000', '134612.180000', '134612.183000', '134612.186000', '134612.189000', '134612.192000', '134612.196000', '134612.199000', '134612.202000', '134612.205000', '134612.208000', '134612.211000', '134612.214000', '134612.217000', '134612.220000', '134612.223000', '134612.226000', '134612.229000', '134612.232000', '134612.236000', '134612.239000', '134612.242000', '134612.245000', '134612.248000', '134612.251000', '134612.253000', '134612.257000', '134612.259000', '134612.262000', '134612.265000', '134612.268000', '134612.271000', '134612.274000', '134612.277000', '134612.280000', '134612.283000', '134612.286000', '134612.289000', '134612.292000', '134612.295000', '134612.298000', '134612.301000', '134612.304000', '134612.307000', '134612.310000', '134632.181000', '134632.184000', '134632.187000', '134632.190000', '134632.193000', '134632.196000', '134632.199000', '134632.202000', '134632.205000', '134632.208000', '134632.211000', '134632.214000', '134632.217000', '134632.220000', '134632.223000', '134632.226000', '134632.229000', '134632.232000', '134632.235000', '134632.238000', '134632.241000', '134632.244000', '134632.247000', '134632.250000', '134632.253000', '134632.256000', '134632.259000', '134632.262000', '134632.265000', '134632.268000', '134632.271000', '134632.274000', '134632.277000', '134632.279000', '134632.282000', '134632.285000', '134632.288000', '134632.291000', '134632.294000', '134632.297000', '134632.300000', '134632.303000', '134632.306000', '134652.181000', '134652.184000', '134652.187000', '134652.190000', '134652.193000', '134652.196000', '134652.199000', '134652.202000', '134652.205000', '134652.208000', '134652.211000', '134652.214000', '134652.217000', '134652.220000', '134652.223000', '134652.226000', '134652.229000', '134652.232000', '134652.235000', '134652.238000', '134652.241000', '134652.244000', '134652.247000', '134652.250000', '134652.253000', '134652.256000', '134652.259000', '134652.262000', '134652.265000', '134652.268000', '134652.271000', '134652.273000', '134652.277000', '134652.279000', '134652.282000', '134652.285000', '134652.288000', '134652.291000', '134652.294000', '134652.297000', '134652.300000', '134652.303000', '134652.306000', '134652.309000', '134712.181000', '134712.184000', '134712.187000', '134712.190000', '134712.193000', '134712.196000', '134712.199000', '134712.202000', '134712.205000', '134712.208000', '134712.211000', '134712.214000', '134712.217000', '134712.220000', '134712.223000', '134712.226000', '134712.229000', '134712.232000', '134712.235000', '134712.238000', '134712.241000', '134712.244000', '134712.247000', '134712.250000', '134712.253000', '134712.256000', '134712.259000', '134712.262000', '134712.265000', '134712.269000', '134712.272000', '134712.275000', '134712.278000', '134712.281000', '134712.284000', '134712.287000', '134712.290000', '134712.293000', '134712.296000', '134712.299000', '134712.302000', '134712.305000', '134712.308000', '134732.181000', '134732.184000', '134732.187000', '134732.198000', '134732.201000', '134732.204000', '134732.207000', '134732.210000', '134732.213000', '134732.229000', '134732.232000', '134732.244000', '134732.247000', '134732.250000', '134732.253000', '134732.256000', '134732.259000', '134732.262000', '134732.265000', '134732.268000', '134732.271000', '134732.274000', '134732.277000', '134732.280000', '134732.283000', '134732.286000', '134732.289000', '134732.292000', '134732.295000', '134732.298000', '134732.300000', '134732.304000', '134732.307000', '134732.309000', '134732.312000', '134732.315000', '134732.318000', '134732.321000', '134732.324000', '134732.327000', '134732.330000', '134732.333000', '134732.336000', '134732.339000', '134752.181000', '134752.184000', '134752.187000', '134752.190000', '134752.193000', '134752.196000', '134752.199000', '134752.202000', '134752.205000', '134752.208000', '134752.211000', '134752.214000', '134752.217000', '134752.220000', '134752.229000', '134752.232000', '134752.235000', '134752.238000', '134752.241000', '134752.244000', '134752.247000', '134752.250000', '134752.253000', '134752.256000', '134752.259000', '134752.262000', '134752.265000', '134752.268000', '134752.271000', '134752.274000', '134752.277000', '134752.280000', '134752.283000', '134752.286000', '134752.288000', '134752.291000', '134752.294000', '134752.297000', '134752.300000', '134752.303000', '134752.306000', '134752.309000', '134752.312000', '134812.180000', '134812.183000', '134812.186000', '134812.189000', '134812.192000', '134812.195000', '134812.198000', '134812.201000', '134812.204000', '134812.207000', '134812.217000', '134812.220000', '134812.223000', '134812.226000', '134812.229000', '134812.232000', '134812.235000', '134812.238000', '134812.241000', '134812.244000', '134812.247000', '134812.250000', '134812.253000', '134812.256000', '134812.259000', '134812.262000', '134812.265000', '134812.268000', '134812.271000', '134812.274000', '134812.277000', '134812.280000', '134812.283000', '134812.286000', '134812.289000', '134812.292000', '134812.295000', '134812.298000', '134812.301000', '134812.304000', '134812.307000', '134812.310000', '134812.313000', '134812.316000', '134832.181000', '134832.184000', '134832.187000', '134832.190000', '134832.193000', '134832.196000', '134832.199000', '134832.202000', '134832.205000', '134832.208000', '134832.211000', '134832.214000', '134832.217000', '134832.220000', '134832.223000', '134832.226000', '134832.229000', '134832.232000', '134832.235000', '134832.238000', '134832.241000', '134832.244000', '134832.247000', '134832.250000', '134832.253000', '134832.256000', '134832.259000', '134832.262000', '134832.265000', '134832.268000', '134832.271000', '134832.274000', '134832.277000', '134832.280000', '134832.283000', '134832.286000', '134832.289000', '134832.292000', '134832.295000', '134832.298000', '134832.301000', '134832.304000', '134832.307000', '134852.181000', '134852.184000', '134852.187000', '134852.190000', '134852.193000', '134852.196000', '134852.199000', '134852.202000', '134852.205000', '134852.208000', '134852.211000', '134852.214000', '134852.217000', '134852.220000', '134852.223000', '134852.226000', '134852.229000', '134852.232000', '134852.235000', '134852.238000', '134852.241000', '134852.244000', '134852.247000', '134852.250000', '134852.253000', '134852.256000', '134852.259000', '134852.262000', '134852.265000', '134852.268000', '134852.271000', '134852.274000', '134852.277000', '134852.280000', '134852.295000', '134852.298000', '134852.301000', '134852.304000', '134852.307000', '134852.310000', '134852.313000', '134852.316000', '134852.319000', '134852.322000', '134912.181000', '134912.184000', '134912.187000', '134912.190000', '134912.193000', '134912.196000', '134912.199000', '134912.202000', '134912.205000', '134912.208000', '134912.211000', '134912.214000', '134912.217000', '134912.220000', '134912.223000', '134912.226000', '134912.229000', '134912.232000', '134912.235000', '134912.239000', '134912.242000', '134912.244000', '134912.247000', '134912.250000', '134912.256000', '134912.258000', '134912.261000', '134912.265000', '134912.268000', '134912.271000', '134912.274000', '134912.277000', '134912.280000', '134912.283000', '134912.286000', '134912.289000', '134912.292000', '134912.295000', '134912.298000', '134912.301000', '134912.304000', '134912.306000', '134912.309000', '134932.182000', '134932.185000', '134932.188000', '134932.191000', '134932.194000', '134932.197000', '134932.200000', '134932.203000', '134932.206000', '134932.209000', '134932.211000', '134932.214000', '134932.218000', '134932.220000', '134932.223000', '134932.226000', '134932.229000', '134932.232000', '134932.235000', '134932.238000', '134932.242000', '134932.244000', '134932.247000', '134932.250000', '134932.260000', '134932.263000', '134932.266000', '134932.269000', '134932.272000', '134932.275000', '134932.278000', '134932.281000', '134932.284000', '134932.287000', '134932.290000', '134932.293000', '134932.296000', '134932.299000', '134932.301000', '134932.304000', '134932.307000', '134932.310000', '134932.313000', '134952.181000', '134952.184000', '134952.187000', '134952.190000', '134952.193000', '134952.196000', '134952.199000', '134952.202000', '134952.205000', '134952.208000', '134952.211000', '134952.214000', '134952.217000', '134952.220000', '134952.223000', '134952.226000', '134952.229000', '134952.232000', '134952.235000', '134952.238000', '134952.241000', '134952.244000', '134952.247000', '134952.250000', '134952.253000', '134952.256000', '134952.259000', '134952.262000', '134952.265000', '134952.268000', '134952.271000', '134952.274000', '134952.277000', '134952.280000', '134952.283000', '134952.286000', '134952.288000', '134952.291000', '134952.294000', '134952.297000', '134952.300000', '134952.303000', '134952.306000', '134952.309000', '135012.181000', '135012.187000', '135012.190000', '135012.194000', '135012.197000', '135012.200000', '135012.203000', '135012.206000', '135012.209000', '135012.212000', '135012.215000', '135012.218000', '135012.221000', '135012.224000', '135012.227000', '135012.230000', '135012.233000', '135012.236000', '135012.239000', '135012.242000', '135012.245000', '135012.248000', '135012.251000', '135012.254000', '135012.257000', '135012.260000', '135012.263000', '135012.266000', '135012.269000', '135012.272000', '135012.275000', '135012.278000', '135012.281000', '135012.284000', '135012.287000', '135012.290000', '135012.293000', '135012.296000', '135012.299000', '135012.302000', '135012.305000', '135012.308000', '135012.315000', '135032.180000', '135032.183000', '135032.186000', '135032.189000', '135032.192000', '135032.195000', '135032.198000', '135032.201000', '135032.204000', '135032.207000', '135032.210000', '135032.213000', '135032.216000', '135032.219000', '135032.222000', '135032.225000', '135032.228000', '135032.231000', '135032.234000', '135032.242000', '135032.245000', '135032.247000', '135032.251000', '135032.254000', '135032.257000', '135032.259000', '135032.263000', '135032.266000', '135032.269000', '135032.271000', '135032.275000', '135032.278000', '135032.281000', '135032.283000', '135032.287000', '135032.289000', '135032.292000', '135032.295000', '135032.298000', '135032.301000', '135032.304000', '135032.307000', '135032.310000', '135032.313000', '135052.181000', '135052.184000', '135052.187000', '135052.190000', '135052.193000', '135052.196000', '135052.199000', '135052.203000', '135052.206000', '135052.210000', '135052.213000', '135052.216000', '135052.219000', '135052.222000', '135052.225000', '135052.228000', '135052.231000', '135052.234000', '135052.237000', '135052.240000', '135052.243000', '135052.246000', '135052.249000', '135052.252000', '135052.255000', '135052.257000', '135052.261000', '135052.264000', '135052.267000', '135052.270000', '135052.273000', '135052.276000', '135052.279000', '135052.281000', '135052.285000', '135052.288000', '135052.290000', '135052.293000', '135052.297000', '135052.299000', '135052.302000', '135052.305000', '135052.308000', '135112.181000', '135112.184000', '135112.187000', '135112.190000', '135112.193000', '135112.196000', '135112.199000', '135112.202000', '135112.205000', '135112.208000', '135112.211000', '135112.214000', '135112.217000', '135112.220000', '135112.223000', '135112.226000', '135112.229000', '135112.232000', '135112.235000', '135112.238000', '135112.241000', '135112.244000', '135112.247000', '135112.250000', '135112.253000', '135112.256000', '135112.259000', '135112.262000', '135112.265000', '135112.268000', '135112.271000', '135112.274000', '135112.276000', '135112.279000', '135112.282000', '135112.285000', '135112.288000', '135112.291000', '135112.294000', '135112.297000', '135112.300000', '135112.303000', '135112.306000', '135112.309000', '135132.181000', '135132.184000', '135132.187000', '135132.190000', '135132.193000', '135132.196000', '135132.199000', '135132.202000', '135132.205000', '135132.208000', '135132.211000', '135132.214000', '135132.217000', '135132.221000', '135132.226000', '135132.230000', '135132.233000', '135132.236000', '135132.239000', '135132.242000', '135132.244000', '135132.248000', '135132.250000', '135132.253000', '135132.256000', '135132.259000', '135132.262000', '135132.265000', '135132.268000', '135132.271000', '135132.274000', '135132.277000', '135132.280000', '135132.283000', '135132.286000', '135132.289000', '135132.292000', '135132.295000', '135132.298000', '135132.301000', '135132.304000', '135132.322000', '135132.325000', '135152.181000', '135152.184000', '135152.187000', '135152.190000', '135152.193000', '135152.196000', '135152.199000', '135152.202000', '135152.205000', '135152.208000', '135152.211000', '135152.214000', '135152.217000', '135152.220000', '135152.223000', '135152.226000', '135152.229000', '135152.232000', '135152.235000', '135152.238000', '135152.241000', '135152.244000', '135152.247000', '135152.250000', '135152.253000', '135152.256000', '135152.259000', '135152.262000', '135152.265000', '135152.268000', '135152.271000', '135152.274000', '135152.277000', '135152.280000', '135152.282000', '135152.285000', '135152.289000', '135152.291000', '135152.294000', '135152.297000', '135152.300000', '135152.304000', '135152.306000', '135152.309000', '135212.182000', '135212.186000', '135212.189000', '135212.192000', '135212.195000', '135212.198000', '135212.201000', '135212.204000', '135212.207000', '135212.210000', '135212.213000', '135212.216000', '135212.219000', '135212.221000', '135212.225000', '135212.228000', '135212.230000', '135212.233000', '135212.237000', '135212.240000', '135212.243000', '135212.246000', '135212.249000', '135212.254000', '135212.258000', '135212.261000', '135212.264000', '135212.267000', '135212.271000', '135212.273000', '135212.276000', '135212.279000', '135212.283000', '135212.286000', '135212.288000', '135212.291000', '135212.295000', '135212.297000', '135212.300000', '135212.303000', '135212.307000', '135212.309000', '135212.312000', '135232.181000', '135232.184000', '135232.187000', '135232.190000', '135232.193000', '135232.196000', '135232.199000', '135232.202000', '135232.205000', '135232.208000', '135232.211000', '135232.214000', '135232.217000', '135232.220000', '135232.223000', '135232.226000', '135232.229000', '135232.232000', '135232.235000', '135232.238000', '135232.241000', '135232.244000', '135232.247000', '135232.250000', '135232.253000', '135232.256000', '135232.259000', '135232.262000', '135232.265000', '135232.268000', '135232.271000', '135232.274000', '135232.277000', '135232.280000', '135232.283000', '135232.286000', '135232.289000', '135232.291000', '135232.294000', '135232.298000', '135232.301000', '135232.304000', '135232.307000', '135232.310000', '135252.180000', '135252.183000', '135252.186000', '135252.189000', '135252.192000', '135252.195000', '135252.198000', '135252.201000', '135252.204000', '135252.207000', '135252.210000', '135252.213000', '135252.216000', '135252.219000', '135252.222000', '135252.225000', '135252.228000', '135252.231000', '135252.234000', '135252.237000', '135252.240000', '135252.243000', '135252.246000', '135252.249000', '135252.252000', '135252.257000', '135252.261000', '135252.264000', '135252.267000', '135252.270000', '135252.273000', '135252.276000', '135252.279000', '135252.282000', '135252.285000', '135252.288000', '135252.291000', '135252.294000', '135252.307000', '135252.310000', '135252.313000', '135252.316000', '135252.319000', '135312.181000', '135312.184000', '135312.187000', '135312.190000', '135312.193000', '135312.196000', '135312.199000', '135312.202000', '135312.205000', '135312.208000', '135312.211000', '135312.214000', '135312.217000', '135312.220000', '135312.223000', '135312.226000', '135312.229000', '135312.232000', '135312.235000', '135312.238000', '135312.241000', '135312.244000', '135312.247000', '135312.250000', '135312.253000', '135312.256000', '135312.259000', '135312.262000', '135312.265000', '135312.268000', '135312.271000', '135312.274000', '135312.277000', '135312.280000', '135312.283000', '135312.286000', '135312.289000', '135312.292000', '135312.295000', '135312.298000', '135312.301000', '135312.304000', '135312.307000', '135312.310000', '135324.506000', '135324.509000', '135324.512000', '135324.516000', '135324.519000', '135324.523000', '135324.526000', '135324.530000', '135324.534000', '135324.537000', '135324.540000', '135324.543000', '135324.547000', '135324.550000', '135324.553000', '135324.556000', '135324.559000', '135324.562000', '135324.565000', '135324.568000', '135324.572000', '135324.575000', '135324.578000', '135324.582000', '135324.585000', '135324.588000', '135324.591000'], 'InstanceCreationTime': ['134352.215000', '134352.226000', '134352.229000', '134352.232000', '134352.235000', '134352.238000', '134352.241000', '134352.244000', '134352.247000', '134352.250000', '134352.253000', '134352.256000', '134352.259000', '134352.262000', '134352.280000', '134352.283000', '134352.289000', '134352.292000', '134352.295000', '134352.298000', '134352.300000', '134352.303000', '134352.306000', '134412.181000', '134412.184000', '134412.187000', '134412.190000', '134412.193000', '134412.196000', '134412.203000', '134412.205000', '134412.209000', '134412.211000', '134412.214000', '134412.217000', '134412.220000', '134412.223000', '134412.226000', '134412.229000', '134412.232000', '134412.235000', '134412.249000', '134412.252000', '134412.263000', '134412.266000', '134412.269000', '134412.272000', '134412.275000', '134412.278000', '134412.281000', '134412.284000', '134412.287000', '134412.290000', '134412.293000', '134412.296000', '134412.299000', '134412.302000', '134412.305000', '134412.307000', '134412.311000', '134412.313000', '134412.316000', '134412.319000', '134412.322000', '134412.325000', '134412.328000', '134412.331000', '134432.181000', '134432.184000', '134432.187000', '134432.190000', '134432.194000', '134432.197000', '134432.200000', '134432.203000', '134432.206000', '134432.209000', '134432.212000', '134432.215000', '134432.218000', '134432.221000', '134432.224000', '134432.227000', '134432.230000', '134432.233000', '134432.236000', '134432.239000', '134432.241000', '134432.244000', '134432.247000', '134432.251000', '134432.253000', '134432.256000', '134432.262000', '134432.266000', '134432.272000', '134432.275000', '134432.278000', '134432.281000', '134432.284000', '134432.287000', '134432.290000', '134432.293000', '134432.296000', '134432.299000', '134432.302000', '134432.305000', '134432.308000', '134432.311000', '134432.314000', '134452.181000', '134452.184000', '134452.187000', '134452.190000', '134452.193000', '134452.196000', '134452.199000', '134452.202000', '134452.205000', '134452.208000', '134452.211000', '134452.214000', '134452.217000', '134452.220000', '134452.223000', '134452.226000', '134452.229000', '134452.232000', '134452.235000', '134452.238000', '134452.241000', '134452.243000', '134452.246000', '134452.250000', '134452.252000', '134452.255000', '134452.258000', '134452.261000', '134452.264000', '134452.267000', '134452.270000', '134452.273000', '134452.276000', '134452.279000', '134452.282000', '134452.285000', '134452.288000', '134452.291000', '134452.293000', '134452.297000', '134452.300000', '134452.303000', '134452.305000', '134452.309000', '134512.181000', '134512.184000', '134512.187000', '134512.190000', '134512.193000', '134512.196000', '134512.199000', '134512.202000', '134512.205000', '134512.208000', '134512.211000', '134512.214000', '134512.217000', '134512.220000', '134512.223000', '134512.226000', '134512.229000', '134512.232000', '134512.235000', '134512.238000', '134512.241000', '134512.244000', '134512.247000', '134512.250000', '134512.253000', '134512.256000', '134512.259000', '134512.262000', '134512.265000', '134512.269000', '134512.273000', '134512.276000', '134512.279000', '134512.282000', '134512.285000', '134512.288000', '134512.291000', '134512.294000', '134512.297000', '134512.300000', '134512.303000', '134512.306000', '134512.309000', '134532.181000', '134532.184000', '134532.187000', '134532.190000', '134532.193000', '134532.196000', '134532.199000', '134532.202000', '134532.205000', '134532.208000', '134532.211000', '134532.214000', '134532.217000', '134532.220000', '134532.223000', '134532.226000', '134532.229000', '134532.232000', '134532.235000', '134532.238000', '134532.241000', '134532.244000', '134532.247000', '134532.250000', '134532.253000', '134532.256000', '134532.259000', '134532.262000', '134532.265000', '134532.268000', '134532.271000', '134532.274000', '134532.277000', '134532.280000', '134532.283000', '134532.286000', '134532.288000', '134532.291000', '134532.294000', '134532.297000', '134532.300000', '134532.303000', '134532.306000', '134532.309000', '134552.180000', '134552.183000', '134552.186000', '134552.189000', '134552.192000', '134552.195000', '134552.198000', '134552.201000', '134552.204000', '134552.207000', '134552.210000', '134552.213000', '134552.216000', '134552.219000', '134552.222000', '134552.225000', '134552.228000', '134552.232000', '134552.235000', '134552.238000', '134552.241000', '134552.244000', '134552.247000', '134552.250000', '134552.253000', '134552.256000', '134552.259000', '134552.278000', '134552.282000', '134552.285000', '134552.288000', '134552.291000', '134552.294000', '134552.297000', '134552.300000', '134552.303000', '134552.306000', '134552.309000', '134552.312000', '134552.315000', '134552.318000', '134552.321000', '134552.324000', '134612.180000', '134612.183000', '134612.186000', '134612.189000', '134612.192000', '134612.196000', '134612.199000', '134612.202000', '134612.205000', '134612.208000', '134612.211000', '134612.214000', '134612.217000', '134612.220000', '134612.223000', '134612.226000', '134612.229000', '134612.232000', '134612.236000', '134612.239000', '134612.242000', '134612.245000', '134612.248000', '134612.251000', '134612.253000', '134612.257000', '134612.259000', '134612.262000', '134612.265000', '134612.268000', '134612.271000', '134612.274000', '134612.277000', '134612.280000', '134612.283000', '134612.286000', '134612.289000', '134612.292000', '134612.295000', '134612.298000', '134612.301000', '134612.304000', '134612.307000', '134612.310000', '134632.181000', '134632.184000', '134632.187000', '134632.190000', '134632.193000', '134632.196000', '134632.199000', '134632.202000', '134632.205000', '134632.208000', '134632.211000', '134632.214000', '134632.217000', '134632.220000', '134632.223000', '134632.226000', '134632.229000', '134632.232000', '134632.235000', '134632.238000', '134632.241000', '134632.244000', '134632.247000', '134632.250000', '134632.253000', '134632.256000', '134632.259000', '134632.262000', '134632.265000', '134632.268000', '134632.271000', '134632.274000', '134632.277000', '134632.279000', '134632.282000', '134632.285000', '134632.288000', '134632.291000', '134632.294000', '134632.297000', '134632.300000', '134632.303000', '134632.306000', '134652.181000', '134652.184000', '134652.187000', '134652.190000', '134652.193000', '134652.196000', '134652.199000', '134652.202000', '134652.205000', '134652.208000', '134652.211000', '134652.214000', '134652.217000', '134652.220000', '134652.223000', '134652.226000', '134652.229000', '134652.232000', '134652.235000', '134652.238000', '134652.241000', '134652.244000', '134652.247000', '134652.250000', '134652.253000', '134652.256000', '134652.259000', '134652.262000', '134652.265000', '134652.268000', '134652.271000', '134652.273000', '134652.277000', '134652.279000', '134652.282000', '134652.285000', '134652.288000', '134652.291000', '134652.294000', '134652.297000', '134652.300000', '134652.303000', '134652.306000', '134652.309000', '134712.181000', '134712.184000', '134712.187000', '134712.190000', '134712.193000', '134712.196000', '134712.199000', '134712.202000', '134712.205000', '134712.208000', '134712.211000', '134712.214000', '134712.217000', '134712.220000', '134712.223000', '134712.226000', '134712.229000', '134712.232000', '134712.235000', '134712.238000', '134712.241000', '134712.244000', '134712.247000', '134712.250000', '134712.253000', '134712.256000', '134712.259000', '134712.262000', '134712.265000', '134712.269000', '134712.272000', '134712.275000', '134712.278000', '134712.281000', '134712.284000', '134712.287000', '134712.290000', '134712.293000', '134712.296000', '134712.299000', '134712.302000', '134712.305000', '134712.308000', '134732.181000', '134732.184000', '134732.187000', '134732.198000', '134732.201000', '134732.204000', '134732.207000', '134732.210000', '134732.213000', '134732.229000', '134732.232000', '134732.244000', '134732.247000', '134732.250000', '134732.253000', '134732.256000', '134732.259000', '134732.262000', '134732.265000', '134732.268000', '134732.271000', '134732.274000', '134732.277000', '134732.280000', '134732.283000', '134732.286000', '134732.289000', '134732.292000', '134732.295000', '134732.298000', '134732.300000', '134732.304000', '134732.307000', '134732.309000', '134732.312000', '134732.315000', '134732.318000', '134732.321000', '134732.324000', '134732.327000', '134732.330000', '134732.333000', '134732.336000', '134732.339000', '134752.181000', '134752.184000', '134752.187000', '134752.190000', '134752.193000', '134752.196000', '134752.199000', '134752.202000', '134752.205000', '134752.208000', '134752.211000', '134752.214000', '134752.217000', '134752.220000', '134752.229000', '134752.232000', '134752.235000', '134752.238000', '134752.241000', '134752.244000', '134752.247000', '134752.250000', '134752.253000', '134752.256000', '134752.259000', '134752.262000', '134752.265000', '134752.268000', '134752.271000', '134752.274000', '134752.277000', '134752.280000', '134752.283000', '134752.286000', '134752.288000', '134752.291000', '134752.294000', '134752.297000', '134752.300000', '134752.303000', '134752.306000', '134752.309000', '134752.312000', '134812.180000', '134812.183000', '134812.186000', '134812.189000', '134812.192000', '134812.195000', '134812.198000', '134812.201000', '134812.204000', '134812.207000', '134812.217000', '134812.220000', '134812.223000', '134812.226000', '134812.229000', '134812.232000', '134812.235000', '134812.238000', '134812.241000', '134812.244000', '134812.247000', '134812.250000', '134812.253000', '134812.256000', '134812.259000', '134812.262000', '134812.265000', '134812.268000', '134812.271000', '134812.274000', '134812.277000', '134812.280000', '134812.283000', '134812.286000', '134812.289000', '134812.292000', '134812.295000', '134812.298000', '134812.301000', '134812.304000', '134812.307000', '134812.310000', '134812.313000', '134812.316000', '134832.181000', '134832.184000', '134832.187000', '134832.190000', '134832.193000', '134832.196000', '134832.199000', '134832.202000', '134832.205000', '134832.208000', '134832.211000', '134832.214000', '134832.217000', '134832.220000', '134832.223000', '134832.226000', '134832.229000', '134832.232000', '134832.235000', '134832.238000', '134832.241000', '134832.244000', '134832.247000', '134832.250000', '134832.253000', '134832.256000', '134832.259000', '134832.262000', '134832.265000', '134832.268000', '134832.271000', '134832.274000', '134832.277000', '134832.280000', '134832.283000', '134832.286000', '134832.289000', '134832.292000', '134832.295000', '134832.298000', '134832.301000', '134832.304000', '134832.307000', '134852.181000', '134852.184000', '134852.187000', '134852.190000', '134852.193000', '134852.196000', '134852.199000', '134852.202000', '134852.205000', '134852.208000', '134852.211000', '134852.214000', '134852.217000', '134852.220000', '134852.223000', '134852.226000', '134852.229000', '134852.232000', '134852.235000', '134852.238000', '134852.241000', '134852.244000', '134852.247000', '134852.250000', '134852.253000', '134852.256000', '134852.259000', '134852.262000', '134852.265000', '134852.268000', '134852.271000', '134852.274000', '134852.277000', '134852.280000', '134852.295000', '134852.298000', '134852.301000', '134852.304000', '134852.307000', '134852.310000', '134852.313000', '134852.316000', '134852.319000', '134852.322000', '134912.181000', '134912.184000', '134912.187000', '134912.190000', '134912.193000', '134912.196000', '134912.199000', '134912.202000', '134912.205000', '134912.208000', '134912.211000', '134912.214000', '134912.217000', '134912.220000', '134912.223000', '134912.226000', '134912.229000', '134912.232000', '134912.235000', '134912.239000', '134912.242000', '134912.244000', '134912.247000', '134912.250000', '134912.256000', '134912.258000', '134912.261000', '134912.265000', '134912.268000', '134912.271000', '134912.274000', '134912.277000', '134912.280000', '134912.283000', '134912.286000', '134912.289000', '134912.292000', '134912.295000', '134912.298000', '134912.301000', '134912.304000', '134912.306000', '134912.309000', '134932.182000', '134932.185000', '134932.188000', '134932.191000', '134932.194000', '134932.197000', '134932.200000', '134932.203000', '134932.206000', '134932.209000', '134932.211000', '134932.214000', '134932.218000', '134932.220000', '134932.223000', '134932.226000', '134932.229000', '134932.232000', '134932.235000', '134932.238000', '134932.242000', '134932.244000', '134932.247000', '134932.250000', '134932.260000', '134932.263000', '134932.266000', '134932.269000', '134932.272000', '134932.275000', '134932.278000', '134932.281000', '134932.284000', '134932.287000', '134932.290000', '134932.293000', '134932.296000', '134932.299000', '134932.301000', '134932.304000', '134932.307000', '134932.310000', '134932.313000', '134952.181000', '134952.184000', '134952.187000', '134952.190000', '134952.193000', '134952.196000', '134952.199000', '134952.202000', '134952.205000', '134952.208000', '134952.211000', '134952.214000', '134952.217000', '134952.220000', '134952.223000', '134952.226000', '134952.229000', '134952.232000', '134952.235000', '134952.238000', '134952.241000', '134952.244000', '134952.247000', '134952.250000', '134952.253000', '134952.256000', '134952.259000', '134952.262000', '134952.265000', '134952.268000', '134952.271000', '134952.274000', '134952.277000', '134952.280000', '134952.283000', '134952.286000', '134952.288000', '134952.291000', '134952.294000', '134952.297000', '134952.300000', '134952.303000', '134952.306000', '134952.309000', '135012.181000', '135012.187000', '135012.190000', '135012.194000', '135012.197000', '135012.200000', '135012.203000', '135012.206000', '135012.209000', '135012.212000', '135012.215000', '135012.218000', '135012.221000', '135012.224000', '135012.227000', '135012.230000', '135012.233000', '135012.236000', '135012.239000', '135012.242000', '135012.245000', '135012.248000', '135012.251000', '135012.254000', '135012.257000', '135012.260000', '135012.263000', '135012.266000', '135012.269000', '135012.272000', '135012.275000', '135012.278000', '135012.281000', '135012.284000', '135012.287000', '135012.290000', '135012.293000', '135012.296000', '135012.299000', '135012.302000', '135012.305000', '135012.308000', '135012.315000', '135032.180000', '135032.183000', '135032.186000', '135032.189000', '135032.192000', '135032.195000', '135032.198000', '135032.201000', '135032.204000', '135032.207000', '135032.210000', '135032.213000', '135032.216000', '135032.219000', '135032.222000', '135032.225000', '135032.228000', '135032.231000', '135032.234000', '135032.242000', '135032.245000', '135032.247000', '135032.251000', '135032.254000', '135032.257000', '135032.259000', '135032.263000', '135032.266000', '135032.269000', '135032.271000', '135032.275000', '135032.278000', '135032.281000', '135032.283000', '135032.287000', '135032.289000', '135032.292000', '135032.295000', '135032.298000', '135032.301000', '135032.304000', '135032.307000', '135032.310000', '135032.313000', '135052.181000', '135052.184000', '135052.187000', '135052.190000', '135052.193000', '135052.196000', '135052.199000', '135052.203000', '135052.206000', '135052.210000', '135052.213000', '135052.216000', '135052.219000', '135052.222000', '135052.225000', '135052.228000', '135052.231000', '135052.234000', '135052.237000', '135052.240000', '135052.243000', '135052.246000', '135052.249000', '135052.252000', '135052.255000', '135052.257000', '135052.261000', '135052.264000', '135052.267000', '135052.270000', '135052.273000', '135052.276000', '135052.279000', '135052.281000', '135052.285000', '135052.288000', '135052.290000', '135052.293000', '135052.297000', '135052.299000', '135052.302000', '135052.305000', '135052.308000', '135112.181000', '135112.184000', '135112.187000', '135112.190000', '135112.193000', '135112.196000', '135112.199000', '135112.202000', '135112.205000', '135112.208000', '135112.211000', '135112.214000', '135112.217000', '135112.220000', '135112.223000', '135112.226000', '135112.229000', '135112.232000', '135112.235000', '135112.238000', '135112.241000', '135112.244000', '135112.247000', '135112.250000', '135112.253000', '135112.256000', '135112.259000', '135112.262000', '135112.265000', '135112.268000', '135112.271000', '135112.274000', '135112.276000', '135112.279000', '135112.282000', '135112.285000', '135112.288000', '135112.291000', '135112.294000', '135112.297000', '135112.300000', '135112.303000', '135112.306000', '135112.309000', '135132.181000', '135132.184000', '135132.187000', '135132.190000', '135132.193000', '135132.196000', '135132.199000', '135132.202000', '135132.205000', '135132.208000', '135132.211000', '135132.214000', '135132.217000', '135132.221000', '135132.226000', '135132.230000', '135132.233000', '135132.236000', '135132.239000', '135132.242000', '135132.244000', '135132.248000', '135132.250000', '135132.253000', '135132.256000', '135132.259000', '135132.262000', '135132.265000', '135132.268000', '135132.271000', '135132.274000', '135132.277000', '135132.280000', '135132.283000', '135132.286000', '135132.289000', '135132.292000', '135132.295000', '135132.298000', '135132.301000', '135132.304000', '135132.322000', '135132.325000', '135152.181000', '135152.184000', '135152.187000', '135152.190000', '135152.193000', '135152.196000', '135152.199000', '135152.202000', '135152.205000', '135152.208000', '135152.211000', '135152.214000', '135152.217000', '135152.220000', '135152.223000', '135152.226000', '135152.229000', '135152.232000', '135152.235000', '135152.238000', '135152.241000', '135152.244000', '135152.247000', '135152.250000', '135152.253000', '135152.256000', '135152.259000', '135152.262000', '135152.265000', '135152.268000', '135152.271000', '135152.274000', '135152.277000', '135152.280000', '135152.282000', '135152.285000', '135152.289000', '135152.291000', '135152.294000', '135152.297000', '135152.300000', '135152.304000', '135152.306000', '135152.309000', '135212.182000', '135212.186000', '135212.189000', '135212.192000', '135212.195000', '135212.198000', '135212.201000', '135212.204000', '135212.207000', '135212.210000', '135212.213000', '135212.216000', '135212.219000', '135212.221000', '135212.225000', '135212.228000', '135212.230000', '135212.233000', '135212.237000', '135212.240000', '135212.243000', '135212.246000', '135212.249000', '135212.254000', '135212.258000', '135212.261000', '135212.264000', '135212.267000', '135212.271000', '135212.273000', '135212.276000', '135212.279000', '135212.283000', '135212.286000', '135212.288000', '135212.291000', '135212.295000', '135212.297000', '135212.300000', '135212.303000', '135212.307000', '135212.309000', '135212.312000', '135232.181000', '135232.184000', '135232.187000', '135232.190000', '135232.193000', '135232.196000', '135232.199000', '135232.202000', '135232.205000', '135232.208000', '135232.211000', '135232.214000', '135232.217000', '135232.220000', '135232.223000', '135232.226000', '135232.229000', '135232.232000', '135232.235000', '135232.238000', '135232.241000', '135232.244000', '135232.247000', '135232.250000', '135232.253000', '135232.256000', '135232.259000', '135232.262000', '135232.265000', '135232.268000', '135232.271000', '135232.274000', '135232.277000', '135232.280000', '135232.283000', '135232.286000', '135232.289000', '135232.291000', '135232.294000', '135232.298000', '135232.301000', '135232.304000', '135232.307000', '135232.310000', '135252.180000', '135252.183000', '135252.186000', '135252.189000', '135252.192000', '135252.195000', '135252.198000', '135252.201000', '135252.204000', '135252.207000', '135252.210000', '135252.213000', '135252.216000', '135252.219000', '135252.222000', '135252.225000', '135252.228000', '135252.231000', '135252.234000', '135252.237000', '135252.240000', '135252.243000', '135252.246000', '135252.249000', '135252.252000', '135252.257000', '135252.261000', '135252.264000', '135252.267000', '135252.270000', '135252.273000', '135252.276000', '135252.279000', '135252.282000', '135252.285000', '135252.288000', '135252.291000', '135252.294000', '135252.307000', '135252.310000', '135252.313000', '135252.316000', '135252.319000', '135312.181000', '135312.184000', '135312.187000', '135312.190000', '135312.193000', '135312.196000', '135312.199000', '135312.202000', '135312.205000', '135312.208000', '135312.211000', '135312.214000', '135312.217000', '135312.220000', '135312.223000', '135312.226000', '135312.229000', '135312.232000', '135312.235000', '135312.238000', '135312.241000', '135312.244000', '135312.247000', '135312.250000', '135312.253000', '135312.256000', '135312.259000', '135312.262000', '135312.265000', '135312.268000', '135312.271000', '135312.274000', '135312.277000', '135312.280000', '135312.283000', '135312.286000', '135312.289000', '135312.292000', '135312.295000', '135312.298000', '135312.301000', '135312.304000', '135312.307000', '135312.310000', '135324.506000', '135324.509000', '135324.512000', '135324.516000', '135324.519000', '135324.523000', '135324.526000', '135324.530000', '135324.534000', '135324.537000', '135324.540000', '135324.543000', '135324.547000', '135324.550000', '135324.553000', '135324.556000', '135324.559000', '135324.562000', '135324.565000', '135324.568000', '135324.572000', '135324.575000', '135324.578000', '135324.582000', '135324.585000', '135324.588000', '135324.591000'], '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': [12180, 10863, 11591, 10514, 11975, 9241, 11412, 9876, 11569, 11281, 11437, 11770, 11305, 11377, 11297, 11985, 11492, 11240, 11046, 10835, 9605, 11652, 9548, 11627, 10780, 11474, 11297, 10950, 11054, 11288, 11820, 11032, 11648, 11129, 10902, 10725, 11564, 9333, 11953, 9564, 11615, 11490, 11131, 11099, 11232, 11560, 10962, 11477, 11105, 10475, 10757, 11497, 8851, 11822, 8889, 11675, 9892, 11276, 11833, 10817, 11463, 11210, 11590, 11367, 10468, 10947, 10594, 8605, 11477, 9487, 11988, 10407, 11268, 10956, 11085, 11064, 11338, 11178, 11552, 11640, 11401, 10570, 11305, 10874, 9064, 11715, 10162, 11422, 10762, 11218, 11023, 11188, 10900, 11274, 11579, 11531, 11472, 11371, 11095, 11207, 10514, 10690, 11123, 9127, 11685, 10438, 11441, 10656, 11279, 10030, 10986, 10804, 11288, 10322, 11265, 11092, 10532, 11061, 8875, 11076, 10659, 11210, 10367, 11599, 9941, 10883, 10964, 9952, 11919, 8808, 11422, 10754, 10790, 11493, 11616, 12708, 9716, 11685, 8998, 11312, 12456, 11223, 13575, 11440, 11910, 11449, 10127, 8575, 11558, 11835, 11539, 11817, 11235, 11206, 10800, 10824, 9202, 11634, 11644, 11429, 11287, 10986, 11120, 10873, 10995, 8934, 11798, 10880, 11393, 11392, 10995, 11247, 10982, 10526, 9525, 11736, 9513, 11274, 11339, 10969, 10787, 8808, 11855, 8956, 11659, 10725, 11144, 10682, 10922, 11238, 10993, 11757, 8631, 11651, 9898, 11311, 11064, 10752, 11289, 11073, 13095, 10878, 11631, 10165, 11421, 8731, 10698, 10541, 11136, 10843, 11124, 10996, 11257, 10907, 11400, 12151, 11443, 11458, 9257, 11623, 11425, 11492, 11074, 11706, 12065, 11526, 11411, 11221, 10499, 11070, 10626, 11197, 10394, 10826, 10710, 9045, 11403, 9525, 11581, 10412, 11182, 10851, 10870, 11214, 11244, 10735, 11386, 11169, 11350, 11344, 11350, 11415, 10930, 11918, 10994, 11893, 10727, 12028, 10437, 11082, 10315, 11129, 11074, 11424, 10661, 10983, 10242, 11168, 10553, 11148, 10193, 11218, 10321, 11177, 10379, 10679, 10922, 10655, 11321, 9466, 11751, 9744, 11346, 9564, 10928, 11036, 11214, 10556, 11148, 10350, 11225, 10449, 11415, 10549, 10791, 10365, 11364, 9890, 11161, 10063, 11149, 10196, 9397, 10683, 10095, 10957, 9587, 11151, 10678, 10659, 10396, 10609, 11163, 11330, 10721, 11504, 10157, 10261, 10989, 10099, 10898, 11059, 11023, 10443, 11268, 11531, 10857, 10555, 9194, 11477, 9290, 11386, 9663, 10908, 9861, 10135, 10508, 11052, 11144, 11437, 11188, 11231, 9892, 10836, 10214, 9559, 11139, 10930, 10991, 10803, 11182, 10732, 10709, 10164, 10960, 10476, 9488, 11501, 9213, 11054, 10596, 11040, 10875, 10752, 11208, 10920, 10589, 11363, 11108, 10842, 10965, 9455, 10078, 10631, 10970, 10444, 11433, 10482, 11177, 10697, 10568, 10590, 9073, 11066, 10483, 10850, 10698, 11009, 10120, 10822, 10944, 10561, 13688, 9558, 11543, 9437, 11226, 10042, 10774, 10268, 10028, 10753, 10969, 10313, 11105, 10411, 11043, 10007, 10419, 10407, 9013, 10560, 10122, 11084, 10692, 10889, 10465, 10872, 10809, 9978, 10527, 10828, 9981, 10088, 10454, 9525, 10658, 9478, 10244, 11376, 10055, 10559, 10388, 10802, 9823, 10805, 10399, 11316, 9948, 10701, 10426, 10207, 10496, 10416, 9018, 10622, 10796, 10140, 10506, 10334, 10618, 9825, 10753, 10074, 10858, 9742, 10070, 9256, 10251, 8987, 10474, 10855, 9723, 10794, 10341, 10723, 10705, 10222, 10762, 10316, 10112, 10627, 9091, 10120, 10481, 10482, 10585, 10366, 10766, 9579, 11009, 9689, 10715, 8925, 10176, 9849, 10214, 11007, 10219, 10950, 10230, 11002, 10621, 10698, 10244, 10859, 9870, 10720, 8743, 10366, 9722, 10283, 10188, 9801, 10660, 9894, 10785, 9315, 10230, 8969, 10142, 10617, 10006, 10700, 9908, 10617, 10178, 12121, 10728, 10390, 10263, 10491, 9117, 10056, 11464, 10319, 10414, 10499, 10392, 8929, 10636, 11240, 10948, 11319, 10394, 10634, 10530, 10680, 10537, 10553, 9941, 11265, 9911, 12258, 9179, 10130, 10331, 10073, 10568, 9848, 11242, 10068, 11592, 10611, 10431, 10575, 10232, 11130, 10087, 10994, 9769, 11489, 8789, 10522, 11151, 10417, 11232, 10941, 11563, 9824, 11266, 8835, 10340, 10949, 10331, 11143, 10455, 12113, 10061, 11584, 9485, 10361, 9075, 10622, 10888, 9998, 10888, 10293, 10278, 9932, 10894, 9246, 10394, 10950, 9904, 10598, 10442, 10793, 10675, 10447, 11156, 10075, 10279, 10484, 10493, 9338, 10547, 10936, 9795, 11558, 10342, 10261, 10611, 10133, 10822, 10074, 11426, 10021, 9964, 9923, 9958, 10770, 9705, 10951, 10321, 10223, 8994, 10195, 10756, 9783, 10901, 9381, 10124, 10323, 9993, 10379, 9555, 10525, 9572, 10137, 10270, 10325, 9989, 10107, 11049, 11568, 10021, 10649, 10406, 10413, 10460, 9699, 10965, 9894, 10652, 10891, 10381, 10073, 9103, 10422, 10820, 9645, 10217, 9963, 11999, 11549, 9699, 11006, 10064, 11121, 9450, 9962, 10891, 9462, 10537, 9518, 10637, 11623, 9905, 10803, 9596, 11180, 10119, 10959, 9381, 10755, 10231, 10283, 10907, 9798, 10860, 9619, 11136, 9481, 10690, 10981, 10703, 11023, 10447, 11445, 10660, 11074, 9946, 11403, 8908, 11347, 9203, 10994, 11429, 10992, 11755, 10368, 11403, 9715, 11525, 9671, 11406, 10813, 11500, 11373, 11106, 11797, 10350, 11756, 9811, 11877, 9515, 11808, 11637, 11690, 11463, 11483, 11266, 11580, 11298, 11300, 11718, 11360, 11365, 10782, 11772, 10300, 11765, 9628, 11952, 11701, 11635, 11402, 11257, 11371, 11002, 11781, 11226, 11506, 10167, 11248, 10230, 11443, 10182, 12075, 11563, 11575, 11352, 10802, 11333, 10729, 11958, 10766, 12784, 9858, 11230, 9562, 11149, 9549, 11073, 10724, 11325, 11107, 10913, 11343, 10321, 11343, 10233, 11049, 10200, 10964, 9443, 10981, 11328, 11237, 11534, 11257, 11285, 10734, 11808, 9706, 11633, 11947, 11871, 12197, 11264, 11805, 10055, 11517, 10397, 11974, 12095, 11538, 11279, 10980, 11374, 11074, 12251, 11206, 11805, 10055, 11444, 11597, 11245, 11495, 11084, 11636, 10069, 11718, 11585, 11063, 11543, 10980, 11460, 11245, 12180, 10867, 12039, 10082, 11220, 10021, 11741, 12325, 11049, 11612, 10572, 11837, 10587, 11687, 10509, 10912, 10341, 11889, 10623, 11289, 10938, 11348, 11645, 11122, 11554, 11208, 10692, 10004, 11507, 11196, 11460, 11507, 11276, 12206, 11160, 11454, 10367, 11745, 9575, 11637, 10933, 11894, 11724, 11163, 11481, 11091, 11667, 10874, 12020, 10906, 12681, 10052, 11444, 10064, 11288, 11560, 11131, 10859, 9688, 11535, 11182, 10628, 10325, 11582, 9753, 10999, 11860, 11805, 10053, 11069, 11324, 10432, 11273, 9376, 10492, 11597, 10536, 12886, 9761, 12081, 9322, 10704, 11462, 10547, 11385, 10541, 10920, 9896, 11343, 9687, 11046, 11620, 10858, 11556, 11202, 11335, 10053, 10826, 10210, 11219, 9661, 11190, 12114, 11087, 11702, 10448, 11101, 9401, 11450, 11247, 10967, 10849, 9074, 11366, 10941, 11608, 11364, 11094, 11966, 11208, 11180, 8963, 11645, 11056, 11214, 11838, 11177, 11799, 10591, 10186, 11878, 11507, 10927, 11955, 9530, 11495, 11545, 9981, 11338, 9532, 11428, 9663, 12765, 11652, 12188, 12962, 9529, 12568, 9750, 13036, 9184, 11732, 9722, 10887, 9440, 10905, 9557, 10567, 11671, 10300, 11114, 9874, 10941, 9583, 11035, 9639, 11001, 11766, 11108, 11416, 9599, 11654, 11239, 11469, 11143, 9615, 11375, 11463, 11526, 11156, 11515, 11910, 11445, 10743, 10325, 11647, 11418, 11506, 10996, 9135, 11616, 11016, 11429, 11259, 9270, 11786, 11746, 11191, 11832, 10974, 11876, 9175, 11448, 11600, 10945, 13161, 10773, 12729, 9245, 11515, 11231, 11402, 10377, 9073, 11383, 11300, 11354, 11916, 11386, 11507, 8830, 11317, 10588, 11622, 12032, 11216, 11243, 11404, 10547, 10811, 10976, 11159, 11231, 11387, 10506, 11473, 9406, 10861, 9600, 11374, 10286, 11455, 10977, 11375, 11394, 11107, 11457, 9468, 11595, 9095, 11565, 10887, 11164, 11891, 11501, 12969, 11203, 11287, 9253, 11527, 11590, 11555, 11794, 11420, 12059, 11348, 12141, 9919, 11681, 10506, 11471, 10641, 11174, 11977, 11311, 10864, 9560, 11787, 11262, 11367, 11061, 11081, 10676, 11441, 11639, 10895, 11619, 11021, 10317, 11037, 11428, 9188, 11073, 10849, 11087, 10412, 11141, 9576, 11326, 9680, 11223, 10653, 10780, 11394, 9288, 11063, 9258, 11182, 9114, 10825, 10518, 11066, 10523, 11090, 10264, 11059, 10080, 11186, 10266, 10985, 11062, 9139, 11474, 10061, 11625, 11221, 11447, 10344, 9359, 11412, 10648, 11516, 10683, 11198, 11074, 11317, 12305, 11562, 11198, 11446, 10989, 9386, 11725, 10372, 11248, 10607, 11475, 11732, 11521, 10034, 9564, 11671, 11594, 11814, 11729, 11797, 11010, 9525, 11530, 10517, 11621, 12176, 11293, 10015, 9117, 11758, 11300, 11743, 11139, 11712, 10880, 11370, 12028, 11264, 12020, 9147, 11552, 11324, 11155, 11793, 11271, 11901, 10706, 11412, 12170, 11059, 12140, 9904, 12651, 11607, 11630, 11258, 11419, 10461, 9231, 11172, 11058, 11005, 11513, 10810, 11544, 9416, 10945, 10811, 11479, 11754, 10257, 11538, 9486, 11319, 11171, 10736, 11512, 10572, 11485, 10942, 11044, 11707, 8963, 11041, 10552, 11126, 9950, 11223, 10869, 10826, 10477, 8831, 11086, 10291, 10720, 9911, 9308, 10037, 10593, 9948, 10748, 11690], 'WindowCenter': [3968.0, 3955.0, 3939.0, 3926.0, 3934.0, 3902.0, 3922.0, 3912.0, 3922.0, 3922.0, 3921.0, 3920.0, 3920.0, 3920.0, 3921.0, 3922.0, 3933.0, 3922.0, 3922.0, 3923.0, 3912.0, 3933.0, 3913.0, 3922.0, 3922.0, 3921.0, 3922.0, 3922.0, 3922.0, 3923.0, 3933.0, 3922.0, 3923.0, 3922.0, 3922.0, 3922.0, 3922.0, 3902.0, 3933.0, 3912.0, 3922.0, 3922.0, 3922.0, 3922.0, 3922.0, 3923.0, 3922.0, 3921.0, 3921.0, 3911.0, 3921.0, 3921.0, 3889.0, 3931.0, 3900.0, 3921.0, 3910.0, 3921.0, 3932.0, 3922.0, 3922.0, 3922.0, 3922.0, 3922.0, 3922.0, 3922.0, 3922.0, 3901.0, 3934.0, 3913.0, 3934.0, 3923.0, 3934.0, 3924.0, 3934.0, 3934.0, 3935.0, 3924.0, 3933.0, 3922.0, 3923.0, 3923.0, 3923.0, 3922.0, 3902.0, 3933.0, 3912.0, 3933.0, 3923.0, 3935.0, 3924.0, 3935.0, 3924.0, 3935.0, 3934.0, 3935.0, 3934.0, 3934.0, 3923.0, 3934.0, 3924.0, 3924.0, 3923.0, 3903.0, 3934.0, 3923.0, 3933.0, 3923.0, 3935.0, 3924.0, 3935.0, 3925.0, 3937.0, 3925.0, 3936.0, 3935.0, 3925.0, 3935.0, 3904.0, 3935.0, 3937.0, 3936.0, 3926.0, 3947.0, 3926.0, 3937.0, 3937.0, 3929.0, 3949.0, 3917.0, 3948.0, 3938.0, 3937.0, 3938.0, 3949.0, 3948.0, 3915.0, 3935.0, 3916.0, 3935.0, 3935.0, 3924.0, 3945.0, 3923.0, 3922.0, 3922.0, 3911.0, 3890.0, 3922.0, 3933.0, 3921.0, 3921.0, 3921.0, 3921.0, 3921.0, 3910.0, 3900.0, 3922.0, 3921.0, 3920.0, 3909.0, 3909.0, 3910.0, 3909.0, 3910.0, 3889.0, 3919.0, 3908.0, 3919.0, 3920.0, 3909.0, 3909.0, 3909.0, 3908.0, 3898.0, 3918.0, 3887.0, 3908.0, 3909.0, 3909.0, 3909.0, 3889.0, 3920.0, 3900.0, 3920.0, 3909.0, 3921.0, 3911.0, 3922.0, 3923.0, 3924.0, 3934.0, 3902.0, 3922.0, 3911.0, 3921.0, 3921.0, 3911.0, 3912.0, 3922.0, 3933.0, 3922.0, 3921.0, 3911.0, 3933.0, 3890.0, 3911.0, 3924.0, 3923.0, 3923.0, 3923.0, 3923.0, 3922.0, 3936.0, 3966.0, 3996.0, 3952.0, 3933.0, 3901.0, 3920.0, 3921.0, 3922.0, 3922.0, 3932.0, 3932.0, 3922.0, 3923.0, 3924.0, 3925.0, 3924.0, 3923.0, 3922.0, 3910.0, 3911.0, 3910.0, 3901.0, 3922.0, 3901.0, 3921.0, 3910.0, 3920.0, 3910.0, 3911.0, 3923.0, 3922.0, 3922.0, 3921.0, 3922.0, 3921.0, 3920.0, 3921.0, 3921.0, 3922.0, 3922.0, 3922.0, 3948.0, 3955.0, 3948.0, 3908.0, 3908.0, 3909.0, 3921.0, 3934.0, 3936.0, 3924.0, 3924.0, 3924.0, 3934.0, 3925.0, 3935.0, 3924.0, 3924.0, 3912.0, 3922.0, 3911.0, 3912.0, 3922.0, 3924.0, 3924.0, 3901.0, 3921.0, 3899.0, 3920.0, 3899.0, 3910.0, 3910.0, 3921.0, 3911.0, 3921.0, 3910.0, 3920.0, 3909.0, 3920.0, 3910.0, 3911.0, 3911.0, 3934.0, 3911.0, 3923.0, 3911.0, 3922.0, 3912.0, 3902.0, 3924.0, 3925.0, 3923.0, 3913.0, 3922.0, 3911.0, 3923.0, 3912.0, 3923.0, 3935.0, 3924.0, 3922.0, 3922.0, 3911.0, 3912.0, 3922.0, 3913.0, 3922.0, 3922.0, 3922.0, 3911.0, 3923.0, 3933.0, 3923.0, 3923.0, 3913.0, 3933.0, 3901.0, 3922.0, 3901.0, 3909.0, 3900.0, 3910.0, 3911.0, 3922.0, 3921.0, 3922.0, 3920.0, 3920.0, 3899.0, 3922.0, 3910.0, 3900.0, 3921.0, 3922.0, 3910.0, 3910.0, 3920.0, 3910.0, 3921.0, 3911.0, 3922.0, 3923.0, 3913.0, 3923.0, 3900.0, 3921.0, 3910.0, 3920.0, 3911.0, 3921.0, 3921.0, 3923.0, 3923.0, 3933.0, 3922.0, 3922.0, 3921.0, 3912.0, 3912.0, 3924.0, 3924.0, 3924.0, 3934.0, 3912.0, 3923.0, 3923.0, 3923.0, 3911.0, 3901.0, 3921.0, 3911.0, 3921.0, 3910.0, 3920.0, 3911.0, 3921.0, 3921.0, 3913.0, 3943.0, 3914.0, 3922.0, 3901.0, 3920.0, 3899.0, 3909.0, 3910.0, 3911.0, 3921.0, 3924.0, 3912.0, 3922.0, 3910.0, 3922.0, 3899.0, 3910.0, 3909.0, 3889.0, 3922.0, 3910.0, 3920.0, 3909.0, 3909.0, 3908.0, 3909.0, 3909.0, 3910.0, 3922.0, 3924.0, 3914.0, 3924.0, 3921.0, 3912.0, 3921.0, 3912.0, 3923.0, 3935.0, 3914.0, 3923.0, 3913.0, 3922.0, 3910.0, 3921.0, 3912.0, 3922.0, 3913.0, 3911.0, 3922.0, 3911.0, 3922.0, 3921.0, 3901.0, 3921.0, 3923.0, 3911.0, 3922.0, 3911.0, 3921.0, 3912.0, 3921.0, 3912.0, 3923.0, 3900.0, 3911.0, 3900.0, 3909.0, 3888.0, 3909.0, 3909.0, 3899.0, 3921.0, 3911.0, 3910.0, 3910.0, 3909.0, 3920.0, 3909.0, 3912.0, 3921.0, 3902.0, 3923.0, 3922.0, 3922.0, 3921.0, 3910.0, 3922.0, 3912.0, 3922.0, 3914.0, 3925.0, 3902.0, 3923.0, 3912.0, 3922.0, 3923.0, 3925.0, 3925.0, 3924.0, 3925.0, 3924.0, 3922.0, 3923.0, 3923.0, 3912.0, 3925.0, 3901.0, 3911.0, 3901.0, 3911.0, 3910.0, 3911.0, 3922.0, 3912.0, 3923.0, 3903.0, 3912.0, 3902.0, 3911.0, 3921.0, 3911.0, 3922.0, 3913.0, 3923.0, 3925.0, 3934.0, 3924.0, 3911.0, 3911.0, 3910.0, 3890.0, 3911.0, 3921.0, 3912.0, 3923.0, 3923.0, 3911.0, 3900.0, 3923.0, 3933.0, 3925.0, 3936.0, 3925.0, 3925.0, 3925.0, 3923.0, 3922.0, 3912.0, 3911.0, 3923.0, 3912.0, 3932.0, 3901.0, 3911.0, 3910.0, 3910.0, 3909.0, 3909.0, 3922.0, 3911.0, 3921.0, 3923.0, 3923.0, 3923.0, 3924.0, 3922.0, 3923.0, 3923.0, 3913.0, 3934.0, 3905.0, 3923.0, 3923.0, 3911.0, 3923.0, 3922.0, 3923.0, 3924.0, 3923.0, 3902.0, 3922.0, 3921.0, 3911.0, 3921.0, 3912.0, 3933.0, 3914.0, 3922.0, 3910.0, 3910.0, 3902.0, 3922.0, 3923.0, 3913.0, 3921.0, 3911.0, 3910.0, 3910.0, 3909.0, 3899.0, 3912.0, 3909.0, 3909.0, 3909.0, 3909.0, 3919.0, 3909.0, 3910.0, 3923.0, 3912.0, 3911.0, 3921.0, 3921.0, 3899.0, 3909.0, 3922.0, 3899.0, 3922.0, 3908.0, 3897.0, 3907.0, 3909.0, 3908.0, 3910.0, 3919.0, 3898.0, 3897.0, 3897.0, 3896.0, 3907.0, 3897.0, 3922.0, 3908.0, 3908.0, 3885.0, 3896.0, 3906.0, 3896.0, 3907.0, 3899.0, 3908.0, 3897.0, 3898.0, 3896.0, 3897.0, 3908.0, 3899.0, 3910.0, 3908.0, 3908.0, 3897.0, 3908.0, 3919.0, 3919.0, 3910.0, 3910.0, 3911.0, 3909.0, 3908.0, 3898.0, 3908.0, 3898.0, 3909.0, 3920.0, 3911.0, 3910.0, 3899.0, 3908.0, 3909.0, 3899.0, 3910.0, 3912.0, 3921.0, 3920.0, 3897.0, 3919.0, 3909.0, 3922.0, 3911.0, 3909.0, 3908.0, 3898.0, 3908.0, 3899.0, 3921.0, 3920.0, 3912.0, 3919.0, 3898.0, 3920.0, 3910.0, 3919.0, 3900.0, 3919.0, 3909.0, 3909.0, 3907.0, 3908.0, 3919.0, 3899.0, 3920.0, 3897.0, 3908.0, 3908.0, 3907.0, 3906.0, 3907.0, 3919.0, 3909.0, 3919.0, 3910.0, 3920.0, 3899.0, 3920.0, 3899.0, 3923.0, 3921.0, 3920.0, 3933.0, 3910.0, 3919.0, 3898.0, 3918.0, 3897.0, 3920.0, 3921.0, 3931.0, 3920.0, 3922.0, 3930.0, 3911.0, 3930.0, 3910.0, 3933.0, 3911.0, 3931.0, 3932.0, 3935.0, 3934.0, 3935.0, 3934.0, 3934.0, 3921.0, 3921.0, 3933.0, 3921.0, 3922.0, 3936.0, 3934.0, 3922.0, 3932.0, 3911.0, 3932.0, 3932.0, 3933.0, 3934.0, 3933.0, 3933.0, 3934.0, 3933.0, 3934.0, 3934.0, 3923.0, 3921.0, 3923.0, 3920.0, 3922.0, 3932.0, 3933.0, 3935.0, 3922.0, 3922.0, 3921.0, 3921.0, 3932.0, 3920.0, 3932.0, 3911.0, 3920.0, 3900.0, 3918.0, 3897.0, 3920.0, 3918.0, 3920.0, 3932.0, 3920.0, 3921.0, 3910.0, 3920.0, 3922.0, 3920.0, 3909.0, 3923.0, 3900.0, 3920.0, 3918.0, 3920.0, 3919.0, 3921.0, 3932.0, 3932.0, 3930.0, 3910.0, 3930.0, 3933.0, 3933.0, 3946.0, 3936.0, 3934.0, 3924.0, 3932.0, 3925.0, 3933.0, 3933.0, 3933.0, 3923.0, 3922.0, 3920.0, 3921.0, 3930.0, 3921.0, 3920.0, 3910.0, 3921.0, 3919.0, 3919.0, 3918.0, 3919.0, 3920.0, 3910.0, 3932.0, 3932.0, 3932.0, 3919.0, 3919.0, 3919.0, 3919.0, 3920.0, 3909.0, 3918.0, 3907.0, 3906.0, 3896.0, 3916.0, 3917.0, 3917.0, 3919.0, 3909.0, 3918.0, 3908.0, 3917.0, 3906.0, 3906.0, 3896.0, 3917.0, 3907.0, 3916.0, 3907.0, 3906.0, 3916.0, 3917.0, 3918.0, 3918.0, 3908.0, 3911.0, 3931.0, 3921.0, 3930.0, 3919.0, 3921.0, 3930.0, 3933.0, 3920.0, 3926.0, 3934.0, 3912.0, 3932.0, 3921.0, 3931.0, 3933.0, 3921.0, 3921.0, 3922.0, 3919.0, 3920.0, 3930.0, 3920.0, 3945.0, 3913.0, 3933.0, 3922.0, 3920.0, 3931.0, 3932.0, 3920.0, 3910.0, 3934.0, 3933.0, 3933.0, 3924.0, 3949.0, 3899.0, 3907.0, 3930.0, 3934.0, 3926.0, 3933.0, 3921.0, 3921.0, 3933.0, 3900.0, 3909.0, 3920.0, 3908.0, 3920.0, 3911.0, 3919.0, 3886.0, 3906.0, 3904.0, 3893.0, 3904.0, 3894.0, 3906.0, 3895.0, 3906.0, 3895.0, 3906.0, 3917.0, 3907.0, 3917.0, 3907.0, 3909.0, 3897.0, 3907.0, 3907.0, 3907.0, 3897.0, 3918.0, 3918.0, 3918.0, 3920.0, 3909.0, 3918.0, 3898.0, 3919.0, 3918.0, 3919.0, 3921.0, 3900.0, 3933.0, 3923.0, 3932.0, 3931.0, 3920.0, 3920.0, 3921.0, 3921.0, 3901.0, 3921.0, 3920.0, 3920.0, 3932.0, 3935.0, 3948.0, 3936.0, 3935.0, 3944.0, 3934.0, 3936.0, 3947.0, 3926.0, 3948.0, 3949.0, 3927.0, 3937.0, 3914.0, 3922.0, 3911.0, 3933.0, 3923.0, 3922.0, 3932.0, 3887.0, 3918.0, 3885.0, 3916.0, 3884.0, 3903.0, 3882.0, 3891.0, 3881.0, 3892.0, 3882.0, 3891.0, 3902.0, 3892.0, 3904.0, 3892.0, 3892.0, 3883.0, 3892.0, 3881.0, 3893.0, 3916.0, 3905.0, 3903.0, 3883.0, 3916.0, 3916.0, 3916.0, 3917.0, 3908.0, 3930.0, 3930.0, 3930.0, 3919.0, 3919.0, 3931.0, 3932.0, 3920.0, 3911.0, 3932.0, 3920.0, 3931.0, 3920.0, 3899.0, 3931.0, 3933.0, 3932.0, 3931.0, 3910.0, 3931.0, 3929.0, 3932.0, 3932.0, 3933.0, 3932.0, 3900.0, 3919.0, 3920.0, 3922.0, 3931.0, 3908.0, 3930.0, 3886.0, 3917.0, 3906.0, 3918.0, 3908.0, 3897.0, 3918.0, 3919.0, 3920.0, 3918.0, 3919.0, 3919.0, 3899.0, 3932.0, 3922.0, 3932.0, 3931.0, 3920.0, 3919.0, 3920.0, 3909.0, 3920.0, 3920.0, 3919.0, 3920.0, 3932.0, 3920.0, 3931.0, 3911.0, 3935.0, 3923.0, 3946.0, 3936.0, 3948.0, 3935.0, 3946.0, 3946.0, 3935.0, 3936.0, 3925.0, 3934.0, 3901.0, 3931.0, 3922.0, 3932.0, 3934.0, 3935.0, 3944.0, 3923.0, 3921.0, 3911.0, 3933.0, 3933.0, 3933.0, 3931.0, 3919.0, 3919.0, 3921.0, 3932.0, 3899.0, 3919.0, 3908.0, 3918.0, 3906.0, 3917.0, 3929.0, 3918.0, 3907.0, 3897.0, 3917.0, 3917.0, 3917.0, 3916.0, 3919.0, 3908.0, 3917.0, 3906.0, 3906.0, 3905.0, 3906.0, 3895.0, 3906.0, 3916.0, 3884.0, 3905.0, 3907.0, 3917.0, 3906.0, 3918.0, 3897.0, 3919.0, 3908.0, 3920.0, 3920.0, 3920.0, 3919.0, 3898.0, 3918.0, 3896.0, 3918.0, 3898.0, 3907.0, 3908.0, 3917.0, 3907.0, 3918.0, 3908.0, 3917.0, 3908.0, 3919.0, 3908.0, 3920.0, 3920.0, 3911.0, 3931.0, 3911.0, 3931.0, 3922.0, 3932.0, 3921.0, 3913.0, 3933.0, 3922.0, 3932.0, 3921.0, 3934.0, 3931.0, 3922.0, 3932.0, 3933.0, 3921.0, 3931.0, 3920.0, 3912.0, 3930.0, 3909.0, 3921.0, 3922.0, 3931.0, 3931.0, 3930.0, 3911.0, 3911.0, 3931.0, 3961.0, 4005.0, 3991.0, 3945.0, 3892.0, 3894.0, 3919.0, 3920.0, 3932.0, 3943.0, 3919.0, 3909.0, 3912.0, 3932.0, 3933.0, 3934.0, 3933.0, 3932.0, 3921.0, 3921.0, 3931.0, 3921.0, 3931.0, 3901.0, 3931.0, 3919.0, 3920.0, 3930.0, 3921.0, 3932.0, 3920.0, 3919.0, 3929.0, 3919.0, 3931.0, 3909.0, 3930.0, 3918.0, 3917.0, 3906.0, 3916.0, 3906.0, 3896.0, 3918.0, 3907.0, 3908.0, 3917.0, 3907.0, 3905.0, 3886.0, 3906.0, 3907.0, 3918.0, 3917.0, 3907.0, 3916.0, 3894.0, 3917.0, 3917.0, 3906.0, 3918.0, 3906.0, 3905.0, 3905.0, 3916.0, 3918.0, 3885.0, 3916.0, 3908.0, 3918.0, 3907.0, 3918.0, 3917.0, 3920.0, 3909.0, 3898.0, 3919.0, 3910.0, 3932.0, 3910.0, 3911.0, 3940.0, 3921.0, 3896.0, 3906.0, 3931.0], 'WindowWidth': [8864.0, 8837.0, 8806.0, 8782.0, 8788.0, 8743.0, 8768.0, 8755.0, 8767.0, 8768.0, 8764.0, 8763.0, 8762.0, 8762.0, 8764.0, 8770.0, 8784.0, 8769.0, 8768.0, 8772.0, 8755.0, 8785.0, 8758.0, 8768.0, 8768.0, 8765.0, 8769.0, 8769.0, 8769.0, 8770.0, 8783.0, 8768.0, 8769.0, 8767.0, 8769.0, 8767.0, 8768.0, 8741.0, 8781.0, 8754.0, 8767.0, 8768.0, 8766.0, 8770.0, 8767.0, 8771.0, 8767.0, 8765.0, 8765.0, 8752.0, 8764.0, 8763.0, 8721.0, 8777.0, 8735.0, 8763.0, 8750.0, 8766.0, 8783.0, 8768.0, 8771.0, 8769.0, 8768.0, 8767.0, 8768.0, 8769.0, 8767.0, 8740.0, 8786.0, 8758.0, 8785.0, 8772.0, 8788.0, 8775.0, 8787.0, 8789.0, 8789.0, 8774.0, 8784.0, 8769.0, 8769.0, 8772.0, 8770.0, 8767.0, 8742.0, 8784.0, 8757.0, 8784.0, 8772.0, 8791.0, 8774.0, 8790.0, 8775.0, 8790.0, 8788.0, 8788.0, 8788.0, 8786.0, 8770.0, 8786.0, 8775.0, 8772.0, 8772.0, 8744.0, 8786.0, 8772.0, 8783.0, 8770.0, 8791.0, 8776.0, 8790.0, 8778.0, 8795.0, 8778.0, 8792.0, 8788.0, 8779.0, 8789.0, 8747.0, 8791.0, 8797.0, 8792.0, 8780.0, 8810.0, 8781.0, 8797.0, 8798.0, 8789.0, 8815.0, 8771.0, 8813.0, 8799.0, 8796.0, 8803.0, 8815.0, 8812.0, 8765.0, 8791.0, 8767.0, 8790.0, 8794.0, 8775.0, 8806.0, 8770.0, 8770.0, 8768.0, 8752.0, 8722.0, 8767.0, 8783.0, 8766.0, 8767.0, 8764.0, 8766.0, 8765.0, 8749.0, 8736.0, 8767.0, 8766.0, 8761.0, 8746.0, 8746.0, 8748.0, 8746.0, 8749.0, 8719.0, 8757.0, 8741.0, 8756.0, 8764.0, 8746.0, 8745.0, 8746.0, 8742.0, 8728.0, 8753.0, 8712.0, 8740.0, 8745.0, 8744.0, 8745.0, 8720.0, 8762.0, 8734.0, 8760.0, 8746.0, 8763.0, 8751.0, 8768.0, 8771.0, 8774.0, 8785.0, 8743.0, 8766.0, 8751.0, 8762.0, 8766.0, 8751.0, 8756.0, 8766.0, 8785.0, 8767.0, 8765.0, 8750.0, 8783.0, 8722.0, 8751.0, 8775.0, 8769.0, 8770.0, 8769.0, 8771.0, 8768.0, 8796.0, 8852.0, 8911.0, 8826.0, 8782.0, 8736.0, 8760.0, 8763.0, 8765.0, 8766.0, 8780.0, 8779.0, 8767.0, 8770.0, 8774.0, 8777.0, 8772.0, 8771.0, 8766.0, 8748.0, 8748.0, 8748.0, 8738.0, 8766.0, 8736.0, 8763.0, 8748.0, 8759.0, 8748.0, 8749.0, 8769.0, 8765.0, 8766.0, 8764.0, 8765.0, 8763.0, 8761.0, 8763.0, 8765.0, 8765.0, 8768.0, 8767.0, 8813.0, 8833.0, 8810.0, 8741.0, 8739.0, 8746.0, 8761.0, 8787.0, 8792.0, 8774.0, 8772.0, 8773.0, 8787.0, 8779.0, 8789.0, 8772.0, 8772.0, 8754.0, 8766.0, 8752.0, 8752.0, 8768.0, 8772.0, 8772.0, 8738.0, 8763.0, 8733.0, 8759.0, 8731.0, 8746.0, 8750.0, 8764.0, 8753.0, 8763.0, 8747.0, 8761.0, 8744.0, 8761.0, 8747.0, 8749.0, 8752.0, 8785.0, 8753.0, 8770.0, 8753.0, 8768.0, 8755.0, 8740.0, 8773.0, 8776.0, 8768.0, 8757.0, 8767.0, 8751.0, 8769.0, 8754.0, 8769.0, 8793.0, 8773.0, 8769.0, 8766.0, 8753.0, 8753.0, 8767.0, 8756.0, 8768.0, 8768.0, 8766.0, 8753.0, 8768.0, 8785.0, 8770.0, 8771.0, 8758.0, 8782.0, 8737.0, 8764.0, 8737.0, 8744.0, 8734.0, 8746.0, 8751.0, 8766.0, 8763.0, 8764.0, 8760.0, 8760.0, 8732.0, 8766.0, 8750.0, 8734.0, 8765.0, 8766.0, 8747.0, 8748.0, 8761.0, 8748.0, 8765.0, 8751.0, 8767.0, 8769.0, 8755.0, 8770.0, 8736.0, 8761.0, 8749.0, 8760.0, 8750.0, 8765.0, 8766.0, 8770.0, 8773.0, 8783.0, 8767.0, 8767.0, 8766.0, 8754.0, 8755.0, 8775.0, 8773.0, 8774.0, 8785.0, 8754.0, 8768.0, 8770.0, 8769.0, 8753.0, 8737.0, 8764.0, 8750.0, 8764.0, 8748.0, 8762.0, 8751.0, 8765.0, 8767.0, 8755.0, 8799.0, 8758.0, 8765.0, 8736.0, 8760.0, 8732.0, 8744.0, 8749.0, 8752.0, 8767.0, 8772.0, 8755.0, 8767.0, 8751.0, 8765.0, 8734.0, 8748.0, 8746.0, 8719.0, 8767.0, 8747.0, 8760.0, 8746.0, 8743.0, 8743.0, 8745.0, 8746.0, 8749.0, 8769.0, 8773.0, 8762.0, 8772.0, 8765.0, 8753.0, 8766.0, 8754.0, 8771.0, 8788.0, 8762.0, 8771.0, 8755.0, 8766.0, 8748.0, 8764.0, 8753.0, 8769.0, 8758.0, 8754.0, 8767.0, 8753.0, 8768.0, 8766.0, 8738.0, 8766.0, 8773.0, 8753.0, 8768.0, 8752.0, 8765.0, 8755.0, 8767.0, 8754.0, 8773.0, 8735.0, 8749.0, 8733.0, 8745.0, 8715.0, 8744.0, 8745.0, 8732.0, 8766.0, 8751.0, 8748.0, 8747.0, 8747.0, 8761.0, 8747.0, 8753.0, 8766.0, 8740.0, 8772.0, 8770.0, 8768.0, 8765.0, 8750.0, 8768.0, 8754.0, 8768.0, 8763.0, 8777.0, 8743.0, 8772.0, 8756.0, 8769.0, 8773.0, 8775.0, 8778.0, 8775.0, 8777.0, 8773.0, 8770.0, 8772.0, 8773.0, 8755.0, 8776.0, 8740.0, 8752.0, 8737.0, 8750.0, 8748.0, 8750.0, 8769.0, 8755.0, 8773.0, 8745.0, 8753.0, 8742.0, 8753.0, 8765.0, 8752.0, 8768.0, 8757.0, 8772.0, 8777.0, 8790.0, 8772.0, 8754.0, 8751.0, 8748.0, 8722.0, 8751.0, 8764.0, 8756.0, 8773.0, 8769.0, 8754.0, 8738.0, 8771.0, 8783.0, 8777.0, 8793.0, 8777.0, 8778.0, 8777.0, 8772.0, 8769.0, 8755.0, 8752.0, 8772.0, 8754.0, 8783.0, 8738.0, 8750.0, 8748.0, 8747.0, 8745.0, 8746.0, 8766.0, 8752.0, 8767.0, 8772.0, 8770.0, 8771.0, 8773.0, 8767.0, 8771.0, 8773.0, 8758.0, 8789.0, 8750.0, 8771.0, 8771.0, 8752.0, 8770.0, 8769.0, 8772.0, 8776.0, 8772.0, 8741.0, 8769.0, 8765.0, 8750.0, 8766.0, 8753.0, 8788.0, 8760.0, 8770.0, 8750.0, 8749.0, 8741.0, 8766.0, 8768.0, 8757.0, 8768.0, 8751.0, 8749.0, 8749.0, 8748.0, 8731.0, 8755.0, 8748.0, 8747.0, 8747.0, 8745.0, 8760.0, 8745.0, 8749.0, 8773.0, 8754.0, 8753.0, 8765.0, 8766.0, 8733.0, 8745.0, 8771.0, 8732.0, 8768.0, 8743.0, 8725.0, 8740.0, 8744.0, 8745.0, 8748.0, 8761.0, 8729.0, 8726.0, 8725.0, 8723.0, 8740.0, 8726.0, 8770.0, 8744.0, 8743.0, 8709.0, 8723.0, 8737.0, 8724.0, 8742.0, 8733.0, 8742.0, 8726.0, 8728.0, 8725.0, 8729.0, 8744.0, 8733.0, 8750.0, 8743.0, 8744.0, 8728.0, 8743.0, 8758.0, 8759.0, 8748.0, 8750.0, 8752.0, 8747.0, 8744.0, 8728.0, 8743.0, 8729.0, 8746.0, 8763.0, 8752.0, 8753.0, 8734.0, 8744.0, 8745.0, 8732.0, 8750.0, 8757.0, 8765.0, 8761.0, 8727.0, 8759.0, 8746.0, 8770.0, 8753.0, 8747.0, 8743.0, 8730.0, 8744.0, 8732.0, 8765.0, 8762.0, 8753.0, 8761.0, 8729.0, 8764.0, 8751.0, 8761.0, 8738.0, 8760.0, 8748.0, 8745.0, 8742.0, 8743.0, 8760.0, 8733.0, 8764.0, 8729.0, 8741.0, 8742.0, 8740.0, 8738.0, 8740.0, 8758.0, 8746.0, 8761.0, 8750.0, 8762.0, 8732.0, 8760.0, 8734.0, 8772.0, 8765.0, 8762.0, 8785.0, 8748.0, 8760.0, 8730.0, 8755.0, 8726.0, 8760.0, 8765.0, 8778.0, 8762.0, 8769.0, 8777.0, 8751.0, 8776.0, 8748.0, 8782.0, 8751.0, 8779.0, 8782.0, 8789.0, 8789.0, 8789.0, 8788.0, 8786.0, 8766.0, 8763.0, 8782.0, 8766.0, 8770.0, 8793.0, 8787.0, 8768.0, 8781.0, 8753.0, 8782.0, 8782.0, 8786.0, 8788.0, 8784.0, 8784.0, 8788.0, 8785.0, 8786.0, 8790.0, 8771.0, 8767.0, 8770.0, 8764.0, 8767.0, 8782.0, 8784.0, 8788.0, 8770.0, 8769.0, 8766.0, 8767.0, 8782.0, 8763.0, 8786.0, 8752.0, 8763.0, 8735.0, 8757.0, 8728.0, 8763.0, 8758.0, 8761.0, 8785.0, 8764.0, 8767.0, 8750.0, 8762.0, 8769.0, 8766.0, 8748.0, 8771.0, 8737.0, 8761.0, 8757.0, 8760.0, 8759.0, 8764.0, 8785.0, 8784.0, 8777.0, 8750.0, 8777.0, 8785.0, 8786.0, 8808.0, 8795.0, 8792.0, 8774.0, 8781.0, 8778.0, 8787.0, 8784.0, 8785.0, 8772.0, 8768.0, 8765.0, 8766.0, 8779.0, 8766.0, 8767.0, 8752.0, 8764.0, 8760.0, 8760.0, 8758.0, 8760.0, 8762.0, 8750.0, 8781.0, 8782.0, 8782.0, 8762.0, 8758.0, 8761.0, 8761.0, 8767.0, 8746.0, 8760.0, 8740.0, 8737.0, 8722.0, 8752.0, 8754.0, 8755.0, 8758.0, 8746.0, 8757.0, 8743.0, 8753.0, 8737.0, 8739.0, 8724.0, 8753.0, 8739.0, 8751.0, 8739.0, 8737.0, 8751.0, 8753.0, 8757.0, 8758.0, 8744.0, 8752.0, 8778.0, 8765.0, 8778.0, 8761.0, 8765.0, 8776.0, 8784.0, 8765.0, 8780.0, 8785.0, 8757.0, 8781.0, 8766.0, 8779.0, 8787.0, 8766.0, 8769.0, 8767.0, 8761.0, 8763.0, 8775.0, 8762.0, 8808.0, 8759.0, 8786.0, 8770.0, 8764.0, 8781.0, 8782.0, 8767.0, 8751.0, 8790.0, 8787.0, 8787.0, 8777.0, 8815.0, 8730.0, 8738.0, 8776.0, 8789.0, 8781.0, 8788.0, 8766.0, 8765.0, 8789.0, 8738.0, 8747.0, 8761.0, 8742.0, 8765.0, 8753.0, 8761.0, 8712.0, 8735.0, 8730.0, 8715.0, 8731.0, 8720.0, 8740.0, 8723.0, 8738.0, 8722.0, 8736.0, 8752.0, 8739.0, 8755.0, 8741.0, 8746.0, 8727.0, 8740.0, 8739.0, 8739.0, 8725.0, 8756.0, 8756.0, 8758.0, 8764.0, 8745.0, 8757.0, 8730.0, 8759.0, 8757.0, 8761.0, 8767.0, 8737.0, 8785.0, 8772.0, 8783.0, 8781.0, 8764.0, 8762.0, 8766.0, 8768.0, 8741.0, 8766.0, 8764.0, 8760.0, 8780.0, 8790.0, 8814.0, 8796.0, 8792.0, 8803.0, 8788.0, 8794.0, 8811.0, 8782.0, 8812.0, 8818.0, 8785.0, 8799.0, 8761.0, 8771.0, 8754.0, 8788.0, 8774.0, 8770.0, 8784.0, 8713.0, 8758.0, 8707.0, 8754.0, 8706.0, 8728.0, 8697.0, 8707.0, 8694.0, 8710.0, 8697.0, 8710.0, 8725.0, 8711.0, 8730.0, 8713.0, 8713.0, 8700.0, 8711.0, 8697.0, 8713.0, 8750.0, 8734.0, 8731.0, 8703.0, 8748.0, 8751.0, 8752.0, 8754.0, 8747.0, 8776.0, 8776.0, 8777.0, 8762.0, 8759.0, 8779.0, 8780.0, 8764.0, 8754.0, 8780.0, 8763.0, 8779.0, 8765.0, 8736.0, 8778.0, 8786.0, 8781.0, 8781.0, 8750.0, 8778.0, 8776.0, 8782.0, 8785.0, 8786.0, 8783.0, 8736.0, 8761.0, 8763.0, 8770.0, 8782.0, 8744.0, 8774.0, 8712.0, 8752.0, 8738.0, 8754.0, 8744.0, 8729.0, 8758.0, 8760.0, 8761.0, 8759.0, 8761.0, 8760.0, 8735.0, 8782.0, 8768.0, 8781.0, 8782.0, 8764.0, 8762.0, 8763.0, 8748.0, 8762.0, 8761.0, 8761.0, 8763.0, 8780.0, 8765.0, 8778.0, 8754.0, 8790.0, 8775.0, 8810.0, 8798.0, 8813.0, 8793.0, 8809.0, 8810.0, 8793.0, 8795.0, 8778.0, 8790.0, 8742.0, 8782.0, 8770.0, 8783.0, 8793.0, 8791.0, 8802.0, 8770.0, 8766.0, 8754.0, 8783.0, 8785.0, 8783.0, 8782.0, 8760.0, 8760.0, 8765.0, 8783.0, 8732.0, 8761.0, 8744.0, 8755.0, 8738.0, 8755.0, 8775.0, 8757.0, 8741.0, 8728.0, 8755.0, 8753.0, 8753.0, 8753.0, 8760.0, 8745.0, 8754.0, 8741.0, 8737.0, 8736.0, 8735.0, 8720.0, 8736.0, 8750.0, 8706.0, 8733.0, 8741.0, 8755.0, 8741.0, 8757.0, 8730.0, 8761.0, 8747.0, 8763.0, 8764.0, 8764.0, 8762.0, 8731.0, 8755.0, 8725.0, 8756.0, 8731.0, 8740.0, 8744.0, 8754.0, 8744.0, 8756.0, 8743.0, 8755.0, 8743.0, 8760.0, 8747.0, 8763.0, 8765.0, 8755.0, 8778.0, 8752.0, 8779.0, 8769.0, 8783.0, 8767.0, 8759.0, 8784.0, 8770.0, 8782.0, 8767.0, 8786.0, 8782.0, 8768.0, 8786.0, 8786.0, 8766.0, 8778.0, 8763.0, 8755.0, 8777.0, 8748.0, 8765.0, 8770.0, 8779.0, 8779.0, 8777.0, 8756.0, 8756.0, 8780.0, 8838.0, 8925.0, 8900.0, 8807.0, 8712.0, 8718.0, 8758.0, 8764.0, 8782.0, 8798.0, 8761.0, 8747.0, 8755.0, 8784.0, 8786.0, 8787.0, 8786.0, 8779.0, 8767.0, 8765.0, 8783.0, 8768.0, 8781.0, 8739.0, 8778.0, 8759.0, 8763.0, 8778.0, 8767.0, 8782.0, 8764.0, 8760.0, 8773.0, 8762.0, 8781.0, 8747.0, 8777.0, 8758.0, 8752.0, 8737.0, 8749.0, 8739.0, 8725.0, 8755.0, 8742.0, 8742.0, 8754.0, 8739.0, 8734.0, 8710.0, 8737.0, 8740.0, 8756.0, 8757.0, 8741.0, 8750.0, 8719.0, 8753.0, 8755.0, 8738.0, 8759.0, 8738.0, 8734.0, 8733.0, 8751.0, 8757.0, 8710.0, 8753.0, 8745.0, 8757.0, 8741.0, 8756.0, 8756.0, 8762.0, 8747.0, 8731.0, 8759.0, 8750.0, 8785.0, 8752.0, 8756.0, 8809.0, 8767.0, 8723.0, 8733.0, 8778.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.0018427927215189876</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05146486558544304</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.12511643145691</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1270866300316715</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9716035172604902</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5086</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3966.5378</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11650196982072146</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.363924050632912</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5673662988039117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4250567603639595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.82627529625271</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.450766839795066</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00540365</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01732409931719303</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.037598997354507446</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.042761243189786</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.9494</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5482</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.6382</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293204.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>892.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.5998</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5144</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.1173</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3066.3847</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3221.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83340.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1148.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3995.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.7279</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.054236413212493</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> |